diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cfdaea6950..2d4ff86a4a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.8 FATAL_ERROR) # - Make overrides for default flags, so they appear in interfaces set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX - ${CMAKE_SOURCE_DIR}/cmake/Modules/Geant4MakeRules_cxx.cmake) + ${CMAKE_SOURCE_DIR}/cmake/Modules/G4MakeRules_cxx.cmake) #----------------------------------------------------------------------- # - Project definition and basic configuration @@ -31,8 +31,8 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX # the same form. project(Geant4) set(${PROJECT_NAME}_VERSION_MAJOR 10) -set(${PROJECT_NAME}_VERSION_MINOR 6) -set(${PROJECT_NAME}_VERSION_PATCH 2) +set(${PROJECT_NAME}_VERSION_MINOR 7) +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.10.7-1.txt b/ReleaseNotes/Beta4.10.7-1.txt new file mode 100644 index 00000000000..027681990e6 --- /dev/null +++ b/ReleaseNotes/Beta4.10.7-1.txt @@ -0,0 +1,885 @@ + + Geant4 10.7-beta-01 Release Notes + --------------------------------- + + 26 June 2020 + + Migration Notes & Main New Features + ----------------------------------- + + o Introducing new optional (experimental) tasking system, based on TBL + (Parallel Tasking Library), dedicated run manager (G4TaskRunManager) and + factory (G4RunManagerFactory), enabling use of tasks for the event loop. + The tasking system is fully compatible with Intel TBB, which can be + selected if GEANT4_USE_TBB=ON is specified when configuring CMake. The + default behavior is to submit the tasks to an internal thread-pool and + task-queue. A comprehensive description of the system and options available + can be found in the README document located within the new source/tasking + module. + o Revision of G4PhysicsVector classes to use similar algorithm for bin + selection and adding checks on vectors length. + o G4PhysicsLinearVector, G4PhysicsLogVector: more accurate checks in class + constructors. + o New class G4DriverReporter to print progress of field drivers. + o Enabled "check-mode" for G4PropagatorInField and G4VIntersectionLocator. + Enable use of whiteboard for logging/debugging in G4MultiLevelLocator, if + "check-mode" in navigation is being activated through UI command. + o Added layered mass geometry option for the new "probe" scoring mesh. + o Introducing G4VPrimitivePlotter allowing the user to extend a primitive + scorer and directly fill a 1D histogram. + o Enabled handling of automatic min/max axes values in case of log scale + in analysis tools. + o Fixed reading and writing of const properties of materials in GDML. + o Cleanup destruction of physics processes at the end of job. + Reviewed ownership/deletion of physics models at the end of the run. + o Introducing thermal model of positronium decay to two gammas. + In this model, the positronium acquires a mean kinetic energy on formation, + which contributes to a small non-collinearity of the gammas, detectable and + significant in PET. + o Added new EM model for polarized gamma elastic scattering. + o Implemented three time constants for G4Scintillation, and allow multiple + time constants to work with scintillation by particle type. + o Added second wavelength shifting process within the same material. + o New physics-list builder classes to allow alternative builders for + anti_proton, anti_neutron, hyperons and anti-hyperons nuclear interactions + at high energies with QGSP. + o Extended EM physics-list constructors to allow extra available DNA options. + o New General Particle Source energy distribution option that generates flat + energy distribution with track weights representing energy spectrum. + o Added handling of lepto-nuclear interactions for anti_nu_e, nu_e and + anti_mu_nu. + o Define PDG code as "-22" for G4OpticalPhoton. + o Added implementation of IRT in G4DNA module. + o Added new UI messenger for hadronic physics, currently used for controlling + verbosity level: the UI command "/process/had/verbose 0" allows to switch + off the print-out at initialization of hadronic processes, models and + cross sections (similar to the existing command "/process/em/verbose 0" + to switch off the print-out of electromagnetic physics information). + o Fixed non-conservation warnings coming from G4HadronicProcess due to + sub-threshold reactions in Bertini cascade. + o G4CrossSectionElastic, G4CrossSectionInelastic: fix of the max energy of + applicability of the (elastic and inelastic) cross-sections of ions and + anti-ions nuclear interactions. + o Improved treatment of antibaryon interactions in QGS. + o Added support for OpenInventor Qt visualisation driver to be built and + used in applications. The OpenInventor module can be built with either + the OIQT driver, or with the OIX/OIXE drivers, but not with both. + Enabled use of OIQT viewer with Qt UI. + o New advanced example showing how to efficiently simulate particle transport + through aerosols containing billions of randomly-positioned droplets, using + an ordinary workstation. + o Added support for modular builds in CMake. + o Extended CMake build system to support G4Py activation through + GEANT4_USE_PYTHON flag. + o Build option with VecGeom requires VecGeom-1.1.7. + o New data sets G4EMLOW-7.12. + + ---------------------------------------------------------------------------- + + Technical Notes + --------------- + + o Tested platforms: + + Linux, gcc-4.9.3. + Tested on 64 bit architectures (Intel or AMD) with CERN CentOS + Linux 7 (CC7) (based on CentOS Linux 7). + Versions of Geant4 have also been compiled successfully on other + Linux distributions, Ubuntu, Debian, Suse or other RedHat systems. + + MacOSX 10.15, Apple LLVM/clang-11.0.3 + + Windows/10 with Visual C++ 14.23 (Visual Studio 2019) + + o More verified configurations: + + Linux, gcc-5.4.0/7.3.0/8.3.0/9.2.0/10.1.0, clang-7.0/8.0/10.0. + + Linux, Intel-icc 19.0. + + MacOSX 10.14 with Apple LLVM/clang-10.0. + + o External dependencies + + CLHEP-2.4.1.3, suggested for external installation of the CLHEP library. + + VecGeom-1.1.7, for optional use of the VecGeom geometry primitives. + + o New data sets: + + G4EMLOW-7.12. + + 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 10.6.p02: + + o Configuration: + ------------- + + CMake: + o Added support for building PTL external module and introduced + GEANT4_USE_TBB option, enabling use of TBB as possible alternative + to builtin PTL tasking. + o Added support for OpenInventor Qt visualisation driver to be built and + used in applications. The OpenInventor module can be built with either + the OIQT driver, or with the OIX/OIXE drivers, but not with both. + Added GEANT4_USE_XM to OpenInventor X11 driver code block to correct + Xm and Xt link order. + o Removed requirement on presence of GLU library. + No longer save GLU related variables in the package cache. + o Change shimmed imported target name to VecGeom::vecgeom to match + upstream usage and reliably use target when available from VecGeom. + Export VecCore_DIR to package cache when set so that Geant4 behaviour + is consistent. Co-works with VecGeom-1.1.7. + o Added GEANT4_USE_NEW_CMAKE option in preparation for testing of modular + build updates, ON by default, to switch between systems. Importing new + "target" style API for declaring and composing libraries from modules + of source code. Retain GEANT4_BUILDTREE_INCLUDE_DIRS in new CMake + system to support clients that may not yet support CMake target usage + requirements. + o Propagate value of CMAKE_DISABLE_FIND_PACKAGE_ROOT down to tests + that optionally support Root to allow testing Geant4 with Root support + disabled. This is necessary when testing Geant4 with a different C++ + standard than Root when it's installed. Avoid warnings from propagating + the flag down to tests. + o Applied patch to allow compilation on Windows using Clang. + o Use "${FOO:-}" variable expansion and "-z" test to check for + undefined variables in Bourne Shell scripts. Prevents errors when + shell is in "set -u" mode. Addressing problem report #2221. + o Handle install of G4clhep{-static} independently of main modules + due it being built outside the category system. + o Renamed remaining internal "Geant4..." modules to "G4" convention. + Retain Geant4DefineModule and Geant4LibraryTargets until new + modularization scheme is in place. + o Updated version of data sets: G4EMLOW-7.12. + Updated tag-IDs for 10.7-beta. + + GNUMake: + o Added setup for building and configuring new externals/ptl + and tasking modules. External installation of PTL can be enabled + by defining the installation through the environment variable + PTL_BASE_DIR. + o Added -pthread to all builds in Linux targets. + o Corrected setup for use of OpenInventor (Coin). + o Added missing settings in G4UI_BUILD.gmk script for OIQt and use of UI. + o Removed deprecated G4USE_STD11 flag settings. + o Removed dependency on GLU for all configurations, as no longer + necessary. + + o Analysis: + -------- + + Updated to g4tools 5.1.0: + o Corrections to handle automatic min/max axes values in case of log + scale. See History_tools in analysis module for all details. + + Fix to add a null-pointer check to ntupleDescription->fNtuple in + G4RootPNtupleManager::Merge(). + + Fixed compilation warnings on clang-10 for g4tools. + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + Update granular dependencies in preparation for modularization + + Remove uneeded links to externals in factory. + + o Digits & Hits: + ------------- + + Introducing G4VPrimitivePlotter allowing the user to extend a primitive + scorer and directly fill 1D histogram. + + Added two ComputeSolid() method to G4VPrimitiveScorer, to consolidate + code. + + Fixed cases of comparison between int and size_t in templated classes + and some cleanup. + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + o Error Propagation: + ----------------- + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + o Event: + ----- + + Introducing a new General Particle Source energy distribution option, + that generates flat energy distribution with track weights that + represent energy spectrum provided by /gps/hist/point commands. + This option can enhance, for example, higher energy tracks that are + rare but contribute to the scores. + + Corrected logic in G4VPrimaryGenerator::CheckVertexInsideWorld() method. + + G4GeneralParticleSourceMessenger: command structure clean-up. + + Some code cleanup, formatting and C++11 revision. + + Removed obsolete and unused headers. + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + Fixed Coverity defect in G4GeneralParticleSourceMessenger. + + o Externals: + --------- + + ptl: + o New module for PTL (Parallel Tasking Library), implementing a + lightweight C++11 multi-threading tasking system featuring thread-pool, + task-groups, and lock-free task queue. + + zlib: + o Added needed include directories to CMake script when using new + CMake system. + + o G3toG4: + ------ + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + o Geometry: + -------- + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + magneticfield: + o New class G4DriverReporter to print progress of drivers. + o G4VIntegrationDriver and dependent driver classes: added new virtual + method StreamInfo(), used to implement operator<<() for + G4VIntegrationDriver. + o G4MagInt_Driver: fixed max iterations & clarified that its method + ComputeNewStepSize() does not (yet) respect maximum reduction factor + (0.1); this is to enable comparisons with new G4IntegrationDriver<> + implementation. + o G4OldMagIntDriver maintains all old behaviour of G4MagInt_Driver. + o In G4MultiLevelLocator, added ability to record in a 'whiteboard', + the start/end steps of integration intervals, to allow identify issues + like negative or zero steps occurrences. Includes new classes + G4LocatorChangeLogger and G4LocatorChangeRecord. + o G4PropagationInField: improved ClearPropagatorState() method. + o Implemented move constructor and operator for G4FieldTrack. + + management: + o Added deleted declarations for copy constructor and assignment operators + on store singletons. Based on GitHub PR#12 report. + o Reduced size of G4LogicalVolume objects by reordering class members. + o Adopt new convention for location of headers in VecGeom for wrappers. + o Fix to CMake script to support new CMake system. + + navigation: + o Enabled "check-mode" for G4PropagatorInField and G4VIntersectionLocator. + Enable use of whiteboard for logging/debugging in G4MultiLevelLocator, + if "check-mode" in navigation is being activated through UI command. + o Reordered data members in G4Navigator, to reduce object size. + + solids/CSG: + o G4Trap: fixed calculation of normal for points on edge in + SurfaceNormal(). Improved code for Inside(). + o Adopt new convention for location of headers in VecGeom for all + wrappers. + + solids/specific: + o Added GetTwistedFaceSurfaceArea() in G4GenericTrap and fixed + calculation of surface area in unit tests. + o Adopt new convention for location of headers in VecGeom for all + wrappers. + + o Global: + ------ + + G4Physics2DVector: extended number of characters in the table dump from 5 + to 8; use similar algorithm for bin selection as in 1D vector; + if any dimension is less than 2 throw a G4Exception. + + G4PhysicsVector: use same code for interpolation for all types of + PhysicsVector; removed obsolete unused methods; maximally use const + variables; preserve precision of printout. + + G4PhysicsLinearVector: added checks on vector length: if it is less + than 2 throw a G4Exception. + + G4PhysicsLogVector: added checks on vector length: if it is less + than 3 throw a G4Exception. + + G4PhysicsLinearVector, G4PhysicsLogVector: more accurate checks in class + constructors. Fixed Coverity warnings. + + C++11 revision in 'management' and 'HEPNumerics' modules; general + code cleanup/formatting. + + Removed use of deprecated G4USE_STD11 flag. + + Fix to CMake script to support new CMake system. + + Changed date for release 10.7-beta. + + o Graphics Representations: + ------------------------ + + HepPolyhedron, G4Polyhedron: added HepPolyhedronTet. + + G4VisAttributes: clarify that if number of cloud points (for cloud style + drawing) is <= 0, this is to be interpreted as under control of the + viewer, i.e., to be decided by the viewer. Otherwise this number is to be + drawn. Zero is the default value, which may be changed by invoking the + method SetForceNumberOfCloudPoints(); also possible to force cloud + drawing with SetForceCloud(). + + Improved deprecation message for G4AttDefs::operator<<(). + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + o Intercoms + --------- + + Removed unnecessary use of deprecated G4USE_STD11 flag in G4AnyMethod. + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + o Interfaces + ---------- + + G4UIQt: replaced use of setTextColor() with adoption of rich text html + tags (improving visibility in MacOS Dark Mode). + + Fixed deprecation warnings being triggered when using Qt-5.15. + + Use CMake AUTOMOC to automatically generate and compile Moc sources + and fixed CMake script to support new CMake system. + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + o Materials + --------- + + G4MaterialPropertiesTable: added ConstPropertyExists() method. + + G4MaterialPropertiesTable, G4MaterialPropertiesIndex: added new + properties for scintillation allowing 3 time constants and a second + wavelength shifter in the same material. + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + o Parameterisations: + ----------------- + + GFlash: + o Substituting Gamma calculation with corresponding STL functions, as + suggested in GitHub PR#3. Makes LnGamma calculation 1.4 times faster, + and Gamma 1.9 times faster. + o GFlashSamplingShowerParameterisation: added X0eff calculation. + o Delete local tuning data in GFlashXXXShowerParameterisation class + destructors. + + o Particles: + --------- + + G4ParticleTable: create/destruct only one instance of G4IonTable and + associated messenger; define assignment operator and copy constructor + as deleted; added cache with pointer to selected particle and get/set + methods. + + G4DynamicParticle: added GetBeta() method. + + G4OpticalPhoton: define PDG code as "-22". + + G4NuclideTable: added destruction of messenger + + Added move operators to G4DynamicParticle. + Code revision for c++11 and cleanup in 'management' module. + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + Fixed Coverity warning. + + o Persistency: + ----------- + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + ASCII: + o Fixed Coverity defects warnings. + + GDML: + o Fixed reading and writing of const properties of materials. + Matrices of size 1x1 are now used both for writing out and reading in + of const material. This fixes the inconsistency (using constants by the + writer) found in the code. Const material properties with the same name + (in different materials) are now written out with the properties table + address appended. + + o Physics Lists: + ------------- + + Fixes to CMake scripts to support new CMake system. + + Builders: + o Revised all classes to remove unnecessary members, not destruct models + and cross-sections and use updated instantiation of string models. + This should help to achieve full deletion of hadronic physics objects + at the end of run. + o G4QGSPAntiBarionBuilder: created new class to handle anti_proton and + anti_neutron at high energies with QGSP. For the light anti-ions + (anti_deuteron, anti_triton, anti_He3, and anti_alpha), currently QGSP + cannot handle them, therefore FTFP is used. + o G4VHyperonBuilder, G4HyperonBuilder, G4HyperonQGSPBuilder: new classes + to allow alternative builders for hyperons (and anti-hyperons). + The class G4HyperonQGSPBuilder uses QGSP model to handle hyperons (and + anti-hyperons) at high energies. + o G4HyperonFTFPBuilder: now it derives from G4VHyperonBuilder (physics + behind remains unchanged, i.e. it is still based on BERT and FTFP + models). + o G4HadronicBuilder: new utility class to build kaons, hyperons, and b-, + c- particles. + o Added second wavelength shifter optical process to the + OrderingParameterTable. + + Constructors: + o decay: + - G4RadioactiveDecayPhysics: enabled flag for isomer production, + required after fix to problem report #2226. + Updated initialisation to be coherent with recent updates in + initialisation of atomic de-excitation. + - G4DecayPhysics, G4RadioactiveDecayPhysics, G4SpinDecayPhysics, + G4UnknownDecayPhysics: general cleanup. Removed thread local pointers, + avoid deleting objects; use C++11 keywords; use standard signatures + for constructors; define builder type for the main constructor + G4DecayPhysics (bDecay, for others bUnknown). + o electromagnetic: + - G4OpticalPhysics, G4OpticalPhysicsMessenger: added settings for + G4Scintillation to use 3 time constants. Added second wavelength + shifter optical process to constructors. + - G4EmBuilder: new utility class to allow reducing code duplication for + standard and low-energy EM physics constructors. Includes flag for + allowing choice of multiple-scattering model. + - G4EmStandardPhysics_option1: switch to use new G4EmBuilder utility; + fixed StepFunction definition. + - G4EmStandardPhysics_option3: switch to use new G4EmBuilder utility; + use ICRU90 stopping power data for water and air. + - Removed duplicate code by using G4EmBuilder in several constructors, + fixed definition of StepFunction, use the same flag as hadronic + physics to enable EM interaction of b- and c- mesons and baryons. + - G4EmModelActivator: use same options for physics per region as used + in EM constructors recently updated. + - G4LivermorePolarizedPhysics: use inheritance from G4LivermorePhysics. + - G4EmDNAModelActivator: extended to extra available DNA options + (DNA_Opt2, DNA_Opt4, DNA_Opt4a, DNA_Opt6, DNA_Opt6a, DNA_Opt7). + - Optimisation in initialisation of G4EmDNAChemistry_option3. + - Use C++11 features in several constructors. + o gamma_lepto_nuclear: + - G4EmExtraPhysics, G4EmMessenger: added low-energy limit, set method, + and UI command defining low-energy gamma-nuclear model, which is + using de-excitation module and providing isomer production and + gamma transitions. + - G4EmExtraPhysics: extension to anti_nu_mu, nu_e and anti_nu_e + processes-models. + o hadron_inelastic: + - Use the new builder class G4QGSPAntiBarionBuilder to handle + anti_proton and anti_neutron at high energies with QGSP. + For the light anti-ions - anti_deuteron, anti_triton, anti_He3 and + anti_alpha - currently QGSP cannot handle them, therefore FTFP is used. + - In all the inelastic physics constructors which are using the builder + G4HyperonFTFPBuilder, introduced the new builder G4HyperonBuilder; + moreover, the new builder G4HyperonQGSPBuilder is used now in all + QGS-based inelastic physics constructor for hyperons (and + anti-hyperons) at high energies, while keeping using + G4HyperonFTFPBuilder at lower energies. + - G4HadronPhysicsFTFP_BERT, G4HadronPhysicsQGSP_BERT, + G4HadronInelasticQBBC: added b- and c- particles. + - G4HadronPhysicsQGSP_BIC_HP, G4HadronPhysicsQGSP_BIC_AllHP: refactoring + consistently with all others. For G4HadronPhysicsQGSP_BIC_HP, the + physics remains unchanged; for G4HadronPhysicsQGSP_BIC_AllHP, the + physics remains unchanged except for the transition region between + Binary and ProtonHP which is now 190-200 MeV (instead than 199-200), + as for light ions. + o ions: + - Cleanup of constructors: fixed names; made all constructor signatures + universal, removed thread local members, added c++11 keywords. + o stopping: + - Cleanup of constructors: fixed names; made all constructor signatures + universal, removed thread local members, added c++11 keywords. + + utils: + o G4HadParticles: new utility providing several lists of PDG codes for + kaons, hyperons, b- and c- particles in order to be used for + construction of hadronic physics. Updated list of heavy EM particles. + + o Electromagnetic Processes: + ------------------------- + + DNA: + o Added classes for IRT; added features in management classes for IRT + (G4ITReaction, G4ITModelProcessor ...). + o Added features in G4DNAMolecularReactionTable for GFDE. + o Added molecules (Oxygen, O2, O3, HO2) from: Plante et al.(2017). + o G4MoleculeDefinition: copy constructor and assignment operator are not + allowed (as for G4ParticleDefinition). Now deleted. + o Revised displacement of OH radicals of B1A1 dissociation based on + momentum conservation in G4DNAWaterDissociationDisplacer. + o Fix to CMake script to support new CMake system. + + Low Energy: + o Added new model for polarized gamma elastic scattering, provided by + the JAEA group. Updated existing process (G4JAEAElasticScattering) and + model (G4JAEAElasticScatteringModel) in order to comply with the new + data format. Changed initialisation of JAEA models. + o G4LivermorePhotoElectricModel: allow "Water" as a name of water + material for low-energy photo-effect. + o Added G4LivermoreGammaConversion5DModel class. Reading EPICS2017 data. + o Change in G4LivermoreGammaConversion to now derive from + G4PairProductionRelModel. Added missing method InitialiseForElement(). + o Fixed compilation warnings on clang-10. + + Standard: + o G4eplusAnnihilation: fixed problem seen in the rare case, when initial + energy is null; introducing thermal model of positronium decay to two gammas. + In this model, the positronium acquires a mean kinetic energy on + formation, which contributes to a small non-collinearity of the + gammas, detectable and significant in PET. To activate this model: + material->GetIonisation()->SetMeanEnergyPerIonPair(meanKE). + A mean kinetic energy of 5 eV produces a projected acollinearity + of about 0.5 degrees FWHM, as reported in: + K.Shibuya et al., IFMBE Proceedings Vol. 14/3 1667 (2007). + o G4UniversalFluctuation: changed 'nmaxCont' from 16 to 8 for speedup. + Set value for 'a0' to 42 after optimisations. Minor C++ improvements. + o G4UrbanMscModel: tuned 'tlimitmin' computation for e- (for e+ kept + unchanged) and changed parameterisation of 'stepmin'; added two private + inline methods to reduce code duplication. + Removed cache and introduced data struct precomputed at initialisation, + added e- range cut to the data structure. + o G4BetheHeitler5DModel: change "final" keyword by "override" for virtual + methods. + o G4LindhardSorensenData: fixed few numbers in the data table. + o G4eeToTwoGammaModel: code cleanup; added static flag, which identifies + if electron motion is taken into account for sampling of acollinearity, + when annihilation happens at rest; ensuring that by default no extra + computation is performed; also removed extra printout at initialisation + and extra data structure. + o Fixed compilation warnings on clang-10. + + Utils: + o G4EmParameters, G4EmLowEParameters, G4EmLowEParametersMessenger: added + a new parameter - name of the sub-directory with data for Livermore + models with variants: "livermore" (default), "epics_2017". + Comes with G4EMLOW-7.10 data set and higher. + o G4EmParameters, G4EmParametersMessenger, G4VMultipleScattering: + removed displacement-beyond-safety option, as may lead to crashes in + some circomstances, and wrong results in others. + o G4EmParameters, G4EmParametersMessenger, G4EmExtraParametersMessenger, + G4VEnergyLossProcess: added two extra sets of StepFunction parameters + for light ions and generic ions. Added extra UI commands. Modified + interfaces accordingly. Removed old comments. + o G4EmLowEParametersMessenger: extended number of DNA PhysicsList options. + o G4VEmProcess: removed old unused methods; DefinedMaterial() method is + now protected (needed for AtRest processes). + o G4LossTableManager: made ResetParameters() method public. + o G4VAtomicDeexcitation: optimized arrays initialisation. + o G4EmCalculator: fixed printout. + + Xrays: + o Implemented three time constants for G4Scintillation, and allow + multiple time constants to work with scintillation by particle type. + The existing material property names have FAST and SLOW in them, like + FASTTIMECONSTANT. This doesn't generalize well. Also YIELDRATIO as a + single value doesn't generalize to three time constants. Proposal is + to create new names SCINTILLATIONTIMECONSTANT1/2/3 and the same for + other parameters. The existing names are kept for backwards + compatibility, with the idea to remove them in the next major release. + There is a flag in G4Scintillation, with messenger command in the + OpticalPhysics list, to use the new method: + /process/optical/scintillation/setEnhancedTimeConstants true. + Results are unchanged if using same values. + Set verbosity levels correctly. + o G4VXTRenergyLoss: fixed destructor. + o Code formatting. + + o Generic Processes: + ----------------- + + Biasing: + o G4ImportanceProcess: added process type as fParallel. + + Cuts: + o Revision for use of c++11 constructs. Code cleanup and formatting. + + Management: + o G4ProcessManagerMessenger: use cache pointer of selected particle + in the G4ParticleTable class. + o G4ProcessTable: enabled deletion of all processes except + G4Transportation at the end of run. + o Fixed Coverity warning for uninitialised data in G4VProcess. + o C++11 revision and code cleanup/formatting. + + Optical: + o Added second wavelength shifting process, G4OpWLS2, within the same + material. + o Use new ConstPropertyExists(int) method rather than passing strings. + o G4OpRayleigh: avoid double deletion of property vectors. + o Code cleanup and improved readability. + + Parameterisation: + o G4FastSimulationHelper: merged ActivateFastSimulation() calls for mass + and parallel geometry cases. + o G4FastSimulationManager, G4VFastSimulationModel: removed redefinition + of G4Envelope type. + o Added sanity check for root logical volumes in regions for + G4GlobalFastSimulationManager. UI command /param/showSetup works also + if no parallel world is present. + + Scoring: + o G4ParallelWorldProcess, G4ParallelWorldScoringProcess: use new PDG + code for optical photon, "-22". + o G4ParallelWorldProcess: make some private methods and data members + protected so that this class can be extendable. + + o Hadronic Processes: + ------------------ + + Fixes to CMake scripts to support new CMake system. + + cross_sections + o G4ElNeutrinoNucleusTotXsc: new class for (nu_e,anti_nu_e)-nucleus + cross-sections. + o G4PhotoNuclearCrossSection: corrected threshold for + gamma + p -> pi0 + p, extended for use on 3H and 3He targets. + o G4HadronNucleonXsc: general clean-up of the code; use PDG number + instead of particle pointer; removed instantiation of most of hadrons, + optimisation in selection of parameterisation parameters. + o G4CrossSectionElastic, G4CrossSectionInelastic: fix for ions and + anti-ions, where the max energy of applicability of the (elastic and + inelastic) cross-sections must scale with the absolute baryonic number; + however, the cross-sections objects are often shared between the + different types of ions (d, t, He3, alpha, and genericIon), therefore + we scale by a large value (256, safely larger than the number of + nucleons of the heaviest nuclides). + o Fixed compilation warnings on clang-10. + + management + o G4HadronicProcess: fixed Coverity defect warning to EP check method for + the case when primary particle remains in the interaction. + o G4HadronicProcessStore: in the method Dump(), check the internal + verbosity level as well as the newly introduced global hadronic + verbosity level, returning immediately (without printing anything) if + one of these is 0. Extended default initialisation printout to sigma-, + D-, B-. Removed check for G4HadronicException, where it cannot be; + limit printout on kaon0 in final state. + o Removed use of deprecated G4USE_STD11 flag. + o G4HadLeadBias: replaced 'G4int' with 'size_t' to fix warnings + on Windows. + + models/binary_cascade + o G4BinaryCascade: fixed memory leak at exit. + + models/cascade + o Fixed non-conservation warnings coming from G4HadronicProcess due to + sub-threshold reactions in Bertini. Sub-threshold reactions are now + treated as having a "non-interaction" final state, that is, the initial + particles are simply copied to the final state. + o Fixed compilation warnings on clang-10. + + models/de_excitation + o G4PhotonEvaporation, G4DeexPrecoParameters, G4DeexParametersMessenger: + added extra flag 'IsomerProduction'; if enabled. photon evaporation + samples the time of gamma transition; added C++ interface and UI command + allowing to set this flag; radioactive decay constructor should enable + this parameter. Addressing problem report #2226. + o G4DeexPrecoParameters: in method Dump(), check the global verbosity + level of hadronics (if zero, do not print anything). + o Fixed compilation warnings on clang-10. + + models/inclxx + o G4INCLXXInterfaceStore: in method EmitBigWarning(), check the global + verbosity level of hadronics (if zero, do not print anything). + o Fixed compilation warnings on clang-10. + + models/lepto_nuclear + o G4NuMuNucleusCcModel, G4NeutrinoNucleusModel, new access methods + and minor fixes in in nu-mu nucleus model. + o Added classes G4ANuElNucleusCcModel and G4ANuElNucleusNcModel, + for anti_nu_e. Initialization from G4PARTICLEXS (neutrino/anti_nu_e). + o Added classes G4NuElNucleusCcModel and G4NuElNucleusNcModel, + for nu_e. Initialization from G4PARTICLEXS (neutrino/nu_e). + o Added classes G4ANuMuNucleusCcModel and G4ANuMuNucleusNcModel, + for anti_mu_nu. Initialization from G4PARTICLEXS (neutrino/anti_nu_mu). + o G4NuMuNucleusCcModel, G4NuMuNucleusNcModel, G4NeutrinoNucleusModel: + rearrangement of initialisation methods and arrays. + Fixes in CoherentPion() method, cleanup of Cc and Nc. + o G4NeutrinoNucleusModel: added K+, K- in final state. + o Fixed Coverity warnings for defects. + + models/management + o G4HadronicInteractionRegistry: delete HP and PHP at the end of run. + o G4HadronicInteraction: provide default implementation for all virtual + methods. + o G4VHighEnergyGenerator, G4VIntraNuclearTransportModel, + G4VPreCompoundModel: cleaned up: removed old commented lines, + code format, C++11 keywords. + + models/particle_hp + o Allow printout only if the global hadronic verbosity level is not zero. + o G4ParticleHPHash, G4ParticleHPCaptureFS: fixes for implicit conversion + between 'size_t' and 'G4int', to avoid warnings on Windows. + + models/parton_string + o Improved treatment of antibaryon interactions in QGS. + In G4QGSMFragmentation, corrected the treatment of low-mass diquark- + antidiquark strings. In addition to this, introduced the Mt + distribution of produced hadrons. + In G4VLongitudinalStringDecay, introduced in SetMinimalStringMass() + a check that the strings are of allowed type: quark-antiquark, diquark- + antidiquark, quark-diquark and antiquark-antidiquark. Introduced also + for diquark-antidiquark strings a special algorithm (already present + for the other types of allowed strings) for treating low-mass strings + with masses below known hadrons. + o In G4QGSParticipants, the average transverse momentum of partons in a + hadron is set to zero (according to the study of transverse momentum + distributions of hadrons produced in hadronic interactions, in + particular the study of Xf - Pt correlations presented by the NA49 + Collaboration). In G4QuarkExchange, the reggeon exchanges are now + treated as annihilation and creation of quark-antiquark pairs (to + reflect in inelastic processes the non-vacuum reggeon exchanges present + in antiparticle-particle elastic scattering amplitudes). + o G4VLongitudinalStringDecay, G4LundStringFragmentation, + G4ExcitedStringDecay: inherit from G4HadronicInteraction; destruction + of these models at the end of run is now done by the hadron model + store; removed implementations of private operators. + o G4VStringFragmentation: use inheritance from G4HadronicInteraction; + removed implementations of private operators. + o G4SPBaryonTable: changed return type of the method 'length()' from + 'double' to 'size_t', to fix warnings on Windows. + o G4FTFModel, G4FTFParticipants: clean-up: removed unused methods, + delete operators, use of C++11 keywords. + o G4VParticipants, G4VPartonStringModel, G4VStringFragmentation, + G4StringModel: clean-up; removed unused methods, delete operators, + use of C++11 keywords. + o G4QGSModel: clean-up; removed unused methods, delete operators, use of + C++11 keywords, moved inline implementation to source. + + models/qmd + o G4QMDReaction: added code in ApplyYourself() to get cross-section when + projectile is pion. Replaced data member G4PiNuclearCrossSection with + G4BGGPionElasticXS and G4BGGPionInelasticXS. + In G4QMDGroundStateNucleus constructor, move check for p or n + projectile earlier in code so baryon number can be conserved. + Addressing problem report #2236. + + models/quasi_elastic + o G4QuasiElRatios: fixed memory leak at exit. + + models/radioactive_decay + o G4RadioactiveDecayBase, G4RadioactiveDecay: in BuildPhysicsTable(), + check the global hadronic verbosity level before printing out + information. + + models/rpg + o Fixed Coverity warnings for unused variables. + + models/theo_high_energy + o G4QuasiElasticChannel: use inheritance from G4HadronicInteraction. + In G4TheoFSGenerator do not destruct G4QuasiElasticChannel. + o G4QuasiElasticChannel, G4TheoFSGenerator: clean-up; use of C++11 + keywords and loops, removed unused methods, formatting. + + models/util + o Fixed compilation warnings on clang-10. + + processes + o G4MuNeutrinoNucleusProcess, G4ElNeutrinoNucleusProcess: extended to + anti_nu_mu, nu_e and anti_nu_e. + + stopping + o G4HadronicAbsorptionFritiof, + G4HadronicAbsorptionFritiofWithWithBinaryCascade: simplified + instantiation of the FTF model, do not destruct its components. + o G4MuonicAtomDecay: fixed Coverity defect warning. + + util + o G4HadronicParameters: added modifiers for Cascade-FTF transition. + Creates the new messenger. + o G4HadronicParametersMessenger: created new messenger class for + G4HadronicParameters. For the time being it has only the global + verbosity level for hadronics. + o G4HadFinalState: fixed warning on Windows for implicit conversions + from 'size_t' to 'G4int'. + + o Readout + ------- + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + o Run + --- + + G4RunManager, G4WorkerRunManager: added layered mass geometry option + for the new "probe" scoring mesh. + + G4RunManager: do not call G4ParticleTable for Messenger deletion. + + Modified G4MTRunManager to enable inheritance for new G4TaskRunManager. + + G4MTRunManager, G4RunManager: fixes for windows, to avoid inline static + methods and use export flag G4RUN_DLL for static data. + + Added second wavelength shifter process to G4PhysicsListHelper. + + G4VPhysicsConstructor: added harmless call to G4HadronicParameters in + constructors, setting a default parameter; needed to create the instance + of the G4HadronicParameters singleton before run initialization. + + General code formatting. + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + o Tasking + ------- + + New module implementing a new Geant4 run manager, G4TaskRunManager, + enabling use of the TBL tasking system for the event loop. The tasking + system is fully compatible with Intel TBB, which can be selected if + GEANT4_USE_TBB=ON is specified when configuring CMake. The default + behavior, however, is to submit the tasks to an internal thread-pool + and task-queue. + A comprehensive description of the system and options provided can be + found in the README document located within this module. + + o Track & Tracking + ---------------- + + G4Track: use new G4OpticalPhoton PDG code; removed static thread local + variables; slightly simplified velocity computation; fixed Coverity + warnings connected with unnecessary checks for valid pointers to G4Step + and G4DynamicParticle; removed commented code. + Avoid using velocity table, use GetBeta() method from G4DynamicParticle + instead; expected minor speedup. + + Minor c++11 revision; code cleanup and formatting in tracking module. + + Fixed minor Coverity defect for uninitialised data in G4SteppingManager. + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + + o Visualization: + ------------- + + Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. Fixed compilation warnings on clang-10. + + Use CMake AUTOMOC to automatically generate and compile Moc sources + and fixed CMake script to support new CMake system. + + management: + o Fixed case where models with no extent do not contribute to scene's + extent. + o Trap infinite loop when looking for a fallback graphics system when + issuing "/vis/sceneHandler/create". + o G4VisExecutive: added support for OIQT driver, via "OIQT" or "OI" + keywords, provided the G4OpenInventor library has been built with + the OIQT driver included. + o Added new command "/vis/geometry/set/forceCloud". + o G4VVisCommand: added CheckView for future utility. + o G4VisCommandsScene: improved output layout for "/vis/scene/showExtents". + o Bug fix: rebuild graphics databases after "/vis/filtering/*/mode". + o Improved printing of available systems and models. + + modeling: + o Suppress warnings while filter not fully established. + o Minor code tidy. + + OpenGL: + o Improved guidance and tidy "/vis/ogl/" commands. + o Removed no longer required dependence on GLU. + o Removed support for Qt4. + o Fixed bug in "/vis/ogl/export" when dot '.' is included in name. + + OpenInventor: + o Enable configuration for OIQT driver, as orthogonal to OIX and OIXE. + o Corrections to OIQT viewer and changes for use with Qt UI. + + o Data Sets: + --------- + + G4EMLOW-7.12: + o Added new cross-section files for protons (HT). + o Added EPICS2017 data for gamma conversion (ZL). + o Added new JAEA elastic polarized gamma scattering data files + in compressed format. + o Added a new numerical DCS set for e-/e+ elastic scattering + obtained by numerical Dirac Partial Wave Analysis (DPWA). + More information can be found in the 'dpwa/Readme.txt' file. + + o Examples: + -------- + + Updated reference outputs, macros, READMEs and scripts. + + advanced/air_shower + o Added missing include statement in UltraDetectorConstruction. + + advanced/fastAerosol + o New example showing use of FastAerosol geometry classes, allowing to + efficiently and accurately simulate particle transport through aerosols + containing billions of randomly-positioned droplets, using an ordinary + workstation. See: MacFadden, N., Knaian, A., "Efficient Modeling of + Particle Transport through Aerosols in Geant4", manuscript in + preparation, 2020. + + advanced/gammaray_telescope + o GammaRayTelHadronPhysics, GammaRayTelIonPhysics: fixed + compilation problems due to incorrect FTFP instantiation. + + advanced/hadrontherapy + o Deleted many obsolete macro files. + o Code cleaup; removed Root script folder and other cosmetics. + + basic/B5 + o Migrated main() to use new G4RunManagerFactory. + The new G4TaskRunManager is exercised by default in MT builds. + + extended/electromagnetic/TestEm1 + o PhysicsList: use G4RadioactiveDecayBase instead of deprecated + G4RadioactiveDecay. Minor code cleanup. + + extended/electromagnetic/TestEm4 + + extended/electromagnetic/TestEm7 + o Do not call vis.mac automatically in interactive mode. + + extended/electromagnetic/TestEm11 + o PhysicsList: use G4RadioactiveDecayBase instead of deprecated + G4RadioactiveDecay. Minor code cleanup. + + extended/hadronic/Hadr00 + o HistoManagerMessenger: fixed destructor. + + extended/hadronic/Hadr02 + o HadronPhysicsCRMC_FTFP_BERT , HadronPhysicsHIJING , HadronPhysicsUrQMD: + introduced the new class G4HyperonBuilder which is now needed when + using G4HyperonFTFPBuilder. + + extended/hadronic/Hadr03 + o PhysicsList: added G4HadronPhysicsQGSP_BIC, Shielding, RadioactiveDecay. + o GammaNuclearPhysics: added G4LowEGammaNuclearModel. + o Added GammaNuclearPhysicsLEND. + o HistoManager, SteppingAction: added plot of e-. + o Modified gamma.mac script; added Au196.mac. + + extended/hadronic/Hadr06 + o HistoManager, TrackingAction: plot particle energy at creation. + o GammaNuclearPhysics: added G4LowEGammaNuclearModel. + + extended/hadronic/Hadr07 + + extended/hadronic/NeutronSource + o GammaNuclearPhysics: added G4LowEGammaNuclearModel. + + extended/medical/dna/chem6 + o New example providing scoring of the radiochemical yield G defined as + (Number of species X) / (100 eV of deposited energy), as a function of + time and LET. The details are described in the following paper: + J. Appl. Phys. 125 (2019) 104301. + + extended/optical/OpNovice2 + o Use new scintillation time constant parameter. + o Added code to generate statistics for wavelength shifting. + o Added wls.mac to test WLS and new process WLS2. + o Removed string comparisons and redundant calls in SteppingAction. + o Removed redundant G4AnalysisManager::Instance() calls. + + extended/parallel/TBB + o Updated to use new tasking system which is fully compatible with TBB. + + extended/parallel/ThreadsafeScorers + o Updated to use new tasking system; forcing use of G4TaskRunManager. + o Added example of user code leveraging tasking in TSRunAction; it + leverages tasks on the master thread at the end of the run to generate + some strings of output via a nested hierarchy of tasks and uses the + features of the G4TaskGroup to combine the strings in the order that + they were submitted to the task-group (thus producing the same output + result as the serial version). + + extended/persistency/gdml/G01 + o Use [] brackets in loop.gdml sample to show how to index names + and dimensions in loops. + + extended/persistency/P01 + o Fixed CMake script for search or Root macros. + + extended/radioactivedecay/Activation + o GammaNuclearPhysics: added G4LowEGammaNuclearModel. + o In Run, corrected a protection on maximum number of histograms. + + ---------------------------------------------------------------------------- + diff --git a/ReleaseNotes/Patch4.10.6-1.txt b/ReleaseNotes/Patch4.10.6-1.txt index 7f86bd1825c..a912cab5bf4 100644 --- a/ReleaseNotes/Patch4.10.6-1.txt +++ b/ReleaseNotes/Patch4.10.6-1.txt @@ -33,8 +33,8 @@ List of fixes included in this public patch since the public release 10.6: o Turn off verbosity flags by default in G4IntegratorDriver, G4InterpolationDriver and G4MagIntegratorDriver. + navigation: - o Avoid looping infinitely by pushing N times with increasing step size. - Addressing problem report #2196. + o Avoid looping infinitely in G4RegularNavigation by pushing N times + with increasing step size. Addressing problem report #2196. + solids/specific: o Re-established parameterisation mechanism for G4Tet and G4UTet which was removed by mistake. Addressing problem report #2209. diff --git a/cmake/History b/cmake/History index 51499c64d3b..dbbce7757ed 100644 --- a/cmake/History +++ b/cmake/History @@ -29,46 +29,130 @@ add this in the documentation for the changed file as [BUGFIX #BUGNUMBER]. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -21st April 2020 - Ben Morgan (cmake-V10-05-39) -- BUGFIX: Only store variables in Geant4PackageCache if they have - a value. -6th April 2020 - Ben Morgan (cmake-V10-05-38) +17th June 2020 - Jonathan Madsen (cmake-V10-06-25) +- Moved TBB before PTL +- Forced PTL_USE_TBB to be set to GEANT4_USE_TBB when not + using system PTL +- Added Geant4::G4ptl ALIAS targets for build tree testing +- Added support for building G4ptl, GEANT4_USE_TBB option +- Updated FindTBB.cmake to be more robust +- Updates to PTL internal/external handling +- fixed PTL find_dependency + +15th June 2020 - Gunter Folger (cmake-V10-06-24) +- Switch to G4EMLOW 7.12 + +8th June 2020 - Ben Morgan (cmake-V10-06-23) +- Default GEANT4_USE_NEW_CMAKE to ON to use new build organization + as the primary system. +- Fix bug in setting of AUTOMOC +- Handle install of G4clhep{-static} independently of main modules + due it being built outside the category system. +- Retain GEANT4_BUILDTREE_INCLUDE_DIRS in new CMake system to support + clients that may not yet support CMake target usage requirements. +- Protect recursion into tests module on existence of the directory + +2nd June 2020 - Guilherme Amadio (cmake-V10-06-22) +- Avoid warnings from propagating CMAKE_DISABLE_FIND_PACKAGE_ROOT + down to tests. + +30th May 2020 - Ben Morgan (cmake-V10-06-21) +- Modules/Geant4DeveloperAPI.cmake: Import new "target" style API for + declaring and composing libraries from modules of source code. + Provide GEANT4_USE_NEW_CMAKE option, OFF by default, to switch between + systems. + +28th May 2020 - Gunter Folger (cmake-V10-06-20) +- Switch to G4EMLOW 7.11 + +26th May 2020 - Ben Morgan (cmake-V10-06-19) +- Use "VecGeom::vecgeom" as imported target name for VecGeom library + to bring in line with upstream master of VecGeom. Export VecCore_DIR + if it is set to package cache file, as new VecGeomConfig needs to refind + VecCore. + +20 May 2020 - Frederick Jones (cmake-V10-06-18) +- Modules/G4InterfaceOptions.cmake: added GEANT4_USE_XM to Open + Inventor X driver code block to correct Xm and Xt link order. + +19th May 2020 - Guilherme Amadio (cmake-V10-06-17) +- Propagate value of CMAKE_DISABLE_FIND_PACKAGE_ROOT down to tests + that optionally support ROOT to allow testing Geant4 with ROOT support + disabled. This is necessary when testing Geant4 with a different C++ + standard than ROOT when it's installed. + +29th April 2020 - Ben Morgan (cmake-V10-06-16) +- Add GEANT4_USE_NEW_CMAKE option in preparation for testing of modular + build updates. Added now to suppress Continuous warnings + +22 April 2020 - Frederick Jones (cmake-V10-06-15) +- Modules/G4InterfaceOptions.cmake, Templates/Geant4Config.cmake.in: + Added support for Open Inventor Qt Vis driver to be built + and used in applications. The library can be built with the + OIQT driver, or with the OIX/OIXE drivers, but not both. + +6th April 2020 - Ben Morgan (cmake-V10-06-14) - Activate build of geant4py when GEANT4_USE_PYTHON is set Check that MT builds use global-dynamic TLS to allow Python module loading of the Geant4 dynamic libraries. -3rd April 2020 - Guilherme Amadio (cmake-V10-05-37) +21st April 2020 - Ben Morgan (cmake-V10-06-13) +- BUGFIX: Only store variables in Geant4PackageCache if they have + a value. + +20th April 2020 - Ben Morgan (cmake-V10-06-12) +- Remove Qt4 support + +17th April 2020 - Ben Morgan (cmake-V10-06-11) +- Add GEANT4_USE_PYTHON option to suppress Continuous warnings + +3rd April 2020 - Guilherme Amadio (cmake-V10-06-10) - Use full path to datasets if GEANT4_INSTALL_DATADIR is an absolute path -2nd April 2020 - Guilherme Amadio (cmake-V10-05-36) +2nd April 2020 - Guilherme Amadio (cmake-V10-06-09) - Customize CMAKE_INSTALL_DATADIR in a single location -18th March 2020 - Gunter Folger (cmake-V10-05-35) +18th March 2020 - Gunter Folger (cmake-V10-06-08) - In Modules/G4CPack.cmake suppress warnings about icc libraries not existing for Intel icc version 19. -14th February 2020 - Ben Morgan (cmake-V10-05-34) +16th March 2020 - Gunter Folger (cmake-V10-06-07) +- Switch to G4EMLOW 7.10 + +14th February 2020 - Ben Morgan (cmake-V10-06-06) - No longer create gnumake symlinks on Windows Windows permissions may prevent creation of symlinks, leading to errors at install time. As gnumake is no longer supported on Windows, protect symlink creation with test on host platform. -5th February 2020 - Ben Morgan (cmake-V10-05-33) -- Apply patch from TXCorp to allow compilation on Windows using Clang - -4th February 2020 - Ben Morgan (cmake-V10-05-32) +4th February 2020 - Ben Morgan (cmake-V10-06-05) - BUGFIX 2221 Use "${FOO:-}" variable expansion and "-z" test to check for undefined variables in Bourne Shell scripts. Prevents errors when shell is in "set -u" mode. Report and patch supplied by Michael Reilly -28th January 2020 - Gunter Folger (cmake-V10-05-31) -- Switch to patched dataset for G4EMLOW 7.9.1 +27th January 2020 - Gunter Folger (cmake-V10-06-04) +- Switch to G4EMLOW 7.9.1 -15th January 2020 - Ben Morgan (cmake-V10-05-30) +15th January 2020 - Ben Morgan (cmake-V10-06-03) - Quote VECGEOM_COMPILE_DEFINITIONS to avoid incorrect argument errors +6th January 2020 - Ben Morgan (cmake-V10-06-02) +- Apply patch from TXCorp to allow compilation on Windows using Clang + +12th December 2019 - Ben Morgan (cmake-V10-06-01) +- Remove requirement on presence of XQuartz GLU library +- No longer save glu related variables in the package cache + +6th December 2019 - Ben Morgan (cmake-V10-06-00) +- Remove obsolete Geant4Wrapping module in preparation for full G4Py + build support +- Rename remaining internal "Geant4..." modules to "G4" convention + Retain Geant4DefineModule and Geant4LibraryTargets until new modularization + scheme in place. +- Format G4ClangFormat + 25th November 2019 - Ben Morgan (cmake-V10-05-29) - Disable configuration of Wt UI/Vis driver due to it no longer compiling with recent Wt versions diff --git a/cmake/Modules/CMakeUninstallTarget.cmake b/cmake/Modules/CMakeUninstallTarget.cmake index ea4f3db03f9..693d174cae0 100644 --- a/cmake/Modules/CMakeUninstallTarget.cmake +++ b/cmake/Modules/CMakeUninstallTarget.cmake @@ -8,7 +8,7 @@ # # -function(WRITE_UNINSTALL_TARGET_SCRIPT) +function(write_uninstall_target_script) # Create uninstall target template file, if it doesn't exist... if(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in) set(__uninstall_filename ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake.in) @@ -42,10 +42,8 @@ endforeach(file) endif() endfunction() - - # Call the file writing function, if needed -WRITE_UNINSTALL_TARGET_SCRIPT() +write_uninstall_target_script() # Configure the file that reads the install manifest and processes the files configure_file( @@ -56,5 +54,3 @@ configure_file( # Add the uninstall target add_custom_target(uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake) - - diff --git a/cmake/Modules/FindStatTest.cmake b/cmake/Modules/FindStatTest.cmake index 496cf2f2d11..ed4b3ccdead 100644 --- a/cmake/Modules/FindStatTest.cmake +++ b/cmake/Modules/FindStatTest.cmake @@ -2,14 +2,14 @@ # - Find StatTest # This module tries to find the StatTest application # Once done this will define -# +# # STATTEST_FOUND - Application found # STATTEST_APP - Application # STATTEST_CMD - Command line to run the application # STATTEST_ADD_TEST - Helper function to define a ctest using # StatTest (Only if we are using for G4 testing) # -# Variables used by this module, which can change the default behaviour +# Variables used by this module, which can change the default behaviour # and need to be set before calling find_package # # STATTEST_ROOT_DIR Root directory to StatTest package @@ -22,7 +22,7 @@ if(NOT GEANT4_ENABLE_TESTING) endif() #Search application -#Note that the second suggested path is G4 specific... +#Note that the second suggested path is G4 specific... find_path(STATTEST_APP_DIR NAMES StatTestVersion.py PATHS ${STATTEST_ROOT_DIR} ${CMAKE_SOURCE_DIR}/verification/StatTest @@ -43,7 +43,7 @@ if(NOT ROOT_FOUND) set(_root_isok FALSE) else() set(_root_isok TRUE) - # - Check if python interpreter is correct version + # - Check if python interpreter is correct version # (the one compatible with root) find_package(PythonInterp ${ROOT_PYTHONVER} QUIET) if(NOT PYTHONINTERP_FOUND) @@ -70,9 +70,9 @@ if(STATTEST_FOUND) set(STATTEST_APP ${STATTEST_APP_DIR}/runtests.py) set(STATTEST_CMD ${PYTHON_EXECUTABLE} ${STATTEST_APP}) - # Let's create a function that helps in building tests for + # Let's create a function that helps in building tests for # regression testing - # function STATTEST_ADD_TEST( + # function STATTEST_ADD_TEST( # G4TEST testname # CONFIG conffile # INPUT inputfile @@ -82,7 +82,7 @@ if(STATTEST_FOUND) # [LABELS label1 label2 ...] # [IMG filename]) function(STATTEST_ADD_TEST stattest) - CMAKE_PARSE_ARGUMENTS(ARG "DEBUG;TEXT" + CMAKE_PARSE_ARGUMENTS(ARG "DEBUG;TEXT" "CONFIG;INPUT;REFERENCE;G4TEST;IMG" "LABELS" ${ARGN} ) @@ -91,12 +91,12 @@ if(STATTEST_FOUND) if(_len LESS 1) message(FATAL_ERROR "STATTEST_ADD_TEST: conffile is mandatory") endif() - + list(LENGTH ARG_INPUT _len) if(_len LESS 1) message(FATAL_ERROR "STATTEST_ADD_TEST: inputfile is mandatory") endif() - + list(LENGTH ARG_G4TEST _len) if(_len LESS 1) message(FATAL_ERROR "STATTEST_ADD_TEST: testname is mandatory") @@ -108,10 +108,10 @@ if(STATTEST_FOUND) else() set(_command ${STATTEST_CMD}) endif() - + if(ARG_TEXT) set(_command ${_command} "-T") - endif() + endif() #Mandatory parameters set(_command ${_command} ${ARG_CONFIG} ${ARG_INPUT}) @@ -125,10 +125,10 @@ if(STATTEST_FOUND) set(_labels "") endif() - include(Geant4CTest) - + include(G4CTest) + #Now build G4 test - GEANT4_ADD_TEST(${stattest} + GEANT4_ADD_TEST(${stattest} COMMAND ${_command} DEPENDS ${ARG_G4TEST} LABELS ${_labels} diff --git a/cmake/Modules/FindTBB.cmake b/cmake/Modules/FindTBB.cmake index 1c00f26da9f..bc368a83137 100644 --- a/cmake/Modules/FindTBB.cmake +++ b/cmake/Modules/FindTBB.cmake @@ -43,13 +43,19 @@ INCLUDE (FindPackageHandleStandardArgs) -IF (CMAKE_VERSION VERSION_GREATER 2.8.7) - SET (_TBB_CHECK_COMPONENTS FALSE) -ELSE (CMAKE_VERSION VERSION_GREATER 2.8.7) - SET (_TBB_CHECK_COMPONENTS TRUE) -ENDIF (CMAKE_VERSION VERSION_GREATER 2.8.7) +#------------------------------------------------------------------------------# +# +# Paths +# +#------------------------------------------------------------------------------# + +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 +FIND_PATH(TBB_ROOT_DIR NAMES include/tbb/tbb.h PATHS ENV TBBROOT ENV TBB40_INSTALL_DIR @@ -59,229 +65,286 @@ FIND_PATH (TBB_ROOT_DIR ENV TBB_ROOT_DIR DOC "TBB root directory") -FIND_PATH (TBB_INCLUDE_DIR +FIND_PATH(TBB_INCLUDE_DIR NAMES tbb/tbb.h HINTS ${TBB_ROOT_DIR} PATH_SUFFIXES include DOC "TBB include directory") -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}) - -FIND_LIBRARY (TBB_LIBRARY_RELEASE +#------------------------------------------------------------------------------# +# +# Library suffixes +# +#------------------------------------------------------------------------------# + +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() + +#------------------------------------------------------------------------------# +# +# TBB library +# +#------------------------------------------------------------------------------# + +FIND_LIBRARY(TBB_LIBRARY_RELEASE NAMES tbb HINTS ${TBB_ROOT_DIR} PATH_SUFFIXES ${_TBB_POSSIBLE_LIB_SUFFIXES} DOC "TBB release library") -FIND_LIBRARY (TBB_LIBRARY_DEBUG +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) -ELSEIF (TBB_LIBRARY_RELEASE) - IF (NOT TBB_LIBRARY) - SET (TBB_LIBRARY ${TBB_LIBRARY_RELEASE} CACHE DOC "TBB library" FORCE) - ENDIF (NOT TBB_LIBRARY) -ENDIF (TBB_LIBRARY_RELEASE AND TBB_LIBRARY_DEBUG) - -IF (TBB_LIBRARY_DEBUG) - LIST (APPEND _TBB_ALL_LIBS ${TBB_LIBRARY_DEBUG}) -ENDIF (TBB_LIBRARY_DEBUG) - -IF (TBB_LIBRARY_RELEASE) - LIST (APPEND _TBB_ALL_LIBS ${TBB_LIBRARY_RELEASE}) -ENDIF (TBB_LIBRARY_RELEASE) - -FOREACH (_TBB_COMPONENT ${TBB_FIND_COMPONENTS}) - STRING (TOUPPER ${_TBB_COMPONENT} _TBB_COMPONENT_UPPER) - SET (_TBB_LIBRARY_BASE TBB_${_TBB_COMPONENT_UPPER}_LIBRARY) - - IF (${_TBB_COMPONENT} STREQUAL preview) - SET (_TBB_LIBRARY_NAME tbb_${_TBB_COMPONENT}) - ELSE (${_TBB_COMPONENT} STREQUAL preview) - SET (_TBB_LIBRARY_NAME tbb${_TBB_COMPONENT}) - message(STATUS " FindTBB.cmake: Trying to find component " ${_TBB_COMPONENT} " using name " ${_TBB_LIBRARY_NAME} " " ) - ENDIF (${_TBB_COMPONENT} STREQUAL preview) - - 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") +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) + + +#------------------------------------------------------------------------------# +# +# Components +# +#------------------------------------------------------------------------------# + +SET(_TBB_POSSIBLE_COMPONENTS preview malloc malloc_proxy) + +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) + + IF(${_TBB_COMPONENT} MATCHES "malloc*") + SET(_TBB_LIBRARY_NAME tbb${_TBB_COMPONENT}) + ELSE() + SET(_TBB_LIBRARY_NAME tbb_${_TBB_COMPONENT}) + 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") + + 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") + + MARK_AS_ADVANCED (${_TBB_LIBRARY_BASE} ${_TBB_LIBRARY_BASE}_DEBUG) + + # default assumption + SET(TBB_${_TBB_COMPONENT_UPPER}_FOUND ON) + SET(TBB_${_TBB_COMPONENT}_FOUND ON) + + 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(${_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() + +ENDFOREACH(_TBB_COMPONENT ${TBB_FIND_COMPONENTS}) + +#------------------------------------------------------------------------------# +# +# Standard variables +# +#------------------------------------------------------------------------------# +IF(_TBB_ALL_LIBS) + SET(TBB_LIBRARIES ${_TBB_ALL_LIBS}) +ENDIF() + +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) + +#------------------------------------------------------------------------------# +# +# Library's version +# +#------------------------------------------------------------------------------# - 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") - - MARK_AS_ADVANCED (${_TBB_LIBRARY_BASE} ${_TBB_LIBRARY_BASE}_DEBUG) - - SET (TBB_${_TBB_COMPONENT_UPPER}_FOUND TRUE) - - 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 DOC - "TBB ${_TBB_COMPONENT} library") - ELSEIF (${_TBB_LIBRARY_BASE}_DEBUG) - SET (${_TBB_LIBRARY_BASE} ${${_TBB_LIBRARY_BASE}_DEBUG}) - ELSEIF (${_TBB_LIBRARY_BASE}_RELEASE) - SET (${_TBB_LIBRARY_BASE} ${${_TBB_LIBRARY_BASE}_RELEASE} - CACHE DOC "TBB ${_TBB_COMPONENT} library") - ELSE (${_TBB_LIBRARY_BASE}_DEBUG AND ${_TBB_LIBRARY_BASE}_RELEASE) - # Component missing: record it for a later report - LIST (APPEND _TBB_MISSING_COMPONENTS ${_TBB_COMPONENT}) - SET (TBB_${_TBB_COMPONENT_UPPER}_FOUND FALSE) - ENDIF (${_TBB_LIBRARY_BASE}_DEBUG AND ${_TBB_LIBRARY_BASE}_RELEASE) - - IF (${_TBB_LIBRARY_BASE}_DEBUG) - LIST (APPEND _TBB_ALL_LIBS ${${_TBB_LIBRARY_BASE}_DEBUG}) - ENDIF (${_TBB_LIBRARY_BASE}_DEBUG) - - IF (${_TBB_LIBRARY_BASE}_RELEASE) - LIST (APPEND _TBB_ALL_LIBS ${${_TBB_LIBRARY_BASE}_RELEASE}) - ENDIF (${_TBB_LIBRARY_BASE}_RELEASE) - - SET (TBB_${_TBB_COMPONENT}_FOUND ${TBB_${_TBB_COMPONENT_UPPER}_FOUND}) - - IF (${_TBB_LIBRARY_BASE}) - # setup the TBB__LIBRARIES variable - SET (TBB_${_TBB_COMPONENT_UPPER}_LIBRARIES ${${_TBB_LIBRARY_BASE}}) - LIST (APPEND TBB_LIBRARIES ${${_TBB_LIBRARY_BASE}}) - ELSE (${_TBB_LIBRARY_BASE}) - LIST (APPEND _TBB_MISSING_LIBRARIES ${_TBB_LIBRARY_BASE}) - ENDIF (${_TBB_LIBRARY_BASE}) -ENDFOREACH (_TBB_COMPONENT ${TBB_FIND_COMPONENTS}) - -LIST (APPEND TBB_LIBRARIES ${TBB_LIBRARY}) -SET (TBB_INCLUDE_DIRS ${TBB_INCLUDE_DIR}) - -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) - -# Determine library's version - -SET (_TBB_VERSION_HEADER ${TBB_INCLUDE_DIR}/tbb/tbb_stddef.h) - -IF (EXISTS ${_TBB_VERSION_HEADER}) - FILE (READ ${_TBB_VERSION_HEADER} _TBB_VERSION_CONTENTS) - - 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}") - - SET (TBB_VERSION ${TBB_VERSION_MAJOR}.${TBB_VERSION_MINOR}) - SET (TBB_VERSION_COMPONENTS 2) -ENDIF (EXISTS ${_TBB_VERSION_HEADER}) - -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") - - MARK_AS_ADVANCED (LIB_EXECUTABLE) -ENDIF (WIN32) - -MACRO (GET_LIB_REQUISITES LIB REQUISITES) - IF (LIB_EXECUTABLE) - GET_FILENAME_COMPONENT (_LIB_PATH ${LIB_EXECUTABLE} PATH) - - IF (MSVC) +SET(_TBB_VERSION_HEADER ${TBB_INCLUDE_DIR}/tbb/tbb_stddef.h) + +IF(EXISTS ${_TBB_VERSION_HEADER}) + FILE(READ ${_TBB_VERSION_HEADER} _TBB_VERSION_CONTENTS) + + 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}") + + SET(TBB_VERSION ${TBB_VERSION_MAJOR}.${TBB_VERSION_MINOR}) + SET(TBB_VERSION_COMPONENTS 2) +ENDIF() + +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") + + MARK_AS_ADVANCED (LIB_EXECUTABLE) +ENDIF() + +MACRO(GET_LIB_REQUISITES LIB REQUISITES) + IF(LIB_EXECUTABLE) + GET_FILENAME_COMPONENT(_LIB_PATH ${LIB_EXECUTABLE} PATH) + + IF(MSVC) # Do not redirect the output - UNSET (ENV{VS_UNICODE_OUTPUT}) - ENDIF (MSVC) + UNSET(ENV{VS_UNICODE_OUTPUT}) + ENDIF() - EXECUTE_PROCESS (COMMAND ${LIB_EXECUTABLE} /nologo /list ${LIB} + EXECUTE_PROCESS(COMMAND ${LIB_EXECUTABLE} /nologo /list ${LIB} WORKING_DIRECTORY ${_LIB_PATH}/../../Common7/IDE OUTPUT_VARIABLE _LIB_OUTPUT ERROR_QUIET) - STRING (REPLACE "\n" ";" "${REQUISITES}" "${_LIB_OUTPUT}") - LIST (REMOVE_DUPLICATES ${REQUISITES}) - ENDIF (LIB_EXECUTABLE) -ENDMACRO (GET_LIB_REQUISITES) + STRING(REPLACE "\n" ";" "${REQUISITES}" "${_LIB_OUTPUT}") + LIST(REMOVE_DUPLICATES ${REQUISITES}) + ENDIF() +ENDMACRO() -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 (_TBB_ALL_LIBS) +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 TRUE) -ELSE (NOT TBB_BINARY_DIR) - SET (_TBB_UPDATE_BINARY_DIR FALSE) -ENDIF (NOT TBB_BINARY_DIR) +IF(NOT TBB_BINARY_DIR) + SET(_TBB_UPDATE_BINARY_DIR ON) +ELSE() + SET(_TBB_UPDATE_BINARY_DIR OFF) +ENDIF() -SET (_TBB_BINARY_DIR_HINTS ${_TBB_POSSIBLE_BIN_SUFFIXES}) +SET(_TBB_BINARY_DIR_HINTS ${_TBB_POSSIBLE_BIN_SUFFIXES}) -IF (_TBB_REQUISITES) - FIND_FILE (TBB_BINARY_DIR NAMES ${_TBB_REQUISITES} +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 (_TBB_REQUISITES) +ENDIF() -IF (TBB_BINARY_DIR AND _TBB_UPDATE_BINARY_DIR) - SET (_TBB_BINARY_DIR ${TBB_BINARY_DIR}) - UNSET (TBB_BINARY_DIR CACHE) +IF(TBB_BINARY_DIR AND _TBB_UPDATE_BINARY_DIR) + SET(_TBB_BINARY_DIR ${TBB_BINARY_DIR}) + UNSET(TBB_BINARY_DIR CACHE) - IF (_TBB_BINARY_DIR) - GET_FILENAME_COMPONENT (TBB_BINARY_DIR ${_TBB_BINARY_DIR} PATH) - ENDIF (_TBB_BINARY_DIR) -ENDIF (TBB_BINARY_DIR AND _TBB_UPDATE_BINARY_DIR) + IF(_TBB_BINARY_DIR) + GET_FILENAME_COMPONENT(TBB_BINARY_DIR ${_TBB_BINARY_DIR} PATH) + ENDIF() +ENDIF() -SET (TBB_BINARY_DIR ${TBB_BINARY_DIR} CACHE PATH "TBB binary directory") +SET(TBB_BINARY_DIR ${TBB_BINARY_DIR} CACHE PATH "TBB binary directory") -MARK_AS_ADVANCED (TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_RELEASE +MARK_AS_ADVANCED(TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_RELEASE TBB_LIBRARY_DEBUG TBB_BINARY_DIR) -IF (NOT _TBB_CHECK_COMPONENTS) - SET (_TBB_FPHSA_ADDITIONAL_ARGS HANDLE_COMPONENTS) -ENDIF (NOT _TBB_CHECK_COMPONENTS) +IF(NOT _TBB_CHECK_COMPONENTS) + SET(_TBB_FPHSA_ADDITIONAL_ARGS HANDLE_COMPONENTS) +ENDIF() -IF (CMAKE_VERSION VERSION_GREATER 2.8.2) - LIST (APPEND _TBB_FPHSA_ADDITIONAL_ARGS VERSION_VAR TBB_VERSION) -ENDIF (CMAKE_VERSION VERSION_GREATER 2.8.2) +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} - ${_TBB_FPHSA_ADDITIONAL_ARGS}) +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}) diff --git a/cmake/Modules/FindXQuartzGL.cmake b/cmake/Modules/FindXQuartzGL.cmake index dd878d91c58..d30e40d350f 100644 --- a/cmake/Modules/FindXQuartzGL.cmake +++ b/cmake/Modules/FindXQuartzGL.cmake @@ -23,7 +23,7 @@ Result Variables This module sets the following variables: ``XQuartzGL_FOUND`` - True, if the XQuartz GL/GLU libraries were located + True, if the XQuartz GL libraries were located Cache Variables ^^^^^^^^^^^^^^^ @@ -72,7 +72,6 @@ find_package_handle_standard_args(XQuartzGL REQUIRED_VARS XQuartzGL_INCLUDE_DIR XQuartzGL_gl_LIBRARY - XQuartzGL_glu_LIBRARY ) mark_as_advanced(XQuartzGL_INCLUDE_DIR XQuartzGL_gl_LIBRARY XQuartzGL_glu_LIBRARY) @@ -86,7 +85,7 @@ if(XQuartzGL_FOUND) ) endif() - if(NOT TARGET XQuartzGL::GLU) + if(NOT TARGET XQuartzGL::GLU AND XQuartzGL_glu_LIBRARY) add_library(XQuartzGL::GLU UNKNOWN IMPORTED) set_target_properties(XQuartzGL::GLU PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${XQuartzGL_INCLUDE_DIR}" diff --git a/cmake/Modules/G4BuildSettings.cmake b/cmake/Modules/G4BuildSettings.cmake index 1cf4c0615b3..a4348bbb72e 100644 --- a/cmake/Modules/G4BuildSettings.cmake +++ b/cmake/Modules/G4BuildSettings.cmake @@ -6,7 +6,7 @@ # Geant4 libraries and tests, # # In addition to the core compiler/linker flags (configured in the -# Geant4MakeRules_.cmake files) for Geant4, the build may require +# G4MakeRules_.cmake files) for Geant4, the build may require # further configuration. This module performs this task whicj includes: # # 1) Extra build modes for developers @@ -273,8 +273,6 @@ if(GEANT4_BUILD_MULTITHREADED) set(GEANT4_MULTITHREADED_CXX_FLAGS "${GEANT4_MULTITHREADED_CXX_FLAGS} ${${GEANT4_BUILD_TLS_MODEL}_TLSMODEL_FLAGS}") endif() - # Set Defs/Compiler Flags - # TODO: Migrate def to header set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GEANT4_MULTITHREADED_CXX_FLAGS}") endif() @@ -424,5 +422,3 @@ foreach(_conftype ${CMAKE_CONFIGURATION_TYPES}) "${BASE_OUTPUT_DIRECTORY}/${_conftype}/${CMAKE_INSTALL_LIBDIR}" ) endforeach() - - diff --git a/cmake/Modules/G4CMakeMain.cmake b/cmake/Modules/G4CMakeMain.cmake index 10b4cae8109..a700137de33 100644 --- a/cmake/Modules/G4CMakeMain.cmake +++ b/cmake/Modules/G4CMakeMain.cmake @@ -56,19 +56,18 @@ include(G4BuildSettings) include(G4DeveloperAPI) # - Provide interface to control use of optional components -include(Geant4OptionalComponents) +include(G4OptionalComponents) # - Provide interface to control use of UI/Vis components # Written in a separate module from other optional components because # there are many complex options to handle. -include(Geant4InterfaceOptions) +include(G4InterfaceOptions) # - Installation of optional read-only architecture independent data files. -include(Geant4InstallData) +include(G4InstallData) # - Include testing up front so both source and environments can use it if required -include(Geant4CTest) - +include(G4CTest) #----------------------------------------------------------------------- # Add the source and environments subdirectories @@ -95,8 +94,6 @@ endif() # these tasks can be performed. # # - Generate any Use/Config/Support files here once everything else has -# been processed e.g. "UseGeant4.cmake", "Geant4Config.cmake", library -# dependencies etc. # - Geant4Make.gmk include(G4ConfigureGNUMakeHelpers) @@ -110,7 +107,9 @@ include(G4ConfigureCMakeHelpers) # - Testing configuration. # Done here, as projects under 'tests' require Geant4Config. if(GEANT4_ENABLE_TESTING) - add_subdirectory(tests) + if(EXISTS ${PROJECT_SOURCE_DIR}/tests) + add_subdirectory(tests) + endif() if(EXISTS ${CMAKE_SOURCE_DIR}/benchmarks) add_subdirectory(benchmarks) endif() @@ -137,11 +136,11 @@ endif() #----------------------------------------------------------------------- # - CPack-aging -include(Geant4CPackBase) +include(G4CPack) #----------------------------------------------------------------------- # Final output - show what's been enabled so that user knows what's # happening - also useful for later problem solving! # -GEANT4_PRINT_ENABLED_FEATURES() +geant4_print_enabled_features() diff --git a/cmake/Modules/Geant4CPackBase.cmake b/cmake/Modules/G4CPack.cmake similarity index 100% rename from cmake/Modules/Geant4CPackBase.cmake rename to cmake/Modules/G4CPack.cmake diff --git a/cmake/Modules/Geant4CTest.cmake b/cmake/Modules/G4CTest.cmake similarity index 90% rename from cmake/Modules/Geant4CTest.cmake rename to cmake/Modules/G4CTest.cmake index c10a723f0f1..93c25b8b328 100644 --- a/cmake/Modules/Geant4CTest.cmake +++ b/cmake/Modules/G4CTest.cmake @@ -4,12 +4,12 @@ # Integration and unit tests # - "ENABLE_TESTING" means all tests under tests/ option(GEANT4_ENABLE_TESTING "Enable and define all the tests of the project" OFF) -GEANT4_ADD_FEATURE(GEANT4_ENABLE_TESTING "Enable and define all the tests of the project") +geant4_add_feature(GEANT4_ENABLE_TESTING "Enable and define all the tests of the project") mark_as_advanced(GEANT4_ENABLE_TESTING) # - "BUILD_TESTS" means all 'tests' in individual categories. option(GEANT4_BUILD_TESTS "Build all the tests of the project" OFF) -GEANT4_ADD_FEATURE(GEANT4_BUILD_TESTS "Build all the tests of the project") +geant4_add_feature(GEANT4_BUILD_TESTS "Build all the tests of the project") mark_as_advanced(GEANT4_BUILD_TESTS) #----------------------------------------------------------------------- @@ -33,7 +33,7 @@ if(GEANT4_ENABLE_TESTING) endforeach() # - Add base URL for test reference files - set (GEANT4_TEST_REFERENCES_URL "http://cern.ch/geant4-data/stt/references/" CACHE + set(GEANT4_TEST_REFERENCES_URL "http://cern.ch/geant4-data/stt/references/" CACHE STRING "base URL for test reference files") mark_as_advanced(GEANT4_TEST_REFERENCES_URL) diff --git a/cmake/Modules/G4ClangFormat.cmake b/cmake/Modules/G4ClangFormat.cmake index f59e6db607e..e5154352548 100644 --- a/cmake/Modules/G4ClangFormat.cmake +++ b/cmake/Modules/G4ClangFormat.cmake @@ -1,168 +1,163 @@ -################################################################################ +#.rst +# G4ClangFormat +# ============= # -# Creates a 'format' target that runs clang-format -# -################################################################################ +# Functions and helper targets for formatting sources of a target using +# clang-format # - Include guard if(NOT __G4CLANGFORMAT_INCLUDED) - set(__G4CLANGFORMAT_INCLUDED 1) + set(__G4CLANGFORMAT_INCLUDED 1) else() - return() + return() endif() -#------------------------------------------------------------------------------# - +# Default logging directory set(G4FORMAT_LOGDIR ${PROJECT_BINARY_DIR}/format CACHE PATH "Output folder of files that are formatted") -#------------------------------------------------------------------------------# - -find_program(CLANG_FORMATTER - NAMES - clang-format-8.0 - clang-format-7.0 - clang-format-6.0 - clang-format) - -#------------------------------------------------------------------------------# +# Find clang-format (optional) +find_program(CLANG_FORMATTER NAMES + clang-format-6 # prefer clang-format version 6.0 + clang-format-6.0 + clang-format-mp-6.0 # Apple macports version + clang-format) function(exclude_from_format) - cmake_parse_arguments(ARG - "" "" "HEADERS;SOURCES;FILES" ${ARGN}) - - function(_add_labels _path) - foreach(_FILE ${ARGN}) - if(NOT IS_ABSOLUTE ${_FILE}) - set(_FILE ${CMAKE_CURRENT_LIST_DIR}${_path}/${_FILE}) - endif() - set(_LABELS "EXCLUDE_FORMAT") - get_source_file_property(_EXISTING_LABELS ${_FILE} LABELS) - if(_EXISTING_LABELS) - list(APPEND _LABELS ${_EXISTING_LABELS}) - endif() - set_source_files_properties(${_FILE} PROPERTIES - LABELS "${_LABELS}") - get_source_file_property(_EXISTING_LABELS ${_FILE} LABELS) - endforeach() - endfunction() + cmake_parse_arguments(ARG "" "" "HEADERS;SOURCES;FILES" ${ARGN}) - _add_labels("/include" ${ARG_HEADERS}) - _add_labels("/src" ${ARG_SOURCES}) - _add_labels("" ${ARG_FILES}) + function(_add_labels _path) + foreach(_FILE ${ARGN}) + if(NOT IS_ABSOLUTE ${_FILE}) + set(_FILE ${CMAKE_CURRENT_LIST_DIR}${_path}/${_FILE}) + endif() + set(_LABELS "EXCLUDE_FORMAT") + get_source_file_property(_EXISTING_LABELS ${_FILE} LABELS) + if(_EXISTING_LABELS) + list(APPEND _LABELS ${_EXISTING_LABELS}) + endif() + set_source_files_properties(${_FILE} PROPERTIES LABELS "${_LABELS}") + get_source_file_property(_EXISTING_LABELS ${_FILE} LABELS) + endforeach() + endfunction() + _add_labels("/include" ${ARG_HEADERS}) + _add_labels("/src" ${ARG_SOURCES}) + _add_labels("" ${ARG_FILES}) endfunction() #------------------------------------------------------------------------------# function(create_format_directory) - if(NOT EXISTS ${G4FORMAT_LOGDIR}) - execute_process(COMMAND ${CMAKE_COMMAND} - -E make_directory ${G4FORMAT_LOGDIR}) - endif() + if(NOT EXISTS ${G4FORMAT_LOGDIR}) + execute_process(COMMAND ${CMAKE_COMMAND} + -E make_directory ${G4FORMAT_LOGDIR}) + endif() endfunction() #------------------------------------------------------------------------------# function(geant4_format_target) - if(CLANG_FORMATTER) - cmake_parse_arguments(G4FMTTARGET - "" "NAME" "SOURCES" ${ARGN}) - string(REGEX REPLACE "-format$" "" G4TARGET_NAME "${G4FMTTARGET_NAME}") - # ensure not empty list - if(NOT "${G4FMTTARGET_SOURCES}" STREQUAL "") - # create output directory - create_format_directory() - set(SOURCES ) # list of sources - set(FILELOG ) # string of sources (for log) - foreach(_SOURCE ${G4FMTTARGET_SOURCES}) - # files in binary directory are almost always generated files - string(FIND "${_SOURCE}" "${PROJECT_BINARY_DIR}" IN_BINARY_DIR) - # ignore generated files - if(IN_BINARY_DIR GREATER -1) - continue() - endif() - # check if exists (valid full path) - if(EXISTS "${_SOURCE}") - # do nothing -- absolute path was specified - elseif(EXISTS "${CMAKE_CURRENT_LIST_DIR}/${_SOURCE}") - # a relative path was specified - set(_SOURCE ${CMAKE_CURRENT_LIST_DIR}/${_SOURCE}) - else() - # neither relative nor absolute - message(STATUS "[format] file not found: '${_SOURCE}'") - continue() - endif() - #string(REPLACE "${PROJECT_SOURCE_DIR}/" "" _SOURCE ${_SOURCE}) - get_source_file_property(SOURCE_LABELS ${_SOURCE} LABELS) - list(FIND SOURCE_LABELS "EXCLUDE_FORMAT" EXCLUDE_FORMAT) - if(EXCLUDE_FORMAT GREATER -1) - continue() - endif() - # append to log - set(FILELOG "${FILELOG}${_SOURCE}\n") - # add to list to be processed - list(APPEND SOURCES ${_SOURCE}) - endforeach() - # write format file - set(FMTLOG_OUT ${G4FORMAT_LOGDIR}/${G4TARGET_NAME}.txt) - file(WRITE ${FMTLOG_OUT} "${FILELOG}") - file(RELATIVE_PATH FMTLOG_RELATIVE_OUT ${PROJECT_BINARY_DIR} ${FMTLOG_OUT}) - # get the number of source files - list(LENGTH SOURCES NUM_SOURCES) - # if there are too many source files (arguments), command will fail - # so process no more than 500 at a time - if(NUM_SOURCES GREATER 500) - # function to generate indices - function(generate_indices VAR NUM) - set(INDICES ) - set(N 0) - while(N LESS NUM) - list(APPEND INDICES ${N}) - math(EXPR N "${N}+1") - endwhile() - set(${VAR} ${INDICES} PARENT_SCOPE) - endfunction() - # generate 500 indices - generate_indices(INDICES 500) - set(FORMAT_COMMANDS ) - # while there are still sources in list - while(NUM_SOURCES GREATER 0) - # if below 500, re-generate indices - if(NUM_SOURCES LESS 500) - generate_indices(INDICES ${NUM_SOURCES}) - endif() - # get the subset of first 500 - list(GET SOURCES ${INDICES} SOURCES_SUBSET) - # add the target for block of 500 - list(APPEND FORMAT_COMMANDS COMMAND ${CLANG_FORMATTER} -i ${SOURCES_SUBSET}) - # remove 500 we just processed - list(REMOVE_AT SOURCES ${INDICES}) - # update the number of sources remaining - list(LENGTH SOURCES NUM_SOURCES) - endwhile() - # add the custom command - list(LENGTH FORMAT_COMMANDS NUM_COMMANDS) - if(NUM_COMMANDS GREATER 0) - add_custom_target(${G4FMTTARGET_NAME} - ${FORMAT_COMMANDS} - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - COMMENT - "Running '${CLANG_FORMATTER}' on source files in '${G4TARGET_NAME}' target (see ${FMTLOG_RELATIVE_OUT})...") - endif() - else() - list(LENGTH SOURCES NUM_SOURCES) - if(NUM_SOURCES GREATER 0) - # if less than 500 source files, add all in one target - add_custom_target(${G4FMTTARGET_NAME} - COMMAND ${CLANG_FORMATTER} -i ${SOURCES} - WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - COMMENT - "Running '${CLANG_FORMATTER}' on source files in '${G4TARGET_NAME}' target (see ${FMTLOG_RELATIVE_OUT})...") - endif() - endif(NUM_SOURCES GREATER 500) - endif(NOT "${G4FMTTARGET_SOURCES}" STREQUAL "") - endif(CLANG_FORMATTER) -endfunction() + if(NOT CLANG_FORMATTER) + return() + endif() -#------------------------------------------------------------------------------# + cmake_parse_arguments(G4FMTTARGET "" "NAME" "SOURCES" ${ARGN}) + string(REGEX REPLACE "-format$" "" G4TARGET_NAME "${G4FMTTARGET_NAME}") + + # ensure not empty list + if("${G4FMTTARGET_SOURCES}" STREQUAL "") + return() + endif() + + # create output directory + create_format_directory() + set(SOURCES ) # list of sources + set(FILELOG ) # string of sources (for log) + foreach(_SOURCE ${G4FMTTARGET_SOURCES}) + # files in binary directory are almost always generated files + string(FIND "${_SOURCE}" "${PROJECT_BINARY_DIR}" IN_BINARY_DIR) + # ignore generated files + if(IN_BINARY_DIR GREATER -1) + continue() + endif() + # check if exists (valid full path) + if(EXISTS "${_SOURCE}") + # do nothing -- absolute path was specified + elseif(EXISTS "${CMAKE_CURRENT_LIST_DIR}/${_SOURCE}") + # a relative path was specified + set(_SOURCE ${CMAKE_CURRENT_LIST_DIR}/${_SOURCE}) + else() + # neither relative nor absolute + message(STATUS "[format] file not found: '${_SOURCE}'") + continue() + endif() + #string(REPLACE "${PROJECT_SOURCE_DIR}/" "" _SOURCE ${_SOURCE}) + get_source_file_property(SOURCE_LABELS ${_SOURCE} LABELS) + list(FIND SOURCE_LABELS "EXCLUDE_FORMAT" EXCLUDE_FORMAT) + if(EXCLUDE_FORMAT GREATER -1) + continue() + endif() + # append to log + set(FILELOG "${FILELOG}${_SOURCE}\n") + # add to list to be processed + list(APPEND SOURCES ${_SOURCE}) + endforeach() + + # write format file + set(FMTLOG_OUT ${G4FORMAT_LOGDIR}/${G4TARGET_NAME}.txt) + file(WRITE ${FMTLOG_OUT} "${FILELOG}") + file(RELATIVE_PATH FMTLOG_RELATIVE_OUT ${PROJECT_BINARY_DIR} ${FMTLOG_OUT}) + # get the number of source files + list(LENGTH SOURCES NUM_SOURCES) + # if there are too many source files (arguments), command will fail + # so process no more than 500 at a time + if(NUM_SOURCES GREATER 500) + # function to generate indices + function(generate_indices VAR NUM) + set(INDICES ) + set(N 0) + while(N LESS NUM) + list(APPEND INDICES ${N}) + math(EXPR N "${N}+1") + endwhile() + set(${VAR} ${INDICES} PARENT_SCOPE) + endfunction() + # generate 500 indices + generate_indices(INDICES 500) + set(FORMAT_COMMANDS ) + # while there are still sources in list + while(NUM_SOURCES GREATER 0) + # if below 500, re-generate indices + if(NUM_SOURCES LESS 500) + generate_indices(INDICES ${NUM_SOURCES}) + endif() + # get the subset of first 500 + list(GET SOURCES ${INDICES} SOURCES_SUBSET) + # add the target for block of 500 + list(APPEND FORMAT_COMMANDS COMMAND ${CLANG_FORMATTER} -i ${SOURCES_SUBSET}) + # remove 500 we just processed + list(REMOVE_AT SOURCES ${INDICES}) + # update the number of sources remaining + list(LENGTH SOURCES NUM_SOURCES) + endwhile() + # add the custom command + list(LENGTH FORMAT_COMMANDS NUM_COMMANDS) + if(NUM_COMMANDS GREATER 0) + add_custom_target(${G4FMTTARGET_NAME} + ${FORMAT_COMMANDS} + WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} + COMMENT "Running '${CLANG_FORMATTER}' on source files in '${G4TARGET_NAME}' target (see ${FMTLOG_RELATIVE_OUT})...") + endif() + else() + list(LENGTH SOURCES NUM_SOURCES) + if(NUM_SOURCES GREATER 0) + # if less than 500 source files, add all in one target + add_custom_target(${G4FMTTARGET_NAME} + COMMAND ${CLANG_FORMATTER} -i ${SOURCES} + WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} + COMMENT + "Running '${CLANG_FORMATTER}' on source files in '${G4TARGET_NAME}' target (see ${FMTLOG_RELATIVE_OUT})...") + endif() + endif(NUM_SOURCES GREATER 500) +endfunction() diff --git a/cmake/Modules/G4ConfigureCMakeHelpers.cmake b/cmake/Modules/G4ConfigureCMakeHelpers.cmake index 9f64ae914f6..fde939534f3 100644 --- a/cmake/Modules/G4ConfigureCMakeHelpers.cmake +++ b/cmake/Modules/G4ConfigureCMakeHelpers.cmake @@ -63,7 +63,7 @@ set(GEANT4_THIRD_PARTY_IMPORT_SETUP ) # Externals libraries that may be present set(GEANT4_EXTERNALS_TARGETS ) -# - Stuff from Geant4OptionalComponents.cmake +# - Stuff from G4OptionalComponents.cmake # - CLHEP # If it's internal, add it to the externals list if(NOT GEANT4_USE_SYSTEM_CLHEP) @@ -82,13 +82,20 @@ if(NOT GEANT4_USE_SYSTEM_ZLIB) list(APPEND GEANT4_EXTERNALS_TARGETS G4zlib) endif() +# - PTL +# If it's internal, add it to the externals list +if(NOT GEANT4_USE_SYSTEM_PTL) + list(APPEND GEANT4_EXTERNALS_TARGETS G4ptl) + set(PTL_BUILDTREE_PREFIX "${PROJECT_BINARY_DIR}/source/externals/ptl") + set(PTL_INSTALLTREE_PREFIX "\${_geant4_thisdir}/../PTL") +endif() + # - USolids # Compile definitions if(GEANT4_USE_USOLIDS OR GEANT4_USE_PARTIAL_USOLIDS) set(GEANT4_USE_USOLIDS_EITHER ON) endif() -# - Stuff from Geant4InterfaceOptions.cmake #----------------------------------------------------------------------- # - Common Build/Install Tree Configuration files @@ -124,7 +131,8 @@ set(GEANT4_INCLUDE_DIR_SETUP " # Geant4 configured for use from the build tree - absolute paths are used. set(Geant4_INCLUDE_DIR \"${__geant4_buildtree_include_dirs}\") ") - +# Builtin PTL is self located +set(PACKAGE_PTL_PREFIX "${PTL_BUILDTREE_PREFIX}") # Geant4 data used in build tree geant4_export_datasets(BUILD GEANT4_DATASET_DESCRIPTIONS) @@ -238,7 +246,8 @@ else() get_filename_component(Geant4_INCLUDE_DIR \"\${_geant4_thisdir}/${GEANT4_RELATIVE_HEADER_PATH}\" ABSOLUTE) ") endif() - +# Builtin PTL is self located +set(PACKAGE_PTL_PREFIX "${PTL_INSTALLTREE_PREFIX}") # Geant4 data used in install tree geant4_export_datasets(INSTALL GEANT4_DATASET_DESCRIPTIONS) diff --git a/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake b/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake index 0e45279723a..e0e228dc9af 100644 --- a/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake +++ b/cmake/Modules/G4ConfigureGNUMakeHelpers.cmake @@ -507,6 +507,13 @@ macro(_g4tc_configure_tc_variables SHELL_FAMILY SCRIPT_NAME) _g4tc_setenv_command(GEANT4_TC_G4LIB_USE_ZLIB ${SHELL_FAMILY} G4LIB_USE_ZLIB 1) endif() + # - PTL... + if(GEANT4_USE_SYSTEM_PTL) + set(GEANT4_TC_G4LIB_USE_PTL "# USING SYSTEM PTL") + else() + _g4tc_setenv_command(GEANT4_TC_G4LIB_USE_PTL ${SHELL_FAMILY} G4LIB_USE_PTL 1) + endif() + # - GDML... if(GEANT4_USE_GDML) _g4tc_setenv_command(GEANT4_TC_G4LIB_USE_GDML ${SHELL_FAMILY} G4LIB_USE_GDML 1) diff --git a/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake b/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake index d1a5a468d5c..d3d846c0784 100644 --- a/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake +++ b/cmake/Modules/G4ConfigurePkgConfigHelpers.cmake @@ -167,12 +167,21 @@ if(NOT GEANT4_BUILD_GRANULAR_LIBS AND UNIX) set(G4_BUILTWITH_ZLIB "yes") endif() + # - PTL + if(GEANT4_USE_SYSTEM_PTL) + set(G4_BUILTWITH_PTL "no") + else() + set(G4_BUILTWITH_PTL "yes") + endif() + # - GDML if(GEANT4_USE_GDML) set(G4_BUILTWITH_GDML "yes") set(G4_XERCESC_INCLUDE_DIRS ${XercesC_INCLUDE_DIR}) list(REMOVE_DUPLICATES G4_XERCESC_INCLUDE_DIRS) - list(REMOVE_ITEM G4_XERCESC_INCLUDE_DIRS ${_cxx_compiler_dirs}) + if(_cxx_compiler_dirs) + list(REMOVE_ITEM G4_XERCESC_INCLUDE_DIRS ${_cxx_compiler_dirs}) + endif() set(G4_XERCESC_CFLAGS ) foreach(_dir ${G4_XERCESC_INCLUDE_DIRS}) @@ -194,7 +203,9 @@ if(NOT GEANT4_BUILD_GRANULAR_LIBS AND UNIX) set(G4_BUILTWITH_USOLIDS "yes") set(G4_USOLIDS_INCLUDE_DIRS "${USOLIDS_INCLUDE_DIRS} ${VECGEOM_EXTERNAL_INCLUDES}") list(REMOVE_DUPLICATES G4_USOLIDS_INCLUDE_DIRS) - list(REMOVE_ITEM G4_USOLIDS_INCLUDE_DIRS ${_cxx_compiler_dirs}) + if(_cxx_compiler_dirs) + list(REMOVE_ITEM G4_USOLIDS_INCLUDE_DIRS ${_cxx_compiler_dirs}) + endif() string(REPLACE ";" " " G4_USOLIDS_CFLAGS "${VECGEOM_DEFINITIONS}") foreach(_dir ${G4_USOLIDS_INCLUDE_DIRS}) @@ -221,14 +232,12 @@ if(NOT GEANT4_BUILD_GRANULAR_LIBS AND UNIX) # - Qt if(GEANT4_USE_QT) set(G4_BUILTWITH_QT "yes") - if(QT4_FOUND) - set(G4_QT_INCLUDE_DIRS ${QT_QTCORE_INCLUDE_DIR} ${QT_QTGUI_INCLUDE_DIR} ${QT_QTOPENGL_INCLUDE_DIR}) - else() - set(G4_QT_INCLUDE_DIRS ${Qt5Core_INCLUDE_DIRS} ${Qt5Gui_INCLUDE_DIRS} ${Qt5Widgets_INCLUDE_DIRS} ${Qt5OpenGL_INCLUDE_DIRS} ${Qt5PrintSupport_INCLUDE_DIRS}) - endif() + set(G4_QT_INCLUDE_DIRS ${Qt5Core_INCLUDE_DIRS} ${Qt5Gui_INCLUDE_DIRS} ${Qt5Widgets_INCLUDE_DIRS} ${Qt5OpenGL_INCLUDE_DIRS} ${Qt5PrintSupport_INCLUDE_DIRS}) list(REMOVE_DUPLICATES G4_QT_INCLUDE_DIRS) - list(REMOVE_ITEM G4_QT_INCLUDE_DIRS ${_cxx_compiler_dirs}) + if(_cxx_compiler_dirs) + list(REMOVE_ITEM G4_QT_INCLUDE_DIRS ${_cxx_compiler_dirs}) + endif() set(G4_QT_CFLAGS ) foreach(_dir ${G4_QT_INCLUDE_DIRS}) @@ -289,7 +298,9 @@ if(NOT GEANT4_BUILD_GRANULAR_LIBS AND UNIX) if(G4_CONFIG_NEEDS_X11) set(_raw_x11_includes ${X11_INCLUDE_DIR}) list(REMOVE_DUPLICATES _raw_x11_includes) - list(REMOVE_ITEM _raw_x11_includes ${_cxx_compiler_dirs}) + if(_cxx_compiler_dirs) + list(REMOVE_ITEM _raw_x11_includes ${_cxx_compiler_dirs}) + endif() set(G4_X11_CFLAGS ) foreach(_p ${_raw_x11_includes}) set(G4_X11_CFLAGS "-I${_p} ${G4_X11_CFLAGS}") diff --git a/cmake/Modules/Geant4DatasetDefinitions.cmake b/cmake/Modules/G4DatasetDefinitions.cmake similarity index 97% rename from cmake/Modules/Geant4DatasetDefinitions.cmake rename to cmake/Modules/G4DatasetDefinitions.cmake index ed5b904c070..6b7f1e34c72 100644 --- a/cmake/Modules/Geant4DatasetDefinitions.cmake +++ b/cmake/Modules/G4DatasetDefinitions.cmake @@ -18,11 +18,11 @@ geant4_add_dataset( # - Low energy electromagnetics geant4_add_dataset( NAME G4EMLOW - VERSION 7.9.1 + VERSION 7.12 FILENAME G4EMLOW EXTENSION tar.gz ENVVAR G4LEDATA - MD5SUM 1308dc5d73b5539557e2ec6b96f7e5ef + MD5SUM 0d3d46eeb7420f2b996242fec756ee52 ) # - Photon evaporation diff --git a/cmake/Modules/G4DeveloperAPI.cmake b/cmake/Modules/G4DeveloperAPI.cmake index f9c29afa7d6..f75a52e4cdb 100644 --- a/cmake/Modules/G4DeveloperAPI.cmake +++ b/cmake/Modules/G4DeveloperAPI.cmake @@ -9,9 +9,6 @@ # CMake functions and macros for declaring and working with build # products of Geant4. # -# WIP: At present, this simply forwards to the old implementation -# Eventually will allow switch between the old and the new, -# then just the new once transition complete. #----------------------------------------------------------------- # License and Disclaimer @@ -44,4 +41,965 @@ else() return() endif() -include(G4DeveloperAPI_OLD) +# Whilst we test, allow switching between old and new implementations +option(GEANT4_USE_NEW_CMAKE "Use new CMake module/library implementation" ON) +mark_as_advanced(GEANT4_USE_NEW_CMAKE) + +if(NOT GEANT4_USE_NEW_CMAKE) + include(G4DeveloperAPI_OLD) + return() +endif() + +# Needed modules +include(G4ClangFormat) + +#----------------------------------------------------------------------- +#.rst: +# Module Commands +# ^^^^^^^^^^^^^^^ +# +# .. cmake:command:: geant4_add_module +# +# .. code-block:: cmake +# +# geant4_add_module( +# PUBLIC_HEADERS header1 [header2 ...] +# [SOURCES source1 [source2 ...]]) +# +# Add a Geant4 module called ```` to the project, composed +# of the source files listed in the ``PUBLIC_HEADERS`` and ``SOURCES`` +# arguments. The ```` must be unique within the project. +# The directory in which the module is added (i.e. ``CMAKE_CURRENT_LIST_DIR`` +# for the CMake script in which ``geant4_add_module`` is called) must contain: +# +# * An ``include`` subdirectory for the public headers +# * A ``src`` subdirectory for source files if the module provides these +# +# 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. +# Absolute paths may also be supplied, e.g. if headers are generated by the project. +# +# The ``SOURCES`` argument should list any source files for the module. +# If a source is is supplied as a relative path, this is interpreted as being +# relative to the ``src`` subdirectory of the module. Absolute paths may +# also be supplied, e.g. if sources are generated by the project. +# +function(geant4_add_module _name) + __geant4_module_assert_not_exists(${_name}) + set_property(GLOBAL APPEND PROPERTY GEANT4_DEFINED_MODULES ${_name}) + cmake_parse_arguments(G4ADDMOD + "" + "" + "PUBLIC_HEADERS;SOURCES" + ${ARGN} + ) + + # - Check required directory structure at definition point + # Headers always + if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/include") + message(FATAL_ERROR "Missing required 'include' subdirectory for module '${_name}' at '${CMAKE_CURRENT_LIST_DIR}'") + endif() + + # Sources if defined + if(G4ADDMOD_SOURCES AND (NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/src")) + message(FATAL_ERROR "Missing required 'src' subdirectory for module '${_name}' at '${CMAKE_CURRENT_LIST_DIR}'") + endif() + + # Compose header/source lists + set(__tmp_HEADERS) + foreach(__elem ${G4ADDMOD_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}) + + set(__tmp_SOURCES) + foreach(__elem ${G4ADDMOD_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}") +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: geant4_module_include_directories +# +# .. code-block:: cmake +# +# geant4_module_include_directories( +# [PUBLIC pub1 [pub2 ...] +# [PRIVATE pri1 [pri2 ...] +# [INTERFACE int1 [int2 ...]) +# +# Add include directories to given module. +# +function(geant4_module_include_directories _module) + __geant4_module_assert_exists(${_module}) + cmake_parse_arguments(G4MODINCDIR + "" + "" + "PUBLIC;PRIVATE;INTERFACE" + ${ARGN} + ) + + foreach(_dir ${G4MODINCDIR_PUBLIC}) + geant4_set_module_property(${_module} APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${_dir}) + geant4_set_module_property(${_module} APPEND PROPERTY INCLUDE_DIRECTORIES ${_dir}) + endforeach() + + foreach(_dir ${G4MODINCDIR_PRIVATE}) + geant4_set_module_property(${_module} APPEND PROPERTY INCLUDE_DIRECTORIES ${_dir}) + endforeach() + + foreach(_dir ${G4MODINCDIR_INTERFACE}) + geant4_set_module_property(${_module} APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES ${_dir}) + endforeach() +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: geant4_module_link_libraries +# +# .. code-block:: cmake +# +# geant4_module_link_libraries( +# [PUBLIC pub1 [pub2 ...] +# [PRIVATE pri1 [pri2 ...] +# [INTERFACE int1 [int2 ...]) +# +# Link ```` to given targets. +# +function(geant4_module_link_libraries _module) + __geant4_module_assert_exists(${_module}) + cmake_parse_arguments(G4MODLINKLIB + "" + "" + "PUBLIC;PRIVATE;INTERFACE" + ${ARGN} + ) + foreach(_lib ${G4MODLINKLIB_PUBLIC}) + geant4_set_module_property(${_module} APPEND PROPERTY INTERFACE_LINK_LIBRARIES ${_lib}) + geant4_set_module_property(${_module} APPEND PROPERTY LINK_LIBRARIES ${_lib}) + endforeach() + + foreach(_lib ${G4MODLINKLIB_PRIVATE}) + geant4_set_module_property(${_module} APPEND PROPERTY LINK_LIBRARIES ${_lib}) + endforeach() + + foreach(_dir ${G4MODLINKLIB_INTERFACE}) + geant4_set_module_property(${_module} APPEND PROPERTY INTERFACE_LINK_LIBRARIES ${_lib}) + endforeach() +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: geant4_module_compile_definitions +# +# .. code-block:: cmake +# +# geant4_module_compile_definitions( +# [PUBLIC pub1 [pub2 ...] +# [PRIVATE pri1 [pri2 ...] +# [INTERFACE int1 [int2 ...]) +# +# Add compile definitions for this module +# +# Use cases: +# 1. workarounds when a config header isn't suitable +# +# Needs care with DLLs if used for import/export declspecs +# Application of specific defs to single files not considered +# Expected that uses cases here minimal, and developers should +# in that case use set_source_files_properties or similar +# directly. +# +function(geant4_module_compile_definitions _module) + __geant4_module_assert_exists(${_module}) + cmake_parse_arguments(G4MODCOMPILEDEF + "" + "" + "PUBLIC;PRIVATE;INTERFACE" + ${ARGN} + ) + + foreach(_lib ${G4MODCOMPILEDEF_PUBLIC}) + geant4_set_module_property(${_module} APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS ${_lib}) + geant4_set_module_property(${_module} APPEND PROPERTY COMPILE_DEFINITIONS ${_lib}) + endforeach() + + foreach(_lib ${G4MODCOMPILEDEF_PRIVATE}) + geant4_set_module_property(${_module} APPEND PROPERTY COMPILE_DEFINITIONS ${_lib}) + endforeach() + + foreach(_dir ${G4MODCOMPILEDEF_INTERFACE}) + geant4_set_module_property(${_module} APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS ${_lib}) + endforeach() +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: geant4_get_modules +# +# .. code-block:: cmake +# +# geant4_get_modules() +# +# Store the list of currently defined modules in the variable ````. +# +function(geant4_get_modules _result) + get_property(__tmp GLOBAL PROPERTY GEANT4_DEFINED_MODULES) + set(${_result} ${__tmp} PARENT_SCOPE) +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: geant4_has_module +# +# .. code-block:: cmake +# +# geant4_has_module( ) +# +# Set variable ```` to a boolean which will be true if the module +# ```` is defined. +# +function(geant4_has_module _result _name) + set(__exists FALSE) + + geant4_get_modules(__tmp) + if(__tmp) + list(FIND __tmp ${_name} __index) + if(__index GREATER -1) + set(__exists TRUE) + endif() + endif() + + set(${_result} ${__exists} PARENT_SCOPE) +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# Module Properties +# ================= +# +# A Geant4 module stores its build and usage requirements in a series +# of properties: +# +# * ``PUBLIC_HEADERS`` +# * ``PRIVATE_HEADERS`` +# * ``SOURCES`` +# * ``INTERFACE_COMPILE_DEFINITIONS`` +# * ``COMPILE_DEFINITIONS`` +# * ``INTERFACE_INCLUDE_DIRECTORIES`` +# * ``INCLUDE_DIRECTORIES`` +# * ``INTERFACE_LINK_LIBRARIES`` +# * ``LINK_LIBRARIES`` +# * ``PARENT_TARGET`` +# * ``CMAKE_LIST_FILE`` +# * ``GLOBAL_DEPENDENCIES`` +# +# The properties of a module may be queried and set using the following +# commands. + +# .. cmake:command:: geant4_get_module_property +# +# .. code-block:: cmake +# +# geant4_get_module_property( ) +# +# Store value of property ```` for ```` in variable +# ````. +# +# If ```` is not a valid module property, a FATAL_ERROR is +# emitted. +# +function(geant4_get_module_property _output _module _propertyname) + __geant4_module_assert_exists(${_module}) + __geant4_module_validate_property(${_propertyname}) + get_property(__result GLOBAL PROPERTY ${_module}_${_propertyname}) + set(${_output} ${__result} PARENT_SCOPE) +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: geant4_set_module_property +# +# .. code-block:: cmake +# +# geant4_set_module_property( +# [APPEND | APPEND_STRING] +# PROPERTY ) +# +# Set property ```` of module ```` 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 module property, a FATAL_ERROR is +# emitted. +# +function(geant4_set_module_property _module) + cmake_parse_arguments(G4SMP + "APPEND;APPEND_STRING" + "" + "PROPERTY" + ${ARGN} + ) + # module must exist! + __geant4_module_assert_exists(${_module}) + + # Append/Append_string are mutually exclusive + if(G4SMP_APPEND AND G4SMP_APPEND_STRING) + message(FATAL_ERROR "geant4_set_module_property: cannot set both APPEND and APPEND_STRING") + elseif(G4SMP_APPEND) + set(G4SMP_APPEND_MODE "APPEND") + elseif(G4SMP_APPEND_MODE) + set(G4SMP_APPEND_MODE "APPEND_STRING") + endif() + + # First element of PROPERTY list is prop name + list(GET G4SMP_PROPERTY 0 G4SMP_PROPERTY_NAME) + if(NOT G4SMP_PROPERTY_NAME) + message(FATAL_ERROR "geant4_set_module_property: Required PROPERTY argument is missing") + endif() + + __geant4_module_validate_property(${G4SMP_PROPERTY_NAME}) + # Remainder is arguments, so strip first element + list(REMOVE_AT G4SMP_PROPERTY 0) + + set_property(GLOBAL ${G4SMP_APPEND_MODE} PROPERTY ${_module}_${G4SMP_PROPERTY_NAME} ${G4SMP_PROPERTY}) +endfunction() + +#----------------------------------------------------------------------- +#.rst: +# Category Commands +# ^^^^^^^^^^^^^^^^^ +# +# .. cmake:command:: geant4_add_category +# +# .. code-block:: cmake +# +# geant4_add_category( MODULES [ ...]) +# +# Add a Geant4 category ```` to the project, composed of the modules +# supplied in the ``MODULES`` list. +# +# Calling this function does not create an actual CMake library target. +# Because modules declare dependencies on modules rather than libraries, we +# defer creation of library targets to after creation of categories, which +# allows resolution of module <-> category use. Additionally, category specific +# 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 + set_property(GLOBAL APPEND PROPERTY GEANT4_DEFINED_CATEGORIES ${_name}) + cmake_parse_arguments(G4ADDCAT + "" + "" + "MODULES" + ${ARGN} + ) + # - Modules must not be empty (Could also just be ARGN) + if(NOT G4ADDCAT_MODULES) + message(FATAL_ERROR "geant4_add_category: Missing/empty 'MODULES' argument") + endif() + + # Compose Category from Modules + foreach(__g4module ${G4ADDCAT_MODULES}) + # Module must not have been composed already + 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}'") + endif() + + # Compose it + geant4_set_module_property(${__g4module} PROPERTY PARENT_TARGET ${_name}) + set_property(GLOBAL APPEND PROPERTY GEANT4_CATEGORIES_${_name}_MODULES ${__g4module}) + + geant4_get_module_property(_headers ${__g4module} PUBLIC_HEADERS) + set_property(GLOBAL APPEND PROPERTY GEANT4_CATEGORIES_${_name}_PUBLIC_HEADERS ${_headers}) + endforeach() + + # 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}) + endif() + endforeach() + if(_resolved_list) + list(REMOVE_DUPLICATES _resolved_list) + endif() + set(${_list} ${_resolved_list} PARENT_SCOPE) +endfunction() + +#----------------------------------------------------------------------- +#.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() + + # Process all defined libraries, except for G4clhep{-static} + # G4clhep/G4ptl are a 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 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}") +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 +# +# .. 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 ...]) +# +# 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. +# +function(geant4_define_module) + cmake_parse_arguments(G4DEFMOD + "" + "NAME" + "HEADERS;SOURCES;GRANULAR_DEPENDENCIES;GLOBAL_DEPENDENCIES;LINK_LIBRARIES;HEADERS_EXCLUDE_FORMAT;SOURCES_EXCLUDE_FORMAT" + ${ARGN} + ) + # HEADERS -> PUBLIC_HEADERS + # SOURCES -> SOURCES + # Don't support clang-formatting yet. + geant4_add_module(${G4DEFMOD_NAME} + PUBLIC_HEADERS ${G4DEFMOD_HEADERS} + SOURCES ${G4DEFMOD_SOURCES} + ) + + # 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}) + + # 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") +endfunction() + +#----------------------------------------------------------------------- +#.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} + ) + + # 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 +# +# .. code-block:: +# +# geant4_library_target(NAME +# SOURCES source1 [source2 ...] +# GEANT4_LINK_LIBRARIES lib1 [lib2 ...] +# LINK_LIBRARIES lib1 [lib2 ...]) +# +# DEPRECATED: Maintained only for building internal G4clhep target because of its +# different include structure. +# +function(geant4_library_target) + cmake_parse_arguments(G4GLOBLIB + "" + "NAME" + "SOURCES;GEANT4_LINK_LIBRARIES;LINK_LIBRARIES" + ${ARGN} + ) + # Currently a hack to get G4clhep to build, so an error if used elsewhere + if(NOT (${G4GLOBLIB_NAME} STREQUAL "G4clhep")) + message(FATAL_ERROR "geant4_library_target called for '${G4GLOBLIB_NAME}' in '${CMAKE_CURRENT_LIST_DIR}'") + endif() + + geant4_format_target(NAME ${G4GLOBLIB_NAME}-format SOURCES ${G4GLOBLIB_SOURCES}) + + if(BUILD_SHARED_LIBS) + add_library(${G4GLOBLIB_NAME} SHARED ${G4GLOBLIB_SOURCES}) + add_library(Geant4::${G4GLOBLIB_NAME} ALIAS ${G4GLOBLIB_NAME}) + target_compile_features(${G4GLOBLIB_NAME} PUBLIC ${GEANT4_TARGET_COMPILE_FEATURES}) + target_compile_definitions(${G4GLOBLIB_NAME} PUBLIC G4LIB_BUILD_DLL) + target_include_directories(${G4GLOBLIB_NAME} + PUBLIC $ + ) + set_target_properties(${G4GLOBLIB_NAME} PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON) + + install(TARGETS ${G4GLOBLIB_NAME} + 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}) + endif() + + if(BUILD_STATIC_LIBS) + add_library(${G4GLOBLIB_NAME}-static STATIC ${G4GLOBLIB_SOURCES}) + add_library(Geant4::${G4GLOBLIB_NAME}-static ALIAS ${G4GLOBLIB_NAME}-static) + target_compile_features(${G4GLOBLIB_NAME}-static PUBLIC ${GEANT4_TARGET_COMPILE_FEATURES}) + target_include_directories(${G4GLOBLIB_NAME}-static + PUBLIC $ + ) + + if(NOT WIN32) + set_target_properties(${G4GLOBLIB_NAME}-static PROPERTIES OUTPUT_NAME ${G4GLOBLIB_NAME}) + endif() + + install(TARGETS ${G4GLOBLIB_NAME}-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}) + endif() + + # Needs to be in defined category list for static/shared to be linked correctly. + set_property(GLOBAL APPEND PROPERTY GEANT4_DEFINED_CATEGORIES ${G4GLOBLIB_NAME}) +endfunction() + +#----------------------------------------------------------------------- +# .rst: +# .. cmake:command:: geant4_add_compile_definitions +# +# .. code-block:: cmake +# +# geant4_add_compile_definitions(SOURCES ... +# COMPILE_DEFINITIONS ... ) +# +# 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 +# +macro(geant4_add_compile_definitions) + cmake_parse_arguments(G4ADDDEF + "" + "" + "SOURCES;COMPILE_DEFINITIONS" + ${ARGN} + ) + + # 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) + + # 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) + + if(_acd_existing_properties) + set(_acd_new_defs ${_acd_existing_properties} + ${G4ADDDEF_COMPILE_DEFINITIONS}) + else() + set(_acd_new_defs ${G4ADDDEF_COMPILE_DEFINITIONS}) + 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}") + endforeach() +endmacro() + + +#----------------------------------------------------------------------- +#.rst: +# Internal Helper Commands +# ^^^^^^^^^^^^^^^^^^^^^^^^ +# +# These macros and functions are for use in the implementation of the +# module and library functions. They should never be used directly +# in developer-level scripts. + +#----------------------------------------------------------------------- +#.rst: +# .. cmake:command:: __geant4_module_assert_exists +# +# .. code-block:: cmake +# +# __geant4_module_assert_exists() +# +# Emit a ``FATAL_ERROR`` if the module ```` is not defined. +# +# This is a macro intended for use in G4DeveloperAPI functions when +# the existence of a module is required for further processing +# +macro(__geant4_module_assert_exists _module) + geant4_has_module(__geant4_module_assert_exists_tmp ${_module}) + if(NOT __geant4_module_assert_exists_tmp) + message(FATAL_ERROR "Geant4 module '${_module}' has not been created") + endif() +endmacro() + +#.rst: +# .. cmake:command:: __geant4_module_assert_not_exists +# +# .. code-block:: cmake +# +# __geant4_module_assert_not_exists() +# +# Emit a ``FATAL_ERROR`` if the module ```` is defined +# +# This is a macro intended for use in G4DeveloperAPI functions when +# the non-existence of a module is required for further processing +# +macro(__geant4_module_assert_not_exists _module) + geant4_has_module(__geant4_module_assert_not_exists_tmp ${_module}) + if(__geant4_module_assert_not_exists_tmp) + geant4_get_module_property(__previous_cmake_list ${_module} CMAKE_LIST_FILE) + message(FATAL_ERROR "Geant4 module '${_module}' has already been created by call in '${__previous_cmake_list}'") + endif() +endmacro() + +#.rst: +# .. cmake:command:: __geant4_module_validate_property +# +# .. code-block:: cmake +# +# __geant4_module_validate_property() +# +# Emit a ``FATAL_ERROR`` if the ```` is not one of the valid +# properties for a module: +# +# 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|INTERFACE_COMPILE_DEFINITIONS|COMPILE_DEFINITIONS|INTERFACE_INCLUDE_DIRECTORIES|INCLUDE_DIRECTORIES|INTERFACE_LINK_LIBRARIES|LINK_LIBRARIES|PARENT_TARGET|CMAKE_LIST_FILE|GLOBAL_DEPENDENCIES")) + message(FATAL_ERROR "Undefined property '${_property}'") + endif() +endfunction() + + +#.rst: +# .. cmake:command:: __geant4_add_library +# +# .. code-block:: cmake +# +# __geant4_add_library( ) +# +# Compose an actual CMake library target +# +# This is used internally by the ``geant4_compose_targets`` command. +# +function(__geant4_add_library _name _type) + # TEMP HACK: G4clhep/G4ptl are a special cases, and build is handled separately + if(_name MATCHES "G4clhep|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) + + set(_target_name ${_name}) + if(_type STREQUAL "STATIC") + set(_target_name ${_name}-static) + endif() + + # - General target creation/properties + add_library(${_target_name} ${_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") + # 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 + target_compile_definitions(${_target_name} PUBLIC G4LIB_BUILD_DLL) + set_target_properties(${_target_name} PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON) + + # MacOS + # Use '@rpath' in install names of libraries on macOS to provide relocatibility + # Add '@loader_path' to INSTALL_RPATH on macOS so that Geant4 + # 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") + endif() + endif() + + if((_type STREQUAL "STATIC") AND NOT WIN32) + set_target_properties(${_target_name} PROPERTIES OUTPUT_NAME ${_name}) + endif() + + # Compose target sources and links from its constituent modules + set(__sources_to_format) + + get_property(__g4modules GLOBAL PROPERTY GEANT4_CATEGORIES_${_name}_MODULES) + foreach(__g4mod ${__g4modules}) + # - Process sources... + geant4_get_module_property(_headers ${__g4mod} PUBLIC_HEADERS) + geant4_get_module_property(_srcs ${__g4mod} SOURCES) + geant4_get_module_property(_cmakescript ${__g4mod} CMAKE_LIST_FILE) + + # Store sources to be formatted (one mode only) + if(_type STREQUAL "SHARED") + list(APPEND __sources_to_format ${_headers} ${_srcs}) + endif() + + # - Group sources and scripts for IDEs + # NB: Seemingly has to be done at same level we define target. + # TODO: If lib name is same as mod name, don't group avoid extra + # folder layer. + source_group(${__g4mod}\\Headers FILES ${_headers}) + source_group(${__g4mod}\\Sources FILES ${_srcs}) + source_group(${__g4mod} FILES ${_cmakescript}) + + # - Add sources to target - PRIVATE, because consuming targets don't need them + target_sources(${_target_name} PRIVATE ${_headers} ${_srcs} ${_cmakescript}) + + # - Process usage properties + # Include dirs and compile definitions can be handled together + # Important to note that these promote PUBLIC/PRIVATE/INTERFACE + # from module level to library level. I.e. other modules in the + # library can see each other's PRIVATE include paths/compile defs. + # The only known way to fully wall things off is OBJECT libs, + # but then run into issues mentioned at start - linking and + # use in IDEs. + # This "promotion" is probably correct though - interfaces are + # at physical library level rather than module, and in Geant4 + # all files must have globally unique names (no nested hedaers + # nor namespaces). Also, DLL export symbols may need this + # behaviour (esp. ALLOC_EXPORT). + # Only really an issue if header names/definitions aren't + # globally (in Geant4) unique. Or if a module is moved and hasn't + # declared its deps correctly (but then an error will occur + # anyway, and point is that libs are linked, not modules!) + # "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 INCLUDE_DIRECTORIES INTERFACE_INCLUDE_DIRECTORIES COMPILE_DEFINITIONS INTERFACE_COMPILE_DEFINITIONS) + geant4_get_module_property(_value ${__g4mod} ${_prop}) + set_property(TARGET ${_target_name} APPEND PROPERTY ${_prop} ${_value}) + endforeach() + + # Link libraries + foreach(_link_prop IN ITEMS LINK_LIBRARIES INTERFACE_LINK_LIBRARIES) + geant4_get_module_property(_linklibs ${__g4mod} ${_link_prop}) + geant4_resolve_link_libraries(_linklibs) + # Remove self-linking + if(_linklibs) + 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() + + set_property(TARGET ${_target_name} APPEND PROPERTY ${_link_prop} ${_linklibs}) + + # Temp workaround for modules needing Qt. We use AUTOMOC, but can't yet set + # it on a per module basis. However, only have three modules that require + # moc-ing, so hard code for now. + # TODO: likely need an additional "module target properties" to hold things + # that can be passed to set_target_properties + if(__g4mod MATCHES "G4UIbasic|G4OpenGL|G4OpenInventor" AND GEANT4_USE_QT) + set_target_properties(${_target_name} PROPERTIES AUTOMOC ON) + endif() + endforeach() + endforeach() + + # - Use stored total list of sources to create format target for one mode only + if(_type STREQUAL "SHARED") + geant4_format_target(NAME ${_name}-format SOURCES ${__sources_to_format}) + endif() + + # - Postprocess target properties to remove duplicates + foreach(_link_prop IN ITEMS LINK_LIBRARIES INTERFACE_LINK_LIBRARIES INCLUDE_DIRECTORIES INTERFACE_INCLUDE_DIRECTORIES COMPILE_DEFINITIONS INTERFACE_COMPILE_DEFINITIONS) + get_target_property(__g4lib_link_libs ${_target_name} ${_link_prop}) + if(__g4lib_link_libs) + list(SORT __g4lib_link_libs) + list(REMOVE_DUPLICATES __g4lib_link_libs) + set_property(TARGET ${_target_name} PROPERTY ${_link_prop} ${__g4lib_link_libs}) + endif() + endforeach() +endfunction() diff --git a/cmake/Modules/G4DeveloperAPI_OLD.cmake b/cmake/Modules/G4DeveloperAPI_OLD.cmake index 26f482a5869..8e93cb8e942 100644 --- a/cmake/Modules/G4DeveloperAPI_OLD.cmake +++ b/cmake/Modules/G4DeveloperAPI_OLD.cmake @@ -239,9 +239,13 @@ macro(geant4_library_target) add_library(${G4LIBTARGET_NAME} SHARED ${G4LIBTARGET_SOURCES}) target_compile_definitions(${G4LIBTARGET_NAME} PRIVATE GEANT4_DEVELOPER_$) target_compile_features(${G4LIBTARGET_NAME} PUBLIC ${GEANT4_TARGET_COMPILE_FEATURES}) - target_link_libraries(${G4LIBTARGET_NAME} - ${G4LIBTARGET_GEANT4_LINK_LIBRARIES} - ${G4LIBTARGET_LINK_LIBRARIES}) + + set(__sorted_link_libs ${G4LIBTARGET_GEANT4_LINK_LIBRARIES} ${G4LIBTARGET_LINK_LIBRARIES}) + if(__sorted_link_libs) + list(SORT __sorted_link_libs) + endif() + + target_link_libraries(${G4LIBTARGET_NAME} ${__sorted_link_libs}) # DLL support, portable to all platforms # 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 @@ -305,14 +309,16 @@ macro(geant4_library_target) # Because externals like clhep appear in G4LIBTARGET_LINK_LIBRARIES, # filter this list to replace shared builtins with their static variant string(REGEX REPLACE - "(G4clhep|G4expat|G4zlib|G4geomUSolids)(;|$)" "\\1-static\\2" + "(G4clhep|G4expat|G4zlib|G4ptl|G4geomUSolids)(;|$)" "\\1-static\\2" G4LIBTARGET_LINK_LIBRARIES_STATIC "${G4LIBTARGET_LINK_LIBRARIES}" ) - target_link_libraries(${G4LIBTARGET_NAME}-static PUBLIC - ${G4LIBTARGET_GEANT4_LINK_LIBRARIES_STATIC} - ${G4LIBTARGET_LINK_LIBRARIES_STATIC}) + set(__sorted_link_libs ${G4LIBTARGET_GEANT4_LINK_LIBRARIES_STATIC} ${G4LIBTARGET_LINK_LIBRARIES_STATIC}) + if(__sorted_link_libs) + list(SORT __sorted_link_libs) + endif() + target_link_libraries(${G4LIBTARGET_NAME}-static PUBLIC ${__sorted_link_libs}) # But we can rename the output library to the correct name # On WIN32 we *retain* the -static postfix to avoid name clashes diff --git a/cmake/Modules/Geant4InstallData.cmake b/cmake/Modules/G4InstallData.cmake similarity index 99% rename from cmake/Modules/Geant4InstallData.cmake rename to cmake/Modules/G4InstallData.cmake index 55536e51d4c..7928c97875a 100644 --- a/cmake/Modules/Geant4InstallData.cmake +++ b/cmake/Modules/G4InstallData.cmake @@ -108,7 +108,7 @@ set(GEANT4_BUILD_FULL_DATADIR ${PROJECT_BINARY_DIR}/data) set(GEANT4_INSTALL_DATADIR_DEFAULT "${CMAKE_INSTALL_DATADIR}/data") # File containing dataset list -set(GEANT4_DATASETS_DEFINITIONS "Geant4DatasetDefinitions") +set(GEANT4_DATASETS_DEFINITIONS "G4DatasetDefinitions") #----------------------------------------------------------------------- diff --git a/cmake/Modules/Geant4InterfaceOptions.cmake b/cmake/Modules/G4InterfaceOptions.cmake similarity index 77% rename from cmake/Modules/Geant4InterfaceOptions.cmake rename to cmake/Modules/G4InterfaceOptions.cmake index 1c5cb57dd36..93a4517250c 100644 --- a/cmake/Modules/Geant4InterfaceOptions.cmake +++ b/cmake/Modules/G4InterfaceOptions.cmake @@ -42,6 +42,12 @@ set(OpenGL_GL_PREFERENCE "LEGACY") # Configure OpenInventor support # option(GEANT4_USE_INVENTOR "Build Geant4 OpenInventor Visualization Driver" OFF) +option(GEANT4_USE_INVENTOR_QT "Build Geant4 OpenInventor Qt Visualization Driver" OFF) + +if(GEANT4_USE_INVENTOR_QT) + set(GEANT4_USE_INVENTOR ON) + set(GEANT4_USE_QT ON) +endif() if(GEANT4_USE_INVENTOR) # Always need Inventor and OpenGL @@ -50,16 +56,20 @@ if(GEANT4_USE_INVENTOR) # On UNIX, we also require Xm and X11 (inc. Xpm)... if(UNIX) - if(NOT INVENTOR_SOXT_LIBRARY OR NOT INVENTOR_SOXT_INCLUDE_DIR) - message(FATAL_ERROR "Could not find SoXt library and/or headers") - endif() if (GEANT4_USE_INVENTOR_QT) if (NOT INVENTOR_SOQT_LIBRARY OR NOT INVENTOR_SOQT_INCLUDE_DIR) message(FATAL_ERROR "Could not find SoQt library and/or headers") endif() + set(INVENTOR_INCLUDE_DIR "${INVENTOR_INCLUDE_DIR}" "${INVENTOR_SOQT_INCLUDE_DIR}") + else() + if(NOT INVENTOR_SOXT_LIBRARY OR NOT INVENTOR_SOXT_INCLUDE_DIR) + message(FATAL_ERROR "Could not find SoXt library and/or headers") + endif() + set(INVENTOR_INCLUDE_DIR "${INVENTOR_INCLUDE_DIR}" "${INVENTOR_SOXT_INCLUDE_DIR}") + set(GEANT4_USE_XM ON) + find_package(Motif REQUIRED) endif() - set(INVENTOR_INCLUDE_DIR "${INVENTOR_INCLUDE_DIR}" "${INVENTOR_SOXT_INCLUDE_DIR}") - find_package(Motif REQUIRED) + find_package(X11 REQUIRED) if(NOT X11_Xpm_FOUND) @@ -74,63 +84,27 @@ endif() #----------------------------------------------------------------------- # Configure Qt Support if needed (CROSSPLATFORM). # -option(GEANT4_USE_QT "Build Geant4 with Qt support (Qt5 preferred, Qt4 fallback)" OFF) +option(GEANT4_USE_QT "Build Geant4 with Qt support" OFF) if(GEANT4_USE_QT) - # Find and configure Qt and OpenGL - Search for 5 first, then 4 - find_package(Qt5Core QUIET) - find_package(Qt5Gui QUIET) - find_package(Qt5Widgets QUIET) - find_package(Qt5OpenGL QUIET) - find_package(Qt5PrintSupport QUIET) - - if(Qt5Core_FOUND - AND Qt5Gui_FOUND - AND Qt5Widgets_FOUND - AND Qt5OpenGL_FOUND - AND Qt5PrintSupport_FOUND) - # Compatibility - macro(qt4_wrap_cpp) - qt5_wrap_cpp(${ARGN}) - endmacro() - - # 4/5 Compatibility - 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) - else() - unset(Qt5Core_DIR CACHE) - unset(Qt5Gui_DIR CACHE) - unset(Qt5Widgets_DIR CACHE) - unset(Qt5OpenGL_DIR CACHE) - unset(Qt5PrintSupport_DIR CACHE) - # On WIN32 only, set QT_USE_IMPORTED_TARGETS. The Qt4 module will - # otherwise set QT_LIBRARIES using the 'optimized A; debug Ad' - # technique. - if(WIN32) - set(QT_USE_IMPORTED_TARGETS ON) - endif() - - find_package(Qt4 REQUIRED COMPONENTS QtCore QtGui QtOpenGL) - if(Qt4_FOUND) - message(WARNING "Support for Qt4 in Geant4 is now deprecated and will be removed in the next release") - endif() - - # 4/5 Compatibility - set(QT_QTCORE_LIBRARY Qt4::QtCore) - set(QT_QTGUI_LIBRARY Qt4::QtGui) - set(QT_OPENGL_LIBRARY Qt4::QtOpenGL) - set(QT_LIBRARIES Qt4::QtOpenGL Qt4::QtGui) - geant4_save_package_variables(Qt4 QT_QMAKE_EXECUTABLE) - endif() + # Find and configure Qt and OpenGL + 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) find_package(OpenGL REQUIRED) - geant4_save_package_variables(OpenGL OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY OPENGL_glu_LIBRARY) + geant4_save_package_variables(OpenGL OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY) - # Variables for export + # Variables for export to GNUmake execute_process(COMMAND ${QT_QMAKE_EXECUTABLE} -query QT_INSTALL_PREFIX OUTPUT_VARIABLE G4QTHOME OUTPUT_STRIP_TRAILING_WHITESPACE) execute_process(COMMAND ${QT_QMAKE_EXECUTABLE} -query QT_INSTALL_LIBS OUTPUT_VARIABLE G4QTLIBPATH OUTPUT_STRIP_TRAILING_WHITESPACE) @@ -157,7 +131,7 @@ set(GEANT4_USE_WT OFF) # find_package(OpenGL REQUIRED) # # geant4_save_package_variables(Wt Wt_INCLUDE_DIR Wt_LIBRARY_RELEASE Wt_LIBRARY_DEBUG Wt_HTTP_LIBRARY_RELEASE Wt_HTTP_LIBRARY_DEBUG) -# geant4_save_package_variables(OpenGL OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY OPENGL_glu_LIBRARY) +# geant4_save_package_variables(OpenGL OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY) # # set(WT_DEFINITIONS "-DQT_NO_KEYWORDS") # @@ -238,12 +212,12 @@ if(UNIX) if(GEANT4_USE_INVENTOR OR GEANT4_USE_XM OR GEANT4_USE_OPENGL_X11) # - Find native GL first find_package(OpenGL REQUIRED) - geant4_save_package_variables(OpenGL OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY OPENGL_glu_LIBRARY) + geant4_save_package_variables(OpenGL OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY) # - If we're on Apple, also find the XQuartz GL libraries and append t. if(APPLE) find_package(XQuartzGL REQUIRED) - geant4_save_package_variables(XQuartzGL XQuartzGL_INCLUDE_DIR XQuartzGL_gl_LIBRARY XQuartzGL_glu_LIBRARY) + geant4_save_package_variables(XQuartzGL XQuartzGL_INCLUDE_DIR XQuartzGL_gl_LIBRARY) endif() # Add feature for X11 GL @@ -278,7 +252,7 @@ if(WIN32) # This is part of the G4OpenGL component, so mark it as needed set(GEANT4_USE_OPENGL ON) geant4_add_feature(GEANT4_USE_OPENGL_WIN32 "Build OpenGL driver with Win32 support") - geant4_save_package_variables(OpenGL OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY OPENGL_glu_LIBRARY) + geant4_save_package_variables(OpenGL OPENGL_INCLUDE_DIR OPENGL_gl_LIBRARY) endif() endif() diff --git a/cmake/Modules/Geant4MakeRules_cxx.cmake b/cmake/Modules/G4MakeRules_cxx.cmake similarity index 100% rename from cmake/Modules/Geant4MakeRules_cxx.cmake rename to cmake/Modules/G4MakeRules_cxx.cmake diff --git a/cmake/Modules/Geant4OptionalComponents.cmake b/cmake/Modules/G4OptionalComponents.cmake similarity index 90% rename from cmake/Modules/Geant4OptionalComponents.cmake rename to cmake/Modules/G4OptionalComponents.cmake index 28717565c82..754fe77bfb5 100644 --- a/cmake/Modules/Geant4OptionalComponents.cmake +++ b/cmake/Modules/G4OptionalComponents.cmake @@ -153,6 +153,41 @@ 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() + +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 in internal +# Rely on PTL::PTL imported target (since CMake 3.1) +option(GEANT4_USE_SYSTEM_PTL "Use system zlib library" OFF) +if(GEANT4_USE_SYSTEM_PTL) + find_package(PTL REQUIRED) + # Backward compatibility for sources.cmake using the variable + set(PTL_LIBRARIES PTL::PTL) + geant4_save_package_variables(PTL PTL_DIR) +else() + set(PTL_USE_TBB ${GEANT4_USE_TBB}) + set(PTL_FOUND TRUE) + set(GEANT4_USE_BUILTIN_PTL TRUE) + set(PTL_LIBRARIES G4ptl) +endif() + +geant4_add_feature(GEANT4_USE_SYSTEM_PTL "Using system PTL library") + #----------------------------------------------------------------------- # Optional Support for GDML - requires Xerces-C package # Relies on XercesC::XercesC imported target (since CMake 3.5) @@ -191,7 +226,7 @@ geant4_add_feature(GEANT4_USE_SMARTSTACK "Use smart track stack") # easily installed via: # git clone https://github.com/NERSC/timemory.git timemory # pip install -vvv ./timemory -# and setting timemory_DIR to `python -c "import sys; print(sys.prefix)"` +# and prepending CMAKE_PREFIX_PATH with `python -c "import sys; print(sys.prefix)"` # set(_default_use_timemory OFF) if(TiMemory_DIR) @@ -295,10 +330,16 @@ if(GEANT4_USE_ALL_USOLIDS OR GEANT4_USE_PARTIAL_USOLIDS) # Shim until VecGeom supports config mode properly include("${CMAKE_CURRENT_LIST_DIR}/G4VecGeomShim.cmake") # Backward Compatibility - set(VECGEOM_LIBRARIES VecGeom::VecGeom) + set(VECGEOM_LIBRARIES VecGeom::vecgeom) geant4_save_package_variables(VecGeom VecGeom_DIR) + # If VecCore_DIR is set, means updated VecGeom install used, so + # also store VecCore_DIR + if(VecCore_DIR) + geant4_save_package_variables(VecGeom VecCore_DIR) + endif() + if(GEANT4_USE_ALL_USOLIDS) set(G4GEOM_USE_USOLIDS TRUE) GEANT4_ADD_FEATURE(GEANT4_USE_USOLIDS "Replacing Geant4 solids with all VecGeom equivalents (EXPERIMENTAL)") diff --git a/cmake/Modules/Geant4TestDriver.cmake b/cmake/Modules/G4TestDriver.cmake similarity index 100% rename from cmake/Modules/Geant4TestDriver.cmake rename to cmake/Modules/G4TestDriver.cmake diff --git a/cmake/Modules/G4VecGeomShim.cmake b/cmake/Modules/G4VecGeomShim.cmake index 17836868736..9983898ec35 100644 --- a/cmake/Modules/G4VecGeomShim.cmake +++ b/cmake/Modules/G4VecGeomShim.cmake @@ -1,7 +1,7 @@ # Create imported target to help use VecGeom (a mess because the VecGeomConfig is...) if(VecGeom_FOUND) - if(NOT TARGET VecGeom::VecGeom) - add_library(VecGeom::VecGeom UNKNOWN IMPORTED) + if(NOT TARGET VecGeom::vecgeom) + add_library(VecGeom::vecgeom UNKNOWN IMPORTED) # VecGeom's config file is awful, so the following is neccessary... foreach(__vglib ${VECGEOM_LIBRARIES}) if(__vglib MATCHES ".*libvecgeom\.(a|so|dylib|lib|dll)$") @@ -10,7 +10,7 @@ if(VecGeom_FOUND) endforeach() string(REGEX REPLACE "^\-D|;-D" ";" VECGEOM_COMPILE_DEFINITIONS "${VECGEOM_DEFINITIONS}") - set_target_properties(VecGeom::VecGeom PROPERTIES + set_target_properties(VecGeom::vecgeom PROPERTIES INTERFACE_COMPILE_DEFINITIONS "${VECGEOM_COMPILE_DEFINITIONS}" INTERFACE_INCLUDE_DIRECTORIES "${VECGEOM_INCLUDE_DIRS}" INTERFACE_LINK_LIBRARIES "${VECGEOM_LIBRARIES}" diff --git a/cmake/Modules/IntelCompileFeatures.cmake b/cmake/Modules/IntelCompileFeatures.cmake index bd3ee9067cb..7bc7b6ef11f 100644 --- a/cmake/Modules/IntelCompileFeatures.cmake +++ b/cmake/Modules/IntelCompileFeatures.cmake @@ -25,6 +25,4 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "Intel") endif() endif() endif() - - endif() diff --git a/cmake/Templates/Geant4Config.cmake.in b/cmake/Templates/Geant4Config.cmake.in index fa9c1598a27..ed6d4444b1c 100644 --- a/cmake/Templates/Geant4Config.cmake.in +++ b/cmake/Templates/Geant4Config.cmake.in @@ -78,7 +78,7 @@ # ui_win32 (WIN32 Style Application Command Line Interface) # # motif (Motif-X11/OpenGL Graphical User Interface) -# qt (Qt4/OpenGL Graphical User Interface) +# qt (Qt5/OpenGL Graphical User Interface) # # vis_network_dawn (Client/Server network interface to DAWN visualization) # vis_network_vrml (Client/Server network interface to VRML visualization) @@ -265,6 +265,20 @@ if(NOT Geant4_builtin_zlib_FOUND) find_dependency(ZLIB @ZLIB_VERSION_STRING@) endif() +set(Geant4_system_ptl_FOUND @GEANT4_USE_SYSTEM_PTL@) +if(Geant4_system_ptl_FOUND) + set(Geant4_builtin_ptl_FOUND FALSE) + find_dependency(PTL @PTL_VERSION_STRING@) +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@") + else() + find_package(PTL @PTL_VERSION_STRING@ REQUIRED NO_DEFAULT_PATH PATHS "@PACKAGE_PTL_PREFIX@") + endif() +endif() + # - Multithreading set(Geant4_multithreaded_FOUND @GEANT4_BUILD_MULTITHREADED@) if(Geant4_multithreaded_FOUND) @@ -284,6 +298,12 @@ endif() # - Smart track stack set(Geant4_smartstack_FOUND @GEANT4_USE_SMARTSTACK@) +# - 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) @@ -395,19 +415,14 @@ endif() # - Qt (UI and Vis!) set(Geant4_qt_FOUND @GEANT4_USE_QT@) -set(Geant4_USES_QT5 @Qt5Core_FOUND@) if(Geant4_qt_FOUND) # Must always refind Qt5 to recreate imported targets. Because these # are in the public interface, always need linking. - if(Geant4_USES_QT5) - find_dependency(Qt5Core REQUIRED) - find_dependency(Qt5Gui REQUIRED) - find_dependency(Qt5Widgets REQUIRED) - find_dependency(Qt5OpenGL REQUIRED) - find_dependency(Qt5PrintSupport REQUIRED) - else() - find_dependency(Qt4 REQUIRED QtCore QtGui QtOpenGL) - endif() + find_dependency(Qt5Core REQUIRED) + find_dependency(Qt5Gui REQUIRED) + find_dependency(Qt5Widgets REQUIRED) + find_dependency(Qt5OpenGL REQUIRED) + find_dependency(Qt5PrintSupport REQUIRED) # Also require OpenGL find_dependency(OpenGL) @@ -498,14 +513,22 @@ endif() # - OpenInventor set(Geant4_vis_openinventor_FOUND @GEANT4_USE_INVENTOR@) +set(Geant4_vis_openinventor_qt_FOUND @GEANT4_USE_INVENTOR_QT@) if(Geant4_vis_openinventor_FOUND) if(("vis_openinventor" IN_LIST Geant4_FIND_COMPONENTS) OR Geant4_vis_all_FOUND) if(UNIX AND NOT WIN32) - list(APPEND Geant4_DEFINITIONS - -DG4INTY_USE_XT - -DG4VIS_USE_OI - -DG4VIS_USE_OIX + if(Geant4_vis_openinventor_qt_FOUND) + list(APPEND Geant4_DEFINITIONS + -DG4VIS_USE_OI + -DG4VIS_USE_OIQT + ) + else() + list(APPEND Geant4_DEFINITIONS + -DG4INTY_USE_XT + -DG4VIS_USE_OI + -DG4VIS_USE_OIX ) + endif() elseif(WIN32) list(APPEND Geant4_DEFINITIONS -G4INTY_USE_WIN32 @@ -640,6 +663,7 @@ 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} diff --git a/cmake/Templates/UseGeant4_internal.cmake b/cmake/Templates/UseGeant4_internal.cmake index ed8ffccd3b4..471b7ede2be 100644 --- a/cmake/Templates/UseGeant4_internal.cmake +++ b/cmake/Templates/UseGeant4_internal.cmake @@ -182,9 +182,9 @@ function(geant4_add_test test) endif() #- Locate the test driver - set(_driver ${CMAKE_SOURCE_DIR}/cmake/Modules/Geant4TestDriver.cmake) + set(_driver ${CMAKE_SOURCE_DIR}/cmake/Modules/G4TestDriver.cmake) if(NOT EXISTS ${_driver}) - message(FATAL_ERROR "GEANT4_ADD_TEST: Geant4TestDriver.cmake not found!") + message(FATAL_ERROR "GEANT4_ADD_TEST: G4TestDriver.cmake not found!") endif() set(_command ${_command} -P ${_driver}) @@ -211,6 +211,7 @@ function(geant4_add_test test) --build-project ${ARG_PROJECT} --build-config $ --build-noclean + --build-options --no-warn-unused-cli -DCMAKE_DISABLE_FIND_PACKAGE_ROOT=$ --test-command ${_command} ) set_property(TEST ${test} PROPERTY ENVIRONMENT Geant4_DIR=${CMAKE_BINARY_DIR}) if(ARG_FAILREGEX) diff --git a/config/G4UI_BUILD.gmk b/config/G4UI_BUILD.gmk index e9a6c114e3d..af9550b93e4 100644 --- a/config/G4UI_BUILD.gmk +++ b/config/G4UI_BUILD.gmk @@ -19,10 +19,13 @@ ifdef G4VIS_BUILD_OPENGLXM_DRIVER G4INTY_BUILD_XT = 1 endif -# Special case: if OIX vis driver requested, G4Xt must be built. +# Special case: if OIX/OIQt vis driver requested, G4Xt/G4Qt must be built. ifdef G4VIS_BUILD_OIX_DRIVER G4INTY_BUILD_XT = 1 endif +ifdef G4VIS_BUILD_OIQT_DRIVER + G4INTY_BUILD_QT = 1 +endif ifdef G4UI_BUILD_XM_SESSION G4UI_BUILD_BASIC_SESSION = 1 diff --git a/config/G4VIS_BUILD.gmk b/config/G4VIS_BUILD.gmk index afb24dd0be9..c8c00e3059b 100644 --- a/config/G4VIS_BUILD.gmk +++ b/config/G4VIS_BUILD.gmk @@ -25,7 +25,7 @@ ifdef G4VIS_BUILD_OPENGLXM_DRIVER # OPENGLXM requires OPENGLX... G4VIS_BUILD_OPENGLX_DRIVER = 1 G4INTY_BUILD_XT = 1 - INC_XM = 1 + INC_XM = 1 CPPFLAGS += -DG4VIS_BUILD_OPENGLXM_DRIVER endif ifdef G4VIS_BUILD_OPENGLQT_DRIVER @@ -60,11 +60,13 @@ endif ifdef G4VIS_BUILD_OIX_DRIVER G4VIS_BUILD_OI_DRIVER = 1 G4INTY_BUILD_XT = 1 + INC_XM = 1 CPPFLAGS += -DG4VIS_BUILD_OIX_DRIVER endif ifdef G4VIS_BUILD_OIQT_DRIVER G4VIS_BUILD_OI_DRIVER = 1 - G4INTY_BUILDQT = 1 + G4INTY_BUILD_QT = 1 + INC_QT = 1 CPPFLAGS += -DG4VIS_BUILD_OIQT_DRIVER endif ifdef G4VIS_BUILD_OIWIN32_DRIVER diff --git a/config/History b/config/History index 241398e07c2..16a5281bcd9 100644 --- a/config/History +++ b/config/History @@ -15,9 +15,29 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -12th Feb 2020 Gabriele Cosmo (config-V10-05-09) +22nd June 2020 Gabriele Cosmo (config-V10-06-06) +- Added -pthread to all builds in Linux targets. + +18th June 2020 Gabriele Cosmo (config-V10-06-05) +- Added setup for building and configuring new externals/ptl + and tasking modules. External installation of PTL can be enabled + by defining the installation through the environment variable PTL_BASE_DIR. + +25th May 2020 Gabriele Cosmo (config-V10-06-04) +- Added missing settings in G4UI_BUILD.gmk script for OIQt and use of UI. + +18th May 2020 Gabriele Cosmo (config-V10-06-03) +- Removed deprecated G4USE_STD11 flag settings. + +30th Apr 2020 Gabriele Cosmo (config-V10-06-02) +- Corrected setup for use of OpenInventor (Coin). + +12th Feb 2020 Gabriele Cosmo (config-V10-06-01) - Fixed and updated setup for DLL builds on Windows. +12th Dec 2019 Gabriele Cosmo (config-V10-06-00) +- Removed dependency on GLU for all configurations, as no longer necessary. + 20th Nov 2019 Gabriele Cosmo (config-V10-05-08) - interactivity.gmk: added -DQT_NO_DEPRECATED_WARNINGS to Qt compilation settings, to silence warnings from Qt for use of deprecated features. diff --git a/config/architecture.gmk b/config/architecture.gmk index 801463568b3..6aa0f4ba354 100644 --- a/config/architecture.gmk +++ b/config/architecture.gmk @@ -131,10 +131,10 @@ ifndef G4BIN endif G4DUMMY_VARIABLE:=$(shell [ ! -d $(G4BIN) ] && mkdir -p $(G4BIN) ) -# Use C++11 standard constructs and compilation options ... +# Use minimum C++14 standard constructs and compilation options ... # -CPPFLAGS += -DG4USE_STD11 -G4USE_STD11 := 1 +# CPPFLAGS += -DG4USE_STD14 +# G4USE_STD14 := 1 # If G4DEBUG or G4NO_OPTIMISE are not specified, # the default compilation is optimised ... @@ -181,6 +181,29 @@ ifndef CLHEP_LIB_DIR CLHEP_LIB_DIR := $(CLHEP_BASE_DIR)/lib endif +# PTL path, etc. +# +ifndef PTL_BASE_DIR + PTL_BASE_DIR := $(G4BASE)/externals/ptl + G4LIB_BUILD_PTL := 1 + G4LIB_USE_PTL := 1 +endif +ifndef G4LIB_USE_PTL + ifndef PTL_LIB + ifneq (,$(findstring WIN32-VC,$(G4SYSTEM))) + PTL_LIB := ptl.lib + else + PTL_LIB := ptl + endif + endif +endif +ifndef PTL_INCLUDE_DIR + PTL_INCLUDE_DIR := $(PTL_BASE_DIR)/include +endif +ifndef CLHEP_LIB_DIR + PTL_LIB_DIR := $(PTL_BASE_DIR)/lib +endif + # USolids path, etc. # ifdef G4GEOM_USE_USOLIDS @@ -256,7 +279,7 @@ endif # Variables for implicit rules, etc., as suggested in GNU Make manual... # CPPFLAGS += -Iinclude -CPPFLAGS += -I$(CLHEP_INCLUDE_DIR) +CPPFLAGS += -I$(CLHEP_INCLUDE_DIR) -I$(PTL_INCLUDE_DIR) # Positional qualifiers in action... # @@ -280,6 +303,15 @@ ifndef G4LIB_USE_CLHEP LOADLIBS += -l$(CLHEP_LIB) endif endif +ifndef G4LIB_USE_PTL + ifneq (,$(findstring WIN32-VC,$(G4SYSTEM))) + LDFLAGS += -link $(LIB_PATH)$(PTL_LIB_DIR) + LOADLIBS += $(PTL_LIB) + else + LDFLAGS += -L$(PTL_LIB_DIR) + LOADLIBS += -l$(PTL_LIB) + endif +endif ifdef G4LIB_USE_USOLIDS ifneq (,$(findstring WIN32-VC,$(G4SYSTEM))) LDFLAGS += -link $(LIB_PATH)$(USOLIDS_LIB_DIR) @@ -340,8 +372,8 @@ endif # OGLFLAGS gives the directory containing include files. # E.g.: OGLFLAGS := -I$(OGLHOME)/include # OGLLIBS gives the libraries. -# E.g.: OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL -# Or : OGLLIBS := -L$(OGLHOME)/lib -lMesaGLU -lMesaGL +# E.g.: OGLLIBS := -L$(OGLHOME)/lib -lGL +# Or : OGLLIBS := -L$(OGLHOME)/lib -lMesaGL # OGLHOME is often /usr or /usr/local. In such case, it is not necessary # to specify the path in OGLFLAGS, since added already by default by the # compiler. OGLHOME can also point to a special installation. @@ -349,18 +381,23 @@ endif # are set below. Most system-dependent code assumes OGLHOME is set. # ------------- OpenInventor ----------------- -# The path to the installation of OpenInventor must be specified +# The path to the installation of OpenInventor (Coin) must be specified # if the package is installed in a location different # than default system directories (like... /usr or /usr/local). # ifndef OIVHOME - OIVHOME := /usr/local/Inventor + OIVHOME := /usr/local/Inventor endif ifndef OIVFLAGS - OIVFLAGS := -I$(OIVHOME)/include + OIVFLAGS := -I$(OIVHOME)/include endif ifndef OIVLIBS - OIVLIBS := -L$(OIVHOME)/lib -lInventorXt -lInventor + ifdef G4VIS_USE_OIQT + OIVLIBS := -L$(OIVHOME)/lib -lSoQt + else + OIVLIBS := -L$(OIVHOME)/lib -lSoXt + endif + OIVLIBS += -lCoin endif # ----------------- GDML --------------------- diff --git a/config/binmake.gmk b/config/binmake.gmk index e34e05d2d67..0b61812bbde 100644 --- a/config/binmake.gmk +++ b/config/binmake.gmk @@ -157,6 +157,7 @@ ifndef INCFLAGS -I$(G4BASE)/geometry/navigation/include \ -I$(G4BASE)/geometry/magneticfield/include \ -I$(G4BASE)/geometry/biasing/include \ + -I$(G4BASE)/tasking/include \ -I$(G4BASE)/track/include \ -I$(G4BASE)/tracking/include \ -I$(G4BASE)/digits_hits/detector/include \ @@ -238,6 +239,7 @@ ifdef GLOBALLIBS LDLIBS2 += -lG4error_propagation \ -lG4readout \ -lG4physicslists \ + -lG4tasking \ -lG4run \ -lG4event \ -lG4tracking \ @@ -257,6 +259,10 @@ ifdef GLOBALLIBS LDLIBS2 += -lG4clhep endif + ifdef G4LIB_USE_PTL + LDLIBS2 += -lG4ptl + endif + ifdef G4LIB_USE_EXPAT LDLIBS2 += -lG4expat endif diff --git a/config/sys/AIX-xlC.gmk b/config/sys/AIX-xlC.gmk index c335ad17cb4..650f765f3d5 100644 --- a/config/sys/AIX-xlC.gmk +++ b/config/sys/AIX-xlC.gmk @@ -40,7 +40,7 @@ ifeq ($(G4SYSTEM),AIX-xlC) OGLFLAGS := -I$(OGLHOME)/include endif ifndef OGLLIBS - OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL + OGLLIBS := -L$(OGLHOME)/lib -lGL endif define build-granular-shared-lib diff --git a/config/sys/DEC-cxx.gmk b/config/sys/DEC-cxx.gmk index 2a1fc16cbb8..19b451227c9 100644 --- a/config/sys/DEC-cxx.gmk +++ b/config/sys/DEC-cxx.gmk @@ -42,8 +42,8 @@ ifeq ($(G4SYSTEM),DEC-cxx) # OGLFLAGS := -I/usr/include -I/usr/local/include endif ifndef OGLLIBS - OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL -# OGLLIBS := -lMesaGLU -lMesaGL + OGLLIBS := -L$(OGLHOME)/lib -lGL +# OGLLIBS := -lMesaGL endif define build-granular-shared-lib diff --git a/config/sys/Darwin-clang.gmk b/config/sys/Darwin-clang.gmk index 76205e64959..ddec29465be 100644 --- a/config/sys/Darwin-clang.gmk +++ b/config/sys/Darwin-clang.gmk @@ -11,7 +11,6 @@ ifeq ($(G4SYSTEM),Darwin-clang) CXXFLAGS += -Wno-variadic-macros -Wshadow -pipe CXXFLAGS += -fno-trapping-math -ftree-vectorize -fno-math-errno CPPFLAGS += -DGL_SILENCE_DEPRECATION - G4USE_STD11 := 1 ifdef G4USE_STD14 CPPFLAGS += -std=c++14 CXXFLAGS += -std=c++14 @@ -92,7 +91,7 @@ ifeq ($(G4SYSTEM),Darwin-clang) ifneq ($(OGLPATH),) OGLLIBS := -F$(OGLPATH)/.. -framework OpenGL -framework AGL else - OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL + OGLLIBS := -L$(OGLHOME)/lib -lGL endif endif diff --git a/config/sys/Darwin-g++.gmk b/config/sys/Darwin-g++.gmk index 80d6affbbae..dda03b2a4c6 100644 --- a/config/sys/Darwin-g++.gmk +++ b/config/sys/Darwin-g++.gmk @@ -14,7 +14,6 @@ ifeq ($(G4SYSTEM),Darwin-g++) CXXFLAGS += -Wno-variadic-macros -Wshadow -pipe CXXFLAGS += -fno-trapping-math -ftree-vectorize -fno-math-errno CPPFLAGS += -DGL_SILENCE_DEPRECATION - G4USE_STD11 := 1 ifdef G4USE_STD14 CPPFLAGS += -std=c++14 CXXFLAGS += -std=c++14 @@ -100,7 +99,7 @@ ifeq ($(G4SYSTEM),Darwin-g++) ifneq ($(OGLPATH),) OGLLIBS := -F$(OGLPATH)/.. -framework OpenGL -framework AGL else - OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL + OGLLIBS := -L$(OGLHOME)/lib -lGL endif endif ifndef OGLLIBS @@ -112,13 +111,13 @@ ifeq ($(G4SYSTEM),Darwin-g++) DARWIN_VERSION = $(shell uname -r | sed 's/\([0-9]*\).[0-9]*.[0-9]*/\1/') ifeq ($(DARWIN_VERSION),9) # the following lines are for building on MacOSX 10.5 "Leopard" - OGLLIBS := -Wl,$(OGLPATH)/Libraries/libGL.dylib -L$(OGLHOME)/lib -lGLU -lGL + OGLLIBS := -Wl,$(OGLPATH)/Libraries/libGL.dylib -L$(OGLHOME)/lib -lGL else # the following lines are for building on MacOSX > 10.5 OGLLIBS := -F$(OGLPATH)/.. -framework OpenGL -framework AGL endif else - OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL + OGLLIBS := -L$(OGLHOME)/lib -lGL endif endif diff --git a/config/sys/HP-aCC.gmk b/config/sys/HP-aCC.gmk index f949d000f7a..d064ad128a8 100644 --- a/config/sys/HP-aCC.gmk +++ b/config/sys/HP-aCC.gmk @@ -48,7 +48,7 @@ ifeq ($(G4SYSTEM),HP-aCC) OGLFLAGS := -I$(OGLHOME)/include endif ifndef OGLLIBS - OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL + OGLLIBS := -L$(OGLHOME)/lib -lGL OGLLIBS += -L/opt/graphics/common/lib -lXwindow -lhpgfx -lXhp11 -ldld endif diff --git a/config/sys/Linux-clang.gmk b/config/sys/Linux-clang.gmk index 0cda8b5b915..8ef23306afe 100644 --- a/config/sys/Linux-clang.gmk +++ b/config/sys/Linux-clang.gmk @@ -7,9 +7,8 @@ ifeq ($(G4SYSTEM),Linux-clang) CXX := clang++ CXXFLAGS := -Wall -Wno-non-virtual-dtor -Wno-long-long CXXFLAGS += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual - CXXFLAGS += -Wno-variadic-macros -Wshadow -pipe + CXXFLAGS += -Wno-variadic-macros -Wshadow -pipe -pthread CXXFLAGS += -fno-trapping-math -ftree-vectorize -fno-math-errno - G4USE_STD11 := 1 ifdef G4USE_STD14 CPPFLAGS += -std=c++14 CXXFLAGS += -std=c++14 @@ -23,7 +22,7 @@ ifeq ($(G4SYSTEM),Linux-clang) endif endif ifdef G4MULTITHREADED - CXXFLAGS += -ftls-model=initial-exec -pthread + CXXFLAGS += -ftls-model=initial-exec endif ifdef G4OPTIMISE CXXFLAGS += -O3 @@ -88,7 +87,7 @@ ifeq ($(G4SYSTEM),Linux-clang) OGLFLAGS := -I$(OGLHOME)/include endif ifndef OGLLIBS - OGLLIBS := -L$(OGLHOME)/lib$(ARCH) -lGLU -lGL + OGLLIBS := -L$(OGLHOME)/lib$(ARCH) -lGL endif # ---- QT Setup block ------------------------------------------------------- diff --git a/config/sys/Linux-g++.gmk b/config/sys/Linux-g++.gmk index ffba35dfe8a..d23b0e24880 100644 --- a/config/sys/Linux-g++.gmk +++ b/config/sys/Linux-g++.gmk @@ -5,9 +5,8 @@ ifeq ($(G4SYSTEM),Linux-g++) CXX := g++ CXXFLAGS := -W -Wall -ansi -pedantic -Wno-non-virtual-dtor -Wno-long-long CXXFLAGS += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual - CXXFLAGS += -Wno-variadic-macros -Wshadow -pipe + CXXFLAGS += -Wno-variadic-macros -Wshadow -pipe -pthread CXXFLAGS += -fno-trapping-math -ftree-vectorize -fno-math-errno - G4USE_STD11 := 1 ifdef G4USE_STD14 CPPFLAGS += -std=c++14 CXXFLAGS += -std=c++14 @@ -21,7 +20,7 @@ ifeq ($(G4SYSTEM),Linux-g++) endif endif ifdef G4MULTITHREADED - CXXFLAGS += -ftls-model=initial-exec -pthread + CXXFLAGS += -ftls-model=initial-exec endif ifdef G4OPTIMISE CXXFLAGS += -O3 @@ -86,7 +85,7 @@ ifeq ($(G4SYSTEM),Linux-g++) OGLFLAGS := -I$(OGLHOME)/include endif ifndef OGLLIBS - OGLLIBS := -L$(OGLHOME)/lib$(ARCH) -lGLU -lGL + OGLLIBS := -L$(OGLHOME)/lib$(ARCH) -lGL endif # ---- QT Setup block ------------------------------------------------------- diff --git a/config/sys/Linux-icc.gmk b/config/sys/Linux-icc.gmk index f93c7a665f9..8c9f666d43d 100644 --- a/config/sys/Linux-icc.gmk +++ b/config/sys/Linux-icc.gmk @@ -3,8 +3,7 @@ # ifeq ($(G4SYSTEM),Linux-icc) CXX := icc - CXXFLAGS := -ansi -fp-model precise -w1 - G4USE_STD11 := 1 + CXXFLAGS := -ansi -fp-model precise -w1 -pthread ifdef G4USE_STD14 CPPFLAGS += -std=c++14 CXXFLAGS += -std=c++14 @@ -18,7 +17,7 @@ ifeq ($(G4SYSTEM),Linux-icc) endif endif ifdef G4MULTITHREADED - CXXFLAGS += -ftls-model=initial-exec -pthread + CXXFLAGS += -ftls-model=initial-exec endif ifdef G4OPTIMISE CXXFLAGS += -O3 @@ -51,7 +50,6 @@ ifeq ($(G4SYSTEM),Linux-icc) AR := ar r ECHO := /bin/echo -e SHEXT := so -# LOADLIBS += -lstdc++ ifndef X11FLAGS X11FLAGS := -I/usr/include/X11/extensions -I/usr/include/X11 endif @@ -78,7 +76,7 @@ ifeq ($(G4SYSTEM),Linux-icc) OGLHOME := /usr endif ifndef OGLLIBS - OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL + OGLLIBS := -L$(OGLHOME)/lib -lGL endif define build-granular-shared-lib @libdir=`(cd $(@D);/bin/pwd)`; \ diff --git a/config/sys/SGI-CC.gmk b/config/sys/SGI-CC.gmk index 1c249097b3b..89f8aa6b637 100644 --- a/config/sys/SGI-CC.gmk +++ b/config/sys/SGI-CC.gmk @@ -40,7 +40,7 @@ ifeq ($(G4SYSTEM),SGI-CC) OGLFLAGS := endif ifndef OGLLIBS - OGLLIBS := -L/usr/lib -lGLU -lGL + OGLLIBS := -L/usr/lib -lGL endif define build-granular-shared-lib diff --git a/config/sys/SUN-CC.gmk b/config/sys/SUN-CC.gmk index 7adabcd446d..581e957188d 100644 --- a/config/sys/SUN-CC.gmk +++ b/config/sys/SUN-CC.gmk @@ -50,7 +50,7 @@ ifeq ($(G4SYSTEM),SUN-CC) OGLFLAGS := -I$(OGLHOME)/include endif ifndef OGLLIBS - OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL + OGLLIBS := -L$(OGLHOME)/lib -lGL endif LOADLIBS += -lsunmath -lsocket -lnsl diff --git a/config/sys/WIN32-VC.gmk b/config/sys/WIN32-VC.gmk index b2a550c8d9f..49a36f0e911 100644 --- a/config/sys/WIN32-VC.gmk +++ b/config/sys/WIN32-VC.gmk @@ -33,7 +33,7 @@ ifeq ($(G4SYSTEM),WIN32-VC) OGLFLAGS := endif ifndef OGLLIBS - OGLLIBS := glu32.lib opengl32.lib gdi32.lib user32.lib + OGLLIBS := opengl32.lib gdi32.lib user32.lib endif ifndef UI32LIBS UI32LIBS := gdi32.lib user32.lib @@ -85,6 +85,9 @@ ifeq ($(G4SYSTEM),WIN32-VC) ifdef G4LIB_USE_CLHEP GLOBLIBS += libG4clhep.lib endif + ifdef G4LIB_USE_PTL + GLOBLIBS += libptl.lib + endif define build-granular-shared-lib @libdir=`(cd $(@D);/bin/pwd)`;\ cd $(G4TMP)/$(G4SYSTEM);\ @@ -102,6 +105,7 @@ ifeq ($(G4SYSTEM),WIN32-VC) $(G4LIBDIR)/lib$(name).exp $(G4LIBDIR)/lib$(name).a \ $(LIB_PATH)$(G4LIBDIR) $(GLOBLIBS) \ $(LIB_PATH)$(CLHEP_LIB_DIR) $(CLHEP_LIB) \ + $(LIB_PATH)$(PTL_LIB_DIR) $(PTL_LIB) \ $(INTYLIBS) $(GDMLLIBS) $(ANALYSISLIBS) $(UI32LIBS) $(LOADLIBS) endef define build-global-shared-lib @@ -121,6 +125,7 @@ ifeq ($(G4SYSTEM),WIN32-VC) $(G4LIBDIR)/lib$(name).exp $(G4LIBDIR)/lib$(name).a \ $(LIB_PATH)$(G4LIBDIR) $(GLOBLIBS) \ $(LIB_PATH)$(CLHEP_LIB_DIR) $(CLHEP_LIB) \ + $(LIB_PATH)$(PTL_LIB_DIR) $(PTL_LIB) \ $(INTYLIBS) $(GDMLLIBS) $(ANALYSISLIBS) $(UI32LIBS) $(LOADLIBS) endef endif diff --git a/config/sys/WIN32-g++.gmk b/config/sys/WIN32-g++.gmk index 87090bebbb1..d29634913f7 100644 --- a/config/sys/WIN32-g++.gmk +++ b/config/sys/WIN32-g++.gmk @@ -9,7 +9,6 @@ ifeq ($(G4SYSTEM),WIN32-g++) CXXFLAGS += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual CXXFLAGS += -Wno-variadic-macros -Wshadow -pipe CXXFLAGS += -fno-trapping-math -ftree-vectorize -fno-math-errno - G4USE_STD11 := 1 G4USE_STD17 := 1 CPPFLAGS += -std=c++17 CXXFLAGS += -std=c++17 @@ -74,7 +73,7 @@ ifeq ($(G4SYSTEM),WIN32-g++) OGLFLAGS := -I$(OGLHOME)/include endif ifndef OGLLIBS - OGLLIBS := -L$(OGLHOME)/lib -lGLU -lGL + OGLLIBS := -L$(OGLHOME)/lib -lGL endif define build-granular-shared-lib @libdir=`(cd $(@D);/bin/pwd)`; \ diff --git a/environments/g4py/History b/environments/g4py/History index 3e7f27856ea..612f1b10335 100644 --- a/environments/g4py/History +++ b/environments/g4py/History @@ -11,7 +11,7 @@ Geant4Py is a Geant4-Python bridge. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -19 Mar. 2020 B. Morgan (geant4py-V10-05-00) +19 Mar. 2020 B. Morgan (geant4py-V10-06-00) - Integrate build, test, and install of geant4py with core Geant4 CMake buildsystem. diff --git a/environments/g4py/source/processes/pyG4ProcessTable.cc b/environments/g4py/source/processes/pyG4ProcessTable.cc index 6f0c9015c99..c664ca32f9a 100644 --- a/environments/g4py/source/processes/pyG4ProcessTable.cc +++ b/environments/g4py/source/processes/pyG4ProcessTable.cc @@ -110,7 +110,7 @@ void(G4ProcessTable::*f2_SetProcessActivation) = &G4ProcessTable::SetProcessActivation; void(G4ProcessTable::*f3_SetProcessActivation) - (const G4String&, G4ParticleDefinition*, G4bool) + (const G4String&, const G4ParticleDefinition*, G4bool) = &G4ProcessTable::SetProcessActivation; void(G4ProcessTable::*f4_SetProcessActivation) @@ -125,7 +125,7 @@ void(G4ProcessTable::*f6_SetProcessActivation) = &G4ProcessTable::SetProcessActivation; void(G4ProcessTable::*f7_SetProcessActivation) - (G4ProcessType, G4ParticleDefinition*, G4bool) + (G4ProcessType, const G4ParticleDefinition*, G4bool) = &G4ProcessTable::SetProcessActivation; void(G4ProcessTable::*f8_SetProcessActivation) diff --git a/examples/History b/examples/History index 69e672859fd..d04dbaf55fc 100644 --- a/examples/History +++ b/examples/History @@ -16,6 +16,40 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +26th June 2020 Gabriele Cosmo (examples-V10-06-06) +- Updated reference outputs according to reference tag geant4-10-06-ref-06. +- Includes tags: exampleB5-V10-06-00, exhadr03-V10-06-02, exhadr06-V10-06-01, + tbbex-V10-06-00, ThreadsafeScorers-V10-06-01, + activation-V10-06-01. + +31st May 2020 Gabriele Cosmo (examples-V10-06-05) +- Updated reference outputs according to reference tag geant4-10-06-ref-05. +- Includes tags: air_shower-V10-06-00, ChargeExchangeMC-V10-06-00, + fastAerosol-V10-06-00, ReverseMC01-V10-06-00, + exhadr02-V10-06-00, exhadr03-V10-06-01, exhadr06-V10-06-00, + exhadr07-V10-06-00, NeutronSource-V10-06-00, G01-V10-06-00, + OpNovice2-V10-06-03, activation-V10-06-00. + +30th April 2020 Gabriele Cosmo (examples-V10-06-04) +- Updated reference outputs according to reference tag geant4-10-06-ref-04. +- Includes tags: exdna-V10-06-02, testem4-V10-06-00, testem7-V10-06-00, + exampleP01-V10-06-01. + +31st March 2020 Gabriele Cosmo (examples-V10-06-03) +- Updated reference outputs according to reference tag geant4-10-06-ref-03. +- Includes tags: hadrontherapy-V10-06-00. + +29th February 2020 Gabriele Cosmo (examples-V10-06-02) +- Updated reference outputs according to reference tag geant4-10-06-ref-02. +- Includes tags: gammaraytel-V10-06-00, exampleB2-V10-06-00, monopole-V10-06-00, + exHadr00-V10-06-00, exdna-V10-06-01, chem6-V10-06-00, + OpNovice2-V10-06-01. + +31st January 2020 Gabriele Cosmo (examples-V10-06-01) +- Updated reference outputs according to reference tag geant4-10-06-ref-01. +- Includes tags: exbasic-V10-06-00, testem1-V10-06-00, testem11-V10-06-00, + exHadr01-V10-06-00, OpNovice2-V10-06-00. + 6th December 2019 Gabriele Cosmo (examples-V10-06-00) - Updated reference outputs according to reference tag geant4-10-06-ref-00. - Includes tags: doxygen-V10-05-02, air_shower-V10-05-01, ccal-V10-05-01, diff --git a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out index 36eadbe3b1e..ad58af25951 100644 --- a/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out +++ b/examples/advanced/ChargeExchangeMC/ChargeExchangeMC.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -54,20 +54,23 @@ Stripping off GDML names of materials, solids and volumes ... /event/verbose 0 /particle/select eta /particle/property/decay/select 0 +Particle is not selected yet !! Command ignored. /particle/property/decay/br 1 +Particle is not selected yet !! Command ignored. /particle/property/decay/select 1 +Particle is not selected yet !! Command ignored. /particle/property/decay/br 0 +Particle is not selected yet !! Command ignored. /particle/property/decay/select 2 +Particle is not selected yet !! Command ignored. /particle/property/decay/br 0 +Particle is not selected yet !! Command ignored. /particle/property/decay/select 3 +Particle is not selected yet !! Command ignored. /particle/property/decay/br 0 +Particle is not selected yet !! Command ignored. /particle/property/decay/dump -G4DecayTable: eta -0: BR: 1 [Phase Space] : gamma gamma -1: BR: 0 [Phase Space] : pi0 pi0 pi0 -2: BR: 0 [Phase Space] : pi0 pi+ pi- -3: BR: 0 [Phase Space] : gamma pi+ pi- - +Particle is not selected yet !! Command ignored. /cexmc/detector/calorimeterTriggerAlgorithm inner /cexmc/detector/Monitor/ED/threshold 125 keV /cexmc/detector/VetoCounter/ED/threshold 250 keV @@ -510,31 +513,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -542,11 +545,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -556,11 +559,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -570,11 +573,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -584,11 +587,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -598,11 +601,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -612,11 +615,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -625,12 +628,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -650,7 +653,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -750,17 +754,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -780,6 +798,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -788,7 +807,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -800,7 +819,7 @@ Index : 0 used in the geometry : Yes 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.6231 keV e- 331.226 keV e+ 320.282 keV proton 70 keV + Energy thresholds : gamma 2.61463 keV e- 329.273 keV e+ 318.428 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -814,35 +833,35 @@ Index : 2 used in the geometry : Yes 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.85564 keV e- 460.395 keV e+ 442.201 keV proton 70 keV + Energy thresholds : gamma 5.84069 keV e- 457.179 keV e+ 442.122 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 990 eV e- 88.1421 keV e+ 87.5518 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 88.0084 keV e+ 87.4209 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.2183 keV e- 951.321 keV e+ 901.528 keV proton 70 keV + Energy thresholds : gamma 17.1704 keV e- 955.109 keV e+ 905.28 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.6438 keV e- 1.03121 MeV e+ 977.24 keV proton 70 keV + Energy thresholds : gamma 20.4366 keV e- 1.03504 MeV e+ 981.043 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.11555 keV e- 283.792 keV e+ 278.128 keV proton 70 keV + Energy thresholds : gamma 2.11022 keV e- 286.069 keV e+ 278.507 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -856,471 +875,471 @@ Index : 8 used in the geometry : Yes 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.6889 keV e- 526.624 keV e+ 502.425 keV proton 70 keV + Energy thresholds : gamma 30.9566 keV e- 529.761 keV e+ 502.122 keV proton 70 keV Region(s) which use this couple : Calorimeter -==================================================================== +================================================================== ### Run 0 starts. -Event 549 +Event 36 --- Reconstructed data: -- entry points: - left: 11.6719 -2.73364 -15 cm - right: 9.66731 0.390458 -15 cm + left: -5.9067 -2.29858 -15 cm + right: -0.701155 4.98009 -15 cm target: 0 0 0 fm - -- the angle: 131.825 deg - -- mass of the output particle: 461.764 MeV - -- mass of the nucleus output particle: 1.05053 GeV + -- the angle: 125.101 deg + -- mass of the output particle: 162.754 MeV + -- mass of the nucleus output particle: 1.34739 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 34.2594 -9.6286 203.3526 MeV -- 505.8112 MeV - (SCM) : eta 34.2594 -9.6286 -18.0264 MeV -- 463.4843 MeV - Nucleus output particle (LAB) : neutron -34.2594 9.6286 526.6474 MeV -- 1.1757 GeV - (SCM) : neutron -34.2594 9.6286 18.0264 MeV -- 1.0513 GeV + Output particle (LAB) : eta 35.9747 1.4478 89.1782 MeV -- 189.0445 MeV + (SCM) : eta 35.9747 1.4478 7.8891 MeV -- 166.8752 MeV + Nucleus output particle (LAB) : neutron -35.9747 -1.4478 640.8218 MeV -- 1.4925 GeV + (SCM) : neutron -35.9747 -1.4478 -7.8891 MeV -- 1.3479 GeV -- triggered angular ranges: - 8 [-0.4000, -0.6000) + 4 [ 0.4000, 0.2000) --- Energy Deposit - monitor : 366.353 keV + monitor : 430.38 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 252.008 MeV + cal (l) : 117.444 MeV + 0 0 0 0 0 0 + 0 0 0 1.797 0 0.4987 + 0 0 0 91.2 22.61 1.339 + 0 0 0 0 0 0 + cal (r) : 71.6004 MeV + 0 0.08572 3.637 6.241 1.701 0 + 0 0.173 35.12 23.69 0.955 0 0 0 0 0 0 0 - 4.748 3.488 0 0 0 0 - 122.8 116.5 1.296 0 0 0 - 2.212 0.7962 0.1189 0 0 0 - cal (r) : 253.803 MeV - 0.275 2.406 0 0 0 0 - 0.5053 182.2 0.4087 0 0 0 - 8.63 57.51 0.09555 0 0 0 - 0.296 1.274 0.199 0 0 0 -Event 2002 + 0 0 0 0 0 0 +Event 43 --- Reconstructed data: -- entry points: - left: -0.864765 -6.56705 -15 cm - right: 11.2133 3.94998 -15 cm + left: -12.2918 1.29805 -15 cm + right: -8.3073 -3.07391 -15 cm target: 0 0 0 fm - -- the angle: 118.797 deg - -- mass of the output particle: 517.598 MeV - -- mass of the nucleus output particle: 956.854 MeV + -- the angle: 126.318 deg + -- mass of the output particle: 304.443 MeV + -- mass of the nucleus output particle: 1.21011 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 -151.2998 3.9944 337.9772 MeV -- 636.4304 MeV - (SCM) : eta -151.2998 3.9944 68.4677 MeV -- 543.6017 MeV - Nucleus output particle (LAB) : neutron 151.2998 -3.9944 392.0228 MeV -- 1.0451 GeV - (SCM) : neutron 151.2998 -3.9944 -68.4677 MeV -- 971.1669 MeV + Output particle (LAB) : eta -4.4747 -4.1670 155.8620 MeV -- 342.0757 MeV + (SCM) : eta -4.4747 -4.1670 8.1635 MeV -- 304.6136 MeV + Nucleus output particle (LAB) : neutron 4.4747 4.1670 574.1380 MeV -- 1.3394 GeV + (SCM) : neutron 4.4747 4.1670 -8.1635 MeV -- 1.2102 GeV -- triggered angular ranges: - 3 [ 0.6000, 0.4000) + 1 [ 1.0000, 0.8000) --- Energy Deposit - monitor : 382.096 keV - vc (l) : 0 eV + monitor : 400.027 keV + vc (l) : 41.7699 keV vc (r) : 0 eV - cal (l) : 214.023 MeV + cal (l) : 183.247 MeV + 0 0 0 0 3.008 26.07 + 0 0 0 0.543 19.87 54.79 + 0 0 0 0.6705 24.26 52.27 + 0 0 0 0.363 0 1.394 + cal (r) : 158.829 MeV 0 0 0 0 0 0 - 0 0 0 0.3197 0 0 - 0 0.1589 2.535 45.38 4.822 0.4268 - 0.5182 0.3806 78.71 80.77 0 0 - cal (r) : 422.407 MeV - 17.56 36.6 0.9354 0 0 0 - 115.7 246.9 0.471 0 0 0 - 1.361 1.935 0 0 0 0 - 1.012 0 0 0 0 0 -Event 4133 + 0 0 0 0.5168 1.797 1.045 + 0 0 0 10.46 139.1 1.176 + 0 0 0 1.325 3.288 0.1559 +Event 1343 --- Track Points - monitor : pi- [1,bp] 736.1 MeV : 1.157 -0.2862 -0.125 cm [-0.002204, -0.01123, 0.9999] - target : pi- [1,bp] 735.4 MeV : 3.981 3.026 -0.6172 cm [-0.6439, -0.765, -0.0116] - : eta [2,op] 320.8 MeV : 3.065 1.938 -0.6337 cm [-0.9155, -0.3952, 0.07493] - : neutron [3,np] 472.2 MeV : 3.065 1.938 -0.6337 cm [-0.3805, -0.9222, -0.06956] - : gamma [16,opdp] 256.3 MeV : 3.065 1.938 -0.6337 cm [0.2494, -0.9683, -0.01087] - : gamma [15,opdp] 378.6 MeV : 3.065 1.938 -0.6337 cm [-0.9446, 0.3206, 0.07085] - vc (l) : gamma [16,opdp] 256.3 MeV : -7.437 -1.288 -0.25 cm [-0.1832, -0.01087, 0.983] - vc (r) : gamma [15,opdp] 378.6 MeV : -6.676 3.723 -0.25 cm [-0.06523, 0.07085, 0.9954] - cal (l) : gamma [16,opdp] 256.3 MeV : -7.67 -1.302 -15 cm [-0.1832, -0.01087, 0.983] - cal (r) : gamma [15,opdp] 378.6 MeV : -6.758 3.812 -15 cm [-0.06523, 0.07085, 0.9954] + monitor : pi- [1,bp] 725.8 MeV : -0.761 1.079 -0.125 cm [0.003715, -0.01055, 0.9999] + target : pi- [1,bp] 725.3 MeV : 2.689 4.215 0.7846 cm [-0.6395, -0.7687, -0.01008] + : eta [6,op] 351.1 MeV : -1.021 -0.2441 0.7262 cm [-0.5018, -0.8065, -0.3126] + : neutron [7,np] 409.5 MeV : -1.021 -0.2441 0.7262 cm [-0.7019, -0.6663, 0.2515] + : pi0 [10,opdp] 96.91 MeV : -1.021 -0.2441 0.7262 cm [-0.9651, -0.2597, 0.03299] + : pi0 [8,opdp] 262.5 MeV : -1.021 -0.2441 0.7262 cm [0.02303, -0.7166, -0.6971] + 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 : 123.15 deg + angle between the eta decay products : 81.9006 deg --- Triggered angular ranges: - 5 [ 0.2000, 0.0000) + 3 [ 0.6000, 0.4000) --- Production model data: - Incident particle (LAB) : pi- -1.1805 -8.8099 734.9557 MeV -- 748.1435 MeV - (SCM) : pi- -0.7297 -5.4460 454.3301 MeV -- 475.3165 MeV - Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 0.7297 5.4460 -454.3301 MeV -- 1.0425 GeV - Output particle (LAB) : eta -143.4712 24.0360 285.8868 MeV -- 634.8589 MeV - (SCM) : eta -143.0285 27.3404 10.2213 MeV -- 566.9761 MeV - Nucleus output particle (LAB) : neutron 142.2908 -32.8459 449.0689 MeV -- 1.0516 GeV - (SCM) : neutron 143.0285 -27.3404 -10.2213 MeV -- 950.8376 MeV + Incident particle (LAB) : pi- 2.2433 -6.7421 724.0310 MeV -- 737.3949 MeV + (SCM) : pi- 1.3929 -4.1862 449.5490 MeV -- 470.7373 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton -1.3929 4.1862 -449.5490 MeV -- 1.0404 GeV + Output particle (LAB) : eta 47.0459 -109.7506 330.2058 MeV -- 650.7282 MeV + (SCM) : eta 46.1917 -107.1833 54.4977 MeV -- 562.8008 MeV + Nucleus output particle (LAB) : neutron -44.8026 103.0085 393.8252 MeV -- 1.0249 GeV + (SCM) : neutron -46.1917 107.1833 -54.4977 MeV -- 948.3538 MeV --- Reconstructed data: -- entry points: - left: -9.71641 -2.44183 -15 cm - right: -8.15908 3.14359 -15 cm + left: -2.31253 -2.78457 -15 cm + right: 4.35408 3.79307 -15 cm target: 0 0 0 fm - -- the angle: 128.6 deg - -- mass of the output particle: 587.356 MeV - -- mass of the nucleus output particle: 900.423 MeV + -- the angle: 123.726 deg + -- mass of the output particle: 128.75 MeV + -- mass of the nucleus output particle: 1.37645 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 -137.5893 8.8034 269.1147 MeV -- 660.6197 MeV - (SCM) : eta -137.5893 8.8034 -19.6317 MeV -- 603.6398 MeV - Nucleus output particle (LAB) : neutron 137.5893 -8.8034 460.8853 MeV -- 1.0209 GeV - (SCM) : neutron 137.5893 -8.8034 19.6317 MeV -- 911.1288 MeV + Output particle (LAB) : eta -47.4239 4.3214 74.4305 MeV -- 156.1542 MeV + (SCM) : eta -47.4239 4.3214 7.3687 MeV -- 137.4720 MeV + Nucleus output particle (LAB) : neutron 47.4239 -4.3214 655.5695 MeV -- 1.5253 GeV + (SCM) : neutron 47.4239 -4.3214 -7.3687 MeV -- 1.3773 GeV -- triggered angular ranges: - 6 [ 0.0000, -0.2000) + 5 [ 0.2000, 0.0000) --- Energy Deposit - monitor : 583.442 keV - vc (l) : 47.3284 keV + monitor : 393.075 keV + vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 276.635 MeV - 0 0 0 0 0 0.3863 - 0 0 0 3.261 7.205 2.538 - 0 0 0 1.78 241.5 12.85 - 0 0 0 0.6819 2.658 3.742 - cal (r) : 383.985 MeV - 0 0 0 4.409 24 7.835 - 0 0 0.3761 6.192 330.8 0.6061 - 0 0 0.3454 2.564 1.87 4.031 - 0 0.524 0.1667 0 0 0.2673 -Event 4140 + cal (l) : 50.387 MeV + 0 0 1.936 0 0 0 + 0 0 0.6419 0 0 0 + 0 0 0.2233 43.04 0.2638 0 + 0 0 0.1139 3.132 1.031 0 + cal (r) : 105.767 MeV + 0 5.423 1.3 0.3921 0 0 + 0 11.56 83.95 0.6492 0 0 + 0 0 2.491 0 0 0 + 0 0 0 0 0 0 +Event 3701 --- Reconstructed data: -- entry points: - left: 12.0121 1.97501 -15 cm - right: 10.0401 3.10042 -15 cm + left: -5.07566 -3.64981 -15 cm + right: 3 2.6317 -15 cm target: 0 0 0 fm - -- the angle: 131.602 deg - -- mass of the output particle: 531.239 MeV - -- mass of the nucleus output particle: 962.455 MeV + -- the angle: 122.381 deg + -- mass of the output particle: 139.782 MeV + -- mass of the nucleus output particle: 1.37136 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 -117.1408 27.0437 274.3508 MeV -- 609.8656 MeV - (SCM) : eta -117.1408 27.0437 10.6402 MeV -- 544.7760 MeV - Nucleus output particle (LAB) : neutron 117.1408 -27.0437 455.6492 MeV -- 1.0716 GeV - (SCM) : neutron 117.1408 -27.0437 -10.6402 MeV -- 969.9926 MeV + Output particle (LAB) : eta 28.9041 -3.1737 79.1612 MeV -- 163.2515 MeV + (SCM) : eta 28.9041 -3.1737 9.1998 MeV -- 143.0706 MeV + Nucleus output particle (LAB) : neutron -28.9041 3.1737 650.8388 MeV -- 1.5182 GeV + (SCM) : neutron -28.9041 3.1737 -9.1998 MeV -- 1.3717 GeV -- triggered angular ranges: - 5 [ 0.2000, 0.0000) + 4 [ 0.4000, 0.2000) --- Energy Deposit - monitor : 477.464 keV + monitor : 377.459 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 214.479 MeV - 2.295 1.699 0 0 0 0 - 64.39 125.1 0 0 0 0 - 16.64 3.619 0 0 0 0 - 0.7855 0 0 0 0 0 - cal (r) : 395.387 MeV - 3.238 12.46 2.194 0.7606 0 0 - 41.82 318.9 0.03087 0.5457 0 0 - 6.808 8.042 0 0 0 0 - 0.6255 0 0 0 0 0 -Event 5061 + cal (l) : 98.9609 MeV + 0 0 0 0 0 0 + 0 0 0 0.5817 0.2417 0.1484 + 0 0 0 69.97 23.2 0.06408 + 0 0 1.133 2.695 0.9288 0 + cal (r) : 64.2906 MeV + 0 0 0 0 0 0 + 0 0 64.02 0 0 0 + 0 0 0.2738 0 0 0 + 0 0 0 0 0 0 +Event 8189 --- Reconstructed data: -- entry points: - left: -5.59184 -5.46183 -15 cm - right: -6.76075 -3.69149 -15 cm + left: 8.54865 4.48527 -15 cm + right: 4.97776 -1.96609 -15 cm target: 0 0 0 fm - -- the angle: 130.393 deg - -- mass of the output particle: 538.767 MeV - -- mass of the nucleus output particle: 945.497 MeV + -- the angle: 133.38 deg + -- mass of the output particle: 136.301 MeV + -- mass of the nucleus output particle: 1.3772 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 -135.9089 -44.0518 237.3725 MeV -- 605.8283 MeV - (SCM) : eta -135.9089 -44.0518 -28.4624 MeV -- 558.1150 MeV - Nucleus output particle (LAB) : neutron 135.9089 44.0518 492.6275 MeV -- 1.0757 GeV - (SCM) : neutron 135.9089 44.0518 28.4624 MeV -- 956.6537 MeV + Output particle (LAB) : eta -17.2473 1.7136 61.8785 MeV -- 150.6898 MeV + (SCM) : eta -17.2473 1.7136 -3.9314 MeV -- 137.4551 MeV + Nucleus output particle (LAB) : neutron 17.2473 -1.7136 668.1215 MeV -- 1.5308 GeV + (SCM) : neutron 17.2473 -1.7136 3.9314 MeV -- 1.3773 GeV -- triggered angular ranges: - 6 [ 0.0000, -0.2000) + 7 [-0.2000, -0.4000) --- Energy Deposit - monitor : 379.466 keV + monitor : 399.616 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 242.163 MeV - 0 0 0 0 0 0.5568 - 0 0.7736 0 2.315 0 2.235 - 0 0 0 35.97 14.4 0 - 0 0 0 152.5 32.09 1.367 - cal (r) : 363.665 MeV + cal (l) : 62.3043 MeV + 0.6582 9.939 0 0 0 0 + 6.484 24.41 20.81 0 0 0 0 0 0 0 0 0 - 0 0 0 0.5894 0.4906 0.3318 - 0 0 2.521 52.73 288.5 0.1592 - 0 0 0 6.556 11.79 0 -Event 7900 + 0 0 0 0 0 0 + cal (r) : 88.3855 MeV + 0 0 0.3558 0.4282 0 0 + 0 1.157 0.0885 0.7418 0 0 + 0.3999 19.46 64.46 0 0 0 + 0 0.5647 0.7307 0 0 0 +Event 10459 + --- Track Points + monitor : pi- [1,bp] 729.7 MeV : -8.841 -8.849 -1.25 mm [-0.01192, 0.00229, 0.9999] + target : pi- [1,bp] 729.2 MeV : 2.144 4.517 -0.7797 cm [-0.6524, -0.7579, 0.003233] + : eta [3,op] 230.1 MeV : -2.913 -1.357 -0.7546 cm [-0.2118, -0.9522, 0.2201] + : neutron [4,np] 542.1 MeV : -2.913 -1.357 -0.7546 cm [-0.7838, -0.6143, -0.09131] + : gamma [6,opdp] 362 MeV : -2.913 -1.357 -0.7546 cm [0.4388, -0.8917, 0.111] + : gamma [5,opdp] 232.2 MeV : -2.913 -1.357 -0.7546 cm [-0.8937, 0.4464, 0.04514] + vc (l) : gamma [6,opdp] 362 MeV : -1.983 5.808 -0.25 cm [0.0208, 0.111, 0.9936] + vc (r) : gamma [5,opdp] 232.2 MeV : -9.427 1.841 -0.25 cm [-0.1998, 0.04514, 0.9788] + cal (l) : gamma [6,opdp] 362 MeV : -1.947 6 -14.53 cm [0.0208, 0.111, 0.9936] + cal (r) : gamma [5,opdp] 232.2 MeV : -9.682 1.899 -15 cm [-0.1998, 0.04514, 0.9788] + --- + angle between the eta decay products : 141.734 deg + --- Triggered angular ranges: + 8 [-0.4000, -0.6000) + --- Production model data: + Incident particle (LAB) : pi- -7.9134 1.1626 727.3671 MeV -- 740.6799 MeV + (SCM) : pi- -4.9068 0.7209 451.0121 MeV -- 472.1401 MeV + Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton 4.9068 -0.7209 -451.0121 MeV -- 1.0411 GeV + Output particle (LAB) : eta 103.5084 50.6584 199.1836 MeV -- 594.2282 MeV + (SCM) : eta 106.3799 50.2365 -64.7503 MeV -- 564.0796 MeV + Nucleus output particle (LAB) : neutron -111.4218 -49.4958 528.1836 MeV -- 1.0847 GeV + (SCM) : neutron -106.3799 -50.2365 64.7503 MeV -- 949.1133 MeV --- Reconstructed data: -- entry points: - left: -11.8927 3.54701 -15 cm - right: 9.55663 3.72415 -15 cm + left: 0.241024 4.76172 -15 cm + right: -11.003 2.73892 -15 cm target: 0 0 0 fm - -- the angle: 109.45 deg - -- mass of the output particle: 514.266 MeV - -- mass of the nucleus output particle: 983.083 MeV + -- the angle: 140.016 deg + -- mass of the output particle: 538.411 MeV + -- mass of the nucleus output particle: 943.955 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 25.8960 37.5134 363.1283 MeV -- 631.1971 MeV - (SCM) : eta 25.8960 37.5134 98.9091 MeV -- 525.6716 MeV - Nucleus output particle (LAB) : neutron -25.8960 -37.5134 366.8717 MeV -- 1.0503 GeV - (SCM) : neutron -25.8960 -37.5134 -98.9091 MeV -- 989.0971 MeV + Output particle (LAB) : eta 135.6376 39.7659 213.2071 MeV -- 596.0891 MeV + (SCM) : eta 135.6376 39.7659 -50.5941 MeV -- 558.9497 MeV + Nucleus output particle (LAB) : neutron -135.6376 -39.7659 516.7929 MeV -- 1.0854 GeV + (SCM) : neutron -135.6376 -39.7659 50.5941 MeV -- 955.8190 MeV -- triggered angular ranges: - 1 [ 1.0000, 0.8000) + 7 [-0.2000, -0.4000) --- Energy Deposit - monitor : 403.692 keV + monitor : 374.608 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 335.62 MeV - 0 0 0.4066 0 4.661 18.23 - 0 0 0.2078 1.144 99.37 204.2 - 0 0 0 0 1.955 5.444 - 0 0 0 0 0 0 - cal (r) : 295.577 MeV - 2.459 39.89 0.5853 0 0 0 - 2.091 242.6 2.139 0 0 0 - 3.443 2.003 0 0 0 0 - 0.06417 0.305 0 0 0 0 -Event 11751 + cal (l) : 380.306 MeV + 0 0.02467 25.49 274.1 0.03377 0 + 0.4774 7.223 21.86 40.51 0.1217 0 + 0.5437 4.852 1.819 0.5596 0.7458 0.9547 + 0 0.9789 0 0 0 0 + cal (r) : 215.783 MeV + 0 0 0 2.45 2.623 8.507 + 0 0 0 0.8111 108.5 79.9 + 0 0 0 0.3829 6.732 4.774 + 0 0 0 0 1.135 0 +Event 14286 + --- Track Points + monitor : pi- [1,bp] 727.9 MeV : -1.554 0.9442 -0.125 cm [0.007357, 0.003993, 1] + target : pi- [1,bp] 727.4 MeV : 2.021 4.573 1.06 cm [-0.6387, -0.7694, 0.003665] + : eta [3,op] 366.6 MeV : -3.349 -1.895 1.091 cm [-0.3844, -0.9221, -0.04409] + : neutron [4,np] 391 MeV : -3.349 -1.895 1.091 cm [-0.8266, -0.5609, 0.04568] + : gamma [6,opdp] 269.5 MeV : -3.349 -1.895 1.091 cm [-0.9918, 0.1134, -0.05952] + : gamma [5,opdp] 389.7 MeV : -3.349 -1.895 1.091 cm [0.3243, -0.946, -0.0003141] + vc (l) : gamma [5,opdp] 389.7 MeV : -10.06 1.073 -0.25 cm [-0.1059, -0.0003141, 0.9944] + vc (r) : gamma [6,opdp] 269.5 MeV : 11.04 -2.285 -0.25 cm [0.1471, -0.05952, 0.9873] + cal (l) : gamma [5,opdp] 389.7 MeV : -10.19 1.072 -15 cm [-0.1059, -0.0003141, 0.9944] + cal (r) : gamma [6,opdp] 269.5 MeV : 11.23 -2.361 -15 cm [0.1471, -0.05952, 0.9873] + --- + angle between the eta decay products : 115.396 deg + --- Triggered angular ranges: + 3 [ 0.6000, 0.4000) + --- Production model data: + Incident particle (LAB) : pi- 2.7157 1.6918 725.2936 MeV -- 738.6073 MeV + (SCM) : pi- 1.6854 1.0499 450.1087 MeV -- 471.2554 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton -1.6854 -1.0499 -450.1087 MeV -- 1.0407 GeV + Output particle (LAB) : eta 109.3320 -16.1657 349.5698 MeV -- 659.2167 MeV + (SCM) : eta 108.2908 -16.8143 71.5130 MeV -- 563.2730 MeV + Nucleus output particle (LAB) : neutron -106.6162 17.8575 375.7237 MeV -- 1.0177 GeV + (SCM) : neutron -108.2908 16.8143 -71.5130 MeV -- 948.6342 MeV --- Reconstructed data: -- entry points: - left: -10.2032 -0.493543 -15 cm - right: 9.47606 2.65278 -15 cm + left: -10.1577 2.86703 -15 cm + right: 12.7865 -3.73716 -15 cm target: 0 0 0 fm - -- the angle: 111.374 deg - -- mass of the output particle: 491.901 MeV - -- mass of the nucleus output particle: 1.00114 GeV + -- the angle: 108.478 deg + -- mass of the output particle: 488.91 MeV + -- mass of the nucleus output particle: 1.00148 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 -83.0933 13.2690 339.5986 MeV -- 603.6343 MeV - (SCM) : eta -83.0933 13.2690 86.0726 MeV -- 506.4146 MeV - Nucleus output particle (LAB) : neutron 83.0933 -13.2690 390.4014 MeV -- 1.0779 GeV - (SCM) : neutron 83.0933 -13.2690 -86.0726 MeV -- 1.0084 GeV + Output particle (LAB) : eta 79.0924 0.5719 354.2643 MeV -- 608.9266 MeV + (SCM) : eta 79.0924 0.5719 99.8020 MeV -- 505.2217 MeV + Nucleus output particle (LAB) : neutron -79.0924 -0.5719 375.7357 MeV -- 1.0726 GeV + (SCM) : neutron -79.0924 -0.5719 -99.8020 MeV -- 1.0095 GeV -- triggered angular ranges: 2 [ 0.8000, 0.6000) --- Energy Deposit - monitor : 488.261 keV + monitor : 393.067 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 252.568 MeV - 0 0 0 0 4.542 0 - 0 0 0 0 87.85 10.75 - 0 0 0 2.364 133.3 8.993 - 0 0 0 0 0.6689 4.072 - cal (r) : 351.067 MeV - 7.149 1.657 2.521 0 0 0 - 14.55 305.8 3.998 0.1935 0 0 - 7.953 5.45 1.437 0.1399 0 0 - 0 0.2176 0 0 0 0 -Event 13211 - --- Track Points - monitor : pi- [1,bp] 730.3 MeV : -1.206 -1.375 -0.125 cm [0.01664, -0.01408, 0.9998] - target : pi- [1,bp] 729.6 MeV : 2.616 4.261 -1.754 cm [-0.63, -0.7765, -0.01371] - : eta [6,op] 251 MeV : -2.242 -1.72 -1.861 cm [-0.93, -0.3601, 0.07288] - : neutron [7,np] 525.6 MeV : -2.242 -1.72 -1.861 cm [-0.4306, -0.901, -0.05366] - : gamma [9,opdp] 230.5 MeV : -2.242 -1.72 -1.861 cm [0.5381, -0.8412, 0.05418] - : gamma [8,opdp] 372.1 MeV : -2.242 -1.72 -1.861 cm [-0.9604, 0.278, 0.0156] - vc (l) : gamma [9,opdp] 230.5 MeV : 5.004 1.322 -0.25 cm [0.1321, 0.05418, 0.9897] - vc (r) : gamma [8,opdp] 372.1 MeV : 1.101 -0.9712 -0.25 cm [-0.01998, 0.0156, 0.9997] - cal (l) : gamma [9,opdp] 230.5 MeV : 5.171 1.39 -15 cm [0.1321, 0.05418, 0.9897] - cal (r) : gamma [8,opdp] 372.1 MeV : 1.076 -0.9517 -15 cm [-0.01998, 0.0156, 0.9997] - --- - angle between the eta decay products : 138.573 deg - --- Triggered angular ranges: - 7 [-0.2000, -0.4000) - --- Production model data: - Incident particle (LAB) : pi- 10.3311 -9.9142 727.5417 MeV -- 740.9466 MeV - (SCM) : pi- 6.4052 -6.1467 451.0710 MeV -- 472.2538 MeV - Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton -6.4052 6.1467 -451.0710 MeV -- 1.0411 GeV - Output particle (LAB) : eta -120.7117 18.2915 219.2850 MeV -- 602.6148 MeV - (SCM) : eta -124.4874 21.9148 -46.6113 MeV -- 564.1833 MeV - Nucleus output particle (LAB) : neutron 131.0428 -28.2057 508.2567 MeV -- 1.0766 GeV - (SCM) : neutron 124.4874 -21.9148 46.6113 MeV -- 949.1749 MeV + cal (l) : 348.559 MeV + 0 0 0 0.9714 12.01 2.263 + 0 0 0 2.212 268.3 48.84 + 0 0 0 1.558 7.847 4.467 + 0 0 0 0 0 0.09546 + cal (r) : 260.367 MeV + 0 0 0 0 0 0 + 1.654 0.7717 0 0 0 0 + 177.1 62.63 0 0 0 0 + 14.35 3.822 0 0 0 0 +Event 14640 --- Reconstructed data: -- entry points: - left: 6.63965 0.414976 -15 cm - right: 1.38873 -1.7797 -15 cm + left: 8.08415 -0.21177 -15 cm + right: -9.35195 0.743755 -15 cm target: 0 0 0 fm - -- the angle: 134.979 deg - -- mass of the output particle: 546.925 MeV - -- mass of the nucleus output particle: 938.975 MeV + -- the angle: 146.53 deg + -- mass of the output particle: 223.409 MeV + -- mass of the nucleus output particle: 1.28056 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 -139.7029 -10.0887 245.4258 MeV -- 615.6126 MeV - (SCM) : eta -139.7029 -10.0887 -24.2381 MeV -- 565.0952 MeV - Nucleus output particle (LAB) : neutron 139.7029 10.0887 484.5742 MeV -- 1.0659 GeV - (SCM) : neutron 139.7029 10.0887 24.2381 MeV -- 949.6735 MeV + Output particle (LAB) : eta 52.0746 0.6147 69.5590 MeV -- 239.7128 MeV + (SCM) : eta 52.0746 0.6147 -38.3077 MeV -- 232.5753 MeV + Nucleus output particle (LAB) : neutron -52.0746 -0.6147 660.4410 MeV -- 1.4418 GeV + (SCM) : neutron -52.0746 -0.6147 38.3077 MeV -- 1.2822 GeV -- triggered angular ranges: - 6 [ 0.0000, -0.2000) + 8 [-0.4000, -0.6000) --- Energy Deposit - monitor : 587.022 keV + monitor : 398.251 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 223.431 MeV - 0 1.547 0 0 0 0 - 0.3088 140.3 64.75 0 0 0 - 0 6.832 2.317 0.5119 0 0 - 1.18 2.303 2.968 0.4372 0 0 - cal (r) : 392.182 MeV + cal (l) : 147.416 MeV + 0 1.265 0 0 0 0 + 3.656 16.16 1.603 0.8852 0 0 + 0 119.1 4.737 0 0 0 0 0 0 0 0 0 - 0.4334 5.099 20.71 5.466 0.9886 0 - 0 0.613 346 8.997 0.959 0.2674 - 0 0 1.061 0.9726 0.3666 0.2413 -Event 14352 - --- Track Points - monitor : pi- [1,bp] 727 MeV : -1.169 -0.455 -1.25 mm [-0.003548, 0.01198, 0.9999] - target : pi- [1,bp] 726.5 MeV : 3.047 3.964 0.2767 cm [-0.6454, -0.7637, 0.01184] - : eta [3,op] 405.2 MeV : 2.588 3.42 0.2852 cm [-0.7384, -0.6681, 0.0916] - : neutron [4,np] 332 MeV : 2.588 3.42 0.2852 cm [-0.5109, -0.8554, -0.08553] - : gamma [6,opdp] 378.1 MeV : 2.588 3.42 0.2852 cm [-0.9949, 0.05988, 0.08099] - : gamma [5,opdp] 303.4 MeV : 2.588 3.42 0.2852 cm [0.2535, -0.9671, 0.02144] - vc (l) : gamma [5,opdp] 303.4 MeV : -7.262 1.609 -0.25 cm [-0.1789, 0.02144, 0.9836] - vc (r) : gamma [6,opdp] 378.1 MeV : 8.369 5.291 -0.25 cm [0.1997, 0.08099, 0.9765] - cal (l) : gamma [5,opdp] 303.4 MeV : -7.489 1.636 -15 cm [-0.1789, 0.02144, 0.9836] - cal (r) : gamma [6,opdp] 378.1 MeV : 8.625 5.395 -15 cm [0.1997, 0.08099, 0.9765] - --- - angle between the eta decay products : 107.964 deg - --- Triggered angular ranges: - 1 [ 1.0000, 0.8000) - --- Production model data: - Incident particle (LAB) : pi- -2.5472 8.7229 726.3407 MeV -- 739.6845 MeV - (SCM) : pi- -1.5800 5.4109 450.5594 MeV -- 471.7154 MeV - Nucleus particle (LAB) : proton -0.0000 0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 1.5800 -5.4109 -450.5594 MeV -- 1.0409 GeV - Output particle (LAB) : eta -55.1739 37.1211 399.7567 MeV -- 681.4546 MeV - (SCM) : eta -54.1798 33.7169 116.2927 MeV -- 563.6923 MeV - Nucleus output particle (LAB) : neutron 52.6267 -28.3983 326.5840 MeV -- 996.5020 MeV - (SCM) : neutron 54.1798 -33.7169 -116.2927 MeV -- 948.8832 MeV + cal (r) : 92.2965 MeV + 0 0 0 0 0.2606 0 + 0 0 0 0.1823 84.62 0.7125 + 0 0 0 0.4276 4.34 0 + 0 0 0 0 0.4331 1.316 +Event 15894 --- Reconstructed data: -- entry points: - left: -9.80264 1.38066 -15 cm - right: 9.82907 5.44099 -15 cm + left: -8.44995 1.94401 -15 cm + right: -1.65893 -0.0051734 -15 cm target: 0 0 0 fm - -- the angle: 111.198 deg - -- mass of the output particle: 468.233 MeV - -- mass of the nucleus output particle: 1.02967 GeV + -- the angle: 123.548 deg + -- mass of the output particle: 529.923 MeV + -- mass of the nucleus output particle: 958.145 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 -56.4287 34.2825 321.3710 MeV -- 571.7348 MeV - (SCM) : eta -56.4287 34.2825 81.2118 MeV -- 479.7882 MeV - Nucleus output particle (LAB) : neutron 56.4287 -34.2825 408.6290 MeV -- 1.1098 GeV - (SCM) : neutron 56.4287 -34.2825 -81.2118 MeV -- 1.0350 GeV + Output particle (LAB) : eta 129.1505 12.8400 308.0124 MeV -- 626.5256 MeV + (SCM) : eta 129.1505 12.8400 39.9780 MeV -- 547.0475 MeV + Nucleus output particle (LAB) : neutron -129.1505 -12.8400 421.9876 MeV -- 1.0550 GeV + (SCM) : neutron -129.1505 -12.8400 -39.9780 MeV -- 967.7212 MeV -- triggered angular ranges: - 2 [ 0.8000, 0.6000) + 4 [ 0.4000, 0.2000) --- Energy Deposit - monitor : 362.932 keV + monitor : 384.529 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 251.07 MeV - 0 0 0 0.1739 1.038 0 - 0 0 0 7.094 200.3 22.69 - 0 0 0 0.1088 8.331 7.733 - 0 0 0 0 3.57 0 - cal (r) : 320.665 MeV - 35.74 143.6 0.7158 0 0 0 - 28.97 103.9 1.943 0 0 0 - 0 0 5.24 0.5402 0 0 - 0 0 0 0 0 0 -Event 14456 + cal (l) : 401.018 MeV + 0 0 0 0.1682 0.5164 2.564 + 0 1.05 3.136 2.604 297 77.57 + 0 1.021 4.281 0.7735 3.653 5.719 + 0 0 0 0 0.9337 0 + cal (r) : 225.508 MeV + 0 0 0 0.3533 0.1934 0 + 0 0.4607 47.03 61.21 0.1372 0 + 0 0 3.327 110.4 0.12 0.4018 + 0 0 0.4771 0 1.364 0 +Event 17966 --- Track Points - monitor : pi- [1,bp] 730.7 MeV : -7.775 1.689 -1.25 mm [-0.01427, -0.01005, 0.9998] - target : pi- [1,bp] 730 MeV : 2.171 4.504 -0.1301 cm [-0.6541, -0.7563, -0.009803] - : eta [3,op] 341.3 MeV : 1.37 3.578 -0.1421 cm [-0.8942, -0.4444, -0.05454] - : neutron [4,np] 436 MeV : 1.37 3.578 -0.1421 cm [-0.3945, -0.9184, 0.02873] - : gamma [6,opdp] 235.7 MeV : 1.37 3.578 -0.1421 cm [0.418, -0.9061, 0.0652] - : gamma [5,opdp] 409.8 MeV : 1.37 3.578 -0.1421 cm [-0.985, 0.151, -0.08292] - vc (l) : gamma [6,opdp] 235.7 MeV : 2.502 3.871 -0.25 cm [-0.004087, 0.0652, 0.9979] - vc (r) : gamma [5,opdp] 409.8 MeV : 2.703 -5.093 -0.25 cm [0.1091, -0.08292, 0.9906] - cal (l) : gamma [6,opdp] 235.7 MeV : 2.497 3.952 -15 cm [-0.004087, 0.0652, 0.9979] - cal (r) : gamma [5,opdp] 409.8 MeV : 2.84 -5.198 -15 cm [0.1091, -0.08292, 0.9906] + monitor : pi- [1,bp] 732.7 MeV : 4.217 8.887 -1.25 mm [0.001636, -0.003584, 1] + target : pi- [1,bp] 732.1 MeV : 3.566 3.505 0.809 cm [-0.6419, -0.7667, -0.003101] + : eta [4,op] 260.8 MeV : -2.18 -3.358 0.7807 cm [-0.9395, -0.34, 0.04194] + : neutron [5,np] 521.1 MeV : -2.18 -3.358 0.7807 cm [-0.4298, -0.9025, -0.0271] + : gamma [7,opdp] 372.1 MeV : -2.18 -3.358 0.7807 cm [-0.9472, 0.3201, -0.02046] + : gamma [6,opdp] 234.6 MeV : -2.18 -3.358 0.7807 cm [0.458, -0.8854, 0.07905] + vc (l) : gamma [6,opdp] 234.6 MeV : -1.072 5.275 -0.25 cm [0.04086, 0.07905, 0.996] + vc (r) : gamma [7,opdp] 372.1 MeV : 1.184 -3.984 -2.5 mm [-0.064, -0.02046, 0.9977] + cal (l) : gamma [6,opdp] 234.6 MeV : -1.02 5.374 -15 cm [0.04086, 0.07905, 0.996] + cal (r) : gamma [7,opdp] 372.1 MeV : 0.03821 -0.424 -15 cm [-0.064, -0.02046, 0.9977] --- - angle between the eta decay products : 123.642 deg + angle between the eta decay products : 135.955 deg --- Triggered angular ranges: - 4 [ 0.4000, 0.2000) + 7 [-0.2000, -0.4000) --- Production model data: - Incident particle (LAB) : pi- -10.6233 -6.0829 729.6631 MeV -- 742.9926 MeV - (SCM) : pi- -6.5808 -3.7682 452.0076 MeV -- 473.1259 MeV - Nucleus particle (LAB) : proton 0.0000 -0.0000 0.0000 eV -- 938.2720 MeV - (SCM) : proton 6.5808 3.7682 -452.0076 MeV -- 1.0415 GeV - Output particle (LAB) : eta -136.2686 -18.6119 312.3168 MeV -- 645.4534 MeV - (SCM) : eta -132.2451 -16.3081 35.9596 MeV -- 564.9784 MeV - Nucleus output particle (LAB) : neutron 125.6454 12.5291 417.3463 MeV -- 1.0358 GeV - (SCM) : neutron 132.2451 16.3081 -35.9596 MeV -- 949.6478 MeV + Incident particle (LAB) : pi- 0.0444 -3.1869 729.6558 MeV -- 742.8914 MeV + (SCM) : pi- 0.0275 -1.9743 452.0217 MeV -- 473.0828 MeV + Nucleus particle (LAB) : proton 0.0000 0.0000 0.0000 eV -- 938.2720 MeV + (SCM) : proton -0.0275 1.9743 -452.0217 MeV -- 1.0415 GeV + Output particle (LAB) : eta -130.6850 10.9376 225.4060 MeV -- 606.7609 MeV + (SCM) : eta -130.7013 12.1061 -42.1193 MeV -- 564.9391 MeV + Nucleus output particle (LAB) : neutron 130.7294 -14.1245 504.2498 MeV -- 1.0744 GeV + (SCM) : neutron 130.7013 -12.1061 42.1193 MeV -- 949.6244 MeV --- Reconstructed data: -- entry points: - left: 3.0254 4.15893 -15 cm - right: 2.473 -5.13776 -15 cm + left: -2.02331 5.60821 -15 cm + right: -1.92436 -0.434827 -15 cm target: 0 0 0 fm - -- the angle: 130.676 deg - -- mass of the output particle: 594.596 MeV - -- mass of the nucleus output particle: 898.922 MeV + -- the angle: 129.747 deg + -- mass of the output particle: 524.85 MeV + -- mass of the nucleus output particle: 957.576 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 -122.5169 -17.0072 285.9104 MeV -- 671.2593 MeV - (SCM) : eta -122.5169 -17.0072 -6.1148 MeV -- 607.3563 MeV - Nucleus output particle (LAB) : neutron 122.5169 17.0072 444.0896 MeV -- 1.0102 GeV - (SCM) : neutron 122.5169 17.0072 6.1148 MeV -- 907.4123 MeV + Output particle (LAB) : eta -147.5307 18.0510 248.6759 MeV -- 599.4982 MeV + (SCM) : eta -147.5307 18.0510 -12.8643 MeV -- 545.6408 MeV + Nucleus output particle (LAB) : neutron 147.5307 -18.0510 481.3241 MeV -- 1.0820 GeV + (SCM) : neutron 147.5307 -18.0510 12.8643 MeV -- 969.1279 MeV -- triggered angular ranges: 6 [ 0.0000, -0.2000) --- Energy Deposit - monitor : 537.389 keV + monitor : 418.518 keV vc (l) : 0 eV vc (r) : 0 eV - cal (l) : 260.612 MeV - 0 2.307 11.35 2.38 0 0 - 1.264 2.013 238.9 0.6066 0.8145 0 - 0 0 0.04745 0.8924 0 0 + cal (l) : 223.363 MeV + 0 0.4055 5.822 118.6 0.1613 0 + 0 0 2.844 93.79 0.3101 0 + 0 0 0.6971 0.3144 0.4114 0 0 0 0 0 0 0 - cal (r) : 410.647 MeV + cal (r) : 376.136 MeV + 0 0 0 0.6373 0.06954 0.3219 + 0 0.4277 18 30.89 9.964 0 + 0 0.825 28.51 285.3 1.163 0 0 0 0 0 0 0 - 0 0.4661 0.5644 0 0 0 - 0 1.913 312.3 1.798 0.5417 0 - 0 4.626 81.24 5.903 1.265 0 Run terminated. Run Summary - Number of events processed : 14457, effectively: 10 - User=9.020000s Real=9.097572s Sys=0.010000s + Number of events processed : 17967, effectively: 10 + User=34.300000s Real=34.930461s Sys=0.040000s --- Setup acceptances (range | real (trg / mon) | rec (trg / mon / all)): - 1 [ 1.0000, 0.8000) | 0.00246914 ( 1 / 405 ) | 0.00000000 ( 0 / 405 / 486 ) - 2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 395 ) | 0.00253165 ( 1 / 395 / 490 ) - 3 [ 0.6000, 0.4000) | 0.00000000 ( 0 / 417 ) | 0.00000000 ( 0 / 417 / 496 ) - 4 [ 0.4000, 0.2000) | 0.00240964 ( 1 / 415 ) | 0.00000000 ( 0 / 415 / 506 ) - 5 [ 0.2000, 0.0000) | 0.00230415 ( 1 / 434 ) | 0.00000000 ( 0 / 434 / 522 ) - 6 [ 0.0000, -0.2000) | 0.00000000 ( 0 / 419 ) | 0.00715990 ( 3 / 419 / 514 ) - 7 [-0.2000, -0.4000) | 0.00242131 ( 1 / 413 ) | 0.00000000 ( 0 / 413 / 494 ) - 8 [-0.4000, -0.6000) | 0.00000000 ( 0 / 414 ) | 0.00000000 ( 0 / 414 / 510 ) - 9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 406 ) | 0.00000000 ( 0 / 406 / 495 ) - 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 390 ) | 0.00000000 ( 0 / 390 / 474 ) + 1 [ 1.0000, 0.8000) | 0.00000000 ( 0 / 511 ) | 0.00000000 ( 0 / 511 / 636 ) + 2 [ 0.8000, 0.6000) | 0.00000000 ( 0 / 492 ) | 0.00203252 ( 1 / 492 / 608 ) + 3 [ 0.6000, 0.4000) | 0.00393701 ( 2 / 508 ) | 0.00000000 ( 0 / 508 / 630 ) + 4 [ 0.4000, 0.2000) | 0.00000000 ( 0 / 513 ) | 0.00000000 ( 0 / 513 / 626 ) + 5 [ 0.2000, 0.0000) | 0.00000000 ( 0 / 525 ) | 0.00190476 ( 1 / 525 / 644 ) + 6 [ 0.0000, -0.2000) | 0.00000000 ( 0 / 517 ) | 0.00193424 ( 1 / 517 / 645 ) + 7 [-0.2000, -0.4000) | 0.00204082 ( 1 / 490 ) | 0.00204082 ( 1 / 490 / 605 ) + 8 [-0.4000, -0.6000) | 0.00197628 ( 1 / 506 ) | 0.00000000 ( 0 / 506 / 614 ) + 9 [-0.6000, -0.8000) | 0.00000000 ( 0 / 499 ) | 0.00000000 ( 0 / 499 / 620 ) + 10 [-0.8000, -1.0000) | 0.00000000 ( 0 / 515 ) | 0.00000000 ( 0 / 515 / 629 ) --- False hits (edt | rec): 6 | 6 G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 16; of which, static: 3 -Dynamic pools deleted: 13 / Total memory freed: 0.97 MB +Dynamic pools deleted: 13 / Total memory freed: 1.1 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/ChargeExchangeMC/History b/examples/advanced/ChargeExchangeMC/History index 58418beb6fd..9c2fa94aed3 100644 --- a/examples/advanced/ChargeExchangeMC/History +++ b/examples/advanced/ChargeExchangeMC/History @@ -7,7 +7,7 @@ cirrone@lns.infn.it History file of the ChargeExchangeMC application ==================================================== -08.04.2020 - S. Guatelli, Tag ChargeExchangeMC-V10-05-00 +08.04.2020 - S. Guatelli, Tag ChargeExchangeMC-V10-06-00 Error removed from the main. CMakeList.txt updated. Dependence to Qt Libraries when using ROOT demoved as obsolete. diff --git a/examples/advanced/GNUmakefile b/examples/advanced/GNUmakefile index bac38fb43cd..48afb21d2ac 100644 --- a/examples/advanced/GNUmakefile +++ b/examples/advanced/GNUmakefile @@ -1,27 +1,17 @@ -# -------------------------------------------------------------- -# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. -# -------------------------------------------------------------- +name := cloud +G4TARGET := $(name) +G4EXLIB := true ifndef G4INSTALL - G4INSTALL = ../.. + G4INSTALL = ../../.. endif - -include $(G4INSTALL)/config/architecture.gmk -SUBDIRS = gammaray_telescope underground_physics xray_fluorescence xray_telescope -SUBDIRS += brachytherapy hadrontherapy iort_therapy medical_linac -SUBDIRS += purging_magnet radioprotection human_phantom -SUBDIRS += air_shower microbeam microelectronics nanobeam -SUBDIRS += composite_calorimeter lAr_calorimeter -SUBDIRS += amsEcal ChargeExchangeMC eRosita +.PHONY: all +all: lib bin -.PHONY : all clean clean_libs +include $(G4INSTALL)/config/binmake.gmk -all: - @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE)); done +visclean: + rm -f g4*.prim g4*.eps g4*.wrl + rm -f .DAWN_* -clean: - @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean); done - -clean_libs: - @for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) clean_libs); done diff --git a/examples/advanced/air_shower/History b/examples/advanced/air_shower/History index 092e1f3d0c7..66bae31266d 100644 --- a/examples/advanced/air_shower/History +++ b/examples/advanced/air_shower/History @@ -7,6 +7,10 @@ History file ------------ +29.05.2020 - D.Sawkey (air_shower-V10-06-00) + added an #include to UltraDetectorConstruction, due to optical + physics changes. + 8 November, 2019 B. Tomé (air_shower-V10-05-01) - Minor changes, mainly stetics. diff --git a/examples/advanced/air_shower/air_shower.out b/examples/advanced/air_shower/air_shower.out index d802f48f361..f2c25316c0d 100644 --- a/examples/advanced/air_shower/air_shower.out +++ b/examples/advanced/air_shower/air_shower.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -80,20 +80,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -106,6 +106,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -113,6 +116,9 @@ Registered filter factories: 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 @@ -189,7 +195,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -201,30 +207,30 @@ Index : 0 used in the geometry : Yes 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.78665 keV e- 389.196 keV e+ 376.336 keV proton 100 keV + Energy thresholds : gamma 2.77708 keV e- 389.292 keV e+ 376.471 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.03542 keV e- 610.53 keV e+ 590.357 keV proton 100 keV + Energy thresholds : gamma 6.0396 keV e- 609.767 keV e+ 589.685 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 1 kByte + Total memory consumed for geometry optimisation: 2 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: @@ -236,16 +242,16 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 52.31 0k 1 13 26 0.00 LensMotherLV - 47.69 0k 3 9 22 0.00 World + 52.81 1k 1 13 26 0.00 LensMotherLV + 47.19 1k 3 9 22 0.00 World G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ooo Run 0 starts (global). --------- Ranlux engine status --------- - Initial seed = 1590745240 - float_seed_table[] = 0.769771 0.683744 0.431496 0.063198 0.981073 0.662218 0.139998 0.0275069 0.809529 0.691412 0.220709 0.553455 0.998968 0.80317 0.0774835 0.496753 0.139411 0.555612 0.271583 0.197803 0.878428 0.535016 0.310122 0.39858 + Initial seed = 1593046427 + float_seed_table[] = 0.147597 0.980425 0.900216 0.380846 0.303985 0.791623 0.132859 0.350516 0.641343 0.866017 0.885685 0.873382 0.665981 0.724537 0.776523 0.937184 0.512054 0.420086 0.399701 0.749612 0.0040521 0.148756 0.382486 0.991302 i_lag = 23, j_lag = 9 carry = 0, count24 = 0 luxury = 3 nskip = 199 @@ -256,7 +262,7 @@ mu- Mono Plane Run terminated. Run Summary Number of events processed : 100 - User=2.460000s Real=2.458819s Sys=0.000000s + User=3.570000s Real=3.741177s Sys=0.010000s ### Run 0 (global) ended. Graphics systems deleted. Visualization Manager deleting... @@ -271,22 +277,22 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 10 +Total navigation history collections cleaned: 9 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0135 MB +Pool ID '20G4NavigationLevelRep', size : 0.0115 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.025 MB -Pool ID '7G4Track', size : 0.049 MB +Pool ID '17G4DynamicParticle', size : 0.024 MB +Pool ID '7G4Track', size : 0.0471 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '15UltraOpticalHit', size : 0.00481 MB +Pool ID '15UltraOpticalHit', size : 0.000961 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.1 MB +Dynamic pools deleted: 12 / Total memory freed: 0.091 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 55d62b909cc..42965779697 100644 --- a/examples/advanced/air_shower/src/UltraDetectorConstruction.cc +++ b/examples/advanced/air_shower/src/UltraDetectorConstruction.cc @@ -60,6 +60,7 @@ #include "G4Element.hh" #include "G4ElementTable.hh" #include "G4LogicalBorderSurface.hh" +#include "G4LogicalSkinSurface.hh" #include "G4Box.hh" #include "G4Sphere.hh" #include "G4Tubs.hh" diff --git a/examples/advanced/amsEcal/run1.out b/examples/advanced/amsEcal/run1.out index b85af8e24a4..4e7673c924a 100644 --- a/examples/advanced/amsEcal/run1.out +++ b/examples/advanced/amsEcal/run1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -116,7 +116,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -139,27 +139,27 @@ Index : 2 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 32 kByte + Total memory consumed for geometry optimisation: 48 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 0.00 0.00 0.00 31k layer - 0.00 0.00 0.00 1k module + 0.00 0.00 0.00 46k layer + 0.00 0.00 0.00 2k module 0.00 0.00 0.00 1k calorimeter Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 94.74 30k 1 490 980 0.00 layer - 3.16 1k 1 17 20 0.00 module - 2.10 0k 1 10 18 0.00 calorimeter + 94.64 46k 1 490 980 0.00 layer + 3.26 1k 1 17 20 0.00 module + 2.10 1k 1 10 18 0.00 calorimeter ### Run 0 starts. --------- Ranecu engine status --------- @@ -179,7 +179,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10000 - User=7.940000s Real=8.196714s Sys=0.020000s + User=9.110000s Real=9.179492s Sys=0.000000s ------------------------------------------------------------- ---> The calorimeter is 9 Modules @@ -202,106 +202,106 @@ Run Summary total Energy (rms/mean) visible Energy (rms/mean) - layer 1: 1.5506 MeV +- 2.614 MeV (1.7e+02 %) 163.08 keV +- 753.9 keV (4.6e+02 %) - layer 2: 1.5385 MeV +- 2.217 MeV (1.4e+02 %) 155.04 keV +- 500.3 keV (3.2e+02 %) - layer 3: 1.488 MeV +- 1.934 MeV (1.3e+02 %) 154.61 keV +- 715.2 keV (4.6e+02 %) - layer 4: 1.5191 MeV +- 2.154 MeV (1.4e+02 %) 154.56 keV +- 616.5 keV (4e+02 %) - layer 5: 1.5336 MeV +- 2.506 MeV (1.6e+02 %) 156.04 keV +- 506.9 keV (3.2e+02 %) - layer 6: 1.4942 MeV +- 1.849 MeV (1.2e+02 %) 148.98 keV +- 383.3 keV (2.6e+02 %) - layer 7: 1.5536 MeV +- 2.632 MeV (1.7e+02 %) 167.22 keV +- 874 keV (5.2e+02 %) - layer 8: 1.552 MeV +- 2.292 MeV (1.5e+02 %) 152.97 keV +- 447.8 keV (2.9e+02 %) - layer 9: 1.5007 MeV +- 2.391 MeV (1.6e+02 %) 145.34 keV +- 236.8 keV (1.6e+02 %) - layer 10: 1.5306 MeV +- 2.19 MeV (1.4e+02 %) 163.51 keV +- 768.1 keV (4.7e+02 %) - layer 11: 1.5114 MeV +- 2.269 MeV (1.5e+02 %) 158.05 keV +- 928.2 keV (5.9e+02 %) - layer 12: 1.5684 MeV +- 2.741 MeV (1.7e+02 %) 167.5 keV +- 1.114 MeV (6.6e+02 %) - layer 13: 1.5332 MeV +- 2.284 MeV (1.5e+02 %) 155.42 keV +- 659.7 keV (4.2e+02 %) - layer 14: 1.542 MeV +- 2.187 MeV (1.4e+02 %) 149.53 keV +- 385.8 keV (2.6e+02 %) - layer 15: 1.5523 MeV +- 2.688 MeV (1.7e+02 %) 152.7 keV +- 702.3 keV (4.6e+02 %) - layer 16: 1.5513 MeV +- 2.087 MeV (1.3e+02 %) 166.82 keV +- 676.6 keV (4.1e+02 %) - layer 17: 1.4781 MeV +- 1.755 MeV (1.2e+02 %) 149.58 keV +- 329.3 keV (2.2e+02 %) - layer 18: 1.5432 MeV +- 2.544 MeV (1.6e+02 %) 157.19 keV +- 552.9 keV (3.5e+02 %) - layer 19: 1.5387 MeV +- 2.49 MeV (1.6e+02 %) 150.56 keV +- 385.5 keV (2.6e+02 %) - layer 20: 1.5315 MeV +- 2.454 MeV (1.6e+02 %) 176.18 keV +- 1.207 MeV (6.9e+02 %) - layer 21: 1.5272 MeV +- 2.18 MeV (1.4e+02 %) 161.94 keV +- 714.7 keV (4.4e+02 %) - layer 22: 1.5475 MeV +- 2.395 MeV (1.5e+02 %) 151.16 keV +- 445.8 keV (2.9e+02 %) - layer 23: 1.5661 MeV +- 2.791 MeV (1.8e+02 %) 180.13 keV +- 1.331 MeV (7.4e+02 %) - layer 24: 1.5079 MeV +- 2.006 MeV (1.3e+02 %) 159.86 keV +- 1.091 MeV (6.8e+02 %) - layer 25: 1.5327 MeV +- 2.401 MeV (1.6e+02 %) 167.61 keV +- 942.5 keV (5.6e+02 %) - layer 26: 1.5464 MeV +- 2.41 MeV (1.6e+02 %) 171.76 keV +- 1.31 MeV (7.6e+02 %) - layer 27: 1.5339 MeV +- 2.081 MeV (1.4e+02 %) 165.51 keV +- 567.1 keV (3.4e+02 %) - layer 28: 1.5343 MeV +- 2.458 MeV (1.6e+02 %) 166.71 keV +- 1.213 MeV (7.3e+02 %) - layer 29: 1.5072 MeV +- 2.089 MeV (1.4e+02 %) 162.14 keV +- 983.9 keV (6.1e+02 %) - layer 30: 1.5096 MeV +- 1.798 MeV (1.2e+02 %) 149.44 keV +- 677.5 keV (4.5e+02 %) - layer 31: 1.5167 MeV +- 2.269 MeV (1.5e+02 %) 152.02 keV +- 540.2 keV (3.6e+02 %) - layer 32: 1.5204 MeV +- 2.141 MeV (1.4e+02 %) 153.02 keV +- 494.1 keV (3.2e+02 %) - layer 33: 1.564 MeV +- 2.738 MeV (1.8e+02 %) 167.6 keV +- 1.06 MeV (6.3e+02 %) - layer 34: 1.5087 MeV +- 2.108 MeV (1.4e+02 %) 156.4 keV +- 713.6 keV (4.6e+02 %) - layer 35: 1.5214 MeV +- 2.275 MeV (1.5e+02 %) 149.31 keV +- 315.1 keV (2.1e+02 %) - layer 36: 1.5427 MeV +- 2.479 MeV (1.6e+02 %) 166.44 keV +- 829.2 keV (5e+02 %) - layer 37: 1.5449 MeV +- 2.326 MeV (1.5e+02 %) 163.88 keV +- 1.091 MeV (6.7e+02 %) - layer 38: 1.5098 MeV +- 2.153 MeV (1.4e+02 %) 160.57 keV +- 915.8 keV (5.7e+02 %) - layer 39: 1.5208 MeV +- 2.309 MeV (1.5e+02 %) 148.83 keV +- 356.8 keV (2.4e+02 %) - layer 40: 1.5017 MeV +- 1.894 MeV (1.3e+02 %) 154.16 keV +- 432.4 keV (2.8e+02 %) - layer 41: 1.5414 MeV +- 2.182 MeV (1.4e+02 %) 155.22 keV +- 520.2 keV (3.4e+02 %) - layer 42: 1.4857 MeV +- 1.683 MeV (1.1e+02 %) 155.11 keV +- 485.1 keV (3.1e+02 %) - layer 43: 1.523 MeV +- 2.318 MeV (1.5e+02 %) 149.9 keV +- 335.4 keV (2.2e+02 %) - layer 44: 1.4995 MeV +- 1.9 MeV (1.3e+02 %) 158.2 keV +- 806.2 keV (5.1e+02 %) - layer 45: 1.5406 MeV +- 2.373 MeV (1.5e+02 %) 170.43 keV +- 854.8 keV (5e+02 %) - layer 46: 1.512 MeV +- 2.207 MeV (1.5e+02 %) 156.29 keV +- 556.7 keV (3.6e+02 %) - layer 47: 1.5076 MeV +- 2.146 MeV (1.4e+02 %) 152.68 keV +- 620.6 keV (4.1e+02 %) - layer 48: 1.5163 MeV +- 2.173 MeV (1.4e+02 %) 167.18 keV +- 990.3 keV (5.9e+02 %) - layer 49: 1.5037 MeV +- 2.055 MeV (1.4e+02 %) 151.25 keV +- 457.6 keV (3e+02 %) - layer 50: 1.5082 MeV +- 2.003 MeV (1.3e+02 %) 162.09 keV +- 730.7 keV (4.5e+02 %) - layer 51: 1.496 MeV +- 1.862 MeV (1.2e+02 %) 156.96 keV +- 527.4 keV (3.4e+02 %) - layer 52: 1.5218 MeV +- 2.244 MeV (1.5e+02 %) 157.59 keV +- 643.6 keV (4.1e+02 %) - layer 53: 1.5178 MeV +- 2.279 MeV (1.5e+02 %) 154.46 keV +- 400.8 keV (2.6e+02 %) - layer 54: 1.5472 MeV +- 2.32 MeV (1.5e+02 %) 168.14 keV +- 1.022 MeV (6.1e+02 %) - layer 55: 1.5137 MeV +- 2.018 MeV (1.3e+02 %) 163.99 keV +- 964.5 keV (5.9e+02 %) - layer 56: 1.4752 MeV +- 1.756 MeV (1.2e+02 %) 156.14 keV +- 427.5 keV (2.7e+02 %) - layer 57: 1.5349 MeV +- 2.497 MeV (1.6e+02 %) 162.01 keV +- 889.9 keV (5.5e+02 %) - layer 58: 1.5153 MeV +- 2.168 MeV (1.4e+02 %) 154.22 keV +- 765.8 keV (5e+02 %) - layer 59: 1.4901 MeV +- 1.997 MeV (1.3e+02 %) 162.14 keV +- 916.2 keV (5.7e+02 %) - layer 60: 1.5236 MeV +- 2.314 MeV (1.5e+02 %) 158.74 keV +- 633.4 keV (4e+02 %) - layer 61: 1.5109 MeV +- 1.855 MeV (1.2e+02 %) 162.29 keV +- 637 keV (3.9e+02 %) - layer 62: 1.5314 MeV +- 2.616 MeV (1.7e+02 %) 166.16 keV +- 802.1 keV (4.8e+02 %) - layer 63: 1.5516 MeV +- 2.562 MeV (1.7e+02 %) 149.72 keV +- 410.6 keV (2.7e+02 %) - layer 64: 1.4892 MeV +- 1.796 MeV (1.2e+02 %) 148.45 keV +- 349.8 keV (2.4e+02 %) - layer 65: 1.5008 MeV +- 2.104 MeV (1.4e+02 %) 162.64 keV +- 1.027 MeV (6.3e+02 %) - layer 66: 1.5167 MeV +- 2.17 MeV (1.4e+02 %) 156.91 keV +- 908.3 keV (5.8e+02 %) - layer 67: 1.4873 MeV +- 1.88 MeV (1.3e+02 %) 151.39 keV +- 553.7 keV (3.7e+02 %) - layer 68: 1.5262 MeV +- 2.013 MeV (1.3e+02 %) 159.66 keV +- 724.3 keV (4.5e+02 %) - layer 69: 1.5075 MeV +- 2.202 MeV (1.5e+02 %) 151.84 keV +- 399.2 keV (2.6e+02 %) - layer 70: 1.5439 MeV +- 2.385 MeV (1.5e+02 %) 180.5 keV +- 1.197 MeV (6.6e+02 %) - layer 71: 1.5027 MeV +- 2.019 MeV (1.3e+02 %) 157.36 keV +- 581.9 keV (3.7e+02 %) - layer 72: 1.5277 MeV +- 2.146 MeV (1.4e+02 %) 160.82 keV +- 685.6 keV (4.3e+02 %) - layer 73: 1.5189 MeV +- 2.173 MeV (1.4e+02 %) 171.88 keV +- 996.7 keV (5.8e+02 %) - layer 74: 1.5022 MeV +- 1.989 MeV (1.3e+02 %) 156.41 keV +- 594 keV (3.8e+02 %) - layer 75: 1.5045 MeV +- 2.178 MeV (1.4e+02 %) 160.81 keV +- 571.7 keV (3.6e+02 %) - layer 76: 1.5321 MeV +- 2.328 MeV (1.5e+02 %) 156.79 keV +- 523.5 keV (3.3e+02 %) - layer 77: 1.5407 MeV +- 2.419 MeV (1.6e+02 %) 155.22 keV +- 548.2 keV (3.5e+02 %) - layer 78: 1.4794 MeV +- 1.927 MeV (1.3e+02 %) 155.96 keV +- 450.1 keV (2.9e+02 %) - layer 79: 1.5386 MeV +- 2.013 MeV (1.3e+02 %) 159.75 keV +- 760.5 keV (4.8e+02 %) - layer 80: 1.4887 MeV +- 2.154 MeV (1.4e+02 %) 152.01 keV +- 450 keV (3e+02 %) - layer 81: 1.4936 MeV +- 2.027 MeV (1.4e+02 %) 158.67 keV +- 645.7 keV (4.1e+02 %) - layer 82: 1.5215 MeV +- 2.061 MeV (1.4e+02 %) 151.29 keV +- 414.4 keV (2.7e+02 %) - layer 83: 1.4908 MeV +- 2.072 MeV (1.4e+02 %) 156.05 keV +- 529.9 keV (3.4e+02 %) - layer 84: 1.5293 MeV +- 2.263 MeV (1.5e+02 %) 146.03 keV +- 311.6 keV (2.1e+02 %) - layer 85: 1.5292 MeV +- 2.24 MeV (1.5e+02 %) 150.7 keV +- 397.5 keV (2.6e+02 %) - layer 86: 1.4954 MeV +- 1.977 MeV (1.3e+02 %) 151.58 keV +- 535.6 keV (3.5e+02 %) - layer 87: 1.5204 MeV +- 2.145 MeV (1.4e+02 %) 162.44 keV +- 860.3 keV (5.3e+02 %) - layer 88: 1.5291 MeV +- 2.15 MeV (1.4e+02 %) 155.02 keV +- 514 keV (3.3e+02 %) - layer 89: 1.5264 MeV +- 2.235 MeV (1.5e+02 %) 156.74 keV +- 736.3 keV (4.7e+02 %) - layer 90: 1.4995 MeV +- 2.017 MeV (1.3e+02 %) 157.06 keV +- 556.3 keV (3.5e+02 %) - - total calor : 149.39 MeV +- 21.51 MeV ( 14 %) 14.248 MeV +- 6.866 MeV ( 48 %) + layer 1: 1.4872 MeV +- 2.143 MeV (1.4e+02 %) 164.1 keV +- 639.4 keV (3.9e+02 %) + layer 2: 1.5541 MeV +- 2.889 MeV (1.9e+02 %) 150.27 keV +- 366.5 keV (2.4e+02 %) + layer 3: 1.5412 MeV +- 2.694 MeV (1.7e+02 %) 158.31 keV +- 633.2 keV (4e+02 %) + layer 4: 1.5458 MeV +- 2.48 MeV (1.6e+02 %) 149.63 keV +- 355.5 keV (2.4e+02 %) + layer 5: 1.5365 MeV +- 2.434 MeV (1.6e+02 %) 160.99 keV +- 709.3 keV (4.4e+02 %) + layer 6: 1.5393 MeV +- 2.087 MeV (1.4e+02 %) 151.94 keV +- 642 keV (4.2e+02 %) + layer 7: 1.5182 MeV +- 2.246 MeV (1.5e+02 %) 161.74 keV +- 699.7 keV (4.3e+02 %) + layer 8: 1.4907 MeV +- 1.963 MeV (1.3e+02 %) 154.44 keV +- 469.4 keV (3e+02 %) + layer 9: 1.5176 MeV +- 2.537 MeV (1.7e+02 %) 170.42 keV +- 908.6 keV (5.3e+02 %) + layer 10: 1.5237 MeV +- 2.276 MeV (1.5e+02 %) 151.8 keV +- 371.5 keV (2.4e+02 %) + layer 11: 1.52 MeV +- 2.069 MeV (1.4e+02 %) 167.08 keV +- 919.6 keV (5.5e+02 %) + layer 12: 1.5011 MeV +- 2.05 MeV (1.4e+02 %) 158.59 keV +- 753.3 keV (4.8e+02 %) + layer 13: 1.5003 MeV +- 1.939 MeV (1.3e+02 %) 155.25 keV +- 452.6 keV (2.9e+02 %) + layer 14: 1.5078 MeV +- 2.183 MeV (1.4e+02 %) 150.96 keV +- 475.4 keV (3.1e+02 %) + layer 15: 1.5598 MeV +- 2.648 MeV (1.7e+02 %) 168.21 keV +- 906.1 keV (5.4e+02 %) + layer 16: 1.5307 MeV +- 2.076 MeV (1.4e+02 %) 155.67 keV +- 538.4 keV (3.5e+02 %) + layer 17: 1.5295 MeV +- 2.285 MeV (1.5e+02 %) 170.02 keV +- 1.016 MeV (6e+02 %) + layer 18: 1.5121 MeV +- 2.045 MeV (1.4e+02 %) 152.57 keV +- 530.9 keV (3.5e+02 %) + layer 19: 1.5292 MeV +- 2.265 MeV (1.5e+02 %) 168.86 keV +- 963.2 keV (5.7e+02 %) + layer 20: 1.545 MeV +- 2.443 MeV (1.6e+02 %) 162.01 keV +- 1.004 MeV (6.2e+02 %) + layer 21: 1.5362 MeV +- 2.431 MeV (1.6e+02 %) 157.97 keV +- 772.8 keV (4.9e+02 %) + layer 22: 1.5478 MeV +- 2.402 MeV (1.6e+02 %) 162.57 keV +- 586 keV (3.6e+02 %) + layer 23: 1.5645 MeV +- 2.577 MeV (1.6e+02 %) 152.66 keV +- 581.1 keV (3.8e+02 %) + layer 24: 1.4855 MeV +- 1.744 MeV (1.2e+02 %) 156.47 keV +- 438.2 keV (2.8e+02 %) + layer 25: 1.5673 MeV +- 2.705 MeV (1.7e+02 %) 156.82 keV +- 688.8 keV (4.4e+02 %) + layer 26: 1.5368 MeV +- 2.567 MeV (1.7e+02 %) 153.15 keV +- 471 keV (3.1e+02 %) + layer 27: 1.4974 MeV +- 2.065 MeV (1.4e+02 %) 156.48 keV +- 573.3 keV (3.7e+02 %) + layer 28: 1.501 MeV +- 1.995 MeV (1.3e+02 %) 159.86 keV +- 696.1 keV (4.4e+02 %) + layer 29: 1.5483 MeV +- 2.513 MeV (1.6e+02 %) 152.71 keV +- 452.4 keV (3e+02 %) + layer 30: 1.5254 MeV +- 2.407 MeV (1.6e+02 %) 155.3 keV +- 545.9 keV (3.5e+02 %) + layer 31: 1.5378 MeV +- 2.45 MeV (1.6e+02 %) 158.11 keV +- 701.2 keV (4.4e+02 %) + layer 32: 1.5284 MeV +- 2.381 MeV (1.6e+02 %) 163.91 keV +- 831.9 keV (5.1e+02 %) + layer 33: 1.5312 MeV +- 2.344 MeV (1.5e+02 %) 167.41 keV +- 864.6 keV (5.2e+02 %) + layer 34: 1.5015 MeV +- 1.987 MeV (1.3e+02 %) 150.08 keV +- 409 keV (2.7e+02 %) + layer 35: 1.5334 MeV +- 2.508 MeV (1.6e+02 %) 162.58 keV +- 1.042 MeV (6.4e+02 %) + layer 36: 1.5276 MeV +- 2.071 MeV (1.4e+02 %) 152.84 keV +- 490 keV (3.2e+02 %) + layer 37: 1.5336 MeV +- 2.564 MeV (1.7e+02 %) 164.5 keV +- 975.9 keV (5.9e+02 %) + layer 38: 1.544 MeV +- 2.432 MeV (1.6e+02 %) 154.02 keV +- 564.4 keV (3.7e+02 %) + layer 39: 1.4935 MeV +- 2.179 MeV (1.5e+02 %) 154.4 keV +- 544.9 keV (3.5e+02 %) + layer 40: 1.5477 MeV +- 2.298 MeV (1.5e+02 %) 158.83 keV +- 662.7 keV (4.2e+02 %) + layer 41: 1.5394 MeV +- 2.401 MeV (1.6e+02 %) 161.88 keV +- 1.048 MeV (6.5e+02 %) + layer 42: 1.5529 MeV +- 2.737 MeV (1.8e+02 %) 163.13 keV +- 1.036 MeV (6.3e+02 %) + layer 43: 1.5387 MeV +- 2.333 MeV (1.5e+02 %) 167.46 keV +- 866 keV (5.2e+02 %) + layer 44: 1.5434 MeV +- 2.679 MeV (1.7e+02 %) 157.85 keV +- 754.2 keV (4.8e+02 %) + layer 45: 1.5176 MeV +- 2.435 MeV (1.6e+02 %) 158.74 keV +- 920.6 keV (5.8e+02 %) + layer 46: 1.5252 MeV +- 2.272 MeV (1.5e+02 %) 157.13 keV +- 559.9 keV (3.6e+02 %) + layer 47: 1.4946 MeV +- 2.065 MeV (1.4e+02 %) 148.12 keV +- 296.9 keV (2e+02 %) + layer 48: 1.532 MeV +- 2.23 MeV (1.5e+02 %) 168.64 keV +- 1.007 MeV (6e+02 %) + layer 49: 1.515 MeV +- 2.018 MeV (1.3e+02 %) 148.49 keV +- 303.4 keV (2e+02 %) + layer 50: 1.54 MeV +- 2.445 MeV (1.6e+02 %) 156.93 keV +- 686.5 keV (4.4e+02 %) + layer 51: 1.5566 MeV +- 2.522 MeV (1.6e+02 %) 176.16 keV +- 1.203 MeV (6.8e+02 %) + layer 52: 1.5409 MeV +- 2.528 MeV (1.6e+02 %) 151.83 keV +- 408 keV (2.7e+02 %) + layer 53: 1.5138 MeV +- 2.407 MeV (1.6e+02 %) 147.04 keV +- 365.3 keV (2.5e+02 %) + layer 54: 1.5019 MeV +- 1.93 MeV (1.3e+02 %) 165.82 keV +- 716.3 keV (4.3e+02 %) + layer 55: 1.5096 MeV +- 1.915 MeV (1.3e+02 %) 153.31 keV +- 368.2 keV (2.4e+02 %) + layer 56: 1.5345 MeV +- 2.301 MeV (1.5e+02 %) 150.21 keV +- 420.1 keV (2.8e+02 %) + layer 57: 1.5089 MeV +- 2.147 MeV (1.4e+02 %) 154.62 keV +- 479.6 keV (3.1e+02 %) + layer 58: 1.522 MeV +- 2.198 MeV (1.4e+02 %) 160.32 keV +- 533.9 keV (3.3e+02 %) + layer 59: 1.5673 MeV +- 2.815 MeV (1.8e+02 %) 156.03 keV +- 555.4 keV (3.6e+02 %) + layer 60: 1.5006 MeV +- 1.982 MeV (1.3e+02 %) 152.33 keV +- 468.5 keV (3.1e+02 %) + layer 61: 1.5069 MeV +- 2.087 MeV (1.4e+02 %) 152.1 keV +- 337.2 keV (2.2e+02 %) + layer 62: 1.5206 MeV +- 2.154 MeV (1.4e+02 %) 164.41 keV +- 603.9 keV (3.7e+02 %) + layer 63: 1.4971 MeV +- 1.896 MeV (1.3e+02 %) 147.71 keV +- 286.3 keV (1.9e+02 %) + layer 64: 1.5219 MeV +- 2.277 MeV (1.5e+02 %) 155.99 keV +- 821 keV (5.3e+02 %) + layer 65: 1.4807 MeV +- 1.729 MeV (1.2e+02 %) 161.69 keV +- 816 keV (5e+02 %) + layer 66: 1.5051 MeV +- 2.064 MeV (1.4e+02 %) 157.17 keV +- 474.4 keV (3e+02 %) + layer 67: 1.4871 MeV +- 1.939 MeV (1.3e+02 %) 148.1 keV +- 410.3 keV (2.8e+02 %) + layer 68: 1.5027 MeV +- 2.004 MeV (1.3e+02 %) 159.72 keV +- 699.5 keV (4.4e+02 %) + layer 69: 1.5158 MeV +- 2.251 MeV (1.5e+02 %) 180.81 keV +- 1.365 MeV (7.5e+02 %) + layer 70: 1.5214 MeV +- 2.097 MeV (1.4e+02 %) 154.02 keV +- 642.5 keV (4.2e+02 %) + layer 71: 1.5557 MeV +- 2.333 MeV (1.5e+02 %) 155.61 keV +- 651.7 keV (4.2e+02 %) + layer 72: 1.5031 MeV +- 2.045 MeV (1.4e+02 %) 153.78 keV +- 434.9 keV (2.8e+02 %) + layer 73: 1.4794 MeV +- 1.8 MeV (1.2e+02 %) 152.07 keV +- 526.2 keV (3.5e+02 %) + layer 74: 1.4901 MeV +- 1.992 MeV (1.3e+02 %) 149.66 keV +- 417 keV (2.8e+02 %) + layer 75: 1.5185 MeV +- 2.385 MeV (1.6e+02 %) 168.6 keV +- 1.174 MeV (7e+02 %) + layer 76: 1.5248 MeV +- 2.187 MeV (1.4e+02 %) 158.97 keV +- 677.2 keV (4.3e+02 %) + layer 77: 1.5207 MeV +- 2.451 MeV (1.6e+02 %) 158.62 keV +- 630.2 keV (4e+02 %) + layer 78: 1.507 MeV +- 2.073 MeV (1.4e+02 %) 158.08 keV +- 706 keV (4.5e+02 %) + layer 79: 1.4996 MeV +- 2.206 MeV (1.5e+02 %) 161.06 keV +- 676.3 keV (4.2e+02 %) + layer 80: 1.5326 MeV +- 2.317 MeV (1.5e+02 %) 153.65 keV +- 513.9 keV (3.3e+02 %) + layer 81: 1.5218 MeV +- 2.195 MeV (1.4e+02 %) 155.83 keV +- 576.7 keV (3.7e+02 %) + layer 82: 1.4969 MeV +- 1.912 MeV (1.3e+02 %) 148.89 keV +- 381.4 keV (2.6e+02 %) + layer 83: 1.4897 MeV +- 1.922 MeV (1.3e+02 %) 151.74 keV +- 470.1 keV (3.1e+02 %) + layer 84: 1.5145 MeV +- 1.848 MeV (1.2e+02 %) 170.18 keV +- 981.1 keV (5.8e+02 %) + layer 85: 1.5219 MeV +- 2.211 MeV (1.5e+02 %) 149.4 keV +- 287.2 keV (1.9e+02 %) + layer 86: 1.5198 MeV +- 2.403 MeV (1.6e+02 %) 164.25 keV +- 920.1 keV (5.6e+02 %) + layer 87: 1.5623 MeV +- 2.444 MeV (1.6e+02 %) 163.11 keV +- 951.4 keV (5.8e+02 %) + layer 88: 1.4918 MeV +- 2.046 MeV (1.4e+02 %) 154.03 keV +- 524.5 keV (3.4e+02 %) + layer 89: 1.5022 MeV +- 2.007 MeV (1.3e+02 %) 169.08 keV +- 1.129 MeV (6.7e+02 %) + layer 90: 1.4778 MeV +- 1.84 MeV (1.2e+02 %) 152.49 keV +- 461.6 keV (3e+02 %) + + total calor : 149.46 MeV +- 21.76 MeV ( 15 %) 14.22 MeV +- 6.577 MeV ( 46 %) ------------------------------------------------------------ - Leakage : 850.61 MeV +- 21.51 MeV + Leakage : 850.54 MeV +- 21.76 MeV Eleak/Ebeam =85.1 % ( forward =85.1 % backward = 0 % lateral = 0 %) --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 529754949, 629829302 + Current couple of seeds = 284607476, 169023242 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/advanced/brachytherapy/brachytherapy.out b/examples/advanced/brachytherapy/brachytherapy.out index b878170a064..81f8896975b 100644 --- a/examples/advanced/brachytherapy/brachytherapy.out +++ b/examples/advanced/brachytherapy/brachytherapy.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -248,7 +254,7 @@ compt: for gamma SubType=13 BuildTable=1 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 +Livermore5DConversion : 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 @@ -337,7 +343,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -362,6 +368,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -370,7 +380,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -400,7 +410,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -417,7 +427,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -450,7 +460,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -483,7 +493,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -516,7 +526,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -550,7 +560,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -584,7 +594,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -617,7 +627,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -642,7 +652,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -654,25 +664,25 @@ Index : 0 used in the geometry : Yes Index : 1 used in the geometry : Yes Material : Water Range cuts : gamma 50 um e- 50 um e+ 50 um proton 50 um - Energy thresholds : gamma 250 eV e- 57.2461 keV e+ 56.4171 keV proton 5 keV + Energy thresholds : gamma 250 eV e- 57.0453 keV e+ 56.6322 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.39316 keV e- 154.358 keV e+ 151.017 keV proton 5 keV + Energy thresholds : gamma 4.38327 keV e- 154.429 keV e+ 151.098 keV proton 5 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Iridium Range cuts : gamma 50 um e- 50 um e+ 50 um proton 50 um - Energy thresholds : gamma 26.8116 keV e- 240.851 keV e+ 233.926 keV proton 5 keV + Energy thresholds : gamma 26.591 keV e- 242.361 keV e+ 233.711 keV proton 5 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. diff --git a/examples/advanced/composite_calorimeter/composite_calorimeter.out b/examples/advanced/composite_calorimeter/composite_calorimeter.out index 3acba1b8fd9..2e520fe7fdd 100644 --- a/examples/advanced/composite_calorimeter/composite_calorimeter.out +++ b/examples/advanced/composite_calorimeter/composite_calorimeter.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -49,6 +49,7 @@ userDetector->Construct() start. * Magnetic Field is off * * * *************************** + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.1 numVar= 6 ==> Opening file testbeamhcal96.conf... <== Closed file testbeamhcal96.conf ==> Opening file g4testbeamhcal96.conf... @@ -487,31 +488,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -519,11 +520,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -533,11 +534,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -547,11 +548,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -561,11 +562,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -575,11 +576,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -589,11 +590,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -602,12 +603,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -627,7 +628,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -723,17 +725,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -753,6 +769,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -774,7 +791,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -786,44 +803,44 @@ Index : 0 used in the geometry : Yes 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.87535 keV e- 460.395 keV e+ 442.201 keV proton 70 keV + Energy thresholds : gamma 5.84069 keV e- 457.179 keV e+ 442.122 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.09434 keV e- 281.891 keV e+ 276.265 keV proton 70 keV + Energy thresholds : gamma 2.10317 keV e- 282.263 keV e+ 272.967 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.09434 keV e- 281.891 keV e+ 276.265 keV proton 70 keV + Energy thresholds : gamma 2.10317 keV e- 282.263 keV e+ 272.967 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.6438 keV e- 1.03121 MeV e+ 977.24 keV proton 70 keV + Energy thresholds : gamma 20.4366 keV e- 1.03504 MeV e+ 981.043 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 76.0286 keV e- 842.936 keV e+ 798.816 keV proton 70 keV + Energy thresholds : gamma 75.4435 keV e- 835.367 keV e+ 791.784 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 15 kByte + Total memory consumed for geometry optimisation: 23 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: @@ -831,16 +848,16 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics ------- ---------- ---------- -------- ---------- 0.00 0.00 0.00 0k HcalTB96 0.00 0.00 0.00 0k HadronCalorimeter - 0.00 0.00 0.00 3k HadronCalorimeterBox0 0.00 0.00 0.00 2k HadronCalorimeterBox1 0.00 0.00 0.00 1k HadronCalorimeterScntLayer2 0.00 0.00 0.00 0k HadronCalorimeterScntLayer1 0.00 0.00 0.00 0k HadronCalorimeterScntLayer0 0.00 0.00 0.00 8k CrystalMatrix + 0.00 0.00 0.00 5k HadronCalorimeterBox0 0.00 0.00 0.00 3k HadronCalorimeterBox1 0.00 0.00 0.00 1k HadronCalorimeterScntLayer2 0.00 0.00 0.00 0k HadronCalorimeterScntLayer1 0.00 0.00 0.00 0k HadronCalorimeterScntLayer0 0.00 0.00 0.00 12k CrystalMatrix 0.00 0.00 0.00 1k CrystalMatrixLayer Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 49.44 7k 12 112 196 0.00 CrystalMatrix - 20.31 3k 6 44 83 0.00 HadronCalorimeterBox0 14.44 2k 5 30 60 0.00 HadronCalorimeterBox1 4.81 0k 1 12 14 0.00 CrystalMatrixLayer - 3.70 0k 2 7 13 0.00 HadronCalorimeterScntLayer2 2.08 0k 1 4 8 0.00 HadronCalorimeter - 1.98 0k 1 4 6 0.00 HadronCalorimeterScntLayer0 1.67 0k 1 3 6 0.00 HadronCalorimeterScntLayer1 1.57 0k 1 3 4 0.00 HcalTB96 + 49.56 11k 12 112 196 0.00 CrystalMatrix + 20.24 4k 6 44 83 0.00 HadronCalorimeterBox0 14.31 3k 5 30 60 0.00 HadronCalorimeterBox1 4.95 1k 1 12 14 0.00 CrystalMatrixLayer + 3.67 0k 2 7 13 0.00 HadronCalorimeterScntLayer2 2.05 0k 1 4 8 0.00 HadronCalorimeter + 1.99 0k 1 4 6 0.00 HadronCalorimeterScntLayer0 1.65 0k 1 3 6 0.00 HadronCalorimeterScntLayer1 1.58 0k 1 3 4 0.00 HcalTB96 ### Run 0 starts. ### Run 0 start. ... open Root analysis file : ccal.root - done @@ -902,7 +919,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20 - User=19.460000s Real=19.994019s Sys=0.030000s + User=37.400000s Real=38.427305s Sys=0.060000s ### Run 0 end. ... write Root file : ccal.root - done ... close Root file : ccal.root - done @@ -918,23 +935,23 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 46 +Total navigation history collections cleaned: 45 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0692 MB +Pool ID '20G4NavigationLevelRep', size : 0.0663 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.074 MB -Pool ID '7G4Track', size : 0.148 MB +Pool ID '17G4DynamicParticle', size : 0.0538 MB +Pool ID '7G4Track', size : 0.107 MB Pool ID '18G4TouchableHistory', size : 0.00577 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '17G4ReactionProduct', size : 0.0115 MB -Pool ID '10G4Fragment', size : 0.00481 MB +Pool ID '17G4ReactionProduct', size : 0.0135 MB +Pool ID '10G4Fragment', size : 0.00577 MB Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.32 MB +Dynamic pools deleted: 13 / Total memory freed: 0.26 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/eRosita/TrackerPhotonEnergy.out b/examples/advanced/eRosita/TrackerPhotonEnergy.out index 98db9b47c33..49c0ce8de16 100644 --- a/examples/advanced/eRosita/TrackerPhotonEnergy.out +++ b/examples/advanced/eRosita/TrackerPhotonEnergy.out @@ -1,20 +1,48 @@ -0.0265972 -0.00360051 -0.0227311 -0.0560521 -0.00883665 -0.0317986 -0.0413313 -0.00438108 -0.0243675 -0.0916592 -0.0797286 -0.0871934 -0.060909 -0.0511198 -0.00211314 -0.116186 -0.00328373 -0.0933519 -0.0598592 -0.0901611 +0.00054719 +0.0924383 +0.00540259 +0.0315181 +0.0554709 +0.0461491 +0.0352437 +0.0616463 +0.0503998 +0.0883035 +0.0541096 +0.0536329 +0.165736 +0.107001 +0.0137942 +0.0798746 +0.0439708 +0.125459 +0.108318 +0.0717532 +0.0742445 +0.0814435 +0.0701605 +0.067555 +0.101544 +0.101215 +0.0381575 +0.16108 +0.0780461 +0.0769414 +0.00932004 +0.0648569 +0.0886702 +0.0371789 +0.0620033 +0.103169 +0.0760348 +0.00552121 +0.103203 +0.0183137 +0.000799868 +0.0318793 +0.0142828 +0.00236582 +0.0926735 +0.0681714 +0.0395034 +0.0578033 diff --git a/examples/advanced/eRosita/eRosita.out b/examples/advanced/eRosita/eRosita.out index 94b52e02ece..f1dd92b4dc8 100644 --- a/examples/advanced/eRosita/eRosita.out +++ b/examples/advanced/eRosita/eRosita.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -154,7 +154,7 @@ hIoni: for anti_proton SubType=2 ICRU73QO : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -166,18 +166,18 @@ Index : 0 used in the geometry : Yes 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 250 eV e- 6.83219 keV e+ 6.59324 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 6.75977 keV e+ 6.64098 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 250 eV e- 858.354 eV e+ 842.18 eV proton 100 eV + Energy thresholds : gamma 250 eV e- 853.748 eV e+ 845.694 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== --- Run 0 start. ---- eRosita event counter: 100 @@ -200,4 +200,4 @@ Index : 2 used in the geometry : Yes ---- eRosita event counter: 9000 ---- eRosita event counter: 10000 --- Run 00 ends (Number of events = 10000). - User=39.280000s Real=39.503039s Sys=0.010000s + User=49.320000s Real=49.984513s Sys=0.020000s diff --git a/examples/advanced/fastAerosol/CMakeLists.txt b/examples/advanced/fastAerosol/CMakeLists.txt new file mode 100644 index 00000000000..f85426a151b --- /dev/null +++ b/examples/advanced/fastAerosol/CMakeLists.txt @@ -0,0 +1,63 @@ +#---------------------------------------------------------------------------- +# Setup the project +cmake_minimum_required(VERSION 2.6 FATAL_ERROR) +project(fastAerosol) + +#---------------------------------------------------------------------------- +# 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 +# Setup include directory for this project +# +include(${Geant4_USE_FILE}) +include_directories(${PROJECT_SOURCE_DIR}/include) + + +#---------------------------------------------------------------------------- +# 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(fastAerosol fastAerosol.cc ${sources} ${headers}) +target_link_libraries(fastAerosol ${Geant4_LIBRARIES}) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, i.e. the directory in which we +# build fastAerosol. This is so that we can run the executable directly because it +# relies on these scripts being in the current working directory. +# +set(AEROSOL_SCRIPTS + init_vis.mac + vis.mac + test.mac + ) + +foreach(_script ${AEROSOL_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 fastAerosol DESTINATION bin) + + diff --git a/examples/advanced/fastAerosol/History b/examples/advanced/fastAerosol/History new file mode 100644 index 00000000000..e1f80f5d136 --- /dev/null +++ b/examples/advanced/fastAerosol/History @@ -0,0 +1,13 @@ +------------------------------------------------------------------- +------------------------------------------------------------------- + + ========================================================= + Geant4 - fastAerosol example + ========================================================= + + Category History file + --------------------- + +20.04.2020 - S. Guatelli; New Advanced Example: fastAerosol-V10-06-00. + + \ No newline at end of file diff --git a/examples/advanced/fastAerosol/README.txt b/examples/advanced/fastAerosol/README.txt new file mode 100644 index 00000000000..27f4427469e --- /dev/null +++ b/examples/advanced/fastAerosol/README.txt @@ -0,0 +1,157 @@ + ========================================================= + Geant4 - FastAerosol advanced example + ========================================================= + + README + --------------------- +Authors: + +Ara Knaian : ara@nklabs.com +Nate MacFadden: natemacfadden@gmail.com +NK Labs, LLC (http://www.nklabs.com) + +Related Publication: + +MacFadden, N., Knaian, A., 2020, "Efficient Modeling of Particle +Transport through Aerosols in GEANT4", Manuscript in preparation. + +---------------------- + + Using the FastAerosol geometry classes, it is possible to efficiently + and accurately simulate particle transport through aerosols containing + billions of randomly-positioned droplets, using an ordinary workstation. + This example demonstrates the use of these classes. It is based off + exampleB1. + + 1- GEOMETRY DEFINITION + + FADetectorConstruction builds a user-defined-shape aerosol of + non-intersecting, arbitrarily-shaped droplets. The default + bulk shape is a 500 x 500 x 5000 mm box centerred at the origin; + the default droplet shape is a r = 1 mm sphere. Intersection checking + for non-spherical droplets is performed with the droplet's bounding + raidus. These droplets are randomly placed in the bulk. + + A 500 x 500 x 50 mm box-shaped aluminum detector is placed at + (0,0,2625) mm so that particles shot along +Z from (0,0,-2612.5) mm + travel through the aerosol before being captured in the detector. + + The background material is atmospheric air at an altitude of 14 km. + The droplet material is liquid water. + + 2- AEROSOL MODELLING + + The example can be configured to allow modeling of the aerosol using + one of three methods, to allow for benchmarking and testing. + The methods are (a) using the demonstrated FastAerosol class, + (b) using a single low-density volume, and (c) using parameterized + volumes. Alternating between these build methods can be done by + setting one of "/geometry/fastAerosolCloud", "/geometry/smoothCloud", + and "/geometry/parameterisedCloud" true for a, b, and c respectively. + + By default, FastAerosol dynamically populates droplets in the bulk + as particles transport through it. This reduces memory consumption, + especially when the number of primaries is small compared to the + number of droplets. Pre-population is slower and uses more memory, + but allows saving the droplet distribution over the full volume. + Pre-population may be enabled using the "/geometery/prePopulate true" + UI command. The example saves the droplet positions in files called + "distribution_r???mm_n???mm-3.csv" where ??? denotes the droplet + radius and number density respectively). + + User-specified distibution functions for droplet position and rotation + may be specified for FastAerosol simulations. Examples of this can be + found in lines 311-317 and 326-330 of FADetectorConstruction.cc. + + The example can be configured to model the aerosol using a + G4PVParameterized object, instead of using FastAerosol object. + This can be used to demonstrate that FastAerosol gives nearly + identical transport results as parameterized geometery, but + achieves order-of-magnitude performance gains. + + To build the aerosol as a G4PVParameterised object, a droplet + distribution is required. The example is set up to use the droplet + distribution automatically generated and saved by a previously-run + pre-populated FastAerosol simulation, as this allows better comparison + between the two classes. By default, the example looks for this + distribution under the file name "distribution_r???mm_n???mm-3.csv", + so the generated pre-populated FastAerosol distribution can be used + by simply running a pre-populated FastAerosol simulation with the + same geometry before running the parameterised simulation. + + For comparison, the example can also be run using a single volume + containg air and water mixed together at the correct average density. + For small-enough droplets, this works well. However, it becomes + increasingly innacurate as the droplets appoach a critical size range, + which is about r = 1 mm for the materials and energies used in this + example. This demonstraties the need to model some aerosols at a + droplet level for accurate physics results. + + 2- PHYSICS LIST + + This example uses the QGSP_BIC physics list. A global step length + limiter physics process is also included, because this can significantly + speed up calculations using FastAerosol when particle trajectories + curve due to the application of fields. + + 3- ACTION INITALIZATION + + Nothing special. + + 4- PRIMARY GENERATOR + + Particles are shot from (0,0,-2612.5) mm with a spread in X and Y of + +/-55 mm with momentum in the +z direction. The example shoots 50 MeV + protons by default. + + 5- DETECTOR RESPONSE + + Scoring is done with a scoring grid, to allow histograms of the energy + deposited to allow comparison of the results between geometry modeling + methods. + + 6- SAMPLE EVALUATION + + It is recommended to run the test.mac script for a test/sample + evaluation. This will simulate the transport of 100 protons (50 MeV) + through an aerosol. The default bulk shape is "box"; other allowed + shapes are "ellipsoid", "cylinder", and "pipe". All shapes are aligned + along the z axis and maximally sized to fit in the 500 x 500 x 5000 mm + bounding box. + + By default, droplets are dynamically populated in the aerosol. One + can populate all droplets at the beginning of the simulation by + setting prePopulate to true. This saves the generated distribution + of droplet centers. One can also run the same experiment, except + modelling the aerosol as a parameterised solid, by setting + parameterisedCloud to true and FastAerosolCloud to false. This + requires a distribution of droplet centers; the one generated by a + pre-opulated FastAerosol simulation automatically works. One can + also simulate the cloud as a single average-density object by setting + FastAerosolCloud and parameterisedCloud to false and smoothCloud to + true. + + 7 - OUTPUT + + The energy deposited into the aluminum detector by any particles is + measured with command line scoring by a 20 x 20 x 1 scoring grid + and saved via "/score/dumpQuantityToFile" as a csv file named + "eDep_FastAerosol_r1p0mm_n1E-3p7mm-3_bulkbox_dropletsphere.csv" + for the default aerosol build parameters. + + The GNU program "/usr/bin/time" may be used measure the simulation + time and memory load. If simulating a pre-populated FastAerosol cloud, + the time to populate the cloud is printed at population time in the + program. This population time is also saved as + "popTime_r???mm_n???mm-3.csv". + + The distribution of droplet centers is saved as + "distribution_r???mm_n???mm-3.csv" where each row of this csv file + corresponds to a droplet with the 1st, 2nd, and 3rd columns + corresponding the the x, y, and z position of it's center respectively. + +8 - HOW TO RUN THE EXAMPLE + Batch mode: fastAerosol test.mac + Interactive mode: fastAerosol (init_vis.mac is executed to set-up visualisation) + + \ No newline at end of file diff --git a/examples/advanced/fastAerosol/fastAerosol.cc b/examples/advanced/fastAerosol/fastAerosol.cc new file mode 100644 index 00000000000..95dbd8bfe17 --- /dev/null +++ b/examples/advanced/fastAerosol/fastAerosol.cc @@ -0,0 +1,126 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// (adapted from exampleB1) +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) + + +#include "G4MTRunManager.hh" +#include "G4RunManager.hh" + +#include "G4UImanager.hh" +#include "G4ScoringManager.hh" + +#include "G4VisExecutive.hh" +#include "G4UIExecutive.hh" + +#include "Randomize.hh" + +#include "QGSP_BIC.hh" +#include "G4StepLimiterPhysics.hh" + +#include "FADetectorConstruction.hh" +#include "FAActionInitialization.hh" + +int main(int argc,char** argv) +{ +// Construct the default run manager +#ifdef G4MULTITHREADED + G4MTRunManager* runManager = new G4MTRunManager; +#else + G4RunManager* runManager = new G4RunManager; +#endif + + // Detect interactive mode (if no arguments) and define UI session + // + G4UIExecutive* ui = 0; + if ( argc == 1 ) { + ui = new G4UIExecutive(argc, argv); + } + + // Choose the random engine + // + CLHEP::RanecuEngine* randomEngine = new CLHEP::RanecuEngine; + G4Random::setTheEngine(randomEngine); + + // Set mandatory initialization classes + // + //G4ScoringManager* scoringManager = + G4ScoringManager::GetScoringManager(); + + // Detector construction initialization + runManager->SetUserInitialization(new DetectorConstruction()); + + // Physics list + G4VModularPhysicsList* physicsList = new QGSP_BIC; + physicsList->SetVerboseLevel(1); + + // Physics list - step limiter + G4StepLimiterPhysics* stepLimiter = new G4StepLimiterPhysics; + stepLimiter->SetApplyToAll(true); // apply step limit to all particles. Default we set limit to DBL_MAX + physicsList->RegisterPhysics(stepLimiter); + + // Physics list initialization + runManager->SetUserInitialization(physicsList); + + // User action initialization + runManager->SetUserInitialization(new ActionInitialization()); + + // Initialize visualization + // + G4VisManager* visManager = new G4VisExecutive; + // G4VisExecutive can take a verbosity argument - see /vis/verbose guidance. + // G4VisManager* visManager = new G4VisExecutive("Quiet"); + visManager->Initialize(); + + // Get the pointer to the User Interface manager + G4UImanager* UImanager = G4UImanager::GetUIpointer(); + + // Process macro or start UI session + // + if ( ! ui ) { + // batch mode + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UImanager->ApplyCommand(command+fileName); + } + else { + // interactive mode + UImanager->ApplyCommand("/control/execute init_vis.mac"); + ui->SessionStart(); + delete ui; + } + + // Job termination + // Free the store: user actions, physics_list and detector_description are + // owned and deleted by the run manager, so they should not be deleted + // in the main() program ! + + delete randomEngine; + delete visManager; + delete runManager; + //delete scoringManager; +} + diff --git a/examples/extended/parallel/TBB/B2b/include/tbbTask.hh b/examples/advanced/fastAerosol/include/FAActionInitialization.hh similarity index 77% rename from examples/extended/parallel/TBB/B2b/include/tbbTask.hh rename to examples/advanced/fastAerosol/include/FAActionInitialization.hh index 5f276c08af6..d16289c5f58 100644 --- a/examples/extended/parallel/TBB/B2b/include/tbbTask.hh +++ b/examples/advanced/fastAerosol/include/FAActionInitialization.hh @@ -23,27 +23,26 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -#ifndef TBBTASK_HH -#define TBBTASK_HH - -#include -#include -#include "G4Types.hh" - -class G4Run; - -class tbbTask : public tbb::task { -public: - tbbTask(G4int anId, tbb::concurrent_queue* output=0 , G4int nEvts = 1 ); - virtual ~tbbTask(); - tbb::task* execute(); - - unsigned int GetSlotId(); // -private: - G4int m_nEvents; - G4int m_taskID; - tbb::concurrent_queue* m_output; - G4bool m_beamOnCondition; + +// (copied from B1ActionInitialization) + +#ifndef ActionInitialization_h +#define ActionInitialization_h 1 + +#include "G4VUserActionInitialization.hh" + +/// Action initialization class. + +class ActionInitialization : public G4VUserActionInitialization +{ + public: + ActionInitialization(); + virtual ~ActionInitialization(); + + virtual void BuildForMaster() const; + virtual void Build() const; }; -#endif //TBBTASK_HH \ No newline at end of file +#endif + + diff --git a/examples/advanced/fastAerosol/include/FACloudParameterisation.hh b/examples/advanced/fastAerosol/include/FACloudParameterisation.hh new file mode 100644 index 00000000000..1de7cca9f18 --- /dev/null +++ b/examples/advanced/fastAerosol/include/FACloudParameterisation.hh @@ -0,0 +1,97 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +// (adapted from B2bChamberParameterisation) +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) + +#ifndef CloudParameterisation_h +#define CloudParameterisation_h 1 + +#include "globals.hh" +#include "G4VPVParameterisation.hh" +#include "G4ThreeVector.hh" +#include + +class G4VPhysicalVolume; +class G4Box; + +// Dummy declarations to get rid of warnings ... +class G4Trd; +class G4Trap; +class G4Cons; +class G4Orb; +class G4Sphere; +class G4Ellipsoid; +class G4Torus; +class G4Para; +class G4Hype; +class G4Tubs; +class G4Polycone; +class G4Polyhedra; + +class CloudParameterisation : public G4VPVParameterisation +{ + public: + + CloudParameterisation(const std::vector& positions); + + virtual ~CloudParameterisation(); + + void ComputeTransformation (const G4int copyNo, + G4VPhysicalVolume* physVol) const; + + void ComputeDimensions (G4Box&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Trd&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Trap&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Cons&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Tubs&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Orb&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Ellipsoid&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Torus&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Para&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Hype&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Polycone&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Polyhedra&,const G4int, + const G4VPhysicalVolume*) const {} + void ComputeDimensions (G4Sphere&,const G4int, + const G4VPhysicalVolume*) const {} + private: + + std::vector fPositions; +}; + +#endif diff --git a/examples/advanced/fastAerosol/include/FADetectorConstruction.hh b/examples/advanced/fastAerosol/include/FADetectorConstruction.hh new file mode 100644 index 00000000000..06b5e80ab2d --- /dev/null +++ b/examples/advanced/fastAerosol/include/FADetectorConstruction.hh @@ -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. * +// ******************************************************************** +// + +// (adapted from B1DetectorConstruction) +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) + +#ifndef DetectorConstruction_h +#define DetectorConstruction_h 1 + +#include "G4VUserDetectorConstruction.hh" +#include "globals.hh" + +#include "FastAerosol.hh" + +#include "G4UserLimits.hh" + +class G4VPhysicalVolume; +class G4LogicalVolume; +class DetectorConstructionMessenger; + +/// Detector construction class to define materials and geometry. + +class DetectorConstruction : public G4VUserDetectorConstruction +{ + public: + DetectorConstruction(); + virtual ~DetectorConstruction(); + + virtual G4VPhysicalVolume* Construct(); + + G4LogicalVolume* GetScoringVolume() const { return fScoringVolume; } + + // Physics + G4double fStepLim = DBL_MAX; // global step limit + G4UserLimits* fStepLimits; // physics implementation of limit + + // Cloud build choice + G4bool fFastAerosolCloud = false; + G4bool fParameterisedCloud = false; + G4bool fSmoothCloud = false; + + // Cloud droplet details + G4double fDropletR = 1; + + // FastAerosol cloud details + FastAerosol* fCloud = NULL; // the cloud bulk and droplet positions + G4bool fPrePopulate = false; // whether to pre-load droplet positions (true) or not (false) + G4double fDropletNumDens = 0; // number density of droplets + G4double fMinSpacing = 0.0; // minimum spacing between droplets + int fCloudSeed = 0; // random seed dictating droplet distribution + + // parameterised cloud details + G4double fSmartless = 2.0; // control the 'fSmartless' property of parameterised solid. Roughly how many voxels the volume is split into for geometry optimization + + G4String fCloudShapeStr = "box"; // cloud bulk shape + G4String fDropletShapeStr = "sphere"; // droplet shape + + G4VSolid* fCloudShape; // actual cloud bulk shape + G4VSolid* fDropletShape; // actual droplet solid + + protected: + G4LogicalVolume* fScoringVolume; + + private: + DetectorConstructionMessenger* fMessenger; +}; + +#endif + diff --git a/examples/advanced/fastAerosol/include/FADetectorConstructionMessenger.hh b/examples/advanced/fastAerosol/include/FADetectorConstructionMessenger.hh new file mode 100644 index 00000000000..cc14890502d --- /dev/null +++ b/examples/advanced/fastAerosol/include/FADetectorConstructionMessenger.hh @@ -0,0 +1,77 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +// (adapted from B2aDetectorMessenger) +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) + +#ifndef DetectorConstructionMessenger_h +#define DetectorConstructionMessenger_h 1 + +#include "G4UImessenger.hh" + +class G4UIdirectory; +class G4UIcmdWithAnInteger; +class G4UIcmdWithADoubleAndUnit; +class G4UIcmdWithoutParameter; +class G4UIcmdWithADouble; +class G4UIcmdWithABool; +class G4UIcmdWithAString; +class DetectorConstruction; + +class DetectorConstructionMessenger: public G4UImessenger +{ + public: + DetectorConstructionMessenger(DetectorConstruction* detectorIn); + virtual ~DetectorConstructionMessenger(); + virtual void SetNewValue(G4UIcommand*, G4String); + + private: + DetectorConstruction* fDetector; + + G4UIdirectory* fGeometryDirectory; + + G4UIcmdWithADoubleAndUnit* fStepLimCmd; + + G4UIcmdWithADoubleAndUnit* fDropletRCmd; + G4UIcmdWithADouble* fDropletNumDensCmd; + + G4UIcmdWithABool* fFastAerosolCloudCmd; + G4UIcmdWithABool* fParameterisedCloudCmd; + G4UIcmdWithABool* fSmoothCloudCmd; + + G4UIcmdWithAString* fCloudShapeCmd; + G4UIcmdWithAString* fDropletShapeCmd; + + G4UIcmdWithABool* fPrePopulateCmd; + + G4UIcmdWithADoubleAndUnit* fMinSpacingCmd; + + G4UIcmdWithADouble* fSmartlessCmd; + + G4UIcmdWithAnInteger* fCloudSeedCmd; +}; + +#endif diff --git a/examples/extended/parallel/TBB/B2b/src/tbbWorkerRunManager.cc b/examples/advanced/fastAerosol/include/FAEventAction.hh similarity index 75% rename from examples/extended/parallel/TBB/B2b/src/tbbWorkerRunManager.cc rename to examples/advanced/fastAerosol/include/FAEventAction.hh index 0e99e8c962d..444c95f5bac 100644 --- a/examples/extended/parallel/TBB/B2b/src/tbbWorkerRunManager.cc +++ b/examples/advanced/fastAerosol/include/FAEventAction.hh @@ -23,27 +23,36 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -#include "tbbWorkerRunManager.hh" -#include "G4Run.hh" -#include "G4MTRunManager.hh" -#include "G4UserWorkerInitialization.hh" -#include "G4UserRunAction.hh" -#include "G4SDManager.hh" -tbbWorkerRunManager::tbbWorkerRunManager() : - G4WorkerRunManager() -{} +// (copied from B1EventAction) -tbbWorkerRunManager::~tbbWorkerRunManager() -{} +#ifndef EventAction_h +#define EventAction_h 1 -void tbbWorkerRunManager::MergePartialResults() -{ - //TBB ?????? -} +#include "G4UserEventAction.hh" +#include "globals.hh" + +class RunAction; -void tbbWorkerRunManager::ConstructScoringWorlds() +/// Event action class +/// + +class EventAction : public G4UserEventAction { - //Forward call to protected method, that's all - G4WorkerRunManager::ConstructScoringWorlds(); -} + public: + EventAction(RunAction* runAction); + virtual ~EventAction(); + + virtual void BeginOfEventAction(const G4Event* event); + virtual void EndOfEventAction(const G4Event* event); + + void AddEdep(G4double edep) { fEdep += edep; } + + private: + RunAction* fRunAction; + G4double fEdep; +}; + +#endif + + diff --git a/examples/advanced/fastAerosol/include/FAPrimaryGeneratorAction.hh b/examples/advanced/fastAerosol/include/FAPrimaryGeneratorAction.hh new file mode 100644 index 00000000000..abdf0ec11ff --- /dev/null +++ b/examples/advanced/fastAerosol/include/FAPrimaryGeneratorAction.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. * +// ******************************************************************** +// + +// (adapted from B1PrimaryGeneratorAction) +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) + +#ifndef PrimaryGeneratorAction_h +#define PrimaryGeneratorAction_h 1 + +#include "G4VUserPrimaryGeneratorAction.hh" +#include "G4ParticleGun.hh" +#include "globals.hh" + +class G4ParticleGun; +class G4Event; +class G4Box; + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction +{ + public: + PrimaryGeneratorAction(); + virtual ~PrimaryGeneratorAction(); + + // method from the base class + virtual void GeneratePrimaries(G4Event*); + + // method to access particle gun + const G4ParticleGun* GetParticleGun() const { return fParticleGun; } + + private: + G4ParticleGun* fParticleGun; + G4Box* fWorldBox; +}; + +#endif diff --git a/examples/advanced/fastAerosol/include/FARunAction.hh b/examples/advanced/fastAerosol/include/FARunAction.hh new file mode 100644 index 00000000000..8808430598f --- /dev/null +++ b/examples/advanced/fastAerosol/include/FARunAction.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. * +// ******************************************************************** +// + +// (copied from B1RunAction) + +#ifndef RunAction_h +#define RunAction_h 1 + +#include "G4UserRunAction.hh" +#include "G4Accumulable.hh" +#include "globals.hh" + +class G4Run; + +/// Run action class +/// +/// In EndOfRunAction(), it calculates the dose in the selected volume +/// from the energy deposit accumulated via stepping and event actions. +/// The computed dose is then printed on the screen. + +class RunAction : public G4UserRunAction +{ + public: + RunAction(); + virtual ~RunAction(); + + // virtual G4Run* GenerateRun(); + virtual void BeginOfRunAction(const G4Run*); + virtual void EndOfRunAction(const G4Run*); + + void AddEdep (G4double edep); + + private: + G4Accumulable fEdep; + G4Accumulable fEdep2; +}; + +#endif + diff --git a/examples/extended/parallel/TBB/B2b/src/tbbUserWorkerInitialization.cc b/examples/advanced/fastAerosol/include/FASteppingAction.hh similarity index 75% rename from examples/extended/parallel/TBB/B2b/src/tbbUserWorkerInitialization.cc rename to examples/advanced/fastAerosol/include/FASteppingAction.hh index 2366deaa73b..d56bc5987f3 100644 --- a/examples/extended/parallel/TBB/B2b/src/tbbUserWorkerInitialization.cc +++ b/examples/advanced/fastAerosol/include/FASteppingAction.hh @@ -24,25 +24,33 @@ // ******************************************************************** // -#include "tbbUserWorkerInitialization.hh" -#include "G4Threading.hh" -#include "tbbWorkerRunManager.hh" +// (copied from B1SteppingAction) -tbbUserWorkerInitialization::~tbbUserWorkerInitialization() -{} +#ifndef SteppingAction_h +#define SteppingAction_h 1 -void tbbUserWorkerInitialization::JoinWorker(G4Thread*) -{ - //Not needed for TBB -} +#include "G4UserSteppingAction.hh" +#include "globals.hh" -G4Thread* tbbUserWorkerInitialization::CreateAndStartWorker(G4WorkerThread*) -{ - //Not needed for TBB - return static_cast(0); -} +class EventAction; + +class G4LogicalVolume; + +/// Stepping action class +/// -G4WorkerRunManager* tbbUserWorkerInitialization::CreateWorkerRunManager() const +class SteppingAction : public G4UserSteppingAction { - return new tbbWorkerRunManager(); -} \ No newline at end of file + public: + SteppingAction(EventAction* eventAction); + virtual ~SteppingAction(); + + // method from the base class + virtual void UserSteppingAction(const G4Step*); + + private: + EventAction* fEventAction; + G4LogicalVolume* fScoringVolume; +}; + +#endif diff --git a/examples/advanced/fastAerosol/include/FastAerosol.hh b/examples/advanced/fastAerosol/include/FastAerosol.hh new file mode 100644 index 00000000000..a47f471eb56 --- /dev/null +++ b/examples/advanced/fastAerosol/include/FastAerosol.hh @@ -0,0 +1,238 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +// -------------------------------------------------------------------- +// GEANT 4 class header file +// +// +// FastAerosol +// +// Class description: +// +// A FastAerosol is a collection of points in a voxelized +// arbitrarily-shaped volume with methods implementing population of +// grids/voxels and for efficiently finding the nearest point. +// +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) +// -------------------------------------------------------------------- + +#ifndef FastAerosol_h +#define FastAerosol_h + +#include "globals.hh" +#include "Randomize.hh" +#include "G4ThreeVector.hh" +#include "G4VSolid.hh" + +// rotations and number density distribution +#include +#include "G4RotationMatrix.hh" +#include + +//using namespace std; + +class FastAerosol { + public: + // Constructor; creates a random cloud of droplets + FastAerosol(const G4String& pName, G4VSolid* pCloud, + G4double pR, G4double pMinD, G4double pAvgNumDens, G4double pdR, + std::function pNumDensDistribution); + + FastAerosol(const G4String& pName, G4VSolid* pCloud, + G4double pR, G4double pMinD, G4double pNumDens, G4double pdR); + + FastAerosol(const G4String& pName, G4VSolid* pCloud, + G4double pR, G4double pMinD, G4double pNumDens); + + // Destructor; frees memory + ~FastAerosol(); + + // Populate all grids. Otherwise, they are populated on-the-fly + void PopulateAllGrids(); + + // Save locations of droplets to a file for visualization/analysis purposes + void SaveToFile(const char *filename); + + // Get absolutely nearest droplet - must be public as FastAerosolSolid uses it + bool GetNearestDroplet(const G4ThreeVector &p, G4ThreeVector ¢er, G4double &closestDistance, G4double stepLim, G4VSolid* droplet, std::function rotation); + + // Get nearest droplet along a vector - must be public as FastAerosolSolid uses it + bool GetNearestDroplet(const G4ThreeVector &p, const G4ThreeVector &v, G4ThreeVector ¢er, G4double &closestDistance, G4double stepLim, G4VSolid* droplet, std::function rotation); + + // ====== + // Inline + // ====== + // Input quantities + inline G4String GetName() const; // aerosol name + inline G4VSolid* GetBulk() const; // bulk shape + inline G4double GetRadius() const; // droplet radius + inline G4double GetAvgNumDens() const; // droplet number density + //inline G4double GetPitch() const; // grid pitch + + inline G4int GetNumDroplets() const; // in case the absolute number is more relevant than density + + // Bulk quantities + inline G4double GetXHalfLength() const; + inline G4double GetYHalfLength() const; + inline G4double GetZHalfLength() const; + inline void GetBoundingLimits(G4ThreeVector &pMin, G4ThreeVector &pMax) const; + inline G4double GetCubicVolume() const; + + inline G4double DistanceToCloud(const G4ThreeVector &p); + inline G4double DistanceToCloud(const G4ThreeVector &p, const G4ThreeVector &v); + + // Misc getters and setters + inline long GetSeed(); + inline void SetSeed(long seed); + + inline G4int GetNumPlacementTries(); + inline void SetNumPlacementTries(G4int numTries); + + inline G4int GetPreSphereR(); + inline void SetPreSphereR(G4int fPreSphereRIn); + + inline std::function GetDistribution(); // the droplet number density distribution + + inline G4double GetDropletsPerVoxel(); + inline void SetDropletsPerVoxel(G4double newDropletsPerVoxel); + + // Printing diagnostic tool + inline void PrintPopulationReport(); + + private: + G4double kCarTolerance; + + // Parameters, set in constructor + G4String fName; + + G4VSolid* fCloud; // Solid volume of the cloud + G4double fDx, fDy, fDz; // Half widths + + G4double fR; // Bounding radius of each droplet + G4double fR2; // Bounding radius squared of each droplet + + G4double fdR; // Uncertainty in DistanceToIn droplet when just using knowledge of droplet center + + G4double fMinD; // Minimum distance allowed between faces of droplets when constructing random array of droplets + + std::function fDistribution; + G4double fAvgNumDens; // Average droplet number density + long int fNumDroplets = 0; // Number of droplets that have been created + + G4double fGridPitch; // Pitch of collision detection grid. Must be greater than diameter of droplets for correctness of collision detection. + + // Ramdom engine + CLHEP::HepJamesRandom fCloudEngine; + long fSeed = 0; // Global random seed + + G4double fDropletsPerVoxel = 4.0; // Expected number of droplets per voxel + + // How far the voxel center must be inside the bulk order for there to be no risk of placing a droplet outside + G4double fEdgeDistance; + + // Grid variables + std::vector> fGrid;// Grid of lists of inidices to grid points, used for fast collsion checking + std::vector fGridMean; // Array listing mean count for each voxel + std::atomic *fGridValid; // Array listing validity of each grid. uses atomic variables + + G4int fNx, fNy, fNz; // Number of x, y, and z elements in fGrid + G4int fNxy; // Cached fNx*fNy + long int fNumGridCells; // Cached fNx*fNy*fNz + + + G4double fCollisionLimit2; // Threshold distance squared when checking for collsion + G4int fNumNewPointTries = 100; // How many times we try to place droplets + G4double fMaxDropPercent = 1.0; // The maximal percentage of skipped droplets before crashing0 + G4int fMaxDropCount; // The maximal number of skipped droplets before crashing + G4int fNumDropped = 0; // Number of skipped droplets due to collisions/out of bulk placement + + G4int fNumCollisions = 0; // How many collisions occured when attempting to place + + // Droplet search variables + G4int fVectorSearchRadius; // maximum vector search radius + + // Droplet placement functions + // =========================== + void InitializeGrid(); + + G4bool FindNewPoint(G4bool edgeVoxel, G4double dX, G4double dY, G4double dZ, G4double minX, G4double minY, G4double minZ, G4ThreeVector &foundVec); + + G4double VoxelOverlap(G4ThreeVector voxelCenter, G4int nStat, G4double epsilon); + + bool CheckCollision(G4double x, G4double y, G4double z); + bool CheckCollisionInsideGrid(G4double x, G4double y, G4double z, unsigned int xi, unsigned int yi, unsigned int zi); + bool CheckCollisionWithDroplet(G4double x, G4double y, G4double z, G4ThreeVector p); + + // Droplet distance functions + // ========================== + void SearchSphere(G4int searchRad, G4double &minDistance, std::vector &candidates, std::vector &distances2, G4int xGrid, G4int yGrid, G4int zGrid, const G4ThreeVector &p); + void GetNearestDropletInsideRegion(G4double &minDistance, G4ThreeVector ¢er, int xGrid, int yGrid, int zGrid, int xWidth, int yWidth, int zWidth, const G4ThreeVector &p, const G4ThreeVector &v, G4VSolid* droplet, std::function rotation); + void GetNearestDropletInsideGrid(G4double &minDistance, std::vector &candidates, std::vector &distances2, unsigned int xGrid, unsigned int yGrid, unsigned int zGrid, const G4ThreeVector &p); + void GetNearestDropletInsideGrid(G4double &minDistance, G4ThreeVector ¢er, unsigned int xGrid, unsigned int yGrid, unsigned int zGrid, const G4ThreeVector &p, const G4ThreeVector &v, G4VSolid* droplet, std::function rotation); + + // Voxelized sphere methods + // ======================== + // a collection of points as in {{x1,y1},{x2,y2},...} + typedef std::vector> fCircleType; + + // a collection of points describing a spherical shell + // with points (x,y,z)=(i-R,j-R,sphere[i][j][k]) + // that is, first index gives x-position, second index + // gives y-position, and the value gives z-position + // + // this is done so that searching may be optimized: + // if searching some x=i-R that is outside the + // aerosol's bounding box, immediately increment i + // (similar for y). + typedef std::vector>> fSphereType; + + G4int fMaxCircleR; + G4int fMaxSphereR; + G4int fPreSphereR = 20; + std::vector fCircleCollection; + std::vector fSphereCollection; + + fSphereType MakeSphere(G4int R); + fCircleType MakeCircle(G4int R); + fCircleType MakeHalfCircle(G4int R); + + void PopulateGrid(unsigned int xi, unsigned int yi, unsigned int zi, unsigned int& gi); + + // ====== + // Inline + // ====== + inline bool GetGrid(const G4ThreeVector &p, G4int &xGrid, G4int &yGrid, G4int &zGrid); + inline bool AnyIndexOutOfBounds(G4int xGrid, G4int yGrid, G4int zGrid); + + inline unsigned int GetGridIndex(unsigned int xi, unsigned int yi, unsigned int zi); + inline G4ThreeVector GetIndexCoord(G4int index); + + inline std::pair GetMinMaxSide(G4int index, G4int numGrids); +}; + +#include "FastAerosol.icc" + +#endif diff --git a/examples/advanced/fastAerosol/include/FastAerosol.icc b/examples/advanced/fastAerosol/include/FastAerosol.icc new file mode 100644 index 00000000000..8a6b79e1d16 --- /dev/null +++ b/examples/advanced/fastAerosol/include/FastAerosol.icc @@ -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. * +// ******************************************************************** + +// -------------------------------------------------------------------- +// GEANT 4 inline definitions file +// +// FastAerosol.icc +// +// Implementation of inline methods of FastAerosol +// +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) +// -------------------------------------------------------------------- + +inline +G4String FastAerosol::GetName() const +{ + return(fName); +} + +inline +G4VSolid* FastAerosol::GetBulk() const +{ + return(fCloud); +} + +inline +G4double FastAerosol::GetRadius() const +{ + return(fR); +} + +inline +G4double FastAerosol::GetAvgNumDens() const +{ + return(fAvgNumDens); +} + +inline +G4int FastAerosol::GetNumDroplets() const +{ + return((int)(fAvgNumDens*GetCubicVolume())); +} + + + +inline +G4double FastAerosol::GetXHalfLength() const +{ + return(fDx); +} + +inline +G4double FastAerosol::GetYHalfLength() const +{ + return(fDy); +} + +inline +G4double FastAerosol::GetZHalfLength() const +{ + return(fDz); +} + +inline +void FastAerosol::GetBoundingLimits(G4ThreeVector &pMin, G4ThreeVector &pMax) const +{ + pMin.setX(-fDx); pMax.setX(fDx); + pMin.setY(-fDy); pMax.setY(fDy); + pMin.setZ(-fDz); pMax.setZ(fDz); +} + +inline +G4double FastAerosol::GetCubicVolume() const +{ + return(fCloud->GetCubicVolume()); +} + + +// Find the absolute distance to the cloud bulk from p +inline +G4double FastAerosol::DistanceToCloud(const G4ThreeVector &p) { + if (fCloud->Inside(p)==kOutside) + { + return(fCloud->DistanceToIn(p)); + } + else + { + return(0); + } +} + +// Find the distance to the cloud bulk from p along a vector v +inline +G4double FastAerosol::DistanceToCloud(const G4ThreeVector &p, const G4ThreeVector &v) { + if (fCloud->Inside(p)==kInside) + { + return(0); + } + else + { + return(fCloud->DistanceToIn(p,v)); + } +} + + +// Get and set the base of the random seed used to set droplet positions +// For a given seed and a given geometry, the droplet positions are the same +inline +long FastAerosol::GetSeed() { + return(fSeed); +} + +inline +void FastAerosol::SetSeed(long seedIn) { + fSeed = seedIn; +} + + +// Get and set the maximum radius of the voxelized spheres to pre-populate +inline +G4int FastAerosol::GetPreSphereR() { + return(fPreSphereR); +} + +inline +void FastAerosol::SetPreSphereR(G4int preSphereRIn) { + fPreSphereR = preSphereRIn; +} + + +// Get the droplet distribution function +inline +std::function FastAerosol::GetDistribution() { + return(fDistribution); +} + + +// Get and set the maximum number of droplet placement tries in the solid +// Skip placement if attempting to place a single droplet more than this +inline +G4int FastAerosol::GetNumPlacementTries() +{ + return(fNumNewPointTries); +} + +inline +void FastAerosol::SetNumPlacementTries(G4int numTries) +{ + fNumNewPointTries = numTries; +} + +// Get and set the expected number of droplets per voxel (on average) +inline +G4double FastAerosol::GetDropletsPerVoxel() +{ + return(fDropletsPerVoxel); +} + +inline +void FastAerosol::SetDropletsPerVoxel(G4double newDropletsPerVoxel) +{ + if (newDropletsPerVoxel >= std::pow(4.0*std::sqrt(2),-1.0)) + { + fDropletsPerVoxel = newDropletsPerVoxel; + InitializeGrid(); + } + else + { + std::ostringstream message; + message << "Invalid droplets/voxel for cloud: " << GetName() << "!" << G4endl + << " For grid pitch to be larger than radius (currently assumed)," + << " droplets/voxel must be greater than or equal to 1/(4*sqrt(2))" + << " newDropletsPerVoxel = " << newDropletsPerVoxel; + G4Exception("FastAerosol::SetDropletsPerVoxel()", "GeomSolids0002", + FatalErrorInArgument, message); + } +} + + +inline +void FastAerosol::PrintPopulationReport() { + G4cout << "Total grids: " << fNumGridCells << G4endl; + G4cout << "Droplets created: " << fNumDroplets << G4endl; + G4cout << "Average Number density: " << fAvgNumDens << G4endl; + G4cout << "Droplets expected: " << GetNumDroplets() << G4endl; +} + + +// ======= +// Private +// ======= +// Find the grid associated with a point. Return true if that is a valid grid, +// false if it is out of bounds. +inline +bool FastAerosol::GetGrid(const G4ThreeVector &p, int &xGrid, int &yGrid, int &zGrid) { + xGrid = (int)floorl((p.x() + fDx) / fGridPitch); + yGrid = (int)floorl((p.y() + fDy) / fGridPitch); + zGrid = (int)floorl((p.z() + fDz) / fGridPitch); + return(!AnyIndexOutOfBounds(xGrid, yGrid, zGrid)); +} + +// Return true if any grid index given is out of bounds, false otherwise +inline +bool FastAerosol::AnyIndexOutOfBounds(G4int xGrid, G4int yGrid, G4int zGrid) { + return ((xGrid < 0) || (xGrid >= fNx) || + (yGrid < 0) || (yGrid >= fNy) || + (zGrid < 0) || (zGrid >= fNz)); +} + +// Create index for grid +inline +unsigned int FastAerosol::GetGridIndex(unsigned int xi, unsigned int yi, unsigned int zi) { + return(zi*fNxy + yi*fNx + xi); +} + +// Create get coordinates of index +inline +G4ThreeVector FastAerosol::GetIndexCoord(G4int index) { + G4int x = index % fNx; + G4int y = ( (index -x)/fNx ) % fNy; + G4int z = (index -x -fNx*y )/(fNx*fNy); + return(G4ThreeVector(x,y,z)); +} + +// find lower and upper grid boundary +inline +std::pair FastAerosol::GetMinMaxSide(G4int i, G4int numGrids) { + return(std::make_pair((i == 0) ? 0 : (i-1), + (i == (numGrids-1)) ? i : (i+1))); +} \ No newline at end of file diff --git a/examples/advanced/fastAerosol/include/FastAerosolSolid.hh b/examples/advanced/fastAerosol/include/FastAerosolSolid.hh new file mode 100644 index 00000000000..a69c13cddb8 --- /dev/null +++ b/examples/advanced/fastAerosol/include/FastAerosolSolid.hh @@ -0,0 +1,152 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +// -------------------------------------------------------------------- +// GEANT 4 class header file +// +// +// FastAerosolSolid +// +// Class description: +// +// A FastAerosolSolid is a collection of fDroplet solids +// with positions set randomly by FastAerosol in a +// volume given by a bulk shape given by FastAerosol member +// +// The FastAerosol member fCloud handles the optimization +// (finding nearest droplet, populating the cloud) needed for +// efficient simulations. +// +// This class is heavily based on system solids. +// +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) +// -------------------------------------------------------------------- + +#ifndef FastAerosolSolid_HH +#define FastAerosolSolid_HH + +#include "FastAerosol.hh" + +#include "G4Polyhedron.hh" + +// rotations +#include +#include "G4RotationMatrix.hh" + +class FastAerosolSolid : public G4VSolid +{ + public: + FastAerosolSolid(const G4String& pName, + FastAerosol* pCloud, + G4VSolid* pDroplet, + std::function pRotation); + + FastAerosolSolid(const G4String& pName, + FastAerosol* pCloud, + G4VSolid* pDroplet); + ~FastAerosolSolid(); + + // Access functions + inline G4double GetCubicVolume(); + inline G4double GetSurfaceArea(); + + // Solid standard methods + G4bool CalculateExtent(const EAxis pAxis, + const G4VoxelLimits& pVoxelLimit, + const G4AffineTransform& pTransform, + G4double& pmin, G4double& pmax) const; + EInside Inside(const G4ThreeVector& p) const; + G4ThreeVector SurfaceNormal( const G4ThreeVector& p) const; + G4double DistanceToIn(const G4ThreeVector& p, + const G4ThreeVector& v) const; + G4double DistanceToIn(const G4ThreeVector& p) const; + G4double DistanceToOut(const G4ThreeVector& p, + const G4ThreeVector& v, + const G4bool calcNorm=G4bool(false), + G4bool *validNorm=0, + G4ThreeVector *n=0) const; + G4double DistanceToOut(const G4ThreeVector& p) const; + + G4GeometryType GetEntityType() const; + + G4VSolid* Clone() const; + + std::ostream& StreamInfo(std::ostream& os) const; + + G4ThreeVector GetPointOnSurface() const; + + G4Polyhedron* GetPolyhedron () const; + void DescribeYourselfTo(G4VGraphicsScene& scene) const; + G4VisExtent GetExtent() const; + G4Polyhedron* CreatePolyhedron() const; + + + public: // without description + + FastAerosolSolid(__void__&); + // + // Fake default constructor for usage restricted to direct object + // persistency for clients requiring preallocation of memory for + // persistifiable objects. + + FastAerosolSolid(const FastAerosolSolid& rhs); + FastAerosolSolid& operator=(const FastAerosolSolid& rhs); + // Copy constructor and assignment operator. + + inline void SetStepLim(G4double newLim); + + private: + + inline void Initialize(); + // + // Reset relevant values to zero + + G4double fStepLim = DBL_MAX; // Maximum step length. Allows speed up in droplet search + + FastAerosol* fCloud; // FastAerosol which handles brunt of work + G4VSolid* fDroplet; // Droplet shape + G4VSolid* fBulk; // Aerosol bulk + + G4double fR = 0.0; // Droplet bounding radius + + G4double fVisDx, fVisDy, fVisDz; // Visual extent + + G4double fCubicVolume = 0.0; // Cubic volume of all droplets + G4double fSurfaceArea = 0.0; // Surface area of all droplets + + G4double farFromCloudDist; + + std::function fRotation; // rotation function + + protected: // without description + + mutable G4bool fRebuildPolyhedron; + mutable G4Polyhedron* fpPolyhedron; +}; + +#include "FastAerosolSolid.icc" + +#endif diff --git a/examples/advanced/fastAerosol/include/FastAerosolSolid.icc b/examples/advanced/fastAerosol/include/FastAerosolSolid.icc new file mode 100644 index 00000000000..96f94b5e508 --- /dev/null +++ b/examples/advanced/fastAerosol/include/FastAerosolSolid.icc @@ -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. * +// ******************************************************************** +// + +// -------------------------------------------------------------------- +// GEANT 4 inline definitions file +// +// FastAerosolSolid.icc +// +// Implementation of inline methods of FastAerosolSolid +// +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) +// -------------------------------------------------------------------- + +inline +G4double FastAerosolSolid::GetCubicVolume() +{ + if(fCubicVolume != 0 ) {;} + else + { + fCubicVolume = (fDroplet->GetCubicVolume())*(fCloud->GetNumDroplets()); + } + return(fCubicVolume); +} + +inline +G4double FastAerosolSolid::GetSurfaceArea() +{ + if(fSurfaceArea != 0.) {;} + else + { + fSurfaceArea = (fDroplet->GetSurfaceArea())*(fCloud->GetNumDroplets()); + } + return(fSurfaceArea); +} + +inline +void FastAerosolSolid::SetStepLim(G4double newLim) +{ + fStepLim = newLim; +} diff --git a/examples/advanced/fastAerosol/init_vis.mac b/examples/advanced/fastAerosol/init_vis.mac new file mode 100644 index 00000000000..09d5da1007e --- /dev/null +++ b/examples/advanced/fastAerosol/init_vis.mac @@ -0,0 +1,32 @@ +# Macro file for the initialization of example B1 +# in interactive session +# + +# Build the 'standard aerosol' +/geometry/minSpacing 0.01 mm +/geometry/dropletNumDens 0.001 + +/geometry/parameterisedCloud false +/geometry/fastAerosolCloud true +/geometry/smoothCloud false + +/geometry/prePopulate false + +/geometry/cloudShape ellipsoid +/geometry/dropletShape sphere + +/geometry/dropletR 1.0 mm + +# Set some default verbose +/control/verbose 2 +/control/saveHistory +/run/verbose 2 +# +# Change the default number of threads (in multi-threaded mode) +#/run/numberOfThreads 4 +# +# Initialize kernel +/run/initialize +# +# Visualization setting +/control/execute vis.mac diff --git a/examples/advanced/fastAerosol/src/FAActionInitialization.cc b/examples/advanced/fastAerosol/src/FAActionInitialization.cc new file mode 100644 index 00000000000..97db4155d6c --- /dev/null +++ b/examples/advanced/fastAerosol/src/FAActionInitialization.cc @@ -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. * +// ******************************************************************** +// + +// (copied from B1ActionInitialization) + +#include "FAActionInitialization.hh" +#include "FAPrimaryGeneratorAction.hh" +#include "FARunAction.hh" +#include "FAEventAction.hh" +#include "FASteppingAction.hh" + +ActionInitialization::ActionInitialization() + : G4VUserActionInitialization() +{} + +ActionInitialization::~ActionInitialization() +{} + +void ActionInitialization::BuildForMaster() const +{ + RunAction* runAction = new RunAction; + SetUserAction(runAction); +} + +void ActionInitialization::Build() const +{ + SetUserAction(new PrimaryGeneratorAction); + + RunAction* runAction = new RunAction; + SetUserAction(runAction); + + EventAction* eventAction = new EventAction(runAction); + SetUserAction(eventAction); + + SetUserAction(new SteppingAction(eventAction)); +} diff --git a/examples/advanced/fastAerosol/src/FACloudParameterisation.cc b/examples/advanced/fastAerosol/src/FACloudParameterisation.cc new file mode 100644 index 00000000000..b9a8508316e --- /dev/null +++ b/examples/advanced/fastAerosol/src/FACloudParameterisation.cc @@ -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. * +// ******************************************************************** +// + +// (adapted from B2bChamberParameterisation) +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) + +#include "FACloudParameterisation.hh" + +#include "G4VPhysicalVolume.hh" +#include "G4ThreeVector.hh" +#include "G4Sphere.hh" +#include "G4SystemOfUnits.hh" + +CloudParameterisation::CloudParameterisation( + const std::vector& positions) + : G4VPVParameterisation() +{ + fPositions = positions; +} + +CloudParameterisation::~CloudParameterisation() +{ } + +void CloudParameterisation::ComputeTransformation +(const G4int copyNo, G4VPhysicalVolume* physVol) const +{ + physVol->SetTranslation(fPositions[copyNo]); +} \ No newline at end of file diff --git a/examples/advanced/fastAerosol/src/FADetectorConstruction.cc b/examples/advanced/fastAerosol/src/FADetectorConstruction.cc new file mode 100644 index 00000000000..879b7c0426c --- /dev/null +++ b/examples/advanced/fastAerosol/src/FADetectorConstruction.cc @@ -0,0 +1,561 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +// (adapted from B1DetectorConstruction) +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) + +#include "FADetectorConstruction.hh" +#include "FADetectorConstructionMessenger.hh" + +#include "G4RunManager.hh" +#include "G4NistManager.hh" + +#include "G4LogicalVolume.hh" +#include "G4PVPlacement.hh" +#include "G4SystemOfUnits.hh" + +// shapes +#include "G4Box.hh" +#include "G4Cons.hh" +#include "G4Orb.hh" +#include "G4Sphere.hh" +#include "G4Trd.hh" +#include "G4Tubs.hh" +#include "G4Ellipsoid.hh" + +// to build FastAerosol cloud +#include "FastAerosolSolid.hh" + +// to build parameterised cloud +#include "FACloudParameterisation.hh" +#include "G4PVParameterised.hh" +#include + +// step limits +#include "G4UserLimits.hh" + +// visualization +#include "G4VisAttributes.hh" +#include "G4Colour.hh" + +// to save distribution +#include +#include // for measuring FastAerosol droplet center population time + + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::DetectorConstruction() +: G4VUserDetectorConstruction(), +fScoringVolume(0) +{ +fMessenger = new DetectorConstructionMessenger(this); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +DetectorConstruction::~DetectorConstruction() +{ + delete fMessenger; + + delete fStepLimits; + + delete fCloudShape; + delete fDropletShape; + + delete fCloud; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +G4VPhysicalVolume* DetectorConstruction::Construct() +{ + // + // Check cloud build settings + // + if (fFastAerosolCloud + fParameterisedCloud + fSmoothCloud > 1) + { + std::ostringstream message; + message << "Must select at most one build type! Selections:" << G4endl + << " fFastAerosolCloud = " << fFastAerosolCloud << G4endl + << " fParameterisedCloud = " << fParameterisedCloud << G4endl + << " fSmoothCloud = " << fSmoothCloud << G4endl; + G4Exception("DetectorConstruction::Construct()", "GeomSolids0002", + FatalException, message); + } + + + // + // Get nist material manager + // + G4NistManager* nist = G4NistManager::Instance(); + + + // + // Option to switch on/off checking of volumes overlaps + // + G4bool checkOverlaps = false; + + + // + // Large scale geometry dimensions + // + G4double cloud_sizeXY = 0.5*m; + G4double cloud_sizeZ = 5.0*m; + + G4double world_sizeXY = 1.1*(cloud_sizeXY); + G4double world_sizeZ= 1.1*(cloud_sizeZ); + + + // + // Cloud shape + // + if (fCloudShapeStr == "box") + { + G4cout << "Cloud shape = box" << G4endl; + fCloudShape = new G4Box("cloudShape", 0.5*cloud_sizeXY, 0.5*cloud_sizeXY, 0.5*cloud_sizeZ); + } + else if (fCloudShapeStr == "ellipsoid") + { + G4cout << "Cloud shape = ellipsoid" << G4endl; + fCloudShape = new G4Ellipsoid("cloudShape", 0.5*cloud_sizeXY, 0.5*cloud_sizeXY, 0.5*cloud_sizeZ, 0, 0); + } + else if (fCloudShapeStr == "cylinder") + { + G4cout << "Cloud shape = cylinder" << G4endl; + fCloudShape = new G4Tubs("cloudShape", 0.0, 0.5*cloud_sizeXY, 0.5*cloud_sizeZ, 0, 360*deg); + } + else if (fCloudShapeStr == "pipe") + { + G4cout << "Cloud shape = pipe" << G4endl; + fCloudShape = new G4Tubs("cloudShape", 0.25*cloud_sizeXY, 0.5*cloud_sizeXY, 0.5*cloud_sizeZ, 0, 360.*deg); + } + else + { + std::ostringstream message; + message << "Invalid cloud shape = " << fCloudShapeStr << "!"; + G4Exception("DetectorConstruction::Construct()", "GeomSolids0002", + FatalException, message); + } + + // + // Droplet Shape + // + + // The difference in radii of the maximal sphere (centered at the origin) contained in the droplet and the minimal sphere (centered at the origin) containing the droplet + G4double sphericalUncertainty = 0.0; + + if (fDropletShapeStr == "sphere") + { + G4cout << "Droplet shape = sphere" << G4endl; + fDropletShape = new G4Orb("dropletSV", fDropletR); + sphericalUncertainty = 0.0; + } + else if (fDropletShapeStr == "halfSphere") + { + G4cout << "Droplet shape = halfSphere" << G4endl; + fDropletShape = new G4Sphere("dropletSV", 0.0, fDropletR, + 0.0, 180.*deg, + 0.0, 180.*deg); + sphericalUncertainty = fDropletR; + } + else if (fDropletShapeStr == "cylinder") + { + G4cout << "Droplet shape = cylinder" << G4endl; + fDropletShape = new G4Tubs("dropletSV", 0, fDropletR/std::sqrt(3), fDropletR/std::sqrt(3), 0, 360.*deg); + sphericalUncertainty = fDropletR*(1-1/std::sqrt(3)); + } + else if (fDropletShapeStr == "box") + { + G4cout << "Droplet shape = box" << G4endl; + fDropletShape = new G4Box("dropletSV", fDropletR/std::sqrt(3), fDropletR/std::sqrt(3), fDropletR/std::sqrt(3)); + sphericalUncertainty = fDropletR*(1-1/std::sqrt(3)); + } + else + { + std::ostringstream message; + message << "Invalid droplet shape = " << fCloudShapeStr << "!"; + G4Exception("DetectorConstruction::Construct()", "GeomSolids0002", + FatalException, message); + } + + + // + // Materials + // + + // Compute the density of air at 14 km using the Barometric formula + // see, e.g., https://en.wikipedia.org/wiki/Density_of_air + G4double h = 14.0*km; + G4double p0 = 101325*hep_pascal; + G4double T0 = 288.15*kelvin; + G4double grav = 9.80665*m/(s*s); + G4double La = 0.0065*kelvin/m; + G4double R = 8.31447*joule/(mole*kelvin); + G4double M = 0.0289644*kg/mole; + G4double T = T0 - La*h; + G4double p = p0*std::pow(1-La*h/T0,grav*M/(R*La)); + G4double air_density = p*M/(R*T); + + // make materials and set densities + G4Material* air_mat = nist->BuildMaterialWithNewDensity("Atmosphere","G4_AIR",air_density); + G4Material* water_mat = nist->FindOrBuildMaterial("G4_WATER"); + + G4double water_density = water_mat->GetDensity(); + G4double ice_density = 0.9168*g/cm3; + + G4Material* ice_mat = new G4Material("Water ice ", ice_density, 1, kStateSolid, T, p); + ice_mat->AddMaterial(water_mat, 1.); + + + // + // Droplets + // + G4double droplet_density = water_density; + G4Material* droplet_mat = water_mat; + + G4double droplet_count = fDropletNumDens*(fCloudShape->GetCubicVolume()); + + G4double droplet_volume = fDropletShape->GetCubicVolume(); + G4double droplet_total_volume = droplet_count*droplet_volume; + + G4double droplet_total_mass = droplet_total_volume*droplet_density; + + + // + // Cloud macroscopic quantities + // + G4double cloud_volume = fCloudShape->GetCubicVolume(); + G4double cloud_air_volume = cloud_volume - droplet_total_volume; + G4double cloud_air_mass = air_density*cloud_air_volume; + + + // + // Step limit + // + fStepLimits = new G4UserLimits(fStepLim); + + + // + // Build world + // + G4Box* solidWorld = + new G4Box("World", //its name + 0.5*world_sizeXY, //half x-span + 0.5*world_sizeXY, //half y-span + 0.5*world_sizeZ); //half z-span + + G4LogicalVolume* logicWorld = + new G4LogicalVolume(solidWorld, //its solid + air_mat, //its material + "World"); //its name + + logicWorld->SetUserLimits(fStepLimits); + + G4VPhysicalVolume* physWorld = + new G4PVPlacement(0, //no rotation + G4ThreeVector(), //at (0,0,0) + logicWorld, //its logical volume + "World", //its name + 0, //its mothervolume + false, //no boolean operation + 0, //copy number + checkOverlaps); //overlaps checking + + + // + // Build cloud + // + G4LogicalVolume* logicCloud; + + // ********************************************************** + // + // Build the cloud using the FastAerosol geometry class + // + // *********************************************************** + if (fFastAerosolCloud) { + G4cout << "\nFastAerosol geometry with n=" << fDropletNumDens*mm3 << "/mm3, r=" << fDropletR/mm << "mm spheres.\n" << G4endl; + + fCloud = new FastAerosol("cloud", + fCloudShape, //cloud shape + fDropletR, //bounding radius of droplets + fMinSpacing, //minimum spacing between droplets + fDropletNumDens, //approximate number of droplets in cloud + sphericalUncertainty); //uncertainty in distance to droplet surface from outside using just droplet's origin as info + fCloud->SetDropletsPerVoxel(4); + + /* + fCloud = new FastAerosol("fCloud", + fCloudShape, //cloud shape + fDropletR, //bounding radius of droplets + fMinSpacing, //minimum spacing between droplets + fDropletNumDens, //approximate number of droplets in cloud + sphericalUncertainty, //uncertainty in distance to droplet surface from outside using just droplet's origin as info + [](G4ThreeVector pos) {return pos.x();}); //number density distribution function + */ + + FastAerosolSolid* solidCloud = + new FastAerosolSolid("cloudSV", //its name + fCloud, //its shape + fDropletShape); //its droplets + + /* + FastAerosolSolid* solidCloud = + new FastAerosolSolid("cloudSV", //its name + fCloud, //its shape + fDropletShape, //its droplets + [](G4ThreeVector) {G4RotationMatrix rotm = G4RotationMatrix(); rotm.rotateY(90.0*deg); return rotm;}); //droplet rotation function + */ + + solidCloud->SetStepLim(fStepLim); //FastAerosol can use step limit to speed calculations + + logicCloud = + new G4LogicalVolume(solidCloud, //its solid + droplet_mat, //its material + "cloudLV"); //its name + logicCloud->SetUserLimits(fStepLimits); + logicCloud->SetVisAttributes(G4VisAttributes(G4Colour(0.0,0.0,1.0,0.4))); + + new G4PVPlacement(0, //no rotation + G4ThreeVector(), //at position + logicCloud, //its logical volume + "cloudPV", //its name + logicWorld, //its mother volume + false, //no boolean operation + 0, //copy number + checkOverlaps); //overlaps checking + + + fCloud->SetSeed(fCloudSeed); + + // fPrePopulate = whether to populate all voxels at the beginning or on the fly + if (fPrePopulate) { + // populate (proving it to the user by printing population reports) + clock_t t; + t = clock(); + + G4cout << "\nBefore populating" << G4endl; + G4cout << "=================" << G4endl; + fCloud->PrintPopulationReport(); + G4cout << "\nPopulating..." << G4endl; + fCloud->PopulateAllGrids(); + G4cout << "\nAfter populating" << G4endl; + G4cout << "================" << G4endl; + fCloud->PrintPopulationReport(); + G4cout << G4endl; + + t = clock() - t; + + G4cout << "\nThis took " << ((float)t)/CLOCKS_PER_SEC << "s\n" << G4endl; + + // make filename variables to save data + G4String rStr = std::to_string(fDropletR/mm); + rStr.erase ( rStr.find_last_not_of('0') + 1, std::string::npos ); // drop trailing 0 + replace( rStr.begin(), rStr.end(), '.', 'p'); + if (rStr.back() == 'p') { rStr.pop_back(); } // don't write "3p" for 3.0, just write "3" + + // want to represent the number density as 1E-ApB for some A, B + G4int order10 = (G4int) -round(10*std::log10(fDropletNumDens*mm3)); // gives 10x the exponent rounded to the int (10x so we get two decimals) + G4int leading = order10 / 10; // first number + G4int trailing = order10 % 10; // second number + G4String nStr = "1E-" + std::to_string(leading) + "p" + std::to_string(trailing); + + + // save population time + std::ofstream file; + file.open("popTime_r" + rStr + "mm_n" + nStr + "mm-3.csv"); + file << ((float)t)/CLOCKS_PER_SEC; + file.close(); + + + + // save distribution + G4String fName = "distribution_r" + rStr + "mm_n" + nStr + "mm-3.csv"; + fCloud->SaveToFile(fName); + } + } + // ********************************************************** + // + // (For comparision/benchmarking) Build the cloud using G4VParameterized (does not use FastAerosol) + // + // *********************************************************** + + // the droplet positions for this cloud are those saved in the "distribution" folder of our data + // this is to make comparable simulations between FastAerosol and parameterised clouds + // this requires that we first simulate FastAerosol (pre-populated) to generate the positions + + else if (fParameterisedCloud) + { + G4cout << "\nParameterised geometry with n=" << fDropletNumDens*mm3 << "/mm3 and r=" << fDropletR/mm << "mm spheres.\n" << G4endl; + std::vector positions; + G4double x,y,z; + + // load distribution file + G4String fName; + + G4String rStr = std::to_string(fDropletR/mm); + rStr.erase ( rStr.find_last_not_of('0') + 1, std::string::npos ); // drop trailing 0 + replace( rStr.begin(), rStr.end(), '.', 'p'); + if (rStr.back() == 'p') { rStr.pop_back(); } // don't write "3p" for 3.0, just write "3" + + // want to represent the number density as 1E-ApB for some A, B + G4int order10 = (G4int) -round(10*std::log10(fDropletNumDens*mm3)); // gives 10x the exponent rounded to the int (10x so we get two decimals) + G4int leading = order10 / 10; // first number + G4int trailing = order10 % 10; // second number + G4String nStr = "1E-" + std::to_string(leading) + "p" + std::to_string(trailing); + + fName = "distribution_r" + rStr + "mm_n" + nStr + "mm-3.csv"; + + std::ifstream infile(fName); + std::string line; + + while (getline(infile,line)) { + std::istringstream stream(line); + std::string field; + + getline(stream,field,','); x = stod(field)*mm; + getline(stream,field,','); y = stod(field)*mm; + getline(stream,field,','); z = stod(field)*mm; + + positions.push_back(G4ThreeVector(x,y,z)); + } + + G4VPVParameterisation* cloudParam = + new CloudParameterisation(positions); + + G4Box* cloudBounding = + new G4Box("cloudBounding", //its name + 0.5*cloud_sizeXY, //half x-span + 0.5*cloud_sizeXY, //half y-span + 0.5*cloud_sizeZ); //half z-span + + logicCloud = + new G4LogicalVolume(cloudBounding, //its solid + air_mat, //its material + "cloudLV"); //its name + + logicCloud->SetSmartless(fSmartless); + logicCloud->SetUserLimits(fStepLimits); + logicCloud->SetVisAttributes(G4VisAttributes(false)); + + new G4PVPlacement(0, //no rotation + G4ThreeVector(), //at position + logicCloud, //its logical volume + "cloudPV", //its name + logicWorld, //its mothervolume + false, //no boolean operation + 0, //copy number + checkOverlaps); //overlaps checking + + G4LogicalVolume* logicDroplet = + new G4LogicalVolume(fDropletShape, //its solid + droplet_mat, //its material + "dropletLV"); //its name + + logicDroplet->SetUserLimits(fStepLimits); + + /*G4PVParameterised* paramDroplet =*/ + new G4PVParameterised("droplets", //its name + logicDroplet, //droplet logical volume + logicCloud, //mother logical volume + kUndefined, //droplets placed along this axis + positions.size(), //number of droplets + cloudParam); //the parametrisation + } + // ********************************************************** + // + // (For comparision/benchmarking) Simulate the cloud by smearing droplets out into a single solid (does not use FastAerosol) + // + // *********************************************************** + else if (fSmoothCloud) + { + G4cout << "\nSmooth geometry based on a cloud of n=" << fDropletNumDens*mm3 << "/mm3 and r=" << fDropletR/mm << "mm spheres.\n" << G4endl; + // build cloud by smearing the droplets uniformly across the cloud volume, for comparison/benchmarking purposes (does not use FastAerosol) + G4Material* cloud_mat = new G4Material("Cloud", (droplet_total_mass+cloud_air_mass)/cloud_volume, 2); + cloud_mat->AddMaterial(droplet_mat, droplet_total_mass/(cloud_air_mass+droplet_total_mass)); + cloud_mat->AddMaterial(air_mat, cloud_air_mass/(cloud_air_mass+droplet_total_mass)); + + logicCloud = + new G4LogicalVolume(fCloudShape, //its solid + cloud_mat, //its material + "cloudLV"); //its name + logicCloud->SetUserLimits(fStepLimits); + logicCloud->SetVisAttributes(G4VisAttributes(G4Colour(0.0,0.0,1.0,0.4))); + + new G4PVPlacement(0, //no rotation + G4ThreeVector(), //at position + logicCloud, //its logical volume + "cloudPV", //its name + logicWorld, //its mothervolume + false, //no boolean operation + 0, //copy number + checkOverlaps); //overlaps checking + } + else + { + G4cout << "\nNo cloud.\n" << G4endl; + } + + // + // Build detector + // + G4double detector_sizeXY = cloud_sizeXY; + G4double detector_sizeZ = 0.05*m; + G4Material* detector_mat = nist->FindOrBuildMaterial("G4_Al"); + G4ThreeVector detector_pos = G4ThreeVector(0, 0, 0.5*1.05*cloud_sizeZ); + + G4Box* soldDetector = + new G4Box("detectorSV", //its name + 0.5*detector_sizeXY, //half x-span + 0.5*detector_sizeXY, //half y-span + 0.5*detector_sizeZ); //half z-span + + G4LogicalVolume* logicDetector = + new G4LogicalVolume(soldDetector, //its solid + detector_mat, //its material + "detectorLV"); //its name + + logicDetector->SetUserLimits(fStepLimits); + + new G4PVPlacement(0, //no rotation + detector_pos, //at position + logicDetector, //its logical volume + "detectorPV", //its name + logicWorld, //its mothervolume + false, //no boolean operation + 0, //copy number + checkOverlaps); //overlaps checking + + + // + // Scoring Volume + // + fScoringVolume = logicDetector; + + return physWorld; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/advanced/fastAerosol/src/FADetectorConstructionMessenger.cc b/examples/advanced/fastAerosol/src/FADetectorConstructionMessenger.cc new file mode 100644 index 00000000000..0de515915cb --- /dev/null +++ b/examples/advanced/fastAerosol/src/FADetectorConstructionMessenger.cc @@ -0,0 +1,216 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +// (adapted from B2aDetectorMessenger) +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) + +#include "FADetectorConstructionMessenger.hh" +#include "FADetectorConstruction.hh" + +#include "G4UIcmdWithAnInteger.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWithADouble.hh" +#include "G4UIcmdWithABool.hh" +#include "G4UIcmdWithAString.hh" + +DetectorConstructionMessenger::DetectorConstructionMessenger(DetectorConstruction* detectorIn) + : G4UImessenger() +{ + fDetector = detectorIn; + + // Directory + // + // /geometry + fGeometryDirectory = new G4UIdirectory("/geometry/"); + fGeometryDirectory->SetGuidance("Geometry setup."); + + // Physics + // + // /geometry/stepLim + fStepLimCmd = new G4UIcmdWithADoubleAndUnit("/geometry/stepLim",this); + fStepLimCmd->SetGuidance("Maximum step length."); + fStepLimCmd->SetParameterName("stepLim",false); + fStepLimCmd->SetRange("stepLim>=0."); + fStepLimCmd->SetDefaultValue(DBL_MAX); + fStepLimCmd->SetDefaultUnit("mm"); + fStepLimCmd->AvailableForStates(G4State_PreInit); + + // Cloud droplet settings + // /geometry/dropletR + fDropletRCmd = new G4UIcmdWithADoubleAndUnit("/geometry/dropletR",this); + fDropletRCmd->SetGuidance("Minimal bounding radius of droplet."); + fDropletRCmd->SetParameterName("dropletR",false); + fDropletRCmd->SetRange("dropletR>0."); + fDropletRCmd->SetDefaultValue(1.0); + fDropletRCmd->SetDefaultUnit("mm"); + fDropletRCmd->AvailableForStates(G4State_PreInit); + + // /geometry/dropletNumDens + fDropletNumDensCmd = new G4UIcmdWithADouble("/geometry/dropletNumDens", this); + fDropletNumDensCmd->SetGuidance("Number of droplets per mm^3."); // would be nice to have official number density units + fDropletNumDensCmd->SetParameterName("dropletCOunt",false); + fDropletNumDensCmd->SetDefaultValue(0); + fDropletNumDensCmd->AvailableForStates(G4State_PreInit); + + // Cloud build type + // + // /geometry/fastAerosol + fFastAerosolCloudCmd = new G4UIcmdWithABool("/geometry/fastAerosolCloud",this); + fFastAerosolCloudCmd->SetGuidance("Whether or not to build the fastAerosol cloud."); + fFastAerosolCloudCmd->SetParameterName("fastAerosol",false); + fFastAerosolCloudCmd->SetDefaultValue(false); + fFastAerosolCloudCmd->AvailableForStates(G4State_PreInit); + + // /geometry/parameterisedCloud + fParameterisedCloudCmd = new G4UIcmdWithABool("/geometry/parameterisedCloud",this); + fParameterisedCloudCmd->SetGuidance("Whether or not to build the parameterised cloud."); + fParameterisedCloudCmd->SetParameterName("parameterisedCloud",false); + fParameterisedCloudCmd->SetDefaultValue(false); + fParameterisedCloudCmd->AvailableForStates(G4State_PreInit); + + // /geometry/smoothCloud + fSmoothCloudCmd = new G4UIcmdWithABool("/geometry/smoothCloud",this); + fSmoothCloudCmd->SetGuidance("Whether or not to build the smooth cloud."); + fSmoothCloudCmd->SetParameterName("smoothCloud",false); + fSmoothCloudCmd->SetDefaultValue(false); + fSmoothCloudCmd->AvailableForStates(G4State_PreInit); + + // fastAerosol cloud details + // + // /geometry/cloudShape + fCloudShapeCmd = new G4UIcmdWithAString("/geometry/cloudShape",this); + fCloudShapeCmd->SetGuidance("Cloud bulk shape"); + fCloudShapeCmd->SetParameterName("cloudShapeStr",false); + fCloudShapeCmd->AvailableForStates(G4State_PreInit); + + // /geometry/dropletShape + fDropletShapeCmd = new G4UIcmdWithAString("/geometry/dropletShape",this); + fDropletShapeCmd->SetGuidance("Cloud droplet shape"); + fDropletShapeCmd->SetParameterName("dropletShapeStr",false); + fDropletShapeCmd->AvailableForStates(G4State_PreInit); + + // /geometry/prePopulate + fPrePopulateCmd = new G4UIcmdWithABool("/geometry/prePopulate",this); + fPrePopulateCmd->SetGuidance("Whether or not to populate the cloud at the beginning."); + fPrePopulateCmd->SetParameterName("prePopulate",false); + fPrePopulateCmd->SetDefaultValue(false); + fPrePopulateCmd->AvailableForStates(G4State_PreInit); + + // /geometry/minSpacing + fMinSpacingCmd = new G4UIcmdWithADoubleAndUnit("/geometry/minSpacing",this); + fMinSpacingCmd->SetGuidance("Minimum spacing between surfaces of spheres when generating random cloud of spheres."); + fMinSpacingCmd->SetParameterName("minSpacing",false); + fMinSpacingCmd->SetRange("minSpacing>0."); + fMinSpacingCmd->SetDefaultValue(10.); + fMinSpacingCmd->SetDefaultUnit("micrometer"); + fMinSpacingCmd->AvailableForStates(G4State_PreInit); + + // /geometry/setSmartless + fSmartlessCmd = new G4UIcmdWithADouble("/geometry/smartless", this); + fSmartlessCmd->SetGuidance("Set the 'smartless' parameter for the parameterised cloud."); + fSmartlessCmd->SetParameterName("smartless",false); + fSmartlessCmd->SetRange("smartless>0."); + fSmartlessCmd->SetDefaultValue(2.0); + fSmartlessCmd->AvailableForStates(G4State_PreInit); + + // /geometry/cloudSeed + fCloudSeedCmd = new G4UIcmdWithAnInteger("/geometry/cloudSeed", this); + fCloudSeedCmd->SetGuidance("Base of the random seed for the cloud sphere positions."); + fCloudSeedCmd->SetParameterName("cloudSeed",false); + fCloudSeedCmd->SetDefaultValue(0); + fCloudSeedCmd->AvailableForStates(G4State_PreInit); +} + +DetectorConstructionMessenger::~DetectorConstructionMessenger() +{ + delete fGeometryDirectory; + + delete fStepLimCmd; + + delete fDropletRCmd; + delete fDropletNumDensCmd; + + delete fFastAerosolCloudCmd; + delete fParameterisedCloudCmd; + delete fSmoothCloudCmd; + + delete fCloudShapeCmd; + delete fDropletShapeCmd; + delete fPrePopulateCmd; + delete fMinSpacingCmd; + //delete fGridPitchCmd; + + delete fSmartlessCmd; + + delete fCloudSeedCmd; +} + +void DetectorConstructionMessenger::SetNewValue( G4UIcommand* command, G4String newValue) +{ + // Geometry Commands + + if( command == fFastAerosolCloudCmd ) { + fDetector->fFastAerosolCloud = (fFastAerosolCloudCmd->GetNewBoolValue(newValue)); + } + + if( command == fStepLimCmd ) { + fDetector->fStepLim = (fStepLimCmd->GetNewDoubleValue(newValue)); + } + + if( command == fDropletRCmd ) { + fDetector->fDropletR = (fDropletRCmd->GetNewDoubleValue(newValue)); + } + if( command == fDropletNumDensCmd ) { + fDetector->fDropletNumDens = (fDropletNumDensCmd->GetNewDoubleValue(newValue)); + } + + if( command == fParameterisedCloudCmd ) { + fDetector->fParameterisedCloud = (fParameterisedCloudCmd->GetNewBoolValue(newValue)); + } + if( command == fSmoothCloudCmd ) { + fDetector->fSmoothCloud = (fSmoothCloudCmd->GetNewBoolValue(newValue)); + } + if( command == fPrePopulateCmd ) { + fDetector->fPrePopulate = (fPrePopulateCmd->GetNewBoolValue(newValue)); + } + + if( command == fCloudShapeCmd ) { + fDetector->fCloudShapeStr = newValue; + } + if( command == fDropletShapeCmd ) { + fDetector->fDropletShapeStr = newValue; + } + if( command == fMinSpacingCmd ) { + fDetector->fMinSpacing = (fMinSpacingCmd->GetNewDoubleValue(newValue)); + } + if( command == fSmartlessCmd ) { + fDetector->fSmartless = (fSmartlessCmd->GetNewDoubleValue(newValue)); + } + if( command == fCloudSeedCmd ) { + fDetector->fCloudSeed = (fCloudSeedCmd->GetNewIntValue(newValue)); + } +} + diff --git a/examples/advanced/fastAerosol/src/FAEventAction.cc b/examples/advanced/fastAerosol/src/FAEventAction.cc new file mode 100644 index 00000000000..de00f2e95a7 --- /dev/null +++ b/examples/advanced/fastAerosol/src/FAEventAction.cc @@ -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. * +// ******************************************************************** +// + +// (copied from B1EventAction) + +#include "FAEventAction.hh" +#include "FARunAction.hh" +#include "G4Event.hh" +#include "G4RunManager.hh" + +EventAction::EventAction(RunAction* runAction) +: G4UserEventAction(), + fRunAction(runAction), + fEdep(0.) +{} + +EventAction::~EventAction() +{} + +void EventAction::BeginOfEventAction(const G4Event*) +{ + fEdep = 0.; +} + +void EventAction::EndOfEventAction(const G4Event*) +{ + // accumulate statistics in run action + fRunAction->AddEdep(fEdep); +} diff --git a/examples/advanced/fastAerosol/src/FAPrimaryGeneratorAction.cc b/examples/advanced/fastAerosol/src/FAPrimaryGeneratorAction.cc new file mode 100644 index 00000000000..c781e75187e --- /dev/null +++ b/examples/advanced/fastAerosol/src/FAPrimaryGeneratorAction.cc @@ -0,0 +1,99 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +// (adapted from B1PrimaryGeneratorAction) +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) + +#include "FAPrimaryGeneratorAction.hh" +#include "G4LogicalVolumeStore.hh" +#include "G4LogicalVolume.hh" +#include "G4Box.hh" +#include "G4RunManager.hh" +#include "G4ParticleGun.hh" +#include "G4ParticleTable.hh" +#include "G4ParticleDefinition.hh" +#include "G4SystemOfUnits.hh" +#include "Randomize.hh" + +PrimaryGeneratorAction::PrimaryGeneratorAction() +: G4VUserPrimaryGeneratorAction(), + fParticleGun(0), + fWorldBox(0) +{ + G4int n_particle = 1; + fParticleGun = new G4ParticleGun(n_particle); + + // default particle kinematic + G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable(); + G4String particleName; + G4ParticleDefinition* particle + = particleTable->FindParticle(particleName="proton"); + fParticleGun->SetParticleDefinition(particle); + fParticleGun->SetParticleMomentumDirection(G4ThreeVector(0.,0.,1.)); + fParticleGun->SetParticleEnergy(50.*MeV); +} + +PrimaryGeneratorAction::~PrimaryGeneratorAction() +{ + delete fParticleGun; +} + +void PrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) +{ + G4double worldSizeXY = 0; + G4double worldSizeZ = 0; + + if (!fWorldBox) + { + G4LogicalVolume* worldLV + = G4LogicalVolumeStore::GetInstance()->GetVolume("World"); + if ( worldLV ) fWorldBox = dynamic_cast(worldLV->GetSolid()); + } + + if ( fWorldBox ) { + worldSizeXY = fWorldBox->GetXHalfLength()*2.; + worldSizeZ = fWorldBox->GetZHalfLength()*2.; + } + else { + G4ExceptionDescription msg; + msg << "World volume of box shape not found.\n"; + msg << "Perhaps you have changed geometry.\n"; + msg << "The gun will be place at the center."; + G4Exception("PrimaryGeneratorAction::GeneratePrimaries()", + "MyCode0002",JustWarning,msg); + } + + // shoot on XY disk centered on Z-axis behind the cloud + G4double sigma = worldSizeXY/10.0; // spread in x and y + G4double x0 = G4RandGauss::shoot(0,sigma); + G4double y0 = G4RandGauss::shoot(0,sigma); + G4double z0 = 0.95 * (-0.5) * worldSizeZ; + + fParticleGun->SetParticlePosition(G4ThreeVector(x0,y0,z0)); + + fParticleGun->GeneratePrimaryVertex(anEvent); +} + diff --git a/examples/advanced/fastAerosol/src/FARunAction.cc b/examples/advanced/fastAerosol/src/FARunAction.cc new file mode 100644 index 00000000000..d1cda5941d9 --- /dev/null +++ b/examples/advanced/fastAerosol/src/FARunAction.cc @@ -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. * +// ******************************************************************** +// + +// (copied from B1RunAction) + +#include "FARunAction.hh" +#include "FAPrimaryGeneratorAction.hh" +#include "FADetectorConstruction.hh" + +#include "G4RunManager.hh" +#include "G4Run.hh" +#include "G4AccumulableManager.hh" +#include "G4LogicalVolumeStore.hh" +#include "G4LogicalVolume.hh" +#include "G4UnitsTable.hh" +#include "G4SystemOfUnits.hh" + +RunAction::RunAction() +: G4UserRunAction(), + fEdep(0.), + fEdep2(0.) +{ + // add new units for dose + // + const G4double milligray = 1.e-3*gray; + const G4double microgray = 1.e-6*gray; + const G4double nanogray = 1.e-9*gray; + const G4double picogray = 1.e-12*gray; + + new G4UnitDefinition("milligray", "milliGy" , "Dose", milligray); + new G4UnitDefinition("microgray", "microGy" , "Dose", microgray); + new G4UnitDefinition("nanogray" , "nanoGy" , "Dose", nanogray); + new G4UnitDefinition("picogray" , "picoGy" , "Dose", picogray); + + // Register accumulable to the accumulable manager + G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); + accumulableManager->RegisterAccumulable(fEdep); + accumulableManager->RegisterAccumulable(fEdep2); +} + +RunAction::~RunAction() +{} + +void RunAction::BeginOfRunAction(const G4Run*) +{ + // inform the runManager to save random number seed + G4RunManager::GetRunManager()->SetRandomNumberStore(false); + + // reset accumulables to their initial values + G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); + accumulableManager->Reset(); + +} + +void RunAction::EndOfRunAction(const G4Run* run) +{ + G4int nofEvents = run->GetNumberOfEvent(); + if (nofEvents == 0) return; + + // Merge accumulables + G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); + accumulableManager->Merge(); + + // Compute dose = total energy deposit in a run and its variance + // + G4double edep = fEdep.GetValue(); + G4double edep2 = fEdep2.GetValue(); + + G4double rms = edep2 - edep*edep/nofEvents; + if (rms > 0.) rms = std::sqrt(rms); else rms = 0.; + + const DetectorConstruction* detectorConstruction + = static_cast + (G4RunManager::GetRunManager()->GetUserDetectorConstruction()); + G4double mass = detectorConstruction->GetScoringVolume()->GetMass(); + G4double dose = edep/mass; + G4double rmsDose = rms/mass; + + // Run conditions + // note: There is no primary generator action object for "master" + // run manager for multi-threaded mode. + const PrimaryGeneratorAction* generatorAction + = static_cast + (G4RunManager::GetRunManager()->GetUserPrimaryGeneratorAction()); + G4String runCondition; + if (generatorAction) + { + const G4ParticleGun* particleGun = generatorAction->GetParticleGun(); + runCondition += particleGun->GetParticleDefinition()->GetParticleName(); + runCondition += " of "; + G4double particleEnergy = particleGun->GetParticleEnergy(); + runCondition += G4BestUnit(particleEnergy,"Energy"); + } + + // Print + // + if (IsMaster()) { + G4cout + << G4endl + << "--------------------End of Global Run-----------------------"; + } + else { + G4cout + << G4endl + << "--------------------End of Local Run------------------------"; + } + + G4cout + << G4endl + << " The run consists of " << nofEvents << " "<< runCondition + << G4endl + << " Cumulated dose per run, in scoring volume : " + << G4BestUnit(dose,"Dose") << " rms = " << G4BestUnit(rmsDose,"Dose") + << G4endl + << "------------------------------------------------------------" + << G4endl + << G4endl; +} + +void RunAction::AddEdep(G4double edep) +{ + fEdep += edep; + fEdep2 += edep*edep; +} + diff --git a/examples/advanced/fastAerosol/src/FASteppingAction.cc b/examples/advanced/fastAerosol/src/FASteppingAction.cc new file mode 100644 index 00000000000..137cecaf3b7 --- /dev/null +++ b/examples/advanced/fastAerosol/src/FASteppingAction.cc @@ -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. * +// ******************************************************************** +// + +// (copied from B1SteppingAction) + +#include "FASteppingAction.hh" +#include "FAEventAction.hh" +#include "FADetectorConstruction.hh" + +#include "G4Step.hh" +#include "G4Event.hh" +#include "G4RunManager.hh" +#include "G4LogicalVolume.hh" + +SteppingAction::SteppingAction(EventAction* eventAction) +: G4UserSteppingAction(), + fEventAction(eventAction), + fScoringVolume(0) +{} + +SteppingAction::~SteppingAction() +{} + +void SteppingAction::UserSteppingAction(const G4Step* step) +{ + if (!fScoringVolume) { + const DetectorConstruction* detectorConstruction + = static_cast + (G4RunManager::GetRunManager()->GetUserDetectorConstruction()); + fScoringVolume = detectorConstruction->GetScoringVolume(); + } + + // get volume of the current step + G4LogicalVolume* volume + = step->GetPreStepPoint()->GetTouchableHandle() + ->GetVolume()->GetLogicalVolume(); + + // check if we are in scoring volume + if (volume != fScoringVolume) return; + + // collect energy deposited in this step + G4double edepStep = step->GetTotalEnergyDeposit(); + fEventAction->AddEdep(edepStep); +} + + diff --git a/examples/advanced/fastAerosol/src/FastAerosol.cc b/examples/advanced/fastAerosol/src/FastAerosol.cc new file mode 100644 index 00000000000..c5b11c8ad91 --- /dev/null +++ b/examples/advanced/fastAerosol/src/FastAerosol.cc @@ -0,0 +1,1130 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +// -------------------------------------------------------------------- +// Implementation for FastAerosol class +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) +// -------------------------------------------------------------------- + +#include "FastAerosol.hh" + +#include "G4SystemOfUnits.hh" +#include "G4GeometryTolerance.hh" + +#include // for summing vectors with accumulate + +// multithreaded safety +//#include +#include "G4AutoLock.hh" +namespace +{ + G4Mutex gridMutex = G4MUTEX_INITIALIZER; + G4Mutex sphereMutex = G4MUTEX_INITIALIZER; +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Constructor - check inputs +// - initialize grid +// - cache values +// +FastAerosol::FastAerosol(const G4String& pName, + G4VSolid* pCloud, + G4double pR, + G4double pMinD, + G4double pAvgNumDens, + G4double pdR, + std::function pDistribution) + : fName(pName), fCloud(pCloud), fMinD(pMinD), fDistribution(pDistribution) +{ + kCarTolerance = G4GeometryTolerance::GetInstance()->GetSurfaceTolerance(); + + + // get and set bounding box dimensions + G4ThreeVector minBounding, maxBounding; + fCloud->BoundingLimits(minBounding, maxBounding); + G4ThreeVector halfSizeVec = 0.5*(maxBounding - minBounding); + + G4double pX = halfSizeVec[0]; + G4double pY = halfSizeVec[1]; + G4double pZ = halfSizeVec[2]; + + if (pX < 2*kCarTolerance || + pY < 2*kCarTolerance || + pZ < 2*kCarTolerance) // limit to thickness of surfaces + { + std::ostringstream message; + message << "Dimensions too small for cloud: " << GetName() << "!" << G4endl + << " fDx, fDy, fDz = " << pX << ", " << pY << ", " << pZ; + G4Exception("FastAerosol::FastAerosol()", "GeomSolids0002", + FatalException, message); + } + fDx = pX; + fDy = pY; + fDz = pZ; + + + // check and set droplet radius + if (pR < 0.0) + { + std::ostringstream message; + message << "Invalid radius for cloud: " << GetName() << "!" << G4endl + << " Radius must be positive." + << " Inputs: pR = " << pR; + G4Exception("FastAerosol::FastAerosol()", "GeomSolids0002", + FatalErrorInArgument, message); + } + fR = pR; + fR2 = fR*fR; + + + // check and set droplet radius safety + if (pdR < 0.0 || pdR > fR) + { + std::ostringstream message; + message << "Invalid sphericality measure for cloud: " << GetName() << "!" << G4endl + << " Radius uncertainty must be between 0 and fR." + << " Inputs: pdR = " << pdR + << " Inputs: pR = " << pR; + G4Exception("FastAerosol::FastAerosol()", "GeomSolids0002", + FatalErrorInArgument, message); + } + fdR = pdR; + + + // check and set number density + if (pAvgNumDens <= 0) + { + std::ostringstream message; + message << "Invalid average number density for cloud: " << GetName() << "!" << G4endl + << " pAvgNumDens = " << pAvgNumDens; + G4Exception("FastAerosol::FastAerosol()", "GeomSolids0002", + FatalException, message); + } + fAvgNumDens = pAvgNumDens; + + + // Set collision limit for collsion between equal sized balls with fMinD between them + // no droplets will be placed closer than this distance forom each other + fCollisionLimit2 = (2*fR + fMinD)*(2*fR + fMinD); + + // set maximum number of droplet that we are allowed to skip before halting with an error + fMaxDropCount = (G4int)floor(fAvgNumDens*(fCloud->GetCubicVolume())*(0.01*fMaxDropPercent)); + + // initialize grid variables + InitializeGrid(); + + + // begin cache of voxelized circles and spheres + // see header for more details on these data structures + G4AutoLock lockSphere(&sphereMutex); // lock for multithreaded safety. Likely not needed here, but doesn't hurt + + fCircleCollection.push_back({{0, 0}}); // the R=0 circle only has one point {{x1,y1}} = {{0,0}} + fSphereCollection.push_back({{{0}}}); // the R=0 sphere only has one point {{{z1}}} = {{{0}}} + + fMaxCircleR = 0; + fMaxSphereR = 0; + + MakeSphere(fPreSphereR); + + lockSphere.unlock(); // unlock + + // vector search radius. In terms of voxel width, how far do you search for droplets in vector search + // you need to search a larger area if fR is larger than one grid (currently disabled) + fVectorSearchRadius = (G4int)ceill(fR/fGridPitch); +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Alternative Constructor +// +// Same as standard constructor except with a uniform droplet distribution +// +FastAerosol::FastAerosol(const G4String& pName, + G4VSolid* pCloud, + G4double pR, + G4double pMinD, + G4double pNumDens, + G4double pdR): + FastAerosol(pName, pCloud, pR, pMinD, pNumDens, pdR, + [](G4ThreeVector) {return 1.0;}) +{} + +/////////////////////////////////////////////////////////////////////////////// +// +// Alternative Constructor +// +// Same as standard constructor except with a uniform droplet distribution and +// assuming no uncertainty in sphericality +// +FastAerosol::FastAerosol(const G4String& pName, + G4VSolid* pCloud, + G4double pR, + G4double pMinD, + G4double pNumDens): + FastAerosol(pName, pCloud, pR, pMinD, pNumDens, 0.0, + [](G4ThreeVector) {return 1.0;}) +{} + +/////////////////////////////////////////////////////////////////////////////// +// +// Destructor +// +FastAerosol::~FastAerosol() { +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Initialize grid +// +// Sets grids to initial values and calculates expected number of droplets +// for each voxel +// +void FastAerosol::InitializeGrid() { + // set pitch so, on average, fDropletsPerVoxel droplets are in each voxel + fGridPitch = std::pow(fDropletsPerVoxel/fAvgNumDens,1.0/3.0); + + // if a voxel has center farther than this distance from the bulk outside, + // we know it is fully contained in the bulk + fEdgeDistance = fGridPitch*std::sqrt(3.0)/2.0 + fR; + + // set number of grid cells + fNx = (G4int)ceill(2*fDx / fGridPitch); + fNy = (G4int)ceill(2*fDy / fGridPitch); + fNz = (G4int)ceill(2*fDz / fGridPitch); + fNumGridCells = (long) fNx*fNy*fNz; + fNxy = fNx*fNy; + + // try... catch... because vectors can only be so long + // thus you can't set grid too fine + try + { + std::vector emptyVoxel{}; + fGrid.resize(fNumGridCells, emptyVoxel); + fGridMean.resize(fNumGridCells, 0); + fGridValid = new std::atomic[fNumGridCells]; + } + catch ( const std::bad_alloc&) + { + std::ostringstream message; + message << "Out of memory! Grid pitch too small for cloud: " << GetName() << "!" << G4endl + << " Asked for fNumGridCells = " << fNumGridCells << G4endl + << " each with element of size " << sizeof(std::vector) << G4endl + << " each with element of size " << sizeof(bool) << G4endl + << " but the max size is " << fGrid.max_size() << "!"; + G4Exception("FastAerosol::FastAerosol()", "GeomSolids0002", + FatalErrorInArgument, message); + } + + // initialize grid cache + G4ThreeVector voxelCenter; + G4bool valid; + + for (int i=0; iInside(voxelCenter) != kInside && fCloud->DistanceToIn(voxelCenter) >= fEdgeDistance); + + if (valid) // will not populate the voxel + { + // have to store 'valid' in this way so that the value is atomic and respects multithreadedness + fGridValid[i].store(true, std::memory_order_release); + } + else // might need to populate the voxel + { + fGridValid[i].store(false, std::memory_order_release); + + // find the overlap of the voxel with the bulk + G4double volScaling=1.0; + G4bool edgeVoxel = ( kInside != fCloud->Inside(voxelCenter) || fCloud->DistanceToOut(voxelCenter) < fEdgeDistance ); + if (edgeVoxel) + { + volScaling = VoxelOverlap(voxelCenter, 100, 0.0); + } + + // calculates number of droplets based off of voxel center - not ideal + fGridMean[i] = std::max(0.0, volScaling*fDistribution(voxelCenter)); + } + } + + // must scale fGridMean[i] so that the desired number densities are actualy achieved + // this is because no restrictions are applied to fDistribution + G4double tempScaling = (fCloud->GetCubicVolume())*fAvgNumDens/accumulate(fGridMean.begin(), fGridMean.end(), 0.0); + for (int i=0; i 0.01) epsilon = 0.01; + + for(G4int i = 0; i < nStat; i++ ) + { + px = cenX+(fGridPitch-epsilon)*(G4UniformRand()-0.5); + py = cenY+(fGridPitch-epsilon)*(G4UniformRand()-0.5); + pz = cenZ+(fGridPitch-epsilon)*(G4UniformRand()-0.5); + p = G4ThreeVector(px,py,pz); + in = (fCloud->Inside(p) == kInside) && (fCloud->DistanceToOut(p) >= fR); + if(in) iInside++; + } + + return (double)iInside/nStat; +} + + +/////////////////////////////////////////////////////////////////////////////// +// +// Populate all voxels +// +// Allows for partially populated clouds. +// +void FastAerosol::PopulateAllGrids() { + unsigned int gi; + + for (int xi=0; xiInside(voxelCenter) || fCloud->DistanceToOut(voxelCenter) < fEdgeDistance ); + + // number of droplets to place + unsigned int numDropletsToPlace = CLHEP::RandPoisson::shoot(&fCloudEngine, fGridMean[gi]); + + // actually add the points + G4ThreeVector point; + + while (numDropletsToPlace > 0) + { + // find a new point not overlapping with the others + if (FindNewPoint(edgeVoxel, fGridPitch, fGridPitch, fGridPitch, (G4double)xi*fGridPitch-fDx, (G4double)yi*fGridPitch-fDy, (G4double)zi*fGridPitch-fDz, point) ) + { + fGrid[gi].push_back(point); + fNumDroplets++; + } + + + numDropletsToPlace--; + } + + // Memory fence to ensure sequential consistency, + // because fGridValid is read without a lock + // Voxel data update must be complete before updating fGridValid + std::atomic_thread_fence(std::memory_order_release); + + fGridValid[gi].store(true, std::memory_order_release); // set the grid as populated + } + + lockGrid.unlock(); + } +} + + +/////////////////////////////////////////////////////////////////////////////// +// +// Find a new droplet position in a box of full (not half) widths dX, dY, and dZ +// with minimum corner at (minX, minY, minZ). +// +// ---------------------------------------------------------------------------- +// +// Ex: FindNewPoint(fGridPitch, fGridPitch, fGridPitch, +// (G4double)xi*fGridPitch-fDx, (G4double)yi*fGridPitch-fDy, +// (G4double)zi*fGridPitch-fDz); +// +// 1) CLHEP::RandFlat::shoot(&fCloudEngine)*fGridPitch shoots a point in range +// [0, fGridPitch] +// +// 1.5) Note that the minimum x value of the (xi, yi, zi) grid is +// xi*fGridPitch-fDx +// +// 2) xi*fGridPitch-fDx + (1) adds the minimum x value of the (xi, yi, zi) +// voxel +// +// ---------------------------------------------------------------------------- +// +// Ex: FindNewPoint(2.0*fDx, 2.0*fDy, 2.0*fDz, -fDx, -fDy, -fDz); +// +// 1) CLHEP::RandFlat::shoot(&fCloudEngine)*2.0*fDx shoots a point in +// range [0, 2.0*fDx] +// +// 2) add -fDx to change range into [-fDx, fDx] +// +G4bool FastAerosol::FindNewPoint(G4bool edgeVoxel, G4double dX, G4double dY, G4double dZ, G4double minX, G4double minY, G4double minZ, G4ThreeVector &foundPt) { + G4int tries = 0; // counter of tries. Give up after fNumNewPointTries (you likely asked for too dense in this case) + + G4double x, y, z; + + G4ThreeVector point; + G4bool placedOutside = false; // variable whether or not the point was placed outside. Used for edgeVoxel checking + + // Generate a droplet and check if it overlaps with existing droplets + do { + tries++; + + if (tries > fNumNewPointTries) // skip if we tried more than fNumNewPointTries + { + fNumDropped++; + if (fNumDropped < fMaxDropCount) // return error if we skipped more than fMaxDropCount droplets + { + return false; + } + + std::ostringstream message; + message << "Threw out too many droplets for cloud: " << GetName() << G4endl + << " Tried to place individual droplest " << fNumNewPointTries << " times." << G4endl + << " This failed for " << fMaxDropCount << " droplets."; + G4Exception("FastAerosol::FindNewPoint()", "GeomSolids0002", + FatalErrorInArgument, message); + } + + x = minX + CLHEP::RandFlat::shoot(&fCloudEngine)*dX; + y = minY + CLHEP::RandFlat::shoot(&fCloudEngine)*dY; + z = minZ + CLHEP::RandFlat::shoot(&fCloudEngine)*dZ; + + if (edgeVoxel) + { + point = G4ThreeVector(x,y,z); + placedOutside = (fCloud->Inside(point) != kInside) || (fCloud->DistanceToOut(point) < fR); + } + } + while (CheckCollision(x,y,z) || placedOutside); + + foundPt = G4ThreeVector(x,y,z); + return true; +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Get absolutely nearest droplet +// +// Maximum search radius is maxSearch +// +// Start in grid of point p, check if any speres are in there +// and then go out one more (spherically-shaped) level to the surrounding grids +// and so on, until the whole volume has been checked or a droplet has been found +// in general as you go out, you always need to check one more level out to make sure that +// the one you have (at the closer level) is the actually the nearest one +// +bool FastAerosol::GetNearestDroplet(const G4ThreeVector &p, G4ThreeVector ¢er, G4double &minRealDistance, G4double maxSearch, G4VSolid* droplet, std::function rotation) +{ + G4double cloudDistance = fCloud->DistanceToIn(p); + + // starting radius/diam of voxel layer + G4int searchRad = (G4int)floor(0.5+cloudDistance/fGridPitch); // no reason to search shells totally outside cloud + + // find the voxel containing p + int xGrid, yGrid, zGrid; + GetGrid(p, xGrid, yGrid, zGrid); // it is OK if the starting point is outside the volume + + // initialize the containers for all candidate closest droplets and their respective distances + std::vector candidates; + std::vector distances; + + // initialize distances to indicate that no droplet has yet been found + G4double minDistance = kInfinity; + G4double maxCheckDistance = kInfinity; + + bool unsafe = true; + + + while (unsafe) + { + // limit maximum search radius + if (searchRad*fGridPitch > maxSearch+fGridPitch) { return false; } + + SearchSphere(searchRad, minDistance, candidates, distances, xGrid, yGrid, zGrid, p); + maxCheckDistance = minDistance+fdR; + + // theory says that, to safely have searched for centers up to some maxCheckDistance, we must search voxelized spheres at least up to ceil(0.25+maxCheckDistance/fGridPitch) + // *** unsure if fully accurate. Calculations for 2D, not 3D... *** + unsafe = searchRad < std::ceil(0.25+maxCheckDistance/fGridPitch); + + searchRad++; + } + + + // delete any collected droplets that are too far out. Check all candidates to see what is closest + unsigned int index = 0; + + G4ThreeVector tempCenter; + G4double tempDistance; + + minRealDistance = kInfinity; + + + while (index < distances.size()) + { + + if (distances[index]>maxCheckDistance) + { + candidates.erase(candidates.begin()+index); + distances.erase(distances.begin()+index); + } + else + { + tempCenter = candidates[index]; + tempDistance = droplet->DistanceToIn( rotation(tempCenter).inverse()*(p - tempCenter) ); + + if (tempDistance < minRealDistance) + { + minRealDistance = tempDistance; + center = tempCenter; + } + + index++; // move onto next droplet + } + } + + return true; +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Search sphere of radius R for droplets +// +// Saves any droplets to "center" if they are closer than minDistance +// (updating this minimum found distance at each interval). +// +// Returns if minDistance &candidates, std::vector &distances, G4int xGrid, G4int yGrid, G4int zGrid, const G4ThreeVector &p) +{ + // search variables + G4int xSearch, ySearch, zSearch; // x, y, and z coordinates of the currently searching voxel in the shell + + // voxel layer variables + fSphereType shell; // the shell that we are searching for droplets + + // we pre-calculate spheres up to radius fPreSphereR to speed up calculations + // any sphere smaller than that does not need to use locks + if (searchRad > fPreSphereR) + { + // need to consider making a sphere + G4AutoLock lockSphere(&sphereMutex); + + if (searchRad > fMaxSphereR) { + // actually need to make a sphere + shell = MakeSphere(searchRad); + } + else + { + // we have previously made a sphere large enough + shell = fSphereCollection[searchRad]; + } + + lockSphere.unlock(); + } + else + { + shell = fSphereCollection[searchRad]; + } + + // search spherical voxel layer + for (int i=0; i<(2*searchRad+1); i++) { + xSearch = xGrid+i-searchRad; + + if (0<=xSearch && xSearch>> FastAerosol::MakeSphere(G4int R) { + // inductively make smaller spheres since fSphereCollection organizes by index + if (fMaxSphereR<(R-1)) { + MakeSphere(R-1); + } + + std::vector z; // z-coordinates of voxels in (x,y) of sphere + std::vector> y(2*R+1, z); // plane YZ of sphere + fSphereType x(2*R+1, y); // entire sphere + + x[R][R].push_back(R); // add (0,0,R) + x[R][R].push_back(-R); // add (0,0,-R) + + fCircleType zr = MakeHalfCircle(R); // break sphere into a collection of circles centered at (0,0,z) for different -R<=z<=R + + for (auto it1 = zr.begin(); it1 != zr.end(); ++it1) { + std::vector pt1 = *it1; + fCircleType circ = MakeCircle(pt1[1]); // make the circle + + for (auto it2 = circ.begin(); it2 != circ.end(); ++it2) { + std::vector pt2 = *it2; + x[pt2[0]+R][pt2[1]+R].push_back(pt1[0]); + } + } + + fSphereCollection.push_back(x); + fMaxSphereR = R; + return x; +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Make voxelized circles up to radius R for fCircleCollection +// +// These circles are used to create voxelized spheres (these spheres are then +// used for searching for droplets). This just ports the calculation to making +// a half-circle, adding the points (R,0) and (0,R), and reflecting the half- +// circle along the x-axis. +// +std::vector> FastAerosol::MakeCircle(G4int R) { + // inductively make smaller circles since fCircleCollection organizes by index + if (fMaxCircleR pt = *it; + voxels.push_back(pt); + voxels.push_back({-pt[0], -pt[1]}); + } + + fCircleCollection.push_back(voxels); + fMaxCircleR++; + } + + return fCircleCollection[R]; +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Make half circle by a modified midpoint circle algorithm +// +// Modifies the algorithm so it doesn't have 'holes' when making many circles +// +// See B. Roget, J. Sitaraman, "Wall distance search algorithim using +// voxelized marching spheres," Journal of Computational Physics, Vol. 241, +// May 2013, pp. 76-94, https://doi.org/10.1016/j.jcp.2013.01.035 +// +std::vector> FastAerosol::MakeHalfCircle(G4int R) { + // makes an octant of a voxelized circle in the 1st quadrant starting at y-axis + fCircleType voxels = {{0, R}}; // hard code inclusion of (0,R) + int x = 1; + int y = R; + + int dx = 4-R; // measure of whether (x+1,y) will be outside the sphere + int dxup = 1; // measure of whether (x+1,y+1) will be outside the sphere + while (xupper half plane + voxels.push_back({ x, y}); + voxels.push_back({ y, x}); + voxels.push_back({-x, y}); + voxels.push_back({-y, x}); + + // if next point outside the sphere, de-increment y + if (dx>0) { + // if dxup<=0, the layer above just moves to the right + // this would create a hole at (x+1,y) unless we add it + dxup = dx + 2*y -2*R-1; + if ((dxup<=0) && (x+1 &candidates, std::vector &distances, unsigned int xGrid, unsigned int yGrid, unsigned int zGrid, const G4ThreeVector &p) { + unsigned int gi; + PopulateGrid(xGrid, yGrid, zGrid, gi); + + // initialize values + G4double foundDistance; +// std::vector::iterator bestPt; + + // find closest droplet + for (auto it = fGrid[gi].begin(); it != fGrid[gi].end(); ++it) { + foundDistance = std::sqrt((p-*it).mag2()); + + if (foundDistance < minDistance+fdR) { + minDistance = std::min(minDistance, foundDistance); + + candidates.push_back(*it); + distances.push_back(foundDistance); + } + } +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Get nearest droplet along vector +// +// Maximum search radius is fVectorSearchRadius +// Maximum distance travelled along vector is maxSearch +// +// 1) Find the closest voxel along v that is inside the bulk +// 2) Search for droplets in a box width (2*fVectorSearchRadius+1) around this voxel +// that our ray would intersect +// 3) If so, save the droplet that is closest along the ray to p and return true +// 4) If not, step 0.99*fGridPitch along v until in a new voxel +// 5) If outside bulk, jump until inside bulk and then start again from 2 +// 6) If inside bulk, search the new voxels in a box centered of width (2*fVectorSearchRadius+1) +// centered at our new point +// 7) If we find a point, do as in (3). If not, do as in (4) +// +// This is searching box-shaped regions of voxels, an approach that is only valid +// for droplets which fit inside a voxel, which is one reason why the code checks +// to make sure that fR < fGridPitch at initialization. +// +bool FastAerosol::GetNearestDroplet(const G4ThreeVector &p, const G4ThreeVector &normalizedV, G4ThreeVector ¢er, G4double &minDistance, G4double maxSearch, G4VSolid* droplet, std::function rotation) +{ + // get the grid box this initial position is inside + int xGrid, yGrid, zGrid; + GetGrid(p, xGrid, yGrid, zGrid); + + // initialize some values + G4ThreeVector currentP = p; + G4double distanceAlongVector = 0.0; + G4double deltaDistanceAlongVector; + + int newXGrid = 0; int newYGrid = 0; int newZGrid = 0; + int deltaX = 0; int deltaY = 0; int deltaZ = 0; + int edgeX = 0 ; int edgeY = 0; int edgeZ = 0; + G4bool boxSearch = true; + + G4double distanceToCloud; + + minDistance = kInfinity; + + // actual search + while(true) { + deltaDistanceAlongVector = 0.0; + + // Jump gaps + distanceToCloud = DistanceToCloud(currentP,normalizedV); + if (distanceToCloud == kInfinity) + { + return(minDistance != kInfinity); + } + else if (distanceToCloud > fGridPitch) + { + deltaDistanceAlongVector = distanceToCloud-fGridPitch; + distanceAlongVector += deltaDistanceAlongVector; + boxSearch = true; // if jumping gap, use box search + currentP += deltaDistanceAlongVector*normalizedV; // skip gaps + } + + // Search for droplets + if (distanceAlongVector > maxSearch) // quit if will jump too far + { + return(minDistance != kInfinity); + } + else + { + if (boxSearch) // we jumped + { + GetGrid(currentP, xGrid, yGrid, zGrid); + GetNearestDropletInsideRegion(minDistance, center, + xGrid, yGrid, zGrid, + fVectorSearchRadius, fVectorSearchRadius, fVectorSearchRadius, + p, normalizedV, + droplet, rotation); + } + else // didn't jump + { + // Searching endcaps + // ================= + if (deltaX != 0) + { + GetNearestDropletInsideRegion(minDistance, center, + edgeX, yGrid, zGrid, + 0, fVectorSearchRadius, fVectorSearchRadius, + p, normalizedV, + droplet, rotation); + } + + if (deltaY != 0) + { + GetNearestDropletInsideRegion(minDistance, center, + xGrid, edgeY, zGrid, + fVectorSearchRadius, 0, fVectorSearchRadius, + p, normalizedV, + droplet, rotation); + } + + if (deltaZ != 0) + { + GetNearestDropletInsideRegion(minDistance, center, + xGrid, yGrid, edgeZ, + fVectorSearchRadius, fVectorSearchRadius, 0, + p, normalizedV, + droplet, rotation); + } + + // Search bars + // =========== + // (a bar joins two endcaps) + if (deltaX != 0 && deltaY != 0) + { + GetNearestDropletInsideRegion(minDistance, center, + edgeX, edgeY, zGrid, + 0, 0, fVectorSearchRadius, + p, normalizedV, + droplet, rotation); + } + + if (deltaX != 0 && deltaZ != 0) + { + GetNearestDropletInsideRegion(minDistance, center, + edgeX, yGrid, edgeZ, + 0, fVectorSearchRadius, 0, + p, normalizedV, + droplet, rotation); + } + + if (deltaY != 0 && deltaZ != 0) + { + GetNearestDropletInsideRegion(minDistance, center, + xGrid, edgeY, edgeZ, + fVectorSearchRadius, 0, 0, + p, normalizedV, + droplet, rotation); + } + + // Search corner + // ============= + if (deltaX != 0 && deltaY != 0 && deltaZ != 0) + { + GetNearestDropletInsideRegion(minDistance, center, + edgeX, edgeY, edgeZ, + 0, 0, 0, + p, normalizedV, + droplet, rotation); + } + + // Update position + // ================================ + xGrid = newXGrid; yGrid = newYGrid; zGrid = newZGrid; + } + + // Check if we are done + // ==================== + if (distanceAlongVector>minDistance+fdR) { + return(true); + } + + + // walk along the grid + // advance by 0.99 fGridPitch (0.99 rather than 1.0 to avoid issues caused by + // rounding errors for lines parallel to the grid and based on a grid boundary) + while (true) { + deltaDistanceAlongVector = fGridPitch*0.99; + distanceAlongVector += deltaDistanceAlongVector; + + // exit returning false if we have traveled more than MaxVectorFollowingDistance + if (distanceAlongVector > maxSearch) { return(false); } + + currentP += deltaDistanceAlongVector*normalizedV; + GetGrid(currentP, newXGrid, newYGrid, newZGrid); + + if ((newXGrid != xGrid) || (newYGrid != yGrid) || (newZGrid != zGrid)) { + deltaX = newXGrid - xGrid; edgeX = xGrid+deltaX*(1+fVectorSearchRadius); + deltaY = newYGrid - yGrid; edgeY = yGrid+deltaY*(1+fVectorSearchRadius); + deltaZ = newZGrid - zGrid; edgeZ = zGrid+deltaZ*(1+fVectorSearchRadius); + + break; + } + } + boxSearch = false; + } + } + + return false; +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Get nearest droplet (along a vector normalizedV) inside a voxel centered at +// (xGridCenter, yGridCenter, zGridCenter) of width (xWidth, yWidth, zWidth) +// +// This searches box-shaped regions. +// +void FastAerosol::GetNearestDropletInsideRegion(G4double &minDistance, G4ThreeVector ¢er, int xGridCenter, int yGridCenter, int zGridCenter, int xWidth, int yWidth, int zWidth, const G4ThreeVector &p, const G4ThreeVector &normalizedV, G4VSolid* droplet, std::function rotation) { + for (int xGrid = (xGridCenter-xWidth); xGrid<=(xGridCenter+xWidth); xGrid++) + { + if (0<=xGrid && xGrid rotation) { + unsigned int gi; + PopulateGrid(xGrid, yGrid, zGrid, gi); + + G4double foundDistance; + + // find closest droplet + for (auto it = fGrid[gi].begin(); it != fGrid[gi].end(); ++it) { + // could have the following check to see if the ray pierces the bounding sphere. Currently seems like unnecessary addition + /* + deltaP = *it-p; + foundDistance = normalizedV.dot(deltaP); + + if ((0<=foundDistance) && ((deltaP - normalizedV*foundDistance).mag2() < fR2)) { + + } + */ + + G4RotationMatrix irotm = rotation(*it).inverse(); + + G4ThreeVector relPos = irotm*(p - *it); + + if (droplet->Inside(relPos) == kInside) + { + minDistance = 0; + center = *it; + } + else + { + foundDistance = droplet->DistanceToIn( relPos , irotm*normalizedV); + + if (foundDistance minMaxXGrid, minMaxYGrid, minMaxZGrid; + + int xGrid, yGrid, zGrid; + GetGrid(p, xGrid, yGrid, zGrid); + + minMaxXGrid = GetMinMaxSide(xGrid, fNx); + minMaxYGrid = GetMinMaxSide(yGrid, fNy); + minMaxZGrid = GetMinMaxSide(zGrid, fNz); + + for (int xi=minMaxXGrid.first; xi <= minMaxXGrid.second; xi++) { + for (int yi = minMaxYGrid.first; yi <= minMaxYGrid.second; yi++) { + for (int zi = minMaxZGrid.first; zi <= minMaxZGrid.second; zi++) { + if (CheckCollisionInsideGrid(x, y, z, (unsigned)xi, (unsigned)yi, (unsigned)zi)) { + fNumCollisions++; // log number of collisions for statistics print + return(true); + } + } + } + } + return(false); +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Check if a droplet at the indicated point would collide with an existing +// droplet inside a specific grid +// +// Note that you don't need to lock the mutex since this is only called by code +// that already has the mutex (always called by PopulateGrid). +// +bool FastAerosol::CheckCollisionInsideGrid(G4double x, G4double y, G4double z, unsigned int xi, unsigned int yi, unsigned int zi) { + std::vector *thisGrid = &(fGrid[GetGridIndex(xi, yi, zi)]); + unsigned int numel = (unsigned int)thisGrid->size(); + + for (unsigned int i=0; i < numel; i++) { + if (CheckCollisionWithDroplet(x, y, z, (*thisGrid)[i])) + return(true); + } + + return(false); +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Check for collsion with a specific droplet +// +bool FastAerosol::CheckCollisionWithDroplet(G4double x, G4double y, G4double z, G4ThreeVector p ) { + return( std::pow(x-p.x(), 2.0) + std::pow(y-p.y(), 2.0) + std::pow(z-p.z(), 2.0) < fCollisionLimit2 ); +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Save droplet positions to a file for visualization and analysis +// +void FastAerosol::SaveToFile(const char* filename) { + G4cout << "Saving droplet positions to " << filename << "..." << G4endl; + std::ofstream file; + file.open(filename); + + std::vector voxel; + G4ThreeVector pt; + + for (auto it1 = fGrid.begin(); it1 != fGrid.end(); ++it1) { + voxel = *it1; + + for (auto it2 = voxel.begin(); it2 != voxel.end(); ++it2) { + pt = *it2; + + double x = pt.x(); + double y = pt.y(); + double z = pt.z(); + + file << std::setprecision(15) << x/mm << "," << y/mm << "," << z/mm << "\n"; + } + } + + file.close(); +} diff --git a/examples/advanced/fastAerosol/src/FastAerosolSolid.cc b/examples/advanced/fastAerosol/src/FastAerosolSolid.cc new file mode 100644 index 00000000000..4ea7c112987 --- /dev/null +++ b/examples/advanced/fastAerosol/src/FastAerosolSolid.cc @@ -0,0 +1,456 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// + +// -------------------------------------------------------------------- +// Implementation for FastAerosolSolid class +// Author: A.Knaian (ara@nklabs.com), N.MacFadden (natemacfadden@gmail.com) +// -------------------------------------------------------------------- + +#include "FastAerosolSolid.hh" + +#include "G4SystemOfUnits.hh" + +// calculate extent +#include "G4BoundingEnvelope.hh" +#include "G4AffineTransform.hh" +#include "G4VoxelLimits.hh" + +// visualization +#include "G4VGraphicsScene.hh" +#include "G4VisExtent.hh" + +// polyhedron +#include "G4AutoLock.hh" +#include "G4Polyhedron.hh" +#include "HepPolyhedronProcessor.h" + +namespace +{ + G4Mutex polyhedronMutex = G4MUTEX_INITIALIZER; +} + + +/////////////////////////////////////////////////////////////////////////////// +// +// Constructor +// +FastAerosolSolid::FastAerosolSolid(const G4String& pName, + FastAerosol* pCloud, + G4VSolid* pDroplet, + std::function pRotation) + : G4VSolid(pName), fCloud(pCloud), fDroplet(pDroplet), fRotation(pRotation), fRebuildPolyhedron(false), fpPolyhedron(0) +{ + // Get cloud size from fCloud + G4ThreeVector cloudPMin, cloudPMax; + fCloud->GetBoundingLimits(cloudPMin, cloudPMax); + + fVisDx = cloudPMax.x(); + fVisDy = cloudPMax.y(); + fVisDz = cloudPMax.z(); + + // Check and set droplet radius + G4double pR = fCloud->GetRadius(); + // would be nice to add a check to make sure pDroplet fits in sphere of radius pR + fR = pR; + + fBulk = fCloud->GetBulk(); + + farFromCloudDist = fCloud->GetPreSphereR()*fR; +} + + +/////////////////////////////////////////////////////////////////////////////// +// +// Alternative constructor (constant rotation function) +// +FastAerosolSolid::FastAerosolSolid(const G4String& pName, + FastAerosol* pCloud, + G4VSolid* pDroplet): + FastAerosolSolid(pName, pCloud, pDroplet, + [](G4ThreeVector) {return G4RotationMatrix();}) +{} + +/////////////////////////////////////////////////////////////////////////////// +// +// Fake default constructor - sets only member data and allocates memory +// for usage restricted to object persistency. +// +FastAerosolSolid::FastAerosolSolid( __void__& a ) + : G4VSolid(a), fCloud(nullptr), fDroplet(nullptr), + fBulk(nullptr), fR(0.), + fVisDx(0.), fVisDy(0.), fVisDz(0.), + fCubicVolume(0.), fSurfaceArea(0.), + farFromCloudDist(0.), + fRotation([](G4ThreeVector) {return G4RotationMatrix();}), + fRebuildPolyhedron(false), fpPolyhedron(0) +{ +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Destructor +// +FastAerosolSolid::~FastAerosolSolid() { +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Copy constructor +// +FastAerosolSolid::FastAerosolSolid(const FastAerosolSolid &rhs) + : G4VSolid(rhs), fCloud(rhs.fCloud), fDroplet(rhs.fDroplet), + fBulk(rhs.fBulk), fR(rhs.fR), + fVisDx(rhs.fVisDx), fVisDy(rhs.fVisDy), fVisDz(rhs.fVisDz), + fCubicVolume(rhs.fCubicVolume), fSurfaceArea(rhs.fSurfaceArea), + farFromCloudDist(rhs.farFromCloudDist), + fRotation(rhs.fRotation), + fRebuildPolyhedron(rhs.fRebuildPolyhedron), fpPolyhedron(rhs.fpPolyhedron) +{ +} + +////////////////////////////////////////////////////////////////////////// +// +// Assignment operator +// +FastAerosolSolid &FastAerosolSolid::operator = (const FastAerosolSolid &rhs) +{ + // Check assignment to self + // + if (this == &rhs) + { + return *this; + } + + // Copy base class data + // + G4VSolid::operator=(rhs); + + // Copy data + // + fCloud = rhs.fCloud; + fDroplet = rhs.fDroplet; + fBulk = rhs.fBulk; + fR = rhs.fR; + fVisDx = rhs.fVisDx; + fVisDy = rhs.fVisDy; + fVisDz = rhs.fVisDz; + fCubicVolume = rhs.fCubicVolume; + fSurfaceArea = rhs.fSurfaceArea; + farFromCloudDist = rhs.farFromCloudDist; + fRotation = rhs.fRotation; + fRebuildPolyhedron = rhs.fRebuildPolyhedron; + fpPolyhedron = rhs.fpPolyhedron; + + + return *this; +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Calculate extent under transform and specified limit +// +G4bool FastAerosolSolid::CalculateExtent(const EAxis pAxis, + const G4VoxelLimits &pVoxelLimit, + const G4AffineTransform &pTransform, + G4double &pMin, G4double &pMax) const +{ + // Get smallest box to fully contain the cloud of objects, not just the centers + // + G4ThreeVector bmin, bmax; + fCloud->GetBoundingLimits(bmin, bmax); + + // Find extent + // + G4BoundingEnvelope bbox(bmin, bmax); + return bbox.CalculateExtent(pAxis, pVoxelLimit, pTransform, pMin, pMax); +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Return whether point inside/outside/on surface +// +// This function assumes the cloud has at least 1 droplet +// +EInside FastAerosolSolid::Inside(const G4ThreeVector &p) const +{ + G4ThreeVector center; + G4double closestDistance; + + fCloud->GetNearestDroplet(p, center, closestDistance, fR, fDroplet, fRotation); + + if (closestDistance==0.0) + { + G4RotationMatrix irotm = fRotation(center).inverse(); + + return fDroplet->Inside( irotm*(p - center) ); + } + else + { + return kOutside; + } +} + +///////////////////////////////////////////////////////////////////// +// +// Return unit normal of surface closest to p +// +// This function assumes the cloud has at least 1 droplet +// +G4ThreeVector FastAerosolSolid::SurfaceNormal(const G4ThreeVector &p) const +{ + G4ThreeVector center; + G4double closestDistance; + + fCloud->GetNearestDroplet(p, center, closestDistance, DBL_MAX, fDroplet, fRotation); + + G4RotationMatrix rotm = fRotation(center); + + return rotm*( fDroplet->SurfaceNormal( rotm.inverse()*(p - center) ) ); +} + +/////////////////////////////////////////////////////////////////////////////// +// +// Calculate distance to shape from outside, along normalised vector +// +// This CANNOT be an underestimate +// +G4double FastAerosolSolid::DistanceToIn(const G4ThreeVector &p, const G4ThreeVector &v) const +{ + G4ThreeVector center; + G4double closestDistance; + + if (fCloud->GetNearestDroplet(p, v, center, closestDistance, fStepLim, fDroplet, fRotation)) // if we found a droplet within fStepLim of query + { + return closestDistance; + } + else if (fCloud->DistanceToCloud(p,v)DistanceToIn(p); + + if (fBulk->Inside(p)==kOutside && distanceToCloud>=farFromCloudDist) + { + return distanceToCloud; + } + else if (fCloud->GetNearestDroplet(p, center, closestDistance, fStepLim, fDroplet, fRotation)) // if we found a droplet within fStepLim of query + { + return closestDistance; + } + else + { + return 1.1*fStepLim; + } +} + +////////////////////////////////////////////////////////////////////// +// +// Calculate distance (<= actual) to closest surface of shape from inside +// +// Despite being a vector distance, we find the absolutely closest +// droplet to our point since we assume that p is in a droplet and p +// could be past the center +// +// This CANNOT be an underestimate +// +G4double FastAerosolSolid::DistanceToOut(const G4ThreeVector &p, + const G4ThreeVector &v, + const G4bool calcNorm, + G4bool *validNorm, + G4ThreeVector *n) const +{ + G4ThreeVector center; + G4double distanceToIn; // should be 0 + + fCloud->GetNearestDroplet(p, center, distanceToIn, fR, fDroplet, fRotation); // if we call this function, must be inside and thus must have a droplet within fR + + G4RotationMatrix rotm = fRotation(center); + G4RotationMatrix irotm = rotm.inverse(); + + G4ThreeVector relPos = irotm*(p-center); + + if (fDroplet->Inside(relPos) == kOutside) // something went wrong... we should be inside + { + std::ostringstream message; + message << std::setprecision(15) << "The particle at point p = " << p/mm << "mm" + << std::setprecision(15) << " called DistanceToOut(p,v) and found the closest droplet to be at center = " << center/mm << "mm" + << " but p is outside the droplet!"; + G4Exception("FastAerosolSolid::DistanceToOut()", "GeomSolids0002", + FatalErrorInArgument, message); + } + + G4double dist = fDroplet->DistanceToOut(relPos, irotm*v, calcNorm, validNorm, n); + *n = rotm*(*n); + *validNorm = false; // even if droplet is convex, the aerosol isn't + + return dist; +} + +///////////////////////////////////////////////////////////////////////// +// +// Calculate distance (<=actual) to closest surface of shape from inside +// +// This can be an underestimate +// +G4double FastAerosolSolid::DistanceToOut(const G4ThreeVector &p) const +{ + G4ThreeVector center; + G4double distanceToIn; // should be 0 + + fCloud->GetNearestDroplet(p, center, distanceToIn, fR, fDroplet, fRotation); // if we call this function, must be inside and thus must have a droplet within fR + + G4RotationMatrix irotm = fRotation(center).inverse(); + G4ThreeVector relPos = irotm*(p-center); + + if (fDroplet->Inside(relPos) == kOutside) // something went wrong... we should be inside + { + std::ostringstream message; + message << "The particle at point p = " << p/mm << "mm" + << " called DistanceToOut(p) and found the closest droplet to be at center = " << center/mm << "mm" + << " but p is outside the droplet!"; + G4Exception("FastAerosolSolid::DistanceToOut()", "GeomSolids0002", + FatalErrorInArgument, message); + } + + return fDroplet->DistanceToOut(relPos); +} + +////////////////////////////////////////////////////////////////////////// +// +// G4EntityType +// +G4GeometryType FastAerosolSolid::GetEntityType() const +{ + return G4String("FastAerosolSolid"); +} + +////////////////////////////////////////////////////////////////////////// +// +// G4EntityType +// +G4VSolid* FastAerosolSolid::Clone() const +{ + return new FastAerosolSolid(*this); +} + +////////////////////////////////////////////////////////////////////////// +// +// Stream object contents to an output stream +// +std::ostream &FastAerosolSolid::StreamInfo(std::ostream &os) const +{ + os << "-----------------------------------------------------------\n" + << " *** Dump for solid - " << GetName() << " ***\n" + << " ===================================================\n" + << " Solid type: FastAerosolSolid\n" + << " Parameters: \n" + << " numDroplets: " << fCloud->GetNumDroplets() << "\n" + << " fDroplet type: " << fDroplet->GetName() << "\n" + << " fDroplet parameters: \n"; + fDroplet->StreamInfo(os); + os << "-----------------------------------------------------------\n"; + return os; +} + +//////////////////////////////////////////////////////////////////////////////// +// +// GetPointOnSurface +// +// Currently hardcoded to look at all droplets, not just the populated ones +// +G4ThreeVector FastAerosolSolid::GetPointOnSurface() const +{ + G4ThreeVector center; + G4double closestDistance; + + G4double fDx = fCloud->GetXHalfLength(); + G4double fDy = fCloud->GetYHalfLength(); + G4double fDz = fCloud->GetZHalfLength(); + + G4ThreeVector p(2.0*fDx*G4UniformRand(),2.0*fDy*G4UniformRand(),2.0*fDz*G4UniformRand()); + p -= G4ThreeVector(fDx, fDy, fDz); + + fCloud->GetNearestDroplet(p, center, closestDistance, DBL_MAX, fDroplet, fRotation); + + return(center + fRotation(center)*fDroplet->GetPointOnSurface()); +} + + +///////////////////////////////////////////////////////////////////////////// +// +// Methods for visualisation +// +void FastAerosolSolid::DescribeYourselfTo (G4VGraphicsScene& scene) const +{ + scene.AddSolid(*this); +} + +G4VisExtent FastAerosolSolid::GetExtent() const +{ + return G4VisExtent (-fVisDx, fVisDx, -fVisDy, fVisDy, -fVisDz, fVisDz); +} + +G4Polyhedron* FastAerosolSolid::CreatePolyhedron () const +{ + return fBulk->CreatePolyhedron(); +} + + +// copied from G4Ellipsoid +G4Polyhedron* FastAerosolSolid::GetPolyhedron () const +{ + if (!fpPolyhedron || + fRebuildPolyhedron || + fpPolyhedron->GetNumberOfRotationStepsAtTimeOfCreation() != + fpPolyhedron->GetNumberOfRotationSteps()) + { + G4AutoLock l(&polyhedronMutex); + delete fpPolyhedron; + fpPolyhedron = CreatePolyhedron(); + fRebuildPolyhedron = false; + l.unlock(); + } + return fpPolyhedron; +} \ No newline at end of file diff --git a/examples/advanced/fastAerosol/test.mac b/examples/advanced/fastAerosol/test.mac new file mode 100644 index 00000000000..5ca89340c07 --- /dev/null +++ b/examples/advanced/fastAerosol/test.mac @@ -0,0 +1,66 @@ +# ------------ +# random setup +# ------------ +/geometry/cloudSeed 1 # random seed + +# --------------------------- +# geometry setup (unchanging) +# --------------------------- +/geometry/minSpacing 0.01 mm # minimum spacing between droplets +/geometry/dropletNumDens 0.0002 # droplet number density. Hardcoded units (1/mm3) + +# ------------------------- +# geometry setup (changing) +# ------------------------ + +# choose only one build type out of the following 3: +# smooth cloud - model aerosol as a single volume model with background and droplet material in proper mass fraction +# fastAerosol cloud - model aerosol with the fastAerosol class +# parameterised cloud - model aerosol with a parameterised solid + +/geometry/smoothCloud false # build as a single volume +/geometry/parameterisedCloud false # build as droplets described by G4VPVParameterisation. Must first generate droplet centers in distribution_r?mm_n?mm-3.csv +/geometry/fastAerosolCloud true # build as droplets described by fastAerosol and fastAerosolSolid + +/geometry/prePopulate false # whether to populate all droplets at the beginning or not for fastAerosol + +/geometry/dropletR 1 mm # minimum bounding radius of individual droplets + +/geometry/cloudShape box # bulk shape of the aerosol +/geometry/dropletShape sphere # droplet shape + + +# initialize +# ---------- +/run/initialize + +/control/verbose 2 +/run/verbose 2 +/event/verbose 0 +/tracking/verbose 1 + + +# gun setup +# --------- +/gun/particle proton +/gun/energy 50 MeV + + +# score +# ----- +/score/create/boxMesh detectorMesh +/score/mesh/boxSize 250 250 25 mm +/score/mesh/translate/xyz 0.0 0.0 2625 mm +/score/mesh/nBin 20 20 1 + +/score/quantity/energyDeposit eDep + +/score/close + +# shoot +# ----- +/run/beamOn 10 + +# save +# ---- +/score/dumpQuantityToFile detectorMesh eDep eDep_fastAerosol_r1p0mm_n1E-3p7mm-3_bulkbox_dropletsphere.csv \ No newline at end of file diff --git a/examples/advanced/fastAerosol/vis.mac b/examples/advanced/fastAerosol/vis.mac new file mode 100644 index 00000000000..6ef8657e092 --- /dev/null +++ b/examples/advanced/fastAerosol/vis.mac @@ -0,0 +1,111 @@ +# Use these open statements to open selected visualization +# +# Use this open statement to create an OpenGL view: +/vis/open OGL 600x600-0+0 +# +# Use this open statement to create an OpenInventor view: +#/vis/open OI +# +# 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 +# +# Specify view angle: +/vis/viewer/set/viewpointVector -1 0 0 +/vis/viewer/set/lightsVector -1 0 0 +# +# Specify style (surface, wireframe, auxiliary edges,...) +/vis/viewer/set/style wireframe +/vis/viewer/set/auxiliaryEdge true +/vis/viewer/set/lineSegmentsPerCircle 100 +# +# 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 +# +# Decorations +# Name +/vis/set/textColour green +/vis/set/textLayout right +/vis/scene/add/text2D 0.9 -.9 24 ! ! fastAerosol +# or, if your system does not support right-adjustment +#/vis/scene/add/text2D 0 -.9 24 ! ! fastAerosol +/vis/set/textLayout # Revert to normal (left adjusted) layout +/vis/set/textColour # Revert to default text colour (blue) +# +# Axes, scale, etc. +/vis/scene/add/scale # Simple scale line +/vis/scene/add/axes # Simple axes: x=red, y=green, z=blue. +/vis/scene/add/eventID # Drawn at end of event +/vis/scene/add/date # Date stamp +/vis/scene/add/logo2D # Simple logo +/vis/scene/add/logo # 3D logo +# +# Frame +/vis/set/colour red +/vis/set/lineWidth 2 +/vis/scene/add/frame # Simple frame around the view +/vis/set/colour # Revert to default colour (white) +/vis/set/lineWidth # Revert to default line width (1.) +# +# Attach text to one edge of Shape1, with a small, fixed offset +#/vis/scene/add/text 0 6 -4 cm 18 4 4 Shape1 +# Attach text to one corner of Shape2, with a small, fixed offset +#/vis/scene/add/text 6 7 10 cm 18 4 4 Shape2 +# +# To get nice view +# Make the "World" box invisible +/vis/geometry/set/visibility World 0 false +# "Envelope" is transparent blue to represent water +/vis/viewer/set/style surface +/vis/viewer/set/hiddenMarker true +/vis/viewer/set/viewpointThetaPhi 120 150 +# +# 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/advanced/gammaknife/gammaknife.out b/examples/advanced/gammaknife/gammaknife.out index ee51cdeef58..4a32b1b6054 100644 --- a/examples/advanced/gammaknife/gammaknife.out +++ b/examples/advanced/gammaknife/gammaknife.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,20 +19,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -45,6 +45,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -52,6 +55,9 @@ Registered filter factories: 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 @@ -237,7 +243,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -253,7 +259,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -288,10 +294,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -450,7 +452,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -462,53 +464,53 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -517,12 +519,12 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004038s Sys=0.000000s - User TOT = 0 Real TOT = 0.00440494 + User=0.010000s Real=0.005677s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.00603917 Summary of Run 0 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -534,65 +536,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. Run 1 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002537s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.00705114 + User=0.000000s Real=0.005122s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.011277 Summary of Run 1 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -604,65 +606,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. Run 2 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002316s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0094918 + User=0.000000s Real=0.003912s Sys=0.000000s + User TOT = 0.01 Real TOT = 0.0152921 Summary of Run 2 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -674,65 +676,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 3 starts. Run 3 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002456s Sys=0.010000s - User TOT = 0.01 Real TOT = 0.0120558 + User=0.000000s Real=0.002772s Sys=0.010000s + User TOT = 0.01 Real TOT = 0.0181709 Summary of Run 3 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -744,65 +746,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 4 starts. Run 4 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001793s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0139552 + User=0.010000s Real=0.006989s Sys=0.000000s + User TOT = 0.02 Real TOT = 0.0252649 Summary of Run 4 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -814,65 +816,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 5 starts. Run 5 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002113s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0161774 + User=0.010000s Real=0.003410s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0287922 Summary of Run 5 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -884,65 +886,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 6 starts. Run 6 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001771s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0180568 + User=0.000000s Real=0.004236s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0331376 Summary of Run 6 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -954,65 +956,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 7 starts. Run 7 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002064s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0202222 + User=0.000000s Real=0.004243s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0374967 Summary of Run 7 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1024,65 +1026,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 8 starts. Run 8 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001733s Sys=0.000000s - User TOT = 0.01 Real TOT = 0.0220655 + User=0.000000s Real=0.003372s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0409913 Summary of Run 8 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1094,65 +1096,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 9 starts. Run 9 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001796s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0239777 + User=0.000000s Real=0.003030s Sys=0.000000s + User TOT = 0.03 Real TOT = 0.0441296 Summary of Run 9 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1164,65 +1166,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 10 starts. Run 10 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002190s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0262714 + User=0.010000s Real=0.004389s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0486316 Summary of Run 10 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1234,65 +1236,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 11 starts. Run 11 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002000s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.0283774 + User=0.000000s Real=0.003641s Sys=0.000000s + User TOT = 0.04 Real TOT = 0.0523761 Summary of Run 11 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1304,65 +1306,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 12 starts. Run 12 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002413s Sys=0.000000s - User TOT = 0.02 Real TOT = 0.030891 + User=0.010000s Real=0.004177s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0566602 Summary of Run 12 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1374,65 +1376,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 13 starts. Run 13 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002164s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0331586 + User=0.000000s Real=0.005100s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0618662 Summary of Run 13 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1444,65 +1446,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 14 starts. Run 14 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002571s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.035832 + User=0.000000s Real=0.003920s Sys=0.010000s + User TOT = 0.05 Real TOT = 0.0658893 Summary of Run 14 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1514,65 +1516,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 15 starts. Run 15 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001945s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0378815 + User=0.000000s Real=0.004739s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0707471 Summary of Run 15 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1584,65 +1586,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 16 starts. Run 16 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002149s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.040136 + User=0.000000s Real=0.005123s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0759704 Summary of Run 16 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1654,65 +1656,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 17 starts. Run 17 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002353s Sys=0.000000s - User TOT = 0.03 Real TOT = 0.0426012 + User=0.000000s Real=0.003990s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0800711 Summary of Run 17 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1724,65 +1726,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 18 starts. Run 18 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001968s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0446828 + User=0.000000s Real=0.004128s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0843196 Summary of Run 18 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1794,65 +1796,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 19 starts. Run 19 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002116s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0469097 + User=0.000000s Real=0.003377s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0878007 Summary of Run 19 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1864,65 +1866,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 20 starts. Run 20 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001761s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0487705 + User=0.000000s Real=0.003344s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0913146 Summary of Run 20 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1934,65 +1936,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 21 starts. Run 21 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001939s Sys=0.000000s - User TOT = 0.04 Real TOT = 0.0508133 + User=0.000000s Real=0.003304s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0947244 Summary of Run 21 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2004,65 +2006,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 22 starts. Run 22 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001906s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0528239 + User=0.000000s Real=0.003565s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.0984079 Summary of Run 22 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2074,65 +2076,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 23 starts. Run 23 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001924s Sys=0.010000s - User TOT = 0.05 Real TOT = 0.0548609 + User=0.000000s Real=0.004233s Sys=0.000000s + User TOT = 0.05 Real TOT = 0.102747 Summary of Run 23 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2144,65 +2146,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 24 starts. Run 24 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001898s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.056858 + User=0.010000s Real=0.004480s Sys=0.000000s + User TOT = 0.06 Real TOT = 0.107346 Summary of Run 24 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2214,65 +2216,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 25 starts. Run 25 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001710s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.0586752 + User=0.000000s Real=0.002983s Sys=0.010000s + User TOT = 0.06 Real TOT = 0.110435 Summary of Run 25 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2284,65 +2286,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 26 starts. Run 26 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001981s Sys=0.000000s - User TOT = 0.05 Real TOT = 0.060769 + User=0.010000s Real=0.004005s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.11455 Summary of Run 26 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2354,65 +2356,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 27 starts. Run 27 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002541s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0634126 + User=0.000000s Real=0.003938s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.1186 Summary of Run 27 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2424,65 +2426,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 28 starts. Run 28 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002442s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0659676 + User=0.000000s Real=0.003584s Sys=0.000000s + User TOT = 0.07 Real TOT = 0.122292 Summary of Run 28 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2494,65 +2496,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 29 starts. Run 29 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001886s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0679574 + User=0.010000s Real=0.004381s Sys=0.000000s + User TOT = 0.08 Real TOT = 0.126797 Summary of Run 29 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2564,65 +2566,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 30 starts. Run 30 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001887s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0699566 + User=0.010000s Real=0.004820s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.131725 Summary of Run 30 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2634,65 +2636,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 31 starts. Run 31 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002058s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0721304 + User=0.000000s Real=0.003209s Sys=0.000000s + User TOT = 0.09 Real TOT = 0.13505 Summary of Run 31 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2704,65 +2706,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 32 starts. Run 32 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001979s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0742123 + User=0.010000s Real=0.004288s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.139446 Summary of Run 32 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2774,65 +2776,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 33 starts. Run 33 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001645s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0759568 + User=0.000000s Real=0.003479s Sys=0.000000s + User TOT = 0.1 Real TOT = 0.143029 Summary of Run 33 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2844,65 +2846,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 34 starts. Run 34 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001964s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0780223 + User=0.010000s Real=0.002857s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.145991 Summary of Run 34 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2914,65 +2916,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 35 starts. Run 35 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002408s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0805403 + User=0.000000s Real=0.003567s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.149667 Summary of Run 35 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -2984,65 +2986,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 36 starts. Run 36 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001778s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0824241 + User=0.000000s Real=0.003192s Sys=0.000000s + User TOT = 0.11 Real TOT = 0.152976 Summary of Run 36 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3054,65 +3056,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 37 starts. Run 37 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002539s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0850826 + User=0.010000s Real=0.003215s Sys=0.010000s + User TOT = 0.12 Real TOT = 0.156301 Summary of Run 37 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3124,65 +3126,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 38 starts. Run 38 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001894s Sys=0.010000s - User TOT = 0.06 Real TOT = 0.0870794 + User=0.000000s Real=0.004398s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.160805 Summary of Run 38 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3194,65 +3196,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 39 starts. Run 39 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001783s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0889653 + User=0.000000s Real=0.014623s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.17555 Summary of Run 39 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3264,65 +3266,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 40 starts. Run 40 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001740s Sys=0.000000s - User TOT = 0.06 Real TOT = 0.0908063 + User=0.000000s Real=0.002737s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.178389 Summary of Run 40 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3334,65 +3336,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 41 starts. Run 41 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002340s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.0932583 + User=0.000000s Real=0.004256s Sys=0.000000s + User TOT = 0.12 Real TOT = 0.18276 Summary of Run 41 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3404,65 +3406,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 42 starts. Run 42 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002108s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.0954704 + User=0.010000s Real=0.003737s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.186605 Summary of Run 42 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3474,65 +3476,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 43 starts. Run 43 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002099s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.0976989 + User=0.000000s Real=0.004196s Sys=0.000000s + User TOT = 0.13 Real TOT = 0.190908 Summary of Run 43 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3544,65 +3546,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 44 starts. Run 44 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002203s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.100022 + User=0.010000s Real=0.004669s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.19569 Summary of Run 44 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3614,65 +3616,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 45 starts. Run 45 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002036s Sys=0.000000s - User TOT = 0.07 Real TOT = 0.102163 + User=0.000000s Real=0.004123s Sys=0.000000s + User TOT = 0.14 Real TOT = 0.199925 Summary of Run 45 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3684,65 +3686,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 46 starts. Run 46 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002569s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.104838 + User=0.010000s Real=0.002957s Sys=0.010000s + User TOT = 0.15 Real TOT = 0.202993 Summary of Run 46 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3754,65 +3756,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 47 starts. Run 47 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002000s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.106964 + User=0.000000s Real=0.003581s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.206682 Summary of Run 47 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3824,65 +3826,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 48 starts. Run 48 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001945s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.109015 + User=0.000000s Real=0.003480s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.210269 Summary of Run 48 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3894,65 +3896,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 49 starts. Run 49 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002565s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.111684 + User=0.000000s Real=0.003282s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.213657 Summary of Run 49 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -3964,65 +3966,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 50 starts. Run 50 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002739s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.114528 + User=0.000000s Real=0.003645s Sys=0.000000s + User TOT = 0.15 Real TOT = 0.217415 Summary of Run 50 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4034,65 +4036,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 51 starts. Run 51 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002048s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.116687 + User=0.010000s Real=0.003082s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.220611 Summary of Run 51 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4104,65 +4106,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 52 starts. Run 52 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002131s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.118923 + User=0.000000s Real=0.003777s Sys=0.000000s + User TOT = 0.16 Real TOT = 0.224494 Summary of Run 52 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4174,65 +4176,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 53 starts. Run 53 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001662s Sys=0.000000s - User TOT = 0.08 Real TOT = 0.120696 + User=0.010000s Real=0.005227s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.229828 Summary of Run 53 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4244,65 +4246,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 54 starts. Run 54 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002123s Sys=0.010000s - User TOT = 0.08 Real TOT = 0.122936 + User=0.000000s Real=0.004646s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.234588 Summary of Run 54 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4314,65 +4316,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 55 starts. Run 55 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002135s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.125176 + User=0.000000s Real=0.003352s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.238055 Summary of Run 55 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4384,65 +4386,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 56 starts. Run 56 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002425s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.127706 + User=0.000000s Real=0.004757s Sys=0.000000s + User TOT = 0.17 Real TOT = 0.242917 Summary of Run 56 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4454,65 +4456,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 57 starts. Run 57 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002395s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.130204 + User=0.010000s Real=0.005034s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.248064 Summary of Run 57 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4524,65 +4526,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 58 starts. Run 58 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002204s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.132518 + User=0.000000s Real=0.003278s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.251454 Summary of Run 58 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4594,65 +4596,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 59 starts. Run 59 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002040s Sys=0.000000s - User TOT = 0.09 Real TOT = 0.134662 + User=0.000000s Real=0.004993s Sys=0.010000s + User TOT = 0.18 Real TOT = 0.256556 Summary of Run 59 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4664,65 +4666,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 60 starts. Run 60 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001988s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.136753 + User=0.000000s Real=0.004558s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.261231 Summary of Run 60 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4734,65 +4736,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 61 starts. Run 61 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002853s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.139712 + User=0.000000s Real=0.004610s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.265947 Summary of Run 61 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4804,65 +4806,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 62 starts. Run 62 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002806s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.142625 + User=0.000000s Real=0.003269s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.269319 Summary of Run 62 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4874,65 +4876,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 63 starts. Run 63 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.004387s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.147113 + User=0.000000s Real=0.003770s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.273194 Summary of Run 63 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -4944,65 +4946,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 64 starts. Run 64 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002454s Sys=0.000000s - User TOT = 0.1 Real TOT = 0.149682 + User=0.000000s Real=0.003680s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.276994 Summary of Run 64 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5014,65 +5016,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 65 starts. Run 65 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002238s Sys=0.010000s - User TOT = 0.11 Real TOT = 0.152034 + User=0.000000s Real=0.004676s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.281788 Summary of Run 65 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5084,65 +5086,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 66 starts. Run 66 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002267s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.154413 + User=0.000000s Real=0.003467s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.285362 Summary of Run 66 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5154,65 +5156,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 67 starts. Run 67 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001882s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.156399 + User=0.000000s Real=0.011227s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.296711 Summary of Run 67 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5224,65 +5226,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 68 starts. Run 68 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.014617s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.171139 + User=0.000000s Real=0.003968s Sys=0.000000s + User TOT = 0.18 Real TOT = 0.300791 Summary of Run 68 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5294,65 +5296,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 69 starts. Run 69 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002249s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.173512 + User=0.010000s Real=0.004319s Sys=0.010000s + User TOT = 0.19 Real TOT = 0.305218 Summary of Run 69 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5364,65 +5366,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 70 starts. Run 70 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007642s Sys=0.000000s - User TOT = 0.11 Real TOT = 0.181287 + User=0.000000s Real=0.004707s Sys=0.000000s + User TOT = 0.19 Real TOT = 0.310033 Summary of Run 70 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5434,65 +5436,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 71 starts. Run 71 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.003298s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.184702 + User=0.010000s Real=0.003538s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.313699 Summary of Run 71 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5504,65 +5506,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 72 starts. Run 72 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002766s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.187573 + User=0.000000s Real=0.004523s Sys=0.000000s + User TOT = 0.2 Real TOT = 0.318329 Summary of Run 72 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5574,65 +5576,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 73 starts. Run 73 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002509s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.190194 + User=0.010000s Real=0.002706s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.321144 Summary of Run 73 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5644,65 +5646,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 74 starts. Run 74 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002425s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.192722 + User=0.000000s Real=0.003512s Sys=0.000000s + User TOT = 0.21 Real TOT = 0.324763 Summary of Run 74 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5714,65 +5716,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 75 starts. Run 75 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.003127s Sys=0.010000s - User TOT = 0.12 Real TOT = 0.195961 + User=0.010000s Real=0.003015s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.327986 Summary of Run 75 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5784,65 +5786,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 76 starts. Run 76 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002100s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.198187 + User=0.000000s Real=0.003190s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.331284 Summary of Run 76 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5854,65 +5856,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 77 starts. Run 77 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002598s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.200891 + User=0.000000s Real=0.003311s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.334726 Summary of Run 77 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5924,65 +5926,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 78 starts. Run 78 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002488s Sys=0.000000s - User TOT = 0.12 Real TOT = 0.20349 + User=0.000000s Real=0.003248s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.338085 Summary of Run 78 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -5994,65 +5996,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 79 starts. Run 79 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002897s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.206491 + User=0.000000s Real=0.003579s Sys=0.000000s + User TOT = 0.22 Real TOT = 0.341775 Summary of Run 79 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6064,65 +6066,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 80 starts. Run 80 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002361s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.208957 + User=0.010000s Real=0.003504s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.345395 Summary of Run 80 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6134,65 +6136,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 81 starts. Run 81 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002376s Sys=0.000000s - User TOT = 0.13 Real TOT = 0.211449 + User=0.000000s Real=0.004098s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.349619 Summary of Run 81 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6204,65 +6206,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 82 starts. Run 82 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002274s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.21385 + User=0.000000s Real=0.003017s Sys=0.010000s + User TOT = 0.23 Real TOT = 0.352763 Summary of Run 82 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6274,65 +6276,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 83 starts. Run 83 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002253s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.216215 + User=0.000000s Real=0.004374s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.357262 Summary of Run 83 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6344,65 +6346,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 84 starts. Run 84 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002381s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.218725 + User=0.000000s Real=0.018689s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.37606 Summary of Run 84 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6414,65 +6416,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 85 starts. Run 85 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001962s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.220795 + User=0.000000s Real=0.003997s Sys=0.000000s + User TOT = 0.23 Real TOT = 0.380233 Summary of Run 85 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6484,65 +6486,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 86 starts. Run 86 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002152s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.223062 + User=0.010000s Real=0.021902s Sys=0.000000s + User TOT = 0.24 Real TOT = 0.402269 Summary of Run 86 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6554,65 +6556,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 87 starts. Run 87 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002882s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.226054 + User=0.000000s Real=0.004102s Sys=0.000000s + User TOT = 0.24 Real TOT = 0.406501 Summary of Run 87 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6624,65 +6626,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 88 starts. Run 88 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002026s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.228191 + User=0.010000s Real=0.004478s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.41109 Summary of Run 88 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6694,65 +6696,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 89 starts. Run 89 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002652s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.23095 + User=0.000000s Real=0.002917s Sys=0.000000s + User TOT = 0.25 Real TOT = 0.414124 Summary of Run 89 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6764,65 +6766,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 90 starts. Run 90 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001833s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.232896 + User=0.010000s Real=0.005230s Sys=0.000000s + User TOT = 0.26 Real TOT = 0.419461 Summary of Run 90 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6834,65 +6836,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 91 starts. Run 91 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002413s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.235417 + User=0.000000s Real=0.003279s Sys=0.000000s + User TOT = 0.26 Real TOT = 0.422846 Summary of Run 91 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6904,65 +6906,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 92 starts. Run 92 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001886s Sys=0.000000s - User TOT = 0.14 Real TOT = 0.237427 + User=0.010000s Real=0.004297s Sys=0.000000s + User TOT = 0.27 Real TOT = 0.427281 Summary of Run 92 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -6974,65 +6976,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 93 starts. Run 93 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002438s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.239973 + User=0.000000s Real=0.004333s Sys=0.000000s + User TOT = 0.27 Real TOT = 0.431726 Summary of Run 93 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7044,65 +7046,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 94 starts. Run 94 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001791s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.24187 + User=0.000000s Real=0.003566s Sys=0.000000s + User TOT = 0.27 Real TOT = 0.435413 Summary of Run 94 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7114,65 +7116,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 95 starts. Run 95 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002394s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.244388 + User=0.000000s Real=0.003531s Sys=0.010000s + User TOT = 0.27 Real TOT = 0.439053 Summary of Run 95 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7184,65 +7186,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 96 starts. Run 96 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002348s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.246852 + User=0.010000s Real=0.007700s Sys=0.000000s + User TOT = 0.28 Real TOT = 0.44687 Summary of Run 96 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7254,65 +7256,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 97 starts. Run 97 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016816s Sys=0.010000s - User TOT = 0.15 Real TOT = 0.263794 + User=0.000000s Real=0.003014s Sys=0.000000s + User TOT = 0.28 Real TOT = 0.450003 Summary of Run 97 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7324,65 +7326,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 98 starts. Run 98 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002454s Sys=0.000000s - User TOT = 0.15 Real TOT = 0.266372 + User=0.010000s Real=0.003309s Sys=0.000000s + User TOT = 0.29 Real TOT = 0.453426 Summary of Run 98 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7394,65 +7396,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 99 starts. Run 99 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002267s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.268756 + User=0.000000s Real=0.004948s Sys=0.000000s + User TOT = 0.29 Real TOT = 0.458512 Summary of Run 99 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7464,65 +7466,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 100 starts. Run 100 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002166s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.271029 + User=0.010000s Real=0.005856s Sys=0.000000s + User TOT = 0.3 Real TOT = 0.464477 Summary of Run 100 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7534,65 +7536,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 101 starts. Run 101 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002328s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.273462 + User=0.000000s Real=0.015539s Sys=0.000000s + User TOT = 0.3 Real TOT = 0.480126 Summary of Run 101 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7604,65 +7606,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 102 starts. Run 102 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002984s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.276568 + User=0.010000s Real=0.017728s Sys=0.000000s + User TOT = 0.31 Real TOT = 0.497959 Summary of Run 102 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7674,65 +7676,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 103 starts. Run 103 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002302s Sys=0.000000s - User TOT = 0.16 Real TOT = 0.278984 + User=0.000000s Real=0.007989s Sys=0.000000s + User TOT = 0.31 Real TOT = 0.50606 Summary of Run 103 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7744,65 +7746,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 104 starts. Run 104 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002482s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.281574 + User=0.010000s Real=0.006020s Sys=0.000000s + User TOT = 0.32 Real TOT = 0.5122 Summary of Run 104 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7814,65 +7816,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 105 starts. Run 105 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002645s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.284333 + User=0.000000s Real=0.013939s Sys=0.000000s + User TOT = 0.32 Real TOT = 0.52625 Summary of Run 105 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7884,65 +7886,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 106 starts. Run 106 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002949s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.287397 + User=0.010000s Real=0.005022s Sys=0.000000s + User TOT = 0.33 Real TOT = 0.531382 Summary of Run 106 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -7954,65 +7956,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 107 starts. Run 107 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.008917s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.296428 + User=0.000000s Real=0.005138s Sys=0.000000s + User TOT = 0.33 Real TOT = 0.53663 Summary of Run 107 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8024,65 +8026,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 108 starts. Run 108 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.034860s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.331441 + User=0.000000s Real=0.013490s Sys=0.000000s + User TOT = 0.34 Real TOT = 0.550232 Summary of Run 108 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8094,65 +8096,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 109 starts. Run 109 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.007613s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.339178 + User=0.000000s Real=0.011038s Sys=0.000000s + User TOT = 0.34 Real TOT = 0.561383 Summary of Run 109 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8164,65 +8166,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 110 starts. Run 110 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022812s Sys=0.010000s - User TOT = 0.17 Real TOT = 0.362124 + User=0.000000s Real=0.003467s Sys=0.000000s + User TOT = 0.34 Real TOT = 0.564957 Summary of Run 110 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8234,65 +8236,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 111 starts. Run 111 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019011s Sys=0.000000s - User TOT = 0.17 Real TOT = 0.381281 + User=0.000000s Real=0.006557s Sys=0.000000s + User TOT = 0.34 Real TOT = 0.571626 Summary of Run 111 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8304,65 +8306,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 112 starts. Run 112 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.024328s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.405753 + User=0.000000s Real=0.003648s Sys=0.000000s + User TOT = 0.34 Real TOT = 0.575384 Summary of Run 112 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8374,65 +8376,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 113 starts. Run 113 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.015166s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.421064 + User=0.000000s Real=0.003549s Sys=0.000000s + User TOT = 0.34 Real TOT = 0.579052 Summary of Run 113 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8444,65 +8446,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 114 starts. Run 114 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021436s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.442628 + User=0.010000s Real=0.005822s Sys=0.010000s + User TOT = 0.35 Real TOT = 0.584985 Summary of Run 114 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8514,65 +8516,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 115 starts. Run 115 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020946s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.463699 + User=0.000000s Real=0.016470s Sys=0.000000s + User TOT = 0.35 Real TOT = 0.601568 Summary of Run 115 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8584,65 +8586,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 116 starts. Run 116 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020677s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.484504 + User=0.010000s Real=0.012902s Sys=0.000000s + User TOT = 0.36 Real TOT = 0.614579 Summary of Run 116 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8654,65 +8656,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 117 starts. Run 117 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020984s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.505616 + User=0.000000s Real=0.004855s Sys=0.000000s + User TOT = 0.36 Real TOT = 0.619546 Summary of Run 117 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8724,65 +8726,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 118 starts. Run 118 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021348s Sys=0.000000s - User TOT = 0.18 Real TOT = 0.52709 + User=0.000000s Real=0.010169s Sys=0.000000s + User TOT = 0.36 Real TOT = 0.629829 Summary of Run 118 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8794,65 +8796,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 119 starts. Run 119 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021217s Sys=0.000000s - User TOT = 0.19 Real TOT = 0.548433 + User=0.000000s Real=0.005994s Sys=0.000000s + User TOT = 0.36 Real TOT = 0.635938 Summary of Run 119 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8864,65 +8866,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 120 starts. Run 120 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021120s Sys=0.010000s - User TOT = 0.19 Real TOT = 0.5697 + User=0.000000s Real=0.013297s Sys=0.000000s + User TOT = 0.36 Real TOT = 0.649345 Summary of Run 120 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -8934,65 +8936,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 121 starts. Run 121 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021261s Sys=0.000000s - User TOT = 0.19 Real TOT = 0.591093 + User=0.010000s Real=0.005778s Sys=0.000000s + User TOT = 0.37 Real TOT = 0.655233 Summary of Run 121 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9004,65 +9006,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 122 starts. Run 122 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020757s Sys=0.000000s - User TOT = 0.19 Real TOT = 0.61199 + User=0.000000s Real=0.004731s Sys=0.000000s + User TOT = 0.37 Real TOT = 0.660093 Summary of Run 122 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9074,65 +9076,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 123 starts. Run 123 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021218s Sys=0.000000s - User TOT = 0.2 Real TOT = 0.633345 + User=0.000000s Real=0.003272s Sys=0.000000s + User TOT = 0.37 Real TOT = 0.663686 Summary of Run 123 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9144,65 +9146,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 124 starts. Run 124 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021155s Sys=0.000000s - User TOT = 0.2 Real TOT = 0.654649 + User=0.000000s Real=0.003996s Sys=0.000000s + User TOT = 0.37 Real TOT = 0.667802 Summary of Run 124 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9214,65 +9216,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 125 starts. Run 125 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020209s Sys=0.000000s - User TOT = 0.2 Real TOT = 0.674985 + User=0.010000s Real=0.006816s Sys=0.000000s + User TOT = 0.38 Real TOT = 0.674737 Summary of Run 125 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9284,65 +9286,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 126 starts. Run 126 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021885s Sys=0.000000s - User TOT = 0.2 Real TOT = 0.69699 + User=0.000000s Real=0.003984s Sys=0.000000s + User TOT = 0.38 Real TOT = 0.678827 Summary of Run 126 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9354,65 +9356,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 127 starts. Run 127 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020995s Sys=0.000000s - User TOT = 0.21 Real TOT = 0.71812 + User=0.010000s Real=0.004836s Sys=0.000000s + User TOT = 0.39 Real TOT = 0.683774 Summary of Run 127 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9424,65 +9426,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 128 starts. Run 128 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020600s Sys=0.000000s - User TOT = 0.21 Real TOT = 0.738865 + User=0.000000s Real=0.006152s Sys=0.000000s + User TOT = 0.39 Real TOT = 0.690037 Summary of Run 128 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9494,65 +9496,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 129 starts. Run 129 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021282s Sys=0.000000s - User TOT = 0.21 Real TOT = 0.760284 + User=0.000000s Real=0.006129s Sys=0.000000s + User TOT = 0.4 Real TOT = 0.696275 Summary of Run 129 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9564,65 +9566,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 130 starts. Run 130 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020966s Sys=0.010000s - User TOT = 0.21 Real TOT = 0.781376 + User=0.010000s Real=0.010265s Sys=0.000000s + User TOT = 0.41 Real TOT = 0.706652 Summary of Run 130 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9634,65 +9636,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 131 starts. Run 131 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021449s Sys=0.000000s - User TOT = 0.21 Real TOT = 0.802946 + User=0.000000s Real=0.003365s Sys=0.000000s + User TOT = 0.41 Real TOT = 0.710129 Summary of Run 131 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9704,65 +9706,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 132 starts. Run 132 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.091225s Sys=0.000000s - User TOT = 0.22 Real TOT = 0.89431 + User=0.010000s Real=0.009753s Sys=0.000000s + User TOT = 0.42 Real TOT = 0.719993 Summary of Run 132 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9774,65 +9776,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 133 starts. Run 133 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020178s Sys=0.000000s - User TOT = 0.22 Real TOT = 0.914612 + User=0.000000s Real=0.005087s Sys=0.000000s + User TOT = 0.42 Real TOT = 0.725188 Summary of Run 133 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9844,65 +9846,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 134 starts. Run 134 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021652s Sys=0.000000s - User TOT = 0.22 Real TOT = 0.936387 + User=0.010000s Real=0.005809s Sys=0.010000s + User TOT = 0.43 Real TOT = 0.731281 Summary of Run 134 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9914,65 +9916,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 135 starts. Run 135 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020575s Sys=0.000000s - User TOT = 0.23 Real TOT = 0.957107 + User=0.000000s Real=0.003932s Sys=0.000000s + User TOT = 0.43 Real TOT = 0.735323 Summary of Run 135 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -9984,65 +9986,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 136 starts. Run 136 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021103s Sys=0.000000s - User TOT = 0.23 Real TOT = 0.978357 + User=0.010000s Real=0.004297s Sys=0.000000s + User TOT = 0.44 Real TOT = 0.739721 Summary of Run 136 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10054,65 +10056,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 137 starts. Run 137 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021694s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.00018 + User=0.000000s Real=0.009293s Sys=0.000000s + User TOT = 0.44 Real TOT = 0.749117 Summary of Run 137 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10124,65 +10126,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 138 starts. Run 138 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022480s Sys=0.010000s - User TOT = 0.23 Real TOT = 1.02279 + User=0.010000s Real=0.020012s Sys=0.000000s + User TOT = 0.45 Real TOT = 0.769245 Summary of Run 138 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10194,65 +10196,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 139 starts. Run 139 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021002s Sys=0.000000s - User TOT = 0.23 Real TOT = 1.04394 + User=0.000000s Real=0.019804s Sys=0.000000s + User TOT = 0.45 Real TOT = 0.789164 Summary of Run 139 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10264,65 +10266,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 140 starts. Run 140 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020932s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.06502 + User=0.010000s Real=0.020288s Sys=0.000000s + User TOT = 0.46 Real TOT = 0.809568 Summary of Run 140 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10334,65 +10336,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 141 starts. Run 141 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.053939s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.11909 + User=0.000000s Real=0.024486s Sys=0.000000s + User TOT = 0.46 Real TOT = 0.834171 Summary of Run 141 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10404,65 +10406,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 142 starts. Run 142 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.013286s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.13252 + User=0.010000s Real=0.033398s Sys=0.000000s + User TOT = 0.47 Real TOT = 0.867692 Summary of Run 142 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10474,65 +10476,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 143 starts. Run 143 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.002200s Sys=0.000000s - User TOT = 0.24 Real TOT = 1.13483 + User=0.000000s Real=0.003522s Sys=0.000000s + User TOT = 0.47 Real TOT = 0.871337 Summary of Run 143 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10544,65 +10546,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 144 starts. Run 144 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.017245s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.1522 + User=0.000000s Real=0.017501s Sys=0.000000s + User TOT = 0.47 Real TOT = 0.889079 Summary of Run 144 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10614,65 +10616,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 145 starts. Run 145 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020529s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.17286 + User=0.000000s Real=0.020854s Sys=0.010000s + User TOT = 0.47 Real TOT = 0.910073 Summary of Run 145 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10684,65 +10686,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 146 starts. Run 146 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020875s Sys=0.000000s - User TOT = 0.25 Real TOT = 1.19386 + User=0.010000s Real=0.021031s Sys=0.000000s + User TOT = 0.48 Real TOT = 0.931224 Summary of Run 146 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10754,65 +10756,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 147 starts. Run 147 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.023697s Sys=0.010000s - User TOT = 0.26 Real TOT = 1.2177 + User=0.000000s Real=0.017649s Sys=0.000000s + User TOT = 0.48 Real TOT = 0.949027 Summary of Run 147 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10824,65 +10826,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 148 starts. Run 148 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020724s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.23859 + User=0.000000s Real=0.019648s Sys=0.000000s + User TOT = 0.48 Real TOT = 0.968838 Summary of Run 148 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10894,65 +10896,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 149 starts. Run 149 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018431s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.25715 + User=0.000000s Real=0.019373s Sys=0.000000s + User TOT = 0.48 Real TOT = 0.988377 Summary of Run 149 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -10964,65 +10966,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 150 starts. Run 150 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022241s Sys=0.000000s - User TOT = 0.26 Real TOT = 1.27956 + User=0.000000s Real=0.019848s Sys=0.000000s + User TOT = 0.48 Real TOT = 1.00839 Summary of Run 150 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11034,65 +11036,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 151 starts. Run 151 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.022838s Sys=0.000000s - User TOT = 0.27 Real TOT = 1.30256 + User=0.010000s Real=0.020112s Sys=0.000000s + User TOT = 0.49 Real TOT = 1.02863 Summary of Run 151 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11104,65 +11106,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 152 starts. Run 152 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.017757s Sys=0.000000s - User TOT = 0.27 Real TOT = 1.32044 + User=0.000000s Real=0.019609s Sys=0.010000s + User TOT = 0.49 Real TOT = 1.04836 Summary of Run 152 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11174,65 +11176,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 153 starts. Run 153 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020990s Sys=0.000000s - User TOT = 0.27 Real TOT = 1.34157 + User=0.010000s Real=0.018917s Sys=0.000000s + User TOT = 0.5 Real TOT = 1.06739 Summary of Run 153 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11244,65 +11246,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 154 starts. Run 154 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.027677s Sys=0.000000s - User TOT = 0.28 Real TOT = 1.36938 + User=0.000000s Real=0.032658s Sys=0.000000s + User TOT = 0.5 Real TOT = 1.10017 Summary of Run 154 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11314,65 +11316,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 155 starts. Run 155 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016890s Sys=0.000000s - User TOT = 0.28 Real TOT = 1.38643 + User=0.000000s Real=0.010842s Sys=0.000000s + User TOT = 0.5 Real TOT = 1.11113 Summary of Run 155 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11384,65 +11386,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 156 starts. Run 156 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.023636s Sys=0.000000s - User TOT = 0.28 Real TOT = 1.41022 + User=0.000000s Real=0.017121s Sys=0.000000s + User TOT = 0.5 Real TOT = 1.12838 Summary of Run 156 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11454,65 +11456,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 157 starts. Run 157 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016339s Sys=0.000000s - User TOT = 0.28 Real TOT = 1.42671 + User=0.000000s Real=0.019454s Sys=0.000000s + User TOT = 0.5 Real TOT = 1.14796 Summary of Run 157 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11524,65 +11526,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 158 starts. Run 158 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.025619s Sys=0.000000s - User TOT = 0.28 Real TOT = 1.45246 + User=0.010000s Real=0.019053s Sys=0.000000s + User TOT = 0.51 Real TOT = 1.16714 Summary of Run 158 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11594,65 +11596,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 159 starts. Run 159 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016532s Sys=0.010000s - User TOT = 0.28 Real TOT = 1.46915 + User=0.000000s Real=0.020324s Sys=0.000000s + User TOT = 0.51 Real TOT = 1.18759 Summary of Run 159 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11664,65 +11666,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 160 starts. Run 160 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.021180s Sys=0.000000s - User TOT = 0.29 Real TOT = 1.49046 + User=0.000000s Real=0.019996s Sys=0.000000s + User TOT = 0.51 Real TOT = 1.20773 Summary of Run 160 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11734,65 +11736,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 161 starts. Run 161 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020410s Sys=0.000000s - User TOT = 0.29 Real TOT = 1.511 + User=0.010000s Real=0.016877s Sys=0.000000s + User TOT = 0.52 Real TOT = 1.22478 Summary of Run 161 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11804,65 +11806,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 162 starts. Run 162 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020923s Sys=0.000000s - User TOT = 0.29 Real TOT = 1.53206 + User=0.000000s Real=0.020320s Sys=0.000000s + User TOT = 0.52 Real TOT = 1.24524 Summary of Run 162 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11874,65 +11876,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 163 starts. Run 163 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020834s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.55304 + User=0.000000s Real=0.019968s Sys=0.010000s + User TOT = 0.52 Real TOT = 1.26533 Summary of Run 163 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -11944,65 +11946,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 164 starts. Run 164 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022520s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.57569 + User=0.000000s Real=0.017476s Sys=0.000000s + User TOT = 0.52 Real TOT = 1.28296 Summary of Run 164 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12014,65 +12016,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 165 starts. Run 165 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020919s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.59675 + User=0.000000s Real=0.018603s Sys=0.000000s + User TOT = 0.52 Real TOT = 1.30168 Summary of Run 165 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12084,65 +12086,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 166 starts. Run 166 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020539s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.61743 + User=0.000000s Real=0.021295s Sys=0.000000s + User TOT = 0.52 Real TOT = 1.3231 Summary of Run 166 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12154,65 +12156,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 167 starts. Run 167 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.034121s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.65168 + User=0.010000s Real=0.018818s Sys=0.000000s + User TOT = 0.53 Real TOT = 1.34204 Summary of Run 167 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12224,65 +12226,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 168 starts. Run 168 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.009233s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.66105 + User=0.000000s Real=0.020020s Sys=0.000000s + User TOT = 0.53 Real TOT = 1.36227 Summary of Run 168 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12294,65 +12296,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 169 starts. Run 169 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019373s Sys=0.000000s - User TOT = 0.3 Real TOT = 1.68056 + User=0.010000s Real=0.018925s Sys=0.000000s + User TOT = 0.54 Real TOT = 1.38134 Summary of Run 169 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12364,65 +12366,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 170 starts. Run 170 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020710s Sys=0.000000s - User TOT = 0.31 Real TOT = 1.7014 + User=0.010000s Real=0.020893s Sys=0.000000s + User TOT = 0.55 Real TOT = 1.40235 Summary of Run 170 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12434,65 +12436,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 171 starts. Run 171 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.030094s Sys=0.010000s - User TOT = 0.31 Real TOT = 1.73162 + User=0.010000s Real=0.024034s Sys=0.000000s + User TOT = 0.56 Real TOT = 1.42651 Summary of Run 171 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12504,65 +12506,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 172 starts. Run 172 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.016938s Sys=0.000000s - User TOT = 0.31 Real TOT = 1.74899 + User=0.000000s Real=0.015028s Sys=0.000000s + User TOT = 0.56 Real TOT = 1.44167 Summary of Run 172 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12574,65 +12576,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 173 starts. Run 173 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.015370s Sys=0.000000s - User TOT = 0.32 Real TOT = 1.76449 + User=0.000000s Real=0.020030s Sys=0.000000s + User TOT = 0.56 Real TOT = 1.46181 Summary of Run 173 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12644,65 +12646,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 174 starts. Run 174 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021801s Sys=0.000000s - User TOT = 0.32 Real TOT = 1.78645 + User=0.000000s Real=0.019471s Sys=0.000000s + User TOT = 0.56 Real TOT = 1.48166 Summary of Run 174 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12714,65 +12716,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 175 starts. Run 175 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.025653s Sys=0.000000s - User TOT = 0.32 Real TOT = 1.81223 + User=0.000000s Real=0.020437s Sys=0.000000s + User TOT = 0.56 Real TOT = 1.50221 Summary of Run 175 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12784,65 +12786,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 176 starts. Run 176 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.013352s Sys=0.000000s - User TOT = 0.33 Real TOT = 1.82574 + User=0.010000s Real=0.020292s Sys=0.000000s + User TOT = 0.57 Real TOT = 1.52262 Summary of Run 176 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12854,65 +12856,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 177 starts. Run 177 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021742s Sys=0.000000s - User TOT = 0.33 Real TOT = 1.84767 + User=0.000000s Real=0.023914s Sys=0.000000s + User TOT = 0.57 Real TOT = 1.54666 Summary of Run 177 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12924,65 +12926,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 178 starts. Run 178 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.018298s Sys=0.000000s - User TOT = 0.33 Real TOT = 1.86611 + User=0.010000s Real=0.015310s Sys=0.000000s + User TOT = 0.58 Real TOT = 1.56209 Summary of Run 178 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -12994,65 +12996,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 179 starts. Run 179 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021928s Sys=0.000000s - User TOT = 0.33 Real TOT = 1.88822 + User=0.000000s Real=0.019322s Sys=0.000000s + User TOT = 0.58 Real TOT = 1.58154 Summary of Run 179 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13064,65 +13066,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 180 starts. Run 180 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019966s Sys=0.000000s - User TOT = 0.33 Real TOT = 1.90831 + User=0.000000s Real=0.019998s Sys=0.000000s + User TOT = 0.58 Real TOT = 1.60165 Summary of Run 180 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13134,65 +13136,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 181 starts. Run 181 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021346s Sys=0.000000s - User TOT = 0.33 Real TOT = 1.9298 + User=0.000000s Real=0.019002s Sys=0.000000s + User TOT = 0.58 Real TOT = 1.62076 Summary of Run 181 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13204,65 +13206,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 182 starts. Run 182 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.020926s Sys=0.000000s - User TOT = 0.34 Real TOT = 1.95088 + User=0.000000s Real=0.019027s Sys=0.000000s + User TOT = 0.58 Real TOT = 1.63989 Summary of Run 182 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13274,65 +13276,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 183 starts. Run 183 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020316s Sys=0.000000s - User TOT = 0.34 Real TOT = 1.97136 + User=0.010000s Real=0.024639s Sys=0.000000s + User TOT = 0.59 Real TOT = 1.66467 Summary of Run 183 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13344,65 +13346,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 184 starts. Run 184 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021240s Sys=0.010000s - User TOT = 0.34 Real TOT = 1.99276 + User=0.000000s Real=0.014621s Sys=0.000000s + User TOT = 0.59 Real TOT = 1.67943 Summary of Run 184 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13414,65 +13416,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 185 starts. Run 185 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.024252s Sys=0.000000s - User TOT = 0.34 Real TOT = 2.0172 + User=0.010000s Real=0.018448s Sys=0.010000s + User TOT = 0.6 Real TOT = 1.69801 Summary of Run 185 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13484,65 +13486,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 186 starts. Run 186 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.017316s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.03465 + User=0.010000s Real=0.020516s Sys=0.000000s + User TOT = 0.61 Real TOT = 1.71864 Summary of Run 186 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13554,65 +13556,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 187 starts. Run 187 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.022178s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.05697 + User=0.000000s Real=0.018563s Sys=0.000000s + User TOT = 0.61 Real TOT = 1.73733 Summary of Run 187 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13624,65 +13626,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 188 starts. Run 188 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.034401s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.09151 + User=0.010000s Real=0.018819s Sys=0.000000s + User TOT = 0.62 Real TOT = 1.75627 Summary of Run 188 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13694,65 +13696,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 189 starts. Run 189 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.009672s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.10133 + User=0.000000s Real=0.026067s Sys=0.000000s + User TOT = 0.62 Real TOT = 1.78248 Summary of Run 189 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13764,65 +13766,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 190 starts. Run 190 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019135s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.12061 + User=0.010000s Real=0.013816s Sys=0.000000s + User TOT = 0.63 Real TOT = 1.79641 Summary of Run 190 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13834,65 +13836,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 191 starts. Run 191 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019269s Sys=0.010000s - User TOT = 0.35 Real TOT = 2.14005 + User=0.000000s Real=0.019639s Sys=0.000000s + User TOT = 0.63 Real TOT = 1.81616 Summary of Run 191 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13904,65 +13906,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 192 starts. Run 192 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021198s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.1614 + User=0.010000s Real=0.020300s Sys=0.000000s + User TOT = 0.64 Real TOT = 1.83658 Summary of Run 192 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -13974,65 +13976,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 193 starts. Run 193 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020749s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.18233 + User=0.000000s Real=0.020004s Sys=0.000000s + User TOT = 0.64 Real TOT = 1.8567 Summary of Run 193 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -14044,65 +14046,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 194 starts. Run 194 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021491s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.20398 + User=0.000000s Real=0.019242s Sys=0.000000s + User TOT = 0.64 Real TOT = 1.87606 Summary of Run 194 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -14114,65 +14116,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 195 starts. Run 195 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019962s Sys=0.010000s - User TOT = 0.35 Real TOT = 2.22408 + User=0.000000s Real=0.018818s Sys=0.000000s + User TOT = 0.64 Real TOT = 1.895 Summary of Run 195 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -14184,65 +14186,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 196 starts. Run 196 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021667s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.24587 + User=0.010000s Real=0.019638s Sys=0.000000s + User TOT = 0.65 Real TOT = 1.91475 Summary of Run 196 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -14254,65 +14256,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 197 starts. Run 197 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.020587s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.26665 + User=0.000000s Real=0.019981s Sys=0.000000s + User TOT = 0.65 Real TOT = 1.93486 Summary of Run 197 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -14324,65 +14326,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 198 starts. Run 198 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.021081s Sys=0.000000s - User TOT = 0.35 Real TOT = 2.28787 + User=0.010000s Real=0.020430s Sys=0.010000s + User TOT = 0.66 Real TOT = 1.95541 Summary of Run 198 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -14394,65 +14396,65 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 199 starts. Run 199 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.022498s Sys=0.000000s - User TOT = 0.36 Real TOT = 2.31051 + User=0.000000s Real=0.018562s Sys=0.000000s + User TOT = 0.66 Real TOT = 1.97409 Summary of Run 199 : /run/geometryModified -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -14464,61 +14466,61 @@ Index : 0 used in the geometry : Yes 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.8333 keV e- 1.41422 MeV e+ 1.32231 MeV proton 10 keV + Energy thresholds : gamma 22.7483 keV e- 1.40852 MeV e+ 1.33503 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.6438 keV e- 1.27862 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.5739 keV e- 1.28245 MeV e+ 1.19937 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 10 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 10 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 10 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 10 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 10 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 200 starts. Run 200 starts ... Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.019099s Sys=0.000000s - User TOT = 0.36 Real TOT = 2.32976 + User=0.010000s Real=0.019943s Sys=0.000000s + User TOT = 0.67 Real TOT = 1.99415 Summary of Run 200 : /score/dumpQuantityToFile boxMesh_1 eDep eDep_scorer.out Graphics systems deleted. @@ -14526,6 +14528,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.042 MB +Dynamic pools deleted: 11 / Total memory freed: 0.053 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/gammaray_telescope/History b/examples/advanced/gammaray_telescope/History index 79f78bd2431..4da2f49c7b0 100644 --- a/examples/advanced/gammaray_telescope/History +++ b/examples/advanced/gammaray_telescope/History @@ -8,6 +8,10 @@ History file ------------ +26.02.2020 - V.Ivanchenko, Tag gammaraytel-V10-06-00 + GammaRayTelHadronPhysics, GammaRayTelIonPhysics - fixed + compilation problems due to incorrect FTFP instantiation + 31.01.2019 - I.Hrivnacova, Tag gammaraytel-V10-05-00 Merged GitHub PR #4: all Boolean operators now return G4bool. diff --git a/examples/advanced/gammaray_telescope/gammaraytel.out b/examples/advanced/gammaray_telescope/gammaraytel.out index 1e5af0d8378..8d49fd3915d 100644 --- a/examples/advanced/gammaray_telescope/gammaraytel.out +++ b/examples/advanced/gammaray_telescope/gammaraytel.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -231,7 +237,7 @@ compt: for gamma SubType=13 BuildTable=1 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 +Livermore5DConversion : 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 @@ -320,7 +326,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -345,6 +351,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -353,7 +363,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -383,7 +393,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -400,7 +410,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -433,7 +443,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -466,7 +476,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -499,7 +509,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -533,7 +543,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -573,7 +583,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -606,7 +616,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -640,7 +650,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -649,24 +659,24 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -674,11 +684,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_alpha @@ -686,11 +698,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -698,11 +712,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_neutron @@ -710,11 +726,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_proton @@ -722,11 +740,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_triton @@ -734,23 +754,25 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for deuteron Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for kaon+ @@ -787,7 +809,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV --------------------------------------------------- @@ -805,7 +829,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV - Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV @@ -858,17 +882,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 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 Nucl-nucl: 0 eV ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -888,6 +926,7 @@ Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -896,7 +935,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -908,32 +947,32 @@ Index : 0 used in the geometry : Yes Index : 1 used in the geometry : Yes Material : CesiumIodide Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 9.24411 keV e- 145.079 keV e+ 140.395 keV proton 10 keV + Energy thresholds : gamma 9.33527 keV e- 143.602 keV e+ 140.504 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Silicon Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 2.32918 keV e- 122.227 keV e+ 119.582 keV proton 10 keV + Energy thresholds : gamma 2.31197 keV e- 122.379 keV e+ 119.739 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Tungsten Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 36.157 keV e- 351.933 keV e+ 336.864 keV proton 10 keV + Energy thresholds : gamma 36.0852 keV e- 348.589 keV e+ 336.147 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Scintillator Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 984.997 eV e- 86.7551 keV e+ 84.8775 keV proton 10 keV + Energy thresholds : gamma 980.52 eV e- 86.3315 keV e+ 85.0855 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -948,4074 +987,3800 @@ Using G4ParticleGun ... proton Event: 0 Number of tracker hits in this event = 23 - 0 119.543 1245 10 1 69.2404 74.1904 95.55 - 0 145.881 1270 10 0 69.2397 74.1899 94.15 - 0 99.2488 1245 9 1 69.2239 74.1769 65.55 - 0 263.772 1270 9 0 69.2223 74.1764 64.15 - 0 100.944 1245 8 1 69.1838 74.1678 35.55 - 0 108.018 1270 8 0 69.1814 74.1673 34.15 - 0 214.962 1245 7 1 69.1332 74.1571 5.55 - 0 165.995 1270 7 0 69.1305 74.1563 4.15 - 0 104.87 1245 6 1 69.0733 74.1362 -24.45 - 0 124.896 1270 6 0 69.0694 74.1361 -25.85 - 0 159.424 1244 5 1 68.9884 74.1341 -54.45 - 0 107.359 1270 5 0 68.9851 74.1343 -55.85 - 0 104.126 1244 4 1 68.9128 74.1383 -84.45 - 0 146.385 1270 4 0 68.9095 74.1388 -85.85 - 0 235.988 1243 3 1 68.8419 74.15 -114.45 - 0 110.474 1270 3 0 68.8383 74.1507 -115.85 - 0 122.955 1243 2 1 68.7593 74.1647 -144.45 - 0 124.405 1270 2 0 68.7559 74.1659 -145.85 - 0 125.716 1243 1 1 68.6875 74.1904 -174.45 - 0 225.838 1270 1 0 68.6846 74.1914 -175.85 - 0 129.747 1242 0 1 68.6228 74.2103 -204.45 - 0 104.392 1270 0 0 68.62 74.2115 -205.85 - 0 143.943 1271 9 0 69.1027 74.25 63.8479 -Number of digits in this event = 15 + 0 100.891 1245 10 1 69.2404 74.1904 95.55 + 0 113.309 1270 10 0 69.2398 74.1902 94.15 + 0 153.193 1245 9 1 69.2269 74.1875 65.55 + 0 150.426 1270 9 0 69.2257 74.1868 64.15 + 0 128.995 1245 8 1 69.1982 74.1715 35.55 + 0 109.165 1270 8 0 69.1954 74.1713 34.15 + 0 230.031 1245 7 1 69.1375 74.165 5.55 + 0 119.411 1270 7 0 69.1348 74.1645 4.15 + 0 134.677 1245 6 1 69.0849 74.1486 -24.45 + 0 117.863 1270 6 0 69.0822 74.1487 -25.85 + 0 116.111 1244 5 1 69.0248 74.1548 -54.45 + 0 129.295 1270 5 0 69.0218 74.1566 -55.85 + 0 98.1301 1244 4 1 68.9611 74.1927 -84.45 + 0 157.814 1270 4 0 68.9592 74.1935 -85.85 + 0 119.22 1244 3 1 68.9163 74.2115 -114.45 + 0 102.266 1270 3 0 68.9147 74.2123 -115.85 + 0 160.226 1244 2 1 68.8816 74.2288 -144.45 + 0 117.815 1270 2 0 68.8795 74.2298 -145.85 + 0 109.843 1243 1 1 68.8329 74.2462 -174.45 + 0 150.781 1270 1 0 68.8305 74.2472 -175.85 + 0 125.928 1243 0 1 68.7792 74.2705 -204.45 + 0 117.818 1271 0 0 68.7762 74.2716 -205.85 + 0 243.392 1190 9 0 83.6348 58.1855 63.75 +Number of digits in this event = 12 Using G4ParticleGun ... -7.17839 LIN +1.49413 LIN proton Event: 1 -Number of tracker hits in this event = 20 - 1 110.437 1167 9 1 53.4848 107.972 65.55 - 1 138.313 1439 9 0 53.4851 107.972 64.15 - 1 100.432 1167 8 1 53.4918 107.963 35.55 - 1 93.1952 1439 8 0 53.4917 107.963 34.15 - 1 231.282 1167 7 1 53.491 107.976 5.55 - 1 141.271 1439 7 0 53.4903 107.976 4.15 - 1 131.923 1167 6 1 53.4758 107.971 -24.45 - 1 141.727 1439 6 0 53.4759 107.97 -25.85 - 1 86.7881 1167 5 1 53.4763 107.954 -54.45 - 1 138.82 1439 5 0 53.4761 107.953 -55.85 - 1 96.9443 1167 4 1 53.464 107.939 -84.45 - 1 106.764 1438 4 0 53.4633 107.94 -85.85 - 1 121.06 1166 3 1 53.4458 107.942 -114.45 - 1 137.352 1438 3 0 53.444 107.941 -115.85 - 1 105.235 1166 2 1 53.4069 107.929 -144.45 - 1 140.226 1438 2 0 53.4043 107.928 -145.85 - 1 98.6021 1166 1 1 53.351 107.899 -174.45 - 1 206.65 1438 1 0 53.3488 107.897 -175.85 - 1 137.473 1166 0 1 53.3019 107.863 -204.45 - 1 102.836 1438 0 0 53.2977 107.862 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -7.95116 LIN +Number of tracker hits in this event = 92 + 1 126.429 1206 11 1 61.3037 9.48876 125.55 + 1 128.417 947 11 0 61.302 9.48577 124.15 + 1 160.91 1206 10 1 61.2735 9.43779 95.55 + 1 142.042 946 10 0 61.2689 9.43703 94.15 + 1 172.724 1205 9 1 61.1869 9.41572 65.55 + 1 117.757 946 9 0 61.1796 9.41401 64.15 + 1 91.3995 1204 8 1 61.0184 9.38401 35.55 + 1 101.487 946 8 0 61.0115 9.38142 34.15 + 1 15.3708 1198 7 1 59.85 9.46722 5.4177 + 1 1.80566 1057 5 0 -16.2772 31.4983 -55.85 + 1 136.635 1005 8 0 84.6572 21.0965 33.75 + 1 19.5989 1325 8 1 85.2091 21.1959 35.15 + 1 35.7428 999 8 0 85.0723 20.0097 34.15 + 1 2.33366 1318 8 1 83.716 19.4058 35.15 + 1 8.82801 992 8 0 82.0135 18.5936 34.15 + 1 6.07076 1299 8 1 79.9396 18.2274 35.15 + 1 2.10176 994 8 0 78.9569 18.9381 34.1499 + 1 43.1118 1292 8 1 78.5105 18.6546 35.15 + 1 1647.14 1203 7 1 60.7696 9.29652 5.55 + 1 2187.6 1202 7 1 60.65 9.21922 5.3718 + 1 519.047 943 7 0 59.8414 8.67398 4.15 + 1 3750.82 942 7 0 59.8058 8.65 4.09648 + 1 1876.57 959 8 0 63.3583 11.8704 33.75 + 1 2136.57 1217 8 1 63.4848 11.973 35.15 + 1 6347.56 958 9 0 60.6637 11.6793 63.75 + 1 74.4734 798 2 0 157.942 -20.2841 -146.25 + 1 249.414 799 2 0 158.032 -20.2499 -146.058 + 1 93.2131 1692 2 1 158.587 -20.365 -144.85 + 1 371.839 1693 2 1 158.75 -20.5448 -144.725 + 1 36.9916 1656 6 1 151.473 114.296 -24.45 + 1 100.315 1657 6 1 151.55 114.387 -24.4681 + 1 82.124 1658 6 1 151.75 114.625 -24.5149 + 1 119.671 1659 6 1 151.95 114.861 -24.561 + 1 86.6123 1660 6 1 152.15 115.092 -24.6082 + 1 90.4126 1661 6 1 152.351 115.317 -24.6568 + 1 90.9527 1662 6 1 152.55 115.536 -24.7021 + 1 97.124 1663 6 1 152.75 115.754 -24.7481 + 1 114.642 1664 6 1 152.95 115.974 -24.7965 + 1 7.52852 1665 6 1 153.15 116.192 -24.8444 + 1 58.7591 1503 6 0 157.511 120.829 -25.8501 + 1 88.4496 1504 6 0 157.624 120.95 -25.8756 + 1 74.3386 1505 6 0 157.811 121.15 -25.9163 + 1 83.3242 1506 6 0 157.999 121.351 -25.9561 + 1 84.5918 1507 6 0 158.187 121.55 -25.9947 + 1 107.441 1508 6 0 158.377 121.75 -26.0342 + 1 184.8 1509 6 0 158.568 121.95 -26.0745 + 1 77.9306 1510 6 0 158.763 122.15 -26.1171 + 1 73.4421 1511 6 0 158.957 122.35 -26.1612 + 1 57.3915 1512 6 0 159.151 122.55 -26.2053 + 1 7.9945 1654 6 1 150.964 114.357 -24.45 + 1 137.715 1653 6 1 150.95 114.366 -24.4734 + 1 13.6545 1652 6 1 150.75 114.493 -24.8388 + 1 128.518 1472 6 0 150.242 114.691 -25.85 + 1 21.8504 1473 6 0 150.083 114.75 -26.1657 + 1 117.495 1600 5 1 140.337 114.722 -54.45 + 1 61.8424 1599 5 1 140.15 114.709 -54.6622 + 1 228.747 1472 5 0 139.397 114.638 -55.85 + 1 165.242 1674 5 0 -35.2117 154.965 -56.25 + 1 91.8078 1675 5 0 -35.7547 155.15 -56.0935 + 1 60.4335 1676 5 0 -36.0123 155.35 -56.0436 + 1 68.1721 1677 5 0 -36.1616 155.55 -56.0262 + 1 88.6204 1678 5 0 -36.3294 155.75 -55.9807 + 1 93.811 1679 5 0 -36.535 155.95 -55.901 + 1 181.327 1680 5 0 -36.809 156.15 -55.8909 + 1 101.022 1681 5 0 -37.0866 156.35 -55.9244 + 1 140.457 1682 5 0 -37.4336 156.55 -55.9537 + 1 156.126 1683 5 0 -37.8465 156.75 -56.132 + 1 175.297 1684 5 0 -38.1197 156.95 -56.1038 + 1 297.859 702 5 1 -39.4987 157.38 -54.85 + 1 302.235 701 5 1 -39.65 157.43 -54.7102 + 1 254.823 700 5 1 -39.85 157.418 -54.5754 + 1 277.946 1693 5 0 -39.348 158.805 -55.85 + 1 25.7195 291 8 0 140.905 -121.876 33.75 + 1 103.417 290 8 0 140.951 -121.95 33.7659 + 1 313.035 289 8 0 141.072 -122.15 33.8086 + 1 71.2055 288 8 0 141.194 -122.35 33.8514 + 1 87.2258 287 8 0 141.315 -122.55 33.8954 + 1 91.6976 286 8 0 141.436 -122.75 33.9406 + 1 196.881 285 8 0 141.558 -122.95 33.9856 + 1 70.4167 284 8 0 141.679 -123.15 34.0311 + 1 58.557 283 8 0 141.8 -123.35 34.0761 + 1 48.473 282 8 0 141.922 -123.55 34.1208 + 1 17.4781 1622 8 1 144.711 -128.1 35.15 + 1 159.859 1623 8 1 144.75 -128.163 35.1645 + 1 115.878 1624 8 1 144.95 -128.49 35.2381 + 1 189.97 1625 8 1 145.15 -128.817 35.3109 + 1 142.269 1626 8 1 145.35 -129.143 35.3841 + 1 117.88 1627 8 1 145.55 -129.469 35.458 + 1 23.2571 1628 8 1 145.75 -129.794 35.5326 + 1 21.7813 256 8 0 146.071 -128.765 34.15 + 1 233.364 257 8 0 146.102 -128.75 34.0994 + 1 150.972 250 8 0 71.3537 -130.031 33.75 +Number of digits in this event = 39 +Using G4ParticleGun ... +3.51473 LIN proton Event: 2 -Number of tracker hits in this event = 23 - 2 112.709 1255 11 0 -43.7453 71.1004 124.15 - 2 107.572 681 10 1 -43.7574 71.1009 95.55 - 2 112.727 1255 10 0 -43.7576 71.1013 94.15 - 2 104.661 681 9 1 -43.7654 71.1118 65.55 - 2 108.332 1255 9 0 -43.7649 71.1115 64.15 - 2 89.8117 681 8 1 -43.7522 71.1066 35.55 - 2 100.791 1255 8 0 -43.7521 71.1073 34.15 - 2 132.056 681 7 1 -43.7484 71.1178 5.55 - 2 183.574 1255 7 0 -43.7474 71.119 4.15 - 2 125.368 681 6 1 -43.7233 71.1444 -24.45 - 2 102.343 1255 6 0 -43.7221 71.1464 -25.85 - 2 100.604 681 5 1 -43.6989 71.1899 -54.45 - 2 116.381 1255 5 0 -43.6975 71.1918 -55.85 - 2 113.379 681 4 1 -43.6723 71.2322 -84.45 - 2 101.223 1255 4 0 -43.6707 71.2347 -85.85 - 2 109.127 682 3 1 -43.6376 71.2852 -114.45 - 2 122.135 1256 3 0 -43.6349 71.2879 -115.85 - 2 117.306 682 2 1 -43.5756 71.3488 -144.45 - 2 125.009 1256 2 0 -43.5714 71.352 -145.85 - 2 165.845 682 1 1 -43.4871 71.4176 -174.45 - 2 103.03 1256 1 0 -43.4828 71.4204 -175.85 - 2 132.864 683 0 1 -43.3907 71.4707 -204.45 - 2 151.034 1257 0 0 -43.3871 71.4738 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 26 + 2 117.021 671 10 0 106.744 -45.7332 94.15 + 2 121.954 1433 9 1 106.75 -45.7358 65.55 + 2 98.5828 671 9 0 106.751 -45.7371 64.15 + 2 107.279 1433 8 1 106.766 -45.7584 35.55 + 2 102.927 671 8 0 106.767 -45.7596 34.15 + 2 136.88 1433 7 1 106.785 -45.7838 5.55 + 2 145.424 671 7 0 106.787 -45.7846 4.15 + 2 128.182 1433 6 1 106.835 -45.7972 -24.45 + 2 208.697 671 6 0 106.838 -45.7961 -25.85 + 2 109.103 1433 5 1 106.889 -45.7735 -54.45 + 2 140.312 671 5 0 106.892 -45.7711 -55.85 + 2 133.756 1433 4 1 106.941 -45.7202 -84.45 + 2 102.918 671 4 0 106.943 -45.7166 -85.85 + 2 96.4507 1434 3 1 106.973 -45.6377 -114.45 + 2 142.708 672 3 0 106.976 -45.6341 -115.85 + 2 102.003 1434 2 1 107.052 -45.5517 -144.45 + 2 116.775 672 2 0 107.056 -45.5476 -145.85 + 2 188.918 1434 1 1 107.147 -45.4663 -174.45 + 2 226.829 672 1 0 107.149 -45.4638 -175.85 + 2 203.931 1435 0 1 107.197 -45.4084 -204.45 + 2 140.109 673 0 0 107.201 -45.4057 -205.85 + 2 8.69795 1380 0 1 96.15 -97.0302 -204.682 + 2 323.925 1435 1 1 107.15 -45.5288 -174.536 + 2 62.9365 1432 8 1 106.75 -45.7607 35.2282 + 2 297.735 676 8 0 106.656 -44.7864 34.15 + 2 57.6957 677 8 0 106.615 -44.6499 34.103 +Number of digits in this event = 18 Using G4ParticleGun ... -9.88903 LIN +5.77979 LIN proton Event: 3 -Number of tracker hits in this event = 24 - 3 139.304 1318 9 1 83.7029 -101.82 65.55 - 3 110.94 391 9 0 83.7029 -101.819 64.15 - 3 98.9808 1318 8 1 83.7025 -101.8 35.55 - 3 101.298 391 8 0 83.7027 -101.799 34.15 - 3 101.612 1318 7 1 83.7062 -101.782 5.55 - 3 119.784 391 7 0 83.7027 -101.776 4.15 - 3 237.753 1317 6 1 83.6278 -101.661 -24.45 - 3 249.068 392 6 0 83.6252 -101.655 -25.85 - 3 133.885 1317 5 1 83.5705 -101.524 -54.45 - 3 111.365 393 5 0 83.5684 -101.517 -55.85 - 3 168.984 1317 4 1 83.5226 -101.39 -84.45 - 3 128.831 393 4 0 83.521 -101.382 -85.85 - 3 107.923 1317 3 1 83.4841 -101.223 -114.45 - 3 183.044 394 3 0 83.483 -101.215 -115.85 - 3 139.947 1317 2 1 83.4624 -101.058 -144.45 - 3 135.553 395 2 0 83.4614 -101.05 -145.85 - 3 159.157 1316 1 1 83.4412 -100.884 -174.45 - 3 98.9816 396 1 0 83.4402 -100.876 -175.85 - 3 133.118 1316 0 1 83.4177 -100.713 -204.45 - 3 94.6469 397 0 0 83.4165 -100.705 -205.85 - 3 7.60685 1316 6 1 83.45 -101.252 -24.8248 - 3 41.1665 391 6 0 82.3511 -101.75 -26.1629 - 3 37.582 355 6 0 46.7946 -109.128 -26.2499 - 3 136.077 354 6 0 46.7897 -109.15 -26.1947 -Number of digits in this event = 13 +Number of tracker hits in this event = 90 + 3 285.679 475 10 1 -85.0402 -31.9232 95.55 + 3 114.201 740 10 0 -85.0394 -31.9248 94.15 + 3 107.952 475 9 1 -85.0219 -31.9547 65.55 + 3 116.968 740 9 0 -85.0218 -31.9549 64.15 + 3 118.967 475 8 1 -85.0223 -31.9617 35.55 + 3 107.688 740 8 0 -85.0248 -31.9636 34.15 + 3 111.245 474 7 1 -85.0765 -32.0027 5.55 + 3 108.077 740 7 0 -85.079 -32.0041 4.15 + 3 147.933 474 6 1 -85.1274 -32.0337 -24.45 + 3 113.552 740 6 0 -85.129 -32.0346 -25.85 + 3 127.462 474 5 1 -85.1637 -32.0508 -54.45 + 3 102.836 739 5 0 -85.1662 -32.0512 -55.85 + 3 113.35 474 4 1 -85.2163 -32.0602 -84.45 + 3 135.621 739 4 0 -85.2169 -32.0602 -85.85 + 3 124.718 474 3 1 -85.2284 -32.0609 -114.45 + 3 111.894 739 3 0 -85.2288 -32.0603 -115.85 + 3 118.077 474 2 1 -85.2366 -32.0396 -144.45 + 3 142.842 740 2 0 -85.237 -32.0389 -145.85 + 3 112.34 474 1 1 -85.2471 -32.0283 -174.45 + 3 120.636 740 1 0 -85.2474 -32.0269 -175.85 + 3 157.529 473 0 1 -85.2561 -32.0006 -204.45 + 3 91.4998 740 0 0 -85.2561 -31.9987 -205.85 + 3 173.586 908 0 0 -75.1607 1.80165 -206.25 + 3 508.443 909 0 0 -75.1509 1.85 -206.156 + 3 801.921 525 0 1 -75.0288 2.51203 -204.85 + 3 487.596 981 1 0 -72.0771 16.3172 -176.25 + 3 275.06 982 1 0 -72.0486 16.45 -175.975 + 3 741.177 540 1 1 -71.9281 17.0014 -174.85 + 3 875.472 1052 2 0 -69.9954 30.4565 -146.25 + 3 837.938 550 2 1 -69.9033 31.1187 -144.85 + 3 849.768 1136 3 0 -68.3662 47.2736 -116.25 + 3 243.962 1137 3 0 -68.3496 47.45 -115.939 + 3 1071.74 558 3 1 -68.2909 48.0747 -114.85 + 3 850.993 1223 4 0 -65.5195 64.6606 -86.25 + 3 170.022 1224 4 0 -65.4875 64.85 -85.9234 + 3 1137.24 573 4 1 -65.3798 65.457 -84.85 + 3 758.87 1319 5 0 -63.1451 83.8861 -56.25 + 3 468.625 1320 5 0 -63.1254 84.05 -55.9963 + 3 1201.22 585 5 1 -63.0374 84.7871 -54.85 + 3 530.127 1418 6 0 -59.6419 103.851 -26.25 + 3 802.373 1419 6 0 -59.624 103.95 -26.1012 + 3 1036.38 602 6 1 -59.4816 104.777 -24.85 + 3 444.991 603 6 1 -59.45 104.962 -24.5682 + 3 502.828 1498 7 0 -50.2892 119.881 3.75 + 3 1148.63 1499 7 0 -50.2465 119.95 3.88101 + 3 1691.41 651 7 1 -49.8252 120.598 5.15 + 3 2395.49 1565 8 0 -45.601 133.151 33.75 + 3 2737.55 673 8 1 -45.4265 133.759 35.15 + 3 87.7228 1386 5 0 119.979 97.5025 -55.8955 + 3 83.5076 633 0 0 -49.679 -53.2729 -206.25 + 3 105.634 632 0 0 -49.7077 -53.45 -206.071 + 3 8.7196 631 0 0 -49.7391 -53.65 -205.877 + 3 281 650 0 1 -49.9161 -54.6932 -204.85 + 3 0.00239372 482 1 0 -59.5216 -83.6495 -176.25 + 3 69.5044 481 1 0 -59.5218 -83.65 -176.249 + 3 107.372 480 1 0 -59.5852 -83.85 -176.052 + 3 1.44427 479 1 0 -59.6433 -84.0504 -175.854 + 3 224.78 600 1 1 -59.9428 -85.0637 -174.85 + 3 78.9064 434 2 0 -82.7143 -93.2686 -146.25 + 3 71.6122 433 2 0 -82.8948 -93.3502 -146.029 + 3 64.9895 481 2 1 -83.7387 -93.7408 -144.85 + 3 95.482 480 2 1 -83.85 -93.7926 -144.695 + 3 36.2801 364 3 0 -92.7195 -107.316 -116.25 + 3 94.6978 363 3 0 -92.7423 -107.35 -116.177 + 3 44.7799 435 3 1 -93.1305 -108.003 -114.85 + 3 107.49 434 3 1 -93.15 -108.036 -114.784 + 3 30.8151 254 4 0 -113.71 -129.29 -86.25 + 3 157.24 253 4 0 -113.766 -129.35 -86.1677 + 3 8.16609 252 4 0 -113.957 -129.55 -85.8738 + 3 59.04 327 4 1 -114.647 -130.247 -84.85 + 3 104.495 326 4 1 -114.75 -130.355 -84.6992 + 3 421.151 221 5 0 -154.439 -135.86 -56.25 + 3 30.3251 220 5 0 -154.924 -135.95 -55.9015 + 3 61.9256 119 5 1 -156.219 -136.312 -54.8499 + 3 61.3971 118 5 1 -156.35 -136.35 -54.7433 + 3 75.3271 117 5 1 -156.55 -136.41 -54.5626 + 3 22.0265 115 5 1 -157.091 -136.371 -54.45 + 3 66.399 114 5 1 -157.15 -136.353 -54.4811 + 3 79.7645 113 5 1 -157.35 -136.293 -54.6025 + 3 18.8034 112 5 1 -157.55 -136.189 -54.8049 + 3 236.635 649 0 1 -50.05 -54.5659 -204.729 + 3 162.12 371 3 0 -24.0481 -105.785 -116.25 + 3 115.722 370 3 0 -23.9678 -105.95 -115.991 + 3 125.925 372 3 0 -23.7081 -105.75 -115.958 + 3 171.57 1066 6 0 175.837 33.3329 -26.25 + 3 29.373 1065 6 0 176.237 33.25 -26.2035 + 3 0.0607367 1372 13 0 -43.7617 94.5503 183.75 + 3 201.785 1371 13 0 -43.7615 94.55 183.75 + 3 134.332 474 0 1 -85.25 -32.0024 -204.743 + 3 189.772 743 0 0 -84.9307 -31.3638 -205.85 +Number of digits in this event = 49 Using G4ParticleGun ... -8.7779 LIN +1.40223 LIN proton Event: 4 -Number of tracker hits in this event = 126 - 4 111.504 1339 10 1 87.8737 -31.7497 95.55 - 4 155.467 741 10 0 87.8741 -31.7498 94.15 - 4 98.8208 1339 9 1 87.8808 -31.7532 65.55 - 4 118.213 741 9 0 87.8804 -31.7527 64.15 - 4 108.65 1339 8 1 87.8725 -31.7465 35.55 - 4 150.776 741 8 0 87.8726 -31.7466 34.15 - 4 241.652 1339 7 1 87.8768 -31.745 5.55 - 4 133.866 741 7 0 87.8769 -31.7448 4.15 - 4 113.543 1339 6 1 87.8789 -31.7411 -24.45 - 4 118.763 741 6 0 87.8793 -31.7407 -25.85 - 4 143.788 1339 5 1 87.8907 -31.737 -54.45 - 4 102.086 741 5 0 87.891 -31.7362 -55.85 - 4 100.562 1339 4 1 87.8966 -31.7261 -84.45 - 4 120.233 741 4 0 87.8978 -31.7239 -85.85 - 4 170.751 1339 3 1 87.9222 -31.6795 -114.45 - 4 132.299 741 3 0 87.9237 -31.6779 -115.85 - 4 132.928 1339 2 1 87.9586 -31.6448 -144.45 - 4 252.971 742 2 0 87.9607 -31.6433 -145.85 - 4 98.5889 1339 1 1 88.0035 -31.6102 -174.45 - 4 113.542 742 1 0 88.0048 -31.6089 -175.85 - 4 107.636 1339 0 1 88.0302 -31.579 -204.45 - 4 124.099 742 0 0 88.0317 -31.578 -205.85 - 4 22.3898 971 6 0 121.892 14.3246 -26.25 - 4 360.584 630 0 0 87.7012 -53.9375 -206.25 - 4 147.321 631 0 0 87.9145 -53.85 -206.099 - 4 193.917 1037 3 1 27.65 -51.8734 -114.752 - 4 54.6032 662 0 0 122.799 -47.5248 -206.25 - 4 155.357 661 0 0 122.95 -47.65 -206.118 - 4 41.3162 660 0 0 123.168 -47.85 -205.912 - 4 21.1998 1520 0 1 124.297 -48.8519 -204.85 - 4 78.8559 1521 0 1 124.35 -48.8968 -204.8 - 4 69.6001 1522 0 1 124.55 -49.0531 -204.608 - 4 93.2558 598 1 0 125.922 -60.3199 -176.25 - 4 14.2065 597 1 0 125.928 -60.45 -175.918 - 4 146.997 1528 1 1 125.928 -60.8655 -174.85 - 4 176.3 589 2 0 138.969 -62.1865 -146.25 - 4 11.4319 1596 2 1 139.535 -62.208 -144.85 - 4 181.269 1597 2 1 139.55 -62.2093 -144.812 - 4 63.9852 745 3 0 123.792 -31.028 -116.25 - 4 84.7286 746 3 0 123.691 -30.85 -116.101 - 4 55.3795 747 3 0 123.556 -30.65 -115.926 - 4 41.8622 1512 3 1 122.611 -29.475 -114.85 - 4 118.723 1511 3 1 122.55 -29.398 -114.785 - 4 89.2998 1510 3 1 122.35 -29.1233 -114.522 - 4 72.3949 1509 3 1 122.072 -28.4233 -114.45 - 4 77.1899 754 3 0 122.435 -29.0805 -115.85 - 4 53.2369 753 3 0 122.473 -29.2501 -116.123 - 4 114.359 702 0 0 115.342 -39.5525 -206.25 - 4 16.1475 701 0 0 115.468 -39.65 -205.921 - 4 129.992 1478 0 1 115.758 -39.9937 -204.85 - 4 36.709 295 3 0 98.5682 -121.036 -116.25 - 4 80.5924 294 3 0 98.5977 -121.15 -116.121 - 4 128.275 293 3 0 98.6511 -121.35 -115.896 - 4 75.493 1393 3 1 98.9064 -122.3 -114.85 - 4 135.456 1394 3 1 98.95 -122.455 -114.677 - 4 21.0461 184 4 0 107.358 -143.295 -86.25 - 4 96.1244 183 4 0 107.38 -143.35 -86.1756 - 4 23.5833 182 4 0 107.462 -143.55 -85.9091 - 4 179.099 1438 4 1 107.782 -144.345 -84.85 - 4 182.331 74 5 0 113.705 -165.24 -56.25 - 4 107.027 73 5 0 113.735 -165.35 -56.0992 - 4 137.939 1469 5 1 113.952 -166.278 -54.85 - 4 18.8603 325 3 0 95.1008 -115.112 -116.25 - 4 99.0391 324 3 0 95.1067 -115.15 -116.193 - 4 11.8733 323 3 0 95.1384 -115.35 -115.897 - 4 156.482 1375 3 1 95.2815 -116.055 -114.85 - 4 128.418 285 4 0 100.97 -123.086 -86.25 - 4 47.9872 284 4 0 101.032 -123.15 -85.9731 - 4 72.3334 1405 4 1 101.299 -123.408 -84.85 - 4 54.08 1406 4 1 101.35 -123.453 -84.637 - 4 184.188 264 5 0 112.894 -127.251 -56.2498 - 4 77.3288 1466 5 1 113.485 -127.42 -54.8498 - 4 74.9358 1467 5 1 113.55 -127.437 -54.7048 - 4 184.677 1463 5 1 112.872 -126.288 -54.8499 - 4 239.718 1464 5 1 112.95 -126.16 -54.5587 - 4 5.10708 605 0 0 37.1924 -59.047 -206.25 - 4 150.555 604 0 0 37.1895 -59.05 -206.24 - 4 148.813 1083 0 1 36.8034 -59.4616 -204.85 - 4 36.323 564 1 0 29.7708 -67.2199 -176.25 - 4 89.5246 563 1 0 29.7435 -67.25 -176.139 - 4 155.737 1046 1 1 29.4271 -67.6024 -174.85 - 4 139.043 527 2 0 22.0469 -74.5495 -146.25 - 4 38.2626 1008 2 1 21.6862 -74.8885 -144.85 - 4 67.5425 1007 2 1 21.65 -74.9226 -144.709 - 4 62.607 489 3 0 14.1061 -82.1967 -116.25 - 4 192.015 488 3 0 14.0508 -82.25 -116.042 - 4 166.406 968 3 1 13.733 -82.5606 -114.85 - 4 20.9737 967 3 1 13.65 -82.6418 -114.539 - 4 217.854 449 4 0 6.56674 -90.2631 -86.25 - 4 35.0056 448 4 0 6.48664 -90.35 -85.9292 - 4 128.933 930 4 1 6.22006 -90.6392 -84.85 - 4 103.562 408 5 0 -1.69199 -98.4601 -56.25 - 4 80.3896 407 5 0 -1.78314 -98.55 -55.9214 - 4 121.911 889 5 1 -2.0765 -98.8378 -54.85 - 4 63.8586 368 6 0 -9.83963 -106.518 -26.25 - 4 81.1553 367 6 0 -9.872 -106.55 -26.1307 - 4 28.3675 849 6 1 -10.2181 -106.886 -24.85 - 4 87.9943 848 6 1 -10.25 -106.917 -24.7316 - 4 134.29 338 7 0 -17.448 -112.492 3.75 - 4 25.7046 337 7 0 -17.5234 -112.55 4.04869 - 4 69.5074 811 7 1 -17.8017 -112.762 5.15 - 4 55.3417 810 7 1 -17.85 -112.799 5.34104 - 4 211.03 311 8 0 -25.463 -117.892 33.75 - 4 25.3665 310 8 0 -25.5499 -117.95 34.0741 - 4 16.0499 771 8 1 -25.8364 -118.144 35.15 - 4 108.436 770 8 1 -25.85 -118.153 35.2011 - 4 137.65 281 9 0 -33.4061 -123.783 63.75 - 4 71.8354 731 9 1 -33.7786 -124.059 65.15 - 4 37.1846 730 9 1 -33.85 -124.112 65.4179 - 4 110.84 251 10 0 -41.6567 -129.858 93.75 - 4 9.95955 690 10 1 -42.0445 -130.14 95.15 - 4 108.179 689 10 1 -42.05 -130.144 95.1699 - 4 136.428 222 11 0 -50.1878 -135.586 123.75 - 4 123.16 647 11 1 -50.5892 -135.854 125.15 - 4 54.8952 646 11 1 -50.65 -135.894 125.361 - 4 40.3649 196 12 0 -59.2682 -140.927 153.75 - 4 72.1444 195 12 0 -59.3084 -140.95 153.882 - 4 130.088 601 12 1 -59.6984 -141.172 155.15 - 4 108.114 168 13 0 -68.5056 -146.494 183.75 - 4 30.4276 167 13 0 -68.5975 -146.55 184.048 - 4 123.376 555 13 1 -68.9371 -146.752 185.15 - 4 6.73953 554 13 1 -69.05 -146.819 185.517 - 4 114.074 139 14 0 -77.2036 -152.239 213.75 - 4 59.4158 512 14 1 -77.606 -152.505 215.15 - 4 126.266 511 14 1 -77.65 -152.534 215.303 - 4 52.7636 487 3 0 14.0369 -82.45 -115.921 -Number of digits in this event = 50 +Number of tracker hits in this event = 24 + 4 149.324 856 11 1 -8.78041 44.008 125.55 + 4 142.58 1119 11 0 -8.7758 44.0052 124.15 + 4 100.695 856 10 1 -8.68832 43.9326 95.55 + 4 110.568 1119 10 0 -8.68623 43.9291 94.15 + 4 131.784 857 9 1 -8.61807 43.8666 65.55 + 4 112.455 1119 9 0 -8.62037 43.8647 64.15 + 4 139.69 856 8 1 -8.6728 43.8225 35.55 + 4 152.581 1118 8 0 -8.67625 43.8229 34.15 + 4 129.919 856 7 1 -8.75327 43.8327 5.55 + 4 105.335 1118 7 0 -8.7554 43.8345 4.15 + 4 119.702 856 6 1 -8.79757 43.8644 -24.45 + 4 108.804 1119 6 0 -8.8031 43.8657 -25.85 + 4 121.034 855 5 1 -8.92603 43.901 -54.45 + 4 120.359 1119 5 0 -8.93206 43.9021 -55.85 + 4 178.486 855 4 1 -9.02699 43.9432 -84.45 + 4 139.063 1119 4 0 -9.03129 43.9435 -85.85 + 4 193.18 854 3 1 -9.13728 43.9513 -114.45 + 4 111.844 1119 3 0 -9.14495 43.953 -115.85 + 4 117.092 853 2 1 -9.29948 43.9907 -144.45 + 4 125.539 1119 2 0 -9.30452 43.9907 -145.85 + 4 109.144 853 1 1 -9.38633 43.9767 -174.45 + 4 179.918 1119 1 0 -9.39394 43.977 -175.85 + 4 142.228 852 0 1 -9.56237 43.9859 -204.45 + 4 162.166 1119 0 0 -9.56718 43.9899 -205.85 +Number of digits in this event = 16 Using G4ParticleGun ... -5.3647 LIN +1.6326 LIN proton Event: 5 -Number of tracker hits in this event = 22 - 5 86.7599 1071 10 1 34.2599 -108.635 95.55 - 5 100.936 357 10 0 34.2617 -108.634 94.15 - 5 117.611 1071 9 1 34.2982 -108.617 65.55 - 5 117.62 357 9 0 34.3017 -108.615 64.15 - 5 82.8916 1071 8 1 34.3694 -108.576 35.55 - 5 85.6288 357 8 0 34.3733 -108.576 34.15 - 5 163.283 1072 7 1 34.4514 -108.558 5.55 - 5 141.452 357 7 0 34.4544 -108.558 4.15 - 5 101.239 1072 6 1 34.512 -108.54 -24.45 - 5 126.969 358 6 0 34.5139 -108.541 -25.85 - 5 141.899 1072 5 1 34.5518 -108.561 -54.45 - 5 201.846 357 5 0 34.5547 -108.561 -55.85 - 5 118.445 1072 4 1 34.6131 -108.56 -84.45 - 5 117.796 357 4 0 34.6165 -108.561 -85.85 - 5 121.253 1073 3 1 34.6819 -108.576 -114.45 - 5 141.502 357 3 0 34.687 -108.577 -115.85 - 5 102.727 1073 2 1 34.7964 -108.599 -144.45 - 5 138.833 357 2 0 34.8003 -108.599 -145.85 - 5 103.539 1074 1 1 34.8764 -108.599 -174.45 - 5 104.198 357 1 0 34.8816 -108.599 -175.85 - 5 105.254 1074 0 1 34.9871 -108.604 -204.45 - 5 122.367 357 0 0 34.9921 -108.604 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 29 + 5 54.6568 449 9 0 101.393 -90.174 63.9386 + 5 102.328 1406 8 1 101.391 -90.1707 35.55 + 5 94.1258 449 8 0 101.392 -90.1683 34.15 + 5 241.767 1405 5 1 101.274 -89.9192 -54.45 + 5 115.854 450 5 0 101.271 -89.91 -55.85 + 5 283.093 1405 4 1 101.204 -89.7171 -84.45 + 5 457.251 451 4 0 101.196 -89.7061 -85.85 + 5 134.801 1404 3 1 101.028 -89.4684 -114.45 + 5 120.563 452 3 0 101.018 -89.4559 -115.85 + 5 123.598 1403 2 1 100.82 -89.1977 -144.45 + 5 123.017 454 2 0 100.809 -89.1871 -145.85 + 5 119.849 1402 1 1 100.586 -88.9828 -174.45 + 5 327.998 455 1 0 100.573 -88.9769 -175.85 + 5 142.787 1400 0 1 100.312 -88.8537 -204.45 + 5 145.191 456 0 0 100.301 -88.8492 -205.85 + 5 15.7982 448 4 0 101.33 -90.523 -85.85 + 5 153.339 447 4 0 101.323 -90.55 -85.9115 + 5 18.7049 446 4 0 101.275 -90.7506 -86.207 + 5 48.9109 384 4 0 119.132 -103.283 -86.25 + 5 66.3092 385 4 0 119.164 -103.15 -86.1514 + 5 71.52 386 4 0 119.235 -102.95 -86.0653 + 5 62.991 387 4 0 119.294 -102.75 -85.9228 + 5 81.5012 388 4 0 119.323 -102.55 -85.9475 + 5 90.1255 389 4 0 119.43 -102.35 -86.0211 + 5 92.8924 390 4 0 119.584 -102.15 -86.1208 + 5 90.6871 391 4 0 119.555 -101.95 -86.0427 + 5 186.735 1492 4 1 118.605 -103.053 -84.85 + 5 76.9826 1491 4 1 118.55 -103.193 -84.8231 + 5 278.939 449 7 0 101.444 -90.15 3.85765 +Number of digits in this event = 14 Using G4ParticleGun ... -1.87157 LIN +2.79188 LIN proton Event: 6 -Number of tracker hits in this event = 37 - 6 111.848 394 10 1 -101.204 -45.8226 95.55 - 6 103.843 671 10 0 -101.203 -45.8224 94.15 - 6 91.5797 394 9 1 -101.192 -45.8254 65.55 - 6 110.548 671 9 0 -101.183 -45.8225 64.15 - 6 193.55 395 8 1 -100.974 -45.78 35.55 - 6 154.095 671 8 0 -100.96 -45.7782 34.15 - 6 154.265 397 7 1 -100.67 -45.737 5.55 - 6 123.796 671 7 0 -100.657 -45.7371 4.15 - 6 146.43 398 6 1 -100.38 -45.7289 -24.45 - 6 104.3 671 6 0 -100.366 -45.7271 -25.85 - 6 114.063 400 5 1 -100.102 -45.6862 -54.45 - 6 123.756 671 5 0 -100.09 -45.6861 -55.85 - 6 128.795 401 4 1 -99.8351 -45.683 -84.45 - 6 143.134 671 4 0 -99.8178 -45.6827 -85.85 - 6 121.121 403 3 1 -99.4559 -45.6766 -114.45 - 6 219.965 671 3 0 -99.4388 -45.6768 -115.85 - 6 97.322 405 2 1 -99.0692 -45.6985 -144.45 - 6 131.33 671 2 0 -99.0537 -45.6987 -145.85 - 6 123.135 407 1 1 -98.7391 -45.7139 -174.45 - 6 155.206 671 1 0 -98.72 -45.7158 -175.85 - 6 100.626 409 0 1 -98.3286 -45.739 -204.45 - 6 116.524 671 0 0 -98.3053 -45.7403 -205.85 - 6 129.082 973 7 0 -97.9539 14.7256 3.75 - 6 220.72 974 7 0 -97.8405 14.85 3.80648 - 6 3.51324 410 7 1 -98.1424 12.8544 5.15 - 6 60.9578 409 7 1 -98.15 12.8446 5.15566 - 6 4.64506 957 7 0 -98.7494 11.4569 4.14908 - 6 252.789 956 7 0 -98.7554 11.45 4.13639 - 6 230.918 396 8 1 -100.95 -45.624 35.4659 - 6 116.08 397 8 1 -100.75 -45.1183 35.3208 - 6 40.0216 398 8 1 -100.55 -44.9123 35.1924 - 6 19.2021 690 8 0 -100.894 -41.9366 34.15 - 6 5.98412 691 8 0 -100.904 -41.85 34.1429 - 6 88.6781 390 8 1 -102.012 -38.0266 35.15 - 6 31.3383 717 8 0 -102.183 -36.5099 34.1498 - 6 92.3565 718 8 0 -102.183 -36.45 34.0371 - 6 127.418 719 8 0 -102.238 -36.25 33.8651 -Number of digits in this event = 19 +Number of tracker hits in this event = 17 + 6 127.25 573 7 1 -65.4355 132.935 5.55 + 6 128.609 1563 7 0 -65.4345 132.933 4.15 + 6 114.741 573 6 1 -65.4205 132.902 -24.45 + 6 102.222 1563 6 0 -65.4191 132.901 -25.85 + 6 127.606 573 5 1 -65.3984 132.9 -54.45 + 6 99.8594 1563 5 0 -65.3984 132.899 -55.85 + 6 338.305 573 4 1 -65.4021 132.89 -84.45 + 6 97.5392 1563 4 0 -65.4 132.888 -85.85 + 6 121.513 573 3 1 -65.3608 132.826 -114.45 + 6 118.227 1563 3 0 -65.3585 132.827 -115.85 + 6 90.9397 573 2 1 -65.3149 132.827 -144.45 + 6 139.812 1563 2 0 -65.3115 132.826 -145.85 + 6 170.393 573 1 1 -65.2545 132.807 -174.45 + 6 139.378 1563 1 0 -65.2514 132.805 -175.85 + 6 96.9499 574 0 1 -65.1944 132.77 -204.45 + 6 107.174 1563 0 0 -65.1904 132.768 -205.85 + 6 177.335 572 4 1 -65.45 132.842 -84.5165 +Number of digits in this event = 10 Using G4ParticleGun ... -2.69085 LIN +5.59318 LIN proton Event: 7 -Number of tracker hits in this event = 28 - 7 132.665 1341 10 0 -75.6836 88.3957 94.15 - 7 154.745 521 9 1 -75.6722 88.3898 65.55 - 7 105.886 1341 9 0 -75.672 88.3914 64.15 - 7 125.454 521 8 1 -75.6706 88.4221 35.55 - 7 107.632 1341 8 0 -75.668 88.4214 34.15 - 7 290.549 522 7 1 -75.6254 88.419 5.55 - 7 103.098 1341 7 0 -75.6228 88.4186 4.15 - 7 150.782 522 6 1 -75.5664 88.4095 -24.45 - 7 108.428 1341 6 0 -75.5612 88.4085 -25.85 - 7 28.4536 522 5 1 -75.4505 88.3863 -54.45 - 7 117.165 523 5 1 -75.45 88.3864 -54.5668 - 7 179.336 1341 5 0 -75.4452 88.3873 -55.85 - 7 258.129 523 4 1 -75.3472 88.4168 -84.45 - 7 203.697 1341 4 0 -75.3413 88.4175 -85.85 - 7 97.4222 524 3 1 -75.2222 88.4373 -114.45 - 7 129.694 1341 3 0 -75.215 88.4383 -115.85 - 7 228.647 524 2 1 -75.064 88.4585 -144.45 - 7 171.961 1342 2 0 -75.0547 88.46 -145.85 - 7 98.3409 525 1 1 -74.8655 88.4949 -174.45 - 7 113.685 1342 1 0 -74.8539 88.4963 -175.85 - 7 215.807 527 0 1 -74.6187 88.5312 -204.45 - 7 125.236 1342 0 0 -74.6078 88.5318 -205.85 - 7 189.807 1670 7 1 154.15 115.764 5.52305 - 7 56.4924 1618 6 1 143.917 77.2893 -24.45 - 7 1726.63 129 0 0 -114.458 -154.217 -206.111 - 7 135.718 1703 0 0 164.357 160.75 -206.23 - 7 162.515 1704 0 0 164.393 160.95 -206.125 - 7 216.056 1341 2 0 -75.0476 88.4498 -146.061 -Number of digits in this event = 21 +Number of tracker hits in this event = 22 + 7 117.261 959 10 1 11.8517 -108.442 95.55 + 7 121.621 358 10 0 11.85 -108.441 94.15 + 7 102.663 958 9 1 11.8179 -108.417 65.55 + 7 95.5302 358 9 0 11.8172 -108.416 64.15 + 7 98.706 958 8 1 11.803 -108.4 35.55 + 7 111.7 358 8 0 11.8028 -108.397 34.15 + 7 137.961 958 7 1 11.7959 -108.348 5.55 + 7 98.5124 359 7 0 11.7962 -108.345 4.15 + 7 113.365 958 6 1 11.8014 -108.291 -24.45 + 7 122.05 359 6 0 11.8024 -108.287 -25.85 + 7 243.261 958 5 1 11.8195 -108.212 -54.45 + 7 109.551 359 5 0 11.8205 -108.209 -55.85 + 7 189.502 958 4 1 11.8424 -108.144 -84.45 + 7 119.388 360 4 0 11.8427 -108.14 -85.85 + 7 89.8024 959 3 1 11.8509 -108.05 -114.45 + 7 88.966 360 3 0 11.8522 -108.046 -115.85 + 7 136.091 959 2 1 11.8817 -107.953 -144.45 + 7 118.882 361 2 0 11.8837 -107.949 -145.85 + 7 144.045 959 1 1 11.9206 -107.857 -174.45 + 7 139.586 361 1 0 11.9227 -107.851 -175.85 + 7 149.217 959 0 1 11.966 -107.737 -204.45 + 7 163.631 362 0 0 11.969 -107.732 -205.85 +Number of digits in this event = 11 Using G4ParticleGun ... -1.32162 LIN +2.31634 LIN proton Event: 8 -Number of tracker hits in this event = 24 - 8 208.929 578 11 1 -64.4203 -43.0607 125.55 - 8 118.006 684 11 0 -64.4221 -43.0626 124.15 - 8 121.729 578 10 1 -64.4381 -43.0841 95.55 - 8 113.65 684 10 0 -64.4443 -43.0854 94.15 - 8 212.254 577 9 1 -64.5688 -43.121 65.55 - 8 111.343 684 9 0 -64.5744 -43.1239 64.15 - 8 149.807 576 8 1 -64.7108 -43.1798 35.55 - 8 159.421 684 8 0 -64.7162 -43.1818 34.15 - 8 124.416 576 7 1 -64.8229 -43.2162 5.55 - 8 112.046 684 7 0 -64.8305 -43.2191 4.15 - 8 126.079 575 6 1 -64.9762 -43.2818 -24.45 - 8 97.1999 683 6 0 -64.9832 -43.2834 -25.85 - 8 118.771 574 5 1 -65.1302 -43.3113 -54.45 - 8 163.212 683 5 0 -65.1335 -43.3128 -55.85 - 8 95.9205 574 4 1 -65.1936 -43.3334 -84.45 - 8 177.098 683 4 0 -65.1928 -43.3394 -85.85 - 8 108.819 574 3 1 -65.1697 -43.4691 -114.45 - 8 134.916 682 3 0 -65.1637 -43.4794 -115.85 - 8 108.741 574 2 1 -65.0556 -43.6877 -144.45 - 8 219.766 681 2 0 -65.0544 -43.695 -145.85 - 8 152.233 575 1 1 -65.0074 -43.8573 -174.45 - 8 135.416 680 1 0 -65.0056 -43.8606 -175.85 - 8 222.328 575 0 1 -64.9699 -43.9485 -204.45 - 8 148.872 680 0 0 -64.9804 -43.9504 -205.85 -Number of digits in this event = 16 +Number of tracker hits in this event = 26 + 8 99.3203 1049 11 1 29.8659 18.0795 125.55 + 8 233.014 990 11 0 29.867 18.0777 124.15 + 8 131.798 1049 10 1 29.8994 18.0413 95.55 + 8 140.223 989 10 0 29.9022 18.0395 94.15 + 8 103.216 1049 9 1 29.9703 17.9993 65.55 + 8 130.696 989 9 0 29.9734 17.9977 64.15 + 8 94.3233 1049 8 1 30.023 17.9655 35.55 + 8 100.894 989 8 0 30.0234 17.9643 34.15 + 8 112.175 1049 7 1 30.0303 17.9336 5.55 + 8 88.122 989 7 0 30.0296 17.9337 4.15 + 8 98.6438 1049 6 1 30.0076 17.943 -24.45 + 8 184.67 989 6 0 30.0068 17.9431 -25.85 + 8 106.095 1049 5 1 29.9799 17.9446 -54.45 + 8 109.499 989 5 0 29.9762 17.946 -55.85 + 8 159.339 1049 4 1 29.8955 17.9687 -84.45 + 8 111.417 989 4 0 29.8904 17.9675 -85.85 + 8 97.8369 1048 3 1 29.7916 17.9293 -114.45 + 8 113.685 989 3 0 29.7848 17.9319 -115.85 + 8 110.828 1048 2 1 29.6517 17.9675 -144.45 + 8 5.37737 1047 2 1 29.65 17.9671 -144.833 + 8 96.698 989 2 0 29.6457 17.966 -145.85 + 8 160.774 1047 1 1 29.5294 17.9433 -174.45 + 8 105.713 989 1 0 29.5265 17.9409 -175.85 + 8 119.594 1047 0 1 29.472 17.8925 -204.45 + 8 107.801 989 0 0 29.4707 17.8932 -205.85 + 8 166.262 990 10 0 29.8803 18.05 94.0545 +Number of digits in this event = 9 Using G4ParticleGun ... -7.16006 LIN +3.38607 LIN proton Event: 9 -Number of tracker hits in this event = 37 - 9 128.359 396 8 1 -100.908 -98.2327 35.55 - 9 119.609 409 8 0 -100.908 -98.2329 34.15 - 9 239.623 396 7 1 -100.908 -98.2393 5.55 - 9 86.9607 409 7 0 -100.909 -98.2388 4.15 - 9 195.674 396 6 1 -100.911 -98.2309 -24.45 - 9 146.088 409 6 0 -100.912 -98.2301 -25.85 - 9 94.097 396 5 1 -100.911 -98.2099 -54.45 - 9 230.09 409 5 0 -100.911 -98.2102 -55.85 - 9 113.154 396 4 1 -100.905 -98.2161 -84.45 - 9 224.284 409 4 0 -100.905 -98.2165 -85.85 - 9 118.604 396 3 1 -100.897 -98.2273 -114.45 - 9 483.754 409 3 0 -100.897 -98.2282 -115.85 - 9 150.091 396 2 1 -100.896 -98.2442 -144.45 - 9 127.677 409 2 0 -100.896 -98.2446 -145.85 - 9 117.954 396 1 1 -100.897 -98.2555 -174.45 - 9 132.337 409 1 0 -100.896 -98.2552 -175.85 - 9 102.699 396 0 1 -100.877 -98.246 -204.45 - 9 153.718 409 0 0 -100.875 -98.2456 -205.85 - 9 364.274 420 4 0 -82.4686 -96.0177 -86.2499 - 9 46.1499 421 4 0 -82.5466 -95.95 -86.1411 - 9 125.842 395 7 1 -100.95 -98.3445 5.46722 - 9 10.1182 403 7 0 -101.253 -99.523 4.15 - 9 248.641 402 7 0 -101.26 -99.55 4.11968 - 9 59.6055 401 7 0 -101.329 -99.75 3.90176 - 9 307.392 223 7 0 -126.299 -135.383 3.75003 - 9 83.0276 222 7 0 -126.684 -135.55 4.07905 - 9 27.0093 257 7 1 -128.723 -136.569 5.15 - 9 71.4167 256 7 1 -128.75 -136.587 5.16032 - 9 38.8786 202 7 0 -130.725 -139.633 4.15 - 9 73.6348 201 7 0 -130.788 -139.75 4.12389 - 9 36.9353 200 7 0 -130.8 -139.95 4.10333 - 9 611.019 249 7 1 -130.344 -140.801 5.15 - 9 74.7301 397 7 1 -100.75 -98.196 5.53034 - 9 79.0373 398 7 1 -100.55 -98.0808 5.54403 - 9 125.59 399 7 1 -100.35 -98.0891 5.43225 - 9 151.635 400 7 1 -100.15 -98.3028 5.40686 - 9 236.735 411 7 0 -99.6559 -97.9189 4.1496 -Number of digits in this event = 20 +Number of tracker hits in this event = 20 + 9 123.219 889 9 1 -2.14986 122.214 65.55 + 9 117.325 1510 9 0 -2.15236 122.215 64.15 + 9 91.3745 889 8 1 -2.19734 122.215 35.55 + 9 108.032 1510 8 0 -2.20069 122.217 34.15 + 9 166.83 888 7 1 -2.26855 122.249 5.55 + 9 157.527 1510 7 0 -2.27209 122.246 4.15 + 9 148.435 888 6 1 -2.34444 122.186 -24.45 + 9 135.936 1510 6 0 -2.34818 122.184 -25.85 + 9 132.678 888 5 1 -2.43297 122.133 -54.45 + 9 109.887 1509 5 0 -2.43763 122.129 -55.85 + 9 117.512 887 4 1 -2.53149 122.048 -84.45 + 9 114.183 1509 4 0 -2.5374 122.044 -85.85 + 9 99.3947 886 3 1 -2.66038 121.97 -114.45 + 9 115.052 1509 3 0 -2.66758 121.966 -115.85 + 9 113.937 886 2 1 -2.81573 121.885 -144.45 + 9 140.211 1508 2 0 -2.82418 121.881 -145.85 + 9 124.442 885 1 1 -2.99783 121.803 -174.45 + 9 115.854 1508 1 0 -3.0084 121.799 -175.85 + 9 116.904 884 0 1 -3.2201 121.717 -204.45 + 9 114.605 1507 0 0 -3.22963 121.714 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -8.9741 LIN +1.81658 LIN proton Event: 10 -Number of tracker hits in this event = 27 - 10 112.978 307 9 1 -118.715 -25.0633 65.55 - 10 97.2051 774 9 0 -118.715 -25.0643 64.15 - 10 113.123 307 8 1 -118.721 -25.081 35.55 - 10 101.965 774 8 0 -118.721 -25.0811 34.15 - 10 195.519 307 7 1 -118.719 -25.0827 5.55 - 10 235.864 774 7 0 -118.719 -25.0831 4.15 - 10 207.313 307 6 1 -118.732 -25.0942 -24.45 - 10 122.783 774 6 0 -118.733 -25.0953 -25.85 - 10 238.007 307 5 1 -118.749 -25.1215 -54.45 - 10 256.615 774 5 0 -118.75 -25.1224 -55.85 - 10 108.754 306 4 1 -118.759 -25.1459 -84.45 - 10 119.612 774 4 0 -118.761 -25.1474 -85.85 - 10 106.246 306 3 1 -118.796 -25.1811 -114.45 - 10 91.6726 774 3 0 -118.798 -25.1819 -115.85 - 10 140.18 306 2 1 -118.838 -25.1995 -144.45 - 10 103.35 774 2 0 -118.84 -25.2005 -145.85 - 10 101.979 306 1 1 -118.88 -25.2175 -174.45 - 10 152.042 774 1 0 -118.882 -25.2184 -175.85 - 10 119.079 306 0 1 -118.909 -25.239 -204.45 - 10 119.755 774 0 0 -118.911 -25.2395 -205.85 - 10 176.228 306 5 1 -118.75 -25.1217 -54.7309 - 10 50.8436 865 5 0 -46.6185 -7.02058 -56.25 - 10 93.4951 864 5 0 -46.543 -7.05 -56.1129 - 10 60.4904 672 5 1 -45.6228 -7.37984 -54.85 - 10 109.613 673 5 1 -45.45 -7.45218 -54.723 - 10 186.51 674 5 1 -45.25 -7.63411 -54.5784 - 10 260.748 675 5 1 -45.05 -7.62027 -54.6402 -Number of digits in this event = 12 +Number of tracker hits in this event = 25 + 10 159.076 1558 7 1 131.915 -66.845 5.55 + 10 119.574 566 7 0 131.912 -66.8443 4.15 + 10 91.0715 1558 6 1 131.857 -66.8229 -24.45 + 10 96.5644 566 6 0 131.857 -66.8236 -25.85 + 10 106.09 1558 5 1 131.861 -66.8346 -54.45 + 10 197.607 566 5 0 131.861 -66.8355 -55.85 + 10 143.22 1558 4 1 131.858 -66.853 -84.45 + 10 120.458 565 4 0 131.857 -66.8545 -85.85 + 10 135.168 1558 3 1 131.83 -66.8753 -114.45 + 10 110.539 565 3 0 131.828 -66.8798 -115.85 + 10 121.045 1558 2 1 131.801 -66.9773 -144.45 + 10 171.33 565 2 0 131.801 -66.9857 -145.85 + 10 126.28 1558 1 1 131.81 -67.1516 -174.45 + 10 105.259 564 1 0 131.808 -67.1595 -175.85 + 10 116.426 1558 0 1 131.777 -67.3192 -204.45 + 10 257.086 563 0 0 131.776 -67.3282 -205.85 + 10 77.2187 562 0 0 132.053 -67.45 -206.167 + 10 245.735 163 0 0 127.13 -147.401 -206.25 + 10 3.95564 564 2 0 131.729 -67.05 -146.235 + 10 16.5777 539 2 0 119.561 -72.0607 -146.25 + 10 136.401 540 2 0 119.551 -72.0499 -146.201 + 10 400.825 1492 2 1 118.653 -72.0201 -144.85 + 10 125.587 1491 2 1 118.55 -71.9995 -144.716 + 10 275.753 1493 2 1 118.75 -71.892 -144.778 + 10 158.165 549 2 0 119.653 -70.2277 -145.85 +Number of digits in this event = 18 Using G4ParticleGun ... -8.75803 LIN +9.63414 LIN proton Event: 11 -Number of tracker hits in this event = 62 - 11 125.506 1110 9 1 42.2326 109.725 65.55 - 11 197.458 1447 9 0 42.2327 109.724 64.15 - 11 111.892 1110 8 1 42.2306 109.707 35.55 - 11 138.55 1447 8 0 42.2302 109.706 34.15 - 11 108.332 1110 7 1 42.2211 109.682 5.55 - 11 106.724 1447 7 0 42.2194 109.68 4.15 - 11 102.358 1110 6 1 42.1869 109.643 -24.45 - 11 114.292 1447 6 0 42.1849 109.642 -25.85 - 11 192.277 1110 5 1 42.1445 109.619 -54.45 - 11 120.547 1447 5 0 42.142 109.618 -55.85 - 11 139.996 1110 4 1 42.0907 109.581 -84.45 - 11 95.587 1447 4 0 42.0887 109.579 -85.85 - 11 134.184 1109 3 1 42.0462 109.543 -114.45 - 11 162.988 1446 3 0 42.0443 109.542 -115.85 - 11 183.845 1109 2 1 42.0084 109.514 -144.45 - 11 137.717 1446 2 0 42.0067 109.512 -145.85 - 11 104.466 1109 1 1 41.9713 109.466 -174.45 - 11 131.563 1446 1 0 41.9694 109.464 -175.85 - 11 185.408 1109 0 1 41.9306 109.427 -204.45 - 11 134.66 1446 0 0 41.9287 109.426 -205.85 - 11 48.1651 1314 1 0 93.5993 82.9664 -176.25 - 11 87.225 1315 1 0 93.7037 83.05 -176.124 - 11 209.434 1365 1 1 93.2806 83.4687 -174.85 - 11 121.621 1364 1 1 93.15 83.6571 -174.628 - 11 425.447 1640 1 0 176.162 148.269 -176.25 - 11 9.93324 1780 1 1 176.344 147.845 -174.85 - 11 375.04 1781 1 1 176.35 147.834 -174.819 - 11 89.72 1782 1 1 176.55 147.339 -174.594 - 11 67.8385 1783 1 1 176.75 147.11 -174.596 - 11 63.1447 1784 1 1 176.95 146.959 -174.63 - 11 60.7623 1785 1 1 177.15 146.82 -174.65 - 11 88.4489 1786 1 1 177.35 146.705 -174.686 - 11 63.2499 1787 1 1 177.55 146.548 -174.671 - 11 167.192 1788 1 1 177.75 146.405 -174.614 - 11 152.658 1789 1 1 177.95 146.154 -174.607 - 11 73.9582 1790 1 1 178.15 145.862 -174.699 - 11 74.8046 1623 1 0 178.651 144.865 -175.85 - 11 115.831 1622 1 0 178.719 144.75 -175.994 - 11 77.5459 1641 1 0 176.275 148.35 -176.055 - 11 19.2199 1777 1 1 175.75 149.233 -174.807 - 11 408.17 1380 2 0 15.332 96.2754 -146.114 - 11 26.3124 1189 0 0 35.9804 57.8997 -205.867 - 11 8.77065 1222 2 1 64.45 60.2775 -144.803 - 11 22.1803 1022 4 0 172.858 24.5817 -86.25 - 11 68.6133 1023 4 0 172.871 24.65 -86.2236 - 11 55.116 1024 4 0 172.839 24.85 -86.154 - 11 66.133 1025 4 0 172.861 25.05 -86.066 - 11 55.503 1026 4 0 172.86 25.2505 -85.968 - 11 117.689 1763 4 1 172.865 26.7232 -84.8498 - 11 124.8 1764 4 1 172.95 26.9614 -84.6879 - 11 93.8158 1765 4 1 173.15 27.3817 -84.5168 - 11 89.8564 1766 4 1 173.35 27.5062 -84.6327 - 11 228.953 1037 4 0 174.895 27.4517 -85.85 - 11 87.0035 1038 4 0 175.25 27.65 -86.0952 - 11 117.507 728 4 0 90.7162 -34.3498 -86.25 - 11 11.9916 729 4 0 90.5112 -34.25 -86.2448 - 11 480.833 990 4 0 32.8628 18.1223 -86.2499 - 11 88.5115 989 4 0 32.043 18.0497 -86.0774 - 11 162.501 1064 2 0 37.2537 32.8715 -145.949 - 11 219.832 1109 5 1 42.05 109.584 -54.547 - 11 1.308 1454 5 0 42.644 111.078 -55.85 - 11 61.4851 1112 5 1 42.6187 113.01 -54.85 -Number of digits in this event = 28 +Number of tracker hits in this event = 21 + 11 113.696 245 9 1 -130.953 27.9843 65.55 + 11 147.453 1039 9 0 -130.955 27.9896 64.15 + 11 104.887 245 8 1 -130.991 28.0954 35.55 + 11 114.104 1040 8 0 -130.993 28.1003 34.15 + 11 198.636 245 7 1 -131.032 28.2033 5.55 + 11 102.56 1040 7 0 -131.036 28.2084 4.15 + 11 110.688 245 6 1 -131.119 28.3116 -24.45 + 11 124.731 1041 6 0 -131.122 28.3169 -25.85 + 11 89.939 244 5 1 -131.189 28.4251 -54.45 + 11 150.95 1041 5 0 -131.193 28.4302 -55.85 + 11 130.397 244 4 1 -131.26 28.5326 -84.45 + 11 127.191 1042 4 0 -131.264 28.5379 -85.85 + 11 2.74239 244 3 1 -131.35 28.6465 -114.45 + 11 86.6457 243 3 1 -131.35 28.6465 -114.47 + 11 117.216 1043 3 0 -131.354 28.6524 -115.85 + 11 99.9708 243 2 1 -131.434 28.7725 -144.45 + 11 102.234 1043 2 0 -131.439 28.7787 -145.85 + 11 119.472 243 1 1 -131.543 28.9043 -174.45 + 11 98.0138 1044 1 0 -131.549 28.9111 -175.85 + 11 202.509 242 0 1 -131.67 29.0489 -204.45 + 11 184.263 1045 0 0 -131.676 29.0562 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -1.60129 LIN +8.56025 LIN proton Event: 12 -Number of tracker hits in this event = 25 - 12 151.32 1053 11 1 30.8396 -37.4993 125.55 - 12 123.016 712 11 0 30.8374 -37.4996 124.15 - 12 242.354 1053 10 1 30.7802 -37.5144 95.55 - 12 205.085 712 10 0 30.7769 -37.5178 94.15 - 12 134.492 1053 9 1 30.7215 -37.5843 65.55 - 12 128.77 712 9 0 30.7136 -37.589 64.15 - 12 148.942 1052 8 1 30.5593 -37.6961 35.55 - 12 113.162 711 8 0 30.5505 -37.7034 34.15 - 12 109.278 1051 7 1 30.3731 -37.8528 5.55 - 12 143.085 710 7 0 30.3615 -37.8654 4.15 - 12 134.297 1050 6 1 30.1328 -38.111 -24.45 - 12 120.923 709 6 0 30.1211 -38.1205 -25.85 - 12 111.962 1049 5 1 29.8709 -38.317 -54.45 - 12 127.909 708 5 0 29.8597 -38.3228 -55.85 - 12 121.181 1047 4 1 29.6277 -38.4414 -84.45 - 12 124.927 708 4 0 29.6169 -38.4468 -85.85 - 12 116.061 1046 3 1 29.4044 -38.5513 -114.45 - 12 125.492 707 3 0 29.3938 -38.5527 -115.85 - 12 97.6246 1045 2 1 29.1834 -38.5968 -144.45 - 12 115.443 707 2 0 29.1719 -38.595 -145.85 - 12 122.88 1044 1 1 28.9446 -38.5514 -174.45 - 12 171.608 707 1 0 28.9342 -38.5511 -175.85 - 12 120.385 1043 0 1 28.7073 -38.5534 -204.45 - 12 126.317 707 0 0 28.6952 -38.5549 -205.85 - 12 27.5968 642 10 0 54.5938 -51.642 93.75 -Number of digits in this event = 19 +Number of tracker hits in this event = 27 + 12 107.37 670 9 1 -45.9332 123.009 65.55 + 12 115.545 1514 9 0 -45.9332 123.008 64.15 + 12 394.199 670 8 1 -45.9364 122.994 35.55 + 12 107.32 1514 8 0 -45.9355 122.994 34.15 + 12 121.132 670 7 1 -45.9137 122.984 5.55 + 12 97.6801 1514 7 0 -45.912 122.983 4.15 + 12 107.227 670 6 1 -45.8785 122.969 -24.45 + 12 122.114 1514 6 0 -45.8763 122.967 -25.85 + 12 257.902 671 5 1 -45.8307 122.94 -54.45 + 12 118.809 1513 5 0 -45.8277 122.938 -55.85 + 12 121.211 671 4 1 -45.7623 122.902 -84.45 + 12 121.096 1513 4 0 -45.7591 122.9 -85.85 + 12 226.468 671 3 1 -45.696 122.858 -114.45 + 12 104.153 1513 3 0 -45.6925 122.856 -115.85 + 12 147.689 672 2 1 -45.6057 122.805 -144.45 + 12 116.353 1513 2 0 -45.6007 122.803 -145.85 + 12 131.473 672 1 1 -45.4994 122.758 -174.45 + 12 156.905 1513 1 0 -45.4943 122.755 -175.85 + 12 116.518 673 0 1 -45.3927 122.698 -204.45 + 12 93.5584 1512 0 0 -45.3883 122.696 -205.85 + 12 68.3949 1514 0 0 -44.9174 123.034 -205.85 + 12 247.107 1515 0 0 -44.8143 123.15 -206.049 + 12 82.9563 672 3 1 -45.65 122.774 -114.652 + 12 114.794 1511 8 0 -45.7982 122.498 34.15 + 12 30.2847 1411 8 0 -32.597 102.395 33.75 + 12 101.997 1410 8 0 -32.5716 102.35 33.8278 + 12 124.139 737 8 1 -32.6329 102.026 35.15 +Number of digits in this event = 14 Using G4ParticleGun ... -2.49308 LIN +7.66849 LIN proton Event: 13 -Number of tracker hits in this event = 21 - 13 8.69854 1106 9 0 129.289 41.4167 63.788 - 13 126.093 1545 8 1 129.291 41.4166 35.55 - 13 107.718 1106 8 0 129.291 41.4182 34.15 - 13 251.769 1545 7 1 129.296 41.4572 5.55 - 13 382.999 1107 7 0 129.295 41.4605 4.15 - 13 131.901 1545 6 1 129.268 41.5252 -24.45 - 13 114.686 1107 6 0 129.264 41.5277 -25.85 - 13 105.25 1545 5 1 129.19 41.5782 -54.45 - 13 174.506 1107 5 0 129.189 41.5782 -55.85 - 13 124.307 1545 4 1 129.175 41.5851 -84.45 - 13 109.93 1107 4 0 129.174 41.5844 -85.85 - 13 106.001 1545 3 1 129.168 41.5639 -114.45 - 13 102.52 1107 3 0 129.169 41.5655 -115.85 - 13 94.7872 1545 2 1 129.191 41.5874 -144.45 - 13 97.6248 1107 2 0 129.193 41.5879 -145.85 - 13 126.319 1545 1 1 129.232 41.5942 -174.45 - 13 98.2632 1107 1 0 129.234 41.5909 -175.85 - 13 152.126 1545 0 1 129.29 41.5295 -204.45 - 13 218.527 1107 0 0 129.292 41.5281 -205.85 - 13 160.379 1369 7 0 113.563 94.0459 3.75013 - 13 246.236 1546 7 1 129.35 41.3933 5.35261 -Number of digits in this event = 12 +Number of tracker hits in this event = 26 + 13 134.108 1043 8 1 28.6952 135.189 35.55 + 13 103.263 1575 8 0 28.6949 135.188 34.15 + 13 244.994 1043 7 1 28.6831 135.179 5.55 + 13 120.467 1575 7 0 28.6824 135.179 4.15 + 13 268.882 1043 6 1 28.6665 135.181 -24.45 + 13 135.157 1575 6 0 28.6656 135.182 -25.85 + 13 102.042 1042 5 1 28.6488 135.196 -54.45 + 13 131.362 1575 5 0 28.6488 135.197 -55.85 + 13 110.706 1042 4 1 28.6416 135.22 -84.45 + 13 102.651 1575 4 0 28.6403 135.221 -85.85 + 13 117.71 1042 3 1 28.6145 135.243 -114.45 + 13 111.001 1575 3 0 28.6137 135.243 -115.85 + 13 110.208 1042 2 1 28.596 135.249 -144.45 + 13 132.707 1575 2 0 28.595 135.25 -145.85 + 13 129.804 1042 1 1 28.5709 135.251 -174.45 + 13 124.811 1575 1 0 28.5693 135.251 -175.85 + 13 118.362 1042 0 1 28.5359 135.248 -204.45 + 13 210.262 1575 0 0 28.5342 135.248 -205.85 + 13 64.4929 1615 5 0 53.7229 143.287 -56.2496 + 13 121.034 1616 5 0 53.92 143.35 -56.0865 + 13 149.166 1169 5 1 53.8949 144.427 -54.85 + 13 332.973 1168 5 1 53.8498 144.54 -54.6799 + 13 6.17221 1167 5 1 53.6402 144.591 -54.4501 + 13 21.5609 1624 5 0 53.1837 145.019 -55.85 + 13 42.2718 1161 5 1 52.4175 145.255 -54.85 + 13 168.697 1582 6 0 28.4875 136.661 -25.85 +Number of digits in this event = 15 Using G4ParticleGun ... -8.35816 LIN +1.94055 LIN proton Event: 14 -Number of tracker hits in this event = 28 - 14 111.097 926 11 1 5.31515 -0.281948 125.55 - 14 111.587 898 11 0 5.3163 -0.282055 124.15 - 14 126.27 926 10 1 5.3406 -0.285315 95.55 - 14 95.657 898 10 0 5.34155 -0.285144 94.15 - 14 145.106 926 9 1 5.36248 -0.281278 65.55 - 14 160.172 898 9 0 5.36325 -0.280906 64.15 - 14 136.28 926 8 1 5.38046 -0.274982 35.55 - 14 113.287 898 8 0 5.38119 -0.274889 34.15 - 14 92.9761 926 7 1 5.39489 -0.271448 5.55 - 14 94.3552 898 7 0 5.39543 -0.271096 4.15 - 14 92.4315 926 6 1 5.40644 -0.265968 -24.45 - 14 128.6 898 6 0 5.40724 -0.266338 -25.85 - 14 230.078 926 5 1 5.42364 -0.273521 -54.45 - 14 147.507 898 5 0 5.42452 -0.27425 -55.85 - 14 138.49 926 4 1 5.44488 -0.285318 -84.45 - 14 145.101 898 4 0 5.44669 -0.285543 -85.85 - 14 162.53 927 3 1 5.48345 -0.292168 -114.45 - 14 125.277 898 3 0 5.48538 -0.292328 -115.85 - 14 134.021 927 2 1 5.52414 -0.296277 -144.45 - 14 117.725 898 2 0 5.526 -0.296826 -145.85 - 14 105.453 927 1 1 5.5635 -0.311697 -174.45 - 14 111.982 898 1 0 5.56474 -0.312043 -175.85 - 14 106.594 927 0 1 5.59032 -0.318162 -204.45 - 14 114.791 898 0 0 5.59219 -0.318806 -205.85 - 14 46.6061 897 5 0 7.09351 -0.468413 -55.8501 - 14 2.71976 934 5 1 6.95088 -1.47792 -54.85 - 14 49.5104 888 5 0 6.5448 -2.36822 -55.85 - 14 130.545 932 5 1 6.47867 -3.1757 -54.85 -Number of digits in this event = 14 +Number of tracker hits in this event = 25 + 14 137.389 1224 10 1 64.8542 64.671 95.55 + 14 127.617 1223 10 0 64.8547 64.6685 94.15 + 14 116.004 1224 9 1 64.8749 64.609 65.55 + 14 148.325 1222 9 0 64.876 64.6015 64.15 + 14 124.883 1224 8 1 64.8886 64.4523 35.55 + 14 281.608 1221 8 0 64.8878 64.444 34.15 + 14 171.352 1224 7 1 64.8745 64.2851 5.55 + 14 176.599 1221 7 0 64.8775 64.273 4.15 + 14 170.961 1224 6 1 64.9395 64.027 -24.45 + 14 103.497 1219 6 0 64.943 64.0149 -25.85 + 14 123.308 1224 5 1 65.0168 63.7713 -54.45 + 14 163.27 1218 5 0 65.0171 63.7581 -55.85 + 14 115.946 1224 4 1 65.0315 63.477 -84.45 + 14 100.334 1217 4 0 65.0337 63.4634 -85.85 + 14 126.145 1225 3 1 65.0709 63.1957 -114.45 + 14 129.986 1215 3 0 65.0777 63.1795 -115.85 + 14 122.977 1225 2 1 65.2199 62.8507 -144.45 + 14 138.844 1213 2 0 65.2259 62.8337 -145.85 + 14 169.616 1226 1 1 65.356 62.5745 -174.45 + 14 103.466 1212 1 0 65.3624 62.5601 -175.85 + 14 207.606 1227 0 1 65.4963 62.2566 -204.45 + 14 140.32 1210 0 0 65.5007 62.2434 -205.85 + 14 187.698 1227 1 1 65.45 62.4511 -174.577 + 14 194.096 1228 1 1 65.6504 62.2439 -174.709 + 14 93.6402 1229 1 1 65.85 61.9908 -174.781 +Number of digits in this event = 20 Using G4ParticleGun ... -6.13837 LIN +7.97997 LIN proton Event: 15 -Number of tracker hits in this event = 25 - 15 133.839 1346 9 1 89.3467 -80.7676 65.55 - 15 110.369 496 9 0 89.3457 -80.7681 64.15 - 15 301.133 1346 8 1 89.3286 -80.7802 35.55 - 15 136.603 496 8 0 89.3275 -80.7815 34.15 - 15 130.195 1346 7 1 89.3102 -80.8119 5.55 - 15 107.636 496 7 0 89.3087 -80.8114 4.15 - 15 111.032 1346 6 1 89.2784 -80.8029 -24.45 - 15 112.859 496 6 0 89.2769 -80.803 -25.85 - 15 243.818 1345 5 1 89.2466 -80.8043 -54.45 - 15 129.579 496 5 0 89.2457 -80.8048 -55.85 - 15 132.833 1345 4 1 89.2289 -80.8115 -84.45 - 15 97.9252 496 4 0 89.227 -80.812 -85.85 - 15 91.9095 1345 3 1 89.1897 -80.8205 -114.45 - 15 105.139 496 3 0 89.1886 -80.8206 -115.85 - 15 146.794 1345 2 1 89.1655 -80.8168 -144.45 - 15 111.096 496 2 0 89.1645 -80.8162 -145.85 - 15 104.016 1345 1 1 89.1449 -80.8075 -174.45 - 15 92.5675 496 1 0 89.1449 -80.8069 -175.85 - 15 84.7314 1345 0 1 89.1423 -80.8007 -204.45 - 15 175.37 496 0 0 89.1406 -80.7983 -205.85 - 15 125.662 454 2 0 85.795 -89.1718 -146.25 - 15 32.5296 1329 2 1 86.0448 -89.3865 -144.85 - 15 102.393 1330 2 1 86.05 -89.39 -144.8 - 15 139.874 521 5 0 112.132 -75.8467 -56.25 - 15 84.896 520 5 0 112.166 -75.85 -56.2162 -Number of digits in this event = 12 +Number of tracker hits in this event = 27 + 15 109.762 875 11 1 -4.92032 -69.8305 125.55 + 15 116.616 551 11 0 -4.91987 -69.8295 124.15 + 15 146.897 875 10 1 -4.90857 -69.8082 95.55 + 15 180.175 551 10 0 -4.90769 -69.807 94.15 + 15 119.094 875 9 1 -4.8884 -69.7813 65.55 + 15 109.934 551 9 0 -4.88764 -69.7791 64.15 + 15 132.16 875 8 1 -4.87001 -69.734 35.55 + 15 93.9561 551 8 0 -4.86902 -69.7314 34.15 + 15 165.976 875 7 1 -4.85073 -69.6761 5.55 + 15 95.2972 551 7 0 -4.85017 -69.6742 4.15 + 15 99.7975 876 6 1 -4.84193 -69.6358 -24.45 + 15 89.018 552 6 0 -4.84183 -69.6342 -25.85 + 15 185.027 876 5 1 -4.84241 -69.6021 -54.45 + 15 155.22 552 5 0 -4.84326 -69.5998 -55.85 + 15 113.305 875 4 1 -4.86289 -69.5506 -84.45 + 15 136.875 552 4 0 -4.86426 -69.5488 -85.85 + 15 123.369 875 3 1 -4.88924 -69.5183 -114.45 + 15 121.828 552 3 0 -4.89181 -69.5185 -115.85 + 15 106.435 875 2 1 -4.94324 -69.5185 -144.45 + 15 205.809 552 2 0 -4.94522 -69.5175 -145.85 + 15 110.645 875 1 1 -4.98775 -69.495 -174.45 + 15 97.7873 552 1 0 -4.9897 -69.4945 -175.85 + 15 106.382 875 0 1 -5.03226 -69.4838 -204.45 + 15 93.9883 552 0 0 -5.03445 -69.4834 -205.85 + 15 2.3567 553 4 0 -4.86825 -69.4499 -86.2473 + 15 5.74069 1111 4 0 -26.569 42.4346 -86.25 + 15 103.987 1112 4 0 -26.5733 42.4505 -86.2437 +Number of digits in this event = 11 Using G4ParticleGun ... -9.32263 LIN +7.67052 LIN proton Event: 16 -Number of tracker hits in this event = 23 - 16 110.384 1196 10 1 59.3118 80.0165 95.55 - 16 135.235 1299 10 0 59.3116 80.0169 94.15 - 16 100.312 1196 9 1 59.3096 80.0211 65.55 - 16 114.748 1299 9 0 59.3084 80.0211 64.15 - 16 132.504 1196 8 1 59.2861 80.0176 35.55 - 16 297.853 1299 8 0 59.2849 80.0179 34.15 - 16 173.366 1196 7 1 59.2648 80.0255 5.55 - 16 164.663 1299 7 0 59.2635 80.0255 4.15 - 16 134.026 1195 6 1 59.2393 80.0288 -24.45 - 16 107.715 1299 6 0 59.2382 80.0285 -25.85 - 16 307.211 1195 5 1 59.2165 80.0185 -54.45 - 16 112.126 1299 5 0 59.2149 80.018 -55.85 - 16 112.547 1195 4 1 59.1817 80.0094 -84.45 - 16 120.007 1299 4 0 59.1811 80.0095 -85.85 - 16 106.318 1195 3 1 59.1698 80.0144 -114.45 - 16 109.164 1299 3 0 59.1687 80.0152 -115.85 - 16 120.615 1195 2 1 59.1501 80.0338 -144.45 - 16 147.029 1299 2 0 59.1493 80.0352 -145.85 - 16 110.159 1195 1 1 59.1326 80.0604 -174.45 - 16 110.419 1300 1 0 59.1317 80.0617 -175.85 - 16 118.324 1195 0 1 59.1127 80.0855 -204.45 - 16 135.487 1300 0 0 59.1121 80.0859 -205.85 - 16 15.8227 1196 5 1 59.25 80.1324 -54.524 +Number of tracker hits in this event = 20 + 16 92.2957 310 9 1 -118.03 -63.2094 65.55 + 16 125.769 584 9 0 -118.03 -63.209 64.15 + 16 133.383 310 8 1 -118.033 -63.202 35.55 + 16 99.1696 584 8 0 -118.035 -63.2016 34.15 + 16 215.037 310 7 1 -118.066 -63.1944 5.55 + 16 174.783 584 7 0 -118.069 -63.1944 4.15 + 16 107.717 310 6 1 -118.121 -63.1896 -24.45 + 16 116.691 584 6 0 -118.123 -63.189 -25.85 + 16 110.575 309 5 1 -118.174 -63.179 -54.45 + 16 104.471 584 5 0 -118.175 -63.1793 -55.85 + 16 130.593 309 4 1 -118.193 -63.1853 -84.45 + 16 115.361 584 4 0 -118.193 -63.1854 -85.85 + 16 123.909 309 3 1 -118.199 -63.1876 -114.45 + 16 125.13 584 3 0 -118.2 -63.1878 -115.85 + 16 122.028 309 2 1 -118.222 -63.1923 -144.45 + 16 163.104 584 2 0 -118.221 -63.1935 -145.85 + 16 121.051 309 1 1 -118.207 -63.2189 -174.45 + 16 95.3149 584 1 0 -118.207 -63.2206 -175.85 + 16 99.6004 309 0 1 -118.196 -63.2558 -204.45 + 16 157.43 583 0 0 -118.196 -63.2571 -205.85 Number of digits in this event = 12 Using G4ParticleGun ... -3.93227 LIN +5.30579 LIN proton Event: 17 -Number of tracker hits in this event = 28 - 17 180.505 1528 9 1 125.913 27.5721 65.55 - 17 130.529 1037 9 0 125.914 27.5738 64.15 - 17 386.044 1529 8 1 125.954 27.6064 35.55 - 17 97.188 1037 8 0 125.955 27.6086 34.15 - 17 110.93 1529 7 1 125.966 27.6511 5.55 - 17 253.802 1038 7 0 125.963 27.6546 4.15 - 17 86.2708 1528 6 1 125.919 27.7321 -24.45 - 17 115.253 1038 6 0 125.917 27.7366 -25.85 - 17 222.084 1528 5 1 125.867 27.8312 -54.45 - 17 150.501 1038 5 0 125.864 27.8366 -55.85 - 17 569.444 1528 4 1 125.815 27.9474 -84.45 - 17 96.8364 1039 4 0 125.814 27.9527 -85.85 - 17 207.615 1528 3 1 125.803 28.0612 -114.45 - 17 103.724 1040 3 0 125.802 28.0662 -115.85 - 17 112.668 1528 2 1 125.778 28.1699 -144.45 - 17 134.266 1040 2 0 125.776 28.1752 -145.85 - 17 155.618 1527 1 1 125.742 28.2814 -174.45 - 17 110.378 1041 1 0 125.741 28.29 -175.85 - 17 177.016 1527 0 1 125.724 28.4637 -204.45 - 17 143.055 1042 0 0 125.725 28.4733 -205.85 - 17 163.468 1007 0 0 120.747 21.6252 -206.25 - 17 2.78891 1529 4 1 125.95 27.0189 -84.8248 - 17 473.496 1034 4 0 125.341 27.0433 -85.85 - 17 136.227 1527 4 1 125.75 26.9737 -84.6108 - 17 184.16 1526 4 1 125.55 26.832 -84.5599 - 17 112.562 1529 5 1 125.95 28.1368 -54.4955 - 17 185.563 1530 5 1 126.15 28.3405 -54.5479 - 17 109.311 1531 5 1 126.35 28.456 -54.6635 -Number of digits in this event = 18 -Using G4ParticleGun ... -3.88379 LIN +Number of tracker hits in this event = 169 + 17 100.11 1181 11 1 56.3085 16.7315 125.55 + 17 149.742 983 11 0 56.3095 16.7303 124.15 + 17 131.836 1181 10 1 56.3232 16.6992 95.55 + 17 117.183 983 10 0 56.3244 16.6989 94.15 + 17 124.967 1181 9 1 56.3455 16.6886 65.55 + 17 90.2142 983 9 0 56.3458 16.688 64.15 + 17 201.598 1181 8 1 56.3463 16.6733 35.55 + 17 93.3914 983 8 0 56.3467 16.6755 34.15 + 17 112.288 1181 7 1 56.356 16.7152 5.55 + 17 103.547 983 7 0 56.3569 16.7195 4.15 + 17 110.124 1181 6 1 56.3727 16.8114 -24.45 + 17 117.052 983 6 0 56.3745 16.8166 -25.85 + 17 118.307 1181 5 1 56.4076 16.9189 -54.45 + 17 93.7935 984 5 0 56.4099 16.9238 -55.85 + 17 126.905 991 4 0 55.188 18.25 -85.9857 + 17 105.959 1344 3 1 88.85 48.4578 -114.521 + 17 4.44842 455 2 0 -11.3122 -88.85 -145.879 + 17 4.17346 1059 4 0 61.81 31.85 -86.1633 + 17 11.8071 1103 4 0 61.0833 40.7466 -86.2326 + 17 3617.67 1032 5 0 3.82266 26.5075 -56.25 + 17 13.1001 907 5 1 1.45234 26.8866 -54.85 + 17 1133.34 906 5 1 1.45 26.887 -54.8486 + 17 1111.69 905 5 1 1.25 26.9187 -54.7285 + 17 1307.66 904 5 1 1.05 26.9485 -54.6136 + 17 593.023 903 5 1 0.85 26.9741 -54.503 + 17 1071.81 1182 4 1 56.5303 17.0043 -84.45 + 17 254.185 1183 4 1 56.65 16.9636 -84.7768 + 17 1015.12 983 4 0 57.042 16.8209 -85.85 + 17 645.545 1236 3 1 67.2572 12.9289 -114.45 + 17 883.708 963 3 0 67.7155 12.7475 -115.85 + 17 475.563 1285 2 1 77.1509 9.02735 -144.45 + 17 358.998 1286 2 1 77.25 8.9924 -144.709 + 17 822.633 943 2 0 77.6823 8.8353 -145.85 + 17 609.162 1341 1 1 88.3338 5.04701 -174.45 + 17 137.173 1342 1 1 88.45 5.00767 -174.768 + 17 380.994 924 1 0 88.8358 4.87592 -175.85 + 17 363.694 923 1 0 88.9118 4.85 -176.063 + 17 826.047 1395 0 1 99.1802 1.30448 -204.45 + 17 931.191 905 0 0 99.6706 1.13467 -205.85 + 17 37.918 1179 4 1 55.926 17.4129 -84.45 + 17 89.8363 1178 4 1 55.85 17.4711 -84.4799 + 17 116.89 1177 4 1 55.65 17.6242 -84.558 + 17 74.5966 1176 4 1 55.45 17.7778 -84.6377 + 17 83.1562 1175 4 1 55.25 17.932 -84.7167 + 17 66.367 1174 4 1 55.05 18.0851 -84.7957 + 17 263.308 1000 4 0 52.3805 20.1082 -85.85 + 17 237.893 1001 4 0 52.1934 20.25 -85.9239 + 17 94.0331 1002 4 0 51.9274 20.45 -86.0282 + 17 114.593 1003 4 0 51.6608 20.65 -86.1324 + 17 11.2408 1004 4 0 51.3959 20.85 -86.2376 + 17 1.84372 802 3 1 -19.6438 75.0705 -114.45 + 17 73.1518 801 3 1 -19.65 75.0753 -114.452 + 17 78.256 800 3 1 -19.85 75.2304 -114.522 + 17 91.8395 799 3 1 -20.05 75.3858 -114.592 + 17 84.9595 798 3 1 -20.25 75.5415 -114.663 + 17 75.162 797 3 1 -20.45 75.6981 -114.735 + 17 56.5257 796 3 1 -20.65 75.8523 -114.805 + 17 69.5605 1290 3 0 -23.6039 78.1218 -115.85 + 17 93.6731 1291 3 0 -23.7709 78.25 -115.909 + 17 95.9055 1292 3 0 -24.0309 78.45 -116.002 + 17 97.9652 1293 3 0 -24.2932 78.65 -116.095 + 17 57.4809 1294 3 0 -24.555 78.85 -116.19 + 17 49.3542 374 2 1 -105.245 140.564 -144.45 + 17 90.1732 373 2 1 -105.35 140.653 -144.488 + 17 120.231 372 2 1 -105.55 140.825 -144.561 + 17 77.282 371 2 1 -105.75 140.995 -144.635 + 17 106.54 370 2 1 -105.95 141.168 -144.71 + 17 72.2634 369 2 1 -106.15 141.34 -144.786 + 17 25.5349 1617 2 0 -108.86 143.704 -145.85 + 17 128.292 1618 2 0 -108.913 143.75 -145.871 + 17 340.077 1619 2 0 -109.142 143.95 -145.961 + 17 114.41 1620 2 0 -109.372 144.15 -146.051 + 17 117.562 1621 2 0 -109.6 144.35 -146.141 + 17 33.8269 1622 2 0 -109.831 144.55 -146.23 + 17 114.544 1732 3 0 -116.263 166.557 -116.25 + 17 42.4954 1733 3 0 -116.392 166.75 -115.981 + 17 56.5021 313 3 1 -117.406 167.916 -114.85 + 17 502.148 312 3 1 -117.55 168.001 -114.725 + 17 158.008 311 3 1 -117.75 168.165 -114.547 + 17 54.9767 1181 4 1 56.3388 16.9891 -84.45 + 17 176.013 1180 4 1 56.25 16.9651 -84.5835 + 17 111.681 1081 3 1 36.379 11.5882 -114.45 + 17 221.555 1080 3 1 36.25 11.5539 -114.643 + 17 273.595 956 3 0 35.4436 11.3402 -115.85 + 17 71.7057 981 2 1 16.3659 6.28444 -144.45 + 17 130.878 980 2 1 16.25 6.25259 -144.62 + 17 256.804 929 2 0 15.4127 6.02212 -145.85 + 17 154.197 879 1 1 -4.09727 0.644996 -174.45 + 17 81.8295 878 1 1 -4.25 0.603709 -174.675 + 17 193.77 901 1 0 -5.0456 0.388594 -175.85 + 17 14.8075 778 0 1 -24.4243 -4.83746 -204.45 + 17 127.799 777 0 1 -24.45 -4.84433 -204.488 + 17 31.1427 776 0 1 -24.65 -4.89779 -204.781 + 17 238.453 874 0 0 -25.378 -5.09238 -205.85 + 17 243.472 414 9 0 148.494 -97.2874 63.75 + 17 6.24496 1645 9 1 149.338 -96.974 65.15 + 17 84.1199 1646 9 1 149.35 -96.9685 65.1644 + 17 86.5258 1647 9 1 149.55 -96.8828 65.2154 + 17 91.9089 1648 9 1 149.75 -96.822 65.2452 + 17 86.8186 1649 9 1 149.95 -96.7776 65.2401 + 17 97.6482 412 9 0 149.899 -97.5918 64.15 + 17 1.60521 716 1 0 81.0572 -36.6838 -176.25 + 17 94.3362 928 2 0 15.2655 5.85 -146.156 + 17 252.45 927 2 0 15.3191 5.64966 -146.08 + 17 62.6094 998 4 0 56.6857 19.6698 -85.85 + 17 71.2955 999 4 0 56.7012 19.85 -85.9574 + 17 276.691 1205 3 1 61.1371 67.7974 -114.45 + 17 46.435 1250 3 0 61.4035 70.1527 -115.85 + 17 88.0359 1251 3 0 61.4142 70.25 -115.908 + 17 101.677 1252 3 0 61.436 70.45 -116.028 + 17 61.8367 1253 3 0 61.4576 70.65 -116.149 + 17 282.621 1232 2 1 66.5594 117.864 -144.45 + 17 54.5111 1500 2 0 66.841 120.154 -145.85 + 17 80.8161 1501 2 0 66.8648 120.35 -145.97 + 17 70.0732 1502 2 0 66.8886 120.55 -146.092 + 17 36.8437 1503 2 0 66.9121 120.75 -146.214 + 17 454.335 1262 1 1 72.5371 167.454 -174.45 + 17 30.7474 1748 1 0 72.8038 169.904 -175.85 + 17 93.7527 1749 1 0 72.8088 169.95 -175.876 + 17 55.8155 1750 1 0 72.8309 170.15 -175.99 + 17 67.0239 1751 1 0 72.8532 170.35 -176.104 + 17 17.1273 1752 1 0 72.8761 170.55 -176.217 + 17 57.0147 1261 1 1 72.45 167.574 -174.587 + 17 82.2813 1263 1 1 72.6502 168.106 -174.755 + 17 41.2283 1264 1 1 72.85 168.119 -174.809 + 17 274.358 1739 1 0 73.616 168.129 -175.85 + 17 156.022 1740 1 0 73.8401 168.151 -176.141 + 17 819.083 1005 5 0 49.0709 21.1274 -56.25 + 17 392.017 1143 5 1 48.6989 21.3297 -54.85 + 17 350.594 1142 5 1 48.65 21.3561 -54.6665 + 17 905.072 1026 6 0 41.9586 25.34 -26.25 + 17 784.359 1107 6 1 41.6328 25.5318 -24.85 + 17 1009.59 1045 7 0 32.3556 29.1866 3.75 + 17 251.138 1059 7 1 31.8902 29.3648 5.15 + 17 645.549 1058 7 1 31.85 29.38 5.27001 + 17 916.138 1055 8 0 22.8578 31.1201 33.75 + 17 997.198 1011 8 1 22.4339 31.2014 35.15 + 17 122.635 1074 9 0 12.298 35.0453 63.75 + 17 1100.62 1075 9 0 12.2859 35.05 63.7842 + 17 1072.06 958 9 1 11.7988 35.2481 65.15 + 17 1065 1094 10 0 0.378514 38.8547 93.75 + 17 786.767 899 10 1 -0.174357 39.0151 95.15 + 17 667.694 898 10 1 -0.25 39.0363 95.3426 + 17 1446.23 1090 11 0 -12.9718 38.1751 123.75 + 17 271.308 832 11 1 -13.6227 38.1099 125.15 + 17 1282.66 831 11 1 -13.65 38.1068 125.208 + 17 1887.25 1091 12 0 -22.9174 38.2557 153.75 + 17 11.2749 1090 12 0 -23.0488 38.25 154.146 + 17 867.996 783 12 1 -23.3935 38.227 155.15 + 17 1298.86 782 12 1 -23.45 38.2232 155.315 + 17 4543.27 1085 13 0 -32.7307 37.1957 183.75 + 17 4671.89 734 13 1 -33.1466 37.1185 185.15 + 17 1104.32 885 5 0 60.7947 -2.92918 -56.25 + 17 1559.24 884 5 0 60.8209 -3.05 -56.0803 + 17 2038.85 1204 5 1 61.0074 -3.89397 -54.85 + 17 1309.2 1205 5 1 61.05 -4.06227 -54.5941 + 17 99.4596 1190 3 1 58.0986 13.0174 -114.45 + 17 118.987 1196 2 1 59.3026 8.73436 -144.45 + 17 159.839 942 2 0 59.343 8.51478 -145.85 + 17 143.937 1200 1 1 60.2324 4.10929 -174.45 + 17 231.249 919 1 0 60.2948 3.88118 -175.85 + 17 62.3259 918 1 0 60.3037 3.85 -176.04 + 17 116.798 1207 0 1 61.5801 -0.868313 -204.45 + 17 377.861 894 0 0 61.6298 -1.08199 -205.85 + 17 50.6772 895 0 0 61.5941 -1.05 -206.172 + 17 24.3561 853 0 0 59.0697 -9.26356 -206.25 + 17 17.6082 1065 0 0 87.3593 33.0702 -206.25 + 17 24.6928 1122 0 0 87.3931 44.5865 -206.25 + 17 162.019 1184 4 1 56.85 16.8743 -84.7278 +Number of digits in this event = 83 +Using G4ParticleGun ... +8.13147 LIN proton Event: 18 -Number of tracker hits in this event = 28 - 18 141.181 1459 10 1 112.08 3.27571 95.55 - 18 119.447 916 10 0 112.079 3.27618 94.15 - 18 237.98 1459 9 1 112.058 3.27528 65.55 - 18 145.325 916 9 0 112.056 3.27471 64.15 - 18 125.003 1459 8 1 112.021 3.26566 35.55 - 18 201.593 916 8 0 112.018 3.26418 34.15 - 18 140.214 1459 7 1 111.969 3.24038 5.55 - 18 105.196 915 7 0 111.967 3.23941 4.15 - 18 121.263 1458 6 1 111.909 3.22409 -24.45 - 18 108.216 915 6 0 111.908 3.22331 -25.85 - 18 128.312 1458 5 1 111.881 3.2002 -54.45 - 18 343.469 915 5 0 111.88 3.1974 -55.85 - 18 92.1156 1458 4 1 111.861 3.13759 -84.45 - 18 158.64 915 4 0 111.859 3.13605 -85.85 - 18 96.4101 1458 3 1 111.803 3.1007 -114.45 - 18 131.772 915 3 0 111.801 3.10017 -115.85 - 18 129.283 1457 2 1 111.737 3.08696 -144.45 - 18 132.143 915 2 0 111.733 3.08696 -145.85 - 18 114.39 1457 1 1 111.651 3.08896 -174.45 - 18 101.972 915 1 0 111.647 3.08978 -175.85 - 18 117.919 1457 0 1 111.557 3.11097 -204.45 - 18 134.893 915 0 0 111.554 3.11268 -205.85 - 18 118.782 1455 0 1 111.313 2.98185 -204.45 - 18 69.2612 1456 0 1 111.35 2.89486 -204.753 - 18 4.79916 956 0 0 130.772 11.349 -205.85 - 18 88.4876 1605 0 1 141.164 15.8311 -204.85 - 18 154.621 1606 0 1 141.35 15.8551 -204.671 - 18 186.058 1607 0 1 141.55 15.7445 -204.474 -Number of digits in this event = 17 +Number of tracker hits in this event = 38 + 18 237.221 932 10 1 6.46952 96.2935 95.55 + 18 105.994 1380 10 0 6.46897 96.2945 94.15 + 18 115.171 932 9 1 6.45594 96.313 65.55 + 18 121.626 1380 9 0 6.45427 96.3144 64.15 + 18 110.057 931 8 1 6.42147 96.3379 35.55 + 18 135.982 1380 8 0 6.4198 96.3394 34.15 + 18 130.019 931 7 1 6.38573 96.3683 5.55 + 18 146.732 1381 7 0 6.38418 96.3693 4.15 + 18 175.745 931 6 1 6.35451 96.3842 -24.45 + 18 112.148 1381 6 0 6.35225 96.3843 -25.85 + 18 99.612 931 5 1 6.3032 96.387 -54.45 + 18 122.143 1381 5 0 6.30014 96.3864 -55.85 + 18 107.828 930 4 1 6.23695 96.3751 -84.45 + 18 117.288 1381 4 0 6.23425 96.3735 -85.85 + 18 220.697 930 3 1 6.18195 96.3397 -114.45 + 18 117.387 1380 3 0 6.17866 96.338 -115.85 + 18 136.163 930 2 1 6.11083 96.3053 -144.45 + 18 111.949 1380 2 0 6.1075 96.3033 -145.85 + 18 108.93 929 1 1 6.04152 96.2613 -174.45 + 18 124.035 1380 1 0 6.0391 96.2591 -175.85 + 18 300.768 929 0 1 5.98888 96.2152 -204.45 + 18 114.876 1380 0 0 5.98663 96.2128 -205.85 + 18 12.4535 928 0 1 5.85 96.165 -204.814 + 18 92.5431 1381 0 0 5.13602 96.4761 -205.85 + 18 31.1875 1382 0 0 4.94765 96.55 -206.142 + 18 206.423 1314 0 0 -12.0287 83.0487 -206.25 + 18 137.541 841 0 1 -11.7572 82.3756 -204.85 + 18 64.2002 842 0 1 -11.65 82.2837 -204.608 + 18 132.219 840 0 1 -11.85 82.2536 -204.483 + 18 67.2301 839 0 1 -12.05 82.1512 -204.717 + 18 212.747 1312 0 0 -12.485 82.458 -205.85 + 18 170.731 1311 0 0 -12.4359 82.45 -206.241 + 18 38.7489 1374 3 0 7.34925 95.1489 -115.85 + 18 156.728 1375 3 0 7.31268 95.15 -115.977 + 18 344.721 1380 6 0 6.36014 96.35 -26.2462 + 18 68.7581 1379 6 0 6.32212 96.15 -26.1814 + 18 111.408 932 6 1 6.45 96.4903 -24.5468 + 18 11.8899 931 10 1 6.45 96.3408 95.4071 +Number of digits in this event = 19 Using G4ParticleGun ... -2.7134 LIN +3.61981 LIN proton Event: 19 -Number of tracker hits in this event = 29 - 19 365.137 608 11 1 -58.4362 23.6407 125.55 - 19 114.703 1017 11 0 -58.4378 23.6402 124.15 - 19 131.925 607 10 1 -58.476 23.6262 95.55 - 19 114.148 1017 10 0 -58.4771 23.6255 94.15 - 19 117.308 607 9 1 -58.5088 23.6133 65.55 - 19 97.6323 1017 9 0 -58.5109 23.6125 64.15 - 19 238.299 607 8 1 -58.5588 23.6019 35.55 - 19 120.869 1017 8 0 -58.5601 23.6026 34.15 - 19 112.148 607 7 1 -58.5902 23.6116 5.55 - 19 93.1929 1017 7 0 -58.5932 23.6134 4.15 - 19 115.552 606 6 1 -58.6582 23.6494 -24.45 - 19 133.583 1018 6 0 -58.6608 23.6515 -25.85 - 19 105.459 606 5 1 -58.7127 23.6856 -54.45 - 19 124.506 1018 5 0 -58.7152 23.6856 -55.85 - 19 98.1095 606 4 1 -58.7629 23.6855 -84.45 - 19 111.179 1018 4 0 -58.7649 23.6872 -85.85 - 19 105.58 606 3 1 -58.8056 23.7186 -114.45 - 19 131.809 1018 3 0 -58.8058 23.7175 -115.85 - 19 117.728 606 2 1 -58.8177 23.6867 -144.45 - 19 127.783 1018 2 0 -58.8187 23.684 -145.85 - 19 152.084 606 1 1 -58.8386 23.6287 -174.45 - 19 95.665 1017 1 0 -58.8396 23.6266 -175.85 - 19 91.0096 605 0 1 -58.8612 23.5892 -204.45 - 19 107.439 1017 0 0 -58.8621 23.5871 -205.85 - 19 73.9975 607 6 1 -58.65 23.6195 -24.4578 - 19 81.8457 608 6 1 -58.45 23.5433 -24.6521 - 19 257.399 609 6 1 -58.2498 23.4612 -24.7688 - 19 4.76796 1011 6 0 -58.2698 22.2558 -25.85 - 19 248.89 1010 6 0 -58.2699 22.25 -25.857 -Number of digits in this event = 12 +Number of tracker hits in this event = 24 + 19 121.936 1512 9 1 122.676 -5.96543 65.55 + 19 119.9 870 9 0 122.676 -5.96646 64.15 + 19 106.639 1512 8 1 122.689 -5.99119 35.55 + 19 88.0721 870 8 0 122.689 -5.99301 34.15 + 19 163.214 1512 7 1 122.69 -6.03145 5.55 + 19 104.413 870 7 0 122.691 -6.03311 4.15 + 19 312.519 1512 6 1 122.71 -6.06306 -24.45 + 19 110.2 869 6 0 122.713 -6.06433 -25.85 + 19 324.921 1513 5 1 122.762 -6.08708 -54.45 + 19 94.0647 869 5 0 122.765 -6.08926 -55.85 + 19 101.45 1513 4 1 122.816 -6.13724 -84.45 + 19 111.298 869 4 0 122.819 -6.1387 -85.85 + 19 121.194 1513 3 1 122.868 -6.1637 -114.45 + 19 96.2741 869 3 0 122.872 -6.16503 -115.85 + 19 155.807 1513 2 1 122.946 -6.18673 -144.45 + 19 114.194 869 2 0 122.95 -6.18732 -145.85 + 19 104.224 1514 1 1 123.037 -6.20217 -174.45 + 19 103.685 869 1 0 123.043 -6.20278 -175.85 + 19 104.128 1515 0 1 123.176 -6.21439 -204.45 + 19 122.1 869 0 0 123.18 -6.21689 -205.85 + 19 15.7242 1512 5 1 122.75 -6.07339 -54.5503 + 19 126.078 1513 7 1 122.751 -5.96558 5.3714 + 19 128.512 1514 7 1 122.95 -5.72607 5.24527 + 19 180.832 1515 7 1 123.15 -5.5186 5.19234 +Number of digits in this event = 11 Using G4ParticleGun ... -6.32694 LIN +4.98263 LIN proton Event: 20 -Number of tracker hits in this event = 27 - 20 151.487 658 8 1 -48.3495 129.217 35.55 - 20 289.625 1545 8 0 -48.3497 129.218 34.15 - 20 127.424 658 7 1 -48.3503 129.232 5.55 - 20 127.481 1545 7 0 -48.3501 129.233 4.15 - 20 113.88 658 6 1 -48.3421 129.253 -24.45 - 20 116.713 1545 6 0 -48.3424 129.253 -25.85 - 20 131.695 658 5 1 -48.3461 129.259 -54.45 - 20 108.24 1545 5 0 -48.3454 129.259 -55.85 - 20 116.969 658 4 1 -48.3294 129.267 -84.45 - 20 117.81 1545 4 0 -48.3285 129.267 -85.85 - 20 194.751 658 3 1 -48.3042 129.248 -114.45 - 20 93.629 1545 3 0 -48.3027 129.248 -115.85 - 20 132.711 658 2 1 -48.2724 129.24 -144.45 - 20 142.75 1545 2 0 -48.2714 129.24 -145.85 - 20 140.945 658 1 1 -48.2521 129.243 -174.45 - 20 144.568 1545 1 0 -48.2489 129.246 -175.85 - 20 169.012 659 0 1 -48.1854 129.307 -204.45 - 20 98.1987 1545 0 0 -48.182 129.309 -205.85 - 20 10.2396 365 6 0 111.634 -106.95 -26.2036 - 20 1196.51 1409 7 1 102.003 25.0112 5.22926 - 20 88.6101 519 2 1 -76.2105 115.272 -144.85 - 20 104.102 518 2 1 -76.25 115.127 -144.573 - 20 28.0032 923 10 0 5.77744 4.82789 94.0726 - 20 8.62078 1075 1 0 18.6109 35.1275 -176.25 - 20 112.113 509 1 0 -1.53066 -78.1718 -176.25 - 20 21.5395 1544 2 0 -48.3431 129.15 -145.883 - 20 185.456 655 2 1 -48.8771 128.527 -144.85 -Number of digits in this event = 16 +Number of tracker hits in this event = 24 + 20 119.872 896 11 1 -0.702877 66.7276 125.55 + 20 174.557 1233 11 0 -0.701192 66.7281 124.15 + 20 120.443 896 10 1 -0.660445 66.7319 95.55 + 20 117.753 1233 10 0 -0.657834 66.7325 94.15 + 20 116.114 897 9 1 -0.611847 66.7446 65.55 + 20 170.389 1233 9 0 -0.610197 66.7464 64.15 + 20 142.245 897 8 1 -0.57995 66.7818 35.55 + 20 166.823 1233 8 0 -0.57831 66.783 34.15 + 20 94.1062 897 7 1 -0.539833 66.8011 5.55 + 20 93.8215 1233 7 0 -0.537283 66.8015 4.15 + 20 126.755 897 6 1 -0.488668 66.8128 -24.45 + 20 118.256 1233 6 0 -0.485846 66.8131 -25.85 + 20 103.906 898 5 1 -0.430165 66.8179 -54.45 + 20 100.208 1233 5 0 -0.42824 66.8171 -55.85 + 20 198.143 898 4 1 -0.394205 66.8032 -84.45 + 20 122.308 1233 4 0 -0.394102 66.8019 -85.85 + 20 145.475 898 3 1 -0.394798 66.7758 -114.45 + 20 125.322 1233 3 0 -0.394854 66.7741 -115.85 + 20 117.548 898 2 1 -0.39407 66.744 -144.45 + 20 105.546 1233 2 0 -0.394988 66.7428 -145.85 + 20 120.725 898 1 1 -0.411515 66.7177 -174.45 + 20 124.982 1233 1 0 -0.411165 66.7165 -175.85 + 20 117.726 898 0 1 -0.405849 66.6935 -204.45 + 20 123.774 1233 0 0 -0.405754 66.6908 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -3.52117 LIN +1.17878 LIN proton Event: 21 -Number of tracker hits in this event = 25 - 21 139.226 923 11 1 4.70574 23.7306 125.55 - 21 118.307 1018 11 0 4.70665 23.731 124.15 - 21 108.929 923 10 1 4.72411 23.7505 95.55 - 21 104.948 1018 10 0 4.72556 23.7495 94.15 - 21 99.9558 923 9 1 4.74738 23.7253 65.55 - 21 118.716 1018 9 0 4.74863 23.7248 64.15 - 21 135.317 923 8 1 4.77599 23.7141 35.55 - 21 283.019 1018 8 0 4.77735 23.7124 34.15 - 21 150.904 923 7 1 4.80131 23.661 5.55 - 21 130.075 1018 7 0 4.80232 23.6568 4.15 - 21 190.265 923 6 1 4.81266 23.5792 -24.45 - 21 157.937 1017 6 0 4.81375 23.5766 -25.85 - 21 123.056 923 5 1 4.83299 23.529 -54.45 - 21 292.333 1017 5 0 4.83448 23.5265 -55.85 - 21 103.71 924 4 1 4.85779 23.4987 -84.45 - 21 112.128 1017 4 0 4.86574 23.4949 -85.85 - 21 131.338 924 3 1 5.0239 23.4163 -114.45 - 21 124.771 1016 3 0 5.03033 23.4126 -115.85 - 21 134.163 925 2 1 5.16161 23.3338 -144.45 - 21 110.03 1016 2 0 5.16641 23.3321 -145.85 - 21 103.483 926 1 1 5.26512 23.2922 -174.45 - 21 99.626 1016 1 0 5.27106 23.2907 -175.85 - 21 132.652 926 0 1 5.39616 23.2598 -204.45 - 21 124.91 1016 0 0 5.40362 23.2603 -205.85 - 21 68.259 1019 8 0 4.68567 23.8501 34.023 -Number of digits in this event = 15 +Number of tracker hits in this event = 16 + 21 135.604 1596 7 1 139.517 49.885 5.55 + 21 120.941 1149 7 0 139.514 49.8811 4.15 + 21 127.223 1596 6 1 139.449 49.7891 -24.45 + 21 145.887 1148 6 0 139.444 49.7852 -25.85 + 21 125.008 1596 5 1 139.368 49.6994 -54.45 + 21 107.264 1148 5 0 139.366 49.6944 -55.85 + 21 114.449 1595 4 1 139.201 49.7948 -84.45 + 21 112.484 1148 4 0 139.19 49.8019 -85.85 + 21 162.451 1594 3 1 138.977 49.9385 -114.45 + 21 183.492 1149 3 0 138.967 49.9468 -115.85 + 21 198.459 1593 2 1 138.762 50.1254 -144.45 + 21 139.098 1150 2 0 138.752 50.1345 -145.85 + 21 177.864 1591 1 1 138.524 50.3375 -174.45 + 21 132.723 1151 1 0 138.511 50.3491 -175.85 + 21 112.917 1590 0 1 138.265 50.5826 -204.45 + 21 175.685 1152 0 0 138.253 50.5967 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -5.65965 LIN +4.3893 LIN proton Event: 22 -Number of tracker hits in this event = 26 - 22 152.665 797 11 1 -20.6186 -34.5928 125.55 - 22 98.3038 727 11 0 -20.6195 -34.5931 124.15 - 22 100.756 797 10 1 -20.6392 -34.6017 95.55 - 22 132.847 727 10 0 -20.6407 -34.6006 94.15 - 22 104.546 796 9 1 -20.6685 -34.5779 65.55 - 22 165.385 727 9 0 -20.6717 -34.5767 64.15 - 22 192.469 796 8 1 -20.7383 -34.5452 35.55 - 22 152.504 727 8 0 -20.7418 -34.5437 34.15 - 22 132.081 796 7 1 -20.8131 -34.5171 5.55 - 22 109.11 727 7 0 -20.8177 -34.5162 4.15 - 22 148.843 795 6 1 -20.9151 -34.4983 -24.45 - 22 148.345 727 6 0 -20.9195 -34.4978 -25.85 - 22 104.91 795 5 1 -21.0077 -34.4925 -54.45 - 22 112.011 727 5 0 -21.0124 -34.4932 -55.85 - 22 138.706 794 4 1 -21.1142 -34.5078 -84.45 - 22 129.59 727 4 0 -21.1179 -34.5088 -85.85 - 22 106.74 794 3 1 -21.1998 -34.5329 -114.45 - 22 132.013 727 3 0 -21.2035 -34.5343 -115.85 - 22 117.78 793 2 1 -21.2785 -34.5652 -144.45 - 22 115.853 727 2 0 -21.2834 -34.5652 -145.85 - 22 112.575 793 1 1 -21.3847 -34.5686 -174.45 - 22 122.27 727 1 0 -21.3896 -34.5683 -175.85 - 22 160.275 792 0 1 -21.4924 -34.5644 -204.45 - 22 185.201 727 0 0 -21.4977 -34.562 -205.85 - 22 244.293 703 5 0 -14.3165 -39.4301 -56.2499 - 22 107.628 702 5 0 -14.2863 -39.45 -56.1709 -Number of digits in this event = 16 +Number of tracker hits in this event = 25 + 22 105.861 184 7 1 -143.169 -37.3504 5.55 + 22 138.585 713 7 0 -143.17 -37.3472 4.15 + 22 123.011 184 6 1 -143.196 -37.2749 -24.45 + 22 108.403 713 6 0 -143.199 -37.2723 -25.85 + 22 224.024 184 5 1 -143.253 -37.2193 -54.45 + 22 104.093 714 5 0 -143.255 -37.215 -55.85 + 22 385.537 184 4 1 -143.319 -37.1211 -84.45 + 22 101.821 714 4 0 -143.322 -37.1155 -85.85 + 22 100.621 183 3 1 -143.374 -37.0011 -114.45 + 22 152.356 715 3 0 -143.377 -36.9958 -115.85 + 22 113.774 183 2 1 -143.449 -36.8936 -144.45 + 22 164.74 715 2 0 -143.453 -36.8878 -145.85 + 22 93.2923 183 1 1 -143.528 -36.7679 -174.45 + 22 100.021 716 1 0 -143.532 -36.7626 -175.85 + 22 125.102 182 0 1 -143.617 -36.649 -204.45 + 22 225.936 717 0 0 -143.622 -36.6427 -205.85 + 22 132.118 182 1 1 -143.619 -36.7588 -174.45 + 22 53.2023 715 1 0 -143.598 -37.0113 -175.85 + 22 63.0516 714 1 0 -143.595 -37.05 -176.077 + 22 43.2482 189 0 1 -142.271 -38.0528 -204.45 + 22 75.5644 188 0 1 -142.35 -38.0139 -204.516 + 22 48.8297 187 0 1 -142.55 -37.9147 -204.719 + 22 154.982 713 0 0 -143.623 -37.4123 -205.85 + 22 23.1832 714 0 0 -143.91 -37.25 -206.195 + 22 3.49634 183 4 1 -143.35 -37.0265 -84.7173 +Number of digits in this event = 11 Using G4ParticleGun ... -1.46739 LIN +7.59623 LIN proton Event: 23 -Number of tracker hits in this event = 27 - 23 116.155 1477 9 1 115.569 54.158 65.55 - 23 134.003 1170 9 0 115.572 54.1597 64.15 - 23 111.624 1477 8 1 115.61 54.1897 35.55 - 23 125.257 1170 8 0 115.604 54.1944 34.15 - 23 295.673 1476 7 1 115.465 54.2932 5.55 - 23 112.816 1171 7 0 115.456 54.2993 4.15 - 23 125.219 1475 6 1 115.261 54.4379 -24.45 - 23 142.71 1171 6 0 115.249 54.4455 -25.85 - 23 109.228 1474 5 1 115.036 54.6093 -54.45 - 23 116.713 1172 5 0 115.031 54.623 -55.85 - 23 130.951 1473 4 1 114.917 54.9123 -84.45 - 23 96.4772 1174 4 0 114.908 54.9269 -85.85 - 23 123.903 1472 3 1 114.698 55.248 -114.45 - 23 236.498 1176 3 0 114.689 55.2624 -115.85 - 23 157.636 1471 2 1 114.514 55.5473 -144.45 - 23 112.543 1177 2 0 114.513 55.5315 -145.85 - 23 136.834 1471 1 1 114.498 55.1913 -174.45 - 23 124.701 1175 1 0 114.498 55.1735 -175.85 - 23 124.911 1471 0 1 114.498 54.8163 -204.45 - 23 116.326 1173 0 0 114.497 54.8006 -205.85 - 23 158.107 1174 0 0 113.877 55.0335 -205.85 - 23 60.6489 1113 0 0 94.2333 42.6662 -206.25 - 23 103.737 1112 0 0 94.2009 42.65 -206.22 - 23 87.9252 1365 0 1 93.2812 41.0441 -204.85 - 23 108.097 1366 0 1 93.35 40.9198 -204.715 - 23 193.268 1106 0 0 93.883 41.4379 -205.85 - 23 40.4269 1107 0 0 93.9102 41.4505 -205.887 -Number of digits in this event = 15 +Number of tracker hits in this event = 18 + 23 136.481 1580 8 1 136.207 -33.8908 35.55 + 23 115.756 730 8 0 136.209 -33.8908 34.15 + 23 102.075 1580 7 1 136.238 -33.8906 5.55 + 23 91.2544 730 7 0 136.239 -33.891 4.15 + 23 98.5023 1580 6 1 136.257 -33.9031 -24.45 + 23 98.6585 730 6 0 136.258 -33.9044 -25.85 + 23 119.036 1580 5 1 136.293 -33.933 -54.45 + 23 119.577 730 5 0 136.296 -33.935 -55.85 + 23 107.58 1581 4 1 136.365 -33.976 -84.45 + 23 108.639 730 4 0 136.369 -33.9779 -85.85 + 23 103.329 1581 3 1 136.454 -34.0121 -114.45 + 23 119.104 730 3 0 136.458 -34.0128 -115.85 + 23 217.905 1581 2 1 136.537 -34.0266 -144.45 + 23 107.679 730 2 0 136.541 -34.0268 -145.85 + 23 111.914 1582 1 1 136.643 -34.0234 -174.45 + 23 165.463 730 1 0 136.649 -34.023 -175.85 + 23 120.086 1583 0 1 136.781 -34.0144 -204.45 + 23 102.751 730 0 0 136.788 -34.0158 -205.85 +Number of digits in this event = 5 Using G4ParticleGun ... -2.83604 LIN +8.85526 LIN proton Event: 24 -Number of tracker hits in this event = 89 - 24 150.999 1001 10 1 20.4176 88.2089 95.55 - 24 126.781 1340 10 0 20.4148 88.2081 94.15 - 24 140.824 1001 9 1 20.3632 88.1895 65.55 - 24 125.568 1340 9 0 20.361 88.189 64.15 - 24 127.507 1001 8 1 20.3186 88.1841 35.55 - 24 136.625 1340 8 0 20.3157 88.1847 34.15 - 24 86.5045 1001 7 1 20.2552 88.197 5.55 - 24 181.303 1340 7 0 20.25 88.1968 4.15 - 24 127.629 1000 6 1 20.1413 88.2021 -24.45 - 24 124.226 1340 6 0 20.1337 88.2044 -25.85 - 24 109.716 999 5 1 19.9765 88.251 -54.45 - 24 128.53 1341 5 0 19.966 88.253 -55.85 - 24 124.101 998 4 1 19.7557 88.2952 -84.45 - 24 125.199 1341 4 0 19.7457 88.2943 -85.85 - 24 138.114 997 3 1 19.5278 88.2761 -114.45 - 24 112.509 1341 3 0 19.5165 88.2742 -115.85 - 24 113.873 996 2 1 19.2692 88.2325 -144.45 - 24 138.477 1340 2 0 19.2579 88.2315 -145.85 - 24 122.459 994 1 1 19.0191 88.2107 -174.45 - 24 150.994 1340 1 0 19.0107 88.2117 -175.85 - 24 131.554 993 0 1 18.8392 88.2382 -204.45 - 24 99.7491 1340 0 0 18.8324 88.2399 -205.85 - 24 57.4701 1692 4 1 158.553 41.7327 -84.85 - 24 380.984 1693 4 1 158.75 41.692 -84.642 - 24 107.176 1694 4 1 158.95 41.704 -84.5184 - 24 147.322 1279 1 0 1.24002 75.9031 -176.25 - 24 193.214 1280 1 0 1.4762 76.05 -175.923 - 24 72.2406 744 0 0 38.578 -31.2249 -206.099 - 24 28.6095 1457 0 0 -19.1109 111.598 -206.25 - 24 259.532 1230 0 0 57.0727 66.2435 -206.25 - 24 63.6688 1229 0 0 57.432 66.05 -205.973 - 24 78.7057 1194 0 1 58.9063 65.2532 -204.85 - 24 104.985 1195 0 1 59.05 65.1755 -204.741 - 24 107.083 1196 0 1 59.25 65.0648 -204.589 - 24 101.136 1121 1 0 94.2153 44.3819 -176.25 - 24 564.994 1120 1 0 94.4383 44.25 -176.069 - 24 10.0314 1378 1 1 95.929 43.3887 -174.85 - 24 91.5721 1379 1 1 95.95 43.3766 -174.833 - 24 166.308 1380 1 1 96.15 43.2615 -174.67 - 24 47.9599 1381 1 1 96.35 43.1457 -174.505 - 24 43.9355 1017 2 0 130.788 23.5049 -146.25 - 24 228.977 1016 2 0 130.885 23.45 -146.171 - 24 23.403 1015 2 0 131.232 23.25 -145.888 - 24 12.3503 1561 2 1 132.517 22.5172 -144.85 - 24 74.0433 1562 2 1 132.55 22.4982 -144.823 - 24 132.876 1563 2 1 132.75 22.3844 -144.662 - 24 36.8187 1564 2 1 132.95 22.2698 -144.5 - 24 21.7243 912 3 0 166.412 2.48009 -116.25 - 24 180.532 911 3 0 166.463 2.45 -116.207 - 24 45.8347 910 3 0 166.801 2.25 -115.922 - 24 71.2356 1739 3 1 168.082 1.48786 -114.85 - 24 167.372 1740 3 1 168.15 1.44762 -114.793 - 24 272.002 1741 3 1 168.35 1.32884 -114.625 - 24 62.881 1742 3 1 168.55 1.18285 -114.518 - 24 144.735 1521 0 0 5.31952 124.425 -206.25 - 24 150.837 1522 0 0 5.27461 124.55 -206.159 - 24 138.485 1523 0 0 5.20284 124.75 -206.013 - 24 13.1763 1524 0 0 5.12949 124.95 -205.868 - 24 618.178 922 0 1 4.61954 126.349 -204.85 - 24 229.956 921 0 1 4.45 126.796 -204.522 - 24 113.165 1718 1 0 -12.9142 163.783 -176.25 - 24 138.092 1719 1 0 -12.9927 163.95 -176.123 - 24 137.628 1720 1 0 -13.0875 164.15 -175.971 - 24 138.632 831 1 1 -13.7561 165.659 -174.85 - 24 240.88 830 1 1 -13.85 165.871 -174.692 - 24 24.7626 1692 0 0 105.059 158.713 -206.25 - 24 130.196 1693 0 0 105.103 158.75 -206.232 - 24 178.91 1694 0 0 105.338 158.95 -206.135 - 24 129.286 1695 0 0 105.577 159.15 -206.037 - 24 117.921 1696 0 0 105.816 159.35 -205.939 - 24 56.9372 1441 0 1 108.431 161.568 -204.85 - 24 132.535 1442 0 1 108.55 161.669 -204.801 - 24 108.746 1443 0 1 108.75 161.838 -204.716 - 24 97.1487 1444 0 1 108.95 162.009 -204.631 - 24 210.702 1445 0 1 109.15 162.179 -204.545 - 24 10.8704 1446 0 1 109.35 162.348 -204.459 - 24 26.7813 110 1 1 -158.048 74.7734 -174.828 - 24 24.5553 1268 7 0 -5.9902 73.7543 3.75 - 24 84.3298 1536 7 0 -18.4724 127.407 3.75 - 24 273.531 1339 7 0 20.267 88.05 3.97729 - 24 97.6875 1338 7 0 20.5373 87.85 4.06365 - 24 31.3471 1175 8 0 -10.4919 55.1275 33.75 - 24 142.399 1174 8 0 -10.5242 55.0498 33.793 - 24 104.462 1173 8 0 -10.3398 54.8497 33.8028 - 24 142.22 828 8 0 -3.64798 -14.3832 33.75 - 24 21.1257 489 8 0 -15.974 -82.05 33.9259 - 24 58.7575 1002 10 1 20.45 88.2157 95.3108 - 24 36.3232 1343 10 0 20.5091 88.7769 94.15 - 24 272.304 1344 10 0 20.5141 88.85 94.0788 -Number of digits in this event = 50 +Number of tracker hits in this event = 32 + 24 119.112 1308 7 1 81.7554 -124.378 5.55 + 24 220.188 278 7 0 81.755 -124.377 4.15 + 24 109.589 1308 6 1 81.7477 -124.359 -24.45 + 24 124.228 278 6 0 81.7483 -124.359 -25.85 + 24 173.849 1308 5 1 81.7605 -124.373 -54.45 + 24 126.794 278 5 0 81.7609 -124.374 -55.85 + 24 134.704 1308 4 1 81.7675 -124.405 -84.45 + 24 133.824 278 4 0 81.7674 -124.406 -85.85 + 24 109.636 1308 3 1 81.7654 -124.421 -114.45 + 24 139.932 278 3 0 81.7657 -124.421 -115.85 + 24 115.72 1308 2 1 81.7738 -124.428 -144.45 + 24 125.761 278 2 0 81.7744 -124.427 -145.85 + 24 102.273 1308 1 1 81.7892 -124.422 -174.45 + 24 92.1849 278 1 0 81.7901 -124.422 -175.85 + 24 110.122 1308 0 1 81.8078 -124.425 -204.45 + 24 95.2405 278 0 0 81.8088 -124.424 -205.85 + 24 118.401 287 1 0 106.504 -122.662 -176.25 + 24 110.012 1434 1 1 107.061 -122.579 -174.85 + 24 20.4019 1433 1 1 106.95 -122.578 -174.51 + 24 54.3096 177 2 0 60.9347 -144.716 -146.25 + 24 141.31 176 2 0 60.8632 -144.75 -146.209 + 24 110.218 175 2 0 60.5028 -144.95 -146.079 + 24 71.9402 174 2 0 60.2875 -145.15 -145.98 + 24 2.07713 173 2 0 60.2068 -145.35 -145.853 + 24 148.642 1196 2 1 59.3575 -147.814 -144.85 + 24 46.3015 136 2 0 58.9753 -152.796 -145.85 + 24 52.7485 135 2 0 58.9794 -152.95 -145.875 + 24 54.7087 134 2 0 58.977 -153.15 -145.878 + 24 99.5235 133 2 0 58.9583 -153.351 -145.929 + 24 92.2549 132 2 0 58.8542 -153.55 -146.014 + 24 53.7741 131 2 0 58.7229 -153.75 -146.11 + 24 43.0565 130 2 0 58.6749 -153.95 -146.194 +Number of digits in this event = 13 Using G4ParticleGun ... -4.76736 LIN +3.29853 LIN proton Event: 25 -Number of tracker hits in this event = 41 - 25 98.5288 317 9 1 -116.653 -50.4335 65.55 - 25 107.018 648 9 0 -116.653 -50.433 64.15 - 25 93.7095 317 8 1 -116.653 -50.4175 35.55 - 25 133.958 648 8 0 -116.654 -50.4161 34.15 - 25 116.511 317 7 1 -116.668 -50.3777 5.55 - 25 118.861 648 7 0 -116.669 -50.3774 4.15 - 25 116.285 317 6 1 -116.693 -50.3694 -24.45 - 25 162.743 648 6 0 -116.696 -50.3698 -25.85 - 25 134.665 316 5 1 -116.765 -50.3795 -54.45 - 25 107.894 648 5 0 -116.768 -50.3797 -55.85 - 25 96.681 316 4 1 -116.825 -50.3852 -84.45 - 25 125.937 648 4 0 -116.828 -50.385 -85.85 - 25 127.085 316 3 1 -116.884 -50.3837 -114.45 - 25 179.254 648 3 0 -116.887 -50.3831 -115.85 - 25 86.9153 316 2 1 -116.939 -50.3728 -144.45 - 25 120.345 648 2 0 -116.942 -50.3745 -145.85 - 25 27269.3 315 1 1 -116.997 -50.4109 -174.45 - 25 15378 316 1 1 -116.95 -50.3825 -174.802 - 25 20188 648 1 0 -116.751 -50.3128 -175.85 - 25 10458.6 314 1 1 -117.15 -50.2837 -174.597 - 25 2365.43 313 1 1 -117.35 -50.1166 -174.689 - 25 1705.28 312 1 1 -117.55 -49.9439 -174.787 - 25 873.968 659 1 0 -119.625 -48.1624 -175.85 - 25 1544.84 660 1 0 -119.756 -48.05 -175.917 - 25 1817.43 661 1 0 -119.985 -47.85 -176.036 - 25 1319.4 662 1 0 -120.231 -47.65 -176.157 - 25 3018.46 21 0 1 -175.813 -1.76482 -204.45 - 25 7647.03 20 0 1 -175.95 -1.64646 -204.549 - 25 979.463 311 1 1 -117.75 -51.4584 -174.786 - 25 204.269 620 1 0 -120.951 -55.9832 -175.85 - 25 795.293 619 1 0 -120.998 -56.05 -175.866 - 25 651.103 618 1 0 -121.14 -56.25 -175.914 - 25 788.322 617 1 0 -121.279 -56.45 -175.963 - 25 669.805 616 1 0 -121.416 -56.65 -176.024 - 25 722.959 615 1 0 -121.553 -56.85 -176.086 - 25 757.966 614 1 0 -121.69 -57.05 -176.149 - 25 370.759 613 1 0 -121.83 -57.25 -176.216 - 25 197.066 647 1 0 -116.966 -50.5622 -175.85 - 25 189.739 319 0 1 -116.307 -53.8306 -204.45 - 25 139.374 630 0 0 -116.276 -53.9915 -205.85 - 25 243.098 649 6 0 -116.601 -50.25 -26.1385 -Number of digits in this event = 34 +Number of tracker hits in this event = 22 + 25 92.5945 883 10 1 -3.30528 101.882 95.55 + 25 101.074 1408 10 0 -3.3074 101.883 94.15 + 25 94.8773 883 9 1 -3.35579 101.889 65.55 + 25 87.0505 1408 9 0 -3.35864 101.888 64.15 + 25 119.999 883 8 1 -3.40665 101.867 35.55 + 25 116.059 1408 8 0 -3.40909 101.865 34.15 + 25 137.647 882 7 1 -3.4568 101.824 5.55 + 25 95.2442 1408 7 0 -3.45773 101.82 4.15 + 25 106.498 882 6 1 -3.47166 101.749 -24.45 + 25 102.954 1407 6 0 -3.473 101.745 -25.85 + 25 198.854 882 5 1 -3.50045 101.648 -54.45 + 25 144.377 1407 5 0 -3.50332 101.643 -55.85 + 25 115.828 882 4 1 -3.56264 101.549 -84.45 + 25 112.329 1406 4 0 -3.56426 101.542 -85.85 + 25 92.6939 882 3 1 -3.59416 101.399 -114.45 + 25 94.7574 1406 3 0 -3.59673 101.391 -115.85 + 25 120.36 881 2 1 -3.65221 101.224 -144.45 + 25 116.155 1405 2 0 -3.65675 101.214 -145.85 + 25 105.86 881 1 1 -3.73972 101.025 -174.45 + 25 157.648 1404 1 0 -3.74137 101.018 -175.85 + 25 96.715 881 0 1 -3.78307 100.887 -204.45 + 25 160.257 1403 0 0 -3.78543 100.881 -205.85 +Number of digits in this event = 7 Using G4ParticleGun ... -6.82829 LIN +7.77748 LIN proton Event: 26 Number of tracker hits in this event = 18 - 26 139.712 1619 8 1 144.017 17.4151 35.55 - 26 98.9573 986 8 0 144.016 17.4146 34.15 - 26 165.073 1619 7 1 144.002 17.4073 5.55 - 26 104.239 986 7 0 144.002 17.4079 4.15 - 26 125.088 1619 6 1 144.007 17.4206 -24.45 - 26 120.682 986 6 0 144.008 17.4207 -25.85 - 26 302.815 1619 5 1 144.022 17.4266 -54.45 - 26 114.697 986 5 0 144.023 17.4262 -55.85 - 26 113.19 1619 4 1 144.026 17.4151 -84.45 - 26 105.403 986 4 0 144.026 17.4147 -85.85 - 26 108.342 1619 3 1 144.023 17.4075 -114.45 - 26 95.5616 986 3 0 144.022 17.4067 -115.85 - 26 110.514 1619 2 1 143.999 17.3883 -144.45 - 26 99.6881 986 2 0 143.998 17.3876 -145.85 - 26 134.574 1619 1 1 143.986 17.374 -174.45 - 26 124.609 986 1 0 143.985 17.3738 -175.85 - 26 112.067 1619 0 1 143.959 17.3654 -204.45 - 26 115.222 986 0 0 143.956 17.3655 -205.85 -Number of digits in this event = 10 + 26 119.632 252 8 1 -129.704 -61.4136 35.55 + 26 103.004 593 8 0 -129.703 -61.4129 34.15 + 26 124.786 252 7 1 -129.7 -61.3969 5.55 + 26 119.871 593 7 0 -129.7 -61.3965 4.15 + 26 178.932 252 6 1 -129.703 -61.3887 -24.45 + 26 130.35 593 6 0 -129.703 -61.3872 -25.85 + 26 119.66 252 5 1 -129.695 -61.3551 -54.45 + 26 102.634 593 5 0 -129.695 -61.3535 -55.85 + 26 116.207 252 4 1 -129.706 -61.3208 -84.45 + 26 115.898 593 4 0 -129.707 -61.32 -85.85 + 26 96.2852 252 3 1 -129.72 -61.3034 -114.45 + 26 114.381 593 3 0 -129.72 -61.3026 -115.85 + 26 107.824 252 2 1 -129.731 -61.288 -144.45 + 26 139.337 593 2 0 -129.731 -61.2866 -145.85 + 26 90.9276 252 1 1 -129.737 -61.2536 -174.45 + 26 124.529 593 1 0 -129.736 -61.2517 -175.85 + 26 179.451 252 0 1 -129.717 -61.2157 -204.45 + 26 338.638 594 0 0 -129.716 -61.2138 -205.85 +Number of digits in this event = 8 Using G4ParticleGun ... -8.13753 LIN +7.39036 LIN proton Event: 27 -Number of tracker hits in this event = 29 - 27 137.3 1120 10 1 44.0506 88.2844 95.55 - 27 160.855 1341 10 0 44.0512 88.285 94.15 - 27 207.178 1120 9 1 44.0636 88.3012 65.55 - 27 130.824 1341 9 0 44.0642 88.3017 64.15 - 27 210.728 1120 8 1 44.0756 88.3111 35.55 - 27 193.191 1341 8 0 44.0764 88.3114 34.15 - 27 136.153 1120 7 1 44.092 88.3181 5.55 - 27 260.015 1341 7 0 44.0928 88.3172 4.15 - 27 207.509 1120 6 1 44.1116 88.2958 -24.45 - 27 125.156 1341 6 0 44.1127 88.2954 -25.85 - 27 131.104 1120 5 1 44.1342 88.285 -54.45 - 27 91.3701 1341 5 0 44.1331 88.2833 -55.85 - 27 137.517 1120 4 1 44.1082 88.2512 -84.45 - 27 125.229 1340 4 0 44.1064 88.2491 -85.85 - 27 112.763 1120 3 1 44.0658 88.2055 -114.45 - 27 163.078 1340 3 0 44.0637 88.204 -115.85 - 27 101.831 1119 2 1 44.0245 88.1747 -144.45 - 27 257.515 1340 2 0 44.0226 88.1737 -145.85 - 27 160.552 1119 1 1 43.9795 88.1538 -174.45 - 27 115.337 1340 1 0 43.9786 88.1538 -175.85 - 27 126.924 1119 0 1 43.9584 88.1546 -204.45 - 27 123.155 1340 0 0 43.9569 88.1549 -205.85 - 27 58.1386 1055 0 1 31.25 108.748 -204.608 - 27 115.348 1054 0 1 31.0496 108.915 -204.533 - 27 306.524 1053 0 1 30.8499 109.007 -204.634 - 27 155.557 1444 0 0 31.2467 109.067 -205.85 - 27 93.7068 335 3 1 -113.068 154.21 -114.544 - 27 563.409 1034 1 1 26.9599 33.0533 -174.45 - 27 2.73552 1341 2 0 44.0474 88.25 -145.994 -Number of digits in this event = 24 +Number of tracker hits in this event = 23 + 27 30.2201 521 11 0 -37.6405 -75.7655 123.866 + 27 121.501 712 10 1 -37.6388 -75.7665 95.55 + 27 109.983 521 10 0 -37.6401 -75.7673 94.15 + 27 155.11 711 9 1 -37.6685 -75.7838 65.55 + 27 92.3916 521 9 0 -37.6701 -75.7845 64.15 + 27 117.705 711 8 1 -37.7029 -75.7911 35.55 + 27 122.39 521 8 0 -37.7043 -75.7914 34.15 + 27 132.952 711 7 1 -37.7351 -75.792 5.55 + 27 111.785 521 7 0 -37.7361 -75.792 4.15 + 27 163.459 711 6 1 -37.7538 -75.7909 -24.45 + 27 145.373 521 6 0 -37.7554 -75.7911 -25.85 + 27 115.552 711 5 1 -37.788 -75.7933 -54.45 + 27 135.497 521 5 0 -37.7909 -75.7922 -55.85 + 27 175.225 710 4 1 -37.8513 -75.7711 -84.45 + 27 109.153 521 4 0 -37.8546 -75.7684 -85.85 + 27 116.777 710 3 1 -37.9223 -75.7131 -114.45 + 27 104.576 521 3 0 -37.9247 -75.7094 -115.85 + 27 110.242 710 2 1 -37.9745 -75.6348 -144.45 + 27 104.12 522 2 0 -37.9772 -75.6313 -145.85 + 27 123.893 710 1 1 -38.035 -75.5591 -174.45 + 27 131.057 522 1 0 -38.0379 -75.5562 -175.85 + 27 120.735 709 0 1 -38.0991 -75.4944 -204.45 + 27 101.429 522 0 0 -38.1013 -75.4923 -205.85 +Number of digits in this event = 12 Using G4ParticleGun ... -6.32768 LIN +6.3695 LIN proton Event: 28 -Number of tracker hits in this event = 54 - 28 118.632 1170 10 1 54.1328 -88.3856 95.55 - 28 157.204 458 10 0 54.1331 -88.384 94.15 - 28 169.834 1170 9 1 54.1443 -88.3483 65.55 - 28 82.4393 458 9 0 54.1446 -88.3483 64.15 - 28 126.653 1170 8 1 54.1542 -88.3496 35.55 - 28 129.119 458 8 0 54.1548 -88.3493 34.15 - 28 239.472 1170 7 1 54.1655 -88.3434 5.55 - 28 167.153 458 7 0 54.1661 -88.3414 4.15 - 28 114.535 1170 6 1 54.1788 -88.2946 -24.45 - 28 109.631 458 6 0 54.18 -88.2924 -25.85 - 28 126.93 1170 5 1 54.2475 -88.2411 -54.45 - 28 113.338 459 5 0 54.2514 -88.2392 -55.85 - 28 118.907 1171 4 1 54.3307 -88.2056 -84.45 - 28 114.347 459 4 0 54.3339 -88.2034 -85.85 - 28 216.901 1171 3 1 54.3982 -88.1589 -114.45 - 28 120.094 459 3 0 54.4008 -88.157 -115.85 - 28 94.3254 1171 2 1 54.4438 -88.1078 -144.45 - 28 120.668 459 2 0 54.4475 -88.1058 -145.85 - 28 108.439 1172 1 1 54.5227 -88.0692 -174.45 - 28 91.6372 459 1 0 54.526 -88.0681 -175.85 - 28 124.147 1172 0 1 54.591 -88.0468 -204.45 - 28 105.786 460 0 0 54.5945 -88.0454 -205.85 - 28 108.18 460 7 0 54.4973 -87.8987 4.14966 - 28 133.792 461 7 0 54.6443 -87.8499 3.86762 - 28 68.7121 462 7 0 54.6438 -87.6498 4.04256 - 28 48.5579 1167 7 1 53.5507 -86.843 5.15011 - 28 416.937 1166 7 1 53.45 -86.7045 5.17943 - 28 80.2841 1171 7 1 54.25 -88.5771 5.3339 - 28 143.925 452 7 0 54.3744 -89.4584 4.15 - 28 47.091 451 7 0 54.4074 -89.65 3.8946 - 28 35.4236 1193 6 1 58.8298 -109.985 -24.45 - 28 91.3821 1194 6 1 58.85 -110.067 -24.5777 - 28 0.263054 345 6 0 58.8619 -111.149 -25.85 - 28 75.9943 344 6 0 58.8619 -111.15 -25.8516 - 28 72.132 343 6 0 58.859 -111.35 -26.0648 - 28 121.278 1167 5 1 53.6021 -141.291 -54.4503 - 28 296.061 1168 5 1 53.65 -141.35 -54.6951 - 28 116.305 192 5 0 53.9608 -141.637 -55.85 - 28 1.94898 1217 4 1 63.4515 -148.415 -84.45 - 28 242.355 1216 4 1 63.4498 -148.414 -84.4519 - 28 186.468 1215 4 1 63.25 -148.352 -84.7233 - 28 214.797 159 4 0 61.4391 -148.299 -85.85 - 28 25.0718 163 4 0 63.6822 -147.409 -85.85 - 28 75.1281 164 4 0 63.7044 -147.35 -85.94 - 28 64.5034 165 4 0 63.7813 -147.15 -86.0616 - 28 36.889 166 4 0 63.7801 -146.95 -86.1833 - 28 53.9096 548 4 0 37.0114 -70.3415 -86.25 - 28 69.6082 549 4 0 36.988 -70.2497 -86.1516 - 28 89.9235 550 4 0 36.9612 -70.05 -85.9882 - 28 15.6359 1087 4 1 37.6192 -69.1486 -84.85 - 28 189.031 1088 4 1 37.6502 -69.1148 -84.7937 - 28 67.9729 1089 4 1 37.8503 -68.6646 -84.6034 - 28 89.5888 1090 4 1 38.05 -68.5524 -84.5823 - 28 341.835 1169 5 1 53.8501 -141.697 -54.8331 -Number of digits in this event = 24 +Number of tracker hits in this event = 26 + 28 217.918 1214 11 1 62.8537 -22.5642 125.55 + 28 111.175 787 11 0 62.8539 -22.5642 124.15 + 28 118.886 1214 10 1 62.8626 -22.5653 95.55 + 28 128.921 787 10 0 62.8626 -22.5649 94.15 + 28 196.729 1214 9 1 62.8627 -22.5565 65.55 + 28 115.249 787 9 0 62.862 -22.5557 64.15 + 28 101.216 1213 8 1 62.8454 -22.5359 35.55 + 28 99.6727 787 8 0 62.8428 -22.5349 34.15 + 28 107.377 1213 7 1 62.7886 -22.5149 5.55 + 28 104.48 787 7 0 62.7863 -22.5158 4.15 + 28 145.377 1213 6 1 62.7424 -22.5393 -24.45 + 28 116.348 787 6 0 62.7413 -22.5406 -25.85 + 28 88.7046 1213 5 1 62.7203 -22.5716 -54.45 + 28 271.961 787 5 0 62.7214 -22.5731 -55.85 + 28 137.508 1213 4 1 62.7396 -22.6056 -84.45 + 28 140.351 787 4 0 62.7403 -22.6074 -85.85 + 28 120.138 1213 3 1 62.7573 -22.6415 -114.45 + 28 100.464 787 3 0 62.7574 -22.6434 -115.85 + 28 94.6182 1213 2 1 62.759 -22.6785 -144.45 + 28 144.453 786 2 0 62.7594 -22.6809 -145.85 + 28 124.695 1213 1 1 62.7674 -22.7268 -174.45 + 28 134.769 786 1 0 62.7689 -22.7284 -175.85 + 28 105.798 1213 0 1 62.801 -22.757 -204.45 + 28 109.063 786 0 0 62.8027 -22.759 -205.85 + 28 51.7887 1069 2 0 10.7928 34.0483 -146.25 + 28 15.7529 1070 2 0 10.7761 34.05 -146.239 +Number of digits in this event = 12 Using G4ParticleGun ... -9.45912 LIN +1.8948 LIN proton Event: 29 -Number of tracker hits in this event = 36 - 29 103.885 1310 11 0 15.7362 82.1761 124.15 - 29 124.171 978 10 1 15.7386 82.1754 95.55 - 29 96.5236 1310 10 0 15.7387 82.1746 94.15 - 29 96.3901 978 9 1 15.7442 82.1574 65.55 - 29 125.798 1310 9 0 15.7437 82.1569 64.15 - 29 98.1565 978 8 1 15.7342 82.1439 35.55 - 29 101.44 1310 8 0 15.7338 82.143 34.15 - 29 99.2584 978 7 1 15.7255 82.123 5.55 - 29 98.4247 1310 7 0 15.7255 82.1214 4.15 - 29 255.952 978 6 1 15.7252 82.0895 -24.45 - 29 125.1 1310 6 0 15.7248 82.0876 -25.85 - 29 250.642 978 5 1 15.7149 82.0473 -54.45 - 29 106.878 1309 5 0 15.7149 82.0452 -55.85 - 29 121.147 978 4 1 15.7197 82.0024 -84.45 - 29 105.608 1309 4 0 15.72 81.9999 -85.85 - 29 130.46 978 3 1 15.7283 81.9481 -114.45 - 29 103.035 1309 3 0 15.7294 81.9454 -115.85 - 29 101.871 978 2 1 15.7528 81.8921 -144.45 - 29 113.631 1309 2 0 15.7543 81.8898 -145.85 - 29 114.229 978 1 1 15.7888 81.8428 -174.45 - 29 116.749 1308 1 0 15.7901 81.8406 -175.85 - 29 112.317 978 0 1 15.8142 81.7962 -204.45 - 29 113.943 1308 0 0 15.815 81.7933 -205.85 - 29 161.011 977 5 1 15.65 82.0789 -54.665 - 29 133.972 977 6 1 15.65 82.1362 -24.5759 - 29 86.1422 1313 6 0 15.2316 82.6669 -25.85 - 29 123.128 1314 6 0 15.1867 82.85 -26.1176 - 29 83.2461 966 5 1 13.2917 104.617 -54.45 - 29 152.181 967 5 1 13.45 104.592 -54.6401 - 29 24.778 968 5 1 13.65 104.631 -54.8005 - 29 42.3848 1422 5 0 14.9963 104.749 -55.8502 - 29 197.092 1423 5 0 15.0125 104.75 -55.8635 - 29 121.374 1424 5 0 15.5737 104.95 -56.0841 - 29 115.379 1425 5 0 15.8602 105.15 -56.1126 - 29 153.623 1426 5 0 16.1246 105.35 -56.1842 - 29 419.739 1427 5 0 16.2235 105.55 -56.1331 -Number of digits in this event = 16 +Number of tracker hits in this event = 28 + 29 104.387 649 11 1 -50.1384 53.4841 125.55 + 29 176.317 1167 11 0 -50.1399 53.486 124.15 + 29 117.44 649 10 1 -50.1627 53.5255 95.55 + 29 175.134 1167 10 0 -50.1637 53.5266 94.15 + 29 167.907 649 9 1 -50.1788 53.5466 65.55 + 29 102.032 1167 9 0 -50.1762 53.5497 64.15 + 29 123.767 649 8 1 -50.1175 53.6053 35.55 + 29 113.562 1167 8 0 -50.1186 53.6082 34.15 + 29 417.93 649 7 1 -50.1349 53.6798 5.55 + 29 99.9764 1168 7 0 -50.1347 53.6831 4.15 + 29 289.202 649 6 1 -50.1251 53.7561 -24.45 + 29 102.473 1168 6 0 -50.121 53.7612 -25.85 + 29 107.033 650 5 1 -50.0371 53.8624 -54.45 + 29 106.465 1169 5 0 -50.0306 53.87 -55.85 + 29 120.091 650 4 1 -49.8971 54.0137 -84.45 + 29 167.646 1169 4 0 -49.8891 54.0197 -85.85 + 29 151.997 651 3 1 -49.7339 54.15 -114.45 + 29 104.999 1170 3 0 -49.7237 54.153 -115.85 + 29 129.722 652 2 1 -49.5327 54.2334 -144.45 + 29 116.205 1170 2 0 -49.5214 54.2394 -145.85 + 29 125.006 653 1 1 -49.2886 54.3616 -174.45 + 29 120.111 1171 1 0 -49.2827 54.3674 -175.85 + 29 140.647 654 0 1 -49.1696 54.4805 -204.45 + 29 95.0179 1172 0 0 -49.165 54.4848 -205.85 + 29 105.76 650 3 1 -49.8502 54.1629 -114.639 + 29 445.703 649 3 1 -50.05 54.057 -114.763 + 29 138.772 648 6 1 -50.25 53.8737 -24.5689 + 29 318.92 650 7 1 -50.05 53.274 5.27172 +Number of digits in this event = 19 Using G4ParticleGun ... -8.60347 LIN +9.83693 LIN proton Event: 30 -Number of tracker hits in this event = 33 - 30 146.373 1315 9 1 83.1834 -89.0032 65.55 - 30 95.6967 455 9 0 83.1843 -89.0035 64.15 - 30 181.27 1315 8 1 83.2046 -89.0095 35.55 - 30 97.0771 455 8 0 83.2049 -89.01 34.15 - 30 154.637 1315 7 1 83.2078 -89.0231 5.55 - 30 99.3258 455 7 0 83.2069 -89.0232 4.15 - 30 128.046 1315 6 1 83.1889 -89.0219 -24.45 - 30 103.324 455 6 0 83.1884 -89.0213 -25.85 - 30 335.3 1315 5 1 83.1783 -89.012 -54.45 - 30 109.586 455 5 0 83.1775 -89.0117 -55.85 - 30 125.107 1315 4 1 83.1627 -89.0082 -84.45 - 30 120.966 455 4 0 83.1619 -89.0082 -85.85 - 30 123.452 1315 3 1 83.143 -89.0085 -114.45 - 30 100.345 455 3 0 83.1428 -89.0088 -115.85 - 30 208.456 1315 2 1 83.1355 -89.013 -144.45 - 30 205.429 455 2 0 83.1348 -89.013 -145.85 - 30 130.705 1315 1 1 83.1191 -89.0146 -174.45 - 30 202.056 455 1 0 83.1182 -89.0152 -175.85 - 30 114.143 1315 0 1 83.0984 -89.0302 -204.45 - 30 123.085 455 0 0 83.0992 -89.0301 -205.85 - 30 27.0827 1581 2 1 136.46 104.112 -144.85 - 30 12.2688 602 0 0 -112.002 -59.4538 -206.144 - 30 19.5454 1314 5 1 83.05 -88.7623 -54.8236 - 30 294.377 459 5 0 82.5371 -88.2092 -55.85 - 30 22.9351 449 5 0 95.6964 -90.3454 -56.25 - 30 45.3512 448 5 0 95.709 -90.35 -56.2412 - 30 8.38089 472 5 0 83.7781 -85.4803 -55.85 - 30 70.0737 473 5 0 83.7827 -85.45 -55.8578 - 30 160.039 474 5 0 83.8021 -85.25 -55.9801 - 30 13.3847 475 5 0 83.4545 -85.05 -56.2141 - 30 70.092 420 5 0 27.8903 -96.0872 -56.25 - 30 84.2532 419 5 0 27.9314 -96.1501 -56.1909 - 30 42.1867 77 5 0 -11.9109 -164.639 -56.2499 -Number of digits in this event = 19 +Number of tracker hits in this event = 20 + 30 124.26 1474 9 1 115.142 -28.502 65.55 + 30 101.411 757 9 0 115.142 -28.5009 64.15 + 30 387.763 1475 8 1 115.158 -28.4789 35.55 + 30 171.13 757 8 0 115.158 -28.4778 34.15 + 30 94.8277 1475 7 1 115.163 -28.4537 5.55 + 30 105.4 757 7 0 115.163 -28.4519 4.15 + 30 94.456 1475 6 1 115.17 -28.4136 -24.45 + 30 174.81 758 6 0 115.172 -28.4117 -25.85 + 30 199.819 1475 5 1 115.195 -28.3721 -54.45 + 30 237.415 758 5 0 115.196 -28.3698 -55.85 + 30 189.216 1475 4 1 115.213 -28.3259 -84.45 + 30 152.297 758 4 0 115.214 -28.3246 -85.85 + 30 141.748 1475 3 1 115.239 -28.3002 -114.45 + 30 126.878 758 3 0 115.239 -28.2989 -115.85 + 30 105.507 1475 2 1 115.25 -28.2725 -144.45 + 30 115.411 758 2 0 115.251 -28.271 -145.85 + 30 116.265 1475 1 1 115.263 -28.2324 -174.45 + 30 130.929 759 1 0 115.264 -28.2303 -175.85 + 30 116.198 1475 0 1 115.28 -28.1901 -204.45 + 30 144.025 759 0 0 115.28 -28.1895 -205.85 +Number of digits in this event = 13 Using G4ParticleGun ... -3.8511 LIN +2.25836 LIN proton Event: 31 -Number of tracker hits in this event = 33 - 31 171.527 868 11 1 -6.3077 -20.7945 125.55 - 31 101.46 796 11 0 -6.30655 -20.7945 124.15 - 31 104.096 868 10 1 -6.28516 -20.7937 95.55 - 31 263.94 796 10 0 -6.28492 -20.7939 94.15 - 31 421.559 868 9 1 -6.2753 -20.8047 65.55 - 31 90.7433 796 9 0 -6.27722 -20.8062 64.15 - 31 172.81 868 8 1 -6.313 -20.8349 35.55 - 31 108.459 796 8 0 -6.31319 -20.8363 34.15 - 31 127.984 868 7 1 -6.31276 -20.8589 5.55 - 31 173.641 795 7 0 -6.31214 -20.8609 4.15 - 31 121.323 868 6 1 -6.2963 -20.8956 -24.45 - 31 157.097 795 6 0 -6.29392 -20.8974 -25.85 - 31 108.376 869 5 1 -6.23478 -20.9279 -54.45 - 31 125.123 795 5 0 -6.23025 -20.9302 -55.85 - 31 168.417 869 4 1 -6.145 -20.9781 -84.45 - 31 235.974 795 4 0 -6.14093 -20.981 -85.85 - 31 119.883 869 3 1 -6.05905 -21.0464 -114.45 - 31 115.822 795 3 0 -6.05542 -21.0484 -115.85 - 31 118.067 870 2 1 -5.98169 -21.088 -144.45 - 31 104.86 794 2 0 -5.97897 -21.0922 -145.85 - 31 91.906 870 1 1 -5.9185 -21.1846 -174.45 - 31 102.278 794 1 0 -5.91429 -21.1897 -175.85 - 31 133.542 871 0 1 -5.82713 -21.2903 -204.45 - 31 112.507 793 0 0 -5.82422 -21.2928 -205.85 - 31 25.0359 868 4 1 -6.25 -20.941 -84.7709 - 31 135.864 794 4 0 -6.70869 -21.186 -85.8503 - 31 213.294 796 4 0 -6.82258 -20.8495 -86.1874 - 31 33.4522 874 5 1 -5.17357 -20.5116 -54.85 - 31 25.066 798 5 0 -8.86395 -20.3928 -55.85 - 31 179.135 850 5 1 -9.85297 -20.4163 -54.85 - 31 202.265 1199 3 1 59.85 -26.7525 -114.554 - 31 91.4159 791 9 0 -7.06636 -21.7565 64.15 - 31 40.4814 790 9 0 -7.12898 -21.8501 64.0305 -Number of digits in this event = 17 +Number of tracker hits in this event = 27 + 31 112.398 1062 11 1 32.6147 -15.9821 125.55 + 31 132.766 820 11 0 32.614 -15.9825 124.15 + 31 296.339 1062 10 1 32.6039 -16.0059 95.55 + 31 114.117 820 10 0 32.6013 -16.0065 94.15 + 31 108.14 1062 9 1 32.538 -16.0112 65.55 + 31 146.025 820 9 0 32.5309 -16.0118 64.15 + 31 118.97 1061 8 1 32.38 -16.0179 35.55 + 31 111.051 820 8 0 32.3705 -16.0173 34.15 + 31 127.5 1060 7 1 32.1823 -16.0147 5.55 + 31 176.054 820 7 0 32.1717 -16.0158 4.15 + 31 156.45 1059 6 1 31.9411 -16.0434 -24.45 + 31 118.296 820 6 0 31.9297 -16.0454 -25.85 + 31 126.864 1058 5 1 31.7061 -16.0863 -54.45 + 31 111.469 819 5 0 31.6988 -16.088 -55.85 + 31 132.731 1057 4 1 31.5421 -16.1205 -84.45 + 31 127.077 819 4 0 31.5313 -16.121 -85.85 + 31 99.1014 1056 3 1 31.3232 -16.1279 -114.45 + 31 105.394 819 3 0 31.3125 -16.1276 -115.85 + 31 118.357 1055 2 1 31.098 -16.1163 -144.45 + 31 115.716 819 2 0 31.0875 -16.1168 -145.85 + 31 150.578 1054 1 1 30.8734 -16.1168 -174.45 + 31 104.38 819 1 0 30.8585 -16.1183 -175.85 + 31 110.881 1052 0 1 30.5627 -16.1492 -204.45 + 31 139.773 819 0 0 30.5476 -16.1505 -205.85 + 31 35.7192 1063 10 1 32.6711 -16.1011 95.55 + 31 137.851 817 10 0 32.7932 -16.5571 94.15 + 31 274.698 816 10 0 32.8301 -16.65 93.9855 +Number of digits in this event = 14 Using G4ParticleGun ... -8.28373 LIN +7.67407 LIN proton Event: 32 -Number of tracker hits in this event = 25 - 32 91.8084 1145 11 1 49.1562 -40.6529 125.55 - 32 197.225 696 11 0 49.1556 -40.653 124.15 - 32 114.788 1145 10 1 49.1314 -40.6511 95.55 - 32 93.0401 696 10 0 49.1301 -40.6513 94.15 - 32 108.2 1145 9 1 49.1049 -40.6567 65.55 - 32 286.885 696 9 0 49.1051 -40.6566 64.15 - 32 111.995 1145 8 1 49.1068 -40.6546 35.55 - 32 111.248 696 8 0 49.107 -40.6542 34.15 - 32 125.292 1145 7 1 49.1088 -40.648 5.55 - 32 126.177 697 7 0 49.1093 -40.6481 4.15 - 32 119.797 1145 6 1 49.1229 -40.6507 -24.45 - 32 92.7388 696 6 0 49.1227 -40.6508 -25.85 - 32 149.552 1145 5 1 49.1189 -40.6533 -54.45 - 32 144.163 696 5 0 49.1192 -40.6542 -55.85 - 32 109.995 1145 4 1 49.1268 -40.6757 -84.45 - 32 99.8932 696 4 0 49.1267 -40.6775 -85.85 - 32 142.653 1145 3 1 49.1198 -40.7143 -114.45 - 32 115.751 696 3 0 49.1188 -40.7153 -115.85 - 32 175.565 1145 2 1 49.0905 -40.7374 -144.45 - 32 134.556 696 2 0 49.0882 -40.739 -145.85 - 32 98.9227 1144 1 1 49.0348 -40.776 -174.45 - 32 105.452 696 1 0 49.0319 -40.7774 -175.85 - 32 83.0993 1144 0 1 48.9709 -40.8091 -204.45 - 32 133.666 696 0 0 48.967 -40.8111 -205.85 - 32 375.173 697 11 0 49.1233 -40.65 123.838 -Number of digits in this event = 12 +Number of tracker hits in this event = 21 + 32 98.1376 555 9 1 -68.8863 -103.568 65.55 + 32 97.6487 382 9 0 -68.8851 -103.569 64.15 + 32 110.436 555 8 1 -68.8573 -103.587 35.55 + 32 107.558 382 8 0 -68.8566 -103.588 34.15 + 32 96.9192 556 7 1 -68.8426 -103.604 5.55 + 32 125.89 382 7 0 -68.8426 -103.606 4.15 + 32 148.247 556 6 1 -68.8448 -103.634 -24.45 + 32 115.477 382 6 0 -68.8447 -103.634 -25.85 + 32 104.118 556 5 1 -68.8414 -103.638 -54.45 + 32 116.678 382 5 0 -68.8415 -103.638 -55.85 + 32 176.351 556 4 1 -68.8441 -103.651 -84.45 + 32 162.382 382 4 0 -68.8433 -103.652 -85.85 + 32 127.927 556 3 1 -68.8275 -103.664 -114.45 + 32 120.078 382 3 0 -68.8266 -103.665 -115.85 + 32 131.46 556 2 1 -68.8064 -103.686 -144.45 + 32 112.125 382 2 0 -68.8056 -103.686 -145.85 + 32 120.233 556 1 1 -68.7872 -103.685 -174.45 + 32 138.979 382 1 0 -68.7854 -103.685 -175.85 + 32 105.965 556 0 1 -68.7503 -103.675 -204.45 + 32 119.938 382 0 0 -68.748 -103.674 -205.85 + 32 87.7636 383 7 0 -68.8079 -103.55 3.97016 +Number of digits in this event = 10 Using G4ParticleGun ... -5.45465 LIN +2.2506 LIN proton Event: 33 -Number of tracker hits in this event = 40 - 33 87.1226 1209 10 1 61.9853 -87.7968 95.55 - 33 112.937 461 10 0 61.9834 -87.7954 94.15 - 33 120.413 1209 9 1 61.9459 -87.762 65.55 - 33 105.048 461 9 0 61.9437 -87.7616 64.15 - 33 229.73 1209 8 1 61.9052 -87.7557 35.55 - 33 119.872 461 8 0 61.902 -87.7556 34.15 - 33 107.177 1208 7 1 61.836 -87.7529 5.55 - 33 109.318 461 7 0 61.8317 -87.7519 4.15 - 33 105.279 1208 6 1 61.7438 -87.7283 -24.45 - 33 130.044 461 6 0 61.7387 -87.7266 -25.85 - 33 125.55 1207 5 1 61.634 -87.6935 -54.45 - 33 122.008 461 5 0 61.6276 -87.692 -55.85 - 33 117.129 1207 4 1 61.492 -87.6616 -84.45 - 33 117.01 461 4 0 61.4848 -87.6591 -85.85 - 33 141.615 1206 3 1 61.3415 -87.6112 -114.45 - 33 193.101 462 3 0 61.3293 -87.607 -115.85 - 33 576.718 1205 2 1 61.0769 -87.5189 -144.45 - 33 118.816 462 2 0 61.0639 -87.5141 -145.85 - 33 130.749 1203 1 1 60.802 -87.4196 -174.45 - 33 134.937 463 1 0 60.7894 -87.4153 -175.85 - 33 194.391 1202 0 1 60.5277 -87.3292 -204.45 - 33 360.387 463 0 0 60.5135 -87.325 -205.85 - 33 47.4902 636 0 0 78.6721 -52.85 -206.226 - 33 87.0732 94 0 0 172.487 -161.26 -206.25 - 33 150.386 93 0 0 172.635 -161.35 -206.215 - 33 145.02 92 0 0 172.963 -161.55 -206.135 - 33 200.343 91 0 0 173.287 -161.75 -206.056 - 33 152.487 90 0 0 173.619 -161.95 -205.974 - 33 73.7476 89 0 0 173.951 -162.15 -205.892 - 33 6.14294 1790 0 1 178.334 -164.747 -204.85 - 33 122.578 1791 0 1 178.35 -164.757 -204.846 - 33 116.967 1792 0 1 178.55 -164.876 -204.798 - 33 94.7715 1793 0 1 178.75 -164.995 -204.75 - 33 93.227 1794 0 1 178.95 -165.115 -204.702 - 33 158.88 1795 0 1 179.15 -165.236 -204.651 - 33 121.933 1796 0 1 179.35 -165.357 -204.6 - 33 95.9489 1797 0 1 179.55 -165.477 -204.548 - 33 74.9454 1798 0 1 179.75 -165.595 -204.495 - 33 22.4229 1294 6 0 -102.786 78.9752 -25.9242 - 33 106.072 477 0 0 64.8681 -84.5078 -206.25 -Number of digits in this event = 22 +Number of tracker hits in this event = 29 + 33 100.273 707 11 1 -38.6283 27.2435 125.55 + 33 121.757 1035 11 0 -38.627 27.2456 124.15 + 33 104.347 707 10 1 -38.6 27.2889 95.55 + 33 133.81 1036 10 0 -38.5956 27.2917 94.15 + 33 171.4 707 9 1 -38.5097 27.3638 65.55 + 33 140.09 1036 9 0 -38.5026 27.3666 64.15 + 33 98.822 708 8 1 -38.345 27.413 35.55 + 33 122.802 1036 8 0 -38.3395 27.4175 34.15 + 33 102.854 709 7 1 -38.2393 27.5168 5.55 + 33 128.384 1037 7 0 -38.2373 27.5229 4.15 + 33 112.749 709 6 1 -38.1935 27.6379 -24.45 + 33 113.766 1037 6 0 -38.192 27.6437 -25.85 + 33 91.8613 709 5 1 -38.1667 27.7497 -54.45 + 33 151.597 1038 5 0 -38.1636 27.7513 -55.85 + 33 101.56 709 4 1 -38.1056 27.7722 -84.45 + 33 286.836 1038 4 0 -38.1035 27.7736 -85.85 + 33 167.431 709 3 1 -38.0704 27.7917 -114.45 + 33 157.853 1038 3 0 -38.0697 27.7911 -115.85 + 33 126.039 710 2 1 -38.0441 27.7777 -144.45 + 33 136.698 1038 2 0 -38.0423 27.777 -145.85 + 33 262.606 710 1 1 -37.9926 27.7503 -174.45 + 33 146.22 1038 1 0 -37.9895 27.7481 -175.85 + 33 124.502 710 0 1 -37.9326 27.7048 -204.45 + 33 118.884 1038 0 0 -37.9279 27.6995 -205.85 + 33 51.3992 560 0 0 80.8712 -68.0311 -206.25 + 33 146.407 559 0 0 81.3833 -68.05 -206.048 + 33 177.269 558 0 0 81.5899 -68.2501 -206.127 + 33 165.792 1037 3 0 -38.3554 27.5808 -115.85 + 33 0.420544 1036 3 0 -38.2831 27.45 -116.249 +Number of digits in this event = 21 Using G4ParticleGun ... -3.51726 LIN +9.72262 LIN proton Event: 34 -Number of tracker hits in this event = 47 - 34 165.172 1254 11 1 70.9134 2.11248 125.55 - 34 115.465 910 11 0 70.9122 2.11219 124.15 - 34 107.674 1254 10 1 70.8887 2.1089 95.55 - 34 108.876 910 10 0 70.8862 2.10813 94.15 - 34 206.525 1253 9 1 70.8283 2.09367 65.55 - 34 102.483 910 9 0 70.8257 2.0938 64.15 - 34 117.66 1253 8 1 70.7746 2.0924 35.55 - 34 110.763 910 8 0 70.7745 2.09556 34.15 - 34 298.371 1253 7 1 70.7704 2.15716 5.55 - 34 167.146 910 7 0 70.7706 2.16048 4.15 - 34 134.027 1253 6 1 70.7717 2.23117 -24.45 - 34 106.299 910 6 0 70.7723 2.23388 -25.85 - 34 109.815 1253 5 1 70.7882 2.28553 -54.45 - 34 149.75 911 5 0 70.7898 2.28817 -55.85 - 34 104.805 1253 4 1 70.8192 2.34693 -84.45 - 34 106.217 911 4 0 70.8226 2.35129 -85.85 - 34 133.825 1254 3 1 70.8881 2.44227 -114.45 - 34 132.819 911 3 0 70.8928 2.44647 -115.85 - 34 206.457 1254 2 1 70.9913 2.53099 -144.45 - 34 182.094 912 2 0 70.9972 2.53546 -145.85 - 34 110.176 1255 1 1 71.1174 2.62688 -174.45 - 34 91.6876 912 1 0 71.1241 2.63382 -175.85 - 34 191.486 1256 0 1 71.2607 2.77032 -204.45 - 34 98.6872 913 0 0 71.2689 2.77572 -205.85 - 34 248.683 1255 0 1 71.25 2.65616 -204.509 - 34 4.89739 1255 2 1 71.05 2.54726 -144.827 - 34 97.1254 913 2 0 71.4765 2.65 -145.866 - 34 21.0426 761 2 0 66.1018 -27.7946 -146.25 - 34 73.4927 760 2 0 66.0828 -27.85 -146.217 - 34 93.0472 759 2 0 66.003 -28.0501 -146.156 - 34 82.2395 758 2 0 65.8476 -28.2502 -146.009 - 34 102.213 757 2 0 65.6396 -28.4504 -145.915 - 34 161.968 756 2 0 65.346 -28.65 -145.882 - 34 13.1348 755 2 0 65.2553 -28.85 -145.865 - 34 213.712 1220 2 1 64.2118 -30.5488 -144.85 - 34 196.441 743 2 0 64.5953 -31.3824 -145.85 - 34 289.068 1025 2 0 62.5731 25.2338 -146.25 - 34 58.2509 1026 2 0 62.5811 25.25 -146.241 - 34 60.6996 909 7 0 70.8959 2.04661 4.1496 - 34 2.87692 1043 7 0 72.7742 28.8447 3.75006 - 34 112.912 1044 7 0 72.7727 28.85 3.75651 - 34 78.265 1045 7 0 72.6375 29.0506 3.88108 - 34 75.1079 1046 7 0 72.4571 29.25 3.96261 - 34 208.764 1260 7 1 72.2005 30.6793 5.15 - 34 137.093 1259 7 1 72.0499 31.0881 5.22257 - 34 317.837 1258 7 1 71.85 30.9824 5.27247 - 34 175.776 1257 7 1 71.65 30.7307 5.24483 -Number of digits in this event = 21 +Number of tracker hits in this event = 24 + 34 148.624 913 11 1 2.75119 5.1193 125.55 + 34 154.997 925 11 0 2.75155 5.11865 124.15 + 34 159.404 913 10 1 2.76259 5.10539 95.55 + 34 160.694 925 10 0 2.76274 5.105 94.15 + 34 105.927 913 9 1 2.7621 5.09655 65.55 + 34 101.394 925 9 0 2.76106 5.09599 64.15 + 34 131.715 913 8 1 2.73951 5.08663 35.55 + 34 94.9274 925 8 0 2.73876 5.08587 34.15 + 34 119.626 913 7 1 2.72225 5.07076 5.55 + 34 104.602 925 7 0 2.72045 5.07047 4.15 + 34 102.438 913 6 1 2.68218 5.06265 -24.45 + 34 106.781 925 6 0 2.68025 5.06246 -25.85 + 34 106.543 912 5 1 2.64101 5.06019 -54.45 + 34 110.646 925 5 0 2.63986 5.05957 -55.85 + 34 116.447 912 4 1 2.61724 5.04612 -84.45 + 34 130.876 924 4 0 2.61691 5.04496 -85.85 + 34 125.586 912 3 1 2.60776 5.02213 -114.45 + 34 102.692 924 3 0 2.60802 5.02102 -115.85 + 34 100.45 912 2 1 2.62068 4.99772 -144.45 + 34 127.355 924 2 0 2.62163 4.99718 -145.85 + 34 123.027 912 1 1 2.63945 4.98753 -174.45 + 34 161.774 924 1 0 2.63996 4.98761 -175.85 + 34 103.256 913 0 1 2.65276 4.99129 -204.45 + 34 152.937 924 0 0 2.65351 4.99117 -205.85 +Number of digits in this event = 15 Using G4ParticleGun ... -7.87184 LIN +7.53224 LIN proton Event: 35 -Number of tracker hits in this event = 22 - 35 114.783 1133 10 1 46.7054 -86.2994 95.55 - 35 129.784 468 10 0 46.7062 -86.2992 94.15 - 35 168.02 1133 9 1 46.725 -86.2942 65.55 - 35 102.507 468 9 0 46.7259 -86.2941 64.15 - 35 115.01 1133 8 1 46.7452 -86.2933 35.55 - 35 172.064 468 8 0 46.746 -86.2933 34.15 - 35 107.742 1133 7 1 46.7656 -86.2946 5.55 - 35 101.159 468 7 0 46.7663 -86.2947 4.15 - 35 172.712 1133 6 1 46.7776 -86.2951 -24.45 - 35 216.195 468 6 0 46.7785 -86.2949 -25.85 - 35 132.144 1133 5 1 46.7936 -86.2938 -54.45 - 35 123.566 468 5 0 46.7939 -86.2936 -55.85 - 35 141.796 1133 4 1 46.7994 -86.2879 -84.45 - 35 157.217 468 4 0 46.7999 -86.2878 -85.85 - 35 160.949 1133 3 1 46.8083 -86.2889 -114.45 - 35 213.67 468 3 0 46.8084 -86.2881 -115.85 - 35 96.1713 1133 2 1 46.81 -86.2712 -144.45 - 35 101.288 468 2 0 46.8095 -86.2696 -145.85 - 35 133.857 1133 1 1 46.8003 -86.2385 -174.45 - 35 98.0237 469 1 0 46.7997 -86.2366 -175.85 - 35 114.102 1133 0 1 46.7857 -86.1965 -204.45 - 35 99.3824 469 0 0 46.7856 -86.1945 -205.85 -Number of digits in this event = 13 +Number of tracker hits in this event = 23 + 35 116.634 812 10 1 -17.5782 102.266 95.55 + 35 120.375 1410 10 0 -17.5769 102.265 94.15 + 35 135.437 812 9 1 -17.5474 102.258 65.55 + 35 159.643 1410 9 0 -17.5457 102.258 64.15 + 35 94.9409 812 8 1 -17.5093 102.254 35.55 + 35 122.261 1410 8 0 -17.5063 102.254 34.15 + 35 84.548 813 7 1 -17.4471 102.256 5.55 + 35 333.83 1410 7 0 -17.4446 102.257 4.15 + 35 114.624 813 6 1 -17.386 102.267 -24.45 + 35 105.174 1410 6 0 -17.3826 102.268 -25.85 + 35 107.499 813 5 1 -17.3113 102.291 -54.45 + 35 117.121 1410 5 0 -17.3075 102.292 -55.85 + 35 120.83 814 4 1 -17.2292 102.307 -84.45 + 35 176.83 1410 4 0 -17.2254 102.307 -85.85 + 35 165.077 814 3 1 -17.1464 102.319 -114.45 + 35 162.068 1410 3 0 -17.1442 102.319 -115.85 + 35 146.987 814 2 1 -17.1002 102.33 -144.45 + 35 120.512 1410 2 0 -17.0979 102.331 -145.85 + 35 141.3 815 1 1 -17.0378 102.325 -174.45 + 35 169.711 1410 1 0 -17.0336 102.324 -175.85 + 35 101.73 815 0 1 -16.9484 102.306 -204.45 + 35 111.174 1410 0 0 -16.9438 102.305 -205.85 + 35 324.123 1409 1 0 -17.1013 102.15 -176.006 +Number of digits in this event = 15 Using G4ParticleGun ... -1.14558 LIN +2.35927 LIN proton Event: 36 -Number of tracker hits in this event = 25 - 36 112.645 1199 11 1 60.0288 -4.91957 125.55 - 36 127.969 875 11 0 60.0282 -4.91831 124.15 - 36 118.417 1199 10 1 60.0129 -4.88035 95.55 - 36 155.307 875 10 0 60.0165 -4.88115 94.15 - 36 269.558 1200 9 1 60.0828 -4.8987 65.55 - 36 123.14 875 9 0 60.088 -4.9013 64.15 - 36 139.31 1200 8 1 60.2043 -4.93412 35.55 - 36 121.202 875 8 0 60.2121 -4.93851 34.15 - 36 115.01 1201 7 1 60.365 -5.04471 5.55 - 36 107.143 875 7 0 60.3707 -5.048 4.15 - 36 115.222 1202 6 1 60.4999 -5.11289 -24.45 - 36 136.06 874 6 0 60.5063 -5.11513 -25.85 - 36 157.477 1202 5 1 60.6272 -5.15741 -54.45 - 36 310.737 874 5 0 60.6288 -5.16495 -55.85 - 36 208.394 1203 4 1 60.657 -5.31262 -84.45 - 36 124.302 873 4 0 60.66 -5.31399 -85.85 - 36 123.319 1203 3 1 60.7268 -5.33914 -114.45 - 36 166.992 873 3 0 60.73 -5.34321 -115.85 - 36 141.919 1203 2 1 60.8021 -5.42976 -144.45 - 36 119.37 873 2 0 60.814 -5.4341 -145.85 - 36 116.867 1205 1 1 61.0539 -5.51901 -174.45 - 36 136.2 872 1 0 61.0641 -5.52241 -175.85 - 36 154.064 1206 0 1 61.2933 -5.59945 -204.45 - 36 172.272 872 0 0 61.3052 -5.60299 -205.85 - 36 195.568 868 9 0 59.7608 -6.34297 64.15 -Number of digits in this event = 19 +Number of tracker hits in this event = 27 + 36 137.859 575 11 1 -64.9831 -38.1055 125.55 + 36 130.815 709 11 0 -64.982 -38.1069 124.15 + 36 150.352 575 10 1 -64.9663 -38.1318 95.55 + 36 107.681 709 10 0 -64.9667 -38.1327 94.15 + 36 131.848 575 9 1 -64.9773 -38.1488 65.55 + 36 210.746 709 9 0 -64.9764 -38.1519 64.15 + 36 77.7524 575 8 1 -64.9498 -38.2199 35.55 + 36 115.248 709 8 0 -64.9465 -38.2228 34.15 + 36 99.3459 575 7 1 -64.8859 -38.2873 5.55 + 36 98.0664 708 7 0 -64.877 -38.3032 4.15 + 36 116.634 576 6 1 -64.6929 -38.6259 -24.45 + 36 108.662 707 6 0 -64.6844 -38.6387 -25.85 + 36 179.505 577 5 1 -64.5193 -38.8956 -54.45 + 36 93.381 705 5 0 -64.5112 -38.9092 -55.85 + 36 269.493 578 4 1 -64.3514 -39.1811 -84.45 + 36 178.958 704 4 0 -64.3446 -39.1935 -85.85 + 36 147.072 579 3 1 -64.2058 -39.4429 -114.45 + 36 109.328 702 3 0 -64.2014 -39.4539 -115.85 + 36 108.479 579 2 1 -64.1197 -39.6768 -144.45 + 36 129.743 701 2 0 -64.1166 -39.6873 -145.85 + 36 126.861 580 1 1 -64.0484 -39.8986 -174.45 + 36 156.969 700 1 0 -64.0448 -39.9069 -175.85 + 36 139.752 580 0 1 -63.9797 -40.0752 -204.45 + 36 102.318 699 0 0 -63.9775 -40.0806 -205.85 + 36 80.3793 707 3 0 -64.9172 -38.4882 -115.85 + 36 101.355 713 10 0 -64.7659 -37.435 94.15 + 36 63.3646 712 10 0 -64.7245 -37.45 94.0508 +Number of digits in this event = 17 Using G4ParticleGun ... -6.66981 LIN +9.98606 LIN proton Event: 37 -Number of tracker hits in this event = 22 - 37 120.241 675 9 1 -44.9956 -118.8 65.55 - 37 145.963 306 9 0 -44.996 -118.801 64.15 - 37 135.562 675 8 1 -45.0009 -118.814 35.55 - 37 99.5342 306 8 0 -45.0017 -118.816 34.15 - 37 111.609 675 7 1 -45.0195 -118.848 5.55 - 37 117.725 306 7 0 -45.0205 -118.85 4.15 - 37 93.4173 675 6 1 -45.0396 -118.877 -24.45 - 37 112.152 306 6 0 -45.0405 -118.879 -25.85 - 37 149.36 674 5 1 -45.0542 -118.916 -54.45 - 37 151.38 306 5 0 -45.0555 -118.918 -55.85 - 37 102.868 674 4 1 -45.0851 -118.953 -84.45 - 37 120.673 305 4 0 -45.0865 -118.956 -85.85 - 37 93.0953 674 3 1 -45.1089 -119.023 -114.45 - 37 136.393 305 3 0 -45.1126 -119.026 -115.85 - 37 137.06 674 2 1 -45.1981 -119.082 -144.45 - 37 122.25 305 2 0 -45.2017 -119.086 -145.85 - 37 108.828 673 1 1 -45.276 -119.169 -174.45 - 37 108.442 304 1 0 -45.28 -119.173 -175.85 - 37 122.063 673 0 1 -45.3641 -119.245 -204.45 - 37 129.808 304 0 0 -45.3675 -119.249 -205.85 - 37 4715.12 484 4 1 -83.2291 41.9806 -84.4855 - 37 8.03426 827 0 0 -0.904734 -14.65 -205.903 -Number of digits in this event = 16 +Number of tracker hits in this event = 28 + 37 111.376 1046 11 1 29.3993 -6.0048 125.55 + 37 94.4215 870 11 0 29.399 -6.00516 124.15 + 37 101.954 1046 10 1 29.3939 -6.01331 95.55 + 37 454.469 870 10 0 29.3932 -6.01345 94.15 + 37 126.28 1046 9 1 29.3769 -6.01545 65.55 + 37 155.192 870 9 0 29.3754 -6.01541 64.15 + 37 100.388 1046 8 1 29.3473 -6.01423 35.55 + 37 121.495 870 8 0 29.346 -6.01432 34.15 + 37 176.085 1046 7 1 29.3189 -6.0153 5.55 + 37 106.601 870 7 0 29.3181 -6.01588 4.15 + 37 382.334 1046 6 1 29.3008 -6.02697 -24.45 + 37 111.566 870 6 0 29.2995 -6.02745 -25.85 + 37 228.073 1046 5 1 29.2734 -6.03996 -54.45 + 37 237.112 870 5 0 29.2723 -6.04092 -55.85 + 37 59.4157 1046 4 1 29.2502 -6.06082 -84.45 + 37 59.0861 1045 4 1 29.25 -6.06089 -84.6904 + 37 98.7988 869 4 0 29.2493 -6.06116 -85.85 + 37 118.927 1045 3 1 29.233 -6.06864 -114.45 + 37 106.088 869 3 0 29.2329 -6.06874 -115.85 + 37 154.571 1045 2 1 29.2311 -6.069 -144.45 + 37 120.005 869 2 0 29.2307 -6.06948 -145.85 + 37 115.238 1045 1 1 29.2243 -6.07873 -174.45 + 37 169.303 869 1 0 29.2235 -6.08002 -175.85 + 37 278.222 1045 0 1 29.2048 -6.10762 -204.45 + 37 119.717 869 0 0 29.2043 -6.10914 -205.85 + 37 113.038 870 0 0 29.1042 -5.98607 -205.85 + 37 21.3271 1045 5 1 29.25 -5.95927 -54.6277 + 37 82.8506 869 10 0 29.4102 -6.0501 94.0582 +Number of digits in this event = 13 Using G4ParticleGun ... -3.09125 LIN +4.76109 LIN proton Event: 38 -Number of tracker hits in this event = 25 - 38 119.986 1303 10 1 80.836 77.1753 95.55 - 38 117.423 1285 10 0 80.8362 77.1752 94.15 - 38 91.327 1303 9 1 80.8354 77.1825 65.55 - 38 103.673 1285 9 0 80.8364 77.1819 64.15 - 38 129.509 1304 8 1 80.8648 77.1619 35.55 - 38 125.361 1285 8 0 80.8662 77.1618 34.15 - 38 118.339 1304 7 1 80.8975 77.1548 5.55 - 38 204.694 1285 7 0 80.898 77.1525 4.15 - 38 202.025 1304 6 1 80.9045 77.1078 -24.45 - 38 116.42 1285 6 0 80.9045 77.1048 -25.85 - 38 93.9693 1304 5 1 80.8982 77.0406 -54.45 - 38 156.933 1284 5 0 80.899 77.0371 -55.85 - 38 136.859 1304 4 1 80.9149 76.966 -84.45 - 38 208.083 1284 4 0 80.9144 76.9641 -85.85 - 38 104.384 1304 3 1 80.8971 76.9229 -114.45 - 38 108.02 1284 3 0 80.8953 76.9213 -115.85 - 38 148.163 1304 2 1 80.8556 76.8838 -144.45 - 38 122.479 1284 2 0 80.8527 76.8798 -145.85 - 38 131.654 1303 1 1 80.7934 76.801 -174.45 - 38 108.515 1283 1 0 80.7923 76.7976 -175.85 - 38 103.433 1303 0 1 80.765 76.7341 -204.45 - 38 123.491 1283 0 0 80.7634 76.7291 -205.85 - 38 47.2383 1307 4 1 81.5904 76.8219 -84.85 - 38 134.283 1303 4 1 80.85 76.9606 -84.7343 - 38 427.19 1302 4 1 80.6499 77.0327 -84.7574 +Number of tracker hits in this event = 33 + 38 140.392 225 7 1 -135.113 -58.1603 5.55 + 38 134.509 609 7 0 -135.115 -58.1599 4.15 + 38 180.848 225 6 1 -135.143 -58.1507 -24.45 + 38 159.937 609 6 0 -135.144 -58.1515 -25.85 + 38 106.279 224 5 1 -135.163 -58.1693 -54.45 + 38 111.209 609 5 0 -135.165 -58.1718 -55.85 + 38 103.703 224 4 1 -135.212 -58.2325 -84.45 + 38 205.131 609 4 0 -135.214 -58.236 -85.85 + 38 101.623 224 3 1 -135.262 -58.3072 -114.45 + 38 106.746 608 3 0 -135.264 -58.3115 -115.85 + 38 118.878 224 2 1 -135.317 -58.3996 -144.45 + 38 115.941 608 2 0 -135.32 -58.4044 -145.85 + 38 187.551 223 1 1 -135.392 -58.5009 -174.45 + 38 167.524 607 1 0 -135.396 -58.5068 -175.85 + 38 103.161 223 0 1 -135.467 -58.6288 -204.45 + 38 103.38 607 0 0 -135.468 -58.6342 -205.85 + 38 36.7593 105 7 1 -158.95 48.7062 5.21654 + 38 109.155 1116 8 0 -140.363 43.45 33.7556 + 38 77.8168 104 7 1 -159.15 48.8729 5.38059 + 38 40.0847 103 7 1 -159.35 49.0225 5.49052 + 38 110.796 102 7 1 -159.565 49.1994 5.55 + 38 142.632 101 7 1 -159.75 49.5344 5.33883 + 38 36.8035 1159 7 0 -161.171 51.9364 4.15 + 38 60.8726 1160 7 0 -161.232 52.0502 4.09192 + 38 73.9559 1161 7 0 -161.349 52.25 3.99356 + 38 70.085 1162 7 0 -161.482 52.45 3.89274 + 38 51.3222 1163 7 0 -161.633 52.6508 3.80005 + 38 10.1648 1121 14 1 44.3354 -75.878 215.477 + 38 109.267 1229 7 0 -164.758 65.9626 4.05551 + 38 1.36627 52 11 0 99.7987 -169.637 123.75 + 38 179.9 224 1 1 -135.35 -58.4814 -174.688 + 38 183.295 226 6 1 -134.95 -58.271 -24.5106 + 38 285.873 227 6 1 -134.75 -58.2617 -24.5754 Number of digits in this event = 14 Using G4ParticleGun ... -5.01672 LIN +4.65943 LIN proton Event: 39 -Number of tracker hits in this event = 22 - 39 123.613 1425 10 1 105.179 -23.0471 95.55 - 39 99.0371 785 10 0 105.18 -23.0467 94.15 - 39 147.321 1425 9 1 105.207 -23.0383 65.55 - 39 132.161 785 9 0 105.207 -23.0385 64.15 - 39 152.298 1425 8 1 105.199 -23.0435 35.55 - 39 133.587 785 8 0 105.199 -23.0434 34.15 - 39 98.2963 1425 7 1 105.186 -23.0388 5.55 - 39 105.495 785 7 0 105.187 -23.0389 4.15 - 39 112.764 1425 6 1 105.214 -23.0418 -24.45 - 39 101.203 785 6 0 105.217 -23.0397 -25.85 - 39 110.732 1425 5 1 105.255 -22.9982 -54.45 - 39 107.16 785 5 0 105.257 -22.9956 -55.85 - 39 109.506 1425 4 1 105.297 -22.9434 -84.45 - 39 108.723 785 4 0 105.299 -22.9405 -85.85 - 39 175.17 1425 3 1 105.337 -22.8835 -114.45 - 39 120.911 785 3 0 105.34 -22.8806 -115.85 - 39 107.752 1426 2 1 105.417 -22.8233 -144.45 - 39 109.073 786 2 0 105.421 -22.821 -145.85 - 39 87.8754 1426 1 1 105.497 -22.77 -174.45 - 39 132.529 786 1 0 105.501 -22.7668 -175.85 - 39 167.445 1427 0 1 105.57 -22.7 -204.45 - 39 104.506 786 0 0 105.574 -22.6961 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 28 + 39 114.479 1563 9 1 132.813 -0.328815 65.55 + 39 268.617 898 9 0 132.814 -0.329934 64.15 + 39 107.411 1563 8 1 132.833 -0.361021 35.55 + 39 105.047 898 8 0 132.834 -0.360953 34.15 + 39 226.073 1563 7 1 132.851 -0.364153 5.55 + 39 129.561 898 7 0 132.852 -0.362529 4.15 + 39 111.342 1563 6 1 132.882 -0.327637 -24.45 + 39 94.6353 898 6 0 132.884 -0.326139 -25.85 + 39 90.7949 1563 5 1 132.911 -0.298652 -54.45 + 39 127.209 898 5 0 132.911 -0.297071 -55.85 + 39 131.086 1563 4 1 132.915 -0.267429 -84.45 + 39 127.535 898 4 0 132.914 -0.26486 -85.85 + 39 101.742 1563 3 1 132.907 -0.213504 -114.45 + 39 100.404 899 3 0 132.906 -0.209659 -115.85 + 39 128.57 1563 2 1 132.896 -0.124699 -144.45 + 39 103.053 899 2 0 132.894 -0.119804 -145.85 + 39 168.903 900 0 0 132.749 0.0521295 -205.85 + 39 276.369 899 4 0 132.927 -0.25 -86.1863 + 39 53.8543 901 7 0 134.127 0.355988 4.15 + 39 271.331 1576 7 1 135.414 0.512114 5.15 + 39 75.1676 902 7 0 134.688 0.538612 4.15 + 39 16.8433 1562 7 1 132.75 -0.374322 5.21191 + 39 143.727 897 7 0 132.129 -0.540602 4.15 + 39 33.2677 1476 6 1 115.425 -0.515833 -24.45 + 39 90.5519 1475 6 1 115.35 -0.443068 -24.5597 + 39 48.3288 1474 6 1 115.15 -0.30945 -24.783 + 39 114.847 900 6 0 114.434 0.129676 -25.85 + 39 35.7608 901 6 0 114.262 0.250197 -26.1243 +Number of digits in this event = 12 Using G4ParticleGun ... -9.92527 LIN +2.24794 LIN proton Event: 40 -Number of tracker hits in this event = 36 - 40 111.19 1158 11 1 51.8024 33.2668 125.55 - 40 129.647 1066 11 0 51.8029 33.2668 124.15 - 40 298.491 1158 10 1 51.8122 33.2686 95.55 - 40 244.272 1066 10 0 51.8127 33.268 94.15 - 40 121.088 1158 9 1 51.826 33.2557 65.55 - 40 131.453 1066 9 0 51.8269 33.254 64.15 - 40 106.168 1158 8 1 51.8463 33.2178 35.55 - 40 116.258 1065 8 0 51.8473 33.216 34.15 - 40 96.4846 1159 7 1 51.8633 33.176 5.55 - 40 144.642 1065 7 0 51.8638 33.1738 4.15 - 40 148.906 1159 6 1 51.8728 33.1282 -24.45 - 40 102.029 1065 6 0 51.8738 33.1255 -25.85 - 40 190.05 1159 5 1 51.8951 33.0691 -54.45 - 40 150.24 1065 5 0 51.8961 33.0666 -55.85 - 40 109.226 1159 4 1 51.9179 33.0129 -84.45 - 40 137.122 1064 4 0 51.9194 33.0103 -85.85 - 40 253.016 1159 3 1 51.9494 32.9522 -114.45 - 40 120.711 1064 3 0 51.9512 32.9499 -115.85 - 40 98.4503 1159 2 1 51.9883 32.9035 -144.45 - 40 177.873 1064 2 0 51.9899 32.9011 -145.85 - 40 350.217 1159 1 1 52.0214 32.8509 -174.45 - 40 106.57 1063 1 0 52.0227 32.8485 -175.85 - 40 123.461 1159 0 1 52.0449 32.8028 -204.45 - 40 329.424 1063 0 0 52.0461 32.8 -205.85 - 40 137.442 1158 1 1 51.85 32.6798 -174.474 - 40 89.5748 1065 2 0 51.9955 33.05 -145.979 - 40 142.147 1066 2 0 52.1263 33.2503 -146.082 - 40 190.519 1036 2 0 23.6253 27.3202 -146.25 - 40 52.6688 1028 2 0 25.7558 25.8034 -146.25 - 40 315.746 1027 5 0 -15.9407 25.5347 -56.25 - 40 48.9253 1028 5 0 -15.9726 25.65 -56.1706 - 40 349.162 1061 5 0 50.9144 32.3766 -55.85 - 40 155.255 1062 5 0 50.711 32.4502 -56.1586 - 40 46.1758 1065 10 0 51.8358 33.2496 93.9329 - 40 49.5198 997 11 0 39.8784 19.544 123.75 - 40 98.6939 996 11 0 39.82 19.45 123.853 -Number of digits in this event = 25 +Number of tracker hits in this event = 21 + 40 147.683 687 9 1 -42.46 -118.759 65.55 + 40 121.876 306 9 0 -42.4595 -118.756 64.15 + 40 110.891 688 8 1 -42.4389 -118.684 35.55 + 40 92.8191 307 8 0 -42.4382 -118.683 34.15 + 40 97.7413 688 7 1 -42.4222 -118.643 5.55 + 40 220.546 307 7 0 -42.4253 -118.64 4.15 + 40 174.149 687 6 1 -42.4953 -118.579 -24.45 + 40 105.406 307 6 0 -42.4987 -118.578 -25.85 + 40 119.708 687 5 1 -42.5701 -118.559 -54.45 + 40 171.48 307 5 0 -42.57 -118.553 -55.85 + 40 111.907 687 4 1 -42.5667 -118.433 -84.45 + 40 138.821 308 4 0 -42.5685 -118.426 -85.85 + 40 122.188 687 3 1 -42.6102 -118.254 -114.45 + 40 103.728 309 3 0 -42.6156 -118.244 -115.85 + 40 116.204 686 2 1 -42.7172 -118.055 -144.45 + 40 172.62 310 2 0 -42.7236 -118.045 -145.85 + 40 116.369 685 1 1 -42.8578 -117.835 -174.45 + 40 112.869 311 1 0 -42.8614 -117.82 -175.85 + 40 228.452 685 0 1 -42.9442 -117.505 -204.45 + 40 107.38 313 0 0 -42.9508 -117.488 -205.85 + 40 73.6554 379 5 0 -6.99337 -104.298 -56.25 +Number of digits in this event = 10 Using G4ParticleGun ... -7.82574 LIN +7.39994 LIN proton Event: 41 -Number of tracker hits in this event = 32 - 41 98.9688 1508 9 1 121.878 37.161 65.55 - 41 143.892 1085 9 0 121.877 37.1608 64.15 - 41 128.569 1508 8 1 121.866 37.1596 35.55 - 41 111.782 1085 8 0 121.864 37.1593 34.15 - 41 112.057 1508 7 1 121.832 37.1523 5.55 - 41 104.189 1085 7 0 121.829 37.1527 4.15 - 41 158.211 1508 6 1 121.782 37.1573 -24.45 - 41 166.73 1085 6 0 121.779 37.1562 -25.85 - 41 110.78 1507 5 1 121.738 37.1327 -54.45 - 41 120.234 1085 5 0 121.736 37.1314 -55.85 - 41 152.619 1507 4 1 121.688 37.1057 -84.45 - 41 102.396 1085 4 0 121.686 37.1033 -85.85 - 41 97.7223 1507 3 1 121.637 37.0542 -114.45 - 41 68.1079 1085 3 0 121.635 37.0507 -115.85 - 41 30.0773 1084 3 0 121.635 37.05 -116.107 - 41 158.637 1507 2 1 121.595 36.9818 -144.45 - 41 162.921 1084 2 0 121.594 36.9779 -145.85 - 41 236.511 1507 1 1 121.559 36.8963 -174.45 - 41 148.352 1084 1 0 121.558 36.8914 -175.85 - 41 175.37 1506 0 1 121.527 36.7918 -204.45 - 41 118.716 1083 0 0 121.525 36.7886 -205.85 - 41 275.975 1125 0 0 117.455 45.2321 -206.25 - 41 1959.84 1126 0 0 117.448 45.25 -206.198 - 41 2515.93 1485 0 1 117.262 45.7477 -204.85 - 41 146.142 1448 5 0 117.086 109.875 -56.25 - 41 53.9227 1449 5 0 116.873 109.95 -56.1207 - 41 138.882 774 4 0 -98.5539 -25.25 -86.2126 - 41 61.9706 424 4 1 -95.15 32.8451 -84.8091 - 41 58.116 988 4 0 -78.9129 17.85 -86.2015 - 41 171.486 423 4 1 -95.35 32.879 -84.7015 - 41 203.232 1266 2 0 139.584 73.25 -146.161 - 41 84.7228 1506 1 1 121.55 36.7389 -174.511 -Number of digits in this event = 21 +Number of tracker hits in this event = 52 + 41 94.0533 1226 10 1 65.4125 -87.9453 95.55 + 41 155.209 460 10 0 65.4122 -87.9446 94.15 + 41 145.149 1226 9 1 65.4079 -87.9292 65.55 + 41 155.098 460 9 0 65.4074 -87.9294 64.15 + 41 133.119 1226 8 1 65.4009 -87.9353 35.55 + 41 110.651 460 8 0 65.4004 -87.9362 34.15 + 41 116.138 1226 7 1 65.3852 -87.9583 5.55 + 41 127.943 460 7 0 65.3843 -87.9596 4.15 + 41 118.97 1226 6 1 65.3612 -87.9874 -24.45 + 41 197.834 460 6 0 65.3598 -87.9887 -25.85 + 41 109.339 1226 5 1 65.3326 -88.0131 -54.45 + 41 122.508 460 5 0 65.331 -88.0136 -55.85 + 41 128.525 1226 4 1 65.2997 -88.0175 -84.45 + 41 125.751 460 4 0 65.2982 -88.0171 -85.85 + 41 287.445 1226 3 1 65.271 -88.0096 -114.45 + 41 105.31 460 3 0 65.2697 -88.0079 -115.85 + 41 109.539 1225 2 1 65.2441 -87.969 -144.45 + 41 88.2193 460 2 0 65.2417 -87.9675 -145.85 + 41 105.294 1225 1 1 65.1931 -87.9377 -174.45 + 41 103.619 460 1 0 65.1898 -87.936 -175.85 + 41 211.061 1225 0 1 65.1257 -87.9032 -204.45 + 41 114.607 460 0 0 65.1237 -87.9009 -205.85 + 41 154.125 1606 2 1 141.515 -124.282 -144.85 + 41 46.8632 1283 2 1 76.8175 -123.591 -144.683 + 41 239.527 547 2 0 13.372 -70.6003 -146.25 + 41 38.4734 546 2 0 13.1385 -70.65 -146.096 + 41 305.304 213 0 0 47.7533 -137.35 -206.229 + 41 136.457 1138 0 1 47.6928 -137.221 -204.85 + 41 0.00269663 1168 4 0 78.3028 53.8357 -86.25 + 41 1.5069 1273 3 0 -61.4776 74.843 -116.25 + 41 85.11 1274 3 0 -61.4827 74.85 -116.246 + 41 132.18 1275 3 0 -61.6905 75.05 -116.059 + 41 96.3406 1276 3 0 -61.9875 75.25 -115.928 + 41 1.03513 582 3 1 -63.6476 76.6839 -114.85 + 41 147.653 581 3 1 -63.6503 76.6863 -114.848 + 41 192.277 580 3 1 -63.8501 76.7773 -114.721 + 41 37.3118 579 3 1 -64.05 76.7188 -114.557 + 41 175.563 1226 2 1 65.3319 -87.9272 -144.45 + 41 103.729 461 2 0 65.1844 -87.8281 -145.85 + 41 74.5137 292 2 0 75.4201 -121.585 -146.25 + 41 89.9606 291 2 0 75.4835 -121.75 -146.094 + 41 22.5011 290 2 0 75.5121 -121.95 -145.913 + 41 156.079 1277 2 1 75.4966 -122.701 -144.85 + 41 99.5464 1278 2 1 75.65 -123.016 -144.466 + 41 342.325 1279 2 1 75.85 -123.218 -144.586 + 41 528.76 1280 2 1 76.0517 -123.262 -144.676 + 41 93.8437 1281 2 1 76.2506 -123.322 -144.77 + 41 133.421 1282 2 1 76.45 -123.425 -144.717 + 41 68.1831 278 2 0 76.194 -124.538 -145.85 + 41 121.708 461 3 0 65.7564 -87.7974 -115.85 + 41 155.2 437 3 0 74.4184 -92.6275 -116.25 + 41 428.165 1278 3 1 75.6982 -93.4503 -114.85 +Number of digits in this event = 29 Using G4ParticleGun ... -4.34898 LIN +4.84188 LIN proton Event: 42 -Number of tracker hits in this event = 18 - 42 135.462 264 7 1 -127.34 -74.2195 5.55 - 42 129.113 529 7 0 -127.341 -74.2193 4.15 - 42 104.926 263 6 1 -127.355 -74.2195 -24.45 - 42 107.858 529 6 0 -127.358 -74.2202 -25.85 - 42 115.228 263 5 1 -127.412 -74.234 -54.45 - 42 415.327 529 5 0 -127.413 -74.2337 -55.85 - 42 119.057 263 4 1 -127.455 -74.2231 -84.45 - 42 104.693 529 4 0 -127.458 -74.2234 -85.85 - 42 148.502 263 3 1 -127.502 -74.2213 -114.45 - 42 133.326 529 3 0 -127.503 -74.2233 -115.85 - 42 123.834 263 2 1 -127.529 -74.2659 -144.45 - 42 137.865 528 2 0 -127.53 -74.2661 -145.85 - 42 148.242 263 1 1 -127.544 -74.2601 -174.45 - 42 110.965 528 1 0 -127.546 -74.2575 -175.85 - 42 99.7718 262 0 1 -127.576 -74.2059 -204.45 - 42 120.864 529 0 0 -127.577 -74.2032 -205.85 - 42 121.53 262 1 1 -127.55 -74.263 -174.641 - 42 102.176 528 5 0 -127.422 -74.25 -56.1038 -Number of digits in this event = 11 +Number of tracker hits in this event = 20 + 42 89.6321 334 9 1 -113.268 65.7263 65.55 + 42 94.4069 1228 9 0 -113.269 65.7248 64.15 + 42 92.1542 334 8 1 -113.302 65.6981 35.55 + 42 205.141 1228 8 0 -113.304 65.6965 34.15 + 42 118.947 334 7 1 -113.349 65.6656 5.55 + 42 98.3369 1228 7 0 -113.349 65.6614 4.15 + 42 83.9401 334 6 1 -113.339 65.5768 -24.45 + 42 99.9843 1227 6 0 -113.339 65.5736 -25.85 + 42 99.9976 334 5 1 -113.33 65.5112 -54.45 + 42 99.3716 1227 5 0 -113.329 65.5083 -55.85 + 42 110.922 334 4 1 -113.321 65.4534 -84.45 + 42 123.032 1227 4 0 -113.321 65.4528 -85.85 + 42 136.236 334 3 1 -113.315 65.4443 -114.45 + 42 131.369 1226 3 0 -113.314 65.4454 -115.85 + 42 102.714 334 2 1 -113.303 65.4733 -144.45 + 42 125.52 1227 2 0 -113.303 65.4743 -145.85 + 42 137.504 334 1 1 -113.314 65.4886 -174.45 + 42 133.901 1227 1 0 -113.315 65.4901 -175.85 + 42 115.319 334 0 1 -113.326 65.5234 -204.45 + 42 108.083 1227 0 0 -113.326 65.524 -205.85 +Number of digits in this event = 8 Using G4ParticleGun ... -3.88601 LIN +5.71069 LIN proton Event: 43 -Number of tracker hits in this event = 17 - 43 65.3001 757 8 0 -143.306 -28.4611 33.9604 - 43 98.9384 184 7 1 -143.308 -28.4594 5.55 - 43 129.46 757 7 0 -143.308 -28.4583 4.15 - 43 106.636 184 6 1 -143.309 -28.4487 -24.45 - 43 128.211 757 6 0 -143.31 -28.4504 -25.85 - 43 113.255 184 5 1 -143.335 -28.4881 -54.45 - 43 225.567 757 5 0 -143.335 -28.4902 -55.85 - 43 113.407 184 4 1 -143.335 -28.5295 -84.45 - 43 110.196 757 4 0 -143.335 -28.5318 -85.85 - 43 108.38 184 3 1 -143.317 -28.5886 -114.45 - 43 116.227 757 3 0 -143.316 -28.5894 -115.85 - 43 132.969 184 2 1 -143.296 -28.6099 -144.45 - 43 132.979 757 2 0 -143.297 -28.6096 -145.85 - 43 99.856 184 1 1 -143.32 -28.6057 -174.45 - 43 121.86 757 1 0 -143.323 -28.6055 -175.85 - 43 101.751 183 0 1 -143.375 -28.5964 -204.45 - 43 129.892 757 0 0 -143.377 -28.595 -205.85 -Number of digits in this event = 9 +Number of tracker hits in this event = 38 + 43 199.59 606 10 1 -58.7984 97.2899 95.55 + 43 137.857 1385 10 0 -58.7992 97.2899 94.15 + 43 98.4767 606 9 1 -58.8136 97.2945 65.55 + 43 100.653 1385 9 0 -58.8158 97.2953 64.15 + 43 138.726 605 8 1 -58.8634 97.3055 35.55 + 43 138.877 1385 8 0 -58.8645 97.3051 34.15 + 43 231.35 605 7 1 -58.8815 97.2947 5.55 + 43 123.903 1385 7 0 -58.8827 97.2953 4.15 + 43 100.328 605 6 1 -58.9085 97.3107 -24.45 + 43 88.9349 1385 6 0 -58.9091 97.312 -25.85 + 43 126.92 605 5 1 -58.916 97.3439 -54.45 + 43 95.9551 1385 5 0 -58.9158 97.345 -55.85 + 43 310.955 605 4 1 -58.9073 97.3672 -84.45 + 43 118.687 1386 4 0 -58.9062 97.3687 -85.85 + 43 93.3266 605 3 1 -58.8834 97.3966 -114.45 + 43 104.832 1386 3 0 -58.8836 97.3982 -115.85 + 43 161.208 605 2 1 -58.8858 97.4286 -144.45 + 43 105.941 1386 2 0 -58.8848 97.429 -145.85 + 43 94.6514 605 1 1 -58.8701 97.4383 -174.45 + 43 204.964 1386 1 0 -58.8677 97.4391 -175.85 + 43 129.929 606 0 1 -58.8165 97.451 -204.45 + 43 96.655 1386 0 0 -58.8145 97.4525 -205.85 + 43 94.358 1205 10 0 -32.6688 61.113 93.75 + 43 0.685162 891 5 1 -1.84871 -97.5577 -54.4502 + 43 168.19 890 5 1 -1.85017 -97.5568 -54.453 + 43 20.3953 423 5 0 -2.38783 -95.4359 -55.85 + 43 127.861 424 5 0 -2.40093 -95.35 -55.8792 + 43 56.1776 425 5 0 -2.38553 -95.1499 -55.9176 + 43 206.09 426 5 0 -2.4414 -94.95 -55.9529 + 43 588.504 1229 0 0 -35.1538 65.9947 -206.25 + 43 1207.73 1230 0 0 -35.1907 66.05 -206.138 + 43 601.198 722 0 1 -35.6092 66.6658 -204.85 + 43 1264.65 721 0 1 -35.65 66.726 -204.724 + 43 2887.5 1305 1 0 -51.1559 81.0825 -176.25 + 43 625.414 1306 1 0 -51.3474 81.25 -175.911 + 43 1730.38 640 1 1 -51.9621 81.7971 -174.85 + 43 3085.37 639 1 1 -52.05 81.8812 -174.688 + 43 7.24496 1329 2 1 86.05 41.3379 -144.695 +Number of digits in this event = 25 Using G4ParticleGun ... -9.94423 LIN +4.24078 LIN proton Event: 44 -Number of tracker hits in this event = 41 - 44 205.769 1215 11 1 63.2266 34.3914 125.55 - 44 123.562 1071 11 0 63.227 34.3912 124.15 - 44 113.82 1215 10 1 63.2356 34.3878 95.55 - 44 111.551 1071 10 0 63.2362 34.3882 94.15 - 44 143.178 1215 9 1 63.2476 34.3947 65.55 - 44 118.712 1071 9 0 63.2481 34.3941 64.15 - 44 111.562 1216 8 1 63.2542 34.3826 35.55 - 44 142.199 1071 8 0 63.2544 34.3821 34.15 - 44 100.683 1216 7 1 63.2586 34.3701 5.55 - 44 146.132 1071 7 0 63.2595 34.3693 4.15 - 44 91.8363 1216 6 1 63.2785 34.3577 -24.45 - 44 103.314 1071 6 0 63.2798 34.3581 -25.85 - 44 160.44 1216 5 1 63.3033 34.3651 -54.45 - 44 256.071 1071 5 0 63.3052 34.3654 -55.85 - 44 124.801 1216 4 1 63.3428 34.3732 -84.45 - 44 288.754 1071 4 0 63.3455 34.3743 -85.85 - 44 118.594 1216 3 1 63.3995 34.3993 -114.45 - 44 120.774 1071 3 0 63.4019 34.4006 -115.85 - 44 106.66 1217 2 1 63.4519 34.4267 -144.45 - 44 131.58 1071 2 0 63.4549 34.4276 -145.85 - 44 135.578 1217 1 1 63.5153 34.4484 -174.45 - 44 154.472 1071 1 0 63.5177 34.4492 -175.85 - 44 121.71 1217 0 1 63.5703 34.4678 -204.45 - 44 100.475 1072 0 0 63.5721 34.4686 -205.85 - 44 7.43505 1032 6 0 73.6218 26.4941 -26.25 - 44 80.335 1215 7 1 63.25 34.3747 5.42133 - 44 104.439 1072 7 0 62.9733 34.5368 4.15 - 44 135.891 1191 6 1 58.4037 35.4595 -24.45 - 44 122.836 1076 6 0 58.0498 35.375 -25.85 - 44 12.9034 1160 5 1 52.0639 34.3497 -54.4502 - 44 119.517 1159 5 1 52.05 34.3472 -54.4892 - 44 16.3623 1526 5 0 -69.8278 125.509 -56.25 - 44 103.973 1527 5 0 -69.8794 125.55 -56.2302 - 44 98.1322 1528 5 0 -70.1402 125.75 -56.1284 - 44 89.697 1529 5 0 -70.3846 125.95 -56.0348 - 44 74.0487 1530 5 0 -70.6269 126.15 -55.9365 - 44 17.7689 536 5 1 -72.7953 127.938 -54.85 - 44 71.8604 535 5 1 -72.85 127.982 -54.8252 - 44 93.7835 534 5 1 -73.0501 128.156 -54.7249 - 44 74.0019 533 5 1 -73.25 128.358 -54.5892 - 44 14.4791 532 5 1 -73.45 128.507 -54.4662 -Number of digits in this event = 18 +Number of tracker hits in this event = 27 + 44 102.297 1237 10 1 67.5745 76.183 95.55 + 44 119.334 1280 10 0 67.5745 76.1844 94.15 + 44 110.794 1237 9 1 67.5797 76.2108 65.55 + 44 115.47 1280 9 0 67.5796 76.2126 64.15 + 44 100.336 1237 8 1 67.5852 76.2527 35.55 + 44 265.127 1281 8 0 67.5849 76.2549 34.15 + 44 138.8 1237 7 1 67.5839 76.3046 5.55 + 44 137.134 1281 7 0 67.5836 76.307 4.15 + 44 118.705 1237 6 1 67.5788 76.3583 -24.45 + 44 170.001 1281 6 0 67.5796 76.3607 -25.85 + 44 93.3986 1237 5 1 67.5985 76.4073 -54.45 + 44 147.989 1281 5 0 67.6004 76.4102 -55.85 + 44 121.714 1237 4 1 67.6374 76.467 -84.45 + 44 101.635 1282 4 0 67.6399 76.469 -85.85 + 44 123.763 1238 3 1 67.692 76.5045 -114.45 + 44 108.333 1282 3 0 67.6942 76.5074 -115.85 + 44 106.745 1238 2 1 67.7383 76.571 -144.45 + 44 138.149 1282 2 0 67.7417 76.5746 -145.85 + 44 104.504 1238 1 1 67.8104 76.6473 -174.45 + 44 10.4345 1282 1 0 67.8143 76.6499 -175.85 + 44 123.911 1283 1 0 67.8144 76.65 -175.895 + 44 182.482 1239 0 1 67.8937 76.7011 -204.45 + 44 114.167 1283 0 0 67.8957 76.7012 -205.85 + 44 120.688 1539 1 0 62.9459 128.025 -176.25 + 44 6.49941 1540 1 0 63.1073 128.15 -175.874 + 44 226.518 1214 1 1 62.9678 128.467 -174.85 + 44 304.787 1215 1 1 63.05 128.555 -174.698 +Number of digits in this event = 14 Using G4ParticleGun ... -6.00337 LIN +9.04418 LIN proton Event: 45 -Number of tracker hits in this event = 24 - 45 121.362 908 11 1 1.83947 -80.1863 125.55 - 45 97.3306 499 11 0 1.83906 -80.186 124.15 - 45 128.399 908 10 1 1.82947 -80.1753 95.55 - 45 116.995 499 10 0 1.82841 -80.1746 94.15 - 45 435.886 908 9 1 1.8054 -80.1613 65.55 - 45 148.295 499 9 0 1.80458 -80.1611 64.15 - 45 126.322 908 8 1 1.79308 -80.1531 35.55 - 45 189.697 499 8 0 1.79305 -80.1525 34.15 - 45 117.058 908 7 1 1.79212 -80.1441 5.55 - 45 99.2093 499 7 0 1.79057 -80.1437 4.15 - 45 176.316 908 6 1 1.76147 -80.1356 -24.45 - 45 111.761 499 6 0 1.75865 -80.1352 -25.85 - 45 98.8281 908 5 1 1.69828 -80.1317 -54.45 - 45 117.863 499 5 0 1.69506 -80.1301 -55.85 - 45 120.944 908 4 1 1.68248 -80.0769 -84.45 - 45 112.546 499 4 0 1.68258 -80.075 -85.85 - 45 111.641 908 3 1 1.6887 -80.0371 -114.45 - 45 218.671 500 3 0 1.6895 -80.0362 -115.85 - 45 121.862 908 2 1 1.71028 -80.0161 -144.45 - 45 110.802 500 2 0 1.71108 -80.0155 -145.85 - 45 105.495 908 1 1 1.72692 -80.005 -174.45 - 45 127.733 500 1 0 1.72935 -80.0053 -175.85 - 45 100.654 908 0 1 1.78305 -80.0145 -204.45 - 45 116.872 500 0 0 1.78498 -80.0157 -205.85 +Number of tracker hits in this event = 23 + 45 113.599 1410 8 1 102.212 90.654 35.55 + 45 113.911 1352 8 0 102.212 90.6546 34.15 + 45 119.897 1410 7 1 102.213 90.6693 5.55 + 45 132.221 1352 7 0 102.213 90.6695 4.15 + 45 139.893 1410 6 1 102.22 90.6726 -24.45 + 45 112.537 1352 6 0 102.221 90.6729 -25.85 + 45 105.264 1410 5 1 102.232 90.6756 -54.45 + 45 161.329 1352 5 0 102.233 90.6754 -55.85 + 45 169.401 1410 4 1 102.251 90.669 -84.45 + 45 99.6148 1352 4 0 102.252 90.6688 -85.85 + 45 118.05 1410 3 1 102.266 90.6613 -114.45 + 45 215.095 1352 3 0 102.267 90.6608 -115.85 + 45 138.236 1410 2 1 102.287 90.6501 -144.45 + 45 107.125 1352 2 0 102.289 90.6491 -145.85 + 45 96.7595 1410 1 1 102.325 90.6282 -174.45 + 45 125.411 1352 1 0 102.326 90.6278 -175.85 + 45 99.4038 1411 0 1 102.364 90.6184 -204.45 + 45 154.183 1352 0 0 102.366 90.6181 -205.85 + 45 38.0745 384 0 1 -103.224 80.8892 -204.592 + 45 57.0167 1347 8 0 101.476 89.5854 34.15 + 45 201.402 1346 8 0 101.396 89.45 34.0437 + 45 16.0784 1345 8 0 101.372 89.25 33.7857 + 45 30.4183 1225 8 0 108.138 65.1232 33.75 Number of digits in this event = 12 Using G4ParticleGun ... -6.41487 LIN +4.02382 LIN proton Event: 46 -Number of tracker hits in this event = 34 - 46 104.678 633 11 1 -53.4192 -39.2352 125.55 - 46 128.934 704 11 0 -53.4191 -39.2357 124.15 - 46 101.953 633 10 1 -53.4112 -39.2443 95.55 - 46 279.717 704 10 0 -53.4108 -39.2446 94.15 - 46 246.872 633 9 1 -53.406 -39.25 65.55 - 46 104.615 703 9 0 -53.4059 -39.2501 64.15 - 46 118.952 633 8 1 -53.4059 -39.2563 35.55 - 46 109.284 703 8 0 -53.407 -39.2564 34.15 - 46 107.913 633 7 1 -53.4307 -39.2583 5.55 - 46 123.079 703 7 0 -53.4315 -39.2583 4.15 - 46 69.5623 633 6 1 -53.4496 -39.2593 -24.45 - 46 40.2481 632 6 1 -53.45 -39.2593 -24.7315 - 46 95.3387 703 6 0 -53.4514 -39.2594 -25.85 - 46 112.989 632 5 1 -53.4889 -39.2625 -54.45 - 46 105.122 703 5 0 -53.4902 -39.2633 -55.85 - 46 93.4999 632 4 1 -53.5143 -39.2834 -84.45 - 46 194.745 703 4 0 -53.5145 -39.2828 -85.85 - 46 113.949 632 3 1 -53.5166 -39.2695 -114.45 - 46 134.891 703 3 0 -53.5168 -39.2698 -115.85 - 46 113.665 632 2 1 -53.5187 -39.2752 -144.45 - 46 138.401 703 2 0 -53.5186 -39.2755 -145.85 - 46 149.18 632 1 1 -53.52 -39.2805 -174.45 - 46 153.228 703 1 0 -53.5202 -39.2805 -175.85 - 46 125.855 632 0 1 -53.5251 -39.2844 -204.45 - 46 128.052 703 0 0 -53.5263 -39.2849 -205.85 - 46 51.9673 632 9 1 -53.4504 -39.2196 65.5153 - 46 65.1655 631 9 1 -53.6501 -39.1969 65.4915 - 46 69.2065 630 9 1 -53.85 -39.239 65.4527 - 46 16.8446 703 10 0 -53.3845 -39.25 94.04 - 46 38.7768 703 11 0 -53.464 -39.25 123.909 - 46 54.9023 790 11 0 -82.5329 -21.9671 123.75 - 46 104.881 791 11 0 -82.571 -21.85 123.903 - 46 3.5793 484 11 1 -83.2453 -21.105 125.15 - 46 180.961 483 11 1 -83.25 -21.1004 125.158 -Number of digits in this event = 13 +Number of tracker hits in this event = 18 + 46 98.9138 873 8 1 -5.37335 135.692 35.55 + 46 97.194 1577 8 0 -5.37347 135.691 34.15 + 46 111.831 873 7 1 -5.36686 135.684 5.55 + 46 275.534 1577 7 0 -5.36907 135.683 4.15 + 46 135.748 873 6 1 -5.41123 135.651 -24.45 + 46 114.321 1577 6 0 -5.41513 135.652 -25.85 + 46 111.067 872 5 1 -5.51309 135.74 -54.45 + 46 113.862 1577 5 0 -5.51859 135.744 -55.85 + 46 137.267 872 4 1 -5.63213 135.812 -84.45 + 46 105.969 1578 4 0 -5.63789 135.815 -85.85 + 46 98.3486 871 3 1 -5.7559 135.874 -114.45 + 46 133.533 1578 3 0 -5.76106 135.876 -115.85 + 46 112.681 870 2 1 -5.86854 135.912 -144.45 + 46 147.188 1578 2 0 -5.86872 135.922 -145.85 + 46 118.339 870 1 1 -5.87265 136.119 -174.45 + 46 96.3529 1579 1 0 -5.87222 136.127 -175.85 + 46 101.78 870 0 1 -5.86086 136.288 -204.45 + 46 123.284 1580 0 0 -5.85888 136.297 -205.85 +Number of digits in this event = 7 Using G4ParticleGun ... -1.61451 LIN +2.27481 LIN proton Event: 47 -Number of tracker hits in this event = 29 - 47 168.438 388 10 1 -102.384 8.49398 95.55 - 47 93.7754 942 10 0 -102.385 8.49448 94.15 - 47 127.038 388 9 1 -102.388 8.5108 65.55 - 47 128.352 942 9 0 -102.386 8.51257 64.15 - 47 115.177 388 8 1 -102.36 8.56224 35.55 - 47 132.831 942 8 0 -102.359 8.56668 34.15 - 47 121.197 389 7 1 -102.341 8.65898 5.55 - 47 92.9259 943 7 0 -102.342 8.66218 4.15 - 47 126.757 389 6 1 -102.348 8.72799 -24.45 - 47 110.575 943 6 0 -102.346 8.72776 -25.85 - 47 120.29 389 5 1 -102.319 8.73459 -54.45 - 47 113.253 943 5 0 -102.317 8.73419 -55.85 - 47 121.132 389 4 1 -102.279 8.72613 -84.45 - 47 98.3654 943 4 0 -102.279 8.7276 -85.85 - 47 109.754 389 3 1 -102.295 8.78155 -114.45 - 47 119.736 943 3 0 -102.297 8.78513 -115.85 - 47 121.337 389 2 1 -102.34 8.86216 -144.45 - 47 114.919 944 2 0 -102.341 8.86414 -145.85 - 47 109.206 388 1 1 -102.38 8.89492 -174.45 - 47 134.74 944 1 0 -102.375 8.89762 -175.85 - 47 111.637 389 0 1 -102.271 8.9578 -204.45 - 47 135.47 944 0 0 -102.263 8.95933 -205.85 - 47 54.7541 541 8 0 -158.378 -71.7282 33.75 - 47 88.2024 540 8 0 -158.52 -71.85 33.7936 - 47 80.137 539 8 0 -158.721 -72.0505 33.8163 - 47 106.103 538 8 0 -158.87 -72.2501 33.8646 - 47 204.912 537 8 0 -159.041 -72.45 33.85 - 47 107.964 536 8 0 -159.151 -72.65 33.8601 - 47 45.0824 790 8 1 -22.05 -153.218 35.2862 -Number of digits in this event = 13 +Number of tracker hits in this event = 24 + 47 142.511 701 11 1 -39.8343 19.9656 125.55 + 47 96.2175 999 11 0 -39.8345 19.9657 124.15 + 47 108.628 700 10 1 -39.8546 19.9618 95.55 + 47 111.2 999 10 0 -39.8541 19.9625 94.15 + 47 104.946 701 9 1 -39.8468 19.9731 65.55 + 47 108.802 999 9 0 -39.8469 19.9744 64.15 + 47 127.55 701 8 1 -39.8489 20.0038 35.55 + 47 121.387 999 8 0 -39.8489 20.0068 34.15 + 47 131.109 701 7 1 -39.8496 20.0756 5.55 + 47 107.201 1000 7 0 -39.8478 20.0791 4.15 + 47 129.158 701 6 1 -39.8082 20.1511 -24.45 + 47 123.039 1000 6 0 -39.8043 20.1558 -25.85 + 47 232.642 701 5 1 -39.7277 20.2513 -54.45 + 47 104.403 1001 5 0 -39.7234 20.2556 -55.85 + 47 135.289 702 4 1 -39.6427 20.3435 -84.45 + 47 97.4721 1001 4 0 -39.6365 20.3471 -85.85 + 47 131.25 702 3 1 -39.5093 20.4252 -114.45 + 47 107.003 1001 3 0 -39.5 20.425 -115.85 + 47 109.407 703 2 1 -39.3081 20.4208 -144.45 + 47 170.253 1001 2 0 -39.3004 20.4174 -145.85 + 47 136.361 704 1 1 -39.1487 20.3501 -174.45 + 47 143.956 1001 1 0 -39.1411 20.348 -175.85 + 47 132.724 705 0 1 -38.9896 20.309 -204.45 + 47 106.603 1001 0 0 -38.9819 20.3054 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -3.44126 LIN +3.53688 LIN proton Event: 48 -Number of tracker hits in this event = 104 - 48 118.778 1143 10 1 48.8174 -80.0484 95.55 - 48 143.459 500 10 0 48.817 -80.049 94.15 - 48 90.0382 1143 9 1 48.8083 -80.0592 65.55 - 48 117.781 499 9 0 48.8103 -80.0586 64.15 - 48 108.183 1143 8 1 48.8482 -80.0391 35.55 - 48 126.224 500 8 0 48.8512 -80.0405 34.15 - 48 121.541 1144 7 1 48.9091 -80.0753 5.55 - 48 120.65 499 7 0 48.9117 -80.078 4.15 - 48 135.415 1144 6 1 48.9635 -80.1445 -24.45 - 48 118.211 499 6 0 48.9663 -80.1491 -25.85 - 48 106.681 1144 5 1 49.0131 -80.246 -54.45 - 48 55.9342 499 5 0 49.0143 -80.2495 -55.85 - 48 63.3566 498 5 0 49.0145 -80.25 -56.0377 - 48 133.474 1145 4 1 49.0511 -80.3209 -84.45 - 48 134.818 498 4 0 49.0547 -80.3266 -85.85 - 48 127.197 1145 3 1 49.1318 -80.437 -114.45 - 48 180.263 498 3 0 49.1356 -80.4415 -115.85 - 48 134.137 1145 2 1 49.2105 -80.5344 -144.45 - 48 137.581 497 2 0 49.2143 -80.5385 -145.85 - 48 126.358 1146 1 1 49.2926 -80.6183 -174.45 - 48 108.966 497 1 0 49.2937 -80.6233 -175.85 - 48 145.002 1146 0 1 49.313 -80.7259 -204.45 - 48 128.651 496 0 0 49.3142 -80.7299 -205.85 - 48 253.868 381 0 0 35.3015 -103.782 -206.25 - 48 229.685 1073 0 1 34.7709 -104.008 -204.85 - 48 49.723 1072 0 1 34.65 -104.059 -204.531 - 48 285.136 361 1 0 23.4535 -107.764 -176.25 - 48 88.0284 1014 1 1 22.8867 -107.953 -174.85 - 48 340.166 1013 1 1 22.85 -107.965 -174.76 - 48 267.498 343 2 0 12.4521 -111.426 -146.25 - 48 155.893 959 2 1 11.9351 -111.614 -144.85 - 48 111.891 958 2 1 11.85 -111.646 -144.621 - 48 412.16 313 3 0 -4.45445 -117.401 -116.25 - 48 188.824 873 3 1 -5.30088 -117.65 -114.85 - 48 229.665 872 3 1 -5.45 -117.692 -114.604 - 48 271.533 284 4 0 -22.8665 -123.29 -86.25 - 48 82.3462 283 4 0 -23.0517 -123.35 -85.9485 - 48 256.836 781 4 1 -23.7347 -123.572 -84.85 - 48 185.598 780 4 1 -23.85 -123.61 -84.6647 - 48 794.244 266 5 0 -45.7297 -126.802 -56.25 - 48 83.937 666 5 1 -46.79 -126.952 -54.85 - 48 356.527 665 5 1 -46.85 -126.96 -54.7709 - 48 78.1672 664 5 1 -47.05 -126.985 -54.5149 - 48 606.984 290 6 0 -72.4265 -122.146 -26.25 - 48 218.266 531 6 1 -73.6746 -121.942 -24.85 - 48 374.776 530 6 1 -73.85 -121.915 -24.6514 - 48 532.601 323 7 0 -97.9028 -115.448 3.75 - 48 192.453 405 7 1 -99.0718 -115.091 5.15 - 48 280.417 404 7 1 -99.15 -115.066 5.2442 - 48 71.1902 403 7 1 -99.35 -114.997 5.48645 - 48 554.113 365 8 0 -110.743 -107.109 33.75 - 48 207.435 344 8 1 -111.315 -106.741 35.15 - 48 425.263 343 8 1 -111.35 -106.718 35.2359 - 48 654.316 385 9 0 -115.082 -103.104 63.75 - 48 498.354 324 9 1 -115.207 -102.887 65.15 - 48 281.758 431 10 0 -113.146 -93.8025 93.75 - 48 428.625 432 10 0 -113.133 -93.75 93.9135 - 48 883.476 335 10 1 -113.029 -93.3179 95.15 - 48 2913.39 445 11 0 -134.64 -90.9648 123.75 - 48 2158.11 221 11 1 -135.84 -91.0826 125.15 - 48 180.616 222 11 1 -135.75 -90.9617 125.515 - 48 279.238 220 11 1 -135.95 -90.4873 125.337 - 48 47.2103 457 11 0 -136.883 -88.5887 124.15 - 48 175.765 458 11 0 -136.95 -88.45 124.066 - 48 60.8799 459 11 0 -137.043 -88.2489 123.952 - 48 68.1877 460 11 0 -137.136 -88.0494 123.844 - 48 66.6613 97 10 1 -160.691 -40.1534 95.5499 - 48 213.991 96 10 1 -160.75 -39.9527 95.4546 - 48 49.6303 712 10 0 -161.479 -37.5987 94.1499 - 48 57.7098 713 10 0 -161.524 -37.45 94.07 - 48 129.469 714 10 0 -161.578 -37.25 93.961 - 48 152.798 715 10 0 -161.65 -37.05 93.8333 - 48 57.3653 11 9 1 -177.79 4.70869 65.55 - 48 50.8146 10 9 1 -177.95 4.70225 65.3163 - 48 113.125 922 9 0 -178.69 4.61381 64.15 - 48 28.1862 923 9 0 -178.924 4.65 63.82 - 48 54.6844 716 10 0 -161.57 -36.8497 93.9671 - 48 65.6684 717 10 0 -161.53 -36.65 94.0092 - 48 151.914 718 10 0 -161.415 -36.45 94.0347 - 48 349.688 799 10 0 -149.926 -20.1487 93.75 - 48 258.285 314 3 0 -4.54877 -117.35 -115.937 - 48 125.103 508 0 0 52.3112 -78.2861 -206.25 - 48 287.871 509 0 0 52.3533 -78.25 -206.09 - 48 278.92 1163 0 1 52.6984 -77.9898 -204.85 - 48 402.56 532 1 0 64.2392 -73.5907 -176.25 - 48 61.3023 1223 1 1 64.8146 -73.3697 -174.85 - 48 223.06 1224 1 1 64.85 -73.356 -174.764 - 48 357.21 546 2 0 77.4809 -70.7087 -146.25 - 48 251.643 1290 2 1 78.1105 -70.5659 -144.85 - 48 66.8769 1291 2 1 78.25 -70.5331 -144.541 - 48 448.747 576 3 0 93.0244 -64.8205 -116.25 - 48 346.178 1368 3 1 93.7745 -64.5067 -114.85 - 48 76.9176 1369 3 1 93.95 -64.4312 -114.526 - 48 240.327 620 4 0 103.497 -55.9266 -86.25 - 48 193.175 621 4 0 103.582 -55.85 -85.9962 - 48 427.534 1419 4 1 103.961 -55.5347 -84.85 - 48 486.28 638 5 0 107.344 -52.3722 -56.25 - 48 480.302 1436 5 1 107.486 -52.2478 -54.85 - 48 537.699 646 6 0 114.285 -50.7946 -26.25 - 48 413.5 1472 6 1 114.679 -50.7011 -24.85 - 48 270.272 1473 6 1 114.75 -50.6836 -24.6125 - 48 0.720445 1145 13 1 49.25 -11.6142 185.195 - 48 36.0567 1474 6 1 115.042 -50.1978 -24.6861 - 48 207.81 1146 2 1 49.25 -80.5039 -144.771 -Number of digits in this event = 75 -Using G4ParticleGun ... -5.55414 LIN +Number of tracker hits in this event = 23 + 48 137.06 780 7 1 -23.9962 -145.339 5.55 + 48 92.5798 174 7 0 -23.9962 -145.339 4.15 + 48 94.2233 780 6 1 -23.9998 -145.329 -24.45 + 48 131.965 174 6 0 -23.9987 -145.33 -25.85 + 48 136.873 780 5 1 -23.9756 -145.335 -54.45 + 48 93.3799 174 5 0 -23.9753 -145.336 -55.85 + 48 120.518 780 4 1 -23.9932 -145.368 -84.45 + 48 393.323 173 4 0 -23.9934 -145.369 -85.85 + 48 99.2013 780 3 1 -24.008 -145.409 -114.45 + 48 136.438 173 3 0 -24.0093 -145.41 -115.85 + 48 122.278 780 2 1 -24.0326 -145.441 -144.45 + 48 131.166 173 2 0 -24.0336 -145.44 -145.85 + 48 107.295 779 1 1 -24.0511 -145.432 -174.45 + 48 103.22 173 1 0 -24.0533 -145.433 -175.85 + 48 239.191 779 0 1 -24.0956 -145.461 -204.45 + 48 156.216 173 0 0 -24.0971 -145.46 -205.85 + 48 7.31868 780 0 1 -24.05 -145.482 -204.818 + 48 20.5836 171 0 0 -23.4776 -145.908 -205.85 + 48 335.03 170 0 0 -23.4418 -145.95 -205.945 + 48 58.816 169 0 0 -22.863 -146.15 -206.039 + 48 167.691 786 0 1 -22.727 -146.05 -204.85 + 48 28.3065 1042 0 1 28.45 -106.629 -204.824 + 48 26.5827 174 4 0 -23.9781 -145.35 -86.0237 +Number of digits in this event = 13 +Using G4ParticleGun ... +3.91348 LIN proton Event: 49 -Number of tracker hits in this event = 119 - 49 105.228 845 10 1 -10.9991 103.148 95.55 - 49 115.55 1414 10 0 -10.9975 103.146 94.15 - 49 139.024 845 9 1 -10.9667 103.099 65.55 - 49 118.68 1414 9 0 -10.9661 103.096 64.15 - 49 182.832 845 8 1 -10.9524 103.039 35.55 - 49 115.166 1414 8 0 -10.9509 103.036 34.15 - 49 220.448 845 7 1 -10.9188 102.977 5.55 - 49 153.203 1414 7 0 -10.9163 102.974 4.15 - 49 95.3878 845 6 1 -10.8647 102.899 -24.45 - 49 98.2405 1413 6 0 -10.8616 102.896 -25.85 - 49 100.936 846 5 1 -10.8014 102.829 -54.45 - 49 206.58 1413 5 0 -10.7984 102.827 -55.85 - 49 95.9274 846 4 1 -10.732 102.78 -84.45 - 49 123.57 1413 4 0 -10.7292 102.778 -85.85 - 49 122.883 1406 3 0 -9.5624 101.518 -115.85 - 49 45.3439 1316 3 0 17.0262 83.45 -116.077 - 49 19.817 1315 3 0 17.3147 83.25 -116.074 - 49 64.0558 1405 3 0 -9.30673 101.35 -116.17 - 49 1022.17 1210 4 0 24.9285 62.1497 -86.25 - 49 2091 1209 4 0 25.0161 62.05 -86.1809 - 49 2421.24 1208 4 0 25.1888 61.85 -86.0388 - 49 783.139 1207 4 0 25.3567 61.65 -85.8951 - 49 110.08 1032 4 1 26.6435 60.1846 -84.85 - 49 3123.08 1033 4 1 26.65 60.1772 -84.8447 - 49 3696.97 1034 4 1 26.85 59.9564 -84.6846 - 49 1973.91 1035 4 1 27.05 59.7389 -84.5244 - 49 1064.59 1452 4 0 -22.5509 110.695 -86.25 - 49 1247.88 1453 4 0 -22.6335 110.75 -86.0549 - 49 1079.77 784 4 1 -23.1695 111.107 -84.85 - 49 1549.35 783 4 1 -23.25 111.16 -84.6715 - 49 1141.91 847 3 1 -10.544 102.457 -114.45 - 49 2424.9 848 3 1 -10.45 102.264 -114.563 - 49 842.858 849 3 1 -10.25 101.889 -114.785 - 49 1320.19 1399 3 0 -9.28652 100.121 -115.85 - 49 1699.29 1398 3 0 -9.1936 99.95 -115.953 - 49 1841.49 1397 3 0 -9.08824 99.75 -116.069 - 49 984.375 1396 3 0 -8.9843 99.55 -116.192 - 49 47.5808 845 3 1 -11.0371 103.333 -114.45 - 49 904.487 844 3 1 -11.05 103.351 -114.455 - 49 845.779 843 3 1 -11.25 103.635 -114.536 - 49 991.516 842 3 1 -11.45 103.916 -114.617 - 49 916.917 841 3 1 -11.65 104.198 -114.699 - 49 871.056 840 3 1 -11.85 104.477 -114.779 - 49 188.665 1440 3 0 -14.5554 108.289 -115.85 - 49 759.47 1441 3 0 -14.5989 108.35 -115.867 - 49 690.619 1442 3 0 -14.7417 108.55 -115.924 - 49 737.843 1443 3 0 -14.8854 108.75 -115.98 - 49 790.522 1444 3 0 -15.0331 108.95 -116.036 - 49 796.942 1445 3 0 -15.1798 109.15 -116.092 - 49 903.501 1446 3 0 -15.3256 109.35 -116.148 - 49 523.623 1447 3 0 -15.4704 109.55 -116.207 - 49 29.9585 1560 4 0 -35.5013 132.328 -86.25 - 49 278.595 1561 4 0 -35.5194 132.35 -86.2296 - 49 317.361 1562 4 0 -35.6866 132.55 -86.0402 - 49 1.94793 1563 4 0 -35.8531 132.75 -85.8518 - 49 211.213 716 4 1 -36.7467 133.817 -84.85 - 49 455.336 715 4 1 -36.85 133.941 -84.7342 - 49 102.787 714 4 1 -37.05 134.18 -84.5102 - 49 257.257 1712 5 0 -61.5429 162.612 -56.25 - 49 449.784 1713 5 0 -61.6616 162.75 -56.113 - 49 133.962 1714 5 0 -61.8342 162.95 -55.9114 - 49 228.837 586 5 1 -62.7513 163.997 -54.85 - 49 449.6 585 5 1 -62.85 164.109 -54.7358 - 49 102.169 584 5 1 -63.05 164.337 -54.505 - 49 150.09 1555 4 0 -51.6102 131.276 -86.25 - 49 340.097 1556 4 0 -51.7166 131.35 -86.1771 - 49 277.965 1557 4 0 -52.0034 131.55 -85.9805 - 49 284.9 631 4 1 -53.6606 132.719 -84.85 - 49 311.57 630 4 1 -53.85 132.853 -84.7208 - 49 389.746 629 4 1 -54.05 132.995 -84.5833 - 49 319.41 1715 5 0 -94.9956 163.192 -56.25 - 49 448.648 1716 5 0 -95.2096 163.35 -56.1019 - 49 108.209 1717 5 0 -95.4819 163.55 -55.9119 - 49 211.987 415 5 1 -97.0025 164.663 -54.85 - 49 275.994 414 5 1 -97.15 164.771 -54.747 - 49 481.79 413 5 1 -97.35 164.917 -54.6081 - 49 44.4242 412 5 1 -97.55 165.063 -54.4701 - 49 13.1704 1015 2 1 23.213 107.049 -144.45 - 49 132.988 1016 2 1 23.25 107.046 -144.463 - 49 127.294 1017 2 1 23.4512 107.025 -144.559 - 49 68.9141 1018 2 1 23.6503 107.048 -144.681 - 49 74.6145 1019 2 1 23.85 107.126 -144.757 - 49 10.7738 1020 2 1 24.05 107.2 -144.834 - 49 31.8714 1438 2 0 26.339 107.914 -145.85 - 49 125.712 1439 2 0 26.4459 107.95 -145.905 - 49 73.2756 1440 2 0 26.8284 108.15 -146.149 - 49 4.8722 1441 2 0 27.0149 108.35 -146.24 - 49 158.76 1435 2 0 24.8007 107.288 -145.85 - 49 35.1056 1185 1 1 57.1432 111.631 -174.45 - 49 76.0092 1186 1 1 57.25 111.642 -174.54 - 49 62.5154 1187 1 1 57.45 111.662 -174.707 - 49 182.287 1458 1 0 58.8749 111.787 -175.85 - 49 51.0551 1371 0 1 94.4069 115.061 -204.45 - 49 75.6693 1372 0 1 94.5502 115.074 -204.554 - 49 58.9739 1373 0 1 94.75 115.094 -204.698 - 49 3.13753 1374 0 1 94.95 115.115 -204.843 - 49 203.17 1475 0 0 96.329 115.254 -205.85 - 49 194.932 1577 0 0 130.349 135.643 -206.25 - 49 36.1267 1549 0 1 130.033 135.722 -204.85 - 49 247.718 1573 0 0 129.668 134.841 -205.85 - 49 94.0475 1572 0 0 129.609 134.75 -205.965 - 49 74.22 1119 1 0 -142.961 44.05 -176.128 - 49 79.4144 180 1 1 -143.976 44.7019 -174.85 - 49 58.116 211 0 1 -137.75 -88.447 -204.724 - 49 1065.97 846 3 1 -10.6686 102.743 -114.45 - 49 971.629 1413 3 0 -10.6653 102.774 -115.85 - 49 1088.05 847 2 1 -10.6028 103.252 -144.45 - 49 1015.8 1415 2 0 -10.6772 103.288 -145.85 - 49 1037.29 838 1 1 -12.3084 104.108 -174.45 - 49 1288.96 1420 1 0 -12.3947 104.198 -175.85 - 49 1191.4 829 0 1 -14.1498 106.312 -204.45 - 49 1281.49 1431 0 0 -14.349 106.433 -205.85 - 49 104.833 1412 3 0 -10.7459 102.679 -115.85 - 49 196.286 839 2 1 -12.1101 101.617 -144.45 - 49 128.161 1407 2 0 -12.1775 101.567 -145.85 - 49 118.99 832 1 1 -13.5491 100.561 -174.45 - 49 101.498 1401 1 0 -13.6152 100.511 -175.85 - 49 92.8262 825 0 1 -14.9574 99.5013 -204.45 - 49 123.606 1396 0 0 -15.0229 99.4546 -205.85 -Number of digits in this event = 80 +Number of tracker hits in this event = 21 + 49 181.472 1481 9 1 116.463 -27.1659 65.55 + 49 146.823 764 9 0 116.463 -27.1657 64.15 + 49 117.232 1481 8 1 116.453 -27.1566 35.55 + 49 107.437 764 8 0 116.453 -27.1574 34.15 + 49 124.205 1481 7 1 116.451 -27.1679 5.55 + 49 170.588 764 7 0 116.449 -27.1688 4.15 + 49 96.45 1481 6 1 116.429 -27.1828 -24.45 + 49 178.271 764 6 0 116.427 -27.1816 -25.85 + 49 112.145 1481 5 1 116.388 -27.1549 -54.45 + 49 312.61 764 5 0 116.386 -27.1528 -55.85 + 49 105.162 1480 4 1 116.344 -27.1116 -84.45 + 49 129.605 764 4 0 116.342 -27.1111 -85.85 + 49 107.915 1480 3 1 116.295 -27.1004 -114.45 + 49 119.533 764 3 0 116.292 -27.1015 -115.85 + 49 119.342 1480 2 1 116.237 -27.1197 -144.45 + 49 106.557 764 2 0 116.236 -27.1207 -145.85 + 49 112.734 1480 1 1 116.207 -27.1583 -174.45 + 49 116.327 764 1 0 116.205 -27.1596 -175.85 + 49 464.871 1480 0 1 116.152 -27.1811 -204.45 + 49 104.312 764 0 0 116.148 -27.1815 -205.85 + 49 97.6407 1407 3 1 101.664 -133.488 -114.85 +Number of digits in this event = 9 Using G4ParticleGun ... -9.7359 LIN +3.50179 LIN proton Event: 50 -Number of tracker hits in this event = 26 - 50 126.119 1280 9 1 76.1385 -103.83 65.55 - 50 172.435 381 9 0 76.1386 -103.83 64.15 - 50 83.7436 1280 8 1 76.1404 -103.82 35.55 - 50 139.97 381 8 0 76.1399 -103.819 34.15 - 50 122.249 1280 7 1 76.1294 -103.802 5.55 - 50 112.263 381 7 0 76.1291 -103.802 4.15 - 50 135.269 1280 6 1 76.1258 -103.797 -24.45 - 50 114.511 381 6 0 76.1252 -103.797 -25.85 - 50 213.35 1280 5 1 76.1136 -103.799 -54.45 - 50 109.529 381 5 0 76.1137 -103.799 -55.85 - 50 133.246 1280 4 1 76.12 -103.8 -84.45 - 50 137.093 381 4 0 76.1203 -103.799 -85.85 - 50 138.616 1280 3 1 76.1255 -103.795 -114.45 - 50 111.964 381 3 0 76.1259 -103.795 -115.85 - 50 122.821 1280 2 1 76.1362 -103.753 -144.45 - 50 42.5236 381 2 0 76.1366 -103.75 -145.85 - 50 63.825 382 2 0 76.1367 -103.75 -146 - 50 144.734 1280 1 1 76.1449 -103.7 -174.45 - 50 323.238 382 1 0 76.1453 -103.697 -175.85 - 50 123.08 1280 0 1 76.1542 -103.636 -204.45 - 50 224.397 382 0 0 76.1537 -103.634 -205.85 - 50 34.1619 337 3 1 -112.602 47.4613 -114.804 - 50 257.137 899 0 1 -0.211035 105.339 -204.45 - 50 158.176 898 0 1 -0.250135 105.127 -204.787 - 50 42.0865 380 5 0 76.016 -104.116 -55.85 - 50 492.436 379 5 0 76.0175 -104.15 -55.9569 -Number of digits in this event = 20 +Number of tracker hits in this event = 24 + 50 96.0208 1507 9 1 121.727 -1.87719 65.55 + 50 100.521 890 9 0 121.726 -1.87502 64.15 + 50 106.03 1507 8 1 121.718 -1.82422 35.55 + 50 103.36 891 8 0 121.717 -1.82192 34.15 + 50 123.866 1507 7 1 121.701 -1.7636 5.55 + 50 113.062 891 7 0 121.7 -1.76154 4.15 + 50 123.062 1507 6 1 121.674 -1.70884 -24.45 + 50 138.317 891 6 0 121.675 -1.70489 -25.85 + 50 107.225 1507 5 1 121.675 -1.62056 -54.45 + 50 111.392 892 5 0 121.676 -1.61805 -55.85 + 50 104.317 1507 4 1 121.702 -1.56716 -84.45 + 50 119.765 892 4 0 121.703 -1.56387 -85.85 + 50 121.81 1507 3 1 121.732 -1.49081 -114.45 + 50 91.8533 892 3 0 121.733 -1.48738 -115.85 + 50 121.491 1508 2 1 121.77 -1.41636 -144.45 + 50 148.889 893 2 0 121.772 -1.41214 -145.85 + 50 158.598 1508 1 1 121.806 -1.3249 -174.45 + 50 137.09 893 1 0 121.807 -1.31996 -175.85 + 50 116.04 1508 0 1 121.832 -1.21388 -204.45 + 50 164.325 894 0 0 121.834 -1.20854 -205.85 + 50 324.437 798 2 0 120.997 -20.3204 -146.25 + 50 30.0315 797 2 0 120.821 -20.4501 -146.058 + 50 46.5085 1510 2 1 122.235 -20.7165 -144.85 + 50 286.718 1511 2 1 122.35 -20.7102 -144.817 +Number of digits in this event = 12 Using G4ParticleGun ... -6.65484 LIN +8.67152 LIN proton Event: 51 Number of tracker hits in this event = 25 - 51 188.891 311 8 1 -117.874 -84.786 35.55 - 51 193.26 476 8 0 -117.874 -84.7863 34.15 - 51 219.968 311 7 1 -117.863 -84.7966 5.55 - 51 93.5265 476 7 0 -117.862 -84.7974 4.15 - 51 131.377 311 6 1 -117.847 -84.8157 -24.45 - 51 125.374 476 6 0 -117.847 -84.8178 -25.85 - 51 99.0924 311 5 1 -117.847 -84.8568 -54.45 - 51 126.55 475 5 0 -117.847 -84.8584 -55.85 - 51 100.107 311 4 1 -117.843 -84.8912 -84.45 - 51 125.991 475 4 0 -117.843 -84.8932 -85.85 - 51 104.581 311 3 1 -117.833 -84.9339 -114.45 - 51 103.06 475 3 0 -117.832 -84.935 -115.85 - 51 110.316 311 2 1 -117.824 -84.9592 -144.45 - 51 108.033 475 2 0 -117.824 -84.9592 -145.85 - 51 114.676 311 1 1 -117.817 -84.9598 -174.45 - 51 170.564 475 1 0 -117.817 -84.9578 -175.85 - 51 117.658 311 0 1 -117.835 -84.9162 -204.45 - 51 132.967 475 0 0 -117.837 -84.9149 -205.85 - 51 607.987 48 1 1 -170.47 -81.4687 -174.759 - 51 41.9359 442 6 1 -91.55 63.6183 -24.5918 - 51 5.42787 487 0 0 -118.054 -82.5582 -206.25 - 51 19.1799 466 0 0 -102.528 -86.8066 -206.054 - 51 58.3972 670 4 0 160.045 -45.9605 -85.85 - 51 64.584 271 6 1 -125.916 -150.193 -24.6438 - 51 190.709 289 11 0 20.3789 -122.23 123.804 -Number of digits in this event = 15 + 51 237.753 1046 11 1 29.2799 73.8036 125.55 + 51 112.515 1268 11 0 29.28 73.8034 124.15 + 51 97.1683 1046 10 1 29.282 73.8067 95.55 + 51 128.303 1268 10 0 29.2814 73.8076 94.15 + 51 136.589 1046 9 1 29.2683 73.828 65.55 + 51 268.931 1268 9 0 29.2671 73.8293 64.15 + 51 89.0714 1045 8 1 29.2421 73.8528 35.55 + 51 102.97 1269 8 0 29.2397 73.8535 34.15 + 51 118.59 1045 7 1 29.1903 73.8623 5.55 + 51 456.865 1269 7 0 29.1889 73.8627 4.15 + 51 147.562 1045 6 1 29.1565 73.8709 -24.45 + 51 140.985 1269 6 0 29.1545 73.8709 -25.85 + 51 116.251 1045 5 1 29.1138 73.8653 -54.45 + 51 123.792 1269 5 0 29.1112 73.8657 -55.85 + 51 106.585 1045 4 1 29.0545 73.8742 -84.45 + 51 97.817 1269 4 0 29.0524 73.8743 -85.85 + 51 117.688 1044 3 1 29.0098 73.8769 -114.45 + 51 101.662 1269 3 0 29.0077 73.8774 -115.85 + 51 129.7 1044 2 1 28.9745 73.886 -144.45 + 51 169.248 1269 2 0 28.9729 73.8853 -145.85 + 51 113.06 1044 1 1 28.9373 73.8689 -174.45 + 51 183.763 1269 1 0 28.9361 73.8688 -175.85 + 51 122.267 1044 0 1 28.9141 73.862 -204.45 + 51 123.92 1269 0 0 28.912 73.8624 -205.85 + 51 72.6097 1268 2 0 29.0063 73.85 -146.052 +Number of digits in this event = 14 Using G4ParticleGun ... -3.26297 LIN +3.95091 LIN proton Event: 52 -Number of tracker hits in this event = 19 - 52 130.167 540 8 1 -71.9542 125.183 35.55 - 52 124.559 1525 8 0 -71.9527 125.183 34.15 - 52 150.841 540 7 1 -71.9265 125.19 5.55 - 52 151.206 1525 7 0 -71.9247 125.19 4.15 - 52 120.753 540 6 1 -71.8942 125.184 -24.45 - 52 191.008 1525 6 0 -71.8916 125.183 -25.85 - 52 115.33 541 5 1 -71.8323 125.185 -54.45 - 52 108.271 1525 5 0 -71.829 125.186 -55.85 - 52 113.697 541 4 1 -71.7596 125.212 -84.45 - 52 169.101 1525 4 0 -71.7552 125.21 -85.85 - 52 187.04 541 3 1 -71.6717 125.169 -114.45 - 52 213.959 1525 3 0 -71.6664 125.169 -115.85 - 52 119.374 542 2 1 -71.5546 125.172 -144.45 - 52 97.3374 1525 2 0 -71.5506 125.171 -145.85 - 52 181.877 542 1 1 -71.4679 125.163 -174.45 - 52 123.654 1525 1 0 -71.4623 125.162 -175.85 - 52 119.763 543 0 1 -71.3496 125.142 -204.45 - 52 105.617 1524 0 0 -71.3455 125.141 -205.85 - 52 107.688 1524 6 0 -71.9026 125.15 -26.1043 -Number of digits in this event = 12 +Number of tracker hits in this event = 18 + 52 103.51 1612 8 1 142.637 -11.3351 35.55 + 52 87.2558 843 8 0 142.64 -11.3362 34.15 + 52 98.706 1612 7 1 142.694 -11.3527 5.55 + 52 133.28 843 7 0 142.695 -11.3548 4.15 + 52 131.49 1612 6 1 142.74 -11.3996 -24.45 + 52 122.55 843 6 0 142.742 -11.4022 -25.85 + 52 113.349 1613 5 1 142.776 -11.454 -54.45 + 52 137.934 842 5 0 142.775 -11.4562 -55.85 + 52 115.131 1613 4 1 142.759 -11.504 -84.45 + 52 147.232 842 4 0 142.756 -11.5069 -85.85 + 52 125.737 1612 3 1 142.695 -11.5615 -114.45 + 52 91.1079 842 3 0 142.694 -11.5641 -115.85 + 52 127.284 1612 2 1 142.669 -11.6219 -144.45 + 52 97.2266 842 2 0 142.668 -11.6259 -145.85 + 52 106.073 1612 1 1 142.647 -11.7029 -174.45 + 52 115.41 841 1 0 142.647 -11.7073 -175.85 + 52 103.387 1612 0 1 142.643 -11.7994 -204.45 + 52 182.435 841 0 0 142.643 -11.8036 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -3.97607 LIN +8.30729 LIN proton Event: 53 -Number of tracker hits in this event = 32 - 53 172.265 1223 10 1 64.7806 77.4221 95.55 - 53 118.11 1286 10 0 64.7812 77.4228 94.15 - 53 208.105 1223 9 1 64.7969 77.4365 65.55 - 53 109.524 1286 9 0 64.7968 77.4375 64.15 - 53 285.638 1223 8 1 64.7981 77.4572 35.55 - 53 366.69 1287 8 0 64.7978 77.4592 34.15 - 53 106.176 1223 7 1 64.7899 77.5 5.55 - 53 157.752 1287 7 0 64.7878 77.5024 4.15 - 53 117.185 1223 6 1 64.7526 77.5553 -24.45 - 53 116.65 1287 6 0 64.7529 77.5573 -25.85 - 53 98.9276 1223 5 1 64.7568 77.596 -54.45 - 53 110.074 1287 5 0 64.7564 77.5969 -55.85 - 53 108.208 1223 4 1 64.749 77.6134 -84.45 - 53 112.008 1287 4 0 64.7493 77.6155 -85.85 - 53 98.1629 1223 3 1 64.761 77.6603 -114.45 - 53 155.833 1288 3 0 64.7619 77.6622 -115.85 - 53 88.1876 1223 2 1 64.785 77.6925 -144.45 - 53 133.705 1288 2 0 64.7857 77.693 -145.85 - 53 106.817 1223 1 1 64.7978 77.7089 -174.45 - 53 94.4207 1288 1 0 64.7976 77.7109 -175.85 - 53 110.535 1223 0 1 64.7964 77.7479 -204.45 - 53 98.1537 1288 0 0 64.7971 77.7503 -205.85 - 53 64.2704 1167 3 0 51.5131 53.5863 -116.25 - 53 100.3 1166 3 0 51.4242 53.4499 -116.111 - 53 13.1897 1165 3 0 51.1386 53.25 -115.874 - 53 20.0769 1150 3 1 50.1013 52.7563 -114.85 - 53 74.6714 1149 3 1 50.05 52.7427 -114.805 - 53 170.127 1148 3 1 49.85 52.7516 -114.65 - 53 131.814 1147 3 1 49.65 52.8375 -114.639 - 53 27.6818 1147 3 0 48.8597 49.5148 -115.85 - 53 107.045 1146 3 0 48.8495 49.45 -115.882 - 53 51.1574 1145 3 0 48.9251 49.2499 -116.077 -Number of digits in this event = 10 +Number of tracker hits in this event = 28 + 53 145.757 1174 11 1 54.9145 -31.6942 125.55 + 53 105.026 741 11 0 54.9149 -31.6931 124.15 + 53 174.159 1174 10 1 54.9237 -31.6688 95.55 + 53 107.084 741 10 0 54.9246 -31.6672 94.15 + 53 163.72 1174 9 1 54.9444 -31.6348 65.55 + 53 121.283 742 9 0 54.9468 -31.6326 64.15 + 53 95.5648 1174 8 1 54.9917 -31.5894 35.55 + 53 118.463 742 8 0 54.9933 -31.5879 34.15 + 53 155.026 1174 7 1 55.0207 -31.5576 5.55 + 53 102.205 742 7 0 55.0235 -31.5566 4.15 + 53 257.666 1175 6 1 55.0772 -31.5329 -24.45 + 53 136.971 742 6 0 55.0804 -31.5313 -25.85 + 53 280.486 1175 5 1 55.1474 -31.5001 -54.45 + 53 114.051 742 5 0 55.15 -31.5041 -55.85 + 53 363.411 1175 4 1 55.2054 -31.586 -84.45 + 53 121.834 742 4 0 55.2078 -31.59 -85.85 + 53 112.01 1176 3 1 55.2611 -31.6725 -114.45 + 53 124.378 741 3 0 55.2646 -31.6763 -115.85 + 53 130.553 1176 2 1 55.3349 -31.7549 -144.45 + 53 214.437 741 2 0 55.3389 -31.7575 -145.85 + 53 106.103 1176 1 1 55.4197 -31.8108 -174.45 + 53 100.924 741 1 0 55.4232 -31.8136 -175.85 + 53 112.207 1177 0 1 55.4975 -31.8717 -204.45 + 53 103.087 740 0 0 55.5008 -31.8739 -205.85 + 53 105.308 747 5 0 55.3984 -30.619 -55.85 + 53 34.6987 748 5 0 55.425 -30.4499 -56.1387 + 53 144.563 1176 6 1 55.25 -31.6636 -24.4976 + 53 104.775 1177 6 1 55.45 -31.7392 -24.4648 +Number of digits in this event = 16 Using G4ParticleGun ... -2.94722 LIN +3.54623 LIN proton Event: 54 -Number of tracker hits in this event = 93 - 54 95.9307 951 8 1 10.4125 142.346 35.55 - 54 120.659 1610 8 0 10.4133 142.348 34.15 - 54 113.696 951 7 1 10.4294 142.383 5.55 - 54 104.92 1611 7 0 10.4291 142.383 4.15 - 54 3071.29 951 6 1 10.4216 142.401 -24.45 - 54 484.648 950 6 1 10.25 142.093 -24.5618 - 54 41.541 1195 7 0 -38.6264 59.081 3.75 - 54 334.032 1194 7 0 -38.6447 59.05 3.76057 - 54 367.465 1193 7 0 -38.7627 58.85 3.82875 - 54 315.974 1192 7 0 -38.8801 58.65 3.89686 - 54 477.223 1191 7 0 -38.9976 58.45 3.96307 - 54 402.148 1190 7 0 -39.1141 58.25 4.03005 - 54 303.394 1189 7 0 -39.2305 58.05 4.09748 - 54 502.15 694 7 1 -41.0632 54.9174 5.15 - 54 550.614 693 7 1 -41.25 54.5983 5.25732 - 54 630.487 692 7 1 -41.45 54.2513 5.37215 - 54 297.395 691 7 1 -41.65 53.9062 5.48813 - 54 165.898 507 8 0 -104.279 -78.5394 33.75 - 54 459.805 506 8 0 -104.331 -78.65 33.7735 - 54 318.705 505 8 0 -104.424 -78.85 33.8162 - 54 468.314 504 8 0 -104.518 -79.05 33.8574 - 54 537.213 503 8 0 -104.611 -79.25 33.8966 - 54 439.808 502 8 0 -104.704 -79.45 33.937 - 54 436.967 501 8 0 -104.798 -79.65 33.9792 - 54 393.894 500 8 0 -104.893 -79.85 34.021 - 54 425.812 499 8 0 -104.987 -80.05 34.0626 - 54 370.204 498 8 0 -105.08 -80.25 34.1037 - 54 41.9175 497 8 0 -105.175 -80.45 34.1439 - 54 134.246 363 8 1 -107.512 -85.4129 35.15 - 54 918.152 362 8 1 -107.55 -85.4943 35.1665 - 54 820.211 361 8 1 -107.75 -85.9153 35.2515 - 54 752.312 360 8 1 -107.95 -86.3359 35.3387 - 54 895.102 359 8 1 -108.15 -86.7538 35.4244 - 54 421.047 358 8 1 -108.35 -87.1716 35.5077 - 54 356.598 57 9 0 -157.542 -168.644 63.75 - 54 524.758 56 9 0 -157.606 -168.75 63.7869 - 54 587.478 55 9 0 -157.725 -168.95 63.8553 - 54 634.597 54 9 0 -157.845 -169.15 63.9239 - 54 708.071 53 9 0 -157.965 -169.35 63.9919 - 54 572.601 52 9 0 -158.084 -169.55 64.0626 - 54 125.675 51 9 0 -158.203 -169.75 64.1329 - 54 658.07 100 9 1 -160.002 -172.725 65.15 - 54 967.776 99 9 1 -160.15 -172.97 65.2337 - 54 978.318 98 9 1 -160.35 -173.307 65.3498 - 54 583.6 97 9 1 -160.55 -173.649 65.4679 - 54 227.824 1609 6 0 10.4195 142.061 -25.85 - 54 6.12059 1608 6 0 10.4188 141.95 -26.2329 - 54 261.275 951 5 1 10.3489 133.787 -54.45 - 54 53.0067 1566 5 0 10.3475 133.388 -55.85 - 54 165.982 1565 5 0 10.3474 133.35 -55.982 - 54 186.616 951 4 1 10.269 125.207 -84.45 - 54 156.605 1523 4 0 10.2661 124.821 -85.85 - 54 64.3689 1522 4 0 10.2653 124.75 -86.1091 - 54 236.839 950 3 1 10.1702 116.967 -114.45 - 54 181.161 1482 3 0 10.1584 116.596 -115.85 - 54 159.148 1481 3 0 10.157 116.55 -116.024 - 54 326.137 949 2 1 9.94398 109.013 -144.45 - 54 199.929 1442 2 0 9.95049 108.638 -145.85 - 54 24.3392 1441 2 0 9.95216 108.55 -146.181 - 54 249.33 950 1 1 10.1394 101 -174.45 - 54 177.674 1402 1 0 10.1486 100.639 -175.85 - 54 27.7529 1401 1 0 10.1508 100.55 -176.192 - 54 237.935 951 0 1 10.3608 93.2522 -204.45 - 54 292.573 1363 0 0 10.3786 92.9006 -205.85 - 54 155.878 548 5 1 -70.2782 -9.13059 -54.5986 - 54 56.5201 952 6 1 10.45 142.412 -24.6083 - 54 206.47 1629 7 0 24.3363 146.031 3.75 - 54 53.4585 1024 7 1 25.0253 146.211 5.15 - 54 258.415 1025 7 1 25.05 146.218 5.2002 - 54 24.4343 1651 8 0 38.0424 150.541 33.75 - 54 158.601 1652 8 0 38.069 150.55 33.8086 - 54 169.751 1093 8 1 38.6744 150.756 35.15 - 54 3.55714 1094 8 1 38.85 150.816 35.5395 - 54 190.284 1679 9 0 51.5009 155.979 63.75 - 54 195.817 1160 9 1 52.1324 156.238 65.15 - 54 108.995 1161 9 1 52.25 156.287 65.4099 - 54 157.37 1701 10 0 63.6047 160.467 93.75 - 54 80.552 1220 10 1 64.1621 160.673 95.15 - 54 80.1102 1221 10 1 64.25 160.705 95.3711 - 54 147.857 1727 11 0 75.3286 165.657 123.75 - 54 182.59 1279 11 1 75.8755 165.906 125.15 - 54 174.884 1751 12 0 86.1497 170.443 153.75 - 54 213.86 1333 12 1 86.6565 170.663 155.15 - 54 111.173 1773 13 0 96.7626 174.904 183.75 - 54 27.5296 1774 13 0 96.8729 174.95 184.062 - 54 203.864 1385 13 1 97.2564 175.118 185.15 - 54 62.0771 1386 13 1 97.35 175.159 185.416 - 54 157.102 1793 14 0 106.251 178.898 213.75 - 54 2.99343 1794 14 0 106.374 178.95 214.142 - 54 70.9143 1432 14 1 106.696 179.083 215.15 - 54 227.522 1433 14 1 106.75 179.106 215.32 - 54 209.431 1334 12 1 86.85 170.66 155.462 - 54 116.441 1678 9 0 51.5811 155.95 63.9181 -Number of digits in this event = 74 +Number of tracker hits in this event = 54 + 54 274.79 598 11 1 -60.274 -14.7952 125.55 + 54 113.09 826 11 0 -60.2726 -14.7943 124.15 + 54 102.915 599 10 1 -60.2407 -14.7716 95.55 + 54 109.146 826 10 0 -60.2399 -14.7698 94.15 + 54 104.218 599 9 1 -60.2252 -14.7404 65.55 + 54 95.0392 826 9 0 -60.2252 -14.7387 64.15 + 54 169.588 599 8 1 -60.2188 -14.7031 35.55 + 54 149.554 826 8 0 -60.2171 -14.7001 34.15 + 54 117.965 599 7 1 -60.1848 -14.6428 5.55 + 54 93.3841 827 7 0 -60.1837 -14.6397 4.15 + 54 155.893 599 6 1 -60.1618 -14.576 -24.45 + 54 106.446 827 6 0 -60.1595 -14.5738 -25.85 + 54 121.335 599 5 1 -60.1214 -14.535 -54.45 + 54 135.388 827 5 0 -60.1194 -14.5337 -55.85 + 54 166.029 599 4 1 -60.0694 -14.5077 -84.45 + 54 83.6086 827 4 0 -60.0657 -14.5067 -85.85 + 54 104.154 600 3 1 -59.9871 -14.4925 -114.45 + 54 101.229 827 3 0 -59.9847 -14.4894 -115.85 + 54 314.59 600 2 1 -59.9273 -14.4094 -144.45 + 54 188.478 828 2 0 -59.9246 -14.4046 -145.85 + 54 156.54 600 1 1 -59.8672 -14.3045 -174.45 + 54 192.788 828 1 0 -59.8635 -14.2993 -175.85 + 54 98.1774 601 0 1 -59.7784 -14.1935 -204.45 + 54 103.194 829 0 0 -59.7708 -14.1877 -205.85 + 54 203.72 600 0 1 -60.0244 -14.3941 -204.85 + 54 21.38 827 2 0 -60.2696 -14.6353 -145.85 + 54 69.2507 826 2 0 -60.3008 -14.65 -145.955 + 54 67.6002 587 1 1 -62.5638 -18.5095 -174.45 + 54 41.4859 586 1 1 -62.6501 -18.4317 -174.678 + 54 102.615 810 1 0 -63.0082 -17.9483 -175.85 + 54 77.7051 811 1 0 -63.0877 -17.85 -176.093 + 54 87.8692 946 1 0 -31.1072 9.36836 -176.25 + 54 302.234 947 1 0 -30.9557 9.45012 -176.16 + 54 133.988 948 1 0 -30.3172 9.65 -175.995 + 54 146.735 949 1 0 -29.8863 9.85 -176.024 + 54 142.54 950 1 0 -29.4652 10.05 -176.115 + 54 25.9856 1178 1 0 25.343 55.7761 -176.25 + 54 89.8879 1179 1 0 25.3042 55.8503 -176.189 + 54 77.443 1180 1 0 25.1394 56.05 -176.008 + 54 65.0854 1181 1 0 24.9663 56.25 -175.896 + 54 34.6436 1017 1 1 23.5043 58.1646 -174.85 + 54 120.806 1016 1 1 23.45 58.2616 -174.832 + 54 64.216 1015 1 1 23.25 58.6163 -174.74 + 54 85.1714 1014 1 1 23.05 58.7953 -174.693 + 54 105.26 1013 1 1 22.85 59.038 -174.615 + 54 77.6281 1012 1 1 22.65 59.3377 -174.519 + 54 31.7522 1011 1 1 22.45 59.5439 -174.467 + 54 66.0696 1046 2 0 33.9641 29.4098 -146.25 + 54 152.72 1045 2 0 34.0016 29.25 -146.078 + 54 74.6177 1070 2 1 34.217 28.6271 -144.85 + 54 55.1054 1071 2 1 34.2503 28.5252 -144.741 + 54 213.769 1040 2 0 34.4087 28.1995 -145.85 + 54 179.828 1041 2 0 34.5285 28.25 -146.118 + 54 132.016 744 1 1 -31.22 9.00979 -174.85 +Number of digits in this event = 22 Using G4ParticleGun ... -5.13909 LIN +2.96546 LIN proton Event: 55 -Number of tracker hits in this event = 22 - 55 124.119 292 9 1 -121.598 -23.7619 65.55 - 55 112.857 781 9 0 -121.599 -23.7612 64.15 - 55 151.114 292 8 1 -121.597 -23.7494 35.55 - 55 112.247 781 8 0 -121.598 -23.7499 34.15 - 55 123.513 292 7 1 -121.637 -23.7638 5.55 - 55 190.094 781 7 0 -121.639 -23.7681 4.15 - 55 218.878 292 6 1 -121.682 -23.8532 -24.45 - 55 129.751 780 6 0 -121.686 -23.8579 -25.85 - 55 100.574 291 5 1 -121.763 -23.9508 -54.45 - 55 122.141 780 5 0 -121.768 -23.9555 -55.85 - 55 111.49 291 4 1 -121.868 -24.0477 -84.45 - 55 103.692 779 4 0 -121.875 -24.0534 -85.85 - 55 107.105 290 3 1 -122.011 -24.18 -114.45 - 55 202.014 779 3 0 -122.018 -24.1863 -115.85 - 55 105.992 289 2 1 -122.158 -24.3118 -144.45 - 55 269.455 778 2 0 -122.164 -24.3188 -145.85 - 55 97.9351 289 1 1 -122.272 -24.4621 -174.45 - 55 95.5281 777 1 0 -122.277 -24.469 -175.85 - 55 184.46 288 0 1 -122.378 -24.605 -204.45 - 55 109.005 777 0 0 -122.382 -24.6099 -205.85 - 55 96.2021 288 1 1 -122.361 -24.5819 -174.45 - 55 33.4399 287 1 1 -122.55 -24.6432 -174.497 -Number of digits in this event = 11 +Number of tracker hits in this event = 33 + 55 137.453 1011 11 1 22.3787 51.283 125.55 + 55 106.808 1156 11 0 22.3785 51.2818 124.15 + 55 107.513 1011 10 1 22.3738 51.2547 95.55 + 55 111.467 1156 10 0 22.3733 51.2529 94.15 + 55 88.9079 1011 9 1 22.3554 51.2269 65.55 + 55 167.88 1155 9 0 22.353 51.2243 64.15 + 55 153.456 1011 8 1 22.3007 51.1653 35.55 + 55 98.4289 1155 8 0 22.2991 51.162 34.15 + 55 109.291 1011 7 1 22.2769 51.1009 5.55 + 55 111.795 1155 7 0 22.2746 51.0995 4.15 + 55 243.35 1010 6 1 22.2377 51.0757 -24.45 + 55 118.491 1155 6 0 22.2365 51.0761 -25.85 + 55 123.132 1010 5 1 22.2111 51.0919 -54.45 + 55 120.649 1155 5 0 22.2121 51.0914 -55.85 + 55 111.485 1010 4 1 22.2355 51.0875 -84.45 + 55 114.476 1155 4 0 22.2361 51.0898 -85.85 + 55 137.968 1010 3 1 22.2464 51.137 -114.45 + 55 115.298 1155 3 0 22.2452 51.1401 -115.85 + 55 105.078 1010 2 1 22.2186 51.1994 -144.45 + 55 101.221 1155 2 0 22.2155 51.2039 -145.85 + 55 134.577 1010 1 1 22.1605 51.2977 -174.45 + 55 112.637 1156 1 0 22.1563 51.3027 -175.85 + 55 127.225 1010 0 1 22.0696 51.3919 -204.45 + 55 125.7 1156 0 0 22.0667 51.397 -205.85 + 55 27.993 963 1 0 -140.024 12.7486 -176.227 + 55 53.1317 149 1 0 79.8464 -150.267 -176.142 + 55 149.966 1717 13 1 163.573 67.6639 185.15 + 55 74.169 1011 1 1 22.25 51.2876 -174.621 + 55 120.395 1154 1 0 22.5908 51.0311 -175.85 + 55 115.438 1053 0 1 30.7461 45.6903 -204.45 + 55 8.09942 1054 0 1 30.85 45.7667 -204.825 + 55 108.398 1131 0 0 31.0152 46.2843 -205.851 + 55 69.1474 1132 0 0 31.0155 46.4501 -206.159 +Number of digits in this event = 15 Using G4ParticleGun ... -3.16874 LIN +5.03558 LIN proton Event: 56 -Number of tracker hits in this event = 24 - 56 96.1292 1099 11 1 39.9569 -2.47088 125.55 - 56 109.014 887 11 0 39.9574 -2.47146 124.15 - 56 108.365 1099 10 1 39.9611 -2.48573 95.55 - 56 107.487 887 10 0 39.9606 -2.4838 94.15 - 56 108.254 1099 9 1 39.9462 -2.44887 65.55 - 56 283.82 888 9 0 39.9446 -2.44399 64.15 - 56 157.315 1099 8 1 39.907 -2.34407 35.55 - 56 111.115 888 8 0 39.9064 -2.34078 34.15 - 56 92.4688 1099 7 1 39.8879 -2.28286 5.55 - 56 147.142 888 7 0 39.8854 -2.28093 4.15 - 56 162.045 1098 6 1 39.8254 -2.24252 -24.45 - 56 138.87 889 6 0 39.8235 -2.23944 -25.85 - 56 109.865 1098 5 1 39.7824 -2.17329 -54.45 - 56 109.036 889 5 0 39.782 -2.16954 -55.85 - 56 145.908 1098 4 1 39.7741 -2.08687 -84.45 - 56 167.831 889 4 0 39.7712 -2.08159 -85.85 - 56 107.824 1098 3 1 39.7077 -1.96616 -114.45 - 56 110.805 890 3 0 39.7055 -1.95779 -115.85 - 56 163.3 1098 2 1 39.6609 -1.78758 -144.45 - 56 169.852 891 2 0 39.6609 -1.78022 -145.85 - 56 276.991 1098 1 1 39.6665 -1.63205 -174.45 - 56 118.591 892 1 0 39.6646 -1.62708 -175.85 - 56 109.936 1097 0 1 39.6284 -1.52103 -204.45 - 56 112.311 892 0 0 39.6259 -1.51777 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 21 + 56 101.044 568 9 1 -66.3676 -111.448 65.55 + 56 130.257 343 9 0 -66.367 -111.447 64.15 + 56 152.5 568 8 1 -66.3555 -111.432 35.55 + 56 123.276 343 8 0 -66.3556 -111.432 34.15 + 56 155.787 568 7 1 -66.3602 -111.425 5.55 + 56 116.646 343 7 0 -66.3611 -111.425 4.15 + 56 108.765 568 6 1 -66.3824 -111.408 -24.45 + 56 97.8266 343 6 0 -66.3828 -111.407 -25.85 + 56 123.724 568 5 1 -66.3898 -111.388 -54.45 + 56 111.501 343 5 0 -66.3908 -111.389 -55.85 + 56 116.275 568 4 1 -66.4116 -111.402 -84.45 + 56 175.127 343 4 0 -66.4132 -111.402 -85.85 + 56 106.706 567 3 1 -66.4501 -111.405 -114.45 + 56 99.8038 343 3 0 -66.4524 -111.406 -115.85 + 56 106.701 567 2 1 -66.5006 -111.426 -144.45 + 56 136.248 343 2 0 -66.5027 -111.426 -145.85 + 56 134.037 567 1 1 -66.5492 -111.438 -174.45 + 56 153.172 343 1 0 -66.5515 -111.439 -175.85 + 56 121.474 567 0 1 -66.5932 -111.457 -204.45 + 56 129.281 343 0 0 -66.595 -111.464 -205.85 + 56 39.7654 344 1 0 -66.5888 -111.35 -176.154 +Number of digits in this event = 12 Using G4ParticleGun ... -9.19675 LIN +2.2333 LIN proton Event: 57 -Number of tracker hits in this event = 44 - 57 190.649 630 11 1 -53.9673 -48.3972 125.55 - 57 107.538 658 11 0 -53.9676 -48.3976 124.15 - 57 243.683 630 10 1 -53.9741 -48.4037 95.55 - 57 111.764 658 10 0 -53.9739 -48.4042 94.15 - 57 135.399 630 9 1 -53.9701 -48.4142 65.55 - 57 157.961 658 9 0 -53.97 -48.4154 64.15 - 57 196.832 630 8 1 -53.9727 -48.4364 35.55 - 57 126.04 658 8 0 -53.973 -48.4376 34.15 - 57 122.658 630 7 1 -53.9778 -48.4638 5.55 - 57 144.838 657 7 0 -53.9781 -48.4649 4.15 - 57 189.413 630 6 1 -53.9814 -48.4887 -24.45 - 57 107.136 657 6 0 -53.9819 -48.4902 -25.85 - 57 103.349 630 5 1 -53.996 -48.5225 -54.45 - 57 130.719 657 5 0 -53.9972 -48.524 -55.85 - 57 120.996 630 4 1 -54.0196 -48.5542 -84.45 - 57 112.146 657 4 0 -54.0219 -48.5558 -85.85 - 57 119.424 629 3 1 -54.0682 -48.5912 -114.45 - 57 182.668 657 3 0 -54.0701 -48.5932 -115.85 - 57 211.634 629 2 1 -54.1081 -48.6304 -144.45 - 57 105.075 657 2 0 -54.1097 -48.6319 -145.85 - 57 110.597 629 1 1 -54.1405 -48.6618 -174.45 - 57 122.547 656 1 0 -54.1416 -48.6632 -175.85 - 57 121.061 629 0 1 -54.1692 -48.6907 -204.45 - 57 170.352 656 0 0 -54.1707 -48.6923 -205.85 - 57 71.3606 360 0 0 159.119 -108.027 -206.244 - 57 197.239 630 2 1 -54.05 -48.7813 -144.51 - 57 18.3832 629 10 1 -54.05 -48.2012 95.1913 - 57 144.42 667 10 0 -52.8408 -46.6261 94.15 - 57 237.109 668 10 0 -52.7826 -46.45 93.9411 - 57 48.9875 756 11 0 -48.1085 -28.7549 123.75 - 57 115.44 757 11 0 -48.0862 -28.65 123.908 - 57 70.3877 660 11 1 -47.8824 -27.8387 125.15 - 57 302.504 661 11 1 -47.85 -27.672 125.369 - 57 195.014 766 11 0 -47.7079 -26.7129 124.15 - 57 107.318 685 11 0 -68.4516 -42.877 123.75 - 57 159.291 684 11 0 -68.6308 -43.0501 124.012 - 57 485.169 683 11 0 -68.8144 -43.25 124.037 - 57 32.3188 527 11 0 -39.8485 -74.6366 123.75 - 57 154.82 526 11 0 -39.7682 -74.65 123.814 - 57 34.3327 367 11 0 -93.5965 -106.583 123.75 - 57 69.7742 631 11 1 -53.85 -48.508 125.262 - 57 249.539 632 11 1 -53.65 -48.524 125.216 - 57 215.717 633 11 1 -53.45 -48.4277 125.238 - 57 64.8928 663 11 0 -52.9998 -47.2764 124.15 -Number of digits in this event = 29 +Number of tracker hits in this event = 65 + 57 110.075 550 11 1 -69.901 21.6046 125.55 + 57 114.152 1007 11 0 -69.9014 21.6054 124.15 + 57 147.409 550 10 1 -69.9101 21.6173 95.55 + 57 145.323 1007 10 0 -69.9114 21.6187 94.15 + 57 97.6503 550 9 1 -69.9437 21.6433 65.55 + 57 102.929 1007 9 0 -69.9486 21.6439 64.15 + 57 87.0958 550 8 1 -70.0492 21.6624 35.55 + 57 151.154 549 8 1 -70.05 21.6632 35.2687 + 57 104.988 1008 8 0 -70.053 21.6664 34.15 + 57 109.938 549 7 1 -70.122 21.7478 5.55 + 57 107.111 1008 7 0 -70.1224 21.7509 4.15 + 57 185.84 549 6 1 -70.1314 21.824 -24.45 + 57 134.4 1008 6 0 -70.1346 21.8299 -25.85 + 57 174.322 549 5 1 -70.2118 21.9541 -54.45 + 57 181.796 1009 5 0 -70.2132 21.9609 -55.85 + 57 115.653 549 4 1 -70.2455 22.107 -84.45 + 57 94.3768 1010 4 0 -70.2463 22.1106 -85.85 + 57 131.024 548 3 1 -70.2583 22.1831 -114.45 + 57 113.441 1010 3 0 -70.2611 22.1862 -115.85 + 57 142.525 548 2 1 -70.3174 22.2429 -144.45 + 57 78.9541 1010 2 0 -70.3186 22.2487 -145.85 + 57 16.5119 1011 2 0 -70.3189 22.25 -146.161 + 57 127.466 548 1 1 -70.3435 22.3684 -174.45 + 57 145.777 1011 1 0 -70.3448 22.3766 -175.85 + 57 86.8823 548 0 1 -70.3715 22.5479 -204.45 + 57 135.958 1012 0 0 -70.3737 22.5569 -205.85 + 57 293.46 282 8 1 -123.569 -28.5257 35.15 + 57 343.941 1050 0 0 -109.069 30.1173 -206.25 + 57 167.656 347 0 1 -110.55 30.5576 -204.85 + 57 166.412 346 0 1 -110.75 30.617 -204.662 + 57 36.2131 345 0 1 -110.95 30.676 -204.477 + 57 163.74 1106 1 0 -145.177 41.3757 -176.25 + 57 194.476 1107 1 0 -145.415 41.45 -176.054 + 57 70.3608 166 1 1 -146.884 41.8929 -174.85 + 57 149.722 165 1 1 -146.95 41.9127 -174.796 + 57 202.894 164 1 1 -147.15 41.9716 -174.635 + 57 16.3234 163 1 1 -147.35 42.0281 -174.476 + 57 9.2671 993 10 1 18.6846 137.654 95.15 + 57 31.2161 794 9 0 54.1617 -21.1208 63.75 + 57 5.99455 1334 4 0 -29.0723 86.9266 -86.25 + 57 97.6683 482 9 1 -83.5792 122.451 65.4835 + 57 74.1482 1282 9 0 128.396 76.6125 63.75 + 57 46.1373 1283 9 0 128.496 76.65 63.9234 + 57 322.347 1075 2 1 35.1813 -160.316 -144.45 + 57 101.207 1076 2 1 35.25 -160.041 -144.593 + 57 167.509 1074 2 1 35.05 -159.614 -144.545 + 57 173.982 1073 2 1 34.85 -159.472 -144.5 + 57 24.4465 538 0 0 -72.4072 -72.4004 -206.25 + 57 86.0799 537 0 0 -72.4142 -72.45 -206.232 + 57 418.558 536 0 0 -72.4441 -72.65 -206.162 + 57 263.754 535 0 0 -72.4728 -72.85 -206.089 + 57 122.35 534 0 0 -72.5013 -73.05 -206.015 + 57 64.7676 533 0 0 -72.5293 -73.25 -205.941 + 57 25.2166 532 0 0 -72.5572 -73.45 -205.869 + 57 242.315 535 0 1 -72.9645 -76.2452 -204.85 + 57 225.755 534 0 1 -73.05 -76.8319 -204.636 + 57 44.4632 16 1 0 -83.8455 -176.799 -176.25 + 57 81.3822 15 1 0 -83.8617 -176.95 -176.207 + 57 61.9176 14 1 0 -83.8827 -177.15 -176.152 + 57 76.1496 13 1 0 -83.9046 -177.35 -176.096 + 57 58.647 12 1 0 -83.9263 -177.55 -176.038 + 57 78.8144 11 1 0 -83.9479 -177.75 -175.981 + 57 139.331 10 1 0 -83.9681 -177.95 -175.924 + 57 29.8735 9 1 0 -83.9876 -178.15 -175.868 + 57 48.3691 548 8 1 -70.25 21.5106 35.5321 +Number of digits in this event = 33 Using G4ParticleGun ... -1.0777 LIN +6.4064 LIN proton Event: 58 -Number of tracker hits in this event = 25 - 58 112.715 492 10 1 -81.6135 55.9128 95.55 - 58 130.053 1179 10 0 -81.6141 55.9123 94.15 - 58 126.227 492 9 1 -81.6121 55.9059 65.55 - 58 114.383 1179 9 0 -81.6166 55.9061 64.15 - 58 111.059 491 8 1 -81.7075 55.9012 35.55 - 58 118.357 1179 8 0 -81.7166 55.9039 34.15 - 58 231.52 490 7 1 -81.9015 55.9659 5.55 - 58 119.075 1179 7 0 -81.9148 55.969 4.15 - 58 282.888 489 6 1 -82.2122 56.0362 -24.45 - 58 154.855 1179 6 0 -82.2275 56.0414 -25.85 - 58 140.991 487 5 1 -82.5318 56.1444 -54.45 - 58 128.46 1180 5 0 -82.5424 56.1468 -55.85 - 58 192.133 486 4 1 -82.7556 56.2064 -84.45 - 58 111.538 1180 4 0 -82.763 56.2039 -85.85 - 58 242.242 485 3 1 -82.8893 56.1385 -114.45 - 58 163.963 1180 3 0 -82.8959 56.1301 -115.85 - 58 140.903 485 2 1 -83.045 55.9781 -144.45 - 58 113.932 1179 2 0 -83.0574 55.9632 -145.85 - 58 109.063 483 1 1 -83.3283 55.6825 -174.45 - 58 126.087 1178 1 0 -83.3355 55.6666 -175.85 - 58 125.38 482 0 1 -83.4805 55.3259 -204.45 - 58 128.345 1176 0 0 -83.4811 55.3104 -205.85 - 58 59.8975 490 6 1 -82.0498 56.164 -24.7643 - 58 62.4766 491 6 1 -81.85 56.2295 -24.7878 - 58 453.547 492 6 1 -81.65 56.3143 -24.8114 -Number of digits in this event = 16 -Using G4ParticleGun ... -6.9445 LIN +Number of tracker hits in this event = 206 + 58 250.555 1044 11 1 28.9106 63.7602 125.55 + 58 135.394 1218 11 0 28.9136 63.7588 124.15 + 58 112.908 1044 10 1 28.9808 63.7317 95.55 + 58 213.062 1218 10 0 28.9822 63.7325 94.15 + 58 117.971 1044 9 1 29.0064 63.7553 65.55 + 58 105.007 1218 9 0 29.0075 63.7559 64.15 + 58 98.5751 1044 8 1 29.0337 63.7656 35.55 + 58 128.95 1218 8 0 29.0346 63.7659 34.15 + 58 174.024 1045 7 1 29.0674 63.7616 5.55 + 58 163.322 1218 7 0 29.0704 63.7624 4.15 + 58 119.119 1045 6 1 29.1272 63.7828 -24.45 + 58 114.785 1218 6 0 29.1304 63.7831 -25.85 + 58 103.472 1045 5 1 29.1956 63.7888 -54.45 + 58 114.308 1218 5 0 29.199 63.7886 -55.85 + 58 9925.18 1046 4 1 29.2684 63.7827 -84.45 + 58 7569.91 1045 4 1 29.25 63.7971 -84.7013 + 58 1637.89 1222 4 0 28.3708 64.4666 -85.85 + 58 413.298 1223 4 0 28.1305 64.65 -86.1645 + 58 304.693 930 3 1 6.0915 81.3254 -114.45 + 58 1405.43 929 3 1 6.05 81.354 -114.501 + 58 686.577 928 3 1 5.85 81.4911 -114.748 + 58 1495.1 1310 3 0 4.96172 82.1033 -115.85 + 58 671.859 1311 3 0 4.74881 82.25 -116.114 + 58 281.894 812 2 1 -17.6216 98.3839 -144.45 + 58 1778.32 811 2 1 -17.65 98.4053 -144.488 + 58 632.675 810 2 1 -17.85 98.5556 -144.754 + 58 2485.19 1395 2 0 -18.6604 99.1566 -145.85 + 58 299.171 1396 2 0 -18.9213 99.35 -146.203 + 58 541.194 697 1 1 -40.6061 115.033 -174.45 + 58 2609.57 696 1 1 -40.65 115.067 -174.515 + 58 456.912 695 1 1 -40.85 115.221 -174.803 + 58 2876.85 1478 1 0 -41.5971 115.793 -175.85 + 58 1133.91 1479 1 0 -41.8061 115.95 -176.137 + 58 1598.13 589 0 1 -62.1962 131.143 -204.45 + 58 10968.7 588 0 1 -62.25 131.19 -204.525 + 58 161.926 1078 5 0 28.8044 35.8106 -56.25 + 58 233.125 1077 5 0 28.8017 35.65 -56.0868 + 58 53.9959 1076 5 0 28.7978 35.45 -55.8839 + 58 520.918 1043 5 1 28.777 34.4361 -54.85 + 58 135.913 928 6 0 27.8249 5.77496 -26.25 + 58 352.368 927 6 0 27.8207 5.65 -26.1254 + 58 86.4285 926 6 0 27.8137 5.45 -25.9245 + 58 452.079 1038 6 1 27.7817 4.37748 -24.85 + 58 272.769 786 7 0 25.0788 -22.6691 3.75 + 58 266.728 785 7 0 25.0603 -22.85 3.94159 + 58 700.723 1024 7 1 24.9426 -23.9827 5.15 + 58 202.426 644 8 0 22.4313 -51.0865 33.75 + 58 362.018 643 8 0 22.4162 -51.25 33.9225 + 58 17.9883 642 8 0 22.3974 -51.45 34.1345 + 58 553.239 1011 8 1 22.3044 -52.3997 35.15 + 58 35.0149 507 9 0 19.6736 -78.6213 63.75 + 58 328.877 506 9 0 19.6707 -78.65 63.7814 + 58 150.517 505 9 0 19.6506 -78.85 63.9995 + 58 675.732 997 9 1 19.5429 -79.8982 65.15 + 58 64.274 365 10 0 17.5214 -107.084 93.75 + 58 262.83 364 10 0 17.5165 -107.15 93.8196 + 58 150.991 363 10 0 17.5017 -107.35 94.0301 + 58 601.079 986 10 1 17.4254 -108.421 95.15 + 58 210.258 222 11 0 15.7636 -135.591 123.75 + 58 336.26 221 11 0 15.7539 -135.75 123.917 + 58 24.1329 220 11 0 15.7406 -135.95 124.128 + 58 480.603 978 11 1 15.6745 -136.922 125.15 + 58 148.433 977 11 1 15.65 -137.278 125.524 + 58 209.848 78 12 0 13.3019 -164.411 153.75 + 58 251.867 77 12 0 13.2898 -164.55 153.895 + 58 66.2329 76 12 0 13.2729 -164.75 154.103 + 58 643.62 965 12 1 13.1903 -165.759 155.15 + 58 226.045 1042 5 1 28.6371 36.1247 -54.85 + 58 2736.29 1221 4 0 29.2655 64.2706 -85.85 + 58 1685.64 1046 3 1 29.2523 76.1959 -114.45 + 58 1103.23 1283 3 0 29.2854 76.7506 -115.85 + 58 663.492 1284 3 0 29.2916 76.85 -116.104 + 58 1766.68 1051 2 1 30.2947 87.9165 -144.45 + 58 383.769 1341 2 0 30.3133 88.4221 -145.85 + 58 1472.99 1342 2 0 30.3145 88.45 -145.927 + 58 33.755 853 3 1 -9.34395 87.4284 -114.841 + 58 3140.84 1047 4 1 29.45 63.7521 -84.6785 + 58 814.418 1048 4 1 29.65 63.7176 -84.6819 + 58 756.203 1049 4 1 29.85 63.6811 -84.6876 + 58 751.325 1050 4 1 30.05 63.6449 -84.6888 + 58 898.039 1051 4 1 30.25 63.6094 -84.6887 + 58 829.954 1052 4 1 30.45 63.5735 -84.6898 + 58 809.977 1053 4 1 30.65 63.5388 -84.6934 + 58 851.518 1054 4 1 30.85 63.4982 -84.6969 + 58 967.363 1055 4 1 31.05 63.4538 -84.701 + 58 929.202 1056 4 1 31.25 63.4116 -84.7048 + 58 902.371 1057 4 1 31.45 63.364 -84.7075 + 58 905.703 1058 4 1 31.65 63.3149 -84.706 + 58 1040.21 1059 4 1 31.85 63.2635 -84.7008 + 58 1144.87 1060 4 1 32.05 63.2072 -84.6927 + 58 1216.64 1061 4 1 32.25 63.1578 -84.6923 + 58 1269.81 1062 4 1 32.45 63.1067 -84.6899 + 58 1344.9 1063 4 1 32.65 63.0553 -84.6863 + 58 1559.16 1064 4 1 32.85 63.0037 -84.6797 + 58 1642.32 1065 4 1 33.05 62.9414 -84.665 + 58 2037.7 1066 4 1 33.25 62.8766 -84.6483 + 58 2555.12 1067 4 1 33.45 62.8138 -84.6339 + 58 4422.29 1068 4 1 33.65 62.7564 -84.6186 + 58 3895.92 1220 4 0 32.1402 64.1479 -85.85 + 58 1712.16 1420 3 1 104.201 74.2641 -114.45 + 58 2475.72 1421 3 1 104.35 74.2832 -114.528 + 58 2957.47 1422 3 1 104.55 74.309 -114.634 + 58 3784.51 1423 3 1 104.75 74.3317 -114.736 + 58 957.507 1424 3 1 104.95 74.3629 -114.831 + 58 4443.05 1273 3 0 107.052 74.775 -115.85 + 58 904.851 1044 4 1 29.05 63.7121 -84.7747 + 58 2410.29 1214 4 0 26.7087 62.9795 -85.85 + 58 2905.23 1213 4 0 26.2941 62.85 -86.0404 + 58 2635.75 761 3 1 -27.6705 42.7296 -114.45 + 58 4318.18 760 3 1 -27.85 42.695 -114.552 + 58 5081.75 759 3 1 -28.05 42.6526 -114.684 + 58 3821.55 1212 4 0 31.0959 62.5609 -85.85 + 58 5591.54 1211 4 0 31.2591 62.45 -85.9554 + 58 1693.48 1210 4 0 31.5809 62.25 -86.1526 + 58 541.551 1373 5 0 20.682 94.8355 -56.25 + 58 1185.21 1374 5 0 20.6503 94.95 -56.1451 + 58 800.707 1375 5 0 20.5975 95.15 -55.9632 + 58 181.691 1001 5 1 20.2575 96.3758 -54.85 + 58 2728.43 1000 5 1 20.25 96.4027 -54.8256 + 58 3482.76 1219 4 0 29.201 63.9265 -85.85 + 58 745.142 1233 4 0 28.7472 66.7245 -85.85 + 58 1090.17 1234 4 0 28.7252 66.85 -85.9002 + 58 1095.23 1235 4 0 28.6885 67.05 -85.9808 + 58 1145.19 1236 4 0 28.6525 67.25 -86.0581 + 58 1264.49 1237 4 0 28.6211 67.45 -86.1357 + 58 467.912 1238 4 0 28.5909 67.65 -86.2158 + 58 540.802 1207 4 0 30.0924 61.5806 -85.85 + 58 879.954 1206 4 0 30.1412 61.45 -85.9192 + 58 949.366 1205 4 0 30.2157 61.25 -86.0244 + 58 858.254 1204 4 0 30.2898 61.05 -86.1287 + 58 114.568 1203 4 0 30.3649 60.85 -86.2353 + 58 1790.41 1147 3 1 49.5478 9.59272 -114.45 + 58 1875.93 1148 3 1 49.65 9.28832 -114.648 + 58 383.931 937 3 0 50.2364 7.50517 -115.85 + 58 1279.23 936 3 0 50.2546 7.45 -115.887 + 58 1383.03 935 3 0 50.3206 7.25 -116.023 + 58 993.584 934 3 0 50.3873 7.05 -116.157 + 58 6816.36 1223 2 1 64.719 -34.7087 -144.45 + 58 1734.7 1224 2 1 64.85 -35.1374 -144.788 + 58 354.921 718 2 0 65.1527 -36.4353 -145.85 + 58 6142.94 717 2 0 65.1561 -36.45 -145.862 + 58 1681.75 1465 5 0 17.7907 113.153 -56.25 + 58 1897.95 1466 5 0 17.7441 113.35 -56.1372 + 58 2034.47 1467 5 0 17.697 113.55 -56.0203 + 58 1356.67 1468 5 0 17.6442 113.75 -55.9059 + 58 5985.01 984 5 1 17.0188 115.732 -54.85 + 58 113.234 1072 3 1 34.581 43.3858 -114.45 + 58 13.3033 1073 3 1 34.65 43.136 -114.817 + 58 92.6216 1111 3 0 34.8431 42.429 -115.85 + 58 47.1075 1110 3 0 34.892 42.25 -116.112 + 58 120.325 1100 2 1 40.1807 22.9234 -144.45 + 58 13.3978 1101 2 1 40.25 22.6834 -144.798 + 58 155.865 1009 2 0 40.4566 21.9588 -145.85 + 58 78.8957 1008 2 0 40.4876 21.85 -146.008 + 58 45.4932 1129 1 1 46.021 2.25668 -174.45 + 58 76.2647 1130 1 1 46.05 2.15712 -174.596 + 58 23.4021 906 1 0 46.3008 1.30035 -175.85 + 58 189.953 905 1 0 46.3156 1.25 -175.924 + 58 4.81315 904 1 0 46.3741 1.05 -176.216 + 58 123.618 1160 0 1 52.0621 -18.2306 -204.45 + 58 19.3203 804 0 0 52.3518 -19.1966 -205.85 + 58 130.664 803 0 0 52.3677 -19.25 -205.927 + 58 13.753 802 0 0 52.4278 -19.45 -206.217 + 58 96.2188 1076 3 1 35.2897 68.3119 -114.45 + 58 120.3 1242 3 0 35.5752 68.5273 -115.85 + 58 21.7208 1106 2 1 41.4353 72.9083 -144.45 + 58 115.712 1107 2 1 41.45 72.9186 -144.52 + 58 142.785 1265 2 0 41.7307 73.1144 -145.85 + 58 94.3261 1138 1 1 47.7771 77.3297 -174.45 + 58 67.2841 1139 1 1 47.85 77.3813 -174.797 + 58 124.213 1287 1 0 48.0719 77.5382 -175.85 + 58 123.288 1170 0 1 54.101 81.7939 -204.45 + 58 94.2939 1309 0 0 54.4024 82.0017 -205.85 + 58 17.8376 1310 0 0 54.4729 82.05 -206.176 + 58 101.015 1067 3 1 33.6191 72.2329 -114.45 + 58 400.556 1068 3 1 33.65 72.2967 -114.673 + 58 31.8135 1262 3 0 33.8143 72.6324 -115.85 + 58 165.586 1263 3 0 33.8229 72.65 -115.912 + 58 194.718 1088 2 1 37.7927 80.806 -144.45 + 58 93.2692 1305 2 0 37.9636 81.1957 -145.85 + 58 110.925 1306 2 0 37.9875 81.25 -146.046 + 58 193.474 1107 1 1 41.4531 89.1086 -174.45 + 58 282.677 1347 1 0 41.6214 89.4828 -175.85 + 58 189.471 1124 0 1 45.0026 97.1925 -204.45 + 58 213.291 1387 0 0 45.1671 97.5722 -205.85 + 58 13.4483 1230 4 0 29.4482 66.2135 -85.85 + 58 64.7731 1231 4 0 29.4509 66.25 -85.8676 + 58 102.502 1232 4 0 29.4655 66.45 -85.9642 + 58 4.56846 1543 3 0 33.93 128.933 -115.85 + 58 65.252 1544 3 0 33.9312 128.95 -115.858 + 58 49.0879 1545 3 0 33.9445 129.15 -115.952 + 58 63.5091 1546 3 0 33.9582 129.35 -116.046 + 58 64.5419 1547 3 0 33.9719 129.55 -116.14 + 58 9.3859 1548 3 0 33.9856 129.75 -116.234 + 58 143.077 1003 3 1 20.7647 70.9341 -114.45 + 58 2.17175 1002 3 1 20.65 71.0295 -114.84 + 58 112.675 1256 3 0 20.3526 71.2762 -115.85 + 58 110.216 959 2 1 11.981 78.2529 -144.45 + 58 78.4709 1292 2 0 11.5736 78.5888 -145.85 + 58 39.5942 1293 2 0 11.4993 78.65 -146.105 + 58 5.63094 916 1 1 3.25728 85.4974 -174.45 + 58 203.625 915 1 1 3.25 85.5034 -174.474 + 58 16.2101 1328 1 0 2.84006 85.8388 -175.85 + 58 86.3808 1329 1 0 2.82634 85.85 -175.896 + 58 236.797 871 0 1 -5.66894 92.8218 -204.45 + 58 260.461 1365 0 0 -6.07895 93.1589 -205.85 +Number of digits in this event = 152 +Using G4ParticleGun ... +3.3395 LIN proton Event: 59 -Number of tracker hits in this event = 225 - 59 9.77392 1553 9 0 36.3619 130.809 63.7708 - 59 245.668 1081 8 1 36.3633 130.81 35.55 - 59 115.529 1553 8 0 36.3633 130.809 34.15 - 59 103.967 1081 7 1 36.3621 130.802 5.55 - 59 100.597 1553 7 0 36.3616 130.802 4.15 - 59 115.141 1081 6 1 36.3517 130.789 -24.45 - 59 109.771 1553 6 0 36.3517 130.789 -25.85 - 59 103.563 1081 5 1 36.3513 130.776 -54.45 - 59 157.197 1553 5 0 36.3523 130.776 -55.85 - 59 99.3114 1081 4 1 36.3734 130.777 -84.45 - 59 109.493 1553 4 0 36.3747 130.777 -85.85 - 59 107.97 1081 3 1 36.399 130.776 -114.45 - 59 130.359 1553 3 0 36.3993 130.775 -115.85 - 59 116.82 1081 2 1 36.4023 130.757 -144.45 - 59 188.793 1553 2 0 36.4009 130.756 -145.85 - 59 54.1026 1615 1 0 73.0247 143.277 -176.049 - 59 1944.75 1607 2 0 34.5899 141.716 -146.25 - 59 888.153 1227 2 0 51.0599 65.5667 -146.25 - 59 1415.02 1226 2 0 51.0862 65.45 -146.2 - 59 1668.8 1225 2 0 51.127 65.25 -146.116 - 59 2131.88 1224 2 0 51.1905 65.05 -146.029 - 59 2694.2 1223 2 0 51.2583 64.85 -145.937 - 59 103.253 1222 2 0 51.3316 64.65 -145.853 - 59 4696.1 1161 2 1 52.2987 62.1129 -144.85 - 59 5797.82 1081 1 1 36.3586 130.8 -174.45 - 59 4821.12 1555 1 0 36.237 131.283 -175.85 - 59 2357 1556 1 0 36.2209 131.35 -176.046 - 59 3232.33 1082 1 1 36.45 130.862 -174.708 - 59 2008.81 1104 0 1 40.9773 139.219 -204.45 - 59 2471.45 1597 0 0 40.9815 139.55 -205.85 - 59 7424 1534 2 0 -27.276 127.086 -146.25 - 59 554.992 747 2 1 -30.6002 127.032 -144.85 - 59 2797.49 746 2 1 -30.65 127.031 -144.829 - 59 4279.87 745 2 1 -30.85 127.032 -144.727 - 59 1796.73 1396 2 0 50.4665 99.5327 -146.25 - 59 2131.4 1395 2 0 50.549 99.35 -146.086 - 59 818.985 1394 2 0 50.6353 99.15 -145.903 - 59 6041.66 1155 2 1 51.1284 98.0129 -144.85 - 59 2428.35 1156 2 1 51.25 97.7511 -144.599 - 59 2203.72 1079 1 1 35.8701 129.481 -174.45 - 59 2731.59 1078 1 1 35.85 129.419 -174.462 - 59 3303.13 1077 1 1 35.65 128.809 -174.575 - 59 3544.34 1076 1 1 35.45 128.171 -174.687 - 59 2187.63 1075 1 1 35.25 127.485 -174.795 - 59 301.158 1495 1 0 32.8278 119.226 -175.85 - 59 953.198 1494 1 0 32.8053 119.15 -175.86 - 59 912.406 1493 1 0 32.7456 118.95 -175.884 - 59 1064.37 1492 1 0 32.6832 118.75 -175.907 - 59 1139.93 1491 1 0 32.6171 118.55 -175.933 - 59 1177.99 1490 1 0 32.5488 118.35 -175.965 - 59 1242.83 1489 1 0 32.4783 118.15 -175.998 - 59 1146.34 1488 1 0 32.4075 117.95 -176.034 - 59 1357.35 1487 1 0 32.3376 117.75 -176.07 - 59 1625.53 1486 1 0 32.2665 117.55 -176.105 - 59 1799.2 1485 1 0 32.1894 117.35 -176.141 - 59 2053.52 1484 1 0 32.1104 117.15 -176.182 - 59 2644.75 1483 1 0 32.0271 116.95 -176.218 - 59 1666 1482 1 0 31.958 116.75 -176.241 - 59 2905.37 1080 1 1 36.1999 130.804 -174.45 - 59 471.337 977 0 1 15.5191 139.96 -204.45 - 59 1034.09 976 0 1 15.45 139.99 -204.571 - 59 786.196 1600 0 0 14.7287 140.311 -205.85 - 59 1036.16 1601 0 0 14.6435 140.35 -206.001 - 59 1083.95 1578 2 0 12.9158 135.88 -146.25 - 59 38.3325 1579 2 0 12.5968 135.95 -145.87 - 59 274.342 958 2 1 11.7358 136.149 -144.85 - 59 663.85 957 2 1 11.65 136.169 -144.748 - 59 127.692 956 2 1 11.45 136.216 -144.513 - 59 1123.27 1613 3 0 -13.6245 142.776 -116.25 - 59 530.684 825 3 1 -14.8738 143.098 -114.85 - 59 776.431 824 3 1 -15.05 143.143 -114.653 - 59 1338.05 1639 4 0 -44.7445 148.053 -86.25 - 59 177.754 669 4 1 -46.2126 148.311 -84.85 - 59 698.433 668 4 1 -46.25 148.318 -84.8143 - 59 639.385 667 4 1 -46.45 148.354 -84.6233 - 59 1540.9 1677 5 0 -70.0497 155.566 -56.25 - 59 239.799 544 5 1 -71.1939 155.926 -54.85 - 59 819.571 543 5 1 -71.25 155.944 -54.781 - 59 344.626 542 5 1 -71.45 156.005 -54.5382 - 59 1807.09 1703 6 0 -96.2806 160.858 -26.25 - 59 254.861 413 6 1 -97.4983 161.109 -24.85 - 59 1234.68 412 6 1 -97.55 161.12 -24.7904 - 59 544.136 411 6 1 -97.75 161.163 -24.5582 - 59 2445.4 1746 7 0 -114.95 169.432 3.75 - 59 1347.37 321 7 1 -115.827 169.804 5.15 - 59 1287.87 320 7 1 -115.95 169.853 5.34373 - 59 592.912 1523 2 0 9.62227 124.782 -146.25 - 59 1208.11 1522 2 0 9.47924 124.75 -146.101 - 59 233.526 941 2 1 8.29693 124.467 -144.85 - 59 918.238 940 2 1 8.25 124.455 -144.8 - 59 769.428 939 2 1 8.05 124.406 -144.591 - 59 2312.59 1486 3 0 -19.6892 117.493 -116.25 - 59 436.905 795 3 1 -20.9946 117.149 -114.85 - 59 1529.23 794 3 1 -21.05 117.134 -114.789 - 59 850.332 793 3 1 -21.25 117.08 -114.569 - 59 2927.34 1501 4 0 -50.0917 120.389 -86.25 - 59 1926.72 1548 1 0 35.4018 129.928 -175.85 - 59 338.005 1547 1 0 35.1884 129.75 -176.199 - 59 2287.99 985 0 1 17.1416 114.142 -204.45 - 59 2880.95 984 0 1 17.05 114.021 -204.646 - 59 1066.63 1465 0 0 16.4907 113.191 -205.85 - 59 3902.8 1464 0 0 16.4637 113.15 -205.908 - 59 1980.74 1561 1 0 36.8439 132.462 -175.85 - 59 1567.26 1562 1 0 36.8659 132.55 -175.933 - 59 757.515 1563 1 0 36.9175 132.75 -176.123 - 59 2695.32 1123 0 1 44.724 163.742 -204.45 - 59 881.455 1727 0 0 45.2227 165.579 -205.85 - 59 1064.27 1728 0 0 45.271 165.75 -205.979 - 59 1004.98 1729 0 0 45.3303 165.95 -206.134 - 59 1641.09 1541 2 0 42.7938 128.438 -146.25 - 59 1544.13 1115 2 1 43.1211 128.317 -144.85 - 59 2246.12 1536 3 0 49.4577 127.542 -116.25 - 59 2299.25 1148 3 1 49.7633 127.507 -114.85 - 59 5.32858 1149 3 1 49.85 127.497 -114.451 - 59 1923.6 1487 4 0 63.7795 117.651 -86.25 - 59 684.751 1560 1 0 33.3349 132.285 -175.85 - 59 159.109 812 0 1 -17.6093 159.808 -204.45 - 59 815.608 811 0 1 -17.65 159.831 -204.467 - 59 1014.47 810 0 1 -17.85 159.949 -204.551 - 59 903.01 809 0 1 -18.05 160.069 -204.635 - 59 925.632 808 0 1 -18.25 160.188 -204.727 - 59 502.763 807 0 1 -18.45 160.305 -204.817 - 59 787.634 1707 0 0 -20.65 161.658 -205.85 - 59 1808 1708 0 0 -20.7998 161.75 -205.92 - 59 1765.83 1709 0 0 -21.1336 161.95 -206.076 - 59 396.284 1710 0 0 -21.4605 162.15 -206.219 - 59 24.7929 645 1 0 107.21 -50.9822 -176.222 - 59 454.274 1544 1 0 33.7501 129.134 -175.85 - 59 437.498 1543 1 0 33.4492 128.95 -176.037 - 59 12.094 1542 1 0 33.1253 128.75 -176.238 - 59 105.531 837 0 1 -12.5297 100.537 -204.45 - 59 202.506 836 0 1 -12.65 100.467 -204.52 - 59 165.693 835 0 1 -12.85 100.351 -204.637 - 59 136.545 834 0 1 -13.05 100.235 -204.755 - 59 12.4636 1395 0 0 -14.9198 99.1602 -205.85 - 59 594.408 1394 0 0 -14.9374 99.15 -205.86 - 59 272.774 1393 0 0 -15.2855 98.95 -206.064 - 59 374.226 1674 2 0 45.0923 155.013 -146.25 - 59 665.894 1675 2 0 45.1416 155.15 -146.092 - 59 111.554 1676 2 0 45.2143 155.35 -145.863 - 59 1084.75 1127 2 1 45.5339 156.228 -144.85 - 59 69.2597 1128 2 1 45.65 156.55 -144.479 - 59 26.5474 1137 0 1 47.6288 139.708 -204.45 - 59 166.454 1138 0 1 47.65 139.725 -204.507 - 59 36.6706 1599 0 0 48.1504 140.136 -205.85 - 59 716.311 1498 2 0 147.964 119.904 -146.25 - 59 61.1786 1497 2 0 149.557 119.75 -145.885 - 59 28.4035 1681 2 1 156.409 118.41 -144.85 - 59 73.3505 1682 2 1 156.55 118.383 -144.827 - 59 81.4811 1683 2 1 156.75 118.345 -144.792 - 59 67.8803 1684 2 1 156.95 118.306 -144.754 - 59 69.8356 1685 2 1 157.151 118.266 -144.711 - 59 131.663 1686 2 1 157.35 118.228 -144.663 - 59 71.9124 1687 2 1 157.55 118.19 -144.619 - 59 78.2915 1688 2 1 157.75 118.154 -144.574 - 59 148.042 1689 2 1 157.95 118.12 -144.529 - 59 39.2808 1690 2 1 158.15 118.089 -144.486 - 59 16.7283 739 1 0 111.283 -32.0983 -176.25 - 59 80.1192 740 1 0 111.276 -32.05 -176.194 - 59 38.927 741 1 0 111.277 -31.8498 -175.966 - 59 260.947 1454 1 1 111.13 -30.8973 -174.85 - 59 255.17 1455 1 1 111.15 -30.5345 -174.534 - 59 327.628 747 1 0 111.361 -30.614 -175.851 - 59 249.769 751 1 0 113.019 -29.8309 -175.85 - 59 105.58 1086 3 0 156.418 37.25 -116.248 - 59 623.172 1554 1 0 36.819 131.017 -175.85 - 59 591.48 1122 0 1 44.5473 135.904 -204.45 - 59 643.625 1579 0 0 44.9146 136.111 -205.85 - 59 228.173 1580 0 0 44.9852 136.15 -206.115 - 59 638.514 1550 1 0 36.0146 130.296 -175.85 - 59 54.6344 1048 0 1 29.6656 122.615 -204.45 - 59 325.011 1047 0 1 29.65 122.596 -204.52 - 59 344.809 1510 0 0 29.3538 122.251 -205.85 - 59 8.5948 1509 0 0 29.2669 122.15 -206.241 - 59 1225.52 1551 1 0 36.0843 130.42 -175.85 - 59 639.721 1054 0 1 30.8649 125.002 -204.45 - 59 1000.4 1053 0 1 30.85 124.956 -204.599 - 59 285.246 1522 0 0 30.7325 124.572 -205.85 - 59 1359.62 1521 0 0 30.7259 124.55 -205.922 - 59 12.2479 1545 1 0 35.7421 129.179 -175.85 - 59 86.0492 1022 0 1 24.5461 101.726 -204.45 - 59 60.2719 1021 0 1 24.45 101.5 -204.686 - 59 117.225 1401 0 0 23.974 100.383 -205.85 - 59 241.633 1400 0 0 23.9597 100.35 -205.885 - 59 49.1181 1399 0 0 23.874 100.15 -206.093 - 59 20.7283 1150 0 1 50.2192 110.21 -204.45 - 59 197.25 1151 0 1 50.25 110.168 -204.516 - 59 68.062 1445 0 0 50.882 109.272 -205.85 - 59 236.361 1444 0 0 50.9682 109.15 -206.03 - 59 7.28344 1577 0 0 128.029 135.55 -205.894 - 59 138.607 923 1 0 36.0227 4.85 -176.172 - 59 79.4205 1152 0 1 50.45 110.157 -204.632 - 59 31.1464 1153 0 1 50.65 110.104 -204.796 - 59 472.306 1448 0 0 51.9423 109.824 -205.85 - 59 41.6541 1314 0 0 168.346 82.8892 -206.25 - 59 374.855 1313 0 0 168.465 82.85 -206.224 - 59 200.261 1312 0 0 169.483 82.65 -206.128 - 59 379.952 1311 0 0 170.126 82.4499 -205.999 - 59 158.031 1031 0 0 84.8981 26.4467 -206.25 - 59 202.876 1030 0 0 84.7791 26.25 -206.088 - 59 426.281 1083 1 1 36.6726 130.974 -174.45 - 59 195.4 1084 1 1 36.85 131.101 -174.587 - 59 109.183 1085 1 1 37.05 131.244 -174.743 - 59 85.7719 1275 0 1 75.1558 159.87 -204.45 - 59 217.794 1276 0 1 75.25 159.94 -204.53 - 59 152.229 1277 0 1 75.45 160.089 -204.701 - 59 86.1302 1704 0 0 76.8254 161.077 -205.85 - 59 307.981 1705 0 0 76.9278 161.15 -205.935 - 59 93.6255 1706 0 0 77.2112 161.35 -206.167 - 59 67.7178 1173 0 1 54.7399 157.587 -204.45 - 59 86.1928 1174 0 1 54.85 157.757 -204.64 - 59 61.1772 1693 0 0 55.5563 158.824 -205.85 - 59 107.247 1694 0 0 55.6394 158.95 -205.992 - 59 2.36261 1695 0 0 55.7684 159.15 -206.238 - 59 108.119 1564 1 0 37.7983 132.95 -176.022 - 59 39.929 1565 1 0 37.9255 133.15 -176.184 - 59 31.4599 1195 0 1 59.2148 166.984 -204.45 - 59 187.184 1196 0 1 59.25 167.045 -204.501 - 59 44.9917 1197 0 1 59.45 167.389 -204.79 - 59 67.3578 1742 0 0 60.1808 168.636 -205.85 - 59 98.0441 1743 0 0 60.2479 168.75 -205.947 - 59 122.63 1744 0 0 60.3639 168.95 -206.116 - 59 109.692 437 2 1 -92.55 99.559 -144.782 - 59 36.245 438 2 1 -92.5499 99.5359 -144.735 - 59 8.9651 1380 8 0 66.6604 96.15 34.0051 -Number of digits in this event = 162 -Using G4ParticleGun ... -7.56648 LIN +Number of tracker hits in this event = 25 + 59 255.789 1169 10 1 53.8915 -66.3441 95.55 + 59 183.693 568 10 0 53.8934 -66.3427 94.15 + 59 144.683 1169 9 1 53.9309 -66.315 65.55 + 59 119.834 568 9 0 53.9335 -66.3133 64.15 + 59 106.474 1169 8 1 53.9891 -66.2777 35.55 + 59 111.888 568 8 0 53.9901 -66.2778 34.15 + 59 116.489 1169 7 1 54.0009 -66.2891 5.55 + 59 145.416 568 7 0 54.001 -66.2898 4.15 + 59 119.498 1169 6 1 53.9988 -66.3092 -24.45 + 59 132.285 568 6 0 53.999 -66.3108 -25.85 + 59 106.476 1169 5 1 53.992 -66.3533 -54.45 + 59 138.592 568 5 0 53.9904 -66.3552 -55.85 + 59 110.588 1169 4 1 53.9551 -66.3976 -84.45 + 59 104.884 568 4 0 53.9516 -66.4005 -85.85 + 59 116.887 1169 3 1 53.8793 -66.4649 -114.45 + 59 95.5535 567 3 0 53.876 -66.468 -115.85 + 59 109.161 1168 2 1 53.8129 -66.5335 -144.45 + 59 98.5669 567 2 0 53.8092 -66.5338 -145.85 + 59 129.508 1168 1 1 53.7292 -66.538 -174.45 + 59 120.913 567 1 0 53.7252 -66.5371 -175.85 + 59 134.569 1168 0 1 53.6533 -66.5207 -204.45 + 59 118.882 567 0 0 53.6508 -66.5192 -205.85 + 59 6.27848 1168 10 1 53.85 -66.3071 95.1559 + 59 15.4522 570 10 0 52.741 -65.9872 94.1499 + 59 124.208 1160 10 1 52.2389 -64.9216 95.15 +Number of digits in this event = 11 +Using G4ParticleGun ... +4.92814 LIN proton Event: 60 -Number of tracker hits in this event = 20 - 60 171.018 1506 9 1 121.445 46.128 65.55 - 60 95.2193 1130 9 0 121.444 46.1278 64.15 - 60 101.23 1506 8 1 121.431 46.1224 35.55 - 60 123.997 1130 8 0 121.43 46.123 34.15 - 60 183.964 1506 7 1 121.403 46.1326 5.55 - 60 133.266 1130 7 0 121.402 46.1324 4.15 - 60 114.247 1506 6 1 121.363 46.1279 -24.45 - 60 101.098 1130 6 0 121.362 46.129 -25.85 - 60 116.679 1506 5 1 121.36 46.1535 -54.45 - 60 119.853 1130 5 0 121.36 46.1547 -55.85 - 60 370.549 1506 4 1 121.357 46.1771 -84.45 - 60 103.54 1130 4 0 121.357 46.178 -85.85 - 60 122.349 1505 3 1 121.345 46.1922 -114.45 - 60 103.493 1130 3 0 121.344 46.1942 -115.85 - 60 116.039 1505 2 1 121.313 46.2338 -144.45 - 60 108.147 1130 2 0 121.311 46.2365 -145.85 - 60 119.305 1505 1 1 121.27 46.2942 -174.45 - 60 134.119 1131 1 0 121.267 46.2967 -175.85 - 60 97.7895 1505 0 1 121.213 46.3442 -204.45 - 60 115.05 1131 0 0 121.209 46.3437 -205.85 -Number of digits in this event = 8 +Number of tracker hits in this event = 26 + 60 257.165 981 11 1 16.2566 -72.671 125.55 + 60 109.626 536 11 0 16.2583 -72.67 124.15 + 60 108.106 981 10 1 16.2861 -72.6476 95.55 + 60 153.06 537 10 0 16.2884 -72.6462 94.15 + 60 123.972 981 9 1 16.3343 -72.617 65.55 + 60 130.977 537 9 0 16.3362 -72.6158 64.15 + 60 166.569 981 8 1 16.3739 -72.5792 35.55 + 60 131.381 537 8 0 16.3758 -72.5775 34.15 + 60 110.439 981 7 1 16.4208 -72.5467 5.55 + 60 257.88 537 7 0 16.4217 -72.5441 4.15 + 60 186.59 981 6 1 16.447 -72.4939 -24.45 + 60 133.522 537 6 0 16.4478 -72.4915 -25.85 + 60 220.269 982 5 1 16.4657 -72.4409 -54.45 + 60 98.2049 538 5 0 16.4663 -72.4392 -55.85 + 60 125.449 982 4 1 16.4806 -72.4041 -84.45 + 60 109.934 538 4 0 16.4804 -72.4024 -85.85 + 60 102.438 982 3 1 16.4735 -72.3613 -114.45 + 60 128.195 538 3 0 16.4741 -72.3581 -115.85 + 60 109.507 982 2 1 16.4845 -72.2964 -144.45 + 60 316.106 538 2 0 16.4858 -72.2911 -145.85 + 60 102.018 982 1 1 16.5081 -72.18 -174.45 + 60 110.923 539 1 0 16.5094 -72.1738 -175.85 + 60 103.655 982 0 1 16.5327 -72.053 -204.45 + 60 117.087 540 0 0 16.5337 -72.0476 -205.85 + 60 85.8194 539 2 0 16.436 -72.2497 -146.177 + 60 244.371 536 9 0 16.3533 -72.65 63.8703 +Number of digits in this event = 15 Using G4ParticleGun ... -1.90588 LIN +3.07715 LIN proton Event: 61 -Number of tracker hits in this event = 22 - 61 122.574 635 10 1 -52.9228 -99.9979 95.55 - 61 142.033 400 10 0 -52.9241 -99.995 94.15 - 61 120.367 635 9 1 -52.9541 -99.9366 65.55 - 61 166.704 401 9 0 -52.9587 -99.9366 64.15 - 61 115.785 634 8 1 -53.0553 -99.9395 35.55 - 61 102.994 401 8 0 -53.0554 -99.9363 34.15 - 61 114.74 634 7 1 -53.0616 -99.8763 5.55 - 61 105.454 401 7 0 -53.0613 -99.8702 4.15 - 61 115.578 634 6 1 -53.053 -99.7521 -24.45 - 61 106.047 402 6 0 -53.0554 -99.7458 -25.85 - 61 105.379 634 5 1 -53.0934 -99.607 -54.45 - 61 101.825 402 5 0 -53.0921 -99.6027 -55.85 - 61 168.837 634 4 1 -53.0715 -99.5133 -84.45 - 61 255.005 403 4 0 -53.0681 -99.5081 -85.85 - 61 261.856 635 3 1 -53.0045 -99.4027 -114.45 - 61 169.894 403 3 0 -52.9937 -99.3989 -115.85 - 61 141.604 636 2 1 -52.7734 -99.3246 -144.45 - 61 277.553 404 2 0 -52.7625 -99.3223 -145.85 - 61 136.618 637 1 1 -52.5571 -99.2706 -174.45 - 61 108.497 404 1 0 -52.5504 -99.2645 -175.85 - 61 95.0703 638 0 1 -52.4102 -99.1273 -204.45 - 61 207.366 405 0 0 -52.4083 -99.1204 -205.85 -Number of digits in this event = 13 +Number of tracker hits in this event = 20 + 61 73.1187 1567 9 1 133.653 18.728 65.4687 + 61 106.886 993 9 0 133.653 18.7279 64.15 + 61 140.69 1567 8 1 133.652 18.7318 35.55 + 61 132.654 993 8 0 133.652 18.731 34.15 + 61 105.339 1567 7 1 133.65 18.7056 5.55 + 61 125.977 993 7 0 133.648 18.7043 4.15 + 61 126.688 1567 6 1 133.605 18.6732 -24.45 + 61 113.946 993 6 0 133.603 18.6723 -25.85 + 61 104.071 1567 5 1 133.564 18.6607 -54.45 + 61 133.883 993 5 0 133.561 18.6582 -55.85 + 61 91.5197 1566 4 1 133.519 18.6133 -84.45 + 61 117.853 992 4 0 133.519 18.6099 -85.85 + 61 140.656 1566 3 1 133.537 18.5409 -114.45 + 61 143.386 992 3 0 133.538 18.5352 -115.85 + 61 178.975 1567 2 1 133.551 18.4163 -144.45 + 61 114.404 991 2 0 133.552 18.4108 -145.85 + 61 105.782 1567 1 1 133.569 18.2952 -174.45 + 61 154.706 991 1 0 133.57 18.2884 -175.85 + 61 90.0897 1567 0 1 133.578 18.1467 -204.45 + 61 191.54 990 0 0 133.58 18.1379 -205.85 +Number of digits in this event = 11 Using G4ParticleGun ... -6.11889 LIN +9.79735 LIN proton Event: 62 -Number of tracker hits in this event = 24 - 62 116.161 1179 11 1 55.958 14.0361 125.55 - 62 117.173 969 11 0 55.9595 14.0352 124.15 - 62 128.454 1179 10 1 55.9913 14.0214 95.55 - 62 109.803 969 10 0 55.9925 14.0209 94.15 - 62 86.6413 1179 9 1 56.0193 14.0097 65.55 - 62 134.673 969 9 0 56.0196 14.0086 64.15 - 62 98.8731 1179 8 1 56.0272 13.9846 35.55 - 62 116.63 969 8 0 56.0282 13.9831 34.15 - 62 91.1012 1179 7 1 56.0487 13.9513 5.55 - 62 127.209 969 7 0 56.0506 13.9502 4.15 - 62 205.578 1180 6 1 56.0929 13.9252 -24.45 - 62 119.98 969 6 0 56.094 13.923 -25.85 - 62 99.9959 1180 5 1 56.1145 13.8756 -54.45 - 62 220.754 969 5 0 56.116 13.8732 -55.85 - 62 153.951 1180 4 1 56.1512 13.8184 -84.45 - 62 121.548 968 4 0 56.1541 13.8151 -85.85 - 62 111.87 1180 3 1 56.2123 13.7422 -114.45 - 62 155.182 968 3 0 56.2143 13.7397 -115.85 - 62 222.913 1181 2 1 56.2559 13.6862 -144.45 - 62 137.65 968 2 0 56.2598 13.6848 -145.85 - 62 95.3018 1181 1 1 56.338 13.6533 -174.45 - 62 111.926 968 1 0 56.3414 13.651 -175.85 - 62 124.551 1181 0 1 56.4113 13.6017 -204.45 - 62 115.796 967 0 0 56.4148 13.5991 -205.85 -Number of digits in this event = 12 -Using G4ParticleGun ... -2.28276 LIN +Number of tracker hits in this event = 23 + 62 108.99 482 10 1 -83.4854 -57.2922 95.55 + 62 126.679 613 10 0 -83.485 -57.2924 94.15 + 62 100.399 482 9 1 -83.4771 -57.2937 65.55 + 62 100.477 613 9 0 -83.4765 -57.2945 64.15 + 62 183.988 482 8 1 -83.4649 -57.3103 35.55 + 62 137.763 613 8 0 -83.4636 -57.3101 34.15 + 62 166.095 483 7 1 -83.4346 -57.3035 5.55 + 62 108.22 613 7 0 -83.4335 -57.3032 4.15 + 62 183.197 483 6 1 -83.4078 -57.3001 -24.45 + 62 135.894 613 6 0 -83.4064 -57.2996 -25.85 + 62 136.527 483 5 1 -83.3784 -57.287 -54.45 + 62 115.844 613 5 0 -83.3767 -57.2859 -55.85 + 62 162.394 483 4 1 -83.3421 -57.2645 -84.45 + 62 245.388 613 4 0 -83.3406 -57.2642 -85.85 + 62 124.884 483 3 1 -83.3143 -57.2593 -114.45 + 62 112.626 613 3 0 -83.3132 -57.2582 -115.85 + 62 144.507 483 2 1 -83.2906 -57.2369 -144.45 + 62 109.112 614 2 0 -83.29 -57.2354 -145.85 + 62 188.525 483 1 1 -83.2812 -57.2032 -174.45 + 62 114.548 614 1 0 -83.2807 -57.2018 -175.85 + 62 143.079 483 0 1 -83.2702 -57.1711 -204.45 + 62 116.312 614 0 0 -83.2696 -57.1694 -205.85 + 62 146.23 482 7 1 -83.45 -57.2943 5.26176 +Number of digits in this event = 15 +Using G4ParticleGun ... +3.98254 LIN proton Event: 63 -Number of tracker hits in this event = 22 - 63 167.974 1520 9 1 124.268 -19.8922 65.55 - 63 270.897 800 9 0 124.271 -19.8943 64.15 - 63 130.051 1520 8 1 124.314 -19.9427 35.55 - 63 162.504 800 8 0 124.314 -19.9445 34.15 - 63 129.843 1520 7 1 124.311 -19.9947 5.55 - 63 113.872 800 7 0 124.311 -20.0007 4.15 - 63 112.811 1520 6 1 124.292 -20.1286 -24.45 - 63 139.317 799 6 0 124.293 -20.1369 -25.85 - 63 111.705 1520 5 1 124.313 -20.3221 -54.45 - 63 189.911 798 5 0 124.315 -20.3339 -55.85 - 63 112.909 1521 4 1 124.356 -20.5885 -84.45 - 63 93.0153 797 4 0 124.364 -20.5995 -85.85 - 63 138.056 1521 3 1 124.53 -20.8523 -114.45 - 63 110.349 795 3 0 124.536 -20.8631 -115.85 - 63 115.649 1522 2 1 124.646 -21.078 -144.45 - 63 103.728 794 2 0 124.655 -21.0881 -145.85 - 63 235.203 1523 1 1 124.848 -21.307 -174.45 - 63 151.86 793 1 0 124.856 -21.3188 -175.85 - 63 101.987 1524 0 1 125.037 -21.5659 -204.45 - 63 103.253 792 0 0 125.043 -21.5774 -205.85 - 63 158.887 1522 1 1 124.75 -21.3414 -174.632 - 63 200.414 1521 1 1 124.55 -21.4455 -174.693 +Number of tracker hits in this event = 29 + 63 109.195 703 11 1 -39.4132 0.834507 125.55 + 63 101.748 903 11 0 -39.4129 0.835248 124.15 + 63 108.043 703 10 1 -39.4015 0.85414 95.55 + 63 176.025 904 10 0 -39.4002 0.856999 94.15 + 63 126.564 703 9 1 -39.3711 0.912603 65.55 + 63 119.432 904 9 0 -39.3711 0.914442 64.15 + 63 185.021 703 8 1 -39.3739 0.955484 35.55 + 63 110.227 904 8 0 -39.3739 0.956453 34.15 + 63 108.857 703 7 1 -39.3667 0.973961 5.55 + 63 153.419 904 7 0 -39.3669 0.975268 4.15 + 63 114.562 703 6 1 -39.3643 0.999983 -24.45 + 63 115.482 904 6 0 -39.3624 1.00225 -25.85 + 63 137.745 703 5 1 -39.3246 1.05112 -54.45 + 63 123.464 905 5 0 -39.3223 1.05468 -55.85 + 63 96.9469 703 4 1 -39.2769 1.127 -84.45 + 63 103.872 905 4 0 -39.2772 1.13004 -85.85 + 63 143.759 703 3 1 -39.2838 1.20204 -114.45 + 63 131.245 905 3 0 -39.2855 1.20489 -115.85 + 63 101.29 703 2 1 -39.3253 1.25797 -144.45 + 63 94.9664 906 2 0 -39.3267 1.2604 -145.85 + 63 146.889 703 1 1 -39.3541 1.30731 -174.45 + 63 86.4659 906 1 0 -39.3542 1.30998 -175.85 + 63 180.939 703 0 1 -39.3554 1.36381 -204.45 + 63 144.329 906 0 0 -39.3534 1.36613 -205.85 + 63 5.11633 912 8 0 -39.3641 2.63449 34.15 + 63 392.428 913 8 0 -39.3646 2.65 34.1432 + 63 23.2364 914 8 0 -39.2822 2.85 34.0149 + 63 51.5888 1336 8 0 -24.2171 87.4288 33.7501 + 63 44.3115 1337 8 0 -24.1916 87.45 33.7665 Number of digits in this event = 13 Using G4ParticleGun ... -8.59219 LIN +4.82696 LIN proton Event: 64 -Number of tracker hits in this event = 64 - 64 120.324 877 11 1 -4.51794 -66.5252 125.55 - 64 116.886 567 11 0 -4.5179 -66.5249 124.15 - 64 102.961 877 10 1 -4.51826 -66.5199 95.55 - 64 247.02 567 10 0 -4.5191 -66.5198 94.15 - 64 150.506 877 9 1 -4.53522 -66.513 65.55 - 64 123.899 567 9 0 -4.5366 -66.5126 64.15 - 64 107.297 877 8 1 -4.56195 -66.5027 35.55 - 64 126.291 567 8 0 -4.56318 -66.5022 34.15 - 64 113.61 877 7 1 -4.58805 -66.4915 5.55 - 64 136.171 567 7 0 -4.58904 -66.4911 4.15 - 64 158.755 877 6 1 -4.60891 -66.4824 -24.45 - 64 112.302 567 6 0 -4.60924 -66.4821 -25.85 - 64 114.161 877 5 1 -4.61413 -66.4751 -54.45 - 64 142.691 567 5 0 -4.61398 -66.475 -55.85 - 64 129.802 877 4 1 -4.60741 -66.4749 -84.45 - 64 203.872 567 4 0 -4.60755 -66.4739 -85.85 - 64 131.115 877 3 1 -4.61279 -66.4523 -114.45 - 64 228.206 567 3 0 -4.6125 -66.4509 -115.85 - 64 100.608 877 2 1 -4.60701 -66.4262 -144.45 - 64 120.247 568 2 0 -4.60607 -66.4257 -145.85 - 64 114.939 877 1 1 -4.58647 -66.414 -174.45 - 64 100.526 568 1 0 -4.585 -66.4126 -175.85 - 64 105.526 877 0 1 -4.54956 -66.3843 -204.45 - 64 130.008 568 0 0 -4.54808 -66.3836 -205.85 - 64 688.634 788 0 0 110.981 -22.3341 -206.25 - 64 1510.24 789 0 0 111.23 -22.25 -206.188 - 64 1571.15 790 0 0 111.824 -22.05 -206.041 - 64 310.632 791 0 0 112.415 -21.85 -205.876 - 64 386.47 1479 0 1 115.999 -20.5932 -204.85 - 64 524.853 1480 0 1 116.15 -20.5404 -204.807 - 64 604.471 1481 0 1 116.35 -20.4694 -204.752 - 64 612.562 1482 0 1 116.55 -20.4017 -204.694 - 64 709.466 1483 0 1 116.75 -20.3324 -204.637 - 64 687.263 1484 0 1 116.95 -20.2628 -204.582 - 64 658.656 1485 0 1 117.15 -20.1951 -204.527 - 64 222.103 1486 0 1 117.35 -20.1303 -204.471 - 64 2931.05 917 1 0 176.697 3.5139 -176.25 - 64 7288.51 918 1 0 177.057 3.65 -176.087 - 64 3268.25 1799 1 1 179.961 3.02149 -174.85 - 64 77.2439 315 0 1 -117.057 -136.027 -204.554 - 64 105.781 314 0 1 -117.15 -136.09 -204.528 - 64 137.499 313 0 1 -117.35 -136.228 -204.47 - 64 130.479 312 0 1 -117.727 -136.548 -204.45 - 64 83.0756 311 0 1 -117.75 -136.669 -204.672 - 64 345.232 214 0 0 -117.573 -137.335 -205.85 - 64 420.733 213 0 0 -117.568 -137.35 -205.875 - 64 7.47907 212 0 0 -117.553 -137.55 -206.216 - 64 1.71098 310 0 1 -118.142 -136.404 -204.45 - 64 70.8127 309 0 1 -118.15 -136.405 -204.452 - 64 52.667 308 0 1 -118.35 -136.437 -204.51 - 64 86.4322 307 0 1 -118.55 -136.455 -204.57 - 64 69.6346 306 0 1 -118.751 -136.473 -204.625 - 64 137.203 305 0 1 -118.95 -136.488 -204.678 - 64 72.8751 304 0 1 -119.15 -136.507 -204.731 - 64 52.8854 303 0 1 -119.351 -136.536 -204.788 - 64 14.2258 302 0 1 -119.55 -136.572 -204.841 - 64 581.185 1371 5 1 94.4184 -93.0261 -54.5875 - 64 6.01238 998 14 0 -161.806 19.65 213.8 - 64 201.932 396 3 1 -100.75 103.994 -114.693 - 64 96.6894 395 3 1 -100.95 104.185 -114.53 - 64 162.261 397 3 1 -100.75 104.486 -114.49 - 64 177.389 298 5 0 -144.571 -120.487 -56.25 - 64 88.5469 297 5 0 -144.735 -120.55 -55.8694 - 64 147.873 567 2 0 -4.60832 -66.4501 -145.923 -Number of digits in this event = 43 +Number of tracker hits in this event = 33 + 64 102.63 1094 10 1 38.8926 91.1102 95.55 + 64 98.8281 1354 10 0 38.8928 91.1109 94.15 + 64 101.833 1094 9 1 38.898 91.1237 65.55 + 64 112.531 1354 9 0 38.8994 91.1233 64.15 + 64 115.999 1094 8 1 38.9272 91.1158 35.55 + 64 191.987 1354 8 0 38.9281 91.115 34.15 + 64 113.306 1094 7 1 38.9424 91.0993 5.55 + 64 128.246 1354 7 0 38.943 91.0985 4.15 + 64 115.775 1094 6 1 38.9582 91.0796 -24.45 + 64 244.751 1354 6 0 38.9587 91.0776 -25.85 + 64 110.965 1094 5 1 38.9697 91.0396 -54.45 + 64 124.148 1354 5 0 38.97 91.0383 -55.85 + 64 123.529 1094 4 1 38.976 91.0096 -84.45 + 64 111.882 1354 4 0 38.9756 91.0072 -85.85 + 64 357.147 1094 3 1 38.9671 90.9586 -114.45 + 64 148.163 1354 3 0 38.9678 90.9548 -115.85 + 64 203.609 1094 2 1 38.9764 90.8767 -144.45 + 64 97.6565 1353 2 0 38.9752 90.8739 -145.85 + 64 103.839 1094 1 1 38.947 90.8157 -174.45 + 64 146.472 1353 1 0 38.9452 90.8125 -175.85 + 64 104.908 1094 0 1 38.9101 90.7478 -204.45 + 64 274.692 1352 0 0 38.9079 90.7436 -205.85 + 64 32.9678 1479 7 0 -123.386 115.996 4.03379 + 64 30.5352 1361 0 1 92.3809 -8.11225 -204.823 + 64 143.943 1450 1 1 110.229 61.0699 -174.586 + 64 82.6333 1019 0 1 23.9902 -63.1122 -204.71 + 64 245.192 1404 1 0 25.9992 101.047 -176.242 + 64 27.3132 1021 1 1 24.421 100.099 -174.74 + 64 19.8043 1516 4 1 123.359 80.8165 -84.5506 + 64 16.4348 1104 2 1 40.85 83.4713 -144.667 + 64 214.014 1098 2 1 39.7944 81.0022 -144.45 + 64 43.9466 1475 2 0 87.7135 115.292 -146.25 + 64 104.05 1476 2 0 87.777 115.35 -146.219 +Number of digits in this event = 17 Using G4ParticleGun ... -6.25698 LIN +3.87419 LIN proton Event: 65 -Number of tracker hits in this event = 34 - 65 170.713 640 10 1 -51.8698 94.2466 95.55 - 65 343.26 1370 10 0 -51.8709 94.2466 94.15 - 65 180.559 640 9 1 -51.8936 94.2467 65.55 - 65 104.8 1370 9 0 -51.8944 94.2465 64.15 - 65 204.83 640 8 1 -51.9064 94.2361 35.55 - 65 109.541 1370 8 0 -51.9067 94.2348 34.15 - 65 129.374 640 7 1 -51.9135 94.2035 5.55 - 65 104.824 1370 7 0 -51.9146 94.2019 4.15 - 65 113.125 640 6 1 -51.9416 94.1683 -24.45 - 65 241.09 1370 6 0 -51.9429 94.1645 -25.85 - 65 118.736 640 5 1 -51.9646 94.0853 -54.45 - 65 143.605 1369 5 0 -51.9655 94.0802 -55.85 - 65 97.6774 640 4 1 -51.981 93.9676 -84.45 - 65 139.03 1369 4 0 -51.9808 93.9619 -85.85 - 65 135.603 640 3 1 -51.9757 93.8404 -114.45 - 65 123.128 1368 3 0 -51.975 93.8347 -115.85 - 65 120.172 640 2 1 -51.9635 93.7169 -144.45 - 65 184.84 1367 2 0 -51.9621 93.7118 -145.85 - 65 161.336 640 1 1 -51.9342 93.6065 -174.45 - 65 140.871 1367 1 0 -51.932 93.6016 -175.85 - 65 116.793 640 0 1 -51.8891 93.5004 -204.45 - 65 97.3076 1366 0 0 -51.8868 93.4949 -205.85 - 65 30.5508 1366 3 0 -44.5164 93.5457 -116.25 - 65 113.531 1367 3 0 -44.4721 93.55 -116.149 - 65 88.3861 679 3 1 -44.2214 94.2325 -114.85 - 65 68.5978 680 3 1 -44.05 94.3931 -114.601 - 65 51.1326 681 3 1 -43.85 94.5167 -114.528 - 65 73.1278 682 3 1 -43.65 94.5168 -114.608 - 65 74.2435 683 3 1 -43.4498 94.4387 -114.608 - 65 68.9618 684 3 1 -43.25 94.4187 -114.588 - 65 190.715 685 3 1 -43.05 94.369 -114.485 - 65 324.853 686 3 1 -42.85 94.2823 -114.58 - 65 69.5529 687 3 1 -42.65 94.3783 -114.622 - 65 119.198 688 3 1 -42.45 94.4021 -114.602 -Number of digits in this event = 17 +Number of tracker hits in this event = 29 + 65 108.851 435 10 1 -93.0385 9.68779 95.55 + 65 122.888 948 10 0 -93.0401 9.68834 94.15 + 65 174.107 435 9 1 -93.0668 9.69862 65.55 + 65 110.833 948 9 0 -93.0667 9.70065 64.15 + 65 122.133 435 8 1 -93.0603 9.75214 35.55 + 65 100.975 948 8 0 -93.0605 9.75598 34.15 + 65 198.872 435 7 1 -93.0657 9.83569 5.55 + 65 131.995 948 7 0 -93.064 9.83907 4.15 + 65 98.0049 435 6 1 -93.0278 9.89994 -24.45 + 65 101.963 949 6 0 -93.0279 9.90425 -25.85 + 65 109.598 435 5 1 -93.0291 9.99262 -54.45 + 65 109.999 949 5 0 -93.0296 9.99581 -55.85 + 65 114.657 435 4 1 -93.0452 10.0642 -84.45 + 65 143.252 950 4 0 -93.0475 10.0667 -85.85 + 65 209.533 435 3 1 -93.1009 10.1177 -114.45 + 65 146.349 950 3 0 -93.103 10.1198 -115.85 + 65 207.893 435 2 1 -93.1407 10.1638 -144.45 + 65 137.945 950 2 0 -93.1401 10.1666 -145.85 + 65 139.838 435 1 1 -93.1304 10.2237 -174.45 + 65 144.33 950 1 0 -93.1311 10.2266 -175.85 + 65 139.301 435 0 1 -93.149 10.2912 -204.45 + 65 96.0523 951 0 0 -93.1478 10.2951 -205.85 + 65 22.6509 1485 5 0 -86.6511 117.187 -56.1188 + 65 106.797 442 0 1 -91.6356 35.0105 -204.85 + 65 36.7709 443 0 1 -91.55 34.9124 -204.744 + 65 50.7706 1374 12 1 94.9889 -115.447 155.445 + 65 12.5153 128 0 0 173.393 -154.522 -206.066 + 65 169.091 832 2 1 -13.65 17.5606 -144.761 + 65 197.026 434 9 1 -93.15 9.70183 65.4584 +Number of digits in this event = 19 Using G4ParticleGun ... -5.91792 LIN +4.57797 LIN proton Event: 66 -Number of tracker hits in this event = 30 - 66 145.175 655 10 1 -48.9231 90.665 95.55 - 66 112.685 1352 10 0 -48.9235 90.6659 94.15 - 66 126.458 655 9 1 -48.9343 90.6865 65.55 - 66 105.563 1352 9 0 -48.9334 90.6871 64.15 - 66 108.072 655 8 1 -48.9169 90.702 35.55 - 66 115.733 1352 8 0 -48.9156 90.703 34.15 - 66 141.696 655 7 1 -48.8885 90.7253 5.55 - 66 104.267 1352 7 0 -48.8865 90.7266 4.15 - 66 137.895 656 6 1 -48.8428 90.7493 -24.45 - 66 117.474 1353 6 0 -48.841 90.7501 -25.85 - 66 160.535 656 5 1 -48.8084 90.767 -54.45 - 66 196.359 1353 5 0 -48.8074 90.7683 -55.85 - 66 111.906 656 4 1 -48.7885 90.7977 -84.45 - 66 113.11 1353 4 0 -48.7882 90.7989 -85.85 - 66 136.468 656 3 1 -48.78 90.8213 -114.45 - 66 121.695 1353 3 0 -48.7788 90.8237 -115.85 - 66 111.952 656 2 1 -48.7524 90.8749 -144.45 - 66 116.655 1353 2 0 -48.7509 90.8786 -145.85 - 66 67.1676 720 2 1 -36.05 9.3799 -144.795 - 66 114.656 656 1 1 -48.7202 90.9463 -174.45 - 66 98.4482 1353 1 0 -48.7336 90.9143 -175.85 - 66 238.279 655 0 1 -49.0005 90.2629 -204.45 - 66 107.788 1350 0 0 -49.0149 90.2303 -205.85 - 66 148.533 1352 5 0 -48.786 90.75 -56.0136 - 66 85.1595 1349 7 0 -49.5557 90.05 4.06662 - 66 78.2165 1348 7 0 -49.607 89.85 3.95193 - 66 56.8273 1347 7 0 -49.6613 89.65 3.89834 - 66 235.439 1346 7 0 -49.7667 89.449 3.9153 - 66 308.657 1345 7 0 -49.7585 89.25 3.99459 - 66 542.279 1344 7 0 -49.6764 89.0498 3.9873 -Number of digits in this event = 16 +Number of tracker hits in this event = 24 + 66 125.309 804 11 1 -19.1893 -25.9481 125.55 + 66 122.912 770 11 0 -19.1881 -25.9486 124.15 + 66 104.985 804 10 1 -19.1628 -25.9539 95.55 + 66 120.162 770 10 0 -19.1608 -25.9532 94.15 + 66 181.074 804 9 1 -19.1243 -25.9423 65.55 + 66 147.414 770 9 0 -19.1236 -25.9424 64.15 + 66 123.558 804 8 1 -19.1102 -25.9508 35.55 + 66 94.8756 770 8 0 -19.109 -25.9518 34.15 + 66 93.1554 804 7 1 -19.0873 -25.9741 5.55 + 66 162.2 770 7 0 -19.0856 -25.9739 4.15 + 66 124.274 804 6 1 -19.0525 -25.969 -24.45 + 66 126.885 770 6 0 -19.0526 -25.9693 -25.85 + 66 196.803 804 5 1 -19.0616 -25.9781 -54.45 + 66 110.043 770 5 0 -19.0614 -25.9802 -55.85 + 66 102.901 804 4 1 -19.0529 -26.016 -84.45 + 66 110.304 770 4 0 -19.0532 -26.017 -85.85 + 66 137.795 804 3 1 -19.0563 -26.0312 -114.45 + 66 99.4055 770 3 0 -19.0559 -26.0312 -115.85 + 66 129.748 805 2 1 -19.0477 -26.0381 -144.45 + 66 124.793 770 2 0 -19.0457 -26.0406 -145.85 + 66 94.3026 805 1 1 -18.9842 -26.1003 -174.45 + 66 199.597 769 1 0 -18.9828 -26.1041 -175.85 + 66 97.2748 805 0 1 -18.959 -26.1792 -204.45 + 66 100.018 769 0 0 -18.9588 -26.1828 -205.85 +Number of digits in this event = 15 Using G4ParticleGun ... -9.69671 LIN +8.90136 LIN proton Event: 67 -Number of tracker hits in this event = 50 - 67 140.372 1539 8 1 128.056 -50.5193 35.55 - 67 110.194 647 8 0 128.055 -50.5183 34.15 - 67 168.635 1539 7 1 128.049 -50.5018 5.55 - 67 97.2584 647 7 0 128.048 -50.5006 4.15 - 67 126.37 1539 6 1 128.028 -50.4766 -24.45 - 67 199.393 647 6 0 128.027 -50.475 -25.85 - 67 119.957 1539 5 1 128.015 -50.4383 -54.45 - 67 141.746 648 5 0 128.015 -50.4369 -55.85 - 67 119.136 1539 4 1 128.003 -50.4068 -84.45 - 67 135.974 648 4 0 128.002 -50.4057 -85.85 - 67 113.093 1539 3 1 127.969 -50.3838 -114.45 - 67 157.453 648 3 0 127.968 -50.3826 -115.85 - 67 99.1675 1538 2 1 127.943 -50.3601 -144.45 - 67 86.505 648 2 0 127.942 -50.3586 -145.85 - 67 105.886 1538 1 1 127.932 -50.328 -174.45 - 67 115.581 648 1 0 127.932 -50.3271 -175.85 - 67 112.569 1538 0 1 127.921 -50.3117 -204.45 - 67 106.447 648 0 0 127.921 -50.3109 -205.85 - 67 20.9586 594 1 0 175.126 -61.2158 -176.25 - 67 150.572 593 1 0 175.191 -61.25 -175.915 - 67 122.561 727 5 1 -34.45 -89.0368 -54.7137 - 67 36.4006 3 0 0 -19.2378 -179.35 -206.08 - 67 33.2897 241 5 0 -59.1147 -131.95 -56.231 - 67 97.8785 2 0 0 -20.5517 -179.55 -206.028 - 67 243.929 1 0 0 -20.5202 -179.75 -206.155 - 67 359.905 796 0 1 -20.7463 -179.782 -204.85 - 67 157.39 214 0 0 142.927 -137.312 -206.25 - 67 62.133 1608 0 1 141.869 -137.383 -204.85 - 67 66.9762 1607 0 1 141.75 -137.393 -204.677 - 67 376.867 1604 0 1 141.036 -137.141 -204.45 - 67 119.343 218 0 0 140.776 -136.501 -205.85 - 67 59.8535 223 0 0 141.174 -135.447 -205.85 - 67 86.115 224 0 0 141.214 -135.35 -206.049 - 67 5.25106 225 0 0 141.199 -135.15 -206.237 - 67 145.864 106 3 0 98.8839 -158.81 -116.25 - 67 36.2287 105 3 0 98.6671 -158.95 -115.958 - 67 286.053 1389 3 1 98.099 -160.041 -114.85 - 67 206.668 1388 3 1 97.95 -160.344 -114.644 - 67 126.531 1387 3 1 97.75 -160.607 -114.474 - 67 61.499 94 3 0 98.026 -161.239 -115.85 - 67 58.7669 93 3 0 98.0646 -161.35 -116.062 - 67 75.8128 186 3 0 99.6031 -142.915 -116.249 - 67 73.4691 187 3 0 99.516 -142.75 -116.064 - 67 90.9183 188 3 0 99.4416 -142.55 -115.907 - 67 49.3842 71 13 0 97.024 -165.936 183.75 - 67 23.3853 1399 0 0 82.3531 100.113 -206.219 - 67 157.469 1539 1 1 127.95 -50.3396 -174.757 - 67 7.83601 646 6 0 128.054 -50.6501 -25.8673 - 67 158.926 1537 6 1 127.743 -50.6955 -24.85 - 67 95.7026 1538 6 1 127.75 -50.5178 -24.6843 -Number of digits in this event = 23 +Number of tracker hits in this event = 23 + 67 105.666 483 10 1 -83.4276 64.433 95.55 + 67 92.8411 1221 10 0 -83.4289 64.433 94.15 + 67 87.1205 482 9 1 -83.4551 64.4334 65.55 + 67 125.498 1221 9 0 -83.4574 64.4334 64.15 + 67 100.403 482 8 1 -83.5065 64.4407 35.55 + 67 122.221 1221 8 0 -83.5099 64.441 34.15 + 67 172.147 482 7 1 -83.5807 64.4496 5.55 + 67 101.497 1222 7 0 -83.5844 64.4504 4.15 + 67 90.2235 481 6 1 -83.6628 64.4687 -24.45 + 67 185.881 1222 6 0 -83.6661 64.4692 -25.85 + 67 139.954 481 5 1 -83.7361 64.4785 -54.45 + 67 94.3327 1222 5 0 -83.739 64.4783 -55.85 + 67 176.944 481 4 1 -83.7995 64.4744 -84.45 + 67 122.734 1222 4 0 -83.802 64.4745 -85.85 + 67 119.85 480 3 1 -83.8518 64.4776 -114.45 + 67 102.063 1222 3 0 -83.8543 64.4776 -115.85 + 67 124.696 480 2 1 -83.9055 64.4735 -144.45 + 67 117.298 1222 2 0 -83.9081 64.4727 -145.85 + 67 205.57 480 1 1 -83.9594 64.4571 -174.45 + 67 306.791 1222 1 0 -83.9578 64.4562 -175.85 + 67 141.636 480 0 1 -83.926 64.4354 -204.45 + 67 223.476 1221 0 0 -83.9238 64.4337 -205.85 + 67 116.739 477 0 1 -84.5985 64.4505 -204.45 +Number of digits in this event = 13 Using G4ParticleGun ... -6.75514 LIN +4.24461 LIN proton Event: 68 -Number of tracker hits in this event = 26 - 68 105.17 941 11 1 8.37815 -65.4603 125.55 - 68 122.344 572 11 0 8.37928 -65.4602 124.15 - 68 122.139 941 10 1 8.4045 -65.4598 95.55 - 68 102.779 572 10 0 8.40531 -65.4593 94.15 - 68 124.009 941 9 1 8.41923 -65.4491 65.55 - 68 95.6361 573 9 0 8.41989 -65.4486 64.15 - 68 101.203 941 8 1 8.43376 -65.4373 35.55 - 68 95.2451 573 8 0 8.43448 -65.4365 34.15 - 68 137.556 941 7 1 8.44669 -65.4164 5.55 - 68 128.059 573 7 0 8.44702 -65.4149 4.15 - 68 126.169 941 6 1 8.44692 -65.3837 -24.45 - 68 143.401 573 6 0 8.44989 -65.3802 -25.85 - 68 105.492 942 5 1 8.51129 -65.3077 -54.45 - 68 121.646 573 5 0 8.51358 -65.3051 -55.85 - 68 127.264 942 4 1 8.56015 -65.2522 -84.45 - 68 79.7299 573 4 0 8.56352 -65.2507 -85.85 - 68 99.0132 942 3 1 8.64246 -65.2227 -114.45 - 68 150.823 574 3 0 8.64701 -65.2226 -115.85 - 68 99.2921 943 2 1 8.73935 -65.2173 -144.45 - 68 94.7281 574 2 0 8.74259 -65.2164 -145.85 - 68 156.477 943 1 1 8.81079 -65.2019 -174.45 - 68 174.746 574 1 0 8.81281 -65.2006 -175.85 - 68 103.86 944 0 1 8.85383 -65.1743 -204.45 - 68 124.967 574 0 0 8.85524 -65.174 -205.85 - 68 157.097 1569 2 0 -110.385 134.115 -145.999 - 68 204.065 584 1 0 14.1231 -63.1293 -175.85 -Number of digits in this event = 18 +Number of tracker hits in this event = 25 + 68 93.1187 862 11 1 -7.53805 -7.53167 125.55 + 68 124.851 862 11 0 -7.53834 -7.53086 124.15 + 68 124.473 862 10 1 -7.54406 -7.50902 95.55 + 68 97.8553 862 10 0 -7.54395 -7.50688 94.15 + 68 113.513 862 9 1 -7.54035 -7.46172 65.55 + 68 90.0208 862 9 0 -7.53915 -7.45911 64.15 + 68 183.743 862 8 1 -7.51618 -7.40262 35.55 + 68 169.625 863 8 0 -7.51581 -7.39981 34.15 + 68 122.498 862 7 1 -7.50461 -7.34271 5.55 + 68 116.693 863 7 0 -7.50321 -7.34049 4.15 + 68 132.061 862 6 1 -7.46878 -7.30275 -24.45 + 68 343.417 863 6 0 -7.46838 -7.29905 -25.85 + 68 140.511 862 5 1 -7.45993 -7.2169 -54.45 + 68 136.671 864 5 0 -7.45773 -7.21175 -55.85 + 68 162.958 863 4 1 -7.41114 -7.09887 -84.45 + 68 111.038 864 4 0 -7.40793 -7.09462 -85.85 + 68 141.618 863 3 1 -7.34279 -7.00757 -114.45 + 68 182.033 865 3 0 -7.34095 -7.00182 -115.85 + 68 111.473 863 2 1 -7.29941 -6.87749 -144.45 + 68 111.556 865 2 0 -7.29775 -6.87267 -145.85 + 68 116.279 863 1 1 -7.26575 -6.77117 -174.45 + 68 120.668 866 1 0 -7.2642 -6.76571 -175.85 + 68 223.681 864 0 1 -7.23482 -6.65903 -204.45 + 68 126.925 866 0 0 -7.23292 -6.65331 -205.85 + 68 156.538 864 6 0 -7.35309 -7.24951 -26.0315 +Number of digits in this event = 17 Using G4ParticleGun ... -9.73958 LIN +5.04632 LIN proton Event: 69 -Number of tracker hits in this event = 28 - 69 144.639 1098 11 1 39.7533 59.9567 125.55 - 69 122.071 1199 11 0 39.7539 59.9566 124.15 - 69 105.878 1098 10 1 39.7644 59.9574 95.55 - 69 164.248 1199 10 0 39.7648 59.9572 94.15 - 69 108.828 1098 9 1 39.7735 59.9537 65.55 - 69 125.452 1199 9 0 39.7737 59.9533 64.15 - 69 165.083 1098 8 1 39.7805 59.9466 35.55 - 69 152.085 1199 8 0 39.7815 59.9463 34.15 - 69 123.261 1098 7 1 39.8019 59.9431 5.55 - 69 110.37 1199 7 0 39.8029 59.9429 4.15 - 69 116.197 1098 6 1 39.8208 59.9383 -24.45 - 69 215.686 1199 6 0 39.8216 59.9388 -25.85 - 69 132.928 1098 5 1 39.8395 59.9468 -54.45 - 69 120.339 1199 5 0 39.8393 59.9471 -55.85 - 69 108.366 1098 4 1 39.8355 59.9517 -84.45 - 69 96.5223 1199 4 0 39.8347 59.9514 -85.85 - 69 99.791 1098 3 1 39.8187 59.9428 -114.45 - 69 141.848 1199 3 0 39.8179 59.9417 -115.85 - 69 142.192 1098 2 1 39.803 59.9238 -144.45 - 69 106.473 1199 2 0 39.8024 59.9234 -145.85 - 69 248.029 1098 1 1 39.7899 59.9154 -174.45 - 69 135.602 1199 1 0 39.7895 59.9145 -175.85 - 69 280.951 1098 0 1 39.7814 59.8949 -204.45 - 69 101.127 1199 0 0 39.7809 59.8946 -205.85 - 69 491.728 1195 1 0 40.0679 59.214 -175.85 - 69 144.787 1194 1 0 40.5084 59.05 -176.17 - 69 181.949 1193 1 0 40.2349 58.85 -176.155 - 69 317.255 1200 8 0 40.648 60.2343 34.15 -Number of digits in this event = 20 +Number of tracker hits in this event = 24 + 69 106.489 1440 9 1 108.346 -57.1696 65.55 + 69 109.916 614 9 0 108.346 -57.1705 64.15 + 69 114.535 1441 8 1 108.353 -57.1826 35.55 + 69 115.356 614 8 0 108.353 -57.1841 34.15 + 69 85.5281 1441 7 1 108.364 -57.2187 5.55 + 69 127.45 614 7 0 108.363 -57.2206 4.15 + 69 115.126 1440 6 1 108.343 -57.2636 -24.45 + 69 119.934 613 6 0 108.34 -57.2643 -25.85 + 69 86.7657 1440 5 1 108.274 -57.2781 -54.45 + 69 115.289 613 5 0 108.27 -57.2789 -55.85 + 69 130.746 1440 4 1 108.203 -57.2958 -84.45 + 69 104.513 613 4 0 108.201 -57.2959 -85.85 + 69 338.996 1439 3 1 108.144 -57.2998 -114.45 + 69 284.91 613 3 0 108.142 -57.2985 -115.85 + 69 146.177 1439 2 1 108.093 -57.274 -144.45 + 69 165.571 613 2 0 108.092 -57.2741 -145.85 + 69 126.864 1439 1 1 108.064 -57.2751 -174.45 + 69 96.2317 613 1 0 108.062 -57.2763 -175.85 + 69 102.218 1439 0 1 108.014 -57.3074 -204.45 + 69 101.95 613 0 0 108.012 -57.3097 -205.85 + 69 72.7673 614 3 0 108.22 -57.25 -116.151 + 69 13.4542 1438 3 1 107.95 -56.972 -114.808 + 69 40.862 617 3 0 107.594 -56.4949 -115.85 + 69 112.412 618 3 0 107.545 -56.45 -115.989 +Number of digits in this event = 8 Using G4ParticleGun ... -2.43758 LIN +4.92309 LIN proton Event: 70 -Number of tracker hits in this event = 18 - 70 114.535 310 8 1 -118.101 70.2646 35.55 - 70 129.813 1251 8 0 -118.1 70.2647 34.15 - 70 101.238 310 7 1 -118.055 70.2551 5.55 - 70 118.184 1251 7 0 -118.052 70.255 4.15 - 70 144.334 310 6 1 -118.005 70.2486 -24.45 - 70 129.941 1250 6 0 -118.003 70.2449 -25.85 - 70 152.317 310 5 1 -117.963 70.1736 -54.45 - 70 129.366 1250 5 0 -117.964 70.1766 -55.85 - 70 182.85 310 4 1 -117.983 70.2447 -84.45 - 70 106.349 1250 4 0 -117.983 70.2473 -85.85 - 70 100.699 310 3 1 -117.995 70.295 -114.45 - 70 139.407 1251 3 0 -117.994 70.2974 -115.85 - 70 134.055 310 2 1 -117.971 70.3521 -144.45 - 70 135.886 1251 2 0 -117.968 70.3543 -145.85 - 70 125.346 311 1 1 -117.92 70.3894 -174.45 - 70 143.793 1251 1 0 -117.915 70.3922 -175.85 - 70 108.816 311 0 1 -117.836 70.4667 -204.45 - 70 233.191 1252 0 0 -117.83 70.4676 -205.85 -Number of digits in this event = 13 +Number of tracker hits in this event = 29 + 70 135.65 449 10 1 -90.1648 48.4951 95.55 + 70 126.863 1142 10 0 -90.1648 48.4938 94.15 + 70 105.551 449 9 1 -90.164 48.4703 65.55 + 70 180.637 1142 9 0 -90.1654 48.4698 64.15 + 70 138.498 449 8 1 -90.1932 48.4536 35.55 + 70 130.79 1142 8 0 -90.1933 48.452 34.15 + 70 115.592 449 7 1 -90.1922 48.4215 5.55 + 70 123.621 1141 7 0 -90.1934 48.4182 4.15 + 70 117.286 449 6 1 -90.2222 48.3534 -24.45 + 70 107.019 1141 6 0 -90.2228 48.349 -25.85 + 70 117.674 449 5 1 -90.2352 48.2608 -54.45 + 70 103.427 1141 5 0 -90.2354 48.2572 -55.85 + 70 182.987 449 4 1 -90.2395 48.1802 -84.45 + 70 107.999 1140 4 0 -90.2403 48.1745 -85.85 + 70 142.626 449 3 1 -90.2583 48.0623 -114.45 + 70 97.7405 1140 3 0 -90.2588 48.0572 -115.85 + 70 103.951 449 2 1 -90.2689 47.9491 -144.45 + 70 124.665 1139 2 0 -90.2694 47.9446 -145.85 + 70 227.811 449 1 1 -90.2828 47.8571 -174.45 + 70 109.016 1139 1 0 -90.2831 47.8529 -175.85 + 70 113.715 449 0 1 -90.2949 47.7741 -204.45 + 70 121.183 1138 0 0 -90.2954 47.7711 -205.85 + 70 158.172 448 1 1 -90.35 47.906 -174.556 + 70 107.898 1142 1 0 -90.8462 48.5128 -175.85 + 70 29.3675 1143 1 0 -90.9656 48.65 -176.156 + 70 47.246 1311 1 0 -107.131 82.3303 -176.25 + 70 76.9402 1312 1 0 -107.154 82.45 -176.122 + 70 18.8365 1313 1 0 -107.181 82.6502 -175.898 + 70 158.779 364 1 1 -107.236 83.5808 -174.85 +Number of digits in this event = 14 Using G4ParticleGun ... -8.33722 LIN +9.2438 LIN proton Event: 71 -Number of tracker hits in this event = 32 - 71 105.18 890 11 1 -2.0211 1.49462 125.55 - 71 114.14 907 11 0 -2.02002 1.49539 124.15 - 71 194.78 890 10 1 -1.99731 1.5092 95.55 - 71 153.595 907 10 0 -1.99684 1.51247 94.15 - 71 102.2 890 9 1 -1.98924 1.57667 65.55 - 71 135.156 907 9 0 -1.98903 1.57944 64.15 - 71 103.611 890 8 1 -1.98761 1.63892 35.55 - 71 109.772 907 8 0 -1.98739 1.64177 34.15 - 71 180.459 890 7 1 -1.98543 1.69798 5.55 - 71 185.336 908 7 0 -1.98644 1.70082 4.15 - 71 139.229 890 6 1 -2.00031 1.76263 -24.45 - 71 115.371 908 6 0 -2.00088 1.76536 -25.85 - 71 136.088 890 5 1 -2.01098 1.82331 -54.45 - 71 102.366 908 5 0 -2.01202 1.82595 -55.85 - 71 120.701 890 4 1 -2.03514 1.88005 -84.45 - 71 122.986 909 4 0 -2.03579 1.88287 -85.85 - 71 140.242 889 3 1 -2.05283 1.94057 -114.45 - 71 114.295 909 3 0 -2.05467 1.94318 -115.85 - 71 108.374 889 2 1 -2.09476 1.99638 -144.45 - 71 100.897 909 2 0 -2.09655 1.9976 -145.85 - 71 111.355 889 1 1 -2.13444 2.02374 -174.45 - 71 140.093 909 1 0 -2.13568 2.02516 -175.85 - 71 111.098 889 0 1 -2.16001 2.05335 -204.45 - 71 93.1296 910 0 0 -2.16065 2.05498 -205.85 - 71 77.4015 891 10 1 -1.84995 1.74215 95.4635 - 71 77.2874 892 10 1 -1.65 1.95878 95.4133 - 71 167.778 893 10 1 -1.44995 2.14888 95.2979 - 71 115.906 894 10 1 -1.25 2.24776 95.2363 - 71 16.6433 918 10 0 -0.555858 3.81605 94.1499 - 71 98.8121 919 10 0 -0.538085 3.85 94.1124 - 71 50.7939 920 10 0 -0.364899 4.05008 93.9111 - 71 43.4204 921 10 0 -0.396644 4.25004 93.8489 -Number of digits in this event = 13 +Number of tracker hits in this event = 49 + 71 120.652 1345 10 1 89.1654 16.8566 95.55 + 71 85.3457 984 10 0 89.1651 16.8568 94.15 + 71 112.808 1345 9 1 89.1568 16.862 65.55 + 71 139.94 984 9 0 89.1568 16.8616 64.15 + 71 102.25 1345 8 1 89.1552 16.8515 35.55 + 71 105.299 984 8 0 89.1549 16.8517 34.15 + 71 138.239 1345 7 1 89.151 16.8523 5.55 + 71 120.845 984 7 0 89.1516 16.8523 4.15 + 71 92.26 1345 6 1 89.1598 16.8501 -24.45 + 71 94.8592 984 6 0 89.1606 16.8503 -25.85 + 71 106.54 1345 5 1 89.1732 16.8535 -54.45 + 71 139.725 984 5 0 89.1738 16.8539 -55.85 + 71 205.238 1345 4 1 89.1857 16.8611 -84.45 + 71 110.068 984 4 0 89.1868 16.8615 -85.85 + 71 292.294 1345 3 1 89.2111 16.8703 -114.45 + 71 115.126 984 3 0 89.2125 16.8694 -115.85 + 71 153.228 1345 2 1 89.2397 16.8521 -144.45 + 71 133.607 984 2 0 89.2448 16.8531 -145.85 + 71 115.808 1346 1 1 89.3467 16.8679 -174.45 + 71 162.074 984 1 0 89.3519 16.8675 -175.85 + 71 121.871 1347 0 1 89.4584 16.8564 -204.45 + 71 101.517 984 0 0 89.4632 16.8557 -205.85 + 71 54.2877 1249 1 1 69.9262 -44.2026 -174.85 + 71 134.771 1248 1 1 69.85 -44.3498 -174.607 + 71 47.7812 1544 3 1 128.997 20.5239 -114.628 + 71 78.8852 538 0 1 -72.25 115.885 -204.654 + 71 77.3361 1775 0 0 -57.4388 175.187 -206.25 + 71 92.0971 1776 0 0 -57.5343 175.35 -206.149 + 71 24.7493 1777 0 0 -57.6363 175.55 -206.2 + 71 88.8384 1488 1 0 63.8151 117.95 -176.09 + 71 13.8302 1487 1 0 63.781 117.75 -175.87 + 71 361.747 1216 1 1 63.347 116.402 -174.85 + 71 0.845716 1215 1 1 63.25 116.338 -174.582 + 71 38.6315 1294 1 1 79.0419 41.8093 -174.564 + 71 630.269 828 0 0 143.432 -14.3481 -206.25 + 71 685.563 827 0 0 143.584 -14.45 -206.075 + 71 399.673 1622 0 1 144.643 -15.1551 -204.85 + 71 710.272 1623 0 1 144.75 -15.2257 -204.727 + 71 158.032 1624 0 1 144.95 -15.3579 -204.494 + 71 285.683 741 1 0 164.589 -31.8074 -176.25 + 71 1198.56 740 1 0 164.64 -31.85 -176.177 + 71 945.603 1727 1 1 165.568 -32.6388 -174.85 + 71 452.404 1728 1 1 165.75 -32.7953 -174.59 + 71 239.863 810 7 1 -17.9879 -41.9924 5.55 + 71 33.7671 1066 1 1 33.45 4.40683 -174.775 + 71 262.601 1065 1 1 33.25 4.42379 -174.587 + 71 92.868 1026 4 0 -62.5071 25.4101 -85.9369 + 71 182.744 790 3 1 -21.9481 -99.4849 -114.45 + 71 202.338 789 3 1 -22.05 -99.4604 -114.518 +Number of digits in this event = 30 Using G4ParticleGun ... -9.63348 LIN +4.74464 LIN proton Event: 72 -Number of tracker hits in this event = 26 - 72 108.43 930 11 1 6.20084 -23.9313 125.55 - 72 214.063 780 11 0 6.20039 -23.9317 124.15 - 72 141.515 930 10 1 6.19005 -23.9409 95.55 - 72 107.332 780 10 0 6.18908 -23.9413 94.15 - 72 149.223 930 9 1 6.17079 -23.9529 65.55 - 72 107.329 780 9 0 6.1701 -23.9534 64.15 - 72 123.489 930 8 1 6.1572 -23.9642 35.55 - 72 115.338 780 8 0 6.15665 -23.9657 34.15 - 72 126.106 930 7 1 6.14441 -23.9975 5.55 - 72 107.933 780 7 0 6.14434 -23.9987 4.15 - 72 89.2159 930 6 1 6.14235 -24.0237 -24.45 - 72 138.409 780 6 0 6.1422 -24.0251 -25.85 - 72 126.136 930 5 1 6.13712 -24.0555 -54.45 - 72 86.9869 779 5 0 6.13809 -24.0574 -55.85 - 72 98.4182 930 4 1 6.15565 -24.0944 -84.45 - 72 182.999 779 4 0 6.15692 -24.0962 -85.85 - 72 129.634 930 3 1 6.18365 -24.1334 -114.45 - 72 89.8219 779 3 0 6.18467 -24.1357 -115.85 - 72 109.368 930 2 1 6.20563 -24.1834 -144.45 - 72 107.629 779 2 0 6.20709 -24.1856 -145.85 - 72 110.542 930 1 1 6.23813 -24.2311 -174.45 - 72 117.949 779 1 0 6.24019 -24.2337 -175.85 - 72 150.435 931 0 1 6.28184 -24.2866 -204.45 - 72 130.474 778 0 0 6.28294 -24.2892 -205.85 - 72 69.7906 779 11 0 6.44322 -24.05 123.858 - 72 88.5833 778 11 0 6.59349 -24.25 123.833 -Number of digits in this event = 12 +Number of tracker hits in this event = 45 + 72 96.0552 1033 9 1 26.6535 -116.974 65.55 + 72 91.0281 315 9 0 26.6532 -116.973 64.15 + 72 112.376 1032 8 1 26.6437 -116.954 35.55 + 72 114.323 315 8 0 26.6429 -116.951 34.15 + 72 105.205 1032 7 1 26.6273 -116.909 5.55 + 72 129.148 316 7 0 26.6263 -116.906 4.15 + 72 118.951 1032 6 1 26.6091 -116.852 -24.45 + 72 429.135 316 6 0 26.6099 -116.848 -25.85 + 72 116.269 1032 5 1 26.6304 -116.776 -54.45 + 72 105.331 316 5 0 26.6328 -116.774 -55.85 + 72 108.785 1033 4 1 26.6765 -116.722 -84.45 + 72 110.296 317 4 0 26.6777 -116.719 -85.85 + 72 141.59 1033 3 1 26.703 -116.661 -114.45 + 72 93.2168 317 3 0 26.7039 -116.657 -115.85 + 72 120.396 1033 2 1 26.7229 -116.566 -144.45 + 72 113.649 317 2 0 26.7225 -116.56 -145.85 + 72 166.376 1033 1 1 26.716 -116.437 -174.45 + 72 119.027 318 1 0 26.7158 -116.431 -175.85 + 72 106.088 1033 0 1 26.7054 -116.316 -204.45 + 72 94.5597 319 0 0 26.7048 -116.31 -205.85 + 72 115.419 584 2 0 105.316 -63.2105 -146.25 + 72 115.587 1426 2 1 105.462 -62.7407 -144.849 + 72 176.114 622 3 0 98.107 -55.6029 -116.25 + 72 147.729 1387 3 1 97.721 -55.2775 -114.85 + 72 0.702881 776 4 0 98.6754 -24.653 -86.25 + 72 68.6937 777 4 0 98.6755 -24.65 -86.2473 + 72 103.854 778 4 0 98.695 -24.4499 -86.0546 + 72 1.76323 779 4 0 98.7326 -24.2499 -85.8568 + 72 172.873 1394 4 1 99.0004 -23.2707 -84.85 + 72 18.9004 667 5 0 111.907 -46.6172 -56.25 + 72 73.529 666 5 0 111.926 -46.6502 -56.209 + 72 83.9888 665 5 0 112.039 -46.85 -55.9966 + 72 4.67355 664 5 0 112.132 -47.05 -55.8599 + 72 160.901 1463 5 1 112.795 -48.5032 -54.85 + 72 36.9136 1464 5 1 112.95 -48.9919 -54.5427 + 72 219.145 627 6 0 131.778 -54.5463 -26.2499 + 72 111.926 1561 6 1 132.356 -54.4185 -24.85 + 72 8.72433 1562 6 1 132.55 -54.3407 -24.4878 + 72 132.115 1563 6 1 132.851 -54.6388 -24.45 + 72 16.8237 621 6 0 133.694 -55.8129 -25.85 + 72 93.3954 620 6 0 133.732 -55.85 -25.9027 + 72 39.3373 619 6 0 133.83 -56.05 -26.1275 + 72 109.746 457 6 0 144.703 -88.5245 -26.2496 + 72 124.014 1623 6 1 144.849 -88.6515 -24.85 + 72 61.9911 230 6 0 90.15 -134.042 -26.1137 +Number of digits in this event = 14 Using G4ParticleGun ... -7.81872 LIN +2.59103 LIN proton Event: 73 -Number of tracker hits in this event = 34 - 73 238.157 206 8 1 -138.901 7.90381 35.55 - 73 175.914 939 8 0 -138.901 7.90469 34.15 - 73 122.737 206 7 1 -138.901 7.92012 5.55 - 73 125.659 939 7 0 -138.902 7.92028 4.15 - 73 129.026 206 6 1 -138.917 7.92292 -24.45 - 73 117.028 939 6 0 -138.919 7.92333 -25.85 - 73 130.926 205 5 1 -138.951 7.92862 -54.45 - 73 116.637 939 5 0 -138.952 7.92859 -55.85 - 73 118.31 205 4 1 -138.971 7.92483 -84.45 - 73 161.132 939 4 0 -138.971 7.92431 -85.85 - 73 143.808 205 3 1 -138.98 7.90984 -114.45 - 73 102.872 939 3 0 -138.981 7.90906 -115.85 - 73 117.651 205 2 1 -138.991 7.89037 -144.45 - 73 151.018 939 2 0 -138.991 7.88918 -145.85 - 73 279.259 205 1 1 -138.988 7.86448 -174.45 - 73 100.796 939 1 0 -138.988 7.86295 -175.85 - 73 167.271 205 0 1 -138.989 7.8308 -204.45 - 73 110.04 938 0 0 -138.99 7.82926 -205.85 - 73 52.0196 946 1 0 -139.122 9.2934 -175.85 - 73 90.8276 947 1 0 -139.138 9.45005 -175.993 - 73 52.1218 1097 1 0 -154.776 39.6428 -176.25 - 73 109.7 1098 1 0 -154.861 39.6501 -176.115 - 73 41.2385 121 1 1 -155.912 39.8085 -174.85 - 73 99.2353 120 1 1 -155.95 39.8177 -174.79 - 73 105.304 119 1 1 -156.15 39.9946 -174.653 - 73 98.1271 1086 1 0 -155.046 37.4395 -175.85 - 73 121.085 1085 1 0 -154.969 37.25 -175.945 - 73 203.614 1084 1 0 -154.971 37.0499 -176.047 - 73 60.277 1027 9 0 -123.12 25.6044 63.7507 - 73 69.5927 1028 9 0 -123.08 25.6501 63.865 - 73 65.0306 1029 9 0 -123.045 25.85 63.9481 - 73 70.3232 1030 9 0 -123.073 26.05 63.9715 - 73 336.137 1031 9 0 -123.002 26.25 63.9846 - 73 23.3534 1032 9 0 -122.914 26.45 64.1268 -Number of digits in this event = 15 +Number of tracker hits in this event = 31 + 73 102.385 721 9 1 -35.8436 -118.855 65.55 + 73 126.818 306 9 0 -35.8412 -118.854 64.15 + 73 93.331 721 8 1 -35.7842 -118.845 35.55 + 73 136.175 306 8 0 -35.7803 -118.844 34.15 + 73 114.538 721 7 1 -35.7048 -118.833 5.55 + 73 103.663 306 7 0 -35.6986 -118.833 4.15 + 73 96.7054 722 6 1 -35.5696 -118.835 -24.45 + 73 119.93 306 6 0 -35.5603 -118.833 -25.85 + 73 93.8686 723 5 1 -35.3694 -118.789 -54.45 + 73 225.193 306 5 0 -35.3597 -118.787 -55.85 + 73 103.208 724 4 1 -35.1602 -118.751 -84.45 + 73 294.102 307 4 0 -35.1517 -118.749 -85.85 + 73 116.988 725 3 1 -34.9757 -118.7 -114.45 + 73 120.839 307 3 0 -34.9691 -118.699 -115.85 + 73 126.892 726 2 1 -34.8303 -118.682 -144.45 + 73 203.366 307 2 0 -34.8228 -118.679 -145.85 + 73 103.535 726 1 1 -34.6661 -118.595 -174.45 + 73 175.592 307 1 0 -34.6561 -118.593 -175.85 + 73 129.771 728 0 1 -34.4498 -118.558 -204.45 + 73 164.949 307 0 0 -34.4413 -118.557 -205.85 + 73 110.384 137 0 0 -2.19256 -152.611 -206.25 + 73 44.2897 136 0 0 -2.02404 -152.75 -205.948 + 73 157.828 893 0 1 -1.40677 -153.258 -204.85 + 73 49.4876 894 0 1 -1.25 -153.387 -204.571 + 73 48.1014 73 1 0 15.8673 -165.516 -176.25 + 73 145.981 72 1 0 15.9154 -165.55 -176.17 + 73 99.0827 983 1 1 16.7123 -166.115 -174.85 + 73 66.2148 984 1 1 16.85 -166.212 -174.622 + 73 183.75 4 2 0 32.9863 -179.164 -146.25 + 73 60.4242 1068 2 1 33.7896 -179.797 -144.85 + 73 127.309 1069 2 1 33.85 -179.845 -144.745 +Number of digits in this event = 17 Using G4ParticleGun ... -7.99154 LIN +4.57867 LIN proton Event: 74 -Number of tracker hits in this event = 19 - 74 165.311 480 8 1 -84.0035 -118.514 35.55 - 74 143.358 308 8 0 -84.0039 -118.514 34.15 - 74 103.832 480 7 1 -84.0122 -118.513 5.55 - 74 91.1791 308 7 0 -84.012 -118.513 4.15 - 74 129.442 480 6 1 -84.0095 -118.512 -24.45 - 74 137.361 308 6 0 -84.0091 -118.511 -25.85 - 74 116.942 480 5 1 -83.9997 -118.504 -54.45 - 74 107.641 308 5 0 -83.9994 -118.503 -55.85 - 74 152.157 480 4 1 -83.9908 -118.48 -84.45 - 74 139.14 308 4 0 -83.9917 -118.48 -85.85 - 74 118.691 480 3 1 -84.0119 -118.475 -114.45 - 74 263.934 308 3 0 -84.0136 -118.474 -115.85 - 74 111.903 479 2 1 -84.0525 -118.458 -144.45 - 74 121.977 308 2 0 -84.054 -118.457 -145.85 - 74 83.4191 479 1 1 -84.0846 -118.434 -174.45 - 74 176.743 308 1 0 -84.0859 -118.433 -175.85 - 74 130.742 479 0 1 -84.1114 -118.411 -204.45 - 74 113.309 308 0 0 -84.1136 -118.411 -205.85 - 74 68.724 307 3 0 -84.0712 -118.55 -116.133 -Number of digits in this event = 13 +Number of tracker hits in this event = 24 + 74 131.143 1223 11 1 64.6512 -31.9238 125.55 + 74 152.141 740 11 0 64.6517 -31.9244 124.15 + 74 118.125 1223 10 1 64.6629 -31.9354 95.55 + 74 163.222 740 10 0 64.6652 -31.9353 94.15 + 74 94.315 1223 9 1 64.7097 -31.9306 65.55 + 74 95.0124 740 9 0 64.7113 -31.9295 64.15 + 74 250.929 1223 8 1 64.7454 -31.9121 35.55 + 74 96.7564 740 8 0 64.7478 -31.9097 34.15 + 74 93.5491 1223 7 1 64.7989 -31.8599 5.55 + 74 294.064 740 7 0 64.802 -31.8567 4.15 + 74 84.7382 1224 6 1 64.8638 -31.7869 -24.45 + 74 158.568 741 6 0 64.867 -31.785 -25.85 + 74 119.659 1224 5 1 64.9335 -31.7454 -54.45 + 74 105.601 741 5 0 64.9372 -31.7433 -55.85 + 74 99.3116 1224 4 1 65.0155 -31.702 -84.45 + 74 101.279 741 4 0 65.0184 -31.699 -85.85 + 74 144.542 1225 3 1 65.0744 -31.6345 -114.45 + 74 111.403 742 3 0 65.0782 -31.6304 -115.85 + 74 113.818 1225 2 1 65.1567 -31.5525 -144.45 + 74 99.8478 742 2 0 65.1589 -31.5486 -145.85 + 74 114.776 1225 1 1 65.1995 -31.4654 -174.45 + 74 102.907 742 1 0 65.2022 -31.4608 -175.85 + 74 114.595 1226 0 1 65.258 -31.363 -204.45 + 74 148.877 743 0 0 65.26 -31.3595 -205.85 +Number of digits in this event = 9 Using G4ParticleGun ... -5.91703 LIN +6.17748 LIN proton Event: 75 -Number of tracker hits in this event = 25 - 75 130.475 238 8 1 -132.524 47.7729 35.55 - 75 111.778 1138 8 0 -132.523 47.773 34.15 - 75 93.2178 238 7 1 -132.511 47.7747 5.55 - 75 112.588 1138 7 0 -132.51 47.7747 4.15 - 75 134.073 238 6 1 -132.506 47.7767 -24.45 - 75 163.835 1138 6 0 -132.507 47.7763 -25.85 - 75 158.555 238 5 1 -132.537 47.7672 -54.45 - 75 92.2376 1138 5 0 -132.538 47.7669 -55.85 - 75 139.964 238 4 1 -132.549 47.7653 -84.45 - 75 148.794 1138 4 0 -132.55 47.7664 -85.85 - 75 101.423 237 3 1 -132.553 47.7928 -114.45 - 75 122.544 1138 3 0 -132.552 47.7932 -115.85 - 75 99.6432 238 2 1 -132.529 47.7962 -144.45 - 75 97.9269 1138 2 0 -132.527 47.796 -145.85 - 75 107.359 238 1 1 -132.489 47.7899 -174.45 - 75 114.448 1138 1 0 -132.488 47.7892 -175.85 - 75 98.1603 238 0 1 -132.46 47.7716 -204.45 - 75 131.305 1138 0 0 -132.46 47.7698 -205.85 - 75 45.2232 584 8 1 -63.1073 -170.801 35.2762 - 75 103.819 886 12 0 -139.644 -2.76801 153.75 - 75 6.12503 1716 12 1 163.35 123.754 155.424 - 75 10.9906 969 6 0 17.2074 13.8907 -25.8861 - 75 171.3 819 0 0 -28.3727 -16.212 -206.25 - 75 268.56 758 0 1 -28.2957 -15.537 -204.85 - 75 57.2346 1658 5 1 151.888 -57.3745 -54.482 +Number of tracker hits in this event = 24 + 75 110.514 1167 11 1 53.4906 50.632 125.55 + 75 91.1302 1152 11 0 53.4915 50.632 124.15 + 75 122.653 1167 10 1 53.5127 50.6333 95.55 + 75 153.597 1152 10 0 53.5141 50.6331 94.15 + 75 146.892 1167 9 1 53.5393 50.6248 65.55 + 75 116.101 1152 9 0 53.5398 50.6248 64.15 + 75 141.477 1167 8 1 53.5483 50.6208 35.55 + 75 128.032 1152 8 0 53.5489 50.62 34.15 + 75 158.98 1167 7 1 53.5594 50.6091 5.55 + 75 217.072 1152 7 0 53.5601 50.6095 4.15 + 75 125.383 1167 6 1 53.5774 50.6145 -24.45 + 75 147.391 1152 6 0 53.5773 50.6135 -25.85 + 75 117.447 1167 5 1 53.5745 50.6045 -54.45 + 75 99.8467 1152 5 0 53.5748 50.6043 -55.85 + 75 121.177 1167 4 1 53.5802 50.6005 -84.45 + 75 136.36 1152 4 0 53.5797 50.6014 -85.85 + 75 109.14 1167 3 1 53.5707 50.6194 -114.45 + 75 155.723 1152 3 0 53.5709 50.6198 -115.85 + 75 133.249 1167 2 1 53.5773 50.6234 -144.45 + 75 112.209 1152 2 0 53.5786 50.6248 -145.85 + 75 101.796 1167 1 1 53.6077 50.6567 -174.45 + 75 110.224 1153 1 0 53.6101 50.6591 -175.85 + 75 117.691 1168 0 1 53.6591 50.7089 -204.45 + 75 104.921 1153 0 0 53.6617 50.7105 -205.85 Number of digits in this event = 14 Using G4ParticleGun ... -1.44502 LIN +7.74286 LIN proton Event: 76 -Number of tracker hits in this event = 24 - 76 223.56 655 11 1 -48.9258 -6.15427 125.55 - 76 244.014 869 11 0 -48.9293 -6.15196 124.15 - 76 127.654 655 10 1 -48.9873 -6.10195 95.55 - 76 134.247 869 10 0 -48.9912 -6.09459 94.15 - 76 157.581 655 9 1 -49.0498 -5.93665 65.55 - 76 130.111 870 9 0 -49.0494 -5.92598 64.15 - 76 129.84 655 8 1 -49.0491 -5.69623 35.55 - 76 125.633 871 8 0 -49.0481 -5.68418 34.15 - 76 210.64 655 7 1 -49.0147 -5.44013 5.55 - 76 115.497 873 7 0 -49.0051 -5.42602 4.15 - 76 110.493 656 6 1 -48.8135 -5.14806 -24.45 - 76 142.456 874 6 0 -48.801 -5.13436 -25.85 - 76 231.943 657 5 1 -48.5435 -4.85368 -54.45 - 76 109.9 876 5 0 -48.5332 -4.8399 -55.85 - 76 124.869 658 4 1 -48.3095 -4.58653 -84.45 - 76 114.485 877 4 0 -48.2983 -4.57739 -85.85 - 76 109.752 659 3 1 -48.0675 -4.40441 -114.45 - 76 120.003 878 3 0 -48.0569 -4.39842 -115.85 - 76 102.937 661 2 1 -47.8379 -4.28926 -144.45 - 76 203.052 878 2 0 -47.8235 -4.28692 -145.85 - 76 109.437 662 1 1 -47.5371 -4.23543 -174.45 - 76 171.176 879 1 0 -47.5216 -4.23477 -175.85 - 76 118.62 664 0 1 -47.2078 -4.22727 -204.45 - 76 126.181 879 0 0 -47.1901 -4.22667 -205.85 -Number of digits in this event = 19 +Number of tracker hits in this event = 28 + 76 160.005 815 11 1 -16.9642 -44.3532 125.55 + 76 98.9573 678 11 0 -16.9641 -44.3533 124.15 + 76 104.412 815 10 1 -16.9586 -44.3547 95.55 + 76 373.729 678 10 0 -16.9576 -44.3538 94.15 + 76 116.331 815 9 1 -16.9368 -44.3383 65.55 + 76 136.397 678 9 0 -16.9365 -44.3363 64.15 + 76 272.979 815 8 1 -16.9304 -44.2941 35.55 + 76 90.5445 678 8 0 -16.9294 -44.2914 34.15 + 76 114.785 815 7 1 -16.9082 -44.2375 5.55 + 76 101.439 679 7 0 -16.9085 -44.2349 4.15 + 76 117.624 815 6 1 -16.9131 -44.1861 -24.45 + 76 134.292 679 6 0 -16.9139 -44.1836 -25.85 + 76 120.687 815 5 1 -16.9328 -44.133 -54.45 + 76 98.8437 679 5 0 -16.9343 -44.1299 -55.85 + 76 126.052 815 4 1 -16.9674 -44.0683 -84.45 + 76 138.869 679 4 0 -16.9697 -44.065 -85.85 + 76 113.786 815 3 1 -17.0199 -43.9968 -114.45 + 76 113.963 680 3 0 -17.0228 -43.9942 -115.85 + 76 106.373 814 2 1 -17.0797 -43.9356 -144.45 + 76 114.703 680 2 0 -17.0821 -43.9324 -145.85 + 76 97.8825 814 1 1 -17.1341 -43.8637 -174.45 + 76 119.87 680 1 0 -17.1367 -43.8611 -175.85 + 76 122.957 814 0 1 -17.1901 -43.8119 -204.45 + 76 116.379 681 0 0 -17.1919 -43.8088 -205.85 + 76 259.496 673 5 0 -14.408 -45.3275 -55.85 + 76 128.386 674 5 0 -14.3622 -45.25 -56.0281 + 76 321.218 814 11 1 -17.0503 -44.3128 125.443 + 76 125.839 813 11 1 -17.25 -44.2832 125.483 +Number of digits in this event = 14 Using G4ParticleGun ... -6.0509 LIN +9.25187 LIN proton Event: 77 -Number of tracker hits in this event = 130 - 77 124.51 1604 7 1 140.997 -41.8158 5.55 - 77 107.48 691 7 0 140.997 -41.8153 4.15 - 77 150.021 1604 6 1 141.009 -41.8056 -24.45 - 77 138.43 691 6 0 141.009 -41.8051 -25.85 - 77 129.628 1604 5 1 141.011 -41.7964 -54.45 - 77 156.306 691 5 0 141.011 -41.7952 -55.85 - 77 90.2433 1604 4 1 141.015 -41.7682 -84.45 - 77 161.781 691 4 0 141.016 -41.7666 -85.85 - 77 15815.2 1604 3 1 141.026 -41.7305 -114.45 - 77 5798.87 1603 3 1 140.95 -41.6935 -114.535 - 77 2284.93 1602 3 1 140.75 -41.5955 -114.608 - 77 1866.32 1601 3 1 140.55 -41.4972 -114.68 - 77 1668.88 1600 3 1 140.35 -41.3992 -114.753 - 77 1444.52 1599 3 1 140.15 -41.3006 -114.825 - 77 169.548 700 3 0 137.283 -39.8869 -115.85 - 77 1180.86 701 3 0 137.208 -39.85 -115.877 - 77 1266.99 702 3 0 136.8 -39.65 -116.024 - 77 665.853 703 3 0 136.405 -39.45 -116.166 - 77 234.695 1205 2 1 61.1137 -3.81169 -144.45 - 77 739.735 1204 2 1 61.05 -3.78011 -144.483 - 77 675.706 1203 2 1 60.85 -3.68166 -144.589 - 77 838.038 1202 2 1 60.65 -3.57425 -144.695 - 77 351.199 1201 2 1 60.45 -3.4652 -144.798 - 77 958.899 888 2 0 58.4139 -2.36341 -145.85 - 77 1481.46 889 2 0 58.2044 -2.25 -145.958 - 77 1326.79 890 2 0 57.8292 -2.05 -146.139 - 77 208.319 762 1 1 -27.6373 47.5668 -174.45 - 77 4013.26 761 1 1 -27.65 47.5757 -174.454 - 77 2161 760 1 1 -27.85 47.7135 -174.513 - 77 1678.14 1605 3 1 141.15 -42.1264 -114.797 - 77 2102.32 682 3 0 141.581 -43.563 -115.85 - 77 4696.45 681 3 0 141.608 -43.65 -115.914 - 77 4298.58 680 3 0 141.672 -43.85 -116.059 - 77 1476.47 1598 3 1 139.95 -41.9353 -114.47 - 77 1169.64 1597 3 1 139.75 -41.9744 -114.464 - 77 1282.69 1596 3 1 139.55 -42.0111 -114.458 - 77 584.016 1595 3 1 139.35 -42.0505 -114.452 - 77 348.708 729 4 0 77.6362 -34.0806 -86.25 - 77 989.045 730 4 0 77.3848 -34.05 -86.138 - 77 139.118 1272 4 1 74.5204 -33.6938 -84.85 - 77 324.95 1271 4 1 74.45 -33.6851 -84.8181 - 77 364.226 1270 4 1 74.25 -33.6602 -84.7275 - 77 309.204 1269 4 1 74.05 -33.6355 -84.6377 - 77 258.793 1268 4 1 73.85 -33.6103 -84.5479 - 77 20.5493 1267 4 1 73.65 -33.584 -84.4583 - 77 552.407 754 5 0 12.3201 -29.0731 -56.25 - 77 972.639 755 5 0 12.0032 -29.05 -56.1041 - 77 23.6338 946 5 1 9.26639 -28.8394 -54.85 - 77 329.985 945 5 1 9.25 -28.8381 -54.8425 - 77 419.743 944 5 1 9.05 -28.8221 -54.7507 - 77 348.766 943 5 1 8.85 -28.8055 -54.6586 - 77 472.857 942 5 1 8.65 -28.7893 -54.5659 - 77 77.8564 941 5 1 8.45 -28.7722 -54.4725 - 77 1773.69 808 6 0 -49.2968 -18.4005 -26.25 - 77 131.325 639 6 1 -52.182 -17.8876 -24.85 - 77 395.2 638 6 1 -52.25 -17.8756 -24.8171 - 77 347.17 637 6 1 -52.45 -17.8407 -24.7203 - 77 470.184 636 6 1 -52.65 -17.8049 -24.6225 - 77 264.081 635 6 1 -52.85 -17.7689 -24.525 - 77 818.731 878 7 0 -111.179 -4.34015 3.75 - 77 989.655 879 7 0 -111.569 -4.25 3.93929 - 77 273.643 330 7 1 -114.058 -3.67023 5.15 - 77 398.892 329 7 1 -114.15 -3.64869 5.19465 - 77 422.726 328 7 1 -114.35 -3.60129 5.29381 - 77 479.387 327 7 1 -114.55 -3.55327 5.39316 - 77 282.396 326 7 1 -114.75 -3.5059 5.49289 - 77 77.6093 959 8 0 -177.414 12.0397 33.75 - 77 2131.44 960 8 0 -177.455 12.05 33.7687 - 77 136.784 961 8 0 -178.259 12.25 34.13 - 77 158.522 670 3 0 134.413 -46.0136 -115.85 - 77 1122.86 669 3 0 134.356 -46.05 -115.862 - 77 1224.01 668 3 0 134.046 -46.25 -115.926 - 77 1264.29 667 3 0 133.739 -46.45 -115.99 - 77 1187.37 666 3 0 133.431 -46.65 -116.059 - 77 1054.24 665 3 0 133.126 -46.85 -116.131 - 77 915.519 664 3 0 132.839 -47.05 -116.197 - 77 821.636 695 3 0 141.203 -41.0166 -115.85 - 77 270.465 696 3 0 141.245 -40.85 -116.163 - 77 1045.1 1624 2 1 145.091 -25.8089 -144.45 - 77 1053.73 775 2 0 145.298 -25.0336 -145.85 - 77 182.771 776 2 0 145.348 -24.85 -146.181 - 77 1322.27 1647 1 1 149.64 -9.0913 -174.45 - 77 318.411 858 1 0 149.797 -8.31569 -175.85 - 77 859.873 859 1 0 149.81 -8.25 -175.969 - 77 1137.35 1665 0 1 153.244 7.74231 -204.45 - 77 374.218 942 0 0 153.355 8.57687 -205.85 - 77 882.726 943 0 0 153.365 8.65 -205.972 - 77 255.935 684 3 0 141.558 -43.1766 -115.85 - 77 570.486 683 3 0 141.585 -43.25 -115.918 - 77 471.774 1661 2 1 152.496 -74.0249 -144.45 - 77 878.563 1662 2 1 152.55 -74.1734 -144.592 - 77 613.869 522 2 0 153.021 -75.4813 -145.85 - 77 837.568 521 2 0 153.081 -75.65 -146.012 - 77 133.467 520 2 0 153.153 -75.85 -146.205 - 77 160.59 1716 1 1 163.536 -105.068 -174.45 - 77 1101.92 1717 1 1 163.55 -105.103 -174.486 - 77 434.96 368 1 0 164.101 -106.435 -175.85 - 77 748.122 367 1 0 164.149 -106.55 -175.967 - 77 281.783 366 1 0 164.231 -106.75 -176.171 - 77 1345.6 1778 0 1 175.778 -134.687 -204.45 - 77 758.782 219 0 0 176.349 -136.155 -205.85 - 77 659.296 218 0 0 176.425 -136.35 -206.035 - 77 62.6933 217 0 0 176.506 -136.55 -206.228 - 77 8717.38 692 3 0 140.431 -41.5214 -115.85 - 77 9030.25 1539 2 1 128.037 -37.3024 -144.45 - 77 15509.6 1538 2 1 127.95 -37.2672 -144.643 - 77 7241.34 714 2 0 127.402 -37.109 -145.85 - 77 2384.78 827 4 0 40.9849 -14.5329 -86.25 - 77 9717.93 828 4 0 40.6812 -14.45 -86.1599 - 77 1185.75 693 3 0 141.283 -41.4149 -115.85 - 77 1176.56 1633 2 1 146.754 -34.7991 -144.45 - 77 1202.6 728 2 0 147.074 -34.4184 -145.85 - 77 481.758 1667 1 1 153.725 -26.6653 -174.45 - 77 872.842 1668 1 1 153.75 -26.6086 -174.61 - 77 1174.15 769 1 0 153.945 -26.1697 -175.85 - 77 199.398 770 1 0 153.998 -26.05 -176.188 - 77 774.331 1692 0 1 158.721 -16.2531 -204.45 - 77 807.03 1693 0 1 158.75 -16.1813 -204.661 - 77 1735.06 821 0 0 158.897 -15.8151 -205.85 - 77 27.959 691 3 0 140.991 -41.6543 -115.85 - 77 146.109 1600 2 1 140.241 -40.0291 -144.45 - 77 97.1065 700 2 0 140.204 -39.9493 -145.85 - 77 113.497 1596 1 1 139.439 -38.3207 -174.45 - 77 176.534 709 1 0 139.401 -38.2405 -175.85 - 77 224.477 1592 0 1 138.632 -36.5986 -204.45 - 77 462.239 717 0 0 138.595 -36.5175 -205.85 - 77 65.8891 1638 4 1 147.95 91.4102 -84.6216 - 77 98.5272 1599 2 1 140.15 -40.0893 -144.553 - 77 133.872 695 2 0 140.409 -40.8835 -145.85 - 77 85.1392 694 2 0 140.612 -41.0502 -146.078 -Number of digits in this event = 120 -Using G4ParticleGun ... -3.28859 LIN +Number of tracker hits in this event = 42 + 77 150.206 204 8 1 -139.203 -2.5555 35.55 + 77 237.398 887 8 0 -139.203 -2.55559 34.15 + 77 111.868 204 7 1 -139.204 -2.55939 5.55 + 77 112.132 887 7 0 -139.202 -2.56213 4.15 + 77 102.669 204 6 1 -139.151 -2.61997 -24.45 + 77 29.6915 205 6 1 -139.15 -2.62065 -24.7691 + 77 108.314 887 6 0 -139.148 -2.623 -25.85 + 77 200.604 205 5 1 -139.096 -2.68602 -54.45 + 77 109.132 886 5 0 -139.092 -2.68909 -55.85 + 77 109.102 205 4 1 -139.029 -2.75137 -84.45 + 77 335.401 886 4 0 -139.025 -2.75523 -85.85 + 77 103.635 205 3 1 -138.951 -2.83448 -114.45 + 77 120.623 886 3 0 -138.948 -2.8392 -115.85 + 77 118.033 206 2 1 -138.889 -2.93622 -144.45 + 77 283.68 885 2 0 -138.886 -2.9399 -145.85 + 77 94.7854 206 1 1 -138.834 -3.01793 -174.45 + 77 107.726 885 1 0 -138.831 -3.02089 -175.85 + 77 137.341 206 0 1 -138.768 -3.08129 -204.45 + 77 116.65 884 0 0 -138.765 -3.08421 -205.85 + 77 3.35397 1154 2 0 -140.163 51.0165 -146.25 + 77 54.131 1170 8 0 -123.894 54.0685 33.75 + 77 55.7867 1171 8 0 -123.857 54.25 33.8407 + 77 60.646 1172 8 0 -123.838 54.45 33.9352 + 77 316.963 1173 8 0 -123.822 54.6506 34.0197 + 77 15.5759 1174 8 0 -123.807 54.8504 34.1131 + 77 154.089 284 8 1 -123.332 56.3656 35.1502 + 77 27.2325 285 8 1 -123.15 56.7947 35.4838 + 77 16.6664 1333 9 0 -84.6554 86.8194 63.75 + 77 136.727 1334 9 0 -84.6172 86.85 63.7807 + 77 101.898 1335 9 0 -84.3252 87.05 64.0001 + 77 1.76248 488 9 1 -82.2571 87.6592 65.15 + 77 50.514 489 9 1 -82.2498 87.6613 65.154 + 77 72.798 490 9 1 -82.0498 87.7291 65.2166 + 77 124.478 491 9 1 -81.85 87.7403 65.35 + 77 31.1322 877 10 0 -131.97 -4.56635 93.75 + 77 240.495 876 10 0 -132.007 -4.65 93.7739 + 77 320.153 875 10 0 -132.042 -4.85 93.8153 + 77 84.8443 874 10 0 -131.929 -5.05016 94.1028 + 77 17.7666 248 10 1 -130.395 -5.59475 95.15 + 77 80.0412 249 10 1 -130.35 -5.60536 95.1742 + 77 107.369 250 10 1 -130.15 -5.56984 95.2591 + 77 58.9818 251 10 1 -129.95 -5.53436 95.2931 +Number of digits in this event = 15 +Using G4ParticleGun ... +2.99022 LIN proton Event: 78 -Number of tracker hits in this event = 20 - 78 132.737 357 9 1 -108.622 62.5167 65.55 - 78 103.405 1212 9 0 -108.624 62.516 64.15 - 78 118.477 357 8 1 -108.656 62.494 35.55 - 78 123.352 1212 8 0 -108.659 62.4921 34.15 - 78 97.1844 357 7 1 -108.712 62.4514 5.55 - 78 110.781 1211 7 0 -108.714 62.449 4.15 - 78 109.322 356 6 1 -108.771 62.4017 -24.45 - 78 137.977 1211 6 0 -108.773 62.4003 -25.85 - 78 102.603 356 5 1 -108.815 62.3734 -54.45 - 78 128.6 1211 5 0 -108.817 62.3705 -55.85 - 78 113.632 356 4 1 -108.838 62.3186 -84.45 - 78 111.599 1211 4 0 -108.839 62.3156 -85.85 - 78 116.538 356 3 1 -108.866 62.2559 -114.45 - 78 104.345 1211 3 0 -108.867 62.2531 -115.85 - 78 137.605 356 2 1 -108.888 62.2023 -144.45 - 78 196.857 1210 2 0 -108.889 62.1985 -145.85 - 78 104.542 356 1 1 -108.908 62.119 -174.45 - 78 115.201 1210 1 0 -108.91 62.1153 -175.85 - 78 114.328 356 0 1 -108.949 62.0465 -204.45 - 78 100.412 1209 0 0 -108.952 62.0431 -205.85 +Number of tracker hits in this event = 7 + 78 126.709 1377 10 1 95.6286 -54.3023 95.55 + 78 172.914 628 10 0 95.63 -54.3034 94.15 + 78 110.847 1377 9 1 95.6512 -54.3255 65.55 + 78 144.062 628 9 0 95.6519 -54.3253 64.15 + 78 56.5474 992 8 0 113.278 18.45 34.0827 + 78 51.7015 1429 7 1 106.042 -126.558 5.55 + 78 190.384 629 10 0 96.8312 -54.2031 94.15 Number of digits in this event = 7 Using G4ParticleGun ... -7.92466 LIN +3.93342 LIN proton Event: 79 -Number of tracker hits in this event = 29 - 79 96.1257 518 10 1 -76.3605 -57.3857 95.55 - 79 202.47 613 10 0 -76.3601 -57.3847 94.15 - 79 103.679 518 9 1 -76.3507 -57.3629 65.55 - 79 102.46 613 9 0 -76.3503 -57.3613 64.15 - 79 104.368 518 8 1 -76.3388 -57.3263 35.55 - 79 105.612 613 8 0 -76.3376 -57.3242 34.15 - 79 116.395 518 7 1 -76.3101 -57.2804 5.55 - 79 179.479 613 7 0 -76.3095 -57.2778 4.15 - 79 391.499 518 6 1 -76.2983 -57.2221 -24.45 - 79 101.863 614 6 0 -76.298 -57.2193 -25.85 - 79 93.4184 518 5 1 -76.2936 -57.1628 -54.45 - 79 119.277 614 5 0 -76.2938 -57.1596 -55.85 - 79 97.4373 518 4 1 -76.2971 -57.0933 -84.45 - 79 271.58 614 4 0 -76.2971 -57.0894 -85.85 - 79 94.6722 518 3 1 -76.3002 -57.008 -114.45 - 79 155.565 615 3 0 -76.2996 -57.0032 -115.85 - 79 185.955 518 2 1 -76.2915 -56.9009 -144.45 - 79 97.2067 615 2 0 -76.2915 -56.8955 -145.85 - 79 136.393 518 1 1 -76.2933 -56.7883 -174.45 - 79 228.212 616 1 0 -76.294 -56.7831 -175.85 - 79 100.339 518 0 1 -76.3067 -56.6779 -204.45 - 79 161.579 616 0 0 -76.3086 -56.6725 -205.85 - 79 142.495 519 1 1 -76.2499 -56.7912 -174.456 - 79 105.22 580 1 0 -39.4219 -63.9223 -176.25 - 79 221.446 581 1 0 -39.3174 -63.85 -176.121 - 79 59.5661 722 1 1 -35.5521 -64.4001 -174.85 - 79 259.207 723 1 1 -35.45 -64.3605 -174.78 - 79 215.343 519 6 1 -76.25 -57.3828 -24.7844 - 79 78.478 612 6 0 -75.9881 -57.5033 -25.85 +Number of tracker hits in this event = 23 + 79 138.396 243 8 1 -131.541 -38.6301 35.55 + 79 95.139 707 8 0 -131.542 -38.6283 34.15 + 79 147.373 242 7 1 -131.57 -38.591 5.55 + 79 120.333 707 7 0 -131.573 -38.589 4.15 + 79 116.704 242 6 1 -131.647 -38.5545 -24.45 + 79 146.442 707 6 0 -131.65 -38.5541 -25.85 + 79 114.46 242 5 1 -131.713 -38.542 -54.45 + 79 110.348 707 5 0 -131.717 -38.54 -55.85 + 79 132.916 241 4 1 -131.788 -38.493 -84.45 + 79 138.173 707 4 0 -131.792 -38.4917 -85.85 + 79 125 241 3 1 -131.866 -38.4707 -114.45 + 79 96.0637 707 3 0 -131.867 -38.4717 -115.85 + 79 112.424 241 2 1 -131.882 -38.4962 -144.45 + 79 161.844 707 2 0 -131.883 -38.4984 -145.85 + 79 98.4329 241 1 1 -131.896 -38.5371 -174.45 + 79 126.59 707 1 0 -131.899 -38.5409 -175.85 + 79 112.776 240 0 1 -131.959 -38.6147 -204.45 + 79 118.043 707 0 0 -131.963 -38.6195 -205.85 + 79 110.03 659 9 0 -110.875 -48.1485 63.75 + 79 57.1552 658 9 0 -110.689 -48.2502 64.0299 + 79 509.114 346 9 1 -110.858 -49.2237 65.1503 + 79 330.987 347 9 1 -110.75 -49.9167 65.3429 + 79 292.743 641 9 0 -111.804 -51.7823 64.15 Number of digits in this event = 14 Using G4ParticleGun ... -2.16117 LIN +9.00216 LIN proton Event: 80 -Number of tracker hits in this event = 25 - 80 209.552 788 11 1 -22.3957 37.7716 125.55 - 80 138.616 1088 11 0 -22.3953 37.7696 124.15 - 80 98.0333 788 10 1 -22.3901 37.7135 95.55 - 80 144.497 1088 10 0 -22.3906 37.7082 94.15 - 80 99.4859 788 9 1 -22.4018 37.5987 65.55 - 80 228.596 1087 9 0 -22.4019 37.5935 64.15 - 80 100.693 788 8 1 -22.406 37.4937 35.55 - 80 151.927 1087 8 0 -22.4066 37.4872 34.15 - 80 110.68 788 7 1 -22.4234 37.3606 5.55 - 80 127.373 1086 7 0 -22.4225 37.355 4.15 - 80 102.766 788 6 1 -22.3943 37.2527 -24.45 - 80 104.4 1085 6 0 -22.3932 37.2491 -25.85 - 80 90.9594 788 5 1 -22.3695 37.1729 -54.45 - 80 113.014 1085 5 0 -22.3699 37.1675 -55.85 - 80 229.015 788 4 1 -22.4015 37.0477 -84.45 - 80 119.606 1084 4 0 -22.4026 37.045 -85.85 - 80 106.089 788 3 1 -22.4211 36.9864 -114.45 - 80 129.998 1084 3 0 -22.4229 36.9842 -115.85 - 80 140.317 787 2 1 -22.4643 36.93 -144.45 - 80 225.509 1084 2 0 -22.4654 36.9213 -145.85 - 80 148.084 787 1 1 -22.491 36.736 -174.45 - 80 107.576 1083 1 0 -22.4905 36.7244 -175.85 - 80 113.927 787 0 1 -22.4764 36.4868 -204.45 - 80 145.027 1082 0 0 -22.4759 36.4777 -205.85 - 80 242.832 1354 3 0 -13.1095 91.0248 -116.25 -Number of digits in this event = 14 +Number of tracker hits in this event = 29 + 80 250.434 1275 11 1 75.1358 13.153 125.55 + 80 136.469 965 11 0 75.1358 13.153 124.15 + 80 137.275 1275 10 1 75.1356 13.1564 95.55 + 80 117.774 965 10 0 75.1352 13.1565 94.15 + 80 109.482 1275 9 1 75.1254 13.1566 65.55 + 80 111.613 965 9 0 75.1247 13.1567 64.15 + 80 119.52 1275 8 1 75.1111 13.1568 35.55 + 80 129.301 965 8 0 75.1119 13.1572 34.15 + 80 102.562 1275 7 1 75.1255 13.1633 5.55 + 80 97.3926 965 7 0 75.1231 13.1628 4.15 + 80 82.7387 1275 6 1 75.0706 13.1515 -24.45 + 80 104.9 965 6 0 75.0688 13.1508 -25.85 + 80 121.231 1274 5 1 75.0325 13.1392 -54.45 + 80 106.774 965 5 0 75.0302 13.1389 -55.85 + 80 127.415 1274 4 1 74.9866 13.13 -84.45 + 80 114.752 965 4 0 74.9844 13.1286 -85.85 + 80 115.046 1274 3 1 74.9377 13.0996 -114.45 + 80 99.5487 965 3 0 74.9358 13.0975 -115.85 + 80 154.825 1274 2 1 74.8893 13.0592 -144.45 + 80 117.402 965 2 0 74.8869 13.0576 -145.85 + 80 118.208 1273 1 1 74.8411 13.0256 -174.45 + 80 106.493 964 1 0 74.8397 13.0237 -175.85 + 80 87.1597 1273 0 1 74.8113 12.983 -204.45 + 80 105.096 964 0 0 74.8099 12.9814 -205.85 + 80 77.6516 965 1 0 74.8431 13.05 -176.068 + 80 90.0218 966 1 0 74.887 13.25 -176.15 + 80 29.4261 967 1 0 74.9679 13.45 -176.217 + 80 95.2884 969 11 0 75.3 13.8787 124.15 + 80 178.717 970 11 0 75.3326 14.05 123.896 +Number of digits in this event = 9 Using G4ParticleGun ... -4.17786 LIN +3.21373 LIN proton Event: 81 -Number of tracker hits in this event = 29 - 81 151.004 398 9 1 -100.459 -83.6768 65.55 - 81 125.542 481 9 0 -100.462 -83.6769 64.15 - 81 193.414 398 8 1 -100.519 -83.676 35.55 - 81 109.57 481 8 0 -100.522 -83.677 34.15 - 81 124.015 397 7 1 -100.567 -83.6982 5.55 - 81 100.895 481 7 0 -100.568 -83.6995 4.15 - 81 112.52 397 6 1 -100.593 -83.7256 -24.45 - 81 108.166 481 6 0 -100.596 -83.7268 -25.85 - 81 231.22 397 5 1 -100.65 -83.7526 -54.45 - 81 113.45 481 5 0 -100.652 -83.7539 -55.85 - 81 209.327 397 4 1 -100.693 -83.7773 -84.45 - 81 160.31 481 4 0 -100.694 -83.7798 -85.85 - 81 151.283 397 3 1 -100.706 -83.8304 -114.45 - 81 216.675 481 3 0 -100.709 -83.8334 -115.85 - 81 167.77 396 2 1 -100.764 -83.9007 -144.45 - 81 292.283 480 2 0 -100.768 -83.9041 -145.85 - 81 120.323 396 1 1 -100.848 -83.9754 -174.45 - 81 126.02 480 1 0 -100.852 -83.9786 -175.85 - 81 88.2615 396 0 1 -100.936 -84.0384 -204.45 - 81 101.077 480 0 0 -100.943 -84.0408 -205.85 - 81 165.398 1662 11 0 -20.8319 152.55 123.936 - 81 49.2723 797 11 1 -20.4991 152.643 125.15 - 81 82.5936 1587 5 0 -37.2153 137.675 -56.1698 - 81 12.5893 95 3 0 17.6708 -161.135 -116.25 - 81 189.575 94 3 0 17.6327 -161.15 -116.224 - 81 81.2819 93 3 0 17.2446 -161.35 -115.922 - 81 54.6314 92 3 0 17.1921 -161.55 -116.05 - 81 65.2595 396 4 1 -100.75 -83.8348 -84.8131 - 81 8.3898 367 4 0 -163.424 -106.55 -86.1872 -Number of digits in this event = 17 +Number of tracker hits in this event = 28 + 81 109.406 797 8 1 -20.6305 -136.26 35.55 + 81 126.178 219 8 0 -20.631 -136.26 34.15 + 81 111.187 797 7 1 -20.6431 -136.244 5.55 + 81 174.945 219 7 0 -20.6442 -136.243 4.15 + 81 131.254 796 6 1 -20.6688 -136.231 -24.45 + 81 132.81 219 6 0 -20.6707 -136.231 -25.85 + 81 125.293 796 5 1 -20.7135 -136.216 -54.45 + 81 134.134 219 5 0 -20.7194 -136.215 -55.85 + 81 100.332 796 4 1 -20.8457 -136.197 -84.45 + 81 111.904 219 4 0 -20.8506 -136.198 -85.85 + 81 89.7009 795 3 1 -20.9506 -136.213 -114.45 + 81 133.795 219 3 0 -20.9531 -136.215 -115.85 + 81 100.278 795 2 1 -21.0055 -136.262 -144.45 + 81 193.737 219 2 0 -21.0088 -136.265 -145.85 + 81 140.017 794 1 1 -21.0782 -136.32 -174.45 + 81 129.424 219 1 0 -21.0815 -136.322 -175.85 + 81 88.8961 794 0 1 -21.1513 -136.362 -204.45 + 81 145.03 218 0 0 -21.1586 -136.362 -205.85 + 81 53.0297 950 11 1 10.1829 -89.2115 125.347 + 81 0.687553 38 6 0 -59.4874 -172.441 -26.25 + 81 3.07407 1477 2 1 115.567 -11.9777 -144.85 + 81 38.6491 1475 6 1 115.23 20.2349 -24.7091 + 81 76.6906 797 6 1 -20.65 -136.266 -24.5653 + 81 66.6122 798 6 1 -20.45 -136.287 -24.7254 + 81 69.7881 799 6 1 -20.25 -136.279 -24.7531 + 81 107.366 800 6 1 -20.05 -136.234 -24.685 + 81 187.105 801 6 1 -19.85 -136.132 -24.629 + 81 93.2035 802 6 1 -19.65 -135.738 -24.5277 +Number of digits in this event = 16 Using G4ParticleGun ... -2.37781 LIN +2.95234 LIN proton Event: 82 -Number of tracker hits in this event = 25 - 82 131.632 225 8 1 -135.043 -41.7653 35.55 - 82 126.544 691 8 0 -135.039 -41.7647 34.15 - 82 150.973 225 7 1 -134.987 -41.7562 5.55 - 82 137.842 691 7 0 -134.986 -41.7563 4.15 - 82 460.539 225 6 1 -134.976 -41.7618 -24.45 - 82 106.332 691 6 0 -134.975 -41.7647 -25.85 - 82 355.498 226 5 1 -134.949 -41.8262 -54.45 - 82 125.757 691 5 0 -134.948 -41.8281 -55.85 - 82 130.481 226 4 1 -134.934 -41.8694 -84.45 - 82 122.977 690 4 0 -134.932 -41.8728 -85.85 - 82 142.867 226 3 1 -134.891 -41.95 -114.45 - 82 119.774 690 3 0 -134.89 -41.9528 -115.85 - 82 105.305 226 2 1 -134.857 -42.0095 -144.45 - 82 182.569 690 2 0 -134.857 -42.0135 -145.85 - 82 214.469 226 1 1 -134.839 -42.099 -174.45 - 82 200.543 689 1 0 -134.838 -42.1029 -175.85 - 82 101.491 226 0 1 -134.819 -42.1882 -204.45 - 82 133.711 689 0 0 -134.814 -42.1883 -205.85 - 82 38.4492 690 1 0 -135.028 -41.8668 -175.85 - 82 77.3197 691 1 0 -135.029 -41.85 -175.977 - 82 36.0446 758 1 0 -101.236 -28.2886 -176.25 - 82 232.562 759 1 0 -101.185 -28.25 -176.215 - 82 9.10176 692 5 0 -134.929 -41.65 -55.859 - 82 434.911 226 6 1 -134.95 -41.7443 -24.4827 - 82 1.08723 224 6 1 -135.15 -40.9641 -24.8144 -Number of digits in this event = 17 +Number of tracker hits in this event = 28 + 82 131.912 1397 10 1 99.5982 35.3505 95.55 + 82 159.898 1076 10 0 99.5982 35.3522 94.15 + 82 135.716 1397 9 1 99.5956 35.3876 65.55 + 82 116.641 1076 9 0 99.595 35.3894 64.15 + 82 119.432 1397 8 1 99.5819 35.4182 35.55 + 82 111.191 1076 8 0 99.5816 35.419 34.15 + 82 109.216 1397 7 1 99.5818 35.4308 5.55 + 82 89.8855 1076 7 0 99.5831 35.4323 4.15 + 82 167.963 1397 6 1 99.6064 35.4704 -24.45 + 82 126.809 1077 6 0 99.6059 35.4704 -25.85 + 82 103.695 1397 5 1 99.5826 35.4804 -54.45 + 82 114.648 1077 5 0 99.5835 35.4804 -55.85 + 82 131.143 1397 4 1 99.6075 35.487 -84.45 + 82 143.747 1077 4 0 99.605 35.4909 -85.85 + 82 140.675 1397 3 1 99.5532 35.572 -114.45 + 82 124.94 1077 3 0 99.5505 35.5788 -115.85 + 82 132.983 1396 2 1 99.4866 35.7086 -144.45 + 82 123.215 1078 2 0 99.4829 35.7153 -145.85 + 82 132.971 1396 1 1 99.411 35.8496 -174.45 + 82 137.714 1079 1 0 99.4062 35.8584 -175.85 + 82 106.692 1395 0 1 99.3101 36.0346 -204.45 + 82 78.4319 1079 0 0 99.3064 36.0469 -205.85 + 82 9.18667 1080 0 0 99.3054 36.05 -206.207 + 82 362.695 1256 5 0 88.0727 71.4015 -56.25 + 82 163.266 1191 0 0 156.257 58.3141 -206.25 + 82 361.259 1192 0 0 156.267 58.45 -206.087 + 82 24.3933 1672 0 1 154.615 58.8867 -204.85 + 82 13.8787 1671 0 1 154.55 58.8666 -204.831 +Number of digits in this event = 19 Using G4ParticleGun ... -2.11372 LIN +8.13176 LIN proton Event: 83 -Number of tracker hits in this event = 23 - 83 127.741 369 9 1 -106.22 -73.3303 65.55 - 83 107.851 533 9 0 -106.222 -73.331 64.15 - 83 205.274 369 8 1 -106.271 -73.3536 35.55 - 83 90.4318 533 8 0 -106.274 -73.3537 34.15 - 83 104.122 369 7 1 -106.315 -73.3529 5.55 - 83 258.662 533 7 0 -106.315 -73.3513 4.15 - 83 106.972 369 6 1 -106.318 -73.3162 -24.45 - 83 134.401 533 6 0 -106.321 -73.3138 -25.85 - 83 112.576 368 5 1 -106.363 -73.276 -54.45 - 83 114.701 533 5 0 -106.365 -73.2741 -55.85 - 83 187.737 368 4 1 -106.4 -73.2463 -84.45 - 83 110.568 534 4 0 -106.402 -73.2426 -85.85 - 83 337.636 368 3 1 -106.439 -73.1722 -114.45 - 83 105.839 534 3 0 -106.441 -73.1648 -115.85 - 83 98.0757 368 2 1 -106.478 -73.0215 -144.45 - 83 121.66 535 2 0 -106.48 -73.0157 -145.85 - 83 311.99 368 1 1 -106.522 -72.8937 -174.45 - 83 125.006 535 1 0 -106.524 -72.8847 -175.85 - 83 125.481 367 0 1 -106.58 -72.6949 -204.45 - 83 304.61 536 0 0 -106.582 -72.6848 -205.85 - 83 16.429 537 0 0 -106.553 -72.65 -206.079 - 83 128.991 534 7 0 -106.501 -73.25 3.83121 - 83 266.694 402 7 0 -95.3743 -99.6398 3.75012 -Number of digits in this event = 14 +Number of tracker hits in this event = 25 + 83 86.389 1123 11 1 44.8074 22.7761 125.55 + 83 118.067 1013 11 0 44.8085 22.7766 124.15 + 83 145.447 1123 10 1 44.833 22.7856 95.55 + 83 100.697 1013 10 0 44.8341 22.7854 94.15 + 83 118.225 1124 9 1 44.8553 22.7806 65.55 + 83 96.4328 1013 9 0 44.8559 22.7807 64.15 + 83 103.977 1124 8 1 44.8695 22.7854 35.55 + 83 88.4393 1013 8 0 44.8702 22.7864 34.15 + 83 162.479 1124 7 1 44.8843 22.8059 5.55 + 83 110.004 1013 7 0 44.8841 22.8077 4.15 + 83 124.411 1124 6 1 44.8808 22.8439 -24.45 + 83 129.386 1013 6 0 44.8809 22.8445 -25.85 + 83 133.775 1124 5 1 44.8844 22.8575 -54.45 + 83 94.5134 1014 5 0 44.8854 22.8582 -55.85 + 83 96.2966 1124 4 1 44.9072 22.8704 -84.45 + 83 166.889 1014 4 0 44.9098 22.8711 -85.85 + 83 88.1237 1124 3 1 44.9615 22.882 -114.45 + 83 209.148 1014 3 0 44.9642 22.8827 -115.85 + 83 110.696 1124 2 1 45.0189 22.8967 -144.45 + 83 108.459 1014 2 0 45.0222 22.8971 -145.85 + 83 106.438 1125 1 1 45.0892 22.9063 -174.45 + 83 124.904 1014 1 0 45.0927 22.9072 -175.85 + 83 160.856 1125 0 1 45.1605 22.9272 -204.45 + 83 224.024 1014 0 0 45.1644 22.929 -205.85 + 83 10.5485 1134 9 1 46.8701 -75.5325 65.3997 +Number of digits in this event = 13 Using G4ParticleGun ... -1.63617 LIN +2.04187 LIN proton Event: 84 -Number of tracker hits in this event = 18 - 84 121.428 848 8 1 -10.41 -138.323 35.55 - 84 152.341 209 8 0 -10.4118 -138.326 34.15 - 84 93.2334 848 7 1 -10.4448 -138.408 5.55 - 84 158.941 208 7 0 -10.4525 -138.414 4.15 - 84 213.981 847 6 1 -10.6055 -138.528 -24.45 - 84 103.67 208 6 0 -10.6128 -138.533 -25.85 - 84 109.033 846 5 1 -10.7645 -138.626 -54.45 - 84 130.091 207 5 0 -10.7749 -138.626 -55.85 - 84 142.517 845 4 1 -10.9692 -138.605 -84.45 - 84 260.94 207 4 0 -10.9796 -138.603 -85.85 - 84 175.218 844 3 1 -11.1886 -138.538 -114.45 - 84 132.886 208 3 0 -11.2024 -138.531 -115.85 - 84 161.829 842 2 1 -11.4788 -138.389 -144.45 - 84 105.758 208 2 0 -11.498 -138.381 -145.85 - 84 273.126 840 1 1 -11.8754 -138.21 -174.45 - 84 122.386 209 1 0 -11.8941 -138.203 -175.85 - 84 110.613 838 0 1 -12.2865 -138.064 -204.45 - 84 113.446 210 0 0 -12.3056 -138.059 -205.85 -Number of digits in this event = 13 +Number of tracker hits in this event = 40 + 84 148.457 840 8 1 -11.9386 138.976 35.55 + 84 102.837 1594 8 0 -11.9368 138.976 34.15 + 84 127.172 840 7 1 -11.8997 138.975 5.55 + 84 96.2929 1594 7 0 -11.8979 138.976 4.15 + 84 216.42 840 6 1 -11.8648 138.998 -24.45 + 84 105.429 1594 6 0 -11.8652 138.997 -25.85 + 84 124.524 840 5 1 -11.8752 138.989 -54.45 + 84 88.2331 1594 5 0 -11.879 138.987 -55.85 + 84 122.532 840 4 1 -11.9595 138.955 -84.45 + 84 99.6697 1594 4 0 -11.9615 138.952 -85.85 + 84 95.5199 840 3 1 -12.0083 138.889 -114.45 + 84 109.489 1593 3 0 -12.0099 138.887 -115.85 + 84 235.291 840 2 1 -12.0364 138.851 -144.45 + 84 94.2923 1593 2 0 -12.0366 138.851 -145.85 + 84 112.932 840 1 1 -12.0393 138.845 -174.45 + 84 139.353 1593 1 0 -12.0421 138.846 -175.85 + 84 139.806 839 0 1 -12.0959 138.873 -204.45 + 84 105.415 1593 0 0 -12.0978 138.876 -205.85 + 84 120.968 1726 0 0 -76.8369 165.429 -206.25 + 84 67.6935 1727 0 0 -77.0099 165.55 -205.997 + 84 116.337 511 0 1 -77.7917 166.112 -204.85 + 84 163.148 510 0 1 -77.85 166.154 -204.765 + 84 11.9001 509 0 1 -78.05 166.297 -204.472 + 84 134.096 1794 1 0 -97.6265 179.046 -176.25 + 84 114.031 1795 1 0 -97.7866 179.15 -176.019 + 84 101.972 407 1 1 -98.6031 179.659 -174.85 + 84 180.48 406 1 1 -98.75 179.75 -174.639 + 84 293.898 1595 2 0 -11.0325 139.16 -145.85 + 84 200.196 1594 2 0 -10.9904 139.15 -145.892 + 84 176.751 1593 8 0 -11.2355 138.766 34.1499 + 84 88.498 1321 8 0 -4.68395 84.4306 33.75 + 84 61.3242 1320 8 0 -4.71918 84.2499 33.855 + 84 186.028 1319 8 0 -4.79059 84.05 33.9292 + 84 204.188 1318 8 0 -4.87813 83.85 33.959 + 84 49.6013 1317 8 0 -5.17562 83.65 34.1043 + 84 6.17152 860 8 1 -8.02161 82.5341 35.15 + 84 91.6376 859 8 1 -8.05 82.5273 35.1618 + 84 364.291 858 8 1 -8.25005 82.5974 35.3049 + 84 55.7334 857 8 1 -8.4501 83.4747 35.2434 + 84 291.92 1311 8 0 -8.24063 82.382 34.15 +Number of digits in this event = 22 Using G4ParticleGun ... -8.13188 LIN +4.39842 LIN proton Event: 85 -Number of tracker hits in this event = 23 - 85 104.233 887 10 1 -2.56055 96.5862 95.55 - 85 115.781 1382 10 0 -2.56071 96.5871 94.15 - 85 109.92 887 9 1 -2.56247 96.6081 65.55 - 85 94.8068 1382 9 0 -2.56323 96.6086 64.15 - 85 120.438 887 8 1 -2.57719 96.6136 35.55 - 85 232.002 1382 8 0 -2.57749 96.614 34.15 - 85 97.1817 887 7 1 -2.58844 96.6248 5.55 - 85 114.258 1382 7 0 -2.58896 96.6251 4.15 - 85 105.243 887 6 1 -2.59665 96.6313 -24.45 - 85 222.25 1382 6 0 -2.59703 96.6309 -25.85 - 85 118.556 887 5 1 -2.60681 96.6227 -54.45 - 85 128.699 1382 5 0 -2.60722 96.6232 -55.85 - 85 128.398 887 4 1 -2.61808 96.631 -84.45 - 85 114.104 1382 4 0 -2.61873 96.6305 -85.85 - 85 188.001 887 3 1 -2.63571 96.6218 -114.45 - 85 138.287 1382 3 0 -2.63659 96.6189 -115.85 - 85 163.597 886 2 1 -2.65954 96.5662 -144.45 - 85 142.837 1382 2 0 -2.66144 96.5634 -145.85 - 85 130.101 886 1 1 -2.69851 96.5088 -174.45 - 85 134.352 1381 1 0 -2.70008 96.5048 -175.85 - 85 121.544 886 0 1 -2.72579 96.4166 -204.45 - 85 100.664 1381 0 0 -2.7274 96.4127 -205.85 - 85 233.042 1381 3 0 -2.7088 96.55 -116.031 -Number of digits in this event = 14 +Number of tracker hits in this event = 27 + 85 96.2975 302 9 1 -119.662 -24.0267 65.55 + 85 119.5 780 9 0 -119.661 -24.0265 64.15 + 85 113.61 302 8 1 -119.64 -24.0192 35.55 + 85 149.552 780 8 0 -119.638 -24.0186 34.15 + 85 148.354 302 7 1 -119.611 -24.0019 5.55 + 85 143.853 780 7 0 -119.609 -24.0024 4.15 + 85 139.012 302 6 1 -119.573 -24.0165 -24.45 + 85 106.717 780 6 0 -119.569 -24.0178 -25.85 + 85 103.324 303 5 1 -119.483 -24.04 -54.45 + 85 130.767 780 5 0 -119.478 -24.0396 -55.85 + 85 172.25 303 4 1 -119.371 -24.0251 -84.45 + 85 138.903 780 4 0 -119.365 -24.0244 -85.85 + 85 106.351 304 3 1 -119.256 -24.0108 -114.45 + 85 187.696 780 3 0 -119.252 -24.0071 -115.85 + 85 109.907 304 2 1 -119.161 -23.9335 -144.45 + 85 138.698 780 2 0 -119.157 -23.9311 -145.85 + 85 112.494 305 1 1 -119.06 -23.8801 -174.45 + 85 109.853 780 1 0 -119.057 -23.8771 -175.85 + 85 106.958 305 0 1 -118.985 -23.8229 -204.45 + 85 107.236 781 0 0 -118.984 -23.8195 -205.85 + 85 101.577 303 6 1 -119.55 -23.9759 -24.5255 + 85 135.249 782 6 0 -119.187 -23.6024 -25.85 + 85 362.957 793 6 0 -142.806 -21.2948 -26.25 + 85 20.1428 792 6 0 -143.153 -21.45 -25.8944 + 85 68.9633 181 6 1 -143.79 -22.0078 -24.85 + 85 61.9981 180 6 1 -143.95 -22.1339 -24.6371 + 85 7.56578 179 6 1 -144.15 -22.1781 -24.4627 +Number of digits in this event = 13 Using G4ParticleGun ... -4.45278 LIN +1.21196 LIN proton Event: 86 -Number of tracker hits in this event = 18 - 86 155.621 278 7 1 -124.388 80.881 5.55 - 86 108.067 1304 7 0 -124.387 80.8812 4.15 - 86 106.058 278 6 1 -124.372 80.8857 -24.45 - 86 120.06 1304 6 0 -124.371 80.8878 -25.85 - 86 95.8947 279 5 1 -124.35 80.9332 -54.45 - 86 81.8641 1304 5 0 -124.35 80.9353 -55.85 - 86 354.594 279 4 1 -124.337 80.9785 -84.45 - 86 368.355 1304 4 0 -124.337 80.9787 -85.85 - 86 105.473 279 3 1 -124.347 80.9783 -114.45 - 86 77.8666 1304 3 0 -124.348 80.9797 -115.85 - 86 120.377 278 2 1 -124.36 81.0071 -144.45 - 86 135.602 1304 2 0 -124.36 81.0079 -145.85 - 86 102.413 278 1 1 -124.368 81.0262 -174.45 - 86 226.237 1304 1 0 -124.367 81.0283 -175.85 - 86 101.97 279 0 1 -124.342 81.0671 -204.45 - 86 97.202 1305 0 0 -124.341 81.0685 -205.85 - 86 214.112 1305 4 0 -124.705 81.1505 -85.85 - 86 61.738 272 4 1 -125.559 81.538 -84.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 44 + 86 123.302 854 10 1 -9.09858 -108.362 95.55 + 86 181.518 358 10 0 -9.09665 -108.363 94.15 + 86 107.843 855 9 1 -9.04178 -108.364 65.55 + 86 132.876 358 9 0 -9.0369 -108.366 64.15 + 86 114.763 855 8 1 -8.93716 -108.403 35.55 + 86 121.719 358 8 0 -8.93511 -108.412 34.15 + 86 129.061 855 7 1 -8.88015 -108.6 5.55 + 86 119.81 357 7 0 -8.88004 -108.611 4.15 + 86 115.651 855 6 1 -8.88688 -108.831 -24.45 + 86 128.404 356 6 0 -8.89082 -108.842 -25.85 + 86 133.965 855 5 1 -8.97976 -109.072 -54.45 + 86 113.828 355 5 0 -8.98169 -109.082 -55.85 + 86 132.909 855 4 1 -9.02034 -109.295 -84.45 + 86 109.326 354 4 0 -9.02551 -109.304 -85.85 + 86 156.933 854 3 1 -9.12615 -109.488 -114.45 + 86 141.769 353 3 0 -9.13174 -109.497 -115.85 + 86 141.656 854 2 1 -9.24091 -109.651 -144.45 + 86 127.441 352 2 0 -9.24939 -109.666 -145.85 + 86 123.531 853 1 1 -9.42005 -109.983 -174.45 + 86 152.315 350 1 0 -9.42412 -109.988 -175.85 + 86 104.179 852 0 1 -9.4926 -110.061 -204.45 + 86 171.151 350 0 0 -9.49992 -110.062 -205.85 + 86 32.7344 187 1 1 -142.73 -24.637 -174.83 + 86 185.386 39 5 0 144.494 -172.156 -56.25 + 86 64.7739 1630 5 1 146.151 -172.405 -54.85 + 86 63.3846 1631 5 1 146.35 -172.437 -54.679 + 86 23.3466 1632 5 1 146.55 -172.47 -54.498 + 86 133.96 20 5 0 128.984 -175.955 -56.25 + 86 57.7589 1548 5 1 129.838 -176.41 -54.85 + 86 79.1178 1549 5 1 129.95 -176.472 -54.6635 + 86 24.982 491 4 1 -81.7911 10.574 -84.85 + 86 0.265757 819 8 1 -16.25 -10.7501 35.4746 + 86 192.921 490 4 1 -81.85 10.6591 -84.7118 + 86 88.711 489 4 1 -82.05 10.7841 -84.4742 + 86 88.7083 488 4 1 -82.25 10.7642 -84.6541 + 86 25.0941 952 4 0 -82.566 10.4764 -85.8503 + 86 88.824 951 4 0 -82.5802 10.45 -85.8883 + 86 82.6838 950 4 0 -82.535 10.2498 -85.9453 + 86 94.4898 949 4 0 -82.539 10.0499 -85.9579 + 86 77.0127 948 4 0 -82.4974 9.85 -85.8605 + 86 4.60343 480 4 1 -83.9473 7.04362 -84.85 + 86 127.532 934 4 0 -85.191 6.90539 -85.85 + 86 11.9073 831 1 0 44.5736 -13.6566 -176.25 + 86 90.0365 832 1 0 44.5779 -13.65 -176.238 +Number of digits in this event = 22 Using G4ParticleGun ... -1.21891 LIN +2.42839 LIN proton Event: 87 -Number of tracker hits in this event = 21 - 87 164.556 1070 7 1 34.1158 -142.459 5.55 - 87 139.39 188 7 0 34.1115 -142.455 4.15 - 87 485.096 1069 6 1 34.0244 -142.375 -24.45 - 87 206.625 188 6 0 34.1039 -142.416 -25.85 - 87 158.413 1079 5 1 35.8986 -143.304 -54.45 - 87 62.2644 184 5 0 35.9902 -143.345 -55.85 - 87 78.5082 183 5 0 36.0003 -143.35 -56.0039 - 87 106.029 1089 4 1 37.8548 -144.205 -84.45 - 87 112.807 179 4 0 37.9385 -144.243 -85.85 - 87 140.697 1098 3 1 39.6587 -145 -114.45 - 87 216.04 175 3 0 39.7534 -145.037 -115.85 - 87 110.75 1108 2 1 41.6997 -145.785 -144.45 - 87 145.568 171 2 0 41.7983 -145.825 -145.85 - 87 117.162 1118 1 1 43.8157 -146.642 -174.45 - 87 138.479 167 1 0 43.911 -146.68 -175.85 - 87 131.671 1129 0 1 45.8517 -147.471 -204.45 - 87 104.374 163 0 0 45.9424 -147.511 -205.85 - 87 16.9886 145 0 0 47.361 -151.018 -205.85 - 87 5.62855 1128 0 1 45.8387 -150.233 -204.85 - 87 87.2122 143 0 0 43.9631 -151.444 -205.85 - 87 154.577 174 3 0 39.8384 -145.15 -115.953 -Number of digits in this event = 12 +Number of tracker hits in this event = 30 + 87 169.641 876 11 1 -4.71573 43.8824 125.55 + 87 138.496 1119 11 0 -4.71443 43.8838 124.15 + 87 165.397 876 10 1 -4.69235 43.921 95.55 + 87 172.991 1119 10 0 -4.69023 43.923 94.15 + 87 109.117 877 9 1 -4.6434 43.9672 65.55 + 87 154.352 1119 9 0 -4.64202 43.9688 64.15 + 87 120.946 877 8 1 -4.60724 43.9996 35.55 + 87 112.74 1119 8 0 -4.60385 44.0021 34.15 + 87 109.502 877 7 1 -4.53286 44.0659 5.55 + 87 130.741 1120 7 0 -4.53213 44.0698 4.15 + 87 131.642 877 6 1 -4.51487 44.1388 -24.45 + 87 115.3 1120 6 0 -4.51549 44.1493 -25.85 + 87 121.811 877 5 1 -4.53468 44.3743 -54.45 + 87 105.357 1121 5 0 -4.53919 44.3903 -55.85 + 87 310.557 877 4 1 -4.62825 44.715 -84.45 + 87 121.035 1123 4 0 -4.63432 44.7311 -85.85 + 87 117.104 876 3 1 -4.77404 45.0633 -114.45 + 87 112.595 1125 3 0 -4.78212 45.0775 -115.85 + 87 103.506 875 2 1 -4.94878 45.3621 -144.45 + 87 89.347 1126 2 0 -4.95829 45.374 -145.85 + 87 123.309 874 1 1 -5.1586 45.6333 -174.45 + 87 104.531 1127 1 0 -5.16575 45.6436 -175.85 + 87 123.692 873 0 1 -5.3053 45.8528 -204.45 + 87 128.196 1129 0 0 -5.31375 45.8647 -205.85 + 87 16.6829 10 6 1 -177.989 2.97031 -24.629 + 87 20.8736 641 2 0 -179.323 -51.65 -145.897 + 87 99.566 0 2 1 -179.987 -52.8385 -144.85 + 87 383.754 386 4 0 -164.72 -102.801 -86.25 + 87 182.513 385 4 0 -164.125 -102.95 -86.1167 + 87 108.706 1117 10 0 -4.81051 43.5536 94.1492 +Number of digits in this event = 19 Using G4ParticleGun ... -9.98915 LIN +9.1873 LIN proton Event: 88 -Number of tracker hits in this event = 18 - 88 51.302 367 8 1 -106.638 -99.3917 35.3505 - 88 111.554 403 8 0 -106.638 -99.3918 34.15 - 88 166.486 367 7 1 -106.637 -99.3947 5.55 - 88 97.7988 403 7 0 -106.637 -99.3948 4.15 - 88 107.999 367 6 1 -106.633 -99.3976 -24.45 - 88 90.7967 403 6 0 -106.633 -99.3978 -25.85 - 88 111.891 367 5 1 -106.639 -99.4006 -54.45 - 88 102.468 403 5 0 -106.639 -99.4012 -55.85 - 88 137.123 367 4 1 -106.64 -99.4145 -84.45 - 88 117.083 403 4 0 -106.641 -99.4153 -85.85 - 88 106.976 367 3 1 -106.655 -99.4325 -114.45 - 88 104.688 403 3 0 -106.656 -99.4337 -115.85 - 88 105.028 367 2 1 -106.669 -99.4586 -144.45 - 88 135.46 403 2 0 -106.669 -99.4597 -145.85 - 88 111.402 367 1 1 -106.686 -99.4784 -174.45 - 88 118.508 403 1 0 -106.686 -99.4794 -175.85 - 88 118.978 367 0 1 -106.684 -99.4983 -204.45 - 88 111.03 403 0 0 -106.683 -99.4995 -205.85 -Number of digits in this event = 4 +Number of tracker hits in this event = 77 + 88 172.128 1088 11 1 37.8003 70.4677 125.55 + 88 113.83 1252 11 0 37.8004 70.4677 124.15 + 88 127.986 1088 10 1 37.8041 70.4646 95.55 + 88 128.866 1252 10 0 37.804 70.465 94.15 + 88 198.644 1088 9 1 37.8059 70.4743 65.55 + 88 194.695 1252 9 0 37.8056 70.4742 64.15 + 88 227.856 1088 8 1 37.8008 70.4745 35.55 + 88 97.6709 1252 8 0 37.8017 70.4743 34.15 + 88 124.379 1088 7 1 37.8237 70.4643 5.55 + 88 98.3771 1252 7 0 37.8254 70.4636 4.15 + 88 130.17 1089 6 1 37.864 70.4543 -24.45 + 88 99.3927 1252 6 0 37.8665 70.4543 -25.85 + 88 121.453 1089 5 1 37.9215 70.4553 -54.45 + 88 113.737 1252 5 0 37.9232 70.4542 -55.85 + 88 110.821 1089 4 1 37.9567 70.4307 -84.45 + 88 151.57 1251 4 0 37.957 70.4299 -85.85 + 88 92.2268 1089 3 1 37.9635 70.4115 -114.45 + 88 206.875 1251 3 0 37.9628 70.4111 -115.85 + 88 113.547 1089 2 1 37.9465 70.4053 -144.45 + 88 115.055 1251 2 0 37.9464 70.4042 -145.85 + 88 135.295 1089 1 1 37.9442 70.3816 -174.45 + 88 161.331 1251 1 0 37.9431 70.3798 -175.85 + 88 110.244 1089 0 1 37.9178 70.3493 -204.45 + 88 268.168 1251 0 0 37.917 70.3474 -205.85 + 88 89.3387 1057 2 0 56.6736 31.65 -146.187 + 88 168.892 1056 2 0 56.6098 31.4497 -146.207 + 88 22.4617 1242 3 0 56.4746 68.6096 -116.25 + 88 365.558 1243 3 0 56.474 68.65 -116.21 + 88 14.264 502 1 1 -79.4535 172.938 -174.685 + 88 30.9789 1639 0 0 -92.1342 147.95 -206.194 + 88 106.456 1691 8 1 158.455 -62.0479 35.15 + 88 12.5419 1763 3 1 172.923 -55.4215 -114.719 + 88 189.429 1491 3 1 118.45 -5.00051 -114.85 + 88 54.3564 1492 3 1 118.55 -5.07449 -114.631 + 88 50.3293 852 1 0 109.309 -9.48569 -176.217 + 88 30.2276 929 13 1 5.96482 -76.6451 185.15 + 88 44.2173 1699 10 0 -12.243 159.989 93.75 + 88 222.274 884 10 1 -3.0746 164.203 95.15 + 88 94.0783 885 10 1 -3.05 164.218 95.1564 + 88 426.056 472 0 1 -85.45 -20.0732 -204.542 + 88 13.6173 849 0 0 -82.1999 -10.0681 -206.25 + 88 14.6892 492 0 1 -81.4611 -9.64703 -204.85 + 88 37.3104 471 0 1 -85.65 -20.154 -204.54 + 88 129.127 473 0 1 -85.45 -20.5802 -204.773 + 88 55.2022 1080 7 0 25.5875 36.1744 3.75 + 88 975.648 1630 10 1 146.226 104.564 95.4039 + 88 12.3172 723 3 1 -35.3424 49.9635 -114.835 + 88 192.902 1250 3 0 37.9545 70.2494 -116.167 + 88 137.17 1088 6 1 37.85 70.4448 -24.6437 + 88 193.87 1087 6 1 37.65 70.2381 -24.6207 + 88 15.0524 1248 8 0 37.8922 69.6781 34.15 + 88 96.435 1247 8 0 37.8966 69.6497 34.0914 + 88 13.2528 1136 8 0 31.5772 47.2731 33.75 + 88 130.958 1135 8 0 31.5648 47.2494 33.7986 + 88 154.706 1055 8 1 31.2187 46.6603 35.15 + 88 47.0653 1245 9 0 38.2554 69.1054 63.75 + 88 77.4379 1246 9 0 38.2686 69.25 63.884 + 88 78.6925 1247 9 0 38.1721 69.45 63.8995 + 88 255.926 1248 9 0 38.0228 69.6509 64.0338 + 88 211.124 1089 9 1 37.9864 71.1554 65.15 + 88 214.205 1090 9 1 38.05 71.4611 65.3841 + 88 224.266 1091 9 1 38.25 72.0713 65.3711 + 88 221.21 1092 9 1 38.5055 72.3887 65.55 + 88 118.443 1093 9 1 38.6501 71.8747 65.322 + 88 69.9157 1094 9 1 38.85 71.7589 65.2322 + 88 207.534 1256 9 0 39.0291 71.3707 64.15 + 88 298.434 1255 9 0 38.8684 71.25 63.8221 + 88 15.104 1258 9 0 35.0681 71.768 64.15 + 88 23.2451 1074 9 1 35.0055 71.1969 65.15 + 88 3.98321 1087 9 1 37.4878 69.7782 65.15 + 88 222.032 1096 7 1 39.4319 61.4326 5.55 + 88 21.2028 1097 7 1 39.45 61.3374 5.20689 + 88 67.8342 1205 7 0 40.294 61.209 4.15 + 88 141.208 1206 7 0 40.4179 61.2504 4.04862 + 88 117.317 1207 7 0 40.6029 61.4503 3.88783 + 88 234.619 1208 7 0 40.6457 61.6505 3.82439 + 88 66.2709 1249 9 0 38.313 69.9426 64.1499 +Number of digits in this event = 40 Using G4ParticleGun ... -6.42282 LIN +4.89311 LIN proton Event: 89 -Number of tracker hits in this event = 27 - 89 126.928 1136 11 1 47.3238 8.4195 125.55 - 89 117.539 941 11 0 47.3246 8.41906 124.15 - 89 105.965 1136 10 1 47.3416 8.40487 95.55 - 89 111.918 941 10 0 47.3432 8.40426 94.15 - 89 115.604 1136 9 1 47.3727 8.39407 65.55 - 89 86.4415 941 9 0 47.3746 8.39348 64.15 - 89 313.229 1136 8 1 47.4139 8.38309 35.55 - 89 96.4174 941 8 0 47.4158 8.38295 34.15 - 89 105.087 1137 7 1 47.4537 8.38158 5.55 - 89 105.264 941 7 0 47.4546 8.38231 4.15 - 89 109.952 1137 6 1 47.4763 8.3986 -24.45 - 89 140.536 941 6 0 47.4769 8.39983 -25.85 - 89 187.632 1137 5 1 47.4978 8.41907 -54.45 - 89 96.7533 941 5 0 47.5 8.41985 -55.85 - 89 90.5081 1137 4 1 47.5432 8.44068 -84.45 - 89 171.373 941 4 0 47.5454 8.44053 -85.85 - 89 114.456 1137 3 1 47.5932 8.43734 -114.45 - 89 114.907 941 3 0 47.5951 8.43592 -115.85 - 89 104.724 1137 2 1 47.6306 8.41094 -144.45 - 89 98.4351 941 2 0 47.6327 8.41061 -145.85 - 89 94.3066 1138 1 1 47.672 8.40555 -174.45 - 89 108.696 941 1 0 47.6732 8.40634 -175.85 - 89 111.915 1138 0 1 47.6958 8.42141 -204.45 - 89 99.5721 941 0 0 47.6978 8.42099 -205.85 - 89 41.9062 1342 7 0 7.90023 88.5573 3.75 - 89 149.221 1779 5 0 118.895 176.067 -56.25 - 89 29.0783 1780 5 0 118.869 176.15 -56.0745 -Number of digits in this event = 9 +Number of tracker hits in this event = 31 + 89 123.678 1323 8 1 84.7055 -115.704 35.55 + 89 133.211 322 8 0 84.7056 -115.704 34.15 + 89 130.032 1323 7 1 84.7044 -115.704 5.55 + 89 122.948 322 7 0 84.7042 -115.703 4.15 + 89 101.298 1323 6 1 84.6975 -115.681 -24.45 + 89 125.042 322 6 0 84.6974 -115.681 -25.85 + 89 118.018 1323 5 1 84.6933 -115.676 -54.45 + 89 104.488 322 5 0 84.6929 -115.676 -55.85 + 89 148.74 1323 4 1 84.6859 -115.677 -84.45 + 89 111.448 322 4 0 84.6857 -115.679 -85.85 + 89 143.445 1323 3 1 84.6789 -115.709 -114.45 + 89 98.5652 322 3 0 84.681 -115.71 -115.85 + 89 140.668 1323 2 1 84.7277 -115.742 -144.45 + 89 90.4961 322 2 0 84.7316 -115.741 -145.85 + 89 91.4074 1323 1 1 84.8129 -115.721 -174.45 + 89 81.2552 322 1 0 84.8164 -115.719 -175.85 + 89 130.086 1324 0 1 84.8936 -115.68 -204.45 + 89 149.294 322 0 0 84.898 -115.68 -205.85 + 89 111.619 1322 8 1 84.65 -115.798 35.487 + 89 52.5357 315 8 0 84.234 -117.019 34.15 + 89 91.6957 314 8 0 84.1838 -117.15 34.0083 + 89 47.0276 313 8 0 84.1065 -117.35 33.8443 + 89 47.5298 1281 7 1 76.3819 -157.384 5.55 + 89 123.782 1280 7 1 76.2499 -157.514 5.41183 + 89 65.3807 1279 7 1 76.0499 -157.753 5.25532 + 89 53.7594 105 7 0 74.1598 -159.022 4.15 + 89 85.1829 104 7 0 74.0359 -159.15 4.07245 + 89 124.139 103 7 0 73.8209 -159.35 4.03089 + 89 180.149 102 7 0 73.5595 -159.55 3.94902 + 89 203.139 1265 7 1 73.1321 -159.047 5.1502 + 89 85.6416 1264 7 1 73.05 -159.02 5.39797 +Number of digits in this event = 15 Using G4ParticleGun ... -1.48003 LIN +8.42034 LIN proton Event: 90 Number of tracker hits in this event = 24 - 90 157.21 1022 11 1 24.4601 0.597989 125.55 - 90 139.713 902 11 0 24.4561 0.592654 124.15 - 90 105.716 1021 10 1 24.3746 0.486016 95.55 - 90 114.652 902 10 0 24.3717 0.483303 94.15 - 90 108.383 1021 9 1 24.3061 0.44068 65.55 - 90 116.463 901 9 0 24.3042 0.440105 64.15 - 90 122.217 1021 8 1 24.2642 0.433452 35.55 - 90 101.379 901 8 0 24.2616 0.429654 34.15 - 90 126.072 1020 7 1 24.1923 0.355931 5.55 - 90 161.443 901 7 0 24.185 0.351611 4.15 - 90 138.606 1019 6 1 24.0398 0.25784 -24.45 - 90 210.453 900 6 0 24.029 0.249993 -25.85 - 90 187.6 1018 5 1 23.8077 0.0792733 -54.45 - 90 157.889 900 5 0 23.7963 0.0707388 -55.85 - 90 115.72 1017 4 1 23.5758 -0.100874 -84.45 - 90 109.685 899 4 0 23.5616 -0.107701 -85.85 - 90 146.917 1016 3 1 23.2566 -0.251354 -114.45 - 90 107.188 898 3 0 23.2423 -0.257322 -115.85 - 90 97.7847 1014 2 1 22.9647 -0.367806 -144.45 - 90 112.802 898 2 0 22.9495 -0.382805 -145.85 - 90 156.115 1012 1 1 22.6433 -0.69302 -174.45 - 90 144.965 896 1 0 22.6318 -0.70993 -175.85 - 90 152.62 1011 0 1 22.3952 -1.04687 -204.45 - 90 116.242 895 0 0 22.3747 -1.02431 -205.85 -Number of digits in this event = 14 + 90 114.708 1531 8 1 126.546 -58.0094 35.55 + 90 92.0878 610 8 0 126.546 -58.0107 34.15 + 90 214.581 1531 7 1 126.528 -58.0329 5.55 + 90 102.036 610 7 0 126.528 -58.0335 4.15 + 90 156.437 1531 6 1 126.529 -58.0436 -24.45 + 90 102.229 610 6 0 126.53 -58.044 -25.85 + 90 93.8616 1531 5 1 126.542 -58.0534 -54.45 + 90 100.933 609 5 0 126.542 -58.054 -55.85 + 90 119.967 1532 4 1 126.557 -58.0634 -84.45 + 90 125.449 609 4 0 126.558 -58.0647 -85.85 + 90 174.619 1532 3 1 126.581 -58.0914 -114.45 + 90 126.542 609 3 0 126.582 -58.0926 -115.85 + 90 97.8217 1532 2 1 126.609 -58.1152 -144.45 + 90 95.8602 609 2 0 126.611 -58.1163 -145.85 + 90 127.908 1532 1 1 126.638 -58.1412 -174.45 + 90 158.763 609 1 0 126.64 -58.1428 -175.85 + 90 105.906 1532 0 1 126.666 -58.1769 -204.45 + 90 105.628 609 0 0 126.667 -58.1773 -205.85 + 90 59.6145 602 4 0 126.507 -59.4769 -85.85 + 90 109.629 601 4 0 126.537 -59.6502 -85.9032 + 90 26.5027 600 4 0 126.64 -59.85 -85.8651 + 90 395.706 1539 4 1 128.028 -63.78 -84.8499 + 90 179.505 1540 4 1 128.15 -64.0762 -84.626 + 90 184.63 1532 7 1 126.55 -58.0448 5.23362 +Number of digits in this event = 11 Using G4ParticleGun ... -6.56349 LIN +7.47843 LIN proton Event: 91 Number of tracker hits in this event = 24 - 91 111.41 317 9 1 -116.683 18.3981 65.55 - 91 182.058 991 9 0 -116.684 18.3969 64.15 - 91 123.986 317 8 1 -116.699 18.3743 35.55 - 91 95.6887 991 8 0 -116.699 18.3737 34.15 - 91 117.388 317 7 1 -116.71 18.3647 5.55 - 91 235.588 991 7 0 -116.711 18.3641 4.15 - 91 143.959 317 6 1 -116.731 18.3498 -24.45 - 91 111.599 991 6 0 -116.734 18.3482 -25.85 - 91 119.647 316 5 1 -116.783 18.3153 -54.45 - 91 114.059 991 5 0 -116.786 18.3142 -55.85 - 91 372.773 316 4 1 -116.837 18.2883 -84.45 - 91 109.076 991 4 0 -116.84 18.2866 -85.85 - 91 99.4387 316 3 1 -116.917 18.2482 -114.45 - 91 102.636 990 3 0 -116.921 18.2467 -115.85 - 91 472.157 315 2 1 -116.995 18.216 -144.45 - 91 112.309 990 2 0 -116.997 18.2153 -145.85 - 91 131.944 315 1 1 -117.045 18.2041 -174.45 - 91 125.424 990 1 0 -117.049 18.2037 -175.85 - 91 180.256 315 0 1 -117.128 18.1978 -204.45 - 91 138.757 990 0 0 -117.131 18.1986 -205.85 - 91 167.259 314 2 1 -117.15 18.2695 -144.628 - 91 212.84 993 4 0 -117.374 18.8103 -85.8507 - 91 93.8479 994 4 0 -117.923 18.8504 -86.2046 - 91 70.2278 995 4 0 -118.123 19.0502 -86.2208 -Number of digits in this event = 13 + 91 166.812 1489 9 1 118.001 -8.62095 65.55 + 91 143.726 857 9 0 118.001 -8.62114 64.15 + 91 106.103 1489 8 1 118.002 -8.62638 35.55 + 91 107.696 857 8 0 118.003 -8.62608 34.15 + 91 130.126 1489 7 1 118.009 -8.61903 5.55 + 91 109.708 857 7 0 118.01 -8.61857 4.15 + 91 136.885 1489 6 1 118.027 -8.6068 -24.45 + 91 112.632 857 6 0 118.028 -8.60702 -25.85 + 91 121.595 1489 5 1 118.057 -8.61331 -54.45 + 91 137.288 857 5 0 118.059 -8.61463 -55.85 + 91 103.835 1489 4 1 118.084 -8.6397 -84.45 + 91 147.615 857 4 0 118.086 -8.64089 -85.85 + 91 124.65 1489 3 1 118.125 -8.66549 -114.45 + 91 103.613 856 3 0 118.127 -8.66737 -115.85 + 91 131.975 1490 2 1 118.173 -8.70798 -144.45 + 91 149.405 856 2 0 118.175 -8.70962 -145.85 + 91 151.577 1490 1 1 118.229 -8.74491 -174.45 + 91 250.143 856 1 0 118.231 -8.74611 -175.85 + 91 167.502 1490 0 1 118.274 -8.7731 -204.45 + 91 109.614 856 0 0 118.277 -8.77413 -205.85 + 91 89.3872 1489 0 1 118.15 -8.83091 -204.732 + 91 122.072 1488 0 1 117.95 -8.83994 -204.738 + 91 14.201 857 0 0 117.645 -8.50622 -205.85 + 91 80.9976 1487 0 1 117.585 -7.99116 -204.85 +Number of digits in this event = 15 Using G4ParticleGun ... -3.95589 LIN +7.34253 LIN proton Event: 92 -Number of tracker hits in this event = 38 - 92 102.972 1082 11 1 36.4919 40.57 125.55 - 92 355.161 1102 11 0 36.4915 40.5704 124.15 - 92 178.459 1082 10 1 36.4917 40.5897 95.55 - 92 93.4946 1102 10 0 36.4951 40.5906 94.15 - 92 102.632 1082 9 1 36.5693 40.6092 65.55 - 92 113.429 1102 9 0 36.573 40.6097 64.15 - 92 127.615 1082 8 1 36.6482 40.6273 35.55 - 92 116.546 1102 8 0 36.6517 40.6252 34.15 - 92 156.33 1083 7 1 36.7168 40.5825 5.55 - 92 132.341 1102 7 0 36.7189 40.5815 4.15 - 92 211.083 1083 6 1 36.7607 40.5641 -24.45 - 92 133.35 1102 6 0 36.7607 40.5634 -25.85 - 92 217.728 1083 5 1 36.7634 40.5457 -54.45 - 92 114.226 1102 5 0 36.7642 40.545 -55.85 - 92 98.8204 1083 4 1 36.7705 40.5373 -84.45 - 92 123.611 1102 4 0 36.7701 40.5354 -85.85 - 92 142.76 1083 3 1 36.76 40.4949 -114.45 - 92 203.562 1102 3 0 36.7621 40.4937 -115.85 - 92 96.2071 1083 2 1 36.8043 40.4691 -144.45 - 92 95.3228 1102 2 0 36.8063 40.4674 -145.85 - 92 163.861 1084 1 1 36.8598 40.4302 -174.45 - 92 92.4414 1101 1 0 36.8636 40.4295 -175.85 - 92 96.4418 1084 0 1 36.9422 40.4179 -204.45 - 92 106.774 1101 0 0 36.9465 40.4168 -205.85 - 92 45.2204 1101 6 0 36.3166 40.2991 -25.85 - 92 62.2162 1100 6 0 36.2539 40.2499 -26.0417 - 92 210.37 1028 6 0 6.46442 25.8454 -26.2498 - 92 163.225 1029 6 0 6.14554 25.85 -26.0117 - 92 28.6246 921 6 1 4.33372 26.1344 -24.85 - 92 63.2011 920 6 1 4.25 26.148 -24.8002 - 92 55.9675 919 6 1 4.05 26.1887 -24.6698 - 92 51.3785 918 6 1 3.84968 26.2109 -24.6038 - 92 70.7499 917 6 1 3.65 26.2258 -24.5509 - 92 59.5006 916 6 1 3.45 26.2322 -24.5669 - 92 291.317 915 6 1 3.25 26.2207 -24.5055 - 92 242.562 914 6 1 3.04993 26.2135 -24.4639 - 92 213.828 1027 6 0 3.81111 25.65 -26.0014 - 92 53.6555 1101 11 0 36.4136 40.45 124.117 -Number of digits in this event = 18 +Number of tracker hits in this event = 27 + 92 93.5321 477 9 1 -84.5916 93.1789 65.55 + 92 118.233 1365 9 0 -84.5909 93.1786 64.15 + 92 131.54 477 8 1 -84.5772 93.1708 35.55 + 92 120.352 1365 8 0 -84.5769 93.1701 34.15 + 92 93.7026 477 7 1 -84.5716 93.1583 5.55 + 92 147.093 1365 7 0 -84.571 93.1592 4.15 + 92 160.453 477 6 1 -84.5607 93.1806 -24.45 + 92 170.322 1365 6 0 -84.5608 93.1815 -25.85 + 92 96.5509 477 5 1 -84.5646 93.2002 -54.45 + 92 117.914 1365 5 0 -84.5646 93.2016 -55.85 + 92 111.899 477 4 1 -84.5636 93.2338 -84.45 + 92 95.1802 1365 4 0 -84.5638 93.2354 -85.85 + 92 119.34 477 3 1 -84.5722 93.2642 -114.45 + 92 115.059 1365 3 0 -84.5735 93.2662 -115.85 + 92 94.5231 477 2 1 -84.6076 93.3098 -144.45 + 92 126.746 1365 2 0 -84.6087 93.3129 -145.85 + 92 130.108 477 1 1 -84.6302 93.3768 -174.45 + 92 101.418 1366 1 0 -84.6315 93.3797 -175.85 + 92 168.254 476 0 1 -84.6585 93.4366 -204.45 + 92 248.65 1366 0 0 -84.6589 93.4381 -205.85 + 92 1.84495 1383 9 1 96.75 147.237 65.1571 + 92 42.1177 666 5 1 -46.8327 138.921 -54.633 + 92 146.225 477 0 1 -84.6497 93.423 -204.465 + 92 80.4944 478 0 1 -84.45 93.0892 -204.762 + 92 234.979 1359 0 0 -82.5493 92.1364 -205.85 + 92 61.3497 1358 0 0 -81.9976 91.95 -206.145 + 92 15.494 1364 0 0 -85.0116 93.0448 -205.85 +Number of digits in this event = 14 Using G4ParticleGun ... -9.00295 LIN +4.76126 LIN proton Event: 93 -Number of tracker hits in this event = 20 - 93 138.421 314 9 1 -117.247 48.0855 65.55 - 93 127.583 1140 9 0 -117.248 48.085 64.15 - 93 119.508 314 8 1 -117.255 48.0768 35.55 - 93 140.965 1140 8 0 -117.256 48.0765 34.15 - 93 146.403 314 7 1 -117.26 48.0721 5.55 - 93 152.406 1140 7 0 -117.26 48.0717 4.15 - 93 106.99 314 6 1 -117.259 48.0651 -24.45 - 93 142.545 1140 6 0 -117.259 48.0648 -25.85 - 93 105.005 314 5 1 -117.259 48.0558 -54.45 - 93 154.558 1140 5 0 -117.258 48.0557 -55.85 - 93 133.654 314 4 1 -117.253 48.0538 -84.45 - 93 90.7681 1140 4 0 -117.253 48.0536 -85.85 - 93 118.726 314 3 1 -117.237 48.0518 -114.45 - 93 245.236 1140 3 0 -117.236 48.0516 -115.85 - 93 110.85 314 2 1 -117.213 48.0454 -144.45 - 93 135.218 1139 2 0 -117.212 48.0454 -145.85 - 93 113.551 314 1 1 -117.194 48.0461 -174.45 - 93 124.534 1139 1 0 -117.194 48.0459 -175.85 - 93 151.396 314 0 1 -117.18 48.0393 -204.45 - 93 100.912 1139 0 0 -117.179 48.0392 -205.85 -Number of digits in this event = 15 +Number of tracker hits in this event = 25 + 93 241.352 1438 10 1 107.878 15.4218 95.55 + 93 93.4726 976 10 0 107.877 15.4201 94.15 + 93 109.968 1438 9 1 107.866 15.3843 65.55 + 93 153.093 976 9 0 107.865 15.383 64.15 + 93 156.542 1438 8 1 107.856 15.3568 35.55 + 93 113.667 976 8 0 107.856 15.3566 34.15 + 93 118.548 1438 7 1 107.852 15.3578 5.55 + 93 90.7041 976 7 0 107.852 15.3584 4.15 + 93 100.171 1438 6 1 107.845 15.3631 -24.45 + 93 105.961 976 6 0 107.846 15.3641 -25.85 + 93 328.641 1438 5 1 107.881 15.3926 -54.45 + 93 106.829 976 5 0 107.885 15.3932 -55.85 + 93 121.148 1439 4 1 107.966 15.4106 -84.45 + 93 107.841 976 4 0 107.97 15.4098 -85.85 + 93 126.535 1439 3 1 108.033 15.3954 -114.45 + 93 167.215 976 3 0 108.037 15.3934 -115.85 + 93 113.277 1439 2 1 108.11 15.3563 -144.45 + 93 114.983 976 2 0 108.113 15.3554 -145.85 + 93 111.58 1440 1 1 108.179 15.3311 -174.45 + 93 116.667 976 1 0 108.182 15.3303 -175.85 + 93 105.877 1440 0 1 108.247 15.3112 -204.45 + 93 125.04 976 0 0 108.251 15.3091 -205.85 + 93 59.3639 1437 5 1 107.75 15.5343 -54.7742 + 93 156.49 1439 10 1 107.95 15.5802 95.2219 + 93 136.281 971 10 0 107.813 14.4163 94.1497 +Number of digits in this event = 11 Using G4ParticleGun ... -2.31979 LIN +8.31049 LIN proton Event: 94 -Number of tracker hits in this event = 20 - 94 112.051 977 9 1 15.6252 127.255 65.55 - 94 108.07 1535 9 0 15.6245 127.258 64.15 - 94 133.98 977 8 1 15.6134 127.33 35.55 - 94 179.288 1535 8 0 15.6122 127.332 34.15 - 94 120.34 977 7 1 15.6183 127.363 5.55 - 94 100.768 1536 7 0 15.6222 127.365 4.15 - 94 156.551 978 6 1 15.7034 127.394 -24.45 - 94 222.706 1536 6 0 15.7069 127.394 -25.85 - 94 111.267 978 5 1 15.7722 127.381 -54.45 - 94 223.71 1536 5 0 15.7759 127.384 -55.85 - 94 188.288 978 4 1 15.8407 127.44 -84.45 - 94 111.28 1536 4 0 15.8448 127.441 -85.85 - 94 175.764 979 3 1 15.9208 127.476 -114.45 - 94 101.998 1536 3 0 15.9256 127.478 -115.85 - 94 178.648 979 2 1 16.0284 127.516 -144.45 - 94 115.484 1536 2 0 16.0318 127.517 -145.85 - 94 96.6988 980 1 1 16.1058 127.539 -174.45 - 94 115.129 1536 1 0 16.11 127.541 -175.85 - 94 127.676 980 0 1 16.2023 127.574 -204.45 - 94 106.991 1537 0 0 16.2072 127.578 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 24 + 94 120.966 956 11 1 11.3109 73.1943 125.55 + 94 123.532 1265 11 0 11.3119 73.1935 124.15 + 94 160.6 956 10 1 11.3311 73.1745 95.55 + 94 140.793 1265 10 0 11.332 73.1736 94.15 + 94 122.951 956 9 1 11.35 73.1574 65.55 + 94 126.101 1265 9 0 11.3502 73.1569 64.15 + 94 268.176 956 8 1 11.3523 73.1413 35.55 + 94 109.407 1265 8 0 11.3522 73.1409 34.15 + 94 98.8985 956 7 1 11.3506 73.1288 5.55 + 94 104.841 1265 7 0 11.3512 73.1291 4.15 + 94 140.111 956 6 1 11.3626 73.1364 -24.45 + 94 129.389 1265 6 0 11.3633 73.1369 -25.85 + 94 135.761 956 5 1 11.3781 73.1477 -54.45 + 94 107.082 1265 5 0 11.3793 73.148 -55.85 + 94 132.042 956 4 1 11.4061 73.1518 -84.45 + 94 117.866 1265 4 0 11.4082 73.1526 -85.85 + 94 106.011 957 3 1 11.4533 73.1684 -114.45 + 94 117.506 1265 3 0 11.4568 73.1681 -115.85 + 94 117.172 957 2 1 11.5271 73.1655 -144.45 + 94 112.813 1265 2 0 11.5303 73.1656 -145.85 + 94 158.771 957 1 1 11.5942 73.1657 -174.45 + 94 108.864 1265 1 0 11.599 73.1666 -175.85 + 94 141.999 958 0 1 11.6945 73.1823 -204.45 + 94 163.364 1265 0 0 11.6994 73.1829 -205.85 +Number of digits in this event = 15 Using G4ParticleGun ... -1.79403 LIN +8.93784 LIN proton Event: 95 -Number of tracker hits in this event = 19 - 95 177.098 1291 8 1 78.3426 -113.223 35.55 - 95 100.128 334 8 0 78.3442 -113.228 34.15 - 95 118.347 1291 7 1 78.3762 -113.322 5.55 - 95 114.056 334 7 0 78.375 -113.327 4.15 - 95 134.717 1291 6 1 78.359 -113.442 -24.45 - 95 244.029 333 6 0 78.3563 -113.449 -25.85 - 95 101.089 1291 5 1 78.3052 -113.586 -54.45 - 95 124.402 332 5 0 78.2997 -113.594 -55.85 - 95 142.83 1290 4 1 78.192 -113.742 -84.45 - 95 94.8517 331 4 0 78.1844 -113.751 -85.85 - 95 102.466 1289 3 1 78.0385 -113.932 -114.45 - 95 153.127 331 3 0 78.0334 -113.938 -115.85 - 95 132.025 1289 2 1 77.9287 -114.076 -144.45 - 95 176.146 330 2 0 77.9277 -114.081 -145.85 - 95 104.036 1289 1 1 77.9203 -114.185 -174.45 - 95 107.39 329 1 0 77.917 -114.187 -175.85 - 95 342.142 1289 0 1 77.8645 -114.224 -204.45 - 95 115.631 329 0 0 77.8642 -114.226 -205.85 - 95 38.832 1288 0 1 77.85 -114.246 -204.672 -Number of digits in this event = 10 +Number of tracker hits in this event = 24 + 95 98.1803 411 10 1 -97.8785 45.0947 95.55 + 95 103.833 1125 10 0 -97.879 45.0946 94.15 + 95 145.843 411 9 1 -97.8893 45.0936 65.55 + 95 152.349 1125 9 0 -97.8899 45.0928 64.15 + 95 123.81 411 8 1 -97.9013 45.0745 35.55 + 95 111.417 1125 8 0 -97.9022 45.0742 34.15 + 95 105.689 411 7 1 -97.9218 45.0694 5.55 + 95 142.037 1125 7 0 -97.9229 45.0694 4.15 + 95 147.556 411 6 1 -97.9475 45.0684 -24.45 + 95 99.056 1125 6 0 -97.9491 45.0689 -25.85 + 95 118.938 410 5 1 -97.9938 45.0763 -54.45 + 95 88.2856 1125 5 0 -97.9967 45.0764 -55.85 + 95 205.962 410 4 1 -98.0591 45.079 -84.45 + 95 163.199 1125 4 0 -98.0619 45.0793 -85.85 + 95 136.588 410 3 1 -98.1198 45.0855 -114.45 + 95 118.254 1125 3 0 -98.1228 45.0861 -115.85 + 95 125.469 409 2 1 -98.1954 45.1131 -144.45 + 95 120.303 1125 2 0 -98.1987 45.1155 -145.85 + 95 105.932 409 1 1 -98.2656 45.1623 -174.45 + 95 96.9885 1125 1 0 -98.2687 45.1651 -175.85 + 95 101.18 409 0 1 -98.3384 45.2208 -204.45 + 95 153.819 1125 0 0 -98.3418 45.2237 -205.85 + 95 6.42021 307 11 1 -118.636 -69.1129 125.55 + 95 26.6476 266 11 0 -128.979 -126.907 124.06 +Number of digits in this event = 14 Using G4ParticleGun ... -8.56523 LIN +3.33213 LIN proton Event: 96 -Number of tracker hits in this event = 28 - 96 115.78 1168 11 1 53.8332 48.9046 125.55 - 96 118.209 1144 11 0 53.8335 48.9058 124.15 - 96 108.226 1168 10 1 53.8384 48.9298 95.55 - 96 135.734 1144 10 0 53.8374 48.9312 94.15 - 96 98.255 1168 9 1 53.818 48.96 65.55 - 96 142.635 1144 9 0 53.8168 48.9612 64.15 - 96 110.849 1168 8 1 53.7918 48.9876 35.55 - 96 176.573 1144 8 0 53.7915 48.9888 34.15 - 96 296.725 1168 7 1 53.7845 49.0097 5.55 - 96 115.475 1144 7 0 53.7843 49.0112 4.15 - 96 204.313 1168 6 1 53.7802 49.0441 -24.45 - 96 212.524 1144 6 0 53.7804 49.045 -25.85 - 96 125.74 1168 5 1 53.784 49.0646 -54.45 - 96 123.534 1145 5 0 53.7843 49.0654 -55.85 - 96 115.654 1168 4 1 53.7895 49.083 -84.45 - 96 109.48 1145 4 0 53.7893 49.0843 -85.85 - 96 111.324 1168 3 1 53.7845 49.1104 -114.45 - 96 96.068 1145 3 0 53.7836 49.1118 -115.85 - 96 119.338 1168 2 1 53.7645 49.1409 -144.45 - 96 146.327 1145 2 0 53.7629 49.1418 -145.85 - 96 108.006 1168 1 1 53.7295 49.1572 -174.45 - 96 122.533 1145 1 0 53.7282 49.158 -175.85 - 96 101.15 1168 0 1 53.7032 49.1691 -204.45 - 96 101.607 1145 0 0 53.7028 49.1701 -205.85 - 96 119.017 1149 4 0 52.7176 49.8628 -86.25 - 96 92.7407 1159 4 1 51.9917 49.3499 -84.85 - 96 64.3732 1158 4 1 51.85 49.2296 -84.608 - 96 238.812 1169 7 1 53.85 49.3137 5.37083 -Number of digits in this event = 12 +Number of tracker hits in this event = 19 + 96 194.479 155 7 1 -148.958 4.6666 5.55 + 96 99.3974 923 7 0 -148.959 4.66424 4.15 + 96 134.431 155 6 1 -148.967 4.61691 -24.45 + 96 115.405 922 6 0 -148.968 4.61525 -25.85 + 96 104.277 155 5 1 -148.991 4.56846 -54.45 + 96 105.281 922 5 0 -148.992 4.56532 -55.85 + 96 112.281 155 4 1 -149.011 4.50258 -84.45 + 96 120.476 922 4 0 -149.014 4.50013 -85.85 + 96 96.8056 155 3 1 -149.058 4.45223 -114.45 + 96 100.155 921 3 0 -149.059 4.44899 -115.85 + 96 170.093 155 2 1 -149.072 4.38589 -144.45 + 96 88.9175 921 2 0 -149.073 4.38403 -145.85 + 96 121.091 155 1 1 -149.086 4.34892 -174.45 + 96 172.103 921 1 0 -149.088 4.34769 -175.85 + 96 108.546 155 0 1 -149.113 4.31529 -204.45 + 96 161.94 921 0 0 -149.117 4.31474 -205.85 + 96 22.9956 901 2 0 -32.7138 0.441372 -146.144 + 96 4.24534 132 13 1 -153.55 -69.6926 185.216 + 96 1219.55 511 1 1 -77.734 53.7053 -174.699 +Number of digits in this event = 11 Using G4ParticleGun ... -1.22602 LIN +8.06326 LIN proton Event: 97 -Number of tracker hits in this event = 25 - 97 157.807 585 11 1 -62.9756 -29.5192 125.55 - 97 116.977 752 11 0 -62.9792 -29.5229 124.15 - 97 124.902 585 10 1 -63.034 -29.5949 95.55 - 97 134.574 752 10 0 -63.0361 -29.6011 94.15 - 97 127.823 584 9 1 -63.0769 -29.7099 65.55 - 97 103.436 751 9 0 -63.0752 -29.7143 64.15 - 97 165.415 585 8 1 -63.0383 -29.8095 35.55 - 97 117.628 751 8 0 -63.0382 -29.8121 34.15 - 97 266.852 585 7 1 -63.0416 -29.8683 5.55 - 97 151.352 750 7 0 -63.0404 -29.8679 4.15 - 97 115.062 585 6 1 -63.0265 -29.8639 -24.45 - 97 135.875 750 6 0 -63.027 -29.865 -25.85 - 97 113.973 585 5 1 -63.0418 -29.9184 -54.45 - 97 93.7063 750 5 0 -63.0429 -29.9243 -55.85 - 97 139.663 584 4 1 -63.0644 -30.0391 -84.45 - 97 98.3539 750 4 0 -63.0678 -30.0479 -85.85 - 97 21.9262 749 4 0 -63.0686 -30.05 -86.1822 - 97 119.39 584 3 1 -63.1319 -30.2203 -114.45 - 97 152.446 749 3 0 -63.137 -30.2293 -115.85 - 97 114.886 584 2 1 -63.2364 -30.4283 -144.45 - 97 237.138 748 2 0 -63.2392 -30.4402 -145.85 - 97 136.118 583 1 1 -63.2957 -30.6897 -174.45 - 97 114.506 746 1 0 -63.2964 -30.6996 -175.85 - 97 142.734 583 0 1 -63.3135 -30.897 -204.45 - 97 142.819 745 0 0 -63.3157 -30.9096 -205.85 +Number of tracker hits in this event = 33 + 97 146.301 647 10 1 -50.5035 95.0349 95.55 + 97 287.974 1374 10 0 -50.5031 95.0349 94.15 + 97 111.013 647 9 1 -50.4942 95.0332 65.55 + 97 104.791 1374 9 0 -50.4926 95.0332 64.15 + 97 109.471 647 8 1 -50.458 95.032 35.55 + 97 110.019 1374 8 0 -50.456 95.032 34.15 + 97 131.499 648 7 1 -50.4153 95.0322 5.55 + 97 105.669 1374 7 0 -50.4135 95.0321 4.15 + 97 128.37 648 6 1 -50.3816 95.0329 -24.45 + 97 130.29 1374 6 0 -50.3794 95.0329 -25.85 + 97 89.1573 648 5 1 -50.339 95.0347 -54.45 + 97 107.281 1374 5 0 -50.3382 95.0347 -55.85 + 97 99.1091 648 4 1 -50.3216 95.0358 -84.45 + 97 105.058 1374 4 0 -50.3208 95.0352 -85.85 + 97 94.279 648 3 1 -50.3031 95.0229 -114.45 + 97 142.299 1374 3 0 -50.3018 95.0211 -115.85 + 97 108.586 648 2 1 -50.2769 94.9817 -144.45 + 97 145.43 1374 2 0 -50.2762 94.9794 -145.85 + 97 270.546 648 1 1 -50.2593 94.934 -174.45 + 97 107.826 1373 1 0 -50.2586 94.9316 -175.85 + 97 134.037 649 0 1 -50.2444 94.8771 -204.45 + 97 108.227 1373 0 0 -50.2442 94.8747 -205.85 + 97 158.769 1537 1 0 -103.865 127.582 -176.25 + 97 175.171 376 1 1 -104.792 128.145 -174.85 + 97 19.5494 375 1 1 -104.95 128.289 -174.51 + 97 41.8502 1376 1 0 -50.8038 95.4827 -175.85 + 97 84.9035 1377 1 0 -50.8784 95.5501 -176.016 + 97 64.4422 593 0 1 -61.3917 103.828 -204.45 + 97 24.2462 592 0 1 -61.45 103.824 -204.746 + 97 108.306 1418 0 0 -61.4397 103.809 -205.85 + 97 100.561 1373 2 0 -50.3251 94.95 -146.134 + 97 18.2112 645 10 1 -50.8568 95.0779 95.15 + 97 42.8517 1372 10 0 -50.8402 94.6494 94.15 Number of digits in this event = 15 Using G4ParticleGun ... -6.54753 LIN +3.58886 LIN proton Event: 98 Number of tracker hits in this event = 24 - 98 112.783 1291 10 1 78.3753 78.7494 95.55 - 98 175.509 1293 10 0 78.3759 78.7493 94.15 - 98 140.348 1291 9 1 78.3886 78.7508 65.55 - 98 92.3259 1293 9 0 78.389 78.7506 64.15 - 98 102.529 1291 8 1 78.3968 78.749 35.55 - 98 91.6959 1293 8 0 78.3964 78.7486 34.15 - 98 84.2259 1291 7 1 78.3881 78.739 5.55 - 98 121.21 1293 7 0 78.3868 78.7388 4.15 - 98 123.883 1291 6 1 78.3599 78.7328 -24.45 - 98 304.838 1293 6 0 78.3588 78.7317 -25.85 - 98 151.986 1291 5 1 78.3405 78.7101 -54.45 - 98 97.4161 1293 5 0 78.3403 78.7104 -55.85 - 98 100.229 1291 4 1 78.3361 78.7191 -84.45 - 98 97.0723 1293 4 0 78.3362 78.7201 -85.85 - 98 180.81 1291 3 1 78.3377 78.7372 -114.45 - 98 96.8985 1293 3 0 78.3373 78.7385 -115.85 - 98 88.615 1291 2 1 78.3282 78.7675 -144.45 - 98 142.71 1293 2 0 78.3264 78.7681 -145.85 - 98 128.577 1291 1 1 78.2934 78.7818 -174.45 - 98 129.278 1293 1 0 78.2919 78.7821 -175.85 - 98 125.362 1291 0 1 78.262 78.7903 -204.45 - 98 116.121 1293 0 0 78.2604 78.7906 -205.85 - 98 147.626 1294 6 0 78.312 78.8502 -26.1594 - 98 23.3112 984 10 0 51.1733 16.9628 93.75 -Number of digits in this event = 13 + 98 117.818 806 8 1 -18.8224 134.766 35.55 + 98 142.357 1573 8 0 -18.8219 134.764 34.15 + 98 98.8723 806 7 1 -18.8168 134.733 5.55 + 98 99.5133 1572 7 0 -18.8167 134.731 4.15 + 98 472.808 806 6 1 -18.8261 134.693 -24.45 + 98 95.3494 1572 6 0 -18.8291 134.689 -25.85 + 98 115.671 805 5 1 -18.8929 134.626 -54.45 + 98 103.719 1572 5 0 -18.8984 134.621 -55.85 + 98 138.771 805 4 1 -19.019 134.524 -84.45 + 98 110.878 1571 4 0 -19.0263 134.518 -85.85 + 98 118.017 804 3 1 -19.1795 134.403 -114.45 + 98 139.775 1571 3 0 -19.1865 134.398 -115.85 + 98 105.378 803 2 1 -19.3242 134.296 -144.45 + 98 262.801 1570 2 0 -19.33 134.293 -145.85 + 98 145.889 802 1 1 -19.4533 134.241 -174.45 + 98 178.41 1570 1 0 -19.4603 134.241 -175.85 + 98 119.217 802 0 1 -19.5979 134.237 -204.45 + 98 111.026 1570 0 0 -19.6037 134.235 -205.85 + 98 70.3814 807 6 1 -18.6498 134.752 -24.6456 + 98 0.826424 808 6 1 -18.4499 134.808 -24.8454 + 98 115.761 1574 6 0 -17.5284 135.018 -25.85 + 98 102.566 874 5 1 -5.13531 143.757 -54.45 + 98 49.4371 875 5 1 -5.05 143.943 -54.7195 + 98 125.383 1622 5 0 -4.61765 144.56 -55.85 +Number of digits in this event = 10 Using G4ParticleGun ... -9.62731 LIN +1.13948 LIN proton Event: 99 -Number of tracker hits in this event = 21 - 99 234.925 1448 10 0 -37.9369 109.863 94.15 - 99 101.358 710 9 1 -37.9382 109.866 65.55 - 99 96.304 1448 9 0 -37.9376 109.865 64.15 - 99 118.362 710 8 1 -37.9256 109.857 35.55 - 99 113.819 1448 8 0 -37.925 109.857 34.15 - 99 128.238 710 7 1 -37.9125 109.859 5.55 - 99 110.081 1448 7 0 -37.9114 109.858 4.15 - 99 112.527 710 6 1 -37.8877 109.854 -24.45 - 99 115.11 1448 6 0 -37.8866 109.854 -25.85 - 99 121.211 710 5 1 -37.8635 109.855 -54.45 - 99 112.581 1448 5 0 -37.8625 109.855 -55.85 - 99 138.758 711 4 1 -37.8434 109.861 -84.45 - 99 107.505 1448 4 0 -37.8429 109.861 -85.85 - 99 134.509 711 3 1 -37.8375 109.868 -114.45 - 99 109.843 1448 3 0 -37.8379 109.869 -115.85 - 99 95.2295 711 2 1 -37.8461 109.876 -144.45 - 99 121.471 1448 2 0 -37.8469 109.876 -145.85 - 99 174.786 710 1 1 -37.8639 109.884 -174.45 - 99 119.451 1448 1 0 -37.8644 109.885 -175.85 - 99 168.175 710 0 1 -37.8784 109.9 -204.45 - 99 180.939 1448 0 0 -37.879 109.901 -205.85 -Number of digits in this event = 10 +Number of tracker hits in this event = 18 + 99 140.537 830 8 1 -13.9968 140.705 35.55 + 99 170.084 1602 8 0 -14.0007 140.718 34.15 + 99 164.089 829 7 1 -14.0845 140.995 5.55 + 99 133.297 1604 7 0 -14.0887 141.011 4.15 + 99 112.911 829 6 1 -14.1774 141.335 -24.45 + 99 187.844 1606 6 0 -14.183 141.351 -25.85 + 99 178.549 828 5 1 -14.2874 141.681 -54.45 + 99 112.829 1607 5 0 -14.2933 141.692 -55.85 + 99 109.951 828 4 1 -14.3962 141.94 -84.45 + 99 108.493 1609 4 0 -14.3978 141.956 -85.85 + 99 111.916 828 3 1 -14.4363 142.268 -114.45 + 99 120.015 1610 3 0 -14.4362 142.285 -115.85 + 99 126.502 828 2 1 -14.424 142.618 -144.45 + 99 118.215 1612 2 0 -14.4211 142.636 -145.85 + 99 177.444 828 1 1 -14.3543 143.026 -174.45 + 99 103.688 1614 1 0 -14.3508 143.051 -175.85 + 99 136.822 828 0 1 -14.2924 143.564 -204.45 + 99 117.191 1617 0 0 -14.2879 143.588 -205.85 +Number of digits in this event = 11 Run terminated. Run Summary Number of events processed : 100 - User=5.070000s Real=5.618225s Sys=0.070000s + User=226.890000s Real=230.304165s Sys=0.090000s End of Run 0 /gun/particle gamma /gun/energy 1 GeV /gun/sourceType 2 /run/beamOn 100 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -5027,32 +4792,32 @@ Index : 0 used in the geometry : Yes Index : 1 used in the geometry : Yes Material : CesiumIodide Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 9.24411 keV e- 145.079 keV e+ 140.395 keV proton 10 keV + Energy thresholds : gamma 9.33527 keV e- 143.602 keV e+ 140.504 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Silicon Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 2.32918 keV e- 122.227 keV e+ 119.582 keV proton 10 keV + Energy thresholds : gamma 2.31197 keV e- 122.379 keV e+ 119.739 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Tungsten Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 36.157 keV e- 351.933 keV e+ 336.864 keV proton 10 keV + Energy thresholds : gamma 36.0852 keV e- 348.589 keV e+ 336.147 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Scintillator Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 984.997 eV e- 86.7551 keV e+ 84.8775 keV proton 10 keV + Energy thresholds : gamma 980.52 eV e- 86.3315 keV e+ 85.0855 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. ### Run 1 starts (master). @@ -5077,4290 +4842,4242 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun ... -3.98123 LIN +1.07687 LIN gamma Event: 0 -Number of tracker hits in this event = 14 - 0 274.724 467 3 1 -86.5435 -22.0684 -114.45 - 0 293.992 789 3 0 -86.5422 -22.0683 -115.85 - 0 137.956 467 2 1 -86.507 -22.0859 -144.45 - 0 249.347 789 2 0 -86.5035 -22.0869 -145.85 - 0 170.7 468 1 1 -86.434 -22.1138 -174.45 - 0 116.052 789 1 0 -86.4278 -22.1169 -175.85 - 0 100.649 468 0 1 -86.3099 -22.1921 -204.45 - 0 104.072 789 0 0 -86.303 -22.1958 -205.85 - 0 150.375 531 1 1 -73.7155 18.9503 -174.85 - 0 134.454 466 2 1 -86.6577 -22.1436 -144.45 - 0 105.079 465 1 1 -86.8763 -22.391 -174.45 - 0 113.064 788 1 0 -86.8915 -22.4142 -175.85 - 0 224.184 464 0 1 -87.1913 -22.8828 -204.45 - 0 141.948 785 0 0 -87.209 -22.9061 -205.85 -Number of digits in this event = 11 +Number of tracker hits in this event = 6 + 0 248.952 516 1 1 -76.6772 -117.677 -174.45 + 0 231.715 312 1 0 -76.6837 -117.68 -175.85 + 0 98.0522 515 0 1 -76.8582 -117.796 -204.45 + 0 121.02 311 0 0 -76.8738 -117.808 -205.85 + 0 156.207 513 0 1 -77.3721 -118.048 -204.45 + 0 123.739 310 0 0 -77.378 -118.038 -205.85 +Number of digits in this event = 8 Using G4ParticleGun ... -9.83039 LIN +1.43759 LIN gamma Event: 1 -Number of tracker hits in this event = 18 - 1 236.234 820 3 1 -15.8956 -48.5042 -114.45 - 1 263.023 657 3 0 -15.8941 -48.5036 -115.85 - 1 428.883 820 2 1 -15.88 -48.477 -144.45 - 1 242.233 657 2 0 -15.8655 -48.4778 -145.85 - 1 141.091 822 1 1 -15.5785 -48.4901 -174.45 - 1 236.393 657 1 0 -15.5628 -48.4913 -175.85 - 1 98.9816 824 0 1 -15.2199 -48.5152 -204.45 - 1 523.741 657 0 0 -15.2059 -48.5067 -205.85 - 1 125.245 907 0 1 1.51686 -103.892 -204.85 - 1 110.4 819 2 1 -16.0501 -48.2961 -144.602 - 1 93.8556 818 2 1 -16.25 -48.1193 -144.745 - 1 201.47 656 2 0 -16.4673 -48.65 -145.857 - 1 119.002 820 1 1 -15.9271 -48.5302 -174.45 - 1 351.019 820 0 1 -15.9487 -48.5409 -204.45 - 1 175.033 926 1 1 5.34382 -39.7994 -174.85 - 1 13.3475 1284 2 0 -0.774644 76.85 -145.902 - 1 154.859 637 3 0 -60.0525 -52.4906 -116.25 - 1 209.905 636 3 0 -60.1712 -52.6501 -116.138 -Number of digits in this event = 15 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -3.02011 LIN +7.96901 LIN gamma Event: 2 -Number of tracker hits in this event = 48 - 2 498.779 392 7 1 -101.597 59.0706 5.55 - 2 231.851 1195 7 0 -101.597 59.0694 4.15 - 2 131.966 392 6 1 -101.592 59.0454 -24.45 - 2 114.55 1194 6 0 -101.594 59.0439 -25.85 - 2 149.587 392 5 1 -101.615 59.0072 -54.45 - 2 268.672 1194 5 0 -101.613 59.0031 -55.85 - 2 109.059 392 4 1 -101.565 58.9172 -84.45 - 2 132.808 1194 4 0 -101.562 58.9137 -85.85 - 2 353.559 393 3 1 -101.489 58.8484 -114.45 - 2 117.581 1193 3 0 -101.486 58.8433 -115.85 - 2 133.135 393 2 1 -101.423 58.7438 -144.45 - 2 133.812 1193 2 0 -101.419 58.7358 -145.85 - 2 155.631 394 1 1 -101.335 58.5705 -174.45 - 2 101.491 1192 1 0 -101.328 58.5598 -175.85 - 2 141.335 394 0 1 -101.199 58.3418 -204.45 - 2 102.187 1191 0 0 -101.19 58.3258 -205.85 - 2 15.6487 1196 3 0 -101.385 59.4164 -115.85 - 2 104.751 1197 3 0 -101.378 59.45 -115.922 - 2 203.983 392 3 1 -101.652 68.7169 -114.85 - 2 225.334 1335 3 0 126.162 87.1109 -116.25 - 2 152.198 390 6 1 -102.105 58.8545 -24.4506 - 2 111.204 1193 6 0 -102.136 58.8419 -25.8505 - 2 105.674 387 5 1 -102.656 58.4741 -54.45 - 2 123.508 1191 5 0 -102.631 58.3051 -55.85 - 2 158.63 391 4 1 -101.836 54.5383 -84.4502 - 2 84.8105 1171 4 0 -101.734 54.3 -85.85 - 2 32.1365 1170 4 0 -101.71 54.25 -86.1467 - 2 97.8227 403 3 1 -99.4588 49.2347 -114.45 - 2 133.984 1144 3 0 -99.4068 48.9478 -115.85 - 2 102.772 410 2 1 -98.0806 42.2009 -144.45 - 2 127.15 1109 2 0 -97.9611 41.9377 -145.85 - 2 172.219 422 1 1 -95.7289 36.2853 -174.45 - 2 108.708 1080 1 0 -95.6721 36.2105 -175.85 - 2 116.102 429 0 1 -94.2261 34.191 -204.45 - 2 110.628 1071 0 0 -94.302 34.2614 -205.85 - 2 239.243 1031 0 0 -97.3526 26.3495 -206.25 - 2 87.7804 1030 0 0 -97.4059 26.2498 -205.991 - 2 251.515 412 0 1 -97.5697 25.6598 -204.85 - 2 148.801 413 0 1 -97.4954 25.5522 -204.45 - 2 60.1553 1033 0 0 -99.263 26.7494 -205.85 - 2 62.109 1034 0 0 -99.4191 26.85 -205.919 - 2 89.6971 1035 0 0 -99.5413 27.05 -206.018 - 2 78.0009 1036 0 0 -99.7831 27.25 -206.073 - 2 73.3993 1037 0 0 -99.8516 27.45 -206.154 - 2 200.553 987 0 0 -116.62 17.5649 -206.25 - 2 158.867 988 0 0 -116.811 17.65 -206.02 - 2 68.8148 1117 0 0 -135.315 43.5594 -206.25 - 2 118.969 1118 0 0 -135.363 43.65 -206.219 -Number of digits in this event = 26 +Number of tracker hits in this event = 1 + 2 379.393 938 3 1 7.76925 111.561 -114.85 +Number of digits in this event = 3 Using G4ParticleGun ... -3.36875 LIN +9.78434 LIN gamma Event: 3 -Number of tracker hits in this event = 38 - 3 254.892 699 6 1 -40.1819 -128.444 -24.45 - 3 316.492 258 6 0 -40.1823 -128.445 -25.85 - 3 345.747 699 5 1 -40.1453 -128.48 -54.45 - 3 249.798 258 5 0 -40.1372 -128.475 -55.85 - 3 164.79 700 4 1 -39.9613 -128.394 -84.45 - 3 241.697 258 4 0 -39.9595 -128.39 -85.85 - 3 178.659 700 3 1 -39.984 -128.354 -114.45 - 3 270.726 258 3 0 -39.9867 -128.352 -115.85 - 3 123.658 700 2 1 -40.0251 -128.302 -144.45 - 3 136.433 259 2 0 -40.0362 -128.295 -145.85 - 3 132.714 698 1 1 -40.2869 -128.145 -174.45 - 3 213.387 260 1 0 -40.302 -128.143 -175.85 - 3 344.113 697 0 1 -40.5864 -128.151 -204.45 - 3 235.224 260 0 0 -40.5985 -128.14 -205.85 - 3 215.92 701 3 1 -39.85 -128.258 -114.646 - 3 180.4 699 4 1 -40.1613 -128.443 -84.45 - 3 116.04 699 3 1 -40.1895 -128.44 -114.45 - 3 345.373 698 2 1 -40.2894 -128.379 -144.45 - 3 399.109 258 2 0 -40.299 -128.376 -145.85 - 3 139.853 697 1 1 -40.5062 -128.287 -174.45 - 3 120.868 259 1 0 -40.5138 -128.282 -175.85 - 3 165.651 696 0 1 -40.6567 -128.171 -204.45 - 3 697.671 259 0 0 -40.6656 -128.166 -205.85 - 3 113.054 538 2 1 -72.25 -48.037 -144.618 - 3 24.5206 1097 2 0 -32.3373 39.45 -145.858 - 3 4.89882 740 2 1 -31.9562 39.98 -144.85 - 3 8.53548 1101 2 0 -31.6783 40.3999 -145.85 - 3 130.787 690 1 1 -41.9004 -128.379 -174.45 - 3 100.771 258 1 0 -41.9212 -128.36 -175.85 - 3 104.645 691 0 1 -41.7672 -128.192 -204.45 - 3 55.4948 258 0 0 -41.7753 -128.35 -205.894 - 3 137.011 684 0 1 -43.0671 -128.438 -204.45 - 3 96.4393 685 0 1 -43.0499 -128.443 -204.512 - 3 123.686 257 0 0 -42.6946 -128.664 -205.85 - 3 106.326 700 1 1 -39.9257 -128.137 -174.45 - 3 104.661 261 0 0 -40.5287 -127.81 -205.85 - 3 28.3156 39 4 0 -63.9413 -172.282 -86.25 - 3 65.8076 52 10 0 104.871 -169.551 93.75 -Number of digits in this event = 27 +Number of tracker hits in this event = 15 + 3 298.743 1036 3 1 27.2529 3.14796 -114.45 + 3 308.391 915 3 0 27.2525 3.14855 -115.85 + 3 202.957 1035 2 1 27.2388 3.16542 -144.45 + 3 233.718 915 2 0 27.2376 3.16676 -145.85 + 3 273.605 1035 1 1 27.2131 3.19111 -174.45 + 3 415.636 915 1 0 27.2241 3.1989 -175.85 + 3 146.545 1037 0 1 27.5339 3.26887 -204.45 + 3 232.986 915 0 0 27.552 3.24442 -205.85 + 3 6.44643 1065 2 0 -166.204 33.05 -145.92 + 3 156.883 930 1 0 21.117 6.16416 -176.25 + 3 47.5692 929 1 0 21.0558 6.05 -176.191 + 3 168.657 677 1 0 45.8196 -44.5273 -176.25 + 3 212.912 1253 1 1 70.65 88.449 -174.792 + 3 332.217 1036 2 1 27.2536 3.16057 -144.45 + 3 177.377 1035 0 1 27.2201 3.16615 -204.45 +Number of digits in this event = 16 Using G4ParticleGun ... -4.68893 LIN +6.59363 LIN gamma Event: 4 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 5 + 4 30.6472 1539 0 0 19.9005 128.02 -206.25 + 4 132.623 1538 0 0 19.925 127.95 -206.167 + 4 55.8255 1537 0 0 20.0023 127.75 -205.981 + 4 107.627 999 0 1 20.0195 126.671 -204.85 + 4 410.554 1000 0 1 20.1251 128.286 -204.85 +Number of digits in this event = 3 Using G4ParticleGun ... -6.03651 LIN +5.67677 LIN gamma Event: 5 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 28 + 5 295.835 490 5 1 -81.9334 0.247768 -54.45 + 5 406.046 900 5 0 -81.9352 0.24682 -55.85 + 5 309.945 490 4 1 -81.9832 0.219118 -84.45 + 5 225.292 900 4 0 -81.9806 0.230702 -85.85 + 5 265.506 490 3 1 -81.9163 0.430895 -114.45 + 5 109.976 902 3 0 -81.8891 0.459129 -115.85 + 5 98.306 494 2 1 -81.1945 1.19153 -144.45 + 5 128.936 905 2 0 -81.1416 1.21846 -145.85 + 5 124.756 500 1 1 -79.9763 1.54548 -174.45 + 5 150.65 907 1 0 -79.8902 1.57287 -175.85 + 5 114.452 509 0 1 -78.2494 2.20509 -204.45 + 5 102.23 911 0 0 -78.1654 2.25265 -205.85 + 5 158.083 900 3 0 -81.9322 0.249161 -115.85 + 5 232.033 490 2 1 -81.9049 0.238172 -144.45 + 5 110.679 900 2 0 -81.9028 0.237983 -145.85 + 5 144.749 490 1 1 -81.854 0.237867 -174.45 + 5 143.361 900 1 0 -81.8515 0.237559 -175.85 + 5 117.366 491 0 1 -81.797 0.230983 -204.45 + 5 118.648 900 0 0 -81.7934 0.22789 -205.85 + 5 12.8582 274 4 1 -125.15 58.265 -84.7136 + 5 3.08859 899 2 0 -82.1829 -0.247291 -145.85 + 5 486.693 898 2 0 -82.1842 -0.25 -145.858 + 5 130.359 897 2 0 -83.1443 -0.45 -145.94 + 5 23.8812 478 2 1 -84.4003 -0.406826 -144.85 + 5 144.879 477 2 1 -84.45 -0.404989 -144.802 + 5 208.591 476 2 1 -84.7081 0.05 -144.564 + 5 78.8073 901 5 0 -81.9333 0.250205 -55.9834 + 5 25.0421 902 5 0 -81.9201 0.45 -56.2117 +Number of digits in this event = 18 Using G4ParticleGun ... -7.13974 LIN +4.16102 LIN gamma Event: 6 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 3 + 6 79.8694 1330 2 0 172.836 86.2143 -146.25 + 6 96.7341 1276 2 0 12.6076 75.4062 -146.25 + 6 85.3536 1277 2 0 12.5393 75.45 -146.152 +Number of digits in this event = 2 Using G4ParticleGun ... -9.68553 LIN +8.04199 LIN gamma Event: 7 -Number of tracker hits in this event = 56 - 7 280.576 972 10 1 14.6001 -51.9845 95.55 - 7 244.943 640 10 0 14.5997 -51.9844 94.15 - 7 298.799 972 9 1 14.5905 -51.9828 65.55 - 7 431.345 640 9 0 14.5906 -51.9837 64.15 - 7 294.868 972 8 1 14.5928 -52.0032 35.55 - 7 212.476 640 8 0 14.5932 -52.0053 34.15 - 7 100.239 972 7 1 14.6041 -52.051 5.55 - 7 156.452 639 7 0 14.6037 -52.0535 4.15 - 7 115.702 972 6 1 14.596 -52.1082 -24.45 - 7 136.597 639 6 0 14.5958 -52.112 -25.85 - 7 228.432 972 5 1 14.5916 -52.1875 -54.45 - 7 96.8966 639 5 0 14.5922 -52.1901 -55.85 - 7 257.14 972 4 1 14.6032 -52.2445 -84.45 - 7 114.559 638 4 0 14.5961 -52.2583 -85.85 - 7 106.7 972 3 1 14.4685 -52.5063 -114.45 - 7 172.533 637 3 0 14.4209 -52.5456 -115.85 - 7 21.0312 967 2 1 13.4516 -53.3553 -144.45 - 7 361.752 966 2 1 13.45 -53.3563 -144.533 - 7 154.687 633 2 0 13.4249 -53.3708 -145.85 - 7 118.599 964 1 1 12.8895 -53.7307 -174.45 - 7 208.802 631 1 0 12.8732 -53.7628 -175.85 - 7 194.097 962 0 1 12.5627 -54.2862 -204.45 - 7 143.637 628 0 0 12.5283 -54.299 -205.85 - 7 122.388 230 7 0 -52.5079 -134.136 3.75 - 7 434.435 229 7 0 -52.5281 -134.15 3.76537 - 7 69.3159 228 7 0 -52.7556 -134.35 3.98237 - 7 37.223 812 11 1 -17.4567 139.443 125.55 - 7 5.52159 813 11 1 -17.45 139.443 125.546 - 7 59.0655 972 1 1 14.4965 -52.1334 -174.45 - 7 160.91 640 1 0 14.3778 -51.9925 -175.85 - 7 7.45471 963 0 1 12.8425 -52.3973 -204.45 - 7 133.827 964 0 1 12.8501 -52.4017 -204.461 - 7 69.3029 965 0 1 13.05 -52.551 -204.709 - 7 205.263 635 0 0 14.6535 -52.9724 -205.85 - 7 50.9148 634 0 0 14.8782 -53.0503 -206.129 - 7 27.0154 1276 0 1 75.45 -60.6084 -204.556 - 7 119.932 973 7 1 14.7017 -51.9421 5.55 - 7 134.961 640 7 0 14.7007 -51.9406 4.15 - 7 102.859 973 6 1 14.703 -51.9172 -24.45 - 7 101.896 640 6 0 14.7024 -51.8999 -25.85 - 7 118.228 642 5 0 14.607 -51.5236 -55.85 - 7 136.39 645 4 0 14.6215 -50.964 -85.85 - 7 138.19 977 3 1 15.5395 -51.0938 -114.45 - 7 154.015 644 3 0 15.5614 -51.1364 -115.85 - 7 85.2151 981 2 1 16.3799 -52.3676 -144.45 - 7 20.307 982 2 1 16.4501 -52.4292 -144.772 - 7 132.972 636 2 0 16.7415 -52.6671 -145.85 - 7 111.452 1028 1 1 25.6769 -58.953 -174.45 - 7 135.305 604 1 0 26.0762 -59.066 -175.85 - 7 129.059 1072 0 1 34.5487 -61.198 -204.45 - 7 8.48603 1073 0 1 34.65 -61.2383 -204.813 - 7 118.851 593 0 0 34.9363 -61.3479 -205.85 - 7 246.303 975 0 1 15.1833 -51.9795 -204.45 - 7 260.129 640 0 0 15.1855 -51.9707 -205.85 - 7 28.0121 673 0 0 60.8871 -45.274 -206.25 - 7 72.8779 674 0 0 60.857 -45.25 -206.203 -Number of digits in this event = 31 +Number of tracker hits in this event = 10 + 7 277.903 480 0 1 -84.0253 102.927 -204.45 + 7 283.891 1413 0 0 -84.0257 102.926 -205.85 + 7 21.7134 651 1 0 -61.5573 -49.685 -176.25 + 7 17.6788 1199 0 0 -57.4843 60.05 -206.04 + 7 13.7688 638 0 1 -52.4401 58.329 -204.85 + 7 11.8407 1182 0 0 -45.7488 56.6478 -205.85 + 7 227.413 1183 0 0 -45.7301 56.65 -205.865 + 7 77.6352 1284 4 0 -7.64164 77.0414 -86.25 + 7 200.305 1285 4 0 -7.59708 77.0502 -86.0515 + 7 122.129 1350 3 0 -131.856 90.2645 -116.25 +Number of digits in this event = 7 Using G4ParticleGun ... -6.9321 LIN +5.04096 LIN gamma Event: 8 -Number of tracker hits in this event = 5 - 8 275.992 909 1 1 1.987 146.232 -174.45 - 8 213.395 1630 1 0 1.98662 146.232 -175.85 - 8 311.428 909 0 1 1.98384 146.219 -204.45 - 8 293.934 1630 0 0 1.97975 146.223 -205.85 - 8 24.7681 1665 0 0 30.0063 153.35 -206.069 -Number of digits in this event = 7 +Number of tracker hits in this event = 35 + 8 34.116 908 7 0 -22.9209 1.66094 3.81975 + 8 299.424 785 6 1 -22.9214 1.65423 -24.45 + 8 256.818 908 6 0 -22.925 1.65958 -25.85 + 8 222.976 785 5 1 -23.0004 1.77391 -54.45 + 8 247.63 908 5 0 -23.0106 1.78099 -55.85 + 8 173.69 784 4 1 -23.1854 1.90882 -84.45 + 8 122.71 909 4 0 -23.1874 1.92211 -85.85 + 8 336.072 784 3 1 -23.2171 2.21246 -114.45 + 8 131.648 910 3 0 -23.2235 2.23147 -115.85 + 8 109.001 783 2 1 -23.3898 2.61359 -144.45 + 8 136.857 912 2 0 -23.3943 2.63114 -145.85 + 8 127.507 782 1 1 -23.4907 2.97587 -174.45 + 8 163.88 914 1 0 -23.4977 2.98913 -175.85 + 8 124.673 781 0 1 -23.6514 3.25248 -204.45 + 8 163.363 916 0 0 -23.662 3.25866 -205.85 + 8 18.8144 407 1 1 -98.6206 9.58053 -174.85 + 8 150.202 890 3 1 -2.03048 -134.282 -114.45 + 8 21.7352 889 3 1 -2.05 -134.294 -114.481 + 8 123.95 785 4 1 -22.9189 1.69313 -84.45 + 8 455.674 908 4 0 -22.9206 1.69346 -85.85 + 8 168.138 785 3 1 -22.9592 1.6867 -114.45 + 8 132.087 908 3 0 -22.9611 1.68612 -115.85 + 8 183.655 785 2 1 -23.0048 1.66859 -144.45 + 8 109.38 908 2 0 -23.0072 1.66951 -145.85 + 8 115.417 784 1 1 -23.0529 1.69348 -174.45 + 8 150.114 908 1 0 -23.0548 1.69563 -175.85 + 8 138.915 784 0 1 -23.0902 1.74493 -204.45 + 8 117.814 908 0 0 -23.0894 1.74726 -205.85 + 8 73.8748 785 0 1 -22.9085 1.75494 -204.451 + 8 82.7397 786 0 1 -22.85 1.77537 -204.675 + 8 123.704 787 0 1 -22.65 1.88768 -204.799 + 8 47.6237 926 0 0 -20.7502 5.26151 -205.85 + 8 193.879 795 0 1 -20.9007 7.31326 -204.85 + 8 271.532 794 0 1 -21.05 7.70002 -204.632 + 8 33.4058 911 1 1 2.40567 63.551 -174.85 +Number of digits in this event = 26 Using G4ParticleGun ... -8.17777 LIN +1.75881 LIN gamma Event: 9 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 41 + 9 348.022 348 8 1 -110.427 23.7375 35.55 + 9 428.846 1018 8 0 -110.426 23.7413 34.15 + 9 243.575 348 7 1 -110.402 23.7926 5.55 + 9 141.707 1018 7 0 -110.403 23.7973 4.15 + 9 117.695 348 6 1 -110.407 23.9235 -24.45 + 9 110.992 1019 6 0 -110.405 23.9303 -25.85 + 9 173.068 348 5 1 -110.392 24.0625 -54.45 + 9 119.553 1020 5 0 -110.394 24.0709 -55.85 + 9 118.085 348 4 1 -110.38 24.2389 -84.45 + 9 175.256 1020 4 0 -110.38 24.2466 -85.85 + 9 102.618 348 3 1 -110.384 24.4056 -114.45 + 9 165.056 1021 3 0 -110.377 24.4137 -115.85 + 9 127.353 349 2 1 -110.233 24.5827 -144.45 + 9 96.7608 1022 2 0 -110.231 24.5934 -145.85 + 9 133.276 349 1 1 -110.192 24.8237 -174.45 + 9 124.538 1023 1 0 -110.176 24.8088 -175.85 + 9 81.4131 351 0 1 -109.789 24.5393 -204.45 + 9 137.035 1022 0 0 -109.782 24.5366 -205.85 + 9 209.086 1035 2 0 -99.3325 27.0889 -146.25 + 9 28.5704 1034 2 0 -99.3389 27.05 -146.222 + 9 85.3727 447 0 1 -90.75 -16.477 -204.799 + 9 182.815 432 0 0 -29.9689 -93.55 -205.86 + 9 69.0377 1021 4 0 -110.408 24.25 -85.9582 + 9 98.2533 1017 7 0 -110.449 23.6076 4.15 + 9 144.976 347 6 1 -110.585 23.3854 -24.45 + 9 128.042 1016 6 0 -110.6 23.3778 -25.85 + 9 117.285 345 5 1 -110.986 23.2538 -54.45 + 9 104.842 1016 5 0 -111.011 23.259 -55.85 + 9 128.619 343 4 1 -111.498 23.3519 -84.45 + 9 189.678 1016 4 0 -111.532 23.3303 -85.85 + 9 153.423 338 3 1 -112.501 22.9577 -114.45 + 9 106.295 1014 3 0 -112.527 22.9488 -115.85 + 9 125.908 335 2 1 -113.112 22.8628 -144.45 + 9 103.517 1014 2 0 -113.175 22.8607 -145.85 + 9 121.85 328 1 1 -114.351 22.7414 -174.45 + 9 284.567 1013 1 0 -114.396 22.7695 -175.85 + 9 121.968 324 0 1 -115.198 23.2121 -204.45 + 9 116.303 1016 0 0 -115.261 23.2512 -205.85 + 9 52.0381 939 1 0 -49.8589 7.99614 -176.25 + 9 30.0319 977 2 0 -107.34 15.4973 -146.25 + 9 138.617 1171 2 0 -124.858 54.26 -146.25 +Number of digits in this event = 25 Using G4ParticleGun ... -3.24407 LIN +9.41278 LIN gamma Event: 10 -Number of tracker hits in this event = 42 - 10 244.868 884 9 1 -3.07832 43.8007 65.55 - 10 251.956 1118 9 0 -3.07873 43.8008 64.15 - 10 248.35 884 8 1 -3.07847 43.8 35.55 - 10 258.153 1118 8 0 -3.08135 43.7997 34.15 - 10 273.953 884 7 1 -3.1335 43.7932 5.55 - 10 316.587 1118 7 0 -3.13879 43.7958 4.15 - 10 247.717 884 6 1 -3.23168 43.8386 -24.45 - 10 151.016 1118 6 0 -3.23802 43.8394 -25.85 - 10 95.7035 883 5 1 -3.37315 43.84 -54.45 - 10 117.74 1118 5 0 -3.37655 43.842 -55.85 - 10 130.051 883 4 1 -3.44137 43.8596 -84.45 - 10 144.631 1119 4 0 -3.44144 43.8598 -85.85 - 10 191.854 883 3 1 -3.44214 43.8508 -114.45 - 10 303.411 1118 3 0 -3.44494 43.8452 -115.85 - 10 118.577 882 2 1 -3.47857 43.758 -144.45 - 10 137.15 1118 2 0 -3.48398 43.755 -145.85 - 10 115.889 882 1 1 -3.58972 43.6985 -174.45 - 10 140.485 1118 1 0 -3.59655 43.7016 -175.85 - 10 116.522 881 0 1 -3.76731 43.7686 -204.45 - 10 88.7926 1118 0 0 -3.77956 43.7741 -205.85 - 10 108.67 1124 3 0 -2.57393 44.8852 -115.85 - 10 186.57 1125 3 0 -2.65304 45.05 -115.964 - 10 195.676 1119 6 0 -3.23183 43.85 -25.8967 - 10 313.276 1120 6 0 -2.7716 44.05 -26.0853 - 10 109.627 1121 6 0 -2.43423 44.25 -26.2065 - 10 49.4455 883 6 1 -3.25 43.8138 -24.6374 - 10 199.157 1117 6 0 -2.48485 43.4951 -25.8501 - 10 3.61286 1284 6 0 144.97 76.85 -25.9334 - 10 39.2228 1275 2 1 75.1228 -21.9927 -144.85 - 10 127.545 882 6 1 -3.54783 43.6408 -24.45 - 10 108.581 880 5 1 -4.01592 43.6293 -54.45 - 10 125.272 1117 5 0 -4.04348 43.6247 -55.85 - 10 119.268 877 4 1 -4.61784 43.5266 -84.45 - 10 108.222 1117 4 0 -4.65559 43.5235 -85.85 - 10 131.219 873 3 1 -5.43418 43.4905 -114.45 - 10 140.096 1117 3 0 -5.47079 43.4859 -115.85 - 10 132.898 869 2 1 -6.23146 43.3992 -144.45 - 10 96.7444 1116 2 0 -6.27398 43.4035 -145.85 - 10 125.385 864 1 1 -7.15202 43.4693 -174.45 - 10 96.7306 1117 1 0 -7.18316 43.4708 -175.85 - 10 136.709 861 0 1 -7.83052 43.4853 -204.45 - 10 161.842 1117 0 0 -7.84376 43.5027 -205.85 -Number of digits in this event = 27 -Using G4ParticleGun ... -4.77333 LIN +Number of tracker hits in this event = 72 + 10 227.722 508 8 1 -78.255 -78.0471 35.55 + 10 243.506 510 8 0 -78.2563 -78.0467 34.15 + 10 231.188 508 7 1 -78.2895 -78.036 5.55 + 10 281.831 510 7 0 -78.292 -78.0388 4.15 + 10 305.809 508 6 1 -78.3417 -78.0945 -24.45 + 10 119.116 509 6 0 -78.3445 -78.0981 -25.85 + 10 109.343 508 5 1 -78.3967 -78.1699 -54.45 + 10 137.489 509 5 0 -78.3998 -78.1734 -55.85 + 10 155.943 507 4 1 -78.4557 -78.2454 -84.45 + 10 63.5866 509 4 0 -78.4602 -78.2493 -85.85 + 10 42.4896 508 4 0 -78.461 -78.25 -86.0979 + 10 118.023 507 3 1 -78.562 -78.3274 -114.45 + 10 104.489 508 3 0 -78.5666 -78.3323 -115.85 + 10 114.874 506 2 1 -78.655 -78.4275 -144.45 + 10 128.217 508 2 0 -78.6647 -78.4277 -145.85 + 10 167.874 505 1 1 -78.8651 -78.4421 -174.45 + 10 148.881 508 1 0 -78.8746 -78.4417 -175.85 + 10 255.824 504 0 1 -79.0588 -78.4215 -204.45 + 10 163.106 508 0 0 -79.0682 -78.4218 -205.85 + 10 158.193 675 5 1 -45.0268 76.3388 -54.85 + 10 416.949 674 5 1 -45.05 76.7532 -54.5295 + 10 47.3099 673 5 1 -45.2502 77.012 -54.6522 + 10 59.483 482 6 0 -46.285 -83.4964 -25.85 + 10 86.1418 507 1 0 -78.8928 -78.45 -176.03 + 10 89.9265 674 1 0 7.48506 -45.1191 -176.25 + 10 149.415 673 1 0 7.48325 -45.2501 -176.094 + 10 149.574 672 1 0 7.45745 -45.45 -175.983 + 10 58.116 1731 14 0 24.703 166.35 214.101 + 10 54.999 1107 14 0 57.227 41.5186 213.75 + 10 11.0149 1267 14 0 123.163 73.5329 213.75 + 10 59.1324 1338 14 0 139.163 87.8411 213.75 + 10 109.977 557 5 0 -175.853 -68.5546 -56.2499 + 10 188.824 558 5 0 -175.973 -68.45 -56.15 + 10 247.02 508 2 1 -78.3078 -78.1173 -144.45 + 10 269.364 509 2 0 -78.242 -78.1977 -145.85 + 10 111.443 518 1 1 -76.4427 -80.5451 -174.45 + 10 303.848 497 1 0 -76.4334 -80.622 -175.85 + 10 133.106 518 0 1 -76.4116 -81.9363 -204.45 + 10 108.53 490 0 0 -76.3837 -81.9682 -205.85 + 10 189.033 507 1 1 -78.5905 -78.0476 -174.45 + 10 202.87 510 1 0 -78.5784 -78.021 -175.85 + 10 126.197 509 0 1 -78.2058 -77.4474 -204.45 + 10 112.171 513 0 0 -78.1653 -77.4257 -205.85 + 10 138.842 510 6 0 -78.3999 -78.0206 -25.85 + 10 99.863 506 5 1 -78.6786 -77.9078 -54.45 + 10 106.693 510 5 0 -78.6863 -77.9054 -55.85 + 10 159.767 505 4 1 -78.8574 -77.8409 -84.45 + 10 119.859 511 4 0 -78.8689 -77.8346 -85.85 + 10 157.751 504 3 1 -79.1332 -77.7182 -114.45 + 10 157.214 511 3 0 -79.1395 -77.7135 -115.85 + 10 116.68 503 2 1 -79.2735 -77.5968 -144.45 + 10 101.167 512 2 0 -79.2732 -77.5866 -145.85 + 10 112.172 503 1 1 -79.2982 -77.3725 -174.45 + 10 116.77 513 1 0 -79.2951 -77.3562 -175.85 + 10 133.447 515 0 0 -79.2145 -76.9808 -205.85 + 10 144.753 503 3 1 -79.25 -77.5252 -114.465 + 10 21.5801 502 3 1 -79.4501 -77.5237 -114.775 + 10 123.826 512 3 0 -80.1366 -77.6125 -115.85 + 10 19.0505 376 2 1 -104.908 -81.15 -144.45 + 10 107.591 375 2 1 -104.95 -81.1579 -144.52 + 10 205.386 493 2 0 -105.633 -81.3388 -145.85 + 10 97.8347 291 1 1 -121.876 -81.2047 -174.45 + 10 200.6 290 1 1 -121.95 -81.1853 -174.487 + 10 58.7936 289 1 1 -122.15 -81.1264 -174.598 + 10 74.6245 288 1 1 -122.35 -81.0598 -174.712 + 10 14.6668 287 1 1 -122.55 -80.9813 -174.819 + 10 31.5696 498 1 0 -124.314 -80.2888 -175.85 + 10 156.766 499 1 0 -124.405 -80.25 -175.906 + 10 79.4928 500 1 0 -124.892 -80.05 -176.151 + 10 220.31 609 9 1 -58.0655 -99.2752 65.15 + 10 94.1033 970 6 0 -138.365 14.05 -26.1655 + 10 363.772 610 9 1 -58.05 -99.5351 65.4208 +Number of digits in this event = 39 +Using G4ParticleGun ... +4.72927 LIN gamma Event: 11 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Using G4ParticleGun ... -8.74021 LIN +1.29744 LIN gamma Event: 12 -Number of tracker hits in this event = 7 - 12 233.617 1179 0 1 55.9364 -65.8904 -204.45 - 12 229.632 570 0 0 55.9344 -65.8925 -205.85 - 12 1.93423 524 7 1 -75.1555 62.3907 5.55 - 12 176.788 1335 2 1 87.1016 -9.17565 -144.85 - 12 380.861 1334 2 1 87.0494 -8.97276 -144.546 - 12 4.70683 507 1 0 54.4883 -78.643 -176.25 - 12 96.1951 506 1 0 54.4892 -78.6501 -176.196 -Number of digits in this event = 6 -Using G4ParticleGun ... -7.25634 LIN +Number of tracker hits in this event = 10 + 12 368.062 915 2 1 3.09257 -51.5982 -144.45 + 12 410.113 642 2 0 3.08782 -51.6081 -145.85 + 12 110.599 912 1 1 2.63402 -51.8251 -174.45 + 12 96.5617 640 1 0 2.49188 -51.8658 -175.85 + 12 157.957 897 0 1 -0.504836 -52.7208 -204.45 + 12 123.305 636 0 0 -0.664781 -52.8104 -205.85 + 12 165.986 915 1 1 3.11246 -51.5411 -174.45 + 12 129.035 642 1 0 3.1226 -51.5366 -175.85 + 12 138.531 916 0 1 3.33712 -51.4431 -204.45 + 12 105.353 643 0 0 3.33817 -51.4304 -205.85 +Number of digits in this event = 10 +Using G4ParticleGun ... +9.37148 LIN gamma Event: 13 -Number of tracker hits in this event = 2 - 13 146.181 291 5 0 84.8214 -121.94 -56.25 - 13 128.932 290 5 0 84.8182 -121.95 -56.2373 -Number of digits in this event = 4 +Number of tracker hits in this event = 10 + 13 280.929 1499 1 1 120.017 -54.8231 -174.45 + 13 264.558 626 1 0 120.017 -54.8235 -175.85 + 13 400.763 1499 0 1 120.024 -54.8352 -204.45 + 13 375.229 626 0 0 120.023 -54.8362 -205.85 + 13 161.513 709 8 1 -38.1124 80.0886 35.55 + 13 148.981 1301 8 0 -39.3141 80.3424 34.15 + 13 171.533 1585 8 0 -45.696 137.163 33.75 + 13 25.3196 1586 8 0 -45.7975 137.35 33.8232 + 13 44.7592 972 1 1 14.65 -162.641 -174.808 + 13 85.7757 668 3 0 41.1664 -46.3831 -116.25 +Number of digits in this event = 9 Using G4ParticleGun ... -5.32079 LIN +5.60752 LIN gamma Event: 14 -Number of tracker hits in this event = 1 - 14 124.063 547 1 1 -70.6398 -35.1581 -174.85 -Number of digits in this event = 3 +Number of tracker hits in this event = 98 + 14 256.795 1353 9 1 90.9138 -86.9519 65.55 + 14 249.824 465 9 0 90.913 -86.9506 64.15 + 14 282.236 1353 8 1 90.89 -86.9268 35.55 + 14 355.506 465 8 0 90.8906 -86.9245 34.15 + 14 280.281 1353 7 1 90.897 -86.8733 5.55 + 14 214.685 465 7 0 90.8945 -86.871 4.15 + 14 299.767 1353 6 1 90.8553 -86.8512 -24.45 + 14 321.231 465 6 0 90.8521 -86.8623 -25.85 + 14 204.311 1353 5 1 90.7583 -87.1063 -54.45 + 14 195.533 464 5 0 90.7588 -87.1234 -55.85 + 14 241.202 1353 4 1 90.7578 -87.4601 -84.45 + 14 141.853 462 4 0 90.7712 -87.4843 -85.85 + 14 109.84 1354 3 1 91.0429 -88.0222 -114.45 + 14 143.174 460 3 0 91.0508 -88.0418 -115.85 + 14 114.165 1355 2 1 91.1942 -88.453 -144.45 + 14 123.191 457 2 0 91.2104 -88.4712 -145.85 + 14 191.547 1357 1 1 91.6921 -88.914 -174.45 + 14 106.487 455 1 0 91.6967 -88.9301 -175.85 + 14 156.939 1358 0 1 91.756 -89.2481 -204.45 + 14 116.859 453 0 0 91.7507 -89.2609 -205.85 + 14 129.015 1358 1 1 91.75 -88.9743 -174.771 + 14 214.275 1360 0 1 92.1883 -89.0496 -204.45 + 14 425.571 1359 0 1 92.15 -88.6663 -204.706 + 14 41.5202 1556 1 1 131.35 -51.5675 -174.717 + 14 82.1719 1575 3 0 62.2286 135.15 -116.241 + 14 5.79943 478 4 0 59.6927 -84.4152 -86.25 + 14 19.1697 1197 4 1 59.4786 -84.0081 -84.849 + 14 92.9393 1196 4 1 59.4499 -84.0355 -84.805 + 14 113.193 475 4 0 59.8532 -84.8762 -85.85 + 14 89.2071 476 4 0 59.9822 -84.85 -85.914 + 14 117.12 573 0 0 87.8665 -65.398 -206.25 + 14 253.984 567 4 0 113.501 -66.633 -86.25 + 14 112.688 1352 6 1 90.7497 -86.9613 -24.5846 + 14 172.98 458 6 0 90.05 -88.3226 -26.0325 + 14 196.583 457 6 0 90.0088 -88.45 -26.1717 + 14 98.7866 123 6 0 92.3389 -155.416 -26.25 + 14 42.5615 122 6 0 92.4594 -155.55 -25.9631 + 14 331.103 1362 6 1 92.7018 -156.421 -24.85 + 14 8.37736 461 6 0 89.5346 -87.7187 -25.85 + 14 126.546 465 5 0 90.9227 -87.0196 -55.85 + 14 127.909 464 4 0 90.8795 -87.0859 -85.85 + 14 153.564 1353 3 1 90.815 -87.1532 -114.45 + 14 609.15 464 3 0 90.8107 -87.157 -115.85 + 14 115.312 1352 2 1 90.7174 -87.2241 -144.45 + 14 91.9552 464 2 0 90.7168 -87.2306 -145.85 + 14 134.441 1352 1 1 90.6934 -87.3651 -174.45 + 14 144.495 463 1 0 90.6951 -87.3726 -175.85 + 14 174.343 1352 0 1 90.7324 -87.5393 -204.45 + 14 110.01 462 0 0 90.7334 -87.548 -205.85 + 14 2.70678 1367 0 1 93.7484 127.173 -204.45 + 14 146.044 1368 0 1 93.75 127.166 -204.455 + 14 275.334 1369 0 1 93.95 127.009 -204.69 + 14 29.4508 478 6 0 92.2925 -84.3104 -25.85 + 14 17.4336 479 6 0 92.3525 -84.2499 -25.8694 + 14 18.0327 1366 6 1 93.5147 -83.7044 -24.85 + 14 31.1868 1367 6 1 93.55 -83.6748 -24.8313 + 14 24.0492 485 6 0 93.6238 -82.8866 -25.85 + 14 183.548 486 6 0 93.6132 -82.85 -25.8646 + 14 23.2366 1462 1 1 112.55 -84.1429 -174.706 + 14 132.605 465 3 0 90.8396 -86.8732 -115.85 + 14 72.5191 1349 2 1 89.9812 -86.9041 -144.45 + 14 94.1686 465 2 0 90.3174 -86.9509 -145.85 + 14 3.56702 1386 1 1 97.5476 -87.1779 -174.45 + 14 124.089 1387 1 1 97.55 -87.181 -174.466 + 14 72.765 462 1 0 97.8239 -87.45 -176.001 + 14 42.5228 1414 0 1 103.125 -92.0023 -204.45 + 14 81.6425 1415 0 1 103.15 -92.0196 -204.625 + 14 119.877 439 0 0 103.346 -92.153 -205.85 + 14 37.3825 464 8 0 90.9033 -87.05 33.8805 + 14 156.581 1341 7 1 88.4202 -99.6099 5.55 + 14 55.5121 1340 7 1 88.25 -99.7373 5.16503 + 14 112.309 400 7 0 87.8003 -100.039 4.15 + 14 175.599 1284 6 1 77.0303 -105.918 -24.45 + 14 6.70983 1283 6 1 76.8499 -105.981 -24.8164 + 14 110.726 369 6 0 76.4276 -106.172 -25.85 + 14 24.6533 1251 5 1 70.2788 -111.371 -54.4504 + 14 93.2166 1250 5 1 70.25 -111.361 -54.4797 + 14 55.4929 1249 5 1 70.0499 -111.295 -54.6659 + 14 41.8338 1248 5 1 69.85 -111.256 -54.7928 + 14 117.568 346 5 0 66.7392 -110.792 -55.85 + 14 183.07 347 5 0 66.4358 -110.75 -55.9524 + 14 41.8242 809 4 1 -18.2313 -116.808 -84.45 + 14 343.146 808 4 1 -18.25 -116.788 -84.4601 + 14 234.639 807 4 1 -18.45 -116.566 -84.5243 + 14 118.422 806 4 1 -18.6506 -116.372 -84.5965 + 14 100.068 805 4 1 -18.85 -116.147 -84.6898 + 14 68.5067 326 4 0 -19.5198 -114.926 -85.85 + 14 88.4242 327 4 0 -19.6105 -114.75 -85.9805 + 14 77.2667 328 4 0 -19.6823 -114.55 -86.1168 + 14 2.81971 329 4 0 -19.7933 -114.349 -86.2438 + 14 179.711 593 4 0 -58.1765 -61.4482 -86.25 + 14 221.523 611 4 1 -57.725 -60.8561 -84.85 + 14 355.274 612 4 1 -57.65 -60.7603 -84.7065 + 14 75.5105 613 4 1 -57.45 -60.0947 -84.6567 + 14 554.573 610 4 1 -57.85 -59.732 -84.8015 + 14 29.4553 412 7 0 87.7605 -97.7215 4.15 + 14 171.9 1330 7 1 86.2025 -95.6731 5.15 + 14 277.89 1329 7 1 86.05 -95.4175 5.30357 +Number of digits in this event = 49 Using G4ParticleGun ... -1.89162 LIN +3.43345 LIN gamma Event: 15 -Number of tracker hits in this event = 52 - 15 236.106 268 8 1 -126.458 -25.4761 35.55 - 15 241.401 772 8 0 -126.458 -25.479 34.15 - 15 278.266 268 7 1 -126.45 -25.5372 5.55 - 15 104.964 772 7 0 -126.461 -25.5311 4.15 - 15 147.223 267 6 1 -126.688 -25.3747 -24.45 - 15 131.544 773 6 0 -126.7 -25.3649 -25.85 - 15 129.284 266 5 1 -126.929 -25.1664 -54.45 - 15 148.354 774 5 0 -126.933 -25.1556 -55.85 - 15 121.521 265 4 1 -127.044 -24.9124 -84.45 - 15 116.588 775 4 0 -127.057 -24.9011 -85.85 - 15 119.494 264 3 1 -127.308 -24.6892 -114.45 - 15 149.569 776 3 0 -127.323 -24.6819 -115.85 - 15 134.852 262 2 1 -127.636 -24.539 -144.45 - 15 116.837 777 2 0 -127.657 -24.5365 -145.85 - 15 294.421 260 1 1 -128.097 -24.4588 -174.45 - 15 100.599 777 1 0 -128.123 -24.4566 -175.85 - 15 119.516 257 0 1 -128.664 -24.4011 -204.45 - 15 115.52 778 0 0 -128.701 -24.407 -205.85 - 15 193.106 1519 9 0 -4.5273 123.992 63.75 - 15 106.688 261 1 1 -127.834 -24.1807 -174.45 - 15 51.5813 791 1 0 -128.558 -21.7802 -175.85 - 15 128.277 792 1 0 -128.587 -21.65 -175.926 - 15 100.916 793 1 0 -128.65 -21.45 -176.046 - 15 11.1945 794 1 0 -128.738 -21.25 -176.215 - 15 251.68 204 0 1 -139.335 1.82856 -204.45 - 15 51.1334 203 0 1 -139.35 1.47472 -204.491 - 15 0.00982 202 0 1 -139.55 1.50768 -204.45 - 15 76.9152 262 1 1 -127.75 -24.2108 -174.497 - 15 80.2237 263 1 1 -127.55 -24.0857 -174.699 - 15 9.62288 785 1 0 -126.517 -22.8718 -175.85 - 15 82.7941 786 1 0 -126.497 -22.85 -175.871 - 15 265.251 787 1 0 -126.3 -22.65 -176.041 - 15 41.6643 788 1 0 -126.14 -22.45 -176.19 - 15 137.982 773 7 0 -126.458 -25.3284 4.15 - 15 245.654 268 6 1 -126.359 -24.9826 -24.45 - 15 151.244 775 6 0 -126.349 -24.9589 -25.85 - 15 223.217 269 5 1 -126.168 -24.4698 -54.45 - 15 132.016 778 5 0 -126.144 -24.443 -55.85 - 15 116.208 272 4 1 -125.637 -23.9134 -84.45 - 15 97.9818 780 4 0 -125.607 -23.8901 -85.85 - 15 113.024 275 3 1 -124.985 -23.4233 -114.45 - 15 291.353 783 3 0 -124.961 -23.4049 -115.85 - 15 188.635 278 2 1 -124.444 -23.116 -144.45 - 15 109.722 784 2 0 -124.414 -23.0888 -145.85 - 15 86.4193 281 1 1 -123.808 -22.5362 -174.45 - 15 101.747 282 0 1 -123.691 -22.0809 -204.45 - 15 94.4166 789 0 0 -123.7 -22.0707 -205.85 - 15 299.018 478 0 1 -84.296 9.49839 -204.85 - 15 82.9381 479 0 1 -84.2498 9.53681 -204.709 - 15 33.1882 319 0 1 -116.35 1.44897 -204.568 - 15 286.208 262 6 1 -127.606 -27.2385 -24.4501 - 15 110.09 261 6 1 -127.75 -27.0471 -24.6908 -Number of digits in this event = 26 +Number of tracker hits in this event = 55 + 15 448.179 1219 7 1 63.8755 -18.6199 5.55 + 15 244.356 807 7 0 63.8742 -18.6192 4.15 + 15 146.208 1218 6 1 63.8328 -18.5976 -24.45 + 15 161.92 807 6 0 63.8284 -18.5946 -25.85 + 15 115.244 1218 5 1 63.737 -18.5349 -54.45 + 15 120.821 807 5 0 63.732 -18.5336 -55.85 + 15 133.332 1217 4 1 63.6355 -18.5094 -84.45 + 15 130.143 807 4 0 63.63 -18.5091 -85.85 + 15 112.465 1216 3 1 63.3989 -18.5738 -114.45 + 15 132.162 807 3 0 63.3917 -18.5753 -115.85 + 15 153.265 1215 2 1 63.2179 -18.6104 -144.45 + 15 181.096 807 2 0 63.2097 -18.612 -145.85 + 15 108.814 1214 1 1 63.049 -18.6567 -174.45 + 15 111.172 806 1 0 63.0381 -18.6607 -175.85 + 15 156.459 1213 0 1 62.815 -18.7368 -204.45 + 15 103.121 806 0 0 62.8147 -18.7349 -205.85 + 15 147.486 1287 0 1 77.6023 10.0109 -204.85 + 15 130.708 920 1 0 55.2667 4.09204 -176.25 + 15 195.493 919 1 0 55.3367 4.04998 -176.051 + 15 249.113 1215 1 1 63.1807 -18.4821 -174.45 + 15 207.05 807 1 0 63.1926 -18.4827 -175.85 + 15 201.206 1217 0 1 63.4866 -18.476 -204.45 + 15 411.334 807 0 0 63.5566 -18.5199 -205.85 + 15 115.279 1215 0 1 63.1843 -18.4939 -204.45 + 15 28.3065 804 0 1 -19.1889 -1.94324 -204.85 + 15 66.5913 1690 1 1 158.161 -115.659 -174.45 + 15 134.728 1689 1 1 158.15 -115.753 -174.632 + 15 90.8944 326 1 0 157.374 -114.913 -175.85 + 15 87.3738 327 1 0 157.279 -114.75 -175.932 + 15 11.8149 328 1 0 157.091 -114.55 -175.879 + 15 47.8745 1680 1 1 156.247 -113.442 -174.85 + 15 74.5985 1679 1 1 156.15 -113.399 -174.786 + 15 71.6839 1678 1 1 155.95 -113.465 -174.766 + 15 36.6782 334 1 0 155.48 -113.196 -175.85 + 15 138.189 335 1 0 155.519 -113.15 -175.926 + 15 160.894 336 1 0 155.436 -112.95 -176.05 + 15 133.953 1220 6 1 64.1981 -18.8726 -24.45 + 15 125.778 805 6 0 64.2782 -18.8634 -25.85 + 15 132.482 1230 5 1 66.1441 -18.7546 -54.45 + 15 120.696 806 5 0 66.2521 -18.7811 -55.85 + 15 142.608 1241 4 1 68.342 -19.3669 -84.45 + 15 123.138 803 4 0 68.4565 -19.3553 -85.85 + 15 129.921 1253 3 1 70.662 -19.084 -114.45 + 15 144.01 804 3 0 70.7341 -19.11 -115.85 + 15 111.173 1260 2 1 72.1969 -19.5798 -144.45 + 15 155.152 802 2 0 72.2728 -19.5632 -145.85 + 15 141.053 1268 1 1 73.7501 -19.1404 -174.45 + 15 153.431 804 1 0 73.7649 -19.101 -175.85 + 15 177.476 1269 0 1 73.9876 -18.5853 -204.45 + 15 18.9041 338 1 0 138.481 -112.35 -175.892 + 15 148.161 1593 1 1 138.808 -112.621 -174.849 + 15 14.7262 800 7 0 63.8765 -20.0275 4.15 + 15 76.1967 799 7 0 63.8699 -20.05 4.13122 + 15 68.3081 798 7 0 63.765 -20.25 4.0096 + 15 63.8947 797 7 0 63.689 -20.4502 3.86687 +Number of digits in this event = 36 Using G4ParticleGun ... -2.25359 LIN +1.78481 LIN gamma Event: 16 -Number of tracker hits in this event = 37 - 16 216.406 894 5 1 -1.07874 17.8235 -54.45 - 16 251.719 988 5 0 -1.07718 17.8245 -55.85 - 16 127.06 895 4 1 -1.02777 17.83 -84.45 - 16 243.721 988 4 0 -1.03726 17.8319 -85.85 - 16 273.672 894 3 1 -1.20523 17.8698 -114.45 - 16 344.064 989 3 0 -1.21666 17.8625 -115.85 - 16 112.063 893 2 1 -1.4479 17.7575 -144.45 - 16 120.635 988 2 0 -1.45473 17.7368 -145.85 - 16 93.1753 890 1 1 -1.91376 17.5755 -174.45 - 16 112.148 987 1 0 -1.9318 17.5506 -175.85 - 16 184.439 888 0 1 -2.32118 16.9685 -204.45 - 16 149.402 984 0 0 -2.34189 16.9094 -205.85 - 16 133.774 1599 0 1 139.95 -13.7664 -204.719 - 16 65.1455 1616 0 1 143.408 -9.67441 -204.45 - 16 12.6956 828 0 0 138.713 -14.4346 -205.85 - 16 160.385 988 1 0 -1.93013 17.7867 -175.85 - 16 129.902 1306 4 0 -21.3594 81.307 -86.25 - 16 189.95 794 4 1 -21.1798 81.3465 -84.85 - 16 119.421 894 4 1 -1.10811 17.8271 -84.45 - 16 103.644 894 2 1 -1.17277 17.9387 -144.45 - 16 110.629 989 2 0 -1.18396 17.938 -145.85 - 16 142.445 893 1 1 -1.40752 17.9282 -174.45 - 16 106.013 989 1 0 -1.42963 17.9167 -175.85 - 16 119.349 890 0 1 -1.86505 17.6612 -204.45 - 16 119.208 988 0 0 -1.88567 17.6762 -205.85 - 16 112.879 949 0 1 9.93586 17.1509 -204.85 - 16 120.195 950 0 1 10.05 17.203 -204.514 - 16 29.7983 1437 3 0 -9.51266 107.65 -116.25 - 16 82.6289 1438 3 0 -9.53315 107.75 -116.22 - 16 95.0467 1439 3 0 -9.60147 107.95 -116.139 - 16 83.8377 1440 3 0 -9.71084 108.15 -116.031 - 16 53.3709 853 3 1 -9.33523 108.676 -114.85 - 16 117.923 854 3 1 -9.2499 108.74 -114.704 - 16 96.9382 855 3 1 -9.05 108.844 -114.516 - 16 98.3649 856 3 1 -8.85 108.849 -114.601 - 16 188.571 857 3 1 -8.64991 108.886 -114.775 - 16 225.07 858 3 1 -8.45 108.771 -114.57 -Number of digits in this event = 18 +Number of tracker hits in this event = 69 + 16 311.252 1540 8 1 128.18 45.0851 35.55 + 16 266.048 1125 8 0 128.182 45.0872 34.15 + 16 150.345 1540 7 1 128.231 45.1186 5.55 + 16 122.647 1125 7 0 128.235 45.1236 4.15 + 16 252.526 1540 6 1 128.332 45.2244 -24.45 + 16 163.825 1125 6 0 128.333 45.226 -25.85 + 16 114.982 1541 5 1 128.355 45.2416 -54.45 + 16 108.496 1125 5 0 128.355 45.2429 -55.85 + 16 130.426 1541 4 1 128.355 45.2788 -84.45 + 16 136.467 1126 4 0 128.355 45.2826 -85.85 + 16 114.843 1540 3 1 128.342 45.3686 -114.45 + 16 110.904 1126 3 0 128.344 45.3747 -115.85 + 16 334.519 1541 2 1 128.388 45.5064 -144.45 + 16 250.545 1127 2 0 128.392 45.5031 -145.85 + 16 310.58 1541 1 1 128.487 45.4063 -174.45 + 16 168.023 1126 1 0 128.507 45.4029 -175.85 + 16 213.997 1543 0 1 128.929 45.2676 -204.45 + 16 110.575 1125 0 0 128.937 45.2451 -205.85 + 16 2.29557 1586 1 1 137.546 50.0426 -174.45 + 16 268.2 1587 1 1 137.55 50.0464 -174.456 + 16 40.3352 1588 1 1 137.75 50.2305 -174.762 + 16 113.663 1154 1 0 138.487 50.8785 -175.85 + 16 40.3907 1155 1 0 138.666 51.05 -176.133 + 16 62.5993 1674 0 1 155.02 68.97 -204.45 + 16 92.6237 1675 0 1 155.15 69.0732 -204.547 + 16 92.2418 1676 0 1 155.35 69.233 -204.688 + 16 12.4564 1677 0 1 155.55 69.3966 -204.831 + 16 34.2676 1252 0 0 156.849 70.5858 -205.85 + 16 91.2857 1253 0 0 156.921 70.65 -205.906 + 16 98.47 1254 0 0 157.135 70.85 -206.09 + 16 240.154 1540 2 1 128.338 45.3317 -144.45 + 16 137.092 1126 2 0 128.38 45.2878 -145.85 + 16 129.188 1545 1 1 129.27 44.3382 -174.45 + 16 131.533 1121 1 0 129.303 44.3011 -175.85 + 16 172.808 1548 0 1 129.906 43.5683 -204.45 + 16 113.947 1117 0 0 129.901 43.521 -205.85 + 16 22.6258 505 6 0 66.6353 -78.85 -26.0007 + 16 17.0144 246 8 0 43.5062 -130.771 33.75 + 16 26.6317 1121 2 0 128.698 44.4387 -145.85 + 16 27.3779 1543 2 1 128.824 44.4664 -144.85 + 16 271.119 1126 6 0 128.319 45.25 -25.9649 + 16 138.03 1538 7 1 127.879 45.2905 5.55 + 16 104.911 1126 7 0 127.898 45.2758 4.15 + 16 116.784 1124 6 0 128.174 44.935 -25.85 + 16 141.248 1540 5 1 128.198 43.9836 -54.45 + 16 133.033 1119 5 0 128.2 43.9209 -55.85 + 16 181.815 1540 4 1 128.192 42.6085 -84.45 + 16 105.984 1112 4 0 128.158 42.5603 -85.85 + 16 182.955 1536 3 1 127.378 41.4915 -114.45 + 16 113.855 1107 3 0 127.313 41.4738 -115.85 + 16 166.009 1528 2 1 125.797 41.7016 -144.45 + 16 256.763 1108 2 0 125.717 41.8133 -145.85 + 16 180.53 1517 1 1 123.724 43.5822 -174.45 + 16 122.985 1118 1 0 123.574 43.6577 -175.85 + 16 111.475 1503 0 1 120.898 45.4561 -204.45 + 16 113.285 1127 0 0 120.787 45.4603 -205.85 + 16 234.445 1526 1 1 125.46 40.6331 -174.45 + 16 102.743 1525 1 1 125.35 40.5993 -174.617 + 16 113.887 1101 1 0 124.834 40.351 -175.85 + 16 27.3665 1470 0 1 114.309 34.6403 -204.45 + 16 91.8231 1471 0 1 114.35 34.677 -204.559 + 16 90.0687 1074 0 0 115.224 35.0037 -205.85 + 16 74.3845 1075 0 0 115.393 35.05 -206.102 + 16 58.278 1103 1 0 125.566 40.8188 -175.85 + 16 58.4734 1104 1 0 125.582 40.85 -176.073 + 16 128.697 1537 0 1 127.622 45.9058 -204.45 + 16 127.059 1131 0 0 127.55 46.2713 -205.85 + 16 100.397 1447 0 0 161.787 109.55 -206.218 + 16 42.7686 1539 8 1 128.15 45.1042 35.2952 +Number of digits in this event = 34 Using G4ParticleGun ... -7.49709 LIN +2.68577 LIN gamma Event: 17 -Number of tracker hits in this event = 177 - 17 225.65 1277 11 1 75.5362 31.5525 125.55 - 17 262.214 1057 11 0 75.5314 31.5541 124.15 - 17 112.163 1276 10 1 75.4222 31.5942 95.55 - 17 412.276 1057 10 0 75.4229 31.595 94.15 - 17 230.308 1276 9 1 75.4272 31.614 65.55 - 17 218.757 1057 9 0 75.4272 31.612 64.15 - 17 264.144 1276 8 1 75.4209 31.5508 35.55 - 17 408.489 1057 8 0 75.4094 31.5516 34.15 - 17 248.007 1275 7 1 75.2145 31.6098 5.55 - 17 349.821 1057 7 0 75.2131 31.6086 4.15 - 17 127.802 1275 6 1 75.2042 31.6201 -24.45 - 17 272.638 1057 6 0 75.21 31.6179 -25.85 - 17 509.273 1276 5 1 75.3118 31.5427 -54.45 - 17 103.837 1057 5 0 75.317 31.5414 -55.85 - 17 377.104 1277 4 1 75.459 31.4815 -84.45 - 17 259.37 1057 4 0 75.4742 31.4748 -85.85 - 17 127.783 1279 3 1 75.8567 31.3524 -114.45 - 17 403.262 1056 3 0 75.8741 31.3386 -115.85 - 17 220.96 1281 2 1 76.2533 31.0698 -144.45 - 17 231.327 1055 2 0 76.2744 31.0563 -145.85 - 17 319.191 1283 1 1 76.6886 30.8026 -174.45 - 17 92.4808 1053 1 0 76.6989 30.8 -175.85 - 17 133.129 1284 0 1 76.9037 30.6871 -204.45 - 17 106.166 1053 0 0 76.9134 30.6891 -205.85 - 17 437.218 1276 4 1 75.283 31.5435 -84.45 - 17 422.954 1275 4 1 75.2499 32.0391 -84.6573 - 17 76.6073 1064 9 0 74.1053 32.9209 64.15 - 17 159.161 1047 4 0 75.5701 29.5339 -85.85 - 17 130.38 1275 8 1 75.2499 31.719 35.5026 - 17 229.063 1059 8 0 74.7407 31.9917 34.15 - 17 143.657 1245 7 1 69.2136 36.8868 5.55 - 17 1.26838 1244 7 1 69.05 36.9553 5.54695 - 17 94.3781 1058 8 0 75.1901 31.7238 34.15 - 17 59.9688 1262 7 1 72.5431 30.627 5.55 - 17 82.6959 1261 7 1 72.45 30.597 5.47114 - 17 77.306 1260 7 1 72.25 30.5429 5.30476 - 17 196.864 1050 7 0 70.7713 30.151 4.15 - 17 43.0002 1049 7 0 70.423 30.0499 3.85697 - 17 21.6177 1085 6 1 37.1291 21.2426 -24.45 - 17 67.0285 1084 6 1 37.05 21.2409 -24.4873 - 17 63.1935 1083 6 1 36.8499 21.235 -24.5812 - 17 55.7713 1082 6 1 36.65 21.2254 -24.675 - 17 74.097 1081 6 1 36.45 21.2146 -24.7654 - 17 357.161 1005 6 0 34.0087 21.1382 -25.85 - 17 27.22 733 5 1 -33.3908 14.9982 -54.4502 - 17 59.3843 732 5 1 -33.45 14.9855 -54.4839 - 17 63.5876 731 5 1 -33.65 14.9508 -54.594 - 17 113.645 730 5 1 -33.8501 14.9194 -54.7107 - 17 11.4924 729 5 1 -34.05 14.8969 -54.8309 - 17 304.573 973 5 0 -35.8266 14.7603 -55.85 - 17 81.863 453 4 1 -89.2741 23.1662 -84.4503 - 17 67.3199 452 4 1 -89.45 23.215 -84.5824 - 17 50.9036 451 4 1 -89.65 23.2713 -84.7402 - 17 214.766 1018 4 0 -91.0107 23.6623 -85.8503 - 17 18.8472 284 3 1 -123.307 32.7982 -114.45 - 17 143.977 283 3 1 -123.35 32.8584 -114.517 - 17 56.7772 282 3 1 -123.55 33.119 -114.803 - 17 115.897 1070 3 0 -124.249 34.0744 -115.85 - 17 90.9708 1071 3 0 -124.368 34.25 -116.027 - 17 18.6373 1072 3 0 -124.516 34.4503 -116.227 - 17 196.796 1200 3 0 -166.008 60.1206 -116.25 - 17 0.372394 1199 3 0 -166.225 60.05 -115.855 - 17 29.4767 67 3 1 -166.717 59.7617 -114.85 - 17 94.2239 66 3 1 -166.75 59.7429 -114.779 - 17 128.946 1203 4 0 -168.667 60.7738 -86.25 - 17 158.56 56 4 1 -168.858 60.8054 -84.8497 - 17 281.006 1246 5 0 -173.234 69.2781 -56.2498 - 17 136.776 33 5 1 -173.44 69.6292 -54.8499 - 17 22.242 32 5 1 -173.712 70.4017 -54.45 - 17 252.018 31 5 1 -173.75 70.4454 -54.5371 - 17 122.927 1253 5 0 -174.277 70.6885 -55.85 - 17 130.857 1304 5 0 -164.422 80.897 -56.2497 - 17 175.898 81 5 1 -163.848 81.0927 -54.8498 - 17 255.902 82 5 1 -163.75 81.136 -54.6656 - 17 240.998 1288 5 0 -163.798 77.8349 -55.8501 - 17 77.1188 1287 5 0 -163.783 77.65 -55.9409 - 17 41.0834 1289 5 0 -163.593 77.8502 -56.1932 - 17 203.453 1386 5 0 -127.552 97.3981 -56.25 - 17 147.787 1277 10 1 75.5415 31.5333 95.55 - 17 164.618 1277 9 1 75.5246 31.4893 65.55 - 17 521.196 1277 8 1 75.5078 31.4526 35.55 - 17 127.612 1277 7 1 75.5084 31.4525 5.55 - 17 92.7707 1277 6 1 75.4797 31.4551 -24.45 - 17 360.884 1056 5 0 75.4471 31.441 -55.85 - 17 231.444 1056 4 0 75.4586 31.3948 -85.85 - 17 98.0581 1277 3 1 75.4752 31.3018 -114.45 - 17 302.679 1277 2 1 75.4939 31.2093 -144.45 - 17 102.088 1277 1 1 75.5561 31.109 -174.45 - 17 115.528 1055 1 0 75.5584 31.1051 -175.85 - 17 125.976 1277 0 1 75.6069 31.0312 -204.45 - 17 168.823 1054 0 0 75.6115 31.029 -205.85 - 17 122.155 1741 6 0 41.7772 168.494 -26.25 - 17 323.696 1278 2 1 75.65 31.2506 -144.742 - 17 248.661 1052 4 0 75.1695 30.5532 -85.85 - 17 133.421 1272 3 1 74.6345 29.7034 -114.45 - 17 38.1275 1048 3 0 74.6067 29.6554 -115.85 - 17 112.528 1047 3 0 74.6036 29.65 -116.007 - 17 129.527 1269 2 1 74.0299 28.6443 -144.45 - 17 111.492 1042 2 0 74.0127 28.592 -145.85 - 17 122.348 1267 1 1 73.619 27.5383 -174.45 - 17 124.273 1037 1 0 73.6253 27.4909 -175.85 - 17 110.602 1268 0 1 73.7518 26.5111 -204.45 - 17 69.0986 1032 0 0 73.7545 26.4587 -205.85 - 17 63.3141 1031 0 0 73.7551 26.45 -206.082 - 17 97.7225 854 0 0 124.033 -9.11529 -206.25 - 17 92.4929 853 0 0 124.277 -9.25 -206.156 - 17 74.1312 852 0 0 124.559 -9.45 -206.032 - 17 52.6354 851 0 0 124.712 -9.65024 -206.05 - 17 78.6037 850 0 0 124.84 -9.85 -206.095 - 17 59.1387 849 0 0 124.848 -10.05 -206.119 - 17 80.2477 848 0 0 124.792 -10.25 -206.085 - 17 4.71737 1522 0 1 124.554 -10.9761 -204.85 - 17 173.17 1521 0 1 124.55 -10.985 -204.834 - 17 338.065 1278 3 1 75.6628 31.2425 -114.45 - 17 118.154 1058 2 0 75.5613 31.7413 -145.85 - 17 117.78 1276 1 1 75.292 32.3776 -174.45 - 17 111.331 1061 1 0 75.2713 32.4075 -175.85 - 17 219.663 1274 0 1 74.9969 32.7873 -204.45 - 17 154.006 1063 0 0 75.0012 32.8244 -205.85 - 17 302.811 1055 3 0 75.6851 31.0765 -115.85 - 17 98.2554 1279 2 1 75.9225 30.4804 -144.45 - 17 88.7843 1052 2 0 75.9334 30.4552 -145.85 - 17 27.0476 1051 2 0 75.9357 30.45 -146.154 - 17 118.91 1280 1 1 76.1682 29.9755 -174.45 - 17 117.645 1049 1 0 76.1822 29.9615 -175.85 - 17 112.095 1281 0 1 76.3581 29.7162 -204.45 - 17 194.677 1048 0 0 76.41 29.7284 -205.85 - 17 1.79631 1421 1 0 95.4108 104.35 -175.93 - 17 102.317 1053 2 0 76.3951 30.7812 -145.85 - 17 91.0622 1052 1 0 76.6831 30.4929 -175.85 - 17 117.337 1286 0 1 77.3804 30.2343 -204.45 - 17 104.969 1051 0 0 77.3646 30.2561 -205.85 - 17 308.715 750 2 1 -29.9233 1.817 -144.45 - 17 139.691 1056 8 0 75.5082 31.4415 34.1497 - 17 5.94269 1266 6 1 73.2508 32.4893 -24.45 - 17 118.79 1265 6 1 73.25 32.4899 -24.4566 - 17 292.322 1062 6 0 73.0782 32.6203 -25.85 - 17 77.8593 1063 6 0 73.033 32.65 -26.1908 - 17 189.512 1247 5 1 69.5799 35.3256 -54.4503 - 17 114.031 1077 5 0 69.3799 35.4922 -55.8504 - 17 112.711 1224 4 1 65.0004 40.0337 -84.45 - 17 156.666 1099 4 0 64.7278 40.0273 -85.8501 - 17 91.4341 1192 3 1 58.5038 40.6403 -114.45 - 17 47.5951 1191 3 1 58.45 40.6663 -114.7 - 17 106.293 1103 3 0 58.1987 40.7799 -115.85 - 17 142.526 1159 2 1 52.0273 43.7008 -144.45 - 17 99.9685 1120 2 0 51.7455 44.1684 -145.85 - 17 48.7471 1121 2 0 51.6999 44.2501 -146.094 - 17 117.477 1133 1 1 46.8167 53.8351 -174.45 - 17 163.151 1171 1 0 46.6721 54.2627 -175.85 - 17 174.677 1116 0 1 43.4338 64.4709 -204.45 - 17 6.95228 1226 0 0 43.0668 65.4375 -205.85 - 17 94.2909 1227 0 0 43.0618 65.45 -205.868 - 17 43.4002 1228 0 0 42.9775 65.65 -206.168 - 17 110.399 1282 7 1 76.4737 32.6152 5.55 - 17 129.092 1063 7 0 76.4421 32.6648 4.15 - 17 176.568 1280 6 1 76.0929 32.9063 -24.45 - 17 135.39 1061 6 0 76.0032 32.45 -26.0835 - 17 167.946 1272 5 1 74.5723 25.4822 -54.4501 - 17 124.722 1025 5 0 74.7396 25.2434 -55.85 - 17 136.397 1291 4 1 78.3156 20.1371 -84.45 - 17 258.288 998 4 0 78.3588 19.7391 -85.85 - 17 58.4451 997 4 0 78.3742 19.65 -86.1328 - 17 57.2476 1308 3 1 81.7284 9.93758 -114.45 - 17 153.605 1307 3 1 81.65 9.99679 -114.549 - 17 46.8406 955 3 0 81.2274 11.1552 -115.85 - 17 132.454 956 3 0 81.2081 11.25 -115.952 - 17 162.73 957 3 0 64.6191 11.5837 -116.25 - 17 311.585 1219 3 1 64.0228 11.6143 -114.85 - 17 184.704 958 3 0 63.4919 11.6993 -115.85 - 17 165.853 830 3 0 -0.545653 -13.9426 -116.25 - 17 61.3475 829 3 0 -0.585875 -14.0501 -116.034 - 17 101.561 892 3 1 -1.53214 -14.0185 -114.85 - 17 123.157 891 3 1 -1.65002 -13.909 -114.61 - 17 251.492 890 3 1 -1.85 -13.7121 -114.597 - 17 42.5662 945 3 0 82.7503 9.07888 -115.85 - 17 54.0096 1060 6 0 76.0652 32.25 -26.1438 -Number of digits in this event = 91 -Using G4ParticleGun ... -9.87959 LIN +Number of tracker hits in this event = 0 +Number of digits in this event = 2 +Using G4ParticleGun ... +5.37752 LIN gamma Event: 18 -Number of tracker hits in this event = 142 - 18 325.345 564 11 1 -67.1307 20.7956 125.55 - 18 244.941 1003 11 0 -67.1315 20.7955 124.15 - 18 261.124 564 10 1 -67.1418 20.7874 95.55 - 18 354.736 1003 10 0 -67.1407 20.7863 94.15 - 18 185.975 564 9 1 -67.1161 20.7644 65.55 - 18 267.532 1003 9 0 -67.1156 20.7652 64.15 - 18 263.103 564 8 1 -67.0968 20.7906 35.55 - 18 388.567 1003 8 0 -67.0962 20.7941 34.15 - 18 240.015 564 7 1 -67.0753 20.8611 5.55 - 18 240.145 1004 7 0 -67.0723 20.8644 4.15 - 18 119.742 565 6 1 -67.0128 20.9384 -24.45 - 18 123.976 1004 6 0 -67.0087 20.9429 -25.85 - 18 151.925 565 5 1 -66.922 21.0338 -54.45 - 18 176 1004 5 0 -66.9158 21.037 -55.85 - 18 111.383 566 4 1 -66.7879 21.1055 -84.45 - 18 160.481 1005 4 0 -66.7814 21.1122 -85.85 - 18 120.14 567 3 1 -66.6485 21.2502 -114.45 - 18 122.241 1006 3 0 -66.6407 21.2574 -115.85 - 18 96.9471 567 2 1 -66.4836 21.3972 -144.45 - 18 160.646 1006 2 0 -66.4776 21.4051 -145.85 - 18 177.025 568 1 1 -66.3588 21.5555 -174.45 - 18 114.874 1007 1 0 -66.3517 21.5626 -175.85 - 18 139.307 569 0 1 -66.2098 21.714 -204.45 - 18 104.288 1008 0 0 -66.2038 21.7229 -205.85 - 18 100.788 1395 3 1 99.1899 -39.3392 -114.45 - 18 126.567 1394 3 1 99.1495 -39.4353 -114.577 - 18 159.953 1323 2 1 84.65 -5.02732 -144.563 - 18 57.2454 1322 2 1 84.65 -4.7851 -144.698 - 18 108.858 1321 2 1 84.45 -4.82466 -144.695 - 18 62.0461 1320 2 1 84.25 -4.83791 -144.794 - 18 18.1084 875 2 0 82.2197 -4.86707 -145.85 - 18 278.653 1292 2 1 78.5761 -5.44958 -144.85 - 18 17.4886 786 1 0 -13.4875 -22.65 -176.218 - 18 180.872 832 1 1 -13.5208 -22.8892 -174.85 - 18 27.4782 1520 6 0 -9.75843 124.165 -26.2493 - 18 191.12 1519 6 0 -9.77666 124.15 -26.1579 - 18 125.151 1449 6 0 -6.92308 110.004 -26.25 - 18 168.712 1448 6 0 -6.86955 109.95 -26.1314 - 18 243.46 1449 5 0 -16.9696 110.019 -56.25 - 18 249.749 1450 5 0 -16.9741 110.15 -56.0235 - 18 102.181 814 5 1 -17.2343 111.028 -54.85 - 18 60.8674 813 5 1 -17.25 111.179 -54.6531 - 18 37.4693 1594 6 0 -27.4747 139.002 -26.2498 - 18 247.505 1595 6 0 -27.5196 139.15 -26.1065 - 18 67.2501 1596 6 0 -27.5933 139.35 -25.9582 - 18 295.957 756 6 1 -28.7256 140.467 -24.85 - 18 288.928 755 6 1 -28.8501 140.564 -24.7448 - 18 55.2835 754 6 1 -29.05 140.678 -24.6629 - 18 112.365 753 6 1 -29.25 140.733 -24.6121 - 18 176.721 752 6 1 -29.45 140.842 -24.4527 - 18 169.944 751 6 1 -29.6502 141.083 -24.5784 - 18 221.286 566 0 1 -66.8274 21.4662 -204.45 - 18 124.836 1007 0 0 -66.799 21.486 -205.85 - 18 17.474 1080 3 0 72.8068 36.1319 -116.25 - 18 4.05328 798 1 1 -20.45 8.42231 -174.617 - 18 156.485 1006 0 0 -66.6808 21.3619 -205.85 - 18 59.483 527 0 0 -9.09713 -74.65 -206.176 - 18 201.332 565 0 1 -66.9226 21.3237 -204.45 - 18 95.099 563 8 1 -67.25 20.5471 35.4146 - 18 62.0901 562 8 1 -67.45 20.2994 35.2479 - 18 15.6797 990 8 0 -68.7316 18.1035 34.15 - 18 77.2341 989 8 0 -68.761 18.05 34.1246 - 18 77.1514 988 8 0 -68.8603 17.85 34.0229 - 18 86.9593 987 8 0 -68.9654 17.6497 33.9181 - 18 151.283 986 8 0 -69.1218 17.45 33.7918 - 18 96.8431 582 7 1 -63.4955 20.0178 5.54948 - 18 67.1101 583 7 1 -63.4499 20.009 5.37817 - 18 132.457 999 7 0 -63.1075 19.9451 4.14987 - 18 142.033 625 6 1 -54.9619 18.7338 -24.45 - 18 326.885 992 6 0 -54.7124 18.5322 -25.85 - 18 224.831 651 5 1 -49.7803 14.5819 -54.4507 - 18 124.798 971 5 0 -49.5018 14.3991 -55.85 - 18 122.032 677 4 1 -44.5892 10.489 -84.4504 - 18 142.781 952 4 0 -44.3911 10.4754 -85.8506 - 18 41.4739 686 3 1 -42.6654 9.4912 -114.45 - 18 68.606 687 3 1 -42.65 9.50111 -114.587 - 18 126.212 947 3 0 -42.4557 9.59356 -115.85 - 18 142.512 705 2 1 -38.9395 12.1484 -144.45 - 18 74.6503 706 2 1 -38.85 12.1664 -144.785 - 18 4.87806 960 2 0 -38.5661 12.2485 -145.85 - 18 115.208 961 2 0 -38.5607 12.25 -145.87 - 18 103.336 746 1 1 -30.7967 14.6472 -174.45 - 18 65.5413 747 1 1 -30.6498 14.6592 -174.708 - 18 346.824 973 1 0 -29.9939 14.7551 -175.85 - 18 7.73436 839 0 1 -12.0801 16.6779 -204.45 - 18 97.8065 840 0 1 -12.0499 16.7121 -204.47 - 18 99.7548 841 0 1 -11.85 16.9479 -204.614 - 18 165.623 842 0 1 -11.6498 17.19 -204.77 - 18 45.6913 994 0 0 -10.3309 18.9126 -205.85 - 18 73.8566 995 0 0 -10.2283 19.05 -205.935 - 18 72.265 996 0 0 -10.0851 19.25 -206.058 - 18 47.586 997 0 0 -9.93487 19.4503 -206.175 - 18 193.721 1529 6 0 116.506 126.006 -26.2499 - 18 65.2745 1528 6 0 116.89 125.95 -26.0435 - 18 72.9114 1527 6 0 117.021 125.75 -26.0604 - 18 94.1521 1526 6 0 117.035 125.55 -26.0902 - 18 91.8187 1525 6 0 116.933 125.35 -26.1397 - 18 40.0278 1524 6 0 116.929 125.15 -26.1862 - 18 225.27 1435 6 0 147.654 107.199 -26.25 - 18 369.985 1165 1 0 -17.6655 53.0674 -176.25 - 18 90.8024 1164 1 0 -17.6746 53.05 -176.056 - 18 160.647 1005 11 0 -67.1009 21.1445 124.15 - 18 131.649 563 10 1 -67.3936 27.7012 95.5496 - 18 46.4013 1036 10 0 -67.1743 27.2957 94.15 - 18 90.0285 1035 10 0 -67.1402 27.25 93.9784 - 18 55.8322 608 9 1 -58.3448 19.7016 65.5499 - 18 187.376 609 9 1 -58.25 19.5734 65.4093 - 18 147.081 992 9 0 -57.7309 18.5981 64.15 - 18 134.786 991 9 0 -57.6348 18.45 63.9211 - 18 109.817 610 9 1 -58.05 19.3908 65.3931 - 18 85.1385 611 9 1 -57.8499 19.1266 65.385 - 18 56.0731 612 9 1 -57.65 18.9886 65.3599 - 18 105.097 613 9 1 -57.45 18.8917 65.3741 - 18 101.433 565 9 1 -67.0479 20.8168 65.55 - 18 121.435 565 8 1 -66.9901 20.8447 35.55 - 18 60.6437 1004 8 0 -66.9922 20.85 33.8747 - 18 167.63 564 6 1 -67.101 21.3542 -24.45 - 18 134.546 1006 6 0 -67.1108 21.3754 -25.85 - 18 167.422 563 5 1 -67.313 21.7784 -54.45 - 18 104.024 1008 5 0 -67.3475 21.7531 -55.85 - 18 133.548 559 4 1 -68.1363 21.3705 -84.45 - 18 112.854 1006 4 0 -68.133 21.2877 -85.85 - 18 164.062 561 3 1 -67.7365 19.6075 -114.45 - 18 108.665 997 3 0 -67.7498 19.4838 -115.85 - 18 2.11998 996 3 0 -67.7538 19.45 -116.234 - 18 186.106 559 2 1 -68.1755 16.9083 -144.45 - 18 2.25756 983 2 0 -68.164 16.6514 -145.85 - 18 107.786 982 2 0 -68.1639 16.65 -145.858 - 18 134.54 561 1 1 -67.8287 11.5537 -174.45 - 18 110.25 956 1 0 -67.8645 11.37 -175.85 - 18 109.28 555 0 1 -69.0044 7.7214 -204.45 - 18 130.753 937 0 0 -69.1153 7.59802 -205.85 - 18 266.052 563 0 1 -67.3094 20.7685 -204.45 - 18 250.555 1003 0 0 -67.3149 20.7666 -205.85 - 18 20.5934 1402 0 0 -71.7156 100.696 -206.25 - 18 77.8844 1403 0 0 -71.679 100.75 -206.082 - 18 61.846 1404 0 0 -71.6057 100.95 -205.985 - 18 20.9502 543 0 1 -71.2818 101.016 -204.85 - 18 23.9067 544 0 1 -71.2499 100.995 -204.803 - 18 75.3576 1393 0 0 -71.157 98.9226 -205.85 - 18 196.136 542 0 1 -71.544 99.5016 -204.85 - 18 40.076 541 0 1 -71.65 99.4121 -204.739 -Number of digits in this event = 72 -Using G4ParticleGun ... -5.68614 LIN +Number of tracker hits in this event = 136 + 18 285.01 681 10 1 -43.7308 -63.6389 95.55 + 18 265.206 582 10 0 -43.7341 -63.6355 94.15 + 18 393.314 681 9 1 -43.7924 -63.5693 65.55 + 18 218.448 582 9 0 -43.7984 -63.5624 64.15 + 18 196.151 680 8 1 -43.9223 -63.4228 35.55 + 18 240.446 583 8 0 -43.9244 -63.412 34.15 + 18 128.709 680 7 1 -43.8516 -63.0362 5.55 + 18 120.504 585 7 0 -43.8476 -63.0158 4.15 + 18 450.446 681 6 1 -43.7779 -62.5825 -24.45 + 18 115.815 587 6 0 -43.773 -62.5652 -25.85 + 18 325.144 681 5 1 -43.6584 -62.2032 -54.45 + 18 232.625 589 5 0 -43.6467 -62.1905 -55.85 + 18 159.434 683 4 1 -43.4335 -61.941 -84.45 + 18 105.762 590 4 0 -43.4312 -61.9224 -85.85 + 18 135.024 683 3 1 -43.3683 -61.5232 -114.45 + 18 156.292 592 3 0 -43.3706 -61.4992 -115.85 + 18 109.488 683 2 1 -43.4304 -61.039 -144.45 + 18 181.867 595 2 0 -43.4265 -61.0155 -145.85 + 18 281.971 683 1 1 -43.3588 -60.5557 -174.45 + 18 336.524 597 1 0 -43.3605 -60.5284 -175.85 + 18 171.054 683 0 1 -43.4086 -59.9818 -204.45 + 18 175.527 600 0 0 -43.4115 -59.9588 -205.85 + 18 183.345 701 8 1 -39.6696 158.632 35.15 + 18 5.17511 1696 8 0 -39.3685 159.542 34.15 + 18 317.324 1697 8 0 -39.3585 159.55 34.1394 + 18 103.299 682 4 1 -43.45 -61.8862 -84.5655 + 18 347.376 592 4 0 -43.2782 -61.4968 -85.85 + 18 157.26 666 7 1 -46.6737 -67.0679 5.55 + 18 12.1369 563 7 0 -46.8087 -67.4383 4.14944 + 18 240.194 562 7 0 -46.8131 -67.45 4.10543 + 18 196.429 645 6 1 -50.9435 -75.8082 -24.45 + 18 120.119 519 6 0 -51.1884 -76.1522 -25.85 + 18 1.79265 518 6 0 -51.2529 -76.25 -26.2377 + 18 130.732 623 5 1 -55.3527 -83.5291 -54.45 + 18 85.0037 481 5 0 -55.5857 -83.7947 -55.8512 + 18 23.6206 480 5 0 -55.6369 -83.85 -56.1622 + 18 57.2331 600 4 1 -60.0136 -87.5184 -84.45 + 18 58.7177 599 4 1 -60.05 -87.5443 -84.6726 + 18 136.447 461 4 0 -60.2498 -87.6894 -85.85 + 18 127.476 573 3 1 -65.3359 -91.222 -114.45 + 18 134.952 443 3 0 -65.5368 -91.4694 -115.85 + 18 176.855 552 2 1 -69.6404 -97.5543 -144.45 + 18 179.276 551 2 1 -69.65 -97.624 -144.504 + 18 46.2394 403 2 0 -69.9126 -99.4851 -145.85 + 18 100.143 402 2 0 -69.9212 -99.55 -145.896 + 18 74.5025 401 2 0 -69.9466 -99.75 -146.039 + 18 44.769 400 2 0 -69.9719 -99.9501 -146.174 + 18 117.095 524 1 1 -75.1974 -140.872 -174.45 + 18 38.4763 193 1 0 -75.0755 -141.499 -175.85 + 18 90.2068 192 1 0 -75.0659 -141.55 -175.964 + 18 125.407 537 0 1 -72.6037 -154.449 -204.45 + 18 120.169 127 0 0 -72.0893 -154.629 -205.85 + 18 373.522 169 2 0 -69.8728 -146.218 -146.25 + 18 19.1249 170 2 0 -69.8259 -146.15 -146.113 + 18 149.572 414 2 0 -69.8798 -97.2991 -145.85 + 18 267.234 582 8 0 -44.1892 -63.5045 34.1497 + 18 138.301 641 7 1 -51.6587 -65.3698 5.54861 + 18 171.341 571 7 0 -51.887 -65.6621 4.15 + 18 116.701 613 6 1 -57.3344 -72.0465 -24.45 + 18 5.87587 614 6 1 -57.25 -72.1983 -24.8229 + 18 8.24232 537 6 0 -57.0207 -72.646 -25.85 + 18 124.298 536 6 0 -57.0187 -72.65 -25.8591 + 18 119.65 651 5 1 -49.6733 -85.4259 -54.45 + 18 15.3146 650 5 1 -49.85 -85.3943 -54.8154 + 18 83.4543 473 5 0 -50.3791 -85.284 -55.85 + 18 68.1026 474 5 0 -50.496 -85.25 -56.0693 + 18 66.0083 572 4 1 -65.5759 -78.4811 -84.45 + 18 61.9279 571 4 1 -65.6502 -78.3975 -84.6423 + 18 87.6935 511 4 0 -66.0842 -77.7832 -85.8502 + 18 115.531 512 4 0 -66.1689 -77.65 -86.115 + 18 7.779 523 3 1 -75.4362 -63.6882 -114.45 + 18 83.9025 522 3 1 -75.45 -63.6812 -114.465 + 18 64.0358 521 3 1 -75.65 -63.5681 -114.678 + 18 118.688 585 3 0 -76.7233 -62.9607 -115.85 + 18 62.1578 586 3 0 -76.9188 -62.85 -116.066 + 18 136.585 617 3 0 -86.6293 -56.5733 -116.25 + 18 208.576 464 3 1 -87.0679 -56.4581 -114.85 + 18 101.352 463 3 1 -87.2501 -56.3129 -114.593 + 18 78.3773 462 3 1 -87.45 -56.5631 -114.654 + 18 70.3451 461 3 1 -87.6502 -56.6447 -114.687 + 18 93.7071 614 3 0 -88.1849 -57.2312 -115.85 + 18 455.551 613 3 0 -88.1962 -57.25 -115.885 + 18 8.3249 461 4 1 -87.6618 -144.755 -84.45 + 18 134.608 572 7 0 -51.8598 -65.65 4.02688 + 18 127.991 573 7 0 -51.8902 -65.45 4.10418 + 18 124.037 581 8 0 -43.7022 -63.6767 34.15 + 18 138.535 681 8 1 -43.727 -63.5812 35.55 + 18 116.27 681 7 1 -43.7118 -63.5243 5.55 + 18 117.056 582 7 0 -43.7109 -63.5201 4.15 + 18 226.747 583 6 0 -43.7036 -63.4324 -25.85 + 18 113.75 583 5 0 -43.7061 -63.3299 -55.85 + 18 313.954 681 4 1 -43.7286 -63.23 -84.45 + 18 125.437 584 4 0 -43.7289 -63.2256 -85.85 + 18 362.754 681 3 1 -43.7311 -63.1381 -114.45 + 18 140.094 584 3 0 -43.7332 -63.135 -115.85 + 18 419.921 681 2 1 -43.772 -63.0615 -144.45 + 18 108.366 584 2 0 -43.7732 -63.0581 -145.85 + 18 111.736 681 1 1 -43.7974 -62.988 -174.45 + 18 193.871 585 1 0 -43.7989 -62.9831 -175.85 + 18 128.561 681 0 1 -43.8381 -62.885 -204.45 + 18 139.517 585 0 0 -43.8368 -62.8942 -205.85 + 18 243.435 193 14 0 -127.893 -141.424 213.75 + 18 336.084 584 1 0 -43.7173 -63.0505 -176.098 + 18 106.685 679 5 1 -44.1922 -62.2799 -54.4501 + 18 162.131 672 4 1 -45.4804 -60.2983 -84.4502 + 18 161.244 599 4 0 -45.5133 -60.1969 -85.85 + 18 139.601 669 3 1 -46.1125 -57.6002 -114.45 + 18 92.0717 612 3 0 -46.084 -57.4768 -115.85 + 18 218.626 671 2 1 -45.7584 -54.6812 -144.45 + 18 185.97 627 2 0 -45.6511 -54.5682 -145.85 + 18 18.2772 682 1 1 -43.4528 -52.9578 -174.45 + 18 181.836 636 1 0 -43.3978 -52.8159 -175.85 + 18 113.411 688 0 1 -42.4198 -50.1657 -204.45 + 18 128.518 650 0 0 -42.393 -50.017 -205.85 + 18 146.595 582 6 0 -43.7287 -63.4545 -25.8504 + 18 118.011 678 5 1 -44.3283 -63.6805 -54.45 + 18 172.195 581 5 0 -44.2924 -63.7719 -55.85 + 18 156.529 570 4 0 -43.7811 -65.966 -85.85 + 18 128.849 559 3 0 -43.8291 -68.2112 -115.851 + 18 125.562 672 2 1 -45.6033 -70.3721 -144.45 + 18 117.706 546 2 0 -45.6854 -70.6611 -145.85 + 18 109.699 663 1 1 -47.3537 -76.4527 -174.45 + 18 89.2054 518 1 0 -47.538 -76.2985 -175.85 + 18 13.24 519 1 0 -47.5766 -76.25 -176.206 + 18 115.207 646 0 1 -50.7368 -72.2436 -204.45 + 18 4.87523 645 0 1 -50.85 -72.2757 -204.832 + 18 162.648 538 0 0 -51.0954 -72.3755 -205.85 + 18 132.747 582 2 0 -43.9256 -63.5157 -145.85 + 18 111.21 667 1 1 -46.4581 -65.48 -174.45 + 18 107.525 571 1 0 -46.6452 -65.686 -175.85 + 18 84.905 652 0 1 -49.4725 -70.2439 -204.45 + 18 123.52 547 0 0 -49.4966 -70.5282 -205.85 + 18 123.333 583 2 0 -43.7362 -63.4195 -145.85 + 18 148.587 688 1 1 -42.341 -63.1978 -174.45 + 18 140.317 702 0 1 -39.45 -62.1398 -204.45 + 18 258.651 589 0 0 -39.641 -62.1143 -205.85 +Number of digits in this event = 79 +Using G4ParticleGun ... +8.2971 LIN gamma Event: 19 -Number of tracker hits in this event = 10 - 19 268.821 1459 2 1 112.078 70.8784 -144.45 - 19 624.894 1254 2 0 112.079 70.8733 -145.85 - 19 238.086 1459 1 1 112.132 70.7234 -174.45 - 19 92.0516 1253 1 0 112.134 70.7164 -175.85 - 19 123.102 1460 0 1 112.169 70.5496 -204.45 - 19 99.7828 1252 0 0 112.162 70.5586 -205.85 - 19 196.978 1254 1 0 112.079 70.8787 -175.85 - 19 116.424 1459 0 1 112.105 70.9126 -204.45 - 19 112.629 1254 0 0 112.106 70.9145 -205.85 - 19 160.186 1497 1 1 119.606 26.3038 -174.45 -Number of digits in this event = 8 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -9.65519 LIN +4.53186 LIN gamma Event: 20 -Number of tracker hits in this event = 12 - 20 515.772 738 0 1 -32.4111 -12.7214 -204.45 - 20 244.452 836 0 0 -32.4111 -12.7211 -205.85 - 20 194.399 323 12 1 -115.385 148.969 155.15 - 20 2.4432 1552 0 1 130.719 -95.0482 -204.85 - 20 9.31404 432 0 0 137.766 -93.7133 -205.85 - 20 125.987 1620 0 1 144.226 -94.6107 -204.85 - 20 14.0368 419 0 0 145.68 -96.2363 -205.85 - 20 15.5715 1644 0 1 149.07 -99.297 -204.85 - 20 122.097 397 0 0 151.683 -100.722 -205.85 - 20 67.4178 540 1 1 -71.85 39.1363 -174.736 - 20 322.727 51 0 1 -169.864 104.006 -204.45 - 20 0.928947 52 0 1 -169.75 104.032 -204.656 -Number of digits in this event = 9 +Number of tracker hits in this event = 5 + 20 60.6629 1158 8 0 155.236 51.65 33.7537 + 20 128.334 1157 8 0 155.239 51.6494 34.0337 + 20 38.2352 1156 8 0 155.374 51.45 34.116 + 20 114.432 1675 8 1 155.167 50.1785 35.1502 + 20 234.144 1674 8 1 155.15 50.0119 35.3393 +Number of digits in this event = 4 Using G4ParticleGun ... -5.28152 LIN +9.82776 LIN gamma Event: 21 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 5 + 21 67.1212 268 2 0 145.507 -126.55 -145.895 + 21 77.4444 882 4 0 -133.266 -3.62171 -86.25 + 21 67.5063 881 4 0 -133.285 -3.65 -86.1923 + 21 137.618 230 4 1 -133.986 -3.09255 -84.8497 + 21 123.289 229 4 1 -134.15 -2.948 -84.6332 +Number of digits in this event = 4 Using G4ParticleGun ... -9.28341 LIN +6.91082 LIN gamma Event: 22 -Number of tracker hits in this event = 1 - 22 43.2906 1178 0 1 55.65 6.15184 -204.834 -Number of digits in this event = 4 -Using G4ParticleGun ... -9.29071 LIN +Number of tracker hits in this event = 182 + 22 253.375 914 8 1 2.97577 -50.1869 35.55 + 22 241.442 649 8 0 2.97561 -50.1873 34.15 + 22 376.335 914 7 1 2.97124 -50.1919 5.55 + 22 342.101 649 7 0 2.97025 -50.1905 4.15 + 22 194.567 914 6 1 2.9487 -50.1659 -24.45 + 22 320.578 649 6 0 2.94817 -50.1656 -25.85 + 22 572.626 914 5 1 2.9343 -50.1593 -54.45 + 22 237.717 649 5 0 2.93188 -50.1561 -55.85 + 22 380.272 914 4 1 2.87632 -50.0866 -84.45 + 22 271.107 649 4 0 2.87467 -50.0835 -85.85 + 22 154.934 913 3 1 2.84271 -50.022 -114.45 + 22 251.183 650 3 0 2.84111 -50.0198 -115.85 + 22 467.344 913 2 1 2.80531 -49.978 -144.45 + 22 241.095 650 2 0 2.80289 -49.976 -145.85 + 22 101.312 913 1 1 2.75433 -49.9303 -174.45 + 22 130.201 650 1 0 2.75003 -49.9274 -175.85 + 22 144.753 913 0 1 2.66318 -49.8684 -204.45 + 22 233.484 650 0 0 2.65784 -49.8655 -205.85 + 22 101.289 612 0 0 -94.1459 -57.65 -206.053 + 22 227.028 611 0 0 -94.3962 -57.65 -205.923 + 22 54.9738 481 6 1 -83.6899 54.7927 -24.45 + 22 60.6096 274 14 0 144.783 -125.218 213.75 + 22 50.2615 275 14 0 144.883 -125.15 213.825 + 22 322.068 914 2 1 2.85 -49.7888 -144.784 + 22 70.4202 655 2 0 2.76922 -48.9802 -145.85 + 22 179.078 656 2 0 2.87843 -48.85 -146.001 + 22 109.523 657 2 0 3.16719 -48.65 -146.029 + 22 99.0424 658 2 0 3.31508 -48.45 -146.117 + 22 140.147 915 4 1 3.05 -50.0282 -84.8088 + 22 186.008 652 4 0 3.82094 -49.6009 -85.85 + 22 12.2847 834 4 0 47.9236 -13.0952 -86.25 + 22 60.3374 835 4 0 47.94 -13.05 -86.2209 + 22 57.4355 836 4 0 47.9725 -12.85 -86.0986 + 22 48.842 837 4 0 47.9995 -12.6499 -85.9978 + 22 7.93785 838 4 0 48.0416 -12.45 -85.8637 + 22 85.4434 1138 4 1 47.7379 -11.2236 -84.85 + 22 216.503 1137 4 1 47.65 -10.8923 -84.6655 + 22 433.416 1136 4 1 47.45 -10.4705 -84.5326 + 22 89.2984 879 4 0 46.6059 -4.05718 -85.85 + 22 129.074 880 4 0 46.6024 -4.04972 -85.8544 + 22 49.4175 878 4 0 46.2712 -4.2501 -86.2341 + 22 190.707 540 4 0 -29.3018 -71.8744 -86.25 + 22 115.985 541 4 0 -29.7227 -71.85 -86.0686 + 22 203.859 542 4 0 -29.678 -71.65 -86.1058 + 22 401.014 648 5 0 3.05704 -50.2902 -55.85 + 22 370.741 935 4 1 7.11967 -53.5926 -84.45 + 22 157.634 631 4 0 7.5084 -53.7992 -85.8501 + 22 20.1734 630 4 0 7.61082 -53.85 -86.1962 + 22 96.3984 982 3 1 16.5217 -57.7605 -114.45 + 22 80.1185 983 3 1 16.65 -57.8526 -114.636 + 22 182.45 607 3 0 17.5046 -58.468 -115.85 + 22 10.5716 606 3 0 17.7504 -58.65 -116.216 + 22 45.6219 1081 2 1 36.3938 -72.2819 -144.45 + 22 90.2216 1082 2 1 36.45 -72.3297 -144.53 + 22 17.9668 1083 2 1 36.65 -72.5049 -144.808 + 22 106.9 534 2 0 37.4136 -73.1095 -145.85 + 22 67.3435 533 2 0 37.5887 -73.25 -146.09 + 22 21.5418 1188 1 1 57.8036 -89.1868 -174.451 + 22 119.594 1189 1 1 57.85 -89.1924 -174.525 + 22 26.7836 453 1 0 58.5879 -89.4339 -175.85 + 22 118.839 452 1 0 58.634 -89.45 -175.934 + 22 111.331 1257 0 1 71.5566 -95.1863 -204.45 + 22 116.699 421 0 0 71.5304 -95.7812 -205.85 + 22 13.2227 420 0 0 71.521 -95.95 -206.201 + 22 24.2269 355 0 0 79.4369 -109.022 -205.85 + 22 77.9664 315 0 0 90.5011 -117.052 -205.85 + 22 167.841 314 0 0 90.6179 -117.15 -206.045 + 22 146.67 650 6 0 2.98833 -50.05 -26.0012 + 22 122.967 916 3 1 3.27421 -50.0057 -114.45 + 22 275.516 917 2 1 3.52407 -49.9455 -144.45 + 22 290.731 917 1 1 3.53654 -49.7914 -174.45 + 22 466.089 651 1 0 3.52696 -49.791 -175.85 + 22 116.382 916 0 1 3.33449 -49.8425 -204.45 + 22 87.8068 651 0 0 3.32435 -49.8484 -205.85 + 22 159.628 923 0 1 4.82362 -47.2156 -204.45 + 22 125.926 665 0 0 4.86883 -47.0011 -205.85 + 22 51.0987 152 1 1 -149.732 -150.321 -174.45 + 22 117.995 918 0 1 3.70784 -49.8058 -204.45 + 22 41.2294 1382 2 1 96.5732 75.934 -144.85 + 22 463.835 916 2 1 3.45 -49.9774 -144.494 + 22 128.926 640 4 0 7.7775 -51.9848 -85.85 + 22 72.4596 1018 3 1 23.7986 -49.0265 -114.45 + 22 96.7848 1019 3 1 23.85 -49.0494 -114.517 + 22 50.9812 1020 3 1 24.0501 -49.1397 -114.739 + 22 28.2627 652 3 0 25.1808 -49.6265 -115.851 + 22 144.28 651 3 0 25.2344 -49.65 -115.904 + 22 6.75325 1162 2 1 52.65 -60.5987 -144.765 + 22 51.4781 1161 2 1 52.45 -60.6979 -144.804 + 22 234.679 596 2 0 51.547 -60.7569 -145.85 + 22 29.9904 936 4 1 7.25 -52.1357 -84.8409 + 22 52.9988 643 4 0 7.15142 -51.3311 -85.8501 + 22 31.5224 913 4 1 2.85 -54.8539 -84.7504 + 22 112.592 625 4 0 2.6604 -54.8593 -85.8505 + 22 59.9072 866 3 1 -6.69601 -64.8769 -114.45 + 22 120.253 867 3 1 -6.64988 -64.9739 -114.563 + 22 38.0413 570 3 0 -6.3707 -65.9661 -115.85 + 22 93.0868 569 3 0 -6.34864 -66.05 -115.964 + 22 49.3026 494 2 0 2.67902 -81.1531 -145.851 + 22 88.1148 493 2 0 2.67218 -81.25 -145.996 + 22 7.12774 492 2 0 2.66884 -81.45 -146.235 + 22 143.898 256 2 0 3.42978 -128.764 -146.25 + 22 183.587 255 2 0 3.42913 -128.95 -146.001 + 22 148.917 915 2 1 3.2499 -130.601 -144.514 + 22 2.75188 240 2 0 1.76705 -132.142 -145.85 + 22 88.3412 239 2 0 1.75823 -132.15 -145.858 + 22 109.874 238 2 0 1.54976 -132.35 -146.027 + 22 26.4186 237 2 0 1.28002 -132.55 -146.198 + 22 23.2246 674 1 1 -45.1966 -166.76 -174.45 + 22 77.96 673 1 1 -45.2501 -166.726 -174.502 + 22 94.7683 672 1 1 -45.45 -166.648 -174.708 + 22 159.442 70 1 0 -46.0627 -166.045 -175.851 + 22 5.22015 218 1 0 8.50429 -136.35 -175.915 + 22 212.305 217 1 0 8.55678 -136.55 -175.927 + 22 4.08291 942 1 1 8.53565 -136.649 -174.85 + 22 27.2911 219 1 0 9.7892 -136.315 -175.85 + 22 130.313 617 2 0 11.5229 -56.6306 -145.85 + 22 140.902 434 5 0 -104.17 -93.1523 -56.25 + 22 156.159 917 6 1 3.63316 -50.7904 -24.45 + 22 142.933 646 6 0 3.59597 -50.735 -25.85 + 22 129.071 913 5 1 2.66546 -49.3683 -54.45 + 22 19.0398 653 5 0 2.61222 -49.2556 -55.85 + 22 110.161 654 5 0 2.6093 -49.25 -55.9199 + 22 140.276 905 4 1 1.2158 -47.1044 -84.45 + 22 150.222 665 4 0 1.16609 -46.9875 -85.85 + 22 89.6743 900 3 1 0.101242 -44.5517 -114.45 + 22 135.649 895 2 1 -0.998748 -40.7972 -144.45 + 22 134.091 697 2 0 -0.975932 -40.5754 -145.85 + 22 87.7752 899 1 1 -0.218469 -35.6294 -174.45 + 22 100.707 722 1 0 -0.180817 -35.4825 -175.85 + 22 18.6138 723 1 0 -0.172996 -35.45 -176.148 + 22 99.2237 902 0 1 0.544463 -32.4768 -204.45 + 22 104.309 738 0 0 0.580721 -32.3663 -205.85 + 22 42.933 1031 3 1 26.3245 -24.1388 -114.45 + 22 107.713 913 7 1 2.84986 -50.0529 5.51478 + 22 140.316 652 7 0 2.22659 -49.631 4.15 + 22 144.865 853 6 1 -9.2546 -40.1469 -24.4503 + 22 53.8025 702 6 0 -9.91671 -39.4944 -25.8507 + 22 109.219 703 6 0 -9.96337 -39.45 -25.9476 + 22 79.8646 782 5 1 -23.5684 -25.4044 -54.45 + 22 83.526 781 5 1 -23.65 -25.235 -54.6673 + 22 93.0811 778 5 0 -24.0378 -24.426 -55.85 + 22 43.9271 779 5 0 -24.1214 -24.25 -56.1066 + 22 135.409 736 4 1 -32.7377 -6.20075 -84.45 + 22 123.971 735 4 1 -32.85 -6.16602 -84.5957 + 22 0.398281 734 4 1 -33.05 -6.10098 -84.8493 + 22 135.511 871 4 0 -33.8463 -5.8001 -85.85 + 22 71.2609 610 3 1 -57.9196 3.12307 -114.45 + 22 111.817 609 3 1 -58.0501 3.14617 -114.592 + 22 15.7136 608 3 1 -58.25 3.18841 -114.804 + 22 433.038 917 3 0 -59.3376 3.50323 -115.85 + 22 0.767136 451 2 1 -89.8458 12.0156 -144.45 + 22 81.0846 450 2 1 -89.8504 12.0114 -144.453 + 22 73.6386 449 2 1 -90.1501 11.7664 -144.619 + 22 104.468 448 2 1 -90.3502 11.6305 -144.698 + 22 58.6667 447 2 1 -90.55 11.4965 -144.772 + 22 116.39 947 2 0 -93.062 9.6496 -145.85 + 22 159.647 946 2 0 -93.3179 9.45 -145.968 + 22 17.7638 945 2 0 -93.6635 9.25 -146.218 + 22 37.3213 1068 2 0 -170.136 33.743 -146.25 + 22 55.3565 1069 2 0 -170.201 33.85 -146.179 + 22 54.2077 1070 2 0 -170.28 34.0502 -146.089 + 22 48.2177 1071 2 0 -170.341 34.25 -146.033 + 22 139.722 1072 2 0 -170.398 34.45 -145.975 + 22 28.0202 1073 2 0 -170.504 34.65 -145.889 + 22 24.9597 42 2 1 -171.706 36.962 -144.85 + 22 355.212 41 2 1 -171.75 37.0388 -144.803 + 22 529.107 40 2 1 -171.95 37.4406 -144.517 + 22 5.72863 39 2 1 -172.15 39.2607 -144.841 + 22 6.65209 1103 2 0 -173.225 40.8308 -145.85 + 22 82.5838 1104 2 0 -173.242 40.85 -145.865 + 22 204.87 1105 2 0 -173.485 41.05 -145.992 + 22 183.078 1106 2 0 -174.175 41.25 -146.074 + 22 139.536 1107 2 0 -174.678 41.45 -145.941 + 22 58.55 1108 2 0 -175.073 41.6502 -145.915 + 22 84.062 1109 2 0 -175.213 41.85 -145.903 + 22 105.976 1110 2 0 -175.347 42.0501 -145.91 + 22 84.1277 1111 2 0 -175.538 42.25 -145.91 + 22 21.9909 11 2 1 -177.887 42.6704 -144.85 + 22 140.64 10 2 1 -177.95 42.695 -144.813 + 22 139.458 9 2 1 -178.15 42.7189 -144.711 + 22 49.0549 8 2 1 -178.35 42.7055 -144.575 + 22 23.0898 918 3 0 -59.8411 3.65 -116.233 +Number of digits in this event = 76 +Using G4ParticleGun ... +3.25831 LIN gamma Event: 23 -Number of tracker hits in this event = 58 - 23 271.127 845 6 1 -10.8943 66.6682 -24.45 - 23 147.491 1233 6 0 -10.8935 66.6681 -25.85 - 23 117.33 845 5 1 -10.8819 66.6688 -54.45 - 23 116.135 1233 5 0 -10.8687 66.6813 -55.85 - 23 151.702 847 4 1 -10.4903 66.9715 -84.45 - 23 121.083 1234 4 0 -10.4309 66.9835 -85.85 - 23 134.405 855 3 1 -9.01617 67.3306 -114.45 - 23 129.163 1236 3 0 -8.92494 67.3377 -115.85 - 23 180.841 865 2 1 -6.91132 67.3858 -144.45 - 23 188.517 1236 2 0 -6.8159 67.3762 -145.85 - 23 159.713 876 1 1 -4.78043 67.1127 -174.45 - 23 121.235 1235 1 0 -4.67267 67.085 -175.85 - 23 80.3325 887 0 1 -2.4636 66.4177 -204.45 - 23 45.7523 888 0 1 -2.45 66.4143 -204.676 - 23 119.866 1231 0 0 -2.3809 66.3944 -205.85 - 23 6.79965 343 3 0 63.673 -111.442 -116.25 - 23 2.86175 792 1 1 -21.5507 49.8919 -174.85 - 23 144.273 866 2 1 -6.85 67.3123 -144.707 - 23 150.71 867 2 1 -6.65 66.9622 -144.737 - 23 27.8346 868 2 1 -6.45 66.4935 -144.801 - 23 95.0229 1217 2 0 -4.69459 63.6437 -145.85 - 23 142.769 1216 2 0 -4.56307 63.4497 -146.06 - 23 148.82 804 2 1 -19.1938 60.6435 -144.85 - 23 84.9804 1627 2 0 -67.1468 145.606 -146.25 - 23 134.309 1628 2 0 -67.2021 145.75 -146.056 - 23 273.914 567 2 1 -66.5372 146.11 -144.85 - 23 84.8117 568 2 1 -66.45 146.04 -144.662 - 23 19.3515 1032 0 0 -65.9161 26.65 -206.211 - 23 142.776 953 2 0 -130.54 10.7789 -146.25 - 23 165.302 954 2 0 -130.713 10.85 -146.099 - 23 220.979 1423 1 0 -13.5595 104.862 -176.25 - 23 85.2109 1424 1 0 -13.4635 104.95 -176.181 - 23 116.217 1442 1 0 80.1811 108.746 -176.25 - 23 250.973 1443 1 0 80.1926 108.75 -176.225 - 23 32.8587 1756 1 0 163.15 171.472 -176.25 - 23 71.584 846 6 1 -10.85 66.7062 -24.6661 - 23 137.398 1234 6 0 -10.641 66.85 -25.9389 - 23 76.9798 869 5 1 -6.11981 70.0699 -54.45 - 23 62.1004 870 5 1 -6.0499 70.0848 -54.6818 - 23 177.011 1250 5 0 -5.71996 70.146 -55.85 - 23 115.059 910 4 1 2.09714 71.5111 -84.45 - 23 128.566 1257 4 0 2.47467 71.5685 -85.85 - 23 106.461 946 3 1 9.30943 72.4562 -114.45 - 23 114.998 1262 3 0 9.7104 72.5961 -115.85 - 23 135.474 990 2 1 18.1238 75.4514 -144.45 - 23 4.32104 991 2 1 18.2501 75.5608 -144.844 - 23 122.85 1279 2 0 18.5675 75.8576 -145.85 - 23 191.718 1041 1 1 28.3166 84.8113 -174.45 - 23 71.7837 1042 1 1 28.45 84.861 -174.749 - 23 142.843 1325 1 0 28.9255 85.0574 -175.85 - 23 42.4226 1108 0 1 41.7721 89.5464 -204.45 - 23 93.3885 1109 0 1 41.85 89.566 -204.558 - 23 7.19618 1110 0 1 42.0501 89.6168 -204.832 - 23 137.489 1348 0 0 42.8207 89.7879 -205.85 - 23 3.46954 1349 0 0 43.1149 89.85 -206.233 - 23 23.4829 1318 1 0 29.2589 83.6757 -175.85 - 23 161.803 1317 1 0 29.2822 83.65 -175.882 - 23 12.7774 1316 1 0 29.2622 83.4498 -176.217 -Number of digits in this event = 31 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -2.74411 LIN +6.92732 LIN gamma Event: 24 -Number of tracker hits in this event = 61 - 24 272.799 956 10 1 11.2836 -101.564 95.55 - 24 262.241 392 10 0 11.24 -101.584 94.15 - 24 117.27 951 9 1 10.2707 -101.812 65.55 - 24 118.191 391 9 0 10.2128 -101.824 64.15 - 24 105.361 943 8 1 8.81574 -102.005 35.55 - 24 96.248 390 8 0 8.73154 -102.012 34.15 - 24 108.766 934 7 1 6.95472 -102.291 5.55 - 24 213.093 389 7 0 6.878 -102.314 4.15 - 24 163.202 926 6 1 5.4014 -102.783 -24.45 - 24 114.895 386 6 0 5.33055 -102.855 -25.85 - 24 137.728 918 5 1 3.79022 -104.393 -54.45 - 24 165.107 378 5 0 3.71844 -104.495 -55.85 - 24 153.062 911 4 1 2.25795 -106.589 -84.45 - 24 151.066 367 4 0 2.23978 -106.679 -85.85 - 24 158.076 908 3 1 1.68557 -108.563 -114.45 - 24 161.544 357 3 0 1.66946 -108.646 -115.85 - 24 144.458 905 2 1 1.23974 -110.199 -144.45 - 24 227.355 349 2 0 1.20415 -110.27 -145.85 - 24 132.647 900 1 1 0.182398 -111.603 -174.45 - 24 201.576 342 1 0 0.129372 -111.632 -175.85 - 24 208.451 895 0 1 -1.01298 -112.245 -204.45 - 24 143.491 339 0 0 -1.07505 -112.259 -205.85 - 24 34.3025 65 0 0 27.3234 -167.097 -206.25 - 24 22.177 64 0 0 27.3618 -167.15 -206.237 - 24 75.0327 341 1 0 0.129308 -111.75 -176.244 - 24 67.4178 1073 3 1 34.65 -171.778 -114.76 - 24 138.56 907 3 1 1.64963 -108.551 -114.528 - 24 82.3603 906 3 1 1.45 -108.525 -114.658 - 24 209.256 356 3 0 1.95903 -108.75 -115.922 - 24 119.682 903 1 1 0.741555 -112.525 -174.451 - 24 13.3305 904 1 1 0.85 -112.502 -174.793 - 24 106.161 338 1 0 1.08814 -112.529 -175.85 - 24 84.8502 932 0 1 6.56298 -113.181 -204.45 - 24 77.486 933 0 1 6.65007 -113.146 -204.591 - 24 164.991 334 0 0 7.4292 -113.224 -205.85 - 24 137.399 956 9 1 11.3525 -101.578 65.55 - 24 133.697 392 9 0 11.3551 -101.578 64.15 - 24 133.025 956 8 1 11.4002 -101.598 35.55 - 24 100.957 392 8 0 11.4048 -101.6 34.15 - 24 129.953 957 7 1 11.4881 -101.627 5.55 - 24 174.492 392 7 0 11.4907 -101.629 4.15 - 24 110.006 957 6 1 11.5382 -101.667 -24.45 - 24 135.764 392 6 0 11.5376 -101.668 -25.85 - 24 129.225 957 5 1 11.515 -101.674 -54.45 - 24 222.144 392 5 0 11.5118 -101.674 -55.85 - 24 119.637 956 4 1 11.4495 -101.663 -84.45 - 24 120.805 392 4 0 11.4489 -101.66 -85.85 - 24 121.27 956 3 1 11.4286 -101.589 -114.45 - 24 117.369 392 3 0 11.4291 -101.583 -115.85 - 24 149.634 956 2 1 11.4362 -101.445 -144.45 - 24 122.337 393 2 0 11.3891 -101.459 -145.85 - 24 192.329 950 1 1 10.1411 -101.638 -174.45 - 24 184.717 392 1 0 10.0065 -101.71 -175.85 - 24 130.108 937 0 1 7.60564 -103.187 -204.45 - 24 161.179 384 0 0 7.53661 -103.238 -205.85 - 24 48.5278 949 1 1 10.05 -101.595 -174.811 - 24 55.5376 399 1 0 11.5248 -100.24 -175.85 - 24 81.883 961 1 1 12.2565 -100.815 -174.85 - 24 204.336 1330 13 1 86.1088 -149.466 185.15 - 24 58.116 16 6 0 -143.042 -176.762 -26.25 - 24 3.60288 97 4 0 57.9327 -160.631 -86.25 -Number of digits in this event = 38 +Number of tracker hits in this event = 49 + 24 322.324 272 7 1 -125.676 -33.1294 5.55 + 24 313.643 734 7 0 -125.672 -33.1203 4.15 + 24 333.236 272 6 1 -125.586 -33.036 -24.45 + 24 121.455 735 6 0 -125.595 -33.0061 -25.85 + 24 187.439 270 5 1 -125.962 -32.3919 -54.45 + 24 123.663 738 5 0 -125.959 -32.3596 -55.85 + 24 280.274 272 4 1 -125.644 -31.6214 -84.45 + 24 133.433 742 4 0 -125.591 -31.5677 -85.85 + 24 130.481 277 3 1 -124.58 -30.5999 -114.45 + 24 104.525 747 3 0 -124.548 -30.5348 -115.85 + 24 127.003 280 2 1 -123.958 -28.8541 -144.45 + 24 169.66 756 2 0 -123.937 -28.8222 -145.85 + 24 183.324 283 1 1 -123.459 -28.2683 -174.45 + 24 142.245 759 1 0 -123.462 -28.2231 -175.85 + 24 132.457 283 0 1 -123.499 -27.3727 -204.45 + 24 125.3 763 0 0 -123.503 -27.3572 -205.85 + 24 422.664 284 1 1 -123.35 -28.3449 -174.648 + 24 175.724 710 1 0 -112.282 -37.9948 -176.25 + 24 157.947 336 1 1 -112.87 -38.4158 -174.85 + 24 164.447 337 1 1 -112.75 -38.3955 -174.824 + 24 52.1371 865 0 0 -148.855 -6.98719 -206.25 + 24 158.133 866 0 0 -148.99 -6.85 -206.164 + 24 84.9448 867 0 0 -149.209 -6.65 -206.036 + 24 22.0963 868 0 0 -149.434 -6.45 -205.88 + 24 63.8745 146 0 1 -150.826 -5.1515 -204.85 + 24 88.2226 145 0 1 -150.95 -5.02371 -204.754 + 24 85.1941 144 0 1 -151.15 -4.80362 -204.577 + 24 157.993 906 1 0 -176.295 1.28153 -176.25 + 24 53.7072 12 1 1 -177.562 1.83502 -174.85 + 24 189.485 11 1 1 -177.75 1.91361 -174.666 + 24 8.80027 10 1 1 -177.95 1.97466 -174.475 + 24 111.436 734 6 0 -125.644 -33.1776 -25.85 + 24 96.7434 272 5 1 -125.639 -33.2167 -54.45 + 24 123.166 734 5 0 -125.639 -33.2178 -55.85 + 24 133.057 734 4 0 -125.624 -33.2447 -85.85 + 24 138.85 272 3 1 -125.619 -33.2529 -114.45 + 24 115.419 733 3 0 -125.619 -33.2522 -115.85 + 24 190.524 272 2 1 -125.633 -33.2437 -144.45 + 24 97.9371 734 2 0 -125.637 -33.2395 -145.85 + 24 103.415 272 1 1 -125.702 -33.1548 -174.45 + 24 120.331 734 1 0 -125.707 -33.1511 -175.85 + 24 100.957 271 0 1 -125.803 -33.0756 -204.45 + 24 123.027 734 0 0 -125.806 -33.0713 -205.85 + 24 230.397 1496 5 1 119.35 -145.64 -54.6877 + 24 250.096 271 2 1 -125.75 -33.2321 -144.76 + 24 241.496 272 0 1 -125.603 -33.2742 -204.45 + 24 247.335 733 0 0 -125.685 -33.3114 -205.85 + 24 6.98968 81 9 1 -163.75 -151.295 65.4882 + 24 87.6171 82 9 1 -163.75 -151.299 65.4968 +Number of digits in this event = 34 Using G4ParticleGun ... -6.27621 LIN +5.606 LIN gamma Event: 25 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 13 + 25 233.03 1089 3 1 37.8732 139.205 -114.45 + 25 391.817 1595 3 0 37.8739 139.2 -115.85 + 25 208.589 1089 2 1 37.8993 139.084 -144.45 + 25 137.751 1594 2 0 37.8914 139.071 -145.85 + 25 191.113 1088 1 1 37.7341 138.776 -174.45 + 25 153.18 1593 1 0 37.7362 138.773 -175.85 + 25 151.533 1088 0 1 37.7585 138.75 -204.45 + 25 133.549 1592 0 0 37.7462 138.742 -205.85 + 25 95.3123 1595 2 0 37.896 139.231 -145.85 + 25 143.901 1089 1 1 37.9426 139.279 -174.45 + 25 133.394 1595 1 0 37.9435 139.28 -175.85 + 25 111.706 1089 0 1 37.9532 139.308 -204.45 + 25 184.824 1595 0 0 37.9545 139.311 -205.85 +Number of digits in this event = 13 Using G4ParticleGun ... -4.91086 LIN +9.4261 LIN gamma Event: 26 -Number of tracker hits in this event = 5 - 26 147.62 882 7 1 -3.60498 -76.5309 5.15 - 26 127.941 881 7 1 -3.65 -76.4294 5.46879 - 26 372.859 450 0 1 -90.05 -58.3915 -204.611 - 26 68.1164 866 11 0 -179.578 -6.69801 123.75 - 26 197.138 867 11 0 -179.591 -6.65 123.879 -Number of digits in this event = 6 -Using G4ParticleGun ... -9.33581 LIN +Number of tracker hits in this event = 8 + 26 27.6139 921 0 0 140.299 4.42912 -206.25 + 26 396.879 1605 0 1 141.233 4.06055 -204.85 + 26 136.334 1606 0 1 141.35 3.3816 -204.592 + 26 97.0082 910 0 0 140.975 2.23853 -205.85 + 26 142.397 909 0 0 140.909 2.05 -206.038 + 26 87.7339 908 0 0 140.829 1.85 -206.201 + 26 284.196 907 0 0 140.854 1.65 -206.177 + 26 8.73519 680 0 0 77.1671 -44.05 -206.006 +Number of digits in this event = 7 +Using G4ParticleGun ... +5.63382 LIN gamma Event: 27 -Number of tracker hits in this event = 4 - 27 94.9599 728 2 0 -144.834 -34.25 -146.082 - 27 28.9342 633 1 0 -131.701 -53.4015 -176.25 - 27 146.957 632 1 0 -131.665 -53.4501 -176.217 - 27 29.6478 858 1 0 -0.111171 -8.41053 -176.25 -Number of digits in this event = 3 +Number of tracker hits in this event = 50 + 27 218.317 587 7 1 -62.6427 39.6241 5.55 + 27 223.328 1097 7 0 -62.6441 39.6243 4.15 + 27 107.787 586 6 1 -62.6761 39.6138 -24.45 + 27 255.615 1097 6 0 -62.6807 39.6139 -25.85 + 27 147.508 586 5 1 -62.7541 39.6222 -54.45 + 27 114.86 1097 5 0 -62.7566 39.6174 -55.85 + 27 230.862 586 4 1 -62.7882 39.5181 -84.45 + 27 128.976 1097 4 0 -62.7954 39.5091 -85.85 + 27 121.318 585 3 1 -62.9553 39.3418 -114.45 + 27 309.736 1096 3 0 -62.9651 39.3367 -115.85 + 27 136.69 584 2 1 -63.1554 39.2223 -144.45 + 27 450.103 1095 2 0 -63.1659 39.2117 -145.85 + 27 531.354 583 1 1 -63.378 39.0141 -174.45 + 27 109.928 1094 1 0 -63.3915 38.9951 -175.85 + 27 131.467 581 0 1 -63.6881 38.5654 -204.45 + 27 151.983 1092 0 0 -63.7085 38.5483 -205.85 + 27 57.6332 582 1 1 -63.4501 39.0056 -174.781 + 27 17.0319 1103 1 0 -63.0512 40.8136 -175.85 + 27 137.137 588 1 1 -62.3088 43.6889 -174.85 + 27 81.1208 1121 1 0 -61.8186 44.3669 -175.85 + 27 95.7875 586 3 1 -62.8465 39.3581 -114.45 + 27 38.2134 587 3 1 -62.6494 39.3436 -114.733 + 27 167.324 1097 3 0 -62.0253 39.5606 -115.85 + 27 463.008 1098 3 0 -61.8041 39.65 -116.088 + 27 246.733 1099 3 0 -61.5477 39.8502 -116.209 + 27 86.9088 1095 3 0 -60.9107 39.25 -116.194 + 27 116.928 1094 3 0 -60.8757 39.05 -116.112 + 27 199.25 1093 3 0 -61.0461 38.85 -116.124 + 27 140.167 587 6 1 -62.6411 39.6434 -24.45 + 27 107.681 587 5 1 -62.6456 39.6876 -54.45 + 27 107.32 1098 5 0 -62.6477 39.6885 -55.85 + 27 159.322 1098 4 0 -62.6633 39.705 -85.85 + 27 115.842 589 3 1 -62.1192 39.7165 -114.45 + 27 107.325 592 2 1 -61.5714 39.6526 -144.45 + 27 172.267 1098 2 0 -61.5589 39.6717 -145.85 + 27 155.827 593 1 1 -61.2594 40.0674 -174.45 + 27 137.007 1100 1 0 -61.2339 40.0992 -175.85 + 27 114.075 596 0 1 -60.753 40.6848 -204.45 + 27 225.579 1103 0 0 -60.7009 40.6978 -205.85 + 27 23.9401 1514 4 0 50.6709 122.95 -86.0769 + 27 178.147 587 0 1 -62.5738 39.7954 -204.45 + 27 100.822 586 0 1 -62.65 39.8453 -204.554 + 27 28.138 585 0 1 -62.85 39.9992 -204.797 + 27 241.621 1104 0 0 -64.1938 40.85 -205.854 + 27 335.037 1105 0 0 -64.6446 41.0502 -205.952 + 27 31.9637 1102 0 0 -65.9251 40.65 -206.215 + 27 59.8063 137 1 1 -152.712 -150.387 -174.45 + 27 81.8582 136 1 1 -152.75 -150.434 -174.454 + 27 125.468 1098 0 0 -62.6524 39.8168 -205.85 + 27 47.641 606 2 1 -58.8434 -29.1887 -144.85 +Number of digits in this event = 31 Using G4ParticleGun ... -9.05207 LIN +9.75922 LIN gamma Event: 28 -Number of tracker hits in this event = 1 - 28 130.207 1072 2 1 34.6207 129.046 -144.85 -Number of digits in this event = 3 +Number of tracker hits in this event = 4 + 28 265.08 189 5 1 -142.314 108.802 -54.45 + 28 53.9893 436 9 1 -92.889 -141.709 65.15 + 28 110.079 435 9 1 -92.9502 -142.043 65.5005 + 28 110.913 434 9 1 -93.15 -142.201 65.5039 +Number of digits in this event = 4 Using G4ParticleGun ... -6.5017 LIN +9.68243 LIN gamma Event: 29 Number of tracker hits in this event = 1 - 29 20.5094 1200 1 1 60.1832 53.9621 -174.45 -Number of digits in this event = 2 + 29 153.159 1020 6 1 24.05 23.1036 -24.6 +Number of digits in this event = 4 Using G4ParticleGun ... -6.84172 LIN +4.78803 LIN gamma Event: 30 -Number of tracker hits in this event = 141 - 30 335.585 1461 7 1 112.38 -3.30755 5.55 - 30 271.737 883 7 0 112.38 -3.30763 4.15 - 30 158.268 1461 6 1 112.38 -3.30198 -24.45 - 30 236.404 883 6 0 112.379 -3.3022 -25.85 - 30 714.466 1461 5 1 112.358 -3.30555 -54.45 - 30 608.044 883 5 0 112.356 -3.30573 -55.85 - 30 117.417 1460 4 1 112.307 -3.31097 -84.45 - 30 120.969 883 4 0 112.301 -3.3134 -85.85 - 30 126.456 1460 3 1 112.189 -3.37093 -114.45 - 30 260.407 883 3 0 112.186 -3.37342 -115.85 - 30 215.695 1459 2 1 112.141 -3.42865 -144.45 - 30 134.896 883 2 0 112.14 -3.43076 -145.85 - 30 115.788 1459 1 1 112.121 -3.4845 -174.45 - 30 191.205 882 1 0 112.083 -3.58906 -175.85 - 30 142.438 1455 0 1 111.2 -5.81638 -204.45 - 30 138.716 870 0 0 111.151 -5.92975 -205.85 - 30 133.05 1482 0 1 116.699 -2.3259 -204.45 - 30 297.102 890 0 0 116.443 -2.03493 -205.85 - 30 45.9707 524 0 0 143.162 -75.1021 -206.25 - 30 265.965 523 0 0 143.193 -75.25 -206.182 - 30 190.826 522 0 0 143.158 -75.45 -206.027 - 30 14.2799 521 0 0 143.127 -75.6502 -205.879 - 30 226.992 1615 0 1 143.175 -76.7921 -204.85 - 30 6.06481 1616 0 1 143.352 -77.0024 -204.45 - 30 163.876 1614 0 1 143.15 -77.3263 -204.655 - 30 39.7758 1613 0 1 142.95 -77.6665 -204.599 - 30 149.315 803 0 0 119.511 -19.3057 -206.25 - 30 105.706 1195 4 0 173.32 59.05 -85.9545 - 30 34.5949 668 3 0 61.0563 -46.2848 -116.25 - 30 392.56 1460 0 1 112.223 -3.32041 -204.45 - 30 256.118 883 0 0 112.226 -3.32123 -205.85 - 30 74.2125 1584 3 1 137.15 30.566 -114.616 - 30 276.872 1460 6 1 112.35 -3.32019 -24.5815 - 30 299.301 1459 6 1 112.15 -3.36094 -24.5785 - 30 53.2891 1458 6 1 111.95 -3.32921 -24.6979 - 30 100.103 882 5 0 112.539 -3.62408 -55.85 - 30 375.442 1462 4 1 112.724 -3.86076 -84.45 - 30 135.699 880 4 0 112.735 -3.87438 -85.85 - 30 112.259 1463 3 1 112.903 -4.17962 -114.45 - 30 139.494 879 3 0 112.903 -4.18759 -115.85 - 30 118.461 1463 2 1 112.891 -4.35163 -144.45 - 30 369.968 878 2 0 112.882 -4.34591 -145.85 - 30 149.947 1462 1 1 112.683 -4.19795 -174.45 - 30 143.706 879 1 0 112.67 -4.18622 -175.85 - 30 12.5671 1461 0 1 112.354 -3.92666 -204.45 - 30 134.462 880 0 0 112.242 -3.90838 -205.85 - 30 432.144 1465 2 1 113.31 -4.17343 -144.45 - 30 111.773 880 2 0 113.292 -4.00327 -145.85 - 30 264.949 1465 1 1 113.284 -0.400221 -174.45 - 30 132.6 899 1 0 113.368 -0.238222 -175.85 - 30 107.874 1478 0 1 115.891 2.22402 -204.45 - 30 264.302 911 0 0 115.605 2.30142 -205.85 - 30 131.917 1460 5 1 112.35 -3.74201 -54.7778 - 30 155.037 1459 5 1 112.15 -3.90871 -54.716 - 30 271.675 880 1 0 113.239 -4.02086 -175.85 - 30 113.787 1469 0 1 114.069 -4.61617 -204.45 - 30 33.9482 875 0 0 114.227 -5.02018 -205.85 - 30 76.0368 874 0 0 114.239 -5.05 -205.953 - 30 31.8859 1468 2 1 113.851 -5.77619 -144.85 - 30 74.5614 872 2 0 113.464 -5.5962 -145.85 - 30 153.733 1468 1 1 113.942 -4.06439 -174.45 - 30 130.132 1457 0 1 111.619 -1.96174 -204.45 - 30 3.37419 1458 0 1 111.75 -1.95862 -204.838 - 30 1.91532 1462 5 1 112.55 -3.52942 -54.8387 - 30 68.0055 1474 4 1 115.002 -0.118854 -84.45 - 30 68.4 1473 4 1 114.95 -0.130678 -84.6634 - 30 139.897 899 4 0 114.639 -0.207198 -85.85 - 30 186.836 1439 3 1 108.111 -2.01337 -114.45 - 30 49.8371 1438 3 1 107.95 -2.22742 -114.747 - 30 88.3219 884 3 0 107.308 -3.0661 -115.85 - 30 173.291 1360 2 1 92.1758 -20.7226 -144.45 - 30 175.494 791 2 0 92.4063 -21.7427 -145.85 - 30 86.3022 790 2 0 92.4346 -21.85 -145.993 - 30 130.844 1406 1 1 101.403 -43.9334 -174.45 - 30 57.3473 677 1 0 101.509 -44.58 -175.85 - 30 96.8259 676 1 0 101.522 -44.65 -175.99 - 30 143.963 1430 0 1 106.16 -62.6093 -204.45 - 30 118.13 585 0 0 106.19 -62.9421 -205.85 - 30 0.48866 584 0 0 106.186 -63.0503 -206.246 - 30 70.2138 528 0 0 105.736 -74.3677 -206.25 - 30 65.8415 527 0 0 105.681 -74.45 -205.986 - 30 125.064 1425 0 1 105.339 -74.8039 -204.85 - 30 19.2173 1359 2 1 92.15 -20.9507 -144.795 - 30 27.8129 792 2 0 91.5242 -21.5812 -145.85 - 30 3.27261 639 2 0 47.8538 -52.2327 -146.25 - 30 121.216 638 2 0 47.8631 -52.25 -146.231 - 30 21.8572 1135 2 1 47.1177 -51.9711 -144.85 - 30 197.107 1134 2 1 47.0497 -51.9544 -144.78 - 30 2.48165 717 2 0 38.9267 -36.65 -145.959 - 30 123.472 1440 3 1 108.15 -2.10486 -114.666 - 30 148.948 887 3 0 108.533 -2.58162 -115.85 - 30 94.84 884 5 0 112.753 -3.25 -55.9641 - 30 184.797 1465 5 1 113.257 -3.63372 -54.8491 - 30 73.0643 1466 5 1 113.35 -3.50167 -54.7219 - 30 143.097 881 5 0 112.225 -3.66036 -55.85 - 30 1.75494 1432 4 1 106.556 -5.64207 -84.4508 - 30 146.936 1431 4 1 106.55 -5.63657 -84.4555 - 30 345.093 1430 4 1 106.35 -5.448 -84.5882 - 30 22.906 1325 0 1 85.0589 -9.53626 -204.45 - 30 249.029 1324 0 1 85.05 -9.49225 -204.492 - 30 9.81038 1323 0 1 84.85 -8.85225 -204.845 - 30 13.0503 921 0 0 77.9597 4.39663 -205.85 - 30 66.905 922 0 0 77.9262 4.45 -205.863 - 30 72.9988 923 0 0 77.7963 4.65064 -205.886 - 30 80.7558 924 0 0 77.7707 4.85 -205.976 - 30 59.3163 925 0 0 77.7321 5.05017 -206.108 - 30 259.92 1097 0 0 91.3568 39.5017 -206.25 - 30 135.373 1348 0 1 89.7135 38.9306 -204.849 - 30 311.69 1347 0 1 89.65 38.8404 -204.809 - 30 94.367 879 4 0 112.758 -4.05008 -85.8847 - 30 325.968 1474 3 1 115.06 -12.5245 -114.45 - 30 23.3586 1475 3 1 115.15 -12.7247 -114.774 - 30 39.7977 833 3 0 115.555 -13.3736 -115.85 - 30 89.6228 832 3 0 115.603 -13.45 -115.974 - 30 81.4502 1523 2 1 124.762 -32.8977 -144.45 - 30 113.588 1524 2 1 124.95 -33.1236 -144.547 - 30 123.638 1525 2 1 125.15 -33.3673 -144.669 - 30 51.2016 1526 2 1 125.35 -33.5874 -144.774 - 30 0.289928 723 2 0 127.317 -35.4491 -145.85 - 30 100.844 722 2 0 127.318 -35.4503 -145.851 - 30 145.539 721 2 0 127.52 -35.65 -145.96 - 30 157.494 720 2 0 127.768 -35.85 -146.053 - 30 347.199 719 2 0 127.988 -36.05 -146.129 - 30 48.6899 718 2 0 128.228 -36.25 -146.202 - 30 48.6353 498 2 0 89.2529 -80.3701 -146.25 - 30 159.418 497 2 0 89.207 -80.45 -146.175 - 30 5.10041 1347 2 1 89.5715 -84.7989 -144.85 - 30 17.4941 453 2 0 90.6417 -89.381 -145.85 - 30 78.6608 1349 2 1 89.963 -91.4794 -144.85 - 30 141.169 434 2 0 90.6055 -93.2526 -145.85 - 30 157.466 1522 2 1 124.747 -32.8769 -144.45 - 30 303.793 1521 2 1 124.55 -32.7509 -144.56 - 30 134.132 881 4 0 112.64 -3.76338 -85.8509 - 30 124.38 1461 3 1 112.487 -3.39726 -114.45 - 30 112.192 882 3 0 112.462 -3.50537 -115.85 - 30 20.344 1456 2 1 111.501 -5.48593 -144.45 - 30 72.4532 1457 2 1 111.55 -5.47994 -144.48 - 30 54.741 1458 2 1 111.75 -5.46282 -144.604 - 30 12.1174 1460 2 1 112.15 -5.40157 -144.824 - 30 351.012 875 2 0 114.008 -4.9803 -145.85 - 30 31.1864 874 2 0 114.706 -5.05 -146.206 -Number of digits in this event = 74 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -3.15762 LIN +4.64236 LIN gamma Event: 31 -Number of tracker hits in this event = 28 - 31 277.286 1217 6 1 63.538 72.3614 -24.45 - 31 284.593 1261 6 0 63.5352 72.3584 -25.85 - 31 279.226 1217 5 1 63.4959 72.3058 -54.45 - 31 412.878 1261 5 0 63.4904 72.3027 -55.85 - 31 131.422 1216 4 1 63.3919 72.2531 -84.45 - 31 178.204 1261 4 0 63.3875 72.2545 -85.85 - 31 167.745 1216 3 1 63.3032 72.2841 -114.45 - 31 129.153 1261 3 0 63.3026 72.283 -115.85 - 31 117.597 1216 2 1 63.2846 72.2428 -144.45 - 31 108.397 1260 2 0 63.2836 72.2438 -145.85 - 31 260.05 1216 1 1 63.2707 72.2618 -174.45 - 31 117.211 1261 1 0 63.2817 72.2652 -175.85 - 31 175.408 1217 0 1 63.489 72.3685 -204.45 - 31 112.957 1261 0 0 63.4994 72.3746 -205.85 - 31 97.3759 1215 1 1 63.25 72.2878 -174.535 - 31 116.81 1218 4 1 63.7598 71.9806 -84.45 - 31 107.911 1259 4 0 63.7538 71.9684 -85.85 - 31 140.409 1218 3 1 63.6851 71.6972 -114.45 - 31 93.3974 1258 3 0 63.6825 71.7054 -115.85 - 31 138.641 1217 2 1 63.6372 71.7623 -144.45 - 31 153.441 1258 2 0 63.6326 71.7638 -145.85 - 31 14.8898 1217 1 1 63.4514 71.7349 -174.45 - 31 120.355 1258 1 0 63.4227 71.7478 -175.85 - 31 130.425 1213 0 1 62.847 72.0013 -204.45 - 31 114.489 1259 0 0 62.8197 72.0024 -205.85 - 31 211.44 1423 4 1 104.806 -84.2814 -84.45 - 31 109.656 721 5 1 -35.7095 137.362 -54.45 - 31 173.501 720 5 1 -35.8503 137.289 -54.5647 -Number of digits in this event = 19 +Number of tracker hits in this event = 50 + 31 256.846 432 6 1 -93.7218 54.4206 -24.45 + 31 248.706 1171 6 0 -93.7262 54.4186 -25.85 + 31 276.046 431 5 1 -93.8227 54.3751 -54.45 + 31 251.738 1171 5 0 -93.8313 54.3683 -55.85 + 31 427.161 430 4 1 -93.9903 54.2165 -84.45 + 31 538.51 1170 4 0 -93.9973 54.209 -85.85 + 31 503.772 429 3 1 -94.1545 54.0542 -114.45 + 31 552.371 1169 3 0 -94.164 54.0441 -115.85 + 31 249.562 429 2 1 -94.3338 53.8397 -144.45 + 31 438.306 1168 2 0 -94.3415 53.827 -145.85 + 31 452.174 428 1 1 -94.5061 53.5485 -174.45 + 31 318.291 1167 1 0 -94.5165 53.5357 -175.85 + 31 660.722 427 0 1 -94.7248 53.2788 -204.45 + 31 495.656 1166 0 0 -94.7368 53.2694 -205.85 + 31 81.95 428 3 1 -94.3501 53.8855 -114.555 + 31 130.076 430 3 1 -94.15 53.3875 -114.502 + 31 238.132 1168 1 0 -94.5038 53.7329 -175.85 + 31 82.8895 1168 0 0 -94.6861 53.6523 -205.85 + 31 176.89 1167 0 0 -94.6863 53.65 -206.048 + 31 91.8259 426 0 1 -94.75 53.6329 -204.538 + 31 105.579 432 0 1 -93.7029 53.0557 -204.45 + 31 132.896 1164 0 0 -93.6998 53.0111 -205.85 + 31 162.39 286 3 0 2.3773 -122.779 -116.25 + 31 255.139 609 3 1 -58.25 12.9155 -114.84 + 31 33.7111 608 3 1 -58.25 12.7918 -114.653 + 31 117.744 426 3 1 -94.7914 54.2723 -114.45 + 31 136.735 1171 3 0 -94.8383 54.2972 -115.85 + 31 96.9041 420 2 1 -96.1202 54.732 -144.45 + 31 104.65 1173 2 0 -96.1948 54.7697 -145.85 + 31 120.56 411 1 1 -97.8136 55.5006 -174.45 + 31 133.562 1177 1 0 -97.7661 55.5468 -175.85 + 31 180.89 421 0 1 -95.8842 56.1273 -204.45 + 31 131.716 1180 0 0 -95.7653 56.1381 -205.85 + 31 67.4178 415 0 1 -96.95 77.4306 -204.669 + 31 150.197 1168 3 0 -94.2797 53.7977 -115.85 + 31 132.58 427 2 1 -94.6501 52.3367 -144.45 + 31 143.766 1161 2 0 -94.66 52.2736 -145.85 + 31 145.946 427 1 1 -94.7376 51.0733 -174.45 + 31 230.085 1154 1 0 -94.7418 50.9772 -175.85 + 31 114.718 1143 0 0 -94.7299 48.7878 -205.85 + 31 94.5145 1088 1 0 -88.4184 37.6868 -176.25 + 31 344.993 431 4 1 -93.7886 54.1493 -84.45 + 31 158.239 428 2 1 -94.3574 53.7934 -144.45 + 31 136.817 426 1 1 -94.8261 53.5885 -174.45 + 31 108.263 424 0 1 -95.206 53.4204 -204.45 + 31 50.8918 1062 3 0 -137.887 32.5022 -116.25 + 31 18.1951 1061 3 0 -137.907 32.45 -116.245 + 31 23.5305 1110 3 0 -89.2942 42.0862 -116.25 + 31 138.212 216 4 0 -81.0397 -136.75 -86.0729 + 31 58.4396 215 4 0 -81.1006 -136.95 -86.0731 +Number of digits in this event = 37 Using G4ParticleGun ... -4.35762 LIN +8.22442 LIN gamma Event: 32 -Number of tracker hits in this event = 38 - 32 232.709 1351 9 1 90.4248 69.9591 65.55 - 32 232.774 1249 9 0 90.4257 69.9589 64.15 - 32 319.352 1351 8 1 90.4523 69.9424 35.55 - 32 252.529 1249 8 0 90.4538 69.9452 34.15 - 32 298.788 1351 7 1 90.4896 70.0091 5.55 - 32 289.182 1249 7 0 90.4867 70.01 4.15 - 32 113.311 1351 6 1 90.4247 70.0049 -24.45 - 32 138.59 1249 6 0 90.424 69.9977 -25.85 - 32 124.387 1351 5 1 90.4109 69.8825 -54.45 - 32 123.529 1249 5 0 90.4001 69.8637 -55.85 - 32 111.284 1350 4 1 90.1677 69.4633 -84.45 - 32 8.50032 1247 4 0 90.1559 69.4503 -85.85 - 32 245.692 1246 4 0 90.1556 69.45 -85.884 - 32 345.368 1349 3 1 89.9112 69.2058 -114.45 - 32 130.755 1245 3 0 89.9132 69.1853 -115.85 - 32 158.278 1349 2 1 89.9484 68.7641 -144.45 - 32 109.768 1243 2 0 89.946 68.7585 -145.85 - 32 286.391 1348 1 1 89.811 68.6104 -174.45 - 32 123.578 1242 1 0 89.7945 68.589 -175.85 - 32 142.679 1347 0 1 89.5466 68.0975 -204.45 - 32 114.756 1240 0 0 89.5215 68.0599 -205.85 - 32 116.62 1239 0 0 89.5151 68.05 -206.216 - 32 137.577 1350 6 1 90.3393 69.8346 -24.45 - 32 134.768 1248 6 0 90.3381 69.833 -25.85 - 32 109.554 1350 5 1 90.3076 69.8001 -54.45 - 32 140.081 1248 5 0 90.2893 69.7849 -55.85 - 32 119.005 1349 4 1 89.8704 69.4273 -84.45 - 32 108.449 1244 3 0 89.983 68.9833 -115.85 - 32 125.2 1348 2 1 89.6768 68.2868 -144.45 - 32 102.037 1241 2 0 89.6507 68.2736 -145.85 - 32 125.968 1345 1 1 89.0661 67.9578 -174.45 - 32 150.155 1239 1 0 89.0569 67.9476 -175.85 - 32 138.8 1344 0 1 88.8972 67.8951 -204.45 - 32 128.137 1349 0 1 89.9795 69.5188 -204.45 - 32 149.472 1247 0 0 89.9676 69.5143 -205.85 - 32 2.19059 1350 0 1 90.15 69.5826 -204.845 - 32 121.598 1249 0 0 91.6947 69.9474 -205.85 - 32 271.388 1250 0 0 92.0769 70.05 -205.917 -Number of digits in this event = 29 +Number of tracker hits in this event = 1 + 32 180.469 687 4 0 46.2853 -42.65 -86.2359 +Number of digits in this event = 2 Using G4ParticleGun ... -2.60273 LIN +8.21679 LIN gamma Event: 33 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 -Using G4ParticleGun ... -8.17035 LIN +Number of tracker hits in this event = 212 + 33 296.466 742 11 1 -31.5158 45.0212 125.55 + 33 246.642 1124 11 0 -31.5169 45.0223 124.15 + 33 238.007 742 10 1 -31.5466 45.0392 95.55 + 33 467.774 1124 10 0 -31.549 45.0402 94.15 + 33 123.357 742 9 1 -31.5979 45.0572 65.55 + 33 114.472 1125 9 0 -31.5991 45.0572 64.15 + 33 153.557 742 8 1 -31.6286 45.0646 35.55 + 33 279.755 1125 8 0 -31.6315 45.0646 34.15 + 33 230.316 741 7 1 -31.6863 45.0626 5.55 + 33 680.031 1125 7 0 -31.6897 45.0628 4.15 + 33 97.9267 741 6 1 -31.7688 45.0792 -24.45 + 33 194.641 1125 6 0 -31.7732 45.081 -25.85 + 33 264.603 740 5 1 -31.864 45.1284 -54.45 + 33 112.727 1125 5 0 -31.8664 45.1308 -55.85 + 33 374.318 740 4 1 -31.9089 45.1846 -84.45 + 33 336.628 1125 4 0 -31.9047 45.1864 -85.85 + 33 231.489 741 3 1 -31.8252 45.2272 -114.45 + 33 266.452 1125 3 0 -31.8224 45.233 -115.85 + 33 216.902 741 2 1 -31.7678 45.3534 -144.45 + 33 165.1 1126 2 0 -31.7639 45.3606 -145.85 + 33 227.684 741 1 1 -31.6782 45.5068 -174.45 + 33 416.035 1127 1 0 -31.6739 45.5094 -175.85 + 33 474.166 742 0 1 -31.5847 45.579 -204.45 + 33 129.139 1127 0 0 -31.5764 45.5818 -205.85 + 33 215.384 730 6 1 -33.9966 45.3843 -24.45 + 33 274.81 1128 6 0 -34.1588 45.7074 -25.85 + 33 172.691 714 5 1 -37.1958 53.4958 -54.45 + 33 64.2779 1168 5 0 -36.8983 53.8412 -55.85 + 33 202.288 1169 5 0 -36.8905 53.85 -55.8853 + 33 124.68 745 4 1 -30.9849 61.0575 -84.45 + 33 31.113 1206 4 0 -30.5495 61.4232 -85.85 + 33 91.7546 1207 4 0 -30.5172 61.45 -85.9517 + 33 37.8543 792 3 1 -21.4553 68.6905 -114.45 + 33 143.751 793 3 1 -21.45 68.7037 -114.477 + 33 34.219 1246 3 0 -21.1779 69.4003 -115.85 + 33 83.6791 1247 3 0 -21.1597 69.4501 -115.948 + 33 44.4079 818 2 1 -16.3117 84.3556 -144.45 + 33 93.1506 819 2 1 -16.25 84.4234 -144.598 + 33 123.133 1325 2 0 -15.7927 85.0724 -145.85 + 33 38.8134 1326 2 0 -15.6752 85.25 -146.174 + 33 186.353 867 1 1 -6.60132 100.369 -174.45 + 33 25.0917 1406 1 0 -6.40764 101.511 -175.85 + 33 107.891 1407 1 0 -6.40151 101.55 -175.898 + 33 57.225 1408 1 0 -6.36813 101.75 -176.136 + 33 170.798 898 0 1 -0.366792 127.011 -204.45 + 33 104.507 1540 0 0 0.0500065 128.194 -206.047 + 33 100.717 994 4 0 23.685 19.0041 -85.85 + 33 69.9981 976 4 0 29.81 15.4225 -86.25 + 33 73.8344 729 6 1 -34.0504 45.3958 -24.4799 + 33 105.467 728 6 1 -34.25 45.5655 -24.6694 + 33 135.331 727 6 1 -34.45 45.8023 -24.8164 + 33 73.3872 726 6 1 -34.6505 46.0205 -24.8274 + 33 71.8683 725 6 1 -34.85 46.0963 -24.8314 + 33 60.2581 724 6 1 -35.05 46.1361 -24.8155 + 33 68.2527 723 6 1 -35.2502 46.1564 -24.7897 + 33 60.735 722 6 1 -35.4504 46.1949 -24.7537 + 33 52.7707 721 6 1 -35.65 46.1959 -24.7583 + 33 50.4886 720 6 1 -35.8503 46.1798 -24.7375 + 33 72.1464 719 6 1 -36.0503 46.2208 -24.7117 + 33 171.619 718 6 1 -36.251 46.2524 -24.7077 + 33 70.2308 717 6 1 -36.45 46.2946 -24.6954 + 33 55.5106 716 6 1 -36.65 46.3168 -24.6768 + 33 44.3823 715 6 1 -36.85 46.3934 -24.6837 + 33 65.5243 714 6 1 -37.05 46.4544 -24.6811 + 33 81.6607 713 6 1 -37.25 46.5236 -24.7147 + 33 72.8937 712 6 1 -37.45 46.6342 -24.8251 + 33 52.4124 711 6 1 -37.65 46.7453 -24.8431 + 33 60.0102 710 6 1 -37.85 46.8197 -24.8384 + 33 65.8711 709 6 1 -38.05 46.8239 -24.8227 + 33 47.4396 708 6 1 -38.2502 46.8067 -24.7791 + 33 54.345 707 6 1 -38.4502 46.79 -24.7405 + 33 110.294 706 6 1 -38.65 46.7355 -24.6694 + 33 114.743 705 6 1 -38.85 46.4579 -24.5411 + 33 78.3136 704 6 1 -39.05 46.1708 -24.648 + 33 57.7876 703 6 1 -39.25 46.1125 -24.7742 + 33 224.672 1131 6 0 -39.7327 46.3908 -25.85 + 33 101.248 1132 6 0 -39.7736 46.45 -26.0136 + 33 28.2625 976 6 0 35.0101 15.3143 -26.25 + 33 198.955 975 6 0 34.9898 15.25 -26.1488 + 33 151.044 974 6 0 34.7061 15.05 -26.1296 + 33 119.077 1068 6 1 33.8297 15.7015 -24.85 + 33 118.31 1124 3 0 -31.8287 45.032 -115.85 + 33 100.732 1120 2 0 -31.6729 44.0873 -145.85 + 33 96.8009 1117 1 0 -31.7615 43.4601 -175.85 + 33 98.1301 745 0 1 -30.9957 43.024 -204.45 + 33 101.718 1114 0 0 -31.005 42.975 -205.85 + 33 159.59 740 3 1 -32.0265 45.0997 -114.45 + 33 119.888 740 2 1 -32.0407 45.0378 -144.45 + 33 117.302 1125 2 0 -31.9841 45.0778 -145.85 + 33 91.6606 745 1 1 -30.88 45.8936 -174.45 + 33 22.7481 746 1 1 -30.85 45.9102 -174.759 + 33 105.932 1129 1 0 -30.7395 45.9692 -175.85 + 33 41.3678 761 0 1 -27.6663 47.76 -204.45 + 33 154.513 762 0 1 -27.65 47.8109 -204.554 + 33 165.072 1142 0 0 -27.3585 48.4586 -205.85 + 33 3.99974 1143 0 0 -27.2577 48.65 -206.231 + 33 360.171 739 0 1 -32.2127 44.43 -204.45 + 33 113.633 1121 0 0 -32.2164 44.4208 -205.85 + 33 204.099 738 0 1 -32.2501 44.4729 -204.473 + 33 167.022 1123 0 0 -32.2038 44.6579 -205.85 + 33 138.74 755 0 0 -25.814 -28.9278 -205.85 + 33 4.90563 766 0 1 -26.65 -27.955 -204.754 + 33 0.66008 754 0 0 -24.5015 -29.05 -206.103 + 33 51.265 232 0 0 61.4849 -133.678 -206.25 + 33 16.038 231 0 0 61.5608 -133.75 -206.24 + 33 94.2344 412 0 0 61.713 -97.7246 -206.25 + 33 298.437 1125 0 0 -31.6012 45.0807 -205.85 + 33 0.708104 1516 14 0 102.193 123.35 213.966 + 33 132.284 1411 14 1 102.443 123.59 215.15 + 33 79.9789 741 0 1 -31.65 45.0534 -204.467 + 33 177.053 743 9 1 -31.3954 45.0158 65.55 + 33 150.769 1124 9 0 -31.3881 45.0217 64.15 + 33 138.108 744 8 1 -31.2241 45.1481 35.55 + 33 431.305 744 7 1 -31.1046 45.242 5.55 + 33 202.621 745 6 1 -30.9774 45.3501 -24.45 + 33 177.561 1126 6 0 -30.9688 45.3504 -25.85 + 33 147.061 746 5 1 -30.8076 45.3435 -54.45 + 33 123.785 1126 5 0 -30.7976 45.3467 -55.85 + 33 142.609 747 4 1 -30.6027 45.4071 -84.45 + 33 140.516 1126 4 0 -30.593 45.4106 -85.85 + 33 139.501 748 3 1 -30.3873 45.4994 -114.45 + 33 137.287 1127 3 0 -30.3775 45.5015 -115.85 + 33 135.02 749 2 1 -30.1833 45.5292 -144.45 + 33 210.414 1127 2 0 -30.1781 45.5335 -145.85 + 33 332.86 749 1 1 -30.0763 45.5935 -174.45 + 33 126.8 751 0 1 -29.7758 45.8488 -204.45 + 33 225.908 1129 0 0 -29.7617 45.8534 -205.85 + 33 176.431 645 4 1 -50.9064 152.267 -84.85 + 33 3.91119 1721 4 0 8.78989 164.537 -86.25 + 33 67.3037 1722 4 0 8.79525 164.55 -86.2403 + 33 77.6804 1723 4 0 8.89322 164.75 -86.0693 + 33 153.996 1724 4 0 8.96553 164.95 -85.9852 + 33 93.8658 745 5 1 -30.85 45.3404 -54.6001 + 33 18.2761 756 0 1 -28.6561 45.8853 -204.45 + 33 120.791 757 0 1 -28.65 45.8849 -204.532 + 33 175.862 1126 1 0 -30.0892 45.3548 -175.85 + 33 80.3121 749 0 1 -30.183 44.0901 -204.45 + 33 137.657 748 0 1 -30.25 43.9837 -204.691 + 33 67.8599 1116 0 0 -30.5881 43.3566 -205.85 + 33 70.0386 1115 0 0 -30.6429 43.25 -206.041 + 33 142.411 742 6 1 -31.4702 45.2658 -24.45 + 33 36.609 739 5 1 -32.05 44.2765 -54.7843 + 33 101.581 1121 5 0 -32.1235 44.2596 -55.85 + 33 183.963 730 4 1 -33.9666 43.9261 -84.45 + 33 123.582 1120 4 0 -34.043 44.0652 -85.85 + 33 114.006 719 3 1 -36.1802 46.9523 -114.45 + 33 123.371 1134 3 0 -36.2057 47.0219 -115.85 + 33 123.115 717 2 1 -36.5337 48.0728 -144.451 + 33 144.245 1140 2 0 -36.6326 48.1492 -145.85 + 33 1.31123 708 1 1 -38.4475 49.8279 -174.45 + 33 164.576 707 1 1 -38.45 49.828 -174.456 + 33 152.671 1149 1 0 -39.0383 49.8537 -175.85 + 33 102.194 649 0 1 -50.0868 50.5203 -204.45 + 33 19.0502 648 0 1 -50.25 50.5787 -204.786 + 33 132.362 1153 0 0 -50.8071 50.7742 -205.85 + 33 52.5693 1190 1 0 -25.1981 58.2027 -176.25 + 33 79.3791 1191 1 0 -25.1468 58.2502 -176.116 + 33 276.846 775 1 1 -24.9457 58.4657 -174.85 + 33 48.7727 773 1 1 -25.3418 58.5157 -174.45 + 33 88.8742 774 1 1 -25.25 58.6105 -174.59 + 33 315.056 776 1 1 -24.85 58.3411 -174.801 + 33 65.2169 777 1 1 -24.6499 58.3176 -174.784 + 33 67.8212 778 1 1 -24.4498 58.4007 -174.776 + 33 134.447 779 1 1 -24.2498 58.4115 -174.69 + 33 174.615 780 1 1 -24.05 58.3634 -174.624 + 33 8.04221 1183 1 0 -24.3073 56.669 -175.85 + 33 34.3087 1182 1 0 -24.3079 56.65 -175.862 + 33 107.854 745 7 1 -31.05 45.2188 5.51653 + 33 179.965 760 6 1 -27.9275 45.7152 -24.4502 + 33 109.088 761 5 1 -27.8295 46.4243 -54.45 + 33 232.675 1132 5 0 -27.6078 46.5838 -55.85 + 33 321.307 781 4 1 -23.7251 49.6481 -84.45 + 33 121.796 1147 4 0 -23.5089 49.6416 -85.85 + 33 81.893 809 3 1 -18.1499 49.7281 -114.45 + 33 41.7629 810 3 1 -18.05 49.7456 -114.689 + 33 126.027 1149 3 0 -17.562 49.8706 -115.85 + 33 14.667 874 2 1 -5.0722 53.5725 -144.45 + 33 123.369 875 2 1 -5.05 53.5847 -144.509 + 33 28.9307 1168 2 0 -4.56266 53.8352 -145.85 + 33 146.031 1169 2 0 -4.53358 53.85 -145.931 + 33 103.857 928 1 1 5.70181 59.0684 -174.45 + 33 13.2965 929 1 1 5.85 59.0924 -174.785 + 33 145.354 1195 1 0 6.33256 59.1425 -175.85 + 33 123.816 999 0 1 19.8812 61.2333 -204.45 + 33 123.72 1206 0 0 20.4037 61.3061 -205.85 + 33 137.179 761 6 1 -27.85 45.769 -24.6748 + 33 135.525 721 9 1 -35.7804 45.7785 65.55 + 33 125.793 1128 9 0 -35.8985 45.8189 64.1497 + 33 132.789 710 8 1 -37.8915 45.6863 35.5499 + 33 113.937 1127 8 0 -38.0457 45.5851 34.1496 + 33 134.247 698 7 1 -40.3901 43.7396 5.54967 + 33 118.664 1117 7 0 -40.4645 43.6433 4.14892 + 33 105.526 696 6 1 -40.848 42.5705 -24.45 + 33 129.384 1111 6 0 -40.8058 42.4149 -25.85 + 33 136.078 700 5 1 -40.045 38.7946 -54.4501 + 33 174.636 1093 5 0 -40.0092 38.8157 -55.8503 + 33 115.845 700 4 1 -39.9 39.9303 -84.45 + 33 139.442 1100 4 0 -39.9588 40.1613 -85.85 + 33 101.884 697 3 1 -40.4546 43.3872 -114.45 + 33 17.4038 1116 3 0 -40.4876 43.447 -115.85 + 33 85.1739 1117 3 0 -40.4893 43.45 -115.923 + 33 241.504 692 2 1 -41.4551 43.7811 -144.45 + 33 123.295 1118 2 0 -41.5863 43.8011 -145.85 + 33 65.6882 682 1 1 -43.4754 44.1236 -174.45 + 33 48.9238 683 1 1 -43.45 44.136 -174.696 + 33 124.353 1120 1 0 -43.3483 44.2091 -175.851 + 33 120.053 698 0 1 -40.3093 45.2036 -204.45 + 33 107.714 1126 0 0 -40.1415 45.3338 -205.85 + 33 167.193 701 2 1 -39.7154 47.2117 -144.45 + 33 25.0327 702 2 1 -39.65 47.2525 -144.539 + 33 89.5849 1101 4 0 -39.9784 40.25 -86.1188 + 33 2.64782 1102 4 0 -40.0566 40.4501 -86.2407 +Number of digits in this event = 106 +Using G4ParticleGun ... +2.75112 LIN gamma Event: 34 -Number of tracker hits in this event = 2 - 34 160.381 967 1 0 80.297 13.4612 -176.25 - 34 290.958 1301 1 1 80.4439 13.8945 -174.85 -Number of digits in this event = 3 +Number of tracker hits in this event = 18 + 34 311.945 693 3 1 -41.3111 -29.9788 -114.45 + 34 254.686 750 3 0 -41.3099 -29.978 -115.85 + 34 329.447 693 2 1 -41.2907 -29.9689 -144.45 + 34 231.927 750 2 0 -41.2957 -29.9689 -145.85 + 34 142.799 693 1 1 -41.3914 -29.9791 -174.45 + 34 129.996 750 1 0 -41.3979 -29.9773 -175.85 + 34 342.156 692 0 1 -41.5396 -29.9281 -204.45 + 34 99.416 750 0 0 -41.5481 -29.9309 -205.85 + 34 225.568 1048 2 1 29.65 83.6895 -144.685 + 34 63.191 1047 2 1 29.4951 83.7001 -144.45 + 34 96.4154 1046 2 1 29.45 83.7104 -144.513 + 34 134.173 692 1 1 -41.4616 -30.06 -174.45 + 34 123.928 749 1 0 -41.4681 -30.062 -175.85 + 34 137.252 749 0 0 -41.5964 -30.0588 -205.85 + 34 228.316 731 0 1 -33.7045 -3.64215 -204.85 + 34 58.116 862 0 0 -38.4913 -7.45 -206.162 + 34 162.015 890 0 1 -2.05 -35.1639 -204.764 + 34 0.504016 1357 6 1 91.6917 40.4414 -24.85 +Number of digits in this event = 17 Using G4ParticleGun ... -9.75934 LIN +6.34801 LIN gamma Event: 35 -Number of tracker hits in this event = 2 - 35 59.4064 695 1 1 -40.8867 -73.3571 -174.85 - 35 156.799 696 1 1 -40.8499 -73.2415 -174.714 -Number of digits in this event = 3 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -6.25163 LIN +6.70877 LIN gamma Event: 36 -Number of tracker hits in this event = 3 - 36 157.214 759 2 0 84.2705 -28.1724 -146.25 - 36 125.317 758 2 0 84.4716 -28.25 -145.96 - 36 146.772 1320 2 1 84.1187 -28.425 -144.85 -Number of digits in this event = 5 +Number of tracker hits in this event = 51 + 36 299.285 480 7 1 -83.9338 21.0604 5.55 + 36 240.578 1005 7 0 -83.9338 21.0604 4.15 + 36 110.87 480 6 1 -83.9361 21.0597 -24.45 + 36 112.983 1005 6 0 -83.9361 21.0606 -25.85 + 36 147.935 480 5 1 -83.9315 21.0767 -54.45 + 36 129.165 1005 5 0 -83.9321 21.0752 -55.85 + 36 301.826 480 4 1 -83.9479 21.042 -84.45 + 36 160.246 1004 4 0 -83.9472 21.04 -85.85 + 36 109.565 480 3 1 -83.9313 20.9979 -114.45 + 36 91.2904 1004 3 0 -83.9302 20.9965 -115.85 + 36 133.482 480 2 1 -83.9131 20.9694 -144.45 + 36 167.883 1004 2 0 -83.9114 20.9696 -145.85 + 36 104.165 480 1 1 -83.8668 20.973 -174.45 + 36 138.84 1004 1 0 -83.8648 20.9738 -175.85 + 36 102.157 481 0 1 -83.8169 20.9895 -204.45 + 36 189.323 1004 0 0 -83.816 20.9913 -205.85 + 36 60.2996 481 1 1 -83.8387 20.974 -174.45 + 36 112.297 482 1 1 -83.6499 20.8812 -174.621 + 36 106.461 998 1 0 -82.9001 19.8302 -175.85 + 36 104.127 997 1 0 -82.7933 19.65 -176.021 + 36 53.1552 996 1 0 -82.7861 19.4492 -176.14 + 36 139.067 496 0 1 -80.7009 -28.6955 -204.45 + 36 2.86201 761 0 0 -80.3091 -27.6602 -205.85 + 36 93.0305 762 0 0 -80.3051 -27.65 -205.861 + 36 59.1611 763 0 0 -80.261 -27.4498 -206.032 + 36 57.3826 764 0 0 -80.2929 -27.25 -206.166 + 36 90.8193 481 2 1 -83.85 20.9593 -144.52 + 36 106.656 1005 2 0 -83.5057 21.1662 -145.85 + 36 7.30162 531 1 1 -73.6826 24.619 -174.45 + 36 58.1638 532 1 1 -73.65 24.6273 -174.461 + 36 81.6494 533 1 1 -73.45 24.6463 -174.539 + 36 51.7883 534 1 1 -73.2498 24.6829 -174.634 + 36 57.4985 535 1 1 -73.05 24.7306 -174.716 + 36 33.2321 536 1 1 -72.85 24.783 -174.812 + 36 36.4872 1025 1 0 -71.0579 25.2257 -175.85 + 36 339.032 1026 1 0 -70.9577 25.25 -175.908 + 36 136.119 483 6 1 -83.3993 21.3274 -24.45 + 36 114.941 1006 6 0 -83.3933 21.3463 -25.85 + 36 118.094 483 5 1 -83.2808 21.5655 -54.45 + 36 124.026 1007 5 0 -83.2486 21.5807 -55.85 + 36 114.948 486 4 1 -82.7958 21.6901 -84.45 + 36 220.636 1008 4 0 -82.8022 21.7074 -85.85 + 36 131.914 485 3 1 -82.8723 22.0782 -114.45 + 36 120.319 1010 3 0 -82.8338 22.1011 -115.85 + 36 128.497 492 2 1 -81.5966 22.6356 -144.45 + 36 114.849 1012 2 0 -81.5295 22.6371 -145.85 + 36 146.867 498 1 1 -80.3428 22.4784 -174.45 + 36 140.904 1012 1 0 -80.2677 22.4596 -175.85 + 36 74.7338 504 0 1 -79.0693 22.1932 -204.45 + 36 37.2267 505 0 1 -79.05 22.1835 -204.72 + 36 114.302 1010 0 0 -78.9701 22.1426 -205.85 +Number of digits in this event = 22 Using G4ParticleGun ... -7.0386 LIN +4.83279 LIN gamma Event: 37 -Number of tracker hits in this event = 1 - 37 0.206996 308 5 1 -118.35 129.353 -54.5035 -Number of digits in this event = 2 +Number of tracker hits in this event = 2 + 37 77.1899 1121 6 1 44.3668 156.125 -24.45 + 37 148.219 1122 6 1 44.45 156.167 -24.541 +Number of digits in this event = 4 Using G4ParticleGun ... -9.96089 LIN +2.38858 LIN gamma Event: 38 -Number of tracker hits in this event = 114 - 38 214.564 871 9 1 -5.75133 -125.583 65.55 - 38 242.694 272 9 0 -5.75222 -125.583 64.15 - 38 236.103 871 8 1 -5.77105 -125.586 35.55 - 38 252.297 272 8 0 -5.77336 -125.586 34.15 - 38 317.56 871 7 1 -5.81154 -125.592 5.55 - 38 199.609 272 7 0 -5.81243 -125.593 4.15 - 38 263.326 871 6 1 -5.83263 -125.61 -24.45 - 38 256.344 272 6 0 -5.83434 -125.61 -25.85 - 38 424.573 870 5 1 -5.86959 -125.619 -54.45 - 38 363.222 272 5 0 -5.87087 -125.618 -55.85 - 38 399.254 870 4 1 -5.90429 -125.593 -84.45 - 38 360.832 272 4 0 -5.9064 -125.594 -85.85 - 38 1095.1 870 3 1 -5.93853 -125.584 -114.45 - 38 1022.29 272 3 0 -5.93888 -125.583 -115.85 - 38 272.85 870 2 1 -5.93164 -125.57 -144.45 - 38 387.971 272 2 0 -5.9328 -125.569 -145.85 - 38 271.757 870 1 1 -5.9502 -125.53 -174.45 - 38 490.641 273 1 0 -5.95187 -125.53 -175.85 - 38 254.332 870 0 1 -5.97578 -125.526 -204.45 - 38 118.529 273 0 0 -5.97127 -125.514 -205.85 - 38 128.42 865 2 1 -6.92231 -126.068 -144.45 - 38 100.713 270 2 0 -6.96506 -126.105 -145.85 - 38 227.493 860 1 1 -7.92558 -126.815 -174.45 - 38 187.899 266 1 0 -7.96037 -126.829 -175.85 - 38 113.958 856 0 1 -8.7643 -126.964 -204.45 - 38 104.946 265 0 0 -8.82385 -126.971 -205.85 - 38 167.929 265 1 0 -8.01758 -126.95 -176.188 - 38 284.795 868 2 1 -6.28375 -127.232 -144.45 - 38 121.591 263 2 0 -6.36269 -127.431 -145.85 - 38 137.429 242 1 0 -7.87483 -131.651 -175.85 - 38 100.282 865 0 1 -7.00454 -138.575 -204.45 - 38 111.01 206 0 0 -6.9268 -138.828 -205.85 - 38 343.507 864 0 1 -7.08961 -138.625 -204.45 - 38 147.161 203 0 0 -7.49571 -139.418 -205.85 - 38 41.538 202 0 0 -7.5642 -139.55 -206.071 - 38 217.709 80 0 0 -18.057 -164.095 -206.25 - 38 166.055 807 0 1 -18.5045 -163.504 -204.85 - 38 161.811 808 0 1 -18.45 -163.111 -204.511 - 38 113.625 809 0 1 -18.25 -162.888 -204.512 - 38 240.976 810 0 1 -18.05 -162.67 -204.499 - 38 27.5334 94 0 0 -18.7087 -161.327 -205.85 - 38 295.376 93 0 0 -18.7346 -161.35 -205.927 - 38 99.4138 81 0 0 -17.7656 -163.95 -206.143 - 38 9.7376 2 0 0 -37.5727 -179.73 -206.249 - 38 215.055 1 0 0 -37.5878 -179.75 -206.223 - 38 109.41 0 0 0 -37.807 -179.95 -205.987 - 38 215.687 873 2 1 -5.36108 -125.681 -144.45 - 38 133.465 877 1 1 -4.4656 -125.999 -174.45 - 38 145.225 270 1 0 -4.41522 -126.054 -175.85 - 38 129.074 883 0 1 -3.43739 -127.165 -204.45 - 38 128.292 264 0 0 -3.39837 -127.234 -205.85 - 38 122.25 872 4 1 -5.63768 -125.617 -84.45 - 38 121.673 274 2 0 -6.42037 -125.271 -145.85 - 38 242.6 866 1 1 -6.84524 -125.043 -174.45 - 38 263.142 865 1 1 -6.85 -125.04 -174.494 - 38 251.537 276 1 0 -6.9969 -124.925 -175.85 - 38 275.842 849 0 1 -10.1577 -122.65 -204.45 - 38 111.927 288 0 0 -10.2826 -122.535 -205.85 - 38 82.3581 850 0 1 -10.05 -122.299 -204.757 - 38 88.02 851 0 1 -9.85 -122.214 -204.665 - 38 156.249 852 0 1 -9.65 -122.077 -204.585 - 38 187.843 277 1 0 -7.0413 -124.75 -176.056 - 38 68.7452 275 1 0 -6.87606 -125.01 -175.85 - 38 240.972 287 1 0 -35.6734 -122.564 -176.25 - 38 119.761 288 1 0 -35.6985 -122.55 -176.213 - 38 46.0782 719 1 1 -36.203 -123.253 -174.849 - 38 43.1012 718 1 1 -36.25 -123.332 -174.777 - 38 139.193 321 1 0 8.72934 -115.773 -176.25 - 38 181.279 866 2 1 -6.69063 -123.706 -144.45 - 38 22.0507 867 2 1 -6.65 -123.737 -144.736 - 38 112.274 281 2 0 -6.47042 -123.84 -145.85 - 38 40.9693 889 1 1 -2.09554 -125.199 -174.451 - 38 404.343 890 1 1 -2.05 -125.216 -174.534 - 38 77.365 977 0 1 15.5434 -133.538 -204.45 - 38 95.48 978 0 1 15.6502 -133.527 -204.577 - 38 16.6429 979 0 1 15.85 -133.516 -204.804 - 38 204.754 233 0 0 16.8166 -133.504 -205.85 - 38 88.7514 859 2 1 -8.15275 -122.587 -144.45 - 38 65.6201 858 2 1 -8.25011 -122.868 -144.694 - 38 128.704 280 2 0 -8.38658 -123.955 -145.85 - 38 42.3753 279 2 0 -8.37593 -124.15 -146.129 - 38 371.347 273 4 0 -5.95942 -125.503 -85.85 - 38 161.409 863 3 1 -7.27144 -123.2 -114.451 - 38 130.99 285 3 0 -7.39651 -123.043 -115.85 - 38 178.22 844 2 1 -11.0885 -118.658 -144.45 - 38 88.6336 308 2 0 -11.4758 -118.401 -145.851 - 38 34.782 309 2 0 -11.5576 -118.35 -146.144 - 38 110.705 801 1 1 -19.654 -113.582 -174.45 - 38 36.4391 333 1 0 -20.1339 -113.365 -175.85 - 38 167.379 334 1 0 -20.1661 -113.35 -175.945 - 38 189.113 750 0 1 -29.9021 -108.702 -204.45 - 38 209.52 358 0 0 -30.3358 -108.476 -205.851 - 38 227.903 864 3 1 -7.25 -123.193 -114.671 - 38 293.657 273 6 0 -4.71219 -125.492 -25.85 - 38 372.104 142 6 0 26.8785 -151.714 -26.25 - 38 198.131 871 5 1 -5.75529 -125.509 -54.45 - 38 108.052 273 5 0 -5.75716 -125.51 -55.85 - 38 184.976 871 4 1 -5.79651 -125.541 -84.45 - 38 110.326 272 1 0 -5.91402 -125.68 -175.85 - 38 145.831 272 0 0 -5.90738 -125.695 -205.85 - 38 217.408 960 1 1 12.0848 -86.0673 -174.85 - 38 17.2595 538 1 0 14.0497 -72.45 -175.995 - 38 53.4269 501 3 0 -56.5356 -79.75 -116.25 - 38 75.1486 502 3 0 -56.5467 -79.65 -116.068 - 38 111.976 617 3 1 -56.5073 -78.7031 -114.85 - 38 97.0508 618 3 1 -56.45 -78.6145 -114.592 - 38 62.0662 619 3 1 -56.25 -78.7142 -114.581 - 38 108.928 869 0 1 -6.06251 -125.809 -204.45 - 38 150.453 271 0 0 -6.06205 -125.79 -205.85 - 38 112.575 113 0 0 -13.9275 -157.35 -205.965 - 38 177.02 210 1 0 -2.6978 -138.045 -176.25 - 38 180.262 891 1 1 -1.7149 -138.364 -174.85 - 38 68.1317 892 1 1 -1.65 -138.35 -174.777 - 38 267.937 869 5 1 -6.05 -125.51 -54.5135 -Number of digits in this event = 74 +Number of tracker hits in this event = 26 + 38 292.082 412 3 1 -97.6162 -89.8638 -114.45 + 38 319.044 450 3 0 -97.6286 -89.8706 -115.85 + 38 109.864 411 1 1 -97.8752 -90.1929 -174.45 + 38 120.026 449 1 0 -97.8661 -90.2046 -175.85 + 38 226.822 412 0 1 -97.7047 -90.4581 -204.45 + 38 169.992 448 0 0 -97.7048 -90.479 -205.85 + 38 123.526 438 4 1 -92.419 -105.638 -84.85 + 38 112.277 412 2 1 -97.5722 -89.8956 -144.45 + 38 118.424 450 2 0 -97.571 -89.8976 -145.85 + 38 106.511 412 1 1 -97.5505 -89.9366 -174.45 + 38 130.2 450 1 0 -97.553 -89.9373 -175.85 + 38 166.473 450 0 0 -97.5999 -89.9338 -205.85 + 38 58.116 406 1 0 -33.6259 -98.95 -176.195 + 38 44.128 330 1 0 -130.957 -113.95 -176.161 + 38 53.036 329 1 0 -131.1 -114.15 -175.905 + 38 239.299 250 1 1 -130.067 -115.466 -174.85 + 38 70.9887 445 2 0 -97.3233 -91.0525 -145.85 + 38 122.866 444 2 0 -97.2795 -91.15 -145.917 + 38 94.8175 413 3 1 -97.55 -89.8577 -114.58 + 38 29.5318 352 3 0 -105.982 -109.685 -116.25 + 38 64.8271 351 3 0 -106.038 -109.75 -116.169 + 38 67.7698 350 3 0 -106.199 -109.95 -116.04 + 38 72.9011 349 3 0 -106.276 -110.15 -115.962 + 38 592.879 348 3 0 -106.259 -110.35 -115.976 + 38 158.877 347 3 0 -106.26 -110.55 -116.047 + 38 59.483 737 2 0 -20.3081 -32.65 -146.123 +Number of digits in this event = 15 Using G4ParticleGun ... -4.07304 LIN +8.45522 LIN gamma Event: 39 -Number of tracker hits in this event = 6 - 39 74.5989 1075 2 1 35.05 30.1039 -144.509 - 39 4.11403 1074 2 1 35.05 30.1284 -144.469 - 39 107.852 800 0 1 -19.9525 83.5437 -204.85 - 39 1.44808 614 0 1 -57.05 80.9208 -204.552 - 39 348.544 1027 0 0 -4.38909 25.65 -206.228 - 39 22.5246 1026 0 0 -4.6186 25.45 -205.949 -Number of digits in this event = 4 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -7.17973 LIN +5.75956 LIN gamma Event: 40 -Number of tracker hits in this event = 19 - 40 317.85 724 3 1 -35.1639 -120.638 -114.45 - 40 208.863 297 3 0 -35.1624 -120.639 -115.85 - 40 401.285 724 2 1 -35.1425 -120.678 -144.45 - 40 220.482 297 2 0 -35.1427 -120.682 -145.85 - 40 266.427 724 1 1 -35.1465 -120.756 -174.45 - 40 98.4062 296 1 0 -35.1466 -120.76 -175.85 - 40 270.725 724 0 1 -35.157 -120.812 -204.45 - 40 287.243 296 0 0 -35.159 -120.817 -205.85 - 40 36.6453 299 2 0 -36.2454 -120.3 -145.85 - 40 29.7912 718 2 1 -36.3124 -121.009 -144.85 - 40 96.7348 297 1 0 -35.1689 -120.69 -175.85 - 40 70.6793 556 12 1 -68.65 -162.103 155.162 - 40 240.389 195 3 0 -11.1467 -141.096 -116.25 - 40 173.982 194 3 0 -11.056 -141.15 -116.176 - 40 6.59016 856 3 1 -8.66825 -140.888 -114.85 - 40 128.514 857 3 1 -8.64997 -140.887 -114.836 - 40 66.9421 858 3 1 -8.45 -140.874 -114.729 - 40 428.386 859 3 1 -8.25 -140.828 -114.79 - 40 42.4701 860 3 1 -8.04996 -140.866 -114.467 -Number of digits in this event = 15 +Number of tracker hits in this event = 25 + 40 312.415 1285 4 1 77.2315 -64.6816 -84.45 + 40 255.072 576 4 0 77.2308 -64.6796 -85.85 + 40 123.261 1285 3 1 77.2116 -64.6575 -114.45 + 40 266.616 576 3 0 77.2078 -64.6518 -115.85 + 40 214.091 1285 2 1 77.1356 -64.5507 -144.45 + 40 94.8924 577 2 0 77.1232 -64.5476 -145.85 + 40 112.971 1283 1 1 76.8329 -64.5005 -174.45 + 40 252.174 577 1 0 76.8178 -64.4969 -175.85 + 40 250.871 1282 0 1 76.5491 -64.4317 -204.45 + 40 112.662 578 0 0 76.5302 -64.4303 -205.85 + 40 50.1812 1292 1 0 -21.6071 78.45 -176.101 + 40 11.971 575 0 0 76.5625 -65.0299 -205.85 + 40 117.96 574 0 0 76.5595 -65.05 -205.901 + 40 158.922 1284 2 1 77.05 -64.4813 -144.614 + 40 133.436 1283 2 1 76.8498 -64.395 -144.652 + 40 186.073 1286 3 1 77.288 -64.6752 -114.45 + 40 171.123 1286 2 1 77.3448 -64.6745 -144.45 + 40 133.125 576 2 0 77.347 -64.6756 -145.85 + 40 196.273 1286 1 1 77.3978 -64.6974 -174.45 + 40 175.083 576 1 0 77.4007 -64.6966 -175.85 + 40 128.959 1287 0 1 77.4668 -64.6771 -204.45 + 40 118.434 576 0 0 77.4699 -64.676 -205.85 + 40 67.7672 839 0 1 -12.1492 2.37102 -204.85 + 40 146.642 920 0 0 -14.8632 4.18972 -205.85 + 40 283.103 580 1 0 76.5113 -63.9391 -175.85 +Number of digits in this event = 20 Using G4ParticleGun ... -5.25926 LIN +2.90869 LIN gamma Event: 41 -Number of tracker hits in this event = 85 - 41 54.7689 1130 10 1 46.2057 2.19926 95.2714 - 41 289.645 910 10 0 46.2053 2.19973 94.15 - 41 244.931 1130 9 1 46.1922 2.21822 65.55 - 41 316.639 910 9 0 46.1938 2.22082 64.15 - 41 240.479 1130 8 1 46.2145 2.27928 35.55 - 41 105.391 911 8 0 46.2193 2.28194 34.15 - 41 197.469 1131 7 1 46.4168 2.3055 5.55 - 41 254.319 911 7 0 46.4667 2.31073 4.15 - 41 116.377 1137 6 1 47.5223 2.24464 -24.45 - 41 417.434 910 6 0 47.5862 2.2347 -25.85 - 41 119.037 1143 5 1 48.7985 2.09494 -54.45 - 41 136.925 910 5 0 48.8804 2.08403 -55.85 - 41 114.324 1152 4 1 50.5411 1.86539 -84.45 - 41 121.795 909 4 0 50.6176 1.89048 -85.85 - 41 262.732 1158 3 1 51.8013 2.5193 -114.45 - 41 125.026 912 3 0 51.7176 2.57844 -115.85 - 41 118.441 1148 2 1 49.751 3.80923 -144.451 - 41 119.518 918 2 0 49.6181 3.81815 -145.85 - 41 107.493 1133 1 1 46.8476 3.88516 -174.45 - 41 113.506 918 1 0 46.7457 3.7216 -175.851 - 41 107.233 1121 0 1 44.3625 0.257941 -204.45 - 41 144.845 1159 3 1 51.85 2.56278 -114.704 - 41 210.994 1160 3 1 52.05 2.62946 -114.509 - 41 21.4694 975 1 0 61.4654 15.2271 -176.25 - 41 95.4285 976 1 0 61.4633 15.25 -176.185 - 41 68.4014 977 1 0 61.5225 15.4501 -176.011 - 41 96.471 978 1 0 61.5277 15.6501 -176.07 - 41 17.4754 1173 6 0 13.7241 54.8005 -26.2499 - 41 331.676 1174 6 0 13.7046 54.8502 -26.2271 - 41 92.9571 1031 8 1 26.3234 51.5451 35.15 - 41 27.0118 1693 8 0 146.193 158.75 34.0427 - 41 148.557 899 4 1 -0.124481 28.8228 -84.85 - 41 2.24108 898 4 1 -0.250142 28.9192 -84.7021 - 41 59.9392 1168 0 1 53.6694 -16.2666 -204.45 - 41 120.064 910 8 0 46.2036 2.20795 34.15 - 41 136.053 1130 7 1 46.1555 2.31917 5.55 - 41 116.974 1130 6 1 46.0718 2.48077 -24.45 - 41 124.567 912 6 0 46.0691 2.4917 -25.85 - 41 159.49 1129 5 1 46.0177 2.7076 -54.45 - 41 105.521 913 5 0 46.0158 2.71975 -55.85 - 41 115.808 1129 4 1 45.9865 2.9688 -84.45 - 41 170.31 914 4 0 45.9857 2.97864 -85.85 - 41 154.319 1129 3 1 45.9496 3.1759 -114.45 - 41 128.008 915 3 0 45.9471 3.18459 -115.85 - 41 114.877 1129 2 1 45.9066 3.36059 -144.45 - 41 126.771 916 2 0 45.9059 3.36943 -145.85 - 41 325.725 1129 1 1 45.9019 3.54918 -174.45 - 41 264.375 917 1 0 45.9005 3.5597 -175.85 - 41 103.849 1129 0 1 45.8719 3.7821 -204.45 - 41 127.901 918 0 0 45.8702 3.79312 -205.85 - 41 1.03093 832 6 0 -126.954 -13.4507 -26.25 - 41 49.1488 833 6 0 -126.955 -13.45 -26.2469 - 41 82.662 1058 6 0 -142.763 31.802 -26.2498 - 41 117.733 1368 4 0 60.1127 93.8424 -86.25 - 41 166.203 1127 0 1 45.6415 2.84467 -204.45 - 41 201.904 911 0 0 45.4502 2.44792 -205.85 - 41 125.315 916 1 0 45.7635 3.41029 -175.85 - 41 122.11 1115 0 1 43.1785 -0.71954 -204.45 - 41 117.29 896 0 0 43.2778 -0.759222 -205.85 - 41 45.8905 945 0 0 59.2528 9.17284 -206.25 - 41 81.7972 946 0 0 59.2476 9.25 -206.138 - 41 61.0179 947 0 0 59.2322 9.45014 -206.012 - 41 68.9922 948 0 0 59.2248 9.65 -205.887 - 41 61.7916 949 0 0 59.2504 9.85 -205.869 - 41 62.6656 950 0 0 59.2698 10.0504 -205.938 - 41 79.6353 951 0 0 59.2173 10.2502 -205.929 - 41 79.494 952 0 0 59.2558 10.45 -205.918 - 41 4.78266 953 0 0 59.3181 10.65 -205.861 - 41 197.2 1198 0 1 59.7314 11.7905 -204.85 - 41 107.635 1199 0 1 59.85 12.1612 -204.637 - 41 72.298 966 0 0 59.643 13.3081 -205.85 - 41 120.586 967 0 0 59.5612 13.45 -205.957 - 41 112.301 968 0 0 59.3168 13.65 -206.006 - 41 83.716 969 0 0 59.1494 13.8501 -206.139 - 41 73.3581 1040 0 0 68.5519 28.2044 -206.25 - 41 71.8588 941 0 0 68.3422 8.33242 -206.25 - 41 185.323 942 0 0 68.368 8.45072 -206.06 - 41 121.365 1235 0 1 67.2295 10.225 -204.85 - 41 73.5823 1234 0 1 67.05 10.5025 -204.776 - 41 131.526 1233 0 1 66.8499 10.5602 -204.754 - 41 73.0824 1232 0 1 66.65 10.5731 -204.785 - 41 261.94 1231 0 1 66.4499 10.4712 -204.786 - 41 239.868 1230 0 1 66.2499 10.034 -204.68 - 41 57.381 1418 1 1 103.787 -63.7724 -174.45 - 41 158.126 820 8 0 93.492 -15.9984 33.75 -Number of digits in this event = 41 +Number of tracker hits in this event = 51 + 41 368.424 419 7 1 -96.2222 79.0128 5.55 + 41 461.981 1294 7 0 -96.2264 79.0198 4.15 + 41 343.172 419 6 1 -96.2899 79.1645 -24.45 + 41 244.232 1295 6 0 -96.2961 79.1713 -25.85 + 41 208.082 418 5 1 -96.4307 79.2867 -54.45 + 41 138.689 1296 5 0 -96.4406 79.2934 -55.85 + 41 98.1382 417 4 1 -96.6507 79.4157 -84.45 + 41 137.29 1296 4 0 -96.664 79.421 -85.85 + 41 108.564 416 3 1 -96.9066 79.5394 -114.45 + 41 131.984 1297 3 0 -96.9269 79.5434 -115.85 + 41 191.287 413 2 1 -97.3706 79.6116 -144.45 + 41 122.081 1297 2 0 -97.3907 79.6212 -145.85 + 41 105.305 411 1 1 -97.8353 79.8033 -174.45 + 41 128.587 1298 1 0 -97.8601 79.8053 -175.85 + 41 179.627 408 0 1 -98.351 79.8499 -204.45 + 41 183.167 1299 0 0 -98.3767 79.8511 -205.85 + 41 57.5313 1657 6 0 174.947 151.75 -25.9406 + 41 21.7841 1301 1 0 -155.369 80.3914 -176.25 + 41 208.207 412 1 1 -97.562 43.263 -174.85 + 41 64.4515 491 7 1 -81.7361 -161.77 5.15 + 41 78.1812 492 7 1 -81.6499 -162.185 5.51916 + 41 94.2553 493 7 1 -81.45 -162.289 5.53673 + 41 252.032 494 7 1 -81.25 -162.332 5.45937 + 41 90.9202 420 6 1 -96.1498 79.3745 -24.6679 + 41 25.1102 1305 6 0 -95.3016 81.1753 -25.8501 + 41 87.1093 1306 6 0 -95.2551 81.25 -25.8951 + 41 74.0899 1307 6 0 -95.1187 81.45 -26.0156 + 41 49.6297 1308 6 0 -95.0494 81.65 -26.1134 + 41 129.691 1309 6 0 -95.1384 81.85 -26.1164 + 41 18.3511 1310 6 0 -95.3866 82.0502 -26.2231 + 41 114.83 1294 5 0 -96.3432 79.0082 -55.85 + 41 101.867 420 4 1 -95.9537 78.2912 -84.45 + 41 120.16 1290 4 0 -95.9573 78.2465 -85.85 + 41 133.971 420 3 1 -95.981 77.1537 -114.45 + 41 145.105 1285 3 0 -96.0128 77.117 -115.85 + 41 122.187 417 2 1 -96.6447 76.2206 -144.45 + 41 282.888 1280 2 0 -96.6998 76.1624 -145.85 + 41 122.377 1275 1 0 -97.7453 75.0864 -175.85 + 41 113.86 406 0 1 -98.8301 73.0326 -204.45 + 41 119.856 1264 0 0 -98.8223 72.9979 -205.85 + 41 37.2179 1285 1 0 -97.2466 77.1393 -175.85 + 41 38.8232 415 0 1 -96.9955 77.9617 -204.45 + 41 94.8454 416 0 1 -96.95 77.9314 -204.585 + 41 105.681 1288 0 0 -96.5384 77.6981 -205.85 + 41 39.7204 1287 0 0 -96.4612 77.65 -206.11 + 41 77.5059 1295 7 0 -96.8804 79.05 3.97732 + 41 91.95 1296 7 0 -97.0238 79.2501 3.88984 + 41 63.5816 1297 7 0 -97.0548 79.45 3.83435 + 41 80.4079 1298 7 0 -97.0881 79.65 3.88183 + 41 23.4298 1058 10 0 -159.088 31.6711 93.75 + 41 84.672 1057 10 0 -159.076 31.65 93.7559 +Number of digits in this event = 25 Using G4ParticleGun ... -9.26441 LIN +7.41067 LIN gamma Event: 42 -Number of tracker hits in this event = 25 - 42 450.596 273 4 1 -125.375 -36.9511 -84.45 - 42 294.375 715 4 0 -125.376 -36.9504 -85.85 - 42 159.435 273 3 1 -125.403 -36.9334 -114.45 - 42 142.34 715 3 0 -125.404 -36.9327 -115.85 - 42 121.083 273 2 1 -125.433 -36.9154 -144.45 - 42 116.54 715 2 0 -125.434 -36.9137 -145.85 - 42 111.756 273 1 1 -125.456 -36.8749 -174.45 - 42 181.615 715 1 0 -125.457 -36.873 -175.85 - 42 311.362 273 0 1 -125.481 -36.8348 -204.45 - 42 244.327 716 0 0 -125.481 -36.8333 -205.85 - 42 79.7672 476 0 1 -84.85 -48.4008 -204.625 - 42 190.327 269 0 1 -126.19 -18.1544 -204.45 - 42 127.095 270 0 1 -126.15 -18.0809 -204.54 - 42 51.6262 271 0 1 -125.95 -17.9738 -204.789 - 42 215.227 272 0 1 -125.749 -17.9922 -204.784 - 42 118.934 620 1 1 -56.05 -112.907 -174.723 - 42 146.871 274 3 1 -125.343 -36.646 -114.45 - 42 136.495 717 3 0 -125.362 -36.6249 -115.85 - 42 127.338 271 2 1 -125.763 -36.2345 -144.45 - 42 123.056 719 2 0 -125.777 -36.2191 -145.85 - 42 148.068 270 1 1 -126.068 -35.8616 -174.45 - 42 116.09 721 1 0 -125.805 -35.8407 -175.85 - 42 152.084 302 0 1 -119.568 -35.52 -204.45 - 42 30.6837 303 0 1 -119.55 -35.4907 -204.809 - 42 106.624 723 0 0 -119.492 -35.4196 -205.85 -Number of digits in this event = 20 +Number of tracker hits in this event = 78 + 42 219.989 1551 8 1 130.436 -48.4699 35.55 + 42 262.01 657 8 0 130.437 -48.4707 34.15 + 42 381.335 1551 7 1 130.446 -48.4805 5.55 + 42 339.871 657 7 0 130.448 -48.4817 4.15 + 42 174.96 1551 6 1 130.497 -48.5187 -24.45 + 42 343.931 657 6 0 130.509 -48.5251 -25.85 + 42 249.074 1552 5 1 130.727 -48.6397 -54.45 + 42 241.81 657 5 0 130.738 -48.6444 -55.85 + 42 345.663 1554 4 1 130.979 -48.73 -84.45 + 42 103.428 656 4 0 130.994 -48.7305 -85.85 + 42 102.134 1555 3 1 131.291 -48.7689 -114.45 + 42 130.893 656 3 0 131.307 -48.7676 -115.85 + 42 101.774 1557 2 1 131.615 -48.7239 -144.45 + 42 141.517 656 2 0 131.626 -48.7199 -145.85 + 42 99.2643 1558 1 1 131.831 -48.6545 -174.45 + 42 108.464 656 1 0 131.842 -48.6533 -175.85 + 42 435.484 1559 0 1 132.051 -48.6217 -204.45 + 42 102.539 657 0 0 132.065 -48.6217 -205.85 + 42 20.5577 586 0 0 113.789 -62.7881 -206.25 + 42 171.02 327 0 0 108.373 -114.636 -206.25 + 42 65.9117 1558 0 1 131.95 -48.7274 -204.486 + 42 15.0929 654 0 0 131.987 -49.1221 -206.203 + 42 215.074 1552 7 1 130.55 -48.6252 5.48141 + 42 122.924 1552 6 1 130.614 -48.5849 -24.45 + 42 129.57 1553 5 1 130.857 -48.5706 -54.45 + 42 98.6926 658 4 0 130.971 -48.2761 -85.85 + 42 127.505 1554 3 1 131.032 -47.9356 -114.45 + 42 113.641 660 3 0 131.217 -47.9377 -115.85 + 42 143.898 1574 2 1 134.953 -47.4602 -144.45 + 42 122.512 661 2 0 135.321 -47.6841 -145.85 + 42 132.548 1609 1 1 142.067 -53.8377 -174.45 + 42 98.1355 630 1 0 142.091 -53.9791 -175.85 + 42 40.3964 1618 0 1 143.937 -56.979 -204.45 + 42 97.8708 1619 0 1 143.95 -56.9724 -204.557 + 42 93.9495 615 0 0 144.138 -56.9248 -205.85 + 42 288.227 1552 3 1 130.704 -48.2351 -114.45 + 42 419.801 658 3 0 130.679 -48.2657 -115.85 + 42 209.384 1550 2 1 130.224 -48.3657 -144.45 + 42 152.216 658 2 0 130.217 -48.4174 -145.85 + 42 154.121 1545 1 1 129.173 -48.8029 -174.45 + 42 132.085 655 1 0 129.215 -48.8899 -175.85 + 42 162.503 1549 0 1 130.013 -50.4989 -204.45 + 42 22.6493 647 0 0 130.124 -50.6423 -205.85 + 42 113.484 646 0 0 130.131 -50.65 -205.929 + 42 62.359 659 2 0 129.785 -48.25 -146.03 + 42 108.056 1522 1 1 124.632 -23.7619 -174.45 + 42 62.9205 1521 1 1 124.55 -23.726 -174.57 + 42 22.3299 1520 1 1 124.35 -23.6948 -174.759 + 42 11.2697 785 1 0 123.433 -22.8719 -175.85 + 42 76.1646 786 1 0 123.402 -22.8495 -175.885 + 42 54.4903 787 1 0 123.279 -22.65 -175.991 + 42 48.7451 788 1 0 123.23 -22.45 -175.985 + 42 71.6911 789 1 0 123.238 -22.2498 -175.972 + 42 52.0999 790 1 0 123.282 -22.0499 -175.966 + 42 75.2347 791 1 0 123.295 -21.85 -175.976 + 42 152.581 1523 1 1 124.75 -20.8996 -174.638 + 42 206.58 1524 1 1 124.95 -20.852 -174.55 + 42 19.9211 1525 1 1 125.167 -20.8586 -174.45 + 42 396.199 802 1 0 123.255 -19.5126 -175.85 + 42 341.384 803 1 0 123.153 -19.4498 -175.894 + 42 225.077 657 3 0 130.475 -48.4888 -115.85 + 42 155.112 1523 2 1 124.869 -51.4053 -144.45 + 42 13.98 1522 2 1 124.75 -51.4425 -144.79 + 42 161.165 642 2 0 124.4 -51.5645 -145.851 + 42 13.6064 1470 1 1 114.174 -54.3179 -174.45 + 42 121.864 1469 1 1 114.15 -54.3279 -174.494 + 42 0.880737 1468 1 1 113.95 -54.4106 -174.847 + 42 8.41435 627 1 0 113.364 -54.6475 -175.85 + 42 167.334 626 1 0 113.358 -54.65 -175.86 + 42 1.11671 1381 0 1 96.3524 -60.8627 -204.45 + 42 208.61 1380 0 1 96.35 -60.8629 -204.455 + 42 129.233 1379 0 1 96.1499 -60.8764 -204.833 + 42 153.611 595 0 0 95.6071 -60.9269 -205.85 + 42 59.483 378 1 0 27.0687 -104.51 -175.85 + 42 7.94397 613 0 0 104.131 -57.2857 -205.85 + 42 107.772 1561 2 1 132.473 -65.7763 -144.45 + 42 52.9717 575 2 0 132.353 -64.9554 -145.85 + 42 81.3315 576 2 0 132.318 -64.85 -146.005 +Number of digits in this event = 42 Using G4ParticleGun ... -1.80585 LIN +2.04001 LIN gamma Event: 43 Number of tracker hits in this event = 0 Number of digits in this event = 2 Using G4ParticleGun ... -5.56906 LIN +6.5446 LIN gamma Event: 44 -Number of tracker hits in this event = 114 - 44 318.059 356 8 1 -108.803 -70.1511 35.55 - 44 313.645 549 8 0 -108.803 -70.1507 34.15 - 44 139.176 356 7 1 -108.798 -70.1454 5.55 - 44 158.792 549 7 0 -108.797 -70.1461 4.15 - 44 104.139 356 6 1 -108.775 -70.1638 -24.45 - 44 131.096 549 6 0 -108.774 -70.165 -25.85 - 44 119.215 357 5 1 -108.749 -70.1837 -54.45 - 44 343.395 549 5 0 -108.746 -70.1852 -55.85 - 44 99.9447 357 4 1 -108.654 -70.202 -84.45 - 44 350.799 549 4 0 -108.649 -70.2035 -85.85 - 44 309.438 358 3 1 -108.543 -70.2362 -114.45 - 44 124.796 549 3 0 -108.538 -70.2373 -115.85 - 44 111.155 358 2 1 -108.442 -70.2712 -144.45 - 44 180.627 548 2 0 -108.438 -70.2738 -145.85 - 44 146.374 359 1 1 -108.342 -70.3295 -174.45 - 44 115.473 548 1 0 -108.337 -70.3324 -175.85 - 44 123.168 359 0 1 -108.238 -70.3938 -204.45 - 44 186.184 548 0 0 -108.232 -70.3943 -205.85 - 44 28.4972 336 0 0 -138.632 -112.75 -205.949 - 44 9.22726 205 0 1 -139.138 -113.33 -204.85 - 44 217.129 204 0 1 -139.15 -113.345 -204.826 - 44 43.7568 1679 0 0 -140.224 156.075 -206.25 - 44 130.871 1680 0 0 -140.307 156.15 -206.168 - 44 6.03718 195 0 1 -141.137 156.222 -204.85 - 44 115.041 194 0 1 -141.15 156.223 -204.828 - 44 86.0098 193 0 1 -141.374 156.155 -204.45 - 44 64.5272 192 0 1 -141.55 155.998 -204.656 - 44 39.3872 191 0 1 -141.75 155.923 -204.812 - 44 75.8495 1669 0 0 -143.543 154.067 -205.85 - 44 97.5898 1668 0 0 -143.709 153.95 -206.018 - 44 34.5931 1667 0 0 -143.876 153.75 -206.171 - 44 106.053 549 0 0 -108.255 -70.25 -206.158 - 44 47.28 450 0 0 -175.958 -89.9248 -206.25 - 44 53.7374 455 0 0 -176.129 -88.9521 -206.25 - 44 148.234 358 1 1 -108.532 -70.2761 -174.45 - 44 71.266 556 1 0 -108.627 -68.8202 -175.85 - 44 75.9215 557 1 0 -108.589 -68.65 -176.013 - 44 243.437 356 5 1 -108.772 -70.0847 -54.45 - 44 121.408 356 4 1 -108.835 -69.9973 -84.45 - 44 314.015 550 4 0 -108.821 -69.9785 -85.85 - 44 111.9 552 3 0 -108.51 -69.5261 -115.85 - 44 125.407 360 2 1 -108.145 -69.1646 -144.45 - 44 184.638 554 2 0 -108.135 -69.1621 -145.85 - 44 105.214 361 1 1 -107.885 -69.0801 -174.45 - 44 110.559 554 1 0 -107.851 -69.107 -175.85 - 44 125.803 365 0 1 -107.095 -69.6668 -204.45 - 44 118.065 551 0 0 -107.052 -69.6934 -205.85 - 44 11.6923 891 6 0 -156.35 -1.85 -26.1021 - 44 270.169 118 6 1 -156.484 -1.60269 -24.8498 - 44 86.9933 897 6 0 -156.201 -0.531519 -25.8501 - 44 452.528 898 6 0 -156.365 -0.45 -25.9098 - 44 13.6081 1752 2 1 170.55 -83.2551 -144.672 - 44 84.2463 148 2 1 -150.398 -67.1984 -144.45 - 44 37.981 360 4 1 -108.077 -69.667 -84.45 - 44 77.6638 361 4 1 -107.95 -69.6582 -84.5083 - 44 282.992 362 4 1 -107.75 -69.6555 -84.58 - 44 48.6521 363 4 1 -107.55 -69.6564 -84.6368 - 44 69.2421 364 4 1 -107.35 -69.6649 -84.7114 - 44 77.5617 365 4 1 -107.149 -69.671 -84.7694 - 44 24.7792 366 4 1 -106.95 -69.6639 -84.8246 - 44 235.269 552 4 0 -102.451 -69.453 -85.85 - 44 688.255 553 4 0 -102.382 -69.45 -85.8657 - 44 37.8672 718 4 0 38.4736 -36.3079 -86.2499 - 44 54.3102 719 4 0 38.4945 -36.25 -86.2262 - 44 57.449 720 4 0 38.5644 -36.05 -86.1715 - 44 59.0569 721 4 0 38.6547 -35.85 -86.1194 - 44 69.926 722 4 0 38.7525 -35.65 -86.0871 - 44 68.2471 723 4 0 38.8648 -35.45 -86.0571 - 44 67.1888 724 4 0 38.974 -35.2497 -86.0134 - 44 59.4793 725 4 0 39.0769 -35.0495 -85.996 - 44 56.122 726 4 0 39.1602 -34.8499 -86.0389 - 44 173.114 727 4 0 39.2275 -34.6496 -86.0745 - 44 76.0265 728 4 0 39.264 -34.45 -86.0854 - 44 90.0437 729 4 0 39.295 -34.2496 -86.1186 - 44 88.6745 730 4 0 39.3283 -34.05 -86.1691 - 44 64.8772 731 4 0 39.3019 -33.8496 -86.2261 - 44 97.7922 732 4 0 39.2824 -33.65 -86.2317 - 44 55.7075 733 4 0 39.2157 -33.45 -86.1898 - 44 71.7001 734 4 0 39.1364 -33.2496 -86.1657 - 44 45.8985 735 4 0 39.0688 -33.05 -86.136 - 44 60.7161 736 4 0 39.0033 -32.85 -86.1222 - 44 56.4082 737 4 0 39.0104 -32.65 -86.0975 - 44 61.2241 738 4 0 39.0214 -32.45 -86.0377 - 44 46.2022 739 4 0 39.0201 -32.25 -85.9936 - 44 77.7964 740 4 0 39.0306 -32.0499 -85.9327 - 44 4.63151 741 4 0 39.1269 -31.8497 -85.862 - 44 120.563 1099 4 1 39.9035 -30.8396 -84.8499 - 44 94.8016 1100 4 1 40.05 -30.6819 -84.6892 - 44 190.794 355 7 1 -108.966 -69.9942 5.55 - 44 152.401 550 7 0 -108.948 -69.9919 4.15 - 44 95.7884 357 6 1 -108.56 -69.9087 -24.45 - 44 130.803 550 6 0 -108.543 -69.8912 -25.85 - 44 119.728 359 5 1 -108.181 -69.5671 -54.45 - 44 112.254 552 5 0 -108.154 -69.567 -55.85 - 44 118.855 551 4 0 -107.64 -69.8029 -85.85 - 44 107.578 369 3 1 -106.21 -70.6737 -114.45 - 44 195.44 547 3 0 -106.278 -70.5782 -115.85 - 44 125.816 359 2 1 -108.232 -67.1405 -144.451 - 44 55.6293 566 2 0 -108.225 -66.7025 -145.851 - 44 69.8675 567 2 0 -108.225 -66.65 -146 - 44 136.422 356 1 1 -108.755 -55.9657 -174.45 - 44 23.8974 620 1 0 -108.747 -55.8567 -175.85 - 44 115.455 621 1 0 -108.747 -55.85 -175.965 - 44 124.836 366 0 1 -106.89 -56.4085 -204.45 - 44 40.8012 614 0 0 -106.129 -57.1836 -205.85 - 44 85.3993 613 0 0 -106.057 -57.2501 -205.965 - 44 163.471 357 1 1 -108.75 -55.916 -174.516 - 44 70.0066 626 1 0 -108.352 -54.8064 -175.851 - 44 62.9148 627 1 0 -108.292 -54.65 -176.032 - 44 190.643 548 4 0 -107.861 -70.4197 -85.85 - 44 65.3141 354 7 1 -109.15 -70.047 5.31377 - 44 192.877 548 7 0 -111.069 -70.3491 4.14983 - 44 127.676 547 7 0 -111.466 -70.45 3.92106 - 44 138.735 546 7 0 -111.797 -70.65 3.8015 -Number of digits in this event = 43 +Number of tracker hits in this event = 2 + 44 36.2436 1020 9 1 24.25 24.0884 65.2377 + 44 21.2778 1454 14 1 111.099 7.72902 215.15 +Number of digits in this event = 2 Using G4ParticleGun ... -9.19692 LIN +3.3999 LIN gamma Event: 45 -Number of tracker hits in this event = 11 - 45 79.7217 1754 1 1 170.95 -51.606 -174.847 - 45 220.509 333 3 0 117.283 -113.444 -116.25 - 45 14.9916 332 3 0 117.375 -113.55 -116.057 - 45 345.571 884 7 0 122.411 -3.06301 3.75 - 45 90.0249 885 7 0 122.19 -3.05 3.95915 - 45 40.3748 1513 7 1 122.865 -2.71486 5.15 - 45 55.3021 1514 7 1 122.95 -2.70528 5.18518 - 45 24.077 1421 1 0 67.9066 104.35 -175.946 - 45 18.0728 1234 1 1 67.0431 106.725 -174.85 - 45 135.328 1235 1 1 67.05 106.774 -174.834 - 45 149.932 1236 1 1 67.25 106.815 -174.73 -Number of digits in this event = 6 -Using G4ParticleGun ... -5.4521 LIN +Number of tracker hits in this event = 65 + 45 232.016 676 7 1 -44.8321 -50.6373 5.55 + 45 234.394 647 7 0 -44.8296 -50.6382 4.15 + 45 124.889 676 6 1 -44.7678 -50.6656 -24.45 + 45 253.556 646 6 0 -44.7655 -50.6679 -25.85 + 45 115.138 676 5 1 -44.7064 -50.7344 -54.45 + 45 188.583 646 5 0 -44.7031 -50.7402 -55.85 + 45 158.396 677 4 1 -44.6344 -50.8644 -84.45 + 45 106.922 645 4 0 -44.6297 -50.8766 -85.85 + 45 124.017 677 3 1 -44.5226 -51.1505 -114.45 + 45 141.16 644 3 0 -44.5253 -51.1626 -115.85 + 45 167.197 677 2 1 -44.5769 -51.4172 -144.45 + 45 120.285 643 2 0 -44.5825 -51.4275 -145.85 + 45 104.008 676 1 1 -44.7069 -51.6341 -174.45 + 45 79.0189 642 1 0 -44.7086 -51.6475 -175.85 + 45 155.433 641 1 0 -44.7088 -51.65 -176.117 + 45 110.699 676 0 1 -44.7435 -51.9255 -204.45 + 45 103.874 640 0 0 -44.7471 -51.9434 -205.85 + 45 77.5794 1169 3 1 54.0217 -66.0008 -114.85 + 45 24.8689 1172 3 1 54.45 -66.1876 -114.765 + 45 143.006 1170 3 1 54.05 -66.0965 -114.766 + 45 74.5667 676 2 1 -44.65 -50.7482 -144.644 + 45 252.867 646 2 0 -45.6462 -50.7304 -145.85 + 45 176.103 647 2 0 -45.475 -50.65 -145.966 + 45 103.212 675 6 1 -44.9213 -50.7446 -24.45 + 45 122.007 675 5 1 -45.0207 -50.867 -54.45 + 45 98.3532 645 5 0 -45.0288 -50.8792 -55.85 + 45 113.108 674 4 1 -45.2017 -51.1248 -84.45 + 45 166.223 644 4 0 -45.2081 -51.1341 -85.85 + 45 424.054 673 3 1 -45.3996 -51.2915 -114.45 + 45 338.043 643 3 0 -45.4505 -51.2778 -115.85 + 45 110.477 668 2 1 -46.4282 -51.0351 -144.45 + 45 339.41 645 2 0 -46.4613 -51.0314 -145.85 + 45 95.0461 664 1 1 -47.1069 -50.889 -174.45 + 45 125.383 645 1 0 -47.1238 -50.9395 -175.85 + 45 154.493 662 0 1 -47.5291 -52.0255 -204.45 + 45 98.8441 639 0 0 -47.5391 -52.0854 -205.85 + 45 49.8111 1045 4 0 -29 29.1075 -86.25 + 45 297.125 1046 4 0 -28.9378 29.25 -86.2015 + 45 190.304 1047 4 0 -28.5698 29.4502 -85.9301 + 45 125.35 672 2 1 -45.6397 -51.6371 -144.45 + 45 101.896 642 2 0 -45.6491 -51.6456 -145.85 + 45 114.056 671 1 1 -45.8223 -51.8267 -174.45 + 45 0.349927 640 1 0 -45.8545 -51.85 -176.247 + 45 119.038 667 0 1 -46.4804 -52.2694 -204.45 + 45 114.443 638 0 0 -46.5466 -52.289 -205.85 + 45 310.67 904 6 1 0.983691 -118.247 -24.45 + 45 31.9448 308 6 0 -0.112151 -118.492 -25.8503 + 45 89.4996 307 6 0 -0.144286 -118.55 -25.928 + 45 173.149 306 6 0 -0.131396 -118.75 -25.9242 + 45 42.3529 642 2 1 -51.554 72.3117 -144.45 + 45 473.605 739 10 0 110.602 -32.2093 93.8833 + 45 31.8085 740 10 0 110.732 -32.0499 94.081 + 45 60.7147 1456 10 1 111.435 -30.8378 95.15 + 45 195.478 1457 10 1 111.55 -30.6759 95.2565 + 45 460.352 751 10 0 113.259 -29.7947 94.15 + 45 63.4513 750 10 0 113.471 -29.85 93.9279 + 45 108.462 682 2 1 -43.4963 -50.2193 -144.45 + 45 110.092 650 2 0 -43.6778 -50.0139 -145.85 + 45 112.567 665 1 1 -46.931 -45.1435 -174.45 + 45 85.0289 675 1 0 -47.2604 -44.8926 -175.85 + 45 47.8864 676 1 0 -47.3188 -44.85 -176.096 + 45 114.747 629 0 1 -54.1486 -40.9266 -204.45 + 45 2.70808 628 0 1 -54.25 -40.8219 -204.837 + 45 115.21 697 0 0 -54.5372 -40.5442 -205.85 + 45 47.7756 698 0 0 -54.6339 -40.45 -206.19 +Number of digits in this event = 31 +Using G4ParticleGun ... +1.48492 LIN gamma Event: 46 Number of tracker hits in this event = 0 Number of digits in this event = 2 Using G4ParticleGun ... -2.59515 LIN +2.60172 LIN gamma Event: 47 -Number of tracker hits in this event = 20 - 47 222.194 1410 4 1 102.313 46.5809 -84.45 - 47 230.035 1132 4 0 102.311 46.5833 -85.85 - 47 440.263 1410 3 1 102.261 46.6291 -114.45 - 47 102.77 1132 3 0 102.256 46.6263 -115.85 - 47 247.348 1410 2 1 102.155 46.5666 -144.45 - 47 107.158 1132 2 0 102.145 46.5639 -145.85 - 47 124.302 1408 1 1 101.937 46.5113 -174.45 - 47 112.072 1132 1 0 101.926 46.5035 -175.85 - 47 104.429 1407 0 1 101.737 46.3502 -204.45 - 47 111.482 1131 0 0 101.723 46.3452 -205.85 - 47 164.954 1133 3 0 102.18 46.7556 -115.85 - 47 142.673 1135 2 0 102.161 47.2183 -145.85 - 47 176.402 1410 1 1 102.286 47.4557 -174.45 - 47 111.892 1137 1 0 102.29 47.4652 -175.85 - 47 131.466 1411 0 1 102.373 47.6221 -204.45 - 47 115.918 1137 0 0 102.371 47.6331 -205.85 - 47 17.2054 1136 3 0 102.709 47.4138 -115.85 - 47 162.044 1137 3 0 102.714 47.4502 -115.892 - 47 173.869 1162 3 0 89.5355 52.6223 -116.25 - 47 60.3161 1163 3 0 89.5494 52.6502 -116.202 -Number of digits in this event = 13 +Number of tracker hits in this event = 26 + 47 372.536 505 5 1 -78.9944 -52.1486 -54.45 + 47 233.501 639 5 0 -78.9941 -52.1507 -55.85 + 47 112.322 505 4 1 -78.9957 -52.1997 -84.45 + 47 282.269 639 4 0 -78.9902 -52.2029 -85.85 + 47 129.958 505 3 1 -78.8722 -52.2861 -114.45 + 47 182.504 638 3 0 -78.8542 -52.2973 -115.85 + 47 123.193 507 2 1 -78.497 -52.5676 -144.45 + 47 136.108 637 2 0 -78.4947 -52.5689 -145.85 + 47 121.701 508 1 1 -78.4371 -52.5808 -174.45 + 47 128.2 637 1 0 -78.4546 -52.573 -175.85 + 47 161.925 506 0 1 -78.8173 -52.5008 -204.45 + 47 275.839 637 0 0 -78.8395 -52.4781 -205.85 + 47 235.475 509 0 1 -78.0547 -52.7697 -204.45 + 47 170.47 636 0 0 -78.0516 -52.7753 -205.85 + 47 19.9796 700 3 0 -106.803 -40.05 -115.978 + 47 148.994 504 5 1 -79.0501 -52.0243 -54.5051 + 47 178.54 503 5 1 -79.25 -51.7328 -54.5044 + 47 143.116 504 4 1 -79.0785 -52.178 -84.45 + 47 129.526 504 3 1 -79.1559 -52.0027 -114.45 + 47 134.841 640 3 0 -79.1653 -51.9894 -115.85 + 47 177.29 503 2 1 -79.3439 -51.7152 -144.45 + 47 119.741 641 2 0 -79.3492 -51.6991 -145.85 + 47 118.679 503 1 1 -79.4406 -51.3475 -174.45 + 47 186.475 643 1 0 -79.4435 -51.3262 -175.85 + 47 114.763 502 0 1 -79.5556 -50.9008 -204.45 + 47 120.083 645 0 0 -79.5671 -50.8751 -205.85 +Number of digits in this event = 23 Using G4ParticleGun ... -4.96701 LIN +2.48945 LIN gamma Event: 48 -Number of tracker hits in this event = 13 - 48 286.325 923 0 0 -50.4442 4.75772 -206.25 - 48 82.7138 1756 3 0 -58.4005 171.497 -116.249 - 48 79.471 1716 3 0 -58.9169 163.542 -116.25 - 48 138.46 1717 3 0 -58.9222 163.55 -116.222 - 48 231.977 288 0 0 -174.68 -122.35 -206.077 - 48 146.419 287 0 0 -175.003 -122.55 -206.024 - 48 12.4422 286 0 0 -175.272 -122.75 -205.87 - 48 90.6692 21 0 1 -175.828 -123.359 -204.85 - 48 121.894 20 0 1 -175.95 -123.512 -204.709 - 48 62.1353 19 0 1 -176.15 -123.645 -204.651 - 48 76.1295 18 0 1 -176.35 -123.761 -204.573 - 48 103.757 17 0 1 -176.55 -123.697 -204.601 - 48 110.365 16 0 1 -176.75 -123.631 -204.51 -Number of digits in this event = 7 +Number of tracker hits in this event = 180 + 48 241.041 1137 7 1 47.4731 23.676 5.55 + 48 248.867 1018 7 0 47.4729 23.6778 4.15 + 48 113.849 1137 6 1 47.4576 23.721 -24.45 + 48 137.034 1018 6 0 47.461 23.7233 -25.85 + 48 234.722 1137 5 1 47.4869 23.8042 -54.45 + 48 214.238 1018 5 0 47.4875 23.8103 -55.85 + 48 323.23 1136 4 1 47.3902 23.9027 -84.45 + 48 271.579 1019 4 0 47.3791 23.9036 -85.85 + 48 134.348 1135 3 1 47.1417 23.9109 -114.45 + 48 238.04 1019 3 0 47.1369 23.9055 -115.85 + 48 127.184 1135 2 1 47.0521 23.7968 -144.45 + 48 205.96 1018 2 0 47.0522 23.7903 -145.85 + 48 116.871 1135 1 1 47.0735 23.6336 -174.45 + 48 182.611 1017 1 0 47.0766 23.6206 -175.85 + 48 134.156 1135 0 1 47.1408 23.3708 -204.45 + 48 142.758 1016 0 0 47.1457 23.3651 -205.85 + 48 145.694 484 8 1 -83.05 -13.1163 35.3617 + 48 547.003 1136 6 1 47.4202 23.6368 -24.45 + 48 392.634 1017 6 0 47.4078 23.641 -25.85 + 48 424.093 1135 5 1 47.1797 23.7178 -54.45 + 48 136.259 1133 4 1 46.8195 23.9669 -84.45 + 48 102.987 1132 3 1 46.5146 23.9348 -114.45 + 48 96.9133 1130 2 1 46.1743 23.9595 -144.45 + 48 218.703 1019 2 0 46.1563 23.9693 -145.85 + 48 112.121 1128 1 1 45.7825 24.1979 -174.45 + 48 116.243 1020 1 0 45.7643 24.2021 -175.85 + 48 217.105 1126 0 1 45.3747 24.2914 -204.45 + 48 113.93 1021 0 0 45.3564 24.2985 -205.85 + 48 92.6263 930 1 1 6.24832 109.088 -174.45 + 48 29.9077 931 1 1 6.25 109.177 -174.524 + 48 140.684 1019 5 0 46.8617 23.9833 -55.85 + 48 117.46 1095 4 1 39.0733 27.996 -84.4502 + 48 42.4421 1096 4 1 39.25 28.1915 -84.7058 + 48 24.5171 1044 4 0 39.9635 29.0126 -85.85 + 48 114.987 1045 4 0 39.9944 29.0501 -85.8985 + 48 1.07962 1046 4 0 40.1806 29.25 -86.2424 + 48 118.409 1168 3 1 53.8062 42.5067 -114.45 + 48 0.764663 1115 3 0 53.8392 43.2493 -115.85 + 48 119.732 1116 3 0 53.8392 43.25 -115.851 + 48 12.4364 1117 3 0 53.8641 43.4502 -116.218 + 48 40.9483 1340 3 0 31.6076 88.1767 -116.25 + 48 194.4 1341 3 0 31.5389 88.25 -116.187 + 48 57.9181 1342 3 0 31.3717 88.45 -116.09 + 48 156.129 1343 3 0 31.2696 88.65 -116.013 + 48 58.5115 1344 3 0 31.2376 88.85 -115.985 + 48 66.3748 1345 3 0 31.1961 89.05 -115.991 + 48 85.9608 1346 3 0 31.1749 89.25 -116.001 + 48 57.3873 1347 3 0 31.1837 89.4516 -115.984 + 48 65.8672 1348 3 0 31.2311 89.65 -115.977 + 48 63.6957 1349 3 0 31.2477 89.8501 -115.949 + 48 60.3283 1350 3 0 31.2944 90.15 -115.91 + 48 52.3524 1351 3 0 31.3637 90.35 -115.888 + 48 75.9715 1352 3 0 31.4478 90.55 -115.869 + 48 206.343 1073 3 1 34.6519 96.033 -114.85 + 48 605.653 1074 3 1 34.8501 96.4527 -114.764 + 48 113.493 1072 3 1 34.65 97.7699 -114.585 + 48 185.383 1071 3 1 34.45 98.0186 -114.665 + 48 206.961 1398 3 0 33.8215 99.7678 -115.85 + 48 49.793 1397 3 0 33.432 99.75 -116.197 + 48 72.4753 1254 3 0 -12.0993 70.8628 -116.25 + 48 79.303 1253 3 0 -12.0756 70.85 -116.173 + 48 129.856 1010 3 0 56.6417 22.1505 -116.25 + 48 18.0251 1009 3 0 56.6595 22.05 -116.227 + 48 37.5178 966 5 0 74.4096 13.2896 -56.2499 + 48 417.875 965 5 0 74.5119 13.25 -56.1477 + 48 305.232 1281 5 1 76.3903 16.6821 -54.85 + 48 148.703 1282 5 1 76.45 16.8312 -54.7614 + 48 135.743 964 5 0 74.9014 13.05 -55.9729 + 48 22.8784 1136 5 1 47.25 23.7441 -54.7767 + 48 271.214 1017 5 0 47.4988 23.5827 -55.85 + 48 122.517 1172 4 1 54.5267 20.1035 -84.4503 + 48 42.0687 998 4 0 54.84 19.7029 -85.85 + 48 81.1692 997 4 0 54.8843 19.65 -86.0425 + 48 114.128 1201 3 1 60.344 11.7311 -114.45 + 48 125.029 955 3 0 60.5183 11.2155 -115.85 + 48 91.6824 1222 2 1 64.5721 -0.111214 -144.45 + 48 72.4003 1223 2 1 64.65 -0.26853 -144.687 + 48 30.9094 895 2 0 65.044 -1.03984 -145.851 + 48 131.428 894 2 0 65.0492 -1.05 -145.866 + 48 27.4942 893 2 0 65.1508 -1.25042 -146.167 + 48 97.006 1274 1 1 74.8703 -19.5817 -174.45 + 48 64.4931 1275 1 1 75.05 -19.6999 -174.76 + 48 103.437 799 1 0 75.6618 -20.1389 -175.851 + 48 58.8329 798 1 0 75.8239 -20.25 -176.124 + 48 53.8753 1365 0 1 93.2236 -32.1742 -204.45 + 48 75.3552 1366 0 1 93.35 -32.1575 -204.598 + 48 6.68409 1367 0 1 93.55 -32.1364 -204.842 + 48 116.85 739 0 0 94.3854 -32.0696 -205.85 + 48 45.9911 740 0 0 94.596 -32.05 -206.1 + 48 76.77 1015 6 0 47.3343 23.1216 -25.85 + 48 97.6975 1014 6 0 47.3219 23.05 -26.0668 + 48 52.2223 1131 5 1 46.3291 13.9333 -54.4502 + 48 97.5023 1132 5 1 46.45 13.9875 -54.6053 + 48 0.13381 1133 5 1 46.65 14.0704 -54.8483 + 48 54.589 971 5 0 47.4724 14.4074 -55.85 + 48 99.2828 972 5 0 47.5727 14.45 -55.9708 + 48 2.55471 1266 4 1 73.4404 27.7236 -84.45 + 48 68.3749 1267 4 1 73.45 27.7222 -84.4568 + 48 74.3376 1268 4 1 73.65 27.7047 -84.5975 + 48 89.6948 1269 4 1 73.8504 27.7235 -84.7327 + 48 168.353 1039 4 0 75.4385 27.919 -85.85 + 48 99.7918 1040 4 0 75.8534 28.0501 -86.1042 + 48 203.978 1530 3 1 126.191 44.373 -114.45 + 48 36.3363 1129 3 0 126.442 45.9285 -115.85 + 48 64.158 1130 3 0 126.459 46.0507 -115.963 + 48 59.6929 1131 3 0 126.499 46.25 -116.129 + 48 48.8303 1560 2 1 132.256 76.5601 -144.45 + 48 138.151 1561 2 1 132.35 76.5868 -144.558 + 48 82.8803 1562 2 1 132.55 76.6436 -144.81 + 48 51.415 1284 2 0 133.43 76.991 -145.85 + 48 87.3644 1285 2 0 133.518 77.05 -145.965 + 48 14.1744 1286 2 0 133.665 77.2501 -146.212 + 48 31.4509 1638 1 1 147.852 103.588 -174.45 + 48 66.8246 1639 1 1 147.95 103.497 -174.483 + 48 84.2573 1640 1 1 148.15 103.307 -174.564 + 48 65.7095 1641 1 1 148.35 103.073 -174.628 + 48 194.365 1642 1 1 148.55 102.888 -174.628 + 48 118.382 1643 1 1 148.75 102.681 -174.556 + 48 270.586 1644 1 1 148.95 102.457 -174.518 + 48 35.9953 1393 1 0 148.848 98.8788 -175.85 + 48 73.32 1392 1 0 148.836 98.75 -175.899 + 48 83.0159 1391 1 0 148.81 98.55 -175.995 + 48 49.5758 1390 1 0 148.764 98.3498 -176.13 + 48 34.9198 1389 1 0 148.763 98.15 -176.203 + 48 32.0844 975 1 0 130.411 15.1096 -176.25 + 48 83.8086 974 1 0 130.369 15.05 -176.167 + 48 77.4338 973 1 0 130.281 14.8499 -175.987 + 48 36.8658 972 1 0 130.238 14.6498 -175.926 + 48 15.7215 1553 1 1 130.925 12.0072 -174.85 + 48 49.6346 1554 1 1 130.95 11.9419 -174.84 + 48 32.8848 943 1 0 132.082 8.75164 -175.85 + 48 61.5104 942 1 0 132.142 8.65 -175.891 + 48 44.815 941 1 0 132.24 8.45 -175.959 + 48 66.9362 940 1 0 132.352 8.24908 -175.95 + 48 57.152 939 1 0 132.431 8.05 -175.936 + 48 46.8576 938 1 0 132.477 7.85 -175.963 + 48 54.4666 937 1 0 132.515 7.65 -175.957 + 48 42.9552 936 1 0 132.521 7.45 -175.947 + 48 68.167 935 1 0 132.509 7.25 -175.919 + 48 0.854941 934 1 0 132.432 7.05 -175.851 + 48 23.4815 1555 1 1 131.235 4.70653 -174.85 + 48 138.682 903 1 0 116.288 0.77091 -175.85 + 48 175.827 904 1 0 116.003 0.85 -175.939 + 48 102.563 905 1 0 115.509 1.05 -175.962 + 48 93.053 906 1 0 115.512 1.25 -175.969 + 48 151.485 907 1 0 115.611 1.45 -176.097 + 48 169.762 1015 5 0 47.4833 23.1911 -55.85 + 48 98.5269 1014 4 0 47.4462 22.9726 -85.85 + 48 108.844 1136 3 1 47.3457 22.3153 -114.45 + 48 127.459 1011 3 0 47.3298 22.277 -115.85 + 48 151.544 1134 2 1 46.9642 21.4501 -144.45 + 48 226.184 1006 2 0 46.948 21.4085 -145.85 + 48 210.559 1133 1 1 46.6523 20.4828 -174.45 + 48 141.799 1001 1 0 46.6437 20.4184 -175.85 + 48 195.019 1131 0 1 46.3424 19.162 -204.45 + 48 112.198 995 0 0 46.3127 19.1089 -205.85 + 48 3.73786 1479 9 1 116.126 108.458 65.15 + 48 30.0839 1007 2 0 46.7874 21.45 -145.908 + 48 70.9161 1103 2 1 40.8325 23.5343 -144.85 + 48 226.745 1102 2 1 40.65 23.5863 -144.71 + 48 35.5341 1101 2 1 40.4022 23.6096 -144.45 + 48 152.702 1017 2 0 41.0365 23.6499 -146.01 + 48 151.317 1099 2 1 39.8661 22.7449 -144.85 + 48 130.563 1098 2 1 39.85 22.7409 -144.827 + 48 66.5238 1000 9 1 20.1937 -76.8533 65.15 + 48 102.283 1120 5 1 44.1508 23.701 -54.4501 + 48 2.90414 1119 5 1 44.05 23.6207 -54.8359 + 48 147.267 1016 5 0 43.8298 23.4071 -55.8506 + 48 139.446 1085 4 1 37.1982 18.4585 -84.45 + 48 223.031 991 4 0 36.8125 18.4361 -85.85 + 48 116.305 1044 3 1 29.0066 17.4683 -114.451 + 48 132.743 987 3 0 29.1355 17.5207 -115.85 + 48 130.923 1063 2 1 32.8197 18.2763 -144.45 + 48 283.889 992 2 0 32.8892 18.5481 -145.85 + 48 116.803 1085 1 1 37.1779 26.4093 -174.45 + 48 157.487 1031 1 0 37.432 26.3185 -175.85 + 48 64.4843 1107 0 1 41.5917 26.7086 -204.451 + 48 80.627 1108 0 1 41.65 26.8324 -204.619 + 48 50.9313 1038 0 0 42.093 27.755 -205.85 + 48 84.3832 1039 0 0 42.1351 27.85 -205.981 +Number of digits in this event = 66 Using G4ParticleGun ... -8.68725 LIN +5.71687 LIN gamma Event: 49 -Number of tracker hits in this event = 101 - 49 164.36 904 8 1 0.933406 39.0522 35.3848 - 49 237.46 1095 8 0 0.933146 39.0521 34.15 - 49 517.742 904 7 1 0.92871 39.0558 5.55 - 49 541.376 1095 7 0 0.921441 39.0572 4.15 - 49 147.232 903 6 1 0.75707 39.1398 -24.45 - 49 348.591 1095 6 0 0.741858 39.1492 -25.85 - 49 120.664 902 5 1 0.542471 39.6469 -54.45 - 49 127.064 1098 5 0 0.541218 39.6665 -55.85 - 49 168.643 902 4 1 0.458195 40.0212 -84.45 - 49 122.252 1099 4 0 0.453862 40.0359 -85.85 - 49 227.229 901 3 1 0.406699 40.4838 -114.45 - 49 236.482 1102 3 0 0.38747 40.5094 -115.85 - 49 113.52 899 2 1 -0.0710249 40.9753 -144.45 - 49 101.395 1104 2 0 -0.100984 40.9921 -145.85 - 49 120.241 898 1 1 -0.423063 41.2638 -174.45 - 49 262.54 1106 1 0 -0.424114 41.2685 -175.85 - 49 126.689 898 0 1 -0.427016 41.4898 -204.45 - 49 255.648 1107 0 0 -0.397215 41.5293 -205.85 - 49 315.81 581 12 0 70.9591 -63.8016 153.75 - 49 4.6458 883 1 0 -31.0915 -3.25 -176.199 - 49 40.5456 744 1 1 -31.0674 -4.31041 -174.85 - 49 290.692 745 1 1 -31.05 -4.41129 -174.789 - 49 42.1207 900 3 1 0.25 40.4719 -114.721 - 49 136.231 1101 3 0 -0.266364 40.383 -115.85 - 49 34.2557 797 2 1 -20.5122 47.0774 -144.45 - 49 100.373 796 2 1 -20.65 47.1411 -144.489 - 49 72.4814 795 2 1 -20.85 47.2778 -144.455 - 49 170.748 794 2 1 -21.05 47.4023 -144.482 - 49 267.491 793 2 1 -21.2501 47.7697 -144.539 - 49 278.413 1142 2 0 -20.0862 48.6079 -145.85 - 49 81.6408 1080 2 0 -30.6932 36.1717 -146.25 - 49 74.047 1081 2 0 -30.6659 36.25 -146.184 - 49 131.811 1059 2 0 -58.9133 31.9672 -146.25 - 49 275.762 904 6 1 0.892735 39.0981 -24.45 - 49 142.263 903 5 1 0.82727 39.1075 -54.45 - 49 345.346 1095 5 0 0.821653 39.1114 -55.85 - 49 157.623 903 4 1 0.714462 39.1898 -84.45 - 49 306.828 1095 4 0 0.71004 39.1959 -85.85 - 49 125.853 902 3 1 0.620421 39.3223 -114.45 - 49 237.477 1096 3 0 0.616623 39.3299 -115.85 - 49 127.204 902 2 1 0.543326 39.492 -144.45 - 49 281.079 1097 2 0 0.538203 39.5002 -145.85 - 49 132.198 901 1 1 0.437668 39.6657 -174.45 - 49 278.934 1098 1 0 0.429359 39.6742 -175.85 - 49 127.284 901 0 1 0.253606 39.8671 -204.45 - 49 257.642 1099 0 0 0.243034 39.8817 -205.85 - 49 1.95403 984 4 0 -3.76188 16.8569 -86.25 - 49 176.685 983 4 0 -3.76419 16.8498 -86.2252 - 49 174.275 649 6 0 -124.275 -50.1459 -26.25 - 49 104.513 648 6 0 -124.734 -50.25 -26.0885 - 49 13.0873 55 5 1 -168.996 133.311 -54.85 - 49 104.727 905 6 1 1.14577 39.0601 -24.45 - 49 111.701 1094 6 0 1.1856 39.0435 -25.85 - 49 119.282 909 5 1 2.0267 38.5671 -54.45 - 49 114.031 1092 5 0 2.07124 38.545 -55.85 - 49 113.602 914 4 1 3.01117 38.1627 -84.45 - 49 222.141 1090 4 0 3.04643 38.1456 -85.85 - 49 114.372 918 3 1 3.79397 37.7647 -114.45 - 49 106.255 1088 3 0 3.86195 37.7541 -115.85 - 49 139.142 926 2 1 5.25012 37.5638 -144.45 - 49 135.667 1087 2 0 5.29367 37.5277 -145.85 - 49 124.979 930 1 1 6.20792 36.7723 -174.45 - 49 121.681 1083 1 0 6.24327 36.7418 -175.85 - 49 149.321 934 0 1 6.90969 36.1546 -204.45 - 49 111.116 1080 0 0 7.12678 36.1624 -205.85 - 49 92.0649 1137 4 0 -14.8104 47.4775 -86.25 - 49 7.74756 748 13 1 -30.2539 92.9363 185.15 - 49 1.72052 1360 13 0 -31.0555 92.3102 184.15 - 49 22.9166 749 13 1 -30.2499 92.9393 185.155 - 49 38.9936 1419 1 1 103.963 -42.8334 -174.85 - 49 51.4737 240 9 0 113.516 -131.958 63.75 - 49 4.84908 239 9 0 113.449 -132.15 64.1402 - 49 0.404263 1456 9 1 111.353 -133.454 65.15 - 49 98.7033 1455 9 1 111.35 -133.456 65.1515 - 49 91.4607 1454 9 1 111.15 -133.575 65.2147 - 49 62.0137 1453 9 1 110.95 -133.619 65.2498 - 49 197.782 233 9 0 110.231 -133.407 64.15 - 49 82.7506 1420 1 1 104.15 -42.9485 -174.736 - 49 58.8738 1421 1 1 104.35 -43.0494 -174.634 - 49 58.6741 1422 1 1 104.55 -43.0529 -174.589 - 49 71.1813 1423 1 1 104.75 -42.9873 -174.52 - 49 65.2605 1424 1 1 104.95 -42.8558 -174.477 - 49 160.416 1425 1 1 105.162 -42.6394 -174.45 - 49 56.9596 1426 1 1 105.35 -42.5708 -174.467 - 49 179.421 1427 1 1 105.55 -42.4817 -174.471 - 49 4.1395 1287 3 1 77.45 121.469 -114.645 - 49 102.175 905 5 1 1.10076 39.2578 -54.45 - 49 24.3558 1096 5 0 1.10462 39.2504 -55.85 - 49 127.918 905 4 1 1.18872 39.1049 -84.45 - 49 156.836 908 3 1 1.68727 39.3521 -114.45 - 49 113.681 909 2 1 1.90881 39.6552 -144.45 - 49 230.438 1098 2 0 1.89898 39.6546 -145.85 - 49 128.096 908 1 1 1.80199 39.6523 -174.45 - 49 120.695 912 0 1 2.53102 39.963 -204.45 - 49 440.308 911 2 1 2.31136 39.5886 -144.45 - 49 123.486 911 1 1 2.27744 41.2974 -174.45 - 49 120.709 910 0 1 2.15215 41.6959 -204.45 - 49 154.725 922 1 1 4.51402 41.552 -174.45 - 49 124.398 1107 1 0 4.57728 41.5281 -175.85 - 49 99.6144 928 0 1 5.75943 41.0977 -204.45 - 49 127.452 1105 0 0 5.83766 41.0588 -205.85 -Number of digits in this event = 61 +Number of tracker hits in this event = 8 + 49 83.8628 78 0 1 -164.435 111.748 -204.45 + 49 286.484 609 11 1 -58.2313 127.389 125.432 + 49 416.548 1541 11 0 -58.3225 128.444 124.15 + 49 167.628 1576 11 0 -55.043 135.393 123.75 + 49 10.3801 608 11 1 -58.25 127.337 125.529 + 49 196.052 1421 7 1 104.35 -53.8508 5.22668 + 49 307.07 1422 7 1 104.55 -53.9678 5.40776 + 49 206.153 1254 5 0 46.7296 71.0202 -56.25 +Number of digits in this event = 9 Using G4ParticleGun ... -4.45406 LIN +4.06206 LIN gamma Event: 50 -Number of tracker hits in this event = 70 - 50 396.134 851 6 1 -9.77976 -82.2316 -24.45 - 50 278.524 489 6 0 -9.78068 -82.2315 -25.85 - 50 221.48 851 5 1 -9.79596 -82.2369 -54.45 - 50 122.825 489 5 0 -9.79469 -82.2366 -55.85 - 50 118.296 851 4 1 -9.77096 -82.2291 -84.45 - 50 122.126 489 4 0 -9.77161 -82.2301 -85.85 - 50 112.455 851 3 1 -9.78356 -82.2502 -114.45 - 50 164.416 488 3 0 -9.78287 -82.2536 -115.85 - 50 130.087 851 2 1 -9.77551 -82.3322 -144.45 - 50 124.681 488 2 0 -9.77478 -82.3347 -145.85 - 50 226.977 851 1 1 -9.73263 -82.4056 -174.45 - 50 180.469 488 1 0 -9.73069 -82.4104 -175.85 - 50 576.073 851 0 1 -9.69911 -82.4988 -204.45 - 50 115.465 487 0 0 -9.69678 -82.5057 -205.85 - 50 58.0234 1647 4 1 149.55 -68.0342 -84.8425 - 50 285.167 1648 4 1 149.75 -67.9359 -84.6144 - 50 34.7674 1649 4 1 149.95 -67.9229 -84.6802 - 50 175.226 564 4 0 149.259 -67.1757 -85.8501 - 50 2.61609 1029 11 1 25.8808 -34.4033 125.15 - 50 69.8369 487 1 0 -9.69143 -82.45 -176.192 - 50 136.166 489 3 0 -9.7801 -82.25 -116.225 - 50 357.284 488 0 0 -9.85375 -82.3242 -205.85 - 50 252.812 721 5 0 -96.0893 -35.8423 -56.2498 - 50 14.887 720 5 0 -96.1161 -35.85 -56.2296 - 50 436.66 850 0 1 -9.85 -82.1622 -204.621 - 50 100.386 491 0 0 -10.3103 -81.7535 -205.85 - 50 10.7092 492 0 0 -10.3653 -81.65 -206.207 - 50 146.456 578 0 0 -1.84867 -64.4281 -206.25 - 50 46.292 579 0 0 -1.62745 -64.25 -205.92 - 50 60.9593 898 0 1 -0.406003 -63.451 -204.85 - 50 74.968 899 0 1 -0.25 -63.3334 -204.712 - 50 60.354 900 0 1 0.05 -63.1887 -204.593 - 50 132.846 852 5 1 -9.45418 -82.0098 -54.45 - 50 197.561 490 5 0 -9.44584 -82.0048 -55.85 - 50 94.4005 853 4 1 -9.25717 -81.947 -84.45 - 50 97.8303 490 4 0 -9.25178 -81.9351 -85.85 - 50 104.923 854 3 1 -9.09517 -81.7139 -114.45 - 50 260.915 491 3 0 -9.0853 -81.7133 -115.85 - 50 292.805 856 2 1 -8.8333 -81.6842 -144.45 - 50 110.614 491 2 0 -8.82013 -81.676 -145.85 - 50 122.634 857 1 1 -8.49956 -81.5256 -174.45 - 50 127.727 492 1 0 -8.46858 -81.5161 -175.85 - 50 124.329 861 0 1 -7.80652 -81.3764 -204.45 - 50 136.228 493 0 0 -7.78379 -81.3773 -205.85 - 50 2.69468 492 2 0 -7.31786 -81.5671 -145.85 - 50 20.2318 870 2 1 -6.02816 -81.5795 -144.85 - 50 14.6336 504 2 0 1.97192 -79.2465 -145.85 - 50 15.9177 503 2 0 1.97677 -79.25 -145.855 - 50 10.1986 782 3 1 -23.4793 -73.7763 -114.45 - 50 115.129 853 5 1 -9.44853 -81.9909 -54.4501 - 50 132.804 492 5 0 -9.34456 -81.5875 -55.85 - 50 33.196 863 4 1 -7.29217 -75.2328 -84.45 - 50 99.0222 864 4 1 -7.25 -75.21 -84.577 - 50 137.22 526 4 0 -6.78086 -74.8154 -85.8501 - 50 196.262 908 3 1 1.70094 -65.7612 -114.45 - 50 90.5619 909 3 1 1.85 -65.7443 -114.638 - 50 189.269 572 3 0 2.85198 -65.5803 -115.85 - 50 143.271 1068 2 1 33.7724 -60.7779 -144.45 - 50 98.5993 595 2 0 33.4521 -60.8728 -145.851 - 50 41.3639 1039 1 1 27.8667 -62.6424 -174.45 - 50 105.32 1038 1 1 27.85 -62.6836 -174.6 - 50 40.5916 585 1 0 27.6244 -63.0134 -175.85 - 50 65.1925 584 1 0 27.6039 -63.0503 -175.995 - 50 87.1078 1015 0 1 23.1511 -71.8716 -204.45 - 50 51.836 1016 0 1 23.2501 -71.8315 -204.671 - 50 186.29 542 0 0 23.7423 -71.5778 -205.85 - 50 90.7868 850 6 1 -9.91541 -82.2707 -24.4501 - 50 41.7977 492 6 0 -9.30564 -81.5095 -25.85 - 50 63.5903 493 6 0 -9.24734 -81.45 -25.9438 - 50 147.592 494 6 0 -9.19665 -81.25 -26.1065 -Number of digits in this event = 36 +Number of tracker hits in this event = 3 + 50 52.5908 1539 3 1 128.126 -149.608 -114.85 + 50 128.762 1540 3 1 128.15 -149.682 -114.683 + 50 96.3911 468 1 0 109.853 -86.2649 -176.25 +Number of digits in this event = 4 Using G4ParticleGun ... -6.30807 LIN +9.61115 LIN gamma Event: 51 -Number of tracker hits in this event = 125 - 51 216.729 811 8 1 -17.7151 137.005 35.55 - 51 241.936 1584 8 0 -17.7196 137.001 34.15 - 51 205.941 811 7 1 -17.7898 136.928 5.55 - 51 125.626 1583 7 0 -17.7974 136.926 4.15 - 51 148.53 810 6 1 -17.9496 136.896 -24.45 - 51 263.596 1583 6 0 -17.9565 136.9 -25.85 - 51 215.983 809 5 1 -18.1032 136.967 -54.45 - 51 328.109 1584 5 0 -18.112 136.977 -55.85 - 51 116.067 808 4 1 -18.3104 137.149 -84.45 - 51 225.255 1585 4 0 -18.3174 137.154 -85.85 - 51 145.65 807 3 1 -18.4511 137.282 -114.45 - 51 133.407 1585 3 0 -18.4662 137.294 -115.85 - 51 100.762 806 2 1 -18.7602 137.557 -144.45 - 51 205.612 1587 2 0 -18.7759 137.568 -145.85 - 51 184.597 804 1 1 -19.079 137.81 -174.45 - 51 137.247 1588 1 0 -19.0933 137.817 -175.85 - 51 118.203 803 0 1 -19.3833 137.966 -204.45 - 51 148.916 1589 0 0 -19.3958 137.97 -205.85 - 51 233.22 807 2 1 -18.5492 136.491 -144.45 - 51 122.617 1581 2 0 -18.6259 136.417 -145.85 - 51 124.824 798 1 1 -20.3834 135.337 -174.45 - 51 106.779 1576 1 0 -20.3868 135.385 -175.85 - 51 121.969 800 0 1 -19.9402 137.016 -204.45 - 51 278.677 1584 0 0 -19.8424 137.083 -205.85 - 51 146.218 1579 2 0 -18.5997 136.061 -145.85 - 51 7.7763 1578 2 0 -18.6147 135.95 -146.216 - 51 10.6488 801 1 1 -19.6677 127.303 -174.45 - 51 120.97 802 1 1 -19.65 127.324 -174.468 - 51 73.0902 803 1 1 -19.45 127.571 -174.684 - 51 68.0535 1544 1 0 -18.3426 128.959 -175.85 - 51 102.724 1545 1 0 -18.1864 129.15 -176.005 - 51 39.0038 1546 1 0 -18.031 129.35 -176.164 - 51 328.569 937 0 1 7.47009 163.742 -204.45 - 51 67.3405 938 0 1 7.6502 163.913 -204.742 - 51 119.71 1722 0 0 8.37093 164.596 -205.85 - 51 68.6541 1723 0 0 8.52523 164.75 -206.093 - 51 16.7668 1490 2 0 -57.9834 118.35 -146.211 - 51 33.0151 650 1 1 -49.9724 104.955 -174.45 - 51 48.0341 1489 2 0 -58.2786 118.149 -145.93 - 51 50.3518 606 2 1 -58.7864 118.284 -144.85 - 51 191.228 605 2 1 -58.85 118.279 -144.746 - 51 194.924 1719 0 0 8.14581 163.96 -205.85 - 51 312.798 810 5 1 -18.05 136.774 -54.7809 - 51 164.132 1583 5 0 -18.0271 136.926 -55.8504 - 51 196.601 812 4 1 -17.6366 141.948 -84.45 - 51 144.766 1608 4 0 -17.6537 141.812 -85.85 - 51 58.3864 764 3 1 -27.2123 143.849 -114.45 - 51 51.8785 763 3 1 -27.25 143.872 -114.663 - 51 112.612 1619 3 0 -27.4372 144.042 -115.85 - 51 75.6362 740 2 1 -31.9987 149.392 -144.45 - 51 62.8086 739 2 1 -32.05 149.43 -144.74 - 51 151.102 1647 2 0 -32.2764 149.576 -145.85 - 51 62.6626 703 1 1 -39.3525 153.032 -174.45 - 51 70.3529 702 1 1 -39.4502 153.016 -174.65 - 51 431.193 1663 1 0 -40.0018 152.821 -175.85 - 51 8.51923 1662 1 0 -40.1773 152.75 -176.216 - 51 179.693 633 0 1 -53.2857 147.315 -204.45 - 51 87.9227 1637 0 0 -53.8616 147.668 -205.85 - 51 26.599 1638 0 0 -53.9767 147.75 -206.157 - 51 90.7807 1330 1 0 68.8944 86.1126 -176.25 - 51 60.1129 1425 1 0 34.678 105.307 -176.25 - 51 180.596 1426 1 0 34.621 105.35 -176.162 - 51 118.631 1580 5 0 -17.8102 136.313 -55.8503 - 51 234.385 811 4 1 -17.65 127.94 -84.4811 - 51 7.35541 1542 4 0 -17.6781 128.742 -85.8503 - 51 120.566 1543 4 0 -17.6779 128.75 -85.8643 - 51 15.2679 1544 4 0 -17.6794 128.95 -86.2138 - 51 96.6177 803 3 1 -19.3189 146.767 -114.45 - 51 21.8624 804 3 1 -19.25 146.746 -114.769 - 51 182.508 1632 3 0 -19.0577 146.699 -115.85 - 51 66.4058 815 2 1 -16.9688 150.077 -144.45 - 51 112.98 816 2 1 -16.85 149.869 -144.559 - 51 82.8089 817 2 1 -16.65 149.534 -144.736 - 51 1.66579 1634 2 0 -15.3819 146.958 -145.85 - 51 55.938 1633 2 0 -15.378 146.95 -145.854 - 51 67.7663 1632 2 0 -15.2952 146.75 -145.926 - 51 50.8815 1631 2 0 -15.2094 146.55 -145.995 - 51 103.296 1630 2 0 -15.1187 146.35 -146.056 - 51 58.5928 1629 2 0 -15.032 146.15 -146.105 - 51 68.4131 1628 2 0 -14.9454 145.95 -146.121 - 51 54.6707 1627 2 0 -14.8716 145.75 -146.134 - 51 92.9984 1626 2 0 -14.8071 145.55 -146.148 - 51 139.537 1625 2 0 -14.7521 145.35 -146.164 - 51 78.8215 1624 2 0 -14.7097 145.15 -146.173 - 51 52.7132 1623 2 0 -14.6682 144.948 -146.184 - 51 71.8037 1622 2 0 -14.6449 144.75 -146.195 - 51 67.8109 1621 2 0 -14.6217 144.55 -146.223 - 51 147.559 1060 1 1 32.1522 -7.77155 -174.45 - 51 83.685 854 1 0 32.5078 -9.08473 -175.85 - 51 71.6845 853 1 0 32.562 -9.25 -176.037 - 51 10.6011 852 1 0 32.6083 -9.45 -176.221 - 51 2.64352 1080 0 1 36.061 -42.0812 -204.45 - 51 97.5456 1079 0 1 36.05 -42.0741 -204.457 - 51 71.5532 1078 0 1 35.85 -41.9613 -204.571 - 51 88.7436 1077 0 1 35.6499 -41.8685 -204.658 - 51 164.619 1076 0 1 35.4494 -41.7889 -204.779 - 51 29.2049 1075 0 1 35.25 -41.7726 -204.831 - 51 495.818 693 0 0 31.9796 -41.3552 -205.85 - 51 199.801 694 0 0 30.8434 -41.25 -205.955 - 51 63.1278 695 0 0 30.5744 -41.05 -206.108 - 51 108.166 696 0 0 30.4968 -40.8494 -206.137 - 51 58.1935 697 0 0 30.4588 -40.65 -206.107 - 51 91.9401 698 0 0 30.4134 -40.4499 -206.078 - 51 109.594 699 0 0 30.2961 -40.25 -206.093 - 51 34.583 700 0 0 30.0816 -40.05 -206.183 - 51 148.73 811 5 1 -17.6915 136.801 -54.45 - 51 75.3718 812 5 1 -17.65 136.811 -54.4726 - 51 90.1114 813 5 1 -17.4496 136.915 -54.539 - 51 18.5208 814 5 1 -17.25 137.025 -54.7915 - 51 204.556 1586 5 0 -16.7636 137.483 -55.85 - 51 144.173 1584 7 0 -17.7076 136.989 4.15 - 51 107.322 811 6 1 -17.7084 136.95 -24.45 - 51 110.924 1583 4 0 -17.6637 136.879 -85.85 - 51 140.175 812 3 1 -17.6215 136.842 -114.45 - 51 120.672 1583 3 0 -17.6227 136.848 -115.85 - 51 97.221 812 2 1 -17.6481 136.956 -144.45 - 51 112.493 1584 2 0 -17.6486 136.961 -145.85 - 51 153.761 811 1 1 -17.656 137.043 -174.45 - 51 128.2 1584 1 0 -17.6563 137.046 -175.85 - 51 116.525 811 0 1 -17.6898 137.107 -204.45 - 51 114.173 1585 0 0 -17.6891 137.15 -205.956 - 51 291.413 579 1 1 -64.05 52.3037 -174.741 - 51 85.7718 580 1 1 -64.0499 52.2436 -174.585 - 51 88.71 1168 1 0 -85.7579 53.85 -176 - 51 16.3632 1169 1 0 -85.7958 53.85 -175.991 -Number of digits in this event = 51 -Using G4ParticleGun ... -2.8557 LIN +Number of tracker hits in this event = 53 + 51 187.531 179 4 1 -144.349 -18.6267 -84.45 + 51 58.1046 178 4 1 -144.35 -18.6267 -84.659 + 51 208.708 807 4 0 -144.355 -18.6261 -85.85 + 51 108.506 178 3 1 -144.477 -18.6317 -114.45 + 51 301.085 807 3 0 -144.484 -18.6291 -115.85 + 51 567.204 177 2 1 -144.65 -18.578 -144.45 + 51 344.881 807 2 0 -144.657 -18.578 -145.85 + 51 270.248 176 1 1 -144.787 -18.5984 -174.45 + 51 198.369 807 1 0 -144.79 -18.6046 -175.85 + 51 447.549 176 0 1 -144.846 -18.7472 -204.45 + 51 123.661 806 0 0 -144.857 -18.7665 -205.85 + 51 4.74946 808 9 1 -18.45 149.245 65.4478 + 51 281.439 805 0 0 -144.841 -18.9108 -205.85 + 51 164.354 808 1 0 -144.68 -18.3195 -175.85 + 51 131.867 186 0 1 -142.892 -14.1563 -204.45 + 51 109.399 830 0 0 -142.802 -14.0158 -205.85 + 51 108.001 804 2 0 -144.722 -19.0764 -145.85 + 51 22.9618 193 1 1 -141.377 -26.0082 -174.45 + 51 140.653 194 1 1 -141.35 -25.9422 -174.514 + 51 8.29627 778 1 0 -140.87 -24.282 -175.85 + 51 58.3662 779 1 0 -140.861 -24.25 -175.874 + 51 57.1246 780 1 0 -140.804 -24.05 -176.003 + 51 68.0844 781 1 0 -140.752 -23.85 -176.095 + 51 43.4517 782 1 0 -140.721 -23.65 -176.187 + 51 360.094 179 3 1 -144.345 -18.6322 -114.45 + 51 253.749 178 2 1 -144.381 -18.6045 -144.45 + 51 113.549 178 1 1 -144.4 -18.5775 -174.45 + 51 110.334 178 0 1 -144.522 -18.4857 -204.45 + 51 328.851 807 0 0 -144.531 -18.4855 -205.85 + 51 5.73842 729 6 1 -34.05 -148.481 -24.5616 + 51 104.095 238 6 0 18.4645 -132.381 -26.25 + 51 152.092 237 6 0 18.6365 -132.55 -26.0208 + 51 33.7492 236 6 0 18.6113 -132.75 -26.1779 + 51 260.072 808 3 0 -143.969 -18.432 -115.85 + 51 90.2395 1022 3 0 -108.753 24.4772 -116.25 + 51 101.906 1023 3 0 -108.575 24.65 -116.097 + 51 53.1693 1024 3 0 -108.485 24.8503 -115.969 + 51 56.5317 1025 3 0 -108.442 25.05 -115.868 + 51 266.378 359 3 1 -108.256 27.7048 -114.85 + 51 68.0333 358 3 1 -108.35 28.4355 -114.532 + 51 151.445 1017 4 0 -131.286 23.5252 -86.25 + 51 67.5295 1016 4 0 -131.426 23.45 -86.0991 + 51 97.1744 243 4 1 -131.52 24.2027 -84.8498 + 51 101.758 244 4 1 -131.35 24.3125 -84.6952 + 51 181.059 1020 4 0 -131.121 24.228 -85.8501 + 51 152.347 1021 4 0 -131.258 24.25 -86.0046 + 51 0.297187 455 4 1 -89.05 18.3334 -84.642 + 51 152.486 1110 5 0 -89.5531 42.2031 -56.25 + 51 221.697 179 0 1 -144.328 -18.6348 -204.45 + 51 142.659 1190 2 0 -44.3804 58.05 -146.25 + 51 38.8754 1191 2 0 -44.1214 58.25 -146.034 + 51 0.0202418 733 2 1 -33.45 -122.253 -144.694 + 51 80.4925 912 4 0 -118.576 2.46732 -86.25 +Number of digits in this event = 28 +Using G4ParticleGun ... +8.36672 LIN gamma Event: 52 -Number of tracker hits in this event = 44 - 52 351.022 321 8 1 -115.783 -6.7685 35.55 - 52 257.108 866 8 0 -115.794 -6.76254 34.15 - 52 238.387 321 7 1 -115.865 -6.8108 5.55 - 52 315.72 866 7 0 -115.897 -6.79958 4.15 - 52 122.439 319 6 1 -116.188 -6.59157 -24.45 - 52 127.83 867 6 0 -116.231 -6.58132 -25.85 - 52 101.482 315 5 1 -117.08 -6.45866 -54.45 - 52 118.169 867 5 0 -117.153 -6.47136 -55.85 - 52 123.009 308 4 1 -118.516 -6.65231 -84.45 - 52 277.144 866 4 0 -118.586 -6.66046 -85.85 - 52 149.847 302 3 1 -119.672 -6.93621 -114.45 - 52 109.555 865 3 0 -119.768 -6.90358 -115.85 - 52 41.2164 293 2 1 -121.545 -6.2852 -144.45 - 52 81.9305 292 2 1 -121.55 -6.28104 -144.57 - 52 107.979 869 2 0 -121.608 -6.24209 -145.85 - 52 120.535 287 1 1 -122.745 -5.44648 -174.45 - 52 149.167 873 1 0 -122.716 -5.40374 -175.85 - 52 123.202 289 0 1 -122.272 -4.6986 -204.45 - 52 137.154 877 0 0 -122.242 -4.59796 -205.85 - 52 21.5147 697 7 0 -128.069 -40.5951 3.75009 - 52 56.3223 696 7 0 -128.066 -40.65 3.81322 - 52 82.6875 695 7 0 -128.027 -40.8501 3.94371 - 52 75.0551 694 7 0 -127.966 -41.0502 4.06496 - 52 112.393 268 7 1 -126.426 -43.6287 5.15005 - 52 75.3087 269 7 1 -126.35 -43.9168 5.17212 - 52 16.3979 676 7 0 -126.721 -44.8095 4.14992 - 52 141.506 675 7 0 -126.753 -44.8501 4.08804 - 52 176.05 321 6 1 -115.849 -6.7773 -24.45 - 52 125.628 866 6 0 -115.852 -6.77963 -25.85 - 52 163.422 321 5 1 -115.907 -6.8149 -54.45 - 52 133.97 866 5 0 -115.911 -6.81146 -55.85 - 52 119.883 320 4 1 -115.983 -6.75045 -84.45 - 52 107.353 320 3 1 -116.065 -6.65498 -114.45 - 52 109.274 867 3 0 -116.069 -6.6493 -115.85 - 52 136.16 319 2 1 -116.16 -6.53708 -144.45 - 52 102.092 867 2 0 -116.166 -6.53343 -145.85 - 52 107.219 319 1 1 -116.299 -6.45384 -174.45 - 52 132.47 867 1 0 -116.309 -6.45266 -175.85 - 52 135.415 318 0 1 -116.508 -6.42839 -204.45 - 52 99.3787 868 0 0 -116.517 -6.42234 -205.85 - 52 179.977 688 2 1 -42.4267 -52.7088 -144.45 - 52 97.6883 1099 0 0 30.3693 40.0032 -206.25 - 52 127.574 1098 0 0 31.1629 39.85 -205.935 - 52 30.7474 1097 0 0 31.1845 39.65 -206.019 -Number of digits in this event = 27 +Number of tracker hits in this event = 26 + 52 273.546 683 3 1 -43.4359 85.5036 -114.45 + 52 306.02 1327 3 0 -43.4356 85.5037 -115.85 + 52 313.204 683 2 1 -43.428 85.5072 -144.45 + 52 176.496 1327 2 0 -43.4278 85.5075 -145.85 + 52 118.286 683 1 1 -43.4261 85.5086 -174.45 + 52 336.106 1327 1 0 -43.4261 85.5086 -175.85 + 52 230.173 683 0 1 -43.4206 85.5033 -204.45 + 52 243.291 1327 0 0 -43.3911 85.4854 -205.85 + 52 237.79 34 4 1 -173.272 -126.931 -84.85 + 52 26.3218 1073 5 0 -31.2434 34.7509 -56.25 + 52 87.3436 746 5 1 -30.7157 34.7287 -54.85 + 52 33.4836 1325 2 0 -43.2778 85.0887 -145.85 + 52 98.4775 1324 2 0 -43.2662 85.05 -145.971 + 52 146.158 693 1 1 -41.2854 74.7349 -174.45 + 52 21.3424 694 1 1 -41.25 74.297 -174.795 + 52 20.4537 1264 1 0 -40.9433 72.9133 -175.85 + 52 67.8939 1263 1 0 -40.9318 72.8498 -175.902 + 52 94.649 1262 1 0 -40.8974 72.65 -176.062 + 52 9.51378 1261 1 0 -40.8622 72.4499 -176.232 + 52 329.897 682 0 1 -43.45 85.5628 -204.729 + 52 387.596 1329 0 0 -43.6236 85.9213 -205.85 + 52 20.9359 1330 0 0 -43.6677 86.05 -206.193 + 52 123.989 1326 2 0 -43.2832 85.3449 -145.85 + 52 124.091 686 1 1 -42.7896 85.5059 -174.45 + 52 139.767 687 0 1 -42.4856 85.9869 -204.45 + 52 30.9789 1382 0 0 -40.2711 96.6323 -206.25 +Number of digits in this event = 17 Using G4ParticleGun ... -3.27467 LIN +3.58406 LIN gamma Event: 53 -Number of tracker hits in this event = 40 - 53 279.9 1190 8 1 58.1521 31.8339 35.55 - 53 270.298 1058 8 0 58.1516 31.8356 34.15 - 53 287.541 1190 7 1 58.1431 31.8609 5.55 - 53 189.062 1059 7 0 58.1413 31.8606 4.15 - 53 112.349 1190 6 1 58.0965 31.8587 -24.45 - 53 114.337 1059 6 0 58.0946 31.859 -25.85 - 53 110.171 1190 5 1 58.0609 31.8703 -54.45 - 53 151.755 1059 5 0 58.0625 31.8694 -55.85 - 53 136.893 1190 4 1 58.1163 31.8393 -84.45 - 53 117.355 1058 4 0 58.1141 31.8405 -85.85 - 53 113.119 1190 3 1 58.07 31.8506 -114.45 - 53 134.885 1059 3 0 58.0689 31.857 -115.85 - 53 166.338 1190 2 1 58.0598 31.9942 -144.45 - 53 120.077 1059 2 0 58.0557 31.9999 -145.85 - 53 154.164 1189 1 1 57.9862 32.1142 -174.45 - 53 105.511 1060 1 0 57.9807 32.1146 -175.85 - 53 363.489 1189 0 1 57.8764 32.1203 -204.45 - 53 281.384 1060 0 0 57.8743 32.1245 -205.85 - 53 134.381 1061 0 0 57.9968 32.25 -205.853 - 53 67.7942 1059 4 0 58.1139 31.85 -86.0717 - 53 31.9472 1179 1 0 71.7424 55.9499 -176.25 - 53 81.5312 1279 1 0 35.265 75.8817 -176.25 - 53 116.587 1058 7 0 58.158 31.8106 4.15 - 53 143.87 1192 6 1 58.472 31.7911 -24.45 - 53 99.0008 1058 6 0 58.4767 31.7778 -25.85 - 53 320.58 1192 5 1 58.5165 31.5309 -54.45 - 53 137.782 1057 5 0 58.5239 31.5243 -55.85 - 53 118.863 1193 4 1 58.6701 31.3408 -84.45 - 53 174.934 1056 4 0 58.7122 31.3168 -85.85 - 53 104.179 1198 3 1 59.694 30.7463 -114.45 - 53 98.5854 1053 3 0 59.6954 30.7106 -115.85 - 53 177.907 1198 2 1 59.6602 30.0722 -144.45 - 53 107.097 1049 2 0 59.6865 30.0491 -145.85 - 53 138.29 1200 1 1 60.126 29.6768 -174.45 - 53 136.03 1048 1 0 60.1358 29.6768 -175.85 - 53 113.216 1201 0 1 60.2786 29.6506 -204.45 - 53 140.999 1047 0 0 60.2785 29.6395 -205.85 - 53 67.6361 1191 5 1 58.45 31.7481 -54.7931 - 53 145.1 1066 5 0 58 33.3771 -55.85 - 53 122.211 1067 5 0 57.9454 33.45 -55.8722 -Number of digits in this event = 25 +Number of tracker hits in this event = 2 + 53 0.318767 918 2 0 148.436 3.651 -146.25 + 53 223.019 917 2 0 148.437 3.65 -146.249 +Number of digits in this event = 3 Using G4ParticleGun ... -9.15237 LIN +9.02458 LIN gamma Event: 54 -Number of tracker hits in this event = 10 - 54 207.2 393 1 0 73.7572 -101.379 -176.25 - 54 211.584 392 1 0 74.3943 -101.55 -175.948 - 54 153.978 391 1 0 75.0418 -101.75 -175.945 - 54 52.3476 390 1 0 75.3578 -101.95 -175.978 - 54 75.3 389 1 0 75.4425 -102.15 -176.029 - 54 54.2025 388 1 0 75.5215 -102.35 -176.085 - 54 51.4137 387 1 0 75.6127 -102.55 -176.109 - 54 52.1522 386 1 0 75.7228 -102.75 -176.148 - 54 57.4978 385 1 0 75.8492 -102.95 -176.201 - 54 12.8013 384 1 0 76.0296 -103.15 -176.236 -Number of digits in this event = 5 +Number of tracker hits in this event = 2 + 54 116.368 717 1 1 -36.5247 36.5587 -174.85 + 54 5.32152 715 4 1 -37.05 10.502 -84.7734 +Number of digits in this event = 2 Using G4ParticleGun ... -6.30447 LIN +7.78941 LIN gamma Event: 55 -Number of tracker hits in this event = 170 - 55 331.466 715 11 1 -36.886 27.4397 125.55 - 55 223.701 1036 11 0 -36.8862 27.4413 124.15 - 55 260.737 715 10 1 -36.9577 27.4596 95.55 - 55 115.769 1037 10 0 -36.9574 27.4577 94.15 - 55 106.278 715 9 1 -36.9482 27.4038 65.55 - 55 388.591 1036 9 0 -36.9439 27.3907 64.15 - 55 542.07 716 8 1 -36.8348 27.1076 35.55 - 55 155.63 1035 8 0 -36.8271 27.1028 34.15 - 55 334.29 716 7 1 -36.6922 27.09 5.55 - 55 102.914 1035 7 0 -36.6845 27.0895 4.15 - 55 399.874 717 6 1 -36.5313 27.1243 -24.45 - 55 113.142 1035 6 0 -36.5211 27.119 -25.85 - 55 129.837 718 5 1 -36.2996 26.9934 -54.45 - 55 127.236 1034 5 0 -36.2838 26.9825 -55.85 - 55 248.666 720 4 1 -35.9447 26.749 -84.45 - 55 141.09 1033 4 0 -35.931 26.7341 -85.85 - 55 139.563 722 3 1 -35.609 26.4432 -114.45 - 55 116.569 1031 3 0 -35.5954 26.4316 -115.85 - 55 501.826 723 2 1 -35.3587 26.2178 -144.45 - 55 132.565 1030 2 0 -35.344 26.2175 -145.85 - 55 238.104 725 1 1 -35.0394 26.2024 -174.45 - 55 249.603 1030 1 0 -35.0312 26.1959 -175.85 - 55 211.01 726 0 1 -34.8444 26.0714 -204.45 - 55 254.5 1030 0 0 -34.8281 26.0681 -205.85 - 55 182.95 725 0 1 -34.85 26.0693 -204.595 - 55 109.795 724 0 1 -35.05 25.9989 -204.631 - 55 121.111 1013 1 0 -50.9775 22.7617 -176.25 - 55 235.653 1014 1 0 -51.2208 22.85 -176.182 - 55 281.988 721 3 1 -35.65 26.4598 -114.675 - 55 7.84922 1452 7 0 -51.8392 110.616 3.75 - 55 3.80523 1021 7 0 -116.183 24.2728 3.75 - 55 2.94702 878 7 0 -93.0962 -4.29822 3.75 - 55 95.3909 917 6 0 -168.141 3.65 -26.2071 - 55 140.982 1036 10 0 -36.8673 27.4246 94.15 - 55 138.888 716 9 1 -36.8078 27.4161 65.55 - 55 355.535 1036 8 0 -36.7182 27.335 34.15 - 55 135.903 717 7 1 -36.615 27.3963 5.55 - 55 328.083 1036 7 0 -36.6078 27.4012 4.15 - 55 258.54 1037 6 0 -36.4568 27.4953 -25.85 - 55 129.065 719 5 1 -36.2128 27.5961 -54.45 - 55 119.418 1037 5 0 -36.2012 27.5976 -55.85 - 55 113.693 1037 4 0 -35.9641 27.6351 -85.85 - 55 129.337 1038 3 0 -35.6823 27.832 -115.85 - 55 107.913 1040 2 0 -35.3151 28.1731 -145.85 - 55 110.657 1042 1 0 -34.9594 28.5354 -175.85 - 55 78.2104 1045 0 0 -35.6785 29.2084 -205.85 - 55 109.202 1046 0 0 -35.7954 29.25 -206.014 - 55 124.776 722 2 1 -35.45 27.6475 -144.507 - 55 121.363 1037 2 0 -35.6936 27.6283 -145.85 - 55 262.832 700 1 1 -39.9467 26.8453 -174.451 - 55 235.377 1033 1 0 -40.1243 26.811 -175.85 - 55 118.31 676 0 1 -44.7157 25.9705 -204.45 - 55 116.801 1027 0 0 -45.0423 25.647 -205.85 - 55 8.64218 701 1 1 -39.8422 26.8397 -174.45 - 55 220.41 1035 1 0 -40.9151 27.111 -175.85 - 55 422.366 1036 1 0 -41.363 27.25 -176.174 - 55 88.102 1037 1 0 -41.453 27.4504 -175.977 - 55 88.7586 692 1 1 -41.6155 26.8525 -174.85 - 55 237.796 691 1 1 -41.6502 26.803 -174.791 - 55 2.56163 1029 1 0 -41.3495 25.9313 -175.85 - 55 192.007 1035 2 0 -35.1399 27.0589 -145.85 - 55 271.805 1034 2 0 -35.135 27.0499 -145.874 - 55 130.121 749 1 1 -30.1433 16.4849 -174.45 - 55 103.95 750 1 1 -30.0497 16.3658 -174.594 - 55 132.547 975 1 0 -29.0781 15.0509 -175.85 - 55 104.089 974 1 0 -29.0774 15.05 -175.851 - 55 92.842 973 1 0 -28.9331 14.8497 -176.057 - 55 71.9032 678 1 0 2.96748 -44.2853 -176.25 - 55 73.847 677 1 0 3.03039 -44.45 -176.08 - 55 0.31859 676 1 0 3.11528 -44.6505 -175.851 - 55 107.981 916 1 1 3.38116 -45.3406 -174.85 - 55 36.4996 917 1 1 3.45 -45.5439 -174.554 - 55 175.713 836 2 0 59.8963 -12.8063 -146.25 - 55 78.3073 837 2 0 60.1672 -12.6496 -146.078 - 55 143.515 838 2 0 60.3101 -12.45 -145.979 - 55 218.697 839 2 0 60.6711 -12.25 -145.96 - 55 35.9494 1213 2 1 62.7567 -12.9313 -144.85 - 55 132.933 1214 2 1 62.8503 -12.9473 -144.823 - 55 304.501 1215 2 1 63.05 -12.7961 -144.678 - 55 50.4491 1216 2 1 63.25 -12.8188 -144.525 - 55 458.499 1036 6 0 -36.4758 27.4499 -26.0117 - 55 409.829 716 6 1 -36.7162 27.2952 -24.45 - 55 112.974 716 5 1 -36.8288 27.2759 -54.45 - 55 235.459 1036 5 0 -36.8295 27.2727 -55.85 - 55 130.494 716 4 1 -36.8028 27.2051 -84.45 - 55 386.897 1035 4 0 -36.8005 27.1936 -85.85 - 55 239.855 716 3 1 -36.7534 26.9286 -114.45 - 55 401.259 1034 3 0 -36.7522 26.9132 -115.85 - 55 99.7899 716 2 1 -36.7402 26.589 -144.45 - 55 101.997 1032 2 0 -36.7357 26.5754 -145.85 - 55 433.657 717 1 1 -36.6361 26.355 -174.45 - 55 119.171 1031 1 0 -36.6122 26.3467 -175.85 - 55 297.307 719 0 1 -36.1137 26.15 -204.45 - 55 189.04 970 1 1 14.05 15.8573 -174.694 - 55 326.324 969 1 1 14.05 15.8501 -174.605 - 55 144.198 968 1 1 13.8499 15.7815 -174.508 - 55 38.4247 971 1 1 14.25 15.1803 -174.792 - 55 148.962 976 1 0 14.5068 15.25 -175.892 - 55 137.9 717 5 1 -36.5432 27.2904 -54.45 - 55 66.0908 717 4 1 -36.4733 27.1293 -84.45 - 55 120.842 718 4 1 -36.45 27.1081 -84.7015 - 55 96.1438 1034 4 0 -36.358 26.9937 -85.85 - 55 120.533 730 3 1 -33.8569 24.142 -114.45 - 55 2.39866 1023 3 0 -34.2047 24.8454 -115.85 - 55 134.466 1024 3 0 -34.207 24.85 -115.859 - 55 113.779 685 2 1 -42.9414 38.9635 -144.45 - 55 29.9004 684 2 1 -43.05 39.0431 -144.787 - 55 159.404 1096 2 0 -43.4033 39.2957 -145.85 - 55 0.284047 633 1 1 -53.4495 46.4617 -174.45 - 55 87.4808 632 1 1 -53.45 46.4621 -174.45 - 55 72.2853 631 1 1 -53.65 46.6499 -174.668 - 55 36.7621 1138 1 0 -54.6361 47.7689 -175.85 - 55 115.493 1139 1 0 -54.7061 47.85 -175.934 - 55 51.9989 1140 1 0 -54.8816 48.0502 -176.121 - 55 12.352 492 0 1 -81.6067 77.3203 -204.45 - 55 76.9001 491 0 1 -81.65 77.344 -204.481 - 55 79.0316 490 0 1 -81.85 77.4528 -204.613 - 55 59.6577 489 0 1 -82.05 77.5598 -204.748 - 55 8.36901 1291 0 0 -83.5527 78.4348 -205.851 - 55 136.696 1292 0 0 -83.5789 78.45 -205.87 - 55 48.6244 1293 0 0 -83.9406 78.65 -206.145 - 55 256.856 718 3 1 -36.4182 26.9826 -114.45 - 55 716.39 718 2 1 -36.3026 26.7789 -144.45 - 55 130.885 1033 2 0 -36.2931 26.7683 -145.85 - 55 569.062 719 1 1 -36.0965 26.5482 -174.45 - 55 224.07 1032 1 0 -36.0866 26.5362 -175.85 - 55 753.331 720 0 1 -35.9054 26.2795 -204.45 - 55 106.245 1031 0 0 -35.8965 26.2685 -205.85 - 55 106.893 1031 2 0 -36.33 26.4297 -145.85 - 55 31.9848 497 2 0 -42.8049 -80.5567 -146.25 - 55 83.2778 496 2 0 -42.8007 -80.6507 -146.211 - 55 70.9746 495 2 0 -42.8006 -80.85 -146.138 - 55 50.9658 494 2 0 -42.7703 -81.05 -145.975 - 55 10.7892 679 2 1 -44.225 -81.6649 -144.85 - 55 62.5628 678 2 1 -44.25 -81.6793 -144.832 - 55 39.9218 677 2 1 -44.45 -81.8267 -144.811 - 55 221.629 484 2 0 -45.7208 -83.0691 -145.85 - 55 287.943 1032 0 0 -35.9923 26.6494 -205.85 - 55 204.515 831 2 0 -152.445 -13.7998 -146.25 - 55 20.8398 830 2 0 -152.621 -13.85 -146.058 - 55 200.072 133 2 1 -153.492 -13.2558 -144.85 - 55 160.46 132 2 1 -153.55 -12.8857 -144.517 - 55 97.3703 131 2 1 -153.75 -12.9059 -144.594 - 55 15.3042 130 2 1 -153.95 -12.9766 -144.819 - 55 81.6726 832 2 0 -154.542 -13.4852 -145.85 - 55 212.617 902 2 0 -125.718 0.502366 -146.25 - 55 354.41 903 2 0 -125.656 0.65 -146.138 - 55 270.39 718 0 1 -36.2501 26.5186 -204.461 - 55 159.889 715 0 1 -36.9539 23.2264 -204.45 - 55 94.3137 1015 0 0 -36.9258 23.1106 -205.85 - 55 20.284 1065 2 0 -90.4208 33.1958 -146.25 - 55 225.658 717 2 1 -36.45 27.2356 -144.669 - 55 228.467 715 6 1 -36.85 27.3495 -24.6866 - 55 162.677 1121 6 0 -57.3016 44.4429 -26.25 - 55 9.1328 1122 6 0 -57.2997 44.45 -26.2196 - 55 184.006 1120 6 0 -57.3985 44.25 -26.0734 - 55 132.145 1038 6 0 -36.662 27.6641 -25.8517 - 55 12.7915 714 5 1 -37.2266 34.2726 -54.45 - 55 127.398 713 5 1 -37.2501 34.272 -54.4927 - 55 108.084 1070 5 0 -37.912 34.2335 -55.85 - 55 218.12 1037 0 0 -35.9177 27.4852 -205.85 - 55 99.6822 1501 2 0 40.2927 120.35 -146.221 - 55 115.7 708 0 1 -38.3906 25.8138 -204.45 - 55 100.229 1028 0 0 -38.4992 25.8094 -205.85 - 55 290.485 721 0 1 -35.808 49.3171 -204.45 - 55 175.041 1143 0 0 -35.2613 48.6944 -205.85 - 55 141.157 717 0 1 -36.5617 27.3815 -204.45 - 55 94.4379 716 0 1 -36.65 27.3105 -204.715 - 55 143.406 1034 0 0 -37.1081 26.9979 -205.85 - 55 51.5409 1038 0 0 -35.4649 27.6504 -206.092 -Number of digits in this event = 95 -Using G4ParticleGun ... -7.68805 LIN +Number of tracker hits in this event = 56 + 55 243.205 1559 7 1 131.971 55.2826 5.55 + 55 258.544 1176 7 0 131.972 55.2844 4.15 + 55 199.428 1559 6 1 131.97 55.3207 -24.45 + 55 414.744 1176 6 0 131.969 55.3251 -25.85 + 55 107.048 1558 5 1 131.937 55.4131 -54.45 + 55 143.529 1176 5 0 131.934 55.4176 -55.85 + 55 132.15 1558 4 1 131.86 55.497 -84.45 + 55 115 1177 4 0 131.856 55.4998 -85.85 + 55 133.773 1558 3 1 131.779 55.5609 -114.45 + 55 155.154 1177 3 0 131.778 55.5677 -115.85 + 55 111.826 1558 2 1 131.769 55.7054 -144.45 + 55 181.073 1178 2 0 131.767 55.7146 -145.85 + 55 350.565 1557 1 1 131.712 55.903 -174.45 + 55 133.542 1179 1 0 131.706 55.9152 -175.85 + 55 139.13 1557 0 1 131.575 56.1471 -204.45 + 55 133.36 1180 0 0 131.572 56.1602 -205.85 + 55 115.727 1177 1 0 131.893 55.6275 -175.85 + 55 12.6069 1583 0 1 136.932 55.9419 -204.45 + 55 219.59 1584 0 1 136.95 55.9779 -204.502 + 55 51.9835 1184 0 0 137.49 56.9647 -205.85 + 55 79.0242 1185 0 0 137.539 57.05 -205.958 + 55 29.102 1186 0 0 137.615 57.2503 -206.165 + 55 201.937 1557 3 1 131.729 55.5881 -114.45 + 55 170.869 1178 3 0 131.469 55.689 -115.85 + 55 106.202 1538 2 1 127.843 57.4888 -144.45 + 55 2.48078 1539 2 1 127.95 57.5232 -144.842 + 55 21.1385 1187 2 0 128.229 57.6418 -145.85 + 55 200.824 1188 2 0 128.247 57.65 -145.916 + 55 96.0326 1587 1 1 137.599 61.3632 -174.45 + 55 115.494 1588 1 1 137.75 61.6041 -174.635 + 55 25.5188 1215 1 0 138.872 63.1958 -175.85 + 55 83.1776 1216 1 0 138.911 63.25 -175.892 + 55 82.5355 1217 1 0 139.058 63.45 -176.051 + 55 23.6071 1218 1 0 139.207 63.65 -176.205 + 55 301.702 1743 0 1 168.866 102.025 -204.45 + 55 2.52119 1416 0 0 169.027 103.542 -205.85 + 55 118.991 1417 0 0 169.028 103.55 -205.858 + 55 65.2367 1418 0 0 169.045 103.75 -206.035 + 55 13.9126 1419 0 0 169.063 103.95 -206.213 + 55 55.7945 1695 0 1 159.204 44.9866 -204.85 + 55 396.497 1282 4 0 -132.667 76.5973 -86.25 + 55 2.62632 1283 4 0 -132.47 76.6501 -86.2137 + 55 253.27 1705 6 0 147.211 161.21 -26.2499 + 55 118.323 1561 5 1 132.358 55.2803 -54.45 + 55 100.548 1175 5 0 132.35 55.25 -55.9439 + 55 140.702 1559 4 1 132.027 54.6483 -84.45 + 55 170.608 1172 4 0 132.026 54.5913 -85.85 + 55 124.498 1561 3 1 132.382 53.392 -114.45 + 55 144.353 1166 3 0 132.373 53.2942 -115.85 + 55 128.72 1559 2 1 132.14 51.0729 -144.45 + 55 112.365 1154 2 0 132.118 50.9628 -145.85 + 55 165.889 1142 1 0 131.643 48.4946 -175.85 + 55 137.32 1555 0 1 131.181 46.1376 -204.45 + 55 147.194 1129 0 0 131.182 45.9929 -205.85 + 55 13.6993 1186 5 0 19.1796 57.3442 -56.25 + 55 53.4219 1185 5 0 18.0241 57.25 -55.8906 +Number of digits in this event = 31 +Using G4ParticleGun ... +4.34934 LIN gamma Event: 56 -Number of tracker hits in this event = 30 - 56 253.882 221 8 1 -135.9 10.679 35.55 - 56 247.388 953 8 0 -135.899 10.6783 34.15 - 56 282.937 221 7 1 -135.877 10.6649 5.55 - 56 242.605 953 7 0 -135.876 10.6655 4.15 - 56 235.093 221 6 1 -135.853 10.6803 -24.45 - 56 242.312 953 6 0 -135.851 10.6808 -25.85 - 56 116.148 221 5 1 -135.816 10.686 -54.45 - 56 233.87 953 5 0 -135.813 10.6872 -55.85 - 56 123.871 221 4 1 -135.751 10.7073 -84.45 - 56 257.151 953 4 0 -135.749 10.7062 -85.85 - 56 118.709 222 3 1 -135.707 10.682 -114.45 - 56 126.981 953 3 0 -135.706 10.6789 -115.85 - 56 101.007 222 2 1 -135.693 10.6115 -144.45 - 56 247.437 952 2 0 -135.692 10.6085 -145.85 - 56 109.823 222 1 1 -135.68 10.5474 -174.45 - 56 391.102 952 1 0 -135.682 10.547 -175.85 - 56 124.1 222 0 1 -135.712 10.5441 -204.45 - 56 261.396 952 0 0 -135.714 10.5554 -205.85 - 56 184.694 969 11 0 -139.552 14.0227 123.75 - 56 241.367 970 11 0 -139.546 14.05 123.849 - 56 266.842 951 1 0 -135.738 10.45 -176.066 - 56 197.99 220 5 1 -135.987 10.7004 -54.45 - 56 121.564 220 4 1 -136.029 10.6625 -84.45 - 56 106.816 220 3 1 -136.041 10.639 -114.45 - 56 131.05 952 3 0 -136.041 10.637 -115.85 - 56 162.879 220 2 1 -136.038 10.5965 -144.45 - 56 210.867 220 1 1 -135.976 10.6074 -174.45 - 56 123.625 221 0 1 -135.921 10.459 -204.45 - 56 79.2653 422 0 0 -156.458 -95.55 -205.975 - 56 122.56 421 0 0 -156.496 -95.7506 -205.997 -Number of digits in this event = 27 -Using G4ParticleGun ... -3.60358 LIN +Number of tracker hits in this event = 115 + 56 248.663 1257 7 1 71.5283 88.936 5.55 + 56 214.843 1344 7 0 71.524 88.9337 4.15 + 56 149.35 1256 6 1 71.4226 88.8959 -24.45 + 56 567.27 1344 6 0 71.4176 88.8925 -25.85 + 56 123.435 1256 5 1 71.3351 88.8304 -54.45 + 56 274.631 1343 5 0 71.3267 88.8266 -55.85 + 56 147.383 1255 4 1 71.1487 88.7313 -84.45 + 56 116.194 1343 4 0 71.1442 88.7267 -85.85 + 56 72.3054 1255 3 1 71.0511 88.6291 -114.45 + 56 47.0265 1254 3 1 71.05 88.6294 -114.666 + 56 252.588 1342 3 0 71.0434 88.6302 -115.85 + 56 274.78 1254 2 1 70.8657 88.6431 -144.45 + 56 244.442 1342 2 0 70.8569 88.6454 -145.85 + 56 133.955 1253 1 1 70.7448 88.7449 -174.45 + 56 109.205 1343 1 0 70.7392 88.7621 -175.85 + 56 199.645 1253 0 1 70.6766 89.1718 -204.45 + 56 591.602 1345 0 0 70.6566 89.1918 -205.85 + 56 147.82 1256 3 1 71.3327 88.7916 -114.45 + 56 63.1906 1257 3 1 71.4503 88.8353 -114.476 + 56 86.7953 1258 3 1 71.65 88.9088 -114.521 + 56 233.765 1259 3 1 71.85 88.9796 -114.572 + 56 426.495 1260 3 1 72.05 89.047 -114.598 + 56 353.946 1261 3 1 72.25 89.1131 -114.596 + 56 282.07 1262 3 1 72.45 89.1789 -114.588 + 56 373.278 1263 3 1 72.65 89.269 -114.542 + 56 115.152 1264 3 1 72.8502 89.3539 -114.488 + 56 31.078 1265 3 1 73.1375 89.4997 -114.45 + 56 59.2244 1266 3 1 73.25 89.5493 -114.502 + 56 94.1109 1267 3 1 73.45 89.6457 -114.612 + 56 101.509 1268 3 1 73.6501 89.7071 -114.727 + 56 3.35337 1269 3 1 73.8505 89.7904 -114.846 + 56 489.56 1352 3 0 75.7298 90.6665 -115.85 + 56 318.43 1353 3 0 75.9169 90.75 -115.942 + 56 300.796 1354 3 0 76.5058 90.95 -116.18 + 56 150.733 1646 2 1 149.408 101.451 -144.45 + 56 48.1642 1412 2 0 149.638 102.608 -145.85 + 56 85.7012 1413 2 0 149.658 102.75 -146.017 + 56 6.59123 1414 2 0 149.673 102.95 -146.237 + 56 27.1952 1676 1 1 155.425 129.133 -174.45 + 56 177.183 1675 1 1 155.35 129.12 -174.539 + 56 39.185 1674 1 1 155.15 129.092 -174.774 + 56 223.36 1543 1 0 154.285 128.877 -175.85 + 56 4.87078 1542 1 0 153.721 128.75 -176.248 + 56 30.2053 762 1 0 119.517 -27.5254 -176.25 + 56 60.3637 761 1 0 119.581 -27.6511 -176.231 + 56 48.6572 760 1 0 119.631 -27.85 -176.21 + 56 69.9033 759 1 0 119.668 -28.05 -176.204 + 56 94.1071 758 1 0 119.809 -28.25 -176.161 + 56 66.2922 757 1 0 119.998 -28.45 -176.055 + 56 52.9561 1503 1 1 120.863 -29.0478 -174.85 + 56 136.679 1504 1 1 120.95 -29.0946 -174.684 + 56 95.997 1351 3 0 74.5008 90.522 -115.85 + 56 2.19771 1344 3 0 119.926 88.8558 -116.25 + 56 518.312 1343 3 0 119.93 88.85 -116.236 + 56 196.143 1341 3 0 120.229 88.4494 -115.962 + 56 180.177 1340 3 0 120.338 88.25 -115.991 + 56 67.3664 1339 3 0 120.415 88.05 -116.038 + 56 266.785 1338 3 0 120.499 87.8491 -116.058 + 56 83.3512 1337 3 0 120.566 87.6498 -116.018 + 56 181.689 1336 3 0 120.718 87.4497 -115.992 + 56 208.828 1257 6 1 71.5398 88.9209 -24.45 + 56 386.93 1257 5 1 71.6411 88.8459 -54.45 + 56 117.053 1260 4 1 72.0672 88.5488 -84.45 + 56 156.95 1342 4 0 72.0738 88.5275 -85.85 + 56 133.3 1262 2 1 72.4815 87.3224 -144.45 + 56 110.336 1336 2 0 72.4897 87.2828 -145.85 + 56 253.174 1262 1 1 72.6408 86.4939 -174.45 + 56 127.553 1332 1 0 72.6471 86.4649 -175.85 + 56 117.936 1263 0 1 72.7677 85.8456 -204.45 + 56 173.001 1328 0 0 72.7652 85.8069 -205.85 + 56 476.688 1350 3 0 70.8289 90.2208 -115.85 + 56 10.8476 1249 3 1 69.8582 90.938 -114.85 + 56 124.745 1248 3 1 69.8499 90.9429 -114.831 + 56 162.332 1247 3 1 69.65 90.9381 -114.751 + 56 169.232 1264 2 1 72.8996 87.9518 -144.45 + 56 97.2667 1263 2 1 72.85 87.9999 -144.581 + 56 4.75766 1341 2 0 72.4557 88.4419 -145.85 + 56 68.8484 1218 1 1 63.7069 99.7347 -174.45 + 56 47.619 1217 1 1 63.65 99.757 -174.664 + 56 114.107 1398 1 0 63.244 99.8384 -175.85 + 56 60.276 1174 0 1 54.9802 103.804 -204.45 + 56 105.251 1173 0 1 54.85 103.703 -204.638 + 56 306.854 1415 0 0 53.8984 103.248 -205.85 + 56 3.46328 1414 0 0 53.5586 103.15 -206.239 + 56 198.195 1443 0 0 58.2595 108.837 -206.25 + 56 135.732 1339 2 0 72.8902 87.9694 -145.85 + 56 103.388 1342 1 0 72.4483 88.6141 -175.85 + 56 791.63 1256 0 1 71.3271 89.1171 -204.45 + 56 284.455 1346 0 0 71.3243 89.25 -205.893 + 56 226.357 1344 5 0 71.539 88.9065 -55.85 + 56 158.974 1257 4 1 71.5269 88.8653 -84.45 + 56 209.715 1344 4 0 71.5209 88.856 -85.85 + 56 137.782 1345 2 0 70.9912 89.2422 -145.85 + 56 216.228 1254 1 1 70.9439 89.3797 -174.45 + 56 131.767 1346 1 0 70.9295 89.3967 -175.85 + 56 42.3496 1252 0 1 70.6481 89.8021 -204.45 + 56 147.804 1348 0 0 70.6687 89.8258 -205.85 + 56 33.0395 1344 0 0 71.4972 89.05 -206.101 + 56 126.748 1110 3 0 176.779 42.0867 -116.25 + 56 475.401 1785 3 1 177.306 42.2701 -114.85 + 56 13.8208 1786 3 1 177.35 42.366 -114.489 + 56 30.7641 1784 3 1 177.15 42.6615 -114.524 + 56 7.50247 985 8 0 23.1769 17.05 33.869 + 56 464.338 1256 4 1 71.3294 89 -84.45 + 56 135.69 1346 3 0 71.9475 89.3702 -115.85 + 56 140.375 1260 2 1 72.1418 92.5551 -144.45 + 56 140.787 1363 2 0 72.0774 92.792 -145.851 + 56 122.712 1249 1 1 69.8744 98.0886 -174.45 + 56 16.0893 1390 1 0 69.9752 98.3415 -175.85 + 56 125.839 1391 1 0 69.9787 98.35 -175.899 + 56 33.5671 1354 4 0 72.0085 91.0505 -85.8502 + 56 81.6519 1355 4 0 72.0474 91.15 -85.9479 + 56 79.8088 1356 4 0 72.1237 91.3504 -86.1164 + 56 42.3175 1357 4 0 72.2278 91.55 -86.2065 + 56 52.2705 1358 4 0 72.28 91.75 -86.2352 +Number of digits in this event = 65 +Using G4ParticleGun ... +8.31136 LIN gamma Event: 57 -Number of tracker hits in this event = 6 - 57 303.637 1509 1 1 121.981 -83.1763 -174.45 - 57 275.246 484 1 0 121.983 -83.1757 -175.85 - 57 229.656 1509 0 1 122.013 -83.1769 -204.45 - 57 301.039 484 0 0 122.015 -83.1807 -205.85 - 57 186.692 483 0 0 121.969 -83.25 -206.142 - 57 29.8812 367 5 1 -106.55 -160.016 -54.5213 -Number of digits in this event = 7 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -4.94503 LIN +7.04077 LIN gamma Event: 58 -Number of tracker hits in this event = 117 - 58 252.508 507 10 1 -78.6442 1.15228 95.55 - 58 231.849 905 10 0 -78.6489 1.11235 94.15 - 58 110.781 506 9 1 -78.761 0.307428 65.55 - 58 159.064 900 9 0 -78.7658 0.239999 64.15 - 58 114.689 506 8 1 -78.7906 -1.16905 35.55 - 58 345.887 894 8 0 -78.8155 -1.19998 34.15 - 58 126.297 503 7 1 -79.4103 -1.92943 5.55 - 58 103.211 890 7 0 -79.4593 -1.96698 4.15 - 58 62.381 498 6 1 -80.4466 -2.80664 -24.45 - 58 57.6611 497 6 1 -80.45 -2.81123 -24.6516 - 58 122.405 886 6 0 -80.4719 -2.83838 -25.85 - 58 138.136 496 5 1 -80.8403 -3.50916 -54.45 - 58 136.314 882 5 0 -80.8481 -3.5686 -55.85 - 58 142.426 495 4 1 -80.8595 -4.86968 -84.45 - 58 132.32 875 4 0 -80.8436 -4.92719 -85.85 - 58 260.939 498 3 1 -80.3718 -6.11924 -114.45 - 58 150.685 869 3 0 -80.3399 -6.13461 -115.85 - 58 113.718 501 2 1 -79.8183 -6.37145 -144.45 - 58 119.265 868 2 0 -79.8237 -6.34257 -145.85 - 58 122.724 500 1 1 -79.9913 -5.68857 -174.45 - 58 104.032 872 1 0 -79.9986 -5.64239 -175.85 - 58 131.777 499 0 1 -80.0873 -4.70971 -204.45 - 58 111.644 876 0 0 -80.0955 -4.66586 -205.85 - 58 46.1476 714 1 0 -78.5768 -37.1917 -176.25 - 58 88.247 713 1 0 -78.5759 -37.25 -176.188 - 58 30.5245 712 1 0 -78.6145 -37.45 -175.958 - 58 97.9544 506 1 1 -78.7701 -38.4759 -174.85 - 58 99.1147 505 1 1 -78.85 -38.67 -174.631 - 58 35.0032 698 1 0 -155.26 -40.3152 -176.25 - 58 110.164 507 9 1 -78.6084 1.16754 65.55 - 58 179.242 905 9 0 -78.6052 1.16666 64.15 - 58 112.733 507 8 1 -78.5396 1.14397 35.55 - 58 218.809 905 8 0 -78.5353 1.14203 34.15 - 58 124.664 507 7 1 -78.4561 1.10507 5.55 - 58 105.965 905 7 0 -78.4501 1.10441 4.15 - 58 98.0596 508 6 1 -78.3209 1.09117 -24.45 - 58 140.845 905 6 0 -78.3165 1.09096 -25.85 - 58 148.66 509 5 1 -78.2283 1.08933 -54.45 - 58 113.559 905 5 0 -78.2252 1.08938 -55.85 - 58 372.89 509 4 1 -78.1683 1.08907 -84.45 - 58 136.581 905 4 0 -78.1654 1.08861 -85.85 - 58 141.846 509 3 1 -78.1089 1.07311 -114.45 - 58 130.039 905 3 0 -78.1055 1.07175 -115.85 - 58 139.49 510 2 1 -78.0351 1.04771 -144.45 - 58 149.038 904 2 0 -78.031 1.04547 -145.85 - 58 175.299 510 1 1 -77.9528 0.99903 -174.45 - 58 144.054 904 1 0 -77.9486 0.996466 -175.85 - 58 109.636 510 0 1 -77.8601 0.954726 -204.45 - 58 159.839 904 0 0 -77.8561 0.95373 -205.85 - 58 69.7558 1022 0 0 61.995 24.5381 -206.25 - 58 112.072 1207 0 1 61.5843 24.3367 -204.85 - 58 79.9401 905 0 0 -77.8933 1.0503 -206.144 - 58 12.2798 906 0 0 -77.8929 1.25 -206.237 - 58 20.0438 1749 0 0 16.8022 170.069 -206.25 - 58 199.002 1777 0 0 35.5325 175.551 -206.25 - 58 60.9923 1776 0 0 35.5963 175.55 -206.232 - 58 13.1415 354 0 1 -109.15 -135.57 -204.813 - 58 87.6758 508 4 1 -78.25 1.1044 -84.5539 - 58 73.7358 510 4 1 -78.0499 1.38286 -84.5112 - 58 62.1306 511 4 1 -77.8498 1.61183 -84.4649 - 58 68.6822 512 4 1 -77.65 1.71255 -84.4917 - 58 44.6709 44 6 0 69.0717 -171.284 -26.25 - 58 100.074 875 5 0 -96.1729 -4.89802 -56.25 - 58 100.405 876 5 0 -96.173 -4.85 -55.9286 - 58 89.6298 877 5 0 -96.0107 -4.65 -55.9837 - 58 337 878 5 0 -95.872 -4.44978 -56.0534 - 58 136.471 510 3 1 -78.05 0.978875 -114.535 - 58 11.5757 901 3 0 -77.4521 0.271178 -115.85 - 58 199.496 900 3 0 -77.4351 0.25 -115.885 - 58 15.697 545 2 1 -71.0337 -7.73807 -144.45 - 58 268.478 544 2 1 -71.05 -7.77925 -144.478 - 58 43.6233 849 2 0 -72.1573 -10.0994 -145.85 - 58 100.67 848 2 0 -72.2152 -10.25 -145.916 - 58 155.99 847 2 0 -72.2622 -10.45 -146.027 - 58 181.355 846 2 0 -72.4984 -10.65 -146.073 - 58 5.63893 870 2 0 -152.056 -6.03791 -146.25 - 58 191.995 869 2 0 -152.072 -6.05004 -146.225 - 58 36.3495 129 2 1 -154.233 -6.26812 -144.85 - 58 107.239 128 2 1 -154.35 -6.29876 -144.798 - 58 137.691 127 2 1 -154.55 -6.37175 -144.613 - 58 274.107 126 2 1 -154.75 -6.3039 -144.545 - 58 109.859 506 10 1 -78.65 1.13674 95.5256 - 58 119.215 903 10 0 -78.8195 0.748318 94.15 - 58 39.22 902 10 0 -78.8665 0.65 93.766 - 58 116.625 485 9 1 -82.8669 -5.68806 65.55 - 58 131.577 869 9 0 -82.9446 -6.09065 64.15 - 58 192.438 475 8 1 -84.9103 -14.7845 35.55 - 58 204.841 822 8 0 -85.2695 -15.4827 34.15 - 58 4.46173 821 8 0 -85.3531 -15.65 33.7617 - 58 114.753 444 7 1 -91.2299 -27.7526 5.55 - 58 92.0909 761 7 0 -91.1317 -27.7639 4.15 - 58 181.853 443 6 1 -91.4537 -29.8045 -24.4503 - 58 143.782 444 6 1 -91.35 -29.8729 -24.6241 - 58 14.2253 745 6 0 -90.4624 -31.0069 -25.8501 - 58 252.393 744 6 0 -90.4288 -31.05 -25.8949 - 58 89.8633 743 6 0 -90.2777 -31.25 -26.097 - 58 91.1007 631 5 1 -53.69 -78.1176 -54.45 - 58 87.4366 632 5 1 -53.65 -78.1347 -54.4962 - 58 33.2926 633 5 1 -53.45 -78.1301 -54.728 - 58 27.6997 511 5 0 -52.928 -77.6977 -55.85 - 58 273.193 512 5 0 -52.8892 -77.65 -55.9409 - 58 4.55374 513 5 0 -52.7548 -77.45 -56.2361 - 58 68.9553 602 5 0 -2.64358 -59.5984 -56.25 - 58 98.4371 601 5 0 -2.4625 -59.65 -56.0947 - 58 38.2162 893 5 1 -1.3136 -59.4696 -54.85 - 58 100.426 894 5 1 -1.25 -59.4589 -54.7426 - 58 102.978 895 5 1 -0.994816 -59.4923 -54.4502 - 58 14.3166 896 5 1 -0.849812 -59.4565 -54.7827 - 58 72.7975 604 5 0 -0.506647 -59.1285 -55.85 - 58 130.273 605 5 0 -0.403362 -59.05 -56.0574 - 58 23.3111 606 5 0 -0.106349 -58.85 -56.1801 - 58 320.467 750 6 0 -91.3139 -29.9405 -25.85 - 58 98.5715 723 6 0 -164.598 -35.313 -26.2499 - 58 343.341 724 6 0 -164.918 -35.25 -26.1268 - 58 194.463 725 6 0 -165.26 -35.05 -26.0869 - 58 41.7063 726 6 0 -165.318 -34.8499 -25.9574 - 58 58.5706 625 6 0 -171.665 -55.0085 -26.25 -Number of digits in this event = 52 +Number of tracker hits in this event = 21 + 58 285.042 859 1 1 -8.15156 101.838 -174.45 + 58 259.911 1408 1 0 -8.15238 101.838 -175.85 + 58 302.045 859 0 1 -8.17324 101.843 -204.45 + 58 493.582 1408 0 0 -8.17306 101.843 -205.85 + 58 50.6924 834 3 0 -7.74999 -13.1135 -116.25 + 58 62.6907 833 3 0 -7.67182 -13.25 -116.121 + 58 60.5538 832 3 0 -7.69664 -13.4502 -116.123 + 58 67.2643 831 3 0 -7.6785 -13.6503 -116.089 + 58 84.8089 830 3 0 -7.70621 -13.8507 -116.07 + 58 360.575 829 3 0 -7.75436 -14.05 -116.084 + 58 92.2428 1477 1 0 -3.37456 115.669 -176.25 + 58 81.8184 1476 1 0 -3.41622 115.55 -176.055 + 58 113.251 883 1 1 -3.40971 115.994 -174.85 + 58 298.994 884 1 1 -3.25 116.147 -174.574 + 58 7.74097 885 1 1 -3.03236 116.093 -174.45 + 58 52.1682 1470 1 0 -4.99183 114.268 -175.85 + 58 144.274 869 1 1 -6.09506 115.277 -174.85 + 58 16.9522 868 1 1 -6.25002 115.272 -174.848 + 58 48.0857 355 6 1 -108.975 75.4261 -24.45 + 58 23.1687 1432 1 0 -71.7868 106.738 -176.25 + 58 110.086 519 1 1 -76.05 105.356 -174.532 +Number of digits in this event = 9 Using G4ParticleGun ... -4.77258 LIN +4.63927 LIN gamma Event: 59 -Number of tracker hits in this event = 2 - 59 67.8198 1434 4 1 106.95 20.7284 -84.8437 - 59 43.3583 1542 5 1 128.714 2.01006 -54.85 -Number of digits in this event = 2 +Number of tracker hits in this event = 39 + 59 275.125 978 5 1 15.7767 -110.883 -54.45 + 59 260.431 346 5 0 15.776 -110.882 -55.85 + 59 274.11 978 4 1 15.7687 -110.865 -84.45 + 59 305.41 346 4 0 15.7674 -110.868 -85.85 + 59 242.068 978 3 1 15.7171 -110.936 -114.45 + 59 207.146 346 3 0 15.7141 -110.938 -115.85 + 59 178.183 977 2 1 15.6487 -110.983 -144.45 + 59 131.557 345 2 0 15.6431 -110.985 -145.85 + 59 119.147 977 1 1 15.5331 -111.034 -174.45 + 59 166.104 345 1 0 15.5267 -111.035 -175.85 + 59 101.006 976 0 1 15.4079 -111.056 -204.45 + 59 99.9051 345 0 0 15.4017 -111.059 -205.85 + 59 94.4635 1313 5 1 82.7818 107.71 -54.85 + 59 149.58 345 3 0 15.7846 -111.039 -115.85 + 59 111.038 978 2 1 15.7536 -111.148 -144.45 + 59 103.392 344 2 0 15.7562 -111.152 -145.85 + 59 120.385 978 1 1 15.7934 -111.207 -174.45 + 59 129.155 344 1 0 15.791 -111.212 -175.85 + 59 274.7 978 0 1 15.7574 -111.234 -204.45 + 59 203.621 344 0 0 15.7639 -111.222 -205.85 + 59 43.0918 1082 3 1 36.6095 -24.0237 -114.85 + 59 234.929 1083 3 1 36.65 -23.9939 -114.749 + 59 231.792 380 4 0 45.1309 -104.031 -86.25 + 59 165.454 381 4 0 44.9923 -103.95 -86.13 + 59 55.2387 977 0 1 15.65 -111.303 -204.657 + 59 142.939 343 0 0 15.4807 -111.438 -205.85 + 59 291.679 530 3 1 -74.0238 -87.7217 -114.45 + 59 73.2539 529 3 1 -74.05 -87.6846 -114.624 + 59 67.0473 1004 3 1 20.9943 -111.739 -114.45 + 59 37.1845 1005 3 1 21.05 -111.73 -114.701 + 59 125.407 342 3 0 21.3236 -111.656 -115.85 + 59 187.601 1042 2 1 28.5641 -109.4 -144.45 + 59 56.8194 354 2 0 28.7531 -109.178 -145.85 + 59 52.735 355 2 0 28.7765 -109.15 -146.015 + 59 121.987 1064 1 1 32.881 -104.335 -174.45 + 59 59.3879 380 1 0 32.9524 -103.985 -175.85 + 59 80.7575 381 1 0 32.9609 -103.95 -175.993 + 59 109.367 1078 0 1 35.7149 -97.5011 -204.45 + 59 137.967 415 0 0 35.9206 -97.1161 -205.85 +Number of digits in this event = 25 Using G4ParticleGun ... -6.59402 LIN +4.33665 LIN gamma Event: 60 -Number of tracker hits in this event = 6 - 60 235.957 1363 0 1 92.851 117.626 -204.45 - 60 334.453 1487 0 0 92.8542 117.629 -205.85 - 60 29.773 1511 3 1 122.359 85.5814 -114.85 - 60 38.768 1428 2 0 115.762 105.95 -146.085 - 60 154.929 1480 2 1 116.32 106.334 -144.85 - 60 35.7861 962 6 0 16.0488 12.65 -26.1438 +Number of tracker hits in this event = 10 + 60 121.502 1574 1 0 -103.34 134.998 -176.25 + 60 219.873 383 1 1 -103.522 135.491 -174.85 + 60 32.0768 1606 0 1 141.479 -80.1876 -204.45 + 60 60.5617 1607 0 1 141.55 -80.1856 -204.483 + 60 102.141 1608 0 1 141.75 -80.1754 -204.57 + 60 67.2631 1609 0 1 141.95 -80.1979 -204.719 + 60 35.1521 1610 0 1 142.15 -80.2155 -204.791 + 60 130.5 493 0 0 143.23 -81.2663 -205.85 + 60 106.773 492 0 0 143.358 -81.45 -206.062 + 60 98.1715 403 2 1 -99.4422 129.036 -144.85 Number of digits in this event = 5 Using G4ParticleGun ... -2.4271 LIN +2.82802 LIN gamma Event: 61 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 22 + 61 246.829 507 2 1 -78.5117 33.2259 -144.45 + 61 229.485 1065 2 0 -78.5114 33.2255 -145.85 + 61 109.008 507 1 1 -78.5135 33.2227 -174.45 + 61 131.124 1065 1 0 -78.5119 33.2186 -175.85 + 61 117.275 507 0 1 -78.4746 33.1424 -204.45 + 61 142.234 1065 0 0 -78.4734 33.1392 -205.85 + 61 30.8218 1114 2 0 -57.5568 43.0318 -146.25 + 61 210.31 1171 12 0 -143.722 54.3922 153.75 + 61 48.5641 182 12 1 -143.597 54.2016 155.15 + 61 133.189 183 12 1 -143.55 54.1096 155.222 + 61 16.9674 1172 12 0 -144.306 54.5588 154.15 + 61 5.73403 169 12 1 -146.176 55.3069 155.15 + 61 0.472123 1222 12 0 -154.591 64.4638 154.15 + 61 251.064 511 1 1 -77.8062 31.7742 -174.45 + 61 60.5366 1058 1 0 -77.8897 31.668 -175.85 + 61 47.3852 1057 1 0 -77.9021 31.65 -176.076 + 61 240.398 509 0 1 -78.1103 27.6368 -204.45 + 61 111.884 1037 0 0 -78.1552 27.6152 -205.85 + 61 160.314 1045 0 0 -99.5941 29.1285 -206.25 + 61 90.4387 395 0 1 -100.966 29.4256 -204.85 + 61 67.0266 394 0 1 -101.15 29.4137 -204.614 + 61 0.244211 393 0 1 -101.35 29.3342 -204.451 +Number of digits in this event = 11 Using G4ParticleGun ... -4.05872 LIN +2.91285 LIN gamma Event: 62 Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of digits in this event = 1 Using G4ParticleGun ... -3.35833 LIN +3.44321 LIN gamma Event: 63 -Number of tracker hits in this event = 90 - 63 445.262 1225 7 1 65.0664 -92.8036 5.55 - 63 405.739 436 7 0 65.0398 -92.7948 4.15 - 63 172.693 1221 6 1 64.4074 -92.6081 -24.45 - 63 39.0453 437 6 0 64.4246 -92.555 -25.85 - 63 79.4604 438 6 0 64.4262 -92.55 -25.9755 - 63 3.39604 1222 5 1 64.4507 -91.4552 -54.45 - 63 155.409 1221 5 1 64.45 -91.4548 -54.4639 - 63 150.876 443 5 0 64.3822 -91.4001 -55.85 - 63 126.015 1214 4 1 62.9859 -90.2087 -84.45 - 63 143.803 1207 3 1 61.6033 -88.4091 -114.45 - 63 131.466 458 3 0 61.583 -88.3111 -115.85 - 63 164.618 1205 2 1 61.203 -86.3265 -144.45 - 63 197.167 468 2 0 61.1638 -86.265 -145.85 - 63 18.8439 469 2 0 61.1548 -86.25 -146.186 - 63 129.531 1201 1 1 60.4364 -85.1394 -174.45 - 63 114.868 475 1 0 60.354 -85.0492 -175.85 - 63 97.5126 1193 0 1 58.707 -83.1386 -204.45 - 63 216.359 485 0 0 58.649 -83.0323 -205.85 - 63 43.3575 450 4 0 62.8414 -90.05 -86.2232 - 63 17.6873 1072 4 0 67.295 34.6181 -86.25 - 63 97.8275 1073 4 0 67.2827 34.65 -86.2293 - 63 188.365 1162 1 1 52.5464 -106.42 -174.45 - 63 39.8237 1226 6 1 65.4393 -93.6127 -24.4501 - 63 76.9702 1227 6 1 65.45 -93.6227 -24.573 - 63 113.136 432 6 0 65.563 -93.7206 -25.85 - 63 0.689027 431 6 0 65.5926 -93.75 -26.248 - 63 129.126 1235 5 1 67.1234 -95.481 -54.45 - 63 161.614 422 5 0 67.018 -95.6031 -55.85 - 63 115.303 1225 4 1 65.2464 -97.603 -84.4502 - 63 145.661 412 4 0 65.2423 -97.5693 -85.85 - 63 119.514 1225 3 1 65.1263 -96.4544 -114.45 - 63 173.393 419 3 0 65.1337 -96.3012 -115.85 - 63 118.621 1225 2 1 65.1757 -93.1296 -144.45 - 63 104.149 435 2 0 65.307 -92.9921 -145.85 - 63 162.067 1240 1 1 68.0689 -90.05 -174.566 - 63 124.461 451 1 0 68.1022 -89.7699 -175.85 - 63 225.48 1247 0 1 69.451 -83.3765 -204.45 - 63 99.7224 1246 0 1 69.45 -83.3707 -204.471 - 63 8.19818 488 0 0 69.5655 -82.2667 -205.85 - 63 123.444 489 0 0 69.5669 -82.25 -205.872 - 63 14.8531 490 0 0 69.5885 -82.05 -206.192 - 63 156.664 1398 0 1 99.8428 -8.40115 -204.45 - 63 62.0593 1224 7 1 65.05 -92.8368 5.35992 - 63 27.3152 435 7 0 64.9242 -92.95 3.85858 - 63 309.977 1207 6 1 61.6384 -95.9722 -24.4501 - 63 52.4887 412 6 0 61.6636 -97.6315 -25.85 - 63 64.1715 411 6 0 61.6628 -97.7503 -25.9283 - 63 204.606 410 6 0 61.6671 -97.95 -26.0715 - 63 6.9331 409 6 0 61.6564 -98.15 -26.2285 - 63 18.0128 1197 5 1 59.479 -137.703 -54.45 - 63 127.555 1196 5 1 59.45 -137.716 -54.5357 - 63 66.6729 211 5 0 58.8747 -137.921 -55.85 - 63 59.2609 210 5 0 58.7942 -137.95 -56.0395 - 63 5.54368 1182 4 1 56.6344 -143.242 -84.45 - 63 81.7688 1183 4 1 56.65 -143.234 -84.4731 - 63 31.9391 1184 4 1 56.85 -143.148 -84.737 - 63 108.237 186 4 0 57.6104 -142.839 -85.85 - 63 41.6906 187 4 0 57.8433 -142.75 -86.1561 - 63 142.607 1307 3 1 81.5879 -128.176 -114.45 - 63 142.352 263 3 0 82.0857 -127.436 -115.85 - 63 27.2982 262 3 0 82.2993 -127.55 -116.217 - 63 117.132 254 3 0 133.908 -129.338 -116.25 - 63 33.9325 255 3 0 133.997 -129.15 -115.918 - 63 202.325 1568 3 1 133.856 -129.111 -114.85 - 63 39.9219 1567 3 1 133.75 -129.116 -114.77 - 63 79.8447 1569 3 1 133.95 -129.038 -114.796 - 63 13.4943 258 3 0 134.585 -128.511 -115.85 - 63 83.8434 1570 3 1 134.276 -127.453 -114.85 - 63 152.386 1225 6 1 65.0788 -92.7734 -24.45 - 63 195.989 436 6 0 65.0765 -92.7687 -25.85 - 63 119.743 1224 5 1 65.0379 -92.6738 -54.45 - 63 189.209 437 5 0 65.0359 -92.6703 -55.85 - 63 108.734 1224 4 1 64.988 -92.5892 -84.45 - 63 205.018 437 4 0 64.9861 -92.5881 -85.85 - 63 113.715 1224 3 1 64.9382 -92.5659 -114.45 - 63 154.556 437 3 0 64.9337 -92.5647 -115.85 - 63 115.921 1224 2 1 64.8594 -92.5457 -144.45 - 63 182.461 438 2 0 64.8567 -92.5488 -145.85 - 63 105.825 1223 1 1 64.8109 -92.6181 -174.45 - 63 106.727 437 1 0 64.8062 -92.6229 -175.85 - 63 126.197 1223 0 1 64.7156 -92.7136 -204.45 - 63 318.007 437 0 0 64.7124 -92.7181 -205.85 - 63 128.326 146 2 0 94.2082 -150.76 -146.249 - 63 109.546 147 2 0 94.2379 -150.75 -146.141 - 63 39.578 414 1 0 -20.7214 -97.15 -176.145 - 63 108.046 413 1 0 -20.8144 -97.3502 -176.23 - 63 56.3702 338 3 0 -166.606 -112.436 -116.25 - 63 144.039 337 3 0 -166.791 -112.55 -116.02 - 63 69.0078 329 3 0 -138.062 -114.345 -116.25 - 63 100.028 328 3 0 -138.055 -114.35 -116.237 -Number of digits in this event = 41 +Number of tracker hits in this event = 75 + 63 281.913 1483 9 1 116.776 -20.055 65.55 + 63 237.835 799 9 0 116.773 -20.0535 64.15 + 63 145.396 1482 8 1 116.711 -20.028 35.55 + 63 249.273 800 8 0 116.71 -20.0275 34.15 + 63 108.908 1482 7 1 116.654 -20.0188 5.55 + 63 119.919 800 7 0 116.659 -20.0124 4.15 + 63 239.889 1482 6 1 116.735 -19.8876 -24.45 + 63 197.668 800 6 0 116.747 -19.882 -25.85 + 63 261.785 1484 5 1 116.975 -19.7605 -54.45 + 63 108.56 801 5 0 116.984 -19.7508 -55.85 + 63 179.377 1485 4 1 117.189 -19.5399 -84.45 + 63 116.132 802 4 0 117.2 -19.5296 -85.85 + 63 117.06 1486 3 1 117.436 -19.3258 -114.45 + 63 325.119 803 3 0 117.448 -19.3138 -115.85 + 63 129.155 1487 2 1 117.709 -19.0605 -144.45 + 63 44.7315 804 2 0 117.723 -19.0511 -145.85 + 63 74.8871 805 2 0 117.725 -19.05 -146.023 + 63 156.979 1489 1 1 118.007 -18.8762 -174.45 + 63 129.823 805 1 0 118.026 -18.8631 -175.85 + 63 96.4679 1491 0 1 118.377 -18.602 -204.45 + 63 99.016 807 0 0 118.398 -18.5884 -205.85 + 63 107.117 1483 8 1 116.774 -20.0791 35.55 + 63 149.621 799 8 0 116.774 -20.0844 34.15 + 63 123.207 1483 7 1 116.755 -20.2157 5.55 + 63 266.597 799 7 0 116.754 -20.2207 4.15 + 63 100.468 798 6 0 116.733 -20.3162 -25.85 + 63 107.994 799 5 0 116.964 -20.223 -55.85 + 63 125.021 1484 4 1 117.139 -20.1688 -84.45 + 63 129.525 799 4 0 117.147 -20.1714 -85.85 + 63 132.281 1485 3 1 117.331 -20.2406 -114.45 + 63 141.325 799 3 0 117.339 -20.2399 -115.85 + 63 101.596 1486 2 1 117.494 -20.2237 -144.45 + 63 96.4167 799 2 0 117.504 -20.2265 -145.85 + 63 100.362 1487 1 1 117.718 -20.2941 -174.45 + 63 172.104 798 1 0 117.727 -20.2937 -175.85 + 63 241.678 1488 0 1 117.914 -20.2704 -204.45 + 63 113.955 798 0 0 117.926 -20.2676 -205.85 + 63 59.483 375 5 0 -81.2647 -104.95 -56.0739 + 63 16.0982 713 5 0 -0.352784 -37.4259 -56.2499 + 63 345.847 712 5 0 -0.341575 -37.45 -56.2224 + 63 109.299 1488 1 1 117.831 -19.7635 -174.45 + 63 109.972 800 1 0 118.211 -20.0018 -175.85 + 63 154.273 1497 0 1 119.684 -25.2055 -204.45 + 63 175.261 771 0 0 119.825 -25.6901 -205.85 + 63 91.9199 770 0 0 120.029 -25.8506 -206.092 + 63 52.1041 769 0 0 120.249 -26.0502 -206.22 + 63 189.168 531 0 0 167.442 -73.6767 -206.25 + 63 46.9268 530 0 0 167.699 -73.85 -205.978 + 63 117.635 1742 0 1 168.558 -74.4737 -204.85 + 63 15.887 1743 0 1 168.75 -74.5628 -204.527 + 63 279.318 238 0 0 37.7301 -132.35 -206.118 + 63 55.4471 1483 3 1 116.786 -20.0769 -114.45 + 63 95.3508 1482 3 1 116.75 -20.0811 -114.61 + 63 124.598 798 3 0 116.315 -20.2501 -115.999 + 63 41.9405 631 3 0 110.842 -53.7414 -116.249 + 63 97.5899 630 3 0 110.857 -53.85 -116.145 + 63 51.3928 629 3 0 110.874 -54.05 -115.987 + 63 341.98 1454 3 1 110.962 -55.3592 -114.85 + 63 77.7063 1453 3 1 110.95 -55.7904 -114.509 + 63 83.1654 547 4 0 102.033 -70.5173 -86.25 + 63 47.5972 546 4 0 101.953 -70.6502 -86.0235 + 63 28.001 1406 4 1 101.379 -71.2443 -84.85 + 63 119.755 1405 4 1 101.35 -71.2974 -84.7745 + 63 24.0364 1491 3 1 118.523 -19.4544 -114.85 + 63 169.224 1492 3 1 118.55 -19.4636 -114.816 + 63 238.796 1484 3 1 116.95 -19.7459 -114.479 + 63 56.1053 805 3 0 117.667 -18.9472 -115.85 + 63 80.5752 806 3 0 117.741 -18.8498 -116.032 + 63 48.3499 1541 2 1 128.475 1.82931 -144.45 + 63 83.3199 1542 2 1 128.55 1.79219 -144.589 + 63 113.5 1543 2 1 128.751 1.63256 -144.77 + 63 30.7875 902 2 0 129.744 0.487554 -145.85 + 63 107.647 901 2 0 129.837 0.45 -145.908 + 63 297.357 1555 2 1 131.156 -0.142241 -144.85 + 63 242.386 1556 2 1 131.35 -0.20133 -144.719 +Number of digits in this event = 35 Using G4ParticleGun ... -9.49096 LIN +1.15867 LIN gamma Event: 64 -Number of tracker hits in this event = 5 - 64 126.518 634 7 0 63.7618 -53.1723 3.75 - 64 95.2361 635 7 0 63.618 -53.05 4.05198 - 64 312.118 1220 7 1 64.1511 -52.7483 5.1504 - 64 23.1248 800 4 0 -47.4872 -19.9421 -86.25 - 64 246.983 677 4 1 -44.545 -22.0711 -84.85 -Number of digits in this event = 6 -Using G4ParticleGun ... -1.63795 LIN +Number of tracker hits in this event = 0 +Number of digits in this event = 1 +Using G4ParticleGun ... +4.41089 LIN gamma Event: 65 Number of tracker hits in this event = 0 Number of digits in this event = 1 Using G4ParticleGun ... -1.31315 LIN +2.96694 LIN gamma Event: 66 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 89 + 66 273.429 587 9 1 -62.5042 115.472 65.55 + 66 227.613 1476 9 0 -62.3622 115.489 64.15 + 66 129.304 599 8 1 -60.1647 116.075 35.55 + 66 102.316 1479 8 0 -60.2328 116.122 34.1497 + 66 165.447 593 7 1 -61.2686 117.415 5.55 + 66 166.645 1486 7 0 -61.5395 117.454 4.15 + 66 109.775 561 6 1 -67.7987 117.875 -24.45 + 66 120.104 1488 6 0 -67.6232 117.923 -25.85 + 66 134.655 584 5 1 -63.1907 119.504 -54.4505 + 66 114.22 1497 5 0 -62.9986 119.674 -55.85 + 66 110.191 603 4 1 -59.3899 122.141 -84.45 + 66 101.564 1509 4 0 -59.273 122.12 -85.85 + 66 96.9514 615 3 1 -56.9549 122.083 -114.45 + 66 28.6826 614 3 1 -57.0501 122.089 -114.8 + 66 120.721 1509 3 0 -57.34 122.102 -115.85 + 66 626.467 584 2 1 -63.1394 124 -144.45 + 66 59.0205 583 2 1 -63.25 124.038 -144.659 + 66 319.846 1520 2 0 -63.8995 124.285 -145.85 + 66 7.70934 1521 2 0 -64.101 124.35 -146.219 + 66 141.615 503 1 1 -79.3697 129.816 -174.45 + 66 167.189 1548 1 0 -79.2461 129.815 -175.851 + 66 161.6 527 0 1 -74.5874 129.964 -204.45 + 66 86.9718 1554 0 0 -74.2451 130.994 -205.851 + 66 72.5211 1555 0 0 -74.1857 131.15 -206.092 + 66 82.1763 1498 2 0 -162.478 119.919 -146.25 + 66 50.6945 1484 5 0 -77.1118 117.054 -56.25 + 66 214.662 588 5 1 -62.4044 119.41 -54.4502 + 66 171.58 1495 5 0 -62.0378 119.31 -55.8506 + 66 73.0433 1463 5 0 -55.9709 112.829 -56.25 + 66 105.027 1464 5 0 -55.8698 112.95 -56.0777 + 66 185.798 618 5 1 -56.2738 113.017 -54.8499 + 66 156.881 1467 5 0 -55.937 113.722 -55.8502 + 66 176.288 587 8 1 -62.5354 115.461 35.55 + 66 150.665 1476 8 0 -62.5345 115.461 34.15 + 66 155.841 587 7 1 -62.5145 115.486 5.55 + 66 110.019 1476 7 0 -62.5166 115.488 4.15 + 66 130.743 587 6 1 -62.5678 115.524 -24.45 + 66 109.91 1476 6 0 -62.571 115.528 -25.85 + 66 173.782 587 5 1 -62.643 115.614 -54.45 + 66 315.706 1477 5 0 -62.6501 115.62 -55.85 + 66 292.995 586 4 1 -62.7896 115.742 -84.45 + 66 128.379 1478 4 0 -62.7989 115.751 -85.85 + 66 102.385 585 3 1 -62.9846 115.931 -114.45 + 66 120.759 1478 3 0 -62.9945 115.941 -115.85 + 66 485.795 1480 2 0 -63.2025 116.177 -145.85 + 66 282.258 583 1 1 -63.324 116.489 -174.45 + 66 169.661 1481 1 0 -63.3365 116.504 -175.85 + 66 85.6813 582 0 1 -63.5546 116.83 -204.45 + 66 170.592 1483 0 0 -63.5496 116.85 -205.85 + 66 107.177 581 1 1 -63.7254 116.061 -174.45 + 66 209.626 1479 1 0 -63.7355 116.027 -175.85 + 66 250.429 580 0 1 -63.999 115.34 -204.45 + 66 141.678 1475 0 0 -64.0152 115.271 -205.85 + 66 52.8269 579 0 1 -64.05 115.702 -204.743 + 66 270.293 1484 0 0 -64.187 117.05 -205.85 + 66 270.943 1485 0 0 -64.1571 117.15 -205.942 + 66 192.963 1486 0 0 -63.954 117.35 -206.119 + 66 119.814 584 0 1 -63.1882 115.715 -204.45 + 66 255.298 1477 0 0 -63.143 115.69 -205.85 + 66 15.6548 1059 5 0 -25.9318 31.9675 -56.25 + 66 10.6113 1058 5 0 -25.8839 31.85 -55.9607 + 66 129.536 1478 0 0 -63.0085 115.75 -206.037 + 66 54.0013 1479 0 0 -62.9386 115.951 -206.072 + 66 140.69 1480 0 0 -62.939 116.151 -206.038 + 66 105.222 1513 0 0 -29.559 122.9 -206.25 + 66 93.3565 1514 0 0 -29.3818 122.95 -206.202 + 66 213.326 1515 0 0 -29.2998 123.15 -206.203 + 66 190.426 1481 0 0 -62.8816 116.35 -206.224 + 66 126.961 1569 0 0 -75.7946 134.002 -206.25 + 66 30.7529 1289 2 0 -80.5109 77.9399 -146.25 + 66 88.4508 1288 2 0 -80.5463 77.85 -146.193 + 66 69.435 1287 2 0 -80.5404 77.65 -146.096 + 66 60.1037 1286 2 0 -80.5597 77.45 -145.949 + 66 185.535 498 2 1 -80.3752 75.8903 -144.85 + 66 113.862 1482 0 0 -63.5946 116.55 -206.107 + 66 72.5111 585 4 1 -62.8501 119.203 -84.6853 + 66 151.885 1497 4 0 -63.2973 119.629 -85.8507 + 66 26.2604 1498 4 0 -63.4279 119.75 -86.1557 + 66 175.017 514 3 1 -77.2219 131.164 -114.45 + 66 58.1013 1563 3 0 -77.252 132.858 -115.85 + 66 66.3081 1564 3 0 -77.2563 132.95 -115.927 + 66 61.7929 1565 3 0 -77.2709 133.15 -116.105 + 66 218.378 491 2 1 -81.6708 144.899 -144.45 + 66 5.8687 490 2 1 -81.85 145.489 -144.841 + 66 49.6397 1635 2 0 -82.255 147.18 -145.85 + 66 62.5731 1636 2 0 -82.2902 147.35 -145.957 + 66 61.8463 1637 2 0 -82.3355 147.55 -146.082 + 66 42.1059 1638 2 0 -82.3663 147.75 -146.188 + 66 59.157 1476 5 0 -62.6895 115.513 -55.85 +Number of digits in this event = 49 Using G4ParticleGun ... -6.56335 LIN +1.23447 LIN gamma Event: 67 -Number of tracker hits in this event = 215 - 67 313.513 473 10 1 -85.2894 -14.7462 95.55 - 67 653.668 826 10 0 -85.2881 -14.7479 94.15 - 67 279.925 473 9 1 -85.2622 -14.781 65.55 - 67 303.156 826 9 0 -85.2595 -14.7856 64.15 - 67 123.686 474 8 1 -85.2087 -14.868 35.55 - 67 114.09 825 8 0 -85.2023 -14.8719 34.15 - 67 238.823 474 7 1 -85.0609 -14.9411 5.55 - 67 230.192 825 7 0 -85.0513 -14.9469 4.15 - 67 485.77 475 6 1 -84.8701 -15.0399 -24.45 - 67 295.953 825 6 0 -84.8685 -15.0401 -25.85 - 67 118.499 475 5 1 -84.8517 -15.1569 -54.45 - 67 100.579 824 5 0 -84.8974 -15.1683 -55.85 - 67 134.638 471 4 1 -85.7291 -15.4692 -84.45 - 67 143.233 823 4 0 -85.7802 -15.4371 -85.85 - 67 268.593 465 3 1 -86.892 -14.9166 -114.451 - 67 94.3658 825 3 0 -86.8751 -14.9214 -115.85 - 67 105.957 468 2 1 -86.3861 -15.2644 -144.45 - 67 210.742 823 2 0 -86.4586 -15.3469 -145.85 - 67 120.336 460 1 1 -88.0187 -16.7126 -174.45 - 67 0.126268 459 1 1 -88.0501 -16.7172 -174.849 - 67 116.536 816 1 0 -88.1272 -16.7327 -175.85 - 67 53.5607 449 0 1 -90.3401 -16.8287 -204.45 - 67 63.8662 448 0 1 -90.35 -16.8242 -204.617 - 67 159.321 816 0 0 -90.4185 -16.7794 -205.85 - 67 163.639 824 6 0 -84.8277 -15.05 -26.1432 - 67 208.214 478 3 1 -84.4274 -15.31 -114.45 - 67 502.262 823 3 0 -84.4207 -15.3151 -115.85 - 67 146.27 478 2 1 -84.2792 -15.4232 -144.45 - 67 113.502 479 1 1 -84.1422 -15.4611 -174.45 - 67 176.35 822 1 0 -84.1382 -15.4605 -175.85 - 67 149.952 479 0 1 -84.0682 -15.4548 -204.45 - 67 183.388 823 0 0 -84.064 -15.4499 -205.85 - 67 171.901 479 2 1 -84.25 -15.4031 -144.549 - 67 132.518 480 2 1 -84.05 -15.4333 -144.634 - 67 149.885 481 2 1 -83.85 -15.3505 -144.665 - 67 50.8556 969 14 0 -15.2197 13.9416 213.75 - 67 119.597 822 2 0 -84.1978 -15.5099 -145.85 - 67 114.707 481 1 1 -83.8467 -16.1104 -174.45 - 67 102.145 819 1 0 -83.8281 -16.1308 -175.85 - 67 164.873 483 0 1 -83.4188 -16.4519 -204.45 - 67 128.289 817 0 0 -83.3898 -16.452 -205.85 - 67 106.797 823 6 0 -84.9954 -15.3788 -25.85 - 67 13.9665 822 6 0 -85.0066 -15.45 -26.1893 - 67 266.028 472 5 1 -85.5047 -21.7062 -54.4501 - 67 311.579 790 5 0 -85.5631 -21.9135 -55.85 - 67 263.079 473 4 1 -85.4317 -26.0572 -84.45 - 67 31.3932 767 4 0 -84.9375 -26.6087 -85.8503 - 67 81.4992 766 4 0 -84.9008 -26.65 -85.9581 - 67 142.56 524 3 1 -75.1965 -37.1954 -114.45 - 67 400.18 713 3 0 -74.9289 -37.2542 -115.85 - 67 68.8062 555 2 1 -68.936 -44.011 -144.45 - 67 54.7648 556 2 1 -68.85 -43.9503 -144.651 - 67 140.436 683 2 0 -68.3969 -43.3802 -145.85 - 67 23.7555 583 1 1 -63.3889 -34.0236 -174.45 - 67 62.0329 582 1 1 -63.4501 -34.0258 -174.487 - 67 43.7896 581 1 1 -63.65 -34.0072 -174.581 - 67 63.9614 580 1 1 -63.85 -34.0041 -174.689 - 67 85.5722 579 1 1 -64.05 -33.9988 -174.825 - 67 15.3045 745 1 0 -64.8605 -30.9236 -175.85 - 67 102.584 746 1 0 -64.8829 -30.8499 -175.86 - 67 464.669 546 1 1 -70.6761 -19.8456 -174.85 - 67 90.9085 545 1 1 -70.85 -18.6111 -174.843 - 67 73.3829 821 1 0 -71.4337 -15.7391 -175.85 - 67 33.7487 820 1 0 -71.5244 -15.8502 -175.889 - 67 186.639 541 1 1 -71.6836 -16.2714 -174.85 - 67 307.802 618 2 0 -52.2505 -56.4211 -146.25 - 67 55.7656 619 2 0 -52.277 -56.2498 -146.101 - 67 151.14 695 1 1 -40.9009 -61.0372 -174.45 - 67 47.0761 588 1 0 -40.6358 -62.3226 -175.85 - 67 128.389 587 1 0 -40.6596 -62.45 -175.938 - 67 92.6792 706 4 0 -54.6477 -38.7592 -86.25 - 67 2.8386 828 6 0 -85.3444 -14.2584 -25.85 - 67 156.478 829 6 0 -85.3486 -14.25 -25.863 - 67 340.095 473 8 1 -85.3128 -14.7479 35.55 - 67 256.054 826 8 0 -85.312 -14.7494 34.15 - 67 196.424 473 7 1 -85.2914 -14.7813 5.55 - 67 175.378 826 7 0 -85.2896 -14.785 4.15 - 67 144.919 473 6 1 -85.2626 -14.8676 -24.45 - 67 91.7646 473 5 1 -85.2781 -14.9708 -54.45 - 67 97.3009 825 5 0 -85.2772 -14.9767 -55.85 - 67 108.134 824 4 0 -85.2558 -15.0769 -85.85 - 67 217.096 474 3 1 -85.1849 -15.0927 -114.45 - 67 379.814 824 3 0 -85.1803 -15.0919 -115.85 - 67 123.158 474 2 1 -85.076 -15.082 -144.45 - 67 103.428 824 2 0 -85.0749 -15.0814 -145.85 - 67 121.547 475 1 1 -85.0393 -15.0751 -174.45 - 67 114.075 824 1 0 -85.0374 -15.0769 -175.85 - 67 122.887 475 0 1 -84.9943 -15.1075 -204.45 - 67 103.222 824 0 0 -84.9905 -15.1044 -205.85 - 67 181.721 837 4 0 -85.8826 -12.5599 -85.85 - 67 282.41 836 4 0 -85.6931 -12.65 -86.2359 - 67 84.676 998 0 0 -34.6225 19.7238 -206.25 - 67 199.404 842 0 1 -11.65 -112.996 -204.558 - 67 15.4363 512 2 1 -77.65 -3.73059 -144.685 - 67 133.221 511 2 1 -77.6501 -3.70143 -144.71 - 67 202.465 712 3 0 -20.2314 -37.5515 -116.25 - 67 289.135 711 3 0 -19.919 -37.65 -116.136 - 67 12.9047 826 3 1 -14.6967 -36.3777 -114.85 - 67 54.0552 827 3 1 -14.65 -36.3641 -114.839 - 67 57.3775 828 3 1 -14.4499 -36.3024 -114.789 - 67 75.9131 829 3 1 -14.25 -36.2414 -114.768 - 67 156.712 830 3 1 -14.05 -36.1621 -114.782 - 67 30.6351 719 3 0 -11.6403 -36.0628 -115.85 - 67 186.444 720 3 0 -11.5173 -36.05 -115.904 - 67 29.4677 765 3 0 76.0068 -27.0284 -116.25 - 67 88.6921 764 3 0 76.1246 -27.05 -116.189 - 67 78.3306 763 3 0 76.2747 -27.25 -116.097 - 67 64.0019 762 3 0 76.3556 -27.45 -116.015 - 67 70.8335 761 3 0 76.3537 -27.65 -115.904 - 67 67.9158 760 3 0 76.3857 -27.85 -115.914 - 67 82.4491 759 3 0 76.4785 -28.05 -115.916 - 67 17.4554 758 3 0 76.5601 -28.25 -115.873 - 67 74.0086 1285 3 1 77.0793 -32.3477 -114.85 - 67 137.091 727 3 0 78.8328 -34.4507 -115.85 - 67 156.164 714 3 0 59.1889 -37.2498 -116.158 - 67 54.4976 829 3 0 -86.2093 -14.1959 -115.85 - 67 328.539 466 3 1 -86.85 -12.6099 -114.531 - 67 183.108 473 2 1 -85.4347 -14.7608 -144.45 - 67 89.2266 826 2 0 -85.1888 -14.6678 -145.85 - 67 46.4538 827 2 0 -85.1463 -14.65 -146.103 - 67 136.828 501 1 1 -79.7559 -12.4525 -174.45 - 67 110.019 837 1 0 -79.519 -12.5086 -175.85 - 67 17.8015 525 0 1 -74.8785 -14.6856 -204.45 - 67 126.877 526 0 1 -74.85 -14.661 -204.536 - 67 132.387 829 0 0 -74.4418 -14.2493 -205.85 - 67 75.9581 472 2 1 -85.45 -14.7347 -144.577 - 67 78.7177 828 2 0 -85.6036 -14.3869 -145.85 - 67 30.2332 829 2 0 -85.6127 -14.25 -146.146 - 67 77.4911 452 1 1 -89.5145 8.43208 -174.45 - 67 145.288 453 1 1 -89.45 8.2291 -174.486 - 67 230.663 466 7 1 -86.6889 -15.5698 5.55 - 67 108.274 818 7 0 -86.8515 -16.2531 4.15 - 67 8.55082 817 7 0 -86.9003 -16.45 3.78758 - 67 133.712 447 6 1 -90.6521 -31.5016 -24.45 - 67 77.882 740 6 0 -90.7971 -31.9481 -25.8502 - 67 31.1811 739 6 0 -90.8393 -32.05 -26.1389 - 67 21.6966 437 5 1 -92.7091 -40.0798 -54.45 - 67 154.643 436 5 1 -92.75 -40.1252 -54.5035 - 67 99.7154 435 5 1 -92.95 -40.3396 -54.7159 - 67 134.194 692 5 0 -94.1309 -41.5381 -55.85 - 67 257.335 691 5 0 -94.2465 -41.6501 -55.9469 - 67 145.86 690 5 0 -94.4396 -41.85 -56.0781 - 67 46.4058 689 5 0 -94.5921 -42.05 -56.1848 - 67 3.8106 243 4 1 -131.544 -101.495 -84.45 - 67 149.162 242 4 1 -131.55 -101.506 -84.465 - 67 44.9923 390 4 0 -132.126 -102.083 -85.85 - 67 81.4481 389 4 0 -132.186 -102.15 -86.0165 - 67 113.143 178 3 1 -144.422 -114.206 -114.45 - 67 11.9186 177 3 1 -144.55 -114.475 -114.801 - 67 100.657 324 3 0 -144.999 -115.181 -115.85 - 67 37.3874 323 3 0 -145.073 -115.35 -116.121 - 67 7.91775 145 2 1 -151.123 -133.841 -144.45 - 67 101.88 144 2 1 -151.15 -133.829 -144.466 - 67 116.088 143 2 1 -151.35 -133.682 -144.594 - 67 114.292 142 2 1 -151.55 -133.541 -144.684 - 67 50.6793 141 2 1 -151.75 -133.441 -144.769 - 67 25.6568 140 2 1 -151.95 -133.415 -144.82 - 67 481.409 230 2 0 -155.144 -133.978 -145.85 - 67 402.962 229 2 0 -156.375 -134.15 -146.133 - 67 210.778 228 2 0 -157.401 -134.35 -145.992 - 67 89.9455 227 2 0 -158.086 -134.55 -145.931 - 67 74.4133 226 2 0 -158.344 -134.75 -146.031 - 67 189.678 225 2 0 -158.549 -134.95 -146.135 - 67 127.277 224 2 0 -158.951 -135.15 -146.158 - 67 33.472 223 2 0 -159.406 -135.35 -145.922 - 67 49.5006 95 2 1 -161.049 -137.277 -144.85 - 67 59.7333 94 2 1 -161.15 -137.375 -144.784 - 67 79.7398 93 2 1 -161.35 -137.529 -144.671 - 67 66.4785 92 2 1 -161.55 -137.667 -144.59 - 67 183.411 238 2 0 -150.84 -132.45 -145.85 - 67 114.395 824 8 0 -85.47 -15.1658 34.15 - 67 29.8967 823 8 0 -85.4984 -15.25 33.8659 - 67 23.1079 453 7 1 -89.3075 -24.1165 5.55 - 67 215.627 454 7 1 -89.2499 -24.198 5.51171 - 67 35.6395 771 7 0 -89.3232 -25.7855 4.15 - 67 88.5355 770 7 0 -89.3452 -25.8501 4.06783 - 67 24.6246 769 7 0 -89.3997 -26.05 3.81682 - 67 99.841 606 7 0 -87.2222 -58.7385 3.75005 - 67 43.2105 605 7 0 -87.0887 -58.85 4.0689 - 67 70.5861 467 7 1 -86.5414 -59.2179 5.15 - 67 216.252 468 7 1 -86.4499 -59.2662 5.30219 - 67 5.56643 600 7 0 -86.3199 -60.0383 4.15 - 67 154.798 599 7 0 -86.3227 -60.05 4.12321 - 67 78.0749 827 10 0 -85.2276 -14.65 93.8771 - 67 40.0668 472 7 1 -85.45 -14.8288 5.26512 - 67 116.73 824 7 0 -85.6267 -15.0697 4.14993 - 67 197.989 455 6 1 -89.0312 -23.6606 -24.45 - 67 13.4899 456 6 1 -88.85 -23.8193 -24.8003 - 67 155.663 778 6 0 -88.2838 -24.2674 -25.85 - 67 9.82017 605 6 0 -72.6768 -59.0217 -26.25 - 67 74.4121 604 6 0 -72.6801 -59.0501 -26.2226 - 67 183.588 603 6 0 -72.7736 -59.2502 -26.0699 - 67 46.4835 531 6 1 -73.7654 -60.0184 -24.85 - 67 49.5935 530 6 1 -73.85 -60.0733 -24.7486 - 67 78.0908 529 6 1 -74.05 -60.1284 -24.6347 - 67 28.1266 528 6 1 -74.25 -60.1405 -24.5159 - 67 85.5118 609 6 0 -73.6737 -58.25 -25.9266 - 67 193.055 610 6 0 -73.7173 -58.0499 -25.9208 - 67 26.0131 475 7 1 -85.05 -14.8084 5.2082 - 67 106.824 759 7 0 -79.4226 -28.1525 3.75 - 67 24.0185 758 7 0 -79.5678 -28.25 4.06896 - 67 148.561 500 7 1 -79.9599 -28.6068 5.15 - 67 24.7162 499 7 1 -80.05 -28.7222 5.47592 - 67 57.4024 772 8 0 -74.3562 -25.5367 33.7502 - 67 74.8928 773 8 0 -74.3227 -25.45 33.9693 - 67 138.041 774 8 0 -74.1835 -25.25 34.0662 - 67 74.6601 775 8 0 -74.0184 -25.05 34.0935 - 67 137.856 537 8 1 -72.6445 -23.9049 35.15 - 67 131.989 538 8 1 -72.45 -23.7692 35.3038 - 67 222.368 539 8 1 -72.25 -23.7645 35.4514 - 67 107.219 777 8 0 -72.9734 -24.606 34.15 - 67 78.495 776 8 0 -73.0176 -24.65 34.089 - 67 84.0656 177 11 0 -121.88 -144.55 124.021 - 67 149.366 291 11 1 -121.79 -146.672 125.15 - 67 74.9096 715 5 0 -89.8438 -36.8577 -55.85 -Number of digits in this event = 94 -Using G4ParticleGun ... -7.91502 LIN +Number of tracker hits in this event = 2 + 67 38.1176 1202 0 1 60.45 93.2677 -204.532 + 67 5.82649 1201 0 1 60.45 93.2866 -204.523 +Number of digits in this event = 2 +Using G4ParticleGun ... +2.21859 LIN gamma Event: 68 -Number of tracker hits in this event = 54 - 68 276.066 1493 8 1 118.796 -27.613 35.55 - 68 222.888 762 8 0 118.797 -27.6136 34.15 - 68 331.499 1493 7 1 118.812 -27.6368 5.55 - 68 269.413 762 7 0 118.813 -27.6373 4.15 - 68 338.999 1493 6 1 118.82 -27.6402 -24.45 - 68 102.19 762 6 0 118.795 -27.592 -25.85 - 68 113.419 1491 5 1 118.482 -26.4119 -54.45 - 68 112.134 768 5 0 118.498 -26.3396 -55.85 - 68 116.304 1492 4 1 118.704 -24.6822 -84.45 - 68 119.183 777 4 0 118.731 -24.6011 -85.85 - 68 126.373 1495 3 1 119.307 -22.9746 -114.45 - 68 130.221 785 3 0 119.36 -22.8762 -115.85 - 68 4.56978 786 3 0 119.374 -22.85 -116.231 - 68 112.204 1501 2 1 120.38 -21.0655 -144.45 - 68 135.197 795 2 0 120.421 -20.989 -145.85 - 68 185.544 1511 1 1 122.355 -17.9318 -174.45 - 68 113.276 811 1 0 122.463 -17.7433 -175.85 - 68 128.822 1521 0 1 124.489 -13.9501 -204.45 - 68 83.5501 830 0 0 124.523 -13.863 -205.85 - 68 228.299 831 0 0 124.531 -13.85 -206.039 - 68 186.319 628 0 0 120.817 -54.438 -206.25 - 68 501.496 1487 0 1 117.694 -28.1744 -204.45 - 68 273.305 759 0 0 117.753 -28.2177 -205.85 - 68 20.5833 758 0 0 117.821 -28.25 -205.962 - 68 230.912 760 0 0 117.614 -28.0249 -205.85 - 68 14.574 1075 11 0 138.043 35.05 123.843 - 68 249.206 1494 7 1 118.95 -27.6763 5.47687 - 68 383.861 1493 4 1 118.88 -27.702 -84.45 - 68 346.266 761 4 0 118.862 -27.7019 -85.85 - 68 111.512 1491 3 1 118.521 -27.7411 -114.45 - 68 256.959 761 3 0 118.503 -27.7406 -115.85 - 68 108.188 1489 2 1 118.095 -27.7201 -144.45 - 68 329.679 761 2 0 118.072 -27.7047 -145.85 - 68 204.605 1487 1 1 117.585 -27.4248 -174.45 - 68 108.707 763 1 0 117.558 -27.4068 -175.85 - 68 126.463 1484 0 1 116.979 -27.0388 -204.45 - 68 87.3914 765 0 0 116.958 -27.017 -205.85 - 68 151.665 1493 3 1 118.947 -27.9019 -114.45 - 68 131.24 760 3 0 118.956 -27.9091 -115.85 - 68 283.376 1494 2 1 119.125 -28.0734 -144.45 - 68 115.921 759 2 0 119.128 -28.0713 -145.85 - 68 138.596 1495 1 1 119.215 -28.0137 -174.45 - 68 127.484 760 1 0 119.221 -28.013 -175.85 - 68 312.531 1495 0 1 119.329 -28.0114 -204.45 - 68 208.282 1494 1 1 119.15 -28.0124 -174.621 - 68 121.37 1493 1 1 118.95 -27.9848 -174.594 - 68 198.517 1492 1 1 118.75 -28.086 -174.575 - 68 134.435 761 6 0 118.791 -27.7208 -25.85 - 68 114.222 1493 5 1 118.794 -27.7808 -54.45 - 68 124.858 761 5 0 118.797 -27.7794 -55.85 - 68 93.6502 1494 3 1 118.957 -27.6846 -114.45 - 68 116.575 762 1 0 119.143 -27.5778 -175.85 - 68 135.32 762 0 0 119.25 -27.5453 -205.85 - 68 58.5205 1544 2 1 129.084 -52.7982 -144.45 -Number of digits in this event = 36 +Number of tracker hits in this event = 72 + 68 304.895 1096 10 1 39.4399 49.3726 95.55 + 68 374.988 1146 10 0 39.4368 49.3682 94.15 + 68 245.261 1096 9 1 39.3466 49.3254 65.55 + 68 283.022 1146 9 0 39.3478 49.3147 64.15 + 68 243.916 1096 8 1 39.4336 49.0596 35.55 + 68 121.705 1144 8 0 39.4348 49.0464 34.15 + 68 105.718 1097 7 1 39.5311 48.6536 5.55 + 68 132.134 1142 7 0 39.5102 48.6489 4.15 + 68 108.765 1095 6 1 39.1746 48.7125 -24.45 + 68 117.899 1143 6 0 39.1841 48.7372 -25.85 + 68 157.98 1096 5 1 39.3466 49.1761 -54.45 + 68 217.287 1145 5 0 39.3593 49.156 -55.85 + 68 160.32 1097 4 1 39.5437 48.6108 -84.45 + 68 122.369 1142 4 0 39.5247 48.6035 -85.85 + 68 209.141 1092 3 1 38.6408 48.4537 -114.45 + 68 133.047 1141 3 0 38.5531 48.398 -115.85 + 68 123.211 1084 2 1 36.8727 47.2883 -144.45 + 68 3.8731 1083 2 1 36.85 47.285 -144.831 + 68 106.789 1136 2 0 36.7804 47.2683 -145.85 + 68 124.078 1073 1 1 34.7772 46.7651 -174.45 + 68 304.953 1133 1 0 34.8152 46.7441 -175.851 + 68 100.534 1078 0 1 35.8309 47.1953 -204.45 + 68 123.101 1135 0 0 35.7643 47.1669 -205.85 + 68 9.53463 1034 2 1 27.0054 23.8853 -144.85 + 68 216.421 1095 5 1 39.25 49.1077 -54.5079 + 68 49.7568 1094 5 1 39.05 48.9751 -54.5159 + 68 210.227 1143 7 0 39.5022 48.65 3.83181 + 68 156.95 1146 8 0 39.3731 49.2526 34.15 + 68 118.191 1095 7 1 39.1326 49.1238 5.55 + 68 148.584 1145 7 0 39.1191 49.117 4.15 + 68 135.982 1093 6 1 38.8434 48.9825 -24.45 + 68 101.952 1144 6 0 38.8278 48.9746 -25.85 + 68 113.856 1092 5 1 38.506 48.8028 -54.45 + 68 114.474 1143 5 0 38.4918 48.7994 -55.85 + 68 298.378 1090 4 1 38.1904 48.7249 -84.45 + 68 147.742 1143 4 0 38.1739 48.721 -85.85 + 68 63.7513 1089 3 1 37.852 48.6271 -114.45 + 68 47.4771 1088 3 1 37.85 48.626 -114.656 + 68 130.005 1142 3 0 37.8385 48.6193 -115.85 + 68 115.726 1087 2 1 37.546 48.453 -144.45 + 68 109.971 1141 2 0 37.5351 48.447 -145.85 + 68 123.315 1086 1 1 37.3089 48.3265 -174.45 + 68 246.318 1141 1 0 37.298 48.3231 -175.85 + 68 113.994 1085 0 1 37.0957 48.2657 -204.45 + 68 140.49 1141 0 0 37.0889 48.2648 -205.85 + 68 3.3444 1561 0 1 132.35 -2.83071 -204.848 + 68 114.369 1562 0 1 132.55 -2.93495 -204.741 + 68 43.5948 888 0 0 132.154 -2.35036 -205.851 + 68 111.618 1566 0 1 133.428 -1.85248 -204.85 + 68 161.357 1140 1 0 37.0848 48.25 -175.997 + 68 124.901 1089 4 1 38.05 48.6177 -84.5798 + 68 4.24792 1088 4 1 37.85 48.5255 -84.8355 + 68 139.665 1141 4 0 37.0823 48.3356 -85.8501 + 68 40.0655 1140 4 0 36.9219 48.2498 -86.0896 + 68 110.597 955 4 0 26.9342 11.2136 -86.2493 + 68 83.0316 954 4 0 26.9137 11.05 -86.0145 + 68 59.457 953 4 0 26.8782 10.8489 -85.9173 + 68 33.5117 952 4 0 26.8799 10.65 -85.9056 + 68 85.3089 1036 4 1 27.258 9.6874 -84.85 + 68 108.564 1035 4 1 27.25 9.5872 -84.5919 + 68 62.7464 1034 4 1 27.05 9.63753 -84.5285 + 68 201.097 1144 7 0 39.057 49.0499 4.09158 + 68 36.162 783 5 0 39.7599 -23.3573 -56.25 + 68 11.9797 782 5 0 39.7639 -23.45 -56.2352 + 68 180.391 387 5 0 26.1421 -102.631 -56.25 + 68 6.74566 388 5 0 26.1656 -102.55 -55.8584 + 68 7.42142 1032 5 1 26.6396 -101.948 -54.85 + 68 207.624 1033 5 1 26.65 -101.939 -54.8331 + 68 110.222 395 5 0 26.6302 -101.09 -55.85 + 68 3.13672 1454 5 0 119.282 111.143 -56.25 + 68 22.2053 1455 5 0 119.291 111.15 -56.2476 + 68 167.46 1027 4 0 110.499 25.5778 -86.25 +Number of digits in this event = 38 Using G4ParticleGun ... -4.89221 LIN +1.82518 LIN gamma Event: 69 -Number of tracker hits in this event = 3 - 69 13.8996 1160 7 1 52.1323 -67.4705 5.15 - 69 68.2873 949 12 0 161.035 9.95348 153.75 - 69 212.269 950 12 0 161.195 10.0503 153.962 -Number of digits in this event = 4 +Number of tracker hits in this event = 0 +Number of digits in this event = 1 Using G4ParticleGun ... -9.61034 LIN +2.98058 LIN gamma Event: 70 -Number of tracker hits in this event = 89 - 70 328.843 1096 9 1 39.3649 -112.429 65.55 - 70 244.57 338 9 0 39.3641 -112.429 64.15 - 70 230.282 1096 8 1 39.3408 -112.434 35.55 - 70 369.612 338 8 0 39.341 -112.434 34.15 - 70 237.809 1096 7 1 39.3451 -112.446 5.55 - 70 219.153 338 7 0 39.3461 -112.447 4.15 - 70 132.477 1096 6 1 39.3493 -112.489 -24.45 - 70 185.676 338 6 0 39.3462 -112.488 -25.85 - 70 263.43 1096 5 1 39.2945 -112.464 -54.45 - 70 104.413 338 5 0 39.2923 -112.45 -55.85 - 70 117.506 1095 4 1 39.1014 -111.644 -84.45 - 70 47.7099 342 4 0 39.0034 -111.56 -85.85 - 70 85.5507 343 4 0 38.9916 -111.55 -86.0123 - 70 142.41 1085 3 1 37.107 -109.869 -114.45 - 70 131.271 352 3 0 37.0142 -109.703 -115.85 - 70 131.644 1074 2 1 34.9708 -106.291 -144.45 - 70 190.204 370 2 0 34.8892 -106.123 -145.85 - 70 277.724 1065 1 1 33.1985 -102.825 -174.45 - 70 175.842 387 1 0 33.0186 -102.583 -175.85 - 70 57.7811 388 1 0 32.9934 -102.55 -176.043 - 70 136.69 1045 0 1 29.1891 -98.2258 -204.45 - 70 127.05 410 0 0 28.896 -98.0461 -205.85 - 70 124.673 1078 0 1 35.7587 -99.0293 -204.45 - 70 82.4279 406 0 0 35.9899 -98.7843 -205.85 - 70 62.2075 407 0 0 36.0244 -98.75 -206.049 - 70 7.54487 1002 5 0 -49.1261 20.461 -55.85 - 70 50.5711 657 5 1 -48.5888 12.3923 -54.85 - 70 71.2874 454 3 0 -0.481528 -89.25 -116.218 - 70 270.407 1096 0 1 39.4315 -112.424 -204.45 - 70 308.155 338 0 0 39.4327 -112.424 -205.85 - 70 248.2 1343 2 1 88.7368 145.224 -144.85 - 70 166.475 1344 2 1 88.8502 145.881 -144.795 - 70 175.182 1345 2 1 89.0501 145.762 -144.713 - 70 133.468 184 1 0 -81.3688 -143.224 -176.25 - 70 130.198 1100 0 1 40.2027 -112.052 -204.85 - 70 0.165773 339 0 0 46.6206 -112.188 -205.85 - 70 56.0383 1152 0 1 50.5538 -110.657 -204.85 - 70 131.254 1095 6 1 39.2168 -112.627 -24.45 - 70 106.187 337 6 0 39.2186 -112.635 -25.85 - 70 134.913 336 5 0 39.2718 -112.821 -55.85 - 70 123.447 1096 4 1 39.3236 -112.993 -84.45 - 70 103.311 335 4 0 39.3239 -112.999 -85.85 - 70 506.727 1096 3 1 39.3075 -113.107 -114.45 - 70 385.623 335 3 0 39.3183 -113.106 -115.85 - 70 171.607 1097 2 1 39.5117 -113.089 -144.45 - 70 106.865 335 2 0 39.5201 -113.084 -145.85 - 70 148.104 1098 1 1 39.7443 -112.975 -174.45 - 70 144.816 335 1 0 39.7583 -112.969 -175.85 - 70 101.62 336 0 0 40.0907 -112.845 -205.85 - 70 204.196 285 0 0 56.3479 -123.12 -206.25 - 70 4.48428 1190 0 1 58.2327 -123.731 -204.85 - 70 59.2943 1191 0 1 58.25 -123.74 -204.84 - 70 255.883 276 0 0 61.9947 -124.775 -205.85 - 70 21.4473 414 0 0 45.1969 -97.2293 -206.25 - 70 83.5374 1108 0 0 9.17732 41.7302 -206.25 - 70 129.905 16 6 1 -176.891 -4.55301 -24.45 - 70 10.9719 17 6 1 -176.75 -4.53227 -24.8178 - 70 436.161 874 6 0 -176.289 -5.10795 -25.85 - 70 11.9229 873 6 0 -176.313 -5.25 -26.0436 - 70 142.375 1098 2 1 39.65 -113.197 -144.617 - 70 353.409 1099 2 1 39.85 -113.432 -144.611 - 70 83.9316 527 2 0 79.4408 -74.65 -146.191 - 70 32.3893 1095 3 1 39.25 -113.124 -114.7 - 70 197.032 1075 2 1 35.1834 -113.287 -144.45 - 70 349.041 334 2 0 35.2376 -113.247 -145.85 - 70 122.926 1081 1 1 36.398 -112.013 -174.45 - 70 231.743 341 1 0 36.4771 -111.932 -175.851 - 70 209.067 1087 0 1 37.6243 -110.444 -204.45 - 70 8.1867 1088 0 1 37.65 -110.422 -204.812 - 70 27.1292 348 0 0 37.7266 -110.355 -205.851 - 70 95.5377 349 0 0 37.7316 -110.35 -205.921 - 70 244.047 1094 2 1 39.0314 -113.33 -144.45 - 70 154.301 1090 1 1 38.2331 -113.514 -174.45 - 70 151.85 333 1 0 38.1154 -113.5 -175.85 - 70 118.119 1077 0 1 35.65 -113.328 -204.459 - 70 127.209 333 0 0 35.523 -113.373 -205.85 - 70 225.547 1092 1 1 38.4631 -111.808 -174.45 - 70 47.4105 1091 1 1 38.45 -111.8 -174.676 - 70 24.4862 342 1 0 38.3752 -111.75 -176.128 - 70 169.904 1083 0 1 36.7265 -110.886 -204.45 - 70 112.934 347 0 0 36.6421 -110.725 -205.85 - 70 66.1305 1114 0 1 42.85 -114.724 -204.716 - 70 31.7953 423 0 0 -5.3047 -95.55 -206.143 - 70 82.6294 325 0 0 43.2391 -115.006 -205.85 - 70 148.588 326 0 0 43.1611 -114.95 -205.935 - 70 112.86 1095 0 1 39.0678 -112.769 -204.45 - 70 125.372 337 0 0 39.1886 -112.689 -205.85 - 70 362.415 301 0 0 30.3974 -119.929 -206.25 - 70 14.0506 836 0 0 -98.8664 -12.7694 -206.25 -Number of digits in this event = 56 -Using G4ParticleGun ... -3.54628 LIN +Number of tracker hits in this event = 50 + 70 237.475 1063 6 1 32.7428 -113.868 -24.45 + 70 251.813 331 6 0 32.7383 -113.867 -25.85 + 70 122.618 1062 5 1 32.6482 -113.861 -54.45 + 70 126.617 331 5 0 32.6478 -113.849 -55.85 + 70 142.628 1062 4 1 32.6175 -113.642 -84.45 + 70 118.788 332 4 0 32.606 -113.635 -85.85 + 70 115.209 1061 3 1 32.3506 -113.476 -114.45 + 70 258.93 333 3 0 32.3464 -113.459 -115.85 + 70 148.971 1061 2 1 32.2597 -113.082 -144.45 + 70 161.493 335 2 0 32.2593 -113.062 -145.85 + 70 103.624 1061 1 1 32.2653 -112.68 -174.45 + 70 113.965 337 1 0 32.2754 -112.671 -175.85 + 70 226.152 1062 0 1 32.5035 -112.442 -204.45 + 70 115.607 338 0 0 32.5169 -112.427 -205.85 + 70 168.013 200 3 0 33.3344 -140.075 -116.25 + 70 175.576 199 3 0 33.3729 -140.15 -116.114 + 70 247.13 332 0 0 32.4549 -113.589 -205.85 + 70 137.285 1061 0 1 32.45 -113.591 -204.478 + 70 141.836 1063 5 1 32.7596 -113.98 -54.45 + 70 116.685 330 5 0 32.7571 -113.978 -55.85 + 70 92.2806 1063 4 1 32.6828 -113.924 -84.45 + 70 119.165 331 4 0 32.6772 -113.923 -85.85 + 70 134.849 1062 3 1 32.5697 -113.917 -114.45 + 70 169.662 331 3 0 32.5706 -113.919 -115.85 + 70 108.056 1062 2 1 32.5506 -113.938 -144.45 + 70 120.677 331 2 0 32.5528 -113.948 -145.85 + 70 31.4479 330 2 0 32.5533 -113.95 -146.149 + 70 297.667 1062 1 1 32.6122 -114.151 -174.45 + 70 137.925 329 1 0 32.6184 -114.163 -175.85 + 70 116.074 1063 0 1 32.7541 -114.408 -204.45 + 70 111.806 328 0 0 32.7678 -114.421 -205.85 + 70 24.3778 73 10 1 -165.35 -132.393 95.4071 + 70 58.2765 330 3 0 32.5559 -113.95 -116.08 + 70 123.802 330 1 0 32.6145 -113.998 -175.85 + 70 179.442 1058 0 1 31.7742 -113.673 -204.45 + 70 104.132 333 0 0 31.9757 -113.55 -205.882 + 70 97.5121 1063 1 1 32.65 -114.023 -174.466 + 70 127.848 331 1 0 32.919 -113.918 -175.85 + 70 135.307 1081 0 1 36.4088 -106.376 -204.45 + 70 50.3286 373 0 0 36.1826 -105.437 -205.85 + 70 72.3461 374 0 0 36.1595 -105.35 -205.998 + 70 153.404 418 0 0 16.7073 -96.4745 -206.25 + 70 9.71742 419 0 0 16.4187 -96.35 -205.877 + 70 42.6762 977 0 1 15.5346 -95.6351 -204.85 + 70 261.668 976 0 1 15.45 -95.5501 -204.724 + 70 149.506 975 0 1 15.25 -94.8387 -204.678 + 70 288.574 427 0 0 15.1597 -94.6045 -205.85 + 70 64.987 426 0 0 -18.2699 -94.75 -206.133 + 70 131.903 425 0 0 -18.3613 -94.95 -206.128 + 70 87.0331 424 0 0 -18.4646 -95.15 -206.234 +Number of digits in this event = 31 +Using G4ParticleGun ... +7.84492 LIN gamma Event: 71 -Number of tracker hits in this event = 83 - 71 260.036 300 9 1 -120.044 -41.5895 65.55 - 71 386.459 692 9 0 -120.027 -41.571 64.15 - 71 110.859 303 8 1 -119.475 -41.1839 35.55 - 71 120.304 694 8 0 -119.439 -41.1525 34.15 - 71 121.24 306 7 1 -118.823 -40.6787 5.55 - 71 130.191 696 7 0 -118.81 -40.6717 4.15 - 71 137.228 307 6 1 -118.601 -40.7739 -24.45 - 71 100.351 696 6 0 -118.604 -40.8149 -25.85 - 71 221.763 307 5 1 -118.619 -41.7675 -54.45 - 71 144.003 691 5 0 -118.676 -41.7931 -55.85 - 71 156.802 301 4 1 -119.865 -42.3603 -84.45 - 71 131.351 688 4 0 -119.91 -42.3844 -85.85 - 71 131.837 300 3 1 -120.083 -43.1147 -114.45 - 71 154.81 685 3 0 -120.036 -42.9972 -115.85 - 71 133.667 304 2 1 -119.252 -40.5999 -144.45 - 71 107.07 697 2 0 -119.224 -40.5218 -145.85 - 71 120.488 308 1 1 -118.458 -39.214 -174.45 - 71 143.332 704 1 0 -118.297 -39.1586 -175.85 - 71 76.2546 320 0 1 -115.982 -37.3897 -204.45 - 71 37.547 321 0 1 -115.95 -37.3953 -204.727 - 71 138.426 713 0 0 -115.776 -37.3983 -205.85 - 71 94.7148 264 1 1 -127.181 -45.5853 -174.85 - 71 201.013 293 0 1 -121.379 -41.6479 -204.45 - 71 2.32684 675 0 0 -123.454 -45.0391 -205.85 - 71 67.8887 674 0 0 -123.462 -45.05 -205.854 - 71 51.0168 673 0 0 -123.532 -45.2502 -205.883 - 71 100.03 672 0 0 -123.564 -45.45 -205.887 - 71 69.2113 671 0 0 -123.612 -45.65 -205.912 - 71 77.9875 670 0 0 -123.624 -45.85 -205.985 - 71 418.315 669 0 0 -123.673 -46.0504 -206.117 - 71 203.595 668 0 0 -124.43 -46.25 -205.994 - 71 152.002 667 0 0 -124.751 -46.45 -206.048 - 71 80.9629 308 5 1 -118.448 -42.3129 -54.4503 - 71 76.4955 309 5 1 -118.35 -42.3844 -54.5978 - 71 69.6107 685 5 0 -117.884 -43.0054 -55.8502 - 71 242.286 684 5 0 -117.858 -43.05 -55.9448 - 71 11.6704 368 4 1 -106.384 -55.1183 -84.45 - 71 101.762 369 4 1 -106.35 -55.1357 -84.4594 - 71 68.9964 370 4 1 -106.15 -55.1671 -84.5141 - 71 131.157 371 4 1 -105.95 -55.1436 -84.603 - 71 46.0371 372 4 1 -105.75 -55 -84.7629 - 71 165.161 622 4 0 -105.044 -55.5139 -85.8502 - 71 194.422 379 4 1 -104.217 -54.8923 -84.8495 - 71 50.4864 627 4 0 -106.623 -54.5948 -85.8501 - 71 48.4215 716 5 0 -116.997 -36.7415 -56.25 - 71 210.38 717 5 0 -116.936 -36.65 -56.1177 - 71 4.838 718 5 0 -116.712 -36.45 -55.8707 - 71 41.2889 321 5 1 -115.839 -35.5983 -54.85 - 71 650.374 322 5 1 -115.75 -35.5253 -54.7537 - 71 148.161 300 8 1 -119.988 -41.5333 35.55 - 71 153.525 692 8 0 -119.986 -41.5311 34.15 - 71 107.137 301 7 1 -119.935 -41.4777 5.55 - 71 125.037 692 7 0 -119.915 -41.4587 4.15 - 71 133.882 303 6 1 -119.521 -41.1066 -24.45 - 71 120.695 694 6 0 -119.5 -41.0612 -25.85 - 71 17.9716 695 6 0 -119.495 -41.05 -26.223 - 71 120.238 304 5 1 -119.287 -40.2018 -54.45 - 71 231.843 699 5 0 -119.234 -40.1208 -55.85 - 71 126.64 309 4 1 -118.202 -38.4456 -84.45 - 71 120.391 708 4 0 -118.155 -38.3941 -85.85 - 71 167.462 314 3 1 -117.219 -37.3801 -114.45 - 71 132.996 713 3 0 -117.196 -37.3203 -115.85 - 71 136.881 317 2 1 -116.722 -36.0656 -144.45 - 71 150.554 720 2 0 -116.733 -35.9965 -145.85 - 71 130.62 316 1 1 -116.88 -34.5019 -174.45 - 71 201.021 728 1 0 -116.87 -34.4219 -175.85 - 71 157.806 317 0 1 -116.703 -32.6972 -204.45 - 71 127.245 737 0 0 -116.711 -32.5985 -205.85 - 71 9.15131 913 9 1 2.82779 113.407 65.55 - 71 120.026 302 2 1 -119.738 -41.3183 -144.652 - 71 245.387 693 2 0 -119.737 -41.3276 -145.85 - 71 132.761 297 1 1 -120.602 -41.8652 -174.45 - 71 129.832 691 1 0 -120.53 -41.7229 -175.85 - 71 87.0385 307 0 1 -118.584 -38.2194 -204.45 - 71 37.4 308 0 1 -118.55 -38.2077 -204.731 - 71 473.031 709 0 0 -118.423 -38.1753 -205.85 - 71 219.083 1784 10 0 -97.8523 176.95 93.9723 - 71 99.4439 302 1 1 -119.674 -41.2963 -174.45 - 71 128.173 693 1 0 -119.671 -41.2958 -175.85 - 71 174.579 302 0 1 -119.63 -41.2973 -204.45 - 71 143.463 693 0 0 -119.622 -41.3032 -205.85 - 71 207.662 691 9 0 -120.053 -41.65 64.0913 - 71 59.6296 690 9 0 -120.176 -41.85 64.0036 -Number of digits in this event = 55 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -7.704 LIN +6.64506 LIN gamma Event: 72 -Number of tracker hits in this event = 46 - 72 317.766 246 7 1 -130.912 14.1545 5.55 - 72 217.282 970 7 0 -130.911 14.1543 4.15 - 72 295.411 246 6 1 -130.903 14.1467 -24.45 - 72 240.334 970 6 0 -130.903 14.1446 -25.85 - 72 218.205 246 5 1 -130.901 14.1145 -54.45 - 72 112.18 970 5 0 -130.9 14.1129 -55.85 - 72 251.979 246 4 1 -130.869 14.0646 -84.45 - 72 142.539 970 4 0 -130.868 14.066 -85.85 - 72 225.958 246 3 1 -130.865 14.1004 -114.45 - 72 311.387 970 3 0 -130.863 14.1034 -115.85 - 72 322.425 246 2 1 -130.799 14.1606 -144.45 - 72 311.011 970 2 0 -130.795 14.1596 -145.85 - 72 125.018 247 1 1 -130.718 14.1386 -174.45 - 72 427.851 970 1 0 -130.714 14.1402 -175.85 - 72 221.798 247 0 1 -130.59 14.1843 -204.45 - 72 545.126 970 0 0 -130.587 14.1918 -205.85 - 72 22.5396 245 5 1 -130.95 14.253 -54.8374 - 72 62.8341 984 5 0 -135.04 16.8516 -55.85 - 72 4.18795 205 5 1 -139.143 23.4279 -54.85 - 72 48.8011 204 5 1 -139.15 23.4382 -54.8466 - 72 122.928 1003 5 0 -138.647 20.774 -55.85 - 72 365.1 246 0 1 -130.848 14.0564 -204.45 - 72 89.0811 548 2 0 -122.218 -70.3629 -146.25 - 72 106.069 547 2 0 -122.154 -70.45 -146.158 - 72 121.107 461 2 0 -106.728 -87.7905 -146.25 - 72 2.04613 460 2 0 -106.724 -87.85 -146.22 - 72 146.388 245 6 1 -130.95 14.1652 -24.6002 - 72 209.558 246 1 1 -130.86 14.113 -174.45 - 72 55.2122 1394 1 0 -155.603 98.95 -176.23 - 72 108.618 1395 1 0 -155.636 99.1501 -175.945 - 72 30.2877 1354 9 1 90.9651 -96.2867 65.55 - 72 42.8511 1353 9 1 90.95 -96.2877 65.5475 - 72 57.9237 312 1 1 -117.55 104.388 -174.617 - 72 37.3048 314 1 1 -117.186 104.68 -174.45 - 72 136.481 244 5 1 -131.321 13.9808 -54.45 - 72 186.995 969 5 0 -131.34 13.9802 -55.85 - 72 187.821 242 4 1 -131.724 13.9922 -84.45 - 72 157.732 969 4 0 -131.743 14.0016 -85.85 - 72 173.827 240 3 1 -132.111 14.2149 -114.45 - 72 131.412 238 2 1 -132.419 14.5133 -144.45 - 72 154.209 972 2 0 -132.429 14.5169 -145.85 - 72 108.188 237 1 1 -132.693 14.6129 -174.45 - 72 231.396 972 1 0 -132.743 14.5735 -175.85 - 72 197.001 232 0 1 -133.742 13.7542 -204.45 - 72 62.4563 231 0 1 -133.75 13.7496 -204.627 - 72 119.359 968 0 0 -133.804 13.7153 -205.85 -Number of digits in this event = 32 +Number of tracker hits in this event = 7 + 72 2.39358 653 2 0 4.56145 -49.3432 -146.25 + 72 241.737 922 2 1 4.58412 -49.0746 -144.85 + 72 117.158 923 2 1 4.65 -48.9877 -144.567 + 72 129.621 654 2 0 3.98299 -49.0831 -145.85 + 72 202.29 655 2 0 3.88235 -49.05 -146.04 + 72 130.458 1079 6 0 -75.184 35.9301 -26.25 + 72 41.1774 785 1 1 -22.85 -101.607 -174.67 +Number of digits in this event = 5 Using G4ParticleGun ... -1.60558 LIN +7.21215 LIN gamma Event: 73 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Using G4ParticleGun ... -5.18733 LIN +9.83086 LIN gamma Event: 74 -Number of tracker hits in this event = 2 - 74 55.2972 591 5 1 -61.7615 -92.8933 -54.85 - 74 150.234 1049 0 1 29.85 36.7458 -204.748 -Number of digits in this event = 2 +Number of tracker hits in this event = 185 + 74 353.999 1360 10 1 92.1625 -15.6661 95.55 + 74 301.25 821 10 0 92.1626 -15.6662 94.15 + 74 373.878 1360 9 1 92.1665 -15.6717 65.55 + 74 170.183 821 9 0 92.1673 -15.6725 64.15 + 74 115.443 1360 8 1 92.1857 -15.6885 35.55 + 74 107.77 821 8 0 92.1877 -15.6882 34.15 + 74 202.626 1360 7 1 92.2304 -15.6778 5.55 + 74 120.812 821 7 0 92.2333 -15.6774 4.15 + 74 242.659 1360 6 1 92.2916 -15.6736 -24.45 + 74 144.246 821 6 0 92.2947 -15.6736 -25.85 + 74 105.789 1361 5 1 92.3508 -15.67 -54.45 + 74 106.739 821 5 0 92.3539 -15.6682 -55.85 + 74 407.045 1361 4 1 92.4235 -15.6303 -84.45 + 74 133.741 822 4 0 92.4253 -15.6276 -85.85 + 74 518.684 1361 3 1 92.4646 -15.5732 -114.45 + 74 281.515 822 3 0 92.4669 -15.5696 -115.85 + 74 409.062 1361 2 1 92.5202 -15.4928 -144.45 + 74 398.068 822 2 0 92.5202 -15.4873 -145.85 + 74 88.4301 1361 1 1 92.4973 -15.3848 -174.45 + 74 112.571 823 1 0 92.4926 -15.3818 -175.85 + 74 130.209 1361 0 1 92.4004 -15.3166 -204.45 + 74 368.589 823 0 0 92.3977 -15.3128 -205.85 + 74 650.057 1362 0 1 92.6333 -15.3284 -204.45 + 74 157.958 137 6 0 -51.5211 -152.55 -26.1857 + 74 71.8194 1114 11 0 24.2486 42.9212 123.75 + 74 53.8532 1016 11 1 23.3616 42.8928 125.15 + 74 58.3944 1015 11 1 23.25 42.9057 125.223 + 74 177.568 1014 11 1 23.05 42.8332 125.3 + 74 157.273 1013 11 1 22.8499 42.7253 125.384 + 74 25.1049 1691 0 0 146.036 158.476 -206.25 + 74 14.8676 1692 0 0 146.077 158.55 -206.239 + 74 2.08312 1698 4 0 135.648 159.93 -86.25 + 74 238.37 1699 4 0 135.657 159.95 -86.2242 + 74 13.2617 810 0 0 51.5495 -17.8654 -206.25 + 74 30.3201 811 0 0 51.5558 -17.85 -206.233 + 74 44.3637 1056 0 0 58.4524 31.2917 -206.25 + 74 634.971 1362 2 1 92.5538 -15.5499 -144.45 + 74 164.775 1339 1 1 87.9007 -13.5886 -174.45 + 74 92.2926 1338 1 1 87.85 -13.5587 -174.652 + 74 78.2043 833 1 0 87.5338 -13.3153 -175.85 + 74 160.782 834 1 0 87.4632 -13.25 -176.134 + 74 59.2927 1302 0 1 80.5432 -5.85605 -204.45 + 74 109.12 1301 0 1 80.45 -5.75683 -204.555 + 74 36.0678 1300 0 1 80.2498 -5.50459 -204.782 + 74 18.4027 878 0 0 79.3414 -4.30101 -205.85 + 74 165.603 879 0 0 79.3025 -4.25 -205.896 + 74 81.407 954 0 0 50.2083 10.9163 -206.25 + 74 49.6902 955 0 0 50.0751 11.05 -205.989 + 74 188.467 1145 0 1 49.2388 11.7635 -204.85 + 74 213.447 1144 0 1 49.05 11.8925 -204.607 + 74 180.902 992 1 0 25.1917 18.4517 -176.25 + 74 69.3378 1020 1 1 24.2008 18.8287 -174.85 + 74 72.3874 1019 1 1 24.05 18.8782 -174.657 + 74 155.798 1091 2 0 -22.3197 38.2734 -146.25 + 74 70.3791 1092 2 0 -22.7358 38.45 -145.994 + 74 71.8495 778 2 1 -24.2697 38.6642 -144.85 + 74 64.3782 777 2 1 -24.45 38.6872 -144.723 + 74 244.327 776 2 1 -24.65 38.7376 -144.645 + 74 218.562 775 2 1 -24.85 38.7945 -144.522 + 74 76.5531 1043 3 0 -28.005 28.72 -116.25 + 74 73.2944 1042 3 0 -28.0478 28.65 -116.065 + 74 105.181 756 3 1 -28.6598 28.7274 -114.85 + 74 248.04 755 3 1 -28.85 28.8158 -114.588 + 74 174.716 965 1 0 166.529 13.1351 -175.85 + 74 192.154 1031 1 0 173.744 26.25 -176.096 + 74 39.6498 1298 0 1 79.85 -5.50422 -204.747 + 74 420.961 874 0 0 78.3477 -5.21671 -205.85 + 74 221.373 1284 0 1 76.9605 -4.48958 -204.85 + 74 70.8497 1283 0 1 76.85 -4.40917 -204.762 + 74 201.397 1285 0 1 77.05 -4.35937 -204.497 + 74 181.156 893 0 0 80.807 -1.26864 -205.85 + 74 125.437 894 0 0 80.8316 -1.24982 -205.852 + 74 176.695 895 0 0 80.7942 -1.04934 -205.974 + 74 90.2029 1291 0 1 78.4086 -4.02799 -204.85 + 74 154.412 821 2 0 93.0081 -15.7431 -145.85 + 74 144.494 1408 1 1 101.82 -21.4155 -174.45 + 74 38.7203 1407 1 1 101.75 -21.5094 -174.719 + 74 106.548 790 1 0 101.401 -21.8668 -175.851 + 74 131.875 1375 0 1 95.2685 -29.6152 -204.45 + 74 120.076 752 0 0 94.9424 -29.6056 -205.85 + 74 100.469 732 0 0 54.4982 -33.6294 -206.25 + 74 79.1558 731 0 0 54.2968 -33.65 -206.079 + 74 71.4222 1174 0 1 54.9035 -34.5275 -204.85 + 74 79.7436 1175 0 1 55.0501 -34.5894 -204.63 + 74 67.7285 1176 0 1 55.25 -34.5363 -204.667 + 74 89.8738 1177 0 1 55.4504 -34.551 -204.696 + 74 114.698 1178 0 1 55.65 -34.4672 -204.712 + 74 239.849 1179 0 1 55.85 -34.4232 -204.632 + 74 513.203 821 4 0 92.3981 -15.6668 -85.85 + 74 101.847 1362 1 1 92.6532 -15.5814 -174.45 + 74 97.4384 822 1 0 92.6572 -15.578 -175.85 + 74 121.957 822 0 0 92.7427 -15.4918 -205.85 + 74 8.25764 140 3 0 11.547 -151.95 -116.113 + 74 20.4084 735 0 0 167.787 -32.85 -205.891 + 74 287.539 825 3 0 91.9948 -15.0438 -115.85 + 74 55.0375 333 2 0 119.056 -113.483 -146.25 + 74 35.7212 645 2 0 -2.88918 -50.8926 -146.25 + 74 115.94 1350 3 1 90.3318 -16.6091 -114.45 + 74 104.859 816 3 0 90.1801 -16.6636 -115.85 + 74 28.7795 1332 2 1 86.4723 -17.5941 -144.45 + 74 77.3506 1331 2 1 86.45 -17.602 -144.581 + 74 150.19 811 2 0 86.217 -17.6874 -145.85 + 74 94.7794 1305 1 1 81.145 -19.5391 -174.45 + 74 27.2668 1304 1 1 81.05 -19.5458 -174.756 + 74 111.914 802 1 0 80.7175 -19.5729 -175.85 + 74 34.4212 1262 0 1 72.4814 -20.4241 -204.45 + 74 92.4198 1261 0 1 72.45 -20.4237 -204.578 + 74 125.847 798 0 0 72.1689 -20.4394 -205.851 + 74 26.8546 1359 3 1 91.9993 -15.7813 -114.45 + 74 269.072 1366 3 1 93.4743 -16.1322 -114.45 + 74 110.236 820 3 0 92.9944 -15.9976 -115.85 + 74 114.937 1311 2 1 82.3619 -12.8273 -144.45 + 74 146.831 837 2 0 82.4878 -12.5367 -145.85 + 74 133.691 1336 1 1 87.2756 -5.31505 -174.45 + 74 83.6481 874 1 0 87.2746 -5.09879 -175.85 + 74 10.6441 875 1 0 87.2702 -5.05 -176.194 + 74 1.73728 1334 0 1 87.0483 -1.71545 -204.45 + 74 223.062 1335 0 1 87.05 -1.71422 -204.456 + 74 5.71753 892 0 0 87.496 -1.45374 -205.85 + 74 38.5816 1360 3 1 92.2983 -15.5608 -114.45 + 74 108.782 821 3 0 92.731 -15.7203 -115.85 + 74 15.2025 1411 2 1 102.503 -19.585 -144.45 + 74 64.6852 1412 2 1 102.55 -19.5794 -144.497 + 74 80.6079 1413 2 1 102.75 -19.5505 -144.655 + 74 133.407 1414 2 1 102.95 -19.5278 -144.774 + 74 146.929 804 2 0 105.363 -19.1273 -145.85 + 74 146.513 805 2 0 105.701 -19.05 -146.016 + 74 72.0044 806 2 0 106.102 -18.85 -146.202 + 74 114.96 1734 1 1 167.092 7.45259 -174.45 + 74 28.5377 1735 1 1 167.15 7.47467 -174.788 + 74 124.1 939 1 0 167.553 7.90746 -175.85 + 74 79.6804 718 2 0 108.464 -36.3795 -146.25 + 74 50.2345 717 2 0 108.383 -36.45 -146.021 + 74 35.1557 1439 2 1 108.008 -36.7151 -144.85 + 74 68.7001 1438 2 1 107.95 -36.7298 -144.689 + 74 94.9902 1433 2 1 106.95 -34.8731 -144.661 + 74 29.3276 1432 2 1 106.75 -34.3811 -144.839 + 74 36.908 741 2 0 106.007 -31.7381 -145.85 + 74 82.0947 742 2 0 106.004 -31.6493 -145.963 + 74 81.9379 743 2 0 106.037 -31.45 -146.114 + 74 80.0552 867 2 0 92.7792 -6.49458 -146.25 + 74 189.556 868 2 0 92.8411 -6.45 -146.139 + 74 60.864 869 2 0 92.9473 -6.25 -146.222 + 74 3.81004 1499 1 1 120.144 -26.1604 -174.45 + 74 117.626 1500 1 1 120.15 -26.1577 -174.462 + 74 59.341 770 1 0 120.843 -25.8924 -175.85 + 74 60.1062 771 1 0 120.94 -25.85 -176.042 + 74 297.722 1571 0 1 134.544 -17.4246 -204.45 + 74 1.71697 825 0 0 134.139 -14.8574 -205.85 + 74 75.5282 826 0 0 134.138 -14.849 -205.854 + 74 58.5716 827 0 0 134.097 -14.65 -205.958 + 74 59.2862 828 0 0 134.045 -14.45 -206.047 + 74 36.8653 829 0 0 133.959 -14.25 -206.181 + 74 184.683 942 0 0 116.422 8.49974 -206.25 + 74 25.8562 943 0 0 116.015 8.65 -205.891 + 74 5.06125 1470 0 1 114.163 9.45394 -204.85 + 74 72.0527 1469 0 1 114.15 9.45977 -204.843 + 74 63.4687 1468 0 1 113.95 9.5544 -204.746 + 74 113.786 1467 0 1 113.75 9.64655 -204.643 + 74 55.0275 1466 0 1 113.55 9.73121 -204.558 + 74 129.717 870 1 0 103.591 -5.96575 -176.25 + 74 187.506 869 1 0 103.539 -6.05015 -176.126 + 74 89.0248 868 1 0 103.278 -6.25001 -175.86 + 74 127.552 871 1 0 102.635 -5.84991 -175.903 + 74 29.0732 872 1 0 102.604 -5.64979 -175.904 + 74 132.053 1413 1 1 102.921 -4.7588 -174.85 + 74 228.849 1414 1 1 102.95 -4.65887 -174.729 + 74 281.865 1411 1 1 102.406 -5.4234 -174.85 + 74 33.2191 1410 1 1 102.35 -5.26098 -174.576 + 74 202.183 822 9 0 92.1559 -15.5966 64.15 + 74 179.87 1359 8 1 92.0325 -15.2505 35.55 + 74 133.004 824 8 0 92.0089 -15.2401 34.15 + 74 105.615 1356 7 1 91.5491 -15.0226 5.55 + 74 260.218 825 7 0 91.5252 -15.0089 4.15 + 74 109.807 1354 6 1 91.0624 -14.6961 -24.45 + 74 107.396 826 6 0 91.039 -14.679 -25.85 + 74 121.335 1352 5 1 90.5608 -14.3515 -54.45 + 74 92.2268 828 5 0 90.5326 -14.3384 -55.85 + 74 111.584 1349 4 1 89.9321 -14.0768 -84.45 + 74 130.464 829 4 0 89.8987 -14.067 -85.85 + 74 134.897 1345 3 1 89.2048 -13.8707 -114.45 + 74 234.031 830 3 0 89.1815 -13.8577 -115.85 + 74 122.604 1343 2 1 88.6775 -13.6393 -144.45 + 74 105.996 832 2 0 88.6474 -13.6219 -145.85 + 74 99.449 836 0 0 87.1842 -12.7705 -205.85 +Number of digits in this event = 80 Using G4ParticleGun ... -7.22807 LIN +5.0021 LIN gamma Event: 75 -Number of tracker hits in this event = 73 - 75 394.845 437 6 1 -92.6498 -117.705 -24.45 - 75 283.565 312 6 0 -92.6495 -117.706 -25.85 - 75 259.036 437 5 1 -92.6357 -117.717 -54.45 - 75 119.707 312 5 0 -92.6354 -117.715 -55.85 - 75 324.179 437 4 1 -92.6319 -117.695 -84.45 - 75 130.76 312 4 0 -92.632 -117.693 -85.85 - 75 233.691 437 3 1 -92.6311 -117.649 -114.45 - 75 132.464 312 3 0 -92.631 -117.646 -115.85 - 75 278.191 437 2 1 -92.6228 -117.589 -144.45 - 75 105.17 312 2 0 -92.6194 -117.586 -145.85 - 75 153.512 438 1 1 -92.5472 -117.52 -174.45 - 75 383.146 313 1 0 -92.5433 -117.516 -175.85 - 75 391.645 438 0 1 -92.4687 -117.433 -204.45 - 75 97.271 313 0 0 -92.4645 -117.427 -205.85 - 75 186.674 33 2 0 -155.265 -173.547 -146.249 - 75 224.907 34 2 0 -155.552 -173.35 -146.085 - 75 427.038 437 1 1 -92.55 -117.516 -174.465 - 75 107.033 315 1 0 -93.049 -117.002 -175.85 - 75 280.5 316 1 0 -93.1073 -116.95 -175.997 - 75 44.9582 435 1 0 -97.7173 -93.0406 -176.25 - 75 104.208 436 1 0 -97.6827 -92.95 -176.152 - 75 143.257 437 1 0 -97.677 -92.75 -175.893 - 75 53.3691 400 1 1 -100.049 -89.5296 -174.85 - 75 119.044 399 1 1 -100.151 -89.3957 -174.757 - 75 87.4543 398 1 1 -100.35 -89.1251 -174.676 - 75 66.556 397 1 1 -100.55 -89.1115 -174.799 - 75 117.926 528 1 0 -172.759 -74.45 -176.087 - 75 332.013 438 1 0 -97.6902 -92.55 -175.895 - 75 212.918 285 1 0 -127.028 -122.963 -176.25 - 75 100.509 314 1 0 -92.7197 -117.292 -175.85 - 75 319.814 422 0 1 -95.6021 -111.679 -204.45 - 75 127.507 344 0 0 -95.8623 -111.313 -205.85 - 75 125.591 313 5 0 -92.5952 -117.487 -55.85 - 75 154.335 316 4 0 -92.6889 -116.938 -85.85 - 75 130.288 318 3 0 -92.6842 -116.425 -115.85 - 75 184.53 321 2 0 -92.602 -115.847 -145.85 - 75 129.505 326 1 0 -92.5528 -114.906 -175.85 - 75 158.243 331 0 0 -92.5041 -113.853 -205.85 - 75 125.969 514 1 1 -77.2039 -159.979 -174.85 - 75 210.259 337 1 0 -122.501 -112.578 -176.25 - 75 128.179 268 1 1 -126.38 -121.47 -174.85 - 75 13.2559 262 1 0 -127.346 -127.587 -175.85 - 75 46.2871 257 1 1 -128.611 -130.452 -174.85 - 75 4.4307 240 1 0 -129.421 -132.136 -175.85 - 75 108.796 239 1 0 -129.43 -132.15 -175.86 - 75 60.7011 238 1 0 -129.604 -132.35 -176.103 - 75 185.752 306 1 0 -115.901 -118.851 -176.25 - 75 25.3459 307 1 0 -115.963 -118.75 -176.035 - 75 15.3932 299 1 1 -120.287 -123.798 -174.85 - 75 2.74043 267 1 0 -121.862 -126.745 -175.85 - 75 211.239 266 1 0 -121.864 -126.75 -175.852 - 75 299.17 265 1 0 -121.616 -126.95 -176.163 - 75 201.187 303 1 0 -31.351 -119.543 -176.25 - 75 11.9547 311 6 0 -92.7772 -117.943 -25.8507 - 75 181.714 310 6 0 -92.7815 -117.95 -25.8997 - 75 179.039 421 5 1 -95.8211 -122.272 -54.45 - 75 257.809 288 5 0 -95.684 -122.392 -55.85 - 75 113.909 430 4 1 -94.0621 -126.008 -84.4503 - 75 134.292 269 4 0 -94.2988 -126.265 -85.85 - 75 127.554 404 3 1 -99.1818 -132.894 -114.45 - 75 193.216 235 3 0 -99.4784 -133.082 -115.85 - 75 181.253 372 2 1 -105.565 -137.946 -144.45 - 75 140.323 209 2 0 -105.699 -138.251 -145.85 - 75 111.478 353 1 1 -109.382 -145.058 -174.45 - 75 101.627 174 1 0 -109.771 -145.266 -175.85 - 75 155.977 316 0 1 -116.783 -150.402 -204.45 - 75 15.3183 147 0 0 -116.865 -150.738 -205.85 - 75 111.132 146 0 0 -116.868 -150.75 -205.897 - 75 7.39763 289 5 0 -95.3873 -122.35 -56.2167 - 75 181.403 472 5 0 -15.9157 -85.4807 -56.25 - 75 183.532 822 5 1 -15.5553 -85.7107 -54.85 - 75 88.8238 823 5 1 -15.45 -85.6998 -54.4686 - 75 259.034 824 5 1 -15.25 -85.7914 -54.5252 -Number of digits in this event = 47 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -8.57957 LIN +4.65406 LIN gamma Event: 76 -Number of tracker hits in this event = 6 - 76 74.54 1760 3 1 172.15 -26.0826 -114.831 - 76 83.156 1761 3 1 172.35 -26.2102 -114.619 - 76 143.119 1762 3 1 172.55 -26.3075 -114.674 - 76 232.052 1763 3 1 172.75 -26.2578 -114.713 - 76 139.463 1076 3 0 145.373 35.2733 -116.25 - 76 133.57 1624 3 1 145.024 35.42 -114.85 -Number of digits in this event = 5 +Number of tracker hits in this event = 136 + 76 236.23 852 8 1 -9.49371 133.514 35.55 + 76 323.966 1566 8 0 -9.49547 133.515 34.15 + 76 251.767 852 7 1 -9.54282 133.512 5.55 + 76 222.463 1566 7 0 -9.5452 133.514 4.15 + 76 280.275 852 6 1 -9.60428 133.556 -24.45 + 76 225.2 1567 6 0 -9.60629 133.558 -25.85 + 76 673.34 851 5 1 -9.66859 133.602 -54.45 + 76 226.324 1567 5 0 -9.65995 133.603 -55.85 + 76 159.012 852 4 1 -9.5047 133.635 -84.45 + 76 404.486 1567 4 0 -9.4932 133.64 -85.85 + 76 280.97 853 3 1 -9.3014 133.745 -114.45 + 76 122.719 1568 3 0 -9.29605 133.76 -115.85 + 76 103.119 854 2 1 -9.18631 134.046 -144.45 + 76 144.395 1569 2 0 -9.17599 134.063 -145.85 + 76 162.288 855 1 1 -8.96329 134.424 -174.45 + 76 193.172 1571 1 0 -8.89244 134.381 -175.85 + 76 565.008 863 0 1 -7.435 133.561 -204.45 + 76 705.366 1566 0 0 -7.44144 133.405 -205.85 + 76 222.731 864 0 1 -7.25 133.158 -204.502 + 76 78.8208 865 0 1 -7.05 132.874 -204.763 + 76 179.521 1565 0 0 -6.39751 133.35 -206.006 + 76 29.2727 862 0 1 -7.46694 133.472 -204.45 + 76 49.6643 1279 14 0 -121.311 76.0311 213.75 + 76 252.999 1280 14 0 -121.343 76.05 213.834 + 76 13.6064 516 2 1 -76.6742 133.06 -144.85 + 76 297.497 515 2 1 -76.85 133.073 -144.586 + 76 117.674 1713 0 0 2.42227 162.8 -206.25 + 76 11.7684 911 0 1 2.25476 163.069 -204.85 + 76 113.281 910 0 1 2.25 163.076 -204.813 + 76 239.311 1685 1 0 5.97222 157.303 -176.25 + 76 134.493 931 1 1 6.3209 156.962 -174.85 + 76 64.2597 1771 2 0 32.0273 174.419 -146.25 + 76 103.692 1772 2 0 32.1892 174.55 -146.113 + 76 64.7405 1773 2 0 32.4231 174.75 -145.934 + 76 107.524 1069 2 1 33.8867 175.916 -144.85 + 76 103.017 1070 2 1 34.05 176.044 -144.725 + 76 46.0364 1071 2 1 34.25 176.19 -144.546 + 76 27.0362 1073 2 1 34.8057 175.949 -144.45 + 76 252.214 1074 2 1 34.85 175.844 -144.49 + 76 613.033 1075 2 1 35.05 175.063 -144.682 + 76 41.2061 1752 2 0 35.0793 170.692 -145.85 + 76 65.1338 1751 2 0 35.074 170.549 -145.887 + 76 63.1171 1750 2 0 35.0701 170.35 -145.928 + 76 47.5046 1749 2 0 35.0805 170.15 -145.94 + 76 44.4897 1748 2 0 35.1312 169.95 -145.899 + 76 306.292 1076 2 1 35.25 166.438 -144.801 + 76 146.335 1731 2 0 35.8143 166.365 -145.85 + 76 22.8726 1732 2 0 35.9817 166.55 -146.195 + 76 113.463 1782 2 0 53.7415 176.666 -146.25 + 76 25.2086 1783 2 0 53.8255 176.75 -145.929 + 76 36.1402 1174 2 1 54.9357 177.547 -144.85 + 76 125.19 1175 2 1 55.05 177.594 -144.781 + 76 95.3587 1176 2 1 55.2501 177.903 -144.776 + 76 428.645 1567 3 0 -9.39991 133.682 -115.85 + 76 175.583 829 2 1 -14.1281 130.244 -144.45 + 76 25.4448 1555 2 0 -14.0521 131.292 -145.85 + 76 99.5702 1556 2 0 -14.0467 131.35 -145.927 + 76 27.4278 1557 2 0 -14.0271 131.55 -146.196 + 76 41.159 840 1 1 -11.8925 151.235 -174.45 + 76 137.344 841 1 1 -11.85 151.303 -174.564 + 76 181.535 1662 1 0 -11.1757 152.651 -175.851 + 76 350.135 1663 1 0 -11.1282 152.75 -175.931 + 76 165.683 1664 1 0 -11.0341 152.95 -176.069 + 76 22.2821 1665 1 0 -10.9447 153.15 -176.203 + 76 45.449 854 3 1 -9.25 133.884 -114.702 + 76 338.683 1570 3 0 -9.37412 134.233 -115.85 + 76 78.7879 1571 3 0 -9.334 134.35 -115.907 + 76 234.426 850 0 1 -9.86386 133.779 -204.45 + 76 251.943 1569 0 0 -10.156 134.021 -205.85 + 76 223.091 900 0 1 0.05 130.819 -204.762 + 76 5.33054 901 0 1 0.252293 130.722 -204.45 + 76 151.666 1566 5 0 -9.6768 133.546 -55.85 + 76 116.777 851 4 1 -9.74115 132.441 -84.45 + 76 49.7402 1561 4 0 -9.8034 132.361 -85.8501 + 76 80.8382 1560 4 0 -9.81161 132.35 -86.0378 + 76 100.277 845 3 1 -10.8506 130.658 -114.45 + 76 8.81059 1552 3 0 -10.9584 130.553 -115.85 + 76 127.33 1551 3 0 -10.9616 130.55 -115.89 + 76 108.109 833 2 1 -13.3987 128.722 -144.45 + 76 21.6307 832 2 1 -13.45 128.7 -144.762 + 76 110.357 1542 2 0 -13.6212 128.631 -145.85 + 76 140.27 807 1 1 -18.5867 126.564 -174.45 + 76 104.047 1531 1 0 -18.7616 126.541 -175.85 + 76 135.813 789 0 1 -22.1782 126.348 -204.45 + 76 112.167 1530 0 0 -22.3009 126.267 -205.85 + 76 25.6372 1565 5 0 -8.78506 133.346 -55.85 + 76 13.0586 860 5 1 -7.85919 132.743 -54.85 + 76 32.8579 861 5 1 -7.84999 132.726 -54.8391 + 76 79.19 1558 5 0 -7.50826 131.933 -55.85 + 76 27.2282 1569 5 0 -9.55865 134.114 -55.8501 + 76 339.165 1570 5 0 -9.54964 134.15 -55.9589 + 76 104.367 861 4 1 -7.77032 145.268 -84.45 + 76 99.0207 862 4 1 -7.6499 145.396 -84.643 + 76 74.5291 1630 4 0 -6.63181 146.245 -85.85 + 76 136.266 1631 4 0 -6.50064 146.35 -86.0001 + 76 84.7423 964 3 1 12.8746 165.763 -114.45 + 76 74.414 965 3 1 13.05 165.968 -114.598 + 76 47.7416 966 3 1 13.25 166.184 -114.767 + 76 80.9832 1736 3 0 14.7241 167.439 -115.85 + 76 106.651 1737 3 0 14.8525 167.55 -115.948 + 76 53.7054 1738 3 0 15.1108 167.75 -116.159 + 76 62.9767 1571 5 0 -9.60311 134.35 -56.1196 + 76 136.029 853 5 1 -9.4302 133.55 -54.45 + 76 153.43 853 4 1 -9.43087 133.569 -84.45 + 76 114.757 852 3 1 -9.62193 133.558 -114.45 + 76 178.189 852 2 1 -9.59534 133.75 -144.45 + 76 106.252 1568 2 0 -9.59098 133.759 -145.85 + 76 414.702 852 1 1 -9.55446 133.994 -174.45 + 76 227.586 1569 1 0 -9.55148 134.005 -175.85 + 76 116.557 852 0 1 -9.47987 134.283 -204.45 + 76 352.848 1570 0 0 -9.47808 134.313 -205.85 + 76 40.7997 597 7 0 -152.732 -60.6217 3.75002 + 76 114.717 596 7 0 -152.724 -60.6503 3.81343 + 76 332.469 159 7 1 -148.324 -61.2731 5.15 + 76 390.805 850 1 1 -9.97941 133.575 -174.45 + 76 340.973 1567 1 0 -9.91962 133.609 -175.85 + 76 68.7286 854 0 1 -9.07876 133.849 -204.45 + 76 73.233 855 0 1 -9.04997 133.874 -204.688 + 76 34.4133 847 0 1 -10.4698 134.251 -204.45 + 76 63.4524 848 0 1 -10.45 134.252 -204.606 + 76 49.4938 1603 0 0 -12.854 140.918 -206.25 + 76 63.1148 1604 0 0 -12.8706 140.95 -206.094 + 76 135.249 834 0 1 -13.0865 141.333 -204.85 + 76 142.889 1610 1 0 3.5667 142.341 -176.249 + 76 61.5973 924 1 1 4.86814 142.714 -174.85 + 76 78.9035 925 1 1 5.05 142.729 -174.706 + 76 57.3044 926 1 1 5.25 142.632 -174.48 + 76 97.4396 927 1 1 5.45 142.565 -174.593 + 76 340.482 1608 1 0 5.70544 141.926 -175.85 + 76 92.077 1607 1 0 5.70941 141.75 -176.132 + 76 61.0073 1710 1 0 41.889 162.231 -176.25 + 76 137.396 1711 1 0 41.9226 162.35 -176.064 + 76 14.6523 1712 1 0 41.96 162.55 -175.876 + 76 89.6206 1110 1 1 42.2417 164.431 -174.85 + 76 78.9408 1111 1 1 42.25 164.451 -174.831 + 76 87.5221 851 1 1 -9.85 133.733 -174.648 +Number of digits in this event = 59 Using G4ParticleGun ... -2.33845 LIN +2.68452 LIN gamma Event: 77 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Using G4ParticleGun ... -4.75262 LIN +4.29154 LIN gamma Event: 78 -Number of tracker hits in this event = 3 - 78 57.3608 1673 4 1 154.75 -23.9422 -84.7184 - 78 238.043 1672 4 1 154.75 -23.9919 -84.5456 - 78 314.277 1671 4 1 154.55 -23.807 -84.7654 -Number of digits in this event = 3 +Number of tracker hits in this event = 0 +Number of digits in this event = 2 Using G4ParticleGun ... -2.76481 LIN +6.08703 LIN gamma Event: 79 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 144 + 79 263.568 827 9 1 -14.622 93.8514 65.55 + 79 321.59 1368 9 0 -14.6222 93.8511 64.15 + 79 217.799 827 8 1 -14.627 93.8563 35.55 + 79 245.263 1368 8 0 -14.6266 93.8571 34.15 + 79 372.93 827 7 1 -14.6275 93.8705 5.55 + 79 390.922 1368 7 0 -14.6186 93.8758 4.15 + 79 157.366 827 6 1 -14.4544 94.0244 -24.45 + 79 311.68 1369 6 0 -14.4535 94.0211 -25.85 + 79 136.764 828 5 1 -14.3947 93.9519 -54.45 + 79 384.841 1369 5 0 -14.3927 94.005 -55.85 + 79 132.05 829 4 1 -14.1342 95.0977 -84.45 + 79 177.61 1375 4 0 -14.1364 95.1833 -85.85 + 79 100.695 829 3 1 -14.2065 97.1528 -114.45 + 79 28.7564 1385 3 0 -14.1642 97.3398 -115.85 + 79 122.986 1386 3 0 -14.162 97.35 -115.926 + 79 400.186 833 2 1 -13.4455 100.998 -144.45 + 79 160.805 1405 2 0 -13.3937 101.197 -145.85 + 79 98.0173 837 1 1 -12.4731 105.082 -174.45 + 79 135.539 1425 1 0 -12.4152 105.274 -175.85 + 79 123.97 843 0 1 -11.3716 109.191 -204.45 + 79 63.5271 1445 0 0 -11.3527 109.326 -205.85 + 79 52.1621 1446 0 0 -11.35 109.35 -206.096 + 79 156.115 829 2 0 -79.6704 -14.05 -146.082 + 79 23.0206 826 7 1 -14.65 93.8716 5.23479 + 79 156.302 815 6 1 -16.9197 94.5485 -24.45 + 79 146.934 1372 6 0 -16.8546 94.6857 -25.8503 + 79 147.741 823 5 1 -15.3523 97.4389 -54.4505 + 79 134.645 1387 5 0 -15.037 97.6327 -55.85 + 79 126.662 858 4 1 -8.40143 101.161 -84.4501 + 79 35.6334 1406 4 0 -8.02974 101.517 -85.8501 + 79 93.5089 1407 4 0 -7.99772 101.55 -85.9743 + 79 116.163 898 3 1 -0.443835 108.721 -114.45 + 79 46.0647 1443 3 0 -0.0754195 108.923 -115.85 + 79 112.128 934 2 1 6.92987 111.816 -144.45 + 79 55.1861 935 2 1 7.05 111.881 -144.757 + 79 13.3098 1459 2 0 7.45594 112.138 -145.85 + 79 132.89 1460 2 0 7.47448 112.15 -145.9 + 79 158.669 988 1 1 17.7572 119.64 -174.451 + 79 5.65033 1499 1 0 17.8875 120.143 -175.85 + 79 201.192 1500 1 0 17.8894 120.15 -175.871 + 79 117.185 1004 0 1 20.9552 131.112 -204.45 + 79 127.714 1556 0 0 21.0946 131.42 -205.85 + 79 97.9245 879 2 1 -4.06188 107.852 -144.54 + 79 118.39 880 2 1 -4.05 107.854 -144.61 + 79 116.764 1438 2 0 -3.77559 107.896 -145.85 + 79 79.2231 927 1 1 5.64588 111.193 -174.45 + 79 67.2887 926 1 1 5.45 111.213 -174.554 + 79 81.9397 925 1 1 5.25 111.212 -174.652 + 79 79.4863 924 1 1 5.05 111.164 -174.746 + 79 226.124 1452 1 0 3.23519 110.736 -175.85 + 79 99.9844 1449 1 0 -61.5229 109.992 -176.25 + 79 7.7432 1450 1 0 -61.654 110.15 -175.885 + 79 247.655 590 1 1 -61.8884 110.711 -174.85 + 79 95.7951 798 12 1 -20.3807 24.4768 155.15 + 79 173.249 711 14 0 41.0576 -37.8301 214.15 + 79 17.3453 1442 2 0 -4.30343 108.729 -145.851 + 79 251.055 1443 2 0 -4.30385 108.75 -145.882 + 79 44.2075 836 6 1 -12.7282 91.764 -24.45 + 79 118.748 837 6 1 -12.65 91.7675 -24.5093 + 79 299.92 838 6 1 -12.4498 91.7708 -24.6723 + 79 2.81818 839 6 1 -12.25 91.7775 -24.8351 + 79 181.602 1358 6 0 -11.1587 91.8645 -25.85 + 79 89.8219 984 5 1 16.8802 97.2874 -54.45 + 79 64.9553 985 5 1 17.05 97.2416 -54.4895 + 79 74.7165 986 5 1 17.2501 97.1746 -54.5283 + 79 66.5103 987 5 1 17.45 97.0871 -54.5574 + 79 50.3122 988 5 1 17.65 96.9631 -54.5681 + 79 93.5131 989 5 1 17.8505 96.8329 -54.54 + 79 56.7921 990 5 1 18.05 96.7166 -54.5523 + 79 80.2374 991 5 1 18.25 96.6851 -54.6403 + 79 80.0796 992 5 1 18.45 96.6495 -54.7501 + 79 7.84505 993 5 1 18.65 96.5485 -54.8417 + 79 65.7452 1371 5 0 21.9472 94.4289 -55.8501 + 79 344.735 1370 5 0 22.1388 94.35 -55.9251 + 79 157.561 1385 5 0 19.3579 97.2369 -55.85 + 79 51.8461 1386 5 0 19.4393 97.3501 -56.1309 + 79 73.5121 1446 5 0 1.31783 109.416 -56.25 + 79 153.535 1445 5 0 1.10077 109.35 -56.1234 + 79 136.349 908 5 1 1.74793 109.074 -54.85 + 79 366.968 909 5 1 1.85011 109.045 -54.4637 + 79 230.303 827 0 1 -14.6478 93.9758 -204.45 + 79 225.328 1369 0 0 -14.6522 93.9884 -205.85 + 79 162.566 1162 2 0 16.029 52.6487 -146.25 + 79 44.7467 1163 2 0 16.042 52.65 -146.013 + 79 145.664 979 2 1 15.9762 53.5929 -144.85 + 79 127.145 916 2 0 -63.2837 3.45 -145.976 + 79 135.608 915 2 0 -63.3544 3.25 -145.978 + 79 101.082 1777 2 0 54.2916 175.55 -145.962 + 79 198.969 1311 13 0 75.2078 82.2787 183.75 + 79 214.209 1310 13 0 75.303 82.25 183.949 + 79 58.5415 1309 13 0 75.4541 82.0493 184.023 + 79 218.253 828 7 1 -14.296 94.0671 5.55 + 79 96.3645 1369 7 0 -14.2835 94.0669 4.15 + 79 99.617 829 6 1 -14.0577 94.0488 -24.45 + 79 115.373 831 5 1 -13.7774 94.0937 -54.45 + 79 116.593 832 4 1 -13.5603 94.1864 -84.45 + 79 119.398 1370 4 0 -13.557 94.1846 -85.85 + 79 125.831 832 3 1 -13.4643 94.1067 -114.45 + 79 110.733 1369 3 0 -13.472 94.1092 -115.85 + 79 193.345 832 2 1 -13.635 94.1784 -144.45 + 79 397.451 1370 2 0 -13.6559 94.1888 -145.85 + 79 96.7225 829 1 1 -14.0611 94.3995 -174.45 + 79 99.3328 1371 1 0 -14.0694 94.4097 -175.85 + 79 557.279 829 0 1 -14.2428 94.6481 -204.45 + 79 170.201 1372 0 0 -14.2563 94.6643 -205.85 + 79 103.165 1759 0 1 171.95 135.069 -204.682 + 79 45.8839 1524 0 0 20.609 125.054 -206.25 + 79 90.7442 1525 0 0 20.693 125.15 -206.204 + 79 286.286 834 2 1 -13.25 94.3622 -144.769 + 79 32.0728 1373 2 0 -13.578 94.8035 -145.85 + 79 168.414 1372 2 0 -13.6341 94.75 -145.919 + 79 154.496 1371 2 0 -13.4987 94.55 -145.939 + 79 52.1885 830 0 1 -13.9863 94.7033 -204.45 + 79 301.493 1371 0 0 -14.6731 94.4956 -205.85 + 79 201.122 828 0 1 -14.2501 94.6496 -204.454 + 79 72.6269 1378 0 0 -14.6584 95.8052 -205.85 + 79 100.639 1379 0 0 -14.7624 95.9506 -206.023 + 79 80.8452 833 3 1 -13.45 94.1192 -114.553 + 79 216.369 834 3 1 -13.25 94.2448 -114.598 + 79 126.019 836 2 1 -12.7882 94.2867 -144.45 + 79 65.6322 837 2 1 -12.6499 94.2698 -144.69 + 79 73.2979 1369 2 0 -11.8035 94.15 -146.062 + 79 131.926 928 1 1 5.65 92.3364 -174.515 + 79 8.33789 929 1 1 5.85033 92.155 -174.832 + 79 50.5265 1356 1 0 6.65961 91.4443 -175.85 + 79 289.655 1355 1 0 6.76398 91.35 -175.967 + 79 147.961 1086 0 1 37.3371 78.1684 -204.45 + 79 24.1262 1295 0 0 37.0843 79.1944 -205.85 + 79 68.0765 1296 0 0 37.0767 79.25 -205.92 + 79 39.4799 1297 0 0 37.068 79.45 -206.125 + 79 58.3625 1286 0 0 33.8512 77.4045 -206.25 + 79 83.9377 1285 0 0 33.871 77.25 -206.067 + 79 33.0394 1070 0 1 34.2244 76.5869 -204.85 + 79 129.539 1071 0 1 34.25 76.5483 -204.778 + 79 3.14278 1057 0 1 31.65 75.7715 -204.839 + 79 59.483 1250 3 1 70.25 80.1107 -114.49 + 79 240.133 1275 0 0 30.7949 75.228 -205.85 + 79 110.843 835 2 1 -12.925 94.3302 -144.45 + 79 108.856 825 1 1 -14.8595 98.3068 -174.45 + 79 131.621 1390 1 0 -15.0886 98.2522 -175.851 + 79 39.4481 801 0 1 -19.8294 97.1567 -204.451 + 79 96.6406 800 0 1 -19.85 97.1816 -204.543 + 79 21.5625 1386 0 0 -20.1224 97.5304 -205.85 + 79 94.3014 1387 0 0 -20.1376 97.55 -205.924 +Number of digits in this event = 68 Using G4ParticleGun ... -6.7748 LIN +2.29638 LIN gamma Event: 80 -Number of tracker hits in this event = 14 - 80 17.4494 1534 3 0 28.0298 126.978 -116.25 - 80 209.64 1035 3 1 27.2252 129.826 -114.85 - 80 97.4536 984 4 0 145.513 17.044 -86.25 - 80 64.5824 983 4 0 145.691 16.85 -86.0879 - 80 64.5348 982 4 0 145.807 16.65 -85.9599 - 80 223.576 1637 4 1 147.592 15.1596 -84.85 - 80 249.585 1638 4 1 147.75 15.0549 -84.7744 - 80 183.235 1639 4 1 147.95 14.8624 -84.6586 - 80 49.7222 1640 4 1 148.209 14.4531 -84.45 - 80 49.2036 1636 4 1 147.55 13.7313 -84.7884 - 80 21.6131 958 4 0 147.296 11.7221 -85.85 - 80 81.5505 957 4 0 147.291 11.65 -85.9008 - 80 166.764 956 4 0 147.269 11.45 -86.0984 - 80 50.1422 955 4 0 147.143 11.2498 -86.1877 -Number of digits in this event = 7 +Number of tracker hits in this event = 69 + 80 275.993 721 6 1 -35.7977 -97.1055 -24.45 + 80 345.32 415 6 0 -35.7637 -97.0837 -25.85 + 80 115.191 724 5 1 -35.1213 -96.7544 -54.4507 + 80 105.063 416 5 0 -35.1416 -96.7595 -55.85 + 80 202.241 720 4 1 -35.968 -96.884 -84.4502 + 80 32.7958 719 4 1 -36.05 -96.9478 -84.7264 + 80 108.005 414 4 0 -36.3651 -97.2135 -85.85 + 80 117.481 670 3 1 -45.895 -104.568 -114.45 + 80 20.6395 374 3 0 -46.2745 -105.317 -115.85 + 80 148.91 373 3 0 -46.2903 -105.35 -115.91 + 80 167.319 634 2 1 -53.1328 -120.162 -144.45 + 80 287.922 299 2 0 -53.341 -120.299 -145.85 + 80 232.467 609 1 1 -58.0545 -122.867 -174.45 + 80 100.042 283 1 0 -58.2032 -123.416 -175.85 + 80 32.8181 282 1 0 -58.2265 -123.55 -176.15 + 80 158.278 596 0 1 -60.7498 -138.117 -204.45 + 80 60.3382 203 0 0 -60.5603 -139.4 -205.85 + 80 111.717 202 0 0 -60.54 -139.55 -206.01 + 80 18.8174 201 0 0 -60.5088 -139.75 -206.215 + 80 126.717 721 5 1 -35.8201 -97.1099 -54.45 + 80 178.668 415 5 0 -35.8232 -97.1099 -55.85 + 80 141.28 415 4 0 -35.8957 -97.1052 -85.85 + 80 104.612 719 3 1 -36.0636 -97.0718 -114.45 + 80 359.166 415 3 0 -36.0785 -97.0684 -115.85 + 80 217.327 718 2 1 -36.3935 -96.9953 -144.45 + 80 212.022 415 2 0 -36.4114 -96.993 -145.85 + 80 114.39 716 1 1 -36.7828 -96.9423 -174.45 + 80 93.4051 416 1 0 -36.8003 -96.9446 -175.85 + 80 123.688 714 0 1 -37.18 -96.977 -204.45 + 80 125.985 415 0 0 -37.2011 -96.9775 -205.85 + 80 242.489 720 3 1 -36.0423 -97.0426 -114.45 + 80 115.952 717 2 1 -36.5791 -96.4897 -144.45 + 80 410.495 418 2 0 -36.5716 -96.4969 -145.85 + 80 24.2622 718 1 1 -36.2501 -96.5055 -174.45 + 80 639.542 719 1 1 -36.25 -96.5055 -174.454 + 80 94.0918 418 1 0 -36.2199 -96.5184 -175.85 + 80 112.544 721 0 1 -35.7108 -96.7577 -204.45 + 80 181.387 416 0 0 -35.6779 -96.768 -205.85 + 80 211.809 720 1 1 -36.0499 -96.7095 -174.624 + 80 62.5555 721 1 1 -35.85 -96.9348 -174.843 + 80 73.4997 407 1 0 -34.1815 -98.5608 -175.851 + 80 99.3293 406 1 0 -34.0067 -98.75 -175.951 + 80 102.943 405 1 0 -33.7909 -98.95 -176.058 + 80 85.5347 404 1 0 -33.5198 -99.15 -176.152 + 80 0.442723 403 1 0 -33.3046 -99.35 -176.249 + 80 98.6309 722 1 1 -35.6499 -95.492 -174.536 + 80 55.7429 723 1 1 -35.4499 -95.3336 -174.5 + 80 64.9169 724 1 1 -35.2494 -95.209 -174.51 + 80 59.5722 725 1 1 -35.05 -95.0902 -174.554 + 80 72.5768 726 1 1 -34.8496 -94.9505 -174.548 + 80 130.035 727 1 1 -34.65 -94.7682 -174.636 + 80 6.9322 728 1 1 -34.4498 -94.5657 -174.831 + 80 8.9841 430 1 0 -33.2038 -93.9659 -175.85 + 80 118.579 431 1 0 -33.1793 -93.95 -175.868 + 80 47.0827 432 1 0 -32.9945 -93.75 -176.092 + 80 81.875 464 1 0 -37.1315 -87.1625 -176.249 + 80 135.663 463 1 0 -37.1545 -87.25 -176.076 + 80 6.21816 476 1 0 -37.3549 -84.6603 -175.85 + 80 63.0789 477 1 0 -37.3651 -84.6499 -175.859 + 80 44.2145 706 1 1 -38.7915 -83.5652 -174.85 + 80 220.052 705 1 1 -38.85 -83.5754 -174.775 + 80 52.3606 484 1 0 -39.2473 -83.2233 -175.85 + 80 104.466 712 1 1 -37.6367 -95.3369 -174.45 + 80 213.606 424 1 0 -37.6607 -95.2823 -175.85 + 80 125.646 709 0 1 -38.1963 -93.7724 -204.45 + 80 168.05 432 0 0 -38.2616 -93.6892 -205.85 + 80 415.04 721 4 1 -35.768 -97.1743 -84.4501 + 80 185.666 422 4 0 -35.6901 -95.616 -85.85 + 80 290.784 423 4 0 -35.7165 -95.55 -85.9352 +Number of digits in this event = 33 Using G4ParticleGun ... -2.15246 LIN +8.97635 LIN gamma Event: 81 -Number of tracker hits in this event = 102 - 81 225.393 1474 9 1 115.102 -26.0736 65.55 - 81 310.629 769 9 0 115.103 -26.0747 64.15 - 81 247.877 1474 8 1 115.141 -26.0884 35.55 - 81 112.55 769 8 0 115.144 -26.084 34.15 - 81 109.96 1475 7 1 115.23 -26.0491 5.55 - 81 122.282 770 7 0 115.235 -26.0457 4.15 - 81 128.823 1478 6 1 115.768 -25.781 -24.45 - 81 238.996 772 6 0 115.783 -25.5984 -25.85 - 81 387.166 1479 5 1 115.967 -21.7042 -54.45 - 81 231.917 792 5 0 115.962 -21.57 -55.85 - 81 119.484 1478 4 1 115.792 -18.9742 -84.45 - 81 251.196 805 4 0 115.667 -18.9183 -85.8502 - 81 130.935 1461 3 1 112.51 -17.9705 -114.45 - 81 185.306 810 3 0 112.395 -18.0326 -115.85 - 81 115.922 1450 2 1 110.304 -18.7764 -144.45 - 81 152.5 806 2 0 110.079 -18.7576 -145.85 - 81 116.621 1427 1 1 105.692 -17.5484 -174.45 - 81 132.432 812 1 0 105.595 -17.5832 -175.85 - 81 7.00202 1420 0 1 104.153 -19.7917 -204.45 - 81 146.21 1419 0 1 104.15 -19.7949 -204.49 - 81 162.736 800 0 0 104.04 -19.9425 -205.851 - 81 126.695 794 5 0 116.089 -21.1921 -55.8502 - 81 17.1122 795 5 0 116.136 -21.05 -56.205 - 81 10.0524 1511 4 1 122.54 -9.08127 -84.45 - 81 206.877 1512 4 1 122.55 -9.07704 -84.4853 - 81 124.082 856 4 0 123.345 -8.82169 -85.8502 - 81 80.1597 1568 2 1 133.839 9.89138 -144.45 - 81 66.4041 1508 4 1 121.867 -18.7814 -84.45 - 81 88.678 1509 4 1 121.95 -18.796 -84.5876 - 81 2.96641 1510 4 1 122.151 -18.833 -84.8394 - 81 15.0904 804 4 0 123.106 -19.05 -86.1822 - 81 101.478 1582 3 1 136.657 -26.6328 -114.45 - 81 48.3715 1581 3 1 136.55 -26.9241 -114.741 - 81 87.8438 758 3 0 135.81 -28.3626 -115.85 - 81 53.116 757 3 0 135.77 -28.45 -115.914 - 81 52.4078 756 3 0 135.694 -28.6502 -116.01 - 81 61.9038 755 3 0 135.618 -28.85 -116.082 - 81 61.7979 754 3 0 135.553 -29.05 -116.137 - 81 57.2822 753 3 0 135.507 -29.2501 -116.192 - 81 42.7257 752 3 0 135.481 -29.45 -116.23 - 81 62.3642 714 4 0 144.311 -37.0971 -86.25 - 81 58.1276 713 4 0 144.328 -37.25 -86.194 - 81 236.405 1477 6 1 115.747 -25.7723 -24.45 - 81 242.204 771 6 0 114.854 -25.6743 -25.85 - 81 62.3837 1476 6 1 115.55 -25.8893 -24.6445 - 81 72.2807 1475 6 1 115.35 -26.0712 -24.6741 - 81 330.113 1474 6 1 115.15 -26.2545 -24.6939 - 81 107.557 766 6 0 115.157 -26.6742 -25.85 - 81 32.4023 1473 6 1 114.95 -26.4247 -24.6598 - 81 17.567 1475 8 1 115.15 -26.0938 35.1894 - 81 55.5206 766 8 0 116.285 -26.7789 34.15 - 81 75.7812 765 8 0 116.389 -26.85 34.0644 - 81 206.033 764 8 0 116.564 -27.0501 34.047 - 81 16.9763 1133 8 0 54.8224 46.7873 33.75 - 81 282.557 1743 8 0 68.1029 168.91 33.75 - 81 237.237 771 8 0 115.064 -25.7473 34.15 - 81 110.031 1473 7 1 114.919 -25.5554 5.55 - 81 162.888 772 7 0 114.917 -25.5544 4.15 - 81 107.829 1473 5 1 114.93 -25.8562 -54.45 - 81 128.934 770 5 0 114.92 -25.8941 -55.85 - 81 126.179 1473 4 1 114.788 -26.7036 -84.45 - 81 185.632 766 4 0 114.764 -26.725 -85.85 - 81 128.743 1470 3 1 114.317 -27.0911 -114.45 - 81 115.809 764 3 0 114.281 -27.1099 -115.85 - 81 252.05 1466 2 1 113.526 -27.4847 -144.45 - 81 143.268 762 2 0 113.484 -27.5281 -145.85 - 81 136.789 1462 1 1 112.649 -28.3527 -174.45 - 81 142.743 758 1 0 112.62 -28.3537 -175.85 - 81 92.6592 1460 0 1 112.164 -28.3906 -204.45 - 81 118.732 758 0 0 112.17 -28.3748 -205.85 - 81 175.126 317 3 0 -76.4248 -116.688 -116.25 - 81 57.5947 316 3 0 -76.494 -116.75 -115.936 - 81 50.4005 515 3 1 -76.9117 -118.024 -114.85 - 81 85.1406 300 3 0 -76.8432 -120.11 -115.85 - 81 37.6678 299 3 0 -76.8261 -120.15 -115.897 - 81 133.345 1458 0 1 111.848 -29.0653 -204.45 - 81 39.4051 1474 0 1 115 -25.3623 -204.45 - 81 211.736 1473 0 1 114.95 -25.2479 -204.502 - 81 84.097 1472 0 1 114.75 -24.8371 -204.738 - 81 22.7971 794 0 0 112.897 -21.1314 -205.85 - 81 95.0722 795 0 0 112.848 -21.0491 -205.875 - 81 111.977 796 0 0 112.768 -20.8497 -206.01 - 81 58.1243 797 0 0 112.763 -20.65 -206.152 - 81 6.54567 1022 0 0 151.663 24.6347 -206.25 - 81 86.9718 1023 0 0 151.676 24.65 -206.241 - 81 96.3022 1024 0 0 151.837 24.85 -206.073 - 81 24.4839 1025 0 0 151.957 25.05 -205.913 - 81 407.647 1660 0 1 152.217 26.0564 -204.85 - 81 428.716 1661 0 1 152.35 26.4759 -204.573 - 81 43.8138 1073 0 0 151.497 34.7335 -205.85 - 81 75.6357 1074 0 0 151.453 34.85 -205.876 - 81 91.1615 1075 0 0 151.319 35.0503 -205.939 - 81 94.8822 1076 0 0 151.263 35.25 -205.897 - 81 0.390179 1077 0 0 151.366 35.4503 -205.85 - 81 10.4324 1695 0 1 159.33 45.7409 -204.85 - 81 33.3903 1696 0 1 159.35 45.7727 -204.843 - 81 27.252 1140 0 0 161.514 48.1969 -205.85 - 81 69.4718 1141 0 0 161.541 48.2504 -205.869 - 81 72.4527 1142 0 0 161.578 48.45 -205.982 - 81 88.8905 1143 0 0 161.563 48.65 -206.038 - 81 124.221 1144 0 0 161.579 48.85 -206.074 - 81 262.14 1145 0 0 161.664 49.0503 -206.145 -Number of digits in this event = 43 +Number of tracker hits in this event = 121 + 81 353.787 1091 6 1 38.2842 132.442 -24.45 + 81 255.604 1561 6 0 38.2842 132.441 -25.85 + 81 169.122 1091 5 1 38.2797 132.432 -54.45 + 81 214.126 1561 5 0 38.2793 132.431 -55.85 + 81 116.918 1091 4 1 38.2664 132.405 -84.45 + 81 219.41 1561 4 0 38.2669 132.404 -85.85 + 81 113.717 1091 3 1 38.259 132.379 -114.45 + 81 123.602 1561 3 0 38.258 132.379 -115.85 + 81 104.557 1090 2 1 38.2343 132.379 -144.45 + 81 122.721 1561 2 0 38.2325 132.38 -145.85 + 81 112.978 1090 1 1 38.196 132.407 -174.45 + 81 190.087 1561 1 0 38.1942 132.409 -175.85 + 81 107.511 1090 0 1 38.1571 132.439 -204.45 + 81 110.857 1561 0 0 38.1557 132.441 -205.85 + 81 59.0319 273 5 1 -125.35 134.125 -54.7369 + 81 77.5686 1627 1 0 58.9666 145.608 -176.25 + 81 603.584 1090 5 1 38.25 132.629 -54.5011 + 81 41.4467 1565 5 0 37.8833 133.284 -55.85 + 81 115.652 1566 5 0 37.8663 133.35 -55.9812 + 81 222.275 1562 5 0 37.7176 132.685 -55.8501 + 81 6.03262 1563 5 0 37.6096 132.75 -56.2386 + 81 57.4643 1047 4 1 29.5696 136.701 -84.45 + 81 70.5751 1048 4 1 29.65 136.656 -84.648 + 81 120.179 1580 4 0 30.2647 136.267 -85.85 + 81 17.9513 1579 4 0 30.4576 136.15 -86.2013 + 81 49.6696 1136 3 1 47.3295 125.02 -114.45 + 81 72.1672 1137 3 1 47.4509 125.004 -114.515 + 81 85.5963 1138 3 1 47.65 124.941 -114.572 + 81 70.9 1139 3 1 47.8501 124.897 -114.634 + 81 39.8368 1140 3 1 48.05 124.815 -114.751 + 81 9.39689 1520 3 0 49.4478 124.167 -115.85 + 81 171.625 1519 3 0 49.4839 124.15 -115.878 + 81 24.4576 1275 2 1 75.2293 120.8 -144.45 + 81 141.526 1276 2 1 75.25 120.838 -144.506 + 81 67.3384 1504 2 0 75.3215 121.121 -145.85 + 81 72.845 1505 2 0 75.3777 121.15 -146.1 + 81 92.6143 1472 2 0 85.0141 114.644 -145.85 + 81 6.74641 1432 1 1 106.56 113.899 -174.45 + 81 94.2072 1431 1 1 106.55 113.895 -174.481 + 81 57.8373 1430 1 1 106.35 113.926 -174.664 + 81 79.4332 1471 1 0 105.823 114.403 -175.85 + 81 38.7917 1472 1 0 105.853 114.55 -176.125 + 81 48.9771 1689 1 0 143.613 157.973 -176.25 + 81 80.6397 1688 1 0 143.715 157.95 -176.111 + 81 46.2441 1687 1 0 143.902 157.75 -175.962 + 81 155.48 1620 1 1 144.206 156.732 -174.85 + 81 83.0127 1621 1 1 144.35 156.327 -174.693 + 81 3.07108 1622 1 1 144.55 156.283 -174.845 + 81 257.501 1681 1 0 145.722 156.414 -175.85 + 81 74.4483 1089 5 1 38.05 132.33 -54.5345 + 81 197.777 1088 5 1 37.85 132.297 -54.6408 + 81 28.2403 1087 5 1 37.65 132.243 -54.7759 + 81 226.956 1559 5 0 36.546 132.058 -55.85 + 81 100.889 1560 5 0 36.2382 132.15 -56.1203 + 81 151.347 1749 5 0 -31.5015 169.979 -56.25 + 81 63.2882 750 5 1 -30.0043 170.224 -54.85 + 81 66.216 751 5 1 -29.85 170.277 -54.6505 + 81 109.049 1558 5 0 36.3559 131.95 -55.9723 + 81 37.1022 1557 5 0 36.1664 131.75 -56.1567 + 81 106.491 1312 5 0 -24.7496 82.4657 -56.25 + 81 89.055 1311 5 0 -24.7884 82.45 -56.2153 + 81 26.0114 1313 5 0 -25.1766 82.65 -55.9045 + 81 65.7367 771 5 1 -25.7815 83.7874 -54.8499 + 81 128.958 770 5 1 -25.8501 83.9624 -54.7439 + 81 151.729 769 5 1 -26.05 84.3541 -54.6385 + 81 130.896 768 5 1 -26.25 84.7942 -54.6823 + 81 450.2 767 5 1 -26.4501 85.0707 -54.5476 + 81 152.485 1090 4 1 38.1415 132.467 -84.45 + 81 119.844 1090 3 1 38.0712 132.312 -114.45 + 81 111.347 1560 3 0 38.0697 132.31 -115.85 + 81 133.168 1089 2 1 38.0444 132.262 -144.45 + 81 203.917 1560 2 0 38.039 132.26 -145.85 + 81 231.812 1089 1 1 37.9113 132.182 -174.45 + 81 237.234 1560 1 0 37.9019 132.183 -175.85 + 81 113.715 1088 0 1 37.6994 132.207 -204.45 + 81 123.106 1560 0 0 37.6887 132.211 -205.85 + 81 190.678 1574 0 0 19.93 134.954 -206.25 + 81 90.5583 994 0 1 19.0235 135.176 -204.849 + 81 24.9948 993 0 1 18.8499 135.223 -204.548 + 81 21.0662 1705 1 0 -8.09368 161.308 -176.25 + 81 127.089 1706 1 0 -8.13448 161.35 -176.207 + 81 113.745 1707 1 0 -8.3126 161.55 -176.045 + 81 15.0116 1708 1 0 -8.49359 161.75 -175.876 + 81 64.0347 853 1 1 -9.35116 162.579 -174.85 + 81 83.865 852 1 1 -9.45 162.687 -174.722 + 81 338.684 1713 2 0 -25.731 162.782 -146.25 + 81 87.7741 765 2 1 -26.8964 162.989 -144.85 + 81 82.0693 764 2 1 -27.05 163.033 -144.665 + 81 111.843 763 2 1 -27.4329 163.128 -144.45 + 81 38.9859 762 2 1 -27.45 162.966 -144.738 + 81 38.794 1712 2 0 -27.9677 162.611 -145.851 + 81 95.0398 1711 2 0 -28.0259 162.55 -145.99 + 81 26.2218 1710 2 0 -28.0524 162.35 -146.199 + 81 33.8179 1673 2 0 -47.3359 154.872 -146.25 + 81 77.9628 1674 2 0 -47.3867 154.95 -146.139 + 81 73.4615 1675 2 0 -47.5191 155.15 -145.948 + 81 305.219 653 2 1 -49.2516 157.168 -144.85 + 81 75.6107 757 2 1 -28.45 163.92 -144.623 + 81 65.2208 756 2 1 -28.6509 164.017 -144.636 + 81 102.18 755 2 1 -28.8503 164.095 -144.59 + 81 132.555 754 2 1 -29.0501 164.224 -144.472 + 81 117.297 753 2 1 -29.25 164.346 -144.651 + 81 233.277 752 2 1 -29.45 164.44 -144.589 + 81 156.428 949 0 1 10.05 122.032 -204.736 + 81 104.914 948 0 1 9.84985 121.842 -204.522 + 81 190.117 950 0 1 10.05 121.737 -204.726 + 81 192.628 951 0 1 10.25 121.536 -204.689 + 81 77.6254 1115 1 1 43.0646 144.495 -174.45 + 81 65.6638 1114 1 1 43.05 144.59 -174.707 + 81 65.2125 1623 1 0 42.8464 144.866 -175.85 + 81 51.0904 1624 1 0 42.8279 144.95 -176.063 + 81 58.8687 1107 0 1 41.519 159.801 -204.45 + 81 267.058 1108 0 1 41.65 159.69 -204.6 + 81 61.0156 1109 0 1 41.8503 159.525 -204.825 + 81 182.13 1674 0 0 44.9937 155.101 -205.85 + 81 32.8491 1131 0 1 46.3933 154.673 -204.85 + 81 217.882 1132 0 1 46.4502 154.639 -204.798 + 81 196.993 1133 0 1 46.65 154.48 -204.602 + 81 210.377 1134 0 1 46.85 154.431 -204.57 + 81 195.52 1698 0 0 42.8139 159.945 -205.85 + 81 89.2738 1088 1 1 37.8499 132.013 -174.73 +Number of digits in this event = 46 Using G4ParticleGun ... -6.63357 LIN +3.10064 LIN gamma Event: 82 Number of tracker hits in this event = 0 -Number of digits in this event = 3 +Number of digits in this event = 2 Using G4ParticleGun ... -6.02081 LIN +8.06871 LIN gamma Event: 83 -Number of tracker hits in this event = 162 - 83 45.3977 651 11 1 -49.7622 -51.0763 125.226 - 83 284.184 644 11 0 -49.7622 -51.0763 124.15 - 83 360.552 651 10 1 -49.76 -51.0717 95.55 - 83 237.296 644 10 0 -49.7595 -51.0671 94.15 - 83 348.529 651 9 1 -49.7603 -50.9545 65.55 - 83 146.756 645 9 0 -49.7619 -50.9467 64.15 - 83 559.227 651 8 1 -49.7847 -50.7885 35.55 - 83 248.367 646 8 0 -49.7809 -50.7796 34.15 - 83 348.541 651 7 1 -49.7179 -50.5834 5.55 - 83 102.492 647 7 0 -49.7175 -50.5737 4.15 - 83 289.733 651 6 1 -49.7167 -50.3795 -24.45 - 83 138.797 648 6 0 -49.7201 -50.3683 -25.85 - 83 309.352 651 5 1 -49.7945 -50.1576 -54.45 - 83 143.801 649 5 0 -49.797 -50.1479 -55.85 - 83 125.485 650 4 1 -49.8522 -49.9425 -84.45 - 83 269.362 650 4 0 -49.8519 -49.9387 -85.85 - 83 100.976 650 3 1 -49.8504 -49.8578 -114.45 - 83 101.554 650 3 0 -49.8503 -49.8559 -115.85 - 83 44.7373 650 2 1 -49.8505 -49.8244 -144.45 - 83 192.852 651 2 1 -49.85 -49.8237 -144.606 - 83 169.909 651 2 0 -49.8468 -49.8187 -145.85 - 83 471.471 651 1 1 -49.7742 -49.7249 -174.45 - 83 225.122 651 1 0 -49.7785 -49.7246 -175.85 - 83 175.611 650 0 1 -49.8764 -49.7083 -204.45 - 83 457.102 651 0 0 -49.875 -49.693 -205.85 - 83 316.724 651 0 1 -49.6851 -49.6198 -204.45 - 83 119.837 652 0 0 -49.6825 -49.6217 -205.85 - 83 26.0634 1486 6 0 -150.807 117.421 -25.85 - 83 80.8244 254 5 1 -129.289 163.721 -54.45 - 83 15.7436 652 0 1 -49.65 -49.6383 -204.773 - 83 133.931 686 0 1 -42.7183 -50.3181 -204.451 - 83 43.1266 685 0 1 -42.85 -50.2689 -204.678 - 83 162.994 650 0 0 -43.5797 -49.9824 -205.85 - 83 140.545 647 1 0 -49.453 -50.5814 -175.85 - 83 48.3554 648 0 1 -50.3825 -49.0793 -204.45 - 83 93.1853 649 0 1 -50.25 -49.0657 -204.531 - 83 599.65 657 0 0 -48.0058 -48.5788 -205.85 - 83 18.7902 656 0 0 -47.4208 -48.65 -205.989 - 83 82.3262 736 0 0 27.1982 -32.8011 -206.25 - 83 86.8929 735 0 0 27.5112 -32.85 -206.18 - 83 100.837 734 0 0 27.7003 -33.05 -206.225 - 83 89.476 834 0 0 41.3616 -13.2227 -206.25 - 83 164.026 835 0 0 41.3939 -13.05 -206.127 - 83 1.46592 836 0 0 41.2159 -12.85 -206.155 - 83 29.6579 456 0 0 -135.826 -88.65 -206.019 - 83 117.083 647 0 1 -50.4758 -49.1418 -204.45 - 83 111.196 654 0 0 -50.5429 -49.1939 -205.85 - 83 92.5863 644 8 0 -49.8607 -51.193 34.1495 - 83 52.6373 643 8 0 -49.8719 -51.25 33.9037 - 83 143.275 644 7 1 -51.1009 -59.8879 5.55 - 83 10.8726 645 7 1 -51.05 -59.9132 5.19193 - 83 106.611 599 7 0 -50.8221 -60.0668 4.14984 - 83 145.893 670 6 1 -45.8703 -63.0258 -24.45 - 83 62.5027 582 6 0 -46.0597 -63.5625 -25.8502 - 83 86.9494 581 6 0 -46.0635 -63.65 -26.0002 - 83 211.713 451 6 0 -84.0332 -89.7861 -26.25 - 83 0.461833 466 6 1 -86.8467 -89.31 -24.85 - 83 74.6089 465 6 1 -86.85 -89.3093 -24.8485 - 83 88.6385 464 6 1 -87.05 -89.2624 -24.7471 - 83 59.4831 463 6 1 -87.25 -89.2374 -24.6847 - 83 74.5386 462 6 1 -87.45 -89.233 -24.6554 - 83 70.4863 461 6 1 -87.65 -89.2178 -24.6376 - 83 54.8555 460 6 1 -87.85 -89.1997 -24.6337 - 83 84.787 459 6 1 -88.0503 -89.2169 -24.6597 - 83 57.833 458 6 1 -88.25 -89.2477 -24.6797 - 83 66.1782 457 6 1 -88.45 -89.2348 -24.693 - 83 299.464 456 6 1 -88.65 -89.2211 -24.6876 - 83 62.1866 455 6 1 -88.85 -89.2231 -24.6936 - 83 68.2284 454 6 1 -89.05 -89.2305 -24.6779 - 83 56.3184 453 6 1 -89.25 -89.1909 -24.6367 - 83 56.8101 452 6 1 -89.45 -89.1443 -24.5765 - 83 59.3574 451 6 1 -89.6504 -89.1204 -24.513 - 83 11.7616 450 6 1 -89.85 -89.1492 -24.4663 - 83 61.6801 647 8 0 -49.7938 -50.65 33.9674 - 83 191.886 670 7 1 -45.9114 -49.2472 5.55 - 83 48.1879 671 7 1 -45.85 -49.1767 5.29379 - 83 33.7744 655 7 0 -45.5823 -48.877 4.14937 - 83 151.27 656 7 0 -45.5599 -48.85 4.04599 - 83 14.939 720 6 1 -35.8784 -41.6716 -24.45 - 83 187.632 721 6 1 -35.85 -41.6781 -24.5101 - 83 89.3988 691 6 0 -35.3054 -41.7944 -25.85 - 83 140.262 765 5 1 -26.905 -42.6044 -54.45 - 83 230.329 689 5 0 -26.8599 -42.094 -55.85 - 83 198.502 690 5 0 -26.8579 -42.05 -55.9516 - 83 1.47627 691 5 0 -26.8841 -41.85 -56.2459 - 83 174.48 980 5 0 14.5524 16.0802 -56.2495 - 83 85.6807 981 5 0 14.7656 16.2503 -56.1054 - 83 206.741 978 5 1 15.6507 16.9481 -54.85 - 83 48.0818 979 5 1 15.85 17.1928 -54.59 - 83 169.685 938 6 0 -11.5936 7.83252 -26.25 - 83 218.72 834 6 1 -13.079 8.00691 -24.85 - 83 109.77 833 6 1 -13.25 7.98689 -24.5633 - 83 69.915 835 6 1 -13.05 7.49956 -24.7559 - 83 49.0191 944 6 0 -12.1044 8.87659 -25.85 - 83 304.181 840 6 1 -11.8966 10.1806 -24.85 - 83 238.936 722 6 1 -35.65 -41.635 -24.7698 - 83 119.972 644 7 0 -49.78 -51.0609 4.15 - 83 124.14 644 6 0 -49.8356 -51.0554 -25.85 - 83 225.724 644 5 0 -49.8037 -51.078 -55.85 - 83 162.174 651 4 1 -49.7603 -51.1592 -84.45 - 83 123.376 644 4 0 -49.7484 -51.162 -85.85 - 83 137.672 652 3 1 -49.4903 -51.193 -114.45 - 83 116.516 644 3 0 -49.4778 -51.1965 -115.85 - 83 416.72 654 2 1 -49.224 -51.2563 -144.45 - 83 664.194 643 2 0 -49.2141 -51.2658 -145.85 - 83 333.137 655 1 1 -49.0259 -51.4722 -174.45 - 83 176.711 642 1 0 -49.0123 -51.4869 -175.85 - 83 256.547 656 0 1 -48.7618 -51.7757 -204.45 - 83 125.263 641 0 0 -48.7355 -51.7721 -205.85 - 83 152.292 644 2 0 -49.1574 -51.25 -145.997 - 83 113.278 654 1 1 -49.0826 -51.8108 -174.45 - 83 190.376 640 1 0 -49.0683 -51.8951 -175.85 - 83 171.875 630 0 0 -48.708 -53.8981 -205.85 - 83 258.764 643 1 0 -48.8455 -51.4451 -175.85 - 83 123.416 657 0 1 -48.5366 -52.0219 -204.45 - 83 146.087 640 0 0 -48.5704 -52.0127 -205.85 - 83 6.65738 597 0 0 -34.6567 -60.4787 -206.25 - 83 89.8519 305 0 0 37.3931 -119.047 -206.25 - 83 211.39 653 2 1 -49.25 -51.2827 -144.724 - 83 247.824 645 7 0 -49.7535 -51.0473 4.15 - 83 144.071 654 6 1 -49.1275 -50.8846 -24.45 - 83 294 645 6 0 -49.1677 -50.8775 -25.85 - 83 110.819 650 5 1 -49.8702 -51.0793 -54.45 - 83 102.592 645 5 0 -49.9085 -51.036 -55.85 - 83 114.548 647 4 1 -50.6145 -50.0714 -84.4504 - 83 121.774 658 3 1 -48.4141 -47.9974 -114.45 - 83 199.15 660 3 0 -48.258 -47.9084 -115.85 - 83 136.532 673 2 1 -45.4497 -46.064 -144.45 - 83 138.321 670 2 0 -45.3391 -46.0101 -145.85 - 83 157.175 684 1 1 -43.21 -44.9171 -174.45 - 83 112.047 675 1 0 -43.2427 -44.9753 -175.85 - 83 161.121 679 0 1 -44.1277 -46.2426 -204.45 - 83 133.048 668 0 0 -44.0297 -46.3687 -205.85 - 83 66.1774 696 0 1 -40.6802 -44.1622 -204.45 - 83 81.2117 697 0 1 -40.65 -44.1455 -204.568 - 83 121.089 679 0 0 -40.2482 -44.107 -205.85 - 83 19.2914 538 2 0 68.17 -72.2751 -146.25 - 83 35.8228 290 3 0 -74.3026 -121.95 -116.08 - 83 9.95866 1169 3 0 54.4384 53.927 -116.25 - 83 151.772 695 0 1 -40.85 -44.1684 -204.53 - 83 218.05 682 0 0 -41.2549 -43.5979 -205.85 - 83 34.2014 683 0 0 -41.3518 -43.45 -206.163 - 83 140.432 465 1 1 -86.85 -1.89256 -174.8 - 83 39.6522 1651 1 0 -83.9626 150.48 -176.25 - 83 210.795 1652 1 0 -83.9476 150.55 -176.139 - 83 94.5844 1653 1 0 -83.7954 150.75 -176.081 - 83 164.632 644 9 0 -49.7898 -51.0552 64.15 - 83 112.774 645 8 0 -49.7962 -50.9684 34.15 - 83 120.399 650 7 1 -49.912 -50.9548 5.55 - 83 156.493 650 6 1 -49.9752 -50.9815 -24.45 - 83 108.084 649 5 1 -50.095 -51.064 -54.45 - 83 119.939 648 4 1 -50.4088 -51.0219 -84.45 - 83 113.815 645 4 0 -50.4198 -51.0188 -85.85 - 83 52.9518 647 3 1 -50.649 -50.9495 -114.45 - 83 61.3587 646 3 1 -50.65 -50.9502 -114.63 - 83 136.478 645 3 0 -50.6582 -50.9538 -115.85 - 83 107.056 642 2 0 -49.7678 -51.6057 -145.85 - 83 179.995 656 1 1 -48.85 -52.2987 -174.461 - 83 108.35 638 1 0 -48.8021 -52.3284 -175.85 - 83 101.275 661 0 1 -47.8298 -52.9402 -204.45 - 83 267.969 635 0 0 -47.7762 -52.967 -205.85 - 83 75.908 634 0 0 -47.6815 -53.05 -206.211 -Number of digits in this event = 84 +Number of tracker hits in this event = 3 + 83 312.81 315 0 1 -117.08 -84.6332 -204.45 + 83 272.151 477 0 0 -117.083 -84.632 -205.85 + 83 65.1657 1105 1 1 41.1093 -92.7224 -174.85 +Number of digits in this event = 4 Using G4ParticleGun ... -1.87519 LIN +7.77113 LIN gamma Event: 84 -Number of tracker hits in this event = 21 - 84 265.554 291 4 1 -121.793 3.70762 -84.45 - 84 256.343 918 4 0 -121.758 3.73045 -85.85 - 84 122.375 294 3 1 -121.327 4.18928 -114.45 - 84 133.095 920 3 0 -121.311 4.1786 -115.85 - 84 218.069 295 2 1 -120.954 4.0449 -144.45 - 84 136.845 919 2 0 -120.945 4.02858 -145.85 - 84 123.14 295 1 1 -121.046 3.08314 -174.45 - 84 95.3759 914 1 0 -120.969 2.94539 -175.85 - 84 158.059 296 0 1 -120.898 0.268146 -204.45 - 84 141.006 899 0 0 -121.013 -0.0500181 -206.159 - 84 145.334 296 2 1 -120.95 4.06522 -144.662 - 84 111.64 291 3 1 -121.858 3.71337 -114.45 - 84 135.528 918 3 0 -121.859 3.71138 -115.85 - 84 106.432 291 2 1 -121.886 3.67153 -144.45 - 84 138.93 918 2 0 -121.888 3.66978 -145.85 - 84 157.006 291 1 1 -121.946 3.63545 -174.45 - 84 126.524 917 1 0 -121.946 3.63042 -175.85 - 84 86.3687 291 0 1 -121.95 3.54118 -204.45 - 84 92.3959 917 0 0 -121.948 3.53784 -205.85 - 84 229.09 1400 4 0 -21.8315 100.201 -86.25 - 84 98.1591 290 1 1 -121.95 3.67336 -174.644 -Number of digits in this event = 17 +Number of tracker hits in this event = 55 + 84 295.255 810 6 1 -17.9998 -14.9471 -24.45 + 84 222.939 825 6 0 -17.9979 -14.953 -25.85 + 84 234.024 810 5 1 -17.9579 -15.0581 -54.45 + 84 105.839 824 5 0 -17.9539 -15.0655 -55.85 + 84 605.636 810 4 1 -17.9053 -15.2129 -84.45 + 84 364.705 824 4 0 -17.8959 -15.2205 -85.85 + 84 183.164 811 3 1 -17.6651 -15.354 -114.45 + 84 104.436 823 3 0 -17.6644 -15.3608 -115.85 + 84 128.933 812 2 1 -17.5858 -15.5022 -144.45 + 84 100.067 822 2 0 -17.5792 -15.505 -145.85 + 84 111.316 813 1 1 -17.2973 -15.3996 -174.45 + 84 297.012 823 1 0 -17.2872 -15.3806 -175.85 + 84 388.388 814 0 1 -17.0985 -14.933 -204.45 + 84 494.043 825 0 0 -17.0699 -14.9099 -205.85 + 84 388.018 826 0 0 -17.1813 -14.8317 -205.85 + 84 109.194 805 3 1 -18.9588 -14.7967 -114.45 + 84 141.188 826 3 0 -19.0419 -14.8345 -115.85 + 84 37.8535 796 2 1 -20.842 -15.6813 -144.45 + 84 53.1313 795 2 1 -20.85 -15.6808 -144.592 + 84 149.11 821 2 0 -20.9213 -15.6751 -145.85 + 84 106.001 786 1 1 -22.7525 -15.3843 -174.45 + 84 107.559 775 0 1 -24.9459 -14.5018 -204.45 + 84 77.9782 827 0 0 -25.1806 -14.4586 -205.85 + 84 26.5372 828 0 0 -25.2302 -14.45 -206.14 + 84 16.4514 1228 0 0 -87.8854 65.65 -206.197 + 84 3.16834 1248 0 0 -92.4853 69.65 -206.13 + 84 347.533 1249 0 0 -92.6956 69.85 -206.149 + 84 400.382 458 0 1 -88.3531 65.9874 -204.85 + 84 325.096 810 3 1 -17.8729 -15.5161 -114.45 + 84 245.858 822 3 0 -17.8787 -15.535 -115.85 + 84 296.515 810 2 1 -17.939 -15.9444 -144.45 + 84 105.25 820 2 0 -17.942 -15.9732 -145.85 + 84 124.501 810 1 1 -18.0371 -16.5108 -174.45 + 84 140.947 817 1 0 -18.0295 -16.5419 -175.85 + 84 325.123 811 0 1 -17.8451 -17.1526 -204.45 + 84 106.772 814 0 0 -17.8368 -17.189 -205.85 + 84 85.5924 686 2 0 -161.254 -42.8206 -146.25 + 84 121.385 825 5 0 -17.9997 -14.9396 -55.85 + 84 109.911 825 4 0 -17.9864 -14.9462 -85.85 + 84 101.749 825 3 0 -17.943 -14.9408 -115.85 + 84 105.599 825 2 0 -17.8879 -14.8866 -145.85 + 84 112.575 811 1 1 -17.8176 -14.8477 -174.45 + 84 107.833 826 1 0 -17.8152 -14.8454 -175.85 + 84 197.526 1238 3 0 179.611 67.7309 -116.25 + 84 85.5739 1237 3 0 179.799 67.65 -116.04 + 84 81.6544 1236 3 0 179.816 67.45 -115.964 + 84 98.1357 1235 3 0 179.812 67.25 -116.012 + 84 55.67 1234 3 0 179.75 67.05 -115.871 + 84 4.61262 1782 3 1 176.706 58.1483 -114.85 + 84 178.512 1146 3 0 174.901 49.4156 -115.85 + 84 94.2282 1147 3 0 174.921 49.45 -115.974 + 84 290.757 1039 3 0 147.685 27.85 -116.232 + 84 4.50992 1040 3 0 148.11 28.05 -115.928 + 84 58.116 1052 0 1 30.65 -0.943737 -204.588 + 84 41.1083 481 2 0 125.285 -83.65 -146.2 +Number of digits in this event = 27 Using G4ParticleGun ... -4.36835 LIN +4.27488 LIN gamma Event: 85 -Number of tracker hits in this event = 126 - 85 461.984 476 10 1 -84.8429 62.8727 95.55 - 85 265.465 1214 10 0 -84.8421 62.8716 94.15 - 85 138.914 476 9 1 -84.8133 62.8443 65.55 - 85 104.091 1213 9 0 -84.81 62.8414 64.15 - 85 145.718 476 8 1 -84.7373 62.7721 35.55 - 85 146.388 1213 8 0 -84.7323 62.7679 34.15 - 85 201.23 477 7 1 -84.6197 62.6697 5.55 - 85 218.751 1213 7 0 -84.6142 62.664 4.15 - 85 127.744 477 6 1 -84.4906 62.5451 -24.45 - 85 128.915 1212 6 0 -84.4854 62.54 -25.85 - 85 129.942 478 5 1 -84.3777 62.4479 -54.45 - 85 216.891 1211 5 0 -84.3674 62.432 -55.85 - 85 137.252 479 4 1 -84.1725 62.0977 -84.45 - 85 132.554 1210 4 0 -84.1636 62.0769 -85.85 - 85 247.051 480 3 1 -84.0096 61.6724 -114.45 - 85 58.0562 1208 3 0 -83.9998 61.6531 -115.85 - 85 39.964 1207 3 0 -83.9982 61.65 -116.075 - 85 118.296 481 2 1 -83.7912 61.27 -144.45 - 85 5.75259 1206 2 0 -83.7809 61.2504 -145.85 - 85 238.235 1205 2 0 -83.7807 61.25 -145.882 - 85 117.309 482 1 1 -83.5672 60.8879 -174.45 - 85 404.967 1204 1 0 -83.5534 60.861 -175.85 - 85 106.987 483 0 1 -83.2763 60.2786 -204.45 - 85 112.155 1200 0 0 -83.2567 60.2413 -205.85 - 85 183.085 478 4 1 -84.3361 62.2816 -84.4502 - 85 50.8256 1212 4 0 -83.6714 62.5651 -85.8504 - 85 198.357 1213 4 0 -83.5772 62.65 -85.9021 - 85 326.441 476 7 1 -84.6821 62.6661 5.55 - 85 4.65587 1211 7 0 -84.2933 62.2517 4.15 - 85 269.377 1210 7 0 -84.2916 62.25 4.14391 - 85 168.623 543 6 1 -71.2699 40.3697 -24.4502 - 85 67.3975 1091 6 0 -71.8418 38.3585 -25.85 - 85 67.4255 1090 6 0 -71.8701 38.25 -25.9212 - 85 56.9963 1089 6 0 -71.9369 38.05 -26.0653 - 85 32.9129 1088 6 0 -71.9929 37.8499 -26.2077 - 85 197.289 519 5 1 -76.1849 -14.0169 -54.45 - 85 47.475 824 5 0 -75.7136 -15.2101 -55.85 - 85 135.525 823 5 0 -75.6894 -15.25 -55.9039 - 85 38.4287 251 5 0 -36.4465 -129.822 -56.25 - 85 61.379 250 5 0 -36.4023 -129.95 -56.2154 - 85 64.9773 249 5 0 -36.3248 -130.15 -56.1436 - 85 173.697 248 5 0 -36.2743 -130.35 -56.0582 - 85 66.1705 247 5 0 -36.2188 -130.55 -55.9619 - 85 30.4005 246 5 0 -36.2039 -130.75 -55.8844 - 85 27.3042 720 5 1 -35.9672 -134.945 -54.8499 - 85 47.5223 206 5 0 -35.8563 -138.817 -55.8502 - 85 51.6311 205 5 0 -35.8599 -138.95 -55.8841 - 85 54.1909 204 5 0 -35.8482 -139.15 -55.9172 - 85 50.6451 203 5 0 -35.8413 -139.35 -55.9443 - 85 59.0865 202 5 0 -35.8477 -139.55 -55.9487 - 85 109.044 201 5 0 -35.8499 -139.75 -55.9343 - 85 104.508 200 5 0 -35.8487 -139.95 -55.8846 - 85 7.06644 199 5 0 -35.8052 -140.15 -55.8562 - 85 110.326 729 5 1 -34.1462 -147.213 -54.85 - 85 53.6278 730 5 1 -34.05 -147.537 -54.8188 - 85 11.3073 150 5 0 -32.9655 -150.101 -55.8503 - 85 60.7064 149 5 0 -32.9475 -150.15 -55.8695 - 85 61.5069 148 5 0 -32.8938 -150.35 -55.9361 - 85 58.9614 147 5 0 -32.8625 -150.55 -55.9941 - 85 50.7806 146 5 0 -32.837 -150.75 -56.0472 - 85 66.7162 145 5 0 -32.7889 -150.951 -56.1052 - 85 55.6567 144 5 0 -32.7405 -151.15 -56.1609 - 85 9.37337 480 1 1 -83.9874 -39.3573 -174.45 - 85 172.146 702 1 0 -83.9916 -39.5475 -175.85 - 85 26.3571 703 1 0 -84.102 -39.45 -176.188 - 85 158.615 658 1 0 -111.567 -48.4413 -176.25 - 85 400.256 657 1 0 -111.575 -48.45 -176.239 - 85 14.0027 1219 7 0 -84.6214 64.0119 4.14954 - 85 195.161 1220 7 0 -84.6208 64.05 4.1068 - 85 17.3289 1169 7 0 -84.3435 53.8769 3.75004 - 85 87.8739 1168 7 0 -84.3388 53.8493 3.80496 - 85 81.6026 1167 7 0 -84.2141 53.6499 4.02846 - 85 57.7166 1166 7 0 -84.1822 53.4499 4.11409 - 85 55.4679 1165 7 0 -84.2343 53.25 4.12343 - 85 68.3562 1164 7 0 -84.2585 53.05 4.04526 - 85 48.4727 1163 7 0 -84.3158 52.8499 3.8857 - 85 237.925 1047 7 0 -66.0104 29.5033 3.75005 - 85 47.8393 1185 7 0 -61.8077 57.1897 3.75009 - 85 202.914 1186 7 0 -61.8218 57.25 3.85671 - 85 68.7299 602 7 1 -59.5027 56.5878 5.15 - 85 133.755 603 7 1 -59.45 56.5778 5.21412 - 85 21.6531 469 7 1 -86.0549 66.8155 5.15 - 85 88.3999 470 7 1 -86.05 66.8365 5.1691 - 85 127.415 475 9 1 -84.95 62.8791 65.55 - 85 154.088 1214 9 0 -84.9531 62.8594 64.15 - 85 135.565 475 8 1 -85.0064 62.507 35.55 - 85 207.639 1212 8 0 -85.0081 62.494 34.15 - 85 101.606 474 7 1 -85.0778 62.262 5.55 - 85 104.455 474 6 1 -85.169 61.9848 -24.45 - 85 94.4783 1209 6 0 -85.1796 61.9728 -25.85 - 85 175.201 473 5 1 -85.3731 61.7358 -54.45 - 85 138.663 1208 5 0 -85.3768 61.7239 -55.85 - 85 271.853 473 4 1 -85.4458 61.473 -84.45 - 85 114.125 1207 4 0 -85.4397 61.4619 -85.85 - 85 94.9469 473 3 1 -85.3331 61.3073 -114.45 - 85 179.115 1206 3 0 -85.3297 61.2995 -115.85 - 85 130.105 474 2 1 -85.2448 61.1728 -144.45 - 85 212.215 475 1 1 -84.9872 61.0286 -174.45 - 85 121.118 475 0 1 -84.8852 60.7261 -204.45 - 85 307.895 1203 0 0 -84.9162 60.7183 -205.85 - 85 14.9194 1229 0 0 -88.035 66.05 -205.96 - 85 0.879761 1407 1 0 -42.4575 101.744 -176.25 - 85 84.5732 1408 1 0 -42.4574 101.75 -176.247 - 85 110.816 1409 1 0 -42.448 101.95 -176.211 - 85 197.171 473 2 1 -85.25 61.1748 -144.476 - 85 47.3625 1203 2 0 -85.0321 60.7378 -145.85 - 85 240.589 1202 2 0 -84.9995 60.65 -145.931 - 85 139.965 472 4 1 -85.4503 61.4633 -84.7371 - 85 79.6677 471 4 1 -85.65 61.6024 -84.6881 - 85 319.841 1209 4 0 -86.6296 61.8696 -85.85 - 85 222.913 372 3 1 -105.645 78.9259 -114.45 - 85 4.24143 1279 3 0 -104.881 75.868 -115.85 - 85 61.2831 1278 3 0 -104.876 75.8499 -115.857 - 85 103.016 1277 3 0 -104.804 75.6499 -115.957 - 85 51.608 1276 3 0 -104.726 75.45 -116.076 - 85 41.7561 1275 3 0 -104.663 75.2497 -116.176 - 85 56.187 636 3 0 -49.5505 -52.6537 -116.25 - 85 116.917 635 3 0 -49.4055 -52.85 -116.205 - 85 182.015 634 3 0 -49.1979 -53.0502 -116.139 - 85 239.11 633 3 0 -48.952 -53.25 -116.027 - 85 19.197 632 3 0 -48.7659 -53.45 -115.892 - 85 110.928 660 3 1 -48.0373 -54.2369 -114.85 - 85 33.98 661 3 1 -47.85 -54.4472 -114.562 - 85 286.747 623 3 0 -45.8904 -55.2738 -116.25 - 85 113.582 475 10 1 -84.85 62.8794 95.3992 - 85 217.956 474 10 1 -85.05 63.0313 95.3492 -Number of digits in this event = 54 +Number of tracker hits in this event = 23 + 85 290.127 920 3 1 4.21231 143.98 -114.45 + 85 117.36 1619 3 0 4.21296 143.98 -115.85 + 85 106.577 920 2 1 4.21874 143.983 -144.45 + 85 105.874 1619 2 0 4.21917 143.984 -145.85 + 85 113.43 920 1 1 4.22959 144.018 -174.45 + 85 116.86 1619 1 0 4.22874 144.022 -175.85 + 85 145.767 920 0 1 4.20881 144.099 -204.45 + 85 127.779 1619 0 0 4.20884 144.104 -205.85 + 85 25.7551 1090 9 0 34.0764 38.2336 63.75 + 85 264.09 1091 9 0 34.0769 38.25 63.7964 + 85 4.83787 1268 1 0 36.9979 73.85 -176.078 + 85 95.2831 1374 0 1 95.0926 45.1738 -204.45 + 85 129.519 1375 0 1 95.1502 45.2004 -204.549 + 85 112.203 1620 3 0 4.08208 144.169 -115.85 + 85 182.584 906 2 1 1.28172 148.697 -144.45 + 85 109.649 1643 2 0 1.17568 148.903 -145.85 + 85 23.6289 1644 2 0 1.15245 148.95 -146.167 + 85 128.381 895 1 1 -1.01739 153.52 -174.451 + 85 22.2913 1667 1 0 -1.06614 153.739 -175.85 + 85 106.989 1668 1 0 -1.07019 153.75 -175.932 + 85 105.825 884 0 1 -3.17568 157.717 -204.45 + 85 16.5583 883 0 1 -3.25006 157.796 -204.803 + 85 127.042 1689 0 0 -3.4672 158.029 -205.85 +Number of digits in this event = 10 Using G4ParticleGun ... -3.22274 LIN +1.75372 LIN gamma Event: 86 -Number of tracker hits in this event = 0 -Number of digits in this event = 2 +Number of tracker hits in this event = 49 + 86 236.054 1410 8 1 102.226 22.3532 35.55 + 86 151.714 1011 8 0 102.224 22.354 34.15 + 86 162.545 1410 7 1 102.185 22.3481 5.55 + 86 148.174 1011 7 0 102.186 22.3421 4.15 + 86 108.467 1410 6 1 102.232 22.2288 -24.45 + 86 118.204 1010 6 0 102.232 22.2214 -25.85 + 86 101.602 1410 5 1 102.256 22.0609 -54.45 + 86 107.687 1010 5 0 102.26 22.0526 -55.85 + 86 95.8361 1410 4 1 102.341 21.8826 -84.45 + 86 88.9285 1009 4 0 102.346 21.8719 -85.85 + 86 121.656 1411 3 1 102.466 21.6533 -114.45 + 86 146.119 1007 3 0 102.47 21.6402 -115.85 + 86 174.429 1411 2 1 102.547 21.3787 -144.45 + 86 116.297 1006 2 0 102.556 21.3725 -145.85 + 86 96.9502 1412 1 1 102.748 21.2367 -174.45 + 86 38.7378 1413 1 1 102.75 21.2359 -174.745 + 86 132.998 1005 1 0 102.759 21.2334 -175.85 + 86 122.457 1414 0 1 102.993 21.1433 -204.45 + 86 110.377 1005 0 0 103.002 21.1247 -205.85 + 86 220.527 1616 2 1 143.397 -0.752329 -144.85 + 86 276.084 1409 7 1 102.15 22.3841 5.32504 + 86 4.32778 1012 7 0 101.351 22.647 4.15 + 86 117.591 1013 7 0 101.343 22.65 4.13777 + 86 81.4373 1012 8 0 102.231 22.45 33.9493 + 86 120.603 1019 7 0 102.201 23.9198 4.15 + 86 11.3258 1018 7 0 102.265 23.85 3.79469 + 86 135.658 1438 6 1 107.76 17.9386 -24.4502 + 86 163.644 988 6 0 108.001 17.8498 -25.85 + 86 64.6279 1464 5 1 113.096 16.9156 -54.45 + 86 62.4722 1465 5 1 113.15 16.8781 -54.6712 + 86 135.58 983 5 0 113.482 16.6568 -55.8501 + 86 110.715 982 5 0 113.492 16.6498 -55.886 + 86 118.174 1504 4 1 121.126 10.6517 -84.45 + 86 27.3113 1505 4 1 121.15 10.6036 -84.7517 + 86 103.066 951 4 0 121.212 10.442 -85.85 + 86 39.9808 1513 3 1 122.937 5.33682 -114.45 + 86 61.9131 1514 3 1 122.95 5.27158 -114.608 + 86 114.173 923 3 0 123.151 4.80755 -115.85 + 86 196.17 1544 2 1 128.956 -4.42918 -144.45 + 86 3.00772 874 2 0 129.493 -5.24563 -145.85 + 86 117.322 873 2 0 129.495 -5.25 -145.857 + 86 11.7325 872 2 0 129.65 -5.45 -146.202 + 86 45.671 1629 1 1 146.062 -21.9826 -174.45 + 86 90.0874 1630 1 1 146.15 -21.9681 -174.566 + 86 19.3085 1631 1 1 146.35 -21.9429 -174.8 + 86 46.6445 790 1 0 147.297 -21.8618 -175.85 + 86 79.8455 791 1 0 147.399 -21.85 -175.968 + 86 112.155 1747 0 1 169.61 -15.1702 -204.45 + 86 112.757 823 0 0 169.866 -15.3021 -205.85 +Number of digits in this event = 18 Using G4ParticleGun ... -2.37947 LIN +1.65527 LIN gamma Event: 87 Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of digits in this event = 2 Using G4ParticleGun ... -6.97551 LIN +1.29596 LIN gamma Event: 88 -Number of tracker hits in this event = 69 - 88 384.904 956 11 1 11.4054 -63.8748 125.55 - 88 299.764 580 11 0 11.4052 -63.8739 124.15 - 88 107.025 956 10 1 11.4011 -63.8662 95.55 - 88 114.988 580 10 0 11.4009 -63.8654 94.15 - 88 129.371 956 9 1 11.3953 -63.8551 65.55 - 88 123.293 580 9 0 11.395 -63.8544 64.15 - 88 125.329 956 8 1 11.3883 -63.8402 35.55 - 88 106.375 581 8 0 11.3881 -63.8394 34.15 - 88 133.087 956 7 1 11.3826 -63.8246 5.55 - 88 128.528 581 7 0 11.382 -63.8236 4.15 - 88 274.21 956 6 1 11.371 -63.8039 -24.45 - 88 179.908 581 6 0 11.3704 -63.8036 -25.85 - 88 120.577 956 5 1 11.3651 -63.7924 -54.45 - 88 99.1387 581 5 0 11.3636 -63.7922 -55.85 - 88 121.683 956 4 1 11.3306 -63.7945 -84.45 - 88 148.475 581 4 0 11.3286 -63.7941 -85.85 - 88 125.988 956 3 1 11.2907 -63.7843 -114.45 - 88 121.742 581 3 0 11.289 -63.7839 -115.85 - 88 194.891 956 2 1 11.258 -63.7768 -144.45 - 88 195.588 581 2 0 11.2563 -63.7767 -145.85 - 88 114.936 955 1 1 11.2231 -63.7792 -174.45 - 88 277.421 581 1 0 11.2224 -63.7804 -175.85 - 88 270.559 955 0 1 11.2061 -63.8008 -204.45 - 88 416.477 581 0 0 11.205 -63.8013 -205.85 - 88 25.6801 995 2 1 19.0914 -71.364 -144.85 - 88 86.7189 996 2 1 19.25 -71.3483 -144.605 - 88 155.306 987 1 1 17.6111 -75.7231 -174.45 - 88 103.194 988 1 1 17.65 -75.4908 -174.676 - 88 92.0491 989 1 1 17.8501 -75.4177 -174.802 - 88 288.752 990 1 1 18.05 -75.3856 -174.78 - 88 109.842 383 0 0 -13.1747 -103.448 -206.25 - 88 274.007 382 0 0 -13.2416 -103.55 -206.173 - 88 9.75013 381 0 0 -13.2345 -103.75 -206.227 - 88 10.7454 1212 1 1 62.45 -4.62462 -174.809 - 88 121.984 960 0 1 12.0914 -64.1404 -204.45 - 88 109.565 579 0 0 12.1855 -64.2166 -205.85 - 88 81.1357 496 1 0 -95.8904 -80.6658 -176.25 - 88 91.2019 497 1 0 -95.9016 -80.65 -176.232 - 88 18.7129 382 1 0 -76.3382 -103.635 -176.25 - 88 33.4519 618 1 0 -156.71 -56.4464 -176.25 - 88 17.634 576 5 0 9.21388 -64.6559 -55.85 - 88 111.149 577 5 0 9.17093 -64.6498 -55.858 - 88 52.2936 941 5 1 8.41871 -64.975 -54.85 - 88 45.3953 587 5 0 6.69245 -62.5716 -55.85 - 88 94.8982 957 10 1 11.5193 -63.6743 95.55 - 88 121.458 581 10 0 11.5235 -63.6671 94.15 - 88 126.24 957 9 1 11.6428 -63.5204 65.55 - 88 238.263 582 9 0 11.6637 -63.5156 64.15 - 88 104.61 960 8 1 12.122 -63.422 35.55 - 88 123.259 583 8 0 12.145 -63.4154 34.15 - 88 135.747 962 7 1 12.6131 -63.293 5.55 - 88 121.869 583 7 0 12.634 -63.2793 4.15 - 88 149.557 965 6 1 13.0531 -62.9859 -24.45 - 88 116.858 585 6 0 13.0795 -62.9722 -25.85 - 88 189.742 968 5 1 13.6535 -62.7458 -54.45 - 88 117.168 586 5 0 13.6765 -62.7143 -55.85 - 88 116.514 970 4 1 14.1918 -61.8319 -84.45 - 88 152.922 591 4 0 14.1792 -61.7817 -85.85 - 88 107.64 968 3 1 13.8305 -60.8378 -114.45 - 88 173.321 596 3 0 13.8064 -60.7629 -115.85 - 88 132.428 966 2 1 13.2736 -59.3021 -144.45 - 88 218.743 604 2 0 13.2482 -59.2444 -145.85 - 88 163.923 963 1 1 12.7941 -58.0972 -174.45 - 88 151.711 609 1 0 12.7761 -58.0863 -175.85 - 88 119.699 962 0 1 12.5919 -57.8593 -204.45 - 88 112.642 611 0 0 12.6348 -57.807 -205.85 - 88 3.82627 515 4 0 112.478 -76.886 -86.25 - 88 127.797 21 5 0 91.185 -175.767 -56.2498 - 88 86.2144 964 6 1 13.05 -62.98 -24.7389 -Number of digits in this event = 42 -Using G4ParticleGun ... -2.56413 LIN +Number of tracker hits in this event = 68 + 88 267.377 816 9 1 -16.6634 -19.4533 65.55 + 88 215.086 802 9 0 -16.6623 -19.455 64.15 + 88 174.112 817 8 1 -16.5613 -19.4639 35.55 + 88 322.53 802 8 0 -16.5595 -19.4623 34.15 + 88 171.813 817 7 1 -16.5717 -19.4238 5.55 + 88 121.37 803 7 0 -16.578 -19.4218 4.15 + 88 142.836 816 6 1 -16.7132 -19.3692 -24.45 + 88 116.235 803 6 0 -16.7069 -19.3629 -25.85 + 88 127.117 817 5 1 -16.5927 -19.2236 -54.45 + 88 127.005 804 5 0 -16.5957 -19.212 -55.85 + 88 231.723 816 4 1 -16.6944 -19.0041 -84.45 + 88 112.721 805 4 0 -16.6985 -18.9851 -85.85 + 88 86.4448 816 3 1 -16.767 -18.5907 -114.45 + 88 137.353 807 3 0 -16.7662 -18.572 -115.85 + 88 116.832 816 2 1 -16.7583 -18.1943 -144.45 + 88 168.844 809 2 0 -16.758 -18.1889 -145.85 + 88 118.382 816 1 1 -16.7598 -18.0966 -174.45 + 88 86.1085 809 1 0 -16.765 -18.1148 -175.85 + 88 201.981 816 0 1 -16.7955 -18.5288 -204.45 + 88 110.687 807 0 0 -16.8074 -18.5727 -205.85 + 88 25.3071 817 0 1 -16.65 -18.5765 -204.815 + 88 230.886 804 0 0 -15.536 -19.1374 -205.85 + 88 378.907 817 6 1 -16.65 -19.5513 -24.4575 + 88 213.761 818 6 1 -16.45 -19.3886 -24.519 + 88 164.987 816 8 1 -16.838 -19.5527 35.55 + 88 129.502 813 7 1 -17.292 -19.9354 5.55 + 88 165.376 800 7 0 -17.3096 -19.9308 4.15 + 88 229.579 812 6 1 -17.6173 -19.6941 -24.45 + 88 6.03106 801 6 0 -17.6184 -19.651 -25.85 + 88 95.771 802 6 0 -17.6184 -19.65 -25.8814 + 88 110.007 812 5 1 -17.5109 -18.9212 -54.45 + 88 137.524 806 5 0 -17.4784 -18.847 -55.85 + 88 512.854 815 4 1 -16.9201 -17.2798 -84.45 + 88 40.4765 814 4 0 -16.9486 -17.0698 -85.85 + 88 75.9832 815 4 0 -16.9515 -17.05 -85.9817 + 88 222.979 810 3 1 -17.9039 -12.7765 -114.45 + 88 109.654 837 3 0 -17.9695 -12.5999 -115.85 + 88 144.609 802 2 1 -19.5829 -9.46651 -144.45 + 88 46.4378 853 2 0 -19.7269 -9.27118 -145.85 + 88 77.6821 854 2 0 -19.7418 -9.25 -146 + 88 173.692 786 1 1 -22.6692 -5.56206 -174.45 + 88 122.448 873 1 0 -22.8044 -5.34487 -175.85 + 88 261.189 771 0 1 -25.6844 -0.646432 -204.45 + 88 67.1475 897 0 0 -25.8267 -0.476835 -205.85 + 88 63.6071 898 0 0 -25.8494 -0.45 -206.074 + 88 129.435 808 4 0 -17.0039 -18.2808 -85.85 + 88 109.38 809 3 1 -18.05 -17.0087 -114.717 + 88 25.3893 818 3 0 -18.3808 -16.288 -115.85 + 88 297.397 819 3 0 -18.398 -16.2499 -115.909 + 88 21.0504 820 3 0 -18.4843 -16.05 -116.214 + 88 200.299 770 2 1 -25.9093 1.60855 -144.45 + 88 60.4815 910 2 0 -26.0275 2.16649 -145.85 + 88 61.6662 911 2 0 -26.0389 2.25005 -146.048 + 88 153.883 764 1 1 -27.1732 15.0981 -174.451 + 88 128.293 974 1 0 -26.959 15.0362 -175.85 + 88 131.028 786 0 1 -22.843 13.1905 -204.45 + 88 4.20504 965 0 0 -22.7178 13.0518 -205.85 + 88 119.537 964 0 0 -22.7163 13.05 -205.868 + 88 109.8 809 4 0 -16.9463 -18.2449 -85.85 + 88 127.039 822 3 1 -15.6404 -16.3668 -114.45 + 88 161.751 837 2 1 -12.4655 -13.4099 -144.45 + 88 119.322 833 2 0 -12.455 -13.4286 -145.85 + 88 133.583 838 1 1 -12.3696 -13.6278 -174.451 + 88 70.0804 832 1 0 -12.414 -13.6448 -175.85 + 88 56.027 831 1 0 -12.4193 -13.65 -176.073 + 88 164.352 834 0 1 -13.1302 -14.3852 -204.45 + 88 102.479 827 0 0 -13.165 -14.5545 -205.85 + 88 167.748 838 2 1 -12.45 -13.4096 -144.48 +Number of digits in this event = 39 +Using G4ParticleGun ... +7.84642 LIN gamma Event: 89 -Number of tracker hits in this event = 10 - 89 272.76 428 2 1 -94.4404 103.476 -144.45 - 89 344.428 1416 2 0 -94.476 103.462 -145.85 - 89 92.8483 424 1 1 -95.2619 103.275 -174.45 - 89 118.29 1415 1 0 -95.2822 103.283 -175.85 - 89 118.317 422 0 1 -95.6115 103.474 -204.45 - 89 245.456 1416 0 0 -95.6253 103.494 -205.85 - 89 112.839 428 1 1 -94.3815 103.487 -174.45 - 89 153.526 1416 1 0 -94.3822 103.49 -175.85 - 89 153.472 428 0 1 -94.399 103.543 -204.45 - 89 183.427 227 0 1 -134.55 109.607 -204.823 -Number of digits in this event = 9 +Number of tracker hits in this event = 6 + 89 398.637 1121 1 1 44.2935 -141.922 -174.45 + 89 231.511 191 1 0 44.2898 -141.924 -175.85 + 89 129.465 1120 0 1 44.2265 -141.975 -204.45 + 89 290.654 190 0 0 44.2246 -141.978 -205.85 + 89 492.967 1121 0 1 44.2707 -141.947 -204.45 + 89 335.85 191 0 0 44.2687 -141.947 -205.85 +Number of digits in this event = 8 Using G4ParticleGun ... -8.20642 LIN +9.34099 LIN gamma Event: 90 -Number of tracker hits in this event = 5 - 90 3.70572 953 1 1 10.85 -53.5542 -174.572 - 90 269.074 724 0 1 -35.2438 -90.3523 -204.85 - 90 20.4909 1226 10 0 -133.644 65.357 93.75 - 90 73.819 212 5 1 -137.66 176.455 -54.85 - 90 40.439 435 0 0 22.6824 -92.9874 -206.25 -Number of digits in this event = 4 +Number of tracker hits in this event = 93 + 90 87.3413 1388 7 0 75.5171 97.8842 3.89845 + 90 293.72 1277 6 1 75.5169 97.8868 -24.45 + 90 282.069 1388 6 0 75.5165 97.8872 -25.85 + 90 238.864 1277 5 1 75.5072 97.8974 -54.45 + 90 378.751 1388 5 0 75.5069 97.8971 -55.85 + 90 171.532 1277 4 1 75.5014 97.8912 -84.45 + 90 116.746 1388 4 0 75.5001 97.8902 -85.85 + 90 359.621 1277 3 1 75.4696 97.8722 -114.45 + 90 349.326 1388 3 0 75.4678 97.872 -115.85 + 90 103.318 1276 2 1 75.4288 97.8736 -144.45 + 90 126.386 1388 2 0 75.4269 97.8738 -145.85 + 90 146.265 1276 1 1 75.3958 97.8752 -174.45 + 90 141.81 1388 1 0 75.3938 97.8757 -175.85 + 90 266.846 1276 0 1 75.3557 97.8879 -204.45 + 90 117.636 1388 0 0 75.3543 97.8898 -205.85 + 90 150.025 1630 0 1 146.282 -2.95646 -204.45 + 90 78.8437 1629 0 1 146.15 -2.63218 -204.526 + 90 107.605 1277 2 1 75.5065 97.9572 -144.45 + 90 118.162 1389 2 0 75.5094 97.9643 -145.85 + 90 170.767 1277 1 1 75.5962 97.9952 -174.45 + 90 99.6117 1389 1 0 75.5877 98.0072 -175.85 + 90 127.395 1390 0 0 75.4184 98.274 -205.85 + 90 213.458 1275 2 1 75.2295 97.6832 -144.45 + 90 102.901 1387 2 0 75.1972 97.7069 -145.85 + 90 253.889 1272 1 1 74.4818 98.1508 -174.45 + 90 105.038 1390 1 0 74.4634 98.1889 -175.85 + 90 253.583 1270 0 1 74.0636 98.6316 -204.45 + 90 4.81599 1269 0 1 74.05 98.6405 -204.829 + 90 144.331 1392 0 0 74.0172 98.6669 -205.85 + 90 19.3385 1276 5 1 75.45 97.8789 -54.78 + 90 116.762 1276 4 1 75.2896 97.6918 -84.45 + 90 144.939 1387 4 0 75.2861 97.6819 -85.85 + 90 242.454 1275 3 1 75.2245 97.4634 -114.45 + 90 134.281 1386 3 0 75.2192 97.4633 -115.85 + 90 109.592 1386 2 0 75.0799 97.4734 -145.85 + 90 241.179 1386 1 0 74.6185 97.532 -175.85 + 90 119.888 1386 0 0 74.1114 97.4442 -205.85 + 90 138.105 1274 3 1 75.0499 97.3271 -114.695 + 90 46.409 1377 3 0 74.0139 95.6422 -115.85 + 90 63.4647 1376 3 0 73.9662 95.5499 -115.895 + 90 114.952 1266 3 1 73.2901 92.847 -114.85 + 90 308.123 1265 3 1 73.2499 92.6755 -114.772 + 90 345.29 1276 3 1 75.25 97.4885 -114.549 + 90 215.219 1275 1 1 75.0993 97.4775 -174.45 + 90 52.9099 1274 1 1 75.05 97.4723 -174.768 + 90 14.6291 1262 0 1 72.5891 97.5722 -204.45 + 90 155.853 1263 0 1 72.6505 97.5585 -204.469 + 90 65.4377 1264 0 1 72.85 97.5112 -204.543 + 90 143.688 1265 0 1 73.0502 97.4726 -204.636 + 90 126.201 1266 0 1 73.25 97.433 -204.713 + 90 76.3289 1267 0 1 73.4507 97.4009 -204.785 + 90 340.384 1383 0 0 76.3631 96.8412 -205.85 + 90 182.408 1382 0 0 76.9458 96.75 -206.036 + 90 198.749 1381 0 0 77.5623 96.55 -205.994 + 90 100.144 1380 0 0 78.0834 96.35 -205.931 + 90 47.6382 1310 0 1 82.2032 96.3128 -204.85 + 90 48.5646 1311 0 1 82.2503 96.3111 -204.837 + 90 122.865 1312 0 1 82.45 96.3027 -204.791 + 90 65.3004 1313 0 1 82.65 96.2912 -204.745 + 90 92.7519 1314 0 1 82.8501 96.2897 -204.702 + 90 56.1433 1315 0 1 83.0502 96.2879 -204.664 + 90 54.0633 1316 0 1 83.2502 96.2845 -204.634 + 90 58.8138 1317 0 1 83.4502 96.2805 -204.604 + 90 88.4535 1318 0 1 83.65 96.2716 -204.56 + 90 49.3173 1319 0 1 83.85 96.259 -204.509 + 90 12.5247 1320 0 1 84.05 96.2518 -204.458 + 90 15.3589 1528 1 0 126.039 125.919 -176.25 + 90 236.842 1529 1 0 126.08 125.95 -176.222 + 90 209.734 1530 1 0 126.325 126.15 -176.063 + 90 112.162 1538 1 1 127.76 127.174 -174.85 + 90 110.894 1539 1 1 127.95 127.353 -174.66 + 90 10.2661 1540 1 1 128.15 127.576 -174.468 + 90 104.22 1546 1 1 129.446 128.134 -174.45 + 90 74.2845 1545 1 1 129.35 128.127 -174.665 + 90 136.218 1540 1 0 128.732 128.293 -175.85 + 90 61.9901 1424 0 1 105.049 135.217 -204.45 + 90 189.754 1423 0 1 104.95 135.349 -204.531 + 90 105.874 1581 0 0 105.007 136.396 -205.85 + 90 51.2182 1582 0 0 104.953 136.55 -206.153 + 90 75.1487 1297 0 1 79.5 96.5069 -204.85 + 90 67.8709 1298 0 1 79.6503 96.5435 -204.764 + 90 361.195 1299 0 1 79.85 96.5461 -204.637 + 90 67.1581 1300 0 1 80.05 96.4292 -204.588 + 90 128.01 1385 1 0 75.5294 97.3439 -175.85 + 90 276.309 1350 0 1 90.2186 84.4032 -204.45 + 90 6.98989 1349 0 1 90.05 84.7668 -204.838 + 90 75.9966 1330 0 0 89.6799 86.0634 -205.85 + 90 166.152 1331 0 0 89.6485 86.2507 -206 + 90 35.8776 1332 0 0 89.6373 86.45 -206.175 + 90 47.296 1276 6 1 75.45 97.9574 -24.808 + 90 12.7721 1412 6 0 75.6202 102.566 -25.85 + 90 49.8968 1278 6 1 75.8185 104.093 -24.8499 + 90 130.769 1279 6 1 75.85 104.135 -24.8113 +Number of digits in this event = 44 Using G4ParticleGun ... -1.61926 LIN +1.93768 LIN gamma Event: 91 -Number of tracker hits in this event = 49 - 91 217.271 510 7 1 -78.0164 -14.7863 5.55 - 91 143.019 825 7 0 -77.9334 -14.9031 4.14995 - 91 140.862 518 6 1 -76.3944 -17.3033 -24.4504 - 91 142.277 812 6 0 -76.5062 -17.5269 -25.85 - 91 28.218 506 5 1 -78.6583 -23.3317 -54.45 - 91 111.018 507 5 1 -78.65 -23.3725 -54.5485 - 91 109.661 780 5 0 -78.5624 -23.8921 -55.85 - 91 1.34146 779 5 0 -78.5383 -24.05 -56.2425 - 91 127.9 516 4 1 -76.793 -35.6151 -84.45 - 91 156.007 719 4 0 -76.7026 -36.0846 -85.85 - 91 154.315 526 3 1 -74.8142 -46.9623 -114.45 - 91 35.1893 664 3 0 -74.8182 -47.2308 -115.85 - 91 127.086 663 3 0 -74.8187 -47.25 -115.95 - 91 112.817 518 2 1 -76.3759 -52.9676 -144.45 - 91 37.4876 633 2 0 -76.2809 -53.4228 -145.85 - 91 88.7142 632 2 0 -76.275 -53.45 -145.937 - 91 134.663 516 1 1 -76.6902 -61.1782 -174.45 - 91 6.80931 590 1 0 -76.8824 -62.0339 -175.85 - 91 112.701 589 1 0 -76.8859 -62.05 -175.876 - 91 17.8639 588 1 0 -76.944 -62.25 -176.205 - 91 98.3023 489 0 1 -82.1895 -78.9694 -204.45 - 91 30.9606 488 0 1 -82.2502 -79.0504 -204.757 - 91 101.71 503 0 0 -82.438 -79.3664 -205.85 - 91 34.1369 502 0 0 -82.4921 -79.45 -206.13 - 91 134.003 826 7 0 -78.0296 -14.7793 4.15 - 91 133.598 509 6 1 -78.0847 -14.8879 -24.45 - 91 146.555 825 6 0 -78.0827 -14.8888 -25.85 - 91 114.899 510 5 1 -78.0424 -14.872 -54.45 - 91 105.284 825 5 0 -78.0404 -14.8715 -55.85 - 91 161.342 510 4 1 -77.9704 -14.8699 -84.45 - 91 88.9012 825 4 0 -77.9623 -14.8717 -85.85 - 91 124.335 511 3 1 -77.8124 -14.9087 -114.45 - 91 204.108 825 3 0 -77.8066 -14.9156 -115.85 - 91 113.46 511 2 1 -77.6894 -15.041 -144.45 - 91 90.7214 825 2 0 -77.6823 -15.0409 -145.85 - 91 128.745 512 1 1 -77.5182 -15.0508 -174.45 - 91 130.967 824 1 0 -77.5081 -15.0546 -175.85 - 91 112.075 513 0 1 -77.2957 -15.1123 -204.45 - 91 141.683 824 0 0 -77.2875 -15.1183 -205.85 - 91 1.14372 1090 6 0 -44.153 38.0564 -26.25 - 91 86.3695 679 6 1 -44.0502 38.106 -24.85 - 91 247.596 680 6 1 -44.0499 38.1056 -24.8426 - 91 109.403 511 1 1 -77.7926 -14.929 -174.45 - 91 122.51 825 1 0 -77.6908 -14.9316 -175.85 - 91 250.289 521 0 1 -75.763 -14.8587 -204.45 - 91 101.917 826 0 0 -75.6782 -14.8326 -205.851 - 91 124.789 708 1 0 -154.689 -38.25 -176.195 - 91 209.994 118 1 1 -156.438 -36.608 -174.45 - 91 46.8599 119 1 1 -156.35 -36.5648 -174.506 -Number of digits in this event = 24 +Number of tracker hits in this event = 0 +Number of digits in this event = 3 Using G4ParticleGun ... -8.39255 LIN +5.37546 LIN gamma Event: 92 -Number of tracker hits in this event = 5 - 92 33.9112 1327 0 0 -64.792 85.65 -206.175 - 92 76.1582 914 1 1 3.00384 148.272 -174.85 - 92 77.7092 915 1 1 3.05003 148.287 -174.723 - 92 33.2186 1639 1 0 3.01147 147.966 -175.85 - 92 138.447 1638 1 0 3.00035 147.95 -175.885 -Number of digits in this event = 3 +Number of tracker hits in this event = 2 + 92 95.3633 1117 0 0 140.627 43.4611 -206.25 + 92 29.7903 1116 0 0 140.822 43.45 -206.196 +Number of digits in this event = 2 Using G4ParticleGun ... -9.85229 LIN +3.29513 LIN gamma Event: 93 -Number of tracker hits in this event = 6 - 93 4.96478 606 3 0 -118.473 -58.7001 -116.25 - 93 72 499 6 0 -160.836 -80.05 -26.1813 - 93 55.1187 500 6 0 -160.834 -80.05 -26.1342 - 93 58.116 145 0 0 -124.183 -151.15 -205.988 - 93 28.5696 268 0 1 -126.511 -154.029 -204.45 - 93 2.73129 267 0 1 -126.55 -154.037 -204.455 -Number of digits in this event = 1 +Number of tracker hits in this event = 47 + 93 335.956 551 5 1 -69.7841 117.755 -54.45 + 93 309.539 1488 5 0 -69.7809 117.752 -55.85 + 93 368.393 551 4 1 -69.6863 117.665 -84.45 + 93 362.072 1487 4 0 -69.6834 117.661 -85.85 + 93 211.533 552 3 1 -69.6221 117.66 -114.45 + 93 105.893 1487 3 0 -69.6284 117.655 -115.85 + 93 157.829 551 2 1 -69.8391 117.488 -144.45 + 93 103.25 1486 2 0 -69.8552 117.483 -145.85 + 93 312.593 549 1 1 -70.1727 117.437 -174.45 + 93 223.797 1486 1 0 -70.2211 117.471 -175.85 + 93 116.003 545 0 1 -70.9944 118.374 -204.45 + 93 201.033 1491 0 0 -71.0103 118.415 -205.85 + 93 41.1349 1490 0 0 -70.9364 118.35 -206.133 + 93 9.04256 886 0 1 -2.85 30.1292 -204.794 + 93 262.36 552 1 1 -69.495 117.326 -174.45 + 93 146.106 561 0 1 -67.732 119.298 -204.45 + 93 58.8778 1498 0 0 -67.9738 119.889 -205.85 + 93 76.4001 1499 0 0 -68.0044 119.95 -205.994 + 93 333.679 1485 1 0 -69.478 117.278 -175.85 + 93 131.302 555 0 1 -68.9066 116.414 -204.45 + 93 124.265 1481 0 0 -68.7573 116.365 -205.85 + 93 7.9348 1480 0 0 -68.7181 116.35 -206.221 + 93 142.754 1488 4 0 -69.8238 117.767 -85.85 + 93 108.727 550 3 1 -69.8811 117.777 -114.45 + 93 143.798 1488 3 0 -69.8883 117.778 -115.85 + 93 344.985 550 2 1 -70.0294 117.804 -144.45 + 93 112.383 1488 2 0 -70.0336 117.81 -145.85 + 93 220.566 1488 1 0 -70.122 117.946 -175.85 + 93 138.245 549 0 1 -70.2173 118.085 -204.45 + 93 119.806 1489 0 0 -70.2205 118.092 -205.85 + 93 4.15299 34 7 1 -173.15 158.884 5.16453 + 93 118.624 1485 2 0 -69.8666 117.35 -145.85 + 93 0.826724 557 1 1 -68.6474 104.799 -174.451 + 93 172.001 556 1 1 -68.65 104.799 -174.458 + 93 122.759 1421 1 0 -69.148 104.422 -175.85 + 93 43.728 1420 1 0 -69.2719 104.35 -176.099 + 93 22.4448 470 0 1 -85.9408 98.6105 -204.45 + 93 63.3903 471 0 1 -85.85 98.6467 -204.486 + 93 260.205 472 0 1 -85.65 98.7107 -204.575 + 93 38.7352 473 0 1 -85.45 98.7201 -204.736 + 93 151.486 1390 0 0 -84.5605 98.3418 -205.85 + 93 120.581 1487 2 0 -69.5978 117.736 -145.851 + 93 82.1894 580 1 1 -63.9438 117.354 -174.45 + 93 68.6188 581 1 1 -63.85 117.404 -174.642 + 93 56.4178 655 0 1 -48.9981 126.538 -204.45 + 93 78.3461 656 0 1 -48.85 126.525 -204.647 + 93 141.061 1531 0 0 -47.9149 126.516 -205.85 +Number of digits in this event = 28 Using G4ParticleGun ... -9.88318 LIN +9.40025 LIN gamma Event: 94 -Number of tracker hits in this event = 58 - 94 243.559 1110 8 1 42.0887 -85.0885 35.55 - 94 314.673 474 8 0 42.0904 -85.0886 34.15 - 94 194.901 1110 7 1 42.1295 -85.0844 5.55 - 94 268.091 474 7 0 42.1336 -85.0849 4.15 - 94 248.667 1110 6 1 42.2267 -85.1042 -24.45 - 94 269.479 474 6 0 42.2317 -85.1068 -25.85 - 94 166.445 1111 5 1 42.3263 -85.1674 -54.45 - 94 447.294 474 5 0 42.329 -85.1736 -55.85 - 94 93.526 1111 4 1 42.3703 -85.301 -84.45 - 94 167.932 473 4 0 42.3728 -85.3065 -85.85 - 94 183.975 1111 3 1 42.418 -85.413 -114.45 - 94 320.765 473 3 0 42.4194 -85.4203 -115.85 - 94 237.979 1111 2 1 42.4475 -85.5661 -144.45 - 94 136.2 472 2 0 42.45 -85.5744 -145.85 - 94 133.531 1112 1 1 42.4985 -85.7408 -174.45 - 94 130.785 471 1 0 42.5009 -85.7533 -175.85 - 94 114.717 1112 0 1 42.5468 -86.0016 -204.45 - 94 342.181 470 0 0 42.551 -86.0131 -205.85 - 94 426.59 1110 5 1 42.0806 -85.1167 -54.45 - 94 608.763 1110 4 1 42.0654 -85.0764 -84.45 - 94 91.3017 474 4 0 42.0638 -85.0772 -85.85 - 94 793.331 1109 3 1 42.0296 -85.1072 -114.45 - 94 331.505 474 3 0 42.0328 -85.1085 -115.85 - 94 259.391 1110 2 1 42.096 -85.1287 -144.45 - 94 436.964 474 2 0 42.0972 -85.13 -145.85 - 94 115.921 1110 1 1 42.0819 -85.1351 -174.45 - 94 118.412 474 1 0 42.0876 -85.1379 -175.85 - 94 128.4 1110 0 1 42.2387 -85.2282 -204.45 - 94 126.058 474 0 0 42.2493 -85.2248 -205.85 - 94 367.186 1104 2 1 41.0412 -88.7441 -144.45 - 94 15.309 456 2 0 40.9053 -88.6518 -145.85 - 94 121.396 457 2 0 40.9031 -88.65 -145.873 - 94 52.9065 1079 1 1 35.9166 -86.3268 -174.45 - 94 67.1694 1078 1 1 35.85 -86.3172 -174.638 - 94 17.6979 468 1 0 35.3239 -86.2562 -175.85 - 94 165.096 469 1 0 35.3013 -86.25 -175.908 - 94 108.771 1022 0 1 24.6017 -83.3816 -204.45 - 94 7.29105 1021 0 1 24.45 -83.4139 -204.828 - 94 147.367 482 0 0 24.0243 -83.5659 -205.85 - 94 16.7564 497 0 0 53.7757 -80.65 -206.214 - 94 23.3642 1199 0 1 59.85 -75.8237 -204.841 - 94 110.842 1111 1 1 42.3433 -85.3211 -174.45 - 94 223.925 473 1 0 42.3573 -85.3469 -175.85 - 94 120.067 1113 0 1 42.7331 -85.8923 -204.45 - 94 6.30692 473 2 0 42.2351 -85.25 -146.228 - 94 164.482 1776 4 0 -52.9709 175.48 -86.25 - 94 200.974 475 5 0 42.0658 -85.0032 -55.85 - 94 413.788 475 4 0 42.0506 -84.9641 -85.85 - 94 248.894 475 3 0 41.9906 -84.93 -115.85 - 94 273.011 1109 2 1 41.9003 -84.962 -144.45 - 94 123.395 475 2 0 41.8925 -84.9623 -145.85 - 94 251.063 1108 1 1 41.727 -84.9588 -174.45 - 94 285.736 475 1 0 41.7178 -84.9549 -175.85 - 94 260.798 1107 0 1 41.5179 -84.8652 -204.45 - 94 97.5919 475 0 0 41.5073 -84.8643 -205.85 - 94 131.764 473 0 0 41.4697 -85.4257 -205.85 - 94 22.0538 298 3 1 -120.35 -84.1316 -114.666 - 94 147.783 299 3 1 -120.35 -84.102 -114.635 -Number of digits in this event = 44 +Number of tracker hits in this event = 24 + 94 204.272 1239 2 1 67.9119 -99.4739 -144.45 + 94 223.208 403 2 0 67.911 -99.4713 -145.85 + 94 236.147 1239 1 1 67.8999 -99.4092 -174.45 + 94 281.197 403 1 0 67.9001 -99.4087 -175.85 + 94 676.136 1239 0 1 67.8797 -99.4021 -204.45 + 94 590.213 403 0 0 67.876 -99.4026 -205.85 + 94 196.92 1151 11 0 -84.5332 50.25 123.794 + 94 44.902 474 11 1 -85.193 50.5767 125.15 + 94 67.2727 473 11 1 -85.25 50.5816 125.335 + 94 0.551811 1325 12 0 -57.9829 85.2486 153.75 + 94 164.351 1326 12 0 -57.9818 85.25 153.751 + 94 37.2807 604 12 1 -59.191 87.1073 155.15 + 94 41.8649 603 12 1 -59.2504 87.1942 155.166 + 94 321.147 1342 12 0 -57.3264 88.4532 154.15 + 94 5.39891 1058 2 1 31.776 -174.653 -144.85 + 94 51.5145 626 1 0 129.695 -54.6723 -176.25 + 94 184.641 627 1 0 129.7 -54.65 -176.16 + 94 36.7118 516 6 0 -100.275 -76.838 -26.25 + 94 169.085 568 8 1 -66.25 44.1313 35.2098 + 94 167.247 567 8 1 -66.45 44.3568 35.3637 + 94 75.2573 322 0 0 171.907 -115.698 -206.25 + 94 165.489 321 0 0 172.104 -115.75 -206.085 + 94 127.184 170 2 0 -135.587 -145.95 -146.066 + 94 121.679 221 2 1 -135.844 -146.26 -144.85 +Number of digits in this event = 18 Using G4ParticleGun ... -2.39655 LIN +5.22885 LIN gamma Event: 95 -Number of tracker hits in this event = 34 - 95 224.516 1512 6 1 122.612 5.48074 -24.45 - 95 236.124 927 6 0 122.58 5.51877 -25.85 - 95 178.256 1508 5 1 121.862 6.32112 -54.45 - 95 98.479 931 5 0 121.824 6.3597 -55.85 - 95 91.4907 1505 4 1 121.168 6.83412 -84.45 - 95 117.899 933 4 0 121.142 6.84671 -85.85 - 95 0.139329 934 4 0 121.134 6.85 -86.2475 - 95 118.408 1501 3 1 120.535 7.00884 -114.45 - 95 196.305 934 3 0 120.507 7.00123 -115.85 - 95 178.419 1499 2 1 120.067 6.84109 -144.45 - 95 98.3709 933 2 0 120.037 6.82017 -145.85 - 95 122 1496 1 1 119.369 6.45585 -174.45 - 95 339.824 931 1 0 119.332 6.40601 -175.85 - 95 158.939 1492 0 1 118.622 5.22802 -204.45 - 95 133.885 925 0 0 118.585 5.18842 -205.85 - 95 12.6073 1526 0 1 125.526 30.5619 -204.45 - 95 53.3728 1527 0 1 125.55 30.5715 -204.453 - 95 160.024 1512 5 1 122.552 5.61205 -54.45 - 95 120.124 927 5 0 122.549 5.61961 -55.85 - 95 122.855 1511 4 1 122.459 5.77014 -84.45 - 95 106.97 928 4 0 122.453 5.7761 -85.85 - 95 152.991 1511 3 1 122.354 5.89228 -114.45 - 95 172.818 929 3 0 122.35 5.90025 -115.85 - 95 127.236 1510 2 1 122.268 6.06573 -144.45 - 95 155.969 930 2 0 122.262 6.07856 -145.85 - 95 122.17 1509 1 1 122.126 6.33172 -174.45 - 95 102.278 1509 0 1 121.968 6.54838 -204.45 - 95 144.781 932 0 0 121.961 6.56073 -205.85 - 95 6.02744 1665 14 1 153.154 -178.014 215.15 - 95 64.2339 1664 14 1 153.15 -178.063 215.27 - 95 262.643 1409 1 0 133.428 102.03 -176.25 - 95 13.645 198 1 1 -140.35 -95.6063 -174.815 - 95 26.6008 196 1 1 -140.75 -95.6242 -174.686 - 95 1.73667 186 1 1 -142.937 -96.6646 -174.45 -Number of digits in this event = 21 +Number of tracker hits in this event = 105 + 95 234.019 954 8 1 10.9868 -81.616 35.55 + 95 267.05 492 8 0 10.9916 -81.6384 34.15 + 95 120.893 955 7 1 11.1296 -82.1355 5.55 + 95 131.534 489 7 0 11.1401 -82.1713 4.15 + 95 140.024 956 6 1 11.4197 -82.8342 -24.45 + 95 334.992 485 6 0 11.4083 -82.875 -25.85 + 95 126.598 955 5 1 11.1841 -83.7123 -54.45 + 95 122.551 481 5 0 11.1796 -83.7564 -55.85 + 95 270.388 954 4 1 10.9907 -84.7442 -84.45 + 95 118.672 476 4 0 10.988 -84.7809 -85.85 + 95 444.511 954 3 1 10.8558 -85.5296 -114.45 + 95 169.533 472 3 0 10.8674 -85.5724 -115.85 + 95 116.446 955 2 1 11.0833 -86.4166 -144.45 + 95 117.112 467 2 0 11.09 -86.4618 -145.85 + 95 103.099 955 1 1 11.2044 -87.3957 -174.45 + 95 32.708 463 1 0 11.2036 -87.4447 -175.85 + 95 80.083 462 1 0 11.2036 -87.45 -175.998 + 95 135.79 955 0 1 11.1783 -88.4079 -204.45 + 95 114.169 458 0 0 11.3186 -88.4332 -205.85 + 95 239.585 954 7 1 10.9512 -81.6056 5.55 + 95 349.163 492 7 0 10.9494 -81.6042 4.15 + 95 369.783 954 6 1 10.8953 -81.5672 -24.45 + 95 250.226 492 6 0 10.8883 -81.565 -25.85 + 95 134.692 953 5 1 10.7467 -81.5151 -54.45 + 95 208.658 492 5 0 10.7393 -81.5132 -55.85 + 95 120.387 952 4 1 10.5977 -81.4653 -84.45 + 95 128.47 492 4 0 10.5916 -81.461 -85.85 + 95 441.248 952 3 1 10.4614 -81.3741 -114.45 + 95 410.1 493 3 0 10.4545 -81.3664 -115.85 + 95 98.2629 951 2 1 10.3292 -81.2178 -144.45 + 95 336.015 494 2 0 10.321 -81.2117 -145.85 + 95 118.772 950 1 1 10.1621 -81.0926 -174.45 + 95 135.761 494 1 0 10.1469 -81.085 -175.85 + 95 115.112 948 0 1 9.82361 -80.929 -204.45 + 95 223.551 495 0 0 9.8065 -80.9285 -205.85 + 95 249.72 496 0 0 9.72685 -80.8499 -206.131 + 95 275.533 951 3 1 10.45 -81.3819 -114.686 + 95 210.512 480 3 0 9.57686 -83.902 -115.85 + 95 271.701 487 3 0 9.75781 -82.4946 -115.85 + 95 46.0043 486 3 0 9.57488 -82.65 -116.138 + 95 112.227 820 2 1 -16.0454 -97.9132 -144.45 + 95 55.2975 821 2 1 -15.85 -98.0229 -144.758 + 95 148.841 408 2 0 -14.9041 -98.3803 -145.85 + 95 26.1649 407 2 0 -14.6633 -98.5501 -146.188 + 95 24.8909 928 1 1 5.76917 -108.989 -174.45 + 95 76.4116 929 1 1 5.85 -109.01 -174.476 + 95 64.7632 930 1 1 6.05012 -109.153 -174.507 + 95 105.674 931 1 1 6.25006 -109.322 -174.638 + 95 134.674 352 1 0 6.80697 -109.551 -175.85 + 95 75.3077 353 1 0 6.90607 -109.55 -176.143 + 95 8.06802 354 1 0 6.99207 -109.35 -176.241 + 95 240.475 950 2 1 10.0847 -81.2882 -144.45 + 95 146.945 945 1 1 9.07287 -80.2703 -174.45 + 95 110.661 499 1 0 9.02569 -80.219 -175.85 + 95 103.937 939 0 1 8.04974 -79.1315 -204.45 + 95 217.535 504 0 0 7.92284 -79.098 -205.85 + 95 118.071 949 2 1 10.0005 -81.8486 -144.45 + 95 117.865 490 2 0 9.9675 -81.8708 -145.85 + 95 165.733 946 1 1 9.34094 -82.3618 -174.45 + 95 138.224 488 1 0 9.31779 -82.3807 -175.85 + 95 113.567 944 0 1 8.99922 -82.8642 -204.45 + 95 127.497 485 0 0 8.99757 -82.8903 -205.85 + 95 179.972 467 5 0 10.533 -86.5016 -55.8501 + 95 108.646 493 6 0 11.0016 -81.423 -25.85 + 95 127.301 957 5 1 11.6013 -81.905 -54.45 + 95 212.637 490 5 0 11.6059 -81.9961 -55.85 + 95 116.486 957 4 1 11.5504 -84.0267 -84.45 + 95 107.633 479 4 0 11.5289 -84.1434 -85.85 + 95 9.24823 468 3 0 10.9573 -86.4472 -115.85 + 95 100.263 467 3 0 10.9571 -86.45 -115.892 + 95 116.651 953 2 1 10.6868 -88.4838 -144.45 + 95 17.6947 457 2 0 10.6379 -88.6433 -145.85 + 95 83.4715 456 2 0 10.6358 -88.65 -145.908 + 95 122.272 947 1 1 9.47409 -91.9449 -174.45 + 95 126.898 439 1 0 9.33592 -92.168 -175.85 + 95 106.689 930 0 1 6.23027 -96.9936 -204.45 + 95 120.483 414 0 0 6.03769 -97.1556 -205.85 + 95 123.077 954 5 1 10.9509 -81.6447 -54.45 + 95 114.312 491 4 0 10.9828 -81.6842 -85.85 + 95 126.077 491 3 0 11.0156 -81.6681 -115.85 + 95 119.779 954 2 1 10.9363 -81.6881 -144.45 + 95 113.001 491 2 0 10.9352 -81.6865 -145.85 + 95 92.9489 954 1 1 10.886 -81.6777 -174.45 + 95 98.7869 491 1 0 10.8788 -81.6742 -175.85 + 95 306.364 953 0 1 10.7252 -81.6144 -204.45 + 95 142.016 492 0 0 10.7196 -81.6138 -205.85 + 95 131.207 806 0 0 60.0468 -18.7523 -206.25 + 95 119.661 807 0 0 60.2219 -18.65 -206.138 + 95 127.456 853 0 0 115.712 -9.4452 -206.25 + 95 214.208 852 0 0 115.751 -9.45 -206.24 + 95 24.7893 1291 4 1 78.2763 131.938 -84.85 + 95 254.583 955 3 1 11.05 -81.6446 -114.649 + 95 297.528 956 3 1 11.25 -81.6244 -114.642 + 95 136.031 494 3 0 12.2775 -81.25 -115.973 + 95 26.2583 66 3 0 -19.7443 -166.861 -116.25 + 95 69.6021 65 3 0 -19.7937 -166.95 -116.236 + 95 125.26 491 5 0 10.9514 -81.65 -55.9812 + 95 266.221 952 1 1 10.6396 -81.5849 -174.45 + 95 276.536 492 1 0 10.6384 -81.592 -175.85 + 95 132.402 491 0 0 10.6762 -81.7477 -205.85 + 95 88.6923 954 0 1 10.9512 -79.7116 -204.45 + 95 132.934 505 0 0 10.2246 -78.9598 -205.85 + 95 98.4125 506 0 0 10.1235 -78.85 -206.03 + 95 114.16 650 0 0 0.470821 -50.0172 -206.25 + 95 117.517 902 0 1 0.46059 -49.8386 -204.85 +Number of digits in this event = 61 Using G4ParticleGun ... -6.10467 LIN +8.47488 LIN gamma Event: 96 -Number of tracker hits in this event = 61 - 96 340.733 815 6 1 -16.9182 12.0435 -24.45 - 96 230.258 959 6 0 -16.9174 12.0474 -25.85 - 96 269.635 815 5 1 -16.9118 12.1283 -54.45 - 96 108.244 960 5 0 -16.9124 12.1304 -55.85 - 96 319.29 815 4 1 -16.9173 12.1842 -84.45 - 96 152.89 960 4 0 -16.9208 12.1829 -85.85 - 96 334.869 815 3 1 -16.9414 12.1622 -114.45 - 96 119.893 960 3 0 -16.9409 12.1632 -115.85 - 96 451.502 815 2 1 -16.8898 12.1731 -144.45 - 96 711.024 960 2 0 -16.8864 12.1731 -145.85 - 96 105.571 816 1 1 -16.8273 12.1834 -174.45 - 96 111.521 960 1 0 -16.8212 12.1835 -175.85 - 96 170.313 816 0 1 -16.7073 12.1633 -204.45 - 96 229.422 960 0 0 -16.7092 12.1602 -205.85 - 96 164.941 1692 8 0 74.4352 158.55 33.7792 - 96 16.8533 1034 0 0 -34.5862 26.9434 -206.25 - 96 197.208 1466 6 1 113.449 -49.737 -24.85 - 96 92.3408 808 1 1 -18.2867 12.2343 -174.45 - 96 94.7999 961 1 0 -18.3864 12.3423 -175.85 - 96 46.9795 803 0 1 -19.3953 13.005 -204.45 - 96 74.3174 802 0 1 -19.45 13.0055 -204.622 - 96 173.334 964 0 0 -19.8828 12.9816 -205.85 - 96 17.8288 962 6 0 -17.1234 12.4719 -25.85 - 96 20.5595 810 6 1 -18.0379 13.7871 -24.8499 - 96 58.9401 809 6 1 -18.05 13.8006 -24.834 - 96 126.734 959 5 0 -16.9106 12.0268 -55.85 - 96 131.82 959 4 0 -16.93 11.9928 -85.85 - 96 379.273 959 3 0 -16.95 11.8971 -115.85 - 96 112.439 958 2 0 -16.9649 11.8042 -145.85 - 96 142.65 814 1 1 -17.0906 11.7551 -174.45 - 96 101.992 958 1 0 -17.0977 11.7515 -175.85 - 96 80.1246 814 0 1 -17.2485 11.6619 -204.45 - 96 51.1197 813 0 1 -17.25 11.6626 -204.664 - 96 175.45 958 0 0 -17.2581 11.6658 -205.85 - 96 197.482 323 3 1 -115.35 7.61779 -114.666 - 96 67.9511 324 3 1 -115.35 7.56888 -114.535 - 96 103.758 1440 0 0 28.839 108.15 -206.201 - 96 76.895 1241 5 1 68.3535 19.3739 -54.85 - 96 258.307 1271 6 1 74.2713 51.8451 -24.85 - 96 60.6492 1269 6 1 74.05 51.4048 -24.7932 - 96 96.7063 1272 6 1 74.45 52.1779 -24.7363 - 96 73.1091 814 3 1 -17.0503 12.0396 -114.599 - 96 6.13592 813 3 1 -17.25 12.0219 -114.832 - 96 2.71476 643 2 1 -51.2588 13.9143 -144.45 - 96 84.3336 644 2 1 -51.25 13.9098 -144.464 - 96 56.7779 645 2 1 -51.05 13.7417 -144.717 - 96 150.991 964 2 0 -50.061 12.8765 -145.85 - 96 452.576 963 2 0 -50.0322 12.85 -145.889 - 96 141.322 962 2 0 -48.7045 12.65 -146.063 - 96 482.431 961 2 0 -48.4603 12.4497 -146.037 - 96 593.906 959 2 0 -48.4843 12.05 -146.141 - 96 120.862 816 3 1 -16.85 12.0834 -114.499 - 96 71.0085 962 3 0 -16.4148 12.5935 -115.85 - 96 113.244 963 3 0 -16.3631 12.65 -115.964 - 96 68.3551 1164 3 0 -44.7151 53.0072 -116.25 - 96 88.1589 1165 3 0 -44.7675 53.05 -116.201 - 96 73.1155 1166 3 0 -44.9115 53.2512 -115.988 - 96 7.11245 1167 3 0 -44.9726 53.45 -115.875 - 96 154.562 673 3 1 -45.3851 54.3956 -114.85 - 96 439.501 672 3 1 -45.45 54.498 -114.773 - 96 448.74 671 3 1 -45.6797 54.7742 -114.45 -Number of digits in this event = 31 +Number of tracker hits in this event = 3 + 96 129.634 723 6 0 -155.404 -35.2915 -26.25 + 96 54.3034 117 6 1 -156.641 -35.0556 -24.85 + 96 158.334 116 6 1 -156.75 -35.0372 -24.7079 +Number of digits in this event = 4 Using G4ParticleGun ... -5.92399 LIN +6.32681 LIN gamma Event: 97 -Number of tracker hits in this event = 106 - 97 230.13 1201 8 1 60.4105 26.3024 35.55 - 97 360.623 1031 8 0 60.4109 26.3026 34.15 - 97 216.004 1201 7 1 60.4159 26.3064 5.55 - 97 318.073 1031 7 0 60.4152 26.3065 4.15 - 97 412.508 1201 6 1 60.4078 26.3111 -24.45 - 97 234.563 1031 6 0 60.4081 26.3104 -25.85 - 97 253.268 1201 5 1 60.411 26.2946 -54.45 - 97 102.742 1031 5 0 60.409 26.2935 -55.85 - 97 337.393 1201 4 1 60.3697 26.2749 -84.45 - 97 204.587 1031 4 0 60.3682 26.2743 -85.85 - 97 127.055 1201 3 1 60.3374 26.2603 -114.45 - 97 131.056 1031 3 0 60.3369 26.2588 -115.85 - 97 527.315 1201 2 1 60.3253 26.2272 -144.45 - 97 325.454 1030 2 0 60.3198 26.2264 -145.85 - 97 140.423 1200 1 1 60.203 26.2141 -174.45 - 97 121.112 1030 1 0 60.1996 26.2142 -175.85 - 97 156.134 1200 0 1 60.1248 26.2125 -204.45 - 97 130.893 1030 0 0 60.1185 26.2111 -205.85 - 97 128.028 1263 5 1 72.8286 -11.9227 -54.85 - 97 48.0095 1152 1 0 91.4225 50.4911 -176.25 - 97 275.949 1151 1 0 91.393 50.4499 -176.135 - 97 121.588 1211 1 1 62.3012 23.4169 -174.45 - 97 123.039 1016 1 0 62.3627 23.3038 -175.85 - 97 132.179 1217 0 1 63.5733 20.7963 -204.451 - 97 113.861 1003 0 0 63.5926 20.7544 -205.85 - 97 16.4625 1200 2 1 60.2499 26.3457 -144.797 - 97 183.875 1033 2 0 60.0914 26.7302 -145.85 - 97 17.1289 1034 2 0 60.04 26.8501 -146.184 - 97 127.09 1177 1 1 55.6333 36.9657 -174.45 - 97 109.82 1086 1 0 55.3489 37.3755 -175.85 - 97 60.5489 1087 1 0 55.2962 37.4501 -176.116 - 97 113.264 1147 0 1 49.5874 45.2727 -204.45 - 97 80.5073 1127 0 0 49.2673 45.5967 -205.85 - 97 49.0736 1128 0 0 49.2143 45.6501 -206.08 - 97 274.008 1203 1 1 60.6663 25.3337 -174.45 - 97 178.596 1026 1 0 60.7198 25.2857 -175.85 - 97 127.926 1208 0 1 61.7706 24.2001 -204.45 - 97 111.787 1020 0 0 61.9069 24.1699 -205.85 - 97 97.5484 1202 1 1 60.65 25.3567 -174.521 - 97 207.016 1023 1 0 60.388 24.8082 -175.85 - 97 73.3775 1180 0 1 56.1895 17.0915 -204.45 - 97 31.2656 1181 0 1 56.25 17.0894 -204.717 - 97 79.9478 986 0 0 56.4956 17.4011 -205.85 - 97 94.018 987 0 0 56.5417 17.4505 -206.005 - 97 32.5497 1088 0 0 80.266 37.7682 -206.25 - 97 65.4338 1089 0 0 80.3553 37.85 -206.173 - 97 65.7248 1090 0 0 80.4999 38.05 -206.038 - 97 50.5488 1091 0 0 80.6139 38.25 -205.92 - 97 3.40165 1306 0 1 81.4426 39.6445 -204.85 - 97 133.546 1307 0 1 81.45 39.6568 -204.84 - 97 91.2789 1308 0 1 81.6501 40.0502 -204.591 - 97 126.8 1035 4 0 60.8143 27.0702 -85.8501 - 97 43.2994 1036 4 0 60.921 27.25 -86.1784 - 97 247.919 1243 3 1 68.8441 33.417 -114.45 - 97 293.127 1242 3 1 68.6499 33.032 -114.59 - 97 91.1989 1241 3 1 68.45 32.5204 -114.794 - 97 12.1537 1084 3 0 67.9109 37.0376 -115.85 - 97 75.2499 1085 3 0 67.9109 37.05 -115.852 - 97 132.438 1086 3 0 67.9488 37.25 -115.876 - 97 226.24 1235 3 1 67.1952 35.8392 -114.85 - 97 15.7363 1047 1 1 29.5221 75.4421 -174.85 - 97 201.923 1032 5 0 60.3491 26.4841 -55.85 - 97 212.612 1200 4 1 60.1027 26.6723 -84.45 - 97 141.696 1033 4 0 60.082 26.6774 -85.85 - 97 124.457 1198 3 1 59.6824 26.7703 -114.45 - 97 168.249 1033 3 0 59.6648 26.7694 -115.85 - 97 126.576 1196 2 1 59.328 26.7569 -144.45 - 97 123.472 1193 1 1 58.8156 26.6921 -174.45 - 97 184.636 1033 1 0 58.7908 26.6929 -175.85 - 97 114.538 1190 0 1 58.2476 26.722 -204.45 - 97 164.47 1033 0 0 58.1253 26.6946 -205.85 - 97 340.392 849 2 0 92.6513 -10.1247 -146.25 - 97 8.27213 1187 1 1 57.4762 27.4394 -174.85 - 97 41.6946 1186 1 1 57.45 27.4453 -174.846 - 97 197.426 1040 1 0 57.023 28.1105 -175.85 - 97 121.738 1028 6 0 60.3404 25.7328 -25.85 - 97 170.874 1027 6 0 60.3334 25.6496 -26.0032 - 97 60.5901 1209 5 1 62.0203 10.7803 -54.45 - 97 102.955 1210 5 1 62.05 10.9022 -54.5929 - 97 211.31 954 5 0 61.6105 11.0259 -55.8508 - 97 137.09 1203 4 1 60.6745 26.2299 -84.45 - 97 123.679 1030 4 0 60.6663 26.227 -85.85 - 97 120.745 1202 3 1 60.5573 26.0222 -114.45 - 97 244.064 1029 3 0 60.5785 26.0054 -115.85 - 97 122.713 1203 2 1 60.8051 25.6989 -144.45 - 97 166.243 1027 2 0 60.8558 25.5085 -145.85 - 97 146.157 1209 1 1 61.9472 21.7491 -174.45 - 97 237.635 1007 1 0 62.0127 21.5829 -175.85 - 97 110.069 1215 0 1 63.1199 18.0446 -204.45 - 97 120.785 989 0 0 63.1843 17.9113 -205.85 - 97 22.7658 818 0 0 42.5503 -16.4338 -206.25 - 97 54.0761 1030 3 0 60.6414 26.0502 -115.968 - 97 389.967 1202 4 1 60.6409 26.2127 -84.45 - 97 83.6269 1023 4 0 59.5899 24.8451 -85.85 - 97 82.5192 1022 4 0 59.4173 24.6496 -86.0117 - 97 73.2687 1021 4 0 59.2692 24.4494 -86.0747 - 97 84.5295 1020 4 0 59.1929 24.25 -86.1743 - 97 1.77321 183 4 0 36.6328 -143.541 -86.2499 - 97 85.6961 182 4 0 36.6351 -143.55 -86.2467 - 97 77.7771 181 4 0 36.715 -143.75 -86.1032 - 97 103.248 180 4 0 36.8664 -143.95 -85.9662 - 97 91.1151 179 4 0 37.1078 -144.15 -85.8915 - 97 23.731 1199 4 1 59.9751 -156.068 -84.85 - 97 102.586 112 4 0 63.4397 -157.582 -85.8501 - 97 115.503 111 4 0 63.738 -157.75 -85.9699 - 97 110.097 110 4 0 64.0685 -157.95 -86.1365 -Number of digits in this event = 61 +Number of tracker hits in this event = 30 + 97 227.304 1233 5 1 66.7849 70.1542 -54.45 + 97 216.393 1250 5 0 66.7857 70.1543 -55.85 + 97 235.77 1233 4 1 66.7997 70.1506 -84.45 + 97 208.44 1250 4 0 66.7988 70.1503 -85.85 + 97 266.678 1233 3 1 66.7808 70.1435 -114.45 + 97 119.645 1250 3 0 66.7799 70.1434 -115.85 + 97 113.789 1233 2 1 66.7575 70.1543 -144.45 + 97 225.072 1250 2 0 66.7625 70.1558 -145.85 + 97 145.483 1234 1 1 66.8741 70.1824 -174.45 + 97 224.225 1250 1 0 66.8745 70.1796 -175.85 + 97 140.738 1234 0 1 66.8657 70.1027 -204.45 + 97 230.84 1250 0 0 66.8648 70.1024 -205.85 + 97 59.8038 1233 0 1 66.85 70.0733 -204.842 + 97 61.3682 1248 0 0 66.5599 69.7252 -205.85 + 97 14.8208 1366 0 1 93.3802 142.687 -204.85 + 97 353.192 1246 5 0 65.1308 69.3618 -56.25 + 97 31.1567 1247 5 0 65.06 69.45 -55.9381 + 97 302.266 1221 5 1 64.3697 70.3349 -54.85 + 97 504.777 1220 5 1 64.25 70.5513 -54.6737 + 97 108.707 1251 3 0 66.7241 70.3396 -115.85 + 97 152.63 1232 2 1 66.6479 70.4299 -144.45 + 97 119.622 1251 2 0 66.6431 70.4305 -145.85 + 97 111.94 1232 1 1 66.5443 70.448 -174.45 + 97 206.318 1251 1 0 66.5385 70.4464 -175.85 + 97 128.638 1231 0 1 66.4084 70.403 -204.45 + 97 110.799 1251 0 0 66.4034 70.3999 -205.85 + 97 224.592 1085 6 1 37.0829 130.196 -24.85 + 97 11.1055 924 3 1 4.87391 -30.885 -114.85 + 97 187.128 1240 0 0 130.02 68.1908 -206.25 + 97 101.825 1267 0 0 113.774 73.5857 -206.25 +Number of digits in this event = 20 Using G4ParticleGun ... -9.08752 LIN +3.77755 LIN gamma Event: 98 -Number of tracker hits in this event = 42 - 98 257.747 681 3 1 -43.7054 123.363 -114.45 - 98 439.623 1516 3 0 -43.7077 123.365 -115.85 - 98 692.659 681 2 1 -43.7298 123.379 -144.45 - 98 391.576 1516 2 0 -43.7324 123.38 -145.85 - 98 231.502 681 1 1 -43.7871 123.396 -174.45 - 98 275.218 1516 1 0 -43.7882 123.398 -175.85 - 98 273.015 681 0 1 -43.8088 123.434 -204.45 - 98 312.069 1516 0 0 -43.8123 123.433 -205.85 - 98 201.358 1515 0 0 -43.8205 123.35 -206.152 - 98 260.365 1514 0 0 -43.802 123.15 -206.234 - 98 80.1711 1515 3 0 -43.8679 123.35 -116.12 - 98 23.7775 668 3 1 -46.4169 81.6648 -114.85 - 98 106.971 667 3 1 -46.45 81.5804 -114.537 - 98 46.5118 867 3 0 18.384 -6.45 -116.042 - 98 93.278 994 3 1 18.8725 -5.49615 -114.85 - 98 23.7067 1618 1 0 95.34 143.892 -176.25 - 98 10.1941 1337 4 1 87.6313 99.2326 -84.85 - 98 75.0836 736 5 0 -27.1991 -32.8336 -56.25 - 98 352.257 735 5 0 -27.1989 -32.8503 -56.2317 - 98 75.9982 1523 0 0 -94.8676 124.865 -206.25 - 98 100.861 1524 0 0 -95.0078 124.95 -205.985 - 98 375.648 424 0 1 -95.2022 125.989 -204.85 - 98 228 423 0 1 -95.35 126.126 -204.626 - 98 125.913 1529 1 0 -20.0842 126.096 -176.25 - 98 106.624 1530 1 0 -19.8904 126.15 -175.994 - 98 14.0629 1531 1 0 -19.7812 126.35 -175.856 - 98 30.7888 809 1 1 -18.0964 132.404 -174.85 - 98 2.13471 810 1 1 -18.0499 132.476 -174.848 - 98 2.08384 1573 1 0 -15.7747 134.946 -175.85 - 98 109.272 1574 1 0 -15.7704 134.95 -175.852 - 98 100.522 1575 1 0 -15.6854 135.15 -175.987 - 98 206.97 1576 1 0 -15.7067 135.35 -176.175 - 98 110.706 821 1 1 -15.7429 135.463 -174.849 - 98 120.938 1515 2 0 -43.702 123.316 -145.85 - 98 141.817 679 1 1 -44.098 122.449 -174.45 - 98 144.57 1511 1 0 -44.1709 122.422 -175.85 - 98 202.68 672 0 1 -45.4973 121.883 -204.45 - 98 147.482 1508 0 0 -45.594 121.901 -205.852 - 98 147.401 682 1 1 -43.6358 123.942 -174.45 - 98 133.628 1519 1 0 -43.6158 123.959 -175.85 - 98 123.114 684 0 1 -43.1228 124.266 -204.45 - 98 145.418 1520 0 0 -43.1021 124.282 -205.85 -Number of digits in this event = 27 +Number of tracker hits in this event = 73 + 98 235.053 915 6 1 3.09658 -29.4947 -24.45 + 98 231.695 752 6 0 3.09325 -29.4922 -25.85 + 98 321.995 914 5 1 3.03384 -29.4482 -54.45 + 98 43.931 753 5 0 3.03205 -29.4498 -55.85 + 98 188.471 752 5 0 3.03185 -29.45 -55.9956 + 98 533.428 914 4 1 2.96353 -29.4867 -84.45 + 98 440.288 752 4 0 2.9616 -29.4879 -85.85 + 98 249.741 914 3 1 2.91726 -29.5249 -114.45 + 98 284.648 752 3 0 2.91988 -29.5234 -115.85 + 98 109.17 914 2 1 2.96043 -29.5039 -144.45 + 98 296.739 752 2 0 2.97033 -29.5001 -145.85 + 98 119.602 915 1 1 3.16658 -29.4241 -174.45 + 98 306.081 753 1 0 3.18122 -29.4253 -175.85 + 98 121.246 917 0 1 3.47126 -29.4365 -204.45 + 98 487.59 753 0 0 3.48784 -29.4372 -205.85 + 98 12.5673 766 2 0 3.59585 -26.85 -146.058 + 98 46.9157 763 2 0 3.6037 -27.25 -146.137 + 98 57.2446 913 5 1 2.85 -29.6363 -54.454 + 98 118.199 912 5 1 2.65 -29.661 -54.5084 + 98 340.515 911 5 1 2.44993 -29.6236 -54.6849 + 98 13.5643 751 4 0 3.1845 -29.847 -85.85 + 98 121.093 750 4 0 3.18626 -29.85 -85.8611 + 98 160.432 934 3 1 6.94426 -37.8684 -114.45 + 98 85.5608 707 3 0 6.85739 -38.5234 -115.85 + 98 35.2368 706 3 0 6.84803 -38.65 -116.116 + 98 77.2338 919 2 1 3.86238 -56.4529 -144.45 + 98 111.521 918 2 1 3.85 -56.5985 -144.611 + 98 40.4354 611 2 0 3.63361 -57.7525 -145.85 + 98 99.6977 610 2 0 3.63406 -57.85 -145.955 + 98 1.2234 609 2 0 3.62334 -58.05 -146.242 + 98 286.453 576 2 0 -14.598 -64.8033 -146.25 + 98 52.5248 822 2 1 -15.5474 -64.0874 -144.85 + 98 111.183 821 2 1 -15.65 -64.0019 -144.726 + 98 75.8905 820 2 1 -15.85 -63.8258 -144.517 + 98 46.0746 714 3 0 7.79234 -37.154 -115.85 + 98 120.534 715 3 0 7.83064 -37.05 -115.917 + 98 280.876 716 3 0 7.73671 -36.85 -116.04 + 98 130.178 754 4 0 2.95322 -29.215 -85.85 + 98 120.578 920 3 1 4.24417 -24.9455 -114.45 + 98 94.8188 919 3 1 4.04956 -25.0747 -114.648 + 98 11.1953 918 3 1 3.85 -25.2602 -114.823 + 98 18.2765 768 3 0 2.64939 -26.4183 -115.85 + 98 129.935 767 3 0 2.61755 -26.45 -115.878 + 98 140.99 766 3 0 2.39301 -26.6502 -116.073 + 98 123.774 710 2 1 -37.8993 -52.5878 -144.45 + 98 30.9824 709 2 1 -38.05 -52.6105 -144.74 + 98 140.968 635 2 0 -38.7564 -52.8555 -145.85 + 98 5.30432 634 2 0 -38.855 -53.05 -146.231 + 98 130.308 711 2 1 -37.6668 -52.8751 -144.45 + 98 124.328 632 2 0 -37.9968 -53.5065 -145.85 + 98 212.171 547 2 0 -16.2324 -70.4681 -146.25 + 98 410.465 913 3 1 2.74426 -27.7096 -114.85 + 98 20.4082 912 3 1 2.64999 -27.8802 -114.702 + 98 3.84683 921 3 1 4.2502 -24.9198 -114.457 + 98 151.009 913 2 1 2.75325 -29.4773 -144.45 + 98 156.858 913 1 1 2.72038 -29.3797 -174.45 + 98 369.688 912 0 1 2.49875 -29.256 -204.45 + 98 212.163 411 14 1 -97.8186 41.4559 215.15 + 98 71.5454 1265 1 0 87.0188 73.1033 -176.25 + 98 97.5932 1264 1 0 87.0352 73.05 -176.054 + 98 7.68288 1329 1 1 85.8649 72.86 -174.85 + 98 251.162 1328 1 1 85.8496 72.8576 -174.839 + 98 32.9315 912 2 1 2.65 -29.4452 -144.758 + 98 379.325 753 2 0 1.43026 -29.4338 -145.85 + 98 114.334 754 2 0 0.486005 -29.25 -146.138 + 98 27.1359 895 2 1 -0.986113 -27.9209 -144.85 + 98 81.7162 894 2 1 -1.05 -27.8481 -144.794 + 98 138.766 893 2 1 -1.25 -27.7611 -144.594 + 98 120.662 892 2 1 -1.45 -27.8644 -144.471 + 98 153.571 891 2 1 -1.65 -27.8879 -144.567 + 98 272.103 890 2 1 -1.85 -27.9293 -144.673 + 98 67.4178 1123 4 0 -28.1427 44.6835 -86.25 + 98 39.2264 1638 4 0 -3.24375 147.806 -86.25 +Number of digits in this event = 41 Using G4ParticleGun ... -1.83391 LIN +8.99388 LIN gamma Event: 99 -Number of tracker hits in this event = 0 -Number of digits in this event = 1 +Number of tracker hits in this event = 40 + 99 201.341 876 7 1 -4.74682 -127.969 5.55 + 99 307.936 260 7 0 -4.74705 -127.97 4.15 + 99 95.7876 876 6 1 -4.75039 -127.998 -24.45 + 99 244.57 260 6 0 -4.75008 -127.999 -25.85 + 99 135.78 876 5 1 -4.74452 -128.012 -54.45 + 99 362.508 260 5 0 -4.74401 -128.013 -55.85 + 99 167.8 876 4 1 -4.73841 -128.04 -84.45 + 99 213.853 260 4 0 -4.73761 -128.042 -85.85 + 99 114.364 876 3 1 -4.72595 -128.079 -114.45 + 99 106.358 260 3 0 -4.72561 -128.082 -115.85 + 99 161.076 876 2 1 -4.71199 -128.133 -144.45 + 99 112.343 260 2 0 -4.71168 -128.136 -145.85 + 99 132.86 876 1 1 -4.70675 -128.196 -174.45 + 99 172.14 259 1 0 -4.70497 -128.198 -175.85 + 99 137.388 876 0 1 -4.67498 -128.254 -204.45 + 99 101.65 259 0 0 -4.67392 -128.256 -205.85 + 99 3.18764 264 8 1 -127.158 -72.2221 35.55 + 99 192.267 265 8 1 -127.15 -72.228 35.5477 + 99 199.958 197 0 0 16.2134 -140.672 -206.25 + 99 119.683 985 0 1 17.0902 -139.781 -204.85 + 99 128.321 986 0 1 17.2503 -139.622 -204.453 + 99 57.454 987 0 1 17.45 -139.322 -204.722 + 99 74.1425 204 0 0 16.6895 -139.286 -205.85 + 99 230.531 203 0 0 16.5601 -139.35 -205.975 + 99 62.6568 978 0 1 15.7387 -138.966 -204.85 + 99 143.295 202 0 0 16.634 -139.554 -205.85 + 99 135.151 46 8 1 -170.781 -122.872 35.55 + 99 33.0542 245 4 0 -57.4689 -130.95 -86.1143 + 99 139.483 877 6 1 -4.5369 -127.952 -24.45 + 99 125.77 878 5 1 -4.33708 -128.13 -54.45 + 99 132.653 881 4 1 -3.6807 -127.883 -84.45 + 99 115.922 261 4 0 -3.64935 -127.86 -85.85 + 99 104.649 885 3 1 -2.9793 -127.368 -114.45 + 99 165.188 263 3 0 -2.95926 -127.356 -115.85 + 99 111.111 887 2 1 -2.5847 -127.059 -144.45 + 99 140.287 265 2 0 -2.57763 -127.035 -145.85 + 99 148.688 888 1 1 -2.42571 -126.574 -174.45 + 99 115.584 268 1 0 -2.42262 -126.55 -175.85 + 99 100.686 888 0 1 -2.34041 -126.219 -204.45 + 99 206.698 269 0 0 -2.33597 -126.169 -205.85 +Number of digits in this event = 27 Run terminated. Run Summary Number of events processed : 100 - User=53.830000s Real=54.285868s Sys=0.020000s + User=240.090000s Real=242.201695s Sys=0.080000s End of Run 1 /gun/particle e- /gun/energy 1 GeV /gun/sourceType 2 /run/beamOn 100 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -9372,32 +9089,32 @@ Index : 0 used in the geometry : Yes Index : 1 used in the geometry : Yes Material : CesiumIodide Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 9.24411 keV e- 145.079 keV e+ 140.395 keV proton 10 keV + Energy thresholds : gamma 9.33527 keV e- 143.602 keV e+ 140.504 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 2 used in the geometry : Yes Material : Silicon Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 2.32918 keV e- 122.227 keV e+ 119.582 keV proton 10 keV + Energy thresholds : gamma 2.31197 keV e- 122.379 keV e+ 119.739 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 used in the geometry : Yes Material : Tungsten Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 36.157 keV e- 351.933 keV e+ 336.864 keV proton 10 keV + Energy thresholds : gamma 36.0852 keV e- 348.589 keV e+ 336.147 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 used in the geometry : Yes Material : Scintillator Range cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um - Energy thresholds : gamma 984.997 eV e- 86.7551 keV e+ 84.8775 keV proton 10 keV + Energy thresholds : gamma 980.52 eV e- 86.3315 keV e+ 85.0855 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. ### Run 2 starts (master). @@ -9422,8489 +9139,7788 @@ Cannot set FirstId as its value was already used. done Using G4ParticleGun ... -1.32561 LIN +7.37566 LIN e- Event: 0 -Number of tracker hits in this event = 22 - 0 108.341 1122 7 1 44.493 141.507 5.55 - 0 105.163 1606 7 0 44.4981 141.502 4.15 - 0 110.244 1122 6 1 44.5822 141.414 -24.45 - 0 136.014 1606 6 0 44.5891 141.412 -25.85 - 0 151.954 1123 5 1 44.7308 141.39 -54.45 - 0 154.303 1606 5 0 44.7367 141.388 -55.85 - 0 115.8 1124 4 1 44.8603 141.321 -84.45 - 0 111.83 1605 4 0 44.8632 141.31 -85.85 - 0 324.297 1124 3 1 44.9421 141.062 -114.45 - 0 186.501 1604 3 0 44.948 141.034 -115.85 - 0 108.439 1124 2 1 45.0218 140.467 -144.45 - 0 137.604 1601 2 0 45.0298 140.435 -145.85 - 0 122.299 1125 1 1 45.2019 139.788 -174.45 - 0 26.4847 1598 1 0 45.1988 139.752 -175.85 - 0 179.45 1597 1 0 45.1986 139.75 -175.947 - 0 120.9 1125 0 1 45.1476 139.07 -204.45 - 0 199.163 1594 0 0 45.1432 139.03 -205.85 - 0 183.26 1127 1 1 45.5921 -4.51942 -174.85 - 0 119.951 1128 1 1 45.6504 -4.93461 -174.787 - 0 91.8379 471 10 1 -85.6657 -82.0009 95.15 - 0 112.251 1605 6 0 44.6015 141.35 -25.9852 - 0 296.039 1604 6 0 44.7575 141.15 -26.0552 -Number of digits in this event = 14 +Number of tracker hits in this event = 63 + 0 107.526 625 10 1 -54.9007 -95.5865 95.55 + 0 139.446 422 10 0 -54.9007 -95.5877 94.15 + 0 208.394 625 9 1 -54.9104 -95.6175 65.55 + 0 158.417 422 9 0 -54.91 -95.6192 64.15 + 0 107.715 625 8 1 -54.9051 -95.6532 35.55 + 0 122.842 422 8 0 -54.9039 -95.6552 34.15 + 0 127.125 625 7 1 -54.8823 -95.6959 5.55 + 0 148.275 422 7 0 -54.8818 -95.6969 4.15 + 0 378.483 625 6 1 -54.8712 -95.7183 -24.45 + 0 423.487 422 6 0 -54.871 -95.7196 -25.85 + 0 808.606 625 5 1 -54.8661 -95.7496 -54.45 + 0 449.161 422 5 0 -54.8637 -95.7496 -55.85 + 0 223.177 626 4 1 -54.8164 -95.7459 -84.45 + 0 114.648 422 4 0 -54.816 -95.7437 -85.85 + 0 529.955 626 3 1 -54.8022 -95.706 -114.45 + 0 115.679 422 3 0 -54.8024 -95.7076 -115.85 + 0 107.845 626 2 1 -54.8083 -95.7334 -144.45 + 0 269.332 422 2 0 -54.8128 -95.7383 -145.85 + 0 156.439 625 1 1 -54.8993 -95.8366 -174.45 + 0 462.644 421 1 0 -54.9026 -95.8415 -175.85 + 0 109.294 625 0 1 -54.987 -95.9367 -204.45 + 0 128.047 421 0 0 -54.9883 -95.9452 -205.85 + 0 27.7467 626 1 1 -54.85 -95.8674 -174.824 + 0 19.9053 412 1 0 -52.1579 -97.7074 -175.85 + 0 158.086 645 1 1 -51.0466 -99.5659 -174.85 + 0 44.4253 396 1 0 -50.4165 -100.864 -175.85 + 0 201.827 395 1 0 -50.4263 -100.95 -175.949 + 0 181.985 765 3 0 9.26575 -27.0161 -116.25 + 0 193.045 764 3 0 9.06196 -27.0504 -115.94 + 0 124.912 624 4 1 -55.1313 -95.8329 -84.45 + 0 365.211 421 4 0 -55.1547 -95.8356 -85.85 + 0 242.298 622 3 1 -55.6168 -95.8776 -114.45 + 0 205.758 421 3 0 -55.6394 -95.8776 -115.85 + 0 162.833 619 2 1 -56.1078 -95.9084 -144.45 + 0 128.389 421 2 0 -56.1303 -95.9084 -145.85 + 0 167.958 617 1 1 -56.595 -95.9021 -174.45 + 0 117.577 614 0 1 -57.0553 -96.0818 -204.45 + 0 95.9784 420 0 0 -57.0821 -96.0992 -205.85 + 0 242.489 615 0 1 -57.05 -96.0849 -204.701 + 0 168.668 422 0 0 -56.823 -95.562 -205.85 + 0 93.8209 421 5 0 -54.8878 -95.9133 -55.85 + 0 285.998 625 4 1 -54.903 -95.9616 -84.45 + 0 116.962 420 4 0 -54.8982 -95.9539 -85.85 + 0 126.277 627 2 1 -54.5793 -95.7197 -144.45 + 0 141.217 627 1 1 -54.5563 -95.7624 -174.45 + 0 115.269 629 0 1 -54.2189 -95.6325 -204.45 + 0 266.268 626 5 1 -54.85 -95.9034 -54.6418 + 0 131.614 416 5 0 -54.5035 -96.8851 -55.85 + 0 114.715 627 4 1 -54.6313 -95.7979 -84.45 + 0 116.685 420 3 0 -54.8088 -96.0896 -115.85 + 0 138.182 624 2 1 -55.0917 -94.3414 -144.451 + 0 243.614 429 2 0 -55.1079 -94.2187 -145.85 + 0 383.859 622 1 1 -55.6302 -92.0015 -174.45 + 0 141.78 441 1 0 -55.6367 -91.8426 -175.85 + 0 237.91 620 0 1 -55.893 -88.2373 -204.45 + 0 82.1106 459 0 0 -55.8763 -88.1244 -205.85 + 0 104.589 423 4 0 -54.975 -95.447 -85.85 + 0 108.311 427 3 0 -54.874 -94.5762 -115.85 + 0 159.455 623 2 1 -55.4345 -93.9198 -144.45 + 0 113.375 431 2 0 -55.4414 -93.937 -145.85 + 0 123.973 431 1 0 -55.6467 -93.8681 -175.85 + 0 174.516 606 0 1 -58.7511 -94.3371 -204.45 + 0 167.973 428 0 0 -58.9661 -94.3798 -205.85 +Number of digits in this event = 46 Using G4ParticleGun ... -6.48113 LIN +1.65164 LIN e- Event: 1 -Number of tracker hits in this event = 24 - 1 200.276 631 8 1 -53.7665 125.083 35.55 - 1 164.865 1524 8 0 -53.7647 125.083 34.15 - 1 124.376 631 7 1 -53.7292 125.095 5.55 - 1 183.201 1524 7 0 -53.7274 125.096 4.15 - 1 158.284 631 6 1 -53.6896 125.124 -24.45 - 1 148.296 1524 6 0 -53.6864 125.122 -25.85 - 1 123.962 632 5 1 -53.6154 125.088 -54.45 - 1 111.69 1524 5 0 -53.6138 125.082 -55.85 - 1 131.973 632 4 1 -53.5843 124.973 -84.45 - 1 117.381 1524 4 0 -53.5814 124.97 -85.85 - 1 148.936 632 3 1 -53.5182 124.901 -114.45 - 1 149.087 1523 3 0 -53.5192 124.896 -115.85 - 1 143.556 632 2 1 -53.547 124.8 -144.45 - 1 126.241 1523 2 0 -53.5501 124.809 -145.85 - 1 342.109 632 1 1 -53.5665 125.023 -174.45 - 1 117.348 1524 1 0 -53.5627 125.034 -175.85 - 1 117.969 632 0 1 -53.5151 125.282 -204.45 - 1 407.495 1525 0 0 -53.5185 125.293 -205.85 - 1 263.815 1522 1 0 -53.6173 124.683 -175.85 - 1 145.192 631 0 1 -53.6964 124.661 -204.45 - 1 326.841 1522 0 0 -53.6992 124.669 -205.85 - 1 106.003 630 0 1 -53.9065 124.61 -204.45 - 1 89.7598 808 1 0 32.3004 -18.25 -176.235 - 1 333.472 632 8 1 -53.65 125.131 35.3585 +Number of tracker hits in this event = 36 + 1 104.58 1542 9 1 128.573 -15.5236 65.55 + 1 114.783 822 9 0 128.577 -15.525 64.15 + 1 126.221 1542 8 1 128.606 -15.5076 35.55 + 1 119.899 822 8 0 128.615 -15.5032 34.15 + 1 126.076 1543 7 1 128.789 -15.416 5.55 + 1 149.445 823 7 0 128.798 -15.4088 4.15 + 1 119.45 1544 6 1 128.986 -15.2954 -24.45 + 1 136.071 823 6 0 128.989 -15.293 -25.85 + 1 124.949 1544 5 1 129.001 -15.2302 -54.45 + 1 136.626 824 5 0 129.003 -15.2338 -55.85 + 1 119.249 1544 4 1 129.025 -15.3305 -84.45 + 1 111.37 823 4 0 129.019 -15.3436 -85.85 + 1 252.75 1543 3 1 128.867 -15.6282 -114.45 + 1 134.339 822 3 0 128.862 -15.6377 -115.85 + 1 109.077 1543 2 1 128.776 -15.8358 -144.45 + 1 109.403 821 2 0 128.768 -15.8418 -145.85 + 1 153.344 1542 1 1 128.598 -15.9543 -174.45 + 1 124.633 820 1 0 128.586 -15.953 -175.85 + 1 124.001 1540 0 1 128.347 -15.8826 -204.45 + 1 550.573 820 0 0 128.338 -15.8743 -205.85 + 1 10.0586 331 10 0 11.2577 -113.825 93.75 + 1 196.198 821 0 0 128.393 -15.85 -206.016 + 1 8.61781 1548 0 1 129.941 -17.0856 -204.85 + 1 71.0777 1549 0 1 129.95 -17.1073 -204.819 + 1 82.0198 1550 0 1 130.15 -17.1408 -204.76 + 1 39.8709 1551 0 1 130.35 -17.0679 -204.811 + 1 144.818 816 0 0 131.16 -16.6799 -205.85 + 1 52.0989 819 0 0 130.74 -16.1895 -205.85 + 1 80.9484 1545 0 1 129.331 -16.1759 -204.85 + 1 25.0175 848 1 0 101.417 -10.4454 -176.25 + 1 153.924 847 1 0 101.419 -10.45 -176.233 + 1 2.76723 846 1 0 101.24 -10.65 -175.862 + 1 59.2049 1403 1 1 100.812 -11.126 -174.85 + 1 197.79 1402 1 1 100.75 -11.1788 -174.722 + 1 145.21 1401 1 1 100.539 -11.323 -174.45 + 1 320.526 849 1 0 100.026 -10.2499 -175.869 Number of digits in this event = 21 Using G4ParticleGun ... -3.24052 LIN +5.17291 LIN e- Event: 2 -Number of tracker hits in this event = 80 - 2 214.809 472 10 1 -85.5196 54.2498 95.55 - 2 109.251 1171 10 0 -85.5202 54.2502 94.15 - 2 105.923 472 9 1 -85.5371 54.2343 65.55 - 2 188.052 1170 9 0 -85.5352 54.2346 64.15 - 2 122.132 472 8 1 -85.5134 54.25 35.55 - 2 127.616 1171 8 0 -85.5113 54.2503 34.15 - 2 151.418 472 7 1 -85.4582 54.237 5.55 - 2 170.909 1170 7 0 -85.4536 54.2356 4.15 - 2 131.478 473 6 1 -85.3643 54.2105 -24.45 - 2 518.372 1170 6 0 -85.3582 54.2048 -25.85 - 2 121.418 474 5 1 -85.2187 54.0821 -54.45 - 2 407.766 1170 5 0 -85.2119 54.0782 -55.85 - 2 107.535 474 4 1 -85.0668 54.0239 -84.45 - 2 154.652 1169 4 0 -85.059 54.0193 -85.85 - 2 119.525 475 3 1 -84.9038 53.8967 -114.45 - 2 312.768 1169 3 0 -84.8828 53.881 -115.85 - 2 78.0762 477 2 1 -84.4663 53.583 -144.45 - 2 249.164 1167 2 0 -84.4516 53.5705 -145.85 - 2 125.883 479 1 1 -84.1651 53.2963 -174.45 - 2 129.204 1166 1 0 -84.1547 53.2857 -175.85 - 2 98.8433 480 0 1 -83.9401 53.0794 -204.45 - 2 112.474 1165 0 0 -83.9319 53.0726 -205.85 - 2 263.199 1728 4 0 -71.0477 165.75 -86.0223 - 2 55.5895 478 0 1 -84.3549 53.6817 -204.45 - 2 54.1311 479 0 1 -84.25 53.6822 -204.632 - 2 124.462 1167 0 0 -83.5738 53.6403 -205.85 - 2 284.432 477 1 1 -84.4968 53.8241 -174.45 - 2 112.023 1167 1 0 -84.6293 53.6414 -175.85 - 2 132.735 461 0 1 -87.6938 48.5257 -204.45 - 2 105.485 1139 0 0 -87.5346 47.9858 -205.85 - 2 18.5106 1138 0 0 -87.4873 47.85 -206.182 - 2 96.8787 478 1 1 -84.45 53.6436 -174.643 - 2 336.426 1165 1 0 -85.1647 53.1371 -175.85 - 2 511.417 1449 0 1 109.952 -9.68261 -204.45 - 2 2.25143 1450 0 1 110.15 -9.25392 -204.462 - 2 307.042 472 6 1 -85.4892 54.2171 -24.45 - 2 197.408 470 5 1 -85.9064 54.1014 -54.45 - 2 130.487 468 4 1 -86.3738 54.3457 -84.45 - 2 159.129 1171 4 0 -86.3665 54.3244 -85.85 - 2 155.282 467 3 1 -86.5052 53.9228 -114.451 - 2 150.811 464 2 1 -87.1874 53.6615 -144.45 - 2 66.2706 457 1 1 -88.6395 52.7297 -174.45 - 2 37.8299 456 1 1 -88.65 52.7188 -174.685 - 2 32.0925 1163 1 0 -88.6936 52.6547 -175.85 - 2 90.9351 1162 1 0 -88.6965 52.65 -175.934 - 2 99.8776 452 0 1 -89.5067 50.804 -204.45 - 2 112.714 1153 0 0 -89.3795 50.7042 -205.85 - 2 128.352 472 5 1 -85.467 54.4526 -54.45 - 2 208.763 1172 5 0 -85.4637 54.4805 -55.85 - 2 156.802 473 4 1 -85.3627 55.0442 -84.45 - 2 144.672 1175 4 0 -85.3881 55.0836 -85.85 - 2 119.294 471 3 1 -85.7751 56.0235 -114.45 - 2 126.744 1180 3 0 -85.7704 56.0877 -115.85 - 2 264.19 472 2 1 -85.5601 57.2877 -144.45 - 2 112.109 1186 2 0 -85.5453 57.3146 -145.85 - 2 156.697 474 1 1 -85.1513 57.8388 -174.45 - 2 125.33 1189 1 0 -85.1508 57.864 -175.85 - 2 193.625 474 0 1 -85.132 58.4212 -204.45 - 2 318.423 1191 0 0 -85.1038 58.4288 -205.85 - 2 110.334 1174 4 0 -85.3899 55.05 -86.0563 - 2 2.8007 471 2 1 -85.6615 54.3541 -144.45 - 2 88.3851 473 2 1 -85.45 54.2632 -144.625 - 2 46.5465 474 2 1 -85.2485 54.1505 -144.77 - 2 183.885 1165 2 0 -83.8233 53.1466 -145.85 - 2 214.524 1164 2 0 -83.6957 53.05 -145.958 - 2 69.6351 1163 2 0 -83.3764 52.85 -146.168 - 2 228.948 741 2 0 140.027 -31.6589 -146.25 - 2 113.629 742 2 0 140.703 -31.65 -146.194 - 2 90.302 743 2 0 140.957 -31.45 -146.204 - 2 80.026 744 2 0 141.177 -31.25 -146.202 - 2 88.8855 745 2 0 141.359 -31.05 -146.175 - 2 276.202 746 2 0 141.606 -30.8493 -146.086 - 2 68.3028 1614 2 1 143.059 -30.9778 -144.85 - 2 285.539 1615 2 1 143.15 -31.0141 -144.747 - 2 16.0409 820 1 1 -15.8715 17.959 -174.45 - 2 127.639 821 1 1 -15.8498 17.9452 -174.464 - 2 79.0217 974 2 0 -24.7998 15.0211 -146.25 - 2 59.2321 975 2 0 -24.9714 15.05 -146.185 - 2 84.9708 1001 2 0 8.33195 20.3539 -146.25 - 2 62.2717 1555 2 1 131.2 55.5171 -144.85 -Number of digits in this event = 45 +Number of tracker hits in this event = 86 + 2 123.061 662 11 1 -47.5471 -34.8208 125.55 + 2 109.051 726 11 0 -47.55 -34.8198 124.15 + 2 181.701 662 10 1 -47.6069 -34.8056 95.55 + 2 119.696 726 10 0 -47.6077 -34.8059 94.15 + 2 114.955 662 9 1 -47.6176 -34.8044 65.55 + 2 109.106 726 9 0 -47.6315 -34.813 64.15 + 2 121.281 660 8 1 -47.9441 -34.9863 35.55 + 2 205.36 725 8 0 -47.9542 -35.002 34.15 + 2 117.387 659 7 1 -48.1537 -35.3262 5.55 + 2 164.146 723 7 0 -48.1542 -35.3408 4.15 + 2 203.615 659 6 1 -48.143 -35.647 -24.45 + 2 217.497 721 6 0 -48.1369 -35.6596 -25.85 + 2 122.329 661 5 1 -47.8228 -35.8882 -54.45 + 2 92.6976 720 5 0 -47.7992 -35.906 -55.85 + 2 258.988 663 4 1 -47.353 -36.2797 -84.45 + 2 183.432 718 4 0 -47.3365 -36.2865 -85.85 + 2 178.948 665 3 1 -46.9729 -36.4061 -114.45 + 2 118.211 718 3 0 -46.958 -36.4228 -115.85 + 2 125.49 666 2 1 -46.6674 -36.7531 -144.45 + 2 149.848 716 2 0 -46.6587 -36.7734 -145.85 + 2 120.559 667 1 1 -46.4995 -37.2296 -174.45 + 2 135.621 714 1 0 -46.4842 -37.2313 -175.85 + 2 119.039 669 0 1 -46.1643 -37.2716 -204.45 + 2 196.882 713 0 0 -46.1372 -37.2696 -205.85 + 2 21.774 934 6 0 18.1189 6.85 -25.988 + 2 91.283 1215 6 1 63.05 70.7187 -24.7161 + 2 130.642 989 6 1 17.9998 5.95445 -24.85 + 2 90.4277 782 0 0 -52.0712 -23.5983 -206.25 + 2 147.973 783 0 0 -52.1761 -23.45 -206.023 + 2 102.565 634 0 1 -53.1255 -23.8217 -204.85 + 2 557.289 633 0 1 -53.2504 -23.9864 -204.544 + 2 109.487 632 0 1 -53.45 -24.5861 -204.631 + 2 14.3925 717 3 0 -46.9598 -36.45 -116.234 + 2 47.3845 773 3 0 -71.5537 -25.2991 -116.25 + 2 62.7565 722 6 0 -48.3271 -35.65 -26.1965 + 2 188.449 1113 6 0 -169.341 42.6868 -26.25 + 2 4.4711 1114 6 0 -169.717 42.8501 -25.8603 + 2 102.716 53 6 1 -169.362 43.4504 -24.8497 + 2 272.757 54 6 1 -169.35 43.4678 -24.8168 + 2 263.319 1112 6 0 -170.843 42.65 -25.876 + 2 205.91 386 6 0 -109.162 -102.875 -26.25 + 2 458.663 661 2 1 -47.7828 -34.7479 -144.45 + 2 487.491 726 2 0 -47.7903 -34.751 -145.85 + 2 136.552 660 1 1 -47.9358 -34.7872 -174.45 + 2 300.595 726 1 0 -47.947 -34.7872 -175.85 + 2 110.316 659 0 1 -48.1997 -34.7707 -204.45 + 2 225.549 726 0 0 -48.2053 -34.7696 -205.85 + 2 85.1133 656 1 1 -48.8283 -33.3487 -174.45 + 2 82.949 655 1 1 -48.85 -33.3556 -174.719 + 2 133.929 733 1 0 -48.9472 -33.3845 -175.85 + 2 30.1276 639 0 1 -52.2276 -34.2471 -204.45 + 2 80.8595 638 0 1 -52.25 -34.2569 -204.571 + 2 143.005 728 0 0 -52.5015 -34.3675 -205.85 + 2 136.381 661 1 1 -47.8047 -34.7768 -174.45 + 2 112.224 661 0 1 -47.827 -34.7666 -204.45 + 2 84.8175 763 0 0 -55.2998 -27.3401 -206.25 + 2 115.074 764 0 0 -55.3826 -27.25 -206.074 + 2 27.95 619 0 1 -56.2095 -26.4353 -204.85 + 2 344.072 618 0 1 -56.2502 -26.3964 -204.761 + 2 50.5153 570 1 0 -39.2059 -65.9759 -176.25 + 2 124.048 569 1 0 -39.1775 -66.05 -176.181 + 2 71.0607 568 1 0 -39.0315 -66.25 -176.002 + 2 14.1795 709 1 1 -38.0779 -66.8773 -174.85 + 2 213.49 710 1 1 -38.0495 -66.8998 -174.813 + 2 63.5667 711 1 1 -37.85 -67.3276 -174.602 + 2 78.1834 712 1 1 -37.65 -67.4414 -174.617 + 2 70.5863 713 1 1 -37.4499 -67.5189 -174.653 + 2 67.2699 714 1 1 -37.25 -67.5863 -174.65 + 2 81.1355 715 1 1 -37.05 -67.6504 -174.68 + 2 55.6826 716 1 1 -36.85 -67.7923 -174.668 + 2 153.285 717 1 1 -36.65 -67.7994 -174.66 + 2 27.6334 718 1 1 -36.45 -67.607 -174.798 + 2 35.3044 733 1 1 -33.3332 -64.3759 -174.85 + 2 136.678 734 1 1 -33.25 -64.299 -174.806 + 2 0.360539 735 1 1 -33.05 -64.093 -174.849 + 2 32.1038 588 1 0 -31.0578 -62.3242 -175.85 + 2 46.5357 589 1 0 -30.9977 -62.2496 -175.865 + 2 1.16879 751 1 1 -29.6596 -61.0797 -174.85 + 2 4.79245 598 1 0 -28.1821 -60.2557 -175.85 + 2 189.602 599 1 0 -28.174 -60.25 -175.856 + 2 47.7568 728 1 1 -34.45 -69.1721 -174.655 + 2 99.0166 659 1 1 -48.2342 -34.5385 -174.45 + 2 102.361 727 1 0 -48.2566 -34.5105 -175.85 + 2 236.164 656 0 1 -48.7223 -34.0996 -204.45 + 2 105.559 729 0 0 -48.7088 -34.0864 -205.85 + 2 120.922 916 2 0 -37.272 3.27141 -146.25 +Number of digits in this event = 42 Using G4ParticleGun ... -3.73936 LIN +6.82613 LIN e- Event: 3 -Number of tracker hits in this event = 61 - 3 107.425 1110 9 1 42.1148 -114.255 65.55 - 3 110.258 329 9 0 42.1138 -114.252 64.15 - 3 121.087 1110 8 1 42.1149 -114.188 35.55 - 3 123.04 329 8 0 42.1139 -114.187 34.15 - 3 163.811 1110 7 1 42.0944 -114.168 5.55 - 3 131.153 329 7 0 42.0933 -114.168 4.15 - 3 267.272 1110 6 1 42.0715 -114.164 -24.45 - 3 138.208 329 6 0 42.0684 -114.168 -25.85 - 3 110.404 1109 5 1 41.955 -114.123 -54.45 - 3 152.161 330 5 0 41.9705 -114.128 -55.85 - 3 240.083 1111 4 1 42.2764 -114.273 -84.45 - 3 355.668 329 4 0 42.2912 -114.309 -85.85 - 3 230.912 1112 3 1 42.527 -115.006 -114.45 - 3 241.628 325 3 0 42.5458 -115.037 -115.85 - 3 106.745 1114 2 1 43.0036 -115.652 -144.45 - 3 293.667 322 2 0 43.0151 -115.648 -145.85 - 3 97.9217 1116 1 1 43.3304 -115.512 -174.45 - 3 171.84 323 1 0 43.3517 -115.494 -175.85 - 3 176.636 1118 0 1 43.7494 -115.12 -204.45 - 3 128.156 325 0 0 43.7494 -115.06 -205.85 - 3 199.03 1117 0 1 43.65 -115.197 -204.699 - 3 127.178 323 0 0 43.199 -115.473 -205.85 - 3 2.9296 322 0 0 43.0518 -115.55 -206.239 - 3 154.022 326 3 0 42.5642 -114.95 -116.178 - 3 328.388 1109 4 1 42.0301 -114.328 -84.4502 - 3 102.073 1107 3 1 41.6135 -113.738 -114.45 - 3 15.7823 332 3 0 41.4767 -113.557 -115.85 - 3 140.062 333 3 0 41.4719 -113.55 -115.905 - 3 15.2562 1096 2 1 39.2614 -109.536 -144.45 - 3 121.769 1095 2 1 39.25 -109.526 -144.497 - 3 145.392 354 2 0 38.9664 -109.221 -145.85 - 3 17.1616 355 2 0 38.8988 -109.15 -146.166 - 3 103.387 1062 1 1 32.5795 -102.738 -174.45 - 3 250.218 386 1 0 32.5096 -102.787 -175.85 - 3 7.42046 1056 0 1 31.4478 -102.752 -204.45 - 3 109.711 1057 0 1 31.4501 -102.751 -204.48 - 3 127.101 387 0 0 31.5417 -102.741 -205.85 - 3 183.795 927 6 1 5.49012 -139.087 -24.85 - 3 110.613 1108 3 1 41.7108 -114.719 -114.45 - 3 108.071 327 3 0 41.7052 -114.734 -115.85 - 3 100.952 1107 2 1 41.5279 -115.15 -144.45 - 3 107.649 325 2 0 41.5412 -115.148 -145.85 - 3 40.7857 1109 1 1 41.8513 -115.127 -174.45 - 3 63.3375 1108 1 1 41.85 -115.127 -174.605 - 3 296.233 325 1 0 41.839 -115.125 -175.85 - 3 127.932 1108 0 1 41.7455 -115.252 -204.45 - 3 114.431 324 0 0 41.7909 -115.312 -205.85 - 3 300.176 1100 1 1 40.2198 -115.828 -174.45 - 3 26.8232 1101 1 1 40.25 -115.895 -174.748 - 3 111.718 320 1 0 40.3973 -116.093 -175.85 - 3 13.8241 319 1 0 40.4464 -116.15 -176.207 - 3 120.502 296 0 0 43.8206 -120.754 -205.85 - 3 205.401 1099 1 1 40.0464 -116.123 -174.45 - 3 48.9192 297 1 0 38.1249 -120.605 -175.85 - 3 82.8824 296 1 0 38.0414 -120.75 -175.884 - 3 84.2154 295 1 0 37.9089 -120.95 -175.941 - 3 68.1006 294 1 0 37.7454 -121.15 -175.987 - 3 72.112 293 1 0 37.5617 -121.35 -176.057 - 3 73.2607 292 1 0 37.3929 -121.55 -176.115 - 3 23.6168 291 1 0 37.2126 -121.75 -176.216 - 3 39.461 1098 1 1 39.85 -116.08 -174.632 -Number of digits in this event = 33 +Number of tracker hits in this event = 38 + 3 123.871 987 11 1 17.4873 5.2936 125.55 + 3 114.278 926 11 0 17.4871 5.29475 124.15 + 3 104.014 987 10 1 17.4814 5.32269 95.55 + 3 218.67 926 10 0 17.4795 5.32434 94.15 + 3 99.4307 986 9 1 17.4442 5.35059 65.55 + 3 258.408 926 9 0 17.4421 5.35483 64.15 + 3 121.675 986 8 1 17.4036 5.44117 35.55 + 3 102.655 926 8 0 17.4041 5.44657 34.15 + 3 114.445 986 7 1 17.4012 5.56307 5.55 + 3 125.698 927 7 0 17.4011 5.56946 4.15 + 3 135.754 986 6 1 17.3996 5.69359 -24.45 + 3 171.305 928 6 0 17.4017 5.69884 -25.85 + 3 134.123 986 5 1 17.446 5.80773 -54.45 + 3 108.605 928 5 0 17.4495 5.80981 -55.85 + 3 159.859 987 4 1 17.5157 5.85049 -84.45 + 3 110.561 929 4 0 17.521 5.85249 -85.85 + 3 110.766 987 3 1 17.6368 5.89395 -114.45 + 3 92.9234 929 3 0 17.6443 5.89871 -115.85 + 3 119.573 988 2 1 17.7871 5.99126 -144.45 + 3 116.85 929 2 0 17.7927 5.99381 -145.85 + 3 117.203 989 1 1 17.9104 6.04501 -174.45 + 3 115.31 929 1 0 17.9145 6.04736 -175.85 + 3 143.671 989 0 1 18.0077 6.09716 -204.45 + 3 185.858 930 0 0 18.0115 6.09961 -205.85 + 3 52.87 704 7 1 -39.1713 -50.3865 5.15 + 3 47.7919 703 7 1 -39.25 -50.4456 5.45647 + 3 222.528 987 5 1 17.4505 5.81046 -54.5365 + 3 26.6103 930 5 0 17.2629 6.0734 -55.8501 + 3 253.253 929 5 0 17.2277 6.05 -55.9298 + 3 415.417 979 9 1 16.0182 5.35494 65.15 + 3 38.4708 1155 3 0 -77.5795 51.1853 -116.25 + 3 77.7789 1168 3 0 -43.3497 53.7152 -116.25 + 3 16.3561 506 4 1 -78.8062 -8.23736 -84.85 + 3 4.99025 515 4 1 -77.05 -8.04461 -84.6886 + 3 37.3615 516 4 1 -76.8498 -8.02498 -84.6723 + 3 87.551 505 4 1 -78.85 -8.24001 -84.7884 + 3 82.6134 1179 5 1 55.8896 -99.6207 -54.85 + 3 70.4026 1180 5 1 56.0505 -99.6653 -54.4885 +Number of digits in this event = 16 Using G4ParticleGun ... -1.47408 LIN +7.06283 LIN e- Event: 4 -Number of tracker hits in this event = 70 - 4 110.135 410 8 1 -98.1303 -97.2842 35.55 - 4 137.966 414 8 0 -98.1293 -97.2848 34.15 - 4 119.831 410 7 1 -98.0982 -97.2851 5.55 - 4 121.313 414 7 0 -98.0908 -97.2856 4.15 - 4 199.502 411 6 1 -97.9005 -97.2931 -24.45 - 4 184.261 414 6 0 -97.9015 -97.2989 -25.85 - 4 176.358 411 5 1 -97.8772 -97.4148 -54.45 - 4 133.102 413 5 0 -97.877 -97.4271 -55.85 - 4 360.132 411 4 1 -97.9278 -97.6819 -84.45 - 4 120.404 412 4 0 -97.9169 -97.6845 -85.85 - 4 380.869 412 3 1 -97.6942 -97.636 -114.45 - 4 116.461 412 3 0 -97.6587 -97.6287 -115.85 - 4 208.56 415 2 1 -97.0777 -97.3265 -144.45 - 4 121.284 414 2 0 -97.0641 -97.2974 -145.85 - 4 112.591 416 1 1 -96.8945 -96.6202 -174.45 - 4 121.313 417 1 0 -96.8817 -96.7191 -175.85 - 4 116.836 417 0 1 -96.5872 -98.7719 -204.45 - 4 104.377 406 0 0 -96.5939 -98.8474 -205.85 - 4 355.856 414 4 0 -97.888 -97.1682 -85.85 - 4 237.704 415 3 0 -97.6239 -97.0716 -115.85 - 4 145.759 413 2 1 -97.3803 -96.9615 -144.45 - 4 142.621 416 2 0 -97.3691 -96.939 -145.85 - 4 111.493 414 1 1 -97.1811 -96.4356 -174.45 - 4 122.478 418 1 0 -97.1872 -96.434 -175.85 - 4 104.431 413 0 1 -97.3639 -96.3834 -204.45 - 4 99.832 418 0 0 -97.3908 -96.3864 -205.85 - 4 111.413 414 3 0 -97.7364 -97.232 -115.85 - 4 218.175 398 2 1 -100.531 -100.731 -144.45 - 4 220.035 397 2 0 -100.538 -100.568 -145.851 - 4 76.216 398 2 0 -100.537 -100.55 -145.994 - 4 183.086 387 1 1 -102.661 -93.0247 -174.45 - 4 26.433 439 1 0 -102.264 -92.1747 -175.85 - 4 114.33 440 1 0 -102.251 -92.15 -175.89 - 4 28.8253 441 1 0 -102.16 -91.9498 -176.17 - 4 129.386 447 0 1 -90.7007 -64.3389 -204.45 - 4 42.5362 448 0 1 -90.55 -64.4677 -204.704 - 4 54.271 575 0 0 -89.9171 -64.9747 -205.85 - 4 67.9458 574 0 0 -89.8099 -65.05 -206.028 - 4 111.146 407 3 1 -98.6013 -97.0145 -114.45 - 4 137.288 410 2 1 -98.0136 -96.3671 -144.45 - 4 145.525 418 2 0 -98.0661 -96.3586 -145.85 - 4 667.005 404 1 1 -99.2116 -96.3459 -174.45 - 4 110.841 419 1 0 -99.3336 -96.3432 -175.85 - 4 114.157 391 0 1 -101.891 -96.1893 -204.45 - 4 110.482 419 0 0 -101.982 -96.1645 -205.851 - 4 22.3887 221 8 1 -135.767 -178.577 35.5498 - 4 108.441 222 8 1 -135.75 -178.573 35.5276 - 4 28.1288 223 8 1 -135.55 -178.517 35.2539 - 4 61.1896 8 8 0 -134.744 -178.524 34.15 - 4 97.7425 7 8 0 -134.603 -178.55 33.9804 - 4 13.8779 403 1 1 -99.3502 -96.4207 -174.538 - 4 126.799 569 3 0 -21.2484 -66.0755 -116.25 - 4 122.258 568 3 0 -21.2372 -66.2501 -116.199 - 4 73.2173 410 3 1 -98.1167 -97.4405 -114.45 - 4 56.1577 409 3 1 -98.15 -97.3633 -114.66 - 4 28.0887 416 3 0 -98.4907 -96.7813 -115.85 - 4 105.492 417 3 0 -98.5099 -96.75 -115.919 - 4 6.94393 418 3 0 -98.6415 -96.55 -116.223 - 4 40.6896 661 3 0 -116.103 -47.743 -116.25 - 4 65.53 662 3 0 -116.163 -47.6498 -116.177 - 4 74.8176 663 3 0 -116.256 -47.4496 -116.035 - 4 69.5203 664 3 0 -116.242 -47.2499 -115.962 - 4 148.337 329 3 1 -114.314 -45.8808 -114.85 - 4 77.5414 328 3 1 -114.35 -45.7055 -114.598 - 4 87.4925 327 3 1 -114.55 -45.5468 -114.544 - 4 121.911 326 3 1 -114.75 -45.3233 -114.517 - 4 113.936 325 3 1 -114.95 -45.1394 -114.69 - 4 21.7827 681 3 0 -113.112 -43.7828 -115.85 - 4 17.7583 335 3 1 -112.961 -43.2452 -114.85 - 4 145.217 336 3 1 -112.95 -43.2357 -114.814 -Number of digits in this event = 31 +Number of tracker hits in this event = 42 + 4 98.5011 1339 9 1 87.8963 -92.2352 65.55 + 4 111.098 439 9 0 87.8971 -92.2347 64.15 + 4 123.27 1339 8 1 87.916 -92.2245 35.55 + 4 137.506 439 8 0 87.9173 -92.2235 34.15 + 4 145.405 1339 7 1 87.9389 -92.207 5.55 + 4 132.522 439 7 0 87.9401 -92.2065 4.15 + 4 158.79 1339 6 1 87.9582 -92.1913 -24.45 + 4 148.153 439 6 0 87.9582 -92.1908 -25.85 + 4 443.668 1339 5 1 87.9614 -92.1802 -54.45 + 4 334.369 439 5 0 87.9623 -92.1804 -55.85 + 4 119.508 1339 4 1 87.9889 -92.1806 -84.45 + 4 126.309 439 4 0 87.9897 -92.1803 -85.85 + 4 402.295 1339 3 1 88.0042 -92.179 -114.45 + 4 226.085 439 3 0 88.0065 -92.1784 -115.85 + 4 146.489 1340 2 1 88.0569 -92.1665 -144.45 + 4 122.752 439 2 0 88.0595 -92.165 -145.85 + 4 280.861 1340 1 1 88.1192 -92.1295 -174.45 + 4 111.357 440 1 0 88.1229 -92.1281 -175.85 + 4 133.138 1340 0 1 88.2031 -92.0944 -204.45 + 4 113.813 440 0 0 88.2082 -92.0927 -205.85 + 4 36.0052 440 3 0 87.3611 -92.15 -115.973 + 4 261.24 439 1 0 88.2865 -92.2156 -175.85 + 4 166.48 198 1 0 173.039 -140.53 -176.25 + 4 354.854 1765 1 1 173.289 -139.972 -174.85 + 4 254.727 1338 4 1 87.7908 -91.652 -84.45 + 4 122.304 442 4 0 87.7788 -91.6343 -85.85 + 4 108.6 1337 3 1 87.5984 -91.2089 -114.45 + 4 269.846 444 3 0 87.6099 -91.1949 -115.85 + 4 110.349 1338 2 1 87.793 -90.7449 -144.45 + 4 136.086 447 2 0 87.8222 -90.7061 -145.85 + 4 110.444 1342 1 1 88.486 -89.8824 -174.45 + 4 108.316 451 1 0 88.5281 -89.8328 -175.85 + 4 127.281 1346 0 1 89.3378 -88.7962 -204.45 + 4 107.734 456 0 0 89.3894 -88.756 -205.85 + 4 174.498 1340 5 1 88.05 -92.2019 -54.5894 + 4 97.8365 441 4 0 87.8212 -91.8981 -85.85 + 4 118.399 1341 2 1 88.2728 -90.8507 -144.45 + 4 142.184 446 2 0 88.2991 -90.8229 -145.85 + 4 117.644 1343 1 1 88.8078 -90.2439 -174.45 + 4 219.778 449 1 0 88.8158 -90.2048 -175.85 + 4 353.786 1344 0 1 88.9986 -89.4179 -204.45 + 4 94.2748 453 0 0 89.0031 -89.3965 -205.85 +Number of digits in this event = 30 Using G4ParticleGun ... -1.83815 LIN +3.80633 LIN e- Event: 5 -Number of tracker hits in this event = 94 - 5 112.09 1473 9 1 114.946 -60.8918 65.55 - 5 133.67 595 9 0 114.946 -60.8956 64.15 - 5 130.903 1473 8 1 114.944 -60.9813 35.55 - 5 113.516 595 8 0 114.939 -60.9891 34.15 - 5 99.3122 1473 7 1 114.837 -61.139 5.55 - 5 150.911 594 7 0 114.83 -61.1516 4.15 - 5 271.104 1472 6 1 114.659 -61.4113 -24.45 - 5 210.224 593 6 0 114.648 -61.4271 -25.85 - 5 180.889 1471 5 1 114.422 -61.7362 -54.45 - 5 146.867 591 5 0 114.417 -61.7508 -55.85 - 5 276.747 1470 4 1 114.327 -62.0577 -84.45 - 5 110.881 589 4 0 114.326 -62.0766 -85.85 - 5 112.997 1470 3 1 114.322 -62.5023 -114.45 - 5 183.661 587 3 0 114.327 -62.5145 -115.85 - 5 352.659 1471 2 1 114.43 -62.7584 -144.45 - 5 128.89 586 2 0 114.426 -62.775 -145.85 - 5 144.173 1470 1 1 114.322 -63.0983 -174.45 - 5 93.9854 584 1 0 114.32 -63.1099 -175.85 - 5 161.822 1470 0 1 114.262 -63.3381 -204.45 - 5 124.057 583 0 0 114.259 -63.3496 -205.85 - 5 127.535 1471 4 1 114.35 -62.0325 -84.5675 - 5 67.5409 1472 4 1 114.55 -62.1097 -84.6331 - 5 51.7689 1473 4 1 114.75 -62.1909 -84.7024 - 5 22.7996 1474 4 1 114.951 -62.2717 -84.812 - 5 55.8179 586 4 0 116.847 -62.8055 -85.85 - 5 118.049 585 4 0 117.053 -62.85 -85.9549 - 5 6.34088 584 4 0 117.282 -63.05 -86.2326 - 5 63.4909 513 4 0 172.15 -77.2851 -86.2499 - 5 64.3886 514 4 0 172.204 -77.25 -86.2108 - 5 285.569 1759 4 1 172.05 -77.0067 -84.8494 - 5 201.427 1760 4 1 172.168 -77.0555 -84.45 - 5 191.123 507 7 0 156.991 -78.5674 3.75 - 5 286.609 590 4 0 114.309 -62.033 -85.85 - 5 150.562 1471 3 1 114.415 -62.0733 -114.45 - 5 180.767 589 3 0 114.438 -62.1034 -115.85 - 5 607.909 1473 2 1 114.867 -62.4644 -144.45 - 5 21.9988 588 2 0 114.859 -62.2633 -145.85 - 5 90.1665 589 2 0 114.858 -62.25 -145.94 - 5 426.855 1468 1 1 113.894 -58.5428 -174.45 - 5 396.021 607 1 0 113.872 -58.5371 -175.85 - 5 98.521 1465 0 1 113.323 -58.1004 -204.45 - 5 7.10983 1466 0 1 113.35 -58.1108 -204.814 - 5 114.496 609 0 0 113.424 -58.1497 -205.85 - 5 131.688 1471 1 1 114.463 -57.9559 -174.45 - 5 95.3743 612 1 0 114.629 -57.5741 -175.85 - 5 84.4107 1483 0 1 116.921 -59.0665 -204.45 - 5 174.796 1482 0 1 116.75 -59.067 -204.604 - 5 20.5494 1481 0 1 116.55 -59.005 -204.792 - 5 315.975 607 0 0 115.124 -58.4609 -205.85 - 5 115.767 1469 1 1 114.15 -57.952 -174.475 - 5 177.409 1472 2 1 114.75 -62.3878 -144.621 - 5 60.2865 599 2 0 114.576 -60.2326 -145.85 - 5 76.907 600 2 0 114.591 -60.05 -145.953 - 5 596.527 601 2 0 114.609 -59.8492 -145.977 - 5 56.772 602 2 0 114.67 -59.6499 -146.004 - 5 322.001 603 2 0 114.606 -59.4499 -146.048 - 5 214.53 604 2 0 114.319 -59.25 -146.128 - 5 89.3998 659 2 0 79.084 -48.198 -146.25 - 5 11.848 658 2 0 79.0255 -48.25 -146.237 - 5 83.4521 660 2 0 51.7495 -47.8856 -146.25 - 5 12.4044 661 2 0 51.7644 -47.85 -146.208 - 5 129.521 540 3 0 49.3162 -71.907 -116.25 - 5 184.829 541 3 0 49.1893 -71.85 -116.026 - 5 98.6839 587 2 0 114.81 -62.5582 -145.85 - 5 94.7861 1467 1 1 113.653 -64.0848 -174.45 - 5 113.465 579 1 0 113.442 -64.2139 -175.85 - 5 123.137 1444 0 1 108.972 -66.8413 -204.45 - 5 137.524 567 0 0 108.92 -66.5947 -205.85 - 5 113.235 1469 5 1 113.955 -61.3608 -54.45 - 5 129.488 593 5 0 113.954 -61.3643 -55.85 - 5 130.827 1468 4 1 113.79 -61.4083 -84.45 - 5 185.531 593 4 0 113.789 -61.3834 -85.85 - 5 129.086 1469 3 1 114.004 -60.7891 -114.45 - 5 112.096 596 3 0 114.019 -60.7447 -115.85 - 5 127 1474 1 1 115.097 -58.5167 -174.45 - 5 122.234 608 1 0 115.1 -58.447 -175.85 - 5 9.96146 1476 0 1 115.35 -56.9574 -204.45 - 5 96.2039 1475 0 1 115.35 -56.9557 -204.484 - 5 107.209 615 0 0 115.344 -56.898 -205.85 - 5 27.0971 606 1 0 115.307 -58.65 -175.892 - 5 158.531 1477 1 1 115.57 -57.7466 -174.85 - 5 7.56431 1476 1 1 115.55 -57.6678 -174.795 - 5 3.97144 658 1 0 132.997 -48.45 -176.152 - 5 107.023 1473 6 1 114.75 -61.4948 -24.6356 - 5 200.25 589 6 0 115.069 -62.0957 -25.85 - 5 15.8971 588 6 0 115.162 -62.2501 -26.1823 - 5 80.7645 1522 5 1 124.669 -76.1318 -54.45 - 5 42.3409 1523 5 1 124.75 -76.2353 -54.7001 - 5 150.174 516 5 0 124.982 -76.6756 -55.85 - 5 132.513 1573 4 1 134.836 -84.6053 -84.45 - 5 32.0754 1574 4 1 134.95 -84.8431 -84.7607 - 5 24.1806 472 4 0 135.448 -85.5943 -85.85 - 5 93.3457 471 4 0 135.481 -85.65 -85.9259 - 5 28.815 470 4 0 135.566 -85.85 -86.1748 -Number of digits in this event = 49 +Number of tracker hits in this event = 84 + 5 131.429 1012 10 0 114.086 22.5204 94.15 + 5 416.182 1469 9 1 114.094 22.5223 65.55 + 5 451.829 1012 9 0 114.093 22.5183 64.15 + 5 112.81 1469 8 1 114.081 22.4209 35.55 + 5 215.004 1011 8 0 114.081 22.4132 34.15 + 5 135.043 1469 7 1 114.081 22.2653 5.55 + 5 308.243 1011 7 0 114.081 22.2569 4.15 + 5 133.445 1469 6 1 114.09 22.0888 -24.45 + 5 126.335 1010 6 0 114.092 22.079 -25.85 + 5 159.447 1469 5 1 114.135 21.8721 -54.45 + 5 97.1981 1009 5 0 114.138 21.8658 -55.85 + 5 124.77 1470 4 1 114.185 21.7336 -84.45 + 5 99.1754 1008 4 0 114.187 21.7265 -85.85 + 5 110.762 1470 3 1 114.228 21.5849 -114.45 + 5 104.874 1007 3 0 114.229 21.5779 -115.85 + 5 142.441 1470 2 1 114.26 21.4181 -144.45 + 5 118.617 1006 2 0 114.268 21.4092 -145.85 + 5 112.596 1471 1 1 114.425 21.2255 -174.45 + 5 152.097 1005 1 0 114.435 21.2158 -175.85 + 5 105.676 1472 0 1 114.652 21.0149 -204.45 + 5 195.262 1004 0 0 114.664 21.008 -205.85 + 5 155.474 1442 4 1 108.746 -47.1193 -84.45 + 5 37.9907 860 4 0 88.916 -8.01861 -86.25 + 5 9.57179 1443 4 1 108.755 -47.0859 -84.45 + 5 90.1997 217 6 1 -136.738 52.0057 -24.45 + 5 283.019 216 6 1 -136.75 51.8868 -24.5091 + 5 112.537 1469 0 1 114.106 21.1958 -204.45 + 5 117.923 1005 0 0 114.079 21.12 -205.85 + 5 67.4178 1438 1 1 107.762 33.0148 -174.45 + 5 56.3104 1395 3 0 115.24 99.15 -116.111 + 5 144.387 1470 8 1 114.297 22.4376 35.55 + 5 101.059 1472 7 1 114.73 22.2704 5.55 + 5 233.041 1472 6 1 114.69 22.0022 -24.45 + 5 123.721 1009 6 0 114.686 22.0015 -25.85 + 5 107.188 1472 5 1 114.625 22.0418 -54.45 + 5 116.909 1010 5 0 114.613 22.0501 -55.85 + 5 221.613 1471 4 1 114.365 22.1601 -84.45 + 5 164.269 1010 4 0 114.354 22.1706 -85.85 + 5 112.048 1469 3 1 114.14 22.4195 -114.45 + 5 126.297 1011 3 0 114.136 22.4291 -115.85 + 5 200.615 1469 2 1 114.098 22.5428 -144.45 + 5 112.467 1012 2 0 114.097 22.5387 -145.85 + 5 157.424 1469 1 1 114.088 22.4428 -174.45 + 5 217.643 1011 1 0 114.076 22.4351 -175.85 + 5 116.971 1468 0 1 113.814 22.2853 -204.45 + 5 125.163 1011 0 0 113.793 22.2726 -205.85 + 5 126.841 1471 3 1 114.482 21.9625 -114.45 + 5 107.202 1009 3 0 114.659 21.9062 -115.85 + 5 30.433 1493 2 1 118.913 20.7262 -144.45 + 5 77.1856 1494 2 1 118.95 20.7405 -144.565 + 5 142.587 1004 2 0 119.37 20.8536 -145.85 + 5 118.519 1545 1 1 129.22 22.521 -174.45 + 5 72.2434 1579 0 1 136.005 19.3707 -204.45 + 5 61.4829 1578 0 1 135.95 19.2846 -204.665 + 5 250.88 993 0 0 135.677 18.8143 -205.85 + 5 0.960799 992 0 0 135.582 18.6496 -206.243 + 5 136.348 1468 8 1 113.807 22.7247 35.55 + 5 115.746 1013 8 0 113.79 22.7262 34.15 + 5 115.868 1466 7 1 113.429 22.786 5.55 + 5 95.6951 1013 7 0 113.398 22.7997 4.15 + 5 183.477 1463 6 1 112.798 23.1025 -24.45 + 5 126.818 1015 6 0 112.795 23.1211 -25.85 + 5 115.255 1462 5 1 112.714 23.4883 -54.45 + 5 112.882 1017 5 0 112.719 23.4795 -55.85 + 5 106.613 1464 4 1 112.997 23.1745 -84.45 + 5 133.926 1015 4 0 113.017 23.2102 -85.85 + 5 133.337 1466 3 1 113.463 23.7539 -114.45 + 5 111.95 1018 3 0 113.506 23.7352 -115.85 + 5 121.447 1471 2 1 114.446 23.378 -144.45 + 5 103.123 1016 2 0 114.509 23.3246 -145.85 + 5 40.261 1477 1 1 115.746 22.2064 -174.45 + 5 70.4645 1478 1 1 115.75 22.2075 -174.598 + 5 121.79 1010 1 0 115.793 22.2157 -175.85 + 5 121.99 1482 0 1 116.654 22.539 -204.45 + 5 108.199 1012 0 0 116.665 22.5768 -205.85 + 5 118.293 1458 2 1 111.882 22.8543 -144.45 + 5 110.682 1014 2 0 111.572 22.9606 -145.85 + 5 140.355 1007 2 0 67.2736 21.6251 -146.25 + 5 323.489 1233 2 1 66.7153 21.566 -144.85 + 5 86.703 1234 2 1 66.85 21.6172 -144.471 + 5 50.0594 995 2 0 66.6423 19.2358 -145.85 + 5 14.5275 994 2 0 66.6692 19.05 -145.867 + 5 234.484 1235 2 1 67.1426 17.0429 -144.85 + 5 233.761 1236 2 1 67.25 16.8678 -144.649 +Number of digits in this event = 42 Using G4ParticleGun ... -5.18241 LIN +7.42957 LIN e- Event: 6 -Number of tracker hits in this event = 69 - 6 110.314 786 10 1 -22.793 84.2448 95.55 - 6 156.357 1320 10 0 -22.7927 84.2476 94.15 - 6 329.728 786 9 1 -22.7897 84.3042 65.55 - 6 126.547 1321 9 0 -22.7907 84.3054 64.15 - 6 156.129 786 8 1 -22.8063 84.336 35.55 - 6 151.746 1321 8 0 -22.8073 84.3373 34.15 - 6 407.529 786 7 1 -22.8286 84.3682 5.55 - 6 402.804 1321 7 0 -22.8305 84.3695 4.15 - 6 375.522 785 6 1 -22.8639 84.4007 -24.45 - 6 364.71 1321 6 0 -22.8647 84.4003 -25.85 - 6 112.621 785 5 1 -22.9059 84.4003 -54.45 - 6 122.925 1321 5 0 -22.9078 84.4046 -55.85 - 6 223.203 785 4 1 -22.9683 84.4901 -84.45 - 6 141.342 1322 4 0 -22.9661 84.4946 -85.85 - 6 118.776 785 3 1 -22.8916 84.582 -114.45 - 6 231.311 1322 3 0 -22.8894 84.5838 -115.85 - 6 114.259 786 2 1 -22.8222 84.603 -144.45 - 6 203.955 1322 2 0 -22.8097 84.6042 -145.85 - 6 96.7443 787 1 1 -22.5625 84.6283 -174.45 - 6 161.331 1322 1 0 -22.5542 84.6309 -175.85 - 6 150.65 788 0 1 -22.387 84.7037 -204.45 - 6 148.544 1323 0 0 -22.3802 84.711 -205.85 - 6 173.941 1322 0 0 -22.4194 84.65 -205.903 - 6 139.872 1255 13 0 -112.061 71.05 183.819 - 6 97.2315 1322 6 0 -22.9522 84.4695 -25.85 - 6 207.64 786 5 1 -22.7923 85.1903 -54.45 - 6 210.426 1325 5 0 -22.7991 85.2016 -55.85 - 6 286.453 1326 4 0 -23.0834 85.3896 -85.85 - 6 106.859 779 3 1 -24.2325 84.5024 -114.45 - 6 107.284 777 2 1 -24.5951 85.9087 -144.45 - 6 133.018 1329 2 0 -24.5655 85.9504 -145.85 - 6 111.279 781 1 1 -23.807 86.7306 -174.45 - 6 125.709 1333 1 0 -23.6804 86.762 -175.85 - 6 90.1553 795 0 1 -21.0236 87.5963 -204.45 - 6 17.0887 794 0 1 -21.05 87.5868 -204.795 - 6 3.12942 1337 0 0 -21.1087 87.4516 -205.85 - 6 484.026 1336 0 0 -21.1094 87.45 -205.864 - 6 32.2333 786 6 1 -22.85 84.4113 -24.7271 - 6 101.04 787 5 1 -22.6232 84.9479 -54.45 - 6 174.379 1324 5 0 -22.6256 84.9734 -55.85 - 6 238.223 786 4 1 -22.6722 85.4186 -84.45 - 6 102.919 787 3 1 -22.5421 85.8354 -114.45 - 6 102.017 1329 3 0 -22.5418 85.8624 -115.85 - 6 121.407 787 2 1 -22.532 86.3797 -144.45 - 6 113.325 1331 2 0 -22.5546 86.4002 -145.85 - 6 274.48 785 1 1 -22.9893 86.8994 -174.45 - 6 110.991 1334 1 0 -22.9957 86.9192 -175.85 - 6 188.646 784 0 1 -23.2064 87.249 -204.45 - 6 85.5294 1335 0 0 -23.1105 87.25 -206.017 - 6 119.633 1334 0 0 -23.1537 87.0494 -206.067 - 6 145.647 1333 0 0 -23.0908 86.85 -205.992 - 6 11.6849 785 0 1 -23.0499 87.2451 -204.808 - 6 12.3703 1155 0 0 1.51127 51.1008 -206.25 - 6 237.983 1154 0 0 1.53833 51.05 -206.218 - 6 96.1246 1153 0 0 1.77952 50.85 -206.194 - 6 125.892 910 0 1 2.16887 51.6052 -204.85 - 6 79.0473 909 0 1 2.04982 51.8445 -204.689 - 6 126.055 1162 0 0 1.58717 52.5752 -205.85 - 6 55.455 1161 0 0 1.4492 52.45 -205.897 - 6 65.4275 907 0 1 1.63652 51.4369 -204.85 - 6 200.759 908 0 1 1.65 51.4996 -204.736 - 6 22.2275 1217 1 0 -5.71108 63.4984 -176.25 - 6 110.886 1216 1 0 -5.68425 63.4497 -176.203 - 6 218.866 1215 1 0 -5.53482 63.25 -176.103 - 6 115.388 786 1 1 -22.85 86.8877 -174.756 - 6 73.068 786 3 1 -22.7607 86.1044 -114.45 - 6 5.92697 1326 9 0 -22.8611 85.4316 64.15 - 6 118.851 1327 9 0 -22.8644 85.4502 64.1252 - 6 150.787 1328 9 0 -22.9429 85.65 63.9462 -Number of digits in this event = 40 +Number of tracker hits in this event = 91 + 6 107.993 562 9 1 -67.6017 96.5674 65.55 + 6 107.338 1382 9 0 -67.5995 96.5695 64.15 + 6 301.918 562 8 1 -67.5572 96.6105 35.55 + 6 134.518 1382 8 0 -67.555 96.614 34.15 + 6 99.4434 562 7 1 -67.5087 96.68 5.55 + 6 127.339 1382 7 0 -67.5074 96.6849 4.15 + 6 629.448 562 6 1 -67.4857 96.7945 -24.45 + 6 374.668 1383 6 0 -67.4851 96.7992 -25.85 + 6 236.514 562 5 1 -67.4947 96.8922 -54.45 + 6 145.437 1383 5 0 -67.4956 96.8974 -55.85 + 6 100.081 562 4 1 -67.5129 97.0073 -84.45 + 6 124.426 1384 4 0 -67.5137 97.0119 -85.85 + 6 138.48 562 3 1 -67.5279 97.1056 -114.45 + 6 115.103 1384 3 0 -67.5294 97.1092 -115.85 + 6 121.054 562 2 1 -67.5621 97.1884 -144.45 + 6 216.057 1385 2 0 -67.5641 97.1912 -145.85 + 6 134.825 562 1 1 -67.6067 97.2497 -174.45 + 6 93.8368 1385 1 0 -67.6088 97.2523 -175.85 + 6 472.086 561 0 1 -67.656 97.305 -204.45 + 6 872.135 1385 0 0 -67.6565 97.3061 -205.85 + 6 222.118 433 8 1 -93.4033 -29.2352 35.5499 + 6 9.68529 1282 0 0 -101.281 76.45 -206.091 + 6 59.0989 393 0 1 -101.506 76.4378 -204.85 + 6 230.784 562 0 1 -67.65 97.3167 -204.788 + 6 101.424 1386 0 0 -67.6259 97.3575 -205.85 + 6 106.02 561 3 1 -67.65 97.0578 -114.55 + 6 39.7749 1391 3 0 -68.6143 98.4447 -115.85 + 6 71.2468 1392 3 0 -68.6815 98.55 -115.947 + 6 53.6964 1393 3 0 -68.8145 98.75 -116.03 + 6 59.1322 1394 3 0 -68.8854 98.95 -116.05 + 6 68.3028 1395 3 0 -68.97 99.15 -116.056 + 6 31.1861 1396 3 0 -69.0918 99.35 -116.183 + 6 227.27 564 1 1 -67.2236 97.1418 -174.45 + 6 225.115 1384 1 0 -67.2212 97.1411 -175.85 + 6 109.806 564 0 1 -67.1194 97.2186 -204.45 + 6 185.953 1384 0 0 -67.6972 97.15 -205.904 + 6 126.154 1382 5 0 -67.4906 96.6052 -55.85 + 6 149.554 561 4 1 -67.7048 96.3084 -84.45 + 6 149.444 1380 4 0 -67.783 96.2468 -85.85 + 6 169.992 553 3 1 -69.3782 95.0692 -114.45 + 6 132.114 1374 3 0 -69.4611 95.0134 -115.85 + 6 212.382 544 2 1 -71.1892 93.8905 -144.45 + 6 123.627 1368 2 0 -71.2661 93.836 -145.85 + 6 126.956 535 1 1 -72.8861 92.6879 -174.45 + 6 122.157 1362 1 0 -72.9718 92.6186 -175.85 + 6 140.22 526 0 1 -74.7523 91.2256 -204.45 + 6 113.827 1354 0 0 -74.8433 91.1391 -205.85 + 6 101.37 1369 2 0 -71.1419 93.9707 -145.85 + 6 128.138 551 1 1 -69.6891 95.1986 -174.45 + 6 111.521 1375 1 0 -69.6173 95.3129 -175.85 + 6 10.8272 1376 1 0 -69.5975 95.35 -176.206 + 6 88.7728 559 0 1 -68.153 98.3936 -204.45 + 6 17.5746 558 0 1 -68.25 98.401 -204.788 + 6 118.453 1391 0 0 -68.5683 98.417 -205.85 + 6 102.349 543 2 1 -71.2502 93.8439 -144.606 + 6 90.3344 542 2 1 -71.45 93.7125 -144.709 + 6 42.8507 541 2 1 -71.65 93.6096 -144.804 + 6 120.478 1361 2 0 -73.7988 92.5098 -145.85 + 6 84.7495 1360 2 0 -74.0878 92.35 -146.055 + 6 26.5107 1137 2 0 -144.408 47.5182 -146.25 + 6 72.8025 1136 2 0 -144.478 47.45 -146.179 + 6 162.419 1135 2 0 -144.654 47.25 -146.028 + 6 26.4708 170 2 1 -146.044 46.5547 -144.85 + 6 84.0515 169 2 1 -146.15 46.5039 -144.775 + 6 62.5038 168 2 1 -146.35 46.351 -144.63 + 6 224.299 167 2 1 -146.55 46.2415 -144.566 + 6 134.318 1130 2 0 -146.861 46.0871 -145.85 + 6 132.863 565 5 1 -66.8554 97.8558 -54.45 + 6 120.665 1388 5 0 -66.8558 97.93 -55.85 + 6 8.02259 1389 5 0 -66.8564 97.95 -56.2201 + 6 112.578 565 4 1 -66.9976 99.3239 -84.45 + 6 151.99 1396 4 0 -67.0104 99.3934 -85.85 + 6 104.215 563 3 1 -67.2584 100.864 -114.45 + 6 113.986 1403 3 0 -67.3541 100.802 -115.85 + 6 237.012 554 2 1 -69.1627 99.3203 -144.45 + 6 131.499 1395 2 0 -69.2208 99.2958 -145.85 + 6 248.781 547 1 1 -70.529 98.836 -174.45 + 6 177.854 1393 1 0 -70.5855 98.8389 -175.85 + 6 101.567 541 0 1 -71.6533 98.9092 -204.45 + 6 139.004 1393 0 0 -71.734 98.7759 -205.85 + 6 24.215 1392 0 0 -71.7522 98.75 -206.162 + 6 6.60991 1390 2 0 -68.3365 98.1633 -145.85 + 6 88.2718 1389 2 0 -68.3181 98.15 -145.859 + 6 70.7419 1388 2 0 -68.1938 97.95 -145.911 + 6 87.6392 1387 2 0 -68.3763 97.7499 -145.87 + 6 185.199 1386 2 0 -68.4547 97.5497 -146.009 + 6 312.626 1384 2 0 -68.7315 97.15 -146.16 + 6 346.935 561 8 1 -67.65 96.2477 35.3342 + 6 61.0054 1257 0 0 -160.416 71.45 -206.158 + 6 51.4874 1746 0 0 -81.6311 169.35 -206.234 + 6 84.2064 1645 0 0 -91.099 149.294 -206.25 +Number of digits in this event = 47 Using G4ParticleGun ... -5.78483 LIN +9.18063 LIN e- Event: 7 -Number of tracker hits in this event = 72 - 7 130.346 1067 8 1 33.5692 136.347 35.55 - 7 115.874 1580 8 0 33.5701 136.347 34.15 - 7 111.845 1067 7 1 33.5896 136.338 5.55 - 7 110.038 1580 7 0 33.5904 136.336 4.15 - 7 147.317 1067 6 1 33.6103 136.297 -24.45 - 7 111.037 1580 6 0 33.6114 136.294 -25.85 - 7 190.688 1067 5 1 33.6329 136.237 -54.45 - 7 158.936 1580 5 0 33.6331 136.234 -55.85 - 7 137.91 1067 4 1 33.638 136.177 -84.45 - 7 110.134 1580 4 0 33.6383 136.176 -85.85 - 7 290.304 1067 3 1 33.6448 136.142 -114.45 - 7 150.667 1579 3 0 33.6443 136.139 -115.85 - 7 218.96 1067 2 1 33.6374 136.084 -144.45 - 7 467.418 1579 2 0 33.6374 136.081 -145.85 - 7 142.026 1067 1 1 33.6369 136.018 -174.45 - 7 127.371 1579 1 0 33.6359 136.014 -175.85 - 7 265.913 1067 0 1 33.6191 135.927 -204.45 - 7 125.2 1578 0 0 33.6194 135.921 -205.85 - 7 69.4823 1639 0 0 38.2326 147.985 -206.25 - 7 54.5093 1640 0 0 38.3025 148.15 -206.034 - 7 21.0188 1091 0 1 38.2563 148.955 -204.85 - 7 586.758 1090 0 1 38.25 148.998 -204.783 - 7 24.6847 1638 0 0 38.4533 147.81 -205.85 - 7 62.3582 1637 0 0 38.4708 147.75 -205.903 - 7 156.885 1636 0 0 38.538 147.55 -206.016 - 7 67.699 1098 0 1 39.7043 147.332 -204.85 - 7 99.784 1097 0 1 39.6499 147.302 -204.759 - 7 81.835 1086 0 1 37.4489 146.645 -204.85 - 7 48.5165 1087 0 1 37.45 146.637 -204.82 - 7 7.25024 1068 0 1 33.65 135.939 -204.709 - 7 249.317 1068 2 1 33.65 136.195 -144.713 - 7 131.688 1583 2 0 33.4475 136.825 -145.85 - 7 8.96356 1582 3 0 33.3959 136.735 -115.85 - 7 119.785 1583 3 0 33.3896 136.75 -115.889 - 7 206.398 1049 2 1 29.9173 148.933 -144.45 - 7 153.914 1647 2 0 29.7295 149.589 -145.85 - 7 6.15564 1648 2 0 29.676 149.75 -146.228 - 7 100.867 1024 1 1 24.9511 161.346 -174.45 - 7 121.969 1025 1 1 25.05 161.571 -174.53 - 7 119.636 1026 1 1 25.25 161.873 -174.633 - 7 56.8555 1027 1 1 25.45 162.172 -174.772 - 7 41.9329 1720 1 0 26.9661 164.243 -175.85 - 7 99.807 1721 1 0 27.0434 164.35 -175.909 - 7 63.9534 1722 1 0 27.1734 164.55 -176.006 - 7 65.3031 1723 1 0 27.3032 164.75 -176.096 - 7 39.2892 1724 1 0 27.424 164.95 -176.196 - 7 105.481 1068 3 1 33.659 136.087 -114.45 - 7 127.644 1575 3 0 33.6715 135.34 -115.85 - 7 8.01019 1076 2 1 35.2567 123.668 -144.45 - 7 263.504 1075 2 1 35.25 123.645 -144.475 - 7 59.9017 1510 2 0 34.8073 122.247 -145.85 - 7 60.9132 1509 2 0 34.7741 122.15 -145.947 - 7 53.0251 1508 2 0 34.7096 121.95 -146.123 - 7 113.355 1008 1 1 21.7993 88.8973 -174.45 - 7 84.5272 1344 1 0 21.8781 88.9046 -175.85 - 7 1.7436 1023 0 1 24.6538 94.1502 -204.45 - 7 91.7056 1022 0 1 24.65 94.1469 -204.453 - 7 58.0257 1021 0 1 24.45 93.9373 -204.608 - 7 22.8331 1020 0 1 24.2498 93.8165 -204.775 - 7 22.1166 1363 0 0 23.47 92.7999 -205.85 - 7 119.115 1362 0 0 23.4341 92.75 -205.911 - 7 36.6576 1361 0 0 23.2898 92.55 -206.153 - 7 207.734 1071 1 1 34.3813 136.906 -174.45 - 7 95.8364 1583 1 0 34.4094 136.944 -175.85 - 7 37.3812 1584 1 0 34.4143 136.95 -176.097 - 7 127.922 1074 0 1 34.9821 137.77 -204.45 - 7 186.231 1588 0 0 35.0404 137.812 -205.85 - 7 11.844 1313 0 0 92.0315 82.6532 -206.25 - 7 160.159 1068 1 1 33.6996 137.659 -174.45 - 7 122.8 1588 1 0 33.7622 137.832 -175.851 - 7 124.708 1075 0 1 35.1526 141.23 -204.45 - 7 116.483 1605 0 0 35.1927 141.266 -205.85 -Number of digits in this event = 31 -Using G4ParticleGun ... -8.6553 LIN +Number of tracker hits in this event = 106 + 7 113.086 1155 9 1 51.0963 -122.672 65.55 + 7 129.909 287 9 0 51.0963 -122.672 64.15 + 7 119.344 1155 8 1 51.0901 -122.675 35.55 + 7 102.486 287 8 0 51.0912 -122.675 34.15 + 7 119.773 1155 7 1 51.1077 -122.69 5.55 + 7 147.771 287 7 0 51.1066 -122.688 4.15 + 7 107.419 1155 6 1 51.0944 -122.625 -24.45 + 7 104.899 287 6 0 51.0916 -122.619 -25.85 + 7 154.449 1154 5 1 51.0363 -122.497 -54.45 + 7 108.665 288 5 0 51.0338 -122.49 -55.85 + 7 139.894 1154 4 1 50.9779 -122.36 -84.45 + 7 98.266 288 4 0 50.9711 -122.355 -85.85 + 7 183 1153 3 1 50.8282 -122.247 -114.45 + 7 174.197 289 3 0 50.8189 -122.245 -115.85 + 7 171.945 1152 2 1 50.6103 -122.21 -144.45 + 7 226.562 289 2 0 50.596 -122.213 -145.85 + 7 117.544 1151 1 1 50.3213 -122.295 -174.45 + 7 130.858 289 1 0 50.3046 -122.297 -175.85 + 7 119.235 1149 0 1 49.9722 -122.337 -204.45 + 7 125.71 289 0 0 49.9602 -122.343 -205.85 + 7 577.296 287 4 0 51.1084 -122.557 -85.9586 + 7 556.355 1155 3 1 51.1278 -122.518 -114.45 + 7 268.518 288 3 0 51.1392 -122.513 -115.85 + 7 381.282 1156 2 1 51.4172 -122.341 -144.45 + 7 350.432 1157 1 1 51.6045 -121.91 -174.45 + 7 205.38 291 1 0 51.626 -121.877 -175.85 + 7 115.31 1160 0 1 52.1504 -121.181 -204.45 + 7 129.882 295 0 0 52.2003 -121.149 -205.85 + 7 245.692 1103 4 1 40.8275 -156.821 -84.85 + 7 128.943 1158 2 1 51.808 -122.114 -144.45 + 7 131.75 290 2 0 51.8415 -122.104 -145.85 + 7 293.837 1162 1 1 52.4966 -121.875 -174.45 + 7 127.579 1162 0 1 52.5968 -121.423 -204.45 + 7 115.117 293 0 0 52.5989 -121.415 -205.85 + 7 113.988 290 1 0 52.5421 -122.084 -175.85 + 7 125.756 335 1 0 50.3142 -113.042 -176.25 + 7 62.8753 334 1 0 50.2593 -113.15 -176.018 + 7 131.14 333 1 0 50.1127 -113.35 -175.997 + 7 119.653 332 1 0 49.8344 -113.55 -175.942 + 7 78.61 331 1 0 49.6141 -113.75 -176.037 + 7 130.791 330 1 0 49.6366 -113.95 -176.106 + 7 69.9384 324 1 0 47.7986 -115.238 -176.25 + 7 73.8802 325 1 0 47.7015 -115.15 -176.062 + 7 180.283 326 1 0 47.6647 -114.95 -176.141 + 7 146.713 323 1 0 27.2233 -115.471 -176.25 + 7 247.935 1155 5 1 51.0895 -122.674 -54.45 + 7 317.214 287 5 0 51.0887 -122.676 -55.85 + 7 279.224 1155 4 1 51.0749 -122.742 -84.45 + 7 134.311 286 3 0 51.1111 -122.809 -115.85 + 7 228.493 285 2 0 51.2992 -122.974 -145.85 + 7 126.213 284 1 0 51.5193 -123.169 -175.85 + 7 247.677 1158 0 1 51.7608 -123.512 -204.45 + 7 191.072 283 0 0 51.7663 -123.537 -205.85 + 7 6.45109 1284 2 1 77.04 -134.806 -144.45 + 7 249.194 175 0 0 -17.0735 -144.994 -206.25 + 7 137.581 176 0 0 -17.1083 -144.95 -206.132 + 7 265.695 1154 2 1 51.0289 -122.769 -144.45 + 7 115.366 287 2 0 50.9952 -122.643 -145.85 + 7 137.992 1150 1 1 50.2281 -120.489 -174.45 + 7 115.442 299 1 0 50.1409 -120.217 -175.85 + 7 8.68177 300 1 0 50.1161 -120.15 -176.218 + 7 22.9174 1136 0 1 47.4397 -114.601 -204.45 + 7 102.571 1137 0 1 47.45 -114.608 -204.524 + 7 112.979 326 0 0 47.6434 -114.758 -205.85 + 7 4.96334 313 0 0 44.954 -117.542 -206.25 + 7 114.161 312 0 0 44.9517 -117.55 -206.235 + 7 7.3255 311 0 0 44.9055 -117.75 -205.878 + 7 231.227 1123 0 1 44.8273 -118.396 -204.85 + 7 7.2545 196 1 0 85.8929 -140.937 -176.25 + 7 135.809 195 1 0 85.9199 -140.95 -176.233 + 7 158.44 194 1 0 86.2272 -141.15 -176.028 + 7 47.0479 193 1 0 86.5773 -141.35 -175.885 + 7 181.072 1350 1 1 90.19 -142.338 -174.85 + 7 50.6167 1351 1 1 90.35 -142.392 -174.805 + 7 73.5161 1352 1 1 90.55 -142.449 -174.757 + 7 45.8282 1353 1 1 90.75 -142.48 -174.712 + 7 58.3609 1354 1 1 90.95 -142.502 -174.685 + 7 89.7904 1355 1 1 91.15 -142.532 -174.685 + 7 69.4173 1356 1 1 91.35 -142.557 -174.683 + 7 67.7545 1357 1 1 91.55 -142.596 -174.703 + 7 60.1667 1358 1 1 91.75 -142.694 -174.746 + 7 22.7377 1359 1 1 91.9505 -142.813 -174.825 + 7 85.8149 172 1 0 95.3306 -145.589 -175.85 + 7 153.725 171 1 0 95.5533 -145.75 -175.961 + 7 124.227 1619 0 1 144.086 -169.322 -204.451 + 7 58.6082 1618 0 1 143.95 -169.277 -204.698 + 7 101.175 1617 0 1 143.75 -169.197 -204.749 + 7 124.7 54 0 0 142.08 -169.239 -205.85 + 7 186.531 53 0 0 141.957 -169.35 -205.91 + 7 246.067 52 0 0 141.677 -169.55 -206.079 + 7 78.4239 51 0 0 141.66 -169.75 -206.165 + 7 122.544 819 2 0 89.2603 -16.1997 -146.25 + 7 159.927 820 2 0 89.2164 -16.05 -146.17 + 7 75.1452 634 2 1 -53.05 -114.603 -144.837 + 7 43.8977 20 3 0 -39.015 -175.983 -116.25 + 7 211.741 286 2 0 51.0868 -122.931 -145.85 + 7 108.893 1160 1 1 52.1401 -125.257 -174.45 + 7 25.8428 1161 1 1 52.25 -125.285 -174.783 + 7 125.114 273 1 0 52.6226 -125.377 -175.85 + 7 57.7898 1200 0 1 60.1894 -126.241 -204.45 + 7 102.315 1201 0 1 60.25 -126.299 -204.632 + 7 242.771 266 0 0 60.7415 -126.756 -205.85 + 7 219.823 265 0 0 60.8501 -126.95 -206.097 + 7 109.287 287 3 0 51.1525 -122.684 -115.85 + 7 115.856 286 1 0 51.4865 -122.892 -175.85 + 7 117.783 285 0 0 51.6837 -122.96 -205.85 +Number of digits in this event = 57 +Using G4ParticleGun ... +9.93291 LIN e- Event: 8 -Number of tracker hits in this event = 316 - 8 357.118 1111 11 1 42.338 62.3163 125.55 - 8 441.576 1211 11 0 42.3379 62.3161 124.15 - 8 663.657 1111 10 1 42.339 62.3109 95.55 - 8 950.069 1211 10 0 42.3394 62.3114 94.15 - 8 620.596 1111 9 1 42.3477 62.3242 65.55 - 8 349.162 1211 9 0 42.3488 62.3272 64.15 - 8 589.563 1111 8 1 42.3735 62.3883 35.55 - 8 302.536 1211 8 0 42.3758 62.3933 34.15 - 8 219.887 1111 7 1 42.424 62.4965 5.55 - 8 120.98 1212 7 0 42.4258 62.5011 4.15 - 8 121.023 1112 6 1 42.4604 62.5959 -24.45 - 8 116.797 1212 6 0 42.4638 62.6009 -25.85 - 8 102.735 1112 5 1 42.5355 62.6999 -54.45 - 8 144.121 1213 5 0 42.5387 62.7036 -55.85 - 8 298.86 1112 4 1 42.5986 62.7753 -84.45 - 8 127.668 1213 4 0 42.6013 62.7771 -85.85 - 8 137.81 1113 3 1 42.6627 62.8097 -114.45 - 8 218.406 1213 3 0 42.6654 62.8111 -115.85 - 8 141.83 1113 2 1 42.7259 62.8208 -144.45 - 8 124.003 1213 2 0 42.7258 62.8199 -145.85 - 8 137.153 1113 1 1 42.7187 62.8039 -174.45 - 8 99.7097 1213 1 0 42.7167 62.8024 -175.85 - 8 322.584 1113 0 1 42.6683 62.7727 -204.45 - 8 165.034 1213 0 0 42.6675 62.7737 -205.85 - 8 139.426 1112 0 1 42.6482 62.7391 -204.45 - 8 6.43054 1211 0 0 42.1235 62.2568 -205.85 - 8 244.487 1210 0 0 42.116 62.25 -205.869 - 8 3.03862 1114 0 1 42.8515 62.9135 -204.45 - 8 39.9824 1214 0 0 42.777 62.8509 -205.85 - 8 183.644 458 10 0 -63.0225 -88.2979 93.75 - 8 112.419 459 10 0 -63.1354 -88.2499 93.8714 - 8 146.086 1111 4 1 42.3738 62.2263 -84.45 - 8 124.884 1211 4 0 42.7552 62.2607 -85.85 - 8 67.1309 1165 3 1 53.1349 63.1426 -114.45 - 8 106.789 1166 3 1 53.25 63.229 -114.606 - 8 405.436 1219 3 0 54.1743 63.851 -115.85 - 8 23.0512 1287 2 1 77.573 79.2628 -144.45 - 8 84.7093 1288 2 1 77.65 79.2794 -144.514 - 8 144.043 1289 2 1 77.8501 79.3334 -144.685 - 8 9.35874 1290 2 1 78.0505 79.4132 -144.826 - 8 148.545 1300 2 0 79.5705 80.0546 -145.85 - 8 39.6179 1301 2 0 79.9862 80.25 -146.146 - 8 29.0856 1489 1 1 118.04 97.4483 -174.45 - 8 104.53 1490 1 1 118.15 97.4972 -174.492 - 8 58.7331 1491 1 1 118.35 97.5773 -174.527 - 8 74.5659 1492 1 1 118.55 97.6546 -174.541 - 8 50.2134 1493 1 1 118.75 97.7139 -174.571 - 8 58.4369 1494 1 1 118.951 97.7914 -174.609 - 8 48.7607 1495 1 1 119.15 97.874 -174.65 - 8 56.2131 1496 1 1 119.35 97.9624 -174.693 - 8 54.9444 1497 1 1 119.55 98.0421 -174.729 - 8 54.1799 1498 1 1 119.75 98.1117 -174.766 - 8 41.3629 1499 1 1 119.952 98.1701 -174.819 - 8 233.106 1396 1 0 123.728 99.3705 -175.85 - 8 205.523 1397 1 0 124.116 99.55 -175.984 - 8 1.73009 1655 0 1 151.155 109.761 -204.45 - 8 112.58 1654 0 1 151.15 109.754 -204.458 - 8 49.7608 1446 0 0 150.517 109.384 -205.85 - 8 49.3927 1445 0 0 150.445 109.35 -206.064 - 8 131.044 1382 0 0 158.503 96.6768 -206.25 - 8 1.95861 1697 0 1 159.745 96.4812 -204.85 - 8 93.673 1698 0 1 159.75 96.4807 -204.845 - 8 116.544 1699 0 1 159.95 96.4849 -204.601 - 8 84.1897 1110 4 1 42.25 62.1525 -84.5289 - 8 222.006 1109 4 1 42.05 62.0631 -84.7121 - 8 73.8749 1203 4 0 40.922 60.7962 -85.85 - 8 90.2341 1202 4 0 40.778 60.6497 -86.0087 - 8 80.2677 1118 3 1 43.7408 51.0194 -114.45 - 8 29.6222 1117 3 1 43.65 51.1035 -114.756 - 8 96.0762 1155 3 0 43.2586 51.2276 -115.85 - 8 73.3951 1156 3 0 43.2099 51.25 -116.003 - 8 139.781 1112 3 0 39.0106 42.4977 -116.25 - 8 599.436 1093 3 1 38.7249 43.0063 -114.85 - 8 27.72 1092 3 1 38.65 43.0554 -114.661 - 8 431.547 1210 9 0 42.304 62.1931 64.15 - 8 681.024 1210 8 0 42.3777 62.0509 34.15 - 8 163.06 1114 7 1 42.881 62.0285 5.55 - 8 228.677 1209 7 0 42.9233 62.0253 4.15 - 8 136.076 1118 6 1 43.8143 61.9055 -24.45 - 8 421.361 1209 6 0 43.8001 61.9357 -25.85 - 8 222.736 1117 5 1 43.5231 62.521 -54.45 - 8 119.375 1212 5 0 43.5384 62.5433 -55.85 - 8 130.048 1119 4 1 43.9131 63.0345 -84.45 - 8 113.451 1214 4 0 43.9413 63.0235 -85.85 - 8 112.276 1122 3 1 44.5195 62.8487 -114.45 - 8 109.928 1123 2 1 44.6583 62.2885 -144.45 - 8 132.469 1211 2 0 44.6734 62.2776 -145.85 - 8 387.126 1124 1 1 44.9143 62.0931 -174.45 - 8 146.012 1210 1 0 44.9165 62.0915 -175.85 - 8 130.599 1124 0 1 44.8631 62.1858 -204.45 - 8 18.0303 445 9 0 129.28 -90.95 63.9008 - 8 147.109 1207 0 0 44.974 61.4687 -205.85 - 8 94.6587 1206 0 0 44.9742 61.4499 -205.887 - 8 17.4269 1209 1 0 44.9034 62.05 -176.191 - 8 58.2231 1118 5 1 43.6501 62.6023 -54.7898 - 8 11.7099 1209 9 0 42.3048 62.0496 63.7605 - 8 81.4186 1103 9 0 45.791 40.8479 63.7502 - 8 78.7434 1104 9 0 45.7925 40.85 63.7526 - 8 166.763 1113 9 1 42.6799 62.8906 65.55 - 8 146.849 1214 9 0 42.7163 62.9348 64.15 - 8 214.715 1116 8 1 43.4184 63.8911 35.55 - 8 284.5 1219 8 0 43.4294 63.9056 34.15 - 8 119.172 1116 7 1 43.4281 64.2854 5.55 - 8 113.822 1221 7 0 43.4475 64.2861 4.15 - 8 182.965 1117 6 1 43.6116 64.2097 -24.45 - 8 147.938 1220 6 0 43.6333 64.1706 -25.85 - 8 156.566 1120 5 1 44.1046 63.4589 -54.45 - 8 252.958 1216 5 0 44.1581 63.3904 -55.85 - 8 102.951 1127 4 1 45.5809 61.8079 -84.4501 - 8 109.651 1208 4 0 45.6532 61.6506 -85.85 - 8 132.576 1207 4 0 45.6534 61.65 -85.8553 - 8 43.5342 1133 3 1 46.6752 58.5014 -114.45 - 8 79.6648 1132 3 1 46.65 58.4913 -114.644 - 8 152.753 1191 3 0 46.6039 58.4315 -115.85 - 8 119.959 1129 2 1 45.9619 57.3343 -144.45 - 8 126.545 1186 2 0 45.9041 57.2772 -145.85 - 8 309.811 1181 1 0 44.8193 56.2869 -175.85 - 8 156.775 1111 0 1 42.3088 55.1905 -204.45 - 8 5.77719 1110 0 1 42.25 55.1773 -204.826 - 8 128.835 1175 0 0 42.0862 55.1459 -205.851 - 8 57.1458 1121 5 1 44.25 63.314 -54.4709 - 8 54.4029 1122 5 1 44.45 63.2606 -54.5261 - 8 74.0264 1123 5 1 44.6503 63.241 -54.6164 - 8 70.3029 1225 5 0 68.364 65.1484 -56.25 - 8 63.2794 1226 5 0 68.3667 65.25 -56.0272 - 8 134.345 1242 5 1 68.6424 65.2675 -54.85 - 8 156.878 1218 8 0 43.4076 63.85 34.094 - 8 41.1685 1210 10 0 42.3129 62.25 93.8301 - 8 166.967 1120 9 1 44.23 54.4127 65.55 - 8 136.765 1169 9 0 44.2174 53.9848 64.15 - 8 11.1837 1112 8 1 42.4513 44.6712 35.55 - 8 31.2657 1119 8 0 42.4361 43.8875 34.15 - 8 93.2993 1118 8 0 42.4358 43.85 34.0821 - 8 131.752 1133 7 1 46.7617 27.9798 5.55 - 8 6.3662 1036 7 0 46.6161 27.2666 4.14981 - 8 383.304 1035 7 0 46.6125 27.25 4.11863 - 8 43.9838 1077 7 0 45.6692 35.5292 3.75 - 8 79.9624 1078 7 0 45.6814 35.65 3.89928 - 8 27.3001 1079 7 0 45.614 35.8504 4.12467 - 8 91.3167 1124 7 1 44.9819 36.3163 5.15048 - 8 428.107 1123 7 1 44.85 36.4632 5.28375 - 8 72.154 1122 7 1 44.65 36.8726 5.50903 - 8 97.9318 1125 7 1 45.0501 36.0335 5.17492 - 8 131.357 1173 9 0 43.8998 54.7458 64.1493 - 8 125.847 1093 8 1 38.7758 59.1585 35.55 - 8 107.353 1194 8 0 38.5292 58.9022 34.1494 - 8 107.158 1072 8 0 -21.7768 34.5709 33.75 - 8 81.8777 1071 8 0 -21.929 34.45 33.8357 - 8 54.2973 1070 8 0 -22.0734 34.25 33.8869 - 8 77.5245 1069 8 0 -22.1851 34.05 33.869 - 8 80.6829 1068 8 0 -22.3176 33.8494 33.9491 - 8 59.8911 1067 8 0 -22.332 33.65 33.9509 - 8 152.891 1285 5 0 114.674 77.05 -56.0644 - 8 96.5357 1284 5 0 114.891 77.05 -56.1686 - 8 122.548 1110 11 1 42.25 62.3073 125.284 - 8 89.1953 1110 6 1 42.2085 61.67 -24.45 - 8 234.791 1207 6 0 42.1932 61.6451 -25.85 - 8 136.211 1108 5 1 41.8238 61.0357 -54.45 - 8 216.735 1204 5 0 41.7838 60.9849 -55.85 - 8 100 1104 4 1 40.883 59.9497 -84.45 - 8 120.062 1199 4 0 40.8295 59.8817 -85.85 - 8 188.548 1098 3 1 39.8473 58.5491 -114.45 - 8 137.079 1192 3 0 39.8034 58.4728 -115.85 - 8 100.487 1094 2 1 38.8874 56.9183 -144.45 - 8 26.4945 1184 2 0 38.8328 56.8551 -145.85 - 8 75.9269 1183 2 0 38.8284 56.85 -145.962 - 8 5.31789 1088 1 1 37.6507 55.5784 -174.45 - 8 136.148 1087 1 1 37.65 55.5777 -174.465 - 8 122.563 1177 1 0 37.5887 55.5121 -175.85 - 8 108.999 1080 0 1 36.2119 54.1526 -204.45 - 8 119.755 1169 0 0 36.1557 54.0494 -205.85 - 8 192.169 1023 5 0 -16.086 24.7612 -56.25 - 8 31.5981 814 5 1 -17.1755 24.7241 -54.85 - 8 67.7587 813 5 1 -17.25 24.6992 -54.7653 - 8 80.2518 812 5 1 -17.45 24.5661 -54.663 - 8 59.1707 811 5 1 -17.6501 24.5128 -54.5478 - 8 26.8625 810 5 1 -17.85 24.479 -54.4837 - 8 251.508 1110 3 1 42.081 61.18 -114.45 - 8 322.104 1205 3 0 42.0599 61.165 -115.85 - 8 221.779 1107 2 1 41.5839 60.872 -144.45 - 8 124.078 1204 2 0 41.5322 60.8639 -145.85 - 8 129.832 1102 1 1 40.5403 60.9215 -174.45 - 8 141.976 1204 1 0 40.4816 60.9213 -175.85 - 8 133.442 1096 0 1 39.29 60.8388 -204.45 - 8 200.326 1203 0 0 39.3161 60.8431 -205.85 - 8 249.822 1204 0 0 39.6099 60.869 -205.851 - 8 92.6688 1109 2 1 42.0042 61.1444 -144.45 - 8 295.78 1205 2 0 41.9945 61.1469 -145.85 - 8 130.563 1108 1 1 41.7632 61.2158 -174.45 - 8 218.993 1205 1 0 41.7435 61.2322 -175.85 - 8 126.861 1106 0 1 41.3949 61.6337 -204.45 - 8 110.034 603 5 0 -6.22511 -59.3552 -56.25 - 8 61.6437 604 5 0 -6.12193 -59.25 -56.1635 - 8 10.1113 61 5 0 -47.3466 -167.826 -56.25 - 8 41.0172 68 5 0 -73.4321 -166.458 -56.25 - 8 50.0118 289 4 0 -56.2624 -122.197 -86.25 - 8 98.7871 208 13 0 17.8536 -138.35 183.753 - 8 190.281 209 13 0 17.8797 -138.35 184.04 - 8 253.915 1111 6 1 42.2627 61.8759 -24.45 - 8 310.494 1109 5 1 42.0182 62.0061 -54.45 - 8 153.799 1209 5 0 42.0175 61.9957 -55.85 - 8 99.3477 1109 3 1 41.9156 61.4204 -114.45 - 8 125.825 1206 3 0 41.9042 61.4039 -115.85 - 8 185.378 1105 1 1 41.0878 61.1016 -174.45 - 8 108.871 1103 0 1 40.7914 60.806 -204.45 - 8 364.385 1073 3 0 46.8724 34.6505 -116.25 - 8 101.756 1072 3 0 46.8725 34.65 -116.249 - 8 185.311 1137 3 1 47.6452 34.478 -114.85 - 8 42.1061 1138 3 1 47.65 34.4788 -114.841 - 8 24.0567 1071 3 0 47.0446 34.4164 -115.85 - 8 67.9398 1148 3 1 49.8381 34.085 -114.85 - 8 260.39 1104 2 1 40.9608 61.9415 -144.45 - 8 362.063 1210 2 0 41.1544 62.1646 -145.85 - 8 152.403 1138 1 1 47.6653 67.8961 -174.45 - 8 126.622 1241 1 0 47.8758 68.2577 -175.85 - 8 61.4371 1161 0 1 52.2889 74.9388 -204.45 - 8 53.6109 1160 0 1 52.25 75.0157 -204.678 - 8 45.2097 1276 0 0 52.0842 75.4112 -205.85 - 8 97.1377 1277 0 0 52.0746 75.45 -205.952 - 8 125.135 1212 2 0 40.6746 62.45 -145.915 - 8 194.061 1261 2 0 72.3501 72.3463 -146.25 - 8 91.9332 1269 2 1 73.8609 72.8944 -144.85 - 8 115.532 1270 2 1 74.05 72.979 -144.657 - 8 62.0086 1349 3 1 89.9686 63.749 -114.85 - 8 27.1216 1350 3 1 90.15 63.6673 -114.53 - 8 79.7457 1207 5 1 61.65 132.525 -54.7527 - 8 68.3017 1208 5 1 61.65 132.726 -54.4979 - 8 110.972 1208 5 0 41.9856 61.6703 -55.85 - 8 0.944911 1207 5 0 41.9818 61.65 -56.2473 - 8 188.353 1108 4 1 41.7023 60.3761 -84.45 - 8 124.258 1201 4 0 41.6631 60.3396 -85.85 - 8 150.453 1104 3 1 40.9042 59.5566 -114.45 - 8 138.054 1197 3 0 40.8083 59.5027 -115.85 - 8 239.166 1093 2 1 38.7777 58.498 -144.45 - 8 125.6 1191 2 0 38.7116 58.4064 -145.85 - 8 171.77 1086 1 1 37.4301 56.5086 -174.45 - 8 126.365 1087 0 1 37.4859 53.3382 -204.451 - 8 158.356 1165 0 0 37.3302 53.134 -205.85 - 8 56.3545 1112 9 1 42.45 62.5412 65.2105 - 8 80.6085 1215 9 0 42.8052 63.05 63.9812 - 8 124.467 1108 7 1 41.6823 62.997 5.54977 - 8 118.541 1107 7 1 41.6499 62.9788 5.37311 - 8 151.188 1214 7 0 41.5059 62.8962 4.15 - 8 66.1924 1087 6 1 37.5059 61.8177 -24.45 - 8 63.7059 1086 6 1 37.45 61.7749 -24.6867 - 8 115.492 1051 5 1 30.3999 55.8411 -54.45 - 8 176.961 1176 5 0 30.1364 55.3975 -55.85 - 8 116.084 1026 4 1 25.4062 45.9475 -84.45 - 8 113.851 1126 4 0 25.369 45.4002 -85.8502 - 8 2.3701 1125 4 0 25.3514 45.25 -86.2437 - 8 135.673 1018 3 1 23.7687 35.2946 -114.45 - 8 192.111 1009 2 1 22.0108 26.0804 -144.45 - 8 218.914 1032 2 0 21.635 26.4951 -145.85 - 8 37.2994 973 1 1 14.6719 35.2104 -174.45 - 8 132.127 972 1 1 14.65 35.2196 -174.537 - 8 152.006 1076 1 0 14.2992 35.394 -175.85 - 8 65.2494 934 0 1 6.8736 37.4497 -204.45 - 8 112.574 933 0 1 6.84998 37.4597 -204.556 - 8 167.126 1087 0 0 6.56747 37.5817 -205.85 - 8 245.29 1112 7 1 42.6397 62.4145 5.55 - 8 129.039 1211 7 0 42.6654 62.4379 4.15 - 8 104.204 1115 6 1 43.1401 62.8199 -24.45 - 8 11.1516 1213 6 0 43.1284 62.8487 -25.85 - 8 128.229 1214 6 0 43.1279 62.85 -25.9082 - 8 99.3018 1114 5 1 42.9525 63.4488 -54.45 - 8 156.187 1217 5 0 42.9345 63.4704 -55.85 - 8 104.32 1219 4 0 42.4443 63.9701 -85.85 - 8 134.886 1102 3 1 40.6082 64.6469 -114.45 - 8 138.039 1223 3 0 40.4957 64.6577 -115.85 - 8 127.279 1090 2 1 38.2132 65.0621 -144.45 - 8 272.633 1225 2 0 38.1136 65.077 -145.85 - 8 125.839 1080 1 1 36.0902 65.2987 -174.45 - 8 110.423 1226 1 0 35.9683 65.2733 -175.85 - 8 88.4127 1067 0 1 33.4745 64.6543 -204.45 - 8 10.5965 1066 0 1 33.45 64.6368 -204.8 - 8 92.4345 1222 0 0 33.3725 64.5848 -205.85 - 8 104.302 1272 2 0 44.8693 74.4826 -146.25 - 8 11.7836 1273 2 0 45.0384 74.65 -145.88 - 8 74.3229 1130 2 1 46.1083 75.1469 -144.85 - 8 69.3618 1131 2 1 46.2501 75.2597 -144.677 - 8 142.869 1112 10 1 42.4661 62.6349 95.55 - 8 225.839 1213 10 0 42.5172 62.6737 94.15 - 8 121.616 1117 9 1 43.5057 63.5078 65.55 - 8 127.688 1217 9 0 43.5371 63.536 64.15 - 8 101.086 1120 8 1 44.1897 64.0942 35.55 - 8 182.753 1118 7 1 43.6949 63.2885 5.55 - 8 216.206 1216 7 0 43.5911 63.2655 4.15 - 8 138.806 1107 6 1 41.4863 62.48 -24.45 - 8 114.914 1211 6 0 41.3959 62.3681 -25.85 - 8 7.81951 1097 5 1 39.4504 59.7679 -54.45 - 8 95.5686 1096 5 1 39.45 59.766 -54.4775 - 8 76.8224 1198 5 0 39.4297 59.6676 -55.85 - 8 40.802 1197 5 0 39.4261 59.65 -56.0964 - 8 124.147 1094 4 1 39.0002 57.481 -84.45 - 8 89.8444 1186 4 0 39.0416 57.3656 -85.85 - 8 134.531 1100 3 1 40.1947 55.1624 -114.45 - 8 124.965 1174 3 0 40.2902 55.0122 -115.85 - 8 116.261 1110 2 1 42.0549 51.6562 -144.45 - 8 109.628 1156 2 0 42.2011 51.4429 -145.85 - 8 108.939 1133 1 0 45.0764 46.7915 -175.85 - 8 126.502 1138 0 1 47.7427 40.082 -204.45 - 8 28.7714 1098 0 0 47.8231 39.6804 -205.852 - 8 86.6812 1097 0 0 47.8294 39.65 -205.957 - 8 93.3129 801 3 0 155.556 -19.7676 -116.25 - 8 31.5792 1245 0 0 30.9268 69.05 -206.036 - 8 198.854 1149 6 1 49.9802 62.7931 -24.4501 - 8 119.107 1204 6 0 50.1316 61.0463 -25.85 - 8 31.7673 1203 6 0 50.0535 60.85 -26.1289 - 8 14.2865 1135 0 0 37.0396 47.0813 -206.25 - 8 105.463 1134 0 0 37.0191 47.0497 -206.217 - 8 30.8632 1133 0 0 36.9134 46.85 -205.973 - 8 135.543 1082 0 1 36.5987 46.4795 -204.85 - 8 0.991478 1081 0 1 36.45 46.4024 -204.456 - 8 112.124 1143 1 0 45.5572 48.8282 -176.25 - 8 252.455 1129 1 1 45.9448 48.8385 -174.85 - 8 13.7647 1130 1 1 46.05 48.9066 -174.498 -Number of digits in this event = 153 -Using G4ParticleGun ... -7.27235 LIN +Number of tracker hits in this event = 31 + 8 121.172 692 11 1 -41.6063 23.1155 125.55 + 8 104.426 1015 11 0 -41.6057 23.1165 124.15 + 8 112.246 692 10 1 -41.5933 23.1382 95.55 + 8 216.711 1015 10 0 -41.5921 23.1398 94.15 + 8 102.901 692 9 1 -41.5672 23.1723 65.55 + 8 164.83 1015 9 0 -41.5663 23.1729 64.15 + 8 109.247 692 8 1 -41.5467 23.1847 35.55 + 8 101.798 1015 8 0 -41.5452 23.1855 34.15 + 8 272.06 692 7 1 -41.5135 23.2004 5.55 + 8 126.289 1015 7 0 -41.5121 23.2013 4.15 + 8 142.302 692 6 1 -41.4842 23.2185 -24.45 + 8 194.038 1015 6 0 -41.4825 23.2197 -25.85 + 8 107.94 692 5 1 -41.4504 23.2453 -54.45 + 8 116.174 1015 5 0 -41.4497 23.2464 -55.85 + 8 147.865 693 4 1 -41.4385 23.269 -84.45 + 8 210.577 1016 4 0 -41.4377 23.2687 -85.85 + 8 100.086 693 3 1 -41.4179 23.262 -114.45 + 8 392.518 1016 3 0 -41.4165 23.2626 -115.85 + 8 134.367 693 2 1 -41.3878 23.2739 -144.45 + 8 104.399 1016 2 0 -41.3858 23.2741 -145.85 + 8 485.503 693 1 1 -41.3434 23.2797 -174.45 + 8 362.99 1016 1 0 -41.3416 23.2815 -175.85 + 8 120.592 693 0 1 -41.3041 23.3228 -204.45 + 8 279.208 1016 0 0 -41.3025 23.324 -205.85 + 8 100.521 692 4 1 -41.45 23.3036 -84.5707 + 8 121.726 692 0 1 -41.5365 23.4382 -204.45 + 8 33.3182 1017 0 0 -41.5184 23.45 -206.148 + 8 149.003 1091 4 1 38.25 -82.3497 -84.6337 + 8 66.8038 585 0 1 -62.8737 56.5055 -204.85 + 8 95.3507 696 0 1 -40.844 23.983 -204.45 + 8 118.105 1019 0 0 -40.7456 24.0293 -205.85 +Number of digits in this event = 18 +Using G4ParticleGun ... +5.28203 LIN e- Event: 9 -Number of tracker hits in this event = 163 - 9 326.891 991 11 1 18.4274 -75.6746 125.55 - 9 103.944 521 11 0 18.4272 -75.6748 124.15 - 9 108.895 991 10 1 18.4211 -75.6755 95.55 - 9 120.493 521 10 0 18.4209 -75.6737 94.15 - 9 129.48 991 9 1 18.4105 -75.6404 65.55 - 9 117.671 522 9 0 18.4103 -75.6397 64.15 - 9 146.275 991 8 1 18.404 -75.6348 35.55 - 9 160.036 522 8 0 18.4023 -75.6333 34.15 - 9 324.045 991 7 1 18.3682 -75.5981 5.55 - 9 274.611 522 7 0 18.3678 -75.5977 4.15 - 9 111.188 991 6 1 18.3618 -75.5815 -24.45 - 9 124.946 522 6 0 18.3621 -75.5773 -25.85 - 9 112.16 991 5 1 18.3603 -75.4856 -54.45 - 9 206.655 522 5 0 18.3644 -75.4832 -55.85 - 9 358.125 991 4 1 18.4448 -75.4304 -84.45 - 9 131.093 523 4 0 18.4473 -75.4314 -85.85 - 9 240.504 992 3 1 18.5136 -75.4348 -114.45 - 9 125.898 523 3 0 18.5141 -75.4375 -115.85 - 9 258.123 992 2 1 18.5513 -75.5027 -144.45 - 9 171.362 522 2 0 18.5529 -75.5023 -145.85 - 9 157.971 992 1 1 18.5857 -75.5047 -174.45 - 9 137.49 522 1 0 18.5904 -75.5055 -175.85 - 9 122.687 993 0 1 18.6886 -75.5367 -204.45 - 9 244.509 522 0 0 18.6986 -75.5331 -205.85 - 9 18.9247 1777 0 1 175.636 133.921 -204.85 - 9 1.72052 1568 0 0 176.21 133.884 -205.85 - 9 159.224 1236 8 1 67.4379 159.308 35.55 - 9 180.017 1235 8 1 67.25 159.155 35.2696 - 9 134.454 992 0 1 18.5184 -75.4907 -204.45 - 9 277.274 991 0 1 18.45 -75.3669 -204.479 - 9 86.3144 531 0 0 17.9599 -73.7837 -205.85 - 9 76.306 532 0 0 17.9259 -73.65 -205.966 - 9 47.3985 533 0 0 17.8749 -73.4493 -206.13 - 9 369.858 629 0 0 15.7963 -54.0969 -206.25 - 9 131.531 628 0 0 16.4017 -54.25 -206.002 - 9 41.0283 988 0 1 17.7627 -53.804 -204.85 - 9 294.793 989 0 1 17.85 -53.7608 -204.816 - 9 44.5882 640 0 0 19.654 -51.9443 -205.85 - 9 20.8584 641 0 0 19.7049 -51.8499 -205.886 - 9 250.513 996 0 1 19.3966 -50.2405 -204.85 - 9 72.0321 997 0 1 19.4501 -49.8528 -204.744 - 9 158.729 663 0 0 16.9623 -47.3688 -205.85 - 9 225.088 664 0 0 16.9141 -47.25 -205.942 - 9 560.204 522 4 0 18.3463 -75.6226 -85.85 - 9 142.324 991 3 1 18.2819 -75.6664 -114.45 - 9 192.047 521 3 0 18.2853 -75.677 -115.85 - 9 452.772 991 2 1 18.3244 -75.8847 -144.45 - 9 134.856 520 2 0 18.328 -75.9059 -145.85 - 9 113.561 991 1 1 18.3715 -76.3543 -174.45 - 9 140.187 518 1 0 18.3737 -76.3789 -175.85 - 9 104.944 515 0 0 18.4444 -76.9062 -205.85 - 9 401.507 987 3 1 17.6324 -74.8312 -114.45 - 9 125.285 526 3 0 17.6079 -74.7966 -115.85 - 9 163.216 985 2 1 17.0666 -74.1356 -144.45 - 9 150.018 529 2 0 17.0459 -74.1017 -145.85 - 9 292.034 982 1 1 16.6144 -73.3577 -174.45 - 9 126.28 533 1 0 16.5835 -73.3239 -175.85 - 9 105.525 979 0 1 15.9726 -72.67 -204.45 - 9 122.529 537 0 0 15.9416 -72.6386 -205.85 - 9 231.909 1048 0 0 93.0727 29.7695 -206.25 - 9 62.7961 1047 0 0 93.2206 29.65 -206.162 - 9 91.4584 529 3 0 17.6028 -74.1479 -115.851 - 9 197.239 530 3 0 17.6036 -74.0499 -116.059 - 9 18.1179 399 3 0 40.1974 -100.317 -116.25 - 9 74.5133 398 3 0 40.2169 -100.35 -116.227 - 9 85.2431 397 3 0 40.3127 -100.55 -116.118 - 9 66.2253 396 3 0 40.4425 -100.75 -116.069 - 9 87.2837 395 3 0 40.5861 -100.95 -116.054 - 9 95.1645 394 3 0 40.7161 -101.15 -116.064 - 9 71.5535 393 3 0 40.8651 -101.35 -116.068 - 9 89.8632 392 3 0 41.048 -101.55 -116.025 - 9 70.213 391 3 0 41.2168 -101.75 -115.965 - 9 130.687 390 3 0 41.3656 -101.95 -115.894 - 9 4.40807 389 3 0 41.5103 -102.15 -115.852 - 9 4.78845 1139 3 1 48.0389 -111.549 -114.85 - 9 111.707 1140 3 1 48.0503 -111.567 -114.848 - 9 73.3703 1141 3 1 48.25 -111.745 -114.806 - 9 95.904 1142 3 1 48.451 -111.806 -114.744 - 9 79.4545 1143 3 1 48.65 -111.913 -114.645 - 9 20.4739 1144 3 1 48.85 -112.045 -114.508 - 9 38.5109 1145 3 1 49.166 -112.004 -114.45 - 9 80.1971 1146 3 1 49.25 -111.991 -114.543 - 9 136.084 1147 3 1 49.4503 -111.939 -114.662 - 9 78.5483 357 3 0 49.7311 -108.689 -115.85 - 9 331.495 358 3 0 49.8046 -108.55 -115.94 - 9 99.3229 1342 3 1 88.45 -171.811 -114.72 - 9 132.611 982 3 1 16.643 -73.0014 -114.45 - 9 59.8746 531 3 0 16.0949 -73.7351 -115.85 - 9 146.901 882 2 1 -3.58289 -90.1589 -144.45 - 9 0.568297 883 2 1 -3.45 -90.3786 -144.849 - 9 103.804 446 2 0 -3.07287 -90.7504 -145.85 - 9 11.7912 445 2 0 -2.87849 -90.95 -146.215 - 9 2.83943 249 2 0 14.0309 -130.343 -146.25 - 9 126.195 248 2 0 14.0308 -130.35 -146.239 - 9 16.8022 247 2 0 14.0678 -130.55 -145.905 - 9 378.557 969 2 1 13.8509 -131.834 -144.849 - 9 162.832 968 2 1 13.85 -131.843 -144.842 - 9 108.879 519 3 0 18.7654 -76.2313 -115.85 - 9 127.901 1014 2 1 22.9142 -77.1021 -144.45 - 9 120.218 513 2 0 23.241 -77.3984 -145.85 - 9 48.7618 512 2 0 23.2994 -77.45 -146.084 - 9 140.457 1062 1 1 32.5316 -88.0369 -174.45 - 9 39.5591 457 1 0 32.5504 -88.5869 -175.85 - 9 79.0389 456 1 0 32.5529 -88.65 -176.009 - 9 153.335 1057 0 1 31.5897 -100.829 -204.45 - 9 136.854 393 0 0 31.5731 -101.398 -205.85 - 9 16.5313 392 0 0 31.568 -101.55 -206.208 - 9 8.3898 456 8 0 18.6305 -88.7712 33.75 - 9 30.106 751 8 0 71.8204 -29.7309 33.75 - 9 111.824 1035 8 0 174.037 27.136 33.75 - 9 75.5485 992 7 1 18.45 -75.6388 5.42916 - 9 104.594 1001 6 1 20.2969 -76.4149 -24.4501 - 9 110.339 517 6 0 20.3125 -76.5279 -25.85 - 9 18.8883 1002 5 1 20.6455 -78.5262 -54.45 - 9 86.5273 1003 5 1 20.65 -78.541 -54.5068 - 9 108.636 505 5 0 20.7346 -78.9247 -55.8509 - 9 110.415 1013 4 1 22.7061 -87.6863 -84.45 - 9 151.196 459 4 0 22.8694 -88.1014 -85.85 - 9 341.864 1031 3 1 26.2772 -96.9723 -114.45 - 9 173.112 413 3 0 26.555 -97.3607 -115.85 - 9 109.669 1058 2 1 31.6525 -105.502 -144.45 - 9 114 371 2 0 31.7502 -105.808 -145.85 - 9 176.562 1064 1 1 33.0125 -111.325 -174.45 - 9 61.2768 1065 1 1 33.05 -111.326 -174.667 - 9 299.283 344 1 0 33.268 -111.318 -175.85 - 9 68.8892 1090 0 1 38.1893 -110.686 -204.45 - 9 44.664 1091 0 1 38.25 -110.697 -204.655 - 9 159.314 346 0 0 38.6301 -110.753 -205.85 - 9 191.613 1041 3 1 28.45 -95.8211 -114.573 - 9 135.308 521 7 0 18.3279 -75.782 4.15 - 9 4.09254 971 6 1 14.2516 -78.1007 -24.45 - 9 157.766 970 6 1 14.2499 -78.1036 -24.4577 - 9 7.7937 507 6 0 13.8632 -78.6372 -25.85 - 9 112.29 506 6 0 13.8534 -78.65 -25.8843 - 9 127.422 929 5 1 5.97103 -87.5429 -54.4504 - 9 92.2891 458 5 0 5.85182 -88.2837 -55.85 - 9 91.5627 457 5 0 5.83061 -88.45 -56.137 - 9 3.09376 915 4 1 3.05502 -105.996 -84.45 - 9 137.388 914 4 1 3.05 -106.003 -84.4612 - 9 43.45 365 4 0 2.47622 -107.047 -85.8501 - 9 130.911 364 4 0 2.42327 -107.15 -85.9793 - 9 19.5009 363 4 0 2.33673 -107.35 -86.2126 - 9 280.584 856 3 1 -8.6772 -129.916 -114.45 - 9 23.41 240 3 0 -8.80417 -132.074 -115.85 - 9 76.5799 239 3 0 -8.80721 -132.15 -115.901 - 9 65.1174 238 3 0 -8.82297 -132.35 -116.046 - 9 21.7858 237 3 0 -8.84325 -132.55 -116.198 - 9 270.096 848 2 1 -10.3084 -170.506 -144.45 - 9 50.3382 847 2 1 -10.45 -170.956 -144.751 - 9 11.3007 39 2 0 -10.8867 -172.316 -145.85 - 9 74.4338 38 2 0 -10.8971 -172.35 -145.877 - 9 76.2531 37 2 0 -10.9541 -172.55 -146.042 - 9 11.399 36 2 0 -11.0059 -172.75 -146.218 - 9 281.989 521 2 0 18.2787 -75.7771 -145.85 - 9 296.835 990 1 1 18.2344 -75.7061 -174.45 - 9 225.222 521 1 0 18.2251 -75.7173 -175.85 - 9 147.303 520 0 0 18.0086 -75.9941 -205.85 - 9 104.978 521 0 0 17.893 -75.7455 -205.85 - 9 33.2907 997 1 1 19.45 -75.5509 -174.748 - 9 51.9587 523 1 0 17.6136 -75.318 -175.85 - 9 240.229 524 1 0 17.5654 -75.25 -175.913 - 9 363.659 990 2 1 18.25 -75.9382 -144.454 - 9 98.6039 992 11 1 18.45 -75.7176 125.414 -Number of digits in this event = 80 +Number of tracker hits in this event = 46 + 9 140.695 812 8 1 -17.5218 135.963 35.55 + 9 124.192 1579 8 0 -17.5219 135.964 34.15 + 9 141.476 812 7 1 -17.5205 135.981 5.55 + 9 157.772 1579 7 0 -17.5227 135.984 4.15 + 9 105.125 812 6 1 -17.5696 136.041 -24.45 + 9 114.698 1579 6 0 -17.5744 136.044 -25.85 + 9 150.301 811 5 1 -17.6644 136.12 -54.45 + 9 193.965 1579 5 0 -17.6686 136.127 -55.85 + 9 364.919 811 4 1 -17.7698 136.281 -84.45 + 9 114.818 1580 4 0 -17.7747 136.291 -85.85 + 9 336.083 810 3 1 -17.8521 136.503 -114.45 + 9 113.042 1581 3 0 -17.8585 136.51 -115.85 + 9 177.066 810 2 1 -17.9892 136.639 -144.45 + 9 130.75 1582 2 0 -17.9963 136.644 -145.85 + 9 106.713 809 1 1 -18.1225 136.757 -174.45 + 9 118.84 1583 1 0 -18.13 136.764 -175.85 + 9 119.729 808 0 1 -18.2684 136.913 -204.45 + 9 106.085 1583 0 0 -18.2755 136.927 -205.85 + 9 30.6291 481 5 0 -21.7995 -83.7679 -56.25 + 9 374.586 480 5 0 -21.7797 -83.8504 -56.1388 + 9 86.4466 1584 2 0 -17.8206 137.076 -145.85 + 9 63.0606 1585 2 0 -17.7917 137.15 -146.087 + 9 51.9811 1486 2 0 -44.9396 117.413 -146.25 + 9 244.245 1485 2 0 -45.0049 117.35 -146.187 + 9 48.2599 667 2 1 -46.5264 117.907 -144.85 + 9 64.5562 666 2 1 -46.6501 117.929 -144.791 + 9 65.6121 665 2 1 -46.8501 117.969 -144.735 + 9 89.4681 664 2 1 -47.0504 117.967 -144.669 + 9 378.322 663 2 1 -47.25 118.026 -144.649 + 9 140.179 1260 5 0 -38.0343 72.2352 -56.25 + 9 220.636 812 3 1 -17.6447 136.035 -114.45 + 9 300.207 1579 3 0 -17.6393 136.033 -115.85 + 9 152.219 812 2 1 -17.5638 135.949 -144.45 + 9 253.267 1578 2 0 -17.5605 135.946 -145.85 + 9 113.43 812 1 1 -17.4593 135.871 -174.45 + 9 122.628 1578 1 0 -17.4574 135.882 -175.85 + 9 129.799 813 0 1 -17.4084 136.102 -204.45 + 9 113.215 1579 0 0 -17.3954 136.111 -205.85 + 9 111.262 811 3 1 -17.65 136.026 -114.625 + 9 101.598 815 2 1 -16.9379 135.731 -144.45 + 9 112.62 823 1 1 -15.3242 136.584 -174.45 + 9 313.682 1582 1 0 -15.2424 136.631 -175.85 + 9 141.272 832 0 1 -13.4997 137.491 -204.45 + 9 3.80953 1586 0 0 -13.4653 137.55 -205.85 + 9 236.239 1587 0 0 -13.465 137.55 -205.862 + 9 75.5649 1544 1 0 51.1803 129.014 -176.25 +Number of digits in this event = 25 Using G4ParticleGun ... -2.87979 LIN +6.91469 LIN e- Event: 10 -Number of tracker hits in this event = 119 - 10 159.043 906 11 1 1.40852 -41.4706 125.55 - 10 167.566 692 11 0 1.40837 -41.4698 124.15 - 10 169.355 906 10 1 1.38287 -41.4461 95.55 - 10 314.895 692 10 0 1.37452 -41.4651 94.15 - 10 135.641 905 9 1 1.23007 -41.7953 65.55 - 10 153.519 691 9 0 1.23134 -41.8077 64.15 - 10 138.186 905 8 1 1.24241 -42.0399 35.55 - 10 132.528 690 8 0 1.23233 -42.0299 34.15 - 10 117.885 904 7 1 1.01819 -41.759 5.55 - 10 123.384 691 7 0 1.00824 -41.7433 4.15 - 10 134.058 903 6 1 0.785521 -41.4057 -24.45 - 10 206.427 693 6 0 0.782305 -41.3796 -25.85 - 10 152.441 903 5 1 0.690004 -40.8334 -54.45 - 10 131.605 696 5 0 0.712068 -40.8273 -55.85 - 10 153.355 905 4 1 1.15806 -40.5979 -84.45 - 10 140.348 697 4 0 1.18144 -40.6257 -85.85 - 10 111.928 907 3 1 1.6342 -41.2035 -114.45 - 10 12.1775 908 3 1 1.65 -41.2318 -114.805 - 10 105.006 693 3 0 1.69779 -41.3166 -115.85 - 10 113.588 913 2 1 2.82594 -43.8518 -144.45 - 10 232.439 680 2 0 2.89642 -43.9288 -145.85 - 10 101.613 920 1 1 4.19868 -45.1493 -174.45 - 10 36.6169 673 1 0 4.18263 -45.4214 -175.85 - 10 78.2302 672 1 0 4.18029 -45.45 -175.996 - 10 17.7605 917 0 1 3.45527 -50.7858 -204.45 - 10 82.2138 916 0 1 3.45 -50.7956 -204.532 - 10 92.0622 645 0 0 3.37296 -50.9906 -205.85 - 10 28.4636 644 0 0 3.35728 -51.05 -206.174 - 10 69.6018 906 4 1 1.25 -40.6799 -84.6556 - 10 288.978 907 4 1 1.45 -40.6808 -84.7702 - 10 240.439 905 3 1 1.17351 -40.3235 -114.45 - 10 100.836 699 3 0 1.07192 -40.1663 -115.85 - 10 207.516 894 2 1 -1.14525 -38.4487 -144.45 - 10 37.5963 704 2 0 -1.38349 -39.1843 -145.85 - 10 71.1203 703 2 0 -1.40696 -39.25 -145.983 - 10 199.445 858 1 1 -8.33565 -53.8148 -174.45 - 10 35.3358 857 1 1 -8.45 -53.7788 -174.702 - 10 140.893 632 1 0 -9.04702 -53.5478 -175.85 - 10 16.9534 633 1 0 -9.311 -53.45 -176.2 - 10 1.91858 749 0 1 -30.2447 -45.1118 -204.45 - 10 89.5064 748 0 1 -30.25 -45.1121 -204.456 - 10 77.1348 747 0 1 -30.4501 -45.1204 -204.656 - 10 198.597 674 0 0 -31.7349 -45.2097 -205.85 - 10 123.122 671 0 0 -59.9797 -45.7515 -206.25 - 10 158.738 596 0 1 -60.7011 -45.8126 -204.85 - 10 40.8086 595 0 1 -60.85 -45.8258 -204.589 - 10 120.536 604 1 0 -59.4641 -59.1038 -176.25 - 10 50.6782 603 1 0 -59.4473 -59.25 -175.887 - 10 108.322 603 1 1 -59.3866 -59.5745 -174.85 - 10 109.1 555 2 0 -56.1464 -68.8849 -146.25 - 10 145.15 619 2 1 -56.236 -69.1776 -144.85 - 10 2.59012 756 3 0 -95.5951 -28.6584 -116.25 - 10 92.9558 757 3 0 -95.6032 -28.65 -116.245 - 10 157.924 758 3 0 -95.7843 -28.4497 -116.116 - 10 96.3865 759 3 0 -95.8611 -28.25 -116.027 - 10 86.0337 760 3 0 -95.9059 -28.05 -115.95 - 10 48.47 761 3 0 -95.9307 -27.85 -115.88 - 10 101.298 417 3 1 -96.5582 -25.2435 -114.85 - 10 91.701 416 3 1 -96.75 -24.9656 -114.714 - 10 65.38 415 3 1 -96.95 -24.7456 -114.555 - 10 67.9898 414 3 1 -97.1502 -24.5885 -114.461 - 10 92.6288 413 3 1 -97.35 -24.3263 -114.551 - 10 101.871 412 3 1 -97.55 -24.0339 -114.558 - 10 74.8486 411 3 1 -97.75 -23.7781 -114.512 - 10 34.9847 888 4 0 -102.809 -2.32788 -86.25 - 10 108.452 889 4 0 -102.833 -2.24997 -86.1446 - 10 2.01176 890 4 0 -102.877 -2.04982 -85.8576 - 10 141.037 385 4 1 -102.972 -1.55722 -84.8496 - 10 194.339 386 4 1 -102.925 -1.59432 -84.45 - 10 63.7337 894 4 0 -103.28 -1.06951 -85.85 - 10 74.6049 895 4 0 -103.305 -1.05 -85.9807 - 10 12.06 484 4 0 -49.9243 -83.2146 -86.2499 - 10 460.817 483 4 0 -49.9124 -83.2501 -86.2312 - 10 143.107 482 4 0 -49.5642 -83.45 -85.8884 - 10 35.7194 904 3 1 1.05 -40.3937 -114.758 - 10 114.138 698 3 0 0.70921 -40.442 -115.85 - 10 18.9436 697 3 0 0.599675 -40.45 -116.199 - 10 58.2306 755 3 1 -28.9286 -28.0634 -114.849 - 10 84.022 754 3 1 -29.05 -28.0455 -114.724 - 10 26.6491 753 3 1 -29.2505 -28.0205 -114.505 - 10 149.174 752 3 1 -29.5865 -28.0338 -114.45 - 10 46.7025 753 3 0 -29.4452 -29.3325 -115.85 - 10 83.659 752 3 0 -29.4433 -29.45 -115.95 - 10 29.5335 751 3 0 -29.392 -29.65 -116.15 - 10 187.589 857 3 0 17.1934 -8.59193 -116.25 - 10 87.003 858 3 0 17.3441 -8.45 -116.111 - 10 24.8501 859 3 0 17.4641 -8.25 -115.918 - 10 105.152 990 3 1 18.0664 -7.60504 -114.85 - 10 106.627 991 3 1 18.25 -7.56081 -114.675 - 10 105.142 992 3 1 18.4501 -7.40172 -114.488 - 10 133.243 905 10 1 1.24987 -41.4561 95.4328 - 10 54.8149 691 10 0 0.0877644 -41.65 93.8399 - 10 164.146 602 10 0 7.95785 -59.4543 93.75 - 10 64.769 601 10 0 7.96186 -59.65 94.0628 - 10 177.898 946 10 1 9.39028 -59.3579 95.15 - 10 303.759 907 2 1 1.57512 -41.5131 -144.45 - 10 306.319 692 2 0 1.57602 -41.5189 -145.85 - 10 312.371 907 1 1 1.56905 -41.6531 -174.45 - 10 121.998 691 1 0 1.57933 -41.6652 -175.85 - 10 132.16 908 0 1 1.7924 -41.889 -204.45 - 10 347.358 690 0 0 1.80436 -41.8945 -205.85 - 10 164.362 689 0 0 1.78769 -42.0502 -205.966 - 10 357.469 908 2 1 1.65036 -41.5406 -144.494 - 10 120.868 692 1 0 1.52465 -41.612 -175.85 - 10 149.955 906 0 1 1.44378 -41.6431 -204.45 - 10 118.893 692 0 0 1.4313 -41.6381 -205.85 - 10 41.6157 366 1 0 117.477 -106.75 -176.025 - 10 14.8548 1496 1 1 119.512 -107.784 -174.85 - 10 49.481 1497 1 1 119.55 -107.802 -174.829 - 10 75.6932 1498 1 1 119.75 -107.902 -174.724 - 10 536.257 1499 1 1 119.95 -108.057 -174.537 - 10 100.895 1500 1 1 120.15 -109.276 -174.728 - 10 22.2985 354 1 0 120.684 -109.346 -175.85 - 10 151.469 353 1 0 120.708 -109.35 -175.901 - 10 64.4515 365 1 0 150.775 -106.95 -176.161 - 10 206.49 261 1 0 165.858 -127.878 -176.25 - 10 59.483 986 1 1 17.25 -29.9077 -174.603 - 10 48.751 431 0 0 7.95521 -93.95 -206.045 - 10 1.31625 439 0 0 7.49845 -92.35 -205.959 -Number of digits in this event = 52 +Number of tracker hits in this event = 120 + 10 327.264 542 11 1 -71.4736 -34.6096 125.55 + 10 109.587 727 11 0 -71.4742 -34.6088 124.15 + 10 131.91 542 10 1 -71.4851 -34.5904 95.55 + 10 131.25 727 10 0 -71.4867 -34.59 94.15 + 10 138.619 542 9 1 -71.5158 -34.5805 65.55 + 10 177.604 727 9 0 -71.5166 -34.5807 64.15 + 10 127.69 542 8 1 -71.5321 -34.5869 35.55 + 10 244.899 727 8 0 -71.5319 -34.5862 34.15 + 10 124.212 542 7 1 -71.5301 -34.5837 5.55 + 10 163.502 727 7 0 -71.5301 -34.585 4.15 + 10 147.601 542 6 1 -71.5295 -34.615 -24.45 + 10 117.013 727 6 0 -71.5302 -34.6164 -25.85 + 10 121.684 542 5 1 -71.5459 -34.6415 -54.45 + 10 109.905 727 5 0 -71.546 -34.6427 -55.85 + 10 296.416 542 4 1 -71.5474 -34.6629 -84.45 + 10 105.369 726 4 0 -71.5477 -34.662 -85.85 + 10 1220.9 542 3 1 -71.553 -34.6487 -114.45 + 10 509.564 726 3 0 -71.554 -34.6501 -115.85 + 10 144.145 542 2 1 -71.5788 -34.6678 -144.45 + 10 355.263 726 2 0 -71.5808 -34.669 -145.85 + 10 227.926 542 1 1 -71.6368 -34.6967 -174.45 + 10 112.169 726 1 0 -71.637 -34.7043 -175.85 + 10 422.808 542 0 1 -71.6251 -34.8876 -204.45 + 10 157.725 725 0 0 -71.6169 -34.8913 -205.85 + 10 41.6123 663 11 0 -45.4923 -47.3062 123.75 + 10 352.483 541 0 1 -71.65 -34.8708 -204.65 + 10 119.292 535 2 1 -72.8566 -34.6807 -144.45 + 10 136.789 536 1 1 -72.7282 -35.6695 -174.45 + 10 128.953 721 1 0 -72.7813 -35.7518 -175.85 + 10 121.149 531 0 1 -73.7908 -37.4324 -204.45 + 10 116.36 713 0 0 -73.8203 -37.4206 -205.85 + 10 122.637 541 2 1 -71.6796 -34.7084 -144.45 + 10 126.046 541 1 1 -71.7178 -35.2623 -174.45 + 10 111.214 723 1 0 -71.7209 -35.2821 -175.85 + 10 109.621 721 0 0 -71.7647 -35.6891 -205.85 + 10 244.602 727 3 0 -71.4836 -34.65 -115.971 + 10 239.819 726 0 0 -71.5026 -34.7494 -205.85 + 10 80.4255 730 0 0 -71.5711 -33.9918 -205.85 + 10 148.595 537 0 1 -72.4899 -33.0795 -204.85 + 10 41.9867 538 0 1 -72.4498 -32.7871 -204.774 + 10 203.855 738 0 0 -72.0493 -32.3969 -205.85 + 10 32.5152 737 0 0 -72.0436 -32.45 -205.908 + 10 56.7681 724 3 0 -71.5598 -35.2037 -115.85 + 10 54.0639 723 3 0 -71.5618 -35.25 -116.032 + 10 95.9894 539 2 1 -72.0984 -43.4121 -144.45 + 10 52.5204 538 2 1 -72.2501 -43.5243 -144.69 + 10 183.194 680 2 0 -73.1207 -43.8895 -145.85 + 10 2.50613 403 1 1 -99.352 -50.2605 -174.45 + 10 40.0751 404 1 1 -99.3499 -50.2667 -174.458 + 10 52.1665 402 1 1 -99.591 -50.4274 -174.45 + 10 56.9509 401 1 1 -99.75 -50.3799 -174.494 + 10 62.9764 400 1 1 -99.95 -50.3382 -174.551 + 10 50.2543 399 1 1 -100.15 -50.3327 -174.588 + 10 74.719 398 1 1 -100.35 -50.2455 -174.642 + 10 98.1869 397 1 1 -100.55 -50.0654 -174.67 + 10 72.3475 396 1 1 -100.75 -49.848 -174.646 + 10 122.463 395 1 1 -100.95 -49.6638 -174.515 + 10 107.276 394 1 1 -101.15 -49.3311 -174.5 + 10 113.531 393 1 1 -101.35 -49.0865 -174.673 + 10 70.378 392 1 1 -101.55 -48.944 -174.786 + 10 100.705 391 1 1 -101.75 -48.7938 -174.782 + 10 52.1811 390 1 1 -101.95 -48.6662 -174.759 + 10 98.9723 389 1 1 -102.15 -48.5806 -174.685 + 10 15.2406 388 1 1 -102.35 -48.4814 -174.491 + 10 48.2703 549 2 1 -70.1137 -33.1342 -144.45 + 10 73.6645 550 2 1 -70.05 -33.1021 -144.63 + 10 81.6369 735 2 0 -69.6258 -32.8948 -145.85 + 10 45.0213 736 2 0 -69.5363 -32.85 -146.106 + 10 38.3239 608 1 1 -58.3004 -28.0623 -174.45 + 10 87.1411 609 1 1 -58.2499 -28.0472 -174.595 + 10 101.313 760 1 0 -57.7859 -27.9245 -175.85 + 10 42.5603 662 0 1 -47.5025 -25.8973 -204.45 + 10 81.7757 663 0 1 -47.45 -25.8939 -204.557 + 10 177.307 770 0 0 -46.8088 -25.8572 -205.85 + 10 98.0629 974 4 1 14.85 172.904 -84.6915 + 10 160.158 757 1 1 -28.5721 -163.59 -174.45 + 10 24.0347 756 1 1 -28.65 -164.125 -174.506 + 10 303.696 541 6 1 -71.6882 -34.2347 -24.45 + 10 103.925 540 6 1 -71.85 -34.3207 -24.5655 + 10 57.8865 539 6 1 -72.05 -34.391 -24.7509 + 10 200.649 725 6 0 -73.1157 -34.9328 -25.85 + 10 191.048 727 4 0 -71.605 -34.6082 -85.85 + 10 27.5612 543 3 1 -71.45 -36.7534 -114.769 + 10 10.5306 712 3 0 -70.7578 -37.6421 -115.85 + 10 104.315 711 3 0 -70.7516 -37.65 -115.86 + 10 45.5414 710 3 0 -70.5973 -37.85 -116.136 + 10 67.9103 619 2 1 -56.1577 -54.3882 -144.45 + 10 81.2625 620 2 1 -56.05 -54.3497 -144.558 + 10 27.0388 621 2 1 -55.85 -54.2784 -144.771 + 10 98.054 630 2 0 -54.9123 -54.043 -145.85 + 10 50.9221 629 2 0 -54.7434 -54.05 -146.087 + 10 89.4914 674 1 1 -45.105 -67.7824 -174.45 + 10 51.7511 673 1 1 -45.25 -67.6633 -174.663 + 10 98.9323 563 1 0 -46.0345 -67.3372 -175.85 + 10 86.0182 564 1 0 -46.299 -67.25 -176.101 + 10 305.693 541 4 1 -71.65 -34.4839 -84.4669 + 10 410.639 540 4 1 -71.85 -33.725 -84.5304 + 10 106.609 733 4 0 -71.5614 -33.3382 -85.85 + 10 33.4941 741 4 0 -71.6234 -31.7137 -85.85 + 10 79.3484 742 4 0 -71.6155 -31.65 -85.8921 + 10 32.9365 743 4 0 -71.581 -31.45 -86.1279 + 10 105.652 723 9 0 -71.2412 -35.2619 64.15 + 10 89.6985 612 8 1 -57.5777 -46.0125 35.55 + 10 20.0875 613 8 1 -57.45 -45.8197 35.2298 + 10 138.878 671 8 0 -57.0138 -45.7012 34.15 + 10 133.557 726 8 0 -34.6385 -34.6851 33.75 + 10 25.2289 724 8 1 -35.1936 -34.0895 35.15 + 10 113.528 723 8 1 -35.2501 -34.0284 35.2549 + 10 88.511 722 8 1 -35.45 -33.7691 35.503 + 10 28.2635 721 8 1 -35.65 -33.7644 35.2282 + 10 83.9062 725 8 0 -35.4292 -34.85 33.9234 + 10 92.9888 850 8 0 -35.2426 -9.87349 33.75 + 10 30.1264 851 8 0 -35.2412 -9.84998 33.8032 + 10 37.8037 725 8 1 -34.9435 -10.0289 35.15 + 10 63.3581 726 8 1 -34.8497 -9.98974 35.214 + 10 64.7729 727 8 1 -34.65 -9.96974 35.2958 + 10 75.1653 728 8 1 -34.45 -9.98859 35.3732 + 10 77.5379 729 8 1 -34.25 -10.0613 35.3504 + 10 148.967 730 8 1 -34.05 -10.0991 35.3379 + 10 200.989 731 8 1 -33.85 -10.0754 35.3831 +Number of digits in this event = 45 Using G4ParticleGun ... -9.6039 LIN +9.29731 LIN e- Event: 11 -Number of tracker hits in this event = 80 - 11 101.363 594 11 1 -61.1604 37.9615 125.55 - 11 106.223 1089 11 0 -61.1602 37.9615 124.15 - 11 109.143 594 10 1 -61.1578 37.9637 95.55 - 11 107.579 1089 10 0 -61.1572 37.9642 94.15 - 11 123.074 594 9 1 -61.146 37.9724 65.55 - 11 134.552 1089 9 0 -61.1454 37.9732 64.15 - 11 333.67 594 8 1 -61.1334 37.9935 35.55 - 11 290.778 1089 8 0 -61.1323 37.9932 34.15 - 11 119.163 594 7 1 -61.1096 37.9888 5.55 - 11 141.666 1089 7 0 -61.1086 37.9892 4.15 - 11 147.174 594 6 1 -61.0892 38.0007 -24.45 - 11 109.093 1089 6 0 -61.0884 38.0025 -25.85 - 11 83.6018 594 5 1 -61.0743 38.0284 -54.45 - 11 179.991 1090 5 0 -61.0849 38.0501 -55.85 - 11 154.711 594 4 1 -61.0508 38.7588 -84.45 - 11 130.232 1093 4 0 -61.0565 38.7755 -85.85 - 11 128.471 595 3 1 -60.9388 39.112 -114.45 - 11 120.088 1095 3 0 -60.8767 39.1146 -115.85 - 11 118.528 600 2 1 -59.9209 39.3063 -144.45 - 11 119.34 1095 2 0 -59.8111 39.243 -145.85 - 11 238.133 611 1 1 -57.7321 38.0392 -174.45 - 11 151.928 1089 1 0 -57.6272 37.9664 -175.85 - 11 225.084 621 0 1 -55.7852 35.9436 -204.45 - 11 114.906 1077 0 0 -55.6884 35.6388 -205.85 - 11 47.0926 358 2 1 -108.465 35.2122 -144.85 - 11 54.0596 1291 7 1 78.2817 48.8308 5.55 - 11 35.3035 698 3 0 -22.4467 -40.25 -116.236 - 11 45.7355 848 3 1 -10.384 39.8752 -114.85 - 11 82.3129 659 2 1 -48.1454 -1.19295 -144.85 - 11 224.605 595 4 1 -61.0373 38.0816 -84.45 - 11 513.561 1090 4 0 -61.0433 38.0668 -85.85 - 11 136.062 594 3 1 -61.2309 37.7905 -114.45 - 11 113.435 1088 3 0 -61.2107 37.7296 -115.85 - 11 123.544 597 2 1 -60.6479 36.5351 -144.45 - 11 113.056 1082 2 0 -60.6127 36.4728 -145.85 - 11 215.358 603 1 1 -59.4346 35.1336 -174.45 - 11 206.693 1075 1 0 -59.2559 35.11 -175.85 - 11 46.0008 622 0 1 -55.6499 34.5495 -204.654 - 11 105.952 1072 0 0 -55.4695 34.5009 -205.85 - 11 126.859 1119 1 0 -35.2811 43.9633 -176.25 - 11 192.672 595 1 1 -60.8792 35.4136 -174.45 - 11 138.312 596 1 1 -60.85 35.4613 -174.535 - 11 201.119 1078 1 0 -60.0909 35.8058 -175.85 - 11 180.653 1091 1 0 -6.44594 38.3327 -176.25 - 11 11.265 1092 1 0 -6.18615 38.45 -175.861 - 11 92.3918 870 1 1 -5.97953 38.741 -174.85 - 11 69.6694 863 1 0 9.59629 -7.25 -176.214 - 11 99.4966 864 1 0 9.75628 -7.25 -176.162 - 11 259.851 865 1 0 9.82499 -7.05 -176.152 - 11 132.703 1076 1 0 -60.8967 35.3378 -175.85 - 11 145.374 595 0 1 -60.9751 34.1714 -204.45 - 11 40.7469 596 0 1 -60.85 34.1154 -204.695 - 11 139.205 1068 0 0 -60.2182 33.8354 -205.85 - 11 172.081 1091 4 0 -61.169 38.25 -86.061 - 11 213.088 596 3 1 -60.7971 37.9533 -114.45 - 11 120.155 1089 3 0 -60.7312 37.9422 -115.85 - 11 107.578 603 2 1 -59.2675 37.724 -144.45 - 11 12.8025 604 2 1 -59.25 37.7228 -144.812 - 11 115.031 1088 2 0 -59.2028 37.7138 -145.85 - 11 271.444 1087 1 0 -57.682 37.5449 -175.85 - 11 128.555 620 0 1 -55.9947 37.1133 -204.45 - 11 265.435 1085 0 0 -55.9305 37.1068 -205.85 - 11 110.678 1090 3 0 -60.6214 38.1678 -115.85 - 11 102.114 616 2 1 -56.783 45.2547 -144.45 - 11 4.95169 617 2 1 -56.65 45.2917 -144.827 - 11 185.095 1126 2 0 -56.2847 45.38 -145.851 - 11 102.315 663 1 1 -47.2916 48.4346 -174.45 - 11 101.218 1138 1 0 -47.2601 47.8029 -175.85 - 11 9.12044 1137 1 0 -47.2498 47.65 -176.209 - 11 188.971 668 0 1 -46.2636 35.6115 -204.45 - 11 117.506 1076 0 0 -46.3527 35.4021 -205.851 - 11 104.868 1090 8 0 -61.1534 38.0503 34.0355 - 11 222.497 594 0 1 -61.1112 38.0785 -204.45 - 11 238.966 1090 0 0 -61.1156 38.0783 -205.85 - 11 31.078 595 8 1 -61.0219 37.9535 35.55 - 11 153.848 556 7 1 -68.8124 34.2024 5.54942 - 11 10.4223 557 7 1 -68.65 34.1215 5.17522 - 11 7.80473 1067 7 0 -68.5518 33.4709 4.15 - 11 144.92 1066 7 0 -68.5488 33.45 4.11692 - 11 4.77876 1065 7 0 -68.5312 33.25 3.77564 -Number of digits in this event = 43 +Number of tracker hits in this event = 60 + 11 123.439 1394 8 1 98.9779 -96.8225 35.55 + 11 127.751 416 8 0 98.9769 -96.8235 34.15 + 11 118.385 1394 7 1 98.9624 -96.8427 5.55 + 11 117.623 416 7 0 98.9642 -96.8444 4.15 + 11 212.946 1394 6 1 98.9969 -96.8819 -24.45 + 11 116.851 416 6 0 98.999 -96.8818 -25.85 + 11 312.699 1394 5 1 99.0425 -96.8745 -54.45 + 11 262.422 416 5 0 99.0442 -96.8737 -55.85 + 11 148.057 1394 4 1 99.0792 -96.8557 -84.45 + 11 138.624 416 4 0 99.0788 -96.856 -85.85 + 11 219.1 1394 3 1 99.0761 -96.8576 -114.45 + 11 108.667 416 3 0 99.078 -96.859 -115.85 + 11 331.806 1394 2 1 99.1161 -96.8968 -144.45 + 11 455.716 416 2 0 99.1185 -96.9002 -145.85 + 11 109.817 1395 1 1 99.1635 -96.9647 -174.45 + 11 149.434 415 1 0 99.1687 -96.9674 -175.85 + 11 224.233 1395 0 1 99.2578 -97.0274 -204.45 + 11 115.192 415 0 0 99.2623 -97.0282 -205.85 + 11 38.6683 215 2 0 50.7378 -137.02 -146.25 + 11 98.5932 216 2 0 50.6824 -136.95 -146.127 + 11 374.292 1152 2 1 50.5254 -136.601 -144.849 + 11 211.539 1151 2 1 50.45 -136.604 -144.655 + 11 172.155 217 2 0 50.0957 -136.66 -145.85 + 11 195.688 1395 2 1 99.1707 -96.8392 -144.45 + 11 47.5327 417 2 0 99.3543 -96.5654 -145.85 + 11 109 418 2 0 99.373 -96.55 -145.965 + 11 190.603 1428 1 1 105.781 -93.9762 -174.45 + 11 148.19 1429 1 1 105.95 -93.9584 -174.519 + 11 81.9684 1395 3 1 99.1501 -96.9218 -114.587 + 11 57.8583 414 3 0 99.6464 -97.217 -115.85 + 11 77.0283 415 3 0 99.7273 -97.15 -116.007 + 11 421.955 416 0 0 99.2503 -96.8426 -205.966 + 11 212.287 1394 1 1 99.072 -96.7894 -174.45 + 11 237.97 416 1 0 99.0743 -96.789 -175.85 + 11 137.359 1394 0 1 99.1223 -96.7908 -204.45 + 11 58.3503 1396 0 1 99.35 -97.0462 -204.65 + 11 74.9379 1397 0 1 99.55 -97.1906 -204.748 + 11 2.43092 1398 0 1 99.75 -97.2782 -204.845 + 11 21.5269 410 0 0 101.956 -98.127 -205.85 + 11 247.731 409 0 0 102.025 -98.15 -205.886 + 11 47.6101 408 0 0 102.698 -98.3501 -205.879 + 11 64.9158 1433 0 1 106.792 -101.722 -204.85 + 11 46.1921 1434 0 1 106.95 -101.815 -204.819 + 11 56.848 1435 0 1 107.15 -101.85 -204.793 + 11 43.6931 1436 0 1 107.35 -101.857 -204.748 + 11 53.7585 1437 0 1 107.55 -101.858 -204.723 + 11 67.3241 1438 0 1 107.75 -101.809 -204.717 + 11 99.7067 1439 0 1 107.95 -101.759 -204.701 + 11 88.8515 1440 0 1 108.15 -101.588 -204.622 + 11 360.011 1441 0 1 108.35 -101.422 -204.654 + 11 547.667 1442 0 1 108.55 -101.23 -204.66 + 11 140.595 1443 0 1 108.75 -100.828 -204.533 + 11 42.139 400 0 0 108.471 -99.9553 -205.85 + 11 514.886 401 0 0 108.47 -99.95 -205.866 + 11 73.0391 385 0 0 110.648 -103.043 -205.85 + 11 349.745 1393 1 1 98.9461 -96.8151 -174.45 + 11 108.196 1392 0 1 98.5619 -96.8446 -204.45 + 11 34.7714 1392 1 1 98.75 -96.971 -174.765 + 11 218.972 421 1 0 99.076 -95.8673 -175.85 + 11 58.4396 422 1 0 99.2853 -95.75 -175.927 +Number of digits in this event = 32 Using G4ParticleGun ... -7.61928 LIN +1.63324 LIN e- Event: 12 -Number of tracker hits in this event = 153 - 12 119.41 554 11 1 -69.1784 42.3598 125.55 - 12 124.21 1111 11 0 -69.1782 42.3595 124.15 - 12 106.243 554 10 1 -69.1735 42.3556 95.55 - 12 138.059 1111 10 0 -69.1687 42.3607 94.15 - 12 267.809 554 9 1 -69.0662 42.4963 65.55 - 12 319.133 1112 9 0 -69.0626 42.5018 64.15 - 12 184.021 555 8 1 -68.9682 42.6164 35.55 - 12 168.855 1112 8 0 -68.9586 42.619 34.15 - 12 185.414 556 7 1 -68.7341 42.6604 5.55 - 12 138.143 1113 7 0 -68.7419 42.675 4.15 - 12 149.191 555 6 1 -68.9145 42.8815 -24.45 - 12 91.4892 1114 6 0 -68.9267 42.8952 -25.85 - 12 136.586 554 5 1 -69.1775 43.2269 -54.45 - 12 64.4998 1115 5 0 -69.187 43.2494 -55.85 - 12 85.4015 1116 5 0 -69.1873 43.25 -55.8884 - 12 315.16 553 4 1 -69.3483 43.8107 -84.45 - 12 112.594 1118 4 0 -69.356 43.8347 -85.85 - 12 141.274 552 3 1 -69.5087 44.3238 -114.45 - 12 423.572 1121 3 0 -69.5136 44.3315 -115.85 - 12 106.853 552 2 1 -69.5935 44.3363 -144.45 - 12 123.214 1121 2 0 -69.5932 44.3449 -145.85 - 12 313.148 552 1 1 -69.6477 44.4642 -174.45 - 12 123.366 1122 1 0 -69.6503 44.457 -175.85 - 12 165.783 551 0 1 -69.7721 44.324 -204.45 - 12 349.66 1121 0 0 -69.7626 44.3298 -205.85 - 12 16.9341 551 1 1 -69.65 44.429 -174.668 - 12 108.837 1122 3 0 -69.3801 44.45 -116.089 - 12 165.19 1110 3 0 -48.5704 42.1176 -116.25 - 12 225.422 548 3 1 -70.3395 45.4152 -114.85 - 12 29.5624 547 3 1 -70.45 45.4069 -114.758 - 12 137.376 555 9 1 -69.05 42.4958 65.3697 - 12 19.8474 1119 1 0 -68.8054 43.9034 -175.85 - 12 255.058 554 8 1 -69.1812 42.2874 35.55 - 12 186.631 1111 8 0 -69.1814 42.2847 34.15 - 12 123.17 554 7 1 -69.1909 42.2247 5.55 - 12 232.898 1110 7 0 -69.1921 42.2217 4.15 - 12 144.049 554 6 1 -69.2226 42.1605 -24.45 - 12 131.094 1110 6 0 -69.2243 42.1572 -25.85 - 12 177.948 553 5 1 -69.2594 42.0863 -54.45 - 12 113.557 1110 5 0 -69.2609 42.0831 -55.85 - 12 213.555 1109 4 0 -69.2927 42.0188 -85.85 - 12 131.761 553 3 1 -69.3331 41.9667 -114.45 - 12 89.6258 1109 3 0 -69.3342 41.9655 -115.85 - 12 144.296 553 2 1 -69.3541 41.9416 -144.45 - 12 407.291 1109 2 0 -69.3565 41.9425 -145.85 - 12 206.928 553 1 1 -69.4052 41.9617 -174.45 - 12 104.283 1109 1 0 -69.4083 41.9639 -175.85 - 12 230.102 552 0 1 -69.4694 42.0067 -204.45 - 12 321.87 1109 0 0 -69.4721 42.0082 -205.85 - 12 4.61245 1310 3 0 -131.457 82.05 -116.055 - 12 134.004 238 3 1 -132.376 82.2726 -114.85 - 12 97.2983 237 3 1 -132.55 82.3239 -114.748 - 12 147.007 1316 3 0 -132.759 83.3172 -115.85 - 12 114.003 1315 3 0 -132.831 83.25 -116.113 - 12 69.314 1031 3 0 -129.346 26.4321 -116.25 - 12 108.475 1032 3 0 -129.455 26.45 -116.226 - 12 110.719 132 1 1 -153.605 -3.84434 -174.85 - 12 0.530314 1052 0 0 -154.964 30.45 -206.094 - 12 61.3357 555 7 1 -68.8559 45.0144 5.55 - 12 100.691 1125 7 0 -68.8397 45.1974 4.15 - 12 9.21924 1126 7 0 -68.8327 45.25 3.77706 - 12 129.191 560 6 1 -67.9968 49.142 -24.45 - 12 26.8961 1146 6 0 -67.9051 49.426 -25.8502 - 12 107.646 1147 6 0 -67.8996 49.45 -25.9509 - 12 197.156 573 5 1 -65.2756 57.071 -54.45 - 12 5.59299 572 5 1 -65.4501 57.1097 -54.8373 - 12 120.935 1185 5 0 -65.8951 57.2117 -55.85 - 12 30.6597 1186 5 0 -66.0341 57.2501 -56.152 - 12 190.674 501 4 1 -79.701 62.6931 -84.45 - 12 63.6615 500 4 1 -79.85 62.7183 -84.5988 - 12 21.2115 499 4 1 -80.0502 62.7498 -84.7874 - 12 165.128 1214 4 0 -81.1652 62.8731 -85.85 - 12 60.5911 307 3 1 -118.671 65.4035 -114.45 - 12 71.4908 306 3 1 -118.75 65.3636 -114.678 - 12 78.8825 1225 3 0 -119.095 65.1186 -115.85 - 12 36.693 1224 3 0 -119.184 65.05 -116.18 - 12 139.674 267 2 1 -126.7 59.1601 -144.45 - 12 207.948 1192 2 0 -126.799 58.6247 -145.85 - 12 31.1835 269 1 1 -126.319 46.7593 -174.45 - 12 236.167 268 1 1 -126.35 46.6842 -174.495 - 12 423.166 267 1 1 -126.55 46.1976 -174.681 - 12 89.0959 266 1 1 -126.75 45.6605 -174.79 - 12 9.68504 1106 1 0 -128.597 41.2834 -175.85 - 12 52.5224 1105 1 0 -128.611 41.2499 -175.859 - 12 56.7217 1104 1 0 -128.677 41.05 -175.919 - 12 49.6854 1103 1 0 -128.734 40.8496 -175.991 - 12 83.5366 1102 1 0 -128.814 40.6495 -176.038 - 12 241.482 1101 1 0 -128.921 40.4499 -176.077 - 12 197.83 1100 1 0 -129.012 40.25 -176.134 - 12 41.7456 1099 1 0 -129.08 40.05 -176.184 - 12 70.3732 1098 1 0 -129.159 39.85 -176.214 - 12 18.6317 1097 1 0 -129.242 39.65 -176.238 - 12 15.895 1144 6 0 -67.4591 48.8677 -25.85 - 12 103.157 1143 6 0 -67.4319 48.85 -25.9064 - 12 124.03 621 5 1 -55.7894 41.4513 -54.45 - 12 13.7366 622 5 1 -55.65 41.1182 -54.8078 - 12 26.4387 1099 5 0 -54.9125 39.9272 -55.8501 - 12 84.3685 1098 5 0 -54.8731 39.85 -55.9235 - 12 50.5949 1097 5 0 -54.788 39.65 -56.1272 - 12 29.2988 689 4 1 -42.2331 6.25334 -84.45 - 12 106.329 688 4 1 -42.25 6.28536 -84.5554 - 12 121.36 936 4 0 -42.1904 7.26534 -85.8503 - 12 141.278 937 4 0 -42.0935 7.45 -86.0577 - 12 60.3108 938 4 0 -42.126 7.6503 -86.1996 - 12 8.94579 934 4 0 -42.1837 7.0255 -85.85 - 12 75.3637 546 3 1 -70.7573 54.3007 -114.45 - 12 53.9425 545 3 1 -70.8501 54.3108 -114.67 - 12 131.485 1170 3 0 -71.6769 54.2285 -115.85 - 12 143.381 471 2 1 -85.7944 42.6263 -144.45 - 12 29.004 1108 2 0 -85.5624 41.85 -146.135 - 12 43.0116 470 1 1 -86.0203 26.5828 -174.45 - 12 160.905 469 1 1 -86.05 26.6688 -174.537 - 12 32.7683 1044 1 0 -87.0416 28.9259 -175.85 - 12 122.042 1045 1 0 -87.0929 29.05 -175.892 - 12 56.7407 1046 1 0 -87.1369 29.25 -175.912 - 12 64.7235 1047 1 0 -87.1633 29.45 -175.922 - 12 82.2861 1048 1 0 -87.2111 29.65 -175.905 - 12 55.8689 1049 1 0 -87.2425 29.85 -175.897 - 12 30.2363 1050 1 0 -87.2629 30.05 -175.898 - 12 86.1987 461 1 1 -87.7381 31.0024 -174.85 - 12 88.3521 460 1 1 -87.85 31.1623 -174.653 - 12 69.409 459 1 1 -88.0502 31.2606 -174.469 - 12 135.917 458 1 1 -88.25 31.4176 -174.534 - 12 21.0128 457 1 1 -88.45 31.7748 -174.805 - 12 86.8278 1059 1 0 -89.1879 31.9484 -175.851 - 12 96.5465 1058 1 0 -89.3154 31.8498 -176.068 - 12 339.673 1057 1 0 -89.3951 31.6499 -176.118 - 12 143.877 1056 1 0 -89.2358 31.45 -176.094 - 12 252.722 551 5 1 -69.691 42.3599 -54.45 - 12 256.059 1111 5 0 -69.7435 42.3075 -55.85 - 12 113.088 547 4 1 -70.5665 41.4268 -84.45 - 12 119.442 1107 4 0 -70.4532 41.5009 -85.85 - 12 56.7503 563 3 1 -67.2858 42.6186 -114.45 - 12 59.9565 564 3 1 -67.25 42.6268 -114.624 - 12 126.329 1113 3 0 -66.976 42.6894 -115.85 - 12 110.468 601 2 1 -59.7381 44.2155 -144.45 - 12 223.444 1120 2 0 -59.5662 44.1349 -145.85 - 12 133.882 616 1 1 -56.8415 42.6404 -174.45 - 12 170.214 1113 1 0 -56.3034 42.6546 -175.85 - 12 286.743 678 0 1 -44.4313 42.6976 -204.45 - 12 172.72 1113 0 0 -43.8748 42.7789 -205.85 - 12 100.65 552 5 1 -69.65 42.3604 -54.5335 - 12 110.185 551 4 1 -69.7979 42.6601 -84.45 - 12 117.468 1113 4 0 -69.8128 42.6549 -85.85 - 12 96.9914 549 3 1 -70.0631 42.4642 -114.45 - 12 28.1513 1112 3 0 -70.0523 42.4509 -115.85 - 12 108.69 1111 3 0 -70.0516 42.45 -115.927 - 12 113.786 551 2 1 -69.8467 42.062 -144.45 - 12 137.894 1110 2 0 -69.8104 42.0996 -145.85 - 12 121.164 554 1 1 -69.1825 42.836 -174.45 - 12 112.039 1114 1 0 -69.1321 42.9056 -175.85 - 12 154.735 558 0 1 -68.2717 44.2818 -204.45 - 12 135.933 912 0 0 -87.2114 2.65 -206.219 -Number of digits in this event = 74 +Number of tracker hits in this event = 65 + 12 117.785 307 9 1 -118.633 -37.7196 65.55 + 12 105.636 711 9 0 -118.635 -37.716 64.15 + 12 124.5 307 8 1 -118.666 -37.6328 35.55 + 12 144.451 712 8 0 -118.671 -37.6215 34.15 + 12 118.879 306 7 1 -118.763 -37.4259 5.55 + 12 110.886 713 7 0 -118.761 -37.4177 4.15 + 12 218 307 6 1 -118.726 -37.2957 -24.45 + 12 118.405 713 6 0 -118.731 -37.2788 -25.85 + 12 111.224 306 5 1 -118.849 -36.8945 -54.45 + 12 141.13 715 5 0 -118.856 -36.8867 -55.85 + 12 373.571 305 4 1 -118.998 -36.6813 -84.45 + 12 216.754 716 4 0 -119.018 -36.6751 -85.85 + 12 111.518 303 3 1 -119.453 -36.5822 -114.45 + 12 122.482 717 3 0 -119.453 -36.5856 -115.85 + 12 185.227 303 2 1 -119.439 -36.6514 -144.45 + 12 136.214 716 2 0 -119.434 -36.6565 -145.85 + 12 127.769 303 1 1 -119.385 -36.8333 -174.45 + 12 102.853 716 1 0 -119.377 -36.8326 -175.85 + 12 183.434 304 0 1 -119.204 -36.8324 -204.45 + 12 143.148 716 0 0 -119.147 -36.7033 -205.85 + 12 49.669 305 0 1 -119.15 -36.8542 -204.804 + 12 120.786 714 0 0 -118.665 -37.1467 -205.85 + 12 149.715 708 2 0 -118.676 -38.2528 -145.85 + 12 71.9718 718 4 0 -119.8 -36.4064 -85.8501 + 12 92.0413 717 4 0 -119.939 -36.45 -86.0205 + 12 13.5841 818 4 0 -146.603 -16.2592 -86.25 + 12 122.412 819 4 0 -146.579 -16.25 -86.2096 + 12 203.033 820 4 0 -146.316 -16.0499 -86.0865 + 12 56.6349 821 4 0 -146.225 -15.8495 -86.0239 + 12 109.506 822 4 0 -146.308 -15.6495 -86.0278 + 12 14.4527 823 4 0 -146.46 -15.45 -85.8909 + 12 263.716 166 4 1 -146.878 -14.9037 -84.85 + 12 13.9895 308 6 1 -118.55 -37.2696 -24.8099 + 12 173.116 714 6 0 -117.55 -37.2101 -25.85 + 12 9.4679 715 6 0 -117.3 -37.0499 -26.2172 + 12 108.061 726 6 0 -110.034 -34.7401 -26.25 + 12 197.986 725 6 0 -109.978 -34.8501 -25.9456 + 12 36.4687 362 6 1 -107.705 -33.7094 -24.85 + 12 155.38 735 6 0 -105.959 -32.9914 -25.85 + 12 0.981387 736 6 0 -105.607 -32.8498 -25.8509 + 12 130.918 383 6 1 -103.524 -31.9183 -24.85 + 12 308.83 384 6 1 -103.35 -32.1139 -24.8139 + 12 15.0879 741 6 0 -112.261 -31.7662 -25.85 + 12 413.086 310 4 1 -118.066 -37.7332 -84.45 + 12 265.023 711 4 0 -118.054 -37.7384 -85.85 + 12 123.313 311 3 1 -117.848 -37.7848 -114.45 + 12 309.067 711 3 0 -117.855 -37.778 -115.85 + 12 113.047 310 2 1 -118.04 -37.6901 -144.45 + 12 110.672 711 2 0 -118.04 -37.7145 -145.85 + 12 113.208 310 1 1 -118.094 -38.1848 -174.45 + 12 104.685 709 1 0 -118.092 -38.2217 -175.85 + 12 124.412 310 0 1 -118.078 -38.9214 -204.45 + 12 130.033 705 0 0 -118.099 -39.0092 -205.85 + 12 304.825 433 4 0 -120.701 -93.3712 -86.25 + 12 221.124 309 0 1 -118.184 -38.5487 -204.45 + 12 123.371 707 0 0 -118.207 -38.5392 -205.85 + 12 157.893 706 0 0 -118.384 -38.7213 -205.85 + 12 76.1563 837 5 1 -12.6445 120.871 -54.85 + 12 120.545 310 3 1 -118.033 -37.7072 -114.45 + 12 120.684 309 2 1 -118.245 -38.062 -144.45 + 12 141.429 709 2 0 -118.25 -38.0774 -145.85 + 12 121.832 308 1 1 -118.452 -38.3559 -174.45 + 12 99.2983 708 1 0 -118.451 -38.327 -175.85 + 12 98.7956 308 0 1 -118.434 -37.7371 -204.45 + 12 108.076 711 0 0 -118.421 -37.7122 -205.85 +Number of digits in this event = 38 Using G4ParticleGun ... -6.53266 LIN +8.37288 LIN e- Event: 13 -Number of tracker hits in this event = 63 - 13 123.254 859 11 0 82.6128 -8.05294 124.15 - 13 558.02 1312 10 1 82.6145 -8.04882 95.55 - 13 122.111 860 10 0 82.6145 -8.04844 94.15 - 13 236.692 1312 9 1 82.6149 -8.041 65.55 - 13 205.354 860 9 0 82.6149 -8.04115 64.15 - 13 144.43 1312 8 1 82.6108 -8.04476 35.55 - 13 139.617 860 8 0 82.6107 -8.04578 34.15 - 13 253.806 1312 7 1 82.605 -8.05835 5.55 - 13 388.904 859 7 0 82.6045 -8.05805 4.15 - 13 312.314 1312 6 1 82.5929 -8.05993 -24.45 - 13 252.461 859 6 0 82.5909 -8.05883 -25.85 - 13 268 1312 5 1 82.5593 -8.03633 -54.45 - 13 110.13 860 5 0 82.5759 -8.03487 -55.85 - 13 120.802 1314 4 1 82.9161 -8.00208 -84.45 - 13 137.594 860 4 0 82.9325 -7.99933 -85.85 - 13 100.878 1316 3 1 83.2713 -7.95109 -114.45 - 13 263.557 860 3 0 83.2876 -7.94866 -115.85 - 13 116.805 1317 2 1 83.6204 -7.90704 -144.45 - 13 201.658 860 2 0 83.6363 -7.90849 -145.85 - 13 110.774 1319 1 1 83.9623 -7.942 -174.45 - 13 127.028 860 1 0 83.9795 -7.94506 -175.85 - 13 130.991 1321 0 1 84.3268 -8.01151 -204.45 - 13 626.603 860 0 0 84.3419 -8.01356 -205.85 - 13 120.436 1311 6 1 82.2956 -8.02253 -24.45 - 13 119.423 860 6 0 82.2644 -7.98385 -25.85 - 13 113.447 1308 5 1 81.7417 -7.42583 -54.45 - 13 139.692 862 5 0 81.7195 -7.47511 -55.85 - 13 138.624 1306 4 1 81.3506 -8.62165 -84.45 - 13 3.04669 857 4 0 81.2962 -8.6496 -85.85 - 13 144.705 856 4 0 81.2954 -8.65 -85.8719 - 13 125.921 1300 3 1 80.1801 -9.11773 -114.45 - 13 115.11 854 3 0 80.1674 -9.14966 -115.85 - 13 111.048 1299 2 1 79.9576 -9.21353 -144.45 - 13 211.518 854 2 0 80.0615 -9.23945 -145.85 - 13 57.614 1313 1 1 82.7089 -9.06698 -174.45 - 13 46.7408 1312 1 1 82.6499 -9.04525 -174.7 - 13 124.25 855 1 0 82.3709 -8.97187 -175.85 - 13 44.5558 1284 0 1 76.9334 -8.42671 -204.45 - 13 93.3145 1283 0 1 76.8499 -8.38174 -204.553 - 13 54.3791 1282 0 1 76.65 -8.2729 -204.773 - 13 240.614 861 0 0 75.6396 -7.74197 -205.85 - 13 231.314 862 0 0 75.4516 -7.64987 -206.033 - 13 35.9712 1248 0 0 51.1325 69.7022 -206.25 - 13 66.6936 1249 0 0 51.1256 69.8501 -206.21 - 13 47.9874 1250 0 0 51.0976 70.05 -206.151 - 13 83.79 1251 0 0 51.0464 70.25 -206.092 - 13 88.0908 1252 0 0 50.9862 70.45 -206.029 - 13 107.355 1253 0 0 50.9338 70.65 -205.956 - 13 15.4234 1254 0 0 50.8868 70.85 -205.872 - 13 312.477 1150 0 1 50.2087 73.6022 -204.85 - 13 105.093 855 3 0 80.6966 -8.92934 -115.85 - 13 37.9963 1175 2 1 55.1412 4.31778 -144.45 - 13 87.222 859 5 0 82.6397 -8.05717 -55.85 - 13 117.797 1313 4 1 82.6861 -8.05138 -84.45 - 13 171.35 859 4 0 82.6914 -8.05107 -85.85 - 13 93.7979 1313 3 1 82.809 -8.04349 -114.45 - 13 115.188 1314 2 1 82.9699 -7.91401 -144.45 - 13 100.387 1314 1 1 83.0259 -7.80354 -174.45 - 13 116.22 861 1 0 83.0335 -7.79462 -175.85 - 13 219.383 1315 0 1 83.1951 -7.61678 -204.45 - 13 57.7331 1625 3 1 145.161 48.2878 -114.85 - 13 95.3381 860 7 0 83.1057 -7.95519 4.15 - 13 157.862 1311 10 1 82.45 -8.42354 95.3068 -Number of digits in this event = 34 -Using G4ParticleGun ... -7.48881 LIN +Number of tracker hits in this event = 126 + 13 185.659 824 11 1 -15.1005 20.1218 125.55 + 13 139.525 1000 11 0 -15.1001 20.1212 124.15 + 13 139.728 824 10 1 -15.0899 20.1078 95.55 + 13 214.498 1000 10 0 -15.0894 20.1063 94.15 + 13 136.041 824 9 1 -15.0797 20.0793 65.55 + 13 105.799 1000 9 0 -15.0793 20.079 64.15 + 13 159.398 824 8 1 -15.0712 20.0748 35.55 + 13 198.724 1000 8 0 -15.0709 20.0755 34.15 + 13 466.117 824 7 1 -15.0692 20.0911 5.55 + 13 237.528 1000 7 0 -15.0688 20.0914 4.15 + 13 147.842 824 6 1 -15.0597 20.0962 -24.45 + 13 159.776 1000 6 0 -15.0606 20.0946 -25.85 + 13 160.329 824 5 1 -15.0783 20.0617 -54.45 + 13 130.997 1000 5 0 -15.0777 20.0593 -55.85 + 13 140.041 824 4 1 -15.0644 20.011 -84.45 + 13 101.791 999 4 0 -15.0622 20.0084 -85.85 + 13 133.563 825 3 1 -15.0118 19.957 -114.45 + 13 123.775 999 3 0 -15.0096 19.955 -115.85 + 13 317.293 825 2 1 -14.9646 19.9036 -144.45 + 13 180.146 999 2 0 -14.9617 19.9014 -145.85 + 13 184.459 825 1 1 -14.8962 19.8606 -174.45 + 13 140.46 999 1 0 -14.902 19.8543 -175.85 + 13 248.118 825 0 1 -14.9382 19.7407 -204.45 + 13 118.784 998 0 0 -14.9351 19.7297 -205.85 + 13 5.57989 824 0 1 -15.0639 19.3711 -204.45 + 13 97.3693 992 0 0 -14.8605 18.5472 -205.85 + 13 21.3635 991 0 0 -14.8383 18.4498 -206.163 + 13 108.385 1060 0 0 1.89715 32.1047 -206.25 + 13 94.5909 1061 0 0 2.03881 32.25 -206.166 + 13 85.6122 1062 0 0 2.28253 32.45 -206.029 + 13 11.1501 909 0 1 1.86691 32.8372 -204.85 + 13 308.595 908 0 1 1.85 32.8417 -204.819 + 13 161.483 907 0 1 1.65 33.01 -204.789 + 13 325.081 906 0 1 1.45 33.2444 -204.724 + 13 9.73797 463 9 0 -135.506 -87.4099 63.75 + 13 15.8399 1214 1 1 62.9025 79.351 -174.45 + 13 81.7651 1213 1 1 62.8499 79.3578 -174.492 + 13 107.407 1212 1 1 62.65 79.4384 -174.645 + 13 38.1363 1211 1 1 62.45 79.5262 -174.812 + 13 53.9843 1306 1 0 60.7429 81.3167 -175.85 + 13 114.469 1307 1 0 60.58 81.45 -175.909 + 13 40.4278 1199 1 1 59.8803 82.4002 -174.85 + 13 142.412 1198 1 1 59.85 82.4994 -174.74 + 13 172.164 498 0 0 -15.9889 -80.25 -206.092 + 13 40.8294 826 0 1 -14.7916 19.7527 -204.45 + 13 149.768 827 0 1 -14.65 19.8324 -204.498 + 13 165.827 828 0 1 -14.4483 19.9132 -204.476 + 13 247.695 994 0 0 -14.1592 19.014 -205.85 + 13 179.079 995 0 0 -13.861 19.05 -205.963 + 13 101.115 853 0 1 -9.37363 15.82 -204.85 + 13 9.50269 852 0 1 -9.45045 15.698 -204.835 + 13 61.9952 974 0 0 -10.1431 14.9632 -205.85 + 13 11.3762 850 0 1 -9.94826 12.1102 -204.85 + 13 38.2583 945 0 0 -9.83618 9.18168 -205.85 + 13 13.8295 857 0 1 -8.64765 8.14352 -204.85 + 13 7.95931 943 0 0 -7.77183 8.6687 -205.85 + 13 61.762 863 0 1 -7.40741 9.05928 -204.85 + 13 190.427 511 4 1 -77.65 -87.5699 -84.7799 + 13 215.19 512 4 1 -77.65 -87.6096 -84.7259 + 13 324.784 1000 3 0 -15.0402 20.1126 -115.89 + 13 286.354 1000 2 0 -15.0503 20.1247 -145.85 + 13 111.308 822 1 1 -15.5572 20.0831 -174.45 + 13 113.21 1000 1 0 -15.5624 20.0984 -175.85 + 13 107.212 821 0 1 -15.6793 20.4168 -204.45 + 13 216.227 1001 0 0 -15.6452 20.4411 -205.85 + 13 109.806 842 2 1 -11.5696 16.6951 -144.45 + 13 0.89301 985 2 0 -11.129 17.2486 -145.85 + 13 119.651 986 2 0 -11.1278 17.25 -145.853 + 13 101.034 925 1 1 5.11112 22.7369 -174.45 + 13 133.66 1013 1 0 5.51698 22.8046 -175.85 + 13 122.283 999 7 0 -15.1832 20.0109 4.15 + 13 130.628 808 6 1 -18.2922 19.1874 -24.4504 + 13 128.583 995 6 0 -18.4572 19.1594 -25.85 + 13 149.759 791 5 1 -21.654 19.2084 -54.45 + 13 132.266 996 5 0 -21.9415 19.3141 -55.85 + 13 69.3388 756 4 1 -28.8195 21.6716 -84.45 + 13 282.392 755 4 1 -28.8505 21.6818 -84.5004 + 13 8.88469 754 4 1 -29.05 21.7483 -84.8182 + 13 211.494 1009 4 0 -29.6997 21.9682 -85.8501 + 13 5.27177 1010 4 0 -29.9481 22.05 -86.245 + 13 83.7538 664 3 1 -47.0592 27.7404 -114.45 + 13 28.5863 663 3 1 -47.25 27.8248 -114.758 + 13 174.926 1040 3 0 -47.9293 28.0939 -115.85 + 13 63.6941 576 2 1 -64.6625 35.2003 -144.45 + 13 67.6724 575 2 1 -64.85 35.22 -144.613 + 13 37.6261 574 2 1 -65.05 35.2584 -144.75 + 13 236.123 1077 2 0 -66.417 35.523 -145.85 + 13 124.369 418 1 1 -96.3815 46.4163 -174.45 + 13 97.836 1132 1 0 -96.7915 46.634 -175.85 + 13 88.1047 1133 1 0 -96.8244 46.6501 -175.955 + 13 62.2495 1059 1 0 -96.3326 31.9668 -176.25 + 13 66.5047 1058 1 0 -96.2511 31.8497 -176.072 + 13 42.527 421 1 1 -95.7765 31.0568 -174.85 + 13 100.209 422 1 1 -95.75 30.9859 -174.742 + 13 340.709 442 2 1 -91.6865 19.4745 -144.85 + 13 8.65445 441 2 1 -91.7622 19.0152 -144.45 + 13 133.564 997 2 0 -91.4891 19.4886 -145.85 + 13 464.994 1106 2 0 -49.5935 41.2831 -146.25 + 13 15.2881 1107 2 0 -49.1774 41.45 -146.086 + 13 96.261 1105 2 0 -48.7688 41.25 -145.964 + 13 158.589 807 6 1 -18.5985 19.8074 -24.45 + 13 222.806 997 6 0 -18.6918 19.5342 -25.85 + 13 173.887 797 5 1 -20.6429 13.5722 -54.45 + 13 59.6166 966 5 0 -20.5432 13.2903 -55.85 + 13 86.2692 965 5 0 -20.5317 13.2499 -56.056 + 13 93.2053 805 4 1 -18.8878 8.01213 -84.45 + 13 49.4407 806 4 1 -18.85 7.94861 -84.7276 + 13 70.5525 938 4 0 -18.6834 7.69358 -85.85 + 13 64.7145 937 4 0 -18.654 7.64997 -86.0415 + 13 142.514 826 3 1 -14.8329 2.01665 -114.45 + 13 133.57 907 3 0 -14.4283 1.54704 -115.85 + 13 25.0901 906 3 0 -14.3451 1.45 -116.144 + 13 85.1695 865 2 1 -6.92144 -8.28771 -144.451 + 13 41.5001 866 2 1 -6.85 -8.38986 -144.706 + 13 4.23765 856 2 0 -6.52083 -8.84454 -145.85 + 13 163.239 855 2 0 -6.51691 -8.85 -145.864 + 13 219.004 911 1 1 2.33318 -20.9969 -174.45 + 13 29.017 912 1 1 2.45005 -21.184 -174.772 + 13 22.0871 791 1 0 2.86809 -21.8137 -175.85 + 13 144.786 790 1 0 2.89231 -21.85 -175.911 + 13 12.6214 789 1 0 3.01527 -22.0503 -176.243 + 13 76.7475 966 0 1 13.2919 -39.4441 -204.45 + 13 62.8117 967 0 1 13.45 -39.5262 -204.59 + 13 37.2088 968 0 1 13.6501 -39.5666 -204.764 + 13 412.211 701 0 0 14.7987 -39.7471 -205.85 + 13 151.113 702 0 0 14.9715 -39.65 -206.144 +Number of digits in this event = 62 +Using G4ParticleGun ... +4.85522 LIN e- Event: 14 -Number of tracker hits in this event = 182 - 14 117.878 731 11 1 -33.6851 -45.4143 125.55 - 14 100.176 673 11 0 -33.6855 -45.4134 124.15 - 14 187.008 731 10 1 -33.6906 -45.3894 95.55 - 14 122.799 673 10 0 -33.6906 -45.3874 94.15 - 14 165.096 731 9 1 -33.6851 -45.3456 65.55 - 14 110.723 673 9 0 -33.6844 -45.343 64.15 - 14 317.066 731 8 1 -33.6692 -45.2967 35.55 - 14 248.884 673 8 0 -33.668 -45.2928 34.15 - 14 614.167 732 7 1 -33.6353 -45.1964 5.55 - 14 250.655 674 7 0 -33.65 -45.2025 4.15 - 14 199.086 730 6 1 -33.9267 -45.3633 -24.45 - 14 135.205 673 6 0 -33.9435 -45.3677 -25.85 - 14 137.584 728 5 1 -34.2703 -45.4365 -54.45 - 14 266.233 673 5 0 -34.2818 -45.4391 -55.85 - 14 233.676 728 4 1 -34.4094 -45.4536 -84.45 - 14 142.816 672 4 0 -34.4092 -45.4605 -85.85 - 14 119.754 728 3 1 -34.4031 -45.5634 -114.45 - 14 167.652 672 3 0 -34.3915 -45.5578 -115.85 - 14 117.276 729 2 1 -34.1609 -45.4304 -144.45 - 14 109.655 673 2 0 -34.1597 -45.4113 -145.85 - 14 114.189 729 1 1 -34.1281 -45.0483 -174.45 - 14 237.26 675 1 0 -34.1194 -45.0139 -175.85 - 14 123.85 730 0 1 -34.0055 -44.0269 -204.45 - 14 105.347 681 0 0 -33.846 -43.8309 -205.85 - 14 235.929 672 5 0 -34.2889 -45.45 -56.064 - 14 351.089 671 5 0 -34.5295 -45.65 -56.139 - 14 158.484 670 5 0 -34.4184 -45.85 -56.0769 - 14 250.564 674 6 0 -34.8015 -45.2467 -25.85 - 14 79.7574 675 6 0 -34.9577 -45.05 -26.0482 - 14 57.4238 676 6 0 -35.0363 -44.85 -26.0357 - 14 64.6704 677 6 0 -35.1182 -44.65 -25.9897 - 14 188.523 678 6 0 -35.1916 -44.45 -25.9225 - 14 47.4423 729 6 1 -34.1568 -43.6736 -24.85 - 14 408.455 731 6 1 -33.8499 -43.45 -24.7775 - 14 167.395 723 6 1 -35.289 -44.4512 -24.85 - 14 470.743 732 5 1 -33.6335 -45.049 -54.45 - 14 238.17 674 5 0 -33.6306 -45.0529 -55.8503 - 14 114.209 734 4 1 -33.2279 -45.2626 -84.45 - 14 225.354 673 4 0 -33.2316 -45.3176 -85.8507 - 14 217.571 734 3 1 -33.1093 -46.3721 -114.45 - 14 152.435 668 3 0 -33.0304 -46.4256 -115.85 - 14 103.835 743 2 1 -31.3491 -47.4222 -144.45 - 14 96.8658 662 2 0 -31.2251 -47.6026 -145.85 - 14 79.2716 749 1 1 -30.0786 -51.3318 -174.45 - 14 168.297 750 1 1 -30.05 -51.3739 -174.563 - 14 152.029 640 1 0 -29.6995 -51.8691 -175.85 - 14 114.434 790 0 1 -21.9227 -60.9958 -204.45 - 14 12.7235 791 0 1 -21.85 -61.1071 -204.8 - 14 18.3625 593 0 0 -21.6004 -61.4323 -205.85 - 14 143.416 592 0 0 -21.5872 -61.45 -205.906 - 14 17.7991 661 2 0 -31.2366 -47.65 -146.175 - 14 138.333 675 5 0 -33.6585 -45.0424 -55.85 - 14 217.062 675 4 0 -34.4291 -44.8871 -85.8504 - 14 127.386 720 3 1 -35.9025 -44.7644 -114.45 - 14 83.3919 676 3 0 -35.9503 -44.6695 -115.85 - 14 8.43873 677 3 0 -35.9674 -44.65 -116.215 - 14 169.984 714 2 1 -37.1501 -42.9761 -144.45 - 14 9.41406 713 2 1 -37.2501 -42.9014 -144.827 - 14 95.474 686 2 0 -37.542 -42.7101 -145.85 - 14 116.838 687 2 0 -37.6121 -42.65 -146.118 - 14 106.443 678 1 1 -44.3337 -35.9268 -174.45 - 14 16.4348 677 1 1 -44.45 -35.9663 -174.786 - 14 125.304 719 1 0 -44.7901 -36.0685 -175.85 - 14 126.559 633 0 1 -53.2705 -38.372 -204.45 - 14 93.0612 632 0 1 -53.45 -38.0974 -204.715 - 14 16.2729 715 0 0 -54.3124 -36.9016 -205.85 - 14 85.7473 716 0 0 -54.3504 -36.8497 -205.898 - 14 78.708 717 0 0 -54.5107 -36.6495 -206.07 - 14 37.5357 718 0 0 -54.6743 -36.45 -206.226 - 14 41.0497 568 0 0 -81.751 -66.3728 -206.25 - 14 88.2373 567 0 0 -81.7699 -66.45 -206.225 - 14 218.825 566 0 0 -81.8177 -66.6502 -206.149 - 14 246.029 565 0 0 -81.8655 -66.85 -206.076 - 14 126.905 564 0 0 -81.9075 -67.0506 -205.966 - 14 3.13449 489 0 1 -82.2481 -69.0107 -204.85 - 14 202.566 488 0 1 -82.25 -69.0215 -204.844 - 14 126.806 358 1 0 -150.727 -108.355 -176.25 - 14 97.854 357 1 0 -151.066 -108.55 -176.167 - 14 166.481 356 1 0 -151.415 -108.75 -176.116 - 14 214.234 355 1 0 -151.947 -108.95 -176.037 - 14 5.0534 118 1 1 -156.526 -110.168 -174.85 - 14 53.1456 117 1 1 -156.55 -110.174 -174.843 - 14 57.5137 116 1 1 -156.75 -110.226 -174.803 - 14 58.8969 115 1 1 -156.951 -110.276 -174.799 - 14 544.073 114 1 1 -157.15 -110.331 -174.785 - 14 83.1589 113 1 1 -157.35 -110.379 -174.753 - 14 67.2834 112 1 1 -157.55 -110.426 -174.704 - 14 252.775 111 1 1 -157.75 -110.472 -174.635 - 14 39.2057 110 1 1 -157.95 -110.548 -174.535 - 14 21.0583 333 1 0 -161.969 -113.55 -176.214 - 14 238.413 732 8 1 -33.6496 -45.2659 35.4778 - 14 109.895 68 3 0 -96.123 -166.411 -116.25 - 14 168.666 728 6 1 -34.3818 -44.06 -24.45 - 14 127.636 680 6 0 -34.4608 -43.9354 -25.85 - 14 137.135 721 5 1 -35.6963 -41.5278 -54.45 - 14 23.3264 692 5 0 -35.7703 -41.4523 -55.85 - 14 113.378 693 5 0 -35.7726 -41.45 -55.8936 - 14 368.962 712 4 1 -37.4623 -39.6297 -84.45 - 14 120.066 702 4 0 -37.5099 -39.5342 -85.85 - 14 103.091 707 3 1 -38.6061 -37.6172 -114.45 - 14 107.401 712 3 0 -38.6898 -37.4856 -115.85 - 14 5.80796 713 3 0 -38.7098 -37.45 -116.229 - 14 183.639 699 2 1 -40.2266 -34.9092 -144.45 - 14 54.5642 698 2 1 -40.25 -34.8915 -144.669 - 14 126.817 726 2 0 -40.375 -34.7767 -145.85 - 14 196.032 685 1 1 -42.9396 -32.3508 -174.45 - 14 188.469 738 1 0 -43.1159 -32.2755 -175.851 - 14 126.477 665 0 1 -46.9299 -31.1283 -204.45 - 14 119.767 744 0 0 -47.1272 -31.1034 -205.85 - 14 37.0522 693 0 1 -41.3233 -29.8349 -204.45 - 14 41.9663 755 0 0 -41.2778 -28.937 -205.851 - 14 218.441 756 0 0 -41.2501 -28.85 -205.981 - 14 186.222 904 0 0 -26.2387 1.04113 -206.249 - 14 25.3226 905 0 0 -26.1899 1.0501 -206.078 - 14 88.0121 769 0 1 -26.1651 1.33376 -204.85 - 14 102.126 770 0 1 -26.0498 1.36314 -204.755 - 14 97.3772 771 0 1 -25.85 1.44775 -204.654 - 14 305.614 772 0 1 -25.65 1.48293 -204.601 - 14 253.711 713 4 1 -37.4499 -39.6573 -84.4544 - 14 104.391 675 7 0 -33.5129 -45.0117 4.14963 - 14 30.7343 738 6 1 -32.446 -39.6456 -24.45 - 14 122.657 737 6 1 -32.45 -39.6265 -24.5501 - 14 240.805 703 6 0 -32.4956 -39.3869 -25.85 - 14 143.981 733 5 1 -33.3602 -35.1427 -54.4503 - 14 110.12 726 5 0 -33.3985 -34.7739 -55.85 - 14 121.329 733 4 1 -33.3674 -28.0443 -84.45 - 14 173.099 762 4 0 -33.5415 -27.5964 -85.8502 - 14 133.803 710 3 1 -37.8822 -19.0263 -114.45 - 14 122.084 808 3 0 -38.0697 -18.4084 -115.85 - 14 21.453 809 3 0 -38.1129 -18.25 -116.185 - 14 208.098 691 2 1 -41.655 -4.55229 -144.45 - 14 37.6125 879 2 0 -41.9442 -4.09553 -145.85 - 14 82.3572 880 2 0 -41.9698 -4.05 -145.98 - 14 65.0601 661 1 1 -47.7348 7.54048 -174.45 - 14 235.886 662 1 1 -47.65 7.73011 -174.519 - 14 161.046 663 1 1 -47.45 8.19177 -174.695 - 14 43.9344 959 1 0 -45.8142 11.9232 -175.85 - 14 70.5837 960 1 0 -45.7571 12.0506 -175.891 - 14 86.65 961 1 0 -45.6608 12.25 -175.958 - 14 58.31 962 1 0 -45.5646 12.45 -176.021 - 14 63.2774 963 1 0 -45.4688 12.65 -176.086 - 14 58.3051 964 1 0 -45.3597 12.8502 -176.168 - 14 4.61076 965 1 0 -45.2512 13.05 -176.245 - 14 57.2878 1703 1 0 15.4232 160.755 -176.25 - 14 54.1916 1704 1 0 15.4688 160.95 -176.179 - 14 69.2264 1705 1 0 15.5198 161.15 -176.09 - 14 51.2875 1706 1 0 15.586 161.35 -176.002 - 14 40.8277 1707 1 0 15.6601 161.55 -175.916 - 14 126.833 982 1 1 16.5371 163.893 -174.85 - 14 479.499 983 1 1 16.65 164.224 -174.702 - 14 599.719 984 1 1 16.9899 165.669 -174.45 - 14 4.48834 1752 1 0 17.232 170.735 -175.85 - 14 48.2385 1753 1 0 17.2332 170.75 -175.854 - 14 73.363 1754 1 0 17.252 170.95 -175.913 - 14 55.1537 1755 1 0 17.2731 171.15 -175.975 - 14 49.714 1756 1 0 17.2895 171.35 -176.045 - 14 86.3458 1757 1 0 17.3094 171.55 -176.118 - 14 39.1433 1758 1 0 17.3284 171.75 -176.198 - 14 89.2697 735 2 1 -33.0081 66.6511 -144.85 - 14 274.542 673 7 0 -33.6404 -45.2691 4.15 - 14 269.628 732 6 1 -33.6043 -45.4797 -24.45 - 14 118.564 672 6 0 -33.5592 -45.4828 -25.85 - 14 217.64 737 5 1 -32.6421 -45.6987 -54.45 - 14 140.745 738 4 1 -32.2757 -45.2685 -84.45 - 14 127.662 741 3 1 -31.8201 -45.9417 -114.45 - 14 112.289 670 3 0 -31.7984 -45.9662 -115.85 - 14 132.102 742 2 1 -31.5283 -46.5605 -144.45 - 14 120.922 667 2 0 -31.4601 -46.6027 -145.85 - 14 138.854 663 1 0 -29.9912 -47.3463 -175.85 - 14 101.005 756 0 1 -28.7967 -48.4165 -204.45 - 14 137.857 657 0 0 -28.7307 -48.4819 -205.85 - 14 40.5967 606 5 0 -14.1153 -58.8163 -56.25 - 14 395.615 605 5 0 -14.0725 -58.85 -56.2124 - 14 133.217 732 4 1 -33.5992 -45.133 -84.45 - 14 147.817 674 4 0 -33.6007 -45.1318 -85.85 - 14 144.931 732 3 1 -33.6307 -45.1091 -114.45 - 14 110.232 674 3 0 -33.6347 -45.1072 -115.85 - 14 143.983 731 2 1 -33.7292 -45.0624 -144.45 - 14 113.366 674 2 0 -33.7322 -45.0615 -145.85 - 14 103.663 731 1 1 -33.7806 -45.0228 -174.45 - 14 115.71 731 0 1 -33.7466 -45.0272 -204.45 - 14 147.72 675 0 0 -33.7363 -45.0312 -205.85 -Number of digits in this event = 92 -Using G4ParticleGun ... -6.26154 LIN +Number of tracker hits in this event = 48 + 14 119.578 466 10 1 -86.7853 -66.8958 95.55 + 14 196.813 565 10 0 -86.7858 -66.8952 94.15 + 14 129.646 466 9 1 -86.8043 -66.8876 65.55 + 14 200.289 565 9 0 -86.8047 -66.8871 64.15 + 14 111.526 466 8 1 -86.8159 -66.8739 35.55 + 14 105.632 565 8 0 -86.8171 -66.8733 34.15 + 14 152.629 466 7 1 -86.8476 -66.8566 5.55 + 14 123.214 565 7 0 -86.8499 -66.8572 4.15 + 14 131.484 465 6 1 -86.8946 -66.871 -24.45 + 14 119.976 565 6 0 -86.8969 -66.8724 -25.85 + 14 369.246 465 5 1 -86.9453 -66.9037 -54.45 + 14 212.707 565 5 0 -86.9471 -66.9037 -55.85 + 14 113.222 465 4 1 -86.9777 -66.9066 -84.45 + 14 140.299 565 4 0 -86.9802 -66.9067 -85.85 + 14 117.136 465 3 1 -87.025 -66.9139 -114.45 + 14 130.967 565 3 0 -87.0281 -66.914 -115.85 + 14 105.196 464 2 1 -87.098 -66.9081 -144.45 + 14 123.74 565 2 0 -87.1009 -66.9073 -145.85 + 14 102.792 464 1 1 -87.157 -66.8897 -174.45 + 14 121.587 565 1 0 -87.16 -66.8894 -175.85 + 14 110.344 464 0 1 -87.2214 -66.8818 -204.45 + 14 147.434 565 0 0 -87.2225 -66.8812 -205.85 + 14 164.046 566 5 0 -86.9382 -66.8491 -55.85 + 14 104.197 463 4 1 -87.3627 -66.4393 -84.45 + 14 114.087 568 4 0 -87.3465 -66.3978 -85.85 + 14 150.735 463 3 1 -87.4001 -65.7517 -114.451 + 14 132.504 571 3 0 -87.3355 -65.7759 -115.85 + 14 143.548 471 2 1 -85.7963 -65.9361 -144.451 + 14 134.266 570 2 0 -85.734 -66.0216 -145.85 + 14 124.308 480 1 1 -83.9008 -68.0363 -174.45 + 14 141.514 560 1 0 -83.8082 -68.0451 -175.85 + 14 191.71 492 0 1 -81.4727 -68.2082 -204.45 + 14 123.912 560 0 0 -81.5459 -67.996 -205.85 + 14 46.6365 466 5 1 -86.85 -66.8672 -54.6773 + 14 97.197 508 4 1 -78.3572 -70.0482 -84.45 + 14 6.74579 507 4 1 -78.45 -70.0473 -84.8144 + 14 237.836 549 4 0 -78.6249 -70.0794 -85.8505 + 14 147.646 477 3 1 -84.5699 -73.8988 -114.45 + 14 66.3844 527 3 0 -84.473 -74.5349 -115.85 + 14 74.4739 526 3 0 -84.4819 -74.65 -116.086 + 14 124.894 328 3 0 -94.2455 -114.41 -116.25 + 14 2.1174 430 3 1 -93.9511 -114.513 -114.85 + 14 140.54 431 3 1 -93.95 -114.513 -114.846 + 14 335.091 432 3 1 -93.75 -114.491 -114.483 + 14 32.2752 433 3 1 -93.55 -115.663 -114.787 + 14 94.3922 313 3 0 -92.2273 -117.36 -115.85 + 14 59.7985 312 3 0 -92.1271 -117.55 -116.069 + 14 37.6635 550 4 0 -78.6777 -70.05 -85.9409 +Number of digits in this event = 30 +Using G4ParticleGun ... +8.25467 LIN e- Event: 15 -Number of tracker hits in this event = 80 - 15 133.069 480 11 0 -3.8922 -83.9091 124.15 - 15 110.317 880 10 1 -3.89429 -83.9107 95.55 - 15 140.289 480 10 0 -3.89406 -83.9112 94.15 - 15 267.268 880 9 1 -3.88829 -83.922 65.55 - 15 105.856 480 9 0 -3.88742 -83.9235 64.15 - 15 235.779 880 8 1 -3.86367 -83.9565 35.55 - 15 104.892 480 8 0 -3.86413 -83.9584 34.15 - 15 98.1356 880 7 1 -3.87111 -83.9978 5.55 - 15 113.752 480 7 0 -3.87082 -84.0003 4.15 - 15 135.147 880 6 1 -3.86446 -84.0485 -24.45 - 15 171.38 479 6 0 -3.86319 -84.0513 -25.85 - 15 116.713 881 5 1 -3.83032 -84.1099 -54.45 - 15 129.058 479 5 0 -3.82821 -84.1113 -55.85 - 15 123.476 881 4 1 -3.78349 -84.1461 -84.45 - 15 97.8336 479 4 0 -3.78317 -84.149 -85.85 - 15 463.28 881 3 1 -3.77528 -84.2084 -114.45 - 15 419.51 479 3 0 -3.77613 -84.2123 -115.85 - 15 341.678 881 2 1 -3.79422 -84.2898 -144.45 - 15 110.741 478 2 0 -3.79627 -84.2949 -145.85 - 15 428.195 881 1 1 -3.83429 -84.395 -174.45 - 15 425.771 478 1 0 -3.83664 -84.3998 -175.85 - 15 336.84 880 0 1 -3.88396 -84.4943 -204.45 - 15 107.707 477 0 0 -3.88667 -84.499 -205.85 - 15 6.62453 280 8 1 -123.96 175.323 35.55 - 15 126.518 281 8 1 -123.95 175.311 35.5244 - 15 65.2703 282 8 1 -123.75 175.094 35.2325 - 15 116.576 283 8 1 -123.55 174.924 35.2011 - 15 0.751615 1763 8 0 -123.764 172.753 34.15 - 15 88.7875 1762 8 0 -123.765 172.75 34.1484 - 15 99.0506 1761 8 0 -123.83 172.55 34.0036 - 15 82.3565 1760 8 0 -124.003 172.35 33.8545 - 15 53.9241 882 2 1 -3.65 -84.3468 -144.59 - 15 114.619 478 0 0 -3.95772 -84.3778 -205.85 - 15 14.3787 479 0 0 -3.82795 -84.064 -205.85 - 15 103.65 480 0 0 -3.82276 -84.05 -205.917 - 15 112.22 883 0 1 -3.27967 -84.9834 -204.45 - 15 119.914 475 0 0 -3.23737 -85.0072 -205.85 - 15 39.7131 880 3 1 -3.85 -84.1408 -114.788 - 15 117.209 832 2 1 -13.5677 -75.0151 -144.451 - 15 30.9618 833 2 1 -13.45 -74.8056 -144.748 - 15 188.202 528 2 0 -12.7692 -74.4239 -145.85 - 15 37.5168 521 2 0 -3.25492 -75.8249 -146.25 - 15 331.241 520 2 0 -3.31249 -75.85 -146.176 - 15 215.728 519 2 0 -3.44426 -76.05 -146.175 - 15 147.878 874 2 1 -5.13948 -75.9117 -144.85 - 15 60.4088 478 3 0 -3.71933 -84.25 -116.016 - 15 70.2405 870 2 1 -5.89289 -84.916 -144.45 - 15 113.328 869 2 1 -6.05 -85.1162 -144.567 - 15 105.624 868 2 1 -6.25 -85.4216 -144.719 - 15 36.9721 460 2 0 -7.60154 -87.9406 -145.85 - 15 66.3236 459 2 0 -7.65837 -88.05 -145.9 - 15 96.347 458 2 0 -7.74794 -88.2501 -145.981 - 15 62.784 457 2 0 -7.84941 -88.45 -146.068 - 15 21.036 456 2 0 -7.95845 -88.65 -146.208 - 15 47.852 168 2 0 -0.701707 -146.446 -146.25 - 15 103.012 167 2 0 -0.600316 -146.55 -146.142 - 15 149.696 166 2 0 -0.342624 -146.75 -145.969 - 15 71.663 906 2 1 1.26713 -147.751 -144.85 - 15 57.7273 907 2 1 1.45 -147.881 -144.641 - 15 131.21 50 3 0 -31.0842 -169.977 -116.25 - 15 33.6413 49 3 0 -31.342 -170.15 -115.971 - 15 41.5502 740 3 1 -31.9947 -170.737 -114.85 - 15 105.207 739 3 1 -32.05 -170.812 -114.708 - 15 47.0544 738 3 1 -32.2502 -170.949 -114.469 - 15 109.414 737 3 1 -32.45 -170.919 -114.557 - 15 53.8241 736 3 1 -32.65 -170.914 -114.6 - 15 56.1277 735 3 1 -32.85 -170.908 -114.664 - 15 77.8361 734 3 1 -33.0504 -170.974 -114.772 - 15 150 39 3 0 -33.9139 -172.158 -115.85 - 15 239.973 38 3 0 -34.1814 -172.35 -116.003 - 15 551.38 37 3 0 -34.4292 -172.55 -116.115 - 15 303.289 36 3 0 -34.5479 -172.75 -116.207 - 15 408.674 35 3 0 -35.1618 -172.95 -116.175 - 15 92.325 34 3 0 -35.7088 -173.15 -116.207 - 15 24.5161 611 7 0 -4.68265 -57.6939 3.75 - 15 155.99 612 7 0 -4.69057 -57.65 3.80815 - 15 187.921 876 7 1 -4.79409 -57.9154 5.15 - 15 105.715 877 7 1 -4.65 -58.2259 5.28999 - 15 129.263 878 7 1 -4.44988 -58.24 5.40701 - 15 183.775 881 9 1 -3.83989 -83.8954 65.55 -Number of digits in this event = 32 +Number of tracker hits in this event = 49 + 15 118.287 1546 9 1 129.421 20.924 65.55 + 15 291.223 1004 9 0 129.42 20.9241 64.15 + 15 114.634 1546 8 1 129.404 20.9287 35.55 + 15 102.128 1004 8 0 129.402 20.9294 34.15 + 15 97.9907 1546 7 1 129.367 20.9408 5.55 + 15 109.244 1004 7 0 129.364 20.9413 4.15 + 15 271.498 1545 6 1 129.307 20.9528 -24.45 + 15 147.334 1004 6 0 129.305 20.9541 -25.85 + 15 120.258 1545 5 1 129.256 20.9741 -54.45 + 15 119.229 1004 5 0 129.254 20.9762 -55.85 + 15 123.915 1545 4 1 129.222 21.0207 -84.45 + 15 111.152 1004 4 0 129.221 21.0239 -85.85 + 15 375.1 1545 3 1 129.195 21.0894 -114.45 + 15 267.091 1005 3 0 129.194 21.0944 -115.85 + 15 108.887 1545 2 1 129.164 21.1967 -144.45 + 15 117.743 1005 2 0 129.161 21.2017 -145.85 + 15 122.406 1544 1 1 129.096 21.3085 -174.45 + 15 101.691 1006 1 0 129.093 21.3137 -175.85 + 15 122.601 1544 0 1 129.019 21.4218 -204.45 + 15 117.242 1006 0 0 129.015 21.4277 -205.85 + 15 14.0802 1546 3 1 129.35 20.8165 -114.798 + 15 5.16871 1000 3 0 129.85 20.0604 -115.85 + 15 99.2791 999 3 0 129.858 20.05 -115.865 + 15 53.8077 998 3 0 129.983 19.8499 -116.118 + 15 198.058 1549 2 1 129.966 21.988 -144.45 + 15 94.2161 1007 2 0 129.972 21.5391 -145.85 + 15 81.4685 1006 2 0 129.976 21.4497 -146.135 + 15 326.535 1545 1 1 129.251 13.4098 -174.45 + 15 119.833 967 1 0 129.174 13.4751 -175.85 + 15 4.41574 1537 0 1 127.745 13.4348 -204.45 + 15 113.695 1538 0 1 127.75 13.4364 -204.474 + 15 121.541 967 0 0 128.084 13.5763 -205.85 + 15 208.165 1546 1 1 129.35 13.3699 -174.772 + 15 13.9462 966 1 0 129.711 13.2689 -175.85 + 15 155.589 965 1 0 129.729 13.25 -175.919 + 15 142.154 1547 1 1 129.55 12.6249 -174.85 + 15 243.719 961 1 0 129.502 12.315 -175.85 + 15 42.5296 960 1 0 129.007 12.2497 -176.192 + 15 184.274 629 1 0 77.7327 -54.189 -176.25 + 15 250.993 628 1 0 77.6759 -54.25 -176.211 + 15 224.849 1001 6 0 128.991 20.3828 -25.85 + 15 221.667 1000 6 0 129.158 20.25 -26.0598 + 15 73.3933 999 6 0 129.216 20.05 -25.9946 + 15 275.856 1539 6 1 128.096 19.7865 -24.85 + 15 138.392 1540 6 1 128.15 19.5371 -24.6233 + 15 219.041 1002 6 0 128.815 20.45 -26.0028 + 15 47.2994 1003 6 0 128.725 20.65 -25.9169 + 15 119.984 1543 6 1 128.854 22.3185 -24.85 + 15 189.943 1542 6 1 128.75 22.403 -24.6699 +Number of digits in this event = 26 Using G4ParticleGun ... -7.72391 LIN +9.53109 LIN e- Event: 16 -Number of tracker hits in this event = 110 - 16 410.302 1176 10 1 55.3591 -92.8182 95.55 - 16 327.675 436 10 0 55.3598 -92.8195 94.15 - 16 128.038 1176 9 1 55.3698 -92.8434 65.55 - 16 117.404 436 9 0 55.3706 -92.8448 64.15 - 16 123.865 1176 8 1 55.3892 -92.876 35.55 - 16 323.684 436 8 0 55.3903 -92.8768 34.15 - 16 109.133 1176 7 1 55.4151 -92.8895 5.55 - 16 119.744 436 7 0 55.4166 -92.8904 4.15 - 16 53.4126 1176 6 1 55.4498 -92.9079 -24.45 - 16 70.9788 1177 6 1 55.45 -92.9083 -24.661 - 16 103.91 436 6 0 55.4512 -92.91 -25.85 - 16 114.334 1177 5 1 55.4783 -92.9526 -54.45 - 16 133.342 435 5 0 55.4795 -92.9549 -55.85 - 16 417.245 1177 4 1 55.5005 -93.005 -84.45 - 16 403.62 435 4 0 55.5008 -93.0056 -85.85 - 16 159.238 1177 3 1 55.5103 -93.0162 -114.45 - 16 410.127 435 3 0 55.5082 -93.0204 -115.85 - 16 102.807 1177 2 1 55.4647 -93.1044 -144.45 - 16 96.3068 435 2 0 55.4622 -93.1084 -145.85 - 16 393.953 1176 1 1 55.4059 -93.1959 -174.45 - 16 330.579 434 1 0 55.4028 -93.1979 -175.85 - 16 120.663 1176 0 1 55.3417 -93.2404 -204.45 - 16 148.08 434 0 0 55.3376 -93.2421 -205.85 - 16 157.257 1166 5 0 113.274 53.2784 -56.25 - 16 94.1722 410 5 0 -32.4867 -98.015 -56.25 - 16 4.41599 734 5 1 -33.2411 -97.4357 -54.85 - 16 116.455 733 5 1 -33.25 -97.4265 -54.8358 - 16 71.0837 737 5 1 -32.589 -97.8309 -54.85 - 16 261.292 736 5 1 -32.65 -97.8071 -54.6897 - 16 9.02835 139 2 0 35.875 -152.249 -146.25 - 16 128.903 138 2 0 35.8356 -152.35 -146.128 - 16 20.8689 433 1 0 55.5157 -93.35 -176.206 - 16 210.01 1188 0 1 57.7396 -95.6017 -204.45 - 16 151.185 420 0 0 57.5512 -96.1009 -205.85 - 16 145.944 419 0 0 57.5348 -96.15 -205.983 - 16 5.33133 1177 1 1 55.4501 -93.1985 -174.826 - 16 247.121 1181 0 1 56.3692 -94.1207 -204.45 - 16 184.384 430 0 0 56.3358 -93.9938 -205.85 - 16 9.82366 431 0 0 56.3709 -93.95 -206.209 - 16 178.282 1182 0 1 56.45 -93.9956 -204.508 - 16 406.111 1180 0 1 56.25 -93.9542 -204.481 - 16 49.7931 1179 0 1 56.05 -93.8772 -204.523 - 16 186.553 435 0 0 56.1178 -93.15 -205.858 - 16 41.8962 652 0 1 -49.45 -52.7203 -204.67 - 16 67.7374 762 0 1 -27.65 -48.6302 -204.695 - 16 260.486 651 0 1 -49.65 -52.6905 -204.619 - 16 24.4188 650 0 1 -49.8501 -52.7655 -204.68 - 16 25.0451 691 6 0 -142.776 -41.65 -25.9628 - 16 154.472 530 9 0 -158.678 -73.9696 63.7501 - 16 40.1883 158 9 0 -79.8941 -148.459 63.75 - 16 189.619 1175 3 1 55.0874 -93.1679 -114.45 - 16 129.291 1165 2 1 53.2315 -92.0294 -144.45 - 16 116.153 440 2 0 53.1108 -92.0101 -145.85 - 16 127.214 1152 1 1 50.6195 -91.5077 -174.45 - 16 112.141 443 1 0 50.5371 -91.4691 -175.85 - 16 93.3424 1142 0 1 48.4988 -90.6542 -204.45 - 16 155 447 0 0 48.3651 -90.5775 -205.85 - 16 416.902 1174 3 1 55.05 -93.1567 -114.586 - 16 5.09738 1165 3 1 53.0594 -96.2305 -114.45 - 16 109.758 1164 3 1 53.05 -96.2384 -114.476 - 16 119.283 417 3 0 52.5632 -96.6344 -115.85 - 16 135.86 1130 2 1 46.2181 -101.588 -144.45 - 16 100.055 392 2 0 45.9706 -101.659 -145.85 - 16 51.044 1104 1 1 41.0032 -106.536 -174.45 - 16 54.2478 1105 1 1 41.05 -106.539 -174.661 - 16 114.931 367 1 0 41.254 -106.557 -175.85 - 16 9.43062 1171 9 1 54.4472 -92.5817 65.5499 - 16 133.816 1172 9 1 54.45 -92.5828 65.5076 - 16 130.045 437 9 0 54.5368 -92.6153 64.1497 - 16 119.03 1183 8 1 56.7931 -92.8339 35.55 - 16 52.5804 1147 7 1 49.5076 -91.0813 5.54992 - 16 74.1017 1146 7 1 49.45 -91.0698 5.40932 - 16 113.628 445 7 0 48.944 -90.9756 4.14985 - 16 19.5289 446 7 0 48.8095 -90.95 3.82768 - 16 142.818 1086 6 1 37.3665 -87.8911 -24.45 - 16 18.7359 1085 6 1 37.2497 -87.8319 -24.7656 - 16 120.981 462 6 0 36.836 -87.6219 -25.85 - 16 117.26 1033 5 1 26.8076 -81.3069 -54.45 - 16 118.468 495 5 0 26.3296 -80.9325 -55.85 - 16 24.2036 496 5 0 26.2225 -80.85 -56.1571 - 16 0.0117855 981 4 1 16.25 -73.5534 -84.45 - 16 138.49 980 4 1 16.25 -73.5533 -84.4503 - 16 11.3542 534 4 0 16.0442 -73.065 -85.85 - 16 157.452 535 4 0 16.038 -73.05 -85.8916 - 16 97.8937 959 3 1 11.8788 -62.5013 -114.45 - 16 10.9535 958 3 1 11.85 -62.3682 -114.826 - 16 94.0778 590 3 0 11.7745 -61.9887 -115.85 - 16 16.7074 591 3 0 11.7463 -61.85 -116.215 - 16 136.51 946 2 1 9.4224 -50.6361 -144.45 - 16 134.379 651 2 0 9.29956 -49.8288 -145.85 - 16 29.263 652 2 0 9.27494 -49.65 -146.141 - 16 122.66 932 1 1 6.60502 -32.2602 -174.45 - 16 57.3182 741 1 0 6.27978 -31.7245 -175.85 - 16 74.5654 742 1 0 6.23045 -31.65 -176.043 - 16 6.20135 892 0 1 -1.64291 -20.6347 -204.451 - 16 95.292 891 0 1 -1.65 -20.6215 -204.482 - 16 132.677 799 0 0 -1.96285 -20.1702 -205.85 - 16 3.37006 800 0 0 -2.05566 -20.05 -206.233 - 16 17.1688 662 9 0 61.0797 -47.5085 63.75 - 16 84.6663 663 9 0 61.1029 -47.45 63.7772 - 16 171.744 664 9 0 61.2079 -47.2498 63.8655 - 16 40.5244 1210 9 1 62.1752 -47.2807 65.15 - 16 359.317 1211 9 1 62.25 -47.3122 65.234 - 16 118.522 1212 9 1 62.45 -47.6128 65.2978 - 16 86.6809 1270 0 1 74.0639 -94.4617 -204.45 - 16 149.418 1269 0 1 74.05 -94.5727 -204.529 - 16 8.01654 421 0 0 74.1965 -95.9257 -205.85 - 16 7.86116 1175 10 1 55.25 -92.7877 95.1587 - 16 225.289 439 10 0 52.2454 -92.2415 94.15 - 16 297.215 440 10 0 51.5223 -92.15 93.9388 -Number of digits in this event = 51 -Using G4ParticleGun ... -2.04962 LIN +Number of tracker hits in this event = 48 + 16 124.774 1256 9 0 115.084 71.3902 64.15 + 16 147.07 1474 8 1 115.086 71.3918 35.55 + 16 109.758 1256 8 0 115.086 71.3922 34.15 + 16 118.873 1474 7 1 115.088 71.3944 5.55 + 16 177.238 1256 7 0 115.087 71.3945 4.15 + 16 116.407 1474 6 1 115.08 71.3979 -24.45 + 16 405.074 1256 6 0 115.08 71.3989 -25.85 + 16 98.7758 1474 5 1 115.078 71.4247 -54.45 + 16 327.962 1256 5 0 115.077 71.4268 -55.85 + 16 390.515 1474 4 1 115.067 71.4745 -84.45 + 16 424.281 1257 4 0 115.068 71.4771 -85.85 + 16 114.618 1474 3 1 115.078 71.5307 -114.45 + 16 123.653 1257 3 0 115.079 71.5322 -115.85 + 16 192.096 1474 2 1 115.102 71.561 -144.45 + 16 94.7126 1257 2 0 115.103 71.5624 -145.85 + 16 114.257 1474 1 1 115.117 71.5947 -174.45 + 16 225.912 1257 1 0 115.117 71.5968 -175.85 + 16 357.365 1474 0 1 115.129 71.6414 -204.45 + 16 262.357 1257 0 0 115.129 71.6429 -205.85 + 16 118.673 1113 0 0 108.706 42.7622 -206.25 + 16 98.828 1258 0 0 115.158 71.6738 -205.85 + 16 59.483 411 8 0 -117.533 -97.95 33.8617 + 16 119.202 1256 4 0 115.041 71.3815 -85.85 + 16 108.25 1479 3 1 116.106 76.7132 -114.45 + 16 50.9076 1287 3 0 116.236 77.5244 -115.85 + 16 136.573 1288 3 0 116.267 77.65 -116.019 + 16 10.6674 1289 3 0 116.323 77.8501 -116.212 + 16 10.3188 1520 2 1 124.199 112.109 -144.45 + 16 120.374 1519 2 1 124.15 112.099 -144.489 + 16 71.1733 1518 2 1 123.95 112.084 -144.653 + 16 9.79883 1517 2 1 123.749 112.096 -144.83 + 16 227.09 1460 2 0 122.611 112.179 -145.85 + 16 161.128 1302 1 1 80.5884 116.44 -174.451 + 16 114.679 1301 1 1 80.45 116.68 -174.646 + 16 32.382 1492 1 0 79.1618 118.692 -175.85 + 16 99.6003 1493 1 0 79.1259 118.75 -175.875 + 16 78.0647 1494 1 0 78.9883 118.95 -175.983 + 16 76.1291 1495 1 0 78.8355 119.15 -176.118 + 16 10.3866 1419 0 0 110.583 104.084 -205.85 + 16 220.492 1420 0 0 110.58 104.15 -206.024 + 16 130.158 1477 3 1 115.746 71.4101 -114.45 + 16 100.151 1256 3 0 115.734 71.4283 -115.85 + 16 346.337 1476 2 1 115.502 71.7698 -144.45 + 16 110.586 1258 2 0 115.521 71.7985 -145.85 + 16 148.273 1481 1 1 116.423 72.624 -174.45 + 16 187.953 1263 1 0 116.543 72.7905 -175.85 + 16 102.116 1494 0 1 119.108 76.4399 -204.45 + 16 141.643 1282 0 0 119.061 76.4613 -205.85 +Number of digits in this event = 24 +Using G4ParticleGun ... +6.32756 LIN e- Event: 17 -Number of tracker hits in this event = 17 - 17 105.113 1633 7 1 146.819 18.197 5.55 - 17 122.312 990 7 0 146.818 18.1951 4.15 - 17 128.627 1633 6 1 146.801 18.1481 -24.45 - 17 111.692 990 6 0 146.799 18.143 -25.85 - 17 103.661 1633 5 1 146.751 18.0401 -54.45 - 17 120.793 989 5 0 146.752 18.0368 -55.85 - 17 174.752 1632 4 1 146.747 17.9697 -84.45 - 17 118.523 989 4 0 146.748 17.9649 -85.85 - 17 147.532 1632 3 1 146.744 17.8631 -114.45 - 17 152.318 989 3 0 146.744 17.8578 -115.85 - 17 139.599 1632 2 1 146.734 17.7312 -144.45 - 17 124.421 988 2 0 146.736 17.7184 -145.85 - 17 125.941 1633 1 1 146.764 17.5032 -174.45 - 17 265.855 987 1 0 146.761 17.4904 -175.85 - 17 138.395 1632 0 1 146.69 17.1806 -204.45 - 17 122.623 985 0 0 146.692 17.1558 -205.85 - 17 289.971 1633 2 1 146.75 17.7107 -144.578 -Number of digits in this event = 16 +Number of tracker hits in this event = 66 + 17 127.735 504 8 1 -79.0757 -113.641 35.55 + 17 156.818 332 8 0 -79.0756 -113.639 34.15 + 17 178.955 504 7 1 -79.069 -113.617 5.55 + 17 140.667 332 7 0 -79.0652 -113.618 4.15 + 17 175.091 505 6 1 -79.0044 -113.647 -24.45 + 17 110.27 332 6 0 -78.9739 -113.664 -25.85 + 17 95.9901 507 5 1 -78.4652 -113.928 -54.45 + 17 124.425 331 5 0 -78.4112 -113.933 -55.85 + 17 123.5 517 4 1 -76.5581 -114.135 -84.45 + 17 241.137 330 4 0 -76.5215 -114.072 -85.8503 + 17 126.493 522 3 1 -75.5906 -112.745 -114.45 + 17 106.931 337 3 0 -75.5719 -112.647 -115.85 + 17 179.144 523 2 1 -75.4233 -110.479 -144.45 + 17 107.86 349 2 0 -75.4445 -110.345 -145.85 + 17 107.277 520 1 1 -75.9173 -107.103 -174.45 + 17 73.1446 363 1 0 -75.9253 -107.473 -175.85 + 17 38.9186 362 1 0 -75.9291 -107.55 -176.146 + 17 136.707 519 0 1 -76.1168 -115.372 -204.45 + 17 93.3112 321 0 0 -76.0672 -115.843 -205.85 + 17 36.9248 320 0 0 -76.057 -115.95 -206.156 + 17 234.05 516 2 1 -76.7438 -114.509 -144.45 + 17 135.293 327 2 0 -76.7797 -114.616 -145.85 + 17 134.837 511 1 1 -77.6932 -116.815 -174.45 + 17 156.36 316 1 0 -77.7534 -116.87 -175.85 + 17 577.196 505 0 1 -78.9206 -117.839 -204.451 + 17 122.225 311 0 0 -79.0983 -117.841 -205.85 + 17 112.011 328 2 0 -76.7607 -114.449 -145.85 + 17 109.523 513 1 1 -77.3369 -113.622 -174.45 + 17 121.52 332 1 0 -77.2853 -113.62 -175.85 + 17 139.654 518 0 1 -76.3139 -113.713 -204.45 + 17 136.748 332 0 0 -76.2789 -113.634 -205.85 + 17 245.452 504 5 1 -79.0662 -113.59 -54.45 + 17 234.603 332 5 0 -79.0804 -113.612 -55.85 + 17 100.261 503 4 1 -79.4245 -114.143 -84.45 + 17 126.583 502 3 1 -79.5736 -113.884 -114.45 + 17 114.727 331 3 0 -79.5465 -113.904 -115.85 + 17 130.846 505 2 1 -78.8531 -114.208 -144.45 + 17 121.455 506 2 1 -78.85 -114.21 -144.513 + 17 109.962 329 2 0 -78.7706 -114.26 -145.85 + 17 103.054 514 1 1 -77.2062 -115.506 -174.45 + 17 194.719 322 1 0 -77.0998 -115.555 -175.85 + 17 45.6569 525 0 1 -74.8602 -116.541 -204.45 + 17 66.5073 526 0 1 -74.85 -116.546 -204.588 + 17 194.68 317 0 0 -74.7568 -116.597 -205.85 + 17 170.787 324 3 0 -80.8238 -115.229 -115.85 + 17 64.525 323 3 0 -80.8244 -115.35 -115.921 + 17 103.314 495 3 1 -80.9005 -114.428 -114.85 + 17 109.292 504 4 1 -79.0708 -113.555 -84.45 + 17 108.129 332 4 0 -79.0694 -113.553 -85.85 + 17 118.563 505 3 1 -79.0406 -113.513 -114.45 + 17 172.335 333 3 0 -79.0392 -113.511 -115.85 + 17 138.719 333 2 0 -79.0092 -113.464 -145.85 + 17 119.508 505 1 1 -78.9682 -113.319 -174.45 + 17 194.429 334 1 0 -78.9629 -113.31 -175.85 + 17 150.083 506 0 1 -78.8375 -113.123 -204.45 + 17 178.785 335 0 0 -78.8312 -113.118 -205.85 + 17 349.594 333 0 0 -78.8641 -113.368 -205.85 + 17 131.47 286 0 0 -159.464 -122.851 -206.25 + 17 80.4275 1338 4 0 1.73964 87.65 -86.1903 + 17 40.0945 1339 4 0 1.81554 87.85 -86.04 + 17 28.1496 911 4 1 2.39171 87.5912 -84.8498 + 17 200.382 912 4 1 2.45035 87.5769 -84.7489 + 17 18.6206 913 4 1 2.65007 87.7361 -84.4845 + 17 49.7944 937 4 1 7.45 83.2596 -84.8039 + 17 51.7815 729 13 1 -34.2021 115.215 185.15 + 17 45.1987 1415 8 0 95.171 103.171 33.75 +Number of digits in this event = 40 Using G4ParticleGun ... -3.3398 LIN +7.91413 LIN e- Event: 18 -Number of tracker hits in this event = 38 - 18 99.5518 268 8 1 -126.504 58.0624 35.55 - 18 147.802 1190 8 0 -126.504 58.0622 34.15 - 18 121.042 268 7 1 -126.519 58.0622 5.55 - 18 144.75 1190 7 0 -126.52 58.0624 4.15 - 18 143.825 267 6 1 -126.553 58.0638 -24.45 - 18 111.761 1190 6 0 -126.555 58.0643 -25.85 - 18 270.134 267 5 1 -126.584 58.0768 -54.45 - 18 120.863 1190 5 0 -126.585 58.0751 -55.85 - 18 119.391 267 4 1 -126.582 58.0426 -84.45 - 18 109.971 1189 4 0 -126.582 58.0429 -85.85 - 18 157.366 267 3 1 -126.572 58.0454 -114.45 - 18 200.733 1189 3 0 -126.561 58.0422 -115.85 - 18 151.369 268 2 1 -126.364 57.9575 -144.45 - 18 106.974 1189 2 0 -126.359 57.9544 -145.85 - 18 121.462 269 1 1 -126.234 57.8949 -174.45 - 18 107.676 1189 1 0 -126.235 57.8834 -175.85 - 18 113.633 269 0 1 -126.251 57.7183 -204.45 - 18 136.374 1188 0 0 -126.238 57.6932 -205.85 - 18 21.948 273 0 1 -125.541 57.6235 -204.45 - 18 26.801 272 0 1 -125.55 57.6311 -204.566 - 18 58.3119 1192 6 0 -127.638 58.5381 -25.85 - 18 78.1946 1193 6 0 -127.728 58.65 -25.9389 - 18 73.7873 1194 6 0 -127.827 58.8503 -26.0348 - 18 96.9647 1195 6 0 -127.835 59.05 -25.99 - 18 277.757 250 6 1 -130.053 59.8357 -24.85 - 18 176.823 249 6 1 -130.15 59.8501 -24.8041 - 18 270.869 267 2 1 -126.606 58.1108 -144.45 - 18 338.936 1190 2 0 -126.608 58.1129 -145.85 - 18 366.871 267 1 1 -126.65 58.1559 -174.45 - 18 371.585 1190 1 0 -126.65 58.1733 -175.85 - 18 254.134 267 0 1 -126.635 58.667 -204.45 - 18 117.921 1193 0 0 -126.645 58.6822 -205.85 - 18 349.253 264 0 1 -127.234 57.6852 -204.45 - 18 209.578 1187 0 0 -127.288 57.6322 -205.85 - 18 48.8836 266 0 1 -126.75 57.7017 -204.657 - 18 165.69 265 1 1 -126.975 57.9649 -174.45 - 18 97.2883 1188 1 0 -127.001 57.8133 -175.85 - 18 139.629 1164 0 0 -127.263 52.9088 -205.85 -Number of digits in this event = 25 +Number of tracker hits in this event = 44 + 18 136.054 1166 10 1 53.3753 97.8107 95.55 + 18 107.406 1388 10 0 53.3738 97.8121 94.15 + 18 168.938 1166 9 1 53.3398 97.8426 65.55 + 18 136.734 1388 9 0 53.3375 97.8447 64.15 + 18 114.863 1166 8 1 53.2921 97.8783 35.55 + 18 117.435 1388 8 0 53.2898 97.8805 34.15 + 18 146.924 1165 7 1 53.2411 97.917 5.55 + 18 102.069 1388 7 0 53.2395 97.9184 4.15 + 18 98.9661 1165 6 1 53.2138 97.9476 -24.45 + 18 112.463 1388 6 0 53.2131 97.9475 -25.85 + 18 124.558 1165 5 1 53.2044 97.9484 -54.45 + 18 210.727 1388 5 0 53.204 97.949 -55.85 + 18 118.059 1165 4 1 53.1944 97.968 -84.45 + 18 115.486 1389 4 0 53.1931 97.9672 -85.85 + 18 122.683 1165 3 1 53.1642 97.9492 -114.45 + 18 119.13 1388 3 0 53.1622 97.9481 -115.85 + 18 142.599 1165 2 1 53.1195 97.9343 -144.45 + 18 104.226 1388 2 0 53.1171 97.9341 -145.85 + 18 272.77 1165 1 1 53.0675 97.9288 -174.45 + 18 193.751 1388 1 0 53.0662 97.9273 -175.85 + 18 174.843 1164 0 1 53.0415 97.889 -204.45 + 18 100.629 1388 0 0 53.0395 97.8891 -205.85 + 18 345.822 671 1 1 -45.65 -13.9835 -174.838 + 18 102.548 670 1 1 -45.85 -14.1096 -174.542 + 18 172.013 672 1 1 -45.65 -14.3801 -174.481 + 18 133.973 1572 3 0 91.9783 134.591 -116.25 + 18 31.4416 1166 3 1 53.25 97.9203 -114.464 + 18 399.37 1389 1 0 53.2948 98.0641 -175.85 + 18 0.799096 1135 0 1 47.0505 92.8652 -204.45 + 18 184.878 1134 0 1 47.05 92.8646 -204.451 + 18 75.8473 1133 0 1 46.8498 92.7414 -204.794 + 18 179.324 1362 0 0 46.2023 92.7039 -205.85 + 18 60.8587 1361 0 0 45.9312 92.55 -206.104 + 18 49.0461 1360 0 0 45.919 92.35 -206.122 + 18 58.6779 1359 0 0 45.8836 92.15 -206.122 + 18 95.4931 1358 0 0 45.9273 91.95 -206.143 + 18 545.056 1357 0 0 45.8851 91.7499 -206.169 + 18 63.919 1351 0 0 42.1049 90.4104 -205.85 + 18 115.801 1104 0 1 41.015 91.4189 -204.85 + 18 210.624 1103 0 1 40.85 91.4746 -204.669 + 18 117.992 1102 0 1 40.65 91.4215 -204.673 + 18 238.796 1165 0 1 53.1714 98.1324 -204.45 + 18 107.61 1390 0 0 53.2976 98.1691 -205.85 + 18 130.271 1389 0 0 52.9546 98.0407 -205.85 +Number of digits in this event = 24 Using G4ParticleGun ... -8.71996 LIN +8.25201 LIN e- Event: 19 -Number of tracker hits in this event = 77 - 19 120.478 295 9 1 -121.003 33.1025 65.55 - 19 209.096 1065 9 0 -121.003 33.1029 64.15 - 19 111.006 295 8 1 -121.015 33.1069 35.55 - 19 122.482 1065 8 0 -121.016 33.1058 34.15 - 19 106.221 295 7 1 -121.044 33.0813 5.55 - 19 109.017 1065 7 0 -121.044 33.0796 4.15 - 19 106.931 295 6 1 -121.054 33.0452 -24.45 - 19 120.766 1064 6 0 -121.055 33.0443 -25.85 - 19 105.033 295 5 1 -121.072 33.0238 -54.45 - 19 129.97 1064 5 0 -121.072 33.0232 -55.85 - 19 394.466 295 4 1 -121.074 33.0144 -84.45 - 19 269.493 1064 4 0 -121.075 33.0152 -85.85 - 19 109.673 295 3 1 -121.091 33.0293 -114.45 - 19 132.29 1064 3 0 -121.091 33.0291 -115.85 - 19 359.408 295 2 1 -121.088 33.0274 -144.45 - 19 251.594 1064 2 0 -121.088 33.0277 -145.85 - 19 125.921 295 1 1 -121.091 33.0315 -174.45 - 19 145.879 1064 1 0 -121.09 33.0314 -175.85 - 19 106.739 295 0 1 -121.084 33.0287 -204.45 - 19 167.526 1064 0 0 -121.083 33.0283 -205.85 - 19 2.87198 843 3 1 -11.3134 156.571 -114.85 - 19 120.474 844 3 1 -11.2499 156.55 -114.763 - 19 31.6511 845 3 1 -11.05 156.503 -114.787 - 19 41.7578 1680 3 0 -10.5757 156.207 -115.85 - 19 127.505 1679 3 0 -10.5239 156.15 -115.956 - 19 224.538 1678 3 0 -10.4064 155.95 -115.997 - 19 80.0313 1682 3 0 -10.342 156.687 -115.85 - 19 53.9076 717 1 1 -36.5137 96.6474 -174.85 - 19 97.8136 718 1 1 -36.4498 96.7399 -174.755 - 19 61.0619 716 1 0 -179.708 -36.7805 -176.25 - 19 101.469 715 1 0 -179.747 -36.85 -176.123 - 19 59.483 506 0 1 -78.65 -86.9559 -204.489 - 19 105.852 507 0 1 -78.5028 -87.198 -204.45 - 19 361.602 508 0 1 -78.45 -87.2552 -204.484 - 19 9.92406 1155 2 0 -121.572 51.25 -146.122 - 19 10.1746 1063 2 0 -121.023 32.85 -146.202 - 19 174.669 302 1 1 -119.616 28.7662 -174.45 - 19 220.633 1044 1 0 -119.603 28.8714 -175.85 - 19 4.0093 282 0 1 -123.554 34.945 -204.451 - 19 119.614 283 0 1 -123.55 34.9499 -204.465 - 19 11.487 1076 0 0 -123.139 35.4292 -205.85 - 19 132.527 1077 0 0 -123.123 35.45 -205.906 - 19 127.612 1065 2 0 -121.141 33.1051 -145.85 - 19 193.101 293 1 1 -121.437 33.9391 -174.45 - 19 152.358 1070 1 0 -121.732 34.093 -175.85 - 19 3.62211 248 0 1 -130.36 38.0715 -204.45 - 19 88.1889 249 0 1 -130.35 38.0733 -204.472 - 19 59.9499 250 0 1 -130.15 38.1001 -204.723 - 19 205.521 1090 0 0 -128.711 38.1752 -205.85 - 19 27.0529 1164 0 0 -97.0958 53.0073 -206.25 - 19 127.047 1165 0 0 -97.0706 53.0501 -206.213 - 19 48.9136 417 0 1 -96.6363 53.3084 -204.85 - 19 99.487 418 0 1 -96.55 53.3322 -204.702 - 19 58.116 1185 0 0 -108.657 57.05 -206.061 - 19 126.415 287 3 1 -122.633 32.3693 -114.45 - 19 24.9735 1061 3 0 -122.7 32.2593 -115.85 - 19 108.004 1060 3 0 -122.705 32.25 -115.965 - 19 197.035 281 2 1 -123.899 29.9214 -144.45 - 19 102.714 1049 2 0 -123.866 29.9626 -145.851 - 19 148.375 281 1 1 -123.851 30.9153 -174.45 - 19 253.07 1054 1 0 -123.924 30.9258 -175.85 - 19 154.84 272 0 1 -125.558 30.7855 -204.45 - 19 133.368 1053 0 0 -125.578 30.7186 -205.85 - 19 155.503 1065 4 0 -121.016 33.0679 -85.85 - 19 119.568 300 3 1 -119.959 35.1491 -114.45 - 19 37.7115 1075 3 0 -120.173 35.0601 -115.85 - 19 93.4003 1074 3 0 -120.199 35.05 -116.015 - 19 61.1802 282 2 1 -123.697 34.752 -144.45 - 19 123.566 1072 2 0 -124.115 34.6073 -145.851 - 19 137.641 226 1 1 -134.808 32.0552 -174.45 - 19 136.697 1059 1 0 -135.222 32.0342 -175.85 - 19 138.133 181 0 1 -143.924 30.5302 -204.451 - 19 253.717 180 0 1 -143.95 30.554 -204.52 - 19 76.9363 1055 0 0 -144.366 31.1229 -205.85 - 19 37.4486 1056 0 0 -144.449 31.2501 -206.14 - 19 129.153 179 0 1 -144.15 30.6818 -204.751 - 19 233.092 1058 0 0 -143.776 31.6807 -205.85 -Number of digits in this event = 42 +Number of tracker hits in this event = 103 + 19 136.352 561 11 1 -67.6598 12.6556 125.55 + 19 141.993 963 11 0 -67.6586 12.6559 124.15 + 19 148.873 562 10 1 -67.634 12.6579 95.55 + 19 150.545 963 10 0 -67.6325 12.6584 94.15 + 19 542.734 562 9 1 -67.6013 12.6689 65.55 + 19 302.396 963 9 0 -67.6001 12.6699 64.15 + 19 137.808 562 8 1 -67.5696 12.6874 35.55 + 19 138.081 963 8 0 -67.5676 12.6894 34.15 + 19 130.115 562 7 1 -67.5264 12.7281 5.55 + 19 151.63 963 7 0 -67.5221 12.7295 4.15 + 19 101.644 563 6 1 -67.4338 12.7594 -24.45 + 19 144.17 963 6 0 -67.4286 12.7613 -25.85 + 19 134.146 563 5 1 -67.3211 12.7994 -54.45 + 19 138.633 963 5 0 -67.3163 12.801 -55.85 + 19 113.544 564 4 1 -67.2233 12.831 -84.45 + 19 110.815 963 4 0 -67.2175 12.8309 -85.85 + 19 215.448 564 3 1 -67.0961 12.8238 -114.45 + 19 268.532 963 3 0 -67.0862 12.8215 -115.85 + 19 151.998 565 2 1 -66.923 12.7365 -144.45 + 19 104.806 963 2 0 -66.9135 12.703 -145.85 + 19 106.674 566 1 1 -66.7464 12.01 -174.45 + 19 101.859 959 1 0 -66.7581 11.9867 -175.85 + 19 109.195 565 0 1 -66.9763 11.468 -204.45 + 19 116.583 956 0 0 -66.9875 11.4366 -205.85 + 19 142.638 1493 1 0 -56.8227 118.75 -176.218 + 19 111.155 1492 1 0 -56.7023 118.75 -175.938 + 19 49.6061 612 1 1 -57.4831 119.187 -174.85 + 19 86.1515 613 1 1 -57.45 119.202 -174.81 + 19 127.992 530 8 0 157.345 -73.9205 33.75 + 19 90.0995 529 8 0 157.404 -74.05 33.772 + 19 180.306 758 5 0 -127.001 -28.3102 -56.25 + 19 74.5892 757 5 0 -127.044 -28.45 -56.1657 + 19 86.0887 756 5 0 -127.046 -28.65 -56.0875 + 19 66.9613 755 5 0 -127.045 -28.85 -55.9261 + 19 188.411 268 5 1 -126.504 -29.4508 -54.85 + 19 111.902 267 5 1 -126.55 -29.6491 -54.757 + 19 34.9313 754 5 0 -125.812 -29.2422 -55.85 + 19 43.4738 273 5 1 -125.375 -27.7838 -54.8499 + 19 48.742 764 5 0 -125.92 -27.1454 -55.85 + 19 171.746 962 7 0 -67.4763 12.65 3.88293 + 19 100.316 962 9 0 -67.6014 12.6456 64.15 + 19 129.629 563 8 1 -67.4328 12.3122 35.55 + 19 140.01 961 8 0 -67.3893 12.2839 34.15 + 19 124.335 568 7 1 -66.43 11.7265 5.55 + 19 123.393 958 7 0 -66.3852 11.6743 4.15 + 19 224.341 573 6 1 -65.4207 10.7044 -24.45 + 19 2.61792 953 6 0 -65.352 10.6504 -25.85 + 19 127.227 952 6 0 -65.3514 10.65 -25.861 + 19 159.368 580 5 1 -63.9512 9.65538 -54.45 + 19 121.986 947 5 0 -63.8849 9.60034 -55.85 + 19 120.363 587 4 1 -62.5955 8.46349 -84.45 + 19 253.552 941 4 0 -62.52 8.41676 -85.85 + 19 148.052 595 3 1 -60.927 7.45764 -114.45 + 19 119.171 936 3 0 -60.8807 7.39504 -115.85 + 19 141.218 600 2 1 -59.9609 6.06906 -144.45 + 19 170.354 929 2 0 -59.8974 5.98681 -145.85 + 19 96.676 606 1 1 -58.6652 4.28633 -174.45 + 19 32.5823 607 1 1 -58.65 4.27228 -174.75 + 19 158.197 920 1 0 -58.5988 4.22167 -175.85 + 19 148.218 614 0 1 -57.2312 2.94762 -204.45 + 19 107.163 914 0 0 -57.1601 2.89778 -205.85 + 19 52.1154 613 0 1 -57.2613 2.94256 -204.451 + 19 62.2837 612 0 1 -57.45 15.9264 -204.513 + 19 317.521 1117 8 0 -68.23 43.5984 33.75 + 19 89.3503 1118 8 0 -68.3972 43.6502 33.9773 + 19 0.696142 966 9 0 -67.3091 13.446 64.1498 + 19 118.134 967 9 0 -67.3073 13.4501 64.1433 + 19 51.8335 968 9 0 -67.0896 13.6505 63.8498 + 19 186.084 580 8 1 -63.904 14.802 35.55 + 19 86.0165 581 8 1 -63.8499 14.768 35.3767 + 19 104.874 972 8 0 -63.5208 14.5189 34.15 + 19 132.22 971 8 0 -63.4354 14.4499 33.8335 + 19 88.2088 627 7 1 -54.5717 8.37495 5.55 + 19 57.1588 628 7 1 -54.45 8.35038 5.33967 + 19 114.49 940 7 0 -53.7217 8.19415 4.1498 + 19 31.4427 710 6 1 -37.8938 5.13144 -24.45 + 19 105.969 711 6 1 -37.85 5.10643 -24.5168 + 19 12.8356 712 6 1 -37.65 4.9905 -24.8107 + 19 134.017 922 6 0 -36.9498 4.58323 -25.85 + 19 26.6347 921 6 0 -36.7205 4.44985 -26.185 + 19 143.025 811 5 1 -17.8196 -7.15723 -54.45 + 19 62.9318 862 5 0 -17.294 -7.55429 -55.85 + 19 74.6478 861 5 0 -17.2157 -7.65 -56.0435 + 19 1017.99 726 5 0 54.0898 -34.7033 -56.25 + 19 307.975 725 5 0 54.6837 -34.85 -55.9708 + 19 360.774 727 5 0 58.0261 -34.65 -56.0523 + 19 91.5103 728 5 0 59.0784 -34.45 -56.1915 + 19 70.3263 729 5 0 59.2266 -34.25 -56.2105 + 19 78.2451 730 5 0 59.2374 -34.0498 -56.1267 + 19 64.9641 731 5 0 59.2822 -33.849 -56.0191 + 19 52.2343 732 5 0 59.3431 -33.65 -55.9223 + 19 168.008 1200 5 1 60.0937 -31.1813 -54.85 + 19 190.947 1201 5 1 60.2501 -30.782 -54.6185 + 19 158.452 1202 5 1 60.45 -30.2626 -54.5036 + 19 124.048 1203 5 1 60.65 -29.7707 -54.6422 + 19 88.0419 759 5 0 61.5224 -28.25 -55.9552 + 19 122.389 760 5 0 61.5786 -28.0498 -56.0745 + 19 196.195 801 5 0 106.203 -19.7218 -56.25 + 19 74.1845 1435 5 1 107.236 -19.6347 -54.8496 + 19 193.294 1436 5 1 107.35 -19.5717 -54.6162 + 19 80.2652 1437 5 1 107.55 -19.7668 -54.7567 + 19 314.327 799 5 0 108.309 -20.1377 -55.85 + 19 16.9841 761 5 0 61.5991 -27.85 -56.1668 +Number of digits in this event = 54 Using G4ParticleGun ... -3.71532 LIN +4.19092 LIN e- Event: 20 -Number of tracker hits in this event = 88 - 20 191.164 1327 10 1 85.58 17.1037 95.55 - 20 179.217 985 10 0 85.5828 17.1065 94.15 - 20 169.41 1327 9 1 85.6444 17.1925 65.55 - 20 158.548 985 9 0 85.6461 17.1987 64.15 - 20 147.748 1328 8 1 85.6875 17.3119 35.55 - 20 244.395 986 8 0 85.6924 17.3142 34.15 - 20 441.569 1328 7 1 85.799 17.3671 5.55 - 20 266.755 986 7 0 85.8071 17.3709 4.15 - 20 215.603 1329 6 1 85.9652 17.442 -24.45 - 20 105.71 986 6 0 85.9727 17.446 -25.85 - 20 133.993 1330 5 1 86.1332 17.5261 -54.45 - 20 125.756 987 5 0 86.1397 17.5301 -55.85 - 20 127.032 1331 4 1 86.2785 17.6324 -84.45 - 20 132.204 987 4 0 86.2904 17.6328 -85.85 - 20 122.948 1332 3 1 86.5747 17.6857 -114.45 - 20 116.842 988 3 0 86.5919 17.6831 -115.85 - 20 249.228 1334 2 1 86.9744 17.622 -144.45 - 20 124.068 987 2 0 86.9963 17.613 -145.85 - 20 99.0432 1336 1 1 87.4013 17.4305 -174.45 - 20 284.299 986 1 0 87.4197 17.423 -175.85 - 20 146.938 1338 0 1 87.7695 17.2321 -204.45 - 20 122.858 985 0 0 87.7785 17.2171 -205.85 - 20 39.8222 1591 0 1 138.35 2.72905 -204.498 - 20 113.96 1331 1 1 86.4475 17.9907 -174.45 - 20 47.8143 1330 1 1 86.25 17.9769 -174.696 - 20 57.5387 1329 1 1 86.0496 17.9756 -174.694 - 20 58.9673 1328 1 1 85.8495 17.9961 -174.649 - 20 44.7507 1327 1 1 85.65 18.0114 -174.579 - 20 166.497 1326 1 1 85.45 18.0387 -174.528 - 20 62.6465 1325 1 1 85.25 18.0495 -174.506 - 20 203.886 1324 1 1 85.05 18.0871 -174.478 - 20 242.748 1323 1 1 84.85 18.2828 -174.466 - 20 110.333 1327 6 1 85.6346 17.0805 -24.45 - 20 88.2109 985 6 0 85.6878 17.0562 -25.85 - 20 18.3909 984 6 0 85.702 17.05 -26.2026 - 20 160.585 1333 5 1 86.7676 16.3911 -54.45 - 20 97.0609 981 5 0 86.7617 16.3396 -55.85 - 20 119.212 1334 4 1 86.8583 15.0609 -84.45 - 20 124.86 974 4 0 86.8725 14.9804 -85.85 - 20 131.676 1334 3 1 86.9028 13.3159 -114.45 - 20 126.307 965 3 0 86.893 13.1078 -115.85 - 20 2.95732 964 3 0 86.8901 13.05 -116.235 - 20 109.402 942 2 0 86.8234 8.50294 -145.85 - 20 171.98 941 2 0 86.8083 8.45 -146.119 - 20 70.9015 914 1 0 85.2601 2.90014 -175.85 - 20 27.4565 913 1 0 85.2425 2.84997 -176.124 - 20 114.752 1317 0 1 83.4938 -2.50116 -204.45 - 20 149.986 885 0 0 83.3671 -2.88257 -205.85 - 20 148.601 985 7 0 85.7349 17.1626 4.14977 - 20 112.624 1319 6 1 83.8672 9.90847 -24.45 - 20 26.8342 949 6 0 84.2667 10.041 -25.85 - 20 103.774 950 6 0 84.2871 10.05 -25.9251 - 20 106.283 1379 5 1 96.0591 12.8321 -54.4501 - 20 14.4408 964 5 0 96.2798 13.0463 -55.85 - 20 106.378 965 5 0 96.2836 13.05 -55.8781 - 20 14.9825 1415 4 1 103.317 20.2195 -84.45 - 20 95.1612 1416 4 1 103.35 20.1993 -84.4809 - 20 105 1417 4 1 103.55 20.0525 -84.6632 - 20 29.2406 1418 4 1 103.75 19.8769 -84.8196 - 20 138.593 986 4 0 106.163 17.4291 -85.85 - 20 168.057 985 4 0 106.566 17.25 -85.9805 - 20 38.5059 984 4 0 107.062 17.0499 -86.1679 - 20 87.8801 1272 4 0 163.085 74.5389 -86.2498 - 20 51.8874 1273 4 0 163.134 74.6501 -86.2097 - 20 49.4278 1274 4 0 163.18 74.85 -86.1617 - 20 144.497 1275 4 0 163.159 75.0505 -86.099 - 20 371.666 1276 4 0 163.011 75.2501 -86.0169 - 20 63.5503 1277 4 0 163.01 75.45 -85.9168 - 20 258.51 1700 4 1 160.281 76.0359 -84.85 - 20 15.2184 1280 4 0 158.818 76.06 -85.85 - 20 74.3758 1690 4 1 158.289 75.4767 -84.8499 - 20 243.694 984 10 0 85.2693 16.9609 94.15 - 20 153.044 1295 9 1 79.0507 14.6768 65.55 - 20 89.7337 970 9 0 79.6362 14.1679 64.1498 - 20 65.6964 969 9 0 79.7669 14.05 63.8838 - 20 153.241 1371 8 1 94.5234 -1.6807 35.55 - 20 291.114 1372 8 1 94.5503 -1.66813 35.5452 - 20 73.0295 1373 8 1 94.75 -1.5594 35.5399 - 20 75.4406 1374 8 1 94.9501 -1.42932 35.5395 - 20 72.6767 1375 8 1 95.15 -1.30146 35.5144 - 20 202.64 1376 8 1 95.35 -1.15223 35.4803 - 20 425.054 1377 8 1 95.55 -1.03202 35.4592 - 20 178.348 1378 8 1 95.75 -0.949107 35.5159 - 20 143.285 1379 8 1 96.1161 -0.47926 35.55 - 20 9.37019 1400 4 0 125.825 100.325 -86.25 - 20 104.83 1401 4 0 125.818 100.35 -86.2185 - 20 20.6933 1402 4 0 125.841 100.55 -85.9099 - 20 118.823 1527 4 1 125.68 101.058 -84.85 -Number of digits in this event = 44 -Using G4ParticleGun ... -3.89492 LIN +Number of tracker hits in this event = 164 + 20 165.879 1149 11 1 50.0136 -19.965 125.55 + 20 157.302 800 11 0 50.0144 -19.9648 124.15 + 20 395.816 1149 10 1 50.027 -19.9648 95.55 + 20 546.149 800 10 0 50.0262 -19.9629 94.15 + 20 120.352 1149 9 1 50.0484 -19.9245 65.55 + 20 147.177 800 9 0 50.0513 -19.9239 64.15 + 20 96.503 1150 8 1 50.1127 -19.911 35.55 + 20 119.285 800 8 0 50.1158 -19.9127 34.15 + 20 450.044 1150 7 1 50.1748 -19.9499 5.55 + 20 441.36 800 7 0 50.1734 -19.9514 4.15 + 20 445.086 1150 6 1 50.1329 -19.9847 -24.45 + 20 534.324 800 6 0 50.1334 -19.9866 -25.85 + 20 212.822 1150 5 1 50.16 -20.0307 -54.45 + 20 239.66 800 5 0 50.161 -20.0336 -55.85 + 20 289.631 1150 4 1 50.191 -20.0915 -84.45 + 20 110.215 799 4 0 50.1889 -20.0933 -85.85 + 20 411.516 1150 3 1 50.1398 -20.1257 -114.45 + 20 142.14 799 3 0 50.1377 -20.1299 -115.85 + 20 313.481 1150 2 1 50.0717 -20.2273 -144.45 + 20 134.941 799 2 0 50.0687 -20.2332 -145.85 + 20 112.715 1149 1 1 50.0165 -20.3503 -174.45 + 20 106.709 798 1 0 50.0129 -20.3585 -175.85 + 20 441.684 1149 0 1 49.9313 -20.5559 -204.45 + 20 209.47 797 0 0 49.9254 -20.5677 -205.85 + 20 121.071 796 0 0 49.7234 -20.65 -206.213 + 20 162.287 1150 0 1 50.1555 -20.1612 -204.45 + 20 184.316 800 0 0 50.1756 -19.9264 -205.851 + 20 122.888 613 7 0 88.6979 -57.4179 3.75 + 20 125.633 1146 4 1 49.2679 -20.6291 -84.45 + 20 160.846 797 4 0 49.2434 -20.6236 -85.85 + 20 116.307 1143 3 1 48.7996 -20.6276 -114.45 + 20 100.707 797 3 0 48.7754 -20.6231 -115.85 + 20 108.969 1141 2 1 48.321 -20.4815 -144.45 + 20 2.2027 797 2 0 48.2678 -20.4503 -145.85 + 20 123.897 798 2 0 48.2674 -20.45 -145.862 + 20 154.799 1135 1 1 47.2408 -19.7909 -174.45 + 20 122.476 801 1 0 47.1981 -19.7656 -175.85 + 20 121.023 1131 0 1 46.3166 -19.0033 -204.45 + 20 134.273 805 0 0 46.2249 -18.9357 -205.85 + 20 140.118 1151 5 1 50.3643 -20.6278 -54.45 + 20 195.998 797 5 0 50.3554 -20.6464 -55.85 + 20 44.5735 796 5 0 50.3537 -20.65 -56.1079 + 20 198.403 795 4 0 50.2358 -21.0169 -85.85 + 20 142.356 791 3 0 50.1911 -21.6955 -115.85 + 20 110.22 788 2 0 50.1638 -22.3005 -145.85 + 20 116.952 1150 1 1 50.0672 -22.1612 -174.45 + 20 130.651 789 1 0 50.0643 -22.1343 -175.85 + 20 118.113 792 0 0 50.0176 -21.4761 -205.85 + 20 211.109 850 0 0 20.0874 -9.96314 -206.25 + 20 172.573 1151 2 1 50.2501 -22.2082 -144.588 + 20 43.5811 1151 3 1 50.25 -21.694 -114.754 + 20 25.9953 787 3 0 50.2923 -22.5951 -115.85 + 20 182.238 786 3 0 50.2895 -22.6501 -115.92 + 20 6.33827 1128 3 1 45.8095 -21.4707 -114.85 + 20 24.7217 817 3 0 31.9776 -16.477 -115.85 + 20 23.3047 818 3 0 31.9214 -16.45 -115.853 + 20 32.4224 1048 3 1 29.7133 -13.9171 -114.85 + 20 271.334 1047 3 1 29.65 -13.8285 -114.843 + 20 51.3944 802 5 0 51.7268 -19.4826 -55.8502 + 20 35.8169 803 5 0 51.7383 -19.4499 -55.8725 + 20 99.8138 1156 5 1 51.3622 -20.0803 -54.8499 + 20 10.2018 1159 6 1 51.8637 -22.2555 -24.45 + 20 100.346 1158 6 1 51.85 -22.264 -24.4887 + 20 102.48 786 6 0 51.2621 -22.7184 -25.85 + 20 119.072 1094 5 1 38.8537 -24.8676 -54.45 + 20 125.569 773 5 0 38.8828 -25.2935 -55.85 + 20 166.988 1099 4 1 39.8736 -32.09 -84.45 + 20 69.4397 737 4 0 39.8535 -32.5669 -85.85 + 20 38.2104 736 4 0 39.85 -32.65 -86.1052 + 20 151.989 1088 3 1 37.7957 -41.2862 -114.45 + 20 5.06084 1087 3 1 37.65 -41.6602 -114.83 + 20 119.9 687 3 0 37.2866 -42.4881 -115.85 + 20 106.199 686 3 0 37.2251 -42.65 -116.078 + 20 228.299 1058 2 1 31.7313 -60.4559 -144.45 + 20 212.172 1057 2 1 31.65 -61.1426 -144.778 + 20 52.3511 584 2 0 31.2293 -63.0957 -145.85 + 20 59.7372 583 2 0 31.2036 -63.2501 -145.933 + 20 70.083 582 2 0 31.2116 -63.45 -146.025 + 20 53.4648 581 2 0 31.2176 -63.65 -146.118 + 20 33.3933 580 2 0 31.2211 -63.85 -146.208 + 20 96.089 1046 1 1 29.3647 -131.146 -174.45 + 20 91.3962 1047 1 1 29.45 -131.444 -174.557 + 20 86.7654 1048 1 1 29.65 -131.679 -174.653 + 20 76.2903 1049 1 1 29.8501 -131.938 -174.768 + 20 63.7735 233 1 0 31.3536 -133.411 -175.85 + 20 333.343 232 1 0 31.5009 -133.551 -175.952 + 20 95.3099 231 1 0 31.6856 -133.75 -176.076 + 20 75.3343 230 1 0 31.8449 -133.95 -176.185 + 20 98.6182 1154 6 1 50.8774 -17.9855 -24.45 + 20 81.2872 811 6 0 51.1612 -17.6885 -25.85 + 20 125.642 812 6 0 51.1967 -17.65 -26.0255 + 20 138.243 1184 5 1 56.9028 -10.5618 -54.45 + 20 7.13085 1185 5 1 57.0501 -10.5328 -54.8273 + 20 112.516 848 5 0 57.4373 -10.4485 -55.85 + 20 4.97509 1241 4 1 68.4386 -8.51407 -84.45 + 20 132.336 1242 4 1 68.45 -8.51273 -84.4733 + 20 119.95 858 4 0 69.1644 -8.40875 -85.85 + 20 45.6164 1321 3 1 84.356 -7.07892 -114.45 + 20 124.148 1322 3 1 84.4503 -7.03831 -114.592 + 20 99.6934 867 3 0 85.2484 -6.57856 -115.85 + 20 18.6477 868 3 0 85.4558 -6.45 -116.18 + 20 35.2615 1416 2 1 103.49 4.22105 -144.45 + 20 114.907 1417 2 1 103.55 4.26673 -144.529 + 20 82.3262 1418 2 1 103.75 4.41834 -144.777 + 20 170.086 925 2 0 104.646 5.08249 -145.85 + 20 62.1217 926 2 0 104.86 5.25 -146.117 + 20 138.276 1551 1 1 130.407 22.7841 -174.45 + 20 31.1013 1552 1 1 130.55 22.9424 -174.743 + 20 78.289 1017 1 0 131.045 23.5143 -175.85 + 20 62.2171 1018 1 0 131.177 23.65 -176.114 + 20 130.453 1628 0 1 145.78 38.9818 -204.45 + 20 4.15575 1629 0 1 145.95 39.1819 -204.833 + 20 70.9406 1098 0 0 146.386 39.7289 -205.85 + 20 67.8355 1099 0 0 146.484 39.85 -206.078 + 20 151.486 1146 9 1 49.3858 -21.2607 65.55 + 20 186.894 793 9 0 49.4235 -21.3288 64.15 + 20 128.734 1156 8 1 51.3137 -22.7022 35.5491 + 20 140.436 785 8 0 51.6979 -22.9094 34.149 + 20 69.2709 1194 7 1 58.8827 -26.1456 5.55 + 20 80.5127 1195 7 1 59.0502 -26.1812 5.35533 + 20 100.789 768 7 0 60.1274 -26.4004 4.14989 + 20 55.6656 767 7 0 60.343 -26.45 3.90199 + 20 113.746 1324 6 1 84.8707 -31.4056 -24.4501 + 20 106.201 1325 6 1 85.05 -31.5591 -24.6677 + 20 111.254 737 6 0 86.117 -32.5272 -25.85 + 20 95.2253 736 6 0 86.2513 -32.6502 -26.0041 + 20 143.159 1445 5 1 109.293 -53.8252 -54.4502 + 20 132.476 633 5 0 109.207 -53.4122 -55.85 + 20 42.912 1448 4 1 109.835 -47.2696 -84.4506 + 20 75.3607 1449 4 1 109.95 -47.2961 -84.582 + 20 29.3215 1450 4 1 110.15 -47.3547 -84.8016 + 20 201.299 662 4 0 111.028 -47.5912 -85.85 + 20 40.6162 1580 3 1 136.2 -49.179 -114.45 + 20 108.188 1581 3 1 136.35 -49.2133 -114.549 + 20 66.3354 1582 3 1 136.55 -49.2628 -114.665 + 20 100.55 1583 3 1 136.75 -49.3381 -114.783 + 20 17.4078 651 3 0 138.569 -49.8349 -115.85 + 20 1352.42 650 3 0 138.614 -49.85 -115.882 + 20 1.4157 649 3 0 141.041 -50.05 -116.246 + 20 67.1155 653 3 0 137.497 -49.3784 -115.85 + 20 127.948 1150 9 1 50.1497 -19.7873 65.55 + 20 113.363 801 9 0 50.095 -19.8023 64.15 + 20 161.749 1144 8 1 49.0068 -20.1199 35.55 + 20 123.629 799 8 0 48.9401 -20.1349 34.15 + 20 16.6908 1137 7 1 47.4548 -20.5151 5.55 + 20 98.0302 1136 7 1 47.45 -20.5168 5.47781 + 20 206.623 797 7 0 47.3643 -20.5488 4.15 + 20 118.577 1123 6 1 44.6909 -22.3632 -24.45 + 20 118.291 787 6 0 44.578 -22.457 -25.85 + 20 101.361 1111 5 1 42.3465 -24.3066 -54.45 + 20 213.509 778 5 0 42.2259 -24.384 -55.85 + 20 99.3156 1098 4 1 39.8252 -26.0245 -84.45 + 20 147.431 769 4 0 39.6481 -26.1099 -85.85 + 20 131.299 1079 3 1 35.9002 -28.0635 -114.45 + 20 17.5093 1078 3 1 35.85 -28.0931 -114.782 + 20 226.831 759 3 0 35.6896 -28.19 -115.85 + 20 79.5863 746 2 0 31.3742 -30.8294 -145.85 + 20 219.508 745 2 0 31.349 -30.85 -146.081 + 20 127.999 1040 1 1 28.176 -33.0974 -174.45 + 20 147.486 734 1 0 28.0411 -33.1919 -175.85 + 20 244.522 1026 0 1 25.3637 -34.7834 -204.45 + 20 105.984 726 0 0 25.2332 -34.8321 -205.85 + 20 374.293 1150 11 1 50.05 -19.9481 125.407 + 20 145.677 1151 11 1 50.25 -19.4517 125.458 +Number of digits in this event = 77 +Using G4ParticleGun ... +8.47787 LIN e- Event: 21 -Number of tracker hits in this event = 69 - 21 113.635 1133 10 1 46.6924 -70.9488 95.55 - 21 127.696 545 10 0 46.6927 -70.9476 94.15 - 21 117.983 1133 9 1 46.7045 -70.9241 65.55 - 21 119.795 545 9 0 46.7057 -70.9228 64.15 - 21 151.337 1133 8 1 46.7355 -70.8911 35.55 - 21 139.919 545 8 0 46.7419 -70.8834 34.15 - 21 127.044 1134 7 1 46.9164 -70.7321 5.55 - 21 102.146 546 7 0 46.9125 -70.7151 4.15 - 21 99.4568 1134 6 1 46.8584 -70.4331 -24.45 - 21 97.58 548 6 0 46.8372 -70.4111 -25.85 - 21 136.937 1131 5 1 46.2692 -70.1225 -54.45 - 21 103.248 549 5 0 46.2481 -70.1215 -55.85 - 21 158.401 1129 4 1 45.9486 -70.2141 -84.45 - 21 130.289 549 4 0 45.8688 -70.1693 -85.85 - 21 246.395 1120 3 1 44.1616 -69.0974 -114.45 - 21 104.22 554 3 0 44.1339 -69.0584 -115.85 - 21 28.9936 555 3 0 44.1277 -69.05 -116.16 - 21 108.39 1117 2 1 43.5362 -68.2023 -144.45 - 21 122.511 558 2 0 43.2522 -68.2634 -145.85 - 21 131.381 1085 1 1 37.132 -69.7129 -174.45 - 21 148.348 551 1 0 36.8766 -69.8067 -175.85 - 21 28.5794 1058 0 1 31.6646 -71.4064 -204.45 - 21 81.2868 1057 0 1 31.65 -71.4133 -204.554 - 21 124.761 542 0 0 31.4647 -71.4935 -205.85 - 21 6.03587 550 8 0 47.2392 -69.8715 34.15 - 21 66.6607 551 8 0 47.2494 -69.8497 34.1258 - 21 85.6511 552 8 0 47.2305 -69.65 33.9431 - 21 86.4261 824 8 0 69.7813 -15.1631 33.75 - 21 65.6872 823 8 0 69.8321 -15.25 33.8236 - 21 34.9514 672 8 0 89.4399 -45.6144 33.75 - 21 58.9823 671 8 0 89.4537 -45.65 33.7694 - 21 134.697 506 8 0 83.0183 -78.6549 33.75 - 21 221.543 1133 6 1 46.7827 -70.8846 -24.45 - 21 133.168 545 6 0 46.7524 -70.8718 -25.85 - 21 114.384 1129 5 1 46.0472 -70.7482 -54.45 - 21 87.104 546 5 0 45.8087 -70.6706 -55.85 - 21 25.0362 547 5 0 45.7595 -70.65 -56.1381 - 21 220.522 1105 4 1 41.1736 -68.4263 -84.45 - 21 106.141 558 4 0 40.9209 -68.3659 -85.85 - 21 144.222 1079 3 1 36.0025 -67.075 -114.45 - 21 147.992 564 3 0 35.8922 -67.1822 -115.85 - 21 128.774 1066 2 1 33.3031 -69.0605 -144.45 - 21 92.1424 553 2 0 33.2172 -69.3802 -145.85 - 21 30.1588 552 2 0 33.1908 -69.45 -146.157 - 21 67.7908 1045 1 1 29.0938 -75.1375 -174.45 - 21 69.9489 1044 1 1 29.05 -75.1901 -174.641 - 21 173.39 522 1 0 28.7531 -75.4913 -175.85 - 21 270.793 1014 0 1 23.0378 -81.5914 -204.45 - 21 127.087 1015 0 1 23.05 -81.5957 -204.483 - 21 198.219 491 0 0 23.5921 -81.7623 -205.851 - 21 138.908 442 0 0 23.4377 -91.714 -206.25 - 21 69.8019 1013 0 1 22.8496 -91.6296 -204.533 - 21 132.102 546 6 0 46.8176 -70.85 -25.8674 - 21 50.1487 1141 5 1 48.4334 -68.9356 -54.45 - 21 105.429 1142 5 1 48.45 -68.9288 -54.5827 - 21 81.4084 555 5 0 48.6074 -68.8606 -55.85 - 21 54.1211 556 5 0 48.6392 -68.85 -56.0798 - 21 115.946 1166 4 1 53.2771 -67.1761 -84.45 - 21 118.344 564 4 0 53.4684 -67.1688 -85.85 - 21 41.3784 1187 3 1 57.6057 -66.7941 -114.45 - 21 69.3456 1188 3 1 57.65 -66.7889 -114.63 - 21 140.359 566 3 0 57.947 -66.7669 -115.85 - 21 89.3312 1223 2 1 64.6699 -66.5939 -144.45 - 21 152.709 565 2 0 64.6594 -66.8691 -145.85 - 21 161.276 1220 1 1 64.1726 -72.5507 -174.45 - 21 11.1036 536 1 0 64.3701 -72.839 -175.85 - 21 89.3303 535 1 0 64.3777 -72.8501 -175.904 - 21 151.698 1239 0 1 67.9534 -78.5387 -204.45 - 21 106.821 506 0 0 68.1057 -78.6775 -205.85 -Number of digits in this event = 31 -Using G4ParticleGun ... -4.88751 LIN +Number of tracker hits in this event = 98 + 21 124.02 586 9 1 -62.7792 111.424 65.55 + 21 158.8 1456 9 0 -62.7806 111.424 64.15 + 21 145.083 586 8 1 -62.8116 111.421 35.55 + 21 138.51 1456 8 0 -62.8145 111.42 34.15 + 21 431.296 585 7 1 -62.875 111.407 5.55 + 21 171.451 1456 7 0 -62.8793 111.408 4.15 + 21 218.938 585 6 1 -62.9686 111.433 -24.45 + 21 120.237 1456 6 0 -62.9729 111.435 -25.85 + 21 276.424 584 5 1 -63.059 111.472 -54.45 + 21 225.446 1456 5 0 -63.0631 111.474 -55.85 + 21 167.782 584 4 1 -63.1572 111.512 -84.45 + 21 123.353 1456 4 0 -63.1636 111.513 -85.85 + 21 239.265 583 3 1 -63.2897 111.54 -114.45 + 21 122.479 1456 3 0 -63.2945 111.542 -115.85 + 21 130.915 583 2 1 -63.3479 111.573 -144.45 + 21 114.539 1457 2 0 -63.3527 111.573 -145.85 + 21 134.836 582 1 1 -63.4584 111.561 -174.45 + 21 259.951 1457 1 0 -63.4637 111.559 -175.85 + 21 167.507 582 0 1 -63.5787 111.513 -204.45 + 21 124.828 1456 0 0 -63.5849 111.509 -205.85 + 21 203.672 583 1 1 -63.45 111.561 -174.552 + 21 125.396 1455 7 0 -62.9037 111.342 4.15 + 21 132.371 583 6 1 -63.3354 110.664 -24.45 + 21 27.0823 1452 6 0 -63.3636 110.558 -25.85 + 21 222.012 1451 6 0 -63.3657 110.55 -25.9625 + 21 151.015 582 5 1 -63.5077 108.86 -54.4502 + 21 284.521 1442 5 0 -63.6258 108.711 -55.85 + 21 134.077 573 4 1 -65.3871 105.416 -84.45 + 21 134.49 1425 4 0 -65.4943 105.309 -85.85 + 21 114.688 562 3 1 -67.513 102.749 -114.45 + 21 154.461 1411 3 0 -67.6142 102.515 -115.85 + 21 105.421 550 2 1 -69.877 97.5438 -144.45 + 21 303.588 1385 2 0 -70.0974 97.2354 -145.85 + 21 2.36497 1384 2 0 -70.1582 97.1499 -146.243 + 21 141.322 527 1 1 -74.4734 90.9429 -174.45 + 21 138.257 1352 1 0 -74.5708 90.729 -175.85 + 21 86.2413 1353 1 0 -87.1133 90.8897 -176.25 + 21 79.847 1354 1 0 -87.2165 90.9503 -176.042 + 21 22.4959 460 1 1 -88.0059 91.3757 -174.85 + 21 212.006 459 1 1 -88.05 91.395 -174.796 + 21 12.8337 458 1 1 -88.25 91.5283 -174.49 + 21 74.0577 1457 7 0 -63.169 111.716 4.14958 + 21 93.4785 1458 7 0 -63.2037 111.75 3.99124 + 21 184.318 549 6 1 -70.0764 118.189 -24.45 + 21 120.261 1491 6 0 -70.3035 118.473 -25.8507 + 21 1.25766 1492 6 0 -70.3751 118.55 -26.2398 + 21 117.23 522 5 1 -75.5816 124.583 -54.4502 + 21 2.86197 521 5 1 -75.65 124.585 -54.8367 + 21 90.7256 1522 5 0 -75.8101 124.574 -55.85 + 21 101.906 499 4 1 -80.2354 123.22 -84.45 + 21 52.7368 1516 4 0 -80.2898 123.507 -85.85 + 21 59.7754 1517 4 0 -80.2976 123.55 -86.0606 + 21 105.625 494 3 1 -81.1967 128.501 -114.45 + 21 14.939 493 3 1 -81.25 128.62 -114.788 + 21 6.25153 1543 3 0 -81.4569 128.941 -115.85 + 21 118.399 1544 3 0 -81.4623 128.95 -115.878 + 21 136.576 483 2 1 -83.3825 141.85 -144.45 + 21 151.722 1612 2 0 -83.5417 142.552 -145.85 + 21 0.178516 1613 2 0 -83.5946 142.75 -146.249 + 21 198.913 465 1 1 -86.929 157.467 -174.45 + 21 42.203 1692 1 0 -86.8587 158.653 -175.85 + 21 75.0498 1693 1 0 -86.8497 158.75 -175.967 + 21 35.4145 1694 1 0 -86.8311 158.95 -176.203 + 21 66.5627 1476 6 0 -71.8872 115.426 -25.85 + 21 359.819 585 5 1 -62.9535 111.331 -54.45 + 21 40.62 583 4 1 -63.25 112.594 -84.7044 + 21 109.885 1462 4 0 -63.3001 112.579 -85.85 + 21 132.965 576 3 1 -64.7046 111.964 -114.45 + 21 144.164 1459 3 0 -64.7818 112.003 -115.85 + 21 90.0477 567 2 1 -66.6254 113.149 -144.45 + 21 37.8675 566 2 1 -66.65 113.143 -144.738 + 21 338.197 1464 2 0 -66.7459 113.118 -145.85 + 21 157.17 551 1 1 -69.6509 112.309 -174.45 + 21 49.7062 1468 1 0 -70.0262 113.822 -175.85 + 21 99.4784 1469 1 0 -70.0697 113.95 -175.98 + 21 165.323 1463 2 0 -66.7971 112.95 -146.017 + 21 8.3898 1337 3 0 -124.354 87.4533 -116.25 + 21 102.631 1453 5 0 -63.6025 110.934 -55.8501 + 21 100.257 1547 5 0 -114.903 129.576 -56.25 + 21 125.743 1548 5 0 -115.14 129.75 -56.131 + 21 182.265 1549 5 0 -115.592 129.95 -56.0622 + 21 34.3274 1550 5 0 -116.112 130.15 -56.2043 + 21 140.5 1455 5 0 -62.9519 111.328 -55.85 + 21 114.34 585 4 1 -62.9363 111.324 -84.45 + 21 115.139 1455 4 0 -62.9359 111.318 -85.85 + 21 154.601 585 3 1 -62.9344 111.175 -114.45 + 21 107.654 1455 3 0 -62.937 111.16 -115.85 + 21 113.915 585 2 1 -62.9934 110.864 -144.45 + 21 135.368 1453 2 0 -62.9983 110.851 -145.85 + 21 135.593 584 1 1 -63.0855 110.584 -174.45 + 21 124.258 1452 1 0 -63.0881 110.574 -175.85 + 21 117.53 584 0 1 -63.1498 110.375 -204.45 + 21 112.424 1451 0 0 -63.1486 110.364 -205.85 + 21 154.454 1484 3 1 117.089 122.459 -114.85 + 21 277.223 208 6 1 -138.414 -138.046 -24.85 + 21 91.5101 1290 2 0 -37.4404 78.25 -146.204 + 21 70.2426 1505 10 0 -71.6441 121.258 93.75 + 21 222.061 1506 10 0 -71.7088 121.35 93.8153 +Number of digits in this event = 57 +Using G4ParticleGun ... +1.57768 LIN e- Event: 22 -Number of tracker hits in this event = 319 - 22 123.532 1050 10 1 30.0618 -92.4535 95.55 - 22 105.776 438 10 0 30.0663 -92.4539 94.15 - 22 374.158 1050 9 1 30.1627 -92.4592 65.55 - 22 378.981 438 9 0 30.1645 -92.4556 64.15 - 22 322.476 1050 8 1 30.1984 -92.3837 35.55 - 22 534.925 438 8 0 30.1978 -92.3821 34.15 - 22 288.834 1050 7 1 30.1979 -92.3497 5.55 - 22 168.282 439 7 0 30.1993 -92.3455 4.15 - 22 598.615 1050 6 1 30.1964 -92.2548 -24.45 - 22 120.59 439 6 0 30.1962 -92.2487 -25.85 - 22 770.731 1050 5 1 30.1954 -92.1236 -54.45 - 22 262.903 440 5 0 30.1943 -92.1173 -55.85 - 22 122.096 1050 4 1 30.1685 -92.0015 -84.45 - 22 168.902 440 4 0 30.1679 -91.9947 -85.85 - 22 225.605 1050 3 1 30.16 -91.8494 -114.45 - 22 105.736 441 3 0 30.1597 -91.8409 -115.85 - 22 123.866 1050 2 1 30.1549 -91.6629 -144.45 - 22 111.737 442 2 0 30.1521 -91.6539 -145.85 - 22 269.58 1050 1 1 30.0891 -91.4698 -174.45 - 22 125.027 443 1 0 30.085 -91.46 -175.85 - 22 115.754 1049 0 1 30.0033 -91.2413 -204.45 - 22 202.632 444 0 0 29.999 -91.2324 -205.85 - 22 70.2727 1049 1 1 30.05 -91.4623 -174.511 - 22 39.9337 1048 1 1 29.8498 -91.411 -174.664 - 22 64.449 1047 1 1 29.65 -91.3888 -174.687 - 22 258.225 1046 1 1 29.45 -91.4526 -174.703 - 22 93.8162 1045 1 1 29.2498 -92.2686 -174.683 - 22 75.8162 1044 1 1 29.0499 -92.4679 -174.634 - 22 273.704 1043 1 1 28.85 -92.469 -174.48 - 22 80.7543 1042 1 1 28.6499 -92.6932 -174.635 - 22 61.3685 1041 1 1 28.4499 -92.8755 -174.626 - 22 286.095 1040 1 1 28.25 -92.9521 -174.533 - 22 30.9821 1039 1 1 28.0499 -92.3585 -174.552 - 22 242.353 419 3 0 30.2405 -96.2417 -116.25 - 22 111.049 418 3 0 30.3227 -96.35 -115.982 - 22 202.078 1049 5 1 30.05 -91.8894 -54.5822 - 22 83.5993 1048 5 1 29.85 -91.7721 -54.573 - 22 108.984 1047 5 1 29.65 -91.6228 -54.5806 - 22 31.4044 1046 5 1 29.45 -91.553 -54.8212 - 22 301.799 443 5 0 26.4479 -91.4552 -55.8501 - 22 266.486 483 3 1 -83.372 -90.452 -114.85 - 22 25.6671 482 3 1 -83.45 -90.4619 -114.728 - 22 170.699 438 7 0 30.2199 -92.3503 3.76073 - 22 169.054 504 7 0 -146.893 -79.25 4.05717 - 22 92.8134 503 7 0 -147.143 -79.2502 4.01574 - 22 251.127 438 6 0 30.1314 -92.35 -25.8962 - 22 115.529 1053 5 1 30.7093 -96.814 -54.45 - 22 257.176 415 5 0 30.5952 -96.9888 -55.85 - 22 170.348 1043 4 1 28.8133 -97.8914 -84.4503 - 22 109.996 411 4 0 28.3488 -97.8303 -85.85 - 22 99.8327 987 3 1 17.5356 -95.5801 -114.45 - 22 49.4163 986 3 1 17.45 -95.546 -114.709 - 22 149.661 423 3 0 17.0937 -95.4086 -115.85 - 22 119.352 940 2 1 8.12013 -91.5309 -144.451 - 22 19.7771 939 2 1 8.04996 -91.5083 -144.77 - 22 180.497 443 2 0 7.82073 -91.4591 -145.85 - 22 103.72 913 1 1 2.70546 -90.1635 -174.45 - 22 190.212 449 1 0 2.55236 -90.1614 -175.85 - 22 117.544 898 0 1 -0.256599 -90.6065 -204.45 - 22 145.374 448 0 0 -0.243192 -90.4854 -205.85 - 22 60.8468 974 4 1 14.8811 -119.559 -84.45 - 22 419.237 973 4 1 14.8499 -119.562 -84.5284 - 22 152.502 300 4 0 14.3293 -119.989 -85.85 - 22 123.059 920 3 1 4.19839 -122.536 -114.45 - 22 151.64 921 3 1 4.25028 -122.605 -114.632 - 22 137.125 284 3 0 4.82809 -123.155 -115.85 - 22 35.7118 283 3 0 4.98698 -123.35 -116.181 - 22 67.2909 23 3 0 -22.0471 -175.399 -116.25 - 22 142.729 22 3 0 -21.9896 -175.55 -116.166 - 22 104.794 21 3 0 -21.7462 -175.75 -116.201 - 22 96.8821 20 3 0 -21.8413 -175.95 -116.074 - 22 111.686 19 3 0 -22.0277 -176.15 -116.005 - 22 159.748 18 3 0 -21.968 -176.35 -115.992 - 22 119.625 1052 7 1 30.5007 -92.0233 5.55 - 22 95.0621 440 7 0 30.5166 -91.9949 4.15 - 22 81.0187 1053 6 1 30.8435 -91.4806 -24.45 - 22 179.386 1054 6 1 30.85 -91.4669 -24.7182 - 22 111.164 443 6 0 30.8785 -91.411 -25.85 - 22 147.539 1058 5 1 31.6525 -89.8986 -54.45 - 22 141.812 450 5 0 31.6684 -89.8662 -55.85 - 22 104.582 1059 4 1 32.0126 -89.3342 -84.45 - 22 135.25 453 4 0 32.0427 -89.3095 -85.85 - 22 125.778 1062 3 1 32.6308 -88.7674 -114.45 - 22 150.861 456 3 0 32.5476 -88.7088 -115.85 - 22 85.1559 1053 2 1 30.6729 -87.146 -144.45 - 22 80.0394 1052 2 1 30.6499 -87.1214 -144.641 - 22 131.386 465 2 0 30.4954 -86.9667 -145.85 - 22 119.864 1035 1 1 27.1964 -83.1281 -174.45 - 22 145.269 485 1 0 27.0172 -82.9947 -175.85 - 22 134.561 1016 0 1 23.34 -80.1011 -204.45 - 22 309.01 500 0 0 23.0679 -79.9313 -205.85 - 22 307.24 518 2 0 51.4011 -76.4378 -146.25 - 22 1.22503 1244 7 1 68.9687 29.0203 5.15 - 22 394.558 1065 2 1 33.1417 -87.6182 -144.481 - 22 81.937 1066 2 1 33.25 -87.5886 -144.59 - 22 179.564 1067 2 1 33.4504 -87.6217 -144.724 - 22 85.5302 1068 2 1 33.65 -87.6598 -144.822 - 22 123.662 455 2 0 36.2009 -88.8841 -145.85 - 22 94.5718 124 3 0 -64.6156 -155.15 -115.978 - 22 221.734 462 2 0 33.1656 -87.559 -145.85 - 22 130.01 1068 1 1 33.8386 -86.4074 -174.45 - 22 114.26 468 1 0 33.838 -86.3238 -175.85 - 22 125.158 1067 0 1 33.6247 -84.6143 -204.45 - 22 111.068 477 0 0 33.5566 -84.5198 -205.85 - 22 7.07702 1062 2 1 32.453 -87.4386 -144.45 - 22 243.696 1061 2 1 32.45 -87.4512 -144.463 - 22 81.6333 454 2 0 32.1601 -89.05 -145.968 - 22 46.4485 453 2 0 32.0887 -89.25 -146.171 - 22 51.5043 201 2 0 14.8155 -139.832 -146.25 - 22 102.537 200 2 0 14.8063 -139.95 -146.086 - 22 530.131 974 2 1 14.8833 -140.647 -144.85 - 22 106.17 973 2 1 14.85 -141.165 -144.579 - 22 266.948 179 2 0 12.9809 -144.226 -145.85 - 22 15.1407 1060 2 1 32.25 -87.6346 -144.793 - 22 206.496 459 2 0 31.9862 -88.0968 -145.85 - 22 140.794 1051 1 1 30.4083 -102.558 -174.45 - 22 86.6295 385 1 0 30.9454 -103.037 -175.85 - 22 38.8936 384 1 0 31.0641 -103.15 -176.142 - 22 0.913478 399 1 0 53.6149 -100.153 -176.25 - 22 150.095 400 1 0 53.6172 -100.15 -176.246 - 22 18.6802 401 1 0 53.6883 -99.9499 -175.909 - 22 50.0697 1169 1 1 54.0426 -99.6031 -174.85 - 22 96.9864 1170 1 1 54.05 -99.5562 -174.79 - 22 234.49 1171 1 1 54.2501 -99.5129 -174.65 - 22 92.6716 1172 1 1 54.45 -99.5509 -174.611 - 22 84.7353 1055 6 1 31.05 -91.9275 -24.662 - 22 48.6876 437 6 0 30.2721 -92.6152 -25.85 - 22 70.3187 436 6 0 30.2009 -92.75 -25.9533 - 22 126.94 435 6 0 30.1748 -92.95 -25.9921 - 22 398.088 434 6 0 29.9859 -93.15 -25.9579 - 22 136.545 1051 5 1 30.422 -92.6047 -54.45 - 22 133.364 437 5 0 30.4639 -92.6042 -55.85 - 22 121.852 1055 4 1 31.2321 -92.5866 -84.45 - 22 140.936 437 4 0 31.2927 -92.589 -85.85 - 22 155.708 1063 3 1 32.681 -92.5036 -114.45 - 22 135.193 438 3 0 32.7457 -92.5376 -115.85 - 22 113.886 1070 2 1 34.1547 -93.3583 -144.45 - 22 311.666 434 2 0 34.2392 -93.3331 -145.85 - 22 106.931 1080 1 1 36.0772 -92.8068 -174.45 - 22 117.379 437 1 0 36.1739 -92.7206 -175.85 - 22 120.187 1090 0 1 38.2233 -91.0348 -204.45 - 22 106.203 445 0 0 38.3125 -90.9704 -205.85 - 22 84.8741 1091 0 1 38.2876 -91.1029 -204.45 - 22 53.7033 1092 0 1 38.45 -91.1607 -204.705 - 22 139.304 442 0 0 39.2585 -91.5725 -205.85 - 22 16.5985 441 0 0 39.5669 -91.75 -206.209 - 22 7.51564 433 2 0 34.1545 -93.35 -145.928 - 22 444.231 1052 5 1 30.5104 -92.4967 -54.45 - 22 382.657 438 5 0 30.528 -92.4755 -55.85 - 22 106.871 1054 4 1 31.0194 -91.9906 -84.45 - 22 117.716 441 4 0 31.1101 -91.9248 -85.85 - 22 99.5235 1064 3 1 32.8915 -90.5658 -114.45 - 22 99.563 448 3 0 32.962 -90.3827 -115.85 - 22 33.8924 449 3 0 32.9762 -90.35 -116.113 - 22 112.596 1073 2 1 34.6683 -86.7 -144.45 - 22 99.6048 467 2 0 34.7911 -86.6133 -145.85 - 22 174.287 1084 1 1 37.0061 -84.8284 -174.45 - 22 37.2002 1085 1 1 37.05 -84.8241 -174.771 - 22 113.2 476 1 0 37.1996 -84.8287 -175.85 - 22 243.547 1107 0 1 41.4542 -85.6203 -204.45 - 22 146.687 472 0 0 41.7639 -85.6292 -205.85 - 22 126.799 1106 0 1 41.4499 -85.6081 -204.603 - 22 59.2512 441 5 0 30.3203 -91.7983 -55.85 - 22 2.00587 1045 5 1 29.1792 -92.5286 -54.85 - 22 105.158 1052 4 1 30.4925 -92.7981 -84.45 - 22 111.634 436 4 0 30.4805 -92.8287 -85.85 - 22 125.419 432 3 0 30.0578 -93.6203 -115.85 - 22 109.198 1044 2 1 29.0329 -95.1405 -144.45 - 22 125.038 424 2 0 29.0127 -95.1778 -145.85 - 22 140.304 421 1 0 28.7566 -95.9093 -175.85 - 22 122.662 1044 0 1 28.8957 -96.1951 -204.45 - 22 120.329 419 0 0 28.9181 -96.22 -205.85 - 22 25.143 478 3 0 -50.9027 -84.2923 -116.25 - 22 124.578 479 3 0 -50.9926 -84.2499 -116.09 - 22 119.058 480 3 0 -51.0315 -84.05 -116.003 - 22 208.616 1062 8 1 32.4913 -91.0598 35.5499 - 22 121.968 447 8 0 32.4412 -90.6566 34.15 - 22 10.683 448 8 0 32.4113 -90.55 33.7731 - 22 62.5623 1020 7 1 24.1956 -82.5606 5.54992 - 22 83.0782 1019 7 1 24.05 -82.4832 5.38544 - 22 9.83493 1018 7 1 23.85 -82.3734 5.18277 - 22 31.7471 490 7 0 22.636 -81.888 4.15 - 22 180.324 491 7 0 22.5374 -81.85 4.06781 - 22 0.904041 845 6 1 -10.8523 -68.2268 -24.45 - 22 216.583 846 6 1 -10.8497 -68.227 -24.4521 - 22 103.115 847 6 1 -10.6499 -68.227 -24.6231 - 22 20.6396 848 6 1 -10.45 -68.2112 -24.8058 - 22 109.572 560 6 0 -9.0296 -67.9169 -25.8502 - 22 61.5952 561 6 0 -8.68987 -67.85 -26.1141 - 22 124.633 616 5 0 30.0015 -56.7853 -55.85 - 22 397.489 617 5 0 29.8852 -56.65 -56.132 - 22 37.6881 1219 5 1 63.85 -64.6245 -54.506 - 22 200.98 1220 5 1 64.0504 -64.5877 -54.5865 - 22 210.999 1076 7 1 35.3412 -83.185 5.55 - 22 137.716 485 7 0 35.4467 -82.9554 4.15 - 22 38.5655 1092 6 1 38.5791 -79.8054 -24.45 - 22 66.7128 1093 6 1 38.65 -79.8238 -24.5992 - 22 214.772 500 6 0 39.2571 -79.9606 -25.8501 - 22 110.589 1168 5 1 53.7711 -85.7974 -54.45 - 22 3.58678 1169 5 1 53.85 -85.8017 -54.8318 - 22 143.558 471 5 0 54.0997 -85.8004 -55.85 - 22 50.2555 1198 4 1 59.772 -86.3271 -84.45 - 22 100.863 1199 4 1 59.85 -86.2646 -84.6112 - 22 23.2084 470 4 0 60.485 -85.8619 -85.8501 - 22 129.372 471 4 0 60.5036 -85.85 -85.8869 - 22 86.0368 1271 3 1 74.3867 -76.2746 -114.45 - 22 111.816 1272 3 1 74.45 -76.2444 -114.514 - 22 52.8973 1273 3 1 74.65 -76.1375 -114.744 - 22 80.5894 521 3 0 75.6006 -75.719 -115.85 - 22 99.9394 522 3 0 75.7569 -75.65 -116.027 - 22 177.029 1424 2 1 105.052 -64.2974 -144.45 - 22 43.3971 577 2 0 104.847 -64.6081 -145.85 - 22 82.2867 576 2 0 104.821 -64.65 -146.007 - 22 96.6081 1408 1 1 101.764 -75.3189 -174.45 - 22 65.541 1409 1 1 101.95 -75.474 -174.728 - 22 64.9551 519 1 0 102.802 -76.1461 -175.85 - 22 89.0548 518 1 0 102.93 -76.2503 -176.017 - 22 107.244 1525 0 1 125.216 -98.0167 -204.45 - 22 128.145 409 0 0 125.208 -98.2716 -205.85 - 22 65.9408 324 0 0 107.745 -115.214 -206.25 - 22 101.026 323 0 0 107.64 -115.35 -206.128 - 22 159.77 322 0 0 107.454 -115.55 -205.968 - 22 126.24 321 0 0 107.363 -115.75 -205.894 - 22 16.7602 320 0 0 107.196 -115.95 -205.872 - 22 20.1028 1426 0 1 105.404 -117.331 -204.85 - 22 76.6974 1425 0 1 105.35 -117.371 -204.815 - 22 64.476 1424 0 1 105.15 -117.481 -204.716 - 22 161.812 1423 0 1 104.95 -117.574 -204.64 - 22 264.216 1422 0 1 104.75 -117.668 -204.603 - 22 245.303 316 0 0 104.676 -116.911 -205.85 - 22 78.9055 317 0 0 104.684 -116.75 -206.188 - 22 10.3529 318 0 0 104.551 -116.55 -206.227 - 22 61.215 388 0 0 87.2044 -102.385 -206.25 - 22 186.246 387 0 0 87.2057 -102.55 -206.164 - 22 114.854 1045 8 1 29.2111 -92.475 35.55 - 22 121.834 1047 7 1 29.4953 -91.7442 5.54938 - 22 123.332 442 7 0 29.4031 -91.6725 4.14988 - 22 101.607 1036 6 1 27.3682 -90.3763 -24.45 - 22 106.196 449 6 0 27.0848 -90.3283 -25.85 - 22 164.67 1033 5 1 26.7339 -89.5609 -54.4505 - 22 413.969 1032 5 1 26.6499 -89.5558 -54.7466 - 22 118.844 452 5 0 26.3889 -89.4809 -55.851 - 22 1.44436 453 5 0 26.2776 -89.45 -56.2418 - 22 203.197 972 4 1 14.65 -87.074 -84.7628 - 22 26.9457 472 4 0 13.5656 -85.5155 -85.85 - 22 88.7936 473 4 0 13.5228 -85.45 -85.8925 - 22 74.4341 474 4 0 13.3656 -85.25 -86.0862 - 22 142.974 846 3 1 -10.789 -47.2748 -114.45 - 22 40.1069 847 3 1 -10.65 -47.2813 -114.727 - 22 184.313 663 3 0 -10.0374 -47.4002 -115.85 - 22 14.5108 664 3 0 -9.71833 -47.25 -116.221 - 22 186.296 449 5 0 26.4071 -90.15 -55.9144 - 22 256.247 1014 1 1 22.8996 -89.4227 -174.45 - 22 183.987 453 1 0 22.8784 -89.2825 -175.85 - 22 22.1117 454 1 0 22.8758 -89.25 -176.187 - 22 237.575 1017 0 1 23.45 -87.6974 -204.482 - 22 7.73933 1018 0 1 23.65 -87.5456 -204.82 - 22 76.5548 464 0 0 24.2999 -87.1219 -205.85 - 22 82.0665 465 0 0 24.4085 -87.0497 -206.013 - 22 105.769 995 0 1 19.1145 -88.1364 -204.45 - 22 3.03231 994 0 1 19.05 -88.1866 -204.84 - 22 111.079 458 0 0 18.8947 -88.298 -205.85 - 22 128.75 1053 4 1 30.7452 -92.8191 -84.45 - 22 86.1382 435 4 0 30.7358 -93.1012 -85.8506 - 22 41.8069 434 4 0 30.739 -93.15 -86.0983 - 22 434.915 1056 3 1 31.3869 -100.108 -114.45 - 22 165.191 397 3 0 31.5497 -100.572 -115.85 - 22 60.3199 348 2 0 34.0176 -110.427 -145.85 - 22 101.043 347 2 0 34.0622 -110.55 -145.999 - 22 123.956 1107 1 1 41.5238 -127.368 -174.451 - 22 66.6549 259 1 0 41.4769 -128.216 -175.85 - 22 60.9382 258 1 0 41.4688 -128.35 -176.074 - 22 110.341 33 1 0 16.2448 -173.377 -176.25 - 22 2.46231 32 1 0 15.972 -173.55 -175.853 - 22 401.646 976 1 1 15.3464 -173.931 -174.85 - 22 324.475 975 1 1 15.25 -174.159 -174.486 - 22 22.5092 977 1 1 15.45 -174.403 -174.79 - 22 158.155 29 1 0 16.2134 -174.229 -175.85 - 22 20.6549 36 1 0 14.8413 -172.781 -175.85 - 22 98.3204 37 1 0 14.8356 -172.75 -175.894 - 22 23.1826 38 1 0 14.8098 -172.55 -176.16 - 22 16.4952 10 1 0 14.0105 -177.95 -175.851 - 22 42.1753 1057 3 1 31.45 -100.05 -114.537 - 22 158.8 1055 3 1 31.25 -100.151 -114.556 - 22 115.983 1001 4 1 20.417 -82.4144 -84.45 - 22 76.5094 485 4 0 19.8525 -82.9369 -85.85 - 22 64.851 484 4 0 19.7738 -83.05 -86.0636 - 22 36.9425 970 3 1 14.103 -104.822 -114.45 - 22 185.668 969 3 1 14.05 -104.945 -114.481 - 22 185.94 968 3 1 13.8499 -105.544 -114.585 - 22 31.9847 364 3 0 13.2882 -107.246 -115.85 - 22 74.4499 363 3 0 13.2558 -107.35 -115.927 - 22 60.3509 362 3 0 13.2064 -107.55 -116.004 - 22 71.5622 361 3 0 13.1669 -107.75 -116.064 - 22 84.8115 360 3 0 13.1103 -107.95 -116.135 - 22 185.897 359 3 0 13.0464 -108.15 -116.192 - 22 57.4914 358 3 0 12.9791 -108.35 -116.211 - 22 59.4727 357 3 0 12.9149 -108.55 -116.206 - 22 89.4706 356 3 0 12.8636 -108.75 -116.202 - 22 48.7605 355 3 0 12.808 -108.95 -116.197 - 22 74.4356 354 3 0 12.7462 -109.15 -116.168 - 22 64.7667 353 3 0 12.6525 -109.35 -116.157 - 22 54.4769 352 3 0 12.5684 -109.55 -116.134 - 22 83.1293 351 3 0 12.4329 -109.75 -116.141 - 22 104.937 350 3 0 12.2122 -109.95 -116.158 - 22 75.8622 349 3 0 12.0049 -110.15 -116.166 - 22 102.139 348 3 0 11.7899 -110.35 -116.131 - 22 80.1933 347 3 0 11.5356 -110.55 -116.124 - 22 139.944 346 3 0 11.3718 -110.75 -116.148 - 22 102.112 345 3 0 11.1599 -110.95 -116.104 - 22 92.5068 344 3 0 10.8668 -111.15 -116.019 - 22 108.7 343 3 0 10.6043 -111.35 -115.981 - 22 251.578 342 3 0 10.3038 -111.55 -115.998 - 22 27.3277 341 3 0 9.94362 -111.75 -115.925 - 22 53.7957 946 3 1 9.27012 -112.193 -114.85 - 22 182.046 945 3 1 9.24996 -112.209 -114.81 - 22 17.6178 944 3 1 9.04975 -112.371 -114.484 - 22 5.13848 195 3 0 28.9342 -141.143 -116.25 - 22 166.637 194 3 0 28.9336 -141.15 -116.247 -Number of digits in this event = 136 -Using G4ParticleGun ... -7.94106 LIN +Number of tracker hits in this event = 62 + 22 226.79 1045 10 1 29.0589 -99.9264 95.55 + 22 180.793 401 10 0 29.0566 -99.9234 94.15 + 22 214.67 1044 9 1 29.0218 -99.8606 65.55 + 22 134.42 401 9 0 29.0141 -99.863 64.15 + 22 179.594 1044 8 1 28.8955 -99.8662 35.55 + 22 109.464 401 8 0 28.8915 -99.872 34.15 + 22 276.353 1043 7 1 28.8064 -99.994 5.55 + 22 107.879 400 7 0 28.7913 -100.002 4.15 + 22 131.706 1042 6 1 28.501 -100.205 -24.45 + 22 107.321 399 6 0 28.4827 -100.223 -25.85 + 22 144.791 1040 5 1 28.1108 -100.589 -54.45 + 22 115.427 397 5 0 28.1027 -100.583 -55.85 + 22 100.211 1039 4 1 27.9352 -100.43 -84.45 + 22 128.305 398 4 0 27.9344 -100.415 -85.85 + 22 90.8851 1039 3 1 27.9837 -100.049 -114.45 + 22 131.316 400 3 0 27.9542 -99.9937 -115.85 + 22 242.494 1036 2 1 27.2665 -98.7847 -144.45 + 22 131.845 407 2 0 27.2208 -98.6893 -145.85 + 22 247.051 1031 1 1 26.295 -96.7743 -174.45 + 22 127.972 417 1 0 26.2275 -96.705 -175.85 + 22 99.649 1023 0 1 24.8216 -95.2738 -204.45 + 22 115.272 424 0 0 24.7703 -95.2163 -205.85 + 22 41.6884 872 1 1 -5.45 -45.0811 -174.587 + 22 471.955 1037 2 1 27.5506 -101.302 -144.45 + 22 42.9621 393 2 0 27.785 -101.518 -145.85 + 22 89.6992 392 2 0 27.8089 -101.55 -146.018 + 22 139.044 1063 1 1 32.6857 -106.383 -174.45 + 22 261.692 366 1 0 32.6025 -106.809 -175.85 + 22 271.176 1069 0 1 34.011 -115.339 -204.45 + 22 84.617 1070 0 1 34.05 -116.155 -204.757 + 22 9.2172 303 0 0 35.4111 -119.511 -205.85 + 22 182.519 302 0 0 35.4284 -119.55 -205.864 + 22 88.9875 301 0 0 35.4831 -119.75 -205.936 + 22 61.2382 300 0 0 35.4016 -119.95 -206.012 + 22 136.665 299 0 0 35.3349 -120.15 -206.09 + 22 61.2407 298 0 0 35.1458 -120.35 -206.181 + 22 3.2594 1104 1 1 40.958 -106.316 -174.85 + 22 137.225 372 1 0 44.1224 -105.716 -175.85 + 22 131.589 395 2 0 27.6093 -101.145 -145.85 + 22 130.928 1046 1 1 29.4046 -98.6135 -174.45 + 22 106.924 407 1 0 29.5004 -98.7171 -175.85 + 22 45.2162 1052 0 1 30.5397 -98.0484 -204.45 + 22 87.8582 1053 0 1 30.65 -98.0409 -204.572 + 22 9.62105 1054 0 1 30.8501 -98.0379 -204.811 + 22 161.484 410 0 0 31.6938 -98.088 -205.85 + 22 145.116 1046 10 1 29.25 -100.297 95.375 + 22 76.0323 1047 10 1 29.45 -100.567 95.3116 + 22 89.6077 1048 10 1 29.6504 -100.823 95.2581 + 22 84.1225 1049 10 1 29.85 -101.061 95.2714 + 22 90.8426 1050 10 1 30.05 -101.228 95.2805 + 22 51.2325 1051 10 1 30.25 -101.333 95.2819 + 22 130.433 1052 10 1 30.45 -101.438 95.2615 + 22 78.8024 1053 10 1 30.65 -101.565 95.2214 + 22 221.114 1054 10 1 30.85 -101.754 95.2094 + 22 0.570726 1055 10 1 31.05 -102.153 95.1508 + 22 23.6016 376 10 0 32.4622 -104.869 94.1499 + 22 63.8408 375 10 0 32.5084 -104.95 94.1197 + 22 68.2442 374 10 0 32.6202 -105.15 94.0364 + 22 87.2708 373 10 0 32.7788 -105.35 93.9541 + 22 116.225 372 10 0 32.8979 -105.55 93.8711 + 22 66.5389 371 10 0 33.1257 -105.75 93.788 + 22 171.705 679 0 0 29.0693 -44.25 -205.894 +Number of digits in this event = 31 +Using G4ParticleGun ... +6.36168 LIN e- Event: 23 -Number of tracker hits in this event = 100 - 23 105.646 1353 9 1 90.7791 90.4263 65.55 - 23 123.515 1351 9 0 90.7793 90.427 64.15 - 23 114.443 1353 8 1 90.7855 90.446 35.55 - 23 182.197 1351 8 0 90.7856 90.4465 34.15 - 23 150.738 1353 7 1 90.79 90.4553 5.55 - 23 120.007 1351 7 0 90.7902 90.4562 4.15 - 23 125.242 1353 6 1 90.7922 90.474 -24.45 - 23 331.68 1351 6 0 90.7934 90.4737 -25.85 - 23 380.311 1353 5 1 90.8144 90.4668 -54.45 - 23 390.605 1351 5 0 90.8149 90.466 -55.85 - 23 230.298 1353 4 1 90.8247 90.4544 -84.45 - 23 153.97 1351 4 0 90.8257 90.4538 -85.85 - 23 429.564 1353 3 1 90.8411 90.4409 -114.45 - 23 116.161 1351 3 0 90.8424 90.4408 -115.85 - 23 653.609 1353 2 1 90.8632 90.4394 -144.45 - 23 367.423 1351 2 0 90.8648 90.4393 -145.85 - 23 123.324 1353 1 1 90.8961 90.441 -174.45 - 23 121.121 1351 1 0 90.8967 90.4417 -175.85 - 23 155.378 1353 0 1 90.9089 90.4578 -204.45 - 23 267.52 1351 0 0 90.9096 90.4575 -205.85 - 23 41.1719 1639 3 0 155.381 148.023 -116.25 - 23 242.4 1354 3 1 90.95 90.4731 -114.71 - 23 202.767 1352 3 0 91.2867 90.6061 -115.85 - 23 249.294 1401 2 1 100.395 91.8398 -144.451 - 23 26.4519 1402 2 1 100.55 91.8443 -144.749 - 23 136.643 1358 2 0 101.117 91.8587 -145.85 - 23 41.6976 1473 1 1 114.904 90.9002 -174.45 - 23 113.335 1474 1 1 114.95 90.8982 -174.552 - 23 134.276 1353 1 0 115.529 90.9354 -175.85 - 23 71.1439 1354 1 0 115.681 90.95 -176.185 - 23 130.511 1541 0 1 128.374 92.6468 -204.45 - 23 155.378 1362 0 0 128.782 92.6318 -205.85 - 23 200.352 1400 2 1 100.35 91.8967 -144.507 - 23 117.087 1349 3 0 90.8604 90.0466 -115.85 - 23 225.28 1312 2 0 90.8173 82.6105 -145.85 - 23 167.327 1347 1 1 89.5209 73.84 -174.45 - 23 270.339 1267 1 0 89.6117 73.5534 -175.85 - 23 160.261 1350 0 1 90.2277 68.9495 -204.45 - 23 47.7427 1242 0 0 90.05 68.5707 -206.071 - 23 87.072 1266 1 0 89.6646 73.45 -176.146 - 23 46.3931 1346 1 1 89.45 73.8021 -174.707 - 23 104.096 1271 1 0 88.65 74.3398 -175.85 - 23 149.543 1272 1 0 88.4335 74.45 -176.006 - 23 48.8941 1332 1 1 86.5856 74.7572 -174.85 - 23 75.3184 1331 1 1 86.45 74.7036 -174.762 - 23 341.058 1330 1 1 86.25 74.6042 -174.706 - 23 102.169 1350 2 0 90.6392 90.3411 -145.85 - 23 108.008 1339 1 0 85.8658 88.0144 -175.85 - 23 78.2375 1299 0 1 79.8962 88.8234 -204.45 - 23 22.2975 1298 0 1 79.8499 88.8465 -204.757 - 23 94.2084 1344 0 0 79.677 88.9153 -205.85 - 23 122.327 1360 1 1 92.214 89.3735 -174.45 - 23 311.745 1346 1 0 92.2625 89.4122 -175.851 - 23 108.571 1364 0 1 93.0339 90.4624 -204.45 - 23 3.55111 1345 1 0 92.3393 89.25 -176.242 - 23 96.5465 1397 1 0 122.174 99.5521 -176.25 - 23 128.27 1355 4 1 91.2796 89.7336 -84.45 - 23 14.3511 1351 3 1 90.544 96.6153 -114.45 - 23 138.713 1352 3 1 90.55 96.6193 -114.492 - 23 46.5037 1382 3 0 90.8053 96.7383 -115.85 - 23 84.9553 1383 3 0 90.8268 96.75 -115.97 - 23 155.859 1378 2 1 95.8072 101.458 -144.45 - 23 22.2211 1411 2 0 96.2186 102.514 -145.85 - 23 92.143 1412 2 0 96.2327 102.55 -145.899 - 23 40.6795 1413 2 0 96.3211 102.75 -146.164 - 23 235.183 1437 1 1 107.563 125.548 -174.45 - 23 38.5194 1533 1 0 107.612 126.844 -175.85 - 23 85.1211 1534 1 0 107.617 126.95 -175.962 - 23 26.8616 1535 1 0 107.642 127.15 -176.175 - 23 34.1387 1445 0 1 109.33 148.484 -204.45 - 23 85.7101 1446 0 1 109.35 148.507 -204.577 - 23 101.09 1644 0 0 109.561 148.969 -205.85 - 23 18.9853 1645 0 0 109.644 149.15 -206.191 - 23 54.8992 1352 5 0 90.849 90.55 -56.0504 - 23 104.206 1358 4 1 91.8359 92.0603 -84.4501 - 23 78.8159 1359 4 0 91.8849 92.1332 -85.8501 - 23 18.5947 1360 4 0 91.8979 92.15 -86.1645 - 23 131.708 1370 3 1 94.202 93.0527 -114.45 - 23 133.51 1363 3 0 94.2284 92.9267 -115.851 - 23 64.1822 1374 2 1 95.005 92.163 -144.45 - 23 83.7541 1375 2 1 95.1501 92.2347 -144.658 - 23 81.5716 1362 2 0 95.9174 92.6657 -145.85 - 23 67.4345 1363 2 0 96.0455 92.75 -146.073 - 23 167.925 1464 1 1 113.08 109.794 -174.45 - 23 20.3351 1463 1 1 112.95 110.106 -174.806 - 23 59.218 1454 1 0 112.508 111.012 -175.85 - 23 91.9933 1455 1 0 112.442 111.15 -176.009 - 23 6.96883 1456 1 0 112.372 111.35 -176.228 - 23 127.56 1576 1 0 112.624 135.472 -176.25 - 23 189.149 1465 1 1 113.249 135.203 -174.85 - 23 53.7293 1466 1 1 113.35 135.17 -174.594 - 23 90.3962 1451 1 0 114.147 110.421 -175.85 - 23 235.216 1452 1 0 114.315 110.551 -176.038 - 23 0.804867 1453 1 0 114.802 110.75 -175.852 - 23 2.68561 1481 1 1 116.544 112.043 -174.85 - 23 93.8921 1482 1 1 116.55 112.048 -174.846 - 23 125.759 1483 1 1 116.75 112.345 -174.729 - 23 61.8764 1484 1 1 116.95 112.414 -174.659 - 23 86.1864 1485 1 1 117.15 112.516 -174.592 - 23 24.3947 1486 1 1 117.35 112.595 -174.486 -Number of digits in this event = 46 +Number of tracker hits in this event = 36 + 23 116.015 1384 10 1 97.0631 60.9883 95.55 + 23 128.265 1204 10 0 97.062 60.9871 94.15 + 23 128.647 1384 9 1 97.0398 60.953 65.55 + 23 109.548 1204 9 0 97.0387 60.9515 64.15 + 23 147.976 1384 8 1 97.0185 60.9266 35.55 + 23 159.4 1204 8 0 97.0178 60.9258 34.15 + 23 125.582 1384 7 1 96.9954 60.9033 5.55 + 23 135.532 1204 7 0 96.9917 60.9028 4.15 + 23 99.2695 1383 6 1 96.9105 60.8753 -24.45 + 23 113.147 1204 6 0 96.9065 60.8769 -25.85 + 23 249.302 1383 5 1 96.8274 60.9049 -54.45 + 23 149.839 1204 5 0 96.8223 60.9092 -55.85 + 23 106.203 1382 4 1 96.7163 60.9908 -84.45 + 23 104.793 1204 4 0 96.7124 60.9957 -85.85 + 23 113.081 1382 3 1 96.6353 61.1091 -114.45 + 23 135.135 1205 3 0 96.6342 61.1163 -115.85 + 23 95.3231 1382 2 1 96.6107 61.2559 -144.45 + 23 133.531 1206 2 0 96.6055 61.2639 -145.85 + 23 139.644 1381 1 1 96.4991 61.4194 -174.45 + 23 104.06 1206 1 0 96.4933 61.4252 -175.85 + 23 107.194 1381 0 1 96.3725 61.5479 -204.45 + 23 281.446 1207 0 0 96.3648 61.55 -205.85 + 23 197.318 1428 6 0 87.3757 105.794 -26.2499 + 23 99.8043 531 7 1 -73.65 42.3207 5.35791 + 23 42.9128 1186 5 0 -120.164 57.337 -55.85 + 23 58.3594 532 7 1 -73.65 42.2893 5.53991 + 23 140.506 1241 2 0 79.5721 68.2857 -146.25 + 23 10.1608 1299 2 1 80.0279 67.9655 -144.85 + 23 418.781 1300 2 1 80.0501 67.9519 -144.823 + 23 198.268 1206 0 0 96.309 61.45 -205.989 + 23 51.001 1201 5 0 97.728 60.3429 -55.85 + 23 182.922 1389 5 1 98.0647 57.6352 -54.85 + 23 37.494 1382 0 1 96.7253 60.9511 -204.45 + 23 260.141 1383 0 1 96.751 60.954 -204.545 + 23 154.256 1384 0 1 96.95 60.7205 -204.547 + 23 64.6985 1385 0 1 97.1501 60.7408 -204.622 +Number of digits in this event = 22 Using G4ParticleGun ... -9.45197 LIN +4.43134 LIN e- Event: 24 -Number of tracker hits in this event = 84 - 24 117.756 775 11 1 -24.9011 -34.7163 125.55 - 24 120.231 726 11 0 -24.9009 -34.7161 124.15 - 24 142.949 775 10 1 -24.8984 -34.7115 95.55 - 24 117.523 726 10 0 -24.8978 -34.7108 94.15 - 24 107.19 775 9 1 -24.8869 -34.6964 65.55 - 24 105.339 726 9 0 -24.8866 -34.6959 64.15 - 24 209.918 775 8 1 -24.8815 -34.683 35.55 - 24 95.8264 726 8 0 -24.8829 -34.6776 34.15 - 24 115.787 775 7 1 -24.8738 -34.5233 5.55 - 24 112.681 727 7 0 -24.8716 -34.5098 4.15 - 24 131.491 775 6 1 -24.8812 -34.2594 -24.45 - 24 27.4512 728 6 0 -24.8844 -34.2507 -25.85 - 24 82.7555 729 6 0 -24.8847 -34.25 -25.9745 - 24 414.944 775 5 1 -24.9605 -34.0234 -54.45 - 24 139.912 730 5 0 -24.962 -34.03 -55.85 - 24 362.52 775 4 1 -24.9506 -34.2038 -84.45 - 24 132.922 729 4 0 -24.9513 -34.1979 -85.85 - 24 187.936 775 3 1 -24.9929 -34.0923 -114.45 - 24 146.562 729 3 0 -25.0024 -34.077 -115.85 - 24 459.342 774 2 1 -25.2078 -33.7417 -144.45 - 24 206.248 731 2 0 -25.2207 -33.7208 -145.85 - 24 128.671 772 1 1 -25.4895 -33.2362 -174.45 - 24 182.642 734 1 0 -25.5068 -33.2066 -175.85 - 24 105.303 771 0 1 -25.8302 -32.5417 -204.45 - 24 195.143 737 0 0 -25.8499 -32.5176 -205.85 - 24 59.1578 854 0 0 -46.3989 -9.25 -206.158 - 24 24.8333 855 0 0 -46.5548 -9.05 -205.906 - 24 198.299 664 0 1 -47.1027 -9.29993 -204.85 - 24 293.011 736 0 0 -25.7088 -32.65 -205.935 - 24 15.9823 756 0 1 -28.801 -32.5685 -204.85 - 24 353.169 755 0 1 -28.85 -32.5823 -204.842 - 24 15.3426 754 0 1 -29.0502 -32.7973 -204.646 - 24 92.9177 733 1 0 -25.562 -33.25 -175.922 - 24 132.1 732 1 0 -25.5855 -33.4501 -176.083 - 24 135.027 731 1 0 -25.5166 -33.65 -176.139 - 24 46.3793 733 2 0 -25.0781 -33.2917 -145.85 - 24 334.99 734 2 0 -25.0676 -33.25 -145.977 - 24 75.4344 797 2 0 -28.2022 -20.4664 -146.25 - 24 70.8799 798 2 0 -28.223 -20.4499 -146.19 - 24 43.94 756 2 1 -28.8009 -21.6272 -144.85 - 24 128.51 755 2 1 -28.85 -21.7404 -144.734 - 24 125.249 754 2 1 -29.0501 -22.0295 -144.512 - 24 144.309 729 2 0 -25.8145 -34.0566 -145.85 - 24 188.61 773 2 1 -25.2502 -34.1019 -144.808 - 24 182.907 772 2 1 -25.45 -34.019 -144.664 - 24 49.6482 776 8 1 -24.85 -34.6945 35.3628 - 24 245.047 727 5 0 -24.8551 -34.6255 -55.85 - 24 346.976 776 4 1 -24.7033 -34.7139 -84.45 - 24 137.743 726 4 0 -24.6923 -34.7051 -85.85 - 24 228.729 778 3 1 -24.4144 -34.5322 -114.45 - 24 334.632 727 3 0 -24.4138 -34.5378 -115.85 - 24 102.417 777 2 1 -24.4784 -34.6751 -144.45 - 24 186.188 726 2 0 -24.4952 -34.6767 -145.85 - 24 398.523 775 1 1 -24.8705 -34.7353 -174.45 - 24 136.176 726 1 0 -24.8968 -34.7192 -175.85 - 24 113.635 773 0 1 -25.3818 -34.3852 -204.45 - 24 144.042 728 0 0 -25.3986 -34.3806 -205.85 - 24 373.683 727 4 0 -24.8167 -34.5769 -85.85 - 24 219.893 728 3 0 -24.2958 -34.3749 -115.85 - 24 134.792 780 2 1 -23.9932 -33.1886 -144.45 - 24 113.973 778 1 1 -24.3066 -32.3638 -174.45 - 24 136.213 738 1 0 -24.2858 -32.3496 -175.85 - 24 108.604 780 0 1 -23.964 -32.1555 -204.45 - 24 110.667 739 0 0 -23.9437 -32.1721 -205.85 - 24 269.238 776 3 1 -24.696 -34.3082 -114.45 - 24 98.6129 778 2 1 -24.4446 -33.7127 -144.45 - 24 209.34 779 1 1 -24.1549 -33.046 -174.45 - 24 113.217 735 1 0 -24.1587 -33.0253 -175.85 - 24 105.326 779 0 1 -24.1513 -32.7126 -204.45 - 24 121.425 776 2 1 -24.8256 -34.5592 -144.45 - 24 326.521 727 2 0 -24.8271 -34.5577 -145.85 - 24 419.507 727 1 0 -24.8595 -34.5412 -175.85 - 24 189.822 775 0 1 -24.8735 -34.5539 -204.45 - 24 336.766 727 0 0 -24.8733 -34.5528 -205.85 - 24 43.3089 733 7 0 63.2754 -33.3565 3.75 - 24 83.6167 733 0 1 -33.25 -4.9628 -204.485 - 24 20.9024 799 3 1 -20.1378 -31.3678 -114.45 - 24 108.242 776 0 1 -24.85 -34.417 -204.516 - 24 205.304 777 0 1 -24.65 -34.2298 -204.82 - 24 11.5217 734 0 0 -23.3959 -33.0685 -205.85 - 24 179.427 735 0 0 -23.3708 -33.05 -205.869 - 24 113.766 774 0 1 -25.1877 -34.549 -204.45 - 24 133.856 776 1 1 -24.8295 -34.5063 -174.45 - 24 120.331 778 0 1 -24.4227 -34.5927 -204.45 -Number of digits in this event = 52 +Number of tracker hits in this event = 36 + 24 109.743 845 11 1 -10.9096 -38.3427 125.55 + 24 223.135 708 11 0 -10.9095 -38.3434 124.15 + 24 145.629 845 10 1 -10.905 -38.3558 95.55 + 24 122.887 708 10 0 -10.9035 -38.3577 94.15 + 24 258.224 845 9 1 -10.8645 -38.3927 65.55 + 24 206.382 708 9 0 -10.8634 -38.3918 64.15 + 24 196.015 846 8 1 -10.8484 -38.3764 35.55 + 24 110.412 708 8 0 -10.847 -38.3735 34.15 + 24 113.901 846 7 1 -10.8193 -38.3228 5.55 + 24 143.694 708 7 0 -10.8164 -38.3179 4.15 + 24 192.499 846 6 1 -10.7639 -38.2268 -24.45 + 24 126.03 709 6 0 -10.7593 -38.2236 -25.85 + 24 125.082 846 5 1 -10.6635 -38.1578 -54.45 + 24 132.991 709 5 0 -10.6608 -38.1554 -55.85 + 24 117.871 847 4 1 -10.607 -38.0961 -84.45 + 24 133.4 709 4 0 -10.6025 -38.0937 -85.85 + 24 109.664 847 3 1 -10.5017 -38.0456 -114.45 + 24 105.718 710 3 0 -10.4981 -38.0424 -115.85 + 24 140.501 848 2 1 -10.4322 -37.9781 -144.45 + 24 108.336 710 2 0 -10.4263 -37.9708 -145.85 + 24 207.639 848 1 1 -10.3209 -37.8267 -174.45 + 24 212.21 711 1 0 -10.3191 -37.8274 -175.85 + 24 737.956 848 0 1 -10.2891 -37.8317 -204.45 + 24 522.363 711 0 0 -10.2852 -37.8279 -205.85 + 24 27.3875 719 3 0 -28.1655 -36.1755 -116.25 + 24 65.2138 718 3 0 -28.1593 -36.2504 -116.224 + 24 164.859 717 3 0 -28.1275 -36.4502 -116.146 + 24 167.783 716 3 0 -27.9531 -36.65 -115.938 + 24 165.185 767 3 1 -26.5947 -37.5197 -114.85 + 24 385.388 768 3 1 -26.4499 -37.628 -114.606 + 24 98.2637 769 3 1 -26.25 -38.284 -114.676 + 24 146.276 513 1 0 -150.724 -77.25 -176.169 + 24 101.084 672 3 0 7.49407 -45.4942 -116.25 + 24 137.346 938 3 1 7.71889 -45.6187 -114.85 + 24 123.229 710 0 0 -10.2756 -37.8602 -205.85 + 24 116.618 1526 2 0 113.147 125.352 -145.85 +Number of digits in this event = 27 Using G4ParticleGun ... -9.1389 LIN +8.46987 LIN e- Event: 25 -Number of tracker hits in this event = 42 - 25 103.302 1056 10 1 31.4376 -85.4531 95.55 - 25 115.03 472 10 0 31.4372 -85.4527 94.15 - 25 143.962 1056 9 1 31.4245 -85.4412 65.55 - 25 136.416 473 9 0 31.4241 -85.441 64.15 - 25 259.921 1056 8 1 31.4171 -85.4358 35.55 - 25 138.796 473 8 0 31.4178 -85.4358 34.15 - 25 378 1056 7 1 31.4409 -85.4326 5.55 - 25 106.862 473 7 0 31.4418 -85.4323 4.15 - 25 129.331 1057 6 1 31.4609 -85.4193 -24.45 - 25 111.77 473 6 0 31.4621 -85.4188 -25.85 - 25 126.591 1057 5 1 31.4897 -85.4083 -54.45 - 25 109.155 473 5 0 31.4914 -85.4081 -55.85 - 25 134.013 1057 4 1 31.5269 -85.402 -84.45 - 25 108.338 473 4 0 31.5292 -85.4015 -85.85 - 25 130.824 1057 3 1 31.5821 -85.3804 -114.45 - 25 133.168 473 3 0 31.5838 -85.3795 -115.85 - 25 177.701 1057 2 1 31.6197 -85.3604 -144.45 - 25 105.456 473 2 0 31.6216 -85.3602 -145.85 - 25 104.201 1058 1 1 31.6631 -85.3584 -174.45 - 25 114.453 473 1 0 31.6652 -85.3584 -175.85 - 25 102.545 1058 0 1 31.7085 -85.3558 -204.45 - 25 100.691 473 0 0 31.7111 -85.3546 -205.85 - 25 18.4082 767 3 1 -26.45 -68.8151 -114.618 - 25 127.289 537 1 0 -41.5526 -72.5366 -176.25 - 25 156.332 691 1 1 -41.7971 -72.2317 -174.85 - 25 2.9414 692 1 1 -41.65 -72.0404 -174.457 - 25 117.13 1057 8 1 31.4502 -85.6616 35.4047 - 25 260.223 1058 8 1 31.6506 -85.8778 35.5365 - 25 110.82 1059 8 1 31.85 -85.8031 35.2798 - 25 307.446 471 7 0 31.3248 -85.6676 4.15 - 25 38.76 1057 7 1 31.4577 -85.4762 5.55 - 25 47.4453 470 7 0 31.3769 -85.8502 3.90204 - 25 71.8151 1034 6 1 27.0188 -87.7804 -24.45 - 25 62.9087 1033 6 1 26.8497 -87.9024 -24.6772 - 25 11.904 457 6 0 25.8721 -88.6353 -25.85 - 25 107.246 456 6 0 25.8523 -88.65 -25.8722 - 25 65.1563 455 6 0 25.6113 -88.85 -26.1242 - 25 120.057 908 5 1 1.70346 -106.741 -54.45 - 25 36.938 365 5 0 1.64671 -107.105 -55.85 - 25 105.258 364 5 0 1.63898 -107.15 -55.9654 - 25 4.28364 580 5 0 4.33466 -63.8724 -56.25 - 25 17.1231 581 5 0 4.32468 -63.85 -56.2451 -Number of digits in this event = 18 +Number of tracker hits in this event = 115 + 25 146.875 602 10 1 -59.5973 -91.248 95.55 + 25 99.7538 444 10 0 -59.5979 -91.2485 94.15 + 25 110.362 602 9 1 -59.6107 -91.2605 65.55 + 25 134.133 444 9 0 -59.6119 -91.2612 64.15 + 25 105.74 602 8 1 -59.6355 -91.2723 35.55 + 25 105.97 444 8 0 -59.637 -91.2739 34.15 + 25 114.918 601 7 1 -59.6703 -91.314 5.55 + 25 339.568 444 7 0 -59.6663 -91.3218 4.15 + 25 103.207 602 6 1 -59.583 -91.4705 -24.45 + 25 144.265 443 6 0 -59.5784 -91.478 -25.85 + 25 127.615 602 5 1 -59.4802 -91.6274 -54.45 + 25 111.889 442 5 0 -59.4774 -91.6368 -55.85 + 25 132.479 603 4 1 -59.4284 -91.8361 -84.45 + 25 152.702 441 4 0 -59.4277 -91.8439 -85.85 + 25 141.47 603 3 1 -59.4066 -91.9847 -114.45 + 25 150.043 440 3 0 -59.4051 -91.9892 -115.85 + 25 103.986 603 2 1 -59.3701 -92.0802 -144.45 + 25 134.719 440 2 0 -59.368 -92.0852 -145.85 + 25 131.843 603 1 1 -59.3362 -92.1807 -174.45 + 25 123.001 439 1 0 -59.337 -92.1965 -175.85 + 25 103.599 603 0 1 -59.3375 -92.536 -204.45 + 25 125.252 437 0 0 -59.3363 -92.5508 -205.85 + 25 24.5416 487 2 0 -50.1656 -82.4636 -146.25 + 25 355.783 488 2 0 -50.148 -82.45 -146.182 + 25 19.4233 601 0 1 -59.8472 -91.3924 -204.45 + 25 92.0914 600 0 1 -59.85 -91.3942 -204.457 + 25 48.879 442 0 0 -59.3637 -91.5821 -205.851 + 25 64.5297 443 0 0 -59.3056 -91.55 -206.029 + 25 20.6963 550 0 0 -79.4722 -69.9102 -206.25 + 25 375.576 551 0 0 -79.4938 -69.8499 -206.216 + 25 142.547 502 0 1 -79.5505 -73.0826 -204.85 + 25 218.212 602 7 1 -59.5362 -91.2056 5.55 + 25 93.4016 446 7 0 -59.6056 -90.8932 4.15 + 25 251.44 576 6 1 -64.7162 -83.2513 -24.45 + 25 6.03344 484 6 0 -64.7858 -83.054 -25.85 + 25 145.069 485 6 0 -64.7872 -83.05 -25.8773 + 25 197.254 572 5 1 -65.6243 -79.9902 -54.45 + 25 31.512 509 5 0 -65.4465 -78.1454 -55.8501 + 25 60.9986 510 5 0 -65.4394 -78.0495 -55.9265 + 25 69.9265 511 5 0 -65.4417 -77.85 -56.0913 + 25 191.93 573 4 1 -65.3867 -42.7386 -84.45 + 25 74.9044 694 4 0 -65.3445 -41.25 -85.8502 + 25 117.907 695 4 0 -65.3353 -41.0499 -86.0543 + 25 2.68693 696 4 0 -65.3297 -40.85 -86.2465 + 25 238.004 573 3 1 -65.3686 -12.4704 -114.45 + 25 8.85427 847 3 0 -65.4801 -10.472 -115.85 + 25 66.5207 848 3 0 -65.4815 -10.45 -115.866 + 25 142.808 849 3 0 -65.4917 -10.2499 -116.011 + 25 124.88 850 3 0 -65.5557 -10.05 -116.168 + 25 103.803 465 2 1 -86.9603 30.6825 -144.45 + 25 28.8735 464 2 1 -87.05 30.4901 -144.763 + 25 90.9414 1047 2 0 -87.3581 29.628 -145.85 + 25 69.7059 1046 2 0 -87.4123 29.45 -146.082 + 25 23.4645 499 1 1 -80.2027 16.5101 -174.45 + 25 106.1 498 1 1 -80.25 16.5423 -174.492 + 25 188.937 497 1 1 -80.45 16.7848 -174.722 + 25 57.2397 990 1 0 -80.8578 18.0686 -175.85 + 25 68.6054 991 1 0 -80.8868 18.25 -176.002 + 25 62.2952 992 1 0 -80.9118 18.4505 -176.109 + 25 19.4677 993 1 0 -80.9621 18.65 -176.212 + 25 48.6218 500 1 1 -80.05 16.4414 -174.486 + 25 9.26062 851 3 0 -65.3765 -9.85 -116.229 + 25 69.4053 1741 3 0 -75.1904 168.357 -116.25 + 25 66.4131 1742 3 0 -75.239 168.55 -116.201 + 25 53.8475 1743 3 0 -75.2696 168.75 -116.139 + 25 83.0894 1744 3 0 -75.283 168.95 -116.067 + 25 56.8773 1745 3 0 -75.3123 169.15 -115.977 + 25 38.9749 1746 3 0 -75.3366 169.35 -115.896 + 25 182.903 521 3 1 -75.8391 171.619 -114.85 + 25 109.607 520 3 1 -75.85 171.671 -114.827 + 25 83.3854 522 3 1 -75.65 172.458 -114.48 + 25 101.225 523 3 1 -75.45 172.675 -114.48 + 25 72.0498 524 3 1 -75.25 172.867 -114.533 + 25 97.7975 525 3 1 -75.05 173.068 -114.573 + 25 113.127 526 3 1 -74.85 173.307 -114.605 + 25 77.6057 527 3 1 -74.65 173.544 -114.631 + 25 113.118 528 3 1 -74.45 173.722 -114.671 + 25 96.9407 529 3 1 -74.2496 173.943 -114.708 + 25 203.305 530 3 1 -74.05 174.258 -114.715 + 25 176.605 531 3 1 -73.85 174.84 -114.621 + 25 62.794 532 3 1 -73.6499 175.424 -114.465 + 25 77.7931 533 3 1 -73.45 175.578 -114.589 + 25 108.303 1776 3 0 -73.2057 175.391 -115.85 + 25 140.517 600 6 1 -59.8902 -90.8032 -24.4502 + 25 113.151 447 6 0 -60.0066 -90.6879 -25.85 + 25 143.575 587 5 1 -62.6145 -88.4393 -54.4516 + 25 47.2723 458 5 0 -62.7095 -88.2712 -55.85 + 25 76.7337 459 5 0 -62.7206 -88.25 -56.0204 + 25 243.352 577 4 1 -64.5317 -84.4944 -84.45 + 25 133.45 478 4 0 -64.7452 -84.3495 -85.85 + 25 130.947 553 3 1 -69.2915 -81.3194 -114.45 + 25 164.103 494 3 0 -69.6049 -81.2479 -115.85 + 25 84.6758 520 2 1 -76.0446 -80.0224 -144.45 + 25 121.925 519 2 1 -76.05 -80.0181 -144.486 + 25 241.167 501 2 0 -76.2635 -79.8371 -145.85 + 25 197.872 522 1 0 -80.6207 -75.619 -175.85 + 25 97.0962 490 0 1 -81.9746 -69.8036 -204.45 + 25 291.373 552 0 0 -82.0669 -69.5246 -205.85 + 25 8.11926 553 0 0 -82.0897 -69.45 -206.232 + 25 158.055 549 0 0 -98.023 -70.0915 -206.25 + 25 131.881 405 0 1 -99.0194 -70.5706 -204.85 + 25 174.509 404 0 1 -99.15 -70.6402 -204.603 + 25 386.729 403 0 1 -99.35 -70.8212 -204.629 + 25 212.126 402 0 1 -99.55 -70.9311 -204.754 + 25 283.774 493 3 0 -69.6186 -81.25 -115.941 + 25 39.1042 576 4 1 -64.6502 -84.4765 -84.7114 + 25 146.389 477 4 0 -65.1997 -84.6272 -85.8502 + 25 29.3294 468 3 1 -86.3666 -86.828 -114.45 + 25 66.9814 467 3 1 -86.4505 -86.8242 -114.513 + 25 40.4843 466 3 1 -86.65 -86.8249 -114.66 + 25 55.4813 465 3 1 -86.85 -86.8085 -114.74 + 25 6.58747 464 3 1 -87.0502 -86.7483 -114.838 + 25 108.91 472 3 0 -88.8263 -85.6035 -115.85 + 25 104.434 473 3 0 -89.063 -85.45 -115.997 + 25 36.5326 474 3 0 -89.3923 -85.2498 -116.19 +Number of digits in this event = 48 Using G4ParticleGun ... -4.51974 LIN +4.71714 LIN e- Event: 26 -Number of tracker hits in this event = 40 - 26 103.687 1102 10 1 40.6056 -82.8952 95.55 - 26 96.034 485 10 0 40.6044 -82.8959 94.15 - 26 117.377 1102 9 1 40.5801 -82.9116 65.55 - 26 142.024 485 9 0 40.5782 -82.9143 64.15 - 26 139.572 1102 8 1 40.5423 -82.9714 35.55 - 26 130.997 485 8 0 40.5407 -82.9734 34.15 - 26 173.371 1102 7 1 40.5049 -83.0128 5.55 - 26 106.417 485 7 0 40.5025 -83.0146 4.15 - 26 193.275 1102 6 1 40.453 -83.052 -24.45 - 26 149.761 484 6 0 40.4512 -83.0526 -25.85 - 26 93.9893 1101 5 1 40.4202 -83.06 -54.45 - 26 146.616 484 5 0 40.4358 -83.0579 -55.85 - 26 138.06 1104 4 1 41.0448 -83.0428 -84.45 - 26 117.631 485 4 0 41.0629 -83.0382 -85.85 - 26 105.022 1107 3 1 41.594 -82.8959 -114.45 - 26 376.777 485 3 0 41.7311 -82.8822 -115.85 - 26 121.754 1121 2 1 44.3119 -82.5971 -144.45 - 26 115.212 487 2 0 44.4242 -82.5783 -145.85 - 26 100.034 1133 1 1 46.8028 -82.1086 -174.45 - 26 196.57 490 1 0 46.7572 -82.0244 -175.85 - 26 188.362 1127 0 1 45.5644 -80.3837 -204.45 - 26 119.92 498 0 0 45.5541 -80.2848 -205.85 - 26 207.825 1101 3 1 40.3869 -83.0355 -114.45 - 26 133.298 1101 2 1 40.3857 -83.0231 -144.45 - 26 474.385 485 2 0 40.3864 -83.0217 -145.85 - 26 260.598 1101 1 1 40.4065 -82.9886 -174.45 - 26 403.393 485 1 0 40.4071 -82.9866 -175.85 - 26 249.462 1101 0 1 40.4112 -82.9532 -204.45 - 26 128.039 485 0 0 40.4126 -82.9494 -205.85 - 26 23.8405 366 1 1 -106.75 26.1386 -174.596 - 26 30.6207 486 1 0 40.4716 -82.85 -176.178 - 26 150.186 1102 2 1 40.4682 -83.0212 -144.45 - 26 246.083 1102 0 1 40.5168 -82.7298 -204.45 - 26 118.049 486 0 0 40.5509 -82.7415 -205.85 - 26 0.04822 1089 2 1 38.0088 -83.1309 -144.85 - 26 0.112447 481 2 0 7.69448 -83.7759 -145.85 - 26 0.00868541 801 2 1 -19.7001 -83.9473 -144.85 - 26 0.16348 479 2 0 -36.2441 -84.1602 -145.85 - 26 0.114377 597 2 1 -60.6496 -81.8177 -144.85 - 26 19.2365 503 2 0 -69.1888 -79.3524 -145.85 -Number of digits in this event = 24 +Number of tracker hits in this event = 71 + 26 232.561 345 10 1 -111.071 -16.8215 95.55 + 26 112.193 816 10 0 -111.073 -16.8209 94.15 + 26 118.054 345 9 1 -111.124 -16.8057 65.55 + 26 131.227 816 9 0 -111.127 -16.8046 64.15 + 26 242.953 344 8 1 -111.187 -16.7835 35.55 + 26 160.252 816 8 0 -111.191 -16.7839 34.15 + 26 212.978 344 7 1 -111.268 -16.7935 5.55 + 26 149.334 816 7 0 -111.27 -16.7959 4.15 + 26 117.766 344 6 1 -111.308 -16.8489 -24.45 + 26 107.432 816 6 0 -111.309 -16.8494 -25.85 + 26 125.276 344 5 1 -111.339 -16.8632 -54.45 + 26 99.2227 815 5 0 -111.341 -16.8647 -55.85 + 26 196.075 343 4 1 -111.402 -16.8893 -84.45 + 26 290.312 815 4 0 -111.404 -16.8879 -85.85 + 26 131.192 343 3 1 -111.507 -16.8395 -114.45 + 26 98.1089 816 3 0 -111.508 -16.8379 -115.85 + 26 153.239 343 2 1 -111.524 -16.8119 -144.45 + 26 117.487 816 2 0 -111.525 -16.8136 -145.85 + 26 245.366 343 1 1 -111.533 -16.8362 -174.45 + 26 115.719 816 1 0 -111.534 -16.8366 -175.85 + 26 403.457 342 0 1 -111.568 -16.8653 -204.45 + 26 306.009 815 0 0 -111.568 -16.8639 -205.85 + 26 7.06077 1684 5 0 12.0198 157.035 -56.25 + 26 134.323 1685 5 0 12.0933 157.15 -56.0792 + 26 172.674 1686 5 0 12.0156 157.35 -56.0894 + 26 18.5528 426 1 0 -49.5922 -94.7693 -176.25 + 26 9.5092 442 2 0 -70.2139 -91.6588 -146.25 + 26 148.29 461 2 0 -70.9849 -87.772 -146.249 + 26 34.477 462 2 0 -71.1417 -87.6499 -145.907 + 26 252.817 541 2 1 -71.7841 -86.9835 -144.85 + 26 136.407 542 2 1 -71.65 -86.7793 -144.712 + 26 84.4262 341 0 1 -111.75 -16.8937 -204.658 + 26 108.549 816 0 0 -112.068 -16.7602 -205.85 + 26 106.425 814 0 0 -112.318 -17.05 -206.139 + 26 132.474 815 1 0 -111.551 -16.9538 -175.85 + 26 239.554 70 6 1 -165.981 101.244 -24.85 + 26 131.146 342 1 1 -111.56 -16.9791 -174.45 + 26 100.088 813 1 0 -112.017 -17.3629 -175.85 + 26 29.8788 812 1 0 -112.105 -17.45 -176.146 + 26 149.973 296 0 1 -120.81 -26.6025 -204.45 + 26 92.805 766 0 0 -120.822 -26.7961 -205.85 + 26 24.174 765 0 0 -120.82 -26.8501 -206.154 + 26 30.9789 673 0 0 -83.1493 -45.25 -206.214 + 26 130.409 775 5 0 -61.1703 -25.035 -56.25 + 26 48.3341 774 5 0 -61.1127 -25.05 -56.1649 + 26 254.6 344 4 1 -111.277 -17.0668 -84.45 + 26 139.343 345 4 1 -111.108 -16.391 -84.4502 + 26 470.895 346 4 1 -110.95 -16.3968 -84.5638 + 26 18.7696 347 4 1 -110.75 -15.9774 -84.8235 + 26 34.6523 338 4 1 -112.353 -16.8089 -84.45 + 26 42.5207 814 4 0 -110.227 -17.0841 -85.85 + 26 289.566 816 4 0 -109.559 -16.85 -86.1072 + 26 30.325 817 4 0 -108.702 -16.6499 -85.8776 + 26 26.562 374 4 1 -105.254 -15.7319 -84.85 + 26 146.344 375 4 1 -105.15 -15.6973 -84.8329 + 26 14.3179 851 4 0 -95.6119 -9.67339 -85.85 + 26 91.1009 852 4 0 -95.5738 -9.65 -85.8541 + 26 6.20471 472 4 1 -85.4753 1.94514 -84.85 + 26 72.2395 473 4 1 -85.45 1.97242 -84.8463 + 26 76.3411 474 4 1 -85.25 2.11086 -84.7616 + 26 72.4676 475 4 1 -85.05 2.2432 -84.5936 + 26 56.2264 476 4 1 -84.85 2.37486 -84.5082 + 26 62.5646 477 4 1 -84.65 2.47716 -84.4667 + 26 100.385 478 4 1 -84.45 2.57917 -84.5058 + 26 55.5426 479 4 1 -84.2494 2.6242 -84.568 + 26 63.3854 480 4 1 -84.0497 2.69786 -84.6278 + 26 63.9302 481 4 1 -83.85 2.75521 -84.5998 + 26 73.4504 482 4 1 -83.65 2.86479 -84.5718 + 26 101.683 483 4 1 -83.45 2.85677 -84.6046 + 26 280.842 484 4 1 -83.25 2.86159 -84.5865 + 26 252.591 485 4 1 -83.05 2.91404 -84.652 +Number of digits in this event = 34 Using G4ParticleGun ... -7.16404 LIN +2.65144 LIN e- Event: 27 -Number of tracker hits in this event = 51 - 27 115.128 1241 11 1 68.3655 30.6184 125.55 - 27 180 1052 11 0 68.3655 30.6192 124.15 - 27 172.087 1241 10 1 68.3679 30.6359 95.55 - 27 108.233 1052 10 0 68.3684 30.6368 94.15 - 27 123.85 1241 9 1 68.3758 30.6577 65.55 - 27 103.933 1053 9 0 68.3756 30.6586 64.15 - 27 129.191 1241 8 1 68.3687 30.6791 35.55 - 27 115.568 1053 8 0 68.368 30.6802 34.15 - 27 107.535 1241 7 1 68.3549 30.7011 5.55 - 27 113.096 1053 7 0 68.3537 30.7032 4.15 - 27 161.973 1241 6 1 68.3214 30.7482 -24.45 - 27 112.482 1053 6 0 68.3203 30.7505 -25.85 - 27 130.825 1241 5 1 68.2992 30.8002 -54.45 - 27 122.813 1053 5 0 68.2973 30.8038 -55.85 - 27 225.791 1241 4 1 68.2696 30.8783 -84.45 - 27 105.544 1054 4 0 68.2702 30.8799 -85.85 - 27 104.854 1241 3 1 68.281 30.923 -114.45 - 27 122.805 1054 3 0 68.2809 30.9225 -115.85 - 27 126.298 1241 2 1 68.2809 30.9026 -144.45 - 27 125.292 1054 2 0 68.2784 30.898 -145.85 - 27 288.683 1240 1 1 68.2361 30.8099 -174.45 - 27 306.352 1053 1 0 68.2367 30.8053 -175.85 - 27 186.958 1241 0 1 68.2622 30.7128 -204.45 - 27 144.045 1053 0 0 68.2614 30.7108 -205.85 - 27 4.35576 944 2 1 8.94472 62.4931 -144.85 - 27 107.475 1357 6 0 56.7704 91.6863 -26.25 - 27 119.824 1356 6 0 56.8784 91.5498 -26.2201 - 27 48.6556 1266 6 0 94.4459 73.3853 -26.25 - 27 120.092 943 2 1 8.84975 62.5559 -144.687 - 27 67.52 1644 1 0 9.85217 149.126 -176.25 - 27 81.8113 1645 1 0 9.80736 149.15 -176.209 - 27 107.259 1240 0 1 68.1648 31.0742 -204.45 - 27 117.199 1054 0 0 68.1916 31.0191 -205.85 - 27 63.7994 1240 4 1 68.25 30.8616 -84.5089 - 27 291.583 1242 3 1 68.4844 30.7484 -114.45 - 27 229.33 1053 3 0 68.4913 30.7502 -115.85 - 27 257.274 1242 2 1 68.6435 30.7289 -144.45 - 27 7.75815 1243 2 1 68.65 30.7303 -144.825 - 27 232.657 1053 2 0 68.6644 30.733 -145.85 - 27 422.193 1245 1 1 69.1027 30.7221 -174.45 - 27 124.851 1051 1 0 68.9954 30.4342 -175.85 - 27 137.674 1233 0 1 66.8486 24.6513 -204.45 - 27 144.253 1021 0 0 66.686 24.3887 -205.851 - 27 93.0056 603 1 0 47.1444 -59.3563 -176.25 - 27 223.118 604 1 0 47.1613 -59.25 -175.933 - 27 15.1216 1135 1 1 47.2052 -57.7061 -174.85 - 27 185.9 616 1 0 48.4512 -56.7233 -175.85 - 27 278.648 1247 1 1 69.4795 31.4645 -174.45 - 27 132.183 1057 1 0 69.4888 31.5683 -175.85 - 27 249.605 1248 0 1 69.6663 33.7169 -204.45 - 27 103.94 1068 0 0 69.7052 33.7838 -205.85 -Number of digits in this event = 31 +Number of tracker hits in this event = 123 + 27 132.037 661 11 1 -47.8152 -52.4154 125.55 + 27 217.09 638 11 0 -47.8133 -52.4124 124.15 + 27 128.042 661 10 1 -47.7544 -52.3484 95.55 + 27 117.538 638 10 0 -47.7522 -52.3442 94.15 + 27 101.384 661 9 1 -47.7015 -52.2637 65.55 + 27 151.823 638 9 0 -47.7001 -52.2601 64.15 + 27 356.324 661 8 1 -47.6562 -52.1718 35.55 + 27 157.31 639 8 0 -47.6547 -52.1667 34.15 + 27 155.879 662 7 1 -47.6151 -52.0688 5.55 + 27 123.857 639 7 0 -47.6132 -52.0657 4.15 + 27 157.502 662 6 1 -47.5865 -51.9867 -24.45 + 27 180.523 640 6 0 -47.5853 -51.981 -25.85 + 27 144.05 662 5 1 -47.5687 -51.8543 -54.45 + 27 148.469 641 5 0 -47.5686 -51.8473 -55.85 + 27 108.718 662 4 1 -47.5479 -51.6974 -84.45 + 27 317.581 641 4 0 -47.5442 -51.6886 -85.85 + 27 236.04 662 3 1 -47.4624 -51.4828 -114.45 + 27 108.402 642 3 0 -47.4543 -51.4741 -115.85 + 27 255.154 663 2 1 -47.297 -51.3256 -144.45 + 27 119.363 643 2 0 -47.2899 -51.3131 -145.85 + 27 89.2442 664 1 1 -47.1373 -51.0609 -174.45 + 27 190.565 644 1 0 -47.1294 -51.0559 -175.85 + 27 131.139 665 0 1 -46.9913 -50.9663 -204.45 + 27 155.674 645 0 0 -46.9918 -50.9538 -205.85 + 27 9.64349 983 2 1 16.7369 -8.93977 -144.85 + 27 127.872 984 2 1 16.85 -8.87407 -144.598 + 27 101.165 661 6 1 -47.65 -51.9612 -24.5441 + 27 131.935 638 6 0 -47.5302 -52.3016 -25.85 + 27 281.978 668 6 0 -92.3187 -46.3149 -26.2493 + 27 18.8608 669 6 0 -92.3576 -46.2499 -26.1408 + 27 89.8034 661 3 1 -47.7035 -50.715 -114.45 + 27 106.073 646 3 0 -47.7656 -50.8262 -115.85 + 27 46.1788 645 3 0 -47.7723 -50.85 -116.095 + 27 52.1436 659 2 1 -48.079 -53.9809 -144.45 + 27 54.4492 660 2 1 -48.05 -54.0232 -144.623 + 27 96.3948 628 2 0 -47.8655 -54.3629 -145.851 + 27 21.5843 627 2 0 -47.8086 -54.45 -146.178 + 27 6.14237 680 1 1 -43.8646 -62.4897 -174.45 + 27 121.487 681 1 1 -43.85 -62.4976 -174.488 + 27 112.195 586 1 0 -43.2053 -62.652 -175.85 + 27 110.389 756 0 1 -28.7092 -60.3743 -204.45 + 27 19.4051 757 0 1 -28.65 -60.1375 -204.79 + 27 88.3214 603 0 0 -28.5011 -59.3663 -205.85 + 27 270.474 604 0 0 -28.4778 -59.25 -206.017 + 27 140.682 615 0 0 -33.2202 -56.9004 -206.25 + 27 226.759 614 0 0 -33.1972 -57.05 -205.936 + 27 204.316 641 3 0 -47.5385 -51.6932 -115.85 + 27 115.204 638 2 0 -47.3958 -52.3896 -145.85 + 27 156.402 665 1 1 -46.8782 -53.0325 -174.45 + 27 3.08643 635 1 0 -46.8504 -53.0498 -175.85 + 27 110.664 634 1 0 -46.8502 -53.05 -175.862 + 27 92.798 668 0 1 -46.2751 -53.4212 -204.45 + 27 108.822 633 0 0 -46.2688 -53.4389 -205.85 + 27 73.3963 512 0 1 -77.45 -33.8857 -204.528 + 27 229.35 651 2 1 -49.8413 -72.0167 -144.45 + 27 57.8487 652 2 1 -49.65 -72.1531 -144.722 + 27 137.924 653 2 1 -49.4496 -72.1816 -144.612 + 27 113.141 654 2 1 -49.25 -72.3702 -144.539 + 27 430.126 540 2 0 -49.1242 -71.9229 -145.85 + 27 180.813 709 0 0 -63.2778 -38.1534 -206.25 + 27 141.21 638 8 0 -47.7772 -52.3459 34.1499 + 27 132.454 660 7 1 -48.0427 -53.5665 5.55 + 27 15.0026 634 7 0 -48.0497 -53.0665 4.15 + 27 174.734 635 7 0 -48.0508 -53.05 4.10987 + 27 172.255 671 6 1 -45.7612 -40.5373 -24.4501 + 27 61.1765 672 6 1 -45.6498 -40.3793 -24.64 + 27 40.5952 702 6 0 -45.1597 -39.5884 -25.85 + 27 58.6297 703 6 0 -45.1154 -39.4499 -25.9612 + 27 62.1096 704 6 0 -45.0698 -39.25 -26.1035 + 27 66.3214 1209 6 0 -17.2216 61.8884 -26.25 + 27 45.2751 1210 6 0 -17.1715 62.05 -26.1988 + 27 123.473 1211 6 0 -17.0903 62.25 -26.1855 + 27 72.1806 1212 6 0 -16.9683 62.45 -26.1918 + 27 285.786 1213 6 0 -16.8572 62.65 -26.1976 + 27 86.7779 1214 6 0 -16.7072 62.8501 -26.1544 + 27 62.707 1215 6 0 -16.5132 63.05 -26.0017 + 27 1.05868 1216 6 0 -16.4552 63.2503 -25.8537 + 27 91.0776 815 6 1 -16.9227 64.298 -24.8499 + 27 113.561 814 6 1 -17.0503 64.5771 -24.6197 + 27 65.2864 813 6 1 -17.2502 64.842 -24.462 + 27 41.1857 1178 4 1 55.7266 -47.5761 -84.45 + 27 143.467 1177 4 1 55.65 -47.4781 -84.4955 + 27 158.658 663 4 0 55.2134 -47.3231 -85.85 + 27 64.9235 662 4 0 55.2147 -47.45 -86.1648 + 27 282.896 661 4 0 55.208 -47.65 -86.1356 + 27 20.7128 1119 6 0 -12.9481 44.0325 -26.25 + 27 163.433 1120 6 0 -12.9484 44.05 -26.2132 + 27 121.942 830 6 1 -13.8905 43.7247 -24.85 + 27 122.917 829 6 1 -14.05 43.8299 -24.6536 + 27 179.429 828 6 1 -14.2501 43.9827 -24.5624 + 27 143.946 827 6 1 -14.45 44.1739 -24.6722 + 27 27.5059 86 7 0 -134.9 -162.903 3.75003 + 27 69.5984 85 7 0 -134.97 -162.95 3.76194 + 27 119.974 640 8 0 -47.8018 -51.9405 34.15 + 27 2.68799 641 8 0 -47.808 -51.85 33.7597 + 27 128.466 658 7 1 -48.3085 -45.3412 5.54992 + 27 118.995 675 7 0 -48.4564 -45.0489 4.15 + 27 99.862 640 6 1 -51.8747 -39.23 -24.45 + 27 152.624 706 6 0 -51.9093 -38.8337 -25.85 + 27 152.971 643 5 1 -51.4024 -30.2305 -54.45 + 27 106 753 5 0 -51.2751 -29.4323 -55.85 + 27 22.0235 754 5 0 -51.2541 -29.25 -56.1822 + 27 132.615 652 4 1 -49.635 -14.5218 -84.45 + 27 115.945 832 4 0 -49.0959 -13.6422 -85.85 + 27 124.328 833 4 0 -48.9678 -13.45 -86.1573 + 27 161.9 715 3 1 -37.0379 4.68308 -114.45 + 27 33.5041 716 3 1 -36.85 4.96124 -114.765 + 27 44.1825 930 3 0 -36.2307 6.14618 -115.85 + 27 87.0795 931 3 0 -36.1778 6.25 -115.943 + 27 61.4135 932 3 0 -36.0802 6.45 -116.112 + 27 177.002 803 2 1 -19.4237 39.1757 -144.45 + 27 46.7953 1102 2 0 -19.0362 40.5346 -145.85 + 27 102.857 1103 2 0 -19.0033 40.65 -145.965 + 27 51.0242 1104 2 0 -18.9407 40.85 -146.173 + 27 44.188 840 1 1 -11.8992 65.6493 -174.45 + 27 265.545 841 1 1 -11.85 65.8154 -174.531 + 27 3.95257 842 1 1 -11.65 66.4334 -174.844 + 27 4.80761 1241 1 0 -11.1106 68.4327 -175.85 + 27 65.6165 1242 1 0 -11.106 68.45 -175.859 + 27 77.9708 1243 1 0 -11.0561 68.65 -175.963 + 27 49.4505 1244 1 0 -11.007 68.85 -176.061 + 27 51.8006 1245 1 0 -10.9579 69.05 -176.152 + 27 5.15905 1246 1 0 -10.9027 69.2503 -176.242 +Number of digits in this event = 55 Using G4ParticleGun ... -4.35587 LIN +7.45405 LIN e- Event: 28 -Number of tracker hits in this event = 29 - 28 118.381 1419 10 1 104.062 8.89859 95.55 - 28 181.231 944 10 0 104.062 8.89875 94.15 - 28 111.011 1419 9 1 104.07 8.89798 65.55 - 28 131.094 944 9 0 104.07 8.89593 64.15 - 28 141.097 1419 8 1 104.078 8.85138 35.55 - 28 124.096 943 8 0 104.077 8.84861 34.15 - 28 147.695 1419 7 1 104.045 8.79931 5.55 - 28 105.612 943 7 0 104.045 8.79478 4.15 - 28 204.388 1419 6 1 104.05 8.71322 -24.45 - 28 138.464 943 6 0 104.05 8.70966 -25.85 - 28 113.226 1419 5 1 104.041 8.63156 -54.45 - 28 109.186 942 5 0 104.042 8.62586 -55.85 - 28 117.196 1419 4 1 104.059 8.51566 -84.45 - 28 136.125 942 4 0 104.059 8.51212 -85.85 - 28 127.55 1419 3 1 104.039 8.43704 -114.45 - 28 110.597 941 3 0 104.036 8.4348 -115.85 - 28 165.796 1419 2 1 103.979 8.39456 -144.45 - 28 125.795 941 2 0 103.976 8.39451 -145.85 - 28 162.248 1418 1 1 103.921 8.39449 -174.45 - 28 88.6492 941 1 0 103.918 8.39306 -175.85 - 28 133.74 1418 0 1 103.851 8.33876 -204.45 - 28 112.003 941 0 0 103.845 8.33671 -205.85 - 28 161.677 1090 2 0 76.281 38.0896 -146.25 - 28 83.2759 1091 2 0 76.2905 38.25 -145.986 - 28 39.4127 114 1 0 163.721 -157.205 -176.25 - 28 30.9789 1417 0 1 103.597 -6.90577 -204.85 - 28 91.7378 833 2 0 117.833 -13.2998 -146.25 - 28 7.91171 820 2 0 144.518 -15.8783 -146.25 - 28 198.363 940 7 0 103.583 8.21999 4.14997 -Number of digits in this event = 18 +Number of tracker hits in this event = 43 + 28 166.982 1160 11 1 52.1678 -30.1303 125.55 + 28 105.969 749 11 0 52.1682 -30.1302 124.15 + 28 312.904 1160 10 1 52.1754 -30.1286 95.55 + 28 131.006 749 10 0 52.1764 -30.1287 94.15 + 28 135.12 1160 9 1 52.2046 -30.1304 65.55 + 28 124.019 749 9 0 52.2051 -30.1307 64.15 + 28 142.167 1160 8 1 52.2149 -30.1352 35.55 + 28 124.186 749 8 0 52.2167 -30.1335 34.15 + 28 119.88 1160 7 1 52.248 -30.1024 5.55 + 28 128.468 749 7 0 52.2491 -30.1 4.15 + 28 118.94 1161 6 1 52.2687 -30.0531 -24.45 + 28 138.753 750 6 0 52.269 -30.0474 -25.85 + 28 259.708 1161 5 1 52.276 -29.9293 -54.45 + 28 122.975 750 5 0 52.2763 -29.9254 -55.85 + 28 100.968 1161 4 1 52.2703 -29.8628 -84.45 + 28 177.698 750 4 0 52.2688 -29.8586 -85.85 + 28 113.994 1161 3 1 52.2597 -29.7864 -114.45 + 28 127.325 751 3 0 52.2597 -29.7851 -115.85 + 28 315.895 1161 2 1 52.2602 -29.7722 -144.45 + 28 149.583 751 2 0 52.2652 -29.7747 -145.85 + 28 116.858 1161 1 1 52.3737 -29.8131 -174.45 + 28 132.918 751 1 0 52.381 -29.8163 -175.85 + 28 100.213 1162 0 1 52.5361 -29.8726 -204.45 + 28 125.281 750 0 0 52.5413 -29.8794 -205.85 + 28 151.246 751 4 0 52.2757 -29.85 -85.933 + 28 127.152 752 2 0 52.4655 -29.4859 -145.85 + 28 118.83 1172 1 1 54.5109 -28.4031 -174.45 + 28 110.148 758 1 0 54.5897 -28.3372 -175.85 + 28 74.5855 1179 0 1 55.9935 -27.0726 -204.45 + 28 47.4738 1180 0 1 56.0502 -27.0148 -204.688 + 28 181.96 766 0 0 56.3326 -26.7604 -205.85 + 28 70.8073 627 0 0 48.5978 -54.5875 -206.25 + 28 46.3917 628 0 0 48.5631 -54.45 -206.018 + 28 6.20942 1141 0 1 48.2593 -54.4604 -204.85 + 28 85.1177 1140 0 1 48.25 -54.4554 -204.832 + 28 82.6866 1139 0 1 48.05 -54.4069 -204.736 + 28 138.279 1138 0 1 47.85 -54.4418 -204.756 + 28 406.756 1137 0 1 47.6499 -54.5355 -204.808 + 28 1.07306 205 0 1 -139.081 168.368 -204.85 + 28 79.1201 204 0 1 -139.15 168.421 -204.816 + 28 279.422 137 5 1 -152.55 162.955 -54.7884 + 28 53.5022 1333 0 1 86.65 -20.6679 -204.649 + 28 132.612 1345 0 1 89.05 -20.4003 -204.831 +Number of digits in this event = 27 Using G4ParticleGun ... -8.20058 LIN +2.99537 LIN e- Event: 29 -Number of tracker hits in this event = 47 - 29 108.922 1117 11 1 43.483 54.0695 125.55 - 29 109.315 1170 11 0 43.4829 54.0696 124.15 - 29 121.476 1117 10 1 43.4828 54.0781 95.55 - 29 157.155 1170 10 0 43.4821 54.0786 94.15 - 29 103.618 1117 9 1 43.473 54.0802 65.55 - 29 255.513 1170 9 0 43.4726 54.0746 64.15 - 29 67.5112 1117 8 1 43.4621 53.9589 35.55 - 29 39.6952 1116 8 1 43.45 53.9722 35.3095 - 29 116.211 1169 8 0 43.3936 54.0252 34.15 - 29 121.993 1109 7 1 41.9367 54.9396 5.55 - 29 144.326 1174 7 0 41.8221 55.0184 4.15 - 29 124.137 1097 6 1 39.5445 56.2352 -24.45 - 29 151.461 1181 6 0 39.4035 56.3659 -25.85 - 29 102.191 1082 5 1 36.5441 59.111 -54.45 - 29 178.986 1196 5 0 36.4782 59.3691 -55.85 - 29 142.874 1077 4 1 35.5812 63.6466 -84.45 - 29 21.8341 1076 4 1 35.45 63.3654 -84.8257 - 29 156.472 1212 4 0 35.0668 62.5906 -85.85 - 29 130.086 1211 4 0 34.996 62.45 -86.039 - 29 112.601 1047 3 1 29.5714 36.3294 -114.45 - 29 83.9581 1046 3 1 29.45 36.0185 -114.696 - 29 5.482 1073 3 0 28.8912 34.6668 -115.85 - 29 67.5272 1072 3 0 28.8841 34.65 -115.865 - 29 80.2036 1071 3 0 28.8044 34.45 -116.032 - 29 18.1238 1070 3 0 28.7288 34.25 -116.21 - 29 252.642 988 2 1 17.6787 3.96609 -144.45 - 29 7.75372 916 2 0 17.803 3.27014 -145.85 - 29 94.1945 915 2 0 17.8069 3.25 -145.892 - 29 314.896 1003 1 1 20.7272 -9.29346 -174.45 - 29 99.0094 849 1 0 20.55 -10.1059 -175.85 - 29 51.0675 848 1 0 20.5284 -10.25 -176.088 - 29 28.8374 995 0 1 19.1846 -25.1661 -204.45 - 29 157.075 996 0 1 19.25 -25.2063 -204.535 - 29 24.2759 997 0 1 19.4504 -25.3179 -204.78 - 29 37.0383 771 0 0 20.3244 -25.7901 -205.85 - 29 106.027 770 0 0 20.432 -25.8502 -205.985 - 29 12.9678 1021 1 1 24.3436 50.3797 -174.85 - 29 215.432 1020 1 1 24.2498 50.3858 -174.611 - 29 67.7999 1019 1 1 24.0499 50.5673 -174.728 - 29 52.6443 944 7 0 95.7419 9.02382 3.75 - 29 8.81831 1388 7 1 97.9188 9.27512 5.15 - 29 71.9582 1389 7 1 97.95 9.27826 5.1631 - 29 66.1536 1390 7 1 98.15 9.22213 5.21061 - 29 66.4705 1391 7 1 98.35 9.12272 5.21236 - 29 103.524 1392 7 1 98.55 9.16949 5.29869 - 29 235.734 1393 7 1 98.75 9.04868 5.29396 - 29 192.734 1394 4 0 46.4907 98.95 -86.216 -Number of digits in this event = 18 +Number of tracker hits in this event = 26 + 29 153.05 579 11 1 -64.1101 -27.4492 125.55 + 29 123.09 762 11 0 -64.1125 -27.4542 124.15 + 29 149.959 579 10 1 -64.1716 -27.5677 95.55 + 29 102.558 762 10 0 -64.1915 -27.5699 94.15 + 29 111.064 577 9 1 -64.6108 -27.7366 65.55 + 29 105.88 761 9 0 -64.5953 -27.747 64.15 + 29 101.911 578 8 1 -64.266 -27.9386 35.55 + 29 240.955 760 8 0 -64.264 -27.9672 34.15 + 29 113.468 579 7 1 -64.1622 -28.5492 5.55 + 29 124.653 757 7 0 -64.1276 -28.5743 4.15 + 29 94.3789 583 6 1 -63.4481 -29.1696 -24.45 + 29 143.415 754 6 0 -63.4178 -29.1918 -25.85 + 29 149.442 585 5 1 -62.869 -29.695 -54.45 + 29 105.246 751 5 0 -62.8388 -29.6994 -55.85 + 29 112.469 589 4 1 -62.2462 -29.7593 -84.45 + 29 106.968 751 4 0 -62.229 -29.771 -85.85 + 29 174.838 590 3 1 -61.9114 -30.0879 -114.45 + 29 123.965 749 3 0 -61.8987 -30.1174 -115.85 + 29 123.737 592 2 1 -61.6171 -30.7016 -144.45 + 29 115.816 746 2 0 -61.6038 -30.7102 -145.85 + 29 51.2536 593 1 1 -61.253 -30.8806 -174.45 + 29 93.7325 594 1 1 -61.25 -30.8808 -174.547 + 29 124.662 745 1 0 -61.2089 -30.8837 -175.85 + 29 98.2616 598 0 1 -60.263 -30.9215 -204.45 + 29 110.823 745 0 0 -60.216 -30.9073 -205.85 + 29 115.921 580 11 1 -64.05 -27.458 125.547 +Number of digits in this event = 12 Using G4ParticleGun ... -6.57345 LIN +9.38464 LIN e- Event: 30 -Number of tracker hits in this event = 72 - 30 129.944 1437 8 1 107.664 96.1042 35.55 - 30 114.831 1379 8 0 107.667 96.1031 34.15 - 30 109.643 1437 7 1 107.716 96.0827 5.55 - 30 99.5648 1379 7 0 107.719 96.0825 4.15 - 30 203.558 1438 6 1 107.783 96.0839 -24.45 - 30 112.817 1379 6 0 107.786 96.0846 -25.85 - 30 111.858 1438 5 1 107.862 96.1001 -54.45 - 30 102.022 1379 5 0 107.864 96.0994 -55.85 - 30 305.298 1438 4 1 107.91 96.0825 -84.45 - 30 243.938 1379 4 0 107.911 96.0804 -85.85 - 30 124.317 1438 3 1 107.933 96.0382 -114.45 - 30 124.266 1379 3 0 107.935 96.036 -115.85 - 30 288.009 1439 2 1 107.982 95.9889 -144.45 - 30 114.012 1379 2 0 107.983 95.9857 -145.85 - 30 101.533 1439 1 1 108.01 95.8971 -174.45 - 30 147.408 1378 1 0 108.015 95.8969 -175.85 - 30 162.523 1439 0 1 108.103 95.8688 -204.45 - 30 139.562 1378 0 0 108.108 95.8573 -205.85 - 30 32.8827 1419 6 0 124.509 104.131 -26.2497 - 30 156.834 1420 6 0 124.523 104.15 -26.1957 - 30 157.014 827 0 1 -14.45 104.577 -204.691 - 30 78.4409 1375 2 0 108.265 95.2597 -145.85 - 30 139.371 1374 2 0 108.343 95.1498 -146.049 - 30 206.231 1235 2 1 67.25 8.10795 -144.654 - 30 192.17 942 2 0 66.707 8.45798 -145.851 - 30 54.2202 1439 4 1 107.95 96.1874 -84.6882 - 30 121.047 1382 4 0 108.609 96.6316 -85.8506 - 30 44.8403 1383 4 0 108.762 96.7501 -86.1167 - 30 16.6128 1533 3 1 126.902 110.212 -114.45 - 30 112.071 1534 3 1 126.95 110.215 -114.504 - 30 57.6261 1535 3 1 127.15 110.225 -114.705 - 30 175.681 1450 3 0 128.171 110.253 -115.85 - 30 17.6089 1666 2 1 153.505 111.812 -144.45 - 30 160.948 1667 2 1 153.55 111.82 -144.515 - 30 5.98677 1668 2 1 153.75 111.861 -144.833 - 30 141.542 1459 2 0 154.375 111.968 -145.85 - 30 364.831 1779 1 1 176.086 111.22 -174.45 - 30 68.363 1451 1 0 175.896 110.48 -175.85 - 30 53.5845 1450 1 0 175.874 110.35 -176.082 - 30 45.8226 1150 1 0 176.812 50.1688 -176.25 - 30 94.4294 1149 1 0 176.799 50.05 -176.17 - 30 76.9138 1148 1 0 176.734 49.85 -176.043 - 30 4.81726 1147 1 0 176.69 49.65 -175.868 - 30 119.566 1781 1 1 176.541 48.7749 -174.85 - 30 24.26 1168 2 0 164.042 53.8369 -146.25 - 30 101.893 1169 2 0 164.008 53.85 -146.175 - 30 45.2851 1711 2 1 162.493 53.7214 -144.85 - 30 127.861 1710 2 1 162.35 53.6716 -144.755 - 30 87.5682 1709 2 1 162.15 53.5903 -144.634 - 30 28.9491 1708 2 1 161.95 53.4614 -144.495 - 30 7.75856 1408 3 0 163.452 101.93 -116.25 - 30 274.939 1409 3 0 163.45 101.95 -116.237 - 30 69.4197 1719 3 1 164.029 101.784 -114.85 - 30 4.82192 1406 3 0 162.853 101.471 -115.85 - 30 22.0801 1711 3 1 162.411 100.494 -114.85 - 30 4.74774 1398 3 0 161.457 99.8768 -115.85 - 30 10.2437 1703 3 1 160.856 97.1329 -114.85 - 30 8.63241 1780 1 1 176.15 111.042 -174.665 - 30 38.6289 1437 4 1 107.743 95.9816 -84.4507 - 30 129.244 1452 3 1 110.673 97.2771 -114.45 - 30 50.7907 1383 3 0 110.705 96.8194 -115.85 - 30 72.2639 1382 3 0 110.707 96.75 -116.055 - 30 130.123 1452 2 1 110.56 86.4911 -144.45 - 30 122.881 1330 2 0 110.532 86.238 -145.85 - 30 378.95 1448 1 1 109.809 80.991 -174.45 - 30 23.9193 1303 1 0 109.798 80.6692 -175.85 - 30 84.9435 1302 1 0 109.796 80.65 -175.936 - 30 170.326 1444 0 1 109.12 73.201 -204.45 - 30 157.256 1262 0 0 108.958 72.6474 -205.85 - 30 32.9649 1451 2 1 110.55 86.4434 -144.749 - 30 112.528 1335 2 0 109.784 87.1283 -145.85 - 30 87.4516 1336 2 0 109.694 87.2501 -146.025 -Number of digits in this event = 30 +Number of tracker hits in this event = 21 + 30 124.945 362 9 1 -107.726 73.2475 65.55 + 30 154.492 1265 9 0 -107.726 73.2478 64.15 + 30 101.582 362 8 1 -107.745 73.2539 35.55 + 30 185.68 1266 8 0 -107.745 73.2549 34.15 + 30 184.71 361 7 1 -107.787 73.2803 5.55 + 30 214.263 1266 7 0 -107.791 73.2816 4.15 + 30 126.89 361 6 1 -107.859 73.3105 -24.45 + 30 114.645 1266 6 0 -107.861 73.3121 -25.85 + 30 107.698 361 5 1 -107.917 73.3452 -54.45 + 30 111.634 1266 5 0 -107.92 73.3466 -55.85 + 30 168.917 360 4 1 -107.985 73.3715 -84.45 + 30 111.148 1266 4 0 -107.989 73.3738 -85.85 + 30 119.014 360 3 1 -108.068 73.417 -114.45 + 30 108.258 1266 3 0 -108.073 73.4188 -115.85 + 30 112.775 359 2 1 -108.169 73.4567 -144.45 + 30 180.505 1267 2 0 -108.171 73.4626 -145.85 + 30 118.363 359 1 1 -108.192 73.5783 -174.45 + 30 136.461 1267 1 0 -108.195 73.5842 -175.85 + 30 171.465 359 0 1 -108.256 73.7068 -204.45 + 30 130.032 1268 0 0 -108.26 73.7141 -205.85 + 30 101.676 64 0 1 -167.15 16.8817 -204.818 +Number of digits in this event = 15 Using G4ParticleGun ... -4.53785 LIN +2.3152 LIN e- Event: 31 -Number of tracker hits in this event = 44 - 31 292.423 1013 10 1 22.8465 105.951 95.55 - 31 109.961 1428 10 0 22.8457 105.949 94.15 - 31 144.843 1013 9 1 22.832 105.917 65.55 - 31 103.371 1428 9 0 22.8321 105.916 64.15 - 31 128.964 1013 8 1 22.827 105.882 35.55 - 31 171.566 1428 8 0 22.8243 105.878 34.15 - 31 104.996 1013 7 1 22.7707 105.814 5.55 - 31 194.603 1428 7 0 22.7711 105.816 4.15 - 31 172.552 1013 6 1 22.789 105.915 -24.45 - 31 104.335 1428 6 0 22.7869 105.923 -25.85 - 31 103.294 1013 5 1 22.7347 106.071 -54.45 - 31 109.971 1429 5 0 22.729 106.081 -55.85 - 31 120.737 1012 4 1 22.6338 106.303 -84.45 - 31 149.834 1430 4 0 22.6268 106.312 -85.85 - 31 246.093 1012 3 1 22.4778 106.501 -114.45 - 31 278.801 1431 3 0 22.4722 106.512 -115.85 - 31 173.231 1011 2 1 22.3467 106.649 -144.45 - 31 120.496 1432 2 0 22.3457 106.651 -145.85 - 31 118.008 1011 1 1 22.3355 106.722 -174.45 - 31 6.20576 1432 1 0 22.3011 106.75 -175.85 - 31 112.086 1433 1 0 22.3008 106.75 -175.863 - 31 423.673 1008 0 1 21.7936 107.306 -204.45 - 31 142.232 1436 0 0 21.7323 107.362 -205.851 - 31 162.564 1013 0 1 22.8017 96.7991 -204.85 - 31 45.9652 1503 2 0 90.1884 120.819 -146.25 - 31 257.198 1013 4 1 22.65 106.288 -84.6428 - 31 268.978 1434 0 0 21.8131 107.114 -205.85 - 31 100.522 1613 0 1 142.75 -19.6649 -204.625 - 31 164.722 1614 0 1 142.95 -19.8344 -204.557 - 31 102.684 1012 6 1 22.6497 105.901 -24.7245 - 31 129.991 1011 6 1 22.45 106.032 -24.7272 - 31 13.16 1010 6 1 22.25 105.926 -24.5268 - 31 187.855 1209 4 0 -102.315 61.9346 -86.25 - 31 133.994 1208 4 0 -102.1 61.8499 -86.0274 - 31 41.0371 1207 4 0 -101.877 61.65 -85.9209 - 31 252.296 393 4 1 -101.427 61.3369 -84.85 - 31 73.7045 336 4 1 -112.75 -63.7429 -84.5937 - 31 472.213 1014 9 1 22.85 105.938 65.4337 - 31 55.7559 1014 4 1 22.85 105.528 -84.456 - 31 74.5777 1015 4 1 23.05 105.553 -84.4802 - 31 137.044 1016 4 1 23.25 105.575 -84.4911 - 31 68.0899 1017 4 1 23.45 105.574 -84.4538 - 31 3.48114 1014 10 1 22.8501 105.942 95.3837 - 31 99.8058 1012 10 1 22.65 105.949 95.2234 -Number of digits in this event = 26 +Number of tracker hits in this event = 29 + 31 142.585 933 10 1 6.80199 111.994 95.55 + 31 125.674 1459 10 0 6.80602 111.993 94.15 + 31 118.066 934 9 1 6.88612 111.97 65.55 + 31 141.328 1458 9 0 6.9076 111.942 64.15 + 31 106.246 936 8 1 7.42533 111.289 35.55 + 31 129.19 1455 8 0 7.40549 111.289 34.15 + 31 184.075 935 7 1 7.07008 111.109 5.55 + 31 121.989 1455 7 0 7.09243 111.159 4.15 + 31 120.385 936 6 1 7.26637 112.245 -24.45 + 31 143.873 1460 6 0 7.19779 112.294 -25.85 + 31 176.303 926 5 1 5.39907 113.167 -54.45 + 31 121.184 1464 5 0 5.31611 113.146 -55.85 + 31 130.284 916 4 1 3.34883 112.429 -84.45 + 31 251.973 1461 4 0 3.2281 112.434 -85.85 + 31 61.8862 905 3 1 1.07193 112.373 -114.45 + 31 73.3471 904 3 1 1.05 112.368 -114.673 + 31 108.964 1460 3 0 0.931237 112.342 -115.85 + 31 94.589 891 2 1 -1.82689 111.442 -144.45 + 31 34.3332 890 2 1 -1.85 111.431 -144.754 + 31 129.996 1456 2 0 -1.93356 111.392 -145.85 + 31 11.8662 880 1 1 -4.04636 110.298 -174.45 + 31 95.9671 879 1 1 -4.05 110.296 -174.487 + 31 132.001 1450 1 0 -4.18554 110.219 -175.85 + 31 159.914 866 0 1 -6.75489 108.226 -204.45 + 31 151.863 1439 0 0 -6.88855 108.107 -205.85 + 31 30.9789 1405 0 0 -13.9746 101.35 -206.089 + 31 99.5088 1446 7 0 6.45703 109.535 4.15 + 31 148.996 1445 7 0 6.45448 109.35 4.04515 + 31 25.1119 1271 2 0 -37.6125 74.4057 -146.25 +Number of digits in this event = 18 Using G4ParticleGun ... -3.24555 LIN +3.72574 LIN e- Event: 32 -Number of tracker hits in this event = 87 - 32 200.841 1352 9 1 90.6404 -91.4732 65.55 - 32 256.437 443 9 0 90.6409 -91.4719 64.15 - 32 157.464 1352 8 1 90.6545 -91.4457 35.55 - 32 301.954 443 8 0 90.6616 -91.4478 34.15 - 32 267.364 1353 7 1 90.8028 -91.5066 5.55 - 32 96.6353 443 7 0 90.8104 -91.5121 4.15 - 32 103.631 1354 6 1 90.9702 -91.6301 -24.45 - 32 248.864 442 6 0 90.979 -91.6362 -25.85 - 32 202.983 1355 5 1 91.1587 -91.7628 -54.45 - 32 138.347 441 5 0 91.1668 -91.7671 -55.85 - 32 189.838 1355 4 1 91.306 -91.8704 -84.45 - 32 183.349 441 4 0 91.3143 -91.8821 -85.85 - 32 117.986 1356 3 1 91.4836 -92.1339 -114.45 - 32 31.3665 440 3 0 91.4888 -92.1486 -115.85 - 32 312.724 439 3 0 91.4893 -92.15 -115.983 - 32 132.621 1357 2 1 91.5823 -92.4574 -144.45 - 32 155.493 438 2 0 91.562 -92.4749 -145.85 - 32 124.321 1354 1 1 91.1273 -92.8641 -174.45 - 32 138.091 436 1 0 91.1119 -92.8755 -175.85 - 32 160.803 1353 0 1 90.7765 -93.0578 -204.45 - 32 137.494 435 0 0 90.7552 -93.067 -205.85 - 32 22.7729 1024 7 1 24.9595 -89.3917 5.15 - 32 10.9644 1023 7 1 24.85 -89.3788 5.54871 - 32 214.181 1358 1 1 91.8991 -92.1375 -174.45 - 32 44.3757 1357 1 1 91.75 -92.1452 -174.751 - 32 70.4125 440 1 0 91.2099 -92.1482 -175.851 - 32 209.945 439 1 0 91.1011 -92.15 -176.075 - 32 45.5749 1270 0 1 74.1189 -94.3264 -204.45 - 32 56.0733 1269 0 1 74.05 -94.3553 -204.631 - 32 111 427 0 0 73.5648 -94.6683 -205.85 - 32 21.0691 426 0 0 73.4381 -94.75 -206.162 - 32 130.536 1359 1 1 91.9814 -92.1527 -174.45 - 32 69.7734 1361 0 1 92.5295 -95.3902 -204.45 - 32 45.8361 1362 0 1 92.55 -95.3822 -204.703 - 32 145.22 424 0 0 92.6385 -95.3475 -205.85 - 32 79.8406 372 8 0 -23.7417 -105.674 33.75 - 32 29.0827 371 8 0 -23.9176 -105.75 33.7982 - 32 117.29 1354 5 1 91.138 -91.6575 -54.45 - 32 298.67 442 5 0 91.1832 -91.6839 -55.85 - 32 113.76 1359 4 1 92.0733 -92.2772 -84.45 - 32 112.544 439 4 0 92.0985 -92.2702 -85.85 - 32 120.962 1362 3 1 92.6463 -92.2242 -114.45 - 32 146.178 1362 2 1 92.6527 -92.9935 -144.45 - 32 128.895 435 2 0 92.6144 -93.0302 -145.85 - 32 118.888 432 1 0 91.745 -93.746 -175.85 - 32 107.093 1342 0 1 88.5056 -93.5965 -204.45 - 32 273.457 432 0 0 88.3718 -93.5892 -205.85 - 32 41.5086 431 0 0 88.4746 -93.75 -206.185 - 32 132.108 1356 5 1 91.4632 -92.1309 -54.45 - 32 130.328 439 5 0 91.3868 -92.1795 -55.8501 - 32 130.694 1348 4 1 89.7728 -92.8596 -84.45 - 32 149.351 435 4 0 89.6146 -92.9565 -85.85 - 32 151.32 1334 3 1 86.9842 -94.3492 -114.45 - 32 137.795 428 3 0 86.7008 -94.3555 -115.85 - 32 45.3459 1309 2 1 81.8663 -95.2894 -144.45 - 32 94.4817 1308 2 1 81.85 -95.3064 -144.588 - 32 130.85 423 2 0 81.7176 -95.4417 -145.85 - 32 129.233 1294 1 1 79.0286 -98.8856 -174.45 - 32 208.865 407 1 0 79.0876 -98.6545 -175.85 - 32 55.3372 1299 0 1 79.9741 -97.6007 -204.45 - 32 332.73 1300 0 1 80.05 -97.7803 -204.573 - 32 6.2509 1301 0 1 80.2503 -98.226 -204.836 - 32 41.702 400 0 0 81.1096 -100.071 -205.85 - 32 72.1385 399 0 0 81.1475 -100.151 -205.894 - 32 65.9401 398 0 0 81.2523 -100.35 -206.021 - 32 68.9891 397 0 0 81.3797 -100.55 -206.164 - 32 138.702 421 2 0 81.4538 -95.9274 -145.85 - 32 11.9966 420 2 0 81.4717 -95.95 -145.86 - 32 72.1713 1354 7 1 90.9501 -91.3747 5.23415 - 32 2.03826 445 7 0 91.495 -90.9533 4.15 - 32 165.194 446 7 0 91.4995 -90.95 4.14213 - 32 18.2525 444 8 0 90.6503 -91.3499 33.7949 - 32 326.529 649 8 0 103.067 -50.2153 33.75 - 32 9.90657 650 8 0 103.336 -50.0496 34.1119 - 32 156.196 1418 8 1 103.829 -49.3047 35.15 - 32 106.413 1419 8 1 103.95 -49.1868 35.4735 - 32 136.166 1420 8 1 104.15 -49.2117 35.4499 - 32 59.5202 632 8 0 106.508 -53.5567 34.15 - 32 12.7693 631 8 0 106.542 -53.65 34.1319 - 32 160.419 1432 8 1 106.7 -54.261 35.1501 - 32 226.619 1431 8 1 106.55 -54.4591 35.316 - 32 31.9214 455 0 0 122.382 -88.9086 -206.25 - 32 130.799 456 0 0 122.376 -88.85 -206.181 - 32 88.4586 457 0 0 122.25 -88.6497 -206.097 - 32 100.691 458 0 0 122.221 -88.4499 -206.14 - 32 76.5508 459 0 0 122.239 -88.2499 -206.204 - 32 5.99422 460 0 0 122.211 -88.0499 -206.244 -Number of digits in this event = 47 +Number of tracker hits in this event = 40 + 32 115.61 1088 7 1 37.7797 142.314 5.55 + 32 127.162 1610 7 0 37.7788 142.313 4.15 + 32 110.983 1088 6 1 37.7586 142.299 -24.45 + 32 117.856 1610 6 0 37.7569 142.3 -25.85 + 32 130.536 1088 5 1 37.7248 142.314 -54.45 + 32 124.572 1610 5 0 37.7297 142.318 -55.85 + 32 92.2601 1088 4 1 37.8385 142.391 -84.45 + 32 151.458 1611 4 0 37.8453 142.392 -85.85 + 32 392.707 1089 3 1 37.9814 142.407 -114.45 + 32 383.893 1611 3 0 37.9914 142.407 -115.85 + 32 240.506 1090 2 1 38.2147 142.437 -144.45 + 32 510.974 1611 2 0 38.2192 142.438 -145.85 + 32 301.013 1091 1 1 38.3538 142.462 -174.45 + 32 777.917 1611 1 0 38.3626 142.461 -175.85 + 32 159.258 1092 0 1 38.5355 142.469 -204.45 + 32 166.184 1611 0 0 38.544 142.478 -205.85 + 32 154.72 1092 2 1 38.489 142.345 -144.451 + 32 105.72 1093 2 1 38.65 142.231 -144.571 + 32 117.074 1608 2 0 39.1193 141.826 -145.85 + 32 12.0065 1607 2 0 39.2286 141.75 -146.222 + 32 118.77 1093 0 1 38.6936 142.343 -204.45 + 32 100.007 1610 0 0 38.7144 142.308 -205.85 + 32 210.724 1090 1 1 38.2117 142.5 -174.45 + 32 114.14 1095 0 1 39.1087 141.676 -204.45 + 32 143.737 1607 0 0 39.1461 141.653 -205.85 + 32 235.154 1088 0 1 37.7583 143.131 -204.45 + 32 120.779 1615 0 0 37.7786 143.166 -205.85 + 32 109.914 1613 2 0 38.4975 142.766 -145.85 + 32 97.4678 1092 1 1 38.6475 143.169 -174.45 + 32 256.59 1614 1 0 38.578 143.145 -175.85 + 32 111.679 1084 0 1 37.0197 142.713 -204.45 + 32 211.937 1612 0 0 36.9409 142.72 -205.85 + 32 289.577 1089 2 1 37.8669 142.37 -144.451 + 32 22.5426 1097 1 1 39.6356 142.968 -174.45 + 32 174.574 1098 1 1 39.65 142.97 -174.543 + 32 182.647 1119 0 1 43.9698 143.699 -204.45 + 32 197.891 1617 0 0 44.1402 143.687 -205.85 + 32 79.2126 1618 0 0 44.1347 143.75 -206.006 + 32 116.455 1088 1 1 37.7326 142.346 -174.45 + 32 117.191 1614 0 0 37.6584 143.036 -205.85 +Number of digits in this event = 25 Using G4ParticleGun ... -9.2429 LIN +4.6655 LIN e- Event: 33 -Number of tracker hits in this event = 30 - 33 149.606 153 7 1 -149.546 0.473957 5.55 - 33 97.5096 902 7 0 -149.545 0.474648 4.15 - 33 133.708 153 6 1 -149.54 0.493603 -24.45 - 33 122.189 902 6 0 -149.539 0.495253 -25.85 - 33 111.015 153 5 1 -149.523 0.529662 -54.45 - 33 106.645 902 5 0 -149.522 0.530897 -55.85 - 33 332.239 153 4 1 -149.505 0.555222 -84.45 - 33 98.0635 902 4 0 -149.504 0.55578 -85.85 - 33 101.312 153 3 1 -149.487 0.569516 -114.45 - 33 135.814 902 3 0 -149.488 0.570496 -115.85 - 33 100.224 153 2 1 -149.491 0.59293 -144.45 - 33 99.8211 902 2 0 -149.493 0.592918 -145.85 - 33 128.51 153 1 1 -149.524 0.585306 -174.45 - 33 162.172 902 1 0 -149.526 0.585123 -175.85 - 33 232.365 152 0 1 -149.554 0.581622 -204.45 - 33 177.504 902 0 0 -149.549 0.573231 -205.85 - 33 226.465 903 0 0 -150.066 0.650054 -205.873 - 33 434.072 153 0 1 -149.516 0.554568 -204.45 - 33 135.659 901 0 0 -149.47 0.449995 -205.851 - 33 93.1962 154 4 1 -149.35 0.72378 -84.7118 - 33 154.372 907 4 0 -149.16 1.60922 -85.85 - 33 184.818 908 4 0 -149.292 1.65002 -86.0589 - 33 153.186 900 7 0 -148.732 0.218389 4.15 - 33 48.4194 901 7 0 -148.47 0.25 3.841 - 33 5.94271 1444 7 0 -95.3726 109.124 3.75 - 33 171.673 1445 7 0 -95.367 109.15 3.77704 - 33 44.0422 410 7 1 -97.9514 109.511 5.15005 - 33 132.453 411 7 1 -97.95 109.513 5.24068 - 33 84.1687 412 7 1 -97.75 109.593 5.44491 - 33 297.202 413 7 1 -97.5498 109.67 5.42527 -Number of digits in this event = 21 +Number of tracker hits in this event = 174 + 33 97.98 741 11 1 -31.6892 30.3328 125.55 + 33 136.436 1051 11 0 -31.6884 30.3329 124.15 + 33 108.678 741 10 1 -31.6693 30.3277 95.55 + 33 97.7932 1051 10 0 -31.6691 30.3287 94.15 + 33 147.957 741 9 1 -31.66 30.348 65.55 + 33 123.575 1051 9 0 -31.6595 30.3487 64.15 + 33 215.689 742 8 1 -31.6475 30.3598 35.55 + 33 111.506 1051 8 0 -31.6486 30.3596 34.15 + 33 200.085 741 7 1 -31.6798 30.3522 5.55 + 33 261.51 1051 7 0 -31.6807 30.3521 4.15 + 33 112.636 741 6 1 -31.6962 30.3498 -24.45 + 33 139.252 1051 6 0 -31.69 30.3341 -25.85 + 33 99.3841 742 5 1 -31.5223 30.077 -54.45 + 33 147.685 1050 5 0 -31.5041 30.0591 -55.85 + 33 115.936 744 4 1 -31.1336 29.7174 -84.45 + 33 254.043 1048 4 0 -31.1072 29.7019 -85.85 + 33 156.7 747 3 1 -30.5787 29.3697 -114.45 + 33 151.678 1046 3 0 -30.5292 29.3313 -115.85 + 33 116.671 752 2 1 -29.5095 28.4779 -144.45 + 33 115.55 1042 2 0 -29.4488 28.4622 -145.85 + 33 106.346 758 1 1 -28.3 28.1202 -174.45 + 33 128.055 1040 1 0 -28.202 28.1115 -175.85 + 33 125.255 769 0 1 -26.1514 28.037 -204.45 + 33 101.886 1039 0 0 -26.0374 28.0117 -205.85 + 33 0.57627 1042 8 1 28.65 11.2256 35.1662 + 33 108.97 961 0 1 12.2671 -122.534 -204.45 + 33 162.877 960 0 1 12.2499 -123.005 -204.678 + 33 499.205 743 3 1 -31.2597 29.3394 -114.45 + 33 350.682 741 0 1 -31.8151 30.7683 -204.45 + 33 352.082 1053 0 0 -31.8198 30.7703 -205.85 + 33 18.8431 1051 0 0 -31.4708 30.2757 -205.85 + 33 125.732 1050 0 0 -31.454 30.25 -205.899 + 33 9.6919 1296 1 0 -2.77892 79.2532 -176.25 + 33 551.655 742 7 1 -31.578 30.3024 5.55 + 33 111.471 1052 7 0 -31.167 30.45 4.10434 + 33 97.5901 790 6 1 -21.9166 34.1438 -24.45 + 33 105.191 1070 6 0 -21.9106 34.2003 -25.85 + 33 171.715 786 5 1 -22.7617 35.1808 -54.4501 + 33 59.007 1072 5 0 -22.5715 34.5311 -55.85 + 33 72.2844 1071 5 0 -22.5467 34.45 -56.0171 + 33 144.751 807 4 1 -18.5836 18.0041 -84.4505 + 33 8.33807 808 4 1 -18.4499 18.1794 -84.825 + 33 214.061 993 4 0 -18.0493 18.685 -85.8503 + 33 26.2567 994 4 0 -17.9034 18.85 -86.1852 + 33 126.471 887 3 1 -2.51612 32.7131 -114.45 + 33 40.7124 1065 3 0 -2.42358 33.1983 -115.85 + 33 84.4912 1066 3 0 -2.41738 33.25 -116.019 + 33 19.8074 883 2 1 -3.29423 42.9907 -144.45 + 33 100.4 884 2 1 -3.24998 43.0294 -144.492 + 33 88.4741 885 2 1 -3.04992 43.1954 -144.683 + 33 168.417 1120 2 0 -2.00914 44.0828 -145.85 + 33 89.4341 1121 2 0 -1.81994 44.2501 -146.055 + 33 120.863 1029 1 1 25.9373 72.6822 -174.45 + 33 59.6312 1030 1 1 26.05 72.6995 -174.518 + 33 75.3 1031 1 1 26.25 72.7332 -174.646 + 33 25.4824 1032 1 1 26.45 72.7552 -174.787 + 33 209.23 1264 1 0 28.176 72.9611 -175.85 + 33 30.6589 1535 1 0 136.879 127.259 -176.25 + 33 72.2568 1536 1 0 136.954 127.35 -176.199 + 33 62.0712 1537 1 0 137.084 127.55 -176.102 + 33 102.537 1538 1 0 137.212 127.75 -176.012 + 33 145.146 1539 1 0 137.374 127.95 -175.94 + 33 70.7287 1599 1 1 140.017 130.113 -174.85 + 33 145.391 1600 1 1 140.15 130.225 -174.792 + 33 163.555 1601 1 1 140.35 130.408 -174.69 + 33 125.959 1602 1 1 140.55 130.605 -174.616 + 33 291.774 1603 1 1 140.75 130.822 -174.574 + 33 80.8033 1604 1 1 140.95 131.017 -174.519 + 33 39.4685 1597 1 1 139.651 131.285 -174.45 + 33 80.7703 1596 1 1 139.55 131.221 -174.548 + 33 65.9078 1595 1 1 139.35 131.089 -174.696 + 33 33.0267 1594 1 1 139.15 130.995 -174.798 + 33 190.822 1550 1 0 136.788 130.345 -175.85 + 33 27.6348 1488 0 1 117.865 117.891 -204.45 + 33 80.7428 1489 0 1 117.95 117.802 -204.484 + 33 110.598 1490 0 1 118.15 117.553 -204.567 + 33 82.8939 1491 0 1 118.35 117.29 -204.683 + 33 40.4911 1492 0 1 118.55 117.105 -204.793 + 33 21.5228 1477 0 0 119.66 115.602 -205.85 + 33 59.1912 1476 0 0 119.702 115.55 -205.879 + 33 52.6761 1475 0 0 119.829 115.35 -205.882 + 33 56.3402 1509 0 1 122.017 112.753 -204.85 + 33 106.08 1510 0 1 122.15 112.573 -204.783 + 33 42.7227 1511 0 1 122.35 112.396 -204.523 + 33 2.33768 1340 2 1 88.25 143.014 -144.7 + 33 57.1453 1602 2 0 78.9666 140.75 -145.945 + 33 13.8827 1028 1 1 25.7288 72.8118 -174.45 + 33 17.5035 1268 1 0 26.7107 73.813 -175.85 + 33 93.9244 1269 1 0 26.7472 73.8501 -175.897 + 33 73.8991 1270 1 0 26.8708 74.0512 -176.026 + 33 65.7079 1271 1 0 26.94 74.25 -176.11 + 33 25.1854 1272 1 0 26.9791 74.4501 -176.204 + 33 129.921 730 6 1 -33.9031 30.4789 -24.45 + 33 123.97 1052 6 0 -33.9269 30.4636 -25.8503 + 33 104.104 730 5 1 -33.9566 29.8053 -54.45 + 33 106.022 1047 5 0 -33.821 29.5252 -55.85 + 33 127.231 741 4 1 -31.8269 25.3659 -84.4503 + 33 108.965 1025 4 0 -31.7636 25.1967 -85.8501 + 33 138.074 744 3 1 -31.1949 22.3202 -114.45 + 33 32.5958 1008 3 0 -30.9124 21.6957 -115.851 + 33 170.482 1007 3 0 -30.8934 21.65 -115.95 + 33 30.5583 780 2 1 -24.0092 8.52807 -144.45 + 33 110.361 779 2 1 -24.05 8.49493 -144.55 + 33 25.6148 940 2 0 -24.5878 8.07692 -145.851 + 33 91.62 939 2 0 -24.6225 8.05 -145.934 + 33 76.9918 711 1 1 -37.8008 0.278816 -174.451 + 33 67.6735 710 1 1 -37.85 0.195588 -174.68 + 33 128.523 898 1 0 -38.1266 -0.306273 -175.85 + 33 87.4872 897 1 0 -38.2049 -0.450086 -176.192 + 33 277.982 677 0 1 -44.5287 -11.6299 -204.45 + 33 101.41 838 0 0 -44.7767 -12.3155 -205.85 + 33 44.8973 837 0 0 -44.8097 -12.45 -206.113 + 33 152.74 790 0 0 -57.6801 -21.8871 -206.25 + 33 3.81764 609 0 1 -58.2442 -21.7137 -204.849 + 33 173.718 608 0 1 -58.25 -21.7114 -204.833 + 33 10.4682 606 0 1 -58.6775 -21.8734 -204.45 + 33 155.811 607 0 1 -58.65 -21.8879 -204.491 + 33 255.688 788 0 0 -57.5115 -22.3593 -205.85 + 33 61.5692 787 0 0 -57.3546 -22.45 -206.085 + 33 54.3185 782 0 0 -56.9909 -23.45 -206.074 + 33 115.125 678 0 1 -44.3292 -11.4518 -204.45 + 33 141.31 846 0 0 -44.5577 -10.8493 -205.85 + 33 4.14871 742 3 1 -31.45 22.491 -114.787 + 33 210.126 1014 3 0 -31.2224 22.9463 -115.85 + 33 301.412 1015 3 0 -31.2789 23.0501 -115.943 + 33 179.078 740 4 1 -31.85 25.3288 -84.4963 + 33 28.4423 1021 4 0 -32.0188 24.3195 -85.85 + 33 185.142 1020 4 0 -32.0037 24.25 -85.9541 + 33 456.288 929 4 0 12.6151 5.95732 -86.25 + 33 140.856 928 4 0 12.8617 5.85 -85.9835 + 33 278.885 732 4 1 -33.597 28.9292 -84.4504 + 33 37.1381 1043 4 0 -33.7381 28.679 -85.85 + 33 76.3315 1042 4 0 -33.7513 28.65 -86.0057 + 33 9.03244 712 3 1 -37.6287 23.5183 -114.45 + 33 102.306 711 3 1 -37.65 23.5053 -114.472 + 33 48.2946 710 3 1 -37.85 23.3686 -114.723 + 33 124.652 604 2 1 -59.1905 19.6006 -144.45 + 33 119.695 995 2 0 -58.8271 19.1799 -145.85 + 33 6.65007 664 1 1 -47.2353 13.549 -174.45 + 33 184.722 663 1 1 -47.25 13.5694 -174.48 + 33 106.76 662 1 1 -47.45 14.0209 -174.737 + 33 47.0022 976 1 0 -47.3549 15.3052 -175.85 + 33 63.9513 977 1 0 -47.2999 15.4514 -175.935 + 33 55.5189 978 1 0 -47.2661 15.65 -176.028 + 33 81.0729 979 1 0 -47.2949 15.8503 -176.067 + 33 95.4375 980 1 0 -47.4 16.05 -176.147 + 33 57.8119 981 1 0 -47.508 16.25 -176.181 + 33 253.574 982 1 0 -47.5121 16.45 -176.114 + 33 40.6593 983 1 0 -47.438 16.65 -175.953 + 33 171.062 657 1 1 -48.4814 17.1545 -174.85 + 33 155.713 658 1 1 -48.45 17.2615 -174.494 + 33 133.182 659 1 1 -48.2498 17.4732 -174.635 + 33 106.567 1044 4 0 -33.6563 28.9383 -85.85 + 33 144.786 722 3 1 -35.6213 27.7264 -114.45 + 33 146.465 1038 3 0 -35.6284 27.8064 -115.85 + 33 187.819 721 2 1 -35.7916 29.3166 -144.45 + 33 176.858 1046 2 0 -35.7092 29.2887 -145.85 + 33 123.886 728 1 1 -34.3451 29.7691 -174.45 + 33 10.5303 1048 1 0 -34.3501 29.8473 -175.85 + 33 112.31 1049 1 0 -34.3502 29.85 -175.897 + 33 0.151385 732 0 1 -33.45 31.5534 -204.45 + 33 210.45 733 0 1 -33.45 31.5535 -204.451 + 33 153.739 1058 0 0 -33.4027 31.6511 -205.85 + 33 42.7666 1051 3 0 -31.4609 30.3296 -116.186 + 33 132.747 742 2 1 -31.4572 30.0025 -144.45 + 33 113.001 1049 2 0 -31.4673 30.0222 -145.85 + 33 183.187 742 1 1 -31.6349 30.4236 -174.45 + 33 124.849 1051 1 0 -31.6417 30.429 -175.85 + 33 102.119 1052 0 0 -31.767 30.5299 -205.85 + 33 9.9947 1200 3 0 -16.0954 60.2192 -116.25 + 33 136.774 1201 3 0 -16.0798 60.25 -116.21 + 33 100.694 1202 3 0 -15.9402 60.4503 -116.064 + 33 64.8045 1203 3 0 -15.7163 60.6503 -116.11 + 33 73.9671 1204 3 0 -15.5913 60.85 -116.112 +Number of digits in this event = 72 Using G4ParticleGun ... -1.00051 LIN +8.50897 LIN e- Event: 34 -Number of tracker hits in this event = 29 - 34 114.97 357 10 0 -42.7446 -108.683 94.1328 - 34 131.116 686 9 1 -42.755 -108.668 65.55 - 34 177.167 357 9 0 -42.7537 -108.665 64.15 - 34 203.087 686 8 1 -42.6793 -108.613 35.55 - 34 97.4062 357 8 0 -42.6789 -108.61 34.15 - 34 123.538 686 7 1 -42.6527 -108.584 5.55 - 34 134.646 357 7 0 -42.656 -108.575 4.15 - 34 134.729 686 6 1 -42.7058 -108.375 -24.45 - 34 127.576 358 6 0 -42.7151 -108.363 -25.85 - 34 134.58 685 5 1 -42.9165 -108.176 -54.45 - 34 292.901 359 5 0 -42.9291 -108.163 -55.85 - 34 159.03 684 4 1 -43.191 -107.86 -84.45 - 34 187.33 361 4 0 -43.2 -107.865 -85.85 - 34 132.5 683 3 1 -43.4067 -108.042 -114.45 - 34 151.418 360 3 0 -43.3999 -108.056 -115.85 - 34 332.015 683 2 1 -43.2852 -108.286 -144.45 - 34 148.643 359 2 0 -43.2756 -108.297 -145.85 - 34 127.265 684 1 1 -43.0774 -108.55 -174.45 - 34 101.082 358 1 0 -43.0683 -108.546 -175.85 - 34 109.579 686 0 1 -42.845 -108.452 -204.45 - 34 122.714 358 0 0 -42.837 -108.447 -205.85 - 34 60.058 487 1 0 -66.0921 -82.4759 -176.25 - 34 37.5106 488 1 0 -66.1453 -82.45 -176.019 - 34 82.4446 547 1 1 -70.5763 -80.7753 -174.85 - 34 15.5466 546 1 1 -70.65 -80.8906 -174.824 - 34 1.57701 501 1 0 -72.8238 -79.8355 -175.85 - 34 140.762 516 1 1 -76.8129 -80.277 -174.85 - 34 269.066 350 2 0 -42.8483 -110.121 -145.85 - 34 83.6509 349 2 0 -42.84 -110.15 -145.882 -Number of digits in this event = 22 +Number of tracker hits in this event = 21 + 34 89.9775 528 8 1 -74.3235 -119.204 35.55 + 34 131.493 304 8 0 -74.3223 -119.203 34.15 + 34 99.758 528 7 1 -74.2972 -119.173 5.55 + 34 129.991 304 7 0 -74.2978 -119.172 4.15 + 34 173.183 528 6 1 -74.3158 -119.157 -24.45 + 34 223.449 304 6 0 -74.3152 -119.157 -25.85 + 34 134.943 528 5 1 -74.3053 -119.145 -54.45 + 34 118.25 305 5 0 -74.3052 -119.143 -55.85 + 34 160.773 528 4 1 -74.3006 -119.118 -84.45 + 34 128.974 305 4 0 -74.301 -119.116 -85.85 + 34 131.858 528 3 1 -74.3084 -119.088 -114.45 + 34 92.4258 305 3 0 -74.3076 -119.087 -115.85 + 34 178.234 528 2 1 -74.2943 -119.071 -144.45 + 34 210.271 305 2 0 -74.2938 -119.07 -145.85 + 34 120.271 528 1 1 -74.2803 -119.057 -174.45 + 34 131.592 305 1 0 -74.2796 -119.055 -175.85 + 34 100.505 528 0 1 -74.2636 -119.034 -204.45 + 34 119.361 305 0 0 -74.2631 -119.034 -205.85 + 34 64.7484 483 8 0 166.361 -83.3584 33.75 + 34 250.921 212 3 0 -40.6559 -137.602 -116.25 + 34 21.2213 211 3 0 -40.6934 -137.75 -115.909 +Number of digits in this event = 16 Using G4ParticleGun ... -3.30004 LIN +7.24109 LIN e- Event: 35 -Number of tracker hits in this event = 34 - 35 112.126 385 9 1 -103.04 82.9188 65.55 - 35 166.875 1314 9 0 -103.039 82.9191 64.15 - 35 109.678 385 8 1 -103.006 82.9287 35.55 - 35 132.638 1314 8 0 -103.006 82.9278 34.15 - 35 164.297 385 7 1 -103.029 82.9102 5.55 - 35 140.437 1314 7 0 -103.031 82.9089 4.15 - 35 158.462 385 6 1 -103.074 82.8625 -24.45 - 35 113.754 1314 6 0 -103.077 82.8607 -25.85 - 35 234.583 385 5 1 -103.139 82.8189 -54.45 - 35 188.819 1313 5 0 -103.141 82.8203 -55.85 - 35 177.959 384 4 1 -103.179 82.8395 -84.45 - 35 173.444 1313 4 0 -103.181 82.8429 -85.85 - 35 172.5 384 3 1 -103.223 82.9139 -114.45 - 35 178.41 1314 3 0 -103.227 82.9193 -115.85 - 35 385.432 384 2 1 -103.299 83.0355 -144.45 - 35 599.421 1314 2 0 -103.305 83.0399 -145.85 - 35 208.68 383 1 1 -103.418 83.132 -174.45 - 35 439.816 1315 1 0 -103.427 83.1376 -175.85 - 35 273.104 382 0 1 -103.561 83.2375 -204.45 - 35 482.026 1315 0 0 -103.566 83.2415 -205.85 - 35 109.726 384 1 1 -103.266 83.1434 -174.45 - 35 312.017 384 0 1 -103.323 83.2503 -204.45 - 35 283.233 1316 0 0 -103.306 83.2564 -205.85 - 35 216.899 1315 2 0 -103.297 83.05 -146.052 - 35 132.324 1316 1 0 -103.358 83.3146 -175.85 - 35 145.308 1318 0 0 -103.154 83.6707 -205.85 - 35 46.5526 385 0 1 -103.096 83.5638 -204.45 - 35 86.2558 1317 0 0 -103.478 83.4761 -205.85 - 35 140.04 383 0 1 -103.55 82.9636 -204.798 - 35 135.727 385 3 1 -103.049 83.2265 -114.45 - 35 3.6594 1321 3 0 -103.191 84.4329 -115.85 - 35 101.973 1322 3 0 -103.192 84.45 -115.866 - 35 58.4134 1323 3 0 -103.178 84.65 -116.114 - 35 185.544 1313 9 0 -103.041 82.85 63.981 -Number of digits in this event = 27 +Number of tracker hits in this event = 38 + 35 171.841 659 8 1 -48.106 -135.674 35.55 + 35 108.617 222 8 0 -48.1062 -135.675 34.15 + 35 117.668 659 7 1 -48.1144 -135.68 5.55 + 35 126.951 222 7 0 -48.1147 -135.681 4.15 + 35 146.042 659 6 1 -48.1227 -135.699 -24.45 + 35 192.512 222 6 0 -48.1254 -135.701 -25.85 + 35 137.67 659 5 1 -48.1793 -135.741 -54.45 + 35 148.354 222 5 0 -48.1826 -135.744 -55.85 + 35 163.534 658 4 1 -48.2575 -135.792 -84.45 + 35 123.796 221 4 0 -48.2601 -135.794 -85.85 + 35 130.048 658 3 1 -48.3148 -135.838 -114.45 + 35 134.411 221 3 0 -48.3194 -135.841 -115.85 + 35 425.836 658 2 1 -48.4107 -135.893 -144.45 + 35 117.547 221 2 0 -48.4145 -135.896 -145.85 + 35 118.162 657 1 1 -48.4933 -135.966 -174.45 + 35 367.512 220 1 0 -48.4963 -135.971 -175.85 + 35 372.53 657 0 1 -48.5769 -136.058 -204.45 + 35 450.894 220 0 0 -48.5812 -136.058 -205.85 + 35 189.64 221 0 0 -48.6325 -135.95 -206.127 + 35 78.9672 651 3 1 -49.7161 1.66269 -114.85 + 35 177.544 652 3 1 -49.617 2.16215 -114.45 + 35 79.0793 653 3 1 -49.45 2.04512 -114.638 + 35 35.9572 899 3 0 -51.4679 -0.2049 -115.85 + 35 203.933 898 3 0 -51.4923 -0.25 -115.889 + 35 19.1455 656 0 1 -48.65 -135.971 -204.791 + 35 236.421 222 0 0 -48.8774 -135.69 -205.85 + 35 379.586 659 2 1 -48.25 -135.934 -144.624 + 35 238.909 222 2 0 -48.1634 -135.702 -145.85 + 35 128.881 659 1 1 -48.1696 -135.727 -174.45 + 35 126.512 222 1 0 -48.1695 -135.727 -175.85 + 35 221.012 659 0 1 -48.1746 -135.726 -204.45 + 35 145.067 658 1 1 -48.409 -136.095 -174.45 + 35 157.144 663 0 1 -47.3606 -136.622 -204.585 + 35 285.217 217 0 0 -47.3119 -136.647 -205.85 + 35 85.7992 580 0 1 -63.9541 -128.123 -204.45 + 35 71.1379 581 0 1 -63.85 -128.07 -204.631 + 35 145.686 261 0 0 -62.8117 -127.935 -205.85 + 35 33.5064 260 0 0 -62.4556 -127.95 -206.16 +Number of digits in this event = 29 Using G4ParticleGun ... -4.67849 LIN +4.80923 LIN e- Event: 36 -Number of tracker hits in this event = 55 - 36 114.676 1339 10 1 87.8663 39.3053 95.55 - 36 118.502 1096 10 0 87.8665 39.305 94.15 - 36 99.2803 1339 9 1 87.8548 39.299 65.55 - 36 113.878 1096 9 0 87.8546 39.2987 64.15 - 36 108.378 1339 8 1 87.8583 39.2978 35.55 - 36 106.31 1096 8 0 87.8583 39.2974 34.15 - 36 224.966 1339 7 1 87.8651 39.2906 5.55 - 36 111.601 1096 7 0 87.8654 39.2872 4.15 - 36 178.271 1339 6 1 87.8792 39.2138 -24.45 - 36 147.179 1095 6 0 87.8808 39.2114 -25.85 - 36 113.64 1339 5 1 87.9071 39.1519 -54.45 - 36 168.702 1095 5 0 87.9085 39.1495 -55.85 - 36 139.018 1339 4 1 87.9447 39.1084 -84.45 - 36 120.557 1095 4 0 87.9508 39.1063 -85.85 - 36 113.968 1340 3 1 88.0779 39.0776 -114.45 - 36 114.84 1095 3 0 88.0824 39.0721 -115.85 - 36 107.131 1340 2 1 88.1748 38.9741 -144.45 - 36 162.327 1094 2 0 88.1798 38.971 -145.85 - 36 157.565 1341 1 1 88.2862 38.8814 -174.45 - 36 109.634 1094 1 0 88.2858 38.8737 -175.85 - 36 123.661 1341 0 1 88.3041 38.7208 -204.45 - 36 150.877 1093 0 0 88.302 38.7123 -205.85 - 36 104.842 1174 4 1 54.9426 -72.9591 -84.85 - 36 93.8607 1173 4 1 54.85 -73.1913 -84.691 - 36 7.34195 52 5 0 31.0099 -169.55 -56.245 - 36 63.9948 51 5 0 31.0039 -169.75 -56.0143 - 36 226.924 50 5 0 30.9544 -169.95 -55.9511 - 36 281.406 49 5 0 30.9474 -170.15 -55.9251 - 36 173.715 1096 6 0 87.9025 39.25 -25.9341 - 36 201.982 1338 8 1 87.85 39.2838 35.2662 - 36 1.07103 1340 7 1 88.05 39.3403 5.15654 - 36 177.211 1097 7 0 88.3091 39.5375 4.14984 - 36 73.2584 1305 7 0 115.867 81.0812 3.75 - 36 54.273 1306 7 0 115.973 81.25 3.86993 - 36 74.0321 1307 7 0 116.042 81.45 3.94635 - 36 357.972 1308 7 0 116.15 81.65 4.02204 - 36 48.4991 1309 7 0 116.374 81.85 4.07011 - 36 8.86318 1489 7 1 118.123 83.39 5.15 - 36 106.315 1490 7 1 118.15 83.4112 5.16659 - 36 88.2517 1491 7 1 118.35 83.5311 5.25687 - 36 99.6017 1492 7 1 118.55 83.664 5.39717 - 36 41.3079 1493 7 1 118.75 83.8907 5.52574 - 36 188.155 1478 7 1 115.861 82.5322 5.15009 - 36 129.798 1042 7 0 135.237 28.5266 3.75004 - 36 207.844 1043 7 0 135.119 28.6501 3.89279 - 36 9.80701 1117 6 0 100.634 43.5358 -25.85 - 36 138.82 1131 8 0 81.0422 46.2789 33.75 - 36 405.014 1302 8 1 80.6464 46.9003 35.15 - 36 79.4793 1303 8 1 80.65 46.5116 35.289 - 36 10.5545 1126 8 0 81.735 45.267 34.15 - 36 90.8376 1125 8 0 81.7512 45.2493 34.1344 - 36 80.4395 1124 8 0 81.8936 45.05 33.9753 - 36 27.6236 1123 8 0 82.043 44.85 33.8047 - 36 170.08 1012 8 0 37.1689 22.5256 33.75 - 36 143.318 1547 8 1 129.672 176.846 35.15 -Number of digits in this event = 25 +Number of tracker hits in this event = 76 + 36 100.334 1270 9 1 74.1122 110.122 65.55 + 36 104.41 1449 9 0 74.1107 110.121 64.15 + 36 305.667 1270 8 1 74.0833 110.105 35.55 + 36 88.5016 1449 8 0 74.0763 110.104 34.15 + 36 357.015 1269 7 1 73.938 110.107 5.55 + 36 397.374 1449 7 0 73.9398 110.103 4.15 + 36 167.024 1269 6 1 74.0037 109.965 -24.45 + 36 260.546 1449 6 0 74.0161 109.967 -25.85 + 36 130.49 1270 5 1 74.185 110.017 -54.45 + 36 232.812 1449 5 0 74.1732 110.007 -55.85 + 36 143.971 1268 4 1 73.8403 109.826 -84.45 + 36 239.497 1448 4 0 73.7906 109.793 -85.85 + 36 182.207 1263 3 1 72.7557 109.134 -114.45 + 36 107.321 1444 3 0 72.7297 109.12 -115.85 + 36 150.48 1260 2 1 72.1524 108.846 -144.45 + 36 112.959 1443 2 0 72.12 108.843 -145.85 + 36 132.642 1257 1 1 71.5048 108.822 -174.45 + 36 121.93 1443 1 0 71.4667 108.819 -175.85 + 36 102.252 1253 0 1 70.6827 108.77 -204.45 + 36 110.373 1442 0 0 70.6496 108.743 -205.85 + 36 107.121 1266 6 1 73.3272 108.854 -24.45 + 36 115.013 1442 6 0 73.3505 108.741 -25.85 + 36 250.62 1268 5 1 73.8154 106.381 -54.45 + 36 147.096 1430 5 0 73.7423 106.309 -55.8502 + 36 108.01 1261 4 1 72.3492 104.934 -84.45 + 36 161.315 1422 4 0 72.284 104.685 -85.85 + 36 288.24 1256 3 1 71.2917 99.7058 -114.45 + 36 113.318 1396 3 0 71.2705 99.4909 -115.85 + 36 300.536 1254 2 1 70.9621 94.6476 -144.45 + 36 180.292 1371 2 0 70.9923 94.4159 -145.851 + 36 217.465 1255 1 1 71.0653 91.5528 -174.45 + 36 134.133 1355 1 0 71.1309 91.2445 -175.85 + 36 119.898 1263 0 1 72.6907 85.1063 -204.45 + 36 145.059 1323 0 0 72.91 84.8213 -205.85 + 36 26.7631 1045 4 0 102.21 29.2047 -86.2496 + 36 32.5077 1370 2 0 71.0028 94.35 -146.161 + 36 8.03633 1253 1 1 70.8357 83.4712 -174.45 + 36 91.9271 1254 1 1 70.85 83.46 -174.467 + 36 165.08 1311 1 0 71.9551 82.4377 -175.85 + 36 85.0254 1310 1 0 72.1447 82.25 -176.088 + 36 106.605 1370 0 1 94.1579 59.2402 -204.45 + 36 120.171 1194 0 0 94.361 59.0079 -205.85 + 36 203.694 1271 4 1 74.4 104.354 -84.45 + 36 187.027 1270 4 1 74.2499 104.557 -84.5847 + 36 1.41943 1269 4 1 74.05 104.861 -84.4512 + 36 239.978 1272 4 1 74.45 104.769 -84.4575 + 36 95.9576 1425 4 0 74.6928 105.249 -85.8501 + 36 313.184 1426 4 0 74.6438 105.35 -86.0244 + 36 141.107 1421 4 0 74.4824 104.508 -85.8501 + 36 97.5838 1271 3 1 74.3985 106.989 -114.45 + 36 113.332 1433 3 0 74.4126 106.896 -115.85 + 36 123.369 1273 2 1 74.6908 104.654 -144.45 + 36 120.928 1422 2 0 74.7882 104.704 -145.85 + 36 133.837 1284 1 1 76.881 105.491 -174.45 + 36 128.726 1427 1 0 77.2095 105.615 -175.85 + 36 66.7642 1322 0 1 84.4691 107.83 -204.45 + 36 91.9404 1323 0 1 84.65 107.737 -204.616 + 36 24.8043 1324 0 1 84.8501 107.609 -204.815 + 36 79.1767 1433 0 0 85.7594 106.891 -205.85 + 36 101.955 1432 0 0 85.8928 106.75 -206.021 + 36 12.2463 1431 0 0 86.0497 106.55 -206.223 + 36 141.591 1268 6 1 73.8116 110.116 -24.45 + 36 114.97 1267 4 1 73.6171 110.033 -84.45 + 36 124.822 1449 4 0 73.6129 110.032 -85.85 + 36 127.631 1267 3 1 73.5651 110.004 -114.45 + 36 133.868 1449 3 0 73.5634 110.001 -115.85 + 36 117.371 1267 2 1 73.5298 109.942 -144.45 + 36 108.02 1448 2 0 73.5276 109.942 -145.85 + 36 114.97 1267 1 1 73.483 109.926 -174.45 + 36 105.421 1448 1 0 73.4815 109.923 -175.85 + 36 143.877 1267 0 1 73.4549 109.865 -204.45 + 36 106.327 1448 0 0 73.4533 109.858 -205.85 + 36 105.316 614 7 1 -57.2053 128.318 5.15 + 36 129.8 1479 2 0 70.4068 116.037 -146.25 + 36 318.907 1478 2 0 70.4009 115.95 -145.99 + 36 323.993 1271 8 1 74.25 109.715 35.3232 +Number of digits in this event = 44 Using G4ParticleGun ... -5.17678 LIN +6.6424 LIN e- Event: 37 -Number of tracker hits in this event = 133 - 37 126.784 669 11 1 -46.237 39.5383 125.55 - 37 144.869 1097 11 0 -46.2371 39.5392 124.15 - 37 103.992 669 10 1 -46.2443 39.5662 95.55 - 37 118.252 1097 10 0 -46.245 39.5672 94.15 - 37 402.159 668 9 1 -46.2656 39.5932 65.55 - 37 259.894 1097 9 0 -46.2666 39.5931 64.15 - 37 276.022 668 8 1 -46.2846 39.5911 35.55 - 37 275.566 1097 8 0 -46.2862 39.5908 34.15 - 37 116.085 668 7 1 -46.3145 39.584 5.55 - 37 177.782 1097 7 0 -46.3211 39.5981 4.15 - 37 120.098 667 6 1 -46.4981 39.7642 -24.45 - 37 102.404 1098 6 0 -46.5041 39.7881 -25.85 - 37 268.021 666 5 1 -46.6506 40.2626 -54.45 - 37 178.775 1101 5 0 -46.6958 40.2546 -55.85 - 37 113.397 662 4 1 -47.4593 39.8763 -84.45 - 37 119.926 1099 4 0 -47.4711 39.8574 -85.85 - 37 104.589 661 3 1 -47.7811 39.4867 -114.45 - 37 111.879 1097 3 0 -47.779 39.5009 -115.85 - 37 133.251 661 2 1 -47.6796 39.6892 -144.45 - 37 125.89 1098 2 0 -47.6576 39.6746 -145.85 - 37 158.174 663 1 1 -47.3008 39.339 -174.45 - 37 131.83 1096 1 0 -47.2502 39.3156 -175.85 - 37 105.153 668 0 1 -46.3241 38.8741 -204.45 - 37 113.635 1094 0 0 -46.1994 38.8682 -205.85 - 37 299.493 664 1 1 -47.25 39.2167 -174.593 - 37 44.9963 1078 1 0 -45.2368 35.7536 -175.85 - 37 83.9845 1077 1 0 -45.1742 35.65 -175.917 - 37 63.7756 1076 1 0 -45.0694 35.45 -176.148 - 37 63.5873 343 3 0 -31.6225 -111.393 -116.25 - 37 206.71 662 0 1 -47.5271 42.2495 -204.45 - 37 133.702 1098 7 0 -46.3555 39.65 3.86049 - 37 61.7742 667 2 1 -46.6155 39.5737 -144.73 - 37 284.671 1097 2 0 -46.6175 39.5733 -145.85 - 37 403.63 666 1 1 -46.7521 39.5617 -174.45 - 37 309.229 1097 1 0 -46.7445 39.5569 -175.85 - 37 156.611 667 0 1 -46.5751 39.4721 -204.45 - 37 292.419 1097 0 0 -46.5572 39.4701 -205.85 - 37 125.892 666 0 1 -46.7618 39.5902 -204.45 - 37 6.29767 779 1 0 -153.351 -24.05 -176.109 - 37 257.132 122 1 1 -155.558 -24.0458 -174.85 - 37 158.634 669 9 1 -46.179 39.5724 65.5498 - 37 72.1815 670 9 1 -46.05 39.483 65.4786 - 37 73.033 671 9 1 -45.85 39.3487 65.3907 - 37 70.9818 672 9 1 -45.6494 39.2268 65.3298 - 37 94.6036 673 9 1 -45.4499 39.1076 65.2688 - 37 35.6698 674 9 1 -45.25 38.9607 65.186 - 37 11.1273 1087 9 0 -43.1075 37.4763 64.15 - 37 131.675 1086 9 0 -43.0695 37.45 64.1324 - 37 84.8795 1085 9 0 -42.8225 37.25 63.9923 - 37 44.2248 1084 9 0 -42.6148 37.05 63.8344 - 37 22.2196 761 9 0 -14.5548 -27.7721 63.75 - 37 83.9627 760 9 0 -14.5697 -27.8506 63.8166 - 37 53.3503 759 9 0 -14.6364 -28.05 63.9863 - 37 180.438 824 9 1 -15.1202 -29.3107 65.1501 - 37 35.2232 568 10 0 37.3343 -66.3723 93.75 - 37 89.4416 567 10 0 37.4299 -66.45 93.8114 - 37 96.6236 566 10 0 37.682 -66.6501 93.9348 - 37 82.4758 565 10 0 37.9002 -66.85 93.9836 - 37 61.6939 564 10 0 38.111 -67.0503 94.0678 - 37 129.487 1095 10 1 39.078 -69.0004 95.15 - 37 203.723 1096 10 1 39.2503 -69.3765 95.3293 - 37 74.5217 544 10 0 39.7516 -71.0589 94.1499 - 37 65.8383 543 10 0 39.7723 -71.25 93.9964 - 37 37.4026 542 10 0 39.726 -71.45 93.8424 - 37 43.7858 1093 9 1 38.7731 -96.4373 65.55 - 37 98.1026 1092 9 1 38.6499 -96.4767 65.4791 - 37 188.564 1091 9 1 38.45 -96.4545 65.4328 - 37 294.035 1090 9 1 38.25 -96.1918 65.2255 - 37 28.7989 1089 9 1 38.05 -96.2313 65.246 - 37 134.783 781 9 0 2.89989 -23.85 63.8214 - 37 84.5643 1100 9 1 40.05 -100.459 65.3225 - 37 141.71 1099 9 0 -46.1617 39.908 64.15 - 37 129.821 674 8 1 -45.1 44.285 35.55 - 37 84.8833 1122 8 0 -45.2042 44.5912 34.1497 - 37 39.4499 1123 8 0 -45.2265 44.65 33.8684 - 37 301.721 661 7 1 -47.6865 50.5895 5.55 - 37 16.603 1158 7 0 -47.9654 51.8052 4.14951 - 37 72.4534 1159 7 0 -47.9748 51.85 4.09927 - 37 44.3432 1160 7 0 -48.0015 52.05 3.87042 - 37 131.889 646 6 1 -50.7534 75.3361 -24.4502 - 37 129.505 1278 6 0 -50.3999 75.7793 -25.85 - 37 35.5983 1279 6 0 -50.3406 75.85 -26.0908 - 37 246.048 675 5 1 -44.9399 82.4954 -54.45 - 37 12.9634 676 5 1 -44.85 82.6836 -54.7924 - 37 90.3282 1316 5 0 -44.5692 83.3015 -55.85 - 37 72.2771 1317 5 0 -44.505 83.45 -56.0878 - 37 119.952 713 4 1 -37.3867 99.8598 -84.45 - 37 183.416 1402 4 0 -37.5461 100.604 -85.85 - 37 46.0243 1403 4 0 -37.569 100.75 -86.1299 - 37 13.2809 704 3 1 -39.2338 116.135 -114.45 - 37 109.487 703 3 1 -39.25 116.149 -114.499 - 37 79.7327 1480 3 0 -39.9015 116.319 -115.851 - 37 159.647 1481 3 0 -40.0346 116.35 -116.056 - 37 67.3505 1098 9 0 -46.3099 39.65 63.9876 - 37 108.122 664 8 1 -47.0968 40.9257 35.55 - 37 224.202 1104 8 0 -47.0899 41.0054 34.15 - 37 221.403 665 7 1 -46.9709 43.0246 5.55 - 37 159.846 1115 7 0 -46.9374 43.0953 4.15 - 37 184.494 668 6 1 -46.3071 45.0443 -24.45 - 37 141.813 1125 6 0 -46.3261 45.1264 -25.85 - 37 153.504 1136 5 0 -46.6598 47.3413 -55.85 - 37 96.0847 666 4 1 -46.808 50.272 -84.45 - 37 140.505 1151 4 0 -46.8481 50.3931 -85.85 - 37 380.844 663 3 1 -47.3421 52.8397 -114.45 - 37 96.0513 1164 3 0 -47.2916 53.0054 -115.85 - 37 8.38723 1165 3 0 -47.2777 53.05 -116.222 - 37 110.114 670 2 1 -46.0309 56.5273 -144.45 - 37 239.572 1183 2 0 -45.8633 56.6621 -145.85 - 37 5.90752 690 1 1 -41.8555 59.4243 -174.45 - 37 116.185 691 1 1 -41.85 59.4273 -174.475 - 37 153.719 1197 1 0 -41.557 59.6009 -175.851 - 37 9.60883 1198 1 0 -41.4854 59.65 -176.203 - 37 91.9741 720 0 1 -35.914 64.0306 -204.451 - 37 124.598 1220 0 0 -35.7788 64.1428 -205.85 - 37 138.382 755 3 1 -28.9447 -38.2798 -114.85 - 37 48.365 756 3 1 -28.85 -38.533 -114.517 - 37 15.5129 1182 2 0 -45.8453 56.65 -146.178 - 37 114.391 667 7 1 -46.5352 39.4157 5.55 - 37 154.272 1096 7 0 -46.5518 39.4048 4.15 - 37 131.825 666 6 1 -46.8358 39.199 -24.45 - 37 124.43 1095 6 0 -46.847 39.1911 -25.85 - 37 136.96 664 5 1 -47.1152 38.9134 -54.45 - 37 107.972 1094 5 0 -47.1265 38.8958 -55.85 - 37 137.706 663 4 1 -47.328 38.5016 -84.45 - 37 108.519 1092 4 0 -47.3259 38.4907 -85.85 - 37 213.451 1090 3 0 -47.2783 38.2274 -115.85 - 37 132.184 665 2 1 -46.8864 37.7372 -144.45 - 37 126.827 1088 2 0 -46.872 37.6963 -145.85 - 37 200.884 667 1 1 -46.5577 36.7634 -174.45 - 37 128.809 1083 1 0 -46.5289 36.7055 -175.85 - 37 117.171 670 0 1 -45.9661 35.6017 -204.45 - 37 131.784 1077 0 0 -45.9368 35.5497 -205.85 - 37 210.846 667 8 1 -46.45 39.5883 35.4248 -Number of digits in this event = 66 +Number of tracker hits in this event = 74 + 37 130.436 565 10 1 -66.8824 -86.5796 95.55 + 37 142.959 467 10 0 -66.8839 -86.5797 94.15 + 37 110.373 565 9 1 -66.9176 -86.582 65.55 + 37 138.311 467 9 0 -66.9234 -86.5787 64.15 + 37 107.875 565 8 1 -67.0396 -86.5146 35.55 + 37 123.637 467 8 0 -67.0458 -86.513 34.15 + 37 137.713 564 7 1 -67.1736 -86.4823 5.55 + 37 127.174 467 7 0 -67.1801 -86.4815 4.15 + 37 104.984 563 6 1 -67.3128 -86.4649 -24.45 + 37 111.924 467 6 0 -67.3203 -86.4639 -25.85 + 37 136.77 562 5 1 -67.4768 -86.4406 -54.45 + 37 117.874 468 5 0 -67.4855 -86.44 -55.85 + 37 107.748 561 4 1 -67.6679 -86.428 -84.45 + 37 361.038 468 4 0 -67.6763 -86.4278 -85.85 + 37 113.947 560 3 1 -67.854 -86.4187 -114.45 + 37 127.651 468 3 0 -67.8614 -86.4181 -115.85 + 37 120.437 560 2 1 -68.0074 -86.407 -144.45 + 37 242.66 468 2 0 -68.0125 -86.4054 -145.85 + 37 153.354 559 1 1 -68.1286 -86.3916 -174.45 + 37 134.924 468 1 0 -68.1329 -86.3889 -175.85 + 37 140.641 559 0 1 -68.2142 -86.3416 -204.45 + 37 101.785 468 0 0 -68.2185 -86.3455 -205.85 + 37 61.0529 513 0 0 -89.3673 -77.2836 -206.25 + 37 305.069 514 0 0 -89.4887 -77.2499 -206.165 + 37 39.0026 433 0 1 -93.472 -77.2338 -204.85 + 37 187.132 432 0 1 -93.55 -77.2345 -204.829 + 37 65.1609 431 0 1 -93.75 -77.2282 -204.786 + 37 63.2252 430 0 1 -93.9502 -77.2015 -204.761 + 37 129.151 429 0 1 -94.15 -77.1627 -204.718 + 37 51.5919 428 0 1 -94.35 -77.1066 -204.669 + 37 330.582 427 0 1 -94.55 -77.0352 -204.659 + 37 371.437 426 0 1 -94.7508 -76.9564 -204.596 + 37 117.857 425 0 1 -94.95 -76.9205 -204.587 + 37 273.624 424 0 1 -95.1507 -76.9229 -204.658 + 37 176.578 423 0 1 -95.35 -76.9214 -204.678 + 37 80.5212 422 0 1 -95.55 -76.9104 -204.726 + 37 10.2224 512 0 0 -96.8252 -77.6343 -205.85 + 37 102.15 511 0 0 -96.8498 -77.65 -205.876 + 37 102.808 510 0 0 -97.0252 -77.85 -206.082 + 37 157.745 509 0 0 -97.1918 -78.05 -206.186 + 37 182.052 558 0 1 -68.25 -86.3244 -204.642 + 37 0.610487 432 2 0 -43.149 -93.55 -145.887 + 37 255.56 562 4 1 -67.6211 -86.4082 -84.45 + 37 149.14 557 3 1 -68.4604 -86.5399 -114.45 + 37 226.674 467 3 0 -68.6306 -86.5129 -115.85 + 37 367.45 539 2 1 -72.0726 -86.2475 -144.45 + 37 247.745 469 2 0 -72.2335 -86.2031 -145.85 + 37 97.5286 523 1 1 -75.4122 -85.3514 -174.45 + 37 40.6666 522 1 1 -75.45 -85.3424 -174.715 + 37 264.997 473 1 0 -75.614 -85.3276 -175.85 + 37 104.383 501 0 1 -79.7976 -85.2794 -204.451 + 37 33.791 500 0 1 -79.85 -85.2985 -204.7 + 37 99.9061 473 0 0 -80.0914 -85.3855 -205.85 + 37 112.289 504 1 1 -79.0941 -85.1701 -174.451 + 37 115.289 460 0 1 -87.9828 -87.8656 -204.45 + 37 49.4053 460 0 0 -88.1906 -88.0267 -205.85 + 37 57.3407 459 0 0 -88.2244 -88.05 -206.073 + 37 113.779 488 1 1 -82.2749 -87.7934 -174.45 + 37 25.5991 487 1 1 -82.45 -87.9114 -174.77 + 37 241.615 458 1 0 -83.0604 -88.2797 -175.85 + 37 138.179 401 0 1 -99.7725 -99.0889 -204.45 + 37 60.0489 404 0 0 -99.8386 -99.345 -205.85 + 37 327.244 403 0 0 -99.8395 -99.35 -205.876 + 37 124.535 386 0 0 -95.9432 -102.945 -206.25 + 37 169.902 558 3 1 -68.2536 -86.4921 -114.45 + 37 112.974 554 2 1 -69.1817 -86.8365 -144.45 + 37 115.299 465 2 0 -69.1459 -86.8636 -145.85 + 37 135.078 558 1 1 -68.394 -87.6151 -174.45 + 37 121.42 462 1 0 -68.4257 -87.6233 -175.85 + 37 55.9584 555 0 1 -69.0472 -87.5778 -204.45 + 37 78.7399 554 0 1 -69.05 -87.5822 -204.587 + 37 143.762 462 0 0 -69.0819 -87.6166 -205.85 + 37 136.703 559 3 1 -68.0761 -86.4153 -114.45 + 37 27.7207 1470 4 1 114.15 -31.3095 -84.5298 +Number of digits in this event = 40 Using G4ParticleGun ... -3.70554 LIN +6.1819 LIN e- Event: 38 -Number of tracker hits in this event = 88 - 38 383.858 710 10 1 -38.0159 -102.51 95.55 - 38 170.658 388 10 0 -38.0145 -102.511 94.15 - 38 104.986 710 9 1 -37.9763 -102.533 65.55 - 38 133.55 388 9 0 -37.9715 -102.536 64.15 - 38 376.814 710 8 1 -37.8681 -102.601 35.55 - 38 388.034 387 8 0 -37.8618 -102.607 34.15 - 38 303.108 711 7 1 -37.7264 -102.735 5.55 - 38 522.852 387 7 0 -37.7222 -102.741 4.15 - 38 107.511 712 6 1 -37.6365 -102.885 -24.45 - 38 287.504 386 6 0 -37.6293 -102.888 -25.85 - 38 133.89 712 5 1 -37.4878 -102.952 -54.45 - 38 165.952 385 5 0 -37.4839 -102.953 -55.85 - 38 123.432 713 4 1 -37.397 -102.969 -84.45 - 38 238.845 385 4 0 -37.3933 -102.971 -85.85 - 38 108.737 713 3 1 -37.3197 -103.007 -114.45 - 38 116.606 385 3 0 -37.3159 -103.009 -115.85 - 38 136.915 714 2 1 -37.2435 -103.059 -144.45 - 38 117.547 385 2 0 -37.2401 -103.061 -145.85 - 38 151.973 714 1 1 -37.1804 -103.104 -174.45 - 38 287.239 385 1 0 -37.1732 -103.103 -175.85 - 38 361.164 715 0 1 -37.0339 -103.102 -204.45 - 38 386.076 385 0 0 -37.0287 -103.1 -205.85 - 38 109.501 386 0 0 -37.0386 -102.902 -205.85 - 38 16.2027 1393 9 1 98.8887 -43.7013 65.15 - 38 269.738 1394 9 1 98.9501 -43.6834 65.2904 - 38 52.4181 317 4 0 -36.8567 -116.604 -86.25 - 38 228.941 316 4 0 -36.8896 -116.75 -86.1503 - 38 202.198 315 4 0 -37.0159 -116.95 -86.0372 - 38 92.4436 391 0 1 -101.75 -114.642 -204.807 - 38 147.457 713 6 1 -37.3913 -102.514 -24.45 - 38 220.757 388 6 0 -37.3642 -102.506 -25.85 - 38 112.198 716 5 1 -36.8224 -102.269 -54.45 - 38 114.349 389 5 0 -36.7928 -102.237 -55.85 - 38 123.332 719 4 1 -36.144 -101.625 -84.45 - 38 130.591 392 4 0 -36.117 -101.62 -85.85 - 38 121.376 722 3 1 -35.5085 -101.53 -114.45 - 38 32.7614 393 3 0 -35.4691 -101.549 -115.85 - 38 100.291 392 3 0 -35.4661 -101.55 -115.951 - 38 119.371 726 2 1 -34.7269 -101.908 -144.45 - 38 125.137 391 2 0 -34.6584 -101.923 -145.85 - 38 486.072 733 1 1 -33.3345 -102.271 -174.45 - 38 119.452 389 1 0 -33.3231 -102.256 -175.85 - 38 255.77 734 0 1 -33.1244 -101.993 -204.45 - 38 108.933 390 0 0 -33.1354 -101.978 -205.85 - 38 144.455 388 1 0 -33.0688 -102.407 -175.85 - 38 33.4638 746 0 1 -30.7217 -102.817 -204.45 - 38 86.1921 747 0 1 -30.65 -102.85 -204.538 - 38 35.0682 748 0 1 -30.4498 -102.934 -204.775 - 38 35.4418 382 0 0 -28.9895 -103.686 -205.85 - 38 170.47 381 0 0 -28.8345 -103.75 -205.942 - 38 9.94194 380 0 0 -28.3124 -103.95 -206.226 - 38 264.293 719 3 1 -36.2306 -102.029 -114.45 - 38 142.658 390 3 0 -36.2336 -102.069 -115.85 - 38 131.335 718 2 1 -36.365 -103.256 -144.451 - 38 150.844 384 2 0 -36.1982 -103.235 -145.85 - 38 28.5835 737 1 1 -32.485 -102.968 -174.45 - 38 82.8219 738 1 1 -32.4499 -102.968 -174.575 - 38 11.6929 782 0 1 -23.4697 -102.987 -204.45 - 38 118.806 783 0 1 -23.45 -102.988 -204.503 - 38 61.2598 513 1 0 75.1728 -77.3117 -176.25 - 38 369.158 514 1 0 75.3084 -77.25 -176.198 - 38 213.161 468 0 0 -18.7286 -86.4375 -206.25 - 38 220.615 803 0 1 -19.2896 -85.9 -204.85 - 38 224.651 389 3 0 -36.286 -102.218 -115.85 - 38 178.421 716 2 1 -36.8318 -106.717 -144.45 - 38 127.681 365 2 0 -36.6838 -107.011 -145.85 - 38 87.3752 336 1 0 -33.1467 -112.912 -175.851 - 38 22.9504 335 1 0 -33.0993 -112.95 -176.153 - 38 98.8463 756 0 1 -28.7424 -115.471 -204.45 - 38 104.688 322 0 0 -28.5602 -115.578 -205.85 - 38 121.559 713 7 1 -37.283 -102.76 5.55 - 38 108.592 693 6 1 -41.2836 -102.503 -24.45 - 38 59.4088 661 5 1 -47.8186 -101.97 -54.4501 - 38 74.1166 660 5 1 -47.8501 -101.976 -54.6421 - 38 106.444 390 5 0 -48.0444 -102.014 -55.85 - 38 158.286 636 4 1 -52.6831 -103.056 -84.45 - 38 152.514 622 3 1 -55.4577 -103.633 -114.45 - 38 47.6226 381 3 0 -55.6422 -103.914 -115.85 - 38 77.0054 380 3 0 -55.6648 -103.95 -116.027 - 38 166.411 603 2 1 -59.2775 -109.699 -144.45 - 38 152.154 350 2 0 -59.5596 -109.952 -145.85 - 38 34.4923 573 1 1 -65.4194 -115.664 -174.45 - 38 109.047 572 1 1 -65.45 -115.688 -174.558 - 38 120.159 320 1 0 -65.8196 -115.989 -175.85 - 38 74.0853 530 0 1 -73.9912 -122.491 -204.45 - 38 61.2727 529 0 1 -74.05 -122.548 -204.663 - 38 81.2253 286 0 0 -74.3717 -122.873 -205.85 - 38 39.4973 285 0 0 -74.4461 -122.95 -206.125 -Number of digits in this event = 49 +Number of tracker hits in this event = 30 + 38 109.435 1475 10 0 -14.5951 115.334 94.15 + 38 113.191 827 9 1 -14.5943 115.34 65.55 + 38 226.714 1475 9 0 -14.5948 115.34 64.15 + 38 311.406 827 8 1 -14.6056 115.351 35.55 + 38 286.945 1476 8 0 -14.604 115.353 34.15 + 38 117.306 827 7 1 -14.5784 115.382 5.55 + 38 116.526 1476 7 0 -14.5778 115.383 4.15 + 38 122.763 827 6 1 -14.552 115.409 -24.45 + 38 186.314 1476 6 0 -14.551 115.403 -25.85 + 38 97.1382 827 5 1 -14.5233 115.299 -54.45 + 38 105.045 1475 5 0 -14.5211 115.293 -55.85 + 38 155.481 827 4 1 -14.4753 115.186 -84.45 + 38 101.851 1475 4 0 -14.4773 115.178 -85.85 + 38 116.627 827 3 1 -14.5137 115.01 -114.45 + 38 116.502 1474 3 0 -14.5118 115.001 -115.85 + 38 103.157 827 2 1 -14.463 114.804 -144.45 + 38 99.2308 1473 2 0 -14.4615 114.795 -145.85 + 38 61.4321 828 1 1 -14.4097 114.619 -174.45 + 38 73.6064 827 1 1 -14.45 114.584 -174.635 + 38 136.3 1471 1 0 -14.8398 114.474 -175.85 + 38 167.189 1476 1 0 9.8251 115.459 -176.25 + 38 98.3433 1475 1 0 10.2537 115.35 -176.005 + 38 27.0999 954 1 1 10.9866 115.044 -174.85 + 38 118.778 955 1 1 11.0501 115.028 -174.786 + 38 135.821 956 1 1 11.25 115.108 -174.581 + 38 342.62 957 1 1 11.45 115.291 -174.51 + 38 219.213 1543 2 1 128.917 -54.998 -144.45 + 38 24.884 1477 8 0 -14.398 115.55 33.7939 + 38 21.2701 1452 8 0 -50.151 110.609 33.7503 + 38 100.025 1476 10 0 -14.5954 115.35 93.7702 +Number of digits in this event = 13 Using G4ParticleGun ... -2.01301 LIN +6.22926 LIN e- Event: 39 -Number of tracker hits in this event = 85 - 39 192.969 1047 11 1 29.6376 33.9081 125.55 - 39 151.929 1069 11 0 29.6342 33.9109 124.15 - 39 167.769 1047 10 1 29.4985 33.9765 95.55 - 39 125.099 1069 10 0 29.4893 33.9574 94.15 - 39 130.811 1046 9 1 29.3538 33.499 65.55 - 39 196.258 1067 9 0 29.3388 33.4986 64.15 - 39 114.121 1044 8 1 29.0078 33.4399 35.55 - 39 71.2374 1066 8 0 28.9922 33.4487 34.15 - 39 57.375 1067 8 0 28.9901 33.45 33.9437 - 39 171.902 1043 7 1 28.7182 33.6536 5.55 - 39 127.565 1067 7 0 28.6899 33.6452 4.15 - 39 125.919 1040 6 1 28.0534 33.4058 -24.45 - 39 128.889 1039 6 1 28.05 33.4058 -24.6051 - 39 96.8817 1066 6 0 28.0264 33.4072 -25.85 - 39 113.67 1036 5 1 27.4073 33.4504 -54.45 - 39 140.461 1066 5 0 27.3732 33.4495 -55.85 - 39 110.372 1031 4 1 26.3064 33.2722 -84.45 - 39 123.61 1065 4 0 26.2625 33.2394 -85.85 - 39 154.582 1025 3 1 25.19 32.6626 -114.45 - 39 93.8684 1063 3 0 25.133 32.6567 -115.85 - 39 114.237 1020 2 1 24.13 32.1945 -144.45 - 39 138.433 1060 2 0 24.1281 32.1835 -145.85 - 39 114.946 1021 1 1 24.3924 32.2517 -174.45 - 39 144.932 1061 1 0 24.4034 32.3262 -175.85 - 39 207.763 1021 0 1 24.2794 33.8632 -204.45 - 39 98.7324 1069 0 0 24.3325 33.8923 -205.85 - 39 232.157 1023 2 0 -14.0982 24.69 -146.25 - 39 463.108 1047 5 1 29.4598 33.4258 -54.4508 - 39 38.6953 1048 5 1 29.65 33.4532 -54.7189 - 39 220.758 1065 5 0 30.4531 33.1998 -55.85 - 39 3.94142 1090 4 1 38.0583 25.9275 -84.4503 - 39 91.4856 1089 4 1 38.05 25.9242 -84.4605 - 39 77.1921 1088 4 1 37.85 25.9159 -84.6657 - 39 20.5343 1087 4 1 37.65 26.0196 -84.8076 - 39 185.842 1032 4 0 36.466 26.5524 -85.85 - 39 118.006 996 4 0 33.7733 19.3242 -86.25 - 39 57.062 997 4 0 33.787 19.45 -85.9672 - 39 36.5733 1072 4 1 34.4617 20.2749 -84.85 - 39 92.2143 1071 4 1 34.45 20.2996 -84.8225 - 39 207.297 1070 4 1 34.25 20.2862 -84.6923 - 39 87.264 1069 4 1 34.05 20.5278 -84.5473 - 39 124.756 671 2 0 75.4659 -45.65 -145.915 - 39 153.17 670 2 0 75.5902 -45.85 -146.071 - 39 101.099 1034 5 0 29.8043 26.9625 -55.85 - 39 53.8376 1033 5 0 29.8143 26.85 -55.8614 - 39 57.2323 1032 5 0 29.836 26.65 -55.8807 - 39 47.8228 1031 5 0 29.8494 26.45 -55.9037 - 39 112.673 1030 5 0 29.8615 26.2496 -55.9297 - 39 58.5475 1029 5 0 29.8665 26.05 -55.9539 - 39 92.6385 1028 5 0 29.8663 25.85 -55.9864 - 39 54.1308 1027 5 0 29.8368 25.65 -56.0365 - 39 61.6939 1026 5 0 29.7891 25.45 -56.0889 - 39 51.5596 1025 5 0 29.7393 25.25 -56.1451 - 39 27.6771 1024 5 0 29.6897 25.05 -56.2137 - 39 96.6479 975 4 1 15.2195 -45.4051 -84.4501 - 39 77.3398 974 4 1 15.05 -45.2148 -84.502 - 39 67.7416 973 4 1 14.8499 -45.0815 -84.5468 - 39 113.761 972 4 1 14.65 -44.8956 -84.6586 - 39 52.9158 971 4 1 14.45 -44.8578 -84.7051 - 39 108.625 970 4 1 14.2494 -44.8406 -84.701 - 39 58.0345 969 4 1 14.0498 -44.8881 -84.7237 - 39 53.07 968 4 1 13.8498 -44.9591 -84.7992 - 39 52.7415 967 4 1 13.65 -45.0351 -84.8161 - 39 52.3693 966 4 1 13.45 -45.1168 -84.8131 - 39 48.8184 965 4 1 13.2496 -45.1738 -84.7887 - 39 38.8994 964 4 1 13.05 -45.2033 -84.8026 - 39 12.4164 671 4 0 11.7103 -45.8421 -85.85 - 39 135.502 670 4 0 11.6941 -45.85 -85.8643 - 39 122.044 1060 5 0 29.0222 32.204 -55.85 - 39 306.349 1045 3 1 29.1394 33.4238 -114.45 - 39 243.447 1066 3 0 29.1378 33.4192 -115.85 - 39 131.655 1045 2 1 29.1305 33.3048 -144.45 - 39 145.658 1066 2 0 29.1225 33.2932 -145.85 - 39 110.425 1044 1 1 28.9408 33.011 -174.45 - 39 157.849 1064 1 0 28.9454 32.9828 -175.85 - 39 170.352 1044 0 1 29.0308 32.3682 -204.45 - 39 99.4204 1061 0 0 29.033 32.3442 -205.85 - 39 11.6081 1080 14 0 -82.7592 36.05 213.891 - 39 143.174 1079 14 0 -82.7258 36.05 213.854 - 39 166.754 1046 2 1 29.2922 33.4593 -144.45 - 39 127.3 1067 2 0 29.2906 33.4714 -145.85 - 39 120.418 1045 1 1 29.2232 33.7286 -174.45 - 39 104.328 1068 1 0 29.2044 33.7464 -175.85 - 39 80.2112 1043 0 1 28.85 34.093 -204.542 - 39 117.741 1070 0 0 28.8284 34.1032 -205.85 -Number of digits in this event = 37 -Using G4ParticleGun ... -6.06909 LIN +Number of tracker hits in this event = 201 + 39 144.641 486 10 1 -82.773 -32.7924 95.55 + 39 123.408 736 10 0 -82.773 -32.7935 94.15 + 39 168.414 486 9 1 -82.7645 -32.8214 65.55 + 39 133.597 736 9 0 -82.7645 -32.8228 64.15 + 39 524.331 486 8 1 -82.7716 -32.8518 35.55 + 39 716.266 735 8 0 -82.7707 -32.8537 34.15 + 39 282.553 486 7 1 -82.7478 -32.8853 5.55 + 39 307.018 735 7 0 -82.7446 -32.8833 4.15 + 39 125.397 486 6 1 -82.682 -32.8447 -24.45 + 39 105.553 736 6 0 -82.6753 -32.8431 -25.85 + 39 182.956 487 5 1 -82.5435 -32.8033 -54.45 + 39 324.151 736 5 0 -82.5365 -32.7999 -55.85 + 39 282.861 488 4 1 -82.3869 -32.7339 -84.45 + 39 328.768 736 4 0 -82.3834 -32.7316 -85.85 + 39 121.488 488 3 1 -82.3103 -32.6816 -114.45 + 39 132.269 736 3 0 -82.3048 -32.6789 -115.85 + 39 236.823 489 2 1 -82.2047 -32.6345 -144.45 + 39 96.7424 737 2 0 -82.2002 -32.6296 -145.85 + 39 206.686 489 1 1 -82.1119 -32.5511 -174.45 + 39 152.222 737 1 0 -82.1069 -32.5469 -175.85 + 39 111.268 490 0 1 -81.9993 -32.4593 -204.45 + 39 388.87 737 0 0 -81.9936 -32.4539 -205.85 + 39 142.919 564 1 1 -67.1105 102.398 -174.85 + 39 37.3711 1003 1 1 20.65 96.0732 -174.677 + 39 13.0061 490 1 1 -82.05 -32.387 -174.78 + 39 37.052 741 1 0 -81.5864 -31.7009 -175.85 + 39 95.1199 742 1 0 -81.5451 -31.65 -175.931 + 39 129.75 487 6 1 -82.4593 -32.9166 -24.45 + 39 147.251 735 6 0 -82.4476 -32.9177 -25.85 + 39 156.046 489 5 1 -82.1789 -33.0103 -54.45 + 39 346.077 735 5 0 -82.1543 -33.0106 -55.85 + 39 342.635 491 4 1 -81.7278 -32.9466 -84.45 + 39 128.988 735 4 0 -81.7048 -32.9522 -85.85 + 39 236.762 494 3 1 -81.2305 -33.1285 -114.45 + 39 50.4022 734 3 0 -81.2271 -33.2376 -115.85 + 39 65.1312 733 3 0 -81.2271 -33.25 -116.01 + 39 120.351 494 2 1 -81.1077 -35.0574 -144.45 + 39 15.9357 724 2 0 -81.0672 -35.2428 -145.85 + 39 93.3212 723 2 0 -81.0655 -35.25 -145.904 + 39 71.2187 499 1 1 -80.0628 -39.2293 -174.45 + 39 78.5055 500 1 1 -80.05 -39.2512 -174.566 + 39 118.484 702 1 0 -79.905 -39.4967 -175.85 + 39 140.537 515 0 1 -76.9357 -44.9745 -204.45 + 39 88.3791 673 0 0 -76.7584 -45.3658 -205.85 + 39 29.5344 672 0 0 -76.7214 -45.45 -206.145 + 39 0.111882 546 0 1 -70.7956 -45.1554 -204.85 + 39 174.515 734 5 0 -82.0561 -33.05 -56.0541 + 39 149.702 487 7 1 -82.559 -32.8341 5.55 + 39 146.616 736 7 0 -82.5469 -32.8452 4.15 + 39 175.208 488 6 1 -82.2914 -33.0708 -24.45 + 39 219.062 734 6 0 -82.2768 -33.0812 -25.85 + 39 437.843 490 5 1 -81.9717 -33.2883 -54.45 + 39 210.313 733 5 0 -81.9675 -33.2928 -55.85 + 39 242.426 490 4 1 -81.9246 -33.3827 -84.45 + 39 261.925 733 4 0 -81.9292 -33.393 -85.85 + 39 262.317 490 3 1 -82.0415 -33.5531 -114.45 + 39 253.709 732 3 0 -82.0546 -33.5665 -115.85 + 39 238.585 731 2 0 -82.2011 -33.7765 -145.85 + 39 104.558 488 1 1 -82.4432 -33.7851 -174.45 + 39 131.837 731 1 0 -82.4606 -33.7994 -175.85 + 39 158.063 486 0 1 -82.7687 -34.0645 -204.45 + 39 110.83 729 0 0 -82.7753 -34.0893 -205.85 + 39 110.956 487 1 1 -82.4824 -33.8098 -174.45 + 39 60.3381 730 1 0 -82.3803 -34.0026 -175.85 + 39 61.6969 729 1 0 -82.3741 -34.0501 -176.041 + 39 61.3779 489 0 1 -82.0963 -47.8263 -204.45 + 39 70.0218 488 0 1 -82.2501 -47.7233 -204.554 + 39 89.5911 487 0 1 -82.4503 -47.6166 -204.679 + 39 307.098 665 0 0 -83.9783 -47.0098 -205.85 + 39 86.2009 666 0 0 -84.2777 -46.8499 -206.087 + 39 165.963 737 3 0 -81.9492 -32.5791 -115.85 + 39 243.697 738 3 0 -81.94 -32.4499 -116.011 + 39 41.3067 856 3 0 -114.839 -8.69749 -116.25 + 39 129.173 857 3 0 -114.939 -8.6498 -116.136 + 39 98.1467 858 3 0 -115.26 -8.45 -115.945 + 39 25.4734 313 3 1 -117.487 -6.34892 -114.85 + 39 82.6067 312 3 1 -117.55 -6.29444 -114.827 + 39 90.2593 311 3 1 -117.75 -6.07691 -114.818 + 39 119.342 900 3 0 -120.62 0.0510521 -115.856 + 39 97.2477 901 3 0 -120.781 0.250611 -115.966 + 39 147.054 902 3 0 -120.937 0.45 -116.083 + 39 75.9744 903 3 0 -121.115 0.65 -116.198 + 39 61.4417 904 3 0 -121.294 0.85 -116.086 + 39 68.1355 905 3 0 -121.394 1.05046 -116.033 + 39 97.0833 906 3 0 -121.408 1.25 -115.96 + 39 81.6645 287 3 1 -122.603 3.11213 -114.85 + 39 116.419 921 3 0 -123.596 4.3361 -115.85 + 39 105.719 920 3 0 -123.748 4.25 -116.092 + 39 6.71108 732 6 0 -82.531 -33.4526 -25.85 + 39 247.804 733 6 0 -82.5393 -33.45 -25.8676 + 39 130.65 732 4 0 -81.625 -33.4556 -85.85 + 39 316.369 497 3 1 -80.6051 -30.2784 -114.45 + 39 159.053 749 3 0 -80.6082 -30.1385 -115.85 + 39 18.8223 498 2 1 -80.2694 -27.4593 -144.45 + 39 95.6617 499 2 1 -80.2496 -27.4475 -144.502 + 39 139.423 764 2 0 -79.7328 -27.15 -145.85 + 39 35.0126 554 1 1 -69.1081 -20.4686 -174.45 + 39 93.6668 555 1 1 -69.05 -20.4318 -174.586 + 39 48.0302 799 1 0 -68.507 -20.0887 -175.85 + 39 123.079 800 1 0 -68.4446 -20.0498 -175.994 + 39 66.0129 618 0 1 -56.3411 -12.9403 -204.45 + 39 57.1589 619 0 1 -56.25 -12.8841 -204.669 + 39 146.85 837 0 0 -55.7491 -12.5806 -205.85 + 39 77.0614 522 1 0 12.4562 -75.5339 -176.25 + 39 305.076 521 1 0 12.5003 -75.65 -176.152 + 39 1.02497 342 2 1 -111.677 -53.529 -144.85 + 39 56.8429 792 0 0 -76.9443 -21.4524 -205.85 + 39 74.6319 793 0 0 -76.9491 -21.45 -205.943 + 39 292.384 492 3 1 -81.543 -33.5254 -114.45 + 39 163.059 487 2 1 -82.6014 -34.4002 -144.45 + 39 53.2195 728 2 0 -82.7015 -34.4437 -145.85 + 39 62.4807 727 2 0 -82.7165 -34.45 -146.051 + 39 630.627 476 1 1 -84.7107 -35.292 -174.45 + 39 607.103 723 1 0 -84.8358 -35.4042 -175.85 + 39 137.811 461 0 1 -87.6854 -37.4516 -204.45 + 39 121.296 712 0 0 -87.6683 -37.5065 -205.85 + 39 129.829 435 0 1 -92.9733 -36.8875 -204.45 + 39 107.321 715 0 0 -93.2692 -36.9719 -205.85 + 39 208.319 475 1 1 -84.85 -35.2477 -174.511 + 39 24.9219 721 1 0 -85.4016 -35.8167 -175.85 + 39 108.048 720 1 0 -85.4252 -35.85 -175.907 + 39 150.816 483 0 1 -83.442 -37.3684 -204.45 + 39 25.8339 709 0 0 -83.3179 -38.2017 -205.85 + 39 108.678 708 0 0 -83.3105 -38.25 -205.929 + 39 36.9234 722 1 0 -84.6136 -35.45 -175.931 + 39 277.821 724 1 0 -85.2736 -35.1688 -175.85 + 39 32.6376 410 0 1 -98.0496 -32.7732 -204.45 + 39 57.6365 409 0 1 -98.15 -32.7563 -204.503 + 39 98.5525 408 0 1 -98.351 -32.7291 -204.606 + 39 58.0444 407 0 1 -98.55 -32.7071 -204.715 + 39 33.3646 406 0 1 -98.7504 -32.6874 -204.826 + 39 2.01272 460 4 1 -88.0457 -30.5877 -84.45 + 39 200.426 459 4 1 -88.05 -30.5862 -84.4596 + 39 107.227 748 4 0 -88.6391 -30.3744 -85.85 + 39 93.6812 399 3 1 -100.21 -24.7506 -114.45 + 39 18.3001 398 3 1 -100.35 -24.7428 -114.772 + 39 115.543 776 3 0 -100.834 -24.7073 -115.851 + 39 22.4556 336 2 1 -112.905 -24.2531 -144.45 + 39 99.3149 335 2 1 -112.95 -24.2547 -144.532 + 39 123.071 778 2 0 -113.692 -24.2696 -145.85 + 39 155.04 258 1 1 -128.382 -23.3608 -174.45 + 39 18.1265 257 1 1 -128.55 -23.3681 -174.775 + 39 132.695 783 1 0 -129.056 -23.419 -175.85 + 39 59.8839 170 0 1 -146.026 -24.0368 -204.45 + 39 196.913 169 0 1 -146.15 -24.0336 -204.655 + 39 172.091 780 0 0 -146.84 -23.9486 -205.85 + 39 128.484 731 4 0 -81.9241 -33.6763 -85.85 + 39 120.528 730 3 0 -81.1518 -33.922 -115.85 + 39 106.737 500 2 1 -79.9567 -33.9409 -144.45 + 39 107.556 730 2 0 -79.9132 -33.985 -145.85 + 39 104.869 505 1 1 -79.0354 -35.0325 -174.45 + 39 97.7603 513 0 1 -77.4327 -37.2587 -204.45 + 39 138.624 713 0 0 -77.3492 -37.3436 -205.851 + 39 206.927 492 0 1 -81.5362 -35.8847 -204.45 + 39 262.238 720 0 0 -81.8093 -35.882 -205.85 + 39 123.312 721 0 0 -81.8048 -35.85 -205.923 + 39 23.8307 722 0 0 -81.7436 -35.6499 -206.215 + 39 26.944 493 0 1 -81.45 -35.9301 -204.745 + 39 243.501 488 5 1 -82.3946 -32.9568 -54.45 + 39 135.798 496 4 1 -80.8042 -28.717 -84.45 + 39 119.079 759 4 0 -80.8371 -28.2444 -85.85 + 39 133.924 807 3 0 -80.7319 -18.6478 -115.85 + 39 167.713 474 2 1 -85.2164 -11.8051 -144.45 + 39 132.681 843 2 0 -85.2904 -11.3741 -145.85 + 39 2.55618 844 2 0 -85.319 -11.25 -146.238 + 39 51.5156 462 1 1 -87.6189 -1.77309 -174.45 + 39 61.1366 461 1 1 -87.65 -1.74892 -174.627 + 39 2.89248 891 1 0 -87.8818 -1.6511 -175.85 + 39 116.945 892 1 0 -87.8847 -1.64996 -175.865 + 39 114.669 431 0 1 -93.7786 0.451746 -204.45 + 39 111.67 902 0 0 -93.9512 0.51891 -205.85 + 39 108.832 487 4 1 -82.4531 -32.7488 -84.45 + 39 104.575 479 3 1 -84.0517 -32.5672 -114.45 + 39 128.327 470 2 1 -85.9917 -32.231 -144.45 + 39 126.31 739 2 0 -86.0068 -32.1888 -145.85 + 39 111.395 468 1 1 -86.2664 -31.1873 -174.45 + 39 2.96888 744 1 0 -86.261 -31.0517 -175.85 + 39 112.162 745 1 0 -86.2609 -31.05 -175.867 + 39 163.68 469 0 1 -86.159 -28.652 -204.45 + 39 59.2818 757 0 0 -86.1038 -28.4715 -205.85 + 39 68.1808 758 0 0 -86.0971 -28.45 -206.016 + 39 127.341 485 8 1 -82.85 -32.7963 35.399 + 39 13.387 484 8 1 -83.0501 -32.8183 35.1663 + 39 112.491 734 8 0 -84.292 -33.0738 34.1498 + 39 20.5449 467 8 1 -86.6103 -33.8875 35.15 + 39 141.194 466 8 1 -86.6502 -33.9367 35.181 + 39 381.04 465 8 1 -86.85 -34.2458 35.2913 + 39 123.258 464 8 1 -87.05 -34.4943 35.2598 + 39 83.8343 353 5 1 -109.35 176.274 -54.8155 + 39 22.1852 476 6 1 -84.8273 -28.6404 -24.45 + 39 126.267 475 6 1 -84.85 -28.6905 -24.5275 + 39 24.253 474 6 1 -85.05 -28.9494 -24.7794 + 39 112.3 756 6 0 -85.9859 -28.7965 -25.85 + 39 132.899 670 6 0 -113.691 -45.8534 -26.2496 + 39 5.59532 669 6 0 -113.52 -46.0502 -25.863 + 39 103.876 336 6 1 -112.818 -46.9408 -24.8499 + 39 79.7756 337 6 1 -112.75 -47.1213 -24.5923 + 39 60.3733 338 6 1 -112.55 -47.1819 -24.5696 + 39 55.5392 339 6 1 -112.35 -47.2635 -24.5636 + 39 391.307 340 6 1 -112.15 -47.287 -24.5341 + 39 45.1343 341 6 1 -111.95 -47.1656 -24.4612 +Number of digits in this event = 96 +Using G4ParticleGun ... +2.82995 LIN e- Event: 40 -Number of tracker hits in this event = 59 - 40 179.415 890 11 1 -1.99631 4.38386 125.55 - 40 125.931 921 11 0 -1.99527 4.38308 124.15 - 40 132.753 890 10 1 -1.97652 4.36279 95.55 - 40 107.205 921 10 0 -1.97533 4.35981 94.15 - 40 111.511 890 9 1 -1.95456 4.3018 65.55 - 40 114.197 921 9 0 -1.95664 4.29908 64.15 - 40 112.029 890 8 1 -2.00873 4.24465 35.55 - 40 114.808 920 8 0 -2.01012 4.23756 34.15 - 40 118.216 890 7 1 -2.04314 4.08768 5.55 - 40 112.358 920 7 0 -2.04417 4.07812 4.15 - 40 123.897 889 6 1 -2.05653 3.88681 -24.45 - 40 117.095 919 6 0 -2.05677 3.8775 -25.85 - 40 114.23 889 5 1 -2.07892 3.68713 -54.45 - 40 119.465 918 5 0 -2.08054 3.67572 -55.85 - 40 127.653 889 4 1 -2.11579 3.45766 -84.45 - 40 112.769 916 4 0 -2.12228 3.44595 -85.85 - 40 105.311 888 3 1 -2.25647 3.23152 -114.45 - 40 118.596 915 3 0 -2.26636 3.22407 -115.85 - 40 107.355 887 2 1 -2.46616 3.08754 -144.45 - 40 115.734 915 2 0 -2.46584 3.07993 -145.85 - 40 108.192 887 1 1 -2.46522 2.93917 -174.45 - 40 118.805 914 1 0 -2.46411 2.93145 -175.85 - 40 167.704 888 0 1 -2.43685 2.78371 -204.45 - 40 120.55 913 0 0 -2.42784 2.76904 -205.85 - 40 28.6095 960 0 1 12.1023 22.7278 -204.85 - 40 85.6227 400 1 1 -100.058 61.596 -174.85 - 40 224.627 207 0 0 158.342 -138.55 -206.034 - 40 247.943 1446 1 0 7.68588 109.386 -176.25 - 40 86.3113 1328 1 0 -71.6521 85.7181 -176.25 - 40 71.1976 889 0 1 -2.24963 15.6418 -204.557 - 40 72.8319 890 0 1 -2.05 15.6547 -204.702 - 40 69.7034 891 0 1 -1.84993 15.7713 -204.819 - 40 67.7299 892 0 1 -1.64974 15.8527 -204.792 - 40 69.6781 893 0 1 -1.45 15.96 -204.745 - 40 53.4948 894 0 1 -1.24977 16.0831 -204.796 - 40 116.343 984 0 0 0.102118 16.9027 -205.85 - 40 82.2248 985 0 0 0.471414 17.05 -205.886 - 40 301.543 905 0 1 1.11549 15.5943 -204.85 - 40 277.541 904 0 1 1.04996 15.5782 -204.638 - 40 41.8711 973 0 0 0.79576 14.85 -205.851 - 40 95.7505 887 2 0 16.6172 -2.47422 -146.25 - 40 75.4218 886 2 0 16.6568 -2.65012 -146.136 - 40 82.5218 885 2 0 16.5564 -2.85 -146.077 - 40 67.0529 884 2 0 16.4897 -3.05 -146.196 - 40 109.119 505 2 0 -18.7449 -78.9164 -146.25 - 40 138.375 504 2 0 -18.7972 -79.0501 -146.183 - 40 89.7191 486 2 0 -18.323 -82.6893 -146.25 - 40 257.925 889 1 1 -2.14118 4.27407 -174.45 - 40 6.18347 920 1 0 -2.22167 4.05389 -175.85 - 40 105.648 919 1 0 -2.22323 4.05 -175.874 - 40 106.652 880 0 1 -3.85171 -0.382025 -204.45 - 40 95.6981 881 0 1 -3.85 -0.408767 -204.555 - 40 125.908 896 0 0 -3.75983 -0.79992 -205.85 - 40 133.743 895 0 0 -3.74568 -0.85 -206.01 - 40 152.003 921 1 0 -2.07619 4.25627 -175.85 - 40 229.634 895 0 1 -0.969144 4.11917 -204.45 - 40 121.09 919 0 0 -0.653066 4.04718 -205.85 - 40 255.453 896 0 1 -0.849949 4.04829 -204.71 - 40 14.9517 1004 1 0 7.05426 20.9752 -176.25 -Number of digits in this event = 21 +Number of tracker hits in this event = 60 + 40 118.708 1032 11 1 26.5502 -56.9422 125.55 + 40 115.155 615 11 0 26.5473 -56.9398 124.15 + 40 124.931 1032 10 1 26.4953 -56.9036 95.55 + 40 153.99 615 10 0 26.4939 -56.8984 94.15 + 40 174.181 1032 9 1 26.4549 -56.7984 65.55 + 40 125.144 616 9 0 26.4552 -56.7937 64.15 + 40 131.253 1032 8 1 26.4698 -56.708 35.55 + 40 115.022 616 8 0 26.4696 -56.7025 34.15 + 40 512.052 1032 7 1 26.4618 -56.5677 5.55 + 40 404.045 617 7 0 26.4599 -56.5632 4.15 + 40 204.643 1031 6 1 26.4344 -56.471 -24.45 + 40 279.789 617 6 0 26.4308 -56.4687 -25.85 + 40 112.735 1031 5 1 26.3628 -56.4091 -54.45 + 40 103.219 618 5 0 26.3645 -56.4078 -55.85 + 40 200.612 1031 4 1 26.4065 -56.3842 -84.45 + 40 152.337 618 4 0 26.4139 -56.3809 -85.85 + 40 111.955 1032 3 1 26.585 -56.3061 -114.45 + 40 120.623 618 3 0 26.5954 -56.303 -115.85 + 40 322.262 1033 2 1 26.8168 -56.2545 -144.45 + 40 131.858 618 2 0 26.8312 -56.2522 -145.85 + 40 145.346 1035 1 1 27.1175 -56.2016 -174.45 + 40 101.467 619 1 0 27.1344 -56.2074 -175.85 + 40 103.715 1037 0 1 27.4643 -56.3313 -204.45 + 40 123.299 618 0 0 27.4781 -56.3336 -205.85 + 40 116.477 304 4 0 119.31 -119.239 -86.25 + 40 125.659 305 4 0 119.489 -119.15 -86.1284 + 40 173.008 306 4 0 119.495 -118.95 -86.1548 + 40 133.553 1034 2 1 26.85 -56.3006 -144.703 + 40 347.529 1430 2 1 106.217 -171.414 -144.85 + 40 261.377 42 2 0 106.078 -171.595 -145.85 + 40 104.906 1036 6 1 27.2552 -56.1551 -24.45 + 40 134.02 619 6 0 27.2523 -56.1562 -25.85 + 40 268.999 1032 5 1 26.5875 -56.7766 -54.45 + 40 125.545 616 5 0 26.6021 -56.7783 -55.8502 + 40 439.155 1035 4 1 27.1416 -56.7518 -84.45 + 40 171.423 617 4 0 27.192 -56.5503 -85.8501 + 40 113.06 1040 3 1 28.0832 -52.0357 -114.45 + 40 90.3007 641 3 0 28.4137 -51.7264 -115.85 + 40 26.8826 642 3 0 28.4811 -51.6499 -116.167 + 40 40.1468 1068 2 1 33.8348 -44.448 -144.45 + 40 87.4459 1069 2 1 33.85 -44.4146 -144.591 + 40 115.761 679 2 0 33.908 -44.1748 -145.85 + 40 146.479 1069 1 1 33.8667 -39.5104 -174.45 + 40 80.4947 704 1 0 34.0214 -39.1106 -175.85 + 40 139.188 705 1 0 34.0421 -39.05 -176.055 + 40 109.761 1083 0 1 36.7076 -30.1091 -204.45 + 40 136.764 751 0 0 36.7721 -29.7623 -205.85 + 40 62.7819 1032 6 1 26.45 -56.4879 -24.611 + 40 131.189 619 5 0 26.543 -56.2286 -55.85 + 40 153.863 1033 4 1 26.7818 -55.9205 -84.45 + 40 104.601 620 4 0 26.7983 -55.9012 -85.85 + 40 166.552 1035 3 1 27.1414 -55.5044 -114.45 + 40 98.5427 622 3 0 27.2084 -55.5014 -115.85 + 40 112.55 1042 2 1 28.5978 -55.4324 -144.45 + 40 121.874 623 2 0 28.6616 -55.4355 -145.85 + 40 120.67 1049 1 1 30.0279 -55.4618 -174.45 + 40 106.256 623 1 0 30.0835 -55.4492 -175.85 + 40 123.173 1055 0 1 31.189 -55.1953 -204.45 + 40 108.754 624 0 0 31.2438 -55.1777 -205.85 + 40 97.7696 1034 4 1 26.85 -55.9613 -84.7501 +Number of digits in this event = 37 Using G4ParticleGun ... -4.19909 LIN +9.98076 LIN e- Event: 41 -Number of tracker hits in this event = 123 - 41 112.668 902 11 1 0.631328 -43.8446 125.55 - 41 17.5432 681 11 0 0.633865 -43.8497 124.15 - 41 109.269 680 11 0 0.634039 -43.85 124.061 - 41 117.548 903 10 1 0.683454 -43.9448 95.55 - 41 180.559 680 10 0 0.686636 -43.9397 94.15 - 41 106.708 903 9 1 0.781193 -43.8296 65.55 - 41 121.998 681 9 0 0.785888 -43.8315 64.15 - 41 135.996 904 8 1 0.864522 -43.868 35.55 - 41 121.274 680 8 0 0.876659 -43.8975 34.15 - 41 134.713 905 7 1 1.11218 -44.5132 5.55 - 41 187.464 677 7 0 1.13075 -44.5137 4.15 - 41 130.078 907 6 1 1.55037 -44.5195 -24.45 - 41 110.516 677 6 0 1.57172 -44.5386 -25.85 - 41 110.601 909 5 1 1.98637 -44.9491 -54.45 - 41 131.925 675 5 0 2.01235 -44.9737 -55.85 - 41 140.648 912 4 1 2.54029 -45.4124 -84.45 - 41 185.708 673 4 0 2.58588 -45.411 -85.85 - 41 104.361 917 3 1 3.5187 -45.3207 -114.45 - 41 112.247 673 3 0 3.56977 -45.3182 -115.85 - 41 113.993 922 2 1 4.52457 -45.2487 -144.45 - 41 164.675 674 2 0 4.57423 -45.2285 -145.85 - 41 380.206 927 1 1 5.5504 -44.8389 -174.45 - 41 111.579 676 1 0 5.60176 -44.8083 -175.85 - 41 251.355 933 0 1 6.73083 -44.1773 -204.45 - 41 215.962 679 0 0 6.76769 -44.1419 -205.85 - 41 28.1557 678 1 0 5.21129 -44.2694 -175.85 - 41 209.277 679 1 0 5.19599 -44.25 -175.911 - 41 22.3501 896 0 1 -0.69807 -35.8735 -204.45 - 41 92.7808 897 0 1 -0.65 -35.9166 -204.488 - 41 96.6026 898 0 1 -0.45 -35.9622 -204.709 - 41 121.272 723 0 0 0.247773 -35.3884 -205.85 - 41 25.4593 724 0 0 0.463972 -35.25 -206.168 - 41 5.67519 928 1 1 5.65015 -44.8664 -174.827 - 41 234.536 674 1 0 6.09953 -45.1335 -175.85 - 41 102.122 906 2 1 1.41375 -44.4042 -144.451 - 41 308.01 680 2 0 1.15078 -43.9597 -145.85 - 41 136.481 867 1 1 -6.57238 -36.4919 -174.45 - 41 46.5915 866 1 1 -6.65 -36.4097 -174.702 - 41 134.452 720 1 0 -6.92236 -36.038 -175.85 - 41 120.304 829 0 1 -14.1892 -29.6456 -204.45 - 41 88.8526 751 0 0 -14.1796 -29.7488 -205.85 - 41 49.7663 750 0 0 -14.1807 -29.8501 -206.077 - 41 78.9573 1384 5 0 -9.22175 96.95 -56.1361 - 41 63.3149 1385 5 0 -9.13493 97.15 -55.9559 - 41 25.7115 844 5 1 -11.0556 99.5917 -54.85 - 41 127.877 1402 5 0 -12.0007 100.738 -55.85 - 41 29.7539 1403 5 0 -12.0037 100.75 -55.8565 - 41 207.939 904 7 1 1.01789 -43.5007 5.55 - 41 277.074 682 7 0 0.964241 -43.4708 4.14889 - 41 169.299 900 6 1 0.121388 -42.4965 -24.4501 - 41 49.3274 689 6 0 -0.05 -42.2396 -26.0242 - 41 97.3573 882 5 1 -3.57789 -37.2495 -54.45 - 41 50.9573 881 5 1 -3.65001 -37.157 -54.6964 - 41 65.9145 716 5 0 -3.97708 -36.7245 -55.85 - 41 87.3915 717 5 0 -4.03483 -36.65 -56.0434 - 41 70.4235 836 4 1 -12.7901 -25.7959 -84.45 - 41 40.9988 835 4 1 -12.85 -25.722 -84.7085 - 41 127.248 773 4 0 -13.0964 -25.3961 -85.85 - 41 104.656 804 3 1 -19.0922 -19.1403 -114.45 - 41 136.319 806 3 0 -19.3388 -18.7898 -115.85 - 41 116.219 777 2 1 -24.5651 -12.1918 -144.45 - 41 96.1592 840 2 0 -24.7886 -12.0128 -145.85 - 41 165.816 757 1 1 -28.4665 -7.86781 -174.45 - 41 126.24 862 1 0 -28.617 -7.5767 -175.85 - 41 54.8135 745 0 1 -31.0032 -0.714926 -204.45 - 41 61.5481 744 0 1 -31.05 -0.687825 -204.618 - 41 45.8299 743 0 1 -31.25 -0.698138 -204.754 - 41 229.914 896 0 0 -33.1211 -0.778231 -205.85 - 41 81.3 866 2 0 -23.9146 -6.85 -145.953 - 41 131.292 912 6 1 2.54932 -42.9021 -24.45 - 41 165.581 686 6 0 2.74609 -42.7927 -25.85 - 41 153.996 934 5 1 6.89916 -40.2354 -54.45 - 41 98.0389 699 5 0 7.07345 -40.1612 -55.85 - 41 147.755 953 4 1 10.7112 -38.7193 -84.45 - 41 104.245 707 4 0 10.8993 -38.6322 -85.85 - 41 420.952 973 3 1 14.7793 -36.5891 -114.45 - 41 3.25019 974 3 1 14.85 -36.5525 -114.833 - 41 431.316 717 3 0 15.0541 -36.4565 -115.85 - 41 160.497 718 3 0 15.0688 -36.45 -115.925 - 41 170.254 995 2 1 19.1175 -33.9911 -144.45 - 41 123.154 730 2 0 19.5081 -33.9913 -145.85 - 41 138.158 1038 1 1 27.8279 -35.5038 -174.45 - 41 93.6839 1039 1 1 27.85 -35.518 -174.545 - 41 171.382 721 1 0 28.128 -35.7583 -175.85 - 41 195.817 1065 0 1 33.0961 -40.2453 -204.45 - 41 29.4638 1066 0 1 33.25 -40.3202 -204.718 - 41 28.803 697 0 0 33.9124 -40.622 -205.85 - 41 109.435 696 0 0 33.9724 -40.65 -205.954 - 41 55.0816 1045 1 0 -4.035 29.0863 -176.25 - 41 61.6845 1046 1 0 -4.07699 29.25 -176.167 - 41 210.068 1047 1 0 -4.12975 29.45 -176.078 - 41 92.2885 1048 1 0 -4.13505 29.65 -175.979 - 41 63.0095 1049 1 0 -4.08993 29.85 -175.987 - 41 71.0988 1050 1 0 -4.03386 30.05 -175.967 - 41 122.6 883 1 1 -3.42326 31.4283 -174.85 - 41 296.922 884 1 1 -3.25 31.6042 -174.577 - 41 136.253 994 2 1 18.9746 -33.9766 -144.45 - 41 105.84 731 2 0 19.4315 -33.7159 -145.85 - 41 33.4593 732 2 0 19.5333 -33.65 -146.17 - 41 294.19 1040 1 1 28.1384 -27.079 -174.45 - 41 16.2366 1041 1 1 28.25 -26.9923 -174.806 - 41 76.6595 766 1 0 28.5472 -26.7283 -175.85 - 41 17.7186 767 1 0 28.6322 -26.65 -176.161 - 41 149.413 1079 0 1 35.883 -19.2934 -204.45 - 41 86.2265 806 0 0 36.0837 -18.7635 -205.85 - 41 33.1005 807 0 0 36.1176 -18.65 -206.145 - 41 362.272 992 2 1 18.5855 -34.6439 -144.45 - 41 108.001 727 2 0 18.8097 -34.5315 -145.85 - 41 5.92784 991 2 1 18.45 -34.6724 -144.641 - 41 257.946 903 4 1 0.836151 -43.9875 -84.45 - 41 390.668 680 4 0 0.840189 -43.9887 -85.85 - 41 262.059 904 3 1 0.92348 -44.0085 -114.45 - 41 95.5724 680 3 0 0.927298 -44.0071 -115.85 - 41 222.265 904 2 1 0.992747 -43.9773 -144.45 - 41 124.734 905 1 1 1.09775 -43.9165 -174.45 - 41 181.485 680 1 0 1.10239 -43.9155 -175.85 - 41 116.64 905 0 1 1.18604 -43.8954 -204.45 - 41 107.916 680 0 0 1.19302 -43.8929 -205.85 - 41 9.55371 242 0 0 30.5425 -131.55 -205.997 - 41 103.603 679 3 0 0.958255 -44.05 -115.854 - 41 218.512 679 2 0 1.03595 -44.1259 -145.85 - 41 121.342 904 1 1 0.920028 -44.1464 -174.45 - 41 107.025 904 0 1 1.00593 -44.1513 -204.45 -Number of digits in this event = 59 +Number of tracker hits in this event = 76 + 41 128.79 998 10 1 19.8191 111.518 95.55 + 41 174.483 1456 10 0 19.8193 111.518 94.15 + 41 159.95 998 9 1 19.8253 111.508 65.55 + 41 140.671 1456 9 0 19.8271 111.507 64.15 + 41 118.637 999 8 1 19.8583 111.487 35.55 + 41 131.061 1456 8 0 19.8587 111.486 34.15 + 41 140.699 999 7 1 19.8614 111.479 5.55 + 41 98.6668 1456 7 0 19.8612 111.479 4.15 + 41 101.081 999 6 1 19.8524 111.498 -24.45 + 41 92.7848 1456 6 0 19.8529 111.5 -25.85 + 41 118.403 999 5 1 19.8615 111.541 -54.45 + 41 143.012 1456 5 0 19.862 111.544 -55.85 + 41 147.562 999 4 1 19.8776 111.624 -84.45 + 41 132.988 1457 4 0 19.8775 111.625 -85.85 + 41 100.219 999 3 1 19.869 111.656 -114.45 + 41 106.585 1457 3 0 19.8672 111.656 -115.85 + 41 107.566 998 2 1 19.835 111.646 -144.45 + 41 137.657 1457 2 0 19.8325 111.644 -145.85 + 41 183.541 998 1 1 19.7842 111.578 -174.45 + 41 119.346 1457 1 0 19.7803 111.576 -175.85 + 41 112.427 998 0 1 19.7083 111.533 -204.45 + 41 332.841 1456 0 0 19.7071 111.535 -205.85 + 41 156.678 1401 9 1 100.368 -2.03655 65.55 + 41 158.459 1400 9 1 100.35 -2.08161 65.5188 + 41 354.777 886 9 0 100.995 -2.65515 64.15 + 41 468.305 999 1 1 19.85 111.548 -174.538 + 41 103.015 1450 1 0 20.2862 110.34 -175.85 + 41 79.4999 1449 1 0 20.3276 110.15 -176.008 + 41 29.4402 1448 1 0 20.3724 109.95 -176.199 + 41 8.07315 1198 1 0 38.1153 59.673 -176.25 + 41 78.3681 1197 1 0 38.1066 59.65 -176.234 + 41 69.3346 1196 1 0 37.9788 59.4497 -176.145 + 41 58.1568 1195 1 0 37.8146 59.25 -176.07 + 41 82.5195 1194 1 0 37.6643 59.0498 -176.114 + 41 47.8335 1193 1 0 37.6255 58.85 -176.087 + 41 58.3018 1192 1 0 37.5543 58.65 -176.065 + 41 58.6065 1191 1 0 37.6356 58.45 -176.096 + 41 56.895 1190 1 0 37.7628 58.25 -176.1 + 41 69.2501 1189 1 0 37.8413 58.05 -176.113 + 41 177.243 1188 1 0 37.8276 57.85 -176.14 + 41 64.0945 1187 1 0 37.8052 57.65 -176.118 + 41 351.841 1186 1 0 37.7974 57.45 -175.969 + 41 97.0851 1185 1 0 37.7403 57.25 -175.949 + 41 165.58 1184 1 0 37.7898 57.05 -175.933 + 41 47.0609 1183 1 0 38.1972 56.85 -175.868 + 41 222.852 1100 1 1 40.1579 59.6272 -174.85 + 41 61.9199 1099 1 1 40.0498 59.4766 -174.788 + 41 52.743 1315 1 0 64.3924 83.1673 -176.25 + 41 2.41989 1560 2 1 132.15 33.3344 -144.541 + 41 89.7254 1000 1 1 20.0501 112.045 -174.451 + 41 66.9217 1001 1 1 20.25 111.975 -174.666 + 41 72.1097 1002 1 1 20.45 111.984 -174.755 + 41 68.6464 1003 1 1 20.65 111.928 -174.772 + 41 321.156 1456 1 0 23.0044 111.55 -175.867 + 41 18.7203 1018 1 1 23.8246 110.427 -174.85 + 41 24.4276 1019 1 1 23.85 110.405 -174.83 + 41 154.322 1451 1 0 25.9406 110.435 -175.85 + 41 181.416 1452 1 0 26.0877 110.55 -176.17 + 41 114.748 1458 1 0 20.0575 111.89 -175.85 + 41 106.145 1004 0 1 20.901 111.59 -204.45 + 41 236.437 1457 0 0 20.9344 111.684 -205.85 + 41 13.8116 1293 9 0 52.9369 78.6572 63.7503 + 41 296.67 1292 9 0 52.9487 78.65 63.7655 + 41 67.3828 1291 9 0 53.1495 78.45 63.8251 + 41 180.364 911 7 0 -144.503 2.43311 3.75 + 41 272.488 1456 2 0 19.8911 111.481 -145.87 + 41 123.041 1000 0 1 20.0854 111.729 -204.45 + 41 187.924 994 10 1 18.9181 65.7989 95.1545 + 41 225.082 993 10 1 18.85 65.8168 95.2253 + 41 194.371 992 10 1 18.65 65.9325 95.4937 + 41 284.767 1221 10 0 19.0163 64.4272 94.15 + 41 57.7964 1220 10 0 18.925 64.2496 94.06 + 41 277.576 991 10 1 18.3744 63.8715 95.1503 + 41 68.8696 1470 10 0 -66.5623 114.151 93.75 + 41 97.95 999 0 1 19.8631 111.467 -204.45 + 41 113.189 1462 1 0 -52.2857 112.666 -176.25 +Number of digits in this event = 36 Using G4ParticleGun ... -9.3536 LIN +8.17645 LIN e- Event: 42 -Number of tracker hits in this event = 56 - 42 130.223 702 11 1 -39.4653 65.6048 125.55 - 42 117.68 1227 11 0 -39.4672 65.6064 124.15 - 42 119.884 702 10 1 -39.5169 65.6505 95.55 - 42 103.075 1228 10 0 -39.5198 65.6524 94.15 - 42 163.194 702 9 1 -39.5813 65.6933 65.55 - 42 118.065 1228 9 0 -39.5851 65.696 64.15 - 42 145.681 701 8 1 -39.6642 65.7499 35.55 - 42 130.864 1228 8 0 -39.6686 65.7526 34.15 - 42 105.728 701 7 1 -39.7573 65.8063 5.55 - 42 127.622 1228 7 0 -39.7621 65.8084 4.15 - 42 105.22 700 6 1 -39.8612 65.8509 -24.45 - 42 122.03 1229 6 0 -39.8665 65.8538 -25.85 - 42 165.189 700 5 1 -39.9813 65.9117 -54.45 - 42 117.184 1229 5 0 -39.9871 65.9154 -55.85 - 42 113.976 699 4 1 -40.1044 65.9969 -84.45 - 42 125.148 1229 4 0 -40.1094 66.0008 -85.85 - 42 98.553 699 3 1 -40.2105 66.0826 -114.45 - 42 113.57 1230 3 0 -40.216 66.0862 -115.85 - 42 112.864 698 2 1 -40.335 66.1605 -144.45 - 42 120.13 1230 2 0 -40.3397 66.1638 -145.85 - 42 406.203 698 1 1 -40.436 66.2289 -174.45 - 42 304.352 1230 1 0 -40.4406 66.2322 -175.85 - 42 119.029 697 0 1 -40.5374 66.2946 -204.45 - 42 216.364 1231 0 0 -40.5457 66.2982 -205.85 - 42 173.328 1185 0 0 62.9255 57.05 -206.083 - 42 153.669 222 7 1 -135.591 29.7271 5.15 - 42 36.2169 1735 6 0 -9.81832 167.212 -26.25 - 42 183.916 216 2 0 -125.691 -136.874 -146.25 - 42 172.258 215 2 0 -125.682 -136.95 -146.193 - 42 41.3689 214 2 0 -125.627 -137.15 -145.962 - 42 44.5698 279 2 1 -124.257 -136.494 -144.85 - 42 67.2251 280 2 1 -124.15 -136.441 -144.803 - 42 50.6788 278 2 1 -124.445 -137.607 -144.85 - 42 13.9869 210 2 0 -124.437 -137.997 -145.85 - 42 26.0092 1184 3 0 -54.8936 56.8862 -116.25 - 42 66.1505 1183 3 0 -54.9135 56.85 -116.137 - 42 80.4912 1182 3 0 -55.0473 56.65 -115.992 - 42 56.4385 1181 3 0 -55.1105 56.4499 -115.959 - 42 98.0519 1180 3 0 -55.1186 56.25 -115.99 - 42 96.8947 1179 3 0 -55.2657 56.0498 -116.059 - 42 5.30275 1178 3 0 -55.3141 55.8499 -116.237 - 42 175.153 1427 1 0 -33.2571 105.684 -176.25 - 42 37.5901 1426 1 0 -33.6954 105.55 -175.917 - 42 99.2844 731 1 1 -33.7324 104.985 -174.85 - 42 273.932 732 1 1 -33.6499 105.108 -174.727 - 42 50.0743 1275 0 1 75.2344 -54.6662 -204.85 - 42 207.841 1127 0 1 45.45 85.4222 -204.66 - 42 34.9023 1128 0 1 45.65 85.4342 -204.493 - 42 123.082 701 0 1 -39.7924 66.6801 -204.45 - 42 150.275 1232 0 0 -39.7631 66.6211 -205.85 - 42 330.821 1229 1 0 -40.3439 66.05 -176.153 - 42 82.9691 1445 1 0 -104.048 109.169 -176.25 - 42 303.523 699 1 1 -40.2499 66.1017 -174.634 - 42 159.965 700 1 1 -40.05 65.9765 -174.534 - 42 72.8047 697 1 1 -40.45 66.0334 -174.606 - 42 20.1442 1228 1 0 -41.1392 65.85 -176.21 -Number of digits in this event = 26 +Number of tracker hits in this event = 40 + 42 192.771 1124 11 1 45.0079 61.0295 125.55 + 42 121.512 1204 11 0 45.0081 61.0315 124.15 + 42 128.311 1124 10 1 45.0139 61.0748 95.55 + 42 113.79 1205 10 0 45.0082 61.0767 94.15 + 42 102.618 1123 9 1 44.8433 61.1363 65.55 + 42 120.146 1205 9 0 44.8378 61.1346 64.15 + 42 134.765 1123 8 1 44.7139 61.1006 35.55 + 42 201.286 1205 8 0 44.7164 61.0979 34.15 + 42 120.299 1123 7 1 44.7077 61.0464 5.55 + 42 145.408 1204 7 0 44.7079 61.0408 4.15 + 42 120.614 1123 6 1 44.6527 60.944 -24.45 + 42 175.773 1204 6 0 44.6514 60.9369 -25.85 + 42 138.749 1122 5 1 44.6259 60.7914 -54.45 + 42 148.349 1203 5 0 44.6117 60.7814 -55.85 + 42 134.84 1121 4 1 44.3494 60.611 -84.45 + 42 109.698 1202 4 0 44.3436 60.583 -85.85 + 42 100.712 1120 3 1 44.2041 60.0557 -114.45 + 42 120.521 1199 3 0 44.1709 60.0299 -115.85 + 42 130.781 1117 2 1 43.5814 59.6987 -144.45 + 42 69.932 1198 2 0 43.5516 59.6574 -145.85 + 42 41.4199 1197 2 0 43.546 59.65 -146.093 + 42 119.272 1113 1 1 42.8065 58.8266 -174.45 + 42 175.339 1193 1 0 42.7759 58.7616 -175.85 + 42 150.64 1110 0 1 42.1029 57.3491 -204.45 + 42 108.843 1186 0 0 42.0473 57.31 -205.85 + 42 404.641 1124 2 1 44.9807 61.3974 -144.45 + 42 241.608 1206 2 0 44.9745 61.3994 -145.85 + 42 132.776 1123 1 1 44.8184 61.445 -174.45 + 42 301.966 1206 1 0 44.8021 61.446 -175.85 + 42 166.447 1122 0 1 44.474 61.4685 -204.45 + 42 269.752 1207 0 0 44.4592 61.47 -205.85 + 42 109.654 1124 1 1 44.9323 61.4301 -174.45 + 42 120.045 1124 0 1 44.8679 61.4798 -204.45 + 42 15.1015 1301 3 1 80.25 18.9774 -114.538 + 42 145.688 874 1 1 -5.05 8.49392 -174.473 + 42 7.94285 749 2 0 -0.368082 -30.05 -146.005 + 42 393.067 899 2 1 -0.05 -31.4838 -144.74 + 42 45.1435 1769 7 0 6.79142 174.139 3.75 + 42 19.4904 646 4 1 -50.7843 108.385 -84.85 + 42 196.681 645 4 1 -50.8501 108.367 -84.7378 +Number of digits in this event = 30 Using G4ParticleGun ... -4.92864 LIN +2.48341 LIN e- Event: 43 -Number of tracker hits in this event = 91 - 43 199.775 914 10 1 2.89869 93.14 95.55 - 43 108.145 1364 10 0 2.89915 93.1393 94.15 - 43 107.38 914 9 1 2.91568 93.1233 65.55 - 43 120.58 1364 9 0 2.91561 93.1277 64.15 - 43 133.359 914 8 1 2.90367 93.2187 35.55 - 43 147.921 1365 8 0 2.90332 93.2224 34.15 - 43 162.806 914 7 1 2.8949 93.2976 5.55 - 43 108.212 1365 7 0 2.8938 93.2996 4.15 - 43 219.168 914 6 1 2.86853 93.3401 -24.45 - 43 330.801 1365 6 0 2.86707 93.3416 -25.85 - 43 247.636 913 5 1 2.83732 93.3694 -54.45 - 43 239.917 1366 5 0 2.83744 93.3711 -55.85 - 43 98.3263 913 4 1 2.83778 93.4042 -84.45 - 43 150.772 1366 4 0 2.8373 93.4067 -85.85 - 43 221.098 913 3 1 2.82966 93.4476 -114.45 - 43 230.792 1366 3 0 2.82931 93.4513 -115.85 - 43 127.198 913 2 1 2.82048 93.522 -144.45 - 43 174.312 1366 2 0 2.82126 93.5267 -145.85 - 43 269.848 913 1 1 2.83867 93.6219 -174.45 - 43 207.08 1367 1 0 2.83835 93.6307 -175.85 - 43 111.02 913 0 1 2.8355 93.8192 -204.45 - 43 142.605 1368 0 0 2.83732 93.8292 -205.85 - 43 86.8663 1367 0 0 2.72478 93.7404 -206.107 - 43 27.6647 1269 1 0 -68.9311 74.05 -176.213 - 43 565.135 1366 6 0 2.91719 93.4244 -25.85 - 43 166.912 912 5 1 2.51861 94.6733 -54.4502 - 43 97.3631 1375 5 0 2.80798 95.2073 -55.85 - 43 15.7358 1376 5 0 2.87359 95.35 -56.2127 - 43 133.101 935 4 1 7.14131 106.328 -84.4501 - 43 69.8182 1434 4 0 7.03393 107.025 -85.85 - 43 50.6903 1435 4 0 7.01879 107.15 -86.0948 - 43 68.2143 922 3 1 4.56079 122.432 -114.451 - 43 80.8981 923 3 1 4.65 122.547 -114.694 - 43 72.6296 1516 3 0 5.30835 123.398 -115.85 - 43 68.0483 1517 3 0 5.42499 123.55 -116.06 - 43 6.16541 1000 2 1 20.2434 142.977 -144.45 - 43 127.277 1001 2 1 20.25 142.983 -144.465 - 43 112.331 1616 2 0 20.881 143.498 -145.85 - 43 71.7943 1617 2 0 20.9399 143.55 -145.982 - 43 102.42 1074 1 1 34.9868 154.49 -174.45 - 43 41.1612 1075 1 1 35.05 154.473 -174.728 - 43 146.295 1671 1 0 35.1461 154.469 -175.85 - 43 146.645 1092 0 1 38.4841 153.106 -204.45 - 43 86.0212 1667 0 0 38.6059 153.68 -205.85 - 43 88.8952 1668 0 0 38.618 153.75 -206.025 - 43 177.817 1367 5 0 2.83182 93.552 -55.85 - 43 99.754 912 4 1 2.52265 94.0282 -84.45 - 43 161.173 1369 4 0 2.49797 94.0356 -85.85 - 43 171.689 909 3 1 1.99101 94.1998 -114.45 - 43 124.42 1370 3 0 1.9467 94.2138 -115.85 - 43 150.083 904 2 1 0.994216 94.4954 -144.45 - 43 134.185 1371 2 0 0.905594 94.5289 -145.85 - 43 86.3739 895 1 1 -0.956443 95.1652 -174.45 - 43 68.1146 894 1 1 -1.05001 95.0337 -174.701 - 43 60.3303 1371 1 0 -1.48104 94.4104 -175.85 - 43 99.7231 1370 1 0 -1.51629 94.35 -175.958 - 43 11.8056 1369 1 0 -1.61995 94.15 -176.213 - 43 129.794 814 0 1 -17.1141 70.0175 -204.45 - 43 173.868 813 0 1 -17.25 70.4209 -204.587 - 43 16.5388 1266 0 0 -17.031 73.3837 -205.85 - 43 65.3795 1267 0 0 -17.0274 73.4501 -205.879 - 43 69.2469 1268 0 0 -17.0232 73.6502 -205.94 - 43 112.843 1269 0 0 -16.9925 73.8502 -205.97 - 43 86.9838 1270 0 0 -16.8877 74.0503 -205.959 - 43 27.5782 1271 0 0 -16.8109 74.25 -205.9 - 43 138.366 818 0 1 -16.3959 77.0638 -204.85 - 43 78.805 817 0 1 -16.45 77.3949 -204.83 - 43 166.848 816 0 1 -16.65 77.5713 -204.711 - 43 158.861 815 0 1 -16.85 77.6602 -204.482 - 43 76.9093 1296 0 0 -17.0414 79.2637 -205.85 - 43 132.044 1297 0 0 -17.0049 79.45 -205.875 - 43 14.6735 1298 0 0 -16.899 79.65 -205.901 - 43 8.90723 821 0 1 -15.6654 74.5825 -204.85 - 43 68.3258 1273 0 0 -15.232 74.7845 -205.85 - 43 185.032 1274 0 0 -15.243 74.85 -205.947 - 43 199.658 1284 1 0 -16.1347 76.8704 -176.25 - 43 137.6 821 1 1 -15.7362 76.7194 -174.85 - 43 242.257 822 1 1 -15.65 76.555 -174.734 - 43 360.34 887 0 1 -2.49945 95.8378 -204.451 - 43 215.693 1378 0 0 -2.60617 95.8442 -205.85 - 43 132.211 1379 0 0 -2.62355 95.9899 -205.85 - 43 399.607 1364 6 0 3.56492 93.15 -26.1626 - 43 123.633 1363 6 0 3.59835 92.95 -26.1689 - 43 279.427 914 0 1 3.02551 92.9449 -204.45 - 43 104.964 1364 0 0 3.07306 93.1043 -205.851 - 43 2.52246 1365 0 0 3.09245 93.15 -206.242 - 43 130.729 917 2 1 3.53007 -8.69791 -144.85 - 43 72.6062 916 2 1 3.44994 -9.12826 -144.484 - 43 46.293 915 0 1 3.05 92.9068 -204.715 - 43 87.0978 1363 0 0 3.09155 92.763 -205.85 - 43 28.7172 1362 0 0 3.09542 92.75 -205.997 -Number of digits in this event = 48 +Number of tracker hits in this event = 34 + 43 134.449 933 11 1 6.776 -74.0081 125.55 + 43 114.156 530 11 0 6.77273 -73.9949 124.15 + 43 131.516 933 10 1 6.75833 -73.6386 95.55 + 43 119.995 532 10 0 6.75271 -73.6184 94.15 + 43 249.031 932 9 1 6.62537 -73.2731 65.55 + 43 131.66 533 9 0 6.61942 -73.2536 64.15 + 43 56.7495 534 9 0 6.61824 -73.25 63.881 + 43 208.531 932 8 1 6.4704 -72.8643 35.55 + 43 113.428 535 8 0 6.50574 -72.8701 34.15 + 43 151.351 936 7 1 7.29549 -73.1069 5.55 + 43 176.237 534 7 0 7.33804 -73.0945 4.15 + 43 117.386 940 6 1 8.16613 -72.8085 -24.45 + 43 98.4313 536 6 0 8.23153 -72.773 -25.85 + 43 124.792 947 5 1 9.58994 -72.1342 -54.45 + 43 128.404 539 5 0 9.6323 -72.1134 -55.85 + 43 158.598 952 4 1 10.4594 -71.6476 -84.45 + 43 201.07 541 4 0 10.5063 -71.6527 -85.85 + 43 101.414 956 3 1 11.4127 -71.8555 -114.45 + 43 105.418 540 3 0 11.503 -71.8604 -115.85 + 43 170.772 965 2 1 13.1994 -72.0712 -144.45 + 43 107.959 539 2 0 13.2461 -72.0797 -145.85 + 43 189.184 971 1 1 14.2803 -72.1876 -174.45 + 43 93.3398 539 1 0 14.2911 -72.1943 -175.85 + 43 264.779 971 0 1 14.4282 -72.303 -204.45 + 43 174.47 538 0 0 14.4824 -72.3279 -205.85 + 43 1.2058 970 1 1 14.05 -72.1169 -174.646 + 43 222.295 974 1 1 14.8891 -71.5903 -174.45 + 43 85.903 975 1 1 15.05 -71.1213 -174.726 + 43 272.821 541 1 0 14.6597 -71.6543 -175.85 + 43 99.8266 540 1 0 14.7449 -71.85 -176.044 + 43 362.906 536 8 0 6.57506 -72.85 33.8208 + 43 292.304 1469 7 0 125.521 114.03 3.75042 + 43 8.05455 1468 7 0 125.462 113.95 3.93048 + 43 23.2033 1414 7 1 102.95 48.2629 5.52093 +Number of digits in this event = 20 Using G4ParticleGun ... -3.77022 LIN +4.57303 LIN e- Event: 44 -Number of tracker hits in this event = 33 - 44 164.844 1410 9 1 102.153 -72.2601 65.55 - 44 133.972 538 9 0 102.153 -72.2619 64.15 - 44 116.012 1409 8 1 102.133 -72.2956 35.55 - 44 183.676 538 8 0 102.131 -72.2997 34.15 - 44 129.239 1409 7 1 102.089 -72.3756 5.55 - 44 117.269 538 7 0 102.087 -72.3781 4.15 - 44 127.475 1409 6 1 102.024 -72.4139 -24.45 - 44 160.418 538 6 0 102.016 -72.4433 -25.85 - 44 30.4533 537 6 0 102.014 -72.45 -26.1482 - 44 103.323 1408 5 1 101.783 -73.0775 -54.45 - 44 126.789 534 5 0 101.796 -73.0965 -55.85 - 44 130.998 1409 4 1 102.129 -73.3751 -84.45 - 44 124.403 533 4 0 102.161 -73.389 -85.85 - 44 134.331 1413 3 1 102.86 -73.6194 -114.45 - 44 115.771 531 3 0 102.892 -73.6644 -115.85 - 44 99.6095 1417 2 1 103.64 -74.482 -144.45 - 44 137.49 527 2 0 103.691 -74.5136 -145.85 - 44 110.604 1423 1 1 104.796 -75.216 -174.45 - 44 95.8886 524 1 0 104.857 -75.2424 -175.85 - 44 261.205 1430 0 1 106.159 -75.762 -204.45 - 44 112.424 521 0 0 106.232 -75.7983 -205.85 - 44 220.123 229 6 1 -134.15 -72.8686 -24.7975 - 44 58.1061 455 0 0 5.65625 -88.85 -205.994 - 44 11.3882 517 0 0 106.5 -76.6362 -205.85 - 44 84.047 516 0 0 106.504 -76.65 -205.869 - 44 70.6689 515 0 0 106.56 -76.85 -206.078 - 44 172.843 514 0 0 106.657 -77.05 -206.16 - 44 49.1668 1434 0 1 106.99 -76.8138 -204.85 - 44 77.6385 1433 0 1 106.95 -76.7919 -204.663 - 44 58.116 479 1 0 87.7634 -84.05 -175.907 - 44 287.2 1403 0 1 100.892 -73.3262 -204.45 - 44 276.386 533 0 0 100.884 -73.3316 -205.85 - 44 135.059 236 2 0 155.144 -132.807 -146.25 -Number of digits in this event = 19 +Number of tracker hits in this event = 129 + 44 103.622 1379 9 1 96.01 71.0787 65.55 + 44 154.605 1255 9 0 96.0116 71.0769 64.15 + 44 101.22 1379 8 1 96.0365 71.0432 35.55 + 44 91.4674 1254 8 0 96.0394 71.0413 34.15 + 44 183.587 1379 7 1 96.098 71.0053 5.55 + 44 97.0381 1254 7 0 96.1014 71.0037 4.15 + 44 130.247 1380 6 1 96.17 70.9796 -24.45 + 44 113.176 1254 6 0 96.1756 70.9785 -25.85 + 44 148.908 1380 5 1 96.285 70.9596 -54.45 + 44 209.951 1254 5 0 96.2908 70.9579 -55.85 + 44 117.175 1381 4 1 96.409 70.9226 -84.45 + 44 118.303 1254 4 0 96.4133 70.9189 -85.85 + 44 112.235 1381 3 1 96.503 70.833 -114.45 + 44 129.57 1253 3 0 96.4957 70.8245 -115.85 + 44 238.33 1381 2 1 96.4198 70.6303 -144.45 + 44 119.561 1252 2 0 96.4162 70.6212 -145.85 + 44 391.858 1381 1 1 96.353 70.4403 -174.45 + 44 112.059 1251 1 0 96.3472 70.4265 -175.85 + 44 211.328 1380 0 1 96.2298 70.1487 -204.45 + 44 97.5675 1250 0 0 96.2259 70.1439 -205.85 + 44 9.6919 821 3 0 30.2248 -15.65 -116.096 + 44 6.71761 862 3 0 56.5058 -7.62816 -116.25 + 44 109.886 861 3 0 56.5081 -7.65017 -116.218 + 44 12.6024 860 3 0 56.5273 -7.85009 -115.893 + 44 44.1984 1182 3 1 56.491 -8.21576 -114.849 + 44 301.144 1181 3 1 56.4499 -8.25478 -114.684 + 44 98.3861 1180 3 1 56.2497 -7.81308 -114.468 + 44 133.157 1179 3 1 56.05 -7.81829 -114.541 + 44 124.311 1178 3 1 55.85 -7.90742 -114.753 + 44 194.955 858 3 0 54.3016 -8.26849 -115.85 + 44 332.445 1382 2 1 96.6864 70.8019 -144.45 + 44 415.003 1253 2 0 96.6587 70.8301 -145.85 + 44 92.0859 1380 1 1 96.3227 71.6774 -174.45 + 44 87.8986 1258 1 0 96.4506 71.6777 -175.85 + 44 130.888 1395 0 1 99.1954 71.8355 -204.451 + 44 137.153 1258 0 0 99.4243 71.7811 -205.85 + 44 105.858 1386 1 1 97.3712 70.8901 -174.45 + 44 214.606 1254 1 0 97.3783 70.8905 -175.85 + 44 237.855 1386 0 1 97.4974 70.9421 -204.45 + 44 110.254 1254 0 0 97.4612 70.9526 -205.85 + 44 197.27 1380 2 1 96.3153 70.8271 -144.45 + 44 149.287 1256 2 0 96.172 71.3436 -145.85 + 44 29.9661 1257 2 0 96.1453 71.45 -146.149 + 44 108.348 1363 1 1 92.9179 81.1162 -174.451 + 44 26.4267 1364 1 1 92.95 81.0467 -174.809 + 44 12.8125 1304 1 0 93.0625 80.8549 -175.85 + 44 116.252 1303 1 0 93.0654 80.85 -175.878 + 44 75.7677 1377 0 1 95.6192 75.3908 -204.45 + 44 59.4574 1378 0 1 95.75 75.2405 -204.663 + 44 140.957 1272 0 0 96.5254 74.6321 -205.85 + 44 34.757 1271 0 0 96.8158 74.45 -206.217 + 44 187.324 1242 0 0 131.056 68.5453 -206.25 + 44 38.8524 1565 0 1 133.254 68.6029 -204.85 + 44 160.311 1566 0 1 133.35 68.6002 -204.788 + 44 76.9911 1567 0 1 133.55 68.5886 -204.666 + 44 60.1573 1568 0 1 133.75 68.575 -204.541 + 44 8.389 1034 1 0 139.352 26.8795 -176.25 + 44 81.0179 1033 1 0 139.356 26.85 -176.231 + 44 75.9217 1032 1 0 139.385 26.65 -176.065 + 44 5.65103 1031 1 0 139.395 26.45 -175.875 + 44 341.767 1596 1 1 139.465 25.3933 -174.85 + 44 127.598 1055 2 0 154.964 31.053 -146.25 + 44 328.228 1677 2 1 155.628 31.4969 -144.85 + 44 134.535 1678 2 1 155.75 31.6103 -144.606 + 44 415.929 1034 3 0 168.097 26.88 -116.25 + 44 23.7749 1156 3 0 111.447 51.4229 -116.25 + 44 320.175 1157 3 0 111.39 51.45 -116.21 + 44 101.998 1158 3 0 111.313 51.65 -116.179 + 44 176.042 1257 1 0 96.3883 71.6484 -175.85 + 44 303.958 1382 0 1 96.6133 72.0215 -204.45 + 44 125.872 1260 0 0 96.7441 72.0873 -205.85 + 44 145.094 1252 0 0 96.3074 70.6003 -205.85 + 44 72.1439 1305 0 0 74.6831 81.162 -206.25 + 44 182.625 1306 0 0 74.5543 81.25 -206.155 + 44 17.1876 1307 0 0 74.3001 81.45 -205.896 + 44 22.1892 1266 0 1 73.2735 82.6625 -204.85 + 44 136.458 1265 0 1 73.2499 82.6907 -204.827 + 44 41.7754 1264 0 1 73.05 83.0694 -204.564 + 44 106.071 1297 1 0 79.1026 79.6091 -176.25 + 44 227.179 1298 1 1 79.6812 79.3448 -174.849 + 44 104.544 1299 1 1 79.85 79.2653 -174.587 + 44 136.206 1292 1 0 80.1654 78.5997 -175.85 + 44 74.0946 1268 1 0 80.5711 73.7721 -176.25 + 44 51.496 1269 1 0 80.5427 73.85 -176.02 + 44 63.0002 1307 1 1 81.5133 73.6987 -174.85 + 44 229.233 1308 1 1 81.65 73.6995 -174.681 + 44 81.12 1309 1 1 81.85 73.4911 -174.547 + 44 71.065 1381 0 1 96.35 70.7031 -204.47 + 44 81.0911 1383 0 1 96.75 71.001 -204.523 + 44 61.6105 1384 0 1 96.95 71.123 -204.519 + 44 250.708 1385 0 1 97.1506 71.2486 -204.463 + 44 276.379 1379 3 1 96.0807 70.9319 -114.45 + 44 28.8246 1259 3 0 95.827 71.9676 -115.85 + 44 74.5215 1260 3 0 95.8122 72.05 -115.956 + 44 18.2226 1261 3 0 95.7401 72.25 -116.194 + 44 158.223 1355 2 1 91.2355 98.1508 -144.45 + 44 130.812 1386 2 0 91.3513 97.5127 -145.85 + 44 10.772 1132 2 0 54.7742 46.478 -146.25 + 44 164.995 1131 2 0 54.7413 46.45 -146.228 + 44 67.9208 1130 2 0 54.3551 46.25 -145.937 + 44 21.7443 1162 2 1 52.5329 45.4474 -144.85 + 44 73.5054 1161 2 1 52.4496 45.4144 -144.8 + 44 116.159 1160 2 1 52.2496 45.3142 -144.711 + 44 74.1648 1159 2 1 52.05 45.1844 -144.62 + 44 70.3153 1158 2 1 51.85 45.0462 -144.592 + 44 55.3444 1157 2 1 51.6498 44.8342 -144.666 + 44 52.4826 1156 2 1 51.45 44.6975 -144.81 + 44 63.7984 1118 2 0 50.2808 43.8388 -145.85 + 44 123.283 1117 2 0 50.1142 43.6499 -146.017 + 44 87.7173 1099 2 0 93.5177 39.8828 -146.25 + 44 52.8567 1100 2 0 93.7561 40.05 -146.103 + 44 118.426 1101 2 0 93.8341 40.25 -146.039 + 44 53.7605 1102 2 0 94.0283 40.4501 -145.893 + 44 69.584 1374 2 1 94.9676 41.5853 -144.85 + 44 90.6672 1375 2 1 95.1501 41.7351 -144.72 + 44 38.9944 1248 3 0 95.6944 69.7254 -115.85 + 44 78.645 1247 3 0 95.6679 69.65 -115.936 + 44 43.4056 1246 3 0 95.6062 69.45 -116.149 + 44 5.29331 984 3 0 41.6051 16.8577 -116.25 + 44 180.172 983 3 0 41.5887 16.85 -116.24 + 44 97.5827 982 3 0 41.142 16.65 -115.984 + 44 43.4952 1095 3 1 39.2068 15.9569 -114.85 + 44 69.127 1094 3 1 39.0497 15.9066 -114.754 + 44 80.3102 1093 3 1 38.85 15.8469 -114.636 + 44 23.3977 1092 3 1 38.65 15.7728 -114.5 + 44 23.6844 826 4 0 27.8742 -14.7724 -86.25 + 44 134.242 825 4 0 27.8515 -14.8503 -86.179 + 44 137.836 824 4 0 27.7773 -15.05 -85.9786 + 44 190.218 1036 4 1 27.3763 -16.2808 -84.85 +Number of digits in this event = 50 Using G4ParticleGun ... -8.14333 LIN +7.90049 LIN e- Event: 45 -Number of tracker hits in this event = 25 - 45 106.809 1359 9 1 92.049 96.8323 65.55 - 45 159.722 1383 9 0 92.049 96.8318 64.15 - 45 116.108 1359 8 1 92.0505 96.8242 35.55 - 45 133.477 1383 8 0 92.0505 96.8234 34.15 - 45 107.934 1359 7 1 92.0525 96.8074 5.55 - 45 283.218 1383 7 0 92.0531 96.8068 4.15 - 45 122.754 1359 6 1 92.0695 96.7902 -24.45 - 45 122.317 1383 6 0 92.0703 96.7895 -25.85 - 45 113.589 1359 5 1 92.0848 96.7774 -54.45 - 45 141.541 1383 5 0 92.0865 96.7759 -55.85 - 45 108.376 1359 4 1 92.1184 96.7463 -84.45 - 45 118.107 1382 4 0 92.1189 96.7455 -85.85 - 45 99.2179 1359 3 1 92.133 96.7337 -114.45 - 45 106.046 1382 3 0 92.1336 96.7346 -115.85 - 45 121.267 1359 2 1 92.1499 96.7629 -144.45 - 45 196.971 1383 2 0 92.1498 96.7633 -145.85 - 45 126.161 1359 1 1 92.1498 96.7703 -174.45 - 45 121.769 1383 1 0 92.1483 96.7735 -175.85 - 45 129.814 1359 0 1 92.1111 96.8379 -204.45 - 45 197.449 1383 0 0 92.1092 96.8399 -205.85 - 45 130.867 1294 2 0 36.7753 78.8593 -146.25 - 45 92.0425 1402 2 0 54.1849 100.691 -146.25 - 45 48.9814 1403 2 0 54.1289 100.75 -146.217 - 45 25.2069 1407 10 1 101.584 11.6575 95.15 - 45 72.2357 1382 7 0 91.9271 96.75 4.04964 -Number of digits in this event = 15 +Number of tracker hits in this event = 36 + 45 128.643 1117 11 0 71.3915 43.5532 124.15 + 45 122.195 1256 10 1 71.3881 43.5542 95.55 + 45 120.897 1117 10 0 71.3884 43.554 94.15 + 45 111.642 1256 9 1 71.3997 43.5493 65.55 + 45 107.996 1117 9 0 71.4009 43.5484 64.15 + 45 125.56 1256 8 1 71.4261 43.532 35.55 + 45 100.783 1117 8 0 71.4275 43.5318 34.15 + 45 108.166 1257 7 1 71.4583 43.5284 5.55 + 45 120.501 1117 7 0 71.4592 43.5291 4.15 + 45 137.61 1257 6 1 71.4755 43.5432 -24.45 + 45 101.882 1117 6 0 71.4768 43.5435 -25.85 + 45 98.0186 1257 5 1 71.5021 43.5511 -54.45 + 45 144.807 1117 5 0 71.5037 43.5515 -55.85 + 45 156.626 1257 4 1 71.5377 43.5561 -84.45 + 45 125.709 1117 4 0 71.5409 43.5568 -85.85 + 45 148.474 1257 3 1 71.6079 43.5688 -114.45 + 45 140.368 1117 3 0 71.6073 43.5691 -115.85 + 45 119.543 1257 2 1 71.5844 43.588 -144.45 + 45 121.253 1117 2 0 71.5821 43.5913 -145.85 + 45 197.648 1257 1 1 71.5395 43.6722 -174.45 + 45 141.717 1118 1 0 71.5401 43.6778 -175.85 + 45 490.547 1257 0 1 71.5511 43.8025 -204.45 + 45 108.906 1118 0 0 71.5498 43.8137 -205.85 + 45 164.725 570 3 0 2.91358 -65.9799 -116.25 + 45 19.2007 571 3 0 2.74802 -65.85 -115.9 + 45 48.2723 908 3 1 1.7579 -65.8134 -114.85 + 45 253.354 907 3 1 1.64939 -65.8002 -114.781 + 45 73.513 1007 6 0 85.5826 21.6277 -26.25 + 45 257.384 1328 6 1 85.8132 21.6654 -24.8493 + 45 28.9648 1329 6 1 85.85 21.8173 -24.4674 + 45 85.8362 1010 6 0 86.1443 22.0797 -25.85 + 45 44.7187 1011 6 0 86.2526 22.25 -26.1198 + 45 147.031 1463 3 1 112.813 162.894 -114.45 + 45 150.651 1464 3 1 112.95 162.942 -114.565 + 45 316.53 1117 0 0 71.5334 43.6233 -205.85 + 45 28.0203 1258 0 1 71.65 43.5706 -204.753 +Number of digits in this event = 23 Using G4ParticleGun ... -1.9184 LIN +5.40355 LIN e- Event: 46 -Number of tracker hits in this event = 33 - 46 129.175 610 9 1 -58.0295 115.517 65.55 - 46 107.724 1476 9 0 -58.0289 115.517 64.15 - 46 242.829 610 8 1 -58.0148 115.513 35.55 - 46 121.123 1476 8 0 -58.0171 115.513 34.15 - 46 173.336 609 7 1 -58.058 115.495 5.55 - 46 126.014 1476 7 0 -58.0597 115.499 4.15 - 46 106.756 609 6 1 -58.0863 115.57 -24.45 - 46 177.852 1477 6 0 -58.0856 115.576 -25.85 - 46 136.983 609 5 1 -58.0642 115.703 -54.45 - 46 142.298 1477 5 0 -58.0655 115.711 -55.85 - 46 159.86 609 4 1 -58.0969 115.869 -84.45 - 46 130.839 1478 4 0 -58.0996 115.877 -85.85 - 46 143.204 609 3 1 -58.1515 116.053 -114.45 - 46 121.293 1479 3 0 -58.1555 116.061 -115.85 - 46 126.796 610 2 1 -58.0254 116.187 -144.45 - 46 196.997 1480 2 0 -58.0232 116.198 -145.85 - 46 118.82 610 1 1 -57.983 116.422 -174.45 - 46 421.455 1481 1 0 -57.9879 116.438 -175.85 - 46 642.943 609 0 1 -58.0747 116.752 -204.45 - 46 265.733 1483 0 0 -58.0804 116.761 -205.85 - 46 57.8356 1689 1 0 -23.3975 158.035 -176.25 - 46 29.2882 1608 0 0 33.9862 141.762 -206.25 - 46 5.32603 1075 0 1 35.1644 142.463 -204.85 - 46 75.5864 1622 0 0 42.0951 144.566 -205.85 - 46 204.776 1139 0 1 47.9025 146.75 -204.85 - 46 63.4662 1138 0 1 47.85 146.789 -204.82 - 46 169.314 161 1 1 -147.875 29.9542 -174.45 - 46 312.539 609 1 1 -58.2368 116.443 -174.45 - 46 18.2576 1480 1 0 -58.285 116.35 -176.166 - 46 129.124 605 0 1 -58.9355 114.297 -204.45 - 46 139.813 1470 0 0 -58.9793 114.198 -205.85 - 46 95.547 1512 0 0 -73.2285 122.728 -206.25 - 46 120.389 608 0 1 -58.2503 116.835 -204.599 -Number of digits in this event = 25 +Number of tracker hits in this event = 20 + 46 131.79 1259 9 1 71.9777 -101.659 65.55 + 46 181.574 392 9 0 71.978 -101.66 64.15 + 46 165.986 1259 8 1 71.9828 -101.677 35.55 + 46 149.47 392 8 0 71.984 -101.678 34.15 + 46 153.57 1259 7 1 72.0114 -101.696 5.55 + 46 221.654 392 7 0 72.0121 -101.698 4.15 + 46 99.9774 1259 6 1 72.0261 -101.749 -24.45 + 46 147.869 391 6 0 72.0267 -101.752 -25.85 + 46 162.533 1259 5 1 72.0427 -101.791 -54.45 + 46 103.249 391 5 0 72.0417 -101.792 -55.85 + 46 117.331 1259 4 1 72.0262 -101.808 -84.45 + 46 131.521 391 4 0 72.0265 -101.808 -85.85 + 46 133.877 1259 3 1 72.0345 -101.808 -114.45 + 46 122.663 391 3 0 72.0362 -101.81 -115.85 + 46 105.809 1260 2 1 72.0662 -101.852 -144.45 + 46 115.905 391 2 0 72.0677 -101.854 -145.85 + 46 113.475 1260 1 1 72.0932 -101.908 -174.45 + 46 149.912 391 1 0 72.0937 -101.91 -175.85 + 46 137.158 1260 0 1 72.102 -101.949 -204.45 + 46 116.054 391 0 0 72.104 -101.95 -205.85 +Number of digits in this event = 15 Using G4ParticleGun ... -2.48798 LIN +9.82296 LIN e- Event: 47 -Number of tracker hits in this event = 34 - 47 203.64 196 7 1 -140.803 48.6857 5.55 - 47 131.437 1143 7 0 -140.799 48.6856 4.15 - 47 154.279 197 6 1 -140.739 48.6936 -24.45 - 47 121.291 1143 6 0 -140.739 48.697 -25.85 - 47 133.165 197 5 1 -140.74 48.7685 -54.45 - 47 157.846 1143 5 0 -140.734 48.7703 -55.85 - 47 216.312 197 4 1 -140.602 48.7899 -84.45 - 47 153.829 1143 4 0 -140.588 48.7917 -85.85 - 47 183.167 199 3 1 -140.331 48.8509 -114.45 - 47 130.216 1144 3 0 -140.316 48.8549 -115.85 - 47 125.664 200 2 1 -140.001 48.915 -144.45 - 47 114.239 1144 2 0 -139.98 48.9264 -145.85 - 47 138.166 203 1 1 -139.528 49.1639 -174.45 - 47 250.346 1145 1 0 -139.505 49.1803 -175.85 - 47 117.877 205 0 1 -139.055 49.4812 -204.45 - 47 125.176 1147 0 0 -139.037 49.4956 -205.85 - 47 59.3632 1146 1 0 -139.469 49.25 -176.041 - 47 12.6965 222 0 1 -135.594 63.9321 -204.45 - 47 93.642 223 0 1 -135.55 63.9318 -204.48 - 47 55.882 224 0 1 -135.35 63.8787 -204.6 - 47 53.953 225 0 1 -135.15 63.8318 -204.621 - 47 48.6275 226 0 1 -134.95 63.8986 -204.634 - 47 82.3066 227 0 1 -134.75 63.9764 -204.667 - 47 51.4106 228 0 1 -134.55 63.9785 -204.701 - 47 85.0594 229 0 1 -134.35 63.9915 -204.732 - 47 130.18 230 0 1 -134.15 63.9796 -204.778 - 47 70.5959 231 0 1 -133.95 63.9581 -204.769 - 47 285.273 232 0 1 -133.75 63.9122 -204.793 - 47 265.691 233 0 1 -133.55 63.8333 -204.743 - 47 213.821 1218 0 0 -134.146 63.7279 -205.85 - 47 115.41 307 4 1 -118.637 15.8686 -84.85 - 47 137.093 774 0 1 -25.1373 66.5036 -204.45 - 47 110.913 775 0 1 -25.05 66.6623 -204.579 - 47 9.86566 1065 3 0 -137.166 33.25 -115.914 -Number of digits in this event = 21 -Using G4ParticleGun ... -7.11866 LIN +Number of tracker hits in this event = 200 + 47 123.663 764 11 1 -27.1717 -30.8299 125.55 + 47 144.621 746 11 0 -27.1699 -30.8291 124.15 + 47 458.765 764 10 1 -27.132 -30.8098 95.55 + 47 238.192 746 10 0 -27.131 -30.8095 94.15 + 47 312.472 764 9 1 -27.112 -30.8038 65.55 + 47 117.783 746 9 0 -27.1108 -30.8047 64.15 + 47 504.877 764 8 1 -27.0893 -30.8219 35.55 + 47 384.648 746 8 0 -27.0904 -30.8235 34.15 + 47 462.582 764 7 1 -27.1211 -30.8591 5.55 + 47 140.965 745 7 0 -27.1212 -30.861 4.15 + 47 290.99 764 6 1 -27.1184 -30.9011 -24.45 + 47 197.605 745 6 0 -27.1184 -30.9034 -25.85 + 47 254.768 764 5 1 -27.114 -30.9536 -54.45 + 47 151.316 745 5 0 -27.1112 -30.9549 -55.85 + 47 64.0824 764 4 1 -27.0506 -30.9786 -84.45 + 47 37.1957 765 4 1 -27.05 -30.9785 -84.7109 + 47 201.075 745 4 0 -27.0468 -30.9786 -85.85 + 47 147.435 765 3 1 -26.9649 -30.9819 -114.45 + 47 120.861 745 3 0 -26.9615 -30.9818 -115.85 + 47 311.316 765 2 1 -26.9009 -30.984 -144.45 + 47 593.714 745 2 0 -26.8973 -30.9844 -145.85 + 47 173.166 766 1 1 -26.8191 -30.996 -174.45 + 47 223.426 745 1 0 -26.814 -30.9984 -175.85 + 47 153.881 766 0 1 -26.7072 -31.0491 -204.45 + 47 138.827 745 0 0 -26.7015 -31.0498 -205.85 + 47 101.631 763 5 1 -27.2508 -30.62 -54.5748 + 47 319.734 762 5 1 -27.4503 -30.595 -54.6716 + 47 112.569 761 5 1 -27.65 -30.4849 -54.484 + 47 436.131 764 1 1 -27.1938 -31.1475 -174.45 + 47 246.059 744 1 0 -27.1938 -31.1509 -175.85 + 47 135.873 764 0 1 -27.2015 -31.2321 -204.45 + 47 143.562 744 0 0 -27.2048 -31.2356 -205.85 + 47 42.4543 680 0 0 -73.4108 -43.9172 -206.25 + 47 98.3992 681 0 0 -73.2732 -43.8499 -206.207 + 47 122.981 682 0 0 -73.0342 -43.65 -206.123 + 47 118.137 683 0 0 -72.8627 -43.45 -206.089 + 47 46.3384 684 0 0 -72.7372 -43.25 -206.063 + 47 52.9121 685 0 0 -72.6843 -43.05 -206.041 + 47 62.8451 686 0 0 -72.649 -42.8498 -206.079 + 47 69.1141 687 0 0 -72.6096 -42.65 -206.127 + 47 27.467 688 0 0 -72.5544 -42.45 -206.166 + 47 45.6513 767 0 1 -26.4571 -31.4985 -204.45 + 47 81.0722 768 0 1 -26.45 -31.4984 -204.566 + 47 174.138 742 0 0 -26.3716 -31.4995 -205.85 + 47 51.1616 549 1 0 1.50737 -70.05 -175.979 + 47 106.07 768 1 1 -26.3414 -31.3217 -174.451 + 47 136.332 743 1 0 -26.2317 -31.3595 -175.85 + 47 105.641 780 0 1 -24.0175 -32.3862 -204.45 + 47 68.1375 738 0 0 -23.8565 -32.4439 -205.85 + 47 81.958 737 0 0 -23.84 -32.45 -205.996 + 47 126.581 782 0 0 -31.0596 -23.65 -205.961 + 47 107.897 766 2 1 -26.8499 -30.8701 -144.583 + 47 96.6309 747 2 0 -25.909 -30.5322 -145.85 + 47 350.196 748 2 0 -25.6338 -30.45 -146.123 + 47 70.3188 782 2 1 -23.609 -30.2531 -144.85 + 47 93.2105 783 2 1 -23.45 -30.2915 -144.696 + 47 216.286 784 2 1 -23.25 -30.3419 -144.513 + 47 31.1298 785 2 1 -22.9862 -30.3903 -144.45 + 47 157.954 746 2 0 -24.0112 -30.85 -146.216 + 47 107.584 747 7 0 -27.0961 -30.529 4.15 + 47 77.105 762 6 1 -27.6453 -29.1777 -24.45 + 47 181.011 761 6 1 -27.65 -29.1622 -24.6627 + 47 123.293 754 6 0 -27.6823 -29.074 -25.85 + 47 148.435 755 6 0 -27.6912 -29.05 -26.1738 + 47 241.749 756 5 1 -28.6588 -27.0863 -54.45 + 47 101.747 764 5 0 -28.7243 -27.0592 -55.85 + 47 19.9281 750 4 1 -30.046 -26.371 -84.45 + 47 80.0637 749 4 1 -30.05 -26.3697 -84.5166 + 47 104.477 768 4 0 -30.1271 -26.3474 -85.85 + 47 122.03 741 3 1 -31.7569 -25.9272 -114.45 + 47 102.045 770 3 0 -31.7972 -25.9135 -115.85 + 47 101.758 737 2 1 -32.5429 -25.4787 -144.45 + 47 186.938 772 2 0 -32.5676 -25.4986 -145.85 + 47 223.421 735 1 1 -32.9584 -26.3145 -174.45 + 47 272.735 768 1 0 -33.0019 -26.3155 -175.85 + 47 104.717 728 0 1 -34.2927 -26.111 -204.45 + 47 212.625 769 0 0 -34.3065 -26.1087 -205.85 + 47 217.801 756 6 0 -27.6465 -28.85 -26.1047 + 47 27.2449 757 6 0 -27.5907 -28.65 -26.2312 + 47 10.6605 486 9 1 -82.8193 -30.2452 65.15 + 47 114.963 746 7 0 -27.1382 -30.8033 4.15 + 47 255.579 746 6 0 -27.1809 -30.7063 -25.85 + 47 133.535 747 5 0 -27.5794 -30.6298 -55.85 + 47 117.934 760 4 1 -27.9598 -30.6421 -84.45 + 47 171.238 747 4 0 -27.978 -30.64 -85.85 + 47 281.552 758 3 1 -28.3392 -30.5997 -114.45 + 47 134.389 747 3 0 -28.3535 -30.6064 -115.85 + 47 162.382 757 2 1 -28.6376 -30.7432 -144.45 + 47 136.254 755 1 1 -28.9257 -30.8795 -174.45 + 47 186.125 754 0 1 -29.1928 -31.2574 -204.45 + 47 113.706 743 0 0 -29.2031 -31.2724 -205.85 + 47 155.482 753 0 1 -29.25 -31.2655 -204.551 + 47 24.5847 746 3 0 -27.2935 -30.7589 -116.197 + 47 163.849 764 2 1 -27.2063 -30.8185 -144.45 + 47 149.324 763 2 1 -27.25 -30.8291 -144.703 + 47 121.467 743 1 1 -31.3122 -31.7405 -174.45 + 47 56.1817 738 1 0 -31.3231 -32.3537 -175.85 + 47 54.2724 737 1 0 -31.3218 -32.4502 -176.054 + 47 30.9653 742 0 1 -31.6325 -44.8308 -204.45 + 47 84.8392 741 0 1 -31.65 -44.8478 -204.567 + 47 13.7984 675 0 0 -31.8953 -45.04 -205.85 + 47 96.0311 674 0 0 -31.9073 -45.05 -205.913 + 47 126.168 772 2 1 -25.5919 -30.5173 -144.45 + 47 6.53884 750 2 0 -25.3998 -29.8619 -145.85 + 47 96.1631 751 2 0 -25.3965 -29.85 -145.875 + 47 53.0985 818 1 0 -32.2349 -16.45 -175.925 + 47 144.151 890 0 0 -91.3242 -1.96523 -205.85 + 47 101.866 792 1 1 -21.5088 -19.5762 -174.45 + 47 221.614 793 1 1 -21.45 -19.5971 -174.534 + 47 40.6333 794 1 1 -21.25 -19.8824 -174.773 + 47 56.9163 794 1 0 -20.6405 -21.088 -175.85 + 47 113.774 793 1 0 -20.5628 -21.25 -176.003 + 47 30.7779 792 1 0 -20.4796 -21.45 -176.161 + 47 127.491 812 1 0 -23.5299 -17.5947 -175.85 + 47 7.48165 776 1 1 -24.7132 -17.3001 -174.85 + 47 17.3286 810 1 0 -26.3939 -17.8639 -175.85 + 47 88.2247 811 1 0 -26.4081 -17.85 -175.858 + 47 113.757 748 9 0 -27.2272 -30.2919 64.15 + 47 126.851 751 8 0 -27.2262 -29.7179 34.15 + 47 265.472 762 7 1 -27.4807 -29.3676 5.55 + 47 105.842 753 7 0 -27.5004 -29.3372 4.15 + 47 131.653 760 6 1 -27.905 -28.7833 -24.45 + 47 118.538 748 5 1 -30.2679 -29.5838 -54.45 + 47 103.068 752 5 0 -30.3695 -29.6178 -55.85 + 47 4.85783 738 4 1 -32.4477 -30.3115 -84.45 + 47 113.532 737 4 1 -32.45 -30.3126 -84.4806 + 47 118.209 748 4 0 -32.5543 -30.3597 -85.85 + 47 172.16 726 3 1 -34.702 -31.3257 -114.45 + 47 102.905 743 3 0 -34.7881 -31.3993 -115.85 + 47 156.83 717 2 1 -36.5263 -32.9277 -144.45 + 47 132.329 735 2 0 -36.5751 -33.0077 -145.85 + 47 356.832 711 1 1 -37.6927 -34.6399 -174.45 + 47 321.376 726 1 0 -37.7495 -34.7074 -175.85 + 47 114.043 706 0 1 -38.7829 -36.0329 -204.45 + 47 131.068 719 0 0 -38.8132 -36.0778 -205.85 + 47 103.056 727 3 1 -34.65 -31.3063 -114.643 + 47 69.4865 749 5 1 -30.25 -29.5683 -54.7862 + 47 5.41036 754 5 0 -28.4112 -29.2151 -55.85 + 47 104.972 765 5 1 -26.9408 -28.5479 -54.85 + 47 173.497 766 5 1 -26.85 -28.5526 -54.7932 + 47 196.83 758 5 0 -26.8394 -28.3975 -55.85 + 47 136.055 745 10 0 -27.1774 -30.8678 94.15 + 47 128.451 763 9 1 -27.3925 -31.6327 65.55 + 47 142.59 742 9 0 -27.3857 -31.6431 64.15 + 47 132.608 763 8 1 -27.2582 -31.861 35.55 + 47 116.037 740 8 0 -27.2658 -31.8567 34.15 + 47 214.169 741 7 0 -27.5399 -31.7738 4.15 + 47 116.996 736 6 0 -27.866 -32.7546 -25.85 + 47 127.883 735 5 0 -28.7171 -32.9194 -55.85 + 47 103.374 755 4 1 -28.9752 -33.0459 -84.45 + 47 112.978 734 4 0 -29.0318 -33.0784 -85.85 + 47 188.976 749 3 1 -30.1335 -33.7492 -114.45 + 47 282.642 731 3 0 -30.1542 -33.8046 -115.85 + 47 119.871 747 2 1 -30.5254 -34.9232 -144.45 + 47 160.128 725 2 0 -30.5535 -35.0122 -145.85 + 47 109.274 742 1 1 -31.5616 -37.1174 -174.45 + 47 110.821 714 1 0 -31.6353 -37.2131 -175.85 + 47 138.546 734 0 1 -33.1454 -39.2882 -204.45 + 47 147.229 702 0 0 -33.2783 -39.5357 -205.85 + 47 88.258 1765 5 1 173.15 -171.406 -54.5839 + 47 71.5645 1766 5 1 173.35 -171.429 -54.5228 + 47 150.449 756 3 1 -28.7449 -33.6636 -114.45 + 47 109.594 730 2 0 -27.1242 -33.8802 -145.85 + 47 61.2619 790 1 1 -21.9305 -39.0818 -174.45 + 47 122.814 789 1 1 -22.05 -38.8831 -174.496 + 47 107.555 788 1 1 -22.2501 -38.5664 -174.587 + 47 113.27 787 1 1 -22.4501 -38.2448 -174.729 + 47 7.6701 722 1 0 -24.2401 -35.4703 -175.85 + 47 89.7726 723 1 0 -24.253 -35.45 -175.858 + 47 142.793 724 1 0 -24.3762 -35.25 -175.958 + 47 75.0393 725 1 0 -24.5011 -35.05 -176.065 + 47 64.5923 1284 1 0 -63.6967 76.8547 -176.25 + 47 63.5363 1285 1 0 -63.6745 77.05 -176.131 + 47 61.2985 1286 1 0 -63.6611 77.25 -176.014 + 47 47.1001 1287 1 0 -63.6299 77.45 -175.914 + 47 151.364 584 1 1 -63.1561 79.5456 -174.85 + 47 203.255 585 1 1 -63.05 80.0078 -174.656 + 47 96.6073 586 1 1 -62.85 80.6319 -174.617 + 47 96.7981 587 1 1 -62.65 80.8916 -174.679 + 47 164.927 588 1 1 -62.4497 81.0582 -174.749 + 47 206.014 589 1 1 -62.249 81.128 -174.819 + 47 238.462 1310 1 0 -59.6172 82.1348 -175.85 + 47 165.573 1311 1 0 -58.8959 82.25 -175.973 + 47 71.7491 1312 1 0 -58.6344 82.45 -176.114 + 47 4.36394 1617 1 0 -37.0569 143.737 -176.25 + 47 259.643 1618 1 0 -37.0562 143.75 -176.243 + 47 174.37 1619 1 0 -37.2188 143.95 -176.2 + 47 48.0217 709 1 1 -38.0667 144.537 -174.85 + 47 154.968 710 1 1 -38.05 144.509 -174.735 + 47 10.5555 747 10 0 -27.1818 -30.4561 94.1499 + 47 140.383 748 10 0 -27.1817 -30.45 94.1248 + 47 46.2974 749 10 0 -27.2195 -30.25 93.7961 + 47 140.24 1002 10 0 -2.94914 20.4822 93.75 + 47 56.3118 1003 10 0 -2.50892 20.65 93.8896 + 47 75.9959 1004 10 0 -2.43872 20.8501 93.845 + 47 57.5663 1005 10 0 -2.24257 21.05 93.8212 + 47 50.2434 1006 10 0 -2.25365 21.25 93.7907 + 47 3.71281 1093 10 0 77.3286 38.8138 93.75 + 47 1.1959 868 10 0 179.11 -6.31524 93.75 + 47 0.0787226 1048 10 0 94.0529 29.723 93.75 +Number of digits in this event = 98 +Using G4ParticleGun ... +1.96531 LIN e- Event: 48 -Number of tracker hits in this event = 104 - 48 113.301 1296 9 1 79.2682 -105.055 65.55 - 48 135.48 375 9 0 79.2689 -105.055 64.15 - 48 158.464 1296 8 1 79.2834 -105.072 35.55 - 48 206.502 375 8 0 79.2841 -105.072 34.15 - 48 103.434 1296 7 1 79.2938 -105.078 5.55 - 48 174.335 375 7 0 79.2949 -105.078 4.15 - 48 124.827 1296 6 1 79.3182 -105.089 -24.45 - 48 123.846 375 6 0 79.3176 -105.087 -25.85 - 48 357.242 1296 5 1 79.3172 -105.051 -54.45 - 48 329.242 375 5 0 79.3158 -105.049 -55.85 - 48 138.889 1296 4 1 79.2816 -105.008 -84.45 - 48 166.99 375 4 0 79.2815 -105.006 -85.85 - 48 294.279 1296 3 1 79.2902 -104.964 -114.45 - 48 294.419 375 3 0 79.2893 -104.962 -115.85 - 48 110.011 1296 2 1 79.2733 -104.936 -144.45 - 48 105.376 376 2 0 79.2708 -104.934 -145.85 - 48 299.88 1295 1 1 79.2291 -104.898 -174.45 - 48 333.669 376 1 0 79.2259 -104.897 -175.85 - 48 324.47 1295 0 1 79.16 -104.866 -204.45 - 48 200.188 376 0 0 79.1587 -104.864 -205.85 - 48 60.6731 378 3 0 79.3454 -104.415 -115.85 - 48 82.0315 379 3 0 79.3642 -104.35 -116.057 - 48 136.315 1307 2 1 81.5523 -96.7478 -144.45 - 48 286.058 416 2 0 81.6423 -96.8221 -145.85 - 48 10.3721 1314 1 1 82.8759 -102.365 -174.45 - 48 80.3482 1313 1 1 82.85 -102.384 -174.48 - 48 34.8279 1312 1 1 82.65 -102.525 -174.731 - 48 94.0295 384 1 0 81.6641 -103.172 -175.851 - 48 58.5163 383 1 0 81.4352 -103.35 -176.124 - 48 193.716 1295 3 1 79.2499 -104.842 -114.533 - 48 221.964 374 3 0 79.8323 -105.3 -115.85 - 48 136.317 373 3 0 79.9023 -105.35 -115.945 - 48 17.9642 1311 3 1 82.3386 -106.089 -114.85 - 48 49.8053 1201 2 1 60.299 -110.456 -144.45 - 48 54.6975 1200 2 1 60.25 -110.414 -144.657 - 48 132.354 350 2 0 59.9143 -110.115 -145.85 - 48 110.724 1166 1 1 53.3098 -105.212 -174.45 - 48 102.866 373 1 0 53.5396 -105.361 -175.85 - 48 52.7218 1180 0 1 56.1739 -106.711 -204.45 - 48 126.304 1181 0 1 56.25 -106.643 -204.592 - 48 102.361 371 0 0 56.3679 -105.832 -205.851 - 48 152.864 372 0 0 56.3637 -105.75 -205.99 - 48 89.2939 326 0 0 30.9869 -114.84 -206.25 - 48 90.4273 325 0 0 30.8769 -114.95 -206.034 - 48 10.3642 324 0 0 30.8908 -115.15 -205.875 - 48 53.0056 1053 0 1 30.7507 -116.684 -204.85 - 48 111.827 1052 0 1 30.65 -116.822 -204.8 - 48 5.51143 1051 0 1 30.45 -117.004 -204.846 - 48 11.2479 305 0 0 28.357 -119.116 -205.85 - 48 27.9296 304 0 0 28.3342 -119.15 -205.863 - 48 44.0229 1036 0 1 27.3377 -121.211 -204.85 - 48 86.6869 1035 0 1 27.2499 -121.262 -204.78 - 48 181.743 1034 0 1 27.0499 -121.25 -204.717 - 48 138.37 1033 0 1 26.8499 -121.246 -204.586 - 48 53.8205 1177 1 1 55.5529 -110.264 -174.45 - 48 121.815 1176 1 1 55.4497 -110.277 -174.617 - 48 91.0701 1175 1 1 55.25 -110.252 -174.789 - 48 155.63 1174 1 1 55.05 -110.317 -174.645 - 48 598.648 1296 1 1 79.2836 -104.866 -174.45 - 48 340.608 1296 0 1 79.2776 -104.839 -204.45 - 48 198.436 1640 9 1 148.15 -48.9545 65.2039 - 48 76.391 1639 9 1 148.15 -48.7914 65.2733 - 48 7.44357 375 1 0 79.3477 -104.95 -176.222 - 48 110.955 1301 0 1 80.3519 -106.439 -204.45 - 48 163.381 368 0 0 80.3796 -106.478 -205.85 - 48 61.7222 385 1 0 76.9968 -102.981 -175.85 - 48 162.074 386 1 0 76.9457 -102.95 -175.934 - 48 119.229 1301 4 1 80.4232 -104.487 -84.45 - 48 108.199 377 4 0 80.4037 -104.556 -85.85 - 48 71.4594 1299 3 1 79.8586 -106.979 -114.45 - 48 68.071 1298 3 1 79.85 -107.002 -114.655 - 48 149.476 365 3 0 79.8179 -107.101 -115.85 - 48 112.15 1295 2 1 79.2428 -110.478 -144.45 - 48 60.7789 1294 2 1 79.05 -110.527 -144.796 - 48 140.885 347 2 0 78.5052 -110.641 -145.85 - 48 66.739 1208 1 1 61.7573 -114.736 -174.45 - 48 53.7489 1207 1 1 61.65 -114.807 -174.674 - 48 118.134 324 1 0 61.0472 -115.193 -175.85 - 48 95.3348 1141 0 1 48.3763 -122.552 -204.45 - 48 89.8622 1140 0 1 48.25 -122.558 -204.644 - 48 170.136 288 0 0 47.3131 -122.537 -205.85 - 48 38.2071 287 0 0 46.9972 -122.55 -206.24 - 48 225.635 212 0 0 44.6623 -137.633 -206.25 - 48 107.745 374 5 0 79.2499 -105.191 -55.8505 - 48 110.065 1291 4 1 78.4043 -108.196 -84.4502 - 48 120.889 358 4 0 78.3478 -108.412 -85.85 - 48 156.092 1283 3 1 76.7443 -112.779 -114.45 - 48 230.697 335 3 0 76.9095 -112.956 -115.85 - 48 133.839 1298 2 1 79.7397 -115.92 -144.45 - 48 161.886 321 2 0 79.8725 -115.897 -145.85 - 48 191.994 1309 1 1 82.0186 -116.393 -174.45 - 48 27.8799 318 1 0 81.9901 -116.543 -175.85 - 48 87.7096 317 1 0 81.9893 -116.55 -175.939 - 48 123.194 1309 0 1 81.9691 -118.96 -204.451 - 48 111.993 307 0 0 81.9842 -118.725 -205.85 - 48 58.5063 322 2 0 79.9801 -115.75 -146.152 - 48 99.2458 539 2 0 67.6402 -72.141 -146.25 - 48 163.756 540 2 0 67.6142 -72.05 -146.148 - 48 177.448 541 2 0 67.4075 -71.85 -146.022 - 48 297.743 374 1 0 79.3792 -105.162 -175.85 - 48 301.824 375 0 0 79.3407 -105.058 -205.85 - 48 80.6308 1297 1 1 79.45 -105.28 -174.834 - 48 260.217 1298 1 1 79.65 -105.432 -174.692 - 48 182.12 1299 1 1 79.85 -105.624 -174.657 -Number of digits in this event = 53 -Using G4ParticleGun ... -8.7933 LIN +Number of tracker hits in this event = 54 + 48 100.42 876 8 1 -4.83638 -139.958 35.55 + 48 115.179 200 8 0 -4.83318 -139.957 34.15 + 48 105.763 876 7 1 -4.78005 -139.935 5.55 + 48 155.472 201 7 0 -4.77402 -139.934 4.15 + 48 124.406 876 6 1 -4.65544 -139.919 -24.45 + 48 160.02 201 6 0 -4.64543 -139.914 -25.85 + 48 128.215 878 5 1 -4.42933 -139.796 -54.45 + 48 110.954 201 5 0 -4.41584 -139.793 -55.85 + 48 184.393 879 4 1 -4.10607 -139.719 -84.45 + 48 124.185 202 4 0 -4.08726 -139.719 -85.85 + 48 123.57 881 3 1 -3.70464 -139.735 -114.45 + 48 106.042 202 3 0 -3.68331 -139.741 -115.85 + 48 102.69 884 2 1 -3.23351 -139.873 -144.45 + 48 178.831 201 2 0 -3.22062 -139.879 -145.85 + 48 136.586 885 1 1 -2.93117 -139.999 -174.45 + 48 126.281 200 1 0 -2.9129 -140.003 -175.85 + 48 121.706 887 0 1 -2.5545 -140.029 -204.45 + 48 154.644 200 0 0 -2.53592 -140.033 -205.85 + 48 22.7018 263 8 0 -8.62412 -127.55 34.0873 + 48 35.568 203 2 0 -0.94075 -139.513 -145.85 + 48 150.834 202 2 0 -0.889579 -139.55 -145.877 + 48 181.585 200 7 0 -4.75877 -139.95 3.75135 + 48 136.943 878 4 1 -4.36331 -139.924 -84.4501 + 48 65.3043 880 4 1 -4.05 -140.018 -84.6348 + 48 62.3506 881 4 1 -3.85 -140.072 -84.7246 + 48 30.0324 882 4 1 -3.65 -140.153 -84.8082 + 48 99.025 194 4 0 -0.81236 -141.218 -85.85 + 48 195.713 193 4 0 -0.469466 -141.35 -85.9866 + 48 7.25846 192 4 0 -0.0691462 -141.55 -86.2388 + 48 225.614 1107 3 1 41.5459 -163.261 -114.45 + 48 270.265 1108 3 1 41.65 -163.466 -114.585 + 48 321.139 76 3 0 41.653 -164.914 -115.85 + 48 32.2796 75 3 0 41.6321 -164.95 -115.906 + 48 144.523 877 4 1 -4.52941 -139.928 -84.45 + 48 105.044 200 4 0 -4.52458 -139.967 -85.85 + 48 158.431 876 3 1 -4.6574 -140.715 -114.45 + 48 165.693 196 3 0 -4.68362 -140.817 -115.85 + 48 115.66 873 2 1 -5.36434 -142.759 -144.45 + 48 100.943 186 2 0 -5.33182 -142.887 -145.85 + 48 12.1628 876 1 1 -4.8462 -145.427 -174.45 + 48 124.025 875 1 1 -4.85 -145.439 -174.512 + 48 200.627 172 1 0 -4.92746 -145.699 -175.85 + 48 38.565 171 1 0 -4.94258 -145.75 -176.11 + 48 117.583 865 0 1 -6.90605 -151.15 -204.45 + 48 116.585 143 0 0 -6.91184 -151.385 -205.85 + 48 94.1684 173 1 0 -4.75537 -145.55 -176.059 + 48 62.8837 174 1 0 -4.6603 -145.35 -176.111 + 48 6.48566 519 1 0 21.3311 -76.0652 -176.25 + 48 65.5235 520 1 0 21.3417 -76.05 -176.242 + 48 20.6988 869 0 1 -6.23399 -148.736 -204.45 + 48 123.49 868 0 1 -6.25 -148.714 -204.517 + 48 126.521 157 0 0 -6.33634 -148.653 -205.85 + 48 40.6725 172 0 0 -18.5588 -145.637 -205.85 + 48 266.536 173 0 0 -18.6282 -145.55 -206.013 +Number of digits in this event = 29 +Using G4ParticleGun ... +7.28051 LIN e- Event: 49 -Number of tracker hits in this event = 125 - 49 138.016 605 10 1 -58.9964 90.4696 95.55 - 49 124.012 1351 10 0 -58.9969 90.4699 94.15 - 49 132.029 605 9 1 -59.0049 90.4793 65.55 - 49 110.011 1351 9 0 -59.0066 90.48 64.15 - 49 146.687 605 8 1 -59.044 90.4992 35.55 - 49 416.158 1351 8 0 -59.0463 90.5006 34.15 - 49 157.486 604 7 1 -59.0902 90.5285 5.55 - 49 391.306 1351 7 0 -59.093 90.531 4.15 - 49 433.113 604 6 1 -59.1526 90.5842 -24.45 - 49 299.407 1352 6 0 -59.1554 90.586 -25.85 - 49 133.949 604 5 1 -59.2166 90.6227 -54.45 - 49 163.756 1352 5 0 -59.2202 90.6252 -55.85 - 49 231.722 603 4 1 -59.2955 90.6781 -84.45 - 49 120.381 1352 4 0 -59.3021 90.6807 -85.85 - 49 375.315 603 3 1 -59.4386 90.7356 -114.45 - 49 233.73 1352 3 0 -59.4451 90.7378 -115.85 - 49 135.507 602 2 1 -59.5791 90.7901 -144.45 - 49 135.018 1353 2 0 -59.5847 90.7916 -145.85 - 49 187.262 601 1 1 -59.71 90.8265 -174.45 - 49 222.072 1353 1 0 -59.7133 90.8275 -175.85 - 49 98.6849 601 0 1 -59.7534 90.8691 -204.45 - 49 123.67 1353 0 0 -59.7525 90.8752 -205.85 - 49 42.3352 1479 5 1 115.95 -45.0395 -54.8096 - 49 9.49972 1478 5 1 115.95 -45.0403 -54.8062 - 49 95.5646 459 2 1 -88.05 -127.497 -144.715 - 49 213.673 460 2 1 -88.05 -127.69 -144.515 - 49 3.08751 1250 2 0 -52.2163 70.1684 -146.25 - 49 195.107 787 0 1 -22.65 128.257 -204.814 - 49 9.53662 603 6 1 -59.25 90.7734 -24.5165 - 49 217.768 604 2 1 -59.0748 91.3116 -144.45 - 49 130.084 1356 2 0 -59.0634 91.3676 -145.85 - 49 119.619 606 1 1 -58.6911 92.4713 -174.45 - 49 18.2389 1361 1 0 -58.8467 92.5468 -175.85 - 49 127.204 1362 1 0 -58.8531 92.55 -175.906 - 49 104.155 590 0 1 -61.9986 94.3879 -204.45 - 49 15.4255 589 0 1 -62.05 94.4196 -204.785 - 49 68.6985 1371 0 0 -62.2078 94.5258 -205.85 - 49 67.2785 1372 0 0 -62.2421 94.55 -206.094 - 49 10.0542 1779 1 1 175.95 -71.676 -174.479 - 49 73.1558 1780 1 1 176.276 -71.9686 -174.45 - 49 271.07 1781 1 1 176.35 -71.9155 -174.661 - 49 215.85 535 1 0 176.778 -72.8982 -175.85 - 49 103.232 536 1 0 176.874 -72.85 -175.951 - 49 59.7169 541 1 0 177.215 -71.7059 -175.85 - 49 343.65 1350 3 0 -59.6006 90.3387 -115.85 - 49 66.7676 1351 3 0 -59.6695 90.35 -116.056 - 49 305.485 1351 6 0 -58.9875 90.55 -26.2023 - 49 59.483 1311 5 0 -46.3441 82.2764 -55.85 - 49 155.45 604 8 1 -59.05 90.5428 35.1932 - 49 182.395 603 2 1 -59.4312 90.7099 -144.45 - 49 97.6743 1351 2 0 -59.1536 90.5057 -145.851 - 49 8.31359 623 1 1 -55.4487 86.0799 -174.45 - 49 95.5124 622 1 1 -55.45 86.08 -174.467 - 49 311.842 1330 1 0 -55.4824 86.1457 -175.85 - 49 132.668 616 0 1 -56.7874 87.7115 -204.45 - 49 110.621 1339 0 0 -56.8652 87.8751 -205.85 - 49 48.7141 605 2 1 -59.05 90.542 -144.754 - 49 195.018 1350 2 0 -58.2462 90.2266 -145.85 - 49 47.8974 719 1 1 -36.1326 76.6484 -174.45 - 49 297.493 720 1 1 -36.05 76.6216 -174.532 - 49 171.647 721 1 1 -35.85 76.5577 -174.724 - 49 258.721 1279 1 0 -34.3766 76.0488 -175.85 - 49 28.7164 1278 1 0 -33.8843 75.8498 -176.195 - 49 222.411 1331 1 0 44.8575 86.25 -176.035 - 49 41.3955 1131 1 1 46.3287 86.9775 -174.85 - 49 65.2994 1132 1 1 46.4503 87.0298 -174.762 - 49 73.6549 1133 1 1 46.65 87.1084 -174.616 - 49 30.9571 1134 1 1 46.85 87.1885 -174.452 - 49 68.5236 1135 1 1 47.0511 87.3001 -174.5 - 49 64.5406 1136 1 1 47.25 87.3831 -174.603 - 49 110.036 1137 1 1 47.45 87.491 -174.7 - 49 5.25155 1138 1 1 47.65 87.5874 -174.835 - 49 67.2154 1340 1 0 48.8213 88.1608 -175.85 - 49 117.084 1341 1 0 48.9801 88.25 -176.004 - 49 61.7191 1237 0 1 67.5502 95.8812 -204.451 - 49 44.1897 1236 0 1 67.45 95.9008 -204.672 - 49 16.9275 1375 0 0 67.1008 95.1841 -205.85 - 49 115.954 1374 0 0 67.0861 95.15 -205.897 - 49 40.2654 1373 0 0 66.9872 94.9498 -206.156 - 49 94.8114 1344 0 0 61.4409 88.9185 -206.25 - 49 164.738 1206 0 1 61.2967 88.227 -204.85 - 49 112.35 1332 1 0 44.9978 86.45 -175.859 - 49 60.6192 1292 1 0 -36.0474 78.4812 -175.85 - 49 52.239 1293 1 0 -36.0397 78.65 -175.944 - 49 52.7897 1294 1 0 -36.0635 78.85 -176.009 - 49 93.2578 1295 1 0 -36.0293 79.05 -176.053 - 49 62.5013 1296 1 0 -35.9777 79.25 -176.114 - 49 362.186 1342 1 0 -44.136 88.6176 -176.25 - 49 0.581057 685 1 1 -42.8524 89.0444 -174.85 - 49 322.298 686 1 1 -42.85 89.0453 -174.848 - 49 46.8123 687 1 1 -42.65 88.9319 -174.711 - 49 217.422 605 7 1 -58.9691 90.378 5.55 - 49 139.689 606 6 1 -58.806 90.4258 -24.45 - 49 169.591 609 5 1 -58.1582 90.3136 -54.45 - 49 181.647 1350 5 0 -58.0982 90.3023 -55.85 - 49 138.061 623 3 1 -55.3053 89.8528 -114.45 - 49 123.053 1348 3 0 -55.229 89.8394 -115.85 - 49 119.354 631 2 1 -53.8153 89.2787 -144.45 - 49 128.734 1345 2 0 -53.7398 89.2474 -145.85 - 49 132.432 638 1 1 -52.3871 88.7378 -174.45 - 49 116.15 1343 1 0 -52.3112 88.6736 -175.85 - 49 49.8466 646 0 1 -50.6598 87.4268 -204.45 - 49 64.9502 647 0 1 -50.65 87.4176 -204.625 - 49 110.052 1336 0 0 -50.5811 87.3446 -205.85 - 49 154.168 339 0 1 -112.198 -22.7743 -204.85 - 49 150.896 743 0 0 -126.169 -31.25 -206.098 - 49 184.256 1351 5 0 -58.1121 90.35 -56.1642 - 49 65.2229 1347 5 0 -55.4526 89.4867 -55.85 - 49 7.0336 640 5 1 -51.872 90.4439 -54.8499 - 49 90.2973 641 5 1 -51.85 90.4514 -54.8449 - 49 155.814 642 5 1 -51.6499 90.5344 -54.7874 - 49 221.501 643 5 1 -51.45 90.761 -54.7595 - 49 156.271 605 6 1 -58.9257 90.4459 -24.45 - 49 310.591 605 5 1 -58.9813 90.4283 -54.45 - 49 140.012 1350 4 0 -59.2788 90.3408 -85.85 - 49 122.372 602 3 1 -59.5958 90.2893 -114.45 - 49 126.229 600 2 1 -59.9228 90.2221 -144.45 - 49 233.821 598 1 1 -60.2969 90.2149 -174.45 - 49 142.812 1350 1 0 -60.3144 90.2146 -175.85 - 49 155.179 596 0 1 -60.6666 90.2509 -204.45 - 49 251.799 1350 0 0 -60.6777 90.247 -205.85 - 49 21.3563 595 1 1 -60.9576 91.0838 -174.45 - 49 150.955 596 1 1 -60.8486 94.7167 -174.85 - 49 87.4743 597 0 1 -60.5741 89.9915 -204.45 - 49 208.986 1351 0 0 -61.0897 90.35 -205.856 -Number of digits in this event = 68 +Number of tracker hits in this event = 132 + 49 134.797 571 11 1 -65.8251 -17.2139 125.55 + 49 125.707 814 11 0 -65.8243 -17.2134 124.15 + 49 138.172 571 10 1 -65.8037 -17.2028 95.55 + 49 249.627 814 10 0 -65.8038 -17.2039 94.15 + 49 124.974 571 9 1 -65.797 -17.2267 65.55 + 49 102.868 814 9 0 -65.7942 -17.2275 64.15 + 49 119.488 571 8 1 -65.7444 -17.2382 35.55 + 49 142.102 814 8 0 -65.7436 -17.2394 34.15 + 49 565.141 571 7 1 -65.728 -17.259 5.55 + 49 111.428 813 7 0 -65.7287 -17.2612 4.15 + 49 133.197 571 6 1 -65.745 -17.307 -24.45 + 49 115.664 813 6 0 -65.7479 -17.3147 -25.85 + 49 205.599 571 5 1 -65.8082 -17.4702 -54.45 + 49 114.392 812 5 0 -65.8111 -17.4703 -55.85 + 49 96.1594 570 4 1 -65.8875 -17.4546 -84.45 + 49 96.6726 812 4 0 -65.8951 -17.4586 -85.85 + 49 100.754 569 3 1 -66.0678 -17.5545 -114.45 + 49 112.187 812 3 0 -66.0758 -17.5567 -115.85 + 49 112.46 568 2 1 -66.2575 -17.6373 -144.45 + 49 133.927 812 2 0 -66.2706 -17.6364 -145.85 + 49 97.7376 567 1 1 -66.5322 -17.63 -174.45 + 49 151.215 812 1 0 -66.5479 -17.6234 -175.85 + 49 99.5307 565 0 1 -66.8796 -17.4925 -204.45 + 49 123.217 812 0 0 -66.896 -17.487 -205.85 + 49 15.9298 977 0 0 -115.546 15.45 -205.998 + 49 43.5993 312 0 1 -117.55 27.5432 -204.658 + 49 12.4404 897 1 0 -113.043 -0.629432 -176.25 + 49 6.51093 94 11 1 -161.278 86.5281 125.15 + 49 49.2527 1060 5 0 -14.7315 32.1126 -56.25 + 49 96.2546 1059 5 0 -14.7656 32.0497 -56.1379 + 49 230.145 823 5 1 -15.2894 31.019 -54.8497 + 49 104.855 822 5 1 -15.45 30.3933 -54.6305 + 49 7.6426 821 5 1 -15.6502 30.354 -54.8283 + 49 163.247 1049 5 0 -16.1058 30.035 -55.85 + 49 0.893222 1191 2 0 -63.6598 58.4455 -146.25 + 49 70.2516 1192 2 0 -63.6597 58.45 -146.248 + 49 59.7303 1193 2 0 -63.6194 58.65 -146.184 + 49 130.179 570 10 1 -65.982 -16.3161 95.15 + 49 317.08 571 2 1 -65.6583 -17.0635 -144.45 + 49 223.757 814 2 0 -65.6594 -17.0618 -145.85 + 49 103.405 571 1 1 -65.6752 -17.0289 -174.45 + 49 155.557 815 1 0 -65.6772 -17.0285 -175.85 + 49 122.587 571 0 1 -65.7061 -17.0255 -204.45 + 49 133.514 815 0 0 -65.7072 -17.0257 -205.85 + 49 489.472 635 2 1 -53.0413 -94.7611 -144.85 + 49 200.91 636 2 1 -52.8497 -94.4851 -144.526 + 49 168.24 642 0 0 -59.1745 -51.5203 -206.25 + 49 44.9607 641 0 0 -59.1376 -51.65 -206.149 + 49 79.3795 575 0 1 -65.0018 -16.6924 -204.45 + 49 94.4658 576 0 1 -64.85 -16.569 -204.606 + 49 74.2612 822 0 0 -63.9798 -15.5827 -205.85 + 49 135.418 823 0 0 -63.8407 -15.45 -206.068 + 49 39.9994 989 0 0 -53.6718 17.9456 -206.25 + 49 77.4108 990 0 0 -53.7111 18.0503 -206.177 + 49 181.229 991 0 0 -53.7761 18.25 -206.021 + 49 49.9513 992 0 0 -53.7001 18.45 -205.891 + 49 439.427 640 0 1 -52.0419 19.3089 -204.85 + 49 17.4856 641 0 1 -51.85 19.3148 -204.764 + 49 125.415 573 1 1 -65.3937 -17.1017 -174.45 + 49 214.187 814 1 0 -65.3878 -17.1156 -175.85 + 49 111.727 573 0 1 -65.264 -17.382 -204.45 + 49 218.084 813 0 0 -65.2579 -17.3957 -205.85 + 49 232.696 814 7 0 -65.7087 -17.2156 4.15 + 49 123.405 573 6 1 -65.4175 -17.8959 -24.45 + 49 112.515 810 6 0 -65.4294 -17.95 -25.85 + 49 13.5659 805 5 0 -65.7349 -19.0463 -55.85 + 49 274.422 804 5 0 -65.7366 -19.05 -55.9063 + 49 203.476 565 4 1 -66.9084 -20.913 -84.45 + 49 127.689 795 4 0 -66.9314 -21.0044 -85.85 + 49 392.289 563 3 1 -67.3477 -22.4246 -114.45 + 49 111.175 788 3 0 -67.3505 -22.4395 -115.85 + 49 135.093 562 2 1 -67.5311 -23.0206 -144.45 + 49 134.393 784 2 0 -67.4674 -23.0672 -145.85 + 49 301.673 569 1 1 -66.13 -23.8114 -174.45 + 49 111.246 780 1 0 -66.0391 -23.8928 -175.85 + 49 10.6362 578 0 1 -64.2545 -25.1977 -204.45 + 49 91.3481 579 0 1 -64.25 -25.1997 -204.5 + 49 191.055 773 0 0 -64.1269 -25.254 -205.85 + 49 91.0095 753 0 1 -29.3283 26.02 -204.45 + 49 202.977 754 0 1 -29.2499 26.1581 -204.47 + 49 134.472 568 1 1 -66.25 -23.5351 -174.596 + 49 43.7042 788 1 0 -66.451 -22.3858 -175.85 + 49 58.3901 789 1 0 -66.4406 -22.25 -175.957 + 49 39.8061 790 1 0 -66.4071 -22.05 -176.053 + 49 62.7362 791 1 0 -66.3573 -21.85 -176.085 + 49 75.4446 792 1 0 -66.2679 -21.65 -176.13 + 49 156.058 793 1 0 -66.191 -21.4496 -176.157 + 49 55.3012 794 1 0 -66.1118 -21.25 -176.085 + 49 58.4784 795 1 0 -66.1049 -21.05 -176.05 + 49 58.7076 796 1 0 -66.1474 -20.8499 -176.04 + 49 67.857 797 1 0 -66.2582 -20.6499 -176.039 + 49 86.2159 798 1 0 -66.421 -20.45 -176.051 + 49 68.2213 799 1 0 -66.4999 -20.25 -176.049 + 49 69.1235 800 1 0 -66.3966 -20.0499 -176.055 + 49 115.361 801 1 0 -66.2148 -19.85 -176.107 + 49 8.3249 641 3 0 -89.4456 -51.7015 -116.25 + 49 55.0257 556 0 1 -68.7614 -26.6458 -204.451 + 49 213.561 555 0 1 -68.85 -26.7981 -204.539 + 49 85.1894 554 0 1 -69.0503 -27.152 -204.731 + 49 58.5956 752 0 0 -70.0688 -29.4782 -205.85 + 49 61.6402 751 0 0 -70.1319 -29.65 -205.919 + 49 78.457 750 0 0 -70.2071 -29.85 -205.998 + 49 56.7672 749 0 0 -70.2584 -30.05 -206.072 + 49 97.5634 748 0 0 -70.3007 -30.25 -206.146 + 49 25.1359 747 0 0 -70.3425 -30.4501 -206.218 + 49 99.3689 592 6 1 -61.5573 -16.3903 -24.45 + 49 142.895 817 6 0 -61.2925 -16.5265 -25.85 + 49 79.7852 619 5 1 -56.0737 -19.1708 -54.45 + 49 95.3618 620 5 1 -56.05 -19.1839 -54.6702 + 49 64.2866 637 4 1 -52.4641 -20.0932 -84.45 + 49 49.9267 638 4 1 -52.45 -20.1127 -84.6713 + 49 81.0068 799 4 0 -52.3769 -20.2237 -85.8501 + 49 62.4026 798 4 0 -52.3613 -20.25 -86.0745 + 49 280.537 650 3 1 -49.9401 -24.1049 -114.451 + 49 140.888 779 3 0 -50.1362 -24.1341 -115.85 + 49 190.08 630 2 1 -53.8704 -24.4268 -144.45 + 49 190.972 778 2 0 -54.1556 -24.3758 -145.85 + 49 137.435 599 1 1 -60.0585 -21.35 -174.45 + 49 218.809 590 0 1 -61.9676 -24.0456 -204.45 + 49 120.669 779 0 0 -61.9339 -24.1629 -205.85 + 49 185.57 649 3 1 -50.0502 -23.8577 -114.497 + 49 51.2455 648 3 1 -50.25 -23.5993 -114.483 + 49 117.745 651 3 1 -49.8308 -22.8792 -114.45 + 49 170.454 782 3 0 -52.5458 -23.53 -115.85 + 49 185.797 635 3 1 -52.867 -22.9957 -114.85 + 49 273.832 636 3 1 -52.85 -22.6908 -114.548 + 49 99.4343 792 3 0 -53.394 -21.6023 -115.85 + 49 157.329 791 3 0 -53.3853 -21.65 -116.053 + 49 95.3008 790 3 0 -53.4317 -21.85 -116.15 + 49 53.4929 803 5 0 -55.9233 -19.25 -55.892 + 49 32.5555 629 5 1 -54.1919 -18.4933 -54.85 + 49 146.394 808 5 0 -53.7087 -18.3517 -55.85 +Number of digits in this event = 60 Using G4ParticleGun ... -3.88656 LIN +4.8965 LIN e- Event: 50 -Number of tracker hits in this event = 78 - 50 124.878 532 9 1 -73.4968 -104.922 65.55 - 50 107.097 376 9 0 -73.4982 -104.922 64.15 - 50 101.316 532 8 1 -73.5242 -104.915 35.55 - 50 169.879 376 8 0 -73.5265 -104.915 34.15 - 50 116.469 532 7 1 -73.5731 -104.93 5.55 - 50 124.94 376 7 0 -73.5737 -104.934 4.15 - 50 108.028 532 6 1 -73.5839 -105.034 -24.45 - 50 107.061 375 6 0 -73.5844 -105.037 -25.85 - 50 94.1958 532 5 1 -73.5939 -105.081 -54.45 - 50 527.831 375 5 0 -73.5917 -105.083 -55.85 - 50 108.405 532 4 1 -73.5453 -105.122 -84.45 - 50 168.42 375 4 0 -73.5429 -105.123 -85.85 - 50 308.45 532 3 1 -73.4896 -105.132 -114.45 - 50 103.629 375 3 0 -73.4845 -105.129 -115.85 - 50 118.914 533 2 1 -73.3798 -105.076 -144.45 - 50 155.51 375 2 0 -73.3758 -105.071 -145.85 - 50 146.268 533 1 1 -73.3 -104.981 -174.45 - 50 114.357 375 1 0 -73.2962 -104.977 -175.85 - 50 352.723 534 0 1 -73.2246 -104.894 -204.45 - 50 193.119 376 0 0 -73.2226 -104.889 -205.85 - 50 244.994 375 0 0 -73.1614 -104.989 -205.85 - 50 64.0656 378 0 1 -104.35 -68.8018 -204.772 - 50 326.995 556 2 1 -68.7143 -141.276 -144.45 - 50 278.3 531 3 1 -73.7785 -105.078 -114.45 - 50 217.1 530 3 1 -73.85 -105.042 -114.5 - 50 76.7806 529 3 1 -74.0502 -104.929 -114.532 - 50 122.439 528 3 1 -74.25 -104.904 -114.558 - 50 60.5646 527 3 1 -74.4501 -104.926 -114.707 - 50 16.3312 382 3 0 -75.2592 -103.586 -115.85 - 50 136.14 383 3 0 -75.2959 -103.55 -115.887 - 50 116.381 374 3 0 -73.2338 -105.215 -115.85 - 50 116.145 568 2 1 -66.3455 -102.484 -144.45 - 50 47.0908 388 2 0 -66.4425 -102.362 -145.85 - 50 89.263 389 2 0 -66.4512 -102.35 -145.986 - 50 129.968 559 1 1 -68.2061 -99.2402 -174.45 - 50 102.707 402 1 0 -68.2127 -99.5618 -175.85 - 50 149.816 554 0 1 -69.0635 -106.791 -204.45 - 50 169.65 363 0 0 -69.4677 -107.486 -205.85 - 50 74.361 362 0 0 -69.5012 -107.55 -205.977 - 50 112.709 342 0 0 -78.0493 -111.682 -206.25 - 50 255.033 512 0 1 -77.632 -111.707 -204.85 - 50 118.379 363 1 0 -78.3228 -107.515 -176.25 - 50 526.581 512 1 1 -77.6024 -107.311 -174.85 - 50 134.893 513 1 1 -77.2585 -107.38 -174.45 - 50 298.238 531 5 1 -73.6647 -104.949 -54.45 - 50 151.032 536 4 1 -72.7738 -106.091 -84.45 - 50 109.11 369 4 0 -72.7066 -106.151 -85.85 - 50 190.741 545 3 1 -70.9548 -107.204 -114.45 - 50 164.341 364 3 0 -70.7132 -107.258 -115.851 - 50 131.398 573 2 1 -65.4201 -108.547 -144.45 - 50 134.675 357 2 0 -65.2619 -108.591 -145.85 - 50 112.397 589 1 1 -62.0672 -109.533 -174.45 - 50 142.116 590 1 1 -62.05 -109.546 -174.723 - 50 126.703 352 1 0 -61.9878 -109.598 -175.85 - 50 24.8203 598 0 1 -60.2564 -110.637 -204.45 - 50 88.6123 599 0 1 -60.25 -110.644 -204.546 - 50 70.3342 347 0 0 -60.1717 -110.734 -205.85 - 50 41.5801 346 0 0 -60.1578 -110.75 -206.087 - 50 86.9026 591 1 1 -61.8496 -109.489 -174.677 - 50 13.8511 358 1 0 -61.101 -108.38 -175.85 - 50 196.609 359 1 0 -61.0818 -108.35 -175.878 - 50 9.70814 360 1 0 -60.551 -108.15 -176.22 - 50 5.74085 555 2 1 -68.884 -108.43 -144.45 - 50 151.069 557 2 1 -68.65 -108.359 -144.772 - 50 69.7569 360 2 0 -68.2735 -107.969 -145.85 - 50 13.421 376 5 0 -73.6645 -104.95 -55.85 - 50 140.345 531 4 1 -73.7023 -105.178 -84.45 - 50 169.02 374 4 0 -73.7108 -105.197 -85.85 - 50 126.847 372 3 0 -73.8576 -105.594 -115.85 - 50 252.005 530 2 1 -73.9743 -106.272 -144.45 - 50 144.122 369 2 0 -73.9715 -106.301 -145.85 - 50 109.588 531 1 1 -73.7807 -106.805 -174.45 - 50 116.905 366 1 0 -73.7717 -106.837 -175.85 - 50 104.224 532 0 1 -73.5637 -107.491 -204.45 - 50 143.67 471 9 1 -85.7625 -128.809 65.15 - 50 93.2594 586 6 1 -62.8086 50.4437 -24.85 - 50 0.243408 253 3 0 -33.6748 -129.35 -116.191 - 50 314.138 348 3 0 -86.9813 -110.481 -116.25 -Number of digits in this event = 42 +Number of tracker hits in this event = 37 + 50 203.891 983 11 1 16.6834 -1.07468 125.55 + 50 154.625 894 11 0 16.683 -1.07522 124.15 + 50 157.069 983 10 1 16.6769 -1.09075 95.55 + 50 128.226 894 10 0 16.6772 -1.09231 94.15 + 50 130.577 983 9 1 16.6832 -1.12417 65.55 + 50 178.695 894 9 0 16.683 -1.12411 64.15 + 50 138.253 983 8 1 16.681 -1.1238 35.55 + 50 211.575 894 8 0 16.6815 -1.12412 34.15 + 50 231.884 983 7 1 16.7 -1.12886 5.55 + 50 163.241 894 7 0 16.7017 -1.1289 4.15 + 50 108.838 983 6 1 16.728 -1.13307 -24.45 + 50 137.252 894 6 0 16.7298 -1.13391 -25.85 + 50 111.776 983 5 1 16.7704 -1.15274 -54.45 + 50 101.688 894 5 0 16.7697 -1.15347 -55.85 + 50 117.526 983 4 1 16.7485 -1.1657 -84.45 + 50 109.178 894 4 0 16.7488 -1.16772 -85.85 + 50 111.554 983 3 1 16.7553 -1.21327 -114.45 + 50 129.704 894 3 0 16.7519 -1.21721 -115.85 + 50 115.892 983 2 1 16.6822 -1.29494 -144.45 + 50 94.3758 893 2 0 16.6792 -1.29888 -145.85 + 50 125.89 982 1 1 16.6116 -1.36578 -174.45 + 50 177.487 893 1 0 16.6082 -1.3662 -175.85 + 50 138.585 982 0 1 16.5314 -1.37513 -204.45 + 50 182.707 893 0 0 16.5265 -1.37698 -205.85 + 50 18.7216 538 0 0 21.5696 -72.45 -205.939 + 50 73.5586 1008 0 1 21.8436 -72.3935 -204.85 + 50 111.87 1009 0 1 21.85 -72.4544 -204.839 + 50 101.694 1565 3 0 -1.92162 133.15 -116.144 + 50 146.618 891 3 1 -1.74609 133.611 -114.85 + 50 122.523 892 3 1 -1.64998 133.848 -114.488 + 50 153.518 984 0 1 16.9619 -1.25585 -204.45 + 50 136.92 891 0 0 16.8661 -1.66024 -205.85 + 50 113.838 982 7 1 16.6498 -1.05793 5.44718 + 50 19.851 331 2 0 -111.847 -113.75 -145.929 + 50 195.247 337 2 1 -112.582 -114.56 -144.85 + 50 167.312 948 9 0 -27.0253 9.77087 63.7501 + 50 283.351 982 9 1 16.6498 -1.13396 65.3441 +Number of digits in this event = 24 Using G4ParticleGun ... -2.1679 LIN +7.11108 LIN e- Event: 51 -Number of tracker hits in this event = 65 - 51 115.115 801 11 1 -19.8303 -24.7853 125.55 - 51 121.589 776 11 0 -19.8306 -24.7904 124.15 - 51 218.495 801 10 1 -19.8247 -24.9234 95.55 - 51 154.241 775 10 0 -19.8204 -24.9267 94.15 - 51 168.161 801 9 1 -19.739 -24.9901 65.55 - 51 121.739 775 9 0 -19.7363 -24.9861 64.15 - 51 184.806 801 8 1 -19.6669 -24.8912 35.55 - 51 106.082 775 8 0 -19.6654 -24.8881 34.15 - 51 117.544 802 7 1 -19.6426 -24.8344 5.55 - 51 188.446 776 7 0 -19.6406 -24.8288 4.15 - 51 125.631 802 6 1 -19.6415 -24.7238 -24.45 - 51 264.288 776 6 0 -19.6508 -24.7097 -25.85 - 51 153.275 800 5 1 -19.8526 -24.385 -54.45 - 51 168.772 778 5 0 -19.8653 -24.3705 -55.85 - 51 136.508 799 4 1 -20.1444 -24.1062 -84.45 - 51 106.846 779 4 0 -20.1586 -24.0892 -85.85 - 51 96.2508 798 3 1 -20.4305 -23.7654 -114.45 - 51 108.622 781 3 0 -20.441 -23.7507 -115.85 - 51 120.956 796 2 1 -20.6577 -23.4159 -144.45 - 51 101.084 783 2 0 -20.6669 -23.4072 -145.85 - 51 123.191 796 1 1 -20.8388 -23.2163 -174.45 - 51 149.184 784 1 0 -20.8505 -23.2103 -175.85 - 51 160.225 794 0 1 -21.0564 -23.1068 -204.45 - 51 200.037 784 0 0 -21.0619 -23.104 -205.85 - 51 170.134 955 0 1 11.0753 -20.6358 -204.85 - 51 296.963 800 2 1 -19.8686 -24.4098 -144.451 - 51 257.934 777 2 0 -19.9021 -24.5135 -145.85 - 51 167.598 804 1 1 -19.1317 -26.484 -174.45 - 51 110.646 803 1 1 -19.25 -26.8672 -174.82 - 51 64.3933 759 1 0 -19.7421 -28.0971 -175.85 - 51 290.687 758 1 0 -19.8031 -28.25 -175.975 - 51 41.7927 757 1 0 -19.8591 -28.4503 -176.142 - 51 36.5295 612 1 0 -17.0811 -57.4916 -176.25 - 51 85.8441 613 1 0 -17.0307 -57.45 -176.123 - 51 61.8354 817 1 1 -16.5238 -57.1854 -174.85 - 51 62.0312 818 1 1 -16.45 -57.1505 -174.682 - 51 71.7883 540 2 0 5.22206 -71.9708 -146.25 - 51 48.9873 539 2 0 5.3863 -72.05 -146.015 - 51 80.86 929 2 1 6.04309 -72.5221 -144.849 - 51 196.105 930 2 1 6.05 -72.5274 -144.837 - 51 50.6014 928 2 1 5.85 -73.0358 -144.776 - 51 59.0737 927 2 1 5.65 -73.0389 -144.813 - 51 419.019 534 2 0 0.781566 -73.1677 -145.85 - 51 139.282 535 2 0 -0.571217 -73.05 -145.938 - 51 50.0982 536 2 0 -1.05526 -72.85 -146.216 - 51 141.469 780 1 1 -23.983 -26.8995 -174.45 - 51 186.86 766 1 0 -24.2019 -26.6786 -175.85 - 51 56.5192 767 1 0 -24.239 -26.6499 -176.055 - 51 10.4533 751 0 1 -29.8425 -22.8385 -204.45 - 51 111.738 750 0 1 -29.85 -22.8521 -204.502 - 51 97.184 783 0 0 -30.1078 -23.25 -205.941 - 51 207.846 802 3 1 -19.5557 -24.894 -114.45 - 51 290.957 775 3 0 -19.5493 -24.8922 -115.85 - 51 111.948 803 2 1 -19.4178 -24.8919 -144.45 - 51 147.402 775 2 0 -19.4181 -24.8951 -145.85 - 51 118.734 775 1 0 -19.4528 -24.9899 -175.85 - 51 112.097 802 0 1 -19.513 -25.4434 -204.45 - 51 149.865 772 0 0 -19.5311 -25.4696 -205.85 - 51 107.559 797 2 1 -20.4838 -25.3695 -144.45 - 51 270.456 773 2 0 -20.5205 -25.3755 -145.85 - 51 106.39 790 1 1 -21.8679 -25.455 -174.45 - 51 138.915 772 1 0 -21.8686 -25.4661 -175.85 - 51 114.834 790 0 1 -22.0169 -25.9341 -204.45 - 51 106.079 770 0 0 -22.0218 -25.951 -205.85 - 51 265.412 789 1 1 -22.1546 -26.2541 -174.45 -Number of digits in this event = 36 +Number of tracker hits in this event = 81 + 51 269.866 615 9 1 -57.0416 115.327 65.55 + 51 142.713 1475 9 0 -57.0404 115.328 64.15 + 51 146.636 615 8 1 -57.0176 115.337 35.55 + 51 98.3891 1475 8 0 -57.0151 115.337 34.15 + 51 128.889 615 7 1 -56.9632 115.337 5.55 + 51 148.836 1475 7 0 -56.9595 115.338 4.15 + 51 114.26 615 6 1 -56.8801 115.345 -24.45 + 51 96.2686 1475 6 0 -56.8761 115.346 -25.85 + 51 159.367 616 5 1 -56.796 115.378 -54.45 + 51 107.931 1476 5 0 -56.7921 115.38 -55.85 + 51 350.735 616 4 1 -56.7174 115.421 -84.45 + 51 401.868 1476 4 0 -56.7135 115.426 -85.85 + 51 366.88 617 3 1 -56.639 115.527 -114.45 + 51 143.589 1476 3 0 -56.6336 115.53 -115.85 + 51 125.631 617 2 1 -56.5191 115.574 -144.45 + 51 131.444 1477 2 0 -56.5138 115.573 -145.85 + 51 109.379 618 1 1 -56.3785 115.569 -174.45 + 51 143.478 1477 1 0 -56.3708 115.57 -175.85 + 51 128.56 619 0 1 -56.2173 115.584 -204.45 + 51 347.769 1477 0 0 -56.2109 115.585 -205.85 + 51 126.628 1479 3 0 -56.3433 115.953 -115.851 + 51 720.207 618 0 1 -56.3059 115.825 -204.45 + 51 321.343 1478 0 0 -56.3016 115.832 -205.85 + 51 49.3394 825 0 1 -15.05 144.207 -204.587 + 51 86.9389 826 0 1 -14.85 144.309 -204.461 + 51 16.7479 418 5 1 -96.5347 -50.2123 -54.85 + 51 149.53 1476 0 0 -56.3688 115.428 -205.851 + 51 180.573 1324 4 0 -46.9137 84.98 -86.2496 + 51 276.268 615 4 1 -57.0206 115.315 -84.45 + 51 116.646 607 3 1 -58.4823 117.065 -114.45 + 51 10.4909 1484 3 0 -58.5704 117.148 -115.85 + 51 135.212 1485 3 0 -58.5728 117.15 -115.891 + 51 129.168 597 2 1 -60.4531 119.471 -144.45 + 51 215.98 1497 2 0 -60.4698 119.67 -145.85 + 51 131.508 595 1 1 -60.9232 123.7 -174.45 + 51 117.184 1519 1 0 -60.8827 123.968 -175.85 + 51 147.855 599 0 1 -60.0863 129.592 -204.45 + 51 144.15 1548 0 0 -60.1035 129.816 -205.85 + 51 55.3207 1653 0 0 -15.9207 150.829 -206.25 + 51 14.2187 1654 0 0 -15.5393 150.95 -205.88 + 51 32.4356 823 0 1 -15.2992 151.377 -204.85 + 51 97.2547 824 0 1 -15.25 151.385 -204.809 + 51 1.92599 1649 0 0 -15.0479 149.952 -205.85 + 51 114.453 1648 0 0 -15.044 149.95 -205.853 + 51 487.05 568 0 1 -66.3848 119.398 -204.45 + 51 4.24915 1488 0 0 -66.4255 117.765 -205.85 + 51 285.639 1487 0 0 -66.4276 117.75 -205.861 + 51 52.6613 1486 0 0 -66.4408 117.55 -205.995 + 51 64.9982 1485 0 0 -66.4389 117.35 -206.081 + 51 60.3597 1484 0 0 -66.4767 117.15 -206.141 + 51 80.1732 1483 0 0 -66.5181 116.95 -206.156 + 51 88.6458 1482 0 0 -66.554 116.75 -206.163 + 51 56.6565 1481 0 0 -66.6039 116.55 -206.183 + 51 56.9506 1480 0 0 -66.6284 116.35 -206.185 + 51 54.3397 1479 0 0 -66.6566 116.15 -206.15 + 51 0.655349 569 0 1 -66.0502 114.445 -204.85 + 51 241.16 570 0 1 -66.05 114.445 -204.849 + 51 73.8763 571 0 1 -65.8499 114.225 -204.61 + 51 127.157 1466 0 0 -65.2511 113.511 -205.85 + 51 174 1494 0 0 -66.5848 119.094 -205.85 + 51 78.2687 1589 0 0 -59.5295 138.024 -206.25 + 51 119.355 1491 0 0 -66.2819 118.536 -205.85 + 51 311.991 1490 0 0 -66.0729 118.35 -205.897 + 51 152.013 616 3 1 -56.7202 117.443 -114.45 + 51 96.8185 1487 3 0 -56.7794 117.646 -115.85 + 51 112.356 611 2 1 -57.7712 121.759 -144.45 + 51 28.6997 1508 2 0 -57.888 121.934 -145.85 + 51 81.4886 1509 2 0 -57.8985 121.95 -145.993 + 51 344.997 601 1 1 -59.6523 125.057 -174.451 + 51 122.908 602 1 1 -59.65 125.059 -174.478 + 51 311.64 1525 1 0 -59.5225 125.218 -175.85 + 51 44.5214 1541 0 0 -56.3557 128.527 -205.85 + 51 105.017 1542 0 0 -56.3534 128.55 -205.972 + 51 139.172 1523 1 0 -60.0546 124.886 -175.851 + 51 379.883 559 0 1 -68.1186 122.973 -204.45 + 51 262.382 1512 0 0 -68.569 122.655 -205.85 + 51 2.90069 1511 0 0 -68.7153 122.55 -206.234 + 51 204.611 1506 0 0 -82.0678 121.408 -206.25 + 51 209.18 1505 0 0 -82.0606 121.35 -206 + 51 25.5671 1702 0 0 -125.742 160.55 -205.99 + 51 198.905 272 0 1 -125.689 160.234 -204.85 +Number of digits in this event = 46 Using G4ParticleGun ... -5.79299 LIN +3.34562 LIN e- Event: 52 -Number of tracker hits in this event = 31 - 52 97.5402 406 10 1 -98.8219 11.5762 95.55 - 52 97.1951 957 10 0 -98.8214 11.5745 94.15 - 52 108.38 406 9 1 -98.8097 11.54 65.55 - 52 114.336 957 9 0 -98.8091 11.5367 64.15 - 52 138.607 406 8 1 -98.7994 11.469 35.55 - 52 194.653 957 8 0 -98.7989 11.466 34.15 - 52 131.035 406 7 1 -98.7839 11.4046 5.55 - 52 108.832 956 7 0 -98.7834 11.4007 4.15 - 52 114.151 406 6 1 -98.7773 11.3222 -24.45 - 52 228.94 956 6 0 -98.7768 11.3189 -25.85 - 52 113.559 406 5 1 -98.7594 11.2589 -54.45 - 52 107.798 956 5 0 -98.7594 11.2574 -55.85 - 52 157.854 406 4 1 -98.7674 11.2246 -84.45 - 52 129.173 955 4 0 -98.7684 11.2223 -85.85 - 52 220.269 406 3 1 -98.7882 11.1725 -114.45 - 52 230.456 955 3 0 -98.7902 11.1696 -115.85 - 52 106.003 406 2 1 -98.8437 11.1135 -144.45 - 52 150.626 955 2 0 -98.8429 11.1134 -145.85 - 52 454.124 406 1 1 -98.8249 11.1021 -174.45 - 52 127.058 955 1 0 -98.8191 11.104 -175.85 - 52 246.783 407 0 1 -98.7033 11.1559 -204.45 - 52 169.037 955 0 0 -98.7034 11.1617 -205.85 - 52 127.475 312 9 0 -176.229 -117.589 63.75 - 52 18.0676 19 9 1 -176.34 -118.233 65.15 - 52 288.911 18 9 1 -176.35 -118.243 65.183 - 52 270.707 954 1 0 -98.8631 10.8921 -175.85 - 52 637.592 406 0 1 -98.892 9.86883 -204.45 - 52 113.099 948 0 0 -99.0042 9.69993 -205.85 - 52 156.527 405 0 1 -98.95 9.9513 -204.646 - 52 113.186 951 0 0 -98.9329 10.4187 -205.85 - 52 248.959 953 0 0 -98.9141 10.6863 -205.85 +Number of tracker hits in this event = 27 + 52 126.635 1158 8 1 51.689 136.202 35.55 + 52 161.144 1580 8 0 51.6868 136.202 34.15 + 52 126.755 1157 7 1 51.6457 136.21 5.55 + 52 131.983 1580 7 0 51.6381 136.205 4.15 + 52 171.732 1157 6 1 51.4906 136.089 -24.45 + 52 112.676 1579 6 0 51.484 136.084 -25.85 + 52 120.351 1156 5 1 51.348 135.981 -54.45 + 52 112.544 1579 5 0 51.344 135.978 -55.85 + 52 139.114 1156 4 1 51.2694 135.916 -84.45 + 52 153.906 1578 4 0 51.2688 135.912 -85.85 + 52 367.311 1156 3 1 51.2508 135.826 -114.45 + 52 150.474 1578 3 0 51.2497 135.82 -115.85 + 52 213.736 1155 2 1 51.2146 135.701 -144.45 + 52 122.828 1577 2 0 51.2068 135.696 -145.85 + 52 140.276 1155 1 1 51.0609 135.59 -174.45 + 52 128.602 1577 1 0 51.0516 135.59 -175.85 + 52 25.7074 1154 0 1 50.8506 135.578 -204.45 + 52 102.082 1153 0 1 50.85 135.578 -204.542 + 52 171.196 1577 0 0 50.8421 135.578 -205.85 + 52 51.1636 1591 0 0 42.3403 138.509 -206.25 + 52 121.574 1592 0 0 42.3397 138.55 -206.212 + 52 165.606 1581 3 0 51.2052 136.444 -115.85 + 52 39.0551 1157 3 1 51.4501 135.91 -114.742 + 52 134.406 1579 3 0 52.1725 136.046 -115.85 + 52 5.28139 1227 2 1 65.639 146.032 -144.45 + 52 111.192 1228 2 1 65.65 146.034 -144.472 + 52 217.226 1632 2 0 65.6082 146.67 -145.85 Number of digits in this event = 21 Using G4ParticleGun ... -8.17993 LIN +4.9655 LIN e- Event: 53 -Number of tracker hits in this event = 186 - 53 169.616 935 10 1 7.21755 -111.844 95.55 - 53 133.283 341 10 0 7.21725 -111.844 94.15 - 53 114.173 935 9 1 7.20958 -111.84 65.55 - 53 194.981 341 9 0 7.20967 -111.842 64.15 - 53 353.091 935 8 1 7.21625 -111.875 35.55 - 53 314.363 341 8 0 7.21661 -111.874 34.15 - 53 134.778 935 7 1 7.22111 -111.867 5.55 - 53 434.48 341 7 0 7.22031 -111.867 4.15 - 53 344.907 935 6 1 7.20189 -111.873 -24.45 - 53 202.064 341 6 0 7.20086 -111.874 -25.85 - 53 237.451 935 5 1 7.17861 -111.881 -54.45 - 53 134.755 341 5 0 7.17833 -111.882 -55.85 - 53 108.39 935 4 1 7.17486 -111.888 -84.45 - 53 126.821 341 4 0 7.17376 -111.889 -85.85 - 53 111.037 935 3 1 7.15136 -111.904 -114.45 - 53 103.811 341 3 0 7.14777 -111.908 -115.85 - 53 134.473 935 2 1 7.06917 -111.988 -144.45 - 53 173.576 340 2 0 7.06516 -111.993 -145.85 - 53 123.024 934 1 1 6.98502 -112.088 -174.45 - 53 103.335 340 1 0 6.98048 -112.094 -175.85 - 53 113.51 934 0 1 6.88823 -112.232 -204.45 - 53 257.727 339 0 0 6.88355 -112.239 -205.85 - 53 20.5636 109 3 0 110.037 -158.15 -115.955 - 53 29.6734 1454 3 1 111.076 -158.413 -114.85 - 53 99.588 1455 3 1 111.15 -158.425 -114.791 - 53 93.4667 1456 3 1 111.35 -158.634 -114.703 - 53 81.1977 1457 3 1 111.55 -158.732 -114.577 - 53 282.491 1458 3 1 111.75 -158.845 -114.506 - 53 48.7543 752 1 1 -29.45 150.033 -174.746 - 53 271.529 930 5 1 6.16912 -109.372 -54.45 - 53 246.444 355 5 0 5.84069 -109.138 -55.85 - 53 143.093 893 4 1 -1.2901 -104.101 -84.45 - 53 92.7579 381 4 0 -1.39179 -103.8 -85.85 - 53 49.1074 382 4 0 -1.41307 -103.75 -86.0952 - 53 96.9308 882 3 1 -3.60345 -98.563 -114.45 - 53 57.5555 881 3 1 -3.65 -98.4496 -114.715 - 53 134.181 411 3 0 -3.88321 -97.9382 -115.85 - 53 3.24096 412 3 0 -3.95469 -97.75 -116.236 - 53 22.8569 870 2 1 -5.89531 -84.5212 -144.45 - 53 95.6892 871 2 1 -5.85 -84.5227 -144.505 - 53 55.8888 872 2 1 -5.65 -84.5139 -144.774 - 53 129.033 478 2 0 -4.9931 -84.4329 -145.85 - 53 84.6905 431 2 0 28.5531 -93.9016 -146.25 - 53 112.62 430 2 0 28.6535 -93.95 -146.114 - 53 143.041 1040 2 1 28.0794 -94.0218 -144.85 - 53 7.62329 1039 2 1 28.0499 -93.9985 -144.757 - 53 28.8228 591 3 0 41.5696 -61.654 -116.25 - 53 206.557 592 3 0 41.5716 -61.6496 -116.246 - 53 140.763 1097 3 1 39.6102 -63.1005 -114.85 - 53 208.586 1096 3 1 39.45 -63.3425 -114.725 - 53 55.0053 873 0 1 -5.33662 -82.0728 -204.45 - 53 24.9208 872 0 1 -5.45011 -81.9804 -204.746 - 53 343.507 491 0 0 -6.0182 -81.7916 -205.85 - 53 68.0242 492 0 0 -6.6699 -81.65 -205.941 - 53 317.483 493 0 0 -6.80142 -81.45 -206.004 - 53 118.434 582 0 0 -57.3419 -63.5465 -206.25 - 53 85.8143 929 5 1 6.05 -109.251 -54.7913 - 53 257.269 928 5 1 5.84997 -109.055 -54.793 - 53 197.19 927 5 1 5.65 -108.946 -54.7419 - 53 212.649 926 5 1 5.45 -108.747 -54.6742 - 53 23.919 925 5 1 5.25 -108.581 -54.6007 - 53 47.0265 936 6 1 7.25 -112.054 -24.7645 - 53 5.80887 339 6 0 7.35971 -112.344 -25.85 - 53 108.391 338 6 0 7.36222 -112.35 -25.8741 - 53 287.148 954 5 1 10.8635 -120.32 -54.4509 - 53 136.218 296 5 0 10.9816 -120.774 -55.8502 - 53 131.614 968 4 1 13.6688 -129.902 -84.45 - 53 19.4024 249 4 0 13.6868 -130.322 -85.85 - 53 78.5701 248 4 0 13.6889 -130.35 -85.943 - 53 238.332 969 3 1 13.942 -138.654 -114.45 - 53 174.502 207 3 0 14.0488 -138.596 -115.85 - 53 148.72 977 2 1 15.5922 -137.229 -144.45 - 53 112.964 216 2 0 15.627 -136.916 -145.85 - 53 65.2926 978 1 1 15.7166 -130.545 -174.45 - 53 64.5032 979 1 1 15.85 -130.518 -174.501 - 53 241.613 980 1 1 16.05 -130.476 -174.584 - 53 66.7777 981 1 1 16.25 -130.427 -174.673 - 53 55.613 982 1 1 16.4512 -130.377 -174.774 - 53 247.264 251 1 0 18.3836 -129.925 -175.85 - 53 60.8665 1222 0 1 64.474 -117.312 -204.45 - 53 99.0082 1223 0 1 64.65 -117.212 -204.514 - 53 91.1748 1224 0 1 64.85 -117.103 -204.588 - 53 60.9797 1225 0 1 65.0501 -116.99 -204.646 - 53 81.4834 1226 0 1 65.2501 -116.863 -204.686 - 53 96.7695 1227 0 1 65.45 -116.716 -204.727 - 53 67.3356 1228 0 1 65.65 -116.553 -204.764 - 53 76.0182 1229 0 1 65.85 -116.388 -204.802 - 53 12.2885 1230 0 1 66.05 -116.229 -204.84 - 53 46.157 336 0 0 70.1404 -112.861 -205.85 - 53 105.996 337 0 0 70.2805 -112.75 -205.888 - 53 96.9613 338 0 0 70.5381 -112.55 -205.963 - 53 108.887 340 0 0 70.9857 -112.15 -206.086 - 53 139.689 341 0 0 71.2321 -111.95 -206.144 - 53 242.371 342 0 0 71.4649 -111.75 -206.191 - 53 49.9913 343 0 0 71.7082 -111.55 -206.229 - 53 98.0948 206 3 0 14.0451 -138.75 -116.011 - 53 241.076 970 3 1 14.059 -138.545 -114.85 - 53 11.4836 294 5 0 11.2079 -121.311 -55.85 - 53 117.115 293 5 0 11.2211 -121.35 -55.9062 - 53 162.714 315 5 0 9.35782 -116.962 -56.2498 - 53 133.66 316 5 0 9.34407 -116.95 -56.2267 - 53 39.5306 317 5 0 9.14426 -116.75 -55.9764 - 53 670.562 940 5 1 8.20492 -116.319 -54.85 - 53 230.519 939 5 1 8.05 -116.213 -54.6271 - 53 153.884 937 7 1 7.58392 -111.787 5.55 - 53 107.272 939 6 1 7.86048 -111.523 -24.45 - 53 130.113 343 6 0 7.87188 -111.492 -25.85 - 53 141.323 346 5 0 8.15988 -110.873 -55.85 - 53 135.657 942 4 1 8.52931 -110.578 -84.45 - 53 99.1607 347 4 0 8.54909 -110.572 -85.85 - 53 127.662 944 3 1 8.94145 -110.421 -114.45 - 53 131.178 348 3 0 8.97453 -110.391 -115.85 - 53 99.8851 947 2 1 9.62955 -109.727 -144.45 - 53 201.728 352 2 0 9.65553 -109.684 -145.85 - 53 106.901 950 1 1 10.0598 -108.87 -174.45 - 53 128.701 356 1 0 10.101 -108.849 -175.85 - 53 142.912 954 0 1 10.9848 -108.406 -204.45 - 53 239.189 358 0 0 11.0421 -108.386 -205.85 - 53 39.8839 1162 0 1 52.45 -15.0537 -204.67 - 53 18.9968 1613 1 1 142.75 64.0606 -174.593 - 53 49.2202 351 2 0 -2.27499 -109.852 -146.249 - 53 125.61 353 2 0 -2.33461 -109.55 -146.211 - 53 56.259 354 2 0 -2.48398 -109.35 -146.179 - 53 137.013 930 7 1 6.22469 -110.133 5.55 - 53 112.18 350 7 0 6.17081 -110.05 4.15 - 53 112.537 925 6 1 5.06851 -108.36 -24.45 - 53 125.945 359 6 0 5.02491 -108.278 -25.85 - 53 135.205 920 5 1 4.21133 -106.64 -54.45 - 53 133.083 367 5 0 4.15409 -106.591 -55.85 - 53 103.835 914 4 1 3.02449 -105.71 -84.45 - 53 115.626 372 4 0 2.95759 -105.707 -85.85 - 53 120.233 907 3 1 1.49253 -105.724 -114.45 - 53 115.034 372 3 0 1.42683 -105.706 -115.85 - 53 49.5896 899 2 1 -0.05 -105.238 -144.734 - 53 162.784 374 2 0 -0.106493 -105.212 -145.85 - 53 176.936 891 1 1 -1.65244 -104.538 -174.45 - 53 107.826 378 1 0 -1.70821 -104.444 -175.85 - 53 161.978 885 0 1 -2.85646 -102.513 -204.45 - 53 153.526 388 0 0 -2.94151 -102.388 -205.85 - 53 157.803 368 5 0 4.11526 -106.55 -55.9943 - 53 103.106 369 5 0 4.03476 -106.35 -55.8783 - 53 190.171 910 3 1 2.22871 -102.971 -114.45 - 53 37.431 911 3 1 2.25 -102.966 -114.736 - 53 143.649 385 3 0 2.34023 -102.97 -115.85 - 53 29.5061 920 2 1 4.23332 -102.932 -144.45 - 53 82.1186 921 2 1 4.25003 -102.939 -144.55 - 53 123.194 385 2 0 4.46259 -103.032 -145.85 - 53 113.658 944 1 1 8.95767 -104.936 -174.45 - 53 153.049 374 1 0 9.13194 -105.179 -175.85 - 53 119.921 963 0 1 12.8137 -110.079 -204.45 - 53 109.021 349 0 0 12.8103 -110.234 -205.85 - 53 44.021 259 0 1 -128.15 -103.213 -204.749 - 53 162.646 258 0 1 -128.351 -103.246 -204.708 - 53 113.271 257 0 1 -128.55 -103.205 -204.765 - 53 12.5605 386 0 0 -129.257 -102.908 -205.85 - 53 83.2297 246 0 1 -130.758 -103.621 -204.85 - 53 173.075 386 3 0 2.15494 -102.893 -115.85 - 53 3.133 904 2 1 0.851205 -101.218 -144.45 - 53 98.0374 903 2 1 0.85 -101.219 -144.463 - 53 173.49 394 2 0 0.726145 -101.263 -145.85 - 53 43.635 892 1 1 -1.63659 -102.229 -174.45 - 53 109.961 389 1 0 -1.76799 -102.183 -175.85 - 53 100.718 879 0 1 -4.14912 -101.069 -204.45 - 53 95.6712 395 0 0 -4.28622 -100.971 -205.85 - 53 23.6585 396 0 0 -4.31622 -100.95 -206.155 - 53 95.2219 924 6 1 5.03213 -108.383 -24.4502 - 53 19.454 923 6 1 4.85 -108.497 -24.7792 - 53 290.412 355 6 0 4.21106 -108.961 -25.85 - 53 133.767 849 5 1 -10.0865 -117.288 -54.45 - 53 23.9243 848 5 1 -10.2503 -117.265 -54.8141 - 53 117.904 387 5 0 -46.8096 -102.667 -56.25 - 53 20.1988 388 5 0 -46.7308 -102.55 -55.9038 - 53 89.0089 668 5 1 -46.3008 -101.909 -54.85 - 53 200.495 669 5 1 -46.25 -101.792 -54.6941 - 53 37.3649 670 5 1 -46.0493 -101.047 -54.4878 - 53 152.319 898 1 1 -0.291916 -99.881 -174.45 - 53 108.18 401 1 0 -0.385655 -99.8298 -175.85 - 53 182.49 888 0 1 -2.25864 -100.96 -204.45 - 53 31.2371 391 0 0 -2.33771 -101.885 -205.85 - 53 122.166 390 0 0 -2.34382 -101.95 -205.95 - 53 130.071 897 1 1 -0.45 -99.8452 -174.552 - 53 37.5328 896 1 1 -0.65 -99.7764 -174.77 - 53 58.5142 403 1 0 -1.25377 -99.413 -175.85 - 53 88.2627 404 1 0 -1.31539 -99.35 -175.991 - 53 10.4685 241 1 0 -64.8097 -131.92 -176.25 - 53 107.957 240 1 0 -64.8296 -131.95 -176.243 -Number of digits in this event = 84 +Number of tracker hits in this event = 120 + 53 132.262 571 11 1 -65.7147 -20.3184 125.55 + 53 166.725 798 11 0 -65.7148 -20.3176 124.15 + 53 108.227 571 10 1 -65.7229 -20.3077 95.55 + 53 121.695 798 10 0 -65.7227 -20.307 94.15 + 53 142.775 571 9 1 -65.7253 -20.3002 65.55 + 53 185.642 798 9 0 -65.7236 -20.3018 64.15 + 53 125.532 571 8 1 -65.6933 -20.3325 35.55 + 53 127.956 798 8 0 -65.7005 -20.334 34.15 + 53 108.561 571 7 1 -65.8274 -20.3143 5.55 + 53 116.415 798 7 0 -65.8242 -20.3325 4.15 + 53 108.359 571 6 1 -65.763 -20.714 -24.45 + 53 124.489 796 6 0 -65.7506 -20.7433 -25.85 + 53 107.424 573 5 1 -65.4401 -21.3143 -54.45 + 53 174.883 793 5 0 -65.4356 -21.3621 -55.85 + 53 126.62 573 4 1 -65.369 -22.3837 -84.45 + 53 115.241 788 4 0 -65.3685 -22.427 -85.85 + 53 199.758 573 3 1 -65.3553 -22.9645 -114.45 + 53 101.386 785 3 0 -65.3174 -22.9882 -115.85 + 53 123.241 576 2 1 -64.6948 -23.5013 -144.45 + 53 117.139 782 2 0 -64.6887 -23.4799 -145.85 + 53 143.158 577 1 1 -64.5395 -23.1307 -174.45 + 53 141.664 784 1 0 -64.5423 -23.1302 -175.85 + 53 268.796 575 0 1 -64.8889 -23.0769 -204.45 + 53 131.398 784 0 0 -64.8706 -23.0707 -205.85 + 53 357.306 779 0 0 -64.8692 -24.2218 -205.85 + 53 77.3887 708 0 0 -80.0056 -38.3049 -206.25 + 53 51.8985 707 0 0 -80.0786 -38.45 -206.067 + 53 149.648 497 0 1 -80.5333 -38.7382 -204.85 + 53 8.22577 496 0 1 -80.65 -38.8391 -204.471 + 53 61.1094 969 4 1 14.0045 18.2301 -84.85 + 53 476.358 572 5 1 -65.45 -21.3176 -54.6522 + 53 9.75046 805 5 0 -66.2309 -18.8761 -55.85 + 53 76.304 806 5 0 -66.2386 -18.8491 -55.864 + 53 94.6474 807 5 0 -66.3429 -18.6498 -55.9941 + 53 54.9354 808 5 0 -66.4539 -18.45 -56.1425 + 53 54.5424 573 2 1 -65.4379 -20.6665 -144.737 + 53 334.005 796 2 0 -65.4366 -20.6683 -145.85 + 53 309.855 573 1 1 -65.3892 -20.7018 -174.45 + 53 283.858 796 1 0 -65.3863 -20.6982 -175.85 + 53 113.841 573 0 1 -65.3235 -20.638 -204.45 + 53 100.09 797 0 0 -65.3201 -20.637 -205.85 + 53 6.5681 844 10 0 -49.0621 -11.0681 93.75 + 53 449.051 845 10 0 -49.0639 -11.05 93.7579 + 53 73.7486 858 1 0 -137.584 -8.44322 -176.25 + 53 280.25 572 1 1 -65.45 -20.5598 -174.657 + 53 531.92 790 1 0 -66.0886 -21.9051 -175.85 + 53 127.599 576 0 1 -64.8491 -20.6967 -204.45 + 53 131.171 796 0 0 -64.85 -20.698 -205.85 + 53 111.537 220 2 0 -93.8123 -135.95 -146.179 + 53 250.536 572 9 1 -65.6373 -20.0669 65.55 + 53 158.515 800 9 0 -65.6099 -20.0494 64.15 + 53 67.4423 576 8 1 -64.7095 -19.6291 35.55 + 53 32.0867 577 8 1 -64.65 -19.6217 35.278 + 53 145.473 802 8 0 -64.3886 -19.5907 34.15 + 53 129.575 606 7 1 -58.6871 -19.1651 5.54987 + 53 47.0757 607 7 1 -58.65 -19.1666 5.33062 + 53 108.635 804 7 0 -58.4702 -19.1779 4.15 + 53 187.946 630 6 1 -54.0218 -19.1456 -24.45 + 53 145.748 804 6 0 -53.917 -19.1919 -25.8502 + 53 20.6771 642 5 1 -51.4669 -20.4128 -54.451 + 53 128.343 643 5 1 -51.45 -20.4243 -54.5347 + 53 108.404 797 5 0 -51.1783 -20.5695 -55.85 + 53 8.64784 673 4 1 -45.2614 -24.8666 -84.4503 + 53 117.655 674 4 1 -45.25 -24.8705 -84.4793 + 53 222.674 774 4 0 -44.7486 -25.0753 -85.85 + 53 84.045 723 3 1 -35.3702 -28.7533 -114.45 + 53 35.8055 724 3 1 -35.2498 -28.8092 -114.735 + 53 28.9368 755 3 0 -34.7322 -29.0285 -115.85 + 53 84.774 754 3 0 -34.6821 -29.05 -115.958 + 53 2.13967 792 2 1 -21.4544 -33.5064 -144.45 + 53 106.511 793 2 1 -21.45 -33.5092 -144.465 + 53 107.037 731 2 0 -21.0481 -33.7804 -145.85 + 53 8.49586 730 2 0 -20.9349 -33.85 -146.222 + 53 139.761 839 1 1 -12.2017 -39.2788 -174.45 + 53 11.3436 701 1 0 -11.7681 -39.8341 -175.85 + 53 141.223 700 1 0 -11.7559 -39.85 -175.891 + 53 11.7473 893 0 1 -1.27331 -48.1052 -204.45 + 53 224.308 894 0 1 -1.25 -48.0924 -204.486 + 53 13.6376 895 0 1 -1.05 -47.9817 -204.813 + 53 0.169119 661 0 0 -0.473351 -47.6503 -205.85 + 53 141.148 662 0 0 -0.472821 -47.65 -205.851 + 53 356.127 840 9 0 -88.0206 -11.8593 63.7507 + 53 282.676 841 9 0 -88.0107 -11.8499 63.8074 + 53 205.865 799 9 0 -65.6469 -20.0677 64.15 + 53 130.79 569 8 1 -66.1665 -19.989 35.55 + 53 112.379 800 8 0 -66.1301 -19.9707 34.15 + 53 126.95 574 7 1 -65.2102 -19.897 5.54976 + 53 116.097 800 7 0 -65.1435 -19.9754 4.15 + 53 170.299 584 6 1 -63.2188 -21.9081 -24.4502 + 53 134.807 789 6 0 -63.0801 -22.0512 -25.85 + 53 114.922 598 5 1 -60.4256 -24.3731 -54.4505 + 53 25.9652 599 5 1 -60.25 -24.4598 -54.79 + 53 271.583 776 5 0 -59.6665 -24.7228 -55.85 + 53 32.5996 687 4 1 -42.578 -30.9984 -84.4503 + 53 129.063 686 4 1 -42.6504 -31.0858 -84.5263 + 53 41.1987 685 4 1 -42.85 -31.3053 -84.7423 + 53 8.527 739 4 0 -43.8747 -32.2236 -85.8501 + 53 130.75 738 4 0 -43.9039 -32.2501 -85.882 + 53 83.3692 737 4 0 -44.1401 -32.4502 -86.0865 + 53 42.8736 736 4 0 -44.3871 -32.65 -86.2064 + 53 18.2234 357 3 1 -108.726 -99.1312 -114.45 + 53 111.37 356 3 1 -108.75 -99.1395 -114.532 + 53 104.638 404 3 0 -109.147 -99.1715 -115.85 + 53 49.0974 453 3 0 -156.103 -89.2799 -116.25 + 53 198.13 454 3 0 -156.225 -89.25 -116.162 + 53 11.6792 455 3 0 -156.734 -89.05 -115.868 + 53 4.55002 105 3 1 -159.127 -88.1655 -114.85 + 53 97.4905 104 3 1 -159.15 -88.1574 -114.84 + 53 94.0398 103 3 1 -159.35 -88.0942 -114.766 + 53 73.5168 102 3 1 -159.55 -88.0474 -114.699 + 53 105.282 101 3 1 -159.75 -88.0169 -114.665 + 53 56.9435 100 3 1 -159.95 -87.9919 -114.635 + 53 58.7647 99 3 1 -160.15 -87.96 -114.599 + 53 54.4847 98 3 1 -160.35 -87.9119 -114.574 + 53 89 97 3 1 -160.55 -87.8747 -114.558 + 53 71.97 96 3 1 -160.75 -87.8518 -114.526 + 53 45.4586 95 3 1 -160.95 -87.8328 -114.478 + 53 118.121 601 6 0 45.7432 -59.8453 -26.25 + 53 127.961 1125 6 1 45.2119 -59.0734 -24.8499 + 53 152.619 1124 6 1 45.05 -59.0282 -24.5789 +Number of digits in this event = 55 Using G4ParticleGun ... -1.09673 LIN +8.53535 LIN e- Event: 54 -Number of tracker hits in this event = 31 - 54 147.377 1533 9 1 126.873 -33.8608 65.55 - 54 112.835 730 9 0 126.87 -33.8616 64.15 - 54 114.663 1533 8 1 126.8 -33.8466 35.55 - 54 110.987 731 8 0 126.802 -33.8484 34.15 - 54 99.3423 1533 7 1 126.891 -33.8998 5.55 - 54 122.121 730 7 0 126.903 -33.9175 4.15 - 54 285.544 1534 6 1 127.139 -34.2954 -24.45 - 54 154.472 728 6 0 127.157 -34.311 -25.85 - 54 122.224 1536 5 1 127.537 -34.6185 -54.45 - 54 109.987 727 5 0 127.561 -34.636 -55.85 - 54 104.387 1539 4 1 128.075 -34.9812 -84.45 - 54 145.349 725 4 0 128.098 -35.0001 -85.85 - 54 153.491 1542 3 1 128.585 -35.3569 -114.45 - 54 119.428 723 3 0 128.604 -35.3813 -115.85 - 54 109.782 1543 2 1 128.935 -35.8528 -144.45 - 54 135.817 720 2 0 128.942 -35.8784 -145.85 - 54 122.742 1544 1 1 129.104 -36.4004 -174.45 - 54 114.239 718 1 0 129.111 -36.419 -175.85 - 54 137.395 1545 0 1 129.226 -36.8142 -204.45 - 54 34.4588 716 0 0 129.222 -36.8475 -205.85 - 54 125.329 715 0 0 129.222 -36.85 -205.953 - 54 120.34 1544 2 1 128.951 -35.8475 -144.45 - 54 371.961 721 2 0 129.032 -35.697 -145.85 - 54 6.72041 722 2 0 129.052 -35.65 -146.224 - 54 15.8944 1552 1 1 130.568 -31.5752 -174.45 - 54 84.0619 1551 1 1 130.55 -31.5851 -174.517 - 54 144.576 741 1 0 130.155 -31.7599 -175.85 - 54 23.3656 1506 0 1 121.393 -35.753 -204.45 - 54 203.252 1505 0 1 121.35 -35.8201 -204.534 - 54 86.8981 714 0 0 120.651 -37.05 -205.853 - 54 87.5884 713 0 0 120.544 -37.25 -206.069 -Number of digits in this event = 18 +Number of tracker hits in this event = 59 + 54 212.169 518 10 1 -76.3941 60.2011 95.55 + 54 136.89 1200 10 0 -76.3946 60.1996 94.15 + 54 181.756 518 9 1 -76.4023 60.1667 65.55 + 54 121.162 1200 9 0 -76.403 60.1644 64.15 + 54 120.632 518 8 1 -76.4167 60.1178 35.55 + 54 123.383 1200 8 0 -76.4174 60.1151 34.15 + 54 134.904 518 7 1 -76.4308 60.0645 5.55 + 54 156.764 1200 7 0 -76.4321 60.0639 4.15 + 54 153.823 517 6 1 -76.4596 60.0501 -24.45 + 54 95.4592 1199 6 0 -76.4627 60.0457 -25.85 + 54 137.862 517 5 1 -76.5296 59.9636 -54.45 + 54 127.826 1199 5 0 -76.5312 59.9628 -55.85 + 54 334.888 517 4 1 -76.5688 59.9497 -84.45 + 54 116.49 1199 4 0 -76.5698 59.9464 -85.85 + 54 842.6 517 3 1 -76.5888 59.8787 -114.45 + 54 369.657 1199 3 0 -76.5906 59.8776 -115.85 + 54 630.374 517 2 1 -76.631 59.8621 -144.45 + 54 380.574 1199 2 0 -76.6336 59.864 -145.85 + 54 238.049 516 1 1 -76.6869 59.9092 -174.45 + 54 366.837 1199 1 0 -76.6912 59.9124 -175.85 + 54 108.186 516 0 1 -76.7865 59.9672 -204.45 + 54 361.436 1199 0 0 -76.7883 59.9702 -205.85 + 54 206.912 1315 3 1 83.05 61.5891 -114.688 + 54 80.934 1440 6 1 108.188 -155.114 -24.85 + 54 53.9151 558 1 1 -68.3925 167.213 -174.85 + 54 156.545 557 1 1 -68.45 167.324 -174.823 + 54 269.691 1198 2 0 -76.6181 59.753 -145.85 + 54 546.257 517 1 1 -76.6344 59.4601 -174.45 + 54 147.817 1196 1 0 -76.6345 59.4245 -175.85 + 54 152.59 517 0 1 -76.65 58.7725 -204.479 + 54 262.301 1193 0 0 -76.6134 58.6875 -205.85 + 54 208.859 518 0 1 -76.4112 58.7256 -204.45 + 54 21.5628 1195 0 0 -76.7672 59.2159 -205.85 + 54 93.2656 1196 0 0 -76.7874 59.25 -205.909 + 54 115.754 1197 0 0 -76.8815 59.45 -206.179 + 54 362.722 1192 0 0 -76.5616 58.6047 -205.85 + 54 136.983 1195 1 0 -76.4771 59.1099 -175.85 + 54 171.489 523 0 1 -75.3067 58.4364 -204.45 + 54 121.28 492 2 1 -81.5136 58.8986 -144.45 + 54 128.727 1193 2 0 -81.5872 58.7747 -145.85 + 54 132.844 488 1 1 -82.3542 56.79 -174.45 + 54 115.167 1184 1 0 -82.292 56.8615 -175.85 + 54 140.029 495 0 1 -80.9213 58.3914 -204.45 + 54 166.369 516 2 1 -76.6667 59.6204 -144.45 + 54 127.229 1197 2 0 -76.6665 59.624 -145.85 + 54 98.2312 1198 1 0 -76.5063 59.6786 -175.85 + 54 129.268 521 0 1 -75.8483 60.6036 -204.45 + 54 114.703 1202 0 0 -75.7939 60.6021 -205.85 + 54 21.0857 1300 0 0 -91.7453 80.2008 -206.25 + 54 134.403 1301 0 0 -91.7466 80.25 -206.196 + 54 214.835 1302 0 0 -91.7199 80.45 -206.044 + 54 243.993 516 3 1 -76.6501 60.2427 -114.523 + 54 134.061 515 1 1 -76.8933 59.9848 -174.45 + 54 271.168 513 0 1 -77.3127 60.0435 -204.45 + 54 100.374 1198 0 0 -77.3839 59.7136 -205.85 + 54 149.462 520 0 1 -75.9454 59.8686 -204.45 + 54 60.3273 519 10 1 -76.2498 60.1162 95.3139 + 54 31.3007 1198 10 0 -75.3458 59.6842 94.15 + 54 143.292 1197 10 0 -75.2769 59.65 94.0622 +Number of digits in this event = 47 Using G4ParticleGun ... -4.33656 LIN +5.93137 LIN e- Event: 55 -Number of tracker hits in this event = 68 - 55 105.131 738 10 1 -32.3823 -108.556 95.55 - 55 92.7193 357 10 0 -32.3827 -108.557 94.15 - 55 238.069 738 9 1 -32.3804 -108.587 65.55 - 55 166.074 357 9 0 -32.3796 -108.585 64.15 - 55 127.046 738 8 1 -32.3749 -108.564 35.55 - 55 231.225 357 8 0 -32.3738 -108.562 34.15 - 55 102.579 738 7 1 -32.3404 -108.542 5.55 - 55 117.029 358 7 0 -32.3364 -108.54 4.15 - 55 504.88 738 6 1 -32.2638 -108.499 -24.45 - 55 253.984 358 6 0 -32.2571 -108.498 -25.85 - 55 248.645 739 5 1 -32.13 -108.519 -54.45 - 55 156.943 358 5 0 -32.1195 -108.519 -55.85 - 55 120.193 740 4 1 -31.9108 -108.507 -84.45 - 55 266.577 358 4 0 -31.9037 -108.504 -85.85 - 55 105.448 741 3 1 -31.7614 -108.428 -114.45 - 55 126.323 358 3 0 -31.7509 -108.419 -115.85 - 55 117.027 742 2 1 -31.5453 -108.239 -144.45 - 55 220.814 359 2 0 -31.5322 -108.23 -145.85 - 55 279.169 743 1 1 -31.2785 -108.091 -174.45 - 55 289.86 360 1 0 -31.249 -108.086 -175.85 - 55 142.816 747 0 1 -30.6259 -107.972 -204.45 - 55 99.9578 360 0 0 -30.5916 -107.974 -205.85 - 55 61.4723 361 1 0 -31.4549 -107.95 -176.032 - 55 39.6885 727 0 1 -34.6463 -106.021 -204.45 - 55 92.8672 726 0 1 -34.65 -106.021 -204.521 - 55 101.019 370 0 0 -34.7343 -106.037 -205.85 - 55 215.833 1011 11 1 22.45 20.7364 125.348 - 55 46.356 572 0 0 -69.5349 -65.65 -205.959 - 55 46.6902 358 8 0 -32.3771 -108.55 33.8118 - 55 196.885 356 9 0 -33.0249 -108.845 64.15 - 55 145.366 357 6 0 -32.5797 -108.643 -25.85 - 55 43.5204 722 5 1 -35.5439 -112.665 -54.45 - 55 128.21 721 5 1 -35.65 -112.646 -54.6094 - 55 148.768 338 5 0 -36.5471 -112.549 -55.85 - 55 82.8932 593 4 1 -61.3247 -111.374 -84.45 - 55 85.9994 592 4 1 -61.45 -111.281 -84.6858 - 55 87.0057 346 4 0 -61.721 -110.851 -85.851 - 55 50.1295 347 4 0 -61.7617 -110.75 -86.1112 - 55 40.5104 567 3 1 -66.5767 -95.6837 -114.45 - 55 119.105 566 3 1 -66.65 -95.7522 -114.493 - 55 141.566 565 3 1 -66.85 -95.9283 -114.566 - 55 169.436 564 3 1 -67.0501 -96.1292 -114.592 - 55 68.1951 563 3 1 -67.25 -96.3026 -114.541 - 55 9.77204 562 3 1 -67.4501 -96.4323 -114.462 - 55 9.56956 683 4 0 -79.943 -43.287 -86.25 - 55 67.0854 684 4 0 -79.9536 -43.25 -86.2309 - 55 65.1425 685 4 0 -80.0562 -43.05 -86.1989 - 55 30.7703 686 4 0 -80.1276 -42.8499 -86.2284 - 55 99.1197 742 5 1 -31.4769 -107.866 -54.45 - 55 10.0569 743 5 1 -31.45 -107.855 -54.8086 - 55 162.952 361 5 0 -31.352 -107.833 -55.85 - 55 96.0251 760 4 1 -28.0132 -107.959 -84.45 - 55 116.614 359 4 0 -28.0264 -108.153 -85.85 - 55 289.338 760 3 1 -27.9989 -111.564 -114.45 - 55 112.688 342 3 0 -27.7422 -111.673 -115.851 - 55 91.666 788 2 1 -22.3844 -114.136 -144.45 - 55 111.2 329 2 0 -22.3284 -114.194 -145.85 - 55 54.3795 792 1 1 -21.603 -116.151 -174.45 - 55 79.906 791 1 1 -21.65 -116.221 -174.589 - 55 47.6802 316 1 0 -22.1004 -116.881 -175.85 - 55 264.569 315 1 0 -22.1483 -116.95 -175.98 - 55 23.352 729 0 1 -34.1964 -132.583 -204.45 - 55 144.933 728 0 1 -34.25 -132.619 -204.528 - 55 143.218 235 0 0 -35.4293 -132.968 -205.85 - 55 54.9158 761 3 1 -27.85 -111.684 -114.723 - 55 17.6729 333 3 0 -28.2746 -113.491 -115.85 - 55 304.228 332 3 0 -28.2861 -113.55 -115.877 - 55 105.481 331 3 0 -27.9846 -113.75 -115.934 -Number of digits in this event = 31 +Number of tracker hits in this event = 42 + 55 116.155 290 9 1 -122.093 41.6484 65.55 + 55 109.15 1107 9 0 -122.093 41.6492 64.15 + 55 139.889 290 8 1 -122.082 41.6653 35.55 + 55 159.743 1108 8 0 -122.081 41.6662 34.15 + 55 94.5248 290 7 1 -122.045 41.6865 5.55 + 55 166.404 1108 7 0 -122.039 41.6813 4.15 + 55 107.321 291 6 1 -121.908 41.5694 -24.45 + 55 125.911 1107 6 0 -121.902 41.5658 -25.85 + 55 138.024 291 5 1 -121.776 41.493 -54.45 + 55 188.314 1107 5 0 -121.769 41.4884 -55.85 + 55 140.729 292 4 1 -121.63 41.4039 -84.45 + 55 97.6866 1106 4 0 -121.624 41.3998 -85.85 + 55 106.765 293 3 1 -121.496 41.3154 -114.45 + 55 94.6775 1106 3 0 -121.491 41.3101 -115.85 + 55 113.182 293 2 1 -121.395 41.1929 -144.45 + 55 121.635 1105 2 0 -121.391 41.1875 -145.85 + 55 228.701 294 1 1 -121.3 41.0809 -174.45 + 55 119.835 1105 1 0 -121.294 41.076 -175.85 + 55 118.809 294 0 1 -121.184 40.9738 -204.45 + 55 217.573 1104 0 0 -121.148 41.0343 -205.85 + 55 52.9463 117 8 1 -156.677 178.046 35.15 + 55 116.058 116 8 1 -156.75 178.189 35.4632 + 55 121.248 292 5 1 -121.743 41.5469 -54.45 + 55 142.04 1109 5 0 -121.259 41.8555 -55.85 + 55 24.0962 1174 5 0 -76.0301 55.039 -56.2494 + 55 164.728 1175 5 0 -75.9631 55.05 -56.193 + 55 27.2167 531 5 1 -73.7306 55.6127 -54.85 + 55 390.994 532 5 1 -73.65 55.6354 -54.8038 + 55 79.6082 533 5 1 -73.45 55.6908 -54.6659 + 55 94.2732 534 5 1 -73.2499 55.7568 -54.5255 + 55 3.4082 536 5 1 -72.6558 55.78 -54.45 + 55 197.71 537 5 1 -72.6499 55.7747 -54.461 + 55 76.4921 1173 5 0 -72.1177 54.8174 -55.85 + 55 73.141 1172 5 0 -72.0657 54.6498 -56.0245 + 55 18.5763 1171 5 0 -72.0329 54.45 -56.2042 + 55 33.951 961 5 0 -64.847 12.2974 -56.25 + 55 112.245 960 5 0 -64.8197 12.25 -56.1714 + 55 137.861 571 5 1 -65.7259 13.0929 -54.85 + 55 37.0075 572 5 1 -65.6499 13.1663 -54.5142 + 55 8.3898 829 5 0 -92.7635 -14.1134 -56.25 + 55 84.9638 682 1 1 -43.4803 35.3409 -174.45 + 55 13.2693 683 1 1 -43.45 35.1879 -174.456 +Number of digits in this event = 19 Using G4ParticleGun ... -3.78496 LIN +6.66004 LIN e- Event: 56 -Number of tracker hits in this event = 22 - 56 101.48 1038 8 1 27.6936 -139.78 35.55 - 56 129.74 201 8 0 27.6952 -139.783 34.15 - 56 104.77 1038 7 1 27.7224 -139.842 5.55 - 56 122.772 201 7 0 27.7233 -139.844 4.15 - 56 178.601 1038 6 1 27.747 -139.871 -24.45 - 56 109.107 201 6 0 27.7451 -139.872 -25.85 - 56 190.825 1038 5 1 27.7006 -139.9 -54.45 - 56 211.861 201 5 0 27.6995 -139.903 -55.85 - 56 125.786 1038 4 1 27.6809 -139.972 -84.45 - 56 113.502 200 4 0 27.6798 -139.973 -85.85 - 56 112.28 1037 3 1 27.6479 -140.008 -114.45 - 56 316.439 200 3 0 27.6504 -140.011 -115.85 - 56 179.901 1038 2 1 27.7131 -140.078 -144.45 - 56 123.237 200 2 0 27.716 -140.081 -145.85 - 56 104.88 1038 1 1 27.7756 -140.132 -174.45 - 56 121.577 200 1 0 27.778 -140.133 -175.85 - 56 116.727 1038 0 1 27.8281 -140.165 -204.45 - 56 113.943 199 0 0 27.8306 -140.168 -205.85 - 56 106.826 291 5 1 -121.75 131.952 -54.7945 - 56 19.1159 88 1 0 62.1292 -162.359 -176.25 - 56 148.394 89 1 0 62.1107 -162.35 -176.204 - 56 285.054 1209 1 1 61.9452 -161.953 -174.85 -Number of digits in this event = 14 +Number of tracker hits in this event = 65 + 56 297.685 308 9 1 -118.393 -64.2739 65.55 + 56 169.292 578 9 0 -118.392 -64.2736 64.15 + 56 105.059 308 8 1 -118.383 -64.2658 35.55 + 56 327.628 578 8 0 -118.383 -64.2652 34.15 + 56 235.989 308 7 1 -118.379 -64.2575 5.55 + 56 142.611 578 7 0 -118.381 -64.2593 4.15 + 56 122.065 308 6 1 -118.417 -64.297 -24.45 + 56 173.735 578 6 0 -118.42 -64.2996 -25.85 + 56 488.081 308 5 1 -118.468 -64.3552 -54.45 + 56 306.295 578 5 0 -118.47 -64.3582 -55.85 + 56 117.332 308 4 1 -118.505 -64.4161 -84.45 + 56 139.376 578 4 0 -118.506 -64.4197 -85.85 + 56 132.448 308 3 1 -118.531 -64.4912 -114.45 + 56 110.833 577 3 0 -118.532 -64.4936 -115.85 + 56 115.136 308 2 1 -118.55 -64.5491 -144.45 + 56 120.759 577 2 0 -118.55 -64.551 -145.85 + 56 131.913 308 1 1 -118.548 -64.5903 -174.45 + 56 200.84 577 1 0 -118.55 -64.5933 -175.85 + 56 145.497 307 0 1 -118.58 -64.6515 -204.45 + 56 136.126 576 0 0 -118.581 -64.655 -205.85 + 56 69.3882 400 1 0 -164.922 -100.112 -176.25 + 56 117.996 401 1 0 -164.83 -99.9499 -176.187 + 56 98.0274 668 3 1 -46.2679 -77.1224 -114.45 + 56 177.373 669 3 1 -46.25 -77.0437 -114.603 + 56 18.8929 517 3 0 -45.5337 -76.4847 -115.85 + 56 85.9255 518 3 0 -45.5061 -76.45 -115.901 + 56 85.6627 519 3 0 -45.4054 -76.25 -116.032 + 56 50.465 520 3 0 -45.4216 -76.0497 -115.907 + 56 94.2915 680 3 1 -43.9111 -72.5974 -114.85 + 56 177.088 543 3 0 -43.3857 -71.3997 -115.85 + 56 77.0891 576 1 0 -118.582 -64.65 -176.162 + 56 84.5123 306 0 1 -118.805 -64.6452 -204.45 + 56 105.859 577 0 0 -118.576 -64.5686 -205.85 + 56 166.75 579 5 0 -118.526 -64.1084 -55.851 + 56 297.268 303 4 1 -119.389 -60.694 -84.45 + 56 19.1833 304 4 1 -119.35 -60.5602 -84.778 + 56 77.5659 599 4 0 -119.197 -60.1548 -85.8503 + 56 34.3775 600 4 0 -119.157 -60.0498 -86.1326 + 56 112.071 318 3 1 -116.423 -49.3429 -114.45 + 56 113.486 655 3 0 -116.433 -48.995 -115.85 + 56 32.395 309 2 1 -118.168 -40.5782 -144.45 + 56 418.47 310 2 1 -118.15 -40.5683 -144.547 + 56 279.225 698 2 0 -117.896 -40.4148 -145.85 + 56 20.5055 342 1 1 -111.575 -37.4679 -174.451 + 56 99.8073 343 1 1 -111.55 -37.4724 -174.528 + 56 164.006 712 1 0 -111.089 -37.5937 -175.85 + 56 3.33228 393 0 1 -101.358 -39.8719 -204.45 + 56 119.702 394 0 1 -101.35 -39.8704 -204.467 + 56 126.249 701 0 0 -100.775 -39.7107 -205.85 + 56 31.3261 711 1 0 -110.92 -37.65 -176.187 + 56 149.758 697 2 0 -117.915 -40.45 -146.176 + 56 89.5057 696 2 0 -117.963 -40.65 -146.137 + 56 108.167 567 4 0 -119.625 -66.5134 -85.85 + 56 142.002 280 3 1 -124.027 -67.4228 -114.45 + 56 167.194 561 3 0 -124.127 -67.6666 -115.85 + 56 125.945 269 2 1 -126.31 -72.666 -144.45 + 56 9.95009 268 2 1 -126.35 -72.7754 -144.83 + 56 344.084 534 2 0 -126.457 -73.0717 -145.851 + 56 111.021 250 1 1 -130.096 -80.7726 -174.45 + 56 121.873 493 1 0 -130.228 -81.2761 -175.85 + 56 105.724 234 0 1 -133.281 -91.7486 -204.451 + 56 95.8071 440 0 0 -132.973 -92.0922 -205.85 + 56 41.7406 439 0 0 -132.92 -92.15 -206.086 + 56 85.2258 533 2 0 -126.375 -73.2501 -146.168 + 56 40.062 529 2 0 -121.529 -74.0906 -146.25 +Number of digits in this event = 32 Using G4ParticleGun ... -7.6716 LIN +8.69396 LIN e- Event: 57 -Number of tracker hits in this event = 27 - 57 263.98 1297 9 1 79.6013 -88.945 65.55 - 57 181.394 455 9 0 79.6014 -88.9448 64.15 - 57 140.499 1297 8 1 79.603 -88.9399 35.55 - 57 103.764 455 8 0 79.6035 -88.9386 34.15 - 57 112.592 1297 7 1 79.6153 -88.9104 5.55 - 57 94.3897 455 7 0 79.6157 -88.9092 4.15 - 57 183.148 1297 6 1 79.6218 -88.886 -24.45 - 57 156.312 455 6 0 79.6223 -88.8839 -25.85 - 57 143.347 1297 5 1 79.6282 -88.8392 -54.45 - 57 120.677 456 5 0 79.6288 -88.8363 -55.85 - 57 112.812 1297 4 1 79.6374 -88.7777 -84.45 - 57 154.932 456 4 0 79.6375 -88.7738 -85.85 - 57 156.309 1297 3 1 79.6339 -88.6923 -114.45 - 57 102.523 456 3 0 79.633 -88.6881 -115.85 - 57 216.666 1297 2 1 79.62 -88.6019 -144.45 - 57 114.179 457 2 0 79.6176 -88.5986 -145.85 - 57 149.173 1297 1 1 79.5688 -88.5307 -174.45 - 57 100.709 457 1 0 79.566 -88.527 -175.85 - 57 450.29 1297 0 1 79.5153 -88.4565 -204.45 - 57 154.21 457 0 0 79.5121 -88.4519 -205.85 - 57 101.657 1296 0 1 79.45 -88.3759 -204.539 - 57 107.138 455 0 0 79.1517 -88.9039 -205.85 - 57 3.53327 869 2 1 -6.05 -103.779 -144.512 - 57 29.7034 1296 9 1 79.4499 -88.751 65.2488 - 57 182.597 459 9 0 79.0279 -88.1961 64.15 - 57 33.7405 460 9 0 78.9146 -88.0498 63.7965 - 57 131.752 1298 9 1 79.8356 -87.957 65.15 -Number of digits in this event = 18 -Using G4ParticleGun ... -2.59628 LIN +Number of tracker hits in this event = 144 + 57 132.247 1169 10 1 53.9677 95.8599 95.55 + 57 101.244 1378 10 0 53.9672 95.86 94.15 + 57 83.7123 1169 9 1 53.9617 95.8612 65.55 + 57 123.608 1378 9 0 53.9616 95.8621 64.15 + 57 139.532 1169 8 1 53.9566 95.8814 35.55 + 57 116.853 1378 8 0 53.9576 95.8814 34.15 + 57 496.444 1169 7 1 53.9807 95.8796 5.55 + 57 217.675 1378 7 0 53.9834 95.8794 4.15 + 57 162.195 1169 6 1 54.0356 95.8684 -24.45 + 57 116.364 1378 6 0 54.0395 95.8679 -25.85 + 57 114.674 1170 5 1 54.1201 95.8536 -54.45 + 57 138.603 1378 5 0 54.1246 95.853 -55.85 + 57 120.399 1170 4 1 54.2155 95.8394 -84.45 + 57 117.6 1378 4 0 54.2196 95.8335 -85.85 + 57 674.28 1171 3 1 54.3041 95.7066 -114.45 + 57 113.533 1377 3 0 54.3086 95.7021 -115.85 + 57 240.075 1171 2 1 54.4021 95.6132 -144.45 + 57 147.815 1377 2 0 54.4046 95.6089 -145.85 + 57 262.584 1172 1 1 54.4535 95.5159 -174.45 + 57 243.946 1376 1 0 54.458 95.5106 -175.85 + 57 973.704 1172 0 1 54.5492 95.4005 -204.45 + 57 227.293 1376 0 0 54.5539 95.395 -205.85 + 57 94.2692 1698 4 0 80.0079 159.905 -86.25 + 57 228.2 1699 4 0 80.2046 159.95 -86.1833 + 57 144.112 1700 4 0 80.2179 160.15 -85.9912 + 57 50.9549 1375 0 0 54.4838 95.35 -206.166 + 57 217.724 1173 0 1 54.65 95.6171 -204.839 + 57 98.9893 1389 0 0 56.264 98.0277 -205.85 + 57 71.1385 1390 0 0 56.34 98.1501 -205.937 + 57 117.053 1391 0 0 56.4394 98.35 -206.077 + 57 118.114 1392 0 0 56.765 98.55 -206.199 + 57 104.726 1393 0 0 57.0906 98.75 -206.089 + 57 62.3029 1394 0 0 57.3124 98.95 -205.95 + 57 9.64024 1194 0 1 59.0166 99.9802 -204.85 + 57 59.3179 1195 0 1 59.0501 100.001 -204.823 + 57 64.9132 1196 0 1 59.25 100.081 -204.784 + 57 65.432 1197 0 1 59.45 100.18 -204.798 + 57 0.0104683 1198 0 1 59.65 100.222 -204.85 + 57 8.50031 1413 0 0 64.8723 102.89 -205.85 + 57 59.8719 1249 0 1 69.9285 108.927 -204.85 + 57 134.391 1250 0 1 70.0501 109.043 -204.795 + 57 345.864 1251 0 1 70.2503 109.198 -204.687 + 57 60.8708 1446 0 0 69.4926 109.413 -205.85 + 57 77.9459 1377 1 0 54.5228 95.55 -175.997 + 57 70.5453 1093 1 0 77.5863 38.8302 -176.25 + 57 58.0224 1092 1 0 77.5401 38.65 -176.24 + 57 16.2219 706 1 0 -24.8504 -38.7942 -176.25 + 57 326.084 1378 3 0 54.2942 95.8206 -115.85 + 57 168.391 1172 2 1 54.4863 95.2643 -144.45 + 57 146.985 1375 2 0 54.4269 95.2332 -145.85 + 57 105.712 1165 1 1 53.1807 94.457 -174.45 + 57 108.831 1371 1 0 53.1428 94.4021 -175.85 + 57 110.866 1162 0 1 52.5863 93.5191 -204.45 + 57 104.974 1366 0 0 52.4911 93.4438 -205.85 + 57 124.308 1379 2 0 54.37 95.9637 -145.85 + 57 209.234 1379 1 0 54.4779 96.1047 -175.85 + 57 236.382 1379 0 0 54.6221 96.1128 -205.85 + 57 28.7753 1387 0 0 54.7621 97.6576 -205.85 + 57 77.4573 1388 0 0 54.771 97.75 -205.931 + 57 92.3456 1526 0 0 63.9885 125.381 -206.25 + 57 82.2409 1527 0 0 64.0493 125.55 -206.031 + 57 271.66 1220 0 1 64.0752 126.144 -204.85 + 57 211.173 1357 1 0 139.155 91.6205 -176.25 + 57 13.325 1600 1 1 140.313 92.188 -174.85 + 57 80.1263 1601 1 1 140.35 92.212 -174.807 + 57 375.586 1602 1 1 140.55 92.3307 -174.65 + 57 166.652 1603 1 1 140.75 92.5012 -174.733 + 57 112.178 1604 1 1 140.95 92.582 -174.792 + 57 155.941 1382 0 0 55.0242 96.626 -205.85 + 57 110.048 1378 0 0 54.8502 95.9157 -205.85 + 57 134.392 1353 3 0 84.1435 90.9301 -116.25 + 57 55.8618 1326 3 1 85.4022 90.4139 -114.85 + 57 92.6462 1327 3 1 85.45 90.3937 -114.805 + 57 46.2808 1328 3 1 85.65 90.336 -114.589 + 57 96.5253 1379 3 0 54.3277 95.95 -116.053 + 57 231.546 1380 3 0 54.3974 96.15 -116.112 + 57 287.873 1381 3 0 54.5147 96.35 -116.159 + 57 38.9063 1382 3 0 54.7124 96.5501 -115.925 + 57 151.293 1177 3 1 55.4553 97.2023 -114.85 + 57 159.041 1178 3 1 55.65 97.1866 -114.487 + 57 229.762 1170 7 1 54.0506 95.7248 5.46418 + 57 133.191 1171 7 1 54.25 95.5765 5.40261 + 57 91.1788 1172 7 1 54.45 95.5198 5.30286 + 57 77.9823 1173 7 1 54.65 95.6584 5.31191 + 57 307.837 1376 7 0 54.2225 95.49 4.15 + 57 15.5502 1178 7 1 55.65 95.677 5.20555 + 57 381.998 1379 7 0 53.9204 96.0674 4.15 + 57 239.729 1165 6 1 53.101 99.311 -24.45 + 57 137.19 1399 6 0 53.3815 99.9679 -25.8502 + 57 6.97407 1400 6 0 53.4671 100.15 -26.2394 + 57 141.695 1196 5 1 59.3346 113.549 -54.4509 + 57 87.2724 1469 5 0 59.6746 114.042 -55.85 + 57 21.8754 1470 5 0 59.7457 114.15 -56.1566 + 57 116.818 1233 4 1 66.6863 124.223 -84.4502 + 57 78.3599 1521 4 0 67.144 124.505 -85.85 + 57 52.7317 1522 4 0 67.2094 124.55 -86.0481 + 57 75.7899 1281 3 1 76.3569 130.589 -114.45 + 57 111.226 1282 3 1 76.4502 130.652 -114.589 + 57 69.3513 1555 3 0 77.245 131.266 -115.85 + 57 72.8616 1556 3 0 77.3487 131.35 -116.015 + 57 173.548 1377 2 1 95.5547 146.519 -144.45 + 57 24.0693 1378 2 1 95.75 146.644 -144.761 + 57 199.629 1634 2 0 96.4047 147.06 -145.85 + 57 89.3787 1635 2 0 96.5471 147.15 -146.089 + 57 66.3389 1463 1 1 112.796 157.216 -174.45 + 57 94.3925 1464 1 1 112.95 157.182 -174.672 + 57 131.087 1684 1 0 113.758 157.032 -175.85 + 57 158.061 1568 0 1 133.811 153.397 -204.45 + 57 84.6312 1569 0 1 133.95 153.449 -204.527 + 57 94.7507 1570 0 1 134.15 153.519 -204.625 + 57 72.4986 1571 0 1 134.35 153.589 -204.734 + 57 238.051 1670 0 0 136.153 154.167 -205.85 + 57 12.3046 1671 0 0 136.757 154.35 -206.224 + 57 141.652 1174 6 1 54.8804 98.2771 -24.4503 + 57 128.988 1391 6 0 54.783 98.3925 -25.85 + 57 112.781 1163 5 1 52.6801 100.68 -54.4509 + 57 151.383 1402 5 0 52.6127 100.668 -55.85 + 57 119.436 1158 4 1 51.7266 100.28 -84.45 + 57 118.109 1399 4 0 51.7106 100.081 -85.8506 + 57 224.129 1163 3 1 52.8116 96.2963 -114.45 + 57 129.96 1154 2 1 50.8797 94.1558 -144.45 + 57 143.585 1368 2 0 50.8308 93.9392 -145.85 + 57 51.8066 1146 1 1 49.2846 89.491 -174.45 + 57 76.7673 1145 1 1 49.25 89.4729 -174.573 + 57 82.4859 1346 1 0 48.9189 89.2774 -175.851 + 57 63.2372 1345 1 0 48.8714 89.25 -176.032 + 57 135.696 1107 0 1 41.6118 84.6206 -204.451 + 57 57.959 1322 0 0 41.1498 84.4676 -205.85 + 57 79.3892 1321 0 0 41.0992 84.45 -206.006 + 57 8.20449 1162 3 1 52.65 96.314 -114.825 + 57 27.1497 1431 3 0 24.1804 106.49 -116.25 + 57 81.4313 1432 3 0 24.1736 106.55 -116.178 + 57 57.1373 1433 3 0 24.1084 106.75 -116.021 + 57 103.53 1019 3 1 23.993 107.667 -114.85 + 57 152.267 1018 3 1 23.85 107.891 -114.658 + 57 66.3564 1017 3 1 23.65 107.976 -114.695 + 57 73.3112 1016 3 1 23.4498 108.078 -114.762 + 57 153.162 1452 3 0 19.8453 110.699 -115.85 + 57 178.898 1453 3 0 19.7393 110.75 -115.884 + 57 390.003 1232 3 0 36.4392 66.5822 -116.25 + 57 78.1078 1233 3 0 36.7952 66.65 -116.113 + 57 156.561 1442 2 0 67.5627 108.673 -146.25 + 57 34.5829 1239 2 1 68.0184 108.535 -144.85 + 57 70.3014 1240 2 1 68.05 108.521 -144.71 +Number of digits in this event = 63 +Using G4ParticleGun ... +6.77558 LIN e- Event: 58 -Number of tracker hits in this event = 39 - 58 148.367 685 9 1 -43.0472 117.81 65.55 - 58 264.984 1488 9 0 -43.0468 117.811 64.15 - 58 204.789 685 8 1 -43.028 117.813 35.55 - 58 197.553 1488 8 0 -43.0274 117.814 34.15 - 58 109.724 685 7 1 -43.0147 117.84 5.55 - 58 168.533 1488 7 0 -43.0132 117.841 4.15 - 58 111.846 685 6 1 -42.9774 117.853 -24.45 - 58 111.569 1488 6 0 -42.9787 117.86 -25.85 - 58 191.901 685 5 1 -43.0157 118.018 -54.45 - 58 127.489 1489 5 0 -43.0153 118.015 -55.85 - 58 130.587 684 4 1 -43.115 117.986 -84.45 - 58 241.751 1489 4 0 -43.1264 118.004 -85.85 - 58 130.386 683 3 1 -43.3512 118.513 -114.45 - 58 124.024 1491 3 0 -43.3521 118.54 -115.85 - 58 129.088 682 2 1 -43.4797 119.077 -144.45 - 58 224.515 1494 2 0 -43.4932 119.13 -145.85 - 58 141.896 681 1 1 -43.7216 120.275 -174.45 - 58 116.456 1501 1 0 -43.7495 120.376 -175.85 - 58 126.724 678 0 1 -44.3984 122.885 -204.45 - 58 151.752 1514 0 0 -44.476 123.033 -205.85 - 58 313.366 684 3 1 -43.1297 118.309 -114.45 - 58 232.001 1490 3 0 -43.1291 118.321 -115.85 - 58 127.279 684 2 1 -43.2076 118.939 -144.45 - 58 121.067 683 1 1 -43.2836 119.653 -174.45 - 58 101.217 1497 1 0 -43.2926 119.684 -175.85 - 58 115.819 682 0 1 -43.4816 120.329 -204.45 - 58 141.18 1501 0 0 -43.4917 120.359 -205.85 - 58 176.003 683 2 1 -43.25 118.45 -144.471 - 58 101.567 1491 2 0 -43.2634 118.461 -145.85 - 58 123.203 682 1 1 -43.5353 118.706 -174.45 - 58 169.974 1492 1 0 -43.5333 118.71 -175.85 - 58 120.236 683 0 1 -43.45 118.805 -204.472 - 58 111.309 1493 0 0 -43.4176 118.772 -205.85 - 58 122.555 1641 8 0 -142.341 148.449 33.75 - 58 134.661 189 8 1 -142.273 148.515 35.15 - 58 168.359 684 0 1 -43.1058 117.954 -204.45 - 58 158.533 1489 0 0 -43.1382 118.082 -205.85 - 58 73.7799 685 0 1 -43.0499 117.946 -204.648 - 58 119.636 1488 0 0 -42.7349 117.895 -205.85 -Number of digits in this event = 32 +Number of tracker hits in this event = 38 + 58 126.351 1408 10 1 101.803 2.95352 95.55 + 58 103.136 914 10 0 101.804 2.954 94.15 + 58 117.546 1408 9 1 101.812 2.96255 65.55 + 58 119.202 914 9 0 101.814 2.96144 64.15 + 58 175.824 1408 8 1 101.84 2.94177 35.55 + 58 118.574 914 8 0 101.842 2.9412 34.15 + 58 155.748 1408 7 1 101.874 2.92868 5.55 + 58 120.272 914 7 0 101.877 2.92889 4.15 + 58 115.975 1408 6 1 101.924 2.93351 -24.45 + 58 256.38 914 6 0 101.93 2.9338 -25.85 + 58 102.413 1409 5 1 102.041 2.94622 -54.45 + 58 112.115 914 5 0 102.043 2.94388 -55.85 + 58 110.213 1409 4 1 102.083 2.9012 -84.45 + 58 276.157 914 4 0 102.09 2.90101 -85.85 + 58 107.802 1410 3 1 102.227 2.88662 -114.45 + 58 198.956 914 3 0 102.233 2.8855 -115.85 + 58 40.6203 1410 2 1 102.349 2.86613 -144.45 + 58 107.214 1411 2 1 102.35 2.86643 -144.598 + 58 144.381 914 2 0 102.357 2.86842 -145.85 + 58 126.041 1412 1 1 102.556 2.90491 -174.45 + 58 548.165 914 1 0 102.57 2.90584 -175.85 + 58 108.417 1413 0 1 102.854 2.95179 -204.45 + 58 345.355 914 0 0 102.862 2.95387 -205.85 + 58 177.191 1470 5 1 114.183 -58.4979 -54.85 + 58 23.702 1471 5 1 114.35 -58.5355 -54.5118 + 58 71.0249 913 2 0 102.321 2.85 -146.117 + 58 118.283 875 2 0 79.7883 -4.9029 -146.25 + 58 154.72 724 2 0 100.772 -35.2183 -146.25 + 58 63.3096 913 4 0 102.18 2.85 -85.9447 + 58 5.78279 1414 4 1 103.142 2.81803 -84.8499 + 58 127.419 1415 4 1 103.15 2.81265 -84.8456 + 58 254.267 1410 1 1 102.217 2.91359 -174.45 + 58 228.557 1409 0 1 102.038 2.89013 -204.45 + 58 371.163 1441 2 0 69.4851 108.471 -146.25 + 58 25.6405 1442 2 0 69.6544 108.55 -146.152 + 58 337.435 1410 0 1 102.156 2.82717 -204.45 + 58 238.771 913 0 0 102.155 2.83315 -205.85 + 58 5.08455 1433 0 1 106.841 -86.9168 -204.45 +Number of digits in this event = 22 Using G4ParticleGun ... -6.79228 LIN +1.45893 LIN e- Event: 59 -Number of tracker hits in this event = 105 - 59 268.394 475 10 1 -85.0103 -62.1659 95.55 - 59 136.712 589 10 0 -85.0104 -62.1652 94.15 - 59 153.149 475 9 1 -85.0159 -62.1462 65.55 - 59 156.26 589 9 0 -85.0165 -62.1454 64.15 - 59 551.963 475 8 1 -85.0295 -62.1273 35.55 - 59 358.122 589 8 0 -85.0307 -62.1262 34.15 - 59 215.165 474 7 1 -85.0534 -62.1044 5.55 - 59 101.877 589 7 0 -85.0558 -62.101 4.15 - 59 133.104 474 6 1 -85.0987 -62.0399 -24.45 - 59 102.835 590 6 0 -85.1008 -62.0363 -25.85 - 59 123.286 474 5 1 -85.1416 -61.9627 -54.45 - 59 202.829 590 5 0 -85.1431 -61.9585 -55.85 - 59 198.814 474 4 1 -85.1795 -61.8745 -84.45 - 59 103.234 590 4 0 -85.1784 -61.8705 -85.85 - 59 129.777 474 3 1 -85.151 -61.7844 -114.45 - 59 156.094 591 3 0 -85.1463 -61.7811 -115.85 - 59 132.706 475 2 1 -85.0413 -61.7017 -144.45 - 59 192.409 591 2 0 -85.0373 -61.6974 -145.85 - 59 114.594 475 1 1 -84.9642 -61.6064 -174.45 - 59 139.078 592 1 0 -84.9616 -61.5997 -175.85 - 59 132.052 475 0 1 -84.9123 -61.4655 -204.45 - 59 135.086 592 0 0 -84.9106 -61.459 -205.85 - 59 67.3792 591 1 0 -85.0245 -61.65 -176.199 - 59 312.939 1040 1 0 -99.8212 28.0676 -176.25 - 59 103.601 1041 1 0 -100.051 28.25 -176.194 - 59 90.5415 129 2 0 94.0591 -154.15 -146.049 - 59 142.966 1374 2 1 95.0365 -154.713 -144.85 - 59 25.8323 724 8 0 -75.9813 -35.1098 33.75 - 59 3.83364 400 5 0 -105.758 -100.126 -56.25 - 59 203.388 399 5 0 -105.775 -100.15 -56.1046 - 59 88.6543 474 9 1 -85.05 -62.1031 65.4449 - 59 126.237 591 9 0 -85.3617 -61.7357 64.15 - 59 55.3708 440 8 1 -91.9946 -59.577 35.55 - 59 72.0918 439 8 1 -92.15 -59.6228 35.406 - 59 77.4901 438 8 1 -92.3503 -59.6635 35.3034 - 59 75.5927 437 8 1 -92.55 -59.7272 35.2071 - 59 311.631 597 8 0 -94.9184 -60.4693 34.15 - 59 37.565 214 7 1 -137.263 -70.3865 5.55 - 59 270.997 213 7 1 -137.35 -70.4197 5.5175 - 59 56.4144 212 7 1 -137.55 -70.4726 5.50274 - 59 341.661 211 7 1 -137.75 -70.5286 5.49795 - 59 60.8964 210 7 1 -137.95 -70.5723 5.44958 - 59 70.6271 209 7 1 -138.15 -70.6221 5.33412 - 59 192.846 208 7 1 -138.35 -70.666 5.24636 - 59 121.234 543 7 0 -139.867 -71.2827 4.15 - 59 88.8248 542 7 0 -140.232 -71.4502 3.8959 - 59 63.7844 643 7 0 -176.486 -51.4411 3.7501 - 59 102.255 644 7 0 -176.475 -51.25 3.8423 - 59 63.4466 645 7 0 -176.385 -51.0497 3.94316 - 59 29.7602 646 7 0 -176.285 -50.85 4.11506 - 59 33.4564 33 7 1 -173.472 -49.4755 5.15 - 59 309.437 34 7 1 -173.35 -49.4303 5.2146 - 59 403.246 35 7 1 -173.15 -49.3555 5.31637 - 59 51.1439 36 7 1 -172.95 -47.7154 5.16093 - 59 38.9284 689 7 0 -169.008 -42.1046 4.15 - 59 129.113 690 7 0 -168.955 -42.05 4.12744 - 59 255.945 691 7 0 -168.703 -41.85 4.05021 - 59 443.578 692 7 0 -168.531 -41.6499 3.91411 - 59 42.806 693 7 0 -167.672 -41.4498 3.93801 - 59 29.1999 475 7 1 -85.0118 -62.2137 5.55 - 59 150.73 590 7 0 -85.4598 -62.0066 4.15 - 59 128.132 430 6 1 -94.0093 -58.9718 -24.4511 - 59 10.7459 429 6 1 -94.1501 -58.9257 -24.8145 - 59 108.021 606 6 0 -94.5568 -58.797 -25.85 - 59 145.986 372 5 1 -105.606 -55.6147 -54.45 - 59 28.5558 371 5 1 -105.75 -55.6051 -54.7681 - 59 339.477 622 5 0 -106.256 -55.5802 -55.85 - 59 71.2491 299 4 1 -120.234 -54.3257 -84.45 - 59 107.404 298 4 1 -120.35 -54.3125 -84.6683 - 59 135.246 629 4 0 -120.968 -54.2019 -85.8504 - 59 108.339 226 3 1 -134.783 -51.8542 -114.45 - 59 14.4046 642 3 0 -135.184 -51.4686 -115.85 - 59 347.004 643 3 0 -135.202 -51.45 -115.914 - 59 98.6114 192 2 1 -141.574 -44.0525 -144.45 - 59 48.426 191 2 1 -141.75 -44.0149 -144.733 - 59 22.7075 681 2 0 -142.634 -43.6683 -145.85 - 59 139.234 682 2 0 -142.68 -43.65 -145.908 - 59 123.485 96 1 1 -160.921 -36.0841 -174.45 - 59 143.86 716 1 0 -160.632 -36.7291 -175.85 - 59 91.6646 715 1 0 -160.598 -36.85 -176.08 - 59 77.4336 118 0 1 -156.51 -50.2076 -204.45 - 59 175.026 117 0 1 -156.55 -50.4013 -204.49 - 59 50.442 628 4 0 -120.877 -54.4355 -85.85 - 59 63.7771 627 4 0 -120.933 -54.45 -85.958 - 59 12.5837 492 7 1 -81.4626 -61.6798 5.5491 - 59 97.0333 493 7 1 -81.45 -61.6649 5.50207 - 59 202.365 594 7 0 -81.0406 -61.2372 4.14918 - 59 131.83 535 6 1 -72.8965 -53.9971 -24.4503 - 59 1.89542 632 6 0 -72.8317 -53.4537 -25.85 - 59 125.269 633 6 0 -72.8313 -53.45 -25.8596 - 59 124.417 547 5 1 -70.5043 -40.4121 -54.45 - 59 200.664 700 5 0 -70.2558 -40.026 -55.8507 - 59 66.4186 576 4 1 -64.6811 -33.1677 -84.4502 - 59 80.207 577 4 1 -64.65 -33.2198 -84.5556 - 59 33.6539 731 4 0 -64.2568 -33.8226 -85.8502 - 59 131.081 730 4 0 -64.2401 -33.85 -85.9042 - 59 58.5924 490 4 0 -103.613 -81.8846 -86.25 - 59 60.1271 489 4 0 -103.753 -82.0506 -86.174 - 59 173.883 488 4 0 -103.771 -82.2504 -86.0829 - 59 188.355 487 4 0 -103.76 -82.45 -85.9991 - 59 49.8716 486 4 0 -103.601 -82.65 -86.073 - 59 117.26 371 4 0 -145.973 -105.88 -86.25 - 59 127.198 370 4 0 -146.095 -105.95 -86.1077 - 59 254.785 168 4 1 -146.476 -105.84 -84.85 - 59 21.0916 699 1 1 -40.1682 27.4966 -174.45 -Number of digits in this event = 55 +Number of tracker hits in this event = 101 + 59 123.889 696 10 1 -40.8407 -99.9169 95.55 + 59 94.48 401 10 0 -40.8423 -99.917 94.15 + 59 177.644 695 9 1 -40.8705 -99.94 65.55 + 59 107.174 401 9 0 -40.8701 -99.9384 64.15 + 59 127.208 695 8 1 -40.8628 -99.9247 35.55 + 59 121.787 401 8 0 -40.8579 -99.9296 34.15 + 59 115.64 696 7 1 -40.7761 -100.059 5.55 + 59 128.244 400 7 0 -40.7801 -100.077 4.15 + 59 461.29 695 6 1 -40.8634 -100.471 -24.45 + 59 119.28 398 6 0 -40.862 -100.491 -25.85 + 59 128.208 696 5 1 -40.7921 -100.893 -54.45 + 59 118.868 396 5 0 -40.7808 -100.916 -55.85 + 59 100.106 697 4 1 -40.5894 -101.359 -84.45 + 59 143.424 393 4 0 -40.5779 -101.384 -85.85 + 59 99.1226 698 3 1 -40.3952 -101.879 -114.45 + 59 365.737 391 3 0 -40.4053 -101.889 -115.85 + 59 112.754 697 2 1 -40.6201 -102.13 -144.45 + 59 94.7977 390 2 0 -40.6301 -102.145 -145.85 + 59 244.167 696 1 1 -40.8326 -102.46 -174.45 + 59 118.301 388 1 0 -40.8404 -102.461 -175.85 + 59 126.937 695 0 1 -41.0293 -102.39 -204.45 + 59 128.957 388 0 0 -41.0116 -102.403 -205.85 + 59 281.149 695 4 1 -40.9605 -101.179 -84.45 + 59 542.872 394 4 0 -41.0338 -101.233 -85.85 + 59 11.2555 688 3 1 -42.4479 -102.741 -114.45 + 59 123.889 687 3 1 -42.45 -102.745 -114.478 + 59 90.4708 386 3 0 -42.5465 -102.915 -115.85 + 59 34.4796 385 3 0 -42.5711 -102.95 -116.171 + 59 267.424 675 2 1 -44.852 -105.886 -144.45 + 59 101.053 370 2 0 -44.9019 -106.054 -145.85 + 59 161.757 668 1 1 -46.3525 -109.708 -174.45 + 59 103.113 350 1 0 -46.5142 -110 -175.85 + 59 166.966 650 0 1 -49.8717 -115.788 -204.45 + 59 25.7144 320 0 0 -50.0397 -116.131 -205.85 + 59 129.436 319 0 0 -50.0492 -116.15 -205.93 + 59 96.1459 693 3 1 -41.4042 -101.849 -114.45 + 59 129.983 693 2 1 -41.3454 -102.338 -144.45 + 59 112.102 388 2 0 -41.2837 -102.416 -145.85 + 59 115.241 699 1 1 -40.0902 -104.065 -174.45 + 59 150.444 380 1 0 -40.0547 -104.096 -175.85 + 59 117.749 702 0 1 -39.5441 -104.738 -204.45 + 59 128.496 377 0 0 -39.498 -104.721 -205.85 + 59 291.874 459 3 0 -37.5521 -88.1832 -116.25 + 59 431.304 460 3 0 -37.7896 -88.05 -116.149 + 59 110.606 458 3 0 -38.8895 -88.25 -115.942 + 59 252.615 705 3 1 -38.9447 -88.9654 -114.85 + 59 267.914 401 6 0 -40.8669 -99.9322 -25.85 + 59 8.70762 400 6 0 -40.8638 -99.95 -26.226 + 59 100.098 695 5 1 -40.9724 -101.156 -54.4501 + 59 138.796 394 5 0 -41.0092 -101.209 -55.8506 + 59 116.51 690 4 1 -41.9975 -102.003 -84.45 + 59 117.075 390 4 0 -41.9973 -101.968 -85.8501 + 59 150.199 690 3 1 -41.9494 -101.599 -114.45 + 59 122.586 393 3 0 -41.9722 -101.549 -115.85 + 59 245.644 687 2 1 -42.5227 -100.623 -144.45 + 59 352.278 398 2 0 -42.4505 -100.541 -145.85 + 59 84.6995 407 1 0 -40.678 -98.6308 -175.85 + 59 41.3117 408 1 0 -40.6465 -98.55 -176.154 + 59 147.548 712 0 1 -37.5545 -90.665 -204.45 + 59 100.548 449 0 0 -37.3748 -90.2556 -205.85 + 59 6.48463 686 2 1 -42.65 -100.572 -144.82 + 59 76.937 614 1 1 -57.0538 -100.416 -174.45 + 59 217.638 613 1 1 -57.25 -100.357 -174.667 + 59 60.6021 399 1 0 -58.372 -100.178 -175.85 + 59 83.7841 400 1 0 -58.5125 -100.15 -175.995 + 59 31.4506 428 0 1 -94.4986 -86.676 -204.45 + 59 134.82 427 0 1 -94.55 -86.6894 -204.512 + 59 56.9881 426 0 1 -94.75 -86.7689 -204.763 + 59 73.5114 463 0 0 -95.5376 -87.38 -205.85 + 59 117.103 462 0 0 -95.6303 -87.45 -205.966 + 59 32.0308 461 0 0 -95.8792 -87.65 -206.203 + 59 30.1829 308 0 0 -123.983 -118.471 -206.249 + 59 70.5219 307 0 0 -124.034 -118.55 -206.185 + 59 61.9098 306 0 0 -124.158 -118.75 -206.06 + 59 61.4221 305 0 0 -124.274 -118.95 -205.941 + 59 38.0955 274 0 1 -125.282 -120.53 -204.85 + 59 129.877 273 0 1 -125.35 -120.624 -204.776 + 59 36.8434 272 0 1 -125.55 -120.905 -204.524 + 59 40.8556 269 0 1 -126.228 -121.152 -204.45 + 59 89.3922 268 0 1 -126.35 -121.088 -204.558 + 59 32.534 267 0 1 -126.55 -120.97 -204.759 + 59 49.9525 298 0 0 -127.544 -120.412 -205.85 + 59 89.3797 299 0 0 -127.674 -120.35 -205.994 + 59 58.116 693 5 1 -41.25 -100.529 -54.6427 + 59 136.718 686 5 1 -42.7032 -100.496 -54.45 + 59 126.831 397 5 0 -42.9746 -100.63 -55.85 + 59 151.255 657 4 1 -48.4629 -104.435 -84.45 + 59 127.316 377 4 0 -48.7952 -104.559 -85.8507 + 59 140.937 630 3 1 -53.9184 -107.839 -114.45 + 59 135.998 361 3 0 -53.977 -107.847 -115.85 + 59 108.355 625 2 1 -54.8766 -107.566 -144.45 + 59 111.359 361 2 0 -55.0034 -107.765 -145.85 + 59 37.329 340 1 0 -57.1024 -111.97 -175.851 + 59 81.4094 341 1 0 -57.0801 -111.95 -175.962 + 59 84.3474 641 0 1 -51.756 -107.889 -204.45 + 59 134.606 642 0 1 -51.65 -107.669 -204.548 + 59 85.5304 643 0 1 -51.45 -107.266 -204.718 + 59 62.1337 373 0 0 -50.2254 -105.412 -205.85 + 59 122.687 374 0 0 -50.1842 -105.35 -205.892 + 59 76.9536 375 0 0 -50.0425 -105.15 -206.026 + 59 56.2295 376 0 0 -49.934 -104.95 -206.142 +Number of digits in this event = 45 Using G4ParticleGun ... -9.18449 LIN +1.94577 LIN e- Event: 60 -Number of tracker hits in this event = 44 - 60 120.07 739 11 1 -32.1742 -48.5669 125.55 - 60 110.565 657 11 0 -32.1737 -48.5665 124.15 - 60 126.786 739 10 1 -32.1662 -48.5545 95.55 - 60 130.275 657 10 0 -32.1665 -48.5539 94.15 - 60 136.415 739 9 1 -32.1717 -48.5429 65.55 - 60 117.664 657 9 0 -32.1723 -48.5419 64.15 - 60 141.052 739 8 1 -32.1863 -48.5205 35.55 - 60 102.237 657 8 0 -32.1872 -48.5188 34.15 - 60 108.395 739 7 1 -32.206 -48.483 5.55 - 60 99.5832 657 7 0 -32.2066 -48.4823 4.15 - 60 117.658 739 6 1 -32.2114 -48.4672 -24.45 - 60 120.464 657 6 0 -32.2115 -48.4648 -25.85 - 60 122.968 739 5 1 -32.2143 -48.4168 -54.45 - 60 122.333 658 5 0 -32.2138 -48.414 -55.85 - 60 142.574 739 4 1 -32.2009 -48.3551 -84.45 - 60 126.526 658 4 0 -32.2002 -48.3507 -85.85 - 60 139.924 739 3 1 -32.1928 -48.2624 -114.45 - 60 114.48 658 3 0 -32.1928 -48.2582 -115.85 - 60 274.278 739 2 1 -32.194 -48.1686 -144.45 - 60 252.83 659 2 0 -32.1939 -48.1638 -145.85 - 60 231.2 739 1 1 -32.1807 -48.0591 -174.45 - 60 572.899 659 1 0 -32.1793 -48.0539 -175.85 - 60 167.476 739 0 1 -32.1519 -47.9466 -204.45 - 60 174.237 660 0 0 -32.1493 -47.9415 -205.85 - 60 23.7946 1304 0 0 52.9366 80.85 -206.024 - 60 15.8219 1163 0 1 52.6788 81.1123 -204.85 - 60 111.477 1162 0 1 52.65 81.1302 -204.801 - 60 236.067 1161 0 1 52.4496 81.2403 -204.76 - 60 120.326 738 0 1 -32.2719 -48.2478 -204.45 - 60 100.122 659 0 0 -32.2717 -48.2394 -205.85 - 60 241.533 658 1 0 -32.8558 -48.25 -175.975 - 60 88.0852 738 2 1 -32.25 -48.164 -144.59 - 60 29.8265 660 2 0 -32.7595 -47.8734 -145.85 - 60 95.8995 661 2 0 -32.791 -47.85 -145.943 - 60 11.8385 1150 2 0 -3.79739 50.1993 -146.25 - 60 51.2898 1151 2 0 -3.78121 50.25 -146.234 - 60 46.4332 1152 2 0 -3.75138 50.45 -146.15 - 60 46.8298 1153 2 0 -3.75883 50.65 -146.055 - 60 50.649 1154 2 0 -3.78207 50.85 -145.978 - 60 66.5013 1155 2 0 -3.80527 51.05 -145.916 - 60 95.5822 1156 2 0 -3.83804 51.25 -145.866 - 60 382.842 876 2 1 -4.74094 55.5915 -144.85 - 60 53.1786 877 2 1 -4.65 56.8351 -144.464 - 60 34.7499 878 2 1 -4.45 56.8413 -144.467 -Number of digits in this event = 24 +Number of tracker hits in this event = 81 + 60 123.521 1264 10 1 73.0039 -55.252 95.55 + 60 113.312 623 10 0 73.0051 -55.2548 94.15 + 60 161.991 1264 9 1 73.0321 -55.3048 65.55 + 60 130.08 623 9 0 73.0358 -55.3092 64.15 + 60 185.204 1265 8 1 73.1048 -55.4103 35.55 + 60 155.311 623 8 0 73.1039 -55.4135 34.15 + 60 106.267 1264 7 1 73.0465 -55.4272 5.55 + 60 121.896 623 7 0 73.0349 -55.4318 4.15 + 60 150.865 1263 6 1 72.8187 -55.517 -24.45 + 60 96.4446 622 6 0 72.8113 -55.5142 -25.85 + 60 416.413 1262 5 1 72.6425 -55.434 -54.45 + 60 225.779 623 5 0 72.6289 -55.4277 -55.85 + 60 95.9746 1261 4 1 72.3462 -55.3271 -84.45 + 60 268.394 623 4 0 72.3269 -55.3364 -85.85 + 60 176.372 1259 3 1 71.9516 -55.4785 -114.45 + 60 135.028 622 3 0 71.9306 -55.4805 -115.85 + 60 143.404 1257 2 1 71.514 -55.551 -144.45 + 60 124.373 622 2 0 71.4793 -55.5544 -145.85 + 60 152.774 1253 1 1 70.7521 -55.5881 -174.45 + 60 135.326 622 1 0 70.7207 -55.5878 -175.85 + 60 152.828 1250 0 1 70.0952 -55.5658 -204.45 + 60 120.663 622 0 0 70.069 -55.5719 -205.85 + 60 104.987 622 5 0 72.6297 -55.4591 -55.85 + 60 61.9536 1267 4 1 73.461 -57.1249 -84.45 + 60 110.257 1266 4 1 73.45 -57.1214 -84.5409 + 60 121.127 614 4 0 73.3045 -57.089 -85.8502 + 60 125.97 1254 3 1 71.0117 -57.1453 -114.45 + 60 183.675 614 3 0 70.6115 -57.2133 -115.85 + 60 135.927 1204 2 1 61.0072 -57.9719 -144.45 + 60 26.1859 609 2 0 60.6384 -58.235 -145.85 + 60 97.1803 608 2 0 60.6175 -58.25 -145.932 + 60 119.037 1158 1 1 51.8368 -63.5488 -174.45 + 60 67.3271 580 1 0 51.3426 -63.9806 -175.851 + 60 81.4832 579 1 0 51.2731 -64.05 -176.051 + 60 39.7352 1118 0 1 43.788 -77.6558 -204.45 + 60 91.6481 1117 0 1 43.65 -77.7397 -204.528 + 60 79.3971 1116 0 1 43.45 -77.8662 -204.654 + 60 13.0079 1115 0 1 43.25 -77.9878 -204.808 + 60 43.2162 506 0 0 41.997 -78.7749 -205.85 + 60 129.688 505 0 0 41.8849 -78.85 -205.94 + 60 53.1697 504 0 0 41.5381 -79.0502 -206.162 + 60 125.692 1157 1 1 51.65 -63.7413 -174.452 + 60 144.103 1156 1 1 51.4499 -64.1916 -174.675 + 60 1.29119 1155 1 1 51.25 -64.5452 -174.846 + 60 9.11828 566 1 0 49.9849 -66.8211 -175.85 + 60 203.352 565 1 0 49.9678 -66.85 -175.862 + 60 97.5733 564 1 0 49.7954 -67.0502 -175.931 + 60 89.2288 563 1 0 49.5968 -67.25 -175.984 + 60 99.1692 562 1 0 49.4008 -67.4502 -176.028 + 60 87.7764 561 1 0 49.1916 -67.65 -176.046 + 60 165.713 560 1 0 48.9713 -67.85 -176.06 + 60 88.1296 559 1 0 48.7227 -68.05 -176.106 + 60 70.5833 558 1 0 48.5329 -68.2501 -176.138 + 60 245.779 557 1 0 48.4294 -68.45 -176.145 + 60 63.8993 556 1 0 48.3294 -68.65 -176.144 + 60 68.4768 555 1 0 48.185 -68.85 -176.088 + 60 86.9259 554 1 0 48.0547 -69.05 -176.002 + 60 38.9106 553 1 0 47.9115 -69.25 -175.899 + 60 187.949 1128 1 1 45.8309 -71.0078 -174.85 + 60 67.2711 1127 1 1 45.65 -71.141 -174.751 + 60 72.7762 1126 1 1 45.4499 -71.2698 -174.615 + 60 230.362 1125 1 1 45.2328 -71.8547 -174.45 + 60 1.81234 1124 1 1 45.05 -71.9468 -174.845 + 60 30.3452 539 1 0 44.3738 -72.2233 -175.851 + 60 109.424 538 1 0 44.3081 -72.2501 -175.949 + 60 92.9464 570 1 0 31.1593 -65.97 -176.25 + 60 188.746 1055 1 1 31.0789 -65.6736 -174.85 + 60 183.879 1262 4 1 72.49 -55.3509 -84.45 + 60 129.816 1262 3 1 72.5426 -54.9216 -114.45 + 60 76.3643 625 3 0 72.5248 -54.8603 -115.85 + 60 60.3642 626 3 0 72.5214 -54.85 -116.082 + 60 188.324 1260 2 1 72.0654 -53.7108 -144.45 + 60 160.489 632 2 0 72.054 -53.6132 -145.85 + 60 130.048 1260 1 1 72.2237 -51.5135 -174.45 + 60 112.268 643 1 0 72.1889 -51.4209 -175.85 + 60 106.459 1257 0 1 71.4605 -49.5716 -204.45 + 60 104.021 652 0 0 71.5366 -49.4744 -205.85 + 60 11.0488 653 0 0 71.5558 -49.45 -206.198 + 60 100.39 1259 2 1 72.0404 -53.718 -144.45 + 60 41.6716 628 2 0 71.9692 -54.3676 -145.85 + 60 73.1403 627 2 0 71.9586 -54.45 -146.009 +Number of digits in this event = 37 Using G4ParticleGun ... -7.0235 LIN +9.16742 LIN e- Event: 61 -Number of tracker hits in this event = 63 - 61 183.854 679 11 1 -44.1585 -67.7943 125.55 - 61 125.572 561 11 0 -44.1582 -67.7953 124.15 - 61 120.698 679 10 1 -44.1522 -67.8114 95.55 - 61 122.628 561 10 0 -44.1506 -67.8127 94.15 - 61 126.613 679 9 1 -44.1225 -67.8381 65.55 - 61 113.892 561 9 0 -44.1217 -67.8402 64.15 - 61 133.444 679 8 1 -44.1057 -67.8748 35.55 - 61 165.032 560 8 0 -44.1049 -67.8748 34.15 - 61 114.804 679 7 1 -44.0914 -67.8764 5.55 - 61 130.74 560 7 0 -44.0933 -67.8803 4.15 - 61 103.894 679 6 1 -44.1249 -67.9671 -24.45 - 61 164.171 560 6 0 -44.1248 -67.9707 -25.85 - 61 244.682 679 5 1 -44.0964 -68.0017 -54.45 - 61 467.267 560 5 0 -44.1099 -68.0034 -55.85 - 61 132.059 678 4 1 -44.396 -68.0781 -84.45 - 61 155.66 559 4 0 -44.4121 -68.0862 -85.85 - 61 132.617 676 3 1 -44.7115 -68.1967 -114.45 - 61 125.071 559 3 0 -44.7179 -68.1885 -115.85 - 61 122.384 676 2 1 -44.804 -67.9562 -144.45 - 61 162.644 560 2 0 -44.8018 -67.9485 -145.85 - 61 133.616 676 1 1 -44.7678 -67.8288 -174.45 - 61 218.557 561 1 0 -44.7633 -67.8072 -175.85 - 61 164.72 677 0 1 -44.6447 -67.3815 -204.45 - 61 128.715 563 0 0 -44.6491 -67.3562 -205.85 - 61 162.531 677 4 1 -44.4501 -68.1086 -84.5913 - 61 358.224 676 4 1 -44.6501 -68.3871 -84.6148 - 61 488.112 1508 4 1 121.874 95.1372 -84.45 - 61 68.2591 1507 4 1 121.75 95.1197 -84.4581 - 61 20.4164 678 5 1 -44.3793 -68.0701 -54.45 - 61 134.597 677 5 1 -44.4501 -68.0952 -54.5158 - 61 48.8139 676 5 1 -44.65 -68.0461 -54.7259 - 61 163.7 561 5 0 -46.7061 -67.85 -56.1893 - 61 83.405 630 5 0 29.0939 -53.8991 -56.25 - 61 9.91306 631 5 0 29.3434 -53.85 -56.2345 - 61 24.0949 874 5 0 132.787 -5.08165 -56.25 - 61 252.283 875 5 0 132.828 -5.05 -56.2241 - 61 24.5361 876 5 0 133.299 -4.84987 -56.2418 - 61 185.414 1078 5 0 164.027 35.6994 -56.25 - 61 139.488 667 4 1 -46.5475 -63.1496 -84.45 - 61 120.157 584 4 0 -46.8864 -63.114 -85.8502 - 61 102.831 630 3 1 -53.9123 -61.0347 -114.45 - 61 97.0177 629 3 1 -54.05 -60.9763 -114.676 - 61 4.29934 596 3 0 -54.6679 -60.6551 -115.85 - 61 111.968 597 3 0 -54.6776 -60.65 -115.869 - 61 144.267 563 2 1 -67.3318 -54.3726 -144.45 - 61 4.28781 562 2 1 -67.4504 -54.2741 -144.825 - 61 19.2153 629 2 0 -67.7361 -54.0605 -145.85 - 61 199.938 630 2 0 -67.7508 -54.05 -145.903 - 61 124.826 543 1 1 -71.3051 -51.5404 -174.45 - 61 78.2784 544 1 1 -71.25 -51.5397 -174.657 - 61 118.787 642 1 0 -70.9795 -51.5663 -175.85 - 61 57.052 568 0 1 -66.3526 -50.7943 -204.45 - 61 91.1387 567 0 1 -66.45 -50.8543 -204.558 - 61 92.7341 566 0 1 -66.65 -50.9526 -204.747 - 61 105.024 643 0 0 -67.521 -51.2674 -205.85 - 61 44.4135 764 5 0 -43.5676 -27.1301 -56.25 - 61 65.7956 765 5 0 -43.5896 -27.05 -56.2163 - 61 13.0072 891 5 0 -78.6104 -1.83529 -56.25 - 61 257.978 890 5 0 -78.6194 -1.85 -56.2318 - 61 23.4768 1068 0 1 33.65 -35.6076 -204.52 - 61 152.735 846 1 1 -10.7988 -119.676 -174.45 - 61 212.271 845 1 1 -10.8501 -119.931 -174.509 - 61 215.132 1324 3 1 84.8607 -35.9024 -114.45 -Number of digits in this event = 40 -Using G4ParticleGun ... -1.90421 LIN +Number of tracker hits in this event = 164 + 61 276.677 876 11 1 -4.70139 -37.4685 125.55 + 61 108.72 712 11 0 -4.70156 -37.469 124.15 + 61 132.392 876 10 1 -4.70121 -37.4853 95.55 + 61 148.887 712 10 0 -4.70145 -37.4885 94.15 + 61 207.208 876 9 1 -4.70584 -37.5591 65.55 + 61 128.175 712 9 0 -4.70565 -37.5622 64.15 + 61 437.879 876 8 1 -4.70453 -37.6303 35.55 + 61 568.841 712 8 0 -4.70578 -37.6339 34.15 + 61 310.331 876 7 1 -4.7339 -37.6996 5.55 + 61 134.761 711 7 0 -4.73607 -37.7033 4.15 + 61 276.803 876 6 1 -4.78572 -37.7831 -24.45 + 61 206.039 711 6 0 -4.78758 -37.7884 -25.85 + 61 434.497 876 5 1 -4.82501 -37.8989 -54.45 + 61 167.281 710 5 0 -4.82786 -37.9028 -55.85 + 61 151.307 875 4 1 -4.8812 -37.9793 -84.45 + 61 196.152 710 4 0 -4.88313 -37.9806 -85.85 + 61 199.191 875 3 1 -4.92235 -38.0082 -114.45 + 61 114.069 710 3 0 -4.92455 -38.0103 -115.85 + 61 314.539 875 2 1 -4.96483 -38.0604 -144.45 + 61 233.577 709 2 0 -4.966 -38.0618 -145.85 + 61 375.039 875 1 1 -4.98817 -38.0861 -174.45 + 61 130.003 709 1 0 -4.98987 -38.0878 -175.85 + 61 131.085 875 0 1 -5.02482 -38.1189 -204.45 + 61 214.308 709 0 0 -5.02559 -38.1211 -205.85 + 61 244.765 242 7 1 -131.55 -128.392 5.27791 + 61 57.7965 924 1 0 16.3748 4.85 -176.156 + 61 24.9974 923 1 0 16.3873 4.85 -176.145 + 61 142.713 876 3 1 -4.84994 -38.1169 -114.594 + 61 236.479 704 3 0 -3.71253 -39.1608 -115.85 + 61 229.521 703 3 0 -3.34175 -39.25 -116.037 + 61 24.0306 885 3 1 -3.00233 -40.4902 -114.85 + 61 80.4241 686 3 0 -2.06182 -42.7817 -115.85 + 61 344.958 708 1 0 -4.94453 -38.2778 -175.85 + 61 74.5809 866 0 1 -6.83859 -39.1461 -204.45 + 61 44.5887 865 0 1 -6.85 -39.1439 -204.691 + 61 112.117 704 0 0 -6.89379 -39.122 -205.85 + 61 9.34984 874 2 1 -5.05 -37.7505 -144.817 + 61 0.581822 714 2 0 -5.31572 -37.0525 -145.85 + 61 197.426 715 2 0 -5.31669 -37.05 -145.854 + 61 63.4202 716 2 0 -5.40214 -36.85 -146.13 + 61 202.653 963 2 0 -57.5072 12.7786 -146.25 + 61 139.873 964 2 0 -57.6387 12.8501 -146.163 + 61 143.004 965 2 0 -57.9164 13.05 -146.034 + 61 93.1867 966 2 0 -58.1791 13.25 -145.954 + 61 7.27222 967 2 0 -58.4747 13.45 -145.858 + 61 38.5929 594 2 1 -61.1639 15.1004 -144.85 + 61 105.626 593 2 1 -61.25 15.1506 -144.811 + 61 66.409 592 2 1 -61.4509 15.2961 -144.704 + 61 161.753 591 2 1 -61.6504 15.4277 -144.606 + 61 285.029 590 2 1 -61.85 14.8825 -144.536 + 61 144.771 589 2 1 -62.0501 13.8509 -144.5 + 61 81.0082 996 2 0 -39.5589 19.282 -146.25 + 61 68.4624 997 2 0 -39.3848 19.4502 -146.063 + 61 87.3487 998 2 0 -39.2407 19.65 -145.946 + 61 143.106 704 2 1 -39.1074 20.6911 -144.85 + 61 87.6157 705 2 1 -39.05 20.9523 -144.558 + 61 115.938 706 2 1 -38.85 21.0945 -144.492 + 61 63.9824 707 2 1 -38.65 21.2455 -144.498 + 61 216.822 708 2 1 -38.45 21.3808 -144.548 + 61 132.031 709 2 1 -38.25 21.516 -144.568 + 61 180.103 710 2 1 -38.0497 21.572 -144.677 + 61 38.2453 1001 2 0 -38.6435 20.3222 -145.85 + 61 255.339 1000 2 0 -38.6919 20.25 -145.888 + 61 219.77 874 0 1 -5.05 -38.2417 -204.474 + 61 1.40394 706 0 0 -4.78404 -38.8469 -205.85 + 61 146.962 705 0 0 -4.78222 -38.85 -205.857 + 61 151.718 711 5 0 -4.78501 -37.6588 -55.85 + 61 209.379 712 5 0 -4.78611 -37.65 -55.9499 + 61 221.955 874 4 1 -5.20902 -35.3053 -84.45 + 61 140.668 724 4 0 -5.15479 -35.2178 -85.85 + 61 301.537 881 3 1 -3.69078 -33.5338 -114.45 + 61 106.803 733 3 0 -3.68521 -33.4065 -115.85 + 61 260.768 883 2 1 -3.32101 -30.823 -144.45 + 61 191.627 746 2 0 -3.29329 -30.6908 -145.85 + 61 112.872 885 1 1 -2.90317 -27.9993 -174.45 + 61 123.308 760 1 0 -2.90158 -27.9084 -175.85 + 61 93.3644 884 0 1 -3.11762 -26.3145 -204.45 + 61 56.9184 768 0 0 -3.16143 -26.2594 -205.85 + 61 38.6251 769 0 0 -3.17036 -26.25 -206.095 + 61 151.532 894 4 1 -1.20481 -36.6055 -84.4501 + 61 122.61 717 4 0 -1.09211 -36.6383 -85.85 + 61 200.516 906 3 1 1.26657 -37.2519 -114.45 + 61 133.505 714 3 0 1.41553 -37.2327 -115.85 + 61 116.821 923 2 1 4.66366 -36.797 -144.45 + 61 219.722 717 2 0 4.97507 -36.6229 -145.85 + 61 190.941 955 1 1 11.0855 -33.3043 -174.45 + 61 265.342 733 1 0 11.2492 -33.2797 -175.851 + 61 155.527 970 0 1 14.1143 -32.3466 -204.45 + 61 12.3509 738 0 0 14.3623 -32.254 -205.85 + 61 212.492 739 0 0 14.3716 -32.25 -205.905 + 61 78.1925 730 6 0 127.44 -33.9212 -26.25 + 61 5.56211 729 6 0 127.683 -34.05 -26.2486 + 61 388.17 125 6 0 174.342 -154.976 -26.25 + 61 152.823 124 6 0 174.173 -155.15 -26.0344 + 61 74.5214 877 8 1 -4.64988 -37.6623 35.4622 + 61 70.766 699 8 0 -5.93415 -40.1254 34.15 + 61 73.4727 698 8 0 -6.00223 -40.25 34.1032 + 61 80.782 697 8 0 -6.17125 -40.45 34.0139 + 61 73.7139 696 8 0 -6.35826 -40.6501 33.9912 + 61 98.4529 695 8 0 -6.48921 -40.85 33.9961 + 61 70.0823 694 8 0 -6.64948 -41.0507 33.9907 + 61 81.8978 693 8 0 -6.82336 -41.25 33.9736 + 61 50.2486 692 8 0 -6.98443 -41.45 33.9807 + 61 54.5505 691 8 0 -7.04847 -41.65 34.0139 + 61 28.3547 690 8 0 -7.09268 -41.85 34.1008 + 61 325.812 863 8 1 -7.31503 -44.3289 35.15 + 61 168.698 862 8 1 -7.45 -44.9086 35.2981 + 61 170.869 861 8 1 -7.65 -45.1507 35.4875 + 61 478.224 860 8 1 -7.85006 -45.3341 35.4131 + 61 33.6597 664 8 0 -7.62076 -47.0755 34.1497 + 61 152.466 708 8 0 -4.32052 -38.2742 34.15 + 61 278.646 707 8 0 -4.22081 -38.45 33.8672 + 61 44.8693 877 9 1 -4.65 -37.5358 65.2402 + 61 65.8236 714 9 0 -3.44699 -37.1236 64.15 + 61 190.895 715 9 0 -3.35098 -37.0499 64.0679 + 61 61.0684 716 9 0 -3.14402 -36.8494 63.9642 + 61 190.298 886 9 1 -2.84831 -37.2715 65.15 + 61 110.792 887 9 1 -2.64997 -37.4325 65.4295 + 61 165.5 876 1 1 -4.78175 -37.9494 -174.45 + 61 117.592 712 1 0 -4.83817 -37.5668 -175.85 + 61 102.604 870 0 1 -5.89416 -31.6883 -204.45 + 61 33.3221 869 0 1 -6.05017 -31.7656 -204.722 + 61 9.70897 740 0 0 -6.58753 -32.0419 -205.85 + 61 305.996 713 7 0 -4.67693 -37.3389 4.15 + 61 158.049 713 6 0 -4.73709 -37.401 -25.85 + 61 112.698 878 5 1 -4.41266 -37.5853 -54.45 + 61 331.433 879 4 1 -4.08101 -37.6511 -84.45 + 61 136.668 712 4 0 -4.06752 -37.6478 -85.85 + 61 101.443 712 3 0 -3.81062 -37.5877 -115.85 + 61 126.581 881 2 1 -3.72791 -37.6954 -144.45 + 61 168.159 711 2 0 -3.70991 -37.7095 -145.85 + 61 111.24 883 1 1 -3.33726 -37.9773 -174.45 + 61 120.853 710 1 0 -3.31237 -37.9831 -175.85 + 61 115.419 886 0 1 -2.75768 -38.0588 -204.45 + 61 165.701 991 3 0 113.847 18.25 -116.149 + 61 8.58285 664 1 1 -47.05 64.7096 -174.504 + 61 149.034 877 7 1 -4.48695 -37.437 5.55 + 61 179.982 879 6 1 -4.18338 -37.1546 -24.45 + 61 118.016 714 6 0 -4.15942 -37.1542 -25.85 + 61 115.236 882 5 1 -3.60406 -37.0697 -54.45 + 61 108.011 714 5 0 -3.58442 -37.0585 -55.85 + 61 339.3 884 4 1 -3.19518 -36.8133 -84.45 + 61 111.946 716 4 0 -3.17666 -36.8046 -85.85 + 61 131.181 886 3 1 -2.80959 -36.6258 -114.45 + 61 157.104 717 3 0 -2.78615 -36.6182 -115.85 + 61 102.993 888 2 1 -2.32985 -36.4926 -144.45 + 61 114.389 890 1 1 -1.98041 -36.6019 -174.45 + 61 111.502 717 1 0 -1.96219 -36.6041 -175.85 + 61 125.91 892 0 1 -1.64737 -36.6552 -204.45 + 61 115.635 717 0 0 -1.63345 -36.648 -205.85 + 61 245.914 1125 7 0 112.237 45.2489 3.75 + 61 86.6906 1124 7 0 112.69 45.05 4.09343 + 61 160.414 1123 7 0 112.731 44.85 4.09417 + 61 31.9431 1465 7 1 113.306 43.7927 5.15009 + 61 56.1822 1112 7 0 112.008 42.5505 4.15 + 61 19.8992 713 3 0 -2.70519 -37.25 -115.895 + 61 188.035 885 4 1 -3.05 -36.8686 -84.7507 + 61 68.7041 886 4 1 -2.85 -36.836 -84.4956 + 61 90.0893 887 4 1 -2.65 -36.7281 -84.5552 + 61 87.4358 888 4 1 -2.44997 -36.6759 -84.5649 + 61 55.7966 889 4 1 -2.25 -36.6409 -84.7265 + 61 167.38 718 4 0 -2.82184 -36.365 -85.85 + 61 40.3845 719 4 0 -3.25275 -36.2499 -85.8799 + 61 206.94 878 4 1 -4.25 -34.8482 -84.7847 +Number of digits in this event = 89 +Using G4ParticleGun ... +7.09667 LIN e- Event: 62 -Number of tracker hits in this event = 166 - 62 129.837 688 11 1 -42.2949 -4.12243 125.55 - 62 170.659 879 11 0 -42.2898 -4.11884 124.15 - 62 169.197 689 10 1 -42.1901 -4.0628 95.55 - 62 150.741 879 10 0 -42.1854 -4.06044 94.15 - 62 269.288 689 9 1 -42.1156 -4.00782 65.55 - 62 249.175 880 9 0 -42.1086 -4.00005 64.15 - 62 103.543 690 8 1 -41.9716 -3.84487 35.55 - 62 115.656 881 8 0 -41.9661 -3.83734 34.15 - 62 352.784 691 7 1 -41.8342 -3.67669 5.55 - 62 229.943 881 7 0 -41.8282 -3.66248 4.15 - 62 125.166 691 6 1 -41.7021 -3.39272 -24.45 - 62 99.8134 883 6 0 -41.6967 -3.37286 -25.85 - 62 404.026 692 5 1 -41.5963 -2.95881 -54.45 - 62 128.458 885 5 0 -41.5852 -2.93888 -55.85 - 62 119.654 693 4 1 -41.362 -2.53527 -84.45 - 62 214.799 887 4 0 -41.3553 -2.51821 -85.85 - 62 146.136 694 3 1 -41.2257 -2.18904 -114.45 - 62 106.215 889 3 0 -41.2204 -2.17146 -115.85 - 62 148.684 694 2 1 -41.1039 -1.81402 -144.45 - 62 116.108 891 2 0 -41.0983 -1.79358 -145.85 - 62 257.008 695 1 1 -40.9972 -1.40076 -174.45 - 62 109.807 893 1 0 -40.9876 -1.38143 -175.85 - 62 144.133 696 0 1 -40.7592 -0.988185 -204.45 - 62 136.036 895 0 0 -40.6031 -0.900644 -205.85 - 62 77.4396 1098 11 1 39.7714 -129.25 125.15 - 62 210.288 693 5 1 -41.4497 -3.2656 -54.694 - 62 22.848 694 5 1 -41.25 -3.37834 -54.8154 - 62 36.6646 878 5 0 -38.8789 -4.40578 -55.85 - 62 153.335 877 5 0 -38.8026 -4.45 -55.8887 - 62 41.9482 691 5 1 -41.65 -3.40581 -54.7129 - 62 125.573 884 5 0 -42.2075 -3.15374 -55.8503 - 62 68.2475 694 1 1 -41.0615 -1.8329 -174.45 - 62 80.6183 895 1 0 -41.2223 -1.04274 -175.85 - 62 67.9751 896 1 0 -41.2901 -0.85 -176.043 - 62 153.463 897 1 0 -41.4953 -0.65 -176.09 - 62 58.4867 898 1 0 -41.6752 -0.45 -176.137 - 62 69.2506 899 1 0 -41.7176 -0.249802 -176.173 - 62 262.029 900 1 0 -41.6022 0.05 -176.197 - 62 118.463 901 1 0 -41.4761 0.25 -176.082 - 62 329.277 682 1 1 -43.5073 1.6959 -174.85 - 62 138.32 690 9 1 -42.05 -4.02196 65.4065 - 62 136.302 878 9 0 -41.3574 -4.40705 64.1498 - 62 102.782 668 8 1 -46.4411 -3.40713 35.5494 - 62 36.2064 667 8 1 -46.45 -3.37945 35.4021 - 62 188.689 882 8 0 -45.5254 -3.56958 34.15 - 62 78.4364 883 8 0 -45.0495 -3.44974 33.8985 - 62 6.72813 717 8 1 -36.6447 -1.7205 35.55 - 62 129.958 716 8 1 -36.65 -1.70021 35.5319 - 62 15.0858 897 8 0 -37.0648 -0.48347 34.15 - 62 101.693 898 8 0 -37.0758 -0.44984 34.1079 - 62 27.3838 899 8 0 -37.1428 -0.249839 33.821 - 62 52.7879 684 7 1 -43.0811 17.174 5.55 - 62 104.214 683 7 1 -43.25 17.1752 5.48924 - 62 56.9748 682 7 1 -43.45 17.1674 5.41438 - 62 70.4423 681 7 1 -43.65 17.1763 5.36717 - 62 92.5866 680 7 1 -43.85 17.2069 5.34743 - 62 46.3492 679 7 1 -44.0502 17.2276 5.33927 - 62 55.6755 678 7 1 -44.25 17.2238 5.32119 - 62 48.294 677 7 1 -44.45 17.1603 5.26864 - 62 51.8981 676 7 1 -44.65 17.0872 5.21699 - 62 68.2467 675 7 1 -44.85 16.9981 5.21083 - 62 47.1832 674 7 1 -45.05 16.9102 5.19248 - 62 139.168 673 7 1 -45.25 16.8278 5.18128 - 62 116.386 672 7 1 -45.4501 16.7603 5.17018 - 62 229.722 977 7 0 -50.4038 15.5129 4.1499 - 62 187.193 976 7 0 -51.0228 15.45 3.96167 - 62 192.55 189 6 1 -142.232 18.5053 -24.45 - 62 58.8762 190 6 1 -142.15 18.8002 -24.6706 - 62 16.8789 996 6 0 -141.742 19.4164 -25.85 - 62 133.02 997 6 0 -141.719 19.45 -25.9127 - 62 32.5556 1437 6 0 -37.8657 107.645 -26.2498 - 62 11.9042 969 7 0 -50.3028 14.05 4.03771 - 62 193.148 880 7 0 -41.5701 -3.86577 4.15 - 62 28.0785 715 6 1 -36.8758 -6.10921 -24.4511 - 62 89.2576 716 6 1 -36.85 -6.09322 -24.5589 - 62 349.072 870 6 0 -36.5502 -5.93805 -25.85 - 62 93.9496 745 5 1 -30.9466 -4.67224 -54.45 - 62 8.67384 746 5 1 -30.85 -4.5347 -54.8212 - 62 114.219 879 5 0 -30.6524 -4.15923 -55.85 - 62 21.4567 880 5 0 -30.5946 -4.05 -56.1428 - 62 59.157 780 4 1 -23.8585 7.10179 -84.45 - 62 64.0111 781 4 1 -23.85 7.20002 -84.6259 - 62 58.8829 939 4 0 -23.6245 7.96848 -85.85 - 62 83.8331 940 4 0 -23.5995 8.05 -85.9819 - 62 93.7802 800 3 1 -19.9369 24.756 -114.45 - 62 59.7351 801 3 1 -19.85 24.7946 -114.489 - 62 55.5402 802 3 1 -19.6498 24.865 -114.569 - 62 81.2123 803 3 1 -19.45 24.9403 -114.662 - 62 34.5621 804 3 1 -19.25 25.0665 -114.804 - 62 77.0815 1031 3 0 -17.45 26.3117 -115.85 - 62 138.31 1032 3 0 -17.2566 26.45 -115.966 - 62 51.9879 1033 3 0 -16.927 26.6501 -116.171 - 62 40.5422 1033 2 1 26.711 50.8983 -144.45 - 62 58.155 1034 2 1 26.85 50.9781 -144.464 - 62 35.1196 1035 2 1 27.1423 51.06 -144.45 - 62 81.1433 1036 2 1 27.2503 51.0661 -144.48 - 62 137.06 1037 2 1 27.4502 51.0927 -144.555 - 62 48.5568 1038 2 1 27.6503 51.1175 -144.667 - 62 63.5393 1039 2 1 27.85 51.1293 -144.752 - 62 66.0458 1040 2 1 28.05 51.1817 -144.787 - 62 51.4369 1041 2 1 28.25 51.2824 -144.806 - 62 68.2515 1042 2 1 28.45 51.3236 -144.777 - 62 55.852 1043 2 1 28.65 51.3683 -144.728 - 62 83.4544 1044 2 1 28.8503 51.4514 -144.685 - 62 56.2463 1045 2 1 29.05 51.5555 -144.624 - 62 75.2257 1046 2 1 29.25 51.6709 -144.596 - 62 50.7182 1047 2 1 29.45 51.7583 -144.661 - 62 67.0915 1048 2 1 29.65 51.7757 -144.68 - 62 98.4607 1049 2 1 29.85 51.7854 -144.719 - 62 49.8588 1050 2 1 30.0502 51.811 -144.786 - 62 89.9685 1051 2 1 30.25 51.842 -144.812 - 62 38.2657 1052 2 1 30.45 51.9727 -144.831 - 62 17.9231 1165 2 0 32.3997 53.2149 -145.85 - 62 400.233 1166 2 0 32.4506 53.25 -145.87 - 62 331.198 1167 2 0 32.9571 53.45 -146.102 - 62 202.111 1188 2 0 114.551 57.8193 -146.25 - 62 138.957 1187 2 0 115.073 57.65 -146.222 - 62 166.459 1186 2 0 115.287 57.45 -146.167 - 62 3.03399 1031 2 1 26.45 48.6018 -144.69 - 62 63.1597 972 2 1 14.6091 42.373 -144.45 - 62 144.644 971 2 1 14.45 42.3538 -144.59 - 62 29.4282 970 2 1 14.25 42.302 -144.796 - 62 264.382 1110 2 0 13.1384 42.0832 -145.85 - 62 39.5261 923 2 0 -5.3867 4.69039 -146.25 - 62 70.5807 922 2 0 -5.40153 4.64919 -146.231 - 62 60.6456 921 2 0 -5.38381 4.44989 -146.074 - 62 99.9106 920 2 0 -5.32369 4.25 -145.993 - 62 85.0672 919 2 0 -5.29402 4.05 -145.954 - 62 78.8562 918 2 0 -5.22086 3.85 -146.007 - 62 66.0279 917 2 0 -5.03513 3.65 -146.027 - 62 61.1203 916 2 0 -4.88781 3.45 -146.142 - 62 364.315 681 6 1 -43.6934 -5.92128 -24.45 - 62 135.594 682 6 1 -43.65 -5.95405 -24.8013 - 62 194.934 705 5 1 -39.0162 -7.27058 -54.45 - 62 28.8931 860 5 0 -39.0184 -8.01832 -55.85 - 62 101.741 859 5 0 -39.0176 -8.05 -55.9105 - 62 191.897 702 4 1 -39.4993 -23.088 -84.45 - 62 50.1419 701 4 1 -39.65 -23.2805 -84.7416 - 62 14.8194 780 4 0 -40.2174 -24.0266 -85.85 - 62 277.914 779 4 0 -40.2353 -24.05 -85.8851 - 62 10.3725 778 4 0 -40.4105 -24.25 -86.2059 - 62 127.54 600 3 1 -59.9746 -41.6786 -114.45 - 62 63.2289 689 3 0 -60.2089 -42.1588 -115.85 - 62 58.8287 688 3 0 -60.2255 -42.25 -116.055 - 62 148.227 608 2 1 -58.2625 -47.4753 -144.45 - 62 72.7177 659 2 0 -58.9127 -48.0873 -145.85 - 62 85.0379 658 2 0 -59.0402 -48.2504 -146.012 - 62 102.936 703 4 1 -39.45 -23.0938 -84.5373 - 62 145.142 784 4 0 -39.473 -23.1657 -85.85 - 62 83.2356 943 4 0 -49.811 8.6666 -86.2496 - 62 62.3082 944 4 0 -49.9354 8.85 -86.1454 - 62 21.1944 945 4 0 -49.9758 9.05009 -86.2469 - 62 210.158 706 5 1 -38.85 -7.34741 -54.5478 - 62 131.159 707 5 1 -38.6497 -7.66109 -54.6912 - 62 89.4289 708 5 1 -38.45 -7.97027 -54.7644 - 62 3.194 831 5 0 -37.2366 -13.7671 -55.85 - 62 15.9844 682 5 1 -43.5917 -10.2203 -54.85 - 62 65.2122 681 5 1 -43.65 -10.186 -54.8369 - 62 102.133 680 5 1 -43.8502 -9.99172 -54.762 - 62 59.2102 679 5 1 -44.0503 -9.83242 -54.6065 - 62 220.651 865 6 0 -43.5913 -6.87803 -25.8502 - 62 125.473 864 6 0 -43.5588 -7.05004 -26.0711 - 62 63.2236 683 6 1 -43.45 -6.45238 -24.6382 - 62 45.3384 684 6 1 -43.2499 -6.45584 -24.7583 - 62 21.1684 783 6 0 -24.3931 -23.4365 -26.25 - 62 370.586 782 6 0 -24.3907 -23.45 -26.234 -Number of digits in this event = 60 +Number of tracker hits in this event = 82 + 62 144.485 1190 11 1 58.1917 -54.2298 125.55 + 62 119.311 629 11 0 58.1915 -54.2315 124.15 + 62 202.039 1190 10 1 58.19 -54.2711 95.55 + 62 120.261 628 10 0 58.1902 -54.2723 94.15 + 62 107.244 1190 9 1 58.1964 -54.2938 65.55 + 62 125.306 628 9 0 58.1968 -54.2953 64.15 + 62 103.486 1190 8 1 58.2061 -54.3301 35.55 + 62 125.787 628 8 0 58.2073 -54.3321 34.15 + 62 112.743 1190 7 1 58.2268 -54.3776 5.55 + 62 160.756 628 7 0 58.228 -54.3803 4.15 + 62 261.545 1190 6 1 58.2493 -54.4368 -24.45 + 62 146.494 628 6 0 58.25 -54.4384 -25.85 + 62 148.587 1191 5 1 58.2745 -54.4823 -54.45 + 62 122.948 627 5 0 58.2747 -54.4841 -55.85 + 62 110.846 1191 4 1 58.2831 -54.521 -84.45 + 62 103.864 627 4 0 58.2831 -54.5243 -85.85 + 62 109.751 1191 3 1 58.2808 -54.5961 -114.45 + 62 192.409 627 3 0 58.2801 -54.601 -115.85 + 62 276.647 1191 2 1 58.2712 -54.7015 -144.45 + 62 370.302 626 2 0 58.2693 -54.7058 -145.85 + 62 142.572 1190 1 1 58.2358 -54.7862 -174.45 + 62 117.765 626 1 0 58.2367 -54.7898 -175.85 + 62 126.131 1191 0 1 58.2586 -54.8602 -204.45 + 62 314.375 625 0 0 58.2616 -54.863 -205.85 + 62 183.727 1640 3 1 148.188 -100.966 -114.85 + 62 27.1124 1190 2 1 58.25 -54.7206 -144.77 + 62 395.713 625 2 0 57.6753 -54.85 -146.162 + 62 79.1741 887 0 0 39.5994 -2.46615 -206.25 + 62 274.405 1189 6 1 58.05 -54.3889 -24.695 + 62 49.5314 1188 6 1 57.85 -54.4714 -24.7455 + 62 120.496 629 6 0 58.1035 -54.25 -25.9742 + 62 74.8025 630 6 0 58.1117 -54.05 -26.2155 + 62 134.468 1385 6 0 -2.25573 97.2899 -26.25 + 62 207.154 1386 6 0 -2.25772 97.3502 -26.149 + 62 126.647 1387 6 0 -2.12148 97.55 -26.0524 + 62 95.6958 1384 6 0 -1.55946 97.1499 -26.2171 + 62 111.73 627 2 0 58.2132 -54.5122 -145.85 + 62 75.844 1171 1 1 54.3065 -52.2209 -174.45 + 62 177.186 1170 1 1 54.25 -52.1846 -174.665 + 62 178.107 640 1 0 53.9414 -51.9806 -175.85 + 62 173.897 1134 0 1 46.9474 -47.1692 -204.45 + 62 24.309 665 0 0 46.7477 -46.8704 -205.85 + 62 104.889 666 0 0 46.7338 -46.85 -205.95 + 62 21.779 1133 0 1 46.85 -46.9897 -204.811 + 62 90.2669 669 0 0 46.3854 -46.2256 -205.85 + 62 72.7346 670 0 0 46.2309 -46.05 -206.102 + 62 119.804 1101 0 0 -40.5034 40.2821 -206.25 + 62 45.0898 1102 0 0 -40.8035 40.45 -206.212 + 62 101.411 1192 2 1 58.45 -54.6041 -144.506 + 62 163.366 628 2 0 58.9604 -54.3927 -145.851 + 62 113.034 1256 1 1 71.2869 -50.2536 -174.45 + 62 197.245 647 1 0 71.7404 -50.483 -175.851 + 62 110.463 1302 0 1 80.4688 -54.9272 -204.45 + 62 29.1062 789 0 0 59.751 -22.1194 -206.25 + 62 102.2 790 0 0 59.6845 -22.0499 -206.207 + 62 86.497 791 0 0 59.5211 -21.85 -206.09 + 62 124.573 792 0 0 59.3617 -21.65 -205.977 + 62 68.4636 1190 0 1 58.1554 -20.1606 -204.85 + 62 174.904 1189 0 1 58.05 -20.0283 -204.741 + 62 25.302 1188 0 1 57.85 -19.5411 -204.493 + 62 59.0362 646 1 0 40.9645 -50.65 -176.13 + 62 65.7715 645 1 0 40.8825 -50.85 -176.004 + 62 18.2993 644 1 0 40.8228 -51.05 -175.882 + 62 133.488 1102 1 1 40.5754 -53.0757 -174.85 + 62 66.2473 1101 1 1 40.45 -53.4178 -174.625 + 62 135.632 1355 3 1 91.15 -111.266 -114.828 + 62 174.724 1354 3 1 91.1499 -111.47 -114.45 + 62 24.1187 837 2 1 -12.5089 -86.5445 -144.85 + 62 116.709 1330 0 0 -179.348 86.05 -206.126 + 62 160.384 836 2 1 -12.65 -86.6656 -144.705 + 62 234.684 835 2 1 -12.85 -86.9556 -144.702 + 62 211.826 1191 1 1 58.3198 -54.5885 -174.45 + 62 47.9764 613 1 0 58.0336 -57.2816 -175.85 + 62 67.6121 612 1 0 58.0132 -57.4501 -175.927 + 62 84.153 611 1 0 57.9813 -57.6502 -176.009 + 62 67.0391 610 1 0 57.9451 -57.85 -176.096 + 62 99.7176 609 1 0 57.9041 -58.0501 -176.175 + 62 134.578 168 1 0 57.9444 -146.403 -176.25 + 62 58.1079 167 1 0 58.0831 -146.55 -175.976 + 62 260.855 1195 1 1 59.0584 -147.752 -174.85 + 62 49.4 1194 1 1 59.0485 -148.584 -174.479 + 62 12.3673 498 2 0 25.1384 -80.45 -146.2 +Number of digits in this event = 42 Using G4ParticleGun ... -5.41406 LIN +9.48196 LIN e- Event: 63 -Number of tracker hits in this event = 47 - 63 103.812 1471 10 0 -19.8229 114.52 94.15 - 63 93.6675 801 9 1 -19.8222 114.519 65.55 - 63 132.703 1471 9 0 -19.8215 114.521 64.15 - 63 101.683 801 8 1 -19.8097 114.555 35.55 - 63 187.95 1472 8 0 -19.8148 114.573 34.15 - 63 127.7 800 7 1 -19.9847 114.944 5.55 - 63 147.308 1474 7 0 -19.9759 114.959 4.15 - 63 124.487 801 6 1 -19.6704 115.227 -24.45 - 63 113.22 1475 6 0 -19.6568 115.229 -25.85 - 63 108.851 802 5 1 -19.5105 115.019 -54.45 - 63 172.815 1474 5 0 -19.5989 114.978 -55.85 - 63 114.197 792 4 1 -21.5929 114.105 -84.45 - 63 11.4207 791 4 1 -21.65 114.085 -84.7923 - 63 147.849 1469 4 0 -21.8262 114.031 -85.85 - 63 44.3945 764 3 1 -27.2054 113.822 -114.45 - 63 72.207 763 3 1 -27.25 113.831 -114.582 - 63 49.6588 1468 3 0 -27.6573 113.938 -115.85 - 63 199.999 1469 3 0 -27.7058 113.95 -115.99 - 63 19.9017 717 2 1 -36.638 115.876 -144.45 - 63 91.1126 716 2 1 -36.65 115.896 -144.536 - 63 115.374 1480 2 0 -36.8632 116.198 -145.85 - 63 167.565 691 1 1 -41.7793 122.517 -174.45 - 63 148.857 1512 1 0 -41.8559 122.67 -175.851 - 63 65.4993 677 0 1 -44.5484 126.445 -204.45 - 63 54.983 676 0 1 -44.65 126.4 -204.69 - 63 54.3489 1530 0 0 -45.1519 126.181 -205.85 - 63 95.0308 1529 0 0 -45.2229 126.15 -206.015 - 63 102.75 793 4 1 -21.4353 114.115 -84.45 - 63 38.0331 794 4 1 -21.25 114.064 -84.7649 - 63 7.72264 1468 4 0 -20.7078 113.757 -85.85 - 63 155.039 1467 4 0 -20.6945 113.75 -85.8768 - 63 31.1182 1483 7 0 -18.1387 116.75 4.01689 - 63 7.37835 852 7 1 -9.65 133.561 5.16938 - 63 241.288 853 7 1 -9.45 133.938 5.20635 - 63 260.583 1563 9 0 156.291 132.776 63.75 - 63 31.1073 1518 10 1 123.95 132.924 95.2872 - 63 67.7075 1562 9 0 156.437 132.75 63.889 - 63 35.3846 1473 1 0 -19.6624 114.777 -176.184 - 63 132.532 805 0 1 -18.9965 114.677 -204.45 - 63 121.044 1472 0 0 -19.0267 114.659 -205.85 - 63 12.1458 1403 0 0 -53.5511 100.95 -206.227 - 63 215.242 806 0 1 -18.7547 111.39 -204.45 - 63 55.6024 1451 0 0 -18.6306 110.432 -205.85 - 63 126.582 1450 0 0 -18.6243 110.35 -205.973 - 63 46.9922 807 0 1 -18.4785 109.923 -204.85 - 63 36.8651 1447 0 0 -18.3541 109.59 -205.85 - 63 61.0469 814 0 1 -17.0782 109.408 -204.85 -Number of digits in this event = 20 +Number of tracker hits in this event = 20 + 63 156.375 585 8 1 -63.008 -125.739 35.55 + 63 121.075 272 8 0 -63.0041 -125.734 34.15 + 63 134.575 585 7 1 -62.9237 -125.635 5.55 + 63 116.139 272 7 0 -62.9193 -125.631 4.15 + 63 120.197 586 6 1 -62.8313 -125.542 -24.45 + 63 113.969 273 6 0 -62.8266 -125.537 -25.85 + 63 114.893 586 5 1 -62.7312 -125.435 -54.45 + 63 131.683 273 5 0 -62.727 -125.43 -55.85 + 63 129.15 587 4 1 -62.6418 -125.315 -84.45 + 63 109.951 274 4 0 -62.6373 -125.309 -85.85 + 63 112.129 587 3 1 -62.5442 -125.191 -114.45 + 63 96.4632 274 3 0 -62.5408 -125.185 -115.85 + 63 117.522 587 2 1 -62.4681 -125.064 -144.45 + 63 145.685 275 2 0 -62.4645 -125.057 -145.85 + 63 137.66 588 1 1 -62.3893 -124.923 -174.45 + 63 126.947 276 1 0 -62.3859 -124.917 -175.85 + 63 109.995 588 0 1 -62.3163 -124.798 -204.45 + 63 145.31 276 0 0 -62.3132 -124.792 -205.85 + 63 450.071 78 10 1 -164.484 8.1059 95.15 + 63 61.2743 77 10 1 -164.55 8.27406 95.4323 +Number of digits in this event = 13 Using G4ParticleGun ... -4.89354 LIN +2.57821 LIN e- Event: 64 -Number of tracker hits in this event = 38 - 64 148.32 288 9 1 -122.535 -45.9508 65.55 - 64 154.729 670 9 0 -122.534 -45.9504 64.15 - 64 109.373 288 8 1 -122.502 -45.9403 35.55 - 64 177.349 670 8 0 -122.501 -45.939 34.15 - 64 153.022 288 7 1 -122.47 -45.9133 5.55 - 64 128.423 670 7 0 -122.468 -45.9095 4.15 - 64 111.162 288 6 1 -122.428 -45.8353 -24.45 - 64 127.315 671 6 0 -122.426 -45.8319 -25.85 - 64 113.962 288 5 1 -122.382 -45.766 -54.45 - 64 127.933 671 5 0 -122.377 -45.7706 -55.85 - 64 181.137 289 4 1 -122.28 -45.8553 -84.45 - 64 156.533 670 4 0 -122.266 -45.862 -85.85 - 64 468.793 290 3 1 -121.991 -46.024 -114.45 - 64 125.746 670 3 0 -121.981 -46.0338 -115.85 - 64 111.243 291 2 1 -121.811 -46.2375 -144.45 - 64 136.182 669 2 0 -121.805 -46.2468 -145.85 - 64 92.6171 292 1 1 -121.66 -46.436 -174.45 - 64 132.899 668 1 0 -121.653 -46.4452 -175.85 - 64 124.577 293 0 1 -121.507 -46.6155 -204.45 - 64 123.685 667 0 0 -121.506 -46.6059 -205.85 - 64 102.72 291 3 1 -121.95 -46.0212 -114.59 - 64 373.794 671 4 0 -122.221 -45.8498 -86.1028 - 64 302.25 295 4 1 -120.989 -44.1682 -84.8499 - 64 121.666 296 4 1 -120.95 -43.7241 -84.4789 - 64 131.353 288 4 1 -122.35 -45.712 -84.5906 - 64 50.5193 672 4 0 -123.952 -45.65 -85.9528 - 64 370.679 277 4 1 -124.595 -44.2159 -84.85 - 64 391.626 289 0 1 -122.231 -45.405 -204.45 - 64 273.239 673 0 0 -122.23 -45.4047 -205.85 - 64 56.3966 692 4 1 -41.5419 -86.3992 -84.85 - 64 31.4215 687 0 0 -138.388 -42.5883 -206.25 - 64 243.371 207 0 1 -138.725 -42.5655 -204.85 - 64 20.7929 206 0 1 -138.75 -42.6028 -204.778 - 64 312.999 671 1 0 -12.5352 -45.781 -176.25 - 64 15.5322 672 1 0 -12.3709 -45.65 -176.239 - 64 5.61697 670 1 0 -12.5413 -45.85 -176.068 - 64 26.1788 0 4 1 -180.066 92.2784 -84.85 - 64 58.116 396 6 1 -100.75 -16.0447 -24.5912 -Number of digits in this event = 26 +Number of tracker hits in this event = 59 + 64 156.396 485 11 0 -11.1223 -83.0218 124.15 + 64 102.162 844 10 1 -11.1224 -83.0206 95.55 + 64 121.256 485 10 0 -11.1205 -83.0163 94.15 + 64 143.696 844 9 1 -11.0717 -82.9253 65.55 + 64 117.092 485 9 0 -11.0679 -82.9221 64.15 + 64 102.203 845 8 1 -10.9842 -82.8433 35.55 + 64 173.966 486 8 0 -10.9788 -82.8444 34.15 + 64 126.99 845 7 1 -10.8715 -82.8734 5.55 + 64 96.8377 485 7 0 -10.865 -82.8724 4.15 + 64 120.929 846 6 1 -10.7422 -82.8541 -24.45 + 64 126.123 485 6 0 -10.7379 -82.8537 -25.85 + 64 116.946 846 5 1 -10.6533 -82.8396 -54.45 + 64 172.025 486 5 0 -10.6471 -82.8382 -55.85 + 64 142.569 847 4 1 -10.5006 -82.818 -84.45 + 64 143.087 486 4 0 -10.4921 -82.8217 -85.85 + 64 108.101 848 3 1 -10.32 -82.8956 -114.45 + 64 224.717 485 3 0 -10.3128 -82.9006 -115.85 + 64 122.777 849 2 1 -10.1699 -82.9934 -144.45 + 64 151.601 485 2 0 -10.1604 -82.9967 -145.85 + 64 380.6 850 1 1 -9.97541 -83.0611 -174.45 + 64 239.651 484 1 0 -9.97057 -83.0653 -175.85 + 64 143.574 850 0 1 -9.88727 -83.1711 -204.45 + 64 172.453 484 0 0 -9.8828 -83.1752 -205.85 + 64 101.91 283 11 0 -29.5663 -123.521 123.75 + 64 69.2506 284 11 0 -29.686 -123.35 123.991 + 64 30.6121 754 11 1 -29.1006 -123.655 125.15 + 64 102.293 755 11 1 -29.05 -123.642 125.246 + 64 339.273 756 11 1 -28.85 -123.486 125.392 + 64 194.782 757 11 1 -28.65 -123.675 125.484 + 64 104.31 851 1 1 -9.7774 -83.1594 -174.45 + 64 123.446 852 1 1 -9.65 -83.3957 -174.506 + 64 87.2534 853 1 1 -9.45 -83.6453 -174.548 + 64 119.39 854 1 1 -9.24996 -83.9253 -174.564 + 64 16.7161 855 1 1 -9.05 -84.3187 -174.477 + 64 105.785 852 0 1 -9.5699 -82.9384 -204.45 + 64 166.663 485 0 0 -9.54044 -82.9076 -205.85 + 64 130.569 847 1 1 -10.5415 -83.649 -174.45 + 64 13.6251 846 1 1 -10.65 -83.4883 -174.796 + 64 138.773 485 1 0 -10.9597 -83.0332 -175.85 + 64 7.52387 802 0 1 -19.6418 -72.7126 -204.45 + 64 140.31 801 0 1 -19.65 -72.6975 -204.474 + 64 23.7702 540 0 0 -20.0294 -71.8987 -205.85 + 64 97.9785 541 0 0 -20.0522 -71.85 -205.935 + 64 29.5571 819 1 0 -3.09003 -16.25 -176.244 + 64 80.3726 847 5 1 -10.6114 -82.8491 -54.45 + 64 136.501 484 5 0 -10.4365 -83.1081 -55.8502 + 64 54.57 877 4 1 -4.61052 -92.9905 -84.4502 + 64 79.3467 876 4 1 -4.65 -92.9695 -84.5757 + 64 10.722 875 4 1 -4.85 -92.9241 -84.8152 + 64 99.5714 436 4 0 -5.48831 -92.8095 -85.85 + 64 52.7737 437 4 0 -5.54357 -92.75 -86.1383 + 64 2.86999 1200 4 0 -101.891 60.238 -86.25 + 64 133.48 1201 4 0 -101.9 60.25 -86.2466 + 64 173.538 1202 4 0 -102.216 60.45 -86.078 + 64 469.523 1203 4 0 -102.69 60.65 -86.0246 + 64 188.084 1204 4 0 -102.895 60.85 -85.9617 + 64 37.8266 846 7 1 -10.85 -82.8741 5.1717 + 64 161.944 483 7 0 -10.363 -83.3853 4.15 + 64 79.3578 482 7 0 -10.3214 -83.45 4.05636 +Number of digits in this event = 31 Using G4ParticleGun ... -9.20101 LIN +2.49103 LIN e- Event: 65 -Number of tracker hits in this event = 49 - 65 106.245 1377 8 1 95.5564 -100.334 35.55 - 65 143.424 399 8 0 95.5571 -100.334 34.15 - 65 133.761 1377 7 1 95.571 -100.325 5.55 - 65 115.339 399 7 0 95.5723 -100.326 4.15 - 65 91.4189 1377 6 1 95.5937 -100.344 -24.45 - 65 100.758 399 6 0 95.5934 -100.346 -25.85 - 65 308.638 1377 5 1 95.5893 -100.373 -54.45 - 65 400.656 398 5 0 95.5893 -100.375 -55.85 - 65 266.212 1377 4 1 95.5895 -100.419 -84.45 - 65 251.62 398 4 0 95.5897 -100.419 -85.85 - 65 124.395 1377 3 1 95.5933 -100.435 -114.45 - 65 112.434 398 3 0 95.5942 -100.437 -115.85 - 65 139.585 1377 2 1 95.6122 -100.469 -144.45 - 65 164.423 398 2 0 95.6134 -100.47 -145.85 - 65 115.707 1377 1 1 95.6379 -100.488 -174.45 - 65 166.247 398 1 0 95.6388 -100.488 -175.85 - 65 134.421 1377 0 1 95.6604 -100.506 -204.45 - 65 101.393 398 0 0 95.6622 -100.505 -205.85 - 65 24.7825 638 4 1 -52.4087 35.3802 -84.85 - 65 8.03461 248 8 0 -8.13426 -130.367 33.75 - 65 102.557 249 8 0 -8.12216 -130.35 33.7579 - 65 100.611 250 8 0 -7.92227 -130.15 33.876 - 65 212.137 251 8 0 -7.7533 -129.95 33.9482 - 65 128.584 252 8 0 -7.38539 -129.75 34.1076 - 65 117.365 253 8 0 -7.03752 -129.55 34.1026 - 65 183.507 868 8 1 -6.3312 -130.694 35.15 - 65 34.932 513 1 0 19.237 -77.3917 -176.25 - 65 77.0841 1410 0 1 102.298 -106.912 -204.45 - 65 13.8712 2 4 0 116.418 -179.55 -85.9115 - 65 397.35 427 2 0 173.467 -94.733 -146.25 - 65 124.4 397 4 0 95.5804 -100.655 -85.85 - 65 110.155 1379 3 1 96.1049 -102.173 -114.45 - 65 152.523 389 3 0 96.1116 -102.25 -115.85 - 65 118.04 1380 2 1 96.241 -103.993 -144.45 - 65 117.212 380 2 0 96.2399 -104.099 -145.85 - 65 131.324 1380 1 1 96.2268 -106.346 -174.45 - 65 137.835 368 1 0 96.2541 -106.436 -175.85 - 65 134.775 1383 0 1 96.9214 -108.165 -204.45 - 65 114.957 359 0 0 96.9113 -108.254 -205.85 - 65 132.287 1375 4 1 95.3167 -100.33 -84.45 - 65 116.841 1371 3 1 94.4948 -100.957 -114.45 - 65 111.735 395 3 0 94.4346 -101.076 -115.85 - 65 129.036 1365 2 1 93.271 -103.728 -144.45 - 65 111.944 382 2 0 93.1687 -103.702 -145.85 - 65 20.6859 1355 1 1 91.1554 -103.244 -174.45 - 65 198.486 1354 1 1 91.15 -103.246 -174.522 - 65 129.729 384 1 0 91.0455 -103.285 -175.851 - 65 122.016 1342 0 1 88.4676 -104.328 -204.45 - 65 154.877 378 0 0 88.4245 -104.36 -205.85 -Number of digits in this event = 29 +Number of tracker hits in this event = 26 + 65 99.8799 685 10 1 -42.9332 97.501 95.55 + 65 131.889 1386 10 0 -42.9304 97.5007 94.15 + 65 145.629 685 9 1 -42.882 97.4912 65.55 + 65 192.601 1386 9 0 -42.8805 97.4939 64.15 + 65 133.676 686 8 1 -42.8452 97.5471 35.55 + 65 112.518 1386 8 0 -42.843 97.5491 34.15 + 65 126.345 686 7 1 -42.8154 97.5992 5.55 + 65 119.602 1387 7 0 -42.8148 97.6092 4.15 + 65 129.12 686 6 1 -42.8115 97.8657 -24.45 + 65 125.852 1388 6 0 -42.8063 97.8781 -25.85 + 65 89.4859 686 5 1 -42.7033 98.1287 -54.45 + 65 105.074 1389 5 0 -42.6918 98.1416 -55.85 + 65 131.363 687 4 1 -42.4734 98.4023 -84.45 + 65 112.627 1391 4 0 -42.4689 98.4165 -85.85 + 65 370.381 688 3 1 -42.3715 98.6892 -114.45 + 65 127.081 1392 3 0 -42.3714 98.7134 -115.85 + 65 118.365 688 2 1 -42.3676 99.2247 -144.45 + 65 110.823 1395 2 0 -42.3664 99.2491 -145.85 + 65 178.719 688 1 1 -42.344 99.7338 -174.45 + 65 135.68 1398 1 0 -42.3401 99.7545 -175.85 + 65 101.117 688 0 1 -42.337 100.119 -204.45 + 65 119.702 1399 0 0 -42.3274 100.13 -205.85 + 65 9.78036 1606 1 0 -155.928 141.352 -175.85 + 65 157.072 475 8 1 -84.85 -27.8188 35.2078 + 65 13.2133 1390 5 0 -42.6949 98.1501 -56.2208 + 65 110.504 1385 9 0 -42.9085 97.3498 63.9256 +Number of digits in this event = 15 Using G4ParticleGun ... -4.43095 LIN +9.82217 LIN e- Event: 66 -Number of tracker hits in this event = 168 - 66 124.988 924 10 1 4.89251 99.5911 95.55 - 66 138.507 1397 10 0 4.89222 99.5926 94.15 - 66 115.863 924 9 1 4.88537 99.6206 65.55 - 66 116.877 1397 9 0 4.88413 99.6234 64.15 - 66 117.298 924 8 1 4.87416 99.681 35.55 - 66 151.203 1397 8 0 4.87344 99.6862 34.15 - 66 592.031 924 7 1 4.85948 99.7754 5.55 - 66 393.891 1398 7 0 4.85816 99.7768 4.15 - 66 501.308 923 6 1 4.83131 99.7862 -24.45 - 66 424.88 1398 6 0 4.83306 99.7847 -25.85 - 66 647.309 924 5 1 4.8758 99.8459 -54.45 - 66 152.087 1398 5 0 4.87346 99.8457 -55.85 - 66 206.958 923 4 1 4.84885 99.8355 -84.45 - 66 366.031 1398 4 0 4.85036 99.8357 -85.85 - 66 189.713 924 3 1 4.89222 99.8601 -114.45 - 66 117.245 1398 3 0 4.91053 99.8641 -115.85 - 66 120.067 925 2 1 5.24523 99.952 -144.45 - 66 164.869 1398 2 0 5.26012 99.9312 -145.85 - 66 149.026 927 1 1 5.49095 99.5522 -174.45 - 66 103.633 1396 1 0 5.50584 99.5453 -175.85 - 66 98.935 928 0 1 5.81921 99.4338 -204.45 - 66 119.097 1396 0 0 5.85511 99.4309 -205.85 - 66 215.697 1399 2 0 5.2347 99.95 -146.093 - 66 11.6238 508 1 1 -78.392 15.5865 -174.45 - 66 43.9646 923 7 1 4.85 99.7783 5.53409 - 66 3.33463 1399 6 0 4.66213 99.95 -26.2254 - 66 168 898 5 1 -0.259312 108.223 -54.4501 - 66 66.3142 1447 5 0 -0.628151 109.653 -55.85 - 66 206.129 1448 5 0 -0.655838 109.75 -55.9408 - 66 53.9762 1449 5 0 -0.708822 109.95 -56.1288 - 66 13.3941 879 4 1 -4.06094 135.787 -84.45 - 66 236.52 880 4 1 -4.05 135.803 -84.4798 - 66 40.1907 1581 4 0 -3.46942 136.489 -85.85 - 66 105.458 1582 4 0 -3.41766 136.55 -85.9563 - 66 49.6145 959 3 1 11.9178 151.696 -114.45 - 66 58.5919 960 3 1 12.0502 151.757 -114.485 - 66 69.3299 961 3 1 12.25 151.844 -114.51 - 66 62.9866 962 3 1 12.4506 151.916 -114.533 - 66 110.868 963 3 1 12.65 151.96 -114.538 - 66 87.7878 964 3 1 12.85 152.012 -114.528 - 66 56.9632 965 3 1 13.05 152.036 -114.502 - 66 62.677 966 3 1 13.25 152.034 -114.48 - 66 35.5743 967 3 1 13.45 152.013 -114.455 - 66 71.8676 968 3 1 13.65 151.987 -114.475 - 66 53.8883 969 3 1 13.85 151.937 -114.517 - 66 74.1383 970 3 1 14.0514 151.883 -114.542 - 66 64.1199 971 3 1 14.2501 151.812 -114.576 - 66 49.2488 972 3 1 14.45 151.757 -114.602 - 66 157.886 973 3 1 14.65 151.72 -114.632 - 66 54.4598 974 3 1 14.8505 151.682 -114.682 - 66 69.3486 975 3 1 15.0503 151.644 -114.734 - 66 56.1327 976 3 1 15.2503 151.617 -114.812 - 66 82.5484 1655 3 0 17.1107 151.241 -115.85 - 66 551.453 1654 3 0 17.4668 151.15 -115.928 - 66 300.485 1653 3 0 18.5183 150.95 -115.908 - 66 5.63387 1005 3 1 21.2409 150.87 -114.85 - 66 64.0675 1006 3 1 21.25 150.87 -114.844 - 66 136.887 1007 3 1 21.45 150.858 -114.72 - 66 36.1403 1008 3 1 21.65 150.853 -114.479 - 66 172.047 1009 3 1 21.85 150.843 -114.506 - 66 109.698 1010 3 1 22.05 150.875 -114.684 - 66 49.3571 1011 3 1 22.25 151.184 -114.745 - 66 127.167 1659 3 0 22.8778 151.982 -115.85 - 66 98.1184 1660 3 0 22.9014 152.15 -116.111 - 66 14.1163 1661 3 0 22.6768 152.35 -116.229 - 66 65.6247 1346 4 0 -56.6392 89.45 -86.215 - 66 42.2612 630 4 1 -54.05 56.8731 -84.7103 - 66 8.35886 1652 3 0 18.568 150.75 -115.869 - 66 86.6707 990 3 1 18.206 149.762 -114.85 - 66 148.564 991 3 1 18.2501 149.701 -114.62 - 66 93.6147 992 3 1 18.45 149.779 -114.479 - 66 142.994 917 5 1 3.6235 99.8188 -54.45 - 66 7.85888 1402 5 0 3.89021 100.732 -55.85 - 66 105.484 1403 5 0 3.89711 100.75 -55.8783 - 66 62.3727 936 4 1 7.4145 112.148 -84.45 - 66 91.7625 935 4 1 7.25 112.337 -84.5254 - 66 218.18 934 4 1 7.04997 112.62 -84.5898 - 66 82.9447 933 4 1 6.84898 112.86 -84.671 - 66 7.82042 932 4 1 6.65 113.049 -84.8328 - 66 87.5108 1470 4 0 5.06944 114.152 -85.85 - 66 73.7069 1471 4 0 4.83692 114.35 -85.9524 - 66 84.863 1472 4 0 4.66371 114.55 -86.0045 - 66 81.368 1473 4 0 4.55592 114.75 -86.1103 - 66 19.0473 1474 4 0 4.43283 114.95 -86.2182 - 66 240.056 885 1 1 -2.85294 109.828 -174.45 - 66 296.744 1449 1 0 -2.92697 110.013 -175.85 - 66 115.861 887 0 1 -2.56933 114.852 -204.45 - 66 132.176 1473 0 0 -2.6763 114.829 -205.85 - 66 103.027 1599 1 0 41.7932 139.989 -176.25 - 66 243.008 1598 1 0 41.8766 139.95 -176.081 - 66 21.7954 1110 1 1 42.2438 140.097 -174.85 - 66 75.941 1446 1 0 -3.31682 109.432 -175.85 - 66 69.4522 1445 1 0 -3.38367 109.35 -176.086 - 66 1.21741 1615 1 0 12.4373 143.346 -176.25 - 66 149.498 1616 1 0 12.4394 143.35 -176.248 - 66 224.511 1617 1 0 12.558 143.55 -176.153 - 66 209.64 1618 1 0 12.6807 143.75 -176.066 - 66 41.0445 1619 1 0 12.8786 143.95 -175.925 - 66 39.5926 970 1 1 14.1544 145.144 -174.85 - 66 97.2369 971 1 1 14.25 145.251 -174.744 - 66 121.853 972 1 1 14.45 145.415 -174.542 - 66 215.269 973 1 1 14.6501 145.554 -174.462 - 66 87.8925 1628 1 0 14.5396 145.904 -175.85 - 66 25.5991 1629 1 0 14.4761 145.95 -176.142 - 66 289.421 1397 7 0 4.87473 99.676 4.15 - 66 124.453 924 6 1 4.90662 99.6021 -24.45 - 66 213.086 1397 6 0 4.90795 99.6051 -25.85 - 66 134.306 1397 5 0 4.91507 99.6571 -55.85 - 66 115.68 921 3 1 4.34816 100.364 -114.45 - 66 115.281 1401 3 0 4.3288 100.409 -115.85 - 66 365.396 919 2 1 3.91074 101.267 -144.45 - 66 108.845 1405 2 0 3.88603 101.313 -145.85 - 66 280.595 916 1 1 3.41878 102.265 -174.45 - 66 147.816 1410 1 0 3.40642 102.319 -175.85 - 66 131.17 915 0 1 3.16595 103.394 -204.45 - 66 169.436 1416 0 0 3.12417 103.441 -205.85 - 66 78.4695 916 0 1 3.2501 103.378 -204.469 - 66 102.783 917 0 1 3.45019 103.273 -204.557 - 66 108.783 918 0 1 3.65009 103.124 -204.562 - 66 118.895 919 0 1 3.85013 102.94 -204.773 - 66 59.8172 920 0 1 4.05038 102.841 -204.823 - 66 254.398 1415 0 0 4.52642 103.197 -205.85 - 66 31.6229 1412 0 0 5.06843 102.664 -205.85 - 66 208.901 926 0 1 5.31234 102.053 -204.85 - 66 304.95 918 2 1 3.85 101.472 -144.739 - 66 68.4022 1413 2 0 2.86682 102.777 -145.85 - 66 49.7239 1414 2 0 2.79272 102.95 -145.922 - 66 93.3094 1415 2 0 2.73459 103.15 -145.955 - 66 119.189 1416 2 0 2.67163 103.35 -145.952 - 66 78.1144 1417 2 0 2.79756 103.55 -145.993 - 66 207.167 920 2 1 4.05 101.407 -144.647 - 66 225.787 1395 5 0 5.27619 99.263 -55.8503 - 66 33.0821 1394 5 0 5.3711 99.15 -56.2106 - 66 127.419 957 4 1 11.6275 91.2519 -84.45 - 66 130.268 1354 4 0 11.1674 91.0559 -85.85 - 66 50.6349 928 3 1 5.69665 84.2762 -114.45 - 66 64.1963 927 3 1 5.65 84.2384 -114.657 - 66 142.872 1320 3 0 5.15466 84.0844 -115.85 - 66 153.056 886 2 1 -2.73815 81.6491 -144.45 - 66 174.254 885 2 1 -2.85004 81.6106 -144.724 - 66 159.011 1307 2 0 -3.21745 81.6091 -145.85 - 66 62.041 923 5 1 4.84999 99.7952 -54.5988 - 66 113.099 1399 5 0 4.6334 99.9632 -55.85 - 66 121.958 1428 5 0 6.42241 105.812 -56.25 - 66 14.6377 935 5 1 7.22198 106.388 -54.8494 - 66 139.027 936 5 1 7.25 106.408 -54.8026 - 66 3.51982 937 5 1 7.45 106.574 -54.4638 - 66 74.8506 1581 6 0 41.0716 136.405 -26.25 - 66 90.2528 1582 6 0 41.2439 136.55 -26.0728 - 66 137.485 1109 6 1 41.897 137.148 -24.85 - 66 255.343 1110 6 1 42.05 137.275 -24.5988 - 66 36.9053 1111 6 1 42.25 137.998 -24.7545 - 66 66.748 1591 6 0 42.4635 138.483 -25.8502 - 66 72.5706 1592 6 0 42.4353 138.55 -26.083 - 66 81.7092 922 6 1 4.64833 99.0174 -24.45 - 66 111.65 1394 6 0 4.66042 99.0185 -25.85 - 66 175.466 1405 4 0 7.03308 101.324 -85.85 - 66 242.202 942 3 1 8.51704 103.057 -114.45 - 66 115.655 1415 3 0 8.60746 103.153 -115.85 - 66 110.02 952 2 1 10.4916 105.324 -144.45 - 66 157.354 1426 2 0 10.5552 105.386 -145.85 - 66 119.032 959 1 1 11.942 106.732 -174.45 - 66 47.9505 1433 1 0 11.9387 106.923 -175.85 - 66 103.393 1434 1 0 11.9376 106.95 -176.044 - 66 141.078 959 0 1 11.91 110.96 -204.45 - 66 148.158 1455 0 0 11.9284 111.207 -205.851 - 66 39.9335 626 5 0 9.74557 -54.7742 -56.25 - 66 63.9736 625 5 0 9.73684 -54.85 -56.1741 -Number of digits in this event = 68 +Number of tracker hits in this event = 19 + 66 126.556 191 8 1 -141.935 -30.4079 35.55 + 66 123.043 748 8 0 -141.935 -30.4077 34.15 + 66 164.239 191 7 1 -141.939 -30.4181 5.55 + 66 169.897 748 7 0 -141.939 -30.4198 4.15 + 66 132.554 191 6 1 -141.94 -30.4525 -24.45 + 66 142.314 747 6 0 -141.938 -30.4536 -25.85 + 66 131.099 191 5 1 -141.914 -30.4716 -54.45 + 66 108.795 747 5 0 -141.914 -30.4726 -55.85 + 66 141.748 191 4 1 -141.895 -30.4955 -84.45 + 66 137.027 747 4 0 -141.893 -30.4984 -85.85 + 66 146.898 191 3 1 -141.859 -30.563 -114.45 + 66 106.701 747 3 0 -141.858 -30.568 -115.85 + 66 107.386 191 2 1 -141.844 -30.6686 -144.45 + 66 157.678 746 2 0 -141.842 -30.6741 -145.85 + 66 149.519 191 1 1 -141.81 -30.7862 -174.45 + 66 323.391 746 1 0 -141.807 -30.7911 -175.85 + 66 180.261 192 0 1 -141.747 -30.8891 -204.45 + 66 147.064 745 0 0 -141.744 -30.8923 -205.85 + 66 8.94788 1190 10 1 58.05 13.5838 95.3625 +Number of digits in this event = 18 Using G4ParticleGun ... -5.44901 LIN +5.7531 LIN e- Event: 67 -Number of tracker hits in this event = 24 - 67 220.274 955 7 1 11.1574 -147.919 5.55 - 67 129.485 161 7 0 11.1624 -147.918 4.15 - 67 275.782 956 6 1 11.2649 -147.923 -24.45 - 67 127.578 161 6 0 11.2703 -147.922 -25.85 - 67 195.248 956 5 1 11.3806 -147.906 -54.45 - 67 132.43 161 5 0 11.388 -147.902 -55.85 - 67 129.602 957 4 1 11.54 -147.818 -84.45 - 67 276.667 161 4 0 11.5465 -147.814 -85.85 - 67 96.3046 958 3 1 11.6775 -147.726 -114.45 - 67 147.152 162 3 0 11.6851 -147.717 -115.85 - 67 138.103 958 2 1 11.8439 -147.53 -144.45 - 67 119.489 163 2 0 11.8526 -147.52 -145.85 - 67 135.861 959 1 1 12.0309 -147.31 -174.45 - 67 128.852 164 1 0 12.0393 -147.301 -175.85 - 67 147.063 960 0 1 12.2082 -147.119 -204.45 - 67 131.639 165 0 0 12.2165 -147.111 -205.85 - 67 83.0604 92 4 0 6.78402 -161.664 -86.25 - 67 227.86 91 4 0 6.74263 -161.75 -86.1463 - 67 80.1217 1256 14 1 71.45 -16.3108 215.15 - 67 134.248 957 5 1 11.45 -147.873 -54.7735 - 67 192.422 957 6 1 11.4501 -147.642 -24.7828 - 67 258.495 206 6 0 -17.1442 -138.928 -26.25 - 67 153.134 805 6 1 -18.9299 -139.526 -24.85 - 67 357.396 804 6 1 -19.05 -139.547 -24.7966 -Number of digits in this event = 23 +Number of tracker hits in this event = 51 + 67 144.096 1055 7 1 31.1261 -143.901 5.55 + 67 108.918 181 7 0 31.126 -143.901 4.15 + 67 118.42 1055 6 1 31.1198 -143.893 -24.45 + 67 237.413 181 6 0 31.1191 -143.896 -25.85 + 67 165.605 1055 5 1 31.0974 -143.971 -54.45 + 67 129.143 180 5 0 31.0967 -143.977 -55.85 + 67 142.948 1055 4 1 31.0839 -144.098 -84.45 + 67 142.996 180 4 0 31.0824 -144.106 -85.85 + 67 122.686 1054 3 1 31.0463 -144.266 -114.45 + 67 120.504 179 3 0 31.0445 -144.274 -115.85 + 67 116.416 1054 2 1 31.0095 -144.444 -144.45 + 67 201.458 178 2 0 31.01 -144.452 -145.85 + 67 118.472 1054 1 1 31.0233 -144.614 -174.45 + 67 111.272 177 1 0 31.0241 -144.624 -175.85 + 67 171.617 1054 0 1 31.0399 -144.825 -204.45 + 67 218.36 176 0 0 31.0423 -144.831 -205.85 + 67 65.1061 983 5 0 7.91738 16.6938 -56.2498 + 67 71.8538 984 5 0 7.96375 16.85 -56.1382 + 67 113.954 985 5 0 8.04181 17.0503 -55.9921 + 67 0.0127334 986 5 0 8.24631 17.2502 -55.8502 + 67 1.0834 948 5 1 9.84508 18.3924 -54.85 + 67 80.4923 949 5 1 9.85007 18.396 -54.8468 + 67 70.712 950 5 1 10.0501 18.5397 -54.7181 + 67 214.814 951 5 1 10.25 18.6636 -54.6043 + 67 31.6845 1534 6 0 -0.703519 127.042 -26.25 + 67 61.1668 1535 6 0 -0.719292 127.15 -26.2247 + 67 112.696 1536 6 0 -0.790194 127.35 -26.1812 + 67 66.637 1537 6 0 -0.898497 127.55 -26.0493 + 67 348.786 893 6 1 -1.26509 128.501 -24.85 + 67 104.333 892 6 1 -1.45005 129.493 -24.7993 + 67 35.0136 891 6 1 -1.65 129.744 -24.8109 + 67 360.874 1556 6 0 -2.89462 131.463 -25.85 + 67 59.311 1557 6 0 -2.98746 131.55 -25.934 + 67 103.762 1555 6 0 -3.64863 131.35 -25.9774 + 67 259.518 1554 6 0 -3.56245 131.15 -25.9164 + 67 58.0101 1028 5 0 17.3018 25.654 -56.25 + 67 73.5601 1029 5 0 17.3634 25.85 -56.2366 + 67 212.341 1030 5 0 17.4803 26.0501 -56.1924 + 67 328.519 1031 5 0 18.0022 26.25 -56.0122 + 67 100.49 1032 5 0 18.6079 26.45 -56.1308 + 67 105.344 1033 5 0 18.629 26.65 -56.014 + 67 10.8316 995 5 1 19.2443 26.9225 -54.85 + 67 56.4218 996 5 1 19.25 26.9349 -54.8363 + 67 208.531 1048 5 0 21.2345 29.7166 -55.85 + 67 150.841 270 2 0 49.6649 -126.097 -146.25 + 67 15.3112 1160 2 1 52.203 -125.935 -144.85 + 67 107.896 1161 2 1 52.2501 -125.921 -144.802 + 67 274.533 1162 2 1 52.4501 -125.812 -144.535 + 67 152.787 1163 2 1 52.65 -125.804 -144.473 + 67 131.499 1654 9 1 151.144 22.0706 65.5497 + 67 105.124 1655 9 1 151.15 22.068 65.5426 +Number of digits in this event = 24 Using G4ParticleGun ... -9.78859 LIN +3.15552 LIN e- Event: 68 -Number of tracker hits in this event = 103 - 68 141.175 790 11 1 -21.962 57.9527 125.55 - 68 103.411 1189 11 0 -21.9616 57.9532 124.15 - 68 118.492 790 10 1 -21.9536 57.9659 95.55 - 68 144.004 1189 10 0 -21.9523 57.9673 94.15 - 68 639.767 790 9 1 -21.9356 57.9922 65.55 - 68 120.406 1189 9 0 -21.935 57.993 64.15 - 68 134.494 790 8 1 -21.9189 58.0017 35.55 - 68 117.515 1189 8 0 -21.9196 58.0022 34.15 - 68 90.2109 790 7 1 -21.9312 58.0162 5.55 - 68 108.573 1189 7 0 -21.9311 58.0176 4.15 - 68 125.997 790 6 1 -21.937 58.0435 -24.45 - 68 123.392 1189 6 0 -21.9318 58.0447 -25.85 - 68 153.012 791 5 1 -21.8341 58.0712 -54.45 - 68 101.585 1190 5 0 -21.8283 58.0719 -55.85 - 68 147.847 791 4 1 -21.7059 58.0749 -84.45 - 68 274.325 1190 4 0 -21.6954 58.0795 -85.85 - 68 457.878 792 3 1 -21.4741 58.1763 -114.45 - 68 424.368 1190 3 0 -21.4635 58.1816 -115.85 - 68 94.3187 794 2 1 -21.2474 58.2997 -144.45 - 68 425.138 1191 2 0 -21.2423 58.3039 -145.85 - 68 109.13 794 1 1 -21.1253 58.3944 -174.45 - 68 159.98 1191 1 0 -21.1173 58.4009 -175.85 - 68 379.35 795 0 1 -20.9599 58.5347 -204.45 - 68 370.096 1192 0 0 -20.9546 58.5426 -205.85 - 68 122.593 1373 2 1 94.75 94.9338 -144.779 - 68 52.0356 1366 2 1 93.55 96.1776 -144.55 - 68 165.139 1374 2 1 94.95 95.0732 -144.714 - 68 105.513 793 3 1 -21.4495 58.162 -114.796 - 68 120.898 794 3 1 -21.25 58.126 -114.799 - 68 48.9363 795 3 1 -21.0497 58.3711 -114.782 - 68 346.608 1194 3 0 -19.7774 58.8583 -115.85 - 68 83.9417 1190 2 0 -21.229 58.2499 -146.055 - 68 116.583 739 0 1 -32.2005 61.3915 -204.85 - 68 57.5839 740 0 1 -32.05 61.3836 -204.793 - 68 118.427 1186 0 0 -29.6527 57.3397 -205.85 - 68 167.716 791 3 1 -21.65 58.1384 -114.452 - 68 147.352 780 2 1 -23.8996 58.622 -144.45 - 68 146.257 731 1 1 -33.7153 50.0994 -174.45 - 68 38.2262 730 1 1 -33.8505 50.0485 -174.728 - 68 133.897 1148 1 0 -34.5421 49.8126 -175.85 - 68 9.2855 635 0 1 -53.0249 44.1345 -204.45 - 68 183.448 634 0 1 -53.0502 44.1354 -204.482 - 68 62.8057 633 0 1 -53.25 44.1485 -204.73 - 68 156.781 1121 0 0 -54.1973 44.2522 -205.85 - 68 132.603 445 1 0 -146.553 -90.95 -176.022 - 68 111.25 792 2 1 -21.5814 58.4091 -144.45 - 68 135.315 1192 2 0 -21.5707 58.4644 -145.85 - 68 219.51 793 1 1 -21.2974 59.4929 -174.45 - 68 129.469 1197 1 0 -21.2541 59.5496 -175.85 - 68 108.06 798 0 1 -20.3851 60.9619 -204.45 - 68 106.947 1204 0 0 -20.3672 60.9545 -205.85 - 68 68.3482 95 9 1 -161.124 -136.308 65.55 - 68 66.3947 94 9 1 -161.15 -136.36 65.5362 - 68 133.57 996 0 1 19.3412 -17.4757 -204.85 - 68 26.8033 1648 0 0 30.6918 149.873 -206.25 - 68 122.34 1649 0 0 30.7244 149.95 -206.15 - 68 6.09446 1650 0 0 30.7828 150.15 -205.871 - 68 150.819 1055 0 1 31.0939 150.817 -204.85 - 68 126.913 1693 1 0 50.3859 158.827 -176.25 - 68 19.4675 1694 1 0 50.6809 158.95 -175.895 - 68 31.1272 1157 1 1 51.5771 159.511 -174.85 - 68 111.66 1158 1 1 51.6503 159.551 -174.765 - 68 16.3105 1159 1 1 51.8502 159.594 -174.476 - 68 125.749 1568 0 0 31.2566 133.826 -206.25 - 68 102.026 1569 0 0 31.4264 133.95 -206.087 - 68 196.146 1570 0 0 31.4471 134.15 -206.061 - 68 90.2817 1666 0 0 24.9751 153.366 -206.25 - 68 227.161 1667 0 0 25.008 153.55 -206.105 - 68 113.483 1668 0 0 25.2667 153.75 -206.06 - 68 80.416 1669 0 0 25.6567 153.95 -206.109 - 68 59.8563 1670 0 0 25.8054 154.15 -206.064 - 68 65.6789 1671 0 0 25.9184 154.35 -206.043 - 68 130.373 1672 0 0 26.0245 154.55 -205.968 - 68 446.956 1673 0 0 26.0902 154.75 -205.931 - 68 63.7911 366 1 0 129.468 -106.797 -176.25 - 68 242.622 365 1 0 129.562 -106.951 -176.083 - 68 39.9777 1181 9 0 -21.521 56.3641 64.15 - 68 119.728 1180 9 0 -21.4475 56.25 64.0327 - 68 3.38521 1179 9 0 -21.2481 56.05 63.7543 - 68 48.1173 824 3 1 -15.1696 59.6469 -114.45 - 68 83.5347 825 3 1 -15.05 59.5886 -114.547 - 68 129.866 826 3 1 -14.85 59.5371 -114.687 - 68 0.513468 827 3 1 -14.65 59.5101 -114.847 - 68 59.1654 1196 3 0 -13.4907 59.2799 -115.85 - 68 244.291 1195 3 0 -13.3509 59.25 -115.964 - 68 11.9102 1379 1 1 96.15 81.1305 -174.82 - 68 0.829938 837 3 1 -12.65 58.2541 -114.623 - 68 2.88844 839 1 1 -12.0769 61.4262 -174.45 - 68 178.238 1192 3 0 -20.0005 58.479 -115.85 - 68 49.6784 1122 3 0 36.3919 44.5283 -116.25 - 68 92.328 1121 3 0 36.4637 44.45 -116.165 - 68 34.937 1120 3 0 36.624 44.25 -115.936 - 68 114.082 1086 3 1 37.3199 43.332 -114.85 - 68 79.5383 1087 3 1 37.4501 43.1497 -114.648 - 68 101.194 1124 4 0 35.519 44.9566 -86.2498 - 68 125.117 1078 4 1 35.7821 44.9506 -84.8498 - 68 33.6292 1079 4 1 35.85 44.9385 -84.5564 - 68 134.205 1112 5 0 31.4963 42.5943 -56.25 - 68 161.629 1057 5 1 31.4787 42.0125 -54.85 - 68 73.3902 1026 6 0 36.316 25.4105 -26.25 - 68 94.2924 1025 6 0 36.3575 25.2499 -26.0288 - 68 9.67206 1024 6 0 36.4103 25.05 -25.8747 - 68 244.428 1084 6 1 36.9492 23.4841 -24.8498 -Number of digits in this event = 50 +Number of tracker hits in this event = 80 + 68 162.535 994 11 1 18.9644 4.09659 125.55 + 68 134.79 920 11 0 18.9613 4.09804 124.15 + 68 197.527 994 10 1 18.882 4.12684 95.55 + 68 170.924 920 10 0 18.8744 4.1269 94.15 + 68 119.435 993 9 1 18.7067 4.13763 65.55 + 68 133.466 920 9 0 18.695 4.13749 64.15 + 68 126.516 992 8 1 18.4677 4.1335 35.55 + 68 285.008 920 8 0 18.452 4.13189 34.15 + 68 189.492 990 7 1 18.1354 4.10743 5.55 + 68 103.82 920 7 0 18.1126 4.10901 4.15 + 68 119.286 987 6 1 17.6308 4.14188 -24.45 + 68 113.311 920 6 0 17.6106 4.15007 -25.85 + 68 321.904 985 5 1 17.1948 4.33777 -54.45 + 68 119.698 921 5 0 17.1779 4.34804 -55.85 + 68 203.691 983 4 1 16.8245 4.55579 -84.45 + 68 433.739 922 4 0 16.8115 4.57138 -85.85 + 68 379.976 982 3 1 16.5537 4.92653 -114.45 + 68 409.791 924 3 0 16.5518 4.95215 -115.85 + 68 151.461 982 2 1 16.5095 5.4937 -144.45 + 68 114.709 927 2 0 16.5053 5.54079 -145.85 + 68 96.7699 981 1 1 16.4385 6.45919 -174.45 + 68 108.514 932 1 0 16.4241 6.51445 -175.85 + 68 214.531 980 0 1 16.0704 7.58959 -204.45 + 68 51.8205 937 0 0 16.0546 7.64217 -205.85 + 68 167.985 938 0 0 16.0524 7.65 -206.056 + 68 128.825 927 0 0 -7.41595 5.63956 -206.25 + 68 113.377 928 0 0 -7.62314 5.65014 -206.013 + 68 108.705 855 0 1 -8.91068 4.67207 -204.85 + 68 99.581 854 0 1 -9.05 4.52759 -204.762 + 68 10.9762 853 0 1 -9.25 4.48245 -204.834 + 68 118.724 920 0 0 -9.71981 4.0749 -205.85 + 68 98.2383 919 0 0 -9.72562 4.05 -205.947 + 68 112.783 978 2 1 15.7315 5.69162 -144.45 + 68 166.263 928 2 0 15.7005 5.75305 -145.85 + 68 177.604 974 1 1 15.0271 6.9689 -174.45 + 68 150.49 934 1 0 14.998 7.02586 -175.85 + 68 113.866 972 0 1 14.4815 8.18495 -204.45 + 68 153.287 940 0 0 14.466 8.21385 -205.85 + 68 114.897 980 2 1 16.2436 4.76322 -144.45 + 68 195.637 923 2 0 16.2196 4.74894 -145.85 + 68 8.51487 978 1 1 15.8496 4.39537 -174.45 + 68 103.1 979 1 1 15.85 4.39537 -174.486 + 68 295.057 921 1 0 15.8665 4.39389 -175.85 + 68 251.936 921 0 0 16.236 4.3301 -205.85 + 68 158.184 965 3 1 13.2481 -34.379 -114.85 + 68 284.546 991 7 1 18.25 4.10273 5.53181 + 68 29.8939 992 7 1 18.45 4.18433 5.23956 + 68 112.582 925 7 0 19.2337 5.16917 4.15 + 68 716.13 926 7 0 19.2798 5.25 4.07066 + 68 240.417 927 7 0 19.6358 5.45002 3.8789 + 68 164.445 1009 7 1 21.9439 1.84166 5.15 + 68 75.8049 1010 7 1 22.05 1.68686 5.17184 + 68 260.067 911 7 0 21.202 2.41024 4.15 + 68 84.9064 917 7 0 18.0794 3.62233 4.15 + 68 72.7257 916 7 0 17.9226 3.45 3.96066 + 68 390.487 844 7 0 -1.74991 -11.1048 3.75 + 68 145.171 843 7 0 -1.54305 -11.2504 3.91725 + 68 256.475 985 2 1 17.2251 4.2354 -144.45 + 68 133.322 920 2 0 17.2183 4.23689 -145.85 + 68 126.206 985 1 1 17.0976 4.27379 -174.45 + 68 127.189 984 0 1 16.9638 4.37753 -204.45 + 68 123.498 921 2 0 17.2114 4.28338 -145.85 + 68 100.44 984 1 1 16.8854 5.03287 -174.45 + 68 16.4628 983 1 1 16.85 5.07886 -174.793 + 68 30.2838 925 1 0 16.7298 5.23713 -175.85 + 68 96.216 926 1 0 16.7202 5.25 -175.937 + 68 211.412 967 0 1 13.4951 9.07763 -204.45 + 68 73.32 966 0 1 13.45 9.08147 -204.665 + 68 357.343 945 0 0 13.2166 9.10912 -205.85 + 68 79.7298 1076 10 0 72.8225 35.3979 93.75 + 68 86.6042 1077 10 0 72.9228 35.4501 93.8156 + 68 112.091 1078 10 0 73.2041 35.65 93.9279 + 68 86.1187 1079 10 0 73.5062 35.85 94.0137 + 68 0.953263 1080 10 0 73.7192 36.0506 94.1456 + 68 31.2449 1273 10 1 74.7823 37.233 95.15 + 68 91.9599 1274 10 1 74.85 37.3181 95.2158 + 68 104.45 1275 10 1 75.0501 37.5785 95.3818 + 68 97.4233 1276 10 1 75.25 37.9402 95.4452 + 68 83.3412 1277 10 1 75.45 38.2123 95.4116 + 68 149.052 1278 10 1 75.65 38.4716 95.4837 +Number of digits in this event = 43 Using G4ParticleGun ... -7.77247 LIN +7.87701 LIN e- Event: 69 -Number of tracker hits in this event = 73 - 69 109.002 1347 10 1 89.6331 1.9278 95.55 - 69 103.406 909 10 0 89.632 1.92701 94.15 - 69 203.929 1347 9 1 89.6077 1.91618 65.55 - 69 118.613 909 9 0 89.6071 1.91517 64.15 - 69 243.858 1347 8 1 89.5957 1.89459 35.55 - 69 156.359 909 8 0 89.5959 1.89286 34.15 - 69 147.189 1347 7 1 89.6038 1.85946 5.55 - 69 124.537 909 7 0 89.6028 1.85859 4.15 - 69 123.649 1347 6 1 89.5856 1.83754 -24.45 - 69 103.388 908 6 0 89.5839 1.83658 -25.85 - 69 129.464 1347 5 1 89.5527 1.82029 -54.45 - 69 112.347 908 5 0 89.5522 1.81857 -55.85 - 69 134.606 1347 4 1 89.5381 1.78306 -84.45 - 69 140.563 908 4 0 89.5372 1.78242 -85.85 - 69 146.864 1347 3 1 89.5215 1.77225 -114.45 - 69 163.095 908 3 0 89.5211 1.77243 -115.85 - 69 140.2 1347 2 1 89.5138 1.77442 -144.45 - 69 127.082 908 2 0 89.5138 1.77337 -145.85 - 69 127.802 1347 1 1 89.5168 1.75169 -174.45 - 69 117.517 908 1 0 89.5165 1.75007 -175.85 - 69 177.867 1347 0 1 89.5067 1.71696 -204.45 - 69 126.744 908 0 0 89.5061 1.71477 -205.85 - 69 3.8165 480 4 0 51.3811 -83.85 -85.9445 - 69 50.2635 1153 4 1 50.733 -84.4003 -84.8498 - 69 107.829 1152 4 1 50.65 -84.3825 -84.7205 - 69 72.1144 1151 4 1 50.45 -84.2382 -84.4923 - 69 162.788 968 1 0 52.5871 13.65 -176.097 - 69 75.3294 523 0 0 35.4205 -75.3123 -206.25 - 69 87.4707 522 0 0 35.4522 -75.45 -206.039 - 69 199.702 1076 0 1 35.3933 -76.2282 -204.85 - 69 149.044 338 1 0 59.7492 -112.378 -176.25 - 69 230.045 337 1 0 59.8315 -112.55 -175.918 - 69 17.2059 335 1 0 60.3326 -112.95 -175.991 - 69 109.773 471 0 0 18.0165 -85.7367 -206.25 - 69 142.91 470 0 0 17.9412 -85.85 -206.169 - 69 76.006 469 0 0 17.8083 -86.05 -206.023 - 69 19.8116 468 0 0 17.6789 -86.25 -205.884 - 69 21.9396 983 0 1 16.6915 -87.7708 -204.85 - 69 117.948 982 0 1 16.65 -87.8339 -204.807 - 69 161.373 981 0 1 16.45 -88.1245 -204.622 - 69 39.9161 218 1 0 3.4576 -136.411 -176.25 - 69 70.9369 217 1 0 3.42803 -136.55 -176.16 - 69 74.5151 925 0 1 5.15559 -148.425 -204.45 - 69 96.4229 924 0 1 5.04997 -148.427 -204.614 - 69 172.803 158 0 0 4.13142 -148.404 -205.85 - 69 25.787 159 0 0 3.84374 -148.35 -206.186 - 69 122.238 286 0 0 29.7475 -122.937 -206.25 - 69 87.5253 287 0 0 30.0753 -122.75 -206.199 - 69 198.112 288 0 0 30.4207 -122.55 -206.174 - 69 2.82108 289 0 0 30.9477 -122.35 -205.861 - 69 225.328 1058 0 1 31.7451 -122.04 -204.85 - 69 89.1551 1059 0 1 31.85 -121.995 -204.682 - 69 91.0528 1057 0 1 31.6499 -121.87 -204.71 - 69 131.29 1056 0 1 31.45 -121.944 -204.755 - 69 37.1715 1055 0 1 31.2494 -122.068 -204.703 - 69 349.591 292 0 0 31.2752 -121.738 -205.85 - 69 30.951 291 0 0 32.035 -121.75 -206.189 - 69 27.6268 12 0 0 65.5376 -177.702 -206.25 - 69 207.439 11 0 0 65.5258 -177.75 -206.224 - 69 8.31855 46 2 0 -42.5948 -170.75 -146.138 - 69 140.15 906 0 0 89.8538 1.34181 -205.85 - 69 126.528 907 0 0 89.2604 1.62087 -205.85 - 69 54.8178 902 8 0 89.3152 0.62406 34.15 - 69 92.7201 901 8 0 89.2748 0.45 34.0454 - 69 177.017 900 8 0 89.2194 0.25 33.9889 - 69 277.968 899 8 0 89.0015 -0.0501615 33.8563 - 69 19.3876 898 8 0 88.8972 -0.25 33.7738 - 69 2.78321 573 8 0 89.6231 -65.4449 33.75 - 69 70.7285 572 8 0 89.6258 -65.45 33.755 - 69 91.721 571 8 0 89.7608 -65.65 33.8543 - 69 69.6168 570 8 0 89.9643 -65.85 33.847 - 69 73.4819 569 8 0 90.041 -66.05 33.8873 - 69 191.681 681 7 0 68.9039 -43.7547 3.75 -Number of digits in this event = 37 +Number of tracker hits in this event = 123 + 69 88.1991 1165 11 1 53.1313 -15.3826 125.55 + 69 270.846 823 11 0 53.1325 -15.3822 124.15 + 69 456.949 1165 10 1 53.1509 -15.3764 95.55 + 69 361.735 823 10 0 53.1516 -15.376 94.15 + 69 107.606 1165 9 1 53.1675 -15.3697 65.55 + 69 118.502 823 9 0 53.1681 -15.3689 64.15 + 69 113.204 1165 8 1 53.1844 -15.3517 35.55 + 69 111.995 823 8 0 53.1851 -15.3511 34.15 + 69 144.325 1165 7 1 53.1933 -15.3379 5.55 + 69 133.067 823 7 0 53.1941 -15.3378 4.15 + 69 129.051 1165 6 1 53.2156 -15.3363 -24.45 + 69 155.681 823 6 0 53.216 -15.3367 -25.85 + 69 177.84 1165 5 1 53.223 -15.3393 -54.45 + 69 99.6428 823 5 0 53.2234 -15.3397 -55.85 + 69 634.808 1165 4 1 53.2326 -15.3466 -84.45 + 69 604.233 823 4 0 53.232 -15.3475 -85.85 + 69 214.162 1165 3 1 53.2204 -15.3695 -114.45 + 69 115.342 823 3 0 53.22 -15.3689 -115.85 + 69 109.21 1165 2 1 53.2114 -15.3584 -144.45 + 69 138.793 823 2 0 53.2122 -15.3563 -145.85 + 69 102.595 1165 1 1 53.227 -15.3074 -174.45 + 69 111.692 823 1 0 53.2284 -15.3063 -175.85 + 69 125.783 1166 0 1 53.2594 -15.2794 -204.45 + 69 121.2 823 0 0 53.2615 -15.2774 -205.85 + 69 36.4402 652 2 1 -49.532 -70.7678 -144.45 + 69 234.863 359 1 1 -108.276 1.02665 -174.45 + 69 27.8267 1231 1 1 66.3022 -67.7273 -174.85 + 69 38.2262 845 0 0 65.9946 -10.8783 -206.25 + 69 206.426 846 0 0 66.0923 -10.85 -206.131 + 69 5.8844 1235 0 1 67.2363 -10.6857 -204.85 + 69 94.2338 1236 0 1 67.25 -10.6837 -204.834 + 69 36.5965 1237 0 1 67.45 -10.6514 -204.58 + 69 59.1097 1302 1 0 159.633 80.4799 -176.25 + 69 79.8109 1303 1 0 159.801 80.65 -176.202 + 69 77.761 1304 1 0 159.983 80.85 -176.139 + 69 145.286 1305 1 0 160.149 81.05 -176.084 + 69 80.1548 1306 1 0 160.335 81.25 -176.041 + 69 86.5051 1307 1 0 160.481 81.4504 -175.968 + 69 1.02044 1308 1 0 160.591 81.65 -175.854 + 69 141.635 1706 1 1 161.404 83.2769 -174.85 + 69 92.1724 1707 1 1 161.55 83.5403 -174.674 + 69 5.37839 1708 1 1 161.75 83.8334 -174.461 + 69 151.045 1410 2 0 159.801 102.205 -146.25 + 69 92.8859 1411 2 0 159.733 102.35 -146.109 + 69 19.9611 1412 2 0 159.64 102.55 -145.9 + 69 116.812 1695 2 1 159.24 103.497 -144.85 + 69 184.896 1694 2 1 159.15 103.796 -144.532 + 69 144.584 1450 3 0 170.233 110.154 -116.25 + 69 67.1276 1451 3 0 170.373 110.35 -116.003 + 69 67.1143 1452 3 0 170.299 110.55 -116.003 + 69 71.5305 1453 3 0 170.339 110.75 -116.016 + 69 90.8983 1454 3 0 170.37 110.95 -115.933 + 69 281.618 1455 3 0 170.445 111.15 -115.887 + 69 22.9838 1447 3 0 164.952 109.584 -116.25 + 69 177.015 1446 3 0 164.936 109.55 -116.236 + 69 144.08 1657 2 1 151.647 159.004 -144.45 + 69 173 1693 2 1 158.95 103.817 -144.554 + 69 185.456 1745 4 1 169.226 5.2199 -84.45 + 69 60.655 1164 3 1 53.05 -15.2609 -114.735 + 69 217.251 827 3 0 52.0604 -14.5092 -115.85 + 69 74.55 765 3 0 32.7352 -26.9094 -116.25 + 69 6.41937 764 3 0 32.5707 -27.05 -116.247 + 69 472.188 1166 4 1 53.25 -15.347 -84.5634 + 69 28.4374 1167 4 1 53.45 -15.5789 -84.7307 + 69 63.9604 1164 4 1 53.05 -15.254 -84.6533 + 69 510.089 824 4 0 51.9738 -15.1183 -85.85 + 69 17.3905 903 4 0 38.6778 0.709378 -86.2499 + 69 104.854 1152 3 1 50.5676 -14.7745 -114.45 + 69 106.512 826 3 0 50.4082 -14.7763 -115.85 + 69 114.301 1134 2 1 46.9762 -14.8312 -144.45 + 69 122.606 824 2 0 46.7998 -15.0553 -145.85 + 69 79.9493 1114 1 1 42.9613 -19.6361 -174.45 + 69 27.275 1113 1 1 42.85 -19.6948 -174.751 + 69 129.418 800 1 0 42.4506 -19.9001 -175.85 + 69 161.928 1055 0 1 31.1195 -24.0145 -204.45 + 69 80.5846 1054 0 1 31.0498 -24.0331 -204.615 + 69 154.571 779 0 0 30.44 -24.1975 -205.85 + 69 123.663 1172 9 1 54.4988 -15.7986 65.55 + 69 128.376 821 9 0 54.5727 -15.7829 64.15 + 69 136.593 1185 8 1 57.1446 -14.7793 35.5498 + 69 129.978 826 8 0 57.4509 -14.705 34.15 + 69 122.449 1219 7 1 63.8726 -12.3651 5.55 + 69 243.297 839 7 0 64.3948 -12.1925 4.15 + 69 116.944 1273 6 1 74.7942 -8.71994 -24.45 + 69 18.4343 856 6 0 74.7026 -8.65358 -25.85 + 69 137.591 857 6 0 74.6989 -8.65 -25.9111 + 69 32.3149 1261 5 1 72.3744 -5.34606 -54.4502 + 69 106.564 1262 5 1 72.45 -5.3862 -54.5671 + 69 65.475 870 5 0 73.2631 -5.94314 -55.85 + 69 73.0076 869 5 0 73.4013 -6.05 -56.0691 + 69 174.39 1359 4 1 92.1116 -19.5001 -84.4501 + 69 93.1562 1360 4 1 92.15 -19.8119 -84.7054 + 69 34.0194 793 4 0 92.3525 -21.3387 -85.85 + 69 80.0094 792 4 0 92.3533 -21.45 -85.9311 + 69 219.421 791 4 0 92.2897 -21.65 -86.0608 + 69 53.2358 790 4 0 92.2306 -21.85 -86.1652 + 69 73.0593 1274 3 1 74.961 -89.9478 -114.45 + 69 96.6544 448 3 0 74.8538 -90.4726 -115.85 + 69 38.4733 447 3 0 74.8351 -90.55 -116.095 + 69 104.399 1263 2 1 72.6802 -99.9202 -144.45 + 69 34.3491 1262 2 1 72.65 -100.141 -144.749 + 69 99.3067 395 2 0 72.6052 -100.975 -145.85 + 69 63.4694 394 2 0 72.5996 -101.15 -146.068 + 69 43.1919 1280 1 1 76.136 -123.611 -174.45 + 69 99.983 822 10 0 53.1253 -15.4576 94.15 + 69 108.267 1163 9 1 52.7348 -17.4179 65.55 + 69 233.955 811 9 0 52.5023 -17.6591 64.1499 + 69 83.6461 1137 8 1 47.5513 -22.2534 35.5494 + 69 85.3141 788 8 0 47.5315 -22.4091 34.15 + 69 14.266 787 8 0 47.5366 -22.45 33.8167 + 69 26.1382 1145 7 1 49.1739 -26.5288 5.55 + 69 109.926 1146 7 1 49.2504 -26.5589 5.48195 + 69 109.875 1147 7 1 49.4501 -26.6804 5.26377 + 69 357.857 765 7 0 50.1387 -26.9052 4.14993 + 69 295.912 1234 6 1 66.8501 -32.749 -24.45 + 69 168.972 732 6 0 67.4038 -33.4875 -25.85 + 69 67.1967 731 6 0 67.4467 -33.65 -26.0689 + 69 33.5726 639 6 0 58.2786 -52.0981 -26.25 + 69 79.0553 640 6 0 58.2725 -52.05 -26.1219 + 69 365.787 1190 6 1 58.0638 -51.8746 -24.8498 + 69 173.193 1191 6 1 58.25 -51.7612 -24.5653 + 69 56.038 761 7 0 49.625 -27.7431 4.15 + 69 220.998 760 7 0 49.623 -27.8502 4.10806 +Number of digits in this event = 52 Using G4ParticleGun ... -8.44059 LIN +5.14539 LIN e- Event: 70 -Number of tracker hits in this event = 83 - 70 109.636 479 10 1 -84.2352 73.945 95.55 - 70 131.232 1269 10 0 -84.2354 73.9442 94.15 - 70 116.662 479 9 1 -84.2411 73.9247 65.55 - 70 165.37 1269 9 0 -84.2412 73.9238 64.15 - 70 239.644 479 8 1 -84.2435 73.9053 35.55 - 70 156.709 1269 8 0 -84.2439 73.9032 34.15 - 70 123.015 478 7 1 -84.2541 73.8517 5.55 - 70 108.465 1268 7 0 -84.2551 73.8484 4.15 - 70 142.623 478 6 1 -84.282 73.7865 -24.45 - 70 203.562 1268 6 0 -84.2836 73.7825 -25.85 - 70 387.751 478 5 1 -84.3105 73.6955 -54.45 - 70 789.053 1268 5 0 -84.3122 73.6912 -55.85 - 70 157.765 478 4 1 -84.3439 73.6043 -84.45 - 70 109.098 1267 4 0 -84.3454 73.6006 -85.85 - 70 247.737 478 3 1 -84.3812 73.527 -114.45 - 70 342.607 1267 3 0 -84.3813 73.5246 -115.85 - 70 326.448 478 2 1 -84.3883 73.4759 -144.45 - 70 123.649 1267 2 0 -84.3888 73.4727 -145.85 - 70 276.529 478 1 1 -84.3964 73.4052 -174.45 - 70 128.89 1266 1 0 -84.3963 73.4043 -175.85 - 70 188.028 478 0 1 -84.4018 73.3674 -204.45 - 70 306.803 1266 0 0 -84.4026 73.3651 -205.85 - 70 99.0311 1777 4 0 -125.48 175.681 -86.25 - 70 360.661 477 0 1 -84.4873 73.2428 -204.45 - 70 481.756 1265 0 0 -84.4988 73.1747 -205.85 - 70 42.2365 1267 0 0 -85.0382 73.45 -205.925 - 70 81.259 466 0 1 -86.7477 73.3491 -204.85 - 70 359.61 465 0 1 -86.85 73.3339 -204.693 - 70 6.8549 1404 2 0 -50.2857 100.95 -145.959 - 70 10.9827 1403 2 0 -50.2559 100.95 -145.87 - 70 213.063 649 2 1 -50.2171 99.9396 -144.85 - 70 337.987 1269 6 0 -84.4607 73.85 -26.0572 - 70 127.843 470 6 1 -85.969 73.928 -24.8496 - 70 71.0066 471 6 1 -85.85 73.8662 -24.5093 - 70 61.3475 472 6 1 -85.65 73.8446 -24.4903 - 70 10.0218 473 6 1 -85.45 73.8335 -24.4646 - 70 126.638 483 4 1 -83.356 74.2557 -84.45 - 70 291.292 1271 4 0 -83.2911 74.2745 -85.85 - 70 274.992 491 3 1 -81.795 75.1975 -114.45 - 70 109.331 1275 3 0 -81.7315 75.2362 -115.85 - 70 1.94334 1276 3 0 -81.7119 75.25 -116.242 - 70 102.778 496 2 1 -80.8013 76.8188 -144.45 - 70 136.722 1284 2 0 -80.6672 76.9957 -145.85 - 70 115.812 508 1 1 -78.3152 80.7624 -174.45 - 70 22.1323 1304 1 0 -78.301 81.0349 -175.85 - 70 92.5127 1305 1 0 -78.3002 81.05 -175.926 - 70 149.832 511 0 1 -77.8495 86.6083 -204.45 - 70 103.464 1334 0 0 -77.8221 86.9168 -205.851 - 70 15.616 1247 1 0 -104.199 69.47 -176.25 - 70 118.417 1246 1 0 -104.186 69.45 -176.226 - 70 79.3868 1163 4 0 -48.5967 52.8114 -86.25 - 70 46.7179 480 4 1 -84.0172 73.6146 -84.4501 - 70 450.508 479 4 1 -84.0502 73.6398 -84.6024 - 70 104.313 1269 4 0 -84.3866 73.8809 -85.85 - 70 184.626 439 3 1 -92.2418 79.5748 -114.45 - 70 10.2451 1298 3 0 -92.5298 79.8427 -115.85 - 70 149.217 1299 3 0 -92.5375 79.85 -115.889 - 70 115.42 408 2 1 -98.5045 84.8053 -144.45 - 70 119.771 1325 2 0 -98.6358 85.139 -145.85 - 70 114.362 397 1 1 -100.607 90.9425 -174.45 - 70 134.174 1355 1 0 -100.647 91.1711 -175.85 - 70 123.58 391 0 1 -101.885 96.2411 -204.45 - 70 158.359 1380 0 0 -101.951 96.3023 -205.85 - 70 59.483 589 1 0 18.6893 -62.05 -176.193 - 70 111.095 444 11 1 -91.15 114.225 125.365 - 70 51.2538 445 11 1 -91.15 114.22 125.377 - 70 36.0973 387 0 1 -102.693 36.5593 -204.85 - 70 7.99526 1268 8 0 -84.2886 73.6533 34.15 - 70 45.1748 1267 8 0 -84.2921 73.6498 34.1441 - 70 491.24 479 5 1 -84.2498 73.8389 -54.45 - 70 286.857 1268 4 0 -84.1826 73.8243 -85.85 - 70 131.794 479 3 1 -84.1162 73.816 -114.45 - 70 237.737 1268 3 0 -84.1134 73.8106 -115.85 - 70 170.846 479 2 1 -84.0672 73.7203 -144.45 - 70 134.803 1268 2 0 -84.0562 73.7257 -145.85 - 70 146.557 481 1 1 -83.8466 73.8481 -174.45 - 70 116.491 1269 1 0 -83.8359 73.8591 -175.85 - 70 334.671 482 0 1 -83.6137 74.0771 -204.45 - 70 418.975 1270 0 0 -83.6165 74.0905 -205.85 - 70 74.0225 143 2 1 -151.52 38.683 -144.45 - 70 12.6692 1209 0 0 -61.1432 62.0082 -206.25 - 70 182.774 1266 2 0 -84.3606 73.3912 -145.85 - 70 187.134 1265 1 0 -84.4274 73.2462 -175.85 -Number of digits in this event = 49 +Number of tracker hits in this event = 37 + 70 107.396 1315 9 1 83.0539 94.9228 65.55 + 70 131.859 1373 9 0 83.0536 94.9222 64.15 + 70 126.726 1314 8 1 83.044 94.9104 35.55 + 70 187.131 1373 8 0 83.0435 94.9103 34.15 + 70 269.717 1314 7 1 83.0171 94.9082 5.55 + 70 117.836 1373 7 0 83.0181 94.9084 4.15 + 70 122.627 1314 6 1 83.0491 94.9414 -24.45 + 70 171.497 1373 6 0 83.0504 94.9425 -25.85 + 70 88.9772 1315 5 1 83.0769 94.9689 -54.45 + 70 101.464 1374 5 0 83.0787 94.9709 -55.85 + 70 356.901 1315 4 1 83.1218 95.0069 -84.45 + 70 113.011 1374 4 0 83.1196 95.0115 -85.85 + 70 179.678 1315 3 1 83.0659 95.0907 -114.45 + 70 132.833 1374 3 0 83.0617 95.0968 -115.85 + 70 112.154 1314 2 1 82.9771 95.212 -144.45 + 70 106.953 1375 2 0 82.9714 95.2188 -145.85 + 70 157.731 1314 1 1 82.8577 95.3558 -174.45 + 70 129.514 1376 1 0 82.8512 95.3617 -175.85 + 70 109.395 1313 0 1 82.7304 95.496 -204.45 + 70 138.722 1376 0 0 82.7249 95.5009 -205.85 + 70 111.388 1355 9 0 173.028 91.2473 63.75 + 70 34.8463 1356 9 0 173.07 91.35 64.0453 + 70 18.291 1767 9 1 173.72 91.2648 65.15 + 70 94.1053 1768 9 1 173.75 91.2575 65.1974 + 70 71.1389 1769 9 1 173.95 91.2107 65.3064 + 70 144.699 1770 9 1 174.15 91.1518 65.251 + 70 179.844 1363 9 0 174.363 92.8779 64.1487 + 70 137.349 1364 9 0 174.339 92.9501 63.9463 + 70 151.115 1376 4 0 83.5409 95.4492 -85.85 + 70 268.178 1377 4 0 83.6435 95.55 -86.0483 + 70 402.967 1496 6 0 87.7494 119.365 -26.2494 + 70 137.97 1497 6 0 88.0774 119.55 -25.9594 + 70 131.374 1495 6 0 88.451 119.35 -26.0049 + 70 33.8533 1192 6 0 84.0009 58.5155 -26.25 + 70 133.454 899 0 1 -0.05 77.454 -204.484 + 70 85.6038 945 8 0 160.3 9.10128 33.75 + 70 10.1879 944 8 0 160.307 9.05 33.7603 +Number of digits in this event = 23 Using G4ParticleGun ... -6.71741 LIN +5.03538 LIN e- Event: 71 -Number of tracker hits in this event = 82 - 71 157.912 729 11 1 -34.0594 70.0688 125.55 - 71 113.737 1250 11 0 -34.059 70.0684 124.15 - 71 108.093 729 10 1 -34.0507 70.0602 95.55 - 71 144.038 1250 10 0 -34.0486 70.0603 94.15 - 71 402.908 730 9 1 -34.0007 70.0709 65.55 - 71 120.161 1250 9 0 -33.9984 70.0698 64.15 - 71 136.552 730 8 1 -33.9373 70.0552 35.55 - 71 276.397 1250 8 0 -33.9347 70.0533 34.15 - 71 131.879 730 7 1 -33.8723 70.0135 5.55 - 71 194.111 1249 7 0 -33.8684 70.0111 4.15 - 71 176.432 731 6 1 -33.7903 69.9623 -24.45 - 71 277.738 1249 6 0 -33.788 69.9606 -25.85 - 71 107.24 731 5 1 -33.7453 69.9311 -54.45 - 71 115.89 1249 5 0 -33.7429 69.9297 -55.85 - 71 122.393 731 4 1 -33.7124 69.9407 -84.45 - 71 392.89 1249 4 0 -33.7107 69.9381 -85.85 - 71 115.521 731 3 1 -33.677 69.8811 -114.45 - 71 153.709 1249 3 0 -33.6767 69.8785 -115.85 - 71 155.038 731 2 1 -33.6781 69.8076 -144.45 - 71 129.686 1248 2 0 -33.6821 69.808 -145.85 - 71 149.518 731 1 1 -33.7677 69.8166 -174.45 - 71 117.104 1248 1 0 -33.771 69.8161 -175.85 - 71 112.781 731 0 1 -33.831 69.7979 -204.45 - 71 108.452 1248 0 0 -33.8372 69.7958 -205.85 - 71 19.6038 1501 4 1 120.35 116.347 -84.8072 - 71 41.7768 1181 1 1 56.2689 -0.245305 -174.85 - 71 105.09 1180 1 1 56.25 -0.339099 -174.802 - 71 25.733 468 1 0 7.6997 -86.25 -176.128 - 71 90.3895 467 1 0 7.77809 -86.45 -176.008 - 71 5.16477 945 1 1 9.23115 -87.852 -174.85 - 71 103.524 946 1 1 9.25 -87.8696 -174.837 - 71 102.4 947 1 1 9.45 -88.0107 -174.69 - 71 21.7105 948 1 1 9.65059 -88.1296 -174.512 - 71 401.822 1249 9 0 -34.0246 70.04 64.15 - 71 121.289 729 8 1 -34.0779 70.1514 35.55 - 71 102.346 728 7 1 -34.426 71.5393 5.55 - 71 122.988 1257 7 0 -34.4314 71.6094 4.15 - 71 111.352 727 6 1 -34.5416 73.0114 -24.45 - 71 124.582 1265 6 0 -34.5304 73.0771 -25.85 - 71 277.471 728 5 1 -34.3161 74.442 -54.45 - 71 103.914 1272 5 0 -34.356 74.4915 -55.85 - 71 118.525 724 4 1 -35.0757 75.4703 -84.45 - 71 156.571 1277 4 0 -35.1237 75.4858 -85.85 - 71 119.815 718 3 1 -36.2957 75.8487 -114.45 - 71 140.263 1279 3 0 -36.3006 75.8511 -115.85 - 71 133.266 717 2 1 -36.5397 75.9358 -144.45 - 71 173.968 1279 2 0 -36.5755 75.9708 -145.85 - 71 132.268 714 1 1 -37.1993 76.5838 -174.45 - 71 105.899 1282 1 0 -37.2587 76.5594 -175.85 - 71 142.464 707 0 1 -38.5655 76.2372 -204.45 - 71 106.254 1280 0 0 -38.6772 76.1872 -205.85 - 71 18.2295 909 6 1 1.85 16.1 -24.746 - 71 123.003 908 6 1 1.84989 16.0178 -24.4862 - 71 234.957 723 2 1 -35.3612 78.8293 -144.45 - 71 271.833 1294 2 0 -35.3598 78.8949 -145.85 - 71 235.168 720 1 1 -36.0174 80.3839 -174.45 - 71 225.077 1301 1 0 -36.0354 80.2949 -175.85 - 71 125.15 716 0 1 -36.8094 78.3915 -204.45 - 71 115.043 1291 0 0 -36.8011 78.3495 -205.85 - 71 0.443495 959 2 0 12.4905 11.85 -145.933 - 71 181.033 721 1 1 -35.6984 80.2015 -174.45 - 71 94.6562 721 0 1 -35.7576 82.056 -204.45 - 71 109.287 1310 0 0 -35.75 82.1196 -205.85 - 71 99.6918 731 8 1 -33.8464 69.8903 35.55 - 71 118.198 1249 8 0 -33.8393 69.8794 34.15 - 71 128.475 731 7 1 -33.7659 69.6119 5.55 - 71 109.459 1247 7 0 -33.771 69.6194 4.15 - 71 152.686 730 6 1 -33.8965 69.8161 -24.45 - 71 142.791 1248 6 0 -33.906 69.8143 -25.85 - 71 195.645 729 5 1 -34.0623 69.7633 -54.45 - 71 144.876 1248 5 0 -34.0623 69.7754 -55.85 - 71 130.832 729 4 1 -34.0996 70.0501 -84.45 - 71 120.788 726 3 1 -34.7524 69.5953 -114.45 - 71 123.84 1247 3 0 -34.7688 69.5733 -115.85 - 71 184.639 724 2 1 -35.178 69.0383 -144.45 - 71 102.515 1244 2 0 -35.2084 69.0339 -145.85 - 71 94.4147 1243 1 0 -35.9898 68.7915 -175.85 - 71 243.769 720 0 1 -35.9199 68.2302 -204.45 - 71 159.33 1240 0 0 -35.9915 68.2179 -205.85 - 71 275.186 719 0 1 -36.05 67.9833 -204.656 - 71 89.3116 1163 6 0 -57.9084 52.8359 -26.25 - 71 122.192 730 5 1 -34.05 70.1829 -54.6269 -Number of digits in this event = 49 +Number of tracker hits in this event = 55 + 71 123.458 692 11 1 -41.5299 60.2255 125.55 + 71 232.857 1200 11 0 -41.5295 60.2249 124.15 + 71 122.314 692 10 1 -41.5218 60.2131 95.55 + 71 126.741 1200 10 0 -41.521 60.2133 94.15 + 71 124.906 692 9 1 -41.5064 60.2152 65.55 + 71 109.83 1200 9 0 -41.5053 60.212 64.15 + 71 118.881 692 8 1 -41.4846 60.1337 35.55 + 71 146.75 1200 8 0 -41.4846 60.1285 34.15 + 71 178.073 692 7 1 -41.4768 60.0176 5.55 + 71 119.208 1199 7 0 -41.4759 60.0127 4.15 + 71 117.221 692 6 1 -41.4597 59.9068 -24.45 + 71 96.5643 1199 6 0 -41.4594 59.9034 -25.85 + 71 138.41 692 5 1 -41.4553 59.8327 -54.45 + 71 151.324 1198 5 0 -41.4568 59.8295 -55.85 + 71 133.857 692 4 1 -41.4898 59.7698 -84.45 + 71 208.729 1198 4 0 -41.4922 59.7659 -85.85 + 71 113.881 692 3 1 -41.548 59.6908 -114.45 + 71 114.95 1198 3 0 -41.5536 59.6882 -115.85 + 71 127.97 691 2 1 -41.6685 59.6339 -144.45 + 71 164.778 1197 2 0 -41.674 59.6315 -145.85 + 71 142.071 691 1 1 -41.7801 59.5763 -174.45 + 71 136.99 1197 1 0 -41.7855 59.5738 -175.85 + 71 133.564 690 0 1 -41.8997 59.526 -204.45 + 71 108.478 1197 0 0 -41.9059 59.5245 -205.85 + 71 6.93322 762 6 0 -115.532 -27.618 -25.85 + 71 119.327 668 10 0 -3.87105 -46.2666 93.75 + 71 220.832 669 10 0 -4.03471 -46.25 93.7873 + 71 195.507 616 2 1 -56.6849 112.832 -144.85 + 71 60.8375 1597 2 0 -61.4994 139.55 -145.866 + 71 123.986 1198 2 0 -41.7062 59.6501 -146.043 + 71 21.0399 837 4 0 -139.85 -12.45 -85.9307 + 71 239.638 200 4 1 -140.033 -13.0482 -84.85 + 71 84.9935 199 4 1 -140.15 -13.0102 -84.5946 + 71 268.01 1199 3 0 -41.2511 59.869 -115.918 + 71 84.7649 699 2 1 -40.2198 58.6658 -144.45 + 71 74.2424 700 2 1 -40.05 58.6313 -144.643 + 71 175.157 1192 2 0 -39.0062 58.5381 -145.85 + 71 35.0559 842 1 1 -11.5971 56.4606 -174.45 + 71 143.071 841 1 1 -11.65 56.3609 -174.561 + 71 17.0829 1174 1 0 -12.0383 54.9175 -175.85 + 71 62.5638 1173 1 0 -12.056 54.8496 -175.904 + 71 58.3777 1172 1 0 -12.0806 54.65 -176.046 + 71 37.9985 1171 1 0 -12.1196 54.45 -176.192 + 71 396.058 486 1 0 -95.4268 -82.7284 -176.25 + 71 99.4024 487 1 0 -95.7556 -82.65 -176.132 + 71 86.8219 488 1 0 -95.8637 -82.45 -176.04 + 71 258.735 422 1 1 -95.5845 -82.5927 -174.85 + 71 31.6186 423 1 1 -95.55 -82.618 -174.788 + 71 33.6104 1212 1 0 -1.96472 62.4764 -176.25 + 71 195.895 1524 4 0 75.2746 124.981 -86.25 + 71 114.383 1525 4 0 75.293 125.15 -86.1622 + 71 173.682 562 9 0 82.3001 -67.45 63.7815 + 71 8.3898 1210 8 1 62.05 -179.907 35.4842 + 71 29.6954 1310 9 1 82.0976 -68.3372 65.15 + 71 81.9297 556 9 0 81.0882 -68.7658 64.15 +Number of digits in this event = 30 Using G4ParticleGun ... -2.62708 LIN +8.25865 LIN e- Event: 72 -Number of tracker hits in this event = 93 - 72 328.746 1058 11 1 31.76 19.6285 125.55 - 72 127.749 997 11 0 31.7604 19.6272 124.15 - 72 219.294 1058 10 1 31.7675 19.6149 95.55 - 72 126.764 997 10 0 31.7748 19.6117 94.15 - 72 115.434 1059 9 1 31.961 19.5992 65.55 - 72 122.734 997 9 0 31.9542 19.6083 64.15 - 72 141.434 1058 8 1 31.7758 19.7519 35.55 - 72 209.798 998 8 0 31.7736 19.752 34.15 - 72 120.68 1058 7 1 31.834 19.8132 5.55 - 72 111.909 998 7 0 31.8632 19.806 4.15 - 72 124.106 1062 6 1 32.4857 19.679 -24.45 - 72 131.246 998 6 0 32.524 19.6795 -25.85 - 72 96.9493 1065 5 1 33.1373 19.7161 -54.45 - 72 103.926 998 5 0 33.196 19.7725 -55.85 - 72 165.969 1070 4 1 34.2469 21.1083 -84.45 - 72 49.0731 1071 4 1 34.25 21.1205 -84.7352 - 72 219.091 1005 4 0 34.2642 21.1636 -85.85 - 72 302.944 1073 3 1 34.7136 22.2057 -114.45 - 72 124.192 1011 3 0 34.781 22.2771 -115.85 - 72 116.532 1080 2 1 36.2055 23.9488 -144.45 - 72 127.906 1019 2 0 36.2697 24.0089 -145.85 - 72 148.454 1087 1 1 37.5124 25.0615 -174.45 - 72 280.755 1025 1 0 37.6032 25.1431 -175.85 - 72 107.967 1096 0 1 39.3035 26.8208 -204.45 - 72 102.855 1034 0 0 39.4078 26.8679 -205.85 - 72 423.747 1084 1 1 36.9458 25.9176 -174.45 - 72 126.932 1030 1 0 36.5788 26.1314 -175.85 - 72 102.455 1016 0 1 23.3423 22.7736 -204.45 - 72 87.7401 1013 0 0 23.1442 22.7735 -205.85 - 72 155.173 1083 1 1 36.85 26.0626 -174.556 - 72 364.239 1086 0 1 37.3227 19.6936 -204.45 - 72 202.667 998 0 0 37.2942 19.6804 -205.85 - 72 81.5329 1069 4 1 33.9319 19.7071 -84.45 - 72 73.3632 1006 4 0 35.0825 21.25 -86.0063 - 72 256.456 1085 4 0 56.0548 37.1093 -86.2498 - 72 88.5326 1181 4 1 56.3169 37.0234 -84.85 - 72 57.775 1182 4 1 56.45 36.9828 -84.5934 - 72 239.418 1057 4 1 31.6104 19.68 -84.45 - 72 120.281 998 4 0 31.593 19.719 -85.85 - 72 120.133 1056 3 1 31.2896 20.7135 -114.45 - 72 139.329 1003 3 0 31.2627 20.8189 -115.85 - 72 192.477 1052 2 1 30.5112 23.1401 -144.45 - 72 169.852 1015 2 0 30.447 23.1214 -145.85 - 72 101.347 1045 1 1 29.2361 22.6037 -174.45 - 72 261.566 1012 1 0 29.2013 22.525 -175.85 - 72 135.336 1042 0 1 28.6021 20.8629 -204.45 - 72 196.203 1003 0 0 28.5164 20.7991 -205.85 - 72 306.166 1043 0 1 28.65 20.8591 -204.623 - 72 118.505 996 4 0 31.7161 19.3542 -85.8501 - 72 229.546 1071 3 1 34.4448 12.9409 -114.45 - 72 273.078 1072 3 1 34.45 12.9386 -114.481 - 72 90.2329 963 3 0 34.6898 12.7962 -115.85 - 72 134.772 1102 2 1 40.6072 9.63423 -144.45 - 72 214.033 946 2 0 40.7332 9.33716 -145.85 - 72 131.283 1115 1 1 43.1309 3.18973 -174.45 - 72 277.297 914 1 0 43.2612 2.98254 -175.851 - 72 59.8269 1120 0 1 44.1786 -2.54728 -204.45 - 72 260.616 1121 0 1 44.25 -2.52303 -204.597 - 72 14.1576 888 0 0 44.8857 -2.26164 -205.85 - 72 124.262 889 0 0 44.9116 -2.25 -205.902 - 72 282.519 1122 0 1 44.4503 -2.6362 -204.472 - 72 306.353 915 1 0 43.339 3.05009 -176.117 - 72 34.0396 976 3 0 38.5447 15.4343 -115.85 - 72 6.23745 977 3 0 38.5752 15.45 -115.851 - 72 20.3031 1108 3 1 41.7948 17.222 -114.85 - 72 75.7229 1109 3 1 41.85 17.2543 -114.831 - 72 159.761 1110 3 1 42.0501 17.3684 -114.797 - 72 263.961 1111 3 1 42.25 17.4138 -114.566 - 72 160.086 1058 4 1 31.8387 19.1536 -84.4504 - 72 10.4032 990 4 0 31.4342 18.0704 -85.85 - 72 90.2389 989 4 0 31.4272 18.05 -85.8767 - 72 26.2491 988 4 0 31.3441 17.85 -86.1756 - 72 75.8676 1035 3 1 27.1765 3.43188 -114.45 - 72 47.2713 1036 3 1 27.2501 3.51482 -114.684 - 72 18.1563 918 3 0 27.5245 3.8402 -115.85 - 72 95.009 919 3 0 27.5338 3.85 -115.885 - 72 129.766 1059 4 1 31.8667 19.2016 -84.45 - 72 115.103 995 4 0 31.9015 19.1953 -85.85 - 72 156.873 1062 3 1 32.6247 19.0713 -114.45 - 72 113.328 995 3 0 32.6317 19.1039 -115.85 - 72 148.247 1064 2 1 32.8548 19.4915 -144.45 - 72 60.5288 997 2 0 32.8731 19.4594 -145.85 - 72 45.7632 996 2 0 32.8756 19.45 -146.072 - 72 106.629 1064 1 1 32.9287 18.2101 -174.45 - 72 117.355 990 1 0 32.9205 18.1134 -175.85 - 72 319.577 1063 0 1 32.6938 16.1919 -204.45 - 72 155.031 980 0 0 32.6899 16.0832 -205.85 - 72 116.176 1043 0 0 -1.30555 28.85 -206.122 - 72 22.1854 1044 0 0 -1.56381 28.85 -205.909 - 72 267.608 890 0 1 -1.92184 28.9221 -204.85 - 72 128.854 1527 4 0 177.107 125.55 -86.0611 - 72 91.7143 1785 4 1 177.178 125.309 -84.85 - 72 85.7251 901 1 1 0.364167 -80.8336 -174.45 -Number of digits in this event = 55 +Number of tracker hits in this event = 59 + 72 120.662 1247 11 1 69.6306 21.755 125.55 + 72 109.034 1008 11 0 69.6302 21.754 124.15 + 72 142.576 1247 10 1 69.6224 21.7291 95.55 + 72 165.934 1008 10 0 69.6225 21.7288 94.15 + 72 119.227 1247 9 1 69.6254 21.7207 65.55 + 72 106.059 1008 9 0 69.6249 21.7203 64.15 + 72 145.164 1247 8 1 69.6155 21.7141 35.55 + 72 122.811 1008 8 0 69.5907 21.7215 34.15 + 72 199.252 1245 7 1 69.0689 21.8714 5.55 + 72 392.055 1009 7 0 69.0441 21.8694 4.15 + 72 159.938 1242 6 1 68.5519 21.8064 -24.45 + 72 156.841 1008 6 0 68.5271 21.7986 -25.85 + 72 233.319 1239 5 1 68.0098 21.6493 -54.45 + 72 131.267 1007 5 0 67.9758 21.6427 -55.85 + 72 109.67 1236 4 1 67.2856 21.5306 -84.45 + 72 111.411 1007 4 0 67.2526 21.5193 -85.85 + 72 122.299 1232 3 1 66.6026 21.312 -114.45 + 72 122.991 1006 3 0 66.5605 21.2924 -115.85 + 72 173.043 1228 2 1 65.6993 20.9156 -144.45 + 72 233.767 1004 2 0 65.6601 20.8941 -145.85 + 72 154.263 1223 1 1 64.8446 20.4294 -174.45 + 72 114.205 1001 1 0 64.8007 20.4081 -175.85 + 72 573.061 1219 0 1 63.9644 19.9637 -204.45 + 72 176.892 999 0 0 63.9154 19.961 -205.85 + 72 8.97327 787 7 0 28.6803 -22.6086 3.75 + 72 252.32 998 0 0 63.8836 19.8436 -205.85 + 72 47.6208 1218 0 1 63.85 19.7958 -204.672 + 72 112.232 1224 1 1 64.86 20.4627 -174.45 + 72 156.014 1003 1 0 64.9593 20.6816 -175.85 + 72 4.67384 867 1 0 83.5405 -6.49536 -176.25 + 72 273.269 1010 7 0 68.959 22.05 3.9162 + 72 385.77 1247 3 1 69.5898 21.7665 -114.45 + 72 218.654 1008 3 0 69.5894 21.7671 -115.85 + 72 123.826 1247 2 1 69.58 21.7818 -144.45 + 72 317.767 1008 2 0 69.5787 21.7817 -145.85 + 72 179.952 1247 1 1 69.5456 21.7801 -174.45 + 72 357.675 1008 1 0 69.5396 21.7842 -175.85 + 72 141.967 1246 0 1 69.4176 21.8643 -204.45 + 72 274.031 1009 0 0 69.4114 21.8694 -205.85 + 72 167.567 1004 3 0 69.8419 20.9945 -115.85 + 72 308.093 1080 3 0 83.7907 36.1402 -116.25 + 72 134.392 1244 2 1 68.9919 21.7465 -144.45 + 72 125.705 1240 1 1 68.1335 22.2097 -174.45 + 72 142.125 1010 1 0 68.0799 22.2236 -175.85 + 72 130.447 1234 0 1 66.9418 22.5013 -204.45 + 72 89.4593 1012 0 0 66.8941 22.513 -205.85 + 72 17.1052 1300 12 0 -60.8083 80.1354 153.75 + 72 28.5045 423 14 1 -95.35 100.644 215.422 + 72 195.346 424 14 1 -95.35 100.665 215.485 + 72 70.7995 935 6 0 -135.304 7.17434 -26.25 + 72 86.5499 1007 2 0 68.8556 21.65 -146.154 + 72 239.969 1248 1 1 69.7006 21.6963 -174.45 + 72 144.116 1248 0 1 69.8041 21.9686 -204.45 + 72 364.056 1247 0 1 69.6451 21.8159 -204.45 + 72 348.941 1008 0 0 69.6496 21.8286 -205.85 + 72 282.249 1246 1 1 69.4306 21.5547 -174.45 + 72 256.815 1007 1 0 69.4429 21.5487 -175.85 + 72 123.569 1006 0 0 69.6462 21.4252 -205.85 + 72 168.019 1244 0 1 69.0126 21.7489 -204.45 +Number of digits in this event = 47 Using G4ParticleGun ... -5.58365 LIN +2.20347 LIN e- Event: 73 -Number of tracker hits in this event = 54 - 73 166.97 1427 10 1 105.614 -21.8189 95.55 - 73 151.165 791 10 0 105.613 -21.8187 94.15 - 73 111.316 1427 9 1 105.582 -21.816 65.55 - 73 138.759 791 9 0 105.58 -21.8171 64.15 - 73 111.317 1427 8 1 105.558 -21.8393 35.55 - 73 188.588 791 8 0 105.558 -21.8424 34.15 - 73 158.465 1427 7 1 105.561 -21.9073 5.55 - 73 114.522 790 7 0 105.559 -21.9109 4.15 - 73 160.355 1426 6 1 105.513 -21.9806 -24.45 - 73 237.082 790 6 0 105.511 -21.9847 -25.85 - 73 120.757 1426 5 1 105.464 -22.0654 -54.45 - 73 103.683 789 5 0 105.465 -22.0724 -55.85 - 73 137.559 1426 4 1 105.477 -22.2099 -84.45 - 73 376.782 789 4 0 105.477 -22.2152 -85.85 - 73 377.732 1426 3 1 105.463 -22.3218 -114.45 - 73 247.689 788 3 0 105.462 -22.3269 -115.85 - 73 108.807 1426 2 1 105.442 -22.435 -144.45 - 73 116.473 788 2 0 105.441 -22.4405 -145.85 - 73 150.787 1426 1 1 105.426 -22.5459 -174.45 - 73 154.972 787 1 0 105.426 -22.5523 -175.85 - 73 147.05 1426 0 1 105.415 -22.6847 -204.45 - 73 106.383 786 0 0 105.414 -22.691 -205.85 - 73 271.202 627 3 0 -52.968 -54.4653 -116.25 - 73 59.5695 626 3 0 -52.4208 -54.65 -115.988 - 73 0.705058 647 3 1 -50.4526 -55.0406 -114.85 - 73 278.807 648 3 1 -50.45 -55.0411 -114.848 - 73 85.1083 1716 4 1 163.441 134.258 -84.85 - 73 128.057 938 0 1 7.85 -30.9911 -204.537 - 73 34.5793 937 0 1 7.65 -31.1519 -204.478 - 73 72.5081 788 4 0 105.589 -22.25 -85.9995 - 73 122.354 790 3 0 105.437 -22.0402 -115.85 - 73 184.994 1423 2 1 104.803 -21.1905 -144.45 - 73 291.056 794 2 0 104.799 -21.1263 -145.85 - 73 238.032 1421 1 1 104.352 -19.8082 -174.45 - 73 113.107 801 1 0 104.381 -19.6917 -175.85 - 73 104.345 1439 0 1 108.108 -16.1284 -204.45 - 73 94.2619 821 0 0 107.718 -15.7383 -205.85 - 73 80.9317 1422 2 1 104.75 -21.0947 -144.61 - 73 39.3316 1421 2 1 104.55 -21.0298 -144.769 - 73 120.366 795 2 0 103.561 -21.0021 -145.85 - 73 119.515 732 2 0 47.191 -33.5969 -146.25 - 73 40.1208 1137 2 1 47.633 -33.7147 -144.85 - 73 208.475 1138 2 1 47.6502 -33.7182 -144.8 - 73 63.7768 738 2 0 49.1159 -32.431 -145.85 - 73 277.563 737 2 0 49.1947 -32.4503 -145.939 - 73 134.563 789 3 0 105.485 -22.0658 -115.85 - 73 165.679 1429 2 1 105.989 -22.702 -144.45 - 73 116.19 786 2 0 106.095 -22.7839 -145.85 - 73 160.69 1440 1 1 108.248 -24.4339 -174.45 - 73 133.416 777 1 0 108.307 -24.5039 -175.85 - 73 379.111 1446 0 1 109.413 -26.0677 -204.45 - 73 285.925 769 0 0 109.468 -26.2077 -205.85 - 73 28.9797 1445 0 1 109.35 -26.074 -204.743 - 73 159.27 768 0 0 109.439 -26.3099 -205.85 -Number of digits in this event = 34 +Number of tracker hits in this event = 25 + 73 212.862 1421 10 1 104.503 8.65151 95.55 + 73 114.012 943 10 0 104.505 8.65165 94.15 + 73 125.097 1422 9 1 104.551 8.64452 65.55 + 73 161.26 942 9 0 104.557 8.64382 64.15 + 73 96.6357 1422 8 1 104.686 8.62031 35.55 + 73 129.903 942 8 0 104.688 8.61991 34.15 + 73 128.237 1422 7 1 104.737 8.59735 5.55 + 73 125.243 942 7 0 104.737 8.59391 4.15 + 73 126.93 1422 6 1 104.746 8.52288 -24.45 + 73 107.256 942 6 0 104.748 8.51996 -25.85 + 73 116.812 1423 5 1 104.787 8.46536 -54.45 + 73 123.844 942 5 0 104.788 8.46318 -55.85 + 73 150.67 1423 4 1 104.807 8.39663 -84.45 + 73 127.697 941 4 0 104.805 8.39247 -85.85 + 73 140.763 1422 3 1 104.733 8.32512 -114.45 + 73 118.119 941 3 0 104.732 8.32473 -115.85 + 73 147.52 1422 2 1 104.708 8.30362 -144.45 + 73 121.277 941 2 0 104.706 8.29927 -145.85 + 73 108.702 1422 1 1 104.663 8.20808 -174.45 + 73 128.781 940 1 0 104.662 8.20445 -175.85 + 73 193.433 1422 0 1 104.645 8.12267 -204.45 + 73 117.318 940 0 0 104.645 8.11832 -205.85 + 73 97.1137 943 9 0 104.558 8.65019 63.8228 + 73 10.5205 785 9 0 44.9139 -23.0105 63.75 + 73 82.6276 1142 9 0 -4.87814 48.5544 63.75 +Number of digits in this event = 17 Using G4ParticleGun ... -8.02892 LIN +9.97673 LIN e- Event: 74 -Number of tracker hits in this event = 234 - 74 123.545 1332 10 1 86.6186 10.5868 95.55 - 74 149.456 952 10 0 86.618 10.588 94.15 - 74 116.629 1332 9 1 86.5991 10.6217 65.55 - 74 123.861 952 9 0 86.5985 10.6241 64.15 - 74 454.716 1332 8 1 86.5665 10.6584 35.55 - 74 184.128 953 8 0 86.5659 10.66 34.15 - 74 797.706 1332 7 1 86.5567 10.6943 5.55 - 74 323.723 953 7 0 86.5548 10.6971 4.15 - 74 146.694 1332 6 1 86.515 10.7502 -24.45 - 74 292.783 953 6 0 86.5167 10.7525 -25.85 - 74 125.966 1332 5 1 86.5592 10.7968 -54.45 - 74 108.222 953 5 0 86.5603 10.7969 -55.85 - 74 475.157 1332 4 1 86.5838 10.8032 -84.45 - 74 382.649 953 4 0 86.5853 10.8046 -85.85 - 74 161.209 1332 3 1 86.6099 10.8403 -114.45 - 74 136.53 953 3 0 86.6093 10.8424 -115.85 - 74 233.013 1332 2 1 86.5963 10.876 -144.45 - 74 298.627 954 2 0 86.5964 10.8771 -145.85 - 74 324.657 1332 1 1 86.5956 10.8986 -174.45 - 74 440.56 954 1 0 86.5964 10.9014 -175.85 - 74 129.592 1332 0 1 86.6115 10.9503 -204.45 - 74 137.441 954 0 0 86.6124 10.9554 -205.85 - 74 330.997 1333 1 1 86.6734 10.9547 -174.657 - 74 244.191 1334 0 1 86.9415 11.5207 -204.45 - 74 137.053 957 0 0 87.1717 11.5497 -205.85 - 74 123.034 1331 0 1 86.3223 11.214 -204.45 - 74 119.769 955 0 0 86.3041 11.1804 -205.85 - 74 3.27557 898 1 0 77.7203 -0.25 -176.18 - 74 37.7841 1284 1 1 76.9068 -0.338501 -174.85 - 74 192.938 1283 1 1 76.85 -0.36838 -174.838 - 74 142.572 1333 2 1 86.65 10.8184 -144.569 - 74 25.6173 1218 0 1 63.7943 90.3978 -204.85 - 74 1.77641 1448 1 1 109.75 72.7785 -174.721 - 74 70.9834 940 1 0 86.4021 8.10803 -175.85 - 74 34.6411 939 1 0 86.3858 8.05 -176.103 - 74 325.816 1322 0 1 84.5592 1.63441 -204.45 - 74 84.5368 903 0 0 84.1669 0.819556 -205.851 - 74 23.2841 902 0 0 84.0853 0.649957 -206.153 - 74 25.5262 1186 2 0 27.7341 57.4007 -146.25 - 74 142.394 1187 2 0 27.6372 57.45 -146.223 - 74 65.5559 1188 2 0 27.4058 57.65 -146.036 - 74 117.565 1036 2 1 27.295 58.3608 -144.85 - 74 52.2588 1317 1 1 83.5584 12.4195 -174.45 - 74 87.7378 1318 1 1 83.6502 12.3562 -174.598 - 74 129.669 958 1 0 84.4446 11.7735 -175.85 - 74 48.5768 957 1 0 84.6329 11.65 -176.159 - 74 127.971 1417 0 1 103.621 0.952693 -204.45 - 74 49.1919 900 0 0 103.39 0.148704 -205.85 - 74 18.9072 899 0 0 103.296 -0.05 -206.201 - 74 147.736 1330 6 1 86.2435 10.8337 -24.45 - 74 126.291 954 6 0 86.243 10.8565 -25.85 - 74 163.045 1330 5 1 86.2347 11.3242 -54.45 - 74 203.072 956 5 0 86.2302 11.3163 -55.85 - 74 308.702 1330 4 1 86.2108 11.1112 -84.45 - 74 107.375 955 4 0 86.2125 11.0755 -85.85 - 74 423.861 1331 3 1 86.3029 10.2938 -114.45 - 74 212.915 951 3 0 86.2968 10.258 -115.85 - 74 121.833 950 3 0 86.2954 10.25 -116.163 - 74 234.539 1331 2 1 86.27 9.54862 -144.45 - 74 244.006 947 2 0 86.2468 9.54951 -145.85 - 74 312.276 1328 1 1 85.7785 9.63695 -174.45 - 74 137.417 948 1 0 85.7395 9.65784 -175.85 - 74 229.853 951 0 0 84.5186 10.4311 -205.85 - 74 78.8578 950 4 0 85.94 10.2247 -85.85 - 74 63.8878 949 4 0 85.9405 10.0494 -86.0709 - 74 50.6834 1299 2 1 79.9887 -7.0728 -144.85 - 74 140.553 1300 2 1 80.05 -7.1536 -144.72 - 74 267.628 955 5 0 85.8328 11.1861 -55.85 - 74 100.061 1460 0 0 50.8304 112.15 -206.047 - 74 13.6213 1463 0 0 33.089 112.75 -206.199 - 74 99.6472 1714 0 0 30.6798 163.003 -206.25 - 74 61.115 1155 0 1 51.0653 112.486 -204.85 - 74 26.3394 1154 0 1 51.05 112.6 -204.83 - 74 70.5627 1462 0 0 50.9145 112.637 -205.85 - 74 147.379 1461 0 0 50.9223 112.55 -205.946 - 74 97.5519 954 7 0 86.6759 10.85 4.08865 - 74 120.982 1344 6 1 88.9284 14.1182 -24.45 - 74 190.065 970 6 0 89.1666 14.2151 -25.85 - 74 141.46 1366 5 1 93.4517 15.2446 -54.4501 - 74 113.111 975 5 0 93.3457 15.1162 -55.85 - 74 17.7871 1364 4 1 93.136 13.1352 -84.45 - 74 92.8917 1365 4 1 93.15 13.1386 -84.5383 - 74 105.513 965 4 0 93.361 13.2109 -85.85 - 74 236.395 1380 3 1 96.2841 14.0894 -114.45 - 74 37.9477 1381 3 1 96.35 14.1335 -114.725 - 74 263.178 971 3 0 96.6177 14.2922 -115.85 - 74 121.579 1428 2 1 105.799 17.1736 -144.45 - 74 139.577 986 2 0 106.218 17.3552 -145.85 - 74 0.908699 1479 1 1 116.149 21.9059 -174.45 - 74 143.735 1480 1 1 116.15 21.9073 -174.453 - 74 64.2308 1012 1 0 116.783 22.5786 -175.85 - 74 97.0241 1013 1 0 116.846 22.65 -175.993 - 74 8.28286 1543 0 1 128.926 36.4227 -204.451 - 74 97.8051 1544 0 1 128.95 36.4364 -204.479 - 74 60.9147 1545 0 1 129.15 36.5379 -204.703 - 74 158.584 1085 0 0 130.102 37.0581 -205.85 - 74 256.552 1308 3 0 -10.2468 81.7718 -116.25 - 74 54.0075 963 3 0 96.301 12.7951 -115.85 - 74 83.2005 962 3 0 96.297 12.65 -116.01 - 74 54.7863 961 3 0 96.3402 12.45 -116.155 - 74 63.396 894 3 0 109.875 -1.22022 -116.249 - 74 121.717 895 3 0 109.907 -1.04976 -116.064 - 74 48.6472 896 3 0 109.974 -0.85 -115.892 - 74 725.063 1438 3 1 107.94 4.81554 -114.85 - 74 16.8985 1439 3 1 107.95 5.52965 -114.476 - 74 11.2631 948 3 0 107.774 9.81256 -115.85 - 74 99.5122 949 3 0 107.77 9.85 -115.862 - 74 449.318 952 3 0 107.354 10.45 -116.191 - 74 121.784 953 2 0 86.3421 10.716 -145.85 - 74 96.4119 955 1 0 86.6994 11.1428 -175.85 - 74 201.801 1335 0 1 87.1053 11.6334 -204.45 - 74 188.731 958 0 0 87.1339 11.6675 -205.85 - 74 126.748 955 3 0 86.383 11.2183 -115.85 - 74 92.8449 957 2 0 86.5246 11.4686 -145.85 - 74 130.109 1334 1 1 86.9333 10.8911 -174.45 - 74 121.988 953 1 0 86.9511 10.8499 -175.85 - 74 126.948 949 0 0 86.8698 9.91282 -205.851 - 74 376.003 952 7 0 86.5023 10.6174 4.15 - 74 17.7807 1328 6 1 85.6542 9.00228 -24.45 - 74 132.424 1327 6 1 85.65 9.00587 -24.4819 - 74 112.194 945 6 0 85.4143 9.15885 -25.8502 - 74 122.693 1300 5 1 80.2395 13.3255 -54.45 - 74 571.136 967 5 0 80.2636 13.5118 -55.85 - 74 157.187 1298 4 1 79.8371 17.4614 -84.45 - 74 101.95 1299 4 1 79.85 17.4741 -84.6161 - 74 98.1134 987 4 0 80.0034 17.5584 -85.85 - 74 126.683 1318 3 1 83.6819 19.2675 -114.45 - 74 112.007 995 3 0 83.8966 19.2093 -115.85 - 74 118.35 1348 2 1 89.718 18.4328 -144.45 - 74 122.294 991 2 0 89.5245 18.3278 -145.85 - 74 101.513 1319 1 1 84.0224 14.6363 -174.45 - 74 138.787 971 1 0 83.7092 14.4265 -175.85 - 74 253.633 1292 0 1 78.5652 9.38811 -204.451 - 74 16.2721 1291 0 1 78.45 9.39982 -204.801 - 74 108.607 946 0 0 78.1206 9.4129 -205.85 - 74 29.5139 875 5 0 11.4724 -4.87492 -56.25 - 74 203.924 1337 6 1 87.48 7.96073 -24.4501 - 74 149.536 937 6 0 87.6117 7.63152 -25.85 - 74 127.788 1354 5 1 91.0757 0.497121 -54.4503 - 74 96.2799 899 5 0 91.1053 -0.0500284 -55.9643 - 74 138.905 1354 4 1 91.0581 -9.09893 -84.45 - 74 2.7925 1353 4 1 90.9497 -9.19531 -84.8432 - 74 19.8601 853 4 0 90.6521 -9.43116 -85.8501 - 74 105.51 852 4 0 90.6276 -9.45 -85.9299 - 74 82.8156 1308 3 1 81.725 -16.4269 -114.45 - 74 27.9007 1307 3 1 81.6499 -16.4781 -114.747 - 74 154.935 816 3 0 81.3753 -16.663 -115.85 - 74 155.677 1271 2 1 74.4215 -20.9596 -144.45 - 74 105.358 1270 2 1 74.25 -21.064 -144.808 - 74 123.661 793 2 0 73.7654 -21.3673 -145.85 - 74 17.775 792 2 0 73.6116 -21.45 -146.172 - 74 73.5502 1193 1 1 58.7724 -25.5597 -174.45 - 74 65.4866 1192 1 1 58.65 -25.584 -174.631 - 74 100.996 771 1 0 58.3867 -25.7588 -175.85 - 74 311.922 1167 0 1 53.5093 -22.9936 -204.45 - 74 73.476 1168 0 1 53.65 -23.867 -204.743 - 74 81.9856 1169 0 1 53.85 -23.9773 -204.808 - 74 58.2551 777 0 0 55.3875 -24.5136 -205.85 - 74 57.1036 776 0 0 55.5518 -24.65 -205.895 - 74 72.3916 775 0 0 55.5267 -24.8502 -205.879 - 74 114.065 774 0 0 55.4166 -25.05 -205.948 - 74 146.687 764 1 0 -18.7748 -27.186 -176.25 - 74 33.2896 800 1 1 -19.9648 -26.6928 -174.85 - 74 187.239 799 1 1 -20.05 -26.638 -174.758 - 74 26.8609 798 1 1 -20.25 -26.9322 -174.481 - 74 74.0079 958 0 1 11.7558 -30.6806 -204.45 - 74 82.1275 957 0 1 11.6499 -30.7124 -204.621 - 74 93.5805 745 0 0 10.8611 -30.953 -205.85 - 74 19.6911 744 0 0 10.6657 -31.0503 -206.162 - 74 32.0758 869 0 1 -6.23252 -12.6073 -204.85 - 74 43.4185 1269 2 1 74.05 -20.7425 -144.721 - 74 77.0115 800 2 0 73.4675 -19.893 -145.85 - 74 104.879 801 2 0 73.4076 -19.85 -145.931 - 74 167.878 1264 2 1 72.8983 -20.0885 -144.85 - 74 147.899 1263 2 1 72.85 -20.1375 -144.679 - 74 326.738 952 8 0 86.6122 10.5589 34.1498 - 74 185.307 1331 7 1 86.3236 10.6376 5.55 - 74 193.456 1324 6 1 84.9927 10.4542 -24.45 - 74 116.694 952 6 0 84.8697 10.4659 -25.85 - 74 45.7774 1314 5 1 82.8647 10.6079 -54.45 - 74 55.564 1313 5 1 82.85 10.6057 -54.6336 - 74 177.042 952 5 0 82.7529 10.5839 -55.8506 - 74 92.2735 940 4 0 79.4753 8.1805 -85.8505 - 74 84.1117 1250 3 1 70.1674 5.28129 -114.45 - 74 16.9939 1249 3 1 70.05 5.25466 -114.788 - 74 199.662 925 3 0 69.6524 5.18325 -115.85 - 74 48.3634 1189 2 1 57.9362 2.3736 -144.45 - 74 99.8034 1188 2 1 57.8499 2.34486 -144.574 - 74 0.654153 1187 2 1 57.65 2.28671 -144.849 - 74 60.6376 910 2 0 56.8786 2.08423 -145.851 - 74 110.968 909 2 0 56.756 2.04999 -146.013 - 74 72.5083 737 2 0 34.543 -32.4541 -146.25 - 74 76.2603 736 2 0 34.5554 -32.65 -146.036 - 74 9.98663 1073 2 1 34.8424 -33.6736 -144.85 - 74 128.883 1074 2 1 34.85 -33.698 -144.822 - 74 5.763 608 3 0 44.8054 -58.4265 -116.25 - 74 84.6015 607 3 0 44.8145 -58.45 -116.224 - 74 75.754 606 3 0 44.9233 -58.65 -116.007 - 74 139.196 1126 3 1 45.2765 -59.6173 -114.85 - 74 59.5058 274 4 0 127.75 -125.228 -86.25 - 74 134.599 273 4 0 127.897 -125.35 -86.2039 - 74 94.1374 272 4 0 128.11 -125.55 -86.1169 - 74 137.841 271 4 0 128.359 -125.75 -85.9915 - 74 19.5375 270 4 0 128.643 -125.95 -85.8641 - 74 44.1926 1560 4 1 132.24 -128.443 -84.85 - 74 53.6755 1561 4 1 132.35 -128.521 -84.8163 - 74 88.6959 1562 4 1 132.55 -128.648 -84.753 - 74 62.4328 1563 4 1 132.75 -128.771 -84.6619 - 74 62.3121 1564 4 1 132.95 -128.889 -84.5943 - 74 50.2658 1565 4 1 133.15 -128.995 -84.5109 - 74 294.434 944 4 0 80.2559 8.8861 -85.8502 - 74 105.269 951 7 0 86.5381 10.3208 4.15 - 74 70.2261 1336 6 1 87.4398 9.0564 -24.45 - 74 118.086 944 6 0 87.4922 8.98655 -25.85 - 74 87.3019 1343 5 1 88.7898 7.98797 -54.45 - 74 170.8 939 5 0 88.7418 7.928 -55.85 - 74 112.799 1337 4 1 87.5436 6.71421 -84.45 - 74 148.091 932 4 0 87.5573 6.64278 -85.85 - 74 130.396 1340 3 1 88.1459 5.52997 -114.45 - 74 138.12 927 3 0 88.0368 5.49763 -115.85 - 74 117.66 1326 2 1 85.4028 5.59105 -144.45 - 74 181.144 927 2 0 85.1992 5.53556 -145.85 - 74 61.1876 1303 1 1 80.7062 4.85742 -174.45 - 74 171.422 1302 1 1 80.65 4.86306 -174.686 - 74 96.0848 924 1 0 80.3939 4.86851 -175.85 - 74 203.848 1268 0 1 73.746 3.65762 -204.45 - 74 154.435 914 0 0 73.777 3.02002 -205.85 - 74 30.1635 1269 0 1 73.85 3.74962 -204.735 - 74 187.243 919 0 0 74.2483 3.9727 -205.85 - 74 200.936 920 0 0 74.1936 4.05 -205.953 - 74 97.6693 921 0 0 73.9753 4.25 -206.075 - 74 20.346 922 0 0 73.8717 4.45 -206.196 - 74 222.839 1108 3 1 41.8456 56.6362 -114.85 - 74 98.4973 938 5 0 86.5836 7.84997 -56.1646 -Number of digits in this event = 111 -Using G4ParticleGun ... -6.91736 LIN +Number of tracker hits in this event = 46 + 74 35.8349 286 7 0 85.8857 -122.918 3.86481 + 74 357.011 1329 6 1 85.8844 -122.918 -24.45 + 74 390.489 286 6 0 85.8741 -122.904 -25.85 + 74 110.23 1328 5 1 85.6681 -122.631 -54.45 + 74 209.044 287 5 0 85.6556 -122.604 -55.85 + 74 110.062 1327 4 1 85.4532 -121.999 -84.45 + 74 148.425 290 4 0 85.4621 -121.961 -85.85 + 74 143.02 1327 3 1 85.6098 -121.092 -114.45 + 74 118.222 295 3 0 85.6112 -121.037 -115.85 + 74 222.229 1327 2 1 85.6228 -119.948 -144.45 + 74 126.206 301 2 0 85.6102 -119.897 -145.85 + 74 126.771 1326 1 1 85.3941 -118.887 -174.45 + 74 120.72 306 1 0 85.3845 -118.843 -175.85 + 74 144.628 1325 0 1 85.2387 -117.957 -204.45 + 74 114.147 311 0 0 85.2324 -117.91 -205.85 + 74 58.1342 181 1 0 73.4807 -143.756 -176.25 + 74 237.369 1329 5 1 85.8942 -122.942 -54.45 + 74 371.807 286 5 0 85.8935 -122.945 -55.85 + 74 375.927 1329 4 1 85.9025 -123.019 -84.45 + 74 182.292 285 4 0 85.9034 -123.023 -85.85 + 74 238.667 1329 3 1 85.923 -123.091 -114.45 + 74 118.685 285 3 0 85.9195 -123.09 -115.85 + 74 102.357 1328 2 1 85.8459 -123.057 -144.45 + 74 125.837 285 2 0 85.8378 -123.055 -145.85 + 74 97.5056 1328 1 1 85.6862 -123.006 -174.45 + 74 110.603 285 1 0 85.6755 -123.001 -175.85 + 74 308.05 1326 0 1 85.4426 -122.911 -204.45 + 74 456.554 286 0 0 85.432 -122.908 -205.85 + 74 115.577 1605 0 1 141.178 -19.7951 -204.85 + 74 216.386 1456 4 0 -118.332 111.542 -86.25 + 74 15.4162 1728 1 1 165.75 -34.8497 -174.607 + 74 7.1475 1729 1 1 165.95 -34.6832 -174.467 + 74 114.626 1327 0 1 85.4539 -122.935 -204.45 + 74 91.623 285 0 0 85.3124 -123.035 -205.851 + 74 108.406 286 4 0 85.9275 -122.895 -85.85 + 74 107.888 286 3 0 85.9493 -122.889 -115.85 + 74 122.645 1329 2 1 85.9704 -122.848 -144.45 + 74 119.783 286 2 0 85.9736 -122.847 -145.85 + 74 101.741 1329 1 1 86.0442 -122.809 -174.45 + 74 124.622 286 1 0 86.0483 -122.807 -175.85 + 74 120.006 1330 0 1 86.1275 -122.774 -204.45 + 74 131.777 610 5 0 -50.7453 -58.05 -56.0796 + 74 132.2 287 1 0 105.966 -122.588 -176.25 + 74 173.827 288 1 0 105.986 -122.55 -176.158 + 74 143.706 289 1 0 105.995 -122.35 -176.004 + 74 181.262 1434 1 1 107.04 -121.968 -174.85 +Number of digits in this event = 30 +Using G4ParticleGun ... +1.17962 LIN e- Event: 75 -Number of tracker hits in this event = 65 - 75 155.036 402 9 1 -99.6738 -68.0093 65.55 - 75 203.58 560 9 0 -99.6724 -68.0102 64.15 - 75 294.172 402 8 1 -99.6412 -68.0271 35.55 - 75 121.514 560 8 0 -99.6399 -68.0279 34.15 - 75 132.885 402 7 1 -99.6202 -68.0448 5.55 - 75 136 560 7 0 -99.6192 -68.0455 4.15 - 75 113.515 402 6 1 -99.6003 -68.0603 -24.45 - 75 106.505 559 6 0 -99.6002 -68.0606 -25.85 - 75 403.671 402 5 1 -99.5959 -68.0686 -54.45 - 75 442.086 559 5 0 -99.5953 -68.0687 -55.85 - 75 115 402 4 1 -99.5836 -68.0744 -84.45 - 75 121.862 559 4 0 -99.5843 -68.0766 -85.85 - 75 117.164 402 3 1 -99.5992 -68.1288 -114.45 - 75 88.6057 559 3 0 -99.6003 -68.1317 -115.85 - 75 119.3 402 2 1 -99.6243 -68.1869 -144.45 - 75 115.565 559 2 0 -99.6238 -68.1898 -145.85 - 75 150.434 402 1 1 -99.6165 -68.2533 -174.45 - 75 195.124 558 1 0 -99.616 -68.2566 -175.85 - 75 101.53 402 0 1 -99.6106 -68.3239 -204.45 - 75 102.091 558 0 0 -99.6109 -68.3259 -205.85 - 75 48.2614 401 8 1 -99.75 -67.9958 35.3707 - 75 223.571 406 4 1 -98.9427 -67.9063 -84.45 - 75 218.439 560 4 0 -98.8055 -68.0058 -85.8503 - 75 251.254 418 3 1 -96.513 -70.4037 -114.45 - 75 318.076 550 3 0 -96.2539 -70.03 -115.85 - 75 100.696 442 2 1 -91.6491 -63.651 -144.45 - 75 46.959 443 2 1 -91.55 -63.5973 -144.693 - 75 337.713 583 2 0 -91.0966 -63.4468 -145.85 - 75 166.319 503 1 1 -79.424 -57.6746 -174.45 - 75 174.298 611 1 0 -78.9288 -57.8086 -175.85 - 75 3.42316 551 0 1 -69.6545 -57.7889 -204.45 - 75 121.998 552 0 1 -69.65 -57.786 -204.46 - 75 40.2323 613 0 0 -69.2536 -57.3024 -205.85 - 75 115.151 614 0 0 -69.2202 -57.25 -205.993 - 75 100.91 582 2 0 -91.0102 -63.45 -145.968 - 75 15.4768 419 3 1 -96.3497 -70.4649 -114.786 - 75 133.441 546 3 0 -95.8547 -70.7555 -115.85 - 75 16.6419 492 2 1 -81.4996 -75.8349 -144.45 - 75 65.8669 493 2 1 -81.4498 -75.836 -144.491 - 75 74.6078 494 2 1 -81.25 -75.8314 -144.644 - 75 5.49609 495 2 1 -81.0499 -75.8048 -144.82 - 75 226.134 521 2 0 -80.0029 -75.72 -145.85 - 75 190.714 633 1 1 -53.322 -70.5575 -174.45 - 75 11.6654 557 1 0 -53.014 -68.4802 -175.85 - 75 78.9716 559 1 0 -52.9984 -68.2498 -176.022 - 75 14.1638 560 1 0 -53.019 -68.05 -176.211 - 75 0.00961879 581 12 0 -109.767 -63.699 153.75 - 75 1.36825 511 2 0 -72.5783 -77.654 -146.25 - 75 81.4776 417 3 1 -96.55 -70.3862 -114.524 - 75 36.3506 416 3 1 -96.7501 -70.3102 -114.757 - 75 12.0525 551 3 0 -97.6245 -69.6719 -115.85 - 75 159.56 552 3 0 -97.6584 -69.65 -115.893 - 75 124.257 396 4 1 -100.756 -68.4835 -84.45 - 75 136.354 557 4 0 -100.877 -68.4887 -85.85 - 75 74.967 385 3 1 -103.141 -68.397 -114.45 - 75 63.4008 384 3 1 -103.15 -68.3946 -114.597 - 75 121.568 558 3 0 -103.206 -68.4192 -115.85 - 75 126.095 379 2 1 -104.239 -69.3202 -144.45 - 75 126.805 553 2 0 -104.281 -69.3944 -145.85 - 75 88.2594 373 1 1 -105.359 -70.7968 -174.45 - 75 135.465 545 1 0 -105.408 -70.8938 -175.85 - 75 250.435 367 0 1 -106.603 -72.8251 -204.45 - 75 92.664 535 0 0 -106.709 -72.9436 -205.85 - 75 0.654489 784 14 1 -23.05 -173.658 215.193 - 75 71.7482 783 14 1 -23.2502 -173.635 215.391 -Number of digits in this event = 32 +Number of tracker hits in this event = 77 + 75 87.6686 1139 10 1 48.0131 -96.0646 95.55 + 75 121.335 420 10 0 48.0147 -96.0566 94.15 + 75 175.174 1140 9 1 48.0607 -95.9102 65.55 + 75 101.303 421 9 0 48.0615 -95.912 64.15 + 75 116.551 1139 8 1 48.0468 -95.9557 35.55 + 75 108.592 420 8 0 48.0493 -95.954 34.15 + 75 112.71 1140 7 1 48.1114 -95.928 5.55 + 75 116.602 421 7 0 48.1065 -95.9352 4.15 + 75 210.319 1139 6 1 47.9937 -96.0847 -24.45 + 75 220.739 420 6 0 47.9835 -96.0965 -25.85 + 75 135.753 1138 5 1 47.7477 -96.3064 -54.45 + 75 172.977 419 5 0 47.7281 -96.315 -55.85 + 75 123.972 1136 4 1 47.3031 -96.4964 -84.45 + 75 164.503 418 4 0 47.2785 -96.5061 -85.85 + 75 113.267 1133 3 1 46.7987 -96.6973 -114.45 + 75 115.285 417 3 0 46.7735 -96.7001 -115.85 + 75 122.817 1131 2 1 46.2746 -96.7195 -144.45 + 75 114.99 417 2 0 46.259 -96.7192 -145.85 + 75 129.695 1129 1 1 45.9419 -96.6841 -174.45 + 75 147.807 417 1 0 45.9178 -96.6834 -175.85 + 75 181.464 1126 0 1 45.4286 -96.6895 -204.45 + 75 157.803 417 0 0 45.4035 -96.6894 -205.85 + 75 296.322 1140 6 1 48.1092 -96.0389 -24.45 + 75 102.717 421 6 0 48.5672 -95.7882 -25.8502 + 75 89.1273 1170 5 1 54.2304 -93.4214 -54.45 + 75 28.0688 1171 5 1 54.25 -93.3835 -54.7463 + 75 120.951 435 5 0 54.3308 -93.1157 -55.85 + 75 112.835 1193 4 1 58.6576 -88.6108 -84.4503 + 75 23.8681 1194 4 1 58.8501 -88.7925 -84.7448 + 75 105.023 452 4 0 59.3346 -89.4828 -85.85 + 75 63.0628 451 4 0 59.5126 -89.65 -86.0962 + 75 29.926 391 4 0 88.7246 -101.915 -86.25 + 75 191.858 390 4 0 88.763 -101.95 -86.1635 + 75 131.126 434 4 0 102.9 -93.1877 -86.25 + 75 51.5557 1624 12 1 145.006 31.3348 155.15 + 75 42.9891 569 5 0 51.3049 -66.1301 -56.25 + 75 114.705 570 5 0 51.3108 -66.05 -56.1687 + 75 253.314 571 5 0 51.3977 -65.8499 -56.0341 + 75 244.172 1161 5 1 52.2996 -66.0055 -54.85 + 75 91.2426 507 6 0 60.6176 -78.5732 -26.2493 + 75 78.4191 508 6 0 60.6139 -78.45 -26.0465 + 75 158.972 1202 6 1 60.5197 -77.6145 -24.85 + 75 75.5194 483 7 0 64.1002 -83.3662 3.75 + 75 35.5804 482 7 0 64.1342 -83.45 4.01987 + 75 136.338 1221 7 1 64.3119 -83.8802 5.15 + 75 116.903 480 8 0 68.7906 -84.0083 33.75 + 75 157.376 1244 8 1 68.8823 -83.9875 35.15 + 75 128.36 1245 8 1 69.0501 -83.661 35.5314 + 75 106.459 1246 8 1 69.25 -83.5115 35.365 + 75 14.0523 1247 8 1 69.45 -83.4361 35.1845 + 75 215.987 484 8 0 70.3611 -83.1875 34.15 + 75 93.8197 415 8 0 121.554 -97.0012 33.7501 + 75 186.134 414 8 0 121.603 -97.1502 33.9162 + 75 323.475 1510 8 1 122.267 -97.7565 35.15 + 75 432.256 1511 8 1 122.35 -97.8312 35.307 + 75 45.1936 1512 8 1 122.559 -97.9924 35.55 + 75 2.76957 413 8 0 121.612 -97.3503 34.1456 + 75 74.666 1504 8 1 121.047 -99.1111 35.15 + 75 101.511 1503 8 1 120.95 -99.3483 35.2623 + 75 90.4249 1502 8 1 120.75 -99.6358 35.3632 + 75 100.49 1501 8 1 120.55 -99.706 35.4518 + 75 63.5909 1500 8 1 120.35 -99.727 35.4323 + 75 446.818 1499 8 1 120.15 -99.7553 35.3676 + 75 1.95343 1498 8 1 119.95 -99.8206 35.4599 + 75 324.163 430 0 0 48.2672 -94.15 -206.048 + 75 174.725 429 0 0 48.2672 -94.15 -206.048 + 75 203.517 428 0 0 48.4133 -94.35 -206.176 + 75 154.063 427 0 0 48.6126 -94.55 -206.12 + 75 2.11305 1148 0 1 49.7058 -92.8842 -204.85 + 75 8.00303 525 0 0 51.4172 -75.0127 -205.85 + 75 5.2451 1157 0 1 51.4535 -70.7189 -204.85 + 75 162.154 1156 0 1 51.45 -70.7128 -204.845 + 75 76.9424 1139 9 1 47.9749 -95.9539 65.55 + 75 55.138 428 9 0 49.0164 -94.4728 64.15 + 75 61.6229 429 9 0 49.1202 -94.35 64.0077 + 75 33.5857 430 9 0 49.2752 -94.1499 63.8458 + 75 10.6578 1141 9 1 48.25 -96.0235 65.347 +Number of digits in this event = 34 Using G4ParticleGun ... -4.03958 LIN +7.43741 LIN e- Event: 76 -Number of tracker hits in this event = 56 - 76 105.737 1363 10 1 92.9129 46.204 95.55 - 76 127.621 1130 10 0 92.9137 46.2056 94.15 - 76 109.523 1363 9 1 92.9356 46.2385 65.55 - 76 119.355 1130 9 0 92.9362 46.2394 64.15 - 76 106.318 1364 8 1 92.9558 46.2578 35.55 - 76 109.08 1131 8 0 92.9578 46.2561 34.15 - 76 106.629 1364 7 1 93.0003 46.2119 5.55 - 76 117.261 1130 7 0 93.0027 46.2106 4.15 - 76 119.71 1364 6 1 93.0494 46.1829 -24.45 - 76 191.683 1130 6 0 93.0492 46.1801 -25.85 - 76 102.036 1364 5 1 93.0355 46.1323 -54.45 - 76 114.704 1130 5 0 93.0325 46.1314 -55.85 - 76 111.196 1364 4 1 92.9814 46.1122 -84.45 - 76 120.502 1130 4 0 92.978 46.1111 -85.85 - 76 109.17 1363 3 1 92.8875 46.0935 -114.45 - 76 95.9928 1130 3 0 92.8824 46.0947 -115.85 - 76 136.684 1363 2 1 92.7759 46.1294 -144.45 - 76 382.66 1130 2 0 92.7702 46.1328 -145.85 - 76 112.142 1362 1 1 92.6684 46.2071 -174.45 - 76 172.952 1130 1 0 92.6636 46.211 -175.85 - 76 268.266 1362 0 1 92.5748 46.3034 -204.45 - 76 184.888 1131 0 0 92.5693 46.3115 -205.85 - 76 132.086 1197 1 0 55.2 59.4944 -176.25 - 76 140.094 1196 1 0 55.0447 59.4498 -176.168 - 76 67.4178 1564 5 0 134.753 132.95 -56.0891 - 76 14.577 1069 10 0 129.405 33.85 93.7569 - 76 223.762 1130 0 0 92.5729 46.2243 -205.85 - 76 293.717 1365 3 1 93.2156 45.9292 -114.45 - 76 124.159 1128 3 0 93.22 45.739 -115.85 - 76 215.447 1367 2 1 93.6366 41.0955 -144.45 - 76 3.24709 1104 2 0 93.7523 40.8521 -145.85 - 76 117.208 1103 2 0 93.7533 40.85 -145.862 - 76 100.936 1386 1 1 97.3568 37.0617 -174.45 - 76 36.6604 1387 1 1 97.55 37.0269 -174.728 - 76 148.749 1084 1 0 98.2552 36.9257 -175.85 - 76 106.635 1463 0 1 112.759 31.8931 -204.45 - 76 49.1402 1464 0 1 112.95 31.7263 -204.721 - 76 111.885 1054 0 0 113.753 31.0226 -205.85 - 76 25.9433 1053 0 0 114.009 30.85 -206.192 - 76 175.655 1368 2 1 93.7504 41.1125 -144.581 - 76 78.4425 1369 2 1 93.95 41.1978 -144.774 - 76 154.859 1110 2 0 95.2781 42.073 -145.85 - 76 320.128 1111 2 0 95.7427 42.25 -146.064 - 76 129.974 1216 2 0 131.468 63.3439 -146.25 - 76 45.3311 1217 2 0 131.646 63.45 -145.999 - 76 92.3762 1560 2 1 132.191 63.5849 -144.85 - 76 98.3816 1561 2 1 132.35 63.5269 -144.533 - 76 111.121 1129 3 0 93.1845 45.9644 -115.85 - 76 193.362 1360 2 1 92.2944 46.4783 -144.45 - 76 156.499 1132 2 0 92.2687 46.4688 -145.85 - 76 135.21 1356 1 1 91.4212 46.3964 -174.45 - 76 115.958 1131 1 0 91.2996 46.4093 -175.85 - 76 114.95 1344 0 1 88.9223 46.7287 -204.45 - 76 269.541 1133 0 0 88.8605 46.7353 -205.85 - 76 119.281 1131 2 0 92.2986 46.45 -145.998 - 76 99.3372 1361 2 1 92.35 46.4407 -144.78 -Number of digits in this event = 26 +Number of tracker hits in this event = 29 + 76 147.624 381 10 1 -103.94 50.1777 95.55 + 76 170.363 1150 10 0 -103.941 50.1783 94.15 + 76 143.763 380 9 1 -103.952 50.1897 65.55 + 76 155.405 1150 9 0 -103.952 50.1903 64.15 + 76 139.613 381 8 1 -103.948 50.2038 35.55 + 76 180.293 1150 8 0 -103.948 50.2051 34.15 + 76 137.742 381 7 1 -103.942 50.2353 5.55 + 76 138.191 1150 7 0 -103.943 50.2363 4.15 + 76 115.481 380 6 1 -103.964 50.2575 -24.45 + 76 129.482 1151 6 0 -103.965 50.2587 -25.85 + 76 149.966 380 5 1 -103.996 50.2852 -54.45 + 76 115.045 1151 5 0 -103.997 50.2879 -55.85 + 76 106.89 380 4 1 -104.026 50.3434 -84.45 + 76 148.541 1151 4 0 -104.028 50.3443 -85.85 + 76 107.416 380 3 1 -104.072 50.365 -114.45 + 76 101.323 1151 3 0 -104.077 50.3653 -115.85 + 76 103.422 379 2 1 -104.168 50.3677 -144.45 + 76 143.272 1151 2 0 -104.173 50.3675 -145.85 + 76 98.7316 379 1 1 -104.256 50.3647 -174.45 + 76 93.8884 1151 1 0 -104.26 50.3645 -175.85 + 76 115.718 379 0 1 -104.338 50.3636 -204.45 + 76 116.162 1151 0 0 -104.343 50.3643 -205.85 + 76 12.7103 1291 0 0 -87.7199 78.25 -206.141 + 76 47.1398 1594 1 0 89.4258 138.95 -176.16 + 76 148.746 1593 1 0 89.6665 138.95 -176.066 + 76 63.5756 1592 1 0 90.0332 138.75 -175.958 + 76 17.1508 1591 1 0 90.1998 138.55 -175.876 + 76 464.798 1352 1 1 90.6928 137.315 -174.85 + 76 57.5795 1353 1 1 90.7502 137.287 -174.605 +Number of digits in this event = 17 Using G4ParticleGun ... -8.37788 LIN +5.18442 LIN e- Event: 77 -Number of tracker hits in this event = 264 - 77 534.178 1033 11 1 26.7084 -6.12538 125.55 - 77 423.42 869 11 0 26.707 -6.12566 124.15 - 77 240.036 1033 10 1 26.6775 -6.13408 95.55 - 77 310.787 869 10 0 26.6747 -6.13598 94.15 - 77 436.438 1032 9 1 26.6139 -6.17151 65.55 - 77 248.274 869 9 0 26.6105 -6.17249 64.15 - 77 313.763 1032 8 1 26.5381 -6.18957 35.55 - 77 313.509 869 8 0 26.5339 -6.18819 34.15 - 77 340.668 1031 7 1 26.4467 -6.15096 5.55 - 77 984.158 869 7 0 26.4417 -6.14701 4.15 - 77 443.757 1031 6 1 26.3333 -6.06407 -24.45 - 77 378.206 869 6 0 26.3284 -6.06203 -25.85 - 77 317.969 1030 5 1 26.2268 -6.01526 -54.45 - 77 131.996 870 5 0 26.2225 -6.01447 -55.85 - 77 127.241 1030 4 1 26.1452 -6.00529 -84.45 - 77 138.619 870 4 0 26.1411 -6.00499 -85.85 - 77 122.672 1030 3 1 26.0587 -6.0042 -114.45 - 77 210.533 870 3 0 26.0542 -6.00508 -115.85 - 77 245.209 1029 2 1 25.9628 -6.01507 -144.45 - 77 127.141 870 2 0 25.959 -6.01521 -145.85 - 77 101.652 1029 1 1 25.8809 -6.01688 -174.45 - 77 126.641 870 1 0 25.8755 -6.01569 -175.85 - 77 370.154 1028 0 1 25.7712 -5.99711 -204.45 - 77 207.974 870 0 0 25.7653 -5.99435 -205.85 - 77 125.987 1267 5 0 -4.80137 73.45 -56.2176 - 77 185.266 457 2 0 167.5 -88.507 -146.25 - 77 87.0778 458 2 0 167.576 -88.4499 -146.165 - 77 151.748 459 2 0 167.384 -88.2499 -146.125 - 77 15.6485 619 1 0 -60.1308 -56.05 -176.132 - 77 27.5162 1029 0 1 25.85 -6.03113 -204.807 - 77 66.8393 869 0 0 26.0219 -6.20368 -205.85 - 77 42.2504 868 0 0 26.0497 -6.25 -206.06 - 77 161.402 871 5 0 26.1404 -5.78747 -55.85 - 77 11.1106 870 7 0 26.3777 -6.05 3.89271 - 77 553.68 1032 7 1 26.5012 -6.22052 5.55 - 77 142.571 1034 6 1 26.8984 -6.69581 -24.45 - 77 148.381 866 6 0 26.8756 -6.7147 -25.85 - 77 103.563 1033 5 1 26.6647 -7.17363 -54.45 - 77 149.334 864 5 0 26.6756 -7.17456 -55.85 - 77 173.938 1033 4 1 26.8082 -6.5773 -84.45 - 77 77.0915 867 4 0 26.8601 -6.63632 -85.85 - 77 37.5025 866 4 0 26.8681 -6.65 -86.1271 - 77 118.66 1041 3 1 28.2741 -7.86838 -114.45 - 77 75.9379 860 3 0 28.5026 -8.03016 -115.85 - 77 65.9039 859 3 0 28.5306 -8.05002 -116.015 - 77 24.3784 1066 2 1 33.2571 -11.6833 -144.45 - 77 126.176 1065 2 1 33.25 -11.6893 -144.541 - 77 118.906 841 2 0 33.1264 -11.7784 -145.85 - 77 299.404 1052 1 1 30.5978 -13.2804 -174.45 - 77 94.8116 833 1 0 30.2695 -13.4195 -175.85 - 77 28.6525 832 1 0 30.1997 -13.45 -176.164 - 77 94.8093 1019 0 1 23.8931 -16.2323 -204.45 - 77 45.2756 1018 0 1 23.85 -16.2508 -204.741 - 77 120.515 818 0 0 23.7006 -16.3332 -205.85 - 77 172.482 792 1 0 28.1037 -21.5067 -175.85 - 77 183.311 791 1 0 28.1133 -21.65 -176 - 77 215.762 872 4 0 26.8743 -5.60993 -85.85 - 77 308.917 873 4 0 26.9349 -5.45 -85.9531 - 77 508.296 874 4 0 27.0483 -5.25 -86.0295 - 77 92.0672 1035 3 1 27.0587 -7.06349 -114.45 - 77 149.982 1034 3 1 27.05 -7.07524 -114.753 - 77 120.113 864 3 0 27.0176 -7.1185 -115.85 - 77 141.823 857 2 0 25.9 -8.64517 -145.85 - 77 148.902 856 2 0 25.8982 -8.65 -145.947 - 77 162.868 1025 1 1 25.2347 -9.79752 -174.45 - 77 107.148 850 1 0 25.184 -9.85732 -175.851 - 77 222.055 1021 0 1 24.3628 -10.8327 -204.45 - 77 37.0332 1020 0 1 24.2498 -10.8543 -204.753 - 77 174.35 845 0 0 23.8294 -10.9397 -205.85 - 77 11.1159 846 0 0 23.7129 -10.8496 -206.188 - 77 60.2112 784 0 0 13.2335 -23.142 -206.25 - 77 112.109 783 0 0 13.2381 -23.25 -206.141 - 77 100.685 782 0 0 13.256 -23.45 -205.989 - 77 11.1384 972 0 1 14.6153 -23.2968 -204.85 - 77 47.4494 973 0 1 14.65 -23.2872 -204.824 - 77 79.6074 974 0 1 14.85 -23.314 -204.74 - 77 117.319 975 0 1 15.05 -23.4042 -204.696 - 77 47.5061 976 0 1 15.25 -23.4629 -204.658 - 77 84.9686 977 0 1 15.45 -23.5158 -204.658 - 77 104.053 978 0 1 15.6503 -23.6053 -204.6 - 77 19.6027 979 0 1 15.8501 -23.8705 -204.494 - 77 3.26977 869 3 0 26.2942 -6.05175 -115.85 - 77 14.2896 871 3 0 26.1186 -5.85 -116.192 - 77 390.258 833 3 0 16.331 -13.4113 -116.25 - 77 185.154 832 3 0 16.3402 -13.45 -116.205 - 77 246.624 985 3 1 17.0884 -13.6377 -114.85 - 77 98.1049 986 3 1 17.25 -13.0665 -114.744 - 77 30.4784 987 3 1 17.45 -12.8548 -114.803 - 77 166.564 1033 6 1 26.6799 -4.79747 -24.4506 - 77 114.64 876 6 0 26.7354 -4.7908 -25.85 - 77 109.189 1039 5 1 27.988 -4.83333 -54.45 - 77 107.157 876 5 0 28.0391 -4.72727 -55.85 - 77 107.353 1045 4 1 29.1371 -2.32694 -84.45 - 77 186.725 889 4 0 29.2523 -2.18149 -85.85 - 77 115.672 1058 3 1 31.7412 1.11932 -114.45 - 77 173.327 906 3 0 31.8468 1.32922 -115.85 - 77 70.6498 1071 2 1 34.3182 5.72707 -144.45 - 77 50.2717 1070 2 1 34.2498 5.79298 -144.735 - 77 108.78 930 2 0 33.9892 6.05926 -145.85 - 77 99.6296 1037 1 1 27.5554 13.0662 -174.45 - 77 7.88383 1036 1 1 27.45 13.16 -174.816 - 77 28.5428 966 1 0 27.1468 13.4245 -175.85 - 77 82.6005 967 1 0 27.1176 13.45 -175.95 - 77 61.3134 994 0 1 18.8909 21.192 -204.45 - 77 226.051 993 0 1 18.8499 21.2066 -204.54 - 77 72.999 1006 0 0 18.2429 21.4114 -205.85 - 77 51.9352 1007 0 0 18.1268 21.45 -206.1 - 77 100.231 870 10 0 26.6826 -6.03528 94.15 - 77 252.733 870 9 0 26.6051 -5.92076 64.15 - 77 201.673 871 8 0 26.5063 -5.72958 34.15 - 77 117.51 872 7 0 26.3788 -5.64881 4.15 - 77 665.546 1030 6 1 26.1747 -5.55312 -24.45 - 77 118.488 872 6 0 26.1649 -5.54905 -25.85 - 77 218.184 1029 5 1 25.9592 -5.44758 -54.45 - 77 133.068 873 5 0 25.947 -5.43889 -55.85 - 77 205.225 1028 4 1 25.668 -5.22044 -84.45 - 77 209.527 1026 3 1 25.2788 -5.29623 -114.45 - 77 156.571 873 3 0 25.2631 -5.30079 -115.85 - 77 130.044 1024 2 1 24.9383 -5.4038 -144.45 - 77 138.477 873 2 0 24.9242 -5.41056 -145.85 - 77 27.9789 1023 1 1 24.651 -5.53925 -174.45 - 77 77.034 1022 1 1 24.65 -5.53989 -174.548 - 77 118.961 872 1 0 24.6366 -5.54742 -175.85 - 77 302.482 871 0 0 24.3591 -5.75463 -205.85 - 77 95.7011 1292 5 1 78.5177 -152.028 -54.85 - 77 82.9567 1291 5 1 78.45 -152.164 -54.6577 - 77 46.4066 886 0 0 23.5963 -2.84408 -205.85 - 77 135.78 1032 10 1 26.6197 -6.12307 95.55 - 77 111.057 1033 8 1 26.6652 -6.22957 35.55 - 77 116.783 868 6 0 26.1568 -6.31576 -25.85 - 77 150.699 867 5 0 25.9591 -6.54092 -55.85 - 77 289.171 865 4 0 25.7317 -6.95999 -85.85 - 77 37.853 1027 3 1 25.6474 -7.54045 -114.45 - 77 71.5773 1028 3 1 25.65 -7.54615 -114.603 - 77 137.562 862 3 0 25.666 -7.5885 -115.85 - 77 142.826 1030 2 1 26.0675 -8.52457 -144.45 - 77 89.3316 1034 1 1 26.9026 -10.2688 -174.45 - 77 95.8856 848 1 0 26.9214 -10.3712 -175.85 - 77 175.2 1036 0 1 27.2949 -12.3277 -204.45 - 77 166.253 837 0 0 27.3468 -12.4864 -205.85 - 77 24.5209 1037 0 1 27.45 -12.358 -204.775 - 77 79.7701 838 0 0 28.568 -12.4039 -205.85 - 77 120.023 1027 5 1 25.4774 -5.2242 -54.4502 - 77 104.342 874 5 0 25.4463 -5.18325 -55.85 - 77 114.331 1025 4 1 25.0523 -4.40292 -84.45 - 77 159.178 878 4 0 25.0606 -4.38462 -85.85 - 77 111.903 1029 3 1 25.9147 -4.14753 -114.451 - 77 136.406 879 3 0 25.9137 -4.13181 -115.85 - 77 30.4633 1032 2 1 26.4693 -4.00879 -144.45 - 77 126.38 1031 2 1 26.45 -4.01062 -144.569 - 77 125.943 880 2 0 26.2461 -4.00371 -145.85 - 77 164.992 1004 1 1 21.0032 -4.02494 -174.45 - 77 118.121 880 1 0 20.9105 -3.93143 -175.85 - 77 144.958 897 0 0 18.7164 -0.578171 -205.85 - 77 416.082 1073 0 1 34.7642 -4.86972 -204.45 - 77 168.619 875 0 0 34.6881 -4.96933 -205.85 - 77 94.9843 1024 3 1 24.9849 -3.7544 -114.45 - 77 185.447 1025 3 1 25.05 -3.82036 -114.519 - 77 152.125 877 3 0 26.9576 -4.64001 -115.85 - 77 53.0455 876 3 0 26.9882 -4.65 -115.869 - 77 31.8745 666 3 0 84.2037 -46.7782 -116.25 - 77 82.818 665 3 0 84.1893 -46.8502 -116.216 - 77 63.2205 664 3 0 84.136 -47.05 -116.169 - 77 78.4827 663 3 0 84.0614 -47.25 -116.125 - 77 79.0393 662 3 0 84.1962 -47.45 -116.045 - 77 64.9056 661 3 0 84.3906 -47.6501 -115.974 - 77 238.259 660 3 0 84.5269 -47.85 -115.887 - 77 85.3071 659 3 0 84.6019 -48.05 -116.012 - 77 57.733 685 3 0 94.6978 -43.0155 -116.25 - 77 160.21 684 3 0 94.7423 -43.05 -116.159 - 77 97.5009 872 3 0 24.745 -5.45 -115.85 - 77 115.219 1021 3 1 24.2872 -5.69159 -114.85 - 77 22.4787 886 3 0 25.2584 -2.69829 -115.85 - 77 214.24 887 3 0 25.2683 -2.64993 -115.924 - 77 7.92203 888 3 0 25.3384 -2.44981 -116.213 - 77 301.366 1556 3 0 -20.7609 131.375 -116.25 - 77 68.8783 1023 5 1 24.6613 -6.3125 -54.45 - 77 44.7126 1022 5 1 24.65 -6.30285 -54.7216 - 77 60.0604 868 5 0 24.6009 -6.25876 -55.85 - 77 56.5326 869 5 0 24.5924 -6.25 -56.0796 - 77 99.0543 1018 4 1 23.668 -5.33754 -84.45 - 77 123.924 1019 3 1 23.8674 -3.672 -114.45 - 77 110.668 882 3 0 23.8764 -3.6012 -115.85 - 77 97.3781 1022 2 1 24.482 -2.25947 -144.45 - 77 19.9067 1021 2 1 24.4499 -2.24393 -144.771 - 77 151.13 889 2 0 24.3592 -2.17678 -145.85 - 77 145.931 1011 1 1 22.3456 -0.197168 -174.45 - 77 116.889 900 1 0 22.223 0.146113 -175.85 - 77 102.054 997 0 1 19.4771 6.68337 -204.45 - 77 81.09 998 0 1 19.65 6.93641 -204.692 - 77 68.7268 940 0 0 20.6076 8.16019 -205.85 - 77 90.8232 941 0 0 20.6749 8.25 -205.936 - 77 66.0065 942 0 0 20.7895 8.45 -206.111 - 77 62.9591 1173 0 0 50.8642 54.6931 -206.25 - 77 68.303 1174 0 0 50.9878 54.85 -206.163 - 77 78.062 1175 0 0 51.1453 55.0501 -206.056 - 77 88.7318 1176 0 0 51.3053 55.25 -205.942 - 77 7.72 1162 0 1 52.6299 56.9699 -204.85 - 77 211.28 1163 0 1 52.65 56.9957 -204.833 - 77 196.974 1164 0 1 52.85 57.2573 -204.663 - 77 28.6949 1165 0 1 53.05 57.5271 -204.497 - 77 90.8522 1333 1 0 84.0369 86.675 -176.25 - 77 80.3597 1334 1 0 84.2164 86.85 -176.079 - 77 50.2759 1335 1 0 84.3997 87.05 -175.912 - 77 33.1392 1327 1 1 85.5915 88.4153 -174.85 - 77 99.8335 1328 1 1 85.65 88.4831 -174.801 - 77 190.688 1329 1 1 85.85 88.7118 -174.652 - 77 221.116 1330 1 1 86.05 88.9633 -174.483 - 77 11.5538 1454 2 0 110.114 111.138 -146.25 - 77 115.229 1455 2 0 110.127 111.15 -146.235 - 77 118.954 1456 2 0 110.399 111.35 -146.025 - 77 33.7553 1457 2 0 110.718 111.55 -145.892 - 77 30.0134 1466 2 1 113.489 112.637 -144.849 - 77 47.8369 1467 2 1 113.55 112.66 -144.829 - 77 68.0536 1468 2 1 113.75 112.734 -144.747 - 77 60.6873 1469 2 1 113.95 112.83 -144.642 - 77 70.766 1470 2 1 114.15 112.925 -144.55 - 77 200.566 1418 3 0 98.8812 103.948 -116.25 - 77 338.225 1417 3 0 98.5963 103.75 -116.081 - 77 2.7059 1416 3 0 97.9715 103.55 -116.244 - 77 196.257 1201 3 0 80.0989 60.2899 -116.25 - 77 160.263 1202 3 0 79.9964 60.45 -116.058 - 77 41.4216 1486 2 0 174.769 117.35 -146.013 - 77 221.688 1033 3 1 26.7324 -6.31885 -114.45 - 77 275.683 868 3 0 26.6385 -6.35723 -115.85 - 77 105.495 1023 2 1 24.65 -7.67088 -144.471 - 77 104.735 862 2 0 24.7073 -7.53204 -145.85 - 77 188.069 1032 1 1 26.4598 -5.29444 -174.45 - 77 244.447 871 1 0 26.6208 -5.66871 -175.85 - 77 49.3456 1034 0 1 26.9184 -12.5739 -204.45 - 77 81.1033 1033 0 1 26.85 -12.5142 -204.607 - 77 45.2564 840 0 0 26.3765 -11.9103 -205.85 - 77 89.207 841 0 0 26.3202 -11.85 -205.986 - 77 14.4391 949 0 0 10.8539 10.0284 -206.25 - 77 270.294 950 0 0 10.8283 10.05 -206.216 - 77 164.984 951 0 0 10.4199 10.25 -205.959 - 77 46.0797 938 0 1 7.71854 11.0056 -204.85 - 77 69.3607 937 0 1 7.65 11.023 -204.824 - 77 67.1001 936 0 1 7.45 11.0776 -204.703 - 77 46.4349 935 0 1 7.24957 11.1836 -204.649 - 77 47.1697 934 0 1 7.04992 11.2794 -204.655 - 77 69.913 933 0 1 6.84986 11.3312 -204.671 - 77 56.0244 932 0 1 6.65 11.3357 -204.684 - 77 45.6783 931 0 1 6.45 11.3245 -204.703 - 77 41.7418 930 0 1 6.249 11.3272 -204.734 - 77 53.8662 929 0 1 6.05 11.3256 -204.761 - 77 79.199 928 0 1 5.85 11.3388 -204.779 - 77 60.7465 927 0 1 5.65 11.463 -204.763 - 77 64.6758 926 0 1 5.44988 11.6025 -204.75 - 77 26.8764 925 0 1 5.25 11.5794 -204.801 - 77 79.3623 954 0 0 5.16387 11.0418 -205.85 - 77 76.158 953 0 0 5.13774 10.85 -205.979 - 77 66.5225 952 0 0 5.18967 10.6489 -206.062 - 77 135.058 839 0 0 -9.38173 -12.1966 -206.25 - 77 84.4594 852 0 1 -9.6077 -12.3384 -204.85 - 77 44.2989 853 0 1 -9.45 -12.4694 -204.813 - 77 280.823 891 0 1 -1.8092 -20.1721 -204.85 - 77 59.483 1417 3 1 103.574 -123.039 -114.85 - 77 196.175 1034 2 1 26.9615 -6.41403 -144.45 - 77 135.3 868 2 0 27.0739 -6.37252 -145.85 - 77 137.006 1043 1 1 28.7763 -5.81571 -174.45 - 77 105.157 1032 0 1 26.5377 -5.70348 -204.45 - 77 58.1076 667 0 1 -46.45 33.2438 -204.761 - 77 2.93602 666 0 1 -46.65 33.339 -204.706 -Number of digits in this event = 111 -Using G4ParticleGun ... -2.64827 LIN +Number of tracker hits in this event = 81 + 77 132.553 348 10 1 -110.449 -4.97213 95.55 + 77 123.99 875 10 0 -110.447 -4.97231 94.15 + 77 259.398 348 9 1 -110.417 -4.97534 65.55 + 77 132.401 875 9 0 -110.414 -4.97303 64.15 + 77 108.118 349 8 1 -110.335 -4.92776 35.55 + 77 135.113 875 8 0 -110.331 -4.9256 34.15 + 77 427.317 349 7 1 -110.246 -4.87806 5.55 + 77 206.523 875 7 0 -110.243 -4.8792 4.15 + 77 116.74 349 6 1 -110.187 -4.9196 -24.45 + 77 121.008 875 6 0 -110.186 -4.91967 -25.85 + 77 106.855 349 5 1 -110.156 -4.92955 -54.45 + 77 131.254 875 5 0 -110.159 -4.93415 -55.85 + 77 130.006 349 4 1 -110.26 -5.04293 -84.45 + 77 140.76 875 4 0 -110.266 -5.04929 -85.85 + 77 168.468 874 4 0 -110.267 -5.05 -86.0045 + 77 86.018 348 3 1 -110.401 -5.18031 -114.45 + 77 200.335 874 3 0 -110.408 -5.18228 -115.85 + 77 166.014 347 2 1 -110.561 -5.22398 -144.45 + 77 138.355 874 2 0 -110.57 -5.22744 -145.85 + 77 121.494 346 1 1 -110.761 -5.31712 -174.45 + 77 118.049 873 1 0 -110.772 -5.32187 -175.85 + 77 268.195 345 0 1 -111.008 -5.42524 -204.45 + 77 110.51 873 0 0 -111.019 -5.42784 -205.85 + 77 138.726 747 2 0 -140.014 -30.5995 -146.25 + 77 96.0172 868 0 0 -111.134 -6.266 -205.85 + 77 25.5435 867 0 0 -111.166 -6.45021 -206.147 + 77 74.1596 1476 6 1 115.35 -5.00112 -24.5469 + 77 198.553 1477 6 1 115.55 -4.91525 -24.5057 + 77 177.45 813 5 0 -119.831 -17.2587 -56.25 + 77 26.1786 812 5 0 -119.995 -17.45 -55.9354 + 77 300.717 294 5 1 -121.198 -17.737 -54.85 + 77 127.312 295 5 1 -121.15 -17.7794 -54.5958 + 77 11.4068 350 4 1 -109.963 -5.1293 -84.45 + 77 103.496 351 4 1 -109.95 -5.14637 -84.4905 + 77 126.914 873 4 0 -110.137 -5.25 -86.0879 + 77 69.6368 872 4 0 -110.215 -5.45 -86.1927 + 77 26.527 1499 0 0 10.5696 120.031 -206.25 + 77 232.905 350 0 1 -110.144 -4.60936 -204.45 + 77 292.867 877 0 0 -110.091 -4.62894 -205.85 + 77 75.4323 817 0 0 -74.4156 -16.5021 -206.25 + 77 179.609 816 0 0 -74.1336 -16.65 -205.96 + 77 64.4499 871 7 0 -110.283 -5.73061 4.14941 + 77 79.3128 870 7 0 -110.286 -5.85 3.96948 + 77 228.947 355 6 1 -109.078 -23.6436 -24.45 + 77 27.1187 356 6 1 -108.95 -23.2882 -24.7813 + 77 32.9106 789 6 0 -108.384 -22.1378 -25.8501 + 77 103.973 790 6 0 -108.344 -22.05 -25.933 + 77 25.7907 791 6 0 -108.287 -21.85 -26.1682 + 77 10.2056 362 5 1 -107.719 -1.35022 -54.45 + 77 94.9425 361 5 1 -107.75 -1.32261 -54.4763 + 77 99.1112 360 5 1 -107.95 -1.13675 -54.6497 + 77 0.605268 359 5 1 -108.15 -0.906547 -54.8489 + 77 60.2289 905 5 0 -109.176 1.08913 -55.85 + 77 54.5093 906 5 0 -109.247 1.25009 -55.9191 + 77 73.0315 907 5 0 -109.34 1.45009 -55.9722 + 77 71.126 908 5 0 -109.435 1.65 -56.1018 + 77 31.5434 909 5 0 -109.576 1.85 -56.2148 + 77 122.35 876 7 0 -110.292 -4.83533 4.15 + 77 36.5261 346 6 1 -110.757 -3.72536 -24.45 + 77 84.3161 347 6 1 -110.75 -3.72341 -24.5805 + 77 132.612 881 6 0 -110.692 -3.69564 -25.8502 + 77 140.186 353 5 1 -109.426 -3.04953 -54.45 + 77 195.385 884 5 0 -109.311 -3.1176 -55.85 + 77 101.734 361 4 1 -107.752 -4.8481 -84.45 + 77 131.714 354 3 1 -109.251 -7.38717 -114.45 + 77 94.8571 862 3 0 -109.279 -7.5092 -115.85 + 77 105.872 352 2 1 -109.686 -10.2675 -144.45 + 77 0.917745 848 2 0 -109.843 -10.4492 -145.851 + 77 156.692 847 2 0 -109.843 -10.45 -145.857 + 77 75.7619 336 1 1 -112.922 -13.993 -174.45 + 77 90.6434 335 1 1 -112.95 -14.0501 -174.66 + 77 82.4925 828 1 0 -113.168 -14.3875 -175.85 + 77 47.7774 827 1 0 -113.209 -14.45 -176.067 + 77 17.8993 308 0 1 -118.526 -22.7067 -204.45 + 77 97.0756 307 0 1 -118.55 -22.7308 -204.522 + 77 215.764 784 0 0 -118.998 -23.1303 -205.85 + 77 4.59611 349 9 1 -110.334 -4.95058 65.55 + 77 11.9416 878 9 0 -110.97 -4.28037 64.15 + 77 134.598 879 9 0 -110.991 -4.24957 64.1163 + 77 299.85 880 9 0 -110.923 -4.04986 64.0145 + 77 15.0755 1461 1 0 -91.228 112.396 -176.25 +Number of digits in this event = 38 +Using G4ParticleGun ... +6.74526 LIN e- Event: 78 -Number of tracker hits in this event = 87 - 78 151.778 1050 11 1 30.0998 -73.603 125.55 - 78 109.242 532 11 0 30.1008 -73.5995 124.15 - 78 317.294 1050 10 1 30.133 -73.5085 95.55 - 78 147.118 532 10 0 30.1344 -73.5025 94.15 - 78 120.853 1050 9 1 30.1498 -73.367 65.55 - 78 150.018 533 9 0 30.1499 -73.3602 64.15 - 78 385.265 1050 8 1 30.1648 -73.2322 35.55 - 78 130.677 534 8 0 30.1698 -73.2285 34.15 - 78 111.373 1051 7 1 30.2604 -73.1429 5.55 - 78 334.538 534 7 0 30.2573 -73.14 4.15 - 78 109.53 1050 6 1 30.1884 -73.0744 -24.45 - 78 112.851 534 6 0 30.185 -73.0692 -25.85 - 78 105.475 1050 5 1 30.1182 -72.9392 -54.45 - 78 130.913 535 5 0 30.1168 -72.9339 -55.85 - 78 118.576 1050 4 1 30.0847 -72.8296 -84.45 - 78 112.245 536 4 0 30.0822 -72.8199 -85.85 - 78 174.431 1049 3 1 30.0303 -72.6186 -114.45 - 78 121.157 537 3 0 30.0227 -72.6085 -115.85 - 78 209.195 1049 2 1 29.8943 -72.4064 -144.45 - 78 127.106 538 2 0 29.8839 -72.396 -145.85 - 78 150.696 1048 1 1 29.6799 -72.1791 -174.45 - 78 98.1563 539 1 0 29.6728 -72.1658 -175.85 - 78 134.988 1047 0 1 29.5296 -71.9033 -204.45 - 78 149.118 540 0 0 29.5251 -71.8958 -205.85 - 78 109.797 455 9 0 13.6377 -88.9273 63.75 - 78 89.435 1049 10 1 30.05 -73.5474 95.3454 - 78 196.547 533 10 0 29.4029 -73.2985 94.15 - 78 39.1575 534 10 0 29.3437 -73.2499 93.8806 - 78 115.093 533 8 0 30.1625 -73.4101 34.1499 - 78 196.743 1048 7 1 29.7445 -73.2412 5.5493 - 78 84.3212 1031 6 1 26.3076 -72.9008 -24.45 - 78 94.6069 1030 6 1 26.25 -72.9109 -24.7243 - 78 121.655 535 6 0 26.0186 -72.9563 -25.8503 - 78 30.081 1003 5 1 20.6749 -73.8957 -54.45 - 78 91.0781 1002 5 1 20.65 -73.8963 -54.5562 - 78 117.583 530 5 0 20.32 -73.9144 -55.85 - 78 98.7935 964 4 1 12.9384 -73.996 -84.45 - 78 187.36 529 4 0 12.7405 -74.0655 -85.85 - 78 117.64 942 3 1 8.59621 -75.779 -114.451 - 78 124.578 519 3 0 8.39604 -76.075 -115.85 - 78 123.412 926 2 1 5.31576 -81.1295 -144.45 - 78 106.132 493 2 0 5.11396 -81.3648 -145.85 - 78 145.599 903 1 1 0.765928 -85.5009 -174.45 - 78 175.322 471 1 0 0.506432 -85.671 -175.85 - 78 23.4142 878 0 1 -4.42889 -88.8214 -204.45 - 78 85.2488 877 0 1 -4.45007 -88.8304 -204.541 - 78 98.8636 455 0 0 -4.73002 -88.9224 -205.85 - 78 39.784 532 8 0 30.2732 -73.6207 34.15 - 78 55.6629 531 8 0 30.2857 -73.65 33.9849 - 78 187.259 1069 7 1 33.8827 -77.8303 5.54994 - 78 120.018 509 7 0 34.13 -78.0729 4.15 - 78 143.04 1094 6 1 38.8582 -82.9745 -24.45 - 78 18.2771 480 6 0 38.9716 -84.0329 -25.85 - 78 95.3211 479 6 0 38.9734 -84.0504 -25.873 - 78 34.0552 478 6 0 38.9865 -84.25 -26.1457 - 78 187.855 1096 5 1 39.3506 -105.002 -54.45 - 78 43.2837 368 5 0 39.204 -106.405 -55.85 - 78 136.335 367 5 0 39.1771 -106.55 -55.9702 - 78 73.574 366 5 0 39.138 -106.75 -56.132 - 78 145.356 1059 4 1 31.9521 -140.777 -84.45 - 78 23.5932 191 4 0 31.8098 -141.897 -85.85 - 78 128.486 190 4 0 31.8036 -141.95 -85.914 - 78 25.32 189 4 0 31.7799 -142.15 -86.164 - 78 171.149 1042 3 1 28.4697 -163.784 -114.45 - 78 6.87069 1043 3 1 28.65 -164.129 -114.816 - 78 93.0049 75 3 0 29.1575 -164.989 -115.85 - 78 72.182 74 3 0 29.2489 -165.151 -116.054 - 78 19.0093 1416 0 0 152.786 103.422 -206.25 - 78 89.9825 1039 3 1 27.9527 -175.318 -114.45 - 78 78.5855 21 3 0 27.4704 -175.806 -115.85 - 78 55.3349 22 3 0 27.3193 -175.75 -116.103 - 78 43.3952 418 3 0 -91.7173 -96.4756 -116.25 - 78 457.693 1068 7 1 33.8499 -78.0006 5.49564 - 78 370.027 1050 3 1 30.2062 -73.3456 -114.45 - 78 252.963 533 3 0 30.2305 -73.2763 -115.85 - 78 108.196 1056 2 1 31.3479 -71.8571 -144.45 - 78 127.689 541 2 0 31.529 -71.758 -145.85 - 78 116.875 1074 1 1 34.9804 -69.7375 -174.45 - 78 121.861 551 1 0 35.1257 -69.7454 -175.85 - 78 127.486 1091 0 1 38.2978 -70.4488 -204.45 - 78 99.0688 548 0 0 38.2958 -70.3757 -205.85 - 78 2.57469 1050 2 1 30.05 -73.2246 -144.843 - 78 145.274 534 2 0 30.0889 -73.214 -145.85 - 78 448.26 1057 1 1 31.4664 -73.0027 -174.45 - 78 146.287 535 1 0 31.4779 -72.9139 -175.85 - 78 116.161 1057 0 1 31.6043 -70.8747 -204.45 - 78 120.84 546 0 0 31.5542 -70.8378 -205.85 -Number of digits in this event = 45 -Using G4ParticleGun ... -7.77901 LIN +Number of tracker hits in this event = 131 + 78 338.505 694 11 1 -41.1408 -9.64427 125.55 + 78 117.584 852 11 0 -41.1413 -9.64368 124.15 + 78 130.497 694 10 1 -41.1537 -9.63389 95.55 + 78 115.017 852 10 0 -41.1542 -9.6338 94.15 + 78 170.332 694 9 1 -41.1611 -9.63031 65.55 + 78 204.707 852 9 0 -41.1635 -9.62715 64.15 + 78 111.398 694 8 1 -41.1992 -9.56859 35.55 + 78 141.012 852 8 0 -41.2015 -9.56634 34.15 + 78 223.716 694 7 1 -41.2497 -9.52301 5.55 + 78 280.082 693 7 1 -41.25 -9.52285 5.34858 + 78 244.535 852 7 0 -41.2518 -9.52178 4.15 + 78 121.343 693 6 1 -41.2942 -9.51196 -24.45 + 78 238.323 852 6 0 -41.2946 -9.50984 -25.85 + 78 276.825 693 5 1 -41.3023 -9.47366 -54.45 + 78 237.991 852 5 0 -41.3034 -9.47019 -55.85 + 78 111.021 693 4 1 -41.3274 -9.40125 -84.45 + 78 146.766 853 4 0 -41.3311 -9.39705 -85.85 + 78 135.489 693 3 1 -41.4028 -9.30623 -114.45 + 78 126.966 853 3 0 -41.4038 -9.29979 -115.85 + 78 168.818 693 2 1 -41.417 -9.15253 -144.45 + 78 142.054 854 2 0 -41.4099 -9.1451 -145.85 + 78 432.142 693 1 1 -41.2842 -8.98589 -174.45 + 78 170.678 855 1 0 -41.2536 -8.96524 -175.85 + 78 167.732 697 0 1 -40.6491 -8.52527 -204.45 + 78 102.158 857 0 0 -40.637 -8.49732 -205.85 + 78 210.85 854 1 0 -42.8351 -9.21074 -175.85 + 78 86.7138 853 1 0 -42.843 -9.25 -176.034 + 78 261.592 1368 11 0 6.0179 93.8971 123.75 + 78 8.06128 1367 11 0 6.43563 93.75 124.124 + 78 61.6381 937 11 1 7.46961 93.0002 125.15 + 78 82.6174 938 11 1 7.65014 92.8813 125.285 + 78 172.179 939 11 1 7.85 92.7807 125.45 + 78 200.329 1360 11 0 7.19715 92.1711 124.15 + 78 36.8618 1359 11 0 7.11682 92.15 124.083 + 78 128.985 1361 11 0 6.6882 92.3502 123.93 + 78 55.8007 1362 11 0 6.36871 92.55 123.813 + 78 20.2381 851 9 0 -41.1964 -9.65 63.7969 + 78 155.759 1092 9 0 -0.138304 38.5232 63.75 + 78 381.389 859 9 0 -43.2732 -8.17878 64.1499 + 78 126.686 691 4 1 -41.7859 -9.6941 -84.45 + 78 187.569 851 4 0 -41.7964 -9.70158 -85.85 + 78 277.173 690 3 1 -41.9705 -9.83887 -114.45 + 78 159.115 850 3 0 -42.0135 -9.8542 -115.85 + 78 104.341 685 2 1 -42.8595 -10.1695 -144.45 + 78 183.987 849 2 0 -42.9042 -10.1804 -145.85 + 78 519.767 681 1 1 -43.7161 -10.483 -174.45 + 78 247.606 847 1 0 -43.791 -10.4846 -175.85 + 78 124.119 674 0 1 -45.1813 -10.4671 -204.45 + 78 116.555 848 0 0 -45.305 -10.4441 -205.85 + 78 131.445 1476 3 0 -177.628 115.422 -116.25 + 78 97.3098 1475 3 0 -177.735 115.35 -116.005 + 78 209.509 14 3 1 -177.319 114.864 -114.85 + 78 162.918 1295 4 0 27.8521 79.05 -86.0527 + 78 223.746 676 0 1 -44.776 -11.6804 -204.45 + 78 136.006 841 0 0 -44.7938 -11.7021 -205.85 + 78 11.69 850 0 0 -44.0443 -9.87794 -205.85 + 78 84.0115 851 0 0 -44.0355 -9.85 -205.859 + 78 363.03 852 0 0 -44.0854 -9.65 -205.865 + 78 10.5047 623 0 1 -55.3213 -10.5117 -204.85 + 78 203.878 847 0 0 -59.6358 -10.5713 -205.85 + 78 122.13 850 1 0 -44.0343 -10.0026 -175.85 + 78 101.133 659 0 1 -48.2342 -2.74559 -204.45 + 78 125.388 886 0 0 -47.7557 -2.73385 -205.85 + 78 217.587 694 5 1 -41.25 -9.74323 -54.5503 + 78 47.4178 845 5 0 -40.8348 -10.9191 -55.85 + 78 100.658 844 5 0 -40.7842 -11.05 -56.0054 + 78 192.892 759 4 1 -28.1883 -30.1673 -84.45 + 78 89.8787 760 4 1 -28.05 -30.4189 -84.6646 + 78 69.1342 741 4 0 -27.3934 -31.6745 -85.85 + 78 61.2432 740 4 0 -27.3134 -31.8501 -85.9631 + 78 58.8329 739 4 0 -27.2413 -32.0502 -86.0585 + 78 54.3639 738 4 0 -27.2213 -32.25 -86.1555 + 78 48.2056 737 4 0 -27.2121 -32.45 -86.2161 + 78 59.483 638 4 1 -52.43 -159.738 -84.45 + 78 338.863 693 0 1 -41.3606 -9.57049 -204.45 + 78 99.4109 694 0 1 -41.2499 -9.54096 -204.592 + 78 136.288 853 0 0 -40.8323 -9.45 -205.934 + 78 80.2157 696 0 1 -40.7981 -9.59787 -204.85 + 78 138.352 688 6 1 -42.2506 -9.5016 -24.45 + 78 193.221 685 5 1 -42.9516 -9.06749 -54.45 + 78 97.0769 855 5 0 -42.9956 -9.0467 -55.8502 + 78 156.811 680 4 1 -43.9205 -8.65683 -84.45 + 78 290.172 858 4 0 -43.9591 -8.41921 -85.85 + 78 163.684 677 3 1 -44.4582 -3.73829 -114.45 + 78 120.158 883 3 0 -44.5512 -3.38374 -115.85 + 78 118.106 668 2 1 -46.3591 3.45985 -144.45 + 78 12.3407 919 2 0 -46.4262 4.03743 -145.85 + 78 132.833 920 2 0 -46.4276 4.05 -145.881 + 78 38.9396 661 1 1 -47.8041 15.0747 -174.45 + 78 138.684 660 1 1 -47.8503 15.1552 -174.585 + 78 71.9121 979 1 0 -48.2716 15.9047 -175.85 + 78 104.692 980 1 0 -48.3521 16.05 -176.093 + 78 143.777 616 0 1 -56.7664 32.7635 -204.45 + 78 54.4254 1068 0 0 -57.0288 33.7249 -205.85 + 78 69.6167 1069 0 0 -57.0649 33.8502 -206.034 + 78 0.80271 552 0 1 -69.65 83.4035 -204.79 + 78 80.673 604 3 1 -59.25 175.535 -114.788 + 78 211.39 869 3 0 -44.657 -6.09046 -115.85 + 78 1.75886 870 3 0 -44.4134 -6.05 -116.247 + 78 223.654 1002 3 0 -27.4633 20.4765 -116.25 + 78 17.6497 1003 3 0 -27.9014 20.6505 -115.886 + 78 320.728 759 3 1 -28.1635 20.522 -114.85 + 78 107.013 758 3 1 -28.25 20.59 -114.698 + 78 2.06753 858 7 0 -41.3879 -8.25404 4.15 + 78 122.005 859 7 0 -41.3883 -8.25 4.14526 + 78 163.249 952 7 0 -24.0211 10.5902 3.75 + 78 26.9122 784 7 1 -23.0803 10.6204 5.15 + 78 77.4828 785 7 1 -23.05 10.6204 5.19916 + 78 62.6526 786 7 1 -22.8499 10.6101 5.40027 + 78 2.95451 787 7 1 -22.65 10.6067 5.53975 + 78 204.286 851 10 0 -43.4006 -9.70343 94.15 + 78 54.155 671 11 0 -25.9758 -45.7415 123.75 + 78 65.7893 670 11 0 -25.9185 -45.85 123.842 + 78 67.4185 669 11 0 -25.8524 -46.05 123.972 + 78 63.0967 668 11 0 -25.8145 -46.25 124.056 + 78 61.3116 667 11 0 -25.7566 -46.45 124.119 + 78 108.677 779 11 1 -24.1052 -52.1962 125.15 + 78 109.312 780 11 1 -24.05 -52.5859 125.26 + 78 135.284 781 11 1 -23.85 -52.8947 125.315 + 78 48.9199 782 11 1 -23.65 -53.1859 125.31 + 78 448.726 783 11 1 -23.45 -53.2233 125.391 + 78 222.453 784 11 1 -23.2497 -53.2945 125.493 + 78 139.717 852 1 0 -41.4485 -9.57215 -175.85 + 78 95.5869 681 0 1 -43.8099 -8.76154 -204.45 + 78 15.7662 680 0 1 -43.8501 -8.76536 -204.785 + 78 142.393 856 0 0 -43.9751 -8.77562 -205.85 + 78 136.641 851 1 0 -41.2396 -9.67534 -175.85 + 78 108.274 698 0 1 -40.45 -12.3374 -204.512 + 78 1.26474 699 0 1 -40.25 -12.3995 -204.842 + 78 138.425 837 0 0 -39.6542 -12.5801 -205.85 + 78 27.8851 836 0 0 -39.4802 -12.65 -206.165 +Number of digits in this event = 73 +Using G4ParticleGun ... +5.20058 LIN e- Event: 79 -Number of tracker hits in this event = 67 - 79 146.845 237 8 1 -132.691 -39.2058 35.55 - 79 112.77 704 8 0 -132.7 -39.1943 34.15 - 79 143.205 236 7 1 -132.896 -38.9316 5.55 - 79 122.696 705 7 0 -132.912 -38.9222 4.15 - 79 117.736 234 6 1 -133.26 -38.7134 -24.45 - 79 117.859 706 6 0 -133.249 -38.6939 -25.85 - 79 164.123 235 5 1 -133.003 -38.327 -54.45 - 79 105.976 708 5 0 -133.008 -38.3145 -55.85 - 79 103.237 235 4 1 -132.955 -38.1928 -84.45 - 79 166.887 709 4 0 -132.953 -38.1518 -85.85 - 79 92.1376 236 3 1 -132.845 -37.3717 -114.45 - 79 107.196 713 3 0 -132.842 -37.3278 -115.85 - 79 309.31 237 2 1 -132.575 -36.5297 -144.45 - 79 118.512 717 2 0 -132.566 -36.5104 -145.85 - 79 88.4347 239 1 1 -132.323 -36.0992 -174.45 - 79 139.44 719 1 0 -132.279 -36.0985 -175.85 - 79 408.212 243 0 1 -131.483 -35.8844 -204.45 - 79 101.709 720 0 0 -131.482 -35.8984 -205.85 - 79 42.4987 725 0 0 -131.605 -34.9355 -205.85 - 79 100.271 726 0 0 -131.62 -34.85 -205.931 - 79 28.423 718 0 0 -131.247 -36.4246 -205.85 - 79 92.3177 717 0 0 -131.236 -36.45 -205.919 - 79 224.443 235 1 1 -133 -36.8787 -174.45 - 79 43.6112 236 1 1 -132.95 -37.0691 -174.736 - 79 33.3966 711 1 0 -132.619 -37.8 -175.85 - 79 106.954 710 1 0 -132.589 -37.8501 -175.943 - 79 60.6286 261 0 1 -127.868 -60.5333 -204.45 - 79 67.4922 262 0 1 -127.75 -60.5899 -204.651 - 79 144.032 596 0 0 -127.095 -60.7123 -205.85 - 79 124.767 716 1 0 -133.226 -36.8426 -175.85 - 79 114.722 220 0 1 -136.018 -35.6929 -204.45 - 79 292.512 721 0 0 -136.124 -35.7111 -205.85 - 79 53.4348 227 2 1 -134.601 -37.8164 -144.45 - 79 86.9811 228 2 1 -134.55 -37.79 -144.513 - 79 37.8229 229 2 1 -134.35 -37.7062 -144.709 - 79 76.6872 710 2 0 -133.793 -37.8764 -145.85 - 79 8.83486 709 2 0 -133.632 -38.05 -145.876 - 79 24.555 235 2 1 -132.994 -38.9306 -144.85 - 79 77.1647 236 2 1 -132.95 -38.9687 -144.804 - 79 131.585 226 2 1 -134.75 -37.7705 -144.537 - 79 1.59488 712 2 0 -134.781 -37.4514 -145.85 - 79 136.295 713 2 0 -134.781 -37.45 -145.857 - 79 144.587 706 2 0 -118.649 -38.718 -146.25 - 79 49.0264 303 2 1 -119.453 -41.0287 -144.85 - 79 2.69205 302 2 1 -119.55 -41.1419 -144.845 - 79 111.904 690 2 0 -120.831 -41.9002 -145.85 - 79 239.664 689 2 0 -121.009 -42.05 -145.918 - 79 293.747 237 5 1 -132.673 -39.2604 -54.45 - 79 304.617 703 5 0 -132.673 -39.2614 -55.85 - 79 216.859 237 4 1 -132.669 -39.2757 -84.45 - 79 107.722 703 4 0 -132.669 -39.2771 -85.85 - 79 210.034 237 3 1 -132.663 -39.302 -114.45 - 79 113.622 703 3 0 -132.662 -39.3034 -115.85 - 79 98.606 703 2 0 -132.657 -39.3358 -145.85 - 79 106.667 237 1 1 -132.656 -39.3858 -174.45 - 79 118.174 703 1 0 -132.655 -39.3875 -175.85 - 79 133.451 237 0 1 -132.65 -39.4227 -204.45 - 79 107.12 703 0 0 -132.652 -39.4246 -205.85 - 79 180.938 704 4 0 -132.645 -39.242 -85.85 - 79 177.851 238 3 1 -132.442 -39.1055 -114.45 - 79 125.475 704 3 0 -132.42 -39.1028 -115.85 - 79 113.817 241 2 1 -131.943 -39.0647 -144.45 - 79 220.813 704 2 0 -131.92 -39.0724 -145.85 - 79 150.703 243 1 1 -131.454 -39.1777 -174.45 - 79 101.742 704 1 0 -131.444 -39.1933 -175.85 - 79 122.679 244 0 1 -131.162 -39.5007 -204.45 - 79 190.226 702 0 0 -131.152 -39.4909 -205.85 -Number of digits in this event = 31 +Number of tracker hits in this event = 20 + 79 110.551 366 9 1 -106.781 -73.0635 65.55 + 79 130.75 534 9 0 -106.781 -73.0645 64.15 + 79 291.165 366 8 1 -106.783 -73.0914 35.55 + 79 100.493 534 8 0 -106.783 -73.0923 34.15 + 79 139.978 366 7 1 -106.791 -73.1058 5.55 + 79 119.818 534 7 0 -106.792 -73.1075 4.15 + 79 171.473 366 6 1 -106.8 -73.1402 -24.45 + 79 138.439 534 6 0 -106.801 -73.1425 -25.85 + 79 155.056 366 5 1 -106.819 -73.1936 -54.45 + 79 124.575 534 5 0 -106.822 -73.1955 -55.85 + 79 137.07 366 4 1 -106.892 -73.2502 -84.45 + 79 134.376 533 4 0 -106.896 -73.2502 -85.85 + 79 159.321 365 3 1 -106.966 -73.2455 -114.45 + 79 109.171 534 3 0 -106.969 -73.2453 -115.85 + 79 129.398 365 2 1 -107.021 -73.2457 -144.45 + 79 140.72 534 2 0 -107.025 -73.2467 -145.85 + 79 181.007 365 1 1 -107.122 -73.2631 -174.45 + 79 117.759 533 1 0 -107.124 -73.2636 -175.85 + 79 121.367 364 0 1 -107.179 -73.2705 -204.45 + 79 263.838 533 0 0 -107.181 -73.2708 -205.85 +Number of digits in this event = 17 Using G4ParticleGun ... -6.45616 LIN +8.15318 LIN e- Event: 80 -Number of tracker hits in this event = 36 - 80 220.096 802 11 1 -19.5689 57.4543 125.55 - 80 113.608 1187 11 0 -19.5692 57.4531 124.15 - 80 125.958 802 10 1 -19.5761 57.427 95.55 - 80 167.558 1186 10 0 -19.5757 57.426 94.15 - 80 101.045 802 9 1 -19.5614 57.4036 65.55 - 80 109.723 1186 9 0 -19.5596 57.4019 64.15 - 80 150.597 802 8 1 -19.5241 57.3699 35.55 - 80 158.753 1186 8 0 -19.5209 57.369 34.15 - 80 237.677 802 7 1 -19.4563 57.3525 5.55 - 80 109.69 1186 7 0 -19.4519 57.3524 4.15 - 80 116.868 803 6 1 -19.3599 57.3525 -24.45 - 80 151.118 1186 6 0 -19.3555 57.3533 -25.85 - 80 116.057 803 5 1 -19.2609 57.3726 -54.45 - 80 125.011 1186 5 0 -19.2558 57.3733 -55.85 - 80 141.703 804 4 1 -19.153 57.3911 -84.45 - 80 156.256 1186 4 0 -19.1476 57.3919 -85.85 - 80 116.938 805 3 1 -19.0342 57.4061 -114.45 - 80 133.321 1186 3 0 -19.0293 57.407 -115.85 - 80 107.381 805 2 1 -18.9324 57.4235 -144.45 - 80 130.574 1186 2 0 -18.9274 57.4249 -145.85 - 80 166.563 806 1 1 -18.8216 57.4477 -174.45 - 80 239.658 1186 1 0 -18.8151 57.4488 -175.85 - 80 315.508 806 0 1 -18.682 57.4738 -204.45 - 80 232.344 1187 0 0 -18.6746 57.4761 -205.85 - 80 9.30199 885 2 0 50.1709 -2.89529 -146.25 - 80 61.6916 886 2 0 50.1812 -2.85 -146.232 - 80 152.314 887 2 0 50.2823 -2.65 -146.101 - 80 42.661 888 2 0 50.4848 -2.45 -145.94 - 80 42.1862 1151 2 1 50.3092 -1.67866 -144.85 - 80 393.108 1150 2 1 50.25 -1.60362 -144.746 - 80 259.99 1149 2 1 50.05 -1.33604 -144.494 - 80 3.38032 889 2 0 49.3181 -2.13027 -145.85 - 80 50.5977 1146 2 1 49.2761 -3.33719 -144.85 - 80 60.8526 807 0 1 -18.5673 57.2941 -204.45 - 80 127.651 1186 0 0 -19.1928 57.3043 -205.85 - 80 94.7034 1187 1 0 -18.473 57.5317 -175.85 -Number of digits in this event = 22 +Number of tracker hits in this event = 72 + 80 112.173 751 11 1 -29.6881 71.8982 125.55 + 80 101.71 1259 11 0 -29.6883 71.8977 124.15 + 80 181.434 751 10 1 -29.6955 71.8847 95.55 + 80 183.851 1259 10 0 -29.6965 71.8843 94.15 + 80 218.516 751 9 1 -29.7196 71.8737 65.55 + 80 108.153 1259 9 0 -29.7207 71.8726 64.15 + 80 128.152 751 8 1 -29.7426 71.8513 35.55 + 80 238.397 1258 8 0 -29.7462 71.8496 34.15 + 80 246.862 751 7 1 -29.8218 71.8088 5.55 + 80 130.912 1258 7 0 -29.8256 71.8067 4.15 + 80 127.401 750 6 1 -29.9023 71.7664 -24.45 + 80 153.664 1258 6 0 -29.9068 71.7631 -25.85 + 80 720.157 750 5 1 -30.0017 71.7034 -54.45 + 80 574.946 1258 5 0 -30.0078 71.6999 -55.85 + 80 146.469 749 4 1 -30.1299 71.6275 -84.45 + 80 125.348 1257 4 0 -30.1354 71.6234 -85.85 + 80 88.6381 749 3 1 -30.2283 71.5308 -114.45 + 80 133.396 1257 3 0 -30.2295 71.5255 -115.85 + 80 119.256 749 2 1 -30.2358 71.4389 -144.45 + 80 139.404 1256 2 0 -30.2394 71.435 -145.85 + 80 126.581 748 1 1 -30.3355 71.369 -174.45 + 80 354.975 1256 1 0 -30.3415 71.3689 -175.85 + 80 116.598 748 0 1 -30.4384 71.3854 -204.45 + 80 217.769 1256 0 0 -30.4449 71.3787 -205.85 + 80 146.991 975 1 0 -13.1922 15.1318 -176.25 + 80 175.959 974 1 0 -13.2564 15.05 -176.129 + 80 59.6795 976 1 0 -14.0544 15.25 -176.17 + 80 61.0628 977 1 0 -14.1395 15.45 -176.157 + 80 65.4471 978 1 0 -14.2542 15.65 -176.18 + 80 70.1309 979 1 0 -14.3249 15.85 -176.172 + 80 505.32 1193 1 0 28.1567 58.6773 -176.25 + 80 397.742 1194 1 0 29.2091 58.85 -176.119 + 80 21.4904 1192 1 0 28.9594 58.65 -175.942 + 80 267.78 747 1 1 -30.5749 71.3528 -174.45 + 80 245.206 745 0 1 -31.0357 72.2057 -204.45 + 80 122.403 1261 0 0 -31.0586 72.2623 -205.85 + 80 292.234 750 4 1 -30.0389 71.7334 -84.45 + 80 116.058 1258 4 0 -30.0532 71.7472 -85.85 + 80 208.047 748 3 1 -30.3562 72.0806 -114.45 + 80 112.758 1260 3 0 -30.3808 72.1022 -115.85 + 80 128.662 745 2 1 -30.8897 72.5405 -144.45 + 80 116.714 1262 2 0 -30.9267 72.5675 -145.85 + 80 122.488 741 1 1 -31.7047 73.1394 -174.45 + 80 140.645 1265 1 0 -31.7386 73.1554 -175.85 + 80 205.185 738 0 1 -32.4263 73.4366 -204.45 + 80 129.621 1267 0 0 -32.4596 73.4555 -205.85 + 80 161.117 737 0 1 -32.4501 73.4082 -204.757 + 80 66.4193 1259 3 0 -30.2452 71.8791 -115.85 + 80 57.5462 1258 3 0 -30.2296 71.85 -116.093 + 80 114.216 761 2 1 -27.6535 67.6649 -144.45 + 80 119.062 1237 2 0 -27.7922 67.5957 -145.85 + 80 92.7406 753 1 1 -29.2656 65.5582 -174.45 + 80 120.787 1227 1 0 -29.2583 65.6127 -175.85 + 80 154.015 755 0 1 -29.0391 66.3794 -204.45 + 80 135.349 1231 0 0 -28.9958 66.3739 -205.85 + 80 142.298 1261 4 0 -29.9868 72.3446 -85.85 + 80 103.928 752 3 1 -29.53 73.5003 -114.45 + 80 106.786 1267 3 0 -29.4847 73.5558 -115.85 + 80 103.721 759 2 1 -28.2295 74.4071 -144.45 + 80 168.78 1272 2 0 -28.1864 74.4913 -145.85 + 80 124.953 764 1 1 -27.11 76.1119 -174.45 + 80 102.61 1280 1 0 -27.0358 76.2082 -175.85 + 80 283.804 772 0 1 -25.5539 78.0776 -204.45 + 80 150.926 1290 0 0 -25.61 78.1317 -205.85 + 80 37.4472 773 0 1 -25.45 77.8274 -204.722 + 80 36.023 1284 0 0 -25.2461 76.9293 -205.85 + 80 107.331 1283 0 0 -25.2399 76.85 -205.941 + 80 387.674 1281 0 0 -15.2395 76.4358 -206.25 + 80 112.897 826 0 1 -14.7534 76.6909 -204.85 + 80 43.1382 473 3 1 -85.3493 129.28 -114.85 + 80 106.914 472 3 1 -85.4501 129.366 -114.804 + 80 105.306 1543 3 0 -86.9453 128.814 -115.85 +Number of digits in this event = 45 Using G4ParticleGun ... -3.13248 LIN +6.24792 LIN e- Event: 81 -Number of tracker hits in this event = 104 - 81 144.25 1273 10 1 74.828 52.0908 95.55 - 81 100.374 1160 10 0 74.8279 52.091 94.15 - 81 223.394 1273 9 1 74.8247 52.1758 65.55 - 81 222.893 1160 9 0 74.825 52.2275 64.15 - 81 141.344 1274 8 1 74.9354 53.2764 35.55 - 81 122.439 1166 8 0 74.9471 53.336 34.15 - 81 127.762 1274 7 1 75.0368 54.4784 5.55 - 81 165.883 1172 7 0 75.0606 54.4942 4.15 - 81 133.576 1277 6 1 75.5964 54.8541 -24.45 - 81 108.045 1174 6 0 75.6448 54.86 -25.85 - 81 109.591 1283 5 1 76.7036 54.948 -54.45 - 81 118.057 1174 5 0 76.8854 55.0207 -55.85 - 81 147.514 1299 4 1 79.9301 56.3836 -84.45 - 81 417.39 1182 4 0 80.0883 56.4662 -85.85 - 81 182.019 1318 3 1 83.7594 58.0892 -114.45 - 81 145.103 1191 3 0 83.8158 58.3371 -115.85 - 81 219.235 1329 2 1 85.9526 63.6405 -144.45 - 81 117.763 1221 2 0 85.6023 64.341 -145.85 - 81 56.7904 1222 2 0 85.5474 64.45 -146.066 - 81 80.9461 1298 1 1 79.6971 80.7356 -174.45 - 81 46.9064 1297 1 1 79.65 80.7953 -174.721 - 81 109.012 1305 1 0 79.494 81.0549 -175.85 - 81 119.44 1265 0 1 73.1526 87.2209 -204.45 - 81 86.8428 1339 0 0 73.1589 87.945 -205.85 - 81 117.702 1340 0 0 73.1541 88.05 -206.035 - 81 28.6095 1218 0 0 126.502 63.659 -206.25 - 81 3.08592 1249 4 0 127.331 69.85 -86.171 - 81 2.08771 1538 4 1 127.92 73.4288 -84.85 - 81 94.4168 1274 9 1 74.8524 52.3222 65.55 - 81 327.493 1274 1 1 74.9493 51.9787 -174.45 - 81 298.103 1159 1 0 74.954 51.9801 -175.85 - 81 124.395 1275 0 1 75.0576 51.9909 -204.45 - 81 235.534 1159 0 0 75.0644 51.9908 -205.85 - 81 83.5284 619 5 1 -56.0983 -43.0798 -54.85 - 81 358.002 1156 1 0 75.3418 51.3163 -175.85 - 81 18.4811 1155 1 0 75.4165 51.25 -175.915 - 81 11.482 1157 1 0 76.0663 51.45 -176.203 - 81 135.955 1274 0 1 74.9485 51.9809 -204.45 - 81 331.54 1273 8 1 74.8317 52.0931 35.55 - 81 272.503 1160 8 0 74.8464 52.0919 34.15 - 81 129.431 1276 7 1 75.2881 52.0236 5.55 - 81 119.747 1159 7 0 75.2838 52.0123 4.15 - 81 111.042 1276 6 1 75.2853 51.7767 -24.45 - 81 103.531 1158 6 0 75.2755 51.7481 -25.85 - 81 258.514 1273 5 1 74.7969 51.1055 -54.45 - 81 122.46 1154 5 0 74.7813 51.0257 -55.85 - 81 0.576188 1272 4 1 74.6486 49.1531 -84.45 - 81 145.675 1273 4 1 74.6501 49.1527 -84.4544 - 81 106.476 1144 4 0 75.184 48.9678 -85.85 - 81 116.691 1334 3 1 87.0282 43.8786 -114.45 - 81 117.88 1118 3 0 86.7354 43.8018 -115.85 - 81 128.64 1296 2 1 79.3745 44.2788 -144.45 - 81 88.2649 1121 2 0 79.0478 44.4217 -145.85 - 81 38.8252 1122 2 0 78.9723 44.45 -146.114 - 81 29.124 1262 1 1 72.4963 47.4739 -174.45 - 81 155.09 1261 1 1 72.4499 47.4859 -174.543 - 81 140.535 1138 1 0 71.923 47.7081 -175.85 - 81 71.3729 1199 0 1 59.9369 52.8179 -204.45 - 81 68.588 1198 0 1 59.85 52.8874 -204.65 - 81 54.8919 1165 0 0 59.2306 53.1986 -205.85 - 81 61.0825 1166 0 0 59.1468 53.25 -206.032 - 81 119.226 1158 5 0 74.683 51.6653 -55.8507 - 81 37.1408 1281 4 1 76.3836 50.9452 -84.4505 - 81 83.7289 1282 4 1 76.4501 50.9535 -84.5817 - 81 239.278 1155 4 0 77.1666 51.1116 -85.85 - 81 45.9878 1366 3 1 93.4204 62.3602 -114.45 - 81 81.1978 1367 3 1 93.5504 62.3557 -114.585 - 81 38.7397 1368 3 1 93.75 62.3584 -114.758 - 81 271.835 1211 3 0 95.4962 62.3783 -115.85 - 81 30.1209 1241 1 0 150.706 68.4381 -176.25 - 81 87.928 1242 1 0 150.716 68.45 -176.186 - 81 221.691 1653 1 1 150.84 68.7924 -174.85 - 81 295.653 1654 1 1 150.95 68.9149 -174.535 - 81 165.382 1159 8 0 74.8837 52.0378 34.15 - 81 8.54983 1280 7 1 76.2479 50.5294 5.55 - 81 165.886 1281 7 1 76.2501 50.5276 5.51528 - 81 64.0629 1152 7 0 76.3269 50.458 4.15 - 81 65.9357 1151 7 0 76.3357 50.45 3.98945 - 81 172.381 1287 6 1 77.6341 49.0737 -24.45 - 81 106.523 1145 6 0 77.6418 49.0763 -25.85 - 81 159.617 1287 5 1 77.6164 49.1158 -54.45 - 81 99.7527 1147 5 0 77.5088 49.5386 -55.85 - 81 79.7698 1148 5 0 77.4793 49.6502 -56.2181 - 81 215.781 1275 4 1 75.1099 58.3391 -84.45 - 81 59.5301 1193 4 0 74.9634 58.7874 -85.85 - 81 59.2612 1194 4 0 74.9423 58.85 -86.044 - 81 141.433 1256 3 1 71.4392 68.2227 -114.45 - 81 159.957 1243 3 0 71.1693 68.7471 -115.85 - 81 37.3022 1244 3 0 71.1176 68.8501 -116.128 - 81 101.535 1231 2 1 66.2973 79.2215 -144.45 - 81 52.3682 1230 2 1 66.25 79.3106 -144.699 - 81 105.47 1298 2 0 66.0506 79.7239 -145.85 - 81 12.2337 1299 2 0 65.99 79.85 -146.203 - 81 99.3009 1205 1 1 61.0962 89.7069 -174.45 - 81 7.38448 1204 1 1 61.05 89.7614 -174.826 - 81 103.618 1349 1 0 60.9228 89.9126 -175.85 - 81 119.283 1184 0 1 56.9875 94.2312 -204.45 - 81 359.758 1371 0 0 56.9018 94.4277 -205.85 - 81 34.7922 1370 0 0 56.8018 94.35 -205.97 - 81 35.4618 1290 5 1 78.1887 49.4332 -54.45 - 81 79.9466 1293 5 1 78.8054 51.0427 -54.85 - 81 61.2133 1288 6 1 77.65 49.0469 -24.6844 - 81 339.522 1131 6 0 80.1691 46.3928 -25.85 - 81 250.706 1161 8 0 74.9087 52.25 33.8625 -Number of digits in this event = 45 +Number of tracker hits in this event = 57 + 81 300.152 1011 11 1 22.3998 18.7821 125.55 + 81 168.491 993 11 0 22.3977 18.7786 124.15 + 81 473.765 1011 10 1 22.3535 18.7113 95.55 + 81 118.545 993 10 0 22.3484 18.7057 94.15 + 81 165.045 1010 9 1 22.2428 18.5878 65.55 + 81 114.913 992 9 0 22.2379 18.5834 64.15 + 81 118.399 1010 8 1 22.1347 18.4897 35.55 + 81 114.405 992 8 0 22.1286 18.4857 34.15 + 81 135.116 1009 7 1 22.0038 18.4067 5.55 + 81 113.582 991 7 0 21.9986 18.4039 4.15 + 81 166.086 1009 6 1 21.895 18.343 -24.45 + 81 109.032 991 6 0 21.8888 18.3401 -25.85 + 81 105.506 1008 5 1 21.7606 18.2893 -54.45 + 81 101.507 991 5 0 21.7532 18.2874 -55.85 + 81 134.601 1007 4 1 21.6017 18.2487 -84.45 + 81 101.888 990 4 0 21.592 18.2463 -85.85 + 81 126.471 1006 3 1 21.3993 18.1975 -114.45 + 81 142.58 990 3 0 21.3903 18.1949 -115.85 + 81 777.416 1005 2 1 21.2065 18.1338 -144.45 + 81 108.416 990 2 0 21.1975 18.1291 -145.85 + 81 119.649 1004 1 1 21.0097 18.0331 -174.45 + 81 96.4849 989 1 0 21.0031 18.0272 -175.85 + 81 163.413 1004 0 1 20.862 17.9101 -204.45 + 81 128.393 989 0 0 20.8542 17.9048 -205.85 + 81 25.7893 1056 3 1 31.25 23.9868 -114.721 + 81 108.748 991 2 0 21.9948 18.4315 -145.85 + 81 310.124 992 2 0 22.0207 18.45 -145.873 + 81 56.4848 1004 2 1 21.05 18.4372 -144.665 + 81 70.5607 995 2 0 20.3046 19.1519 -145.85 + 81 79.6927 996 2 0 20.1789 19.25 -146.031 + 81 44.6499 1640 2 0 -48.0519 148.219 -146.25 + 81 51.9316 1641 2 0 -48.1217 148.35 -146.198 + 81 49.3584 1642 2 0 -48.2151 148.55 -146.134 + 81 69.7537 1643 2 0 -48.2877 148.75 -146.064 + 81 171.398 1644 2 0 -48.4036 148.95 -146.031 + 81 112.228 1645 2 0 -48.5197 149.15 -146.032 + 81 51.0171 1646 2 0 -48.5781 149.35 -146.025 + 81 93.2279 1647 2 0 -48.6198 149.55 -146.023 + 81 42.8787 1648 2 0 -48.6574 149.75 -146.024 + 81 95.2107 1649 2 0 -48.6969 149.95 -146.038 + 81 49.4693 1650 2 0 -48.7105 150.15 -146.04 + 81 71.2323 1651 2 0 -48.7212 150.35 -146.039 + 81 49.6566 1652 2 0 -48.7536 150.55 -146.006 + 81 57.4055 1653 2 0 -48.7881 150.75 -145.964 + 81 77.3425 1654 2 0 -48.8207 150.95 -145.917 + 81 17.5225 1655 2 0 -48.8527 151.15 -145.884 + 81 100.733 651 2 1 -49.6559 152.286 -144.85 + 81 271.809 650 2 1 -49.8502 152.488 -144.6 + 81 2.57894 648 2 1 -50.25 152.214 -144.699 + 81 20.7951 652 2 1 -49.65 152.297 -144.841 + 81 95.6381 1679 2 0 -47.6177 156.059 -145.85 + 81 48.6793 1006 2 1 21.2962 18.2091 -144.45 + 81 46.328 1010 10 1 22.25 18.8351 95.1968 + 81 169.222 980 6 0 53.8892 16.2347 -26.25 + 81 60.0005 981 6 0 54.0029 16.2501 -26.2362 + 81 12.7837 1293 9 1 78.7849 78.6412 65.15 + 81 34.9615 1294 9 1 78.85 78.6933 65.5146 +Number of digits in this event = 19 Using G4ParticleGun ... -9.70353 LIN +5.07564 LIN e- Event: 82 -Number of tracker hits in this event = 149 - 82 112.397 1370 10 1 94.2022 -22.4064 95.55 - 82 239.818 788 10 0 94.2032 -22.4076 94.15 - 82 343.792 1370 9 1 94.2268 -22.4284 65.55 - 82 383.705 788 9 0 94.2283 -22.4291 64.15 - 82 508.629 1370 8 1 94.2619 -22.4436 35.55 - 82 96.5841 788 8 0 94.2638 -22.4446 34.15 - 82 122.634 1370 7 1 94.2993 -22.4603 5.55 - 82 121.456 787 7 0 94.3004 -22.4607 4.15 - 82 111.543 1370 6 1 94.3253 -22.4693 -24.45 - 82 255.987 787 6 0 94.3268 -22.4693 -25.85 - 82 130.699 1371 5 1 94.3563 -22.4712 -54.45 - 82 166.831 787 5 0 94.3588 -22.4707 -55.85 - 82 121.181 1371 4 1 94.4085 -22.4538 -84.45 - 82 109.242 787 4 0 94.4109 -22.4526 -85.85 - 82 186.279 1371 3 1 94.4569 -22.4255 -114.45 - 82 101.533 788 3 0 94.4593 -22.4226 -115.85 - 82 266.973 1371 2 1 94.5084 -22.3638 -144.45 - 82 99.4794 788 2 0 94.5106 -22.3613 -145.85 - 82 131.437 1372 1 1 94.5553 -22.3117 -174.45 - 82 123.418 788 1 0 94.5559 -22.3092 -175.85 - 82 110.138 1372 0 1 94.5616 -22.26 -204.45 - 82 114.949 788 0 0 94.5635 -22.2542 -205.85 - 82 22.6043 787 2 0 151.971 -22.5826 -146.25 - 82 369.397 786 2 0 152 -22.65 -146.201 - 82 44.5361 784 0 0 170.91 -23.1657 -206.25 - 82 11.0509 1696 1 1 159.447 93.2282 -174.45 - 82 118.93 1370 5 1 94.35 -22.4707 -54.8368 - 82 214.579 1371 0 1 94.4388 -22.5642 -204.45 - 82 245.093 787 0 0 94.4463 -22.5673 -205.85 - 82 103.767 1407 9 1 101.6 -168.575 65.15 - 82 424.729 787 8 0 94.3438 -22.5253 34.15 - 82 145.263 1371 7 1 94.4731 -22.7526 5.55 - 82 305.653 786 7 0 94.4802 -22.7668 4.15 - 82 128.309 1372 6 1 94.641 -23.007 -24.45 - 82 116.032 785 6 0 94.6478 -23.0192 -25.85 - 82 124.155 1373 5 1 94.781 -23.3228 -54.45 - 82 155.898 783 5 0 94.7929 -23.3415 -55.85 - 82 107.738 1374 4 1 94.9558 -23.7845 -84.45 - 82 142.408 781 4 0 94.9696 -23.8103 -85.85 - 82 137.428 1375 3 1 95.2148 -24.3331 -114.45 - 82 129.186 778 3 0 95.2272 -24.3614 -115.85 - 82 180.956 1376 2 1 95.4993 -24.9607 -144.45 - 82 116.222 775 2 0 95.5027 -24.9903 -145.85 - 82 120.594 1377 1 1 95.6405 -25.618 -174.45 - 82 119.602 771 1 0 95.6423 -25.6549 -175.85 - 82 127.569 1377 0 1 95.6646 -26.4067 -204.45 - 82 119.916 768 0 0 95.6671 -26.4405 -205.85 - 82 0.0286689 767 0 0 95.668 -26.45 -206.249 - 82 375.696 1302 1 1 80.5508 126.739 -174.85 - 82 135.444 1286 0 0 164.729 77.3409 -206.25 - 82 208.32 1357 8 1 91.6143 -21.711 35.55 - 82 67.2949 791 8 0 92.0819 -21.8274 34.1498 - 82 55.6281 790 8 0 92.1628 -21.85 33.8994 - 82 179.445 1416 7 1 103.447 -24.8713 5.55 - 82 10.7331 780 7 0 103.689 -23.8711 4.15 - 82 101.819 781 7 0 103.694 -23.85 4.11938 - 82 20.1667 782 7 0 103.727 -23.65 3.80853 - 82 227.18 1429 6 1 106.082 -5.15348 -24.45 - 82 46.315 886 6 0 105.757 -2.80955 -25.8502 - 82 65.3715 887 6 0 105.723 -2.64978 -25.952 - 82 56.2929 888 6 0 105.673 -2.45 -26.0721 - 82 59.2697 889 6 0 105.616 -2.25 -26.1834 - 82 159.121 1343 5 1 88.7002 46.8045 -54.4501 - 82 140.339 1342 5 1 88.65 47.2953 -54.5726 - 82 159.062 1372 7 1 94.722 -23.3017 5.55 - 82 110.147 783 7 0 94.7385 -23.31 4.15 - 82 96.3694 1373 6 1 94.9381 -23.4025 -24.45 - 82 43.1961 1374 6 1 94.95 -23.3985 -24.6928 - 82 163.777 783 6 0 95.0164 -23.3801 -25.85 - 82 116.992 1381 5 1 96.4314 -22.8262 -54.45 - 82 197.786 786 5 0 96.4283 -22.7971 -55.85 - 82 111.804 1380 4 1 96.1595 -22.0656 -84.45 - 82 164.641 790 4 0 96.2271 -22.0332 -85.85 - 82 134.803 1388 3 1 97.8568 -20.0473 -114.451 - 82 9.75565 798 3 0 97.9086 -20.4421 -115.85 - 82 133.332 797 3 0 97.9097 -20.45 -115.88 - 82 32.5913 1416 2 1 103.485 -30.1569 -144.45 - 82 82.7124 1417 2 1 103.55 -30.2372 -144.508 - 82 83.6555 1418 2 1 103.75 -30.3782 -144.67 - 82 9.20508 1419 2 1 103.95 -30.4885 -144.826 - 82 118.445 743 2 0 105.403 -31.2671 -145.85 - 82 35.5693 742 2 0 105.701 -31.4501 -146.121 - 82 25.6584 1546 1 1 129.437 -48.1797 -174.45 - 82 48.4632 1547 1 1 129.55 -48.2061 -174.492 - 82 61.0711 1548 1 1 129.75 -48.2574 -174.562 - 82 80.5367 1549 1 1 129.95 -48.296 -174.653 - 82 74.2417 1550 1 1 130.15 -48.3185 -174.757 - 82 211.017 657 1 0 132.143 -48.4529 -175.85 - 82 185.783 1379 1 1 96.0536 -19.4136 -174.45 - 82 168.535 802 1 0 96.0526 -19.4684 -175.85 - 82 110.197 1380 0 1 96.2872 -19.8661 -204.45 - 82 174.511 800 0 0 96.2762 -19.9944 -205.85 - 82 280.495 799 0 0 96.2978 -20.0506 -206.18 - 82 147.074 1380 1 1 96.15 -19.4629 -174.496 - 82 149.073 800 1 0 96.8979 -19.978 -175.85 - 82 6.05654 799 1 0 97.1221 -20.05 -176.23 - 82 155.399 1474 0 1 114.988 -27.3293 -204.45 - 82 29.9088 1475 0 1 115.15 -27.6849 -204.829 - 82 16.7653 758 0 0 115.237 -28.4165 -205.85 - 82 119.843 757 0 0 115.241 -28.4505 -205.899 - 82 138.996 808 1 0 96.0124 -18.261 -175.85 - 82 66.3006 809 1 0 96.0089 -18.25 -175.858 - 82 102.47 1373 7 1 94.8076 -22.7666 5.54966 - 82 167.233 1376 6 1 95.4975 -22.5037 -24.45 - 82 210.156 1378 5 1 95.9346 -23.5824 -54.45 - 82 194.724 1379 5 1 95.95 -23.6038 -54.8374 - 82 121.384 781 5 0 95.9892 -23.6719 -55.85 - 82 68.1492 1383 4 1 96.9405 -25.8348 -84.45 - 82 112.707 1384 4 1 96.95 -25.8374 -84.5399 - 82 114.025 770 4 0 97.0896 -25.8688 -85.85 - 82 2.03103 1401 3 1 100.548 -26.8817 -114.45 - 82 120.541 1402 3 1 100.55 -26.8809 -114.458 - 82 101.968 766 3 0 100.917 -26.7219 -115.85 - 82 169.71 1444 2 1 109.02 -23.3304 -144.45 - 82 83.3151 781 2 0 109.234 -23.7566 -145.85 - 82 32.8295 780 2 0 109.265 -23.85 -146.138 - 82 46.6496 1459 1 1 112.005 -35.3201 -174.45 - 82 117.405 1458 1 1 111.95 -35.3777 -174.516 - 82 60.7792 1457 1 1 111.75 -35.6148 -174.742 - 82 31.357 715 1 0 110.723 -36.9718 -175.85 - 82 103.318 714 1 0 110.657 -37.05 -175.915 - 82 219.139 713 1 0 110.501 -37.2501 -176.08 - 82 10.4391 712 1 0 110.367 -37.45 -176.231 - 82 99.1595 1339 0 1 87.9678 -77.9542 -204.45 - 82 44.6115 1338 0 1 87.85 -77.9082 -204.725 - 82 229.346 512 0 0 87.412 -77.627 -205.85 - 82 18.5269 1524 0 1 125.139 -21.0974 -204.45 - 82 217.025 1525 0 1 125.15 -21.0978 -204.484 - 82 237.582 795 0 0 125.472 -21.03 -205.85 - 82 14.2161 384 4 0 -124.6 -103.346 -86.25 - 82 124.84 383 4 0 -124.6 -103.35 -86.2076 - 82 45.4329 274 4 1 -125.306 -104.569 -84.85 - 82 153.324 273 4 1 -125.35 -104.649 -84.7519 - 82 763.363 272 4 1 -125.55 -104.961 -84.6271 - 82 2.64641 271 4 1 -125.75 -105.593 -84.6578 - 82 257.476 771 4 0 97.1308 -25.85 -86.207 - 82 123.408 1385 4 1 97.15 -25.5671 -84.5137 - 82 42.8606 765 4 0 97.8632 -26.9622 -85.85 - 82 65.5652 764 4 0 97.9147 -27.05 -85.9067 - 82 277.08 763 4 0 97.9101 -27.25 -85.9406 - 82 271.47 762 4 0 97.9203 -27.45 -86.0541 - 82 209.826 1414 1 1 102.95 -22.3292 -174.578 - 82 204.743 1415 1 1 103.15 -22.0484 -174.765 - 82 22.3282 1412 1 1 102.701 -22.9724 -174.45 - 82 75.556 1413 1 1 102.75 -22.9115 -174.508 - 82 12.4966 791 1 0 104.437 -21.6736 -175.85 - 82 135.948 792 1 0 104.469 -21.65 -175.876 - 82 63.6968 793 1 0 104.667 -21.45 -176.052 - 82 30.2919 794 1 0 104.817 -21.25 -176.193 -Number of digits in this event = 74 +Number of tracker hits in this event = 76 + 82 121.992 401 10 1 -99.9107 20.5934 95.55 + 82 124.966 1002 10 0 -99.9134 20.5936 94.15 + 82 113.334 400 9 1 -99.9783 20.6034 65.55 + 82 104.491 1002 9 0 -99.9805 20.6043 64.15 + 82 172.134 400 8 1 -100.024 20.6218 35.55 + 82 272.821 1002 8 0 -100.026 20.6228 34.15 + 82 133.951 400 7 1 -100.074 20.6502 5.55 + 82 153.079 1002 7 0 -100.077 20.6497 4.15 + 82 392.795 400 6 1 -100.139 20.6444 -24.45 + 82 549.861 1002 6 0 -100.142 20.6461 -25.85 + 82 324.663 399 5 1 -100.201 20.688 -54.45 + 82 109.963 1003 5 0 -100.205 20.6915 -55.85 + 82 254.162 399 4 1 -100.277 20.7608 -84.45 + 82 126.089 1003 4 0 -100.286 20.7642 -85.85 + 82 143.82 398 3 1 -100.476 20.8361 -114.45 + 82 480.141 1003 3 0 -100.486 20.8402 -115.85 + 82 119.772 397 2 1 -100.69 20.9189 -144.45 + 82 102.671 1004 2 0 -100.697 20.923 -145.85 + 82 131.69 396 1 1 -100.861 21.0017 -174.45 + 82 118.335 1004 1 0 -100.873 21.0126 -175.85 + 82 178.654 395 0 1 -101.129 21.2409 -204.45 + 82 114.716 1006 0 0 -101.143 21.251 -205.85 + 82 118.916 399 3 1 -100.35 20.8112 -114.543 + 82 40.4244 400 3 1 -100.149 20.7851 -114.792 + 82 93.5743 1002 3 0 -98.7803 20.5077 -115.85 + 82 29.0138 1004 3 0 -98.5497 20.85 -116.191 + 82 233.419 397 0 1 -100.579 20.8873 -204.45 + 82 223.314 1004 0 0 -100.583 20.8835 -205.85 + 82 219.652 294 1 1 -121.154 4.78749 -174.85 + 82 69.0755 399 6 1 -100.15 20.7032 -24.7444 + 82 255.922 1009 6 0 -100.265 21.9627 -25.8505 + 82 129.435 1001 6 0 -100.057 20.4172 -25.85 + 82 187.255 393 5 1 -101.481 15.7694 -54.45 + 82 112.746 977 5 0 -101.373 15.6326 -55.85 + 82 82.4771 411 4 1 -97.8103 0.285942 -84.45 + 82 136.91 897 4 0 -97.9553 -0.509641 -85.85 + 82 16.1849 898 4 0 -97.9214 -0.45 -86.2031 + 82 7.87427 1291 4 0 -70.9573 78.4253 -86.25 + 82 87.1042 1292 4 0 -70.9547 78.45 -86.2379 + 82 71.3202 1293 4 0 -70.8831 78.65 -86.0802 + 82 179.267 547 4 1 -70.5866 78.7169 -84.8498 + 82 128.609 1186 9 0 -45.2538 57.3462 63.75 + 82 42.2554 1003 6 0 -99.8883 20.65 -26.1384 + 82 120.784 411 5 1 -97.9279 22.5826 -54.45 + 82 106.645 1012 5 0 -97.4591 22.6185 -55.85 + 82 112.459 467 4 1 -86.6005 24.4758 -84.45 + 82 22.0999 468 4 1 -86.4499 24.4011 -84.7827 + 82 238.484 1020 4 0 -85.8596 24.1274 -85.85 + 82 21.8741 1019 4 0 -85.6818 24.05 -86.177 + 82 15.34 538 3 1 -72.2768 16.7271 -114.45 + 82 98.4068 539 3 1 -72.25 16.6989 -114.485 + 82 43.2696 540 3 1 -72.05 16.457 -114.757 + 82 105.162 977 3 0 -71.2062 15.6392 -115.85 + 82 65.7805 976 3 0 -71.0204 15.45 -116.103 + 82 103.563 649 2 1 -50.2082 -4.9371 -144.45 + 82 64.4766 650 2 1 -50.05 -5.04705 -144.712 + 82 103.052 872 2 0 -49.4534 -5.53474 -145.85 + 82 58.379 871 2 0 -49.3181 -5.65 -146.101 + 82 47.3457 716 1 1 -36.7104 -19.8718 -174.45 + 82 159.766 717 1 1 -36.6499 -20.0094 -174.533 + 82 21.1617 718 1 1 -36.4499 -20.4758 -174.815 + 82 2.81602 789 1 0 -35.4768 -22.2429 -175.85 + 82 116.156 788 1 0 -35.4729 -22.25 -175.854 + 82 72.2806 787 1 0 -35.3663 -22.45 -175.978 + 82 61.1028 786 1 0 -35.2577 -22.65 -176.109 + 82 0.682843 785 1 0 -35.1415 -22.85 -176.249 + 82 128.365 846 0 1 -10.7772 -63.768 -204.45 + 82 56.6789 847 0 1 -10.65 -64.1299 -204.716 + 82 50.999 571 0 0 -10.052 -65.7418 -205.85 + 82 73.1853 570 0 0 -10.0128 -65.8502 -205.928 + 82 69.6466 569 0 0 -9.93462 -66.05 -206.079 + 82 20.1313 568 0 0 -9.85468 -66.25 -206.235 + 82 88.035 388 0 0 -16.2381 -102.466 -206.25 + 82 124.57 387 0 0 -16.3131 -102.55 -206.079 + 82 113.637 817 0 1 -16.5641 -103.009 -204.85 + 82 8.3898 1013 6 0 -102.061 22.7572 -26.25 +Number of digits in this event = 30 Using G4ParticleGun ... -5.80417 LIN +9.72593 LIN e- Event: 83 -Number of tracker hits in this event = 17 - 83 122.012 205 7 1 -139.13 50.1824 5.55 - 83 112.651 1150 7 0 -139.13 50.1838 4.15 - 83 241.792 205 6 1 -139.124 50.2135 -24.45 - 83 126.214 1150 6 0 -139.122 50.215 -25.85 - 83 114.881 205 5 1 -139.076 50.2467 -54.45 - 83 123.781 1150 5 0 -139.073 50.249 -55.85 - 83 111.172 205 4 1 -139.007 50.2912 -84.45 - 83 122.089 1151 4 0 -139.004 50.2933 -85.85 - 83 139.954 206 3 1 -138.928 50.3386 -114.45 - 83 112.391 1151 3 0 -138.921 50.3411 -115.85 - 83 114.064 206 2 1 -138.781 50.3881 -144.45 - 83 246.354 1151 2 0 -138.776 50.3881 -145.85 - 83 128.503 207 1 1 -138.678 50.3825 -174.45 - 83 93.2202 1151 1 0 -138.674 50.3848 -175.85 - 83 164.318 207 0 1 -138.586 50.4275 -204.45 - 83 364.166 1151 0 0 -138.577 50.4315 -205.85 - 83 248.002 205 0 1 -139.031 50.3815 -204.45 -Number of digits in this event = 13 +Number of tracker hits in this event = 43 + 83 116.622 1130 9 1 46.0719 111.921 65.55 + 83 118.81 1458 9 0 46.0722 111.922 64.15 + 83 121.012 1130 8 1 46.076 111.932 35.55 + 83 124.199 1458 8 0 46.0757 111.931 34.15 + 83 232.72 1130 7 1 46.0741 111.917 5.55 + 83 112.589 1458 7 0 46.0733 111.918 4.15 + 83 113.775 1130 6 1 46.0522 111.939 -24.45 + 83 127.196 1458 6 0 46.0516 111.939 -25.85 + 83 149.342 1129 5 1 46.042 111.951 -54.45 + 83 109.536 1459 5 0 46.0452 111.952 -55.85 + 83 100.654 1130 4 1 46.1281 111.978 -84.45 + 83 96.9003 1459 4 0 46.138 111.979 -85.85 + 83 264.808 1131 3 1 46.3354 111.999 -114.45 + 83 115.885 1459 3 0 46.3406 111.998 -115.85 + 83 90.6303 1131 2 1 46.4272 111.978 -144.45 + 83 507.216 1459 2 0 46.448 111.979 -145.85 + 83 141.9 1134 1 1 46.9146 111.997 -174.45 + 83 396.09 1459 1 0 46.9424 112.013 -175.85 + 83 93.1596 1137 0 1 47.523 112.381 -204.45 + 83 184.613 1461 0 0 47.54 112.381 -205.85 + 83 20.9294 1620 1 0 1.28959 144.271 -176.25 + 83 84.3845 300 2 1 -119.95 121.932 -144.774 + 83 24.4566 971 9 0 126.833 14.4058 63.75 + 83 79.1443 1539 9 1 128.024 14.0879 65.15 + 83 220.509 1540 9 1 128.15 14.06 65.2814 + 83 431.05 1541 9 1 128.35 13.925 65.4852 + 83 85.1538 1490 1 0 128.767 118.254 -175.85 + 83 70.8304 1489 2 0 123.943 117.978 -146.25 + 83 91.9527 1488 2 0 123.975 117.95 -146.074 + 83 74.8033 1487 2 0 124.14 117.75 -145.909 + 83 88.6206 1486 2 0 124.285 117.55 -145.925 + 83 167.898 1485 2 0 124.377 117.35 -145.887 + 83 342.694 1484 2 0 124.465 117.15 -145.88 + 83 295.521 1130 2 1 46.0928 111.953 -144.45 + 83 325.559 1130 1 1 46.095 111.961 -174.45 + 83 122.105 1130 0 1 46.0977 111.98 -204.45 + 83 111.802 1459 0 0 46.0987 111.982 -205.85 + 83 203.903 1383 1 1 96.776 92.3279 -174.45 + 83 122.007 1458 1 0 46.1104 111.931 -175.85 + 83 179.715 1129 0 1 46.0385 111.863 -204.45 + 83 113.252 1458 0 0 46.0313 111.863 -205.85 + 83 198.541 1323 1 0 0.0701606 84.65 -176.207 + 83 191.298 1167 1 0 19.7432 53.6052 -176.25 +Number of digits in this event = 25 Using G4ParticleGun ... -8.81891 LIN +5.15719 LIN e- Event: 84 -Number of tracker hits in this event = 44 - 84 136.145 659 10 0 -106.281 -48.0722 94.15 - 84 129.797 369 9 1 -106.279 -48.0702 65.55 - 84 130.863 659 9 0 -106.279 -48.0733 64.15 - 84 152.757 369 8 1 -106.321 -48.1171 35.55 - 84 111.344 659 8 0 -106.322 -48.1156 34.15 - 84 123.736 369 7 1 -106.344 -48.0914 5.55 - 84 119.395 659 7 0 -106.35 -48.0986 4.15 - 84 171.03 368 6 1 -106.501 -48.2374 -24.45 - 84 135.771 659 6 0 -106.501 -48.2443 -25.85 - 84 170.264 368 5 1 -106.493 -48.419 -54.45 - 84 102.042 658 5 0 -106.497 -48.4275 -55.85 - 84 113.19 367 4 1 -106.552 -48.6127 -84.45 - 84 109.682 657 4 0 -106.554 -48.6212 -85.85 - 84 118.846 367 3 1 -106.606 -48.7713 -114.45 - 84 153.168 656 3 0 -106.605 -48.7811 -115.85 - 84 125.068 367 2 1 -106.558 -48.9648 -144.45 - 84 125.095 655 2 0 -106.561 -48.9718 -145.85 - 84 343.257 367 1 1 -106.609 -49.1133 -174.45 - 84 411.937 654 1 0 -106.619 -49.132 -175.85 - 84 130.948 369 0 1 -106.322 -49.0998 -204.45 - 84 248.38 653 0 0 -106.335 -49.2769 -205.85 - 84 95.0753 367 0 1 -106.653 -49.3985 -204.45 - 84 86.7709 1347 2 0 66.1234 89.452 -146.25 - 84 86.6754 1348 2 0 66.2824 89.65 -146.165 - 84 121.261 1349 2 0 66.4667 89.85 -146.112 - 84 196.005 1350 2 0 67.0097 90.1502 -145.999 - 84 12.8768 1351 2 0 67.472 90.35 -145.872 - 84 15.7705 1246 2 1 69.3972 91.9012 -144.85 - 84 87.8183 1247 2 1 69.4503 91.9397 -144.827 - 84 74.067 1248 2 1 69.65 92.1014 -144.763 - 84 84.8324 1249 2 1 69.8501 92.2501 -144.674 - 84 67.946 1250 2 1 70.05 92.3921 -144.598 - 84 14.9777 1251 2 1 70.25 92.5812 -144.481 - 84 327.292 368 0 1 -106.484 -49.1941 -204.45 - 84 124.054 654 0 0 -106.475 -49.1763 -205.85 - 84 28.7567 658 0 0 -106.406 -48.4183 -205.85 - 84 48.4624 371 0 1 -105.861 -48.3925 -204.85 - 84 87.5723 653 1 0 -107.436 -49.4004 -175.85 - 84 72.562 652 1 0 -107.546 -49.45 -176.007 - 84 42.8764 272 0 1 -125.688 -61.1089 -204.45 - 84 70.1167 271 0 1 -125.75 -61.1719 -204.61 - 84 79.7719 593 0 0 -126.021 -61.3968 -205.851 - 84 43.0597 592 0 0 -126.076 -61.45 -206.073 - 84 13.7943 367 5 1 -106.55 -48.3436 -54.465 -Number of digits in this event = 21 -Using G4ParticleGun ... -3.23152 LIN +Number of tracker hits in this event = 59 + 84 114.574 853 11 1 -9.36683 79.7176 125.55 + 84 99.0015 1298 11 0 -9.36598 79.7175 124.15 + 84 213.233 853 10 1 -9.33403 79.7208 95.55 + 84 105.105 1298 10 0 -9.33406 79.7209 94.15 + 84 123.382 853 9 1 -9.33685 79.7233 65.55 + 84 149.186 1298 9 0 -9.33725 79.7226 64.15 + 84 120.428 853 8 1 -9.34536 79.7047 35.55 + 84 117.552 1298 8 0 -9.34664 79.7034 34.15 + 84 153.548 853 7 1 -9.37113 79.6806 5.55 + 84 151.088 1298 7 0 -9.37204 79.6791 4.15 + 84 126.82 853 6 1 -9.38691 79.655 -24.45 + 84 190.356 1298 6 0 -9.38728 79.6564 -25.85 + 84 196.203 853 5 1 -9.38666 79.7024 -54.45 + 84 134.495 1298 5 0 -9.38455 79.704 -55.85 + 84 132.531 853 4 1 -9.34017 79.7564 -84.45 + 84 127.255 1298 4 0 -9.33891 79.7506 -85.85 + 84 258.805 853 3 1 -9.28962 79.6413 -114.45 + 84 158.734 1297 3 0 -9.28555 79.6331 -115.85 + 84 283.645 854 2 1 -9.18007 79.4613 -144.45 + 84 133.555 1297 2 0 -9.17461 79.4546 -145.85 + 84 124.094 854 1 1 -9.06728 79.3131 -174.45 + 84 124.054 1296 1 0 -9.06389 79.3107 -175.85 + 84 110.097 855 0 1 -9.00561 79.2481 -204.45 + 84 127.68 1295 0 0 -8.99608 79.2432 -205.85 + 84 59.483 889 10 0 -116.277 -2.05 94.0488 + 84 81.9053 371 10 1 -105.815 1.93792 95.55 + 84 126.193 1301 5 0 -10.9704 80.26 -55.8503 + 84 33.0632 1300 5 0 -11.0033 80.25 -55.9016 + 84 206.951 852 1 1 -9.47226 79.6296 -174.45 + 84 503.478 1297 1 0 -9.47239 79.6291 -175.85 + 84 319.802 852 0 1 -9.4863 79.6226 -204.45 + 84 369.079 1297 0 0 -9.49304 79.6198 -205.85 + 84 63.504 434 6 1 -93.172 168.636 -24.85 + 84 97.3614 853 0 1 -9.26236 79.7101 -204.45 + 84 120.706 1298 0 0 -9.25365 79.7191 -205.85 + 84 133.886 854 0 1 -9.21975 79.7267 -204.45 + 84 158.738 852 3 1 -9.46041 79.6351 -114.45 + 84 244.659 1299 3 0 -9.48239 79.8656 -115.85 + 84 3.4555 853 2 1 -9.25007 83.071 -144.835 + 84 155.665 1315 2 0 -9.70506 83.1208 -145.85 + 84 114.105 793 1 1 -21.3546 87.2203 -174.45 + 84 324.921 1336 1 0 -21.2965 87.3539 -175.85 + 84 2.99995 799 0 1 -20.061 89.2572 -204.45 + 84 92.2507 800 0 1 -20.05 89.2507 -204.466 + 84 36.3645 801 0 1 -19.85 89.154 -204.751 + 84 169.725 1344 0 0 -19.1916 88.9111 -205.85 + 84 15.6127 861 0 1 -7.85 116.799 -204.846 + 84 31.3086 851 3 1 -9.84327 82.1043 -114.85 + 84 48.5381 1462 4 0 -7.40563 112.611 -86.2499 + 84 62.1792 1463 4 0 -7.40778 112.75 -86.143 + 84 128.475 1464 4 0 -7.38271 112.95 -85.9929 + 84 320.173 860 4 1 -7.89045 114.302 -84.85 + 84 242.31 859 4 1 -8.05 114.424 -84.6861 + 84 175.573 858 4 1 -8.25 114.51 -84.4547 + 84 108.145 854 10 1 -9.25 79.8508 95.3516 + 84 69.6015 855 10 1 -9.04951 79.6838 95.1962 + 84 184.425 1295 10 0 -8.28871 79.0854 94.15 + 84 74.1638 1294 10 0 -8.23246 79.05 94.0931 + 84 327.888 1296 10 0 -8.29181 79.2502 93.7915 +Number of digits in this event = 39 +Using G4ParticleGun ... +8.76836 LIN e- Event: 85 -Number of tracker hits in this event = 47 - 85 174.096 372 10 1 -105.608 -31.0421 95.55 - 85 256.527 745 10 0 -105.607 -31.0391 94.15 - 85 116.489 372 9 1 -105.604 -30.9704 65.55 - 85 152.935 745 9 0 -105.605 -30.9661 64.15 - 85 112.747 372 8 1 -105.616 -30.8714 35.55 - 85 145.914 745 8 0 -105.619 -30.866 34.15 - 85 129.746 372 7 1 -105.683 -30.7603 5.55 - 85 200.885 746 7 0 -105.687 -30.7539 4.15 - 85 102.742 371 6 1 -105.758 -30.6141 -24.45 - 85 123.548 747 6 0 -105.76 -30.6062 -25.85 - 85 164.691 371 5 1 -105.814 -30.4339 -54.45 - 85 143.651 748 5 0 -105.815 -30.4262 -55.85 - 85 116.466 371 4 1 -105.84 -30.2642 -84.45 - 85 162.6 748 4 0 -105.842 -30.258 -85.85 - 85 148.974 371 3 1 -105.876 -30.1474 -114.45 - 85 182.347 749 3 0 -105.879 -30.1355 -115.85 - 85 129.95 371 2 1 -105.937 -29.8819 -144.45 - 85 120.621 750 2 0 -105.933 -29.8691 -145.85 - 85 150.857 371 1 1 -105.863 -29.6111 -174.45 - 85 144.909 752 1 0 -105.894 -29.5371 -175.85 - 85 257.821 369 0 1 -106.261 -27.6283 -204.45 - 85 46.4332 762 0 0 -106.392 -27.4682 -205.85 - 85 96.5935 763 0 0 -106.406 -27.45 -205.999 - 85 232.04 766 0 0 -105.263 -26.7725 -205.85 - 85 97.1888 413 2 1 -97.4327 -24.2141 -144.45 - 85 238.141 492 5 0 75.5653 -81.4948 -56.25 - 85 58.2643 493 5 0 75.5066 -81.45 -56.2169 - 85 90.5277 491 5 0 76.1026 -81.6503 -55.9991 - 85 269.944 490 5 0 76.2001 -81.85 -56.0082 - 85 4.17296 397 4 1 -100.747 -35.1966 -84.45 - 85 212.118 396 4 1 -100.75 -35.2009 -84.466 - 85 266.835 722 4 0 -101.026 -35.4808 -85.85 - 85 22.3861 375 3 1 -105.025 -37.0499 -114.45 - 85 53.9102 376 3 1 -104.95 -37.0745 -114.495 - 85 64.1812 377 3 1 -104.75 -37.134 -114.621 - 85 60.7104 378 3 1 -104.55 -37.1891 -114.727 - 85 6.72302 379 3 1 -104.35 -37.2284 -114.845 - 85 68.0077 712 3 0 -102.668 -37.5962 -115.85 - 85 244.948 711 3 0 -102.416 -37.65 -116.006 - 85 78.1475 685 3 0 -47.5719 -42.905 -116.25 - 85 68.5941 684 3 0 -47.4268 -43.0506 -116.082 - 85 70.7928 683 3 0 -47.3285 -43.25 -116.085 - 85 34.372 382 3 0 -75.6287 -103.691 -116.25 - 85 202.741 381 3 0 -75.7311 -103.75 -116.216 - 85 86.293 380 3 0 -76.077 -103.95 -116.137 - 85 48.4542 379 3 0 -76.1725 -104.15 -116.246 - 85 35.5967 721 4 0 -100.912 -35.65 -86.1089 -Number of digits in this event = 27 +Number of tracker hits in this event = 87 + 85 117.629 1020 11 1 24.1665 -23.0803 125.55 + 85 136.864 784 11 0 24.1665 -23.08 124.15 + 85 120.259 1020 10 1 24.1709 -23.0746 95.55 + 85 132.763 784 10 0 24.1704 -23.074 94.15 + 85 111.126 1020 9 1 24.1623 -23.0591 65.55 + 85 119.473 784 9 0 24.1619 -23.059 64.15 + 85 134.578 1020 8 1 24.1512 -23.0603 35.55 + 85 103.847 784 8 0 24.1507 -23.0602 34.15 + 85 128.058 1020 7 1 24.1454 -23.0607 5.55 + 85 138.807 784 7 0 24.1453 -23.0611 4.15 + 85 141.414 1020 6 1 24.1424 -23.0739 -24.45 + 85 138.363 784 6 0 24.143 -23.0746 -25.85 + 85 296.397 1020 5 1 24.1535 -23.0888 -54.45 + 85 145.979 784 5 0 24.1533 -23.0897 -55.85 + 85 138.02 1020 4 1 24.1507 -23.108 -84.45 + 85 116.269 784 4 0 24.1501 -23.1082 -85.85 + 85 117.585 1020 3 1 24.1278 -23.1087 -114.45 + 85 236.751 784 3 0 24.1266 -23.1072 -115.85 + 85 401.628 1020 2 1 24.0984 -23.0773 -144.45 + 85 291.01 784 2 0 24.0961 -23.075 -145.85 + 85 300.221 1019 1 1 24.0497 -23.029 -174.45 + 85 308.203 785 1 0 24.0472 -23.0266 -175.85 + 85 491.659 1019 0 1 23.9952 -22.9829 -204.45 + 85 550.655 785 0 0 23.9943 -22.9813 -205.85 + 85 10.5552 644 2 1 -51.1565 -59.8697 -144.85 + 85 51.0117 1266 1 0 104.695 73.25 -176.006 + 85 70.9665 1267 1 0 104.748 73.45 -175.904 + 85 8.85232 1268 1 0 104.815 73.65 -175.873 + 85 511.143 1426 1 1 105.417 74.6023 -174.85 + 85 9.47942 1427 1 1 105.55 74.8028 -174.665 + 85 80.9719 1425 1 1 105.35 75.0274 -174.522 + 85 196.903 787 0 1 -22.5763 19.1365 -204.45 + 85 186.247 788 0 1 -22.45 18.9384 -204.6 + 85 2.42592 786 1 0 23.9661 -22.85 -175.855 + 85 22.8502 788 1 0 23.173 -22.376 -175.85 + 85 121.009 1010 1 1 22.1296 -21.8278 -174.85 + 85 109.044 1450 3 0 -85.302 110.15 -115.978 + 85 61.1231 1018 0 1 23.8497 -22.9145 -204.662 + 85 150.236 786 0 0 23.3467 -22.7404 -205.85 + 85 131.027 783 2 0 24.2375 -23.2508 -145.85 + 85 33.1467 1029 1 1 26.0422 -25.2235 -174.45 + 85 79.8097 1030 1 1 26.05 -25.2325 -174.568 + 85 219.322 773 1 0 26.1384 -25.3108 -175.85 + 85 260.69 1040 0 1 28.0892 -26.99 -204.45 + 85 142.974 764 0 0 28.1778 -27.0624 -205.85 + 85 360.42 772 1 0 26.0948 -25.45 -175.966 + 85 128.099 1020 1 1 24.1028 -23.2152 -174.45 + 85 103.36 784 1 0 24.0933 -23.2081 -175.85 + 85 15.6094 1536 0 0 24.1269 127.424 -206.25 + 85 165.386 1143 0 1 48.6846 119.114 -204.45 + 85 27.664 1142 0 1 48.6499 119.132 -204.592 + 85 179.973 796 7 0 102.963 -20.6928 3.75 + 85 16.1491 795 7 0 103.041 -20.85 4.13844 + 85 121.399 1407 7 1 101.628 -23.7077 5.15 + 85 250.73 1406 7 1 101.55 -23.8189 5.29603 + 85 163.611 1022 5 1 24.6029 -22.2769 -54.8499 + 85 113.886 785 5 0 24.0953 -23.0387 -55.85 + 85 118.332 1017 4 1 23.5726 -23.1882 -84.45 + 85 80.139 786 4 0 23.3013 -22.7281 -85.85 + 85 60.6721 787 4 0 23.2563 -22.65 -86.086 + 85 129.238 987 3 1 17.6375 -13.5787 -114.451 + 85 126.119 835 3 0 17.2053 -13.0141 -115.85 + 85 138.173 942 2 1 8.45744 -1.75666 -144.45 + 85 39.2748 941 2 1 8.45 -1.69507 -144.735 + 85 16.3476 892 2 0 8.4336 -1.4641 -145.85 + 85 128.852 893 2 0 8.43269 -1.45 -145.918 + 85 99.9869 942 1 1 8.6116 4.4712 -174.45 + 85 8.28043 943 1 1 8.65 4.55622 -174.806 + 85 64.0137 923 1 0 8.76298 4.79602 -175.85 + 85 71.7476 924 1 0 8.78779 4.85 -176.085 + 85 141.667 958 0 1 11.6527 11.6448 -204.45 + 85 187.109 960 0 0 12.0103 12.0647 -205.85 + 85 67.2002 783 5 0 23.962 -23.4022 -55.8501 + 85 54.4696 782 5 0 23.9382 -23.45 -56.0451 + 85 38.289 1004 4 1 20.9756 -31.4099 -84.4502 + 85 74.5956 1005 4 1 21.0501 -31.4309 -84.5916 + 85 126.912 742 4 0 21.9113 -31.4936 -85.85 + 85 1.34591 607 4 0 33.5989 -58.646 -86.25 + 85 108.924 606 4 0 33.5978 -58.65 -86.2446 + 85 45.4235 605 4 0 33.545 -58.85 -85.9694 + 85 462.697 1067 4 1 33.5309 -59.4531 -84.85 + 85 5.76104 1068 4 1 33.65 -59.7013 -84.8336 + 85 61.9335 598 4 0 34.6509 -60.379 -85.8502 + 85 683.2 1074 4 1 35.0476 -61.231 -84.85 + 85 16.7355 1073 4 1 34.8494 -61.6028 -84.4659 + 85 75.4641 1075 4 1 35.05 -61.2189 -84.5905 + 85 8.3249 571 8 0 30.3709 -65.7971 33.75 +Number of digits in this event = 46 Using G4ParticleGun ... -2.44056 LIN +8.25185 LIN e- Event: 86 -Number of tracker hits in this event = 71 - 86 117.559 1227 8 1 65.4614 -129.152 35.55 - 86 124.404 254 8 0 65.4626 -129.151 34.15 - 86 86.3222 1227 7 1 65.4907 -129.119 5.55 - 86 122.508 255 7 0 65.4878 -129.116 4.15 - 86 132.828 1226 6 1 65.443 -129.07 -24.45 - 86 352.333 255 6 0 65.4472 -129.069 -25.85 - 86 134.92 1227 5 1 65.5366 -129.039 -54.45 - 86 363.526 255 5 0 65.5392 -129.035 -55.85 - 86 112.315 1227 4 1 65.6096 -129 -84.45 - 86 106.611 255 4 0 65.6154 -128.988 -85.85 - 86 143.609 1228 3 1 65.7366 -128.718 -114.45 - 86 112.889 257 3 0 65.7526 -128.693 -115.85 - 86 127.598 1230 2 1 66.0837 -128.135 -144.45 - 86 120.196 260 2 0 66.1109 -128.105 -145.85 - 86 138.236 1233 1 1 66.6612 -127.487 -174.45 - 86 112.404 263 1 0 66.6972 -127.457 -175.85 - 86 453.089 1237 0 1 67.4557 -126.842 -204.45 - 86 158.551 266 0 0 67.4942 -126.818 -205.85 - 86 19.1068 1236 0 1 67.45 -126.872 -204.49 - 86 310.012 265 0 0 67.0767 -126.95 -205.929 - 86 94.8293 1238 0 1 67.7124 -127.188 -204.85 - 86 56.1015 146 3 0 80.1919 -150.794 -116.25 - 86 225.616 145 3 0 80.2789 -150.95 -116.184 - 86 136.157 144 3 0 80.5317 -151.15 -116.081 - 86 124.982 1225 5 1 65.2356 -128.974 -54.45 - 86 145.639 1223 4 1 64.6861 -129.188 -84.45 - 86 104.699 254 4 0 64.6567 -129.193 -85.85 - 86 126.756 1219 3 1 63.9694 -129.358 -114.45 - 86 165.34 253 3 0 63.962 -129.397 -115.85 - 86 114.302 1217 2 1 63.5694 -130.397 -144.45 - 86 131.389 248 2 0 63.4669 -130.398 -145.85 - 86 120.882 1206 1 1 61.287 -130.363 -174.45 - 86 113.733 248 1 0 61.1751 -130.393 -175.85 - 86 329.004 1196 0 1 59.3195 -131.184 -204.45 - 86 117.751 244 0 0 59.2026 -131.226 -205.85 - 86 113.278 315 3 0 57.0796 -117.094 -116.25 - 86 113.71 1183 3 1 56.7045 -116.844 -114.85 - 86 54.5546 1182 3 1 56.65 -116.799 -114.675 - 86 69.0067 761 2 1 -27.7424 -1.317 -144.45 - 86 211.985 760 2 1 -27.85 -1.44927 -144.588 - 86 124.713 888 2 0 -28.0974 -2.34673 -145.85 - 86 33.7811 716 2 0 -46.2022 -36.7643 -146.25 - 86 85.7997 715 2 0 -46.2585 -36.85 -146.203 - 86 73.5663 714 2 0 -46.3653 -37.05 -146.136 - 86 113.433 643 2 0 -38.164 -51.2663 -146.25 - 86 199.697 644 2 0 -37.9997 -51.2498 -146.148 - 86 138.813 1224 5 1 65.0073 -129.018 -54.45 - 86 143.037 1213 4 1 62.7335 -128.662 -84.4502 - 86 107.907 257 4 0 62.4832 -128.598 -85.8507 - 86 256.752 1186 3 1 57.3375 -126.723 -114.45 - 86 26.5357 267 3 0 57.2708 -126.559 -115.85 - 86 118.477 268 3 0 57.2668 -126.55 -115.927 - 86 143.199 1176 2 1 55.288 -123.714 -144.45 - 86 47.0269 282 2 0 55.1648 -123.567 -145.85 - 86 114.762 283 2 0 55.152 -123.55 -146 - 86 124.796 1165 1 1 53.1365 -120.166 -174.45 - 86 40.1487 301 1 0 53.1293 -119.785 -175.85 - 86 75.9042 302 1 0 53.1292 -119.75 -175.974 - 86 161.203 1170 0 1 54.1399 -111.592 -204.45 - 86 206.038 344 0 0 54.1207 -111.264 -205.85 - 86 98.8066 264 3 0 57.6476 -127.3 -115.85 - 86 61.0255 265 3 0 57.7505 -127.15 -116.158 - 86 9.48387 266 3 0 57.8581 -126.95 -116.241 - 86 106.45 1072 3 0 118.562 34.5069 -116.25 - 86 17.0418 1073 3 0 118.621 34.6504 -115.917 - 86 46.3586 1493 3 1 118.907 34.8691 -114.85 - 86 224.295 1494 3 1 118.95 34.8908 -114.683 - 86 87.0006 1495 3 1 119.15 35.2456 -114.681 - 86 0.185978 1079 3 0 119.42 36.0496 -115.85 - 86 261.355 1080 3 0 119.42 36.05 -115.851 - 86 46.1306 1081 3 0 119.477 36.25 -116.145 -Number of digits in this event = 36 +Number of tracker hits in this event = 78 + 86 121.309 426 10 1 -94.9225 -29.0015 95.55 + 86 120.847 755 10 0 -94.9224 -29.0015 94.15 + 86 122.861 426 9 1 -94.9213 -29.0039 65.55 + 86 148.595 755 9 0 -94.9204 -29.0044 64.15 + 86 214.167 426 8 1 -94.9017 -29.0186 35.55 + 86 122.184 755 8 0 -94.9003 -29.0189 34.15 + 86 133.055 426 7 1 -94.8716 -29.0247 5.55 + 86 202.6 755 7 0 -94.8694 -29.0259 4.15 + 86 515.078 426 6 1 -94.8195 -29.0553 -24.45 + 86 126.471 754 6 0 -94.8166 -29.0559 -25.85 + 86 521.985 426 5 1 -94.7573 -29.072 -54.45 + 86 228.344 754 5 0 -94.7549 -29.0742 -55.85 + 86 142.323 427 4 1 -94.7072 -29.1144 -84.45 + 86 101.195 754 4 0 -94.7054 -29.1172 -85.85 + 86 183.076 427 3 1 -94.6674 -29.1713 -114.45 + 86 122.946 754 3 0 -94.665 -29.174 -115.85 + 86 121.216 427 2 1 -94.6162 -29.2267 -144.45 + 86 114.011 754 2 0 -94.6124 -29.2299 -145.85 + 86 104.916 428 1 1 -94.5385 -29.2941 -174.45 + 86 323.33 753 1 0 -94.5348 -29.2985 -175.85 + 86 270.65 428 0 1 -94.4542 -29.3859 -204.45 + 86 108.367 753 0 0 -94.4506 -29.3901 -205.85 + 86 1.65465 746 0 0 -93.8771 -30.8433 -205.85 + 86 88.5021 745 0 0 -93.8738 -30.85 -205.856 + 86 89.5112 744 0 0 -93.8129 -31.05 -206.004 + 86 68.251 743 0 0 -93.7225 -31.2502 -206.155 + 86 41.3374 1362 4 0 -48.0086 92.7075 -86.25 + 86 291.75 1363 4 0 -48.0021 92.7501 -86.2245 + 86 312.433 427 8 1 -94.75 -28.8837 35.2971 + 86 10.5597 428 8 1 -94.55 -28.996 35.3615 + 86 242.952 755 6 0 -94.9371 -28.9513 -25.85 + 86 122.714 424 5 1 -95.1628 -28.1947 -54.45 + 86 264.637 759 5 0 -95.1332 -28.1233 -55.85 + 86 304.81 429 4 1 -94.2899 -26.5972 -84.45 + 86 136.215 767 4 0 -94.1687 -26.5301 -85.85 + 86 55.3185 440 3 1 -91.9649 -25.2132 -114.45 + 86 98.0509 441 3 1 -91.95 -25.2092 -114.608 + 86 158.357 774 3 0 -91.8423 -25.1699 -115.85 + 86 154.235 452 2 1 -89.5974 -23.9612 -144.45 + 86 155.065 781 2 0 -89.5012 -23.7312 -145.851 + 86 142.428 461 1 1 -87.7405 -19.2657 -174.45 + 86 108.879 805 1 0 -87.6305 -19.0379 -175.85 + 86 130.785 472 0 1 -85.5411 -14.5136 -204.45 + 86 160.411 829 0 0 -85.3411 -14.1857 -205.85 + 86 266.648 760 5 0 -95.0407 -28.05 -56.1685 + 86 414.19 755 5 0 -94.9456 -29.0491 -55.85 + 86 121.449 424 4 1 -95.3066 -28.9249 -84.45 + 86 194.635 755 4 0 -95.3234 -28.907 -85.85 + 86 280.24 421 3 1 -95.8035 -28.5519 -114.45 + 86 174.674 757 3 0 -95.8461 -28.513 -115.85 + 86 114.646 417 2 1 -96.684 -27.7524 -144.45 + 86 145.415 761 2 0 -96.7494 -27.7079 -145.85 + 86 116.609 410 1 1 -97.9995 -26.7975 -174.45 + 86 134.048 766 1 0 -98.0595 -26.7547 -175.85 + 86 130.753 404 0 1 -99.3221 -25.8834 -204.45 + 86 112.416 771 0 0 -99.3522 -25.8461 -205.85 + 86 1.53649 838 1 0 -15.0524 -12.45 -175.879 + 86 60.1898 837 1 0 -15.051 -12.45 -175.878 + 86 222.089 425 4 1 -95.1293 -28.7316 -84.45 + 86 127.366 756 4 0 -95.132 -28.6879 -85.85 + 86 122.814 424 3 1 -95.2437 -27.7207 -114.45 + 86 134.465 761 3 0 -95.3127 -27.7502 -115.85 + 86 112.783 416 2 1 -96.9104 -28.356 -144.45 + 86 130.544 758 2 0 -96.9812 -28.427 -145.85 + 86 124.317 409 1 1 -98.2474 -29.7327 -174.45 + 86 371.095 749 1 0 -98.2363 -30.1115 -175.85 + 86 91.0853 411 0 1 -97.8251 -37.5424 -204.45 + 86 69.8738 711 0 0 -97.8489 -37.8034 -205.85 + 86 45.6367 710 0 0 -97.8522 -37.85 -206.097 + 86 120.894 752 4 0 -94.1294 -29.6472 -85.85 + 86 91.306 437 3 1 -92.5869 -29.4615 -114.45 + 86 36.7202 438 3 1 -92.55 -29.4606 -114.735 + 86 113.128 752 3 0 -92.4034 -29.4594 -115.85 + 86 157.648 457 2 1 -88.6465 -29.3894 -144.45 + 86 148.998 753 2 0 -88.476 -29.3783 -145.85 + 86 222.122 475 1 1 -84.9884 -29.2712 -174.45 + 86 245.316 492 0 1 -81.584 -31.55 -204.45 + 86 116.712 742 0 0 -81.3512 -31.589 -205.85 +Number of digits in this event = 55 Using G4ParticleGun ... -4.81426 LIN +7.01557 LIN e- Event: 87 -Number of tracker hits in this event = 77 - 87 156.891 435 10 1 -92.952 -26.9029 95.55 - 87 131.174 765 10 0 -92.951 -26.9016 94.15 - 87 103.047 436 9 1 -92.9329 -26.8719 65.55 - 87 131.571 765 9 0 -92.9328 -26.8719 64.15 - 87 102.543 436 8 1 -92.9321 -26.8709 35.55 - 87 111.867 765 8 0 -92.933 -26.8709 34.15 - 87 133.157 435 7 1 -92.9555 -26.8708 5.55 - 87 135.308 765 7 0 -92.9568 -26.8722 4.15 - 87 565.877 435 6 1 -92.9783 -26.8902 -24.45 - 87 115.669 765 6 0 -92.9788 -26.8895 -25.85 - 87 152.176 435 5 1 -92.9872 -26.8792 -54.45 - 87 157.9 765 5 0 -92.9886 -26.877 -55.85 - 87 119.451 435 4 1 -93.0168 -26.8314 -84.45 - 87 279.767 766 4 0 -93.0165 -26.8299 -85.85 - 87 146.271 435 3 1 -93.0091 -26.7969 -114.45 - 87 127.418 766 3 0 -93.0084 -26.7951 -115.85 - 87 125.491 435 2 1 -92.9914 -26.7682 -144.45 - 87 137.038 766 2 0 -92.9904 -26.7663 -145.85 - 87 118.106 435 1 1 -92.9745 -26.7261 -174.45 - 87 116.718 766 1 0 -92.975 -26.7234 -175.85 - 87 110.454 435 0 1 -92.9839 -26.6694 -204.45 - 87 117.937 766 0 0 -92.9831 -26.6686 -205.85 - 87 9.44302 228 0 1 -134.372 11.0143 -204.45 - 87 289.538 229 0 1 -134.35 10.9896 -204.46 - 87 10.8131 763 1 0 -115.174 -27.3693 -176.25 - 87 64.7319 1026 10 0 -113.942 25.275 93.75 - 87 99.2716 1025 10 0 -113.911 25.25 93.7953 - 87 39.0093 1024 10 0 -113.911 25.05 93.8041 - 87 135.383 1237 5 0 -33.8388 67.5046 -56.25 - 87 143.81 763 6 0 -93.3678 -27.3682 -25.85 - 87 96.4251 1123 6 0 -5.65824 44.6624 -26.25 - 87 70.1172 1124 6 0 -5.52102 44.8505 -26.1218 - 87 103.707 1125 6 0 -5.40435 45.05 -26.0037 - 87 52.3618 1126 6 0 -5.31851 45.25 -25.9155 - 87 110.99 876 6 1 -4.76934 48.7947 -24.85 - 87 102.156 877 6 1 -4.65 49.2034 -24.7849 - 87 29.0674 1178 6 0 -0.38722 55.7573 -25.85 - 87 66.8189 1179 6 0 -0.328741 55.85 -25.8675 - 87 152.37 1180 6 0 -0.203106 56.0504 -25.8858 - 87 167.568 1181 6 0 -0.118219 56.25 -25.9204 - 87 130.331 1182 6 0 -0.0624413 56.4505 -26.0065 - 87 66.0758 1183 6 0 -0.0612984 56.6501 -26.0184 - 87 60.8116 1184 6 0 -0.120223 56.8501 -25.954 - 87 61.7165 1185 6 0 -0.142879 57.05 -25.9488 - 87 31.5621 1186 6 0 -0.0627133 57.25 -25.9274 - 87 18.051 908 6 1 1.79146 60.9606 -24.85 - 87 83.7658 909 6 1 1.85 61.0309 -24.8112 - 87 83.3357 910 6 1 2.05 61.1802 -24.695 - 87 110.484 911 6 1 2.25009 61.3574 -24.6851 - 87 97.7867 912 6 1 2.45 61.6821 -24.6736 - 87 74.1919 1213 6 0 3.91266 62.7271 -25.85 - 87 91.3454 1214 6 0 4.06606 62.85 -25.9776 - 87 136.377 1215 6 0 4.18845 63.0502 -26.0765 - 87 129.495 1309 6 0 42.1687 81.9994 -26.25 - 87 82.1014 1310 6 0 41.9695 82.0501 -25.9327 - 87 81.6305 1311 6 0 41.9356 82.25 -25.9136 - 87 224.15 1312 6 0 41.9162 82.4501 -25.9605 - 87 151.621 766 6 0 -93.1243 -26.7437 -25.8503 - 87 289.788 398 5 1 -100.477 -22.5964 -54.45 - 87 29.5454 794 5 0 -99.9112 -21.1278 -55.8501 - 87 121.239 795 5 0 -99.8793 -21.0496 -55.9201 - 87 74.6151 796 5 0 -99.7805 -20.8498 -56.0498 - 87 81.2312 797 5 0 -99.5909 -20.6499 -56.04 - 87 60.5766 798 5 0 -99.3604 -20.45 -55.9285 - 87 63.8426 412 5 1 -97.6749 -18.4105 -54.85 - 87 120.426 413 5 1 -97.55 -18.2831 -54.7654 - 87 81.9533 414 5 1 -97.35 -18.0508 -54.6051 - 87 98.9518 415 5 1 -97.15 -17.8173 -54.5544 - 87 97.7586 416 5 1 -96.95 -17.5945 -54.5994 - 87 172.046 417 5 1 -96.75 -17.3954 -54.6172 - 87 4.19467 418 5 1 -96.55 -17.0762 -54.845 - 87 55.13 818 5 0 -95.945 -16.3426 -55.8501 - 87 173.307 819 5 0 -95.7902 -16.25 -55.97 - 87 177.153 838 5 0 -3.30452 -12.294 -56.25 - 87 113.682 886 5 1 -2.69376 -12.6532 -54.85 - 87 133.417 887 5 1 -2.65 -12.723 -54.698 - 87 158.541 837 5 0 -3.07889 -12.45 -55.9603 -Number of digits in this event = 35 -Using G4ParticleGun ... -5.22788 LIN +Number of tracker hits in this event = 150 + 87 160.208 484 10 1 -83.1537 44.3779 95.55 + 87 133.618 1121 10 0 -83.1526 44.3782 94.15 + 87 103.597 484 9 1 -83.1252 44.3804 65.55 + 87 106.876 1121 9 0 -83.123 44.383 64.15 + 87 158.842 484 8 1 -83.0953 44.4242 35.55 + 87 150.869 1121 8 0 -83.0924 44.4224 34.15 + 87 149.175 485 7 1 -83.0396 44.3888 5.55 + 87 110.471 1121 7 0 -83.0381 44.3837 4.15 + 87 173.391 485 6 1 -83.0031 44.2639 -24.45 + 87 258.56 1121 6 0 -83.0019 44.2564 -25.85 + 87 426.736 485 5 1 -82.9754 44.1167 -54.45 + 87 214.594 1120 5 0 -82.9776 44.1103 -55.85 + 87 180.114 485 4 1 -82.9935 43.9945 -84.45 + 87 125.916 1119 4 0 -82.9982 43.9871 -85.85 + 87 105.625 484 3 1 -83.0566 43.844 -114.45 + 87 191.165 1118 3 0 -83.0556 43.8399 -115.85 + 87 214.049 485 2 1 -83.0264 43.7526 -144.45 + 87 147.006 1118 2 0 -83.0208 43.7413 -145.85 + 87 152.443 485 1 1 -82.9215 43.5039 -174.45 + 87 142.069 1117 1 0 -82.916 43.4974 -175.85 + 87 398.932 486 0 1 -82.7916 43.3839 -204.45 + 87 600.623 1116 0 0 -82.7839 43.3815 -205.85 + 87 113.361 874 6 1 -5.15715 -85.017 -24.85 + 87 109.213 1117 0 0 -82.5211 43.5689 -205.85 + 87 40.7649 486 1 1 -82.85 43.5075 -174.808 + 87 216.165 1108 1 0 -82.554 41.7894 -175.85 + 87 62.7936 484 2 1 -83.05 43.7205 -144.623 + 87 15.4724 728 1 0 -79.3589 -34.4172 -176.25 + 87 16.9964 727 1 0 -79.3666 -34.4502 -176.246 + 87 2.55207 723 1 0 -53.0698 -35.2665 -176.25 + 87 171.306 818 1 0 -91.0317 -16.4214 -176.25 + 87 224.847 484 0 1 -83.1904 43.3774 -204.45 + 87 19.5099 1518 8 0 -28.1707 123.75 33.9896 + 87 177.525 765 8 1 -26.9788 123.931 35.15 + 87 72.8032 1122 5 0 -83.2332 44.563 -55.85 + 87 38.9781 1123 5 0 -83.2932 44.65 -56.1096 + 87 335.904 449 4 1 -90.2371 53.5686 -84.45 + 87 113.447 461 3 1 -87.8172 72.6005 -114.45 + 87 104.364 1264 3 0 -87.7969 72.8705 -115.85 + 87 129.353 463 2 1 -87.3333 77.4494 -144.45 + 87 70.7278 1291 2 0 -87.3447 78.44 -145.85 + 87 99.9251 1292 2 0 -87.3448 78.45 -145.865 + 87 17.4688 1293 2 0 -87.3591 78.65 -146.195 + 87 137.065 443 1 1 -91.5377 94.0307 -174.45 + 87 41.221 1364 1 0 -91.3532 93.0351 -175.85 + 87 115.07 1363 1 0 -91.3381 92.95 -175.98 + 87 74.2268 1189 1 0 -104.353 57.9836 -176.25 + 87 21.9155 1188 1 0 -104.447 57.85 -175.938 + 87 136.104 375 1 1 -104.997 57.3627 -174.85 + 87 25.2656 998 2 0 -122.029 19.7084 -146.25 + 87 61.8485 997 2 0 -122.048 19.65 -146.203 + 87 120.462 996 2 0 -122.019 19.4491 -146.141 + 87 254.478 995 2 0 -121.976 19.2499 -146.229 + 87 65.3806 949 2 0 -55.1549 9.98431 -146.25 + 87 106.301 950 2 0 -55.1567 10.05 -146.069 + 87 62.5326 951 2 0 -55.2086 10.25 -145.893 + 87 79.1682 952 2 0 -55.1653 10.45 -145.868 + 87 110.905 953 2 0 -55.3183 10.6504 -145.864 + 87 236.631 624 2 1 -55.1989 11.2521 -144.85 + 87 40.3102 1121 4 0 -90.3349 44.3185 -85.85 + 87 83.1327 1120 4 0 -90.3441 44.25 -85.9694 + 87 227.493 440 3 1 -91.9949 30.5939 -114.45 + 87 128.017 1052 3 0 -92.4301 30.5587 -115.85 + 87 44.3592 398 2 1 -100.469 30.3694 -144.45 + 87 129.888 397 2 1 -100.55 30.4208 -144.576 + 87 66.9725 1054 2 0 -101.271 30.9683 -145.85 + 87 64.5484 1055 2 0 -101.369 31.0507 -146.051 + 87 28.4759 333 1 1 -113.523 40.2282 -174.45 + 87 133.428 332 1 1 -113.55 40.3026 -174.53 + 87 44.2393 1106 1 0 -113.935 41.3454 -175.851 + 87 198.548 1107 1 0 -113.969 41.45 -175.989 + 87 88.2353 305 0 1 -119.025 61.7766 -204.45 + 87 42.6649 306 0 1 -118.95 61.9854 -204.738 + 87 41.1503 1213 0 0 -118.77 62.7474 -205.85 + 87 89.9129 1214 0 0 -118.744 62.85 -205.998 + 87 164.053 1304 0 0 -97.526 81.0108 -206.25 + 87 23.1989 416 0 1 -96.7872 80.7416 -204.85 + 87 115.623 417 0 1 -96.75 80.718 -204.764 + 87 247.162 1331 1 0 -92.1812 86.4295 -176.25 + 87 107.303 442 1 1 -91.6989 86.2294 -174.85 + 87 19.6096 1685 2 0 -101.538 157.286 -146.25 + 87 56.139 1686 2 0 -101.542 157.35 -146.227 + 87 44.9425 1687 2 0 -101.516 157.55 -146.169 + 87 95.8347 1688 2 0 -101.47 157.75 -146.124 + 87 68.4146 1689 2 0 -101.373 157.95 -146.059 + 87 110.334 1690 2 0 -101.242 158.15 -146.006 + 87 250.213 1691 2 0 -101.115 158.35 -145.946 + 87 61.7669 1692 2 0 -100.963 158.55 -145.892 + 87 119.65 1693 2 0 -100.808 158.75 -145.876 + 87 290.876 1694 2 0 -100.66 158.95 -145.885 + 87 18.1935 1695 2 0 -100.359 159.151 -145.897 + 87 56.3735 404 2 1 -99.2474 157.925 -144.85 + 87 74.2469 403 2 1 -99.3501 157.994 -144.779 + 87 101.487 402 2 1 -99.55 158.133 -144.717 + 87 35.9389 401 2 1 -99.75 158.232 -144.754 + 87 56.8229 1332 1 0 -92.1493 86.45 -176.131 + 87 83.5281 1120 6 0 -83.0433 44.2464 -25.85 + 87 35.9165 483 5 1 -83.4112 46.2589 -54.45 + 87 106.896 482 5 1 -83.45 46.2552 -54.5581 + 87 112.762 1130 5 0 -83.8558 46.1562 -55.8512 + 87 90.0367 437 4 1 -92.637 49.2997 -84.45 + 87 26.1487 436 4 1 -92.75 49.3137 -84.7548 + 87 105.267 1146 4 0 -93.241 49.3055 -85.8508 + 87 53.506 371 3 1 -105.802 47.5374 -114.45 + 87 192.737 370 3 1 -105.95 47.4818 -114.549 + 87 94.1014 369 3 1 -106.15 47.4067 -114.675 + 87 46.8885 368 3 1 -106.35 47.315 -114.811 + 87 158.155 1133 3 0 -107.617 46.7779 -115.85 + 87 20.8666 1132 3 0 -107.967 46.65 -116.206 + 87 187.463 241 2 1 -131.789 46.3724 -144.45 + 87 131.222 1127 2 0 -131.991 45.6407 -145.85 + 87 27.1627 1126 2 0 -132.069 45.4493 -146.172 + 87 31.2766 1287 2 0 -127.343 77.4988 -146.25 + 87 63.5436 1288 2 0 -127.297 77.65 -146.188 + 87 66.2115 1289 2 0 -127.271 77.85 -146.111 + 87 79.6983 1290 2 0 -127.202 78.05 -146.051 + 87 199.072 264 2 1 -127.151 80.166 -144.85 + 87 171.368 265 2 1 -127.15 80.2535 -144.795 + 87 57.8568 266 2 1 -126.95 81.4856 -144.704 + 87 1.74054 1312 2 0 -126.055 82.6439 -145.85 + 87 78.1342 1313 2 0 -126.05 82.65 -145.856 + 87 158.634 1314 2 0 -125.943 82.85 -146.021 + 87 3.63162 1315 2 0 -125.878 83.05 -146.239 + 87 134.213 1377 2 0 -103.804 95.6448 -146.25 + 87 79.8864 383 2 1 -103.399 96.2105 -144.85 + 87 87.3177 384 2 1 -103.35 96.2649 -144.694 + 87 0.375055 525 4 1 -75.0423 124.591 -84.45 + 87 3.68183 1504 4 0 -74.9943 121.057 -85.85 + 87 120.74 1380 2 0 -103.369 96.1963 -145.85 + 87 273.804 499 5 1 -80.1219 44.2856 -54.4501 + 87 7.62066 1127 5 0 -80.1608 45.6376 -55.8502 + 87 171.173 1128 5 0 -80.1604 45.65 -55.8619 + 87 153.444 1129 5 0 -80.1429 45.85 -56.0674 + 87 154.142 510 4 1 -77.9162 69.1308 -84.45 + 87 61.5437 1238 4 0 -78.0083 67.8334 -85.85 + 87 85.6543 1237 4 0 -78.0277 67.6498 -85.9835 + 87 51.154 1236 4 0 -78.0324 67.45 -86.1078 + 87 21.0844 1235 4 0 -78.0536 67.25 -86.2102 + 87 89.861 430 3 1 -94.0869 9.10669 -114.45 + 87 102.192 431 3 1 -93.95 8.98171 -114.612 + 87 30.6917 432 3 1 -93.75 8.87126 -114.792 + 87 65.5781 940 3 0 -91.6041 8.13019 -115.85 + 87 101.371 939 3 0 -91.4354 8.05 -116.002 + 87 90.6199 972 3 0 -39.7954 14.5458 -116.25 + 87 74.8449 973 3 0 -39.5515 14.65 -116.14 + 87 68.9841 974 3 0 -39.4887 14.85 -116.198 + 87 58.2493 975 3 0 -39.5183 15.0508 -116.223 + 87 122.031 976 3 0 -39.4863 15.25 -116.237 + 87 124.212 977 3 0 -39.2335 15.4502 -116.164 + 87 54.6274 978 3 0 -38.9815 15.65 -116.17 +Number of digits in this event = 57 +Using G4ParticleGun ... +6.59194 LIN e- Event: 88 -Number of tracker hits in this event = 46 - 88 162.476 484 10 1 -83.1227 -38.3205 95.55 - 88 177.944 708 10 0 -83.1231 -38.3209 94.15 - 88 112.581 484 9 1 -83.1334 -38.3176 65.55 - 88 124.942 708 9 0 -83.1323 -38.3161 64.15 - 88 109.458 484 8 1 -83.11 -38.2839 35.55 - 88 146.93 708 8 0 -83.1114 -38.2819 34.15 - 88 241.832 484 7 1 -83.1465 -38.2228 5.55 - 88 248.33 709 7 0 -83.1488 -38.2199 4.15 - 88 104.617 484 6 1 -83.1958 -38.1642 -24.45 - 88 143.529 709 6 0 -83.197 -38.1614 -25.85 - 88 93.4623 484 5 1 -83.2263 -38.099 -54.45 - 88 125.4 709 5 0 -83.2292 -38.0971 -55.85 - 88 145.068 483 4 1 -83.2773 -38.0567 -84.45 - 88 105.781 709 4 0 -83.2773 -38.0528 -85.85 - 88 115.78 483 3 1 -83.2715 -37.9717 -114.45 - 88 141.632 710 3 0 -83.2705 -37.9688 -115.85 - 88 108.859 483 2 1 -83.2521 -37.9059 -144.45 - 88 155.263 710 2 0 -83.25 -37.9034 -145.85 - 88 173.899 484 1 1 -83.2071 -37.8631 -174.45 - 88 154.849 710 1 0 -83.2048 -37.8638 -175.85 - 88 103.604 484 0 1 -83.1613 -37.878 -204.45 - 88 111.529 710 0 0 -83.1474 -37.8785 -205.85 - 88 41.8209 516 11 0 -177.354 -76.65 124.077 - 88 163.726 709 14 0 18.3737 -38.1513 213.75 - 88 61.9133 484 3 1 -83.2497 -38.0113 -114.471 - 88 65.0835 485 3 1 -83.0496 -37.9964 -114.53 - 88 69.3729 486 3 1 -82.85 -37.9936 -114.589 - 88 79.8319 487 3 1 -82.65 -38.0512 -114.653 - 88 122.03 488 3 1 -82.45 -38.1733 -114.705 - 88 83.6387 489 3 1 -82.25 -38.2781 -114.714 - 88 71.7685 490 3 1 -82.05 -38.4336 -114.699 - 88 60.6052 491 3 1 -81.85 -38.5635 -114.684 - 88 139.177 492 3 1 -81.65 -38.6709 -114.687 - 88 117.094 493 3 1 -81.45 -38.8174 -114.692 - 88 70.1335 494 3 1 -81.25 -38.9915 -114.641 - 88 54.8022 495 3 1 -81.05 -39.1105 -114.555 - 88 76.0534 496 3 1 -80.85 -39.0963 -114.519 - 88 36.3548 497 3 1 -80.5715 -39.0906 -114.45 - 88 71.7418 498 3 1 -80.4495 -39.0559 -114.473 - 88 125.679 499 3 1 -80.25 -38.9217 -114.523 - 88 153.502 500 3 1 -80.05 -38.9973 -114.494 - 88 87.976 501 3 1 -79.85 -39.1415 -114.633 - 88 129.429 704 3 0 -79.257 -39.1608 -115.85 - 88 70.3561 705 3 0 -79.2884 -39.05 -116.112 - 88 367.215 706 3 0 -79.2938 -38.85 -116.168 - 88 28.5664 707 3 0 -79.0484 -38.65 -116.003 -Number of digits in this event = 22 -Using G4ParticleGun ... -6.19629 LIN +Number of tracker hits in this event = 81 + 88 124.996 1593 7 1 138.804 -50.0531 5.55 + 88 123.291 649 7 0 138.804 -50.053 4.15 + 88 122.709 1593 6 1 138.808 -50.0565 -24.45 + 88 143.826 649 6 0 138.809 -50.0572 -25.85 + 88 121.231 1593 5 1 138.817 -50.071 -54.45 + 88 94.2738 649 5 0 138.818 -50.0685 -55.85 + 88 381.727 1593 4 1 138.826 -49.9894 -84.45 + 88 167.66 650 4 0 138.829 -49.9957 -85.85 + 88 653.646 1593 3 1 138.893 -50.1013 -114.45 + 88 474.05 649 3 0 138.894 -50.1063 -115.85 + 88 374.735 1593 2 1 138.927 -50.2543 -144.45 + 88 191.536 648 2 0 138.934 -50.2576 -145.85 + 88 169.086 1594 1 1 139.11 -50.2873 -174.45 + 88 221.306 648 1 0 139.126 -50.2872 -175.85 + 88 139.419 1596 0 1 139.452 -50.2707 -204.45 + 88 177.823 648 0 0 139.465 -50.2681 -205.85 + 88 49.6061 1649 1 1 150.114 -114.349 -174.85 + 88 68.1942 1650 1 1 150.15 -114.527 -174.703 + 88 95.8488 648 4 0 140.137 -50.3344 -85.8505 + 88 172.28 647 4 0 140.358 -50.45 -85.8624 + 88 111.342 646 4 0 140.436 -50.65 -85.9031 + 88 70.9597 645 4 0 140.361 -50.85 -86.1042 + 88 188.634 419 4 0 140.836 -96.2852 -86.2497 + 88 191.297 1591 3 1 138.481 -49.8003 -114.45 + 88 119.852 651 3 0 138.498 -49.7646 -115.85 + 88 332.272 1591 2 1 138.412 -49.612 -144.45 + 88 288.672 651 2 0 138.465 -49.7025 -145.85 + 88 253.044 1597 1 1 139.616 -51.4843 -174.45 + 88 133.526 642 1 0 139.645 -51.557 -175.85 + 88 129.814 1598 0 1 139.915 -53.2962 -204.45 + 88 24.0855 632 0 0 139.844 -53.6288 -205.85 + 88 113.03 631 0 0 139.839 -53.65 -205.937 + 88 213.803 650 3 0 138.892 -49.9511 -115.85 + 88 225.437 1594 2 1 138.968 -49.266 -144.45 + 88 133.793 654 2 0 138.96 -49.2278 -145.85 + 88 462.88 1593 1 1 138.846 -48.4477 -174.45 + 88 130.399 658 1 0 138.83 -48.3921 -175.85 + 88 121.062 1591 0 1 138.469 -47.1794 -204.45 + 88 100.521 664 0 0 138.461 -47.1487 -205.85 + 88 196.841 649 4 0 138.818 -50.1076 -85.85 + 88 137.621 1592 3 1 138.709 -50.5143 -114.45 + 88 151.363 647 3 0 138.702 -50.5277 -115.85 + 88 115.987 646 2 0 138.511 -50.8062 -145.85 + 88 128.567 1589 1 1 138.051 -51.1524 -174.45 + 88 239.56 644 1 0 138.037 -51.1623 -175.85 + 88 195.847 1588 0 1 137.755 -51.3728 -204.45 + 88 124.597 1587 0 1 137.75 -51.3797 -204.793 + 88 95.4612 643 0 0 137.735 -51.4027 -205.85 + 88 6.4151 1709 0 1 161.95 -118.288 -204.663 + 88 3.92996 1589 0 1 137.95 -51.3575 -204.842 + 88 156.521 646 0 0 140.206 -50.8197 -205.85 + 88 42.5471 645 0 0 140.515 -50.8501 -206.154 + 88 48.9034 724 0 0 128.631 -35.2036 -206.25 + 88 81.7495 723 0 0 128.598 -35.25 -206.207 + 88 334.341 649 2 0 138.833 -50.1339 -145.85 + 88 151.224 649 1 0 138.821 -50.161 -175.85 + 88 151.078 1592 0 1 138.72 -50.1343 -204.45 + 88 313.635 649 0 0 138.712 -50.1325 -205.85 + 88 112.755 252 2 0 -0.72542 -129.643 -146.25 + 88 265.831 253 2 0 -0.805346 -129.55 -146.047 + 88 52.9344 1105 2 1 41.25 102.099 -144.685 + 88 220.221 1104 2 1 41.05 102.308 -144.452 + 88 179.914 1103 2 1 40.8499 102.207 -144.555 + 88 141.379 603 1 0 99.0531 -59.337 -176.25 + 88 2.45962 614 0 0 140.83 -57.2467 -206.25 + 88 157.402 613 0 0 140.832 -57.25 -206.241 + 88 179.729 612 0 0 140.82 -57.45 -206.085 + 88 143.979 647 1 0 138.725 -50.4528 -175.85 + 88 111.839 1581 0 1 136.518 -54.4531 -204.45 + 88 148.562 626 0 0 136.344 -54.7233 -205.851 + 88 15.9654 341 0 0 102.028 -111.75 -205.965 + 88 82.8432 1592 2 1 138.75 -50.1124 -144.521 + 88 187.888 1590 1 1 138.258 -49.8209 -174.45 + 88 128.443 651 1 0 138.234 -49.802 -175.85 + 88 119.651 653 0 0 137.572 -49.2713 -205.85 + 88 75.9699 1120 0 1 44.2229 20.2878 -204.85 + 88 122.842 650 2 0 139.147 -50.0109 -145.85 + 88 201.645 1605 0 1 141.171 -49.0828 -204.45 + 88 123.334 655 0 0 141.298 -48.9613 -205.85 + 88 91.6336 1602 0 1 140.717 -50.1231 -204.45 + 88 34.9192 1603 0 1 140.75 -50.1271 -204.694 +Number of digits in this event = 57 +Using G4ParticleGun ... +6.06728 LIN e- Event: 89 -Number of tracker hits in this event = 76 - 89 25.2676 535 11 0 42.8952 -72.9576 123.843 - 89 124.438 1114 10 1 42.8955 -72.9565 95.55 - 89 116.049 535 10 0 42.8981 -72.9559 94.15 - 89 389.544 1114 9 1 42.942 -72.9467 65.55 - 89 377.979 535 9 0 42.9456 -72.9472 64.15 - 89 124.803 1114 8 1 43.0215 -72.9578 35.55 - 89 602.247 535 8 0 43.0233 -72.9585 34.15 - 89 214.54 1115 7 1 43.0597 -72.9665 5.55 - 89 187.608 535 7 0 43.0609 -72.9674 4.15 - 89 138.887 1115 6 1 43.0703 -72.9854 -24.45 - 89 126.624 535 6 0 43.0718 -72.9854 -25.85 - 89 92.2771 1115 5 1 43.0989 -72.9829 -54.45 - 89 244.664 535 5 0 43.099 -72.983 -55.85 - 89 145.847 1115 4 1 43.0923 -72.9995 -84.45 - 89 303.757 535 4 0 43.086 -72.9852 -85.85 - 89 116.806 1113 3 1 42.8405 -72.8164 -114.45 - 89 100.359 536 3 0 42.8316 -72.8083 -115.85 - 89 113.135 1112 2 1 42.6191 -72.6558 -144.45 - 89 140.362 536 2 0 42.6038 -72.6851 -145.85 - 89 154.07 1110 1 1 42.0654 -73.2686 -174.45 - 89 233.045 533 1 0 42.0564 -73.2572 -175.85 - 89 116.153 1109 0 1 41.9837 -72.8657 -204.45 - 89 100.565 534 0 0 41.8242 -73.1359 -205.85 - 89 122.998 1115 8 1 43.0654 -72.8751 35.55 - 89 238.171 536 7 0 43.2042 -72.8261 4.15 - 89 95.1791 1116 6 1 43.3548 -72.8379 -24.45 - 89 198.052 536 6 0 43.3634 -72.8411 -25.85 - 89 435.973 1117 5 1 43.5211 -72.9079 -54.45 - 89 115.565 1118 4 1 43.7592 -72.9785 -84.45 - 89 366.381 1120 3 1 44.1216 -73.1364 -114.45 - 89 488.85 534 3 0 44.1458 -73.1437 -115.85 - 89 153.679 1122 2 1 44.6047 -73.3841 -144.45 - 89 218.822 533 2 0 44.6434 -73.4037 -145.85 - 89 319.817 1127 1 1 45.4524 -73.9758 -174.45 - 89 104.297 529 1 0 45.5836 -74.0555 -175.85 - 89 147.429 1140 0 1 48.2396 -75.8595 -204.45 - 89 90.4972 1141 0 1 48.25 -75.8695 -204.578 - 89 105.928 520 0 0 48.3553 -75.9752 -205.85 - 89 58.1551 527 1 0 46.0438 -74.5098 -175.85 - 89 88.0626 526 1 0 46.0734 -74.65 -175.989 - 89 31.6185 525 1 0 46.0839 -74.85 -176.153 - 89 376.221 1121 2 1 44.4412 -73.3866 -144.45 - 89 140.218 1123 1 1 44.7592 -73.6734 -174.45 - 89 152.14 531 1 0 44.7718 -73.6876 -175.85 - 89 114.066 1124 0 1 45.0056 -73.9688 -204.45 - 89 126.802 530 0 0 45.0198 -73.9792 -205.85 - 89 447.652 555 1 0 76.7827 -69.0111 -176.25 - 89 108.07 535 2 0 44.5049 -72.9816 -145.85 - 89 111.187 1130 1 1 46.058 -72.9037 -174.45 - 89 123.484 535 1 0 46.1506 -72.8646 -175.85 - 89 123.153 540 0 0 48.1575 -72.0449 -205.85 - 89 109.702 1125 4 1 45.0776 -73.2356 -84.85 - 89 232.317 1118 5 1 43.6501 -72.7493 -54.4759 - 89 117.159 825 1 1 -14.9809 -26.9401 -174.45 - 89 147.098 1113 8 1 42.8367 -72.8582 35.55 - 89 91.1051 1113 7 1 42.7208 -72.8003 5.55 - 89 199.481 1113 6 1 42.683 -72.6036 -24.45 - 89 108.888 537 6 0 42.681 -72.5907 -25.85 - 89 127.906 1112 5 1 42.608 -72.3236 -54.45 - 89 118.447 538 5 0 42.6068 -72.3093 -55.85 - 89 225.922 1112 4 1 42.5756 -72.0499 -84.45 - 89 114.866 540 4 0 42.5809 -72.0352 -85.85 - 89 165.562 1111 3 1 42.3987 -71.8391 -114.45 - 89 162.864 541 3 0 42.3875 -71.8154 -115.85 - 89 97.4975 1110 2 1 42.132 -71.2942 -144.45 - 89 123.4 543 2 0 42.1153 -71.2612 -145.85 - 89 156 1108 1 1 41.7659 -70.6136 -174.45 - 89 93.7973 547 1 0 41.7998 -70.5717 -175.85 - 89 104.378 1112 0 1 42.4693 -69.7208 -204.45 - 89 185.148 551 0 0 42.5027 -69.6677 -205.85 - 89 265.712 1113 0 1 42.7552 -71.3767 -204.45 - 89 330.652 543 0 0 42.7395 -71.345 -205.85 - 89 270.126 568 8 0 35.316 -66.4244 33.75 - 89 101.146 569 8 0 34.7469 -66.25 33.924 - 89 191.177 1073 8 1 34.8228 -66.6813 35.1502 - 89 43.8637 564 8 0 33.063 -67.1113 34.15 -Number of digits in this event = 49 +Number of tracker hits in this event = 21 + 89 107.406 1612 7 1 142.601 -40.7132 5.55 + 89 234.103 696 7 0 142.602 -40.713 4.15 + 89 105.206 1612 6 1 142.611 -40.7173 -24.45 + 89 105.366 696 6 0 142.612 -40.7179 -25.85 + 89 114.647 1612 5 1 142.64 -40.7232 -54.45 + 89 136.63 696 5 0 142.642 -40.7224 -55.85 + 89 107.608 1612 4 1 142.675 -40.7033 -84.45 + 89 105.926 696 4 0 142.676 -40.7006 -85.85 + 89 123.415 1612 3 1 142.699 -40.6446 -114.45 + 89 123.039 697 3 0 142.701 -40.6424 -115.85 + 89 126.25 1612 2 1 142.737 -40.5959 -144.45 + 89 113.407 697 2 0 142.749 -40.5945 -145.85 + 89 167.898 1614 1 1 142.978 -40.5888 -174.45 + 89 104.125 697 1 0 142.999 -40.5941 -175.85 + 89 161.916 1616 0 1 143.484 -40.7345 -204.45 + 89 131.512 696 0 0 143.506 -40.7394 -205.85 + 89 60.7358 1003 0 0 130.974 20.6782 -206.25 + 89 111.389 1004 0 0 130.929 20.85 -206.192 + 89 111.242 1005 0 0 130.89 21.05 -206.069 + 89 214.73 1555 0 1 131.203 21.9386 -204.85 + 89 249.952 1556 0 1 131.35 22.0935 -204.501 +Number of digits in this event = 13 Using G4ParticleGun ... -6.76919 LIN +3.21812 LIN e- Event: 90 -Number of tracker hits in this event = 53 - 90 165.205 785 9 1 -23.042 116.75 65.55 - 90 118.188 1482 9 0 -23.0404 116.75 64.15 - 90 113.87 785 8 1 -23.0098 116.746 35.55 - 90 102.624 1482 8 0 -23.0094 116.747 34.15 - 90 117.661 785 7 1 -22.9906 116.79 5.55 - 90 258.041 1483 7 0 -22.9893 116.797 4.15 - 90 130.779 785 6 1 -22.9766 116.93 -24.45 - 90 119.852 1483 6 0 -22.9756 116.929 -25.85 - 90 563.628 785 5 1 -22.9326 116.888 -54.45 - 90 446.117 1483 5 0 -22.9268 116.885 -55.85 - 90 119.77 786 4 1 -22.8184 116.838 -84.45 - 90 443.59 1483 4 0 -22.8198 116.841 -85.85 - 90 216.842 786 3 1 -22.8493 116.957 -114.45 - 90 138.732 1484 3 0 -22.847 116.954 -115.85 - 90 612.781 786 2 1 -22.8119 116.862 -144.45 - 90 458.245 1483 2 0 -22.8247 116.856 -145.85 - 90 162.927 784 1 1 -23.0838 116.719 -174.45 - 90 126.958 1482 1 0 -23.1017 116.708 -175.85 - 90 99.7091 782 0 1 -23.4974 116.494 -204.45 - 90 105.246 1481 0 0 -23.5296 116.49 -205.85 - 90 213.719 1505 0 0 -9.4974 121.205 -206.25 - 90 319.642 785 1 1 -23.05 116.706 -174.677 - 90 105.536 1480 1 0 -22.8034 116.247 -175.85 - 90 147.103 1479 1 0 -22.8875 116.15 -175.988 - 90 197.266 787 5 1 -22.505 117.176 -54.85 - 90 84.3351 788 5 1 -22.45 117.344 -54.5655 - 90 8.98055 1485 3 0 -23.1092 117.296 -115.85 - 90 22.6015 1525 3 0 -0.477416 125.311 -116.25 - 90 130.113 1526 3 0 -0.461798 125.35 -116.198 - 90 360.858 786 0 1 -22.8138 117.803 -204.45 - 90 480.852 1488 0 0 -22.835 117.866 -205.85 - 90 243.857 1485 2 0 -22.6919 117.235 -145.85 - 90 106.244 1485 1 0 -22.8955 117.23 -175.85 - 90 114.882 784 0 1 -23.2322 117.292 -204.45 - 90 110.844 1485 0 0 -23.2463 117.331 -205.85 - 90 270.783 786 1 1 -22.6711 117.438 -174.45 - 90 118.247 1486 1 0 -22.6769 117.461 -175.85 - 90 93.8262 787 1 1 -22.65 117.422 -174.741 - 90 224.726 785 4 1 -22.8951 116.835 -84.45 - 90 141.235 785 3 1 -22.8819 116.886 -114.45 - 90 253.664 1483 3 0 -22.8801 116.888 -115.85 - 90 266.919 1483 1 0 -22.6756 116.935 -175.85 - 90 107.264 787 0 1 -22.5511 116.868 -204.45 - 90 378.472 1483 0 0 -22.5508 116.868 -205.85 - 90 110.325 761 1 1 -27.7533 114.95 -174.45 - 90 107.648 1472 1 0 -27.7523 114.698 -175.85 - 90 106.108 763 0 1 -27.3832 108.436 -204.45 - 90 13.5384 762 0 1 -27.4501 108.371 -204.792 - 90 19.6576 1440 0 0 -27.6891 108.164 -205.85 - 90 114.628 1439 0 0 -27.7051 108.15 -205.923 - 90 109.659 1482 4 0 -22.8918 116.745 -85.85 - 90 124.097 785 2 1 -22.8606 116.764 -144.45 - 90 172.982 785 0 1 -23.0246 116.845 -204.45 -Number of digits in this event = 31 +Number of tracker hits in this event = 107 + 90 114.777 918 11 1 3.65995 -26.3936 125.55 + 90 163.174 768 11 0 3.65902 -26.3934 124.15 + 90 103.554 917 10 1 3.6361 -26.3813 95.55 + 90 111.648 768 10 0 3.63299 -26.385 94.15 + 90 138.799 917 9 1 3.56799 -26.4545 65.55 + 90 193.865 767 9 0 3.56393 -26.4572 64.15 + 90 208.747 917 8 1 3.47872 -26.516 35.55 + 90 100.864 767 8 0 3.47191 -26.5202 34.15 + 90 146.557 916 7 1 3.32796 -26.6136 5.55 + 90 152.201 767 7 0 3.31879 -26.6169 4.15 + 90 155.621 915 6 1 3.13436 -26.6908 -24.45 + 90 126.151 766 6 0 3.12632 -26.6941 -25.85 + 90 222.061 914 5 1 2.95631 -26.7486 -54.45 + 90 112.794 766 5 0 2.94802 -26.7528 -55.85 + 90 152.805 913 4 1 2.78001 -26.8416 -84.45 + 90 244.653 766 4 0 2.77158 -26.8477 -85.85 + 90 179.453 912 3 1 2.60629 -26.9703 -114.45 + 90 149.84 765 3 0 2.59896 -26.9776 -115.85 + 90 271.565 912 2 1 2.45356 -27.1158 -144.45 + 90 119.807 764 2 0 2.44295 -27.1243 -145.85 + 90 126.635 910 1 1 2.23008 -27.3073 -174.45 + 90 118.795 763 1 0 2.21979 -27.3133 -175.85 + 90 110.807 909 0 1 1.99388 -27.4331 -204.45 + 90 165.609 763 0 0 1.98479 -27.4382 -205.85 + 90 62.6768 226 1 1 -134.79 166.171 -174.45 + 90 177.063 227 1 1 -134.75 166.181 -174.527 + 90 320.929 1732 1 0 -134.501 166.608 -175.85 + 90 156.529 575 1 0 -16.5047 -64.9213 -176.25 + 90 68.5954 453 1 0 -60.7568 -89.2875 -176.25 + 90 176.447 911 2 1 2.45 -26.8016 -144.562 + 90 91.4407 910 2 1 2.25 -26.8004 -144.572 + 90 67.3226 772 8 0 3.78778 -25.5966 34.15 + 90 80.5893 773 8 0 3.85609 -25.45 34.0694 + 90 98.452 774 8 0 3.82908 -25.2497 33.9401 + 90 55.1105 775 8 0 3.82047 -25.05 33.837 + 90 23.6738 1422 8 0 -103.224 104.584 33.75 + 90 199.634 916 6 1 3.38772 -26.532 -24.45 + 90 203.677 767 6 0 3.64753 -26.4586 -25.85 + 90 110.104 768 6 0 3.67135 -26.45 -25.9547 + 90 66.0476 953 5 1 10.6766 -23.9279 -54.45 + 90 62.6415 954 5 1 10.85 -23.8498 -54.6848 + 90 136.29 782 5 0 11.9688 -23.4793 -55.85 + 90 199.024 783 5 0 12.0731 -23.45 -55.9621 + 90 122.39 1099 4 1 39.9 -15.6037 -84.45 + 90 38.2468 819 4 0 39.8014 -16.1912 -85.85 + 90 99.1243 818 4 0 39.7857 -16.25 -85.9873 + 90 112.151 752 4 0 38.636 -29.6301 -86.25 + 90 72.6911 1092 4 1 38.4607 -29.549 -84.85 + 90 80.4554 1091 4 1 38.45 -29.5438 -84.7438 + 90 131.954 734 5 0 14.7535 -33.209 -56.25 + 90 124.711 733 5 0 14.4695 -33.25 -55.889 + 90 0.738744 967 5 1 13.4525 -33.1107 -54.8498 + 90 58.8937 966 5 1 13.4499 -33.1103 -54.8473 + 90 53.5912 965 5 1 13.2496 -33.0738 -54.6923 + 90 53.3201 964 5 1 13.05 -33.0279 -54.6144 + 90 44.4197 963 5 1 12.85 -33.0614 -54.5166 + 90 363.569 962 5 1 12.5378 -33.0856 -54.45 + 90 49.731 752 5 0 12.3122 -29.5994 -55.85 + 90 61.1321 753 5 0 12.3076 -29.45 -55.9081 + 90 115.085 754 5 0 12.306 -29.2498 -55.9767 + 90 80.4665 755 5 0 12.3064 -29.0499 -56.0561 + 90 49.9949 756 5 0 12.3036 -28.8494 -56.0755 + 90 132.783 757 5 0 12.3057 -28.65 -56.0955 + 90 64.2742 758 5 0 12.3647 -28.4494 -56.1689 + 90 6.49422 1062 5 0 15.6674 32.6442 -56.25 + 90 148.924 1063 5 0 15.6613 32.6501 -56.2162 + 90 147.668 979 5 1 15.9318 32.4139 -54.85 + 90 293.326 978 5 1 15.85 32.2529 -54.4795 + 90 57.468 917 6 1 3.4504 -26.5565 -24.6647 + 90 72.2384 995 5 1 19.1336 -25.5999 -54.45 + 90 106.907 996 5 1 19.25 -25.4249 -54.5659 + 90 39.8148 997 5 1 19.45 -25.1335 -54.7798 + 90 5.42686 781 5 0 20.3902 -23.6592 -55.8502 + 90 52.8934 784 5 0 20.6769 -23.25 -56.1425 + 90 13.2868 1110 4 1 42.0638 9.57364 -84.4508 + 90 103.518 1109 4 1 42.05 9.55136 -84.4936 + 90 119.532 943 4 0 41.8102 8.8442 -85.85 + 90 1.89316 942 4 0 41.7359 8.65 -86.2413 + 90 136.159 1070 3 1 34.199 -7.78681 -114.45 + 90 43.621 1071 3 1 34.25 -8.16625 -114.768 + 90 50.4316 853 3 0 34.4399 -9.35376 -115.85 + 90 88.6767 852 3 0 34.4554 -9.45 -115.937 + 90 50.7621 851 3 0 34.484 -9.65 -116.108 + 90 36.3191 1107 2 1 41.6361 -44.9018 -144.45 + 90 135.006 1108 2 1 41.65 -45.0093 -144.538 + 90 98.8555 667 2 0 42.0122 -46.4765 -145.85 + 90 61.7557 666 2 0 42.062 -46.65 -146.011 + 90 18.2095 665 2 0 42.1484 -46.8502 -146.213 + 90 212.712 1173 1 1 54.7519 -69.6285 -174.45 + 90 45.5014 541 1 0 54.3914 -71.7207 -175.85 + 90 50.827 540 1 0 54.3782 -71.85 -175.944 + 90 66.6777 539 1 0 54.347 -72.05 -176.069 + 90 4.70706 538 1 0 54.3161 -72.25 -176.235 + 90 48.7361 88 1 0 44.7681 -162.364 -176.25 + 90 153.366 87 1 0 44.7663 -162.552 -176.161 + 90 221.853 86 1 0 44.7585 -162.75 -176.002 + 90 327.592 85 1 0 44.7444 -162.95 -175.864 + 90 189.099 1121 1 1 44.4478 -164.796 -174.85 + 90 190.959 1120 1 1 44.2499 -165.175 -174.553 + 90 39.76 79 1 0 43.9412 -164.227 -175.85 + 90 137.971 80 1 0 43.8928 -164.149 -175.911 + 90 160.076 81 1 0 43.8402 -163.95 -176.103 + 90 116.362 1124 1 1 44.8731 -163.505 -174.85 + 90 72.7002 1125 1 1 45.05 -163.465 -174.549 + 90 121.303 1126 1 1 45.25 -163.288 -174.564 + 90 72.752 1127 1 1 45.45 -163.203 -174.665 + 90 110.141 84 1 0 44.7437 -163.15 -175.977 +Number of digits in this event = 45 Using G4ParticleGun ... -3.64415 LIN +4.8471 LIN e- Event: 91 -Number of tracker hits in this event = 89 - 91 106.994 414 10 1 -97.2943 10.7657 95.55 - 91 108.406 953 10 0 -97.2967 10.7668 94.15 - 91 470.156 414 9 1 -97.3448 10.7839 65.55 - 91 198.543 953 9 0 -97.3454 10.7846 64.15 - 91 98.3766 413 8 1 -97.3574 10.7993 35.55 - 91 111.563 953 8 0 -97.3586 10.8005 34.15 - 91 143.488 413 7 1 -97.3791 10.8273 5.55 - 91 158.124 953 7 0 -97.3797 10.8273 4.15 - 91 122.308 413 6 1 -97.3981 10.8242 -24.45 - 91 110.686 953 6 0 -97.4002 10.8256 -25.85 - 91 117.757 413 5 1 -97.4515 10.8465 -54.45 - 91 118.203 953 5 0 -97.4535 10.8485 -55.85 - 91 131.929 413 4 1 -97.4883 10.8948 -84.45 - 91 127.591 954 4 0 -97.4869 10.8985 -85.85 - 91 121.304 413 3 1 -97.4534 10.9849 -114.45 - 91 115.897 954 3 0 -97.4561 10.9893 -115.85 - 91 116.654 413 2 1 -97.5207 11.0793 -144.45 - 91 142.164 955 2 0 -97.5239 11.081 -145.85 - 91 146.836 412 1 1 -97.5886 11.1108 -174.45 - 91 124.794 955 1 0 -97.5903 11.1229 -175.85 - 91 128.979 412 0 1 -97.6112 11.3876 -204.45 - 91 97.9077 956 0 0 -97.6116 11.4063 -205.85 - 91 5.42991 932 0 1 6.45 82.7477 -204.704 - 91 3.52327 933 0 1 6.65 82.8679 -204.452 - 91 43.7818 146 0 0 -73.4498 -150.75 -206.076 - 91 218.56 1092 7 0 109.425 38.4534 3.75084 - 91 54.3559 1091 7 0 109.485 38.45 3.8172 - 91 90.0377 1366 7 0 -37.1172 93.5219 3.75 - 91 64.565 1365 7 0 -37.1352 93.35 3.94511 - 91 101.826 1364 7 0 -37.1419 93.1498 4.10746 - 91 92.8801 1363 7 0 -37.1829 92.95 4.13171 - 91 2.24291 694 7 1 -41.2433 93.0337 5.15002 - 91 73.4689 693 7 1 -41.25 93.0344 5.1531 - 91 174.575 692 7 1 -41.45 93.069 5.20277 - 91 532.886 954 9 0 -97.2742 10.85 63.8823 - 91 32.5319 415 9 1 -97.15 10.7897 65.3426 - 91 102.742 414 8 1 -97.2417 11.9678 35.5496 - 91 102.806 958 8 0 -97.2342 11.8157 34.15 - 91 163.033 422 7 1 -95.6649 8.91345 5.5499 - 91 121.493 945 7 0 -95.3008 9.11748 4.15 - 91 84.0161 463 6 1 -87.3061 13.499 -24.4501 - 91 62.2337 464 6 1 -87.25 13.5902 -24.6823 - 91 6.89262 969 6 0 -86.9441 14.0397 -25.8501 - 91 126.945 970 6 0 -86.9371 14.05 -25.8769 - 91 177.554 515 5 1 -77.0381 23.3091 -54.45 - 91 8.14264 1018 5 0 -76.638 23.8405 -55.85 - 91 147.555 1019 5 0 -76.6309 23.85 -55.8747 - 91 45.2011 571 4 1 -65.7011 33.792 -84.4509 - 91 81.6722 572 4 1 -65.65 33.8595 -84.6122 - 91 73.0662 1071 4 0 -65.2376 34.3612 -85.85 - 91 65.2664 1072 4 0 -65.1631 34.45 -86.0693 - 91 138.977 626 3 1 -54.7909 46.3415 -114.45 - 91 42.9723 627 3 1 -54.6496 46.5619 -114.748 - 91 46.2577 1136 3 0 -54.1172 47.3574 -115.85 - 91 123.382 1137 3 0 -54.0544 47.45 -115.975 - 91 363.947 698 2 1 -40.3751 66.8794 -144.45 - 91 28.8766 1239 2 0 -40.106 67.9754 -145.85 - 91 141.987 1240 2 0 -40.0844 68.0501 -145.947 - 91 8.76919 1241 2 0 -40.0303 68.25 -146.204 - 91 140.582 729 1 1 -34.1583 90.6258 -174.45 - 91 50.9382 1356 1 0 -33.8384 91.4602 -175.85 - 91 86.1222 1357 1 0 -33.8076 91.55 -175.994 - 91 142.349 766 0 1 -26.7052 111.62 -204.45 - 91 18.3025 1461 0 0 -27.231 112.511 -205.85 - 91 108.117 1462 0 0 -27.2577 112.55 -205.913 - 91 81.4296 560 4 1 -68.0284 32.5307 -84.45 - 91 55.4965 561 4 1 -67.8499 32.5343 -84.7435 - 91 190.08 1059 4 0 -67.2497 31.9835 -85.8501 - 91 186.173 960 4 0 -28.5122 12.1059 -86.25 - 91 61.1556 959 4 0 -28.4669 12.05 -86.1885 - 91 101.183 413 9 1 -97.35 10.7882 65.5059 - 91 128.608 398 8 1 -100.489 14.6805 35.5499 - 91 1.45251 397 8 1 -100.55 14.6078 35.1579 - 91 124.769 971 8 0 -100.643 14.3739 34.15 - 91 47.3293 390 7 1 -102.133 7.10766 5.55 - 91 75.7021 391 7 1 -101.874 7.56347 5.55 - 91 69.5959 392 7 1 -101.75 7.59866 5.485 - 91 72.4682 393 7 1 -101.55 7.66167 5.37042 - 91 59.4946 394 7 1 -101.35 7.72597 5.27225 - 91 17.2165 395 7 1 -101.15 7.78492 5.18198 - 91 185.625 942 7 0 -99.7634 8.47289 4.14952 - 91 225.819 943 7 0 -99.5712 8.65 4.0517 - 91 135.968 944 7 0 -99.3443 8.85017 4.0126 - 91 34.9691 404 7 1 -99.3175 8.34096 5.15 - 91 23.3746 403 7 1 -99.35 8.27694 5.19744 - 91 9.6732 940 7 0 -99.9027 8.24473 4.15 - 91 170.811 941 7 0 -99.9138 8.25002 4.13373 - 91 31.3471 408 7 1 -98.3934 8.28561 5.15 - 91 176.315 409 7 1 -98.35 8.2856 5.17982 -Number of digits in this event = 37 +Number of tracker hits in this event = 145 + 91 131.872 845 11 1 -10.9641 22.1447 125.55 + 91 200.995 1010 11 0 -10.9643 22.1453 124.15 + 91 125.96 845 10 1 -10.979 22.1585 95.55 + 91 129.509 1010 10 0 -10.9808 22.1587 94.15 + 91 144.583 845 9 1 -11.015 22.1638 65.55 + 91 137.624 1010 9 0 -11.0176 22.1622 64.15 + 91 171.416 844 8 1 -11.0699 22.1396 35.55 + 91 353.411 1010 8 0 -11.0726 22.1395 34.15 + 91 124.545 844 7 1 -11.1324 22.1315 5.55 + 91 171.917 1010 7 0 -11.1365 22.1326 4.15 + 91 415.486 844 6 1 -11.2271 22.1597 -24.45 + 91 341.68 1010 6 0 -11.2319 22.1606 -25.85 + 91 119.893 843 5 1 -11.3209 22.1927 -54.45 + 91 610.129 1010 5 0 -11.3247 22.1939 -55.85 + 91 480.75 843 4 1 -11.396 22.2152 -84.45 + 91 613.228 1010 4 0 -11.3984 22.2173 -85.85 + 91 667.943 843 3 1 -11.4453 22.2522 -114.45 + 91 284.076 1011 3 0 -11.4501 22.2509 -115.85 + 91 615.109 842 2 1 -11.5457 22.2256 -144.45 + 91 212.547 1010 2 0 -11.553 22.2211 -145.85 + 91 322.952 841 1 1 -11.6983 22.1343 -174.45 + 91 408.382 1010 1 0 -11.7032 22.129 -175.85 + 91 132.754 841 0 1 -11.8088 22.0009 -204.45 + 91 93.9536 1009 0 0 -11.8094 21.9915 -205.85 + 91 240.777 842 3 1 -11.4641 22.0584 -114.45 + 91 49.5161 1006 3 0 -11.5891 21.3486 -115.85 + 91 82.5683 1005 3 0 -11.6149 21.25 -116.02 + 91 96.9844 821 2 1 -15.6924 5.04674 -144.45 + 91 33.6278 820 2 1 -15.85 4.90163 -144.749 + 91 22.5553 921 2 0 -16.3576 4.28307 -145.85 + 91 158.986 920 2 0 -16.3849 4.25 -145.909 + 91 0.773407 919 2 0 -16.5305 4.05 -146.246 + 91 284.592 1010 3 0 -11.4133 22.1965 -115.85 + 91 130.9 846 2 1 -10.6731 22.5835 -144.45 + 91 165.661 1012 2 0 -10.7181 22.6134 -145.85 + 91 386.131 1016 1 0 -11.8918 23.2906 -175.85 + 91 105.755 828 0 1 -14.3517 23.9296 -204.45 + 91 134.726 1019 0 0 -14.3855 24.0058 -205.85 + 91 108.586 846 5 1 -10.8162 22.0592 -54.45 + 91 158.08 838 4 1 -12.2691 22.8769 -84.45 + 91 136.022 1014 4 0 -12.3553 22.8984 -85.85 + 91 265.181 829 3 1 -14.0841 23.5124 -114.45 + 91 377.913 1017 3 0 -14.196 23.4616 -115.85 + 91 25.3382 1016 3 0 -14.2214 23.45 -116.164 + 91 129.234 817 2 1 -16.5245 22.3792 -144.45 + 91 171.242 1011 2 0 -16.6177 22.3484 -145.85 + 91 136.357 807 1 1 -18.4975 22.1537 -174.45 + 91 185.547 797 0 1 -20.6108 22.1199 -204.45 + 91 113.624 1010 0 0 -20.6991 22.1054 -205.85 + 91 52.6736 1336 3 1 87.25 71.3665 -114.641 + 91 187.197 1337 3 1 87.45 71.4627 -114.491 + 91 124.966 852 0 1 -9.51487 -60.2208 -204.85 + 91 66.6079 851 0 1 -9.65003 -60.423 -204.656 + 91 307.629 832 3 1 -13.5201 23.5585 -114.45 + 91 60.3975 1018 3 0 -14.3734 23.65 -116.174 + 91 8.90867 1605 3 0 -74.0665 141.315 -116.25 + 91 47.411 1606 3 0 -74.0725 141.35 -116.246 + 91 82.5934 1607 3 0 -74.1151 141.55 -116.226 + 91 4.29125 1608 3 0 -74.1964 141.75 -116.246 + 91 113.463 848 2 1 -10.3381 23.2143 -144.45 + 91 79.9488 849 2 1 -10.25 23.1968 -144.73 + 91 315.614 1015 2 0 -9.88145 23.135 -145.85 + 91 92.5718 901 1 1 0.340624 22.3178 -174.45 + 91 41.3179 902 1 1 0.45 22.3425 -174.747 + 91 120.3 1012 1 0 0.887115 22.4503 -175.85 + 91 130.279 954 0 1 10.8582 24.2732 -204.45 + 91 349.547 1020 0 0 10.8934 24.1872 -205.85 + 91 77.7617 579 2 1 -64.05 -70.0377 -144.781 + 91 129.64 844 5 1 -11.2348 22.2161 -54.45 + 91 256.836 1011 4 0 -11.3637 22.2944 -85.85 + 91 108.606 1000 2 0 -11.5759 20.1709 -145.85 + 91 479.815 842 1 1 -11.451 13.7214 -174.45 + 91 124.771 968 1 0 -11.578 13.7562 -175.85 + 91 129.335 830 0 1 -13.9576 13.0972 -204.45 + 91 238.664 964 0 0 -13.8877 12.927 -205.85 + 91 134.669 1012 3 0 -11.4042 22.5111 -115.85 + 91 252.761 843 2 1 -11.3437 22.4709 -144.45 + 91 136.119 845 1 1 -10.9086 22.1019 -174.45 + 91 435.359 849 0 1 -10.1728 21.5995 -204.45 + 91 143.87 1007 0 0 -10.1483 21.5544 -205.85 + 91 236.793 850 2 1 -9.97843 158.379 -144.45 + 91 382.218 851 2 1 -9.85 158.464 -144.767 + 91 194.879 1373 5 0 -15.1876 94.9153 -56.25 + 91 226.575 1374 5 0 -15.2059 94.95 -56.2213 + 91 106.734 962 0 1 12.5172 17.4791 -204.85 + 91 59.483 788 1 0 24.708 -22.25 -175.909 + 91 24.5454 963 0 1 12.65 17.4638 -204.811 + 91 354.351 856 0 1 -8.85 21.8801 -204.81 + 91 132.152 853 0 1 -9.45 21.5741 -204.457 + 91 93.232 854 0 1 -9.25 21.8134 -204.569 + 91 84.2103 855 0 1 -9.05 22.1183 -204.584 + 91 348.538 857 0 1 -8.64989 22.7602 -204.773 + 91 215.506 858 0 1 -8.45 23.2971 -204.626 + 91 237.667 1024 0 0 -8.89218 24.9116 -205.85 + 91 168.538 995 0 0 -2.9601 19.25 -206.173 + 91 131.605 996 0 0 -2.68251 19.25 -206.249 + 91 157.458 1003 2 0 -9.99617 20.8234 -145.85 + 91 109.277 855 1 1 -8.95307 18.5743 -174.45 + 91 149.115 991 1 0 -8.98334 18.2958 -175.85 + 91 103.548 990 1 0 -8.99058 18.25 -176.102 + 91 178.152 850 0 1 -9.93771 12.9382 -204.451 + 91 7.31607 963 0 0 -10.1107 12.6558 -205.85 + 91 133.646 962 0 0 -10.1144 12.65 -205.879 + 91 155.675 856 1 1 -8.73121 18.6408 -174.45 + 91 48.3464 857 1 1 -8.65 18.6306 -174.685 + 91 32.7044 993 1 0 -8.30966 18.7237 -175.85 + 91 71.355 992 1 0 -8.2802 18.65 -175.918 + 91 57.9352 989 1 0 -8.29323 18.0498 -176.073 + 91 86.1461 988 1 0 -8.27833 17.8499 -176.019 + 91 69.2564 987 1 0 -8.39915 17.6498 -176.057 + 91 57.408 986 1 0 -8.57062 17.45 -176.155 + 91 184.642 272 2 0 133.396 -125.682 -146.25 + 91 61.1235 845 5 1 -10.9451 22.1531 -54.7404 + 91 130.246 845 4 1 -10.9245 22.1476 -84.45 + 91 138.5 1013 3 0 -11.3494 22.7618 -115.85 + 91 113.259 844 2 1 -11.2193 23.3077 -144.45 + 91 115.1 1016 2 0 -11.229 23.309 -145.85 + 91 117.401 843 1 1 -11.3657 23.4264 -174.45 + 91 189.449 842 0 1 -11.5578 23.3643 -204.45 + 91 106.685 1016 0 0 -11.5475 23.3651 -205.85 + 91 38.1123 846 0 1 -10.6613 24.2608 -204.45 + 91 87.8515 847 0 1 -10.65 24.2478 -204.562 + 91 101.2 848 0 1 -10.4329 24.1313 -204.45 + 91 94.8171 1018 0 0 -8.56486 23.747 -205.85 + 91 79.7468 1017 0 0 -8.29965 23.6499 -206.111 + 91 116.693 1017 2 0 -11.5328 23.459 -145.85 + 91 117.144 847 1 1 -10.6023 25.0734 -174.45 + 91 123.428 1025 1 0 -10.6915 25.1472 -175.85 + 91 67.7247 843 0 1 -11.4104 27.1176 -204.451 + 91 27.2537 1035 0 0 -11.6426 27.2422 -205.85 + 91 126.817 1036 0 0 -11.6574 27.25 -205.94 + 91 265.747 955 0 0 -19.4753 11.1204 -206.25 + 91 16.5382 954 0 0 -19.5405 11.05 -206.216 + 91 119.784 1002 1 0 -11.3566 20.5752 -175.85 + 91 172.582 865 0 1 -6.9731 16.4761 -204.45 + 91 119.976 981 0 0 -6.80093 16.3185 -205.851 + 91 108.712 844 4 1 -11.1809 22.041 -84.45 + 91 119.288 1009 4 0 -11.2187 21.9592 -85.85 + 91 100.697 841 3 1 -11.8153 20.2961 -114.45 + 91 123.035 1000 3 0 -11.805 20.2263 -115.85 + 91 117.604 991 2 0 -11.4769 18.3356 -145.85 + 91 112.839 983 1 0 -11.8497 16.6777 -175.85 + 91 164.09 826 0 1 -14.7657 15.7005 -204.45 + 91 1.31123 978 0 0 -14.9654 15.6502 -205.85 + 91 111.712 977 0 0 -14.966 15.65 -205.855 +Number of digits in this event = 84 Using G4ParticleGun ... -4.68662 LIN +9.97244 LIN e- Event: 92 -Number of tracker hits in this event = 31 - 92 137.447 1269 10 1 73.9183 -85.994 95.55 - 92 168.483 470 10 0 73.9174 -85.9922 94.15 - 92 122.924 1269 9 1 73.8978 -85.9528 65.55 - 92 99.7329 470 9 0 73.8966 -85.9534 64.15 - 92 147.66 1269 8 1 73.8659 -85.9687 35.55 - 92 129.589 470 8 0 73.8645 -85.9676 34.15 - 92 132.089 1268 7 1 73.8306 -85.9404 5.55 - 92 197.079 470 7 0 73.8289 -85.9419 4.15 - 92 136.505 1268 6 1 73.7983 -85.9733 -24.45 - 92 113.608 470 6 0 73.7961 -85.9734 -25.85 - 92 107.641 1268 5 1 73.7561 -85.9794 -54.45 - 92 151.1 470 5 0 73.7546 -85.9791 -55.85 - 92 138.22 1268 4 1 73.7181 -85.9742 -84.45 - 92 154.908 470 4 0 73.7164 -85.9764 -85.85 - 92 118.502 1268 3 1 73.6788 -86.0163 -114.45 - 92 103.139 470 3 0 73.6779 -86.0188 -115.85 - 92 113.507 1268 2 1 73.6564 -86.0602 -144.45 - 92 128.802 469 2 0 73.6556 -86.0611 -145.85 - 92 151.919 1267 1 1 73.6311 -86.0809 -174.45 - 92 124.615 469 1 0 73.6219 -86.0795 -175.85 - 92 117.541 1267 0 1 73.4778 -86.0187 -204.45 - 92 133.501 470 0 0 73.4692 -86.0242 -205.85 - 92 129.958 1490 0 1 118.263 -51.9048 -204.85 - 92 30.1153 1625 0 0 34.2617 145.255 -206.25 - 92 70.6076 1626 0 0 34.2403 145.35 -206.171 - 92 59.1532 1627 0 0 34.1846 145.55 -206.174 - 92 72.6611 1628 0 0 34.1491 145.75 -206.142 - 92 93.0991 1629 0 0 34.0372 145.95 -206.18 - 92 173.64 1630 0 0 33.8771 146.15 -206.117 - 92 88.9478 1067 0 1 33.4571 144.907 -204.85 - 92 111.552 1066 0 1 33.45 144.895 -204.83 -Number of digits in this event = 19 +Number of tracker hits in this event = 114 + 92 146.225 709 11 1 -38.102 -61.7613 125.55 + 92 100.411 591 11 0 -38.1015 -61.7611 124.15 + 92 104.589 709 10 1 -38.0919 -61.7583 95.55 + 92 151.397 591 10 0 -38.0915 -61.7588 94.15 + 92 138.786 709 9 1 -38.0803 -61.7686 65.55 + 92 140.775 591 9 0 -38.08 -61.7697 64.15 + 92 131.875 709 8 1 -38.0765 -61.793 35.55 + 92 211.408 591 8 0 -38.0767 -61.7939 34.15 + 92 553.879 709 7 1 -38.0801 -61.812 5.55 + 92 468.373 591 7 0 -38.0797 -61.8134 4.15 + 92 121.268 709 6 1 -38.073 -61.8449 -24.45 + 92 154.125 591 6 0 -38.0728 -61.8466 -25.85 + 92 353.038 709 5 1 -38.0687 -61.8815 -54.45 + 92 170.472 590 5 0 -38.0688 -61.8847 -55.85 + 92 410.427 709 4 1 -38.071 -61.9503 -84.45 + 92 251.762 590 4 0 -38.0709 -61.9554 -85.85 + 92 704.643 709 3 1 -38.0823 -62.0665 -114.45 + 92 112.398 589 3 0 -38.0832 -62.0752 -115.85 + 92 627.224 709 2 1 -38.1088 -62.2582 -144.45 + 92 122.504 588 2 0 -38.1079 -62.2696 -145.85 + 92 341.36 709 1 1 -38.0827 -62.488 -174.45 + 92 157.687 587 1 0 -38.0847 -62.5038 -175.85 + 92 224.107 709 0 1 -38.1202 -62.8085 -204.45 + 92 101.486 586 0 0 -38.1236 -62.8267 -205.85 + 92 75.6736 780 7 0 -61.6665 -23.9164 3.75 + 92 45.4857 589 4 0 -38.2294 -62.2318 -85.85 + 92 104.942 588 4 0 -38.2411 -62.25 -85.9429 + 92 145.921 694 3 1 -41.125 -69.3724 -114.45 + 92 66.008 549 3 0 -41.2467 -70.1428 -115.85 + 92 93.8482 548 3 0 -41.2636 -70.25 -116.053 + 92 138.866 682 2 1 -43.5089 -85.3055 -144.45 + 92 10.0451 470 2 0 -43.5194 -86.0329 -145.85 + 92 130.882 469 2 0 -43.5197 -86.0502 -145.885 + 92 3.05829 682 1 1 -43.6472 -101.466 -174.45 + 92 150.584 681 1 1 -43.65 -101.472 -174.458 + 92 98.3438 389 1 0 -44.4429 -102.228 -175.85 + 92 42.4237 388 1 0 -44.5963 -102.35 -176.1 + 92 123.751 594 0 1 -61.099 -115.194 -204.45 + 92 3.6447 593 0 1 -61.25 -115.292 -204.847 + 92 1.77119 323 0 0 -61.6378 -115.548 -205.85 + 92 111.283 322 0 0 -61.6403 -115.55 -205.856 + 92 8.3898 140 1 0 -56.5405 -152.093 -176.25 + 92 437.921 590 3 0 -38.083 -61.964 -115.85 + 92 209.586 590 2 0 -38.1209 -62.0224 -145.85 + 92 243.225 590 1 0 -38.2011 -62.0053 -175.85 + 92 157.881 702 0 1 -39.4861 -63.0802 -204.45 + 92 14.6394 582 0 0 -39.8838 -63.6312 -205.85 + 92 160.246 581 0 0 -39.8962 -63.65 -205.897 + 92 335.926 708 0 1 -38.2791 -61.9021 -204.45 + 92 637.433 590 0 0 -38.2798 -61.8936 -205.85 + 92 113.252 589 2 0 -38.0979 -62.1457 -145.85 + 92 140.426 707 1 1 -38.5291 -65.0866 -174.45 + 92 111.691 574 1 0 -38.7853 -65.1471 -175.85 + 92 203.323 676 0 1 -44.7879 -68.1317 -204.45 + 92 74.9933 675 0 1 -44.85 -68.2248 -204.834 + 92 98.6262 557 0 0 -44.9733 -68.4899 -205.85 + 92 52.9993 566 0 0 -44.895 -66.8091 -205.85 + 92 71.5419 567 0 0 -44.9023 -66.6499 -205.977 + 92 75.9741 568 0 0 -44.8966 -66.45 -206.157 + 92 34.929 951 0 0 -29.8166 10.3568 -206.25 + 92 56.9727 952 0 0 -29.7975 10.45 -206.236 + 92 73.6163 953 0 0 -29.7498 10.65 -206.221 + 92 15.7576 954 0 0 -29.7457 10.85 -206.234 + 92 114.969 591 2 0 -38.0529 -61.7944 -145.85 + 92 160.422 710 1 1 -37.9678 -61.827 -174.45 + 92 120.557 591 1 0 -37.9583 -61.831 -175.85 + 92 128.863 711 0 1 -37.8046 -61.8833 -204.45 + 92 14.9995 383 7 1 -103.467 95.3651 5.15 + 92 174.185 382 7 1 -103.55 95.492 5.40451 + 92 141.84 711 2 1 -37.6894 -61.3995 -144.45 + 92 126.923 593 2 0 -37.6211 -61.3596 -145.85 + 92 43.3557 719 1 1 -36.0648 -60.4069 -174.45 + 92 66.9164 720 1 1 -36.05 -60.3976 -174.656 + 92 253.768 598 1 0 -35.9604 -60.3461 -175.85 + 92 109.363 731 0 1 -33.7403 -59.1217 -204.45 + 92 125.756 604 0 0 -33.6472 -59.07 -205.85 + 92 101.737 708 6 1 -38.2594 -62.2388 -24.45 + 92 264.397 588 6 0 -38.2701 -62.2516 -25.8507 + 92 146.576 587 5 0 -38.3035 -62.4807 -55.8501 + 92 112.42 700 4 1 -39.9528 -61.9346 -84.45 + 92 0.256612 591 4 0 -40.2049 -61.85 -86.2481 + 92 111.297 679 3 1 -44.0627 -60.5167 -114.45 + 92 24.7639 597 3 0 -44.196 -60.4547 -115.85 + 92 99.3197 598 3 0 -44.2066 -60.45 -115.96 + 92 171.905 665 2 1 -46.9791 -59.223 -144.45 + 92 104.965 604 2 0 -47.1579 -59.2105 -145.85 + 92 43.3136 646 1 1 -50.8316 -58.6776 -174.451 + 92 67.8589 645 1 1 -50.85 -58.6651 -174.58 + 92 191.882 607 1 0 -51.0353 -58.5372 -175.85 + 92 77.7345 624 0 1 -55.2239 -55.8201 -204.45 + 92 49.6509 623 0 1 -55.25 -55.7783 -204.735 + 92 104.365 622 0 0 -55.359 -55.5913 -205.85 + 92 148.346 585 3 0 -39.6132 -63.034 -115.85 + 92 43.6159 584 3 0 -39.8061 -63.05 -116.201 + 92 318.825 610 3 0 -164.365 -57.9578 -116.25 + 92 157.832 711 6 1 -37.8259 -62.3476 -24.45 + 92 107.68 713 5 1 -37.3438 -63.2406 -54.45 + 92 171.985 583 5 0 -37.294 -63.2851 -55.85 + 92 11.4424 718 4 1 -36.2528 -64.0951 -84.45 + 92 79.4625 719 4 1 -36.25 -64.0974 -84.5051 + 92 129.845 579 4 0 -36.185 -64.1489 -85.85 + 92 223.607 725 3 1 -34.8664 -65.2752 -114.45 + 92 92.5586 573 3 0 -34.8569 -65.3863 -115.85 + 92 137.185 727 2 1 -34.649 -67.7675 -144.45 + 92 120.746 560 2 0 -34.6522 -67.8639 -145.85 + 92 109.923 726 1 1 -34.755 -70.0569 -174.45 + 92 172.252 549 1 0 -34.7644 -70.1471 -175.85 + 92 116.332 725 0 1 -34.9878 -72.125 -204.45 + 92 104.887 538 0 0 -34.9716 -72.2633 -205.85 + 92 85.2643 710 7 1 -38.05 -61.7635 5.49912 + 92 76.2066 711 7 1 -37.85 -61.8902 5.49636 + 92 121.282 712 7 1 -37.6499 -61.9359 5.48369 + 92 208.407 713 7 1 -37.45 -62.0124 5.50894 + 92 48.9906 708 7 1 -38.25 -61.6776 5.46848 +Number of digits in this event = 60 Using G4ParticleGun ... -7.52068 LIN +6.97559 LIN e- Event: 93 -Number of tracker hits in this event = 23 - 93 68.1785 1066 9 1 33.2973 -130.827 65.3886 - 93 109.31 246 9 0 33.2973 -130.827 64.15 - 93 171.671 1066 8 1 33.2984 -130.825 35.55 - 93 138.374 246 8 0 33.2977 -130.825 34.15 - 93 130.403 1066 7 1 33.2835 -130.824 5.55 - 93 113.324 246 7 0 33.282 -130.823 4.15 - 93 118.33 1065 6 1 33.2483 -130.8 -24.45 - 93 97.0029 246 6 0 33.2459 -130.799 -25.85 - 93 147.39 1065 5 1 33.1957 -130.773 -54.45 - 93 112.276 246 5 0 33.1932 -130.771 -55.85 - 93 347.449 1065 4 1 33.149 -130.731 -84.45 - 93 131.036 247 4 0 33.1475 -130.729 -85.85 - 93 137.84 1065 3 1 33.1213 -130.684 -114.45 - 93 137.839 247 3 0 33.1201 -130.681 -115.85 - 93 105.715 1065 2 1 33.0954 -130.626 -144.45 - 93 115.703 247 2 0 33.0951 -130.621 -145.85 - 93 112.364 1065 1 1 33.0988 -130.518 -174.45 - 93 165.605 248 1 0 33.0994 -130.513 -175.85 - 93 135.607 1065 0 1 33.1171 -130.417 -204.45 - 93 98.5143 248 0 0 33.1175 -130.412 -205.85 - 93 162.972 246 4 0 33.123 -130.75 -86.0854 - 93 31.9653 245 4 0 32.9947 -130.95 -85.9413 - 93 56.4638 1064 4 1 32.9823 -131.544 -84.8498 -Number of digits in this event = 14 -Using G4ParticleGun ... -5.79801 LIN +Number of tracker hits in this event = 118 + 93 151.224 968 9 1 13.7129 131.05 65.55 + 93 165.753 1554 9 0 13.7126 131.051 64.15 + 93 150.657 968 8 1 13.7079 131.065 35.55 + 93 101.597 1554 8 0 13.7072 131.067 34.15 + 93 137.198 968 7 1 13.6887 131.104 5.55 + 93 119.334 1554 7 0 13.6876 131.105 4.15 + 93 414.563 968 6 1 13.6752 131.145 -24.45 + 93 279.177 1554 6 0 13.6737 131.147 -25.85 + 93 129.831 967 5 1 13.6433 131.191 -54.45 + 93 234.389 1555 5 0 13.6432 131.194 -55.85 + 93 179.642 967 4 1 13.6425 131.25 -84.45 + 93 116.998 1555 4 0 13.6439 131.253 -85.85 + 93 575.79 968 3 1 13.6756 131.325 -114.45 + 93 186.979 1555 3 0 13.6776 131.331 -115.85 + 93 138.227 968 2 1 13.7166 131.448 -144.45 + 93 162.137 1556 2 0 13.7184 131.455 -145.85 + 93 480.79 968 1 1 13.7566 131.599 -174.45 + 93 158.963 1557 1 0 13.7587 131.606 -175.85 + 93 150.749 968 0 1 13.8097 131.743 -204.45 + 93 179.766 1557 0 0 13.8114 131.749 -205.85 + 93 42.2705 1558 0 0 13.8117 131.75 -206.096 + 93 225.107 1564 1 0 -81.5467 132.952 -176.25 + 93 379.195 1565 1 0 -81.9475 133.15 -176.194 + 93 152.954 1566 1 0 -82.5776 133.35 -176.006 + 93 64.646 885 0 1 -3.02054 137.879 -204.45 + 93 126.546 884 0 1 -3.05 138.017 -204.629 + 93 79.1969 883 0 1 -3.2501 138.301 -204.768 + 93 63.8992 882 0 1 -3.45 138.53 -204.832 + 93 32.8156 1599 0 0 -7.80958 140.119 -205.85 + 93 83.5949 1600 0 0 -7.87446 140.15 -205.86 + 93 90.1401 1601 0 0 -8.13919 140.35 -206.002 + 93 75.98 1602 0 0 -8.32976 140.55 -206.078 + 93 216.158 1714 0 0 -22.5221 163.064 -206.25 + 93 155.348 1715 0 0 -22.5344 163.15 -205.957 + 93 10.7493 785 0 1 -22.913 165.675 -204.85 + 93 24.8798 1734 0 0 -25.0428 167.015 -205.85 + 93 13.4326 768 0 1 -26.4365 165.115 -204.85 + 93 15.5715 767 0 1 -26.4501 165.101 -204.843 + 93 78.1773 1728 0 0 -26.8452 165.808 -205.85 + 93 467.124 1556 3 0 13.6988 131.443 -115.85 + 93 116.587 970 2 1 14.0528 134.077 -144.45 + 93 163.582 1570 2 0 14.0664 134.205 -145.85 + 93 135.594 1584 1 0 13.5826 137.066 -175.85 + 93 116.419 961 0 1 12.3506 141.981 -204.45 + 93 114.185 1610 0 0 12.4067 142.221 -205.85 + 93 103.104 969 1 1 13.85 136.695 -174.519 + 93 33.0496 1585 1 0 13.4082 137.282 -175.85 + 93 87.7156 1586 1 0 13.3981 137.35 -175.95 + 93 197.132 1587 1 0 13.5163 137.55 -176.055 + 93 106.112 969 2 1 13.9772 131.965 -144.45 + 93 215.403 1559 2 0 13.9981 132.046 -145.85 + 93 133.81 973 1 1 14.7778 133.091 -174.45 + 93 18.4182 974 1 1 14.85 133.172 -174.81 + 93 57.0489 1005 0 1 21.1973 141.175 -204.45 + 93 77.7003 1006 0 1 21.25 141.219 -204.633 + 93 61.2718 1606 0 0 21.5987 141.508 -205.85 + 93 65.4918 1607 0 0 21.6478 141.55 -206.024 + 93 28.5584 1555 6 0 13.6102 131.15 -26.1191 + 93 69.4367 960 5 1 12.0864 132.251 -54.45 + 93 38.7834 959 5 1 12.05 132.281 -54.7131 + 93 130.469 1561 5 0 11.8805 132.397 -55.85 + 93 45.9507 937 4 1 7.47649 135.105 -84.45 + 93 73.7615 936 4 1 7.45 135.125 -84.6171 + 93 134.936 1575 4 0 7.23659 135.291 -85.8513 + 93 212.88 911 3 1 2.34731 139.129 -114.45 + 93 108.068 1595 3 0 2.07464 139.272 -115.85 + 93 127.011 884 2 1 -3.17877 142.609 -144.45 + 93 146.268 1612 2 0 -3.40737 142.629 -145.85 + 93 106.994 858 1 1 -8.33113 142.863 -174.45 + 93 482.256 1613 1 0 -8.53901 142.881 -175.85 + 93 107.575 836 0 1 -12.7437 143.154 -204.45 + 93 125.678 1615 0 0 -12.9332 143.242 -205.85 + 93 132.654 1455 3 1 111.291 3.23844 -114.45 + 93 85.5829 1456 3 1 111.35 3.06818 -114.521 + 93 138.29 1457 3 1 111.55 3.053 -114.518 + 93 76.5696 1614 1 0 -8.68783 142.95 -176.087 + 93 116.564 966 5 1 13.3696 131.309 -54.45 + 93 179.228 965 4 1 13.1173 131.073 -84.45 + 93 402.205 1554 4 0 13.0737 131.06 -85.85 + 93 128.978 960 3 1 12.1983 130.445 -114.45 + 93 123.132 1551 3 0 12.1573 130.413 -115.85 + 93 119.173 955 2 1 11.2223 129.648 -144.45 + 93 211.236 1547 2 0 11.1438 129.624 -145.85 + 93 153.148 948 1 1 9.67026 129.422 -174.45 + 93 29.5329 1546 1 0 9.60493 129.541 -175.85 + 93 235.199 1547 1 0 9.59953 129.55 -175.958 + 93 10.373 941 0 1 8.2548 131.441 -204.45 + 93 120.999 940 0 1 8.25 131.44 -204.482 + 93 426.917 1556 0 0 8.06615 131.412 -205.85 + 93 56.5351 1557 3 0 13.7703 131.55 -116.238 + 93 3.05024 962 2 1 12.4532 133.208 -144.45 + 93 101.773 961 2 1 12.45 133.207 -144.461 + 93 107.449 1564 2 0 12.0175 133.036 -145.85 + 93 135.959 920 1 1 4.11748 129.881 -174.45 + 93 81.7158 919 1 1 4.05 129.848 -174.654 + 93 25.5097 864 0 1 -7.2187 124.895 -204.451 + 93 87.6467 863 0 1 -7.25 124.901 -204.536 + 93 141.379 1524 0 0 -7.74469 124.979 -205.85 + 93 119.558 965 3 1 13.2283 131.461 -114.45 + 93 111.385 960 2 1 12.1884 133.254 -144.45 + 93 155.856 1566 2 0 12.157 133.377 -145.85 + 93 121.345 956 1 1 11.3284 135.873 -174.45 + 93 169.277 1579 1 0 11.0867 135.957 -175.85 + 93 97.2331 928 0 1 5.80108 137.686 -204.45 + 93 132.373 1588 0 0 5.48012 137.872 -205.85 + 93 165.269 967 9 1 13.65 131.056 65.2632 + 93 155.907 967 1 1 13.6347 131.125 -174.45 + 93 25.2124 1551 1 0 13.9187 130.405 -175.85 + 93 85.6779 1550 1 0 13.9423 130.35 -175.959 + 93 157.676 1002 0 1 20.6251 114.729 -204.451 + 93 175.791 1003 0 1 20.65 114.553 -204.603 + 93 18.3071 1464 0 0 20.8081 113.015 -205.85 + 93 66.5305 1463 0 0 20.8163 112.949 -205.902 + 93 84.2702 1462 0 0 20.8314 112.75 -206.052 + 93 38.1585 1461 0 0 20.8364 112.55 -206.193 + 93 131.471 1554 1 0 13.6292 131.015 -175.85 + 93 104.971 971 0 1 14.3351 127.259 -204.45 + 93 123.278 1534 0 0 14.4017 127.149 -205.85 +Number of digits in this event = 62 +Using G4ParticleGun ... +4.8002 LIN e- Event: 94 -Number of tracker hits in this event = 90 - 94 117.083 1377 10 1 95.7138 8.06918 95.55 - 94 248.229 940 10 0 95.7144 8.06966 94.15 - 94 120.653 1377 9 1 95.724 8.16056 65.55 - 94 151.802 940 9 0 95.7252 8.16364 64.15 - 94 121.131 1377 8 1 95.7489 8.22866 35.55 - 94 131.936 940 8 0 95.7502 8.23304 34.15 - 94 160.93 1378 7 1 95.767 8.3262 5.55 - 94 346.935 941 7 0 95.7663 8.3319 4.15 - 94 99.359 1378 6 1 95.752 8.43619 -24.45 - 94 127.325 941 6 0 95.7526 8.44043 -25.85 - 94 97.0915 1378 5 1 95.7824 8.52062 -54.45 - 94 364.617 942 5 0 95.7827 8.52739 -55.85 - 94 126.983 1378 4 1 95.7791 8.66381 -84.45 - 94 443.512 943 4 0 95.7799 8.66969 -85.85 - 94 133.825 1378 3 1 95.8058 8.78398 -114.45 - 94 161.248 943 3 0 95.806 8.79226 -115.85 - 94 125.967 1378 2 1 95.816 8.96415 -144.45 - 94 156.109 944 2 0 95.8163 8.97308 -145.85 - 94 129.937 1378 1 1 95.816 9.15145 -174.45 - 94 128.05 945 1 0 95.8174 9.16261 -175.85 - 94 94.5466 1378 0 1 95.8521 9.39623 -204.45 - 94 149.06 946 0 0 95.8444 9.40856 -205.85 - 94 22.0315 1261 2 1 72.3435 65.3354 -144.85 - 94 62.6439 1275 2 1 75.05 64.9533 -144.478 - 94 260.538 1260 2 1 72.2498 65.5041 -144.559 - 94 176.551 807 1 1 -18.45 141.417 -174.5 - 94 195.592 942 4 0 95.7981 8.64993 -86.0252 - 94 257.114 1377 5 1 95.7434 8.56016 -54.45 - 94 107.638 1380 4 1 96.2431 8.58014 -84.45 - 94 112.665 1386 3 1 97.4444 6.33938 -114.45 - 94 91.9187 931 3 0 97.6292 6.26168 -115.85 - 94 36.0928 930 3 0 97.6604 6.25 -116.09 - 94 113.15 1404 2 1 101.074 4.81066 -144.45 - 94 151.876 923 2 0 101.172 4.7714 -145.85 - 94 100.056 1417 1 1 103.674 4.54985 -174.45 - 94 110.675 922 1 0 103.774 4.58387 -175.85 - 94 104.734 1428 0 1 105.763 4.98681 -204.45 - 94 110.344 924 0 0 105.753 4.9092 -205.85 - 94 213.707 1441 3 1 108.393 114.1 -114.85 - 94 93.0455 925 0 0 105.789 5.05 -205.87 - 94 293.871 1390 0 1 98.2992 8.70696 -204.45 - 94 102.263 943 0 0 98.3131 8.70458 -205.85 - 94 108.206 942 0 0 98.3969 8.5998 -205.85 - 94 132.229 1377 4 1 95.5572 8.7283 -84.45 - 94 129.908 1375 3 1 95.2678 8.95806 -114.45 - 94 114.347 944 3 0 95.2415 8.95241 -115.85 - 94 125.34 1374 2 1 95.0317 8.83345 -144.45 - 94 131.308 943 2 0 95.0508 8.75302 -145.85 - 94 132.884 1376 1 1 95.4348 7.21044 -174.45 - 94 116.209 935 1 0 95.4652 7.16093 -175.85 - 94 441.047 1380 0 1 96.3393 5.95764 -204.45 - 94 37.8168 1381 0 1 96.35 5.94309 -204.677 - 94 64.3 929 0 0 96.4087 5.86689 -205.85 - 94 50.3145 928 0 0 96.4217 5.85 -206.111 - 94 59.483 1129 3 1 46.05 12.3967 -114.687 - 94 85.4952 1646 10 0 19.4285 149.515 93.7501 - 94 193.797 1645 10 0 19.3646 149.35 93.8433 - 94 59.483 1225 9 0 28.1465 65.05 64.0694 - 94 24.7904 939 10 0 95.7161 8.05 93.8163 - 94 126.976 1378 9 1 95.883 6.20165 65.55 - 94 163.226 930 9 0 95.9175 6.19343 64.15 - 94 242.096 1381 8 1 96.5426 5.9335 35.55 - 94 139.311 928 8 0 96.4972 5.7869 34.15 - 94 105.883 1373 7 1 94.8502 2.32143 5.55 - 94 170.819 910 7 0 94.809 2.12427 4.15 - 94 108.312 1369 6 1 94.1075 -2.35603 -24.45 - 94 144.713 886 6 0 94.1173 -2.66988 -25.85 - 94 119.902 1371 5 1 94.4948 -8.83902 -54.45 - 94 93.7425 854 5 0 94.5219 -9.17879 -55.85 - 94 30.2338 853 5 0 94.5232 -9.25 -56.1504 - 94 116.533 1371 4 1 94.5056 -16.0425 -84.45 - 94 100.621 818 4 0 94.5924 -16.318 -85.85 - 94 126.687 1379 3 1 96.0508 -22.1126 -114.45 - 94 3.37907 789 3 0 96.1202 -22.2488 -115.85 - 94 133.097 788 3 0 96.1208 -22.25 -115.863 - 94 130.105 1387 2 1 97.584 -24.9344 -144.45 - 94 121.404 775 2 0 97.5564 -24.9939 -145.85 - 94 111.381 1384 1 1 97.0678 -26.46 -174.45 - 94 155.039 768 1 0 97.0044 -26.3633 -175.85 - 94 109.691 1379 0 1 96.1167 -24.5668 -204.45 - 94 137.771 777 0 0 96.064 -24.5047 -205.85 - 94 58.7864 751 2 0 96.6079 -29.65 -145.884 - 94 163.303 752 2 0 96.6022 -29.65 -146.034 - 94 20.5394 982 7 0 60.8832 16.4697 3.75008 - 94 123.029 981 7 0 60.8392 16.45 3.80006 - 94 13.5643 1203 7 1 60.6872 16.1518 5.15 - 94 231.436 1202 7 1 60.65 16.1283 5.19001 - 94 322.102 976 7 0 60.9439 15.2617 4.15 - 94 27.3118 975 7 0 60.9488 15.25 4.13207 - 94 38.3409 977 7 0 61.1381 15.45 4.11468 -Number of digits in this event = 51 -Using G4ParticleGun ... -3.6689 LIN +Number of tracker hits in this event = 38 + 94 54.5143 301 9 0 -63.7174 -119.795 63.9473 + 94 118.623 581 8 1 -63.7138 -119.792 35.55 + 94 129.744 301 8 0 -63.7126 -119.792 34.15 + 94 114.076 581 7 1 -63.6867 -119.801 5.55 + 94 124.666 301 7 0 -63.6848 -119.802 4.15 + 94 122.785 581 6 1 -63.659 -119.82 -24.45 + 94 102.894 301 6 0 -63.6618 -119.821 -25.85 + 94 149.317 581 5 1 -63.7117 -119.837 -54.45 + 94 113.848 301 5 0 -63.7131 -119.84 -55.85 + 94 101.811 581 4 1 -63.7514 -119.89 -84.45 + 94 153.244 301 4 0 -63.7553 -119.892 -85.85 + 94 130.653 581 3 1 -63.8482 -119.958 -114.45 + 94 116.821 300 3 0 -63.8544 -119.958 -115.85 + 94 154.844 580 2 1 -64.0099 -119.982 -144.45 + 94 112.256 300 2 0 -64.0082 -119.976 -145.85 + 94 119.888 580 1 1 -63.9744 -119.759 -174.45 + 94 108.521 302 1 0 -63.9946 -119.748 -175.85 + 94 93.216 577 0 1 -64.5238 -119.47 -204.45 + 94 108.352 303 0 0 -64.5415 -119.476 -205.85 + 94 6.21817 225 2 0 -96.7321 -135.141 -145.85 + 94 39.0677 430 0 1 -94.0414 -68.3449 -204.45 + 94 84.1971 429 0 1 -94.15 -68.3482 -204.516 + 94 69.2168 428 0 1 -94.35 -68.421 -204.623 + 94 83.531 427 0 1 -94.55 -68.4592 -204.677 + 94 310.791 426 0 1 -94.7501 -68.4479 -204.652 + 94 91.1116 49 7 0 -167.938 -170.298 3.75 + 94 34.0586 48 7 0 -167.964 -170.35 3.80081 + 94 72.3411 578 6 0 161.97 -64.2897 -26.25 + 94 137.858 1685 6 1 157.35 -57.8546 -24.624 + 94 26.6234 577 6 0 162.27 -64.45 -25.9183 + 94 3.93026 1715 6 1 163.341 -64.9318 -24.85 + 94 101.687 1716 6 1 163.35 -64.9359 -24.841 + 94 129.217 1717 6 1 163.55 -65.1165 -24.6045 + 94 129.405 568 6 0 163.333 -66.2577 -25.85 + 94 57.5097 567 6 0 163.265 -66.45 -26.1452 + 94 97.8241 900 2 1 0.0654215 -151.622 -144.85 + 94 163.867 901 2 1 0.25 -151.815 -144.651 + 94 158.563 902 2 1 0.45 -152.014 -144.561 +Number of digits in this event = 15 +Using G4ParticleGun ... +2.06525 LIN e- Event: 95 -Number of tracker hits in this event = 63 - 95 102.444 807 10 1 -18.547 90.3618 95.55 - 95 131.655 1351 10 0 -18.5468 90.3644 94.15 - 95 224.153 807 9 1 -18.5341 90.416 65.55 - 95 186.959 1351 9 0 -18.5299 90.4198 64.15 - 95 120.193 808 8 1 -18.4483 90.4907 35.55 - 95 115.756 1351 8 0 -18.4434 90.4941 34.15 - 95 147.747 808 7 1 -18.3425 90.5615 5.55 - 95 124.547 1352 7 0 -18.3371 90.5665 4.15 - 95 112.655 809 6 1 -18.2311 90.6629 -24.45 - 95 139.752 1352 6 0 -18.2237 90.6684 -25.85 - 95 138.71 809 5 1 -18.0727 90.7863 -54.45 - 95 129.146 1353 5 0 -18.064 90.7908 -55.85 - 95 227.914 810 4 1 -17.8984 90.8734 -84.45 - 95 111.96 1353 4 0 -17.8912 90.8718 -85.85 - 95 157.952 811 3 1 -17.7604 90.8306 -114.45 - 95 276.893 1353 3 0 -17.7471 90.8226 -115.85 - 95 121.669 812 2 1 -17.4541 90.5807 -144.45 - 95 142.502 1352 2 0 -17.4438 90.5612 -145.85 - 95 98.1778 813 1 1 -17.2886 90.1629 -174.45 - 95 111.275 814 0 1 -17.1255 89.7153 -204.45 - 95 219.761 1348 0 0 -17.1133 89.6873 -205.85 - 95 329.534 1283 4 1 76.65 117.881 -84.6688 - 95 26.2397 933 1 0 74.5011 6.85 -176.118 - 95 167.679 932 1 0 74.7135 6.65 -175.957 - 95 65.4699 1287 1 1 77.477 5.79903 -174.85 - 95 97.1609 1288 1 1 77.6501 5.76531 -174.778 - 95 51.2065 1289 1 1 77.85 5.68065 -174.713 - 95 164.436 1290 1 1 78.05 5.58153 -174.691 - 95 30.1276 1291 1 1 78.25 5.56638 -174.759 - 95 282.929 926 1 0 78.5934 5.33622 -175.85 - 95 27.2912 1308 1 1 81.7778 5.78055 -174.85 - 95 88.3689 1309 1 1 81.8502 5.8256 -174.806 - 95 348.197 1310 1 1 82.0504 5.95498 -174.754 - 95 37.6584 1311 1 1 82.25 6.0471 -174.607 - 95 106.452 927 1 0 78.422 5.45 -175.891 - 95 92.4071 717 0 1 -36.513 -118.225 -204.45 - 95 144.132 718 0 1 -36.45 -118.352 -204.458 - 95 50.1685 719 0 1 -36.25 -118.679 -204.651 - 95 178.586 1350 1 0 -17.2171 90.15 -175.912 - 95 110.409 807 2 1 -18.6216 97.9132 -144.45 - 95 65.6078 806 2 1 -18.65 97.8743 -144.748 - 95 122.572 1387 2 0 -18.7468 97.7376 -145.85 - 95 50.4054 803 1 1 -19.3913 93.9355 -174.45 - 95 77.7546 802 1 1 -19.45 93.9472 -174.629 - 95 136.405 1369 1 0 -19.7418 94.0664 -175.85 - 95 75.4791 782 0 1 -23.505 95.9849 -204.45 - 95 17.2179 783 0 1 -23.45 96.0649 -204.781 - 95 48.3803 1380 0 0 -23.1429 96.3109 -205.85 - 95 93.6655 1381 0 0 -23.1023 96.35 -206.017 - 95 119.982 1380 3 0 3.14555 96.291 -116.25 - 95 86.2878 1381 3 0 3.4056 96.35 -115.981 - 95 7.83075 931 3 1 6.26718 95.0691 -114.85 - 95 25.1446 1352 3 0 9.68274 90.6442 -115.85 - 95 3.60154 981 3 1 16.3804 88.8208 -114.85 - 95 74.4784 1332 3 0 19.5038 86.4687 -115.85 - 95 206.329 1331 3 0 19.545 86.45 -115.875 - 95 2.68727 1269 0 0 -43.6747 74.05 -205.938 - 95 39.9707 798 4 0 26.4779 -20.4054 -86.25 - 95 145.27 718 4 0 31.0126 -36.3549 -86.25 - 95 20.6545 437 1 1 -92.5547 88.5938 -174.85 - 95 254.448 436 1 1 -92.75 88.547 -174.596 - 95 29.7345 1688 5 0 111.219 157.893 -56.25 - 95 159.257 808 9 1 -18.45 90.6392 65.4225 -Number of digits in this event = 30 +Number of tracker hits in this event = 38 + 95 220.167 1233 9 1 66.6632 100.856 65.55 + 95 112.176 1403 9 0 66.666 100.859 64.15 + 95 98.6825 1233 8 1 66.7109 100.925 35.55 + 95 182.629 1403 8 0 66.7097 100.924 34.15 + 95 120.032 1233 7 1 66.6813 100.888 5.55 + 95 122.021 1403 7 0 66.6745 100.889 4.15 + 95 134.23 1232 6 1 66.4984 100.896 -24.45 + 95 110.397 1403 6 0 66.4877 100.894 -25.85 + 95 127.8 1230 5 1 66.2315 100.83 -54.45 + 95 108.145 1403 5 0 66.2151 100.852 -55.85 + 95 132.511 1227 4 1 65.4917 101.228 -84.45 + 95 121.927 1405 4 0 65.4245 101.196 -85.85 + 95 148.27 1221 3 1 64.284 100.875 -114.45 + 95 179.312 1403 3 0 64.2409 100.841 -115.85 + 95 103.845 1216 2 1 63.3027 100.077 -144.45 + 95 115.744 1399 2 0 63.3586 100.083 -145.85 + 95 117.655 1223 1 1 64.742 100.343 -174.45 + 95 107.672 1401 1 0 64.8467 100.38 -175.85 + 95 14.2202 1234 0 1 67.0465 101.163 -204.45 + 95 209.845 1235 0 1 67.05 101.166 -204.495 + 95 227.078 1405 0 0 67.1446 101.237 -205.85 + 95 223.254 1236 0 1 67.25 101.32 -204.689 + 95 285.165 1224 0 1 64.9665 100.52 -204.45 + 95 269.648 1401 0 0 64.9514 100.516 -205.85 + 95 286.089 1405 7 0 67.3563 101.198 4.1496 + 95 109.346 1404 7 0 62.988 101.15 3.84795 + 95 176.285 1214 7 1 62.8509 100.759 5.15 + 95 8.36579 1213 7 1 62.85 100.709 5.25576 + 95 80.9267 1215 7 1 63.0502 100.692 5.4014 + 95 131.477 1405 9 0 67.3918 101.197 64.15 + 95 94.6038 1406 9 0 67.6003 101.35 63.9021 + 95 69.2738 1407 9 0 67.7407 101.55 63.8252 + 95 198.237 1408 9 0 67.6108 101.75 63.7721 + 95 87.1201 1409 9 0 67.3645 101.95 63.9891 + 95 74.2168 1410 9 0 67.2298 102.15 64.0372 + 95 299.388 1411 9 0 67.1252 102.35 64.0245 + 95 35.0675 1412 9 0 67.1701 102.55 64.0477 + 95 81.1391 1224 1 1 65.05 95.1263 -174.462 +Number of digits in this event = 22 Using G4ParticleGun ... -2.26229 LIN +4.18517 LIN e- Event: 96 -Number of tracker hits in this event = 98 - 96 97.9995 838 11 1 -12.3416 9.9131 125.55 - 96 142.702 949 11 0 -12.3436 9.90917 124.15 - 96 109.664 838 10 1 -12.3872 9.8442 95.55 - 96 173.623 948 10 0 -12.3889 9.8409 94.15 - 96 119.378 837 9 1 -12.4514 9.76844 65.55 - 96 121.02 948 9 0 -12.4546 9.76328 64.15 - 96 192.655 837 8 1 -12.5068 9.6677 35.55 - 96 112.3 948 8 0 -12.5051 9.66366 34.15 - 96 189.912 837 7 1 -12.4607 9.60467 5.55 - 96 176.781 947 7 0 -12.4561 9.60394 4.15 - 96 322.573 838 6 1 -12.3815 9.60133 -24.45 - 96 116.73 947 6 0 -12.3774 9.5994 -25.85 - 96 137.245 838 5 1 -12.2791 9.5392 -54.45 - 96 357.49 947 5 0 -12.2578 9.5246 -55.85 - 96 140.688 841 4 1 -11.7582 9.20404 -84.45 - 96 106.48 945 4 0 -11.734 9.19051 -85.85 - 96 99.6861 844 3 1 -11.2374 8.91348 -114.45 - 96 223.813 944 3 0 -11.2082 8.89805 -115.85 - 96 117.948 847 2 1 -10.6356 8.59028 -144.45 - 96 124.636 942 2 0 -10.6071 8.57618 -145.85 - 96 104.345 850 1 1 -10.0266 8.28375 -174.45 - 96 171.243 941 1 0 -10.0095 8.26907 -175.85 - 96 215.211 851 0 1 -9.70036 7.93459 -204.45 - 96 133.223 939 0 0 -9.67653 7.92353 -205.85 - 96 363.359 839 5 1 -12.1905 9.53811 -54.45 - 96 176.385 840 4 1 -11.8701 9.34992 -84.45 - 96 135.716 946 4 0 -11.8714 9.32966 -85.85 - 96 126.304 840 3 1 -11.9072 8.97191 -114.45 - 96 119.267 839 2 1 -12.0799 9.02606 -144.45 - 96 105.153 944 2 0 -12.0167 9.01251 -145.85 - 96 111.34 845 1 1 -10.9565 8.91151 -174.45 - 96 117.686 944 1 0 -10.8509 8.94115 -175.85 - 96 94.9738 856 0 1 -8.74043 9.27821 -204.45 - 96 113.398 946 0 0 -8.56424 9.31298 -205.85 - 96 132.757 854 4 1 -9.10321 11.5201 -84.45 - 96 116.915 957 4 0 -8.93805 11.4759 -85.8504 - 96 0.842945 873 3 1 -5.25115 10.6322 -114.45 - 96 163.099 874 3 1 -5.25 10.6315 -114.456 - 96 137.458 952 3 0 -4.96073 10.4896 -115.85 - 96 7.14256 951 3 0 -4.88289 10.45 -116.224 - 96 139.452 905 2 1 1.16368 7.29243 -144.45 - 96 138.927 934 2 0 1.42442 7.03226 -145.85 - 96 151.288 932 1 1 6.55949 1.93035 -174.45 - 96 110.975 907 1 0 6.6943 1.60771 -175.85 - 96 117.431 945 0 1 9.21826 -4.61189 -204.451 - 96 118.091 876 0 0 9.18628 -4.78492 -205.85 - 96 249.957 949 6 0 -12.3764 9.88107 -25.85 - 96 125.192 837 5 1 -12.4541 9.8976 -54.45 - 96 153.171 949 5 0 -12.474 9.90181 -55.85 - 96 582.693 835 4 1 -12.8881 10.0175 -84.45 - 96 159.373 949 4 0 -12.9003 10.0234 -85.85 - 96 136.488 834 3 1 -13.1446 10.1365 -114.45 - 96 120.186 950 3 0 -13.1567 10.1516 -115.85 - 96 338.554 833 2 1 -13.3561 10.4518 -144.45 - 96 170.119 952 2 0 -13.3702 10.4742 -145.85 - 96 103.433 832 1 1 -13.639 10.8923 -174.45 - 96 120.47 954 1 0 -13.6549 10.918 -175.85 - 96 143.87 830 0 1 -13.9932 11.4581 -204.45 - 96 112.803 957 0 0 -14.0008 11.4854 -205.85 - 96 25.6967 1644 1 0 129.897 148.95 -176.171 - 96 34.4929 834 2 1 -13.25 10.3779 -144.692 - 96 94.8492 832 2 1 -13.45 11.1586 -144.514 - 96 54.1371 831 2 1 -13.65 11.1477 -144.589 - 96 92.6588 830 2 1 -13.8506 11.1646 -144.684 - 96 100.327 953 2 0 -15.0185 10.8261 -145.85 - 96 42.3837 1014 2 0 -35.3604 22.971 -146.25 - 96 96.5706 1015 2 0 -35.3884 23.05 -146.137 - 96 118.751 725 2 1 -35.0241 23.3853 -144.85 - 96 32.0191 762 1 1 -27.45 -5.03936 -174.574 - 96 59.8746 771 1 1 -25.85 -5.57647 -174.604 - 96 4.87216 687 1 1 -42.45 -16.2431 -174.752 - 96 80.2649 843 1 0 -28.6861 -11.4259 -175.85 - 96 74.5183 842 1 0 -28.69 -11.45 -175.861 - 96 85.3505 1497 3 0 42.9983 119.579 -116.25 - 96 178.926 1498 3 0 43.0104 119.75 -116.166 - 96 41.9006 1496 3 0 71.5791 119.53 -116.25 - 96 41.4829 834 4 1 -13.0501 9.73007 -84.7568 - 96 107.304 946 5 0 -12.0136 9.38078 -55.8502 - 96 108.322 844 4 1 -11.1641 7.23773 -84.45 - 96 115.411 935 4 0 -11.1204 7.09919 -85.8503 - 96 130.36 851 3 1 -9.83988 4.69006 -114.45 - 96 326.374 922 3 0 -9.77031 4.59077 -115.85 - 96 139.27 860 2 1 -7.96385 3.92362 -144.45 - 96 116.342 918 2 0 -7.86244 3.77182 -145.85 - 96 107.21 870 1 1 -5.97775 0.618971 -174.45 - 96 125.393 901 1 0 -5.88687 0.330886 -175.85 - 96 141.325 880 0 1 -4.00956 -5.31423 -204.45 - 96 107.875 873 0 0 -3.87985 -5.29051 -205.85 - 96 32.6135 856 2 1 -8.82114 -1.53428 -144.45 - 96 106.384 855 2 1 -8.85 -1.4914 -144.561 - 96 115.325 892 2 0 -9.75038 -1.60409 -145.85 - 96 29.0134 798 2 0 -2.47923 -20.3461 -146.25 - 96 113.305 797 2 0 -2.49627 -20.45 -146.168 - 96 235.301 889 2 1 -2.21503 -20.6207 -144.85 - 96 288.992 890 2 1 -2.05 -20.5288 -144.562 - 96 184.326 934 4 0 -11.1139 7.05 -86.1595 - 96 2.55283 933 4 0 -11.1054 6.84996 -86.1611 - 96 67.0035 921 4 0 0.735577 4.2668 -86.2498 -Number of digits in this event = 48 +Number of tracker hits in this event = 141 + 96 167.719 556 11 1 -68.8058 -18.5899 125.55 + 96 129.349 807 11 0 -68.8065 -18.5901 124.15 + 96 118.345 556 10 1 -68.8113 -18.5948 95.55 + 96 121.286 807 10 0 -68.8118 -18.5972 94.15 + 96 111.61 556 9 1 -68.7393 -18.6908 65.55 + 96 157.817 806 9 0 -68.7108 -18.6918 64.15 + 96 104.554 559 8 1 -68.1675 -18.7771 35.55 + 96 139.161 806 8 0 -68.1808 -18.7909 34.15 + 96 182.433 557 7 1 -68.477 -19.1321 5.55 + 96 7.72628 558 7 1 -68.45 -19.1041 5.1761 + 96 233.195 805 7 0 -68.376 -19.0274 4.15 + 96 99.314 568 6 1 -66.2987 -16.7486 -24.45 + 96 227.419 817 6 0 -66.2112 -16.6082 -25.85 + 96 131.165 577 5 1 -64.4814 -13.7385 -54.45 + 96 116.127 832 5 0 -64.3828 -13.5833 -55.85 + 96 142.926 588 4 1 -62.2988 -10.5829 -84.45 + 96 108.632 848 4 0 -62.1888 -10.4163 -85.85 + 96 133.214 600 3 1 -59.9425 -7.17008 -114.45 + 96 163.348 865 3 0 -59.8136 -7.03044 -115.85 + 96 131.864 614 2 1 -57.1929 -4.30098 -144.45 + 96 192.331 879 2 0 -56.9894 -4.22597 -145.85 + 96 129.776 635 1 1 -53.0307 -2.92423 -174.45 + 96 181.249 886 1 0 -52.8171 -2.82447 -175.85 + 96 66.1908 658 0 1 -48.29 -0.677014 -204.45 + 96 39.4841 659 0 1 -48.25 -0.673779 -204.71 + 96 131.861 896 0 0 -48.0689 -0.664748 -205.85 + 96 225.136 555 7 1 -68.896 -18.5754 5.55 + 96 242.857 807 7 0 -68.9016 -18.5626 4.15 + 96 268.622 555 6 1 -69.0042 -18.3146 -24.45 + 96 126.612 808 6 0 -69.0032 -18.3071 -25.85 + 96 469.291 555 5 1 -68.9536 -18.1254 -54.45 + 96 137.004 809 5 0 -68.9449 -18.1139 -55.85 + 96 141.324 556 4 1 -68.7898 -17.911 -84.45 + 96 125.831 810 4 0 -68.7904 -17.9017 -85.85 + 96 357.111 556 3 1 -68.8034 -17.6968 -114.45 + 96 234.489 811 3 0 -68.7999 -17.6792 -115.85 + 96 111.473 556 2 1 -68.7334 -17.3008 -144.45 + 96 111.985 813 2 0 -68.7368 -17.2773 -145.85 + 96 104.831 556 1 1 -68.7928 -16.8401 -174.45 + 96 128.709 816 1 0 -68.8467 -16.7748 -175.85 + 96 259.86 550 0 1 -70.0203 -15.407 -204.45 + 96 169.956 823 0 0 -70.0719 -15.339 -205.85 + 96 19.0962 245 1 1 -130.95 -14.4674 -174.85 + 96 312.183 244 1 1 -131.15 -14.4832 -174.489 + 96 63.7002 795 1 0 -47.2574 -20.9627 -176.25 + 96 148.292 794 1 0 -47.1632 -21.05 -176.12 + 96 195.769 793 1 0 -47.103 -21.2505 -176.042 + 96 105.44 807 6 0 -68.8714 -18.4783 -25.85 + 96 236.549 808 5 0 -68.9129 -18.3609 -55.85 + 96 378.781 555 4 1 -68.9597 -18.1389 -84.45 + 96 121.292 809 4 0 -68.9727 -18.126 -85.85 + 96 296.236 554 3 1 -69.229 -17.8044 -114.45 + 96 110.544 552 2 1 -69.5875 -17.502 -144.45 + 96 115.166 812 2 0 -69.6138 -17.495 -145.85 + 96 369.096 549 1 1 -70.0872 -17.3531 -174.45 + 96 367.64 813 1 0 -70.0871 -17.3567 -175.85 + 96 204.273 813 0 0 -70.0192 -17.4221 -205.85 + 96 111.204 811 1 0 -70.226 -17.6567 -175.85 + 96 140.108 542 0 1 -71.5193 -20.4798 -204.45 + 96 152.805 797 0 0 -71.6365 -20.5504 -205.85 + 96 90.1521 547 0 1 -70.6425 -17.1968 -204.45 + 96 20.5568 546 0 1 -70.65 -17.1962 -204.768 + 96 148.614 814 0 0 -70.6749 -17.1939 -205.85 + 96 109.716 560 4 1 -67.8813 -18.9687 -84.4501 + 96 105.421 804 4 0 -67.9354 -19.1313 -85.85 + 96 133.608 786 3 0 -69.3647 -22.6642 -115.85 + 96 90.3268 524 2 1 -75.1294 -25.9117 -144.45 + 96 58.1447 523 2 1 -75.25 -25.9822 -144.725 + 96 17.3983 757 2 0 -76.5917 -28.5912 -145.85 + 96 66.7831 756 2 0 -76.6064 -28.6501 -145.878 + 96 57.6625 755 2 0 -76.5806 -28.85 -145.918 + 96 40.9849 754 2 0 -76.5601 -29.05 -145.881 + 96 249.635 522 2 1 -75.5999 -31.7048 -144.85 + 96 192.694 521 2 1 -75.6502 -32.1117 -144.706 + 96 7.90182 540 2 1 -71.8503 -22.969 -144.45 + 96 184.635 535 2 1 -72.85 -19.5975 -144.718 + 96 168.738 784 2 0 -71.8954 -23.1121 -145.85 + 96 132.68 454 1 1 -89.1831 -42.4185 -174.45 + 96 157.841 691 1 0 -89.308 -41.7247 -175.851 + 96 76.1331 692 1 0 -89.3446 -41.65 -176.004 + 96 92.3312 927 1 0 -74.7138 5.48006 -176.25 + 96 87.8595 928 1 0 -74.5741 5.65 -175.994 + 96 174.606 528 1 1 -74.3532 6.32691 -174.85 + 96 75.1615 527 1 1 -74.45 6.79122 -174.503 + 96 63.553 526 1 1 -74.65 6.93174 -174.568 + 96 62.8953 525 1 1 -74.85 7.02118 -174.645 + 96 70.9645 524 1 1 -75.05 7.07886 -174.677 + 96 80.0999 523 1 1 -75.25 7.04814 -174.599 + 96 72.9593 522 1 1 -75.45 6.85311 -174.576 + 96 213.612 807 4 0 -68.9437 -18.5648 -85.85 + 96 418.078 555 3 1 -68.8583 -19.2972 -114.451 + 96 111.755 799 3 0 -69.0206 -20.0536 -115.85 + 96 32.0654 798 3 0 -69.0734 -20.25 -116.171 + 96 92.2972 512 2 1 -77.5304 -37.7471 -144.45 + 96 23.5702 511 2 1 -77.65 -37.7778 -144.764 + 96 129.712 711 2 0 -78.2731 -37.7602 -145.85 + 96 74.3021 435 1 1 -93.0449 -37.5858 -174.451 + 96 51.9951 434 1 1 -93.15 -37.6528 -174.647 + 96 104.538 709 1 0 -93.7419 -38.0727 -175.85 + 96 52.7227 370 0 1 -106.11 -43.1323 -204.45 + 96 63.8911 371 0 1 -105.95 -43.1823 -204.471 + 96 5.94135 372 0 1 -105.75 -43.2497 -204.458 + 96 83.5446 566 3 1 -66.6828 -18.6768 -114.45 + 96 45.3842 567 3 1 -66.65 -18.6567 -114.698 + 96 331.963 807 3 0 -66.4941 -18.5584 -115.85 + 96 169.867 586 2 1 -62.8493 -15.5884 -144.451 + 96 254.002 823 2 0 -62.6956 -15.425 -145.851 + 96 129.7 601 1 1 -59.7846 -11.803 -174.45 + 96 150.858 842 1 0 -59.5849 -11.5688 -175.85 + 96 127.553 621 0 1 -55.6916 -7.03037 -204.45 + 96 155.856 866 0 0 -55.578 -6.7894 -205.85 + 96 41.3433 807 0 0 -39.4505 -18.5971 -206.25 + 96 90.2108 808 0 0 -39.4535 -18.45 -206.187 + 96 103.81 809 0 0 -39.4664 -18.25 -206.111 + 96 52.3242 810 0 0 -39.4759 -18.0488 -206.071 + 96 57.4188 811 0 0 -39.4719 -17.85 -206.052 + 96 49.3772 812 0 0 -39.4848 -17.6496 -206.052 + 96 102.406 560 2 1 -67.891 -18.122 -144.451 + 96 129.39 809 2 0 -68.1355 -18.2249 -145.85 + 96 136.717 558 1 1 -68.4189 -16.0646 -174.45 + 96 77.5896 557 1 1 -68.4501 -16.0447 -174.663 + 96 47.7894 820 1 0 -68.6483 -15.8814 -175.85 + 96 83.2772 821 1 0 -68.6691 -15.85 -176 + 96 54.1203 554 0 1 -69.1108 -4.45702 -204.45 + 96 126.371 553 0 1 -69.25 -4.35426 -204.564 + 96 31.3251 552 0 1 -69.4506 -4.19786 -204.761 + 96 23.2957 883 0 0 -70.6597 -3.304 -205.85 + 96 118.614 884 0 0 -70.7296 -3.25 -205.918 + 96 27.8584 885 0 0 -70.9766 -3.05 -206.177 + 96 71.9999 231 1 1 -133.95 -129.992 -174.714 + 96 200.705 230 1 1 -133.95 -130.217 -174.498 + 96 161.063 561 2 1 -67.8383 -18.944 -144.45 + 96 106.769 805 2 0 -67.8246 -18.9685 -145.85 + 96 169.059 562 1 1 -67.5431 -19.5924 -174.45 + 96 152.884 802 1 0 -67.5113 -19.6052 -175.85 + 96 203.375 566 0 1 -66.7513 -19.8468 -204.45 + 96 113.068 800 0 0 -66.7555 -19.8971 -205.85 + 96 72.3174 806 1 0 -69.5104 -18.7249 -175.85 + 96 229.454 807 1 0 -69.6223 -18.65 -175.961 + 96 152.239 806 11 0 -68.7866 -18.65 124.083 + 96 45.2823 555 11 1 -68.8501 -18.4323 125.481 +Number of digits in this event = 74 Using G4ParticleGun ... -1.23838 LIN +3.54367 LIN e- Event: 97 -Number of tracker hits in this event = 27 - 97 133.491 877 9 1 -4.61813 -125.293 65.55 - 97 173.189 274 9 0 -4.61512 -125.292 64.15 - 97 114.045 877 8 1 -4.56796 -125.276 35.55 - 97 147.148 274 8 0 -4.56951 -125.278 34.15 - 97 110.597 877 7 1 -4.59789 -125.28 5.55 - 97 193.8 274 7 0 -4.60229 -125.279 4.15 - 97 105.743 876 6 1 -4.66054 -125.222 -24.45 - 97 119.743 274 6 0 -4.66086 -125.215 -25.85 - 97 162.949 876 5 1 -4.65009 -125.084 -54.45 - 97 128.715 275 5 0 -4.65126 -125.089 -55.85 - 97 123.977 876 4 1 -4.67822 -125.233 -84.45 - 97 121.862 274 4 0 -4.67761 -125.232 -85.85 - 97 110.85 876 3 1 -4.654 -125.197 -114.45 - 97 109.301 274 3 0 -4.65655 -125.194 -115.85 - 97 197.829 876 2 1 -4.71905 -125.118 -144.45 - 97 226.127 275 2 0 -4.73053 -125.119 -145.85 - 97 227.013 875 1 1 -4.96726 -125.13 -174.45 - 97 122.555 275 1 0 -4.97235 -125.122 -175.85 - 97 142.67 874 0 1 -5.05984 -124.959 -204.45 - 97 140.206 276 0 0 -5.06359 -124.944 -205.85 - 97 149.291 876 1 1 -4.81407 -125.402 -174.45 - 97 11.9149 277 1 0 -5.5732 -124.579 -175.85 - 97 97.6571 278 1 0 -5.59828 -124.55 -175.897 - 97 38.1708 279 1 0 -5.70404 -124.35 -176.152 - 97 105.301 273 1 0 -4.65797 -125.538 -175.85 - 97 330.884 881 0 1 -3.74464 -125.67 -204.45 - 97 124.14 271 0 0 -3.74597 -125.785 -205.85 -Number of digits in this event = 20 +Number of tracker hits in this event = 30 + 97 115.211 1110 7 1 42.189 -140.811 5.55 + 97 126.006 196 7 0 42.1845 -140.814 4.15 + 97 112.178 1110 6 1 42.0998 -140.893 -24.45 + 97 159.577 196 6 0 42.1002 -140.895 -25.85 + 97 197.337 1110 5 1 42.126 -140.907 -54.45 + 97 103.582 196 5 0 42.1272 -140.907 -55.85 + 97 105.065 1110 4 1 42.1569 -140.91 -84.45 + 97 107.225 196 4 0 42.1554 -140.91 -85.85 + 97 117.685 1110 3 1 42.1218 -140.895 -114.45 + 97 197.346 196 3 0 42.1215 -140.893 -115.85 + 97 123.293 1110 2 1 42.1133 -140.849 -144.45 + 97 112.34 196 2 0 42.1141 -140.844 -145.85 + 97 109.608 1110 1 1 42.1375 -140.744 -174.45 + 97 100.209 197 1 0 42.1396 -140.74 -175.85 + 97 149.665 1110 0 1 42.1864 -140.666 -204.45 + 97 160.058 197 0 0 42.1912 -140.666 -205.85 + 97 5.18858 1107 1 1 41.6492 -141.297 -174.45 + 97 342.461 1108 1 1 41.65 -141.299 -174.463 + 97 81.9164 193 1 0 41.7529 -141.508 -175.85 + 97 29.9527 192 1 0 41.7803 -141.55 -176.164 + 97 16.8448 1120 0 1 44.234 -145.083 -204.45 + 97 111.055 1121 0 1 44.2501 -145.087 -204.513 + 97 288.144 174 0 0 44.5607 -145.162 -205.85 + 97 215.843 194 1 0 42.0973 -141.211 -175.85 + 97 118.378 1148 0 1 49.7145 -139.029 -204.45 + 97 27.8855 208 0 0 50.0037 -138.375 -205.85 + 97 108.2 209 0 0 50.0147 -138.35 -205.905 + 97 216.395 1109 0 1 41.873 -140.988 -204.45 + 97 297.531 195 0 0 41.8709 -140.987 -205.85 + 97 216.258 1461 7 1 112.352 -167.439 5.15 +Number of digits in this event = 15 Using G4ParticleGun ... -4.57284 LIN +2.36748 LIN e- Event: 98 -Number of tracker hits in this event = 68 - 98 153.923 1533 7 1 126.849 -78.1528 5.55 - 98 117.509 509 7 0 126.851 -78.1538 4.15 - 98 130.458 1533 6 1 126.873 -78.1751 -24.45 - 98 134.217 509 6 0 126.873 -78.1759 -25.85 - 98 134.131 1533 5 1 126.881 -78.1967 -54.45 - 98 169.76 509 5 0 126.883 -78.1975 -55.85 - 98 165.8 1533 4 1 126.923 -78.2182 -84.45 - 98 101.815 509 4 0 126.924 -78.2198 -85.85 - 98 107.103 1533 3 1 126.948 -78.2509 -114.45 - 98 176.542 508 3 0 126.948 -78.2535 -115.85 - 98 124.332 1534 2 1 126.952 -78.3166 -144.45 - 98 162.701 508 2 0 126.953 -78.3191 -145.85 - 98 115.541 1534 1 1 126.953 -78.411 -174.45 - 98 114.524 508 1 0 126.951 -78.415 -175.85 - 98 137.665 1533 0 1 126.879 -78.4869 -204.45 - 98 186.197 507 0 0 126.877 -78.4883 -205.85 - 98 94.5626 418 2 0 113.685 -96.4085 -146.25 - 98 87.7186 417 2 0 113.502 -96.55 -146.057 - 98 220.855 416 2 0 113.426 -96.75 -145.935 - 98 181.46 415 2 0 113.382 -96.9502 -146.12 - 98 267.031 1534 3 1 126.983 -78.2186 -114.45 - 98 95.7995 510 3 0 127.248 -77.9253 -115.851 - 98 20.0296 511 3 0 127.319 -77.85 -116.19 - 98 115.598 1582 2 1 136.673 -71.4693 -144.45 - 98 86.1781 1583 2 1 136.75 -71.3989 -144.6 - 98 10.8938 545 2 0 137.324 -70.8587 -145.85 - 98 133.85 546 2 0 137.333 -70.85 -145.87 - 98 173.569 1661 1 1 152.391 -56.1462 -174.45 - 98 3.64342 1660 1 1 152.35 -55.7049 -174.836 - 98 41.3136 627 1 0 152.184 -54.5595 -175.85 - 98 90.1153 628 1 0 152.167 -54.45 -175.947 - 98 42.2863 629 1 0 152.161 -54.25 -176.136 - 98 11.4565 1655 0 1 151.331 -25.8361 -204.451 - 98 154.428 1656 0 1 151.35 -25.837 -204.492 - 98 2.60333 1657 0 1 151.55 -25.768 -204.838 - 98 144.677 770 0 0 152.078 -25.8697 -205.85 - 98 486.645 509 3 0 127.013 -78.2118 -115.85 - 98 123.628 1540 2 1 128.273 -77.5212 -144.45 - 98 96.5636 512 2 0 128.4 -77.4735 -145.85 - 98 206.244 1553 1 1 130.892 -76.4502 -174.45 - 98 113.895 518 1 0 131.07 -76.3649 -175.85 - 98 111.613 1572 0 1 134.62 -74.4734 -204.45 - 98 120.062 528 0 0 134.763 -74.3993 -205.85 - 98 298.059 1024 12 1 24.944 -160.116 155.55 - 98 49.6073 1023 12 1 24.85 -160.084 155.217 - 98 26.7611 104 12 0 24.384 -159.288 154.15 - 98 122.144 1516 2 1 123.474 -82.3629 -144.45 - 98 121.446 489 2 0 123.161 -82.2162 -145.85 - 98 98.2515 1459 1 1 111.969 -83.0124 -174.45 - 98 114.388 1458 1 1 111.95 -82.9501 -174.529 - 98 59.9386 490 1 0 111.743 -81.9778 -175.85 - 98 74.775 491 1 0 111.736 -81.85 -176.012 - 98 54.3541 1442 0 1 108.701 -61.6022 -204.45 - 98 93.4297 1441 0 1 108.549 -61.5068 -204.501 - 98 60.8866 1440 0 1 108.35 -61.3832 -204.569 - 98 59.8169 1439 0 1 108.15 -61.3083 -204.646 - 98 71.8231 1438 0 1 107.95 -61.2069 -204.734 - 98 25.9196 602 0 0 106.185 -59.5254 -205.85 - 98 81.9844 603 0 0 106.12 -59.45 -205.903 - 98 252.008 604 0 0 106.021 -59.25 -206.049 - 98 54.4355 554 0 0 102.509 -69.1046 -206.25 - 98 100.758 553 0 0 102.515 -69.25 -206.136 - 98 74.0659 552 0 0 102.521 -69.45 -206.005 - 98 50.2151 551 0 0 102.592 -69.6503 -205.911 - 98 54.0046 550 0 0 102.626 -69.85 -205.909 - 98 73.0178 549 0 0 102.605 -70.0504 -205.943 - 98 225.325 548 0 0 102.453 -70.25 -205.978 - 98 132.942 605 0 0 105.935 -59.05 -206.004 -Number of digits in this event = 30 +Number of tracker hits in this event = 37 + 98 176.657 1301 9 0 -108.984 80.3497 64.15 + 98 136.373 355 8 1 -108.99 80.3513 35.55 + 98 125.816 1301 8 0 -108.989 80.3508 34.15 + 98 126.008 355 7 1 -108.975 80.3428 5.55 + 98 224.586 1301 7 0 -108.973 80.3449 4.15 + 98 151.814 356 6 1 -108.945 80.3559 -24.45 + 98 115.048 1301 6 0 -108.945 80.3564 -25.85 + 98 138.475 356 5 1 -108.949 80.3675 -54.45 + 98 125.712 1301 5 0 -108.949 80.374 -55.85 + 98 114.771 355 4 1 -108.973 80.5059 -84.45 + 98 139.508 1302 4 0 -108.973 80.5124 -85.85 + 98 136.815 355 3 1 -108.975 80.6558 -114.45 + 98 147.873 1303 3 0 -108.977 80.6618 -115.85 + 98 191.961 355 2 1 -109.034 80.7725 -144.45 + 98 105.872 1303 2 0 -109.039 80.7782 -145.85 + 98 238.889 355 1 1 -109.128 80.903 -174.45 + 98 101.105 1304 1 0 -109.132 80.9041 -175.85 + 98 109.979 354 0 1 -109.203 80.93 -204.45 + 98 155.42 1304 0 0 -109.204 80.9354 -205.85 + 98 86.0341 702 12 1 -39.4886 77.2776 155.55 + 98 68.2132 1495 1 1 119.15 116.988 -174.816 + 98 3.1597 441 0 1 -91.95 71.889 -204.634 + 98 1.09645 1126 0 0 -100.584 45.3958 -206.25 + 98 70.7038 354 1 1 -109.15 80.9164 -174.817 + 98 0.798903 356 2 1 -108.95 80.7303 -144.846 + 98 118.712 1301 2 0 -108.67 80.4135 -145.85 + 98 199.996 1279 2 0 -96.7917 76.0033 -146.25 + 98 101.963 417 2 1 -96.6838 75.1054 -144.85 + 98 129.364 416 2 1 -96.7502 74.7859 -144.677 + 98 144.992 355 6 1 -108.95 80.3716 -24.7025 + 98 152.328 354 6 1 -109.15 80.5795 -24.7045 + 98 86.5767 1300 7 0 -108.711 80.25 3.95122 + 98 71.1737 1299 7 0 -108.444 80.05 3.92668 + 98 55.9621 1298 7 0 -108.322 79.8498 3.96153 + 98 96.9169 1297 7 0 -108.305 79.65 4.00133 + 98 56.4671 1296 7 0 -108.28 79.4496 3.86348 + 98 95.4178 1786 2 1 177.35 65.1356 -144.6 +Number of digits in this event = 21 Using G4ParticleGun ... -2.3782 LIN +4.76327 LIN e- Event: 99 -Number of tracker hits in this event = 60 - 99 232.001 1544 8 1 129.049 56.6559 35.55 - 99 118.18 1183 8 0 129.052 56.6554 34.15 - 99 106.168 1545 7 1 129.168 56.6498 5.55 - 99 118.514 1182 7 0 129.173 56.6483 4.15 - 99 115.47 1545 6 1 129.274 56.6114 -24.45 - 99 126.257 1182 6 0 129.19 56.5521 -25.8501 - 99 107.487 1538 5 1 127.79 55.4527 -54.45 - 99 114.089 1176 5 0 127.707 55.4115 -55.85 - 99 118.265 1530 4 1 126.206 54.3027 -84.45 - 99 222.899 1171 4 0 126.166 54.261 -85.85 - 99 105.295 1524 3 1 125.094 53.5223 -114.45 - 99 125.492 1168 3 0 124.751 53.6748 -115.85 - 99 109.885 1485 2 1 117.266 57.4714 -144.45 - 99 37.9969 1484 2 1 117.15 57.4471 -144.751 - 99 135.157 1186 2 0 116.731 57.367 -145.85 - 99 130.417 1433 1 1 106.794 55.4304 -174.45 - 99 18.4116 1176 1 0 107.059 55.2591 -175.85 - 99 96.0709 1175 1 0 107.073 55.2499 -175.922 - 99 207.307 1460 0 1 112.312 51.6415 -204.45 - 99 69.8086 1461 0 1 112.35 51.5874 -204.693 - 99 204.709 1156 0 0 112.515 51.3412 -205.85 - 99 257.982 1122 0 0 118.461 44.4947 -205.893 - 99 179.116 1545 5 1 129.157 56.5795 -54.45 - 99 115.12 1546 5 1 129.35 56.6126 -54.6002 - 99 145.066 1547 5 1 129.55 56.6597 -54.7401 - 99 181.856 1187 5 0 131.209 57.4806 -55.85 - 99 134.455 1188 5 0 131.48 57.65 -56.1123 - 99 54.1159 1232 5 0 144.312 66.5118 -56.25 - 99 149.823 1231 5 0 144.258 66.45 -56.1065 - 99 96.6003 1617 5 1 143.711 66.231 -54.85 - 99 45.6411 1616 5 1 143.55 66.2274 -54.5567 - 99 56.0222 1615 5 1 143.34 66.2532 -54.45 - 99 73.6895 1614 5 1 143.15 66.2202 -54.4959 - 99 199.386 1336 6 0 150.638 87.25 -26.2232 - 99 11.0672 1613 5 1 142.95 66.2115 -54.4832 - 99 82.7497 1544 5 1 129.108 56.6278 -54.45 - 99 127.015 1181 5 0 129.344 56.422 -55.85 - 99 2.55101 1574 4 1 135.14 48.6622 -84.45 - 99 70.7039 1575 4 1 135.15 48.6662 -84.4555 - 99 146.266 1576 4 1 135.35 48.8019 -84.5255 - 99 69.6845 1577 4 1 135.551 49.0088 -84.5428 - 99 96.0717 1578 4 1 135.75 49.1658 -84.5294 - 99 98.593 1579 4 1 135.95 49.2611 -84.535 - 99 72.1933 1580 4 1 136.15 49.3597 -84.5423 - 99 52.6263 1581 4 1 136.35 49.4398 -84.5413 - 99 48.2088 1582 4 1 136.55 49.5082 -84.5089 - 99 60.2671 1583 4 1 136.75 49.5599 -84.5043 - 99 66.3127 1584 4 1 136.95 49.6325 -84.5182 - 99 45.6635 1585 4 1 137.15 49.6632 -84.5634 - 99 45.8137 1586 4 1 137.35 49.656 -84.5974 - 99 67.8728 1587 4 1 137.55 49.6759 -84.6342 - 99 64.096 1588 4 1 137.75 49.7034 -84.6495 - 99 51.3757 1589 4 1 137.95 49.7592 -84.6373 - 99 58.3608 1590 4 1 138.15 49.8338 -84.649 - 99 63.8695 1591 4 1 138.35 49.9316 -84.6325 - 99 168.131 1592 4 1 138.55 49.9288 -84.6512 - 99 0.16618 1593 4 1 138.75 49.8739 -84.8494 - 99 209.463 1147 4 0 139.674 49.6186 -85.85 - 99 17.3446 1545 8 1 129.151 57.0233 35.1849 - 99 198.026 1184 8 0 130.637 56.933 34.15 -Number of digits in this event = 22 +Number of tracker hits in this event = 97 + 99 225.58 403 10 1 -99.3738 -7.49216 95.55 + 99 112.853 862 10 0 -99.373 -7.49194 94.15 + 99 146.264 403 9 1 -99.3505 -7.49624 65.55 + 99 99.5291 862 9 0 -99.357 -7.4963 64.15 + 99 395.706 403 8 1 -99.515 -7.50039 35.55 + 99 472.695 862 8 0 -99.5272 -7.50323 34.15 + 99 103.716 401 7 1 -99.7817 -7.5632 5.55 + 99 225.983 862 7 0 -99.7916 -7.56686 4.15 + 99 117.829 400 6 1 -99.9845 -7.64318 -24.45 + 99 136.401 862 6 0 -99.9946 -7.64698 -25.85 + 99 119.312 399 5 1 -100.214 -7.70233 -54.45 + 99 129.544 861 5 0 -100.223 -7.70608 -55.85 + 99 218.241 398 4 1 -100.395 -7.80081 -84.45 + 99 110.41 861 4 0 -100.401 -7.80546 -85.85 + 99 181.629 398 3 1 -100.519 -7.90068 -114.45 + 99 297.562 860 3 0 -100.521 -7.90642 -115.85 + 99 112.423 397 2 1 -100.559 -8.0281 -144.45 + 99 117.263 860 2 0 -100.558 -8.03475 -145.85 + 99 102.183 398 1 1 -100.536 -8.15318 -174.45 + 99 370.474 859 1 0 -100.526 -8.16479 -175.85 + 99 239.953 399 0 1 -100.323 -8.38078 -204.45 + 99 329.588 858 0 0 -100.313 -8.39399 -205.85 + 99 216.512 133 0 1 -153.478 -18.9864 -204.45 + 99 79.2513 743 0 0 -164.445 -31.3137 -206.25 + 99 285.058 742 0 0 -164.514 -31.45 -206.171 + 99 403.035 396 1 1 -100.779 -7.71671 -174.45 + 99 118.672 395 1 1 -100.951 -7.87094 -174.679 + 99 77.8047 394 1 1 -101.15 -7.9756 -174.574 + 99 135.338 393 1 1 -101.35 -7.84399 -174.593 + 99 59.852 860 1 0 -100.9 -8.00709 -175.85 + 99 99.2224 403 7 1 -99.5453 -7.45956 5.55 + 99 125.781 402 6 1 -99.6935 -7.36217 -24.45 + 99 132.358 863 6 0 -99.7009 -7.35735 -25.85 + 99 112.646 401 5 1 -99.8513 -7.26532 -54.45 + 99 127.077 863 5 0 -99.8587 -7.25978 -55.85 + 99 128.111 400 4 1 -100.027 -7.14537 -84.45 + 99 150.63 864 4 0 -100.039 -7.14326 -85.85 + 99 131.008 399 3 1 -100.28 -7.0975 -114.45 + 99 114.231 864 3 0 -100.287 -7.08372 -115.85 + 99 99.6287 398 2 1 -100.448 -6.79339 -144.45 + 99 110.017 866 2 0 -100.459 -6.77307 -145.85 + 99 140.074 397 1 1 -100.66 -6.35046 -174.45 + 99 104.72 868 1 0 -100.665 -6.3299 -175.85 + 99 136.852 396 0 1 -100.77 -5.90039 -204.45 + 99 106.934 870 0 0 -100.784 -5.88492 -205.85 + 99 134.874 402 7 1 -99.6764 -7.97825 5.55 + 99 120.778 860 7 0 -99.6645 -8.00523 4.15 + 99 123.427 403 6 1 -99.5055 -8.73687 -24.45 + 99 98.2574 856 6 0 -99.5005 -8.77167 -25.85 + 99 477.526 403 5 1 -99.409 -9.62655 -54.45 + 99 140.175 852 5 0 -99.3442 -9.63709 -55.85 + 99 141.937 411 4 1 -97.9471 -9.85542 -84.45 + 99 125.456 851 4 0 -97.8822 -9.83867 -85.85 + 99 112.579 418 3 1 -96.4594 -9.4399 -114.45 + 99 123.078 853 3 0 -96.423 -9.43967 -115.85 + 99 129.957 421 2 1 -95.8386 -9.53444 -144.45 + 99 127.904 852 2 0 -95.8707 -9.5516 -145.85 + 99 183.362 418 1 1 -96.3602 -9.67193 -174.45 + 99 213.072 852 1 0 -96.5473 -9.54437 -175.85 + 99 50.323 398 0 1 -100.35 -7.43725 -204.756 + 99 29.0923 864 0 0 -100.563 -7.075 -205.85 + 99 271.525 865 0 0 -100.576 -7.04977 -205.926 + 99 260.39 431 1 1 -93.8899 -9.04272 -174.45 + 99 128.614 853 1 0 -93.7507 -9.26006 -175.85 + 99 10.4961 452 0 1 -89.4612 -14.8813 -204.45 + 99 113.752 453 0 1 -89.45 -14.8704 -204.486 + 99 106.394 827 0 0 -89.0879 -14.5171 -205.85 + 99 37.7191 828 0 0 -89.023 -14.4499 -206.096 + 99 178.131 855 1 0 -93.8671 -8.96913 -175.85 + 99 158.602 430 0 1 -93.9675 -8.06018 -204.45 + 99 151.384 860 0 0 -93.9905 -8.03373 -205.85 + 99 228.282 862 5 0 -99.3898 -7.50167 -55.85 + 99 110.993 403 4 1 -99.4215 -7.43761 -84.45 + 99 122.994 863 4 0 -99.4255 -7.43727 -85.85 + 99 170.349 403 3 1 -99.5014 -7.43167 -114.45 + 99 149.86 863 3 0 -99.5075 -7.43342 -115.85 + 99 161.76 402 2 1 -99.6439 -7.44689 -144.45 + 99 245.813 863 2 0 -99.6553 -7.44184 -145.85 + 99 124.376 401 1 1 -99.8633 -7.36946 -174.45 + 99 130.318 863 1 0 -99.8698 -7.37004 -175.85 + 99 159.552 400 0 1 -100.036 -7.39336 -204.45 + 99 106.057 863 0 0 -100.08 -7.39338 -205.85 + 99 100.728 300 0 1 -120.015 38.8733 -204.85 + 99 71.5392 299 0 1 -120.15 39.0963 -204.781 + 99 80.287 298 0 1 -120.35 39.2702 -204.773 + 99 66.5716 297 0 1 -120.55 39.3658 -204.767 + 99 156.605 296 0 1 -120.75 39.4297 -204.668 + 99 45.0892 864 2 0 -99.6713 -7.24999 -146.113 + 99 116.919 854 4 0 -100.465 -9.10871 -85.8502 + 99 126.89 389 3 1 -102.281 -10.8776 -114.45 + 99 116.414 845 3 0 -102.273 -10.9743 -115.85 + 99 134.647 388 2 1 -102.378 -12.591 -144.45 + 99 140.195 836 2 0 -102.536 -12.7156 -145.85 + 99 101.213 370 1 1 -106.005 -15.8773 -174.45 + 99 103.74 820 1 0 -106.245 -15.9888 -175.85 + 99 151.857 341 0 1 -111.764 -18.1611 -204.45 + 99 115.261 808 0 0 -112.106 -18.3448 -205.851 +Number of digits in this event = 60 Run terminated. Run Summary Number of events processed : 100 - User=57.250000s Real=57.894391s Sys=0.060000s + User=294.120000s Real=296.843950s Sys=0.060000s End of Run 2 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/gammaray_telescope/include/GammaRayTelHadronPhysics.hh b/examples/advanced/gammaray_telescope/include/GammaRayTelHadronPhysics.hh index f0ed07bcef9..ad31a0f974a 100644 --- a/examples/advanced/gammaray_telescope/include/GammaRayTelHadronPhysics.hh +++ b/examples/advanced/gammaray_telescope/include/GammaRayTelHadronPhysics.hh @@ -105,9 +105,9 @@ class GammaRayTelHadronPhysics : public G4VPhysicsConstructor // This method will be invoked in the Construct() method. // each physics process will be instantiated and // registered to the process manager of each particle type - void ConstructProcess(); + void ConstructProcess(); - protected: +private: // Elastic Process G4HadronElasticProcess theElasticProcess; G4HadronElastic* theElasticModel; @@ -124,15 +124,7 @@ class GammaRayTelHadronPhysics : public G4VPhysicsConstructor G4PiMinusAbsorptionBertini thePionMinusAbsorption; // pi+ and pi- - - G4TheoFSGenerator* theModel; - G4ExcitationHandler theHandler; - G4PreCompoundModel * thePreEquilib; - G4GeneratorPrecompoundInterface* theCascade; - G4FTFModel* theStringModel; - G4QGSMFragmentation theFragmentation; - G4ExcitedStringDecay * theStringDecay; - + // K + G4KaonPlusInelasticProcess theKaonPlusInelastic; G4hMultipleScattering theKaonPlusMult; @@ -169,8 +161,6 @@ class GammaRayTelHadronPhysics : public G4VPhysicsConstructor // anti-neutron G4AntiNeutronInelasticProcess theAntiNeutronInelastic; - - }; diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelHadronPhysics.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelHadronPhysics.cc index 80f3eb6db36..a21cd87fc04 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelHadronPhysics.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelHadronPhysics.cc @@ -34,19 +34,14 @@ #include "G4SystemOfUnits.hh" #include "G4ShortLivedConstructor.hh" #include "G4HadronicParameters.hh" - +#include "G4ProcessManager.hh" GammaRayTelHadronPhysics::GammaRayTelHadronPhysics(const G4String& name) : G4VPhysicsConstructor(name) {;} GammaRayTelHadronPhysics::~GammaRayTelHadronPhysics() -{ - delete theStringDecay; -} - - -#include "G4ProcessManager.hh" +{} void GammaRayTelHadronPhysics::ConstructProcess() @@ -71,13 +66,12 @@ void GammaRayTelHadronPhysics::ConstructProcess() const G4double theFTFMin = 4.0*GeV; const G4double theFTFMax = G4HadronicParameters::Instance()->GetMaxEnergy(); - theStringModel = new G4FTFModel; - theStringDecay = new G4ExcitedStringDecay( new G4LundStringFragmentation ); + G4FTFModel* theStringModel = new G4FTFModel; + G4ExcitedStringDecay* theStringDecay = new G4ExcitedStringDecay(); theStringModel->SetFragmentationModel( theStringDecay ); - thePreEquilib = new G4PreCompoundModel( new G4ExcitationHandler ); - theCascade = new G4GeneratorPrecompoundInterface( thePreEquilib ); + G4GeneratorPrecompoundInterface* theCascade = new G4GeneratorPrecompoundInterface(); - theModel = new G4TheoFSGenerator( "FTFP" ); + G4TheoFSGenerator* theModel = new G4TheoFSGenerator( "FTFP" ); theModel->SetHighEnergyGenerator( theStringModel ); theModel->SetTransport( theCascade ); theModel->SetMinEnergy( theFTFMin ); @@ -98,7 +92,6 @@ void GammaRayTelHadronPhysics::ConstructProcess() G4VCrossSectionDataSet * thePiData = new G4CrossSectionPairGG( new G4PiNuclearCrossSection, 91*GeV ); G4VCrossSectionDataSet * theAntiNucleonData = new G4CrossSectionInelastic( new G4ComponentAntiNuclNuclearXS ); - // PionPlus G4ParticleDefinition* pion = G4PionPlus::PionPlusDefinition(); pManager = pion ->GetProcessManager(); diff --git a/examples/advanced/gammaray_telescope/src/GammaRayTelIonPhysics.cc b/examples/advanced/gammaray_telescope/src/GammaRayTelIonPhysics.cc index 1da36a72a59..6e7a1a8c75e 100644 --- a/examples/advanced/gammaray_telescope/src/GammaRayTelIonPhysics.cc +++ b/examples/advanced/gammaray_telescope/src/GammaRayTelIonPhysics.cc @@ -61,10 +61,9 @@ void GammaRayTelIonPhysics::ConstructProcess() const G4double theFTFMax = G4HadronicParameters::Instance()->GetMaxEnergy(); G4FTFModel* theStringModel = new G4FTFModel; - G4ExcitedStringDecay* theStringDecay = new G4ExcitedStringDecay( new G4LundStringFragmentation ); + G4ExcitedStringDecay* theStringDecay = new G4ExcitedStringDecay(); theStringModel->SetFragmentationModel( theStringDecay ); - G4PreCompoundModel* thePreEquilib = new G4PreCompoundModel( new G4ExcitationHandler ); - G4GeneratorPrecompoundInterface* theCascade = new G4GeneratorPrecompoundInterface( thePreEquilib ); + G4GeneratorPrecompoundInterface* theCascade = new G4GeneratorPrecompoundInterface(); G4TheoFSGenerator* theModel = new G4TheoFSGenerator( "FTFP" ); theModel->SetHighEnergyGenerator( theStringModel ); diff --git a/examples/advanced/hadrontherapy/History b/examples/advanced/hadrontherapy/History index 1ac9c3421cc..1c014c2bac9 100644 --- a/examples/advanced/hadrontherapy/History +++ b/examples/advanced/hadrontherapy/History @@ -8,10 +8,14 @@ https://twiki.cern.ch/twiki/bin/view/Geant4/AdvancedExamplesHadrontherapy History file of the Hadrontherapy application ==================================================== +06.03.2020 G.A.P. Cirrone; Tag: hadrontherapy-V10-06-00 + - Many osolete macro files were deleted + - Code cleaning; removed ROOT script folder, other cosmetics + 19.11.2019 G. Folger Tag: hadrontherapy-V10-05-02 -- remove using namespace std from header files: - HadrontherapyElectricTabulatedField3D.hh and HadrontherapyMagneticField3D.hh - put the using into the .cc file, and make use of endl consistent with g4cout or std::cout + - remove using namespace std from header files: + HadrontherapyElectricTabulatedField3D.hh and HadrontherapyMagneticField3D.hh + put the using into the .cc file, and make use of endl consistent with g4cout or std::cout 30.10.2019, S. Guatelli, Tag: hadrontherapy-V10-05-01 - namespace std deleted diff --git a/examples/advanced/hadrontherapy/RootScripts/README b/examples/advanced/hadrontherapy/RootScripts/README deleted file mode 100644 index c76daecbd26..00000000000 --- a/examples/advanced/hadrontherapy/RootScripts/README +++ /dev/null @@ -1,41 +0,0 @@ -The Root scripts (files with extension .C) contained in this directory, when executed with ROOT program -(with the command .x scriptName.C) perform a comparison beetween the experimental data files and simulation output. -Each subdirectory (proton, etc) contains a specific ROOT script. - ---> proton/BraggPeak -comparison.C performs a comparison beetwen non modulated Bragg peaks -comparison_ascii.C performs a comparisin between non modulated Bragg peaks, reading simulated data from ASCII file - -All the scripts in the iaeaBenchmark/ -directory apply to results produced using the IAEA geometry --->iaeaBenchmark/braggPeak.C -carbon-12 bragg peak plot - ---> iaeaBenchmark/checkBeam.C -Macro for checking beam FWHM - ---> iaeaBenchmark/fragmentAngularDistribution.C -Produces a histogram of the angular distribution of a certain type of charged fragment (default Z=1) interactively - ---> iaeaBenchmark/fragmentAngularDistributionGM.C -Produces a histogram of the angular distribution of a certain type of charged fragment (default Z=1) interactively - ---> iaeaBenchmark/fragmentAngularDistributionHistogram.C -Produces a histogram of the angular distribution of a certain type of charged fragment (default Z=1) interactively - ---> iaeaBenchmark/fragmentEnergy.C -Plot fragment energy distributions - ---> iaeaBenchmark/fragmentEnergyDistributionDifferentAngles.C -Plot fragment energy distributions - ---> iaeaBenchmark/fragmentYields.C -Produces the yield calculations for fragments below the angle of 10 degrees - ---> iaeaBenchmark/fragmentYieldsPlot.C -Produces the yield calculations for fragments below the angle of 10 degrees and compares to data - ---> iaeaBenchmark/readExfor.C -Example script for reading datafile - ---> iaeaBenchmark/rootlogon.C -Plotting style definition diff --git a/examples/advanced/hadrontherapy/RootScripts/proton/BraggPeak/comparison.C b/examples/advanced/hadrontherapy/RootScripts/proton/BraggPeak/comparison.C deleted file mode 100755 index b903bea8ed0..00000000000 --- a/examples/advanced/hadrontherapy/RootScripts/proton/BraggPeak/comparison.C +++ /dev/null @@ -1,71 +0,0 @@ -// G.A.P.Cirrone (2009) - -// Comparison beetwen experimental and simulated non modulated Bragg Peak -// Remember to run this file only if simulation has been run with the -// proton_therapy.mac file - -{ -gROOT->Reset(); -#include "Riostream.h" - - ifstream in; - - - // LOAD THE EXPERIMENTAL DATA FILE - // CONTAINED IN THE DIRECTORY - // hadrontherapy/experimentalData/proton/BraggPeak - TFile *experimentalFile = new TFile("../../../experimentalData/proton/BraggPeak/62MeVInWater.root","READ"); - - // HERE THE ROOT FILE IS INTERPRETED AS A TREE - TTree *experimentalTree = (TTree*)experimentalFile -> Get("Experimental62MeVInWater"); - - Float_t depthExp, EdepExp; - experimentalTree -> SetBranchAddress("EdepExp", &EdepExp); - experimentalTree -> SetBranchAddress("depthExp", &depthExp); - - - // CREATION AND NORMALISATION TO THE FIRST POINT OF AN NTUPLE CONTAINING THE EXPERIMENTAL DATA - TNtuple *ntupleExperimental = new TNtuple("ntupleExperimental","Protons, exp. data", "depthExp:EdepExp"); - Int_t nentries = (Int_t)experimentalTree -> GetEntries(); - for (Int_t i = 0; i GetEntry(0); - Float_t normFactor = EdepExp; - experimentalTree -> GetEntry(i); - ntupleExperimental -> Fill(depthExp, EdepExp/normFactor); - - } - - // LOAD THE SIMULATION RESULT FILE - // CONTAINED IN THE DIRECTORY - // hadrontherapy/simulationResults/proton/BraggPeak - TFile *simulationFile = new TFile("../../../SimulationOutputs/proton/BraggPeak/protonBraggPeak.root","READ"); - - // EXTRACTION, FROM THE SIMULATION FILE OF THE INTERESTING HISTOGRAMS - TH1D *simulatedPeak = (TH1D*) simulationFile -> Get("braggPeak"); - - Float_t simulationNormalisationFactor = simulatedPeak -> GetBinContent(1); - simulatedPeak -> Scale(1/simulationNormalisationFactor); - - - TCanvas *c1 = new TCanvas ("c1","c1",200,10,600,400); - - // PLOT - ntupleExperimental -> SetMarkerStyle(4); - simulatedPeak -> SetMarkerSize(2); - - ntupleExperimental -> Draw("EdepExp:depthExp"); - simulatedPeak-> Draw("same"); - - // LEGEND - leg = new TLegend(0.50,0.60,0.20,0.70); - leg -> SetTextSize(0.035); - leg -> SetFillColor(0); - leg -> AddEntry(ntupleExperimental, "Experiment","P"); - leg -> AddEntry(simulatedPeak, "Simulation"); - leg -> Draw(); - - - - -}; diff --git a/examples/advanced/hadrontherapy/RootScripts/proton/BraggPeak/comparison_ascii.C b/examples/advanced/hadrontherapy/RootScripts/proton/BraggPeak/comparison_ascii.C deleted file mode 100644 index fc9b10b6c3d..00000000000 --- a/examples/advanced/hadrontherapy/RootScripts/proton/BraggPeak/comparison_ascii.C +++ /dev/null @@ -1,140 +0,0 @@ -{ -#include - gROOT->Reset(); - ifstream in; - TFile * file = new TFile("Dose.root","RECREATE"); - // LOAD THE EXPERIMENTAL DATA FILE - // CONTAINED IN THE DIRECTORY - // hadrontherapy/experimentalData/proton/BraggPeak - - - TNtuple *ntupleExperimental = new TNtuple("ntupleExperimental","Protons, exp. data", "depthExp:EdepExp"); - - vector vec_dose, vec_iX; - - TString doseFileExp = "../../../experimentalData/proton/BraggPeak/62MeVInWater.out"; - - cout << "Reading file \" " << doseFileExp << "\" ... "; - Long64_t nlines = ntupleExperimental -> ReadFile(doseFileExp, "depthExp:EdepExp"); - if (nlines <=0){cout << "Error: Check file \"" << doseFileExp << "\"\n"; return;} - - printf("%d Experimental points found\n", nlines); - - Float_t depthExp, EdepExp; - ntupleExperimental -> SetBranchAddress("EdepExp", &EdepExp); - ntupleExperimental -> SetBranchAddress("depthExp", &depthExp); - - - // CREATION AND NORMALISATION TO THE FIRST POINT OF AN NTUPLE CONTAINING THE EXPERIMENTAL DATA - Int_t nentries = (Int_t)ntupleExperimental -> GetEntries(); - ntupleExperimental -> GetEntry(0); - Float_t normFactor = EdepExp; - for (Int_t l = 0; l GetEntry(l); - vec_dose.push_back(EdepExp); - vec_iX.push_back(depthExp); - } - - ntupleExperimental->Reset(); - - for (Int_t l=0;l Fill(depthExp, EdepExp); - } - - //***************************************************************************** - // Load Simulation file - TString doseFileSim = "../../../SimulationOutputs/proton/BraggPeak/Dose.out"; - TNtuple *TNtupleSim = new TNtuple("SimTree","dose from ascii file", "iX:jY:kZ:dose"); - - in.open(doseFileSim); - if (!in.is_open()){cout << "Error: Check file \"" << doseFileSim << "\"\n"; return;} - Char_t n[5]; - Float_t f1, f2, f3, f4; - nlines = 0; - cout << "Reading file \" " << doseFileSim << "\" ... "; - // Skip j,j,k,Dose strings - in >> n >> n >> n >> n; - do{ - in >> f1 >> f2 >> f3 >> f4; - nlines++; - TNtupleSim -> Fill(f1, f2, f3, f4); - nlines++;} - while(in.good()); - - if (nlines <= 0){cout << "\nNo data found! Check file \"" << doseFileSim << "\"\n"; return;} - in.close(); - - Float_t iX, dose, sumDose = 0., norm = 0. ; - TNtupleSim -> SetBranchAddress("dose", &dose); - TNtupleSim -> SetBranchAddress("iX", &iX); - - // Normalize data to 1 at the entry! - - nentries = (Int_t)TNtupleSim -> GetEntries(); - TNtupleSim -> GetEntry(0); - Int_t oldX = iX; - vec_iX.clear(); - vec_dose.clear(); - // Sum dose along X --> i - for (Int_t l = 0; l GetEntry(l); - if (iX==oldX){ sumDose+=dose;} - else - { - vec_dose.push_back(sumDose); - vec_iX.push_back(oldX); - sumDose = dose; - oldX = iX; - } - } - printf("%d Simulated points found\n", vec_iX.size()); - // Mean over the first points - for (Int_t l=0; l<5; l++) - { - norm +=vec_dose[l]; - } - norm /=l; - - TNtupleSim -> Reset(); - // Fill with normalized values. I suppose that slabs/voxel are 0.2 mm depth - for (Int_t l=0;l Fill(iX, 0, 0, dose); - } - - TCanvas *c1 = new TCanvas ("c1","c1",200,10,600,400); - // Triangle - TNtupleSim-> SetMarkerStyle(26); - TNtupleSim-> SetMarkerSize(0.8); - // Square - //TNtupleSim-> SetMarkerStyle(25); - // Star - //TNtupleSim-> SetMarkerStyle(3); - // circle - ntupleExperimental -> SetMarkerStyle(4); - ntupleExperimental -> SetMarkerColor(2); - ntupleExperimental -> SetMarkerSize(0.8); - - ntupleExperimental -> Draw("EdepExp:depthExp"); - TNtupleSim -> Draw("dose:iX","","same"); - - - // LEGEND - leg = new TLegend(0.50,0.60,0.20,0.70); - leg -> SetTextSize(0.035); - leg -> SetFillColor(0); - leg -> AddEntry(ntupleExperimental, "Experiment", "P"); - leg -> AddEntry(TNtupleSim, "Simulation", "P"); - leg -> Draw(); - - - //c1->SaveAs("braggPeakComparison.pdf"); -} diff --git a/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/62MeVInWater.out b/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/62MeVInWater.out deleted file mode 100644 index 9dbdcfda53a..00000000000 --- a/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/62MeVInWater.out +++ /dev/null @@ -1,203 +0,0 @@ -2.83000 1.19127052 -3.13302 1.19605815 -3.43223 1.20025793 -3.73195 1.20083716 -4.03218 1.20716685 -4.33266 1.21503907 -4.63289 1.21565336 -4.93236 1.22036277 -5.23233 1.22640181 -5.53231 1.23277227 -5.83279 1.23215461 -6.13302 1.24313161 -6.43248 1.24596279 -6.73220 1.25513042 -7.03294 1.26001301 -7.33291 1.26463577 -7.63289 1.27339981 -7.93261 1.27515311 -8.23283 1.28398706 -8.53306 1.28821428 -8.83278 1.30024836 -9.13225 1.30344739 -9.43248 1.31579891 -9.73270 1.31956695 -10.03268 1.32434253 -10.33265 1.33155068 -10.63288 1.33944766 -10.93311 1.35157211 -11.23283 1.35285381 -11.53280 1.36276550 -11.83303 1.36561297 -12.13300 1.37302473 -12.43298 1.38263799 -12.73270 1.38867732 -12.83252 1.38054150 -13.03267 1.39479438 -13.23308 1.40177768 -13.43298 1.40642523 -13.63287 1.41399200 -13.83277 1.41480223 -14.03267 1.42004773 -14.23308 1.42990268 -14.43272 1.42072265 -14.63313 1.43836504 -14.83277 1.44989982 -15.03267 1.45164569 -15.23282 1.46184596 -15.43246 1.45760482 -15.63287 1.46750956 -15.83302 1.47462666 -16.03317 1.48009552 -16.23282 1.48796321 -16.43297 1.49513778 -16.63261 1.50246608 -16.83302 1.51185142 -17.03317 1.51802306 -17.23307 1.52801534 -17.43297 1.53525124 -17.63287 1.54418982 -17.83276 1.54492472 -18.03317 1.56420970 -18.23307 1.57171670 -18.43297 1.57647357 -18.63286 1.58998638 -18.83276 1.59989980 -19.03291 1.60548658 -19.23281 1.61980560 -19.43296 1.62816070 -19.63312 1.62944882 -19.83301 1.64849308 -20.03317 1.64996817 -20.23306 1.66863824 -20.43271 1.67764099 -20.63311 1.69094464 -20.83301 1.69526655 -21.03316 1.71848564 -21.23306 1.72911076 -21.43296 1.74527996 -21.63311 1.75340963 -21.83276 1.77348753 -22.03316 1.79104759 -22.23128 1.80249281 -22.43296 1.82429050 -22.63311 1.84183067 -22.83250 1.85321256 -22.93258 1.86545342 -23.03316 1.87446186 -23.13273 1.88472760 -23.23280 1.89372611 -23.33313 1.89757601 -23.43296 1.90990539 -23.53252 1.92118614 -23.63311 1.93062526 -23.73217 1.94360545 -23.83301 1.95330159 -23.93283 1.96520631 -24.03290 1.97618096 -24.13247 1.98479106 -24.23229 2.00200671 -24.33288 2.01672462 -24.43270 2.02298059 -24.53278 2.04096272 -24.63311 2.05395612 -24.73217 2.06500870 -24.83275 2.07972031 -24.93283 2.09309829 -25.03290 2.10789938 -25.13298 2.12531626 -25.23204 2.13764160 -25.33288 2.15467386 -25.43244 2.17851852 -25.53303 2.19319304 -25.63260 2.21371490 -25.73267 2.23175362 -25.83275 2.24818581 -25.93257 2.26679014 -26.03290 2.28681139 -26.13196 2.30670460 -26.23254 2.32851515 -26.33287 2.34634619 -26.43270 2.36599401 -26.53277 2.39151846 -26.63310 2.41427921 -26.73242 2.44757978 -26.83275 2.47402597 -26.93308 2.50065524 -27.03315 2.52998366 -27.13272 2.56235662 -27.23229 2.59075696 -27.33262 2.62659453 -27.43295 2.66052686 -27.53226 2.69742151 -27.63158 2.73333509 -27.73292 2.77261216 -27.83249 2.81621375 -27.93307 2.85576240 -28.03290 2.90265440 -28.13297 2.94925613 -28.23279 2.99109855 -28.33312 3.03626471 -28.43218 3.08289835 -28.53302 3.14701438 -28.63284 3.21113110 -28.73267 3.27978980 -28.83223 3.35854342 -28.93282 3.43154626 -29.03289 3.52010630 -29.13272 3.62501730 -29.23254 3.74397380 -29.33312 3.87054638 -29.43269 4.01363438 -29.53251 4.18010753 -29.63284 4.35492033 -29.73241 4.54544455 -29.83299 4.74712893 -29.93307 4.95624315 -30.03238 5.16575517 -30.13297 5.16691417 -30.23279 5.18690693 -30.33287 5.01038238 -30.53302 4.81064279 -30.63284 4.29339952 -30.73266 3.71160520 -30.83223 3.10374924 -30.93281 2.46022989 -31.03314 1.86821525 -31.13271 1.31102022 -31.23279 0.89458176 -31.33286 0.54620642 -31.43243 0.32023949 -31.53200 0.17508132 -31.63309 0.08822773 -31.73317 0.04228641 -31.83299 0.01774494 -31.93281 0.00717772 -32.03314 0.00287175 -32.13271 0.00133736 -32.23253 0.00002863 -32.33235 0.00000000 -32.43294 0.00000000 -32.53251 0.00000000 -32.63207 0.00000000 -32.73215 0.00000000 -32.83223 0.00000000 -32.93281 0.00000000 -33.03289 0.00000000 -33.13271 0.00000000 -33.23202 0.00000000 -33.33286 -0.00002873 -33.43192 -0.00002983 -33.53276 0.00000000 -33.63258 -0.00002894 -33.73266 0.00000000 -33.83299 0.00000000 -33.93230 0.00000000 -34.03263 0.00000000 -34.13271 0.00000000 -34.23278 0.00000000 -34.33286 0.00000000 -34.43293 0.00000000 -34.53276 0.00000000 -34.63283 0.00000000 -34.73291 0.00000000 diff --git a/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/62MeVInWater.root b/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/62MeVInWater.root deleted file mode 100644 index 33087b04b13..00000000000 Binary files a/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/62MeVInWater.root and /dev/null differ diff --git a/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/README b/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/README index b49897fea97..7688e9b64cc 100644 --- a/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/README +++ b/examples/advanced/hadrontherapy/experimentalData/proton/BraggPeak/README @@ -4,10 +4,10 @@ README file relative to proton experimental Bragg peaks Description of experimental data file provided and of the corresponding simulation configuration to use for the comparison ---> 62MeVInWater.root - Bragg peak acquired in the CATANA protontherapy facility at INFN-LNS (I). - It can be reproduce with the complete passive beam line of Hadrontherapy. - This file contains one ntuple with two columns: - the depth in water (expressed in millimiter) and the energy deposited (expressed in arbitrary units). - Use the proton_therapy.mac file to perform a simulation whose result can be compared with this file. - The .out file contains the same data in ASCII format. \ No newline at end of file +--> experimental62MeVProtonBraggPeak.out + This is a two columns file reresenting an experimental proton Bragg peak acquired + at the INFN-LNS proton therapy facility and generated by a 62 MeV proton beam penetrating + a water tank. + The first column represent the depth in millimeters of water; + The second column represent the energy deposited per millimeter as measured by an + ionisation chamber moving in water. diff --git a/examples/advanced/hadrontherapy/hadrontherapy.cc b/examples/advanced/hadrontherapy/hadrontherapy.cc index d44d9d68e38..0128a73b2e4 100644 --- a/examples/advanced/hadrontherapy/hadrontherapy.cc +++ b/examples/advanced/hadrontherapy/hadrontherapy.cc @@ -35,15 +35,15 @@ // // ACTUAL CONTRIBUTORS // ==================== -// G.A.P. Cirrone(a), Z. Mei(i), L. Pandola(a), G. Petringa(a), F. Romano (a,g) +// G.A.P. Cirrone(a), L. Pandola(a), G. Petringa(a) // // // ==========> PAST CONTRIBUTORS <========== // // R. Calcagno(a), G.Danielsen (b), F.Di Rosa(a), // S.Guatelli(c), A.Heikkinen(b), P.Kaitaniemi(b), -// A.Lechner(d), S.E.Mazzaglia(a), M.G.Pia(e), -// G.Russo(a,h), M.Russo(a), A. Tramontana (a), +// A.Lechner(d), S.E.Mazzaglia(a), Z. Mei(h), M.G.Pia(e), +// F.Romano(a), G.Russo(a,g), M.Russo(a), A. Tramontana (a), // A.Varisano(a) // // (a) Laboratori Nazionali del Sud of INFN, Catania, Italy @@ -52,9 +52,8 @@ // (d) CERN, Geneve, Switzwerland // (e) INFN Section of Genova, Genova, Italy // (f) Physics and Astronomy Department, Univ. of Catania, Catania, Italy -// (g) National Physics Laboratory, Teddington, UK -// (h) CNR-IBFM, Italy -// (i) Institute of Applied Electromagnetic Engineering(IAEE) +// (g) CNR-IBFM, Italy +// (h) Institute of Applied Electromagnetic Engineering(IAEE) // Huazhong University of Science and Technology(HUST), Wuhan, China // // diff --git a/examples/advanced/hadrontherapy/hadrontherapy.out b/examples/advanced/hadrontherapy/hadrontherapy.out deleted file mode 100644 index 78f42c51a89..00000000000 --- a/examples/advanced/hadrontherapy/hadrontherapy.out +++ /dev/null @@ -1,602 +0,0 @@ - - ############################################ - !!! WARNING - FPE detection is activated !!! - ############################################ - -************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) - Copyright : Geant4 Collaboration - References : NIM A 506 (2003), 250-303 - : IEEE-TNS 53 (2006), 270-278 - : NIM A 835 (2016), 186-225 - WWW : http://geant4.org/ -************************************************************** - -Activating geometry default -Going to register Parallel world...... done -Using HadrontherapyPhysicsList() -Using Csv -Visualization Manager instantiating with verbosity "warnings (3)"... -Visualization Manager initialising... -Registering graphics systems... - -You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, 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 filter factories: - attributeFilter - chargeFilter - originVolumeFilter - particleFilter - encounteredVolumeFilter - -You have successfully registered the following user vis actions. -Run Duration User Vis Actions: none -End of Event User Vis Actions: none -End of Run User Vis Actions: none - -Some /vis commands (optionally) take a string to specify colour. -"/vis/list" to see available colours. -/tracking/verbose 0 -/run/verbose 1 -/event/verbose 0 -/Physics/addPhysics standard_opt4 -THE FOLLOWING ELECTROMAGNETIC PHYSICS LIST HAS BEEN ACTIVATED: G4EmStandardPhysics_option4 -/run/initialize -/run/geometryModified -HadrontherapyMatrix: Memory space to store physical dose into 200 voxels has been allocated -/run/geometryModified -The (X,Y,Z) dimensions of the phantom are : (40 cm ,40 cm ,40 cm ) -The (X,Y,Z) dimensions of the detector are : (40 cm ,40 cm ,40 cm ) -Displacement between Phantom and World is: DX= 20 cm DY= 0 fm DZ= 0 fm -The (X,Y,Z) sizes of the Voxels are: (200 um ,4 cm ,4 cm ) -The number of Voxels along (X,Y,Z) is: (200,1,1) ---- G4CoupledTransportation is used -Warning : Region does not have specific production cuts, -even though it appears in the current tracking world. -Default cuts are used for this region. -/gps/pos/shape Circle -/gps/pos/centre -310. 0. 0. cm -/gps/pos/radius 0. mm -/gps/pos/sigma_r 2. mm -/gps/particle proton -/gps/pos/type Beam -/gps/pos/rot1 0 1 0 -/gps/pos/rot2 0 0 1 -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/ang/type beam1d -/gps/ang/sigma_r 0. deg -/gps/ene/type Gauss -/gps/ene/mono 62 MeV -/gps/ene/sigma 0.3 MeV -/Step/waterPhantomStepMax 1 mm -/changePhantom/size 40 40 40 cm -/changePhantom/position 20 0 0 cm -/changeDetector/size 4 4 4 cm -/changeDetector/voxelSize 1 40 40 mm -/changeDetector/displacement 0 18 18 cm -/changePhantom/update -HadrontherapyMatrix: Memory space to store physical dose into 40 voxels has been allocated -/run/geometryModified -The (X,Y,Z) dimensions of the phantom are : (40 cm ,40 cm ,40 cm ) -The (X,Y,Z) dimensions of the detector are : (4 cm ,4 cm ,4 cm ) -Displacement between Phantom and World is: DX= 20 cm DY= 0 fm DZ= 0 fm -The (X,Y,Z) sizes of the Voxels are: (1 mm ,4 cm ,4 cm ) -The number of Voxels along (X,Y,Z) is: (40,1,1) -/event/printEventNumber 100 -/run/beamOn 500 - -### === Deexcitation model UAtomDeexcitation is activated for 2 regions: - DefaultRegionForTheWorld 1 0 0 - DetectorLog 1 0 0 -### === Ignore cuts flag: 0 - -phot: for gamma SubType=12 BuildTable=0 - LambdaPrime table from 200 keV to 100 TeV in 174 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermorePhElectric : Emin= 0 eV Emax= 100 TeV SauterGavrila Fluo - -compt: for gamma SubType=13 BuildTable=1 - Lambda table from 100 eV to 1 MeV, 20 bins/decade, spline: 1 - LambdaPrime table from 1 MeV to 100 TeV in 160 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEPComptonModel : Emin= 0 eV Emax= 20 MeV Fluo - KleinNishina : Emin= 20 MeV Emax= 100 TeV Fluo - -conv: for gamma SubType=14 BuildTable=1 - Lambda table from 1.022 MeV to 100 TeV, 20 bins/decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BetheHeitler5D : Emin= 0 eV Emax= 100 TeV ModifiedTsai - -Rayl: for gamma SubType=11 BuildTable=1 - Lambda table from 100 eV to 100 keV, 20 bins/decade, spline: 0 - LambdaPrime table from 100 keV to 100 TeV in 180 bins - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LivermoreRayleigh : Emin= 0 eV Emax= 100 TeV CullenGenerator - -msc: for e- SubType= 10 - RangeFactor= 0.08, stepLimType: 2, latDisp: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV - WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV - -eIoni: for e- SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI - MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI - -eBrem: for e- 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- SubType=4 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - Sampling table 25x1001 from 0.1 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ePairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for e-, integral:1 SubType=1 BuildTable=1 - Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 100 MeV Emax= 100 TeV - -msc: for e+ SubType= 10 - RangeFactor= 0.08, stepLimType: 2, latDisp: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - GoudsmitSaunderson : Emin= 0 eV Emax= 100 MeV Nbins=120 100 eV - 100 MeV - WentzelVIUni : Emin= 100 MeV Emax= 100 TeV Nbins=120 100 MeV - 100 TeV - -eIoni: for e+ SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - PenIoni : Emin= 0 eV Emax= 100 keV - MollerBhabha : Emin= 100 keV Emax= 100 TeV deltaVI - -eBrem: for e+ 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+ SubType=4 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - Sampling table 25x1001 from 0.1 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ePairProd : Emin= 0 eV Emax= 100 TeV - -annihil: for e+, integral:1 SubType=5 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eplus2gg : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for e+, integral:1 SubType=1 BuildTable=1 - Lambda table from 100 MeV to 100 TeV, 20 bins/decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 100 MeV Emax= 100 TeV - -msc: for proton SubType= 10 - RangeFactor= 0.2, stepLimType: 0, latDisp: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - -hIoni: for proton SubType=2 - dE/dx and range tables from 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.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 2 MeV deltaVI - BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI - -hBrems: for proton SubType=3 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for proton SubType=4 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - Sampling table 17x1001 from 7.50618 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 - Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for GenericIon SubType= 10 - RangeFactor= 0.2, stepLimType: 0, latDisp: 0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV - -ionIoni: for GenericIon SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI - -nuclearStopping: for GenericIon SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - -msc: for alpha SubType= 10 - RangeFactor= 0.2, stepLimType: 0, latDisp: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - -ionIoni: for alpha SubType=2 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI - BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI - -nuclearStopping: for alpha SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - -msc: for anti_proton SubType= 10 - RangeFactor= 0.2, stepLimType: 0, latDisp: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - -hIoni: for anti_proton SubType=2 - dE/dx and range tables from 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.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI - BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI - -hBrems: for anti_proton SubType=3 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for anti_proton SubType=4 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - Sampling table 17x1001 from 7.50618 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for anti_proton, integral:1 SubType=1 BuildTable=1 - Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for kaon+ SubType= 10 - RangeFactor= 0.2, stepLimType: 0, latDisp: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - -hIoni: for kaon+ SubType=2 - dE/dx and range tables from 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.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI - BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI - -hBrems: for kaon+ SubType=3 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for kaon+ SubType=4 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - Sampling table 18x1001 from 3.94942 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for kaon+, integral:1 SubType=1 BuildTable=1 - Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for kaon- SubType= 10 - RangeFactor= 0.2, stepLimType: 0, latDisp: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - -hIoni: for kaon- SubType=2 - dE/dx and range tables from 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.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI - BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI - -hBrems: for kaon- SubType=3 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for kaon- SubType=4 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - Sampling table 18x1001 from 3.94942 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for kaon-, integral: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 - RangeFactor= 0.2, stepLimType: 0, latDisp: 1, polarAngLim(deg)= 180 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - -muIoni: for mu+ SubType=2 - dE/dx and range tables from 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.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV - -muBrems: for mu+ SubType=3 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MuBrem : Emin= 0 eV Emax= 100 TeV - -muPairProd: for mu+ SubType=4 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - Sampling table 21x1001 from 1 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - muPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for mu+, integral:1 SubType=1 BuildTable=1 - Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for mu- SubType= 10 - RangeFactor= 0.2, stepLimType: 0, latDisp: 1, polarAngLim(deg)= 180 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - -muIoni: for mu- SubType=2 - dE/dx and range tables from 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.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI - BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI - MuBetheBloch : Emin= 1 GeV Emax= 100 TeV - -muBrems: for mu- SubType=3 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MuBrem : Emin= 0 eV Emax= 100 TeV - -muPairProd: for mu- SubType=4 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - Sampling table 21x1001 from 1 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - muPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for mu-, integral: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 - RangeFactor= 0.2, stepLimType: 0, latDisp: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - -hIoni: for pi+ SubType=2 - dE/dx and range tables from 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.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - Bragg : Emin= 0 eV Emax=297.505 keV deltaVI - BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI - -hBrems: for pi+ SubType=3 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for pi+ SubType=4 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - Sampling table 20x1001 from 1.11656 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for pi+, integral:1 SubType=1 BuildTable=1 - Lambda table from threshold to 100 TeV, 20 bins/decade, spline: 1 - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -msc: for pi- SubType= 10 - RangeFactor= 0.2, stepLimType: 0, latDisp: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - WentzelVIUni : Emin= 0 eV Emax= 100 TeV Nbins=240 100 eV - 100 TeV - -hIoni: for pi- SubType=2 - dE/dx and range tables from 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.01 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI - BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI - -hBrems: for pi- SubType=3 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 100 TeV - -hPairProd: for pi- SubType=4 - dE/dx and range tables from 100 eV to 100 TeV in 240 bins - Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - Sampling table 20x1001 from 1.11656 GeV to 100 TeV - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 100 TeV - -CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 - Used Lambda table of pi+ - ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - eCoulombScattering : Emin= 0 eV Emax= 100 TeV - -========= Table of registered couples ============================== - -Index : 0 used in the geometry : Yes - Material : G4_AIR - Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 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.90363 keV e- 598.345 keV e+ 570.85 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 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.501 keV e- 2.01928 MeV e+ 1.88805 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.98035 keV e- 419.056 keV e+ 405.209 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.2568 keV e- 1.32231 MeV e+ 1.24471 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.78665 keV e- 389.196 keV e+ 376.336 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.7508 keV e- 1.39534 MeV e+ 1.31345 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.02067 keV e- 419.056 keV e+ 405.209 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV - Region(s) which use this couple : - DefaultRegionForTheWorld - DetectorLog - -==================================================================== - -G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. -See commands in /vis/modeling/trajectories/ for other options. -### Run 0 starts. -Run 0 starts ... - Run terminated. -Run Summary - Number of events processed : 500 - User=5.620000s Real=5.686506s Sys=0.050000s -... write Csv file : Hadrontherapy_h1_Ekin.csv - done -... write Csv file : Hadrontherapy_h1_Edep.csv - done -... write Csv files : - done -Graphics systems deleted. -Visualization Manager deleting... -The simulation took: 9.80263 s to run (real time) -Dose is being written to Dose.out -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.39 MB -============================================================ -RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/hadrontherapy/include/HadrontherapyDetectorSD.hh b/examples/advanced/hadrontherapy/include/HadrontherapyDetectorSD.hh index c0441c530cd..a2d7cccbb60 100644 --- a/examples/advanced/hadrontherapy/include/HadrontherapyDetectorSD.hh +++ b/examples/advanced/hadrontherapy/include/HadrontherapyDetectorSD.hh @@ -35,6 +35,7 @@ class G4Step; class G4HCofThisEvent; class G4TouchableHistory; +class HadrontherapyRBEAccumulable; class HadrontherapyDetectorSD : public G4VSensitiveDetector { public: @@ -52,6 +53,7 @@ public: private: HadrontherapyDetectorHitsCollection *HitsCollection; G4String sensitiveDetectorName; + HadrontherapyRBEAccumulable* fRBEAccumulable{ nullptr }; }; #endif diff --git a/examples/advanced/hadrontherapy/macro/ExternalSource.mac b/examples/advanced/hadrontherapy/macro/ExternalSource.mac deleted file mode 100755 index 9fdc7b4ba76..00000000000 --- a/examples/advanced/hadrontherapy/macro/ExternalSource.mac +++ /dev/null @@ -1,143 +0,0 @@ -# G.A.P.Cirrone -# -# Default macro file. It is called if no argument is provided at run -# -# i.e. simply typing $G4WORKDIR/bin/Linux-++/Hadrontherapy -# -# This macro can be used for a proton beam in water. Both electrmagnetic and -# hadronic models are swiched on - -######################### -# Set of the verboses -# -/control/verbose 1 -/tracking/verbose 0 -/run/verbose 1 -/event/verbose 0 - -########################## -# Set of the physic models -# -/Physics/addPhysics QGSP_BIC_EMY - -/run/numberOfThreads 4 - -########################## -# INFN-LNS transport beam line, -# normally used for interdisciplinary -# researches with carbon and -# and other ion beams is activated -# with the following command -# -/geometrySetup/selectGeometry Carbon - -########################## -# Initialisation procedure -# -/run/initialize - -########################## -# Visualisation -# -#/vis/open OGLI 600x600-0+0 - -# Disable auto refresh and quieten vis messages whilst scene and -# trajectories are established: -#/vis/viewer/set/autoRefresh false -#/vis/verbose errors - -#/vis/drawVolume -#/vis/viewer/set/viewpointThetaPhi 30 140 deg -#/vis/viewer/zoom 1 -#/vis/viewer/pan -10 0 cm -#/vis/scene/add/trajectories smooth - -#/vis/scene/endOfEventAction accumulate - -#/vis/viewer/set/autoRefresh true -#/vis/verbose warnings - -########################## -# Set here the cut and the step max for the tracking. -# Suggested values of cut and step: -# Set cuts OUTSIDE the detector -/run/setCut 10 mm -# Set cuts ONLY inside the detector -# -/run/setCutForRegion DetectorLog 0.1 mm - -/Step/waterPhantomStepMax 0.1 mm - -########################################################################################################## -# PRIMARY PARTICLES - -# the beam spot is centered at the origin and is -# of 1d gaussian shape with a 3mm central plateau -# - -#---------------------------gps----------------- -/gps/pos/shape Circle -/gps/pos/centre -80. 0. 0. mm -/gps/pos/radius 0. mm -/gps/pos/sigma_r 2. mm -/gps/particle ion -/gps/ion 6 12 6 -/gps/pos/type Beam - - -# the incident surface is in the y-z plane - -/gps/pos/rot1 0 1 0 -/gps/pos/rot2 0 0 1 - -# the beam is travelling along the x-axis without any angular dispersion (angular despersion set to 0.0) -# - -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/ang/type beam1d -/gps/ang/sigma_r 0. deg - - -# the beam energy is in gaussian profile -# -/gps/ene/type Gauss -/gps/ene/mono 744 MeV -/gps/ene/sigma 0.740 MeV - - -# Voxelised detector -/changePhantom/size 40 40 40 cm -/changePhantom/position 20 0 0 cm - -/changeDetector/size 4 4 4 cm -/changeDetector/voxelSize .1 40 40 mm - -# Put the detector in the lower left corner of the phantom -/changeDetector/displacement 0 18 18 cm -/changePhantom/update - -/changeTheSource/VirtualLayer true -/changeTheSource/VirtualLayerPosition -4 0 0 cm - -/primaryParticleData/NewSource true -/primaryParticleData/calculatedPhaseSpaceFileIN Layer_TuttaLinea.txt - - -######################### -# Display the event number -# during the run -# -/run/printProgress 1000 - -# Compute Dose and Fluence for secondary -#/analysis/secondary true - - -######################### -# Start of the run -# -######################### - -/run/beamOn 1 - diff --git a/examples/advanced/hadrontherapy/macro/RBE-187MeV-carbon.mac b/examples/advanced/hadrontherapy/macro/RBE-187MeV-carbon.mac deleted file mode 100755 index 03a857e814e..00000000000 --- a/examples/advanced/hadrontherapy/macro/RBE-187MeV-carbon.mac +++ /dev/null @@ -1,39 +0,0 @@ -/Physics/addPhysics QGSP_BIC_EMY -/geometrySetup/selectGeometry Carbon -/run/initialize - -/run/setCut 1 mm -/run/setCutForRegion DetectorLog 1 km - -/Step/waterPhantomStepMax 10 um - -/gps/particle ion -/gps/ion 6 12 6 -/gps/position 0. 0. 0. cm -/gps/ene/type Gauss -/gps/ene/mono 2244 MeV -/gps/direction 1 0 0 - -/changePhantom/size 40 40 40 cm -/changePhantom/position 20 0 0 cm -/changePhantom/material G4_WATER - -/changeDetector/voxelSize .02 40 40 mm -/changeDetector/size 120 40 40 mm -/changeDetector/displacement 0 18 18 cm # With respect to the phantom - -/changePhantom/update - -/event/printEventNumber 100 - -### RBE (CHO cell line) -/rbe/calculation 1 -/rbe/verbose 2 -/rbe/loadLemTable data/rbe/CHOScholz1997_LEM.csv -/rbe/cellLine CHO - -/rbe/doseScale 320000 -# Dose scale should be: 2e7 / nEvents * voxelSizeInCm2 - -/run/printProgress 100 -/run/beamOn 1000 diff --git a/examples/advanced/hadrontherapy/macro/RBE-62MeV-proton-modulator.loop b/examples/advanced/hadrontherapy/macro/RBE-62MeV-proton-modulator.loop deleted file mode 100755 index d5a7761edf5..00000000000 --- a/examples/advanced/hadrontherapy/macro/RBE-62MeV-proton-modulator.loop +++ /dev/null @@ -1,3 +0,0 @@ -# macro to be run in loop -/modulator/angle 1 deg -/run/beamOn 100 diff --git a/examples/advanced/hadrontherapy/macro/RBE-62MeV-proton.mac b/examples/advanced/hadrontherapy/macro/RBE-62MeV-proton.mac deleted file mode 100755 index 9c81563e8b4..00000000000 --- a/examples/advanced/hadrontherapy/macro/RBE-62MeV-proton.mac +++ /dev/null @@ -1,89 +0,0 @@ -/Physics/addPhysics QGSP_BIC_EMY -# /geometrySetup/selectGeometry Carbon -/run/initialize - -/run/setCut 1 mm -/run/setCutForRegion DetectorLog 1 km - -/Step/waterPhantomStepMax 10 um - -# /gps/particle proton -# /gps/pos/centre 0. 0. 0. cm -# /gps/pos/type Beam -# /gps/pos/rot1 0 1 0 -# /gps/pos/rot2 0 0 1 -# /gps/ene/type Gauss -# /gps/ene/mono 62 MeV -# /gps/direction 1 0 0 - -#---------------------------gps----------------- -/gps/pos/shape Circle -/gps/pos/centre -310. 0. 0. cm -/gps/pos/radius 0. mm -/gps/pos/sigma_r 2.5 mm -/gps/particle proton -/gps/pos/type Beam -/gps/pos/rot1 0 1 0 -/gps/pos/rot2 0 0 1 -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/ang/type beam1d -/gps/ang/sigma_r 0. deg -/gps/ene/type Gauss -/gps/ene/mono 62 MeV -/gps/ene/sigma 0.3 MeV - -#--------------detector and phantom----------------- -/changePhantom/size 40 40 40 cm -/changePhantom/position 20 0 0 cm -/changePhantom/material G4_WATER - -/changeDetector/voxelSize .02 40 40 mm -/changeDetector/size 120 40 40 mm -/changeDetector/displacement 0 18 18 cm # With respect to the phantom - -/changePhantom/update - - -# /score/create/boxMesh boxMesh_1 -# /score/mesh/translate/xyz 60. 20. 20. mm -# /score/mesh/boxSize 60. 20. 20. mm -# /score/mesh/nBin 6000 1 1 -# /score/quantity/doseDeposit dose -# /score/close - -/event/printEventNumber 100 - -### RBE -/rbe/verbose 2 -/rbe/loadLemTable data/rbe/lem1.csv -/rbe/calculation 1 -/rbe/accumulate 1 - -## U87 -#/rbe/dcut 8.0 gray -#/rbe/alphaX 0.11 gray(-1) -#/rbe/betaX 0.06 gray(-2) -#/rbe/lemTable data/rbe/U87_LEM.dat -/rbe/cellLine U87 - -## AG01522 -#/rbe/dcut 9.5 gray -#/rbe/alphaX 0.54 gray(-1) -#/rbe/betaX 0.062 gray(-2) -#/rbe/lemTable data/rbe/AG01522_LEM.dat - -/rbe/doseScale 7777770 -# Dose scale should be: 2e7 / nEvents * voxelSizeInCm2 - -/modulator/ReadData Modulators/Modulator010.txt -/modulator/RMWMat G4_PLEXIGLASS -/modulator/position -2160.5 30 50 mm -/modulator/innerRadius 2.5 cm -/modulator/outRadius 9.5 cm - -# Running in loop -/control/alias initialValue 0 -/control/alias finalValue 360 -/control/alias stepSize 1 -/control/loop macro/RBE-62MeV-proton-modulator.loop counterName {initialValue} {finalValue} {stepSize} diff --git a/examples/advanced/hadrontherapy/macro/Taranis.mac b/examples/advanced/hadrontherapy/macro/Taranis.mac deleted file mode 100644 index 29fe23327cf..00000000000 --- a/examples/advanced/hadrontherapy/macro/Taranis.mac +++ /dev/null @@ -1,223 +0,0 @@ -# A: Tramontana -# tramontana@lns.infn.it -# -# Macro file recommended for the use with laser-driven beam line and built-in physic list. -# This macro uses the physics list already contained in the Geant4 distribution - -####################### -# Set of the verboses # -####################### -# -/control/verbose 1 -/tracking/verbose 0 -/run/verbose 1 -/event/verbose 0 - -########################################################################################################### -# ACTIVATED PHYSICS MODELS -/Physics/addPhysics standard_opt4 - -/geometrySetup/selectGeometry LaserDriven - -# Initialize geometry and physic -/run/initialize -########################################################################################################## -############### Define the entrance beam: TARANIS angular distribution -## beam->1-2 -#/gps/verbose 2 -/gps/source/intensity 3.6 -/gps/particle proton -/gps/pos/type Beam -/gps/pos/shape Circle -/gps/pos/centre -171.3 0.0 0.0 cm -/gps/pos/radius 0.007 mm -/gps/pos/sigma_r 0. mm -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/pos/rot1 0 0 1 -/gps/pos/rot2 0 1 0 -/gps/ang/type iso -/gps/ang/mintheta 0 deg -/gps/ang/maxtheta 26.69 deg -/gps/ene/type Arb -/gps/hist/type arb -/gps/hist/point 1.1 3.5 -/gps/hist/point 3.1399999999999999 1.2 -/gps/hist/inter Exp - -## beam->2-3 -#/gps/verbose 2 -/gps/source/add 0.98 -/gps/particle proton -/gps/pos/type Beam -/gps/pos/shape Circle -/gps/pos/centre -171.3 0.0 0.0 cm -/gps/pos/radius 0.007 mm -/gps/pos/sigma_r 0. mm -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/pos/rot1 0 0 1 -/gps/pos/rot2 0 1 0 -/gps/ang/type iso -/gps/ang/mintheta 0 deg -/gps/ang/maxtheta 23.49 deg -/gps/ene/type Arb -/gps/hist/type arb -/gps/hist/point 3.14 0.98899 -/gps/hist/point 4.4499999999999999999 0.5382 -/gps/hist/inter Exp - -## beam->3-4 -#/gps/verbose 2 -/gps/source/add 0.50003 -/gps/particle proton -/gps/pos/type Beam -/gps/pos/shape Circle -/gps/pos/centre -171.3 0.0 0.0 cm -/gps/pos/radius 0.007 mm -/gps/pos/sigma_r 0. mm -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/pos/rot1 0 0 1 -/gps/pos/rot2 0 1 0 -/gps/ang/type iso -/gps/ang/mintheta 0 deg -/gps/ang/maxtheta 19.8 deg -/gps/ene/type Arb -/gps/hist/type arb -/gps/hist/point 4.45 1.0 -/gps/hist/point 5.4999999999999999 0.59 -/gps/hist/inter Exp - -## beam->4-5 -#/gps/verbose 2 -/gps/source/add 0.25041 -/gps/particle proton -/gps/pos/type Beam -/gps/pos/shape Circle -/gps/pos/centre -171.3 0.0 0.0 cm -/gps/pos/radius 0.007 mm -/gps/pos/sigma_r 0. mm -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/pos/rot1 0 0 1 -/gps/pos/rot2 0 1 0 -/gps/ang/type iso -/gps/ang/mintheta 0 deg -/gps/ang/maxtheta 16.03 deg -/gps/ene/type Arb -/gps/hist/type arb -/gps/hist/point 5.5 1.0 -/gps/hist/point 6.419999999999999999 0.60093 -/gps/hist/inter Exp - -## beam->5-6 -#/gps/verbose 2 -/gps/source/add 0.140041 -/gps/particle proton -/gps/pos/type Beam -/gps/pos/shape Circle -/gps/pos/centre -171.3 0.0 0.0 cm -/gps/pos/radius 0.007 mm -/gps/pos/sigma_r 0. mm -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/pos/rot1 0 0 1 -/gps/pos/rot2 0 1 0 -/gps/ang/type iso -/gps/ang/mintheta 0 deg -/gps/ang/maxtheta 12.93 deg -/gps/ene/type Arb -/gps/hist/type arb -/gps/hist/point 6.42 1.2 -/gps/hist/point 7.249999999999999999 0.670093 -/gps/hist/inter Exp - -## beam->3 -#/gps/verbose 2 -/gps/source/add 0.120094 -/gps/particle proton -/gps/pos/type Beam -/gps/pos/shape Circle -/gps/pos/centre -171.3 0.0 0.0 cm -/gps/pos/radius 0.007 mm -/gps/pos/sigma_r 0. mm -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/pos/rot1 0 0 1 -/gps/pos/rot2 0 1 0 -/gps/ang/type iso -/gps/ang/mintheta 0 deg -/gps/ang/maxtheta 9.45 deg -/gps/ene/type Arb -/gps/hist/type arb -/gps/hist/point 7.25 1.4 -/gps/hist/point 8.3 0.630513 -/gps/hist/inter Exp -###################################################################### -#/gps/direction 1 0 0 -###################################################################### -# TARANIS energy spectrum without angular dipendence: exp(-.44E) for energy between 1. to 12 MeV -###/gps/ene/type Exp -###/gps/ene/min 1. MeV -###/gps/ene/max 12. MeV -###/gps/ene/ezero 2.272727273 -###################################################################### -/vis/scene/create -/vis/open OGL -/vis/viewer/set/background white -/vis/viewer/set/viewpointThetaPhi 60 130 -/vis/viewer/zoom 1.0 -/vis/viewer/panTo -.27 -.0 -/vis/scene/add/axes 0 0 0 1 m -/vis/scene/add/trajectories -/vis/scene/endOfRunAction accumulate -/vis/modeling/trajectories/create/drawByCharge -/vis/scene/endOfEventAction accumulate -1 -/vis/viewer/update - -################# change first collimator ################# -##/LaserDriven/EnergySelector/FirstCollimator/Radius 10.0 mm -##/LaserDriven/EnergySelector/FirstCollimator/Thickness 20.0 mm -##/LaserDriven/EnergySelector/FirstCollimator/zPosizion 42. mm -################# change second collimator ################# -#/LaserDriven/EnergySelector/SecondCollimator/Radius 20.0 mm -#/LaserDriven/EnergySelector/SecondCollimator/Thickness 20.0 mm -#/LaserDriven/EnergySelector/SecondCollimator/zPosizion 42. mm -######################## change slit ######################## -##/LaserDriven/EnergySelector/Slit/thickness 0.1 mm -/LaserDriven/EnergySelector/Slit/HoleDimensionY 6. mm -/LaserDriven/EnergySelector/Slit/HoleDimensionZ 3. mm -/LaserDriven/EnergySelector/Slit/HolePositionZ 27.7 mm - #Slit position - # -0.5 mm -> 37.8 mm (4MeV) - #-9.5 mm -> 27.7 mm (7MeV) -#/LaserDriven/EnergySelector/Disable -#/LaserDriven/Quadrupoles/DisableQuad4 -##################################################################################################################### -########################################################################################################## -# CUT AND STEP MAX -# Suggested values of cut and step: -# Set cuts OUTSIDE the detector -#/run/setCut 1 mm -# Set cuts ONLY inside the detector -#/run/setCutForRegion DetectorLog 0.1 mm - -/Step/waterPhantomStepMax 1 mm -############################################################################################################################## -# DETECTOR DESCRIPTION -################################################### -# USE THE FOLLOWING FOR A VOXELLIZED DETECTOR -################################################### -# -/changePhantom/position 100 100 0 cm -/changePhantom/size 40 40 40 cm -/changeDetector/size 4 4 4 cm -/changeDetector/voxelSize 1 40 40 mm -# Put the detector in the lower left corner of the phantom -# -/changeDetector/displacement 0 18 18 cm -/changePhantom/update -/event/printEventNumber 100 - -/run/beamOn 2000 diff --git a/examples/advanced/hadrontherapy/macro/defaultMacro.mac b/examples/advanced/hadrontherapy/macro/defaultMacro.mac index 8a6575d59e6..f84340d4f32 100644 --- a/examples/advanced/hadrontherapy/macro/defaultMacro.mac +++ b/examples/advanced/hadrontherapy/macro/defaultMacro.mac @@ -1,10 +1,7 @@ -# G.A.P.Cirrone, -# pablo.cirrone@lns.infn.it +# G.A.P.Cirrone, pablo.cirrone@lns.infn.it +# +# Default macro file with visualisation. It is called if no argument is provided at run # -# Default macro file. It is called if no argument is provided at run -# and when the PHYSLIST enviroment variable is OFF -# i.e. simply typing $G4WORKDIR/bin/Linux-++/Hadrontherapy - ######################### # Set of the verboses # @@ -19,7 +16,7 @@ #/Physics/addPhysics QGSP_BIC_EMY /Physics/addPhysics HADRONTHERAPY_1 -/run/numberOfThreads 1 +/run/numberOfThreads 10 ########################## # Initialisation procedure @@ -66,7 +63,6 @@ # the beam is travelling along the x-axis without any angular dispersion (angular despersion set to 0.0) # - /gps/ang/rot1 0 0 1 /gps/ang/rot2 0 1 0 /gps/ang/type beam1d @@ -75,8 +71,8 @@ # the beam energy is in gaussian profile # /gps/ene/type Gauss -/gps/ene/mono 60.0 MeV -#/gps/ene/sigma 0.25 MeV +/gps/ene/mono 62.3 MeV +/gps/ene/sigma 0.25 MeV #/gps/ene/mono 744 MeV #/gps/ene/sigma 0.740 MeV @@ -104,12 +100,6 @@ /changeDetector/displacement 0 18 18 cm /changePhantom/update -######################### -# Display the event number -# during the run -# -/event/printEventNumber 100 - ######################### # Start of the run # @@ -117,9 +107,33 @@ /analysis/secondary true /analysis/computeLet + +### RBE +/rbe/verbose 2 +/rbe/loadLemTable data/rbe/lem1.csv +/rbe/calculation 1 +/rbe/accumulate 1 + +## U87 +#/rbe/dcut 8.0 gray +#/rbe/alphaX 0.11 gray(-1) +#/rbe/betaX 0.06 gray(-2) +#/rbe/lemTable data/rbe/U87_LEM.dat +/rbe/cellLine U87 + +## AG01522 +#/rbe/dcut 9.5 gray +#/rbe/alphaX 0.54 gray(-1) +#/rbe/betaX 0.062 gray(-2) +#/rbe/lemTable data/rbe/AG01522_LEM.dat + +/rbe/doseScale 7777770 +# Dose scale should be: 2e7 / nEvents * voxelSizeInCm2 + + # Default material is water liquid /changePhantom/material G4_WATER + /run/printProgress 1000 -/run/beamOn 1000 -/tracking/verbose 0 \ No newline at end of file +/run/beamOn 50000 diff --git a/examples/advanced/hadrontherapy/macro/defaultMacroWithReferencePhysicsList.mac b/examples/advanced/hadrontherapy/macro/defaultMacroWithReferencePhysicsList.mac deleted file mode 100644 index d700824211f..00000000000 --- a/examples/advanced/hadrontherapy/macro/defaultMacroWithReferencePhysicsList.mac +++ /dev/null @@ -1,124 +0,0 @@ -# G.A.P.Cirrone, -# pablo.cirronelns.infn.it -# - -# This default macro file is called when: -# 1.- No macro file is provided at the application launch -# 2.- The PHYSLIST enviroment variable is set to one of the -# predifined reference Physics Lists -# -# The the complete list of the Reference Physiscs Lists can be found inside: -# $G4INSTALL/source/physics_lists/lists/include - -######################### -# Set of the verboses -# -/control/verbose 1 -/tracking/verbose 0 -/run/verbose 1 -/event/verbose 0 - -########################## -# Initialisation procedure -# -/run/initialize - -########################## -# Visualisation -# -/vis/scene/create -/vis/open OGL -/vis/viewer/flush -/vis/viewer/set/viewpointThetaPhi 30 140 deg -/vis/viewer/zoom 1 -/vis/viewer/pan -10 0 cm -/vis/scene/add/trajectories -/vis/scene/endOfEventAction accumulate - -#################################################### -# Set here the CUT and the STEP MAX for the tracking. -# Suggested values of cut and step -# - -# Set cuts OUTSIDE the detector -# -/run/setCut 1 mm - -# Set cuts ONLY inside the detector -# -/run/setCutForRegion DetectorLog 0.1 mm - -#/Step/waterPhantomStepMax 0.1 mm - -######################### -# Set the primary particle type, -# energy and position along the X direction -# -/gps/pos/shape Circle -/gps/pos/centre -310. 0. 0. cm -/gps/pos/radius 0. mm -/gps/pos/sigma_r 2. mm -/gps/particle proton -/gps/pos/type Beam - - -# the incident surface is in the y-z plane -# -/gps/pos/rot1 0 1 0 -/gps/pos/rot2 0 0 1 - -# the beam is travelling along the x-axis without any angular dispersion (angular despersion set to 0.0) -# -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/ang/type beam1d -/gps/ang/sigma_r 0.1 deg - - -# the beam energy is in gaussian profile -# -/gps/ene/type Gauss -/gps/ene/mono 62 MeV -/gps/ene/sigma 0.3 MeV - -######################################################## -# DETECTOR DESCRIPTION -######################################################## -# USE THE FOLLOWING FOUR LINES FOR DEFINITION OF PHANTOM -# -#/changePhantom/position 20. 0. 0. cm -#/changePhantom/update - -/changePhantom/size 40 40 40 cm -/changePhantom/position 20 0 0 cm - -################################################### -# USE THE FOLLOWING FOR A VOXELLIZED DETECTOR -# -/changeDetector/size 4 4 4 cm -/changeDetector/voxelSize .1 40 40 mm - -# Put the detector in the lower left corner of the phantom -# -/changeDetector/displacement 0 18 18 cm -/changePhantom/update - -######################### -# Display the event number -# during the run -# -/event/printEventNumber 100 - -######################### -# Start of the run -# -# If secondary particles dose & fluence are needed -#/analysis/secondary true - -# Default material is water liquid -#/changePhantom/material G4_PLEXIGLASS - -/run/beamOn 10 - -/control/shell mkdir -p SimulationOutputs/proton/BraggPeak -/control/shell mv DoseDistribution.root SimulationOutputs/proton/BraggPeak/protonBraggPeak.root diff --git a/examples/advanced/hadrontherapy/macro/hadron_therapy.mac b/examples/advanced/hadrontherapy/macro/hadron_therapy.mac deleted file mode 100644 index 83c29d71a36..00000000000 --- a/examples/advanced/hadrontherapy/macro/hadron_therapy.mac +++ /dev/null @@ -1,151 +0,0 @@ -# G.A.P.Cirrone -# cirrone@lns.infn.it -# -# Macro file recommended for the use with proton beams and built-in physic list. -# This macro uses the physics list already contained in the Geant4 distribution -# -# The 'Reference Physics Lists' can be activated setting a specific enviroment variable to the name -# of the physics. For example if the QGSP_BIC Reference Physics Lists must be activated the User -# must set export PHYSLIST=QGSP_BIC (or setenv PHYSLIST QGSP_BIC). -# A 'Reference Physics Lists' contains all the physics process necessary to a particle transport -# If the User set the PHYSLIST variable Hadrontherapy will start with the defaultMacroWithReferencePhysicsList.mac -# macro. See this macro file for more details - -######################### -# Set of the verboses -# -/control/verbose 1 -/tracking/verbose 0 -/run/verbose 1 -/event/verbose 0 - -########################## -# Set of the physic models -# -/Physics/addPhysics QGSP_BIC_EMY - - - -########################## -# Initialisation procedure -# -/run/initialize - -######################### -# Set the primary particle type, -# energy and position along the X direction -# -#---------------------------gps----------------- -/gps/pos/shape Circle -/gps/pos/centre -310. 0. 0. cm -/gps/pos/radius 0. mm -/gps/pos/sigma_r 2. mm -/gps/particle proton -/gps/pos/type Beam - - -# the incident surface is in the y-z plane - -/gps/pos/rot1 0 1 0 -/gps/pos/rot2 0 0 1 - -# the beam is travelling along the x-axis without any angular dispersion (angular despersion set to 0.0) -# - -/gps/ang/rot1 0 0 1 -/gps/ang/rot2 0 1 0 -/gps/ang/type beam1d -/gps/ang/sigma_r 0. deg - - -# the beam energy is in gaussian profile -# -/gps/ene/type Gauss -/gps/ene/mono 62 MeV -/gps/ene/sigma 0.3 MeV - -#/beamLine/RangeShifter/RSMat G4_PLEXIGLASS -#/beamLine/RangeShifter/thickness 13 mm -/beamLine/FinalCollimator/halfInnerRad 12.5 mm - -########################## -# Set here the cut and the step max for the tracking. -# Suggested values of cut and step: -# Set cuts OUTSIDE the detector -# -/run/setCut 1 mm - -# Set cuts ONLY inside the detector -# -/run/setCutForRegion DetectorLog 0.05 mm - -/Step/waterPhantomStepMax 1 mm - -######################### -############################################################################################################################## -# DETECTOR DESCRIPTION -################################################### -# USE THE FOLLOWING FOUR LINES FOR DEFINITION OF PHANTOM -################################################### -# -#/changePhantom/position 20. 0. 0. cm -#/changePhantom/update - -/changePhantom/size 40 40 40 cm -/changePhantom/position 20 0 0 cm - -################################################### -# USE THE FOLLOWING FOR A VOXELLIZED DETECTOR -################################################### -# - - -/changeDetector/size 4 4 4 cm -/changeDetector/voxelSize .1 40 40 mm - -# Put the detector in the lower left corner of the phantom -# -/changeDetector/displacement 0 18 18 cm -/changePhantom/update - - -# Visualisation -# -/vis/scene/create -/vis/open OGL -/vis/viewer/flush -/vis/viewer/set/viewpointThetaPhi 30 140 deg -/vis/viewer/zoomTo 1 -#/vis/viewer/panTo 100 20 cm -/vis/viewer/panTo -10 0 cm -/vis/scene/add/trajectories -/tracking/storeTrajectory 1 -/vis/scene/endOfEventAction accumulate -1 -/vis/viewer/update - -######################### -# Display the event number -# during the run -# -/event/printEventNumber 1 - - -# Default material is liquid water (G4_WATER) -#/changePhantom/material G4_Pb - -# For dose/fleunce computation of primary and secondary particles -#/analysis/secondary true - -# For dose average LET computations of primary and secondary particles -#/analysis/computeLet - -/run/beamOn 10 -######################### -# Move the generated .root & .out -# files into the -# "SimulationOutputs" folder -# if this folder has been created - -/control/shell mv DoseDistribution.root experimentalData/proton/BraggPeak/protonBraggPeak.root -/control/shell mv Dose.out experimentalData/proton/BraggPeak/Dose.out - diff --git a/examples/advanced/hadrontherapy/macro/inputFC.mac b/examples/advanced/hadrontherapy/macro/inputFC.mac deleted file mode 100644 index 8196f2ae68a..00000000000 --- a/examples/advanced/hadrontherapy/macro/inputFC.mac +++ /dev/null @@ -1,130 +0,0 @@ - -####################### -# Set of the verboses # -####################### -# -/control/verbose 1 -/tracking/verbose 0 -/run/verbose 1 -/event/verbose 0 - -########################################################################################################### -# ACTIVATED PHYSICS MODELS -/Physics/addPhysics standard_opt4 - -/geometrySetup/selectGeometry LaserDriven - -# Initialize geometry and physic -/run/initialize -########################################################################################################## -##########Cut ########## - -/run/setCut 0.01 mm - -# Set cuts ONLY inside the detector -# -#/run/setCutForRegion DetectorLog 0.1 mm - -/Step/waterPhantomStepMax 1 mm - - -############### Input proton beam at the entrance of Faraday Cup after ESS - -/gps/particle proton -/gps/pos/type Beam -/gps/pos/shape Circle -/gps/pos/centre -175. 0.0 0.0 mm -/gps/pos/radius 1.5 mm - -#/gps/ang/rot1 0 0 1 -#/gps/ang/rot2 0 1 0 - -#/gps/pos/rot1 0 0 1 -#/gps/pos/rot2 0 1 0 - -########### The beam axis after the ESS final collimator is at 1.5 deg respect to the x-axis in the z direction ########### - -/gps/ang/rot1 -0.0261 0 0.999 -/gps/ang/rot2 0 0.999 -0.0261 - -/gps/pos/rot1 -0.026 0 0.999 -/gps/pos/rot2 0 0.999 -0.026 - -############################### Input after last collimator 4 MeV ############################### - -/gps/ang/type iso -/gps/ang/mintheta 0 deg -/gps/ang/maxtheta 0.7 deg - -/gps/ene/type Arb -/gps/hist/type arb - -/gps/hist/point 3.93962 0.149951784 -/gps/hist/point 4.02586 0.486981678 -/gps/hist/point 4.1121 0.870781099 -/gps/hist/point 4.19834 0.949373192 -/gps/hist/point 4.28458 0.910318226 -/gps/hist/point 4.37082 0.864995178 -/gps/hist/point 4.45706 1 -/gps/hist/point 4.5433 0.884763742 -/gps/hist/point 4.62954 0.467213115 -/gps/hist/point 4.71578 0.141755063 -/gps/hist/inter Lin -################################################################################################ - - -############################### Input after last collimator 7 MeV ############################### - -#/gps/ang/type iso -#/gps/ang/mintheta 0 deg -#/gps/ang/maxtheta 0.7 deg - -#/gps/ene/type Arb -#/gps/hist/type arb - -#/gps/hist/point 6.04803 0.075220186 -#/gps/hist/point 6.22209 0.309688169 -#/gps/hist/point 6.39615 0.675791478 -#/gps/hist/point 6.57021 1 -#/gps/hist/point 6.74427 0.8543204 -#/gps/hist/point 6.91833 0.759581052 -#/gps/hist/point 7.09239 0.59604856 -#/gps/hist/point 7.26645 0.711259224 -#/gps/hist/point 7.44051 0.501309212 -#/gps/hist/point 7.61457 0.130445132 - -#/gps/hist/inter Lin - -################################################################################################## - - - - - -############################################## -/vis/scene/create -/vis/open OGL -/vis/viewer/set/background white -/vis/viewer/set/viewpointThetaPhi 60 130 -/vis/viewer/zoom 1.0 -/vis/viewer/panTo -.27 -.0 -/vis/scene/add/axes 0 0 0 1 m -/vis/scene/add/trajectories -/vis/scene/endOfRunAction accumulate -/vis/modeling/trajectories/create/drawByCharge -/vis/scene/endOfEventAction accumulate -1 -/vis/viewer/update - -################################################### -# -/changePhantom/position 100 100 0 cm -/changePhantom/size 40 40 40 cm -/changeDetector/size 4 4 4 cm -/changeDetector/voxelSize 1 40 40 mm - -/changeDetector/displacement 0 18 18 cm -/changePhantom/update -/event/printEventNumber 10 - -/run/beamOn 100 - diff --git a/examples/advanced/hadrontherapy/macro/laserDrivenBeamline.mac b/examples/advanced/hadrontherapy/macro/laserDrivenBeamline.mac index 2c1f3ce6ec5..4f4e8f1952b 100644 --- a/examples/advanced/hadrontherapy/macro/laserDrivenBeamline.mac +++ b/examples/advanced/hadrontherapy/macro/laserDrivenBeamline.mac @@ -77,6 +77,33 @@ /vis/scene/endOfEventAction accumulate -1 /vis/viewer/update + + +########################################################################################################## +############### Define the entrance beam: TARANIS angular distribution +## beam->1-2 +#/gps/verbose 2 +#/gps/source/intensity 3.6 +#/gps/particle proton +#/gps/pos/type Beam +#/gps/pos/shape Circle +#/gps/pos/centre -171.3 0.0 0.0 cm +#/gps/pos/radius 0.007 mm +#/gps/pos/sigma_r 0. mm +#/gps/ang/rot1 0 0 1 +#/gps/ang/rot2 0 1 0 +#/gps/pos/rot1 0 0 1 +#/gps/pos/rot2 0 1 0 +#/gps/ang/type iso +#/gps/ang/mintheta 0 deg +#/gps/ang/maxtheta 26.69 deg +#/gps/ene/type Arb +#/gps/hist/type arb +#/gps/hist/point 1.1 3.5 +#/gps/hist/point 3.1399999999999999 1.2 +#/gps/hist/inter Exp + + ################# change first collimator ################# #/LaserDriven/EnergySelector/FirstCollimator/Radius 10.0 mm ##/LaserDriven/EnergySelector/FirstCollimator/Thickness 20.0 mm diff --git a/examples/advanced/hadrontherapy/macro/manySlabsPhantom.mac b/examples/advanced/hadrontherapy/macro/manySlabsPhantom.mac deleted file mode 100644 index 52fd00f0aba..00000000000 --- a/examples/advanced/hadrontherapy/macro/manySlabsPhantom.mac +++ /dev/null @@ -1,97 +0,0 @@ -# S.E. Mazzaglia May 4 2010 - -# Example macro file to show how to change geometric properties and voxelization of the phantom/detector - -####################### -# Set of the verboses # -####################### -# -/control/verbose 1 -/tracking/verbose 0 -/run/verbose 1 -/event/verbose 0 - -########################## -# Set of the physic models -# -/Physics/addPhysics QGSP_BIC_EMY - -# Initialize geometry and Physics -/run/initialize - -############################# -# Initialize graphic system # -############################# -# -/vis/scene/create -/vis/open OGL -/vis/viewer/flush -/vis/viewer/set/viewpointThetaPhi 30 140 deg -/tracking/storeTrajectory 1 -/vis/scene/endOfEventAction accumulate -1 # this accumulate infinite tracks -# zoom to phantom... -/vis/viewer/panTo 1.5 0.5 -/vis/viewer/zoomTo 3 - -########################## -# Set here the cut and the step max for the tracking. -# Suggested values of cut and step: -# -# Set cuts OUTSIDE the detector -/run/setCut 0.01 mm -# Set cuts ONLY inside the detector -/run/setCutForRegion DetectorLog 0.01 mm - - -/Step/waterPhantomStepMax 0.01 mm - -######################### - -######################### -# Set the primary particle type, -# energy and position along the X direction -# - -#---------------------------gps----------------- -/gps/pos/shape Circle -/gps/pos/centre -310. 0. 0. cm ##-270 -/gps/pos/radius 0. mm -/gps/pos/sigma_r 2. mm ##3 -/gps/particle proton -/gps/pos/type Beam - - -# the incident surface is in the y-z plane - -/gps/pos/rot1 0 1 0 -/gps/pos/rot2 0 0 1 - - -# the beam energy is in gaussian profile -# -/gps/ene/type Gauss -/gps/energy 62 MeV -/gps/ene/sigma 300 keV -/gps/direction 1 0 0 - - -# Copy & Paste in a new macro the previous and ONE of the following groups of commands -# in order to change the Phantom & Detector geometry! - -###################################### -# Change Phantom & Detector geometry # -###################################### - -########################################################################################## -# Cut & paste the following commands in order to create, -# a Phantom with a detector divided by 40 slabs -# Each slab is 0.1 mm along the X direction, 40 mm along the Y and Z. - -#/changePhantom/material G4_PLEXIGLASS # in case you do not want the default phantom made of liquid water -/changePhantom/size 40 40 40 cm -/changeDetector/size 4 4 4 cm -/changeDetector/voxelSize 0.1 40 40 mm -/changePhantom/update # update geometry! - -/run/beamOn 1000 - diff --git a/examples/advanced/hadrontherapy/macro/oneSlabPhantom.mac b/examples/advanced/hadrontherapy/macro/oneSlabPhantom.mac deleted file mode 100644 index d20c6891c32..00000000000 --- a/examples/advanced/hadrontherapy/macro/oneSlabPhantom.mac +++ /dev/null @@ -1,96 +0,0 @@ -# S.E. Mazzaglia May 4 2010 - -# Example macro file to show how to change geometric properties and voxelization of the phantom/detector - -####################### -# Set of the verboses # -####################### -# -/control/verbose 1 -/tracking/verbose 0 -/run/verbose 1 -/event/verbose 0 - - -########################## -# Set of the physic models -# -/Physics/addPhysics QGSP_BIC_EMY - -# Initialize geometry and physic -/run/initialize - -############################# -# Initialize graphic system # -############################# -# -/vis/scene/create -/vis/open OGL -/vis/viewer/flush -/vis/viewer/set/viewpointThetaPhi 30 140 deg -/tracking/storeTrajectory 1 -/vis/scene/endOfEventAction accumulate -1 # this accumulate infinite tracks -# zoom to phantom... -/vis/viewer/panTo 1.5 0.5 -/vis/viewer/zoomTo 3 - -########################## -# Set here the cut and the step max for the tracking. -# Suggested values of cut and step: -# Set cuts OUTSIDE the detector -/run/setCut 0.01 mm -# Set cuts ONLY inside the detector -/run/setCutForRegion DetectorLog 0.01 mm - -/Step/waterPhantomStepMax 0.01 mm - -######################### - -######################### -# Set the primary particle type, -# energy and position along the X direction -# - -#---------------------------gps----------------- -/gps/pos/shape Circle -/gps/pos/centre -310. 0. 0. cm -/gps/pos/radius 0. mm -/gps/pos/sigma_r 2. mm -/gps/particle proton -/gps/pos/type Beam - - -# the incident surface is in the y-z plane - -/gps/pos/rot1 0 1 0 -/gps/pos/rot2 0 0 1 - - -# the beam energy is in gaussian profile -# -/gps/ene/type Gauss -/gps/energy 62 MeV -/gps/ene/sigma 300 keV -/gps/direction 1 0 0 - -# Copy & Paste in a new macro the previous and ONE of the following groups of commands -# in order to change the Phantom & Detector geometry! - -###################################### -# Change Phantom & Detector geometry # -###################################### - -########################################################################################## -# Cut & paste the following commands in order to create, -# a Phantom with a detector divided by one only slab -# 1 mm along the X direction, 400 mm along the Y and Z. - -#/changePhantom/material G4_PLEXIGLASS # in case you do not want the default phantom made of liquid water -/changeDetector/displacement 0 0 0 mm -/changePhantom/size 1 400 400 mm -/changeDetector/size 1 400 400 mm -/changeDetector/voxelSize 1 400 400 mm -/changePhantom/update # update geometry! - -/run/beamOn 1000 - diff --git a/examples/advanced/hadrontherapy/macro/visualisationMacro.mac b/examples/advanced/hadrontherapy/macro/visualisationMacro.mac deleted file mode 100644 index a99b855de00..00000000000 --- a/examples/advanced/hadrontherapy/macro/visualisationMacro.mac +++ /dev/null @@ -1,88 +0,0 @@ -# G.A.P.Cirrone -# -# Default macro file. It is called if no argument is provided at run -# -# i.e. simply typing $G4WORKDIR/bin/Linux-++/Hadrontherapy -# -# This macro can be used for a proton beam in water. Both electrmagnetic and -# hadronic models are swiched on - -######################### -# Set of the verboses -# -/control/verbose 1 -/tracking/verbose 0 -/run/verbose 1 -/event/verbose 0 - -########################## -# Set of the physic models -# -/Physics/addPhysics QGSP_BIC_EMY -/Physics/addPhysics radioactive_decay - -########################## -# Initialisation procedure -# -/run/initialize - -########################## -# Visualisation -# -/vis/scene/create -/vis/open OGL -#/vis/viewer/flush -/vis/viewer/set/viewpointThetaPhi 30 140 deg -/vis/viewer/zoom 1 -/vis/viewer/pan -10 0 cm -/vis/scene/add/trajectories -/vis/scene/endOfEventAction accumulate -/vis/viewer/update - -########################## -# Set here the cut and the step max for the tracking. -# Suggested values of cut and step: -# Set cuts OUTSIDE the detector -/run/setCut 1 mm -# Set cuts ONLY inside the detector -#/run/setCutForRegion DetectorLog 0.5 mm - -/Step/waterPhantomStepMax 1 mm - -######################### -# Set the primary particle type, -# energy and position along the X direction -# - -#---------------------------gps----------------- -/gps/pos/shape Circle -/gps/pos/centre -310. 0. 0. cm -/gps/pos/radius 0. mm -/gps/pos/sigma_r 2. mm -/gps/particle proton -/gps/pos/type Beam - - -# the incident surface is in the y-z plane - -/gps/pos/rot1 0 1 0 -/gps/pos/rot2 0 0 1 - - -# the beam energy is in gaussian profile -# -/gps/ene/type Gauss -/gps/energy 62 MeV -/gps/ene/sigma 300 keV -/gps/direction 1 0 0 -######################### -# Display the event number -# during the run -# -/event/printEventNumber 10 - -######################### -# Start of the run -# - -/run/beamOn 100 diff --git a/examples/advanced/hadrontherapy/macro/voxellizedPhantom.mac b/examples/advanced/hadrontherapy/macro/voxellizedPhantom.mac deleted file mode 100644 index eb886fc8b2b..00000000000 --- a/examples/advanced/hadrontherapy/macro/voxellizedPhantom.mac +++ /dev/null @@ -1,89 +0,0 @@ -# S.E. Mazzaglia May 4 2010 - -# Example macro file to show how to change geometric properties and voxelization of the phantom/detector - -####################### -# Set of the verboses # -####################### -# -/control/verbose 1 -/tracking/verbose 0 -/run/verbose 1 -/event/verbose 0 - -########################## -# Set of the physic models -# -/Physics/addPhysics QGSP_BIC_EMY - -# Initialize geometry and physic -/run/initialize - -############################# -# Initialize graphic system # -############################# -# -/vis/scene/create -/vis/open OGL -/vis/viewer/flush -/vis/viewer/set/viewpointThetaPhi 30 140 deg -/tracking/storeTrajectory 1 -/vis/scene/endOfEventAction accumulate -1 # this accumulate infinite tracks -# zoom to phantom... -/vis/viewer/panTo 1.5 0.5 -/vis/viewer/zoomTo 3 - -########################## -# Set here the cut and the step max for the tracking. -# Suggested values of cut and step: -# -# Set cuts OUTSIDE the detector -/run/setCut 0.01 mm -# Set cuts ONLY inside the detector -/run/setCutForRegion DetectorLog 0.01 mm - -/Step/waterPhantomStepMax 1 mm -######################### - -######################### -# Set the primary particle type, -# energy and position along the X direction -# - -#---------------------------gps----------------- -/gps/pos/shape Circle -/gps/pos/centre -310. 0. 0. cm -/gps/pos/radius 0. mm -/gps/pos/sigma_r 2. mm -/gps/particle proton -/gps/pos/type Beam - - -# the incident surface is in the y-z plane - -/gps/pos/rot1 0 1 0 -/gps/pos/rot2 0 0 1 - - -# the beam energy is in gaussian profile -# -/gps/ene/type Gauss -/gps/energy 62 MeV -/gps/ene/sigma 300 keV -/gps/direction 1 0 0 -#################################### -# Change Phantom/Detector geometry # -#################################### -########################################################################################## -# Cut & paste the following commands in order to create, starting from the default sizes, -# a full voxellized (40 by 40 by 40) detector - -/changePhantom/size 4 4 4 cm -/changeDetector/size 4 4 4 cm -/changeDetector/voxelSize 1 1 1 mm -# Put the detector in the lower left corner of the phantom -/changeDetector/displacement 0 0 0 -/changePhantom/update -########################################################################################## - -/run/beamOn 1000 diff --git a/examples/advanced/hadrontherapy/src/HadrontherapyDetectorSD.cc b/examples/advanced/hadrontherapy/src/HadrontherapyDetectorSD.cc index 89217956fc3..988d3552288 100644 --- a/examples/advanced/hadrontherapy/src/HadrontherapyDetectorSD.cc +++ b/examples/advanced/hadrontherapy/src/HadrontherapyDetectorSD.cc @@ -56,6 +56,8 @@ #include "G4VSensitiveDetector.hh" #include "HadrontherapyRunAction.hh" #include "G4SystemOfUnits.hh" +#include "HadrontherapyRBE.hh" +#include ///////////////////////////////////////////////////////////////////////////// @@ -91,7 +93,7 @@ G4bool HadrontherapyDetectorSD::ProcessHits(G4Step* aStep, G4TouchableHistory* ) // Get kinetic energy G4Track * theTrack = aStep -> GetTrack(); - + G4double kineticEnergy = theTrack->GetKineticEnergy(); G4ParticleDefinition *particleDef = theTrack -> GetDefinition(); //Get particle name G4String particleName = particleDef -> GetParticleName(); @@ -119,9 +121,7 @@ G4bool HadrontherapyDetectorSD::ProcessHits(G4Step* aStep, G4TouchableHistory* ) G4VPhysicalVolume* volumePre = touchPreStep->GetVolume(); G4String namePre = volumePre->GetName(); - - - + HadrontherapyMatrix* matrix = HadrontherapyMatrix::GetInstance(); HadrontherapyLet* let = HadrontherapyLet::GetInstance(); @@ -219,6 +219,23 @@ G4bool HadrontherapyDetectorSD::ProcessHits(G4Step* aStep, G4TouchableHistory* ) HitsCollection -> insert(detectorHit); } } + + auto rbe = HadrontherapyRBE::GetInstance(); + if (rbe->IsCalculationEnabled()) + { + if (!fRBEAccumulable) + { + fRBEAccumulable = dynamic_cast(G4AccumulableManager::Instance()->GetAccumulable("RBE")); + if (!fRBEAccumulable) + { + G4Exception("HadrontherapyDetectorSD::ProcessHits", "NoAccumulable", FatalException, "Accumulable RBE not found."); + } + } + + fRBEAccumulable->Accumulate(kineticEnergy / A, energyDeposit, DX, Z, i, j, k); + } + + return true; } diff --git a/examples/advanced/hadrontherapy/src/HadrontherapyMatrix.cc b/examples/advanced/hadrontherapy/src/HadrontherapyMatrix.cc index 9da59ab13f0..e39e4963b1b 100644 --- a/examples/advanced/hadrontherapy/src/HadrontherapyMatrix.cc +++ b/examples/advanced/hadrontherapy/src/HadrontherapyMatrix.cc @@ -58,8 +58,8 @@ HadrontherapyAnalysis::~HadrontherapyAnalysis() ///////////////////////////////////////////////////////////////////////////// HadrontherapyAnalysis* HadrontherapyAnalysis::GetInstance(){ - - if (instance == 0) instance = new HadrontherapyAnalysis; + + if (instance == 0) instance = new HadrontherapyAnalysis; return instance; } @@ -86,8 +86,8 @@ HadrontherapyMatrix* HadrontherapyMatrix::GetInstance(G4int voxelX, G4int voxelY ///////////////////////////////////////////////////////////////////////////// HadrontherapyMatrix::HadrontherapyMatrix(G4int voxelX, G4int voxelY, G4int voxelZ, G4double mass): -stdFile("Dose.out"), -doseUnit(gray) + stdFile("Dose.out"), + doseUnit(gray) { // Number of the voxels of the phantom // For Y = Z = 1 the phantom is divided in slices (and not in voxels) @@ -96,25 +96,24 @@ doseUnit(gray) numberOfVoxelAlongY = voxelY; numberOfVoxelAlongZ = voxelZ; massOfVoxel = mass; - - + + // Create the dose matrix matrix = new G4double[numberOfVoxelAlongX*numberOfVoxelAlongY*numberOfVoxelAlongZ]; if (matrix) { G4cout << "HadrontherapyMatrix: Memory space to store physical dose into " << - numberOfVoxelAlongX*numberOfVoxelAlongY*numberOfVoxelAlongZ << - " voxels has been allocated " << G4endl; + numberOfVoxelAlongX*numberOfVoxelAlongY*numberOfVoxelAlongZ << + " voxels has been allocated " << G4endl; } - - + else G4Exception("HadrontherapyMatrix::HadrontherapyMatrix()", "Hadrontherapy0005", FatalException, "Can't allocate memory to store physical dose!"); - - + + // Hit voxel (TrackID) marker // This array mark the status of voxel, if a hit occur, with the trackID of the particle // Must be initialized - + hitTrack = new G4int[numberOfVoxelAlongX*numberOfVoxelAlongY*numberOfVoxelAlongZ]; ClearHitTrack(); } @@ -172,15 +171,12 @@ void HadrontherapyMatrix::ClearHitTrack() for(G4int i=0; i GetPDGEncoding(); PDGencoding -= PDGencoding%10; - + // Search for already allocated data... for (size_t l=0; l < ionStore.size(); l++) { if (ionStore[l].PDGencoding == PDGencoding ) { // Is it a primary or a secondary particle? - + if ( (trackID ==1 && ionStore[l].isPrimary) || (trackID !=1 && !ionStore[l].isPrimary)) { if (energyDeposit > 0.) - + ionStore[l].dose[Index(i, j, k)] += energyDeposit; - + // Fill a matrix per each ion with the fluence - + if (fluence) ionStore[l].fluence[Index(i, j, k)]++; return true; } } } - G4int Z = particleDef-> GetAtomicNumber(); G4int A = particleDef-> GetAtomicMass(); G4String fullName = particleDef -> GetParticleName(); G4String name = fullName.substr (0, fullName.find("[") ); // cut excitation energy - + // Let's put a new particle in our store... - - ion newIon = { (trackID == 1) ? true:false, @@ -239,8 +232,8 @@ G4bool HadrontherapyMatrix::Fill(G4int trackID, new G4double[numberOfVoxelAlongX * numberOfVoxelAlongY * numberOfVoxelAlongZ], new unsigned int[numberOfVoxelAlongX * numberOfVoxelAlongY * numberOfVoxelAlongZ] }; - - + + // Initialize data if (newIon.dose && newIon.fluence) { @@ -249,20 +242,19 @@ G4bool HadrontherapyMatrix::Fill(G4int trackID, newIon.dose[q] = 0.; newIon.fluence[q] = 0; } - + if (energyDeposit > 0.) newIon.dose[Index(i, j, k)] += energyDeposit; if (fluence) newIon.fluence[Index(i, j, k)]++; - + ionStore.push_back(newIon); return true; } - + else // XXX Out of memory! XXX - + { return false; } - } ///////////////////////////////////////////////////////////////////////////// @@ -284,25 +276,23 @@ void HadrontherapyMatrix::StoreMatrix(G4String file, void* data, size_t psize) for(G4int k = 0; k < numberOfVoxelAlongZ; k++) { G4int n = Index(i, j, k); - + if (psize == sizeof(unsigned int)) { unsigned int* pdata = (unsigned int*)data; - + if (pdata[n]) - + ofs << i << '\t' << j << '\t' << k << '\t' << pdata[n] << G4endl; - } - + else if (psize == sizeof(G4double)) - + { G4double* pdata = (G4double*)data; if (pdata[n]) ofs << i << '\t' << j << '\t' << k << '\t' << pdata[n] << G4endl; } } - ofs.close(); } } @@ -321,88 +311,92 @@ void HadrontherapyMatrix::StoreFluenceData() // Store dose per single ion in multiple files void HadrontherapyMatrix::StoreDoseData() { - + for (size_t i=0; i < ionStore.size(); i++){ StoreMatrix(ionStore[i].name + "_Dose.out", ionStore[i].dose, sizeof(G4double)); } } - //////////////////////////////////////////////////////////////////////// // Store dose into a single file -// or in histograms. Please note that this function is called via +// or in histograms. Please, note that this function is called via // messenger commands // defined in the HadrontherapyAnalysisFileMessenger.cc class file void HadrontherapyMatrix::StoreDoseFluenceAscii(G4String file) { #define width 15L filename = (file=="") ? stdFile:file; - + // Sort like periodic table - + std::sort(ionStore.begin(), ionStore.end()); G4cout << "Dose is being written to " << filename << G4endl; ofs.open(filename, std::ios::out); - - + if (ofs.is_open()) { // Write the voxels index and the list of particles/ions - - ofs << std::setprecision(6) << std::left << - "i\tj\tk\t"; - - + //ofs << std::setprecision(6) << std::left << "i\tj\tk\t"; + ofs << "i" << '\t' << "j" << '\t' << "k"; + G4cout << "i" << '\t' << "j" << '\t' << "k"; + // Total dose - ofs << std::setw(width) << "Dose(Gy)"; - - + ofs <<'\t' <<"Dose(Gy)"; + //ofs << std::setw(width) << "Dose(Gy)"; + G4cout << '\t' << "Dose(Gy)"; + + G4String fluence = "_f"; if (secondary) { for (size_t l=0; l < ionStore.size(); l++) { - G4String a = (ionStore[l].isPrimary) ? "_1":""; // is it a primary? - ofs << std::setw(width) << ionStore[l].name + a << - std::setw(width) << ionStore[l].name + a; - - + G4String a = (ionStore[l].isPrimary) ? "_1":""; // is it a primary? + + // ofs << std::setw(width) << ionStore[l].name + a << + // std::setw(width) << ionStore[l].name + a + fluence; + + ofs << '\t' << ionStore[l].name + a << + '\t' << ionStore[l].name + a + fluence; + + G4cout << '\t' << ionStore[l].name + a << + '\t' << ionStore[l].name + a + fluence; + } - ofs << G4endl; + //ofs << G4endl; } - + // Write data for(G4int i = 0; i < numberOfVoxelAlongX; i++) for(G4int j = 0; j < numberOfVoxelAlongY; j++) for(G4int k = 0; k < numberOfVoxelAlongZ; k++) { G4int n = Index(i, j, k); - + if (matrix[n]) { ofs << G4endl; ofs << i << '\t' << j << '\t' << k << '\t'; - + // Total dose - ofs << std::setw(width) << (matrix[n]/massOfVoxel)/doseUnit; - - + //ofs << std::setw(width) << (matrix[n]/massOfVoxel)/doseUnit; + ofs << (matrix[n]/massOfVoxel)/doseUnit; + if (secondary) { for (size_t l=0; l < ionStore.size(); l++) { // Fill ASCII file rows - ofs << std::setw(width) << ionStore[l].dose[n]/massOfVoxel/doseUnit << - std::setw(width) << ionStore[l].fluence[n]; - + //ofs << std::setw(width) << ionStore[l].dose[n]/massOfVoxel/doseUnit << + // std::setw(width) << ionStore[l].fluence[n]; + + ofs << '\t' << ionStore[l].dose[n]/massOfVoxel/doseUnit << + '\t' << ionStore[l].fluence[n]; } } } } ofs.close(); } - - - } ////////////////////////////////////////////////////////////////////////////// void HadrontherapyMatrix::Fill(G4int i, G4int j, G4int k, @@ -410,9 +404,9 @@ void HadrontherapyMatrix::Fill(G4int i, G4int j, G4int k, { if (matrix) matrix[Index(i,j,k)] += energyDeposit; - - // Store the energy deposit in the matrix element corresponding - // to the phantom voxel + + // Store the energy deposit in the matrix element corresponding + // to the phantom voxel } diff --git a/examples/advanced/hadrontherapy/src/HadrontherapyRunAction.cc b/examples/advanced/hadrontherapy/src/HadrontherapyRunAction.cc index cddd3ce0757..cfbea70aa59 100644 --- a/examples/advanced/hadrontherapy/src/HadrontherapyRunAction.cc +++ b/examples/advanced/hadrontherapy/src/HadrontherapyRunAction.cc @@ -50,48 +50,17 @@ HadrontherapyRunAction::HadrontherapyRunAction() G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); accumulableManager->RegisterAccumulable(&fRBEAccumulable); - // Create analysis manager - // The choice of analysis technology is done via selectin of a namespace - // in Analysis.hh - auto analysisManager =G4AnalysisManager::Instance(); - G4cout << "Using " << analysisManager -> GetType() << G4endl; - - analysisManager->SetVerboseLevel(1); - analysisManager->SetFirstHistoId(1); - - // Comment out the following line to generate an N-tuple - analysisManager-> SetFirstNtupleId(2); - - // Creating the histograms of primary kinetic - // energy (Ekin) and of the energy deposited (Edep) - // in the first voxel/slice of the water phantom - analysisManager -> CreateH1("Ekin","Ekin the voxel", 400,20*MeV, 60*MeV); - analysisManager -> CreateH1("Edep","Edep the voxel", 200, -10, 10*MeV); - - // Example of how to create an Ntuple (comment-out, if needed) - //analysisManager->CreateNtuple("NYUPLA", "Edep and TrackL"); - //analysisManager->CreateNtupleDColumn("Ekin"); - } ///////////////////////////////////////////////////////////////////////////// HadrontherapyRunAction::~HadrontherapyRunAction() { - delete G4AnalysisManager::Instance(); + //delete G4AnalysisManager::Instance(); } ///////////////////////////////////////////////////////////////////////////// void HadrontherapyRunAction::BeginOfRunAction(const G4Run* aRun) -{ - - // Get analysis manager - auto analysisManager = G4AnalysisManager::Instance(); - - // Open an output file - // - G4String fileName = "Hadrontherapy"; - analysisManager->OpenFile(fileName); - +{ G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); accumulableManager->Reset(); @@ -112,12 +81,7 @@ void HadrontherapyRunAction::BeginOfRunAction(const G4Run* aRun) void HadrontherapyRunAction::EndOfRunAction(const G4Run*) { auto analysisManager = G4AnalysisManager::Instance(); - - //G4cout << " Summary of Run " << aRun -> GetRunID() <<" :"<< G4endl; - //G4cout << "Number of electromagnetic processes of primary particles in the phantom:" - // << electromagnetic << G4endl; - //G4cout << "Number of hadronic processes of primary particles in the phantom:" - // << hadronic << G4endl; + G4AccumulableManager* accumulableManager = G4AccumulableManager::Instance(); accumulableManager->Merge(); diff --git a/examples/advanced/human_phantom/human_phantom.out b/examples/advanced/human_phantom/human_phantom.out index 683baeb56d0..ec05fea578d 100644 --- a/examples/advanced/human_phantom/human_phantom.out +++ b/examples/advanced/human_phantom/human_phantom.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -489,7 +495,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -514,6 +520,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -522,7 +532,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -555,7 +565,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -588,7 +598,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -621,7 +631,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -654,7 +664,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -688,7 +698,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -722,7 +732,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -755,7 +765,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -780,77 +790,77 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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 250 eV e- 339.229 eV e+ 333.259 eV proton 100 keV + Energy thresholds : gamma 250 eV e- 334.972 eV e+ 332.026 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.79506 keV e- 349.375 keV e+ 336.864 keV proton 100 keV + Energy thresholds : gamma 2.79296 keV e- 348.589 keV e+ 336.147 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 3.99576 keV e- 444.448 keV e+ 425.418 keV proton 100 keV + Energy thresholds : gamma 4.01712 keV e- 439.884 keV e+ 424.182 keV proton 100 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 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): 4.39192 +Energy Total in Run:logicalHead, ID: 1, Energy Deposition (MeV): 1.71365 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): 9.46308 +Energy Total in Run:logicalLeftLeg, ID: 8, Energy Deposition (MeV): 8.23014 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.93927 +Energy Total in Run:logicalMaleGenitalia, ID: 15, Energy Deposition (MeV): 0 Energy Total in Run:logicalMiddleLowerSpine, ID: 16, Energy Deposition (MeV): 0 Energy Total in Run:logicalPancreas, ID: 17, Energy Deposition (MeV): 0 Energy Total in Run:logicalPelvis, ID: 18, Energy Deposition (MeV): 0 -Energy Total in Run:logicalRibCage, ID: 19, Energy Deposition (MeV): 0 +Energy Total in Run:logicalRibCage, ID: 19, Energy Deposition (MeV): 1.2929 Energy Total in Run:logicalRightAdrenal, ID: 20, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightArmBone, ID: 21, Energy Deposition (MeV): 0 Energy Total in Run: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): 6.1743 +Energy Total in Run:logicalRightLeg, ID: 25, Energy Deposition (MeV): 6.38203 Energy Total in Run:logicalRightLegBone, ID: 26, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightLung, ID: 27, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightOvary, ID: 28, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightScapula, ID: 29, Energy Deposition (MeV): 0 Energy Total in Run:logicalRightTeste, ID: 30, Energy Deposition (MeV): 0 -Energy Total in Run:logicalSkull, ID: 31, Energy Deposition (MeV): 0 +Energy Total in Run:logicalSkull, ID: 31, Energy Deposition (MeV): 0.218034 Energy Total in Run:logicalSmallIntestine, ID: 32, Energy Deposition (MeV): 0 Energy Total in Run:logicalSpleen, ID: 33, Energy Deposition (MeV): 0 Energy Total in Run:logicalStomach, ID: 34, Energy Deposition (MeV): 0 Energy Total in Run:logicalThymus, ID: 35, Energy Deposition (MeV): 0 Energy Total in Run:logicalThyroid, ID: 36, Energy Deposition (MeV): 0 -Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 29.7901 +Energy Total in Run:logicalTrunk, ID: 37, Energy Deposition (MeV): 30.2285 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: 51.7587 MeV +Total Energy deposit in the body is: 48.0653 MeV Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/iort_therapy/iort_therapy.out b/examples/advanced/iort_therapy/iort_therapy.out index 694e290282c..81eff4d83fc 100644 --- a/examples/advanced/iort_therapy/iort_therapy.out +++ b/examples/advanced/iort_therapy/iort_therapy.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -223,7 +229,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -239,7 +245,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -274,10 +280,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -436,7 +438,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -455,39 +457,39 @@ Index : 1 used in the geometry : Yes 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.28664 keV e- 42.9443 keV e+ 42.0872 keV proton 10 keV + Energy thresholds : gamma 1.28552 keV e- 42.6948 keV e+ 42.4098 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 990 eV e- 18.2368 keV e+ 17.8256 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 18.4904 keV e+ 17.8006 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 990 eV e- 34.1725 keV e+ 33.9436 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 34.2283 keV e+ 33.7728 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 990 eV e- 14.0874 keV e+ 14.0874 keV proton 10 keV + Energy thresholds : gamma 990 eV e- 14.1795 keV e+ 13.7742 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 990 eV e- 14.0874 keV e+ 14.0874 keV proton 0 eV + Energy thresholds : gamma 990 eV e- 14.1795 keV e+ 13.7742 keV proton 0 eV Region(s) which use this couple : DetectorLog -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -500,13 +502,13 @@ Run 0 starts ... Run terminated. Run Summary Number of events processed : 2000 - User=11.400000s Real=12.005350s Sys=0.190000s + User=23.070000s Real=23.705487s Sys=0.190000s /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: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.15 MB +Dynamic pools deleted: 11 / Total memory freed: 0.16 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out index b4ebedaa7c1..98ae60fd869 100644 --- a/examples/advanced/lAr_calorimeter/lAr_calorimeter.out +++ b/examples/advanced/lAr_calorimeter/lAr_calorimeter.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -25,20 +25,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -51,6 +51,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -58,6 +61,9 @@ Registered filter factories: 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 @@ -472,31 +478,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -504,11 +510,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -518,11 +524,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -532,11 +538,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -546,11 +552,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -560,11 +566,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -574,11 +580,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -587,12 +593,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -612,7 +618,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -708,17 +715,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -738,6 +759,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -759,7 +781,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -771,7 +793,7 @@ Index : 0 used in the geometry : Yes 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.10846 keV e- 280.946 keV e+ 272.577 keV proton 70 keV + Energy thresholds : gamma 2.11022 keV e- 278.507 keV e+ 271.144 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -785,104 +807,104 @@ Index : 2 used in the geometry : Yes 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.5861 keV e- 1.00386 MeV e+ 951.321 keV proton 70 keV + Energy thresholds : gamma 94.7372 keV e- 1.00768 MeV e+ 948.734 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.87535 keV e- 460.395 keV e+ 442.201 keV proton 70 keV + Energy thresholds : gamma 5.84069 keV e- 457.179 keV e+ 442.122 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.2183 keV e- 951.321 keV e+ 901.528 keV proton 70 keV + Energy thresholds : gamma 17.1704 keV e- 955.109 keV e+ 905.28 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.31198 keV e- 451.206 keV e+ 436.298 keV proton 70 keV + Energy thresholds : gamma 5.28242 keV e- 451.096 keV e+ 439.171 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.20596 keV e- 274.415 keV e+ 267.137 keV proton 70 keV + Energy thresholds : gamma 5.22961 keV e- 272.967 keV e+ 267.537 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.6438 keV e- 1.03121 MeV e+ 977.24 keV proton 70 keV + Energy thresholds : gamma 20.4366 keV e- 1.03504 MeV e+ 981.043 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.4581 keV e- 679.834 keV e+ 652.968 keV proton 70 keV + Energy thresholds : gamma 14.5231 keV e- 678.742 keV e+ 652.007 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.1886 keV e- 1.60683 MeV e+ 1.5024 MeV proton 70 keV + Energy thresholds : gamma 96.3369 keV e- 1.58899 MeV e+ 1.48605 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.4581 keV e- 679.834 keV e+ 652.968 keV proton 70 keV + Energy thresholds : gamma 14.5231 keV e- 678.742 keV e+ 652.007 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.4901 keV e- 1.63955 MeV e+ 1.54333 MeV proton 70 keV + Energy thresholds : gamma 97.6361 keV e- 1.65415 MeV e+ 1.54698 MeV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 395 kByte - Total CPU time elapsed for geometry optimisation: 0.31 seconds + Total memory consumed for geometry optimisation: 586 kByte + Total CPU time elapsed for geometry optimisation: 1.8 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 54.84 0.17 0.00 152k EmModuleLogical - 45.16 0.14 0.00 238k HadModuleLogical - 0.00 0.00 0.00 4k Mother + 66.67 1.22 0.00 224k EmModuleLogical + 32.79 0.60 0.00 355k HadModuleLogical + 0.55 0.01 0.01 0k FCALEnvelopeLogical + 0.00 0.00 0.00 5k Mother 0.00 0.00 0.00 0k CryostatLogical 0.00 0.00 0.00 0k LArgLogical - 0.00 0.00 0.00 0k FCALEnvelopeLogical - 0.00 0.00 0.00 0k SolidWLogical - 0.00 0.00 0.00 0k CuPlateLogical + 0.00 0.00 0.00 1k SolidWLogical + 0.00 0.00 0.00 1k CuPlateLogical Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 60.17 238k 1385 2370 3792 0.14 HadModuleLogical - 38.50 152k 1129 1152 2426 0.17 EmModuleLogical - 0.93 3k 8 42 146 0.00 Mother + 60.58 355k 1385 2370 3792 0.60 HadModuleLogical + 38.11 223k 1129 1152 2426 1.22 EmModuleLogical + 0.89 5k 8 42 146 0.00 Mother 0.12 0k 1 7 8 0.00 SolidWLogical 0.12 0k 1 7 8 0.00 CuPlateLogical 0.08 0k 1 4 6 0.00 LArgLogical + 0.05 0k 1 2 4 0.01 FCALEnvelopeLogical 0.05 0k 1 2 4 0.00 CryostatLogical - 0.05 0k 1 2 4 0.00 FCALEnvelopeLogical G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. @@ -894,352 +916,352 @@ Read 2001 events from file data-tracks/tracks-20GeV.dat ---> Begin of event: 1 **** Primary : 1 Vertex : (5.55552,7.16569,32740) -Number of F1 Tiles with Positive energy : 47 +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.8978 2.64624 2.7378 +1.61841 1.68087 1.78206 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -16.6712 +1.57371 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 145 -EmEdep is=19840.9 MeV -HadEdep is=0.674385 MeV -Edep in FCAL1 FCAl2 : 19840.9 0.674385 +N Tracks out of world 8 +N Secondaries 123 +EmEdep is=19763.2 MeV +HadEdep is=0.157714 MeV +Edep in FCAL1 FCAl2 : 19763.2 0.157714 **** Primary : 2 Vertex : (-3.76032,10.9751,32740) -Number of F1 Tiles with Positive energy : 39 +Number of F1 Tiles with Positive energy : 55 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.50478 1.99402 1.6083 +1.86019 1.7153 2.14082 Visible Energy in Hole Counter (MeV) -0 0 +0 115.362 Visible Energy in Upstream Dead Materials -3.28582 +1841.88 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 176 -EmEdep is=19830.1 MeV -HadEdep is=2.08051 MeV -Edep in FCAL1 FCAl2 : 19830.1 2.08051 +N Tracks out of world 70 +N Secondaries 308 +EmEdep is=16604.6 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 16604.6 0 **** Primary : 3 Vertex : (13.1951,2.677,32740) -Number of F1 Tiles with Positive energy : 47 +Number of F1 Tiles with Positive energy : 43 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -2.20838 1.57378 1.75032 +1.87613 1.68927 2.34292 Visible Energy in Hole Counter (MeV) -0 0 +0 0.240047 Visible Energy in Upstream Dead Materials -6.45203 +29.678 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 149 -EmEdep is=19758.1 MeV -HadEdep is=5.48336 MeV -Edep in FCAL1 FCAl2 : 19758.1 5.48336 +N Tracks out of world 6 +N Secondaries 238 +EmEdep is=19597.8 MeV +HadEdep is=3.07211 MeV +Edep in FCAL1 FCAl2 : 19597.8 3.07211 **** Primary : 4 Vertex : (-8.66148,-8.80731,32740) -Number of F1 Tiles with Positive energy : 40 +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.65583 1.78189 2.44243 +1.80085 1.54521 1.49053 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -8.14885 +8.41841 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 139 -EmEdep is=19771.8 MeV -HadEdep is=2.07167 MeV -Edep in FCAL1 FCAl2 : 19771.8 2.07167 +N Tracks out of world 1 +N Secondaries 265 +EmEdep is=19699.4 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 19699.4 0 **** Primary : 5 Vertex : (4.75859,7.01622,32740) -Number of F1 Tiles with Positive energy : 41 +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.61962 1.73066 3.52892 +1.62118 1.50906 1.63526 Visible Energy in Hole Counter (MeV) -0 23.48 +0 0 Visible Energy in Upstream Dead Materials -634.435 +3.66909 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 29 -N Secondaries 163 -EmEdep is=18968.5 MeV -HadEdep is=11.7774 MeV -Edep in FCAL1 FCAl2 : 18968.5 11.7774 +N Tracks out of world 2 +N Secondaries 167 +EmEdep is=19708.2 MeV +HadEdep is=0.351231 MeV +Edep in FCAL1 FCAl2 : 19708.2 0.351231 **** Primary : 6 Vertex : (1.94335,14.9228,32740) -Number of F1 Tiles with Positive energy : 57 +Number of F1 Tiles with Positive energy : 60 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.65089 1.80649 1.56591 +1.81453 1.90669 1.69107 Visible Energy in Hole Counter (MeV) -0 102.7 +0 85.5408 Visible Energy in Upstream Dead Materials -1413.55 +2801.94 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 219 -EmEdep is=17303.6 MeV +N Tracks out of world 124 +N Secondaries 92 +EmEdep is=16258.3 MeV HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 17303.6 0 +Edep in FCAL1 FCAl2 : 16258.3 0 **** Primary : 7 Vertex : (-10.9878,-6.7949,32740) -Number of F1 Tiles with Positive energy : 58 +Number of F1 Tiles with Positive energy : 68 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.95042 1.88591 1.86929 +1.67513 1.63653 1.6685 Visible Energy in Hole Counter (MeV) -0 116.884 +0 170.557 Visible Energy in Upstream Dead Materials -5521.46 +5654.55 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 186 -N Secondaries 111 -EmEdep is=12107.2 MeV -HadEdep is=1.12084 MeV -Edep in FCAL1 FCAl2 : 12107.2 1.12084 +N Tracks out of world 199 +N Secondaries 167 +EmEdep is=12138.5 MeV +HadEdep is=0.251775 MeV +Edep in FCAL1 FCAl2 : 12138.5 0.251775 **** Primary : 8 Vertex : (10.9757,-1.49585,32740) -Number of F1 Tiles with Positive energy : 40 +Number of F1 Tiles with Positive energy : 51 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -2.12399 1.82514 1.7729 +2.07346 1.61897 1.55077 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -6.61148 +9.99443 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 112 -EmEdep is=19820.1 MeV -HadEdep is=0.478148 MeV -Edep in FCAL1 FCAl2 : 19820.1 0.478148 +N Tracks out of world 3 +N Secondaries 172 +EmEdep is=19575.7 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 19575.7 0 **** Primary : 9 Vertex : (-27.7734,3.36444,32740) -Number of F1 Tiles with Positive energy : 62 +Number of F1 Tiles with Positive energy : 60 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.89045 1.51087 1.67915 +1.88399 1.55811 2.29651 Visible Energy in Hole Counter (MeV) -0 128.842 +0 61.6681 Visible Energy in Upstream Dead Materials -1838.83 +6902.85 Visible Energy in Tail Catcher Scintillator 0 0 0 0 0 0 0 Visible Energy in Tail Catcher Absorber -0 0 0 0 0 0 -N Tracks out of world 81 -N Secondaries 167 -EmEdep is=16190.6 MeV -HadEdep is=6.00833 MeV -Edep in FCAL1 FCAl2 : 16190.6 6.00833 +0 0.00104924 0 0 0 0 +N Tracks out of world 152 +N Secondaries 139 +EmEdep is=11240.3 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 11240.3 0 **** Primary : 10 Vertex : (-22.5474,4.1006,32740) -Number of F1 Tiles with Positive energy : 44 +Number of F1 Tiles with Positive energy : 42 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.86211 1.7742 3.47816 +1.81684 2.06099 2.085 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -11.0079 +5.8061 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=19712.4 MeV +N Tracks out of world 2 +N Secondaries 182 +EmEdep is=19848.5 MeV HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19712.4 0 +Edep in FCAL1 FCAl2 : 19848.5 0 ---> Begin of event: 11 **** Primary : 11 Vertex : (-6.31939,21.5056,32740) -Number of F1 Tiles with Positive energy : 73 +Number of F1 Tiles with Positive energy : 60 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -2.33972 1.69918 2.06784 +1.93863 1.80056 1.6823 Visible Energy in Hole Counter (MeV) -0 186.642 +0 68.7432 Visible Energy in Upstream Dead Materials -5657.8 +677.472 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 196 -N Secondaries 93 -EmEdep is=12213.7 MeV -HadEdep is=0.0940535 MeV -Edep in FCAL1 FCAl2 : 12213.7 0.0940535 +N Tracks out of world 27 +N Secondaries 150 +EmEdep is=18126 MeV +HadEdep is=10.8009 MeV +Edep in FCAL1 FCAl2 : 18126 10.8009 **** Primary : 12 Vertex : (17.1015,6.30557,32740) -Number of F1 Tiles with Positive energy : 42 +Number of F1 Tiles with Positive energy : 43 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -3.63472 1.77987 1.69077 +1.81973 1.56323 1.52153 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -88.3137 +10.2281 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 281 -EmEdep is=19492.7 MeV +N Tracks out of world 2 +N Secondaries 314 +EmEdep is=19782.4 MeV HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19492.7 0 +Edep in FCAL1 FCAl2 : 19782.4 0 **** Primary : 13 Vertex : (-24.9484,11.8659,32740) -Number of F1 Tiles with Positive energy : 20 +Number of F1 Tiles with Positive energy : 37 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.62744 1.48946 2.23249 +1.70701 1.85505 1.83587 Visible Energy in Hole Counter (MeV) -0 46.9606 +0 123.616 Visible Energy in Upstream Dead Materials -18727.9 +17255.2 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 115 -N Secondaries 157 -EmEdep is=471.499 MeV -HadEdep is=1.94839 MeV -Edep in FCAL1 FCAl2 : 471.499 1.94839 +N Tracks out of world 238 +N Secondaries 141 +EmEdep is=1205.64 MeV +HadEdep is=0.776199 MeV +Edep in FCAL1 FCAl2 : 1205.64 0.776199 **** Primary : 14 Vertex : (-0.133696,18.3151,32740) -Number of F1 Tiles with Positive energy : 45 +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.273 2.17229 2.09826 +1.76985 1.71243 1.79299 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -12.4859 +2.99414 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 192 -EmEdep is=19615.4 MeV +N Tracks out of world 4 +N Secondaries 156 +EmEdep is=19891.7 MeV HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 19615.4 0 +Edep in FCAL1 FCAl2 : 19891.7 0 **** Primary : 15 Vertex : (17.3196,17.6617,32740) -Number of F1 Tiles with Positive energy : 50 +Number of F1 Tiles with Positive energy : 39 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.60187 1.93296 1.68054 +1.44933 2.72408 1.66292 Visible Energy in Hole Counter (MeV) 0 0 Visible Energy in Upstream Dead Materials -4.01263 +6.38177 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 137 -EmEdep is=19755 MeV -HadEdep is=7.32705 MeV -Edep in FCAL1 FCAl2 : 19755 7.32705 +N Tracks out of world 7 +N Secondaries 244 +EmEdep is=19764.2 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 19764.2 0 **** Primary : 16 Vertex : (-20.8489,10.8988,32740) -Number of F1 Tiles with Positive energy : 62 +Number of F1 Tiles with Positive energy : 76 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.79066 1.44464 2.12125 +1.87237 2.21867 1.59889 Visible Energy in Hole Counter (MeV) -0 81.0699 +0 94.2623 Visible Energy in Upstream Dead Materials -4940.42 +5468.68 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 142 -N Secondaries 246 -EmEdep is=12794.5 MeV -HadEdep is=1.19275 MeV -Edep in FCAL1 FCAl2 : 12794.5 1.19275 +N Tracks out of world 194 +N Secondaries 132 +EmEdep is=12379.2 MeV +HadEdep is=0 MeV +Edep in FCAL1 FCAl2 : 12379.2 0 **** Primary : 17 Vertex : (-9.96316,-9.33478,32740) -Number of F1 Tiles with Positive energy : 59 +Number of F1 Tiles with Positive energy : 42 Number of F2 tiles with Positive energy : 0 Visisble Energy in S1 , S2 , S3 in (MeV) -1.84436 1.94537 1.6795 +2.09965 1.54181 2.75527 Visible Energy in Hole Counter (MeV) -0 55.1167 +0 12.5654 Visible Energy in Upstream Dead Materials -3325.24 +760.9 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 86 -N Secondaries 141 -EmEdep is=14088.6 MeV -HadEdep is=0 MeV -Edep in FCAL1 FCAl2 : 14088.6 0 +N Tracks out of world 18 +N Secondaries 202 +EmEdep is=19065.1 MeV +HadEdep is=4.01022 MeV +Edep in FCAL1 FCAl2 : 19065.1 4.01022 **** Primary : 18 Vertex : (-9.96316,-9.33478,32740) -Number of F1 Tiles with Positive energy : 46 -Number of F2 tiles with Positive energy : 0 +Number of F1 Tiles with Positive energy : 40 +Number of F2 tiles with Positive energy : 1 Visisble Energy in S1 , S2 , S3 in (MeV) -1.83629 1.66164 2.09831 +1.8753 4.42885 2.2338 Visible Energy in Hole Counter (MeV) -0 0 +0 5.37756 Visible Energy in Upstream Dead Materials -2.36648 +10.6687 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 176 -EmEdep is=19924.3 MeV -HadEdep is=4.87868 MeV -Edep in FCAL1 FCAl2 : 19924.3 4.87868 +N Tracks out of world 6 +N Secondaries 219 +EmEdep is=19841.5 MeV +HadEdep is=4.96301 MeV +Edep in FCAL1 FCAl2 : 19841.5 4.96301 Run terminated. Run Summary Number of events processed : 18 - User=9.040000s Real=9.571288s Sys=0.000000s + User=13.120000s Real=13.191338s Sys=0.010000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -1255,19 +1277,20 @@ Units table cleared. TransportationManager deleted. Total navigation history collections cleaned: 42 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0606 MB +Pool ID '20G4NavigationLevelRep', size : 0.0596 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0875 MB -Pool ID '7G4Track', size : 0.174 MB +Pool ID '17G4DynamicParticle', size : 0.11 MB +Pool ID '7G4Track', size : 0.218 MB Pool ID '18G4TouchableHistory', size : 0.00481 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.000961 MB -Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.33 MB +Pool ID '10G4Fragment', size : 0.00192 MB +Pool ID '17G4ReactionProduct', size : 0.00192 MB +Number of memory pools allocated: 12 of which, static: 0 +Dynamic pools deleted: 12 / Total memory freed: 0.4 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/medical_linac/medical_linac.out b/examples/advanced/medical_linac/medical_linac.out index 31aef29db78..ffc48a1ab30 100644 --- a/examples/advanced/medical_linac/medical_linac.out +++ b/examples/advanced/medical_linac/medical_linac.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -267,7 +267,7 @@ compt: for gamma SubType=13 BuildTable=1 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 +Livermore5DConversion : 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 @@ -356,7 +356,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -380,6 +380,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -388,7 +392,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -404,7 +408,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -421,7 +425,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -453,7 +457,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -485,7 +489,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -517,7 +521,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -550,7 +554,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -583,7 +587,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -615,7 +619,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -736,7 +740,7 @@ Region -- -- appears in world volume Materials : G4_WATER Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -748,42 +752,42 @@ Index : 0 used in the geometry : Yes 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.7508 keV e- 1.39534 MeV e+ 1.31345 MeV proton 100 keV + Energy thresholds : gamma 24.8178 keV e- 1.40852 MeV e+ 1.31727 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.01157 keV e- 466.625 keV e+ 457.312 keV proton 100 keV + Energy thresholds : gamma 2.01357 keV e- 466.458 keV e+ 451.096 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.98035 keV e- 419.056 keV e+ 405.209 keV proton 100 keV + Energy thresholds : gamma 2.96945 keV e- 416.259 keV e+ 405.255 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.0667 keV e- 6.8606 MeV e+ 6.41471 MeV proton 500 keV + Energy thresholds : gamma 55.2539 keV e- 6.7518 MeV e+ 6.31439 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.02067 keV e- 419.056 keV e+ 405.209 keV proton 100 keV + Energy thresholds : gamma 3.0095 keV e- 419.056 keV e+ 405.255 keV proton 100 keV Region(s) which use this couple : Mirror @@ -797,77 +801,77 @@ Index : 7 used in the geometry : Yes 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.499 keV e- 13.0779 MeV e+ 12.2279 MeV proton 1 MeV + Energy thresholds : gamma 60.4828 keV e- 12.9292 MeV e+ 12.0109 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.10981 keV e- 84.6589 keV e+ 83.5287 keV proton 10 keV + Energy thresholds : gamma 1.10939 keV e- 85.1099 keV e+ 83.4168 keV proton 10 keV Region(s) which use this couple : fullWaterPhantomR -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 10 kByte - Total CPU time elapsed for geometry optimisation: 0 seconds + Total memory consumed for geometry optimisation: 15 kByte + Total CPU time elapsed for geometry optimisation: 0.01 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- + 100.00 0.01 0.00 7k accWorldL 0.00 0.00 0.00 0k worldL - 0.00 0.00 0.00 5k accWorldL - 0.00 0.00 0.00 2k fullWaterPhantomLV - 0.00 0.00 0.00 2k RepY - 0.00 0.00 0.00 2k RepX + 0.00 0.00 0.00 3k fullWaterPhantomLV + 0.00 0.00 0.00 3k RepY + 0.00 0.00 0.00 3k RepX Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 47.50 4k 12 50 220 0.00 accWorldL - 16.57 1k 1 30 30 0.00 fullWaterPhantomLV - 16.57 1k 1 30 30 0.00 RepY - 16.57 1k 1 30 30 0.00 RepX - 2.80 0k 1 4 4 0.00 worldL + 44.65 6k 12 50 220 0.01 accWorldL + 17.48 2k 1 30 30 0.00 fullWaterPhantomLV + 17.48 2k 1 30 30 0.00 RepY + 17.48 2k 1 30 30 0.00 RepX + 2.91 0k 1 4 4 0.00 worldL ++ PhantomSD/TotalDose id 0 ### Run 0 starts. ### Run 0 start. @@ -883,10 +887,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=18.410000s Real=18.685176s Sys=0.020000s + User=46.670000s Real=47.423487s Sys=0.020000s PrimitiveScorer RUN PhantomSD,TotalDose - Number of entries 166 -loop elapsed time [s] : 18.46 + Number of entries 141 +loop elapsed time [s] : 46.73 Region -- -- appears in world volume @@ -986,7 +990,7 @@ Region -- -- appears in world volume Materials : G4_WATER Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -998,42 +1002,42 @@ Index : 0 used in the geometry : Yes 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.7508 keV e- 1.39534 MeV e+ 1.31345 MeV proton 100 keV + Energy thresholds : gamma 24.8178 keV e- 1.40852 MeV e+ 1.31727 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.01157 keV e- 466.625 keV e+ 457.312 keV proton 100 keV + Energy thresholds : gamma 2.01357 keV e- 466.458 keV e+ 451.096 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.98035 keV e- 419.056 keV e+ 405.209 keV proton 100 keV + Energy thresholds : gamma 2.96945 keV e- 416.259 keV e+ 405.255 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.0667 keV e- 6.8606 MeV e+ 6.41471 MeV proton 500 keV + Energy thresholds : gamma 55.2539 keV e- 6.7518 MeV e+ 6.31439 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.02067 keV e- 419.056 keV e+ 405.209 keV proton 100 keV + Energy thresholds : gamma 3.0095 keV e- 419.056 keV e+ 405.255 keV proton 100 keV Region(s) which use this couple : Mirror @@ -1047,53 +1051,53 @@ Index : 7 used in the geometry : Yes 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.499 keV e- 13.0779 MeV e+ 12.2279 MeV proton 1 MeV + Energy thresholds : gamma 60.4828 keV e- 12.9292 MeV e+ 12.0109 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.10981 keV e- 84.6589 keV e+ 83.5287 keV proton 10 keV + Energy thresholds : gamma 1.10939 keV e- 85.1099 keV e+ 83.4168 keV proton 10 keV Region(s) which use this couple : fullWaterPhantomR -==================================================================== +================================================================== ++ PhantomSD/TotalDose id 0 ### Run 1 starts. @@ -1110,10 +1114,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=18.310000s Real=18.517761s Sys=0.000000s + User=48.280000s Real=48.609713s Sys=0.010000s PrimitiveScorer RUN PhantomSD,TotalDose - Number of entries 117 -loop elapsed time [s] : 18.35 + Number of entries 203 +loop elapsed time [s] : 48.32 ################ END NEW GEOMETRY ######################## /run/geometryModified @@ -1260,7 +1264,7 @@ Region -- -- appears in world volume Materials : G4_WATER Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -1272,42 +1276,42 @@ Index : 0 used in the geometry : Yes 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.7508 keV e- 1.39534 MeV e+ 1.31345 MeV proton 100 keV + Energy thresholds : gamma 24.8178 keV e- 1.40852 MeV e+ 1.31727 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.01157 keV e- 466.625 keV e+ 457.312 keV proton 100 keV + Energy thresholds : gamma 2.01357 keV e- 466.458 keV e+ 451.096 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.98035 keV e- 419.056 keV e+ 405.209 keV proton 100 keV + Energy thresholds : gamma 2.96945 keV e- 416.259 keV e+ 405.255 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.0667 keV e- 6.8606 MeV e+ 6.41471 MeV proton 500 keV + Energy thresholds : gamma 55.2539 keV e- 6.7518 MeV e+ 6.31439 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.02067 keV e- 419.056 keV e+ 405.209 keV proton 100 keV + Energy thresholds : gamma 3.0095 keV e- 419.056 keV e+ 405.255 keV proton 100 keV Region(s) which use this couple : Mirror @@ -1321,77 +1325,77 @@ Index : 7 used in the geometry : Yes 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.499 keV e- 13.0779 MeV e+ 12.2279 MeV proton 1 MeV + Energy thresholds : gamma 60.4828 keV e- 12.9292 MeV e+ 12.0109 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.10981 keV e- 84.6589 keV e+ 83.5287 keV proton 10 keV + Energy thresholds : gamma 1.10939 keV e- 85.1099 keV e+ 83.4168 keV proton 10 keV Region(s) which use this couple : fullWaterPhantomR -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 10 kByte + Total memory consumed for geometry optimisation: 15 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- 0.00 0.00 0.00 0k worldL - 0.00 0.00 0.00 5k accWorldL - 0.00 0.00 0.00 2k fullWaterPhantomLV - 0.00 0.00 0.00 2k RepY - 0.00 0.00 0.00 2k RepX + 0.00 0.00 0.00 7k accWorldL + 0.00 0.00 0.00 3k fullWaterPhantomLV + 0.00 0.00 0.00 3k RepY + 0.00 0.00 0.00 3k RepX Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 47.72 4k 12 50 220 0.00 accWorldL - 16.64 1k 1 30 30 0.00 fullWaterPhantomLV - 16.64 1k 1 30 30 0.00 RepY - 16.64 1k 1 30 30 0.00 RepX - 2.36 0k 1 3 4 0.00 worldL + 44.88 6k 12 50 220 0.00 accWorldL + 17.57 2k 1 30 30 0.00 fullWaterPhantomLV + 17.57 2k 1 30 30 0.00 RepY + 17.57 2k 1 30 30 0.00 RepX + 2.41 0k 1 3 4 0.00 worldL ++ PhantomSD/TotalDose id 0 ### Run 2 starts. ### Run 2 start. @@ -1407,10 +1411,10 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=17.940000s Real=18.224467s Sys=0.030000s + User=47.860000s Real=48.359570s Sys=0.010000s PrimitiveScorer RUN PhantomSD,TotalDose - Number of entries 71 -loop elapsed time [s] : 17.97 + Number of entries 92 +loop elapsed time [s] : 47.9 Region -- -- appears in world volume @@ -1510,7 +1514,7 @@ Region -- -- appears in world volume Materials : G4_WATER Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -1522,42 +1526,42 @@ Index : 0 used in the geometry : Yes 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.7508 keV e- 1.39534 MeV e+ 1.31345 MeV proton 100 keV + Energy thresholds : gamma 24.8178 keV e- 1.40852 MeV e+ 1.31727 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.01157 keV e- 466.625 keV e+ 457.312 keV proton 100 keV + Energy thresholds : gamma 2.01357 keV e- 466.458 keV e+ 451.096 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.98035 keV e- 419.056 keV e+ 405.209 keV proton 100 keV + Energy thresholds : gamma 2.96945 keV e- 416.259 keV e+ 405.255 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.0667 keV e- 6.8606 MeV e+ 6.41471 MeV proton 500 keV + Energy thresholds : gamma 55.2539 keV e- 6.7518 MeV e+ 6.31439 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.02067 keV e- 419.056 keV e+ 405.209 keV proton 100 keV + Energy thresholds : gamma 3.0095 keV e- 419.056 keV e+ 405.255 keV proton 100 keV Region(s) which use this couple : Mirror @@ -1571,53 +1575,53 @@ Index : 7 used in the geometry : Yes 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.569 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + Energy thresholds : gamma 106.162 keV e- 2.28137 MeV e+ 2.13357 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.499 keV e- 13.0779 MeV e+ 12.2279 MeV proton 1 MeV + Energy thresholds : gamma 60.4828 keV e- 12.9292 MeV e+ 12.0109 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.0405 keV e- 28.1348 MeV e+ 26.3063 MeV proton 2 MeV + Energy thresholds : gamma 81.2117 keV e- 28.3074 MeV e+ 26.4736 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.10981 keV e- 84.6589 keV e+ 83.5287 keV proton 10 keV + Energy thresholds : gamma 1.10939 keV e- 85.1099 keV e+ 83.4168 keV proton 10 keV Region(s) which use this couple : fullWaterPhantomR -==================================================================== +================================================================== ++ PhantomSD/TotalDose id 0 ### Run 3 starts. @@ -1634,13 +1638,13 @@ Launched 50000 random primary particles Run terminated. Run Summary Number of events processed : 50000 - User=17.990000s Real=18.362001s Sys=0.000000s + User=46.970000s Real=47.491599s Sys=0.020000s PrimitiveScorer RUN PhantomSD,TotalDose - Number of entries 128 -loop elapsed time [s] : 18.03 + Number of entries 89 +loop elapsed time [s] : 47.02 ################ END NEW GEOMETRY ######################## -loop elapsed time [s] : 76.93 +loop elapsed time [s] : 195.38 G4 kernel has come to Quit state. UserDetectorConstruction deleted. @@ -1652,24 +1656,24 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 18 +Total navigation history collections cleaned: 23 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0269 MB +Pool ID '20G4NavigationLevelRep', size : 0.0336 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 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.00288 MB -Pool ID '7G4Track', size : 0.00577 MB -Pool ID '18G4TouchableHistory', size : 0.00192 MB +Pool ID '17G4DynamicParticle', size : 0.00385 MB +Pool ID '7G4Track', size : 0.00673 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.0346 MB +Pool ID '17G4TrajectoryPoint', size : 0.0365 MB Pool ID '21G4TrajectoryContainer', size : 0.000961 MB Number of memory pools allocated: 14 of which, static: 0 -Dynamic pools deleted: 14 / Total memory freed: 0.082 MB +Dynamic pools deleted: 14 / Total memory freed: 0.093 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/medical_linac/totDose.txt b/examples/advanced/medical_linac/totDose.txt index 13b394f401f..3bb978b132f 100644 --- a/examples/advanced/medical_linac/totDose.txt +++ b/examples/advanced/medical_linac/totDose.txt @@ -263,7 +263,7 @@ 22 8 0 0 23 8 0 0 24 8 0 0 -25 8 0 0 +25 8 0 1.41816e-12 26 8 0 0 27 8 0 0 28 8 0 0 @@ -2115,7 +2115,7 @@ 14 10 2 0 15 10 2 0 16 10 2 0 -17 10 2 0 +17 10 2 1.49792e-11 18 10 2 0 19 10 2 0 20 10 2 0 @@ -3567,7 +3567,7 @@ 26 28 3 0 27 28 3 0 28 28 3 0 -29 28 3 0 +29 28 3 5.88773e-12 0 29 3 0 1 29 3 0 2 29 3 0 @@ -4157,7 +4157,7 @@ 16 18 4 0 17 18 4 0 18 18 4 0 -19 18 4 0 +19 18 4 8.23014e-12 20 18 4 0 21 18 4 0 22 18 4 0 @@ -4467,7 +4467,7 @@ 26 28 4 0 27 28 4 0 28 28 4 0 -29 28 4 0 +29 28 4 7.8221e-11 0 29 4 0 1 29 4 0 2 29 4 0 @@ -4939,7 +4939,7 @@ 18 14 5 0 19 14 5 0 20 14 5 0 -21 14 5 9.54541e-13 +21 14 5 0 22 14 5 0 23 14 5 0 24 14 5 0 @@ -5244,7 +5244,7 @@ 23 24 5 0 24 24 5 0 25 24 5 0 -26 24 5 0 +26 24 5 1.8033e-12 27 24 5 0 28 24 5 0 29 24 5 0 @@ -5749,7 +5749,7 @@ 18 11 6 0 19 11 6 0 20 11 6 0 -21 11 6 7.61008e-12 +21 11 6 0 22 11 6 0 23 11 6 0 24 11 6 0 @@ -6173,7 +6173,7 @@ 22 25 6 0 23 25 6 0 24 25 6 0 -25 25 6 0 +25 25 6 6.61618e-12 26 25 6 0 27 25 6 0 28 25 6 0 @@ -6982,11 +6982,11 @@ 21 22 7 0 22 22 7 0 23 22 7 0 -24 22 7 0 +24 22 7 2.19576e-13 25 22 7 0 26 22 7 0 27 22 7 0 -28 22 7 0 +28 22 7 1.84806e-12 29 22 7 0 0 23 7 0 1 23 7 0 @@ -7915,7 +7915,7 @@ 24 23 8 0 25 23 8 0 26 23 8 0 -27 23 8 0 +27 23 8 1.4643e-11 28 23 8 0 29 23 8 0 0 24 8 0 @@ -8378,7 +8378,7 @@ 7 9 9 0 8 9 9 0 9 9 9 0 -10 9 9 0 +10 9 9 1.39046e-10 11 9 9 0 12 9 9 0 13 9 9 0 @@ -9157,7 +9157,7 @@ 6 5 10 0 7 5 10 0 8 5 10 0 -9 5 10 1.28669e-11 +9 5 10 0 10 5 10 0 11 5 10 0 12 5 10 0 @@ -9371,7 +9371,7 @@ 10 12 10 0 11 12 10 0 12 12 10 0 -13 12 10 1.49286e-12 +13 12 10 0 14 12 10 0 15 12 10 0 16 12 10 0 @@ -10003,7 +10003,7 @@ 12 3 11 0 13 3 11 0 14 3 11 0 -15 3 11 1.08583e-11 +15 3 11 0 16 3 11 0 17 3 11 0 18 3 11 0 @@ -10521,7 +10521,7 @@ 20 20 11 0 21 20 11 0 22 20 11 0 -23 20 11 2.85804e-11 +23 20 11 0 24 20 11 0 25 20 11 0 26 20 11 0 @@ -10892,7 +10892,7 @@ 1 3 12 0 2 3 12 0 3 3 12 0 -4 3 12 1.84739e-11 +4 3 12 0 5 3 12 0 6 3 12 0 7 3 12 0 @@ -11233,7 +11233,7 @@ 12 14 12 0 13 14 12 0 14 14 12 0 -15 14 12 8.78945e-13 +15 14 12 0 16 14 12 0 17 14 12 0 18 14 12 0 @@ -11318,7 +11318,7 @@ 7 17 12 0 8 17 12 0 9 17 12 0 -10 17 12 2.4119e-12 +10 17 12 0 11 17 12 0 12 17 12 0 13 17 12 0 @@ -11348,7 +11348,7 @@ 7 18 12 0 8 18 12 0 9 18 12 0 -10 18 12 2.90987e-12 +10 18 12 0 11 18 12 0 12 18 12 0 13 18 12 0 @@ -11378,7 +11378,7 @@ 7 19 12 0 8 19 12 0 9 19 12 0 -10 19 12 0 +10 19 12 7.20191e-11 11 19 12 0 12 19 12 0 13 19 12 0 @@ -11765,7 +11765,7 @@ 4 2 13 0 5 2 13 0 6 2 13 0 -7 2 13 0 +7 2 13 6.13781e-12 8 2 13 0 9 2 13 0 10 2 13 0 @@ -11832,7 +11832,7 @@ 11 4 13 0 12 4 13 0 13 4 13 0 -14 4 13 1.89338e-12 +14 4 13 0 15 4 13 0 16 4 13 0 17 4 13 0 @@ -12010,7 +12010,7 @@ 9 10 13 0 10 10 13 0 11 10 13 0 -12 10 13 3.07092e-14 +12 10 13 0 13 10 13 0 14 10 13 0 15 10 13 0 @@ -12466,7 +12466,7 @@ 15 25 13 0 16 25 13 0 17 25 13 0 -18 25 13 2.91048e-11 +18 25 13 0 19 25 13 0 20 25 13 0 21 25 13 0 @@ -12583,7 +12583,7 @@ 12 29 13 0 13 29 13 0 14 29 13 0 -15 29 13 0 +15 29 13 6.21068e-11 16 29 13 0 17 29 13 0 18 29 13 0 @@ -12665,7 +12665,7 @@ 4 2 14 0 5 2 14 0 6 2 14 0 -7 2 14 0 +7 2 14 8.09073e-12 8 2 14 0 9 2 14 0 10 2 14 0 @@ -12858,7 +12858,7 @@ 17 8 14 0 18 8 14 0 19 8 14 0 -20 8 14 1.1467e-10 +20 8 14 0 21 8 14 0 22 8 14 0 23 8 14 0 @@ -12888,7 +12888,7 @@ 17 9 14 0 18 9 14 0 19 9 14 0 -20 9 14 1.19822e-10 +20 9 14 0 21 9 14 0 22 9 14 0 23 9 14 0 @@ -13088,7 +13088,7 @@ 7 16 14 0 8 16 14 0 9 16 14 0 -10 16 14 7.42005e-12 +10 16 14 0 11 16 14 0 12 16 14 0 13 16 14 0 @@ -13179,7 +13179,7 @@ 8 19 14 0 9 19 14 0 10 19 14 0 -11 19 14 0 +11 19 14 4.362e-12 12 19 14 0 13 19 14 0 14 19 14 0 @@ -13325,7 +13325,7 @@ 4 24 14 0 5 24 14 0 6 24 14 0 -7 24 14 0 +7 24 14 2.29306e-10 8 24 14 0 9 24 14 0 10 24 14 0 @@ -13355,14 +13355,14 @@ 4 25 14 0 5 25 14 0 6 25 14 0 -7 25 14 0 +7 25 14 6.93591e-11 8 25 14 0 9 25 14 0 10 25 14 0 11 25 14 0 12 25 14 0 13 25 14 0 -14 25 14 0 +14 25 14 1.56317e-12 15 25 14 0 16 25 14 0 17 25 14 0 @@ -13395,7 +13395,7 @@ 14 26 14 0 15 26 14 0 16 26 14 0 -17 26 14 6.34712e-11 +17 26 14 0 18 26 14 0 19 26 14 0 20 26 14 0 @@ -13483,11 +13483,11 @@ 12 29 14 0 13 29 14 0 14 29 14 0 -15 29 14 0 +15 29 14 7.04902e-13 16 29 14 0 17 29 14 0 -18 29 14 1.38628e-10 -19 29 14 2.92333e-11 +18 29 14 0 +19 29 14 0 20 29 14 0 21 29 14 0 22 29 14 0 @@ -13728,7 +13728,7 @@ 17 7 15 0 18 7 15 0 19 7 15 0 -20 7 15 1.82339e-10 +20 7 15 0 21 7 15 0 22 7 15 0 23 7 15 0 @@ -13758,7 +13758,7 @@ 17 8 15 0 18 8 15 0 19 8 15 0 -20 8 15 2.47677e-10 +20 8 15 0 21 8 15 0 22 8 15 0 23 8 15 0 @@ -13915,8 +13915,8 @@ 24 13 15 0 25 13 15 0 26 13 15 0 -27 13 15 2.38974e-12 -28 13 15 2.72436e-11 +27 13 15 0 +28 13 15 0 29 13 15 0 0 14 15 0 1 14 15 0 @@ -14085,9 +14085,9 @@ 14 19 15 0 15 19 15 0 16 19 15 0 -17 19 15 2.10289e-13 +17 19 15 0 18 19 15 0 -19 19 15 1.57932e-12 +19 19 15 0 20 19 15 0 21 19 15 0 22 19 15 0 @@ -14165,7 +14165,7 @@ 4 22 15 0 5 22 15 0 6 22 15 0 -7 22 15 0 +7 22 15 1.10553e-11 8 22 15 0 9 22 15 0 10 22 15 0 @@ -14255,7 +14255,7 @@ 4 25 15 0 5 25 15 0 6 25 15 0 -7 25 15 0 +7 25 15 7.12536e-11 8 25 15 0 9 25 15 0 10 25 15 0 @@ -14744,7 +14744,7 @@ 13 11 16 0 14 11 16 0 15 11 16 0 -16 11 16 0 +16 11 16 1.46824e-11 17 11 16 0 18 11 16 0 19 11 16 0 @@ -14826,7 +14826,7 @@ 5 14 16 0 6 14 16 0 7 14 16 0 -8 14 16 0 +8 14 16 8.32541e-12 9 14 16 0 10 14 16 0 11 14 16 0 @@ -14986,7 +14986,7 @@ 15 19 16 0 16 19 16 0 17 19 16 0 -18 19 16 1.87616e-12 +18 19 16 0 19 19 16 0 20 19 16 0 21 19 16 0 @@ -15069,7 +15069,7 @@ 8 22 16 0 9 22 16 0 10 22 16 0 -11 22 16 0 +11 22 16 2.64482e-11 12 22 16 0 13 22 16 0 14 22 16 0 @@ -15099,8 +15099,8 @@ 8 23 16 0 9 23 16 0 10 23 16 0 -11 23 16 0 -12 23 16 0 +11 23 16 2.18037e-11 +12 23 16 1.0969e-10 13 23 16 0 14 23 16 0 15 23 16 0 @@ -15218,7 +15218,7 @@ 7 27 16 0 8 27 16 0 9 27 16 0 -10 27 16 1.00792e-10 +10 27 16 0 11 27 16 0 12 27 16 0 13 27 16 0 @@ -15255,7 +15255,7 @@ 14 28 16 0 15 28 16 0 16 28 16 0 -17 28 16 0 +17 28 16 1.21365e-10 18 28 16 0 19 28 16 0 20 28 16 0 @@ -15278,7 +15278,7 @@ 7 29 16 0 8 29 16 0 9 29 16 0 -10 29 16 0 +10 29 16 2.82401e-11 11 29 16 0 12 29 16 0 13 29 16 0 @@ -15820,7 +15820,7 @@ 9 17 17 0 10 17 17 0 11 17 17 0 -12 17 17 3.77308e-13 +12 17 17 0 13 17 17 0 14 17 17 0 15 17 17 0 @@ -15887,7 +15887,7 @@ 16 19 17 0 17 19 17 0 18 19 17 0 -19 19 17 3.11411e-12 +19 19 17 0 20 19 17 0 21 19 17 0 22 19 17 0 @@ -15909,8 +15909,8 @@ 8 20 17 0 9 20 17 0 10 20 17 0 -11 20 17 6.71892e-12 -12 20 17 2.02602e-12 +11 20 17 0 +12 20 17 0 13 20 17 0 14 20 17 0 15 20 17 0 @@ -15927,7 +15927,7 @@ 26 20 17 0 27 20 17 0 28 20 17 0 -29 20 17 1.62794e-11 +29 20 17 0 0 21 17 0 1 21 17 0 2 21 17 0 @@ -15940,12 +15940,12 @@ 9 21 17 0 10 21 17 0 11 21 17 0 -12 21 17 4.63203e-12 +12 21 17 0 13 21 17 0 14 21 17 0 15 21 17 0 16 21 17 0 -17 21 17 7.67051e-13 +17 21 17 0 18 21 17 0 19 21 17 0 20 21 17 0 @@ -15967,7 +15967,7 @@ 6 22 17 0 7 22 17 0 8 22 17 0 -9 22 17 0 +9 22 17 1.96322e-11 10 22 17 0 11 22 17 0 12 22 17 0 @@ -16012,7 +16012,7 @@ 21 23 17 0 22 23 17 0 23 23 17 0 -24 23 17 1.61621e-11 +24 23 17 0 25 23 17 0 26 23 17 0 27 23 17 0 @@ -16107,7 +16107,7 @@ 26 26 17 0 27 26 17 0 28 26 17 0 -29 26 17 2.13383e-12 +29 26 17 0 0 27 17 0 1 27 17 0 2 27 17 0 @@ -16155,7 +16155,7 @@ 14 28 17 0 15 28 17 0 16 28 17 0 -17 28 17 1.71287e-10 +17 28 17 0 18 28 17 0 19 28 17 0 20 28 17 0 @@ -16233,7 +16233,7 @@ 2 1 18 0 3 1 18 0 4 1 18 0 -5 1 18 0 +5 1 18 8.08388e-12 6 1 18 0 7 1 18 0 8 1 18 0 @@ -16253,8 +16253,8 @@ 22 1 18 0 23 1 18 0 24 1 18 0 -25 1 18 0 -26 1 18 0 +25 1 18 2.20742e-11 +26 1 18 2.42973e-11 27 1 18 0 28 1 18 0 29 1 18 0 @@ -16660,7 +16660,7 @@ 9 15 18 0 10 15 18 0 11 15 18 0 -12 15 18 3.02189e-12 +12 15 18 0 13 15 18 0 14 15 18 0 15 15 18 0 @@ -16714,7 +16714,7 @@ 3 17 18 0 4 17 18 0 5 17 18 0 -6 17 18 4.9385e-11 +6 17 18 0 7 17 18 0 8 17 18 0 9 17 18 0 @@ -16842,7 +16842,7 @@ 11 21 18 0 12 21 18 0 13 21 18 0 -14 21 18 6.6756e-11 +14 21 18 0 15 21 18 0 16 21 18 0 17 21 18 0 @@ -16871,9 +16871,9 @@ 10 22 18 0 11 22 18 0 12 22 18 0 -13 22 18 0 -14 22 18 9.11915e-12 -15 22 18 1.60512e-11 +13 22 18 1.86619e-12 +14 22 18 0 +15 22 18 0 16 22 18 0 17 22 18 0 18 22 18 0 @@ -16891,7 +16891,7 @@ 0 23 18 0 1 23 18 0 2 23 18 0 -3 23 18 0 +3 23 18 1.42611e-11 4 23 18 0 5 23 18 0 6 23 18 0 @@ -16956,7 +16956,7 @@ 5 25 18 0 6 25 18 0 7 25 18 0 -8 25 18 0 +8 25 18 7.57547e-11 9 25 18 0 10 25 18 0 11 25 18 0 @@ -17057,8 +17057,8 @@ 16 28 18 0 17 28 18 0 18 28 18 0 -19 28 18 2.24732e-10 -20 28 18 2.79504e-11 +19 28 18 0 +20 28 18 0 21 28 18 0 22 28 18 0 23 28 18 0 @@ -17087,8 +17087,8 @@ 16 29 18 0 17 29 18 0 18 29 18 0 -19 29 18 1.07466e-10 -20 29 18 3.66726e-11 +19 29 18 0 +20 29 18 0 21 29 18 0 22 29 18 0 23 29 18 0 @@ -17505,7 +17505,7 @@ 14 13 19 0 15 13 19 0 16 13 19 0 -17 13 19 9.69443e-12 +17 13 19 0 18 13 19 0 19 13 19 0 20 13 19 0 @@ -17588,7 +17588,7 @@ 7 16 19 0 8 16 19 0 9 16 19 0 -10 16 19 5.20891e-12 +10 16 19 0 11 16 19 0 12 16 19 0 13 16 19 0 @@ -17711,7 +17711,7 @@ 10 20 19 0 11 20 19 0 12 20 19 0 -13 20 19 1.46177e-12 +13 20 19 0 14 20 19 0 15 20 19 0 16 20 19 0 @@ -17742,8 +17742,8 @@ 11 21 19 0 12 21 19 0 13 21 19 0 -14 21 19 1.08166e-10 -15 21 19 2.42774e-11 +14 21 19 0 +15 21 19 0 16 21 19 0 17 21 19 0 18 21 19 0 @@ -17754,7 +17754,7 @@ 23 21 19 0 24 21 19 0 25 21 19 0 -26 21 19 2.83213e-12 +26 21 19 0 27 21 19 0 28 21 19 0 29 21 19 0 @@ -17772,7 +17772,7 @@ 11 22 19 0 12 22 19 0 13 22 19 0 -14 22 19 3.4284e-11 +14 22 19 0 15 22 19 0 16 22 19 0 17 22 19 0 @@ -17893,7 +17893,7 @@ 12 26 19 0 13 26 19 0 14 26 19 0 -15 26 19 1.25814e-10 +15 26 19 0 16 26 19 0 17 26 19 0 18 26 19 0 @@ -17917,14 +17917,14 @@ 6 27 19 0 7 27 19 0 8 27 19 0 -9 27 19 0 +9 27 19 2.5524e-10 10 27 19 0 11 27 19 0 12 27 19 0 13 27 19 0 14 27 19 0 15 27 19 0 -16 27 19 5.08116e-11 +16 27 19 0 17 27 19 0 18 27 19 0 19 27 19 0 @@ -17953,7 +17953,7 @@ 12 28 19 0 13 28 19 0 14 28 19 0 -15 28 19 6.77207e-11 +15 28 19 0 16 28 19 0 17 28 19 0 18 28 19 0 @@ -18313,7 +18313,7 @@ 12 10 20 0 13 10 20 0 14 10 20 0 -15 10 20 0 +15 10 20 3.3286e-11 16 10 20 0 17 10 20 0 18 10 20 0 @@ -18343,7 +18343,7 @@ 12 11 20 0 13 11 20 0 14 11 20 0 -15 11 20 0 +15 11 20 1.093e-10 16 11 20 0 17 11 20 0 18 11 20 0 @@ -18639,7 +18639,7 @@ 8 21 20 0 9 21 20 0 10 21 20 0 -11 21 20 4.08376e-12 +11 21 20 0 12 21 20 0 13 21 20 0 14 21 20 0 @@ -18672,7 +18672,7 @@ 11 22 20 0 12 22 20 0 13 22 20 0 -14 22 20 4.2524e-12 +14 22 20 0 15 22 20 0 16 22 20 0 17 22 20 0 @@ -18707,7 +18707,7 @@ 16 23 20 0 17 23 20 0 18 23 20 0 -19 23 20 9.3671e-12 +19 23 20 0 20 23 20 0 21 23 20 0 22 23 20 0 @@ -18720,7 +18720,7 @@ 29 23 20 0 0 24 20 0 1 24 20 0 -2 24 20 0 +2 24 20 6.98077e-12 3 24 20 0 4 24 20 0 5 24 20 0 @@ -18737,7 +18737,7 @@ 16 24 20 0 17 24 20 0 18 24 20 0 -19 24 20 3.66099e-11 +19 24 20 0 20 24 20 0 21 24 20 0 22 24 20 0 @@ -18768,7 +18768,7 @@ 17 25 20 0 18 25 20 0 19 25 20 0 -20 25 20 1.92496e-11 +20 25 20 0 21 25 20 0 22 25 20 0 23 25 20 0 @@ -18817,13 +18817,13 @@ 6 27 20 0 7 27 20 0 8 27 20 0 -9 27 20 0 +9 27 20 3.56991e-10 10 27 20 0 11 27 20 0 12 27 20 0 13 27 20 0 14 27 20 0 -15 27 20 1.30139e-11 +15 27 20 0 16 27 20 0 17 27 20 0 18 27 20 0 @@ -18876,7 +18876,7 @@ 5 29 20 0 6 29 20 0 7 29 20 0 -8 29 20 2.6966e-11 +8 29 20 0 9 29 20 0 10 29 20 0 11 29 20 0 @@ -18884,7 +18884,7 @@ 13 29 20 0 14 29 20 0 15 29 20 0 -16 29 20 7.73948e-12 +16 29 20 0 17 29 20 0 18 29 20 0 19 29 20 0 @@ -19212,8 +19212,8 @@ 11 10 21 0 12 10 21 0 13 10 21 0 -14 10 21 0 -15 10 21 0 +14 10 21 1.24363e-10 +15 10 21 3.60683e-10 16 10 21 0 17 10 21 0 18 10 21 0 @@ -19246,7 +19246,7 @@ 15 11 21 0 16 11 21 0 17 11 21 0 -18 11 21 5.69654e-11 +18 11 21 0 19 11 21 0 20 11 21 0 21 11 21 0 @@ -19340,7 +19340,7 @@ 19 14 21 0 20 14 21 0 21 14 21 0 -22 14 21 5.31192e-12 +22 14 21 0 23 14 21 0 24 14 21 0 25 14 21 0 @@ -19477,7 +19477,7 @@ 6 19 21 0 7 19 21 0 8 19 21 0 -9 19 21 0 +9 19 21 1.05293e-12 10 19 21 0 11 19 21 0 12 19 21 0 @@ -19668,7 +19668,7 @@ 17 25 21 0 18 25 21 0 19 25 21 0 -20 25 21 2.59071e-10 +20 25 21 0 21 25 21 0 22 25 21 0 23 25 21 0 @@ -19694,7 +19694,7 @@ 13 26 21 0 14 26 21 0 15 26 21 0 -16 26 21 0 +16 26 21 1.00571e-10 17 26 21 0 18 26 21 0 19 26 21 0 @@ -20122,7 +20122,7 @@ 21 10 22 0 22 10 22 0 23 10 22 0 -24 10 22 1.54867e-12 +24 10 22 0 25 10 22 0 26 10 22 0 27 10 22 0 @@ -20259,7 +20259,7 @@ 8 15 22 0 9 15 22 0 10 15 22 0 -11 15 22 7.13095e-11 +11 15 22 0 12 15 22 0 13 15 22 0 14 15 22 0 @@ -20305,7 +20305,7 @@ 24 16 22 0 25 16 22 0 26 16 22 0 -27 16 22 9.0725e-11 +27 16 22 0 28 16 22 0 29 16 22 0 0 17 22 0 @@ -20316,7 +20316,7 @@ 5 17 22 0 6 17 22 0 7 17 22 0 -8 17 22 0 +8 17 22 2.43897e-12 9 17 22 0 10 17 22 0 11 17 22 0 @@ -20335,7 +20335,7 @@ 24 17 22 0 25 17 22 0 26 17 22 0 -27 17 22 8.01527e-11 +27 17 22 0 28 17 22 0 29 17 22 0 0 18 22 0 @@ -20472,8 +20472,8 @@ 11 22 22 0 12 22 22 0 13 22 22 0 -14 22 22 1.16949e-10 -15 22 22 1.659e-12 +14 22 22 0 +15 22 22 0 16 22 22 0 17 22 22 0 18 22 22 0 @@ -20502,10 +20502,10 @@ 11 23 22 0 12 23 22 0 13 23 22 0 -14 23 22 0 -15 23 22 4.61532e-11 +14 23 22 1.09247e-11 +15 23 22 0 16 23 22 0 -17 23 22 6.18343e-13 +17 23 22 0 18 23 22 0 19 23 22 0 20 23 22 0 @@ -20643,7 +20643,7 @@ 2 28 22 0 3 28 22 0 4 28 22 0 -5 28 22 0 +5 28 22 2.32863e-13 6 28 22 0 7 28 22 0 8 28 22 0 @@ -21129,7 +21129,7 @@ 8 14 23 0 9 14 23 0 10 14 23 0 -11 14 23 1.64258e-10 +11 14 23 0 12 14 23 0 13 14 23 0 14 14 23 0 @@ -21159,7 +21159,7 @@ 8 15 23 0 9 15 23 0 10 15 23 0 -11 15 23 2.71703e-10 +11 15 23 0 12 15 23 0 13 15 23 0 14 15 23 0 @@ -21343,7 +21343,7 @@ 12 21 23 0 13 21 23 0 14 21 23 0 -15 21 23 3.92442e-12 +15 21 23 0 16 21 23 0 17 21 23 0 18 21 23 0 @@ -21427,7 +21427,7 @@ 6 24 23 0 7 24 23 0 8 24 23 0 -9 24 23 6.61951e-13 +9 24 23 0 10 24 23 0 11 24 23 0 12 24 23 0 @@ -21437,10 +21437,10 @@ 16 24 23 0 17 24 23 0 18 24 23 0 -19 24 23 3.20713e-12 +19 24 23 0 20 24 23 0 21 24 23 0 -22 24 23 1.14587e-11 +22 24 23 0 23 24 23 0 24 24 23 0 25 24 23 0 @@ -21467,7 +21467,7 @@ 16 25 23 0 17 25 23 0 18 25 23 0 -19 25 23 4.58455e-11 +19 25 23 0 20 25 23 0 21 25 23 0 22 25 23 0 @@ -21497,7 +21497,7 @@ 16 26 23 0 17 26 23 0 18 26 23 0 -19 26 23 5.29632e-12 +19 26 23 0 20 26 23 0 21 26 23 0 22 26 23 0 @@ -21876,7 +21876,7 @@ 5 9 24 0 6 9 24 0 7 9 24 0 -8 9 24 0 +8 9 24 2.75506e-11 9 9 24 0 10 9 24 0 11 9 24 0 @@ -21970,7 +21970,7 @@ 9 12 24 0 10 12 24 0 11 12 24 0 -12 12 24 0 +12 12 24 4.70978e-12 13 12 24 0 14 12 24 0 15 12 24 0 @@ -22029,7 +22029,7 @@ 8 14 24 0 9 14 24 0 10 14 24 0 -11 14 24 2.77364e-11 +11 14 24 1.73122e-11 12 14 24 0 13 14 24 0 14 14 24 0 @@ -22085,7 +22085,7 @@ 4 16 24 0 5 16 24 0 6 16 24 0 -7 16 24 2.88246e-11 +7 16 24 0 8 16 24 0 9 16 24 0 10 16 24 0 @@ -22180,7 +22180,7 @@ 9 19 24 0 10 19 24 0 11 19 24 0 -12 19 24 0 +12 19 24 8.34621e-12 13 19 24 0 14 19 24 0 15 19 24 0 @@ -22327,15 +22327,15 @@ 6 24 24 0 7 24 24 0 8 24 24 0 -9 24 24 4.07561e-11 +9 24 24 0 10 24 24 0 11 24 24 0 12 24 24 0 13 24 24 0 14 24 24 0 15 24 24 0 -16 24 24 1.08398e-10 -17 24 24 3.87666e-11 +16 24 24 0 +17 24 24 0 18 24 24 0 19 24 24 0 20 24 24 0 @@ -22358,7 +22358,7 @@ 7 25 24 0 8 25 24 0 9 25 24 0 -10 25 24 8.56169e-11 +10 25 24 0 11 25 24 0 12 25 24 0 13 25 24 0 @@ -22366,8 +22366,8 @@ 15 25 24 0 16 25 24 0 17 25 24 0 -18 25 24 2.19864e-11 -19 25 24 1.03927e-10 +18 25 24 0 +19 25 24 0 20 25 24 0 21 25 24 0 22 25 24 0 @@ -22396,7 +22396,7 @@ 15 26 24 0 16 26 24 0 17 26 24 0 -18 26 24 1.26607e-10 +18 26 24 0 19 26 24 0 20 26 24 0 21 26 24 0 @@ -22425,7 +22425,7 @@ 14 27 24 0 15 27 24 0 16 27 24 0 -17 27 24 9.80715e-11 +17 27 24 0 18 27 24 0 19 27 24 0 20 27 24 0 @@ -22451,7 +22451,7 @@ 10 28 24 0 11 28 24 0 12 28 24 0 -13 28 24 0 +13 28 24 1.11993e-10 14 28 24 0 15 28 24 0 16 28 24 0 @@ -22487,7 +22487,7 @@ 16 29 24 0 17 29 24 0 18 29 24 0 -19 29 24 0 +19 29 24 2.0059e-10 20 29 24 0 21 29 24 0 22 29 24 0 @@ -22841,7 +22841,7 @@ 10 11 25 0 11 11 25 0 12 11 25 0 -13 11 25 0 +13 11 25 5.02658e-12 14 11 25 0 15 11 25 0 16 11 25 0 @@ -22931,8 +22931,8 @@ 10 14 25 0 11 14 25 0 12 14 25 0 -13 14 25 0 -14 14 25 0 +13 14 25 7.84685e-13 +14 14 25 1.99405e-10 15 14 25 0 16 14 25 0 17 14 25 0 @@ -22957,9 +22957,9 @@ 6 15 25 0 7 15 25 0 8 15 25 0 -9 15 25 6.36698e-11 -10 15 25 0 -11 15 25 0 +9 15 25 0 +10 15 25 7.0948e-11 +11 15 25 1.79919e-11 12 15 25 0 13 15 25 0 14 15 25 0 @@ -22991,7 +22991,7 @@ 10 16 25 0 11 16 25 0 12 16 25 0 -13 16 25 0 +13 16 25 2.44622e-12 14 16 25 0 15 16 25 0 16 16 25 0 @@ -23117,8 +23117,8 @@ 16 20 25 0 17 20 25 0 18 20 25 0 -19 20 25 0 -20 20 25 0 +19 20 25 5.5957e-12 +20 20 25 1.44426e-11 21 20 25 0 22 20 25 0 23 20 25 0 @@ -23174,9 +23174,9 @@ 13 22 25 0 14 22 25 0 15 22 25 0 -16 22 25 1.16322e-11 +16 22 25 0 17 22 25 0 -18 22 25 1.95618e-10 +18 22 25 0 19 22 25 0 20 22 25 0 21 22 25 0 @@ -23205,7 +23205,7 @@ 14 23 25 0 15 23 25 0 16 23 25 0 -17 23 25 1.18732e-10 +17 23 25 0 18 23 25 0 19 23 25 0 20 23 25 0 @@ -23235,7 +23235,7 @@ 14 24 25 0 15 24 25 0 16 24 25 0 -17 24 25 6.8075e-12 +17 24 25 0 18 24 25 0 19 24 25 0 20 24 25 0 @@ -23264,7 +23264,7 @@ 13 25 25 0 14 25 25 0 15 25 25 0 -16 25 25 0 +16 25 25 1.80563e-11 17 25 25 0 18 25 25 0 19 25 25 0 @@ -23287,13 +23287,13 @@ 6 26 25 0 7 26 25 0 8 26 25 0 -9 26 25 0 +9 26 25 1.51423e-10 10 26 25 0 11 26 25 0 12 26 25 0 13 26 25 0 14 26 25 0 -15 26 25 0 +15 26 25 1.55552e-11 16 26 25 0 17 26 25 0 18 26 25 0 @@ -23348,7 +23348,7 @@ 7 28 25 0 8 28 25 0 9 28 25 0 -10 28 25 6.04622e-11 +10 28 25 0 11 28 25 0 12 28 25 0 13 28 25 0 @@ -23408,7 +23408,7 @@ 7 0 26 0 8 0 26 0 9 0 26 0 -10 0 26 2.40903e-12 +10 0 26 0 11 0 26 0 12 0 26 0 13 0 26 0 @@ -23630,7 +23630,7 @@ 19 7 26 0 20 7 26 0 21 7 26 0 -22 7 26 1.69529e-10 +22 7 26 0 23 7 26 0 24 7 26 0 25 7 26 0 @@ -23829,7 +23829,7 @@ 8 14 26 0 9 14 26 0 10 14 26 0 -11 14 26 0 +11 14 26 1.13693e-12 12 14 26 0 13 14 26 0 14 14 26 0 @@ -24044,7 +24044,7 @@ 13 21 26 0 14 21 26 0 15 21 26 0 -16 21 26 0 +16 21 26 1.24366e-10 17 21 26 0 18 21 26 0 19 21 26 0 @@ -24067,7 +24067,7 @@ 6 22 26 0 7 22 26 0 8 22 26 0 -9 22 26 0 +9 22 26 4.87148e-11 10 22 26 0 11 22 26 0 12 22 26 0 @@ -24078,9 +24078,9 @@ 17 22 26 0 18 22 26 0 19 22 26 0 -20 22 26 4.37485e-12 +20 22 26 0 21 22 26 0 -22 22 26 5.24934e-11 +22 22 26 0 23 22 26 0 24 22 26 0 25 22 26 0 @@ -24134,7 +24134,7 @@ 13 24 26 0 14 24 26 0 15 24 26 0 -16 24 26 0 +16 24 26 2.39399e-10 17 24 26 0 18 24 26 0 19 24 26 0 @@ -24164,7 +24164,7 @@ 13 25 26 0 14 25 26 0 15 25 26 0 -16 25 26 0 +16 25 26 6.21835e-13 17 25 26 0 18 25 26 0 19 25 26 0 @@ -24225,7 +24225,7 @@ 14 27 26 0 15 27 26 0 16 27 26 0 -17 27 26 2.21974e-11 +17 27 26 0 18 27 26 0 19 27 26 0 20 27 26 0 @@ -24329,12 +24329,12 @@ 28 0 27 0 29 0 27 0 0 1 27 0 -1 1 27 5.49116e-11 +1 1 27 0 2 1 27 0 3 1 27 0 4 1 27 0 5 1 27 0 -6 1 27 5.12107e-11 +6 1 27 0 7 1 27 0 8 1 27 0 9 1 27 0 @@ -24360,13 +24360,13 @@ 29 1 27 0 0 2 27 0 1 2 27 0 -2 2 27 4.58287e-12 +2 2 27 0 3 2 27 0 4 2 27 0 5 2 27 0 6 2 27 0 -7 2 27 5.66925e-12 -8 2 27 3.09893e-11 +7 2 27 0 +8 2 27 0 9 2 27 0 10 2 27 0 11 2 27 0 @@ -24728,7 +24728,7 @@ 7 14 27 0 8 14 27 0 9 14 27 0 -10 14 27 0 +10 14 27 3.37544e-11 11 14 27 0 12 14 27 0 13 14 27 0 @@ -24778,7 +24778,7 @@ 27 15 27 0 28 15 27 0 29 15 27 0 -0 16 27 0 +0 16 27 1.90719e-10 1 16 27 0 2 16 27 0 3 16 27 0 @@ -24790,7 +24790,7 @@ 9 16 27 0 10 16 27 0 11 16 27 0 -12 16 27 0 +12 16 27 1.0781e-11 13 16 27 0 14 16 27 0 15 16 27 0 @@ -24808,7 +24808,7 @@ 27 16 27 0 28 16 27 0 29 16 27 0 -0 17 27 0 +0 17 27 2.86213e-10 1 17 27 0 2 17 27 0 3 17 27 0 @@ -24820,7 +24820,7 @@ 9 17 27 0 10 17 27 0 11 17 27 0 -12 17 27 0 +12 17 27 4.33633e-11 13 17 27 0 14 17 27 0 15 17 27 0 @@ -24857,7 +24857,7 @@ 16 18 27 0 17 18 27 0 18 18 27 0 -19 18 27 1.33567e-11 +19 18 27 0 20 18 27 0 21 18 27 0 22 18 27 0 @@ -24885,9 +24885,9 @@ 14 19 27 0 15 19 27 0 16 19 27 0 -17 19 27 7.18559e-11 -18 19 27 5.67541e-11 -19 19 27 9.32668e-11 +17 19 27 0 +18 19 27 0 +19 19 27 0 20 19 27 0 21 19 27 0 22 19 27 0 @@ -24917,7 +24917,7 @@ 16 20 27 0 17 20 27 0 18 20 27 0 -19 20 27 1.59415e-10 +19 20 27 0 20 20 27 0 21 20 27 0 22 20 27 0 @@ -24937,7 +24937,7 @@ 6 21 27 0 7 21 27 0 8 21 27 0 -9 21 27 0 +9 21 27 2.20641e-10 10 21 27 0 11 21 27 0 12 21 27 0 @@ -24945,7 +24945,7 @@ 14 21 27 0 15 21 27 0 16 21 27 0 -17 21 27 1.90613e-11 +17 21 27 0 18 21 27 0 19 21 27 0 20 21 27 0 @@ -24967,20 +24967,20 @@ 6 22 27 0 7 22 27 0 8 22 27 0 -9 22 27 0 +9 22 27 6.45904e-11 10 22 27 0 11 22 27 0 12 22 27 0 13 22 27 0 14 22 27 0 15 22 27 0 -16 22 27 5.10573e-11 +16 22 27 0 17 22 27 0 18 22 27 0 19 22 27 0 20 22 27 0 -21 22 27 2.12456e-10 -22 22 27 1.00669e-10 +21 22 27 0 +22 22 27 0 23 22 27 0 24 22 27 0 25 22 27 0 @@ -25004,7 +25004,7 @@ 13 23 27 0 14 23 27 0 15 23 27 0 -16 23 27 1.86534e-11 +16 23 27 0 17 23 27 0 18 23 27 0 19 23 27 0 @@ -25082,7 +25082,7 @@ 1 26 27 0 2 26 27 0 3 26 27 0 -4 26 27 0 +4 26 27 7.23918e-11 5 26 27 0 6 26 27 0 7 26 27 0 @@ -25091,7 +25091,7 @@ 10 26 27 0 11 26 27 0 12 26 27 0 -13 26 27 0 +13 26 27 1.56058e-10 14 26 27 0 15 26 27 0 16 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.24494e-11 15 27 27 0 16 27 27 0 17 27 27 0 @@ -25155,7 +25155,7 @@ 14 28 27 0 15 28 27 0 16 28 27 0 -17 28 27 3.02789e-11 +17 28 27 0 18 28 27 0 19 28 27 0 20 28 27 0 @@ -25177,7 +25177,7 @@ 6 29 27 0 7 29 27 0 8 29 27 0 -9 29 27 7.73234e-11 +9 29 27 0 10 29 27 0 11 29 27 0 12 29 27 0 @@ -25757,7 +25757,7 @@ 16 18 28 0 17 18 28 0 18 18 28 0 -19 18 28 2.7161e-10 +19 18 28 0 20 18 28 0 21 18 28 0 22 18 28 0 @@ -25807,7 +25807,7 @@ 6 20 28 0 7 20 28 0 8 20 28 0 -9 20 28 0 +9 20 28 2.39652e-10 10 20 28 0 11 20 28 0 12 20 28 0 @@ -25837,7 +25837,7 @@ 6 21 28 0 7 21 28 0 8 21 28 0 -9 21 28 0 +9 21 28 1.82319e-10 10 21 28 0 11 21 28 0 12 21 28 0 @@ -25875,7 +25875,7 @@ 14 22 28 0 15 22 28 0 16 22 28 0 -17 22 28 1.96128e-10 +17 22 28 0 18 22 28 0 19 22 28 0 20 22 28 0 @@ -25905,7 +25905,7 @@ 14 23 28 0 15 23 28 0 16 23 28 0 -17 23 28 6.58371e-11 +17 23 28 0 18 23 28 0 19 23 28 0 20 23 28 0 @@ -25982,7 +25982,7 @@ 1 26 28 0 2 26 28 0 3 26 28 0 -4 26 28 0 +4 26 28 9.87656e-11 5 26 28 0 6 26 28 0 7 26 28 0 @@ -25995,7 +25995,7 @@ 14 26 28 0 15 26 28 0 16 26 28 0 -17 26 28 8.64899e-12 +17 26 28 0 18 26 28 0 19 26 28 0 20 26 28 0 @@ -26012,7 +26012,7 @@ 1 27 28 0 2 27 28 0 3 27 28 0 -4 27 28 0 +4 27 28 6.92165e-12 5 27 28 0 6 27 28 0 7 27 28 0 @@ -26502,7 +26502,7 @@ 11 13 29 0 12 13 29 0 13 13 29 0 -14 13 29 5.33413e-12 +14 13 29 0 15 13 29 0 16 13 29 0 17 13 29 0 @@ -26651,7 +26651,7 @@ 10 18 29 0 11 18 29 0 12 18 29 0 -13 18 29 4.30734e-11 +13 18 29 0 14 18 29 0 15 18 29 0 16 18 29 0 @@ -26714,7 +26714,7 @@ 13 20 29 0 14 20 29 0 15 20 29 0 -16 20 29 8.99083e-12 +16 20 29 0 17 20 29 0 18 20 29 0 19 20 29 0 @@ -26744,7 +26744,7 @@ 13 21 29 0 14 21 29 0 15 21 29 0 -16 21 29 0 +16 21 29 5.28974e-12 17 21 29 0 18 21 29 0 19 21 29 0 @@ -26803,7 +26803,7 @@ 12 23 29 0 13 23 29 0 14 23 29 0 -15 23 29 0 +15 23 29 1.12667e-10 16 23 29 0 17 23 29 0 18 23 29 0 @@ -26831,9 +26831,9 @@ 10 24 29 0 11 24 29 0 12 24 29 0 -13 24 29 0 +13 24 29 3.04142e-11 14 24 29 0 -15 24 29 0 +15 24 29 1.16638e-10 16 24 29 0 17 24 29 0 18 24 29 0 @@ -26892,7 +26892,7 @@ 11 26 29 0 12 26 29 0 13 26 29 0 -14 26 29 0 +14 26 29 4.1521e-12 15 26 29 0 16 26 29 0 17 26 29 0 diff --git a/examples/advanced/microbeam/microbeam.out b/examples/advanced/microbeam/microbeam.out index 0678c566578..a1bdbfc9cef 100644 --- a/examples/advanced/microbeam/microbeam.out +++ b/examples/advanced/microbeam/microbeam.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -324,20 +324,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -350,6 +350,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -357,6 +360,9 @@ Registered filter factories: 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 @@ -384,7 +390,7 @@ compt: for gamma SubType=13 BuildTable=1 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 +Livermore5DConversion : 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 @@ -474,7 +480,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -498,6 +504,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -506,7 +516,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -522,7 +532,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -539,7 +549,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -571,7 +581,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -603,7 +613,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -635,7 +645,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -668,7 +678,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -701,7 +711,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -733,7 +743,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -758,7 +768,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 eCoulombScattering : Emin= 0 eV Emax= 100 TeV G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. -##### Create analysis manager 0x206e420 +##### Create analysis manager 0xd6edc0 Using Root analysis manager All Ntuples have been created -> Event # 1 generated @@ -766,42 +776,38 @@ All Ntuples have been created -> Event # 2 generated ===> The incident alpha particle has reached the targeted cell : - -----> total absorbed dose within Nucleus is (Gy) = 0.29742493735807 - -----> total absorbed dose within Cytoplasm is (Gy) = 0.037565768438175 + -----> total absorbed dose within Nucleus is (Gy) = 0.29740803860634 + -----> total absorbed dose within Cytoplasm is (Gy) = 0.037565343881787 -> Event # 3 generated ===> Sorry, the incident alpha particle has missed the targeted cell ! -> Event # 4 generated - ===> The incident alpha particle has reached the targeted cell : - -----> total absorbed dose within Nucleus is (Gy) = 0.27385154431884 - -----> total absorbed dose within Cytoplasm is (Gy) = 0.024526134263825 + ===> Sorry, the incident alpha particle has missed the targeted cell ! -> Event # 5 generated - ===> The incident alpha particle has reached the targeted cell : - -----> total absorbed dose within Nucleus is (Gy) = 0.35574464570249 - -----> total absorbed dose within Cytoplasm is (Gy) = 0.031220006914704 + ===> Sorry, the incident alpha particle has missed the targeted cell ! -> Event # 6 generated ===> Sorry, the incident alpha particle has missed the targeted cell ! -> Event # 7 generated ===> The incident alpha particle has reached the targeted cell : - -----> total absorbed dose within Nucleus is (Gy) = 0.32032653995638 - -----> total absorbed dose within Cytoplasm is (Gy) = 0.029179681108198 + -----> total absorbed dose within Nucleus is (Gy) = 0.32122916718422 + -----> total absorbed dose within Cytoplasm is (Gy) = 0.058497592392078 -> Event # 8 generated - ===> The incident alpha particle has reached the targeted cell : - -----> total absorbed dose within Nucleus is (Gy) = 0.2349910566586 - -----> total absorbed dose within Cytoplasm is (Gy) = 0.045595002738756 + ===> Sorry, the incident alpha particle has missed the targeted cell ! -> Event # 9 generated ===> Sorry, the incident alpha particle has missed the targeted cell ! -> Event # 10 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.30452950463919 + -----> total absorbed dose within Cytoplasm is (Gy) = 0.048417249752158 --> Total number of particles detected by the gas detector : 5 +-> Total number of particles detected by the gas detector : 3 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/microelectronics/microelectronics.out b/examples/advanced/microelectronics/microelectronics.out index 6cc0b9eb3d0..e3e6ebcb706 100644 --- a/examples/advanced/microelectronics/microelectronics.out +++ b/examples/advanced/microelectronics/microelectronics.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -166,7 +172,7 @@ Region -- -- appears in world volume Materials : G4_Si Production cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Si @@ -182,7 +188,7 @@ Index : 1 used in the geometry : Yes Region(s) which use this couple : Target -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -192,19 +198,19 @@ 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 0xefcd50 +##### Create analysis manager 0x2235680 Using Root analysis manager ... open Root analysis file : microelectronics.root - done Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.007394s Sys=0.000000s + User=0.020000s Real=0.017347s Sys=0.000000s ... write Root file : microelectronics.root - done ... close Root file : microelectronics.root - done Number and type of particles created outside region "Target" : _______________________ Number and type of particles created in region "Target" : -N e- : 162 +N e- : 130 Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/advanced/nanobeam/nanobeam.out b/examples/advanced/nanobeam/nanobeam.out index 740fda864a6..c5cc084842e 100644 --- a/examples/advanced/nanobeam/nanobeam.out +++ b/examples/advanced/nanobeam/nanobeam.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-04 (30-April-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -36,6 +36,7 @@ G2 (T/m) = 16.4947 G3 (T/m) = 9.86677 G4 (T/m) = -6.24449 + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 1e-06 numVar= 6 PhysicsList::SetCuts:CutLength : 1 um G4Material WARNING: duplicate name of material Vacuum @@ -83,6 +84,7 @@ G4Material WARNING: duplicate name of material Vacuum G2 (T/m) = 16.4953 G3 (T/m) = 9.86726 G4 (T/m) = -6.2448 + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 1e-06 numVar= 6 phot: for gamma SubType=12 BuildTable=0 LambdaPrime table from 200 keV to 100 TeV in 61 bins @@ -208,7 +210,7 @@ Index : 0 used in the geometry : Yes ==================================================================== -##### Create analysis manager 0x26cf6f0 +##### Create analysis manager 0x14cf3f0 Using Root analysis manager Ntuple-1 created Ntuple-2 created @@ -244,7 +246,7 @@ Ntuple-3 created =>IMAGE : X(microns)=11.739796819681 Y(microns)=-1.2386815553063 THETA(mrad)=8.0886256100935 PHI(mrad)=-6.5213432754334 -> 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.93813703976 Y(microns)=4.1394119767572 THETA(mrad)=-27.914598183369 PHI(mrad)=5.1888302083521 -> 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 @@ -256,10 +258,10 @@ Ntuple-3 created =>IMAGE : X(microns)=0.16317907584152 Y(microns)=0.55650397305418 THETA(mrad)=1.3321705383455 PHI(mrad)=-3.2844916125969 -> 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.212267900392 Y(microns)=39.663681068242 THETA(mrad)=16.573463116366 PHI(mrad)=48.307503421516 -> 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.940668495895 Y(microns)=-42.304503052802 THETA(mrad)=11.587426099965 PHI(mrad)=-51.921911885198 -> 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 @@ -268,7 +270,7 @@ Ntuple-3 created =>IMAGE : X(microns)=8.2845160209151 Y(microns)=3.4543118589059 THETA(mrad)=6.7239668455362 PHI(mrad)=11.919753303181 -> 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.022657044574 Y(microns)=6.1167393046648 THETA(mrad)=-15.804350835721 PHI(mrad)=13.702920781475 -> 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 @@ -307,7 +309,7 @@ Ntuple-3 created =>IMAGE : X(microns)=0.50775463051147 Y(microns)=0.14714703947499 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.274009939425 Y(microns)=-23.478946376012 THETA(mrad)=17.851751504662 PHI(mrad)=-34.581636579734 -> 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 diff --git a/examples/advanced/purging_magnet/purging_magnet.out b/examples/advanced/purging_magnet/purging_magnet.out index 0a4ac43869c..e442949faae 100644 --- a/examples/advanced/purging_magnet/purging_magnet.out +++ b/examples/advanced/purging_magnet/purging_magnet.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -286,7 +292,7 @@ msc: for anti_proton SubType= 10 ===== EM models for the G4Region DefaultRegionForTheWorld ====== UrbanMsc : Emin= 0 eV Emax= 100 TeV Nbins=84 100 eV - 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : LaboratoryVacuum @@ -298,11 +304,11 @@ Index : 0 used in the geometry : Yes 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 990 eV e- 5.89219 keV e+ 5.76551 keV proton 100 eV + Energy thresholds : gamma 990 eV e- 5.80634 keV e+ 5.68259 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -321,7 +327,7 @@ Total number of event = 5000 --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 849779768, 1687882417 + Current couple of seeds = 577094415, 1114816300 ---------------------------------------- Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/advanced/radioprotection/radioprotection.out b/examples/advanced/radioprotection/radioprotection.out index 48eaf408c2a..91231545fc2 100644 --- a/examples/advanced/radioprotection/radioprotection.out +++ b/examples/advanced/radioprotection/radioprotection.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -104,7 +110,7 @@ compt: for gamma SubType=13 BuildTable=1 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 +Livermore5DConversion : 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 @@ -193,7 +199,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -219,6 +225,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -227,7 +237,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI ===== Limit on energy threshold has been applied @@ -258,7 +268,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -276,7 +286,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -310,7 +320,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -344,7 +354,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -378,7 +388,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -413,7 +423,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -459,7 +469,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -493,7 +503,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -528,7 +538,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -537,24 +547,24 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -562,11 +572,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_alpha @@ -574,11 +586,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -586,11 +600,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_neutron @@ -598,11 +614,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_proton @@ -610,11 +628,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_triton @@ -622,23 +642,25 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for deuteron Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for kaon+ @@ -675,7 +697,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV --------------------------------------------------- @@ -693,7 +717,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV - Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV @@ -746,17 +770,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 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 Nucl-nucl: 0 eV ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -776,6 +814,7 @@ Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -784,7 +823,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -821,7 +860,7 @@ Index : 4 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. diff --git a/examples/advanced/underground_physics/underground_physics.out b/examples/advanced/underground_physics/underground_physics.out index d1c2e9c0e2c..e5965663c45 100644 --- a/examples/advanced/underground_physics/underground_physics.out +++ b/examples/advanced/underground_physics/underground_physics.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -116,7 +122,7 @@ msc: for e- SubType= 10 eIoni: for e- 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, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== LowEnergyIoni : Emin= 0 eV Emax= 100 keV deltaVI MollerBhabha : Emin= 100 keV Emax= 100 GeV @@ -137,7 +143,7 @@ msc: for e+ SubType= 10 eIoni: for e+ 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, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 GeV @@ -161,7 +167,7 @@ msc: for proton SubType= 10 hIoni: for proton 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV BetheBloch : Emin= 2 MeV Emax= 100 GeV @@ -182,7 +188,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon 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.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 GeV deltaVI ===== Limit on energy threshold has been applied @@ -209,7 +215,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha 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.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV BetheBloch : Emin=7.9452 MeV Emax= 100 GeV @@ -329,7 +335,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 GeV @@ -350,7 +356,7 @@ msc: for pi- SubType= 10 hIoni: for pi- 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV BetheBloch : Emin=297.505 keV Emax= 100 GeV @@ -363,12 +369,12 @@ hBrems: for pi- SubType=3 hBrem : Emin= 0 eV Emax= 100 GeV ===== Limit on energy threshold has been applied -========= Table of registered couples ============================== +========= 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 250 eV e- 250 eV e+ 1.02131 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 1.01493 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -389,14 +395,14 @@ Index : 2 used in the geometry : Yes 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 250 eV e- 250 eV e+ 1.08638 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 1.08005 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 250 eV e- 250 eV e+ 5.56091 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 5.56977 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld @@ -417,46 +423,46 @@ Index : 6 used in the geometry : Yes 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 250 eV e- 250 eV e+ 6.61021 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 6.69738 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 250 eV e- 250 eV e+ 870.716 eV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 874.731 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.22592 keV e- 250 eV e+ 6.51042 keV proton 100 eV + Energy thresholds : gamma 1.21946 keV e- 250 eV e+ 6.45177 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.50367 keV e- 250 eV e+ 8.13314 keV proton 100 eV + Energy thresholds : gamma 1.49473 keV e- 250 eV e+ 8.05541 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 250 eV e- 250 eV e+ 800.144 eV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 803.488 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 250 eV e- 250 eV e+ 1.08638 keV proton 100 eV + Energy thresholds : gamma 250 eV e- 250 eV e+ 1.08005 keV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -473,12 +479,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: 61 - Total energy in LXe: 60 keV - Average light collection time: 17.1309 ns - Number of PMT hits (photoelectron equivalent): 65 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 10 @@ -487,10 +488,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 33 - Total energy in LXe: 26.4335 keV - Average light collection time: 26.8277 ns - Number of PMT hits (photoelectron equivalent): 37 + Number of hits in LXe: 61 + Total energy in LXe: 60 keV + Average light collection time: 19.5176 ns + Number of PMT hits (photoelectron equivalent): 69 Event summary in file gamma_1000.out ---> End of event: 20 @@ -507,12 +508,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: 31 - Total energy in LXe: 30.2187 keV - Average light collection time: 21.7153 ns - Number of PMT hits (photoelectron equivalent): 27 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 40 @@ -536,7 +532,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 70 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 51 + Total energy in LXe: 60 keV + Average light collection time: 18.0471 ns + Number of PMT hits (photoelectron equivalent): 43 + Event summary in file gamma_1000.out ---> End of event: 70 @@ -545,10 +546,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 68 + Number of hits in LXe: 60 Total energy in LXe: 60 keV - Average light collection time: 24.4971 ns - Number of PMT hits (photoelectron equivalent): 59 + Average light collection time: 19.1933 ns + Number of PMT hits (photoelectron equivalent): 51 Event summary in file gamma_1000.out ---> End of event: 80 @@ -566,10 +567,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 60 + Number of hits in LXe: 69 Total energy in LXe: 60 keV - Average light collection time: 21.2598 ns - Number of PMT hits (photoelectron equivalent): 59 + Average light collection time: 19.4032 ns + Number of PMT hits (photoelectron equivalent): 61 Event summary in file gamma_1000.out ---> End of event: 100 @@ -586,7 +587,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: 63 + Total energy in LXe: 60 keV + Average light collection time: 19.2767 ns + Number of PMT hits (photoelectron equivalent): 65 + Event summary in file gamma_1000.out ---> End of event: 120 @@ -611,10 +617,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 30 - Total energy in LXe: 30.2187 keV - Average light collection time: 19.6736 ns - Number of PMT hits (photoelectron equivalent): 27 + Number of hits in LXe: 58 + Total energy in LXe: 60 keV + Average light collection time: 21.5151 ns + Number of PMT hits (photoelectron equivalent): 47 Event summary in file gamma_1000.out ---> End of event: 150 @@ -623,7 +629,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 160 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: e- + Number of hits in LXe: 13 + Total energy in LXe: 7.1324 keV + Average light collection time: 16.9744 ns + Number of PMT hits (photoelectron equivalent): 5 + Event summary in file gamma_1000.out ---> End of event: 160 @@ -640,10 +651,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 27 - Total energy in LXe: 30.2187 keV - Average light collection time: 20.4538 ns - Number of PMT hits (photoelectron equivalent): 28 + Number of hits in LXe: 50 + Total energy in LXe: 60 keV + Average light collection time: 18.3384 ns + Number of PMT hits (photoelectron equivalent): 49 Event summary in file gamma_1000.out ---> End of event: 180 @@ -652,7 +663,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: 53 + Total energy in LXe: 60 keV + Average light collection time: 19.9039 ns + Number of PMT hits (photoelectron equivalent): 50 + Event summary in file gamma_1000.out ---> End of event: 190 @@ -668,12 +684,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 210 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 38 - Total energy in LXe: 30.5479 keV - Average light collection time: 15.2024 ns - Number of PMT hits (photoelectron equivalent): 31 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 210 @@ -681,12 +692,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: 49 - Total energy in LXe: 60 keV - Average light collection time: 15.5795 ns - Number of PMT hits (photoelectron equivalent): 52 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 220 @@ -694,12 +700,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 230 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 65 - Total energy in LXe: 60 keV - Average light collection time: 22.7512 ns - Number of PMT hits (photoelectron equivalent): 54 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 230 @@ -716,10 +717,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 30 - Total energy in LXe: 30.2187 keV - Average light collection time: 24.8104 ns - Number of PMT hits (photoelectron equivalent): 33 + Number of hits in LXe: 56 + Total energy in LXe: 60 keV + Average light collection time: 19.5757 ns + Number of PMT hits (photoelectron equivalent): 57 Event summary in file gamma_1000.out ---> End of event: 250 @@ -728,12 +729,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 260 Primary Energy: 60 keV - First hit in LXe: e- - Number of hits in LXe: 62 - Total energy in LXe: 22.645 keV - Average light collection time: 14.6391 ns - Number of PMT hits (photoelectron equivalent): 20 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 260 @@ -749,7 +745,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: 58 + Total energy in LXe: 60 keV + Average light collection time: 21.5468 ns + Number of PMT hits (photoelectron equivalent): 57 + Event summary in file gamma_1000.out ---> End of event: 280 @@ -757,11 +758,11 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 290 Primary Energy: 60 keV - First hit in LXe: e- - Number of hits in LXe: 7 - Total energy in LXe: 3.07123 keV - Average light collection time: 23.1122 ns - Number of PMT hits (photoelectron equivalent): 3 + First hit in LXe: gamma + Number of hits in LXe: 37 + Total energy in LXe: 30.2187 keV + Average light collection time: 14.3239 ns + Number of PMT hits (photoelectron equivalent): 33 Event summary in file gamma_1000.out ---> End of event: 290 @@ -770,7 +771,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: 51 + Total energy in LXe: 60 keV + Average light collection time: 20.5417 ns + Number of PMT hits (photoelectron equivalent): 72 + Event summary in file gamma_1000.out ---> End of event: 300 @@ -786,7 +792,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 320 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 50 + Total energy in LXe: 60 keV + Average light collection time: 16.5742 ns + Number of PMT hits (photoelectron equivalent): 50 + Event summary in file gamma_1000.out ---> End of event: 320 @@ -794,12 +805,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 330 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 69 - Total energy in LXe: 60 keV - Average light collection time: 14.7836 ns - Number of PMT hits (photoelectron equivalent): 54 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 330 @@ -807,7 +813,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 340 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: 17.9954 ns + Number of PMT hits (photoelectron equivalent): 63 + Event summary in file gamma_1000.out ---> End of event: 340 @@ -823,7 +834,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: 23 + Total energy in LXe: 30.5479 keV + Average light collection time: 16.7678 ns + Number of PMT hits (photoelectron equivalent): 23 + Event summary in file gamma_1000.out ---> End of event: 360 @@ -831,12 +847,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 370 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 27 - Total energy in LXe: 25.592 keV - Average light collection time: 20.667 ns - Number of PMT hits (photoelectron equivalent): 29 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 370 @@ -844,12 +855,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 380 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 78 - Total energy in LXe: 60 keV - Average light collection time: 25.6075 ns - Number of PMT hits (photoelectron equivalent): 59 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 380 @@ -857,12 +863,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: 26 - Total energy in LXe: 30.2187 keV - Average light collection time: 18.9507 ns - Number of PMT hits (photoelectron equivalent): 30 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 390 @@ -870,7 +871,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 400 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 91 + Total energy in LXe: 58.6274 keV + Average light collection time: 18.7551 ns + Number of PMT hits (photoelectron equivalent): 53 + Event summary in file gamma_1000.out ---> End of event: 400 @@ -878,7 +884,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 410 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 62 + Total energy in LXe: 60 keV + Average light collection time: 25.8271 ns + Number of PMT hits (photoelectron equivalent): 59 + Event summary in file gamma_1000.out ---> End of event: 410 @@ -886,7 +897,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 420 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: 21.8307 ns + Number of PMT hits (photoelectron equivalent): 47 + Event summary in file gamma_1000.out ---> End of event: 420 @@ -894,12 +910,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 430 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 74 - Total energy in LXe: 46.7633 keV - Average light collection time: 21.153 ns - Number of PMT hits (photoelectron equivalent): 48 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 430 @@ -908,10 +919,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 48 - Total energy in LXe: 60 keV - Average light collection time: 23.6545 ns - Number of PMT hits (photoelectron equivalent): 56 + Number of hits in LXe: 16 + Total energy in LXe: 30.2187 keV + Average light collection time: 16.5877 ns + Number of PMT hits (photoelectron equivalent): 31 Event summary in file gamma_1000.out ---> End of event: 440 @@ -921,10 +932,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 50 + Number of hits in LXe: 62 Total energy in LXe: 60 keV - Average light collection time: 19.3985 ns - Number of PMT hits (photoelectron equivalent): 68 + Average light collection time: 15.4194 ns + Number of PMT hits (photoelectron equivalent): 44 Event summary in file gamma_1000.out ---> End of event: 450 @@ -933,12 +944,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 460 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 56 - Total energy in LXe: 60 keV - Average light collection time: 23.5925 ns - Number of PMT hits (photoelectron equivalent): 86 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 460 @@ -947,10 +953,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 36 - Total energy in LXe: 30.2187 keV - Average light collection time: 15.1041 ns - Number of PMT hits (photoelectron equivalent): 34 + Number of hits in LXe: 53 + Total energy in LXe: 60 keV + Average light collection time: 17.6083 ns + Number of PMT hits (photoelectron equivalent): 67 Event summary in file gamma_1000.out ---> End of event: 470 @@ -959,12 +965,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 480 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 61 - Total energy in LXe: 60 keV - Average light collection time: 20.3411 ns - Number of PMT hits (photoelectron equivalent): 77 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 480 @@ -972,7 +973,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 490 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: 16.3806 ns + Number of PMT hits (photoelectron equivalent): 60 + Event summary in file gamma_1000.out ---> End of event: 490 @@ -983,8 +989,8 @@ See commands in /vis/modeling/trajectories/ for other options. First hit in LXe: gamma Number of hits in LXe: 57 Total energy in LXe: 60 keV - Average light collection time: 18.405 ns - Number of PMT hits (photoelectron equivalent): 56 + Average light collection time: 23.6077 ns + Number of PMT hits (photoelectron equivalent): 65 Event summary in file gamma_1000.out ---> End of event: 500 @@ -993,7 +999,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 510 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 18 + Total energy in LXe: 26.4335 keV + Average light collection time: 20.8887 ns + Number of PMT hits (photoelectron equivalent): 29 + Event summary in file gamma_1000.out ---> End of event: 510 @@ -1002,10 +1013,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 22 - Total energy in LXe: 30.2187 keV - Average light collection time: 16.5596 ns - Number of PMT hits (photoelectron equivalent): 26 + Number of hits in LXe: 64 + Total energy in LXe: 60 keV + Average light collection time: 24.3046 ns + Number of PMT hits (photoelectron equivalent): 45 Event summary in file gamma_1000.out ---> End of event: 520 @@ -1014,7 +1025,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: 20 + Total energy in LXe: 15.7621 keV + Average light collection time: 10.2769 ns + Number of PMT hits (photoelectron equivalent): 15 + Event summary in file gamma_1000.out ---> End of event: 530 @@ -1022,7 +1038,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 540 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 47 + Total energy in LXe: 60 keV + Average light collection time: 22.9699 ns + Number of PMT hits (photoelectron equivalent): 56 + Event summary in file gamma_1000.out ---> End of event: 540 @@ -1038,12 +1059,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 560 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 49 - Total energy in LXe: 60 keV - Average light collection time: 17.5518 ns - Number of PMT hits (photoelectron equivalent): 54 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 560 @@ -1083,7 +1099,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 610 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 64 + Total energy in LXe: 60 keV + Average light collection time: 20.3706 ns + Number of PMT hits (photoelectron equivalent): 85 + Event summary in file gamma_1000.out ---> End of event: 610 @@ -1099,12 +1120,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 630 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 70 - Total energy in LXe: 60 keV - Average light collection time: 26.1574 ns - Number of PMT hits (photoelectron equivalent): 70 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 630 @@ -1112,11 +1128,11 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 640 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 61 - Total energy in LXe: 60 keV - Average light collection time: 21.5638 ns - Number of PMT hits (photoelectron equivalent): 55 + First hit in LXe: e- + Number of hits in LXe: 94 + Total energy in LXe: 45.1323 keV + Average light collection time: 23.8291 ns + Number of PMT hits (photoelectron equivalent): 54 Event summary in file gamma_1000.out ---> End of event: 640 @@ -1126,10 +1142,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 55 + Number of hits in LXe: 72 Total energy in LXe: 60 keV - Average light collection time: 17.216 ns - Number of PMT hits (photoelectron equivalent): 73 + Average light collection time: 22.773 ns + Number of PMT hits (photoelectron equivalent): 161 Event summary in file gamma_1000.out ---> End of event: 650 @@ -1162,7 +1178,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 690 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 49 + Total energy in LXe: 60 keV + Average light collection time: 16.9408 ns + Number of PMT hits (photoelectron equivalent): 55 + Event summary in file gamma_1000.out ---> End of event: 690 @@ -1179,10 +1200,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 64 + Number of hits in LXe: 68 Total energy in LXe: 60 keV - Average light collection time: 23.1825 ns - Number of PMT hits (photoelectron equivalent): 55 + Average light collection time: 19.1814 ns + Number of PMT hits (photoelectron equivalent): 63 Event summary in file gamma_1000.out ---> End of event: 710 @@ -1192,10 +1213,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 57 + Number of hits in LXe: 59 Total energy in LXe: 60 keV - Average light collection time: 19.4726 ns - Number of PMT hits (photoelectron equivalent): 195 + Average light collection time: 19.6445 ns + Number of PMT hits (photoelectron equivalent): 44 Event summary in file gamma_1000.out ---> End of event: 720 @@ -1212,7 +1233,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 740 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 41 + Total energy in LXe: 60 keV + Average light collection time: 23.8298 ns + Number of PMT hits (photoelectron equivalent): 81 + Event summary in file gamma_1000.out ---> End of event: 740 @@ -1221,10 +1247,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 71 + Number of hits in LXe: 50 Total energy in LXe: 60 keV - Average light collection time: 21.9356 ns - Number of PMT hits (photoelectron equivalent): 160 + Average light collection time: 24.0195 ns + Number of PMT hits (photoelectron equivalent): 59 Event summary in file gamma_1000.out ---> End of event: 750 @@ -1242,10 +1268,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 65 - Total energy in LXe: 60 keV - Average light collection time: 18.0776 ns - Number of PMT hits (photoelectron equivalent): 54 + Number of hits in LXe: 29 + Total energy in LXe: 30.2187 keV + Average light collection time: 25.6629 ns + Number of PMT hits (photoelectron equivalent): 30 Event summary in file gamma_1000.out ---> End of event: 770 @@ -1254,7 +1280,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: 14 + Total energy in LXe: 10.2198 keV + Average light collection time: 15.6699 ns + Number of PMT hits (photoelectron equivalent): 15 + Event summary in file gamma_1000.out ---> End of event: 780 @@ -1263,10 +1294,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 70 - Total energy in LXe: 60 keV - Average light collection time: 20.536 ns - Number of PMT hits (photoelectron equivalent): 67 + Number of hits in LXe: 47 + Total energy in LXe: 45.0345 keV + Average light collection time: 20.8499 ns + Number of PMT hits (photoelectron equivalent): 39 Event summary in file gamma_1000.out ---> End of event: 790 @@ -1275,7 +1306,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 800 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: 21.0507 ns + Number of PMT hits (photoelectron equivalent): 54 + Event summary in file gamma_1000.out ---> End of event: 800 @@ -1283,12 +1319,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 810 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 74 - Total energy in LXe: 60 keV - Average light collection time: 22.4542 ns - Number of PMT hits (photoelectron equivalent): 59 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 810 @@ -1313,10 +1344,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: gamma - Number of hits in LXe: 40 - Total energy in LXe: 30.2187 keV - Average light collection time: 13.5467 ns - Number of PMT hits (photoelectron equivalent): 28 + Number of hits in LXe: 46 + Total energy in LXe: 60 keV + Average light collection time: 19.0776 ns + Number of PMT hits (photoelectron equivalent): 51 Event summary in file gamma_1000.out ---> End of event: 840 @@ -1325,7 +1356,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 850 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 24 + Total energy in LXe: 25.592 keV + Average light collection time: 20.9687 ns + Number of PMT hits (photoelectron equivalent): 23 + Event summary in file gamma_1000.out ---> End of event: 850 @@ -1333,12 +1369,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 860 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 34 - Total energy in LXe: 30.2187 keV - Average light collection time: 19.6573 ns - Number of PMT hits (photoelectron equivalent): 28 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 860 @@ -1354,12 +1385,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: 23 - Total energy in LXe: 30.5479 keV - Average light collection time: 20.4883 ns - Number of PMT hits (photoelectron equivalent): 33 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 880 @@ -1407,12 +1433,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 940 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 32 - Total energy in LXe: 30.2187 keV - Average light collection time: 20.5548 ns - Number of PMT hits (photoelectron equivalent): 29 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 940 @@ -1420,12 +1441,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 950 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 61 - Total energy in LXe: 45.3637 keV - Average light collection time: 17.9188 ns - Number of PMT hits (photoelectron equivalent): 47 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 950 @@ -1433,12 +1449,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 960 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 47 - Total energy in LXe: 60 keV - Average light collection time: 20.4198 ns - Number of PMT hits (photoelectron equivalent): 67 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 960 @@ -1446,7 +1457,12 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 970 Primary Energy: 60 keV - Total energy in LXe: 0 eV + First hit in LXe: gamma + Number of hits in LXe: 53 + Total energy in LXe: 60 keV + Average light collection time: 19.1488 ns + Number of PMT hits (photoelectron equivalent): 70 + Event summary in file gamma_1000.out ---> End of event: 970 @@ -1454,12 +1470,7 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 980 Primary Energy: 60 keV - First hit in LXe: gamma - Number of hits in LXe: 23 - Total energy in LXe: 30.5479 keV - Average light collection time: 21.8418 ns - Number of PMT hits (photoelectron equivalent): 30 - Event summary in file gamma_1000.out + Total energy in LXe: 0 eV ---> End of event: 980 @@ -1468,10 +1479,10 @@ See commands in /vis/modeling/trajectories/ for other options. Primary Energy: 60 keV First hit in LXe: e- - Number of hits in LXe: 87 - Total energy in LXe: 27.593 keV - Average light collection time: 19.5756 ns - Number of PMT hits (photoelectron equivalent): 36 + Number of hits in LXe: 52 + Total energy in LXe: 30.4145 keV + Average light collection time: 19.8044 ns + Number of PMT hits (photoelectron equivalent): 31 Event summary in file gamma_1000.out ---> End of event: 990 diff --git a/examples/advanced/xray_fluorescence/xray_fluorescence.out b/examples/advanced/xray_fluorescence/xray_fluorescence.out index 48e5b94858c..2907f4c9a05 100644 --- a/examples/advanced/xray_fluorescence/xray_fluorescence.out +++ b/examples/advanced/xray_fluorescence/xray_fluorescence.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -2298,20 +2298,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -2324,6 +2324,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -2331,6 +2334,9 @@ Registered filter factories: 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 @@ -2414,7 +2420,7 @@ compt: for gamma SubType=13 BuildTable=1 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 +Livermore5DConversion : 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 @@ -2505,7 +2511,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -2532,6 +2538,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -2540,7 +2550,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI ===== Limit on energy threshold has been applied @@ -2558,7 +2568,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -2577,7 +2587,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -2612,7 +2622,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -2647,7 +2657,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -2682,7 +2692,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -2718,7 +2728,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -2754,7 +2764,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -2789,7 +2799,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -2829,7 +2839,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 10 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -2873,7 +2883,7 @@ Index : 5 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -2885,13 +2895,13 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- 0.00 0.00 0.00 1k World - 0.00 0.00 0.00 0k HPGeDetector + 0.00 0.00 0.00 1k HPGeDetector Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 69.08 0k 3 9 24 0.00 World - 30.92 0k 2 3 11 0.00 HPGeDetector + 69.55 1k 3 9 24 0.00 World + 30.45 0k 2 3 11 0.00 HPGeDetector G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. @@ -2908,7 +2918,7 @@ Created histos Run terminated. Run Summary Number of events processed : 10 - User=0.720000s Real=0.721156s Sys=0.000000s + User=1.910000s Real=1.925353s Sys=0.000000s Going to save histograms ... write Root file : xrayfluo.root - done ... close Root file : xrayfluo.root - done @@ -2940,12 +2950,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.318 MB -Pool ID '7G4Track', size : 0.635 MB +Pool ID '17G4DynamicParticle', size : 0.325 MB +Pool ID '7G4Track', size : 0.65 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.97 MB +Dynamic pools deleted: 11 / Total memory freed: 0.99 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/advanced/xray_telescope/xray_telescope.out b/examples/advanced/xray_telescope/xray_telescope.out index 757a1cc2555..1b571ab6ba3 100644 --- a/examples/advanced/xray_telescope/xray_telescope.out +++ b/examples/advanced/xray_telescope/xray_telescope.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -316,7 +322,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Vacuum @@ -342,32 +348,32 @@ Index : 2 used in the geometry : Yes 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 10 GeV e- 1.19608 GeV e+ 1.13347 GeV proton 200 keV + Energy thresholds : gamma 10 GeV e- 1.18852 GeV e+ 1.1417 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.23215 MeV e- 777.993 MeV e+ 737.272 MeV proton 200 keV + Energy thresholds : gamma 3.31962 MeV e- 774.181 MeV e+ 743.686 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 10 GeV e- 6.00061 GeV e+ 5.68653 GeV proton 200 keV + Energy thresholds : gamma 10 GeV e- 6.0108 GeV e+ 5.6972 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 10 GeV e- 1.01792 GeV e+ 964.644 MeV proton 200 keV + Energy thresholds : gamma 10 GeV e- 1.01203 GeV e+ 972.168 MeV proton 200 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -379,7 +385,7 @@ Opening output file xraytel ... done Run terminated. Run Summary Number of events processed : 1000 - User=0.010000s Real=0.013941s Sys=0.000000s + User=0.030000s Real=0.027498s Sys=0.000000s ########################################## WARNING: command "/vis/viewer/update" could not be applied: no current viewer. Graphics systems deleted. diff --git a/examples/basic/B1/exampleB1.out b/examples/basic/B1/exampleB1.out index d639482a2af..c681fc19bec 100644 --- a/examples/basic/B1/exampleB1.out +++ b/examples/basic/B1/exampleB1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,20 +18,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -44,6 +44,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -51,6 +54,9 @@ Registered filter factories: 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 @@ -467,7 +473,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -479,7 +485,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -492,11 +498,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -506,11 +512,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -520,11 +526,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -534,11 +540,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -548,11 +554,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -562,11 +568,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -575,7 +581,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -600,7 +606,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -697,12 +704,26 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -727,9 +748,10 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 -Electron internal conversion ID 0 +Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 @@ -750,7 +772,7 @@ 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 : 35.4492 picoGy rms = 3.5798 picoGy + Cumulated dose per run, in scoring volume : 40.6239 picoGy rms = 3.75185 picoGy ------------------------------------------------------------ ### Run 1 starts. @@ -767,7 +789,7 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Cumulated dose per run, in scoring volume : 4.75709 nanoGy rms = 147.285 picoGy + Cumulated dose per run, in scoring volume : 5.16439 nanoGy rms = 144.962 picoGy ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/basic/B2/B2a/exampleB2a.out b/examples/basic/B2/B2a/exampleB2a.out index 089ec7454dc..e34fe539a60 100644 --- a/examples/basic/B2/B2a/exampleB2a.out +++ b/examples/basic/B2/B2a/exampleB2a.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,20 +19,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -45,6 +45,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -52,6 +55,9 @@ Registered filter factories: 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 @@ -529,31 +535,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -561,11 +567,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -575,11 +581,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -589,11 +595,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -603,11 +609,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -617,11 +623,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -631,11 +637,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -644,12 +650,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -669,7 +675,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -765,17 +772,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -795,6 +816,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -809,7 +831,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 0 0 hits stored in this event >>> Event: 1 - 47 hits stored in this event + 0 hits stored in this event >>> Event: 2 0 hits stored in this event >>> Event: 3 @@ -821,11 +843,11 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 6 0 hits stored in this event >>> Event: 7 - 0 hits stored in this event + 27 hits stored in this event >>> Event: 8 0 hits stored in this event >>> Event: 9 - 0 hits stored in this event + 72 hits stored in this event >>> Event: 10 0 hits stored in this event >>> Event: 11 @@ -847,7 +869,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 19 0 hits stored in this event >>> Event: 20 - 23 hits stored in this event + 0 hits stored in this event >>> Event: 21 0 hits stored in this event >>> Event: 22 @@ -857,15 +879,15 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 24 0 hits stored in this event >>> Event: 25 - 0 hits stored in this event + 59 hits stored in this event >>> Event: 26 - 51 hits stored in this event + 12 hits stored in this event >>> Event: 27 - 180 hits stored in this event + 73 hits stored in this event >>> Event: 28 0 hits stored in this event >>> Event: 29 - 58 hits stored in this event + 0 hits stored in this event >>> Event: 30 0 hits stored in this event >>> Event: 31 @@ -877,11 +899,11 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 34 0 hits stored in this event >>> Event: 35 - 35 hits stored in this event + 0 hits stored in this event >>> Event: 36 0 hits stored in this event >>> Event: 37 - 0 hits stored in this event + 152 hits stored in this event >>> Event: 38 0 hits stored in this event >>> Event: 39 @@ -891,7 +913,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 41 0 hits stored in this event >>> Event: 42 - 0 hits stored in this event + 32 hits stored in this event >>> Event: 43 0 hits stored in this event >>> Event: 44 @@ -901,13 +923,13 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 46 0 hits stored in this event >>> Event: 47 - 0 hits stored in this event + 127 hits stored in this event >>> Event: 48 - 321 hits stored in this event + 0 hits stored in this event >>> Event: 49 0 hits stored in this event >>> Event: 50 - 192 hits stored in this event + 0 hits stored in this event >>> Event: 51 0 hits stored in this event >>> Event: 52 @@ -915,7 +937,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 53 0 hits stored in this event >>> Event: 54 - 0 hits stored in this event + 109 hits stored in this event >>> Event: 55 0 hits stored in this event >>> Event: 56 @@ -937,9 +959,9 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 64 0 hits stored in this event >>> Event: 65 - 25 hits stored in this event ->>> Event: 66 0 hits stored in this event +>>> Event: 66 + 92 hits stored in this event >>> Event: 67 0 hits stored in this event >>> Event: 68 @@ -949,7 +971,7 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 70 0 hits stored in this event >>> Event: 71 - 27 hits stored in this event + 0 hits stored in this event >>> Event: 72 0 hits stored in this event >>> Event: 73 @@ -959,25 +981,25 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 75 0 hits stored in this event >>> Event: 76 - 62 hits stored in this event + 33 hits stored in this event >>> Event: 77 - 0 hits stored in this event + 29 hits stored in this event >>> Event: 78 0 hits stored in this event >>> Event: 79 - 0 hits stored in this event + 32 hits stored in this event >>> Event: 80 0 hits stored in this event >>> Event: 81 - 0 hits stored in this event + 113 hits stored in this event >>> Event: 82 - 125 hits stored in this event ->>> Event: 83 0 hits stored in this event +>>> Event: 83 + 21 hits stored in this event >>> Event: 84 - 86 hits stored in this event + 41 hits stored in this event >>> Event: 85 - 0 hits stored in this event + 89 hits stored in this event >>> Event: 86 0 hits stored in this event >>> Event: 87 @@ -991,223 +1013,223 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 91 0 hits stored in this event >>> Event: 92 - 90 hits stored in this event + 0 hits stored in this event >>> Event: 93 0 hits stored in this event >>> Event: 94 - 76 hits stored in this event + 0 hits stored in this event >>> Event: 95 0 hits stored in this event >>> Event: 96 - 163 hits stored in this event + 4 hits stored in this event >>> Event: 97 0 hits stored in this event >>> Event: 98 - 75 hits stored in this event + 0 hits stored in this event >>> Event: 99 0 hits stored in this event ### Run 1 starts. --> Event 0 starts. >>> Event: 0 - 132 hits stored in this event + 745 hits stored in this event >>> Event: 1 - 63 hits stored in this event + 98 hits stored in this event >>> Event: 2 - 76 hits stored in this event + 3975 hits stored in this event >>> Event: 3 - 121 hits stored in this event + 80 hits stored in this event >>> Event: 4 - 64 hits stored in this event + 74 hits stored in this event >>> Event: 5 - 98 hits stored in this event + 178 hits stored in this event >>> Event: 6 - 66 hits stored in this event + 59 hits stored in this event >>> Event: 7 - 175 hits stored in this event + 212 hits stored in this event >>> Event: 8 - 119 hits stored in this event + 203 hits stored in this event >>> Event: 9 - 109 hits stored in this event + 929 hits stored in this event >>> Event: 10 - 90 hits stored in this event + 73 hits stored in this event >>> Event: 11 - 54 hits stored in this event + 58 hits stored in this event >>> Event: 12 - 149 hits stored in this event + 152 hits stored in this event >>> Event: 13 - 63 hits stored in this event + 134 hits stored in this event >>> Event: 14 - 214 hits stored in this event + 58 hits stored in this event >>> Event: 15 - 73 hits stored in this event + 74 hits stored in this event >>> Event: 16 - 616 hits stored in this event + 73 hits stored in this event >>> Event: 17 - 68 hits stored in this event + 252 hits stored in this event >>> Event: 18 - 64 hits stored in this event + 244 hits stored in this event >>> Event: 19 - 226 hits stored in this event + 83 hits stored in this event >>> Event: 20 - 80 hits stored in this event + 132 hits stored in this event >>> Event: 21 - 93 hits stored in this event + 165 hits stored in this event >>> Event: 22 - 65 hits stored in this event + 77 hits stored in this event >>> Event: 23 - 103 hits stored in this event + 60 hits stored in this event >>> Event: 24 - 105 hits stored in this event + 87 hits stored in this event >>> Event: 25 - 263 hits stored in this event + 317 hits stored in this event >>> Event: 26 - 88 hits stored in this event + 164 hits stored in this event >>> Event: 27 - 409 hits stored in this event + 65 hits stored in this event >>> Event: 28 - 54 hits stored in this event + 62 hits stored in this event >>> Event: 29 - 184 hits stored in this event + 214 hits stored in this event >>> Event: 30 - 57 hits stored in this event + 79 hits stored in this event >>> Event: 31 - 74 hits stored in this event + 73 hits stored in this event >>> Event: 32 - 137 hits stored in this event + 53 hits stored in this event >>> Event: 33 - 164 hits stored in this event + 86 hits stored in this event >>> Event: 34 - 132 hits stored in this event + 295 hits stored in this event >>> Event: 35 - 173 hits stored in this event + 112 hits stored in this event >>> Event: 36 - 70 hits stored in this event + 140 hits stored in this event >>> Event: 37 - 368 hits stored in this event + 82 hits stored in this event >>> Event: 38 - 107 hits stored in this event + 147 hits stored in this event >>> Event: 39 - 66 hits stored in this event + 95 hits stored in this event >>> Event: 40 - 80 hits stored in this event + 67 hits stored in this event >>> Event: 41 - 46 hits stored in this event + 122 hits stored in this event >>> Event: 42 - 96 hits stored in this event + 95 hits stored in this event >>> Event: 43 - 371 hits stored in this event + 52 hits stored in this event >>> Event: 44 - 100 hits stored in this event + 83 hits stored in this event >>> Event: 45 - 498 hits stored in this event + 70 hits stored in this event >>> Event: 46 - 83 hits stored in this event + 80 hits stored in this event >>> Event: 47 - 77 hits stored in this event + 1256 hits stored in this event >>> Event: 48 - 62 hits stored in this event + 54 hits stored in this event >>> Event: 49 - 80 hits stored in this event + 49 hits stored in this event >>> Event: 50 - 74 hits stored in this event + 98 hits stored in this event >>> Event: 51 - 94 hits stored in this event + 347 hits stored in this event >>> Event: 52 - 106 hits stored in this event + 36 hits stored in this event >>> Event: 53 - 77 hits stored in this event + 178 hits stored in this event >>> Event: 54 - 1251 hits stored in this event + 70 hits stored in this event >>> Event: 55 - 1726 hits stored in this event + 290 hits stored in this event >>> Event: 56 - 201 hits stored in this event ->>> Event: 57 82 hits stored in this event +>>> Event: 57 + 216 hits stored in this event >>> Event: 58 - 517 hits stored in this event + 63 hits stored in this event >>> Event: 59 - 73 hits stored in this event + 64 hits stored in this event >>> Event: 60 - 52 hits stored in this event + 248 hits stored in this event >>> Event: 61 - 157 hits stored in this event + 74 hits stored in this event >>> Event: 62 - 93 hits stored in this event + 89 hits stored in this event >>> Event: 63 - 181 hits stored in this event + 111 hits stored in this event >>> Event: 64 - 55 hits stored in this event + 415 hits stored in this event >>> Event: 65 - 173 hits stored in this event + 63 hits stored in this event >>> Event: 66 - 75 hits stored in this event + 180 hits stored in this event >>> Event: 67 - 85 hits stored in this event + 63 hits stored in this event >>> Event: 68 - 52 hits stored in this event + 71 hits stored in this event >>> Event: 69 - 64 hits stored in this event + 540 hits stored in this event >>> Event: 70 - 69 hits stored in this event + 38 hits stored in this event >>> Event: 71 - 145 hits stored in this event + 75 hits stored in this event >>> Event: 72 - 99 hits stored in this event + 92 hits stored in this event >>> Event: 73 - 106 hits stored in this event + 69 hits stored in this event >>> Event: 74 - 128 hits stored in this event + 110 hits stored in this event >>> Event: 75 - 148 hits stored in this event + 602 hits stored in this event >>> Event: 76 - 94 hits stored in this event + 135 hits stored in this event >>> Event: 77 - 68 hits stored in this event + 416 hits stored in this event >>> Event: 78 - 292 hits stored in this event + 129 hits stored in this event >>> Event: 79 - 175 hits stored in this event + 53 hits stored in this event >>> Event: 80 - 86 hits stored in this event + 171 hits stored in this event >>> Event: 81 - 83 hits stored in this event + 68 hits stored in this event >>> Event: 82 - 73 hits stored in this event + 1230 hits stored in this event >>> Event: 83 - 110 hits stored in this event + 104 hits stored in this event >>> Event: 84 - 69 hits stored in this event + 1055 hits stored in this event >>> Event: 85 - 56 hits stored in this event + 168 hits stored in this event >>> Event: 86 - 186 hits stored in this event + 77 hits stored in this event >>> Event: 87 - 149 hits stored in this event + 119 hits stored in this event >>> Event: 88 - 137 hits stored in this event + 67 hits stored in this event >>> Event: 89 - 90 hits stored in this event + 213 hits stored in this event >>> Event: 90 63 hits stored in this event >>> Event: 91 - 704 hits stored in this event + 74 hits stored in this event >>> Event: 92 - 114 hits stored in this event + 85 hits stored in this event >>> Event: 93 - 81 hits stored in this event + 2820 hits stored in this event >>> Event: 94 - 58 hits stored in this event + 271 hits stored in this event >>> Event: 95 - 62 hits stored in this event + 140 hits stored in this event >>> Event: 96 - 599 hits stored in this event + 96 hits stored in this event >>> Event: 97 - 130 hits stored in this event + 65 hits stored in this event >>> Event: 98 - 79 hits stored in this event + 40 hits stored in this event >>> Event: 99 - 81 hits stored in this event + 42 hits stored in this event ### Run 2 starts. --> Event 0 starts. diff --git a/examples/basic/B2/B2b/exampleB2b.out b/examples/basic/B2/B2b/exampleB2b.out index 4cfa5630cea..eff5a2e5cfc 100644 --- a/examples/basic/B2/B2b/exampleB2b.out +++ b/examples/basic/B2/B2b/exampleB2b.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,20 +19,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -45,6 +45,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -52,6 +55,9 @@ Registered filter factories: 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 @@ -525,31 +531,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -557,11 +563,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -571,11 +577,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -585,11 +591,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -599,11 +605,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -613,11 +619,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -627,11 +633,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -640,12 +646,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -665,7 +671,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -761,17 +768,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -791,6 +812,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -817,51 +839,51 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 6 0 hits stored in this event >>> Event: 7 - 0 hits stored in this event + 152 hits stored in this event >>> Event: 8 - 0 hits stored in this event + 107 hits stored in this event >>> Event: 9 0 hits stored in this event >>> Event: 10 - 138 hits stored in this event + 0 hits stored in this event >>> Event: 11 0 hits stored in this event >>> Event: 12 - 271 hits stored in this event + 0 hits stored in this event >>> Event: 13 0 hits stored in this event >>> Event: 14 - 0 hits stored in this event + 114 hits stored in this event >>> Event: 15 - 0 hits stored in this event + 30 hits stored in this event >>> Event: 16 - 1 hits stored in this event + 0 hits stored in this event >>> Event: 17 - 39 hits stored in this event + 0 hits stored in this event >>> Event: 18 0 hits stored in this event >>> Event: 19 - 64 hits stored in this event + 127 hits stored in this event >>> Event: 20 0 hits stored in this event >>> Event: 21 - 0 hits stored in this event + 57 hits stored in this event >>> Event: 22 - 30 hits stored in this event + 0 hits stored in this event >>> Event: 23 0 hits stored in this event >>> Event: 24 - 39 hits stored in this event + 0 hits stored in this event >>> Event: 25 - 42 hits stored in this event + 0 hits stored in this event >>> Event: 26 0 hits stored in this event >>> Event: 27 0 hits stored in this event >>> Event: 28 - 8 hits stored in this event ->>> Event: 29 0 hits stored in this event +>>> Event: 29 + 16 hits stored in this event >>> Event: 30 0 hits stored in this event >>> Event: 31 @@ -871,13 +893,13 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 33 0 hits stored in this event >>> Event: 34 - 82 hits stored in this event + 0 hits stored in this event >>> Event: 35 0 hits stored in this event >>> Event: 36 0 hits stored in this event >>> Event: 37 - 3 hits stored in this event + 0 hits stored in this event >>> Event: 38 0 hits stored in this event >>> Event: 39 @@ -885,15 +907,15 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 40 0 hits stored in this event >>> Event: 41 - 378 hits stored in this event + 0 hits stored in this event >>> Event: 42 0 hits stored in this event >>> Event: 43 0 hits stored in this event >>> Event: 44 - 72 hits stored in this event ->>> Event: 45 0 hits stored in this event +>>> Event: 45 + 59 hits stored in this event >>> Event: 46 0 hits stored in this event >>> Event: 47 @@ -913,15 +935,15 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 54 0 hits stored in this event >>> Event: 55 - 43 hits stored in this event + 0 hits stored in this event >>> Event: 56 0 hits stored in this event >>> Event: 57 - 181 hits stored in this event + 0 hits stored in this event >>> Event: 58 0 hits stored in this event >>> Event: 59 - 109 hits stored in this event + 0 hits stored in this event >>> Event: 60 0 hits stored in this event >>> Event: 61 @@ -929,29 +951,29 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 62 0 hits stored in this event >>> Event: 63 - 0 hits stored in this event + 58 hits stored in this event >>> Event: 64 0 hits stored in this event >>> Event: 65 0 hits stored in this event >>> Event: 66 - 85 hits stored in this event + 0 hits stored in this event >>> Event: 67 0 hits stored in this event >>> Event: 68 0 hits stored in this event >>> Event: 69 - 0 hits stored in this event + 99 hits stored in this event >>> Event: 70 0 hits stored in this event >>> Event: 71 - 219 hits stored in this event ->>> Event: 72 0 hits stored in this event +>>> Event: 72 + 123 hits stored in this event >>> Event: 73 - 0 hits stored in this event + 55 hits stored in this event >>> Event: 74 - 0 hits stored in this event + 81 hits stored in this event >>> Event: 75 0 hits stored in this event >>> Event: 76 @@ -961,19 +983,19 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 78 0 hits stored in this event >>> Event: 79 - 12 hits stored in this event + 0 hits stored in this event >>> Event: 80 0 hits stored in this event >>> Event: 81 0 hits stored in this event >>> Event: 82 - 18 hits stored in this event ->>> Event: 83 0 hits stored in this event +>>> Event: 83 + 78 hits stored in this event >>> Event: 84 - 0 hits stored in this event + 127 hits stored in this event >>> Event: 85 - 0 hits stored in this event + 81 hits stored in this event >>> Event: 86 0 hits stored in this event >>> Event: 87 @@ -985,225 +1007,225 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event: 90 0 hits stored in this event >>> Event: 91 - 0 hits stored in this event + 38 hits stored in this event >>> Event: 92 0 hits stored in this event >>> Event: 93 - 3 hits stored in this event + 0 hits stored in this event >>> Event: 94 0 hits stored in this event >>> Event: 95 - 132 hits stored in this event + 21 hits stored in this event >>> Event: 96 - 69 hits stored in this event + 0 hits stored in this event >>> Event: 97 0 hits stored in this event >>> Event: 98 0 hits stored in this event >>> Event: 99 - 103 hits stored in this event + 1 hits stored in this event ### Run 1 starts. --> Event 0 starts. >>> Event: 0 - 1140 hits stored in this event + 293 hits stored in this event >>> Event: 1 - 125 hits stored in this event + 111 hits stored in this event >>> Event: 2 - 102 hits stored in this event + 165 hits stored in this event >>> Event: 3 - 81 hits stored in this event + 4251 hits stored in this event >>> Event: 4 - 75 hits stored in this event + 105 hits stored in this event >>> Event: 5 - 86 hits stored in this event + 66 hits stored in this event >>> Event: 6 - 139 hits stored in this event + 86 hits stored in this event >>> Event: 7 - 59 hits stored in this event + 273 hits stored in this event >>> Event: 8 - 52 hits stored in this event + 1054 hits stored in this event >>> Event: 9 - 51 hits stored in this event + 79 hits stored in this event >>> Event: 10 - 104 hits stored in this event + 50 hits stored in this event >>> Event: 11 - 77 hits stored in this event + 111 hits stored in this event >>> Event: 12 - 60 hits stored in this event + 71 hits stored in this event >>> Event: 13 - 69 hits stored in this event + 118 hits stored in this event >>> Event: 14 - 143 hits stored in this event + 49 hits stored in this event >>> Event: 15 - 88 hits stored in this event + 37 hits stored in this event >>> Event: 16 - 49 hits stored in this event + 243 hits stored in this event >>> Event: 17 - 71 hits stored in this event + 62 hits stored in this event >>> Event: 18 - 97 hits stored in this event + 234 hits stored in this event >>> Event: 19 - 79 hits stored in this event + 136 hits stored in this event >>> Event: 20 - 87 hits stored in this event + 70 hits stored in this event >>> Event: 21 - 80 hits stored in this event + 69 hits stored in this event >>> Event: 22 - 81 hits stored in this event + 1242 hits stored in this event >>> Event: 23 - 57 hits stored in this event + 43 hits stored in this event >>> Event: 24 - 68 hits stored in this event + 58 hits stored in this event >>> Event: 25 - 97 hits stored in this event + 63 hits stored in this event >>> Event: 26 - 87 hits stored in this event + 115 hits stored in this event >>> Event: 27 - 549 hits stored in this event + 90 hits stored in this event >>> Event: 28 - 59 hits stored in this event + 185 hits stored in this event >>> Event: 29 - 75 hits stored in this event + 1122 hits stored in this event >>> Event: 30 - 134 hits stored in this event ->>> Event: 31 83 hits stored in this event +>>> Event: 31 + 73 hits stored in this event >>> Event: 32 - 62 hits stored in this event + 63 hits stored in this event >>> Event: 33 - 537 hits stored in this event + 89 hits stored in this event >>> Event: 34 - 93 hits stored in this event + 323 hits stored in this event >>> Event: 35 - 217 hits stored in this event + 92 hits stored in this event >>> Event: 36 - 94 hits stored in this event + 123 hits stored in this event >>> Event: 37 - 61 hits stored in this event + 136 hits stored in this event >>> Event: 38 - 59 hits stored in this event + 925 hits stored in this event >>> Event: 39 - 85 hits stored in this event + 63 hits stored in this event >>> Event: 40 - 49 hits stored in this event + 64 hits stored in this event >>> Event: 41 - 88 hits stored in this event + 56 hits stored in this event >>> Event: 42 - 217 hits stored in this event + 66 hits stored in this event >>> Event: 43 - 158 hits stored in this event + 87 hits stored in this event >>> Event: 44 - 458 hits stored in this event + 552 hits stored in this event >>> Event: 45 - 89 hits stored in this event + 419 hits stored in this event >>> Event: 46 - 688 hits stored in this event + 140 hits stored in this event >>> Event: 47 - 207 hits stored in this event + 102 hits stored in this event >>> Event: 48 - 52 hits stored in this event + 82 hits stored in this event >>> Event: 49 - 45 hits stored in this event + 107 hits stored in this event >>> Event: 50 - 326 hits stored in this event + 171 hits stored in this event >>> Event: 51 - 663 hits stored in this event + 189 hits stored in this event >>> Event: 52 - 72 hits stored in this event + 63 hits stored in this event >>> Event: 53 - 87 hits stored in this event + 217 hits stored in this event >>> Event: 54 - 43 hits stored in this event + 195 hits stored in this event >>> Event: 55 - 72 hits stored in this event + 198 hits stored in this event >>> Event: 56 - 89 hits stored in this event + 100 hits stored in this event >>> Event: 57 - 77 hits stored in this event + 64 hits stored in this event >>> Event: 58 - 122 hits stored in this event + 95 hits stored in this event >>> Event: 59 - 57 hits stored in this event + 101 hits stored in this event >>> Event: 60 - 89 hits stored in this event + 76 hits stored in this event >>> Event: 61 - 79 hits stored in this event + 58 hits stored in this event >>> Event: 62 - 65 hits stored in this event + 108 hits stored in this event >>> Event: 63 - 43 hits stored in this event + 92 hits stored in this event >>> Event: 64 - 105 hits stored in this event + 108 hits stored in this event >>> Event: 65 - 170 hits stored in this event + 49 hits stored in this event >>> Event: 66 - 116 hits stored in this event + 164 hits stored in this event >>> Event: 67 - 72 hits stored in this event + 114 hits stored in this event >>> Event: 68 - 1595 hits stored in this event + 95 hits stored in this event >>> Event: 69 - 325 hits stored in this event + 152 hits stored in this event >>> Event: 70 - 57 hits stored in this event + 47 hits stored in this event >>> Event: 71 - 55 hits stored in this event + 241 hits stored in this event >>> Event: 72 - 119 hits stored in this event + 132 hits stored in this event >>> Event: 73 - 116 hits stored in this event + 46 hits stored in this event >>> Event: 74 - 63 hits stored in this event + 49 hits stored in this event >>> Event: 75 - 84 hits stored in this event + 514 hits stored in this event >>> Event: 76 - 64 hits stored in this event + 89 hits stored in this event >>> Event: 77 - 269 hits stored in this event + 93 hits stored in this event >>> Event: 78 - 5043 hits stored in this event + 54 hits stored in this event >>> Event: 79 - 42 hits stored in this event + 674 hits stored in this event >>> Event: 80 - 413 hits stored in this event + 376 hits stored in this event >>> Event: 81 - 204 hits stored in this event + 97 hits stored in this event >>> Event: 82 - 157 hits stored in this event + 72 hits stored in this event >>> Event: 83 - 228 hits stored in this event + 87 hits stored in this event >>> Event: 84 - 57 hits stored in this event ->>> Event: 85 67 hits stored in this event +>>> Event: 85 + 98 hits stored in this event >>> Event: 86 - 876 hits stored in this event + 109 hits stored in this event >>> Event: 87 - 72 hits stored in this event + 60 hits stored in this event >>> Event: 88 - 76 hits stored in this event + 78 hits stored in this event >>> Event: 89 - 379 hits stored in this event + 703 hits stored in this event >>> Event: 90 - 135 hits stored in this event + 96 hits stored in this event >>> Event: 91 - 88 hits stored in this event + 125 hits stored in this event >>> Event: 92 - 337 hits stored in this event + 267 hits stored in this event >>> Event: 93 - 72 hits stored in this event + 56 hits stored in this event >>> Event: 94 - 85 hits stored in this event + 84 hits stored in this event >>> Event: 95 - 158 hits stored in this event + 133 hits stored in this event >>> Event: 96 - 50 hits stored in this event + 61 hits stored in this event >>> Event: 97 - 224 hits stored in this event + 125 hits stored in this event >>> Event: 98 - 907 hits stored in this event + 179 hits stored in this event >>> Event: 99 - 69 hits stored in this event + 131 hits stored in this event ### Run 2 starts. --> Event 0 starts. diff --git a/examples/basic/B2/B2b/vis.mac b/examples/basic/B2/B2b/vis.mac index 13cae3442b7..a5ed387a6db 100644 --- a/examples/basic/B2/B2b/vis.mac +++ b/examples/basic/B2/B2b/vis.mac @@ -8,7 +8,7 @@ /vis/open OGL 600x600-0+0 # # Use this open statement to create an OpenInventor view: -#/vis/open OIX +#/vis/open OI # # Use this open statement to create a .prim file suitable for # viewing in DAWN: diff --git a/examples/basic/B2/History b/examples/basic/B2/History index 4e16b159209..d49352eaf4e 100644 --- a/examples/basic/B2/History +++ b/examples/basic/B2/History @@ -14,7 +14,7 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -13/02/20 I. Hrivnacova (exampleB2-V10-05-01) +13/02/20 I. Hrivnacova (exampleB2-V10-06-00) - Updated READMEs and added a comment in B2PrimaryGeneratorAction that starting a primary particle on the world boundary requires shooting in a direction towards inside the world diff --git a/examples/basic/B3/B3a/exampleB3a.out b/examples/basic/B3/B3a/exampleB3a.out index b2191958170..6074c207b59 100644 --- a/examples/basic/B3/B3a/exampleB3a.out +++ b/examples/basic/B3/B3a/exampleB3a.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -238,8 +244,8 @@ 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: 1267 - Total dose in patient : 310.719 picoGy + The run was 10000 events Nb of 'good' e+ annihilations: 1356 + Total dose in patient : 305.61 picoGy ------------------------------------------------------------ ... write Root file : scoring.root - done diff --git a/examples/basic/B3/B3b/exampleB3b.out b/examples/basic/B3/B3b/exampleB3b.out index 567cd33e01a..1094b16343e 100644 --- a/examples/basic/B3/B3b/exampleB3b.out +++ b/examples/basic/B3/B3b/exampleB3b.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -240,9 +246,9 @@ 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: 1267 - Total dose in patient : 310.719 picoGy - Total dose in patient : 3.10719e-10 [sigma: 1.77059e-14 | error: 0.00569837 | coeff: 0.00569837 | eff: 1 | fom: 30796.3 | r2int: 3.24682e-05 | r2eff: 0 | hits: 10000 ] Gy + The run was 10000 events Nb of 'good' e+ annihilations: 1356 + Total dose in patient : 305.61 picoGy + Total dose in patient : 3.0561e-10 [sigma: 1.73976e-14 | error: 0.00569274 | coeff: 0.00569274 | eff: 1 | fom: 2805.2 | r2int: 3.24041e-05 | r2eff: 0 | hits: 10000 ] Gy ------------------------------------------------------------ ... write Root file : scoring.root - done diff --git a/examples/basic/B4/B4a/exampleB4a.out b/examples/basic/B4/B4a/exampleB4a.out index 92ddda900ed..deafd6dabb3 100644 --- a/examples/basic/B4/B4a/exampleB4a.out +++ b/examples/basic/B4/B4a/exampleB4a.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -502,31 +508,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -534,11 +540,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -548,11 +554,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -562,11 +568,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -576,11 +582,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -590,11 +596,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -604,11 +610,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -617,12 +623,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -642,7 +648,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -738,17 +745,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -768,6 +789,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -781,23 +803,42 @@ See commands in /vis/modeling/trajectories/ for other options. ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 274.694 MeV total track length: 19.6217 cm - Gap: total energy: 12.6791 MeV total track length: 6.15095 cm + Absorber: total energy: 270.018 MeV total track length: 19.2794 cm + Gap: total energy: 26.6652 MeV total track length: 13.6558 cm ----> print histograms statistic for the entire run - EAbs : mean = 274.694 MeV rms = 0 eV - EGap : mean = 12.6791 MeV rms = 0 eV - LAbs : mean = 19.6217 cm rms = 0 fm - LGap : mean = 6.15095 cm rms = 0 fm + EAbs : mean = 270.018 MeV rms = 0 eV + EGap : mean = 26.6652 MeV rms = 0 eV + LAbs : mean = 19.2794 cm rms = 0 fm + LGap : mean = 13.6558 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done Transportation, phot, compt, conv Rayl, msc, eIoni, eBrem - CoulombScat, annihil, muIoni, muBrems - muPairProd, hIoni, hBrems, hPairProd - ionIoni, photonNuclear, electronNuclear, muonNuclear - Decay, hadElastic, neutronInelastic, nCapture + 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, photonNuclear, electronNuclear + muonNuclear, Decay, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, neutronInelastic, nCapture protonInelastic, pi+Inelastic, pi-Inelastic, kaon+Inelastic kaon-Inelastic, kaon0LInelastic, kaon0SInelastic, lambdaInelastic anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic, sigma+Inelastic @@ -1176,15 +1217,15 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 281.686 MeV total track length: 20.4226 cm - Gap: total energy: 18.7841 MeV total track length: 9.05115 cm + Absorber: total energy: 282.358 MeV total track length: 20.3959 cm + Gap: total energy: 17.2963 MeV total track length: 8.12105 cm ----> print histograms statistic for the entire run - EAbs : mean = 281.686 MeV rms = 0 eV - EGap : mean = 18.7841 MeV rms = 0 eV - LAbs : mean = 20.4226 cm rms = 0 fm - LGap : mean = 9.05115 cm rms = 0 fm + EAbs : mean = 282.358 MeV rms = 0 eV + EGap : mean = 17.2963 MeV rms = 0 eV + LAbs : mean = 20.3959 cm rms = 0 fm + LGap : mean = 8.12105 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done @@ -1556,15 +1597,15 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 441.762 MeV total track length: 31.7514 cm - Gap: total energy: 33.75 MeV total track length: 16.6706 cm + Absorber: total energy: 466.54 MeV total track length: 33.5574 cm + Gap: total energy: 17.0074 MeV total track length: 8.40768 cm ----> print histograms statistic for the entire run - EAbs : mean = 441.762 MeV rms = 0 eV - EGap : mean = 33.75 MeV rms = 0 eV - LAbs : mean = 31.7514 cm rms = 0 fm - LGap : mean = 16.6706 cm rms = 0 fm + EAbs : mean = 466.54 MeV rms = 0 eV + EGap : mean = 17.0074 MeV rms = 0 eV + LAbs : mean = 33.5574 cm rms = 0 fm + LGap : mean = 8.40768 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done Graphics systems deleted. diff --git a/examples/basic/B4/B4b/exampleB4b.out b/examples/basic/B4/B4b/exampleB4b.out index 566d6a70d75..617329b8908 100644 --- a/examples/basic/B4/B4b/exampleB4b.out +++ b/examples/basic/B4/B4b/exampleB4b.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -502,31 +508,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -534,11 +540,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -548,11 +554,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -562,11 +568,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -576,11 +582,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -590,11 +596,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -604,11 +610,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -617,12 +623,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -642,7 +648,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -738,17 +745,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -768,6 +789,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -782,23 +804,42 @@ See commands in /vis/modeling/trajectories/ for other options. ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 274.694 MeV total track length: 19.6217 cm - Gap: total energy: 12.6791 MeV total track length: 6.15095 cm + Absorber: total energy: 270.018 MeV total track length: 19.2794 cm + Gap: total energy: 26.6652 MeV total track length: 13.6558 cm ----> print histograms statistic for the entire run - EAbs : mean = 274.694 MeV rms = 0 eV - EGap : mean = 12.6791 MeV rms = 0 eV - LAbs : mean = 19.6217 cm rms = 0 fm - LGap : mean = 6.15095 cm rms = 0 fm + EAbs : mean = 270.018 MeV rms = 0 eV + EGap : mean = 26.6652 MeV rms = 0 eV + LAbs : mean = 19.2794 cm rms = 0 fm + LGap : mean = 13.6558 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done Transportation, phot, compt, conv Rayl, msc, eIoni, eBrem - CoulombScat, annihil, muIoni, muBrems - muPairProd, hIoni, hBrems, hPairProd - ionIoni, photonNuclear, electronNuclear, muonNuclear - Decay, hadElastic, neutronInelastic, nCapture + 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, photonNuclear, electronNuclear + muonNuclear, Decay, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, neutronInelastic, nCapture protonInelastic, pi+Inelastic, pi-Inelastic, kaon+Inelastic kaon-Inelastic, kaon0LInelastic, kaon0SInelastic, lambdaInelastic anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic, sigma+Inelastic @@ -1178,15 +1219,15 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 281.686 MeV total track length: 20.4226 cm - Gap: total energy: 18.7841 MeV total track length: 9.05115 cm + Absorber: total energy: 282.358 MeV total track length: 20.3959 cm + Gap: total energy: 17.2963 MeV total track length: 8.12105 cm ----> print histograms statistic for the entire run - EAbs : mean = 281.686 MeV rms = 0 eV - EGap : mean = 18.7841 MeV rms = 0 eV - LAbs : mean = 20.4226 cm rms = 0 fm - LGap : mean = 9.05115 cm rms = 0 fm + EAbs : mean = 282.358 MeV rms = 0 eV + EGap : mean = 17.2963 MeV rms = 0 eV + LAbs : mean = 20.3959 cm rms = 0 fm + LGap : mean = 8.12105 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done @@ -1559,15 +1600,15 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 441.762 MeV total track length: 31.7514 cm - Gap: total energy: 33.75 MeV total track length: 16.6706 cm + Absorber: total energy: 466.54 MeV total track length: 33.5574 cm + Gap: total energy: 17.0074 MeV total track length: 8.40768 cm ----> print histograms statistic for the entire run - EAbs : mean = 441.762 MeV rms = 0 eV - EGap : mean = 33.75 MeV rms = 0 eV - LAbs : mean = 31.7514 cm rms = 0 fm - LGap : mean = 16.6706 cm rms = 0 fm + EAbs : mean = 466.54 MeV rms = 0 eV + EGap : mean = 17.0074 MeV rms = 0 eV + LAbs : mean = 33.5574 cm rms = 0 fm + LGap : mean = 8.40768 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done Graphics systems deleted. diff --git a/examples/basic/B4/B4c/exampleB4c.out b/examples/basic/B4/B4c/exampleB4c.out index 92ddda900ed..deafd6dabb3 100644 --- a/examples/basic/B4/B4c/exampleB4c.out +++ b/examples/basic/B4/B4c/exampleB4c.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -502,31 +508,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -534,11 +540,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -548,11 +554,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -562,11 +568,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -576,11 +582,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -590,11 +596,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -604,11 +610,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -617,12 +623,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -642,7 +648,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -738,17 +745,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -768,6 +789,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -781,23 +803,42 @@ See commands in /vis/modeling/trajectories/ for other options. ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 274.694 MeV total track length: 19.6217 cm - Gap: total energy: 12.6791 MeV total track length: 6.15095 cm + Absorber: total energy: 270.018 MeV total track length: 19.2794 cm + Gap: total energy: 26.6652 MeV total track length: 13.6558 cm ----> print histograms statistic for the entire run - EAbs : mean = 274.694 MeV rms = 0 eV - EGap : mean = 12.6791 MeV rms = 0 eV - LAbs : mean = 19.6217 cm rms = 0 fm - LGap : mean = 6.15095 cm rms = 0 fm + EAbs : mean = 270.018 MeV rms = 0 eV + EGap : mean = 26.6652 MeV rms = 0 eV + LAbs : mean = 19.2794 cm rms = 0 fm + LGap : mean = 13.6558 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done Transportation, phot, compt, conv Rayl, msc, eIoni, eBrem - CoulombScat, annihil, muIoni, muBrems - muPairProd, hIoni, hBrems, hPairProd - ionIoni, photonNuclear, electronNuclear, muonNuclear - Decay, hadElastic, neutronInelastic, nCapture + 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, photonNuclear, electronNuclear + muonNuclear, Decay, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, neutronInelastic, nCapture protonInelastic, pi+Inelastic, pi-Inelastic, kaon+Inelastic kaon-Inelastic, kaon0LInelastic, kaon0SInelastic, lambdaInelastic anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic, sigma+Inelastic @@ -1176,15 +1217,15 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 281.686 MeV total track length: 20.4226 cm - Gap: total energy: 18.7841 MeV total track length: 9.05115 cm + Absorber: total energy: 282.358 MeV total track length: 20.3959 cm + Gap: total energy: 17.2963 MeV total track length: 8.12105 cm ----> print histograms statistic for the entire run - EAbs : mean = 281.686 MeV rms = 0 eV - EGap : mean = 18.7841 MeV rms = 0 eV - LAbs : mean = 20.4226 cm rms = 0 fm - LGap : mean = 9.05115 cm rms = 0 fm + EAbs : mean = 282.358 MeV rms = 0 eV + EGap : mean = 17.2963 MeV rms = 0 eV + LAbs : mean = 20.3959 cm rms = 0 fm + LGap : mean = 8.12105 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done @@ -1556,15 +1597,15 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 441.762 MeV total track length: 31.7514 cm - Gap: total energy: 33.75 MeV total track length: 16.6706 cm + Absorber: total energy: 466.54 MeV total track length: 33.5574 cm + Gap: total energy: 17.0074 MeV total track length: 8.40768 cm ----> print histograms statistic for the entire run - EAbs : mean = 441.762 MeV rms = 0 eV - EGap : mean = 33.75 MeV rms = 0 eV - LAbs : mean = 31.7514 cm rms = 0 fm - LGap : mean = 16.6706 cm rms = 0 fm + EAbs : mean = 466.54 MeV rms = 0 eV + EGap : mean = 17.0074 MeV rms = 0 eV + LAbs : mean = 33.5574 cm rms = 0 fm + LGap : mean = 8.40768 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done Graphics systems deleted. diff --git a/examples/basic/B4/B4d/exampleB4d.out b/examples/basic/B4/B4d/exampleB4d.out index 75e6df1e2d8..9cfce3f89ba 100644 --- a/examples/basic/B4/B4d/exampleB4d.out +++ b/examples/basic/B4/B4d/exampleB4d.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -506,31 +512,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -538,11 +544,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -552,11 +558,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -566,11 +572,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -580,11 +586,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -594,11 +600,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -608,11 +614,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -621,12 +627,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -646,7 +652,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -742,17 +749,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -772,6 +793,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -785,23 +807,42 @@ See commands in /vis/modeling/trajectories/ for other options. ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 274.694 MeV total track length: 19.6217 cm - Gap: total energy: 12.6791 MeV total track length: 6.15095 cm + Absorber: total energy: 270.018 MeV total track length: 19.2794 cm + Gap: total energy: 26.6652 MeV total track length: 13.6558 cm ----> print histograms statistic for the entire run - EAbs : mean = 274.694 MeV rms = 0 eV - EGap : mean = 12.6791 MeV rms = 0 eV - LAbs : mean = 19.6217 cm rms = 0 fm - LGap : mean = 6.15095 cm rms = 0 fm + EAbs : mean = 270.018 MeV rms = 0 eV + EGap : mean = 26.6652 MeV rms = 0 eV + LAbs : mean = 19.2794 cm rms = 0 fm + LGap : mean = 13.6558 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done Transportation, phot, compt, conv Rayl, msc, eIoni, eBrem - CoulombScat, annihil, muIoni, muBrems - muPairProd, hIoni, hBrems, hPairProd - ionIoni, photonNuclear, electronNuclear, muonNuclear - Decay, hadElastic, neutronInelastic, nCapture + 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, photonNuclear, electronNuclear + muonNuclear, Decay, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, neutronInelastic, nCapture protonInelastic, pi+Inelastic, pi-Inelastic, kaon+Inelastic kaon-Inelastic, kaon0LInelastic, kaon0SInelastic, lambdaInelastic anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic, sigma+Inelastic @@ -1180,15 +1221,15 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 281.686 MeV total track length: 20.4226 cm - Gap: total energy: 18.7841 MeV total track length: 9.05115 cm + Absorber: total energy: 282.358 MeV total track length: 20.3959 cm + Gap: total energy: 17.2963 MeV total track length: 8.12105 cm ----> print histograms statistic for the entire run - EAbs : mean = 281.686 MeV rms = 0 eV - EGap : mean = 18.7841 MeV rms = 0 eV - LAbs : mean = 20.4226 cm rms = 0 fm - LGap : mean = 9.05115 cm rms = 0 fm + EAbs : mean = 282.358 MeV rms = 0 eV + EGap : mean = 17.2963 MeV rms = 0 eV + LAbs : mean = 20.3959 cm rms = 0 fm + LGap : mean = 8.12105 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done @@ -1560,17 +1601,17 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ... open Root analysis file : B4.root - done --> Event 0 starts. ---> End of event: 0 - Absorber: total energy: 441.762 MeV total track length: 31.7514 cm - Gap: total energy: 33.75 MeV total track length: 16.6706 cm + Absorber: total energy: 466.54 MeV total track length: 33.5574 cm + Gap: total energy: 17.0074 MeV total track length: 8.40768 cm ----> print histograms statistic for the entire run - EAbs : mean = 441.762 MeV rms = 0 eV - EGap : mean = 33.75 MeV rms = 0 eV - LAbs : mean = 31.7514 cm rms = 0 fm - LGap : mean = 16.6706 cm rms = 0 fm + EAbs : mean = 466.54 MeV rms = 0 eV + EGap : mean = 17.0074 MeV rms = 0 eV + LAbs : mean = 33.5574 cm rms = 0 fm + LGap : mean = 8.40768 cm rms = 0 fm ... write Root file : B4.root - done ... close Root file : B4.root - done Graphics systems deleted. Visualization Manager deleting... -### deleting chargedFilter 0x1db05c0 +### deleting chargedFilter 0x1c3efd0 diff --git a/examples/basic/B5/History b/examples/basic/B5/History index 7c68e5bd6f9..49a5aaffd36 100644 --- a/examples/basic/B5/History +++ b/examples/basic/B5/History @@ -14,6 +14,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +10 June 2020 Jonathan Madsen (exampleB5-V10-06-00) +- Migrated to new G4RunManagerFactory + 18 Nov 2019 Gabriele Cosmo (exampleB5-V10-05-01) - Fixed cases of type conversions from size_t to G4int in B5HodoscopeSD. @@ -26,14 +29,14 @@ track of all tags. - Move instantiation of G4UIExecutive nearer to start of main. 19 February 2017 Ivana Hrivnacova (exampleB5-V10-04-00) -- Fix filling ntuple +- Fix filling ntuple (there was omitted call to AddNtupleRow() in the previous update) 14 April 2017 Ivana Hrivnacova Cosmo (exampleB5-V10-03-01) - Use std::array for related data members in B5EventAction to reduce the code - Added data members for histogram Ids and the code to retrieve them by histogram names via G4AnalysisManager -- Corrected the list of 2D histograms in README +- Corrected the list of 2D histograms in README 24 March 2017 Gabriele Cosmo (exampleB5-V10-03-00) - Do not use G4AutoDelete utility for thread-local magnetic-field and @@ -52,7 +55,7 @@ track of all tags. 08 October 2016 Ivana Hrivnacova (exampleB5-V10-02-01) - Fix in gui.mac by Helmut Burkhard: Replace undefined /globalField/setValue by /B5/field/value -- Updated B5ActionInitialization (Ivana) +- Updated B5ActionInitialization (Ivana) Event action is instantiated also on master - needed for ntuple merging (as its deta define the vectors refernced from ntuple) @@ -89,9 +92,9 @@ track of all tags. used yo verify correct behavior of FPE detection in MT. When tests will be over, changes will be reverted. -02 December 2013 Ivana Hrivnacova +02 December 2013 Ivana Hrivnacova - Fixed gui.mac: - corrected wireframe parameter, removed run2.mac from gui + corrected wireframe parameter, removed run2.mac from gui 28 November 2013 Ivana Hrivnacova (exampleB5-V09-06-11) - Added macros for GUI @@ -102,16 +105,16 @@ track of all tags. - Changed the way G4GenericMessenger declares UI commands that take units. 26 November 2013 Ivana Hrivnacova (exampleB5-V09-06-09) -- Fixed deleting magnetic field and its manager with use of G4AutoDelete +- Fixed deleting magnetic field and its manager with use of G4AutoDelete utility 22 November 2013 Joseph Perl (exampleB5-V09-06-08) -- Added paragraph about HepRep attributes in README +- Added paragraph about HepRep attributes in README -22 November 2013 Ivana Hrivnacova -- Changed step limit size to 1 m (more sutable for demonstration +22 November 2013 Ivana Hrivnacova +- Changed step limit size to 1 m (more sutable for demonstration of the smooth trajectory visualization option) -- Added paragraph about this limit in README +- Added paragraph about this limit in README 15 November 2013 Ivana Hrivnacova (exampleB5-V09-06-07) - Changed magnetic tube material to G4_Air (was G4_Galactic) @@ -147,7 +150,7 @@ track of all tags. - A new tag co-working with a fix in ctest. 03 October 2013 Ivana Hrivnacova (exampleB5-V09-06-00) -- The first tagged version of the new B5 example created from +- The first tagged version of the new B5 example created from extended/analysis/A01. 05 June 2013 Ivana Hrivnacova (exampleA01-V09-06-04) @@ -163,7 +166,7 @@ track of all tags. - Apply coding guidelines 01 April 2013 Andrea Dotti (exampleA01-V09-06-01) -- New G4VUserPhysicsList interface +- New G4VUserPhysicsList interface 18 December 2012 Michael Kelsey (exampleA01-V09-06-00) - Replace G4AntiProtonAnnihiliationAtRest with G4AntiProtonAbsorptionFritiof. @@ -175,14 +178,14 @@ track of all tags. - Minor fixes in CMakeList.txt 24 August 2012 Ivana Hrivnacova (exampleA01-V09-05-01) -- README.JAIDA replaced with more general README.AIDA (revised +- README.JAIDA replaced with more general README.AIDA (revised by Guy Barrand) -- Added README.OpenScientist (previously AnaEx03/UseOpenScientist.txt) +- Added README.OpenScientist (previously AnaEx03/UseOpenScientist.txt) - Added .README files for Doxygen documentation - Added file descriptions for all .hh and .cc -- Fixed functions names in B5AnalysisManager (to get example +- Fixed functions names in B5AnalysisManager (to get example compiling) -- Adding support for building example with AIDA in CMake build +- Adding support for building example with AIDA in CMake build 19 June 2012 Joseph Perl (exampleA01-V09-05-00) - Corrected order of filling x and y for Cloud2D @@ -280,7 +283,7 @@ track of all tags. - Updated mac files for HepRep2 driver to set zoom factor and coordinate system. 9th February 2004 Makoto Asai (exampleA01-V06-00-00) -- Fix EM part of the physics list to use the new +- Fix EM part of the physics list to use the new processes introduced at 6.0. - Reference output is updated accordingly. @@ -318,19 +321,19 @@ track of all tags. 13th October 2003 Mark Donszelmann - Re-included B5EventActionMessenger in general (non G4ANALYSIS_USE) compilation for use with B5EventACtion, see comment below. -- Removed all include/AIDA include files and changed the GNUmakefile. - To compile/link with G4ANALYSIS_USE you will need an AIDA 3.0 compliant +- Removed all include/AIDA include files and changed the GNUmakefile. + To compile/link with G4ANALYSIS_USE you will need an AIDA 3.0 compliant implementation, such as AIDAJNI. The makefile will execute aida-config to find the include files and the libraries to link with. - setup-analysis.csh/sh/win32 now only sets up G4 specific flags to compile in the AIDA analysis framework. - + 13th October 2003 Joseph Perl - Minor changes to README's sections on vis and analysis. 12th October 2003 Makoto Asai - Move G4ANALYSIS_USE ifdef blocks so that event summary is printed out - regardless of this flag. Only the AIDA part in B5EventAction is + regardless of this flag. Only the AIDA part in B5EventAction is blocked. 12th October 2003 Joseph Perl diff --git a/examples/basic/B5/exampleB5.cc b/examples/basic/B5/exampleB5.cc index ee3ff0a1e98..53dbb132278 100644 --- a/examples/basic/B5/exampleB5.cc +++ b/examples/basic/B5/exampleB5.cc @@ -30,11 +30,7 @@ #include "B5DetectorConstruction.hh" #include "B5ActionInitialization.hh" -#ifdef G4MULTITHREADED -#include "G4MTRunManager.hh" -#else -#include "G4RunManager.hh" -#endif +#include "G4RunManagerFactory.hh" #include "G4UImanager.hh" #include "FTFP_BERT.hh" @@ -56,11 +52,8 @@ int main(int argc,char** argv) // Construct the default run manager // -#ifdef G4MULTITHREADED - auto runManager = new G4MTRunManager; -#else - auto runManager = new G4RunManager; -#endif + auto* runManager = + G4RunManagerFactory::CreateRunManager(G4RunManagerType::Default); // Mandatory user initialization classes runManager->SetUserInitialization(new B5DetectorConstruction); diff --git a/examples/basic/B5/exampleB5.out b/examples/basic/B5/exampleB5.out index 84e6bd40fe1..ea87ef5b2c5 100644 --- a/examples/basic/B5/exampleB5.out +++ b/examples/basic/B5/exampleB5.out @@ -1,10 +1,11 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ !!! WARNING - FPE detection is activated !!! ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +21,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +47,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +57,9 @@ Registered filter factories: 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 @@ -599,31 +606,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -631,11 +638,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -645,11 +652,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -659,11 +666,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -673,11 +680,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -687,11 +694,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -701,11 +708,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -714,12 +721,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -739,7 +746,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -835,17 +843,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -865,6 +887,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -880,27 +903,23 @@ See commands in /vis/modeling/trajectories/ for other options. >>> Event 0 >>> Simulation truth : proton (-0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9870028523976 (nsec) -Hodoscope 2 has 3 hits. - Hodoscope[9] 43.187937103889 (nsec) - Hodoscope[10] 1419.6812158585 (nsec) - Hodoscope[15] 1628.7201376329 (nsec) -Drift Chamber 1 has 7 hits. - Layer[0] : time 6.6712421465156 (nsec) --- local (x,y) 0.0068976087488375, -0.001060304538742 - Layer[0] : time 9.3124685854255 (nsec) --- local (x,y) 11.338057615946, -192.32293265863 - Layer[0] : time 10.12822655005 (nsec) --- local (x,y) -32.407565787467, -165.38793863646 - Layer[1] : time 8.3391360803921 (nsec) --- local (x,y) 0.013210911787839, -0.0046929086614397 - Layer[2] : time 10.007030014525 (nsec) --- local (x,y) 0.017790490821106, -0.0035138351901322 - Layer[3] : time 11.674923948876 (nsec) --- local (x,y) 0.023425005836559, -0.0011390087980778 - Layer[4] : time 13.342817883344 (nsec) --- local (x,y) 0.028071293571896, 0.0008951461009665 + Hodoscope[7] 4.9870027261557 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[9] 43.187767429169 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6712419780455 (nsec) --- local (x,y) -5.3816581045659e-06, 0.029469950603338 + Layer[1] : time 8.3391358702888 (nsec) --- local (x,y) 0.0039403033048055, 0.045850254927428 + Layer[2] : time 10.007029762659 (nsec) --- local (x,y) 0.0061594315069119, 0.062257752934165 + Layer[3] : time 11.674923655205 (nsec) --- local (x,y) 0.0085005625115272, 0.078703962193856 + Layer[4] : time 13.342817548482 (nsec) --- local (x,y) 0.0095267934119525, 0.10003616245362 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.850339499084 (nsec) --- local (x,y) -147.40696878226, 0.047300058763943 - Layer[1] : time 36.521133507245 (nsec) --- local (x,y) -176.9050541531, 0.053707283972597 - Layer[2] : time 38.191927700839 (nsec) --- local (x,y) -206.40408252011, 0.060251975739992 - Layer[3] : time 39.862722101185 (nsec) --- local (x,y) -235.90416191435, 0.069550578156142 - Layer[4] : time 41.533516723828 (nsec) --- local (x,y) -265.4053723571, 0.077470538676864 -EM Calorimeter has 66 hits. Total Edep is 1099.3184581149 (MeV) -Hadron Calorimeter has 17 hits. Total Edep is 3949.3101993602 (MeV) + Layer[0] : time 34.850155213985 (nsec) --- local (x,y) -147.62778847714, 0.31765148478652 + Layer[1] : time 36.520953307849 (nsec) --- local (x,y) -177.14687642028, 0.33322779577552 + Layer[2] : time 38.191750421046 (nsec) --- local (x,y) -206.66097568322, 0.34727480745701 + Layer[3] : time 39.862547483613 (nsec) --- local (x,y) -236.17481578384, 0.36283841743334 + Layer[4] : time 41.533344489855 (nsec) --- local (x,y) -265.68836749443, 0.38038390661612 +EM Calorimeter has 54 hits. Total Edep is 595.07557245769 (MeV) +Hadron Calorimeter has 14 hits. Total Edep is 4383.6695253596 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 1 starts. @@ -909,100 +928,127 @@ Hadron Calorimeter has 17 hits. Total Edep is 3949.3101993602 (MeV) >>> Event 0 >>> Simulation truth : pi+ (-0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867880839839 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[10] 42.693393245574 (nsec) + Hodoscope[7] 4.9867880803875 (nsec) +Hodoscope 2 has 4 hits. + Hodoscope[10] 42.694721758822 (nsec) + Hodoscope[18] 1078.3916625506 (nsec) + Hodoscope[20] 1019.4367730816 (nsec) + Hodoscope[17] 864.24898031894 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709548433254 (nsec) --- local (x,y) -0.013824155103387, 0.016261017805376 - Layer[1] : time 8.3387769461329 (nsec) --- local (x,y) -0.029846802908484, 0.024708571280227 - Layer[2] : time 10.006599048757 (nsec) --- local (x,y) -0.045364841809758, 0.03027822925463 - Layer[3] : time 11.674421151582 (nsec) --- local (x,y) -0.062745747735793, 0.035672637674813 - Layer[4] : time 13.342243254523 (nsec) --- local (x,y) -0.081219924189956, 0.040543047254242 + Layer[0] : time 6.6709548385693 (nsec) --- local (x,y) 0.019578771168465, -0.014671872174261 + Layer[1] : time 8.338776940138 (nsec) --- local (x,y) 0.033882711724334, -0.025393563196954 + Layer[2] : time 10.006599041776 (nsec) --- local (x,y) 0.049269018285257, -0.035509453536461 + Layer[3] : time 11.674421143653 (nsec) --- local (x,y) 0.068090845719683, -0.042747814348986 + Layer[4] : time 13.342243245595 (nsec) --- local (x,y) 0.088008709966376, -0.048258805126616 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.366098870958 (nsec) --- local (x,y) -82.69418795148, 0.021504706336471 - Layer[1] : time 36.03482840894 (nsec) --- local (x,y) -99.190132699387, 0.013029420450852 - Layer[2] : time 37.703557930862 (nsec) --- local (x,y) -115.68593028817, 0.0026139701892234 - Layer[3] : time 39.372287520732 (nsec) --- local (x,y) -132.18234540633, -0.0081844793609152 - Layer[4] : time 41.041017145779 (nsec) --- local (x,y) -148.67907932232, -0.020372551808973 -EM Calorimeter has 2 hits. Total Edep is 187.3346008861 (MeV) -Hadron Calorimeter has 3 hits. Total Edep is 54.023046348755 (MeV) + Layer[0] : time 34.367387042506 (nsec) --- local (x,y) -82.657201555871, -0.061812124045092 + Layer[1] : time 36.036125116909 (nsec) --- local (x,y) -99.230589431319, -0.061582068537225 + Layer[2] : time 37.704862971544 (nsec) --- local (x,y) -115.80198801828, -0.064686130671438 + Layer[3] : time 39.373600592716 (nsec) --- local (x,y) -132.37127220503, -0.072107225359433 + Layer[4] : time 41.042337936069 (nsec) --- local (x,y) -148.93804130157, -0.07990024655651 +EM Calorimeter has 63 hits. Total Edep is 24346.276901605 (MeV) +Hadron Calorimeter has 19 hits. Total Edep is 3399.8881297235 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 2 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : e+ (0,0,100000) +>>> Event 0 >>> Simulation truth : e+ (-0,0,100000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832233946 (nsec) + Hodoscope[7] 4.9867832233928 (nsec) Hodoscope 2 has 2 hits. - Hodoscope[8] 43.19738346854 (nsec) - Hodoscope[18] 58.096897387322 (nsec) + Hodoscope[9] 43.185696457607 (nsec) + Hodoscope[14] 57.174873813019 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709483415296 (nsec) --- local (x,y) 0.0019844168474463, 0.015349347593451 - Layer[1] : time 8.3387688192741 (nsec) --- local (x,y) -0.0066863673731819, 0.036561134376806 - Layer[2] : time 10.006589297061 (nsec) --- local (x,y) -0.016468249766321, 0.057586358001602 - Layer[3] : time 11.674409774888 (nsec) --- local (x,y) -0.022883666512176, 0.080037150346134 - Layer[4] : time 13.342230252564 (nsec) --- local (x,y) -0.027086964574016, 0.10207059947303 + Layer[0] : time 6.6709483405551 (nsec) --- local (x,y) 0.00046427362189043, 0.017356305892975 + Layer[1] : time 8.3387688170777 (nsec) --- local (x,y) -0.0082047024963933, 0.026481487979029 + Layer[2] : time 10.006589293801 (nsec) --- local (x,y) -0.016671838929466, 0.038581024213995 + Layer[3] : time 11.674409770971 (nsec) --- local (x,y) -0.026247762759393, 0.054659050783337 + Layer[4] : time 13.34223024825 (nsec) --- local (x,y) -0.0360287966125, 0.071669349928585 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.846758094365 (nsec) --- local (x,y) -204.84181039991, 0.3194607488942 - Layer[1] : time 36.520163062012 (nsec) --- local (x,y) -245.79289361478, 0.33251044163691 - Layer[2] : time 38.193567974244 (nsec) --- local (x,y) -286.74377307783, 0.3462542365349 - Layer[3] : time 39.866972960567 (nsec) --- local (x,y) -327.69492473665, 0.35974704663616 - Layer[4] : time 41.540378018051 (nsec) --- local (x,y) -368.64633766804, 0.37347086767368 -EM Calorimeter has 43 hits. Total Edep is 81951.537358137 (MeV) -Hadron Calorimeter has 7 hits. Total Edep is 107.62415351717 (MeV) + Layer[0] : time 34.848450377552 (nsec) --- local (x,y) -147.67521150831, 0.37461910528575 + Layer[1] : time 36.519173875446 (nsec) --- local (x,y) -177.188946869, 0.40500094681147 + Layer[2] : time 38.189897987573 (nsec) --- local (x,y) -206.70580772885, 0.43481287732162 + Layer[3] : time 39.860622162714 (nsec) --- local (x,y) -236.2229890655, 0.46469897428743 + Layer[4] : time 41.531345741375 (nsec) --- local (x,y) -265.73713469156, 0.49572042852751 +EM Calorimeter has 38 hits. Total Edep is 91553.439084278 (MeV) +Hadron Calorimeter has 9 hits. Total Edep is 51.537413476158 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 3 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. +-------- WWWW ------- G4Exception-START -------- WWWW ------- +*** G4Exception : GeomNav1002 + issued by : G4Navigator::ComputeStep() +Stuck Track: potential geometry or navigation problem. + Track stuck, not moving for 10 steps. + Current phys volume: 'worldPhysical' + - at position : (250.9360426829866,396.3672801231104,-968.0036686307559) + in direction: (0.3254591670676805,0.5790422146261698,0.7475201965515262) + (local position: (250.9360426829866,396.3672801231104,-968.0036686307559)) + (local direction: (0.3254591670676805,0.5790422146261698,0.7475201965515262)). + Previous phys volume: 'magneticPhysical' + + Likely geometry overlap - else navigation problem ! + *** Trying to get *unstuck* using a push - expanding step to 1e-07 (mm) ... Potential overlap in geometry ! + +*** This is just a warning message. *** +-------- WWWW -------- G4Exception-END --------- WWWW ------- + + >>> Event 0 >>> Simulation truth : proton (0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 5.0086957694034 (nsec) + Hodoscope[7] 5.0086862936098 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.375725555795 (nsec) + Hodoscope[9] 43.376766892336 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.7002661311666 (nsec) --- local (x,y) 0.033096018686219, 0.18688843051518 - Layer[1] : time 8.3754201430863 (nsec) --- local (x,y) 0.017229260134009, 0.32597705161014 - Layer[2] : time 10.050574356619 (nsec) --- local (x,y) -0.012687801668717, 0.49414309367773 - Layer[3] : time 11.725728747225 (nsec) --- local (x,y) -0.042267835180755, 0.68990964282135 - Layer[4] : time 13.400883246472 (nsec) --- local (x,y) -0.099042450724786, 0.89032528331098 + Layer[0] : time 6.7002515101884 (nsec) --- local (x,y) 0.11714836451215, -0.13635154599439 + Layer[1] : time 8.375400424831 (nsec) --- local (x,y) 0.17006302533369, -0.18896823778043 + Layer[2] : time 10.050549520142 (nsec) --- local (x,y) 0.19236554372192, -0.24973322678072 + Layer[3] : time 11.725698758859 (nsec) --- local (x,y) 0.21529765827083, -0.32562153668392 + Layer[4] : time 13.400848135813 (nsec) --- local (x,y) 0.25493966859021, -0.41265118623807 Drift Chamber 2 has 5 hits. - Layer[0] : time 35.001759052462 (nsec) --- local (x,y) -147.72932964196, 2.7693915162349 - Layer[1] : time 36.679842320631 (nsec) --- local (x,y) -177.30009611045, 2.8980292304352 - Layer[2] : time 38.357925737346 (nsec) --- local (x,y) -206.87092874702, 3.0195033049359 - Layer[3] : time 40.036006426087 (nsec) --- local (x,y) -236.42739495793, 3.1252078158502 - Layer[4] : time 41.714088769682 (nsec) --- local (x,y) -265.99159563292, 3.230712982871 -EM Calorimeter has 11 hits. Total Edep is 197.93877510079 (MeV) -Hadron Calorimeter has 9 hits. Total Edep is 496.98796370241 (MeV) + Layer[0] : time 35.002755367638 (nsec) --- local (x,y) -147.32439707914, -2.4070480869524 + Layer[1] : time 36.680843350302 (nsec) --- local (x,y) -176.9414808424, -2.6184885092347 + Layer[2] : time 38.358934628387 (nsec) --- local (x,y) -206.57458022827, -2.818543950699 + Layer[3] : time 40.037022707615 (nsec) --- local (x,y) -236.19084396452, -3.0164728145326 + Layer[4] : time 41.715114114229 (nsec) --- local (x,y) -265.82291309248, -3.2534243451444 +EM Calorimeter has 46 hits. Total Edep is 2607.5709339474 (MeV) +Hadron Calorimeter has 12 hits. Total Edep is 259.61616918922 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 4 starts. ... open Root analysis file : B5.root - done --> Event 0 starts. ->>> Event 0 >>> Simulation truth : pi+ (0,0,10000) +>>> Event 0 >>> Simulation truth : pi+ (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9872691847405 (nsec) -Hodoscope 2 has 1 hits. - Hodoscope[10] 42.69678951869 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.6715985048034 (nsec) --- local (x,y) -0.12165987980389, -0.056105043382324 - Layer[0] : time 8.0005090334058 (nsec) --- local (x,y) 120.55872976003, 285.88413428493 - Layer[1] : time 8.33958160666 (nsec) --- local (x,y) -0.11564672121573, -0.12090528601761 - Layer[2] : time 10.007564715945 (nsec) --- local (x,y) -0.10319680769892, -0.19296060709233 - Layer[3] : time 11.675547817511 (nsec) --- local (x,y) -0.082674415844142, -0.22803756688892 - Layer[4] : time 13.343530919352 (nsec) --- local (x,y) -0.087043593714109, -0.25942991802217 + Hodoscope[7] 4.9872689432935 (nsec) +Hodoscope 2 has 5 hits. + Hodoscope[10] 42.69413899763 (nsec) + Hodoscope[16] 126.13427116225 (nsec) + Hodoscope[5] 279.99745125618 (nsec) + Hodoscope[6] 56.160068430279 (nsec) + Hodoscope[3] 55.736406483313 (nsec) +Drift Chamber 1 has 7 hits. + Layer[0] : time 6.6715981859636 (nsec) --- local (x,y) -0.20292947082738, 0.050862548137455 + Layer[1] : time 8.3395812038101 (nsec) --- local (x,y) -0.28858339302418, 0.07288570940768 + Layer[2] : time 10.007564251349 (nsec) --- local (x,y) -0.41322308547669, 0.076259255086687 + Layer[3] : time 11.675547290371 (nsec) --- local (x,y) -0.52252636396468, 0.086358496614532 + Layer[4] : time 13.343530327467 (nsec) --- local (x,y) -0.62312221923284, 0.072594144329612 + Layer[4] : time 13.344026863315 (nsec) --- local (x,y) -0.62315088335518, 0.072589157179621 + Layer[4] : time 13.344026863315 (nsec) --- local (x,y) -0.62315088335518, 0.072589157179621 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.368422995785 (nsec) --- local (x,y) -85.188771314839, -2.166599489153 - Layer[1] : time 36.037369058675 (nsec) --- local (x,y) -102.17769868844, -2.333427941274 - Layer[2] : time 37.706314188655 (nsec) --- local (x,y) -119.158211758, -2.5104789091031 - Layer[3] : time 39.375258173497 (nsec) --- local (x,y) -136.12845485189, -2.7001912197703 - Layer[4] : time 41.044202184471 (nsec) --- local (x,y) -153.09890670939, -2.8883861726581 -EM Calorimeter has 25 hits. Total Edep is 339.83915317331 (MeV) -Hadron Calorimeter has 12 hits. Total Edep is 450.62866939929 (MeV) + Layer[0] : time 34.366073715826 (nsec) --- local (x,y) -83.267148612568, 0.093313640184855 + Layer[1] : time 36.034956548983 (nsec) --- local (x,y) -99.692459168957, 0.11371883250547 + Layer[2] : time 37.703840516038 (nsec) --- local (x,y) -116.12806541472, 0.14637334603259 + Layer[3] : time 39.372725268679 (nsec) --- local (x,y) -132.57078091982, 0.18728133393012 + Layer[4] : time 41.041610220079 (nsec) --- local (x,y) -149.01528776443, 0.22256844936942 +EM Calorimeter has 43 hits. Total Edep is 6675.9496565692 (MeV) +Hadron Calorimeter has 11 hits. Total Edep is 31.295330554065 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 5 starts. @@ -1011,24 +1057,23 @@ Hadron Calorimeter has 12 hits. Total Edep is 450.62866939929 (MeV) >>> Event 0 >>> Simulation truth : e+ (-0,0,10000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867832329839 (nsec) + Hodoscope[7] 4.9867832244549 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.185447220732 (nsec) + Hodoscope[9] 43.182786906833 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 6.6709483781198 (nsec) --- local (x,y) -0.047105113869766, -0.16615331494088 - Layer[1] : time 8.3387688792533 (nsec) --- local (x,y) -0.075279427161224, -0.24812704045366 - Layer[2] : time 10.006589374572 (nsec) --- local (x,y) -0.060844784922981, -0.32229016250226 - Layer[3] : time 11.674409864122 (nsec) --- local (x,y) -0.046214076277897, -0.38382815602724 - Layer[4] : time 13.34223034322 (nsec) --- local (x,y) -0.030322974254476, -0.40820658149983 -Drift Chamber 2 has 6 hits. - Layer[0] : time 34.848114703369 (nsec) --- local (x,y) -148.31318103128, -0.90212303575631 - Layer[1] : time 36.518850971446 (nsec) --- local (x,y) -177.8918283954, -0.90118168933449 - Layer[2] : time 38.189591731055 (nsec) --- local (x,y) -207.49326349267, -0.92081080853881 - Layer[2] : time 38.865768347815 (nsec) --- local (x,y) -299.72284120283, 297.21410520337 - Layer[3] : time 39.860333948355 (nsec) --- local (x,y) -237.1021000025, -0.92494224337508 - Layer[4] : time 41.531078512462 (nsec) --- local (x,y) -266.72283497797, -0.93355706684421 -EM Calorimeter has 16 hits. Total Edep is 9346.9047836905 (MeV) -Hadron Calorimeter has 3 hits. Total Edep is 4.7559338815055 (MeV) + Layer[0] : time 6.6709484223499 (nsec) --- local (x,y) -0.13114054789848, 0.053280158396233 + Layer[1] : time 8.3387689639092 (nsec) --- local (x,y) -0.25613935244637, 0.11665037064438 + Layer[2] : time 10.006589509428 (nsec) --- local (x,y) -0.38290053055913, 0.18554963886359 + Layer[3] : time 11.674410080867 (nsec) --- local (x,y) -0.53891967756294, 0.25043435123513 + Layer[4] : time 13.342230660346 (nsec) --- local (x,y) -0.70498720654586, 0.30899407609406 +Drift Chamber 2 has 5 hits. + Layer[0] : time 34.845354733956 (nsec) --- local (x,y) -150.24568819303, 0.07843419559039 + Layer[1] : time 36.516117147032 (nsec) --- local (x,y) -179.95652161946, -0.0430729343988 + Layer[2] : time 38.186879476374 (nsec) --- local (x,y) -209.66695557112, -0.15713768107259 + Layer[3] : time 39.857640400921 (nsec) --- local (x,y) -239.37040892813, -0.23578217859622 + Layer[4] : time 41.528400825918 (nsec) --- local (x,y) -269.0713646173, -0.30187037440295 +EM Calorimeter has 17 hits. Total Edep is 9763.3228871895 (MeV) +Hadron Calorimeter has 1 hits. Total Edep is 0.26911938083171 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 6 starts. @@ -1037,22 +1082,29 @@ Hadron Calorimeter has 3 hits. Total Edep is 4.7559338815055 (MeV) >>> Event 0 >>> Simulation truth : proton (-0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 6.8393443260594 (nsec) + Hodoscope[7] 6.8388970224628 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 59.461934532587 (nsec) + Hodoscope[9] 59.426512303827 (nsec) Drift Chamber 1 has 5 hits. - Layer[0] : time 9.1539226930808 (nsec) --- local (x,y) 3.7941832893092, -3.3046129880656 - Layer[1] : time 11.446356701797 (nsec) --- local (x,y) 6.2152576396404, -4.120839170803 - Layer[2] : time 13.73897007013 (nsec) --- local (x,y) 8.4634149125125, -4.8344042451751 - Layer[3] : time 16.03177732119 (nsec) --- local (x,y) 10.832439792182, -5.4900866309642 - Layer[4] : time 18.324780045602 (nsec) --- local (x,y) 13.031610489928, -5.8262987810453 -Drift Chamber 2 has 5 hits. - Layer[0] : time 47.977986468955 (nsec) --- local (x,y) -132.02167305001, -1.6004997539444 - Layer[1] : time 50.278879199713 (nsec) --- local (x,y) -164.31761587692, -0.81843279604321 - Layer[2] : time 52.579896918515 (nsec) --- local (x,y) -196.31369664739, -0.046196593702274 - Layer[3] : time 54.881127434088 (nsec) --- local (x,y) -228.25549557235, 0.43092340145607 - Layer[4] : time 57.18264852484 (nsec) --- local (x,y) -260.48106487009, 0.88547993048567 -EM Calorimeter has 3 hits. Total Edep is 302.29308252001 (MeV) + Layer[0] : time 9.1532138170218 (nsec) --- local (x,y) 1.5963264847741, -2.0843883172687 + Layer[1] : time 11.445406517333 (nsec) --- local (x,y) 2.3730181798313, -2.2773395954539 + Layer[2] : time 13.737792871257 (nsec) --- local (x,y) 3.3044958038516, -2.6322749827299 + Layer[3] : time 16.030788664851 (nsec) --- local (x,y) 4.3083761438837, -3.6959886638483 + Layer[4] : time 18.324143147788 (nsec) --- local (x,y) 4.9458854000674, -5.1939623868139 +Drift Chamber 2 has 12 hits. + Layer[0] : time 47.939762951444 (nsec) --- local (x,y) -153.20802312247, -16.661816141523 + Layer[1] : time 50.241273821011 (nsec) --- local (x,y) -185.19250355654, -17.621822053202 + Layer[1] : time 50.250988373414 (nsec) --- local (x,y) -185.02508953715, -17.495152925171 + Layer[1] : time 50.251800147475 (nsec) --- local (x,y) -184.99774114762, -17.50587842985 + Layer[1] : time 50.252615923542 (nsec) --- local (x,y) -184.98181945717, -17.518960378539 + Layer[1] : time 50.253457586957 (nsec) --- local (x,y) -184.95582258957, -17.532592701197 + Layer[1] : time 50.25433926414 (nsec) --- local (x,y) -184.92820100349, -17.527354035994 + Layer[1] : time 50.255226694212 (nsec) --- local (x,y) -184.90271131178, -17.513821825766 + Layer[1] : time 50.256125449414 (nsec) --- local (x,y) -184.91505492653, -17.514889683347 + Layer[2] : time 52.542987340712 (nsec) --- local (x,y) -217.22114371742, -18.813691973097 + Layer[3] : time 54.844851408357 (nsec) --- local (x,y) -249.026461306, -20.37610032336 + Layer[4] : time 57.146873659335 (nsec) --- local (x,y) -280.39516679399, -22.263209958429 +EM Calorimeter has 1 hits. Total Edep is 301.49823117637 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done @@ -1060,47 +1112,30 @@ Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... open Root 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.0351610299737 (nsec) -Hodoscope 2 has 2 hits. - Hodoscope[10] 43.113804479999 (nsec) - Hodoscope[8] 44.914536037536 (nsec) -Drift Chamber 1 has 26 hits. - Layer[0] : time 6.7357325906443 (nsec) --- local (x,y) 0.0046331466493768, 0.042311217633998 - Layer[1] : time 8.4198030583037 (nsec) --- local (x,y) -0.084042105602844, 0.69877484516187 - Layer[2] : time 10.103876848009 (nsec) --- local (x,y) -0.058035312424322, 1.4643850730454 - Layer[3] : time 11.787952906118 (nsec) --- local (x,y) -0.15021466668723, 2.1821619534719 - Layer[3] : time 11.87121998464 (nsec) --- local (x,y) -5.8275620878167, 1.6906287258829 - Layer[3] : time 11.872661103922 (nsec) --- local (x,y) -5.8747153512203, 1.7135940865053 - Layer[3] : time 11.874058356382 (nsec) --- local (x,y) -5.9324737539357, 1.7253560727912 - Layer[3] : time 11.875524441588 (nsec) --- local (x,y) -5.9881180816636, 1.7392082650796 - Layer[3] : time 11.883657946125 (nsec) --- local (x,y) -6.2069218428111, 1.7341721747932 - Layer[3] : time 11.884454483964 (nsec) --- local (x,y) -6.1810030916114, 1.7147178251818 - Layer[3] : time 11.885260799758 (nsec) --- local (x,y) -6.1640089063813, 1.6922129839034 - Layer[3] : time 11.886060764419 (nsec) --- local (x,y) -6.1461759807805, 1.6758685814326 - Layer[3] : time 11.886874342306 (nsec) --- local (x,y) -6.1336724739439, 1.6706000883796 - Layer[3] : time 11.888072725762 (nsec) --- local (x,y) -6.123316403804, 1.6404183128435 - Layer[3] : time 11.888937663997 (nsec) --- local (x,y) -6.0912904074639, 1.6280129614526 - Layer[3] : time 11.889817650181 (nsec) --- local (x,y) -6.0617546220266, 1.621147766186 - Layer[3] : time 11.890675950937 (nsec) --- local (x,y) -6.0291100767991, 1.6271828375848 - Layer[3] : time 11.891527370142 (nsec) --- local (x,y) -5.9984410969114, 1.6295700828891 - Layer[3] : time 11.901768404954 (nsec) --- local (x,y) -5.7483480978487, 1.6152413959502 - Layer[3] : time 11.902216308784 (nsec) --- local (x,y) -5.741363943672, 1.6086024596973 - Layer[3] : time 11.902667044647 (nsec) --- local (x,y) -5.7400503107028, 1.5993497703511 - Layer[3] : time 11.903117780509 (nsec) --- local (x,y) -5.7376992549757, 1.5902290759823 - Layer[3] : time 11.90358740036 (nsec) --- local (x,y) -5.7347735887998, 1.5904664185501 - Layer[3] : time 11.904265967443 (nsec) --- local (x,y) -5.7265794880753, 1.5844234488651 - Layer[3] : time 11.905140036223 (nsec) --- local (x,y) -5.7045798052809, 1.5927210147308 - Layer[4] : time 13.472031501621 (nsec) --- local (x,y) -0.091129934710419, 2.6932173487101 + Hodoscope[7] 5.0351315339736 (nsec) +Hodoscope 2 has 1 hits. + Hodoscope[11] 43.007226522188 (nsec) +Drift Chamber 1 has 10 hits. + Layer[0] : time 6.736074911808 (nsec) --- local (x,y) -0.89996517156278, -0.61925440088022 + Layer[0] : time 6.7855899965257 (nsec) --- local (x,y) 139.70531940984, 13.053943402761 + Layer[1] : time 8.4205160875115 (nsec) --- local (x,y) -1.8893207164181, -1.357232573233 + Layer[1] : time 8.532016983012 (nsec) --- local (x,y) 292.43829261264, 9.9548502159966 + Layer[2] : time 10.104962088392 (nsec) --- local (x,y) -2.7615616323964, -2.2982642963998 + Layer[2] : time 10.266085944318 (nsec) --- local (x,y) 431.16318181277, 25.98885054088 + Layer[3] : time 11.789412337212 (nsec) --- local (x,y) -3.9119980982133, -3.1388707057076 + Layer[3] : time 11.973910436299 (nsec) --- local (x,y) 537.95279994682, 33.559964456635 + Layer[4] : time 13.473864608609 (nsec) --- local (x,y) -5.0727598998947, -3.8321130919014 + Layer[4] : time 13.689106239335 (nsec) --- local (x,y) 653.57752460761, 50.319383256785 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.704313126692 (nsec) --- local (x,y) -87.95892010678, 6.9380204783481 - Layer[1] : time 36.389528485105 (nsec) --- local (x,y) -106.02042126878, 7.2685948029438 - Layer[2] : time 38.074738084679 (nsec) --- local (x,y) -124.00924392296, 7.629837385512 - Layer[3] : time 39.759920027178 (nsec) --- local (x,y) -141.74377801888, 7.5447210982131 - Layer[4] : time 41.4451104607 (nsec) --- local (x,y) -159.50759549486, 7.1887560039802 -EM Calorimeter has 2 hits. Total Edep is 167.04622210304 (MeV) -Hadron Calorimeter has 1 hits. Total Edep is 24.334984119735 (MeV) + Layer[0] : time 34.625951755231 (nsec) --- local (x,y) -87.801154646862, -7.1427344888945 + Layer[1] : time 36.305492176082 (nsec) --- local (x,y) -99.586877276189, -5.3182902668631 + Layer[2] : time 37.985012938653 (nsec) --- local (x,y) -111.08625919221, -3.4692813386103 + Layer[3] : time 39.664568649833 (nsec) --- local (x,y) -122.99244809846, -1.5614699784504 + Layer[4] : time 41.344117889993 (nsec) --- local (x,y) -134.73397656125, 0.64053446798831 +EM Calorimeter has 1 hits. Total Edep is 164.00742210458 (MeV) +Hadron Calorimeter has 3 hits. Total Edep is 26.482546789182 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done ### Run 8 starts. @@ -1109,23 +1144,22 @@ Hadron Calorimeter has 1 hits. Total Edep is 24.334984119735 (MeV) >>> Event 0 >>> Simulation truth : e+ (0,0,1000) Hodoscope 1 has 1 hits. - Hodoscope[7] 4.9867894836812 (nsec) + Hodoscope[7] 4.9867859207693 (nsec) Hodoscope 2 has 1 hits. - Hodoscope[9] 43.214554722763 (nsec) -Drift Chamber 1 has 6 hits. - Layer[0] : time 6.6709740854852 (nsec) --- local (x,y) 0.75139813256988, -0.60177074791516 - Layer[0] : time 7.2744084079382 (nsec) --- local (x,y) -93.302569246477, -21.032846065005 - Layer[1] : time 8.338812034741 (nsec) --- local (x,y) 1.7207540265746, -2.672336758327 - Layer[2] : time 10.006646178304 (nsec) --- local (x,y) 2.8652096924268, -4.3300748556807 - Layer[3] : time 11.674476600816 (nsec) --- local (x,y) 3.8719016426619, -5.7320750254706 - Layer[4] : time 13.342309426357 (nsec) --- local (x,y) 4.8650098034467, -7.3790681319508 + Hodoscope[9] 43.199285597455 (nsec) +Drift Chamber 1 has 5 hits. + Layer[0] : time 6.6709593413831 (nsec) --- local (x,y) 0.73434475533621, 2.5566605982348 + Layer[1] : time 8.3387884912234 (nsec) --- local (x,y) 1.8418367967083, 3.7238511628319 + Layer[2] : time 10.006621853493 (nsec) --- local (x,y) 3.361512297373, 4.968187271021 + Layer[3] : time 11.674452456398 (nsec) --- local (x,y) 4.5408807803748, 6.2489457839785 + Layer[4] : time 13.34227960022 (nsec) --- local (x,y) 5.6272994126665, 7.1359034512623 Drift Chamber 2 has 5 hits. - Layer[0] : time 34.872663400216 (nsec) --- local (x,y) -156.86768016729, -26.150638511157 - Layer[1] : time 36.544392373992 (nsec) --- local (x,y) -191.10485395828, -27.110850851168 - Layer[2] : time 38.216011499467 (nsec) --- local (x,y) -224.85609142266, -28.07954021577 - Layer[3] : time 39.887627211341 (nsec) --- local (x,y) -258.60053095112, -28.702414800857 - Layer[4] : time 41.559261595824 (nsec) --- local (x,y) -292.42529949164, -29.454527507421 -EM Calorimeter has 7 hits. Total Edep is 941.22386557475 (MeV) + Layer[0] : time 34.859405624665 (nsec) --- local (x,y) -148.81293524047, 21.129203552863 + Layer[1] : time 36.53054939466 (nsec) --- local (x,y) -180.36365041304, 22.486468209626 + Layer[2] : time 38.201801383585 (nsec) --- local (x,y) -212.42764594016, 23.782525521428 + Layer[3] : time 39.873072245322 (nsec) --- local (x,y) -244.57580168089, 25.184199988755 + Layer[4] : time 41.544370003997 (nsec) --- local (x,y) -276.85578349368, 26.426303559709 +EM Calorimeter has 7 hits. Total Edep is 984.67520392772 (MeV) Hadron Calorimeter has 0 hits. Total Edep is 0 (MeV) ... write Root file : B5.root - done ... close Root file : B5.root - done diff --git a/examples/basic/History b/examples/basic/History index 1528f680dcd..605c279da77 100644 --- a/examples/basic/History +++ b/examples/basic/History @@ -15,7 +15,7 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -24/01/20, A. Zaborowska (exbasic-V10-05-01) +24/01/20, A. Zaborowska (exbasic-V10-06-00) - Fix suggested in macros command /run/numberOfThreads 31/01/19, I.Hrivnacova (exbasic-V10-05-00) diff --git a/examples/extended/analysis/AnaEx01/AnaEx01.out b/examples/extended/analysis/AnaEx01/AnaEx01.out index c20a9b68a30..47ac4a00e28 100644 --- a/examples/extended/analysis/AnaEx01/AnaEx01.out +++ b/examples/extended/analysis/AnaEx01/AnaEx01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -53,20 +53,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -79,6 +79,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -86,6 +89,9 @@ Registered filter factories: 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 @@ -498,31 +504,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -530,11 +536,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -544,11 +550,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -558,11 +564,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -572,11 +578,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -586,11 +592,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -600,11 +606,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -613,12 +619,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -638,7 +644,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -734,17 +741,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -764,6 +785,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -800,20 +822,20 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Run------------------------------ - mean Energy in Absorber : 454.443 MeV +- 13.0057 MeV - mean Energy in Gap : 24.2971 MeV +- 7.04504 MeV + mean Energy in Absorber : 453.814 MeV +- 12.6767 MeV + mean Energy in Gap : 23.9168 MeV +- 6.98106 MeV - mean trackLength in Absorber : 32.732 cm +- 1.0159 cm - mean trackLength in Gap : 12.0539 cm +- 3.63363 cm + mean trackLength in Absorber : 32.6945 cm +- 9.87423 mm + mean trackLength in Gap : 11.8371 cm +- 3.57806 cm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 454.443 MeV rms = 13.0057 MeV -EGap: mean = 24.2971 MeV rms = 7.04504 MeV -LAbs: mean = 32.732 cm rms = 1.0159 cm -LGap: mean = 12.0539 cm rms = 3.63363 cm +EAbs: mean = 453.814 MeV rms = 12.6767 MeV +EGap: mean = 23.9168 MeV rms = 6.98106 MeV +LAbs: mean = 32.6945 cm rms = 9.87423 mm +LGap: mean = 11.8371 cm rms = 3.57806 cm ... write Root file : AnaEx01.root - done ... close Root file : AnaEx01.root - done @@ -1210,20 +1232,20 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 --------------------End of Run------------------------------ - mean Energy in Absorber : 202.521 MeV +- 0 eV - mean Energy in Gap : 47.9009 MeV +- 0 eV + mean Energy in Absorber : 149.44 MeV +- 0 eV + mean Energy in Gap : 37.341 MeV +- 0 eV - mean trackLength in Absorber : 49.5178 cm +- 0 fm - mean trackLength in Gap : 24.943 cm +- 0 fm + mean trackLength in Absorber : 37.7896 cm +- 0 fm + mean trackLength in Gap : 18.4465 cm +- 0 fm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 202.521 MeV rms = 0 eV -EGap: mean = 47.9009 MeV rms = 0 eV -LAbs: mean = 49.5178 cm rms = 0 fm -LGap: mean = 24.943 cm rms = 0 fm +EAbs: mean = 149.44 MeV rms = 0 eV +EGap: mean = 37.341 MeV rms = 0 eV +LAbs: mean = 37.7896 cm rms = 0 fm +LGap: mean = 18.4465 cm rms = 0 fm ... write Root file : AnaEx01.root - done ... close Root file : AnaEx01.root - done diff --git a/examples/extended/analysis/AnaEx02/AnaEx02.out b/examples/extended/analysis/AnaEx02/AnaEx02.out index 2b3e8a788ca..f9f278108a1 100644 --- a/examples/extended/analysis/AnaEx02/AnaEx02.out +++ b/examples/extended/analysis/AnaEx02/AnaEx02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -65,20 +65,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -91,6 +91,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -98,6 +101,9 @@ Registered filter factories: 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 @@ -498,31 +504,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -530,11 +536,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -544,11 +550,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -558,11 +564,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -572,11 +578,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -586,11 +592,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -600,11 +606,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -613,12 +619,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -638,7 +644,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -734,17 +741,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -764,6 +785,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -799,20 +821,20 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Run------------------------------ - mean Energy in Absorber : 454.443 MeV +- 13.0057 MeV - mean Energy in Gap : 24.2971 MeV +- 7.04504 MeV + mean Energy in Absorber : 453.814 MeV +- 12.6767 MeV + mean Energy in Gap : 23.9168 MeV +- 6.98106 MeV - mean trackLength in Absorber : 32.732 cm +- 1.0159 cm - mean trackLength in Gap : 12.0539 cm +- 3.63363 cm + mean trackLength in Absorber : 32.6945 cm +- 9.87423 mm + mean trackLength in Gap : 11.8371 cm +- 3.57806 cm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 454.443 MeV rms = 13.0057 MeV -EGap: mean = 24.2971 MeV rms = 7.04504 MeV -LAbs: mean = 32.732 cm rms = 1.0159 cm -LGap: mean = 12.0539 cm rms = 3.63363 cm +EAbs: mean = 453.814 MeV rms = 12.6767 MeV +EGap: mean = 23.9168 MeV rms = 6.98106 MeV +LAbs: mean = 32.6945 cm rms = 9.87423 mm +LGap: mean = 11.8371 cm rms = 3.57806 cm ----> Histograms and ntuples are saved @@ -1206,20 +1228,20 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 --------------------End of Run------------------------------ - mean Energy in Absorber : 202.521 MeV +- 0 eV - mean Energy in Gap : 47.9009 MeV +- 0 eV + mean Energy in Absorber : 149.44 MeV +- 0 eV + mean Energy in Gap : 37.341 MeV +- 0 eV - mean trackLength in Absorber : 49.5178 cm +- 0 fm - mean trackLength in Gap : 24.943 cm +- 0 fm + mean trackLength in Absorber : 37.7896 cm +- 0 fm + mean trackLength in Gap : 18.4465 cm +- 0 fm ------------------------------------------------------------ ----> print histograms statistic -EAbs: mean = 202.521 MeV rms = 0 eV -EGap: mean = 47.9009 MeV rms = 0 eV -LAbs: mean = 49.5178 cm rms = 0 fm -LGap: mean = 24.943 cm rms = 0 fm +EAbs: mean = 149.44 MeV rms = 0 eV +EGap: mean = 37.341 MeV rms = 0 eV +LAbs: mean = 37.7896 cm rms = 0 fm +LGap: mean = 18.4465 cm rms = 0 fm ----> Histograms and ntuples are saved diff --git a/examples/extended/analysis/B1Con/exampleB01Con.out b/examples/extended/analysis/B1Con/exampleB01Con.out index 2ce41fd6b89..c08ee6966ed 100644 --- a/examples/extended/analysis/B1Con/exampleB01Con.out +++ b/examples/extended/analysis/B1Con/exampleB01Con.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,20 +22,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -48,6 +48,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -55,6 +58,9 @@ Registered filter factories: 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 @@ -467,7 +473,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -479,7 +485,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -492,11 +498,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -506,11 +512,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -520,11 +526,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -534,11 +540,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -548,11 +554,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -562,11 +568,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -575,7 +581,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -600,7 +606,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -697,12 +704,26 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -727,9 +748,10 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 -Electron internal conversion ID 0 +Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 @@ -759,53 +781,53 @@ See commands in /vis/modeling/trajectories/ for other options. ---> Begin of event: 900 G4ConvergenceTester Output Result of DOSE_TALLY - EFFICIENCY = 0.177 - MEAN = 4.07415e-14 - VAR = 1.46063e-26 - SD = 1.20856e-13 - R = 0.0938064 - SHIFT = 1.8486e-13 - VOV = 0.0101042 - FOM = 2841.02 -THE LARGEST SCORE = 5.55155e-13 and it happened at 301th event - Affected Mean = 4.12554e-14 and its ratio to original is 1.01261 - Affected VAR = 1.4856e-26 and its ratio to original is 1.0171 - Affected R = 0.0933799 and its ratio to original is 0.995453 - Affected SHIFT = 1.85377e-13 and its ratio to original is 1.0028 - Affected FOM = 2841.02 and its ratio to original is 1 -MEAN distribution is not RANDOM + EFFICIENCY = 0.183 + MEAN = 4.51187e-14 + VAR = 1.62192e-26 + SD = 1.27355e-13 + R = 0.0892602 + SHIFT = 1.81003e-13 + VOV = 0.00872467 + FOM = 2091.86 +THE LARGEST SCORE = 5.45677e-13 and it happened at 548th event + Affected Mean = 4.56188e-14 and its ratio to original is 1.01108 + Affected VAR = 1.64533e-26 and its ratio to original is 1.01443 + Affected R = 0.0888721 and its ratio to original is 0.995652 + Affected SHIFT = 1.81308e-13 and its ratio to original is 1.00168 + Affected FOM = 2091.86 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.0938064 +r is less than 0.1. r = 0.0892602 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 2.50792e-14 1.00595e-26 1.00297e-13 0.503854 0.281232 98.4761 2.03944e-13 0.126984 0.109127 0.140712 - 2 124 2.30481e-14 7.75936e-27 8.80872e-14 0.341839 0.154301 213.942 1.83866e-13 0.128 0.0545 0.0614194 - 3 187 3.70096e-14 1.32562e-26 1.15136e-13 0.226891 0.0593771 485.631 1.83797e-13 0.159574 0.0280142 0.0231914 - 4 249 3.59393e-14 1.27905e-26 1.13095e-13 0.199024 0.046657 631.146 1.84952e-13 0.16 0.021 0.018452 - 5 312 3.56909e-14 1.2925e-26 1.13688e-13 0.180047 0.0378769 771.2 1.87681e-13 0.159744 0.0168051 0.0155083 - 6 374 3.57526e-14 1.31305e-26 1.14588e-13 0.165507 0.0313673 912.652 1.88973e-13 0.157333 0.0142825 0.0130372 - 7 437 3.61659e-14 1.3261e-26 1.15156e-13 0.152143 0.0263568 1080.03 1.88657e-13 0.166667 0.0114155 0.0116792 - 8 499 3.60489e-14 1.31001e-26 1.14456e-13 0.141991 0.0229398 1240 1.87072e-13 0.168 0.00990476 0.0102163 - 9 562 3.69868e-14 1.35152e-26 1.16255e-13 0.132468 0.0201397 1424.69 1.88864e-13 0.170515 0.00864047 0.00887608 - 10 624 3.78317e-14 1.36198e-26 1.16704e-13 0.123393 0.017751 1641.95 1.8707e-13 0.1728 0.00765926 0.00754221 - 11 687 3.87338e-14 1.41427e-26 1.18923e-13 0.117053 0.0156293 1824.64 1.88078e-13 0.168605 0.0071672 0.00651422 - 12 749 3.91385e-14 1.4111e-26 1.1879e-13 0.110827 0.014105 2035.41 1.85986e-13 0.169333 0.00654068 0.00572546 - 13 812 3.86662e-14 1.38833e-26 1.17827e-13 0.106873 0.0131995 2188.78 1.85837e-13 0.169742 0.00601636 0.00539148 - 14 874 3.88295e-14 1.39614e-26 1.18158e-13 0.102872 0.0122138 2362.34 1.8602e-13 0.170286 0.00556855 0.00500207 - 15 937 4.03658e-14 1.43534e-26 1.19806e-13 0.0969087 0.0108248 2662.04 1.83454e-13 0.175906 0.00499451 0.00438677 - 16 999 4.07415e-14 1.46063e-26 1.20856e-13 0.0938064 0.0101042 2841.02 1.8486e-13 0.177 0.00464972 0.00414113 + 1 62 5.69479e-14 1.89462e-26 1.37645e-13 0.304518 0.104968 179.731 1.64797e-13 0.222222 0.0555556 0.0357037 + 2 124 5.87962e-14 2.02755e-26 1.42392e-13 0.216612 0.0459599 355.21 1.63432e-13 0.208 0.0304615 0.0160837 + 3 187 5.18731e-14 1.88947e-26 1.37458e-13 0.193263 0.0386885 446.223 1.78758e-13 0.191489 0.0224586 0.0146933 + 4 249 5.71229e-14 2.08688e-26 1.4446e-13 0.159944 0.0261199 651.494 1.77164e-13 0.2 0.016 0.00947988 + 5 312 5.35407e-14 1.9449e-26 1.3946e-13 0.147229 0.0229338 768.887 1.79066e-13 0.191693 0.0134718 0.00813531 + 6 374 4.95449e-14 1.82308e-26 1.35022e-13 0.140731 0.0209222 841.533 1.82063e-13 0.186667 0.011619 0.00813325 + 7 437 5.17856e-14 1.87494e-26 1.36929e-13 0.126342 0.0167059 1044.13 1.7796e-13 0.194064 0.0094816 0.00644426 + 8 499 4.9677e-14 1.79468e-26 1.33966e-13 0.120602 0.0153676 1145.89 1.78511e-13 0.188 0.0086383 0.00587739 + 9 562 4.7757e-14 1.72812e-26 1.31458e-13 0.11601 0.0143126 1238.39 1.79434e-13 0.182948 0.00793254 0.0055019 + 10 624 4.90168e-14 1.7609e-26 1.32699e-13 0.108288 0.0126029 1421.3 1.78721e-13 0.1888 0.00687458 0.00483305 + 11 687 5.01267e-14 1.80129e-26 1.34212e-13 0.102077 0.011144 1599.53 1.78415e-13 0.196221 0.00595392 0.00445067 + 12 749 4.87848e-14 1.73539e-26 1.31734e-13 0.0986014 0.0105946 1714.28 1.78062e-13 0.196 0.00546939 0.00423989 + 13 812 4.77853e-14 1.71614e-26 1.31002e-13 0.0961473 0.0099899 1802.91 1.79434e-13 0.190652 0.0052216 0.00401134 + 14 874 4.71515e-14 1.69692e-26 1.30266e-13 0.0933968 0.00944027 1910.66 1.80087e-13 0.189714 0.00488124 0.00383176 + 15 937 4.55234e-14 1.63593e-26 1.27903e-13 0.0917373 0.00920023 1980.42 1.80741e-13 0.184435 0.00471425 0.00369252 + 16 999 4.51187e-14 1.62192e-26 1.27355e-13 0.0892602 0.00872467 2091.86 1.81003e-13 0.183 0.00446448 0.00349494 --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV - Dose in scoring volume : 40.7415 picoGy +- 3.81991 picoGy + Dose in scoring volume : 45.1187 picoGy +- 4.02529 picoGy ------------------------------------------------------------ ### Run 1 start. @@ -831,24 +853,24 @@ i/16 till_ith mean var sd r vov ---> Begin of event: 900 G4ConvergenceTester Output Result of DOSE_TALLY - EFFICIENCY = 0.625 - MEAN = 4.94027e-12 - VAR = 2.09926e-23 - SD = 4.58177e-12 - R = 0.029328 - SHIFT = 1.03344e-13 - VOV = 0.000183764 - FOM = 3875.38 -THE LARGEST SCORE = 1.06712e-11 and it happened at 582th event - Affected Mean = 4.946e-12 and its ratio to original is 1.00116 - Affected VAR = 2.10044e-23 and its ratio to original is 1.00056 - Affected R = 0.0292876 and its ratio to original is 0.998624 - Affected SHIFT = 9.90792e-14 and its ratio to original is 0.958735 - Affected FOM = 3875.38 and its ratio to original is 1 + EFFICIENCY = 0.635 + MEAN = 5.14496e-12 + VAR = 2.13357e-23 + SD = 4.61906e-12 + R = 0.0283904 + SHIFT = -9.70653e-14 + VOV = 0.000164761 + FOM = 1159.51 +THE LARGEST SCORE = 1.07769e-11 and it happened at 790th event + Affected Mean = 5.15058e-12 and its ratio to original is 1.00109 + Affected VAR = 2.1346e-23 and its ratio to original is 1.00049 + Affected R = 0.0283521 and its ratio to original is 0.998651 + Affected SHIFT = -1.01172e-13 and its ratio to original is 1.04231 + Affected FOM = 1159.51 and its ratio to original is 1 MEAN distribution is not RANDOM r follows 1/std::sqrt(N) r is monotonically decrease -r is less than 0.1. r = 0.029328 +r is less than 0.1. r = 0.0283904 VOV follows 1/std::sqrt(N) VOV is monotonically decrease FOM distribution is not RANDOM @@ -858,26 +880,26 @@ This result passes 5 / 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 6.53175e-12 2.03034e-23 4.50593e-12 0.086913 0.00844893 441.275 -1.33549e-12 0.746032 0.00540358 0.00203038 - 2 124 5.55112e-12 2.14558e-23 4.63204e-12 0.074634 0.00160675 598.419 -3.82306e-13 0.696 0.00349425 0.00203142 - 3 187 5.30738e-12 2.14919e-23 4.63594e-12 0.0637058 0.000927957 821.337 -1.83031e-13 0.659574 0.00274537 0.00129147 - 4 249 5.15024e-12 2.1194e-23 4.60369e-12 0.0565339 0.000744103 1042.94 -6.1484e-14 0.652 0.00213497 0.00104833 - 5 312 4.92129e-12 2.11952e-23 4.60382e-12 0.0528771 0.00058703 1192.19 1.18743e-13 0.623003 0.00193332 0.000853736 - 6 374 4.80695e-12 2.13467e-23 4.62025e-12 0.0496341 0.000466755 1353.07 2.18457e-13 0.610667 0.00170015 0.000756827 - 7 437 4.85114e-12 2.12678e-23 4.6117e-12 0.0454234 0.00039924 1615.54 1.71454e-13 0.614155 0.00143437 0.000624212 - 8 499 4.9838e-12 2.12165e-23 4.60614e-12 0.0413325 0.000351382 1951.17 6.05528e-14 0.626 0.00119489 0.000510069 - 9 562 4.95828e-12 2.11699e-23 4.60107e-12 0.0391087 0.000316496 2179.37 9.05158e-14 0.625222 0.00106471 0.000462066 - 10 624 4.90925e-12 2.11716e-23 4.60126e-12 0.0374906 0.000284661 2371.56 1.30639e-13 0.6208 0.00097732 0.000425973 - 11 687 4.91322e-12 2.10675e-23 4.58993e-12 0.035616 0.000265223 2627.77 1.32122e-13 0.625 0.000872093 0.000394565 - 12 749 4.93466e-12 2.10863e-23 4.59198e-12 0.0339791 0.000241165 2887.05 1.11607e-13 0.626667 0.000794326 0.000358714 - 13 812 4.97294e-12 2.11467e-23 4.59855e-12 0.0324312 0.000217963 3169.22 7.78309e-14 0.627306 0.000730772 0.000319718 - 14 874 4.93456e-12 2.11313e-23 4.59688e-12 0.0314927 0.000202117 3360.92 1.14236e-13 0.624 0.000688645 0.000302015 - 15 937 4.94008e-12 2.10537e-23 4.58843e-12 0.0303269 0.00019276 3624.29 1.08153e-13 0.626866 0.000634582 0.000284159 - 16 999 4.94027e-12 2.09926e-23 4.58177e-12 0.029328 0.000183764 3875.38 1.03344e-13 0.625 0.0006 0.000259271 + 1 62 4.06696e-12 2.08244e-23 4.56337e-12 0.141366 0.00497919 46.7654 8.68644e-13 0.52381 0.01443 0.00523719 + 2 124 4.69201e-12 2.16925e-23 4.65752e-12 0.0887853 0.00126154 118.559 3.17884e-13 0.584 0.00569863 0.00212114 + 3 187 4.90719e-12 2.13484e-23 4.62043e-12 0.0686706 0.000848507 198.187 1.32292e-13 0.62766 0.00315543 0.00153514 + 4 249 4.93084e-12 2.1369e-23 4.62266e-12 0.0592927 0.000645691 265.836 1.00732e-13 0.628 0.00236943 0.00113214 + 5 312 5.11497e-12 2.14231e-23 4.62851e-12 0.0511477 0.000515882 357.243 -6.28894e-14 0.642173 0.00178024 0.000827492 + 6 374 5.08663e-12 2.13819e-23 4.62406e-12 0.0469437 0.00043953 424.094 -2.73376e-14 0.64 0.0015 0.000697834 + 7 437 5.10279e-12 2.15696e-23 4.6443e-12 0.0434886 0.000350757 494.157 -4.99938e-14 0.639269 0.00128832 0.00059862 + 8 499 5.11133e-12 2.16605e-23 4.65409e-12 0.0407207 0.000299299 563.618 -6.94908e-14 0.63 0.0011746 0.000480258 + 9 562 5.0492e-12 2.14282e-23 4.62906e-12 0.0386381 0.000282423 626.015 -1.62212e-14 0.628774 0.00104866 0.000441592 + 10 624 5.11934e-12 2.14353e-23 4.62983e-12 0.0361752 0.000258651 714.158 -7.84205e-14 0.632 0.000931646 0.000374905 + 11 687 5.16249e-12 2.13357e-23 4.61906e-12 0.0341115 0.00024384 803.184 -1.18682e-13 0.638081 0.000824416 0.000337485 + 12 749 5.19529e-12 2.13729e-23 4.62309e-12 0.0324931 0.000221215 885.183 -1.48593e-13 0.641333 0.000745669 0.000308728 + 13 812 5.18032e-12 2.12478e-23 4.60954e-12 0.0312073 0.000208488 959.633 -1.30774e-13 0.643296 0.000682034 0.000290661 + 14 874 5.14851e-12 2.1225e-23 4.60706e-12 0.0302509 0.00019327 1021.27 -1.00706e-13 0.64 0.000642857 0.000271213 + 15 937 5.14102e-12 2.12664e-23 4.61155e-12 0.0292884 0.000177807 1089.49 -9.28526e-14 0.637527 0.000606143 0.000250754 + 16 999 5.14496e-12 2.13357e-23 4.61906e-12 0.0283904 0.000164761 1159.51 -9.70653e-14 0.635 0.000574803 0.000230406 --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 4.94027 nanoGy +- 144.816 picoGy + Dose in scoring volume : 5.14496 nanoGy +- 145.994 picoGy ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/extended/biasing/B01/exampleB01.out b/examples/extended/biasing/B01/exampleB01.out index 748b22b9526..3adf355ed5f 100644 --- a/examples/extended/biasing/B01/exampleB01.out +++ b/examples/extended/biasing/B01/exampleB01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -28,10 +28,7 @@ G4IStore:: Creating new MASS IStore G4GeometrySampler:: preparing importance sampling WorldName is G4ImportanceConfigurator:: setting world name: G4ImportanceConfigurator:: entering importance configure, paraflag 0 - - - -G4ImportanceProcess:: Creating +### G4ImportanceProcess:: Creating G4ImportanceProcess:: importance process paraflag is: 0 === G4ProcessPlacer::AddProcessAsSecondDoIt: for: neutron Modifying Process Order for ProcessName: ImportanceProcess @@ -492,31 +489,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -524,11 +521,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -538,11 +535,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -552,11 +549,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -566,11 +563,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -580,11 +577,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -594,11 +591,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -607,12 +604,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -632,7 +629,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -728,17 +726,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -758,6 +770,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -782,24 +795,24 @@ Upload data before 1st event for Z < 9 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 47 | 137 | 47 | 47 | 0.0231103 | 2.52137 | 1 | 7755.07 | 7755.07 | 30155.3 | 19553.4 | 696.9 | - cell_01 | 142 | 178 | 554 | 554 | 0.0356462 | 4.60521 | 1 | 25304.2 | 25304.2 | 91180.4 | 116531 | 3250.24 | - cell_02 | 152 | 249 | 1196 | 598 | 0.0105121 | 3.17953 | 0.5 | 43691 | 21845.5 | 198724 | 69458.6 | 2089.01 | - cell_03 | 202 | 320 | 1813 | 453.25 | 0.00851466 | 2.48033 | 0.25 | 61408.6 | 15352.2 | 145668 | 38078.4 | 1240.32 | - cell_04 | 244 | 364 | 2199 | 274.875 | 0.00516385 | 1.90721 | 0.125 | 69188.3 | 8648.53 | 112419 | 16494.6 | 580.516 | - cell_05 | 272 | 388 | 2363 | 147.688 | 0.00502514 | 1.67212 | 0.0625 | 74689.4 | 4668.09 | 58390.6 | 7805.6 | 293.421 | - cell_06 | 295 | 430 | 2964 | 92.625 | 0.00351608 | 1.31549 | 0.03125 | 89118.2 | 2784.94 | 41903.7 | 3663.56 | 147.337 | - cell_07 | 285 | 401 | 2357 | 36.8281 | 0.00330021 | 1.27854 | 0.015625 | 72766.8 | 1136.98 | 18012.6 | 1453.67 | 59.4454 | - cell_08 | 270 | 380 | 2567 | 20.0547 | 0.00303897 | 1.25659 | 0.0078125 | 76992.1 | 601.501 | 10438 | 755.84 | 31.7206 | - cell_09 | 268 | 391 | 2631 | 10.2773 | 0.00239663 | 0.973581 | 0.00390625 | 72728 | 284.094 | 5167.35 | 276.588 | 12.3842 | - cell_10 | 248 | 333 | 2308 | 4.50781 | 0.00250615 | 0.954815 | 0.00195312 | 68603.2 | 133.991 | 2275.09 | 127.936 | 5.70173 | - cell_11 | 221 | 315 | 2204 | 2.15234 | 0.00261613 | 0.932994 | 0.000976562 | 61020 | 59.5899 | 947.045 | 55.597 | 2.47759 | - cell_12 | 179 | 251 | 1745 | 0.852051 | 0.00146139 | 1.01614 | 0.000488281 | 49189.5 | 24.0183 | 708.872 | 24.4059 | 1.03594 | - cell_13 | 172 | 238 | 1614 | 0.394043 | 0.00256443 | 1.03702 | 0.000244141 | 45555.7 | 11.122 | 200.858 | 11.5337 | 0.515085 | - cell_14 | 161 | 227 | 1430 | 0.174561 | 0.00253266 | 0.788155 | 0.00012207 | 40962.1 | 5.00025 | 82.0212 | 3.94097 | 0.207732 | - cell_15 | 137 | 191 | 1333 | 0.0813599 | 0.00207914 | 0.746957 | 6.10352e-05 | 37276.9 | 2.2752 | 42.0435 | 1.69948 | 0.0874145 | - cell_16 | 124 | 186 | 1369 | 0.0417786 | 0.00177029 | 0.687086 | 3.05176e-05 | 35808.4 | 1.09279 | 21.642 | 0.750838 | 0.0383125 | - cell_17 | 99 | 141 | 1094 | 0.0166931 | 0.00205567 | 0.760089 | 1.52588e-05 | 29055.7 | 0.443355 | 8.50047 | 0.33699 | 0.0174742 | - cell_18 | 46 | 83 | 575 | 0.0043869 | 0.00220236 | 0.617199 | 7.62939e-06 | 16138.7 | 0.123128 | 2.04247 | 0.0759947 | 0.00449826 | - cell_19 | 30 | 30 | 30 | 0.000228882 | 0.00584121 | 1.00379 | 7.62939e-06 | 5374.34 | 0.041003 | 0.386612 | 0.0411582 | 0.00225829 | + cell_00 | 41 | 133 | 41 | 41 | 0.0114742 | 2.61935 | 1 | 8262.39 | 8262.39 | 70568.4 | 21642.1 | 809.715 | + cell_01 | 155 | 184 | 683 | 683 | 0.0144468 | 4.03984 | 1 | 27030.6 | 27030.6 | 215900 | 109199 | 3119.07 | + cell_02 | 171 | 279 | 1149 | 574.5 | 0.0107531 | 2.83452 | 0.5 | 43565.9 | 21783 | 180926 | 61744.3 | 1945.51 | + cell_03 | 231 | 368 | 1950 | 487.5 | 0.00625326 | 2.02264 | 0.25 | 64350.4 | 16087.6 | 179636 | 32539.4 | 1123.31 | + cell_04 | 282 | 429 | 2405 | 300.625 | 0.00516999 | 1.83522 | 0.125 | 76018 | 9502.24 | 117936 | 17438.7 | 609.73 | + cell_05 | 320 | 471 | 2855 | 178.438 | 0.00294789 | 1.61307 | 0.0625 | 87607.6 | 5475.47 | 107096 | 8832.31 | 315.706 | + cell_06 | 308 | 471 | 3096 | 96.75 | 0.00379788 | 1.50745 | 0.03125 | 91203 | 2850.09 | 42529 | 4296.37 | 161.52 | + cell_07 | 249 | 394 | 2471 | 38.6094 | 0.0040252 | 1.65785 | 0.015625 | 74738.5 | 1167.79 | 17361.5 | 1936.02 | 69.8835 | + cell_08 | 248 | 384 | 2261 | 17.6641 | 0.0042407 | 1.78337 | 0.0078125 | 70670.7 | 552.115 | 8136.45 | 984.626 | 34.5042 | + cell_09 | 270 | 417 | 2486 | 9.71094 | 0.00470181 | 1.47427 | 0.00390625 | 79129.1 | 309.098 | 3783.55 | 455.695 | 17.7895 | + cell_10 | 283 | 432 | 2626 | 5.12891 | 0.00329161 | 1.27387 | 0.00195312 | 80575.3 | 157.374 | 2497.6 | 200.473 | 8.22112 | + cell_11 | 286 | 415 | 2621 | 2.55957 | 0.0028286 | 1.22342 | 0.000976562 | 77774.4 | 75.9516 | 1310.57 | 92.9207 | 3.70707 | + cell_12 | 302 | 442 | 2666 | 1.30176 | 0.00355503 | 1.36986 | 0.000488281 | 81187.3 | 39.6422 | 605.589 | 54.3044 | 2.15289 | + cell_13 | 320 | 452 | 2689 | 0.656494 | 0.00393935 | 1.44469 | 0.000244141 | 82724.1 | 20.1963 | 281.613 | 29.1775 | 1.10937 | + cell_14 | 340 | 479 | 3022 | 0.368896 | 0.00290785 | 1.27517 | 0.00012207 | 90343.9 | 11.0283 | 190.088 | 14.0629 | 0.552749 | + cell_15 | 337 | 486 | 3229 | 0.197083 | 0.00269503 | 1.09119 | 6.10352e-05 | 93652.9 | 5.71612 | 97.7005 | 6.23735 | 0.263306 | + cell_16 | 307 | 434 | 2925 | 0.0892639 | 0.0031072 | 1.00337 | 3.05176e-05 | 85343.9 | 2.60449 | 38.4399 | 2.61327 | 0.11944 | + cell_17 | 252 | 364 | 2587 | 0.0394745 | 0.00255044 | 0.856081 | 1.52588e-05 | 73062.5 | 1.11485 | 17.7082 | 0.954398 | 0.0451635 | + cell_18 | 155 | 290 | 1860 | 0.0141907 | 0.00228971 | 1.04296 | 7.62939e-06 | 50860 | 0.388031 | 7.65438 | 0.404702 | 0.0175263 | + cell_19 | 93 | 93 | 93 | 0.000709534 | 0.0078078 | 1.72125 | 7.62939e-06 | 14984.9 | 0.114326 | 0.978376 | 0.196783 | 0.00763896 | ============================================= diff --git a/examples/extended/biasing/B02/exampleB02.out b/examples/extended/biasing/B02/exampleB02.out index 0f6921d96cb..ab69bcebcbd 100644 --- a/examples/extended/biasing/B02/exampleB02.out +++ b/examples/extended/biasing/B02/exampleB02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -33,10 +33,7 @@ G4IStore:: Creating new Parallel IStore ParallelBiasingWorld G4GeometrySampler:: preparing importance sampling WorldName is G4ImportanceConfigurator:: setting world name: G4ImportanceConfigurator:: entering importance configure, paraflag 1 - - - -G4ImportanceProcess:: Creating +### G4ImportanceProcess:: Creating G4ImportanceProcess:: importance process paraflag is: 1 @@ -519,31 +516,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -551,11 +548,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -565,11 +562,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -579,11 +576,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -593,11 +590,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -607,11 +604,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -621,11 +618,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -634,12 +631,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -659,7 +656,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -755,17 +753,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -785,6 +797,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -809,24 +822,24 @@ Upload data before 1st event for Z < 9 ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 45 | 137 | 0 | 0 | 0.066972 | 3.36739 | 1 | 9160.5 | 9160.5 | 14380.3 | 30846.9 | 963.08 | - cell_01 | 142 | 179 | 545 | 545 | 0.0277374 | 4.27835 | 1 | 23447.9 | 23447.9 | 102191 | 100318 | 2834.51 | - cell_02 | 145 | 239 | 1032 | 516 | 0.0118914 | 2.99122 | 0.5 | 41602.7 | 20801.4 | 167129 | 62221.5 | 1987.4 | - cell_03 | 209 | 315 | 1808 | 452 | 0.00821041 | 1.94088 | 0.25 | 59911.5 | 14977.9 | 127949 | 29070.3 | 1050.51 | - cell_04 | 273 | 379 | 2568 | 321 | 0.00392332 | 1.33351 | 0.125 | 75062 | 9382.75 | 125038 | 12512 | 490.562 | - cell_05 | 296 | 446 | 2864 | 179 | 0.00274665 | 1.19781 | 0.0625 | 85143.2 | 5321.45 | 94230.6 | 6374.09 | 258.818 | - cell_06 | 249 | 358 | 2290 | 71.5625 | 0.00247751 | 0.989118 | 0.03125 | 67307.9 | 2103.37 | 36173.6 | 2080.48 | 89.6205 | - cell_07 | 215 | 306 | 1965 | 30.7031 | 0.00240697 | 0.961914 | 0.015625 | 57727.7 | 901.995 | 16256.2 | 867.642 | 39.1281 | - cell_08 | 163 | 245 | 1588 | 12.4062 | 0.00227517 | 0.780284 | 0.0078125 | 43982.9 | 343.616 | 5747.92 | 268.118 | 13.0775 | - cell_09 | 145 | 201 | 1487 | 5.80859 | 0.00213174 | 0.953122 | 0.00390625 | 39642 | 154.852 | 2988.38 | 147.593 | 6.37046 | - cell_10 | 122 | 167 | 1210 | 2.36328 | 0.00284511 | 0.807256 | 0.00195312 | 35003 | 68.3652 | 953.219 | 55.1883 | 2.71201 | - cell_11 | 110 | 153 | 1106 | 1.08008 | 0.00271237 | 0.683355 | 0.000976562 | 28864.1 | 28.1876 | 361.373 | 19.2621 | 0.980177 | - cell_12 | 104 | 149 | 1049 | 0.512207 | 0.00161832 | 0.763488 | 0.000488281 | 28325.9 | 13.831 | 300.098 | 10.5598 | 0.485655 | - cell_13 | 77 | 120 | 843 | 0.205811 | 0.00161873 | 0.840605 | 0.000244141 | 22145.2 | 5.40655 | 118.182 | 4.54477 | 0.191305 | - cell_14 | 62 | 90 | 555 | 0.067749 | 0.00181788 | 1.08574 | 0.00012207 | 15239.4 | 1.86027 | 43.4291 | 2.01976 | 0.0789487 | - cell_15 | 76 | 97 | 520 | 0.0317383 | 0.00321143 | 1.30693 | 6.10352e-05 | 17438.3 | 1.06435 | 18.4495 | 1.39103 | 0.0592492 | - cell_16 | 92 | 118 | 742 | 0.022644 | 0.00408478 | 1.22238 | 3.05176e-05 | 22638.7 | 0.69088 | 9.25587 | 0.844521 | 0.0378082 | - cell_17 | 82 | 116 | 871 | 0.0132904 | 0.00226897 | 0.626095 | 1.52588e-05 | 23934.6 | 0.365214 | 5.64003 | 0.228658 | 0.012797 | - cell_18 | 46 | 84 | 519 | 0.00395966 | 0.00186564 | 0.572898 | 7.62939e-06 | 14806.3 | 0.112963 | 2.06478 | 0.0647164 | 0.00385215 | - cell_19 | 26 | 26 | 0 | 0 | 0.0046517 | 0.872571 | 7.62939e-06 | 3853.71 | 0.0294015 | 0.272145 | 0.0256549 | 0.00126594 | + cell_00 | 44 | 137 | 0 | 0 | 0.11279 | 2.05928 | 1 | 7206.45 | 7206.45 | 5483.87 | 14840.1 | 618.524 | + cell_01 | 145 | 181 | 546 | 546 | 0.0215203 | 4.45479 | 1 | 24208 | 24208 | 142267 | 107841 | 3061.63 | + cell_02 | 161 | 247 | 1240 | 620 | 0.0117777 | 2.90435 | 0.5 | 43916.4 | 21958.2 | 165638 | 63774.3 | 1950.83 | + cell_03 | 206 | 328 | 1685 | 421.25 | 0.00644696 | 2.58971 | 0.25 | 57500.8 | 14375.2 | 179936 | 37227.7 | 1160.04 | + cell_04 | 270 | 405 | 2141 | 267.625 | 0.00633287 | 2.18008 | 0.125 | 71061.7 | 8882.72 | 103531 | 19365 | 655.647 | + cell_05 | 342 | 493 | 2896 | 181 | 0.00647144 | 1.87094 | 0.0625 | 94917.9 | 5932.37 | 62553.1 | 11099.1 | 404.809 | + cell_06 | 397 | 582 | 3731 | 116.594 | 0.00419539 | 1.52926 | 0.03125 | 113395 | 3543.6 | 48340.1 | 5419.09 | 202.805 | + cell_07 | 426 | 624 | 3873 | 60.5156 | 0.00372682 | 1.39665 | 0.015625 | 114896 | 1795.26 | 26534 | 2507.35 | 98.8875 | + cell_08 | 454 | 634 | 4145 | 32.3828 | 0.00331807 | 1.19275 | 0.0078125 | 121603 | 950.02 | 13988.9 | 1133.14 | 46.4162 | + cell_09 | 417 | 604 | 3928 | 15.3438 | 0.00258224 | 1.07172 | 0.00390625 | 109253 | 426.77 | 7474.39 | 457.376 | 19.3007 | + cell_10 | 342 | 504 | 3263 | 6.37305 | 0.00257193 | 1.12321 | 0.00195312 | 91412.1 | 178.539 | 3174.68 | 200.538 | 8.16506 | + cell_11 | 267 | 401 | 2497 | 2.43848 | 0.00302537 | 1.19636 | 0.000976562 | 71208.5 | 69.5395 | 1127.49 | 83.1942 | 3.41107 | + cell_12 | 224 | 335 | 2337 | 1.14111 | 0.0030635 | 1.121 | 0.000488281 | 70619 | 34.4819 | 539.874 | 38.6544 | 1.65391 | + cell_13 | 225 | 324 | 2270 | 0.554199 | 0.00240101 | 1.16859 | 0.000244141 | 63445 | 15.4895 | 310.248 | 18.1008 | 0.74491 | + cell_14 | 183 | 278 | 1801 | 0.219849 | 0.00313682 | 1.34018 | 0.00012207 | 51725.6 | 6.31416 | 109.153 | 8.46212 | 0.342393 | + cell_15 | 170 | 250 | 1518 | 0.0926514 | 0.00340284 | 1.38748 | 6.10352e-05 | 47881 | 2.92242 | 47.7143 | 4.05482 | 0.162364 | + cell_16 | 157 | 238 | 1588 | 0.0484619 | 0.00421738 | 1.1852 | 3.05176e-05 | 47455.3 | 1.44822 | 17.6694 | 1.71643 | 0.0745187 | + cell_17 | 147 | 210 | 1452 | 0.0221558 | 0.00274644 | 0.956596 | 1.52588e-05 | 42778.1 | 0.652742 | 10.1936 | 0.62441 | 0.0279961 | + cell_18 | 88 | 165 | 1006 | 0.00767517 | 0.0029308 | 0.973851 | 7.62939e-06 | 28004.6 | 0.213658 | 2.99047 | 0.208071 | 0.00876448 | + cell_19 | 56 | 56 | 0 | 0 | 0.00406801 | 2.12524 | 7.62939e-06 | 8109.45 | 0.0618702 | 1.10211 | 0.131489 | 0.0044834 | ============================================= diff --git a/examples/extended/biasing/B03/exampleB03.out b/examples/extended/biasing/B03/exampleB03.out index 03e6a5146cf..dfac5a778df 100644 --- a/examples/extended/biasing/B03/exampleB03.out +++ b/examples/extended/biasing/B03/exampleB03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,10 +22,7 @@ G4IStore:: Creating new Parallel IStore ParallelBiasingWorld G4GeometrySampler:: preparing importance sampling WorldName is ParallelBiasingWorld G4ImportanceConfigurator:: setting world name: ParallelBiasingWorld G4ImportanceConfigurator:: entering importance configure, paraflag 1 - - - -G4ImportanceProcess:: Creating +### G4ImportanceProcess:: Creating G4ImportanceProcess:: importance process paraflag is: 1 @@ -452,6 +449,18 @@ hIoni: for pi- SubType=2 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 + + 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 @@ -484,6 +493,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -508,6 +518,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 0 @@ -530,7 +541,7 @@ Upload data before 1st event for Z < 9 *** G4Exception : GeomBias1001 issued by : G4ImportanceAlgorithm::Warning() Calculate() - ipre_over_ipost ! in [0.25, 4]. -ipre_over_ipost = 131072. +ipre_over_ipost = 8192. *** This is just a warning message. *** -------- WWWW -------- G4Exception-END --------- WWWW ------- @@ -550,24 +561,24 @@ ipre_over_ipost = 131072. ============================================================= ============================================================= Volume | Tr.Entering | Population | Collisions | Coll*WGT | NumWGTedE | FluxWGTedE | Av.Tr.WGT | SL | SLW | SLW_v | SLWE | SLWE_v | - cell_00 | 53 | 148 | 0 | 0 | 0.00436763 | 1.76562 | 1 | 11082.5 | 11082.5 | 192261 | 19567.5 | 839.723 | - cell_01 | 153 | 191 | 439 | 439 | 0.00453361 | 3.86545 | 1 | 28326.3 | 28326.3 | 706504 | 109494 | 3203.01 | - cell_02 | 194 | 285 | 966 | 483 | 0.00118479 | 2.27312 | 0.5 | 52468.4 | 26234.2 | 1.61658e+06 | 59633.4 | 1915.3 | - cell_03 | 313 | 437 | 1621 | 405.25 | 0.000547079 | 1.76424 | 0.25 | 85461.9 | 21365.5 | 2.32756e+06 | 37693.8 | 1273.36 | - cell_04 | 431 | 618 | 2457 | 307.125 | 0.000380957 | 1.44119 | 0.125 | 123158 | 15394.8 | 2.1176e+06 | 22186.9 | 806.715 | - cell_05 | 574 | 829 | 3479 | 217.438 | 0.000250962 | 1.09576 | 0.0625 | 172998 | 10812.4 | 1.87282e+06 | 11847.8 | 470.008 | - cell_06 | 768 | 1052 | 4693 | 146.656 | 0.000136554 | 0.86392 | 0.03125 | 212261 | 6633.15 | 1.66895e+06 | 5730.51 | 227.901 | - cell_07 | 918 | 1254 | 5984 | 93.5 | 0.000138021 | 0.695865 | 0.015625 | 270046 | 4219.47 | 869640 | 2936.18 | 120.029 | - cell_08 | 1036 | 1453 | 6910 | 53.9844 | 0.00011873 | 0.636414 | 0.0078125 | 307289 | 2400.69 | 563351 | 1527.83 | 66.8866 | - cell_09 | 1233 | 1700 | 7620 | 29.7656 | 9.51541e-05 | 0.582264 | 0.00390625 | 346250 | 1352.54 | 373152 | 787.534 | 35.507 | - cell_10 | 1402 | 1924 | 9055 | 17.6855 | 7.40392e-05 | 0.490197 | 0.00195312 | 398241 | 777.814 | 243663 | 381.282 | 18.0406 | - cell_11 | 1552 | 2169 | 9904 | 9.67188 | 7.02256e-05 | 0.455657 | 0.000976562 | 433584 | 423.422 | 133829 | 192.935 | 9.39826 | - cell_12 | 1789 | 2416 | 11433 | 5.58252 | 6.66363e-05 | 0.391826 | 0.000488281 | 496754 | 242.556 | 72723.2 | 95.0398 | 4.84601 | - cell_13 | 1970 | 2663 | 12585 | 3.07251 | 6.64968e-05 | 0.400835 | 0.000244141 | 543930 | 132.795 | 41265.2 | 53.229 | 2.74401 | - cell_14 | 2102 | 2942 | 13520 | 1.65039 | 6.08156e-05 | 0.374759 | 0.00012207 | 591907 | 72.2543 | 24109.2 | 27.0779 | 1.46622 | - cell_15 | 2301 | 3169 | 15303 | 0.934021 | 5.59337e-05 | 0.330655 | 6.10352e-05 | 658429 | 40.1873 | 13460.6 | 13.2881 | 0.752901 | - cell_16 | 2362 | 3289 | 15290 | 0.466614 | 5.49139e-05 | 0.321674 | 3.05176e-05 | 668933 | 20.4142 | 6827.54 | 6.56671 | 0.374927 | - cell_17 | 2329 | 3338 | 14926 | 0.227753 | 5.44875e-05 | 0.322754 | 1.52588e-05 | 643162 | 9.81387 | 3241.9 | 3.16747 | 0.176643 | - cell_18 | 1686 | 3101 | 13163 | 0.100426 | 5.9156e-05 | 0.351485 | 7.62939e-06 | 574337 | 4.38185 | 1430.93 | 1.54015 | 0.084648 | - cell_19 | 1424 | 1424 | 0 | 0 | 0.000111128 | 0.480103 | 7.62939e-06 | 231616 | 1.76709 | 402.965 | 0.848387 | 0.0447808 | + cell_00 | 51 | 150 | 0 | 0 | 0.00041335 | 0.806127 | 1 | 9270.98 | 9270.98 | 1.0341e+06 | 7473.59 | 427.447 | + cell_01 | 157 | 195 | 462 | 462 | 0.00201138 | 3.81215 | 1 | 26586.2 | 26586.2 | 1.47298e+06 | 101350 | 2962.73 | + cell_02 | 205 | 310 | 906 | 453 | 0.00106396 | 2.54889 | 0.5 | 53737.8 | 26868.9 | 2.01423e+06 | 68486 | 2143.06 | + cell_03 | 371 | 505 | 1901 | 475.25 | 0.000540399 | 1.83073 | 0.25 | 98081.4 | 24520.3 | 2.83796e+06 | 44890.1 | 1533.63 | + cell_04 | 545 | 756 | 3148 | 393.5 | 0.000415379 | 1.30726 | 0.125 | 156137 | 19517.1 | 2.2773e+06 | 25513.9 | 945.943 | + cell_05 | 720 | 984 | 4252 | 265.75 | 0.000250176 | 1.02835 | 0.0625 | 203078 | 12692.4 | 2.04685e+06 | 13052.2 | 512.074 | + cell_06 | 1007 | 1327 | 6091 | 190.344 | 0.00015372 | 0.836505 | 0.03125 | 280166 | 8755.18 | 1.90781e+06 | 7323.75 | 293.268 | + cell_07 | 1261 | 1699 | 7980 | 124.688 | 0.000115027 | 0.734521 | 0.015625 | 361420 | 5647.19 | 1.48321e+06 | 4147.98 | 170.61 | + cell_08 | 1416 | 1988 | 8972 | 70.0938 | 0.000115607 | 0.703193 | 0.0078125 | 403417 | 3151.7 | 818129 | 2216.25 | 94.5815 | + cell_09 | 1643 | 2286 | 10361 | 40.4727 | 0.0001031 | 0.627085 | 0.00390625 | 471536 | 1841.94 | 491188 | 1155.05 | 50.6412 | + cell_10 | 1970 | 2731 | 12359 | 24.1387 | 9.83468e-05 | 0.567418 | 0.00195312 | 551566 | 1077.28 | 287521 | 611.266 | 28.2768 | + cell_11 | 2272 | 3101 | 14744 | 14.3984 | 7.28792e-05 | 0.486509 | 0.000976562 | 652192 | 636.906 | 207312 | 309.861 | 15.1087 | + cell_12 | 2543 | 3454 | 16466 | 8.04004 | 6.31682e-05 | 0.408086 | 0.000488281 | 721977 | 352.528 | 114809 | 143.862 | 7.25226 | + cell_13 | 2913 | 3952 | 18866 | 4.60596 | 5.80549e-05 | 0.369131 | 0.000244141 | 816147 | 199.255 | 66386.6 | 73.551 | 3.85407 | + cell_14 | 3044 | 4272 | 20029 | 2.44495 | 5.60355e-05 | 0.358215 | 0.00012207 | 864449 | 105.524 | 34289.1 | 37.8002 | 1.92141 | + cell_15 | 3113 | 4359 | 20172 | 1.2312 | 5.3627e-05 | 0.357486 | 6.10352e-05 | 869517 | 53.0711 | 18059.1 | 18.9722 | 0.968455 | + cell_16 | 3214 | 4540 | 21468 | 0.655151 | 5.87162e-05 | 0.376187 | 3.05176e-05 | 920733 | 28.0985 | 9338.57 | 10.5703 | 0.548325 | + cell_17 | 3141 | 4572 | 20966 | 0.319916 | 5.23795e-05 | 0.359787 | 1.52588e-05 | 905471 | 13.8164 | 4949.46 | 4.97096 | 0.25925 | + cell_18 | 2281 | 4252 | 17918 | 0.136703 | 5.00943e-05 | 0.358938 | 7.62939e-06 | 772012 | 5.88999 | 2235.37 | 2.11414 | 0.111979 | + cell_19 | 1892 | 1892 | 0 | 0 | 9.64836e-05 | 0.48094 | 7.62939e-06 | 305003 | 2.32699 | 583.401 | 1.11914 | 0.0562886 | ============================================= diff --git a/examples/extended/biasing/GB01/exampleGB01.out b/examples/extended/biasing/GB01/exampleGB01.out index f16fa7059e1..0d2dad11132 100644 --- a/examples/extended/biasing/GB01/exampleGB01.out +++ b/examples/extended/biasing/GB01/exampleGB01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -32,20 +32,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -58,6 +58,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -65,6 +68,9 @@ Registered filter factories: 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 @@ -465,31 +471,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -497,11 +503,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -511,11 +517,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -525,11 +531,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -539,11 +545,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -553,11 +559,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -567,11 +573,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -580,12 +586,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -605,7 +611,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -701,17 +708,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -731,6 +752,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -749,10 +771,10 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 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 + 3 -0.873 -1.3 123 0.475 0 3.23 623 test.phys biasWrapper(compt) + 4 -3.17 2.18 128 0.4 0 6.58 630 test.phys biasWrapper(compt) + 5 -35.5 -0.894 172 0.387 0 54.9 685 test.phys biasWrapper(compt) + 6 -72.4 -5 200 0.387 0 46.5 731 World Transportation 7 -1e+04 -1.11e+03 7.74e+03 0.387 0 1.25e+04 1.32e+04 OutOfWorld Transportation ********************************************************************************************************* @@ -760,25 +782,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 -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 -35.5 -0.894 172 0.0127 0 0 0 test.phys initStep + 1 -35.5 -0.894 172 0 0.0127 0.00538 0.00538 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 -3.17 2.18 128 0.0746 0 0 0 test.phys initStep + 1 -3.15 2.24 128 0 0.0746 0.121 0.121 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.0929 0.236 1.28 1.28 test.phys eIoni - 2 -0.958 -2 123 0 0.0929 0.176 1.45 test.phys eIoni + 0 -0.873 -1.3 123 0.329 0 0 0 test.phys initStep + 1 -0.926 -1.9 123 0.0691 0.26 1.28 1.28 test.phys eIoni + 2 -0.937 -1.95 123 0 0.0691 0.106 1.38 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -795,213 +817,144 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 12.5 0.461 0 12.5 512 test.phys biasWrapper(compt) - 3 50.2 -102 62.4 0.439 0 124 636 test.phys biasWrapper(compt) - 4 63.6 -114 72.7 0.346 0 21.1 657 test.phys biasWrapper(compt) - 5 62.6 -122 83.9 0.182 0 13.4 671 test.phys biasWrapper(compt) - 6 74.2 -131 71.3 0.152 0 19.5 690 test.phys biasWrapper(compt) - 7 53.2 -137 17.9 0.144 0 57.7 748 test.phys biasWrapper(compt) - 8 48.1 -127 7.11e-15 0.144 0 21.2 769 World Transportation - 9 -2.77e+03 5.54e+03 -1e+04 0.144 0 1.18e+04 1.26e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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 53.2 -137 17.9 0.00783 0 0 0 test.phys initStep - 1 53.2 -137 17.9 0 0.00783 0.00232 0.00232 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 74.2 -131 71.3 0.0307 0 0 0 test.phys initStep - 1 74.2 -131 71.3 0 0.0307 0.0256 0.0256 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 62.6 -122 83.9 0.164 0 0 0 test.phys initStep - 1 62.5 -122 84.1 0 0.164 0.453 0.453 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 63.6 -114 72.7 0.0929 0 0 0 test.phys initStep - 1 63.7 -114 72.7 0 0.0929 0.176 0.176 test.phys eIoni + 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) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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 50.2 -102 62.4 0.0223 0 0 0 test.phys initStep - 1 50.2 -102 62.4 0 0.0223 0.0146 0.0146 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 12.5 0.539 0 0 0 test.phys initStep - 1 -0.26 0.528 13.6 0.283 0.256 1.86 1.86 test.phys eIoni - 2 0.00568 0.982 13.4 0.0521 0.231 1.07 2.93 test.phys eIoni - 3 -0.0134 1 13.5 0 0.0521 0.065 2.99 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 18.6 0.861 0 18.6 519 test.phys biasWrapper(compt) - 3 -4.12 -7.1 37.6 0.762 0 20.7 539 test.phys biasWrapper(compt) - 4 -4 -7.26 38.2 0.637 0 0.683 540 test.phys biasWrapper(compt) - 5 69.6 33 200 0.637 0 182 722 World Transportation - 6 4.53e+03 2.47e+03 1e+04 0.637 0 1.1e+04 1.18e+04 OutOfWorld Transportation + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* 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 -7.26 38.2 0.125 0 0 0 test.phys initStep - 1 -4.04 -7.38 38.3 0 0.125 0.29 0.29 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.12 -7.1 37.6 0.0991 0 0 0 test.phys initStep - 1 -4.21 -7.14 37.6 0 0.0991 0.197 0.197 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 18.6 0.139 0 0 0 test.phys initStep - 1 0.074 0.128 18.7 0 0.139 0.345 0.345 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 190 0.379 0 190 690 test.phys biasWrapper(compt) - 3 -47.7 -21.4 199 0.166 0 53 743 test.phys biasWrapper(compt) - 4 -41.1 -5.08 196 0.134 0 17.9 761 test.phys biasWrapper(compt) - 5 -41 -4.23 189 0.108 0 7.22 768 test.phys biasWrapper(compt) - 6 -12 -31.8 184 0.102 0 40.3 809 test.phys biasWrapper(compt) - 7 -5.5 -77.1 197 0.0743 0 47.7 856 test.phys biasWrapper(compt) - 8 22.2 27 100 0.0639 0 145 1e+03 test.phys biasWrapper(compt) - 9 -19.7 -60.2 18.1 0.054 0 127 1.13e+03 test.phys biasWrapper(compt) - 10 -23.7 4.11 0 0.054 0 66.9 1.2e+03 World Transportation - 11 -636 1e+04 -2.81e+03 0.054 0 1.04e+04 1.16e+04 OutOfWorld Transportation + 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 ********************************************************************************************************* * 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.7 -60.2 18.1 0.0099 0 0 0 test.phys initStep - 1 -19.7 -60.2 18.1 0 0.0099 0.00349 0.00349 test.phys eIoni + 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 ********************************************************************************************************* * 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.2 27 100 0.0104 0 0 0 test.phys initStep - 1 22.2 27.1 100 0 0.0104 0.00383 0.00383 test.phys eIoni + 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 ********************************************************************************************************* * 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 -5.5 -77.1 197 0.0273 0 0 0 test.phys initStep - 1 -5.5 -77.1 197 0 0.0273 0.0208 0.0208 test.phys eIoni + 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 ********************************************************************************************************* * 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 -31.8 184 0.00623 0 0 0 test.phys initStep - 1 -12 -31.8 184 0 0.00623 0.00157 0.00157 test.phys eIoni + 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 ********************************************************************************************************* * 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 -41 -4.23 189 0.0266 0 0 0 test.phys initStep - 1 -41 -4.22 189 0 0.0266 0.0199 0.0199 test.phys eIoni + 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 ********************************************************************************************************* * 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 -41.1 -5.08 196 0.0316 0 0 0 test.phys initStep - 1 -41.1 -5.07 196 0 0.0316 0.027 0.027 test.phys eIoni + 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 ********************************************************************************************************* * 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.7 -21.4 199 0.213 0 0 0 test.phys initStep - 1 -48 -21.6 199 0 0.213 0.691 0.691 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 190 0.621 0 0 0 test.phys initStep - 1 0.497 0.223 192 0.03 0.591 2.02 2.02 test.phys eIoni - 2 0.505 0.223 192 0 0.03 0.0246 2.05 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 108 0.996 0 108 608 test.phys biasWrapper(compt) - 3 1.35 6.09 200 0.996 0 92.1 700 World Transportation - 4 145 655 1e+04 0.996 0 9.82e+03 1.05e+04 OutOfWorld Transportation + 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 ********************************************************************************************************* * 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.00447 0 0 0 test.phys initStep - 1 -8.52e-05 -0.000384 108 0 0.00447 0.00089 0.00089 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 + 0 0 0 100 0.785 0 0 0 test.phys initStep + 1 -0.0495 0.157 102 0.473 0.312 2.33 2.33 test.phys eIoni + 2 -0.163 0.293 103 0 0.473 1.7 4.04 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1010,54 +963,55 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 10.1 0.804 0 10.1 510 test.phys biasWrapper(compt) - 3 2.26 -2.27 15.9 0.441 0 6.63 517 test.phys biasWrapper(compt) - 4 23.1 -1.26 19.7 0.177 0 21.2 538 test.phys biasWrapper(compt) - 5 9.1 -16.4 12.5 0.111 0 21.8 560 test.phys biasWrapper(compt) - 6 11.3 -16 15.4 0.0786 0 3.61 563 test.phys biasWrapper(compt) - 7 7.83 -15.5 0 0.0786 0 15.8 579 World Transportation - 8 -2.24e+03 311 -1e+04 0.0786 0 1.03e+04 1.08e+04 OutOfWorld Transportation + 2 0 0 9.42 0.594 0 9.42 509 test.phys biasWrapper(compt) + 3 -41.8 10.5 46.3 0.315 0 56.8 566 test.phys biasWrapper(compt) + 4 -44.3 8.36 45.4 0.233 0 3.42 570 test.phys biasWrapper(compt) + 5 -79 27.1 14.4 0.214 0 50.2 620 test.phys biasWrapper(compt) + 6 -108 77.7 0 0.214 0 60.2 680 World Transportation + 7 -5.88e+03 1e+04 -2.82e+03 0.214 0 1.18e+04 1.25e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* 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.3 -16 15.4 0.0325 0 0 0 test.phys initStep - 1 11.3 -16 15.4 0 0.0325 0.0283 0.0283 test.phys eIoni + 0 -79 27.1 14.4 0.0197 0 0 0 test.phys initStep + 1 -79 27.1 14.4 0 0.0197 0.0117 0.0117 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* 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 9.1 -16.4 12.5 0.0662 0 0 0 test.phys initStep - 1 9.07 -16.4 12.5 0 0.0662 0.0986 0.0986 test.phys eIoni + 0 -44.3 8.36 45.4 0.0821 0 0 0 test.phys initStep + 1 -44.3 8.3 45.4 0 0.0821 0.143 0.143 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, 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 23.1 -1.26 19.7 0.263 0 0 0 test.phys initStep - 1 23.6 -1.14 19.8 0 0.263 0.963 0.963 test.phys eIoni + 0 -41.8 10.5 46.3 0.278 0 0 0 test.phys initStep + 1 -42 10.8 46.7 0.0191 0.259 1.05 1.05 test.phys eIoni + 2 -42 10.8 46.7 0 0.0191 0.0111 1.06 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.26 -2.27 15.9 0.364 0 0 0 test.phys initStep - 1 2.08 -2.6 16.6 0.0928 0.271 1.4 1.4 test.phys eIoni - 2 2.05 -2.55 16.5 0 0.0928 0.176 1.58 test.phys eIoni + 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 = e-, Track ID = 2, Parent ID = 1 +* 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 10.1 0.196 0 0 0 test.phys initStep - 1 -0.172 0.172 10.3 0 0.196 0.604 0.604 test.phys eIoni + 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 @@ -1066,36 +1020,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 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 7.61 0.58 0 7.61 508 test.phys biasWrapper(compt) - 3 -22.4 -22.3 33.3 0.434 0 40.7 548 test.phys biasWrapper(compt) - 4 -26.1 -27.3 32.7 0.385 0 6.25 555 test.phys biasWrapper(compt) - 5 -57.1 -58.9 -7.11e-15 0.385 0 55 610 World Transportation - 6 -9.56e+03 -9.71e+03 -1e+04 0.385 0 1.68e+04 1.74e+04 OutOfWorld Transportation + 2 0 0 3.62 0.777 0 3.62 504 test.phys biasWrapper(compt) + 3 6.05 -67.5 114 0.507 0 130 633 test.phys biasWrapper(compt) + 4 33.8 -57.8 160 0.415 0 54.5 688 test.phys biasWrapper(compt) + 5 46.1 -78.4 200 0.415 0 46.4 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 -26.1 -27.3 32.7 0.0495 0 0 0 test.phys initStep - 1 -26.1 -27.3 32.7 0 0.0495 0.0595 0.0595 test.phys eIoni + 0 33.8 -57.8 160 0.092 0 0 0 test.phys initStep + 1 33.9 -57.7 160 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 -22.4 -22.3 33.3 0.146 0 0 0 test.phys initStep - 1 -22.4 -22.3 33.5 0 0.146 0.378 0.378 test.phys eIoni + 0 6.05 -67.5 114 0.27 0 0 0 test.phys initStep + 1 5.86 -67.9 115 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 7.61 0.42 0 0 0 test.phys initStep - 1 0.398 0.396 8.4 0.189 0.231 1.57 1.57 test.phys eIoni - 2 0.379 0.198 8.61 0 0.189 0.57 2.14 test.phys eIoni + 0 0 0 3.62 0.223 0 0 0 test.phys initStep + 1 -0.026 0.29 3.86 0 0.223 0.745 0.745 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1104,89 +1057,100 @@ 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 31.4 0.409 0 31.4 531 test.phys biasWrapper(compt) - 3 7.39 50.2 45.1 0.17 0 52.6 584 test.phys biasWrapper(compt) - 4 4.59 45.4 47 0.13 0 5.89 590 test.phys biasWrapper(compt) - 5 70.5 3.71 61.9 0.102 0 79.4 669 test.phys biasWrapper(compt) - 6 70.5 6.41 66.8 0.0729 0 5.65 675 test.phys biasWrapper(compt) - 7 74.3 -14.9 32.6 0.0712 0 40.5 715 test.phys biasWrapper(compt) - 8 75.8 -17.1 31.1 0.0583 0 3.05 718 test.phys biasWrapper(compt) - 9 25.2 -21.4 52.4 0.0478 0 55.1 774 test.phys biasWrapper(compt) - 10 28.4 -21.1 52.4 0 0.000405 3.27 777 test.phys biasWrapper(phot) + 2 0 0 22 0.942 0 22 522 test.phys biasWrapper(compt) + 3 4.16 -9.92 63.7 0.591 0 43.1 565 test.phys biasWrapper(compt) + 4 -0.412 -48.9 86.8 0.462 0 45.5 611 test.phys biasWrapper(compt) + 5 27.5 -195 69.2 0.169 0 150 761 test.phys biasWrapper(compt) + 6 26.5 -188 73.6 0.132 0 8.64 769 test.phys biasWrapper(compt) + 7 169 -118 36.9 0.0968 0 163 932 test.phys biasWrapper(compt) + 8 -22.7 46.8 64.7 0.0715 0 254 1.19e+03 test.phys biasWrapper(compt) + 9 12.5 39.8 57.7 0.0562 0 36.6 1.22e+03 test.phys biasWrapper(compt) + 10 -61.3 33 62.8 0.0535 0 74.3 1.3e+03 test.phys biasWrapper(compt) + 11 -94.5 52.1 26.9 0.0534 0 52.5 1.35e+03 test.phys biasWrapper(compt) + 12 -109 63.3 1.07e-14 0.0534 0 32.7 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 52.1 26.9 0.000147 0 0 0 test.phys initStep + 1 -94.5 52.1 26.9 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 28.4 -21.1 52.4 0.0474 0 0 0 test.phys initStep - 1 28.4 -21.1 52.5 0 0.0474 0.0551 0.0551 test.phys eIoni + 0 -61.3 33 62.8 0.00266 0 0 0 test.phys initStep + 1 -61.3 33 62.8 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 25.2 -21.4 52.4 0.0104 0 0 0 test.phys initStep - 1 25.2 -21.4 52.4 0 0.0104 0.00384 0.00384 test.phys eIoni + 0 12.5 39.8 57.7 0.0153 0 0 0 test.phys initStep + 1 12.5 39.8 57.7 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 75.8 -17.1 31.1 0.0129 0 0 0 test.phys initStep - 1 75.8 -17.1 31.1 0 0.0129 0.00558 0.00558 test.phys eIoni + 0 -22.7 46.8 64.7 0.0253 0 0 0 test.phys initStep + 1 -22.7 46.8 64.7 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 74.3 -14.9 32.6 0.00168 0 0 0 test.phys initStep - 1 74.3 -14.9 32.6 0 0.00168 0.000181 0.000181 test.phys eIoni + 0 169 -118 36.9 0.0351 0 0 0 test.phys initStep + 1 169 -118 36.9 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 70.5 6.41 66.8 0.029 0 0 0 test.phys initStep - 1 70.5 6.41 66.8 0 0.029 0.0232 0.0232 test.phys eIoni + 0 26.5 -188 73.6 0.037 0 0 0 test.phys initStep + 1 26.5 -188 73.6 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 70.5 3.71 61.9 0.0285 0 0 0 test.phys initStep - 1 70.6 3.7 61.9 0 0.0285 0.0225 0.0225 test.phys eIoni + 0 27.5 -195 69.2 0.293 0 0 0 test.phys initStep + 1 27.6 -196 69.1 0.0314 0.261 1.12 1.12 test.phys eIoni + 2 27.6 -196 69.1 0 0.0314 0.0266 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 4.59 45.4 47 0.0392 0 0 0 test.phys initStep - 1 4.57 45.4 47.1 0 0.0392 0.0394 0.0394 test.phys eIoni + 0 -0.412 -48.9 86.8 0.13 0 0 0 test.phys initStep + 1 -0.47 -48.9 86.9 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 7.39 50.2 45.1 0.239 0 0 0 test.phys initStep - 1 7.49 50.6 45.2 0 0.239 0.831 0.831 test.phys eIoni + 0 4.16 -9.92 63.7 0.35 0 0 0 test.phys initStep + 1 4.32 -9.61 64.3 0.112 0.239 1.36 1.36 test.phys eIoni + 2 4.35 -9.57 64.4 0 0.112 0.241 1.6 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 31.4 0.591 0 0 0 test.phys initStep - 1 -0.0826 -0.561 32.7 0.293 0.298 1.96 1.96 test.phys eIoni - 2 -0.0386 -0.875 33.2 0.0643 0.228 1.12 3.08 test.phys eIoni - 3 -0.0495 -0.863 33.2 0 0.0643 0.0937 3.18 test.phys eIoni + 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 @@ -1195,1270 +1159,1223 @@ 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 53 0.738 0 53 553 test.phys biasWrapper(compt) - 3 21.5 -8.94 86.2 0.486 0 40.6 594 test.phys biasWrapper(compt) - 4 8.55 -25.9 124 0.426 0 43.6 637 test.phys biasWrapper(compt) - 5 9.15 -28.2 127 0.331 0 3.58 641 test.phys biasWrapper(compt) - 6 3.52 -29.6 138 0.321 0 12.7 653 test.phys biasWrapper(compt) - 7 -9.53 -30 152 0.165 0 18.9 672 test.phys biasWrapper(compt) - 8 -30.7 92.6 0 0.165 0 196 869 World Transportation - 9 -1.43e+03 8.17e+03 -1e+04 0.165 0 1.29e+04 1.38e+04 OutOfWorld 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +* 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 -9.53 -30 152 0.156 0 0 0 test.phys initStep - 1 -9.63 -30.1 152 0 0.156 0.418 0.418 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* 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 3.52 -29.6 138 0.0102 0 0 0 test.phys initStep - 1 3.52 -29.6 138 0 0.0102 0.0037 0.0037 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* 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 9.15 -28.2 127 0.0942 0 0 0 test.phys initStep - 1 9.21 -28.3 127 0 0.0942 0.181 0.181 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* 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 8.55 -25.9 124 0.0604 0 0 0 test.phys initStep - 1 8.52 -25.9 124 0 0.0604 0.084 0.084 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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 21.5 -8.94 86.2 0.252 0 0 0 test.phys initStep - 1 22 -8.92 86.4 0 0.252 0.9 0.9 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 53 0.262 0 0 0 test.phys initStep - 1 -0.33 0.137 53.3 0 0.262 0.955 0.955 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 88 0 0 88 588 test.phys biasWrapper(conv) + 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 ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 3, Parent ID = 1 +* 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 0 88 20.1 0 0 0 test.phys initStep - 1 -1.14 3.48 116 14.8 3.46 28.4 28.4 test.phys eIoni - 2 1.16 8.29 140 11.9 2.92 25.1 53.4 test.phys eIoni - 3 7.7 19.6 156 9.37 2.51 20.4 73.8 test.phys eIoni - 4 9.09 25.5 161 8.03 1.03 8.17 82 test.phys eIoni - 5 14 33.7 171 6.44 1.59 14.2 96.2 test.phys eIoni - 6 14.3 34.7 172 4.87 0.167 1.34 97.5 test.phys eIoni - 7 15.6 41.9 177 3.87 1 9.12 107 test.phys eIoni - 8 12.8 48.5 178 3.03 0.834 7.49 114 test.phys eIoni - 9 10.6 53.3 181 2.37 0.661 6.12 120 test.phys eIoni - 10 9.22 54.4 185 1.49 0.886 5.03 125 test.phys eIoni - 11 12.1 53.4 185 1.07 0.423 3.55 129 test.phys eIoni - 12 12.7 51.8 183 0.736 0.329 2.83 132 test.phys eIoni - 13 11.4 51.3 184 0.391 0.345 2.25 134 test.phys eIoni - 14 10.7 51.6 184 0.124 0.267 1.48 135 test.phys eIoni - 15 10.6 51.6 184 0 0.124 0.272 136 test.phys eIoni - 16 10.6 51.6 184 0 0 0 136 test.phys annihil + 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 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3 +* 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 10.6 51.6 184 0.511 0 0 0 test.phys initStep - 1 180 111 180 0.272 0 179 179 test.phys biasWrapper(compt) - 2 181 117 200 0.272 0 20.7 200 World Transportation - 3 696 3.13e+03 1e+04 0.272 0 1.03e+04 1.05e+04 OutOfWorld Transportation + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +* 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 180 111 180 0.239 0 0 0 test.phys initStep - 1 180 111 180 0 0.239 0.828 0.828 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 +* 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 + +********************************************************************************************************* +* 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 10.6 51.6 184 0.511 0 0 0 test.phys initStep - 1 -210 -25.5 190 0.366 0 233 233 test.phys biasWrapper(compt) - 2 -302 8.42 117 0.287 0 123 356 test.phys biasWrapper(compt) - 3 -306 50.4 90.5 0.229 0 49.6 405 test.phys biasWrapper(compt) - 4 -277 59.9 22 0.138 0 75.1 481 test.phys biasWrapper(compt) - 5 -267 93 54.8 0.13 0 47.6 528 test.phys biasWrapper(compt) - 6 -222 279 63.5 0.122 0 191 719 test.phys biasWrapper(compt) - 7 -222 279 63.3 0.0928 0 0.486 720 test.phys biasWrapper(compt) - 8 -221 277 63.4 0.0796 0 2.17 722 test.phys biasWrapper(compt) - 9 -173 292 27.6 0.0782 0 61.9 784 test.phys biasWrapper(compt) - 10 -39.7 317 8.32 0.0738 0 137 920 test.phys biasWrapper(compt) - 11 -6.94 381 3.5 0.059 0 72 993 test.phys biasWrapper(compt) - 12 -54.6 308 92.4 0.0555 0 124 1.12e+03 test.phys biasWrapper(compt) - 13 -42.1 275 94.7 0.0547 0 35.3 1.15e+03 test.phys biasWrapper(compt) - 14 -52.4 198 114 0.0544 0 80.4 1.23e+03 test.phys biasWrapper(compt) - 15 -48.1 174 118 0.0538 0 25 1.26e+03 test.phys biasWrapper(compt) - 16 -33 -228 3.61 0.0494 0 418 1.68e+03 test.phys biasWrapper(compt) - 17 -33.3 -227 0 0.0494 0 3.66 1.68e+03 World Transportation - 18 -1.06e+03 1.06e+03 -1e+04 0.0494 0 1.01e+04 1.18e+04 OutOfWorld Transportation + 0 0 0 71 0.757 0 0 0 test.phys initStep + 1 0.135 0.266 72.8 0.489 0.268 2.28 2.28 test.phys eIoni + 2 0.217 1.03 73.6 0.26 0.228 1.74 4.02 test.phys eIoni + 3 0.507 0.734 73.9 0 0.26 0.946 4.97 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 7 +* 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 -33 -228 3.61 0.00444 0 0 0 test.phys initStep - 1 -33 -228 3.61 0 0.00444 0.00088 0.00088 test.phys eIoni + 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.43 1.65 53.5 0.45 0 8.12 555 test.phys biasWrapper(compt) + 4 9.95 7.12 53.8 0.319 0 7.77 563 test.phys biasWrapper(compt) + 5 15.4 7.06 49.7 0.16 0 6.81 570 test.phys biasWrapper(compt) + 6 11.1 14.9 53.7 0.105 0 9.81 579 test.phys biasWrapper(compt) + 7 88 3.14 0 0.105 0 94.5 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 = 24, Parent ID = 7 +* 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.1 174 118 0.000615 0 0 0 test.phys initStep - 1 -48.1 174 118 0 0.000615 4.32e-05 4.32e-05 test.phys eIoni + 0 11.1 14.9 53.7 0.0551 0 0 0 test.phys initStep + 1 11.1 15 53.7 0 0.0551 0.0716 0.0716 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 7 +* 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 -52.4 198 114 0.000277 0 0 0 test.phys initStep - 1 -52.4 198 114 0 0.000277 1.75e-05 1.75e-05 test.phys eIoni + 0 15.4 7.06 49.7 0.16 0 0 0 test.phys initStep + 1 15.5 6.99 49.6 0 0.16 0.435 0.435 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 7 +* 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 -42.1 275 94.7 0.00079 0 0 0 test.phys initStep - 1 -42.1 275 94.7 0 0.00079 6.01e-05 6.01e-05 test.phys eIoni + 0 9.95 7.12 53.8 0.131 0 0 0 test.phys initStep + 1 9.97 7.25 53.9 0 0.131 0.315 0.315 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 7 +* 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 -54.6 308 92.4 0.00351 0 0 0 test.phys initStep - 1 -54.6 308 92.4 0 0.00351 0.000593 0.000593 test.phys eIoni + 0 4.43 1.65 53.5 0.281 0 0 0 test.phys initStep + 1 4.51 1.5 54 0 0.281 1.06 1.06 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 7 +* 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 -6.94 381 3.5 0.0148 0 0 0 test.phys initStep - 1 -6.94 381 3.5 0 0.0148 0.00709 0.00709 test.phys eIoni + 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 = e-, Track ID = 19, Parent ID = 7 +* 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 -39.7 317 8.32 0.00436 0 0 0 test.phys initStep - 1 -39.7 317 8.32 0 0.00436 0.000853 0.000853 test.phys eIoni + 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 = 18, Parent ID = 7 +* 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 -173 292 27.6 0.00141 0 0 0 test.phys initStep - 1 -173 292 27.6 0 0.00141 0.000138 0.000138 test.phys eIoni + 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 = 17, Parent ID = 7 +* 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 -221 277 63.4 0.0132 0 0 0 test.phys initStep - 1 -221 277 63.4 0 0.0132 0.00581 0.00581 test.phys eIoni + 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.868 0.38 103 0 0.24 0.834 2.59 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 7 +* 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 -222 279 63.3 0.0287 0 0 0 test.phys initStep - 1 -222 279 63.3 0 0.0287 0.0228 0.0228 test.phys eIoni + 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.91 -22.4 166 0.701 0 68.1 670 test.phys biasWrapper(compt) + 4 -2.9 -24.8 169 0.469 0 4.7 674 test.phys biasWrapper(compt) + 5 -20.3 -46.5 200 0.469 0 41.4 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 = 15, Parent ID = 7 +* 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 -222 279 63.5 0.00833 0 0 0 test.phys initStep - 1 -222 279 63.5 0 0.00833 0.00259 0.00259 test.phys eIoni + 0 -2.9 -24.8 169 0.232 0 0 0 test.phys initStep + 1 -2.53 -24.9 169 0 0.232 0.789 0.789 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 7 +* 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 -267 93 54.8 0.00859 0 0 0 test.phys initStep - 1 -267 93 54.8 0 0.00859 0.00273 0.00273 test.phys eIoni + 0 -4.91 -22.4 166 0.196 0 0 0 test.phys initStep + 1 -5.14 -22.4 166 0 0.196 0.609 0.609 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 +* 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 -277 59.9 22 0.0907 0 0 0 test.phys initStep - 1 -277 59.9 22 0 0.0907 0.169 0.169 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 +* 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 -306 50.4 90.5 0.058 0 0 0 test.phys initStep - 1 -306 50.5 90.6 0 0.058 0.0782 0.0782 test.phys eIoni + 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 = 11, Parent ID = 7 +* 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 -302 8.42 117 0.0792 0 0 0 test.phys initStep - 1 -302 8.39 117 0 0.0792 0.134 0.134 test.phys eIoni + 0 0 0 18.8 28.9 0 0 0 test.phys initStep + 1 2.43 -2.42 54.7 24.3 4.35 36.2 36.2 test.phys eIoni + 2 2.9 -2.67 60.1 23.6 0.743 5.41 41.7 test.phys eBrem + 3 5.26 -2.5 71.8 22.1 1.36 11.9 53.6 test.phys eBrem + 4 6.16 -2.34 78.2 20.6 0.893 6.56 60.1 test.phys eIoni + 5 7.14 -2.29 84.5 19.7 0.677 6.31 66.4 test.phys eBrem + 6 8.88 -1.89 98.9 17.7 1.94 14.6 81 test.phys eBrem + 7 9.2 -1.71 101 0 0.247 2.1 83.1 test.phys annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 +* 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 -210 -25.5 190 0.145 0 0 0 test.phys initStep - 1 -210 -25.6 190 0 0.145 0.37 0.37 test.phys eIoni + 0 9.2 -1.71 101 13.6 0 0 0 test.phys initStep + 1 11.6 10.6 200 13.6 0 99.8 99.8 World Transportation + 2 253 1.23e+03 1e+04 13.6 0 9.88e+03 9.98e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* 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 14.3 34.7 172 1.4 0 0 0 test.phys initStep - 1 16.2 36.9 173 1.02 0.382 3.39 3.39 test.phys eIoni - 2 18.4 36.9 173 0.751 0.27 2.75 6.14 test.phys eIoni - 3 19.8 36.6 174 0.503 0.249 2.27 8.41 test.phys eIoni - 4 20.8 37.2 174 0.248 0.255 1.77 10.2 test.phys eIoni - 5 21.2 37.4 174 0 0.248 0.876 11.1 test.phys eIoni + 0 9.2 -1.71 101 4.88 0 0 0 test.phys initStep + 1 63.7 17.2 186 0 0 103 103 test.phys biasWrapper(conv) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* 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 9.09 25.5 161 0.31 0 0 0 test.phys initStep - 1 8.68 25.6 161 0.106 0.204 1.2 1.2 test.phys eIoni - 2 8.67 25.5 161 0 0.106 0.222 1.42 test.phys eIoni + 0 63.7 17.2 186 1.53 0 0 0 test.phys initStep + 1 62 14.6 186 1.12 0.412 3.63 3.63 test.phys eIoni + 2 60 13 186 0.693 0.428 2.93 6.56 test.phys eIoni + 3 58.6 12.2 186 0.413 0.28 2.17 8.73 test.phys eIoni + 4 58 12.2 186 0.289 0.12 0.82 9.55 test.phys eBrem + 5 57.6 12.6 186 0.0801 0.209 1.08 10.6 test.phys eIoni + 6 57.5 12.5 186 0 0.0801 0.129 10.8 test.phys eIoni + 7 57.5 12.5 186 0 0 0 10.8 test.phys annihil ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* 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 -1.14 3.48 116 1.82 0 0 0 test.phys initStep - 1 0.741 2.72 119 1.37 0.447 4.08 4.08 test.phys eIoni - 2 0.667 2.61 122 1.03 0.341 3.34 7.41 test.phys eIoni - 3 -0.643 3.88 123 0.707 0.322 2.76 10.2 test.phys eIoni - 4 -1.78 4.18 124 0.445 0.262 2.19 12.4 test.phys eIoni - 5 -2.73 3.91 124 0.203 0.241 1.64 14 test.phys eIoni - 6 -2.76 4.21 124 0 0.203 0.644 14.6 test.phys eIoni + 0 57.5 12.5 186 0.511 0 0 0 test.phys initStep + 1 70 -6.43 161 0.209 0 33.8 33.8 test.phys biasWrapper(compt) + 2 76 -0.677 165 0.135 0 9.3 43.1 test.phys biasWrapper(compt) + 3 76.2 -7.46 168 0.127 0 7.58 50.6 test.phys biasWrapper(compt) + 4 90.8 -191 120 0.119 0 190 241 test.phys biasWrapper(compt) + 5 90.6 -191 120 0.0913 0 0.483 241 test.phys biasWrapper(compt) + 6 89.3 -189 120 0.0784 0 2.16 243 test.phys biasWrapper(compt) + 7 43.9 -212 85.3 0.077 0 61.7 305 test.phys biasWrapper(compt) + 8 -83.3 -258 67.6 0.0728 0 136 441 test.phys biasWrapper(compt) + 9 -105 -326 63.3 0.0583 0 71.9 513 test.phys biasWrapper(compt) + 10 -69.7 -247 151 0.0549 0 124 637 test.phys biasWrapper(compt) + 11 -87.4 -216 154 0.0541 0 35.3 672 test.phys biasWrapper(compt) + 12 -89.8 -138 173 0.0539 0 80.3 753 test.phys biasWrapper(compt) + 13 -98 -115 177 0.0532 0 25 778 test.phys biasWrapper(compt) + 14 -105 -78.3 166 0 0.000405 38.9 817 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 0 0 88 78.9 0 0 0 test.phys initStep - 1 0.0356 0.0342 93.2 77.2 0.938 5.24 5.24 test.phys eIoni - 2 -0.485 0.403 117 73.5 3.06 24 29.2 test.phys eIoni - 3 -0.521 0.427 119 66.3 0.172 1.7 30.9 test.phys eIoni - 4 -3.28 4.07 200 55.5 10.8 81.6 112 World Transportation - 5 25.3 -176 1e+04 55.5 3.43e-22 9.8e+03 9.91e+03 OutOfWorld Transportation + 0 -105 -78.3 166 0.0528 0 0 0 test.phys initStep + 1 -105 -78.3 166 0 0.0528 0.0665 0.0665 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 2 +* 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 -0.521 0.427 119 7.08 0 0 0 test.phys initStep - 1 0.901 -3.23 130 5.76 1.32 12.6 12.6 test.phys eIoni - 2 3.41 -7.05 139 4.45 1.31 10.5 23.1 test.phys eIoni - 3 2.46 -6.99 146 3.36 0.854 6.64 29.8 test.phys eIoni - 4 1.72 -4.9 150 2.6 0.557 5.42 35.2 test.phys eBrem - 5 -1.41 -2.28 153 1.97 0.638 5.38 40.6 test.phys eIoni - 6 -3.33 0.229 155 1.08 0.426 3.83 44.4 test.phys eIoni - 7 -4.06 1.5 156 0.566 0.512 2.84 47.2 test.phys eIoni - 8 -4.27 2.75 157 0.276 0.29 1.91 49.1 test.phys eIoni - 9 -4.31 3.26 157 0 0.276 1.03 50.2 test.phys eIoni + 0 -98 -115 177 0.000604 0 0 0 test.phys initStep + 1 -98 -115 177 0 0.000604 4.22e-05 4.22e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 28 +* 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 -3.33 0.229 155 0.463 0 0 0 test.phys initStep - 1 -4.2 0.853 154 0.107 0.355 1.68 1.68 test.phys eIoni - 2 -4.16 0.782 154 0 0.107 0.226 1.91 test.phys eIoni + 0 -89.8 -138 173 0.000272 0 0 0 test.phys initStep + 1 -89.8 -138 173 0 0.000272 1.72e-05 1.72e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 28 +* 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 1.72 -4.9 150 0.195 0 0 0 test.phys initStep - 1 -32.5 28.2 183 0.153 0 57.6 57.6 test.phys biasWrapper(compt) - 2 -32.1 20.9 199 0.112 0 18 75.6 test.phys biasWrapper(compt) - 3 -81.9 -135 80.2 0.0971 0 202 278 test.phys biasWrapper(compt) - 4 -87.1 -135 80.2 0.0928 0 5.23 283 test.phys biasWrapper(compt) - 5 -114 -138 57.5 0.0822 0 35 318 test.phys biasWrapper(compt) - 6 -96 -194 10 0.0813 0 75.9 394 test.phys biasWrapper(compt) - 7 -96.4 -201 -7.11e-15 0.0813 0 12.2 406 World Transportation - 8 -434 -7.11e+03 -1e+04 0.0813 0 1.22e+04 1.26e+04 OutOfWorld Transportation + 0 -87.4 -216 154 0.000775 0 0 0 test.phys initStep + 1 -87.4 -216 154 0 0.000775 5.85e-05 5.85e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 30 +* 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 -96 -194 10 0.000899 0 0 0 test.phys initStep - 1 -96 -194 10 0 0.000899 7.17e-05 7.17e-05 test.phys eIoni + 0 -69.7 -247 151 0.00344 0 0 0 test.phys initStep + 1 -69.7 -247 151 0 0.00344 0.000574 0.000574 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 30 +* 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 -114 -138 57.5 0.0106 0 0 0 test.phys initStep - 1 -114 -138 57.5 0 0.0106 0.00396 0.00396 test.phys eIoni + 0 -105 -326 63.3 0.0145 0 0 0 test.phys initStep + 1 -105 -326 63.3 0 0.0145 0.00679 0.00679 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 30 +* 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 -87.1 -135 80.2 0.00428 0 0 0 test.phys initStep - 1 -87.1 -135 80.2 0 0.00428 0.000828 0.000828 test.phys eIoni + 0 -83.3 -258 67.6 0.00425 0 0 0 test.phys initStep + 1 -83.3 -258 67.6 0 0.00425 0.000815 0.000815 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 30 +* 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 -81.9 -135 80.2 0.0145 0 0 0 test.phys initStep - 1 -81.9 -135 80.2 0 0.0145 0.00679 0.00679 test.phys eIoni + 0 43.9 -212 85.3 0.00137 0 0 0 test.phys initStep + 1 43.9 -212 85.3 0 0.00137 0.000133 0.000133 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 30 +* 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 -32.1 20.9 199 0.0411 0 0 0 test.phys initStep - 1 -32.1 20.9 199 0 0.0411 0.0429 0.0429 test.phys eIoni + 0 89.3 -189 120 0.0128 0 0 0 test.phys initStep + 1 89.3 -189 120 0 0.0128 0.00551 0.00551 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 30 +* 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 -32.5 28.2 183 0.0427 0 0 0 test.phys initStep - 1 -32.5 28.2 183 0 0.0427 0.0457 0.0457 test.phys eIoni + 0 90.6 -191 120 0.0277 0 0 0 test.phys initStep + 1 90.6 -191 120 0 0.0277 0.0214 0.0214 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 28 +* 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 2.46 -6.99 146 0.237 0 0 0 test.phys initStep - 1 2.53 -7.26 146 0 0.237 0.818 0.818 test.phys eIoni + 0 90.8 -191 120 0.00799 0 0 0 test.phys initStep + 1 90.8 -191 120 0 0.00799 0.00241 0.00241 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 2 +* 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 -0.485 0.403 117 0.673 0 0 0 test.phys initStep - 1 0.531 1.1 118 0.396 0.277 2.12 2.12 test.phys eIoni - 2 0.952 0.521 119 0.171 0.225 1.5 3.63 test.phys eIoni - 3 0.884 0.416 119 0 0.171 0.485 4.11 test.phys eIoni + 0 76.2 -7.46 168 0.00828 0 0 0 test.phys initStep + 1 76.2 -7.46 168 0 0.00828 0.00256 0.00256 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 2 +* 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 0.0356 0.0342 93.2 0.711 0 0 0 test.phys initStep - 1 0.0924 -1.22 94.3 0.434 0.278 2.2 2.2 test.phys eIoni - 2 0.448 -1.55 95.2 0.079 0.355 1.61 3.8 test.phys eIoni - 3 0.447 -1.61 95.2 0 0.079 0.134 3.94 test.phys eIoni + 0 76 -0.677 165 0.0736 0 0 0 test.phys initStep + 1 76 -0.626 165 0 0.0736 0.118 0.118 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 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 70 -6.43 161 0.302 0 0 0 test.phys initStep + 1 70.1 -6.83 160 0 0.302 1.16 1.16 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 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 57.5 12.5 186 0.511 0 0 0 test.phys initStep + 1 53.1 19.2 194 0.216 0 11.9 11.9 test.phys biasWrapper(compt) + 2 103 46.4 168 0.178 0 62.8 74.7 test.phys biasWrapper(compt) + 3 137 82.8 200 0.178 0 59.5 134 World Transportation + 4 9.46e+03 1e+04 9.02e+03 0.178 0 1.62e+04 1.64e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 0 0 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 57.7 0 0 57.7 558 test.phys biasWrapper(conv) + 0 103 46.4 168 0.0383 0 0 0 test.phys initStep + 1 103 46.4 168 0 0.0383 0.0379 0.0379 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 3, Parent ID = 1 +* 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 0 0 57.7 64.8 0 0 0 test.phys initStep - 1 0.628 1.78 89.3 60.8 3.98 31.6 31.6 test.phys eBrem - 2 0.841 2.31 103 40.6 1.59 14.2 45.8 test.phys eBrem - 3 1.47 2.64 113 39.4 1.25 9.1 54.9 test.phys eBrem - 4 3.02 2.42 130 36.8 2.07 17.9 72.9 test.phys eIoni - 5 3.34 2.59 136 35.5 0.82 5.79 78.6 test.phys eIoni - 6 3.25 2.58 139 34.8 0.358 2.69 81.3 test.phys eIoni - 7 0.848 1.98 171 26.5 4.31 32.2 114 test.phys eIoni - 8 -4.57 2.23 200 22.8 3.67 29.9 143 World Transportation - 9 -3.2e+03 -426 1e+04 22.8 3.34e-22 1.03e+04 1.05e+04 OutOfWorld Transportation + 0 53.1 19.2 194 0.295 0 0 0 test.phys initStep + 1 52.8 19.4 195 0.0908 0.204 1.13 1.13 test.phys eIoni + 2 52.8 19.4 195 0 0.0908 0.17 1.3 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 +* 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.848 1.98 171 3.99 0 0 0 test.phys initStep - 1 1.31 1.22 173 3.32 0.375 2.37 2.37 test.phys eIoni - 2 0.574 -0.145 179 2.54 0.775 6.54 8.92 test.phys eIoni - 3 -1.38 -1.38 182 1.14 0.423 3.85 12.8 test.phys eBrem - 4 -2.71 -3.38 183 0.763 0.379 2.95 15.7 test.phys eIoni - 5 -1.88 -4.93 183 0.508 0.255 2.29 18 test.phys eIoni - 6 -1.49 -6.07 183 0.253 0.255 1.79 19.8 test.phys eIoni - 7 -1.45 -5.98 183 0 0.253 0.905 20.7 test.phys eIoni + 0 58 12.2 186 0.00356 0 0 0 test.phys initStep + 1 58 12.3 186 0 0.000405 0.0555 0.0555 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 10 +* 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 -1.38 -1.38 182 0.978 0 0 0 test.phys initStep - 1 -46.7 -60.3 200 0.978 0 76.5 76.5 World Transportation - 2 -7.7e+03 -1e+04 3.24e+03 0.978 0 1.29e+04 1.3e+04 OutOfWorld Transportation + 0 58 12.3 186 0.00315 0 0 0 test.phys initStep + 1 58 12.3 186 0 0.00315 0.000496 0.000496 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 +* 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 1.31 1.22 173 0.295 0 0 0 test.phys initStep - 1 1.86 1.21 173 0 0.295 1.13 1.13 test.phys eIoni + 0 63.7 17.2 186 2.33 0 0 0 test.phys initStep + 1 65.4 20.5 189 1.66 0.666 4.92 4.92 test.phys eIoni + 2 64.9 24 190 1.2 0.466 3.82 8.74 test.phys eIoni + 3 64.2 26.2 189 0.889 0.306 3.04 11.8 test.phys eIoni + 4 63.3 27.8 190 0.6 0.289 2.52 14.3 test.phys eIoni + 5 63.4 29 190 0.349 0.251 1.98 16.3 test.phys eIoni + 6 64 29.1 191 0.129 0.22 1.35 17.6 test.phys eIoni + 7 64 28.9 191 0 0.129 0.308 17.9 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 +* 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 3.25 2.58 139 0.343 0 0 0 test.phys initStep - 1 2.96 2.01 139 0.0674 0.275 1.33 1.33 test.phys eIoni - 2 2.96 2.06 139 0 0.0674 0.102 1.43 test.phys eIoni + 0 8.88 -1.89 98.9 0.00999 0 0 0 test.phys initStep + 1 10 -1.46 104 0 0.000405 4.92 4.92 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +* 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 3.34 2.59 136 0.473 0 0 0 test.phys initStep - 1 4.26 2.66 137 0.217 0.256 1.71 1.71 test.phys eIoni - 2 4.4 2.94 137 0 0.217 0.714 2.42 test.phys eIoni + 0 10 -1.46 104 0.00959 0 0 0 test.phys initStep + 1 10 -1.46 104 0 0.00959 0.00331 0.00331 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* 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 3.02 2.42 130 0.492 0 0 0 test.phys initStep - 1 2.11 2.38 131 0.243 0.248 1.75 1.75 test.phys eIoni - 2 2.43 2.09 131 0 0.243 0.853 2.6 test.phys eIoni + 0 7.14 -2.29 84.5 0.232 0 0 0 test.phys initStep + 1 20.4 -7.04 166 0.185 0 83.2 83.2 test.phys biasWrapper(compt) + 2 -1.45 38.1 200 0.185 0 60.4 144 World Transportation + 3 -4.83e+03 1e+04 7.59e+03 0.185 0 1.33e+04 1.35e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3 +* 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 1.47 2.64 113 0.0136 0 0 0 test.phys initStep - 1 1.9 2.75 120 0.0136 0 7.51 7.51 test.phys biasWrapper(Rayl) - 2 -5.48 2.25 129 0 0.000405 11.3 18.9 test.phys biasWrapper(phot) + 0 20.4 -7.04 166 0.0465 0 0 0 test.phys initStep + 1 20.5 -7.06 166 0 0.0465 0.0532 0.0532 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 +* 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 -5.48 2.25 129 0.0132 0 0 0 test.phys initStep - 1 -5.48 2.24 129 0 0.0132 0.00575 0.00575 test.phys eIoni + 0 6.16 -2.34 78.2 0.609 0 0 0 test.phys initStep + 1 6.26 -3.44 79.2 0.356 0.252 2 2 test.phys eIoni + 2 6.44 -4.14 78.9 0.114 0.242 1.38 3.38 test.phys eIoni + 3 6.55 -4.21 78.9 0 0.114 0.25 3.63 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.841 2.31 103 18.5 0 0 0 test.phys initStep - 1 5.04 5.29 200 18.5 0 96.7 96.7 World Transportation - 2 431 308 1e+04 18.5 0 9.81e+03 9.91e+03 OutOfWorld Transportation + 0 5.26 -2.5 71.8 0.11 0 0 0 test.phys initStep + 1 26.2 0.233 200 0.11 0 130 130 World Transportation + 2 1.63e+03 209 1e+04 0.11 0 9.93e+03 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 3 +* 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.628 1.78 89.3 0.00306 0 0 0 test.phys initStep - 1 0.63 1.79 89.4 0 0.000405 0.126 0.126 test.phys biasWrapper(phot) + 0 2.43 -2.42 54.7 0.301 0 0 0 test.phys initStep + 1 1.97 -2.24 55.1 0.0558 0.245 1.16 1.16 test.phys eIoni + 2 1.96 -2.22 55.1 0 0.0558 0.0731 1.23 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, 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.63 1.79 89.4 0.00265 0 0 0 test.phys initStep - 1 0.63 1.79 89.4 0 0.00265 0.000374 0.000374 test.phys eIoni + 0 0 0 18.8 70 0 0 0 test.phys initStep + 1 0.562 -0.242 37.9 55.7 2.45 19.1 19.1 test.phys eBrem + 2 1.67 -0.804 58.5 53.4 2.38 20.6 39.7 test.phys eBrem + 3 1.9 -0.937 63.1 51.9 0.753 4.62 44.4 test.phys eIoni + 4 1.77 -2.38 91.3 48.1 3.54 28.3 72.7 test.phys eIoni + 5 13.1 -16.6 145 40.2 7.89 56.9 130 test.phys eBrem + 6 24.5 -31.1 200 32.8 7.45 58.4 188 World Transportation + 7 1.38e+03 -3.59e+03 1e+04 32.8 3.51e-22 1.05e+04 1.07e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 0 57.7 34.2 0 0 0 test.phys initStep - 1 0.487 -1.37 86.6 30.5 3.7 29 29 test.phys eBrem - 2 0.909 -1.56 96.9 24.8 1.37 10.3 39.3 test.phys eBrem - 3 1.43 -1.15 112 20.5 1.93 14.7 54 test.phys eIoni - 4 1.35 -1.21 114 20.2 0.212 1.99 56 test.phys eBrem - 5 1.33 -1.02 143 16.4 3.56 29.2 85.1 test.phys eBrem - 6 0.164 -2.69 162 13.4 2.39 19.5 105 test.phys eIoni - 7 -0.0392 -3.18 164 12.7 0.391 2.12 107 test.phys eIoni - 8 -0.275 -3.74 166 11.5 0.297 2.47 109 test.phys eIoni - 9 -0.307 -4.44 168 11 0.206 1.92 111 test.phys eIoni - 10 -0.417 -5.75 171 9.93 0.503 3.42 115 test.phys eIoni - 11 -0.472 -6.12 172 9.56 0.156 0.803 115 test.phys eBrem - 12 -4.24 -14.2 186 7.37 2.19 16.6 132 test.phys eIoni - 13 -5 -17.8 190 6.21 0.652 5.52 137 test.phys eBrem - 14 -5.43 -25.9 197 4.82 1.4 11.2 149 test.phys eIoni - 15 -5.69 -27.3 198 4.16 0.164 1.55 150 test.phys eIoni - 16 -6.8 -29.4 199 3.62 0.301 2.95 153 test.phys eIoni - 17 -7.17 -30.3 200 3.5 0.12 1.15 154 World Transportation - 18 -3.39e+03 -1e+04 5.53e+03 3.5 3.23e-22 1.18e+04 1.2e+04 OutOfWorld Transportation + 0 13.1 -16.6 145 0.00457 0 0 0 test.phys initStep + 1 13.1 -16.6 145 0 0.000405 0.0789 0.0789 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 39 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -6.8 -29.4 199 0.242 0 0 0 test.phys initStep - 1 -6.82 -29.5 200 0.178 0.0639 0.37 0.37 test.phys msc - 2 -6.79 -29.7 200 0.143 0.035 0.185 0.556 test.phys msc - 3 -6.76 -29.8 200 0.1 0.0426 0.135 0.691 test.phys msc - 4 -6.73 -29.8 200 0 0.1 0.201 0.892 test.phys eIoni + 0 13.1 -16.6 145 0.00417 0 0 0 test.phys initStep + 1 13.1 -16.6 145 0 0.00417 0.00079 0.00079 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.69 -27.3 198 0.494 0 0 0 test.phys initStep - 1 -4.86 -27.6 198 0.342 0.153 1.12 1.12 test.phys msc - 2 -4.29 -27.5 199 0.0811 0.261 1.32 2.44 test.phys eIoni - 3 -4.27 -27.5 199 0 0.0811 0.14 2.58 test.phys eIoni + 0 1.77 -2.38 91.3 0.235 0 0 0 test.phys initStep + 1 1.88 -2.06 91.5 0 0.235 0.808 0.808 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 2 +* 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 -5 -17.8 190 0.502 0 0 0 test.phys initStep - 1 -6.16 -25.5 200 0.502 0 13 13 World Transportation - 2 -1.11e+03 -7.35e+03 1e+04 0.502 0 1.23e+04 1.23e+04 OutOfWorld Transportation + 0 1.9 -0.937 63.1 0.717 0 0 0 test.phys initStep + 1 2.96 -1.73 64.1 0.464 0.254 2.21 2.21 test.phys eIoni + 2 3.53 -1.91 65 0.176 0.288 1.68 3.89 test.phys eIoni + 3 3.62 -2.02 64.8 0 0.176 0.509 4.4 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 2 +* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.472 -6.12 172 0.222 0 0 0 test.phys initStep - 1 -1.56 -20.4 200 0.222 0 31.6 31.6 World Transportation - 2 -379 -4.98e+03 1e+04 0.222 0 1.1e+04 1.1e+04 OutOfWorld Transportation + 0 1.67 -0.804 58.5 0.00301 0 0 0 test.phys initStep + 1 1.68 -0.811 58.6 0 0.000405 0.179 0.179 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 2 +* 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 -0.417 -5.75 171 0.606 0 0 0 test.phys initStep - 1 0.482 -5.52 172 0.298 0.309 1.99 1.99 test.phys eIoni - 2 0.989 -5.66 172 0.046 0.251 1.14 3.14 test.phys eIoni - 3 0.99 -5.67 173 0 0.046 0.0522 3.19 test.phys eIoni + 0 1.68 -0.811 58.6 0.0026 0 0 0 test.phys initStep + 1 1.68 -0.811 58.6 0 0.0026 0.000362 0.000362 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 2 +* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.307 -4.44 168 0.227 0 0 0 test.phys initStep - 1 -0.54 -4.25 168 0 0.227 0.766 0.766 test.phys eIoni + 0 0.562 -0.242 37.9 11.8 0 0 0 test.phys initStep + 1 4.72 0.601 200 11.8 0 162 162 World Transportation + 2 256 51.5 1e+04 11.8 0 9.8e+03 9.97e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 2 +* 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.275 -3.74 166 0.914 0 0 0 test.phys initStep - 1 -0.0666 -2.72 168 0.579 0.334 2.56 2.56 test.phys eIoni - 2 0.0489 -2.84 169 0.326 0.253 1.94 4.5 test.phys eIoni - 3 -0.386 -2.58 170 0.0498 0.277 1.27 5.77 test.phys eIoni - 4 -0.369 -2.6 170 0 0.0498 0.0599 5.83 test.phys eIoni + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 62.5 0 0 62.5 563 test.phys biasWrapper(conv) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 2 +* 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.0392 -3.18 164 0.293 0 0 0 test.phys initStep - 1 -0.516 -3.48 164 0.0287 0.264 1.12 1.12 test.phys eIoni - 2 -0.513 -3.47 164 0 0.0287 0.0228 1.14 test.phys eIoni + 0 0 0 62.5 38.6 0 0 0 test.phys initStep + 1 -0.204 0.0615 68.2 33.1 0.888 5.7 5.7 test.phys eBrem + 2 -1.39 2.6 96.6 28.6 3.69 28.6 34.3 test.phys eIoni + 3 -1.75 3.03 103 27.4 0.845 6.35 40.6 test.phys eBrem + 4 -1.87 2.11 123 24.5 2.82 20.6 61.2 test.phys eBrem + 5 -1.82 0.932 132 23.1 1.15 8.7 69.9 test.phys eIoni + 6 -1.12 -0.358 142 21.8 1.17 9.8 79.7 test.phys eBrem + 7 0.157 -2.55 153 19.5 1.57 11.5 91.2 test.phys eBrem + 8 1.65 -4.95 162 17.4 1.31 9.36 101 test.phys eIoni + 9 0.695 -16.8 188 13.5 3.81 29.1 130 test.phys eIoni + 10 -0.917 -20.9 200 12.2 1.38 12.8 143 World Transportation + 11 -819 -2.61e+03 1e+04 12.2 3.1e-22 1.02e+04 1.03e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 2 +* 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.164 -2.69 162 0.682 0 0 0 test.phys initStep - 1 0.924 -1.98 163 0.437 0.245 2.14 2.14 test.phys eIoni - 2 0.125 -2.51 163 0.0969 0.34 1.61 3.76 test.phys eIoni - 3 0.215 -2.49 163 0 0.0969 0.189 3.94 test.phys eIoni + 0 1.65 -4.95 162 0.871 0 0 0 test.phys initStep + 1 0.867 -4.31 164 0.428 0.443 2.48 2.48 test.phys eIoni + 2 0.692 -3.37 164 0.165 0.263 1.59 4.07 test.phys eIoni + 3 0.464 -3.39 164 0 0.165 0.459 4.53 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 2 +* 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 1.33 -1.02 143 0.181 0 0 0 test.phys initStep - 1 0.236 -9.53 200 0.181 0 58.1 58.1 World Transportation - 2 -186 -1.46e+03 1e+04 0.181 0 9.91e+03 9.97e+03 OutOfWorld Transportation + 0 0.157 -2.55 153 0.727 0 0 0 test.phys initStep + 1 0.198 -11.1 200 0.727 0 47.9 47.9 World Transportation + 2 8.86 -1.78e+03 1e+04 0.727 0 9.96e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 2 +* 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 1.35 -1.21 114 0.136 0 0 0 test.phys initStep - 1 -7.1 -5.36 200 0.136 0 87 87 World Transportation - 2 -965 -475 1e+04 0.136 0 9.86e+03 9.94e+03 OutOfWorld Transportation + 0 -1.12 -0.358 142 0.0848 0 0 0 test.phys initStep + 1 2.67 -11.1 200 0.0848 0 59.4 59.4 World Transportation + 2 640 -1.82e+03 1e+04 0.0848 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 2 +* 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 1.43 -1.15 112 2.34 0 0 0 test.phys initStep - 1 1.61 1.43 115 1.78 0.562 4.94 4.94 test.phys eIoni - 2 0.725 1.82 119 1.37 0.404 4.01 8.95 test.phys eIoni - 3 0.393 0.425 121 0.997 0.375 3.34 12.3 test.phys eIoni - 4 0.0502 -0.576 123 0.342 0.655 2.7 15 test.phys eIoni - 5 -0.0556 -0.882 124 0.0991 0.243 1.33 16.3 test.phys eIoni - 6 -0.0235 -0.916 124 0 0.0991 0.197 16.5 test.phys eIoni + 0 -1.82 0.932 132 0.266 0 0 0 test.phys initStep + 1 -2.24 0.947 132 0 0.266 0.978 0.978 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 2 +* 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.909 -1.56 96.9 4.34 0 0 0 test.phys initStep - 1 7.11 -7.56 200 4.34 0 103 103 World Transportation - 2 597 -578 1e+04 4.34 0 9.83e+03 9.94e+03 OutOfWorld Transportation + 0 -1.87 2.11 123 0.0336 0 0 0 test.phys initStep + 1 -3.64 -5.81 178 0 0.000405 55.5 55.5 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 2 +* 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.487 -1.37 86.6 0.00337 0 0 0 test.phys initStep - 1 0.495 -1.37 86.7 0 0.000405 0.094 0.094 test.phys biasWrapper(phot) + 0 -3.64 -5.81 178 0.0332 0 0 0 test.phys initStep + 1 -3.65 -5.8 178 0 0.0332 0.0294 0.0294 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 15 +* 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.495 -1.37 86.7 0.00296 0 0 0 test.phys initStep - 1 0.495 -1.37 86.7 0 0.00296 0.000448 0.000448 test.phys eIoni + 0 -1.75 3.03 103 0.43 0 0 0 test.phys initStep + 1 -5.28 5.96 200 0.43 0 97.2 97.2 World Transportation + 2 -361 301 1e+04 0.43 0 9.81e+03 9.91e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 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 -1.39 2.6 96.6 0.77 0 0 0 test.phys initStep + 1 -0.161 2.16 97.8 0.525 0.245 2.3 2.3 test.phys eIoni + 2 0.48 2.49 98.8 0.288 0.237 1.83 4.13 test.phys eIoni + 3 0.377 1.93 98.9 0.0339 0.254 1.1 5.23 test.phys eIoni + 4 0.388 1.94 98.9 0 0.0339 0.0305 5.26 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 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.204 0.0615 68.2 4.57 0 0 0 test.phys initStep + 1 -9.92 -0.394 200 4.57 0 132 132 World Transportation + 2 -732 -34.3 1e+04 4.57 0 9.83e+03 9.96e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 -500 100 0 0 0 World initStep - 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 45.4 0 0 45.4 545 test.phys biasWrapper(conv) + 0 0 0 62.5 60.4 0 0 0 test.phys initStep + 1 -0.22 0.186 74.6 58.5 1.47 12.1 12.1 test.phys eBrem + 2 -0.517 0.755 86.7 56.4 1.81 12.1 24.2 test.phys eIoni + 3 -0.695 1.2 95.6 55.3 1.09 8.97 33.2 test.phys eBrem + 4 7.3 10.1 181 44.4 10.7 86.7 120 test.phys eIoni + 5 7.66 10.3 183 43.8 0.363 2.23 122 test.phys eBrem + 6 7.75 10.3 184 43.5 0.0774 0.52 123 test.phys eIoni + 7 8.57 10.8 190 42.9 0.599 5.76 128 test.phys eBrem + 8 10 11.9 200 41.5 1.38 10.5 139 World Transportation + 9 1.43e+03 1.3e+03 1e+04 41.5 3.41e-22 9.98e+03 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 3, Parent ID = 1 +* 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 0 0 45.4 49.9 0 0 0 test.phys initStep - 1 0.0904 -0.0255 49.3 42.3 0.511 3.91 3.91 test.phys eBrem - 2 0.182 -0.638 65 40.4 1.89 15.7 19.6 test.phys eBrem - 3 -1.01 -1.69 80.6 25.2 1.75 15.7 35.3 test.phys eBrem - 4 -0.508 -1.76 122 19.9 5.26 41.6 76.8 test.phys eIoni - 5 -1.42 -2.58 138 17.9 1.86 15.9 92.8 test.phys eBrem - 6 -3.2 -8.37 164 3.51 3.61 27.1 120 test.phys eBrem - 7 -2.57 -9.63 170 2.82 0.689 6.9 127 test.phys eIoni - 8 -1.02 -12 175 2 0.822 5.77 133 test.phys eIoni - 9 -0.796 -14.9 177 1.54 0.459 4.4 137 test.phys eIoni - 10 -0.842 -15 178 1.48 0.0569 0.188 137 test.phys eBrem - 11 -1.16 -15.7 178 0.0767 0.0868 0.913 138 test.phys eIoni - 12 -1.18 -15.7 178 0 0.0767 0.119 138 test.phys eIoni - 13 -1.18 -15.7 178 0 0 0 138 test.phys annihil + 0 8.57 10.8 190 0.0197 0 0 0 test.phys initStep + 1 8.99 11.1 193 0 0.000405 3.05 3.05 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.18 -15.7 178 0.511 0 0 0 test.phys initStep - 1 22.5 -22.3 20.4 0.224 0 160 160 test.phys biasWrapper(compt) - 2 108 142 82.3 0.219 0 196 355 test.phys biasWrapper(compt) - 3 127 212 88.9 0.205 0 72.8 428 test.phys biasWrapper(compt) - 4 116 251 103 0.166 0 42.4 470 test.phys biasWrapper(compt) - 5 78.5 251 153 0.134 0 62 532 test.phys biasWrapper(compt) - 6 72.1 216 160 0.103 0 36.2 568 test.phys biasWrapper(compt) - 7 177 202 93.3 0.0995 0 125 694 test.phys biasWrapper(compt) - 8 216 158 22.4 0.096 0 91.9 786 test.phys biasWrapper(compt) - 9 217 156 21.5 0.0854 0 2.66 788 test.phys biasWrapper(compt) - 10 169 102 43.3 0.0759 0 75.1 864 test.phys biasWrapper(compt) - 11 175 77 23.4 0.0738 0 32.9 896 test.phys biasWrapper(compt) - 12 181 69.7 22.2 0.0614 0 9.18 906 test.phys biasWrapper(compt) - 13 188 101 89 0.0614 0 74.3 980 test.phys biasWrapper(Rayl) - 14 187 112 104 0.0614 0 18.1 998 test.phys biasWrapper(Rayl) - 15 177 127 127 0.0614 0 30.1 1.03e+03 test.phys biasWrapper(Rayl) - 16 162 157 163 0.0497 0 48.6 1.08e+03 test.phys biasWrapper(compt) - 17 216 108 86.9 0.0429 0 106 1.18e+03 test.phys biasWrapper(compt) - 18 203 138 86.3 0.0429 0 33 1.22e+03 test.phys biasWrapper(Rayl) - 19 203 139 86.2 0 0.000405 0.855 1.22e+03 test.phys biasWrapper(phot) + 0 8.99 11.1 193 0.0193 0 0 0 test.phys initStep + 1 8.99 11.1 193 0 0.0193 0.0113 0.0113 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 12 +* 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 203 139 86.2 0.0425 0 0 0 test.phys initStep - 1 203 139 86.2 0 0.0425 0.0455 0.0455 test.phys eIoni + 0 7.75 10.3 184 0.223 0 0 0 test.phys initStep + 1 8.11 10.2 184 0 0.223 0.744 0.744 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 12 +* 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 216 108 86.9 0.00676 0 0 0 test.phys initStep - 1 216 108 86.9 0 0.00676 0.0018 0.0018 test.phys eIoni + 0 7.66 10.3 183 0.259 0 0 0 test.phys initStep + 1 10.6 11.1 200 0.259 0 16.8 16.8 World Transportation + 2 1.77e+03 519 1e+04 0.259 0 9.97e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 12 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 162 157 163 0.0117 0 0 0 test.phys initStep - 1 162 157 163 0 0.0117 0.00471 0.00471 test.phys eIoni + 0 7.3 10.1 181 0.252 0 0 0 test.phys initStep + 1 6.98 9.94 182 0 0.252 0.901 0.901 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 12 +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 181 69.7 22.2 0.0123 0 0 0 test.phys initStep - 1 181 69.7 22.2 0 0.0123 0.00514 0.00514 test.phys eIoni + 0 -0.695 1.2 95.6 0.00423 0 0 0 test.phys initStep + 1 -0.684 1.26 96.2 0 0.000405 0.569 0.569 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 +* 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 175 77 23.4 0.0021 0 0 0 test.phys initStep - 1 175 77 23.4 0 0.0021 0.000257 0.000257 test.phys eIoni + 0 -0.684 1.26 96.2 0.00382 0 0 0 test.phys initStep + 1 -0.684 1.26 96.2 0 0.00382 0.000683 0.000683 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 12 +* 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 169 102 43.3 0.00957 0 0 0 test.phys initStep - 1 169 102 43.3 0 0.00957 0.0033 0.0033 test.phys eIoni + 0 -0.517 0.755 86.7 0.244 0 0 0 test.phys initStep + 1 -0.457 0.38 86.9 0 0.244 0.859 0.859 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 +* 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 217 156 21.5 0.0105 0 0 0 test.phys initStep - 1 217 156 21.5 0 0.0105 0.00389 0.00389 test.phys eIoni + 0 -0.22 0.186 74.6 0.46 0 0 0 test.phys initStep + 1 -2.48 1.32 100 0.233 0 25.9 25.9 test.phys biasWrapper(compt) + 2 3.31 -25.6 99.8 0.228 0 27.5 53.4 test.phys biasWrapper(compt) + 3 80.7 -173 127 0.173 0 168 222 test.phys biasWrapper(compt) + 4 74.1 -179 130 0.106 0 9.66 231 test.phys biasWrapper(compt) + 5 92.5 -137 127 0.0851 0 46 277 test.phys biasWrapper(compt) + 6 176 -192 146 0.0748 0 102 379 test.phys biasWrapper(compt) + 7 281 -93.6 105 0.0721 0 149 528 test.phys biasWrapper(compt) + 8 281 -82.4 102 0.0595 0 11.6 540 test.phys biasWrapper(compt) + 9 314 -107 163 0.0543 0 73.8 614 test.phys biasWrapper(compt) + 10 313 -106 165 0.0543 0 2 616 test.phys biasWrapper(Rayl) + 11 291 -53 200 0.0543 0 67.4 683 World Transportation + 12 -3.99e+03 1e+04 6.95e+03 0.0543 0 1.28e+04 1.35e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 216 158 22.4 0.00353 0 0 0 test.phys initStep - 1 216 158 22.4 0 0.00353 0.000597 0.000597 test.phys eIoni + 0 314 -107 163 0.00522 0 0 0 test.phys initStep + 1 314 -107 163 0 0.00522 0.00116 0.00116 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 177 202 93.3 0.00367 0 0 0 test.phys initStep - 1 177 202 93.3 0 0.00367 0.000639 0.000639 test.phys eIoni + 0 281 -82.4 102 0.0127 0 0 0 test.phys initStep + 1 281 -82.4 102 0 0.0127 0.00538 0.00538 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 72.1 216 160 0.031 0 0 0 test.phys initStep - 1 72.1 216 160 0 0.031 0.0261 0.0261 test.phys eIoni + 0 281 -93.6 105 0.00262 0 0 0 test.phys initStep + 1 281 -93.6 105 0 0.00262 0.000365 0.000365 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 12 +* 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 78.5 251 153 0.0322 0 0 0 test.phys initStep - 1 78.5 251 153 0 0.0322 0.0278 0.0278 test.phys eIoni + 0 176 -192 146 0.0103 0 0 0 test.phys initStep + 1 176 -192 146 0 0.0103 0.00375 0.00375 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 12 +* 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 116 251 103 0.0384 0 0 0 test.phys initStep - 1 116 251 103 0 0.0384 0.0381 0.0381 test.phys eIoni + 0 92.5 -137 127 0.0207 0 0 0 test.phys initStep + 1 92.5 -137 127 0 0.0207 0.0127 0.0127 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 127 212 88.9 0.0143 0 0 0 test.phys initStep - 1 127 212 88.9 0 0.0143 0.00668 0.00668 test.phys eIoni + 0 74.1 -179 130 0.0674 0 0 0 test.phys initStep + 1 74 -179 130 0 0.0674 0.102 0.102 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 +* 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 108 142 82.3 0.00478 0 0 0 test.phys initStep - 1 108 142 82.3 0 0.00478 0.000998 0.000998 test.phys eIoni + 0 80.7 -173 127 0.0546 0 0 0 test.phys initStep + 1 80.8 -173 127 0 0.0546 0.0704 0.0704 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.5 -22.3 20.4 0.287 0 0 0 test.phys initStep - 1 22.5 -22.5 19.9 0.00532 0.282 1.09 1.09 test.phys eIoni - 2 22.5 -22.5 19.9 0 0.00532 0.0012 1.09 test.phys eIoni + 0 3.31 -25.6 99.8 0.00544 0 0 0 test.phys initStep + 1 3.31 -25.6 99.8 0 0.00544 0.00124 0.00124 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.18 -15.7 178 0.511 0 0 0 test.phys initStep - 1 -4.48 -14.8 200 0.511 0 22.2 22.2 World Transportation - 2 -1.48e+03 393 1e+04 0.511 0 9.92e+03 9.94e+03 OutOfWorld Transportation + 0 -2.48 1.32 100 0.227 0 0 0 test.phys initStep + 1 -2.54 1.51 101 0 0.227 0.764 0.764 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 +* 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 -1.16 -15.7 178 1.31 0 0 0 test.phys initStep - 1 -3.66 -16.9 178 1 0.31 3.24 3.24 test.phys eIoni - 2 -4.61 -17.5 179 0.55 0.123 1.24 4.48 test.phys eIoni - 3 -5.21 -18.1 177 0.152 0.398 1.88 6.36 test.phys eIoni - 4 -5.29 -18.2 178 0 0.152 0.402 6.76 test.phys eIoni + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 98.3 0 0 98.3 598 test.phys biasWrapper(conv) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 10 +* 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.61 -17.5 179 0.329 0 0 0 test.phys initStep - 1 -4.78 -18.2 179 0 0.329 1.28 1.28 test.phys eIoni + 0 0 0 98.3 40.7 0 0 0 test.phys initStep + 1 -0.0807 -0.733 108 36.7 1.34 10.1 10.1 test.phys eIoni + 2 -0.178 -0.74 112 36.1 0.461 3.96 14 test.phys eBrem + 3 3.45 -5.04 171 28.4 7.75 59 73 test.phys eIoni + 4 2.2 -11.1 200 24.4 3.92 30.1 103 World Transportation + 5 -902 -2.59e+03 1e+04 24.4 3.31e-22 1.02e+04 1.03e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3 +* 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.842 -15 178 0.00426 0 0 0 test.phys initStep - 1 -0.875 -15.1 178 0 0.000405 0.132 0.132 test.phys biasWrapper(phot) + 0 -0.178 -0.74 112 0.105 0 0 0 test.phys initStep + 1 -1.01 -1.33 177 0.0823 0 64.8 64.8 test.phys biasWrapper(compt) + 2 -53.7 50.3 152 0.0689 0 77.9 143 test.phys biasWrapper(compt) + 3 -34 50.8 130 0.0544 0 29.3 172 test.phys biasWrapper(compt) + 4 -40 49 137 0.0536 0 9.07 181 test.phys biasWrapper(compt) + 5 -44.7 44.5 140 0.05 0 7.37 189 test.phys biasWrapper(compt) + 6 -32.7 45.1 192 0.0427 0 53.4 242 test.phys biasWrapper(compt) + 7 -40.2 36.7 183 0.0383 0 14.6 256 test.phys biasWrapper(compt) + 8 -42.3 112 163 0 0.000405 78 334 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 9 +* 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 -0.875 -15.1 178 0.00386 0 0 0 test.phys initStep - 1 -0.875 -15.1 178 0 0.00386 0.000694 0.000694 test.phys eIoni + 0 -42.3 112 163 0.0379 0 0 0 test.phys initStep + 1 -42.3 112 163 0 0.0379 0.0371 0.0371 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3 +* 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 -3.2 -8.37 164 10.8 0 0 0 test.phys initStep - 1 -7.58 -14.6 200 10.8 0 36.9 36.9 World Transportation - 2 -1.2e+03 -1.72e+03 1e+04 10.8 0 1e+04 1.01e+04 OutOfWorld Transportation + 0 -40.2 36.7 183 0.00442 0 0 0 test.phys initStep + 1 -40.2 36.7 183 0 0.00442 0.000872 0.000872 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 +* 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 -1.42 -2.58 138 0.154 0 0 0 test.phys initStep - 1 -2.4 -5.01 171 0.11 0 33.4 33.4 test.phys biasWrapper(compt) - 2 80.8 -12.8 144 0.101 0 87.9 121 test.phys biasWrapper(compt) - 3 101 13 120 0.0928 0 40.4 162 test.phys biasWrapper(compt) - 4 205 -22 46.9 0.0701 0 132 294 test.phys biasWrapper(compt) - 5 153 -22.4 46.7 0.0664 0 52 346 test.phys biasWrapper(compt) - 6 145 -13.4 51.7 0.0559 0 12.9 359 test.phys biasWrapper(compt) - 7 223 -64.3 126 0.0547 0 119 478 test.phys biasWrapper(compt) - 8 274 -57.3 151 0.0537 0 57 535 test.phys biasWrapper(compt) - 9 274 -57.2 151 0.0451 0 0.26 535 test.phys biasWrapper(compt) - 10 255 -60.9 156 0.0451 0 19.8 555 test.phys biasWrapper(Rayl) - 11 226 -62.2 161 0.0385 0 29.9 585 test.phys biasWrapper(compt) - 12 228 -62 159 0 0.000405 2.83 587 test.phys biasWrapper(phot) + 0 -32.7 45.1 192 0.00725 0 0 0 test.phys initStep + 1 -32.7 45.1 192 0 0.00725 0.00203 0.00203 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 7 +* 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 228 -62 159 0.0381 0 0 0 test.phys initStep - 1 228 -62 159 0 0.0381 0.0375 0.0375 test.phys eIoni + 0 -44.7 44.5 140 0.00369 0 0 0 test.phys initStep + 1 -44.7 44.5 140 0 0.00369 0.000645 0.000645 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 7 +* 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 226 -62.2 161 0.00658 0 0 0 test.phys initStep - 1 226 -62.2 161 0 0.00658 0.00172 0.00172 test.phys eIoni + 0 -40 49 137 0.000737 0 0 0 test.phys initStep + 1 -40 49 137 0 0.000737 5.48e-05 5.48e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 7 +* 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 274 -57.2 151 0.00859 0 0 0 test.phys initStep - 1 274 -57.2 151 0 0.00859 0.00273 0.00273 test.phys eIoni + 0 -34 50.8 130 0.0146 0 0 0 test.phys initStep + 1 -34 50.8 130 0 0.0146 0.00687 0.00687 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 7 +* 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 274 -57.3 151 0.00102 0 0 0 test.phys initStep - 1 274 -57.3 151 0 0.00102 8.6e-05 8.6e-05 test.phys eIoni + 0 -53.7 50.3 152 0.0134 0 0 0 test.phys initStep + 1 -53.7 50.3 152 0 0.0134 0.00593 0.00593 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 7 +* 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 223 -64.3 126 0.00119 0 0 0 test.phys initStep - 1 223 -64.3 126 0 0.00119 0.000107 0.000107 test.phys eIoni + 0 -1.01 -1.33 177 0.0222 0 0 0 test.phys initStep + 1 -1.01 -1.33 177 0 0.0222 0.0145 0.0145 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 7 +* 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 145 -13.4 51.7 0.0105 0 0 0 test.phys initStep - 1 145 -13.4 51.7 0 0.0105 0.00388 0.00388 test.phys eIoni + 0 -0.0807 -0.733 108 2.72 0 0 0 test.phys initStep + 1 -0.176 -2.84 111 2.28 0.436 3.98 3.98 test.phys eBrem + 2 -0.6 -5.72 115 1.77 0.513 4.85 8.83 test.phys eIoni + 3 0.464 -6.78 118 1.35 0.421 4 12.8 test.phys eIoni + 4 1.14 -8.99 120 1.03 0.323 3.3 16.1 test.phys eIoni + 5 2.37 -9.26 122 0.651 0.377 2.76 18.9 test.phys eIoni + 6 3.27 -9.39 123 0.375 0.276 2.08 21 test.phys eIoni + 7 4.03 -9.33 123 0.00417 0.371 1.44 22.4 test.phys eIoni + 8 4.03 -9.33 123 0 0.00417 0.000791 22.4 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 7 +* 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 153 -22.4 46.7 0.00366 0 0 0 test.phys initStep - 1 153 -22.4 46.7 0 0.00366 0.000636 0.000636 test.phys eIoni + 0 0 0 98.3 58.2 0 0 0 test.phys initStep + 1 -0.119 0.00582 106 56.8 1.02 8.03 8.03 test.phys eBrem + 2 -0.185 -0.0369 113 55.7 0.929 6.68 14.7 test.phys eBrem + 3 -0.195 -0.0514 114 55.2 0.0951 0.946 15.7 test.phys eIoni + 4 -1.45 0.0938 198 44.6 10.3 84.7 100 test.phys eBrem + 5 -1.49 0.104 200 44.4 0.231 1.85 102 World Transportation + 6 -121 -74.8 1e+04 44.4 3.36e-22 9.8e+03 9.9e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 7 +* 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 205 -22 46.9 0.0227 0 0 0 test.phys initStep - 1 205 -22 46.9 0 0.0227 0.0151 0.0151 test.phys eIoni + 0 -1.45 0.0938 198 0.324 0 0 0 test.phys initStep + 1 -1.4 0.0301 200 0.324 0 1.86 1.86 World Transportation + 2 258 -337 1e+04 0.324 0 9.81e+03 9.81e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 101 13 120 0.00832 0 0 0 test.phys initStep - 1 101 13 120 0 0.00832 0.00258 0.00258 test.phys eIoni + 0 -0.195 -0.0514 114 0.418 0 0 0 test.phys initStep + 1 -0.93 0.298 114 0.0147 0.403 1.56 1.56 test.phys eIoni + 2 -0.927 0.298 114 0 0.0147 0.00698 1.57 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 7 +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 80.8 -12.8 144 0.00883 0 0 0 test.phys initStep - 1 80.8 -12.8 144 0 0.00883 0.00286 0.00286 test.phys eIoni + 0 -0.185 -0.0369 113 0.12 0 0 0 test.phys initStep + 1 -0.959 -0.168 141 0.082 0 28.3 28.3 test.phys biasWrapper(compt) + 2 -15.6 9.68 30 0.082 0 113 141 test.phys biasWrapper(Rayl) + 3 -17.1 3.58 0 0.082 0 30.6 172 World Transportation + 4 -510 -2.03e+03 -1e+04 0.082 0 1.02e+04 1.04e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 7 +* 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 -2.4 -5.01 171 0.0442 0 0 0 test.phys initStep - 1 -2.41 -5.01 171 0 0.0442 0.0486 0.0486 test.phys eIoni + 0 -0.959 -0.168 141 0.0383 0 0 0 test.phys initStep + 1 -0.958 -0.168 141 0 0.0383 0.0379 0.0379 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3 +* 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 -1.01 -1.69 80.6 13.5 0 0 0 test.phys initStep - 1 -13 -9.83 200 13.5 0 120 120 World Transportation - 2 -998 -678 1e+04 13.5 0 9.87e+03 9.99e+03 OutOfWorld Transportation + 0 -0.119 0.00582 106 0.421 0 0 0 test.phys initStep + 1 -1.81 -1.35 158 0.165 0 52.1 52.1 test.phys biasWrapper(compt) + 2 13.7 -12.2 123 0.143 0 40 92.1 test.phys biasWrapper(compt) + 3 15.8 -10.1 121 0.111 0 3.49 95.6 test.phys biasWrapper(compt) + 4 -60.2 104 176 0.0992 0 147 243 test.phys biasWrapper(compt) + 5 -60.2 104 175 0.0962 0 0.994 244 test.phys biasWrapper(compt) + 6 -54.6 118 172 0.0921 0 14.6 258 test.phys biasWrapper(compt) + 7 -38.9 155 124 0.0678 0 62.7 321 test.phys biasWrapper(compt) + 8 -57.6 107 172 0.0542 0 69.7 391 test.phys biasWrapper(compt) + 9 -43 116 151 0.0482 0 27.1 418 test.phys biasWrapper(compt) + 10 -9.99 71.8 169 0.0478 0 57.8 476 test.phys biasWrapper(compt) + 11 14.9 52.8 195 0.042 0 40.6 516 test.phys biasWrapper(compt) + 12 15.5 53.4 193 0.0374 0 1.51 518 test.phys biasWrapper(compt) + 13 15.9 53 194 0.0338 0 0.702 518 test.phys biasWrapper(compt) + 14 14.4 53.9 194 0 0.000405 1.87 520 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.182 -0.638 65 0.0275 0 0 0 test.phys initStep - 1 -2.55 -3.48 128 0.0254 0 62.8 62.8 test.phys biasWrapper(compt) - 2 -32.9 50 89.8 0 0.000405 72.2 135 test.phys biasWrapper(phot) + 0 14.4 53.9 194 0.0334 0 0 0 test.phys initStep + 1 14.4 54 194 0 0.0334 0.0297 0.0297 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 5 +* 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 -32.9 50 89.8 0.025 0 0 0 test.phys initStep - 1 -32.9 50 89.7 0 0.025 0.0179 0.0179 test.phys eIoni + 0 15.9 53 194 0.00365 0 0 0 test.phys initStep + 1 15.9 53 194 0 0.00365 0.000633 0.000633 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 5 +* 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 -2.55 -3.48 128 0.00211 0 0 0 test.phys initStep - 1 -2.55 -3.48 128 0 0.00211 0.000258 0.000258 test.phys eIoni + 0 15.5 53.4 193 0.00456 0 0 0 test.phys initStep + 1 15.5 53.4 193 0 0.00456 0.000921 0.000921 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0904 -0.0255 49.3 7.06 0 0 0 test.phys initStep - 1 8.37 -4.67 200 7.06 0 151 151 World Transportation - 2 547 -307 1e+04 7.06 0 9.82e+03 9.97e+03 OutOfWorld Transportation + 0 14.9 52.8 195 0.00575 0 0 0 test.phys initStep + 1 14.9 52.8 195 0 0.00575 0.00137 0.00137 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 45.4 49.1 0 0 0 test.phys initStep - 1 -0.000304 0.00711 46.3 48.2 0.0815 0.91 0.91 test.phys eBrem - 2 0.751 0.0575 65.1 45.6 2.5 18.8 19.8 test.phys eBrem - 3 1.47 0.349 76.5 37.4 1.49 11.4 31.2 test.phys eBrem - 4 1.55 0.359 77.4 36 0.084 0.891 32.1 test.phys eBrem - 5 3.52 -4.63 136 28.5 7.55 58.7 90.8 test.phys eIoni - 6 4.33 -6.51 150 26.1 1.78 14.5 105 test.phys eIoni - 7 4.65 -7.44 158 24.9 0.875 7.65 113 test.phys eIoni - 8 4.92 -7.86 161 23.6 0.392 3.05 116 test.phys eIoni - 9 5.8 -12.4 199 18.2 5.36 38.9 155 test.phys eIoni - 10 5.08 -13.1 200 18.1 0.164 1.66 157 World Transportation - 11 -6.22e+03 -5.21e+03 1e+04 18.1 4.02e-22 1.27e+04 1.29e+04 OutOfWorld Transportation + 0 -9.99 71.8 169 0.000435 0 0 0 test.phys initStep + 1 -9.99 71.8 169 0 0.000435 2.83e-05 2.83e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.92 -7.86 161 0.896 0 0 0 test.phys initStep - 1 6.01 -9.09 162 0.519 0.378 2.53 2.53 test.phys eIoni - 2 7.22 -9.12 162 0.252 0.267 1.81 4.34 test.phys eIoni - 3 7.41 -9.47 162 0 0.252 0.901 5.24 test.phys eIoni + 0 -43 116 151 0.00599 0 0 0 test.phys initStep + 1 -43 116 151 0 0.00599 0.00146 0.00146 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 2 +* 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 4.65 -7.44 158 0.393 0 0 0 test.phys initStep - 1 4.89 -6.79 158 0.156 0.237 1.49 1.49 test.phys eIoni - 2 4.99 -6.85 158 0 0.156 0.421 1.91 test.phys eIoni + 0 -57.6 107 172 0.0136 0 0 0 test.phys initStep + 1 -57.6 107 172 0 0.0136 0.00609 0.00609 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 4.33 -6.51 150 0.562 0 0 0 test.phys initStep - 1 3.44 -7.12 151 0.21 0.352 1.9 1.9 test.phys eIoni - 2 3.12 -7.23 151 0 0.21 0.678 2.58 test.phys eIoni + 0 -38.9 155 124 0.0243 0 0 0 test.phys initStep + 1 -38.9 155 124 0 0.0243 0.017 0.017 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 2 +* 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 1.55 0.359 77.4 1.28 0 0 0 test.phys initStep - 1 5.06 0.793 126 0.234 0 48.7 48.7 test.phys biasWrapper(compt) - 2 -5.76 22.5 96.9 0.178 0 37.9 86.6 test.phys biasWrapper(compt) - 3 -77.2 -64.2 0 0.178 0 148 235 World Transportation - 4 -7.45e+03 -9.02e+03 -1e+04 0.178 0 1.53e+04 1.56e+04 OutOfWorld Transportation + 0 -54.6 118 172 0.0041 0 0 0 test.phys initStep + 1 -54.6 118 172 0 0.0041 0.000767 0.000767 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 46 +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.76 22.5 96.9 0.0568 0 0 0 test.phys initStep - 1 -5.76 22.6 96.8 0 0.0568 0.0754 0.0754 test.phys eIoni + 0 -60.2 104 175 0.00304 0 0 0 test.phys initStep + 1 -60.2 104 175 0 0.00304 0.000467 0.000467 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.06 0.793 126 1.05 0 0 0 test.phys initStep - 1 5.31 0.599 128 0.719 0.328 2.79 2.79 test.phys eIoni - 2 6.25 1.17 130 0.463 0.256 2.21 5 test.phys eIoni - 3 7.02 0.421 129 0.192 0.27 1.68 6.68 test.phys eIoni - 4 7.28 0.559 129 0 0.192 0.588 7.27 test.phys eIoni + 0 -60.2 104 176 0.0116 0 0 0 test.phys initStep + 1 -60.2 104 176 0 0.0116 0.00461 0.00461 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 1.47 0.349 76.5 6.7 0 0 0 test.phys initStep - 1 13.5 4.66 200 6.7 0 124 124 World Transportation - 2 969 347 1e+04 6.7 0 9.85e+03 9.98e+03 OutOfWorld Transportation + 0 15.8 -10.1 121 0.032 0 0 0 test.phys initStep + 1 15.9 -10.1 121 0 0.032 0.0276 0.0276 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.751 0.0575 65.1 0.111 0 0 0 test.phys initStep - 1 13 -0.982 200 0.111 0 135 135 World Transportation - 2 901 -76.5 1e+04 0.111 0 9.84e+03 9.98e+03 OutOfWorld Transportation + 0 13.7 -12.2 123 0.0221 0 0 0 test.phys initStep + 1 13.7 -12.2 123 0 0.0221 0.0143 0.0143 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.000304 0.00711 46.3 0.808 0 0 0 test.phys initStep - 1 -0.804 0.581 84.6 0.69 0 38.3 38.3 test.phys biasWrapper(compt) - 2 -13.3 30 144 0.517 0 67.8 106 test.phys biasWrapper(compt) - 3 -93.7 146 200 0.517 0 152 258 World Transportation - 4 -6.9e+03 1e+04 4.91e+03 0.517 0 1.29e+04 1.31e+04 OutOfWorld Transportation + 0 -1.81 -1.35 158 0.256 0 0 0 test.phys initStep + 1 -1.85 -1.33 159 0.173 0.0543 0.334 0.334 test.phys eBrem + 2 -1.97 -1.34 159 0 0.173 0.498 0.832 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 43 +* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.3 30 144 0.173 0 0 0 test.phys initStep - 1 -13.2 30 145 0.0165 0.113 0.453 0.453 test.phys eBrem - 2 -13.2 30 145 0 0.0165 0.0086 0.462 test.phys eIoni + 0 -1.85 -1.33 159 0.0288 0 0 0 test.phys initStep + 1 -5.31 -0.348 163 0.0264 0 5.99 5.99 test.phys biasWrapper(compt) + 2 3.11 12.1 152 0 0.000405 18.7 24.7 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 53 +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 33 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -13.2 30 145 0.0433 0 0 0 test.phys initStep - 1 21.5 22.7 200 0.0433 0 65.8 65.8 World Transportation - 2 6.17e+03 -1.26e+03 1e+04 0.0433 0 1.16e+04 1.17e+04 OutOfWorld Transportation + 0 3.11 12.1 152 0.026 0 0 0 test.phys initStep + 1 3.12 12.1 152 0 0.026 0.0191 0.0191 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 43 +* 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 -0.804 0.581 84.6 0.118 0 0 0 test.phys initStep - 1 -0.764 0.478 84.7 0 0.118 0.264 0.264 test.phys eIoni + 0 -5.31 -0.348 163 0.00241 0 0 0 test.phys initStep + 1 -5.31 -0.348 163 0 0.00241 0.00032 0.00032 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -2477,217 +2394,228 @@ 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 124 0 0 124 624 test.phys biasWrapper(conv) + 2 0 0 133 0 0 133 633 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 124 81.2 0 0 0 test.phys initStep - 1 0.0457 -0.0481 127 80.1 0.306 2.83 2.83 test.phys eIoni - 2 -0.259 -0.255 146 77.3 2.68 19.4 22.2 test.phys eBrem - 3 -0.419 -0.225 149 76.5 0.491 3.19 25.4 test.phys eIoni - 4 -1.43 0.784 170 66.9 2.76 21 46.4 test.phys eBrem - 5 -1.43 0.784 170 66.8 9.48e-05 0.00112 46.4 test.phys eBrem - 6 -2.08 1.52 181 65.2 1.29 10.3 56.8 test.phys eIoni - 7 -3.23 2.49 192 63.8 1.39 11.5 68.3 test.phys eBrem - 8 -4.09 3.07 200 62.8 0.984 8.11 76.4 World Transportation - 9 -1.15e+03 250 1e+04 62.8 3.49e-22 9.87e+03 9.95e+03 OutOfWorld Transportation + 0 0 0 133 43.3 0 0 0 test.phys initStep + 1 2.07 0.302 163 30.2 3.63 30.1 30.1 test.phys eBrem + 2 2.66 0.531 167 29.7 0.472 4.26 34.3 test.phys eBrem + 3 3.44 0.988 172 29.1 0.583 4.92 39.3 test.phys eBrem + 4 4.36 1.44 177 28.4 0.528 4.73 44 test.phys eBrem + 5 5.32 1.77 182 27.9 0.545 5.04 49 test.phys eBrem + 6 9.19 2.76 200 25.7 2.15 18.7 67.8 World Transportation + 7 3.95e+03 1.45e+03 1e+04 25.7 3.48e-22 1.07e+04 1.07e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 3 +* 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 -3.23 2.49 192 0.0256 0 0 0 test.phys initStep - 1 -3.82 2.93 198 0 0.000405 5.81 5.81 test.phys biasWrapper(phot) + 0 5.32 1.77 182 0.00599 0 0 0 test.phys initStep + 1 5.74 1.81 184 0 0.000405 1.85 1.85 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 +* 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 -3.82 2.93 198 0.0252 0 0 0 test.phys initStep - 1 -3.82 2.92 198 0 0.0252 0.0181 0.0181 test.phys eIoni + 0 5.74 1.81 184 0.00558 0 0 0 test.phys initStep + 1 5.74 1.81 184 0 0.00558 0.0013 0.0013 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 +* 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 -2.08 1.52 181 0.289 0 0 0 test.phys initStep - 1 -2.38 1.12 181 0.0697 0.219 1.1 1.1 test.phys eIoni - 2 -2.37 1.14 181 0 0.0697 0.108 1.21 test.phys eIoni + 0 4.36 1.44 177 0.107 0 0 0 test.phys initStep + 1 5.57 2.07 182 0.102 0 5.75 5.75 test.phys biasWrapper(compt) + 2 5.2 19 200 0.102 0 24.4 30.2 World Transportation + 3 -202 9.47e+03 1e+04 0.102 0 1.36e+04 1.36e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3 +* 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 -1.43 0.784 170 0.124 0 0 0 test.phys initStep - 1 -3.41 1.56 200 0.124 0 29.8 29.8 World Transportation - 2 -656 258 1e+04 0.124 0 9.83e+03 9.85e+03 OutOfWorld Transportation + 0 5.57 2.07 182 0.00485 0 0 0 test.phys initStep + 1 5.57 2.07 182 0 0.00485 0.00102 0.00102 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 +* 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 -1.43 0.784 170 6.79 0 0 0 test.phys initStep - 1 -3.28 2.28 200 6.79 0 29.8 29.8 World Transportation - 2 -613 495 1e+04 6.79 0 9.83e+03 9.86e+03 OutOfWorld Transportation + 0 3.44 0.988 172 0.0809 0 0 0 test.phys initStep + 1 3.77 1.26 174 0.0793 0 2.21 2.21 test.phys biasWrapper(compt) + 2 0.208 0.376 185 0.0607 0 11.2 13.4 test.phys biasWrapper(compt) + 3 24.1 -7.87 133 0.0575 0 58.2 71.6 test.phys biasWrapper(compt) + 4 -30.8 48.9 15.7 0.0557 0 141 213 test.phys biasWrapper(compt) + 5 -36.5 42.4 0 0.0557 0 17.9 231 World Transportation + 6 -3.72e+03 -4.09e+03 -1e+04 0.0557 0 1.14e+04 1.17e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* 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.419 -0.225 149 0.28 0 0 0 test.phys initStep - 1 -0.365 -0.694 150 0 0.28 1.06 1.06 test.phys eIoni + 0 -30.8 48.9 15.7 0.00185 0 0 0 test.phys initStep + 1 -30.8 48.9 15.7 0 0.00185 0.00021 0.00021 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3 +* 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.259 -0.255 146 0.15 0 0 0 test.phys initStep - 1 -1.63 0.342 181 0.125 0 34.7 34.7 test.phys biasWrapper(compt) - 2 35.9 6.23 195 0.0871 0 40.5 75.3 test.phys biasWrapper(compt) - 3 -2.79 -42.8 158 0.0702 0 72.8 148 test.phys biasWrapper(compt) - 4 -1.69 -37.5 155 0.0557 0 6.23 154 test.phys biasWrapper(compt) - 5 -15.4 -58.1 161 0 0.000405 25.5 180 test.phys biasWrapper(phot) + 0 24.1 -7.87 133 0.00321 0 0 0 test.phys initStep + 1 24.1 -7.87 133 0 0.00321 0.000511 0.000511 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5 +* 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 -15.4 -58.1 161 0.0552 0 0 0 test.phys initStep - 1 -15.4 -58.1 161 0 0.0552 0.0719 0.0719 test.phys eIoni + 0 0.208 0.376 185 0.0186 0 0 0 test.phys initStep + 1 0.206 0.376 185 0 0.0186 0.0105 0.0105 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 5 +* 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 -1.69 -37.5 155 0.0145 0 0 0 test.phys initStep - 1 -1.69 -37.5 155 0 0.0145 0.00686 0.00686 test.phys eIoni + 0 3.77 1.26 174 0.00164 0 0 0 test.phys initStep + 1 3.77 1.26 174 0 0.00164 0.000175 0.000175 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 5 +* 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 -2.79 -42.8 158 0.0169 0 0 0 test.phys initStep - 1 -2.79 -42.8 158 0 0.0169 0.00892 0.00892 test.phys eIoni + 0 2.66 0.531 167 0.0206 0 0 0 test.phys initStep + 1 7.21 2.74 200 0.0206 0 33 33 World Transportation + 2 1.37e+03 667 1e+04 0.0206 0 9.92e+03 9.95e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 5 +* 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 35.9 6.23 195 0.0376 0 0 0 test.phys initStep - 1 35.9 6.24 195 0 0.0376 0.0366 0.0366 test.phys eIoni + 0 2.07 0.302 163 9.49 0 0 0 test.phys initStep + 1 7.26 3.05 200 9.49 0 37.3 37.3 World Transportation + 2 1.39e+03 735 1e+04 9.49 0 9.92e+03 9.96e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.63 0.342 181 0.025 0 0 0 test.phys initStep - 1 -1.64 0.341 181 0 0.025 0.0179 0.0179 test.phys eIoni + 0 0 0 133 55.6 0 0 0 test.phys initStep + 1 -0.11 0.03 142 54.2 1.21 9.25 9.25 test.phys eBrem + 2 0.731 1.16 176 49.8 4 33.2 42.4 test.phys eIoni + 3 1.09 0.477 180 48.9 0.58 4.39 46.8 test.phys eIoni + 4 3.3 -2.07 200 46.3 2.58 20.4 67.2 World Transportation + 5 1.15e+03 -1.41e+03 1e+04 46.3 3.43e-22 9.97e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* 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.0457 -0.0481 127 0.768 0 0 0 test.phys initStep - 1 1.08 -0.947 128 0.515 0.253 2.3 2.3 test.phys eIoni - 2 1.74 -1.89 128 0.256 0.259 1.8 4.1 test.phys eIoni - 3 1.3 -2.05 128 0 0.256 0.92 5.02 test.phys eIoni + 0 1.09 0.477 180 0.352 0 0 0 test.phys initStep + 1 1.6 -0.0382 180 0.112 0.24 1.36 1.36 test.phys eIoni + 2 1.62 -0.151 180 0 0.112 0.243 1.61 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 124 17.8 0 0 0 test.phys initStep - 1 0.834 1.6 142 15.4 2.12 18.3 18.3 test.phys eIoni - 2 0.917 1.55 143 14.4 0.154 1.13 19.5 test.phys eBrem - 3 0.434 2.66 163 12 2.34 20.1 39.6 test.phys eBrem - 4 0.0666 1.86 168 10.7 0.508 4.57 44.2 test.phys eIoni - 5 0.111 1.48 174 9.76 0.917 6.76 50.9 test.phys eBrem - 6 -1.99 -0.157 191 7.6 2.16 16.9 67.9 test.phys eIoni - 7 -11.2 -3.05 200 6.11 1.49 13.5 81.3 test.phys eIoni - 8 -11.5 -3.11 200 6.06 0.0482 0.466 81.8 World Transportation - 9 -6.63e+03 -1.88e+03 1e+04 6.06 3.43e-22 1.2e+04 1.21e+04 OutOfWorld Transportation + 0 0.731 1.16 176 0.38 0 0 0 test.phys initStep + 1 0.0699 1.32 176 0.118 0.262 1.45 1.45 test.phys eIoni + 2 0.0844 1.23 176 0 0.118 0.266 1.72 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 2 +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0666 1.86 168 0.773 0 0 0 test.phys initStep - 1 0.629 0.415 169 0.464 0.31 2.31 2.31 test.phys eIoni - 2 1.25 -0.326 169 0.085 0.379 1.68 3.99 test.phys eIoni - 3 1.22 -0.367 169 0 0.085 0.152 4.15 test.phys eIoni + 0 -0.11 0.03 142 0.188 0 0 0 test.phys initStep + 1 -0.3 -0.619 200 0.188 0 57.6 57.6 World Transportation + 2 -32.7 -111 1e+04 0.188 0 9.8e+03 9.86e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 2 +* 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.434 2.66 163 0.119 0 0 0 test.phys initStep - 1 -5.43 -3.83 200 0.119 0 37.9 37.9 World Transportation - 2 -1.57e+03 -1.73e+03 1e+04 0.119 0 1.01e+04 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 2 + 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.917 1.55 143 0.851 0 0 0 test.phys initStep - 1 1.34 1.01 149 0.306 0 5.99 5.99 test.phys biasWrapper(compt) - 2 116 14.7 134 0.18 0 117 123 test.phys biasWrapper(compt) - 3 91.6 33.3 65.5 0.159 0 75.1 198 test.phys biasWrapper(compt) - 4 63.4 187 0 0.159 0 170 367 World Transportation - 5 -1.73e+03 1e+04 -4.17e+03 0.159 0 1.08e+04 1.12e+04 OutOfWorld Transportation + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 183 0 0 183 683 test.phys biasWrapper(conv) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 +* 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 91.6 33.3 65.5 0.0206 0 0 0 test.phys initStep - 1 91.6 33.2 65.5 0 0.0206 0.0127 0.0127 test.phys eIoni + 0 0 0 183 35.3 0 0 0 test.phys initStep + 1 0.0553 0.0118 184 32.8 0.214 1.47 1.47 test.phys eIoni + 2 0.822 -0.371 200 30.8 1.99 15.9 17.4 World Transportation + 3 -784 -1.17e+03 1e+04 30.8 3.29e-22 9.9e+03 9.92e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 18 +* 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 116 14.7 134 0.126 0 0 0 test.phys initStep - 1 116 14.7 134 0 0.126 0.296 0.296 test.phys eIoni + 0 0.0553 0.0118 184 2.3 0 0 0 test.phys initStep + 1 -0.0119 3.58 187 1.68 0.616 4.87 4.87 test.phys eIoni + 2 0.499 6.51 189 1.28 0.405 3.86 8.73 test.phys eIoni + 3 1.01 8.8 190 0.852 0.425 3.18 11.9 test.phys eIoni + 4 0.00512 10.4 190 0.569 0.283 2.45 14.4 test.phys eIoni + 5 -1.14 10.5 189 0.194 0.375 1.92 16.3 test.phys eIoni + 6 -1.38 10.3 189 0 0.194 0.599 16.9 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 18 +* 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.34 1.01 149 0.545 0 0 0 test.phys initStep - 1 1 0.858 150 0.314 0.232 1.87 1.87 test.phys eIoni - 2 1.1 1.18 151 0 0.314 1.21 3.08 test.phys eIoni + 0 0 0 183 63.7 0 0 0 test.phys initStep + 1 0.0227 -0.199 192 58.6 1.06 9.2 9.2 test.phys eBrem + 2 -0.015 -0.3 194 58 0.575 2.49 11.7 test.phys eBrem + 3 -0.148 -0.496 200 57.4 0.594 5.64 17.3 World Transportation + 4 -251 -406 1e+04 57.4 3.44e-22 9.81e+03 9.83e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 2 +* 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.015 -0.3 194 0.0784 0 0 0 test.phys initStep + 1 -0.175 -0.418 200 0.0784 0 5.63 5.63 World Transportation + 2 -279 -207 1e+04 0.0784 0 9.81e+03 9.81e+03 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.834 1.6 142 0.276 0 0 0 test.phys initStep - 1 1.18 1.94 142 0.0473 0.229 1.03 1.03 test.phys eIoni - 2 1.17 1.96 142 0 0.0473 0.0548 1.09 test.phys eIoni + 0 0.0227 -0.199 192 4.01 0 0 0 test.phys initStep + 1 0.000605 -0.495 200 4.01 0 8.12 8.12 World Transportation + 2 -26.7 -358 1e+04 4.01 0 9.81e+03 9.81e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -2700,24 +2628,42 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 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 +* 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 20.9 0.834 0 20.9 521 test.phys biasWrapper(hadElastic) - 3 12.4 -18.3 15 0.765 0.0691 22.9 544 test.phys biasWrapper(hadElastic) - 4 15.8 -18.9 3.55e-15 0.765 0 15.4 559 World Transportation - 5 2.25e+03 -432 -1e+04 0.765 0 1.03e+04 1.08e+04 OutOfWorld Transportation + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 194 0 0 194 694 test.phys biasWrapper(conv) ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 2, 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 0 194 95.6 0 0 0 test.phys initStep + 1 -0.0432 0.0123 200 94.5 1.13 6.45 6.45 World Transportation + 2 100 7.58 1e+04 94.5 3.59e-22 9.8e+03 9.81e+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 194 3.38 0 0 0 test.phys initStep + 1 4.27 -1.3 198 2.48 0.902 6.65 6.65 test.phys eIoni + 2 6.01 -1.71 200 2.21 0.271 2.77 9.41 World Transportation + 3 4.97e+03 4.83e+03 1e+04 2.21 3.2e-22 1.2e+04 1.2e+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 20.9 0.166 0 0 0 test.phys initStep - 1 -0.000465 0.000684 20.9 0 0.166 0.0016 0.0016 test.phys ionIoni + 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 @@ -2726,20 +2672,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 0 0 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 34.6 0.971 0.0289 34.6 535 test.phys biasWrapper(hadElastic) - 3 -36.8 -32.9 99.7 0.893 0 81.7 616 test.phys biasWrapper(hadElastic) - 4 -15.7 -52 121 0.883 0.00965 35.3 652 test.phys biasWrapper(hadElastic) - 5 6.8 -84.9 181 0.868 0.0152 72.7 724 test.phys biasWrapper(hadElastic) - 6 25.5 -114 200 0.868 0 39.2 764 World Transportation - 7 6.41e+03 -1e+04 6.55e+03 0.868 0 1.34e+04 1.41e+04 OutOfWorld Transportation + 2 0 0 76 0.997 0.00323 76 576 test.phys biasWrapper(hadElastic) + 3 3.75 -7.33 114 0.96 0.0365 39.1 615 test.phys biasWrapper(hadElastic) + 4 -17.8 -21.5 143 0.863 0 38.5 654 test.phys biasWrapper(hadElastic) + 5 -73.4 -77 104 0.817 0.0456 87.7 741 test.phys biasWrapper(hadElastic) + 6 -89.2 -73.1 94.2 0.815 0.00166 18.9 760 test.phys biasWrapper(hadElastic) + 7 -106 -72.1 83.1 0.763 0.0522 20.2 780 test.phys biasWrapper(hadElastic) + 8 -142 48.6 0 0.763 0 151 931 World Transportation + 9 -3.15e+03 1e+04 -6.85e+03 0.763 0 1.24e+04 1.34e+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 -36.8 -32.9 99.7 0.078 0 0 0 test.phys initStep - 1 -36.8 -32.9 99.7 0 0.078 0.000987 0.000987 test.phys ionIoni + 0 -17.8 -21.5 143 0.0975 0 0 0 test.phys initStep + 1 -17.8 -21.5 143 0 0.0975 0.00114 0.00114 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2748,37 +2696,53 @@ 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 36.3 0.845 0 36.3 536 test.phys biasWrapper(hadElastic) - 3 -6.95 -3.21 35.1 0.754 0 7.76 544 test.phys biasWrapper(hadElastic) - 4 -41.5 22.6 79.5 0.571 0 62 606 test.phys biasWrapper(hadElastic) - 5 -23 -8.16 57.7 0.547 0.0249 42 648 test.phys biasWrapper(hadElastic) - 6 5.04 -28.3 63.4 0.528 0.0183 35 683 test.phys biasWrapper(hadElastic) - 7 79.2 -155 7.11e-15 0.528 0 160 843 World Transportation - 8 5.82e+03 -1e+04 -4.91e+03 0.528 0 1.24e+04 1.33e+04 OutOfWorld Transportation + 2 0 0 63.6 0.836 0 63.6 564 test.phys biasWrapper(hadElastic) + 3 107 -138 20.2 0.657 0 180 744 test.phys biasWrapper(hadElastic) + 4 70 -108 106 0.511 0 98.4 842 test.phys biasWrapper(hadElastic) + 5 74.1 -104 99.3 0.408 0 8.86 851 test.phys biasWrapper(hadElastic) + 6 84.2 -285 144 0.319 0 187 1.04e+03 test.phys biasWrapper(hadElastic) + 7 32.6 -182 200 0.319 0 128 1.17e+03 World Transportation + 8 -5.05e+03 1e+04 5.67e+03 0.319 0 1.26e+04 1.38e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 84.2 -285 144 0.0887 0 0 0 test.phys initStep + 1 84.2 -285 144 0 0.0887 0.00107 0.00107 test.phys ionIoni + +********************************************************************************************************* +* 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 74.1 -104 99.3 0.103 0 0 0 test.phys initStep + 1 74.1 -104 99.3 0 0.103 0.00118 0.00118 test.phys ionIoni ********************************************************************************************************* * 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 -41.5 22.6 79.5 0.183 0 0 0 test.phys initStep - 1 -41.5 22.6 79.5 0 0.183 0.00169 0.00169 test.phys ionIoni + 0 70 -108 106 0.146 0 0 0 test.phys initStep + 1 70 -108 106 0 0.146 0.00148 0.00148 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 -6.95 -3.21 35.1 0.091 0 0 0 test.phys initStep - 1 -6.95 -3.21 35.1 0 0.091 0.00109 0.00109 test.phys ionIoni + 0 107 -138 20.2 0.179 0 0 0 test.phys initStep + 1 107 -138 20.2 0 0.179 0.00168 0.00168 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 36.3 0.155 0 0 0 test.phys initStep - 1 0.000756 0.00035 36.3 0 0.155 0.00153 0.00153 test.phys ionIoni + 0 0 0 63.6 0.164 0 0 0 test.phys initStep + 1 -0.00051 0.000654 63.6 0 0.164 0.00159 0.00159 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2787,18 +2751,27 @@ 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 29.7 0.888 0 29.7 530 test.phys biasWrapper(hadElastic) - 3 -257 -26.8 75.3 0.83 0.0576 263 793 test.phys biasWrapper(hadElastic) - 4 -330 -85.9 0 0.83 0 120 913 World Transportation - 5 -1e+04 -7.93e+03 -9.98e+03 0.83 0 1.6e+04 1.69e+04 OutOfWorld 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 6.05 0.843 0 6.05 506 test.phys biasWrapper(hadElastic) + 3 26.9 -19.2 2.66e-15 0.843 0 33.6 540 World Transportation + 4 1e+04 -7.11e+03 -2.24e+03 0.843 0 1.24e+04 1.3e+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 29.7 0.112 0 0 0 test.phys initStep - 1 0.000765 7.96e-05 29.7 0 0.112 0.00125 0.00125 test.phys ionIoni + 0 0 0 6.05 0.157 0 0 0 test.phys initStep + 1 -0.000679 0.000483 6.05 0 0.157 0.00154 0.00154 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2807,44 +2780,38 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 48.2 0.859 0 48.2 548 test.phys biasWrapper(hadElastic) - 3 1.5 2.37 48 0.839 0.0206 2.81 551 test.phys biasWrapper(hadElastic) - 4 18.1 10.8 41.9 0.743 0 19.6 571 test.phys biasWrapper(hadElastic) - 5 36.3 -21 27.2 0.694 0.0492 39.5 610 test.phys biasWrapper(hadElastic) - 6 26.1 -54.1 35.8 0.69 0.0039 35.8 646 test.phys biasWrapper(hadElastic) - 7 25.4 -57.4 37.7 0.682 0.00755 3.85 650 test.phys biasWrapper(hadElastic) - 8 -19 -120 68.2 0.619 0.0636 82.9 733 test.phys biasWrapper(hadElastic) - 9 -3.95 -133 90.8 0.566 0.0532 29.8 762 test.phys biasWrapper(hadElastic) - 10 14.1 -114 103 0.484 0 28.4 791 test.phys biasWrapper(hadElastic) - 11 0.179 -119 126 0.443 0.0412 27.5 818 test.phys biasWrapper(hadElastic) - 12 38.9 -102 186 0.43 0.0131 73.5 892 test.phys biasWrapper(hadElastic) - 13 44.3 -105 191 0.417 0.0126 7.96 900 test.phys biasWrapper(hadElastic) - 14 273 -189 200 0.417 0 244 1.14e+03 World Transportation - 15 1e+04 -3.78e+03 573 0.417 0 1.04e+04 1.15e+04 OutOfWorld Transportation + 2 0 0 53.6 0.975 0.0254 53.6 554 test.phys biasWrapper(hadElastic) + 3 -29.3 6.46 96.8 0.889 0 52.6 606 test.phys biasWrapper(hadElastic) + 4 -8.28 4.01 128 0.763 0 38 644 test.phys biasWrapper(hadElastic) + 5 32.4 14.9 98.2 0.724 0.0384 51.8 696 test.phys biasWrapper(hadElastic) + 6 139 -15.8 108 0.714 0.0104 111 807 test.phys biasWrapper(hadElastic) + 7 205 -64.9 91.8 0.573 0 83.9 891 test.phys biasWrapper(hadElastic) + 8 51.1 -131 200 0.573 0 199 1.09e+03 World Transportation + 9 -1e+04 -4.46e+03 7.28e+03 0.573 0 1.3e+04 1.41e+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 14.1 -114 103 0.0811 0 0 0 test.phys initStep - 1 14.1 -114 103 0 0.0811 0.00101 0.00101 test.phys ionIoni + 0 205 -64.9 91.8 0.14 0 0 0 test.phys initStep + 1 205 -64.9 91.8 0 0.14 0.00144 0.00144 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 18.1 10.8 41.9 0.0959 0 0 0 test.phys initStep - 1 18.1 10.8 41.9 0 0.0959 0.00113 0.00113 test.phys ionIoni + 0 -8.28 4.01 128 0.127 0 0 0 test.phys initStep + 1 -8.28 4.01 128 0 0.127 0.00135 0.00135 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 48.2 0.141 0 0 0 test.phys initStep - 1 -0.000442 -0.000698 48.2 0 0.141 0.00144 0.00144 test.phys ionIoni + 0 -29.3 6.46 96.8 0.0853 0 0 0 test.phys initStep + 1 -29.3 6.46 96.8 0 0.0853 0.00105 0.00105 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2853,37 +2820,46 @@ 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 106 0.973 0.0268 106 606 test.phys biasWrapper(hadElastic) - 3 -14.2 11.8 132 0.822 0 31.5 638 test.phys biasWrapper(hadElastic) - 4 -31.4 -31.2 133 0.737 0 46.3 684 test.phys biasWrapper(hadElastic) - 5 -31.5 -31.8 135 0.726 0.0104 2.59 687 test.phys biasWrapper(hadElastic) - 6 -23.1 -44.5 156 0.62 0 25.9 713 test.phys biasWrapper(hadElastic) - 7 -166 -35 200 0.62 0 149 862 World Transportation - 8 -1e+04 619 3.23e+03 0.62 0 1.03e+04 1.12e+04 OutOfWorld Transportation + 2 0 0 9.6 0.855 0 9.6 510 test.phys biasWrapper(hadElastic) + 3 27.5 -65.1 3.79 0.774 0 71 581 test.phys biasWrapper(hadElastic) + 4 34.9 -64.4 1.33e-15 0.774 0 8.37 589 World Transportation + 5 1e+04 868 -5.09e+03 0.774 0 1.12e+04 1.18e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 4, Parent ID = 1 +* 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 -23.1 -44.5 156 0.107 0 0 0 test.phys initStep - 1 -23.1 -44.5 156 0 0.107 0.00121 0.00121 test.phys ionIoni + 0 27.5 -65.1 3.79 0.0817 0 0 0 test.phys initStep + 1 27.5 -65.1 3.79 0 0.0817 0.00102 0.00102 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, 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 0 0 9.6 0.145 0 0 0 test.phys initStep + 1 -0.000323 0.000765 9.6 0 0.145 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 -31.4 -31.2 133 0.0854 0 0 0 test.phys initStep - 1 -31.4 -31.2 133 0 0.0854 0.00105 0.00105 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 21.1 0.914 0 21.1 521 test.phys biasWrapper(hadElastic) + 3 -7.72 0.114 24.2 0.91 0.00361 8.33 529 test.phys biasWrapper(hadElastic) + 4 -254 0.729 200 0.91 0 303 832 World Transportation + 5 -1e+04 25 7.15e+03 0.91 0 1.2e+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 -14.2 11.8 132 0.151 0 0 0 test.phys initStep - 1 -14.2 11.8 132 0 0.151 0.00151 0.00151 test.phys ionIoni + 0 0 0 21.1 0.0863 0 0 0 test.phys initStep + 1 0.000663 -9.82e-06 21.1 0 0.0863 0.00105 0.00105 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2892,29 +2868,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 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 69.2 0.882 0 69.2 569 test.phys biasWrapper(hadElastic) - 3 273 229 117 0.855 0.0276 360 929 test.phys biasWrapper(hadElastic) - 4 284 245 135 0.674 0 26.8 956 test.phys biasWrapper(hadElastic) - 5 284 249 78.3 0.636 0.0383 56.8 1.01e+03 test.phys biasWrapper(hadElastic) - 6 287 254 75.1 0.616 0.0199 5.9 1.02e+03 test.phys biasWrapper(hadElastic) - 7 293 279 0 0.616 0 79.4 1.1e+03 World Transportation - 8 1.22e+03 3.6e+03 -1e+04 0.616 0 1.06e+04 1.17e+04 OutOfWorld Transportation + 2 0 0 103 0.82 0 103 603 test.phys biasWrapper(hadElastic) + 3 -13.1 -17 94.7 0.715 0 23.1 626 test.phys biasWrapper(hadElastic) + 4 -44.5 14.6 73.9 0.641 0 49.1 675 test.phys biasWrapper(hadElastic) + 5 -39.2 18.9 66.8 0.621 0.0197 9.91 685 test.phys biasWrapper(hadElastic) + 6 -40.7 104 0 0.621 0 108 793 World Transportation + 7 -210 1e+04 -7.81e+03 0.621 0 1.26e+04 1.34e+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 -44.5 14.6 73.9 0.0739 0 0 0 test.phys initStep + 1 -44.5 14.6 73.9 0 0.0739 0.000953 0.000953 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 284 245 135 0.18 0 0 0 test.phys initStep - 1 284 245 135 0 0.18 0.00168 0.00168 test.phys ionIoni + 0 -13.1 -17 94.7 0.106 0 0 0 test.phys initStep + 1 -13.1 -17 94.7 0 0.106 0.0012 0.0012 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 69.2 0.118 0 0 0 test.phys initStep - 1 -0.000601 -0.000504 69.2 0 0.118 0.00129 0.00129 test.phys ionIoni + 0 0 0 103 0.18 0 0 0 test.phys initStep + 1 0.00049 0.000636 103 0 0.18 0.00168 0.00168 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2923,11 +2906,10 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -500 1 0 0 0 World initStep 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 9.84 0.958 0.0421 9.84 510 test.phys biasWrapper(hadElastic) - 3 31.6 -4.48 41.3 0.907 0.0508 44.9 555 test.phys biasWrapper(hadElastic) - 4 235 -172 46.3 0.879 0.028 264 818 test.phys biasWrapper(hadElastic) - 5 299 -198 0 0.879 0 82.7 901 World Transportation - 6 1e+04 -4.25e+03 -7.11e+03 0.879 0 1.27e+04 1.36e+04 OutOfWorld Transportation + 2 0 0 94.7 0.933 0.067 94.7 595 test.phys biasWrapper(hadElastic) + 3 35.2 27.7 122 0.915 0.0178 52.4 647 test.phys biasWrapper(hadElastic) + 4 58.1 86.6 200 0.915 0 100 748 World Transportation + 5 2.94e+03 7.5e+03 1e+04 0.915 0 1.26e+04 1.34e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2936,60 +2918,74 @@ 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 108 0.964 0.0357 108 608 test.phys biasWrapper(hadElastic) - 3 -81.5 3.53 200 0.964 0 123 731 World Transportation - 4 -8.77e+03 380 1e+04 0.964 0 1.31e+04 1.38e+04 OutOfWorld Transportation + 2 0 0 98.9 0.869 0 98.9 599 test.phys biasWrapper(hadElastic) + 3 -0.942 13.5 99.3 0.658 0 13.6 612 test.phys biasWrapper(hadElastic) + 4 1.27 -56.6 125 0.534 0 74.6 687 test.phys biasWrapper(hadElastic) + 5 145 28.5 130 0.493 0.0408 167 855 test.phys biasWrapper(hadElastic) + 6 145 48 124 0.427 0.0663 20.4 875 test.phys biasWrapper(hadElastic) + 7 -5.19 66.8 200 0.427 0 169 1.04e+03 World Transportation + 8 -1e+04 1.32e+03 5.25e+03 0.427 0 1.13e+04 1.23e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* 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 0 0 -500 1 0 0 0 World initStep - 1 0 0 0 1 0 500 500 test.phys Transportation - 2 0 0 40.5 0.975 0.025 40.5 541 test.phys biasWrapper(hadElastic) - 3 9.92 4.5 56.4 0.859 0 19.2 560 test.phys biasWrapper(hadElastic) - 4 49 26.5 33.2 0.697 0 50.5 610 test.phys biasWrapper(hadElastic) - 5 44.4 28.3 32.1 0.659 0.038 5.01 615 test.phys biasWrapper(hadElastic) - 6 24.4 17 14.2 0.513 0 29.2 644 test.phys biasWrapper(hadElastic) - 7 105 19.3 18.7 0.395 0 80.6 725 test.phys biasWrapper(hadElastic) - 8 51.4 54.7 17.1 0.377 0.0174 64 789 test.phys biasWrapper(hadElastic) - 9 -12 40.1 18.5 0.331 0.0466 65.2 854 test.phys biasWrapper(hadElastic) - 10 -10.5 28.8 15.9 0.295 0.0359 11.6 866 test.phys biasWrapper(hadElastic) - 11 9.88 29.8 0 0.295 0 25.9 892 World Transportation - 12 1e+04 490 -7.79e+03 0.295 0 1.27e+04 1.36e+04 OutOfWorld Transportation + 0 1.27 -56.6 125 0.124 0 0 0 test.phys initStep + 1 1.27 -56.6 125 0 0.124 0.00133 0.00133 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 5, Parent ID = 1 +* 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.942 13.5 99.3 0.211 0 0 0 test.phys initStep + 1 -0.942 13.5 99.3 0 0.211 0.0018 0.0018 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 105 19.3 18.7 0.118 0 0 0 test.phys initStep - 1 105 19.3 18.7 0 0.118 0.00129 0.00129 test.phys ionIoni + 0 0 0 98.9 0.131 0 0 0 test.phys initStep + 1 5.65e-05 -0.000811 98.9 0 0.131 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 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 80.9 99.9 0 80.9 581 test.phys biasWrapper(hadElastic) + 3 -0.0698 -6.01 124 99.3 0 43.7 625 test.phys biasWrapper(hadElastic) + 4 -1.63 -4.12 141 98.9 0 16.6 641 test.phys biasWrapper(hadElastic) + 5 5.66 6.07 200 98.9 0 60.7 702 World Transportation + 6 1.21e+03 1.69e+03 1e+04 98.9 0 1e+04 1.07e+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 24.4 17 14.2 0.146 0 0 0 test.phys initStep - 1 24.4 17 14.2 0 0.146 0.00147 0.00147 test.phys ionIoni + 0 -1.63 -4.12 141 0.367 0 0 0 test.phys initStep + 1 -1.63 -4.12 141 0 0.367 0.00217 0.00217 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 49 26.5 33.2 0.162 0 0 0 test.phys initStep - 1 49 26.5 33.2 0 0.162 0.00158 0.00158 test.phys ionIoni + 0 -0.0698 -6.01 124 0.542 0 0 0 test.phys initStep + 1 -0.069 -6.02 124 0 0.542 0.00244 0.00244 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 9.92 4.5 56.4 0.116 0 0 0 test.phys initStep - 1 9.92 4.5 56.4 0 0.116 0.00127 0.00127 test.phys ionIoni + 0 0 0 80.9 0.144 0 0 0 test.phys initStep + 1 1.47e-05 0.00127 80.9 0 0.144 0.00146 0.00146 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2998,108 +2994,289 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -500 100 0 0 0 World initStep 1 0 0 0 100 0 500 500 test.phys Transportation - 2 0 0 85.1 0 0 85.1 585 test.phys biasWrapper(neutronInelastic) + 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 = Be8, Track ID = 7, 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 0 0 85.1 4.54 0 0 0 test.phys initStep - 1 0.00555 -0.00714 85.1 0 4.54 0.0106 0.0106 test.phys ionIoni + 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 = alpha, Track ID = 6, 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 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 167 99.7 0 167 667 test.phys biasWrapper(hadElastic) + 3 -5.29 -3.99 200 99.7 0 33.2 701 World Transportation + 4 -1.6e+03 -1.21e+03 1e+04 99.7 0 1e+04 1.07e+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 167 0.305 0 0 0 test.phys initStep + 1 0.00156 0.00117 167 0 0.305 0.00206 0.00206 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 85.1 1.63 0 0 0 test.phys initStep - 1 -0.00252 -0.00121 85.1 0 1.63 0.00984 0.00984 test.phys ionIoni + 0 0 0 -500 100 0 0 0 World initStep + 1 0 0 0 100 0 500 500 test.phys Transportation + 2 0 0 4.67 99.8 0 4.67 505 test.phys biasWrapper(hadElastic) + 3 29.6 -0.761 200 99.8 0 198 702 World Transportation + 4 1.51e+03 -38.9 1e+04 99.8 0 9.91e+03 1.06e+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 4.67 0.171 0 0 0 test.phys initStep + 1 -0.00145 3.73e-05 4.67 0 0.171 0.00164 0.00164 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 84.6 0 0 84.6 585 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 84.6 2.5 0 0 0 test.phys initStep + 1 -0.0057 0.0005 84.7 0 2.5 0.00604 0.00604 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 84.6 2.46 0 0 0 test.phys initStep + 1 0.0117 0.0116 84.6 0 2.46 0.0166 0.0166 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 84.6 0.13 0 0 0 test.phys initStep + 1 -9.67 -33.5 99.1 0.129 0 37.8 37.8 test.phys biasWrapper(compt) + 2 -33.1 -90.6 111 0.104 0 62.9 101 test.phys biasWrapper(compt) + 3 -54.2 -83.9 106 0.0924 0 22.9 124 test.phys biasWrapper(compt) + 4 -58.6 -37.8 101 0.0911 0 46.6 170 test.phys biasWrapper(compt) + 5 -9.68 249 159 0.0907 0 297 467 test.phys biasWrapper(compt) + 6 -8.94 293 175 0.0796 0 47.2 514 test.phys biasWrapper(compt) + 7 -135 322 180 0.077 0 129 643 test.phys biasWrapper(compt) + 8 -164 355 196 0.0703 0 46.9 690 test.phys biasWrapper(compt) + 9 -163 375 184 0.0695 0 23.5 714 test.phys biasWrapper(compt) + 10 -151 411 174 0.0677 0 40.2 754 test.phys biasWrapper(compt) + 11 -109 448 129 0.0583 0 71.6 826 test.phys biasWrapper(compt) + 12 -90.8 481 200 0.0583 0 80.2 906 World Transportation + 13 2.36e+03 5.03e+03 1e+04 0.0583 0 1.11e+04 1.2e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 -109 448 129 0.0094 0 0 0 test.phys initStep + 1 -109 448 129 0 0.0094 0.00319 0.00319 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 -151 411 174 0.0018 0 0 0 test.phys initStep + 1 -151 411 174 0 0.0018 0.000201 0.000201 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 -163 375 184 0.000811 0 0 0 test.phys initStep + 1 -163 375 184 0 0.000811 6.22e-05 6.22e-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 -164 355 196 0.00672 0 0 0 test.phys initStep + 1 -164 355 196 0 0.00672 0.00178 0.00178 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 -135 322 180 0.00258 0 0 0 test.phys initStep + 1 -135 322 180 0 0.00258 0.000356 0.000356 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 -8.94 293 175 0.0112 0 0 0 test.phys initStep + 1 -8.93 293 175 0 0.0112 0.00433 0.00433 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 -9.68 249 159 0.000377 0 0 0 test.phys initStep + 1 -9.68 249 159 0 0.000377 2.41e-05 2.41e-05 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 -58.6 -37.8 101 0.00127 0 0 0 test.phys initStep + 1 -58.6 -37.8 101 0 0.00127 0.000118 0.000118 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 -54.2 -83.9 106 0.0112 0 0 0 test.phys initStep + 1 -54.2 -83.9 106 0 0.0112 0.00436 0.00436 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 -33.1 -90.6 111 0.0254 0 0 0 test.phys initStep + 1 -33.1 -90.6 111 0 0.0254 0.0183 0.0183 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 -9.67 -33.5 99.1 0.000801 0 0 0 test.phys initStep + 1 -9.67 -33.5 99.1 0 0.000801 6.13e-05 6.13e-05 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 0 85.1 0.231 0 0 0 test.phys initStep - 1 91.9 15.2 46.4 0.186 0 101 101 test.phys biasWrapper(compt) - 2 104 62.6 31.5 0.171 0 51.2 152 test.phys biasWrapper(compt) - 3 125 81.8 0 0.171 0 42.3 194 World Transportation - 4 6.71e+03 6.19e+03 -1e+04 0.171 0 1.34e+04 1.36e+04 OutOfWorld Transportation + 0 0 0 84.6 0.518 0 0 0 test.phys initStep + 1 -20.2 37.4 122 0.275 0 56.5 56.5 test.phys biasWrapper(compt) + 2 -381 -139 183 0.17 0 406 462 test.phys biasWrapper(compt) + 3 -411 -58.9 141 0.158 0 95.4 558 test.phys biasWrapper(compt) + 4 -415 -43.4 104 0.147 0 40.4 598 test.phys biasWrapper(compt) + 5 -421 146 8.1 0.113 0 212 810 test.phys biasWrapper(compt) + 6 -422 141 0 0.113 0 9.34 819 World Transportation + 7 -1.66e+03 -5.45e+03 -1e+04 0.113 0 1.15e+04 1.23e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 +* 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 104 62.6 31.5 0.0153 0 0 0 test.phys initStep - 1 104 62.6 31.5 0 0.0153 0.00751 0.00751 test.phys eIoni + 0 -421 146 8.1 0.0337 0 0 0 test.phys initStep + 1 -421 146 8.11 0 0.0337 0.0303 0.0303 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +* 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 91.9 15.2 46.4 0.0448 0 0 0 test.phys initStep - 1 91.9 15.2 46.4 0 0.0448 0.0498 0.0498 test.phys eIoni + 0 -415 -43.4 104 0.011 0 0 0 test.phys initStep + 1 -415 -43.4 104 0 0.011 0.00418 0.00418 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 4, Parent ID = 1 +* 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 0 0 85.1 5.87 0 0 0 test.phys initStep - 1 -0.0351 0.28 85.1 4.31 1.56 0.283 0.283 test.phys hIoni - 2 -0.0576 0.496 85 2.68 1.62 0.219 0.502 test.phys hIoni - 3 -0.0699 0.644 85 0.798 1.88 0.15 0.651 test.phys hIoni - 4 -0.0735 0.668 85 0 0.798 0.0248 0.676 test.phys hIoni + 0 -411 -58.9 141 0.0126 0 0 0 test.phys initStep + 1 -411 -58.9 141 0 0.0126 0.0053 0.0053 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 1 +* 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 0 0 85.1 6.78 0 0 0 test.phys initStep - 1 -68.7 65 200 6.78 0 149 149 World Transportation - 2 -5.92e+03 5.61e+03 1e+04 6.78 0 1.27e+04 1.28e+04 OutOfWorld Transportation + 0 -381 -139 183 0.105 0 0 0 test.phys initStep + 1 -381 -139 183 0 0.105 0.217 0.217 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +* 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 0 0 85.1 61.1 0 0 0 test.phys initStep - 1 -6.12 5.14 133 60.3 0 48.3 48.3 test.phys biasWrapper(hadElastic) - 2 8.81 32 200 60.3 0 74 122 World Transportation - 3 2.18e+03 3.95e+03 1e+04 60.3 0 1.08e+04 1.09e+04 OutOfWorld Transportation + 0 -20.2 37.4 122 0.243 0 0 0 test.phys initStep + 1 -20.1 37.7 122 0 0.243 0.85 0.85 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 10, Parent ID = 2 +* 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 -6.12 5.14 133 0.812 0 0 0 test.phys initStep - 1 -6.12 5.14 133 0 0.812 0.00271 0.00271 test.phys ionIoni + 0 0 0 84.6 1.31 0 0 0 test.phys initStep + 1 7.06 -11.2 0 1.31 0 85.7 85.7 World Transportation + 2 841 -1.33e+03 -1e+04 1.31 0 1.01e+04 1.02e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = neutron, 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 + 0 0 0 84.6 22.9 0 0 0 test.phys initStep + 1 -42 -62.2 200 22.9 0 138 138 World Transportation + 2 -3.61e+03 -5.35e+03 1e+04 22.9 0 1.17e+04 1.18e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = proton, Track ID = 2, 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 + 0 0 0 84.6 50.3 0 0 0 test.phys initStep + 1 3.03 -0.203 90.3 44.3 6 6.43 6.43 test.phys hIoni + 2 5.51 -0.383 94.8 38.9 5.36 5.15 11.6 test.phys hIoni + 3 7.47 -0.523 98.4 34.3 4.64 4.11 15.7 test.phys hIoni + 4 9.01 -0.644 101 30.3 3.97 3.3 19 test.phys hIoni + 5 10.2 -0.695 104 26.5 3.83 2.67 21.7 test.phys hIoni + 6 11.2 -0.762 106 22.9 3.57 2.13 23.8 test.phys hIoni + 7 11.9 -0.814 107 20 2.93 1.68 25.5 test.phys hIoni + 8 12.6 -0.886 108 17.5 2.49 1.35 26.8 test.phys hIoni + 9 13 -0.938 109 15.1 2.36 1.09 27.9 test.phys hIoni + 10 13.4 -0.97 110 12.9 2.23 0.878 28.8 test.phys hIoni + 11 13.7 -0.965 111 11 1.93 0.698 29.5 test.phys hIoni + 12 13.9 -0.961 111 9.07 1.89 0.561 30 test.phys hIoni + 13 14.1 -0.963 112 7.42 1.66 0.444 30.5 test.phys hIoni + 14 14.2 -0.972 112 5.8 1.61 0.355 30.8 test.phys hIoni + 15 14.3 -0.984 112 4.22 1.58 0.28 31.1 test.phys hIoni + 16 14.4 -0.991 112 2.6 1.62 0.215 31.3 test.phys hIoni + 17 14.4 -0.994 113 0.694 1.91 0.145 31.5 test.phys hIoni + 18 14.4 -0.995 113 0.111 0.583 0.0201 31.5 test.phys hIoni + 19 14.4 -0.995 113 0.0295 0.0815 0.00245 31.5 test.phys hIoni + 20 14.4 -0.995 113 0.00623 0.0232 0.00107 31.5 test.phys hIoni + 21 14.4 -0.995 113 0 0.00623 0.000489 31.5 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3108,165 +3285,213 @@ 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 105 0 0 105 605 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 149 0 0 149 649 test.phys biasWrapper(neutronInelastic) + 0 0 0 105 0.942 0 0 0 test.phys initStep + 1 -0.00068 -0.00261 105 0 0.942 0.00281 0.00281 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = C12, Track ID = 6, 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 149 8.07 0 0 0 test.phys initStep - 1 -0.00886 -0.00279 149 0 8.07 0.0104 0.0104 test.phys ionIoni + 0 0 0 105 0.0743 0 0 0 test.phys initStep + 1 -122 47.3 197 0.0655 0 160 160 test.phys biasWrapper(compt) + 2 -122 43.4 200 0.0655 0 5.14 165 World Transportation + 3 1.26e+03 -1e+04 8.93e+03 0.0655 0 1.34e+04 1.35e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = deuteron, Track ID = 5, Parent ID = 1 +* 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 0 149 3.72 0 0 0 test.phys initStep - 1 0.142 0.0552 149 1.32 2.39 0.156 0.156 test.phys hIoni - 2 0.176 0.0686 149 0 1.32 0.0375 0.194 test.phys hIoni + 0 -122 47.3 197 0.00884 0 0 0 test.phys initStep + 1 -122 47.3 197 0 0.00884 0.00287 0.00287 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 149 0.251 0 0 0 test.phys initStep - 1 62.3 166 124 0.151 0 179 179 test.phys biasWrapper(compt) - 2 93.8 140 138 0.115 0 43.3 222 test.phys biasWrapper(compt) - 3 93.1 140 139 0.115 0 1.26 224 test.phys biasWrapper(compt) - 4 57.9 129 200 0.115 0 70.9 294 World Transportation - 5 -5.63e+03 -1.58e+03 1e+04 0.115 0 1.15e+04 1.18e+04 OutOfWorld Transportation + 0 0 0 105 1.1 0 0 0 test.phys initStep + 1 -154 50.4 34.7 0.868 0 177 177 test.phys biasWrapper(compt) + 2 -213 36.2 0 0.868 0 69.8 246 World Transportation + 3 -1e+04 -2.32e+03 -5.76e+03 0.868 0 1.16e+04 1.18e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, 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 93.1 140 139 0.000346 0 0 0 test.phys initStep - 1 93.1 140 139 0 0.000346 2.19e-05 2.19e-05 test.phys eIoni + 0 -154 50.4 34.7 0.233 0 0 0 test.phys initStep + 1 -154 50.7 34.7 0 0.233 0.795 0.795 test.phys eIoni ********************************************************************************************************* -* 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 93.8 140 138 0.0357 0 0 0 test.phys initStep - 1 93.8 140 138 0 0.0357 0.0334 0.0334 test.phys eIoni + 0 0 0 105 2.95 0 0 0 test.phys initStep + 1 17 -95.3 200 2.95 0 135 135 World Transportation + 2 1.78e+03 -9.95e+03 1e+04 2.95 0 1.4e+04 1.41e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +* 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 62.3 166 124 0.1 0 0 0 test.phys initStep - 1 62.3 166 124 0 0.1 0.2 0.2 test.phys eIoni + 0 0 0 105 94.9 0 0 0 test.phys initStep + 1 6.09 23.3 169 0 0 67.8 67.8 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = C12, Track ID = 15, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 149 1.12 0 0 0 test.phys initStep - 1 -8.85 -71.2 121 0.248 0 77.1 77.1 test.phys biasWrapper(compt) - 2 -73.5 -18.9 164 0.242 0 93.6 171 test.phys biasWrapper(compt) - 3 -96.9 -5.24 190 0.194 0 37.8 208 test.phys biasWrapper(compt) - 4 -96.8 -5.25 190 0.159 0 0.266 209 test.phys biasWrapper(compt) - 5 -98.3 -7.85 192 0.137 0 3.57 212 test.phys biasWrapper(compt) - 6 -181 -24 182 0.134 0 85.4 298 test.phys biasWrapper(compt) - 7 -243 -26.2 200 0.134 0 64.2 362 World Transportation - 8 -1e+04 -382 3.08e+03 0.134 0 1.02e+04 1.05e+04 OutOfWorld Transportation + 0 6.09 23.3 169 1.02 0 0 0 test.phys initStep + 1 6.08 23.3 169 0 1.02 0.00303 0.00303 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 3 +* 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 -181 -24 182 0.00338 0 0 0 test.phys initStep - 1 -181 -24 182 0 0.00338 0.000557 0.000557 test.phys eIoni + 0 6.09 23.3 169 0.0806 0 0 0 test.phys initStep + 1 23.2 59.5 170 0.0804 0 40.1 40.1 test.phys biasWrapper(compt) + 2 24.8 65.7 170 0.0697 0 6.41 46.5 test.phys biasWrapper(compt) + 3 46.9 59.7 200 0.0697 0 37.8 84.3 World Transportation + 4 7.24e+03 -1.9e+03 1e+04 0.0697 0 1.23e+04 1.24e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -98.3 -7.85 192 0.0223 0 0 0 test.phys initStep - 1 -98.3 -7.85 192 0 0.0223 0.0146 0.0146 test.phys eIoni + 0 24.8 65.7 170 0.0108 0 0 0 test.phys initStep + 1 24.8 65.7 170 0 0.0108 0.00405 0.00405 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -96.8 -5.25 190 0.0345 0 0 0 test.phys initStep - 1 -96.8 -5.24 190 0 0.0345 0.0315 0.0315 test.phys eIoni + 0 23.2 59.5 170 0.000213 0 0 0 test.phys initStep + 1 23.2 59.5 170 0 0.000213 1.39e-05 1.39e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3 +* 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 -96.9 -5.24 190 0.0479 0 0 0 test.phys initStep - 1 -96.9 -5.23 190 0 0.0479 0.056 0.056 test.phys eIoni + 0 6.09 23.3 169 0.865 0 0 0 test.phys initStep + 1 112 -64.5 104 0.262 0 152 152 test.phys biasWrapper(compt) + 2 -27.3 -46.9 0 0.262 0 174 327 World Transportation + 3 -1e+04 1.21e+03 -7.41e+03 0.262 0 1.25e+04 1.28e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -73.5 -18.9 164 0.00604 0 0 0 test.phys initStep - 1 -73.5 -18.9 164 0 0.00604 0.00148 0.00148 test.phys eIoni + 0 112 -64.5 104 0.603 0 0 0 test.phys initStep + 1 113 -65.3 103 0.335 0.268 1.99 1.99 test.phys eIoni + 2 114 -64.9 103 0.1 0.235 1.3 3.29 test.phys eIoni + 3 114 -64.9 103 0 0.1 0.2 3.49 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 +* G4Track Information: Particle = proton, Track ID = 12, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -8.85 -71.2 121 0.872 0 0 0 test.phys initStep - 1 -8.78 -73 120 0.561 0.312 2.49 2.49 test.phys eIoni - 2 -8.54 -74.2 120 0.303 0.257 1.9 4.39 test.phys eIoni - 3 -8.09 -74.5 119 0.0671 0.236 1.17 5.56 test.phys eIoni - 4 -8.04 -74.5 119 0 0.0671 0.101 5.66 test.phys eIoni + 0 6.09 23.3 169 2.46 0 0 0 test.phys initStep + 1 6.03 23.2 169 0.494 1.96 0.137 0.137 test.phys hIoni + 2 6.02 23.2 169 0.0367 0.457 0.0122 0.15 test.phys hIoni + 3 6.02 23.2 169 0.0102 0.0265 0.00121 0.151 test.phys hIoni + 4 6.02 23.2 169 0 0.0102 0.00061 0.151 test.phys hIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +* 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 0 0 149 76.5 0 0 0 test.phys initStep - 1 46.1 13.3 200 76.5 0 69.9 69.9 World Transportation - 2 8.94e+03 2.57e+03 1e+04 76.5 0 1.35e+04 1.35e+04 OutOfWorld Transportation + 0 6.09 23.3 169 4.71 0 0 0 test.phys initStep + 1 -510 -119 122 1.56 0 538 538 test.phys biasWrapper(compt) + 2 -530 -112 124 0.58 0 21.1 559 test.phys biasWrapper(compt) + 3 -541 25.9 180 0.362 0 149 707 test.phys biasWrapper(compt) + 4 -530 30.4 200 0.362 0 23.5 731 World Transportation + 5 4.57e+03 2.2e+03 1e+04 0.362 0 1.13e+04 1.2e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 ********************************************************************************************************* 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 -541 25.9 180 0.218 0 0 0 test.phys initStep + 1 -541 26.2 179 0 0.218 0.716 0.716 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 ********************************************************************************************************* 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 -530 -112 124 0.982 0 0 0 test.phys initStep + 1 -532 -111 124 0.585 0.396 2.68 2.68 test.phys eIoni + 2 -533 -112 124 0.242 0.343 1.95 4.63 test.phys eIoni + 3 -533 -112 124 0 0.242 0.846 5.48 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -510 -119 122 3.15 0 0 0 test.phys initStep + 1 -515 -122 121 2.53 0.619 6.27 6.27 test.phys eIoni + 2 -517 -126 122 1.9 0.628 5.25 11.5 test.phys eIoni + 3 -518 -130 124 1.41 0.488 4.22 15.7 test.phys eIoni + 4 -517 -132 124 1.01 0.4 3.41 19.1 test.phys eIoni + 5 -516 -133 124 0.889 0.117 1.15 20.3 test.phys eBrem + 6 -515 -134 123 0.496 0.393 2.52 22.8 test.phys eIoni + 7 -514 -134 124 0.225 0.271 1.76 24.6 test.phys eIoni + 8 -513 -134 124 0 0.225 0.755 25.3 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 19 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -516 -133 124 0.00518 0 0 0 test.phys initStep + 1 -516 -133 124 0 0.000405 0.29 0.29 test.phys biasWrapper(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 -516 -133 124 0.00477 0 0 0 test.phys initStep + 1 -516 -133 124 0 0.00477 0.000993 0.000993 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 10, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.09 23.3 169 15.1 0 0 0 test.phys initStep + 1 21.5 34.4 200 15.1 0 36.8 36.8 World Transportation + 2 4.84e+03 3.5e+03 1e+04 15.1 0 1.15e+04 1.15e+04 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 9, Parent ID = 2 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 6.09 23.3 169 58.1 0 0 0 test.phys initStep + 1 24.7 43.5 200 58.1 0 41.8 41.8 World Transportation + 2 5.82e+03 6.35e+03 1e+04 58.1 0 1.3e+04 1.31e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3275,8 +3500,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 134 99.8 0 134 634 test.phys biasWrapper(hadElastic) + 3 8.78 4.65 200 99.8 0 66.6 701 World Transportation + 4 1.32e+03 696 1e+04 99.8 0 9.91e+03 1.06e+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 134 0.17 0 0 0 test.phys initStep + 1 -0.00127 -0.000674 134 0 0.17 0.00162 0.00162 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3285,8 +3519,88 @@ 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 132 0 0 132 632 test.phys biasWrapper(neutronInelastic) + +********************************************************************************************************* +* G4Track Information: Particle = alpha, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 132 4.33 0 0 0 test.phys initStep + 1 -0.0327 0.0202 132 0 4.33 0.039 0.039 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 132 4.26 0 0 0 test.phys initStep + 1 0.0335 -0.00165 132 0 4.26 0.038 0.038 test.phys ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = alpha, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 0 132 10.4 0 0 0 test.phys initStep + 1 0.137 -0.0309 132 2.77 7.61 0.145 0.145 test.phys ionIoni + 2 0.155 -0.036 132 0 2.77 0.0197 0.164 test.phys ionIoni + +********************************************************************************************************* +* 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 132 1.95 0 0 0 test.phys initStep + 1 -8.5 -15.1 200 1.95 0 69.9 69.9 World Transportation + 2 -1.24e+03 -2.19e+03 1e+04 1.95 0 1.01e+04 1.02e+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 132 4.03 0 0 0 test.phys initStep + 1 45.6 -34.4 130 3.35 0 57.2 57.2 test.phys biasWrapper(hadElastic) + 2 0.871 -59.4 200 3.35 0 86.9 144 World Transportation + 3 -6.26e+03 -3.55e+03 1e+04 3.35 0 1.21e+04 1.23e+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 45.6 -34.4 130 0.678 0 0 0 test.phys initStep + 1 45.6 -34.4 130 0 0.678 0.00259 0.00259 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 132 19.1 0 0 0 test.phys initStep + 1 -1.14 -0.257 133 16.6 2.46 1.25 1.25 test.phys hIoni + 2 -2.07 -0.449 133 14.3 2.34 1.01 2.27 test.phys hIoni + 3 -2.8 -0.6 133 12.2 2.14 0.809 3.07 test.phys hIoni + 4 -3.39 -0.728 134 10.2 1.95 0.644 3.72 test.phys hIoni + 5 -3.85 -0.823 134 8.45 1.76 0.513 4.23 test.phys hIoni + 6 -4.22 -0.9 134 6.71 1.74 0.409 4.64 test.phys hIoni + 7 -4.51 -0.955 134 5.06 1.64 0.321 4.96 test.phys hIoni + 8 -4.74 -0.994 134 3.47 1.6 0.249 5.21 test.phys hIoni + 9 -4.91 -1.02 134 1.74 1.73 0.185 5.4 test.phys hIoni + 10 -4.98 -1.04 134 0.0449 1.69 0.0853 5.48 test.phys hIoni + 11 -4.99 -1.04 134 0.0102 0.0346 0.00136 5.48 test.phys hIoni + 12 -4.99 -1.04 134 0 0.0102 0.000612 5.48 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 132 36.1 0 0 0 test.phys initStep + 1 -51.3 20.4 192 36 0.0698 81.2 81.2 test.phys biasWrapper(hadElastic) + 2 -58 21.3 200 36 0 10.6 91.8 World Transportation + 3 -8.21e+03 1.2e+03 1e+04 36 0 1.28e+04 1.29e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 diff --git a/examples/extended/biasing/GB02/exampleGB02.out b/examples/extended/biasing/GB02/exampleGB02.out index 69c1821bcbf..547c676ebbf 100644 --- a/examples/extended/biasing/GB02/exampleGB02.out +++ b/examples/extended/biasing/GB02/exampleGB02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -32,20 +32,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -58,6 +58,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -65,6 +68,9 @@ Registered filter factories: 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 @@ -465,31 +471,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -497,11 +503,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -511,11 +517,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -525,11 +531,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -539,11 +545,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -553,11 +559,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -567,11 +573,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -580,12 +586,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -605,7 +611,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -701,17 +708,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -731,6 +752,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -759,7 +781,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 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 + 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 ********************************************************************************************************* @@ -768,9 +790,9 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 17.9 0.784 0 0 0 test.phys initStep - 1 0.117 -0.124 19.7 0.406 0.378 2.33 2.33 test.phys eIoni - 2 0.471 -0.241 20.6 0.15 0.256 1.53 3.86 test.phys eIoni - 3 0.633 -0.348 20.5 0 0.15 0.392 4.25 test.phys eIoni + 1 0.117 -0.124 19.7 0.311 0.473 2.33 2.33 test.phys eIoni + 2 0.36 -0.204 20.3 0.0827 0.228 1.2 3.53 test.phys eIoni + 3 0.417 -0.167 20.3 0 0.0827 0.144 3.68 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -789,26 +811,27 @@ 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 72.8 0.989 0 72.8 573 test.phys biasWrapper(compt) - 2 3.4 -3.66 120 0.95 0 47.6 620 test.phys biasWrapper(compt) - 3 12.6 6.42 200 0.95 0 81.1 701 World Transportation - 4 1.14e+03 1.24e+03 1e+04 0.95 0 9.94e+03 1.06e+04 OutOfWorld Transportation + 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.39 828 World Transportation + 4 -1e+04 -4.22e+03 9.72e+03 0.284 0 1.44e+04 1.52e+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 3.4 -3.66 120 0.039 0 0 0 test.phys initStep - 1 3.39 -3.68 120 0 0.039 0.039 0.039 test.phys eIoni + 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 72.8 0.0107 0 0 0 test.phys initStep - 1 -0.00125 0.00135 72.8 0 0.0107 0.004 0.004 test.phys eIoni + 0 0 0 119 0.547 0 0 0 test.phys initStep + 1 0.295 -0.507 120 0.195 0.353 1.87 1.87 test.phys eIoni + 2 0.194 -0.729 120 0 0.195 0.6 2.47 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -827,19 +850,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 0 1 0 0 500 test.phys initStep - 1 0 0 15.9 0.263 0 15.9 516 test.phys biasWrapper(compt) - 2 32.9 4.73 5.33e-15 0.263 0 36.8 553 World Transportation - 3 1e+04 1.44e+03 -4.8e+03 0.263 0 1.12e+04 1.17e+04 OutOfWorld Transportation + 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 15.9 0.737 0 0 0 test.phys initStep - 1 -0.355 -0.051 17.5 0.45 0.287 2.24 2.24 test.phys eIoni - 2 0.0738 0.354 18.4 0.215 0.235 1.65 3.89 test.phys eIoni - 3 -0.247 0.483 18.5 0 0.215 0.702 4.59 test.phys eIoni + 0 0 0 39.9 0.0746 0 0 0 test.phys initStep + 1 -0.0185 0.0517 39.9 0 0.0746 0.121 0.121 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -858,71 +879,85 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 14.6 0.319 0 14.6 515 test.phys biasWrapper(compt) - 2 -49.5 76.3 6.14 0.163 0 91.3 606 test.phys biasWrapper(compt) - 3 101 78.3 70.1 0.155 0 164 770 test.phys biasWrapper(compt) - 4 136 95.2 69.3 0.152 0 38.5 808 test.phys biasWrapper(compt) - 5 220 121 42.6 0.125 0 92.2 900 test.phys biasWrapper(compt) - 6 220 118 0 0.125 0 42.7 943 World Transportation - 7 61.1 -436 -1e+04 0.125 0 1e+04 1.1e+04 OutOfWorld Transportation + 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 = 7, 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 220 121 42.6 0.0275 0 0 0 test.phys initStep - 1 220 121 42.7 0 0.0275 0.0212 0.0212 test.phys eIoni + 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 = e-, Track ID = 6, Parent ID = 2 +* 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 136 95.2 69.3 0.00229 0 0 0 test.phys initStep - 1 136 95.2 69.3 0 0.00229 0.000294 0.000294 test.phys eIoni + 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 = e-, Track ID = 5, Parent ID = 2 +* 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 101 78.3 70.1 0.00874 0 0 0 test.phys initStep - 1 101 78.3 70.1 0 0.00874 0.00281 0.00281 test.phys eIoni + 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 = 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 -49.5 76.3 6.14 0.155 0 0 0 test.phys initStep - 1 -49.6 76.4 6.09 0 0.155 0.416 0.416 test.phys eIoni + 0 0 0 155 0.288 0 0 0 test.phys initStep + 1 0.189 -0.352 155 0.0591 0.229 1.09 1.09 test.phys eIoni + 2 0.181 -0.362 155 0 0.0591 0.0808 1.18 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* 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 14.6 0.681 0 0 0 test.phys initStep - 1 0.231 -0.357 16 0.288 0.375 1.84 1.84 test.phys eBrem - 2 0.16 -0.716 16.5 0.0375 0.25 1.09 2.93 test.phys eIoni - 3 0.145 -0.718 16.5 0 0.0375 0.0365 2.97 test.phys eIoni + 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 14.9 147 0.646 0 31.9 652 test.phys biasWrapper(compt) + 3 40.9 17.7 200 0.646 0 61.7 714 World Transportation + 4 5.7e+03 535 1e+04 0.646 0 1.13e+04 1.2e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3 +* 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.231 -0.357 16 0.0189 0 0 0 test.phys initStep - 1 -6.71 -9.05 16 0 0.000405 11.1 11.1 test.phys biasWrapper(phot) + 0 10 14.9 147 0.101 0 0 0 test.phys initStep + 1 10 15 147 0 0.101 0.202 0.202 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +* 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 -6.71 -9.05 16 0.0185 0 0 0 test.phys initStep - 1 -6.71 -9.04 16 0 0.0185 0.0104 0.0104 test.phys eIoni + 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 @@ -941,46 +976,47 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 116 0.632 0 116 616 test.phys biasWrapper(compt) - 2 55.4 -64.2 200 0.632 0 119 735 World Transportation - 3 6.54e+03 -7.58e+03 1e+04 0.632 0 1.39e+04 1.47e+04 OutOfWorld Transportation + 1 0 0 110 0.258 0 110 610 test.phys biasWrapper(compt) + 2 146 24.7 30.6 0.129 0 169 779 test.phys biasWrapper(compt) + 3 97.8 14.7 49.3 0.129 0 53.1 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 3.55e-15 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* 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 0 116 0.368 0 0 0 test.phys initStep - 1 -0.335 0.389 117 0 0.368 1.41 1.41 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 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 82 13 55.7 0.0265 0 0 0 test.phys initStep + 1 82 13 55.7 0 0.0265 0.0198 0.0198 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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 0 1 0 0 500 test.phys initStep - 1 0 0 45.8 0.996 0 45.8 546 test.phys biasWrapper(compt) - 2 2.27 10.2 200 0.996 0 155 700 World Transportation - 3 146 660 1e+04 0.996 0 9.82e+03 1.05e+04 OutOfWorld Transportation + 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 ********************************************************************************************************* * 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 45.8 0.00447 0 0 0 test.phys initStep - 1 -8.52e-05 -0.000384 45.8 0 0.00447 0.00089 0.00089 test.phys eIoni + 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.221 0.163 113 0.168 0.276 1.63 3.89 test.phys eIoni + 3 0.0912 0.219 113 0 0.168 0.473 4.36 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -999,28 +1035,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 0 1 0 0 500 test.phys initStep - 1 0 0 22.2 0.292 0 22.2 522 test.phys biasWrapper(compt) - 2 -46.7 54.2 4.51 0.28 0 73.7 596 test.phys biasWrapper(compt) - 3 -50.1 63.4 -3.55e-15 0.28 0 10.8 607 World Transportation - 4 -3.7e+03 1e+04 -4.89e+03 0.28 0 1.17e+04 1.23e+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 -46.7 54.2 4.51 0.0119 0 0 0 test.phys initStep - 1 -46.7 54.2 4.51 0 0.0119 0.0048 0.0048 test.phys eIoni + 1 0 0 29.5 0.235 0 29.5 530 test.phys biasWrapper(compt) + 2 -9.92 -31.4 0 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 ********************************************************************************************************* * 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 22.2 0.708 0 0 0 test.phys initStep - 1 0.277 -0.322 23.8 0.407 0.301 2.19 2.19 test.phys eIoni - 2 1.09 -0.34 24.3 0.134 0.274 1.54 3.73 test.phys eIoni - 3 1.04 -0.413 24.4 0 0.134 0.326 4.05 test.phys eIoni + 0 0 0 29.5 0.765 0 0 0 test.phys initStep + 1 0.08 0.253 31.3 0.52 0.245 2.3 2.3 test.phys eIoni + 2 -0.0317 -0.91 31.7 0.0666 0.454 1.81 4.11 test.phys eIoni + 3 -0.05 -0.955 31.7 0 0.0666 0.0994 4.21 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1039,17 +1066,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 0 1 0 0 500 test.phys initStep - 1 0 0 101 0.857 0 101 601 test.phys biasWrapper(compt) - 2 -31.9 29.9 200 0.857 0 108 709 World Transportation - 3 -3.19e+03 2.99e+03 1e+04 0.857 0 1.07e+04 1.14e+04 OutOfWorld Transportation + 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 ********************************************************************************************************* * 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 101 0.143 0 0 0 test.phys initStep - 1 0.113 -0.106 101 0 0.143 0.364 0.364 test.phys eIoni + 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 ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1068,122 +1095,93 @@ 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 6.49 0.395 0 6.49 506 test.phys biasWrapper(compt) - 2 12.7 421 101 0.353 0 432 939 test.phys biasWrapper(compt) - 3 18.5 458 88.2 0.207 0 38.7 977 test.phys biasWrapper(compt) - 4 31.5 463 111 0.181 0 26.8 1e+03 test.phys biasWrapper(compt) - 5 2.28 528 200 0.181 0 114 1.12e+03 World Transportation - 6 -3.22e+03 7.74e+03 1e+04 0.181 0 1.26e+04 1.37e+04 OutOfWorld Transportation + 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 ********************************************************************************************************* * 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 31.5 463 111 0.0257 0 0 0 test.phys initStep - 1 31.5 463 111 0 0.0257 0.0187 0.0187 test.phys eIoni + 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 ********************************************************************************************************* * 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 18.5 458 88.2 0.146 0 0 0 test.phys initStep - 1 18.4 458 88.1 0 0.146 0.374 0.374 test.phys eIoni + 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 ********************************************************************************************************* * 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 12.7 421 101 0.0426 0 0 0 test.phys initStep - 1 12.7 421 101 0 0.0426 0.0457 0.0457 test.phys eIoni + 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 ********************************************************************************************************* * 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 6.49 0.605 0 0 0 test.phys initStep - 1 -0.0168 -0.558 7.81 0.329 0.276 1.99 1.99 test.phys eIoni - 2 0.474 -0.773 8.25 0.0227 0.306 1.28 3.27 test.phys eIoni - 3 0.47 -0.771 8.26 0 0.0227 0.0151 3.28 test.phys eIoni + 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.05 -0.541 54.1 0.167 0.221 1.48 3.77 test.phys eIoni + 3 -0.133 -0.329 54 0 0.167 0.47 4.24 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 + 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 1 0 0 500 test.phys initStep - 1 0 0 10.4 0.249 0 10.4 510 test.phys biasWrapper(compt) - 2 11.4 -11.3 0 0.249 0 19.2 530 World Transportation - 3 1e+04 -9.9e+03 -9.12e+03 0.249 0 1.68e+04 1.73e+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 10.4 0.751 0 0 0 test.phys initStep - 1 -0.0217 0.0214 10.6 0.669 0.0235 0.171 0.171 test.phys eBrem - 2 -0.235 0.451 11.9 0.427 0.241 1.79 1.96 test.phys eIoni - 3 0.127 0.667 12.8 0 0.427 1.59 3.55 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.0217 0.0214 10.6 0.0593 0 0 0 test.phys initStep - 1 -86.9 -183 25.8 0.0556 0 204 204 test.phys biasWrapper(compt) - 2 -89.5 -186 33.8 0.0536 0 8.75 212 test.phys biasWrapper(compt) - 3 -235 -97 163 0.0517 0 214 426 test.phys biasWrapper(compt) - 4 -244 -86.8 161 0.0466 0 13.8 440 test.phys biasWrapper(compt) - 5 -223 -64.6 200 0.0466 0 49.5 489 World Transportation - 6 5.09e+03 5.52e+03 1e+04 0.0466 0 1.25e+04 1.3e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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 -244 -86.8 161 0.00508 0 0 0 test.phys initStep - 1 -244 -86.8 161 0 0.00508 0.0011 0.0011 test.phys eIoni + 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 = 7, Parent ID = 4 +* 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 -235 -97 163 0.00191 0 0 0 test.phys initStep - 1 -235 -97 163 0 0.00191 0.000221 0.000221 test.phys eIoni + 0 0 0 195 80.2 0 0 0 test.phys initStep + 1 0.0203 0.0144 197 79.5 0.202 1.77 1.77 test.phys eBrem + 2 0.0592 0.0368 200 79.2 0.343 3.12 4.89 World Transportation + 3 319 174 1e+04 79.2 3.54e-22 9.81e+03 9.81e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* 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 -89.5 -186 33.8 0.002 0 0 0 test.phys initStep - 1 -89.5 -186 33.8 0 0.002 0.000237 0.000237 test.phys eIoni + 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 ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* 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 -86.9 -183 25.8 0.00373 0 0 0 test.phys initStep - 1 -86.9 -183 25.8 0 0.00373 0.000655 0.000655 test.phys eIoni + 0 0 0 195 18.8 0 0 0 test.phys initStep + 1 -0.05 -0.0187 200 18.3 0.559 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 ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1202,286 +1200,276 @@ 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 158 0 0 158 658 test.phys biasWrapper(conv) + 1 0 0 17.3 0 0 17.3 517 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 158 39.1 0 0 0 test.phys initStep - 1 -0.277 0.109 165 38 0.932 7.36 7.36 test.phys eBrem - 2 -1.33 0.434 200 33.6 4.45 34.9 42.3 World Transportation - 3 -2e+03 -398 1e+04 33.6 3.35e-22 1e+04 1.01e+04 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.277 0.109 165 0.128 0 0 0 test.phys initStep - 1 -1.2 0.283 198 0.113 0 32.7 32.7 test.phys biasWrapper(compt) - 2 -4.7 -1.63 200 0.113 0 4.47 37.2 World Transportation - 3 -1e+04 -5.45e+03 5.96e+03 0.113 0 1.28e+04 1.28e+04 OutOfWorld Transportation + 0 0 0 17.3 62.2 0 0 0 test.phys initStep + 1 0.216 -0.665 46.1 56.8 4.5 28.8 28.8 test.phys eBrem + 2 0.307 -0.656 50.5 56 0.486 4.4 33.2 test.phys eIoni + 3 0.305 -0.653 51.8 55.5 0.19 1.37 34.6 test.phys eIoni + 4 -0.079 -0.416 65.8 49.8 1.66 13.9 48.5 test.phys eBrem + 5 -0.359 -0.228 74.9 48.4 1.41 9.14 57.7 test.phys eBrem + 6 -0.427 -0.109 77.6 40.5 0.334 2.75 60.4 test.phys eBrem + 7 -0.434 0.433 82.6 39.5 0.725 5.01 65.4 test.phys eIoni + 8 -2.81 4.38 118 34.3 4.68 35.6 101 test.phys eBrem + 9 -3.5 5.17 123 33.2 0.569 5.71 107 test.phys eIoni + 10 -10.6 7.88 169 27.1 5.57 46.3 153 test.phys eBrem + 11 -11 8.11 172 14.4 0.282 2.71 156 test.phys eBrem + 12 -17.6 10.1 195 9.7 3.16 24.3 180 test.phys eIoni + 13 -18.7 9.57 200 9.08 0.618 5.54 186 World Transportation + 14 -3.44e+03 -2.94e+03 1e+04 9.08 3.2e-22 1.08e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +* 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 -1.2 0.283 198 0.0149 0 0 0 test.phys initStep - 1 -1.19 0.284 198 0 0.0149 0.00714 0.00714 test.phys eIoni + 0 -17.6 10.1 195 1.52 0 0 0 test.phys initStep + 1 -20.2 10.1 197 1.07 0.454 3.48 3.48 test.phys msc + 2 -20.3 9.69 199 0.769 0.297 2.82 6.3 test.phys eIoni + 3 -19.8 9.69 200 0.669 0.1 0.934 7.23 World Transportation + 4 4.03e+03 4.19e+03 1e+04 0.669 3.25e-22 1.14e+04 1.14e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* 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 0 0 158 59.9 0 0 0 test.phys initStep - 1 -0.732 -1.25 193 55.5 4.16 35 35 test.phys eBrem - 2 -0.909 -1.51 200 54.8 0.736 7.17 42.2 World Transportation - 3 116 -301 1e+04 54.8 3.43e-22 9.81e+03 9.85e+03 OutOfWorld Transportation + 0 -11 8.11 172 12.4 0 0 0 test.phys initStep + 1 -14.6 12.5 200 12.4 0 29 29 World Transportation + 2 -1.25e+03 1.53e+03 1e+04 12.4 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 +* 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 -0.732 -1.25 193 0.233 0 0 0 test.phys initStep - 1 -0.865 -1.46 200 0.233 0 7.16 7.16 World Transportation - 2 -183 -292 1e+04 0.233 0 9.81e+03 9.81e+03 OutOfWorld Transportation + 0 -10.6 7.88 169 0.572 0 0 0 test.phys initStep + 1 -14 11.2 200 0.572 0 31.4 31.4 World Transportation + 2 -1.08e+03 1.06e+03 1e+04 0.572 0 9.91e+03 9.94e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 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 -3.5 5.17 123 0.539 0 0 0 test.phys initStep + 1 -3.25 4.31 124 0.0479 0.491 1.86 1.86 test.phys eIoni + 2 -3.26 4.29 124 0 0.0479 0.056 1.91 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 88.9 0 0 88.9 589 test.phys biasWrapper(conv) + 0 -2.81 4.38 118 0.477 0 0 0 test.phys initStep + 1 -11.1 14.1 200 0.477 0 83.2 83.2 World Transportation + 2 -1e+03 1.17e+03 1e+04 0.477 0 9.92e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 +* 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 0 88.9 14.3 0 0 0 test.phys initStep - 1 -1.94 -1.26 107 11.9 2.19 18.7 18.7 test.phys eBrem - 2 -5.5 -1.32 125 8.61 2.07 18.7 37.3 test.phys eIoni - 3 -5.4 -1.66 129 8.16 0.447 3.8 41.1 test.phys eBrem - 4 -5.95 -1.75 143 6.67 1.49 14.4 55.6 test.phys eIoni - 5 -6.19 -3.28 146 6.21 0.45 3.22 58.8 test.phys eBrem - 6 -6.19 -3.42 146 5.84 0.0299 0.282 59.1 test.phys eIoni - 7 -6.49 -8.77 155 4.42 1.42 10.7 69.8 test.phys eIoni - 8 -9.37 -13.1 161 3.39 1.03 8.39 78.2 test.phys eIoni - 9 -9.17 -13.7 167 2.67 0.72 6.7 84.9 test.phys eIoni - 10 -10.1 -17.1 171 2.07 0.593 5.52 90.4 test.phys eIoni - 11 -8.48 -20.4 173 1.44 0.632 4.53 94.9 test.phys eIoni - 12 -6.87 -22.8 174 1.03 0.41 3.48 98.4 test.phys eIoni - 13 -6.18 -24 176 0.744 0.288 2.78 101 test.phys eIoni - 14 -5.29 -24.8 177 0.418 0.326 2.26 103 test.phys eIoni - 15 -5.29 -25.2 178 0 0.418 1.56 105 test.phys eIoni - 16 -5.29 -25.2 178 0 0 0 105 test.phys annihil + 0 -0.434 0.433 82.6 0.302 0 0 0 test.phys initStep + 1 -0.896 0.195 83 0 0.302 1.16 1.16 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 +* 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 -5.29 -25.2 178 0.511 0 0 0 test.phys initStep - 1 -2.07 -29.5 178 0.205 0 5.4 5.4 test.phys biasWrapper(compt) - 2 -29.2 -33 177 0.141 0 27.3 32.7 test.phys biasWrapper(compt) - 3 -2.8 -32.7 26.6 0.128 0 153 186 test.phys biasWrapper(compt) - 4 -16.9 -54.4 3.55e-15 0.128 0 37.1 223 World Transportation - 5 -5.31e+03 -8.23e+03 -1e+04 0.128 0 1.4e+04 1.42e+04 OutOfWorld Transportation + 0 -0.427 -0.109 77.6 7.58 0 0 0 test.phys initStep + 1 -5.03 5.31 200 7.58 0 123 123 World Transportation + 2 -373 440 1e+04 7.58 0 9.82e+03 9.94e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 +* 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 -2.8 -32.7 26.6 0.0127 0 0 0 test.phys initStep - 1 -2.8 -32.7 26.6 0 0.0127 0.00541 0.00541 test.phys eIoni + 0 -0.359 -0.228 74.9 0.0047 0 0 0 test.phys initStep + 1 -0.361 -0.226 75 0 0.000405 0.0749 0.0749 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -29.2 -33 177 0.0647 0 0 0 test.phys initStep - 1 -29.2 -33 177 0 0.0647 0.0946 0.0946 test.phys eIoni + 0 -0.361 -0.226 75 0.0043 0 0 0 test.phys initStep + 1 -0.361 -0.225 75 0 0.0043 0.000832 0.000832 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 +* 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 -2.07 -29.5 178 0.306 0 0 0 test.phys initStep - 1 -1.58 -29.9 178 0.102 0.203 1.18 1.18 test.phys eIoni - 2 -1.59 -29.9 178 0 0.102 0.208 1.39 test.phys eIoni + 0 -0.079 -0.416 65.8 4.06 0 0 0 test.phys initStep + 1 -1.83 7.51 200 4.06 0 134 134 World Transportation + 2 -129 586 1e+04 4.06 0 9.82e+03 9.95e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 +* 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 -5.29 -25.2 178 0.511 0 0 0 test.phys initStep - 1 -156 178 166 0.205 0 254 254 test.phys biasWrapper(compt) - 2 -102 89.8 0 0.205 0 196 450 World Transportation - 3 3.19e+03 -5.24e+03 -1e+04 0.205 0 1.18e+04 1.22e+04 OutOfWorld Transportation + 0 0.305 -0.653 51.8 0.311 0 0 0 test.phys initStep + 1 0.706 -0.267 52.2 0.0102 0.3 1.2 1.2 test.phys eIoni + 2 0.705 -0.267 52.2 0 0.0102 0.00368 1.2 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 +* 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 -156 178 166 0.306 0 0 0 test.phys initStep - 1 -157 179 166 0.0485 0.257 1.18 1.18 test.phys eIoni - 2 -157 179 166 0 0.0485 0.0572 1.24 test.phys eIoni + 0 0.307 -0.656 50.5 0.272 0 0 0 test.phys initStep + 1 0.678 -0.379 50.7 0.0419 0.23 1.01 1.01 test.phys eIoni + 2 0.666 -0.391 50.7 0 0.0419 0.0443 1.05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 +* 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 -6.19 -3.42 146 0.336 0 0 0 test.phys initStep - 1 -5.69 -3.92 146 0.105 0.231 1.3 1.3 test.phys eIoni - 2 -5.69 -3.95 146 0 0.105 0.218 1.52 test.phys eIoni + 0 0.216 -0.665 46.1 0.89 0 0 0 test.phys initStep + 1 -1.94 0.415 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 = gamma, Track ID = 8, Parent ID = 4 +* 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 -6.19 -3.28 146 0.00817 0 0 0 test.phys initStep - 1 -6.22 -3.83 147 0 0.000405 0.746 0.746 test.phys biasWrapper(phot) + 0 0 0 17.3 36.8 0 0 0 test.phys initStep + 1 2.83 1.42 55.8 29.2 5.06 38.7 38.7 test.phys eIoni + 2 2.97 1.66 63.4 28.1 0.8 7.66 46.4 test.phys eIoni + 3 7.11 6.19 109 22 6.09 46.1 92.5 test.phys eIoni + 4 7.13 6.22 109 21.7 0.0421 0.189 92.7 test.phys eIoni + 5 10.3 11.7 132 18.6 2.98 23.5 116 test.phys eBrem + 6 13.4 15.7 145 16.8 1.87 14.8 131 test.phys eBrem + 7 20.5 27.7 170 13 3.76 28.1 159 test.phys eIoni + 8 22.7 31.9 176 5.84 1.1 8.11 167 test.phys eBrem + 9 23.9 41.4 180 4.63 1.21 10.6 178 test.phys eIoni + 10 27 47.3 182 3.93 0.691 6.97 185 test.phys eBrem + 11 30.5 52.8 185 3 0.927 7.54 192 test.phys eIoni + 12 30.5 52.8 185 2.65 0.00188 0.0172 192 test.phys eIoni + 13 31.9 54 187 2.12 0.298 2.79 195 test.phys eBrem + 14 31.7 56 191 1.6 0.512 4.58 200 test.phys eIoni + 15 29.7 55.3 194 1.22 0.388 3.73 203 test.phys eIoni + 16 27.7 55.8 196 0.846 0.371 3.08 207 test.phys eIoni + 17 27.2 56.5 198 0.529 0.317 2.44 209 test.phys eIoni + 18 27.6 57.5 199 0.307 0.222 1.83 211 test.phys eIoni + 19 28 58.3 199 0.0403 0.266 1.18 212 test.phys eIoni + 20 28 58.3 199 0 0.0403 0.0414 212 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 8 +* 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 -6.22 -3.83 147 0.00776 0 0 0 test.phys initStep - 1 -6.22 -3.82 147 0 0.00776 0.00229 0.00229 test.phys eIoni + 0 31.9 54 187 0.232 0 0 0 test.phys initStep + 1 35.3 65.8 200 0.232 0 17.7 17.7 World Transportation + 2 2.71e+03 9.11e+03 1e+04 0.232 0 1.36e+04 1.36e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 +* 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 -5.4 -1.66 129 0.00488 0 0 0 test.phys initStep - 1 -5.44 -1.71 130 0 0.000405 0.382 0.382 test.phys biasWrapper(phot) + 0 30.5 52.8 185 0.355 0 0 0 test.phys initStep + 1 31 53.4 185 0 0.355 1.37 1.37 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7 +* 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 -5.44 -1.71 130 0.00448 0 0 0 test.phys initStep - 1 -5.44 -1.71 130 0 0.00448 0.000892 0.000892 test.phys eIoni + 0 27 47.3 182 0.00344 0 0 0 test.phys initStep + 1 27 47.7 182 0 0.000405 0.373 0.373 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 24 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -5.5 -1.32 125 1.18 0 0 0 test.phys initStep - 1 -7.29 -1.47 127 0.834 0.342 3.01 3.01 test.phys eIoni - 2 -7.49 -3.33 128 0.567 0.267 2.42 5.43 test.phys eIoni - 3 -7.36 -4.65 127 0.324 0.243 1.91 7.34 test.phys eIoni - 4 -7.05 -5.23 127 0 0.324 1.26 8.6 test.phys eIoni + 0 27 47.7 182 0.00303 0 0 0 test.phys initStep + 1 27 47.7 182 0 0.00303 0.000465 0.000465 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 +* 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 -1.94 -1.26 107 0.269 0 0 0 test.phys initStep - 1 -10.5 -10.5 200 0.269 0 93.5 93.5 World Transportation - 2 -918 -986 1e+04 0.269 0 9.89e+03 9.98e+03 OutOfWorld Transportation + 0 22.7 31.9 176 6.06 0 0 0 test.phys initStep + 1 34.7 29.7 200 6.06 0 26.8 26.8 World Transportation + 2 4.94e+03 -866 1e+04 6.06 0 1.1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* 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 0 88.9 84.7 0 0 0 test.phys initStep - 1 0.278 -0.278 106 82.6 2.03 17.2 17.2 test.phys eBrem - 2 -0.0776 -0.248 131 71.9 3.53 24.6 41.8 test.phys eIoni - 3 -0.881 0.113 193 63.1 8.37 62.9 105 test.phys eBrem - 4 -0.929 0.119 200 62.3 0.814 6.52 111 World Transportation - 5 -141 -311 1e+04 62.3 3.46e-22 9.81e+03 9.92e+03 OutOfWorld Transportation + 0 13.4 15.7 145 0.0023 0 0 0 test.phys initStep + 1 13.4 15.7 145 0 0.000405 0.0167 0.0167 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 3 +* 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.881 0.113 193 0.428 0 0 0 test.phys initStep - 1 -0.981 0.0889 200 0.428 0 6.51 6.51 World Transportation - 2 -153 -36.5 1e+04 0.428 0 9.8e+03 9.81e+03 OutOfWorld Transportation + 0 13.4 15.7 145 0.00189 0 0 0 test.phys initStep + 1 13.4 15.7 145 0 0.00189 0.000217 0.000217 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3 +* 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 -0.0776 -0.248 131 7.18 0 0 0 test.phys initStep - 1 -0.134 -1.62 135 6.49 0.456 4.39 4.39 test.phys eIoni - 2 -0.132 -2.09 136 5.42 0.111 1.11 5.5 test.phys eIoni - 3 -0.441 -7.63 144 4.2 1.22 9.95 15.4 test.phys eIoni - 4 1.72 -7.87 151 3.31 0.89 7.97 23.4 test.phys eIoni - 5 1.53 -9.68 157 2.54 0.766 6.53 29.9 test.phys eIoni - 6 1.49 -11.1 161 1.63 0.912 5.27 35.2 test.phys eIoni - 7 1.11 -10.5 164 1.2 0.434 3.77 39 test.phys eIoni - 8 0.465 -9.7 167 0.796 0.4 3.04 42 test.phys eIoni - 9 0.747 -8.75 168 0.367 0.429 2.35 44.4 test.phys eIoni - 10 1.22 -8.85 169 0.12 0.247 1.41 45.8 test.phys eIoni - 11 1.19 -8.94 169 0 0.12 0.272 46.1 test.phys eIoni + 0 10.3 11.7 132 0.117 0 0 0 test.phys initStep + 1 16.2 39.7 200 0.117 0 74.1 74.1 World Transportation + 2 858 4.06e+03 1e+04 0.117 0 1.06e+04 1.07e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 19 +* 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.132 -2.09 136 0.963 0 0 0 test.phys initStep - 1 -0.149 -1.55 138 0.546 0.417 2.65 2.65 test.phys eIoni - 2 0.914 -1.37 139 0.261 0.285 1.87 4.52 test.phys eIoni - 3 1.07 -1.55 139 0 0.261 0.951 5.47 test.phys eIoni + 0 7.13 6.22 109 0.226 0 0 0 test.phys initStep + 1 6.93 5.97 109 0 0.226 0.759 0.759 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 19 +* 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.134 -1.62 135 0.235 0 0 0 test.phys initStep - 1 0.199 -1.53 135 0 0.235 0.808 0.808 test.phys eIoni + 0 2.97 1.66 63.4 0.247 0 0 0 test.phys initStep + 1 3.1 1.29 63.6 0 0.247 0.874 0.874 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 3 +* 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 0.278 -0.278 106 0.00342 0 0 0 test.phys initStep - 1 0.278 -0.278 106 0 0.000405 0.0306 0.0306 test.phys biasWrapper(phot) + 0 2.83 1.42 55.8 2.58 0 0 0 test.phys initStep + 1 2.79 0.522 57.3 1.76 0.311 1.87 1.87 test.phys eIoni + 2 3.1 -0.458 60.7 1.26 0.501 3.99 5.86 test.phys eIoni + 3 2.59 -2.55 59.1 0.877 0.383 3.15 9.01 test.phys eIoni + 4 1.74 -4.35 59 0.394 0.483 2.5 11.5 test.phys eIoni + 5 1.34 -5.15 59.1 0.17 0.225 1.5 13 test.phys eIoni + 6 1.29 -5.36 59 0 0.17 0.48 13.5 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 18 +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 18 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.278 -0.278 106 0.00302 0 0 0 test.phys initStep - 1 0.278 -0.278 106 0 0.00302 0.000461 0.000461 test.phys eIoni + 0 2.79 0.522 57.3 0.504 0 0 0 test.phys initStep + 1 3.02 -0.634 57.6 0.182 0.322 1.78 1.78 test.phys eIoni + 2 3.04 -0.854 57.7 0 0.182 0.537 2.31 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1500,97 +1488,88 @@ 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 104 0.663 0 104 604 test.phys biasWrapper(compt) - 2 290 32 174 0.473 0 300 904 test.phys biasWrapper(compt) - 3 331 88.8 200 0.473 0 74.5 979 World Transportation - 4 7.42e+03 1e+04 4.7e+03 0.473 0 1.3e+04 1.4e+04 OutOfWorld Transportation + 1 0 0 164 0 0 164 664 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 290 32 174 0.19 0 0 0 test.phys initStep - 1 291 31.8 174 0 0.19 0.579 0.579 test.phys eIoni - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* 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 104 99.3 0 0 0 test.phys initStep - 1 0.0288 0.0251 110 70.5 0.891 6.62 6.62 test.phys eBrem - 2 0.0659 -0.0479 119 67.2 0.976 8.65 15.3 test.phys eBrem - 3 0.67 -1.75 156 62.4 4.57 37.4 52.6 test.phys eBrem - 4 0.689 -2.39 163 61.3 0.803 6.75 59.4 test.phys eIoni - 5 0.686 -2.49 164 61.1 0.163 1.02 60.4 test.phys eBrem - 6 0.677 -2.93 168 60 0.36 3.5 63.9 test.phys eIoni - 7 0.437 -5.79 200 45.3 4.28 32.2 96 test.phys eBrem - 8 0.418 -5.86 200 45.2 0.0556 0.479 96.5 World Transportation - 9 -474 -1.34e+03 1e+04 45.2 3.4e-22 9.9e+03 1e+04 OutOfWorld Transportation + 0 0 0 164 80.8 0 0 0 test.phys initStep + 1 0.0119 0.00268 165 79.7 0.118 1.09 1.09 test.phys eIoni + 2 -0.576 -0.575 190 75.8 3.5 25 26.1 test.phys eIoni + 3 -0.677 -0.63 193 74.6 0.54 3.33 29.4 test.phys eIoni + 4 -0.827 -0.784 200 73.6 1.02 6.68 36.1 World Transportation + 5 -79.6 -66.9 1e+04 73.6 3.51e-22 9.8e+03 9.84e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 3 +* 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.437 -5.79 200 10.4 0 0 0 test.phys initStep - 1 0.419 -5.85 200 10.4 0 0.478 0.478 World Transportation - 2 -375 -1.25e+03 1e+04 10.4 0 9.89e+03 9.89e+03 OutOfWorld Transportation + 0 -0.677 -0.63 193 0.662 0 0 0 test.phys initStep + 1 -1.86 -0.283 194 0.324 0.339 2.1 2.1 test.phys eIoni + 2 -2.54 -0.284 194 0.0928 0.231 1.25 3.36 test.phys eIoni + 3 -2.61 -0.337 194 0 0.0928 0.176 3.53 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 +* 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.677 -2.93 168 0.763 0 0 0 test.phys initStep - 1 0.468 -4.37 169 0.458 0.305 2.29 2.29 test.phys eIoni - 2 1.48 -4.74 169 0.162 0.296 1.67 3.96 test.phys eIoni - 3 1.67 -4.83 169 0 0.162 0.446 4.41 test.phys eIoni + 0 -0.576 -0.575 190 0.348 0 0 0 test.phys initStep + 1 -0.414 -1.21 190 0.0966 0.251 1.35 1.35 test.phys eIoni + 2 -0.466 -1.29 190 0 0.0966 0.189 1.54 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 3 +* 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.686 -2.49 164 0.032 0 0 0 test.phys initStep - 1 -1.35 -7.02 200 0.032 0 36.3 36.3 World Transportation - 2 -557 -1.24e+03 1e+04 0.032 0 9.89e+03 9.93e+03 OutOfWorld Transportation + 0 0.0119 0.00268 165 1.02 0 0 0 test.phys initStep + 1 1.5 0.593 167 0.696 0.323 2.74 2.74 test.phys eIoni + 2 2.24 0.572 168 0.321 0.375 2.17 4.91 test.phys eIoni + 3 2.19 0.639 169 0 0.321 1.24 6.15 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +* 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.689 -2.39 163 0.263 0 0 0 test.phys initStep - 1 0.518 -2.82 163 0 0.263 0.96 0.96 test.phys eIoni + 0 0 0 164 18.2 0 0 0 test.phys initStep + 1 -1.76 0.54 178 16.1 2.01 14.7 14.7 test.phys eBrem + 2 -4.61 1.16 190 13.9 1.64 12 26.7 test.phys eBrem + 3 -6.14 1.38 195 12.4 0.666 4.77 31.5 test.phys eIoni + 4 -8.23 2.1 200 11.6 0.756 5.85 37.3 World Transportation + 5 -3.14e+03 2.15e+03 1e+04 11.6 3.19e-22 1.05e+04 1.05e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 +* 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.67 -1.75 156 0.263 0 0 0 test.phys initStep - 1 0.61 -4.83 200 0.263 0 43.8 43.8 World Transportation - 2 -12.8 -696 1e+04 0.263 0 9.82e+03 9.87e+03 OutOfWorld Transportation + 0 -6.14 1.38 195 0.819 0 0 0 test.phys initStep + 1 -5.22 1.65 196 0.563 0.256 2.39 2.39 test.phys eIoni + 2 -5.23 2.59 197 0.146 0.417 1.91 4.3 test.phys eIoni + 3 -5.14 2.75 197 0 0.146 0.374 4.67 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 3 +* 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.0659 -0.0479 119 2.31 0 0 0 test.phys initStep - 1 0.162 -3.68 200 2.31 0 81 81 World Transportation - 2 11.8 -443 1e+04 2.31 0 9.81e+03 9.89e+03 OutOfWorld Transportation + 0 -4.61 1.16 190 0.582 0 0 0 test.phys initStep + 1 -5.69 2.81 200 0.582 0 10.1 10.1 World Transportation + 2 -1.08e+03 1.64e+03 1e+04 0.582 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3 +* 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.0288 0.0251 110 27.9 0 0 0 test.phys initStep - 1 -1.31 0.0554 200 27.9 0 89.6 89.6 World Transportation - 2 -148 3.37 1e+04 27.9 0 9.8e+03 9.89e+03 OutOfWorld Transportation + 0 -1.76 0.54 178 0.074 0 0 0 test.phys initStep + 1 -5.74 2.47 200 0.074 0 22 22 World Transportation + 2 -1.82e+03 881 1e+04 0.074 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -1609,783 +1588,710 @@ 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 65.7 0 0 65.7 566 test.phys biasWrapper(conv) + 1 0 0 59.2 0 0 59.2 559 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 65.7 52.6 0 0 0 test.phys initStep - 1 0.304 -0.00729 77.2 51.1 1.31 11.5 11.5 test.phys eBrem - 2 0.409 -0.284 86 50 1.05 8.87 20.4 test.phys eBrem - 3 0.592 -6.09 149 41.9 8.04 63.3 83.7 test.phys eBrem - 4 0.516 -7.56 158 40.2 0.956 8.87 92.6 test.phys eBrem - 5 0.281 -8.75 164 21.8 0.888 6.76 99.4 test.phys eBrem - 6 -1.45 -12.8 182 10.2 2.59 18.6 118 test.phys eBrem - 7 -1.27 -16.5 196 8.49 1.68 14 132 test.phys eBrem - 8 -0.976 -16.4 200 7.93 0.562 4.31 136 World Transportation - 9 1.22e+03 1.04e+03 1e+04 7.93 2.91e-22 9.93e+03 1.01e+04 OutOfWorld Transportation + 0 0 0 59.2 62.6 0 0 0 test.phys initStep + 1 -0.321 2.34 111 56.1 6.15 52.3 52.3 test.phys eIoni + 2 -1.79 5.02 141 52.7 3.45 29.5 81.8 test.phys eBrem + 3 -1.33 8.53 168 49.1 3.28 27.6 109 test.phys eIoni + 4 -1.22 9.26 174 48.4 0.752 5.66 115 test.phys eBrem + 5 -1.25 10.5 182 46.9 0.972 8.07 123 test.phys eIoni + 6 -1.29 11.4 187 45.7 0.828 5.66 129 test.phys eIoni + 7 -1.26 13 200 44.3 1.41 13 142 World Transportation + 8 -411 1.32e+03 1e+04 44.3 3.39e-22 9.89e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, 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 -1.27 -16.5 196 0.032 0 0 0 test.phys initStep - 1 -0.904 -15.9 200 0.032 0 4.32 4.32 World Transportation - 2 830 1.35e+03 1e+04 0.032 0 9.93e+03 9.93e+03 OutOfWorld Transportation + 0 -1.29 11.4 187 0.357 0 0 0 test.phys initStep + 1 -0.684 11.1 188 0.116 0.241 1.38 1.38 test.phys eIoni + 2 -0.582 11.1 188 0 0.116 0.256 1.64 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 4 +* 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 -1.45 -12.8 182 8.98 0 0 0 test.phys initStep - 1 -3.81 -19.6 200 8.98 0 19.1 19.1 World Transportation - 2 -1.31e+03 -3.83e+03 1e+04 8.98 0 1.06e+04 1.06e+04 OutOfWorld Transportation + 0 -1.25 10.5 182 0.487 0 0 0 test.phys initStep + 1 -1.37 9.67 182 0.263 0.223 1.74 1.74 test.phys eIoni + 2 -1.08 9.56 183 0 0.263 0.963 2.7 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 +* 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.281 -8.75 164 17.6 0 0 0 test.phys initStep - 1 -1.71 -16.3 200 17.6 0 36.5 36.5 World Transportation - 2 -548 -2.09e+03 1e+04 17.6 0 1e+04 1.01e+04 OutOfWorld Transportation + 0 -1.22 9.26 174 0.00418 0 0 0 test.phys initStep + 1 -1.21 9.29 174 0 0.000405 0.196 0.196 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 4 +* 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 0.516 -7.56 158 0.771 0 0 0 test.phys initStep - 1 -1.07 -15.2 200 0.771 0 43 43 World Transportation - 2 -368 -1.79e+03 1e+04 0.771 0 9.97e+03 1e+04 OutOfWorld Transportation + 0 -1.21 9.29 174 0.00377 0 0 0 test.phys initStep + 1 -1.21 9.29 174 0 0.00377 0.000669 0.000669 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 4 +* 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.592 -6.09 149 0.0121 0 0 0 test.phys initStep - 1 0.55 -7.44 159 0 0.000405 10.5 10.5 test.phys biasWrapper(phot) + 0 -1.33 8.53 168 0.284 0 0 0 test.phys initStep + 1 -1.81 8.46 168 0 0.284 1.07 1.07 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 +* 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.55 -7.44 159 0.0117 0 0 0 test.phys initStep - 1 0.552 -7.45 159 0 0.0117 0.00469 0.00469 test.phys eIoni + 0 -1.79 5.02 141 0.00412 0 0 0 test.phys initStep + 1 -1.79 5.04 141 0 0.000405 0.0934 0.0934 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 +* 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 0.409 -0.284 86 0.0592 0 0 0 test.phys initStep - 1 0.557 -0.455 92.3 0.0592 0 6.23 6.23 test.phys biasWrapper(Rayl) - 2 11.7 -7.61 191 0.0537 0 99.2 105 test.phys biasWrapper(compt) - 3 255 -61.6 187 0.0535 0 249 354 test.phys biasWrapper(compt) - 4 317 -58.9 191 0.0483 0 62.2 417 test.phys biasWrapper(compt) - 5 316 -51.5 200 0.0483 0 11.8 429 World Transportation - 6 -828 7.82e+03 1e+04 0.0483 0 1.26e+04 1.31e+04 OutOfWorld Transportation + 0 -1.79 5.04 141 0.00372 0 0 0 test.phys initStep + 1 -1.79 5.04 141 0 0.00372 0.000652 0.000652 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6 +* 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 317 -58.9 191 0.00515 0 0 0 test.phys initStep - 1 317 -58.9 191 0 0.00515 0.00113 0.00113 test.phys eIoni + 0 -0.321 2.34 111 0.313 0 0 0 test.phys initStep + 1 0.193 2.6 112 0.1 0.213 1.21 1.21 test.phys eIoni + 2 0.204 2.51 112 0 0.1 0.2 1.41 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 +* 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 255 -61.6 187 0.000207 0 0 0 test.phys initStep - 1 255 -61.6 187 0 0.000207 1.36e-05 1.36e-05 test.phys eIoni + 0 0 0 59.2 36.4 0 0 0 test.phys initStep + 1 0.0684 -0.0503 62.4 35.7 0.4 3.23 3.23 test.phys eIoni + 2 -2.06 -4.99 118 28.1 7.05 56.4 59.6 test.phys eIoni + 3 1.5 -11.8 164 22.2 5.97 46.2 106 test.phys eIoni + 4 -1.55 -24.2 195 14.2 4.31 34.1 140 test.phys eBrem + 5 -2.63 -25.8 200 13.5 0.728 5.52 145 World Transportation + 6 -708 -3.12e+03 1e+04 13.5 3.17e-22 1.03e+04 1.04e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 +* 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 11.7 -7.61 191 0.00553 0 0 0 test.phys initStep - 1 11.7 -7.61 191 0 0.00553 0.00128 0.00128 test.phys eIoni + 0 -1.55 -24.2 195 3.66 0 0 0 test.phys initStep + 1 -3.26 -25.7 200 3.66 0 5.62 5.62 World Transportation + 2 -3.28e+03 -2.97e+03 1e+04 3.66 0 1.07e+04 1.08e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 +* 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.304 -0.00729 77.2 0.212 0 0 0 test.phys initStep - 1 2.95 -2.83 138 0.207 0 61.2 61.2 test.phys biasWrapper(compt) - 2 18.9 -21.2 198 0.167 0 64.4 126 test.phys biasWrapper(compt) - 3 19.2 -36.2 200 0.167 0 15.1 141 World Transportation - 4 201 -1e+04 1.56e+03 0.167 0 1.01e+04 1.02e+04 OutOfWorld Transportation + 0 -2.06 -4.99 118 0.558 0 0 0 test.phys initStep + 1 -2.39 -4.01 119 0.322 0.236 1.9 1.9 test.phys eIoni + 2 -2.83 -4.45 119 0.0714 0.251 1.25 3.15 test.phys eIoni + 3 -2.8 -4.44 119 0 0.0714 0.112 3.26 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 5 +* 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 18.9 -21.2 198 0.0399 0 0 0 test.phys initStep - 1 18.9 -21.2 198 0 0.0399 0.0407 0.0407 test.phys eIoni + 0 0.0684 -0.0503 62.4 0.235 0 0 0 test.phys initStep + 1 -0.0807 0.286 62.6 0 0.235 0.808 0.808 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5 +* 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 2.95 -2.83 138 0.00448 0 0 0 test.phys initStep - 1 2.95 -2.83 138 0 0.00448 0.000894 0.000894 test.phys eIoni + 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 = e-, Track ID = 3, Parent ID = 2 +* 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 65.7 46.3 0 0 0 test.phys initStep - 1 -0.163 -0.0849 73.8 45.3 1.06 8.17 8.17 test.phys eBrem - 2 -0.179 -0.454 81.5 43.9 0.966 7.68 15.8 test.phys eIoni - 3 -0.234 -1.18 98.3 41.8 1.93 16.8 32.7 test.phys eBrem - 4 0.00829 -2.36 111 40.2 1.5 13 45.7 test.phys eBrem - 5 0.0209 -2.39 112 39.7 0.0556 0.407 46.1 test.phys eBrem - 6 4.09 -2.69 164 32.6 6.86 52.7 98.8 test.phys eBrem - 7 9.67 -1.5 196 25 3.61 32.4 131 test.phys eBrem - 8 10.2 -1.25 200 24.4 0.567 4.14 135 World Transportation - 9 1.65e+03 493 1e+04 24.4 3.24e-22 9.95e+03 1.01e+04 OutOfWorld Transportation + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 109 0.275 0 109 609 test.phys biasWrapper(compt) + 2 20.4 -12 70.4 0.138 0 45.6 655 test.phys biasWrapper(compt) + 3 18.3 -9 72.5 0.137 0 4.24 659 test.phys biasWrapper(compt) + 4 16.9 -7.49 73.3 0.121 0 2.15 661 test.phys biasWrapper(compt) + 5 33.2 27.4 114 0.085 0 56.1 717 test.phys biasWrapper(compt) + 6 20.6 10.1 110 0.0834 0 21.9 739 test.phys biasWrapper(compt) + 7 19.3 3.07 106 0.0755 0 7.87 747 test.phys biasWrapper(compt) + 8 20 -37.8 145 0.0603 0 56.3 803 test.phys biasWrapper(compt) + 9 11.2 -26.1 142 0.052 0 15 818 test.phys biasWrapper(compt) + 10 154 -19.8 40.2 0.0457 0 176 994 test.phys biasWrapper(compt) + 11 150 -22.4 38 0.041 0 5.13 999 test.phys biasWrapper(compt) + 12 164 19.9 0 0.041 0 58.6 1.06e+03 World Transportation + 13 3.47e+03 1e+04 -8.95e+03 0.041 0 1.38e+04 1.49e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 3 +* 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 9.67 -1.5 196 4.01 0 0 0 test.phys initStep - 1 10.3 -1.07 200 4.01 0 4.16 4.16 World Transportation - 2 1.59e+03 1.02e+03 1e+04 4.01 0 9.98e+03 9.98e+03 OutOfWorld Transportation + 0 150 -22.4 38 0.00464 0 0 0 test.phys initStep + 1 150 -22.4 38 0 0.00464 0.000949 0.000949 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 3 +* 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 4.09 -2.69 164 0.256 0 0 0 test.phys initStep - 1 9.58 -2.92 200 0.256 0 36.3 36.3 World Transportation - 2 1.51e+03 -67.3 1e+04 0.256 0 9.91e+03 9.95e+03 OutOfWorld Transportation + 0 154 -19.8 40.2 0.00637 0 0 0 test.phys initStep + 1 154 -19.8 40.2 0 0.00637 0.00163 0.00163 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, 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 0.0209 -2.39 112 0.416 0 0 0 test.phys initStep - 1 3.47 -9.08 200 0.416 0 88.7 88.7 World Transportation - 2 386 -752 1e+04 0.416 0 9.84e+03 9.92e+03 OutOfWorld Transportation + 0 11.2 -26.1 142 0.00825 0 0 0 test.phys initStep + 1 11.2 -26.1 142 0 0.00825 0.00254 0.00254 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 3 +* 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.00829 -2.36 111 0.134 0 0 0 test.phys initStep - 1 3.38 -8.73 200 0.134 0 89 89 World Transportation - 2 376 -713 1e+04 0.134 0 9.83e+03 9.92e+03 OutOfWorld Transportation + 0 20 -37.8 145 0.0152 0 0 0 test.phys initStep + 1 20 -37.8 145 0 0.0152 0.00742 0.00742 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 3 +* 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.234 -1.18 98.3 0.17 0 0 0 test.phys initStep - 1 -0.205 -1.31 101 0.15 0 2.62 2.62 test.phys biasWrapper(compt) - 2 -11 -11.1 111 0.145 0 18 20.6 test.phys biasWrapper(compt) - 3 -21.6 -40.9 158 0.125 0 56 76.6 test.phys biasWrapper(compt) - 4 -53.7 -66.6 156 0.114 0 41.2 118 test.phys biasWrapper(compt) - 5 -59.1 -79 139 0.0807 0 21.6 139 test.phys biasWrapper(compt) - 6 -60.8 -39.5 158 0.0668 0 44 183 test.phys biasWrapper(compt) - 7 -43.1 -43.5 155 0.0668 0 18.4 202 test.phys biasWrapper(Rayl) - 8 -6.99 -52.7 148 0.0558 0 37.9 240 test.phys biasWrapper(compt) - 9 -25.6 -46.1 200 0.0558 0 55.9 295 World Transportation - 10 -3.51e+03 1.18e+03 1e+04 0.0558 0 1.05e+04 1.08e+04 OutOfWorld Transportation + 0 19.3 3.07 106 0.00792 0 0 0 test.phys initStep + 1 19.3 3.07 106 0 0.00792 0.00237 0.00237 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 20 +* 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 -6.99 -52.7 148 0.0111 0 0 0 test.phys initStep - 1 -6.99 -52.7 148 0 0.0111 0.00425 0.00425 test.phys eIoni + 0 20.6 10.1 110 0.00158 0 0 0 test.phys initStep + 1 20.6 10.1 110 0 0.00158 0.000164 0.000164 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 20 +* 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 -60.8 -39.5 158 0.0139 0 0 0 test.phys initStep - 1 -60.8 -39.5 158 0 0.0139 0.0063 0.0063 test.phys eIoni + 0 33.2 27.4 114 0.0365 0 0 0 test.phys initStep + 1 33.2 27.4 114 0 0.0365 0.0348 0.0348 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20 +* 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 -59.1 -79 139 0.0333 0 0 0 test.phys initStep - 1 -59.1 -79 139 0 0.0333 0.0296 0.0296 test.phys eIoni + 0 16.9 -7.49 73.3 0.016 0 0 0 test.phys initStep + 1 16.9 -7.49 73.3 0 0.016 0.0081 0.0081 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 20 +* 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 -53.7 -66.6 156 0.0114 0 0 0 test.phys initStep - 1 -53.7 -66.6 156 0 0.0114 0.00447 0.00447 test.phys eIoni + 0 18.3 -9 72.5 0.000645 0 0 0 test.phys initStep + 1 18.3 -9 72.5 0 0.000645 4.59e-05 4.59e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 20 +* 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 -40.9 158 0.02 0 0 0 test.phys initStep - 1 -21.6 -40.9 158 0 0.02 0.012 0.012 test.phys eIoni + 0 20.4 -12 70.4 0.137 0 0 0 test.phys initStep + 1 20.5 -12 70.3 0 0.137 0.337 0.337 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 +* 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 -11 -11.1 111 0.00492 0 0 0 test.phys initStep - 1 -11 -11.1 111 0 0.00492 0.00105 0.00105 test.phys eIoni + 0 0 0 109 99.7 0 0 0 test.phys initStep + 1 -1.7 0.742 162 92.3 6.41 53 53 test.phys eBrem + 2 -2.1 1.11 200 87.8 4.5 37.7 90.7 World Transportation + 3 409 -50.5 1e+04 87.8 3.57e-22 9.81e+03 9.9e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 +* 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 -0.205 -1.31 101 0.0199 0 0 0 test.phys initStep - 1 -0.201 -1.31 101 0 0.0199 0.0119 0.0119 test.phys eIoni + 0 -1.7 0.742 162 0.997 0 0 0 test.phys initStep + 1 -2.01 1.06 200 0.997 0 37.7 37.7 World Transportation + 2 -81.5 83.5 1e+04 0.997 0 9.8e+03 9.84e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 3 +* 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.179 -0.454 81.5 0.422 0 0 0 test.phys initStep - 1 -0.712 -1.09 82 0.152 0.27 1.57 1.57 test.phys eIoni - 2 -0.854 -1.11 82.2 0 0.152 0.401 1.98 test.phys eIoni + 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 = 18, Parent ID = 3 +* 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.163 -0.0849 73.8 0.00558 0 0 0 test.phys initStep - 1 -0.193 -0.125 74.5 0 0.000405 0.677 0.677 test.phys biasWrapper(phot) + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 11.6 17.3 0 11.6 512 test.phys biasWrapper(compt) + 2 39.6 -15.4 200 17.3 0 193 705 World Transportation + 3 2.1e+03 -816 1e+04 17.3 0 1e+04 1.08e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 18 +* 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.193 -0.125 74.5 0.00518 0 0 0 test.phys initStep - 1 -0.192 -0.125 74.5 0 0.00518 0.00114 0.00114 test.phys eIoni + 0 0 0 11.6 82.7 0 0 0 test.phys initStep + 1 -0.27 0.2 18.2 64.6 0.937 6.58 6.58 test.phys eBrem + 2 -3.93 -1.54 73.8 56.8 7.42 55.9 62.5 test.phys eBrem + 3 -3.94 -1.54 73.9 56.7 0.0066 0.0733 62.5 test.phys eBrem + 4 -4.58 -1.8 87.1 54.7 1.69 13.2 75.8 test.phys eIoni + 5 -6.71 -0.271 126 49.8 4.71 38.7 114 test.phys eIoni + 6 -7.11 0.109 132 45.6 0.785 6.47 121 test.phys eBrem + 7 -7.29 0.278 134 44.9 0.261 2.35 123 test.phys eIoni + 8 -9.24 2.34 153 42.3 2.32 18.5 142 test.phys eIoni + 9 -13.1 7.03 179 38.6 3.22 26.9 169 test.phys eIoni + 10 -14.1 8.22 185 37.5 0.879 6.78 175 test.phys eIoni + 11 -16.6 10.4 200 35.6 1.95 14.9 190 World Transportation + 12 -1.53e+03 1.29e+03 1e+04 35.6 3.36e-22 1e+04 1.02e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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 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 -14.1 8.22 185 0.222 0 0 0 test.phys initStep + 1 -13.9 8.5 186 0 0.222 0.74 0.74 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 131 0 0 131 631 test.phys biasWrapper(conv) + 0 -13.1 7.03 179 0.467 0 0 0 test.phys initStep + 1 -14 7.57 179 0 0.467 1.69 1.69 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 +* 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 0 131 11.2 0 0 0 test.phys initStep - 1 0.162 0.0615 134 10.5 0.377 3.33 3.33 test.phys eBrem - 2 0.127 0.148 138 10.1 0.351 3.46 6.79 test.phys eBrem - 3 -4.56 -2.03 154 8.19 1.87 17.5 24.3 test.phys eIoni - 4 -12.8 -5.62 165 6.35 1.84 14.5 38.7 test.phys eIoni - 5 -15.4 -10.3 172 4.89 1.09 8.4 47.2 test.phys eIoni - 6 -17.6 -16.7 177 3.76 1.13 9.16 56.3 test.phys eIoni - 7 -18.9 -19.4 181 2.75 0.609 5.04 61.4 test.phys eIoni - 8 -18 -20.6 187 2.11 0.635 5.65 67 test.phys eIoni - 9 -17.1 -23 190 1.53 0.59 4.6 71.6 test.phys eIoni - 10 -15.7 -24.1 193 1.11 0.413 3.62 75.2 test.phys eIoni - 11 -14.9 -25.7 195 0.808 0.305 2.92 78.1 test.phys eIoni - 12 -13.4 -26.8 194 0.488 0.319 2.38 80.5 test.phys eIoni - 13 -13.4 -26.4 193 0.269 0.219 1.74 82.3 test.phys eIoni - 14 -13.7 -26.6 193 0 0.269 0.969 83.2 test.phys eIoni - 15 -13.7 -26.6 193 0 0 0 83.2 test.phys annihil + 0 -9.24 2.34 153 0.267 0 0 0 test.phys initStep + 1 -9.6 2.66 153 0 0.267 0.983 0.983 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, 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 -13.7 -26.6 193 0.511 0 0 0 test.phys initStep - 1 -13.3 -25.9 194 0.197 0 1.33 1.33 test.phys biasWrapper(compt) - 2 -22.9 -32.3 193 0.185 0 11.6 12.9 test.phys biasWrapper(compt) - 3 -274 -40.1 134 0.111 0 258 271 test.phys biasWrapper(compt) - 4 -239 -16.2 145 0.0774 0 44.3 315 test.phys biasWrapper(compt) - 5 -247 -21.2 141 0.0658 0 10.3 326 test.phys biasWrapper(compt) - 6 -245 -23.3 142 0.0658 0 2.76 328 test.phys biasWrapper(Rayl) - 7 -163 -100 146 0.0643 0 113 441 test.phys biasWrapper(compt) - 8 -107 -146 200 0.0643 0 90.3 531 World Transportation - 9 9.95e+03 -8.37e+03 1e+04 0.0643 0 1.63e+04 1.68e+04 OutOfWorld Transportation + 0 -7.29 0.278 134 0.416 0 0 0 test.phys initStep + 1 -6.56 0.528 135 0.174 0.241 1.56 1.56 test.phys eIoni + 2 -6.72 0.687 135 0 0.174 0.503 2.06 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 10 +* 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 -163 -100 146 0.00152 0 0 0 test.phys initStep - 1 -163 -100 146 0 0.00152 0.000154 0.000154 test.phys eIoni + 0 -7.11 0.109 132 3.42 0 0 0 test.phys initStep + 1 -11.5 5.87 200 3.42 0 68.3 68.3 World Transportation + 2 -652 837 1e+04 3.42 0 9.86e+03 9.92e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 +* 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 -247 -21.2 141 0.0116 0 0 0 test.phys initStep - 1 -247 -21.2 141 0 0.0116 0.0046 0.0046 test.phys eIoni + 0 -6.71 -0.271 126 0.234 0 0 0 test.phys initStep + 1 -6.89 -0.588 126 0 0.234 0.804 0.804 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 10 +* 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 -239 -16.2 145 0.0334 0 0 0 test.phys initStep - 1 -239 -16.2 145 0 0.0334 0.0297 0.0297 test.phys eIoni + 0 -4.58 -1.8 87.1 0.257 0 0 0 test.phys initStep + 1 -4.82 -1.44 87.3 0 0.257 0.925 0.925 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 +* 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 -274 -40.1 134 0.0745 0 0 0 test.phys initStep - 1 -274 -40.1 134 0 0.0745 0.121 0.121 test.phys eIoni + 0 -3.94 -1.54 73.9 0.122 0 0 0 test.phys initStep + 1 -7.65 -6.7 200 0.122 0 126 126 World Transportation + 2 -296 -408 1e+04 0.122 0 9.81e+03 9.94e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 +* 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 -22.9 -32.3 193 0.0112 0 0 0 test.phys initStep - 1 -22.9 -32.3 193 0 0.0112 0.00435 0.00435 test.phys eIoni + 0 -3.93 -1.54 73.8 0.405 0 0 0 test.phys initStep + 1 -7.6 -9.8 200 0.405 0 126 126 World Transportation + 2 -292 -651 1e+04 0.405 0 9.83e+03 9.95e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 +* 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 -13.3 -25.9 194 0.314 0 0 0 test.phys initStep - 1 -13 -25.5 194 0.0902 0.224 1.22 1.22 test.phys eIoni - 2 -13.1 -25.4 194 0 0.0902 0.168 1.39 test.phys eIoni + 0 -0.27 0.2 18.2 17.2 0 0 0 test.phys initStep + 1 -7.33 4.85 200 17.2 0 182 182 World Transportation + 2 -388 256 1e+04 17.2 0 9.81e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 4 +* 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 -13.7 -26.6 193 0.511 0 0 0 test.phys initStep - 1 -31.6 -61.5 142 0.22 0 64 64 test.phys biasWrapper(compt) - 2 23 -47.8 136 0.197 0 56.6 121 test.phys biasWrapper(compt) - 3 23.8 -46.7 136 0.197 0 1.36 122 test.phys biasWrapper(Rayl) - 4 41.3 -1.45 143 0.12 0 48.9 171 test.phys biasWrapper(compt) - 5 84.4 -83.4 109 0.11 0 98.3 269 test.phys biasWrapper(compt) - 6 83.8 -85 106 0.107 0 3.7 273 test.phys biasWrapper(compt) - 7 81.9 -85.1 102 0.1 0 4.82 278 test.phys biasWrapper(compt) - 8 -17.3 -22.4 50 0.081 0 128 406 test.phys biasWrapper(compt) - 9 27.8 -19.1 0 0.081 0 67.4 473 World Transportation - 10 9.05e+03 655 -1e+04 0.081 0 1.35e+04 1.4e+04 OutOfWorld Transportation + 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 = e-, Track ID = 23, Parent ID = 9 +* 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 -17.3 -22.4 50 0.019 0 0 0 test.phys initStep - 1 -17.3 -22.4 50 0 0.019 0.0109 0.0109 test.phys eIoni + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 51.3 3.49 0 51.3 551 test.phys biasWrapper(compt) + 2 7.18 -5.63 66.6 0.314 0 17.8 569 test.phys biasWrapper(compt) + 3 -8.19 -8.1 64.1 0.29 0 15.8 585 test.phys biasWrapper(compt) + 4 -158 -128 0 0.29 0 203 788 World Transportation + 5 -1e+04 -8.01e+03 -4.2e+03 0.29 0 1.33e+04 1.41e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9 +* 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 81.9 -85.1 102 0.00703 0 0 0 test.phys initStep - 1 81.9 -85.1 102 0 0.00703 0.00193 0.00193 test.phys eIoni + 0 -8.19 -8.1 64.1 0.0242 0 0 0 test.phys initStep + 1 -8.19 -8.09 64.1 0 0.0242 0.0168 0.0168 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 9 +* 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 83.8 -85 106 0.00266 0 0 0 test.phys initStep - 1 83.8 -85 106 0 0.00266 0.000375 0.000375 test.phys eIoni + 0 7.18 -5.63 66.6 3.17 0 0 0 test.phys initStep + 1 9.94 -7.33 71.5 2.46 0.716 6.31 6.31 test.phys eIoni + 2 12.5 -11.1 72.5 1.84 0.616 5.13 11.4 test.phys eIoni + 3 13.9 -13.2 75.1 1.43 0.414 4.12 15.6 test.phys eIoni + 4 15.1 -14.3 77.7 0.96 0.465 3.43 19 test.phys eIoni + 5 16.3 -14.5 79.5 0.617 0.343 2.64 21.6 test.phys eIoni + 6 17.5 -14.5 80.2 0.326 0.292 2.02 23.6 test.phys eIoni + 7 17.9 -13.9 80.3 0.058 0.268 1.26 24.9 test.phys eIoni + 8 17.9 -13.8 80.3 0 0.058 0.0782 25 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 9 +* 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 84.4 -83.4 109 0.0104 0 0 0 test.phys initStep - 1 84.4 -83.4 109 0 0.0104 0.00378 0.00378 test.phys eIoni + 0 0 0 51.3 96.5 0 0 0 test.phys initStep + 1 -0.0916 -0.153 72.1 92.5 2.48 20.8 20.8 test.phys eIoni + 2 -0.03 -0.27 80.4 91.3 0.921 8.31 29.1 test.phys eIoni + 3 0.00736 -0.309 83.2 76 0.491 2.78 31.9 test.phys eBrem + 4 0.854 0.189 115 72 3.75 32 63.9 test.phys eIoni + 5 0.891 0.386 126 70.4 1.52 11.3 75.2 test.phys eBrem + 6 0.918 0.448 137 69 1.38 10.7 86 test.phys eBrem + 7 0.454 0.0401 150 66.7 1.84 13.2 99.2 test.phys eIoni + 8 0.421 0.0231 151 64.6 0.067 0.607 99.8 test.phys eBrem + 9 0.0745 -0.375 163 20.3 1.61 12.4 112 test.phys eBrem + 10 -1.14 -0.204 174 18.7 1.31 10.5 123 test.phys eIoni + 11 -2.39 -0.0553 182 17.5 1.04 8.56 131 test.phys eBrem + 12 -2.47 -0.116 183 17.2 0.0651 0.46 132 test.phys eIoni + 13 -5.68 -2.72 200 15.1 2.02 17.9 150 World Transportation + 14 389 -791 1e+04 15.1 3.06e-22 9.84e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 9 +* 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 41.3 -1.45 143 0.0765 0 0 0 test.phys initStep - 1 41.3 -1.39 143 0 0.0765 0.126 0.126 test.phys eIoni + 0 -2.47 -0.116 183 0.279 0 0 0 test.phys initStep + 1 -2.13 0.121 183 0 0.279 1.05 1.05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 9 +* 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 23 -47.8 136 0.0237 0 0 0 test.phys initStep - 1 23 -47.8 136 0 0.0237 0.0162 0.0162 test.phys eIoni + 0 -2.39 -0.0553 182 0.189 0 0 0 test.phys initStep + 1 -5.76 -3.01 200 0.189 0 18.2 18.2 World Transportation + 2 -1.87e+03 -1.64e+03 1e+04 0.189 0 1.01e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 9 +* 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 -31.6 -61.5 142 0.291 0 0 0 test.phys initStep - 1 -31.9 -61.8 142 0.0437 0.247 1.11 1.11 test.phys eIoni - 2 -31.9 -61.8 142 0 0.0437 0.0477 1.16 test.phys eIoni + 0 -1.14 -0.204 174 0.297 0 0 0 test.phys initStep + 1 -1.6 0.0864 174 0.0435 0.254 1.14 1.14 test.phys eIoni + 2 -1.58 0.0897 174 0 0.0435 0.0474 1.19 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 +* 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 -18.9 -19.4 181 0.404 0 0 0 test.phys initStep - 1 -19 -20.2 182 0.157 0.247 1.52 1.52 test.phys eIoni - 2 -19.1 -20.4 182 0 0.157 0.423 1.95 test.phys eIoni + 0 0.0745 -0.375 163 42.6 0 0 0 test.phys initStep + 1 -1.12 -1.09 200 42.6 0 36.6 36.6 World Transportation + 2 -320 -192 1e+04 42.6 0 9.81e+03 9.84e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -15.4 -10.3 172 0.369 0 0 0 test.phys initStep - 1 -16.1 -10.1 172 0 0.369 1.42 1.42 test.phys eIoni + 0 0.421 0.0231 151 2.05 0 0 0 test.phys initStep + 1 -2.02 -0.228 200 2.05 0 49 49 World Transportation + 2 -490 -50.4 1e+04 2.05 0 9.81e+03 9.86e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 +* 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 0.127 0.148 138 0.0775 0 0 0 test.phys initStep - 1 -6.26 7.04 200 0.0775 0 63 63 World Transportation - 2 -1.01e+03 1.09e+03 1e+04 0.0775 0 9.91e+03 9.97e+03 OutOfWorld Transportation + 0 0.454 0.0401 150 0.457 0 0 0 test.phys initStep + 1 -0.445 -0.19 151 0.185 0.272 1.67 1.67 test.phys eIoni + 2 -0.432 0.0869 151 0 0.185 0.551 2.22 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 +* 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 0.162 0.0615 134 0.342 0 0 0 test.phys initStep - 1 6.83 -1.24 200 0.342 0 66.1 66.1 World Transportation - 2 1e+03 -195 1e+04 0.342 0 9.85e+03 9.92e+03 OutOfWorld Transportation + 0 0.918 0.448 137 0.0898 0 0 0 test.phys initStep + 1 -0.342 -1.58 190 0.0681 0 53.1 53.1 test.phys biasWrapper(compt) + 2 -40.8 3.96 129 0.0653 0 73.2 126 test.phys biasWrapper(compt) + 3 -97.3 -16.1 115 0.0605 0 61.8 188 test.phys biasWrapper(compt) + 4 -95.7 -67 82.4 0.0568 0 60.3 248 test.phys biasWrapper(compt) + 5 -78.9 -131 119 0.0535 0 75.8 324 test.phys biasWrapper(compt) + 6 -67.6 -129 141 0.0443 0 24.9 349 test.phys biasWrapper(compt) + 7 -92.6 -141 97.9 0.0412 0 51.4 400 test.phys biasWrapper(compt) + 8 -103 -140 102 0 0.000405 11.1 412 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 131 87.8 0 0 0 test.phys initStep - 1 0.19 0.217 146 86 1.79 14.7 14.7 test.phys eBrem - 2 -0.00579 0.428 153 84.8 0.809 6.96 21.7 test.phys eIoni - 3 -0.452 1.73 173 81.9 2.36 20.2 41.9 test.phys eIoni - 4 -0.776 3.83 200 78.3 3.63 27.4 69.3 World Transportation - 5 -208 124 1e+04 78.3 3.53e-22 9.8e+03 9.87e+03 OutOfWorld Transportation + 0 -103 -140 102 0.0408 0 0 0 test.phys initStep + 1 -103 -140 102 0 0.0408 0.0423 0.0423 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.452 1.73 173 0.515 0 0 0 test.phys initStep - 1 -1.27 1.2 173 0.263 0.252 1.8 1.8 test.phys eIoni - 2 -1.26 0.725 173 0 0.263 0.96 2.76 test.phys eIoni + 0 -92.6 -141 97.9 0.00309 0 0 0 test.phys initStep + 1 -92.6 -141 97.9 0 0.00309 0.000481 0.000481 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00579 0.428 153 0.344 0 0 0 test.phys initStep - 1 -0.0602 -0.198 153 0 0.344 1.33 1.33 test.phys eIoni + 0 -67.6 -129 141 0.00922 0 0 0 test.phys initStep + 1 -67.6 -129 141 0 0.00922 0.00309 0.00309 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.19 0.217 146 0.0293 0 0 0 test.phys initStep - 1 0.23 0.295 149 0 0.000405 3.71 3.71 test.phys biasWrapper(phot) + 0 -78.9 -131 119 0.00331 0 0 0 test.phys initStep + 1 -78.9 -131 119 0 0.00331 0.000538 0.000538 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 24 +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.23 0.295 149 0.0288 0 0 0 test.phys initStep - 1 0.23 0.285 149 0 0.0288 0.023 0.023 test.phys eIoni + 0 -95.7 -67 82.4 0.00363 0 0 0 test.phys initStep + 1 -95.7 -67 82.4 0 0.00363 0.000627 0.000627 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 11 ********************************************************************************************************* 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 126 0 0 126 626 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 126 41 0 0 0 test.phys initStep - 1 -0.224 -0.337 138 39.1 1.45 12.4 12.4 test.phys eIoni - 2 0.684 -0.161 154 36.5 2.3 15.7 28.1 test.phys eIoni - 3 0.725 2.24 194 31.3 4.89 40.3 68.3 test.phys eIoni - 4 0.269 3.54 200 30.6 0.747 6.53 74.9 World Transportation - 5 -752 2.39e+03 1e+04 30.6 3.36e-22 1.01e+04 1.02e+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 0.725 2.24 194 0.299 0 0 0 test.phys initStep - 1 0.473 2.76 194 0.0696 0.229 1.15 1.15 test.phys eIoni - 2 0.485 2.81 194 0 0.0696 0.107 1.26 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.684 -0.161 154 0.236 0 0 0 test.phys initStep - 1 0.985 0.0711 154 0 0.236 0.813 0.813 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.224 -0.337 138 0.451 0 0 0 test.phys initStep - 1 -0.795 -1.01 139 0.21 0.242 1.65 1.65 test.phys eIoni - 2 -0.818 -0.8 138 0 0.21 0.674 2.33 test.phys eIoni + 0 -97.3 -16.1 115 0.00481 0 0 0 test.phys initStep + 1 -97.3 -16.1 115 0 0.00481 0.00101 0.00101 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 126 58 0 0 0 test.phys initStep - 1 -0.2 -0.442 140 56.3 1.72 14.3 14.3 test.phys eBrem - 2 -1.35 -2.8 200 49.2 7.1 60.5 74.8 World Transportation - 3 17.5 -885 1e+04 49.2 3.41e-22 9.84e+03 9.91e+03 OutOfWorld Transportation + 0 -40.8 3.96 129 0.0028 0 0 0 test.phys initStep + 1 -40.8 3.96 129 0 0.0028 0.000408 0.000408 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.2 -0.442 140 0.00394 0 0 0 test.phys initStep - 1 -0.204 -0.454 140 0 0.000405 0.251 0.251 test.phys biasWrapper(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 -0.204 -0.454 140 0.00354 0 0 0 test.phys initStep - 1 -0.204 -0.453 140 0 0.00354 0.0006 0.0006 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 + 0 -0.342 -1.58 190 0.0218 0 0 0 test.phys initStep + 1 -0.34 -1.58 190 0 0.0218 0.014 0.014 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 52.1 0 0 52.1 552 test.phys biasWrapper(conv) + 0 0.891 0.386 126 0.0111 0 0 0 test.phys initStep + 1 0.888 0.391 127 0 2.31e-05 0.349 0.349 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 4, Parent ID = 2 +* 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 0 0 52.1 4.9 0 0 0 test.phys initStep - 1 0.744 -1.92 60.5 3.83 1.07 9.17 9.17 test.phys eIoni - 2 1.94 -3.98 67.1 3.09 0.739 7.42 16.6 test.phys eIoni - 3 -1.1 -3.77 72 2.1 0.987 6.21 22.8 test.phys eIoni - 4 -0.872 -5.92 74.9 1.38 0.468 3.95 26.7 test.phys eIoni - 5 -2.14 -6.84 72.5 0.889 0.495 3.38 30.1 test.phys eIoni - 6 -2.18 -7.43 70.5 0.568 0.321 2.53 32.7 test.phys eIoni - 7 -3.16 -7.94 69.7 0.235 0.333 1.92 34.6 test.phys eIoni - 8 -3.56 -7.87 69.6 0 0.235 0.783 35.4 test.phys eIoni - 9 -3.56 -7.87 69.6 0 0 0 35.4 test.phys annihil + 0 0.888 0.391 127 0.011 0 0 0 test.phys initStep + 1 0.89 0.392 127 0 0.011 0.00423 0.00423 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, 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 -3.56 -7.87 69.6 0.511 0 0 0 test.phys initStep - 1 -18.1 -111 200 0.511 0 167 167 World Transportation - 2 -1.11e+03 -7.83e+03 1e+04 0.511 0 1.25e+04 1.27e+04 OutOfWorld Transportation + 0 0.854 0.189 115 0.294 0 0 0 test.phys initStep + 1 1.01 0.404 115 0.124 0.138 0.35 0.35 test.phys eBrem + 2 1.05 0.499 115 0 0.124 0.288 0.638 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.56 -7.87 69.6 0.511 0 0 0 test.phys initStep - 1 4.23 47 0 0.511 0 89 89 World Transportation - 2 1.12e+03 7.93e+03 -1e+04 0.511 0 1.28e+04 1.29e+04 OutOfWorld Transportation + 0 1.01 0.404 115 0.032 0 0 0 test.phys initStep + 1 -1.51 21.8 115 0.032 0 21.6 21.6 test.phys biasWrapper(Rayl) + 2 -2.98 190 99 0.032 0 169 190 test.phys biasWrapper(Rayl) + 3 -9.74 228 109 0.0309 0 40.6 231 test.phys biasWrapper(compt) + 4 -31.3 264 68 0.0282 0 58.6 289 test.phys biasWrapper(compt) + 5 -25.4 273 102 0.0273 0 35.3 325 test.phys biasWrapper(compt) + 6 3.94 276 108 0.0264 0 30.3 355 test.phys biasWrapper(compt) + 7 6.64 292 110 0.0262 0 15.7 370 test.phys biasWrapper(compt) + 8 5.72 295 111 0.0257 0 3.46 374 test.phys biasWrapper(compt) + 9 5.79 297 110 0.0257 0 1.98 376 test.phys biasWrapper(Rayl) + 10 3.23 310 105 0 0.000405 15 391 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* 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 -0.872 -5.92 74.9 0.249 0 0 0 test.phys initStep - 1 -0.729 -5.67 74.6 0 0.249 0.885 0.885 test.phys eIoni + 0 3.23 310 105 0.0253 0 0 0 test.phys initStep + 1 3.23 310 105 0 0.0253 0.0182 0.0182 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* 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 0 0 52.1 94.1 0 0 0 test.phys initStep - 1 0.596 -0.0691 77.5 90.7 3.42 25.4 25.4 test.phys eBrem - 2 1.17 2.4 144 80.1 8.13 66.8 92.3 test.phys eIoni - 3 3.07 7.08 174 75.6 3.52 30.4 123 test.phys eIoni - 4 3.53 11.8 191 73.2 1.99 17.3 140 test.phys eIoni - 5 3.62 13 195 72.4 0.494 4.42 144 test.phys eIoni - 6 3.65 13.5 197 71.9 0.199 1.65 146 test.phys eIoni - 7 3.67 13.6 197 71.6 0.0476 0.509 146 test.phys eIoni - 8 3.79 14.4 200 71.2 0.369 3.05 150 World Transportation - 9 466 2.71e+03 1e+04 71.2 3.64e-22 1.02e+04 1.03e+04 OutOfWorld Transportation + 0 5.72 295 111 0.000454 0 0 0 test.phys initStep + 1 5.72 295 111 0 0.000454 2.97e-05 2.97e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 3 +* 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 3.67 13.6 197 0.252 0 0 0 test.phys initStep - 1 3.39 13.4 197 0 0.252 0.899 0.899 test.phys eIoni + 0 6.64 292 110 0.000176 0 0 0 test.phys initStep + 1 6.64 292 110 0 0.000176 1.21e-05 1.21e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 3 +* 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 3.65 13.5 197 0.276 0 0 0 test.phys initStep - 1 3.56 14 197 0.0411 0.235 1.03 1.03 test.phys eIoni - 2 3.57 14 197 0 0.0411 0.0429 1.08 test.phys eIoni + 0 3.94 276 108 0.000985 0 0 0 test.phys initStep + 1 3.94 276 108 0 0.000985 8.15e-05 8.15e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3 +* 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 3.62 13 195 0.307 0 0 0 test.phys initStep - 1 4.14 12.9 195 0.0746 0.232 1.19 1.19 test.phys eIoni - 2 4.18 12.9 195 0 0.0746 0.121 1.31 test.phys eIoni + 0 -25.4 273 102 0.000899 0 0 0 test.phys initStep + 1 -25.4 273 102 0 0.000899 7.17e-05 7.17e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 3 +* 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 3.53 11.8 191 0.394 0 0 0 test.phys initStep - 1 3.82 12.6 191 0.144 0.25 1.5 1.5 test.phys eIoni - 2 3.78 12.8 191 0 0.144 0.367 1.86 test.phys eIoni + 0 -31.3 264 68 0.0027 0 0 0 test.phys initStep + 1 -31.3 264 68 0 0.0027 0.000384 0.000384 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 3 +* 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 3.07 7.08 174 1.03 0 0 0 test.phys initStep - 1 2.65 6.01 176 0.67 0.355 2.75 2.75 test.phys eIoni - 2 2.31 6.7 177 0.285 0.385 2.12 4.87 test.phys eIoni - 3 2.22 6.54 178 0 0.285 1.08 5.96 test.phys eIoni + 0 -9.74 228 109 0.00106 0 0 0 test.phys initStep + 1 -9.74 228 109 0 0.00106 9.04e-05 9.04e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 +* 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 1.17 2.4 144 2.41 0 0 0 test.phys initStep - 1 3.59 1.66 148 1.87 0.541 5.05 5.05 test.phys eIoni - 2 4.12 -0.796 151 1.32 0.547 4.16 9.21 test.phys eIoni - 3 3.85 -3.21 152 0.94 0.379 3.25 12.5 test.phys eIoni - 4 2.59 -4.9 152 0.604 0.336 2.6 15.1 test.phys eIoni - 5 1.58 -4.33 151 0.226 0.377 1.99 17.1 test.phys eIoni - 6 1.57 -4.49 151 0 0.226 0.762 17.8 test.phys eIoni + 0 0.00736 -0.309 83.2 14.8 0 0 0 test.phys initStep + 1 1.15 -2.12 200 14.8 0 117 117 World Transportation + 2 97.3 -154 1e+04 14.8 0 9.8e+03 9.92e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 3 +* 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.596 -0.0691 77.5 0.00297 0 0 0 test.phys initStep - 1 0.596 -0.0691 77.5 0 0.000405 0.00109 0.00109 test.phys biasWrapper(phot) + 0 -0.03 -0.27 80.4 0.235 0 0 0 test.phys initStep + 1 0.266 -0.498 80.6 0 0.235 0.807 0.807 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 +* 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.596 -0.0691 77.5 0.00256 0 0 0 test.phys initStep - 1 0.596 -0.0691 77.5 0 0.00256 0.000353 0.000353 test.phys eIoni + 0 -0.0916 -0.153 72.1 1.54 0 0 0 test.phys initStep + 1 -2.1 0.0581 74.6 1.04 0.496 3.61 3.61 test.phys eIoni + 2 -4 1.05 75.4 0.623 0.417 2.78 6.39 test.phys eIoni + 3 -5.41 1.42 75.1 0.334 0.289 2.03 8.42 test.phys eIoni + 4 -5.43 1.28 74.4 0.0737 0.26 1.3 9.71 test.phys eIoni + 5 -5.39 1.26 74.4 0 0.0737 0.118 9.83 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -2404,299 +2310,216 @@ 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 90.1 0 0 90.1 590 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 90.1 72.7 0 0 0 test.phys initStep - 1 0.557 0.112 109 69.6 2.33 18.9 18.9 test.phys eBrem - 2 0.722 0.181 112 65.5 0.338 3.05 22 test.phys eBrem - 3 0.814 0.227 114 64.9 0.267 2.33 24.3 test.phys eIoni - 4 1.04 0.565 121 63.5 0.841 6.87 31.2 test.phys eIoni - 5 -2.78 4.04 194 52.6 9.11 72.6 104 test.phys eBrem - 6 -3.06 3.68 196 52.3 0.295 2.5 106 test.phys eBrem - 7 -3.54 3.11 200 51.7 0.626 4.09 110 World Transportation - 8 -1.25e+03 -1.4e+03 1e+04 51.7 3.47e-22 9.98e+03 1.01e+04 OutOfWorld Transportation - -********************************************************************************************************* -* 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 -3.06 3.68 196 0.0127 0 0 0 test.phys initStep - 1 -3.46 3.18 199 0 0.000405 3.53 3.53 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -3.46 3.18 199 0.0123 0 0 0 test.phys initStep - 1 -3.46 3.18 199 0 0.0123 0.0051 0.0051 test.phys eIoni - -********************************************************************************************************* -* 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 -2.78 4.04 194 1.72 0 0 0 test.phys initStep - 1 -3.63 3.17 200 1.72 0 6.59 6.59 World Transportation - 2 -1.3e+03 -1.31e+03 1e+04 1.72 0 9.97e+03 9.98e+03 OutOfWorld Transportation - -********************************************************************************************************* -* 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 1.04 0.565 121 0.577 0 0 0 test.phys initStep - 1 2.07 0.244 122 0.262 0.315 1.93 1.93 test.phys eIoni - 2 2.39 -0.0894 122 0 0.262 0.955 2.89 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.814 0.227 114 0.407 0 0 0 test.phys initStep - 1 0.203 -0.237 115 0 0.407 1.53 1.53 test.phys eIoni + 1 0 0 5.29 0.501 0 5.29 505 test.phys biasWrapper(compt) + 2 -25 18.2 4.81 0.411 0 31 536 test.phys biasWrapper(compt) + 3 -29.9 21.3 1.78e-15 0.411 0 7.54 544 World Transportation + 4 -1e+04 6.26e+03 -9.77e+03 0.411 0 1.53e+04 1.58e+04 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.722 0.181 112 3.67 0 0 0 test.phys initStep - 1 5.39 2.58 200 3.67 0 88.1 88.1 World Transportation - 2 526 270 1e+04 3.67 0 9.82e+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.557 0.112 109 0.862 0 0 0 test.phys initStep - 1 4.59 3.02 186 0.525 0 77.2 77.2 test.phys biasWrapper(compt) - 2 22.6 -3.04 200 0.525 0 23.6 101 World Transportation - 3 1e+04 -3.35e+03 7.91e+03 0.525 0 1.3e+04 1.31e+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 4.59 3.02 186 0.337 0 0 0 test.phys initStep - 1 4.21 3.2 187 0.0695 0.259 1.25 1.25 test.phys eBrem - 2 4.17 3.17 187 0 0.0695 0.107 1.36 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 4.21 3.2 187 0.00833 0 0 0 test.phys initStep - 1 3.53 2.55 187 0 0.000405 1.26 1.26 test.phys biasWrapper(phot) - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 +* 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.53 2.55 187 0.00792 0 0 0 test.phys initStep - 1 3.53 2.56 187 0 0.00792 0.00237 0.00237 test.phys eIoni + 0 -25 18.2 4.81 0.0897 0 0 0 test.phys initStep + 1 -25.1 18.3 4.88 0 0.0897 0.166 0.166 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 90.1 26.2 0 0 0 test.phys initStep - 1 0.294 -1.58 115 20.9 3.18 25.5 25.5 test.phys eIoni - 2 1.18 -0.349 124 19.9 1.01 9.08 34.6 test.phys eBrem - 3 1.53 0.215 130 18.9 0.632 5.49 40.1 test.phys eIoni - 4 1.69 0.402 132 18.1 0.212 1.73 41.8 test.phys eIoni - 5 3.44 0.791 144 16.4 1.73 12.9 54.7 test.phys eBrem - 6 3.77 0.797 146 16.1 0.175 1.74 56.4 test.phys eBrem - 7 4.73 0.734 150 14.9 0.483 4.6 61 test.phys eIoni - 8 12.4 4.42 174 12 2.9 25.2 86.2 test.phys eIoni - 9 23.5 11.2 190 9.52 2.53 20.6 107 test.phys eIoni - 10 26.6 13.6 194 7.07 0.769 6.26 113 test.phys eIoni - 11 29 15.4 200 6.24 0.832 6.47 120 World Transportation - 12 3.37e+03 3.77e+03 1e+04 6.24 3.16e-22 1.1e+04 1.11e+04 OutOfWorld Transportation + 0 0 0 5.29 99.5 0 0 0 test.phys initStep + 1 0.597 0.414 33.9 95.7 3.8 28.6 28.6 test.phys eBrem + 2 0.842 0.438 42.4 94 1.09 8.52 37.2 test.phys eIoni + 3 1.35 0.21 55.8 92.3 1.72 13.4 50.5 test.phys eBrem + 4 1.68 0.265 64.5 39.9 0.986 8.76 59.3 test.phys eBrem + 5 1.75 0.262 66.3 39.5 0.223 1.71 61 test.phys eIoni + 6 1.48 -0.219 83.3 36 2 17.1 78.1 test.phys eBrem + 7 1.47 -0.224 83.4 35.7 0.0686 0.151 78.2 test.phys eIoni + 8 3.73 -0.751 120 31.2 4.34 36.7 115 test.phys eBrem + 9 3.95 -0.765 121 30.7 0.123 1.14 116 test.phys eIoni + 10 6.23 -1.35 130 28.3 1.18 9.43 125 test.phys eIoni + 11 16.8 -8.27 175 22.6 5.69 46.4 172 test.phys eIoni + 12 17.6 -14.5 200 19.5 3.05 26.5 198 World Transportation + 13 -1.29e+03 -1.81e+03 1e+04 19.5 3.2e-22 1e+04 1.02e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 3 +* 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 26.6 13.6 194 1.68 0 0 0 test.phys initStep - 1 28.7 16.5 195 1.17 0.504 3.79 3.79 test.phys msc - 2 30.1 18.4 193 0.818 0.355 3 6.79 test.phys eIoni - 3 30.9 19.5 192 0.546 0.271 2.39 9.18 test.phys eIoni - 4 31.8 20.3 192 0.248 0.299 1.87 11.1 test.phys eIoni - 5 31.7 20.6 192 0 0.248 0.876 11.9 test.phys eIoni + 0 6.23 -1.35 130 1.25 0 0 0 test.phys initStep + 1 7.97 -2.64 132 0.937 0.315 3.14 3.14 test.phys eIoni + 2 9.02 -3.49 133 0.423 0.514 2.6 5.74 test.phys eIoni + 3 9.05 -4.16 134 0.19 0.233 1.58 7.32 test.phys eIoni + 4 9.34 -4.14 134 0 0.19 0.577 7.9 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 3 +* 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 4.73 0.734 150 0.708 0 0 0 test.phys initStep - 1 5.98 -0.0167 151 0.407 0.291 2.11 2.11 test.phys eBrem - 2 5.91 0.563 150 0.0555 0.351 1.53 3.65 test.phys eIoni - 3 5.94 0.581 150 0 0.0555 0.0724 3.72 test.phys eIoni + 0 3.95 -0.765 121 0.402 0 0 0 test.phys initStep + 1 3.29 -0.694 122 0.112 0.29 1.52 1.52 test.phys eIoni + 2 3.32 -0.586 122 0 0.112 0.242 1.76 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 21 +* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 5.98 -0.0167 151 0.0105 0 0 0 test.phys initStep - 1 6.17 0.0727 151 0 0.000405 0.214 0.214 test.phys biasWrapper(phot) + 0 3.73 -0.751 120 0.155 0 0 0 test.phys initStep + 1 10.3 -2.06 152 0.15 0 33.2 33.2 test.phys biasWrapper(compt) + 2 2.08 9.32 200 0.15 0 49.6 82.8 World Transportation + 3 -1.69e+03 2.35e+03 1e+04 0.15 0 1.02e+04 1.03e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 23 +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 6.17 0.0727 151 0.0101 0 0 0 test.phys initStep - 1 6.17 0.0717 151 0 0.0101 0.00364 0.00364 test.phys eIoni + 0 10.3 -2.06 152 0.00465 0 0 0 test.phys initStep + 1 10.3 -2.06 152 0 0.00465 0.000951 0.000951 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 3 +* 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 3.77 0.797 146 0.0982 0 0 0 test.phys initStep - 1 9.31 0.953 178 0.0788 0 33 33 test.phys biasWrapper(compt) - 2 17.7 -62.4 158 0.0644 0 67.1 100 test.phys biasWrapper(compt) - 3 40.4 -16 119 0.0626 0 64.4 165 test.phys biasWrapper(compt) - 4 120 101 124 0.0517 0 142 306 test.phys biasWrapper(compt) - 5 105 66.9 156 0.046 0 49.2 356 test.phys biasWrapper(compt) - 6 135 76 168 0.0432 0 33.1 389 test.phys biasWrapper(compt) - 7 128 94.9 200 0.0432 0 37.8 427 World Transportation - 8 -1.9e+03 5.87e+03 1e+04 0.0432 0 1.16e+04 1.2e+04 OutOfWorld Transportation + 0 1.47 -0.224 83.4 0.233 0 0 0 test.phys initStep + 1 1.57 -0.582 83.6 0 0.233 0.798 0.798 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 20 +* 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 135 76 168 0.00276 0 0 0 test.phys initStep - 1 135 76 168 0 0.00276 0.000399 0.000399 test.phys eIoni + 0 1.48 -0.219 83.3 1.46 0 0 0 test.phys initStep + 1 1.72 -3.58 200 1.46 0 117 117 World Transportation + 2 22 -286 1e+04 1.46 0 9.8e+03 9.92e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20 +* 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 105 66.9 156 0.00569 0 0 0 test.phys initStep - 1 105 66.9 156 0 0.00569 0.00134 0.00134 test.phys eIoni + 0 1.75 0.262 66.3 0.222 0 0 0 test.phys initStep + 1 1.69 0.596 66.4 0 0.222 0.741 0.741 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 20 +* 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 120 101 124 0.0109 0 0 0 test.phys initStep - 1 120 101 124 0 0.0109 0.00414 0.00414 test.phys eIoni + 0 1.68 0.265 64.5 51.4 0 0 0 test.phys initStep + 1 4.08 -0.683 159 2.35 0 94.7 94.7 test.phys biasWrapper(compt) + 2 6.07 11 175 0.76 0 19.5 114 test.phys biasWrapper(compt) + 3 6.27 1.8 200 0.76 0 26.8 141 World Transportation + 4 86.3 -3.56e+03 1e+04 0.76 0 1.04e+04 1.06e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 20 +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 8 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 40.4 -16 119 0.00178 0 0 0 test.phys initStep - 1 40.4 -16 119 0 0.00178 0.000198 0.000198 test.phys eIoni + 0 6.07 11 175 1.59 0 0 0 test.phys initStep + 1 6.44 13.6 177 1.22 0.369 3.7 3.7 test.phys eIoni + 2 4.08 13.7 178 0.896 0.324 3.08 6.79 test.phys eIoni + 3 2.99 14.4 179 0.627 0.27 2.53 9.32 test.phys eIoni + 4 2.58 14.1 179 0.515 0.111 0.534 9.85 test.phys eIoni + 5 1.37 14 179 0.279 0.236 1.8 11.7 test.phys eIoni + 6 0.841 13.9 179 0 0.279 1.05 12.7 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 +* 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 17.7 -62.4 158 0.0144 0 0 0 test.phys initStep - 1 17.7 -62.4 158 0 0.0144 0.00674 0.00674 test.phys eIoni + 0 4.08 -0.683 159 49 0 0 0 test.phys initStep + 1 4.24 -0.921 164 42.7 0.492 4.63 4.63 test.phys eBrem + 2 5.51 -2.72 200 38.2 4.45 36.4 41 World Transportation + 3 113 -1.05e+03 1e+04 38.2 3.34e-22 9.86e+03 9.9e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 +* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 9.31 0.953 178 0.0195 0 0 0 test.phys initStep - 1 9.31 0.956 178 0 0.0195 0.0115 0.0115 test.phys eIoni + 0 4.24 -0.921 164 5.85 0 0 0 test.phys initStep + 1 5.53 -2.65 200 5.85 0 36.2 36.2 World Transportation + 2 353 -472 1e+04 5.85 0 9.82e+03 9.85e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 3 +* 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 3.44 0.791 144 0.00576 0 0 0 test.phys initStep - 1 3.54 0.78 145 0 0.000405 0.559 0.559 test.phys biasWrapper(phot) + 0 1.35 0.21 55.8 0.00765 0 0 0 test.phys initStep + 1 1.4 0.199 57.3 0 0.000405 1.52 1.52 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 19 +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.54 0.78 145 0.00535 0 0 0 test.phys initStep - 1 3.54 0.78 145 0 0.00535 0.00121 0.00121 test.phys eIoni + 0 1.4 0.199 57.3 0.00725 0 0 0 test.phys initStep + 1 1.4 0.2 57.3 0 0.00725 0.00203 0.00203 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 3 +* 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 1.69 0.402 132 0.544 0 0 0 test.phys initStep - 1 0.72 0.415 132 0.299 0.244 1.86 1.86 test.phys eIoni - 2 0.606 0.756 133 0 0.299 1.15 3.02 test.phys eIoni + 0 0.842 0.438 42.4 0.536 0 0 0 test.phys initStep + 1 1.87 0.63 43.1 0.278 0.258 1.85 1.85 test.phys eIoni + 2 2.4 0.715 43.2 0.0606 0.217 1.04 2.89 test.phys eIoni + 3 2.41 0.71 43.2 0 0.0606 0.0846 2.98 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 3 +* 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 1.53 0.215 130 0.355 0 0 0 test.phys initStep - 1 1.22 -0.326 130 0.119 0.236 1.37 1.37 test.phys eIoni - 2 1.1 -0.384 130 0 0.119 0.268 1.64 test.phys eIoni + 0 0.597 0.414 33.9 0.0455 0 0 0 test.phys initStep + 1 6.29 1.93 200 0.0455 0 166 166 World Transportation + 2 342 91.5 1e+04 0.0455 0 9.81e+03 9.97e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 3 +* 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 1.18 -0.349 124 0.00833 0 0 0 test.phys initStep - 1 1.29 -0.196 125 0 0.000405 0.813 0.813 test.phys biasWrapper(phot) + 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 = e-, Track ID = 32, Parent ID = 16 +* 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 1.29 -0.196 125 0.00792 0 0 0 test.phys initStep - 1 1.29 -0.195 125 0 0.00792 0.00237 0.00237 test.phys eIoni + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 199 0 0 199 699 test.phys biasWrapper(conv) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 3 +* 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.294 -1.58 115 2.15 0 0 0 test.phys initStep - 1 1.26 -0.523 117 1.62 0.219 2.21 2.21 test.phys eIoni - 2 1.83 0.25 120 1.07 0.55 3.76 5.97 test.phys eIoni - 3 -0.455 0.175 121 0.516 0.557 2.83 8.8 test.phys eIoni - 4 -0.739 0.868 122 0.226 0.29 1.8 10.6 test.phys eIoni - 5 -0.706 1.03 122 0 0.226 0.758 11.4 test.phys eIoni + 0 0 0 199 41.4 0 0 0 test.phys initStep + 1 0.0214 -0.0296 200 41.2 0.171 1.36 1.36 World Transportation + 2 -110 -87.5 1e+04 41.2 3.34e-22 9.8e+03 9.8e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 15 +* 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 1.26 -0.523 117 0.305 0 0 0 test.phys initStep - 1 1.67 -0.0601 117 0.0343 0.271 1.18 1.18 test.phys eIoni - 2 1.66 -0.0633 117 0 0.0343 0.0312 1.21 test.phys eIoni + 0 0 0 199 57.6 0 0 0 test.phys initStep + 1 -0.00144 0.002 200 57.5 0.137 1.36 1.36 World Transportation + 2 -41.8 36.3 1e+04 57.5 3.44e-22 9.8e+03 9.8e+03 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 @@ -2715,215 +2538,211 @@ 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 117 0 0 117 617 test.phys biasWrapper(conv) + 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 117 17.6 0 0 0 test.phys initStep - 1 1.51 -0.259 134 5.53 2.14 16.8 16.8 test.phys eBrem - 2 3.58 -1.53 143 4.37 1.16 10.2 27 test.phys eIoni - 3 7.52 -3.91 150 3.34 1.02 8.3 35.3 test.phys eIoni - 4 12.6 -5.33 153 2.61 0.728 6.63 41.9 test.phys eIoni - 5 17.3 -7.04 153 1.87 0.741 5.43 47.3 test.phys eIoni - 6 20.7 -8.1 152 1.42 0.449 4.2 51.5 test.phys eIoni - 7 23 -8.36 150 1.02 0.404 3.45 55 test.phys eIoni - 8 25.1 -8.31 149 0.63 0.391 2.76 57.7 test.phys eIoni - 9 26.2 -8.12 150 0.417 0.214 2.05 59.8 test.phys eIoni - 10 27 -8.13 151 0.176 0.241 1.55 61.3 test.phys eIoni - 11 26.9 -7.98 150 0 0.176 0.491 61.8 test.phys eIoni - 12 26.9 -7.98 150 0 0 0 61.8 test.phys annihil + 0 0 0 130 66.8 0 0 0 test.phys initStep + 1 -0.281 1 159 62.7 3.37 28.8 28.8 test.phys eIoni + 2 -0.304 1.63 186 56.8 3.47 27.3 56.1 test.phys eBrem + 3 -0.0457 2.02 198 49.9 1.37 11.7 67.8 test.phys eBrem + 4 -0.0296 2.04 199 49.3 0.117 0.556 68.4 test.phys eIoni + 5 0.00588 2.07 200 49.2 0.156 1.35 69.7 World Transportation + 6 164 191 1e+04 49.2 3.39e-22 9.8e+03 9.87e+03 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0296 2.04 199 0.464 0 0 0 test.phys initStep + 1 0.0679 2.66 199 0.387 0.0775 0.673 0.673 test.phys msc + 2 0.512 3.03 198 0.179 0.208 0.794 1.47 test.phys msc + 3 0.759 3.12 198 0 0.179 0.522 1.99 test.phys eIoni ********************************************************************************************************* * 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 26.9 -7.98 150 0.511 0 0 0 test.phys initStep - 1 19 -8.45 157 0.333 0 10.4 10.4 test.phys biasWrapper(compt) - 2 -41 13.9 137 0.289 0 67.2 77.6 test.phys biasWrapper(compt) - 3 -118 59.3 0 0.289 0 163 241 World Transportation - 4 -5.73e+03 3.38e+03 -1e+04 0.289 0 1.19e+04 1.22e+04 OutOfWorld Transportation + 0 -0.0457 2.02 198 5.5 0 0 0 test.phys initStep + 1 -0.0382 2.12 200 5.5 0 1.91 1.91 World Transportation + 2 38.7 513 1e+04 5.5 0 9.81e+03 9.82e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 +* 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 -41 13.9 137 0.0443 0 0 0 test.phys initStep - 1 -41 13.9 137 0 0.0443 0.0488 0.0488 test.phys eIoni + 0 -0.304 1.63 186 2.51 0 0 0 test.phys initStep + 1 -0.477 2.06 200 2.51 0 13.6 13.6 World Transportation + 2 -125 311 1e+04 2.51 0 9.81e+03 9.82e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 +* 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 19 -8.45 157 0.178 0 0 0 test.phys initStep - 1 19 -8.53 157 0 0.178 0.519 0.519 test.phys eIoni + 0 -0.281 1 159 0.658 0 0 0 test.phys initStep + 1 0.829 0.521 160 0.403 0.255 2.1 2.1 test.phys eIoni + 2 0.985 1.27 161 0.174 0.228 1.52 3.62 test.phys eIoni + 3 1.17 1.42 161 0 0.174 0.502 4.12 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 4 +* 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 26.9 -7.98 150 0.511 0 0 0 test.phys initStep - 1 202 2.59 0 0.511 0 231 231 World Transportation - 2 1e+04 593 -8.41e+03 0.511 0 1.29e+04 1.32e+04 OutOfWorld Transportation + 0 0 0 130 32.2 0 0 0 test.phys initStep + 1 -1.24 -3.81 174 26.7 5.44 43.8 43.8 test.phys eBrem + 2 -2.58 -7.35 181 24.7 1.15 8.29 52.1 test.phys eIoni + 3 -5.8 -14.1 194 22.7 1.75 14.6 66.7 test.phys eIoni + 4 -7.01 -16.3 198 21.9 0.567 5.1 71.8 test.phys eIoni + 5 -7.41 -17.2 200 21.7 0.222 2.12 73.9 World Transportation + 6 -2.26e+03 -4.52e+03 1e+04 21.7 3.55e-22 1.1e+04 1.11e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 4 +* 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 1.51 -0.259 134 9.95 0 0 0 test.phys initStep - 1 12.8 -6.85 200 9.95 0 67.4 67.4 World Transportation - 2 1.69e+03 -984 1e+04 9.95 0 9.99e+03 1.01e+04 OutOfWorld Transportation + 0 -7.01 -16.3 198 0.25 0 0 0 test.phys initStep + 1 -7.37 -16.6 198 0 0.25 0.889 0.889 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* 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 0 117 81.4 0 0 0 test.phys initStep - 1 0.0807 -0.0358 122 41.8 0.645 5.24 5.24 test.phys eBrem - 2 2.48 1.8 171 35.1 6.34 48.4 53.6 test.phys eBrem - 3 3.9 2.6 183 33.4 1.35 12.1 65.7 test.phys eIoni - 4 6.57 3.94 200 31.4 2 17.7 83.4 World Transportation - 5 2.52e+03 1.3e+03 1e+04 31.4 3.39e-22 1.02e+04 1.03e+04 OutOfWorld Transportation + 0 -5.8 -14.1 194 0.295 0 0 0 test.phys initStep + 1 -5.88 -14.7 194 0.136 0.14 0.811 0.811 test.phys eBrem + 2 -6.04 -14.7 194 0 0.136 0.335 1.15 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.9 2.6 183 0.327 0 0 0 test.phys initStep - 1 3.94 2.03 183 0.101 0.226 1.27 1.27 test.phys eIoni - 2 4.04 2.01 183 0 0.101 0.204 1.47 test.phys eIoni + 0 -5.88 -14.7 194 0.0182 0 0 0 test.phys initStep + 1 -10.8 -24.6 189 0.0171 0 11.9 11.9 test.phys biasWrapper(compt) + 2 0.664 -20.2 194 0.0167 0 13 24.9 test.phys biasWrapper(compt) + 3 -3.73 11.6 193 0.0163 0 32 56.9 test.phys biasWrapper(compt) + 4 -3.61 11.6 193 0 0.000405 0.402 57.3 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 2.48 1.8 171 0.375 0 0 0 test.phys initStep - 1 3.99 3.41 188 0.227 0 17.9 17.9 test.phys biasWrapper(compt) - 2 65.1 -66.4 200 0.227 0 93.5 111 World Transportation - 3 8.76e+03 -1e+04 1.85e+03 0.227 0 1.33e+04 1.34e+04 OutOfWorld Transportation + 0 -3.61 11.6 193 0.0158 0 0 0 test.phys initStep + 1 -3.61 11.6 193 0 0.0158 0.00798 0.00798 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 3.99 3.41 188 0.148 0 0 0 test.phys initStep - 1 3.93 3.51 189 0 0.148 0.385 0.385 test.phys eIoni + 0 -3.73 11.6 193 0.000454 0 0 0 test.phys initStep + 1 -3.73 11.6 193 0 0.000454 2.97e-05 2.97e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0807 -0.0358 122 38.9 0 0 0 test.phys initStep - 1 1.76 -1.23 200 38.9 0 77.6 77.6 World Transportation - 2 214 -153 1e+04 38.9 0 9.8e+03 9.88e+03 OutOfWorld Transportation + 0 0.664 -20.2 194 0.000442 0 0 0 test.phys initStep + 1 0.664 -20.2 194 0 0.000442 2.88e-05 2.88e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 ********************************************************************************************************* 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 -10.8 -24.6 189 0.00108 0 0 0 test.phys initStep + 1 -10.8 -24.6 189 0 0.00108 9.33e-05 9.33e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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 0 0 100 0 0 500 test.phys initStep - 1 0 0 42.5 91.7 0 42.5 543 test.phys biasWrapper(compt) - 2 -0.899 4.7 200 91.7 0 158 700 World Transportation - 3 -56.9 297 1e+04 91.7 0 9.8e+03 1.05e+04 OutOfWorld Transportation + 0 -2.58 -7.35 181 0.844 0 0 0 test.phys initStep + 1 -2.04 -7.88 182 0.657 0.112 1.03 1.03 test.phys eBrem + 2 -1.36 -8.2 183 0.372 0.285 2.09 3.13 test.phys eIoni + 3 -1.51 -7.94 184 0.147 0.225 1.43 4.55 test.phys eIoni + 4 -1.52 -8.05 184 0 0.147 0.378 4.93 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 10 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 42.5 8.28 0 0 0 test.phys initStep - 1 0.0204 -0.126 42.9 7.92 0.0475 0.373 0.373 test.phys eIoni - 2 0.0645 -0.333 43.4 6.2 0.063 0.559 0.932 test.phys eBrem - 3 -0.473 -2.39 51.8 4.26 0.915 8.78 9.72 test.phys eIoni - 4 -1.03 -2.5 55 3.71 0.394 3.37 13.1 test.phys eBrem - 5 -1.43 -2.92 56.9 2.63 0.219 1.98 15.1 test.phys eIoni - 6 -2.69 -2.36 61.7 1.87 0.764 5.42 20.5 test.phys eIoni - 7 -5.53 -1.22 63.8 1.45 0.414 4.16 24.7 test.phys eIoni - 8 -7.48 -0.218 65.9 1.05 0.406 3.48 28.1 test.phys eIoni - 9 -7.93 0.844 63.9 0.651 0.396 2.79 30.9 test.phys eIoni - 10 -6.44 0.944 64.2 0.404 0.247 2.08 33 test.phys eIoni - 11 -5.74 1.07 63.7 0.192 0.212 1.53 34.5 test.phys eIoni - 12 -5.7 1.27 63.4 0 0.192 0.588 35.1 test.phys eIoni + 0 -2.04 -7.88 182 0.0746 0 0 0 test.phys initStep + 1 1.17 -12.6 200 0.0746 0 19.2 19.2 World Transportation + 2 1.72e+03 -2.56e+03 1e+04 0.0746 0 1.03e+04 1.03e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +* 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 -1.43 -2.92 56.9 0.859 0 0 0 test.phys initStep - 1 -1.06 -4.22 58.3 0.43 0.429 2.46 2.46 test.phys eIoni - 2 -1.1 -4.79 59.1 0.187 0.243 1.6 4.06 test.phys eIoni - 3 -1.08 -4.88 59.4 0 0.187 0.563 4.62 test.phys eIoni + 0 -1.24 -3.81 174 0.0215 0 0 0 test.phys initStep + 1 -5.97 -15.4 200 0.0215 0 29 29 World Transportation + 2 -1.77e+03 -4.35e+03 1e+04 0.0215 0 1.09e+04 1.09e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 3 +* 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 -1.03 -2.5 55 0.155 0 0 0 test.phys initStep - 1 -15.7 -13.5 116 0.14 0 63.4 63.4 test.phys biasWrapper(compt) - 2 -51.9 -157 200 0.14 0 171 234 World Transportation - 3 -2.53e+03 -1e+04 5.96e+03 0.14 0 1.17e+04 1.19e+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 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 = e-, Track ID = 9, Parent ID = 7 +* 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 -15.7 -13.5 116 0.0141 0 0 0 test.phys initStep - 1 -15.7 -13.5 116 0 0.0141 0.0065 0.0065 test.phys eIoni + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 8.38 0.995 0.0046 8.38 508 test.phys biasWrapper(hadElastic) + 2 -1.94 -49.6 200 0.995 0 198 706 World Transportation + 3 -101 -2.59e+03 1e+04 0.995 0 1.01e+04 1.08e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* 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.473 -2.39 51.8 1.03 0 0 0 test.phys initStep - 1 1.01 -2.37 53.5 0.721 0.306 2.76 2.76 test.phys eIoni - 2 2.25 -2.46 54.6 0.339 0.382 2.21 4.97 test.phys eIoni - 3 2.85 -2.64 55 0.108 0.231 1.31 6.28 test.phys eIoni - 4 2.95 -2.69 55 0 0.108 0.228 6.51 test.phys eIoni + 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 = 5, Parent ID = 3 +* 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.0645 -0.333 43.4 1.66 0 0 0 test.phys initStep - 1 16.9 -60 200 1.66 0 168 168 World Transportation - 2 1.07e+03 -3.79e+03 1e+04 1.66 0 1.05e+04 1.07e+04 OutOfWorld Transportation + 0 0 0 0 1 0 0 500 test.phys initStep + 1 0 0 61.1 0.9 0 61.1 561 test.phys biasWrapper(hadElastic) + 2 28 -97.4 89.3 0.87 0.0301 105 666 test.phys biasWrapper(hadElastic) + 3 273 -250 200 0.87 0 309 975 World Transportation + 4 1e+04 -6.3e+03 4.59e+03 0.87 0 1.23e+04 1.32e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* 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.0204 -0.126 42.9 0.314 0 0 0 test.phys initStep - 1 -0.245 -0.702 43 0 0.314 1.21 1.21 test.phys eIoni + 0 0 0 61.1 0.1 0 0 0 test.phys initStep + 1 -0.000201 0.000698 61.1 0 0.1 0.00116 0.00116 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2942,28 +2761,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.987 0.013 91.7 592 test.phys biasWrapper(hadElastic) - 2 3.1 -10.9 116 0.965 0.0221 27.1 619 test.phys biasWrapper(hadElastic) - 3 41.5 -50.9 158 0.867 0 69.6 688 test.phys biasWrapper(hadElastic) - 4 -38.7 -237 141 0.66 0 204 892 test.phys biasWrapper(hadElastic) - 5 84.6 -122 200 0.66 0 179 1.07e+03 World Transportation - 6 1e+04 9.14e+03 4.94e+03 0.66 0 1.44e+04 1.54e+04 OutOfWorld Transportation + 1 0 0 53.4 0.852 0 53.4 553 test.phys biasWrapper(hadElastic) + 2 192 -52.8 31.8 0.677 0 200 753 test.phys biasWrapper(hadElastic) + 3 175 -8.6 46.7 0.6 0 49.7 803 test.phys biasWrapper(hadElastic) + 4 152 -29.7 141 0.584 0.0167 99.3 902 test.phys biasWrapper(hadElastic) + 5 106 -95.9 200 0.584 0 100 1e+03 World Transportation + 6 -6.82e+03 -1e+04 9.01e+03 0.584 0 1.5e+04 1.6e+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 175 -8.6 46.7 0.0762 0 0 0 test.phys initStep + 1 175 -8.6 46.7 0 0.0762 0.000972 0.000972 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 -237 141 0.207 0 0 0 test.phys initStep - 1 -38.7 -237 141 0 0.207 0.00179 0.00179 test.phys ionIoni + 0 192 -52.8 31.8 0.176 0 0 0 test.phys initStep + 1 192 -52.8 31.8 0 0.176 0.00166 0.00166 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 41.5 -50.9 158 0.0982 0 0 0 test.phys initStep - 1 41.5 -50.9 158 0 0.0982 0.00114 0.00114 test.phys ionIoni + 0 0 0 53.4 0.148 0 0 0 test.phys initStep + 1 -0.000802 0.000221 53.4 0 0.148 0.00149 0.00149 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -2982,17 +2809,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 0 1 0 0 500 test.phys initStep - 1 0 0 42.9 0.817 0 42.9 543 test.phys biasWrapper(hadElastic) - 2 -73.1 65.6 0 0.817 0 107 650 World Transportation - 3 -1e+04 8.98e+03 -5.83e+03 0.817 0 1.46e+04 1.52e+04 OutOfWorld Transportation + 1 0 0 142 0.926 0 142 642 test.phys biasWrapper(hadElastic) + 2 -110 -3.13 200 0.926 0 124 766 World Transportation + 3 -1e+04 -286 5.48e+03 0.926 0 1.12e+04 1.2e+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 42.9 0.183 0 0 0 test.phys initStep - 1 0.000589 -0.000529 42.9 0 0.183 0.00169 0.00169 test.phys ionIoni + 0 0 0 142 0.0736 0 0 0 test.phys initStep + 1 0.000592 1.69e-05 142 0 0.0736 0.000951 0.000951 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3011,17 +2838,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 0 1 0 0 500 test.phys initStep - 1 0 0 22.8 0.818 0 22.8 523 test.phys biasWrapper(hadElastic) - 2 -46.9 27.2 0 0.818 0 58.8 582 World Transportation - 3 -1e+04 5.79e+03 -4.83e+03 0.818 0 1.25e+04 1.31e+04 OutOfWorld Transportation + 1 0 0 75.3 0.862 0 75.3 575 test.phys biasWrapper(hadElastic) + 2 -32.3 -310 67.4 0.712 0 312 887 test.phys biasWrapper(hadElastic) + 3 -67.6 -262 200 0.712 0 145 1.03e+03 World Transportation + 4 -2.68e+03 3.29e+03 1e+04 0.712 0 1.07e+04 1.18e+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 -32.3 -310 67.4 0.15 0 0 0 test.phys initStep + 1 -32.3 -310 67.4 0 0.15 0.0015 0.0015 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 22.8 0.182 0 0 0 test.phys initStep - 1 0.000689 -0.000399 22.8 0 0.182 0.00169 0.00169 test.phys ionIoni + 0 0 0 75.3 0.138 0 0 0 test.phys initStep + 1 8.53e-05 0.000819 75.3 0 0.138 0.00142 0.00142 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3040,38 +2876,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 0 1 0 0 500 test.phys initStep - 1 0 0 70.3 0.932 0.0677 70.3 570 test.phys biasWrapper(hadElastic) - 2 30 -214 200 0.932 0 252 822 World Transportation - 3 1.4e+03 -1e+04 6.13e+03 0.932 0 1.15e+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 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 + 1 0 0 33.4 0.88 0 33.4 533 test.phys biasWrapper(hadElastic) + 2 -35.5 2.72 37.4 0.763 0 35.9 569 test.phys biasWrapper(hadElastic) + 3 -31.9 128 0 0.763 0 130 700 World Transportation + 4 253 1e+04 -2.96e+03 0.763 0 1.03e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +* 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 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 7.59 0.86 0 7.59 508 test.phys biasWrapper(hadElastic) - 2 -161 12.4 2.66e-15 0.86 0 162 670 World Transportation - 3 -1e+04 770 -463 0.86 0 9.88e+03 1.05e+04 OutOfWorld Transportation + 0 -35.5 2.72 37.4 0.117 0 0 0 test.phys initStep + 1 -35.5 2.72 37.4 0 0.117 0.00128 0.00128 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 7.59 0.14 0 0 0 test.phys initStep - 1 0.000824 -6.35e-05 7.59 0 0.14 0.00144 0.00144 test.phys ionIoni + 0 0 0 33.4 0.12 0 0 0 test.phys initStep + 1 0.000788 -6.03e-05 33.4 0 0.12 0.0013 0.0013 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3090,40 +2914,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 0 1 0 0 500 test.phys initStep - 1 0 0 147 0.965 0.0346 147 647 test.phys biasWrapper(hadElastic) - 2 -42.6 17.8 200 0.965 0 70.6 717 World Transportation - 3 -7.88e+03 3.29e+03 1e+04 0.965 0 1.3e+04 1.37e+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 + 1 0 0 6.99 0.853 0 6.99 507 test.phys biasWrapper(hadElastic) + 2 -14.8 -19 4.52 0.751 0 24.2 531 test.phys biasWrapper(hadElastic) + 3 -16 -18.2 -3.55e-15 0.751 0 4.75 536 World Transportation + 4 -2.69e+03 1.73e+03 -1e+04 0.751 0 1.05e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +* 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 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 132 0.964 0.0359 132 632 test.phys biasWrapper(hadElastic) - 2 -1.63 0.011 134 0.853 0 2.46 635 test.phys biasWrapper(hadElastic) - 3 -14.9 256 172 0.797 0.0553 259 893 test.phys biasWrapper(hadElastic) - 4 -47.5 276 200 0.797 0 47.4 941 World Transportation - 5 -1e+04 6.3e+03 8.73e+03 0.797 0 1.44e+04 1.54e+04 OutOfWorld Transportation + 0 -14.8 -19 4.52 0.102 0 0 0 test.phys initStep + 1 -14.8 -19 4.52 0 0.102 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 -1.63 0.011 134 0.112 0 0 0 test.phys initStep - 1 -1.64 0.0102 134 0 0.112 0.00124 0.00124 test.phys ionIoni + 0 0 0 6.99 0.147 0 0 0 test.phys initStep + 1 0.000511 0.000656 6.99 0 0.147 0.00148 0.00148 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3142,9 +2952,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 0 1 0 0 500 test.phys initStep - 1 0 0 156 0.993 0.00697 156 656 test.phys biasWrapper(hadElastic) - 2 8.82 -11.2 200 0.993 0 46.4 702 World Transportation - 3 1.97e+03 -2.5e+03 1e+04 0.993 0 1.03e+04 1.1e+04 OutOfWorld Transportation + 1 0 0 19 0.76 0 19 519 test.phys biasWrapper(hadElastic) + 2 -9.18 -1.02 3.55e-15 0.76 0 21.1 540 World Transportation + 3 -4.84e+03 -538 -1e+04 0.76 0 1.11e+04 1.17e+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 19 0.24 0 0 0 test.phys initStep + 1 0.000366 4.07e-05 19 0 0.24 0.0019 0.0019 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3163,10 +2981,9 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 15.7 0.992 0.0079 15.7 516 test.phys biasWrapper(hadElastic) - 2 45.6 -5.18 148 0.936 0.0562 140 656 test.phys biasWrapper(hadElastic) - 3 162 -85.5 200 0.936 0 150 806 World Transportation - 4 1e+04 -6.9e+03 4.59e+03 0.936 0 1.27e+04 1.36e+04 OutOfWorld Transportation + 1 0 0 41.9 0.993 0.0069 41.9 542 test.phys biasWrapper(hadElastic) + 2 -23.3 45.2 200 0.993 0 166 708 World Transportation + 3 -1.47e+03 2.84e+03 1e+04 0.993 0 1.03e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3185,9 +3002,10 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1 0 0 500 test.phys initStep - 1 0 0 79 0.946 0.054 79 579 test.phys biasWrapper(hadElastic) - 2 104 -114 200 0.946 0 197 776 World Transportation - 3 8.56e+03 -9.38e+03 1e+04 0.946 0 1.59e+04 1.67e+04 OutOfWorld Transportation + 1 0 0 151 0.946 0.0543 151 651 test.phys biasWrapper(hadElastic) + 2 -1.88 2.23 154 0.941 0.00475 3.7 655 test.phys biasWrapper(hadElastic) + 3 -47.9 85.4 200 0.941 0 106 761 World Transportation + 4 -5.53e+03 1e+04 5.71e+03 0.941 0 1.26e+04 1.34e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3206,217 +3024,193 @@ 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.1 0 0 92.1 592 test.phys biasWrapper(neutronInelastic) + 1 0 0 1.78 99.8 0 1.78 502 test.phys biasWrapper(hadElastic) + 2 -25.7 -18.2 200 99.8 0 201 702 World Transportation + 3 -1.3e+03 -917 1e+04 99.8 0 9.92e+03 1.06e+04 OutOfWorld Transportation ********************************************************************************************************* -* 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 92.1 10.5 0 0 0 test.phys initStep - 1 0.00206 0.0975 92.2 3.49 7.03 0.146 0.146 test.phys ionIoni - 2 0.00235 0.116 92.2 0 3.49 0.0278 0.174 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 92.1 0.268 0 0 0 test.phys initStep - 1 0.00249 -0.00028 92.1 0 0.268 0.00304 0.00304 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = deuteron, Track ID = 9, Parent ID = 2 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 92.1 2.55 0 0 0 test.phys initStep - 1 -0.0621 -0.00318 92 0.174 2.37 0.103 0.103 test.phys hIoni - 2 -0.0644 -0.00346 92 0 0.174 0.00414 0.107 test.phys hIoni - -********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 2 +* 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 92.1 0.168 0 0 0 test.phys initStep - 1 -21.5 -11.5 35.6 0.134 0 61.6 61.6 test.phys biasWrapper(compt) - 2 -22.4 -11.8 35.7 0.0881 0 0.925 62.5 test.phys biasWrapper(compt) - 3 11.6 5.74 24.3 0.0675 0 39.9 102 test.phys biasWrapper(compt) - 4 -25.7 14.3 49 0.0675 0 45.5 148 test.phys biasWrapper(Rayl) - 5 -96.9 24.4 95.9 0.0636 0 85.9 234 test.phys biasWrapper(compt) - 6 -105 14 98.6 0.0548 0 13.6 247 test.phys biasWrapper(compt) - 7 -101 12.9 100 0.0462 0 4.83 252 test.phys biasWrapper(compt) - 8 -106 10.1 94.8 0.0425 0 7.82 260 test.phys biasWrapper(compt) - 9 -93.5 -14 95.1 0 0.000405 27.1 287 test.phys biasWrapper(phot) + 0 0 0 1.78 0.188 0 0 0 test.phys initStep + 1 0.00126 0.000889 1.78 0 0.188 0.00171 0.00171 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 8 +* 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 -93.5 -14 95.1 0.0421 0 0 0 test.phys initStep - 1 -93.5 -14 95.1 0 0.0421 0.0447 0.0447 test.phys eIoni + 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 = e-, Track ID = 18, Parent ID = 8 +* 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 -106 10.1 94.8 0.00371 0 0 0 test.phys initStep - 1 -106 10.1 94.8 0 0.00371 0.00065 0.00065 test.phys eIoni + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 36.1 99.7 0 36.1 536 test.phys biasWrapper(hadElastic) + 2 -4.31 -2.48 60.6 0 0 25 561 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 8 +* 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 -101 12.9 100 0.00853 0 0 0 test.phys initStep - 1 -101 12.9 100 0 0.00853 0.0027 0.0027 test.phys eIoni + 0 -4.31 -2.48 60.6 5.21 0 0 0 test.phys initStep + 1 -4.31 -2.48 60.6 0 5.21 0.00669 0.00669 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 8 +* 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 -105 14 98.6 0.00886 0 0 0 test.phys initStep - 1 -105 14 98.6 0 0.00886 0.00288 0.00288 test.phys eIoni + 0 -4.31 -2.48 60.6 0.145 0 0 0 test.phys initStep + 1 -116 45.8 200 0.145 0 185 185 World Transportation + 2 -7.96e+03 3.44e+03 1e+04 0.145 0 1.3e+04 1.32e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 +* 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 -96.9 24.4 95.9 0.0039 0 0 0 test.phys initStep - 1 -96.9 24.4 95.9 0 0.0039 0.000708 0.000708 test.phys eIoni + 0 -4.31 -2.48 60.6 1.68 0 0 0 test.phys initStep + 1 -41.7 -239 91.2 1.19 0 242 242 test.phys biasWrapper(compt) + 2 -25.4 -350 57.9 0.851 0 117 359 test.phys biasWrapper(compt) + 3 79.4 -459 0 0.851 0 162 521 World Transportation + 4 9.24e+03 -1e+04 -5.07e+03 0.851 0 1.42e+04 1.47e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 +* 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 11.6 5.74 24.3 0.0206 0 0 0 test.phys initStep - 1 11.6 5.74 24.3 0 0.0206 0.0127 0.0127 test.phys eIoni + 0 -25.4 -350 57.9 0.334 0 0 0 test.phys initStep + 1 -25.8 -351 57.9 0.0191 0.315 1.3 1.3 test.phys eIoni + 2 -25.8 -351 57.9 0 0.0191 0.0111 1.31 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 +* 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 -22.4 -11.8 35.7 0.0459 0 0 0 test.phys initStep - 1 -22.4 -11.8 35.7 0 0.0459 0.052 0.052 test.phys eIoni + 0 -41.7 -239 91.2 0.5 0 0 0 test.phys initStep + 1 -42.2 -240 92 0.211 0.289 1.77 1.77 test.phys eIoni + 2 -42.1 -240 92.3 0 0.211 0.683 2.45 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 +* 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 -21.5 -11.5 35.6 0.0335 0 0 0 test.phys initStep - 1 -21.5 -11.5 35.6 0 0.0335 0.03 0.03 test.phys eIoni + 0 -4.31 -2.48 60.6 4.95 0 0 0 test.phys initStep + 1 -4.29 -2.71 60.5 3.32 1.63 0.244 0.244 test.phys hIoni + 2 -4.27 -2.88 60.5 1.63 1.68 0.179 0.423 test.phys hIoni + 3 -4.27 -2.95 60.5 0 1.63 0.077 0.5 test.phys hIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 7, Parent ID = 2 +* 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 92.1 2.77 0 0 0 test.phys initStep - 1 104 -37.4 98.8 0 0 111 111 test.phys biasWrapper(neutronInelastic) + 0 -4.31 -2.48 60.6 27.7 0 0 0 test.phys initStep + 1 10.9 122 145 27.7 0.0348 151 151 test.phys biasWrapper(hadElastic) + 2 34.9 208 200 27.7 0 105 256 World Transportation + 3 2.76e+03 1e+04 6.48e+03 27.7 0 1.19e+04 1.22e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = C14, Track ID = 22, Parent ID = 7 +* 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 104 -37.4 98.8 0.714 0 0 0 test.phys initStep - 1 104 -37.4 98.8 0 0.714 0.0031 0.0031 test.phys ionIoni + 0 -4.31 -2.48 60.6 47.4 0 0 0 test.phys initStep + 1 -19.8 -32.3 63.2 47.2 0 33.7 33.7 test.phys biasWrapper(hadElastic) + 2 -31.3 -60.7 73.1 46.1 0 32.1 65.9 test.phys biasWrapper(hadElastic) + 3 -51.2 -91.9 64.2 46.1 0.0242 38.1 104 test.phys biasWrapper(hadElastic) + 4 -109 -195 43.8 0 0 119 223 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 7 +* G4Track Information: Particle = C12, Track ID = 19, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 104 -37.4 98.8 0.322 0 0 0 test.phys initStep - 1 110 -9.8 182 0.153 0 87.5 87.5 test.phys biasWrapper(compt) - 2 123 -34.1 162 0.126 0 34.1 122 test.phys biasWrapper(compt) - 3 69.7 -57.8 120 0.107 0 72.1 194 test.phys biasWrapper(compt) - 4 122 -80.6 0 0.107 0 133 327 World Transportation - 5 4.51e+03 -1.98e+03 -1e+04 0.107 0 1.11e+04 1.14e+04 OutOfWorld Transportation + 0 -109 -195 43.8 1.01 0 0 0 test.phys initStep + 1 -109 -195 43.8 0 1.01 0.00302 0.00302 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 21 +* G4Track Information: Particle = neutron, Track ID = 18, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 69.7 -57.8 120 0.0188 0 0 0 test.phys initStep - 1 69.7 -57.8 120 0 0.0188 0.0108 0.0108 test.phys eIoni + 0 -109 -195 43.8 4.54 0 0 0 test.phys initStep + 1 -27.3 -443 200 4.54 0 305 305 World Transportation + 2 3.09e+03 -1e+04 6.2e+03 4.54 0 1.17e+04 1.2e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 21 +* 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 123 -34.1 162 0.0272 0 0 0 test.phys initStep - 1 123 -34.1 162 0 0.0272 0.0208 0.0208 test.phys eIoni + 0 -109 -195 43.8 4.59 0 0 0 test.phys initStep + 1 -208 -250 200 4.59 0 193 193 World Transportation + 2 -6.44e+03 -3.72e+03 1e+04 4.59 0 1.21e+04 1.23e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 21 +* G4Track Information: Particle = proton, Track ID = 16, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 110 -9.8 182 0.169 0 0 0 test.phys initStep - 1 110 -9.68 182 0 0.169 0.477 0.477 test.phys eIoni + 0 -109 -195 43.8 5.48 0 0 0 test.phys initStep + 1 -109 -195 44 3.92 1.57 0.267 0.267 test.phys hIoni + 2 -109 -195 44.1 2.23 1.68 0.203 0.47 test.phys hIoni + 3 -109 -195 44.2 0.272 1.96 0.124 0.594 test.phys hIoni + 4 -109 -195 44.2 0 0.272 0.00567 0.599 test.phys hIoni ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 20, Parent ID = 7 +* 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 104 -37.4 98.8 2.35 0 0 0 test.phys initStep - 1 104 -37.4 98.8 0.344 2 0.131 0.131 test.phys hIoni - 2 104 -37.4 98.8 0.0242 0.32 0.00755 0.139 test.phys hIoni - 3 104 -37.4 98.8 0.0135 0.0108 0.000949 0.14 test.phys hIoni - 4 104 -37.4 98.8 0.0133 0.000104 0.000694 0.14 test.phys hIoni - 5 104 -37.4 98.8 0.0123 0.00104 0.000691 0.141 test.phys hIoni - 6 104 -37.4 98.8 0 0.0123 0.000665 0.142 test.phys hIoni + 0 -109 -195 43.8 5.69 0 0 0 test.phys initStep + 1 -117 -191 0 5.69 0 44.6 44.6 World Transportation + 2 -1.96e+03 507 -1e+04 5.69 0 1.02e+04 1.02e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = neutron, Track ID = 14, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 92.1 4.86 0 0 0 test.phys initStep - 1 0.118 -0.161 92 3.2 1.65 0.241 0.241 test.phys hIoni - 2 0.204 -0.278 91.9 1.47 1.74 0.174 0.414 test.phys hIoni - 3 0.237 -0.322 91.8 0.142 1.32 0.0645 0.479 test.phys hIoni - 4 0.239 -0.324 91.8 0 0.142 0.00298 0.482 test.phys hIoni + 0 -109 -195 43.8 12.2 0 0 0 test.phys initStep + 1 -146 -205 0 12.2 0 58.5 58.5 World Transportation + 2 -8.66e+03 -2.63e+03 -1e+04 12.2 0 1.34e+04 1.34e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = N14, Track ID = 13, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 92.1 5.23 0 0 0 test.phys initStep - 1 -0.124 -0.17 92.2 3.61 1.62 0.256 0.256 test.phys hIoni - 2 -0.223 -0.299 92.3 1.95 1.67 0.191 0.447 test.phys hIoni - 3 -0.277 -0.369 92.4 0 1.95 0.103 0.55 test.phys hIoni + 0 -31.3 -60.7 73.1 1.11 0 0 0 test.phys initStep + 1 -31.3 -60.7 73.1 0 1.11 0.00292 0.00292 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = N14, Track ID = 12, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 92.1 8.61 0 0 0 test.phys initStep - 1 44.3 -14.6 200 8.61 0 118 118 World Transportation - 2 4.07e+03 -1.34e+03 1e+04 8.61 0 1.07e+04 1.08e+04 OutOfWorld Transportation + 0 -19.8 -32.3 63.2 0.222 0 0 0 test.phys initStep + 1 -19.8 -32.3 63.2 0 0.222 0.00184 0.00184 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 +* 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 92.1 19.2 0 0 0 test.phys initStep - 1 -63.4 -6.1 200 19.2 0 125 125 World Transportation - 2 -5.82e+03 -560 1e+04 19.2 0 1.14e+04 1.15e+04 OutOfWorld Transportation + 0 0 0 36.1 0.303 0 0 0 test.phys initStep + 1 0.00168 0.000968 36.1 0 0.303 0.00206 0.00206 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3435,17 +3229,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 0 100 0 0 500 test.phys initStep - 1 0 0 33.2 99.9 0 33.2 533 test.phys biasWrapper(hadElastic) - 2 -10.4 16.4 200 99.9 0 168 701 World Transportation - 3 -621 982 1e+04 99.9 0 9.87e+03 1.06e+04 OutOfWorld Transportation + 1 0 0 58 99.7 0 58 558 test.phys biasWrapper(hadElastic) + 2 -20.8 18.3 200 99.7 0 145 703 World Transportation + 3 -1.46e+03 1.28e+03 1e+04 99.7 0 9.98e+03 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 33.2 0.102 0 0 0 test.phys initStep - 1 0.000508 -0.000803 33.2 0 0.102 0.00117 0.00117 test.phys ionIoni + 0 0 0 58 0.28 0 0 0 test.phys initStep + 1 0.00142 -0.00124 58 0 0.28 0.002 0.002 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3464,134 +3258,120 @@ 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 71.9 99.9 0.056 71.9 572 test.phys biasWrapper(hadElastic) - 2 10.5 3.42 200 99.9 0 129 700 World Transportation - 3 813 265 1e+04 99.9 0 9.84e+03 1.05e+04 OutOfWorld Transportation + 1 0 0 132 0 0 132 632 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* 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 -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 116 0 0 116 616 test.phys biasWrapper(neutronInelastic) - -********************************************************************************************************* -* 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 116 4.56 0 0 0 test.phys initStep - 1 0.0405 0.011 116 0 4.56 0.0424 0.0424 test.phys ionIoni + 0 0 0 132 0.121 0 0 0 test.phys initStep + 1 -0.00104 -0.000434 132 0 0.121 0.00145 0.00145 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = alpha, Track ID = 8, Parent ID = 2 +* 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 116 10.2 0 0 0 test.phys initStep - 1 -0.14 -0.00669 116 2.5 7.69 0.142 0.142 test.phys ionIoni - 2 -0.157 -0.00728 116 0 2.5 0.017 0.159 test.phys ionIoni + 0 0 0 132 0.275 0 0 0 test.phys initStep + 1 46.4 24.7 200 0.275 0 85.7 85.7 World Transportation + 2 6.77e+03 3.6e+03 1e+04 0.275 0 1.24e+04 1.25e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = alpha, Track ID = 7, Parent ID = 2 +* 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 116 9.64 0 0 0 test.phys initStep - 1 0.102 0.087 116 1.57 8.07 0.134 0.134 test.phys ionIoni - 2 0.109 0.093 116 0 1.57 0.00941 0.144 test.phys ionIoni + 0 0 0 132 0.356 0 0 0 test.phys initStep + 1 -29.2 -53.4 200 0.356 0 91 91 World Transportation + 2 -4.26e+03 -7.79e+03 1e+04 0.356 0 1.32e+04 1.33e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = deuteron, Track ID = 6, Parent ID = 2 +* 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 116 50.7 0 0 0 test.phys initStep - 1 -1.33 -1.41 120 44.8 5.93 3.8 3.8 test.phys hIoni - 2 -2.41 -2.54 122 39.3 5.48 3.07 6.88 test.phys hIoni - 3 -3.27 -3.44 124 34.5 4.76 2.46 9.34 test.phys hIoni - 4 -3.94 -4.19 126 30.1 4.39 1.98 11.3 test.phys hIoni - 5 -4.49 -4.78 128 26.1 4.01 1.59 12.9 test.phys hIoni - 6 -4.93 -5.25 129 22.7 3.44 1.27 14.2 test.phys hIoni - 7 -5.28 -5.64 129 19.4 3.25 1.02 15.2 test.phys hIoni - 8 -5.54 -5.95 130 16.5 2.96 0.811 16 test.phys hIoni - 9 -5.75 -6.19 131 13.8 2.67 0.645 16.7 test.phys hIoni - 10 -5.92 -6.38 131 11.4 2.41 0.513 17.2 test.phys hIoni - 11 -6.05 -6.53 132 9.04 2.33 0.409 17.6 test.phys hIoni - 12 -6.15 -6.66 132 6.86 2.18 0.322 17.9 test.phys hIoni - 13 -6.23 -6.76 132 4.69 2.17 0.252 18.1 test.phys hIoni - 14 -6.3 -6.83 132 2.44 2.26 0.188 18.3 test.phys hIoni - 15 -6.32 -6.87 132 0 2.44 0.0959 18.4 test.phys hIoni + 0 0 0 132 3.15 0 0 0 test.phys initStep + 1 615 -179 48.5 0.959 0 646 646 test.phys biasWrapper(compt) + 2 895 14 36.4 0.404 0 340 986 test.phys biasWrapper(compt) + 3 872 84.9 57.4 0.301 0 77.4 1.06e+03 test.phys biasWrapper(compt) + 4 988 221 200 0.301 0 229 1.29e+03 World Transportation + 5 8.97e+03 9.59e+03 1e+04 0.301 0 1.57e+04 1.7e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 +* 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 0 0 116 0.193 0 0 0 test.phys initStep - 1 -89.3 70.4 27.4 0.164 0 144 144 test.phys biasWrapper(compt) - 2 -78 86.8 0 0.164 0 33.8 178 World Transportation - 3 4.06e+03 6.06e+03 -1e+04 0.164 0 1.24e+04 1.25e+04 OutOfWorld Transportation + 0 872 84.9 57.4 0.103 0 0 0 test.phys initStep + 1 872 85 57.3 0 0.103 0.212 0.212 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 +* 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 -89.3 70.4 27.4 0.0291 0 0 0 test.phys initStep - 1 -89.3 70.4 27.4 0 0.0291 0.0234 0.0234 test.phys eIoni + 0 895 14 36.4 0.555 0 0 0 test.phys initStep + 1 896 14.2 36.2 0.321 0.234 1.89 1.89 test.phys eIoni + 2 896 13.7 35.8 0 0.321 1.25 3.13 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, 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 0 0 116 2.06 0 0 0 test.phys initStep - 1 92.4 18 76.3 0.318 0 102 102 test.phys biasWrapper(compt) - 2 87.8 9.57 71.7 0.246 0 10.6 113 test.phys biasWrapper(compt) - 3 101 -8.46 0 0.246 0 75 188 World Transportation - 4 1.89e+03 -2.52e+03 -1e+04 0.246 0 1.05e+04 1.07e+04 OutOfWorld Transportation + 0 615 -179 48.5 2.19 0 0 0 test.phys initStep + 1 619 -182 47.9 1.61 0.583 4.7 4.7 test.phys eIoni + 2 621 -179 47.2 1.01 0.599 3.73 8.43 test.phys eIoni + 3 621 -177 46.5 0.688 0.32 2.72 11.2 test.phys eIoni + 4 622 -176 45.6 0.34 0.348 2.15 13.3 test.phys eIoni + 5 622 -175 46.1 0.059 0.281 1.32 14.6 test.phys eIoni + 6 622 -175 46 0 0.059 0.0806 14.7 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 4 +* 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 87.8 9.57 71.7 0.0721 0 0 0 test.phys initStep - 1 87.7 9.53 71.7 0 0.0721 0.114 0.114 test.phys eIoni + 0 0 0 132 4.2 0 0 0 test.phys initStep + 1 102 -142 200 4.2 0 187 187 World Transportation + 2 7.18e+03 -1e+04 4.9e+03 4.2 0 1.3e+04 1.32e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 +* 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 92.4 18 76.3 1.74 0 0 0 test.phys initStep - 1 95.6 19 75.2 1.32 0.426 3.96 3.96 test.phys eIoni - 2 97.2 20.3 73.3 0.841 0.476 3.25 7.2 test.phys eIoni - 3 97.4 21.5 71.9 0.578 0.263 2.43 9.63 test.phys eIoni - 4 98.3 20.6 71.7 0.279 0.299 1.94 11.6 test.phys eIoni - 5 98.1 21 72 0 0.279 1.05 12.6 test.phys eIoni + 0 0 0 132 21.6 0 0 0 test.phys initStep + 1 23.2 97.3 200 21.6 0 121 121 World Transportation + 2 2.39e+03 1e+04 7.08e+03 21.6 0 1.23e+04 1.24e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 +* 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 116 5.09 0 0 0 test.phys initStep - 1 51.4 -53.4 200 5.09 0 112 112 World Transportation - 2 6.08e+03 -6.31e+03 1e+04 5.09 0 1.31e+04 1.32e+04 OutOfWorld Transportation + 0 0 0 132 57.8 0 0 0 test.phys initStep + 1 -1.16 -1.89 140 50.7 7.12 8.21 8.21 test.phys hIoni + 2 -2.05 -3.54 146 44.6 6.06 6.52 14.7 test.phys hIoni + 3 -2.76 -4.88 151 39.2 5.37 5.21 19.9 test.phys hIoni + 4 -3.28 -5.95 155 34.5 4.69 4.17 24.1 test.phys hIoni + 5 -3.75 -6.8 159 30.3 4.24 3.34 27.5 test.phys hIoni + 6 -4.16 -7.47 161 26.5 3.79 2.67 30.1 test.phys hIoni + 7 -4.48 -8 163 23.1 3.4 2.14 32.3 test.phys hIoni + 8 -4.68 -8.41 165 20.2 2.89 1.7 34 test.phys hIoni + 9 -4.89 -8.73 166 17.7 2.52 1.37 35.3 test.phys hIoni + 10 -5.04 -8.99 167 15.1 2.6 1.11 36.5 test.phys hIoni + 11 -5.17 -9.19 168 13 2.07 0.877 37.3 test.phys hIoni + 12 -5.27 -9.35 169 11.1 1.91 0.71 38 test.phys hIoni + 13 -5.35 -9.49 169 9.36 1.78 0.573 38.6 test.phys hIoni + 14 -5.42 -9.6 170 7.59 1.77 0.461 39.1 test.phys hIoni + 15 -5.47 -9.68 170 5.97 1.62 0.364 39.4 test.phys hIoni + 16 -5.51 -9.74 170 4.41 1.57 0.288 39.7 test.phys hIoni + 17 -5.55 -9.79 171 2.75 1.66 0.223 40 test.phys hIoni + 18 -5.58 -9.82 171 0.89 1.86 0.153 40.1 test.phys hIoni + 19 -5.58 -9.83 171 0.258 0.632 0.0293 40.1 test.phys hIoni + 20 -5.58 -9.83 171 0 0.258 0.00535 40.1 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3610,17 +3390,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 0 100 0 0 500 test.phys initStep - 1 0 0 174 99.9 0 174 674 test.phys biasWrapper(hadElastic) - 2 -2.6 -0.175 200 99.9 0 26.2 700 World Transportation - 3 -982 -65.9 1e+04 99.9 0 9.85e+03 1.05e+04 OutOfWorld Transportation + 1 0 0 57.7 99.5 0 57.7 558 test.phys biasWrapper(hadElastic) + 2 -28.7 -24 200 99.5 0 147 705 World Transportation + 3 -2e+03 -1.68e+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 174 0.0755 0 0 0 test.phys initStep - 1 0.00072 4.83e-05 174 0 0.0755 0.000966 0.000966 test.phys ionIoni + 0 0 0 57.7 0.498 0 0 0 test.phys initStep + 1 0.00177 0.00148 57.7 0 0.498 0.00238 0.00238 test.phys ionIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -3639,565 +3419,605 @@ 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 141 99.8 0 141 641 test.phys biasWrapper(hadElastic) - 2 1.33 -2.26 158 99.5 0 17.6 658 test.phys biasWrapper(hadElastic) - 3 -4.46 -9.55 200 99.5 0 42.9 701 World Transportation - 4 -1.36e+03 -1.72e+03 1e+04 99.5 0 1e+04 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 1.33 -2.26 158 0.351 0 0 0 test.phys initStep - 1 1.34 -2.26 158 0 0.351 0.00215 0.00215 test.phys ionIoni + 1 0 0 141 0 0 141 641 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = Be8, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 141 0.17 0 0 0 test.phys initStep - 1 -0.000734 0.00124 141 0 0.17 0.00163 0.00163 test.phys ionIoni + 0 0 0 141 5.51 0 0 0 test.phys initStep + 1 -0.00251 -0.0116 141 0 5.51 0.0132 0.0132 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 +* 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 0 100 0 0 500 test.phys initStep - 1 0 0 142 99.9 0 142 642 test.phys biasWrapper(hadElastic) - 2 -4.63 4.85 200 99.9 0 58 700 World Transportation - 3 -792 829 1e+04 99.9 0 9.87e+03 1.06e+04 OutOfWorld Transportation + 0 0 0 141 2.48 0 0 0 test.phys initStep + 1 0.000641 0.0155 141 0 2.48 0.0168 0.0168 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 3, Parent ID = 2 +* 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 142 0.102 0 0 0 test.phys initStep - 1 0.000653 -0.000684 142 0 0.102 0.00117 0.00117 test.phys ionIoni + 0 0 0 141 0.457 0 0 0 test.phys initStep + 1 -37.1 71.8 0 0.457 0 162 162 World Transportation + 2 -2.67e+03 5.17e+03 -1e+04 0.457 0 1.15e+04 1.17e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 +* 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 -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 0 0 141 1.1 0 0 0 test.phys initStep + 1 3.16 -13 200 1.1 0 60.8 60.8 World Transportation + 2 525 -2.17e+03 1e+04 1.1 0 1e+04 1.01e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 2, Parent ID = 1 +* 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 0 100 0 0 500 test.phys initStep - 1 0 0 73.3 0 0 73.3 573 test.phys biasWrapper(neutronInelastic) + 0 0 0 141 5.74 0 0 0 test.phys initStep + 1 2.31 -57.1 200 5.74 0 82.4 82.4 World Transportation + 2 385 -9.49e+03 1e+04 5.74 0 1.36e+04 1.37e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = B11, Track ID = 9, Parent ID = 2 +* 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 73.3 2.13 0 0 0 test.phys initStep - 1 -0.00285 -0.00243 73.3 0 2.13 0.00458 0.00458 test.phys ionIoni + 0 0 0 141 18.6 0 0 0 test.phys initStep + 1 -0.804 0.848 140 16 2.56 1.2 1.2 test.phys hIoni + 2 -1.44 1.53 140 13.7 2.33 0.955 2.15 test.phys hIoni + 3 -1.95 2.07 140 11.5 2.16 0.759 2.91 test.phys hIoni + 4 -2.35 2.5 140 9.71 1.81 0.599 3.51 test.phys hIoni + 5 -2.68 2.84 140 7.88 1.82 0.482 3.99 test.phys hIoni + 6 -2.93 3.11 140 6.18 1.71 0.379 4.37 test.phys hIoni + 7 -3.13 3.32 140 4.59 1.59 0.297 4.67 test.phys hIoni + 8 -3.3 3.48 140 2.93 1.66 0.23 4.9 test.phys hIoni + 9 -3.41 3.58 140 1.12 1.81 0.162 5.06 test.phys hIoni + 10 -3.44 3.61 140 0.129 0.989 0.0419 5.1 test.phys hIoni + 11 -3.45 3.61 140 0 0.129 0.00275 5.1 test.phys hIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 2 +* 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 73.3 0.345 0 0 0 test.phys initStep - 1 -21 218 200 0.345 0 253 253 World Transportation - 2 -959 1e+04 5.87e+03 0.345 0 1.13e+04 1.16e+04 OutOfWorld Transportation + 0 0 0 141 46.2 0 0 0 test.phys initStep + 1 43.7 17 200 46.2 0 75.6 75.6 World Transportation + 2 7.27e+03 2.82e+03 1e+04 46.2 0 1.25e+04 1.26e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 7, Parent ID = 2 +* 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 73.3 1.96 0 0 0 test.phys initStep - 1 -0.051 0.0198 73.4 0 1.96 0.104 0.104 test.phys hIoni + 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 = 6, Parent ID = 2 +* 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 73.3 2.93 0 0 0 test.phys initStep - 1 -192 -195 200 2.93 0 302 302 World Transportation - 2 -9.88e+03 -1e+04 6.58e+03 2.93 0 1.52e+04 1.55e+04 OutOfWorld Transportation + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 30.3 0 0 30.3 530 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = C11, Track ID = 10, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 73.3 12.2 0 0 0 test.phys initStep - 1 0.579 0.233 73.2 10.4 1.8 0.644 0.644 test.phys hIoni - 2 1.06 0.408 73 8.52 1.84 0.522 1.17 test.phys hIoni - 3 1.44 0.547 73 6.89 1.63 0.413 1.58 test.phys hIoni - 4 1.74 0.664 72.9 5.31 1.58 0.33 1.91 test.phys hIoni - 5 1.98 0.747 72.9 3.64 1.67 0.259 2.17 test.phys hIoni - 6 2.16 0.812 72.8 1.98 1.67 0.192 2.36 test.phys hIoni - 7 2.25 0.851 72.8 0.188 1.79 0.105 2.47 test.phys hIoni - 8 2.26 0.852 72.8 0.0345 0.154 0.00384 2.47 test.phys hIoni - 9 2.26 0.852 72.8 0.0165 0.0179 0.00117 2.47 test.phys hIoni - 10 2.26 0.852 72.8 0.00644 0.0101 0.000771 2.47 test.phys hIoni - 11 2.26 0.853 72.8 0 0.00644 0.000497 2.47 test.phys hIoni + 0 0 0 30.3 1.21 0 0 0 test.phys initStep + 1 -0.00242 0.00159 30.3 0 1.21 0.00298 0.00298 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 73.3 16.4 0 0 0 test.phys initStep - 1 65.6 -112 179 0 0 168 168 test.phys biasWrapper(neutronInelastic) + 0 0 0 30.3 0.506 0 0 0 test.phys initStep + 1 -10.3 5.86 58 0.215 0 30.1 30.1 test.phys biasWrapper(compt) + 2 96.2 89.7 24.3 0.137 0 140 170 test.phys biasWrapper(compt) + 3 44.2 110 7.11e-15 0.137 0 61 231 World Transportation + 4 -1e+04 4.11e+03 -4.69e+03 0.137 0 1.18e+04 1.2e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 14, Parent ID = 4 +* 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 65.6 -112 179 0.322 0 0 0 test.phys initStep - 1 65.6 -112 179 0 0.322 0.00209 0.00209 test.phys ionIoni + 0 96.2 89.7 24.3 0.078 0 0 0 test.phys initStep + 1 96.2 89.7 24.3 0 0.078 0.131 0.131 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 4 +* 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 65.6 -112 179 0.156 0 0 0 test.phys initStep - 1 60.9 -112 200 0.156 0 21.4 21.4 World Transportation - 2 -2.13e+03 153 1e+04 0.156 0 1e+04 1.01e+04 OutOfWorld Transportation + 0 -10.3 5.86 58 0.291 0 0 0 test.phys initStep + 1 -10.6 5.84 58.5 0.0558 0.235 1.11 1.11 test.phys eIoni + 2 -10.6 5.86 58.5 0 0.0558 0.0732 1.18 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 4 +* 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 65.6 -112 179 0.357 0 0 0 test.phys initStep - 1 -29.9 -79.8 0 0.357 0 206 206 World Transportation - 2 -5.36e+03 1.73e+03 -1e+04 0.357 0 1.15e+04 1.17e+04 OutOfWorld Transportation + 0 0 0 30.3 1.41 0 0 0 test.phys initStep + 1 119 120 13.2 1.16 0 170 170 test.phys biasWrapper(compt) + 2 300 404 93.7 0.432 0 346 516 test.phys biasWrapper(compt) + 3 349 433 0 0.432 0 110 626 World Transportation + 4 5.6e+03 3.61e+03 -1e+04 0.432 0 1.17e+04 1.24e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 4 +* 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 65.6 -112 179 4.02 0 0 0 test.phys initStep - 1 52.8 -107 200 4.02 0 25 25 World Transportation - 2 -5.94e+03 2.2e+03 1e+04 4.02 0 1.17e+04 1.17e+04 OutOfWorld Transportation + 0 300 404 93.7 0.73 0 0 0 test.phys initStep + 1 300 405 94.7 0.404 0.326 2.23 2.23 test.phys eIoni + 2 300 404 95.2 0.125 0.279 1.53 3.76 test.phys eIoni + 3 300 404 95.2 0 0.125 0.292 4.05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 10, Parent ID = 4 +* 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 65.6 -112 179 11.6 0 0 0 test.phys initStep - 1 61.6 -135 200 11.6 0 31 31 World Transportation - 2 -1.69e+03 -1e+04 9.36e+03 11.6 0 1.36e+04 1.36e+04 OutOfWorld Transportation + 0 119 120 13.2 0.252 0 0 0 test.phys initStep + 1 119 120 12.9 0 0.252 0.898 0.898 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = proton, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 73.3 35.6 0 0 0 test.phys initStep - 1 -19.5 74.1 162 0 0 118 118 test.phys biasWrapper(neutronInelastic) + 0 0 0 30.3 6.72 0 0 0 test.phys initStep + 1 0.148 -0.131 30.6 5.09 1.63 0.322 0.322 test.phys hIoni + 2 0.272 -0.243 30.8 3.44 1.65 0.25 0.572 test.phys hIoni + 3 0.357 -0.321 30.9 1.74 1.7 0.184 0.756 test.phys hIoni + 4 0.389 -0.36 31 0.266 1.47 0.0852 0.841 test.phys hIoni + 5 0.391 -0.362 31 0 0.266 0.00555 0.847 test.phys hIoni ********************************************************************************************************* -* G4Track Information: Particle = C12, Track ID = 21, Parent ID = 3 +* 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 -19.5 74.1 162 0.907 0 0 0 test.phys initStep - 1 -19.6 74.1 163 0 0.907 0.00294 0.00294 test.phys ionIoni + 0 0 0 30.3 7.09 0 0 0 test.phys initStep + 1 102 324 182 0.308 0 372 372 test.phys biasWrapper(compt) + 2 -9.19 304 66.2 0.189 0 162 534 test.phys biasWrapper(compt) + 3 -55.5 231 131 0.129 0 107 641 test.phys biasWrapper(compt) + 4 13.9 191 99.4 0.0932 0 86.1 727 test.phys biasWrapper(compt) + 5 -54 146 138 0.092 0 90 817 test.phys biasWrapper(compt) + 6 -88.9 133 142 0.0822 0 37.7 855 test.phys biasWrapper(compt) + 7 -89.6 121 158 0.0779 0 19.6 874 test.phys biasWrapper(compt) + 8 -100 130 200 0.0779 0 44.2 919 World Transportation + 9 -2.64e+03 2.26e+03 1e+04 0.0779 0 1.03e+04 1.13e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 3 +* 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 -19.5 74.1 162 0.176 0 0 0 test.phys initStep - 1 -34.9 63.4 166 0.158 0 19.1 19.1 test.phys biasWrapper(compt) - 2 -121 34.6 108 0.153 0 108 127 test.phys biasWrapper(compt) - 3 -124 29.9 103 0.15 0 7.42 135 test.phys biasWrapper(compt) - 4 -126 24.8 99.8 0.0965 0 6.19 141 test.phys biasWrapper(compt) - 5 -74.7 229 117 0.091 0 211 352 test.phys biasWrapper(compt) - 6 8.02 302 56.9 0.0708 0 126 478 test.phys biasWrapper(compt) - 7 -21.4 288 44.1 0.0643 0 34.9 513 test.phys biasWrapper(compt) - 8 -42.8 316 37.4 0.0621 0 35.6 548 test.phys biasWrapper(compt) - 9 -43 319 34.7 0.0525 0 3.89 552 test.phys biasWrapper(compt) - 10 -50.8 315 38.6 0.0506 0 9.34 561 test.phys biasWrapper(compt) - 11 -93.3 292 15.3 0.0455 0 53.6 615 test.phys biasWrapper(compt) - 12 -99.1 300 21.7 0 0.000405 11.5 627 test.phys biasWrapper(phot) + 0 -89.6 121 158 0.0043 0 0 0 test.phys initStep + 1 -89.6 121 158 0 0.0043 0.000834 0.000834 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 20 +* 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 -99.1 300 21.7 0.0451 0 0 0 test.phys initStep - 1 -99.2 300 21.7 0 0.0451 0.0504 0.0504 test.phys eIoni + 0 -88.9 133 142 0.0098 0 0 0 test.phys initStep + 1 -88.9 133 142 0 0.0098 0.00343 0.00343 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 20 +* 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 -93.3 292 15.3 0.00506 0 0 0 test.phys initStep - 1 -93.3 292 15.3 0 0.00506 0.0011 0.0011 test.phys eIoni + 0 -54 146 138 0.00119 0 0 0 test.phys initStep + 1 -54 146 138 0 0.00119 0.000107 0.000107 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 20 +* 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 -50.8 315 38.6 0.00192 0 0 0 test.phys initStep - 1 -50.8 315 38.6 0 0.00192 0.000223 0.000223 test.phys eIoni + 0 13.9 191 99.4 0.0359 0 0 0 test.phys initStep + 1 13.9 191 99.4 0 0.0359 0.0338 0.0338 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 20 +* 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 -43 319 34.7 0.00957 0 0 0 test.phys initStep - 1 -43 319 34.7 0 0.00957 0.0033 0.0033 test.phys eIoni + 0 -55.5 231 131 0.0596 0 0 0 test.phys initStep + 1 -55.5 231 131 0 0.0596 0.082 0.082 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 20 +* 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 -42.8 316 37.4 0.00223 0 0 0 test.phys initStep - 1 -42.8 316 37.4 0 0.00223 0.000282 0.000282 test.phys eIoni + 0 -9.19 304 66.2 0.119 0 0 0 test.phys initStep + 1 -9.23 304 66.1 0 0.119 0.268 0.268 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 20 +* 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 -21.4 288 44.1 0.00648 0 0 0 test.phys initStep - 1 -21.4 288 44.1 0 0.00648 0.00168 0.00168 test.phys eIoni + 0 102 324 182 6.78 0 0 0 test.phys initStep + 1 102 324 182 6.68 0.0106 0.103 0.103 test.phys eBrem + 2 103 332 186 3 1.01 9.13 9.23 test.phys eIoni + 3 105 335 191 2.21 0.79 6.02 15.3 test.phys eIoni + 4 108 337 194 1.4 0.802 4.72 20 test.phys eIoni + 5 108 340 195 1.05 0.354 3.39 23.4 test.phys eIoni + 6 108 342 197 0.722 0.329 2.8 26.2 test.phys eIoni + 7 110 341 198 0.365 0.357 2.22 28.4 test.phys eIoni + 8 110 341 198 0.0191 0.346 1.41 29.8 test.phys eIoni + 9 110 341 198 0 0.0191 0.0111 29.8 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 20 +* 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 8.02 302 56.9 0.0203 0 0 0 test.phys initStep - 1 8.02 302 56.9 0 0.0203 0.0123 0.0123 test.phys eIoni + 0 103 332 186 2.67 0 0 0 test.phys initStep + 1 104 333 187 2.45 0.221 1.51 1.51 test.phys eBrem + 2 102 336 191 1.86 0.591 5.12 6.64 test.phys eIoni + 3 100 338 194 1.33 0.531 4.15 10.8 test.phys eIoni + 4 99.4 341 193 0.726 0.6 3.26 14 test.phys eIoni + 5 98.4 342 194 0.456 0.271 2.22 16.3 test.phys eIoni + 6 97.5 342 194 0.164 0.292 1.66 17.9 test.phys eIoni + 7 97.6 342 194 0 0.164 0.454 18.4 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 20 +* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 23 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -74.7 229 117 0.0055 0 0 0 test.phys initStep - 1 -74.7 229 117 0 0.0055 0.00127 0.00127 test.phys eIoni + 0 104 333 187 0.00317 0 0 0 test.phys initStep + 1 104 333 187 0 0.000405 0.0533 0.0533 test.phys biasWrapper(phot) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 20 +* 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 -126 24.8 99.8 0.0538 0 0 0 test.phys initStep - 1 -126 24.8 99.8 0 0.0538 0.0688 0.0688 test.phys eIoni + 0 104 333 187 0.00277 0 0 0 test.phys initStep + 1 104 333 187 0 0.00277 0.000401 0.000401 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 20 +* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 15 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -124 29.9 103 0.00238 0 0 0 test.phys initStep - 1 -124 29.9 103 0 0.00238 0.000313 0.000313 test.phys eIoni + 0 102 324 182 0.0883 0 0 0 test.phys initStep + 1 122 386 200 0.0883 0 67.9 67.9 World Transportation + 2 3.1e+03 1e+04 3e+03 0.0883 0 1.04e+04 1.05e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 20 +* 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 -121 34.6 108 0.00534 0 0 0 test.phys initStep - 1 -121 34.6 108 0 0.00534 0.0012 0.0012 test.phys eIoni + 0 0 0 30.3 10.3 0 0 0 test.phys initStep + 1 -3.08 568 200 10.3 0 593 593 World Transportation + 2 -54.2 1e+04 3.02e+03 10.3 0 9.84e+03 1.04e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 20 +* 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 -34.9 63.4 166 0.0177 0 0 0 test.phys initStep - 1 -34.9 63.4 166 0 0.0177 0.00974 0.00974 test.phys eIoni + 0 0 0 30.3 17.7 0 0 0 test.phys initStep + 1 244 -243 200 17.7 0 384 384 World Transportation + 2 1e+04 -9.96e+03 6.98e+03 17.7 0 1.53e+04 1.57e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 3 +* 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 -19.5 74.1 162 0.601 0 0 0 test.phys initStep - 1 -21.1 75.7 181 0.182 0 18.7 18.7 test.phys biasWrapper(compt) - 2 -13 69.8 157 0.177 0 26.1 44.8 test.phys biasWrapper(compt) - 3 -10 75.3 77.3 0.114 0 79.9 125 test.phys biasWrapper(compt) - 4 12.3 61.8 95.4 0.111 0 31.7 156 test.phys biasWrapper(compt) - 5 21.5 45 124 0.109 0 34.6 191 test.phys biasWrapper(compt) - 6 29.5 36.1 133 0.0963 0 14.8 206 test.phys biasWrapper(compt) - 7 93.5 -8.58 84.3 0.0721 0 91.9 298 test.phys biasWrapper(compt) - 8 13.9 -24.8 180 0.0677 0 126 423 test.phys biasWrapper(compt) - 9 11.9 -35.2 185 0.0677 0 11.7 435 test.phys biasWrapper(Rayl) - 10 9.58 -44.8 188 0.0646 0 10.2 445 test.phys biasWrapper(compt) - 11 15.8 -72.1 173 0.0558 0 31.6 477 test.phys biasWrapper(compt) - 12 15 -78.7 200 0.0558 0 27.8 504 World Transportation - 13 -295 -2.49e+03 1e+04 0.0558 0 1.01e+04 1.06e+04 OutOfWorld Transportation + 0 0 0 30.3 23.7 0 0 0 test.phys initStep + 1 -2.03 -3.12 40 23 0 10.3 10.3 test.phys biasWrapper(hadElastic) + 2 -11.2 52 200 23 0 169 180 World Transportation + 3 -573 3.43e+03 1e+04 23 0 1.04e+04 1.06e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 19 +* G4Track Information: Particle = N14, Track ID = 26, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 15.8 -72.1 173 0.00881 0 0 0 test.phys initStep - 1 15.8 -72.1 173 0 0.00881 0.00285 0.00285 test.phys eIoni + 0 -2.03 -3.12 40 0.705 0 0 0 test.phys initStep + 1 -2.03 -3.12 40 0 0.705 0.00262 0.00262 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 19 +* 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 9.58 -44.8 188 0.00305 0 0 0 test.phys initStep - 1 9.58 -44.8 188 0 0.00305 0.00047 0.00047 test.phys eIoni + 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 = e-, Track ID = 41, Parent ID = 19 +* 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 13.9 -24.8 180 0.0044 0 0 0 test.phys initStep - 1 13.9 -24.8 180 0 0.0044 0.000867 0.000867 test.phys eIoni + 0 0 0 0 100 0 0 500 test.phys initStep + 1 0 0 17.7 0 0 17.7 518 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 19 +* 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 93.5 -8.58 84.3 0.0242 0 0 0 test.phys initStep - 1 93.5 -8.58 84.3 0 0.0242 0.0168 0.0168 test.phys eIoni + 0 0 0 17.7 0.68 0 0 0 test.phys initStep + 1 0.00201 0.00172 17.7 0 0.68 0.00273 0.00273 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 19 +* 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 29.5 36.1 133 0.0131 0 0 0 test.phys initStep - 1 29.5 36.1 133 0 0.0131 0.00569 0.00569 test.phys eIoni + 0 0 0 17.7 0.191 0 0 0 test.phys initStep + 1 -105 -36.5 165 0.115 0 185 185 test.phys biasWrapper(compt) + 2 7.65 3.78 141 0.0957 0 122 306 test.phys biasWrapper(compt) + 3 2.31 79.3 200 0.0957 0 96.2 403 World Transportation + 4 -699 1e+04 8e+03 0.0957 0 1.26e+04 1.3e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 19 +* 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 21.5 45 124 0.00183 0 0 0 test.phys initStep - 1 21.5 45 124 0 0.00183 0.000206 0.000206 test.phys eIoni + 0 7.65 3.78 141 0.0198 0 0 0 test.phys initStep + 1 7.66 3.78 141 0 0.0198 0.0118 0.0118 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 19 +* 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 12.3 61.8 95.4 0.00328 0 0 0 test.phys initStep - 1 12.3 61.8 95.4 0 0.00328 0.000531 0.000531 test.phys eIoni + 0 -105 -36.5 165 0.0755 0 0 0 test.phys initStep + 1 -105 -36.5 165 0 0.0755 0.124 0.124 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 19 +* 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 -10 75.3 77.3 0.0621 0 0 0 test.phys initStep - 1 -10 75.3 77.3 0 0.0621 0.0881 0.0881 test.phys eIoni + 0 0 0 17.7 0.604 0 0 0 test.phys initStep + 1 -35.7 7.84 -3.55e-15 0.604 0 40.6 40.6 World Transportation + 2 -1e+04 2.19e+03 -4.92e+03 0.604 0 1.13e+04 1.14e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 19 +* 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 -13 69.8 157 0.00512 0 0 0 test.phys initStep - 1 -13 69.8 157 0 0.00512 0.00112 0.00112 test.phys eIoni + 0 0 0 17.7 1.76 0 0 0 test.phys initStep + 1 -6.34 17.2 12.5 1.53 0 19.1 19.1 test.phys biasWrapper(hadElastic) + 2 -28.1 22.7 54.4 1.31 0 47.5 66.6 test.phys biasWrapper(hadElastic) + 3 -116 13.9 0 1.31 0 104 170 World Transportation + 4 -1e+04 -974 -6.1e+03 1.31 0 1.17e+04 1.18e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 19 +* G4Track Information: Particle = N14, Track ID = 13, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -21.1 75.7 181 0.419 0 0 0 test.phys initStep - 1 -21.2 75.8 182 0.185 0.234 1.57 1.57 test.phys eIoni - 2 -21.1 75.7 182 0 0.185 0.553 2.12 test.phys eIoni + 0 -28.1 22.7 54.4 0.222 0 0 0 test.phys initStep + 1 -28.1 22.7 54.4 0 0.222 0.00184 0.00184 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 18, Parent ID = 3 +* G4Track Information: Particle = N14, Track ID = 12, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.5 74.1 162 2.6 0 0 0 test.phys initStep - 1 -20.2 73.8 163 2.59 0.0116 1.09 1.09 test.phys biasWrapper(hadElastic) - 2 -65.5 54.8 200 2.59 0 61.3 62.4 World Transportation - 3 -1e+04 -4.09e+03 8.24e+03 2.59 0 1.34e+04 1.35e+04 OutOfWorld Transportation + 0 -6.34 17.2 12.5 0.233 0 0 0 test.phys initStep + 1 -6.34 17.2 12.5 0 0.233 0.00187 0.00187 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 17, Parent ID = 3 +* 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 -19.5 74.1 162 2.93 0 0 0 test.phys initStep - 1 -19.4 74.2 163 1.1 1.83 0.162 0.162 test.phys hIoni - 2 -19.4 74.2 163 0 1.1 0.0406 0.202 test.phys hIoni + 0 0 0 17.7 8.29 0 0 0 test.phys initStep + 1 192 -216 67.8 0.302 0 293 293 test.phys biasWrapper(compt) + 2 140 -33 200 0.302 0 232 525 World Transportation + 3 -2.7e+03 1e+04 7.44e+03 0.302 0 1.27e+04 1.32e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 5 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.5 74.1 162 3.09 0 0 0 test.phys initStep - 1 511 30.1 0 3.09 0 557 557 World Transportation - 2 1e+04 -757 -2.9e+03 3.09 0 9.95e+03 1.05e+04 OutOfWorld Transportation + 0 192 -216 67.8 7.99 0 0 0 test.phys initStep + 1 201 -226 72.3 6.45 1.54 14.1 14.1 test.phys eIoni + 2 207 -234 75.4 4.97 1.48 11.6 25.7 test.phys eIoni + 3 207 -235 75.6 3.8 0.0645 0.618 26.3 test.phys eIoni + 4 210 -240 76.5 2.79 0.916 6.5 32.8 test.phys eBrem + 5 212 -245 76.6 2.18 0.608 5.67 38.5 test.phys eIoni + 6 212 -248 75.7 1 0.286 2.78 41.3 test.phys eIoni + 7 213 -250 75.6 0.716 0.286 2.71 44 test.phys eIoni + 8 214 -251 75.4 0.375 0.341 2.2 46.2 test.phys eIoni + 9 214 -252 75.5 0.157 0.218 1.44 47.6 test.phys eIoni + 10 214 -252 75.6 0 0.157 0.426 48.1 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 15, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -19.5 74.1 162 12.8 0 0 0 test.phys initStep - 1 38.2 401 154 0 0 332 332 test.phys biasWrapper(neutronInelastic) + 0 212 -248 75.7 0.889 0 0 0 test.phys initStep + 1 212 -248 73.9 0.615 0.274 2.52 2.52 test.phys eIoni + 2 213 -248 72.7 0.38 0.235 2.01 4.53 test.phys eIoni + 3 214 -248 72.2 0.0986 0.281 1.45 5.98 test.phys eIoni + 4 214 -248 72.1 0 0.0986 0.195 6.18 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = C13, Track ID = 47, Parent ID = 15 +* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 14 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.2 401 154 0.381 0 0 0 test.phys initStep - 1 38.2 401 154 0 0.381 0.00244 0.00244 test.phys ionIoni + 0 210 -240 76.5 0.0977 0 0 0 test.phys initStep + 1 232 -371 85.5 0.0722 0 133 133 test.phys biasWrapper(compt) + 2 289 -76.9 200 0.0722 0 321 454 World Transportation + 3 2.24e+03 1e+04 4.12e+03 0.0722 0 1.1e+04 1.14e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 15 +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.2 401 154 0.47 0 0 0 test.phys initStep - 1 34.3 343 88.1 0.172 0 87.7 87.7 test.phys biasWrapper(compt) - 2 22.4 446 130 0.167 0 111 199 test.phys biasWrapper(compt) - 3 24.5 459 142 0.155 0 18 217 test.phys biasWrapper(compt) - 4 34.8 499 143 0.0989 0 41.1 258 test.phys biasWrapper(compt) - 5 33.6 473 155 0.0981 0 28.4 286 test.phys biasWrapper(compt) - 6 37.1 460 160 0.0942 0 14.6 301 test.phys biasWrapper(compt) - 7 16.1 414 200 0.0942 0 64.3 365 World Transportation - 8 -4.77e+03 -1e+04 9.28e+03 0.0942 0 1.46e+04 1.5e+04 OutOfWorld Transportation + 0 232 -371 85.5 0.0255 0 0 0 test.phys initStep + 1 232 -371 85.5 0 0.0255 0.0185 0.0185 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 46 +* 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 37.1 460 160 0.00395 0 0 0 test.phys initStep - 1 37.1 460 160 0 0.00395 0.000721 0.000721 test.phys eIoni + 0 207 -235 75.6 1.1 0 0 0 test.phys initStep + 1 207 -236 77.4 0.73 0.372 2.88 2.88 test.phys eIoni + 2 206 -238 78.1 0.473 0.257 2.23 5.11 test.phys eIoni + 3 205 -237 77.5 0.194 0.279 1.7 6.82 test.phys eIoni + 4 206 -237 77.6 0 0.194 0.595 7.41 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 46 +* 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 33.6 473 155 0.000798 0 0 0 test.phys initStep - 1 33.6 473 155 0 0.000798 6.09e-05 6.09e-05 test.phys eIoni + 0 0 0 17.7 10.7 0 0 0 test.phys initStep + 1 57.9 14.5 164 0 0 158 158 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 46 +* G4Track Information: Particle = N14, Track ID = 22, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34.8 499 143 0.0564 0 0 0 test.phys initStep - 1 34.8 499 143 0 0.0564 0.0745 0.0745 test.phys eIoni + 0 57.9 14.5 164 0.754 0 0 0 test.phys initStep + 1 57.9 14.5 164 0 0.754 0.00266 0.00266 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 46 +* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 24.5 459 142 0.012 0 0 0 test.phys initStep - 1 24.5 459 142 0 0.012 0.00491 0.00491 test.phys eIoni + 0 57.9 14.5 164 1.24 0 0 0 test.phys initStep + 1 21.8 62.3 200 1.24 0 69.8 69.8 World Transportation + 2 -7.48e+03 1e+04 7.65e+03 1.24 0 1.45e+04 1.46e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 46 +* G4Track Information: Particle = neutron, Track ID = 20, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 22.4 446 130 0.00495 0 0 0 test.phys initStep - 1 22.4 446 130 0 0.00495 0.00106 0.00106 test.phys eIoni + 0 57.9 14.5 164 2.1 0 0 0 test.phys initStep + 1 18.9 24.1 196 2.08 0.0226 51.5 51.5 test.phys biasWrapper(hadElastic) + 2 14.6 23 200 2.08 0 5.69 57.2 World Transportation + 3 -1e+04 -2.63e+03 8.43e+03 2.08 0 1.32e+04 1.33e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 46 +* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 34.3 343 88.1 0.298 0 0 0 test.phys initStep - 1 34.3 343 87.7 0.0122 0.286 1.14 1.14 test.phys eIoni - 2 34.3 343 87.7 0 0.0122 0.00501 1.15 test.phys eIoni + 0 57.9 14.5 164 6.62 0 0 0 test.phys initStep + 1 -557 -505 99.8 6.08 0 808 808 test.phys biasWrapper(compt) + 2 -724 -625 65.3 5.14 0 208 1.02e+03 test.phys biasWrapper(compt) + 3 -774 -663 43.2 1.17 0 66.7 1.08e+03 test.phys biasWrapper(compt) + 4 -775 -706 2.46 0.863 0 58.7 1.14e+03 test.phys biasWrapper(compt) + 5 -777 -708 0 0.863 0 3.96 1.15e+03 World Transportation + 6 -9.67e+03 -9.67e+03 -1e+04 0.863 0 1.61e+04 1.73e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 45, Parent ID = 15 +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 38.2 401 154 1.16 0 0 0 test.phys initStep - 1 54 525 101 0.948 0 136 136 test.phys biasWrapper(hadElastic) - 2 53.9 486 62.4 0.875 0 54.6 191 test.phys biasWrapper(hadElastic) - 3 29.8 452 70.4 0.771 0 42.5 233 test.phys biasWrapper(hadElastic) - 4 77.2 427 200 0.771 0 140 373 World Transportation - 5 3.66e+03 -1.45e+03 1e+04 0.771 0 1.06e+04 1.1e+04 OutOfWorld Transportation + 0 -775 -706 2.46 0.308 0 0 0 test.phys initStep + 1 -774 -706 2.19 0.0754 0.233 1.19 1.19 test.phys eIoni + 2 -774 -706 2.25 0 0.0754 0.123 1.31 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 56, Parent ID = 45 +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 29.8 452 70.4 0.104 0 0 0 test.phys initStep - 1 29.8 452 70.4 0 0.104 0.00119 0.00119 test.phys ionIoni + 0 -774 -663 43.2 3.97 0 0 0 test.phys initStep + 1 -780 -667 41.8 3 0.969 7.61 7.61 test.phys eIoni + 2 -785 -669 41.4 2.33 0.673 6.03 13.6 test.phys eIoni + 3 -789 -670 39.8 1.69 0.634 4.92 18.6 test.phys eIoni + 4 -790 -667 37.9 1.21 0.484 3.88 22.4 test.phys eIoni + 5 -791 -666 35.6 0.793 0.416 3.07 25.5 test.phys eIoni + 6 -792 -665 36.7 0.492 0.301 2.35 27.8 test.phys eIoni + 7 -792 -664 37.5 0.186 0.306 1.75 29.6 test.phys eIoni + 8 -791 -664 37.7 0 0.186 0.556 30.1 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 55, Parent ID = 45 +* 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 53.9 486 62.4 0.0735 0 0 0 test.phys initStep - 1 53.9 486 62.4 0 0.0735 0.00095 0.00095 test.phys ionIoni + 0 -724 -625 65.3 0.938 0 0 0 test.phys initStep + 1 -725 -626 66.4 0.63 0.308 2.6 2.6 test.phys eIoni + 2 -726 -627 66.1 0.381 0.25 2.04 4.64 test.phys eIoni + 3 -726 -628 67 0.169 0.212 1.46 6.1 test.phys eIoni + 4 -726 -628 67.1 0 0.169 0.477 6.58 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 54, Parent ID = 45 +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 19 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 54 525 101 0.208 0 0 0 test.phys initStep - 1 54 525 101 0 0.208 0.00179 0.00179 test.phys ionIoni + 0 -557 -505 99.8 0.543 0 0 0 test.phys initStep + 1 -557 -506 100 0.301 0.242 1.86 1.86 test.phys eIoni + 2 -557 -507 100 0.0494 0.251 1.16 3.02 test.phys eIoni + 3 -557 -507 100 0 0.0494 0.0591 3.08 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 44, Parent ID = 15 +* 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 38.2 401 154 3.18 0 0 0 test.phys initStep - 1 38.1 401 154 1.44 1.74 0.173 0.173 test.phys hIoni - 2 38.1 401 154 0.107 1.33 0.0626 0.235 test.phys hIoni - 3 38.1 401 154 0.00911 0.0981 0.00239 0.238 test.phys hIoni - 4 38.1 401 154 0 0.00911 0.000585 0.238 test.phys hIoni + 0 0 0 17.7 65.2 0 0 0 test.phys initStep + 1 -3.7 -3.93 26.3 57.5 7.67 10.2 10.2 test.phys hIoni + 2 -6.59 -7.04 33.2 50.8 6.77 8.15 18.3 test.phys hIoni + 3 -8.93 -9.64 38.8 44.6 6.17 6.54 24.9 test.phys hIoni + 4 -10.7 -11.6 43.3 39 5.6 5.21 30.1 test.phys hIoni + 5 -12.1 -13.3 46.8 34.2 4.77 4.12 34.2 test.phys hIoni + 6 -13.3 -14.6 49.5 30 4.21 3.29 37.5 test.phys hIoni + 7 -14.2 -15.6 51.8 26.4 3.6 2.63 40.1 test.phys hIoni + 8 -14.9 -16.5 53.6 22.9 3.46 2.12 42.2 test.phys hIoni + 9 -15.4 -17.3 55 20 2.96 1.68 43.9 test.phys hIoni + 10 -15.8 -17.9 56.1 17.4 2.6 1.35 45.3 test.phys hIoni + 11 -16.2 -18.4 57 14.9 2.45 1.08 46.4 test.phys hIoni + 12 -16.4 -18.8 57.7 12.8 2.09 0.862 47.2 test.phys hIoni + 13 -16.6 -19.1 58.3 10.8 2.02 0.695 47.9 test.phys hIoni + 14 -16.8 -19.4 58.7 9.04 1.79 0.552 48.5 test.phys hIoni + 15 -17 -19.6 59.1 7.36 1.67 0.442 48.9 test.phys hIoni + 16 -17.1 -19.8 59.3 5.73 1.63 0.353 49.3 test.phys hIoni + 17 -17.2 -19.9 59.5 4.24 1.49 0.277 49.5 test.phys hIoni + 18 -17.3 -20.1 59.7 2.66 1.58 0.216 49.7 test.phys hIoni + 19 -17.4 -20.1 59.8 0.759 1.9 0.149 49.9 test.phys hIoni + 20 -17.4 -20.2 59.8 0 0.759 0.023 49.9 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -4216,134 +4036,136 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 8.78 0 0 8.78 509 test.phys biasWrapper(neutronInelastic) + 1 0 0 86.9 0 0 86.9 587 test.phys biasWrapper(neutronInelastic) ********************************************************************************************************* -* G4Track Information: Particle = C12, Track ID = 8, Parent ID = 2 +* G4Track Information: Particle = Be8, Track ID = 10, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 8.78 4.49 0 0 0 test.phys initStep - 1 0.00199 -0.0054 8.78 0 4.49 0.00591 0.00591 test.phys ionIoni + 0 0 0 86.9 1.04 0 0 0 test.phys initStep + 1 -0.00315 -0.00207 86.9 0 1.04 0.00379 0.00379 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = deuteron, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 8.78 0.0983 0 0 0 test.phys initStep - 1 2.06 10.8 41.1 0.087 0 34.2 34.2 test.phys biasWrapper(compt) - 2 -1.29 9.83 43 0.0673 0 3.98 38.1 test.phys biasWrapper(compt) - 3 13 8.83 0 0.0673 0 45.3 83.5 World Transportation - 4 3.33e+03 -225 -1e+04 0.0673 0 1.05e+04 1.06e+04 OutOfWorld Transportation + 0 0 0 86.9 4.29 0 0 0 test.phys initStep + 1 0.133 -0.0759 87 1.97 2.32 0.175 0.175 test.phys hIoni + 2 0.187 -0.105 87 0 1.97 0.0689 0.244 test.phys hIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 +* 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 -1.29 9.83 43 0.0196 0 0 0 test.phys initStep - 1 -1.29 9.83 43 0 0.0196 0.0116 0.0116 test.phys eIoni + 0 0 0 86.9 14.4 0 0 0 test.phys initStep + 1 -0.048 0.0865 87.4 11.8 2.58 0.539 0.539 test.phys hIoni + 2 -0.0786 0.164 87.9 9.44 2.33 0.425 0.965 test.phys hIoni + 3 -0.0991 0.226 88.2 7.26 2.18 0.336 1.3 test.phys hIoni + 4 -0.114 0.269 88.4 5.17 2.1 0.264 1.57 test.phys hIoni + 5 -0.126 0.302 88.6 2.93 2.24 0.202 1.77 test.phys hIoni + 6 -0.127 0.318 88.8 0.177 2.76 0.124 1.89 test.phys hIoni + 7 -0.126 0.319 88.8 0 0.177 0.00418 1.9 test.phys hIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 +* 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 2.06 10.8 41.1 0.0114 0 0 0 test.phys initStep - 1 2.06 10.8 41.1 0 0.0114 0.00444 0.00444 test.phys eIoni + 0 0 0 86.9 1.03 0 0 0 test.phys initStep + 1 97.9 -195 140 1.01 0 225 225 test.phys biasWrapper(compt) + 2 159 -363 200 1.01 0 188 413 World Transportation + 3 3.65e+03 -1e+04 3.63e+03 1.01 0 1.08e+04 1.12e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 2 +* 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 0 0 8.78 0.692 0 0 0 test.phys initStep - 1 -30.9 -24.8 46.8 0.202 0 54.9 54.9 test.phys biasWrapper(compt) - 2 -15.1 -29.5 3.22 0.15 0 46.6 101 test.phys biasWrapper(compt) - 3 -1.46 -24.6 5.84 0.0989 0 14.7 116 test.phys biasWrapper(compt) - 4 -5.53 -29.2 4.44e-15 0.0989 0 8.45 125 World Transportation - 5 -6.98e+03 -7.83e+03 -1e+04 0.0989 0 1.45e+04 1.46e+04 OutOfWorld Transportation + 0 97.9 -195 140 0.0198 0 0 0 test.phys initStep + 1 97.9 -195 140 0 0.0198 0.0118 0.0118 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 +* 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 -1.46 -24.6 5.84 0.0506 0 0 0 test.phys initStep - 1 -1.43 -24.6 5.85 0 0.0506 0.0617 0.0617 test.phys eIoni + 0 0 0 86.9 2.83 0 0 0 test.phys initStep + 1 -324 145 41.4 2.69 0 358 358 test.phys biasWrapper(compt) + 2 -617 229 0 2.69 0 308 666 World Transportation + 3 -1e+04 2.92e+03 -1.33e+03 2.69 0 9.85e+03 1.05e+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 -15.1 -29.5 3.22 0.0524 0 0 0 test.phys initStep - 1 -15.1 -29.5 3.19 0 0.0524 0.0655 0.0655 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 -30.9 -24.8 46.8 0.49 0 0 0 test.phys initStep - 1 -31.5 -25.2 47.7 0.228 0.262 1.75 1.75 test.phys eIoni - 2 -31.7 -25.1 47.3 0 0.228 0.768 2.51 test.phys eIoni + 0 -324 145 41.4 0.147 0 0 0 test.phys initStep + 1 -324 145 41.4 0 0.147 0.379 0.379 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 8.78 1.5 0 0 0 test.phys initStep - 1 26.3 48.3 56.4 1.43 0 72.8 72.8 test.phys biasWrapper(hadElastic) - 2 128 214 31.8 1.11 0 196 269 test.phys biasWrapper(hadElastic) - 3 126 71.2 138 1.03 0 178 446 test.phys biasWrapper(hadElastic) - 4 78 70 200 1.03 0 78.5 525 World Transportation - 5 -7.55e+03 -125 1e+04 1.03 0 1.24e+04 1.29e+04 OutOfWorld Transportation + 0 0 0 86.9 6.54 0 0 0 test.phys initStep + 1 302 48.4 1.13 6.51 0.0238 317 317 test.phys biasWrapper(hadElastic) + 2 306 50 0 6.51 0 4.4 322 World Transportation + 3 1e+04 4.06e+03 -2.8e+03 6.51 0 1.09e+04 1.12e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 16, Parent ID = 5 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 126 71.2 138 0.0786 0 0 0 test.phys initStep - 1 126 71.2 138 0 0.0786 0.000992 0.000992 test.phys ionIoni - -********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 15, Parent ID = 5 +* 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 128 214 31.8 0.321 0 0 0 test.phys initStep - 1 128 214 31.8 0 0.321 0.00209 0.00209 test.phys ionIoni + 0 0 0 86.9 7.91 0 0 0 test.phys initStep + 1 52.8 128 142 7.01 0 149 149 test.phys biasWrapper(hadElastic) + 2 279 95.3 103 6.97 0.0418 232 381 test.phys biasWrapper(hadElastic) + 3 421 108 104 6.66 0 143 524 test.phys biasWrapper(hadElastic) + 4 577 12.5 0 6.66 0 210 734 World Transportation + 5 1e+04 -5.79e+03 -6.28e+03 6.66 0 1.27e+04 1.35e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = N14, Track ID = 14, Parent ID = 5 +* 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 26.3 48.3 56.4 0.0707 0 0 0 test.phys initStep - 1 26.3 48.3 56.4 0 0.0707 0.000926 0.000926 test.phys ionIoni + 0 421 108 104 0.301 0 0 0 test.phys initStep + 1 421 108 104 0 0.301 0.00205 0.00205 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = proton, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = N14, Track ID = 13, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 0 8.78 2.46 0 0 0 test.phys initStep - 1 0.0524 0.0772 8.88 0.641 1.82 0.138 0.138 test.phys hIoni - 2 0.0599 0.087 8.89 0.0432 0.598 0.0178 0.155 test.phys hIoni - 3 0.0604 0.0877 8.89 0 0.0432 0.00133 0.157 test.phys hIoni + 0 52.8 128 142 0.904 0 0 0 test.phys initStep + 1 52.8 128 142 0 0.904 0.00278 0.00278 test.phys ionIoni ********************************************************************************************************* -* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 2 +* 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 8.78 78.2 0 0 0 test.phys initStep - 1 -101 144 200 78.2 0 259 259 World Transportation - 2 -5.25e+03 7.5e+03 1e+04 78.2 0 1.33e+04 1.36e+04 OutOfWorld Transportation + 0 0 0 86.9 18.3 0 0 0 test.phys initStep + 1 -0.742 -0.227 87.8 15.9 2.4 1.17 1.17 test.phys hIoni + 2 -1.33 -0.414 88.5 13.6 2.24 0.941 2.11 test.phys hIoni + 3 -1.79 -0.558 89.1 11.5 2.1 0.753 2.86 test.phys hIoni + 4 -2.18 -0.65 89.5 9.7 1.81 0.598 3.46 test.phys hIoni + 5 -2.48 -0.721 89.9 7.99 1.71 0.481 3.94 test.phys hIoni + 6 -2.73 -0.77 90.2 6.48 1.51 0.385 4.33 test.phys hIoni + 7 -2.94 -0.809 90.4 4.95 1.53 0.31 4.64 test.phys hIoni + 8 -3.09 -0.842 90.6 3.39 1.56 0.244 4.88 test.phys hIoni + 9 -3.21 -0.869 90.7 1.7 1.69 0.182 5.06 test.phys hIoni + 10 -3.26 -0.879 90.8 0.252 1.45 0.0821 5.15 test.phys hIoni + 11 -3.26 -0.879 90.8 0.0202 0.232 0.0052 5.15 test.phys hIoni + 12 -3.26 -0.879 90.8 0.0114 0.00884 0.000859 5.15 test.phys hIoni + 13 -3.26 -0.879 90.8 0.0112 0.000183 0.00064 5.15 test.phys hIoni + 14 -3.26 -0.878 90.8 0.0103 0.0009 0.000635 5.15 test.phys hIoni + 15 -3.26 -0.878 90.8 0.00887 0.00141 0.000613 5.15 test.phys hIoni + 16 -3.26 -0.878 90.8 0.00598 0.00289 0.00058 5.15 test.phys hIoni + 17 -3.26 -0.878 90.8 0 0.00598 0.000479 5.16 test.phys hIoni ********************************************************************************************************* * G4Track Information: Particle = neutron, Track ID = 1, Parent ID = 0 @@ -4362,8 +4184,16 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 100 0 0 500 test.phys initStep - 1 0 0 85.9 100 0.0155 85.9 586 test.phys biasWrapper(hadElastic) - 2 -4.44 2.65 200 100 0 114 700 World Transportation - 3 -386 230 1e+04 100 0 9.81e+03 1.05e+04 OutOfWorld Transportation + 1 0 0 174 99.9 0 174 674 test.phys biasWrapper(hadElastic) + 2 -2.6 -0.175 200 99.9 0 26.2 700 World Transportation + 3 -982 -65.9 1e+04 99.9 0 9.85e+03 1.05e+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 174 0.0755 0 0 0 test.phys initStep + 1 0.00072 4.83e-05 174 0 0.0755 0.000967 0.000967 test.phys ionIoni Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB03/exampleGB03.out b/examples/extended/biasing/GB03/exampleGB03.out index dcf55b95643..9e52d372f5c 100644 --- a/examples/extended/biasing/GB03/exampleGB03.out +++ b/examples/extended/biasing/GB03/exampleGB03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -471,31 +477,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -503,11 +509,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -517,11 +523,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -531,11 +537,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -545,11 +551,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -559,11 +565,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -573,11 +579,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -586,12 +592,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -611,7 +617,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -707,17 +714,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -737,6 +758,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -758,7 +780,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -770,18 +792,18 @@ Index : 0 used in the geometry : Yes 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.5861 keV e- 1.00386 MeV e+ 951.321 keV proton 70 keV + Energy thresholds : gamma 94.7372 keV e- 1.00768 MeV e+ 948.734 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.09434 keV e- 281.891 keV e+ 276.265 keV proton 70 keV + Energy thresholds : gamma 2.10317 keV e- 282.263 keV e+ 272.967 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -805,7 +827,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.090000s Real=0.132685s Sys=0.000000s + User=0.240000s Real=0.251813s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -820,7 +842,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -832,18 +854,18 @@ Index : 0 used in the geometry : Yes 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.5861 keV e- 1.00386 MeV e+ 951.321 keV proton 70 keV + Energy thresholds : gamma 94.7372 keV e- 1.00768 MeV e+ 948.734 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.09434 keV e- 281.891 keV e+ 276.265 keV proton 70 keV + Energy thresholds : gamma 2.10317 keV e- 282.263 keV e+ 272.967 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -854,7 +876,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 0.00 0.00 0.00 1k Calor + 0.00 0.00 0.00 2k Calor Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume @@ -865,7 +887,7 @@ GB03BOptrGeometryBasedBiasing : starting run with splitting factor = 2, and prob Run terminated. Run Summary Number of events processed : 10 - User=0.240000s Real=0.254146s Sys=0.000000s + User=0.700000s Real=0.695625s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -878,9 +900,9 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 14 +Total navigation history collections cleaned: 15 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0192 MB +Pool ID '20G4NavigationLevelRep', size : 0.0211 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB @@ -888,12 +910,13 @@ Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0 MB Pool ID '17G4DynamicParticle', size : 0.00481 MB -Pool ID '7G4Track', size : 0.00865 MB +Pool ID '7G4Track', size : 0.00961 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.00192 MB -Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.042 MB +Pool ID '10G4Fragment', size : 0.000961 MB +Pool ID '17G4ReactionProduct', size : 0.000961 MB +Number of memory pools allocated: 13 of which, static: 0 +Dynamic pools deleted: 13 / Total memory freed: 0.045 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/biasing/GB04/exampleGB04.out b/examples/extended/biasing/GB04/exampleGB04.out index 0a82ae8fb9d..dacbb676efb 100644 --- a/examples/extended/biasing/GB04/exampleGB04.out +++ b/examples/extended/biasing/GB04/exampleGB04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -32,20 +32,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -58,6 +58,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -65,6 +68,9 @@ Registered filter factories: 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 @@ -465,31 +471,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -497,11 +503,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -511,11 +517,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -525,11 +531,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -539,11 +545,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -553,11 +559,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -567,11 +573,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -580,12 +586,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -605,7 +611,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -701,17 +708,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -731,6 +752,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -752,7 +774,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -764,11 +786,11 @@ Index : 0 used in the geometry : Yes 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.85564 keV e- 460.395 keV e+ 442.201 keV proton 70 keV + Energy thresholds : gamma 5.84069 keV e- 457.179 keV e+ 442.122 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -787,38 +809,54 @@ 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.15e-05 0.0295 98 0.0112 0.0295 1e+03 test.phys biasWrapper(eBrem) - 3 -0.00172 0.00308 0.585 89.2 0.202 0.556 1e+03 test.phys biasWrapper(eBrem) - 4 0.231 -0.0883 8.17 85.9 3.05 7.59 1.01e+03 test.phys biasWrapper(eBrem) - 5 0.239 -0.1 10 85.2 0.702 1.83 1.01e+03 World Transportation - 6 98.7 -225 1e+04 85.2 3.63e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 2 1.85e-05 -5.14e-05 0.0295 99.7 0.00952 0.0295 1e+03 test.phys biasWrapper(eBrem) + 3 0.00671 0.000115 0.719 98.6 0.361 0.689 1e+03 test.phys biasWrapper(eBrem) + 4 0.031 0.143 4.8 97 1.55 4.09 1e+03 test.phys biasWrapper(eBrem) + 5 -0.101 0.209 10 94.8 2.25 5.2 1.01e+03 World Transportation + 6 -183 -198 1e+04 94.8 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.231 -0.0883 8.17 0.203 0 0 0 test.phys initStep - 1 0.217 -0.112 10 0.203 0 1.83 1.83 World Transportation - 2 -75.1 -128 1e+04 0.203 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 0.031 0.143 4.8 0.00587 0 0 0 test.phys initStep + 1 0.0298 0.144 4.86 0 0.00155 0.055 0.055 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.0298 0.144 4.86 0.00432 0 0 0 test.phys initStep + 1 0.0298 0.144 4.86 0 0.00432 0.000329 0.000329 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.00172 0.00308 0.585 8.62 0 0 0 test.phys initStep - 1 -0.0666 -0.0219 10 8.62 0 9.41 9.41 World Transportation - 2 -68.9 -26.5 1e+04 8.62 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00671 0.000115 0.719 0.745 0 0 0 test.phys initStep + 1 0.297 0.143 10 0.745 0 9.29 9.29 World Transportation + 2 313 154 1e+04 0.745 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 1.85e-05 -5.15e-05 0.0295 1.98 0 0 0 test.phys initStep - 1 -0.047 -0.0394 10 1.98 0 9.97 9.97 World Transportation - 2 -47.2 -39.5 1e+04 1.98 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 1.85e-05 -5.14e-05 0.0295 0.278 0 0 0 test.phys initStep + 1 -0.00224 0.00143 1.64 0.212 0 1.61 1.61 test.phys compt + 2 -15 9.45 10 0.212 0 19.6 21.2 World Transportation + 3 -1e+04 6.3e+03 5.57e+03 0.212 0 1.3e+04 1.31e+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 -0.00224 0.00143 1.64 0.066 0 0 0 test.phys initStep + 1 0.00472 -0.00295 1.65 0 0.066 0.0344 0.0344 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -827,28 +865,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 -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.00414 0.0217 1.62 98.2 0.604 1.62 1e+03 test.phys biasWrapper(eBrem) - 3 0.0602 0.215 7.17 6.86 2.63 5.56 1.01e+03 test.phys biasWrapper(eBrem) - 4 -0.182 0.519 10 5.27 1.6 3 1.01e+03 World Transportation - 5 -4.8e+03 4.62e+03 1e+04 5.27 3.4e-22 1.2e+04 1.3e+04 OutOfWorld Transportation + 2 -0.0163 0.00245 1.33 98.4 0.471 1.33 1e+03 test.phys eIoni + 3 -0.251 0.114 8.92 95.6 2.83 7.6 1.01e+03 test.phys biasWrapper(eBrem) + 4 -0.313 0.139 10 95.2 0.368 1.08 1.01e+03 World Transportation + 5 -469 145 1e+04 95.2 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.0602 0.215 7.17 88.7 0 0 0 test.phys initStep - 1 0.099 0.257 10 88.7 0 2.83 2.83 World Transportation - 2 137 148 1e+04 88.7 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.251 0.114 8.92 0.00621 0 0 0 test.phys initStep + 1 -0.252 0.115 8.93 0 0.00155 0.0136 0.0136 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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.252 0.115 8.93 0.00466 0 0 0 test.phys initStep + 1 -0.252 0.115 8.93 0 0.00466 0.000371 0.000371 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.00414 0.0217 1.62 1.22 0 0 0 test.phys initStep - 1 -0.142 0.208 10 1.22 0 8.39 8.39 World Transportation - 2 -164 222 1e+04 1.22 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.0163 0.00245 1.33 1.09 0 0 0 test.phys initStep + 1 0.341 0.429 1.52 0.587 0.506 0.643 0.643 test.phys msc + 2 0.591 0.734 1.47 0.0805 0.507 1.05 1.69 test.phys eIoni + 3 0.606 0.731 1.48 0 0.0805 0.0482 1.74 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -857,48 +903,45 @@ 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.125 -0.0536 5.43 95.1 2.08 5.44 1.01e+03 test.phys biasWrapper(eBrem) - 3 0.262 -0.234 10 93.1 1.95 4.57 1.01e+03 World Transportation - 4 300 -202 1e+04 93.1 3.65e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 -0.00613 -0.00188 0.708 99.7 0.263 0.708 1e+03 test.phys biasWrapper(eBrem) + 3 0.104 0.0818 6.94 97.4 2.32 6.23 1.01e+03 test.phys biasWrapper(eBrem) + 4 0.117 0.121 8.39 96 0.455 1.45 1.01e+03 test.phys eIoni + 5 0.126 0.149 10 95.1 0.957 1.61 1.01e+03 World Transportation + 6 -94.3 -130 1e+04 95.1 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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 -0.0536 5.43 2.87 0 0 0 test.phys initStep - 1 0.251 -0.182 10 2.87 0 4.57 4.57 World Transportation - 2 275 -281 1e+04 2.87 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.117 0.121 8.39 0.877 0 0 0 test.phys initStep + 1 -0.429 0.582 8.84 0.301 0.576 1 1 test.phys msc + 2 -0.423 0.6 8.98 0 0.301 0.405 1.41 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 -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.39 10 1.01e+03 World Transportation - 3 -284 -572 1e+04 95.6 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation + 0 0.104 0.0818 6.94 0.00858 0 0 0 test.phys initStep + 1 0.109 0.0857 7.14 0 0.00155 0.199 0.199 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 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.0488 0.0459 3.38 98.5 1.28 3.38 1e+03 test.phys biasWrapper(eBrem) - 3 0.109 0.0753 10 95.7 2.85 6.62 1.01e+03 World Transportation - 4 -65.6 -89.1 1e+04 95.7 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 0 0.109 0.0857 7.14 0.00703 0 0 0 test.phys initStep + 1 0.109 0.0859 7.14 0 0.00703 0.000732 0.000732 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.0488 0.0459 3.38 0.196 0 0 0 test.phys initStep - 1 0.122 0.0362 10 0.196 0 6.62 6.62 World Transportation - 2 111 -14.7 1e+04 0.196 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00613 -0.00188 0.708 0.0582 0 0 0 test.phys initStep + 1 -0.0647 0.0491 10 0.0582 0 9.29 9.29 World Transportation + 2 -63.1 54.8 1e+04 0.0582 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -907,18 +950,18 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 -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.0417 -0.079 4.1 97.3 1.63 4.1 1e+03 test.phys eIoni - 3 0.128 -0.29 10 95.1 2.19 5.91 1.01e+03 World Transportation - 4 -236 -59.6 1e+04 95.1 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 2 -0.158 0.139 7.26 82.6 2.81 7.26 1.01e+03 test.phys biasWrapper(eBrem) + 3 -0.152 0.181 10 81.4 1.14 2.75 1.01e+03 World Transportation + 4 552 -149 1e+04 81.4 3.62e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* 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 0.0417 -0.079 4.1 1.1 0 0 0 test.phys initStep - 1 -0.232 0.467 4.77 0.3 0.796 1.72 1.72 test.phys eIoni - 2 -0.35 0.504 4.85 0 0.3 0.403 2.12 test.phys eIoni + 0 -0.158 0.139 7.26 14.6 0 0 0 test.phys initStep + 1 -0.0934 0.184 10 14.6 0 2.75 2.75 World Transportation + 2 236 167 1e+04 14.6 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -927,31 +970,38 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 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.0339 2.54 94.7 0.988 2.54 1e+03 test.phys biasWrapper(eBrem) - 3 -0.183 -0.0244 10 91.4 3.31 7.47 1.01e+03 World Transportation - 4 -457 917 1e+04 91.4 3.66e-22 1e+04 1.11e+04 OutOfWorld Transportation + 2 0 0 10 96.6 3.42 10 1.01e+03 World Transportation + 3 -442 86.1 1e+04 96.6 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* G4Track 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.0816 -0.12 5.66 96.7 2.2 5.66 1.01e+03 test.phys eIoni + 3 0.0432 -0.131 8.23 95.8 0.892 2.57 1.01e+03 test.phys biasWrapper(eBrem) + 4 0.0183 -0.111 10 95.1 0.667 1.77 1.01e+03 World Transportation + 5 -376 -91 1e+04 95.1 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.0272 -0.0339 2.54 4.3 0 0 0 test.phys initStep - 1 -0.0758 0.0647 5.63 1.06 0 3.09 3.09 test.phys compt - 2 3.11 4.52 10 1.06 0 7.01 10.1 World Transportation - 3 7.15e+03 1e+04 9.81e+03 1.06 0 1.57e+04 1.57e+04 OutOfWorld Transportation + 0 0.0432 -0.131 8.23 0.0259 0 0 0 test.phys initStep + 1 0.0201 -0.111 10 0.0259 0 1.77 1.77 World Transportation + 2 -130 114 1e+04 0.0259 0 9.99e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* 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.0758 0.0647 5.63 3.24 0 0 0 test.phys initStep - 1 0.528 -0.314 7.82 2.38 0.862 2.46 2.46 test.phys msc - 2 1.31 -0.427 8.9 1.84 0.538 1.43 3.89 test.phys msc - 3 1.97 -0.857 9.68 1.46 0.378 1.2 5.08 test.phys msc - 4 2.65 -1.04 10 1.05 0.411 0.955 6.04 World Transportation - 5 1e+04 1.65e+03 2.4e+03 1.05 2.81e-22 1.04e+04 1.04e+04 OutOfWorld Transportation + 0 0.0816 -0.12 5.66 1.09 0 0 0 test.phys initStep + 1 0.124 0.5 6.31 0.443 0.645 1.71 1.71 test.phys eIoni + 2 0.341 0.472 6.46 0 0.443 0.71 2.42 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -960,18 +1010,38 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 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.0935 -0.0391 4.46 81.5 1.79 4.46 1e+03 test.phys biasWrapper(eBrem) - 3 0.129 -0.0416 10 79.2 2.32 5.55 1.01e+03 World Transportation - 4 948 40.4 1e+04 79.2 3.62e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 -0.00439 0.00237 0.599 99.6 0.173 0.599 1e+03 test.phys biasWrapper(eBrem) + 3 -0.144 0.089 6.66 95.6 3.22 6.06 1.01e+03 test.phys biasWrapper(eBrem) + 4 -0.224 0.0946 8.15 90.9 0.559 1.49 1.01e+03 test.phys biasWrapper(eBrem) + 5 -0.312 0.105 10 90.3 0.613 1.85 1.01e+03 World Transportation + 6 -548 -17.7 1e+04 90.3 3.65e-22 1e+04 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.224 0.0946 8.15 4.14 0 0 0 test.phys initStep + 1 -0.297 0.0965 10 4.14 0 1.85 1.85 World Transportation + 2 -398 10.2 1e+04 4.14 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.144 0.089 6.66 0.799 0 0 0 test.phys initStep + 1 -0.354 0.143 10 0.799 0 3.35 3.35 World Transportation + 2 -626 160 1e+04 0.799 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.0935 -0.0391 4.46 16.7 0 0 0 test.phys initStep - 1 0.00149 0.00473 10 16.7 0 5.54 5.54 World Transportation - 2 -166 79 1e+04 16.7 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00439 0.00237 0.599 0.22 0 0 0 test.phys initStep + 1 -0.0407 -0.046 10 0.22 0 9.4 9.4 World Transportation + 2 -38.6 -51.5 1e+04 0.22 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -980,25 +1050,65 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 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.0274 0.0259 2.31 99.1 0.855 2.31 1e+03 test.phys biasWrapper(eBrem) - 3 0.272 0.0663 10 96.3 2.76 7.7 1.01e+03 World Transportation - 4 -21.1 -335 1e+04 96.3 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 0.015 0.101 4.47 98.4 1.59 4.48 1e+03 test.phys biasWrapper(eBrem) + 3 0.0776 0.123 6.7 97.1 1.06 2.23 1.01e+03 test.phys biasWrapper(eBrem) + 4 0.102 0.152 7.53 88.5 0.356 0.832 1.01e+03 test.phys biasWrapper(eBrem) + 5 0.117 0.163 7.85 88.1 0.169 0.318 1.01e+03 test.phys biasWrapper(eBrem) + 6 0.217 0.231 10 87.2 0.936 2.16 1.01e+03 World Transportation + 7 897 -370 1e+04 87.2 3.65e-22 1e+04 1.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.117 0.163 7.85 0.202 0 0 0 test.phys initStep + 1 0.145 0.191 10 0.202 0 2.15 2.15 World Transportation + 2 134 130 1e+04 0.202 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.102 0.152 7.53 8.23 0 0 0 test.phys initStep + 1 0.205 0.218 10 8.23 0 2.47 2.47 World Transportation + 2 418 267 1e+04 8.23 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.0776 0.123 6.7 0.245 0 0 0 test.phys initStep + 1 0.221 0.222 10 0.245 0 3.31 3.31 World Transportation + 2 435 300 1e+04 0.245 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.0274 0.0259 2.31 0.0546 0 0 0 test.phys initStep - 1 0.148 0.0945 6.25 0 0.00155 3.94 3.94 test.phys phot + 0 0.015 0.101 4.47 0.0485 0 0 0 test.phys initStep + 1 0.0743 0.139 9.83 0 0.00155 5.36 5.36 test.phys phot + +********************************************************************************************************* +* 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.0743 0.139 9.83 0.047 0 0 0 test.phys initStep + 1 0.0695 0.134 9.83 0 0.047 0.0191 0.0191 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track 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.148 0.0945 6.25 0.0531 0 0 0 test.phys initStep - 1 0.15 0.088 6.25 0 0.0531 0.0236 0.0236 test.phys eIoni + 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.95 10 1.01e+03 World Transportation + 3 346 -148 1e+04 96 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1007,12 +1117,12 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 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.7 4.28 10 1.01e+03 World Transportation - 3 1.07e+03 -3.99 1e+04 95.7 3.68e-22 1e+04 1.11e+04 OutOfWorld Transportation + 2 0 0 10 95.6 4.39 10 1.01e+03 World Transportation + 3 416 -425 1e+04 95.6 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002773s Sys=0.000000s + User=0.000000s Real=0.003308s Sys=0.010000s Region -- -- appears in world volume This region is in the mass world. @@ -1027,7 +1137,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -1039,11 +1149,11 @@ Index : 0 used in the geometry : Yes 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.855642656998619 keV e- 460.3952044723037 keV e+ 442.2011618379343 keV proton 69.99999999999999 keV + Energy thresholds : gamma 5.840692980827837 keV e- 457.178984305202 keV e+ 442.122188991513 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== BremSplittingOperator : starting run with brem. splitting factor = 10, biasing only primaries , biasing only once per track . ### Run 1 starts. @@ -1055,282 +1165,280 @@ 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 0 10 96.1 3.88 10 1.01e+03 World Transportation - 3 346 213 1e+04 96.1 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 -0.0829 -0.000792 3.9 98.3 1.65 3.9 1e+03 test.phys biasWrapper(eBrem) + 3 -0.0724 -0.165 7.51 92.1 1.27 3.61 1.01e+03 test.phys biasWrapper(eBrem) + 4 -0.0536 -0.28 10 91.2 0.915 2.5 1.01e+03 World Transportation + 5 336 -602 1e+04 91.2 3.65e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 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.00755 -0.00136 0.798 89.6 0.302 0.798 1e+03 test.phys biasWrapper(eBrem) - 3 -0.1 -0.0795 4.83 87.4 1.56 4.04 1e+03 test.phys eIoni - 4 -0.104 -0.0847 5.28 46.3 0.163 0.442 1.01e+03 test.phys biasWrapper(eBrem) - 5 -0.141 -0.193 10 44.4 1.89 4.74 1.01e+03 World Transportation - 6 -142 285 1e+04 44.4 3.43e-22 1e+04 1.1e+04 OutOfWorld Transportation + 0 -0.0724 -0.165 7.51 4.93 0 0 0 test.phys initStep + 1 -0.00933 -0.263 10 4.93 0 2.5 2.5 World Transportation + 2 253 -389 1e+04 4.93 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1 +* 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.104 -0.0847 5.28 41 0 0 0 test.phys initStep - 1 -0.147 -0.0804 10 41 0 4.72 4.72 World Transportation - 2 -91.7 9.12 1e+04 41 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.0829 -0.000792 3.9 0.1 0 0 0 test.phys initStep + 1 -0.0985 -0.067 6.02 0 0.00155 2.13 2.13 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +* 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.1 -0.0795 4.83 0.578 0 0 0 test.phys initStep - 1 -0.297 0.158 5.07 0.142 0.436 1.03 1.03 test.phys eIoni - 2 -0.33 0.137 5.08 0 0.142 0.124 1.15 test.phys eIoni + 0 -0.0985 -0.067 6.02 0.0985 0 0 0 test.phys initStep + 1 -0.105 -0.0865 6.03 0 0.0985 0.0678 0.0678 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 +* 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.00755 -0.00136 0.798 0.0067 0 0 0 test.phys initStep - 1 -0.00783 -0.00151 0.861 0 0.00155 0.0631 0.0631 test.phys phot + 0 -0.0829 -0.000792 3.9 2.41 0 0 0 test.phys initStep + 1 -0.159 -0.18 10 2.41 0 6.1 6.1 World Transportation + 2 -125 -294 1e+04 2.41 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 +* 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.00783 -0.00151 0.861 0.00515 0 0 0 test.phys initStep - 1 -0.00792 -0.00142 0.861 0 0.00515 0.000437 0.000437 test.phys eIoni + 0 -0.0829 -0.000792 3.9 0.168 0 0 0 test.phys initStep + 1 -0.0903 -0.0845 5.56 0.161 0 1.66 1.66 test.phys compt + 2 2.36 -1.09 10 0.161 0 5.17 6.83 World Transportation + 3 5.51e+03 -2.27e+03 1e+04 0.161 0 1.16e+04 1.16e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 +* 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.00755 -0.00136 0.798 7.8 0 0 0 test.phys initStep - 1 -0.0685 -0.0565 10 7.8 0 9.2 9.2 World Transportation - 2 -66.2 -59.9 1e+04 7.8 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.0903 -0.0845 5.56 0.00714 0 0 0 test.phys initStep + 1 -0.0905 -0.0844 5.56 0 0.00714 0.000751 0.000751 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, 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.00755 -0.00136 0.798 0.0186 0 0 0 test.phys initStep - 1 -0.00813 -0.00145 0.892 0 0.00155 0.0936 0.0936 test.phys phot + 0 -0.0829 -0.000792 3.9 30.7 0 0 0 test.phys initStep + 1 -0.118 -0.342 10 30.7 0 6.11 6.11 World Transportation + 2 -58.1 -558 1e+04 30.7 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 +* 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.00813 -0.00145 0.892 0.0171 0 0 0 test.phys initStep - 1 -0.0089 -0.00163 0.891 0 0.0171 0.00331 0.00331 test.phys eIoni + 0 -0.0829 -0.000792 3.9 2.21 0 0 0 test.phys initStep + 1 -0.144 -0.184 10 2.21 0 6.1 6.1 World Transportation + 2 -100 -300 1e+04 2.21 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, 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 -0.00755 -0.00136 0.798 0.0723 0 0 0 test.phys initStep - 1 -0.0104 -0.00389 1.19 0 0.00155 0.391 0.391 test.phys phot + 0 -0.0829 -0.000792 3.9 16.9 0 0 0 test.phys initStep + 1 -0.139 -0.169 10 16.9 0 6.1 6.1 World Transportation + 2 -92.2 -276 1e+04 16.9 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 8 +* 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.0104 -0.00389 1.19 0.0707 0 0 0 test.phys initStep - 1 -0.0151 0.0082 1.19 0 0.0707 0.0386 0.0386 test.phys eIoni + 0 -0.0829 -0.000792 3.9 74 0 0 0 test.phys initStep + 1 -0.158 -0.171 10 74 0 6.1 6.1 World Transportation + 2 -124 -278 1e+04 74 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1 +* 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.00755 -0.00136 0.798 0.0101 0 0 0 test.phys initStep - 1 -0.00935 -0.00276 1.21 0 0.00155 0.414 0.414 test.phys phot + 0 -0.0829 -0.000792 3.9 0.00666 0 0 0 test.phys initStep + 1 -0.0833 -0.001 3.92 0 0.00155 0.0189 0.0189 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7 +* 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.00935 -0.00276 1.21 0.00857 0 0 0 test.phys initStep - 1 -0.00949 -0.00303 1.21 0 0.00857 0.00102 0.00102 test.phys eIoni + 0 -0.0833 -0.001 3.92 0.00511 0 0 0 test.phys initStep + 1 -0.0831 -0.00102 3.92 0 0.00511 0.000432 0.000432 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, 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.00755 -0.00136 0.798 3.6 0 0 0 test.phys initStep - 1 -0.0719 0.0145 10 3.6 0 9.2 9.2 World Transportation - 2 -69.9 17.3 1e+04 3.6 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.0829 -0.000792 3.9 0.0186 0 0 0 test.phys initStep + 1 -0.0874 -0.00904 4.21 0 0.00155 0.308 0.308 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 +* 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.00755 -0.00136 0.798 0.0721 0 0 0 test.phys initStep - 1 0.0236 -0.148 10 0.0721 0 9.2 9.2 World Transportation - 2 33.9 -160 1e+04 0.0721 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.0874 -0.00904 4.21 0.0171 0 0 0 test.phys initStep + 1 -0.0879 -0.00929 4.21 0 0.0171 0.00331 0.00331 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, 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 -0.00755 -0.00136 0.798 0.00952 0 0 0 test.phys initStep - 1 -0.00748 -0.00174 0.889 0 0.00155 0.0912 0.0912 test.phys phot + 0 -0.0829 -0.000792 3.9 0.0718 0 0 0 test.phys initStep + 1 -0.138 -0.216 10 0.0718 0 6.1 6.1 World Transportation + 2 -90 -352 1e+04 0.0718 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, 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.00748 -0.00174 0.889 0.00797 0 0 0 test.phys initStep - 1 -0.00771 -0.00159 0.889 0 0.00797 0.000902 0.000902 test.phys eIoni + 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.9 4.06 10 1.01e+03 World Transportation + 3 277 110 1e+04 95.9 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* G4Track 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.00755 -0.00136 0.798 32.4 0 0 0 test.phys initStep - 1 -0.105 0.14 10 32.4 0 9.2 9.2 World Transportation - 2 -106 153 1e+04 32.4 0 9.99e+03 1e+04 OutOfWorld Transportation + 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.00675 -0.00322 0.784 99.4 0.25 0.784 1e+03 test.phys biasWrapper(eBrem) + 3 -0.0642 -0.00721 10 96.1 3.26 9.23 1.01e+03 World Transportation + 4 -166 -428 1e+04 96.1 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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.00755 -0.00136 0.798 10.1 0 0 0 test.phys initStep - 1 -0.0443 -0.0181 10 10.1 0 9.2 9.2 World Transportation - 2 -40 -18.2 1e+04 10.1 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00675 -0.00322 0.784 44.7 0 0 0 test.phys initStep + 1 -0.00458 -0.0411 10 44.7 0 9.22 9.22 World Transportation + 2 2.34 -41.1 1e+04 44.7 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 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.148 -0.0327 5.82 97.8 2.23 5.83 1.01e+03 test.phys biasWrapper(eBrem) - 3 -0.0933 -0.151 9.71 88.4 1.49 3.89 1.01e+03 test.phys eIoni - 4 -0.0883 -0.168 10 88.3 0.0805 0.291 1.01e+03 World Transportation - 5 152 -568 1e+04 88.3 3.64e-22 1e+04 1.1e+04 OutOfWorld Transportation + 0 -0.00675 -0.00322 0.784 0.0351 0 0 0 test.phys initStep + 1 0.0442 0.0158 2.35 0.0322 0 1.57 1.57 test.phys compt + 2 -0.233 -0.586 2.17 0 0.00155 0.687 2.26 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +* 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.0933 -0.151 9.71 7.91 0 0 0 test.phys initStep - 1 -0.113 -0.0636 10 7.82 0.0923 0.305 0.305 World Transportation - 2 -851 2.41e+03 1e+04 7.82 3.02e-22 1.03e+04 1.03e+04 OutOfWorld Transportation + 0 -0.233 -0.586 2.17 0.0307 0 0 0 test.phys initStep + 1 -0.233 -0.584 2.17 0 0.0307 0.00915 0.00915 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 +* 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.148 -0.0327 5.82 0.0417 0 0 0 test.phys initStep - 1 -0.161 -0.155 10 0.0417 0 4.18 4.18 World Transportation - 2 -31.2 -292 1e+04 0.0417 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0442 0.0158 2.35 0.00284 0 0 0 test.phys initStep + 1 0.0442 0.0158 2.35 0 0.00284 0.00017 0.00017 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 +* 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.148 -0.0327 5.82 2.43 0 0 0 test.phys initStep - 1 -0.108 0.0777 10 2.43 0 4.18 4.18 World Transportation - 2 95.6 264 1e+04 2.43 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00675 -0.00322 0.784 5.66 0 0 0 test.phys initStep + 1 -0.0563 -0.00696 10 5.66 0 9.22 9.22 World Transportation + 2 -53.7 -4.06 1e+04 5.66 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, 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.148 -0.0327 5.82 9.56 0 0 0 test.phys initStep - 1 -0.152 -0.17 10 9.56 0 4.18 4.18 World Transportation - 2 -9.96 -328 1e+04 9.56 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.00675 -0.00322 0.784 0.00697 0 0 0 test.phys initStep + 1 -0.00675 -0.00322 0.784 0 0.00155 2.57e-05 2.57e-05 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1 +* 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 -0.148 -0.0327 5.82 1.36 0 0 0 test.phys initStep - 1 -0.0668 -0.137 10 1.36 0 4.18 4.18 World Transportation - 2 193 -249 1e+04 1.36 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00675 -0.00322 0.784 0.00542 0 0 0 test.phys initStep + 1 -0.00676 -0.00336 0.784 0 0.00542 0.000476 0.000476 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.148 -0.0327 5.82 0.391 0 0 0 test.phys initStep - 1 -0.159 -0.0842 10 0.391 0 4.18 4.18 World Transportation - 2 -27.1 -123 1e+04 0.391 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.00675 -0.00322 0.784 0.0072 0 0 0 test.phys initStep + 1 -0.00688 -0.00316 0.795 0 0.00155 0.0102 0.0102 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1 +* 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.148 -0.0327 5.82 0.051 0 0 0 test.phys initStep - 1 -0.142 -0.123 10 0.051 0 4.18 4.18 World Transportation - 2 13.7 -215 1e+04 0.051 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00688 -0.00316 0.795 0.00565 0 0 0 test.phys initStep + 1 -0.00695 -0.00323 0.795 0 0.00565 0.000509 0.000509 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, 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 -0.148 -0.0327 5.82 0.0588 0 0 0 test.phys initStep - 1 -0.156 -0.111 10 0.0588 0 4.18 4.18 World Transportation - 2 -20.6 -187 1e+04 0.0588 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00675 -0.00322 0.784 13.6 0 0 0 test.phys initStep + 1 -0.0758 0.0276 10 13.6 0 9.22 9.22 World Transportation + 2 -74.9 33.5 1e+04 13.6 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, 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.148 -0.0327 5.82 3.31 0 0 0 test.phys initStep - 1 -0.0943 -0.102 10 3.31 0 4.18 4.18 World Transportation - 2 128 -165 1e+04 3.31 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00675 -0.00322 0.784 41.8 0 0 0 test.phys initStep + 1 -0.0215 -0.0054 10 41.8 0 9.22 9.22 World Transportation + 2 -16 -2.37 1e+04 41.8 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* 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.148 -0.0327 5.82 0.076 0 0 0 test.phys initStep - 1 -0.17 -0.108 10 0.076 0 4.18 4.18 World Transportation - 2 -54.2 -180 1e+04 0.076 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00675 -0.00322 0.784 0.138 0 0 0 test.phys initStep + 1 -0.0452 -0.0708 10 0.138 0 9.22 9.22 World Transportation + 2 -41.7 -73.3 1e+04 0.138 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, 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.148 -0.0327 5.82 0.00775 0 0 0 test.phys initStep - 1 -0.148 -0.0351 5.99 0 0.00155 0.167 0.167 test.phys phot + 0 -0.00675 -0.00322 0.784 0.296 0 0 0 test.phys initStep + 1 -0.014 0.0727 10 0.296 0 9.22 9.22 World Transportation + 2 -7.83 82.4 1e+04 0.296 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 +* 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.148 -0.0351 5.99 0.0062 0 0 0 test.phys initStep - 1 -0.148 -0.035 5.99 0 0.0062 0.000594 0.000594 test.phys eIoni + 0 -0.00675 -0.00322 0.784 0.351 0 0 0 test.phys initStep + 1 0.149 -0.0386 10 0.351 0 9.22 9.22 World Transportation + 2 169 -38.4 1e+04 0.351 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1339,133 +1447,130 @@ 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.0316 0.0305 2.55 97.7 0.922 2.55 1e+03 test.phys biasWrapper(eBrem) - 3 0.0332 0.0314 2.61 97.7 0.0258 0.0535 1e+03 test.phys biasWrapper(eBrem) - 4 0.119 0.184 6.87 80.5 1.96 4.26 1.01e+03 test.phys biasWrapper(eBrem) - 5 0.209 0.251 10 79.3 1.2 3.14 1.01e+03 World Transportation - 6 254 -113 1e+04 79.3 3.6e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 2 0 0 10 96.5 3.53 10 1.01e+03 World Transportation + 3 531 654 1e+04 96.5 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1 +* G4Track 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.119 0.184 6.87 15.2 0 0 0 test.phys initStep - 1 0.203 0.309 10 15.2 0 3.14 3.14 World Transportation - 2 268 399 1e+04 15.2 0 1e+04 1e+04 OutOfWorld Transportation + 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.0376 0.0183 2.47 94.7 0.889 2.47 1e+03 test.phys biasWrapper(eBrem) + 3 0.156 0.163 10 91.7 2.97 7.54 1.01e+03 World Transportation + 4 1.21e+03 -507 1e+04 91.7 3.68e-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 = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0332 0.0314 2.61 0.0162 0 0 0 test.phys initStep - 1 0.0409 0.0358 2.86 0 0.00155 0.251 0.251 test.phys phot + 0 0.0376 0.0183 2.47 0.0799 0 0 0 test.phys initStep + 1 0.186 0.227 10 0.0799 0 7.53 7.53 World Transportation + 2 197 277 1e+04 0.0799 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 +* 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.0409 0.0358 2.86 0.0146 0 0 0 test.phys initStep - 1 0.0413 0.0364 2.86 0 0.0146 0.00254 0.00254 test.phys eIoni + 0 0.0376 0.0183 2.47 0.0363 0 0 0 test.phys initStep + 1 0.222 0.113 8.98 0 0.00155 6.51 6.51 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 +* 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.0316 0.0305 2.55 36.3 0 0 0 test.phys initStep - 1 0.286 0.122 10 36.3 0 7.45 7.45 World Transportation - 2 342 123 1e+04 36.3 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.222 0.113 8.98 0.0348 0 0 0 test.phys initStep + 1 0.224 0.116 8.98 0 0.0348 0.0113 0.0113 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 +* 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.0316 0.0305 2.55 0.0168 0 0 0 test.phys initStep - 1 0.0858 0.0727 4.56 0 0.00155 2 2 test.phys phot + 0 0.0376 0.0183 2.47 6.96 0 0 0 test.phys initStep + 1 0.141 0.124 10 6.96 0 7.53 7.53 World Transportation + 2 137 140 1e+04 6.96 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 10 +* 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.0858 0.0727 4.56 0.0152 0 0 0 test.phys initStep - 1 0.086 0.0719 4.56 0 0.0152 0.00272 0.00272 test.phys eIoni + 0 0.0376 0.0183 2.47 0.00978 0 0 0 test.phys initStep + 1 0.0351 0.0239 2.77 0 0.00155 0.297 0.297 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 +* 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.0316 0.0305 2.55 11.2 0 0 0 test.phys initStep - 1 0.278 0.168 10 11.2 0 7.45 7.45 World Transportation - 2 330 185 1e+04 11.2 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0351 0.0239 2.77 0.00823 0 0 0 test.phys initStep + 1 0.0352 0.0236 2.77 0 0.00823 0.000953 0.000953 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1 +* 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.0316 0.0305 2.55 0.81 0 0 0 test.phys initStep - 1 0.282 0.163 10 0.81 0 7.45 7.45 World Transportation - 2 336 178 1e+04 0.81 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0376 0.0183 2.47 18 0 0 0 test.phys initStep + 1 0.155 0.202 10 18 0 7.53 7.53 World Transportation + 2 156 244 1e+04 18 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, 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 0.0316 0.0305 2.55 0.346 0 0 0 test.phys initStep - 1 0.262 0.0746 10 0.346 0 7.45 7.45 World Transportation - 2 310 59.2 1e+04 0.346 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0376 0.0183 2.47 0.0103 0 0 0 test.phys initStep + 1 0.0383 0.0191 2.52 0 0.000119 0.0488 0.0488 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1 +* 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.0316 0.0305 2.55 5.01 0 0 0 test.phys initStep - 1 0.232 0.133 10 5.01 0 7.45 7.45 World Transportation - 2 269 137 1e+04 5.01 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0383 0.0191 2.52 0.0102 0 0 0 test.phys initStep + 1 0.0385 0.0195 2.52 0 0.0102 0.00136 0.00136 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.0316 0.0305 2.55 0.163 0 0 0 test.phys initStep - 1 0.328 0.121 10 0.163 0 7.45 7.45 World Transportation - 2 398 122 1e+04 0.163 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0376 0.0183 2.47 0.0533 0 0 0 test.phys initStep + 1 0.118 0.235 10 0.0533 0 7.53 7.53 World Transportation + 2 107 288 1e+04 0.0533 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.0316 0.0305 2.55 2.5 0 0 0 test.phys initStep - 1 0.281 0.114 10 2.5 0 7.45 7.45 World Transportation - 2 335 113 1e+04 2.5 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0376 0.0183 2.47 0.181 0 0 0 test.phys initStep + 1 0.138 0.246 10 0.181 0 7.53 7.53 World Transportation + 2 133 303 1e+04 0.181 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.0316 0.0305 2.55 0.133 0 0 0 test.phys initStep - 1 0.295 0.13 10 0.133 0 7.45 7.45 World Transportation - 2 353 133 1e+04 0.133 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0376 0.0183 2.47 1.54 0 0 0 test.phys initStep + 1 0.152 0.0963 10 1.54 0 7.53 7.53 World Transportation + 2 152 104 1e+04 1.54 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.0316 0.0305 2.55 1.35 0 0 0 test.phys initStep - 1 0.331 0.2 10 1.35 0 7.45 7.45 World Transportation - 2 402 228 1e+04 1.35 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0376 0.0183 2.47 4.41 0 0 0 test.phys initStep + 1 0.068 0.221 10 4.41 0 7.53 7.53 World Transportation + 2 40.4 269 1e+04 4.41 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1474,182 +1579,166 @@ 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.00248 -0.00397 0.574 94.9 0.192 0.574 1e+03 test.phys biasWrapper(eBrem) - 3 -0.0869 0.0148 5.77 86.3 2.11 5.2 1.01e+03 test.phys eIoni - 4 -0.432 -0.00442 9.33 67.8 1.59 3.57 1.01e+03 test.phys biasWrapper(eBrem) - 5 -0.501 -0.0272 10 67.5 0.25 0.676 1.01e+03 World Transportation - 6 -1.13e+03 -332 1e+04 67.5 3.58e-22 1.01e+04 1.11e+04 OutOfWorld Transportation + 2 -0.00735 0.017 1.44 94.2 0.535 1.44 1e+03 test.phys eIoni + 3 0.0131 0.0352 2.77 91.5 0.675 1.33 1e+03 test.phys biasWrapper(eBrem) + 4 0.24 0.212 10 88.7 2.75 7.24 1.01e+03 World Transportation + 5 548 380 1e+04 88.7 3.64e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1 +* 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.432 -0.00442 9.33 17 0 0 0 test.phys initStep - 1 -0.503 -0.0298 10 17 0 0.676 0.676 World Transportation - 2 -1.06e+03 -377 1e+04 17 0 1.01e+04 1.01e+04 OutOfWorld Transportation + 0 0.0131 0.0352 2.77 0.0145 0 0 0 test.phys initStep + 1 0.0158 0.0376 2.86 0 0.00155 0.0923 0.0923 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +* 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 -0.0869 0.0148 5.77 6.47 0 0 0 test.phys initStep - 1 1.07 0.89 9.92 4.73 1.74 4.84 4.84 test.phys eIoni - 2 1.07 0.939 10 4.71 0.0238 0.0956 4.93 World Transportation - 3 1.43e+03 7.42e+03 1e+04 4.71 3.51e-22 1.25e+04 1.25e+04 OutOfWorld Transportation + 0 0.0158 0.0376 2.86 0.0129 0 0 0 test.phys initStep + 1 0.0156 0.0371 2.86 0 0.0129 0.00205 0.00205 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.00248 -0.00397 0.574 1.55 0 0 0 test.phys initStep - 1 -0.0142 -0.138 10 1.55 0 9.43 9.43 World Transportation - 2 -12.5 -142 1e+04 1.55 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0131 0.0352 2.77 3.05 0 0 0 test.phys initStep + 1 0.265 0.234 10 3.05 0 7.24 7.24 World Transportation + 2 348 275 1e+04 3.05 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.00248 -0.00397 0.574 0.0132 0 0 0 test.phys initStep - 1 -0.00407 -0.00869 0.953 0 0.00155 0.379 0.379 test.phys phot + 0 0.0131 0.0352 2.77 0.0136 0 0 0 test.phys initStep + 1 0.0224 0.0461 3.09 0 0.00155 0.325 0.325 test.phys phot ********************************************************************************************************* * 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.00407 -0.00869 0.953 0.0117 0 0 0 test.phys initStep - 1 -0.00413 -0.00922 0.953 0 0.0117 0.00172 0.00172 test.phys eIoni + 0 0.0224 0.0461 3.09 0.0121 0 0 0 test.phys initStep + 1 0.0225 0.0467 3.09 0 0.0121 0.00182 0.00182 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.00248 -0.00397 0.574 0.871 0 0 0 test.phys initStep - 1 0.0183 -0.175 10 0.871 0 9.43 9.43 World Transportation - 2 22.1 -182 1e+04 0.871 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0131 0.0352 2.77 0.847 0 0 0 test.phys initStep + 1 0.253 0.256 10 0.847 0 7.24 7.24 World Transportation + 2 332 305 1e+04 0.847 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.00248 -0.00397 0.574 0.0735 0 0 0 test.phys initStep - 1 0.0019 -0.0102 1.28 0.0721 0 0.706 0.706 test.phys compt - 2 -2.45 2.48 7.52 0.0712 0 7.15 7.86 test.phys compt - 3 -4.4 2.67 9.9 0 0.00155 3.09 10.9 test.phys phot - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 8 -********************************************************************************************************* - -Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -4.4 2.67 9.9 0.0696 0 0 0 test.phys initStep - 1 -4.41 2.66 9.9 0 0.0696 0.0376 0.0376 test.phys eIoni + 0 0.0131 0.0352 2.77 3.97 0 0 0 test.phys initStep + 1 0.267 0.229 10 3.97 0 7.24 7.24 World Transportation + 2 351 268 1e+04 3.97 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 8 +* 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 -2.45 2.48 7.52 0.000893 0 0 0 test.phys initStep - 1 -2.45 2.48 7.52 0 0.000893 3.19e-05 3.19e-05 test.phys eIoni + 0 0.0131 0.0352 2.77 3.08 0 0 0 test.phys initStep + 1 0.432 -0.14 10 3.08 0 7.25 7.25 World Transportation + 2 579 -242 1e+04 3.08 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 8 +* 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.0019 -0.0102 1.28 0.00137 0 0 0 test.phys initStep - 1 0.00191 -0.0102 1.28 0 0.00137 5.76e-05 5.76e-05 test.phys eIoni + 0 0.0131 0.0352 2.77 0.278 0 0 0 test.phys initStep + 1 0.111 0.112 5.57 0.235 0 2.8 2.8 test.phys compt + 2 3.26 -3.8 10 0.235 0 6.7 9.5 World Transportation + 3 7.1e+03 -8.83e+03 1e+04 0.235 0 1.51e+04 1.51e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1 +* 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 -0.00248 -0.00397 0.574 37.3 0 0 0 test.phys initStep - 1 0.0201 -0.137 10 37.3 0 9.43 9.43 World Transportation - 2 24 -141 1e+04 37.3 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.111 0.112 5.57 0.0433 0 0 0 test.phys initStep + 1 0.108 0.116 5.57 0 0.0433 0.0166 0.0166 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, 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.00248 -0.00397 0.574 0.65 0 0 0 test.phys initStep - 1 0.11 0.0145 10 0.65 0 9.43 9.43 World Transportation - 2 119 19.6 1e+04 0.65 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0131 0.0352 2.77 0.0158 0 0 0 test.phys initStep + 1 0.0169 0.0384 2.89 0 0.00155 0.122 0.122 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 +* 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.00248 -0.00397 0.574 9.29 0 0 0 test.phys initStep - 1 -0.0301 -0.115 10 9.29 0 9.43 9.43 World Transportation - 2 -29.3 -118 1e+04 9.29 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0169 0.0384 2.89 0.0143 0 0 0 test.phys initStep + 1 0.0174 0.0385 2.89 0 0.0143 0.00243 0.00243 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.00248 -0.00397 0.574 0.244 0 0 0 test.phys initStep - 1 -0.0417 -0.128 10 0.244 0 9.43 9.43 World Transportation - 2 -41.6 -131 1e+04 0.244 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0131 0.0352 2.77 0.0532 0 0 0 test.phys initStep + 1 0.157 0.164 7.66 0 0.00155 4.89 4.89 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00248 -0.00397 0.574 0.446 0 0 0 test.phys initStep - 1 -0.000391 -0.174 10 0.446 0 9.43 9.43 World Transportation - 2 2.22 -180 1e+04 0.446 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.157 0.164 7.66 0.0516 0 0 0 test.phys initStep + 1 0.149 0.163 7.66 0 0.0516 0.0225 0.0225 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, 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.00248 -0.00397 0.574 4.92 0 0 0 test.phys initStep - 1 -0.000606 -0.105 10 4.92 0 9.43 9.43 World Transportation - 2 1.99 -107 1e+04 4.92 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.0131 0.0352 2.77 2.04 0 0 0 test.phys initStep + 1 0.268 0.232 10 2.04 0 7.24 7.24 World Transportation + 2 353 272 1e+04 2.04 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 -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.6 3.38 10 1.01e+03 World Transportation - 3 -294 -448 1e+04 96.6 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation + 0 -0.00735 0.017 1.44 5.29 0 0 0 test.phys initStep + 1 -0.878 -2.29 4.58 3.82 1.47 4.21 4.21 test.phys eIoni + 2 -2.24 -3.37 7.25 2.6 1.22 3.42 7.63 test.phys eIoni + 3 -3.51 -3.14 9.27 1.65 0.951 2.73 10.4 test.phys eIoni + 4 -3.68 -3.18 9.52 1.53 0.108 0.311 10.7 test.phys biasWrapper(eBrem) + 5 -4.02 -3 10 1.3 0.235 0.709 11.4 World Transportation + 6 -5.69e+03 8.3e+03 1e+04 1.3 3.78e-22 1.42e+04 1.42e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 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.0843 -0.0582 4.49 97.5 1.72 4.49 1e+03 test.phys eIoni - 3 0.674 -0.448 10 95.2 2.34 5.56 1.01e+03 World Transportation - 4 818 -560 1e+04 95.2 3.68e-22 1e+04 1.1e+04 OutOfWorld Transportation + 0 -3.68 -3.18 9.52 0.00992 0 0 0 test.phys initStep + 1 -3.68 -3.18 9.52 0 0.00155 0.00097 0.00097 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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.0843 -0.0582 4.49 0.77 0 0 0 test.phys initStep - 1 0.556 -0.155 4.81 0.156 0.614 1.36 1.36 test.phys eIoni - 2 0.534 -0.155 4.77 0 0.156 0.145 1.51 test.phys eIoni + 0 -3.68 -3.18 9.52 0.00837 0 0 0 test.phys initStep + 1 -3.68 -3.18 9.52 0 0.00837 0.00098 0.00098 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1658,144 +1747,146 @@ 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.252 -0.00999 8.18 96.4 3.03 8.19 1.01e+03 test.phys eIoni - 3 -0.316 0.0139 9.96 54.1 0.789 1.78 1.01e+03 test.phys eIoni - 4 -0.315 0.0121 10 54.1 0.0163 0.0417 1.01e+03 World Transportation - 5 209 -647 1e+04 54.1 3.5e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 0.00024 -0.0237 1.69 98.7 0.853 1.69 1e+03 test.phys biasWrapper(eBrem) + 3 0.00841 -0.0228 2.8 97.8 0.343 1.11 1e+03 test.phys eIoni + 4 0.00621 0.00561 10 95 2.8 7.2 1.01e+03 World Transportation + 5 -160 148 1e+04 95 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.316 0.0139 9.96 41.5 0 0 0 test.phys initStep - 1 -0.322 0.0176 10 41.5 0.0114 0.0422 0.0422 World Transportation - 2 -1.3e+03 883 1e+04 41.5 3.45e-22 1.01e+04 1.01e+04 OutOfWorld Transportation + 0 0.00841 -0.0228 2.8 0.614 0 0 0 test.phys initStep + 1 0.246 -0.258 3.06 0 0.614 1.1 1.1 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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.252 -0.00999 8.18 0.527 0 0 0 test.phys initStep - 1 0.0152 0.0183 8.38 0 0.527 0.905 0.905 test.phys eIoni + 0 0.00024 -0.0237 1.69 36.5 0 0 0 test.phys initStep + 1 -0.0207 -0.153 10 36.5 0 8.31 8.31 World Transportation + 2 -25.2 -155 1e+04 36.5 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 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.00285 0.0043 0.613 55.3 0.196 0.613 1e+03 test.phys biasWrapper(eBrem) - 3 -0.00345 0.0429 10 51.8 3.56 9.42 1.01e+03 World Transportation - 4 678 968 1e+04 51.8 3.5e-22 1.01e+04 1.11e+04 OutOfWorld Transportation + 0 0.00024 -0.0237 1.69 0.324 0 0 0 test.phys initStep + 1 0.0356 -0.13 10 0.324 0 8.31 8.31 World Transportation + 2 42.6 -128 1e+04 0.324 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 +* 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.00285 0.0043 0.613 12.4 0 0 0 test.phys initStep - 1 -0.00104 0.0297 10 12.4 0 9.39 9.39 World Transportation - 2 -4.15 27.1 1e+04 12.4 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00024 -0.0237 1.69 2.84 0 0 0 test.phys initStep + 1 -0.001 -0.121 9.42 2.16 0 7.73 7.73 test.phys compt + 2 -0.166 -0.0099 10 2.16 0 0.614 8.34 World Transportation + 3 -2.84e+03 1.9e+03 1e+04 2.16 0 1.06e+04 1.06e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 +* 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.00285 0.0043 0.613 2.19 0 0 0 test.phys initStep - 1 -0.0191 -0.0927 10 2.19 0 9.39 9.39 World Transportation - 2 -23.3 -103 1e+04 2.19 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.001 -0.121 9.42 0.675 0 0 0 test.phys initStep + 1 0.144 -0.332 9.54 0.572 0.102 0.307 0.307 test.phys msc + 2 0.34 -0.484 9.66 0.476 0.0958 0.311 0.618 test.phys msc + 3 0.452 -0.583 9.68 0.41 0.0663 0.163 0.781 test.phys msc + 4 0.591 -0.602 9.73 0.353 0.0565 0.165 0.946 test.phys msc + 5 0.69 -0.646 9.69 0.307 0.0462 0.127 1.07 test.phys msc + 6 0.731 -0.502 9.64 0.208 0.0997 0.186 1.26 test.phys msc + 7 0.693 -0.436 9.62 0 0.208 0.229 1.49 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, 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.00285 0.0043 0.613 20.1 0 0 0 test.phys initStep - 1 0.129 0.0416 10 20.1 0 9.39 9.39 World Transportation - 2 134 39.8 1e+04 20.1 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00024 -0.0237 1.69 2.3 0 0 0 test.phys initStep + 1 -0.0683 -0.184 10 2.3 0 8.31 8.31 World Transportation + 2 -82.5 -193 1e+04 2.3 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1 +* 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.00285 0.0043 0.613 0.13 0 0 0 test.phys initStep - 1 -0.147 0.167 8.26 0.129 0 7.65 7.65 test.phys compt - 2 0.0736 -0.13 10 0.129 0 1.78 9.43 World Transportation - 3 1.27e+03 -1.7e+03 1e+04 0.129 0 1.02e+04 1.02e+04 OutOfWorld Transportation + 0 0.00024 -0.0237 1.69 6.4 0 0 0 test.phys initStep + 1 -0.0591 -0.055 10 6.4 0 8.31 8.31 World Transportation + 2 -71.4 -37.7 1e+04 6.4 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 +* 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.147 0.167 8.26 0.000929 0 0 0 test.phys initStep - 1 -0.147 0.167 8.26 0 0.000929 3.36e-05 3.36e-05 test.phys eIoni + 0 0.00024 -0.0237 1.69 0.128 0 0 0 test.phys initStep + 1 0.00693 -0.0401 2.63 0.125 0 0.944 0.944 test.phys compt + 2 0.669 0.456 4.71 0 0.00155 2.23 3.17 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1 +* 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 0.00285 0.0043 0.613 0.0123 0 0 0 test.phys initStep - 1 0.00256 0.00476 0.686 0 0.00155 0.0731 0.0731 test.phys phot + 0 0.669 0.456 4.71 0.124 0 0 0 test.phys initStep + 1 0.673 0.489 4.71 0 0.124 0.0991 0.0991 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 +* 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.00256 0.00476 0.686 0.0108 0 0 0 test.phys initStep - 1 0.00228 0.00449 0.686 0 0.0108 0.0015 0.0015 test.phys eIoni + 0 0.00693 -0.0401 2.63 0.00229 0 0 0 test.phys initStep + 1 0.0069 -0.0401 2.63 0 0.00229 0.000122 0.000122 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, 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.00285 0.0043 0.613 4.43 0 0 0 test.phys initStep - 1 0.0419 0.0259 10 4.43 0 9.39 9.39 World Transportation - 2 41.5 23 1e+04 4.43 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00024 -0.0237 1.69 1.38 0 0 0 test.phys initStep + 1 -0.0197 -0.15 10 1.38 0 8.31 8.31 World Transportation + 2 -24 -152 1e+04 1.38 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 +* 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.00285 0.0043 0.613 55.1 0 0 0 test.phys initStep - 1 0.0073 -0.0301 10 55.1 0 9.39 9.39 World Transportation - 2 4.74 -36.7 1e+04 55.1 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00024 -0.0237 1.69 0.131 0 0 0 test.phys initStep + 1 0.0413 -0.119 10 0.131 0 8.31 8.31 World Transportation + 2 49.5 -114 1e+04 0.131 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, 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.00285 0.0043 0.613 9.19 0 0 0 test.phys initStep - 1 0.106 0.0398 10 9.19 0 9.39 9.39 World Transportation - 2 110 37.8 1e+04 9.19 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00024 -0.0237 1.69 0.0208 0 0 0 test.phys initStep + 1 0.00446 -0.0367 2.61 0 0.00155 0.916 0.916 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* 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.00285 0.0043 0.613 20 0 0 0 test.phys initStep - 1 0.0245 0.0434 10 20 0 9.39 9.39 World Transportation - 2 23 41.7 1e+04 20 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00446 -0.0367 2.61 0.0192 0 0 0 test.phys initStep + 1 0.00351 -0.037 2.61 0 0.0192 0.00405 0.00405 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.00285 0.0043 0.613 44.5 0 0 0 test.phys initStep - 1 0.0204 0.0303 10 44.5 0 9.39 9.39 World Transportation - 2 18.7 27.7 1e+04 44.5 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00024 -0.0237 1.69 0.423 0 0 0 test.phys initStep + 1 0.0587 -0.158 10 0.423 0 8.31 8.31 World Transportation + 2 70.4 -162 1e+04 0.423 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1804,414 +1895,499 @@ 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.0451 -0.123 5.29 94.2 2.32 5.3 1.01e+03 test.phys biasWrapper(eBrem) - 3 -0.0588 -0.13 5.71 94 0.136 0.42 1.01e+03 test.phys biasWrapper(eBrem) - 4 -0.119 -0.156 7.15 93.1 0.522 1.44 1.01e+03 test.phys biasWrapper(eBrem) - 5 -0.245 -0.152 10 91.9 1.24 2.85 1.01e+03 World Transportation - 6 -997 173 1e+04 91.9 3.67e-22 1e+04 1.11e+04 OutOfWorld Transportation + 2 0.00373 -0.00642 0.78 98.8 0.428 0.78 1e+03 test.phys eIoni + 3 0.0078 -0.00423 1.11 95.6 0.152 0.326 1e+03 test.phys biasWrapper(eBrem) + 4 0.149 0.0592 10 91.8 3.73 8.9 1.01e+03 World Transportation + 5 139 229 1e+04 91.8 3.65e-22 9.99e+03 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1 +* 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.119 -0.156 7.15 0.324 0 0 0 test.phys initStep - 1 -0.264 -0.169 10 0.324 0 2.85 2.85 World Transportation - 2 -509 -45.6 1e+04 0.324 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0078 -0.00423 1.11 0.969 0 0 0 test.phys initStep + 1 0.178 0.107 10 0.969 0 8.9 8.9 World Transportation + 2 191 125 1e+04 0.969 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1 +* 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.0588 -0.13 5.71 0.119 0 0 0 test.phys initStep - 1 -0.103 -0.275 10 0.119 0 4.29 4.29 World Transportation - 2 -103 -337 1e+04 0.119 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0078 -0.00423 1.11 3.02 0 0 0 test.phys initStep + 1 0.159 0.157 10 3.02 0 8.9 8.9 World Transportation + 2 170 182 1e+04 3.02 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 +* 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.0451 -0.123 5.29 0.0285 0 0 0 test.phys initStep - 1 -0.0536 -0.126 5.45 0 0.00155 0.159 0.159 test.phys phot + 0 0.0078 -0.00423 1.11 0.0735 0 0 0 test.phys initStep + 1 0.00976 -0.00369 1.25 0.0693 0 0.145 0.145 test.phys compt + 2 7.16 4.67 7.13 0.0583 0 10.4 10.5 test.phys compt + 3 1.95 10.1 3.22 0 0.00155 8.49 19 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 +* 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 -0.0536 -0.126 5.45 0.027 0 0 0 test.phys initStep - 1 -0.0539 -0.128 5.45 0 0.027 0.00731 0.00731 test.phys eIoni + 0 1.95 10.1 3.22 0.0568 0 0 0 test.phys initStep + 1 1.95 10.1 3.22 0 0.0568 0.0265 0.0265 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 +* 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.0451 -0.123 5.29 4.02 0 0 0 test.phys initStep - 1 -0.224 -0.21 10 4.02 0 4.71 4.71 World Transportation - 2 -379 -184 1e+04 4.02 0 1e+04 1e+04 OutOfWorld Transportation + 0 7.16 4.67 7.13 0.011 0 0 0 test.phys initStep + 1 7.16 4.67 7.13 0 0.011 0.00156 0.00156 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 +* 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.0451 -0.123 5.29 0.0205 0 0 0 test.phys initStep - 1 -0.099 -0.144 6.56 0 0.00155 1.26 1.26 test.phys phot + 0 0.00976 -0.00369 1.25 0.00421 0 0 0 test.phys initStep + 1 0.00969 -0.00374 1.25 0 0.00421 0.000316 0.000316 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 9 +* 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.099 -0.144 6.56 0.019 0 0 0 test.phys initStep - 1 -0.0981 -0.144 6.56 0 0.019 0.00397 0.00397 test.phys eIoni + 0 0.0078 -0.00423 1.11 0.212 0 0 0 test.phys initStep + 1 0.145 0.0363 10 0.212 0 8.89 8.89 World Transportation + 2 154 45.5 1e+04 0.212 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.0451 -0.123 5.29 52.9 0 0 0 test.phys initStep - 1 -0.209 -0.233 10 52.9 0 4.71 4.71 World Transportation - 2 -348 -233 1e+04 52.9 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0078 -0.00423 1.11 1.45 0 0 0 test.phys initStep + 1 0.172 0.0667 10 1.45 0 8.9 8.9 World Transportation + 2 184 79.8 1e+04 1.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.0451 -0.123 5.29 25.1 0 0 0 test.phys initStep - 1 -0.195 -0.226 10 25.1 0 4.71 4.71 World Transportation - 2 -318 -218 1e+04 25.1 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0078 -0.00423 1.11 28 0 0 0 test.phys initStep + 1 0.205 0.0672 10 28 0 8.9 8.9 World Transportation + 2 222 80.3 1e+04 28 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.0451 -0.123 5.29 1.95 0 0 0 test.phys initStep - 1 -0.239 -0.233 10 1.95 0 4.71 4.71 World Transportation - 2 -412 -234 1e+04 1.95 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0078 -0.00423 1.11 0.0587 0 0 0 test.phys initStep + 1 0.145 0.0605 10 0.0587 0 8.89 8.89 World Transportation + 2 154 72.8 1e+04 0.0587 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.0451 -0.123 5.29 0.124 0 0 0 test.phys initStep - 1 -0.236 -0.201 10 0.124 0 4.71 4.71 World Transportation - 2 -405 -165 1e+04 0.124 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0078 -0.00423 1.11 3.69 0 0 0 test.phys initStep + 1 0.108 -0.018 10 3.69 0 8.89 8.89 World Transportation + 2 113 -15.5 1e+04 3.69 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.0451 -0.123 5.29 5.39 0 0 0 test.phys initStep - 1 -0.234 -0.218 10 5.39 0 4.71 4.71 World Transportation - 2 -402 -201 1e+04 5.39 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0078 -0.00423 1.11 0.0529 0 0 0 test.phys initStep + 1 0.00201 0.434 10 0.0529 0 8.9 8.9 World Transportation + 2 -6.5 493 1e+04 0.0529 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.0451 -0.123 5.29 1.24 0 0 0 test.phys initStep - 1 -0.22 -0.226 10 1.24 0 4.71 4.71 World Transportation - 2 -371 -218 1e+04 1.24 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0078 -0.00423 1.11 3.13 0 0 0 test.phys initStep + 1 0.136 0.0658 10 3.13 0 8.89 8.89 World Transportation + 2 144 78.7 1e+04 3.13 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0451 -0.123 5.29 3.47 0 0 0 test.phys initStep - 1 -0.225 -0.215 10 3.47 0 4.71 4.71 World Transportation - 2 -383 -195 1e+04 3.47 0 1e+04 1e+04 OutOfWorld Transportation - Run terminated. -Run Summary - Number of events processed : 10 - User=0.000000s Real=0.005228s Sys=0.000000s + 0 0.00373 -0.00642 0.78 0.739 0 0 0 test.phys initStep + 1 -0.0287 -0.304 1.02 0.58 0.16 0.425 0.425 test.phys msc + 2 0.323 -0.412 1.3 0.272 0.308 0.552 0.977 test.phys msc + 3 0.393 -0.34 1.23 0 0.272 0.348 1.32 test.phys eIoni -Region -- -- appears in world volume - This region is in the mass world. - Root logical volume(s) : World - Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] - Materials : G4_Galactic G4_Al - Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* -Region -- -- is not associated to any world. - Root logical volume(s) : - Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] - Materials : - Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um +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.000235 0.0191 1.46 99.5 0.479 1.46 1e+03 test.phys biasWrapper(eBrem) + 3 -0.0216 0.0413 3.78 92.5 0.819 2.32 1e+03 test.phys biasWrapper(eBrem) + 4 -0.0445 -0.0147 10 90 2.52 6.22 1.01e+03 World Transportation + 5 27.2 -369 1e+04 90 3.64e-22 1e+04 1.1e+04 OutOfWorld Transportation -========= Table of registered couples ============================== +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1 +********************************************************************************************************* -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 990 eV e- 990 eV e+ 990 eV proton 69.99999999999999 keV - Region(s) which use this couple : - DefaultRegionForTheWorld +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0216 0.0413 3.78 6.21 0 0 0 test.phys initStep + 1 -0.0461 -0.0123 10 6.21 0 6.22 6.22 World Transportation + 2 -39.5 -86.1 1e+04 6.21 0 9.99e+03 1e+04 OutOfWorld Transportation -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.855642656998619 keV e- 460.3952044723037 keV e+ 442.2011618379343 keV proton 69.99999999999999 keV - Region(s) which use this couple : - DefaultRegionForTheWorld +********************************************************************************************************* +* 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.000235 0.0191 1.46 45.3 0 0 0 test.phys initStep + 1 0.00456 0.239 10 45.3 0 8.54 8.54 World Transportation + 2 5.06 257 1e+04 45.3 0 9.99e+03 1e+04 OutOfWorld Transportation -BremSplittingOperator : starting run with brem. splitting factor = 10, biasing primary and secondary tracks , biasing several times per track . -### Run 2 starts. +********************************************************************************************************* +* 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.000235 0.0191 1.46 0.576 0 0 0 test.phys initStep + 1 -0.0262 0.206 10 0.576 0 8.54 8.54 World Transportation + 2 -30.9 219 1e+04 0.576 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 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.78 10 1.01e+03 World Transportation - 3 -186 -71.7 1e+04 96.2 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 0 0.000235 0.0191 1.46 12.6 0 0 0 test.phys initStep + 1 -0.0281 0.271 10 12.6 0 8.54 8.54 World Transportation + 2 -33.2 296 1e+04 12.6 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 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.0446 -0.0678 3.84 96.5 1.96 3.84 1e+03 test.phys biasWrapper(eBrem) - 3 -0.288 0.0438 8.68 76.8 2.02 4.85 1.01e+03 test.phys eIoni - 4 -0.369 -0.00304 9.82 76.3 0.468 1.14 1.01e+03 test.phys biasWrapper(eBrem) - 5 -0.379 -0.00979 10 76.2 0.0502 0.182 1.01e+03 World Transportation - 6 -520 -458 1e+04 76.2 3.6e-22 1e+04 1.1e+04 OutOfWorld Transportation + 0 0.000235 0.0191 1.46 4.53 0 0 0 test.phys initStep + 1 -0.0122 0.231 10 4.53 0 8.54 8.54 World Transportation + 2 -14.6 249 1e+04 4.53 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1 +* 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.369 -0.00304 9.82 0.0534 0 0 0 test.phys initStep - 1 -0.38 -0.00926 10 0.0534 0 0.182 0.182 World Transportation - 2 -643 -343 1e+04 0.0534 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.000235 0.0191 1.46 45.4 0 0 0 test.phys initStep + 1 -0.0299 0.341 10 45.4 0 8.54 8.54 World Transportation + 2 -35.3 377 1e+04 45.4 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, 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 -0.369 -0.00304 9.82 0.549 0 0 0 test.phys initStep - 1 -0.377 -0.0109 10 0.549 0 0.182 0.182 World Transportation - 2 -484 -435 1e+04 0.549 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.000235 0.0191 1.46 0.0085 0 0 0 test.phys initStep + 1 -0.000396 0.0214 1.59 0 0.00155 0.125 0.125 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1 +* 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.369 -0.00304 9.82 0.121 0 0 0 test.phys initStep - 1 -0.379 -0.0131 10 0.121 0 0.182 0.182 World Transportation - 2 -554 -554 1e+04 0.121 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000396 0.0214 1.59 0.00695 0 0 0 test.phys initStep + 1 -0.000523 0.0212 1.59 0 0.00695 0.000718 0.000718 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, 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.369 -0.00304 9.82 0.0442 0 0 0 test.phys initStep - 1 -0.379 -0.0102 10 0.0442 0 0.182 0.182 World Transportation - 2 -553 -395 1e+04 0.0442 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.000235 0.0191 1.46 0.0239 0 0 0 test.phys initStep + 1 0.0317 0.239 10 0.0239 0 8.54 8.54 World Transportation + 2 36.8 258 1e+04 0.0239 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1 +* 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.369 -0.00304 9.82 0.402 0 0 0 test.phys initStep - 1 -0.379 -0.00975 10 0.402 0 0.182 0.182 World Transportation - 2 -575 -369 1e+04 0.402 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.000235 0.0191 1.46 0.00646 0 0 0 test.phys initStep + 1 0.000199 0.0206 1.52 0 0.00155 0.0547 0.0547 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1 +* 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.369 -0.00304 9.82 1.35 0 0 0 test.phys initStep - 1 -0.379 -0.00935 10 1.35 0 0.182 0.182 World Transportation - 2 -569 -348 1e+04 1.35 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.000199 0.0206 1.52 0.00491 0 0 0 test.phys initStep + 1 0.00026 0.0205 1.52 0 0.00491 0.000404 0.000404 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, 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.000235 0.0191 1.46 0.0244 0 0 0 test.phys initStep + 1 0.0103 0.0755 3.12 0 0.00155 1.66 1.66 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.0103 0.0755 3.12 0.0229 0 0 0 test.phys initStep + 1 0.0106 0.0744 3.12 0 0.0229 0.00548 0.00548 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.000235 0.0191 1.46 0.0225 0 0 0 test.phys initStep + 1 -0.0357 0.0482 3.56 0 0.00155 2.1 2.1 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.369 -0.00304 9.82 0.518 0 0 0 test.phys initStep - 1 -0.379 -0.0102 10 0.518 0 0.182 0.182 World Transportation - 2 -589 -392 1e+04 0.518 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0357 0.0482 3.56 0.021 0 0 0 test.phys initStep + 1 -0.0371 0.0478 3.56 0 0.021 0.00472 0.00472 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.00375 0.00281 0.575 75.6 0.251 0.575 1e+03 test.phys biasWrapper(eBrem) + 3 -0.0064 -0.00357 0.886 75.4 0.101 0.312 1e+03 test.phys biasWrapper(eBrem) + 4 -0.0411 -0.0879 3 74.3 0.693 2.11 1e+03 test.phys biasWrapper(eBrem) + 5 -0.0501 -0.475 8.95 71.3 2.97 5.97 1.01e+03 test.phys biasWrapper(eBrem) + 6 -0.0118 -0.487 9.46 67.8 0.28 0.503 1.01e+03 test.phys biasWrapper(eBrem) + 7 0.0293 -0.49 10 67.6 0.181 0.546 1.01e+03 World Transportation + 8 795 -367 1e+04 67.6 3.57e-22 1e+04 1.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.369 -0.00304 9.82 6.01 0 0 0 test.phys initStep - 1 -0.378 -0.00918 10 6.01 0 0.182 0.182 World Transportation - 2 -510 -338 1e+04 6.01 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0118 -0.487 9.46 3.21 0 0 0 test.phys initStep + 1 0.0297 -0.488 10 3.21 0 0.545 0.545 World Transportation + 2 763 -17 1e+04 3.21 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.369 -0.00304 9.82 0.0814 0 0 0 test.phys initStep - 1 -0.379 -0.0103 10 0.0814 0 0.182 0.182 World Transportation - 2 -584 -401 1e+04 0.0814 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0501 -0.475 8.95 0.0176 0 0 0 test.phys initStep + 1 0.024 -0.511 10 0.0176 0 1.05 1.05 World Transportation + 2 708 -343 1e+04 0.0176 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.369 -0.00304 9.82 0.0344 0 0 0 test.phys initStep - 1 -0.378 -0.01 10 0.0344 0 0.182 0.182 World Transportation - 2 -512 -385 1e+04 0.0344 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0411 -0.0879 3 0.389 0 0 0 test.phys initStep + 1 -0.157 -0.324 10 0.389 0 7.01 7.01 World Transportation + 2 -166 -337 1e+04 0.389 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +* 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.288 0.0438 8.68 17.7 0 0 0 test.phys initStep - 1 -0.299 0.349 10 17.3 0.424 1.36 1.36 World Transportation - 2 2.1e+03 7.58e+03 1e+04 17.3 4.01e-22 1.27e+04 1.27e+04 OutOfWorld Transportation + 0 -0.0064 -0.00357 0.886 0.0654 0 0 0 test.phys initStep + 1 -0.0675 -0.117 7.56 0 0.00155 6.68 6.68 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0446 -0.0678 3.84 0.9 0 0 0 test.phys initStep - 1 -0.221 -0.00412 10 0.9 0 6.16 6.16 World Transportation - 2 -287 103 1e+04 0.9 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.0675 -0.117 7.56 0.0638 0 0 0 test.phys initStep + 1 -0.07 -0.124 7.56 0 0.0638 0.0324 0.0324 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 +* 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.0446 -0.0678 3.84 0.0666 0 0 0 test.phys initStep - 1 -0.12 0.0386 10 0.0666 0 6.16 6.16 World Transportation - 2 -123 173 1e+04 0.0666 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00375 0.00281 0.575 0.00777 0 0 0 test.phys initStep + 1 -0.00365 0.00177 0.64 0 0.00155 0.0657 0.0657 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 +* 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 -0.0446 -0.0678 3.84 0.0255 0 0 0 test.phys initStep - 1 -0.06 -0.0625 4.42 0.0255 0 0.578 0.578 test.phys Rayl - 2 -2.05 0.198 9.29 0.0251 0 5.27 5.85 test.phys compt - 3 -2.73 0.874 9.7 0 0.00155 1.04 6.89 test.phys phot + 0 -0.00365 0.00177 0.64 0.00622 0 0 0 test.phys initStep + 1 -0.00378 0.00168 0.64 0 0.00622 0.000596 0.000596 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9 +* 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 -2.73 0.874 9.7 0.0235 0 0 0 test.phys initStep - 1 -2.73 0.874 9.7 0 0.0235 0.00577 0.00577 test.phys eIoni + 0 -0.00375 0.00281 0.575 0.733 0 0 0 test.phys initStep + 1 0.162 -0.211 10 0.733 0 9.43 9.43 World Transportation + 2 176 -227 1e+04 0.733 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 9 +* 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 -2.05 0.198 9.29 0.00045 0 0 0 test.phys initStep - 1 -2.05 0.198 9.29 0 0.00045 1.37e-05 1.37e-05 test.phys eIoni + 0 -0.00375 0.00281 0.575 1.59 0 0 0 test.phys initStep + 1 0.0337 -0.113 10 1.59 0 9.43 9.43 World Transportation + 2 39.8 -123 1e+04 1.59 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.0446 -0.0678 3.84 0.0391 0 0 0 test.phys initStep - 1 -0.0801 -0.0408 5.33 0 0.00155 1.49 1.49 test.phys phot + 0 -0.00375 0.00281 0.575 13 0 0 0 test.phys initStep + 1 0.0389 -0.109 10 13 0 9.43 9.43 World Transportation + 2 45.3 -119 1e+04 13 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 8 +* 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.0801 -0.0408 5.33 0.0375 0 0 0 test.phys initStep - 1 -0.0779 -0.0376 5.34 0 0.0375 0.013 0.013 test.phys eIoni + 0 -0.00375 0.00281 0.575 0.118 0 0 0 test.phys initStep + 1 0.0139 -0.116 5.93 0.107 0 5.35 5.35 test.phys compt + 2 2.71 -4.93 9.71 0.0773 0 6.68 12 test.phys compt + 3 -4.01 -2.11 0.893 0 0.00155 11.4 23.5 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 7 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.01 -2.11 0.893 0.0757 0 0 0 test.phys initStep + 1 -4.01 -2.09 0.887 0 0.0757 0.0435 0.0435 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0446 -0.0678 3.84 0.00614 0 0 0 test.phys initStep - 1 -0.0446 -0.0677 3.84 0 0.00155 0.00174 0.00174 test.phys phot + 0 2.71 -4.93 9.71 0.03 0 0 0 test.phys initStep + 1 2.71 -4.93 9.71 0 0.03 0.00881 0.00881 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 7 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0446 -0.0677 3.84 0.00459 0 0 0 test.phys initStep - 1 -0.0447 -0.0678 3.84 0 0.00459 0.000363 0.000363 test.phys eIoni + 0 0.0139 -0.116 5.93 0.0103 0 0 0 test.phys initStep + 1 0.0137 -0.116 5.93 0 0.0103 0.00139 0.00139 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.0446 -0.0678 3.84 0.0643 0 0 0 test.phys initStep - 1 -0.224 0.00858 10 0.0643 0 6.16 6.16 World Transportation - 2 -292 124 1e+04 0.0643 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.00375 0.00281 0.575 0.0879 0 0 0 test.phys initStep + 1 -0.0592 -0.156 10 0.0879 0 9.43 9.43 World Transportation + 2 -58.9 -168 1e+04 0.0879 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.0446 -0.0678 3.84 0.166 0 0 0 test.phys initStep - 1 -0.215 0.0104 10 0.166 0 6.16 6.16 World Transportation - 2 -277 127 1e+04 0.166 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00375 0.00281 0.575 25.7 0 0 0 test.phys initStep + 1 0.0511 -0.177 10 25.7 0 9.43 9.43 World Transportation + 2 58.2 -191 1e+04 25.7 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.0446 -0.0678 3.84 0.128 0 0 0 test.phys initStep - 1 -0.201 -0.00201 10 0.128 0 6.16 6.16 World Transportation - 2 -254 107 1e+04 0.128 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00375 0.00281 0.575 0.0274 0 0 0 test.phys initStep + 1 -0.0197 -0.0393 2.39 0 0.00155 1.82 1.82 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 4 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.0197 -0.0393 2.39 0.0258 0 0 0 test.phys initStep + 1 -0.0211 -0.0408 2.39 0 0.0258 0.00678 0.00678 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.0446 -0.0678 3.84 53.2 0 0 0 test.phys initStep - 1 -0.217 0.00233 10 53.2 0 6.16 6.16 World Transportation - 2 -280 114 1e+04 53.2 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00375 0.00281 0.575 4.29 0 0 0 test.phys initStep + 1 -0.0131 -0.144 10 4.29 0 9.43 9.43 World Transportation + 2 -9.91 -156 1e+04 4.29 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.0446 -0.0678 3.84 1.52 0 0 0 test.phys initStep - 1 -0.266 -0.0163 10 1.52 0 6.16 6.16 World Transportation - 2 -359 83.5 1e+04 1.52 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.00375 0.00281 0.575 24.2 0 0 0 test.phys initStep + 1 0.0252 -0.137 10 24.2 0 9.43 9.43 World Transportation + 2 30.7 -149 1e+04 24.2 0 9.99e+03 1e+04 OutOfWorld Transportation + Run terminated. +Run Summary + Number of events processed : 10 + User=0.010000s Real=0.006706s Sys=0.000000s + +Region -- -- appears in world volume + This region is in the mass world. + Root logical volume(s) : World + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : G4_Galactic G4_Al + Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um + +Region -- -- is not associated to any world. + Root logical volume(s) : + Pointers : G4VUserRegionInformation[0], G4UserLimits[0], G4FastSimulationManager[0], G4UserSteppingAction[0] + Materials : + Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um + +========= Table of registered couples ============================ + +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 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.840692980827837 keV e- 457.178984305202 keV e+ 442.122188991513 keV proton 69.99999999999999 keV + Region(s) which use this couple : + DefaultRegionForTheWorld + +================================================================== + +BremSplittingOperator : starting run with brem. splitting factor = 10, biasing primary and secondary tracks , biasing several times per track . +### Run 2 starts. ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2220,252 +2396,266 @@ 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.0105 -0.0713 3.55 97.5 1.17 3.55 1e+03 test.phys biasWrapper(eBrem) - 3 -0.00699 -0.0874 4.47 97.1 0.38 0.916 1e+03 test.phys biasWrapper(eBrem) - 4 0.041 -0.227 10 94.7 2.5 5.54 1.01e+03 World Transportation - 5 531 -545 1e+04 94.7 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 -0.112 0.0114 4.77 62.6 1.78 4.77 1e+03 test.phys biasWrapper(eBrem) + 3 -0.136 0.0244 5.78 62.3 0.328 1.02 1.01e+03 test.phys biasWrapper(eBrem) + 4 -0.259 0.104 10 60.7 1.6 4.22 1.01e+03 World Transportation + 5 260 309 1e+04 60.7 3.52e-22 1e+04 1.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.00699 -0.0874 4.47 0.00616 0 0 0 test.phys initStep - 1 -0.00695 -0.0875 4.47 0 0.00155 0.00449 0.00449 test.phys phot + 0 -0.136 0.0244 5.78 0.0125 0 0 0 test.phys initStep + 1 -0.177 0.0366 6.49 0 0.00155 0.706 0.706 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.00695 -0.0875 4.47 0.00461 0 0 0 test.phys initStep - 1 -0.00686 -0.0875 4.47 0 0.00461 0.000366 0.000366 test.phys eIoni + 0 -0.177 0.0366 6.49 0.011 0 0 0 test.phys initStep + 1 -0.176 0.0366 6.49 0 0.011 0.00155 0.00155 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.00699 -0.0874 4.47 0.513 0 0 0 test.phys initStep - 1 -0.129 -0.253 10 0.513 0 5.54 5.54 World Transportation - 2 -221 -300 1e+04 0.513 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.136 0.0244 5.78 0.0396 0 0 0 test.phys initStep + 1 -0.276 0.106 10 0.0396 0 4.22 4.22 World Transportation + 2 -331 192 1e+04 0.0396 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.00699 -0.0874 4.47 12.8 0 0 0 test.phys initStep - 1 0.0281 -0.148 10 12.8 0 5.53 5.53 World Transportation - 2 63.5 -109 1e+04 12.8 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.136 0.0244 5.78 0.127 0 0 0 test.phys initStep + 1 -0.125 0.14 10 0.127 0 4.22 4.22 World Transportation + 2 27.4 275 1e+04 0.127 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.00699 -0.0874 4.47 13.1 0 0 0 test.phys initStep - 1 0.0704 -0.0944 10 13.1 0 5.53 5.53 World Transportation - 2 140 -12.7 1e+04 13.1 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.136 0.0244 5.78 52.4 0 0 0 test.phys initStep + 1 -0.235 0.11 10 52.4 0 4.22 4.22 World Transportation + 2 -236 203 1e+04 52.4 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.00699 -0.0874 4.47 10.6 0 0 0 test.phys initStep - 1 0.00457 -0.368 10 10.6 0 5.54 5.54 World Transportation - 2 20.9 -507 1e+04 10.6 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.136 0.0244 5.78 0.051 0 0 0 test.phys initStep + 1 -0.191 0.126 10 0.051 0 4.22 4.22 World Transportation + 2 -130 241 1e+04 0.051 0 9.99e+03 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.00699 -0.0874 4.47 0.0604 0 0 0 test.phys initStep - 1 0.0658 -0.262 10 0.0604 0 5.54 5.54 World Transportation - 2 132 -316 1e+04 0.0604 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.136 0.0244 5.78 1.17 0 0 0 test.phys initStep + 1 -0.256 0.127 10 1.17 0 4.22 4.22 World Transportation + 2 -285 244 1e+04 1.17 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.00699 -0.0874 4.47 2.06 0 0 0 test.phys initStep - 1 0.0473 -0.227 10 2.06 0 5.53 5.53 World Transportation - 2 98.1 -252 1e+04 2.06 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.136 0.0244 5.78 0.0128 0 0 0 test.phys initStep + 1 -0.143 0.025 5.95 0 0.00155 0.169 0.169 test.phys phot + +********************************************************************************************************* +* 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 -0.143 0.025 5.95 0.0112 0 0 0 test.phys initStep + 1 -0.144 0.025 5.95 0 0.0112 0.00161 0.00161 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00699 -0.0874 4.47 6.1 0 0 0 test.phys initStep - 1 -0.00915 -0.232 10 6.1 0 5.53 5.53 World Transportation - 2 -3.91 -262 1e+04 6.1 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.136 0.0244 5.78 0.494 0 0 0 test.phys initStep + 1 -0.306 0.171 10 0.494 0 4.22 4.22 World Transportation + 2 -402 349 1e+04 0.494 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.00699 -0.0874 4.47 12.2 0 0 0 test.phys initStep - 1 0.0612 -0.377 10 12.2 0 5.54 5.54 World Transportation - 2 123 -523 1e+04 12.2 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.136 0.0244 5.78 11.2 0 0 0 test.phys initStep + 1 -0.587 -0.0582 10 11.2 0 4.24 4.24 World Transportation + 2 -1.07e+03 -196 1e+04 11.2 0 1e+04 1.01e+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.00699 -0.0874 4.47 0.01 0 0 0 test.phys initStep - 1 -0.00697 -0.0874 4.47 0 0.00155 0.000842 0.000842 test.phys phot + 0 -0.136 0.0244 5.78 0.0168 0 0 0 test.phys initStep + 1 -0.137 0.0255 5.82 0 0.00155 0.0348 0.0348 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 12 +* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00697 -0.0874 4.47 0.00849 0 0 0 test.phys initStep - 1 -0.00669 -0.0874 4.47 0 0.00849 0.001 0.001 test.phys eIoni + 0 -0.137 0.0255 5.82 0.0153 0 0 0 test.phys initStep + 1 -0.137 0.0263 5.82 0 0.0153 0.00273 0.00273 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.0105 -0.0713 3.55 0.736 0 0 0 test.phys initStep - 1 0.0584 -0.137 10 0.736 0 6.45 6.45 World Transportation - 2 107 -102 1e+04 0.736 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.112 0.0114 4.77 0.374 0 0 0 test.phys initStep + 1 -0.329 0.000502 10 0.374 0 5.24 5.24 World Transportation + 2 -415 -20.7 1e+04 0.374 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.0105 -0.0713 3.55 3.99 0 0 0 test.phys initStep - 1 0.0244 -0.166 10 3.99 0 6.45 6.45 World Transportation - 2 54 -147 1e+04 3.99 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.112 0.0114 4.77 0.0193 0 0 0 test.phys initStep + 1 -0.198 0.0168 6.75 0 0.00155 1.98 1.98 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.198 0.0168 6.75 0.0178 0 0 0 test.phys initStep + 1 -0.198 0.0179 6.75 0 0.0178 0.00355 0.00355 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.0105 -0.0713 3.55 1.63 0 0 0 test.phys initStep - 1 0.0661 -0.128 10 1.63 0 6.45 6.45 World Transportation - 2 119 -87.8 1e+04 1.63 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.112 0.0114 4.77 42.8 0 0 0 test.phys initStep + 1 -0.303 0.0182 10 42.8 0 5.24 5.24 World Transportation + 2 -366 13.1 1e+04 42.8 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.0105 -0.0713 3.55 0.787 0 0 0 test.phys initStep - 1 0.0849 -0.133 10 0.787 0 6.45 6.45 World Transportation - 2 148 -96 1e+04 0.787 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.112 0.0114 4.77 0.281 0 0 0 test.phys initStep + 1 -0.302 -0.0201 10 0.281 0 5.24 5.24 World Transportation + 2 -364 -60.1 1e+04 0.281 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.0105 -0.0713 3.55 0.757 0 0 0 test.phys initStep - 1 0.0967 -0.165 10 0.757 0 6.45 6.45 World Transportation - 2 166 -146 1e+04 0.757 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.112 0.0114 4.77 4.59 0 0 0 test.phys initStep + 1 -0.344 0.0358 10 4.59 0 5.24 5.24 World Transportation + 2 -444 46.7 1e+04 4.59 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.0105 -0.0713 3.55 4.77 0 0 0 test.phys initStep - 1 0.0639 -0.147 10 4.77 0 6.45 6.45 World Transportation - 2 115 -117 1e+04 4.77 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.112 0.0114 4.77 0.0172 0 0 0 test.phys initStep + 1 -0.193 0.0118 7.14 0 0.00155 2.37 2.37 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 +* 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.0105 -0.0713 3.55 10.7 0 0 0 test.phys initStep - 1 0.00917 -0.0918 5.51 0 0 1.96 1.96 test.phys conv + 0 -0.193 0.0118 7.14 0.0157 0 0 0 test.phys initStep + 1 -0.194 0.011 7.14 0 0.0157 0.00285 0.00285 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e+, Track ID = 25, Parent ID = 5 +* 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.00917 -0.0918 5.51 5.1 0 0 0 test.phys initStep - 1 0.568 -0.591 9.2 3.82 1.28 4.15 4.15 test.phys eIoni - 2 0.858 -0.771 10 3.51 0.3 0.901 5.05 World Transportation - 3 -508 1.89e+03 1e+04 3.51 2.79e-22 1.02e+04 1.02e+04 OutOfWorld Transportation + 0 -0.112 0.0114 4.77 37.7 0 0 0 test.phys initStep + 1 -0.307 0.0149 10 37.7 0 5.24 5.24 World Transportation + 2 -373 6.71 1e+04 37.7 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 5 +* 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.00917 -0.0918 5.51 4.57 0 0 0 test.phys initStep - 1 -0.0138 -0.0979 5.97 3.24 0.134 0.464 0.464 test.phys eIoni - 2 0.0959 -0.0624 6.16 2.2 0.0814 0.229 0.693 test.phys eIoni - 3 0.333 -0.0399 6.55 1.55 0.133 0.464 1.16 test.phys eIoni - 4 0.124 0.456 8.23 0.843 0.71 2.07 3.23 test.phys eIoni - 5 -0.0853 0.843 8.72 0.274 0.569 1.46 4.69 test.phys eIoni - 6 -0.187 0.836 8.65 0 0.274 0.352 5.04 test.phys eIoni + 0 -0.112 0.0114 4.77 1.41 0 0 0 test.phys initStep + 1 -0.246 -0.0117 10 1.41 0 5.23 5.23 World Transportation + 2 -257 -44 1e+04 1.41 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 28, Parent ID = 24 +* 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.333 -0.0399 6.55 0.512 0 0 0 test.phys initStep - 1 0.246 0.163 6.79 0 0.512 0.87 0.87 test.phys eIoni + 0 -0.112 0.0114 4.77 0.0175 0 0 0 test.phys initStep + 1 -0.133 0.00855 5.33 0 0.00155 0.558 0.558 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 24 +* 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 0.0959 -0.0624 6.16 0.962 0 0 0 test.phys initStep - 1 0.037 0.338 6.83 0.281 0.681 1.59 1.59 test.phys eIoni - 2 0.016 0.442 6.75 0 0.281 0.365 1.95 test.phys eIoni + 0 -0.133 0.00855 5.33 0.0159 0 0 0 test.phys initStep + 1 -0.132 0.008 5.33 0 0.0159 0.00293 0.00293 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 24 +* 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.0979 5.97 1.2 0 0 0 test.phys initStep - 1 -0.415 -0.255 6.88 0.31 0.889 1.81 1.81 test.phys eIoni - 2 -0.545 -0.309 6.94 0 0.31 0.423 2.23 test.phys eIoni + 0 -0.112 0.0114 4.77 35.6 0 0 0 test.phys initStep + 1 -0.323 0.00367 10 35.6 0 5.24 5.24 World Transportation + 2 -403 -14.7 1e+04 35.6 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1 +* G4Track 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.0105 -0.0713 3.55 1.01 0 0 0 test.phys initStep - 1 0.0596 -0.126 10 1.01 0 6.45 6.45 World Transportation - 2 109 -84.5 1e+04 1.01 0 9.99e+03 1e+04 OutOfWorld Transportation + 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.62 10 1.01e+03 World Transportation + 3 -693 14.4 1e+04 96.4 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* G4Track 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.0105 -0.0713 3.55 82.4 0 0 0 test.phys initStep - 1 0.09 -0.16 10 82.4 0 6.45 6.45 World Transportation - 2 156 -138 1e+04 82.4 0 9.99e+03 1e+04 OutOfWorld Transportation + 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.111 -0.191 7.48 94.5 2.8 7.49 1.01e+03 test.phys eIoni + 3 -0.112 -0.237 10 93.3 1.25 2.52 1.01e+03 World Transportation + 4 47.6 -298 1e+04 93.3 3.65e-22 9.99e+03 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0105 -0.0713 3.55 1.29 0 0 0 test.phys initStep - 1 -0.00181 -0.0795 10 1.29 0 6.45 6.45 World Transportation - 2 13.4 -12.8 1e+04 1.29 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.111 -0.191 7.48 2.66 0 0 0 test.phys initStep + 1 -0.757 -0.867 8.5 2.1 0.556 1.46 1.46 test.phys msc + 2 -1.46 -1.38 8.35 1.82 0.284 0.93 2.39 test.phys msc + 3 -2.11 -2.03 8.37 1.31 0.513 0.977 3.36 test.phys msc + 4 -2.16 -2.91 8.32 1.02 0.289 0.977 4.34 test.phys msc + 5 -2.28 -3.74 8.78 0.469 0.549 1.12 5.46 test.phys msc + 6 -2.04 -3.68 8.93 0 0.469 0.769 6.23 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2474,124 +2664,271 @@ 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.00237 0.00337 0.527 98.8 0.173 0.527 1e+03 test.phys biasWrapper(eBrem) - 3 -0.109 0.0161 5.96 95.8 2.48 5.44 1.01e+03 test.phys eIoni - 4 -0.221 0.0751 10 94.2 1.54 4.04 1.01e+03 World Transportation - 5 -169 -108 1e+04 94.2 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 2 6.7e-05 -5.1e-06 0.0339 100 0.0144 0.0339 1e+03 test.phys biasWrapper(eBrem) + 3 0.0284 -0.0912 4.1 97 1.54 4.07 1e+03 test.phys biasWrapper(eBrem) + 4 0.0453 -0.0914 6.93 95.5 0.97 2.83 1.01e+03 test.phys eIoni + 5 0.157 -0.0895 10 94.3 1.23 3.07 1.01e+03 World Transportation + 6 667 163 1e+04 94.3 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0453 -0.0914 6.93 0.513 0 0 0 test.phys initStep + 1 -0.143 0.0886 7.12 0 0.513 0.871 0.871 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0284 -0.0912 4.1 0.323 0 0 0 test.phys initStep + 1 0.0198 -0.195 7.23 0.246 0 3.13 3.13 test.phys compt + 2 -4.5 -2.06 10 0.246 0 5.62 8.75 World Transportation + 3 -1e+04 -4.13e+03 6.15e+03 0.246 0 1.24e+04 1.24e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 0.0198 -0.195 7.23 0.0768 0 0 0 test.phys initStep + 1 0.03 -0.192 7.24 0 0.0768 0.0445 0.0445 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.0284 -0.0912 4.1 7.87 0 0 0 test.phys initStep + 1 -0.0386 -0.161 10 7.87 0 5.9 5.9 World Transportation + 2 -113 -118 1e+04 7.87 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.0284 -0.0912 4.1 1.32 0 0 0 test.phys initStep + 1 0.069 -0.205 10 1.32 0 5.9 5.9 World Transportation + 2 68.8 -193 1e+04 1.32 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.109 0.0161 5.96 0.559 0 0 0 test.phys initStep - 1 -0.0486 -0.27 6.19 0 0.559 0.98 0.98 test.phys eIoni + 0 0.0284 -0.0912 4.1 0.371 0 0 0 test.phys initStep + 1 -0.0163 -0.265 10 0.371 0 5.9 5.9 World Transportation + 2 -75.6 -294 1e+04 0.371 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.0284 -0.0912 4.1 0.114 0 0 0 test.phys initStep + 1 0.0601 -0.2 10 0.114 0 5.9 5.9 World Transportation + 2 53.8 -184 1e+04 0.114 0 9.99e+03 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.0284 -0.0912 4.1 0.0317 0 0 0 test.phys initStep + 1 0.00716 -0.199 8.59 0 0.00155 4.5 4.5 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.00716 -0.199 8.59 0.0302 0 0 0 test.phys initStep + 1 0.00634 -0.197 8.6 0 0.0302 0.00887 0.00887 test.phys eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0284 -0.0912 4.1 0.222 0 0 0 test.phys initStep + 1 0.0554 -0.238 10 0.222 0 5.9 5.9 World Transportation + 2 45.9 -249 1e+04 0.222 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.0284 -0.0912 4.1 0.0264 0 0 0 test.phys initStep + 1 0.013 -0.229 10 0.0264 0 5.9 5.9 World Transportation + 2 -26.1 -234 1e+04 0.0264 0 9.99e+03 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.0284 -0.0912 4.1 24.9 0 0 0 test.phys initStep + 1 0.116 -0.288 10 24.9 0 5.9 5.9 World Transportation + 2 149 -334 1e+04 24.9 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.0284 -0.0912 4.1 1.44 0 0 0 test.phys initStep + 1 0.0128 -0.278 10 1.44 0 5.9 5.9 World Transportation + 2 -26.3 -317 1e+04 1.44 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.00237 0.00337 0.527 0.057 0 0 0 test.phys initStep - 1 0.032 -0.0462 10 0.057 0 9.47 9.47 World Transportation - 2 31.3 -52.3 1e+04 0.057 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 6.7e-05 -5.1e-06 0.0339 0.0697 0 0 0 test.phys initStep + 1 0.0165 0.00523 6.13 0 0.00155 6.09 6.09 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.0165 0.00523 6.13 0.0682 0 0 0 test.phys initStep + 1 0.00874 -0.00191 6.13 0 0.0682 0.0363 0.0363 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.00237 0.00337 0.527 0.053 0 0 0 test.phys initStep - 1 0.0707 -0.0676 10 0.053 0 9.47 9.47 World Transportation - 2 72.2 -74.9 1e+04 0.053 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 6.7e-05 -5.1e-06 0.0339 0.051 0 0 0 test.phys initStep + 1 0.00714 0.0189 9.22 0.0426 0 9.19 9.19 test.phys compt + 2 -2.19 1.58 0 0.0426 0 9.61 18.8 World Transportation + 3 -2.38e+03 1.69e+03 -1e+04 0.0426 0 1.04e+04 1.04e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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 0.00714 0.0189 9.22 0.00833 0 0 0 test.phys initStep + 1 0.00717 0.0189 9.22 0 0.00833 0.000972 0.000972 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.00237 0.00337 0.527 0.232 0 0 0 test.phys initStep - 1 0.0594 -0.137 10 0.232 0 9.47 9.47 World Transportation - 2 60.2 -148 1e+04 0.232 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 6.7e-05 -5.1e-06 0.0339 0.0194 0 0 0 test.phys initStep + 1 0.00138 0.00275 0.862 0 0.00155 0.828 0.828 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 27, Parent ID = 9 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.00237 0.00337 0.527 17.5 0 0 0 test.phys initStep - 1 0.0147 0.00352 10 17.5 0 9.47 9.47 World Transportation - 2 13 0.162 1e+04 17.5 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00138 0.00275 0.862 0.0178 0 0 0 test.phys initStep + 1 0.00238 0.00323 0.862 0 0.0178 0.00357 0.00357 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, 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.00237 0.00337 0.527 0.0103 0 0 0 test.phys initStep - 1 0.00279 0.00524 0.675 0 0.00155 0.148 0.148 test.phys phot + 0 6.7e-05 -5.1e-06 0.0339 0.265 0 0 0 test.phys initStep + 1 0.00824 0.0485 10 0.265 0 9.97 9.97 World Transportation + 2 8.21 48.6 1e+04 0.265 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 +* 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.00279 0.00524 0.675 0.0087 0 0 0 test.phys initStep - 1 0.00295 0.00498 0.675 0 0.0087 0.00105 0.00105 test.phys eIoni + 0 6.7e-05 -5.1e-06 0.0339 31.7 0 0 0 test.phys initStep + 1 0.0181 -0.0217 10 31.7 0 9.97 9.97 World Transportation + 2 18.1 -21.7 1e+04 31.7 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.00237 0.00337 0.527 3.01 0 0 0 test.phys initStep - 1 0.0474 -0.117 10 3.01 0 9.47 9.47 World Transportation - 2 47.5 -127 1e+04 3.01 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 6.7e-05 -5.1e-06 0.0339 2.98 0 0 0 test.phys initStep + 1 0.108 0.0175 10 2.98 0 9.97 9.97 World Transportation + 2 109 17.6 1e+04 2.98 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.00237 0.00337 0.527 4.34 0 0 0 test.phys initStep - 1 0.0915 -0.0138 10 4.34 0 9.47 9.47 World Transportation - 2 94.1 -18.1 1e+04 4.34 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 6.7e-05 -5.1e-06 0.0339 1.57 0 0 0 test.phys initStep + 1 0.0668 -0.194 10 1.57 0 9.97 9.97 World Transportation + 2 66.9 -195 1e+04 1.57 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.00237 0.00337 0.527 3.66 0 0 0 test.phys initStep - 1 -0.021 -0.0328 10 3.66 0 9.47 9.47 World Transportation - 2 -24.7 -38.2 1e+04 3.66 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 6.7e-05 -5.1e-06 0.0339 0.158 0 0 0 test.phys initStep + 1 0.0231 -0.0728 4.67 0.1 0 4.63 4.63 test.phys compt + 2 -2.78 -0.424 0 0.1 0 5.45 10.1 World Transportation + 3 -6.01e+03 -754 -1e+04 0.1 0 1.17e+04 1.17e+04 OutOfWorld Transportation + +********************************************************************************************************* +* 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.0231 -0.0728 4.67 0.0575 0 0 0 test.phys initStep + 1 0.025 -0.0727 4.67 0 0.0575 0.0271 0.0271 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.00237 0.00337 0.527 0.0989 0 0 0 test.phys initStep - 1 0.0903 -0.097 10 0.0989 0 9.47 9.47 World Transportation - 2 92.8 -106 1e+04 0.0989 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 6.7e-05 -5.1e-06 0.0339 0.00976 0 0 0 test.phys initStep + 1 -0.000868 -0.000632 0.238 0 0.00155 0.204 0.204 test.phys phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 29, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.000868 -0.000632 0.238 0.00821 0 0 0 test.phys initStep + 1 -0.00107 -0.000722 0.238 0 0.00821 0.000948 0.000948 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.00237 0.00337 0.527 1.02 0 0 0 test.phys initStep - 1 0.00521 0.00564 1.44 0.685 0 0.909 0.909 test.phys compt - 2 6.81 -3.15 10 0.685 0 11.4 12.3 World Transportation - 3 7.95e+03 -3.68e+03 1e+04 0.685 0 1.33e+04 1.33e+04 OutOfWorld Transportation + 0 6.7e-05 -5.1e-06 0.0339 0.0118 0 0 0 test.phys initStep + 1 0.000254 -0.000356 0.067 0 0.00155 0.0332 0.0332 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 2 +* 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.00521 0.00564 1.44 0.338 0 0 0 test.phys initStep - 1 -0.0985 0.0547 1.57 0 0.338 0.482 0.482 test.phys eIoni + 0 0.000254 -0.000356 0.067 0.0103 0 0 0 test.phys initStep + 1 0.00044 5.71e-06 0.0672 0 0.0103 0.00139 0.00139 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.1 3.85 10 1.01e+03 World Transportation + 3 41.6 -267 1e+04 96.1 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2600,206 +2937,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 -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.16 0.148 7.43 95.4 2.57 7.43 1.01e+03 test.phys biasWrapper(eBrem) - 3 0.26 0.214 9.93 94.1 1.21 2.51 1.01e+03 test.phys biasWrapper(eBrem) - 4 0.262 0.216 10 94.1 0.0456 0.0698 1.01e+03 World Transportation - 5 358 337 1e+04 94.1 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 -0.0236 0.0245 2.15 97.9 0.774 2.16 1e+03 test.phys biasWrapper(eBrem) + 3 -0.000174 -0.0803 6.83 85.8 1.79 4.68 1.01e+03 test.phys biasWrapper(eBrem) + 4 -0.138 -0.59 10 84.8 1.05 3.21 1.01e+03 World Transportation + 5 -407 -1.89e+03 1e+04 84.8 3.69e-22 1.02e+04 1.12e+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.26 0.214 9.93 15.3 0 0 0 test.phys initStep - 1 0.263 0.216 10 15.3 0 0.0698 0.0698 World Transportation - 2 425 376 1e+04 15.3 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000174 -0.0803 6.83 2.11 0 0 0 test.phys initStep + 1 -0.143 -0.627 10 2.11 0 3.22 3.22 World Transportation + 2 -451 -1.73e+03 1e+04 2.11 0 1.01e+04 1.02e+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.26 0.214 9.93 0.0745 0 0 0 test.phys initStep - 1 0.262 0.216 10 0.0745 0 0.0698 0.0698 World Transportation - 2 372 295 1e+04 0.0745 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000174 -0.0803 6.83 0.794 0 0 0 test.phys initStep + 1 -0.145 -0.586 10 0.794 0 3.21 3.21 World Transportation + 2 -458 -1.6e+03 1e+04 0.794 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.26 0.214 9.93 0.302 0 0 0 test.phys initStep - 1 0.263 0.216 10 0.302 0 0.0698 0.0698 World Transportation - 2 427 312 1e+04 0.302 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000174 -0.0803 6.83 31.5 0 0 0 test.phys initStep + 1 -0.143 -0.599 10 31.5 0 3.21 3.21 World Transportation + 2 -450 -1.64e+03 1e+04 31.5 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.26 0.214 9.93 0.0665 0 0 0 test.phys initStep - 1 0.262 0.216 10 0.0665 0 0.0698 0.0698 World Transportation - 2 372 361 1e+04 0.0665 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000174 -0.0803 6.83 44.6 0 0 0 test.phys initStep + 1 -0.134 -0.591 10 44.6 0 3.21 3.21 World Transportation + 2 -423 -1.61e+03 1e+04 44.6 0 1.01e+04 1.01e+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.26 0.214 9.93 0.0644 0 0 0 test.phys initStep - 1 0.262 0.216 10 0.0644 0 0.0698 0.0698 World Transportation - 2 398 370 1e+04 0.0644 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000174 -0.0803 6.83 0.0752 0 0 0 test.phys initStep + 1 -0.0412 -0.196 7.57 0 0.00155 0.747 0.747 test.phys phot + +********************************************************************************************************* +* 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 -0.0412 -0.196 7.57 0.0736 0 0 0 test.phys initStep + 1 -0.0499 -0.189 7.58 0 0.0736 0.0414 0.0414 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.26 0.214 9.93 0.317 0 0 0 test.phys initStep - 1 0.262 0.216 10 0.317 0 0.0698 0.0698 World Transportation - 2 350 373 1e+04 0.317 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000174 -0.0803 6.83 0.00603 0 0 0 test.phys initStep + 1 -0.00884 -0.0987 6.94 0 0.00155 0.105 0.105 test.phys phot + +********************************************************************************************************* +* 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.00884 -0.0987 6.94 0.00448 0 0 0 test.phys initStep + 1 -0.00892 -0.0987 6.94 0 0.00448 0.000349 0.000349 test.phys eIoni ********************************************************************************************************* * G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.26 0.214 9.93 12.5 0 0 0 test.phys initStep - 1 0.262 0.216 10 12.5 0 0.0698 0.0698 World Transportation - 2 342 358 1e+04 12.5 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000174 -0.0803 6.83 0.849 0 0 0 test.phys initStep + 1 -0.172 -0.623 10 0.849 0 3.22 3.22 World Transportation + 2 -544 -1.71e+03 1e+04 0.849 0 1.02e+04 1.02e+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.26 0.214 9.93 0.145 0 0 0 test.phys initStep - 1 0.263 0.216 10 0.145 0 0.0698 0.0698 World Transportation - 2 467 369 1e+04 0.145 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000174 -0.0803 6.83 0.0224 0 0 0 test.phys initStep + 1 -0.000882 -0.0861 6.87 0 0.00155 0.0359 0.0359 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.000882 -0.0861 6.87 0.0209 0 0 0 test.phys initStep + 1 -0.00185 -0.087 6.87 0 0.0209 0.00468 0.00468 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.26 0.214 9.93 0.0134 0 0 0 test.phys initStep - 1 0.261 0.217 10 0.0134 0 0.0697 0.0697 World Transportation - 2 204 383 1e+04 0.0134 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000174 -0.0803 6.83 17.6 0 0 0 test.phys initStep + 1 -0.118 -0.567 10 17.6 0 3.2 3.2 World Transportation + 2 -371 -1.54e+03 1e+04 17.6 0 1.01e+04 1.01e+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.26 0.214 9.93 0.0722 0 0 0 test.phys initStep - 1 0.261 0.216 10 0.0722 0 0.0697 0.0697 World Transportation - 2 241 279 1e+04 0.0722 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000174 -0.0803 6.83 10.2 0 0 0 test.phys initStep + 1 -0.134 -0.605 10 10.2 0 3.21 3.21 World Transportation + 2 -422 -1.66e+03 1e+04 10.2 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 0.16 0.148 7.43 0.0125 0 0 0 test.phys initStep - 1 0.202 0.179 8.26 0 0.00155 0.834 0.834 test.phys phot + 0 -0.0236 0.0245 2.15 0.0235 0 0 0 test.phys initStep + 1 -0.0339 0.0285 2.86 0 0.00155 0.705 0.705 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.202 0.179 8.26 0.0109 0 0 0 test.phys initStep - 1 0.202 0.178 8.26 0 0.0109 0.00154 0.00154 test.phys eIoni + 0 -0.0339 0.0285 2.86 0.0219 0 0 0 test.phys initStep + 1 -0.0332 0.0271 2.86 0 0.0219 0.00511 0.00511 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.16 0.148 7.43 0.0696 0 0 0 test.phys initStep - 1 0.228 0.194 10 0.0696 0 2.58 2.58 World Transportation - 2 265 178 1e+04 0.0696 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0236 0.0245 2.15 0.0738 0 0 0 test.phys initStep + 1 -0.0185 0.00516 4.29 0.0738 0 2.14 2.14 test.phys Rayl + 2 -3.6 -1.98 10 0.0738 0 7.02 9.16 World Transportation + 3 -6.28e+03 -3.48e+03 1e+04 0.0738 0 1.23e+04 1.23e+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.16 0.148 7.43 4.18 0 0 0 test.phys initStep - 1 0.288 0.289 10 4.18 0 2.58 2.58 World Transportation - 2 496 546 1e+04 4.18 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0236 0.0245 2.15 0.244 0 0 0 test.phys initStep + 1 0.073 -0.132 10 0.244 0 7.85 7.85 World Transportation + 2 123 -199 1e+04 0.244 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.16 0.148 7.43 0.398 0 0 0 test.phys initStep - 1 0.292 0.277 10 0.398 0 2.58 2.58 World Transportation - 2 511 501 1e+04 0.398 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0236 0.0245 2.15 0.366 0 0 0 test.phys initStep + 1 0.109 0.167 10 0.366 0 7.85 7.85 World Transportation + 2 170 181 1e+04 0.366 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.16 0.148 7.43 0.17 0 0 0 test.phys initStep - 1 0.181 0.176 7.82 0.169 0 0.395 0.395 test.phys compt - 2 0.53 -0.104 10 0.169 0 2.23 2.62 World Transportation - 3 1.6e+03 -1.28e+03 1e+04 0.169 0 1.02e+04 1.02e+04 OutOfWorld Transportation + 0 -0.0236 0.0245 2.15 1.69 0 0 0 test.phys initStep + 1 -0.0308 -0.00553 10 1.69 0 7.85 7.85 World Transportation + 2 -9.13 -38.2 1e+04 1.69 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 7 +* 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.181 0.176 7.82 0.00139 0 0 0 test.phys initStep - 1 0.181 0.176 7.82 0 0.00139 5.88e-05 5.88e-05 test.phys eIoni + 0 -0.0236 0.0245 2.15 0.0227 0 0 0 test.phys initStep + 1 -0.0357 0.0222 4.69 0 0.00155 2.54 2.54 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1 +* 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.16 0.148 7.43 0.131 0 0 0 test.phys initStep - 1 0.295 0.251 10 0.131 0 2.58 2.58 World Transportation - 2 525 400 1e+04 0.131 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0357 0.0222 4.69 0.0211 0 0 0 test.phys initStep + 1 -0.0368 0.0227 4.69 0 0.0211 0.00478 0.00478 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.16 0.148 7.43 0.0258 0 0 0 test.phys initStep - 1 0.296 0.264 10 0.0258 0 2.58 2.58 World Transportation - 2 528 449 1e+04 0.0258 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0236 0.0245 2.15 28.9 0 0 0 test.phys initStep + 1 -0.252 0.216 10 28.9 0 7.85 7.85 World Transportation + 2 -291 244 1e+04 28.9 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.16 0.148 7.43 7.57 0 0 0 test.phys initStep - 1 0.321 0.268 10 7.57 0 2.58 2.58 World Transportation - 2 626 468 1e+04 7.57 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0236 0.0245 2.15 0.335 0 0 0 test.phys initStep + 1 -0.0428 0.00896 10 0.335 0 7.85 7.85 World Transportation + 2 -24.4 -19.8 1e+04 0.335 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.16 0.148 7.43 0.468 0 0 0 test.phys initStep - 1 0.296 0.267 10 0.468 0 2.58 2.58 World Transportation - 2 530 461 1e+04 0.468 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0236 0.0245 2.15 18.8 0 0 0 test.phys initStep + 1 -0.00503 0.0211 10 18.8 0 7.85 7.85 World Transportation + 2 23.7 -4.29 1e+04 18.8 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.16 0.148 7.43 2 0 0 0 test.phys initStep - 1 0.314 0.296 10 2 0 2.58 2.58 World Transportation - 2 597 574 1e+04 2 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0236 0.0245 2.15 1.37 0 0 0 test.phys initStep + 1 -0.0446 0.0471 10 1.37 0 7.85 7.85 World Transportation + 2 -26.8 28.9 1e+04 1.37 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2808,1301 +3165,1297 @@ 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.0704 0.0479 3.97 98.3 1.42 3.97 1e+03 test.phys biasWrapper(eBrem) - 3 0.114 0.243 8.82 89.1 1.77 4.86 1.01e+03 test.phys biasWrapper(eBrem) - 4 0.128 0.279 10 88.7 0.388 1.18 1.01e+03 World Transportation - 5 285 284 1e+04 88.7 3.64e-22 1e+04 1.1e+04 OutOfWorld Transportation + 2 -3.85e-05 -1.66e-05 0.0248 100 0.0225 0.0248 1e+03 test.phys biasWrapper(eBrem) + 3 -0.00357 0.145 5.71 95.9 1.97 5.69 1.01e+03 test.phys biasWrapper(eBrem) + 4 0.0681 0.296 8.85 91.3 1.11 3.14 1.01e+03 test.phys biasWrapper(eBrem) + 5 0.0926 0.358 10 90.9 0.407 1.15 1.01e+03 World Transportation + 6 48.7 620 1e+04 90.9 3.65e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 1 +* 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.114 0.243 8.82 4 0 0 0 test.phys initStep - 1 0.141 0.288 10 4 0 1.18 1.18 World Transportation - 2 230 380 1e+04 4 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0681 0.296 8.85 0.0945 0 0 0 test.phys initStep + 1 0.0969 0.358 10 0.0945 0 1.15 1.15 World Transportation + 2 251 538 1e+04 0.0945 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1 +* 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.114 0.243 8.82 0.157 0 0 0 test.phys initStep - 1 0.134 0.285 10 0.157 0 1.18 1.18 World Transportation - 2 171 355 1e+04 0.157 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0681 0.296 8.85 0.0195 0 0 0 test.phys initStep + 1 0.0934 0.352 10 0.0195 0 1.15 1.15 World Transportation + 2 220 483 1e+04 0.0195 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 1 +* 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.114 0.243 8.82 0.0956 0 0 0 test.phys initStep - 1 0.133 0.279 10 0.0956 0 1.18 1.18 World Transportation - 2 162 302 1e+04 0.0956 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0681 0.296 8.85 0.934 0 0 0 test.phys initStep + 1 0.0788 0.37 10 0.934 0 1.16 1.16 World Transportation + 2 93.5 637 1e+04 0.934 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1 +* 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.114 0.243 8.82 0.0197 0 0 0 test.phys initStep - 1 0.123 0.26 9.48 0 0.00155 0.66 0.66 test.phys phot + 0 0.0681 0.296 8.85 16.5 0 0 0 test.phys initStep + 1 0.0946 0.356 10 16.5 0 1.15 1.15 World Transportation + 2 230 521 1e+04 16.5 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 18 +* 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.123 0.26 9.48 0.0181 0 0 0 test.phys initStep - 1 0.121 0.26 9.48 0 0.0181 0.00367 0.00367 test.phys eIoni + 0 0.0681 0.296 8.85 0.0198 0 0 0 test.phys initStep + 1 0.0888 0.305 9.16 0.0198 0 0.311 0.311 test.phys Rayl + 2 0.347 0.479 9.88 0 0.00155 0.788 1.1 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1 +* 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 0.114 0.243 8.82 0.947 0 0 0 test.phys initStep - 1 0.115 0.291 10 0.947 0 1.18 1.18 World Transportation - 2 9.81 402 1e+04 0.947 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.347 0.479 9.88 0.0182 0 0 0 test.phys initStep + 1 0.348 0.478 9.88 0 0.0182 0.00371 0.00371 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1 +* 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.114 0.243 8.82 16.8 0 0 0 test.phys initStep - 1 0.131 0.277 10 16.8 0 1.18 1.18 World Transportation - 2 142 285 1e+04 16.8 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0681 0.296 8.85 79.2 0 0 0 test.phys initStep + 1 0.0903 0.363 10 79.2 0 1.15 1.15 World Transportation + 2 193 581 1e+04 79.2 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 1 +* 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.114 0.243 8.82 0.02 0 0 0 test.phys initStep - 1 0.181 0.249 10 0.02 0 1.18 1.18 World Transportation - 2 569 49.6 1e+04 0.02 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0681 0.296 8.85 8.61 0 0 0 test.phys initStep + 1 0.0916 0.361 10 8.61 0 1.15 1.15 World Transportation + 2 204 559 1e+04 8.61 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 1 +* 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.114 0.243 8.82 80.6 0 0 0 test.phys initStep - 1 0.126 0.284 10 80.6 0 1.18 1.18 World Transportation - 2 107 345 1e+04 80.6 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0681 0.296 8.85 5.02 0 0 0 test.phys initStep + 1 0.097 0.375 10 5.02 0 1.16 1.16 World Transportation + 2 251 683 1e+04 5.02 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1 +* 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.114 0.243 8.82 1.1 0 0 0 test.phys initStep - 1 0.136 0.279 10 1.1 0 1.18 1.18 World Transportation - 2 188 305 1e+04 1.1 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0681 0.296 8.85 0.0125 0 0 0 test.phys initStep + 1 0.0682 0.297 8.85 0 0.00155 0.00528 0.00528 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1 +* 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 0.114 0.243 8.82 7.41 0 0 0 test.phys initStep - 1 0.141 0.272 10 7.41 0 1.18 1.18 World Transportation - 2 231 246 1e+04 7.41 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0682 0.297 8.85 0.0109 0 0 0 test.phys initStep + 1 0.0679 0.296 8.85 0 0.0109 0.00154 0.00154 test.phys eIoni ********************************************************************************************************* -* 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.0704 0.0479 3.97 0.0209 0 0 0 test.phys initStep - 1 0.0703 0.0534 4.42 0 0.00155 0.446 0.446 test.phys phot + 0 0.0681 0.296 8.85 3.56 0 0 0 test.phys initStep + 1 0.0903 0.356 10 3.56 0 1.15 1.15 World Transportation + 2 193 521 1e+04 3.56 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 11 +* 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.0703 0.0534 4.42 0.0193 0 0 0 test.phys initStep - 1 0.0711 0.0524 4.42 0 0.0193 0.0041 0.0041 test.phys eIoni + 0 -0.00357 0.145 5.71 66.9 0 0 0 test.phys initStep + 1 0.0949 0.268 10 66.9 0 4.3 4.3 World Transportation + 2 229 287 1e+04 66.9 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 +* 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.0704 0.0479 3.97 2.17 0 0 0 test.phys initStep - 1 0.127 0.139 10 2.17 0 6.03 6.03 World Transportation - 2 93.3 151 1e+04 2.17 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00357 0.145 5.71 0.0939 0 0 0 test.phys initStep + 1 0.113 0.262 10 0.0939 0 4.3 4.3 World Transportation + 2 272 274 1e+04 0.0939 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 +* 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.0704 0.0479 3.97 0.029 0 0 0 test.phys initStep - 1 0.0828 0.0673 5.15 0 0.00155 1.18 1.18 test.phys phot + 0 -0.00357 0.145 5.71 1.37 0 0 0 test.phys initStep + 1 0.0945 0.213 10 1.37 0 4.29 4.29 World Transportation + 2 228 159 1e+04 1.37 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 24, Parent ID = 9 +* 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.0828 0.0673 5.15 0.0274 0 0 0 test.phys initStep - 1 0.0807 0.0683 5.15 0 0.0274 0.00752 0.00752 test.phys eIoni + 0 -0.00357 0.145 5.71 0.954 0 0 0 test.phys initStep + 1 0.109 0.261 10 0.954 0 4.3 4.3 World Transportation + 2 261 271 1e+04 0.954 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1 +* 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.0704 0.0479 3.97 7.86 0 0 0 test.phys initStep - 1 0.156 0.152 10 7.86 0 6.03 6.03 World Transportation - 2 142 173 1e+04 7.86 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00357 0.145 5.71 0.432 0 0 0 test.phys initStep + 1 0.0785 0.236 10 0.432 0 4.29 4.29 World Transportation + 2 191 212 1e+04 0.432 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1 +* 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.0704 0.0479 3.97 0.207 0 0 0 test.phys initStep - 1 0.332 0.0897 10 0.207 0 6.04 6.04 World Transportation - 2 433 69.3 1e+04 0.207 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.00357 0.145 5.71 0.194 0 0 0 test.phys initStep + 1 0.124 0.239 10 0.194 0 4.3 4.3 World Transportation + 2 298 220 1e+04 0.194 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1 +* 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.0704 0.0479 3.97 9.64 0 0 0 test.phys initStep - 1 0.154 0.152 10 9.64 0 6.03 6.03 World Transportation - 2 139 173 1e+04 9.64 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00357 0.145 5.71 0.00849 0 0 0 test.phys initStep + 1 -0.00233 0.146 5.75 0 0.00155 0.0374 0.0374 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 15 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0704 0.0479 3.97 0.054 0 0 0 test.phys initStep - 1 0.141 0.19 10 0.054 0 6.03 6.03 World Transportation - 2 117 236 1e+04 0.054 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00233 0.146 5.75 0.00694 0 0 0 test.phys initStep + 1 -0.0025 0.146 5.74 0 0.00694 0.000716 0.000716 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1 +* 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.0704 0.0479 3.97 0.301 0 0 0 test.phys initStep - 1 0.176 0.0863 10 0.301 0 6.03 6.03 World Transportation - 2 175 63.7 1e+04 0.301 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.00357 0.145 5.71 5.85 0 0 0 test.phys initStep + 1 0.073 0.213 10 5.85 0 4.29 4.29 World Transportation + 2 178 160 1e+04 5.85 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* 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.0704 0.0479 3.97 0.0586 0 0 0 test.phys initStep - 1 0.115 0.0191 5.26 0 0.00155 1.3 1.3 test.phys phot + 0 -0.00357 0.145 5.71 0.378 0 0 0 test.phys initStep + 1 0.104 0.278 10 0.378 0 4.3 4.3 World Transportation + 2 250 311 1e+04 0.378 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 25, Parent ID = 3 +* 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.0191 5.26 0.0571 0 0 0 test.phys initStep - 1 0.114 0.0105 5.27 0 0.0571 0.0268 0.0268 test.phys eIoni + 0 -0.00357 0.145 5.71 2.05 0 0 0 test.phys initStep + 1 0.0495 0.274 10 2.05 0 4.29 4.29 World Transportation + 2 124 300 1e+04 2.05 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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.0704 0.0479 3.97 0.321 0 0 0 test.phys initStep - 1 0.0744 0.0525 4.29 0.25 0 0.318 0.318 test.phys compt - 2 6.27 -5.93 10 0.25 0 10.3 10.7 World Transportation - 3 1e+04 -9.66e+03 9.22e+03 0.25 0 1.67e+04 1.67e+04 OutOfWorld Transportation + 0 -3.85e-05 -1.66e-05 0.0248 0.0672 0 0 0 test.phys initStep + 1 -0.0327 -0.078 8.55 0.0618 0 8.53 8.53 test.phys compt + 2 3.64 -2.08 10 0.0618 0 4.43 13 World Transportation + 3 1e+04 -5.45e+03 3.96e+03 0.0618 0 1.2e+04 1.21e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0744 0.0525 4.29 0.0704 0 0 0 test.phys initStep - 1 0.0677 0.0594 4.29 0 0.0704 0.0383 0.0383 test.phys eIoni + 0 -0.0327 -0.078 8.55 0.00546 0 0 0 test.phys initStep + 1 -0.0328 -0.0779 8.55 0 0.00546 0.000481 0.000481 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 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.0241 0.122 5.1 97.4 1.87 5.1 1.01e+03 test.phys eIoni - 3 0.025 0.208 10 95.8 1.6 4.9 1.01e+03 World Transportation - 4 -234 -56.5 1e+04 95.8 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 0 -3.85e-05 -1.66e-05 0.0248 3.82 0 0 0 test.phys initStep + 1 0.094 0.108 10 3.82 0 9.98 9.98 World Transportation + 2 94.3 108 1e+04 3.82 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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.0241 0.122 5.1 0.769 0 0 0 test.phys initStep - 1 0.0313 -0.311 5.49 0.24 0.528 1.36 1.36 test.phys eIoni - 2 0.0187 -0.331 5.58 0 0.24 0.287 1.65 test.phys eIoni + 0 -3.85e-05 -1.66e-05 0.0248 0.0479 0 0 0 test.phys initStep + 1 -0.012 -0.00282 4.51 0 0.00155 4.48 4.48 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 9 ********************************************************************************************************* 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.00398 -0.00143 0.537 97.5 0.173 0.537 1e+03 test.phys biasWrapper(eBrem) - 3 -0.0624 -0.153 5.52 94.5 1.7 4.98 1.01e+03 test.phys eIoni - 4 -0.103 -0.189 6.6 94.1 0.435 1.09 1.01e+03 test.phys biasWrapper(eBrem) - 5 -0.304 -0.308 9.03 92.4 0.941 2.44 1.01e+03 test.phys biasWrapper(eBrem) - 6 -0.383 -0.348 10 92.1 0.352 0.974 1.01e+03 World Transportation - 7 -565 -495 1e+04 92.1 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + 0 -0.012 -0.00282 4.51 0.0463 0 0 0 test.phys initStep + 1 -0.0166 -0.00628 4.51 0 0.0463 0.0187 0.0187 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, 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.304 -0.308 9.03 0.0264 0 0 0 test.phys initStep - 1 -0.317 -0.314 9.2 0 0.00155 0.169 0.169 test.phys phot + 0 -3.85e-05 -1.66e-05 0.0248 0.971 0 0 0 test.phys initStep + 1 -0.0496 0.309 10 0.971 0 9.98 9.98 World Transportation + 2 -49.6 309 1e+04 0.971 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 32 +* 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.317 -0.314 9.2 0.0248 0 0 0 test.phys initStep - 1 -0.318 -0.313 9.2 0 0.0248 0.00633 0.00633 test.phys eIoni + 0 -3.85e-05 -1.66e-05 0.0248 0.381 0 0 0 test.phys initStep + 1 -0.0105 0.0504 10 0.381 0 9.98 9.98 World Transportation + 2 -10.5 50.6 1e+04 0.381 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, 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 -0.304 -0.308 9.03 0.224 0 0 0 test.phys initStep - 1 -0.391 -0.339 10 0.224 0 0.974 0.974 World Transportation - 2 -897 -322 1e+04 0.224 0 1e+04 1e+04 OutOfWorld Transportation + 0 -3.85e-05 -1.66e-05 0.0248 0.028 0 0 0 test.phys initStep + 1 -0.0094 0.0118 2.34 0.0279 0 2.31 2.31 test.phys compt + 2 0.2 0.347 3.36 0 0.00155 1.1 3.41 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.304 -0.308 9.03 29.8 0 0 0 test.phys initStep - 1 -0.383 -0.349 10 29.8 0 0.974 0.974 World Transportation - 2 -820 -424 1e+04 29.8 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.2 0.347 3.36 0.0264 0 0 0 test.phys initStep + 1 0.201 0.349 3.36 0 0.0264 0.00702 0.00702 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.304 -0.308 9.03 0.318 0 0 0 test.phys initStep - 1 -0.373 -0.351 10 0.318 0 0.973 0.973 World Transportation - 2 -712 -448 1e+04 0.318 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0094 0.0118 2.34 0.000102 0 0 0 test.phys initStep + 1 -0.0094 0.0118 2.34 0 0.000102 4.36e-06 4.36e-06 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, 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.304 -0.308 9.03 1.65 0 0 0 test.phys initStep - 1 -0.386 -0.351 10 1.65 0 0.975 0.975 World Transportation - 2 -851 -443 1e+04 1.65 0 1e+04 1e+04 OutOfWorld Transportation + 0 -3.85e-05 -1.66e-05 0.0248 0.106 0 0 0 test.phys initStep + 1 -0.0834 0.04 8 0.0801 0 7.98 7.98 test.phys compt + 2 -10.7 -4.54 0 0.0801 0 14 22 World Transportation + 3 -1e+04 -4.33e+03 -7.56e+03 0.0801 0 1.33e+04 1.33e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 1 +* 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 -0.304 -0.308 9.03 0.0593 0 0 0 test.phys initStep - 1 -0.375 -0.336 10 0.0593 0 0.973 0.973 World Transportation - 2 -736 -292 1e+04 0.0593 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0834 0.04 8 0.0261 0 0 0 test.phys initStep + 1 -0.0826 0.0404 8 0 0.0261 0.00688 0.00688 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 1 +* 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.304 -0.308 9.03 0.0246 0 0 0 test.phys initStep - 1 -0.378 -0.343 10 0.0246 0 0.974 0.974 World Transportation - 2 -769 -360 1e+04 0.0246 0 1e+04 1e+04 OutOfWorld Transportation + 0 -3.85e-05 -1.66e-05 0.0248 0.0249 0 0 0 test.phys initStep + 1 -0.00608 -0.00531 3.11 0 0.000119 3.08 3.08 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 4 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.304 -0.308 9.03 2.2 0 0 0 test.phys initStep - 1 -0.38 -0.329 10 2.2 0 0.973 0.973 World Transportation - 2 -786 -221 1e+04 2.2 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.00608 -0.00531 3.11 0.0248 0 0 0 test.phys initStep + 1 -0.00562 -0.00395 3.11 0 0.0248 0.00632 0.00632 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, 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.304 -0.308 9.03 0.518 0 0 0 test.phys initStep - 1 -0.391 -0.328 10 0.518 0 0.974 0.974 World Transportation - 2 -904 -207 1e+04 0.518 0 1e+04 1e+04 OutOfWorld Transportation + 0 -3.85e-05 -1.66e-05 0.0248 0.00867 0 0 0 test.phys initStep + 1 -0.00705 0.00154 0.193 0 0.00155 0.169 0.169 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 3 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.304 -0.308 9.03 0.674 0 0 0 test.phys initStep - 1 -0.384 -0.345 10 0.674 0 0.974 0.974 World Transportation - 2 -830 -389 1e+04 0.674 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.00705 0.00154 0.193 0.00712 0 0 0 test.phys initStep + 1 -0.00688 0.00154 0.193 0 0.00712 0.000747 0.000747 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, 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 -0.103 -0.189 6.6 0.176 0 0 0 test.phys initStep - 1 -0.334 -0.338 10 0.176 0 3.41 3.41 World Transportation - 2 -680 -437 1e+04 0.176 0 1e+04 1e+04 OutOfWorld Transportation + 0 -3.85e-05 -1.66e-05 0.0248 0.0187 0 0 0 test.phys initStep + 1 -0.000293 -6.92e-05 0.219 0 0.00155 0.194 0.194 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 1 +* 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 -0.103 -0.189 6.6 0.311 0 0 0 test.phys initStep - 1 -0.353 -0.325 10 0.311 0 3.41 3.41 World Transportation - 2 -735 -400 1e+04 0.311 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.000293 -6.92e-05 0.219 0.0171 0 0 0 test.phys initStep + 1 -0.000319 0.000953 0.219 0 0.0171 0.00332 0.00332 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1 +* G4Track 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.103 -0.189 6.6 0.331 0 0 0 test.phys initStep - 1 -0.129 -0.207 7 0.305 0 0.4 0.4 test.phys compt - 2 -2.06 -0.884 10 0.305 0 3.63 4.03 World Transportation - 3 -6.42e+03 -2.25e+03 1e+04 0.305 0 1.21e+04 1.21e+04 OutOfWorld Transportation + 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.0141 -0.00526 1.25 98 0.521 1.25 1e+03 test.phys biasWrapper(eBrem) + 3 -0.143 0.0189 10 94.7 3.35 8.76 1.01e+03 World Transportation + 4 -748 306 1e+04 94.7 3.67e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 20 +* 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.129 -0.207 7 0.0262 0 0 0 test.phys initStep - 1 -0.127 -0.207 7 0 0.0262 0.00694 0.00694 test.phys eIoni + 0 -0.0141 -0.00526 1.25 0.0127 0 0 0 test.phys initStep + 1 -0.0261 -0.00072 2.1 0 0.00155 0.852 0.852 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 1 +* 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.103 -0.189 6.6 38.2 0 0 0 test.phys initStep - 1 -0.319 -0.346 10 38.2 0 3.41 3.41 World Transportation - 2 -637 -462 1e+04 38.2 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0261 -0.00072 2.1 0.0111 0 0 0 test.phys initStep + 1 -0.026 -0.000344 2.1 0 0.0111 0.00159 0.00159 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1 +* 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.103 -0.189 6.6 0.0524 0 0 0 test.phys initStep - 1 -0.291 -0.47 10 0.0524 0 3.42 3.42 World Transportation - 2 -555 -824 1e+04 0.0524 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0141 -0.00526 1.25 0.129 0 0 0 test.phys initStep + 1 -0.0577 0.0255 6.89 0.127 0 5.64 5.64 test.phys compt + 2 -1.24 0.348 10 0.127 0 3.34 8.98 World Transportation + 3 -3.81e+03 1.04e+03 1e+04 0.127 0 1.07e+04 1.08e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1 +* 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.103 -0.189 6.6 1.06 0 0 0 test.phys initStep - 1 -0.32 -0.347 10 1.06 0 3.41 3.41 World Transportation - 2 -641 -462 1e+04 1.06 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0577 0.0255 6.89 0.00215 0 0 0 test.phys initStep + 1 -0.0576 0.0255 6.89 0 0.00215 0.000111 0.000111 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1 +* 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.103 -0.189 6.6 0.126 0 0 0 test.phys initStep - 1 -0.327 -0.348 10 0.126 0 3.41 3.41 World Transportation - 2 -660 -466 1e+04 0.126 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0141 -0.00526 1.25 0.862 0 0 0 test.phys initStep + 1 0.275 -0.253 10 0.862 0 8.76 8.76 World Transportation + 2 330 -284 1e+04 0.862 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, 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.103 -0.189 6.6 8.66 0 0 0 test.phys initStep - 1 -0.377 -0.338 10 8.66 0 3.41 3.41 World Transportation - 2 -806 -438 1e+04 8.66 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0141 -0.00526 1.25 39.8 0 0 0 test.phys initStep + 1 -0.115 0.0255 10 39.8 0 8.75 8.75 World Transportation + 2 -115 35.2 1e+04 39.8 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 1 +* 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.103 -0.189 6.6 4.44 0 0 0 test.phys initStep - 1 -0.34 -0.345 10 4.44 0 3.41 3.41 World Transportation - 2 -698 -457 1e+04 4.44 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0141 -0.00526 1.25 66.7 0 0 0 test.phys initStep + 1 -0.106 0.00364 10 66.7 0 8.75 8.75 World Transportation + 2 -105 10.2 1e+04 66.7 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, 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 -0.103 -0.189 6.6 0.0114 0 0 0 test.phys initStep - 1 -0.103 -0.19 6.61 0 0.00155 0.011 0.011 test.phys phot + 0 -0.0141 -0.00526 1.25 0.162 0 0 0 test.phys initStep + 1 -0.127 -0.0128 5.05 0.151 0 3.8 3.8 test.phys compt + 2 -4.12 -1.44 10 0.151 0 6.52 10.3 World Transportation + 3 -8.06e+03 -2.88e+03 1e+04 0.151 0 1.31e+04 1.32e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 13 +* 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.103 -0.19 6.61 0.00983 0 0 0 test.phys initStep - 1 -0.103 -0.19 6.61 0 0.00983 0.00129 0.00129 test.phys eIoni + 0 -0.127 -0.0128 5.05 0.0106 0 0 0 test.phys initStep + 1 -0.127 -0.0127 5.05 0 0.0106 0.00146 0.00146 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, 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.0624 -0.153 5.52 1.32 0 0 0 test.phys initStep - 1 0.659 -0.226 6.37 0.582 0.734 1.9 1.9 test.phys eIoni - 2 0.913 -0.465 6.55 0.0291 0.553 1.03 2.93 test.phys eIoni - 3 0.914 -0.467 6.55 0 0.0291 0.00832 2.94 test.phys eIoni + 0 -0.0141 -0.00526 1.25 0.0404 0 0 0 test.phys initStep + 1 -0.13 -0.0126 5.62 0 0.00155 4.37 4.37 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 +* 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.00398 -0.00143 0.537 0.0394 0 0 0 test.phys initStep - 1 -0.186 -0.0901 7.04 0.0387 0 6.51 6.51 test.phys compt - 2 -1.61 -2.08 10 0.0387 0 3.84 10.3 World Transportation - 3 -4.82e+03 -6.71e+03 1e+04 0.0387 0 1.3e+04 1.3e+04 OutOfWorld Transportation + 0 -0.13 -0.0126 5.62 0.0389 0 0 0 test.phys initStep + 1 -0.133 -0.0113 5.61 0 0.0389 0.0138 0.0138 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 11 +* 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.186 -0.0901 7.04 0.000632 0 0 0 test.phys initStep - 1 -0.186 -0.0901 7.04 0 0.000632 2.05e-05 2.05e-05 test.phys eIoni + 0 -0.0141 -0.00526 1.25 4.12 0 0 0 test.phys initStep + 1 -0.337 0.0488 10 4.12 0 8.75 8.75 World Transportation + 2 -369 61.8 1e+04 4.12 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, 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.00398 -0.00143 0.537 0.438 0 0 0 test.phys initStep - 1 -0.161 -0.0475 6.05 0.287 0 5.52 5.52 test.phys compt - 2 7.02 4.98 10 0.287 0 9.61 15.1 World Transportation - 3 1e+04 7.01e+03 5.51e+03 0.287 0 1.34e+04 1.34e+04 OutOfWorld Transportation + 0 -0.0141 -0.00526 1.25 0.218 0 0 0 test.phys initStep + 1 -0.148 0.0602 10 0.218 0 8.75 8.75 World Transportation + 2 -152 74.8 1e+04 0.218 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 10 +* 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.161 -0.0475 6.05 0.151 0 0 0 test.phys initStep - 1 -0.187 -0.0649 6.09 0 0.151 0.138 0.138 test.phys eIoni + 0 -0.0141 -0.00526 1.25 1.46 0 0 0 test.phys initStep + 1 -0.0637 0.217 10 1.46 0 8.75 8.75 World Transportation + 2 -56.6 254 1e+04 1.46 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 +* G4Track 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.00398 -0.00143 0.537 0.065 0 0 0 test.phys initStep - 1 -0.266 -0.111 10 0.065 0 9.47 9.47 World Transportation - 2 -277 -116 1e+04 0.065 0 9.99e+03 1e+04 OutOfWorld Transportation + 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.00468 0.0138 1.22 59.2 0.579 1.22 1e+03 test.phys biasWrapper(eBrem) + 3 0.00445 0.0159 1.35 59.1 0.0532 0.122 1e+03 test.phys biasWrapper(eBrem) + 4 -0.0732 0.0491 3.49 57.2 0.785 2.15 1e+03 test.phys eIoni + 5 -0.102 0.108 5.66 52.7 1 2.17 1.01e+03 test.phys biasWrapper(eBrem) + 6 -0.105 0.115 6.07 48.5 0.102 0.408 1.01e+03 test.phys biasWrapper(eBrem) + 7 -0.136 0.223 10 47 1.54 3.94 1.01e+03 World Transportation + 8 572 58.1 1e+04 47 3.45e-22 1e+04 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1 +* 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.00398 -0.00143 0.537 1.43 0 0 0 test.phys initStep - 1 -0.251 -0.0779 10 1.43 0 9.47 9.47 World Transportation - 2 -261 -80.8 1e+04 1.43 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.105 0.115 6.07 34.4 0 0 0 test.phys initStep + 1 -0.147 0.251 10 34.4 0 3.94 3.94 World Transportation + 2 -108 346 1e+04 34.4 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1 +* 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 -0.00398 -0.00143 0.537 0.0206 0 0 0 test.phys initStep - 1 -0.0439 -0.0465 2.64 0 0.00155 2.11 2.11 test.phys phot + 0 -0.105 0.115 6.07 0.0354 0 0 0 test.phys initStep + 1 -0.154 0.165 10 0.0354 0 3.93 3.93 World Transportation + 2 -125 126 1e+04 0.0354 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 7 +* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0439 -0.0465 2.64 0.019 0 0 0 test.phys initStep - 1 -0.0432 -0.0475 2.64 0 0.019 0.00399 0.00399 test.phys eIoni + 0 -0.105 0.115 6.07 0.0239 0 0 0 test.phys initStep + 1 -0.106 0.122 7.12 0 0.00155 1.05 1.05 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 40 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00398 -0.00143 0.537 0.14 0 0 0 test.phys initStep - 1 -0.231 -0.0966 10 0.14 0 9.47 9.47 World Transportation - 2 -240 -101 1e+04 0.14 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.106 0.122 7.12 0.0224 0 0 0 test.phys initStep + 1 -0.106 0.123 7.12 0 0.0224 0.00529 0.00529 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 39, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00398 -0.00143 0.537 0.354 0 0 0 test.phys initStep - 1 -0.292 -0.0914 10 0.354 0 9.47 9.47 World Transportation - 2 -305 -95 1e+04 0.354 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.105 0.115 6.07 0.437 0 0 0 test.phys initStep + 1 -0.122 0.162 10 0.437 0 3.93 3.93 World Transportation + 2 -43.9 120 1e+04 0.437 0 9.99e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1 +* 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.00398 -0.00143 0.537 1.32 0 0 0 test.phys initStep - 1 -0.252 -0.178 10 1.32 0 9.47 9.47 World Transportation - 2 -263 -187 1e+04 1.32 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.105 0.115 6.07 0.0368 0 0 0 test.phys initStep + 1 -0.185 0.186 7.61 0.0364 0 1.55 1.55 test.phys compt + 2 -0.958 1.66 10 0.0364 0 2.91 4.46 World Transportation + 3 -3.24e+03 6.19e+03 1e+04 0.0364 0 1.22e+04 1.22e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* 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 -0.00398 -0.00143 0.537 6.31 0 0 0 test.phys initStep - 1 -0.284 -0.149 10 6.31 0 9.47 9.47 World Transportation - 2 -296 -156 1e+04 6.31 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.185 0.186 7.61 0.000382 0 0 0 test.phys initStep + 1 -0.185 0.186 7.61 0 0.000382 1.15e-05 1.15e-05 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* 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.00398 -0.00143 0.537 2.31 0 0 0 test.phys initStep - 1 -0.561 0.0474 10 2.31 0 9.48 9.48 World Transportation - 2 -589 51.6 1e+04 2.31 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.105 0.115 6.07 0.0112 0 0 0 test.phys initStep + 1 -0.111 0.131 6.59 0 0.00155 0.522 0.522 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 37 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 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.0877 0.0909 5.16 93.2 2.26 5.17 1.01e+03 test.phys biasWrapper(eBrem) - 3 -0.0966 0.134 7.02 91.4 0.903 1.85 1.01e+03 test.phys biasWrapper(eBrem) - 4 -0.119 0.16 8.3 52.4 0.657 1.29 1.01e+03 test.phys biasWrapper(eBrem) - 5 -0.12 0.16 8.35 52.3 0.0149 0.0454 1.01e+03 test.phys biasWrapper(eBrem) - 6 -0.133 0.171 9.08 50.9 0.26 0.731 1.01e+03 test.phys biasWrapper(eBrem) - 7 -0.154 0.157 10 50.6 0.338 0.921 1.01e+03 World Transportation - 8 37.3 -309 1e+04 50.6 3.47e-22 9.99e+03 1.1e+04 OutOfWorld Transportation + 0 -0.111 0.131 6.59 0.00967 0 0 0 test.phys initStep + 1 -0.111 0.131 6.59 0 0.00967 0.00125 0.00125 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.133 0.171 9.08 0.00845 0 0 0 test.phys initStep - 1 -0.136 0.17 9.14 0 0.00155 0.0632 0.0632 test.phys phot + 0 -0.105 0.115 6.07 1.51 0 0 0 test.phys initStep + 1 -0.111 0.263 10 1.51 0 3.94 3.94 World Transportation + 2 -17.7 375 1e+04 1.51 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 51 +* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.136 0.17 9.14 0.0069 0 0 0 test.phys initStep - 1 -0.136 0.17 9.14 0 0.0069 0.000709 0.000709 test.phys eIoni + 0 -0.105 0.115 6.07 0.03 0 0 0 test.phys initStep + 1 -0.263 0.228 10 0.03 0 3.94 3.94 World Transportation + 2 -402 288 1e+04 0.03 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 1 +* 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.133 0.171 9.08 0.0118 0 0 0 test.phys initStep - 1 -0.139 0.174 9.2 0 0.00155 0.123 0.123 test.phys phot + 0 -0.105 0.115 6.07 0.944 0 0 0 test.phys initStep + 1 -0.0293 0.291 10 0.944 0 3.94 3.94 World Transportation + 2 191 448 1e+04 0.944 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 50 +* 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.139 0.174 9.2 0.0103 0 0 0 test.phys initStep - 1 -0.138 0.173 9.2 0 0.0103 0.00139 0.00139 test.phys eIoni + 0 -0.105 0.115 6.07 4.1 0 0 0 test.phys initStep + 1 -0.137 0.216 10 4.1 0 3.93 3.93 World Transportation + 2 -83.7 256 1e+04 4.1 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 49, Parent ID = 1 +* 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.133 0.171 9.08 0.341 0 0 0 test.phys initStep - 1 -0.148 0.16 10 0.341 0 0.92 0.92 World Transportation - 2 -165 -117 1e+04 0.341 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.102 0.108 5.66 0.262 0 0 0 test.phys initStep + 1 -0.0981 0.164 10 0.262 0 4.34 4.34 World Transportation + 2 7.72 128 1e+04 0.262 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 48, Parent ID = 1 +* 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.133 0.171 9.08 0.25 0 0 0 test.phys initStep - 1 -0.155 0.149 10 0.25 0 0.921 0.921 World Transportation - 2 -235 -235 1e+04 0.25 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.102 0.108 5.66 0.954 0 0 0 test.phys initStep + 1 -0.113 0.127 10 0.954 0 4.34 4.34 World Transportation + 2 -27.4 44.4 1e+04 0.954 0 9.99e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 47, Parent ID = 1 +* 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.133 0.171 9.08 0.153 0 0 0 test.phys initStep - 1 -0.129 0.145 10 0.153 0 0.921 0.921 World Transportation - 2 50 -276 1e+04 0.153 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.102 0.108 5.66 0.0289 0 0 0 test.phys initStep + 1 -0.116 0.158 10 0.0289 0 4.34 4.34 World Transportation + 2 -32.6 115 1e+04 0.0289 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 46, Parent ID = 1 +* 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.133 0.171 9.08 0.00765 0 0 0 test.phys initStep - 1 -0.135 0.17 9.16 0 0.00155 0.0812 0.0812 test.phys phot + 0 -0.102 0.108 5.66 5.15 0 0 0 test.phys initStep + 1 -0.103 0.139 10 5.15 0 4.34 4.34 World Transportation + 2 -3.3 70.7 1e+04 5.15 0 9.99e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 46 +* 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.135 0.17 9.16 0.0061 0 0 0 test.phys initStep - 1 -0.135 0.17 9.16 0 0.0061 0.000578 0.000578 test.phys eIoni + 0 -0.102 0.108 5.66 3.4 0 0 0 test.phys initStep + 1 -0.109 0.125 10 3.4 0 4.34 4.34 World Transportation + 2 -16.9 39.8 1e+04 3.4 0 9.99e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 45, Parent ID = 1 +* 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.133 0.171 9.08 8.81 0 0 0 test.phys initStep - 1 -0.151 0.147 10 8.81 0 0.921 0.921 World Transportation - 2 -194 -258 1e+04 8.81 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.102 0.108 5.66 0.243 0 0 0 test.phys initStep + 1 -0.073 0.123 10 0.243 0 4.34 4.34 World Transportation + 2 65.5 34.9 1e+04 0.243 0 9.99e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 44, Parent ID = 1 +* 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.133 0.171 9.08 0.38 0 0 0 test.phys initStep - 1 -0.161 0.152 10 0.38 0 0.921 0.921 World Transportation - 2 -297 -198 1e+04 0.38 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.102 0.108 5.66 0.03 0 0 0 test.phys initStep + 1 -0.118 0.106 10 0.03 0 4.34 4.34 World Transportation + 2 -38.5 -3.64 1e+04 0.03 0 9.99e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 43, Parent ID = 1 +* 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.133 0.171 9.08 0.0161 0 0 0 test.phys initStep - 1 -0.144 0.156 10 0.0161 0 0.92 0.92 World Transportation - 2 -118 -158 1e+04 0.0161 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.102 0.108 5.66 1.71 0 0 0 test.phys initStep + 1 -0.12 0.125 10 1.71 0 4.34 4.34 World Transportation + 2 -42.7 40 1e+04 1.71 0 9.99e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 42, Parent ID = 1 +* 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.133 0.171 9.08 1.1 0 0 0 test.phys initStep - 1 -0.162 0.157 10 1.1 0 0.921 0.921 World Transportation - 2 -315 -151 1e+04 1.1 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.102 0.108 5.66 19.9 0 0 0 test.phys initStep + 1 -0.0963 0.136 10 19.9 0 4.34 4.34 World Transportation + 2 11.9 64.3 1e+04 19.9 0 9.99e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 41, Parent ID = 1 +* 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.12 0.16 8.35 0.0291 0 0 0 test.phys initStep - 1 -0.131 0.162 10 0.0291 0 1.65 1.65 World Transportation - 2 -66.3 13.5 1e+04 0.0291 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.102 0.108 5.66 3.49 0 0 0 test.phys initStep + 1 -0.118 0.106 10 3.49 0 4.34 4.34 World Transportation + 2 -37.5 -5.67 1e+04 3.49 0 9.99e+03 9.99e+03 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 40, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.12 0.16 8.35 0.127 0 0 0 test.phys initStep - 1 -0.14 0.163 10 0.127 0 1.65 1.65 World Transportation - 2 -125 15.9 1e+04 0.127 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.0732 0.0491 3.49 1.14 0 0 0 test.phys initStep + 1 0.252 0.624 4.18 0.338 0.806 1.76 1.76 test.phys eIoni + 2 0.14 0.613 4.05 0 0.338 0.481 2.24 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 39, 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.12 0.16 8.35 0.219 0 0 0 test.phys initStep - 1 -0.143 0.165 10 0.219 0 1.65 1.65 World Transportation - 2 -140 27.7 1e+04 0.219 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 0.00445 0.0159 1.35 0.0149 0 0 0 test.phys initStep + 1 -0.00529 0.0222 1.71 0 0.00155 0.359 0.359 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 38, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 21 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.12 0.16 8.35 2.51 0 0 0 test.phys initStep - 1 -0.0847 0.228 10 2.51 0 1.65 1.65 World Transportation - 2 211 412 1e+04 2.51 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.00529 0.0222 1.71 0.0134 0 0 0 test.phys initStep + 1 -0.00574 0.0217 1.71 0 0.0134 0.00217 0.00217 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 37, Parent ID = 1 +* 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.12 0.16 8.35 0.136 0 0 0 test.phys initStep - 1 -0.137 0.166 10 0.136 0 1.65 1.65 World Transportation - 2 -107 33.6 1e+04 0.136 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 0.00445 0.0159 1.35 0.0461 0 0 0 test.phys initStep + 1 -0.0227 0.0791 4.28 0.0414 0 2.93 2.93 test.phys compt + 2 3 -0.677 3.5 0.0414 0 3.21 6.14 test.phys Rayl + 3 8.16 -0.443 0.972 0 0.00155 5.75 11.9 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 36, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 20 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.12 0.16 8.35 0.937 0 0 0 test.phys initStep - 1 -0.143 0.154 9.23 0.26 0 0.883 0.883 test.phys compt - 2 16.9 12.9 0 0.26 0 23.2 24 World Transportation - 3 1e+04 7.49e+03 -5.42e+03 0.26 0 1.36e+04 1.36e+04 OutOfWorld Transportation + 0 8.16 -0.443 0.972 0.0398 0 0 0 test.phys initStep + 1 8.16 -0.447 0.973 0 0.0398 0.0144 0.0144 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 36 +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 20 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.143 0.154 9.23 0.677 0 0 0 test.phys initStep - 1 -0.348 0.243 9.52 0.541 0.136 0.409 0.409 test.phys msc - 2 -0.493 0.525 9.49 0.416 0.124 0.365 0.774 test.phys msc - 3 -0.379 0.676 9.7 0.276 0.14 0.339 1.11 test.phys msc - 4 -0.401 0.746 9.84 0.154 0.122 0.186 1.3 test.phys msc - 5 -0.42 0.769 9.88 0 0.154 0.142 1.44 test.phys eIoni + 0 -0.0227 0.0791 4.28 0.00468 0 0 0 test.phys initStep + 1 -0.0228 0.0791 4.28 0 0.00468 0.000375 0.000375 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 35, Parent ID = 1 +* 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.12 0.16 8.35 0.0251 0 0 0 test.phys initStep - 1 -0.124 0.159 8.81 0 0.00155 0.46 0.46 test.phys phot + 0 0.00445 0.0159 1.35 0.561 0 0 0 test.phys initStep + 1 -0.132 0.371 10 0.561 0 8.66 8.66 World Transportation + 2 -157 410 1e+04 0.561 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 35 +* 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.124 0.159 8.81 0.0236 0 0 0 test.phys initStep - 1 -0.125 0.158 8.81 0 0.0236 0.00578 0.00578 test.phys eIoni + 0 0.00445 0.0159 1.35 2.58 0 0 0 test.phys initStep + 1 -0.082 0.328 10 2.58 0 8.66 8.66 World Transportation + 2 -99.9 360 1e+04 2.58 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 34, Parent ID = 1 +* 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.12 0.16 8.35 0.138 0 0 0 test.phys initStep - 1 -0.167 0.12 10 0.138 0 1.65 1.65 World Transportation - 2 -284 -245 1e+04 0.138 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00445 0.0159 1.35 2.07 0 0 0 test.phys initStep + 1 -0.0835 0.264 10 2.07 0 8.66 8.66 World Transportation + 2 -102 287 1e+04 2.07 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 33, Parent ID = 1 +* 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.12 0.16 8.35 11.5 0 0 0 test.phys initStep - 1 -0.139 0.152 10 11.5 0 1.65 1.65 World Transportation - 2 -117 -51.1 1e+04 11.5 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 0.00445 0.0159 1.35 1.9 0 0 0 test.phys initStep + 1 -0.0159 0.115 4.16 0.747 0 2.81 2.81 test.phys compt + 2 1.39 8.7 10 0.747 0 10.5 13.3 World Transportation + 3 1.63e+03 1e+04 6.81e+03 0.747 0 1.22e+04 1.22e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 32, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 16 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.12 0.16 8.35 0.0561 0 0 0 test.phys initStep - 1 -0.183 0.137 10 0.0561 0 1.65 1.65 World Transportation - 2 -386 -139 1e+04 0.0561 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0159 0.115 4.16 1.15 0 0 0 test.phys initStep + 1 -0.0314 0.0407 4.36 1.01 0.0962 0.229 0.229 test.phys biasWrapper(eBrem) + 2 -0.24 -0.404 5.02 0.378 0.633 1.64 1.87 test.phys eIoni + 3 -0.194 -0.329 4.84 0 0.378 0.566 2.43 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 31, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 59, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.119 0.16 8.3 27 0 0 0 test.phys initStep - 1 -0.158 0.163 10 27 0 1.7 1.7 World Transportation - 2 -227 16.3 1e+04 27 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.0314 0.0407 4.36 0.0121 0 0 0 test.phys initStep + 1 -0.032 0.0387 4.36 0 0.000119 0.0021 0.0021 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 30, Parent ID = 1 +* 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 -0.119 0.16 8.3 0.0177 0 0 0 test.phys initStep - 1 -0.132 0.164 8.77 0 0.00155 0.47 0.47 test.phys phot + 0 -0.032 0.0387 4.36 0.0119 0 0 0 test.phys initStep + 1 -0.0326 0.0387 4.36 0 0.0119 0.00179 0.00179 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 30 +* G4Track Information: Particle = gamma, Track ID = 58, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.132 0.164 8.77 0.0161 0 0 0 test.phys initStep - 1 -0.133 0.164 8.77 0 0.0161 0.00301 0.00301 test.phys eIoni + 0 -0.0314 0.0407 4.36 0.11 0 0 0 test.phys initStep + 1 -2.76 -0.82 10 0.11 0 6.33 6.33 World Transportation + 2 -4.84e+03 -1.52e+03 1e+04 0.11 0 1.12e+04 1.12e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 29, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 57, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.119 0.16 8.3 3.35 0 0 0 test.phys initStep - 1 -0.156 0.165 10 3.35 0 1.7 1.7 World Transportation - 2 -220 27.9 1e+04 3.35 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.0314 0.0407 4.36 0.292 0 0 0 test.phys initStep + 1 -1.89 -7.93 10 0.292 0 9.94 9.94 World Transportation + 2 -2.33e+03 -1e+04 7.08e+03 0.292 0 1.25e+04 1.25e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 28, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 56, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.119 0.16 8.3 0.365 0 0 0 test.phys initStep - 1 -0.151 0.168 10 0.365 0 1.7 1.7 World Transportation - 2 -190 43 1e+04 0.365 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.0314 0.0407 4.36 0.535 0 0 0 test.phys initStep + 1 -0.778 -3.98 10 0.535 0 6.97 6.97 World Transportation + 2 -1.32e+03 -7.12e+03 1e+04 0.535 0 1.23e+04 1.23e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 27, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 55, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.119 0.16 8.3 1.07 0 0 0 test.phys initStep - 1 -0.171 0.183 10 1.07 0 1.7 1.7 World Transportation - 2 -307 135 1e+04 1.07 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0314 0.0407 4.36 0.00919 0 0 0 test.phys initStep + 1 -0.0423 0.0271 4.37 0 0.00155 0.02 0.02 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 26, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 55 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.119 0.16 8.3 11.2 0 0 0 test.phys initStep - 1 -0.167 0.165 10 11.2 0 1.7 1.7 World Transportation - 2 -285 25.7 1e+04 11.2 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.0423 0.0271 4.37 0.00764 0 0 0 test.phys initStep + 1 -0.0422 0.027 4.37 0 0.00764 0.00084 0.00084 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 25, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 54, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.119 0.16 8.3 3.47 0 0 0 test.phys initStep - 1 -0.154 0.172 10 3.47 0 1.7 1.7 World Transportation - 2 -209 68.1 1e+04 3.47 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.0314 0.0407 4.36 0.093 0 0 0 test.phys initStep + 1 -0.0093 -2.85 10 0.093 0 6.34 6.34 World Transportation + 2 39.1 -5.12e+03 1e+04 0.093 0 1.12e+04 1.12e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 24, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 53, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.119 0.16 8.3 4.49 0 0 0 test.phys initStep - 1 -0.145 0.183 10 4.49 0 1.7 1.7 World Transportation - 2 -152 132 1e+04 4.49 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 -0.0314 0.0407 4.36 0.0112 0 0 0 test.phys initStep + 1 -0.0532 -0.0847 4.44 0 0.00155 0.151 0.151 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 23, Parent ID = 1 +* 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 -0.119 0.16 8.3 0.0289 0 0 0 test.phys initStep - 1 -0.135 0.156 9.24 0 0.00155 0.941 0.941 test.phys phot + 0 -0.0532 -0.0847 4.44 0.00962 0 0 0 test.phys initStep + 1 -0.0533 -0.0847 4.44 0 0.00962 0.00124 0.00124 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 23 +* G4Track Information: Particle = gamma, Track ID = 52, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.135 0.156 9.24 0.0273 0 0 0 test.phys initStep - 1 -0.136 0.156 9.24 0 0.0273 0.00748 0.00748 test.phys eIoni + 0 -0.0314 0.0407 4.36 0.0561 0 0 0 test.phys initStep + 1 3.57 1.8 10 0.0561 0 6.92 6.92 World Transportation + 2 6.39e+03 3.11e+03 1e+04 0.0561 0 1.23e+04 1.23e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 22, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 51, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.119 0.16 8.3 38.4 0 0 0 test.phys initStep - 1 -0.167 0.173 10 38.4 0 1.7 1.7 World Transportation - 2 -282 76.9 1e+04 38.4 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.0314 0.0407 4.36 0.0272 0 0 0 test.phys initStep + 1 0.0219 -0.0544 4.53 0.0247 0 0.202 0.202 test.phys compt + 2 0.00329 0.403 4.22 0 0.00155 0.552 0.755 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 21, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 51 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0966 0.134 7.02 0.121 0 0 0 test.phys initStep - 1 -0.12 0.211 10 0.121 0 2.99 2.99 World Transportation - 2 -77.5 258 1e+04 0.121 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00329 0.403 4.22 0.0232 0 0 0 test.phys initStep + 1 0.00173 0.403 4.22 0 0.0232 0.00562 0.00562 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 20, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 51 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0966 0.134 7.02 6.01 0 0 0 test.phys initStep - 1 -0.112 0.191 10 6.01 0 2.99 2.99 World Transportation - 2 -52.8 189 1e+04 6.01 0 9.99e+03 9.99e+03 OutOfWorld Transportation + 0 0.0219 -0.0544 4.53 0.00246 0 0 0 test.phys initStep + 1 0.0219 -0.0544 4.53 0 0.00246 0.000136 0.000136 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 19, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 50, Parent ID = 49 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0966 0.134 7.02 3.56 0 0 0 test.phys initStep - 1 -0.119 0.215 10 3.56 0 2.99 2.99 World Transportation - 2 -74.7 270 1e+04 3.56 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.0314 0.0407 4.36 0.0419 0 0 0 test.phys initStep + 1 -0.385 0.0559 4.65 0.0389 0 0.457 0.457 test.phys compt + 2 -0.0989 2.07 5.09 0.0366 0 2.09 2.54 test.phys compt + 3 -0.0512 2.07 5.18 0 0.00155 0.0969 2.64 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 18, Parent ID = 1 +* 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 -0.0966 0.134 7.02 0.00589 0 0 0 test.phys initStep - 1 -0.0969 0.135 7.07 0 0.00155 0.0541 0.0541 test.phys phot + 0 -0.0512 2.07 5.18 0.035 0 0 0 test.phys initStep + 1 -0.0475 2.07 5.18 0 0.035 0.0115 0.0115 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 18 +* 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 -0.0969 0.135 7.07 0.00434 0 0 0 test.phys initStep - 1 -0.097 0.135 7.07 0 0.00434 0.000332 0.000332 test.phys eIoni + 0 -0.0989 2.07 5.09 0.00229 0 0 0 test.phys initStep + 1 -0.0989 2.07 5.09 0 0.00229 0.000121 0.000121 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 17, Parent ID = 1 +* 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 -0.0966 0.134 7.02 1.83 0 0 0 test.phys initStep - 1 -0.116 0.22 10 1.83 0 2.99 2.99 World Transportation - 2 -64.1 288 1e+04 1.83 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 -0.385 0.0559 4.65 0.00299 0 0 0 test.phys initStep + 1 -0.385 0.0559 4.65 0 0.00299 0.000183 0.000183 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 16, Parent ID = 1 +* 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.0966 0.134 7.02 0.173 0 0 0 test.phys initStep - 1 -0.18 0.214 10 0.173 0 2.99 2.99 World Transportation - 2 -281 266 1e+04 0.173 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00445 0.0159 1.35 0.0809 0 0 0 test.phys initStep + 1 -0.124 0.347 10 0.0809 0 8.66 8.66 World Transportation + 2 -149 383 1e+04 0.0809 0 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 15, Parent ID = 1 +* 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.0966 0.134 7.02 1.65 0 0 0 test.phys initStep - 1 -0.114 0.219 10 1.65 0 2.99 2.99 World Transportation - 2 -57.1 283 1e+04 1.65 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.00445 0.0159 1.35 0.063 0 0 0 test.phys initStep + 1 -0.124 0.169 10 0.063 0 8.66 8.66 World Transportation + 2 -148 176 1e+04 0.063 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 14, Parent ID = 1 +* 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.0966 0.134 7.02 0.00814 0 0 0 test.phys initStep - 1 -0.0988 0.136 7.15 0 0.00155 0.135 0.135 test.phys phot + 0 0.00445 0.0159 1.35 31.9 0 0 0 test.phys initStep + 1 -0.00378 0.0333 2.18 0.401 0 0.83 0.83 test.phys compt + 2 1.36 7.44 0 0.401 0 7.84 8.67 World Transportation + 3 1.85e+03 1e+04 -2.94e+03 0.401 0 1.06e+04 1.06e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 14 +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 13 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0988 0.136 7.15 0.00659 0 0 0 test.phys initStep - 1 -0.0988 0.136 7.15 0 0.00659 0.000657 0.000657 test.phys eIoni + 0 -0.00378 0.0333 2.18 31.5 0 0 0 test.phys initStep + 1 0.0204 -0.533 9.15 26.2 2.92 7.03 7.03 test.phys eIoni + 2 -0.00204 -0.544 10 25.8 0.336 0.847 7.87 World Transportation + 3 -506 -327 1e+04 25.8 3.27e-22 1e+04 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 13, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 68 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0966 0.134 7.02 0.0106 0 0 0 test.phys initStep - 1 -0.0966 0.135 7.03 0 0.00155 0.0135 0.0135 test.phys phot + 0 0.0204 -0.533 9.15 2.4 0 0 0 test.phys initStep + 1 0.131 -0.902 9.6 2.2 0.205 0.603 0.603 test.phys msc + 2 0.176 -1.32 9.77 1.99 0.206 0.463 1.07 test.phys msc + 3 0.289 -1.7 9.86 1.84 0.148 0.418 1.48 test.phys msc + 4 0.497 -2.04 9.79 1.71 0.135 0.416 1.9 test.phys msc + 5 0.633 -2.25 9.69 1.45 0.122 0.274 2.17 test.phys biasWrapper(eBrem) + 6 0.992 -2.53 9.61 1.21 0.24 0.481 2.66 test.phys msc + 7 1.42 -2.76 9.37 1.05 0.158 0.575 3.23 test.phys msc + 8 1.81 -2.85 9.26 0.907 0.143 0.442 3.67 test.phys msc + 9 2.24 -2.98 9.23 0.656 0.251 0.501 4.17 test.phys msc + 10 2.52 -3.16 9.13 0.517 0.139 0.386 4.56 test.phys msc + 11 2.99 -3.07 9.06 0.225 0.292 0.598 5.16 test.phys msc + 12 2.98 -2.99 9.11 0 0.225 0.259 5.42 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 13 +* G4Track Information: Particle = gamma, Track ID = 79, Parent ID = 69 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0966 0.135 7.03 0.00903 0 0 0 test.phys initStep - 1 -0.0969 0.134 7.03 0 0.00903 0.00111 0.00111 test.phys eIoni + 0 0.633 -2.25 9.69 0.00643 0 0 0 test.phys initStep + 1 0.651 -2.3 9.68 0 0.00155 0.054 0.054 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 79 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0966 0.134 7.02 0.858 0 0 0 test.phys initStep - 1 -0.0994 0.235 10 0.858 0 2.99 2.99 World Transportation - 2 -9.33 337 1e+04 0.858 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.651 -2.3 9.68 0.00488 0 0 0 test.phys initStep + 1 0.651 -2.3 9.68 0 0.00488 0.000401 0.000401 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 78, Parent ID = 69 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0877 0.0909 5.16 0.974 0 0 0 test.phys initStep - 1 -0.139 0.139 10 0.974 0 4.84 4.84 World Transportation - 2 -106 98.9 1e+04 0.974 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.633 -2.25 9.69 0.281 0 0 0 test.phys initStep + 1 6.64 -14.6 0 0.281 0 16.8 16.8 World Transportation + 2 4.86e+03 -1e+04 -7.83e+03 0.281 0 1.36e+04 1.36e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 77, Parent ID = 69 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0877 0.0909 5.16 0.0967 0 0 0 test.phys initStep - 1 -0.238 0.126 10 0.0967 0 4.84 4.84 World Transportation - 2 -311 73.1 1e+04 0.0967 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.633 -2.25 9.69 0.161 0 0 0 test.phys initStep + 1 2.25 -3.74 8.57 0.15 0 2.47 2.47 test.phys compt + 2 2.88 -21.2 0 0.15 0 19.5 21.9 World Transportation + 3 360 -1e+04 -4.9e+03 0.15 0 1.11e+04 1.11e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 77 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0877 0.0909 5.16 0.0336 0 0 0 test.phys initStep - 1 -0.242 0.126 10 0.0336 0 4.84 4.84 World Transportation - 2 -318 73.5 1e+04 0.0336 0 1e+04 1e+04 OutOfWorld Transportation + 0 2.25 -3.74 8.57 0.0113 0 0 0 test.phys initStep + 1 2.25 -3.74 8.57 0 0.0113 0.00162 0.00162 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 76, Parent ID = 69 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0877 0.0909 5.16 0.0166 0 0 0 test.phys initStep - 1 -0.0962 0.102 5.71 0 0.00155 0.547 0.547 test.phys phot + 0 0.633 -2.25 9.69 0.146 0 0 0 test.phys initStep + 1 2.34 -3.33 10 0.146 0 2.04 2.04 World Transportation + 2 1e+04 -6.36e+03 1.84e+03 0.146 0 1.2e+04 1.2e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 8 +* G4Track Information: Particle = gamma, Track ID = 75, Parent ID = 69 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0962 0.102 5.71 0.015 0 0 0 test.phys initStep - 1 -0.0967 0.102 5.71 0 0.015 0.00266 0.00266 test.phys eIoni + 0 0.633 -2.25 9.69 0.503 0 0 0 test.phys initStep + 1 26.2 -33.5 0 0.503 0 41.5 41.5 World Transportation + 2 8.19e+03 -1e+04 -3.09e+03 0.503 0 1.33e+04 1.33e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 74, Parent ID = 69 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0877 0.0909 5.16 0.139 0 0 0 test.phys initStep - 1 -0.174 0.171 10 0.139 0 4.84 4.84 World Transportation - 2 -179 166 1e+04 0.139 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.633 -2.25 9.69 0.21 0 0 0 test.phys initStep + 1 3.9 -10.7 0 0.21 0 13.2 13.2 World Transportation + 2 3.38e+03 -8.7e+03 -1e+04 0.21 0 1.37e+04 1.37e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 73, Parent ID = 69 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0877 0.0909 5.16 0.0182 0 0 0 test.phys initStep - 1 -0.0886 0.0946 5.33 0 0.00155 0.165 0.165 test.phys phot + 0 0.633 -2.25 9.69 0.0225 0 0 0 test.phys initStep + 1 0.696 -3.16 9.84 0 0.00155 0.926 0.926 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 73 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0886 0.0946 5.33 0.0167 0 0 0 test.phys initStep - 1 -0.0889 0.0937 5.33 0 0.0167 0.00318 0.00318 test.phys eIoni + 0 0.696 -3.16 9.84 0.0209 0 0 0 test.phys initStep + 1 0.697 -3.16 9.84 0 0.0209 0.00471 0.00471 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 72, Parent ID = 69 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0877 0.0909 5.16 0.0968 0 0 0 test.phys initStep - 1 -0.166 0.169 10 0.0968 0 4.84 4.84 World Transportation - 2 -161 162 1e+04 0.0968 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.633 -2.25 9.69 0.303 0 0 0 test.phys initStep + 1 11.5 -11.7 0 0.303 0 17.4 17.4 World Transportation + 2 1e+04 -8.67e+03 -8.89e+03 0.303 0 1.59e+04 1.59e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 71, Parent ID = 69 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0877 0.0909 5.16 0.197 0 0 0 test.phys initStep - 1 -0.216 0.168 10 0.197 0 4.84 4.84 World Transportation - 2 -264 159 1e+04 0.197 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.633 -2.25 9.69 0.0603 0 0 0 test.phys initStep + 1 2.98 -4.93 9.06 0.0561 0 3.62 3.62 test.phys compt + 2 3.15 -5.56 10 0.0561 0 1.15 4.76 World Transportation + 3 1.82e+03 -6.71e+03 1e+04 0.0561 0 1.22e+04 1.22e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 71 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0877 0.0909 5.16 5.24 0 0 0 test.phys initStep - 1 -0.187 0.196 10 5.24 0 4.84 4.84 World Transportation - 2 -205 217 1e+04 5.24 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 2.98 -4.93 9.06 0.00422 0 0 0 test.phys initStep + 1 2.98 -4.93 9.06 0 0.00422 0.000316 0.000316 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 70, Parent ID = 69 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0877 0.0909 5.16 4.59 0 0 0 test.phys initStep - 1 -0.176 0.208 10 4.59 0 4.84 4.84 World Transportation - 2 -182 242 1e+04 4.59 0 9.99e+03 1e+04 OutOfWorld Transportation + 0 0.633 -2.25 9.69 0.136 0 0 0 test.phys initStep + 1 -12.3 -33.7 5.1 0.112 0 34.3 34.3 test.phys compt + 2 -10.2 -35 0 0.112 0 5.67 40 World Transportation + 3 4.08e+03 -2.62e+03 -1e+04 0.112 0 1.11e+04 1.12e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 70 ********************************************************************************************************* 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.221 0.0966 7.94 96.9 3.11 7.94 1.01e+03 test.phys biasWrapper(eBrem) - 3 0.318 0.097 9.85 93.7 0.705 1.92 1.01e+03 test.phys eIoni - 4 0.327 0.095 10 93.7 0.0501 0.147 1.01e+03 World Transportation - 5 612 -217 1e+04 93.7 3.66e-22 1e+04 1.1e+04 OutOfWorld Transportation + 0 -12.3 -33.7 5.1 0.024 0 0 0 test.phys initStep + 1 -12.3 -33.7 5.1 0 0.024 0.00597 0.00597 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 1 +* 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.318 0.097 9.85 2.43 0 0 0 test.phys initStep - 1 0.302 0.187 10 2.37 0.0528 0.175 0.175 World Transportation - 2 -952 1e+04 9.35e+03 2.37 3.67e-22 1.37e+04 1.37e+04 OutOfWorld Transportation + 0 0.00445 0.0159 1.35 0.0391 0 0 0 test.phys initStep + 1 -0.0218 0.179 5.02 0 0.00155 3.67 3.67 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 11, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.221 0.0966 7.94 0.0263 0 0 0 test.phys initStep - 1 0.296 0.097 10 0.0263 0 2.06 2.06 World Transportation - 2 366 2.19 1e+04 0.0263 0 1e+04 1e+04 OutOfWorld Transportation + 0 -0.0218 0.179 5.02 0.0375 0 0 0 test.phys initStep + 1 -0.0251 0.178 5.02 0 0.0375 0.013 0.013 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 10, Parent ID = 1 +* 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.221 0.0966 7.94 1.88 0 0 0 test.phys initStep - 1 0.295 0.103 10 1.88 0 2.06 2.06 World Transportation - 2 358 32.6 1e+04 1.88 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00468 0.0138 1.22 0.0255 0 0 0 test.phys initStep + 1 0.0412 0.0591 9.35 0 0.00155 8.12 8.12 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 9, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 11 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.221 0.0966 7.94 4.99 0 0 0 test.phys initStep - 1 0.292 0.105 10 4.99 0 2.06 2.06 World Transportation - 2 346 42.8 1e+04 4.99 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.0412 0.0591 9.35 0.024 0 0 0 test.phys initStep + 1 0.0427 0.0589 9.35 0 0.024 0.00595 0.00595 test.phys eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 8, Parent ID = 1 +* 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.221 0.0966 7.94 0.0436 0 0 0 test.phys initStep - 1 0.227 0.0959 8.13 0.0407 0 0.196 0.196 test.phys compt - 2 -5.75 -1.47 9.38 0.0407 0 6.31 6.5 test.phys Rayl - 3 -5.77 -1.48 9.38 0 0.00155 0.0235 6.53 test.phys phot + 0 0.00468 0.0138 1.22 2.32 0 0 0 test.phys initStep + 1 0.133 -0.00936 10 2.32 0 8.78 8.78 World Transportation + 2 147 -26.4 1e+04 2.32 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 8 +* 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 -5.77 -1.48 9.38 0.0392 0 0 0 test.phys initStep - 1 -5.77 -1.48 9.38 0 0.0392 0.014 0.014 test.phys eIoni + 0 0.00468 0.0138 1.22 0.544 0 0 0 test.phys initStep + 1 0.211 0.0486 10 0.544 0 8.78 8.78 World Transportation + 2 235 39.7 1e+04 0.544 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 8 +* 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.227 0.0959 8.13 0.0029 0 0 0 test.phys initStep - 1 0.227 0.0959 8.13 0 0.0029 0.000175 0.000175 test.phys eIoni + 0 0.00468 0.0138 1.22 0.707 0 0 0 test.phys initStep + 1 0.0639 0.114 10 0.707 0 8.78 8.78 World Transportation + 2 67.5 115 1e+04 0.707 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.221 0.0966 7.94 0.0355 0 0 0 test.phys initStep - 1 0.286 0.0994 10 0.0355 0 2.06 2.06 World Transportation - 2 317 13.6 1e+04 0.0355 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00468 0.0138 1.22 0.217 0 0 0 test.phys initStep + 1 0.0605 0.149 10 0.217 0 8.78 8.78 World Transportation + 2 63.6 154 1e+04 0.217 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.221 0.0966 7.94 0.863 0 0 0 test.phys initStep - 1 0.237 0.0982 8.37 0.229 0 0.436 0.436 test.phys compt - 2 -0.967 10.1 0 0.229 0 13.1 13.5 World Transportation - 3 -1.21e+03 1e+04 -8.39e+03 0.229 0 1.31e+04 1.31e+04 OutOfWorld Transportation + 0 0.00468 0.0138 1.22 0.022 0 0 0 test.phys initStep + 1 0.0286 0.0409 3.28 0 0.00155 2.05 2.05 test.phys phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.237 0.0982 8.37 0.634 0 0 0 test.phys initStep - 1 0.26 0.0242 8.81 0 0.634 1.14 1.14 test.phys eIoni + 0 0.0286 0.0409 3.28 0.0205 0 0 0 test.phys initStep + 1 0.0278 0.0397 3.28 0 0.0205 0.00453 0.00453 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.221 0.0966 7.94 0.709 0 0 0 test.phys initStep - 1 0.294 0.0966 10 0.709 0 2.06 2.06 World Transportation - 2 357 0.391 1e+04 0.709 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00468 0.0138 1.22 19.7 0 0 0 test.phys initStep + 1 0.027 0.123 10 19.7 0 8.78 8.78 World Transportation + 2 25.4 124 1e+04 19.7 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.221 0.0966 7.94 0.117 0 0 0 test.phys initStep - 1 0.266 0.0851 9.2 0.0857 0 1.27 1.27 test.phys compt - 2 11.9 0.865 0 0.0857 0 14.8 16.1 World Transportation - 3 1e+04 672 -7.92e+03 0.0857 0 1.28e+04 1.28e+04 OutOfWorld Transportation + 0 0.00468 0.0138 1.22 14.6 0 0 0 test.phys initStep + 1 -0.00212 0.137 10 14.6 0 8.78 8.78 World Transportation + 2 -7.74 141 1e+04 14.6 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, 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 0.266 0.0851 9.2 0.0312 0 0 0 test.phys initStep - 1 0.265 0.085 9.21 0 0.0312 0.00941 0.00941 test.phys eIoni + 0 0.00468 0.0138 1.22 11.6 0 0 0 test.phys initStep + 1 0.0386 0.15 10 11.6 0 8.78 8.78 World Transportation + 2 38.6 156 1e+04 11.6 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, 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 0.221 0.0966 7.94 0.952 0 0 0 test.phys initStep - 1 0.364 0.108 10 0.952 0 2.07 2.07 World Transportation - 2 696 57.3 1e+04 0.952 0 1e+04 1e+04 OutOfWorld Transportation + 0 0.00468 0.0138 1.22 40.2 0 0 0 test.phys initStep + 1 0.0484 0.0999 10 40.2 0 8.78 8.78 World Transportation + 2 49.9 98.1 1e+04 40.2 0 9.99e+03 1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 2, Parent ID = 1 +* G4Track 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.221 0.0966 7.94 0.0138 0 0 0 test.phys initStep - 1 0.23 0.0975 8.19 0 0.000119 0.251 0.251 test.phys phot + 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.145 -0.154 7.28 97 2.53 7.28 1.01e+03 test.phys eIoni + 3 -0.198 -0.181 10 95.8 1.17 2.73 1.01e+03 World Transportation + 4 -285 15.2 1e+04 95.8 3.66e-22 9.99e+03 1.1e+04 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 2 +* 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.23 0.0975 8.19 0.0136 0 0 0 test.phys initStep - 1 0.23 0.0972 8.19 0 0.0136 0.00225 0.00225 test.phys eIoni + 0 -0.145 -0.154 7.28 0.483 0 0 0 test.phys initStep + 1 -0.375 -0.249 7.44 0 0.483 0.802 0.802 test.phys eIoni Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.010451s Sys=0.000000s + User=0.010000s Real=0.011804s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -4121,12 +4474,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.00865 MB -Pool ID '7G4Track', size : 0.0163 MB +Pool ID '17G4DynamicParticle', size : 0.00673 MB +Pool ID '7G4Track', size : 0.0135 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.038 MB +Dynamic pools deleted: 9 / Total memory freed: 0.034 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/biasing/GB05/exampleGB05.out b/examples/extended/biasing/GB05/exampleGB05.out index 0d179d55ed7..b989eac9c42 100644 --- a/examples/extended/biasing/GB05/exampleGB05.out +++ b/examples/extended/biasing/GB05/exampleGB05.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,20 +34,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -60,6 +60,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -67,6 +70,9 @@ Registered filter factories: 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 @@ -467,31 +473,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -499,11 +505,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -513,11 +519,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -527,11 +533,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -541,11 +547,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -555,11 +561,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -569,11 +575,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -582,12 +588,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -607,7 +613,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -703,17 +710,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -733,6 +754,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -742,1859 +764,1479 @@ Upload data before 1st event for Z < 9 ======================================================================= G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. - gamma, kinetic energy (MeV) = 1.94003, position (cm) = (75.9142,-38.0315,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 3.73226, position (cm) = (52.3166,-146.087,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 1.37497, position (cm) = (52.8212,-20.1012,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.90964, position (cm) = (91.8505,-116.203,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.74145, position (cm) = (90.5395,-108.774,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.669518, position (cm) = (105.049,-118.241,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 6.80859, position (cm) = (101.732,-113.157,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 10.1383, position (cm) = (101.644,-110.033,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 10.1383, position (cm) = (101.644,-110.033,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 10.3742, position (cm) = (101.328,-110.62,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 22.4328, position (cm) = (85.9179,-119.514,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 41.6973, position (cm) = (87.4013,-98.1042,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.315323, position (cm) = (86.9096,-93.4144,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 5.06955, position (cm) = (65.2405,-81.4948,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 1.56441, position (cm) = (80.0872,-65.2417,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.94121, position (cm) = (83.4928,-75.7642,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.440673, position (cm) = (85.8673,-72.5162,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 3.34592, position (cm) = (85.5924,-71.8416,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.182265, position (cm) = (-0.560535,-8.87728,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.349159, position (cm) = (28.6673,-88.663,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.131762, position (cm) = (21.6819,-109.002,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.714174, position (cm) = (5.34121,-67.2672,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 49.7393, position (cm) = (-4.57462,-37.2051,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 49.6509, position (cm) = (-4.31441,-37.0631,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 5.34449, position (cm) = (-4.92703,-33.0129,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.619874, position (cm) = (-4.2578,-36.4783,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.914233, position (cm) = (46.6024,-47.4947,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.265283, position (cm) = (3.79186,-44.8492,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.321738, position (cm) = (-8.82274,-29.6202,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 49.156, position (cm) = (-4.92118,-36.085,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 3.66495e-05, position (cm) = (-22.9807,-1.15415,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 77.7147, position (cm) = (80.2772,40.9223,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 75.8074, position (cm) = (79.354,29.0176,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.0205541, position (cm) = (67.1892,40.97,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.378786, position (cm) = (62.1819,35.3188,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.0688061, position (cm) = (51.2012,34.4641,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.858564, position (cm) = (37.6659,117.481,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 1.75577, position (cm) = (35.2044,117.679,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.188004, position (cm) = (38.8147,119.4,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.334105, position (cm) = (73.5358,38.9031,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.78665, position (cm) = (93.6383,47.7355,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 2.22577, position (cm) = (37.2938,-9.80751,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.125291, position (cm) = (30.6467,22.178,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 78.4108, position (cm) = (52.6422,50.6714,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 78.4108, position (cm) = (52.6422,50.6714,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 78.4287, position (cm) = (53.3062,48.89,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 77.3217, position (cm) = (42.1161,56.4459,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 72.4371, position (cm) = (61.6201,43.6011,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.0715203, position (cm) = (-6.35294,-22.0102,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-23.4375,-6.72862,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.523566, position (cm) = (-99.432,6.74939,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 2.93435, position (cm) = (-85.0188,28.9002,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.58322, position (cm) = (-106.664,10.6858,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.35791, position (cm) = (-113.138,-2.33932,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.36698, position (cm) = (-113.968,-1.24775,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.000275891, position (cm) = (-161.266,-3.16413,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.540707, position (cm) = (-144.935,30.661,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.8032, position (cm) = (-144.693,30.5974,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 22.2874, position (cm) = (-144.337,30.5372,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.253751, position (cm) = (-154.208,48.3883,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00690344, position (cm) = (-132.383,19.4174,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0515515, position (cm) = (-134.753,52.119,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.180002, position (cm) = (-152.588,22.1448,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.609893, position (cm) = (-163.117,41.4568,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.17451, position (cm) = (-163.751,39.8351,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 29.5186, position (cm) = (-142.675,71.5378,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0559793, position (cm) = (-160.522,124.783,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.187076, position (cm) = (-159.911,53.8121,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.42233, position (cm) = (-143.341,101.246,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 40.8059, position (cm) = (-155.663,108.36,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 6.22936, position (cm) = (-86.0239,69.9236,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 41.3737, position (cm) = (-123.359,64.9566,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.908369, position (cm) = (-123.601,61.2756,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.390276, position (cm) = (-120.632,66.1476,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 29.8472, position (cm) = (-115.41,68.0702,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 41.2447, position (cm) = (-153.655,70.968,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.26393, position (cm) = (-94.9612,55.5662,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.19468, position (cm) = (-107.793,24.8666,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.488614, position (cm) = (-86.5069,45.3343,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 6.0595, position (cm) = (-127.42,45.7207,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 18.9032, position (cm) = (-157.98,67.6749,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 0.391136, position (cm) = (-181.293,84.1568,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 26.821, position (cm) = (-165.692,56.8717,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 4.27492, position (cm) = (-155.025,56.6305,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 37.3497, position (cm) = (-156.128,67.1734,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 2.99004, position (cm) = (-158.642,76.1654,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.506179, position (cm) = (-163.468,77.793,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.06532, position (cm) = (-156.954,76.1799,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 5.74128, position (cm) = (-156.223,71.3205,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 7.50826, position (cm) = (-152.41,64.94,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.0750151, position (cm) = (-158.718,57.0841,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 2.43168e-06, position (cm) = (-153.363,85.8995,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 4.35137, position (cm) = (-151.492,75.5144,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 4.76274, position (cm) = (-133.644,67.231,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 7.13259, position (cm) = (-107.14,54.3191,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.835316, position (cm) = (-127.138,53.7879,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 3.6968, position (cm) = (-129.271,53.5046,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.141754, position (cm) = (-130.831,56.429,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.7022, position (cm) = (-161.112,88.5018,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0888511, position (cm) = (-80.2103,47.9371,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.24223, position (cm) = (-80.7179,50.5065,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 36.217, position (cm) = (-81.1042,54.8363,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 39.0188, position (cm) = (-82.2555,52.6445,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 38.112, position (cm) = (-83.1552,52.7681,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 39.2426, position (cm) = (-83.9028,52.7036,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 39.2426, position (cm) = (-83.9028,52.7036,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 39.1763, position (cm) = (-82.5533,54.2148,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 6.40422, position (cm) = (-78.2056,51.4122,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 39.4302, position (cm) = (-81.1923,52.7751,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.482437, position (cm) = (-52.0533,-4.56427,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.115879, position (cm) = (-127.335,66.6238,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 43.3408, position (cm) = (-103.484,22.7489,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.148291, position (cm) = (-82.8769,23.3566,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.64887, position (cm) = (-93.7046,35.2042,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.10958, position (cm) = (-87.6733,32.1684,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 3.34094, position (cm) = (-70.2258,11.9039,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.35064, position (cm) = (-65.4582,-19.5473,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.081588, position (cm) = (-80.9461,28.5374,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.333408, position (cm) = (-85.3836,31.9533,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.279665, position (cm) = (-73.7397,12.3063,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.278312, position (cm) = (-62.9639,20.9158,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 14.8941, position (cm) = (-51.9086,90.5278,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 15.0083, position (cm) = (-51.9788,91.226,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 12.9495, position (cm) = (-65.0596,91.759,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 12.9495, position (cm) = (-65.0596,91.759,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.19067, position (cm) = (-83.4381,95.192,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.22334, position (cm) = (-19.6971,46.5636,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 4.17623, position (cm) = (-7.68392,24.7644,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0703342, position (cm) = (15.07,43.5837,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.03762, position (cm) = (18.7485,44.8175,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 2.46184, position (cm) = (19.48,44.8549,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 5.39498, position (cm) = (18.2535,44.9153,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.581366, position (cm) = (13.4404,39.1514,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 6.52009, position (cm) = (5.32339,35.9876,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.185587, position (cm) = (23.2559,34.1841,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.96385, position (cm) = (24.7155,42.6435,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 5.04957, position (cm) = (-2.26752,29.6791,200), weight = 2.38419e-07 - e-, kinetic energy (MeV) = 0.674764, position (cm) = (15.8815,33.3773,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 2.47168, position (cm) = (2.5237,43.2212,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0802415, position (cm) = (-9.53317,68.1898,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.215107, position (cm) = (-35.3026,92.9136,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.695658, position (cm) = (-46.6458,16.5453,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 13.4357, position (cm) = (-37.2668,5.13341,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 13.4357, position (cm) = (-37.2668,5.13341,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 1.25316, position (cm) = (-25.8422,7.78672,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0758292, position (cm) = (-5.22823,-31.5391,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 8.15099, position (cm) = (-33.9828,-5.8444,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.21652, position (cm) = (-45.2366,-35.7858,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.05232, position (cm) = (-10.6861,-20.3834,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 4.49187, position (cm) = (-14.5232,-6.87957,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 61.2236, position (cm) = (-52.0994,4.52717,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 42.3895, position (cm) = (-56.0387,12.0668,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 4.09407, position (cm) = (47.0128,4.56666,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.511197, position (cm) = (36.4769,-3.63641,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.930169, position (cm) = (53.9034,11.3644,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.490193, position (cm) = (90.1047,28.7178,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.0708236, position (cm) = (105.292,36.2349,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.141532, position (cm) = (79.5086,27.6982,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.367632, position (cm) = (85.147,31.5587,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 65.2065, position (cm) = (100.044,36.3659,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.105865, position (cm) = (48.7413,17.7392,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 15.1932, position (cm) = (48.2123,8.21406,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 85.5285, position (cm) = (41.8646,0.194623,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 2.82112, position (cm) = (-1.8907,59.6569,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 38.4707, position (cm) = (-27.0925,59.8219,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 38.4707, position (cm) = (-27.0925,59.8219,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 92.9416, position (cm) = (-17.3266,66.5014,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 91.4959, position (cm) = (-18.0245,62.9756,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.135141, position (cm) = (-3.75018,12.8167,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 3.23014, position (cm) = (57.252,114.757,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.112012, position (cm) = (56.6587,116.749,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.671107, position (cm) = (49.2819,70.0277,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.109582, position (cm) = (22.0352,130.04,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 6.44711, position (cm) = (33.9365,101.688,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.48022, position (cm) = (63.7363,89.8475,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 12.8826, position (cm) = (64.7707,108.409,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 12.6953, position (cm) = (68.6631,109.158,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.151668, position (cm) = (28.4316,84.5642,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.36026, position (cm) = (38.2956,91.9642,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 49.965, position (cm) = (-0.532494,125.954,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.238166, position (cm) = (-40.9146,118.91,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 50.1965, position (cm) = (1.05033,127.784,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.161755, position (cm) = (-28.637,104.611,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 48.9532, position (cm) = (-29.6796,85.0616,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0725734, position (cm) = (-28.5096,84.8863,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 6.83118, position (cm) = (-26.4148,81.5788,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 14.8216, position (cm) = (-13.4496,105.569,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 14.6847, position (cm) = (-12.3379,103.508,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.27304, position (cm) = (-11.33,100.709,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.324711, position (cm) = (-11.6234,110.432,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 7.61697, position (cm) = (-14.5705,103.543,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 78.4815, position (cm) = (14.3202,38.8313,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 78.4815, position (cm) = (14.3202,38.8313,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.00139379, position (cm) = (-42.5799,-7.88279,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.26704, position (cm) = (-46.5633,13.3449,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.64971, position (cm) = (-46.0477,15.4291,200), weight = 6.10352e-05 - e+, kinetic energy (MeV) = 2.06775, position (cm) = (-46.6468,14.5221,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0133229, position (cm) = (-46.6463,14.5223,200), weight = 6.10352e-05 - e-, kinetic energy (MeV) = 1.70564, position (cm) = (-46.7309,14.5448,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 23.0699, position (cm) = (9.12815,5.02471,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.118485, position (cm) = (21.4118,-2.03874,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.294664, position (cm) = (18.7569,-19.0926,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.197305, position (cm) = (17.3361,-37.4496,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.00114778, position (cm) = (9.586,-3.93496,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 23.5638, position (cm) = (5.33261,-19.1631,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 8.57674, position (cm) = (5.89109,-4.09699,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.45949, position (cm) = (16.1153,-3.15048,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.21414, position (cm) = (28.7069,49.1775,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.11631, position (cm) = (31.6953,39.837,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 4.13178, position (cm) = (13.283,57.4642,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.329996, position (cm) = (37.959,54.8964,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 5.30091, position (cm) = (36.1803,54.1858,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.641254, position (cm) = (53.4819,30.4384,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 17.613, position (cm) = (86.6264,68.0067,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.103603, position (cm) = (86.0912,67.6094,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 1.25943, position (cm) = (91.2822,65.1694,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.15976, position (cm) = (90.3225,65.9537,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.113831, position (cm) = (85.4451,74.337,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 7.31727, position (cm) = (92.2061,54.4052,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 7.31727, position (cm) = (92.2061,54.4052,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 0.0716813, position (cm) = (61.7774,58.1308,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.144792, position (cm) = (58.6362,54.6096,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 7.4655, position (cm) = (99.1222,63.9379,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 1.25746, position (cm) = (103.728,43.7371,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 4.41868, position (cm) = (97.1942,65.0074,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.328435, position (cm) = (33.9348,59.8079,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.589274, position (cm) = (99.368,88.5859,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 6.55588, position (cm) = (88.3652,104.153,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 1.41671, position (cm) = (85.2659,128.108,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 0.0714114, position (cm) = (88.3047,114.525,200), weight = 2.32831e-10 - gamma, kinetic energy (MeV) = 3.81617, position (cm) = (65.48,76.2976,200), weight = 9.31323e-10 - gamma, kinetic energy (MeV) = 0.208917, position (cm) = (55.0192,82.336,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 8.21624e-05, position (cm) = (62.3589,52.2241,200), weight = 9.31323e-10 - neutron, kinetic energy (MeV) = 0.0573642, position (cm) = (67.2668,82.376,200), weight = 7.45058e-09 - gamma, kinetic energy (MeV) = 0.142836, position (cm) = (95.3962,102.272,200), weight = 1.86265e-09 - neutron, kinetic energy (MeV) = 0.200656, position (cm) = (113.981,92.622,200), weight = 1.45519e-11 - gamma, kinetic energy (MeV) = 1.05293, position (cm) = (106.786,82.4487,200), weight = 1.45519e-11 - gamma, kinetic energy (MeV) = 0.819435, position (cm) = (108.946,87.0203,200), weight = 7.27596e-12 - neutron, kinetic energy (MeV) = 1.18213, position (cm) = (108.894,85.6471,200), weight = 7.27596e-12 - neutron, kinetic energy (MeV) = 18.4688, position (cm) = (117.001,96.53,200), weight = 3.63798e-12 - neutron, kinetic energy (MeV) = 18.4688, position (cm) = (117.001,96.53,200), weight = 3.63798e-12 - neutron, kinetic energy (MeV) = 18.4688, position (cm) = (117.001,96.53,200), weight = 7.27596e-12 - gamma, kinetic energy (MeV) = 0.83156, position (cm) = (72.0415,84.7921,200), weight = 1.16415e-10 - neutron, kinetic energy (MeV) = 0.006664, position (cm) = (110.39,87.7485,200), weight = 1.45519e-11 - neutron, kinetic energy (MeV) = 19.6537, position (cm) = (130.812,69.7941,200), weight = 4.54747e-13 - gamma, kinetic energy (MeV) = 0.336759, position (cm) = (130.183,74.2005,200), weight = 4.54747e-13 - gamma, kinetic energy (MeV) = 2.68454, position (cm) = (126.384,67.0811,200), weight = 4.54747e-13 - neutron, kinetic energy (MeV) = 19.6537, position (cm) = (130.812,69.7941,200), weight = 9.09495e-13 - neutron, kinetic energy (MeV) = 19.6537, position (cm) = (130.812,69.7941,200), weight = 1.81899e-12 - neutron, kinetic energy (MeV) = 19.4253, position (cm) = (125.025,73.067,200), weight = 1.81899e-12 - neutron, kinetic energy (MeV) = 19.1711, position (cm) = (133.239,76.3323,200), weight = 1.81899e-12 - gamma, kinetic energy (MeV) = 1.03801, position (cm) = (113.819,96.2942,200), weight = 3.63798e-12 - gamma, kinetic energy (MeV) = 0.0784111, position (cm) = (109.078,80.0191,200), weight = 1.81899e-12 - neutron, kinetic energy (MeV) = 20.0433, position (cm) = (117.108,93.7799,200), weight = 1.81899e-12 - gamma, kinetic energy (MeV) = 0.146937, position (cm) = (112.033,93.8274,200), weight = 1.81899e-12 - gamma, kinetic energy (MeV) = 0.762643, position (cm) = (116.353,117.504,200), weight = 1.81899e-12 - neutron, kinetic energy (MeV) = 1.92368, position (cm) = (116.487,94.2306,200), weight = 1.81899e-12 - gamma, kinetic energy (MeV) = 4.85981, position (cm) = (68.9345,92.3026,200), weight = 4.65661e-10 - gamma, kinetic energy (MeV) = 3.55747, position (cm) = (20.1866,61.9799,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.16167, position (cm) = (-0.892729,-2.13948,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 6.19058e-07, position (cm) = (30.828,26.641,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 19.9009, position (cm) = (22.925,54.6088,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.104313, position (cm) = (14.4851,51.7696,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.237376, position (cm) = (12.0947,46.467,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 3.48456, position (cm) = (24.4448,58.7256,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.317631, position (cm) = (17.7942,40.6628,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.404613, position (cm) = (41.3489,47.521,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.28892, position (cm) = (43.4581,47.0199,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 2.57402, position (cm) = (44.0675,47.0481,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 17.8926, position (cm) = (43.9127,47.0707,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.349585, position (cm) = (0.0807666,48.2015,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.27308, position (cm) = (4.89437,54.5384,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 20.1936, position (cm) = (-2.26833,45.3502,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.0433647, position (cm) = (28.1084,45.4928,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.489939, position (cm) = (22.08,-5.50562,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 49.2038, position (cm) = (-7.59979,4.87409,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 49.2038, position (cm) = (-7.59979,4.87409,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 98.0703, position (cm) = (-22.7641,31.0118,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 98.1722, position (cm) = (-23.1431,30.3456,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 98.9474, position (cm) = (-17.6908,24.4171,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 99.2307, position (cm) = (-14.2268,26.5295,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 99.2307, position (cm) = (-14.2268,26.5295,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 31.2884, position (cm) = (-41.0897,44.3478,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 31.5911, position (cm) = (-18.2926,43.8068,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 32.0597, position (cm) = (-24.0143,42.6214,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.114215, position (cm) = (-22.482,44.4409,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.735373, position (cm) = (-22.9872,45.6484,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 28.9292, position (cm) = (-22.7206,48.6965,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.278255, position (cm) = (-9.01743,27.4058,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.198998, position (cm) = (-30.5965,28.9755,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.964657, position (cm) = (-58.176,36.2301,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.189195, position (cm) = (-61.6979,28.1219,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.42511, position (cm) = (35.1272,42.318,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.181248, position (cm) = (-14.6252,27.9339,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 4.23261, position (cm) = (-18.8418,23.5202,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.00119205, position (cm) = (-2.31211,5.57994,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.0954141, position (cm) = (-30.565,26.695,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 37.4323, position (cm) = (-31.3804,32.8418,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 59.013, position (cm) = (-32.7278,34.0008,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 59.013, position (cm) = (-32.7278,34.0008,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 58.9571, position (cm) = (-30.0721,34.222,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 5.29411, position (cm) = (-37.6361,27.0524,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 59.2821, position (cm) = (-42.3892,31.1511,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 59.2752, position (cm) = (-41.721,31.7227,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.32099, position (cm) = (-25.995,21.3649,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.157596, position (cm) = (-26.8593,25.1801,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0904422, position (cm) = (-10.1309,10.8864,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.55446, position (cm) = (-11.1695,13.6606,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 2.85452, position (cm) = (-16.5151,11.2423,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.38661, position (cm) = (-12.7825,0.149438,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 6.17264, position (cm) = (-6.5212,22.3334,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.99501, position (cm) = (-17.7121,10.9858,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0838295, position (cm) = (1.44483,-13.146,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 9.89487, position (cm) = (24.0168,0.731372,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.32164, position (cm) = (11.881,27.392,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.92183, position (cm) = (48.4415,22.7505,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 70.0286, position (cm) = (43.2572,22.7228,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 70.0286, position (cm) = (43.2572,22.7228,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 2.71581, position (cm) = (52.3493,9.34881,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.284302, position (cm) = (61.882,16.6758,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 5.68393, position (cm) = (61.1731,16.3509,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.36726, position (cm) = (71.594,15.7985,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.165899, position (cm) = (74.7335,13.7261,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.00088988, position (cm) = (70.6921,-3.1713,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.58049, position (cm) = (77.1714,22.0302,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 67.0771, position (cm) = (11.6555,9.61099,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 67.3718, position (cm) = (13.5044,3.83188,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 98.5283, position (cm) = (33.6299,-12.6352,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.243745, position (cm) = (14.979,-1.27063,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 7.36989, position (cm) = (32.049,-73.0908,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.97742, position (cm) = (26.6697,-60.4856,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 6.19563, position (cm) = (41.9156,-103.943,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0638849, position (cm) = (54.9012,-81.3897,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 8.42496, position (cm) = (55.5254,-68.8184,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.158831, position (cm) = (55.6596,-71.5429,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 5.52458, position (cm) = (53.9927,-68.7208,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.583217, position (cm) = (56.1352,-68.5656,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 4.0344e-09, position (cm) = (57.6697,-64.2616,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.36074, position (cm) = (52.074,-72.5972,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.180281, position (cm) = (40.3589,-89.2235,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.18122, position (cm) = (47.7428,-67.1429,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 6.04146, position (cm) = (47.6891,-59.1767,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.154019, position (cm) = (56.3497,-69.3223,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.23411, position (cm) = (54.3515,-69.9973,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.348187, position (cm) = (52.0383,-75.401,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.69718, position (cm) = (54.8614,-69.1992,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 4.7458, position (cm) = (55.8989,-68.7264,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.166241, position (cm) = (81.6515,-116.091,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.26844, position (cm) = (74.3811,-91.2424,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 4.12926, position (cm) = (83.786,-88.6101,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 75.8298, position (cm) = (79.7357,-115.825,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0896478, position (cm) = (83.999,-82.8527,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.588393, position (cm) = (71.615,-97.2285,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.2409, position (cm) = (45.8618,-104.961,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0030918, position (cm) = (77.9165,-57.6623,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 5.24248, position (cm) = (110.918,-131.192,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.187132, position (cm) = (93.9781,-98.9038,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 2.63207, position (cm) = (98.6596,-78.5663,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.88613, position (cm) = (121.113,-79.4681,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.00988, position (cm) = (87.5791,-108.653,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.353653, position (cm) = (96.4465,-97.6261,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.83887, position (cm) = (139.051,-70.4878,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 3.03142, position (cm) = (109.005,-109.299,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.43738, position (cm) = (82.6483,-118.85,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.126492, position (cm) = (75.0902,-88.0698,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.059287, position (cm) = (68.9191,-99.3558,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 5.14644, position (cm) = (69.047,-74.2626,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.161762, position (cm) = (-5.96603,-92.996,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.00106734, position (cm) = (11.6866,-83.3246,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.788099, position (cm) = (58.3766,-12.1938,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.218617, position (cm) = (63.0095,-22.7091,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 25.6523, position (cm) = (50.0532,-14.9563,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.849881, position (cm) = (35.2368,-22.0693,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.29963, position (cm) = (47.9347,-5.74844,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.17125, position (cm) = (71.1442,-8.10104,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 1.38914, position (cm) = (57.8739,-23.0832,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.136072, position (cm) = (67.4886,-7.95777,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.18182, position (cm) = (63.7075,-3.52971,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 1.9153, position (cm) = (60.2151,-7.78143,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.324008, position (cm) = (74.7204,-6.68264,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.123341, position (cm) = (80.9841,-3.9253,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.26677, position (cm) = (59.7632,-17.8677,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.113978, position (cm) = (65.1065,-9.31292,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.162612, position (cm) = (54.9553,-25.7247,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.31925, position (cm) = (54.6105,-25.5231,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.50112, position (cm) = (54.4002,-11.2778,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 1.28353, position (cm) = (60.635,-40.4641,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 9.19414, position (cm) = (-70.3099,-298.288,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 1.43857, position (cm) = (-60.195,-270.252,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.0856038, position (cm) = (-139.595,-332.557,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 0.266729, position (cm) = (-137.399,-319.323,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 12.9878, position (cm) = (-116.427,-317.497,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 0.000293988, position (cm) = (-127.287,-337.514,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 7.82116, position (cm) = (-98.6542,-334.739,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 1.62719e-05, position (cm) = (-117.722,-325.788,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.0646367, position (cm) = (-93.2412,-336.779,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 4.59003, position (cm) = (-119.07,-357.34,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.05369, position (cm) = (-172.535,-334.153,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 22.4375, position (cm) = (-146.66,-341.797,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 5.79761, position (cm) = (27.8201,-108.48,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.76544, position (cm) = (37.5614,-107.327,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.400041, position (cm) = (23.9684,-123.759,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 4.45787, position (cm) = (37.5591,-105.104,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 46.106, position (cm) = (-8.89136,-140.827,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 46.106, position (cm) = (-8.89136,-140.827,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0808369, position (cm) = (-22.3244,-160.809,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.34498, position (cm) = (-21.7308,-159.902,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.122525, position (cm) = (-20.313,-161.375,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0894135, position (cm) = (-34.9752,-179.25,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 40.3115, position (cm) = (-13.6126,-155.824,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 40.1742, position (cm) = (-13.5365,-158.714,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 46.0246, position (cm) = (-11.2133,-141.011,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 46.0246, position (cm) = (-11.2133,-141.011,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.19328, position (cm) = (-0.685745,-152.728,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.293283, position (cm) = (-19.1756,-143.545,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.172834, position (cm) = (-4.70092,-122.499,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 12.7976, position (cm) = (-12.2344,-141.408,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.15367, position (cm) = (-2.63844,-141.737,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.8698, position (cm) = (17.3513,-135.348,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.95313, position (cm) = (-39.4865,-136.655,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 9.54468, position (cm) = (-41.0332,-136.859,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 45.0973, position (cm) = (-40.4291,-122.096,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 45.0973, position (cm) = (-40.4291,-122.096,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.107358, position (cm) = (-50.9327,-114.158,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.248578, position (cm) = (-96.8224,-127.266,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 30.6195, position (cm) = (-87.574,-121.45,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.00382538, position (cm) = (-58.3399,-128.462,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.101093, position (cm) = (-50.714,-129.913,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 8.40409, position (cm) = (-66.9165,-132.44,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.0403191, position (cm) = (-49.4107,-123.067,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.636338, position (cm) = (-58.397,-122.785,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 2.8846, position (cm) = (-57.7957,-115.531,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 15.0779, position (cm) = (-61.656,-128.639,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 7.78691, position (cm) = (-48.1588,-129.638,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.300671, position (cm) = (-42.6033,-144.066,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.769517, position (cm) = (-43.4109,-145.735,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.109223, position (cm) = (-35.374,-135.874,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 28.3441, position (cm) = (-41.2223,-133.889,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 45.2184, position (cm) = (-48.4281,-126.827,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.54751, position (cm) = (-45.7599,-127.595,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 2.55224, position (cm) = (-44.0569,-127.197,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 9.60935, position (cm) = (-47.5829,-129.12,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 44.6678, position (cm) = (-50.2328,-129.571,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.220246, position (cm) = (-18.3665,-125.836,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.508786, position (cm) = (-41.7415,-107.74,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.000155897, position (cm) = (-15.0088,-127.096,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.0689084, position (cm) = (23.6703,-140.523,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.49174, position (cm) = (10.5643,-121.136,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0748863, position (cm) = (12.4812,-114.736,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0674138, position (cm) = (13.3389,-136.476,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0503739, position (cm) = (38.0334,-115.896,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 5.00637, position (cm) = (2.71977,-139.047,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.667348, position (cm) = (-4.88612,-124.668,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 40.7373, position (cm) = (-2.34824,-128.557,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 7.11335, position (cm) = (9.08317,-111.42,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 7.11335, position (cm) = (9.08317,-111.42,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 7.11335, position (cm) = (9.08317,-111.42,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.24454, position (cm) = (-2.46487,-126.63,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.74823, position (cm) = (13.5407,-128.633,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.37418, position (cm) = (-2.73243,-123.015,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 9.40984, position (cm) = (117.005,-29.0952,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.14014e-05, position (cm) = (125.819,-47.5732,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.686808, position (cm) = (83.1626,-35.3512,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 6.6289, position (cm) = (122.476,-33.023,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 61.3767, position (cm) = (117.581,-29.8372,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 9.60983e-06, position (cm) = (102.518,-86.1762,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 6.72805, position (cm) = (49.0354,-19.6863,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 5.80232, position (cm) = (15.785,-97.798,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.875366, position (cm) = (-25.5229,-149.427,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 44.4347, position (cm) = (32.4585,-56.8438,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 44.775, position (cm) = (32.3194,-56.9124,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 45.0053, position (cm) = (33.8349,-57.6284,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 45.0053, position (cm) = (33.8349,-57.6284,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 44.644, position (cm) = (45.5152,-59.7973,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 44.611, position (cm) = (45.5085,-59.6066,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.433005, position (cm) = (41.7753,-58.0684,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.0239089, position (cm) = (51.7754,-61.8259,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.46954, position (cm) = (45.1502,-61.7748,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 29.151, position (cm) = (14.5996,-61.141,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 7.98108, position (cm) = (61.3262,-31.9411,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 3.99663, position (cm) = (30.8374,-36.2468,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 9.21685e-05, position (cm) = (27.9227,-31.4171,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 5.10396, position (cm) = (41.3994,-53.1517,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.61222e-05, position (cm) = (27.8475,-33.8533,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 20.8463, position (cm) = (59.9253,15.4614,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 21.7148, position (cm) = (59.1757,14.8187,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 21.7945, position (cm) = (59.6606,15.5484,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.47093e-06, position (cm) = (53.6859,-44.3832,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 87.9981, position (cm) = (50.1965,3.77867,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.751585, position (cm) = (60.0052,-13.5324,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.188025, position (cm) = (38.4957,-12.4466,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.219522, position (cm) = (39.8354,-11.9755,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.160535, position (cm) = (39.6069,-12.8921,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 4.17003e-06, position (cm) = (33.816,-86.3106,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.69936, position (cm) = (66.1167,-72.0522,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.000818194, position (cm) = (-112.151,-7.82148,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.35235, position (cm) = (-85.6887,-10.0409,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.68408, position (cm) = (-83.97,-11.0805,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 4.66823, position (cm) = (-93.9407,-18.3412,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 69.2338, position (cm) = (-90.6636,-17.3072,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.02307, position (cm) = (-96.7698,-20.0325,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 69.9927, position (cm) = (-129.634,-23.8182,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.137531, position (cm) = (-120.141,-17.0553,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.549611, position (cm) = (-115.4,-19.2382,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.108325, position (cm) = (-124.264,-19.1948,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.740246, position (cm) = (-122.318,-20.0732,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 97.9343, position (cm) = (-72.6054,0.255333,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 54.3866, position (cm) = (-60.0958,-2.47566,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 98.7147, position (cm) = (-47.0764,-17.4955,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 98.7774, position (cm) = (-48.1983,-15.0042,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 98.7774, position (cm) = (-48.1983,-15.0042,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 98.7774, position (cm) = (-48.1983,-15.0042,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 98.9323, position (cm) = (-47.8133,-18.0627,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 98.9323, position (cm) = (-47.8133,-18.0627,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.44511, position (cm) = (-66.8663,8.45567,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.99188e-05, position (cm) = (-98.9644,-12.2323,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0872534, position (cm) = (-47.2745,-23.391,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.66037, position (cm) = (-98.8603,-23.5174,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.132581, position (cm) = (-89.9924,-19.5591,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.29031, position (cm) = (-85.8303,-17.611,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.59307, position (cm) = (-68.4515,-13.6624,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.00901196, position (cm) = (-42.8126,17.193,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0881979, position (cm) = (-103.682,13.3044,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.37428, position (cm) = (-120.57,8.34251,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.02795e-05, position (cm) = (-66.6281,0.236034,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.910519, position (cm) = (-86.8347,11.6207,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 7.78017, position (cm) = (-80.4021,12.4472,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.78017, position (cm) = (-80.4021,12.4472,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0827091, position (cm) = (-90.7829,9.33987,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.23569, position (cm) = (-104.089,15.8584,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0874572, position (cm) = (-8.47263,-8.88166,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 81.9101, position (cm) = (-79.8414,-28.4828,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.137615, position (cm) = (-64.6448,-17.4007,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 79.7164, position (cm) = (-78.6746,-25.8111,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 19.3083, position (cm) = (-76.3595,-30.4687,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 19.3083, position (cm) = (-76.3595,-30.4687,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 19.3083, position (cm) = (-76.3595,-30.4687,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.150091, position (cm) = (-77.3562,-24.557,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 3.51711, position (cm) = (-71.7719,-28.2709,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 7.48482, position (cm) = (-98.1132,-29.4029,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 3.0061, position (cm) = (-79.5716,-20.0756,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0809278, position (cm) = (-66.1503,-16.927,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.1659, position (cm) = (-71.7442,-27.5585,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.16976, position (cm) = (-61.9042,-23.7022,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.546684, position (cm) = (-25.4874,-14.6092,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.217217, position (cm) = (-92.6858,-21.0894,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0775801, position (cm) = (-77.1305,-27.8946,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 4.65198, position (cm) = (-99.6364,-34.2086,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.147504, position (cm) = (-55.392,-40.2947,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 41.0275, position (cm) = (-47.6862,-8.24226,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 41.4411, position (cm) = (-47.9549,-8.79063,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 65.7021, position (cm) = (-76.8487,-25.0986,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 66.443, position (cm) = (-76.065,-25.6756,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 66.443, position (cm) = (-76.065,-25.6756,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-67.4688,6.19734,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.0575226, position (cm) = (-67.7574,19.3959,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0972722, position (cm) = (-47.4134,-13.0991,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.000920538, position (cm) = (-56.3003,-21.3182,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 4.78578, position (cm) = (-57.6378,-6.36529,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 25.8436, position (cm) = (-55.9347,-5.1463,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 52.5141, position (cm) = (-66.6028,-8.12972,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.201389, position (cm) = (-72.7718,7.2129,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 1.0728, position (cm) = (-81.1001,-9.50253,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 27.2018, position (cm) = (-86.3952,5.47728,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 27.2659, position (cm) = (-86.7163,5.37172,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.20131, position (cm) = (-65.0168,-8.42559,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0902494, position (cm) = (-59.8482,-8.49751,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.152027, position (cm) = (-81.5167,-0.814398,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 98.9724, position (cm) = (-73.1499,-6.03398,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.3449, position (cm) = (-72.149,-7.34972,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 27.9726, position (cm) = (-72.6586,-6.39901,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 5.60293, position (cm) = (-101.827,16.5422,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.257259, position (cm) = (-99.1516,16.4486,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 3.77152, position (cm) = (-107.66,11.6728,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 98.9708, position (cm) = (-73.1888,-5.96676,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 98.9724, position (cm) = (-73.1499,-6.03398,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.66274, position (cm) = (-49.7919,-6.27419,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.146898, position (cm) = (-64.7152,-23.8538,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 3.65405, position (cm) = (-67.1262,-13.9818,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.61028, position (cm) = (-45.9881,-17.2834,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 19.568, position (cm) = (-39.5096,-22.783,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.66464, position (cm) = (-42.4624,-32.2569,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0641093, position (cm) = (15.5096,17.2769,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 34.5834, position (cm) = (23.8131,11.966,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 44.217, position (cm) = (-5.75631,-1.40654,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 60.1984, position (cm) = (-1.3878,-14.5636,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.163881, position (cm) = (-0.895591,16.0043,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.232129, position (cm) = (-15.0079,15.8674,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.60462, position (cm) = (-32.5956,17.1943,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.510812, position (cm) = (-15.1597,-16.2448,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.831484, position (cm) = (-21.4743,23.1996,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 42.7314, position (cm) = (-18.0412,22.1476,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.149804, position (cm) = (-9.4465,-39.1978,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 45.4587, position (cm) = (-3.53761,-54.175,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 45.4587, position (cm) = (-3.53761,-54.175,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 74.8875, position (cm) = (-1.9892,-51.6121,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 14.9725, position (cm) = (21.3964,-37.5093,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 4.89762, position (cm) = (15.2001,-39.743,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 74.4258, position (cm) = (-32.07,-32.9271,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 74.4258, position (cm) = (-32.07,-32.9271,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 74.4258, position (cm) = (-32.07,-32.9271,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 73.0508, position (cm) = (-17.8983,-33.1968,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 74.4448, position (cm) = (-25.8748,-33.9379,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 74.5943, position (cm) = (-26.5558,-33.7334,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 74.4901, position (cm) = (-26.9968,-31.7751,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 74.3238, position (cm) = (-32.0106,-21.804,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 74.7251, position (cm) = (-44.5722,-29.9733,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 74.7251, position (cm) = (-44.5722,-29.9733,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 22.9945, position (cm) = (-46.7696,-50.9032,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 22.9901, position (cm) = (-46.8006,-51.008,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 22.9945, position (cm) = (-46.7696,-50.9032,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.49001, position (cm) = (-41.8516,-48.6235,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 1.37094, position (cm) = (-41.1129,-54.0445,200), weight = 3.05176e-05 - e-, kinetic energy (MeV) = 1.06864, position (cm) = (-41.1271,-53.82,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 4.0857e-06, position (cm) = (-24.7376,-82.7759,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 11.3282, position (cm) = (-33.5822,-37.4752,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.695025, position (cm) = (49.0732,-30.8822,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 8.24609, position (cm) = (43.5065,-33.3678,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0698944, position (cm) = (88.5026,-28.5263,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.974091, position (cm) = (85.7171,-32.4509,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.87658, position (cm) = (87.4228,-57.0151,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0630639, position (cm) = (49.5291,-25.045,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.57998, position (cm) = (55.8266,-32.3524,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 4.40203, position (cm) = (48.8236,-25.6999,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.116402, position (cm) = (42.9356,-26.9859,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.924724, position (cm) = (42.8132,-23.8776,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.511614, position (cm) = (39.6665,-28.9197,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.91296, position (cm) = (37.1758,-26.6924,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 56.5498, position (cm) = (58.8923,-20.3104,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.227397, position (cm) = (13.636,-29.94,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.38186, position (cm) = (12.6528,-23.4408,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 6.1074e-07, position (cm) = (13.4068,-52.4502,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0292335, position (cm) = (18.9792,-53.6816,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.56574, position (cm) = (-15.1828,-75.8261,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.968982, position (cm) = (-14.1182,-72.9886,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.143572, position (cm) = (-9.52351,-73.1784,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.00341872, position (cm) = (-0.757611,-69.3239,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.29004, position (cm) = (-34.8774,-41.6511,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.21333, position (cm) = (-3.62265,-74.6242,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 3.18196, position (cm) = (-6.89586,-70.8325,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.00251339, position (cm) = (13.4648,-56.6426,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.803019, position (cm) = (-28.2989,-24.8079,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.73008, position (cm) = (-23.7473,-11.837,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.572646, position (cm) = (15.1234,-50.4282,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.39645, position (cm) = (5.60109,-34.7587,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.772561, position (cm) = (-5.93152,-51.0001,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 10.3643, position (cm) = (31.249,-44.8471,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 10.3643, position (cm) = (31.249,-44.8471,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 10.3643, position (cm) = (31.249,-44.8471,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.092725, position (cm) = (27.0497,-55.7919,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.91204e-05, position (cm) = (33.2041,-50.4061,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.000626442, position (cm) = (45.1692,-58.1849,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 22.4035, position (cm) = (-32.2441,-80.0043,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 17.1866, position (cm) = (-23.789,-82.9886,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.0904948, position (cm) = (-19.421,-89.8743,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.04037, position (cm) = (-16.5796,-85.6624,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 23.313, position (cm) = (-20.3144,-85.9691,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 5.21584e-06, position (cm) = (-25.8665,-95.0478,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 2.30152, position (cm) = (-19.0143,-92.2914,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 23.6465, position (cm) = (-24.3589,-82.8891,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.204415, position (cm) = (6.51023,-76.8525,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 25.778, position (cm) = (-3.96585,-102.854,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 25.778, position (cm) = (-3.96585,-102.854,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.78054, position (cm) = (46.3691,-82.1604,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 90.0574, position (cm) = (-64.7026,-1.93837,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 90.0574, position (cm) = (-64.7026,-1.93837,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 90.0574, position (cm) = (-64.7026,-1.93837,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 90.0574, position (cm) = (-64.7026,-1.93837,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.00270951, position (cm) = (-50.4301,-14.1235,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 6.10779, position (cm) = (-60.0557,-8.73906,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 5.63187, position (cm) = (-60.2676,-7.34874,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 89.5884, position (cm) = (-61.9868,2.06868,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.838058, position (cm) = (-79.4876,9.61597,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.77161e-05, position (cm) = (-71.7537,9.95307,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.97811, position (cm) = (-85.7212,18.5354,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 5.2768, position (cm) = (-82.2814,10.1155,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 94.6681, position (cm) = (-86.2934,9.2544,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.159115, position (cm) = (-53.204,9.25142,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.163501, position (cm) = (-55.6057,-6.20724,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.094574, position (cm) = (-49.4595,16.8032,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 38.3221, position (cm) = (-53.4354,-7.19336,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.42864, position (cm) = (-49.4235,-4.41319,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.162244, position (cm) = (-54.9487,-13.1701,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.365908, position (cm) = (-49.532,-31.3352,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.28574, position (cm) = (-55.466,-6.51882,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.282019, position (cm) = (-58.5579,-9.10878,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 8.68196, position (cm) = (-57.9275,-11.3539,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.876208, position (cm) = (-80.0895,13.5976,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 5.95516e-06, position (cm) = (-90.2439,12.4886,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 69.0887, position (cm) = (-60.1675,-14.4778,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.115234, position (cm) = (-57.6802,-11.5708,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.72371, position (cm) = (-54.3545,-14.9421,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 10.2072, position (cm) = (-81.1041,-13.3416,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 10.2072, position (cm) = (-81.1041,-13.3416,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 10.2072, position (cm) = (-81.1041,-13.3416,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 10.2072, position (cm) = (-81.1041,-13.3416,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 8.78876, position (cm) = (-85.7497,-13.2949,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.40752, position (cm) = (-81.8949,-14.0538,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.128995, position (cm) = (-80.6349,-17.3617,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.06901, position (cm) = (-54.7095,-12.6679,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 68.3602, position (cm) = (-53.4409,-9.29579,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 72.2286, position (cm) = (-67.6759,-8.39308,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.406424, position (cm) = (-56.9418,-6.70672,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 2.8606, position (cm) = (-56.582,-2.22916,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 3.93539, position (cm) = (-61.079,1.73479,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.17968, position (cm) = (-58.9734,11.3283,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.168745, position (cm) = (-62.1781,-3.57137,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.18362, position (cm) = (-59.8775,4.15127,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.0556, position (cm) = (-59.1205,1.62136,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 96.254, position (cm) = (-53.8986,1.12798,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 96.254, position (cm) = (-53.8986,1.12798,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.287913, position (cm) = (-42.6303,-24.7317,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 6.28981, position (cm) = (-7.28423,-3.73606,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.000446774, position (cm) = (-22.0137,-33.3247,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 3.58846, position (cm) = (-14.6075,-40.2711,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 94.102, position (cm) = (-13.0723,18.4025,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 94.1453, position (cm) = (-14.1039,12.1927,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.557002, position (cm) = (1.59525,7.96915,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.39889, position (cm) = (-14.9993,-5.63983,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 4.96142, position (cm) = (9.20318,12.2932,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.664055, position (cm) = (1.65846,-0.0744794,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.83747, position (cm) = (-2.46405,0.674224,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.78605, position (cm) = (9.3926,-9.57897,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.670832, position (cm) = (2.80289,-7.70515,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 35.4975, position (cm) = (-3.24179,-0.296262,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 35.0624, position (cm) = (-3.60417,-0.170687,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 45.6958, position (cm) = (-3.54898,-2.16434,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 45.6958, position (cm) = (-3.54898,-2.16434,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 67.5209, position (cm) = (-6.91142,31.0952,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.15919, position (cm) = (7.41844,46.6363,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.16937, position (cm) = (16.7744,52.9058,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 39.4607, position (cm) = (48.7168,-126.114,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 40.3691, position (cm) = (51.5089,-125.29,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.27369, position (cm) = (48.5361,-118.292,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 3.32525e-05, position (cm) = (128.318,-112.922,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.325917, position (cm) = (107.846,-127.342,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 2.2281, position (cm) = (112.207,-114.361,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.39097e-06, position (cm) = (60.9032,-128.581,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 37.7854, position (cm) = (71.7013,-152.557,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 37.7854, position (cm) = (71.7013,-152.557,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 39.1135, position (cm) = (75.4466,-127.256,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 39.2876, position (cm) = (83.4625,-125.642,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 2.52905, position (cm) = (68.8443,-107.55,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 22.9234, position (cm) = (85.3128,-114.685,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 22.9234, position (cm) = (85.3128,-114.685,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 4.3446, position (cm) = (59.26,-103.868,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 6.87332, position (cm) = (53.2307,-100.137,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 3.94085, position (cm) = (47.4483,-99.8989,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 1.14721, position (cm) = (57.0465,-110.87,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 0.00510573, position (cm) = (49.3545,-104.587,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.166405, position (cm) = (45.9087,-122.46,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (22.94,-150.399,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.347, position (cm) = (71.5712,-101.332,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 20.3006, position (cm) = (65.0308,-126.093,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.586712, position (cm) = (42.103,-110.751,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 3.75361, position (cm) = (52.3286,-108.131,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.41496, position (cm) = (-14.7747,-53.6196,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.0839733, position (cm) = (60.5947,-120.691,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.200242, position (cm) = (49.8102,-137.316,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.826784, position (cm) = (49.4546,-138.176,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.921014, position (cm) = (47.4441,-140.43,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 4.18342, position (cm) = (47.105,-139.027,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 19.2395, position (cm) = (47.9768,-140.596,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 1.16516, position (cm) = (53.3349,-133.311,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 17.9947, position (cm) = (49.5415,-135.657,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.139584, position (cm) = (39.4415,-123.632,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.977629, position (cm) = (48.7664,-139.272,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.04035, position (cm) = (48.687,-139.279,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.00173904, position (cm) = (39.8383,-106.757,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.0533767, position (cm) = (42.2212,-97.539,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 57.5151, position (cm) = (21.6945,-170.883,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 57.5151, position (cm) = (21.6945,-170.883,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 56.733, position (cm) = (24.2184,-163.327,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 6.564, position (cm) = (32.2243,-157.507,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 22.6042, position (cm) = (37.674,-148.494,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.24986e-05, position (cm) = (56.4787,-141.254,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.16925, position (cm) = (10.4806,-176.565,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 56.6214, position (cm) = (1.6945,-189.54,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 56.5266, position (cm) = (1.68272,-189.549,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 56.1203, position (cm) = (-0.00951556,-189.42,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 23.7051, position (cm) = (4.88111,-169.92,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.130387, position (cm) = (13.3052,-175.997,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 8.40795e-07, position (cm) = (18.5492,-177.666,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.44714, position (cm) = (-12.4743,-153.267,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.87772, position (cm) = (4.91761,-157.567,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.700811, position (cm) = (17.5887,-166.959,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.75891, position (cm) = (12.8,-165.018,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.0781622, position (cm) = (-13.674,-195.679,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 56.8713, position (cm) = (7.7655,-178.098,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.277901, position (cm) = (1.66513,-172.555,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 2.08356, position (cm) = (1.8315,-173.256,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 35.0406, position (cm) = (0.350422,-175.209,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.52212, position (cm) = (2.03405,-170.863,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.29826, position (cm) = (4.28578,-168.182,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.240614, position (cm) = (-3.98413,-172.146,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 56.7589, position (cm) = (2.79509,-169.341,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.168245, position (cm) = (41.8223,-103.172,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.673834, position (cm) = (23.1938,-67.8387,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 1.01112e-05, position (cm) = (-8.27293,-3.76931,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.46965, position (cm) = (-4.667,-23.5774,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.155899, position (cm) = (28.303,-74.2804,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (41.1733,-58.9297,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.0891187, position (cm) = (43.1733,-50.8202,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 0.111471, position (cm) = (85.3539,-88.0578,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 5.172, position (cm) = (70.0124,-72.767,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 14.2289, position (cm) = (90.9916,-68.9505,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 9.00385, position (cm) = (74.1085,-63.8914,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 24.5811, position (cm) = (2.33526,-26.4046,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.151019, position (cm) = (-2.11824,-26.662,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 4.70778, position (cm) = (-1.10465,-24.2066,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 2.31289, position (cm) = (4.13837,-40.86,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 4.58595, position (cm) = (4.26875,-28.6555,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 4.05907, position (cm) = (-49.4239,-19.822,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.0764596, position (cm) = (32.9399,-63.7702,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 15.2905, position (cm) = (52.3634,-48.843,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 17.9806, position (cm) = (57.3321,-53.0798,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 17.9806, position (cm) = (57.3321,-53.0798,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 17.9806, position (cm) = (57.3321,-53.0798,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 17.6367, position (cm) = (57.2126,-53.1095,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.563991, position (cm) = (56.023,-50.17,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.088367, position (cm) = (53.8917,-50.9708,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.784365, position (cm) = (69.9486,7.92233,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 8.49569, position (cm) = (45.9927,-46.4737,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.49569, position (cm) = (45.9927,-46.4737,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0758684, position (cm) = (56.5717,-50.9272,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.525541, position (cm) = (45.1948,-62.2638,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.86348, position (cm) = (58.988,-53.4808,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.71731, position (cm) = (62.84,-47.1243,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 7.09907, position (cm) = (63.5205,-50.0005,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 4.32833, position (cm) = (28.4731,-28.1729,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.220152, position (cm) = (5.0336,-46.2212,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.0372877, position (cm) = (23.2124,-45.066,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.86161, position (cm) = (59.1281,-108.021,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 4.31289, position (cm) = (62.9967,-112.631,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 20.1057, position (cm) = (59.5601,-116.813,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 3.71859, position (cm) = (53.4597,-92.1597,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.109648, position (cm) = (28.7086,-84.3249,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 5.22022, position (cm) = (37.0838,-84.9861,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 6.00807, position (cm) = (36.9999,-83.9823,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.915504, position (cm) = (42.0414,-75.3097,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.410218, position (cm) = (29.8318,-71.6688,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.215846, position (cm) = (47.5242,-81.7762,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (60.4736,-83.4401,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.0982636, position (cm) = (52.7669,-82.8571,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.211343, position (cm) = (41.8071,-87.1578,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.268893, position (cm) = (72.4016,-84.5675,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.124151, position (cm) = (66.8391,-89.3344,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.21557, position (cm) = (68.4319,-85.4233,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 1.5486, position (cm) = (72.9097,-86.8479,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.134934, position (cm) = (72.8452,-95.0621,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 0.672624, position (cm) = (77.8368,-84.1546,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.233422, position (cm) = (34.1964,-88.4155,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.57511, position (cm) = (61.0087,-101.29,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 1.14032, position (cm) = (70.1762,-133.743,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 47.0399, position (cm) = (58.9436,-95.0807,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 1.67703e-07, position (cm) = (117.286,-67.7856,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.0751222, position (cm) = (47.9684,-79.1926,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.546658, position (cm) = (39.5052,-80.5379,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.31645, position (cm) = (52.5763,-85.3044,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.394065, position (cm) = (25.9062,-82.0059,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.10246, position (cm) = (51.6384,-98.0851,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.238203, position (cm) = (64.3326,-81.5864,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.464128, position (cm) = (30.7338,-98.6218,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 1.03877, position (cm) = (51.5211,-87.3967,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.1557, position (cm) = (50.5219,-105.912,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 5.50632, position (cm) = (51.9809,-89.8675,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.91941, position (cm) = (44.0195,-98.3161,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.82873, position (cm) = (52.1032,-98.3344,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 4.71663, position (cm) = (55.4493,-95.5134,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.49355, position (cm) = (73.8364,-101.191,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 46.7583, position (cm) = (71.3234,-137.965,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 47.1456, position (cm) = (73.6401,-139.421,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 46.1853, position (cm) = (81.0257,-153.31,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.80878, position (cm) = (35.2488,-89.3829,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.482381, position (cm) = (35.6862,-115.399,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 3.93483, position (cm) = (38.4266,-114.2,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 4.39565, position (cm) = (40.5922,-111.999,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 46.7421, position (cm) = (45.9905,-113.224,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 2.04162, position (cm) = (50.0692,-126.975,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 46.9557, position (cm) = (46.3106,-135.995,200), weight = 5.96046e-08 - e-, kinetic energy (MeV) = 3.4184, position (cm) = (46.1523,-121.9,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 47.3988, position (cm) = (45.777,-131.53,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.161181, position (cm) = (49.5591,-88.18,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.12211, position (cm) = (65.4471,-103.459,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.56492, position (cm) = (61.5106,-85.6911,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 10.8277, position (cm) = (76.8035,-127.633,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.487878, position (cm) = (37.8488,-75.3227,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 9.57418, position (cm) = (70.9177,-89.0014,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 9.57418, position (cm) = (70.9177,-89.0014,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.31623, position (cm) = (68.4878,-89.2195,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 9.57418, position (cm) = (70.9177,-89.0014,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 0.217591, position (cm) = (9.11534,-33.3264,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 7.34892, position (cm) = (-27.0126,-2.34091,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 5.34246, position (cm) = (-50.7123,11.2828,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 5.58165e-05, position (cm) = (-45.046,35.5528,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 9.84763, position (cm) = (-52.3636,-9.3339,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 4.58721, position (cm) = (-37.808,22.3016,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.88064, position (cm) = (-38.3138,20.3269,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.01226, position (cm) = (-37.54,20.8551,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.103592, position (cm) = (-39.1399,20.5266,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 5.74262, position (cm) = (-38.1459,20.6105,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.0823017, position (cm) = (-42.2799,32.4272,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0632239, position (cm) = (-49.2664,13.521,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 4.25204, position (cm) = (-51.6037,23.7148,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 27.7002, position (cm) = (-16.7253,24.3064,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 8.29363, position (cm) = (-21.263,16.4448,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 2.36753, position (cm) = (-10.2231,19.5977,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.276087, position (cm) = (-11.3461,26.3011,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.344652, position (cm) = (-0.0409235,26.8857,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.4462, position (cm) = (-1.99591,19.7196,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 27.817, position (cm) = (-17.5563,16.5796,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 27.817, position (cm) = (-17.5563,16.5796,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.853933, position (cm) = (-22.4924,10.8212,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.35551, position (cm) = (-2.39369,41.4893,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.53506, position (cm) = (4.09395,48.648,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.427698, position (cm) = (-24.8075,9.72489,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.000157325, position (cm) = (-27.7371,14.6803,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0863994, position (cm) = (-24.9875,20.0632,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.805408, position (cm) = (-16.7526,18.9705,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.62691, position (cm) = (-8.47563,-3.53731,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 5.85914, position (cm) = (-33.4997,-1.4424,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.83957, position (cm) = (-55.864,-3.3878,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.94702e-05, position (cm) = (-59.6041,8.5199,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 10.2737, position (cm) = (-40.5419,-3.11862,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.00634406, position (cm) = (-24.9213,27.442,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.19921, position (cm) = (-53.2997,14.3124,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.164749, position (cm) = (-24.1437,12.8748,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.0735551, position (cm) = (2.51526,4.20215,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.0103183, position (cm) = (-29.2586,-1.20101,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.185397, position (cm) = (-44.432,13.3529,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.552034, position (cm) = (-47.4419,-49.8024,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.60942, position (cm) = (-25.3472,-52.2534,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.639788, position (cm) = (-19.7282,-59.3319,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.120733, position (cm) = (-38.969,-64.9595,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 2.89752, position (cm) = (-41.2556,-65.2417,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 6.4926, position (cm) = (-41.7465,-60.285,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 59.2101, position (cm) = (-43.7625,-67.9849,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 87.4656, position (cm) = (-32.9227,-51.194,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.423213, position (cm) = (-9.68586,-26.4215,200), weight = 0.125 - gamma, kinetic energy (MeV) = 0.149486, position (cm) = (0.648849,-34.4125,200), weight = 0.125 - gamma, kinetic energy (MeV) = 0.194225, position (cm) = (-10.5272,-21.9435,200), weight = 0.125 - neutron, kinetic energy (MeV) = 27.1614, position (cm) = (3.74186,-28.5392,200), weight = 0.125 - neutron, kinetic energy (MeV) = 25.4031, position (cm) = (-30.1275,-41.3849,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 25.2327, position (cm) = (-30.1175,-40.6168,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 24.949, position (cm) = (-28.1893,-45.3314,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 6.13866, position (cm) = (-28.8409,-40.4352,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 7.75539, position (cm) = (-27.2402,-62.0054,200), weight = 0.0625 - gamma, kinetic energy (MeV) = 0.0974481, position (cm) = (-23.6418,-54.6141,200), weight = 0.0625 - gamma, kinetic energy (MeV) = 0.117555, position (cm) = (-25.3877,-52.3228,200), weight = 0.0625 - neutron, kinetic energy (MeV) = 1.57961, position (cm) = (-24.4452,-50.9594,200), weight = 0.0625 - gamma, kinetic energy (MeV) = 0.418484, position (cm) = (-69.3414,18.4613,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.280822, position (cm) = (-25.0684,37.1285,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.112314, position (cm) = (-35.1575,28.6867,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.114706, position (cm) = (-41.8843,9.58493,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.541562, position (cm) = (-38.2764,42.7436,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.353755, position (cm) = (-33.8425,25.0734,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 18.2292, position (cm) = (-38.5585,30.5048,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 95.4456, position (cm) = (-34.474,29.7378,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 95.4456, position (cm) = (-34.474,29.7378,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 78.7578, position (cm) = (-32.9275,34.752,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 78.4266, position (cm) = (-31.5027,36.1809,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 78.4266, position (cm) = (-31.5027,36.1809,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 95.2379, position (cm) = (-33.709,26.988,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 95.1348, position (cm) = (-31.8003,25.83,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 95.789, position (cm) = (-31.8449,26.0659,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 95.748, position (cm) = (-32.8664,26.5406,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 95.5206, position (cm) = (-32.5271,25.5986,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 95.8522, position (cm) = (-32.6693,26.3164,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 14.383, position (cm) = (-37.0658,25.1607,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 20.2602, position (cm) = (-47.029,45.0587,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 20.2602, position (cm) = (-47.029,45.0587,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 20.2602, position (cm) = (-47.029,45.0587,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 20.2602, position (cm) = (-47.029,45.0587,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 4.69711e-06, position (cm) = (-33.8265,23.0405,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 21.2937, position (cm) = (-61.1642,31.6349,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 6.20477, position (cm) = (-48.6594,23.1601,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.183816, position (cm) = (-68.3922,34.709,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.586177, position (cm) = (-45.0966,23.3622,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 8.19686, position (cm) = (-41.9124,11.0895,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.391023, position (cm) = (-54.3396,40.8834,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 5.0359e-06, position (cm) = (-50.9605,55.1768,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 23.3527, position (cm) = (-58.754,36.2845,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.166532, position (cm) = (-55.1672,28.5191,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.636074, position (cm) = (-59.8169,33.8927,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.909078, position (cm) = (-68.2657,42.4765,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 12.6318, position (cm) = (-57.3324,35.9043,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0925854, position (cm) = (-59.5571,28.1615,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.069646, position (cm) = (-57.0723,34.7268,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.305945, position (cm) = (-57.8387,25.6766,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 23.8519, position (cm) = (-54.6851,41.6664,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.196386, position (cm) = (-65.4496,49.3946,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0709902, position (cm) = (-46.1016,32.5805,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.120333, position (cm) = (-71.4112,23.9874,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0690845, position (cm) = (-6.20736,39.8061,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.133293, position (cm) = (-37.9494,36.4741,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 76.2481, position (cm) = (-25.7437,16.1965,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 5.49228, position (cm) = (-15.2714,10.6361,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 76.0834, position (cm) = (-0.790796,-0.844791,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 1.70208, position (cm) = (-2.59389,-4.42694,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 72.9373, position (cm) = (-2.39937,-4.53745,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 72.9373, position (cm) = (-2.39937,-4.53745,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 1.15868, position (cm) = (0.281603,-11.9241,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.306305, position (cm) = (3.22187,-14.7848,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 87.8884, position (cm) = (2.12299,-4.5609,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 99.3781, position (cm) = (5.99961,-7.5491,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.161697, position (cm) = (4.27184,-6.70475,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.121678, position (cm) = (-23.9748,-18.2994,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.817192, position (cm) = (-20.4379,-8.04024,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 97.8992, position (cm) = (7.03086,-9.09048,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.657902, position (cm) = (5.83882,-5.52222,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 1.33853, position (cm) = (6.37934,-18.9381,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 49.2402, position (cm) = (1.70554,-15.1419,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 98.1693, position (cm) = (-24.3033,-6.5194,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.00486788, position (cm) = (-39.8267,-12.9013,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 24.6106, position (cm) = (-6.26872,7.27065,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.453988, position (cm) = (-6.71333,8.62716,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 4.09265e-05, position (cm) = (-40.323,33.2495,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.50439, position (cm) = (15.5197,12.052,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 56.6434, position (cm) = (-7.54159,-10.4468,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.129268, position (cm) = (-9.87063,-19.1781,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.369522, position (cm) = (-0.266418,-3.21311,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 6.82183, position (cm) = (-0.890181,-7.64247,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.3444, position (cm) = (1.79064,-5.04945,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 9.29298, position (cm) = (-28.5512,-20.777,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.416721, position (cm) = (10.8441,10.3962,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 8.54211, position (cm) = (11.8308,7.62713,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 56.2997, position (cm) = (12.49,5.93498,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 83.672, position (cm) = (-16.5817,-4.08593,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.140178, position (cm) = (-15.7978,-3.23939,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 3.1419, position (cm) = (-17.0121,-3.63311,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 68.0129, position (cm) = (-16.9549,-3.75429,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.753183, position (cm) = (-31.8635,87.1602,200), weight = 0.125 - neutron, kinetic energy (MeV) = 19.7676, position (cm) = (84.5373,186.151,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00111148, position (cm) = (50.3791,185.585,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.71994, position (cm) = (56.7339,182.058,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 5.58282, position (cm) = (82.1528,181.586,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.19776, position (cm) = (79.5686,153.102,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 5.58282, position (cm) = (82.1528,181.586,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 3.2907, position (cm) = (84.084,180.756,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.000768269, position (cm) = (50.1771,90.5591,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.21094, position (cm) = (3.01862,137.457,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 9.39607, position (cm) = (0.716009,126.137,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.202175, position (cm) = (4.93495,126.253,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.957006, position (cm) = (4.27264,126.59,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 3.07693, position (cm) = (4.70059,126.228,200), weight = 5.96046e-08 - gamma, kinetic energy (MeV) = 4.10014, position (cm) = (4.38459,126.071,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 9.19795, position (cm) = (4.78407,126.191,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 9.19795, position (cm) = (4.78407,126.191,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.737584, position (cm) = (4.4911,125.077,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 4.00902, position (cm) = (11.0769,178.161,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.373543, position (cm) = (-64.1571,162.498,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.653001, position (cm) = (-20.6385,117.933,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.550376, position (cm) = (47.1195,162.524,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 5.09927, position (cm) = (-1.46509,126.706,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.843957, position (cm) = (-12.056,108.231,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 29.1009, position (cm) = (-13.6068,132.919,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.141088, position (cm) = (-10.2626,128.431,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 22.9083, position (cm) = (-13.6599,134.789,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 29.781, position (cm) = (-24.611,190.84,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.666495, position (cm) = (-8.26273,141.287,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 2.85029, position (cm) = (-25.9455,147.223,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 3.20017, position (cm) = (-24.1565,144.971,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.275897, position (cm) = (-10.9008,136.806,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 6.05725, position (cm) = (-10.0094,132.417,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 6.03059, position (cm) = (-10.1128,124.622,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.133487, position (cm) = (-9.62451,135.028,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 0.655937, position (cm) = (-10.6419,126.452,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.913436, position (cm) = (-14.2084,134.267,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.128093, position (cm) = (-34.1514,99.2574,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 0.09261, position (cm) = (-25.8199,118.397,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 5.29282, position (cm) = (-25.3957,131.638,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.130937, position (cm) = (-14.5301,132.766,200), weight = 1.49012e-08 - neutron, kinetic energy (MeV) = 7.33531, position (cm) = (-16.0555,127.766,200), weight = 1.49012e-08 - gamma, kinetic energy (MeV) = 0.196822, position (cm) = (-6.3282,74.8642,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.34485, position (cm) = (-3.76198,63.4697,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 5.83895, position (cm) = (-4.14956,64.845,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 35.6577, position (cm) = (-6.53902,72.0595,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.845552, position (cm) = (11.0018,77.2302,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 5.13592, position (cm) = (-5.60223,68.6262,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 35.7793, position (cm) = (-6.20237,71.0335,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 35.7793, position (cm) = (-6.20237,71.0335,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.4803, position (cm) = (-28.8061,99.3648,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.306596, position (cm) = (-60.2272,56.6812,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 4.24776e-05, position (cm) = (-53.4516,83.9608,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.02435, position (cm) = (-62.1344,101.417,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 6.15344, position (cm) = (-31.3022,73.6852,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0547659, position (cm) = (-68.9789,118.011,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 4.06094, position (cm) = (-66.4417,117.628,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.129591, position (cm) = (-12.2176,43.5414,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 61.2133, position (cm) = (7.02499,59.4569,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 90.489, position (cm) = (-11.2595,47.8545,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 1.91684, position (cm) = (22.8895,46.5176,200), weight = 0.0625 - gamma, kinetic energy (MeV) = 0.218593, position (cm) = (2.45324,26.8016,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 3.69795, position (cm) = (9.39763,34.5843,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.569807, position (cm) = (26.0681,41.0722,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.155199, position (cm) = (35.7527,49.7927,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 0.0173383, position (cm) = (15.9408,41.9924,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 0.75797, position (cm) = (10.265,43.8042,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 6.85138, position (cm) = (9.05646,50.2323,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 6.85138, position (cm) = (9.05646,50.2323,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.182924, position (cm) = (41.5013,25.3547,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.211271, position (cm) = (27.2923,17.7423,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.00195923, position (cm) = (26.8515,2.39468,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 7.25028, position (cm) = (33.6696,14.9632,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 8.19156, position (cm) = (52.8344,-4.08362,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 8.19156, position (cm) = (52.8344,-4.08362,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.0442423, position (cm) = (40.4105,6.26162,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.0795046, position (cm) = (2.89779,40.6107,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.257671, position (cm) = (10.6416,44.8147,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.595978, position (cm) = (7.26417,50.5512,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 14.724, position (cm) = (8.99527,44.1217,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.0251436, position (cm) = (17.9296,50.6978,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 1.63864, position (cm) = (44.7316,29.5227,200), weight = 0.0078125 - e-, kinetic energy (MeV) = 1.1957, position (cm) = (44.6103,31.1771,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 1.25657, position (cm) = (44.6095,31.1754,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.0012172, position (cm) = (-2.47296,5.92209,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.207731, position (cm) = (5.63141,32.1652,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.132406, position (cm) = (-6.821,18.0049,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.415363, position (cm) = (16.8159,48.861,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 4.15731, position (cm) = (15.9136,44.5102,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 90.0681, position (cm) = (16.7155,45.1116,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 90.0101, position (cm) = (34.7926,22.5861,200), weight = 0.25 - neutron, kinetic energy (MeV) = 0.620362, position (cm) = (-47.0042,-49.5586,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 1.37099, position (cm) = (-26.5664,-62.1728,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 37.6627, position (cm) = (-9.00274,109.551,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 37.6627, position (cm) = (-9.00274,109.551,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 37.6627, position (cm) = (-9.00274,109.551,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.110201, position (cm) = (-18.6053,97.6365,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.706187, position (cm) = (-24.4787,107.505,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 84.443, position (cm) = (-68.7178,123.784,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.355019, position (cm) = (-67.4369,105.437,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-76.4556,152.345,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 4.94466, position (cm) = (-62.6496,102.023,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 7.36174, position (cm) = (-56.2762,115.407,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 52.961, position (cm) = (-60.7089,119.897,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 87.3443, position (cm) = (-55.6932,125.571,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 87.3443, position (cm) = (-55.6932,125.571,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 1.61451, position (cm) = (-39.1921,91.6797,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.47385, position (cm) = (-47.5705,85.8402,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 32.8227, position (cm) = (-54.9175,88.6167,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 7.62844, position (cm) = (13.4943,20.856,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.749837, position (cm) = (-58.2109,-38.816,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.259242, position (cm) = (-29.5895,-34.4651,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.685558, position (cm) = (-25.6002,-36.5059,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 45.3002, position (cm) = (-34.2729,-34.0607,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 45.1389, position (cm) = (-35.6182,-34.2174,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 45.6565, position (cm) = (-34.0382,-23.5836,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 45.1831, position (cm) = (-33.9394,-25.829,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 4.34994, position (cm) = (-102.385,-4.55646,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.188162, position (cm) = (-98.9361,58.8929,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.128604, position (cm) = (-87.5445,-7.19907,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.149739, position (cm) = (-132.534,27.9959,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.49753, position (cm) = (-128.555,29.2983,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 34.5362, position (cm) = (-122.194,20.0275,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.63902, position (cm) = (-114.538,23.3879,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.242335, position (cm) = (-125.206,31.8799,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 1.39455, position (cm) = (-125.226,32.0584,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.12883, position (cm) = (-124.556,32.4922,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.0911963, position (cm) = (-179.876,10.7301,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.164483, position (cm) = (-209.071,7.12975,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 14.9284, position (cm) = (-185.313,12.6628,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 59.7447, position (cm) = (-82.2385,-26.0457,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 60.1285, position (cm) = (-82.2133,-26.0315,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.1066, position (cm) = (-83.6814,-30.3577,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 16.3428, position (cm) = (-73.6188,-24.0698,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0617065, position (cm) = (-74.7901,-28.5266,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.747931, position (cm) = (-93.444,-33.3743,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.383425, position (cm) = (-96.3984,-20.9571,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.212404, position (cm) = (-94.1917,-22.2095,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0840793, position (cm) = (-88.2667,-29.7635,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.132719, position (cm) = (-88.6373,-33.4608,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.0756204, position (cm) = (-62.0703,-13.2284,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 6.34536, position (cm) = (-47.7738,-19.3308,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.417939, position (cm) = (-60.3125,-39.5189,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.904666, position (cm) = (-70.2098,-34.6066,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.36278, position (cm) = (-64.071,-37.9944,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 71.3374, position (cm) = (-72.9553,-19.8093,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.97134, position (cm) = (-63.6392,-19.6954,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 1.16308, position (cm) = (-82.7468,3.11268,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 7.10097, position (cm) = (-84.3557,9.32534,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 15.0431, position (cm) = (-80.4897,4.10252,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.15819, position (cm) = (-117.757,-19.4961,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 2.11252, position (cm) = (-105.86,-13.8627,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 2.22564, position (cm) = (-123.246,-25.1871,200), weight = 5.96046e-08 - neutron, kinetic energy (MeV) = 0.191606, position (cm) = (-93.0138,-6.13023,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.144701, position (cm) = (-107.305,14.499,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 5.74792, position (cm) = (-108.3,4.94204,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.185366, position (cm) = (-99.9334,7.43078,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.000468879, position (cm) = (-98.8526,12.8065,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 4.23623, position (cm) = (-90.5092,16.2489,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 2.29801, position (cm) = (-71.0421,-18.1201,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.308432, position (cm) = (-84.4961,-22.4136,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.1438, position (cm) = (-109.72,2.88363,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.390737, position (cm) = (-113.706,8.72028,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.0313591, position (cm) = (-110.732,9.48461,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 1.72302, position (cm) = (-104.524,15.3928,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.205671, position (cm) = (-66.5275,-9.27536,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 65.0953, position (cm) = (-62.1947,-11.8262,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 71.6166, position (cm) = (-68.8988,-23.3085,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 25.8359, position (cm) = (-46.2773,25.7164,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 55.5696, position (cm) = (-55.7194,8.69061,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 22.0546, position (cm) = (-58.9604,35.7451,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.191947, position (cm) = (-59.4966,23.673,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 72.2864, position (cm) = (-70.6957,15.4915,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 2.26467, position (cm) = (-84.711,-30.1565,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.88381e-08, position (cm) = (-86.6866,-31.1458,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.1371, position (cm) = (-67.5965,-3.61176,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 3.59457, position (cm) = (-11.2298,-63.7554,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 10.2833, position (cm) = (-8.81878,-64.168,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 14.6694, position (cm) = (-10.7017,-65.754,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.265659, position (cm) = (-1.00877,-50.8835,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.675525, position (cm) = (1.18079,-39.0648,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.466229, position (cm) = (-9.25213,-53.3203,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 6.08755, position (cm) = (-9.18049,-53.667,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 14.4986, position (cm) = (-7.20886,-53.0682,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 4.846, position (cm) = (-28.2058,-50.8795,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 2.43511, position (cm) = (2.2125,-9.92327,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.8759, position (cm) = (-0.874612,-34.9161,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.150635, position (cm) = (-157.267,-29.2698,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 5.89977, position (cm) = (-136.563,-25.7842,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.27089, position (cm) = (-82.5436,17.5117,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 38.0053, position (cm) = (-104.672,20.8803,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0765576, position (cm) = (-79.5469,31.513,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 13.2931, position (cm) = (-88.4126,7.72182,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 16.2655, position (cm) = (-59.5217,12.2348,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 16.2655, position (cm) = (-59.5217,12.2348,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.320514, position (cm) = (-70.4524,6.70216,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 16.5544, position (cm) = (-61.8992,26.636,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 16.5544, position (cm) = (-61.8992,26.636,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.392495, position (cm) = (-66.7748,28.0282,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 16.4081, position (cm) = (-67.0438,28.5541,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0776595, position (cm) = (-69.2991,32.53,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.875569, position (cm) = (-51.3771,53.9464,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.000954114, position (cm) = (-84.403,27.5107,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.419109, position (cm) = (67.3946,-91.7806,200), weight = 0.0625 - neutron, kinetic energy (MeV) = 13.1203, position (cm) = (67.2506,-91.0884,200), weight = 0.0625 - gamma, kinetic energy (MeV) = 0.868845, position (cm) = (-118.66,-50.3344,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.47362, position (cm) = (-116.527,-52.5063,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.4299, position (cm) = (-116.316,-53.2735,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.234878, position (cm) = (-82.55,-62.1729,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.72138, position (cm) = (-65.281,-66.0004,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 2.18986, position (cm) = (-79.8757,-106.836,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.42691, position (cm) = (-84.1045,-86.1022,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.914281, position (cm) = (-20.7742,-74.1973,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.54578, position (cm) = (-22.3626,-73.6868,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 4.10725, position (cm) = (-22.578,-75.9039,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.117019, position (cm) = (-33.4517,-79.7954,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.23567, position (cm) = (-24.1807,-74.8688,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 38.2522, position (cm) = (-32.5728,-80.798,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 38.2522, position (cm) = (-32.5728,-80.798,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.3023, position (cm) = (-18.8734,-87.067,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 5.27845, position (cm) = (-55.2574,-34.6191,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.113129, position (cm) = (-18.6188,-87.6795,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 6.14962, position (cm) = (-21.467,-50.5257,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.611223, position (cm) = (-62.3718,-88.1925,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 37.7378, position (cm) = (-44.463,-94.1824,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.27303, position (cm) = (-32.2568,-79.0103,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.23766, position (cm) = (-27.7977,-32.1903,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.05688, position (cm) = (-17.7092,-31.3803,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.44975, position (cm) = (-20.0548,-31.263,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 22.9742, position (cm) = (-3.43219,-16.5443,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 22.9742, position (cm) = (-3.43219,-16.5443,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 22.961, position (cm) = (-3.56608,-17.3076,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 35.5848, position (cm) = (-1.51252,-38.5774,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 35.4648, position (cm) = (-0.0361737,-35.0742,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 35.6866, position (cm) = (3.48603,-32.3668,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 35.7579, position (cm) = (-0.596852,-35.3164,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.29149, position (cm) = (-15.9578,-25.3983,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.756245, position (cm) = (-44.101,-42.1419,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 6.34919, position (cm) = (-13.3628,-35.7033,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 6.34919, position (cm) = (-13.3628,-35.7033,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.30849, position (cm) = (-6.48603,-24.4366,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.23959, position (cm) = (-4.39769,-17.955,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 7.49847, position (cm) = (3.53235,-7.62096,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 35.4987, position (cm) = (-136.57,-24.0419,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 16.8973, position (cm) = (-130.833,-23.9476,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 36.1583, position (cm) = (-139.362,-21.8709,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.708655, position (cm) = (-122.782,-28.3023,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.104699, position (cm) = (-138.769,-20.268,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.0733465, position (cm) = (-128.011,24.8157,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00384466, position (cm) = (-130.473,14.712,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.00815, position (cm) = (-126.123,25.38,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 8.50693, position (cm) = (-126.795,27.6932,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.24861, position (cm) = (-127.089,27.4704,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.45651e-05, position (cm) = (-144.628,-9.66609,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 36.1714, position (cm) = (-133.074,-22.0503,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0870458, position (cm) = (-126.78,-24.0238,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 36.2931, position (cm) = (-133.728,-21.2725,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 35.7301, position (cm) = (-132.339,-21.2914,200), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.719904, position (cm) = (-141.896,5.83731,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 5.08924, position (cm) = (-124.755,-35.278,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 5.08924, position (cm) = (-124.755,-35.278,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 9.703, position (cm) = (-86.294,-70.0825,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 38.0596, position (cm) = (-83.0909,-49.9993,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 37.3051, position (cm) = (-100.505,-56.3963,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 38.7346, position (cm) = (-100.787,-61.099,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.187048, position (cm) = (52.8429,-44.892,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 1.90815, position (cm) = (52.8355,-10.034,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 50.7344, position (cm) = (53.8432,-46.3636,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 62.7304, position (cm) = (45.6635,-39.8184,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0869441, position (cm) = (11.2111,-28.5884,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 2.624, position (cm) = (-63.323,-27.3434,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 2.13622, position (cm) = (-55.3934,-5.45389,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.130261, position (cm) = (-88.3864,-30.4277,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.077995, position (cm) = (-70.3419,-9.6973,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.9898, position (cm) = (-41.9795,-14.5807,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.9898, position (cm) = (-41.9795,-14.5807,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 2.88923, position (cm) = (-39.5727,-20.8177,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 98.9745, position (cm) = (-40.8198,-16.4933,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.180628, position (cm) = (-47.0441,-49.4941,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.02781, position (cm) = (-43.7678,-62.7425,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.187626, position (cm) = (-36.3705,-62.3704,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 99.0737, position (cm) = (-43.5351,-57.8937,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 99.3875, position (cm) = (-43.5284,-56.8791,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 99.3875, position (cm) = (-43.5284,-56.8791,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.00313652, position (cm) = (-39.6153,-67.5253,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.42211, position (cm) = (-12.1969,-67.6369,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.215695, position (cm) = (-44.7483,-67.9633,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.457973, position (cm) = (-55.2073,-110.075,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 21.5228, position (cm) = (-64.4605,-108.141,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 21.5228, position (cm) = (-64.4605,-108.141,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 74.2373, position (cm) = (-59.2738,-113.601,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 64.8693, position (cm) = (-56.1198,-105.561,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 3.12741, position (cm) = (-54.8192,-137.893,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 5.30489, position (cm) = (-53.1642,-125.855,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.138926, position (cm) = (-49.4532,-79.418,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.245227, position (cm) = (-71.2191,-79.2202,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.17427, position (cm) = (-50.2868,-83.3425,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 4.99062, position (cm) = (-55.0115,-82.9114,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.293639, position (cm) = (-56.9669,-84.1734,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 27.4178, position (cm) = (-55.4828,-75.4686,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 27.4178, position (cm) = (-55.4828,-75.4686,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.924293, position (cm) = (-47.088,-141.188,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.402264, position (cm) = (-48.1891,-148.005,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 3.34742, position (cm) = (-49.4233,-143.087,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.137974, position (cm) = (-38.8713,-141.315,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.26701, position (cm) = (-39.095,-139.414,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 2.7587, position (cm) = (-37.6299,-141.421,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.34764, position (cm) = (-40.4334,-140.999,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 2.04634, position (cm) = (-40.4505,-140.987,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 4.03272, position (cm) = (-40.4157,-141.015,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 6.22376, position (cm) = (-40.8973,-141.127,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 6.08197, position (cm) = (-45.3485,-143.574,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 6.08197, position (cm) = (-45.3485,-143.574,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 12.8265, position (cm) = (-45.0959,-143.762,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.00381147, position (cm) = (-52.3182,-154.607,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.12785, position (cm) = (-59.9512,-153.863,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 3.55146, position (cm) = (-51.2499,-142.574,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 3.55146, position (cm) = (-51.2499,-142.574,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 67.3144, position (cm) = (-48.5199,-135.697,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 67.2126, position (cm) = (-48.3396,-135.658,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 20.8283, position (cm) = (-37.2303,-123.281,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.76324, position (cm) = (-31.123,-123.771,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 2.88702, position (cm) = (-26.4421,-133.366,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.236846, position (cm) = (-30.5339,-109.744,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.479684, position (cm) = (-32.7956,-114.087,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 14.7957, position (cm) = (-30.8126,-115.755,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 11.1501, position (cm) = (-42.2828,-79.4824,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 11.1501, position (cm) = (-42.2828,-79.4824,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 1.83812, position (cm) = (-68.9779,-69.8573,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.154346, position (cm) = (-69.0997,-70.6799,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 4.27032, position (cm) = (-28.5003,-119.579,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.209775, position (cm) = (-27.0086,-131.614,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.3261, position (cm) = (-22.0427,-134.461,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.0716352, position (cm) = (-32.1403,-145.869,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 1.77311, position (cm) = (-24.9529,-120.275,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 99.3026, position (cm) = (-40.5648,-59.5585,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 99.3026, position (cm) = (-40.5648,-59.5585,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 99.3026, position (cm) = (-40.5648,-59.5585,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 20.207, position (cm) = (-44.1072,-70.1011,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 7.70626e-05, position (cm) = (-38.0349,-74.0551,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 3.66588, position (cm) = (-34.9494,-51.3724,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 3.84634, position (cm) = (-36.7021,-30.8142,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 2.17436, position (cm) = (-58.8546,12.6522,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 70.8758, position (cm) = (-45.626,-48.8781,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.379218, position (cm) = (-27.5367,-41.942,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.672074, position (cm) = (-45.9218,-40.2888,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.50827, position (cm) = (-34.1782,-46.414,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 78.1447, position (cm) = (-37.4022,-50.3178,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.0043, position (cm) = (-25.9089,-23.3155,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 99.2047, position (cm) = (-41.3161,-45.0902,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.120152, position (cm) = (-28.0404,-68.0757,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 9.03011, position (cm) = (-26.3272,-64.246,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 14.3799, position (cm) = (-26.4078,-64.1471,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 68.7554, position (cm) = (-26.4092,-64.222,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 68.7554, position (cm) = (-26.4092,-64.222,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 99.0454, position (cm) = (-37.5515,-43.8087,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0914307, position (cm) = (-37.9411,-42.2254,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.521564, position (cm) = (-19.8761,-5.53211,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 91.3363, position (cm) = (-35.8451,-42.821,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 94.4345, position (cm) = (-38.7923,-28.0282,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 94.5033, position (cm) = (-38.3915,-27.0839,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 93.3959, position (cm) = (-38.7906,-27.959,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 93.3815, position (cm) = (-35.2039,-33.3547,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 93.3815, position (cm) = (-35.2039,-33.3547,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 94.4029, position (cm) = (-34.69,-34.7456,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 99.3771, position (cm) = (-43.5089,-56.7028,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 99.3212, position (cm) = (-43.4956,-56.6673,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.0524964, position (cm) = (-65.1295,-43.9913,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.070444, position (cm) = (-65.308,-32.4443,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.90551, position (cm) = (-64.9573,-50.1259,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 16.0093, position (cm) = (-65.4509,-45.3165,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 16.0093, position (cm) = (-65.4509,-45.3165,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 16.0093, position (cm) = (-65.4509,-45.3165,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 39.0354, position (cm) = (-63.833,-76.2682,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.108329, position (cm) = (-63.1,-89.0887,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.343434, position (cm) = (-55.9558,-80.2102,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 2.16494, position (cm) = (-82.097,-90.1019,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.76371, position (cm) = (-62.8763,-105.059,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 1.21519, position (cm) = (-77.5179,-98.9234,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 83.5491, position (cm) = (-41.5238,-59.3113,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 83.5491, position (cm) = (-41.5238,-59.3113,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 83.5491, position (cm) = (-41.5238,-59.3113,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 7.171, position (cm) = (-42.9318,-49.5453,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0860806, position (cm) = (-33.1703,-52.1479,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.0753083, position (cm) = (-40.7578,-51.4908,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.238955, position (cm) = (-30.0618,-50.1416,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 8.61186, position (cm) = (-33.391,-66.8454,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 6.28907, position (cm) = (-30.0791,-68.2483,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 8.61186, position (cm) = (-33.391,-66.8454,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 2.26553, position (cm) = (-11.9384,-60.4543,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 3.89645, position (cm) = (-13.6717,-61.0765,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 4.33258, position (cm) = (-12.1377,-59.8805,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 1.14941e-05, position (cm) = (-8.05626,-60.7436,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 6.31426, position (cm) = (-14.2555,-48.693,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 97.3327, position (cm) = (-39.9126,-59.8741,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 4.91922, position (cm) = (-50.5777,-50.9273,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 3.73403, position (cm) = (-48.1582,-51.1189,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 96.9178, position (cm) = (-37.4412,-57.9615,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 6.72517, position (cm) = (-23.0489,-55.4183,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 97.4816, position (cm) = (-36.3874,-59.1149,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.270374, position (cm) = (-52.3717,13.1812,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 24.5386, position (cm) = (-61.384,18.4347,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.744932, position (cm) = (-58.0995,6.22079,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 25.198, position (cm) = (-35.7336,3.87445,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 2.17749, position (cm) = (-48.783,70.0062,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.0779899, position (cm) = (-53.633,96.1465,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.98533, position (cm) = (-47.008,85.0569,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.313907, position (cm) = (-55.1443,69.4895,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 50.3531, position (cm) = (-80.3046,60.7331,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.181809, position (cm) = (-67.9907,67.447,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.667214, position (cm) = (-57.6414,70.1168,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 6.23615, position (cm) = (-66.7946,60.6629,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 4.52791, position (cm) = (-64.5012,68.3358,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 1.21542, position (cm) = (-77.0299,64.1914,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 69.0991, position (cm) = (7.13642,28.7235,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.541397, position (cm) = (-46.0219,3.24901,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 4.65524, position (cm) = (-42.1201,-3.06713,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 53.9924, position (cm) = (-74.1574,5.81954,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 53.9924, position (cm) = (-74.1574,5.81954,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.152247, position (cm) = (19.9793,16.1347,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 6.93124, position (cm) = (-22.2624,-8.61049,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 98.0671, position (cm) = (-32.8195,-14.6736,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.0671, position (cm) = (-32.8195,-14.6736,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 6.54081, position (cm) = (-31.8409,-9.41642,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 4.65248, position (cm) = (-22.8952,-10.4795,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.111819, position (cm) = (-30.7911,10.1817,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 40.875, position (cm) = (-43.9737,2.19085,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.124489, position (cm) = (-41.2965,-15.0288,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.698506, position (cm) = (-49.4707,-1.67014,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.202252, position (cm) = (-56.0862,-5.68335,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 0.685921, position (cm) = (-78.0786,-15.0129,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 67.3107, position (cm) = (-34.1562,-13.5429,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.10411, position (cm) = (-41.0456,-10.1646,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 5.95663, position (cm) = (-38.9183,-8.17738,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 58.6943, position (cm) = (-28.4115,-10.8236,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 6.7598, position (cm) = (-56.9921,-54.8724,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.1018e-05, position (cm) = (-57.6134,-54.192,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.02403, position (cm) = (-34.7152,-3.49724,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.01497, position (cm) = (-48.5435,-11.7333,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 22.4731, position (cm) = (-101.609,-12.9268,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 2.92656, position (cm) = (-114.352,-53.5736,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 7.98779, position (cm) = (-79.7429,-1.05444,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.213184, position (cm) = (-85.1663,4.07391,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.00610734, position (cm) = (-64.4278,-20.4651,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 6.66119, position (cm) = (-90.2938,5.50301,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 6.04749, position (cm) = (-89.6621,4.74065,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 0.666759, position (cm) = (-89.7585,-5.83072,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 49.3611, position (cm) = (-109.1,14.4694,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 49.3114, position (cm) = (-110.157,14.8061,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 49.3114, position (cm) = (-110.157,14.8061,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.767856, position (cm) = (-105.428,-8.91252,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 31.9209, position (cm) = (-96.2459,-12.9152,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 40.7348, position (cm) = (-100.047,-11.9893,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 40.4307, position (cm) = (-98.943,-13.2797,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 51.5588, position (cm) = (-101.964,4.14785,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.17508, position (cm) = (-109.688,-4.64141,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.440504, position (cm) = (-95.3615,-4.05774,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.98107, position (cm) = (-94.5001,-4.09312,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 32.8182, position (cm) = (-103.677,-17.5298,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.885925, position (cm) = (-42.374,27.8642,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 2.12602, position (cm) = (17.9677,79.7685,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.703759, position (cm) = (-71.0307,-15.4203,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 29.4454, position (cm) = (-79.6263,-8.04806,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.089104, position (cm) = (-67.4341,-16.6238,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 3.82599, position (cm) = (-73.4251,-19.8302,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.000633786, position (cm) = (-5.83085,-10.7229,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.113555, position (cm) = (-5.85451,4.36082,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 72.2637, position (cm) = (-4.81647,23.1425,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.5474, position (cm) = (-32.3706,2.43055,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 99.7704, position (cm) = (-30.4471,-2.90254,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.843022, position (cm) = (-29.5639,-3.40507,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.0761722, position (cm) = (-37.6542,-3.89418,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 3.3279, position (cm) = (-29.16,-3.6607,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 4.36819, position (cm) = (-29.7482,-4.10941,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 4.81563, position (cm) = (-28.9306,-2.53414,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 1.73706, position (cm) = (-29.1604,-2.2994,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.121184, position (cm) = (-19.2281,-0.166767,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 1.76542e-06, position (cm) = (-34.7307,-7.49099,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.787558, position (cm) = (-37.356,-0.874919,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.703223, position (cm) = (-15.0112,-1.57596,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.0710478, position (cm) = (-52.945,-0.509952,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 98.8261, position (cm) = (-7.81866,-32.3496,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 98.7741, position (cm) = (-7.66542,-32.3561,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.308264, position (cm) = (-26.791,5.928,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 18.0197, position (cm) = (-11.4793,-0.573733,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 2.08407, position (cm) = (12.9433,-16.3122,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.120987, position (cm) = (-14.4174,5.5943,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 0.692727, position (cm) = (-9.11354,-16.7342,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 28.2009, position (cm) = (12.2266,-9.25781,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 3.27622, position (cm) = (15.1553,-7.20847,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.24969, position (cm) = (17.7846,-10.1532,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.238786, position (cm) = (24.6929,-3.468,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.214239, position (cm) = (20.6705,-3.5347,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 17.0855, position (cm) = (18.1872,-5.28236,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 17.791, position (cm) = (17.6068,-2.04603,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 5.57985, position (cm) = (14.1742,-8.57007,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 28.5318, position (cm) = (11.1878,-17.4489,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 1.04139, position (cm) = (11.3562,-17.0423,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.62856, position (cm) = (7.09086,-21.8111,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.107141, position (cm) = (1.62387,-12.9583,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 0.521223, position (cm) = (4.90059,-21.9194,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 28.073, position (cm) = (7.17029,-19.8848,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 28.5318, position (cm) = (11.1878,-17.4489,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 4.37562e-07, position (cm) = (-50.7034,5.32721,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 2.80568, position (cm) = (-86.3667,29.4077,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 2.67576e-06, position (cm) = (-45.5693,39.3234,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0517543, position (cm) = (16.5289,-7.57264,200), weight = 0.0625 - neutron, kinetic energy (MeV) = 0.00956594, position (cm) = (30.381,33.2959,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 0.184893, position (cm) = (31.525,53.4195,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 1.43584, position (cm) = (27.1665,-6.09923,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 23.8537, position (cm) = (25.298,-24.5782,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 5.16559, position (cm) = (35.9564,-14.8568,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.0889567, position (cm) = (28.0734,-16.2067,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.0539081, position (cm) = (30.0949,-21.1036,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 1.67313, position (cm) = (-183.308,0.393293,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.31477, position (cm) = (-194.951,8.04166,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.0805883, position (cm) = (-132.522,108.134,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.600531, position (cm) = (-132.663,101.299,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 98.7368, position (cm) = (-76.3013,28.2812,200), weight = 0.0625 - neutron, kinetic energy (MeV) = 91.3964, position (cm) = (-73.8638,34.6835,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 91.3964, position (cm) = (-73.8638,34.6835,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 91.235, position (cm) = (-76.5729,36.2119,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.098742, position (cm) = (-88.1729,13.1914,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.176751, position (cm) = (-68.7073,47.8633,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.47482, position (cm) = (-62.1869,95.936,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 0.207237, position (cm) = (-53.6824,119.227,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.0907761, position (cm) = (-60.2974,124.497,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 7.08253, position (cm) = (-62.4818,119.932,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.33895, position (cm) = (-80.7566,95.7966,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.204162, position (cm) = (-33.7936,95.519,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 72.8875, position (cm) = (-88.4262,40.5524,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 72.8867, position (cm) = (-88.4169,40.5536,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 72.8875, position (cm) = (-88.4262,40.5524,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 99.1097, position (cm) = (-80.5681,-3.81592,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.3267, position (cm) = (-80.4285,-1.34027,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.536363, position (cm) = (-97.6506,-14.0314,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 88.0071, position (cm) = (-100.014,-8.31417,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 97.905, position (cm) = (-103.668,-25.4821,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 96.8465, position (cm) = (-70.8796,-12.6329,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 96.7502, position (cm) = (-70.6614,-11.2521,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 97.0246, position (cm) = (-78.6483,-11.8988,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 97.0246, position (cm) = (-78.6483,-11.8988,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 97.0246, position (cm) = (-78.6483,-11.8988,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 55.4544, position (cm) = (-88.6047,-10.1089,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 55.2137, position (cm) = (-86.2422,-9.91702,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.903021, position (cm) = (-102.231,-21.4102,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 83.4744, position (cm) = (-99.5792,-17.1836,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.227208, position (cm) = (-103.455,-11.9541,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 99.079, position (cm) = (-91.0509,-16.2056,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.382728, position (cm) = (-72.8205,6.49279,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 53.8861, position (cm) = (-71.1855,-3.06606,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.351962, position (cm) = (-63.8966,-1.50673,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.247672, position (cm) = (-72.0735,3.14203,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.000251764, position (cm) = (-78.9364,19.6414,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 6.71863, position (cm) = (-74.151,-0.590122,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.569118, position (cm) = (-69.4926,7.02957,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.923313, position (cm) = (-52.249,26.4758,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.332, position (cm) = (-77.1513,-1.67359,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 99.1996, position (cm) = (-77.3277,1.56073,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 99.2508, position (cm) = (-77.3718,1.59778,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 47.3895, position (cm) = (-73.619,-0.269431,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.20663, position (cm) = (-84.2287,-25.6699,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 2.71003, position (cm) = (-69.4862,5.23783,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 3.18714, position (cm) = (-85.2499,-1.10587,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 9.33157e-08, position (cm) = (-108.448,67.2331,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 2.13568, position (cm) = (-97.5432,89.3709,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.848185, position (cm) = (-100.572,98.8598,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.199273, position (cm) = (-92.4369,98.8445,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.84139, position (cm) = (-112.354,89.1786,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 47.4503, position (cm) = (-113.645,101.851,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.190912, position (cm) = (-114.636,58.2878,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 46.8455, position (cm) = (-112.337,64.5133,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 60.1472, position (cm) = (-111.337,69.5318,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 60.5914, position (cm) = (-114.76,71.2655,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 60.8427, position (cm) = (-135.01,27.4978,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.163257, position (cm) = (-135.012,27.5591,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 0.796041, position (cm) = (-136.615,21.5836,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 17.281, position (cm) = (-135.171,27.5593,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 0.458208, position (cm) = (-125.423,4.76917,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 13.5012, position (cm) = (-134.38,27.0584,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 18.4885, position (cm) = (-134.979,27.1391,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 60.8427, position (cm) = (-135.01,27.4978,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 0.00243744, position (cm) = (-118,21.5695,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.351572, position (cm) = (-23.7574,7.12218,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 3.11245, position (cm) = (-22.8805,4.81259,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 5.47999, position (cm) = (-23.6241,6.54931,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 33.154, position (cm) = (-18.1395,7.13331,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.48807, position (cm) = (-25.2884,-9.10059,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.108464, position (cm) = (73.9685,-24.2127,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.41309, position (cm) = (47.7495,-88.4294,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 3.2095, position (cm) = (84.3567,-76.5087,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 0.00758767, position (cm) = (74.8393,-81.6711,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 1.71537, position (cm) = (107.722,-76.7743,200), weight = 4.76837e-07 - neutron, kinetic energy (MeV) = 13.2414, position (cm) = (44.7824,38.555,200), weight = 3.8147e-06 - e-, kinetic energy (MeV) = 3.37432, position (cm) = (42.1632,36.9829,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.71787, position (cm) = (35.843,44.7902,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.99101, position (cm) = (-71.6479,-13.915,200), weight = 7.45058e-09 - neutron, kinetic energy (MeV) = 2.52315, position (cm) = (-100.637,-12.9036,200), weight = 2.98023e-08 - gamma, kinetic energy (MeV) = 1.08823, position (cm) = (-11.2131,59.512,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.169616, position (cm) = (-40.5588,41.1604,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 1.91606, position (cm) = (-42.7216,36.5791,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 4.59967, position (cm) = (-39.6088,36.0282,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 66.8221, position (cm) = (-41.1718,32.7784,200), weight = 0.0078125 - gamma, kinetic energy (MeV) = 0.123273, position (cm) = (-61.9417,52.0502,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.103905, position (cm) = (-59.3832,51.7258,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.0702783, position (cm) = (-70.6167,68.5283,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.311282, position (cm) = (-72.8167,107.864,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.182397, position (cm) = (-36.0305,89.9764,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 1.42795, position (cm) = (-29.7667,99.775,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 5.66785, position (cm) = (-29.8923,85.6621,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 92.5504, position (cm) = (-33.9782,100.816,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 92.7268, position (cm) = (-33.4062,98.9364,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 92.7268, position (cm) = (-33.4062,98.9364,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 1.35062, position (cm) = (-11.6701,62.2744,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.0498917, position (cm) = (-19.3437,57.988,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.933478, position (cm) = (-30.5286,70.054,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 4.02686e-05, position (cm) = (-18.239,48.3642,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 63.1388, position (cm) = (-14.4667,48.8788,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 62.9681, position (cm) = (-16.2841,51.358,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 62.9681, position (cm) = (-16.2841,51.358,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 62.9681, position (cm) = (-16.2841,51.358,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 24.4329, position (cm) = (-1.16521,50.8841,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.0215003, position (cm) = (-2.47287,52.8521,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.119541, position (cm) = (-0.66071,55.9907,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.326479, position (cm) = (14.8177,61.7173,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 1.11329, position (cm) = (13.578,48.9856,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 4.64954e-05, position (cm) = (-9.44475,43.9358,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 3.66932, position (cm) = (-11.3445,52.5245,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 17.0317, position (cm) = (-20.6593,37.7547,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 17.0317, position (cm) = (-20.6593,37.7547,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 16.5938, position (cm) = (-21.7299,33.6646,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 1.10115, position (cm) = (-70.8881,46.9891,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 3.8409, position (cm) = (-43.3339,45.6037,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.52257, position (cm) = (-16.5857,38.5881,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 51.246, position (cm) = (-69.5947,94.1409,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 51.246, position (cm) = (-69.5947,94.1409,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.16718, position (cm) = (-73.709,96.7272,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.611291, position (cm) = (-59.66,81.1796,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 5.46195, position (cm) = (-57.3568,78.869,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 8.44776, position (cm) = (-54.4676,78.882,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 8.44776, position (cm) = (-54.4676,78.882,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 97.6552, position (cm) = (-67.8808,90.0164,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.533493, position (cm) = (-58.42,85.201,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 79.4425, position (cm) = (-58.4394,88.2032,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 96.35, position (cm) = (-81.9191,70.803,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 96.35, position (cm) = (-81.9191,70.803,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.104159, position (cm) = (-112.321,96.4321,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 31.2494, position (cm) = (-120.457,103.792,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 1.55315, position (cm) = (-110.124,109.934,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 2.16001, position (cm) = (-99.5577,135.797,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 15.1318, position (cm) = (-111.424,103.272,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 15.1318, position (cm) = (-111.424,103.272,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.236245, position (cm) = (-118.128,106.678,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 5.39442, position (cm) = (-135.751,117.029,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.341764, position (cm) = (-110.469,104.671,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 5.7253, position (cm) = (-74.9296,81.2858,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 2.35719, position (cm) = (-75.4148,81.2408,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.195875, position (cm) = (-85.5658,87.1789,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 0.376759, position (cm) = (-81.7983,90.8515,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 2.09945, position (cm) = (-79.7366,91.1711,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 27.603, position (cm) = (-82.7866,89.3955,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 27.603, position (cm) = (-82.7866,89.3955,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 66.1424, position (cm) = (-74.6157,111.953,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.053023, position (cm) = (-131.58,89.6571,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.802414, position (cm) = (-95.933,82.3735,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.129412, position (cm) = (-160.589,102.755,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 8.6095, position (cm) = (-161.812,60.9598,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.0728884, position (cm) = (-135.157,93.453,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.495812, position (cm) = (-133.999,90.3728,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.273228, position (cm) = (-135.35,91.5687,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 3.31345, position (cm) = (-137.316,93.5909,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 25.0301, position (cm) = (-136.158,91.2912,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 4.18259, position (cm) = (-151.851,85.8402,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 53.4587, position (cm) = (-200.691,101.353,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.760908, position (cm) = (-199.207,101.303,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 0.833796, position (cm) = (-198.415,99.652,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.952369, position (cm) = (-188.006,100.504,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 3.63209, position (cm) = (-199.065,100.58,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.118744, position (cm) = (-198.139,98.0057,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 1.69259, position (cm) = (-201.149,98.7502,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 5.30131, position (cm) = (-200.657,99.2923,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 5.31272, position (cm) = (-197.205,96.5433,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 53.0606, position (cm) = (-213.763,101.572,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 52.7489, position (cm) = (-214.462,102.171,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 3.90812, position (cm) = (-230.545,104.61,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 52.7237, position (cm) = (-231.158,101.756,200), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.305888, position (cm) = (-123.263,38.1693,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 14.6306, position (cm) = (-150.957,74.3107,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 3.20278e-07, position (cm) = (-137.441,103.377,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 28.1151, position (cm) = (-59.9733,-5.90988,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 29.3863, position (cm) = (-60.6079,-6.25705,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 29.3863, position (cm) = (-60.6079,-6.25705,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 2.54371, position (cm) = (-96.8401,15.7339,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 29.5649, position (cm) = (-40.206,23.6624,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 29.5649, position (cm) = (-40.206,23.6624,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 29.5649, position (cm) = (-40.206,23.6624,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 29.367, position (cm) = (-38.7079,23.1165,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 0.00610563, position (cm) = (119.362,-39.911,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 3.1891, position (cm) = (126.452,-44.837,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 0.000583332, position (cm) = (-46.3979,32.302,200), weight = 0.03125 - gamma, kinetic energy (MeV) = 0.0798678, position (cm) = (-21.1272,86.3786,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 1.20583, position (cm) = (-35.6368,95.9005,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 0.90637, position (cm) = (-29.4932,98.2594,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 72.1827, position (cm) = (-23.3131,108.484,200), weight = 0.00390625 - gamma, kinetic energy (MeV) = 0.0666888, position (cm) = (-23.249,100.522,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 39.8858, position (cm) = (-11.6186,129.124,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 19.6693, position (cm) = (-17.8708,124.794,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.109052, position (cm) = (-16.7506,128.843,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 1.47474, position (cm) = (-16.9472,127.777,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.0650178, position (cm) = (-23.4264,111.6,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.942096, position (cm) = (16.7552,138.465,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 9.89079, position (cm) = (16.6329,122.617,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-31.63,116.668,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.271142, position (cm) = (-50.0921,117.509,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 8.57535, position (cm) = (-33.0701,102.001,200), weight = 0.000976562 - gamma, kinetic energy (MeV) = 0.1389, position (cm) = (-17.6276,101.908,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.391124, position (cm) = (-14.8265,107.058,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 37.7254, position (cm) = (-20.62,102.203,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 7.75933, position (cm) = (-76.8125,131.457,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 39.5527, position (cm) = (-18.4391,110.054,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.347089, position (cm) = (28.8573,11.1263,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 41.8531, position (cm) = (12.6613,33.0634,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 41.8531, position (cm) = (12.6613,33.0634,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 42.3591, position (cm) = (9.15215,26.0831,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 27.205, position (cm) = (2.29671,37.6478,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 73.1931, position (cm) = (55.5498,31.9643,200), weight = 0.03125 - neutron, kinetic energy (MeV) = 72.3879, position (cm) = (53.8493,28.2759,200), weight = 0.015625 - neutron, kinetic energy (MeV) = 72.9133, position (cm) = (51.5627,29.9727,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 72.8979, position (cm) = (51.3724,30.0207,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 0.0119387, position (cm) = (26.4911,-60.0716,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.110932, position (cm) = (18.508,-37.6263,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.136762, position (cm) = (40.729,-49.9609,200), weight = 0.000976562 - neutron, kinetic energy (MeV) = 11.8432, position (cm) = (36.1259,-53.733,200), weight = 0.000488281 - neutron, kinetic energy (MeV) = 12.4527, position (cm) = (33.7997,-54.9639,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 0.474832, position (cm) = (41.8462,-51.0531,200), weight = 0.000244141 - gamma, kinetic energy (MeV) = 10.6992, position (cm) = (44.0315,-54.9108,200), weight = 0.000244141 - neutron, kinetic energy (MeV) = 20.6948, position (cm) = (20.3368,-54.7618,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.147919, position (cm) = (-14.252,-22.3251,200), weight = 0.00195312 - neutron, kinetic energy (MeV) = 2.64263, position (cm) = (65.7923,-31.5836,200), weight = 0.00195312 - gamma, kinetic energy (MeV) = 0.223799, position (cm) = (49.1498,-233.928,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 5.4353, position (cm) = (48.4786,-235.471,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 26.8573, position (cm) = (48.8301,-236.034,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 0.983795, position (cm) = (44.0292,-213.108,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 1.19475, position (cm) = (20.1786,-182.253,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.0689321, position (cm) = (56.468,-213.325,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 5.33197, position (cm) = (57.8592,-224.038,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.0744671, position (cm) = (52.7986,-247.726,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 3.42829, position (cm) = (74.2747,-288.525,200), weight = 2.38419e-07 - gamma, kinetic energy (MeV) = 0.263381, position (cm) = (36.0347,-232.155,200), weight = 2.38419e-07 - neutron, kinetic energy (MeV) = 26.3556, position (cm) = (39.1552,-238.218,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 9.387e-06, position (cm) = (22.4256,-184.994,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 1.82938, position (cm) = (52.4932,-167.013,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.510999, position (cm) = (45.2147,-210.492,200), weight = 9.53674e-07 - neutron, kinetic energy (MeV) = 0.609743, position (cm) = (12.1611,-171.017,200), weight = 4.76837e-07 - gamma, kinetic energy (MeV) = 0.199419, position (cm) = (-27.5246,91.3948,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 99.2981, position (cm) = (-1.62365,73.748,200), weight = 0.0078125 - neutron, kinetic energy (MeV) = 99.2981, position (cm) = (-1.62365,73.748,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 99.2981, position (cm) = (-1.62365,73.748,200), weight = 0.00390625 - neutron, kinetic energy (MeV) = 99.2981, position (cm) = (-1.62365,73.748,200), weight = 0.015625 - gamma, kinetic energy (MeV) = 4.26304, position (cm) = (1.42695,68.8585,200), weight = 9.53674e-07 - gamma, kinetic energy (MeV) = 1.36022, position (cm) = (159.496,-110.117,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.11996, position (cm) = (167.728,-93.7611,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.16903, position (cm) = (96.5762,-95.8319,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 0.233018, position (cm) = (123.257,-121.635,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.71169, position (cm) = (119.341,-111.527,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.25748, position (cm) = (149.389,-153.37,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.05814, position (cm) = (145.987,-146.307,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0858204, position (cm) = (138.71,-184.739,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.723513, position (cm) = (141.621,-202.067,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0796391, position (cm) = (149.055,-186.456,200), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.0732936, position (cm) = (147.307,-192.429,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 2.44355, position (cm) = (150.637,-173.588,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.921059, position (cm) = (143.795,-135.289,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 7.91431, position (cm) = (155.563,-121.208,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 7.91431, position (cm) = (155.563,-121.208,200), weight = 1.52588e-05 - gamma, kinetic energy (MeV) = 0.32228, position (cm) = (135.292,-140.798,200), weight = 3.05176e-05 - gamma, kinetic energy (MeV) = 7.81309, position (cm) = (144.558,-138.272,200), weight = 3.05176e-05 - neutron, kinetic energy (MeV) = 72.114, position (cm) = (119.863,-104.501,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 21.8319, position (cm) = (122.269,-106.665,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.802, position (cm) = (142.272,-93.4835,200), weight = 6.10352e-05 - neutron, kinetic energy (MeV) = 34.664, position (cm) = (115.729,-142.578,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 4.97213, position (cm) = (130.843,-107.625,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.0759996, position (cm) = (118.934,-134.971,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 33.61, position (cm) = (115.776,-143.674,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 0.091536, position (cm) = (106.445,-121.335,200), weight = 7.62939e-06 - gamma, kinetic energy (MeV) = 1.52157, position (cm) = (75.5289,-86.5501,200), weight = 0.000488281 - gamma, kinetic energy (MeV) = 0.256479, position (cm) = (112.407,-132.261,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 1.54148, position (cm) = (105.428,-115.212,200), weight = 0.00012207 - gamma, kinetic energy (MeV) = 1.80088, position (cm) = (113.077,-108.934,200), weight = 0.00012207 - neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 7.62939e-06 - neutron, kinetic energy (MeV) = 21.6196, position (cm) = (101.593,-112.277,200), weight = 1.52588e-05 - neutron, kinetic energy (MeV) = 7.43903, position (cm) = (99.1239,-129.003,200), weight = 6.10352e-05 - gamma, kinetic energy (MeV) = 0.388209, position (cm) = (35.1318,-102.652,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 2.46248, position (cm) = (58.2222,-80.9707,200), weight = 1.19209e-07 - gamma, kinetic energy (MeV) = 0.0711802, position (cm) = (50.4728,-53.1548,200), weight = 1.19209e-07 - neutron, kinetic energy (MeV) = 0.149563, position (cm) = (23.5611,-54.5757,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.0644972, position (cm) = (19.7657,-66.0937,200), weight = 3.72529e-09 - gamma, kinetic energy (MeV) = 0.367195, position (cm) = (20.7543,-61.6485,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 0.717793, position (cm) = (38.0065,-64.2531,200), weight = 1.86265e-09 - gamma, kinetic energy (MeV) = 4.67874, position (cm) = (20.755,-64.1292,200), weight = 3.72529e-09 - neutron, kinetic energy (MeV) = 2.80357, position (cm) = (41.2301,-85.8251,200), weight = 2.98023e-08 - neutron, kinetic energy (MeV) = 1.44995, position (cm) = (38.6201,-52.3695,200), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.45097, position (cm) = (40.8364,-45.8777,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.573036, position (cm) = (-47.6832,-21.7342,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.000735377, position (cm) = (30.8847,-53.1428,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.0677927, position (cm) = (5.70507,-110.885,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.646034, position (cm) = (12.8578,-104.437,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.771927, position (cm) = (7.63706,-105.374,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 2.34962, position (cm) = (11.2226,-108.853,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 3.60415e-05, position (cm) = (-4.66203,-102.129,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 5.34704, position (cm) = (1.41775,-121.717,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 5.16585, position (cm) = (-0.903157,-122.302,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 5.16585, position (cm) = (-0.903157,-122.302,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 5.16585, position (cm) = (-0.903157,-122.302,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 5.16585, position (cm) = (-0.903157,-122.302,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.187497, position (cm) = (6.07828,-125.19,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 6.18532e-07, position (cm) = (-13.0017,-132.485,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 0.00964386, position (cm) = (37.7596,-74.2913,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.206951, position (cm) = (32.4797,-76.3849,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.782785, position (cm) = (29.0845,-87.3983,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.130664, position (cm) = (17.2344,-76.187,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 1.05214, position (cm) = (27.7826,-55.3591,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 2.7292, position (cm) = (-111.369,-45.9999,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.91449, position (cm) = (-125.646,-105.587,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.82913, position (cm) = (-139.376,-98.5571,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.122138, position (cm) = (-148.066,-140.997,200), weight = 2.32831e-10 + gamma, kinetic energy (MeV) = 0.164655, position (cm) = (-150.442,-129.65,200), weight = 5.82077e-11 + neutron, kinetic energy (MeV) = 1.60209, position (cm) = (-129.431,-160.35,200), weight = 2.91038e-11 + neutron, kinetic energy (MeV) = 2.3968, position (cm) = (-134.168,-161.396,200), weight = 2.91038e-11 + neutron, kinetic energy (MeV) = 10.8947, position (cm) = (-150.301,-134.492,200), weight = 5.82077e-11 + gamma, kinetic energy (MeV) = 0.0999845, position (cm) = (-105.327,-27.9239,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 5.07922, position (cm) = (-119.24,-118.856,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.174776, position (cm) = (-134.185,-80.8473,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 0.00670209, position (cm) = (-137.634,-85.8642,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.178486, position (cm) = (-140.278,-118.241,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 1.0571, position (cm) = (-125.361,-34.8934,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 3.36503, position (cm) = (-129.909,-49.4775,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 1.67877, position (cm) = (-62.0893,-36.4024,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.19677, position (cm) = (-41.809,-4.835,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.0912803, position (cm) = (-87.1486,-13.6383,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.261352, position (cm) = (-80.3961,-23.372,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.0691535, position (cm) = (-124.631,-44.5684,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 1.17549e-05, position (cm) = (-64.3733,-27.538,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 2.01939, position (cm) = (-36.6056,-88.5983,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.85459, position (cm) = (-84.4088,-53.0136,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.0818393, position (cm) = (159.869,-7.95916,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.145463, position (cm) = (183.052,-14.2058,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.281271, position (cm) = (181.413,-10.3301,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.000215312, position (cm) = (178.264,-8.48291,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.125395, position (cm) = (148.83,-21.9021,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 58.4035, position (cm) = (171.94,-24.5893,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 58.6659, position (cm) = (170.229,-14.8679,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0861911, position (cm) = (120.31,24.236,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.917337, position (cm) = (168.378,12.7819,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 46.8917, position (cm) = (165.459,29.6992,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.15799, position (cm) = (142.591,-10.5922,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.108482, position (cm) = (152.948,8.83036,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0948415, position (cm) = (188.641,2.92952,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 6.99103, position (cm) = (146.936,9.21684,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 57.1557, position (cm) = (156.44,18.3337,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 57.1557, position (cm) = (156.44,18.3337,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.28972, position (cm) = (176.911,15.5454,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 11.7555, position (cm) = (177.5,18.9116,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 11.7555, position (cm) = (177.5,18.9116,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.119002, position (cm) = (163.871,-3.75869,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.0009301, position (cm) = (159.641,48.0593,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.39736, position (cm) = (175.932,43.7887,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 58.7222, position (cm) = (190.788,0.187178,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 58.8284, position (cm) = (189.284,0.721962,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.299487, position (cm) = (188.942,-5.41598,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.119165, position (cm) = (157.322,-41.931,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 25.7618, position (cm) = (174.696,-23.479,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 24.692, position (cm) = (173.256,-20.8249,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 25.15, position (cm) = (175.042,-19.9199,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 25.5848, position (cm) = (173.31,-25.7785,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 25.3355, position (cm) = (172.991,-25.7212,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.88725, position (cm) = (166.7,-39.2224,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 23.5808, position (cm) = (173.026,-22.7615,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.70392e-06, position (cm) = (160.983,-26.1415,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.25044, position (cm) = (163.258,-31.0765,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0868717, position (cm) = (172.364,-24.5699,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 35.7667, position (cm) = (160.485,-27.1257,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.35708, position (cm) = (160.765,-21.8241,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 35.7667, position (cm) = (160.485,-27.1257,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 35.7667, position (cm) = (160.485,-27.1257,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 32.277, position (cm) = (181.825,-58.9298,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.525186, position (cm) = (194.201,-48.3834,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.448462, position (cm) = (173.417,-46.4672,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.91032, position (cm) = (178.052,-45.2971,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.138164, position (cm) = (184.111,-47.2572,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.39208, position (cm) = (175.842,-43.8725,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.285304, position (cm) = (198.441,-41.561,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 32.5777, position (cm) = (177.633,-44.5314,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 31.99, position (cm) = (179.716,-44.8406,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.285125, position (cm) = (178.085,-52.5458,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.39485, position (cm) = (176.358,-43.7267,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 16.7904, position (cm) = (174.107,-36.8367,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.140862, position (cm) = (223.83,1.63277,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.388028, position (cm) = (221.865,2.45399,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.21461, position (cm) = (222.591,0.959054,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 1.13909, position (cm) = (220.492,-2.28294,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.378174, position (cm) = (217.777,-2.27161,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.643078, position (cm) = (213.803,7.35388,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 3.98501, position (cm) = (226.556,-3.8632,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.314911, position (cm) = (201.769,-37.3207,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 5.18036, position (cm) = (230.175,-20.2792,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 3.15072, position (cm) = (197.917,-27.0191,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.641883, position (cm) = (215.082,-25.8615,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (176.127,-13.2209,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.425523, position (cm) = (158.155,-35.0206,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 45.3561, position (cm) = (172.047,-19.6421,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.844817, position (cm) = (169.111,-19.3207,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 40.9519, position (cm) = (177.561,-20.6643,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 45.7152, position (cm) = (172.84,-19.8311,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 45.7152, position (cm) = (172.84,-19.8311,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 45.8759, position (cm) = (172.907,-24.2183,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 45.8759, position (cm) = (172.907,-24.2183,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 45.8759, position (cm) = (172.907,-24.2183,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 45.8759, position (cm) = (172.907,-24.2183,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 54.0732, position (cm) = (61.1734,39.3436,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 54.2652, position (cm) = (41.096,41.7966,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 54.2652, position (cm) = (41.096,41.7966,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 54.2652, position (cm) = (41.096,41.7966,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.03264, position (cm) = (19.6309,48.1793,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.439263, position (cm) = (96.1894,89.1395,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0729453, position (cm) = (112.284,90.4895,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.173628, position (cm) = (109.394,98.5259,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 11.0081, position (cm) = (118.532,89.3099,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 28.1792, position (cm) = (113.347,98.4063,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.179128, position (cm) = (128.646,105.914,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0535713, position (cm) = (118.782,94.49,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.316581, position (cm) = (100.263,78.8088,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 40.5062, position (cm) = (129.86,102.212,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.20266, position (cm) = (108.253,97.9762,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.29164, position (cm) = (106.201,78.8581,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.618898, position (cm) = (98.783,82.6495,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.31419, position (cm) = (107.616,95.6667,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 4.7304, position (cm) = (118.47,85.2755,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0910511, position (cm) = (114.831,89.4583,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 8.08858, position (cm) = (115.94,94.2738,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 6.4939, position (cm) = (122.004,99.0989,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.78272, position (cm) = (113.063,103.975,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.52896, position (cm) = (126.683,108.355,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.226459, position (cm) = (117.253,94.044,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (110.752,94.6089,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 16.3984, position (cm) = (121.65,102.273,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 40.245, position (cm) = (120.438,102.459,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.456044, position (cm) = (54.4207,70.8411,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 73.6655, position (cm) = (55.5706,52.7218,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 98.7757, position (cm) = (41.6454,35.2469,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.173369, position (cm) = (52.9514,39.1732,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 10.8707, position (cm) = (44.9023,62.3475,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.103519, position (cm) = (50.4343,61.5674,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.5854, position (cm) = (51.1226,41.5682,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 8.50992, position (cm) = (34.511,52.6772,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 10.5377, position (cm) = (31.8569,47.9341,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.00124876, position (cm) = (45.5145,66.5441,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.107749, position (cm) = (46.1932,73.0721,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.56827, position (cm) = (46.8672,57.6713,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 43.2833, position (cm) = (56.7616,59.6719,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 43.3405, position (cm) = (61.661,66.107,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.574989, position (cm) = (63.6786,45.3611,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.41788, position (cm) = (58.7544,49.7961,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 43.5844, position (cm) = (48.1881,64.118,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 43.2418, position (cm) = (54.5576,59.3782,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (34.8379,57.7209,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.56505, position (cm) = (33.3547,35.4625,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.631311, position (cm) = (33.5138,29.5584,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.146171, position (cm) = (33.2044,30.8378,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 84.0896, position (cm) = (48.3919,36.6355,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.344407, position (cm) = (32.494,29.408,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.19136, position (cm) = (39.7443,41.0635,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0637842, position (cm) = (42.0618,38.8935,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 98.7757, position (cm) = (41.6454,35.2469,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 98.6003, position (cm) = (40.7183,35.1342,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 97.7855, position (cm) = (63.474,37.2226,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.894928, position (cm) = (68.7423,38.9639,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 7.48959, position (cm) = (64.1711,32.5369,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 89.2031, position (cm) = (63.0894,36.846,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 97.7855, position (cm) = (63.474,37.2226,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 73.3239, position (cm) = (4.09526,-7.56181,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.158416, position (cm) = (5.6472,-14.4368,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.812313, position (cm) = (4.90988,-24.7469,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 6.74606, position (cm) = (4.36223,-25.6649,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.299306, position (cm) = (3.80982,-5.54257,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.294267, position (cm) = (7.08618,-7.65199,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 5.53458, position (cm) = (4.5141,-8.31016,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 6.02562, position (cm) = (2.79974,-5.23242,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.154001, position (cm) = (-10.2835,-4.83534,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 4.48206, position (cm) = (-5.88904,-6.12789,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 36.8215, position (cm) = (62.6325,-30.5034,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.59815, position (cm) = (80.1578,-30.8565,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.00509729, position (cm) = (58.0433,-31.7592,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 5.54071, position (cm) = (83.7316,-45.6129,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 43.1119, position (cm) = (74.4336,-14.0211,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.40497, position (cm) = (82.4567,-23.7722,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 4.93616, position (cm) = (83.5611,-27.005,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 73.9018, position (cm) = (81.1968,-1.95451,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.274686, position (cm) = (74.707,4.02559,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.347796, position (cm) = (88.5702,1.33283,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 54.4924, position (cm) = (81.083,-1.818,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.169938, position (cm) = (106.069,-8.29719,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.11057, position (cm) = (105.5,11.522,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 16.3801, position (cm) = (5.96264,-53.117,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.11288e-07, position (cm) = (-16.1097,-58.7533,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 5.2312, position (cm) = (-6.43967,-27.8899,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.41994, position (cm) = (-10.3338,-28.8746,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.23382, position (cm) = (7.9707,-33.2163,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 0.328815, position (cm) = (4.79388,-46.5909,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 4.65653, position (cm) = (1.83009,-36.741,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.355979, position (cm) = (9.838,-35.8904,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.549088, position (cm) = (5.12852,-40.1984,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 5.57584, position (cm) = (5.37291,-37.7593,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 17.1289, position (cm) = (12.4735,-39.2721,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 5.22627, position (cm) = (10.7044,-34.1292,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.0953522, position (cm) = (4.09989,-35.5807,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 1.81489, position (cm) = (10.8587,-25.4998,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 17.183, position (cm) = (10.7164,-34.1205,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 5.69681, position (cm) = (24.5032,-61.5663,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 0.989683, position (cm) = (14.7687,-64.6984,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.481963, position (cm) = (-37.5906,-27.5508,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 1.91657e-05, position (cm) = (-41.5575,-14.8734,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.302501, position (cm) = (-27.0431,-30.3468,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 4.39336, position (cm) = (-9.85969,-82.7616,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 7.67126e-06, position (cm) = (-14.1665,-42.1396,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 2.89981, position (cm) = (-31.531,-26.9789,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 2.01032, position (cm) = (-27.3132,-51.2443,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.0848049, position (cm) = (-22.0858,-16.7189,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 0.00755708, position (cm) = (-50.3941,-41.1691,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.53142, position (cm) = (-63.6569,-54.6279,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.886828, position (cm) = (-14.1443,-67.8368,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 0.011983, position (cm) = (-30.0385,-38.2787,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.747065, position (cm) = (-19.8402,-54.7191,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 0.586478, position (cm) = (-29.4821,-62.9809,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 12.6079, position (cm) = (-40.972,-124.6,200), weight = 1.16415e-10 + neutron, kinetic energy (MeV) = 14.9017, position (cm) = (-24.9749,-85.456,200), weight = 5.82077e-11 + gamma, kinetic energy (MeV) = 0.188004, position (cm) = (-19.266,-81.4733,200), weight = 5.82077e-11 + gamma, kinetic energy (MeV) = 0.525128, position (cm) = (-19.681,-83.6999,200), weight = 5.82077e-11 + gamma, kinetic energy (MeV) = 0.0808368, position (cm) = (-31.8241,-88.2847,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 1.2632, position (cm) = (-19.5091,-76.9332,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 0.000321071, position (cm) = (-21.4314,-74.5338,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.957239, position (cm) = (-14.6736,42.179,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.00484253, position (cm) = (-51.469,8.16452,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 0.000510436, position (cm) = (-30.7326,-0.116486,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.242493, position (cm) = (-36.4657,5.35841,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.226174, position (cm) = (-35.6119,2.41869,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 2.15176, position (cm) = (125.772,-21.1115,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.123337, position (cm) = (125.093,-21.2908,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 18.4822, position (cm) = (118.604,-33.7921,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 26.9907, position (cm) = (124.007,-26.1264,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 33.3256, position (cm) = (89.2053,-32.702,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 33.9032, position (cm) = (89.1362,-36.6214,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 28.3214, position (cm) = (106.657,-46.9274,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 27.9383, position (cm) = (106.421,-48.9553,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 4.44893e-06, position (cm) = (85.8067,-62.5273,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.265829, position (cm) = (65.9389,-50.023,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.9952, position (cm) = (80.4644,-52.4884,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 27.9952, position (cm) = (80.4644,-52.4884,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 27.9952, position (cm) = (80.4644,-52.4884,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 27.9952, position (cm) = (80.4644,-52.4884,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 27.8631, position (cm) = (80.0779,-53.5347,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.000151356, position (cm) = (102.278,-47.4598,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.859846, position (cm) = (93.5745,-47.4842,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 11.3732, position (cm) = (92.6003,-48.168,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 11.3732, position (cm) = (92.6003,-48.168,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.193239, position (cm) = (93.6283,-53.4661,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 2.26687, position (cm) = (89.0467,-44.8916,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 7.11702, position (cm) = (89.3037,-37.469,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.195368, position (cm) = (76.0439,-53.1164,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 3.42647, position (cm) = (95.1803,-40.9388,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 34.708, position (cm) = (100.609,-44.7694,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 4.6921, position (cm) = (88.7527,-16.4572,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.000276142, position (cm) = (83.1522,-25.6361,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 5.47079, position (cm) = (75.8826,-33.317,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.7242, position (cm) = (90.4795,-31.8929,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 16.5094, position (cm) = (70.3702,-31.0023,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 16.5094, position (cm) = (70.3702,-31.0023,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 16.1955, position (cm) = (70.3308,-31.1346,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.285055, position (cm) = (70.2853,-30.3498,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.205403, position (cm) = (70.7621,-28.5023,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.4369, position (cm) = (71.8847,-30.5315,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 4.39734, position (cm) = (72.9424,-31.639,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 6.23931, position (cm) = (69.9671,-31.9099,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 5.28017, position (cm) = (56.1351,-41.2829,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 10.3455, position (cm) = (77.422,-31.1016,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0978948, position (cm) = (81.9519,-24.6902,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.00333885, position (cm) = (104.888,-47.6442,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.967335, position (cm) = (88.5576,-42.7424,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 2.05797, position (cm) = (110.146,-52.2994,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.62816, position (cm) = (95.8707,-55.1484,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 28.2084, position (cm) = (117.256,-56.3014,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.18879, position (cm) = (134.68,-23.7355,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.292789, position (cm) = (112.66,-71.0678,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.140705, position (cm) = (96.0667,-52.5275,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.828149, position (cm) = (105.597,-43.4773,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.85383, position (cm) = (91.2962,-43.5315,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 35.1683, position (cm) = (101.463,-18.7967,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 34.4729, position (cm) = (104.146,-21.0195,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 34.4729, position (cm) = (104.146,-21.0195,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.37461, position (cm) = (77.5713,-23.5855,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 6.21223, position (cm) = (71.2518,-37.4761,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.526422, position (cm) = (73.456,-46.7243,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.98021, position (cm) = (39.4304,-43.1955,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.39154e-05, position (cm) = (32.1128,-74.3829,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.740259, position (cm) = (29.2438,-61.2493,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 6.48076, position (cm) = (69.1945,-52.0217,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.75019, position (cm) = (64.3185,-16.0782,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 4.86188, position (cm) = (37.5413,-88.9655,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 5.39503, position (cm) = (-80.8569,37.5706,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 78.5287, position (cm) = (9.42283,-26.679,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 10.9673, position (cm) = (-16.6146,26.3145,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 4.55634, position (cm) = (16.4076,-5.09892,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 7.65019, position (cm) = (12.1418,-3.92201,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.351706, position (cm) = (56.3119,10.6685,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.427166, position (cm) = (11.2881,-10.8371,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.560311, position (cm) = (3.86395,14.056,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.104487, position (cm) = (-23.2674,30.4514,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.231797, position (cm) = (-82.9878,69.5551,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 4.31067, position (cm) = (-23.0038,27.8507,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.155594, position (cm) = (14.4777,51.3152,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.52118, position (cm) = (20.7707,55.9657,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 37.2157, position (cm) = (-23.0822,40.1708,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 37.2035, position (cm) = (-23.4089,40.1097,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 2.09046, position (cm) = (12.7634,38.7912,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0888986, position (cm) = (12.5594,30.7179,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.367827, position (cm) = (11.5445,57.9057,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 3.52187, position (cm) = (-10.8253,87.6991,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 72.879, position (cm) = (-9.64905,-3.29543,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.64257, position (cm) = (-7.66237,14.0885,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 23.179, position (cm) = (-15.876,-2.33753,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 21.9697, position (cm) = (-15.8091,-0.677452,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 23.5303, position (cm) = (-13.576,0.552596,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 6.10398, position (cm) = (-18.2705,-1.36753,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 4.14941, position (cm) = (-16.9172,-14.4823,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.20098, position (cm) = (40.2281,25.3825,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00552492, position (cm) = (28.4546,0.552884,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.921747, position (cm) = (36.3316,-4.88392,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 9.21046, position (cm) = (29.187,-32.3283,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.262823, position (cm) = (16.086,-47.3705,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 30.0657, position (cm) = (24.3936,-39.1887,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 30.6134, position (cm) = (22.9952,-38.2258,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0679569, position (cm) = (28.2434,-29.0877,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 5.81144, position (cm) = (21.7618,-36.9098,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.203244, position (cm) = (16.0805,-33.8091,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.105894, position (cm) = (28.5549,-29.593,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 6.9745, position (cm) = (25.6138,-16.4777,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 6.9745, position (cm) = (25.6138,-16.4777,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.58624, position (cm) = (2.1469,-52.644,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.40627e-05, position (cm) = (19.5783,-39.659,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.129665, position (cm) = (100.212,8.09625,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 5.35121, position (cm) = (85.6318,47.3827,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.43716e-05, position (cm) = (-66.6376,124.545,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 14.466, position (cm) = (-89.0478,93.0756,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.673166, position (cm) = (-89.9209,93.9437,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.741204, position (cm) = (-81.7559,94.9715,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.119169, position (cm) = (-80.0173,73.8219,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 1.22075, position (cm) = (-95.1286,79.9541,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.139191, position (cm) = (-94.6917,72.2024,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.428202, position (cm) = (-97.2614,75.3512,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.62305, position (cm) = (-96.3805,76.3381,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.85681, position (cm) = (-88.3368,52.1871,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 2.20507, position (cm) = (-37.6121,159.463,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.165479, position (cm) = (4.33317,10.3361,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.71647, position (cm) = (-2.93353,8.09728,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 5.04875, position (cm) = (0.0950544,11.7884,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 47.9881, position (cm) = (-0.96716,9.7849,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 78.4152, position (cm) = (0.816042,6.14207,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 2.65016, position (cm) = (10.6105,22.6252,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 40.5433, position (cm) = (7.32114,13.4592,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.358167, position (cm) = (-2.21223,10.2862,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 9.10625, position (cm) = (1.0133,14.5599,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 80.0409, position (cm) = (-2.10722,13.4651,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 79.6709, position (cm) = (-1.3996,12.467,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 77.281, position (cm) = (3.92379,19.938,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.000687713, position (cm) = (20.5123,-22.7978,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.38939, position (cm) = (13.8105,5.28051,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 79.7718, position (cm) = (-1.4911,-3.99057,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 80.2343, position (cm) = (-0.157334,3.57276,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.304923, position (cm) = (-0.569262,-2.79046,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0616281, position (cm) = (-34.7421,26.5118,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 15.0959, position (cm) = (-92.5586,-98.6352,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 15.0959, position (cm) = (-92.5586,-98.6352,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 3.73006, position (cm) = (-91.3739,-98.7976,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 6.6738, position (cm) = (-92.2311,-98.6683,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.46649, position (cm) = (-95.2273,-106.243,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.277811, position (cm) = (-81.0406,-103.395,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 44.3507, position (cm) = (-93.4689,-106.078,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.339719, position (cm) = (-92.8727,-104.458,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.42256, position (cm) = (-106.495,-112.669,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.418654, position (cm) = (-92.0975,-99.117,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.0116271, position (cm) = (-101.415,-104.677,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0873073, position (cm) = (-101.024,-122.713,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.77821, position (cm) = (-102.904,-149.331,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.391943, position (cm) = (-103.482,-178.433,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.75759, position (cm) = (-106.261,-187.856,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 23.06, position (cm) = (-95.9899,-171.937,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 23.0626, position (cm) = (-96.1161,-172.108,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.280293, position (cm) = (-91.9629,-144.589,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.90349, position (cm) = (-121.307,-167.965,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 22.9646, position (cm) = (-98.3187,-163.27,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.133395, position (cm) = (-43.6027,-162.975,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 20.6471, position (cm) = (-69.0484,-168.098,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.56004, position (cm) = (-83.0652,-178.181,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.298394, position (cm) = (-83.4572,-141.882,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 22.7967, position (cm) = (-87.0844,-160.62,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0976073, position (cm) = (-84.741,-146.775,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.4362, position (cm) = (-82.7959,-151.856,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 7.59346, position (cm) = (-83.7841,-152.641,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.0318383, position (cm) = (-119.455,-176.822,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.7264, position (cm) = (-120.863,-183.879,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.19425, position (cm) = (-130.621,-181.806,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.85813, position (cm) = (-109.167,-185.441,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0937715, position (cm) = (-110.079,-179.653,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.127652, position (cm) = (-103.192,-185.132,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.5157, position (cm) = (-146.479,-210.732,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.189178, position (cm) = (-90.1405,-130.022,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.356787, position (cm) = (-87.7997,-130.819,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 4.97761, position (cm) = (-86.9489,-132.737,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 20.7396, position (cm) = (-94.4549,-141.314,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.200678, position (cm) = (-79.5703,-125.121,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 9.10221, position (cm) = (-62.0509,-160.375,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.453717, position (cm) = (-76.6397,-174.042,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.81685, position (cm) = (-78.7195,-172.554,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.94263, position (cm) = (-78.6249,-173.784,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.20844, position (cm) = (-73.0065,-174.709,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.64135, position (cm) = (-64.1864,-56.8564,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.00143285, position (cm) = (-69.7401,-52.838,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.27176, position (cm) = (-68.0889,-53.3686,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.65109, position (cm) = (-43.8141,-44.9597,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 25.4874, position (cm) = (-60.9361,-78.6375,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 32.7068, position (cm) = (-45.8542,-62.3186,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.477994, position (cm) = (-84.2116,-132.833,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.66398, position (cm) = (-116.89,-103.869,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.9978, position (cm) = (-131.999,-109.133,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 47.0192, position (cm) = (-117.748,-115.76,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.104037, position (cm) = (-84.6147,-106.358,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 71.5168, position (cm) = (-80.1925,-102.675,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 88.2536, position (cm) = (-79.1156,-152.267,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 87.7524, position (cm) = (-80.0291,-156.829,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.11672, position (cm) = (-79.7555,-157.42,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 46.3454, position (cm) = (-82.2593,-158.995,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 88.0791, position (cm) = (-80.5515,-161.15,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 66.2318, position (cm) = (-79.4792,-145.376,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 66.2318, position (cm) = (-79.4792,-145.376,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 68.1924, position (cm) = (-77.326,-149.653,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 9.33129e-06, position (cm) = (-41.4121,-166.44,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 87.9246, position (cm) = (-76.7298,-144.263,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 87.9246, position (cm) = (-76.7298,-144.263,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 88.9604, position (cm) = (-82.0704,-115.3,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 89.4893, position (cm) = (-83.7286,-118.274,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 89.4893, position (cm) = (-83.7286,-118.274,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 89.5783, position (cm) = (-103.688,-124.87,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.118446, position (cm) = (-13.0108,-36.2753,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.26911, position (cm) = (4.70706,-39.9462,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.70884, position (cm) = (1.69588,-31.6473,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.189516, position (cm) = (3.91451,-20.7321,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.0981072, position (cm) = (5.52405,-33.4143,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 12.7652, position (cm) = (1.52955,-26.4654,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 12.7949, position (cm) = (3.3484,-30.6534,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.16269, position (cm) = (5.96141,-52.6397,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.55369, position (cm) = (-9.73805,-3.99467,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 13.0365, position (cm) = (8.2141,-29.1342,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 13.0365, position (cm) = (8.2141,-29.1342,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 13.0365, position (cm) = (8.2141,-29.1342,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.84872, position (cm) = (11.72,-47.6556,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 3.54478, position (cm) = (2.79015,-22.9254,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.30521, position (cm) = (1.37144,-19.0506,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.008746, position (cm) = (-6.76816,-38.8274,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 13.028, position (cm) = (7.94162,-8.39924,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 13.028, position (cm) = (7.94162,-8.39924,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 12.7818, position (cm) = (10.0333,-7.29358,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 13.2188, position (cm) = (6.32956,-22.3983,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.433293, position (cm) = (5.20595,-58.7861,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 4.55358, position (cm) = (7.6489,-61.9932,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 9.28422, position (cm) = (67.3073,-42.4754,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 9.19008, position (cm) = (65.1208,-39.6898,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 8.71201, position (cm) = (57.4993,-41.3904,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.71201, position (cm) = (57.4993,-41.3904,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.71201, position (cm) = (57.4993,-41.3904,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 8.71201, position (cm) = (57.4993,-41.3904,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 4.46848, position (cm) = (61.0936,-41.0374,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.71201, position (cm) = (57.4993,-41.3904,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 9.34935, position (cm) = (75.8068,-43.8656,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 9.22381, position (cm) = (63.9813,-42.2372,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 9.22381, position (cm) = (63.9813,-42.2372,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 9.22381, position (cm) = (63.9813,-42.2372,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.157399, position (cm) = (37.9395,-46.7939,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.0530632, position (cm) = (35.8028,-53.1546,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.367718, position (cm) = (26.5659,-52.278,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.190529, position (cm) = (20.8339,-60.7852,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 4.77274, position (cm) = (45.1116,-32.1937,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.06927, position (cm) = (55.3462,-69.6913,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 21.7503, position (cm) = (50.0119,-54.0998,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0519739, position (cm) = (52.2973,-54.1939,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.914169, position (cm) = (49.295,-55.7866,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.74666, position (cm) = (47.006,-57.0678,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 3.26666, position (cm) = (52.9762,-52.2386,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.100341, position (cm) = (58.4351,-54.3005,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.67675, position (cm) = (25.4972,-49.0588,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.81302, position (cm) = (20.5248,-51.5039,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.697903, position (cm) = (24.6777,-46.9787,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 2.29492, position (cm) = (15.7913,-48.7368,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 11.0974, position (cm) = (28.8601,-47.0541,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 10.1553, position (cm) = (46.9885,-57.821,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.215257, position (cm) = (47.218,-80.2546,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 2.44963, position (cm) = (45.1116,-65.827,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 34.6504, position (cm) = (14.0071,-39.5962,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.87041, position (cm) = (129.419,-92.4961,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 42.4835, position (cm) = (167.023,-91.1048,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 14.251, position (cm) = (172.924,-77.3788,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.3098, position (cm) = (174.139,-78.8771,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0472475, position (cm) = (173.227,-83.8001,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.181417, position (cm) = (174.079,-75.4879,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.0153, position (cm) = (172.058,-76.9883,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.237839, position (cm) = (179.147,-68.2007,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.280029, position (cm) = (161.674,-97.9564,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.102197, position (cm) = (170.606,-95.9257,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 6.73653, position (cm) = (180.479,-107.768,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 24.963, position (cm) = (155.681,-70.5438,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0972911, position (cm) = (151.922,-69.2212,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 3.92258, position (cm) = (151.892,-70.085,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.501659, position (cm) = (154.193,-75.0213,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.367965, position (cm) = (155.549,-74.6006,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.96281, position (cm) = (150.64,-81.0596,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 3.15581, position (cm) = (156.042,-78.1202,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 3.01247, position (cm) = (156.624,-82.2645,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 9.76754e-06, position (cm) = (153.322,-59.4876,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 24.1953, position (cm) = (153.649,-74.97,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 24.1953, position (cm) = (153.649,-74.97,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.183546, position (cm) = (147.838,-83.4002,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00885044, position (cm) = (147.74,-74.7811,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 11.1275, position (cm) = (157.065,-85.9962,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 73.9556, position (cm) = (157.585,-90.4894,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.19027, position (cm) = (159.173,-91.96,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.130436, position (cm) = (162.058,-94.3305,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.567748, position (cm) = (164.217,-96.2284,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 3.67495, position (cm) = (162.081,-97.2347,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 60.186, position (cm) = (159.81,-97.0636,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 60.186, position (cm) = (159.81,-97.0636,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 60.4629, position (cm) = (213.06,-113.577,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.178978, position (cm) = (214.795,-95.077,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.552521, position (cm) = (184.313,-105.11,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 56.336, position (cm) = (105.972,-40.6519,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 7.47964, position (cm) = (94.8525,3.54805,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 71.4501, position (cm) = (157.906,-21.5076,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 71.4501, position (cm) = (157.906,-21.5076,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.951083, position (cm) = (152.365,-27.0136,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0980483, position (cm) = (150.824,-19.8805,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.463427, position (cm) = (150.661,-14.9349,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 17.6208, position (cm) = (160.092,-21.9548,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 33.9082, position (cm) = (157.343,-21.8761,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.242311, position (cm) = (152.18,-45.041,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 70.741, position (cm) = (143.995,-50.8225,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.66178, position (cm) = (130.494,-52.7734,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 3.81125, position (cm) = (117.919,-43.4051,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.611235, position (cm) = (138.709,-57.6097,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 2.82348, position (cm) = (127.701,-56.3591,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.695575, position (cm) = (150.469,-53.6466,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 2.06112, position (cm) = (139.871,-47.6647,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.298817, position (cm) = (125.991,-45.2595,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.48097, position (cm) = (116.793,-57.3864,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.46249, position (cm) = (143.036,-53.8267,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.216248, position (cm) = (135.013,-59.2595,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.143538, position (cm) = (155.434,-71.842,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.91244, position (cm) = (156.448,-71.3044,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.342055, position (cm) = (160.613,-69.6991,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.137092, position (cm) = (154.674,-67.8848,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.364248, position (cm) = (152.442,-66.388,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.00274172, position (cm) = (106.834,-60.5316,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 90.9174, position (cm) = (28.5523,-69.323,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 89.7398, position (cm) = (28.0482,-68.6254,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.51909, position (cm) = (26.5068,-42.9281,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.685065, position (cm) = (36.7486,-68.8201,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.726916, position (cm) = (-13.8897,-76.5897,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 91.5972, position (cm) = (36.03,-52.4136,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 25.6309, position (cm) = (41.0215,-45.7793,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 25.6309, position (cm) = (41.0215,-45.7793,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 90.9524, position (cm) = (31.1947,-49.0779,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 90.9524, position (cm) = (31.1947,-49.0779,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 91.4771, position (cm) = (36.1643,-53.0947,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 91.3225, position (cm) = (38.8363,-53.2969,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 91.5972, position (cm) = (36.03,-52.4136,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 91.5972, position (cm) = (36.03,-52.4136,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 96.7984, position (cm) = (-29.454,-70.3252,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 96.7984, position (cm) = (-29.454,-70.3252,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 2.04898, position (cm) = (12.984,-79.0678,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.87801, position (cm) = (22.8439,-80.8201,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 7.02254e-05, position (cm) = (43.3559,-73.4089,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 5.72769, position (cm) = (15.7905,-80.9256,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 21.3649, position (cm) = (7.90622,-78.0979,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 21.6063, position (cm) = (9.20481,-77.1744,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.45254e-05, position (cm) = (15.5802,-71.0046,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.00297951, position (cm) = (41.2543,-82.7193,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 6.09544, position (cm) = (11.5526,-67.1968,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.137552, position (cm) = (13.1693,-76.8701,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.585448, position (cm) = (32.5305,-69.2208,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 2.8504, position (cm) = (30.9143,-71.0564,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.82971, position (cm) = (24.9607,-83.1277,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 3.48195, position (cm) = (15.1667,-65.8479,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 79.4205, position (cm) = (-58.7793,-13.9566,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 79.5511, position (cm) = (-56.0026,-14.7366,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 26.0075, position (cm) = (-32.3097,-51.4847,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 3.55331e-06, position (cm) = (-27.1933,-46.4857,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.852249, position (cm) = (-40.1209,-35.8714,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 9.47659, position (cm) = (-39.5978,-51.3286,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 95.6597, position (cm) = (-12.2755,-19.4526,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 95.6597, position (cm) = (-12.2755,-19.4526,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 95.6597, position (cm) = (-12.2755,-19.4526,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 95.6597, position (cm) = (-12.2755,-19.4526,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 94.6478, position (cm) = (0.752217,-25.1257,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.026899, position (cm) = (-6.998,-17.4678,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 0.825109, position (cm) = (-8.58163,-20.3432,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.732449, position (cm) = (-16.8389,-25.0121,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 4.30991, position (cm) = (-13.4849,-37.7596,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.216139, position (cm) = (-22.9902,-34.9115,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 2.58516, position (cm) = (-12.6163,-25.7619,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 1.5253, position (cm) = (-33.5291,-52.2335,200), weight = 0.25 + neutron, kinetic energy (MeV) = 23.5077, position (cm) = (-49.1405,-7.39389,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 2.48689, position (cm) = (-48.7419,39.5939,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 20.7063, position (cm) = (-45.8874,-15.1638,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 19.0855, position (cm) = (-46.8506,-21.2093,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 19.0855, position (cm) = (-46.8506,-21.2093,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.545765, position (cm) = (-33.3895,-32.2848,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 20.4394, position (cm) = (-48.7577,-18.8474,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 20.6278, position (cm) = (-48.9993,-19.483,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 53.4952, position (cm) = (-63.2737,-43.5593,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 53.4952, position (cm) = (-63.2737,-43.5593,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.38986, position (cm) = (-48.9066,-48.2375,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 6.56354, position (cm) = (-44.1747,-71.1533,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 6.44423, position (cm) = (-43.6218,-66.0934,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.400217, position (cm) = (20.9208,11.5079,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 99.8797, position (cm) = (-15.8452,26.5139,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 99.8797, position (cm) = (-15.8452,26.5139,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 99.8797, position (cm) = (-15.8452,26.5139,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.440301, position (cm) = (-35.7372,38.5413,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 64.9659, position (cm) = (1.33485,31.056,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 64.9659, position (cm) = (1.33485,31.056,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 5.94816, position (cm) = (4.50243,-30.6021,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 2.00434, position (cm) = (8.0148,20.978,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.66413, position (cm) = (-6.95948,17.637,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 3.78884, position (cm) = (-18.8242,22.3229,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.235103, position (cm) = (-32.8715,44.928,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.61422, position (cm) = (-36.8295,60.5906,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.300036, position (cm) = (-22.3688,16.492,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.41367, position (cm) = (-63.1376,-6.68796,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.54693, position (cm) = (-71.7979,-22.9692,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0712451, position (cm) = (-15.8638,40.9767,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 2.9848, position (cm) = (-3.40528,35.0072,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 61.0773, position (cm) = (-8.03459,37.0198,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.748687, position (cm) = (-1.7554,58.6252,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 46.8255, position (cm) = (0.0410271,46.3418,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.0083715, position (cm) = (-4.21751,54.4697,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 46.2351, position (cm) = (0.396379,51.7799,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 47.6385, position (cm) = (4.19048,50.8828,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 0.731407, position (cm) = (-20.8344,47.9872,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.533939, position (cm) = (-17.212,31.4824,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.132026, position (cm) = (5.01257,56.7031,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 47.3363, position (cm) = (7.23797,46.0966,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 47.3363, position (cm) = (7.23797,46.0966,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 98.7046, position (cm) = (0.177651,68.1607,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 98.8151, position (cm) = (0.0604505,68.2745,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 0.00850986, position (cm) = (-10.705,-9.49244,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.37291, position (cm) = (2.36137,-18.6101,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 18.2059, position (cm) = (2.7315,-14.5217,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 21.9302, position (cm) = (-30.632,17.9937,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.149197, position (cm) = (-5.8247,20.6253,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 9.924, position (cm) = (-19.9534,-1.33899,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0823138, position (cm) = (-21.4753,-2.11271,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.109028, position (cm) = (-13.829,-2.61396,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.332789, position (cm) = (12.2651,-15.8123,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 7.52481, position (cm) = (-8.6464,-8.26513,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 28.0853, position (cm) = (-7.24152,-9.94351,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 27.7569, position (cm) = (-7.26765,-3.87,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.114841, position (cm) = (-0.804914,1.89387,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.129269, position (cm) = (-7.08371,6.39355,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.0237, position (cm) = (-25.928,-7.11455,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 11.129, position (cm) = (-5.67323,11.4127,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 18.2014, position (cm) = (-6.42403,20.7959,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 17.7864, position (cm) = (-11.0052,9.97236,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 18.2014, position (cm) = (-6.42403,20.7959,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 18.2014, position (cm) = (-6.42403,20.7959,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.000919312, position (cm) = (-24.2351,9.33391,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 98.8329, position (cm) = (9.91596,0.124005,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0691596, position (cm) = (21.8908,60.5895,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 31.0604, position (cm) = (14.2168,8.29902,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.21606, position (cm) = (11.2795,8.25805,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.573509, position (cm) = (12.3141,9.34187,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.33427, position (cm) = (11.3761,9.27438,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 5.15093, position (cm) = (11.1044,10.2971,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 33.4257, position (cm) = (12.0695,9.66484,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.688279, position (cm) = (-1.29421,0.887283,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.770701, position (cm) = (32.9177,-46.4444,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.213828, position (cm) = (30.6068,-16.8777,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 39.1029, position (cm) = (-22.9002,-11.3642,200), weight = 0.00390625 + proton, kinetic energy (MeV) = 34.4096, position (cm) = (-23.6567,-9.08144,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.112001, position (cm) = (-50.703,-45.0187,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.1526, position (cm) = (-36.7686,-37.0696,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 10.1663, position (cm) = (-50.2372,-45.2595,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.491195, position (cm) = (-55.9117,-45.997,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.217133, position (cm) = (-60.6397,-46.1958,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 24.2316, position (cm) = (-73.364,-52.0096,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 54.6561, position (cm) = (5.55974,2.35802,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.169501, position (cm) = (-31.0467,-7.85551,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 35.8372, position (cm) = (2.70634,4.50233,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 57.6174, position (cm) = (4.53607,-1.1145,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 57.6518, position (cm) = (6.3384,-2.01452,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.38551, position (cm) = (1.54324,1.96094,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.96141e-05, position (cm) = (-3.82188,-0.393457,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.185369, position (cm) = (-0.720496,14.0614,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 1.06655, position (cm) = (-2.17947,1.34545,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.138379, position (cm) = (-160.209,135.776,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 5.16446, position (cm) = (-78.5112,27.596,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 5.16446, position (cm) = (-78.5112,27.596,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 5.16446, position (cm) = (-78.5112,27.596,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 5.16446, position (cm) = (-78.5112,27.596,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 5.16446, position (cm) = (-78.5112,27.596,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 5.48629, position (cm) = (-76.7419,27.6615,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 1.04262, position (cm) = (-79.3298,-1.20317,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.235299, position (cm) = (-94.2391,-2.20971,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 5.02072, position (cm) = (-78.233,-6.9695,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 5.19375, position (cm) = (-72.4318,17.2511,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 45.2662, position (cm) = (28.9705,-135.576,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 51.1242, position (cm) = (18.4223,-132.004,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 51.4072, position (cm) = (18.3656,-132.089,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 51.5304, position (cm) = (5.95396,-136.189,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 51.336, position (cm) = (8.01251,-142.773,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.899906, position (cm) = (10.1455,-135.313,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.235547, position (cm) = (4.41581,-133.777,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.153321, position (cm) = (8.78678,-134.662,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.219463, position (cm) = (5.25544,-141.548,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.119948, position (cm) = (-3.25983,-137.449,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.107418, position (cm) = (11.2078,-141.222,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.36004e-07, position (cm) = (5.94641,-134.734,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 4.15246, position (cm) = (-0.0830261,-126.526,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.6881, position (cm) = (17.3846,-122.047,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.809682, position (cm) = (8.79621,-126.094,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 4.59726, position (cm) = (-6.59301,-115.029,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.160284, position (cm) = (-7.80423,-123.88,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.81639e-05, position (cm) = (13.3036,-140.555,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.73669, position (cm) = (4.87867,-141.614,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 46.8354, position (cm) = (1.41459,-132.485,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 49.7658, position (cm) = (19.4093,-125.301,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0970168, position (cm) = (-7.43859,-99.788,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.93543e-06, position (cm) = (-2.2868,-101.159,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.545019, position (cm) = (-50.6706,-76.3819,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.420654, position (cm) = (-43.3383,-98.3345,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.204526, position (cm) = (-40.3552,-109.556,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.0529977, position (cm) = (-54.5112,-55.9362,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.121577, position (cm) = (-56.894,-57.3928,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.628945, position (cm) = (-40.8405,-66.4196,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 8.10462, position (cm) = (-34.0606,-60.0089,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.22958, position (cm) = (-45.733,-62.3645,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 32.9954, position (cm) = (-55.9054,-76.464,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.69223, position (cm) = (-54.1837,-77.4034,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.04023, position (cm) = (-30.2018,-101.458,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.196739, position (cm) = (-61.0553,-72.3005,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.42859, position (cm) = (-62.7802,-74.2096,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 5.42859, position (cm) = (-62.7802,-74.2096,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 33.3484, position (cm) = (-56.6719,-75.7372,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 33.3484, position (cm) = (-56.6719,-75.7372,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.255432, position (cm) = (-41.8562,-71.2245,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 29.1187, position (cm) = (-57.1833,-68.15,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 7.90368, position (cm) = (-64.1978,-58.3879,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 10.8673, position (cm) = (-67.4428,-57.739,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.324226, position (cm) = (-98.0585,-34.3697,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 12.8032, position (cm) = (-84.6509,-66.1021,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 25.8422, position (cm) = (-96.9516,-60.9365,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.181219, position (cm) = (-74.7255,-59.4244,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 2.00452, position (cm) = (-67.5686,-64.6102,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 2.23078, position (cm) = (-73.6096,-65.8716,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 17.037, position (cm) = (-68.555,-63.7659,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 48.37, position (cm) = (-87.4309,-101.252,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 5.05589, position (cm) = (-99.507,-105.149,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.79263, position (cm) = (-62.7356,-99.8764,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.106547, position (cm) = (-7.1602,-95.2345,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.58927, position (cm) = (-24.6072,-106.241,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.0795705, position (cm) = (-23.4064,-105.717,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.591151, position (cm) = (-35.3454,-128.774,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 17.4414, position (cm) = (5.38647,-110.387,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 15.1559, position (cm) = (5.01078,-110.52,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.00849376, position (cm) = (23.2516,-77.3044,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 1.76364, position (cm) = (-0.00125795,-86.8997,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.122908, position (cm) = (-59.6953,-101.25,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 5.71124, position (cm) = (-24.1681,-108.522,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 37.1447, position (cm) = (-69.7924,-108.639,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.72795, position (cm) = (-26.7025,-123.389,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.105043, position (cm) = (-33.3403,-147.226,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.66456, position (cm) = (-11.953,-111.783,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 7.46051e-05, position (cm) = (-28.5967,-87.3228,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.056657, position (cm) = (11.1135,-96.8516,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.85012, position (cm) = (-5.49073,-58.3785,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 1.35476e-06, position (cm) = (-20.779,-139.791,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 2.89833, position (cm) = (-34.1994,-124.225,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.86364, position (cm) = (12.9786,-138.033,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 50.2405, position (cm) = (-61.5859,-179.943,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 22.2383, position (cm) = (-63.2673,-164.424,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.352356, position (cm) = (-61.6555,-164.869,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 8.84025, position (cm) = (-77.2995,-174.774,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.774131, position (cm) = (-85.8649,-177.433,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.137531, position (cm) = (-75.6443,-176.684,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.68644e-05, position (cm) = (-43.3197,-139.632,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.21004, position (cm) = (-55.1894,-144.715,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 50.1626, position (cm) = (-48.7728,-193.425,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 31.8579, position (cm) = (-53.9696,-188.959,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 31.8579, position (cm) = (-53.9696,-188.959,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 49.3585, position (cm) = (-40.8648,-183.982,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.04441, position (cm) = (16.8823,5.13009,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.73081e-05, position (cm) = (7.70496,7.12538,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.67675, position (cm) = (19.8815,6.51311,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 3.242e-06, position (cm) = (46.6833,32.6824,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.0820054, position (cm) = (-45.4773,13.8408,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 25.4315, position (cm) = (-28.3982,-7.22128,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0623796, position (cm) = (-41.4719,-6.53797,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.59731, position (cm) = (-37.8211,-12.5404,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 31.5592, position (cm) = (-34.0459,4.85905,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 6.04851e-05, position (cm) = (-23.1789,-16.123,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.153169, position (cm) = (-25.6728,8.24499,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.0284, position (cm) = (-16.5927,9.73879,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 32.6932, position (cm) = (-22.0767,15.3568,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 32.6932, position (cm) = (-22.0767,15.3568,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 29.826, position (cm) = (-17.1105,24.4632,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 2.75362, position (cm) = (0.32553,43.1454,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 10.1347, position (cm) = (-11.9801,40.8132,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 8.61278, position (cm) = (-38.9544,32.3129,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.135738, position (cm) = (-4.51541,30.8132,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.149346, position (cm) = (-13.0592,14.811,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 2.5204e-06, position (cm) = (-21.2116,21.5445,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.02884e-05, position (cm) = (-16.4352,16.6615,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.76076, position (cm) = (-79.3072,-36.1125,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.98076, position (cm) = (13.8187,-128.534,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.000608427, position (cm) = (-31.3534,-18.2943,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 2.23955, position (cm) = (0.00870664,12.2784,200), weight = 0.0078125 + e-, kinetic energy (MeV) = 0.863709, position (cm) = (-0.153656,12.2578,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 73.2356, position (cm) = (-31.2597,17.1369,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.228061, position (cm) = (11.8755,91.1642,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 2.7754, position (cm) = (7.89931,98.8946,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.220297, position (cm) = (27.5475,94.6397,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 1.49563, position (cm) = (33.5735,95.5772,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 2.71207, position (cm) = (-18.7815,84.8568,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 4.57717, position (cm) = (-10.4756,78.5422,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.56468, position (cm) = (-13.0964,52.0858,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.266724, position (cm) = (-2.23671,59.2591,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0558733, position (cm) = (-9.99696,60.1239,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 2.07582, position (cm) = (-1.4314,46.7541,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.107204, position (cm) = (-4.60547,53.2101,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 3.64653, position (cm) = (-0.989827,58.8545,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.92451, position (cm) = (-1.38317,56.4609,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 17.9347, position (cm) = (-0.208991,64.86,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.68066, position (cm) = (-1.17463,63.3251,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.0887363, position (cm) = (-1.65712,63.3753,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.192904, position (cm) = (1.82967,67.6799,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.15495, position (cm) = (8.30579,70.8376,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 17.8554, position (cm) = (2.43447,65.9239,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 18.611, position (cm) = (-27.6038,15.6086,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.259032, position (cm) = (-25.378,34.2195,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-19.0647,9.16317,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 1.33968, position (cm) = (-2.14262,12.1446,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.98393, position (cm) = (0.361689,15.6603,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 98.2898, position (cm) = (-29.5381,36.3065,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.413799, position (cm) = (-62.7748,39.7653,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.648717, position (cm) = (-49.3468,40.0693,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 98.2064, position (cm) = (-27.9132,34.787,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 98.2664, position (cm) = (-27.1738,35.9984,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 97.914, position (cm) = (-26.2976,41.7589,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 42.7631, position (cm) = (-28.0093,31.3072,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 42.9498, position (cm) = (-28.7352,32.2007,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 98.2148, position (cm) = (-23.3656,37.0903,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.272019, position (cm) = (-38.8359,46.1229,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0665942, position (cm) = (-50.814,48.2801,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.06056, position (cm) = (-49.2404,49.2119,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.959155, position (cm) = (-61.1775,30.1247,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.117503, position (cm) = (-27.463,34.074,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 29.9669, position (cm) = (-27.3201,35.5849,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 97.7863, position (cm) = (-28.3019,41.2728,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 3.84778, position (cm) = (-27.7474,15.5073,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 75.0507, position (cm) = (-57.0639,30.4341,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.575758, position (cm) = (-50.1817,33.5716,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 77.129, position (cm) = (-17.4061,-5.53464,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 77.129, position (cm) = (-17.4061,-5.53464,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 77.129, position (cm) = (-17.4061,-5.53464,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 77.129, position (cm) = (-17.4061,-5.53464,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.170661, position (cm) = (-18.023,-7.0196,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.078742, position (cm) = (-1.40661,1.01821,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 35.1699, position (cm) = (-52.1819,-11.1857,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 29.5084, position (cm) = (-42.7019,-13.023,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 2.46059, position (cm) = (-28.8772,-11.8787,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 7.23197, position (cm) = (-45.5978,-9.68777,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.100567, position (cm) = (-65.0827,14.9631,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0804213, position (cm) = (-68.851,15.9157,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.319597, position (cm) = (-61.1188,9.79277,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 28.2235, position (cm) = (-73.0638,14.3138,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.117556, position (cm) = (-65.8556,12.8746,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 2.16104, position (cm) = (-68.1838,11.3204,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 3.68098, position (cm) = (-67.2367,14.6199,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.18525, position (cm) = (-70.0624,16.7978,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.64566, position (cm) = (-73.1248,13.9218,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 14.8959, position (cm) = (-68.2753,16.9846,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.88591, position (cm) = (-97.0093,2.14439,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 27.8171, position (cm) = (-53.5722,-2.13544,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 57.4906, position (cm) = (-32.7821,47.4044,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 2.25077, position (cm) = (-21.9732,37.6248,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.306439, position (cm) = (-36.0796,32.5076,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.104774, position (cm) = (-35.5412,46.6211,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.97337, position (cm) = (-32.0157,48.264,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 4.25799, position (cm) = (-32.2014,44.6413,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.278424, position (cm) = (-44.1187,3.03003,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 19.6124, position (cm) = (-19.0127,-15.8764,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.15881, position (cm) = (-24.5848,-13.8567,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 1.80861, position (cm) = (-24.3126,-14.5245,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 6.14899, position (cm) = (-16.4515,-20.5977,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 10.5987, position (cm) = (-10.2614,-34.8072,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 10.4677, position (cm) = (-10.2682,-34.8276,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 10.7042, position (cm) = (-8.85518,-36.6248,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 10.7042, position (cm) = (-8.85518,-36.6248,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 10.7042, position (cm) = (-8.85518,-36.6248,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 4.69796, position (cm) = (-9.24567,-24.3601,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 21.731, position (cm) = (28.8716,0.695811,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 4.78321, position (cm) = (22.064,5.98697,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.000395334, position (cm) = (46.3932,11.7587,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.89584, position (cm) = (7.61604,6.20457,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 21.731, position (cm) = (28.8716,0.695811,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.122851, position (cm) = (-1.90881,30.0576,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 1.16452, position (cm) = (-3.23975,32.5931,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 2.4436, position (cm) = (-4.00405,32.3278,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.291401, position (cm) = (29.9309,30.6034,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.23268, position (cm) = (-10.2093,38.3366,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 4.03599, position (cm) = (-48.2758,51.5253,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.237824, position (cm) = (-38.412,46.9036,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.265977, position (cm) = (-47.7882,51.42,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 14.023, position (cm) = (-44.5864,52.3669,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 2.7341, position (cm) = (-28.9091,49.0301,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 12.6045, position (cm) = (-43.372,48.0087,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 9.17085, position (cm) = (-39.7362,33.5953,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 1.38463, position (cm) = (-47.0202,54.5391,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.657362, position (cm) = (-59.3794,54.1888,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.190353, position (cm) = (-63.792,69.7555,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 2.32048, position (cm) = (-56.883,48.403,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.0799679, position (cm) = (-47.9513,54.6114,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 4.29235, position (cm) = (-48.4718,53.4863,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 14.1431, position (cm) = (-49.892,54.2264,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 5.09766, position (cm) = (-5.59932,15.3372,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 19.9067, position (cm) = (41.0512,-53.7753,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 19.9067, position (cm) = (41.0512,-53.7753,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 19.9067, position (cm) = (41.0512,-53.7753,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 14.6559, position (cm) = (73.3169,-51.8341,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.0647883, position (cm) = (26.2721,-37.8757,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 4.11704, position (cm) = (20.2384,-56.8848,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 3.17047, position (cm) = (28.6952,-42.5095,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.616251, position (cm) = (22.744,-41.4263,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.00598236, position (cm) = (18.844,-15.8975,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 9.67069, position (cm) = (85.5163,-48.494,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.710878, position (cm) = (71.976,-48.5486,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.233117, position (cm) = (31.1709,-71.528,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 0.306735, position (cm) = (35.9677,-96.7925,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 10.5271, position (cm) = (60.4297,-51.1582,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 10.5271, position (cm) = (60.4297,-51.1582,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.224041, position (cm) = (66.8724,-38.4371,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.970197, position (cm) = (64.3654,-43.4364,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 19.5521, position (cm) = (76.6052,-31.9617,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.0841064, position (cm) = (4.67889,-86.1766,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.28857, position (cm) = (9.47295,-88.6992,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.20703, position (cm) = (5.5201,-85.777,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.89518, position (cm) = (12.9031,-95.4956,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 29.4131, position (cm) = (9.26604,-93.3961,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 29.4131, position (cm) = (9.26604,-93.3961,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.22856, position (cm) = (10.6597,-78.2084,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 4.4169, position (cm) = (31.2711,-36.5569,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 6.61823, position (cm) = (44.279,-42.1228,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 6.61823, position (cm) = (44.279,-42.1228,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.02791, position (cm) = (39.6269,-31.2216,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 11.4229, position (cm) = (28.0439,-35.6085,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 78.2018, position (cm) = (97.6535,0.32844,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 78.2018, position (cm) = (97.6535,0.32844,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.116579, position (cm) = (68.1003,-4.75459,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 52.0396, position (cm) = (97.1263,-13.6816,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 51.4961, position (cm) = (102.706,-16.337,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 78.9872, position (cm) = (91.9767,-0.745809,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 79.1882, position (cm) = (98.266,-2.24285,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.83343, position (cm) = (91.8707,-3.37181,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.52529, position (cm) = (101.208,5.615,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 9.85942e-06, position (cm) = (104.093,-8.92733,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (94.473,9.977,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.075754, position (cm) = (92.6685,14.5504,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0949808, position (cm) = (101.933,21.8619,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.436624, position (cm) = (55.3027,-4.73317,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 4.96481, position (cm) = (81.7009,-4.07446,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.206111, position (cm) = (103.353,21.983,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.0871156, position (cm) = (95.9317,10.6814,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.18966, position (cm) = (100.386,19.8408,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.407773, position (cm) = (95.9865,4.9077,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 5.35433, position (cm) = (96.1419,12.844,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 5.46216, position (cm) = (96.7689,12.5591,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 58.087, position (cm) = (84.4092,3.62872,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 78.3074, position (cm) = (78.4951,-5.96182,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 3.35715, position (cm) = (100.617,-4.34439,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.104774, position (cm) = (103.032,-3.22632,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.202502, position (cm) = (97.4372,0.309713,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.270452, position (cm) = (102.534,5.96153,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 1.45983, position (cm) = (105.507,3.43636,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 72.2193, position (cm) = (23.5349,54.3566,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 72.2193, position (cm) = (23.5349,54.3566,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 72.2193, position (cm) = (23.5349,54.3566,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 8.7531e-07, position (cm) = (12.6139,51.8073,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 72.0772, position (cm) = (36.4902,44.332,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.276358, position (cm) = (92.1179,-16.7228,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.89148e-06, position (cm) = (99.1081,-11.0723,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 8.21194e-07, position (cm) = (77.1582,-11.4724,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 0.600931, position (cm) = (106.409,-34.3248,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.659258, position (cm) = (103.328,-32.2434,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0612094, position (cm) = (101.947,-25.9666,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 22.8157, position (cm) = (104.116,-22.2795,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 16.072, position (cm) = (101.235,-21.4846,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.576929, position (cm) = (105.433,-48.8392,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 2.97213, position (cm) = (96.5555,-28.6016,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 16.7492, position (cm) = (99.4513,-26.1801,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 56.8054, position (cm) = (49.8223,-19.374,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 56.7222, position (cm) = (48.4622,-19.2889,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.331691, position (cm) = (73.2953,15.5332,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 29.7807, position (cm) = (53.9347,-11.4726,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 1.33093, position (cm) = (13.3221,-33.1238,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 6.15657, position (cm) = (33.2891,-22.7346,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 10.0475, position (cm) = (2.61704,-31.758,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 26.3356, position (cm) = (8.02513,-29.7613,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.114968, position (cm) = (8.73652,-34.4726,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 8.449e-07, position (cm) = (-2.2908,-41.7587,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 26.3356, position (cm) = (8.02513,-29.7613,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.30382, position (cm) = (24.2701,-21.8415,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 3.78421, position (cm) = (19.8537,-26.4454,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 98.9897, position (cm) = (56.5576,-16.2501,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 97.0761, position (cm) = (55.2252,-14.1384,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 99.1284, position (cm) = (-18.3387,-42.4779,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 99.7201, position (cm) = (-23.4777,-45.1374,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.105559, position (cm) = (-20.6804,-17.1263,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.749745, position (cm) = (-0.291215,0.387769,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 3.47118, position (cm) = (-8.18238,-9.17404,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 4.50083e-05, position (cm) = (-27.5156,25.3172,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 59.4349, position (cm) = (8.48711,13.8361,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 2.57795e-06, position (cm) = (-32.1314,-22.5194,200), weight = 0.125 + gamma, kinetic energy (MeV) = 2.85553, position (cm) = (49.3989,-9.18161,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 16.0321, position (cm) = (7.46471,-101.924,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 16.0321, position (cm) = (7.46471,-101.924,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 16.0321, position (cm) = (7.46471,-101.924,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 37.5041, position (cm) = (267.247,-121.897,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 11.1558, position (cm) = (266.703,-111.096,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 2.25113, position (cm) = (267.189,-111.01,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 7.69306, position (cm) = (267.201,-111.341,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 11.1558, position (cm) = (266.703,-111.096,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.574388, position (cm) = (241.76,-46.371,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 3.30711, position (cm) = (282.765,-105.03,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.363284, position (cm) = (-124.947,135.555,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 8.26079e-06, position (cm) = (-131.767,108.546,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.000114417, position (cm) = (-108.757,102.985,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 4.64047e-07, position (cm) = (-105.144,144.77,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 1.03777, position (cm) = (-119.947,131.485,200), weight = 1.49012e-08 + e-, kinetic energy (MeV) = 3.0602, position (cm) = (-115.358,158.85,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.178176, position (cm) = (-114.393,158.117,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 17.7908, position (cm) = (-119.448,158.879,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.112325, position (cm) = (-147.386,126.741,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.790157, position (cm) = (-162.732,128.247,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 0.000512095, position (cm) = (-158.634,112.513,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 4.70425, position (cm) = (-152.203,120.002,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 23.5291, position (cm) = (-138.192,124.761,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 2.45239, position (cm) = (-98.4832,154.223,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 0.790061, position (cm) = (-116.885,137.782,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 4.27926, position (cm) = (-129.106,145.326,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 0.264312, position (cm) = (-129.746,138.11,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 24.6856, position (cm) = (-125.133,144.867,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.363866, position (cm) = (-120.211,154.019,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 2.31875, position (cm) = (-126.722,141.361,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.127255, position (cm) = (-107.93,128.714,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 6.29634, position (cm) = (-127.489,128.089,200), weight = 3.72529e-09 + gamma, kinetic energy (MeV) = 9.78608, position (cm) = (-168.419,116.767,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 49.8163, position (cm) = (-145.428,114.902,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 49.8163, position (cm) = (-145.428,114.902,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.136496, position (cm) = (-131.992,114.661,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 27.1813, position (cm) = (-147.741,112.401,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.0247732, position (cm) = (-136.445,225.242,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.0854565, position (cm) = (-158.917,242.514,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.10192, position (cm) = (-151.643,231.923,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.455446, position (cm) = (-174.694,215.55,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 6.0059, position (cm) = (-168.996,232.84,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 6.0059, position (cm) = (-168.996,232.84,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 24.6345, position (cm) = (-158.32,234.633,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 0.0106779, position (cm) = (-147.258,181.857,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.50142, position (cm) = (-156.685,184.092,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 1.30356, position (cm) = (-135.238,129.257,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 60.0806, position (cm) = (-169.281,151.69,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.0541624, position (cm) = (-146.044,142.849,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 6.96154, position (cm) = (-121.975,165.15,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 1.19804, position (cm) = (-141.736,136.556,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 19.0882, position (cm) = (-143.878,174.708,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.515403, position (cm) = (-127.769,163.708,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 18.494, position (cm) = (-127.369,185.948,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.0766219, position (cm) = (-128.995,208.761,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0882367, position (cm) = (-150.956,146.968,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 2.48473, position (cm) = (-159.161,151.203,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 2.40729, position (cm) = (-123.23,100.642,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.221301, position (cm) = (-98.0502,120.572,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.44678, position (cm) = (-86.3163,132.984,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.0772696, position (cm) = (-92.1845,134.754,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.297858, position (cm) = (-61.9157,124.76,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.32323, position (cm) = (-96.447,136.17,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 4.58548, position (cm) = (-88.4773,128.079,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.159982, position (cm) = (-93.0915,124.747,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-92.1389,136.634,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 8.93556, position (cm) = (-92.7277,126.632,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 59.097, position (cm) = (-117.718,185.983,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 5.05853, position (cm) = (-132.475,170.511,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 11.8071, position (cm) = (-131.285,178.46,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 11.8071, position (cm) = (-131.285,178.46,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 0.0035634, position (cm) = (-70.0529,60.3017,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.0894237, position (cm) = (-27.8451,49.8368,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.56856e-06, position (cm) = (-71.304,46.8275,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.00225131, position (cm) = (-65.4189,64.0357,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.104939, position (cm) = (-66.0181,19.6667,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 17.8539, position (cm) = (-67.3781,-0.983727,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.113159, position (cm) = (-49.3003,-4.02673,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.00141965, position (cm) = (-61.9567,-2.68464,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.79756, position (cm) = (-67.7154,12.6216,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 1.5991, position (cm) = (-90.7591,35.2952,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 78.2736, position (cm) = (-20.0677,62.4285,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.129472, position (cm) = (-6.83935,62.5553,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 57.6552, position (cm) = (11.3435,75.0853,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.303696, position (cm) = (5.28642,69.1871,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.52114, position (cm) = (-3.77227,56.0752,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.0297288, position (cm) = (-9.32072,69.9174,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 5.07664, position (cm) = (-4.51707,70.5884,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.137411, position (cm) = (-54.0848,46.2083,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.123229, position (cm) = (-21.587,57.3725,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 0.000282487, position (cm) = (-21.6689,72.55,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 53.9259, position (cm) = (-16.8416,67.3332,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 76.9211, position (cm) = (-35.4617,65.9952,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 77.1122, position (cm) = (-36.812,68.011,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 76.7512, position (cm) = (-37.9137,69.1838,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.183807, position (cm) = (-16.5325,70.4178,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.41551, position (cm) = (-29.0634,57.5301,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 6.45721, position (cm) = (-24.8902,48.9853,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.11305, position (cm) = (-42.5287,8.04829,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 4.61897, position (cm) = (-1.41847,-3.02695,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 4.81855, position (cm) = (-3.23774,11.0433,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.40264, position (cm) = (-13.5737,-4.54062,200), weight = 7.62939e-06 + e-, kinetic energy (MeV) = 1.13156, position (cm) = (-15.0579,-2.97455,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.170437, position (cm) = (-10.699,-9.49134,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.426161, position (cm) = (-10.244,-12.2301,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 4.13446, position (cm) = (-10.691,-12.3644,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 3.32181, position (cm) = (12.7646,7.60481,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.00567, position (cm) = (3.71318,5.6329,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 10.8586, position (cm) = (-32.1168,2.2865,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 6.02868e-06, position (cm) = (-1.8175,12.0228,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.59953, position (cm) = (-10.8649,23.3107,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 2.67049, position (cm) = (6.01572,9.04204,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.206598, position (cm) = (2.47518,17.3883,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (2.44845,25.0549,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.34766, position (cm) = (8.87204,42.7356,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 15.9606, position (cm) = (14.1643,20.9667,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 0.383203, position (cm) = (16.8256,23.0363,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 15.9606, position (cm) = (14.1643,20.9667,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 15.9606, position (cm) = (14.1643,20.9667,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 15.9606, position (cm) = (14.1643,20.9667,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 15.565, position (cm) = (13.6326,15.9739,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 15.565, position (cm) = (13.6326,15.9739,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.94491, position (cm) = (11.6061,21.1192,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.0923216, position (cm) = (13.1808,17.8348,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 6.39025, position (cm) = (11.2416,19.6704,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 15.0744, position (cm) = (10.9646,20.4124,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 15.9606, position (cm) = (14.1643,20.9667,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 1.02106, position (cm) = (-62.4026,15.1623,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.716702, position (cm) = (-68.1734,11.3768,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.090374, position (cm) = (-10.855,4.25471,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.32921, position (cm) = (9.34551,76.504,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 45.3113, position (cm) = (-13.6009,93.498,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 11.3364, position (cm) = (-8.76172,86.5039,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 16.6076, position (cm) = (-17.9193,91.1185,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 45.0257, position (cm) = (-17.9239,104.121,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 1.74513e-06, position (cm) = (-13.1724,59.7786,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.257212, position (cm) = (-9.39735,51.6759,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 36.5969, position (cm) = (-12.6807,-12.6451,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.578234, position (cm) = (32.7057,-34.3,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 2.17274, position (cm) = (40.515,-46.5781,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.440873, position (cm) = (22.1504,-108.819,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 50.6184, position (cm) = (30.0733,-129.274,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 50.7488, position (cm) = (30.7295,-129.852,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 50.7488, position (cm) = (30.7295,-129.852,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 50.7488, position (cm) = (30.7295,-129.852,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 0.103599, position (cm) = (6.44696,-140.167,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.67032, position (cm) = (17.6416,-109.716,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 50.0062, position (cm) = (26.9449,-125.435,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.79238, position (cm) = (26.8614,-120.242,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.991375, position (cm) = (25.9337,-119.631,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 8.02718, position (cm) = (28.1919,-113.42,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.191368, position (cm) = (37.9048,-66.1945,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 1.56176e-05, position (cm) = (23.4354,-123.722,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 0.0121901, position (cm) = (24.333,-105.797,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 9.55057, position (cm) = (36.677,-89.3561,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 3.67313, position (cm) = (34.3074,-95.1611,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.141115, position (cm) = (38.1291,-106.399,200), weight = 3.05176e-05 + gamma, kinetic energy (MeV) = 0.344211, position (cm) = (55.7472,-97.9137,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.00016747, position (cm) = (52.6517,-99.388,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 18.867, position (cm) = (54.0084,-111.204,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 19.022, position (cm) = (54.7233,-110.707,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 5.66504, position (cm) = (36.9067,-111.332,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 19.0264, position (cm) = (30.4699,-105.221,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 27.2628, position (cm) = (-13.483,-124.731,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 27.3658, position (cm) = (-11.8752,-125.254,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 27.3658, position (cm) = (-11.8752,-125.254,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 1.4524, position (cm) = (0.517927,-106.513,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 5.49978, position (cm) = (7.29206,-76.1702,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 5.96387e-06, position (cm) = (7.43529,-82.2848,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 3.00852e-05, position (cm) = (1.04575,-42.9165,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 0.187465, position (cm) = (7.36048,-78.7338,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 6.19523, position (cm) = (-6.57897,-66.7441,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.1179, position (cm) = (-7.04368,-67.7221,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 6.63589, position (cm) = (-6.13546,-67.8318,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 13.1966, position (cm) = (-0.00353362,-52.7595,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 14.5626, position (cm) = (-6.59654,-68.2005,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 14.5626, position (cm) = (-6.59654,-68.2005,200), weight = 7.62939e-06 + neutron, kinetic energy (MeV) = 14.5626, position (cm) = (-6.59654,-68.2005,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 14.5626, position (cm) = (-6.59654,-68.2005,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.095086, position (cm) = (-6.05878,-74.461,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.711208, position (cm) = (-5.75348,-67.4699,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 0.224081, position (cm) = (-20.2407,-58.2805,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 10.9588, position (cm) = (-1.15595,-52.9449,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.42144, position (cm) = (-3.01546,-68.3136,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.127575, position (cm) = (10.6973,-47.2114,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 91.6419, position (cm) = (28.7302,4.73572,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.103181, position (cm) = (28.598,5.2261,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 22.1191, position (cm) = (28.3545,3.59918,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 52.157, position (cm) = (29.0722,5.21936,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 63.7655, position (cm) = (23.3423,-7.47812,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 92.009, position (cm) = (28.1708,-6.38187,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 2.81586e-06, position (cm) = (-87.5616,88.7122,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 0.410557, position (cm) = (-74.2263,98.703,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.07821, position (cm) = (-71.1335,106.601,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.991708, position (cm) = (-85.7699,112.607,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.723906, position (cm) = (-77.1091,108.014,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0663679, position (cm) = (-97.5161,100.983,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.18543, position (cm) = (-97.3084,101.087,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.20917e-07, position (cm) = (-84.1361,102.791,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 3.52474, position (cm) = (-63.9664,91.2581,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.423014, position (cm) = (-88.3333,121.274,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 5.93979, position (cm) = (-98.141,73.6972,200), weight = 0.000244141 + gamma, kinetic energy (MeV) = 3.43147, position (cm) = (59.0675,-111.067,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 35.9591, position (cm) = (60.9377,-101.665,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 34.784, position (cm) = (-30.4541,-84.8932,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 34.5225, position (cm) = (-33.1094,-88.0656,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 34.603, position (cm) = (-30.6684,-84.3365,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 41.4051, position (cm) = (23.693,-104.75,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.690202, position (cm) = (28.6268,-97.8619,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.182309, position (cm) = (37.1155,-82.922,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 40.8747, position (cm) = (23.3318,-98.8982,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 40.439, position (cm) = (22.9507,-99.1512,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.598797, position (cm) = (133.389,-234.812,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00156499, position (cm) = (114.673,-266.513,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 0.324837, position (cm) = (92.1891,-248.803,200), weight = 2.38419e-07 + neutron, kinetic energy (MeV) = 2.60878, position (cm) = (91.4843,-248.594,200), weight = 1.19209e-07 + neutron, kinetic energy (MeV) = 2.46282, position (cm) = (91.2671,-247.226,200), weight = 1.19209e-07 + gamma, kinetic energy (MeV) = 2.30997, position (cm) = (131.533,-219.284,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 0.757613, position (cm) = (15.8403,-91.3921,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 0.152762, position (cm) = (90.3531,-297.98,200), weight = 1.49012e-08 + gamma, kinetic energy (MeV) = 0.127871, position (cm) = (64.1286,-243.818,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.000412366, position (cm) = (60.116,-335.527,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.40265, position (cm) = (45.833,-343.49,200), weight = 2.32831e-10 + neutron, kinetic energy (MeV) = 0.38515, position (cm) = (44.6141,-341.544,200), weight = 2.32831e-10 + gamma, kinetic energy (MeV) = 1.25802, position (cm) = (45.8495,-343.87,200), weight = 2.32831e-10 + neutron, kinetic energy (MeV) = 1.5478, position (cm) = (38.514,-352.942,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.157349, position (cm) = (44.8035,-340.085,200), weight = 2.32831e-10 + gamma, kinetic energy (MeV) = 0.193105, position (cm) = (44.697,-293.194,200), weight = 2.32831e-10 + gamma, kinetic energy (MeV) = 0.287338, position (cm) = (31.5748,-357.431,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 0.156299, position (cm) = (49.8863,-293.475,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.0935103, position (cm) = (40.7777,-319.358,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.0137067, position (cm) = (-6.19713,-278.15,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 1.24719, position (cm) = (112.373,-230.798,200), weight = 7.62939e-06 + gamma, kinetic energy (MeV) = 1.60585, position (cm) = (126.2,-411.694,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.64014, position (cm) = (121.958,-388.148,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 20.6608, position (cm) = (121.62,-397.075,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 0.000290468, position (cm) = (136.6,-326.038,200), weight = 2.98023e-08 + neutron, kinetic energy (MeV) = 52.8733, position (cm) = (118.009,-342.755,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 52.7451, position (cm) = (118.492,-343.576,200), weight = 7.45058e-09 + gamma, kinetic energy (MeV) = 4.398, position (cm) = (116.291,-362.632,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 9.0399, position (cm) = (118.416,-343.08,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 17.5352, position (cm) = (116.543,-340.304,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 52.8733, position (cm) = (118.009,-342.755,200), weight = 7.45058e-09 + neutron, kinetic energy (MeV) = 63.6291, position (cm) = (164.879,-398.533,200), weight = 2.32831e-10 + gamma, kinetic energy (MeV) = 0.143071, position (cm) = (165.507,-397.799,200), weight = 2.32831e-10 + neutron, kinetic energy (MeV) = 7.98458, position (cm) = (150.185,-399.107,200), weight = 2.32831e-10 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (153.68,-455.369,200), weight = 1.45519e-11 + gamma, kinetic energy (MeV) = 0.47843, position (cm) = (146.791,-431.978,200), weight = 1.45519e-11 + neutron, kinetic energy (MeV) = 9.91948, position (cm) = (154.049,-449.943,200), weight = 5.82077e-11 + neutron, kinetic energy (MeV) = 9.68271, position (cm) = (154.211,-449.555,200), weight = 5.82077e-11 + gamma, kinetic energy (MeV) = 0.331677, position (cm) = (161.981,-461.313,200), weight = 1.16415e-10 + neutron, kinetic energy (MeV) = 3.60011e-05, position (cm) = (153.968,-434.321,200), weight = 1.16415e-10 + neutron, kinetic energy (MeV) = 0.813003, position (cm) = (111.706,-413.48,200), weight = 3.63798e-12 + gamma, kinetic energy (MeV) = 5.15019, position (cm) = (124.725,-406.547,200), weight = 3.63798e-12 + neutron, kinetic energy (MeV) = 4.7931, position (cm) = (120.406,-430.059,200), weight = 3.63798e-12 + neutron, kinetic energy (MeV) = 4.4048, position (cm) = (90.6555,-402.685,200), weight = 9.09495e-13 + neutron, kinetic energy (MeV) = 6.3117, position (cm) = (92.9289,-409.416,200), weight = 9.09495e-13 + neutron, kinetic energy (MeV) = 0.422713, position (cm) = (76.2232,-409.639,200), weight = 2.27374e-13 + neutron, kinetic energy (MeV) = 2.79585, position (cm) = (84.0852,-406.602,200), weight = 4.54747e-13 + gamma, kinetic energy (MeV) = 0.773306, position (cm) = (76.8464,-407.137,200), weight = 4.54747e-13 + neutron, kinetic energy (MeV) = 0.00966289, position (cm) = (63.8189,-416.992,200), weight = 4.54747e-13 + gamma, kinetic energy (MeV) = 0.211065, position (cm) = (62.7144,-422.762,200), weight = 4.54747e-13 + neutron, kinetic energy (MeV) = 3.903e-06, position (cm) = (73.5543,-410.364,200), weight = 2.27374e-13 + gamma, kinetic energy (MeV) = 2.09021, position (cm) = (86.3508,-409.537,200), weight = 2.27374e-13 + gamma, kinetic energy (MeV) = 4.8929, position (cm) = (98.9411,-390.328,200), weight = 2.27374e-13 + neutron, kinetic energy (MeV) = 1.62385, position (cm) = (120.671,-412.558,200), weight = 5.82077e-11 + gamma, kinetic energy (MeV) = 0.100974, position (cm) = (134.119,-415.336,200), weight = 1.45519e-11 + neutron, kinetic energy (MeV) = 1.51039, position (cm) = (140.435,-412.372,200), weight = 1.45519e-11 + gamma, kinetic energy (MeV) = 3.54655, position (cm) = (136.911,-415.543,200), weight = 1.45519e-11 + neutron, kinetic energy (MeV) = 7.69712, position (cm) = (128.788,-421.073,200), weight = 1.45519e-11 + gamma, kinetic energy (MeV) = 4.27789, position (cm) = (93.9124,-452.422,200), weight = 3.63798e-12 + neutron, kinetic energy (MeV) = 6.31842, position (cm) = (58.7881,-476.881,200), weight = 3.63798e-12 + gamma, kinetic energy (MeV) = 9.37494, position (cm) = (65.4632,-484.668,200), weight = 3.63798e-12 + neutron, kinetic energy (MeV) = 53.4133, position (cm) = (14.6861,-411.914,200), weight = 1.81899e-12 + neutron, kinetic energy (MeV) = 53.1666, position (cm) = (10.4773,-407.2,200), weight = 9.09495e-13 + neutron, kinetic energy (MeV) = 53.1666, position (cm) = (10.4773,-407.2,200), weight = 4.54747e-13 + gamma, kinetic energy (MeV) = 0.617853, position (cm) = (13.9843,-411.613,200), weight = 4.54747e-13 + gamma, kinetic energy (MeV) = 1.07411, position (cm) = (11.6036,-395.889,200), weight = 4.54747e-13 + neutron, kinetic energy (MeV) = 4.62054, position (cm) = (18.5521,-400.372,200), weight = 4.54747e-13 + gamma, kinetic energy (MeV) = 0.135382, position (cm) = (0.79083,-401.429,200), weight = 4.54747e-13 + gamma, kinetic energy (MeV) = 0.35126, position (cm) = (9.4803,-397.421,200), weight = 4.54747e-13 + gamma, kinetic energy (MeV) = 0.299273, position (cm) = (157.457,-449.286,200), weight = 1.45519e-11 + gamma, kinetic energy (MeV) = 0.0935501, position (cm) = (112.267,-375.679,200), weight = 4.65661e-10 + neutron, kinetic energy (MeV) = 27.323, position (cm) = (121.248,-374.501,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.177913, position (cm) = (96.1323,-428.673,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 0.000417712, position (cm) = (96.3126,-432.509,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.159355, position (cm) = (98.7358,-430.454,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 0.102447, position (cm) = (121.225,-430.303,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 0.632984, position (cm) = (132.82,-450.524,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 7.65459, position (cm) = (146.586,-412.377,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 10.9217, position (cm) = (122.34,-394.277,200), weight = 1.86265e-09 + neutron, kinetic energy (MeV) = 2.89349, position (cm) = (130.648,-426.091,200), weight = 4.65661e-10 + gamma, kinetic energy (MeV) = 0.0779846, position (cm) = (97.5605,-416.077,200), weight = 1.16415e-10 + neutron, kinetic energy (MeV) = 1.96029e-05, position (cm) = (84.3501,-416.071,200), weight = 2.91038e-11 + gamma, kinetic energy (MeV) = 0.282019, position (cm) = (88.9799,-409.954,200), weight = 2.91038e-11 + gamma, kinetic energy (MeV) = 0.14704, position (cm) = (89.8389,-400.923,200), weight = 2.91038e-11 + neutron, kinetic energy (MeV) = 3.64521, position (cm) = (88.633,-408.327,200), weight = 2.91038e-11 + gamma, kinetic energy (MeV) = 6.69329, position (cm) = (86.0007,-411.649,200), weight = 2.91038e-11 + neutron, kinetic energy (MeV) = 12.7106, position (cm) = (84.687,-408.202,200), weight = 2.91038e-11 + neutron, kinetic energy (MeV) = 12.7106, position (cm) = (84.687,-408.202,200), weight = 1.45519e-11 + gamma, kinetic energy (MeV) = 7.71815, position (cm) = (65.8668,-371.448,200), weight = 2.91038e-11 + neutron, kinetic energy (MeV) = 0.0157811, position (cm) = (133.701,-434.931,200), weight = 9.31323e-10 + gamma, kinetic energy (MeV) = 6.75992, position (cm) = (107.76,-439.567,200), weight = 9.31323e-10 + neutron, kinetic energy (MeV) = 2.59542e-07, position (cm) = (103.298,-434.87,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 0.000288969, position (cm) = (123.116,-422.77,200), weight = 1.86265e-09 + gamma, kinetic energy (MeV) = 2.86006, position (cm) = (121.11,-432.663,200), weight = 3.72529e-09 + neutron, kinetic energy (MeV) = 1.29902e-07, position (cm) = (94.7478,-293.313,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.438527, position (cm) = (48.5844,-277.602,200), weight = 9.53674e-07 + neutron, kinetic energy (MeV) = 1.39609, position (cm) = (79.6168,-331.615,200), weight = 1.49012e-08 + neutron, kinetic energy (MeV) = 0.0732809, position (cm) = (83.0445,-336.796,200), weight = 5.96046e-08 + neutron, kinetic energy (MeV) = 1.83116, position (cm) = (107.465,-334.592,200), weight = 2.98023e-08 + gamma, kinetic energy (MeV) = 0.87202, position (cm) = (88.964,-317.579,200), weight = 5.96046e-08 + gamma, kinetic energy (MeV) = 4.77311, position (cm) = (104.804,-322.398,200), weight = 2.38419e-07 + gamma, kinetic energy (MeV) = 0.11485, position (cm) = (95.9394,-254.001,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 3.06858, position (cm) = (36.7161,16.558,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.14651, position (cm) = (74.3075,36.3681,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 1.3873, position (cm) = (72.5553,15.5553,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.179885, position (cm) = (101.105,31.9186,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 7.14373, position (cm) = (72.7293,25.421,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.179095, position (cm) = (70.629,35.3639,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 1.20062, position (cm) = (76.1377,21.6288,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.47353, position (cm) = (75.3028,24.2882,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.175427, position (cm) = (76.622,35.4436,200), weight = 0.00195312 + neutron, kinetic energy (MeV) = 75.6429, position (cm) = (106.104,36.3062,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 51.2965, position (cm) = (113.637,8.95029,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 3.12105, position (cm) = (5.64979,-9.06724,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (47.9368,6.50353,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.364937, position (cm) = (50.1835,24.7324,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.263872, position (cm) = (39.6403,-0.00602947,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0741392, position (cm) = (60.5115,1.70446,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.753465, position (cm) = (47.9967,24.6085,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 1.79491, position (cm) = (46.2649,23.1972,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.245536, position (cm) = (25.6105,8.21828,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 15.7297, position (cm) = (33.767,10.7047,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 36.1868, position (cm) = (39.3215,11.8722,200), weight = 0.000244141 + neutron, kinetic energy (MeV) = 35.1831, position (cm) = (41.4576,19.0675,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 2.35036, position (cm) = (22.4679,17.2553,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 18.9724, position (cm) = (16.3708,19.7045,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.856196, position (cm) = (30.0716,36.1343,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 4.45584, position (cm) = (35.3145,34.4306,200), weight = 0.00012207 + gamma, kinetic energy (MeV) = 3.0211, position (cm) = (30.0249,27.643,200), weight = 0.00012207 + neutron, kinetic energy (MeV) = 36.0075, position (cm) = (28.5644,20.691,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 35.8284, position (cm) = (30.0669,21.2205,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 0.827125, position (cm) = (26.6201,-12.0711,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.42015, position (cm) = (17.9451,-51.4185,200), weight = 0.000976562 + neutron, kinetic energy (MeV) = 0.0778888, position (cm) = (-12.4412,-31.185,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 4.55554, position (cm) = (-9.15766,-15.7957,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.0640462, position (cm) = (33.8635,0.343063,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.472141, position (cm) = (27.164,-7.65905,200), weight = 0.000976562 + gamma, kinetic energy (MeV) = 0.85026, position (cm) = (16.4014,47.4355,200), weight = 0.5 + gamma, kinetic energy (MeV) = 0.0868322, position (cm) = (83.5057,2.80137,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 2.5289, position (cm) = (44.6773,20.6988,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 2.53736, position (cm) = (44.8532,20.786,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.525152, position (cm) = (68.8146,9.42594,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.167601, position (cm) = (54.8644,14.0317,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.682425, position (cm) = (-12.1439,33.0972,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.0948833, position (cm) = (-3.35893,29.2343,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 64.3987, position (cm) = (-11.2667,29.8603,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.0805515, position (cm) = (-9.69096,43.3095,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.310056, position (cm) = (2.52368,45.1322,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 54.6169, position (cm) = (-3.09695,32.9986,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 8.18009e-06, position (cm) = (-1.12399,31.6655,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.12736, position (cm) = (5.82668,43.5564,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 1.05001e-05, position (cm) = (4.89637,29.6278,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.746027, position (cm) = (-130.42,8.7202,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.153208, position (cm) = (-112.411,59.3965,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.103316, position (cm) = (-113.683,57.8874,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.297351, position (cm) = (-110.441,65.5411,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 26.8924, position (cm) = (-114.029,61.3346,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 50.1371, position (cm) = (-98.5274,59.2544,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 17.2176, position (cm) = (-96.1744,53.0915,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 17.2176, position (cm) = (-96.1744,53.0915,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.11989, position (cm) = (-90.642,39.7017,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 1.14236e-06, position (cm) = (-84.4324,40.8759,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 5.50928, position (cm) = (10.5151,37.1054,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.41368, position (cm) = (-3.81583,9.65605,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 0.563066, position (cm) = (-5.52647,24.9898,200), weight = 0.03125 + gamma, kinetic energy (MeV) = 0.116219, position (cm) = (-5.56289,28.2823,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 10.6659, position (cm) = (-24.8665,18.4876,200), weight = 0.015625 + gamma, kinetic energy (MeV) = 0.344654, position (cm) = (-35.4635,34.9536,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 3.59488, position (cm) = (-40.9993,35.1556,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 3.85181, position (cm) = (-46.8722,44.1154,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 3.79873, position (cm) = (-43.6088,41.8973,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 2.97562, position (cm) = (-43.2091,29.9696,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 99.6964, position (cm) = (-30.6783,14.282,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 99.6964, position (cm) = (-30.6783,14.282,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 46.355, position (cm) = (-36.2146,49.7831,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 46.355, position (cm) = (-36.2146,49.7831,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 46.3144, position (cm) = (-32.1297,51.3515,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 43.3772, position (cm) = (-52.1974,30.6203,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (-38.8039,47.4557,200), weight = 0.03125 + neutron, kinetic energy (MeV) = 8.93855, position (cm) = (-5.26442,62.6496,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 0.00696545, position (cm) = (-5.79718,-6.94636,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 0.00364866, position (cm) = (-24.2467,12.733,200), weight = 0.015625 + neutron, kinetic energy (MeV) = 0.322693, position (cm) = (-81.311,69.7617,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.064694, position (cm) = (-116.136,67.5198,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 2.28022, position (cm) = (-19.3892,97.7915,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.924667, position (cm) = (-36.0023,86.8912,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 5.99185e-07, position (cm) = (0.302212,96.0675,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.86021, position (cm) = (-92.9051,92.8029,200), weight = 1.52588e-05 + neutron, kinetic energy (MeV) = 2.02058, position (cm) = (-100.986,94.1026,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 0.161753, position (cm) = (-62.9512,95.4601,200), weight = 6.10352e-05 + gamma, kinetic energy (MeV) = 0.340794, position (cm) = (-54.295,83.1894,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.000648478, position (cm) = (-111.923,52.3868,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 13.3939, position (cm) = (-57.7054,90.7062,200), weight = 3.05176e-05 + neutron, kinetic energy (MeV) = 6.53092, position (cm) = (-58.6767,39.9865,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 16.9331, position (cm) = (-57.3877,39.481,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 9.99301, position (cm) = (-80.9652,66.6847,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.34827, position (cm) = (-83.2442,67.6268,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.0557201, position (cm) = (-77.8903,65.0985,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.0917951, position (cm) = (-79.8515,77.2306,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.388917, position (cm) = (-90.6569,63.5788,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 3.26918e-05, position (cm) = (-94.9957,55.525,200), weight = 4.76837e-07 + neutron, kinetic energy (MeV) = 4.77765, position (cm) = (-88.199,65.5205,200), weight = 4.76837e-07 + gamma, kinetic energy (MeV) = 0.0876593, position (cm) = (-64.8589,56.1316,200), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.0899301, position (cm) = (-79.9448,74.9787,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 2.57069, position (cm) = (-65.3028,48.6598,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 26.8305, position (cm) = (-20.109,6.15811,200), weight = 0.000488281 + neutron, kinetic energy (MeV) = 26.8305, position (cm) = (-20.109,6.15811,200), weight = 0.000488281 + gamma, kinetic energy (MeV) = 0.119665, position (cm) = (-91.6328,-7.97571,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 0.658789, position (cm) = (-31.5924,17.2323,200), weight = 0.00195312 + gamma, kinetic energy (MeV) = 1.82013, position (cm) = (15.0666,-0.755768,200), weight = 0.0625 + neutron, kinetic energy (MeV) = 1.07073e-05, position (cm) = (80.3647,11.9792,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.393811, position (cm) = (47.9131,-7.73321,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 1.26378, position (cm) = (60.841,-5.81691,200), weight = 6.10352e-05 + neutron, kinetic energy (MeV) = 0.347719, position (cm) = (90.2589,-30.2659,200), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 8.3757e-07, position (cm) = (114.028,-32.4744,200), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.81888, position (cm) = (115.171,-50.2548,200), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.74608, position (cm) = (126.576,-40.4195,200), weight = 9.53674e-07 + gamma, kinetic energy (MeV) = 0.192912, position (cm) = (93.9849,-34.8225,200), weight = 1.52588e-05 + gamma, kinetic energy (MeV) = 1.9293, position (cm) = (95.612,4.15387,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 70.4658, position (cm) = (97.2057,2.13823,200), weight = 0.0078125 + neutron, kinetic energy (MeV) = 98.0102, position (cm) = (94.2357,3.35071,200), weight = 0.0078125 + gamma, kinetic energy (MeV) = 0.3527, position (cm) = (72.1816,21.2361,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.204461, position (cm) = (85.7132,28.4678,200), weight = 0.00390625 + gamma, kinetic energy (MeV) = 0.132823, position (cm) = (64.6965,2.14625,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 2.84634, position (cm) = (93.7816,24.0573,200), weight = 0.00390625 + neutron, kinetic energy (MeV) = 22.3434, position (cm) = (71.0091,-11.0579,200), weight = 0.0078125 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/GB06/exampleGB06.out b/examples/extended/biasing/GB06/exampleGB06.out index 01052196cff..f6f95501788 100644 --- a/examples/extended/biasing/GB06/exampleGB06.out +++ b/examples/extended/biasing/GB06/exampleGB06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -44,20 +44,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -70,6 +70,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -77,6 +80,9 @@ Registered filter factories: 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 @@ -477,31 +483,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -509,11 +515,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -523,11 +529,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -537,11 +543,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -551,11 +557,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -565,11 +571,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -579,11 +585,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -592,12 +598,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -617,7 +623,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -713,17 +720,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -743,6 +764,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -752,122 +774,157 @@ Upload data before 1st event for Z < 9 ======================================================================= G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. - neutron, kinetic energy (MeV) = 1.40092, position (cm) = (57.8455,-9.28008,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 57.1204, position (cm) = (48.0985,17.6639,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.63395, position (cm) = (24.5635,4.46915,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 7.14528, position (cm) = (56.4512,49.4698,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.21681, position (cm) = (56.6426,50.0984,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0802496, position (cm) = (80.6344,4.56531,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.80545, position (cm) = (39.5943,32.1514,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.82127, position (cm) = (50.699,29.7927,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 58.7997, position (cm) = (53.6911,27.6438,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.94, position (cm) = (53.04,42.2585,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.347991, position (cm) = (72.7834,34.3253,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.86697, position (cm) = (63.405,44.6408,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 58.4322, position (cm) = (49.8275,38.1405,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 58.732, position (cm) = (66.5418,-3.46536,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 7.37856e-05, position (cm) = (74.5685,-1.91276,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 58.8047, position (cm) = (63.8039,5.31097,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 58.8047, position (cm) = (63.8039,5.31097,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.595309, position (cm) = (-88.2524,36.3376,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.87772, position (cm) = (-107.671,31.1625,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 5.41875, position (cm) = (-80.4709,6.50294,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.9465, position (cm) = (-144.945,41.6992,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.0114697, position (cm) = (-46.9723,-54.9883,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.886138, position (cm) = (-17.4393,-37.37,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.213126, position (cm) = (-29.8603,-56.0318,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.05683, position (cm) = (-31.6529,-57.8285,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 9.34614e-06, position (cm) = (39.1706,-40.5319,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 37.1255, position (cm) = (-6.29132,-83.9697,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.2998, position (cm) = (-23.7211,32.3442,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 77.974, position (cm) = (-37.5235,46.4373,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 77.8905, position (cm) = (-42.7451,43.4649,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.24794, position (cm) = (-82.2233,-27.9827,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.19546, position (cm) = (-94.7321,-4.6318,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.49829, position (cm) = (-104.582,-36.6395,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.83832, position (cm) = (-95.5055,-9.46786,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.265064, position (cm) = (-91.459,-37.2133,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.16842, position (cm) = (-97.0812,-31.5731,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.191295, position (cm) = (-124.029,-22.5278,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 2.33975e-05, position (cm) = (-116.308,-38.9863,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.265682, position (cm) = (-125.073,-47.0393,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.19419, position (cm) = (-72.5456,-52.5568,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.46592, position (cm) = (-77.8058,-53.3524,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.00323221, position (cm) = (-110.879,-44.8146,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 9.17353, position (cm) = (-69.1537,-49.5594,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.317938, position (cm) = (-87.8122,-33.313,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 54.3587, position (cm) = (-115.584,-51.1363,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.77214, position (cm) = (58.5233,46.2453,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.75755, position (cm) = (74.9456,62.4681,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.34601, position (cm) = (-62.5631,147.271,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.17587e-06, position (cm) = (-45.3124,132.049,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.58286, position (cm) = (-61.4475,104.286,500), weight = 3.8147e-06 - e-, kinetic energy (MeV) = 1.68306, position (cm) = (-61.4213,104.306,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 2.36658, position (cm) = (-54.3443,149.073,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.567663, position (cm) = (-130.455,12.5937,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 7.1052, position (cm) = (-117.255,7.29367,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.469672, position (cm) = (-117.547,0.690701,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.125524, position (cm) = (-121.336,-24.8537,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0964685, position (cm) = (-123.233,-21.7574,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.47404, position (cm) = (-130.494,5.52237,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.182614, position (cm) = (-59.1131,7.87881,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.367828, position (cm) = (-70.2227,8.25576,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 52.741, position (cm) = (-74.7044,-139.774,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 52.4611, position (cm) = (-77.0829,-137.076,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 53.6436, position (cm) = (-39.9791,-148.351,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 53.6436, position (cm) = (-39.9791,-148.351,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 71.8827, position (cm) = (63.8713,-133.256,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 51.6184, position (cm) = (95.8077,-136.085,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.33544, position (cm) = (79.6883,-143.566,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 0.000120697, position (cm) = (66.2975,-136.46,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.15549, position (cm) = (39.8101,-125.124,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.108417, position (cm) = (-18.6654,22.0183,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 0.213762, position (cm) = (-24.1065,69.3656,500), weight = 3.8147e-06 - gamma, kinetic energy (MeV) = 1.27341, position (cm) = (-8.02456,5.81084,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.79378, position (cm) = (-15.9261,6.79539,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.163427, position (cm) = (-19.6676,18.3821,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.10018, position (cm) = (-19.2415,7.16647,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 99.3969, position (cm) = (-69.047,21.7303,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 5.40208, position (cm) = (-76.7947,28.9389,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 6.99883, position (cm) = (-72.0983,7.00491,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.16521, position (cm) = (-54.3348,21.0511,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.61188, position (cm) = (-65.3396,29.8662,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.92926, position (cm) = (-69.802,23.5627,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.99495, position (cm) = (-69.7266,25.3574,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 12.4372, position (cm) = (-61.9926,32.8333,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.676798, position (cm) = (-28.1621,31.0819,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 32.5154, position (cm) = (-32.1624,38.6116,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 0.683474, position (cm) = (-21.916,12.0875,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 78.6401, position (cm) = (-67.2151,5.31433,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 44.2592, position (cm) = (-39.5998,2.90262,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 53.1077, position (cm) = (-45.6447,14.4415,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.162789, position (cm) = (-94.0245,30.196,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.849794, position (cm) = (-88.9888,37.47,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 53.4015, position (cm) = (-64.4221,37.3933,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.593876, position (cm) = (-96.1388,14.9166,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 1.40667, position (cm) = (-73.8801,-0.492411,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.278484, position (cm) = (-108.846,31.1788,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.108632, position (cm) = (-75.7072,-9.14119,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0918059, position (cm) = (-84.0408,-8.00114,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.287435, position (cm) = (-35.42,9.74852,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.158368, position (cm) = (57.5766,70.5264,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.188273, position (cm) = (30.2992,50.1639,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.787073, position (cm) = (36.9151,61.29,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 7.14551, position (cm) = (88.6317,41.5187,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 4.00648, position (cm) = (57.8475,42.0031,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.238176, position (cm) = (101.431,32.9267,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.139216, position (cm) = (108.41,57.1486,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.00171, position (cm) = (123.192,73.7199,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.77909, position (cm) = (96.0107,-40.2337,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 2.12481, position (cm) = (62.1496,13.7491,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 2.42551, position (cm) = (74.5753,-71.9721,500), weight = 3.8147e-06 - neutron, kinetic energy (MeV) = 1.25276, position (cm) = (-27.1854,41.5848,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 38.9157, position (cm) = (-20.0809,48.0935,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 6.43308, position (cm) = (3.78002,32.5334,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 1.28616, position (cm) = (-21.2907,35.0911,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 0.0639728, position (cm) = (-10.8017,38.6868,500), weight = 1.90735e-06 - gamma, kinetic energy (MeV) = 3.18724, position (cm) = (-36.4842,18.2521,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 4.45354, position (cm) = (-30.9495,20.1791,500), weight = 1.90735e-06 - neutron, kinetic energy (MeV) = 19.6017, position (cm) = (-36.2735,12.1127,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.78009, position (cm) = (-2.19127,50.0726,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 18.9025, position (cm) = (6.0217,44.1917,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 23.5213, position (cm) = (3.00392,47.5351,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.366777, position (cm) = (-31.6049,55.7133,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.39153e-10, position (cm) = (-43.6354,32.087,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.666077, position (cm) = (-54.2347,44.6114,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 71.261, position (cm) = (29.3111,-32.2443,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.274219, position (cm) = (26.3879,-93.2298,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.34982, position (cm) = (36.0757,-65.7454,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.22309, position (cm) = (30.1096,12.9414,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 72.1623, position (cm) = (43.0241,17.822,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.0385, position (cm) = (11.8286,0.763564,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.46766, position (cm) = (28.7876,8.279,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000403866, position (cm) = (18.6647,-12.3266,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.63113, position (cm) = (12.3436,-49.7099,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.99448, position (cm) = (149.08,27.1457,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 43.9011, position (cm) = (145.204,29.3094,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.183872, position (cm) = (-49.4315,-81.3399,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.57307, position (cm) = (-40.4162,20.4879,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.40508, position (cm) = (-64.9308,-39.7498,500), weight = 1.90735e-06 + e-, kinetic energy (MeV) = 1.40464, position (cm) = (-65.0752,-39.8826,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 61.9012, position (cm) = (-57.1198,-1.12791,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.4464, position (cm) = (-49.1193,7.49267,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.5155, position (cm) = (-49.9899,7.0344,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.473013, position (cm) = (-46.0363,20.5561,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.162485, position (cm) = (-55.4141,13.8367,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.44754, position (cm) = (-44.2687,-1.32649,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.4296, position (cm) = (-51.7953,0.91657,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.199985, position (cm) = (-38.9664,4.7419,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.10089, position (cm) = (-74.4352,0.781323,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.57001, position (cm) = (-73.9075,1.61256,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.2489, position (cm) = (-72.4479,1.07016,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 12.2813, position (cm) = (-74.0566,1.95799,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.9746, position (cm) = (-73.5528,1.43711,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 94.9476, position (cm) = (-83.9782,-0.762257,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.530885, position (cm) = (18.8139,43.1083,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0690852, position (cm) = (25.7959,39.7734,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 18.2028, position (cm) = (9.20851,103.602,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 92.6754, position (cm) = (8.69049,129.94,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.0137, position (cm) = (-13.6423,26.198,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.432697, position (cm) = (-38.127,44.0945,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 47.5516, position (cm) = (-68.6664,65.0072,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 94.384, position (cm) = (-3.22701,23.7278,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 94.2125, position (cm) = (-0.136859,23.019,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.1879, position (cm) = (-6.82363,36.4985,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.208886, position (cm) = (17.2972,17.0663,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.874504, position (cm) = (-108.31,-85.7282,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.7936, position (cm) = (-89.318,-38.7346,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.37734, position (cm) = (-138.43,-28.4406,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 92.5147, position (cm) = (33.7721,-9.59383,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 93.1979, position (cm) = (31.2154,4.75454,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.42579, position (cm) = (22.9342,-12.6784,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.117334, position (cm) = (25.1346,-1.91677,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.32253, position (cm) = (27.7786,5.66189,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 18.6399, position (cm) = (27.2687,0.472807,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 53.7141, position (cm) = (14.2387,-40.7641,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.143313, position (cm) = (2.5247,-42.843,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 46.4057, position (cm) = (13.5363,-33.3343,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.7623, position (cm) = (-31.6194,17.6622,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 95.3147, position (cm) = (-29.8517,15.1087,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.87815, position (cm) = (-27.9364,14.2235,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.193863, position (cm) = (-28.8809,31.2368,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.53776, position (cm) = (-28.1412,34.3853,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.501817, position (cm) = (-26.323,30.1524,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.396596, position (cm) = (-25.1782,27.7787,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 71.7786, position (cm) = (-37.3187,3.91512,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.664102, position (cm) = (-16.0266,-47.4721,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.38019, position (cm) = (-10.3895,-26.4345,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.99646, position (cm) = (-29.9032,40.1528,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.238764, position (cm) = (-38.4688,7.85567,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.99692, position (cm) = (-23.8937,40.2288,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.423347, position (cm) = (26.3994,-12.1089,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 47.3738, position (cm) = (129.415,136.059,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (121.398,64.1328,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000441541, position (cm) = (96.0102,112.848,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.613623, position (cm) = (99.1346,129.956,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.00289656, position (cm) = (117.312,118.129,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 45.9855, position (cm) = (-63.1351,-65.9546,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.96744, position (cm) = (-59.6668,-62.8093,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.46009, position (cm) = (-69.9264,-54.6914,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 98.226, position (cm) = (-90.8615,102.96,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0928546, position (cm) = (-85.6549,103.943,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.797164, position (cm) = (-55.6518,117.159,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 4.58546, position (cm) = (-72.8255,127.584,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 9.35297, position (cm) = (-78.2839,130.8,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.518374, position (cm) = (-63.0505,91.1171,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.439622, position (cm) = (-79.9948,75.2139,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 3.31663, position (cm) = (-91.825,105.754,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.709682, position (cm) = (-95.1696,89.3046,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.193855, position (cm) = (-96.0604,95.3016,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.54884, position (cm) = (-98.6467,90.7634,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.06004, position (cm) = (-97.0128,91.5831,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 93.1459, position (cm) = (-80.1623,101.85,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.219847, position (cm) = (-35.4584,2.02665,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.442222, position (cm) = (-33.3504,1.55598,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.83431, position (cm) = (-39.6345,5.78816,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.0659087, position (cm) = (24.5933,19.7853,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.809009, position (cm) = (-24.3732,-15.745,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 4.20085, position (cm) = (-18.0803,42.4359,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 67.7274, position (cm) = (-4.12428,44.5591,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.22306, position (cm) = (-27.9279,44.3308,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.25006, position (cm) = (3.27684,50.378,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.8088, position (cm) = (-25.7223,41.7342,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.47073, position (cm) = (108.756,-45.6816,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.230348, position (cm) = (115.045,-27.671,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.281242, position (cm) = (104.702,-55.0176,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 67.4921, position (cm) = (111.225,-50.4644,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 27.71, position (cm) = (113.346,-53.2954,500), weight = 1.90735e-06 + anti_nu_e, kinetic energy (MeV) = 0.535788, position (cm) = (104.75,77.1346,500), weight = 0.0625 + gamma, kinetic energy (MeV) = 0.969583, position (cm) = (32.7092,-87.529,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 6.01273e-08, position (cm) = (68.7759,-88.0644,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.84461, position (cm) = (89.0203,-90.4631,500), weight = 3.8147e-06 + neutron, kinetic energy (MeV) = 46.5201, position (cm) = (67.9074,-44.4895,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 2.67213, position (cm) = (51.9114,-60.0694,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.4916, position (cm) = (34.5982,-77.3344,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.27327, position (cm) = (30.93,-105.083,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.44194, position (cm) = (41.8601,-106.322,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.403488, position (cm) = (39.814,-85.1912,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 73.435, position (cm) = (105.799,-45.8537,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 73.5136, position (cm) = (111.164,-44.6762,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.510999, position (cm) = (104.957,-58.1575,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.0265, position (cm) = (122.854,-73.5128,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 16.8156, position (cm) = (116.918,-39.1973,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.80599e-10, position (cm) = (112.661,-73.5873,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.321713, position (cm) = (114.296,-90.0974,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.201021, position (cm) = (143.685,-36.8581,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.334921, position (cm) = (143.046,-36.9963,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 6.80281, position (cm) = (148.819,-38.0469,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.795489, position (cm) = (137.471,-25.1513,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 7.42622, position (cm) = (137.255,-33.3695,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 8.75879, position (cm) = (136.354,-14.7938,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 0.000648822, position (cm) = (68.1335,34.8318,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.132776, position (cm) = (50.9205,40.2545,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.143772, position (cm) = (48.9676,48.1338,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.263487, position (cm) = (47.4707,56.9391,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.155931, position (cm) = (42.1278,22.0251,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.193388, position (cm) = (24.4625,25.7557,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.27581, position (cm) = (56.0932,43.201,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 3.32673, position (cm) = (52.7669,22.9918,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 37.7883, position (cm) = (-106.082,101.501,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.123118, position (cm) = (-107.851,110.701,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 83.5579, position (cm) = (-133.819,109.707,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 1.61139, position (cm) = (-115.452,91.3461,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.0924912, position (cm) = (-116.043,87.9663,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 5.57717, position (cm) = (-117.712,79.8284,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.107539, position (cm) = (-119.154,98.7305,500), weight = 3.8147e-06 + gamma, kinetic energy (MeV) = 0.359156, position (cm) = (-124.515,83.9576,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 2.02786, position (cm) = (-107.091,86.5622,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 5.05675, position (cm) = (-144.652,106.246,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.293982, position (cm) = (-113.93,91.4922,500), weight = 1.90735e-06 + neutron, kinetic energy (MeV) = 1.84004, position (cm) = (-117.12,81.3342,500), weight = 1.90735e-06 + gamma, kinetic energy (MeV) = 0.240058, position (cm) = (-137.978,42.6751,500), weight = 1.90735e-06 Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/biasing/ReverseMC01/History b/examples/extended/biasing/ReverseMC01/History index 82a479f9091..62bc61b7bf7 100644 --- a/examples/extended/biasing/ReverseMC01/History +++ b/examples/extended/biasing/ReverseMC01/History @@ -16,7 +16,7 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -May 17, 2020 V.Ivanchenko (ReverseMC01-V10-05-02) +May 17, 2020 V.Ivanchenko (ReverseMC01-V10-06-00) - RMC01AnalysisManager - use G4double for computation of mean and RMS, added protection for sqrt argument, to avoid a problem due to precision loss in arithmetic computations diff --git a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out index b3083f79a29..b8a73dc7627 100644 --- a/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out +++ b/examples/extended/biasing/ReverseMC01/run_adjoint_simulation_electron.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -117,7 +123,7 @@ The model AdjointPEEffect does not use cross section matrices All adjoint cross section matrices are computed! ====================================================================== -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Vacuum @@ -129,7 +135,7 @@ Index : 0 used in the geometry : Yes 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 990 eV e- 34.1725 keV e+ 33.9436 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.4583 keV e+ 33.7728 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -143,18 +149,18 @@ Index : 2 used in the geometry : Yes 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 990 eV e- 31.9516 keV e+ 31.7376 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.7971 keV e+ 31.374 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.90363 keV e- 75.0136 keV e+ 73.5164 keV proton 1 keV + Energy thresholds : gamma 6.90532 keV e- 74.9399 keV e+ 72.9588 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -175,78 +181,366 @@ nb event 1 nb event 2 nb event 3 nb event 4 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000402802 +new rejected relative error 1 nb event 5 nb event 6 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000185516 +new rejected relative error 0.41211 nb event 7 nb event 8 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000140249 +new rejected relative error 0.495257 nb event 9 nb event 10 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.00100193 +new rejected relative error 0.772248 nb event 11 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 9.27554e-05 +new rejected relative error 0.580111 nb event 12 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000334681 +new rejected relative error 0.628093 nb event 13 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000118272 +new rejected relative error 0.43814 nb event 14 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 7.98278e-05 +new rejected relative error 0.596899 nb event 15 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 6.95666e-05 +new rejected relative error 0.614976 nb event 16 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 7.40083e-05 +new rejected relative error 0.568515 nb event 17 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 6.18369e-05 +new rejected relative error 0.626166 nb event 18 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000910166 +new rejected relative error 0.871749 nb event 19 nb event 20 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 5.58816e-05 +new rejected relative error 0.63175 nb event 21 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 5.05939e-05 +new rejected relative error 0.642095 nb event 22 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 9.97692e-05 +new rejected relative error 0.530503 nb event 23 nb event 24 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 4.64626e-05 +new rejected relative error 0.646551 nb event 25 nb event 26 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000128184 +new rejected relative error 0.650226 nb event 27 nb event 28 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 5.77777e-05 +new rejected relative error 0.513908 nb event 29 nb event 30 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 8.87616e-05 +new rejected relative error 0.599983 nb event 31 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 3.47839e-05 +new rejected relative error 0.663835 nb event 32 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000529755 +new rejected relative error 0.901478 nb event 33 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 3.27372e-05 +new rejected relative error 0.666612 nb event 34 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000148363 +new rejected relative error 0.757003 nb event 35 nb event 36 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000114416 +new rejected relative error 0.716767 nb event 37 nb event 38 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 0.000103493 +new rejected relative error 0.708329 nb event 39 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 2.78266e-05 +new rejected relative error 0.673198 nb event 40 nb event 41 nb event 42 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 2.68812e-05 +new rejected relative error 0.664576 nb event 43 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 2.52969e-05 +new rejected relative error 0.676565 nb event 44 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 2.55264e-05 +new rejected relative error 0.669938 nb event 45 nb event 46 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 2.42122e-05 +new rejected relative error 0.677561 nb event 47 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 2.31889e-05 +new rejected relative error 0.679359 nb event 48 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 2.48494e-05 +new rejected relative error 0.633238 nb event 49 nb event 50 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 8.07516e-05 +new rejected relative error 0.723109 nb event 51 nb event 52 nb event 53 nb event 54 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 2.0617e-05 +new rejected relative error 0.682591 nb event 55 nb event 56 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.98784e-05 +new rejected relative error 0.683644 nb event 57 nb event 58 nb event 59 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.85511e-05 +new rejected relative error 0.685465 nb event 60 nb event 61 nb event 62 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.79527e-05 +new rejected relative error 0.686248 nb event 63 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.74834e-05 +new rejected relative error 0.683156 nb event 64 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.73952e-05 +new rejected relative error 0.686835 nb event 65 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.68646e-05 +new rejected relative error 0.687671 nb event 66 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 2.18863e-05 +new rejected relative error 0.566672 nb event 67 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.63686e-05 +new rejected relative error 0.688318 nb event 68 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 3.04871e-05 +new rejected relative error 0.574544 nb event 69 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.59009e-05 +new rejected relative error 0.688929 nb event 70 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.59402e-05 +new rejected relative error 0.687135 nb event 71 nb event 72 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.5476e-05 +new rejected relative error 0.688717 nb event 73 nb event 74 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 1.51322e-05 +new rejected relative error 0.685698 nb event 75 nb event 76 +Potential wrong adjoint weight! +The results of this event will not be registered! +previous mean edep [MeV] 0.000278266 +previous relative error 0.0565247 +new rejected mean edep [MeV] 4.01439e-05 +new rejected relative error 0.666411 nb event 77 nb event 78 nb event 79 @@ -321,11 +615,11 @@ nb event 175000 1% Precision reached! Run terminated. Run Summary - Run Aborted after 178102 events processed. - User=78.620000s Real=79.603457s Sys=0.130000s + Run Aborted after 175290 events processed. + User=554.170000s Real=561.761553s Sys=0.540000s Results of reverse/adjoint simulation! -normalised edep [MeV] = 0.00163833 -error[MeV] = 1.63831e-05 +normalised edep [MeV] = 0.00166348 +error[MeV] = 1.66344e-05 ----> Histogram Tree is saved in adjoint_sim.root Graphics systems deleted. @@ -333,6 +627,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 1 -Dynamic pools deleted: 11 / Total memory freed: 29 MB +Dynamic pools deleted: 11 / Total memory freed: 28 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm0/TestEm0.out b/examples/extended/electromagnetic/TestEm0/TestEm0.out index d18fe31b4b9..467a8457d67 100644 --- a/examples/extended/electromagnetic/TestEm0/TestEm0.out +++ b/examples/extended/electromagnetic/TestEm0/TestEm0.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -285,15 +285,18 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Livermore data directory livermore ======================================================================= ====== Ionisation Parameters ======== ======================================================================= Step function for e+- (0.2, 0.1 mm) Step function for muons/hadrons (0.2, 0.05 mm) +Step function for light ions (0.1, 0.02 mm) +Step function for general ions (0.1, 0.001 mm) Lowest e+e- kinetic energy 100 eV Lowest muon/hadron kinetic energy 1 keV Fluctuations of dE/dx are enabled 1 -Use ICRU90 data 0 +Use ICRU90 data 1 Use built-in Birks satuaration 0 Build CSDA range enabled 1 Use cut as a final range enabled 0 @@ -311,7 +314,6 @@ 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 -Msc lateral displacement beyond geometry safety 0 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 @@ -338,16 +340,16 @@ Type of PIXE cross section for hadrons Empirical Type of PIXE cross section for e+- Livermore ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.7332 keV e- 870.964 keV e+ 825.404 keV proton 100 keV + Energy thresholds : gamma 20.6831 keV e- 871.363 keV e+ 819.636 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -359,64 +361,64 @@ Index : 0 used in the geometry : Yes 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.0339035 cm^-1 0.600006 cm^-1 - cross section per mass : 1.43123 mm2/g 9.20379 mm2/g 0 um2/mg 636.924 um2/mg 11.2719 mm2/g + cross section per volume : 0.0761844 cm^-1 0.489918 cm^-1 0 cm^-1 0.0338999 cm^-1 0.600002 cm^-1 + cross section per mass : 1.43123 mm2/g 9.20379 mm2/g 0 um2/mg 636.857 um2/mg 11.2719 mm2/g - mean free path : 13.126 cm 2.04116 cm 5.82593e+288 pc 29.4955 cm 1.66665 cm - (g/cm2) : 69.8699 g/cm2 10.8651 g/cm2 2.88022e+285 kg/cm2 157.005 g/cm2 8.87158 g/cm2 + mean free path : 13.126 cm 2.04116 cm 5.82593e+288 pc 29.4986 cm 1.66666 cm + (g/cm2) : 69.8699 g/cm2 10.8651 g/cm2 2.88022e+285 kg/cm2 157.021 g/cm2 8.87163 g/cm2 ----------------------------------------------------------- Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000605s Sys=0.000000s + User=0.000000s Real=0.000590s Sys=0.000000s -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.93381 keV e- 173.78 keV e+ 169.824 keV proton 10 keV + Energy thresholds : gamma 5.9441 keV e- 173.461 keV e+ 169.526 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.11344 keV e- 85.1138 keV e+ 83.8172 keV proton 10 keV + Energy thresholds : gamma 1.11304 keV e- 85.1594 keV e+ 83.5462 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. 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.11344 keV e- 85.1138 keV + Energy cuts : gamma 1.11304 keV e- 85.1594 keV Max_energy _transferable : 5 MeV (2.53529 cm ) processes : eIoni eBrem ePairProd total - compCrossSectionPerVolume : 0.994761 cm^-1 0.325102 cm^-1 0 cm^-1 1.31986 cm^-1 - cross section per volume : 0.994761 cm^-1 0.325093 cm^-1 0 cm^-1 1.31985 cm^-1 - cross section per mass : 99.4761 mm2/g 32.5093 mm2/g 0 um2/mg 1.31985 cm2/g + compCrossSectionPerVolume : 0.994224 cm^-1 0.325115 cm^-1 0 cm^-1 1.31934 cm^-1 + cross section per volume : 0.994224 cm^-1 0.325039 cm^-1 0 cm^-1 1.31926 cm^-1 + cross section per mass : 99.4224 mm2/g 32.5039 mm2/g 0 um2/mg 1.31926 cm2/g - mean free path : 1.00527 cm 3.07604 cm 5.82593e+288 pc 7.57659 mm - (g/cm2) : 1.00527 g/cm2 3.07604 g/cm2 2.88022e+285 kg/cm2 757.659 mg/cm2 + mean free path : 1.00581 cm 3.07655 cm 5.82593e+288 pc 7.57999 mm + (g/cm2) : 1.00581 g/cm2 3.07655 g/cm2 2.88022e+285 kg/cm2 757.999 mg/cm2 - restricted dE/dx : 1.61328 MeV/cm 25.6439 eV/cm 0 eV/cm 1.6133 MeV/cm - (MeV/g/cm2) : 1.61328 MeV*cm2/g 25.6439 eV*cm2/g 0 eV*cm2/g 1.6133 MeV*cm2/g + restricted dE/dx : 1.61332 MeV/cm 25.6289 eV/cm 0 eV/cm 1.61335 MeV/cm + (MeV/g/cm2) : 1.61332 MeV*cm2/g 25.6289 eV*cm2/g 0 eV*cm2/g 1.61335 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.07217 cm ( 6.07217 g/cm2 ) + range from restrict dE/dx: 6.07199 cm ( 6.07199 g/cm2 ) range from full dE/dx : 4.93182 cm ( 4.93182 g/cm2 ) - transport mean free path : 27.828 cm ( 27.828 g/cm2 ) + transport mean free path : 27.7692 cm ( 27.7692 g/cm2 ) critical energy (Rossi) : 78.7732 MeV Moliere radius : 0.269193 X0 = 9.71583 cm @@ -425,7 +427,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000177s Sys=0.000000s + User=0.000000s Real=0.000435s 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 6f970c276e6..6ea56e79bb9 100644 --- a/examples/extended/electromagnetic/TestEm1/History +++ b/examples/extended/electromagnetic/TestEm1/History @@ -13,6 +13,10 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +14-01-20 V.Ivanchenko (testem1-V10-06-00) +- PhysicsList - use G4RadioactiveDecayBase instead of obsolete + G4RadioactiveDecay and minor code cleanup 09-10-19 mma (testem1-V10-05-03) - PhysicsList : cleanup initialisation. diff --git a/examples/extended/electromagnetic/TestEm1/TestEm1.out b/examples/extended/electromagnetic/TestEm1/TestEm1.out index 38bb6a1e83f..bab247cc3bb 100644 --- a/examples/extended/electromagnetic/TestEm1/TestEm1.out +++ b/examples/extended/electromagnetic/TestEm1/TestEm1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -316,11 +316,14 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Livermore data directory livermore ======================================================================= ====== Ionisation Parameters ======== ======================================================================= Step function for e+- (0.2, 1 mm) Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV Fluctuations of dE/dx are enabled 1 @@ -342,7 +345,6 @@ 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 -Msc lateral displacement beyond geometry safety 0 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 @@ -364,11 +366,6 @@ Screening factor 1 /run/initialize The Box is 10 m of Aluminium - G4RadioactiveDecay is deprecated and will be removed in Geant4 version 11. - Please replace it with G4RadioactiveDecayBase if you want the unbiased radioactive deacy process. - If you want the general process, with optional biasing, use G4Radioactivation. - - GetProcess : RadioactiveDecay ##/globalField/setValue 0 0 5 tesla # /testem/gun/setDefault @@ -379,9 +376,9 @@ Screening factor 1 /run/printProgress 200 # /run/beamOn 2000 -======================================================================= -====== Radioactive Decay Physics Parameters ======== -======================================================================= +====================================================================== +====== Radioactive Decay Physics Parameters ======= +====================================================================== Max life time 1e+06 ps Internal e- conversion flag 1 Stored internal conversion coefficients 0 @@ -392,18 +389,18 @@ Auger electron emission enabled 0 Auger cascade enabled 0 Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 -======================================================================= +====================================================================== -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.89843 keV e- 599.101 keV e+ 573.786 keV proton 100 keV + Energy thresholds : gamma 6.89704 keV e- 597.831 keV e+ 572.651 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -425,31 +422,31 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 2000 - User=1.440000s Real=1.453337s Sys=0.010000s + User=2.660000s Real=2.668387s Sys=0.010000s ======================== run summary ====================== The run is: 2000 e- of 100 MeV through 10 m of Aluminium (density: 2.7 g/cm3 ) - Total energy deposit: 99.781 MeV + Total energy deposit: 99.819 MeV NIEL energy calculated: 0 eV - Nb tracks/event neutral: 25.26 charged: 136.98 - Nb steps/event neutral: 138.99 charged: 202.92 + Nb tracks/event neutral: 25.23 charged: 137.09 + Nb steps/event neutral: 139.79 charged: 202.9 Process calls frequency : - CoulombScat= 1 Rayl= 17566 Transportation= 1806 - annihil= 2870 compt= 209885 conv= 2849 - eBrem= 45904 eIoni= 356673 msc= 393 - phot= 45872 + CoulombScat= 2 Rayl= 18682 Transportation= 1796 + annihil= 2699 compt= 210435 conv= 2684 + eBrem= 46204 eIoni= 356515 msc= 367 + phot= 45985 --------------------------------------------------------- Primary particle : - true Range = 11.028 cm rms = 3.8268 cm - proj Range = 9.5963 cm rms = 3.5427 cm - proj/true = 0.87014 - transverse dispersion at end = 1.6082 cm - mass true Range from simulation = 29.777 g/cm2 + true Range = 11.261 cm rms = 3.7628 cm + proj Range = 9.8133 cm rms = 3.4783 cm + proj/true = 0.87141 + transverse dispersion at end = 1.6391 cm + mass true Range from simulation = 30.406 g/cm2 from PhysicsTable (csda range) = 32.101 g/cm2 --------------------------------------------------------- @@ -457,29 +454,29 @@ Run Summary ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2090744789413038816, 475879386275182165, 924531448196777844, 92377436340311393, 601456480160915675, 9686027926653626, 767742483283484663, 536406349517635873, 1354210716166253206, 1479278801726113282, 77339136822577430, 1196822274643004463, 622119559967609975, 360524712356395728, 882337799694944936, 1172945503122491279, 1030203382258304970} counter= 8sumtot= 2145391241803225569 +N=17 V[N]={1302914586364516192, 981470369480427572, 2160502346718828356, 429787929074918439, 1808516940691426334, 698748172330148046, 2191967554294380159, 261909875613768565, 98089926860429589, 889034164219562401, 1469965970424315298, 1044070984276865562, 950537578583079633, 443060070319592163, 1678330447352259494, 203574551500751827, 1524677366059732756} counter= 6sumtot= 1996257769669144729 --------------------------------------- # /gun/particle proton /run/beamOn 2000 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.89843 keV e- 599.101 keV e+ 573.786 keV proton 100 keV + Energy thresholds : gamma 6.89704 keV e- 597.831 keV e+ 572.651 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2090744789413038816, 475879386275182165, 924531448196777844, 92377436340311393, 601456480160915675, 9686027926653626, 767742483283484663, 536406349517635873, 1354210716166253206, 1479278801726113282, 77339136822577430, 1196822274643004463, 622119559967609975, 360524712356395728, 882337799694944936, 1172945503122491279, 1030203382258304970} counter= 8sumtot= 2145391241803225569 +N=17 V[N]={1302914586364516192, 981470369480427572, 2160502346718828356, 429787929074918439, 1808516940691426334, 698748172330148046, 2191967554294380159, 261909875613768565, 98089926860429589, 889034164219562401, 1469965970424315298, 1044070984276865562, 950537578583079633, 443060070319592163, 1678330447352259494, 203574551500751827, 1524677366059732756} counter= 6sumtot= 1996257769669144729 --------------------------------------- --> Event 0 starts. --> Event 200 starts. @@ -494,37 +491,37 @@ N=17 V[N]={2090744789413038816, 475879386275182165, 924531448196777844, 92377436 Run terminated. Run Summary Number of events processed : 2000 - User=0.090000s Real=0.088230s Sys=0.000000s + User=0.230000s Real=0.230819s 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: 232.77 eV + NIEL energy calculated: 203.15 eV - Nb tracks/event neutral: 0 charged: 1.0065 - Nb steps/event neutral: 0 charged: 19.291 + Nb tracks/event neutral: 0 charged: 1.0115 + Nb steps/event neutral: 0 charged: 19.233 Process calls frequency : - CoulombScat= 40 RadioactiveDecay= 13 hIoni= 38517 - ionIoni= 13 + CoulombScat= 57 RadioactiveDecayBase= 23 hIoni= 38364 + ionIoni= 23 --------------------------------------------------------- Primary particle : - true Range = 3.7123 cm rms = 415.06 um - proj Range = 3.704 cm rms = 433.14 um - proj/true = 0.99778 - transverse dispersion at end = 1.1193 mm - mass true Range from simulation = 10.023 g/cm2 - from PhysicsTable (csda range) = 10.013 g/cm2 + true Range = 3.7118 cm rms = 409.95 um + proj Range = 3.7034 cm rms = 431.89 um + proj/true = 0.99773 + transverse dispersion at end = 1.1246 mm + mass true Range from simulation = 10.022 g/cm2 + from PhysicsTable (csda range) = 10.012 g/cm2 --------------------------------------------------------- ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={296756897984105786, 1164811784697120503, 1171919472061075883, 421455147284807038, 1207912060203907402, 444694195851482312, 1380924689904180074, 311060254420373099, 1250571243352452049, 707429322479082321, 430172947419961621, 1538635309822350742, 208161032916273555, 1062535583841882684, 578006669208780032, 69005964079513711, 176339073698693468} counter= 10sumtot= 891176603157572525 +N=17 V[N]={417212715860133423, 797475141997434162, 1924011096229498372, 1331368251629480060, 1397920013137059242, 1535453008484133520, 442812139949888600, 2280871965286744316, 202809921529404713, 2184402420635843947, 1908678186735148794, 869640362843451000, 1093219461757191434, 760010657361176867, 732134659819899150, 652372012853418261, 1486860334026738953} counter= 4sumtot= 1570508276427093206 --------------------------------------- # G4 kernel has come to Quit state. diff --git a/examples/extended/electromagnetic/TestEm1/src/PhysicsList.cc b/examples/extended/electromagnetic/TestEm1/src/PhysicsList.cc index 25773841f4c..80eb5aa3694 100644 --- a/examples/extended/electromagnetic/TestEm1/src/PhysicsList.cc +++ b/examples/extended/electromagnetic/TestEm1/src/PhysicsList.cc @@ -66,7 +66,7 @@ #include "G4PhysicsListHelper.hh" #include "G4Decay.hh" -#include "G4RadioactiveDecay.hh" +#include "G4RadioactiveDecayBase.hh" #include "G4GenericIon.hh" #include "G4NuclideTable.hh" @@ -253,7 +253,7 @@ void PhysicsList::AddDecay() particleIterator->reset(); while( (*particleIterator)() ){ G4ParticleDefinition* particle = particleIterator->value(); - if (fDecayProcess->IsApplicable(*particle)) + if (fDecayProcess->IsApplicable(*particle) && !particle->IsShortLived()) ph->RegisterProcess(fDecayProcess, particle); } } @@ -262,7 +262,7 @@ void PhysicsList::AddDecay() void PhysicsList::AddRadioactiveDecay() { - G4RadioactiveDecay* radioactiveDecay = new G4RadioactiveDecay(); + G4RadioactiveDecayBase* radioactiveDecay = new G4RadioactiveDecayBase(); radioactiveDecay->SetARM(true); //Atomic Rearangement @@ -284,13 +284,11 @@ void PhysicsList::AddStepMax() auto particleIterator=GetParticleIterator(); particleIterator->reset(); while ((*particleIterator)()){ - G4ParticleDefinition* particle = particleIterator->value(); - G4ProcessManager* pmanager = particle->GetProcessManager(); + G4ParticleDefinition* particle = particleIterator->value(); + G4ProcessManager* pmanager = particle->GetProcessManager(); - if (stepMaxProcess->IsApplicable(*particle)) - { - pmanager ->AddDiscreteProcess(stepMaxProcess); - } + if (stepMaxProcess->IsApplicable(*particle) && !particle->IsShortLived()) + pmanager->AddDiscreteProcess(stepMaxProcess); } } diff --git a/examples/extended/electromagnetic/TestEm10/TestEm10.out b/examples/extended/electromagnetic/TestEm10/TestEm10.out index faaeb66d606..b1af99d94df 100644 --- a/examples/extended/electromagnetic/TestEm10/TestEm10.out +++ b/examples/extended/electromagnetic/TestEm10/TestEm10.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -87,64 +87,64 @@ CoulombScat: for e-, integral:1 SubType=1 BuildTable=1 Lorentz Factor XTR photon number -107.6 0.0003514 -123.4 0.0006259 -141.5 0.001078 -162.3 0.001513 -186.2 0.002884 -213.7 0.004694 -245.2 0.006087 -281.3 0.009628 -322.9 0.01836 -370.5 0.03094 -425.3 0.04306 -488.2 0.05193 -560.3 0.06382 -643.2 0.08559 -738.3 0.1271 -847.6 0.1977 -973 0.3108 -1117 0.4511 -1282 0.5944 -1472 0.7402 -1690 1.109 -1940 1.51 -2228 1.864 -2558 2.157 -2936 2.391 -3371 2.574 -3871 2.714 -4444 2.821 -5102 2.902 -5858 2.964 -6726 3.01 -7722 3.046 -8866 3.073 -1.018e+04 3.093 -1.169e+04 3.109 -1.342e+04 3.12 -1.541e+04 3.129 -1.769e+04 3.136 -2.031e+04 3.141 -2.332e+04 3.145 -2.677e+04 3.148 -3.074e+04 3.15 -3.529e+04 3.152 -4.052e+04 3.153 -4.652e+04 3.154 -5.342e+04 3.155 -6.133e+04 3.156 -7.042e+04 3.156 -8.085e+04 3.156 -9.283e+04 3.157 - -total time for build X-ray TR energy loss tables = 0.14 s +107.6 0.0003516 +123 0.0006162 +140.7 0.001063 +161 0.001462 +184.2 0.002731 +210.8 0.004544 +241.2 0.005942 +276.1 0.00888 +316 0.01662 +361.6 0.02875 +414 0.04088 +473.9 0.05028 +542.4 0.06057 +621 0.07842 +710.9 0.1139 +813.9 0.1726 +931.8 0.2712 +1067 0.4029 +1221 0.5447 +1398 0.6784 +1601 0.9513 +1833 1.348 +2099 1.719 +2403 2.032 +2752 2.287 +3151 2.489 +3607 2.646 +4131 2.767 +4730 2.859 +5415 2.929 +6201 2.983 +7100 3.024 +8130 3.055 +9309 3.078 +1.066e+04 3.097 +1.22e+04 3.11 +1.397e+04 3.121 +1.6e+04 3.129 +1.832e+04 3.135 +2.098e+04 3.14 +2.402e+04 3.143 +2.751e+04 3.146 +3.15e+04 3.148 +3.607e+04 3.15 +4.13e+04 3.151 +4.729e+04 3.152 +5.415e+04 3.153 +6.2e+04 3.153 +7.099e+04 3.154 +8.129e+04 3.154 + +total time for build X-ray TR energy loss tables = 0.15 s Build angle for energy distribution according the current radiator Lorentz Factor XTR photon number -total time for build XTR angle for given energy tables = 0.13 s +total time for build XTR angle for given energy tables = 0.18 s msc: for e+ SubType= 10 RangeFactor= 0.04, stepLimType: 1, latDisp: 1 @@ -179,56 +179,56 @@ CoulombScat: for e+, integral:1 SubType=1 BuildTable=1 Lorentz Factor XTR photon number -107.6 0.0003514 -123.4 0.0006259 -141.5 0.001078 -162.3 0.001513 -186.2 0.002884 -213.7 0.004694 -245.2 0.006087 -281.3 0.009628 -322.9 0.01836 -370.5 0.03094 -425.3 0.04306 -488.2 0.05193 -560.3 0.06382 -643.2 0.08559 -738.3 0.1271 -847.6 0.1977 -973 0.3108 -1117 0.4511 -1282 0.5944 -1472 0.7402 -1690 1.109 -1940 1.51 -2228 1.864 -2558 2.157 -2936 2.391 -3371 2.574 -3871 2.714 -4444 2.821 -5102 2.902 -5858 2.964 -6726 3.01 -7722 3.046 -8866 3.073 -1.018e+04 3.093 -1.169e+04 3.109 -1.342e+04 3.12 -1.541e+04 3.129 -1.769e+04 3.136 -2.031e+04 3.141 -2.332e+04 3.145 -2.677e+04 3.148 -3.074e+04 3.15 -3.529e+04 3.152 -4.052e+04 3.153 -4.652e+04 3.154 -5.342e+04 3.155 -6.133e+04 3.156 -7.042e+04 3.156 -8.085e+04 3.156 -9.283e+04 3.157 +107.6 0.0003516 +123 0.0006162 +140.7 0.001063 +161 0.001462 +184.2 0.002731 +210.8 0.004544 +241.2 0.005942 +276.1 0.00888 +316 0.01662 +361.6 0.02875 +414 0.04088 +473.9 0.05028 +542.4 0.06057 +621 0.07842 +710.9 0.1139 +813.9 0.1726 +931.8 0.2712 +1067 0.4029 +1221 0.5447 +1398 0.6784 +1601 0.9513 +1833 1.348 +2099 1.719 +2403 2.032 +2752 2.287 +3151 2.489 +3607 2.646 +4131 2.767 +4730 2.859 +5415 2.929 +6201 2.983 +7100 3.024 +8130 3.055 +9309 3.078 +1.066e+04 3.097 +1.22e+04 3.11 +1.397e+04 3.121 +1.6e+04 3.129 +1.832e+04 3.135 +2.098e+04 3.14 +2.402e+04 3.143 +2.751e+04 3.146 +3.15e+04 3.148 +3.607e+04 3.15 +4.13e+04 3.151 +4.729e+04 3.152 +5.415e+04 3.153 +6.2e+04 3.153 +7.099e+04 3.154 +8.129e+04 3.154 total time for build X-ray TR energy loss tables = 0.14 s Build angle for energy distribution according the current radiator @@ -236,7 +236,7 @@ Build angle for energy distribution according the current radiator Lorentz Factor XTR photon number -total time for build XTR angle for given energy tables = 0.13 s +total time for build XTR angle for given energy tables = 0.18 s msc: for proton SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 @@ -523,7 +523,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -535,18 +535,18 @@ Index : 0 used in the geometry : Yes 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.07314 keV e- 83.5287 keV e+ 82.4135 keV proton 100 keV + Energy thresholds : gamma 1.07285 keV e- 83.4168 keV e+ 82.3069 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 990 eV e- 2.08861 keV e+ 2.0697 keV proton 100 keV + Energy thresholds : gamma 990 eV e- 2.10545 keV e+ 2.04897 keV proton 100 keV Region(s) which use this couple : XTRdEdxDetector -==================================================================== +================================================================== ### Run 0 starts. ### Run 0 start. @@ -560,22 +560,22 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.280000s Real=0.277119s Sys=0.000000s + User=0.570000s Real=0.575596s Sys=0.000000s ================== run summary ===================== End of Run TotNbofEvents = 1000 - Mean energy deposit in absorber = 0.0480988 +-0.0184346 MeV - Total number of XTR gammas = 2694 - Total number of all gammas = 2800 + Mean energy deposit in absorber = 0.0494515 +-0.0190899 MeV + Total number of XTR gammas = 2713 + Total number of all gammas = 2816 --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1216350760, 1997571281 + Current couple of seeds = 2078979988, 399844062 ---------------------------------------- ... write Root file : testem10.root - done ... close Root file : testem10.root - done G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 0.04 MB +Dynamic pools deleted: 10 / 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 bf2ee8f4907..d2e71c4e462 100644 --- a/examples/extended/electromagnetic/TestEm11/History +++ b/examples/extended/electromagnetic/TestEm11/History @@ -13,6 +13,10 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +14-01-20 V.Ivanchenko (testem11-V11-06-00) +- PhysicsList - use G4RadioactiveDecayBase instead of obsolete + G4RadioactiveDecay and minor code cleanup 04-06-18 mma (testem11-V10-04-03) - SteppingAction.cc : Photoelectric, edep at end of step diff --git a/examples/extended/electromagnetic/TestEm11/TestEm11.out b/examples/extended/electromagnetic/TestEm11/TestEm11.out index ecd15e4d328..94bc9d2ca55 100644 --- a/examples/extended/electromagnetic/TestEm11/TestEm11.out +++ b/examples/extended/electromagnetic/TestEm11/TestEm11.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -35,9 +35,6 @@ userDetector->Construct() start. World is registered to the default region. physicsList->Construct() start. - G4RadioactiveDecay is deprecated and will be removed in Geant4 version 11. - Please replace it with G4RadioactiveDecayBase if you want the unbiased radioactive deacy process. - If you want the general process, with optional biasing, use G4Radioactivation. physicsList->CheckParticleList() start. physicsList->setCut() start. # @@ -181,7 +178,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI CSDA range table up to 1 GeV in 160 bins @@ -189,9 +186,9 @@ ionIoni: for GenericIon SubType=2 nuclearStopping: for GenericIon SubType=8 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV -======================================================================= -====== Radioactive Decay Physics Parameters ======== -======================================================================= +====================================================================== +====== Radioactive Decay Physics Parameters ======= +====================================================================== Max life time 1e+06 ps Internal e- conversion flag 1 Stored internal conversion coefficients 0 @@ -202,7 +199,7 @@ Auger electron emission enabled 0 Auger cascade enabled 0 Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 -======================================================================= +====================================================================== msc: for alpha SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 @@ -212,7 +209,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -249,10 +246,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -430,7 +423,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -442,11 +435,11 @@ Index : 0 used in the geometry : Yes 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.95018 keV e- 548.291 keV e+ 526.624 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 544.145 keV e+ 526.224 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -474,27 +467,27 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 20000 - User=1.530000s Real=1.530152s Sys=0.000000s + User=4.160000s Real=4.178206s 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.067 keV (14.007 keV-->500.000 keV) + Edep in absorber 1 = 447.251 keV (20.438 keV-->500.000 keV) - Track length of primary track = 878.504 um +- 195.247 um - Range from EmCalculator = 942.776 um (from full dE/dx) + Track length of primary track = 879.940 um +- 193.456 um + Range from EmCalculator = 942.757 um (from full dE/dx) - Projected range = 316.885 um +- 199.351 um + Projected range = 314.035 um +- 198.145 um - Nb of steps of primary track = 21.04 +- 4.92 Step size= 42.222 um +- 6.898 um + Nb of steps of primary track = 21.05 +- 4.89 Step size= 42.270 um +- 6.722 um - absorbed = 77.57 % transmit = 5.06 % reflected = 17.37 % + absorbed = 77.62 % transmit = 5.22 % reflected = 17.16 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 551293998, 986301545 + Current couple of seeds = 1590892920, 653467453 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. @@ -514,11 +507,11 @@ 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.000961 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.015 MB +Dynamic pools deleted: 9 / Total memory freed: 0.014 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/electromagnetic/TestEm11/src/PhysicsList.cc b/examples/extended/electromagnetic/TestEm11/src/PhysicsList.cc index 49cb37ec5f8..97611db6ce4 100644 --- a/examples/extended/electromagnetic/TestEm11/src/PhysicsList.cc +++ b/examples/extended/electromagnetic/TestEm11/src/PhysicsList.cc @@ -61,7 +61,14 @@ #include "G4IonConstructor.hh" #include "G4ShortLivedConstructor.hh" -G4ThreadLocal StepMax* PhysicsList::fStepMaxProcess = 0; +#include "G4Decay.hh" +#include "G4PhysicsListHelper.hh" +#include "G4RadioactiveDecayBase.hh" +#include "G4GenericIon.hh" +#include "G4NuclideTable.hh" +#include "StepMax.hh" + +G4ThreadLocal StepMax* PhysicsList::fStepMaxProcess = nullptr; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -221,41 +228,27 @@ void PhysicsList::AddPhysicsList(const G4String& name) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#include "G4Decay.hh" - void PhysicsList::AddDecay() { // decay process // - G4Decay* fDecayProcess = new G4Decay(); + G4Decay* decay = new G4Decay(); + G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper(); auto particleIterator=GetParticleIterator(); particleIterator->reset(); while( (*particleIterator)() ){ G4ParticleDefinition* particle = particleIterator->value(); - G4ProcessManager* pmanager = particle->GetProcessManager(); - - if (fDecayProcess->IsApplicable(*particle) && !particle->IsShortLived()) { - - pmanager ->AddProcess(fDecayProcess); - - // set ordering for PostStepDoIt and AtRestDoIt - pmanager ->SetProcessOrdering(fDecayProcess, idxPostStep); - pmanager ->SetProcessOrdering(fDecayProcess, idxAtRest); - + if (decay->IsApplicable(*particle) && !particle->IsShortLived()) { + ph->RegisterProcess(decay, particle); } } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#include "G4PhysicsListHelper.hh" -#include "G4RadioactiveDecay.hh" -#include "G4GenericIon.hh" -#include "G4NuclideTable.hh" - void PhysicsList::AddRadioactiveDecay() { - G4RadioactiveDecay* radioactiveDecay = new G4RadioactiveDecay(); + G4RadioactiveDecayBase* radioactiveDecay = new G4RadioactiveDecayBase(); radioactiveDecay->SetARM(true); //Atomic Rearangement @@ -269,8 +262,6 @@ void PhysicsList::AddRadioactiveDecay() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#include "StepMax.hh" - void PhysicsList::AddStepMax() { // Step limitation seen as a process @@ -279,13 +270,11 @@ void PhysicsList::AddStepMax() auto particleIterator=GetParticleIterator(); particleIterator->reset(); while ((*particleIterator)()){ - G4ParticleDefinition* particle = particleIterator->value(); - G4ProcessManager* pmanager = particle->GetProcessManager(); + G4ParticleDefinition* particle = particleIterator->value(); + G4ProcessManager* pmanager = particle->GetProcessManager(); - if (fStepMaxProcess->IsApplicable(*particle)) - { - pmanager ->AddDiscreteProcess(fStepMaxProcess); - } + if(fStepMaxProcess->IsApplicable(*particle) && !particle->IsShortLived()) + pmanager->AddDiscreteProcess(fStepMaxProcess); } } diff --git a/examples/extended/electromagnetic/TestEm12/TestEm12.out b/examples/extended/electromagnetic/TestEm12/TestEm12.out index 32f2a062f0c..36cd7a4ebda 100644 --- a/examples/extended/electromagnetic/TestEm12/TestEm12.out +++ b/examples/extended/electromagnetic/TestEm12/TestEm12.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -79,16 +79,16 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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 990 eV e- 14.0874 keV e+ 14.0874 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 14.1795 keV e+ 13.7742 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -125,11 +125,14 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Livermore data directory livermore ======================================================================= ====== Ionisation Parameters ======== ======================================================================= Step function for e+- (0.2, 1 mm) Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV Fluctuations of dE/dx are enabled 1 @@ -151,7 +154,6 @@ 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 -Msc lateral displacement beyond geometry safety 0 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 @@ -180,24 +182,24 @@ Screening factor 1 Run terminated. Run Summary Number of events processed : 10000 - User=0.890000s Real=0.898168s Sys=0.000000s + User=1.790000s Real=1.822103s Sys=0.010000s ======================== 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.945 MeV +- 212.691 keV + Total Energy deposited = 3.939 MeV +- 238.600 keV - Track length of primary track = 2.045 cm +- 2.800 mm + Track length of primary track = 2.043 cm +- 2.890 mm Range from EmCalculator = 2.045 cm (from full dE/dx) - Projected range = 1.322 cm +- 3.569 mm + Projected range = 1.323 cm +- 3.594 mm - Nb of steps of primary track = 16.31 +- 3.05 Step size= 1.292 mm +- 281.472 um + Nb of steps of primary track = 16.17 +- 2.98 Step size= 1.300 mm +- 277.785 um --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 463951167, 1335019302 + Current couple of seeds = 297159154, 1690055230 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. @@ -217,11 +219,11 @@ 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.00865 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.027 MB +Dynamic pools deleted: 9 / Total memory freed: 0.026 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/electromagnetic/TestEm13/TestEm13.out b/examples/extended/electromagnetic/TestEm13/TestEm13.out index 291ab50b287..385e4d2924f 100644 --- a/examples/extended/electromagnetic/TestEm13/TestEm13.out +++ b/examples/extended/electromagnetic/TestEm13/TestEm13.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -36,11 +36,14 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Livermore data directory livermore ======================================================================= ====== Ionisation Parameters ======== ======================================================================= Step function for e+- (0.2, 1 mm) Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV Fluctuations of dE/dx are enabled 1 @@ -62,7 +65,6 @@ 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 -Msc lateral displacement beyond geometry safety 0 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 @@ -136,16 +138,16 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.93991 keV e- 349.408 keV e+ 341.455 keV proton 100 keV + Energy thresholds : gamma 2.94062 keV e- 350.631 keV e+ 340.065 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -171,15 +173,15 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=2.820000s Real=2.832530s Sys=0.000000s + User=5.640000s Real=5.665050s Sys=0.010000s ======================== run summary ====================== The run is: 1000000 gamma of 100 keV through 1 cm of Water (density: 1 g/cm3 ) - Process calls frequency ---> Transportation = 848096 compt = 149476 phot = 2428 + Process calls frequency ---> Transportation = 848094 compt = 149478 phot = 2428 - Nb of incident particles unaltered after 1 cm of Water : 848096 over 1000000 incident particles. Ratio = 84.81 % + Nb of incident particles unaltered after 1 cm of Water : 848094 over 1000000 incident particles. Ratio = 84.809 % ---> CrossSection per volume: 0.16476 cm^-1 CrossSection per mass: 16.476 mm2/g Verification from G4EmCalculator: @@ -188,7 +190,7 @@ Run Summary --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1086040262, 1913236415 + Current couple of seeds = 1862515941, 314949652 ---------------------------------------- # /gun/particle e- @@ -208,22 +210,22 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.93991 keV e- 349.408 keV e+ 341.455 keV proton 100 keV + Energy thresholds : gamma 2.94062 keV e- 350.631 keV e+ 340.065 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1086040262, 1913236415 + Current couple of seeds = 1862515941, 314949652 ---------------------------------------- --> Event 0 starts. --> Event 100000 starts. @@ -238,24 +240,24 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=2.690000s Real=2.692756s Sys=0.000000s + User=7.560000s Real=7.629508s 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 = 537515 eBrem = 281135 eIoni = 181350 + Process calls frequency ---> Transportation = 537943 eBrem = 281261 eIoni = 180796 - Nb of incident particles unaltered after 1 cm of Water : 537515 over 1000000 incident particles. Ratio = 53.751 % - ---> CrossSection per volume: 0.6208 cm^-1 CrossSection per mass: 62.08 mm2/g + Nb of incident particles unaltered after 1 cm of Water : 537943 over 1000000 incident particles. Ratio = 53.794 % + ---> CrossSection per volume: 0.62 cm^-1 CrossSection per mass: 62 mm2/g Verification from G4EmCalculator: - eBrem= 37.788 mm2/g eIoni= 24.337 mm2/g total= 62.125 mm2/g - Expected ratio of transmitted particles= 53.727 % + eBrem= 37.785 mm2/g eIoni= 24.252 mm2/g total= 62.037 mm2/g + Expected ratio of transmitted particles= 53.774 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 685999699, 1687796440 + Current couple of seeds = 577334247, 211065605 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/extended/electromagnetic/TestEm14/TestEm14.out b/examples/extended/electromagnetic/TestEm14/TestEm14.out index f552d70852d..0b3f65dea70 100644 --- a/examples/extended/electromagnetic/TestEm14/TestEm14.out +++ b/examples/extended/electromagnetic/TestEm14/TestEm14.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -36,11 +36,14 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Livermore data directory livermore ======================================================================= ====== Ionisation Parameters ======== ======================================================================= Step function for e+- (0.2, 1 mm) Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV Fluctuations of dE/dx are enabled 1 @@ -62,7 +65,6 @@ 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 -Msc lateral displacement beyond geometry safety 0 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 @@ -136,16 +138,16 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.93991 keV e- 349.408 keV e+ 341.455 keV proton 100 keV + Energy thresholds : gamma 2.94062 keV e- 350.631 keV e+ 340.065 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -171,26 +173,26 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000000 - User=3.590000s Real=3.592929s Sys=0.000000s + User=5.750000s Real=5.785304s Sys=0.010000s ======================== 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 - ---> mass_energy_transfer coef: 2.5052 mm2/g + ---> mass_energy_transfer coef: 2.5053 mm2/g Verification : crossSections from G4EmCalculator compt= 16.23 mm2/g phot= 268.53 um2/mg total= 16.499 mm2/g --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1937641209, 57071983 + Current couple of seeds = 1063437675, 1656850928 ---------------------------------------- # /gun/particle e- @@ -211,22 +213,22 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.93991 keV e- 349.408 keV e+ 341.455 keV proton 100 keV + Energy thresholds : gamma 2.94062 keV e- 350.631 keV e+ 340.065 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. --------- 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. @@ -241,26 +243,26 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.280000s Real=3.284644s Sys=0.000000s + User=6.930000s Real=6.987780s 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 = 608555 eIoni = 391445 + Process calls frequency ---> eBrem = 609357 eIoni = 390643 - MeanFreePath: 1.6102 cm +- 1.6103 cm massic: 1.6102 g/cm2 - CrossSection: 0.62103 cm^-1 massic: 62.103 mm2/g + MeanFreePath: 1.6123 cm +- 1.6126 cm massic: 1.6123 g/cm2 + CrossSection: 0.62024 cm^-1 massic: 62.024 mm2/g - mean energy of charged secondaries: 743.85 keV - ---> mass_energy_transfer coef: 461.95 um2/mg + mean energy of charged secondaries: 744.15 keV + ---> mass_energy_transfer coef: 461.55 um2/mg Verification : crossSections from G4EmCalculator - eBrem= 37.788 mm2/g eIoni= 24.337 mm2/g total= 62.125 mm2/g + eBrem= 37.785 mm2/g eIoni= 24.252 mm2/g total= 62.037 mm2/g --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 419401041, 1685305101 + Current couple of seeds = 819625488, 312387976 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/extended/electromagnetic/TestEm15/TestEm15.out b/examples/extended/electromagnetic/TestEm15/TestEm15.out index 3997a471d76..109bacc4e84 100644 --- a/examples/extended/electromagnetic/TestEm15/TestEm15.out +++ b/examples/extended/electromagnetic/TestEm15/TestEm15.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -457,7 +457,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -469,11 +469,11 @@ Index : 0 used in the geometry : Yes 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -490,14 +490,14 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.050000s Real=0.040648s Sys=0.000000s + User=0.070000s Real=0.066523s 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.7529 cm +- 21.721 nm - geomPathLength : 2.0688 cm +- 15.407 nm + truePathLength : 2.7539 cm +- 9.7431 nm + geomPathLength : 2.0692 cm +- 7.6962 nm lateralDisplac : 0 fm +- 0 fm Psi : 0 mrad +- 0 mrad (0 deg +- 0 deg) @@ -506,11 +506,11 @@ Run Summary Verification from G4EmCalculator. - transport mean free path : 8.3246 cm - range from restrict dE/dx: 2.7529 cm + transport mean free path : 8.3229 cm + range from restrict dE/dx: 2.7539 cm ---> effective facRange : 1 - compute theta0 from Highland : 620.23 mrad (35.536 deg) + compute theta0 from Highland : 620.35 mrad (35.543 deg) ------- MixMaxRng engine status ------- Current state vector is: @@ -534,7 +534,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -546,11 +546,11 @@ Index : 0 used in the geometry : Yes 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. @@ -562,25 +562,25 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=0.050000s Real=0.057761s Sys=0.000000s + User=0.080000s Real=0.086798s Sys=0.000000s The run consists of 10000 e- of 100 keV through 100 m of Water (density: 1 g/cm3 ) Process calls frequency ---> msc = 10000 - truePathLength : 6.1496 um +- 592.14 nm - geomPathLength : 6.0268 um +- 568.6 nm - lateralDisplac : 891.72 nm +- 128.21 nm - Psi : 146.21 mrad +- 7.2236 mrad (8.377 deg +- 0.41388 deg) + truePathLength : 6.1493 um +- 591.2 nm + geomPathLength : 6.0265 um +- 567.7 nm + lateralDisplac : 891.67 nm +- 128 nm + Psi : 146.21 mrad +- 7.2125 mrad (8.377 deg +- 0.41325 deg) Theta_plane : 236.21 mrad (13.534 deg) - phi correlation: 0.17482 +- 0.1395 (std::cos(phi_pos - phi_dir)) + phi correlation: 0.17482 +- 0.13949 (std::cos(phi_pos - phi_dir)) Verification from G4EmCalculator. transport mean free path : 153.44 um range from restrict dE/dx: 143.25 um - ---> effective facRange : 0.040078 + ---> effective facRange : 0.040077 compute theta0 from Highland : 178.15 mrad (10.207 deg) diff --git a/examples/extended/electromagnetic/TestEm16/TestEm16.out b/examples/extended/electromagnetic/TestEm16/TestEm16.out index 8c814e1f6bc..c270ce81ac9 100644 --- a/examples/extended/electromagnetic/TestEm16/TestEm16.out +++ b/examples/extended/electromagnetic/TestEm16/TestEm16.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -243,7 +243,7 @@ muPairProd: for mu- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== muPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Vacuum @@ -252,7 +252,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -270,7 +270,7 @@ G4SynchrotronRadiation::GetRandomEnergySR : Run terminated. Run Summary Number of events processed : 100 - User=0.200000s Real=0.203947s Sys=0.000000s + User=0.350000s Real=0.352616s Sys=0.000000s Summary for synchrotron radiation : Number of photons = 65086 Emean = 20.39 +/- 0.1444 keV diff --git a/examples/extended/electromagnetic/TestEm17/TestEm17.out b/examples/extended/electromagnetic/TestEm17/TestEm17.out index 236e67deda3..078de737fd3 100644 --- a/examples/extended/electromagnetic/TestEm17/TestEm17.out +++ b/examples/extended/electromagnetic/TestEm17/TestEm17.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -152,16 +152,16 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 100 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -189,14 +189,14 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 10000 - User=1.700000s Real=1.736048s Sys=0.000000s + User=3.640000s Real=3.666902s 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 : 5637 muIoni : 463169 muPairProd : 63696 muBrems : 686 + Number of process calls ---> CoulombScat : 5627 muIoni : 468416 muPairProd : 64240 muBrems : 671 - Simulation: total CrossSection = 0.53319 /cm MeanFreePath = 1.8755 cm massicCrossSection = 0.067749 cm2/g - Theory: total CrossSection = 0.52677 /cm MeanFreePath = 1.8984 cm massicCrossSection = 0.066934 cm2/g + Simulation: total CrossSection = 0.53895 /cm MeanFreePath = 1.8554 cm massicCrossSection = 0.068482 cm2/g + Theory: total CrossSection = 0.53155 /cm MeanFreePath = 1.8813 cm massicCrossSection = 0.067542 cm2/g # /gun/particle pi+ /run/beamOn 10000 @@ -214,16 +214,16 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 100 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. ### Run 1 start. @@ -231,7 +231,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]={286475725969272019, 102930219447347412, 811054343764696615, 1645236148422832177, 1989238840623353833, 1300811652629545263, 2012196837198456601, 2081972589142225365, 2125883450321098133, 154064277965946484, 1777121520591069277, 1397826500363430455, 902611495495052584, 568437144217424129, 2164965097913215483, 1733765236301484883, 1255443343308308539} counter= 6sumtot= 1557447340751513693 +N=17 V[N]={1232246224341559076, 502994183317362875, 827325684979959417, 1720626337570558479, 1497012769436038540, 8037863595463596, 1888147439567773511, 974628579536266092, 1560956143404819913, 1711028131601079341, 799316675237868649, 1523084131378296775, 630030747462457124, 1670125680287411096, 46032566829546818, 500464967571540463, 1478391931196980061} counter= 9sumtot= 123705983605430218 --------------------------------------- --> Event 0 starts. --> Event 1000 starts. @@ -246,13 +246,13 @@ N=17 V[N]={286475725969272019, 102930219447347412, 811054343764696615, 164523614 Run terminated. Run Summary Number of events processed : 10000 - User=1.570000s Real=1.575502s Sys=0.000000s + User=3.520000s Real=3.563774s 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 : 426768 CoulombScat : 5424 hPairProd : 59381 hBrems : 400 + Number of process calls ---> hIoni : 431759 hPairProd : 59692 CoulombScat : 5632 hBrems : 313 - Simulation: total CrossSection = 0.49197 /cm MeanFreePath = 2.0326 cm massicCrossSection = 0.062512 cm2/g + Simulation: total CrossSection = 0.4974 /cm MeanFreePath = 2.0105 cm massicCrossSection = 0.063202 cm2/g # /gun/particle proton /run/beamOn 10000 @@ -270,16 +270,16 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 100 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. ### Run 2 start. @@ -287,7 +287,7 @@ Index : 0 used in the geometry : Yes ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1938593007681043377, 1555514513714236691, 194451399239091519, 1240852744840717737, 1546719543380191519, 2116290825913677644, 1824003640756711090, 1650162292452746947, 1471338114677083127, 375315570191794771, 1264401598808605678, 1966856290100522124, 1923220178536510153, 428427422970345114, 383701837404623859, 2301185379056914790, 1767446344441436700} counter= 4sumtot= 890050612029313330 +N=17 V[N]={1239851013584323680, 1884047011881242256, 1962019013740758705, 529750077334794390, 1730160679914441292, 936631940651041969, 217936981083359606, 76083804081386717, 1434765033052734404, 62677456950250436, 2136979579980948469, 664220050613025748, 961100655912898099, 2103494065683219891, 1748134006090445015, 1431415384565954, 1719132720252111699} counter= 12sumtot= 961671432481996722 --------------------------------------- --> Event 0 starts. --> Event 1000 starts. @@ -302,13 +302,13 @@ N=17 V[N]={1938593007681043377, 1555514513714236691, 194451399239091519, 1240852 Run terminated. Run Summary Number of events processed : 10000 - User=1.470000s Real=1.470375s Sys=0.000000s + User=2.480000s Real=2.485581s Sys=0.000000s The run consists of 10000 proton of 10 TeV through 1 m of Iron (density: 7.9 g/cm3 ) - Number of process calls ---> hIoni : 426054 hPairProd : 34130 CoulombScat : 5683 hBrems : 11 + Number of process calls ---> hIoni : 431613 CoulombScat : 5617 hPairProd : 33976 hBrems : 12 msc : 1 - Simulation: total CrossSection = 0.46588 /cm MeanFreePath = 2.1465 cm massicCrossSection = 0.059197 cm2/g + Simulation: total CrossSection = 0.47122 /cm MeanFreePath = 2.1222 cm massicCrossSection = 0.059875 cm2/g # G4 kernel has come to Quit state. UserDetectorConstruction deleted. @@ -326,12 +326,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.0163 MB -Pool ID '7G4Track', size : 0.0317 MB +Pool ID '17G4DynamicParticle', size : 0.0154 MB +Pool ID '7G4Track', size : 0.0308 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.061 MB +Dynamic pools deleted: 9 / Total memory freed: 0.059 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/electromagnetic/TestEm18/TestEm18.out b/examples/extended/electromagnetic/TestEm18/TestEm18.out index 21f04e0542e..f957ae9227c 100644 --- a/examples/extended/electromagnetic/TestEm18/TestEm18.out +++ b/examples/extended/electromagnetic/TestEm18/TestEm18.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,11 +37,14 @@ Lowest triplet kinetic energy 1 MeV Enable sampling of gamma linear polarisation 0 5D gamma conversion model type 0 5D gamma conversion model on isolated ion 0 +Livermore data directory livermore ======================================================================= ====== Ionisation Parameters ======== ======================================================================= Step function for e+- (0.2, 1 mm) Step function for muons/hadrons (0.2, 0.1 mm) +Step function for light ions (0.2, 0.1 mm) +Step function for general ions (0.2, 0.1 mm) Lowest e+e- kinetic energy 1 keV Lowest muon/hadron kinetic energy 1 keV Fluctuations of dE/dx are enabled 1 @@ -63,7 +66,6 @@ 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 -Msc lateral displacement beyond geometry safety 0 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 @@ -112,10 +114,16 @@ physicsList->Construct() start. physicsList->CheckParticleList() start. physicsList->setCut() start. /process/list - Transportation, ionIoni, nuclearStopping, hIoni - eIoni, eBrem, annihil, phot - compt, conv, muIoni, muBrems - muPairProd, hBrems, hPairProd, UserStepMax + Transportation, ionIoni, nuclearStopping, ionIoni + nuclearStopping, ionIoni, nuclearStopping, hIoni + hIoni, hIoni, hIoni, hIoni + hIoni, eIoni, eBrem, annihil + eIoni, eBrem, phot, compt + conv, hIoni, hIoni, muIoni + muBrems, muPairProd, muIoni, muBrems + muPairProd, hIoni, hBrems, hPairProd + hIoni, hBrems, hPairProd, hIoni + hBrems, hPairProd, hIoni, UserStepMax # /gun/particle e- @@ -136,16 +144,16 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -161,42 +169,42 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.900000s Real=0.906061s Sys=0.000000s + User=1.090000s Real=1.090814s 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= 360 Transportation= 99994 eBrem= 37505 eIoni= 24136 + Edep alone= 50 Transportation= 99996 eBrem= 37605 eIoni= 24068 - TrackLength = 1 cm nb of steps = 1.62 stepSize = 6.173 mm (4.568 nm --> 1 cm ) + TrackLength = 1 cm nb of steps = 1.617 stepSize = 6.184 mm (26.92 nm --> 1 cm ) - Energy continuously deposited along primary track (restricted dE/dx) dE1 = 1.745 MeV (924.6 keV --> 3.241 MeV) + Energy continuously deposited along primary track (restricted dE/dx) dE1 = 1.744 MeV (754.1 keV --> 2.971 MeV) - Evaluation of dE1 from reading restricted Range table : dE1_table = 1.745 MeV ---> dE1/dE1_table = 1 + 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.358 MeV (2.941 keV --> 98.64 MeV) - due to eIoni: dE2 = 448.6 keV (351.9 keV --> 70.78 MeV) + due to eBrem: dE2 = 2.338 MeV (2.932 keV --> 99.25 MeV) + due to eIoni: dE2 = 447 keV (349.7 keV --> 49.39 MeV) - Total energy transfered to secondaries : dE3 = sum of dE2 = 2.807 MeV (2.941 keV --> 98.64 MeV) + Total energy transfered to secondaries : dE3 = sum of dE2 = 2.785 MeV (2.932 keV --> 99.25 MeV) - Total energy lost by incident particle : dE4 = dE1 + dE3 = 4.552 MeV (1.337 MeV --> 100 MeV) + Total energy lost by incident particle : dE4 = dE1 + dE3 = 4.529 MeV (1.33 MeV --> 100 MeV) - calcul of dE4 from energy balance : dE4_bal = E_in - E_out = 4.552 MeV (1.337 MeV --> 100 MeV) + calcul of dE4 from energy balance : dE4_bal = E_in - E_out = 4.529 MeV (1.33 MeV --> 100 MeV) - Evaluation of dE4 from reading full Range table : dE4_table = 4.578 MeV ---> dE4/dE4_table = 0.9943 + Evaluation of dE4 from reading full Range table : dE4_table = 4.577 MeV ---> dE4/dE4_table = 0.9895 Energy spectrum of secondary particles : - e-: 24136 Emean = 1.859 MeV (351.9 keV --> 49.37 MeV) - gamma: 37491 Emean = 6.291 MeV (2.941 keV --> 98.64 MeV) + e-: 24068 Emean = 1.857 MeV (349.7 keV --> 49.39 MeV) + gamma: 37591 Emean = 6.22 MeV (2.932 keV --> 99.25 MeV) --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1432407171, 26561005 + Current couple of seeds = 209994030, 1973556145 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. diff --git a/examples/extended/electromagnetic/TestEm2/TestEm2.out b/examples/extended/electromagnetic/TestEm2/TestEm2.out index 8b860f5e9cf..752b0947e99 100644 --- a/examples/extended/electromagnetic/TestEm2/TestEm2.out +++ b/examples/extended/electromagnetic/TestEm2/TestEm2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -511,16 +511,16 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.3347 keV e- 1.12535 MeV e+ 1.05931 MeV proton 100 keV + Energy thresholds : gamma 89.7946 keV e- 1.13679 MeV e+ 1.06315 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -539,37 +539,37 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100 - User=2.740000s Real=2.743457s Sys=0.000000s + User=8.560000s Real=8.773186s Sys=0.010000s ===== SUMMARY ===== Total number of events: 100 - Mean number of charged steps: 7264.02 - Mean number of neutral steps: 4106.63 + Mean number of charged steps: 7240.02 + Mean number of neutral steps: 4092.36 - energy deposit : 95.15 % E0 +- 0.92 % E0 - charged traklen: 485.37 radl +- 4.67 radl - neutral traklen: 4222.76 radl +- 101.51 radl + energy deposit : 95.16 % E0 +- 0.97 % E0 + charged traklen: 485.13 radl +- 5.13 radl + neutral traklen: 4180.14 radl +- 123.39 radl - 90.00 % confinement: radius = 2.90 radl (2.59 cm ) + 90.00 % confinement: radius = 2.87 radl (2.56 cm ) <<<>>> 100 events for Total Energy in Absorber -Edep: 0.951528 delEdep= 0.002528 nrms= 3.08293 -Erms: 0.00924808 delErms= 0.00104808 nrms= 1.27814 +Edep: 0.951576 delEdep= 0.00257597 nrms= 3.14142 +Erms: 0.00969668 delErms= 0.00149668 nrms= 1.82522 <<<>>> IS NOT ACCEPTED ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1456376683079201629, 517985824475863921, 511948926957980794, 1353655700210543279, 1408698074564240176, 1795590274897364214, 2252012166181592618, 1176235539626734720, 1917084855057524137, 39333108570579076, 990012765610199292, 1774542995346816524, 1197304772488297596, 1674228714561384217, 1520030277918481505, 2243498411373012368, 526434336315375207} counter= 14sumtot= 1602386344311945714 +N=17 V[N]={1988256241637042433, 1290128793852102062, 741993723810955011, 88626892286938908, 925842433676995178, 2027261143151211294, 1103835360358955530, 1225691208052109603, 2166253751576666731, 1752302890925742466, 22334852124403215, 2106258793908074719, 761035665999996224, 164180213923982943, 1383706058027854732, 2161396677910274468, 368251014461497353} counter= 17sumtot= 1830611641975251262 --------------------------------------- ... write Root file : testem2.root - done ... close Root file : testem2.root - done G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.062 MB +Dynamic pools deleted: 9 / Total memory freed: 0.059 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm3/TestEm3.out b/examples/extended/electromagnetic/TestEm3/TestEm3.out index ea3515d26bd..51b07c2fb73 100644 --- a/examples/extended/electromagnetic/TestEm3/TestEm3.out +++ b/examples/extended/electromagnetic/TestEm3/TestEm3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -460,7 +460,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -472,64 +472,64 @@ Index : 0 used in the geometry : Yes 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 100 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.19986 keV e- 349.521 keV e+ 337.972 keV proton 100 keV + Energy thresholds : gamma 6.2036 keV e- 345.078 keV e+ 335.956 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 3 kByte + Total memory consumed for geometry optimisation: 4 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 0.00 0.00 0.00 3k Calorimeter + 0.00 0.00 0.00 4k Calorimeter 0.00 0.00 0.00 0k Layer Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 92.05 2k 1 50 50 0.00 Calorimeter - 7.95 0k 1 3 4 0.00 Layer + 92.30 4k 1 50 50 0.00 Calorimeter + 7.70 0k 1 3 4 0.00 Layer ### Run 0 starts. --> Event 0 starts. --> Event 50 starts. Run terminated. Run Summary Number of events processed : 100 - User=1.660000s Real=1.664279s Sys=0.000000s + User=3.320000s Real=3.354409s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - G4_Pb: 774.4 MeV : 15.9 MeV 2.053 +- 0.2053 % 54.7 cm +- 1.26 cm - G4_lAr: 214.77 MeV : 15.46 MeV 7.2 +- 0.72 % 1.06 m +- 7.95 cm + G4_Pb: 775.48 MeV : 17.96 MeV 2.316 +- 0.2316 % 54.8 cm +- 1.33 cm + G4_lAr: 214.69 MeV : 17.13 MeV 7.98 +- 0.798 % 1.05 m +- 8.56 cm ------------------------------------------------------------ Beam particle e- E = 1 GeV - Mean number of gamma 510 - Mean number of e- 875 - Mean number of e+ 53.6 - Mean number of charged steps 3647.24 - Mean number of neutral steps 3722.52 + Mean number of gamma 508 + Mean number of e- 872 + Mean number of e+ 53.2 + Mean number of charged steps 3604.6 + Mean number of neutral steps 3669.14 ------------------------------------------------------------ Energy deposition from Energy flow balance : material Total Edep - G4_Pb: 774.384 MeV - G4_lAr: 214.784 MeV + G4_Pb: 775.483 MeV + G4_lAr: 214.664 MeV ------------------------------------------------------------ @@ -927,7 +927,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -939,18 +939,18 @@ Index : 0 used in the geometry : Yes 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 100 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.19986 keV e- 349.521 keV e+ 337.972 keV proton 100 keV + Energy thresholds : gamma 6.2036 keV e- 345.078 keV e+ 335.956 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. --> Event 0 starts. @@ -958,28 +958,28 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=1.380000s Real=1.380102s Sys=0.000000s + User=2.670000s Real=2.690025s Sys=0.000000s ------------------------------------------------------------ material Edep RMS sqrt(E0(GeV))*rmsE/Emean total tracklen - G4_Pb: 779.76 MeV : 21.86 MeV 2.803 +- 0.2803 % 52.4 cm +- 1.27 cm - G4_lAr: 211.44 MeV : 16.94 MeV 8.013 +- 0.8013 % 99.8 cm +- 7.97 cm + G4_Pb: 775.92 MeV : 21.72 MeV 2.799 +- 0.2799 % 52.2 cm +- 1.27 cm + G4_lAr: 214.13 MeV : 15.31 MeV 7.149 +- 0.7149 % 1.01 m +- 7.82 cm ------------------------------------------------------------ Beam particle e- E = 1 GeV - Mean number of gamma 294 - Mean number of e- 556 - Mean number of e+ 54.4 - Mean number of charged steps 3074.08 - Mean number of neutral steps 2920.97 + Mean number of gamma 291 + Mean number of e- 558 + Mean number of e+ 52.7 + Mean number of charged steps 3096.93 + Mean number of neutral steps 2918.06 ------------------------------------------------------------ Energy deposition from Energy flow balance : material Total Edep - G4_Pb: 778.957 MeV - G4_lAr: 212.506 MeV + G4_Pb: 774.622 MeV + G4_lAr: 216.487 MeV ------------------------------------------------------------ @@ -994,19 +994,19 @@ RunManager is deleting RunManagerKernel. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 34 +Total navigation history collections cleaned: 33 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0509 MB +Pool ID '20G4NavigationLevelRep', size : 0.049 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.0144 MB -Pool ID '7G4Track', size : 0.0279 MB +Pool ID '17G4DynamicParticle', size : 0.0135 MB +Pool ID '7G4Track', size : 0.026 MB Pool ID '18G4TouchableHistory', size : 0.00385 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.1 MB +Dynamic pools deleted: 9 / Total memory freed: 0.097 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/electromagnetic/TestEm4/History b/examples/extended/electromagnetic/TestEm4/History index 3fe7526568f..74a327d304b 100644 --- a/examples/extended/electromagnetic/TestEm4/History +++ b/examples/extended/electromagnetic/TestEm4/History @@ -13,6 +13,10 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +07-04-20 V.Ivantchenko (testem4-V10-06-00) +- do not call vis.mac automatically in interactive mode + 09-05-18 B.Morgan (testem4-V10-04-02) - Include G4Types before use of G4MULTITHREADED. For forward compatibility with move to #defines over -D for G4 preprocessor diff --git a/examples/extended/electromagnetic/TestEm4/TestEm4.cc b/examples/extended/electromagnetic/TestEm4/TestEm4.cc index 6327d0dd8f8..e8e59e140de 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.cc +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.cc @@ -91,7 +91,6 @@ int main(int argc,char** argv) { //interactive mode visManager = new G4VisExecutive; visManager->Initialize(); - UImanager->ApplyCommand("/control/execute vis.mac"); ui->SessionStart(); delete ui; } diff --git a/examples/extended/electromagnetic/TestEm4/TestEm4.out b/examples/extended/electromagnetic/TestEm4/TestEm4.out index 0d2c2be645a..4c1367e7c91 100644 --- a/examples/extended/electromagnetic/TestEm4/TestEm4.out +++ b/examples/extended/electromagnetic/TestEm4/TestEm4.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -105,16 +105,16 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.64604 keV e- 433.376 keV e+ 419.056 keV proton -1 MeV + Energy thresholds : gamma 3.65468 keV e- 427.561 keV e+ 416.259 keV proton -1 MeV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -141,11 +141,11 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=0.710000s Real=0.720818s Sys=0.000000s + User=1.750000s Real=1.759677s Sys=0.000000s --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1095034947, 2029258666 + Current couple of seeds = 1073488776, 806556264 ---------------------------------------- ... write Root file : testem4.root - done ... close Root file : testem4.root - done @@ -166,12 +166,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.00288 MB -Pool ID '7G4Track', size : 0.00577 MB +Pool ID '17G4DynamicParticle', size : 0.00385 MB +Pool ID '7G4Track', size : 0.00673 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.021 MB +Dynamic pools deleted: 9 / Total memory freed: 0.023 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/electromagnetic/TestEm5/TestEm5.out b/examples/extended/electromagnetic/TestEm5/TestEm5.out index 445e3516670..4f3ef438386 100644 --- a/examples/extended/electromagnetic/TestEm5/TestEm5.out +++ b/examples/extended/electromagnetic/TestEm5/TestEm5.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -187,7 +187,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -203,7 +203,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -238,10 +238,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -400,7 +396,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -412,11 +408,11 @@ Index : 0 used in the geometry : Yes 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 990 eV e- 21.4886 keV e+ 20.8954 keV proton 700 eV + Energy thresholds : gamma 990 eV e- 21.3026 keV e+ 21.0078 keV proton 700 eV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -438,30 +434,30 @@ N=17 V[N]={906770732717044781, 629165745432651234, 1235682547346241386, 68420008 Run terminated. Run Summary Number of events processed : 100000 - User=1.340000s Real=1.336994s Sys=0.010000s + User=1.470000s Real=1.495775s Sys=0.000000s ======================== run summary ====================== The run was 100000 pi+ of 5 GeV through 20 um of Silicon (density: 2.33 g/cm3 ) - Total energy deposit in absorber per event = 6.35 keV +- 16.24 eV + Total energy deposit in absorber per event = 6.342 keV +- 16.21 eV - -----> Mean dE/dx = 3.175 MeV/cm (1.363 MeV*cm2/g) + -----> Mean dE/dx = 3.171 MeV/cm (1.361 MeV*cm2/g) From formulas : - restricted dEdx = 2.963 MeV/cm (1.272 MeV*cm2/g) + restricted dEdx = 2.962 MeV/cm (1.271 MeV*cm2/g) full dEdx = 4.617 MeV/cm (1.982 MeV*cm2/g) - Leakage : primary = 5 GeV +- 605.4 eV secondaries = 2.29 keV +- 604.8 eV + Leakage : primary = 5 GeV +- 193.6 eV secondaries = 1.448 keV +- 191.8 eV Energy balance : edep + eleak = 5 GeV - Total track length (charged) in absorber per event = 20.26 um +- 7.876 nm - Total track length (neutral) in absorber per event = 6.438 Ang +- 4.07 Ang + Total track length (charged) in absorber per event = 20.25 um +- 7.665 nm + Total track length (neutral) in absorber per event = 1.444 Ang +- 1.36 Ang - Number of steps (charged) in absorber per event = 1.207 +- 0.006071 - Number of steps (neutral) in absorber per event = 5e-05 +- 2.236e-05 + Number of steps (charged) in absorber per event = 1.206 +- 0.006081 + Number of steps (neutral) in absorber per event = 2e-05 +- 1.414e-05 - Number of secondaries per event : Gammas = 5e-05 electrons = 0.01659 positrons = 0 + Number of secondaries per event : Gammas = 2e-05 electrons = 0.0164 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 % @@ -470,14 +466,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.02507 mrad (central part only) + rms proj angle of transmit primary particle = 0.02499 mrad (central part only) computed theta0 (Highland formula) = 0.02627 mrad - central part defined as +- 0.07881 mrad Tail ratio = 1.907 % + central part defined as +- 0.07881 mrad Tail ratio = 1.969 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={487039142106637111, 268522011348262973, 30963757192920968, 298217032896219725, 176912617411686733, 1865261162732622450, 1116293810583125911, 1188438347256453665, 588857579193829105, 1729800767152926863, 1988550880624324756, 215064423478257178, 2272203671034239780, 402832964391750988, 1572821014564792189, 1133268684506551152, 2153964345888745057} counter= 2sumtot= 1348111147867488947 +N=17 V[N]={233431567787790216, 555447531289805709, 2269296552051100194, 1422729289019401874, 1237674051099920491, 1254434445421885491, 244948745481916494, 643981219730550640, 818054392774987767, 1987042589812555679, 1541244356788054050, 51799790367732829, 829616050902660944, 2272965739692751237, 928025757021934098, 1709908025606590819, 1018977783354403526} counter= 2sumtot= 572833814494490450 --------------------------------------- # /testem/det/setAbsMat Gold @@ -612,7 +608,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -628,7 +624,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -663,10 +659,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -825,7 +817,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -837,23 +829,23 @@ Index : 0 used in the geometry : Yes Index : 1 used in the geometry : No Material : Silicon Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um - Energy thresholds : gamma 990 eV e- 21.4886 keV e+ 20.8954 keV proton 700 eV + Energy thresholds : gamma 990 eV e- 21.3026 keV e+ 21.0078 keV proton 700 eV Index : 2 used in the geometry : Yes Material : Gold Range cuts : gamma 7 um e- 7 um e+ 7 um proton 7 um - Energy thresholds : gamma 6.54229 keV e- 65.1406 keV e+ 63.8405 keV proton 700 eV + Energy thresholds : gamma 6.54506 keV e- 65.5447 keV e+ 63.812 keV proton 700 eV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={487039142106637111, 268522011348262973, 30963757192920968, 298217032896219725, 176912617411686733, 1865261162732622450, 1116293810583125911, 1188438347256453665, 588857579193829105, 1729800767152926863, 1988550880624324756, 215064423478257178, 2272203671034239780, 402832964391750988, 1572821014564792189, 1133268684506551152, 2153964345888745057} counter= 2sumtot= 1348111147867488947 +N=17 V[N]={233431567787790216, 555447531289805709, 2269296552051100194, 1422729289019401874, 1237674051099920491, 1254434445421885491, 244948745481916494, 643981219730550640, 818054392774987767, 1987042589812555679, 1541244356788054050, 51799790367732829, 829616050902660944, 2272965739692751237, 928025757021934098, 1709908025606590819, 1018977783354403526} counter= 2sumtot= 572833814494490450 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -863,46 +855,46 @@ N=17 V[N]={487039142106637111, 268522011348262973, 30963757192920968, 2982170328 Run terminated. Run Summary Number of events processed : 50000 - User=0.990000s Real=0.990441s Sys=0.000000s + User=1.280000s Real=1.295591s Sys=0.000000s ======================== 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.42 keV +- 61.74 eV + Total energy deposit in absorber per event = 18.43 keV +- 63.54 eV - -----> Mean dE/dx = 19.08 MeV/cm (0.9874 MeV*cm2/g) + -----> Mean dE/dx = 19.08 MeV/cm (0.9875 MeV*cm2/g) From formulas : - restricted dEdx = 17.91 MeV/cm (0.9269 MeV*cm2/g) + restricted dEdx = 17.92 MeV/cm (0.9273 MeV*cm2/g) full dEdx = 61.41 MeV/cm (3.179 MeV*cm2/g) - Leakage : primary = 15.64 MeV +- 2.089 keV secondaries = 40.26 keV +- 2.077 keV + Leakage : primary = 15.64 MeV +- 2.263 keV secondaries = 41.59 keV +- 2.261 keV Energy balance : edep + eleak = 15.7 MeV - Total track length (charged) in absorber per event = 9.906 um +- 9.851 nm - Total track length (neutral) in absorber per event = 131.4 nm +- 6.791 nm + Total track length (charged) in absorber per event = 9.911 um +- 11.04 nm + Total track length (neutral) in absorber per event = 128.8 nm +- 5.598 nm - Number of steps (charged) in absorber per event = 4.997 +- 0.00895 - Number of steps (neutral) in absorber per event = 0.02848 +- 0.0007739 + Number of steps (charged) in absorber per event = 4.818 +- 0.008651 + Number of steps (neutral) in absorber per event = 0.02774 +- 0.0007612 - Number of secondaries per event : Gammas = 0.02826 electrons = 0.02206 positrons = 0 + Number of secondaries per event : Gammas = 0.0275 electrons = 0.02124 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.008 % - Number of events with at least 1 particle reflected (same charge as primary) = 0.3 % + Number of events with the primary particle reflected = 0.006 % + Number of events with at least 1 particle reflected (same charge as primary) = 0.33 % MultipleScattering: - rms proj angle of transmit primary particle = 35.58 mrad (central part only) + rms proj angle of transmit primary particle = 35.43 mrad (central part only) computed theta0 (Highland formula) = 35.1 mrad - central part defined as +- 105.3 mrad Tail ratio = 2.835 % + central part defined as +- 105.3 mrad Tail ratio = 2.943 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={757573894848696274, 400073108137045350, 2132458077966397313, 96621969940622436, 2244610217684011107, 396670185578604977, 2297822281200615156, 344525461919918458, 1133845241794401457, 1999102488989353140, 1366186493799717167, 742626505379172507, 1957092774885328075, 812695274099552456, 1483520142565823032, 1712342750253874377, 365455166606482987} counter= 12sumtot= 1796477961940064661 +N=17 V[N]={295180376136490684, 232318648484487506, 157343913751163528, 1318641713650373085, 290754505476475743, 843444458754694638, 729208731067246391, 651889462501937392, 1471094355915615486, 1856693949867296549, 532463076108320867, 350720735581261112, 1764168123783296983, 45660876643912892, 305958374414761949, 660134791172614879, 1116374215736158358} counter= 6sumtot= 1092835262977638287 --------------------------------------- # /run/setCut 10 um @@ -1037,7 +1029,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -1053,7 +1045,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -1088,10 +1080,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -1250,7 +1238,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -1262,28 +1250,28 @@ Index : 0 used in the geometry : Yes Index : 1 used in the geometry : No Material : Silicon Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 990 eV e- 31.9516 keV e+ 31.7376 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.7971 keV e+ 31.374 keV proton 1 keV Index : 2 used in the geometry : No Material : Gold Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 8.27707 keV e- 80.7687 keV e+ 79.1567 keV proton 1 keV + Energy thresholds : gamma 8.32972 keV e- 80.6696 keV e+ 79.0648 keV proton 1 keV Index : 3 used in the geometry : Yes Material : G4_POLYETHYLENE Range cuts : gamma 10 um e- 10 um e+ 10 um proton 10 um - Energy thresholds : gamma 990 eV e- 14.1748 keV e+ 13.7548 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 14.0556 keV e+ 13.8466 keV proton 1 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={757573894848696274, 400073108137045350, 2132458077966397313, 96621969940622436, 2244610217684011107, 396670185578604977, 2297822281200615156, 344525461919918458, 1133845241794401457, 1999102488989353140, 1366186493799717167, 742626505379172507, 1957092774885328075, 812695274099552456, 1483520142565823032, 1712342750253874377, 365455166606482987} counter= 12sumtot= 1796477961940064661 +N=17 V[N]={295180376136490684, 232318648484487506, 157343913751163528, 1318641713650373085, 290754505476475743, 843444458754694638, 729208731067246391, 651889462501937392, 1471094355915615486, 1856693949867296549, 532463076108320867, 350720735581261112, 1764168123783296983, 45660876643912892, 305958374414761949, 660134791172614879, 1116374215736158358} counter= 6sumtot= 1092835262977638287 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -1293,30 +1281,30 @@ N=17 V[N]={757573894848696274, 400073108137045350, 2132458077966397313, 96621969 Run terminated. Run Summary Number of events processed : 50000 - User=2.190000s Real=2.190318s Sys=0.000000s + User=4.120000s Real=4.126363s Sys=0.000000s ======================== run summary ====================== The run was 50000 mu+ of 96.2 MeV through 4.74 mm of G4_POLYETHYLENE (density: 940 mg/cm3) - Total energy deposit in absorber per event = 1.049 MeV +- 1.007 keV + Total energy deposit in absorber per event = 1.048 MeV +- 997.5 eV - -----> Mean dE/dx = 2.214 MeV/cm (2.355 MeV*cm2/g) + -----> Mean dE/dx = 2.21 MeV/cm (2.351 MeV*cm2/g) From formulas : - restricted dEdx = 1.753 MeV/cm (1.865 MeV*cm2/g) + restricted dEdx = 1.752 MeV/cm (1.864 MeV*cm2/g) full dEdx = 2.265 MeV/cm (2.409 MeV*cm2/g) - Leakage : primary = 95.12 MeV +- 1.355 keV secondaries = 26.83 keV +- 724.8 eV + Leakage : primary = 95.13 MeV +- 1.363 keV secondaries = 27.05 keV +- 736.1 eV Energy balance : edep + eleak = 96.2 MeV - Total track length (charged) in absorber per event = 5.177 mm +- 3.827 um - Total track length (neutral) in absorber per event = 16.89 um +- 1.914 um + Total track length (charged) in absorber per event = 5.171 mm +- 3.793 um + Total track length (neutral) in absorber per event = 21.97 um +- 2.343 um - Number of steps (charged) in absorber per event = 12.54 +- 0.04114 - Number of steps (neutral) in absorber per event = 0.00908 +- 0.0004463 + Number of steps (charged) in absorber per event = 12.53 +- 0.04116 + Number of steps (neutral) in absorber per event = 0.00958 +- 0.0004606 - Number of secondaries per event : Gammas = 0.0087 electrons = 4.056 positrons = 0 + Number of secondaries per event : Gammas = 0.0091 electrons = 4.068 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 % @@ -1325,14 +1313,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 = 7.39 mrad (central part only) + rms proj angle of transmit primary particle = 7.381 mrad (central part only) computed theta0 (Highland formula) = 7.636 mrad - central part defined as +- 22.91 mrad Tail ratio = 1.338 % + central part defined as +- 22.91 mrad Tail ratio = 1.265 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2039908199796061254, 212154955260722024, 982286759211187269, 1364909742791345907, 2076454064345475826, 911993459094087321, 2289657831320961440, 15665549999976999, 19837850001952052, 1784808426262813046, 1109839449628851992, 1629911884192440948, 708000848221719585, 944312291096180494, 440117209250798599, 445366096405160557, 1754818130564335279} counter= 10sumtot= 283298673734518984 +N=17 V[N]={1181388817506811660, 534216198285240784, 360615436856035267, 2073566116273787825, 1669359893357395710, 2293523472593834537, 573787093609862501, 504437691504496598, 658461603574185973, 2059173407298472415, 1838912388234027864, 1496820700722412532, 329313304193945702, 1545200569938580590, 506180601661429996, 824249760299885311, 1121888895959975864} counter= 2sumtot= 1124351878160829521 --------------------------------------- # /run/setCut 1 mm @@ -1468,7 +1456,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -1484,7 +1472,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -1519,10 +1507,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -1681,7 +1665,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -1693,33 +1677,33 @@ Index : 0 used in the geometry : Yes Index : 1 used in the geometry : No Material : Silicon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.95018 keV e- 548.291 keV e+ 526.624 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 544.145 keV e+ 526.224 keV proton 100 keV Index : 2 used in the geometry : No Material : Gold Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 112.644 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + Energy thresholds : gamma 112.382 keV e- 2.28137 MeV e+ 2.13357 MeV proton 100 keV Index : 3 used in the geometry : No Material : G4_POLYETHYLENE Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.26261 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.2564 keV e- 349.731 keV e+ 342.774 keV proton 100 keV Index : 4 used in the geometry : Yes Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.90363 keV e- 598.345 keV e+ 570.85 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 3 starts. ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={2039908199796061254, 212154955260722024, 982286759211187269, 1364909742791345907, 2076454064345475826, 911993459094087321, 2289657831320961440, 15665549999976999, 19837850001952052, 1784808426262813046, 1109839449628851992, 1629911884192440948, 708000848221719585, 944312291096180494, 440117209250798599, 445366096405160557, 1754818130564335279} counter= 10sumtot= 283298673734518984 +N=17 V[N]={1181388817506811660, 534216198285240784, 360615436856035267, 2073566116273787825, 1669359893357395710, 2293523472593834537, 573787093609862501, 504437691504496598, 658461603574185973, 2059173407298472415, 1838912388234027864, 1496820700722412532, 329313304193945702, 1545200569938580590, 506180601661429996, 824249760299885311, 1121888895959975864} counter= 2sumtot= 1124351878160829521 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -1729,30 +1713,30 @@ N=17 V[N]={2039908199796061254, 212154955260722024, 982286759211187269, 13649097 Run terminated. Run Summary Number of events processed : 50000 - User=0.490000s Real=0.488763s Sys=0.000000s + User=0.710000s Real=0.716076s 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 = 4.147 MeV +- 32.17 keV + Total energy deposit in absorber per event = 4.119 MeV +- 26.8 keV - -----> Mean dE/dx = 5.181 MeV/cm (1.919 MeV*cm2/g) + -----> Mean dE/dx = 5.147 MeV/cm (1.906 MeV*cm2/g) From formulas : restricted dEdx = 4.024 MeV/cm (1.49 MeV*cm2/g) full dEdx = 5.237 MeV/cm (1.94 MeV*cm2/g) - Leakage : primary = 174.7 GeV +- 32.21 keV secondaries = 0 eV +- 0 eV + Leakage : primary = 174.7 GeV +- 26.82 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.263 +- 0.002288 + Number of steps (charged) in absorber per event = 1.265 +- 0.002303 Number of steps (neutral) in absorber per event = 0 +- 0 - Number of secondaries per event : Gammas = 0 electrons = 0.2627 positrons = 0.0007 + Number of secondaries per event : Gammas = 0 electrons = 0.2647 positrons = 0.00062 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -1761,14 +1745,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.02066 mrad (central part only) + rms proj angle of transmit primary particle = 0.02051 mrad (central part only) computed theta0 (Highland formula) = 0.02111 mrad - central part defined as +- 0.06333 mrad Tail ratio = 1.29 % + central part defined as +- 0.06333 mrad Tail ratio = 1.227 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={981072211861672983, 1468495847380516116, 656071057052950235, 1885307631908022729, 3352107295814455, 2027156005554847474, 1487789623421713642, 2055479491862280164, 1981737424746869749, 2293785911630531333, 1962144084899563660, 1505203842067353378, 1387153981953957535, 2292722871509543690, 403549954512497141, 676429703451368229, 1100549216420937252} counter= 5sumtot= 1109570875393500255 +N=17 V[N]={1902234025926765656, 441939195863190604, 420158988264494770, 2273229670540414762, 1903352703688437564, 1155785503048245563, 1636138592687925673, 219395211032933675, 1081339433244803751, 290094947076852042, 1451986853508290288, 478343426321824080, 177907426347111773, 1487936680009879284, 437694084493912019, 330846783244851830, 60116803861446627} counter= 5sumtot= 1913442273879216255 --------------------------------------- # /testem/det/setAbsMat Iron @@ -1900,7 +1884,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -1916,7 +1900,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -1951,10 +1935,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -2113,7 +2093,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -2125,38 +2105,38 @@ Index : 0 used in the geometry : Yes Index : 1 used in the geometry : No Material : Silicon Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.95018 keV e- 548.291 keV e+ 526.624 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 544.145 keV e+ 526.224 keV proton 100 keV Index : 2 used in the geometry : No Material : Gold Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 112.644 keV e- 2.30976 MeV e+ 2.13081 MeV proton 100 keV + Energy thresholds : gamma 112.382 keV e- 2.28137 MeV e+ 2.13357 MeV proton 100 keV Index : 3 used in the geometry : No Material : G4_POLYETHYLENE Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 2.26261 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.2564 keV e- 349.731 keV e+ 342.774 keV proton 100 keV Index : 4 used in the geometry : No Material : Aluminium Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 6.90363 keV e- 598.345 keV e+ 570.85 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 keV proton 100 keV Index : 5 used in the geometry : Yes Material : Iron Range cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm - Energy thresholds : gamma 20.6438 keV e- 1.29592 MeV e+ 1.21169 MeV proton 100 keV + Energy thresholds : gamma 20.7122 keV e- 1.28245 MeV e+ 1.21554 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 4 starts. ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={981072211861672983, 1468495847380516116, 656071057052950235, 1885307631908022729, 3352107295814455, 2027156005554847474, 1487789623421713642, 2055479491862280164, 1981737424746869749, 2293785911630531333, 1962144084899563660, 1505203842067353378, 1387153981953957535, 2292722871509543690, 403549954512497141, 676429703451368229, 1100549216420937252} counter= 5sumtot= 1109570875393500255 +N=17 V[N]={1902234025926765656, 441939195863190604, 420158988264494770, 2273229670540414762, 1903352703688437564, 1155785503048245563, 1636138592687925673, 219395211032933675, 1081339433244803751, 290094947076852042, 1451986853508290288, 478343426321824080, 177907426347111773, 1487936680009879284, 437694084493912019, 330846783244851830, 60116803861446627} counter= 5sumtot= 1913442273879216255 --------------------------------------- --> Event 0 starts. --> Event 10000 starts. @@ -2166,30 +2146,30 @@ N=17 V[N]={981072211861672983, 1468495847380516116, 656071057052950235, 18853076 Run terminated. Run Summary Number of events processed : 50000 - User=8.290000s Real=8.305546s Sys=0.000000s + User=10.380000s Real=10.520452s 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.122 GeV +- 13.41 MeV + Total energy deposit in absorber per event = 2.159 GeV +- 14.87 MeV - -----> Mean dE/dx = 21.22 MeV/cm (2.696 MeV*cm2/g) + -----> Mean dE/dx = 21.59 MeV/cm (2.743 MeV*cm2/g) From formulas : - restricted dEdx = 11.22 MeV/cm (1.425 MeV*cm2/g) + restricted dEdx = 11.21 MeV/cm (1.425 MeV*cm2/g) full dEdx = 21.6 MeV/cm (2.745 MeV*cm2/g) - Leakage : primary = 97.88 GeV +- 13.41 MeV secondaries = 0 eV +- 0 eV + Leakage : primary = 97.84 GeV +- 14.88 MeV secondaries = 0 eV +- 0 eV Energy balance : edep + eleak = 100 GeV - Total track length (charged) in absorber per event = 1 m +- 12.85 nm + Total track length (charged) in absorber per event = 1 m +- 5.537 nm Total track length (neutral) in absorber per event = 0 fm +- 0 fm - Number of steps (charged) in absorber per event = 47.32 +- 0.03038 + Number of steps (charged) in absorber per event = 47.82 +- 0.03056 Number of steps (neutral) in absorber per event = 0 +- 0 - Number of secondaries per event : Gammas = 0.0502 electrons = 46.26 positrons = 1.268 + Number of secondaries per event : Gammas = 0.04928 electrons = 46.76 positrons = 1.266 Number of events with the primary particle transmitted = 100 % Number of events with at least 1 particle transmitted (same charge as primary) = 100 % @@ -2198,19 +2178,19 @@ Run Summary Number of events with at least 1 particle reflected (same charge as primary) = 0 % MultipleScattering: - rms proj angle of transmit primary particle = 1.173 mrad (central part only) + rms proj angle of transmit primary particle = 1.176 mrad (central part only) computed theta0 (Highland formula) = 1.182 mrad - central part defined as +- 3.546 mrad Tail ratio = 0.59 % + central part defined as +- 3.546 mrad Tail ratio = 0.58 % ------- MixMaxRng engine status ------- Current state vector is: mixmax state, file version 1.0 -N=17 V[N]={1518386288308960542, 840249598633302464, 997339994876244233, 1894718766975649194, 455381585189453542, 910785651694204057, 1429828168939357090, 2021078456143712930, 711512001108676574, 1132917068311186741, 294529011546926636, 1605556084918362348, 507630267308061576, 1922051649437942717, 902624178054698947, 1811076643189667405, 1423483048433418009} counter= 10sumtot= 1932404389360273397 +N=17 V[N]={1879078063661954136, 433170317432586701, 2208569455950040201, 1554721281693616745, 2305288001607654172, 128833382146036749, 1680314409170637123, 40556067617038384, 686433573846947840, 671010261301015966, 2143212213257418469, 1648797868951487517, 262226493965103087, 173848257896046386, 2264167566632088047, 847997488294888663, 421357672506004416} counter= 3sumtot= 902838302221012994 --------------------------------------- # 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.051 MB +Dynamic pools deleted: 9 / Total memory freed: 0.054 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm6/TestEm6.out b/examples/extended/electromagnetic/TestEm6/TestEm6.out index 1ed4e72cb9e..1f14ea0961e 100644 --- a/examples/extended/electromagnetic/TestEm6/TestEm6.out +++ b/examples/extended/electromagnetic/TestEm6/TestEm6.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -113,7 +113,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Iron @@ -122,7 +122,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -194,7 +194,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000826s Sys=0.000000s + User=0.000000s Real=0.000936s Sys=0.000000s Number of process calls ---> GammaToMuPair : 5... write Root file : testem6_0.root - done ... close Root file : testem6_0.root - done @@ -223,7 +223,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 km e- 1 km e+ 1 km proton 1 km -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Iron @@ -232,7 +232,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. ### Run 1 start. @@ -300,7 +300,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000439s Sys=0.000000s + User=0.000000s Real=0.000491s Sys=0.000000s Number of process calls ---> ee2hadr : 5 AnnihiToMuPair : 1... write Root file : testem6_1.root - done ... close Root file : testem6_1.root - done diff --git a/examples/extended/electromagnetic/TestEm7/History b/examples/extended/electromagnetic/TestEm7/History index b60f3bf155e..ca98954ea02 100644 --- a/examples/extended/electromagnetic/TestEm7/History +++ b/examples/extended/electromagnetic/TestEm7/History @@ -14,6 +14,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +07-04-20 V.Ivantchenko (testem7-V10-06-00) +- do not call vis.mac automatically in interactive mode + 28-11-19 I. Hrivnacova (testem7-V10-05-01) - Fixed comments, causing doxygen warnings, in c2_function.hh diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.cc b/examples/extended/electromagnetic/TestEm7/TestEm7.cc index 7a28ce4e410..2bbb34d95a6 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.cc +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.cc @@ -93,7 +93,6 @@ int main(int argc,char** argv) { //interactive mode visManager = new G4VisExecutive; visManager->Initialize(); - UImanager->ApplyCommand("/control/execute vis.mac"); ui->SessionStart(); delete ui; } diff --git a/examples/extended/electromagnetic/TestEm7/TestEm7.out b/examples/extended/electromagnetic/TestEm7/TestEm7.out index dcdf42296cc..05f14bdda0d 100644 --- a/examples/extended/electromagnetic/TestEm7/TestEm7.out +++ b/examples/extended/electromagnetic/TestEm7/TestEm7.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -257,7 +257,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -273,7 +273,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -308,10 +308,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -470,7 +466,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -482,11 +478,11 @@ Index : 0 used in the geometry : Yes 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. ### Run 0 start. @@ -508,28 +504,28 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=5.540000s Real=5.545902s Sys=0.000000s + User=9.080000s Real=9.148133s 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.7422 cm rms= 2.10174 mm - Mean number of primary steps = 188.351 + Projected Range= 17.5157 cm rms= 2.85293 mm + Mean number of primary steps = 186.034 Total energy deposit= 160 MeV - niel energy deposit = 127.806 eV + niel energy deposit = 124.995 eV --------------------------------------------------------- Cumulated Doses : Edep Edep/Ebeam Dose - tally 0: 4.55544 GeV 0.284715 % 9.12328e-05 Gy - tally 1: 4.93521 GeV 0.308451 % 9.88384e-05 Gy - tally 2: 3.27987 GeV 0.204992 % 6.56867e-05 Gy - tally 3: 1.97941 GeV 0.123713 % 3.9642e-05 Gy + tally 0: 4.54869 GeV 0.284293 % 9.10975e-05 Gy + tally 1: 4.92986 GeV 0.308116 % 9.87313e-05 Gy + tally 2: 3.06624 GeV 0.19164 % 6.14082e-05 Gy + tally 3: 1.82868 GeV 0.114292 % 3.66233e-05 Gy --------------------------------------------------------- --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 2003177921, 1572336668 + Current couple of seeds = 955847234, 1799753420 ---------------------------------------- /gun/particle ion /gun/ion 6 12 6 @@ -537,7 +533,7 @@ Run Summary /testem/stepMax 100 mm /run/beamOn 1000 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -549,45 +545,45 @@ Index : 0 used in the geometry : Yes 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. ### Run 1 start. --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 2003177921, 1572336668 + Current couple of seeds = 955847234, 1799753420 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=2.330000s Real=2.345884s Sys=0.000000s + User=11.390000s Real=11.516112s 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.4919 cm rms= 470.398 um - Mean number of primary steps = 152.416 + Projected Range= 16.4812 cm rms= 479.129 um + Mean number of primary steps = 151.062 Total energy deposit= 3.49998 GeV - niel energy deposit = 279.385 keV + niel energy deposit = 202.502 keV --------------------------------------------------------- Cumulated Doses : Edep Edep/Ebeam Dose - tally 0: 11.861 GeV 0.338886 % 0.000237543 Gy - tally 1: 13.5167 GeV 0.386191 % 0.000270701 Gy - tally 2: 16.2315 GeV 0.463759 % 0.000325073 Gy - tally 3: 22.9291 GeV 0.655117 % 0.000459206 Gy + tally 0: 11.2347 GeV 0.320993 % 0.000225001 Gy + tally 1: 13.2738 GeV 0.379251 % 0.000265837 Gy + tally 2: 16.3083 GeV 0.465951 % 0.000326609 Gy + tally 3: 24.2854 GeV 0.693867 % 0.000486368 Gy --------------------------------------------------------- --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1459414712, 2105499184 + Current couple of seeds = 1767424545, 94744220 ---------------------------------------- /testem/det/tallyNumber 0 /testem/det/setMat G4_Cu @@ -717,7 +713,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -733,7 +729,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -768,10 +764,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -930,7 +922,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -942,42 +934,42 @@ Index : 0 used in the geometry : Yes 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 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.7508 keV e- 1.39534 MeV e+ 1.31345 MeV proton 100 keV + Energy thresholds : gamma 24.8178 keV e- 1.40852 MeV e+ 1.31727 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. ### Run 2 start. --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1459414712, 2105499184 + Current couple of seeds = 1767424545, 94744220 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=1.110000s Real=1.115611s Sys=0.000000s + User=3.510000s Real=3.643538s Sys=0.000000s The run consists of 1000 kaon+ of 100 MeV through 20 cm of G4_Cu (density: 8.96 g/cm3 ) - Projected Range= 2.15106 cm rms= 1.51334 mm - Mean number of primary steps = 20.143 - Total energy deposit= 283.246 MeV + Projected Range= 2.15934 cm rms= 1.18084 mm + Mean number of primary steps = 20.183 + Total energy deposit= 282.79 MeV niel energy deposit = 0 eV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1776453651, 1109883778 + Current couple of seeds = 683530201, 373498784 ---------------------------------------- /testem/det/setMat TechVacuum /gun/particle alpha @@ -1106,7 +1098,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -1122,7 +1114,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -1157,10 +1149,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -1319,7 +1307,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -1331,14 +1319,14 @@ Index : 0 used in the geometry : Yes 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 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.7508 keV e- 1.39534 MeV e+ 1.31345 MeV proton 100 keV + Energy thresholds : gamma 24.8178 keV e- 1.40852 MeV e+ 1.31727 MeV proton 100 keV Index : 3 used in the geometry : Yes Material : TechVacuum @@ -1347,20 +1335,20 @@ Index : 3 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 3 starts. ### Run 3 start. --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1776453651, 1109883778 + Current couple of seeds = 683530201, 373498784 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.000456s Sys=0.000000s + User=0.000000s Real=0.000689s Sys=0.000000s The run consists of 100 alpha of 265 eV through 20 cm of TechVacuum (density: 0.01 kg/m3 ) @@ -1371,7 +1359,7 @@ Run Summary --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 709124218, 1242818373 + Current couple of seeds = 1225561873, 511030629 ---------------------------------------- /testem/det/setMat G4_WATER /gun/particle alpha @@ -1500,7 +1488,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -1516,7 +1504,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -1551,10 +1539,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -1713,7 +1697,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -1725,45 +1709,45 @@ Index : 0 used in the geometry : Yes 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 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.7508 keV e- 1.39534 MeV e+ 1.31345 MeV proton 100 keV + Energy thresholds : gamma 24.8178 keV e- 1.40852 MeV e+ 1.31727 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 990 eV e- 990 eV e+ 990 eV proton 100 keV -==================================================================== +================================================================== ### Run 4 starts. ### Run 4 start. --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 709124218, 1242818373 + Current couple of seeds = 1225561873, 511030629 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.010283s Sys=0.000000s + User=0.020000s Real=0.032995s 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.44896 mm rms= 50.2095 um - Mean number of primary steps = 36.78 + Projected Range= 2.85145 mm rms= 13.5148 um + Mean number of primary steps = 23.32 Total energy deposit= 100 MeV - niel energy deposit = 11.4186 keV + niel energy deposit = 1.18389 keV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 2001871856, 651153434 + Current couple of seeds = 210988271, 958963724 ---------------------------------------- /testem/det/setMat G4_Si /gun/particle ion @@ -1894,7 +1878,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -1910,7 +1894,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -1945,10 +1929,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -2107,7 +2087,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -2126,7 +2106,7 @@ Index : 1 used in the geometry : Yes 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 990 eV e- 18.9031 keV e+ 18.6666 keV proton 200 eV + Energy thresholds : gamma 990 eV e- 18.765 keV e+ 18.3028 keV proton 200 eV Index : 3 used in the geometry : No Material : TechVacuum @@ -2136,35 +2116,35 @@ Index : 3 used in the geometry : No 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 990 eV e- 2.9547 keV e+ 2.92456 keV proton 200 eV + Energy thresholds : gamma 990 eV e- 2.9775 keV e+ 2.88768 keV proton 200 eV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 5 starts. ### Run 5 start. --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 2001871856, 651153434 + Current couple of seeds = 210988271, 958963724 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 10 - User=3.920000s Real=3.975950s Sys=0.040000s + User=9.490000s Real=9.646333s Sys=0.040000s The run consists of 10 Xe131 of 1.217 GeV through 20 cm of G4_Si (density: 2.33 g/cm3 ) - Projected Range= 103.217 um rms= 27.0325 um - Mean number of primary steps = 54488.5 - Total energy deposit= 1.21693 GeV - niel energy deposit = 6.93429 MeV + Projected Range= 96.9657 um rms= 27.1471 um + Mean number of primary steps = 61654.7 + Total energy deposit= 1.21694 GeV + niel energy deposit = 1.76233 MeV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 749913574, 726125739 + Current couple of seeds = 1606839861, 575460337 ---------------------------------------- /testem/det/setMat Water_1.05 /gun/particle proton @@ -2296,7 +2276,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -2312,7 +2292,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range tables from 10 eV to 100 TeV in 260 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -2347,10 +2327,6 @@ hPairProd: for anti_proton SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -nuclearStopping: for anti_proton SubType=8 BuildTable=0 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - ICRU49NucStopping : Emin= 0 eV Emax= 1 MeV - msc: for kaon+ SubType= 10 RangeFactor= 0.2, stepLimType: 0, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -2509,7 +2485,7 @@ hPairProd: for pi- SubType=4 ===== EM models for the G4Region DefaultRegionForTheWorld ====== hPairProd : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -2521,14 +2497,14 @@ Index : 0 used in the geometry : Yes 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 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.7508 keV e- 1.39534 MeV e+ 1.31345 MeV proton 100 keV + Energy thresholds : gamma 24.8178 keV e- 1.40852 MeV e+ 1.31727 MeV proton 100 keV Index : 3 used in the geometry : No Material : TechVacuum @@ -2538,44 +2514,44 @@ Index : 3 used in the geometry : No 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.95018 keV e- 548.291 keV e+ 526.624 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 544.145 keV e+ 526.224 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 3.00044 keV e- 361.464 keV e+ 351.877 keV proton 100 keV + Energy thresholds : gamma 2.98941 keV e- 364.072 keV e+ 349.731 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 6 starts. ### Run 6 start. --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 749913574, 726125739 + Current couple of seeds = 1606839861, 575460337 ---------------------------------------- --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1000 - User=0.530000s Real=0.530370s Sys=0.000000s + User=0.900000s Real=0.897680s 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.9127 cm rms= 1.85266 mm - Mean number of primary steps = 179.891 + Projected Range= 16.6974 cm rms= 1.83686 mm + Mean number of primary steps = 177.824 Total energy deposit= 160 MeV - niel energy deposit = 94.1561 eV + niel energy deposit = 119.842 eV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1297277848, 851331575 + Current couple of seeds = 264840614, 1265693909 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 10 of which, static: 0 -Dynamic pools deleted: 10 / Total memory freed: 46 MB +Dynamic pools deleted: 10 / Total memory freed: 45 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm7/vis.mac b/examples/extended/electromagnetic/TestEm7/vis.mac index 35be1feb14f..0af1f845d22 100644 --- a/examples/extended/electromagnetic/TestEm7/vis.mac +++ b/examples/extended/electromagnetic/TestEm7/vis.mac @@ -34,7 +34,7 @@ /vis/drawVolume # # Specify view angle: -/vis/viewer/set/viewpointThetaPhi 90. 0. +/vis/viewer/set/viewpointThetaPhi 0. 0. # # Specify zoom value: /vis/viewer/zoom 1.4 diff --git a/examples/extended/electromagnetic/TestEm8/TestEm8.out b/examples/extended/electromagnetic/TestEm8/TestEm8.out index 144363c491b..fde6c82129e 100644 --- a/examples/extended/electromagnetic/TestEm8/TestEm8.out +++ b/examples/extended/electromagnetic/TestEm8/TestEm8.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -513,7 +513,7 @@ # /run/beamOn 1000 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -525,18 +525,18 @@ Index : 0 used in the geometry : Yes 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.28293 keV e- 264.842 keV e+ 257.302 keV proton 0 eV + Energy thresholds : gamma 2.28625 keV e- 263.228 keV e+ 258.933 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 25 eV e- 5.46578 keV e+ 5.39804 keV proton 180 keV + Energy thresholds : gamma 25 eV e- 5.4285 keV e+ 5.3616 keV proton 180 keV Region(s) which use this couple : GasDetector -==================================================================== +================================================================== ### Run 0 starts. ### Run 0 start analysis activation: @@ -546,8 +546,8 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.070000s Real=0.087094s Sys=0.000000s -RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0161372 + User=1.030000s Real=1.043348s Sys=0.000000s +RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0157782 ==================================================== Beam Particle: proton Ekin(MeV) = 200000 @@ -556,30 +556,30 @@ RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0161372 End of Run TotNbofEvents = 1000 Energy(keV) per ADC channel = 3.0769 - Mean energy deposit in absorber = 16.137 +- 0.38609 keV RMS/Emean = 0.75658 - Mean number of steps in absorber= 1.23 mean number of ion-clusters = 807.19 MeanCluster= 806.82 + Mean energy deposit in absorber = 15.778 +- 0.40999 keV RMS/Emean = 0.82169 + Mean number of steps in absorber= 1.227 mean number of ion-clusters = 788.7 MeanCluster= 788.53 - ====== Energy deposit distribution Noverflows= 0.016 ====== + ====== Energy deposit distribution Noverflows= 0.011 ====== bin nb Elow entries normalized 0 0 0 0 - 1 3 6 0.006 - 2 6 91 0.091 - 3 9 274 0.274 - 4 12 258 0.258 - 5 15 134 0.134 - 6 18 93 0.093 - 7 21 50 0.05 - 8 24 29 0.029 - 9 27 19 0.019 + 1 3 4 0.004 + 2 6 103 0.103 + 3 9 280 0.28 + 4 12 252 0.252 + 5 15 150 0.15 + 6 18 70 0.07 + 7 21 49 0.049 + 8 24 33 0.033 + 9 27 16 0.016 10 30 6 0.006 - 11 33 7 0.007 - 12 36 2 0.002 - 13 39 5 0.005 + 11 33 5 0.005 + 12 36 7 0.007 + 13 39 1 0.001 14 42 4 0.004 - 15 45 0 0 + 15 45 2 0.002 16 48 2 0.002 17 51 1 0.001 - 18 54 1 0.001 + 18 54 2 0.002 19 57 2 0.002 ================== run end ========================== ... write Root file : testem8.root - done @@ -588,6 +588,6 @@ RunAction: End of run actions are started 1 Nevt= 1000 Edep= 0.0161372 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.017 MB +Dynamic pools deleted: 10 / Total memory freed: 0.019 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/electromagnetic/TestEm9/TestEm9.out b/examples/extended/electromagnetic/TestEm9/TestEm9.out index d46c5f4d284..a388962a5cc 100644 --- a/examples/extended/electromagnetic/TestEm9/TestEm9.out +++ b/examples/extended/electromagnetic/TestEm9/TestEm9.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -438,7 +438,7 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -450,14 +450,14 @@ Index : 0 used in the geometry : Yes 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.2919 keV e- 291.524 keV e+ 281.891 keV proton 30 keV + Energy thresholds : gamma 18.3598 keV e- 291.875 keV e+ 282.263 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.92577 keV e- 258.31 keV e+ 253.154 keV proton 30 keV + Energy thresholds : gamma 3.9341 keV e- 258.725 keV e+ 253.579 keV proton 30 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -471,32 +471,32 @@ Index : 3 used in the geometry : Yes 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 990 eV e- 34.1725 keV e+ 33.9436 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.2283 keV e+ 33.7728 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 990 eV e- 31.9516 keV e+ 31.7376 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.7971 keV e+ 31.374 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.499 keV e- 13.0779 MeV e+ 12.2279 MeV proton 1 MeV + Energy thresholds : gamma 60.4828 keV e- 12.9292 MeV e+ 12.0109 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.3682 keV e- 4.52289 MeV e+ 4.28616 MeV proton 1 MeV + Energy thresholds : gamma 20.4366 keV e- 4.57836 MeV e+ 4.28176 MeV proton 1 MeV Region(s) which use this couple : MuonDetector -==================================================================== +================================================================== ### Run 0 starts. ### Run 0 start @@ -506,38 +506,38 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.750000s Real=0.755127s Sys=0.000000s + User=3.750000s Real=3.778805s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 0 ================================================================= Number of events 100 -Average number of e- 401.7 -Average number of gamma 637.1 -Average number of e+ 47.7 +Average number of e- 400.7 +Average number of gamma 633.5 +Average number of e+ 48.5 Average number of steps 2950 -Edep 1x1 = 0.8348 +- 0.002825 res= 3.384 % 100 -Edep 3x3 = 0.9564 +- 0.00154 res= 1.61 % 100 -Edep 5x5 = 0.9787 +- 0.001064 res= 1.087 % 100 +Edep 1x1 = 0.8302 +- 0.002894 res= 3.486 % 100 +Edep 3x3 = 0.9573 +- 0.001784 res= 1.863 % 100 +Edep 5x5 = 0.9777 +- 0.00159 res= 1.627 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8728 +- 0.002533 - E1/E25 = 0.8529 +- 0.002641 - E9/E25 = 0.9771 +- 0.0009341 + E1/E9 = 0.8672 +- 0.002589 + E1/E25 = 0.8491 +- 0.00268 + E9/E25 = 0.9792 +- 0.0009234 Beam Energy 1 GeV ================================================================== <<<<>>>> 100 events for Crystal Calorimeter -Edep1x1: 0.8348 delEdep1x1= -0.1652 nrms= -1.652 -Erms1x1: 0.02825 delErms1x1= -0.9717 nrms= -9.717 -Edep3x3: 0.9564 delEdep3x3= -0.04364 nrms= -0.4364 -Erms3x3: 0.0154 delErms3x3= -0.9846 nrms= -9.846 -Edep5x5: 0.9787 delEdep5x5= -0.02128 nrms= -0.2128 -Erms5x5: 0.01064 delErms5x5= -0.9894 nrms= -9.894 +Edep1x1: 0.8302 delEdep1x1= -0.1698 nrms= -1.698 +Erms1x1: 0.02894 delErms1x1= -0.9711 nrms= -9.711 +Edep3x3: 0.9573 delEdep3x3= -0.04269 nrms= -0.4269 +Erms3x3: 0.01784 delErms3x3= -0.9822 nrms= -9.822 +Edep5x5: 0.9777 delEdep5x5= -0.02231 nrms= -0.2231 +Erms5x5: 0.0159 delErms5x5= -0.9841 nrms= -9.841 <<<<>>>> IS ACCEPTED Z bremsstrahlung photoeffect compton conversion 53 256 0 0 0 - 55 283 0 0 0 + 55 279 0 0 0 # /testem/det/acceptance1 0.0136 0.0001 500 /testem/det/acceptance9 0.0139 0.0001 500 @@ -547,7 +547,7 @@ Erms5x5: 0.01064 delErms5x5= -0.9894 nrms= -9.894 /gun/energy 20 GeV /run/beamOn 1000 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -559,14 +559,14 @@ Index : 0 used in the geometry : Yes 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.29 keV e- 291.5 keV e+ 281.9 keV proton 30 keV + Energy thresholds : gamma 18.36 keV e- 291.9 keV e+ 282.3 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.926 keV e- 258.3 keV e+ 253.2 keV proton 30 keV + Energy thresholds : gamma 3.934 keV e- 258.7 keV e+ 253.6 keV proton 30 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -580,32 +580,32 @@ Index : 3 used in the geometry : Yes 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 990 eV e- 34.17 keV e+ 33.94 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.23 keV e+ 33.77 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 990 eV e- 31.95 keV e+ 31.74 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.8 keV e+ 31.37 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.5 keV e- 13.08 MeV e+ 12.23 MeV proton 1 MeV + Energy thresholds : gamma 60.48 keV e- 12.93 MeV e+ 12.01 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.37 keV e- 4.523 MeV e+ 4.286 MeV proton 1 MeV + Energy thresholds : gamma 20.44 keV e- 4.578 MeV e+ 4.282 MeV proton 1 MeV Region(s) which use this couple : MuonDetector -==================================================================== +================================================================== ### Run 1 starts. ### Run 1 start @@ -615,22 +615,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=1.200000s Real=1.199416s Sys=0.000000s + User=4.550000s Real=4.555759s 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- 70.56 -Average number of gamma 63.57 -Average number of e+ 3.565 -Average number of steps 433.2 -Edep 1x1 = 0.01427 +- 0.0002471 -Edep 3x3 = 0.01463 +- 0.0002753 -Edep 5x5 = 0.01469 +- 0.0002805 +Average number of e- 70.29 +Average number of gamma 63.62 +Average number of e+ 3.589 +Average number of steps 435 +Edep 1x1 = 0.01423 +- 0.0003772 +Edep 3x3 = 0.01459 +- 0.0004239 +Edep 5x5 = 0.01465 +- 0.0004313 =========== Ratios without trancating =========================== - E1/E9 = 0.9832 +- 0.0007131 - E1/E25 = 0.9804 +- 0.0008058 - E9/E25 = 0.9971 +- 0.000173 + E1/E9 = 0.984 +- 0.0007228 + E1/E25 = 0.9812 +- 0.0008175 + E9/E25 = 0.9971 +- 0.0001961 Beam Energy 20 GeV ================================================================== @@ -1060,7 +1060,7 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1072,14 +1072,14 @@ Index : 0 used in the geometry : Yes 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.2919 keV e- 291.524 keV e+ 281.891 keV proton 30 keV + Energy thresholds : gamma 18.3598 keV e- 291.875 keV e+ 282.263 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.92577 keV e- 258.31 keV e+ 253.154 keV proton 30 keV + Energy thresholds : gamma 3.9341 keV e- 258.725 keV e+ 253.579 keV proton 30 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1093,32 +1093,32 @@ Index : 3 used in the geometry : Yes 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 990 eV e- 34.1725 keV e+ 33.9436 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.2283 keV e+ 33.7728 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 990 eV e- 31.9516 keV e+ 31.7376 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.7971 keV e+ 31.374 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.499 keV e- 13.0779 MeV e+ 12.2279 MeV proton 1 MeV + Energy thresholds : gamma 60.4828 keV e- 12.9292 MeV e+ 12.0109 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.3682 keV e- 4.52289 MeV e+ 4.28616 MeV proton 1 MeV + Energy thresholds : gamma 20.4366 keV e- 4.57836 MeV e+ 4.28176 MeV proton 1 MeV Region(s) which use this couple : MuonDetector -==================================================================== +================================================================== ### Run 2 starts. ### Run 2 start @@ -1128,22 +1128,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.520000s Real=0.521553s Sys=0.000000s + User=1.840000s Real=1.842938s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 2 ================================================================= Number of events 100 -Average number of e- 172.4 -Average number of gamma 221.3 -Average number of e+ 47 -Average number of steps 1833 -Edep 1x1 = 0.83 +- 0.003367 res= 4.057 % 100 -Edep 3x3 = 0.954 +- 0.002999 res= 3.144 % 100 -Edep 5x5 = 0.9751 +- 0.002975 res= 3.051 % 100 +Average number of e- 171.2 +Average number of gamma 221.4 +Average number of e+ 47.63 +Average number of steps 1840 +Edep 1x1 = 0.8365 +- 0.003934 res= 4.703 % 100 +Edep 3x3 = 0.9635 +- 0.003637 res= 3.774 % 100 +Edep 5x5 = 0.986 +- 0.003612 res= 3.663 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.8702 +- 0.00302 - E1/E25 = 0.8516 +- 0.003343 - E9/E25 = 0.9785 +- 0.001313 + E1/E9 = 0.8682 +- 0.002749 + E1/E25 = 0.8485 +- 0.003174 + E9/E25 = 0.9772 +- 0.001264 Beam Energy 1 GeV ================================================================== @@ -1573,7 +1573,7 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1585,14 +1585,14 @@ Index : 0 used in the geometry : Yes 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.2919 keV e- 291.524 keV e+ 281.891 keV proton 30 keV + Energy thresholds : gamma 18.3598 keV e- 291.875 keV e+ 282.263 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.92577 keV e- 258.31 keV e+ 253.154 keV proton 30 keV + Energy thresholds : gamma 3.9341 keV e- 258.725 keV e+ 253.579 keV proton 30 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1606,32 +1606,32 @@ Index : 3 used in the geometry : Yes 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 990 eV e- 34.1725 keV e+ 33.9436 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.2283 keV e+ 33.7728 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 990 eV e- 31.9516 keV e+ 31.7376 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 31.7971 keV e+ 31.374 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.499 keV e- 13.0779 MeV e+ 12.2279 MeV proton 1 MeV + Energy thresholds : gamma 60.4828 keV e- 12.9292 MeV e+ 12.0109 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.3682 keV e- 4.52289 MeV e+ 4.28616 MeV proton 1 MeV + Energy thresholds : gamma 20.4366 keV e- 4.57836 MeV e+ 4.28176 MeV proton 1 MeV Region(s) which use this couple : MuonDetector -==================================================================== +================================================================== ### Run 3 starts. ### Run 3 start @@ -1641,22 +1641,22 @@ Index : 7 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.770000s Real=0.779708s Sys=0.000000s + User=4.590000s Real=4.594698s Sys=0.000000s RunAction: End of run actions are started HistoManager: End of run actions are started RunID# 3 ================================================================= Number of events 100 -Average number of e- 171.8 -Average number of gamma 362.3 -Average number of e+ 47.64 -Average number of steps 1973 -Edep 1x1 = 0.834 +- 0.003773 res= 4.524 % 100 -Edep 3x3 = 0.9589 +- 0.003817 res= 3.98 % 100 -Edep 5x5 = 0.9798 +- 0.003845 res= 3.924 % 100 +Average number of e- 173.2 +Average number of gamma 360.1 +Average number of e+ 47.55 +Average number of steps 1980 +Edep 1x1 = 0.8293 +- 0.003394 res= 4.093 % 100 +Edep 3x3 = 0.9534 +- 0.003562 res= 3.736 % 100 +Edep 5x5 = 0.9741 +- 0.003519 res= 3.613 % 100 =========== Ratios without trancating =========================== - E1/E9 = 0.87 +- 0.002519 - E1/E25 = 0.8514 +- 0.002654 - E9/E25 = 0.9787 +- 0.001033 + E1/E9 = 0.87 +- 0.002447 + E1/E25 = 0.8516 +- 0.002669 + E9/E25 = 0.9788 +- 0.001115 Beam Energy 1 GeV ================================================================== @@ -1664,6 +1664,6 @@ Beam Energy 1 GeV G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.084 MB +Dynamic pools deleted: 9 / Total memory freed: 0.087 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/errorpropagation/errorprop.out b/examples/extended/errorpropagation/errorprop.out index 345ffe2f4e4..f232b3e4b94 100644 --- a/examples/extended/errorpropagation/errorprop.out +++ b/examples/extended/errorpropagation/errorprop.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -12,7 +12,7 @@ WWW : http://geant4.org/ ************************************************************** - creating G4RunManagerKernel 0xb6a5e0 + creating G4RunManagerKernel 0x1d1af80 The materials defined are : @@ -87,17 +87,18 @@ 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 -0xd87520G4ErrorPhysicsList:: particle process manager e+ = 0xd89ba0 -0xd87340G4ErrorPhysicsList:: particle process manager e- = 0xd8b630 -0xd87160G4ErrorPhysicsList:: particle process manager gamma = 0xd8b860 -0xd888d0G4ErrorPhysicsList:: particle process manager geantino = 0xd8bab0 -0xd87700G4ErrorPhysicsList:: particle process manager mu+ = 0xd8bd00 -0xd87a10G4ErrorPhysicsList:: particle process manager mu- = 0xd8bf50 -0xd87e30G4ErrorPhysicsList:: particle process manager pi+ = 0xd8c1a0 -0xd88280G4ErrorPhysicsList:: particle process manager pi- = 0xd8c3f0 -0xd886a0G4ErrorPhysicsList:: particle process manager proton = 0xd8c640 +0x1f6cc10G4ErrorPhysicsList:: particle process manager e+ = 0x1f6f2f0 +0x1f6ca30G4ErrorPhysicsList:: particle process manager e- = 0x1f71140 +0x1f6c850G4ErrorPhysicsList:: particle process manager gamma = 0x1f71470 +0x1f6e020G4ErrorPhysicsList:: particle process manager geantino = 0x1f717c0 +0x1f6cdf0G4ErrorPhysicsList:: particle process manager mu+ = 0x1f71b10 +0x1f6d130G4ErrorPhysicsList:: particle process manager mu- = 0x1f71e60 +0x1f6d540G4ErrorPhysicsList:: particle process manager pi+ = 0x1f721b0 +0x1f6d9b0G4ErrorPhysicsList:: particle process manager pi- = 0x1f72500 +0x1f6ddf0G4ErrorPhysicsList:: particle process manager proton = 0x1f72850 physicsList->CheckParticleList() start. physicsList->setCut() start. + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.01 numVar= 6 conv: for gamma SubType=14 BuildTable=1 Lambda table from 1.022 MeV to 100 TeV, 18 bins/decade, spline: 1 @@ -128,7 +129,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 10000 km e- 10000 km e+ 10000 km proton 10000 km -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -158,12 +159,12 @@ Index : 3 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 1 kByte + Total memory consumed for geometry optimisation: 2 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: @@ -176,9 +177,9 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 44.50 0k 3 8 18 0.00 World - 37.80 0k 1 10 10 0.00 HCAL - 17.70 0k 1 4 4 0.00 ECAL + 43.22 1k 3 8 18 0.00 World + 38.80 0k 1 10 10 0.00 HCAL + 17.98 0k 1 4 4 0.00 ECAL /tracking/verbose 1 /geant4e/limits/stepLength 100 mm Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName @@ -229,14 +230,14 @@ G4TablesForExtrapolator::ComputeProtonDEDX 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.10111723911078,0) - Momentum: (22434.27691061237,696.1984263459537,0) + Position: (2210,35.10111557803144,0) + Momentum: (22434.27646982362,696.1983873268582,0) Error: - 9.872380229068542e-08 0 3.726670391445281e-08 2.667490573551994e-06 0 - 0 3.518686265525499e-05 0 0 0.004070045170333897 - 3.726670391445281e-08 0 3.519153658401343e-05 0.004421941182113587 0 - 2.667490573551994e-06 0 0.004421941182113587 0.6258683710821009 0 - 0 0.004070045170333897 0 0 0.5409524027204671 + 9.8723810476934e-08 0 3.726670368239321e-08 2.667490378913729e-06 0 + 0 3.518685858101061e-05 0 0 0.004070044654139157 + 3.726670368239321e-08 0 3.519153250999519e-05 0.004421940625207487 0 + 2.667490378913729e-06 0 0.004421940625207487 0.6258682912301723 0 + 0 0.004070044654139157 0 0 0.5409523335950216 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 @@ -280,14 +281,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.10111723911078,0) - Momentum: (22434.27691061237,696.1984263459537,0) + Position: (2210,35.10111557803144,0) + Momentum: (22434.27646982362,696.1983873268582,0) Error: - 9.872380229068542e-08 0 3.726670391445281e-08 2.667490573551994e-06 0 - 0 3.518686265525499e-05 0 0 0.004070045170333897 - 3.726670391445281e-08 0 3.519153658401343e-05 0.004421941182113587 0 - 2.667490573551994e-06 0 0.004421941182113587 0.6258683710821009 0 - 0 0.004070045170333897 0 0 0.5409524027204671 + 9.8723810476934e-08 0 3.726670368239321e-08 2.667490378913729e-06 0 + 0 3.518685858101061e-05 0 0 0.004070044654139157 + 3.726670368239321e-08 0 3.519153250999519e-05 0.004421940625207487 0 + 2.667490378913729e-06 0 0.004421940625207487 0.6258682912301723 0 + 0 0.004070044654139157 0 0 0.5409523335950216 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 @@ -331,12 +332,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.10111723911078,0) - Momentum: (22434.27691061237,696.1984263459537,0) + Position: (2210,35.10111557803144,0) + Momentum: (22434.27646982362,696.1983873268582,0) Error: - 9.872380229068542e-08 0 3.726670391445281e-08 2.667490573551994e-06 0 - 0 3.518686265525499e-05 0 0 0.004070045170333897 - 3.726670391445281e-08 0 3.519153658401343e-05 0.004421941182113587 0 - 2.667490573551994e-06 0 0.004421941182113587 0.6258683710821009 0 - 0 0.004070045170333897 0 0 0.5409524027204671 + 9.8723810476934e-08 0 3.726670368239321e-08 2.667490378913729e-06 0 + 0 3.518685858101061e-05 0 0 0.004070044654139157 + 3.726670368239321e-08 0 3.519153250999519e-05 0.004421940625207487 0 + 2.667490378913729e-06 0 0.004421940625207487 0.6258682912301723 0 + 0 0.004070044654139157 0 0 0.5409523335950216 diff --git a/examples/extended/eventgenerator/exgps/exgps_batch.out b/examples/extended/eventgenerator/exgps/exgps_batch.out index 1e75f477f5d..8df6bbbbd1f 100644 --- a/examples/extended/eventgenerator/exgps/exgps_batch.out +++ b/examples/extended/eventgenerator/exgps/exgps_batch.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 diff --git a/examples/extended/eventgenerator/particleGun/particleGun_run1.out b/examples/extended/eventgenerator/particleGun/particleGun_run1.out index ef4a7913d2b..74168e29f28 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run1.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,7 +21,7 @@ /tracking/verbose 1 /run/beamOn 1 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -30,7 +30,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -60,12 +60,12 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000503s Sys=0.000000s + User=0.010000s Real=0.000583s Sys=0.000000s # /tracking/verbose 0 /run/beamOn 5 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -74,13 +74,13 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.000045s Sys=0.000000s + User=0.000000s Real=0.000054s 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 84c2ccefcf2..1171dc46856 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run2.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -24,7 +24,7 @@ Set file name: run2 # /run/beamOn 100000 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -33,14 +33,14 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. ... open Root analysis file : run2.root - done Run terminated. Run Summary Number of events processed : 100000 - User=0.200000s Real=0.199325s Sys=0.000000s + User=0.370000s Real=0.387145s Sys=0.000000s ... write Root file : run2.root - done ... close Root 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 fb4f1336016..9268d04bfb1 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run3.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -25,7 +25,7 @@ Set file name: run3 # /run/beamOn 100000 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -34,14 +34,14 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. ... open Root analysis file : run3.root - done Run terminated. Run Summary Number of events processed : 100000 - User=0.210000s Real=0.216384s Sys=0.000000s + User=0.400000s Real=0.398740s Sys=0.000000s ... write Root file : run3.root - done ... close Root 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 b55aaa9f8cd..92b639194f8 100644 --- a/examples/extended/eventgenerator/particleGun/particleGun_run4.out +++ b/examples/extended/eventgenerator/particleGun/particleGun_run4.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -30,7 +30,7 @@ Set file name: run4 # /run/beamOn 1000000 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -39,7 +39,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. ... open Root analysis file : run4.root - done @@ -56,7 +56,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000000 - User=3.090000s Real=3.130691s Sys=0.010000s + User=5.070000s Real=5.142701s Sys=0.010000s ... write Root file : run4.root - done ... close Root file : run4.root - done G4 kernel has come to Quit state. diff --git a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out index 677d2ed1784..8649e6ca60e 100644 --- a/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out +++ b/examples/extended/eventgenerator/userPrimaryGenerator/userPrimaryGenerator.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,7 +19,7 @@ /run/printProgress 10000 /run/beamOn 100000 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -28,7 +28,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. --> Event 0 starts. @@ -44,7 +44,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.430000s Real=0.435086s Sys=0.000000s + User=0.650000s Real=0.660754s Sys=0.000000s G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 9 of which, static: 0 diff --git a/examples/extended/exoticphysics/channeling/channeling.out b/examples/extended/exoticphysics/channeling/channeling.out index 4ade60b6eaf..d69e3b57315 100644 --- a/examples/extended/exoticphysics/channeling/channeling.out +++ b/examples/extended/exoticphysics/channeling/channeling.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,20 +21,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -47,6 +47,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -54,6 +57,9 @@ Registered filter factories: 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 @@ -125,7 +131,7 @@ Rayl: for gamma SubType=11 BuildTable=1 eIoni: for e- SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 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, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 1 MeV MollerBhabha : Emin= 1 MeV Emax= 10 TeV deltaVI @@ -154,7 +160,7 @@ CoulombScat: for e-, integral:1 SubType=1 BuildTable=1 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 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, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== PenIoni : Emin= 0 eV Emax= 1 MeV MollerBhabha : Emin= 1 MeV Emax= 10 TeV deltaVI @@ -187,7 +193,7 @@ CoulombScat: for e+, integral:1 SubType=1 BuildTable=1 hIoni: for proton SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 10 TeV deltaVI @@ -219,7 +225,7 @@ IonCoulombScattering : Emin= 0 eV Emax= 10 TeV ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 10 TeV deltaVI @@ -231,7 +237,7 @@ IonCoulombScattering : Emin= 0 eV Emax= 10 TeV ionIoni: for alpha SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.01 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 10 TeV deltaVI @@ -239,7 +245,7 @@ ionIoni: for alpha SubType=2 hIoni: for anti_proton SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 10 TeV deltaVI @@ -266,7 +272,7 @@ CoulombScat: for anti_proton, integral:1 SubType=1 BuildTable=1 hIoni: for kaon+ SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 10 TeV deltaVI @@ -293,7 +299,7 @@ CoulombScat: for kaon+, integral:1 SubType=1 BuildTable=1 hIoni: for kaon- SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 10 TeV deltaVI @@ -320,7 +326,7 @@ CoulombScat: for kaon-, integral:1 SubType=1 BuildTable=1 muIoni: for mu+ SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + 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 deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -348,7 +354,7 @@ CoulombScat: for mu+, integral:1 SubType=1 BuildTable=1 muIoni: for mu- SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + 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 deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -376,7 +382,7 @@ CoulombScat: for mu-, integral:1 SubType=1 BuildTable=1 hIoni: for pi+ SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 10 TeV deltaVI @@ -403,7 +409,7 @@ CoulombScat: for pi+, integral:1 SubType=1 BuildTable=1 hIoni: for pi- SubType=2 dE/dx and range tables from 100 eV to 10 TeV in 220 bins Lambda tables from threshold to 10 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.2, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 10 TeV deltaVI @@ -454,31 +460,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -486,11 +492,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -500,11 +506,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -514,11 +520,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -528,11 +534,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -542,11 +548,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -556,11 +562,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -569,12 +575,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -594,7 +600,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -690,17 +697,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -720,6 +741,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/exoticphysics/dmparticle/dmparticle.out b/examples/extended/exoticphysics/dmparticle/dmparticle.out index b4eaf76f5ea..9b1c66fb77a 100644 --- a/examples/extended/exoticphysics/dmparticle/dmparticle.out +++ b/examples/extended/exoticphysics/dmparticle/dmparticle.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,20 +18,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -44,6 +44,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -51,6 +54,9 @@ Registered filter factories: 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 @@ -457,7 +463,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -469,11 +475,11 @@ Index : 0 used in the geometry : Yes 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.333 keV e- 2.29087 MeV e+ 2.15443 MeV proton 100 keV + Energy thresholds : gamma 106.311 keV e- 2.31979 MeV e+ 2.13257 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -483,571 +489,579 @@ See commands in /vis/modeling/trajectories/ for other options. ... open Root 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)= 53.4305 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.3849 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.45963 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.9024 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54457 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 42.8251 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.625288 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.48605 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.8556 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.3519 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 57.4575 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.87653 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.731941 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 52.429 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.01024 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.15458 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.0774 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.847699 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.30623 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.56089 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.70694 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.22836 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.5318 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14399 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.92369 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.66525 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.890454 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.43946 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 21.7986 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.26469 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.611581 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.24883 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.68961 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.02519 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 38.4366 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.26687 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.31116 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.1966 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.00609 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.2326 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.8347 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.25657 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2788 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.45915 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13779 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06147 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.953476 Mass(GeV)= 0.5 TrackId= 77 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28053 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.33866 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.721702 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.2464 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.692119 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.48439 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 39.8872 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.674033 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.22559 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 34.7665 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23798 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.51304 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.24268 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.5717 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.742261 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04975 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.21313 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 21.8944 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.04374 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.67035 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.41562 Mass(GeV)= 0.5 TrackId= 83 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.850313 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.41822 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11119 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.58588 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 52.6257 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19626 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.75917 Mass(GeV)= 0.5 TrackId= 80 +### New exotic particle produced: ldmphoton Ekin(GeV)= 49.9649 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.75307 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.75906 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.52956 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.22778 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16495 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.88203 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.726119 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.8919 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.772502 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.59712 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 22.5775 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.8198 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.03052 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.18994 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.48802 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.3885 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.826573 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05839 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13361 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.24077 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 63.4334 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.50355 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.776919 Mass(GeV)= 0.5 TrackId= 48 --> Event 10 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02935 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.2044 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13852 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.0897 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.0161 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53024 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.796801 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.64255 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.66285 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.4784 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.1662 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.00739 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.996 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.116 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.22251 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.07532 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.29176 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.994025 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.8013 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.07132 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04127 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.61813 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.92905 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.167 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 62.1668 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.5811 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.24466 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.44974 Mass(GeV)= 0.5 TrackId= 55 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.52214 Mass(GeV)= 0.5 TrackId= 65 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13925 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6056 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.21442 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.989344 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.41571 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.67137 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.807 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 39.6576 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.89719 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.22807 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.653918 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.43589 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.91958 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.630557 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.21365 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.2424 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.1286 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.79497 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.6113 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.96596 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.635617 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 26.8053 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32626 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.54799 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.82987 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.6704 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.740815 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.22486 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.78446 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.69902 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.5585 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46469 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.769311 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3955 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.0603 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.7425 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.972 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.42304 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.02646 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14608 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.44802 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96477 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.36093 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.889151 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 32.2689 Mass(GeV)= 0.5 TrackId= 89 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.862102 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.5079 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.73262 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 14.3127 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.91307 Mass(GeV)= 0.5 TrackId= 86 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.906588 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.50952 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07299 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.696034 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.40113 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.05074 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.59391 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.4543 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.821864 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17815 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.2967 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.25229 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19455 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32638 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 35.7484 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.09659 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.672912 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.8886 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.47301 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.03777 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.2615 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.8085 Mass(GeV)= 0.5 TrackId= 49 --> Event 20 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.938936 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.6246 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.78988 Mass(GeV)= 0.5 TrackId= 80 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.69227 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.812779 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.9469 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.895437 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.42887 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.97969 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.71301 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.44747 Mass(GeV)= 0.5 TrackId= 87 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.00694 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.59325 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.9004 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.45043 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.1472 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05187 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.81352 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15556 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65123 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.75255 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.80072 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 20.521 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01661 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.3995 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.986844 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.64399 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.77155 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.9341 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.59451 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 37.4303 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.657462 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.26743 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 46.2095 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.89752 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.617831 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.85832 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.974997 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.20248 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.621473 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.761299 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.44053 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.86014 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.54998 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 46.5582 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.0975 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.18959 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25842 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.40291 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 26.443 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.39716 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.648734 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23187 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.47772 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.01348 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.19727 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.63297 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02773 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05488 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.9424 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.783457 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.90299 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.51547 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.6104 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.84211 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.2864 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.9011 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.67987 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.864895 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18383 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 14.5323 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.8134 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.7146 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.00197 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.74169 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25916 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.98568 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.395 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.671489 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.9481 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.6298 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.83776 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.10939 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.23175 Mass(GeV)= 0.5 TrackId= 64 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.67867 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 22.5419 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.996205 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.67762 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.6117 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.89158 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.98494 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.71739 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.90004 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.5243 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.0137 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.89794 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.83756 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.60072 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19005 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.3952 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16582 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.76943 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.71105 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.10404 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.91356 Mass(GeV)= 0.5 TrackId= 73 --> Event 30 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.95686 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.33622 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.24855 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.17648 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 46.6741 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.72518 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.85994 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.48903 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28859 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.58798 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.14357 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.38006 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18224 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.4124 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.918537 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3247 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.43331 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.697204 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.76533 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.917834 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.610705 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26107 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.14265 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.7978 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.38485 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.37119 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.30219 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76886 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 31.1369 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.58133 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.53706 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.8453 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.31718 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.84813 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.20174 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.619063 Mass(GeV)= 0.5 TrackId= 87 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.8306 Mass(GeV)= 0.5 TrackId= 88 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.947501 Mass(GeV)= 0.5 TrackId= 95 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.54951 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.72378 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.76667 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2373 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53662 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.12829 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.877621 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.77719 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46658 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76349 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05253 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.718957 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.98192 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.29577 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46847 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.637336 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.31155 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.991682 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.31813 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.7222 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.3357 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.82901 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.15733 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.32494 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.6989 Mass(GeV)= 0.5 TrackId= 87 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.70678 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.0499 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.3154 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.55655 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.28193 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.85658 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.13887 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.34792 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.3313 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.36945 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3684 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.22815 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.66317 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.655236 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.1889 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02499 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.8566 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.780219 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.30779 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06261 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.662 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.696723 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.67879 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.1774 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.762516 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.2301 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.93714 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.23352 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.724234 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.05279 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.8288 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.59072 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.72185 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.29442 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.12003 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.607328 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.18985 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14604 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.36524 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.39382 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.758016 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09436 Mass(GeV)= 0.5 TrackId= 73 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.710375 Mass(GeV)= 0.5 TrackId= 82 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.13265 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.70188 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.2119 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.17335 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.2797 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.664676 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.13639 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.01698 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15395 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.1248 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76439 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14859 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.42109 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.18188 Mass(GeV)= 0.5 TrackId= 78 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.96847 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 64.0319 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7057 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19369 Mass(GeV)= 0.5 TrackId= 62 --> Event 40 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.16282 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.49299 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.12085 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.40881 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 55.0542 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46802 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09564 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.70763 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.37088 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.8375 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.9651 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.01395 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.00309 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.0203 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.97626 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 48.5196 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34175 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.959677 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.4134 Mass(GeV)= 0.5 TrackId= 82 -### New exotic particle produced: ldmphoton Ekin(GeV)= 37.6509 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.49765 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.6503 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.40299 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.676472 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.73023 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06139 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14429 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.05078 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.7629 Mass(GeV)= 0.5 TrackId= 87 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.0247 Mass(GeV)= 0.5 TrackId= 89 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3443 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.879921 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.694178 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.27226 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.6965 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.0879 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.625849 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.17635 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.1186 Mass(GeV)= 0.5 TrackId= 46 -### New exotic particle produced: ldmphoton Ekin(GeV)= 21.9805 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 27.974 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.94291 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.26611 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.46071 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.17489 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.59981 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.84541 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.76492 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.59482 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.0019 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.47736 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.98297 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60579 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.68687 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.89618 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.635376 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.952367 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.47721 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.42802 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.74533 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.76465 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.0733 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63992 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 35.0379 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.663219 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32926 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26787 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.6606 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.909643 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.62609 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 32.3852 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.69369 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.67556 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.97206 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.33612 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19511 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.15464 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18578 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.16579 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65028 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7482 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.02529 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34786 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.58663 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.494 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.80007 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 21.3003 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.849453 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.31185 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.640929 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.880807 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.70357 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.13674 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.616223 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.09384 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.85947 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.715974 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.647339 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.75787 Mass(GeV)= 0.5 TrackId= 82 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.34112 Mass(GeV)= 0.5 TrackId= 89 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.1148 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.56967 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.845911 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02833 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.86507 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.22258 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.73851 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.4122 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.956368 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.6732 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50672 Mass(GeV)= 0.5 TrackId= 56 --> Event 50 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.79882 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.13925 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.8075 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15108 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.69157 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.97724 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.64435 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 23.3058 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.32507 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.774863 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.869725 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.21975 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.855218 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.847355 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.739718 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.161 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.27164 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23053 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.8099 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.35672 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14186 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26374 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 17.4185 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 33.4462 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.08546 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.69094 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0007 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.20814 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.756505 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.20712 Mass(GeV)= 0.5 TrackId= 79 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.886412 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 18.8174 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.80776 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.0763 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.20222 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.02512 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63455 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.58541 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.936187 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.5725 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.29408 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.650649 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.761754 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6506 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.48308 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.870186 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.950936 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.54293 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.54914 Mass(GeV)= 0.5 TrackId= 44 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.4297 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19185 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.34085 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.47121 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.3246 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.865938 Mass(GeV)= 0.5 TrackId= 25 -### New exotic particle produced: ldmphoton Ekin(GeV)= 14.1242 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.10501 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.2358 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.775294 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.3283 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.56363 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.73887 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.804431 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.52522 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.641225 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 34.9665 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.32972 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07231 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.702234 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.13647 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 36.5195 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.30608 Mass(GeV)= 0.5 TrackId= 62 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.45163 Mass(GeV)= 0.5 TrackId= 67 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.53583 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.611696 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 23.653 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.82494 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.70394 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.13961 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04578 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14711 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.27376 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.985636 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.906569 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.61138 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.71771 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 75.3446 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09407 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.28584 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.638669 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.09681 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.5534 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.64125 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.55901 Mass(GeV)= 0.5 TrackId= 74 +### New exotic particle produced: ldmphoton Ekin(GeV)= 39.2334 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.01946 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.5843 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14369 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65975 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.963028 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.66105 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.18797 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76751 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.7684 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.31898 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.20349 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.41818 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.40315 Mass(GeV)= 0.5 TrackId= 76 --> Event 60 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.96073 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.785819 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.32722 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.4618 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 40.7136 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.6059 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.792427 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.47283 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.10124 Mass(GeV)= 0.5 TrackId= 72 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.9127 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.07622 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 34.2228 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.4351 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.970888 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.868916 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.66311 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 33.8655 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.74926 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01668 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.746192 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.917815 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0551 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2741 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.24833 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.95662 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 44.8847 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.78131 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7483 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.61947 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.02846 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.74635 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.27404 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.71207 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.40333 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.700719 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 21.9271 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.64506 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 50.2019 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.1074 Mass(GeV)= 0.5 TrackId= 52 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.48064 Mass(GeV)= 0.5 TrackId= 70 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.97126 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23675 Mass(GeV)= 0.5 TrackId= 62 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.876334 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.43204 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.16375 Mass(GeV)= 0.5 TrackId= 53 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.31916 Mass(GeV)= 0.5 TrackId= 54 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.3439 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18874 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.90948 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.03751 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04222 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.66293 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.66358 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.37101 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.66265 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.828987 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.36192 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.04394 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.940075 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.49847 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.76 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.60494 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27977 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.86643 Mass(GeV)= 0.5 TrackId= 5 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.9037 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.644782 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 21.1411 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.6034 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.47373 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.692847 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.04547 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 43.5287 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.30891 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.23221 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53382 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53122 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.03766 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.59804 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.972902 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 22.914 Mass(GeV)= 0.5 TrackId= 34 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.602631 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.602663 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.991956 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38867 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.710627 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.3829 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.637293 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 50.6849 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.42647 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.40281 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.05073 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.8495 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.69742 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.98222 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.62484 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.953418 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.4969 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.2665 Mass(GeV)= 0.5 TrackId= 14 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04844 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.39393 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.78335 Mass(GeV)= 0.5 TrackId= 61 --> Event 70 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11869 Mass(GeV)= 0.5 TrackId= 4 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.618717 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 18.0013 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.52768 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.13616 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.9696 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26101 Mass(GeV)= 0.5 TrackId= 77 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.604709 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.75929 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01028 Mass(GeV)= 0.5 TrackId= 11 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.4095 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.61475 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.90284 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.78393 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.40211 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.27913 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.04976 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 37.0731 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.73026 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.693599 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.90497 Mass(GeV)= 0.5 TrackId= 58 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.1947 Mass(GeV)= 0.5 TrackId= 60 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.31553 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28978 Mass(GeV)= 0.5 TrackId= 64 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.80095 Mass(GeV)= 0.5 TrackId= 74 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.40422 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.94663 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32736 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3868 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.62951 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.29112 Mass(GeV)= 0.5 TrackId= 61 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.02704 Mass(GeV)= 0.5 TrackId= 75 -### New exotic particle produced: ldmphoton Ekin(GeV)= 31.8494 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.967853 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 18.6652 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6012 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.13255 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.66153 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.05619 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.7241 Mass(GeV)= 0.5 TrackId= 26 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.52606 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 23.713 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.04991 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.906126 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.19981 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.65561 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.45966 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2102 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50244 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.86759 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 57.642 Mass(GeV)= 0.5 TrackId= 45 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.12044 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.16444 Mass(GeV)= 0.5 TrackId= 6 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.24832 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.46642 Mass(GeV)= 0.5 TrackId= 34 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.83518 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 38.7702 Mass(GeV)= 0.5 TrackId= 66 -### New exotic particle produced: ldmphoton Ekin(GeV)= 19.3699 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.51644 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.58157 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 22.5716 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76989 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.94571 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.88277 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38239 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.19736 Mass(GeV)= 0.5 TrackId= 53 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.95867 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 58.4693 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.11822 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.925151 Mass(GeV)= 0.5 TrackId= 22 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.7514 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.74854 Mass(GeV)= 0.5 TrackId= 75 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.774359 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.55939 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.921982 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.73033 Mass(GeV)= 0.5 TrackId= 45 +### New exotic particle produced: ldmphoton Ekin(GeV)= 49.2668 Mass(GeV)= 0.5 TrackId= 59 +### New exotic particle produced: ldmphoton Ekin(GeV)= 16.4261 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.86889 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.705324 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76671 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.61128 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.846683 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.00478 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.079 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.33757 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.90716 Mass(GeV)= 0.5 TrackId= 56 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.85988 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.629188 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 25.8843 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46924 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.19568 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.14327 Mass(GeV)= 0.5 TrackId= 50 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.93917 Mass(GeV)= 0.5 TrackId= 83 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.908848 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60991 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 59.1504 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.58796 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.8686 Mass(GeV)= 0.5 TrackId= 77 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.786673 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.72559 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.00704 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.2992 Mass(GeV)= 0.5 TrackId= 47 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.611407 Mass(GeV)= 0.5 TrackId= 65 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.03234 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.47979 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.1923 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.81819 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.67916 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.12934 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.69992 Mass(GeV)= 0.5 TrackId= 12 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.53524 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.766585 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.992692 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 21.1531 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.833235 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.686665 Mass(GeV)= 0.5 TrackId= 40 --> Event 80 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.2362 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.53992 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.46018 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.18155 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.65532 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2222 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.650196 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 9.14893 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.91643 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.24004 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.986003 Mass(GeV)= 0.5 TrackId= 35 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.53991 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 15.2585 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.927065 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.42891 Mass(GeV)= 0.5 TrackId= 48 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.27726 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.76233 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.61271 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.99629 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.17374 Mass(GeV)= 0.5 TrackId= 42 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.660267 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.55273 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.5551 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.42907 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.8467 Mass(GeV)= 0.5 TrackId= 63 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.1295 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.75909 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.15794 Mass(GeV)= 0.5 TrackId= 85 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.50884 Mass(GeV)= 0.5 TrackId= 7 -### New exotic particle produced: ldmphoton Ekin(GeV)= 24.8399 Mass(GeV)= 0.5 TrackId= 23 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.08601 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.76114 Mass(GeV)= 0.5 TrackId= 33 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.679465 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.43808 Mass(GeV)= 0.5 TrackId= 67 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.831292 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.2729 Mass(GeV)= 0.5 TrackId= 76 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.3558 Mass(GeV)= 0.5 TrackId= 83 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.26042 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27879 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26111 Mass(GeV)= 0.5 TrackId= 40 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.11262 Mass(GeV)= 0.5 TrackId= 49 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.2197 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07903 Mass(GeV)= 0.5 TrackId= 5 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.641301 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 8.08527 Mass(GeV)= 0.5 TrackId= 22 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6737 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05121 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.706781 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.705916 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.85271 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.8123 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 47.52 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 24.169 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.03859 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.0331 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.63066 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25986 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.91242 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.19756 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.62936 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.77985 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.2963 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 5.44739 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.800212 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.51487 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.601784 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.43007 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.06401 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.08589 Mass(GeV)= 0.5 TrackId= 58 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.6174 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.81859 Mass(GeV)= 0.5 TrackId= 83 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.12233 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11922 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.05292 Mass(GeV)= 0.5 TrackId= 39 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.29696 Mass(GeV)= 0.5 TrackId= 51 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.88656 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 12.8543 Mass(GeV)= 0.5 TrackId= 68 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.35902 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.54603 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.75305 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23311 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.5779 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.665583 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.49707 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.62875 Mass(GeV)= 0.5 TrackId= 17 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.4785 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 13.018 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.67988 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.24482 Mass(GeV)= 0.5 TrackId= 55 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.76439 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.613302 Mass(GeV)= 0.5 TrackId= 69 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.21181 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.64711 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.2114 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.95131 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.68462 Mass(GeV)= 0.5 TrackId= 18 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.50818 Mass(GeV)= 0.5 TrackId= 25 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.892309 Mass(GeV)= 0.5 TrackId= 49 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14014 Mass(GeV)= 0.5 TrackId= 61 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.69085 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.644306 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.7601 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.82892 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.25921 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.39701 Mass(GeV)= 0.5 TrackId= 46 +### New exotic particle produced: ldmphoton Ekin(GeV)= 17.0591 Mass(GeV)= 0.5 TrackId= 83 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.859306 Mass(GeV)= 0.5 TrackId= 4 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.17178 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02746 Mass(GeV)= 0.5 TrackId= 26 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.8892 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.90339 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.00107 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 15.3466 Mass(GeV)= 0.5 TrackId= 43 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.08328 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.63486 Mass(GeV)= 0.5 TrackId= 15 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.93413 Mass(GeV)= 0.5 TrackId= 31 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.734 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.0354 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.02715 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 20.2427 Mass(GeV)= 0.5 TrackId= 41 --> Event 90 starts. -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.739252 Mass(GeV)= 0.5 TrackId= 3 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.604917 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 35.6272 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.85037 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.01285 Mass(GeV)= 0.5 TrackId= 8 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.14133 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.68924 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.623396 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.209 Mass(GeV)= 0.5 TrackId= 37 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2683 Mass(GeV)= 0.5 TrackId= 41 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.22767 Mass(GeV)= 0.5 TrackId= 59 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.623842 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28291 Mass(GeV)= 0.5 TrackId= 2 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.6417 Mass(GeV)= 0.5 TrackId= 10 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.13865 Mass(GeV)= 0.5 TrackId= 18 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.60184 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 22.7007 Mass(GeV)= 0.5 TrackId= 69 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.886194 Mass(GeV)= 0.5 TrackId= 73 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.28992 Mass(GeV)= 0.5 TrackId= 15 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.629183 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65984 Mass(GeV)= 0.5 TrackId= 28 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.2393 Mass(GeV)= 0.5 TrackId= 39 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.9667 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.17679 Mass(GeV)= 0.5 TrackId= 71 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.17512 Mass(GeV)= 0.5 TrackId= 77 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.16153 Mass(GeV)= 0.5 TrackId= 17 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.80735 Mass(GeV)= 0.5 TrackId= 19 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.848488 Mass(GeV)= 0.5 TrackId= 27 -### New exotic particle produced: ldmphoton Ekin(GeV)= 12.4747 Mass(GeV)= 0.5 TrackId= 32 -### New exotic particle produced: ldmphoton Ekin(GeV)= 42.6895 Mass(GeV)= 0.5 TrackId= 43 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.63395 Mass(GeV)= 0.5 TrackId= 51 -### New exotic particle produced: ldmphoton Ekin(GeV)= 5.27245 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 16.7916 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.64907 Mass(GeV)= 0.5 TrackId= 20 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.96146 Mass(GeV)= 0.5 TrackId= 36 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.8496 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.17333 Mass(GeV)= 0.5 TrackId= 57 -### New exotic particle produced: ldmphoton Ekin(GeV)= 3.33227 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 36.5258 Mass(GeV)= 0.5 TrackId= 14 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.8296 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 6.40056 Mass(GeV)= 0.5 TrackId= 38 -### New exotic particle produced: ldmphoton Ekin(GeV)= 4.05964 Mass(GeV)= 0.5 TrackId= 68 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.56286 Mass(GeV)= 0.5 TrackId= 12 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.859032 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.38194 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.822019 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.06027 Mass(GeV)= 0.5 TrackId= 31 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.73219 Mass(GeV)= 0.5 TrackId= 56 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.26503 Mass(GeV)= 0.5 TrackId= 9 -### New exotic particle produced: ldmphoton Ekin(GeV)= 11.5618 Mass(GeV)= 0.5 TrackId= 13 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.19983 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.09432 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.774784 Mass(GeV)= 0.5 TrackId= 47 -### New exotic particle produced: ldmphoton Ekin(GeV)= 0.894639 Mass(GeV)= 0.5 TrackId= 78 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.08633 Mass(GeV)= 0.5 TrackId= 79 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.10409 Mass(GeV)= 0.5 TrackId= 16 -### New exotic particle produced: ldmphoton Ekin(GeV)= 25.2896 Mass(GeV)= 0.5 TrackId= 21 -### New exotic particle produced: ldmphoton Ekin(GeV)= 7.41523 Mass(GeV)= 0.5 TrackId= 24 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.14971 Mass(GeV)= 0.5 TrackId= 29 -### New exotic particle produced: ldmphoton Ekin(GeV)= 10.3195 Mass(GeV)= 0.5 TrackId= 30 -### New exotic particle produced: ldmphoton Ekin(GeV)= 1.6127 Mass(GeV)= 0.5 TrackId= 50 -### New exotic particle produced: ldmphoton Ekin(GeV)= 2.28901 Mass(GeV)= 0.5 TrackId= 63 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.66726 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 8.68698 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.04524 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.835073 Mass(GeV)= 0.5 TrackId= 72 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.94931 Mass(GeV)= 0.5 TrackId= 10 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.87086 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 19.7646 Mass(GeV)= 0.5 TrackId= 28 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.75081 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.18272 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.31144 Mass(GeV)= 0.5 TrackId= 41 +### New exotic particle produced: ldmphoton Ekin(GeV)= 43.8495 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.45864 Mass(GeV)= 0.5 TrackId= 6 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.74487 Mass(GeV)= 0.5 TrackId= 8 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.97618 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.0359 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.685278 Mass(GeV)= 0.5 TrackId= 32 +### New exotic particle produced: ldmphoton Ekin(GeV)= 14.8164 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.843439 Mass(GeV)= 0.5 TrackId= 60 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.647722 Mass(GeV)= 0.5 TrackId= 71 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.1022 Mass(GeV)= 0.5 TrackId= 2 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.24899 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.09387 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.15379 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.22135 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.73545 Mass(GeV)= 0.5 TrackId= 52 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.23919 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 10.696 Mass(GeV)= 0.5 TrackId= 24 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.11961 Mass(GeV)= 0.5 TrackId= 29 +### New exotic particle produced: ldmphoton Ekin(GeV)= 6.79261 Mass(GeV)= 0.5 TrackId= 33 +### New exotic particle produced: ldmphoton Ekin(GeV)= 9.05235 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27645 Mass(GeV)= 0.5 TrackId= 44 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.37919 Mass(GeV)= 0.5 TrackId= 48 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.649401 Mass(GeV)= 0.5 TrackId= 66 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.18847 Mass(GeV)= 0.5 TrackId= 85 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.85294 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.73389 Mass(GeV)= 0.5 TrackId= 16 +### New exotic particle produced: ldmphoton Ekin(GeV)= 11.4798 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 18.2335 Mass(GeV)= 0.5 TrackId= 70 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.22995 Mass(GeV)= 0.5 TrackId= 3 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.27566 Mass(GeV)= 0.5 TrackId= 7 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.57017 Mass(GeV)= 0.5 TrackId= 11 +### New exotic particle produced: ldmphoton Ekin(GeV)= 51.5881 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.28149 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 4.28713 Mass(GeV)= 0.5 TrackId= 30 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.40993 Mass(GeV)= 0.5 TrackId= 37 +### New exotic particle produced: ldmphoton Ekin(GeV)= 3.6644 Mass(GeV)= 0.5 TrackId= 42 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.07248 Mass(GeV)= 0.5 TrackId= 13 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.32592 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.10092 Mass(GeV)= 0.5 TrackId= 23 +### New exotic particle produced: ldmphoton Ekin(GeV)= 27.3709 Mass(GeV)= 0.5 TrackId= 38 +### New exotic particle produced: ldmphoton Ekin(GeV)= 7.93928 Mass(GeV)= 0.5 TrackId= 57 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.46907 Mass(GeV)= 0.5 TrackId= 9 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.716317 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.810751 Mass(GeV)= 0.5 TrackId= 35 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.65416 Mass(GeV)= 0.5 TrackId= 19 +### New exotic particle produced: ldmphoton Ekin(GeV)= 34.3745 Mass(GeV)= 0.5 TrackId= 20 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.2395 Mass(GeV)= 0.5 TrackId= 21 +### New exotic particle produced: ldmphoton Ekin(GeV)= 1.8655 Mass(GeV)= 0.5 TrackId= 27 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.626995 Mass(GeV)= 0.5 TrackId= 36 +### New exotic particle produced: ldmphoton Ekin(GeV)= 2.00833 Mass(GeV)= 0.5 TrackId= 40 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.650225 Mass(GeV)= 0.5 TrackId= 54 +### New exotic particle produced: ldmphoton Ekin(GeV)= 0.773993 Mass(GeV)= 0.5 TrackId= 59 Run terminated. Run Summary Number of events processed : 100 - User=0.600000s Real=0.606270s Sys=0.000000s -RunAction: End of run actions are started 1 Nevt= 100 Edep= 3722.43 + User=1.360000s Real=1.402994s Sys=0.010000s +RunAction: End of run actions are started 1 Nevt= 100 Edep= 3729.36 ==================================================== Beam Particle: proton Ekin(GeV) = 100 @@ -1055,8 +1069,8 @@ RunAction: End of run actions are started 1 Nevt= 100 Edep= 3722.43 ================== run summary ===================== End of Run TotNbofEvents = 100 - Mean energy deposit in absorber = 3.7224 +- 0.021828 GeV RMS/Emean = 0.058638 - Mean number of steps in absorber= 85.52 + Mean energy deposit in absorber = 3.7294 +- 0.023386 GeV RMS/Emean = 0.062708 + Mean number of steps in absorber= 83.65 ================== run end ========================== ... write Root file : dmp.root - done diff --git a/examples/extended/exoticphysics/monopole/History b/examples/extended/exoticphysics/monopole/History index f1eda3a09c2..9d53bd1e53e 100644 --- a/examples/extended/exoticphysics/monopole/History +++ b/examples/extended/exoticphysics/monopole/History @@ -14,7 +14,7 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -21 February 2020: V.Ivantchenko (monopole-V10-05-03) +21 February 2020: V.Ivantchenko (monopole-V10-06-00) - G4MonopolePhysics - minor code clean-up for thread safety - monopole.cc - do not instantiate VisManager in the batch mode; fixed typos diff --git a/examples/extended/exoticphysics/monopole/monopole.out b/examples/extended/exoticphysics/monopole/monopole.out index 3e9116a4039..6b425c80802 100644 --- a/examples/extended/exoticphysics/monopole/monopole.out +++ b/examples/extended/exoticphysics/monopole/monopole.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -36,6 +36,8 @@ Monopole is created: m(GeV)= 100 Qel= 0 Qmag= 68.518 --------------------------------------------------------- G4MonopoleEquation::G4MonopoleEquation + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.01 numVar= 6 + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.01 numVar= 8 FTFP_BERT : new threshold between BERT and FTFP is over the interval for pions : 3 to 6 GeV @@ -46,7 +48,7 @@ G4MonopoleEquation::G4MonopoleEquation ### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 /particle/select monopole /particle/process/dump -G4ProcessManager: particle[monopole] +G4ProcessManager: particle[monopole] [0]=== process[MonopoleTransportation :Transportation] Active Ordering:: AtRest AlongStep PostStep GetPIL/ DoIt GetPIL/ DoIt GetPIL/ DoIt @@ -68,6 +70,8 @@ G4ProcessManager: particle[monopole] /run/printProgress 10 /testex/fld/setField 0.2 tesla G4MonopoleEquation::G4MonopoleEquation + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.01 numVar= 6 + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.01 numVar= 8 /gun/particle monopole /gun/energy 100 GeV /run/beamOn 100 @@ -465,31 +469,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -497,11 +501,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -511,11 +515,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -525,11 +529,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -539,11 +543,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -553,11 +557,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -567,11 +571,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -580,12 +584,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -605,7 +609,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -701,17 +706,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -731,6 +750,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -740,7 +760,7 @@ Upload data before 1st event for Z < 9 ======================================================================= ### Run 0 starts. -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -752,11 +772,11 @@ Index : 0 used in the geometry : Yes 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.87535 keV e- 424.726 keV e+ 410.692 keV proton 70 keV + Energy thresholds : gamma 5.87994 keV e- 424.707 keV e+ 410.72 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 start. ... open Root analysis file : monopole.root - done @@ -773,7 +793,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.7964 cm rms= 173.04 um + Projected Range= 7.7972 cm rms= 176.42 um ################################################################## ### Stopping Powers and Cross Sections @@ -782,7 +802,7 @@ Index : 1 used in the geometry : Yes restr tot restr tot p mpl ################################################################## 0. 0.001 24.5 24.5 0.633-4.04e-16 0 0 - 1. 0.00126 27.4 27.3 0.71-4.54e-16 0 0 + 1. 0.00126 27.3 27.3 0.71-4.54e-16 0 0 2. 0.00158 30.7 30.8 0.797-5.09e-16 0 0 3. 0.002 34.6 34.6 0.894-5.71e-16 0 0 4. 0.00251 38.8 38.8 1-6.41e-16 0 0 @@ -791,9 +811,9 @@ Index : 1 used in the geometry : Yes 7. 0.00501 54.8 54.8 1.42-9.05e-16 0 0 8. 0.00631 61.4 61.5 1.59-1.02e-15 0 0 9. 0.00794 69 68.9 1.78-1.14e-15 0 0 -10. 0.01 77.4 77.4 2-1.28e-15 0 0 -11. 0.0126 85.3 85.2 2.25-1.43e-15 0 0 -12. 0.0158 93.3 93.5 2.52-1.61e-15 0 0 +10. 0.01 77.2 77.4 2-1.28e-15 0 0 +11. 0.0126 85.2 85.2 2.25-1.43e-15 0 0 +12. 0.0158 93.4 93.5 2.52-1.61e-15 0 0 13. 0.02 102 102 2.83-1.81e-15 0 0 14. 0.0251 110 110 3.17-2.03e-15 0 0 15. 0.0316 118 118 3.56-2.27e-15 0 0 @@ -807,46 +827,46 @@ Index : 1 used in the geometry : Yes 23. 0.2 90.6 90.6 8.94-5.71e-15 0 0 24. 0.251 82.1 82.1 10-6.41e-15 0 0 25. 0.316 74.2 74.2 11.3-7.19e-15 0 0 -26. 0.398 66.8 66.8 12.6-8.07e-15 0 0 +26. 0.398 66.7 66.8 12.6-8.07e-15 0 0 27. 0.501 59.8 59.7 14.2-9.05e-15 0 0 -28. 0.631 53.3 53.4 15.9-1.02e-14 0 0 -29. 0.794 47.2 47.1 17.8-1.14e-14 0 0 +28. 0.631 53.4 53.4 15.9-1.02e-14 0 0 +29. 0.794 47 47.1 17.8-1.14e-14 0 0 30. 1 40.8 40.8 20-1.28e-14 0 0 31. 1.26 35.3 35.3 22.5-1.43e-14 0 0 32. 1.58 30.4 30.4 25.2-1.61e-14 0 0 -33. 2 26.1 26.1 28.3-1.81e-14 0 0 +33. 2 26 26.1 28.3-1.81e-14 0 0 34. 2.51 22.2 22.3 31.7-2.03e-14 0 0 35. 3.16 18.9 18.9 35.6-2.27e-14 0 0 -36. 3.98 16.1 16 39.9-2.55e-14 0 0 -37. 5.01 13.6 13.6 44.5 0.0264 0 0 -38. 6.31 11.4 11.4 47.7 3.1 0 0 -39. 7.94 9.59 9.61 50.4 7.11 0 0 +36. 3.98 16.1 16 40.1-2.55e-14 0 0 +37. 5.01 13.6 13.6 44.3 0.0264 0 0 +38. 6.31 11.4 11.4 47.2 3.1 0 0 +39. 7.94 9.6 9.61 50.6 7.11 0 0 40. 10 8.05 8.05 54.9 12.2 0 0 -41. 12.6 6.7 6.69 60.4 18.5 0 0 -42. 15.8 5.57 5.58 67.1 26.3 0 0 -43. 20 4.66 4.66 75.6 35.8 0 0 -44. 25.1 3.91 3.91 85.8 47.2 0 0 +41. 12.6 6.73 6.69 60.4 18.5 0 0 +42. 15.8 5.58 5.58 67.2 26.3 0 0 +43. 20 4.65 4.66 75.6 35.8 0 0 +44. 25.1 3.91 3.91 85.7 47.2 0 0 45. 31.6 3.27 3.27 98 60.8 0 0 -46. 39.8 2.74 2.74 113 77 0 0 +46. 39.8 2.73 2.74 113 77 0 0 47. 50.1 2.29 2.29 130 96.2 0 0 48. 63.1 1.92 1.92 151 119 0 0 49. 79.4 1.61 1.61 175 145 0 0 50. 100 1.36 1.36 204 176 0 0 51. 126 1.15 1.15 238 213 0 0 -52. 158 0.983 0.984 277 255 0 0 -53. 200 0.842 0.847 322 304 0.00775 0 -54. 251 0.724 0.736 376 361 0.024 0 -55. 316 0.628 0.646 437 427 0.0302 0 -56. 398 0.554 0.575 509 503 0.0338 0 -57. 501 0.495 0.52 588 591 0.0353 0 -58. 631 0.449 0.476 638 631 0.036 0 -59. 794 0.414 0.444 667 670 0.0364 0 -60. 1e+03 0.388 0.421 708 708 0.0368 0 +52. 158 0.984 0.984 277 255 0 0 +53. 200 0.842 0.847 322 304 0.00783 0 +54. 251 0.723 0.736 375 361 0.0239 0 +55. 316 0.629 0.646 437 427 0.0303 0 +56. 398 0.554 0.575 510 503 0.0339 0 +57. 501 0.495 0.52 580 591 0.0353 0 +58. 631 0.45 0.476 633 631 0.036 0 +59. 794 0.414 0.444 671 670 0.0364 0 +60. 1e+03 0.388 0.421 707 708 0.0368 0 61. 1.26e+03 0.369 0.405 748 747 0.0373 0 -62. 1.58e+03 0.355 0.395 785 786 0.0379 0 +62. 1.58e+03 0.355 0.395 786 786 0.0379 0 63. 2e+03 0.346 0.39 825 825 0.0385 0 64. 2.51e+03 0.34 0.388 864 864 0.0391 0 -65. 3.16e+03 0.337 0.39 902 903 0.0396 0 +65. 3.16e+03 0.337 0.39 903 903 0.0396 0 66. 3.98e+03 0.336 0.395 942 942 0.0401 0 67. 5.01e+03 0.336 0.401 981 981 0.0406 0 68. 6.31e+03 0.337 0.409 1.02e+03 1.02e+03 0.0409 0 @@ -854,9 +874,9 @@ Index : 1 used in the geometry : Yes 70. 1e+04 0.34 0.426 1.1e+03 1.1e+03 0.0414 0 71. 1.26e+04 0.342 0.435 1.14e+03 1.14e+03 0.0416 0 72. 1.58e+04 0.344 0.445 1.18e+03 1.18e+03 0.0417 0 -73. 2e+04 0.346 0.454 1.22e+03 1.22e+03 0.0418 8.23 -74. 2.51e+04 0.348 0.457 1.24e+03 1.26e+03 0.0418 50.2 -75. 3.16e+04 0.349 0.459 1.25e+03 1.3e+03 0.0417 83.6 +73. 2e+04 0.346 0.454 1.21e+03 1.22e+03 0.0418 8.29 +74. 2.51e+04 0.348 0.457 1.24e+03 1.26e+03 0.0418 50.7 +75. 3.16e+04 0.349 0.459 1.26e+03 1.3e+03 0.0417 83.8 76. 3.98e+04 0.351 0.46 1.28e+03 1.35e+03 0.0417 111 77. 5.01e+04 0.352 0.462 1.3e+03 1.39e+03 0.0417 132 78. 6.31e+04 0.353 0.463 1.32e+03 1.43e+03 0.0417 148 diff --git a/examples/extended/exoticphysics/ucn/ExUCN.out b/examples/extended/exoticphysics/ucn/ExUCN.out index cbd346a294b..636063f5d0d 100644 --- a/examples/extended/exoticphysics/ucn/ExUCN.out +++ b/examples/extended/exoticphysics/ucn/ExUCN.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,25 +37,26 @@ + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.01 numVar= 8 Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -68,6 +69,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -75,6 +79,9 @@ Registered filter factories: 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 @@ -88,7 +95,7 @@ Some /vis commands (optionally) take a string to specify colour. # /run/beamOn 1 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -100,11 +107,11 @@ Index : 0 used in the geometry : Yes 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.44302 MeV e+ -1 MeV proton 100 keV + Energy thresholds : gamma -1 MeV e- 1.45649 MeV e+ -1 MeV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -1479,7 +1486,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.030000s Real=0.033122s Sys=0.000000s + User=0.030000s Real=0.038753s Sys=0.000000s Sum NoMT: 0 Sum NoMRT: 0 Sum NoMRCondition: 0 diff --git a/examples/extended/field/field01/field01.out b/examples/extended/field/field01/field01.out index 0eee638f76a..e7149932d0c 100644 --- a/examples/extended/field/field01/field01.out +++ b/examples/extended/field/field01/field01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -208,6 +208,7 @@ G4ExplicitEuler is chosen. The minimal step is equal to 1 mm 2. Creating ChordFinder. + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 1 numVar= 6 3. Updating Field Manager. 4. Updating Field Manager. @@ -223,20 +224,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -249,6 +250,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -256,6 +260,9 @@ Registered filter factories: 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 @@ -268,12 +275,14 @@ Some /vis commands (optionally) take a string to specify colour. G4DormandPrince745 Stepper is chosen The minimal step is equal to 1 mm 2. Creating ChordFinder. + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 1 numVar= 6 3. Updating Field Manager. F01FieldSetup::CreateStepperAndChordFinder() called. 1. Creating Stepper. G4DormandPrince745 Stepper is chosen The minimal step is equal to 0.1 mm 2. Creating ChordFinder. + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.1 numVar= 6 3. Updating Field Manager. ======================================================================= ====== Pre-compound/De-excitation Physics Parameters ======== @@ -292,6 +301,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -300,7 +310,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -309,7 +319,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -323,17 +333,17 @@ 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 MeV0.0038748 eV 1.58938 m 1.58938 m World Transportation - 2 0 fm 1.01183 m 21.9905 m 0 -0.00197661 0.999998 500 MeV2.43793e-06 eV 1 mm 1.59038 m Absorber Transportation - 3 0 fm 1.01172 m 22 m 0 -0.0207544 0.999785 500 MeV2.31622e-05 eV 9.50075 mm 1.59988 m OutOfWorld Transportation + 1 0 fm 1.01183 m 21.9895 m 0 8.14791e-13 1 500 MeV0.00387484 eV 1.58938 m 1.58938 m World Transportation + 2 0 fm 1.01183 m 21.9905 m 0 -0.00197661 0.999998 500 MeV2.43795e-06 eV 1 mm 1.59038 m Absorber Transportation + 3 0 fm 1.01172 m 22 m 0 -0.0207544 0.999785 500 MeV2.31624e-05 eV 9.50075 mm 1.59988 m OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.001088s Sys=0.000000s + User=0.000000s Real=0.001100s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -342,7 +352,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. ### Run 1 start. @@ -360,11 +370,11 @@ Step# X Y Z Direction x dir y dir Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000168s Sys=0.000000s + User=0.000000s Real=0.000169s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -373,7 +383,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. ### Run 2 start. @@ -385,17 +395,17 @@ 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 MeV0.00143689 eV 63.6725 cm 63.6725 cm World Transportation - 2 0 fm 40.5349 cm 21.9905 m 0 -0.00493399 0.999988 200 MeV2.2567e-06 eV 1 mm 63.7725 cm Absorber Transportation - 3 0 fm 40.5079 cm 22 m 0 -0.0518069 0.998657 200 MeV2.14492e-05 eV 9.50471 mm 64.723 cm OutOfWorld Transportation + 1 0 fm 40.5352 cm 21.9895 m 0 -2.20161e-09 1 200 MeV0.00143691 eV 63.6725 cm 63.6725 cm World Transportation + 2 0 fm 40.5349 cm 21.9905 m 0 -0.00493399 0.999988 200 MeV2.25673e-06 eV 1 mm 63.7725 cm Absorber Transportation + 3 0 fm 40.5079 cm 22 m 0 -0.0518069 0.998657 200 MeV2.14495e-05 eV 9.50471 mm 64.723 cm OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000153s Sys=0.000000s + User=0.000000s Real=0.000169s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -404,7 +414,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 3 starts. ### Run 3 start. @@ -416,17 +426,17 @@ 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.000676633 eV 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 MeV2.21968e-06 eV 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 MeV2.03471e-05 eV 9.59813 mm 32.9827 cm OutOfWorld Transportation + 1 0 fm 20.319 cm 21.9895 m 5.03276e-08 3.37364e-08 1 100 MeV0.000676643 eV 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 MeV2.21971e-06 eV 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 MeV2.03474e-05 eV 9.59813 mm 32.9827 cm 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.000201s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -435,7 +445,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 4 starts. ### Run 4 start. @@ -447,13 +457,13 @@ 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.000318195 eV 16.0403 cm 16.0403 cm World Transportation - 2 -8425.59 fm 10.2098 cm 21.9905 m -2.94296e-08 -0.0195872 0.999808 50 MeV2.02392e-06 eV 1.02026 mm 16.1423 cm Absorber Transportation - 3 -2.90229 Ang 10.1016 cm 22 m -2.94296e-08 -0.205667 0.978622 50 MeV1.90072e-05 eV 9.58159 mm 17.1005 cm OutOfWorld Transportation + 1 0 fm 10.2108 cm 21.9895 m -8.42505e-09 -9.58672e-08 1 50 MeV0.000318191 eV 16.0399 cm 16.0399 cm World Transportation + 2 -8425.59 fm 10.2098 cm 21.9905 m -2.94296e-08 -0.0195872 0.999808 50 MeV2.02389e-06 eV 1.02024 mm 16.142 cm Absorber Transportation + 3 -2.90229 Ang 10.1016 cm 22 m -2.94296e-08 -0.205667 0.978622 50 MeV1.9007e-05 eV 9.58138 mm 17.1001 cm OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000158s Sys=0.000000s + User=0.000000s Real=0.000155s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. F01FieldSetup::CreateStepperAndChordFinder() called. @@ -461,10 +471,11 @@ Run Summary G4DormandPrince745 Stepper is chosen The minimal step is equal to 0.1 mm 2. Creating ChordFinder. + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.1 numVar= 6 3. Updating Field Manager. Setting Field strength to (1000,0,0) Gauss. -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -473,7 +484,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 5 starts. ### Run 5 start. @@ -485,17 +496,17 @@ 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 MeV0.0104996 eV 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 MeV2.02392e-06 eV 1.02026 mm 5.29392 m Absorber Transportation - 3 2.87839 nm 3.36953 m 22 m 5.20032e-07 -0.00623232 0.999981 50 MeV1.88455e-05 eV 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 MeV0.0104997 eV 5.29289 m 5.29289 m World Transportation + 2 50334.4 fm 3.36956 m 21.9905 m 2.36242e-08 -0.000593528 1 50 MeV2.02389e-06 eV 1.02024 mm 5.29391 m Absorber Transportation + 3 2.74766 Ang 3.36953 m 22 m 1.69481e-08 -0.00623228 0.999981 50 MeV1.88457e-05 eV 9.50007 mm 5.30341 m OutOfWorld Transportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000178s Sys=0.000000s + User=0.000000s Real=0.000218s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -504,7 +515,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 6 starts. ### Run 6 start. @@ -522,7 +533,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.000000s Real=0.008507s Sys=0.000000s + User=0.010000s Real=0.008803s Sys=0.000000s G4Transportation: Statistics for looping particles No looping tracks found or killed. # @@ -559,7 +570,7 @@ has been modified since last Run. Z position of the (middle of the) absorber 20990 mm. -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : No Material : Air @@ -576,11 +587,11 @@ Index : 1 used in the geometry : Yes 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 990 eV e- 1.2894289741487 keV e+ 1.2671050631168 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 1.2778733697294 keV e+ 1.2558672945243 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 7 starts. ### Run 7 start. @@ -589,7 +600,7 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1 - User=0.010000s Real=0.019495s Sys=0.000000s + User=0.010000s Real=0.014830s Sys=0.010000s G4Transportation: Statistics for looping particles No looping tracks found or killed. Graphics systems deleted. @@ -597,6 +608,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.29 MB +Dynamic pools deleted: 12 / Total memory freed: 0.33 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/field/field02/field02.out b/examples/extended/field/field02/field02.out index 88efe102949..5d4441c339a 100644 --- a/examples/extended/field/field02/field02.out +++ b/examples/extended/field/field02/field02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -217,20 +217,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -243,6 +243,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -250,6 +253,9 @@ Registered filter factories: 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 @@ -653,31 +659,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -685,11 +691,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -699,11 +705,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -713,11 +719,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -727,11 +733,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -741,11 +747,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -755,11 +761,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -768,12 +774,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -793,7 +799,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -889,17 +896,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -919,6 +940,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -927,7 +949,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -943,7 +965,7 @@ Index : 1 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -956,108 +978,108 @@ 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 74.9 um -3.07 cm 1.33 cm 357 MeV 4.39 keV 3.53 cm 3.53 cm World eIoni - 2 270 um -11 cm 1.92 cm 1.15 GeV 14.3 keV 7.93 cm 11.5 cm World eIoni - 3 344 um -17.2 cm 2.13 cm 1.77 GeV 9.84 keV 6.25 cm 17.7 cm World eIoni - 4 367 um -20 cm 2.21 cm 2.05 GeV 6.86 keV 2.78 cm 20.5 cm OutOfWorldTransportation + 1 74.9 um -3.07 cm 1.33 cm 357 MeV 4.82 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 344 um -17.2 cm 2.13 cm 1.29 keV 0 eV 0 fm 0 fm World initStep - 1 346 um -17.2 cm 2.13 cm 305 keV 1.29 keV 77.4 um 77.4 um World eIoni - 2 356 um -20 cm 2.13 cm 278 MeV 6.03 keV 2.83 cm 2.84 cm OutOfWorldTransportation + 0 238 um -10.4 cm 1.9 cm 12.3 keV 0 eV 0 fm 0 fm World initStep + 1 244 um -10.5 cm 1.89 cm 2.37 MeV 133 eV 246 um 246 um World eIoni + 2 -104 um -14.7 cm 2 cm 425 MeV 4.31 keV 4.24 cm 4.26 cm World eIoni + 3 -330 um -20 cm 2.22 cm 956 MeV 13.1 keV 5.31 cm 9.57 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 270 um -11 cm 1.92 cm 1.16 keV 0 eV 0 fm 0 fm World initStep - 1 269 um -11 cm 1.92 cm 254 keV 1.16 keV 65.8 um 65.8 um World eIoni - 2 261 um -20 cm 1.92 cm 903 MeV 20 keV 9.86 cm 9.87 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 353 keV 1.41 keV 88.1 um 88.1 um World eIoni + 2 221 um -20 cm 1.73 cm 1.26 GeV 23.6 keV 13.5 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 74.9 um -3.07 cm 1.33 cm 3.4 keV 0 eV 0 fm 0 fm World initStep - 1 63.5 um -3.08 cm 1.33 cm 1.61 MeV 3.4 keV 363 um 363 um World eIoni - 2 58 um -3.15 cm 1.33 cm 9.02 MeV 21.1 eV 741 um 1.1 mm World eIoni - 3 305 um -6.55 cm 1.36 cm 348 MeV 6.79 keV 3.39 cm 3.51 cm World eIoni - 4 1.45 mm -19.9 cm 1.49 cm 1.68 GeV 23.7 keV 13.3 cm 16.8 cm World eIoni - 5 1.45 mm -20 cm 1.49 cm 1.69 GeV 81.1 eV 1.09 mm 17 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 226 keV 1.08 keV 59.2 um 59.2 um World eIoni + 2 3.42 cm -14.3 cm -1.98 cm 1.12 GeV 29.3 keV 13 cm 13 cm World eIoni + 3 6.15 cm -19 cm -2.37 cm 1.6 GeV 10.9 keV 5.48 cm 18.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.45 mm -19.9 cm 1.49 cm 1.27 keV 0 eV 0 fm 0 fm World initStep - 1 1.44 mm -19.9 cm 1.49 cm 295 keV 1.27 keV 75.1 um 75.1 um World eIoni - 2 1.43 mm -20 cm 1.49 cm 10.9 MeV 94.5 eV 1.06 mm 1.13 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -130 um -4.83 cm 1.53 cm 532 MeV 10.3 keV 5.31 cm 5.31 cm World eIoni + 2 -267 um -14.3 cm 2.05 cm 1.48 GeV 17.5 keV 9.53 cm 14.8 cm World eIoni + 3 -294 um -17.8 cm 2.15 cm 1.83 GeV 7.23 keV 3.43 cm 18.3 cm World eIoni + 4 -312 um -20 cm 2.21 cm 2.05 GeV 6.2 keV 2.23 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 305 um -6.55 cm 1.36 cm 1.39 keV 0 eV 0 fm 0 fm World initStep - 1 302 um -6.55 cm 1.36 cm 345 keV 1.39 keV 86.1 um 86.1 um World eIoni - 2 278 um -20 cm 1.35 cm 1.35 GeV 30.7 keV 14.6 cm 14.6 cm OutOfWorldTransportation + 0 -294 um -17.8 cm 2.15 cm 1.45 keV 0 eV 0 fm 0 fm World initStep + 1 -298 um -17.8 cm 2.15 cm 370 keV 1.45 keV 91.9 um 91.9 um World eIoni + 2 -313 um -20 cm 2.15 cm 223 MeV 5.07 keV 2.25 cm 2.26 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 596 um -13.5 cm 2.02 cm 1.4 GeV 25.5 keV 14 cm 14 cm World eIoni - 2 899 um -17.5 cm 2.15 cm 1.8 GeV 8.34 keV 4.06 cm 18 cm World eIoni - 3 1.05 mm -20 cm 2.22 cm 2.05 GeV 5.52 keV 2.46 cm 20.5 cm OutOfWorldTransportation + 0 -267 um -14.3 cm 2.05 cm 2.57 keV 0 eV 0 fm 0 fm World initStep + 1 -276 um -14.3 cm 2.05 cm 986 keV 2.57 keV 226 um 226 um World eIoni + 2 -410 um -15 cm 2.04 cm 64.7 MeV 434 eV 6.38 mm 6.61 mm World eIoni + 3 -432 um -16.9 cm 2 cm 251 MeV 3.55 keV 1.86 cm 2.52 cm World eIoni + 4 -456 um -20 cm 1.98 cm 566 MeV 3.99 keV 3.15 cm 5.67 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 899 um -17.5 cm 2.15 cm 2.84 keV 0 eV 0 fm 0 fm World initStep - 1 903 um -17.5 cm 2.15 cm 1.18 MeV 2.84 keV 268 um 268 um World eIoni - 2 903 um -17.5 cm 2.15 cm 1.22 MeV 0.677 eV 4.69 um 272 um World eIoni - 3 915 um -20 cm 2.15 cm 246 MeV 2.07 keV 2.46 cm 2.48 cm OutOfWorldTransportation + 0 -432 um -16.9 cm 2 cm 1 keV 0 eV 0 fm 0 fm World initStep + 1 -432 um -16.9 cm 2 cm 199 keV 1 keV 53.2 um 53.2 um World eIoni + 2 -431 um -20 cm 2 cm 315 MeV 6.13 keV 3.29 cm 3.29 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 596 um -13.5 cm 2.02 cm 4.66 keV 0 eV 0 fm 0 fm World initStep - 1 596 um -13.5 cm 2.02 cm 2.81 MeV 4.66 keV 631 um 631 um World eIoni - 2 660 um -14.2 cm 2.02 cm 72.4 MeV 1.82 keV 6.96 mm 7.59 mm World eIoni - 3 722 um -17.5 cm 2.01 cm 406 MeV 4.37 keV 3.34 cm 4.09 cm World eIoni - 4 728 um -20 cm 2.01 cm 652 MeV 4.38 keV 2.46 cm 6.56 cm OutOfWorldTransportation + 0 -130 um -4.83 cm 1.53 cm 8.91 keV 0 eV 0 fm 0 fm World initStep + 1 -97 um -4.91 cm 1.53 cm 8.77 MeV 6.02 keV 1.61 mm 1.61 mm World eIoni + 2 -274 um -6.27 cm 1.63 cm 145 MeV 3 keV 1.54 cm 1.7 cm World eIoni + 3 -104 um -20 cm 1.66 cm 1.52 GeV 29.3 keV 13.7 cm 15.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 722 um -17.5 cm 2.01 cm 52.7 keV 0 eV 0 fm 0 fm World initStep - 1 -852 um -18.2 cm 1.82 cm 68.7 MeV 4.83 keV 7.48 mm 7.48 mm World eIoni - 2 -1.03 mm -19 cm 1.93 cm 153 MeV 1.24 keV 8.45 mm 1.59 cm World eIoni - 3 -1.14 mm -20 cm 1.99 cm 248 MeV 1.45 keV 9.59 mm 2.55 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 6.77 um -9.63 cm 1.83 cm 1.01 GeV 16.5 keV 10.1 cm 10.1 cm World eIoni + 2 120 um -20 cm 2.1 cm 2.05 GeV 25 keV 10.4 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.03 mm -19 cm 1.93 cm 3.38 keV 0 eV 0 fm 0 fm World initStep - 1 -1.04 mm -19.1 cm 1.92 cm 1.59 MeV 3.38 keV 360 um 360 um World eIoni - 2 -1.05 mm -20 cm 1.92 cm 95.8 MeV 1.05 keV 9.43 mm 9.79 mm OutOfWorldTransportation + 0 6.77 um -9.63 cm 1.83 cm 2.65 keV 0 eV 0 fm 0 fm World initStep + 1 -2.56 um -9.64 cm 1.83 cm 1.04 MeV 2.65 keV 239 um 239 um World eIoni + 2 -7.09 um -9.67 cm 1.83 cm 4.01 MeV 18.9 eV 297 um 535 um World eIoni + 3 -30.6 um -20 cm 1.83 cm 1.04 GeV 13.4 keV 10.3 cm 10.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1065,88 +1087,86 @@ 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 25.7 um -1.33 cm 9.93 mm 183 MeV 2.42 keV 1.76 cm 1.76 cm World eIoni - 2 69.1 um -7.19 cm 1.73 cm 769 MeV 11.1 keV 5.92 cm 7.68 cm World eIoni - 3 54.5 um -12 cm 1.98 cm 1.25 GeV 10.7 keV 4.78 cm 12.5 cm World eIoni - 4 50.3 um -13.4 cm 2.04 cm 1.39 GeV 3.86 keV 1.47 cm 13.9 cm World eIoni - 5 38.7 um -18.1 cm 2.19 cm 1.86 GeV 13.3 keV 4.65 cm 18.6 cm World eIoni - 6 34.6 um -20 cm 2.24 cm 2.05 GeV 2.52 keV 1.92 cm 20.5 cm OutOfWorldTransportation + 1 -747 nm -1.62 cm 1.07 cm 212 MeV 3.78 keV 2.07 cm 2.07 cm World eIoni + 2 309 um -10.9 cm 1.93 cm 1.14 GeV 18.9 keV 9.33 cm 11.4 cm World eIoni + 3 432 um -20 cm 2.24 cm 2.05 GeV 19.8 keV 9.1 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 38.7 um -18.1 cm 2.19 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 36.3 um -18.1 cm 2.19 cm 209 keV 1.03 keV 55.4 um 55.4 um World eIoni - 2 20.4 um -20 cm 2.19 cm 192 MeV 4.22 keV 1.96 cm 1.97 cm OutOfWorldTransportation + 0 309 um -10.9 cm 1.93 cm 5.07 keV 0 eV 0 fm 0 fm World initStep + 1 291 um -10.9 cm 1.93 cm 3.24 MeV 2.36 keV 634 um 634 um World eIoni + 2 -1.78 mm -17.9 cm 1.63 cm 696 MeV 9.75 keV 6.97 cm 7.03 cm World eIoni + 3 -1.66 mm -20 cm 1.53 cm 910 MeV 4.29 keV 2.15 cm 9.18 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 50.3 um -13.4 cm 2.04 cm 1.93 keV 0 eV 0 fm 0 fm World initStep - 1 47 um -13.4 cm 2.04 cm 602 keV 1.93 keV 143 um 143 um World eIoni - 2 32.1 um -20 cm 2.04 cm 657 MeV 11.7 keV 6.66 cm 6.67 cm OutOfWorldTransportation + 0 -747 nm -1.62 cm 1.07 cm 1.82 keV 0 eV 0 fm 0 fm World initStep + 1 -6.59 um -1.63 cm 1.07 cm 545 keV 1.82 keV 130 um 130 um World eIoni + 2 -39.4 um -20 cm 1.07 cm 1.84 GeV 38 keV 19.3 cm 19.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 54.5 um -12 cm 1.98 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 52.7 um -12 cm 1.98 cm 324 keV 1.34 keV 81.6 um 81.6 um World eIoni - 2 41.1 um -20 cm 1.98 cm 804 MeV 16.3 keV 8.45 cm 8.46 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 336 um -10.4 cm 1.92 cm 1.09 GeV 26.1 keV 10.9 cm 10.9 cm World eIoni + 2 376 um -12.5 cm 2.02 cm 1.3 GeV 4.72 keV 2.19 cm 13 cm World eIoni + 3 469 um -20 cm 2.25 cm 2.05 GeV 22 keV 7.46 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 69.1 um -7.19 cm 1.73 cm 3.45 keV 0 eV 0 fm 0 fm World initStep - 1 77.1 um -7.21 cm 1.73 cm 1.66 MeV 3.45 keV 374 um 374 um World eIoni - 2 75.8 um -7.42 cm 1.73 cm 23.3 MeV 31.5 eV 2.17 mm 2.54 mm World eIoni - 3 120 um -9.8 cm 1.73 cm 261 MeV 4.35 keV 2.38 cm 2.63 cm World eIoni - 4 117 um -14.7 cm 1.72 cm 751 MeV 10.9 keV 4.9 cm 7.54 cm World eIoni - 5 100 um -20 cm 1.71 cm 1.28 GeV 14.9 keV 5.29 cm 12.8 cm OutOfWorldTransportation + 0 376 um -12.5 cm 2.02 cm 1.59 keV 0 eV 0 fm 0 fm World initStep + 1 378 um -12.6 cm 2.02 cm 432 keV 1.59 keV 106 um 106 um World eIoni + 2 389 um -20 cm 2.01 cm 745 MeV 14.1 keV 7.67 cm 7.68 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 117 um -14.7 cm 1.72 cm 2.07 keV 0 eV 0 fm 0 fm World initStep - 1 116 um -14.7 cm 1.72 cm 673 keV 2.07 keV 159 um 159 um World eIoni - 2 -361 um -16.1 cm 1.78 cm 142 MeV 2.84 keV 1.41 cm 1.43 cm World eIoni - 3 -1.95 mm -20 cm 1.86 cm 529 MeV 9.59 keV 3.88 cm 5.31 cm OutOfWorldTransportation + 0 336 um -10.4 cm 1.92 cm 1.93 keV 0 eV 0 fm 0 fm World initStep + 1 333 um -10.4 cm 1.92 cm 603 keV 1.93 keV 143 um 143 um World eIoni + 2 317 um -20 cm 1.93 cm 964 MeV 14.9 keV 9.86 cm 9.87 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -361 um -16.1 cm 1.78 cm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 -356 um -16.1 cm 1.78 cm 504 keV 1.74 keV 122 um 122 um World eIoni - 2 -334 um -20 cm 1.78 cm 388 MeV 7.55 keV 3.92 cm 3.93 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 19.1 um -1.64 cm 1.07 cm 214 MeV 4.25 keV 2.09 cm 2.09 cm World eIoni + 2 37 um -6.1 cm 1.64 cm 660 MeV 9.1 keV 4.5 cm 6.59 cm World eIoni + 3 36.3 um -20 cm 2.2 cm 2.05 GeV 30.7 keV 13.9 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 120 um -9.8 cm 1.73 cm 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 118 um -9.81 cm 1.73 cm 241 keV 1.12 keV 62.9 um 62.9 um World eIoni - 2 99.3 um -20 cm 1.73 cm 1.02 GeV 29.5 keV 11.4 cm 11.4 cm OutOfWorldTransportation + 0 37 um -6.1 cm 1.64 cm 9.5 keV 0 eV 0 fm 0 fm World initStep + 1 74.5 um -6.2 cm 1.64 cm 9.68 MeV 4.48 keV 1.7 mm 1.7 mm World eIoni + 2 -250 um -6.22 cm 1.58 cm 12.1 MeV 74.3 eV 721 um 2.42 mm World eIoni + 3 -2.7 mm -20 cm 1.15 cm 1.39 GeV 27.9 keV 13.8 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 25.7 um -1.33 cm 9.93 mm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 29.5 um -1.33 cm 9.93 mm 317 keV 1.32 keV 79.9 um 79.9 um World eIoni - 2 57.9 um -20 cm 9.93 mm 1.87 GeV 41.4 keV 21.4 cm 21.4 cm OutOfWorldTransportation + 0 19.1 um -1.64 cm 1.07 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 19.9 um -1.64 cm 1.07 cm 221 keV 1.06 keV 58 um 58 um World eIoni + 2 -2.27 cm -12.5 cm -2.93 cm 1.09 GeV 30.4 keV 12.5 cm 12.6 cm World eIoni + 3 -4.63 cm -19.5 cm -7.37 cm 1.78 GeV 18.1 keV 8.63 cm 21.2 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1154,27 +1174,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 -54.2 um -5.68 cm 1.6 cm 618 MeV 14 keV 6.17 cm 6.17 cm World eIoni - 2 94.9 um -13.3 cm 1.99 cm 1.38 GeV 15.7 keV 7.65 cm 13.8 cm World eIoni - 3 153 um -20 cm 2.19 cm 2.05 GeV 16 keV 6.68 cm 20.5 cm OutOfWorldTransportation + 1 38.7 um -1.79 cm 1.11 cm 229 MeV 4.93 keV 2.24 cm 2.24 cm World eIoni + 2 218 um -10.7 cm 1.92 cm 1.12 GeV 20.1 keV 8.98 cm 11.2 cm World eIoni + 3 289 um -20 cm 2.23 cm 2.05 GeV 17.3 keV 9.28 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 94.9 um -13.3 cm 1.99 cm 1.9 keV 0 eV 0 fm 0 fm World initStep - 1 89.9 um -13.3 cm 1.99 cm 585 keV 1.9 keV 139 um 139 um World eIoni - 2 66.6 um -20 cm 1.99 cm 668 MeV 11.2 keV 6.78 cm 6.8 cm OutOfWorldTransportation + 0 218 um -10.7 cm 1.92 cm 1.32 keV 0 eV 0 fm 0 fm World initStep + 1 215 um -10.7 cm 1.92 cm 316 keV 1.32 keV 79.7 um 79.7 um World eIoni + 2 196 um -20 cm 1.92 cm 928 MeV 22 keV 9.87 cm 9.88 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -54.2 um -5.68 cm 1.6 cm 1.82 keV 0 eV 0 fm 0 fm World initStep - 1 -53 um -5.69 cm 1.6 cm 541 keV 1.82 keV 130 um 130 um World eIoni - 2 -46.5 um -20 cm 1.6 cm 1.43 GeV 20.4 keV 14.9 cm 14.9 cm OutOfWorldTransportation + 0 38.7 um -1.79 cm 1.11 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 37.4 um -1.79 cm 1.11 cm 228 keV 1.08 keV 59.7 um 59.7 um World eIoni + 2 2.86 cm -13.2 cm -2.79 cm 1.14 GeV 34.8 keV 13.2 cm 13.2 cm World eIoni + 3 6.75 cm -18.8 cm -7.49 cm 1.7 GeV 17.5 keV 8.35 cm 21.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1182,7 +1203,17 @@ 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 38.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 98.6 um -17.7 cm 2.07 cm 1.82 GeV 37.4 keV 18.2 cm 18.2 cm World eIoni + 2 86.5 um -20 cm 2.12 cm 2.05 GeV 4.95 keV 2.32 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 98.6 um -17.7 cm 2.07 cm 3.26 keV 0 eV 0 fm 0 fm World initStep + 1 110 um -17.7 cm 2.07 cm 1.45 MeV 1.47 keV 261 um 261 um World eIoni + 2 -917 um -20 cm 2.08 cm 232 MeV 2.03 keV 2.33 cm 2.36 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1190,37 +1221,50 @@ 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 -207 um -10.5 cm 1.87 cm 1.1 GeV 25.7 keV 11 cm 11 cm World eIoni - 2 -228 um -12.2 cm 1.94 cm 1.27 GeV 4.51 keV 1.69 cm 12.7 cm World eIoni - 3 -280 um -17.7 cm 2.12 cm 1.82 GeV 11.1 keV 5.54 cm 18.2 cm World eIoni - 4 -296 um -20 cm 2.17 cm 2.05 GeV 6.06 keV 2.27 cm 20.5 cm OutOfWorldTransportation + 1 -58.6 um -2.53 cm 1.25 cm 303 MeV 8.66 keV 2.99 cm 2.99 cm World eIoni + 2 -109 um -10.4 cm 1.9 cm 1.09 GeV 17.1 keV 7.86 cm 10.9 cm World eIoni + 3 -148 um -19.3 cm 2.2 cm 1.98 GeV 16.8 keV 8.97 cm 19.8 cm World eIoni + 4 -152 um -20 cm 2.22 cm 2.05 GeV 2.65 keV 6.74 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 -280 um -17.7 cm 2.12 cm 1.19 keV 0 eV 0 fm 0 fm World initStep - 1 -278 um -17.7 cm 2.12 cm 265 keV 1.19 keV 68.2 um 68.2 um World eIoni - 2 -264 um -20 cm 2.12 cm 227 MeV 3.6 keV 2.31 cm 2.32 cm OutOfWorldTransportation + 0 -148 um -19.3 cm 2.2 cm 4.55 keV 0 eV 0 fm 0 fm World initStep + 1 -146 um -19.4 cm 2.2 cm 2.7 MeV 4.55 keV 605 um 605 um World eIoni + 2 -137 um -19.5 cm 2.2 cm 17.4 MeV 168 eV 1.47 mm 2.07 mm World eIoni + 3 -115 um -20 cm 2.2 cm 67.6 MeV 252 eV 5.02 mm 7.09 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -228 um -12.2 cm 1.94 cm 1.48 keV 0 eV 0 fm 0 fm World initStep - 1 -231 um -12.2 cm 1.94 cm 384 keV 1.48 keV 95 um 95 um World eIoni - 2 -246 um -20 cm 1.94 cm 781 MeV 15.5 keV 8.1 cm 8.11 cm OutOfWorldTransportation + 0 -109 um -10.4 cm 1.9 cm 1.18 keV 0 eV 0 fm 0 fm World initStep + 1 -110 um -10.4 cm 1.9 cm 261 keV 1.18 keV 67.3 um 67.3 um World eIoni + 2 -119 um -20 cm 1.9 cm 964 MeV 19.2 keV 10.6 cm 10.6 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 -10.5 cm 1.87 cm 1.3 keV 0 eV 0 fm 0 fm World initStep - 1 -204 um -10.5 cm 1.87 cm 307 keV 1.3 keV 77.7 um 77.7 um World eIoni - 2 -185 um -20 cm 1.87 cm 950 MeV 18.4 keV 10.2 cm 10.2 cm OutOfWorldTransportation + 0 -58.6 um -2.53 cm 1.25 cm 2.58 keV 0 eV 0 fm 0 fm World initStep + 1 -50.7 um -2.53 cm 1.25 cm 992 keV 2.58 keV 228 um 228 um World eIoni + 2 3.68 um -2.97 cm 1.26 cm 44.1 MeV 549 eV 4.32 mm 4.54 mm World eIoni + 3 7.51 um -4.76 cm 1.27 cm 224 MeV 3.65 keV 1.8 cm 2.25 cm World eIoni + 4 -40.3 um -20 cm 1.28 cm 1.75 GeV 30.2 keV 15.2 cm 17.5 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 7.51 um -4.76 cm 1.27 cm 2.09 keV 0 eV 0 fm 0 fm World initStep + 1 10.4 um -4.77 cm 1.27 cm 688 keV 2.09 keV 162 um 162 um World eIoni + 2 1.81 mm -7.81 cm 1.11 cm 305 MeV 3.35 keV 3.06 cm 3.07 cm World eIoni + 3 6.7 mm -20 cm 1 cm 1.52 GeV 22.1 keV 12.2 cm 15.3 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1228,17 +1272,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 93.6 um -5.43 cm 1.61 cm 593 MeV 12.6 keV 5.92 cm 5.92 cm World eIoni - 2 168 um -20 cm 2.24 cm 2.05 GeV 27.2 keV 14.6 cm 20.5 cm OutOfWorldTransportation + 1 -29.9 um -3.88 cm 1.45 cm 438 MeV 7.35 keV 4.36 cm 4.36 cm World eIoni + 2 -152 um -18.1 cm 2.2 cm 1.86 GeV 30 keV 14.2 cm 18.6 cm World eIoni + 3 -155 um -20 cm 2.25 cm 2.05 GeV 6.43 keV 1.92 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 -152 um -18.1 cm 2.2 cm 1.29 keV 0 eV 0 fm 0 fm World initStep + 1 -149 um -18.1 cm 2.2 cm 302 keV 1.29 keV 76.6 um 76.6 um World eIoni + 2 -133 um -20 cm 2.2 cm 192 MeV 3.28 keV 1.94 cm 1.95 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 93.6 um -5.43 cm 1.61 cm 1.76 keV 0 eV 0 fm 0 fm World initStep - 1 98 um -5.44 cm 1.61 cm 514 keV 1.76 keV 124 um 124 um World eIoni - 2 122 um -20 cm 1.61 cm 1.46 GeV 28.6 keV 15.2 cm 15.2 cm OutOfWorldTransportation + 0 -29.9 um -3.88 cm 1.45 cm 1.02 keV 0 eV 0 fm 0 fm World initStep + 1 -27.1 um -3.88 cm 1.45 cm 207 keV 1.02 keV 54.9 um 54.9 um World eIoni + 2 4.15 cm -13.7 cm 1.54 cm 979 MeV 26.3 keV 11.3 cm 11.3 cm World eIoni + 3 4.59 cm -19.5 cm 1.54 cm 1.56 GeV 12.5 keV 5.81 cm 17.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1246,193 +1301,200 @@ 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 -15.5 um -1.57 cm 1.05 cm 207 MeV 4.49 keV 2.01 cm 2.01 cm World eIoni - 2 -16 um -1.87 cm 1.12 cm 237 MeV 566 eV 3.08 mm 2.32 cm World eIoni - 3 -22.7 um -3.34 cm 1.37 cm 384 MeV 3.09 keV 1.49 cm 3.81 cm World eIoni - 4 -28.7 um -5.07 cm 1.56 cm 557 MeV 4.91 keV 1.74 cm 5.55 cm World eIoni - 5 -28.7 um -16 cm 2.1 cm 1.65 GeV 25.3 keV 11 cm 16.5 cm World eIoni - 6 -22.6 um -20 cm 2.21 cm 2.05 GeV 7.6 keV 3.95 cm 20.5 cm OutOfWorldTransportation + 1 -20.1 um -1.06 cm 9.09 mm 156 MeV 2.86 keV 1.49 cm 1.49 cm World eIoni + 2 -85.4 um -13.5 cm 2.03 cm 1.4 GeV 28.2 keV 12.5 cm 14 cm World eIoni + 3 -186 um -20 cm 2.22 cm 2.05 GeV 15.3 keV 6.49 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -28.7 um -16 cm 2.1 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 -25.9 um -16.1 cm 2.1 cm 257 keV 1.17 keV 66.5 um 66.5 um World eIoni - 2 -7.32 um -20 cm 2.1 cm 395 MeV 10.2 keV 4.09 cm 4.1 cm OutOfWorldTransportation + 0 -85.4 um -13.5 cm 2.03 cm 2.36 keV 0 eV 0 fm 0 fm World initStep + 1 -92.6 um -13.5 cm 2.03 cm 849 keV 2.36 keV 197 um 197 um World eIoni + 2 -114 um -13.7 cm 2.03 cm 14.9 MeV 37.9 eV 1.4 mm 1.6 mm World eIoni + 3 -339 um -20 cm 2.02 cm 649 MeV 10.2 keV 6.34 cm 6.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -28.7 um -5.07 cm 1.56 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 -26.6 um -5.07 cm 1.56 cm 360 keV 1.43 keV 89.5 um 89.5 um World eIoni - 2 -13 um -20 cm 1.56 cm 1.49 GeV 24.7 keV 16.2 cm 16.2 cm OutOfWorldTransportation + 0 -20.1 um -1.06 cm 9.09 mm 4.78 keV 0 eV 0 fm 0 fm World initStep + 1 -35.9 um -1.09 cm 9.08 mm 2.94 MeV 4.78 keV 659 um 659 um World eIoni + 2 30.5 um -2.06 cm 8.96 mm 99.9 MeV 2.61 keV 9.69 mm 1.04 cm World eIoni + 3 1.26 um -5.82 cm 8.21 mm 476 MeV 9.01 keV 3.76 cm 4.8 cm World eIoni + 4 28.5 um -20 cm 7.52 mm 1.89 GeV 31.3 keV 14.2 cm 19 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.26 um -5.82 cm 8.21 mm 1.74 keV 0 eV 0 fm 0 fm World initStep + 1 2.53 um -5.83 cm 8.22 mm 503 keV 1.74 keV 121 um 121 um World eIoni + 2 9.72 um -20 cm 8.25 mm 1.42 GeV 18.9 keV 14.8 cm 14.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -22.7 um -3.34 cm 1.37 cm 1.19 keV 0 eV 0 fm 0 fm World initStep - 1 -19.4 um -3.34 cm 1.37 cm 266 keV 1.19 keV 68.4 um 68.4 um World eIoni - 2 1.23 cm -17.9 cm -2.64 mm 1.46 GeV 30.4 keV 16.8 cm 16.9 cm World eIoni - 3 5.23 cm -19.3 cm -3.09 cm 1.6 GeV 12.1 keV 5.1 cm 22 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -37.1 um -1.93 cm 1.14 cm 243 MeV 6.74 keV 2.38 cm 2.38 cm World eIoni + 2 -73.1 um -12.3 cm 1.99 cm 1.28 GeV 15.9 keV 10.4 cm 12.8 cm World eIoni + 3 -80.2 um -20 cm 2.23 cm 2.05 GeV 11.9 keV 7.72 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 -16 um -1.87 cm 1.12 cm 9.27 keV 0 eV 0 fm 0 fm World initStep - 1 21.6 um -1.96 cm 1.13 cm 9.31 MeV 4.81 keV 1.66 mm 1.66 mm World eIoni - 2 1.03 mm -2.17 cm 1.31 cm 30.5 MeV 453 eV 3.38 mm 5.04 mm World eIoni - 3 2.82 mm -20 cm 1.63 cm 1.81 GeV 30.5 keV 17.8 cm 18.3 cm OutOfWorldTransportation + 0 -73.1 um -12.3 cm 1.99 cm 6.91 keV 0 eV 0 fm 0 fm World initStep + 1 -95.5 um -12.3 cm 1.98 cm 5.67 MeV 4.63 keV 1.23 mm 1.23 mm World eIoni + 2 335 um -13.9 cm 2.25 cm 159 MeV 3.18 keV 1.62 cm 1.74 cm World eIoni + 3 207 um -20 cm 2.34 cm 772 MeV 13.4 keV 6.12 cm 7.87 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -15.5 um -1.57 cm 1.05 cm 1.89 keV 0 eV 0 fm 0 fm World initStep - 1 -12 um -1.58 cm 1.05 cm 575 keV 1.89 keV 137 um 137 um World eIoni - 2 7.31 um -20 cm 1.05 cm 1.84 GeV 35.7 keV 19.3 cm 19.3 cm OutOfWorldTransportation + 0 -37.1 um -1.93 cm 1.14 cm 5.72 keV 0 eV 0 fm 0 fm World initStep + 1 -43.9 um -1.96 cm 1.14 cm 4.05 MeV 5.72 keV 908 um 908 um World eIoni + 2 -52.3 um -2.23 cm 1.15 cm 31 MeV 1.27 keV 2.7 mm 3.6 mm World eIoni + 3 -53.4 um -2.28 cm 1.15 cm 35.8 MeV 48.5 eV 483 um 4.09 mm World eIoni + 4 547 um -18.5 cm 1.07 cm 1.66 GeV 27 keV 16.2 cm 16.6 cm World eIoni + 5 547 um -18.6 cm 1.07 cm 1.67 GeV 528 eV 1.01 mm 16.7 cm World eIoni + 6 555 um -20 cm 1.05 cm 1.81 GeV 2.19 keV 1.38 cm 18.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, 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 0 fm -20 cm 2.22 cm 2.05 GeV 47.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 547 um -18.6 cm 1.07 cm 1.54 keV 0 eV 0 fm 0 fm World initStep + 1 543 um -18.6 cm 1.07 cm 408 keV 1.54 keV 100 um 100 um World eIoni + 2 523 um -20 cm 1.07 cm 138 MeV 1.98 keV 1.39 cm 1.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, 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 -232 nm -118 um 1.09 mm 51.2 MeV 170 eV 1.1 mm 1.1 mm World eIoni - 2 27.5 um -2.98 cm 1.33 cm 348 MeV 6.31 keV 3.34 cm 3.45 cm World eIoni - 3 36.2 um -5.18 cm 1.58 cm 569 MeV 3.15 keV 2.22 cm 5.67 cm World eIoni - 4 45.3 um -7.4 cm 1.75 cm 790 MeV 4.29 keV 2.22 cm 7.89 cm World eIoni - 5 45.6 um -7.52 cm 1.76 cm 802 MeV 875 eV 1.21 mm 8.01 cm World eIoni - 6 89.2 um -18.9 cm 2.21 cm 1.94 GeV 28 keV 11.3 cm 19.4 cm World eIoni - 7 91.2 um -20 cm 2.24 cm 2.05 GeV 2.48 keV 1.15 cm 20.5 cm OutOfWorldTransportation + 0 547 um -18.5 cm 1.07 cm 40.6 keV 0 eV 0 fm 0 fm World initStep + 1 361 um -18.7 cm 1.11 cm 19.8 MeV 1.37 keV 2.03 mm 2.03 mm World eIoni + 2 323 um -18.8 cm 1.14 cm 31.4 MeV 149 eV 1.21 mm 3.24 mm World eIoni + 3 212 um -19.6 cm 1.23 cm 108 MeV 2.49 keV 7.71 mm 1.1 cm World msc + 4 186 um -20 cm 1.25 cm 149 MeV 372 eV 4.12 mm 1.51 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 89.2 um -18.9 cm 2.21 cm 3.42 keV 0 eV 0 fm 0 fm World initStep - 1 95.1 um -18.9 cm 2.21 cm 1.63 MeV 3.42 keV 367 um 367 um World eIoni - 2 89.2 um -19 cm 2.21 cm 15.4 MeV 36.5 eV 1.37 mm 1.74 mm World eIoni - 3 69.9 um -20 cm 2.21 cm 115 MeV 2.34 keV 9.95 mm 1.17 cm OutOfWorldTransportation + 0 323 um -18.8 cm 1.14 cm 2.63 keV 0 eV 0 fm 0 fm World initStep + 1 317 um -18.8 cm 1.14 cm 1.03 MeV 2.63 keV 235 um 235 um World eIoni + 2 318 um -18.9 cm 1.15 cm 10.5 MeV 107 eV 948 um 1.18 mm World eIoni + 3 330 um -20 cm 1.15 cm 118 MeV 1.7 keV 1.07 cm 1.19 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 45.6 um -7.52 cm 1.76 cm 2.63 keV 0 eV 0 fm 0 fm World initStep - 1 39.5 um -7.53 cm 1.76 cm 1.03 MeV 2.63 keV 235 um 235 um World eIoni - 2 -35.5 um -8.15 cm 1.75 cm 63.1 MeV 535 eV 6.21 mm 6.44 mm World eIoni - 3 -158 um -18.2 cm 1.67 cm 1.06 GeV 17.6 keV 10 cm 10.7 cm World eIoni - 4 -149 um -20 cm 1.66 cm 1.25 GeV 4.52 keV 1.84 cm 12.5 cm OutOfWorldTransportation + 0 -53.4 um -2.28 cm 1.15 cm 1.21 keV 0 eV 0 fm 0 fm World initStep + 1 -56.8 um -2.28 cm 1.15 cm 273 keV 1.21 keV 70.1 um 70.1 um World eIoni + 2 -2.3 cm -17.5 cm 2.59 mm 1.52 GeV 34.6 keV 17.6 cm 17.6 cm World eIoni + 3 -5.5 cm -19.2 cm -5.78 mm 1.69 GeV 6.85 keV 3.73 cm 21.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -158 um -18.2 cm 1.67 cm 1.36 keV 0 eV 0 fm 0 fm World initStep - 1 -158 um -18.2 cm 1.67 cm 334 keV 1.36 keV 83.8 um 83.8 um World eIoni - 2 -154 um -20 cm 1.66 cm 184 MeV 3.97 keV 1.86 cm 1.86 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -711 um -15.1 cm 2.08 cm 1.56 GeV 28.3 keV 15.6 cm 15.6 cm World eIoni + 2 -836 um -20 cm 2.22 cm 2.05 GeV 10.7 keV 4.9 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 45.3 um -7.4 cm 1.75 cm 26.5 keV 0 eV 0 fm 0 fm World initStep - 1 151 um -7.76 cm 1.75 cm 37.4 MeV 4.33 keV 4.52 mm 4.52 mm World eIoni - 2 210 um -7.87 cm 1.67 cm 49.3 MeV 529 eV 1.41 mm 5.93 mm World eIoni - 3 804 um -20 cm 9.08 mm 1.26 GeV 24.1 keV 12.2 cm 12.8 cm OutOfWorldTransportation + 0 -711 um -15.1 cm 2.08 cm 26.1 keV 0 eV 0 fm 0 fm World initStep + 1 -775 um -15.4 cm 2.07 cm 36.5 MeV 4.6 keV 4.42 mm 4.42 mm World eIoni + 2 1.03 mm -19.2 cm 1.52 cm 409 MeV 5.78 keV 3.8 cm 4.24 cm World eIoni + 3 1.13 mm -20 cm 1.48 cm 492 MeV 2.28 keV 8.35 mm 5.08 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 36.2 um -5.18 cm 1.58 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 40.1 um -5.19 cm 1.58 cm 322 keV 1.33 keV 81 um 81 um World eIoni - 2 67.6 um -20 cm 1.58 cm 1.48 GeV 25.2 keV 16.4 cm 16.4 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 223 um -8.67 cm 1.79 cm 917 MeV 16.9 keV 9.16 cm 9.16 cm World eIoni + 2 224 um -8.72 cm 1.79 cm 922 MeV 81.8 eV 547 um 9.21 cm World eIoni + 3 273 um -20 cm 2.18 cm 2.05 GeV 24.2 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 27.5 um -2.98 cm 1.33 cm 1.25 keV 0 eV 0 fm 0 fm World initStep - 1 24.2 um -2.98 cm 1.33 cm 288 keV 1.25 keV 73.4 um 73.4 um World eIoni - 2 -694 um -19.5 cm 8.38 mm 1.65 GeV 48.7 keV 19.1 cm 19.1 cm World eIoni - 3 -3.49 mm -20 cm 1.39 mm 1.7 GeV 1.72 keV 9.02 mm 20 cm OutOfWorldTransportation + 0 224 um -8.72 cm 1.79 cm 3.42 keV 0 eV 0 fm 0 fm World initStep + 1 236 um -8.74 cm 1.79 cm 1.49 MeV 3.42 keV 237 um 237 um World eIoni + 2 600 um -20 cm 1.71 cm 1.13 GeV 17.1 keV 11.3 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 -232 nm -118 um 1.09 mm 6.36 keV 0 eV 0 fm 0 fm World initStep - 1 689 nm -584 um 1.08 mm 4.91 MeV 6.36 keV 1.09 mm 1.09 mm World eIoni - 2 -1.31 mm -1.04 cm 2.45 mm 103 MeV 875 eV 1.04 cm 1.15 cm World eIoni - 3 -1.57 mm -2.18 cm 2.73 mm 217 MeV 1.62 keV 1.14 cm 2.29 cm World eIoni - 4 -2 mm -7.64 cm 3.17 mm 763 MeV 8.82 keV 5.46 cm 7.74 cm World eIoni - 5 -2.17 mm -14.1 cm 3.35 mm 1.41 GeV 12.5 keV 6.44 cm 14.2 cm World eIoni - 6 -2.19 mm -15.8 cm 3.38 mm 1.58 GeV 3.1 keV 1.77 cm 16 cm World eIoni - 7 -2.25 mm -20 cm 3.43 mm 2 GeV 11 keV 4.15 cm 20.1 cm OutOfWorldTransportation + 0 223 um -8.67 cm 1.79 cm 1.72 keV 0 eV 0 fm 0 fm World initStep + 1 229 um -8.67 cm 1.79 cm 494 keV 1.72 keV 119 um 119 um World eIoni + 2 259 um -20 cm 1.79 cm 1.13 GeV 19.1 keV 11.7 cm 11.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.19 mm -15.8 cm 3.38 mm 2.61 keV 0 eV 0 fm 0 fm World initStep - 1 -2.2 mm -15.9 cm 3.37 mm 1.02 MeV 2.61 keV 233 um 233 um World eIoni - 2 -2.15 mm -16.2 cm 3.36 mm 32.5 MeV 3.76 eV 3.15 mm 3.39 mm World eIoni - 3 -865 um -20 cm 3.11 mm 415 MeV 8.07 keV 3.83 cm 4.17 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 668 um -14.8 cm 2.09 cm 1.53 GeV 29.8 keV 15.3 cm 15.3 cm World eIoni + 2 681 um -16.9 cm 2.16 cm 1.74 GeV 3.18 keV 2.14 cm 17.4 cm World eIoni + 3 699 um -20 cm 2.24 cm 2.05 GeV 6.04 keV 3.07 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.17 mm -14.1 cm 3.35 mm 2.07 keV 0 eV 0 fm 0 fm World initStep - 1 -2.17 mm -14.1 cm 3.35 mm 677 keV 2.07 keV 160 um 160 um World eIoni - 2 -2.13 mm -14.3 cm 3.37 mm 26.5 MeV 505 eV 2.58 mm 2.74 mm World eIoni - 3 -2.03 mm -20 cm 3.38 mm 592 MeV 13.1 keV 5.66 cm 5.93 cm OutOfWorldTransportation + 0 681 um -16.9 cm 2.16 cm 5 keV 0 eV 0 fm 0 fm World initStep + 1 666 um -17 cm 2.16 cm 3.18 MeV 5 keV 714 um 714 um World eIoni + 2 664 um -17.1 cm 2.16 cm 14 MeV 0 eV 1.08 mm 1.79 mm World eIoni + 3 670 um -20 cm 2.16 cm 307 MeV 4.95 keV 2.93 cm 3.11 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2 mm -7.64 cm 3.17 mm 12 keV 0 eV 0 fm 0 fm World initStep - 1 -1.98 mm -7.69 cm 3.14 mm 4.76 MeV 696 eV 515 um 515 um World eIoni - 2 -2.46 mm -20 cm 3.39 mm 1.24 GeV 18.4 keV 12.3 cm 12.4 cm OutOfWorldTransportation + 0 668 um -14.8 cm 2.09 cm 16.5 keV 0 eV 0 fm 0 fm World initStep + 1 718 um -15 cm 2.09 cm 20.3 MeV 5.86 keV 2.71 mm 2.71 mm World eIoni + 2 307 um -15.1 cm 2.25 cm 33.8 MeV 306 eV 2.22 mm 4.93 mm World eIoni + 3 -789 um -17.4 cm 2.66 cm 260 MeV 4.16 keV 2.32 cm 2.81 cm World eIoni + 4 -1.18 mm -20 cm 2.8 cm 522 MeV 5.11 keV 2.63 cm 5.44 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.57 mm -2.18 cm 2.73 mm 2.94 keV 0 eV 0 fm 0 fm World initStep - 1 -1.56 mm -2.2 cm 2.73 mm 1.25 MeV 2.94 keV 284 um 284 um World eIoni - 2 -1.57 mm -2.51 cm 2.77 mm 32.4 MeV 231 eV 3.12 mm 3.4 mm World eIoni - 3 -1.55 mm -20 cm 2.78 mm 1.78 GeV 37.3 keV 17.5 cm 17.8 cm OutOfWorldTransportation + 0 -789 um -17.4 cm 2.66 cm 3.17 keV 0 eV 0 fm 0 fm World initStep + 1 -796 um -17.4 cm 2.67 cm 1.43 MeV 3.17 keV 323 um 323 um World eIoni + 2 -188 um -19.3 cm 2.65 cm 189 MeV 2.97 keV 1.87 cm 1.91 cm World eIoni + 3 -25.2 um -20 cm 2.66 cm 262 MeV 823 eV 7.37 mm 2.64 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1440,66 +1502,67 @@ 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 76.1 um -11.8 cm 1.91 cm 1.22 GeV 20.7 keV 12.2 cm 12.2 cm World eIoni - 2 29 um -20 cm 2.12 cm 2.05 GeV 21 keV 8.25 cm 20.5 cm OutOfWorldTransportation + 1 -109 um -3.99 cm 1.45 cm 449 MeV 6.76 keV 4.47 cm 4.47 cm World eIoni + 2 -128 um -5.17 cm 1.57 cm 567 MeV 2.79 keV 1.19 cm 5.66 cm World eIoni + 3 -230 um -20 cm 2.23 cm 2.05 GeV 36.3 keV 14.8 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 76.1 um -11.8 cm 1.91 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 78.3 um -11.8 cm 1.91 cm 337 keV 1.37 keV 84.3 um 84.3 um World eIoni - 2 91.5 um -20 cm 1.91 cm 825 MeV 18.1 keV 8.66 cm 8.67 cm OutOfWorldTransportation + 0 -128 um -5.17 cm 1.57 cm 2.06 keV 0 eV 0 fm 0 fm World initStep + 1 -127 um -5.18 cm 1.57 cm 668 keV 2.06 keV 158 um 158 um World eIoni + 2 -53.1 um -5.7 cm 1.59 cm 52.8 MeV 398 eV 5.22 mm 5.38 mm World eIoni + 3 379 um -17.4 cm 1.74 cm 1.22 GeV 25.4 keV 11.7 cm 12.2 cm World eIoni + 4 356 um -20 cm 1.74 cm 1.48 GeV 4 keV 2.63 cm 14.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z 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 -10.6 cm 1.87 cm 1.11 GeV 19 keV 11.1 cm 11.1 cm World eIoni - 2 141 um -20 cm 2.16 cm 2.05 GeV 19 keV 9.36 cm 20.5 cm OutOfWorldTransportation + 0 379 um -17.4 cm 1.74 cm 14.6 keV 0 eV 0 fm 0 fm World initStep + 1 374 um -17.4 cm 1.73 cm 4.85 MeV 724 eV 510 um 510 um World eIoni + 2 905 um -18.5 cm 1.74 cm 110 MeV 2.34 keV 1.05 cm 1.11 cm World eIoni + 3 996 um -20 cm 1.75 cm 264 MeV 2.67 keV 1.54 cm 2.64 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 101 um -10.6 cm 1.87 cm 3.95 keV 0 eV 0 fm 0 fm World initStep - 1 88.1 um -10.7 cm 1.87 cm 2.09 MeV 3.95 keV 471 um 471 um World eIoni - 2 87.7 um -10.7 cm 1.87 cm 2.26 MeV 2.37 eV 16.3 um 487 um World eIoni - 3 18.1 um -11.5 cm 1.88 cm 81.8 MeV 1.86 keV 7.96 mm 8.44 mm World eIoni - 4 -309 um -20 cm 1.93 cm 936 MeV 16.7 keV 8.54 cm 9.39 cm OutOfWorldTransportation + 0 905 um -18.5 cm 1.74 cm 2.43 keV 0 eV 0 fm 0 fm World initStep + 1 907 um -18.5 cm 1.74 cm 895 keV 2.43 keV 207 um 207 um World eIoni + 2 1.1 mm -19.5 cm 1.71 cm 107 MeV 1.26 keV 1.07 cm 1.09 cm World eIoni + 3 1.11 mm -20 cm 1.7 cm 154 MeV 633 eV 4.64 mm 1.55 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 18.1 um -11.5 cm 1.88 cm 3.87 keV 0 eV 0 fm 0 fm World initStep - 1 30.3 um -11.5 cm 1.88 cm 2.03 MeV 3.87 keV 456 um 456 um World eIoni - 2 33.8 um -11.5 cm 1.88 cm 5.16 MeV 0 eV 314 um 770 um World eIoni - 3 -1.98 mm -19.7 cm 1.92 cm 828 MeV 10.2 keV 8.23 cm 8.31 cm World eIoni - 4 -2.06 mm -20 cm 1.91 cm 854 MeV 184 eV 2.65 mm 8.57 cm OutOfWorldTransportation + 0 -53.1 um -5.7 cm 1.59 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 -51.7 um -5.7 cm 1.59 cm 294 keV 1.26 keV 74.7 um 74.7 um World eIoni + 2 -41.4 um -20 cm 1.59 cm 1.43 GeV 33.4 keV 16 cm 16 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.98 mm -19.7 cm 1.92 cm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 -1.97 mm -19.7 cm 1.92 cm 263 keV 1.18 keV 67.7 um 67.7 um World eIoni - 2 -1.96 mm -20 cm 1.92 cm 26.6 MeV 463 eV 2.63 mm 2.7 mm OutOfWorldTransportation + 0 -109 um -3.99 cm 1.45 cm 12.1 keV 0 eV 0 fm 0 fm World initStep + 1 -152 um -4.08 cm 1.45 cm 9.23 MeV 2.09 keV 1.13 mm 1.13 mm World eIoni + 2 -5.25 mm -13.6 cm 1.68 cm 958 MeV 14.9 keV 9.6 cm 9.71 cm World eBrem + 3 -6.01 mm -20 cm 1.53 cm 1.6 GeV 12.7 keV 6.42 cm 16.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = gamma, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 33.8 um -11.5 cm 1.88 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 31.3 um -11.5 cm 1.88 cm 202 keV 1.01 keV 53.8 um 53.8 um World eIoni - 2 9.92 um -20 cm 1.88 cm 849 MeV 23.8 keV 9.66 cm 9.66 cm OutOfWorldTransportation + 0 -5.25 mm -13.6 cm 1.68 cm 624 keV 0 eV 0 fm 0 fm World initStep + 1 -6.32 mm -20 cm 1.49 cm 624 keV 0 eV 6.42 cm 6.42 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1507,209 +1570,236 @@ 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 23.3 um -2.48 cm 1.24 cm 297 MeV 4.5 keV 2.94 cm 2.94 cm World eIoni - 2 60.3 um -13.5 cm 2.01 cm 1.4 GeV 25.5 keV 11.1 cm 14 cm World eIoni - 3 73.2 um -20 cm 2.21 cm 2.05 GeV 13.3 keV 6.5 cm 20.5 cm OutOfWorldTransportation + 1 -96.4 um -4.52 cm 1.5 cm 502 MeV 6.84 keV 5 cm 5 cm World eIoni + 2 -59.1 um -16.9 cm 2.12 cm 1.74 GeV 27.7 keV 12.4 cm 17.4 cm World eIoni + 3 -42.6 um -20 cm 2.2 cm 2.05 GeV 5.85 keV 3.08 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 60.3 um -13.5 cm 2.01 cm 3.68 keV 0 eV 0 fm 0 fm World initStep - 1 72.8 um -13.5 cm 2.02 cm 1.85 MeV 3.68 keV 418 um 418 um World eIoni - 2 -23.6 um -14.4 cm 2.03 cm 86.5 MeV 1.65 keV 8.47 mm 8.88 mm World eIoni - 3 15.5 um -19.1 cm 2.06 cm 555 MeV 6.08 keV 4.68 cm 5.57 cm World eIoni - 4 15.5 um -19.1 cm 2.06 cm 556 MeV 77 eV 143 um 5.59 cm World eIoni - 5 18.1 um -20 cm 2.06 cm 649 MeV 3.6 keV 9.31 mm 6.52 cm OutOfWorldTransportation + 0 -59.1 um -16.9 cm 2.12 cm 1 keV 0 eV 0 fm 0 fm World initStep + 1 -61.4 um -16.9 cm 2.12 cm 201 keV 1 keV 53.5 um 53.5 um World eIoni + 2 -78.5 um -20 cm 2.12 cm 308 MeV 7.07 keV 3.2 cm 3.21 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.5 um -19.1 cm 2.06 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 12.9 um -19.1 cm 2.06 cm 219 keV 1.06 keV 57.8 um 57.8 um World eIoni - 2 -1.88 um -20 cm 2.06 cm 93.2 MeV 2.44 keV 9.39 mm 9.45 mm OutOfWorldTransportation + 0 -96.4 um -4.52 cm 1.5 cm 6.52 keV 0 eV 0 fm 0 fm World initStep + 1 -85.2 um -4.57 cm 1.5 cm 5.11 MeV 6.52 keV 1.13 mm 1.13 mm World eIoni + 2 228 um -6.56 cm 1.51 cm 205 MeV 3.33 keV 2 cm 2.11 cm World eIoni + 3 409 um -9.59 cm 1.53 cm 507 MeV 6.2 keV 3.02 cm 5.13 cm World eBrem + 4 586 um -18.1 cm 1.55 cm 1.36 GeV 19 keV 8.53 cm 13.7 cm World eIoni + 5 610 um -20 cm 1.55 cm 1.55 GeV 4.78 keV 1.88 cm 15.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 586 um -18.1 cm 1.55 cm 1.02 keV 0 eV 0 fm 0 fm World initStep + 1 588 um -18.1 cm 1.55 cm 206 keV 1.02 keV 54.8 um 54.8 um World eIoni + 2 601 um -20 cm 1.55 cm 188 MeV 4.66 keV 1.93 cm 1.93 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.5 um -19.1 cm 2.06 cm 6.46 keV 0 eV 0 fm 0 fm World initStep - 1 14.7 um -19.1 cm 2.06 cm 1.2 MeV 316 eV 128 um 128 um World eIoni - 2 -121 um -20 cm 2.06 cm 94.6 MeV 835 eV 9.35 mm 9.48 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 259 um -7.52 cm 1.75 cm 802 MeV 13.9 keV 8.01 cm 8.01 cm World eIoni + 2 481 um -20 cm 2.25 cm 2.05 GeV 27.1 keV 12.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 23.3 um -2.48 cm 1.24 cm 18.2 keV 0 eV 0 fm 0 fm World initStep - 1 102 um -2.69 cm 1.24 cm 22.9 MeV 2.02 keV 2.98 mm 2.98 mm World eIoni - 2 -5.42 mm -4.59 cm 9.24 mm 213 MeV 5.84 keV 2.08 cm 2.38 cm World eIoni - 3 -9.7 mm -20 cm 6.81 mm 1.75 GeV 29.6 keV 15.4 cm 17.8 cm OutOfWorldTransportation + 0 259 um -7.52 cm 1.75 cm 2.57 keV 0 eV 0 fm 0 fm World initStep + 1 266 um -7.53 cm 1.75 cm 982 keV 2.57 keV 226 um 226 um World eIoni + 2 252 um -7.85 cm 1.74 cm 32.8 MeV 573 eV 3.19 mm 3.41 mm WorldTransportation + 3 252 um -7.85 cm 1.74 cm 32.8 MeV 0 eV 0 fm 3.41 mm World eIoni + 4 54.1 um -11.8 cm 1.72 cm 432 MeV 8.91 keV 4 cm 4.34 cm World eIoni + 5 -235 um -20 cm 1.71 cm 1.25 GeV 15.5 keV 8.16 cm 12.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 3, 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 -1.15 um -1.01 mm 3.15 mm 60.1 MeV 89.8 eV 3.35 mm 3.35 mm World eIoni - 2 -30.9 um -1.66 cm 1.08 cm 216 MeV 3.94 keV 1.77 cm 2.11 cm World eIoni - 3 -117 um -8.89 cm 1.83 cm 939 MeV 10.2 keV 7.28 cm 9.38 cm World eIoni - 4 -121 um -9.95 cm 1.88 cm 1.04 GeV 1.38 keV 1.06 cm 10.4 cm World eIoni - 5 -124 um -10.8 cm 1.92 cm 1.13 GeV 2.22 keV 8.72 mm 11.3 cm World eIoni - 6 -143 um -18.1 cm 2.18 cm 1.86 GeV 14.9 keV 7.29 cm 18.6 cm World eIoni - 7 -148 um -20 cm 2.23 cm 2.05 GeV 2.71 keV 1.89 cm 20.5 cm OutOfWorldTransportation + 0 54.1 um -11.8 cm 1.72 cm 2.74 keV 0 eV 0 fm 0 fm World initStep + 1 54.4 um -11.9 cm 1.72 cm 1.1 MeV 2.74 keV 252 um 252 um World eIoni + 2 69 um -12 cm 1.72 cm 17 MeV 447 eV 1.59 mm 1.84 mm World eIoni + 3 207 um -18.5 cm 1.77 cm 667 MeV 8.2 keV 6.5 cm 6.69 cm World eIoni + 4 254 um -20 cm 1.78 cm 816 MeV 3.58 keV 1.48 cm 8.17 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -143 um -18.1 cm 2.18 cm 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 -140 um -18.1 cm 2.18 cm 230 keV 1.09 keV 60.3 um 60.3 um World eIoni - 2 -121 um -20 cm 2.18 cm 189 MeV 4.42 keV 1.93 cm 1.93 cm OutOfWorldTransportation + 0 207 um -18.5 cm 1.77 cm 3.28 keV 0 eV 0 fm 0 fm World initStep + 1 216 um -18.5 cm 1.77 cm 1.51 MeV 3.28 keV 342 um 342 um World eIoni + 2 363 um -19.4 cm 1.75 cm 92.1 MeV 793 eV 9.07 mm 9.41 mm World eIoni + 3 389 um -20 cm 1.75 cm 148 MeV 1.12 keV 5.63 mm 1.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -124 um -10.8 cm 1.92 cm 3.63 keV 0 eV 0 fm 0 fm World initStep - 1 -117 um -10.8 cm 1.92 cm 1.81 MeV 3.63 keV 407 um 407 um World eIoni - 2 -11.3 um -12.1 cm 1.9 cm 128 MeV 1.26 keV 1.26 cm 1.3 cm World eIoni - 3 135 um -15.2 cm 1.88 cm 436 MeV 5.58 keV 3.08 cm 4.38 cm World eIoni - 4 210 um -19.8 cm 1.87 cm 900 MeV 11 keV 4.64 cm 9.02 cm World eIoni - 5 212 um -20 cm 1.87 cm 918 MeV 206 eV 1.83 mm 9.2 cm OutOfWorldTransportation + 0 69 um -12 cm 1.72 cm 2.05 keV 0 eV 0 fm 0 fm World initStep + 1 64.4 um -12 cm 1.72 cm 666 keV 2.05 keV 157 um 157 um World eIoni + 2 68.5 um -14.9 cm 1.5 cm 293 MeV 4.4 keV 2.94 cm 2.96 cm World eIoni + 3 -47.8 um -20 cm 8.69 mm 799 MeV 10.3 keV 5.09 cm 8.06 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 210 um -19.8 cm 1.87 cm 2.42 keV 0 eV 0 fm 0 fm World initStep - 1 219 um -19.8 cm 1.87 cm 884 keV 2.42 keV 204 um 204 um World eIoni - 2 232 um -20 cm 1.87 cm 18.4 MeV 49.3 eV 1.75 mm 1.96 mm OutOfWorldTransportation + 0 68.5 um -14.9 cm 1.5 cm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 68.9 um -14.9 cm 1.5 cm 243 keV 1.13 keV 63 um 63 um World eIoni + 2 72.4 um -20 cm 1.49 cm 505 MeV 10.7 keV 5.31 cm 5.32 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 135 um -15.2 cm 1.88 cm 1.65 keV 0 eV 0 fm 0 fm World initStep - 1 133 um -15.2 cm 1.88 cm 460 keV 1.65 keV 112 um 112 um World eIoni - 2 122 um -20 cm 1.88 cm 482 MeV 8.23 keV 4.9 cm 4.91 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -187 um -6.46 cm 1.68 cm 696 MeV 12.4 keV 6.94 cm 6.94 cm World eIoni + 2 -187 um -6.47 cm 1.69 cm 697 MeV 0 eV 101 um 6.96 cm World eIoni + 3 -224 um -7.52 cm 1.76 cm 802 MeV 1.65 keV 1.05 cm 8.01 cm World eIoni + 4 -328 um -11.9 cm 1.98 cm 1.24 GeV 8.28 keV 4.37 cm 12.4 cm World eIoni + 5 -346 um -12.9 cm 2.02 cm 1.34 GeV 1.72 keV 9.88 mm 13.4 cm World eIoni + 6 -397 um -15.9 cm 2.12 cm 1.64 GeV 6.99 keV 2.99 cm 16.4 cm World eIoni + 7 -403 um -16.2 cm 2.13 cm 1.67 GeV 780 eV 3.28 mm 16.7 cm World eIoni + 8 -440 um -18.7 cm 2.21 cm 1.92 GeV 6.17 keV 2.5 cm 19.2 cm World eIoni + 9 -457 um -20 cm 2.24 cm 2.05 GeV 3.59 keV 1.32 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -121 um -9.95 cm 1.88 cm 257 keV 0 eV 0 fm 0 fm World initStep - 1 -9.3 mm -18.9 cm 2.42 cm 897 MeV 18.4 keV 9.78 cm 9.78 cm World eIoni - 2 -9.48 mm -20 cm 3.08 cm 1 GeV 2.44 keV 1.25 cm 11 cm OutOfWorldTransportation + 0 -440 um -18.7 cm 2.21 cm 1.73 keV 0 eV 0 fm 0 fm World initStep + 1 -445 um -18.7 cm 2.21 cm 496 keV 1.73 keV 120 um 120 um World eIoni + 2 -465 um -20 cm 2.21 cm 132 MeV 1.75 keV 1.32 cm 1.33 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -9.3 mm -18.9 cm 2.42 cm 1.08 keV 0 eV 0 fm 0 fm World initStep - 1 -9.29 mm -18.9 cm 2.42 cm 226 keV 1.08 keV 59.2 um 59.2 um World eIoni - 2 -9.28 mm -20 cm 2.41 cm 106 MeV 1.47 keV 1.07 cm 1.08 cm OutOfWorldTransportation + 0 -403 um -16.2 cm 2.13 cm 1.12 keV 0 eV 0 fm 0 fm World initStep + 1 -401 um -16.2 cm 2.13 cm 241 keV 1.12 keV 62.8 um 62.8 um World eIoni + 2 -391 um -20 cm 2.14 cm 382 MeV 5.33 keV 3.96 cm 3.97 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -117 um -8.89 cm 1.83 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 -118 um -8.89 cm 1.83 cm 214 keV 1.04 keV 56.6 um 56.6 um World eIoni - 2 4.22 mm -19.2 cm 2.48 cm 1.03 GeV 29.9 keV 11.9 cm 11.9 cm World eIoni - 3 5.58 mm -20 cm 2.74 cm 1.11 GeV 1.29 keV 8.33 mm 12.8 cm OutOfWorldTransportation + 0 -397 um -15.9 cm 2.12 cm 4.22 keV 0 eV 0 fm 0 fm World initStep + 1 -389 um -15.9 cm 2.12 cm 2.36 MeV 4.22 keV 529 um 529 um World eIoni + 2 54.8 um -18.3 cm 2.17 cm 249 MeV 2.24 keV 2.47 cm 2.52 cm World eIoni + 3 145 um -20 cm 2.18 cm 415 MeV 4.13 keV 1.65 cm 4.18 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -30.9 um -1.66 cm 1.08 cm 1.76 keV 0 eV 0 fm 0 fm World initStep - 1 -33.5 um -1.67 cm 1.08 cm 510 keV 1.76 keV 123 um 123 um World eIoni - 2 -48.6 um -20 cm 1.07 cm 1.83 GeV 30.8 keV 19.4 cm 19.4 cm OutOfWorldTransportation + 0 -346 um -12.9 cm 2.02 cm 4.16 keV 0 eV 0 fm 0 fm World initStep + 1 -356 um -12.9 cm 2.02 cm 2.3 MeV 4.16 keV 517 um 517 um World eIoni + 2 -356 um -12.9 cm 2.02 cm 2.84 MeV 7.81 eV 53.5 um 571 um World eIoni + 3 -144 um -14.3 cm 2.03 cm 145 MeV 1.36 keV 1.43 cm 1.48 cm World eIoni + 4 334 um -20 cm 2.05 cm 713 MeV 8.81 keV 5.68 cm 7.16 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 um -1.01 mm 3.15 mm 2.37 keV 0 eV 0 fm 0 fm World initStep - 1 5.61 um -1.09 mm 3.15 mm 851 keV 2.37 keV 198 um 198 um World eIoni - 2 -175 um -8.44 mm 3.27 mm 74.3 MeV 656 eV 7.35 mm 7.55 mm World eIoni - 3 -996 um -2.51 cm 3.61 mm 241 MeV 4.48 keV 1.67 cm 2.42 cm World eIoni - 4 -2.51 mm -16.8 cm 4.22 mm 1.67 GeV 27.3 keV 14.3 cm 16.8 cm World eIoni - 5 -2.64 mm -19.4 cm 4.26 mm 1.93 GeV 4.83 keV 2.59 cm 19.4 cm World eIoni - 6 -2.67 mm -20 cm 4.26 mm 1.99 GeV 827 eV 5.61 mm 19.9 cm OutOfWorldTransportation + 0 -144 um -14.3 cm 2.03 cm 2.54 keV 0 eV 0 fm 0 fm World initStep + 1 -140 um -14.3 cm 2.03 cm 968 keV 2.54 keV 223 um 223 um World eIoni + 2 -5.61 um -15.3 cm 2.06 cm 102 MeV 759 eV 1.01 cm 1.03 cm World eIoni + 3 577 um -20 cm 2.16 cm 568 MeV 9.84 keV 4.66 cm 5.69 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.64 mm -19.4 cm 4.26 mm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 -2.64 mm -19.4 cm 4.26 mm 282 keV 1.24 keV 72.2 um 72.2 um World eIoni - 2 -2.63 mm -20 cm 4.27 mm 56.1 MeV 1.54 keV 5.6 mm 5.68 mm OutOfWorldTransportation + 0 -328 um -11.9 cm 1.98 cm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 -325 um -11.9 cm 1.98 cm 246 keV 1.14 keV 64 um 64 um World eIoni + 2 -301 um -20 cm 1.98 cm 812 MeV 16.6 keV 8.82 cm 8.83 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -2.51 mm -16.8 cm 4.22 mm 1.52 keV 0 eV 0 fm 0 fm World initStep - 1 -2.51 mm -16.9 cm 4.22 mm 399 keV 1.52 keV 98.4 um 98.4 um World eIoni - 2 -2.48 mm -20 cm 4.21 mm 315 MeV 5.79 keV 3.19 cm 3.2 cm OutOfWorldTransportation + 0 -224 um -7.52 cm 1.76 cm 7.69 keV 0 eV 0 fm 0 fm World initStep + 1 -248 um -7.58 cm 1.76 cm 6.85 MeV 4.99 keV 1.39 mm 1.39 mm World eIoni + 2 -757 um -7.82 cm 1.92 cm 30.4 MeV 394 eV 3.52 mm 4.91 mm World eIoni + 3 -1.09 mm -9.62 cm 2.03 cm 210 MeV 1.75 keV 1.8 cm 2.3 cm World eIoni + 4 -1.42 mm -20 cm 2.12 cm 1.25 GeV 21.9 keV 10.4 cm 12.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -996 um -2.51 cm 3.61 mm 1.55 keV 0 eV 0 fm 0 fm World initStep - 1 -991 um -2.51 cm 3.61 mm 415 keV 1.55 keV 102 um 102 um World eIoni - 2 -960 um -20 cm 3.61 mm 1.75 GeV 34.9 keV 18.9 cm 18.9 cm OutOfWorldTransportation + 0 -1.09 mm -9.62 cm 2.03 cm 6.01 keV 0 eV 0 fm 0 fm World initStep + 1 -1.09 mm -9.66 cm 2.03 cm 4.41 MeV 6.01 keV 990 um 990 um World eIoni + 2 -1.09 mm -9.67 cm 2.03 cm 4.94 MeV 8.14 eV 52.9 um 1.04 mm World eIoni + 3 -829 um -12.4 cm 2.07 cm 277 MeV 4.18 keV 2.72 cm 2.83 cm World eIoni + 4 -400 um -20 cm 2.12 cm 1.04 GeV 13.4 keV 7.61 cm 10.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 242 um -7.13 cm 1.72 cm 763 MeV 17.7 keV 7.62 cm 7.62 cm World eIoni - 2 635 um -20 cm 2.21 cm 2.05 GeV 32.5 keV 12.9 cm 20.5 cm OutOfWorldTransportation + 0 -829 um -12.4 cm 2.07 cm 1.24 keV 0 eV 0 fm 0 fm World initStep + 1 -827 um -12.4 cm 2.07 cm 283 keV 1.24 keV 72.2 um 72.2 um World eIoni + 2 -811 um -20 cm 2.07 cm 761 MeV 19.9 keV 8.09 cm 8.09 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -187 um -6.47 cm 1.69 cm 1.02 keV 0 eV 0 fm 0 fm World initStep + 1 -187 um -6.47 cm 1.69 cm 207 keV 1.02 keV 54.9 um 54.9 um World eIoni + 2 2.53 cm -16.2 cm 4.4 cm 977 MeV 23.9 keV 11.3 cm 11.3 cm World eIoni + 3 4.25 cm -19.5 cm 6.44 cm 1.31 GeV 8.69 keV 4.25 cm 15.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 242 um -7.13 cm 1.72 cm 3.89 keV 0 eV 0 fm 0 fm World initStep - 1 236 um -7.15 cm 1.72 cm 2.04 MeV 3.89 keV 460 um 460 um World eIoni - 2 229 um -7.21 cm 1.72 cm 8.65 MeV 19.9 eV 661 um 1.12 mm World eIoni - 3 -440 um -12.7 cm 1.68 cm 559 MeV 9.25 keV 5.51 cm 5.62 cm World eIoni - 4 -277 um -20 cm 1.6 cm 1.29 GeV 15.2 keV 7.28 cm 12.9 cm OutOfWorldTransportation + 0 -187 um -6.46 cm 1.68 cm 2.09 keV 0 eV 0 fm 0 fm World initStep + 1 -192 um -6.46 cm 1.68 cm 691 keV 2.09 keV 162 um 162 um World eIoni + 2 -578 um -7.37 cm 1.68 cm 91.4 MeV 1.14 keV 9.09 mm 9.25 mm World eIoni + 3 -1.73 mm -15.8 cm 1.63 cm 939 MeV 21.1 keV 8.48 cm 9.4 cm World eIoni + 4 -1.6 mm -20 cm 1.65 cm 1.35 GeV 8.68 keV 4.15 cm 13.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -440 um -12.7 cm 1.68 cm 3.09 keV 0 eV 0 fm 0 fm World initStep - 1 -429 um -12.7 cm 1.68 cm 1.36 MeV 3.09 keV 308 um 308 um World eIoni - 2 -455 um -13.5 cm 1.66 cm 81.5 MeV 1.02 keV 8.02 mm 8.32 mm World eIoni - 3 194 um -20 cm 1.59 cm 728 MeV 10.9 keV 6.47 cm 7.3 cm OutOfWorldTransportation + 0 -1.73 mm -15.8 cm 1.63 cm 15.3 keV 0 eV 0 fm 0 fm World initStep + 1 -1.78 mm -16 cm 1.63 cm 18.6 MeV 3.38 keV 2.54 mm 2.54 mm World eIoni + 2 -1.82 mm -16.1 cm 1.53 cm 22.6 MeV 186 eV 1.09 mm 3.64 mm World eIoni + 3 -2.04 mm -20 cm 9.38 mm 416 MeV 5.29 keV 4.03 cm 4.39 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1717,136 +1807,137 @@ 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 18.5 um -1.24 cm 9.63 mm 174 MeV 6.3 keV 1.67 cm 1.67 cm World eIoni - 2 23.5 um -2.02 cm 1.16 cm 252 MeV 1.96 keV 8.04 mm 2.47 cm World eIoni - 3 75.5 um -13 cm 2 cm 1.35 GeV 22.2 keV 11 cm 13.5 cm World eIoni - 4 87.4 um -20 cm 2.21 cm 2.05 GeV 12.8 keV 7 cm 20.5 cm OutOfWorldTransportation + 1 78.7 um -3.22 cm 1.36 cm 372 MeV 8.19 keV 3.7 cm 3.7 cm World eIoni + 2 263 um -20 cm 2.24 cm 2.05 GeV 29.6 keV 16.8 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 75.5 um -13 cm 2 cm 2.35 keV 0 eV 0 fm 0 fm World initStep - 1 70.8 um -13 cm 2 cm 846 keV 2.35 keV 196 um 196 um World eIoni - 2 129 um -13.4 cm 2 cm 38 MeV 396 eV 3.72 mm 3.92 mm World eIoni - 3 242 um -18.9 cm 1.95 cm 589 MeV 10.1 keV 5.51 cm 5.9 cm World eIoni - 4 242 um -20 cm 1.94 cm 700 MeV 3.17 keV 1.11 cm 7.01 cm OutOfWorldTransportation + 0 78.7 um -3.22 cm 1.36 cm 1.72 keV 0 eV 0 fm 0 fm World initStep + 1 83.6 um -3.23 cm 1.36 cm 495 keV 1.72 keV 119 um 119 um World eIoni + 2 113 um -20 cm 1.36 cm 1.68 GeV 27.2 keV 17.7 cm 17.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 242 um -18.9 cm 1.95 cm 1.37 keV 0 eV 0 fm 0 fm World initStep - 1 239 um -18.9 cm 1.95 cm 338 keV 1.37 keV 84.7 um 84.7 um World eIoni - 2 227 um -20 cm 1.95 cm 111 MeV 1.19 keV 1.12 cm 1.13 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 311 um -8.72 cm 1.83 cm 922 MeV 20.2 keV 9.22 cm 9.22 cm World eIoni + 2 455 um -14.9 cm 2.09 cm 1.54 GeV 13.3 keV 6.14 cm 15.4 cm World eIoni + 3 485 um -16.5 cm 2.14 cm 1.7 GeV 3.08 keV 1.64 cm 17 cm World eIoni + 4 489 um -16.7 cm 2.15 cm 1.72 GeV 186 eV 2.5 mm 17.2 cm World eIoni + 5 541 um -20 cm 2.24 cm 2.05 GeV 9.9 keV 3.25 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 23.5 um -2.02 cm 1.16 cm 8.35 keV 0 eV 0 fm 0 fm World initStep - 1 55.5 um -2.09 cm 1.16 cm 7.86 MeV 4.66 keV 1.51 mm 1.51 mm World eIoni - 2 67.8 um -2.11 cm 1.17 cm 9.54 MeV 1.81 eV 204 um 1.72 mm World eIoni - 3 -598 um -13.9 cm 1.23 cm 1.19 GeV 22.4 keV 11.8 cm 12 cm World eIoni - 4 -827 um -20 cm 1.2 cm 1.8 GeV 15.2 keV 6.08 cm 18.1 cm OutOfWorldTransportation + 0 489 um -16.7 cm 2.15 cm 3.85 keV 0 eV 0 fm 0 fm World initStep + 1 475 um -16.8 cm 2.15 cm 2.01 MeV 3.85 keV 452 um 452 um World eIoni + 2 725 um -18.4 cm 2.12 cm 163 MeV 2.05 keV 1.61 cm 1.66 cm World eIoni + 3 1.21 mm -19.3 cm 2.09 cm 250 MeV 1.15 keV 8.75 mm 2.53 cm World eIoni + 4 1.5 mm -20 cm 2.08 cm 325 MeV 1.52 keV 7.49 mm 3.28 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -598 um -13.9 cm 1.23 cm 1.41 keV 0 eV 0 fm 0 fm World initStep - 1 -600 um -13.9 cm 1.23 cm 355 keV 1.41 keV 88.4 um 88.4 um World eIoni - 2 -612 um -20 cm 1.24 cm 608 MeV 8.4 keV 6.28 cm 6.29 cm OutOfWorldTransportation + 0 1.21 mm -19.3 cm 2.09 cm 1.72 keV 0 eV 0 fm 0 fm World initStep + 1 1.21 mm -19.3 cm 2.09 cm 492 keV 1.72 keV 119 um 119 um World eIoni + 2 1.22 mm -20 cm 2.09 cm 74.9 MeV 548 eV 7.45 mm 7.57 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 18.5 um -1.24 cm 9.63 mm 1.78 keV 0 eV 0 fm 0 fm World initStep - 1 19.2 um -1.24 cm 9.63 mm 522 keV 1.78 keV 126 um 126 um World eIoni - 2 23.5 um -20 cm 9.59 mm 1.88 GeV 37.1 keV 19.9 cm 19.9 cm OutOfWorldTransportation + 0 485 um -16.5 cm 2.14 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 488 um -16.5 cm 2.14 cm 214 keV 1.04 keV 56.5 um 56.5 um World eIoni + 2 508 um -20 cm 2.14 cm 350 MeV 6.06 keV 3.65 cm 3.66 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 588 um -13.7 cm 2.02 cm 1.42 GeV 28.9 keV 14.2 cm 14.2 cm World eIoni - 2 1.01 mm -20 cm 2.21 cm 2.05 GeV 16.8 keV 6.26 cm 20.5 cm OutOfWorldTransportation + 0 455 um -14.9 cm 2.09 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 453 um -14.9 cm 2.09 cm 237 keV 1.11 keV 61.8 um 61.8 um World eIoni + 2 435 um -20 cm 2.09 cm 514 MeV 13.3 keV 5.42 cm 5.43 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 588 um -13.7 cm 2.02 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 586 um -13.7 cm 2.02 cm 220 keV 1.06 keV 58 um 58 um World eIoni - 2 563 um -20 cm 2.02 cm 626 MeV 15.8 keV 6.76 cm 6.76 cm OutOfWorldTransportation + 0 311 um -8.72 cm 1.83 cm 2.2 keV 0 eV 0 fm 0 fm World initStep + 1 303 um -8.73 cm 1.83 cm 749 keV 2.2 keV 175 um 175 um World eIoni + 2 351 um -9.04 cm 1.82 cm 31.5 MeV 283 eV 3.08 mm 3.25 mm World eIoni + 3 596 um -20 cm 1.82 cm 1.13 GeV 22.6 keV 11 cm 11.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 7, 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 0 fm -20 cm 2.22 cm 2.05 GeV 37.4 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 351 um -9.04 cm 1.82 cm 2.44 keV 0 eV 0 fm 0 fm World initStep + 1 351 um -9.05 cm 1.82 cm 899 keV 2.44 keV 208 um 208 um World eIoni + 2 336 um -9.2 cm 1.82 cm 15.7 MeV 37.1 eV 1.48 mm 1.69 mm World eIoni + 3 714 um -16.5 cm 1.88 cm 744 MeV 13.7 keV 7.28 cm 7.45 cm World eIoni + 4 799 um -20 cm 2.1 cm 1.1 GeV 8.77 keV 3.53 cm 11 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 9.83 um -1.25 cm 9.71 mm 175 MeV 2.75 keV 1.68 cm 1.68 cm World eIoni - 2 26.6 um -7.43 cm 1.75 cm 793 MeV 17.6 keV 6.24 cm 7.92 cm World eIoni - 3 28.7 um -8.3 cm 1.8 cm 880 MeV 3.76 keV 8.64 mm 8.79 cm World eIoni - 4 37.5 um -10.3 cm 1.91 cm 1.08 GeV 3.41 keV 2.05 cm 10.8 cm World eIoni - 5 69.1 um -20 cm 2.23 cm 2.05 GeV 26.2 keV 9.66 cm 20.5 cm OutOfWorldTransportation + 0 714 um -16.5 cm 1.88 cm 5.29 keV 0 eV 0 fm 0 fm World initStep + 1 728 um -16.5 cm 1.88 cm 3.52 MeV 5.29 keV 788 um 788 um World eIoni + 2 746 um -16.7 cm 1.87 cm 23.7 MeV 931 eV 2.02 mm 2.81 mm World eIoni + 3 764 um -20 cm 1.87 cm 353 MeV 5.3 keV 3.29 cm 3.57 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 37.5 um -10.3 cm 1.91 cm 3.02 keV 0 eV 0 fm 0 fm World initStep - 1 35.2 um -10.4 cm 1.91 cm 1.31 MeV 3.02 keV 297 um 297 um World eIoni - 2 36.5 um -10.5 cm 1.91 cm 12 MeV 69.3 eV 1.07 mm 1.37 mm World eIoni - 3 44.1 um -20 cm 1.91 cm 966 MeV 18.6 keV 9.54 cm 9.68 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -8.1 um -5.74 mm 7.02 mm 107 MeV 2.95 keV 9.53 mm 9.53 mm World eIoni + 2 -14.5 um -5.87 cm 1.62 cm 637 MeV 11.8 keV 5.4 cm 6.36 cm World eIoni + 3 -83.5 um -19.1 cm 2.19 cm 1.96 GeV 30.8 keV 13.3 cm 19.6 cm World eIoni + 4 -89.7 um -20 cm 2.21 cm 2.05 GeV 3.02 keV 8.87 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 28.7 um -8.3 cm 1.8 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 26.5 um -8.3 cm 1.8 cm 204 keV 1.01 keV 54.2 um 54.2 um World eIoni - 2 1.99 cm -17.8 cm 9.76 mm 953 MeV 24.3 keV 11 cm 11 cm World eIoni - 3 2.13 cm -19.9 cm 9.19 mm 1.16 GeV 3.36 keV 2.07 cm 13.1 cm OutOfWorldTransportation + 0 -83.5 um -19.1 cm 2.19 cm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 -86.4 um -19.1 cm 2.19 cm 246 keV 1.14 keV 63.9 um 63.9 um World eIoni + 2 -101 um -20 cm 2.19 cm 88.7 MeV 1.44 keV 8.91 mm 8.98 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 26.6 um -7.43 cm 1.75 cm 1.42 keV 0 eV 0 fm 0 fm World initStep - 1 28.9 um -7.44 cm 1.75 cm 357 keV 1.42 keV 88.9 um 88.9 um World eIoni - 2 44.3 um -20 cm 1.75 cm 1.26 GeV 25.3 keV 13.5 cm 13.5 cm OutOfWorldTransportation + 0 -14.5 um -5.87 cm 1.62 cm 1.44 keV 0 eV 0 fm 0 fm World initStep + 1 -10.7 um -5.88 cm 1.62 cm 366 keV 1.44 keV 91 um 91 um World eIoni + 2 14.7 um -20 cm 1.62 cm 1.41 GeV 26.8 keV 15.2 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 9.83 um -1.25 cm 9.71 mm 1.31 keV 0 eV 0 fm 0 fm World initStep - 1 6.42 um -1.25 cm 9.71 mm 310 keV 1.31 keV 78.5 um 78.5 um World eIoni - 2 -1.53 mm -19.8 cm 9.4 mm 1.86 GeV 43.9 keV 21.4 cm 21.4 cm World eIoni - 3 -2.09 mm -20 cm 9.24 mm 1.87 GeV 443 eV 1.65 mm 21.6 cm OutOfWorldTransportation + 0 -8.1 um -5.74 mm 7.02 mm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 -11.6 um -5.77 mm 7.02 mm 293 keV 1.26 keV 74.5 um 74.5 um World eIoni + 2 1.68 cm -17.6 cm 2.39 cm 1.7 GeV 34.9 keV 19.6 cm 19.6 cm World eIoni + 3 1.97 cm -19.9 cm 2.48 cm 1.93 GeV 4.71 keV 2.33 cm 22 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1854,99 +1945,98 @@ 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.9 um -4.12 cm 1.46 cm 462 MeV 6.67 keV 4.6 cm 4.6 cm World eIoni - 2 216 um -16.9 cm 2.13 cm 1.74 GeV 29.1 keV 12.8 cm 17.4 cm World eIoni - 3 234 um -20 cm 2.21 cm 2.05 GeV 9.06 keV 3.07 cm 20.5 cm OutOfWorldTransportation + 1 -63.4 um -3.84 cm 1.44 cm 434 MeV 8.53 keV 4.31 cm 4.31 cm World eIoni + 2 -115 um -19.7 cm 2.25 cm 2.02 GeV 26.4 keV 15.9 cm 20.2 cm World eIoni + 3 -114 um -20 cm 2.26 cm 2.05 GeV 680 eV 2.77 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 216 um -16.9 cm 2.13 cm 134 keV 0 eV 0 fm 0 fm World initStep - 1 67 um -20 cm 2.11 cm 308 MeV 10.4 keV 3.36 cm 3.36 cm OutOfWorldTransportation + 0 -115 um -19.7 cm 2.25 cm 22 keV 0 eV 0 fm 0 fm World initStep + 1 -584 um -19.9 cm 2.29 cm 15.5 MeV 878 eV 1.69 mm 1.69 mm World msc + 2 -686 um -20 cm 2.29 cm 25.3 MeV 76.9 eV 992 um 2.68 mm World msc + 3 -709 um -20 cm 2.3 cm 28.4 MeV 0 eV 308 um 2.99 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 55.9 um -4.12 cm 1.46 cm 14.7 keV 0 eV 0 fm 0 fm World initStep - 1 46 um -4.29 cm 1.45 cm 17.7 MeV 4.15 keV 2.45 mm 2.45 mm World eIoni - 2 2.68 mm -6.42 cm 1.47 cm 231 MeV 4.4 keV 2.16 cm 2.4 cm World eIoni - 3 3.36 mm -8.5 cm 1.48 cm 438 MeV 2.62 keV 2.08 cm 4.48 cm World eIoni - 4 4.26 mm -14.7 cm 1.5 cm 1.06 GeV 11.3 keV 6.19 cm 10.7 cm World eIoni - 5 4.67 mm -20 cm 1.51 cm 1.59 GeV 11.5 keV 5.31 cm 16 cm OutOfWorldTransportation + 0 -63.4 um -3.84 cm 1.44 cm 65.7 keV 0 eV 0 fm 0 fm World initStep + 1 83.8 um -4.94 cm 1.46 cm 112 MeV 6.75 keV 1.25 cm 1.25 cm World eIoni + 2 -5.45 mm -6.44 cm 1.63 cm 263 MeV 1.25 keV 1.62 cm 2.87 cm World eIoni + 3 -7.87 mm -7.71 cm 1.71 cm 389 MeV 4.12 keV 1.29 cm 4.16 cm World eIoni + 4 -1.01 cm -9.4 cm 1.78 cm 559 MeV 3.97 keV 1.71 cm 5.87 cm World eIoni + 5 -1.51 cm -16.7 cm 1.94 cm 1.28 GeV 10.5 keV 7.27 cm 13.1 cm World eIoni + 6 -1.64 cm -19.9 cm 1.99 cm 1.61 GeV 5.31 keV 3.28 cm 16.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.26 mm -14.7 cm 1.5 cm 2.64 keV 0 eV 0 fm 0 fm World initStep - 1 4.27 mm -14.7 cm 1.5 cm 1.03 MeV 2.64 keV 236 um 236 um World eIoni - 2 4.11 mm -16.1 cm 1.45 cm 144 MeV 3 keV 1.43 cm 1.46 cm World eIoni - 3 4.13 mm -20 cm 1.42 cm 531 MeV 10 keV 3.87 cm 5.33 cm OutOfWorldTransportation + 0 -1.51 cm -16.7 cm 1.94 cm 5.69 keV 0 eV 0 fm 0 fm World initStep + 1 -1.51 cm -16.7 cm 1.94 cm 4 MeV 5.69 keV 897 um 897 um World eIoni + 2 -1.51 cm -17.2 cm 1.94 cm 50 MeV 574 eV 4.6 mm 5.49 mm World eIoni + 3 -1.51 cm -17.4 cm 1.94 cm 75.2 MeV 642 eV 2.52 mm 8.01 mm World eIoni + 4 -1.51 cm -19.4 cm 1.93 cm 276 MeV 4.37 keV 2.01 cm 2.81 cm World eIoni + 5 -1.51 cm -19.9 cm 1.93 cm 329 MeV 1.61 keV 5.29 mm 3.34 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.36 mm -8.5 cm 1.48 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 3.36 mm -8.5 cm 1.48 cm 325 keV 1.34 keV 81.7 um 81.7 um World eIoni - 2 3.38 mm -20 cm 1.48 cm 1.15 GeV 21.4 keV 12.4 cm 12.4 cm OutOfWorldTransportation + 0 -1.51 cm -19.4 cm 1.93 cm 1.37 keV 0 eV 0 fm 0 fm World initStep + 1 -1.51 cm -19.4 cm 1.93 cm 335 keV 1.37 keV 84.1 um 84.1 um World eIoni + 2 -1.51 cm -19.9 cm 1.93 cm 52.9 MeV 458 eV 5.27 mm 5.35 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 ********************************************************************************************************* Step# X Y Z 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.7 um -2.36 cm 1.22 cm 286 MeV 6.3 keV 2.82 cm 2.82 cm World eIoni - 2 -69.8 um -3.26 cm 1.36 cm 376 MeV 1.09 keV 9.07 mm 3.73 cm World eIoni - 3 -130 um -8.86 cm 1.83 cm 936 MeV 11.9 keV 5.63 cm 9.35 cm World eIoni - 4 -130 um -8.99 cm 1.83 cm 949 MeV 239 eV 1.23 mm 9.48 cm World eIoni - 5 -136 um -20 cm 2.23 cm 2.05 GeV 26.1 keV 11 cm 20.5 cm OutOfWorldTransportation + 0 -1.51 cm -17.4 cm 1.94 cm 994 eV 0 eV 0 fm 0 fm World initStep + 1 -1.51 cm -17.4 cm 1.94 cm 198 keV 994 eV 52.7 um 52.7 um World eIoni + 2 -1.51 cm -19.9 cm 1.94 cm 254 MeV 5.04 keV 2.63 cm 2.64 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -130 um -8.99 cm 1.83 cm 3.65 keV 0 eV 0 fm 0 fm World initStep - 1 -141 um -9 cm 1.83 cm 1.83 MeV 3.65 keV 411 um 411 um World eIoni - 2 -172 um -9.23 cm 1.83 cm 24.5 MeV 278 eV 2.26 mm 2.68 mm World eIoni - 3 -271 um -20 cm 1.83 cm 1.1 GeV 18.8 keV 10.8 cm 11 cm OutOfWorldTransportation + 0 -1.51 cm -17.2 cm 1.94 cm 1.86 keV 0 eV 0 fm 0 fm World initStep + 1 -1.51 cm -17.2 cm 1.94 cm 562 keV 1.86 keV 134 um 134 um World eIoni + 2 -1.51 cm -19.9 cm 1.94 cm 279 MeV 3.48 keV 2.81 cm 2.82 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -130 um -8.86 cm 1.83 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 -133 um -8.87 cm 1.83 cm 259 keV 1.17 keV 67 um 67 um World eIoni - 2 -157 um -20 cm 1.83 cm 1.11 GeV 26.7 keV 12.4 cm 12.4 cm OutOfWorldTransportation + 0 -1.01 cm -9.4 cm 1.78 cm 1.25 keV 0 eV 0 fm 0 fm World initStep + 1 -1.01 cm -9.41 cm 1.78 cm 287 keV 1.25 keV 73.1 um 73.1 um World eIoni + 2 -1.01 cm -20 cm 1.78 cm 1.06 GeV 23.1 keV 11.5 cm 11.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -69.8 um -3.26 cm 1.36 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 -70.5 um -3.26 cm 1.36 cm 214 keV 1.05 keV 56.7 um 56.7 um World eIoni - 2 -5.73 mm -13.6 cm -2.99 cm 1.03 GeV 25.7 keV 12 cm 12 cm World eIoni - 3 838 um -20 cm -6.15 cm 1.67 GeV 13.9 keV 7.18 cm 19.2 cm OutOfWorldTransportation + 0 -7.87 mm -7.71 cm 1.71 cm 1.32 keV 0 eV 0 fm 0 fm World initStep + 1 -7.87 mm -7.72 cm 1.71 cm 318 keV 1.32 keV 80 um 80 um World eIoni + 2 -7.89 mm -20 cm 1.71 cm 1.23 GeV 24.2 keV 13.3 cm 13.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -54.7 um -2.36 cm 1.22 cm 2.84 keV 0 eV 0 fm 0 fm World initStep - 1 -44.6 um -2.37 cm 1.22 cm 1.18 MeV 2.84 keV 268 um 268 um World eIoni - 2 -47.1 um -3.03 cm 1.21 cm 66.8 MeV 50.6 eV 6.57 mm 6.83 mm World eIoni - 3 384 um -20 cm 1.16 cm 1.76 GeV 31 keV 17 cm 17.7 cm OutOfWorldTransportation + 0 -5.45 mm -6.44 cm 1.63 cm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 -5.46 mm -6.45 cm 1.63 cm 321 keV 1.33 keV 80.6 um 80.6 um World eIoni + 2 -5.48 mm -20 cm 1.64 cm 1.35 GeV 29 keV 14.8 cm 14.9 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1954,17 +2044,17 @@ 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 -207 um -12 cm 1.93 cm 1.25 GeV 24.3 keV 12.5 cm 12.5 cm World eIoni - 2 -542 um -20 cm 2.1 cm 2.05 GeV 21.4 keV 7.96 cm 20.5 cm OutOfWorldTransportation + 1 -560 um -13 cm 2 cm 1.35 GeV 29.2 keV 13.5 cm 13.5 cm World eIoni + 2 -772 um -20 cm 2.2 cm 2.05 GeV 13.9 keV 6.98 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 -12 cm 1.93 cm 1.24 keV 0 eV 0 fm 0 fm World initStep - 1 -207 um -12 cm 1.93 cm 285 keV 1.24 keV 72.7 um 72.7 um World eIoni - 2 -203 um -20 cm 1.92 cm 796 MeV 14.4 keV 8.47 cm 8.48 cm OutOfWorldTransportation + 0 -560 um -13 cm 2 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 -561 um -13 cm 2 cm 219 keV 1.06 keV 57.8 um 57.8 um World eIoni + 2 -569 um -20 cm 2 cm 698 MeV 16.1 keV 7.61 cm 7.62 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1972,39 +2062,37 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -353 um -9.89 cm 1.86 cm 1.04 GeV 21.6 keV 10.4 cm 10.4 cm World eIoni - 2 -618 um -20 cm 2.19 cm 2.05 GeV 24.3 keV 10.1 cm 20.5 cm OutOfWorldTransportation + 1 790 um -16.6 cm 2.11 cm 1.71 GeV 26.3 keV 17.1 cm 17.1 cm World eIoni + 2 957 um -20 cm 2.2 cm 2.05 GeV 4.69 keV 3.37 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 -353 um -9.89 cm 1.86 cm 2.33 keV 0 eV 0 fm 0 fm World initStep - 1 -359 um -9.89 cm 1.86 cm 828 keV 2.33 keV 192 um 192 um World eIoni - 2 -369 um -9.98 cm 1.86 cm 9.6 MeV 0 eV 878 um 1.07 mm World eIoni - 3 -431 um -17.4 cm 1.76 cm 747 MeV 9.97 keV 7.38 cm 7.48 cm World eIoni - 4 -418 um -19.1 cm 1.74 cm 917 MeV 2.89 keV 1.7 cm 9.19 cm World eIoni - 5 -412 um -20 cm 1.73 cm 1.01 GeV 3.05 keV 9.4 mm 10.1 cm OutOfWorldTransportation + 0 790 um -16.6 cm 2.11 cm 3.53 keV 0 eV 0 fm 0 fm World initStep + 1 792 um -16.7 cm 2.11 cm 1.72 MeV 3.53 keV 388 um 388 um World eIoni + 2 775 um -16.8 cm 2.11 cm 20.4 MeV 216 eV 1.87 mm 2.26 mm World eIoni + 3 721 um -20 cm 2.11 cm 337 MeV 4.87 keV 3.16 cm 3.39 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -418 um -19.1 cm 1.74 cm 1.2 keV 0 eV 0 fm 0 fm World initStep - 1 -420 um -19.1 cm 1.74 cm 269 keV 1.2 keV 69.3 um 69.3 um World eIoni - 2 -427 um -20 cm 1.74 cm 94 MeV 1.12 keV 9.44 mm 9.51 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 2.89 um -1.27 cm 9.76 mm 177 MeV 3.24 keV 1.7 cm 1.7 cm World eIoni + 2 -5.76 um -20 cm 2.22 cm 2.05 GeV 43.7 keV 18.8 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -431 um -17.4 cm 1.76 cm 2.24 keV 0 eV 0 fm 0 fm World initStep - 1 -432 um -17.4 cm 1.76 cm 773 keV 2.24 keV 180 um 180 um World eIoni - 2 -629 um -18 cm 1.76 cm 63.5 MeV 340 eV 6.28 mm 6.46 mm World eIoni - 3 -965 um -20 cm 1.76 cm 264 MeV 3.2 keV 2.01 cm 2.65 cm OutOfWorldTransportation + 0 2.89 um -1.27 cm 9.76 mm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 5.91 um -1.27 cm 9.76 mm 269 keV 1.2 keV 69.2 um 69.2 um World eIoni + 2 3.79 cm -16.2 cm 7.21 mm 1.49 GeV 37.3 keV 17.2 cm 17.2 cm World eIoni + 3 4.91 cm -19.4 cm -7.34 mm 1.81 GeV 8.96 keV 3.71 cm 20.9 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2012,120 +2100,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 -86.4 um -3.39 cm 1.38 cm 389 MeV 8.99 keV 3.86 cm 3.86 cm World eIoni - 2 -117 um -9.34 cm 1.85 cm 984 MeV 12.6 keV 5.98 cm 9.83 cm World eIoni - 3 -124 um -14 cm 2.04 cm 1.45 GeV 11.1 keV 4.69 cm 14.5 cm World eIoni - 4 -125 um -14.6 cm 2.06 cm 1.51 GeV 567 eV 5.91 mm 15.1 cm World eIoni - 5 -128 um -17.8 cm 2.16 cm 1.82 GeV 7.21 keV 3.14 cm 18.2 cm World eIoni - 6 -130 um -20 cm 2.22 cm 2.05 GeV 6 keV 2.25 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 -128 um -17.8 cm 2.16 cm 2.14 keV 0 eV 0 fm 0 fm World initStep - 1 -129 um -17.8 cm 2.16 cm 718 keV 2.14 keV 168 um 168 um World eIoni - 2 -128 um -17.8 cm 2.16 cm 4.18 MeV 0 eV 346 um 514 um World eIoni - 3 -128 um -20 cm 2.15 cm 225 MeV 3.7 keV 2.21 cm 2.26 cm OutOfWorldTransportation + 1 0 fm -20 cm 2.22 cm 2.05 GeV 42 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -125 um -14.6 cm 2.06 cm 1.68 keV 0 eV 0 fm 0 fm World initStep - 1 -130 um -14.6 cm 2.06 cm 474 keV 1.68 keV 115 um 115 um World eIoni - 2 -154 um -20 cm 2.06 cm 538 MeV 13.5 keV 5.48 cm 5.49 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -49.1 um -2.9 cm 1.31 cm 340 MeV 6.79 keV 3.37 cm 3.37 cm World eIoni + 2 -86.7 um -5.55 cm 1.6 cm 605 MeV 5.35 keV 2.66 cm 6.03 cm World eIoni + 3 -138 um -20 cm 2.21 cm 2.05 GeV 31.3 keV 14.4 cm 20.5 cm World eIoni + 4 -138 um -20 cm 2.21 cm 2.05 GeV 0 eV 399 um 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 -124 um -14 cm 2.04 cm 68.2 keV 0 eV 0 fm 0 fm World initStep - 1 6.49 mm -15.6 cm 2.23 cm 155 MeV 11.6 keV 1.81 cm 1.81 cm World eIoni - 2 1.85 cm -19.7 cm 4.13 cm 567 MeV 8.11 keV 4.81 cm 6.62 cm World eIoni - 3 1.88 cm -19.9 cm 4.18 cm 590 MeV 148 eV 2.41 mm 6.86 cm OutOfWorldTransportation + 0 -138 um -20 cm 2.21 cm 3.42 keV 0 eV 0 fm 0 fm World initStep + 1 -126 um -20 cm 2.21 cm 1.63 MeV 3.42 keV 368 um 368 um World eIoni + 2 -122 um -20 cm 2.21 cm 3.26 MeV 0 eV 163 um 531 um World msc + 3 -122 um -20 cm 2.21 cm 3.68 MeV 6.32 eV 42.3 um 573 um World msc + 4 -122 um -20 cm 2.21 cm 3.94 MeV 3.92 eV 25.9 um 599 um World msc + 5 -121 um -20 cm 2.21 cm 4.11 MeV 2.54 eV 16.7 um 616 um OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -117 um -9.34 cm 1.85 cm 16.5 keV 0 eV 0 fm 0 fm World initStep - 1 -170 um -9.44 cm 1.85 cm 10.6 MeV 1.27 keV 1.18 mm 1.18 mm World eIoni - 2 791 um -10.2 cm 1.87 cm 84.9 MeV 874 eV 7.52 mm 8.7 mm World eIoni - 3 1.36 mm -12.6 cm 1.88 cm 327 MeV 5 keV 2.42 cm 3.29 cm World eIoni - 4 1.84 mm -20 cm 1.89 cm 1.07 GeV 16.5 keV 7.39 cm 10.7 cm OutOfWorldTransportation - -********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.36 mm -12.6 cm 1.88 cm 1.47 keV 0 eV 0 fm 0 fm World initStep - 1 1.36 mm -12.6 cm 1.88 cm 377 keV 1.47 keV 93.3 um 93.3 um World eIoni - 2 1.39 mm -20 cm 1.88 cm 739 MeV 9.44 keV 7.66 cm 7.67 cm OutOfWorldTransportation + 0 -86.7 um -5.55 cm 1.6 cm 3.99 keV 0 eV 0 fm 0 fm World initStep + 1 -102 um -5.57 cm 1.6 cm 2.13 MeV 3.99 keV 480 um 480 um World eIoni + 2 98 um -6.71 cm 1.6 cm 116 MeV 1.47 keV 1.14 cm 1.19 cm World eIoni + 3 156 um -6.92 cm 1.6 cm 137 MeV 2.57 keV 2.1 mm 1.4 cm World eIoni + 4 684 um -12 cm 1.61 cm 643 MeV 11.7 keV 5.05 cm 6.45 cm World eIoni + 5 947 um -20 cm 1.62 cm 1.45 GeV 16.2 keV 8.02 cm 14.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 791 um -10.2 cm 1.87 cm 8.14 keV 0 eV 0 fm 0 fm World initStep - 1 795 um -10.3 cm 1.87 cm 7.54 MeV 7.06 keV 1.48 mm 1.48 mm World eIoni - 2 2.85 mm -11 cm 1.74 cm 84.9 MeV 1.76 keV 9.12 mm 1.06 cm World eIoni - 3 3.67 mm -15.4 cm 1.69 cm 523 MeV 8.42 keV 4.38 cm 5.44 cm World eIoni - 4 3.83 mm -17.3 cm 1.69 cm 716 MeV 3.49 keV 1.93 cm 7.37 cm World eIoni - 5 3.99 mm -20 cm 1.68 cm 981 MeV 5.61 keV 2.65 cm 10 cm OutOfWorldTransportation + 0 684 um -12 cm 1.61 cm 1.94 keV 0 eV 0 fm 0 fm World initStep + 1 679 um -12 cm 1.61 cm 605 keV 1.94 keV 144 um 144 um World eIoni + 2 653 um -20 cm 1.61 cm 803 MeV 12.2 keV 8.17 cm 8.18 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.83 mm -17.3 cm 1.69 cm 1.27 keV 0 eV 0 fm 0 fm World initStep - 1 3.82 mm -17.3 cm 1.69 cm 297 keV 1.27 keV 75.4 um 75.4 um World eIoni - 2 3.8 mm -20 cm 1.68 cm 266 MeV 4.66 keV 2.7 cm 2.71 cm OutOfWorldTransportation + 0 156 um -6.92 cm 1.6 cm 1.86 keV 0 eV 0 fm 0 fm World initStep + 1 158 um -6.93 cm 1.6 cm 564 keV 1.86 keV 135 um 135 um World eIoni + 2 168 um -20 cm 1.59 cm 1.31 GeV 18.4 keV 13.5 cm 13.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.67 mm -15.4 cm 1.69 cm 12.6 keV 0 eV 0 fm 0 fm World initStep - 1 3.7 mm -15.5 cm 1.7 cm 12.1 MeV 3.73 keV 1.59 mm 1.59 mm World eIoni - 2 7.03 mm -17.2 cm 1.77 cm 177 MeV 3.33 keV 1.72 cm 1.87 cm World eIoni - 3 8.09 mm -20 cm 1.79 cm 458 MeV 3.38 keV 2.81 cm 4.69 cm OutOfWorldTransportation + 0 -49.1 um -2.9 cm 1.31 cm 63 keV 0 eV 0 fm 0 fm World initStep + 1 -111 um -4 cm 1.29 cm 111 MeV 6.64 keV 1.25 cm 1.25 cm World eIoni + 2 769 um -6.76 cm 8.38 mm 388 MeV 5.83 keV 2.81 cm 4.05 cm World eIoni + 3 1.84 mm -20 cm 3.05 mm 1.71 GeV 28.5 keV 13.3 cm 17.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.03 mm -17.2 cm 1.77 cm 2 keV 0 eV 0 fm 0 fm World initStep - 1 7.04 mm -17.2 cm 1.77 cm 638 keV 2 keV 151 um 151 um World eIoni - 2 7.1 mm -19.6 cm 1.59 cm 247 MeV 3.19 keV 2.47 cm 2.49 cm World eIoni - 3 7.32 mm -20 cm 1.59 cm 282 MeV 886 eV 3.48 mm 2.84 cm OutOfWorldTransportation + 0 769 um -6.76 cm 8.38 mm 73.9 keV 0 eV 0 fm 0 fm World initStep + 1 558 um -8.52 cm 8.34 mm 177 MeV 9.99 keV 2.07 cm 2.07 cm World eIoni + 2 476 um -8.6 cm 8.83 mm 185 MeV 151 eV 924 um 2.16 cm World eIoni + 3 -2.84 mm -20 cm 2.87 cm 1.33 GeV 26.3 keV 11.6 cm 13.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 7.1 mm -19.6 cm 1.59 cm 2.17 keV 0 eV 0 fm 0 fm World initStep - 1 7.1 mm -19.6 cm 1.59 cm 736 keV 2.17 keV 172 um 172 um World eIoni - 2 7.11 mm -20 cm 1.59 cm 34.9 MeV 761 eV 3.42 mm 3.59 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -471 um -18.7 cm 2.1 cm 1.92 GeV 39 keV 19.2 cm 19.2 cm World eIoni + 2 -494 um -20 cm 2.13 cm 2.05 GeV 1.98 keV 1.28 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 -86.4 um -3.39 cm 1.38 cm 1.91 keV 0 eV 0 fm 0 fm World initStep - 1 -92.2 um -3.39 cm 1.38 cm 590 keV 1.91 keV 140 um 140 um World eIoni - 2 -123 um -20 cm 1.38 cm 1.66 GeV 29.2 keV 17.3 cm 17.3 cm OutOfWorldTransportation + 0 -471 um -18.7 cm 2.1 cm 949 keV 0 eV 0 fm 0 fm World initStep + 1 -843 um -20 cm 2.08 cm 129 MeV 1.24 keV 1.28 cm 1.28 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2133,80 +2198,80 @@ 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 -204 um -7.05 cm 1.73 cm 755 MeV 13 keV 7.54 cm 7.54 cm World eIoni - 2 -1.18 mm -20 cm 2.32 cm 2.05 GeV 21.3 keV 13 cm 20.5 cm OutOfWorldTransportation + 1 41.4 um -3.37 cm 1.38 cm 387 MeV 7.6 keV 3.84 cm 3.84 cm World eIoni + 2 93.2 um -7.5 cm 1.76 cm 800 MeV 8 keV 4.15 cm 7.99 cm World eIoni + 3 157 um -16.8 cm 2.17 cm 1.73 GeV 20.6 keV 9.34 cm 17.3 cm World eIoni + 4 158 um -17.2 cm 2.18 cm 1.77 GeV 257 eV 3.28 mm 17.7 cm World eIoni + 5 169 um -20 cm 2.26 cm 2.05 GeV 5.38 keV 2.84 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -204 um -7.05 cm 1.73 cm 14.3 keV 0 eV 0 fm 0 fm World initStep - 1 -174 um -7.21 cm 1.72 cm 16.9 MeV 4.6 keV 2.38 mm 2.38 mm World eIoni - 2 -13.7 um -8.5 cm 2.23 cm 146 MeV 4.1 keV 1.47 cm 1.71 cm World eIoni - 3 -6.03 um -8.65 cm 2.25 cm 161 MeV 266 eV 1.51 mm 1.86 cm World eIoni - 4 107 um -14.3 cm 2.5 cm 727 MeV 10.4 keV 5.67 cm 7.54 cm World eIoni - 5 116 um -16.9 cm 2.56 cm 990 MeV 4.25 keV 2.63 cm 10.2 cm World eIoni - 6 118 um -17.3 cm 2.56 cm 1.03 GeV 260 eV 3.67 mm 10.5 cm World eIoni - 7 127 um -20 cm 2.6 cm 1.3 GeV 4.89 keV 2.69 cm 13.2 cm OutOfWorldTransportation + 0 158 um -17.2 cm 2.18 cm 10.2 keV 0 eV 0 fm 0 fm World initStep + 1 145 um -17.3 cm 2.17 cm 10.8 MeV 4.89 keV 1.8 mm 1.8 mm World eIoni + 2 -1.06 mm -17.5 cm 2.15 cm 32.2 MeV 105 eV 2.52 mm 4.32 mm World eIoni + 3 -3.08 mm -20 cm 2.1 cm 284 MeV 4.48 keV 2.53 cm 2.97 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 118 um -17.3 cm 2.56 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 121 um -17.3 cm 2.56 cm 250 keV 1.15 keV 65 um 65 um World eIoni - 2 140 um -20 cm 2.56 cm 269 MeV 5.15 keV 2.76 cm 2.76 cm OutOfWorldTransportation + 0 157 um -16.8 cm 2.17 cm 18.4 keV 0 eV 0 fm 0 fm World initStep + 1 82.9 um -17.1 cm 2.17 cm 23.3 MeV 2.42 keV 3.02 mm 3.02 mm World eIoni + 2 5.14 mm -18.2 cm 2.38 cm 133 MeV 1.77 keV 1.29 cm 1.6 cm World eIoni + 3 7.01 mm -20 cm 2.46 cm 317 MeV 4.21 keV 1.85 cm 3.44 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 116 um -16.9 cm 2.56 cm 5.27 keV 0 eV 0 fm 0 fm World initStep - 1 103 um -17 cm 2.55 cm 1.5 MeV 929 eV 170 um 170 um World eIoni - 2 -535 um -18.4 cm 2.49 cm 142 MeV 1.08 keV 1.41 cm 1.43 cm World eIoni - 3 -1.36 mm -20 cm 2.49 cm 306 MeV 4.45 keV 1.64 cm 3.07 cm OutOfWorldTransportation + 0 93.2 um -7.5 cm 1.76 cm 2.58 keV 0 eV 0 fm 0 fm World initStep + 1 85.1 um -7.51 cm 1.76 cm 994 keV 2.58 keV 228 um 228 um World eIoni + 2 -250 um -8.56 cm 1.75 cm 106 MeV 2.58 keV 1.05 cm 1.07 cm World eIoni + 3 -514 um -9.62 cm 1.74 cm 212 MeV 2.57 keV 1.06 cm 2.13 cm World eIoni + 4 -906 um -15.1 cm 1.72 cm 761 MeV 14.8 keV 5.49 cm 7.63 cm World eIoni + 5 -944 um -20 cm 1.72 cm 1.25 GeV 5.31 keV 4.88 cm 12.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -535 um -18.4 cm 2.49 cm 2.74 keV 0 eV 0 fm 0 fm World initStep - 1 -528 um -18.4 cm 2.49 cm 1.1 MeV 2.74 keV 252 um 252 um World eIoni - 2 -517 um -18.4 cm 2.49 cm 7.29 MeV 108 eV 619 um 871 um World eIoni - 3 -503 um -20 cm 2.49 cm 164 MeV 2.38 keV 1.57 cm 1.65 cm OutOfWorldTransportation + 0 -906 um -15.1 cm 1.72 cm 2.06 keV 0 eV 0 fm 0 fm World initStep + 1 -905 um -15.1 cm 1.72 cm 671 keV 2.06 keV 158 um 158 um World eIoni + 2 -1.65 mm -17.1 cm 1.83 cm 200 MeV 4.42 keV 2 cm 2.02 cm World eIoni + 3 -1.77 mm -20 cm 1.84 cm 488 MeV 6.85 keV 2.88 cm 4.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 107 um -14.3 cm 2.5 cm 1.46 keV 0 eV 0 fm 0 fm World initStep - 1 110 um -14.3 cm 2.5 cm 373 keV 1.46 keV 92.5 um 92.5 um World eIoni - 2 130 um -20 cm 2.5 cm 569 MeV 13.7 keV 5.84 cm 5.85 cm OutOfWorldTransportation + 0 -514 um -9.62 cm 1.74 cm 2.76 keV 0 eV 0 fm 0 fm World initStep + 1 -504 um -9.63 cm 1.74 cm 1.12 MeV 2.76 keV 255 um 255 um World eIoni + 2 -500 um -9.91 cm 1.74 cm 28.4 MeV 424 eV 2.73 mm 2.98 mm World eIoni + 3 -599 um -20 cm 1.61 cm 1.04 GeV 17.7 keV 10.1 cm 10.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -6.03 um -8.65 cm 2.25 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 -3.52 um -8.65 cm 2.25 cm 220 keV 1.06 keV 58 um 58 um World eIoni - 2 2.78 mm -19.5 cm 1.79 cm 1.08 GeV 24.6 keV 12.5 cm 12.5 cm WorldTransportation - 3 -3.3 cm -19.7 cm -10.3 cm 1.11 GeV 30.8 keV 13.8 cm 26.3 cm OutOfWorldTransportation + 0 41.4 um -3.37 cm 1.38 cm 1.54 keV 0 eV 0 fm 0 fm World initStep + 1 36.9 um -3.37 cm 1.38 cm 409 keV 1.54 keV 101 um 101 um World eIoni + 2 8.29 um -20 cm 1.38 cm 1.66 GeV 31.3 keV 17.9 cm 17.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -13.7 um -8.5 cm 2.23 cm 25.6 keV 0 eV 0 fm 0 fm World initStep - 1 10.7 um -8.84 cm 2.24 cm 35.5 MeV 4.52 keV 4.32 mm 4.32 mm World eIoni - 2 1.08 mm -9.07 cm 2.35 cm 58.6 MeV 554 eV 2.77 mm 7.09 mm World eIoni - 3 6.47 mm -20 cm 2.89 cm 1.15 GeV 20.9 keV 11 cm 11.7 cm OutOfWorldTransportation + 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 38.7 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2214,7 +2279,7 @@ 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 32.8 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 0 fm -20 cm 2.22 cm 2.05 GeV 38.8 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2222,553 +2287,555 @@ 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 -155 um -5.92 cm 1.62 cm 642 MeV 15.3 keV 6.4 cm 6.4 cm World eIoni - 2 -185 um -6.85 cm 1.69 cm 734 MeV 1.94 keV 9.31 mm 7.33 cm World eIoni - 3 -330 um -13.8 cm 2.01 cm 1.43 GeV 14.8 keV 6.93 cm 14.3 cm World eIoni - 4 -412 um -20 cm 2.19 cm 2.05 GeV 12.2 keV 6.24 cm 20.5 cm OutOfWorldTransportation + 1 -11 um -6.35 mm 7.35 mm 114 MeV 521 eV 1.02 cm 1.02 cm World eIoni + 2 -29.1 um -6.75 cm 1.7 cm 725 MeV 14.6 keV 6.22 cm 7.24 cm World eIoni + 3 -83.6 um -16.4 cm 2.12 cm 1.69 GeV 21.5 keV 9.69 cm 16.9 cm World eIoni + 4 -99.6 um -20 cm 2.22 cm 2.05 GeV 5.79 keV 3.57 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 -330 um -13.8 cm 2.01 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 -328 um -13.8 cm 2.01 cm 222 keV 1.07 keV 58.5 um 58.5 um World eIoni - 2 -315 um -20 cm 2.01 cm 624 MeV 15.7 keV 6.72 cm 6.73 cm OutOfWorldTransportation + 0 -83.6 um -16.4 cm 2.12 cm 1.49 keV 0 eV 0 fm 0 fm World initStep + 1 -88.1 um -16.4 cm 2.12 cm 388 keV 1.49 keV 95.8 um 95.8 um World eIoni + 2 -112 um -20 cm 2.12 cm 357 MeV 5.04 keV 3.62 cm 3.63 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -185 um -6.85 cm 1.69 cm 6.55 keV 0 eV 0 fm 0 fm World initStep - 1 -183 um -6.89 cm 1.69 cm 5.15 MeV 3.88 keV 1.14 mm 1.14 mm World eIoni - 2 -549 um -7.56 cm 1.73 cm 71.7 MeV 902 eV 6.69 mm 7.83 mm World eIoni - 3 -824 um -14.2 cm 1.75 cm 733 MeV 12.8 keV 6.62 cm 7.4 cm World eIoni - 4 -894 um -20 cm 1.75 cm 1.32 GeV 14.1 keV 5.83 cm 13.2 cm OutOfWorldTransportation + 0 -29.1 um -6.75 cm 1.7 cm 12.8 keV 0 eV 0 fm 0 fm World initStep + 1 -70.9 um -6.89 cm 1.7 cm 14.8 MeV 4.51 keV 2.18 mm 2.18 mm World eIoni + 2 -3.69 mm -7.77 cm 1.5 cm 102 MeV 1.46 keV 1.03 cm 1.25 cm World eIoni + 3 -7.08 mm -18.5 cm 1.31 cm 88.2 MeV 21.7 keV 10.8 cm 12 cm World eBrem + 4 -7.18 mm -19.3 cm 1.31 cm 169 MeV 1.01 keV 8.05 mm 12.8 cm World eIoni + 5 -7.23 mm -20 cm 1.31 cm 233 MeV 1.65 keV 6.45 mm 13.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -824 um -14.2 cm 1.75 cm 1.56 keV 0 eV 0 fm 0 fm World initStep - 1 -820 um -14.2 cm 1.75 cm 418 keV 1.56 keV 103 um 103 um World eIoni - 2 -799 um -20 cm 1.75 cm 583 MeV 7.98 keV 5.96 cm 5.97 cm OutOfWorldTransportation + 0 -7.18 mm -19.3 cm 1.31 cm 1.3 keV 0 eV 0 fm 0 fm World initStep + 1 -7.17 mm -19.3 cm 1.31 cm 309 keV 1.3 keV 78.2 um 78.2 um World eIoni + 2 -7.17 mm -20 cm 1.31 cm 64.6 MeV 972 eV 6.45 mm 6.53 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -155 um -5.92 cm 1.62 cm 1.76 keV 0 eV 0 fm 0 fm World initStep - 1 -157 um -5.92 cm 1.62 cm 510 keV 1.76 keV 123 um 123 um World eIoni - 2 -168 um -20 cm 1.62 cm 1.41 GeV 19 keV 14.7 cm 14.7 cm OutOfWorldTransportation + 0 -7.08 mm -18.5 cm 1.31 cm 1.09 GeV 0 eV 0 fm 0 fm World initStep + 1 -7.26 mm -20 cm 1.3 cm 1.09 GeV 0 eV 1.45 cm 1.45 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z 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.3 um -3 cm 1.32 cm 350 MeV 6.35 keV 3.47 cm 3.47 cm World eIoni - 2 -23.7 um -3.64 cm 1.4 cm 414 MeV 732 eV 6.51 mm 4.12 cm World eIoni - 3 -87.1 um -14 cm 2.03 cm 1.45 GeV 21.7 keV 10.4 cm 14.5 cm World eIoni - 4 -118 um -20 cm 2.21 cm 2.05 GeV 11.2 keV 6.02 cm 20.5 cm OutOfWorldTransportation + 0 -11 um -6.35 mm 7.35 mm 8.14 keV 0 eV 0 fm 0 fm World initStep + 1 -8.33 um -6.86 mm 7.38 mm 5.44 MeV 1.75 keV 713 um 713 um World eIoni + 2 875 um -5.01 cm 7.53 mm 437 MeV 7.55 keV 4.33 cm 4.4 cm World eIoni + 3 997 um -6.45 cm 7.3 mm 582 MeV 3.25 keV 1.45 cm 5.85 cm World eIoni + 4 1.1 mm -8.1 cm 7.1 mm 746 MeV 4.23 keV 1.64 cm 7.49 cm World eIoni + 5 1.51 mm -20 cm 6.36 mm 1.94 GeV 30.5 keV 11.9 cm 19.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -87.1 um -14 cm 2.03 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -89.6 um -14 cm 2.03 cm 276 keV 1.22 keV 70.8 um 70.8 um World eIoni - 2 -107 um -20 cm 2.04 cm 602 MeV 11.4 keV 6.32 cm 6.33 cm OutOfWorldTransportation + 0 1.1 mm -8.1 cm 7.1 mm 6.51 keV 0 eV 0 fm 0 fm World initStep + 1 1.1 mm -8.14 cm 7.08 mm 5.1 MeV 6.51 keV 1.13 mm 1.13 mm World eIoni + 2 353 um -8.32 cm 8.2 mm 22.9 MeV 389 eV 2.58 mm 3.71 mm World eIoni + 3 -970 um -15.3 cm 9.74 mm 724 MeV 13.4 keV 7.02 cm 7.39 cm World eIoni + 4 -1.33 mm -20 cm 9.71 mm 1.19 GeV 8.76 keV 4.67 cm 12.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -23.7 um -3.64 cm 1.4 cm 2.05 keV 0 eV 0 fm 0 fm World initStep - 1 -30.4 um -3.65 cm 1.4 cm 666 keV 2.05 keV 157 um 157 um World eIoni - 2 -127 um -4.03 cm 1.41 cm 38.8 MeV 181 eV 3.82 mm 3.98 mm World eIoni - 3 -489 um -5.71 cm 1.43 cm 207 MeV 1.83 keV 1.68 cm 2.08 cm World eIoni - 4 -992 um -20 cm 1.46 cm 1.64 GeV 24.7 keV 14.3 cm 16.4 cm OutOfWorldTransportation + 0 -970 um -15.3 cm 9.74 mm 5.76 keV 0 eV 0 fm 0 fm World initStep + 1 -950 um -15.4 cm 9.75 mm 4.09 MeV 5.76 keV 918 um 918 um World eIoni + 2 -933 um -15.6 cm 9.75 mm 25.1 MeV 368 eV 2.1 mm 3.02 mm World eIoni + 3 -905 um -20 cm 9.74 mm 467 MeV 7.21 keV 4.42 cm 4.72 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -489 um -5.71 cm 1.43 cm 20 keV 0 eV 0 fm 0 fm World initStep - 1 -412 um -5.96 cm 1.43 cm 25.8 MeV 3.12 keV 3.28 mm 3.28 mm World eIoni - 2 329 um -6.62 cm 1.21 cm 91.9 MeV 2.08 keV 7.04 mm 1.03 cm World eIoni - 3 1.42 mm -14.2 cm 8.51 mm 848 MeV 14.6 keV 7.57 cm 8.6 cm World eIoni - 4 1.65 mm -20 cm 7.6 mm 1.43 GeV 9.74 keV 5.82 cm 14.4 cm OutOfWorldTransportation + 0 997 um -6.45 cm 7.3 mm 6.89 keV 0 eV 0 fm 0 fm World initStep + 1 987 um -6.46 cm 7.29 mm 834 keV 88.2 eV 87.9 um 87.9 um World eIoni + 2 6.76 mm -16.5 cm 1.78 cm 1 GeV 17.2 keV 10.1 cm 10.2 cm World eIoni + 3 9.44 mm -19.4 cm 2.18 cm 1.3 GeV 6.31 keV 3.01 cm 13.2 cm World eIoni + 4 9.85 mm -20 cm 2.24 cm 1.35 GeV 1.96 keV 5.37 mm 13.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.42 mm -14.2 cm 8.51 mm 5.35 keV 0 eV 0 fm 0 fm World initStep - 1 1.41 mm -14.2 cm 8.5 mm 2.13 MeV 893 eV 259 um 259 um World eIoni - 2 1.52 mm -14.4 cm 8.27 mm 26.2 MeV 443 eV 2.42 mm 2.68 mm World eIoni - 3 1.76 mm -17.8 cm 7.86 mm 364 MeV 6.39 keV 3.38 cm 3.65 cm World eIoni - 4 1.83 mm -20 cm 7.75 mm 582 MeV 3.55 keV 2.19 cm 5.83 cm OutOfWorldTransportation + 0 9.44 mm -19.4 cm 2.18 cm 3.53 keV 0 eV 0 fm 0 fm World initStep + 1 9.43 mm -19.5 cm 2.18 cm 1.72 MeV 3.53 keV 388 um 388 um World eIoni + 2 9.4 mm -19.6 cm 2.18 cm 19.6 MeV 93.2 eV 1.79 mm 2.17 mm World eIoni + 3 9.38 mm -20 cm 2.18 cm 53.5 MeV 228 eV 3.4 mm 5.57 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.76 mm -17.8 cm 7.86 mm 18.5 keV 0 eV 0 fm 0 fm World initStep - 1 1.84 mm -18 cm 7.87 mm 23.4 MeV 6.25 keV 3.03 mm 3.03 mm World eIoni - 2 2.08 mm -18.2 cm 8.56 mm 39.1 MeV 927 eV 1.73 mm 4.76 mm World eIoni - 3 2.84 mm -20 cm 1.07 cm 220 MeV 3.21 keV 1.82 cm 2.3 cm OutOfWorldTransportation + 0 6.76 mm -16.5 cm 1.78 cm 1.84 keV 0 eV 0 fm 0 fm World initStep + 1 6.75 mm -16.5 cm 1.78 cm 552 keV 1.84 keV 132 um 132 um World eIoni + 2 6.74 mm -20 cm 1.78 cm 352 MeV 6.07 keV 3.55 cm 3.56 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -127 um -4.03 cm 1.41 cm 4.42 keV 0 eV 0 fm 0 fm World initStep - 1 -144 um -4.06 cm 1.41 cm 2.56 MeV 4.42 keV 574 um 574 um World eIoni - 2 -150 um -4.25 cm 1.41 cm 21.7 MeV 155 eV 1.91 mm 2.49 mm World eIoni - 3 -107 um -4.6 cm 1.4 cm 56.9 MeV 549 eV 3.52 mm 6.01 mm World eIoni - 4 -50.5 um -5.6 cm 1.39 cm 157 MeV 2.77 keV 1 cm 1.6 cm World eIoni - 5 72.9 um -20 cm 1.37 cm 1.6 GeV 34 keV 14.4 cm 16 cm OutOfWorldTransportation + 0 875 um -5.01 cm 7.53 mm 2.91 keV 0 eV 0 fm 0 fm World initStep + 1 868 um -5.02 cm 7.54 mm 1.23 MeV 2.91 keV 279 um 279 um World eIoni + 2 861 um -5.06 cm 7.54 mm 5.28 MeV 45.5 eV 405 um 684 um World eIoni + 3 3.62 mm -15.2 cm 8.03 mm 1.02 GeV 17.5 keV 10.2 cm 10.2 cm World eIoni + 4 8.59 mm -20 cm 8.29 mm 1.5 GeV 9.7 keV 4.79 cm 15 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -50.5 um -5.6 cm 1.39 cm 3.91 keV 0 eV 0 fm 0 fm World initStep - 1 -39.6 um -5.62 cm 1.4 cm 1.76 MeV 2.18 keV 261 um 261 um World eIoni - 2 -1.14 mm -7.19 cm 1.49 cm 159 MeV 1.91 keV 1.59 cm 1.62 cm World eIoni - 3 -1.61 mm -8 cm 1.51 cm 240 MeV 3.53 keV 8.12 mm 2.43 cm World eIoni - 4 -3.67 mm -20 cm 1.55 cm 1.44 GeV 33.5 keV 12 cm 14.4 cm OutOfWorldTransportation + 0 3.62 mm -15.2 cm 8.03 mm 1.68 keV 0 eV 0 fm 0 fm World initStep + 1 3.61 mm -15.2 cm 8.02 mm 472 keV 1.68 keV 114 um 114 um World eIoni + 2 3.59 mm -20 cm 8.01 mm 478 MeV 7.57 keV 4.85 cm 4.86 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.61 mm -8 cm 1.51 cm 4.95 keV 0 eV 0 fm 0 fm World initStep - 1 -1.61 mm -8.03 cm 1.51 cm 3.12 MeV 4.95 keV 700 um 700 um World eIoni - 2 -1.61 mm -8.4 cm 1.51 cm 40.6 MeV 550 eV 3.75 mm 4.45 mm WorldTransportation - 3 -1.61 mm -8.4 cm 1.51 cm 40.6 MeV 0 eV 0 fm 4.45 mm World eIoni - 4 -1.6 mm -9.97 cm 1.52 cm 198 MeV 1.67 keV 1.57 cm 2.02 cm World eIoni - 5 -1.59 mm -20 cm 1.52 cm 1.2 GeV 25.1 keV 10 cm 12 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -15.6 um -9.59 mm 8.71 mm 146 MeV 4 keV 1.37 cm 1.37 cm World eIoni + 2 -36.3 um -20 cm 2.22 cm 2.05 GeV 39.2 keV 19.1 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 13 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.6 mm -9.97 cm 1.52 cm 12.9 keV 0 eV 0 fm 0 fm World initStep - 1 -1.6 mm -10.1 cm 1.52 cm 11.5 MeV 1.8 keV 1.45 mm 1.45 mm World eIoni - 2 -1.24 mm -11.3 cm 1.67 cm 132 MeV 1.97 keV 1.22 cm 1.37 cm World eIoni - 3 -1.04 mm -20 cm 1.79 cm 1 GeV 18.5 keV 8.71 cm 10.1 cm OutOfWorldTransportation + 0 -15.6 um -9.59 mm 8.71 mm 1.02 keV 0 eV 0 fm 0 fm World initStep + 1 -17.2 um -9.61 mm 8.71 mm 207 keV 1.02 keV 54.7 um 54.7 um World eIoni + 2 1.98 cm -10.7 cm -2.77 cm 976 MeV 29.2 keV 11.3 cm 11.3 cm World eIoni + 3 8.26 cm -18.2 cm -11.6 cm 1.73 GeV 27.7 keV 13.6 cm 24.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.24 mm -11.3 cm 1.67 cm 2.79 keV 0 eV 0 fm 0 fm World initStep - 1 -1.23 mm -11.3 cm 1.67 cm 1.14 MeV 2.79 keV 260 um 260 um World eIoni - 2 -1.21 mm -11.4 cm 1.67 cm 14.5 MeV 16.4 eV 1.34 mm 1.6 mm World eIoni - 3 -1.09 mm -14.2 cm 1.67 cm 289 MeV 4.4 keV 2.75 cm 2.91 cm World eIoni - 4 -1.07 mm -14.7 cm 1.67 cm 345 MeV 358 eV 5.63 mm 3.47 cm World eIoni - 5 -1.02 mm -17.4 cm 1.65 cm 614 MeV 5.94 keV 2.69 cm 6.16 cm World eIoni - 6 -1.01 mm -19.2 cm 1.65 cm 795 MeV 2.82 keV 1.81 cm 7.97 cm World eIoni - 7 -1.01 mm -20 cm 1.65 cm 871 MeV 1.58 keV 7.6 mm 8.73 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 265 um -7.67 cm 1.76 cm 817 MeV 13.8 keV 8.16 cm 8.16 cm World eIoni + 2 284 um -8.11 cm 1.79 cm 861 MeV 487 eV 4.36 mm 8.6 cm World eIoni + 3 603 um -20 cm 2.22 cm 2.05 GeV 21.1 keV 11.9 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 15 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.01 mm -19.2 cm 1.65 cm 1.65 keV 0 eV 0 fm 0 fm World initStep - 1 -1.01 mm -19.2 cm 1.65 cm 460 keV 1.65 keV 112 um 112 um World eIoni - 2 -1.03 mm -20 cm 1.65 cm 76 MeV 840 eV 7.57 mm 7.69 mm OutOfWorldTransportation + 0 284 um -8.11 cm 1.79 cm 1.18 keV 0 eV 0 fm 0 fm World initStep + 1 280 um -8.11 cm 1.79 cm 260 keV 1.18 keV 67.1 um 67.1 um World eIoni + 2 256 um -20 cm 1.79 cm 1.19 GeV 29.8 keV 13.4 cm 13.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 15 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.02 mm -17.4 cm 1.65 cm 46.4 keV 0 eV 0 fm 0 fm World initStep - 1 2.81 mm -18.2 cm 1.7 cm 81.8 MeV 9.62 keV 9.51 mm 9.51 mm World eIoni - 2 6.22 mm -19.5 cm 1.92 cm 211 MeV 4.56 keV 1.35 cm 2.3 cm World msc - 3 6.92 mm -20 cm 1.96 cm 258 MeV 571 eV 4.83 mm 2.79 cm OutOfWorldTransportation + 0 265 um -7.67 cm 1.76 cm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 262 um -7.67 cm 1.76 cm 245 keV 1.13 keV 63.8 um 63.8 um World eIoni + 2 242 um -20 cm 1.76 cm 1.23 GeV 31.6 keV 14.1 cm 14.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 18 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 2.81 mm -18.2 cm 1.7 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 2.81 mm -18.2 cm 1.7 cm 500 keV 1.73 keV 120 um 120 um World eIoni - 2 2.8 mm -20 cm 1.7 cm 177 MeV 2.86 keV 1.78 cm 1.79 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -257 um -7.75 cm 1.77 cm 825 MeV 16.6 keV 8.24 cm 8.24 cm World eIoni + 2 -377 um -20 cm 2.23 cm 2.05 GeV 30.6 keV 12.3 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 15 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.07 mm -14.7 cm 1.67 cm 7.9 keV 0 eV 0 fm 0 fm World initStep - 1 -1.08 mm -14.8 cm 1.67 cm 7.14 MeV 5.61 keV 1.39 mm 1.39 mm World eIoni - 2 996 um -20 cm 1.88 cm 526 MeV 10.6 keV 5.23 cm 5.37 cm OutOfWorldTransportation + 0 -257 um -7.75 cm 1.77 cm 1.54 keV 0 eV 0 fm 0 fm World initStep + 1 -258 um -7.75 cm 1.77 cm 408 keV 1.54 keV 100 um 100 um World eIoni + 2 -260 um -20 cm 1.77 cm 1.23 GeV 21.7 keV 12.9 cm 12.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.09 mm -14.2 cm 1.67 cm 7.26 keV 0 eV 0 fm 0 fm World initStep - 1 -1.11 mm -14.2 cm 1.67 cm 6.19 MeV 7.26 keV 1.3 mm 1.3 mm World eIoni - 2 -108 um -14.3 cm 1.75 cm 17.4 MeV 198 eV 1.87 mm 3.18 mm World eIoni - 3 1.65 mm -20 cm 1.88 cm 583 MeV 8.62 keV 5.66 cm 5.98 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 191 um -6.01 cm 1.64 cm 651 MeV 11.5 keV 6.5 cm 6.5 cm World eIoni + 2 322 um -20 cm 2.22 cm 2.05 GeV 32.6 keV 14 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.14 mm -7.19 cm 1.49 cm 992 eV 0 eV 0 fm 0 fm World initStep - 1 -1.14 mm -7.19 cm 1.49 cm 197 keV 992 eV 52.6 um 52.6 um World eIoni - 2 3.63 cm -16.2 cm 1.83 cm 901 MeV 21.3 keV 10.4 cm 10.4 cm World eIoni - 3 5.94 cm -19.1 cm 1.03 cm 1.19 GeV 10.4 keV 3.8 cm 14.2 cm OutOfWorldTransportation + 0 191 um -6.01 cm 1.64 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 193 um -6.01 cm 1.64 cm 223 keV 1.07 keV 58.5 um 58.5 um World eIoni + 2 2.88 cm -17 cm 2.4 cm 1.1 GeV 28.9 keV 12.7 cm 12.7 cm World eIoni + 3 5.86 cm -19.1 cm 1.7 cm 1.31 GeV 7.49 keV 3.73 cm 16.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -107 um -4.6 cm 1.4 cm 3.36 keV 0 eV 0 fm 0 fm World initStep - 1 -104 um -4.61 cm 1.41 cm 1.58 MeV 3.36 keV 356 um 356 um World eIoni - 2 -168 um -5.05 cm 1.41 cm 45.8 MeV 249 eV 4.42 mm 4.78 mm World eIoni - 3 -260 um -13.3 cm 1.42 cm 874 MeV 13.4 keV 8.28 cm 8.76 cm World eIoni - 4 -309 um -20 cm 1.42 cm 1.54 GeV 14.1 keV 6.67 cm 15.4 cm OutOfWorldTransportation + 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.3 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -260 um -13.3 cm 1.42 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 -263 um -13.3 cm 1.42 cm 243 keV 1.13 keV 63.3 um 63.3 um World eIoni - 2 -286 um -20 cm 1.42 cm 666 MeV 17 keV 7.14 cm 7.14 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 10.3 um -5.89 mm 7.12 mm 109 MeV 1.89 keV 9.71 mm 9.71 mm World eIoni + 2 -20.5 um -5.54 cm 1.6 cm 604 MeV 9.45 keV 5.05 cm 6.02 cm World eIoni + 3 -88.3 um -20 cm 2.22 cm 2.05 GeV 28.5 keV 14.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -150 um -4.25 cm 1.41 cm 2.04 keV 0 eV 0 fm 0 fm World initStep - 1 -152 um -4.25 cm 1.41 cm 662 keV 2.04 keV 156 um 156 um World eIoni - 2 6.96 mm -11.6 cm 1.98 cm 731 MeV 10.9 keV 7.41 cm 7.42 cm World eIoni - 3 1.48 cm -19.9 cm 2.3 cm 1.57 GeV 24.7 keV 8.44 cm 15.9 cm OutOfWorldTransportation + 0 -20.5 um -5.54 cm 1.6 cm 2.15 keV 0 eV 0 fm 0 fm World initStep + 1 -27.8 um -5.54 cm 1.6 cm 724 keV 2.15 keV 170 um 170 um World eIoni + 2 -50 um -5.79 cm 1.61 cm 24.8 MeV 229 eV 2.41 mm 2.58 mm World eIoni + 3 26.6 um -20 cm 1.64 cm 1.45 GeV 23.6 keV 14.2 cm 14.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 22, Parent ID = 9 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.96 mm -11.6 cm 1.98 cm 1.1 keV 0 eV 0 fm 0 fm World initStep - 1 6.96 mm -11.6 cm 1.98 cm 233 keV 1.1 keV 61 um 61 um World eIoni - 2 6.98 mm -20 cm 1.98 cm 843 MeV 20.5 keV 9.29 cm 9.29 cm OutOfWorldTransportation + 0 -50 um -5.79 cm 1.61 cm 2.67 keV 0 eV 0 fm 0 fm World initStep + 1 -44.9 um -5.8 cm 1.61 cm 1.06 MeV 2.67 keV 242 um 242 um World eIoni + 2 -3.72 um -6.02 cm 1.61 cm 23.6 MeV 159 eV 2.26 mm 2.5 mm World eIoni + 3 902 um -14.7 cm 1.6 cm 892 MeV 14.6 keV 8.69 cm 8.94 cm World eIoni + 4 942 um -19.3 cm 1.59 cm 1.35 GeV 10.6 keV 4.59 cm 13.5 cm World eIoni + 5 947 um -20 cm 1.59 cm 1.42 GeV 1.82 keV 7.03 mm 14.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -21.3 um -3 cm 1.32 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 -19.4 um -3 cm 1.32 cm 421 keV 1.57 keV 103 um 103 um World eIoni - 2 -7.66 um -20 cm 1.32 cm 1.7 GeV 29.6 keV 18.3 cm 18.3 cm OutOfWorldTransportation + 0 942 um -19.3 cm 1.59 cm 6.29 keV 0 eV 0 fm 0 fm World initStep + 1 917 um -19.3 cm 1.59 cm 4.79 MeV 4.25 keV 1.07 mm 1.07 mm World eIoni + 2 1.46 mm -20 cm 1.74 cm 70.5 MeV 1.19 keV 6.96 mm 8.03 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 41.5 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 902 um -14.7 cm 1.6 cm 1.22 keV 0 eV 0 fm 0 fm World initStep + 1 899 um -14.7 cm 1.6 cm 277 keV 1.22 keV 71 um 71 um World eIoni + 2 878 um -20 cm 1.6 cm 529 MeV 10.4 keV 5.52 cm 5.53 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z 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.2 cm 1.91 cm 1.17 GeV 22.5 keV 11.6 cm 11.6 cm World eIoni - 2 576 um -15.3 cm 2.06 cm 1.58 GeV 12.1 keV 4.16 cm 15.8 cm World eIoni - 3 727 um -20 cm 2.19 cm 2.05 GeV 10.4 keV 4.69 cm 20.5 cm OutOfWorldTransportation + 0 10.3 um -5.89 mm 7.12 mm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 13.6 um -5.91 mm 7.12 mm 259 keV 1.17 keV 66.8 um 66.8 um World eIoni + 2 4.55 cm -14.6 cm -2.13 cm 1.4 GeV 37.5 keV 16.2 cm 16.2 cm World eIoni + 3 10.9 cm -16.8 cm -7.29 cm 1.62 GeV 20.6 keV 8.58 cm 24.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 576 um -15.3 cm 2.06 cm 5.95 keV 0 eV 0 fm 0 fm World initStep - 1 557 um -15.4 cm 2.06 cm 4.34 MeV 5.95 keV 974 um 974 um World eIoni - 2 530 um -15.7 cm 2.06 cm 35 MeV 107 eV 3.07 mm 4.04 mm World eIoni - 3 481 um -20 cm 2.07 cm 469 MeV 6.07 keV 4.34 cm 4.74 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -596 um -14.4 cm 2.09 cm 1.49 GeV 24.8 keV 14.9 cm 14.9 cm World eIoni + 2 -696 um -20 cm 2.25 cm 2.05 GeV 10.9 keV 5.55 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 402 um -11.2 cm 1.91 cm 1.29 keV 0 eV 0 fm 0 fm World initStep - 1 404 um -11.2 cm 1.91 cm 305 keV 1.29 keV 77.4 um 77.4 um World eIoni - 2 419 um -20 cm 1.91 cm 885 MeV 22.1 keV 9.42 cm 9.42 cm OutOfWorldTransportation + 0 -596 um -14.4 cm 2.09 cm 1.48 keV 0 eV 0 fm 0 fm World initStep + 1 -599 um -14.5 cm 2.09 cm 382 keV 1.48 keV 94.5 um 94.5 um World eIoni + 2 3.5 mm -17.9 cm 1.93 cm 340 MeV 3.56 keV 3.45 cm 3.46 cm World eBrem + 3 5.19 mm -20 cm 1.86 cm 554 MeV 2.96 keV 2.15 cm 5.61 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = gamma, Track ID = 3, 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 -720 nm -554 um 2.34 mm 55.5 MeV 434 eV 2.43 mm 2.43 mm World eIoni - 2 -29.2 um -7.05 cm 1.73 cm 756 MeV 14 keV 7.3 cm 7.54 cm World eIoni - 3 -19.5 um -13.3 cm 2.05 cm 1.38 GeV 15.4 keV 6.21 cm 13.8 cm World eIoni - 4 -10.6 um -20 cm 2.25 cm 2.05 GeV 19.4 keV 6.75 cm 20.5 cm OutOfWorldTransportation + 0 3.5 mm -17.9 cm 1.93 cm 32 keV 0 eV 0 fm 0 fm World initStep + 1 5.71 mm -20 cm 1.85 cm 32 keV 0 eV 2.15 cm 2.15 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -19.5 um -13.3 cm 2.05 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 -19.9 um -13.3 cm 2.05 cm 249 keV 1.15 keV 64.7 um 64.7 um World eIoni - 2 -22.6 um -20 cm 2.04 cm 674 MeV 16.5 keV 7.2 cm 7.21 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -479 um -13.2 cm 1.98 cm 1.37 GeV 31.4 keV 13.7 cm 13.7 cm World eIoni + 2 -500 um -14.7 cm 2.03 cm 1.52 GeV 1.76 keV 1.54 cm 15.2 cm World eIoni + 3 -504 um -15 cm 2.04 cm 1.55 GeV 572 eV 3.27 mm 15.5 cm World eIoni + 4 -507 um -15.3 cm 2.04 cm 1.58 GeV 287 eV 2.55 mm 15.8 cm World eIoni + 5 -558 um -20 cm 2.15 cm 2.05 GeV 8.31 keV 4.71 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -29.2 um -7.05 cm 1.73 cm 51.1 keV 0 eV 0 fm 0 fm World initStep - 1 -94.2 um -7.2 cm 1.74 cm 15.1 MeV 594 eV 1.53 mm 1.53 mm World eIoni - 2 -549 um -16 cm 1.89 cm 895 MeV 13.2 keV 8.8 cm 8.96 cm World eIoni - 3 -979 um -20 cm 1.86 cm 1.29 GeV 6.37 keV 4 cm 13 cm OutOfWorldTransportation + 0 -507 um -15.3 cm 2.04 cm 1.84 keV 0 eV 0 fm 0 fm World initStep + 1 -502 um -15.3 cm 2.04 cm 555 keV 1.84 keV 133 um 133 um World eIoni + 2 -482 um -20 cm 2.04 cm 471 MeV 8.4 keV 4.76 cm 4.78 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -549 um -16 cm 1.89 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 -546 um -16 cm 1.89 cm 498 keV 1.73 keV 120 um 120 um World eIoni - 2 -533 um -20 cm 1.89 cm 400 MeV 6.4 keV 4.04 cm 4.05 cm OutOfWorldTransportation + 0 -504 um -15 cm 2.04 cm 2.24 keV 0 eV 0 fm 0 fm World initStep + 1 -511 um -15 cm 2.04 cm 774 keV 2.24 keV 181 um 181 um World eIoni + 2 -1.04 mm -16.3 cm 2.06 cm 125 MeV 3.66 keV 1.25 cm 1.27 cm World eIoni + 3 -2.22 mm -20 cm 2.09 cm 496 MeV 5.19 keV 3.71 cm 4.98 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, 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 4.16 keV 2.15 mm 2.15 mm World eIoni - 2 -343 um -2.9 mm 3.48 mm 24.4 MeV 183 eV 1.54 mm 3.7 mm World eIoni - 3 -1.38 mm -4.72 cm 7.4 mm 467 MeV 7.74 keV 4.47 cm 4.84 cm World eIoni - 4 -1.69 mm -12 cm 8.55 mm 1.19 GeV 12.4 keV 7.27 cm 12.1 cm World eIoni - 5 -1.77 mm -15.7 cm 8.88 mm 1.56 GeV 5.13 keV 3.69 cm 15.8 cm World eIoni - 6 -1.84 mm -20 cm 9.17 mm 2 GeV 11.9 keV 4.31 cm 20.1 cm OutOfWorldTransportation + 0 -500 um -14.7 cm 2.03 cm 1.2 keV 0 eV 0 fm 0 fm World initStep + 1 -501 um -14.7 cm 2.03 cm 267 keV 1.2 keV 68.8 um 68.8 um World eIoni + 2 -510 um -20 cm 2.03 cm 529 MeV 11.8 keV 5.53 cm 5.54 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.77 mm -15.7 cm 8.88 mm 1.21 keV 0 eV 0 fm 0 fm World initStep - 1 -1.77 mm -15.7 cm 8.88 mm 272 keV 1.21 keV 69.9 um 69.9 um World eIoni - 2 -1.77 mm -20 cm 8.91 mm 431 MeV 8.88 keV 4.47 cm 4.47 cm OutOfWorldTransportation + 0 -479 um -13.2 cm 1.98 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 -482 um -13.2 cm 1.98 cm 235 keV 1.11 keV 61.5 um 61.5 um World eIoni + 2 -503 um -20 cm 1.98 cm 683 MeV 16.9 keV 7.36 cm 7.37 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 -1.69 mm -12 cm 8.55 mm 3.92 keV 0 eV 0 fm 0 fm World initStep - 1 -1.67 mm -12 cm 8.55 mm 2.07 MeV 3.92 keV 465 um 465 um World eIoni - 2 -1.67 mm -12.1 cm 8.55 mm 9.65 MeV 134 eV 759 um 1.22 mm World eIoni - 3 -1.65 mm -20 cm 8.55 mm 801 MeV 13.7 keV 7.91 cm 8.03 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -206 nm -49.2 um 704 um 50.5 MeV 96 eV 706 um 706 um World eIoni + 2 -19.7 um -1.67 cm 1.08 cm 217 MeV 3.14 keV 2.04 cm 2.11 cm World eIoni + 3 -44.5 um -5.83 cm 1.62 cm 633 MeV 9.61 keV 4.21 cm 6.32 cm World eIoni + 4 -45.5 um -6.07 cm 1.64 cm 657 MeV 1.46 keV 2.4 mm 6.56 cm World eIoni + 5 -78.7 um -20 cm 2.21 cm 2.05 GeV 29 keV 13.9 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.38 mm -4.72 cm 7.4 mm 1.46 keV 0 eV 0 fm 0 fm World initStep - 1 -1.37 mm -4.72 cm 7.4 mm 373 keV 1.46 keV 92.4 um 92.4 um World eIoni - 2 -1.35 mm -20 cm 7.42 mm 1.53 GeV 27.7 keV 16.6 cm 16.6 cm OutOfWorldTransportation + 0 -45.5 um -6.07 cm 1.64 cm 1.19 keV 0 eV 0 fm 0 fm World initStep + 1 -47.6 um -6.08 cm 1.64 cm 266 keV 1.19 keV 68.4 um 68.4 um World eIoni + 2 -63.9 um -20 cm 1.64 cm 1.39 GeV 34.2 keV 15.9 cm 16 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z 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 + 0 -44.5 um -5.83 cm 1.62 cm 3.8 keV 0 eV 0 fm 0 fm World initStep + 1 -30 um -5.85 cm 1.62 cm 1.96 MeV 3.8 keV 442 um 442 um World eIoni + 2 -29.7 um -6.14 cm 1.62 cm 30.9 MeV 649 eV 2.89 mm 3.34 mm World eIoni + 3 -33.9 um -7.01 cm 1.61 cm 118 MeV 2.78 keV 8.67 mm 1.2 cm World eIoni + 4 -9.51 um -8.13 cm 1.61 cm 229 MeV 1.11 keV 1.12 cm 2.32 cm World eIoni + 5 18.8 um -11.3 cm 1.6 cm 542 MeV 6.23 keV 3.13 cm 5.44 cm World eIoni + 6 24.5 um -12.4 cm 1.6 cm 652 MeV 1.56 keV 1.11 cm 6.55 cm World eIoni + 7 42.8 um -16.5 cm 1.6 cm 1.06 GeV 8.11 keV 4.11 cm 10.7 cm World eIoni + 8 57.8 um -20 cm 1.6 cm 1.42 GeV 9.16 keV 3.53 cm 14.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -795 um -16.3 cm 2.12 cm 1.68 GeV 34.6 keV 16.8 cm 16.8 cm World eIoni - 2 -971 um -20 cm 2.2 cm 2.05 GeV 7.84 keV 3.7 cm 20.5 cm OutOfWorldTransportation + 0 42.8 um -16.5 cm 1.6 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 44 um -16.5 cm 1.6 cm 213 keV 1.04 keV 56.2 um 56.2 um World eIoni + 2 52.7 um -20 cm 1.6 cm 353 MeV 9.7 keV 3.69 cm 3.69 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -795 um -16.3 cm 2.12 cm 1.55 keV 0 eV 0 fm 0 fm World initStep - 1 -790 um -16.3 cm 2.12 cm 416 keV 1.55 keV 102 um 102 um World eIoni - 2 -767 um -20 cm 2.12 cm 370 MeV 8.93 keV 3.75 cm 3.76 cm OutOfWorldTransportation + 0 24.5 um -12.4 cm 1.6 cm 1.22 keV 0 eV 0 fm 0 fm World initStep + 1 25.4 um -12.4 cm 1.6 cm 276 keV 1.22 keV 70.7 um 70.7 um World eIoni + 2 31 um -20 cm 1.6 cm 764 MeV 14.5 keV 8.14 cm 8.15 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -279 um -16.1 cm 2.19 cm 1.66 GeV 33.5 keV 16.6 cm 16.6 cm World eIoni - 2 -301 um -17.7 cm 2.24 cm 1.41 GeV 5.31 keV 1.65 cm 18.2 cm World eBrem - 3 -308 um -18.4 cm 2.26 cm 1.47 GeV 887 eV 6.35 mm 18.9 cm World eIoni - 4 -326 um -20 cm 2.31 cm 1.64 GeV 2.38 keV 1.65 cm 20.5 cm OutOfWorldTransportation + 0 18.8 um -11.3 cm 1.6 cm 3.08 keV 0 eV 0 fm 0 fm World initStep + 1 30 um -11.3 cm 1.6 cm 1.35 MeV 3.08 keV 307 um 307 um World eIoni + 2 133 um -11.7 cm 1.6 cm 49.5 MeV 1.12 keV 4.82 mm 5.12 mm World eIoni + 3 560 um -20 cm 1.61 cm 875 MeV 13.2 keV 8.25 cm 8.77 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -308 um -18.4 cm 2.26 cm 1.85 keV 0 eV 0 fm 0 fm World initStep - 1 -312 um -18.4 cm 2.26 cm 558 keV 1.85 keV 133 um 133 um World eIoni - 2 -328 um -20 cm 2.26 cm 165 MeV 2.11 keV 1.65 cm 1.66 cm OutOfWorldTransportation + 0 -9.51 um -8.13 cm 1.61 cm 3.15 keV 0 eV 0 fm 0 fm World initStep + 1 -3.61 um -8.14 cm 1.61 cm 1.41 MeV 3.15 keV 320 um 320 um World eIoni + 2 47.3 um -8.49 cm 1.61 cm 36.8 MeV 1.21 keV 3.54 mm 3.86 mm World eIoni + 3 134 um -20 cm 1.62 cm 1.19 GeV 20.9 keV 11.5 cm 11.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -301 um -17.7 cm 2.24 cm 412 MeV 0 eV 0 fm 0 fm World initStep - 1 -334 um -20 cm 2.31 cm 412 MeV 0 eV 2.28 cm 2.28 cm OutOfWorldTransportation + 0 -33.9 um -7.01 cm 1.61 cm 2.01 keV 0 eV 0 fm 0 fm World initStep + 1 -34 um -7.01 cm 1.61 cm 643 keV 2.01 keV 152 um 152 um World eIoni + 2 -34.2 um -20 cm 1.61 cm 1.3 GeV 21.2 keV 13.3 cm 13.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -279 um -16.1 cm 2.19 cm 1.61 keV 0 eV 0 fm 0 fm World initStep - 1 -281 um -16.1 cm 2.19 cm 442 keV 1.61 keV 108 um 108 um World eIoni - 2 -292 um -20 cm 2.18 cm 394 MeV 6.13 keV 3.99 cm 4 cm OutOfWorldTransportation + 0 -19.7 um -1.67 cm 1.08 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 -17 um -1.67 cm 1.08 cm 201 keV 1.01 keV 53.6 um 53.6 um World eIoni + 2 7.25 mm -11 cm 4.98 cm 936 MeV 26.8 keV 10.8 cm 10.8 cm World eIoni + 3 1.75 cm -19.9 cm 12.3 cm 1.83 GeV 21.3 keV 11.7 cm 22.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z 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.3 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 -206 nm -49.2 um 704 um 2.17 keV 0 eV 0 fm 0 fm World initStep + 1 5.71 um -119 um 704 um 732 keV 2.17 keV 172 um 172 um World eIoni + 2 -2.84 mm -4.19 cm 2.9 mm 418 MeV 10 keV 4.2 cm 4.22 cm World eIoni + 3 -3.97 mm -9.9 cm 7.25 mm 989 MeV 9.39 keV 5.73 cm 9.95 cm World eIoni + 4 -4.28 mm -12.4 cm 8.38 mm 1.24 GeV 4.61 keV 2.51 cm 12.5 cm World eBrem + 5 -4.5 mm -14.5 cm 9.17 mm 1.45 GeV 6.93 keV 2.1 cm 14.6 cm World eIoni + 6 -4.94 mm -20 cm 1.08 cm 2 GeV 10.7 keV 5.5 cm 20.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 12, 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 4.82 um -3.64 mm 5.74 mm 86.4 MeV 1.49 keV 7.07 mm 7.07 mm World eIoni - 2 -53.1 um -4.57 cm 1.51 cm 507 MeV 8.97 keV 4.34 cm 5.05 cm World eIoni - 3 -88.4 um -8.53 cm 1.81 cm 903 MeV 9.96 keV 3.98 cm 9.02 cm World eIoni - 4 -118 um -12.3 cm 1.99 cm 1.28 GeV 8.41 keV 3.76 cm 12.8 cm World eIoni - 5 -130 um -14.1 cm 2.05 cm 1.46 GeV 2.66 keV 1.82 cm 14.6 cm World eIoni - 6 -152 um -19.6 cm 2.22 cm 2 GeV 12.4 keV 5.44 cm 20 cm World eIoni - 7 -153 um -20 cm 2.23 cm 2.05 GeV 748 eV 4.5 mm 20.5 cm OutOfWorldTransportation + 0 -4.5 mm -14.5 cm 9.17 mm 3.96 keV 0 eV 0 fm 0 fm World initStep + 1 -4.5 mm -14.5 cm 9.16 mm 2.11 MeV 3.96 keV 475 um 475 um World eIoni + 2 -4.5 mm -14.6 cm 9.15 mm 8.41 MeV 114 eV 630 um 1.1 mm World eIoni + 3 -4.48 mm -15.1 cm 9.15 mm 62.8 MeV 722 eV 5.44 mm 6.54 mm World eIoni + 4 -4.46 mm -17.5 cm 9.18 mm 296 MeV 3.77 keV 2.33 cm 2.98 cm World eIoni + 5 -4.43 mm -20 cm 9.18 mm 550 MeV 3.92 keV 2.54 cm 5.52 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -152 um -19.6 cm 2.22 cm 2.11 keV 0 eV 0 fm 0 fm World initStep - 1 -148 um -19.6 cm 2.21 cm 697 keV 2.11 keV 164 um 164 um World eIoni - 2 -141 um -20 cm 2.21 cm 45 MeV 1.62 keV 4.43 mm 4.6 mm OutOfWorldTransportation + 0 -4.46 mm -17.5 cm 9.18 mm 3.41 keV 0 eV 0 fm 0 fm World initStep + 1 -4.47 mm -17.5 cm 9.18 mm 1.62 MeV 3.41 keV 367 um 367 um World eIoni + 2 -4.47 mm -17.7 cm 9.16 mm 24.9 MeV 400 eV 2.32 mm 2.69 mm World eIoni + 3 -4.47 mm -19.7 cm 9.07 mm 224 MeV 3.14 keV 1.99 cm 2.26 cm World eIoni + 4 -4.48 mm -20 cm 9.06 mm 254 MeV 410 eV 3.06 mm 2.56 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 14 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -130 um -14.1 cm 2.05 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 -134 um -14.1 cm 2.05 cm 362 keV 1.43 keV 90 um 90 um World eIoni - 2 -159 um -20 cm 2.05 cm 589 MeV 8.25 keV 6.07 cm 6.08 cm OutOfWorldTransportation + 0 -4.47 mm -19.7 cm 9.07 mm 1.56 keV 0 eV 0 fm 0 fm World initStep + 1 -4.48 mm -19.7 cm 9.08 mm 420 keV 1.56 keV 103 um 103 um World eIoni + 2 -4.48 mm -20 cm 9.09 mm 30.6 MeV 571 eV 3.02 mm 3.13 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -118 um -12.3 cm 1.99 cm 2.32 keV 0 eV 0 fm 0 fm World initStep - 1 -120 um -12.3 cm 1.99 cm 826 keV 2.32 keV 192 um 192 um World eIoni - 2 -155 um -13.2 cm 1.96 cm 88.9 MeV 1.94 keV 8.81 mm 9.01 mm World eIoni - 3 -88.7 um -14 cm 1.94 cm 168 MeV 1.41 keV 7.89 mm 1.69 cm World eIoni - 4 91.9 um -20 cm 1.91 cm 771 MeV 12.6 keV 6.03 cm 7.72 cm OutOfWorldTransportation + 0 -4.48 mm -15.1 cm 9.15 mm 2.22 keV 0 eV 0 fm 0 fm World initStep + 1 -4.48 mm -15.1 cm 9.15 mm 764 keV 2.22 keV 178 um 178 um World eIoni + 2 -4.46 mm -20 cm 9.18 mm 487 MeV 6.47 keV 4.9 cm 4.92 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -88.7 um -14 cm 1.94 cm 18.2 keV 0 eV 0 fm 0 fm World initStep - 1 -133 um -14.1 cm 1.94 cm 9.31 MeV 1.26 keV 1e+03 um 1e+03 um World eIoni - 2 18.5 um -18.9 cm 2.03 cm 497 MeV 6.43 keV 4.88 cm 4.98 cm World eIoni - 3 198 um -20 cm 2.05 cm 604 MeV 1.45 keV 1.06 cm 6.05 cm OutOfWorldTransportation + 0 -3.97 mm -9.9 cm 7.25 mm 6.95 keV 0 eV 0 fm 0 fm World initStep + 1 -3.94 mm -9.95 cm 7.24 mm 5.72 MeV 6.95 keV 1.23 mm 1.23 mm World eIoni + 2 -3.44 mm -10.2 cm 8.52 mm 26 MeV 1.32 keV 2.64 mm 3.88 mm World eIoni + 3 -2.6 mm -20 cm 1.06 cm 1.01 GeV 20.5 keV 9.85 cm 10.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 18.5 um -18.9 cm 2.03 cm 3.37 keV 0 eV 0 fm 0 fm World initStep - 1 17.4 um -18.9 cm 2.03 cm 828 keV 447 eV 98.9 um 98.9 um World eIoni - 2 -137 um -20 cm 2.04 cm 106 MeV 2.27 keV 1.06 cm 1.07 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -361 um -13.6 cm 1.98 cm 1.41 GeV 26.6 keV 14.1 cm 14.1 cm World eIoni + 2 -407 um -14.7 cm 2.01 cm 1.52 GeV 3.08 keV 1.13 cm 15.2 cm World eIoni + 3 -560 um -19.2 cm 2.11 cm 1.97 GeV 10.1 keV 4.52 cm 19.7 cm World eIoni + 4 -582 um -20 cm 2.13 cm 2.05 GeV 2.26 keV 7.58 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 -88.4 um -8.53 cm 1.81 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 -89.8 um -8.53 cm 1.81 cm 245 keV 1.13 keV 63.7 um 63.7 um World eIoni - 2 -101 um -20 cm 1.81 cm 1.15 GeV 31.4 keV 13 cm 13 cm OutOfWorldTransportation + 0 -560 um -19.2 cm 2.11 cm 1.46 keV 0 eV 0 fm 0 fm World initStep + 1 -555 um -19.2 cm 2.11 cm 375 keV 1.46 keV 92.9 um 92.9 um World eIoni + 2 -539 um -20 cm 2.11 cm 75.8 MeV 1.76 keV 7.57 mm 7.67 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -53.1 um -4.57 cm 1.51 cm 1.51 keV 0 eV 0 fm 0 fm World initStep - 1 -52.6 um -4.57 cm 1.51 cm 394 keV 1.51 keV 97.1 um 97.1 um World eIoni - 2 -49.4 um -20 cm 1.52 cm 1.54 GeV 29.1 keV 16.6 cm 16.6 cm OutOfWorldTransportation + 0 -407 um -14.7 cm 2.01 cm 11.9 keV 0 eV 0 fm 0 fm World initStep + 1 -425 um -14.8 cm 2.01 cm 13.3 MeV 4.72 keV 2.04 mm 2.04 mm World eIoni + 2 -453 um -14.9 cm 1.85 cm 21.2 MeV 203 eV 1.8 mm 3.85 mm World eIoni + 3 -532 um -20 cm 1.4 cm 529 MeV 11.4 keV 5.12 cm 5.51 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.82 um -3.64 mm 5.74 mm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 7.58 um -3.66 mm 5.74 mm 201 keV 1.01 keV 53.7 um 53.7 um World eIoni - 2 3.47 cm -9.71 cm -1.35 cm 935 MeV 30.6 keV 10.8 cm 10.8 cm World eIoni - 3 6.33 cm -19 cm 1.57 mm 1.86 GeV 22.7 keV 9.83 cm 20.6 cm OutOfWorldTransportation + 0 -361 um -13.6 cm 1.98 cm 14.8 keV 0 eV 0 fm 0 fm World initStep + 1 -362 um -13.7 cm 1.99 cm 12.8 MeV 1.74 keV 1.54 mm 1.54 mm World eIoni + 2 2.04 mm -20 cm 2.13 cm 642 MeV 8.57 keV 6.31 cm 6.46 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2776,109 +2843,112 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -107 um -3.98 cm 1.45 cm 448 MeV 6.86 keV 4.46 cm 4.46 cm World eIoni - 2 -177 um -6.76 cm 1.68 cm 725 MeV 5.64 keV 2.78 cm 7.24 cm World eIoni - 3 -198 um -7.81 cm 1.75 cm 831 MeV 1.6 keV 1.06 cm 8.3 cm World eIoni - 4 -303 um -16.9 cm 2.1 cm 1.74 GeV 18.5 keV 9.08 cm 17.4 cm World eIoni - 5 -324 um -20 cm 2.18 cm 2.05 GeV 6.99 keV 3.12 cm 20.5 cm OutOfWorldTransportation + 1 -33.5 um -1.76 cm 1.1 cm 226 MeV 4.13 keV 2.21 cm 2.21 cm World eIoni + 2 -67.1 um -5.29 cm 1.58 cm 579 MeV 5.42 keV 3.57 cm 5.77 cm World eIoni + 3 -63.1 um -17.4 cm 2.15 cm 1.79 GeV 26.8 keV 12.2 cm 17.9 cm World eIoni + 4 -65.3 um -20 cm 2.22 cm 2.05 GeV 3.94 keV 2.57 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -303 um -16.9 cm 2.1 cm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 -303 um -16.9 cm 2.11 cm 504 keV 1.74 keV 122 um 122 um World eIoni - 2 -301 um -20 cm 2.11 cm 312 MeV 4.22 keV 3.14 cm 3.15 cm OutOfWorldTransportation + 0 -63.1 um -17.4 cm 2.15 cm 1 keV 0 eV 0 fm 0 fm World initStep + 1 -64.7 um -17.4 cm 2.15 cm 201 keV 1 keV 53.4 um 53.4 um World eIoni + 2 -75.7 um -20 cm 2.15 cm 257 MeV 5.05 keV 2.66 cm 2.66 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -198 um -7.81 cm 1.75 cm 1.49 keV 0 eV 0 fm 0 fm World initStep - 1 -201 um -7.82 cm 1.75 cm 388 keV 1.49 keV 95.7 um 95.7 um World eIoni - 2 -221 um -20 cm 1.75 cm 1.22 GeV 24.1 keV 12.9 cm 12.9 cm OutOfWorldTransportation + 0 -67.1 um -5.29 cm 1.58 cm 29.4 keV 0 eV 0 fm 0 fm World initStep + 1 -194 um -5.69 cm 1.58 cm 41.6 MeV 3.76 keV 4.92 mm 4.92 mm World eIoni + 2 2.41 mm -8.14 cm 1.42 cm 287 MeV 3.66 keV 2.48 cm 2.97 cm World eIoni + 3 4.48 mm -20 cm 1.27 cm 1.47 GeV 23.1 keV 11.9 cm 14.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -177 um -6.76 cm 1.68 cm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 -181 um -6.76 cm 1.68 cm 496 keV 1.72 keV 120 um 120 um World eIoni - 2 -202 um -20 cm 1.69 cm 1.32 GeV 23 keV 13.8 cm 13.8 cm OutOfWorldTransportation + 0 2.41 mm -8.14 cm 1.42 cm 2.18 keV 0 eV 0 fm 0 fm World initStep + 1 2.4 mm -8.14 cm 1.42 cm 742 keV 2.18 keV 174 um 174 um World eIoni + 2 3.32 mm -13.2 cm 9.53 mm 509 MeV 10.1 keV 5.12 cm 5.14 cm World eIoni + 3 4.86 mm -16.6 cm 5.02 mm 849 MeV 9.02 keV 3.44 cm 8.57 cm World eIoni + 4 5.86 mm -20 cm 2.1 mm 1.19 GeV 5.96 keV 3.38 cm 12 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -107 um -3.98 cm 1.45 cm 5.45 keV 0 eV 0 fm 0 fm World initStep - 1 -126 um -4.02 cm 1.45 cm 3.71 MeV 5.45 keV 832 um 832 um World eIoni - 2 -128 um -4.22 cm 1.45 cm 24.3 MeV 1.06 keV 2.06 mm 2.89 mm World eIoni - 3 -41.8 um -6.2 cm 1.45 cm 222 MeV 4.21 keV 1.98 cm 2.26 cm World eIoni - 4 17 um -7.55 cm 1.45 cm 357 MeV 2.76 keV 1.35 cm 3.61 cm World eIoni - 5 88.1 um -10.2 cm 1.44 cm 622 MeV 4.53 keV 2.65 cm 6.27 cm World eIoni - 6 199 um -20 cm 1.44 cm 1.6 GeV 20.3 keV 9.8 cm 16.1 cm OutOfWorldTransportation + 0 4.86 mm -16.6 cm 5.02 mm 3.79 keV 0 eV 0 fm 0 fm World initStep + 1 4.84 mm -16.6 cm 5.01 mm 1.95 MeV 3.79 keV 439 um 439 um World eIoni + 2 4.83 mm -16.9 cm 4.99 mm 23.2 MeV 147 eV 2.13 mm 2.57 mm World eIoni + 3 4.87 mm -20 cm 4.9 mm 337 MeV 7.4 keV 3.14 cm 3.39 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 88.1 um -10.2 cm 1.44 cm 4.03 keV 0 eV 0 fm 0 fm World initStep - 1 95.8 um -10.2 cm 1.44 cm 2.18 MeV 4.03 keV 490 um 490 um World eIoni - 2 99.3 um -10.3 cm 1.45 cm 5.8 MeV 73.5 eV 363 um 852 um World eIoni - 3 1.57 mm -19.2 cm 1.61 cm 902 MeV 14.7 keV 8.97 cm 9.05 cm World eIoni - 4 1.64 mm -20 cm 1.61 cm 980 MeV 1.57 keV 7.79 mm 9.83 cm OutOfWorldTransportation + 0 -33.5 um -1.76 cm 1.1 cm 4.41 keV 0 eV 0 fm 0 fm World initStep + 1 -16.3 um -1.78 cm 1.1 cm 2.55 MeV 4.41 keV 572 um 572 um World eIoni + 2 -19.8 um -2.02 cm 1.1 cm 26.4 MeV 1.98 keV 2.38 mm 2.95 mm World eIoni + 3 -53 um -2.21 cm 1.1 cm 45.4 MeV 123 eV 1.9 mm 4.86 mm World eIoni + 4 -142 um -3.58 cm 1.1 cm 182 MeV 2.16 keV 1.37 cm 1.85 cm World eIoni + 5 -259 um -6.29 cm 1.09 cm 454 MeV 4.51 keV 2.72 cm 4.57 cm World eIoni + 6 -360 um -11.3 cm 1.09 cm 958 MeV 9.35 keV 5.04 cm 9.61 cm World eIoni + 7 -450 um -20 cm 1.09 cm 1.82 GeV 17.7 keV 8.66 cm 18.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 8 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.57 mm -19.2 cm 1.61 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 1.57 mm -19.2 cm 1.61 cm 216 keV 1.05 keV 57.1 um 57.1 um World eIoni - 2 1.57 mm -20 cm 1.61 cm 77.9 MeV 1.26 keV 7.84 mm 7.9 mm OutOfWorldTransportation + 0 -360 um -11.3 cm 1.09 cm 4.23 keV 0 eV 0 fm 0 fm World initStep + 1 -374 um -11.4 cm 1.09 cm 2.37 MeV 4.23 keV 532 um 532 um World eIoni + 2 -378 um -11.4 cm 1.09 cm 5.33 MeV 0 eV 296 um 828 um World eIoni + 3 1.35 mm -18.9 cm 1.11 cm 753 MeV 9.3 keV 7.48 cm 7.56 cm World eIoni + 4 1.73 mm -20 cm 1.12 cm 866 MeV 1.68 keV 1.14 cm 8.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 17 um -7.55 cm 1.45 cm 1.16 keV 0 eV 0 fm 0 fm World initStep - 1 17.1 um -7.55 cm 1.45 cm 255 keV 1.16 keV 66 um 66 um World eIoni - 2 17.8 um -20 cm 1.45 cm 1.25 GeV 29.2 keV 14.2 cm 14.2 cm OutOfWorldTransportation + 0 1.35 mm -18.9 cm 1.11 cm 1.06 keV 0 eV 0 fm 0 fm World initStep + 1 1.35 mm -18.9 cm 1.12 cm 218 keV 1.06 keV 57.5 um 57.5 um World eIoni + 2 1.33 mm -20 cm 1.12 cm 114 MeV 2.15 keV 1.15 cm 1.15 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -41.8 um -6.2 cm 1.45 cm 3.18 keV 0 eV 0 fm 0 fm World initStep - 1 -48.6 um -6.21 cm 1.45 cm 1.36 MeV 575 eV 232 um 232 um World eIoni - 2 1.15 mm -15.1 cm 2.08 cm 894 MeV 14.1 keV 8.99 cm 9.02 cm World eIoni - 3 3.01 mm -17.1 cm 2.44 cm 1.09 GeV 3.82 keV 2.04 cm 11.1 cm World eIoni - 4 5.12 mm -20 cm 2.86 cm 1.38 GeV 6.93 keV 2.89 cm 13.9 cm OutOfWorldTransportation + 0 -259 um -6.29 cm 1.09 cm 1.9 keV 0 eV 0 fm 0 fm World initStep + 1 -254 um -6.3 cm 1.09 cm 584 keV 1.9 keV 139 um 139 um World eIoni + 2 -230 um -20 cm 1.09 cm 1.37 GeV 19.6 keV 14.2 cm 14.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.01 mm -17.1 cm 2.44 cm 1.36 keV 0 eV 0 fm 0 fm World initStep - 1 3 mm -17.1 cm 2.44 cm 332 keV 1.36 keV 83.4 um 83.4 um World eIoni - 2 2.99 mm -20 cm 2.44 cm 286 MeV 4.94 keV 2.9 cm 2.91 cm OutOfWorldTransportation + 0 -142 um -3.58 cm 1.1 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 -143 um -3.58 cm 1.1 cm 238 keV 1.11 keV 62.2 um 62.2 um World eIoni + 2 -3.47 cm -15.9 cm -1.11 cm 1.23 GeV 33.7 keV 14.2 cm 14.2 cm World eIoni + 3 -4.82 cm -19.4 cm -2.71 cm 1.58 GeV 10.2 keV 4.13 cm 18.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.15 mm -15.1 cm 2.08 cm 1.82 keV 0 eV 0 fm 0 fm World initStep - 1 1.15 mm -15.1 cm 2.08 cm 540 keV 1.82 keV 130 um 130 um World eIoni - 2 1.12 mm -20 cm 2.08 cm 486 MeV 6.02 keV 4.91 cm 4.93 cm OutOfWorldTransportation + 0 -53 um -2.21 cm 1.1 cm 1.78 keV 0 eV 0 fm 0 fm World initStep + 1 -57.9 um -2.22 cm 1.1 cm 524 keV 1.78 keV 126 um 126 um World eIoni + 2 -85.9 um -20 cm 1.1 cm 1.78 GeV 30.9 keV 18.8 cm 18.8 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2886,17 +2956,18 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -751 um -19.3 cm 2.13 cm 1.98 GeV 39.4 keV 19.8 cm 19.8 cm World eIoni - 2 -797 um -20 cm 2.15 cm 2.05 GeV 694 eV 7.03 mm 20.5 cm OutOfWorldTransportation + 1 -876 um -17.6 cm 2.18 cm 1.81 GeV 38.6 keV 18.1 cm 18.1 cm World eIoni + 2 -978 um -20 cm 2.25 cm 2.05 GeV 5.32 keV 2.36 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 -751 um -19.3 cm 2.13 cm 7.95 keV 0 eV 0 fm 0 fm World initStep - 1 -721 um -19.4 cm 2.14 cm 6.83 MeV 3.09 keV 1.13 mm 1.13 mm World eIoni - 2 -1.68 mm -20 cm 2.2 cm 70.7 MeV 694 eV 6.55 mm 7.68 mm OutOfWorldTransportation + 0 -876 um -17.6 cm 2.18 cm 2.08 keV 0 eV 0 fm 0 fm World initStep + 1 -882 um -17.6 cm 2.18 cm 684 keV 2.08 keV 161 um 161 um World eIoni + 2 -965 um -18 cm 2.17 cm 40.2 MeV 556 eV 3.95 mm 4.11 mm World eIoni + 3 -941 um -20 cm 2.13 cm 236 MeV 4.26 keV 1.96 cm 2.37 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -2904,192 +2975,196 @@ 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 7.73 um -8.46 mm 8.27 mm 135 MeV 1.88 keV 1.25 cm 1.25 cm World eIoni - 2 84.8 um -6.93 cm 1.71 cm 743 MeV 15.2 keV 6.17 cm 7.42 cm World eIoni - 3 92.2 um -7.49 cm 1.74 cm 799 MeV 637 eV 5.6 mm 7.98 cm World eIoni - 4 128 um -10.8 cm 1.92 cm 1.13 GeV 9.79 keV 3.31 cm 11.3 cm World eIoni - 5 196 um -20 cm 2.23 cm 2.05 GeV 22.8 keV 9.21 cm 20.5 cm OutOfWorldTransportation + 1 -51 um -4.54 cm 1.5 cm 504 MeV 12.5 keV 5.02 cm 5.02 cm World eIoni + 2 61.8 um -15.6 cm 2.08 cm 1.61 GeV 25.9 keV 11.1 cm 16.1 cm World eIoni + 3 89.2 um -18.9 cm 2.17 cm 1.94 GeV 5.94 keV 3.26 cm 19.4 cm World eIoni + 4 93.8 um -19.5 cm 2.19 cm 2 GeV 1.48 keV 6.34 mm 20 cm World eIoni + 5 97.3 um -20 cm 2.2 cm 2.05 GeV 740 eV 5.1 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 128 um -10.8 cm 1.92 cm 3.33 keV 0 eV 0 fm 0 fm World initStep - 1 135 um -10.8 cm 1.92 cm 1.55 MeV 3.33 keV 350 um 350 um World eIoni - 2 124 um -11 cm 1.92 cm 21.9 MeV 735 eV 2.04 mm 2.39 mm World eIoni - 3 54.7 um -12.7 cm 1.92 cm 188 MeV 2.33 keV 1.66 cm 1.9 cm World eIoni - 4 -101 um -20 cm 1.92 cm 920 MeV 15 keV 7.32 cm 9.22 cm OutOfWorldTransportation + 0 93.8 um -19.5 cm 2.19 cm 1.29 keV 0 eV 0 fm 0 fm World initStep + 1 93.5 um -19.5 cm 2.19 cm 303 keV 1.29 keV 76.8 um 76.8 um World eIoni + 2 92.6 um -20 cm 2.19 cm 51 MeV 556 eV 5.09 mm 5.16 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 54.7 um -12.7 cm 1.92 cm 2.01 keV 0 eV 0 fm 0 fm World initStep - 1 61.3 um -12.7 cm 1.92 cm 641 keV 2.01 keV 152 um 152 um World eIoni - 2 90.5 um -20 cm 1.92 cm 732 MeV 9.78 keV 7.43 cm 7.44 cm OutOfWorldTransportation + 0 89.2 um -18.9 cm 2.17 cm 1.12 keV 0 eV 0 fm 0 fm World initStep + 1 92.4 um -18.9 cm 2.17 cm 239 keV 1.12 keV 62.4 um 62.4 um World eIoni + 2 110 um -20 cm 2.17 cm 114 MeV 2.69 keV 1.15 cm 1.16 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 92.2 um -7.49 cm 1.74 cm 1.52 keV 0 eV 0 fm 0 fm World initStep - 1 93 um -7.49 cm 1.74 cm 399 keV 1.52 keV 98.3 um 98.3 um World eIoni - 2 97.5 um -20 cm 1.75 cm 1.25 GeV 20.5 keV 13.2 cm 13.3 cm OutOfWorldTransportation + 0 61.8 um -15.6 cm 2.08 cm 1.02 keV 0 eV 0 fm 0 fm World initStep + 1 59.1 um -15.6 cm 2.08 cm 205 keV 1.02 keV 54.4 um 54.4 um World eIoni + 2 37.9 um -20 cm 2.08 cm 440 MeV 8.18 keV 4.66 cm 4.67 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 84.8 um -6.93 cm 1.71 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 82.1 um -6.93 cm 1.71 cm 202 keV 1.01 keV 53.9 um 53.9 um World eIoni - 2 1.98 cm -16.4 cm 4.73 cm 942 MeV 29.6 keV 10.9 cm 10.9 cm World eIoni - 3 -5.05 mm -20 cm 19.1 cm 1.31 GeV 45.4 keV 18.6 cm 29.5 cm OutOfWorldTransportation + 0 -51 um -4.54 cm 1.5 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 -53.9 um -4.54 cm 1.5 cm 216 keV 1.05 keV 57 um 57 um World eIoni + 2 4.04 cm -15 cm 3.33 cm 1.05 GeV 28.1 keV 12.1 cm 12.1 cm World eIoni + 3 8.45 cm -18.1 cm 4.92 cm 1.36 GeV 14.8 keV 5.67 cm 17.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -22.3 um -11.6 cm 1.91 cm 1.21 GeV 21.6 keV 12.1 cm 12.1 cm World eIoni + 2 101 um -20 cm 2.14 cm 2.05 GeV 16.4 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 7.73 um -8.46 mm 8.27 mm 11.4 keV 0 eV 0 fm 0 fm World initStep - 1 -24 um -9.66 mm 8.24 mm 12.6 MeV 3.6 keV 1.98 mm 1.98 mm World eIoni - 2 656 um -9.35 mm 7.87 mm 9.55 MeV 1.51 keV 848 um 2.83 mm World eIoni - 3 3.66 mm -2.5 cm 6.17 mm 166 MeV 1.76 keV 1.66 cm 1.94 cm World eIoni - 4 4.28 mm -5.43 cm 5.73 mm 459 MeV 4.6 keV 2.94 cm 4.88 cm World eIoni - 5 4.93 mm -15.2 cm 5.24 mm 1.44 GeV 21.6 keV 9.76 cm 14.6 cm World eIoni - 6 5.04 mm -20 cm 5.15 mm 1.92 GeV 8.69 keV 4.8 cm 19.4 cm OutOfWorldTransportation + 0 -22.3 um -11.6 cm 1.91 cm 17.2 keV 0 eV 0 fm 0 fm World initStep + 1 35.9 um -11.8 cm 1.91 cm 17.3 MeV 3.19 keV 2.1 mm 2.1 mm World eIoni + 2 -496 um -13 cm 2.13 cm 146 MeV 2.63 keV 1.31 cm 1.52 cm World eIoni + 3 -897 um -20 cm 2.29 cm 841 MeV 11.5 keV 6.95 cm 8.48 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.93 mm -15.2 cm 5.24 mm 1.96 keV 0 eV 0 fm 0 fm World initStep - 1 4.93 mm -15.2 cm 5.25 mm 617 keV 1.96 keV 147 um 147 um World eIoni - 2 4.96 mm -20 cm 5.26 mm 480 MeV 6.72 keV 4.85 cm 4.86 cm OutOfWorldTransportation + 0 -496 um -13 cm 2.13 cm 12.7 keV 0 eV 0 fm 0 fm World initStep + 1 -494 um -13.2 cm 2.13 cm 14.6 MeV 2.95 keV 2.17 mm 2.17 mm World eIoni + 2 -811 um -13.3 cm 2.23 cm 22.3 MeV 174 eV 1.31 mm 3.48 mm World eIoni + 3 -1.78 mm -14.9 cm 2.53 cm 182 MeV 2.78 keV 1.64 cm 1.99 cm World eIoni + 4 -2.25 mm -17.4 cm 2.65 cm 433 MeV 5.57 keV 2.51 cm 4.5 cm World eIoni + 5 -2.5 mm -20 cm 2.72 cm 696 MeV 5.28 keV 2.63 cm 7.13 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.28 mm -5.43 cm 5.73 mm 5.39 keV 0 eV 0 fm 0 fm World initStep - 1 4.28 mm -5.47 cm 5.75 mm 3.64 MeV 5.39 keV 815 um 815 um World eIoni - 2 4.33 mm -6.14 cm 5.8 mm 70.9 MeV 898 eV 6.72 mm 7.54 mm World eIoni - 3 4.55 mm -20 cm 6.09 mm 1.46 GeV 32.4 keV 13.9 cm 14.6 cm OutOfWorldTransportation + 0 -2.25 mm -17.4 cm 2.65 cm 1.72 keV 0 eV 0 fm 0 fm World initStep + 1 -2.24 mm -17.4 cm 2.65 cm 495 keV 1.72 keV 120 um 120 um World eIoni + 2 -2.22 mm -20 cm 2.65 cm 263 MeV 6.32 keV 2.65 cm 2.66 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.33 mm -6.14 cm 5.8 mm 3.25 keV 0 eV 0 fm 0 fm World initStep - 1 4.34 mm -6.15 cm 5.79 mm 1.49 MeV 3.25 keV 337 um 337 um World eIoni - 2 4.5 mm -6.87 cm 5.76 mm 73.3 MeV 601 eV 7.19 mm 7.52 mm World eIoni - 3 4.88 mm -11.3 cm 5.68 mm 517 MeV 6.37 keV 4.43 cm 5.19 cm World eIoni - 4 4.92 mm -12.8 cm 5.66 mm 666 MeV 3.1 keV 1.49 cm 6.68 cm World eIoni - 5 5.04 mm -19.3 cm 5.63 mm 1.31 GeV 18.7 keV 6.49 cm 13.2 cm World eIoni - 6 5.05 mm -20 cm 5.63 mm 1.39 GeV 628 eV 7.14 mm 13.9 cm OutOfWorldTransportation + 0 -1.78 mm -14.9 cm 2.53 cm 9.87 keV 0 eV 0 fm 0 fm World initStep + 1 -1.75 mm -15 cm 2.53 cm 10.3 MeV 6.09 keV 1.76 mm 1.76 mm World eIoni + 2 643 um -15.4 cm 2.67 cm 57.8 MeV 836 eV 5.96 mm 7.72 mm World eIoni + 3 2.65 mm -20 cm 2.79 cm 515 MeV 8.62 keV 4.58 cm 5.35 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.04 mm -19.3 cm 5.63 mm 3.6 keV 0 eV 0 fm 0 fm World initStep - 1 5.04 mm -19.3 cm 5.63 mm 277 keV 0 eV 29.9 um 29.9 um World eIoni - 2 4.97 mm -20 cm 5.72 mm 71.4 MeV 1.06 keV 7.15 mm 7.18 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 128 um -9.58 cm 1.83 cm 1.01 GeV 16.2 keV 10.1 cm 10.1 cm World eIoni + 2 380 um -17.1 cm 2.08 cm 1.76 GeV 14.1 keV 7.55 cm 17.6 cm World eIoni + 3 448 um -20 cm 2.15 cm 2.05 GeV 7.73 keV 2.87 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.92 mm -12.8 cm 5.66 mm 1.65 keV 0 eV 0 fm 0 fm World initStep - 1 4.92 mm -12.8 cm 5.66 mm 462 keV 1.65 keV 112 um 112 um World eIoni - 2 4.89 mm -20 cm 5.65 mm 720 MeV 13.6 keV 7.38 cm 7.39 cm OutOfWorldTransportation + 0 380 um -17.1 cm 2.08 cm 3.24 keV 0 eV 0 fm 0 fm World initStep + 1 380 um -17.1 cm 2.08 cm 1.48 MeV 3.24 keV 336 um 336 um World eIoni + 2 376 um -17.3 cm 2.08 cm 16.6 MeV 546 eV 1.51 mm 1.84 mm World eIoni + 3 389 um -20 cm 2.09 cm 287 MeV 3.61 keV 2.71 cm 2.89 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.88 mm -11.3 cm 5.68 mm 2.95 keV 0 eV 0 fm 0 fm World initStep - 1 4.89 mm -11.3 cm 5.69 mm 1.25 MeV 2.95 keV 285 um 285 um World eIoni - 2 4.91 mm -11.5 cm 5.69 mm 20.7 MeV 302 eV 1.95 mm 2.23 mm World eIoni - 3 4.83 mm -14.3 cm 5.66 mm 298 MeV 6.14 keV 2.79 cm 3.01 cm World eIoni - 4 4.77 mm -16.1 cm 5.64 mm 483 MeV 4.3 keV 1.85 cm 4.86 cm World eIoni - 5 4.72 mm -18.5 cm 5.63 mm 719 MeV 4.71 keV 2.36 cm 7.22 cm World eIoni - 6 4.7 mm -20 cm 5.62 mm 868 MeV 1.83 keV 1.49 cm 8.71 cm OutOfWorldTransportation + 0 128 um -9.58 cm 1.83 cm 1.22 keV 0 eV 0 fm 0 fm World initStep + 1 125 um -9.59 cm 1.83 cm 276 keV 1.22 keV 70.7 um 70.7 um World eIoni + 2 109 um -20 cm 1.83 cm 1.04 GeV 24.1 keV 11.4 cm 11.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.72 mm -18.5 cm 5.63 mm 1.48 keV 0 eV 0 fm 0 fm World initStep - 1 4.73 mm -18.5 cm 5.63 mm 384 keV 1.48 keV 94.9 um 94.9 um World eIoni - 2 4.75 mm -20 cm 5.63 mm 149 MeV 3.54 keV 1.5 cm 1.5 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 102 um -5.49 cm 1.61 cm 599 MeV 9.79 keV 5.97 cm 5.97 cm World eIoni + 2 180 um -13.9 cm 2.06 cm 1.44 GeV 19.5 keV 8.39 cm 14.4 cm World eIoni + 3 198 um -16.6 cm 2.15 cm 1.71 GeV 5.98 keV 2.72 cm 17.1 cm World eIoni + 4 217 um -20 cm 2.24 cm 2.05 GeV 9.65 keV 3.42 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.77 mm -16.1 cm 5.64 mm 1.89 keV 0 eV 0 fm 0 fm World initStep - 1 4.78 mm -16.2 cm 5.65 mm 576 keV 1.89 keV 137 um 137 um World eIoni - 2 4.79 mm -20 cm 5.67 mm 385 MeV 5.4 keV 3.88 cm 3.89 cm OutOfWorldTransportation + 0 198 um -16.6 cm 2.15 cm 6.62 keV 0 eV 0 fm 0 fm World initStep + 1 182 um -16.6 cm 2.15 cm 5.26 MeV 3.86 keV 1.16 mm 1.16 mm World eIoni + 2 -913 um -16.8 cm 2.24 cm 26.2 MeV 954 eV 2.86 mm 4.02 mm World eIoni + 3 -1.89 mm -20 cm 2.33 cm 343 MeV 5.84 keV 3.17 cm 3.57 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 11 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.83 mm -14.3 cm 5.66 mm 1.36 MeV 0 eV 0 fm 0 fm World initStep - 1 5.49 mm -20 cm 5.44 mm 571 MeV 8.51 keV 5.72 cm 5.72 cm OutOfWorldTransportation + 0 180 um -13.9 cm 2.06 cm 3.78 keV 0 eV 0 fm 0 fm World initStep + 1 194 um -13.9 cm 2.06 cm 1.95 MeV 3.78 keV 438 um 438 um World eIoni + 2 207 um -14 cm 2.06 cm 16.8 MeV 144 eV 1.48 mm 1.92 mm World eIoni + 3 228 um -20 cm 2.06 cm 614 MeV 8.27 keV 5.97 cm 6.16 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, 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.66 mm -2.5 cm 6.17 mm 2.94 keV 0 eV 0 fm 0 fm World initStep - 1 3.65 mm -2.51 cm 6.18 mm 1.25 MeV 2.94 keV 284 um 284 um World eIoni - 2 3.65 mm -2.51 cm 6.18 mm 1.7 MeV 6.53 eV 45.4 um 330 um World eIoni - 3 3.66 mm -2.76 cm 6.2 mm 26.1 MeV 379 eV 2.44 mm 2.77 mm World eIoni - 4 4.81 mm -17.3 cm 7.3 mm 1.48 GeV 24.4 keV 14.5 cm 14.8 cm World eIoni - 5 5.05 mm -19.8 cm 7.56 mm 1.73 GeV 6.91 keV 2.53 cm 17.3 cm World eIoni - 6 5.07 mm -20 cm 7.57 mm 1.75 GeV 1.36 keV 1.83 mm 17.5 cm OutOfWorldTransportation + 0 102 um -5.49 cm 1.61 cm 1.48 keV 0 eV 0 fm 0 fm World initStep + 1 104 um -5.49 cm 1.61 cm 383 keV 1.48 keV 94.6 um 94.6 um World eIoni + 2 114 um -20 cm 1.62 cm 1.45 GeV 28.8 keV 15.6 cm 15.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.05 mm -19.8 cm 7.56 mm 2.57 keV 0 eV 0 fm 0 fm World initStep - 1 5.05 mm -19.8 cm 7.55 mm 986 keV 2.57 keV 226 um 226 um World eIoni - 2 5.04 mm -20 cm 7.54 mm 18.4 MeV 430 eV 1.74 mm 1.97 mm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 677 um -14.8 cm 2.09 cm 1.53 GeV 32.1 keV 15.3 cm 15.3 cm World eIoni + 2 795 um -17.8 cm 2.18 cm 1.83 GeV 4.95 keV 2.98 cm 18.3 cm World eIoni + 3 871 um -20 cm 2.24 cm 2.05 GeV 7.12 keV 2.22 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.81 mm -17.3 cm 7.3 mm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 4.82 mm -17.3 cm 7.3 mm 290 keV 1.26 keV 74 um 74 um World eIoni - 2 4.83 mm -20 cm 7.31 mm 271 MeV 7.69 keV 2.76 cm 2.77 cm OutOfWorldTransportation + 0 795 um -17.8 cm 2.18 cm 1.44 keV 0 eV 0 fm 0 fm World initStep + 1 791 um -17.8 cm 2.18 cm 364 keV 1.44 keV 90.6 um 90.6 um World eIoni + 2 770 um -20 cm 2.18 cm 222 MeV 3.95 keV 2.25 cm 2.25 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 17, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.66 mm -2.76 cm 6.2 mm 1.9 keV 0 eV 0 fm 0 fm World initStep - 1 3.65 mm -2.76 cm 6.2 mm 583 keV 1.9 keV 139 um 139 um World eIoni - 2 3.63 mm -20 cm 6.23 mm 1.72 GeV 23.3 keV 18 cm 18 cm OutOfWorldTransportation + 0 677 um -14.8 cm 2.09 cm 1.3 keV 0 eV 0 fm 0 fm World initStep + 1 678 um -14.8 cm 2.09 cm 307 keV 1.3 keV 77.7 um 77.7 um World eIoni + 2 683 um -20 cm 2.09 cm 520 MeV 11.7 keV 5.38 cm 5.39 cm OutOfWorldTransportation +--> Event 50 starts. ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3097,56 +3172,81 @@ 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 415 um -13.8 cm 2.09 cm 1.43 GeV 24.9 keV 14.3 cm 14.3 cm World eIoni - 2 607 um -20 cm 2.29 cm 2.05 GeV 14.2 keV 6.21 cm 20.5 cm OutOfWorldTransportation + 1 -136 um -4.7 cm 1.53 cm 520 MeV 9.51 keV 5.18 cm 5.18 cm World eIoni + 2 -186 um -11.4 cm 1.96 cm 1.19 GeV 15 keV 6.73 cm 11.9 cm World eIoni + 3 -220 um -17.3 cm 2.17 cm 1.78 GeV 10 keV 5.87 cm 17.8 cm World eIoni + 4 -225 um -18.2 cm 2.19 cm 1.87 GeV 1.89 keV 8.74 mm 18.7 cm World eIoni + 5 -231 um -19.5 cm 2.23 cm 2 GeV 3.14 keV 1.32 cm 20 cm World eIoni + 6 -234 um -20 cm 2.24 cm 2.05 GeV 691 eV 5.2 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 415 um -13.8 cm 2.09 cm 1 keV 0 eV 0 fm 0 fm World initStep - 1 417 um -13.8 cm 2.09 cm 200 keV 1 keV 53.4 um 53.4 um World eIoni - 2 430 um -20 cm 2.09 cm 620 MeV 14.6 keV 6.79 cm 6.8 cm OutOfWorldTransportation + 0 -231 um -19.5 cm 2.23 cm 1.57 keV 0 eV 0 fm 0 fm World initStep + 1 -236 um -19.5 cm 2.23 cm 424 keV 1.57 keV 104 um 104 um World eIoni + 2 -252 um -20 cm 2.23 cm 52 MeV 971 eV 5.17 mm 5.27 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -250 um -9.82 cm 1.9 cm 1.03 GeV 22.4 keV 10.3 cm 10.3 cm World eIoni - 2 -567 um -17.4 cm 2.19 cm 1.79 GeV 13.2 keV 7.62 cm 17.9 cm World eIoni - 3 -607 um -18.7 cm 2.22 cm 1.92 GeV 3.01 keV 1.29 cm 19.2 cm World eIoni - 4 -643 um -20 cm 2.26 cm 2.05 GeV 1.78 keV 1.27 cm 20.5 cm OutOfWorldTransportation + 0 -225 um -18.2 cm 2.19 cm 2.34 keV 0 eV 0 fm 0 fm World initStep + 1 -232 um -18.2 cm 2.19 cm 837 keV 2.34 keV 194 um 194 um World eIoni + 2 -200 um -18.6 cm 2.18 cm 49.2 MeV 616 eV 4.84 mm 5.03 mm World eIoni + 3 -303 um -20 cm 2.17 cm 184 MeV 4.13 keV 1.35 cm 1.85 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -607 um -18.7 cm 2.22 cm 2.31 keV 0 eV 0 fm 0 fm World initStep - 1 -611 um -18.7 cm 2.22 cm 818 keV 2.31 keV 190 um 190 um World eIoni - 2 -585 um -19 cm 2.23 cm 22.4 MeV 283 eV 2.16 mm 2.35 mm World eIoni - 3 -472 um -20 cm 2.23 cm 127 MeV 1.08 keV 1.05 cm 1.28 cm OutOfWorldTransportation + 0 -220 um -17.3 cm 2.17 cm 3.89 keV 0 eV 0 fm 0 fm World initStep + 1 -205 um -17.3 cm 2.17 cm 2.04 MeV 3.89 keV 459 um 459 um World eIoni + 2 -123 um -17.8 cm 2.16 cm 53.4 MeV 430 eV 5.14 mm 5.59 mm World eIoni + 3 -55.4 um -18.3 cm 2.16 cm 99.8 MeV 780 eV 4.64 mm 1.02 cm World eIoni + 4 54.4 um -20 cm 2.15 cm 272 MeV 2.87 keV 1.72 cm 2.74 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -55.4 um -18.3 cm 2.16 cm 2.28 keV 0 eV 0 fm 0 fm World initStep + 1 -48.7 um -18.3 cm 2.16 cm 803 keV 2.28 keV 187 um 187 um World eIoni + 2 -57.4 um -18.8 cm 2.14 cm 57 MeV 858 eV 5.62 mm 5.81 mm World eIoni + 3 -68.9 um -20 cm 2.13 cm 172 MeV 2.95 keV 1.15 cm 1.73 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -567 um -17.4 cm 2.19 cm 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 -565 um -17.4 cm 2.19 cm 240 keV 1.12 keV 62.6 um 62.6 um World eIoni - 2 -553 um -20 cm 2.19 cm 257 MeV 7.46 keV 2.63 cm 2.64 cm OutOfWorldTransportation + 0 -186 um -11.4 cm 1.96 cm 1.17 keV 0 eV 0 fm 0 fm World initStep + 1 -187 um -11.4 cm 1.96 cm 257 keV 1.17 keV 66.3 um 66.3 um World eIoni + 2 -199 um -20 cm 1.96 cm 858 MeV 22.8 keV 9.32 cm 9.32 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -250 um -9.82 cm 1.9 cm 1.71 keV 0 eV 0 fm 0 fm World initStep - 1 -248 um -9.83 cm 1.9 cm 487 keV 1.71 keV 118 um 118 um World eIoni - 2 -237 um -20 cm 1.91 cm 1.02 GeV 12.8 keV 10.5 cm 10.5 cm OutOfWorldTransportation + 0 -136 um -4.7 cm 1.53 cm 12.9 keV 0 eV 0 fm 0 fm World initStep + 1 -146 um -4.78 cm 1.52 cm 7.68 MeV 2.06 keV 872 um 872 um World eIoni + 2 229 um -8.92 cm 1.46 cm 422 MeV 6.9 keV 4.14 cm 4.23 cm World eIoni + 3 845 um -20 cm 1.3 cm 1.53 GeV 25 keV 11.1 cm 15.3 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 229 um -8.92 cm 1.46 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 231 um -8.92 cm 1.46 cm 210 keV 1.03 keV 55.7 um 55.7 um World eIoni + 2 -9.91 mm -19 cm 1.57 cm 1 GeV 23.6 keV 11.6 cm 11.6 cm World eIoni + 3 -1.39 cm -20 cm 1.6 cm 1.1 GeV 2.8 keV 1.06 cm 12.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3154,49 +3254,87 @@ 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 152 um -6.44 cm 1.66 cm 694 MeV 13.1 keV 6.93 cm 6.93 cm World eIoni - 2 193 um -13.4 cm 2 cm 1.39 GeV 18.5 keV 6.94 cm 13.9 cm World eIoni - 3 195 um -14.2 cm 2.03 cm 1.47 GeV 3.62 keV 8.61 mm 14.7 cm World eIoni - 4 205 um -17.6 cm 2.13 cm 1.8 GeV 7.12 keV 3.32 cm 18 cm World eIoni - 5 209 um -20 cm 2.19 cm 2.05 GeV 3.9 keV 2.45 cm 20.5 cm OutOfWorldTransportation + 1 -287 um -8.38 cm 1.79 cm 888 MeV 13.1 keV 8.87 cm 8.87 cm World eIoni + 2 -333 um -10.7 cm 1.9 cm 1.12 GeV 4.62 keV 2.29 cm 11.2 cm World eIoni + 3 -453 um -20 cm 2.2 cm 2.05 GeV 23.2 keV 9.34 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -333 um -10.7 cm 1.9 cm 3.34 keV 0 eV 0 fm 0 fm World initStep + 1 -321 um -10.7 cm 1.9 cm 1.56 MeV 3.34 keV 353 um 353 um World eIoni + 2 -317 um -10.7 cm 1.9 cm 3.25 MeV 82.3 eV 169 um 522 um World eIoni + 3 -281 um -20 cm 1.9 cm 934 MeV 15.2 keV 9.32 cm 9.37 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -287 um -8.38 cm 1.79 cm 1.23 keV 0 eV 0 fm 0 fm World initStep + 1 -284 um -8.38 cm 1.79 cm 280 keV 1.23 keV 71.7 um 71.7 um World eIoni + 2 -257 um -20 cm 1.79 cm 1.16 GeV 29.7 keV 12.8 cm 12.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 205 um -17.6 cm 2.13 cm 1.54 keV 0 eV 0 fm 0 fm World initStep - 1 206 um -17.6 cm 2.13 cm 411 keV 1.54 keV 101 um 101 um World eIoni - 2 212 um -20 cm 2.13 cm 245 MeV 4.68 keV 2.47 cm 2.48 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -3.39 um -1.69 mm 4.02 mm 66.9 MeV 400 eV 4.46 mm 4.46 mm World eIoni + 2 -15.2 um -2.38 cm 1.23 cm 288 MeV 2.15 keV 2.39 cm 2.84 cm World eIoni + 3 -55.8 um -10.9 cm 1.92 cm 1.14 GeV 14.9 keV 8.52 cm 11.4 cm World eIoni + 4 -59 um -20 cm 2.22 cm 2.05 GeV 17.9 keV 9.14 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 195 um -14.2 cm 2.03 cm 6.37 keV 0 eV 0 fm 0 fm World initStep - 1 185 um -14.3 cm 2.03 cm 4.9 MeV 6.37 keV 1.09 mm 1.09 mm World eIoni - 2 -742 um -14.6 cm 1.93 cm 40 MeV 1 keV 4.47 mm 5.56 mm World eIoni - 3 -1.31 mm -20 cm 1.87 cm 577 MeV 9.03 keV 5.37 cm 5.93 cm OutOfWorldTransportation + 0 -55.8 um -10.9 cm 1.92 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 -58.6 um -10.9 cm 1.92 cm 216 keV 1.05 keV 57 um 57 um World eIoni + 2 -82.5 um -20 cm 1.92 cm 913 MeV 25.7 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 193 um -13.4 cm 2 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 190 um -13.4 cm 2 cm 496 keV 1.73 keV 120 um 120 um World eIoni - 2 174 um -20 cm 2 cm 663 MeV 11.7 keV 6.76 cm 6.77 cm OutOfWorldTransportation + 0 -15.2 um -2.38 cm 1.23 cm 6.56 keV 0 eV 0 fm 0 fm World initStep + 1 -16.2 um -2.42 cm 1.23 cm 4.91 MeV 3.9 keV 836 um 836 um World eIoni + 2 -3.45 mm -10.1 cm 1.35 cm 775 MeV 12.2 keV 7.75 cm 7.83 cm World eIoni + 3 -4.21 mm -19.2 cm 1.44 cm 1.69 GeV 19.9 keV 9.11 cm 16.9 cm World eIoni + 4 -4.25 mm -20 cm 1.44 cm 1.76 GeV 1.33 keV 7.68 mm 17.7 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -4.21 mm -19.2 cm 1.44 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -4.21 mm -19.2 cm 1.44 cm 223 keV 1.07 keV 58.6 um 58.6 um World eIoni + 2 -4.19 mm -20 cm 1.44 cm 76.8 MeV 1.22 keV 7.72 mm 7.78 mm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.45 mm -10.1 cm 1.35 cm 1.47 keV 0 eV 0 fm 0 fm World initStep + 1 -3.45 mm -10.1 cm 1.35 cm 379 keV 1.47 keV 93.8 um 93.8 um World eIoni + 2 -3.42 mm -20 cm 1.35 cm 988 MeV 25.5 keV 10.4 cm 10.4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 152 um -6.44 cm 1.66 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 152 um -6.45 cm 1.66 cm 222 keV 1.07 keV 58.4 um 58.4 um World eIoni - 2 -1.87 cm -17.4 cm 3.43 cm 1.09 GeV 29.4 keV 12.7 cm 12.7 cm World eIoni - 3 -1.99 cm -19.9 cm 3.59 cm 1.35 GeV 6.55 keV 2.52 cm 15.2 cm OutOfWorldTransportation + 0 -3.39 um -1.69 mm 4.02 mm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 -5 um -1.71 mm 4.02 mm 218 keV 1.03 keV 55.7 um 55.7 um World eIoni + 2 -8.9 mm -10.8 cm -4.01 cm 1.06 GeV 24.6 keV 12.3 cm 12.3 cm World eIoni + 3 4 cm -19.6 cm -17.5 cm 1.94 GeV 37.1 keV 17.8 cm 30.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3204,7 +3342,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 40.5 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 257 um -8.89 cm 1.85 cm 939 MeV 18.1 keV 9.38 cm 9.38 cm World eIoni + 2 550 um -20 cm 2.27 cm 2.05 GeV 20.8 keV 11.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 257 um -8.89 cm 1.85 cm 6.57 keV 0 eV 0 fm 0 fm World initStep + 1 281 um -8.93 cm 1.85 cm 5.18 MeV 6.57 keV 1.14 mm 1.14 mm World eIoni + 2 1.13 mm -9.08 cm 1.79 cm 20.2 MeV 131 eV 1.91 mm 3.06 mm World eIoni + 3 1.95 mm -10.1 cm 1.74 cm 117 MeV 2.16 keV 9.74 mm 1.28 cm World eIoni + 4 2.99 mm -20 cm 1.67 cm 1.11 GeV 21.2 keV 9.95 cm 11.2 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 1.95 mm -10.1 cm 1.74 cm 1.38 keV 0 eV 0 fm 0 fm World initStep + 1 1.96 mm -10.1 cm 1.74 cm 340 keV 1.38 keV 85 um 85 um World eIoni + 2 1.97 mm -20 cm 1.74 cm 995 MeV 17.1 keV 10.5 cm 10.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3212,7 +3371,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 31.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 -497 um -14.5 cm 2.02 cm 1.5 GeV 29.3 keV 15 cm 15 cm World eIoni + 2 -615 um -18.6 cm 2.13 cm 1.91 GeV 8.55 keV 4.09 cm 19.1 cm World eIoni + 3 -650 um -20 cm 2.16 cm 2.05 GeV 5.62 keV 1.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 -615 um -18.6 cm 2.13 cm 1.52 keV 0 eV 0 fm 0 fm World initStep + 1 -611 um -18.6 cm 2.13 cm 401 keV 1.52 keV 98.7 um 98.7 um World eIoni + 2 -597 um -20 cm 2.13 cm 144 MeV 2.5 keV 1.45 cm 1.46 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -497 um -14.5 cm 2.02 cm 30.8 keV 0 eV 0 fm 0 fm World initStep + 1 -627 um -14.9 cm 2.02 cm 46 MeV 4.14 keV 5.46 mm 5.46 mm World eIoni + 2 -529 um -16 cm 1.84 cm 154 MeV 1.98 keV 1.09 cm 1.64 cm World eIoni + 3 -448 um -20 cm 1.66 cm 555 MeV 6.54 keV 4.02 cm 5.66 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3220,51 +3400,45 @@ 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 556 nm -4.8 mm 6.52 mm 98 MeV 1.04 keV 8.46 mm 8.46 mm World eIoni - 2 132 um -6.73 cm 1.7 cm 723 MeV 11.7 keV 6.37 cm 7.22 cm World eIoni - 3 294 um -15.3 cm 2.1 cm 1.58 GeV 17.9 keV 8.61 cm 15.8 cm World eIoni - 4 347 um -20 cm 2.23 cm 2.05 GeV 10.1 keV 4.67 cm 20.5 cm OutOfWorldTransportation + 1 435 um -11.2 cm 1.95 cm 1.17 GeV 19.6 keV 11.7 cm 11.7 cm World eIoni + 2 436 um -11.3 cm 1.96 cm 1.18 GeV 474 eV 959 um 11.8 cm World eIoni + 3 540 um -20 cm 2.26 cm 2.05 GeV 13.9 keV 8.68 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 294 um -15.3 cm 2.1 cm 5 keV 0 eV 0 fm 0 fm World initStep - 1 274 um -15.4 cm 2.1 cm 3.18 MeV 5 keV 713 um 713 um World eIoni - 2 202 um -15.9 cm 2.1 cm 61 MeV 1.34 keV 5.78 mm 6.49 mm WorldTransportation - 3 202 um -15.9 cm 2.1 cm 61 MeV 0 eV 0 fm 6.49 mm World eIoni - 4 170 um -20 cm 2.11 cm 467 MeV 8.95 keV 4.06 cm 4.71 cm OutOfWorldTransportation + 0 436 um -11.3 cm 1.96 cm 1.28 keV 0 eV 0 fm 0 fm World initStep + 1 440 um -11.3 cm 1.96 cm 301 keV 1.28 keV 76.4 um 76.4 um World eIoni + 2 462 um -20 cm 1.96 cm 868 MeV 19.9 keV 9.24 cm 9.25 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 132 um -6.73 cm 1.7 cm 2.98 keV 0 eV 0 fm 0 fm World initStep - 1 142 um -6.74 cm 1.7 cm 1.28 MeV 2.98 keV 290 um 290 um World eIoni - 2 139 um -7.03 cm 1.7 cm 30 MeV 231 eV 2.88 mm 3.17 mm World eIoni - 3 419 um -13.6 cm 1.69 cm 691 MeV 19 keV 6.61 cm 6.92 cm World eIoni - 4 500 um -20 cm 1.7 cm 1.33 GeV 17.7 keV 6.37 cm 13.3 cm OutOfWorldTransportation + 0 435 um -11.2 cm 1.95 cm 1.82 keV 0 eV 0 fm 0 fm World initStep + 1 432 um -11.2 cm 1.95 cm 544 keV 1.82 keV 130 um 130 um World eIoni + 2 415 um -20 cm 1.96 cm 877 MeV 12.3 keV 8.98 cm 8.99 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 419 um -13.6 cm 1.69 cm 1.11 keV 0 eV 0 fm 0 fm World initStep - 1 416 um -13.6 cm 1.69 cm 236 keV 1.11 keV 61.7 um 61.7 um World eIoni - 2 393 um -20 cm 1.69 cm 637 MeV 17.9 keV 6.82 cm 6.82 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -409 um -13 cm 2.05 cm 1.36 GeV 26.2 keV 13.5 cm 13.5 cm World eIoni + 2 -595 um -20 cm 2.25 cm 2.05 GeV 14.3 keV 6.95 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 556 nm -4.8 mm 6.52 mm 8.24 keV 0 eV 0 fm 0 fm World initStep - 1 -34.4 um -5.52 mm 6.52 mm 7.69 MeV 6.09 keV 1.49 mm 1.49 mm World eIoni - 2 -1.39 mm -1.77 cm 3.81 mm 130 MeV 790 eV 1.34 cm 1.49 cm World eIoni - 3 -2.54 mm -20 cm 1.75 mm 1.95 GeV 37.8 keV 18.2 cm 19.7 cm OutOfWorldTransportation + 0 -409 um -13 cm 2.05 cm 1.84 keV 0 eV 0 fm 0 fm World initStep + 1 -415 um -13.1 cm 2.05 cm 553 keV 1.84 keV 132 um 132 um World eIoni + 2 -443 um -20 cm 2.05 cm 695 MeV 11.5 keV 7.07 cm 7.09 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3272,28 +3446,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 377 um -10.8 cm 1.9 cm 1.13 GeV 20.3 keV 11.2 cm 11.2 cm World eIoni - 2 431 um -13.2 cm 1.99 cm 1.37 GeV 4.21 keV 2.47 cm 13.7 cm World eIoni - 3 540 um -20 cm 2.17 cm 2.05 GeV 11.6 keV 6.78 cm 20.5 cm OutOfWorldTransportation + 1 -72.4 um -5.2 cm 1.59 cm 570 MeV 8.92 keV 5.68 cm 5.68 cm World eIoni + 2 66 um -14.4 cm 2.09 cm 1.49 GeV 21.5 keV 9.26 cm 14.9 cm World eIoni + 3 103 um -20 cm 2.25 cm 2.05 GeV 10.8 keV 5.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 431 um -13.2 cm 1.99 cm 5.46 keV 0 eV 0 fm 0 fm World initStep - 1 447 um -13.3 cm 1.99 cm 3.72 MeV 5.46 keV 834 um 834 um World eIoni - 2 451 um -13.3 cm 1.99 cm 9.61 MeV 172 eV 589 um 1.42 mm World eIoni - 3 459 um -20 cm 1.99 cm 678 MeV 12.2 keV 6.68 cm 6.83 cm OutOfWorldTransportation + 0 66 um -14.4 cm 2.09 cm 4.09 keV 0 eV 0 fm 0 fm World initStep + 1 63 um -14.5 cm 2.08 cm 2.24 MeV 4.09 keV 502 um 502 um World eIoni + 2 69 um -14.6 cm 2.08 cm 17 MeV 208 eV 1.48 mm 1.98 mm World eIoni + 3 79.8 um -20 cm 2.08 cm 556 MeV 9.27 keV 5.39 cm 5.59 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 377 um -10.8 cm 1.9 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 381 um -10.8 cm 1.9 cm 498 keV 1.73 keV 120 um 120 um World eIoni - 2 398 um -20 cm 1.9 cm 925 MeV 13.7 keV 9.52 cm 9.53 cm OutOfWorldTransportation + 0 -72.4 um -5.2 cm 1.59 cm 1.29 keV 0 eV 0 fm 0 fm World initStep + 1 -75.2 um -5.2 cm 1.59 cm 305 keV 1.29 keV 77.2 um 77.2 um World eIoni + 2 -95.1 um -20 cm 1.59 cm 1.48 GeV 33.5 keV 16.6 cm 16.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3301,60 +3475,58 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Ne Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 1.28 um -1.69 mm 4.03 mm 66.9 MeV 909 eV 4.47 mm 4.47 mm World eIoni - 2 -44 um -7.02 cm 1.73 cm 753 MeV 14.9 keV 7.07 cm 7.52 cm World eIoni - 3 -81.4 um -20 cm 2.25 cm 2.05 GeV 27.8 keV 13 cm 20.5 cm OutOfWorldTransportation + 1 -300 um -11.4 cm 1.98 cm 1.19 GeV 27.2 keV 11.9 cm 11.9 cm World eIoni + 2 -301 um -11.8 cm 2 cm 1.23 GeV 583 eV 4.14 mm 12.3 cm World eIoni + 3 -311 um -19.4 cm 2.25 cm 1.99 GeV 13.8 keV 7.64 cm 19.9 cm World eIoni + 4 -311 um -20 cm 2.27 cm 2.05 GeV 1.25 keV 5.61 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -44 um -7.02 cm 1.73 cm 2.91 keV 0 eV 0 fm 0 fm World initStep - 1 -33.7 um -7.04 cm 1.73 cm 1.23 MeV 2.91 keV 279 um 279 um World eIoni - 2 -113 um -8.94 cm 1.66 cm 191 MeV 2.93 keV 1.91 cm 1.93 cm World eIoni - 3 -317 um -15.8 cm 1.52 cm 881 MeV 13 keV 6.9 cm 8.83 cm World eIoni - 4 -351 um -20 cm 1.49 cm 1.3 GeV 12.5 keV 4.16 cm 13 cm OutOfWorldTransportation + 0 -311 um -19.4 cm 2.25 cm 3.35 keV 0 eV 0 fm 0 fm World initStep + 1 -305 um -19.4 cm 2.25 cm 880 keV 98.4 eV 107 um 107 um World eIoni + 2 -649 um -20 cm 2.23 cm 56.1 MeV 428 eV 5.58 mm 5.69 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -317 um -15.8 cm 1.52 cm 2.22 keV 0 eV 0 fm 0 fm World initStep - 1 -315 um -15.8 cm 1.52 cm 761 keV 2.22 keV 178 um 178 um World eIoni - 2 -416 um -16.3 cm 1.52 cm 43.9 MeV 458 eV 4.31 mm 4.49 mm World eIoni - 3 -664 um -20 cm 1.51 cm 416 MeV 8.48 keV 3.73 cm 4.18 cm OutOfWorldTransportation + 0 -301 um -11.8 cm 2 cm 1.42 keV 0 eV 0 fm 0 fm World initStep + 1 -298 um -11.8 cm 2 cm 358 keV 1.42 keV 89.2 um 89.2 um World eIoni + 2 -281 um -20 cm 2 cm 820 MeV 16.3 keV 8.56 cm 8.57 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.28 um -1.69 mm 4.03 mm 9.33 keV 0 eV 0 fm 0 fm World initStep - 1 -29 um -2.59 mm 4.02 mm 9.44 MeV 4.46 keV 1.67 mm 1.67 mm World eIoni - 2 -310 um -2.97 mm 3.63 mm 13.3 MeV 15.6 eV 618 um 2.29 mm World eIoni - 3 -3.83 mm -12.2 cm -958 um 1.21 GeV 23.1 keV 12 cm 12.2 cm World eIoni - 4 -4.27 mm -20 cm -1.52 mm 1.98 GeV 18.1 keV 7.78 cm 20 cm OutOfWorldTransportation + 0 -300 um -11.4 cm 1.98 cm 3.6 keV 0 eV 0 fm 0 fm World initStep + 1 -305 um -11.4 cm 1.98 cm 1.78 MeV 3.6 keV 401 um 401 um World eIoni + 2 -343 um -11.7 cm 1.98 cm 32.9 MeV 192 eV 3.11 mm 3.51 mm World eIoni + 3 -399 um -12.2 cm 1.98 cm 80.2 MeV 1 keV 4.73 mm 8.24 mm World eIoni + 4 -462 um -14.6 cm 1.98 cm 316 MeV 4.2 keV 2.36 cm 3.18 cm World eIoni + 5 -495 um -20 cm 1.97 cm 861 MeV 11.4 keV 5.45 cm 8.63 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm -12.2 cm -958 um 2.69 keV 0 eV 0 fm 0 fm World initStep - 1 -3.84 mm -12.2 cm -952 um 1.07 MeV 2.69 keV 244 um 244 um World eIoni - 2 -3.83 mm -12.7 cm -854 um 44.6 MeV 311 eV 4.36 mm 4.6 mm World eIoni - 3 -3.7 mm -20 cm -601 um 778 MeV 12.6 keV 7.33 cm 7.79 cm OutOfWorldTransportation + 0 -462 um -14.6 cm 1.98 cm 996 eV 0 eV 0 fm 0 fm World initStep + 1 -462 um -14.6 cm 1.97 cm 198 keV 996 eV 52.9 um 52.9 um World eIoni + 2 -462 um -20 cm 1.97 cm 545 MeV 11.2 keV 5.9 cm 5.91 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -3.83 mm -12.7 cm -854 um 1.51 keV 0 eV 0 fm 0 fm World initStep - 1 -3.83 mm -12.7 cm -856 um 395 keV 1.51 keV 97.4 um 97.4 um World eIoni - 2 -3.86 mm -20 cm -871 um 733 MeV 10.8 keV 7.58 cm 7.59 cm OutOfWorldTransportation + 0 -399 um -12.2 cm 1.98 cm 1.89 keV 0 eV 0 fm 0 fm World initStep + 1 -395 um -12.2 cm 1.98 cm 576 keV 1.89 keV 137 um 137 um World eIoni + 2 -381 um -20 cm 1.98 cm 781 MeV 18.1 keV 7.96 cm 7.97 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3362,7 +3534,29 @@ 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 37 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 -242 um -11.6 cm 2 cm 1.21 GeV 22.8 keV 12.1 cm 12.1 cm World eIoni + 2 -485 um -20 cm 2.27 cm 2.05 GeV 18.8 keV 8.43 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 -242 um -11.6 cm 2 cm 2.91 keV 0 eV 0 fm 0 fm World initStep + 1 -237 um -11.6 cm 1.99 cm 1.23 MeV 2.91 keV 280 um 280 um World eIoni + 2 -233 um -11.6 cm 1.99 cm 5.09 MeV 0 eV 387 um 666 um World eIoni + 3 -183 um -12.3 cm 1.99 cm 70 MeV 1.06 keV 6.49 mm 7.15 mm World eIoni + 4 -309 um -20 cm 1.97 cm 842 MeV 17.4 keV 7.72 cm 8.44 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -183 um -12.3 cm 1.99 cm 2.54 keV 0 eV 0 fm 0 fm World initStep + 1 -177 um -12.3 cm 1.99 cm 966 keV 2.54 keV 222 um 222 um World eIoni + 2 -59.9 um -12.8 cm 1.98 cm 52.3 MeV 248 eV 5.14 mm 5.36 mm World eIoni + 3 462 um -20 cm 1.96 cm 772 MeV 16.5 keV 7.2 cm 7.74 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3370,28 +3564,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 42.3 um -6.03 cm 1.66 cm 653 MeV 12.4 keV 6.52 cm 6.52 cm World eIoni - 2 -99 um -14.2 cm 2.07 cm 1.47 GeV 16.2 keV 8.17 cm 14.7 cm World eIoni - 3 -151 um -20 cm 2.24 cm 2.05 GeV 12.5 keV 5.82 cm 20.5 cm OutOfWorldTransportation + 1 402 um -12.7 cm 1.96 cm 1.32 GeV 21.5 keV 13.2 cm 13.2 cm World eIoni + 2 589 um -17.4 cm 2.12 cm 1.79 GeV 12.5 keV 4.67 cm 17.9 cm World eIoni + 3 673 um -20 cm 2.19 cm 2.05 GeV 6.32 keV 2.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 -99 um -14.2 cm 2.07 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 -97.2 um -14.2 cm 2.07 cm 315 keV 1.32 keV 79.5 um 79.5 um World eIoni - 2 -86.4 um -20 cm 2.08 cm 582 MeV 10.7 keV 6.04 cm 6.05 cm OutOfWorldTransportation + 0 589 um -17.4 cm 2.12 cm 1.12 keV 0 eV 0 fm 0 fm World initStep + 1 592 um -17.4 cm 2.12 cm 241 keV 1.12 keV 62.7 um 62.7 um World eIoni + 2 609 um -20 cm 2.12 cm 261 MeV 3.31 keV 2.68 cm 2.69 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 -6.03 cm 1.66 cm 2.57 keV 0 eV 0 fm 0 fm World initStep - 1 45.6 um -6.04 cm 1.66 cm 986 keV 2.57 keV 226 um 226 um World eIoni - 2 115 um -6.39 cm 1.67 cm 36.1 MeV 423 eV 3.51 mm 3.74 mm World eIoni - 3 205 um -20 cm 1.67 cm 1.4 GeV 28.8 keV 13.6 cm 14 cm OutOfWorldTransportation + 0 402 um -12.7 cm 1.96 cm 2.25 keV 0 eV 0 fm 0 fm World initStep + 1 395 um -12.7 cm 1.96 cm 779 keV 2.25 keV 182 um 182 um World eIoni + 2 331 um -13 cm 1.96 cm 26.8 MeV 36.1 eV 2.61 mm 2.79 mm World eIoni + 3 239 um -20 cm 1.96 cm 728 MeV 11.4 keV 7.02 cm 7.29 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3399,28 +3593,27 @@ 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 326 um -9.09 cm 1.85 cm 959 MeV 20.4 keV 9.58 cm 9.58 cm World eIoni - 2 409 um -11.4 cm 1.96 cm 1.19 GeV 6.17 keV 2.36 cm 11.9 cm World eIoni - 3 611 um -20 cm 2.25 cm 2.05 GeV 17.5 keV 8.56 cm 20.5 cm OutOfWorldTransportation + 1 -81.8 um -3.26 cm 1.36 cm 376 MeV 7.47 keV 3.73 cm 3.73 cm World eIoni + 2 -113 um -13.6 cm 2.02 cm 1.41 GeV 20.2 keV 10.3 cm 14 cm World eIoni + 3 -113 um -20 cm 2.21 cm 2.05 GeV 16.1 keV 6.45 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 409 um -11.4 cm 1.96 cm 1.3 keV 0 eV 0 fm 0 fm World initStep - 1 412 um -11.4 cm 1.96 cm 307 keV 1.3 keV 77.8 um 77.8 um World eIoni - 2 437 um -20 cm 1.97 cm 856 MeV 17.4 keV 9.08 cm 9.09 cm OutOfWorldTransportation + 0 -113 um -13.6 cm 2.02 cm 1.27 keV 0 eV 0 fm 0 fm World initStep + 1 -114 um -13.6 cm 2.02 cm 297 keV 1.27 keV 75.5 um 75.5 um World eIoni + 2 -119 um -20 cm 2.02 cm 645 MeV 12.5 keV 6.75 cm 6.76 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 326 um -9.09 cm 1.85 cm 1.66 keV 0 eV 0 fm 0 fm World initStep - 1 323 um -9.09 cm 1.85 cm 464 keV 1.66 keV 113 um 113 um World eIoni - 2 309 um -20 cm 1.84 cm 1.09 GeV 24.3 keV 11.3 cm 11.4 cm OutOfWorldTransportation ---> Event 50 starts. + 0 -81.8 um -3.26 cm 1.36 cm 1.72 keV 0 eV 0 fm 0 fm World initStep + 1 -78.4 um -3.26 cm 1.36 cm 492 keV 1.72 keV 119 um 119 um World eIoni + 2 -58.3 um -20 cm 1.36 cm 1.67 GeV 28.3 keV 17.7 cm 17.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3428,17 +3621,29 @@ 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 -45 um -5.32 cm 1.57 cm 582 MeV 10.3 keV 5.8 cm 5.8 cm World eIoni - 2 -63.1 um -20 cm 2.2 cm 2.05 GeV 30.7 keV 14.7 cm 20.5 cm OutOfWorldTransportation + 1 266 um -11.1 cm 1.97 cm 1.16 GeV 26.1 keV 11.6 cm 11.6 cm World eIoni + 2 382 um -17.5 cm 2.21 cm 1.8 GeV 12.3 keV 6.4 cm 18 cm World eIoni + 3 414 um -20 cm 2.29 cm 2.05 GeV 5.04 keV 2.55 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 382 um -17.5 cm 2.21 cm 2.76 keV 0 eV 0 fm 0 fm World initStep + 1 390 um -17.5 cm 2.21 cm 1.11 MeV 2.76 keV 255 um 255 um World eIoni + 2 391 um -17.5 cm 2.21 cm 1.31 MeV 2.84 eV 19.6 um 274 um World eIoni + 3 414 um -20 cm 2.22 cm 255 MeV 3.62 keV 2.54 cm 2.56 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -45 um -5.32 cm 1.57 cm 1.46 keV 0 eV 0 fm 0 fm World initStep - 1 -40.6 um -5.32 cm 1.57 cm 373 keV 1.46 keV 92.4 um 92.4 um World eIoni - 2 -11.3 um -20 cm 1.57 cm 1.47 GeV 30.1 keV 15.9 cm 15.9 cm OutOfWorldTransportation + 0 266 um -11.1 cm 1.97 cm 25 keV 0 eV 0 fm 0 fm World initStep + 1 206 um -11.4 cm 1.98 cm 34.4 MeV 7.09 keV 4.2 mm 4.2 mm World eIoni + 2 7.93 mm -14.6 cm 1.62 cm 358 MeV 5.69 keV 3.42 cm 3.84 cm World eIoni + 3 1.07 cm -20 cm 1.5 cm 893 MeV 11 keV 5.36 cm 9.2 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3446,59 +3651,90 @@ 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 85.9 um -3.65 cm 1.42 cm 415 MeV 6.53 keV 4.13 cm 4.13 cm World eIoni - 2 171 um -8.31 cm 1.8 cm 881 MeV 10.7 keV 4.68 cm 8.8 cm World eIoni - 3 252 um -15 cm 2.08 cm 1.55 GeV 18.2 keV 6.74 cm 15.5 cm World eIoni - 4 286 um -18.5 cm 2.18 cm 1.9 GeV 7.39 keV 3.47 cm 19 cm World eIoni - 5 300 um -20 cm 2.22 cm 2.05 GeV 3.2 keV 1.48 cm 20.5 cm OutOfWorldTransportation + 1 447 nm -184 um 1.36 mm 51.8 MeV 794 eV 1.37 mm 1.37 mm World eIoni + 2 -44.5 um -3.52 cm 1.39 cm 402 MeV 9.42 keV 3.86 cm 4 cm World eIoni + 3 -109 um -9.35 cm 1.84 cm 984 MeV 16.9 keV 5.84 cm 9.84 cm World eIoni + 4 -114 um -9.93 cm 1.87 cm 1.04 GeV 750 eV 5.86 mm 10.4 cm World eIoni + 5 -114 um -9.93 cm 1.87 cm 1.04 GeV 5.92 eV 28.1 um 10.4 cm World eIoni + 6 -126 um -11.4 cm 1.94 cm 1.19 GeV 2.19 keV 1.51 cm 11.9 cm World eIoni + 7 -174 um -20 cm 2.21 cm 2.05 GeV 21.5 keV 8.57 cm 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 -126 um -11.4 cm 1.94 cm 2.53 keV 0 eV 0 fm 0 fm World initStep + 1 -129 um -11.4 cm 1.94 cm 961 keV 2.53 keV 221 um 221 um World eIoni + 2 -254 um -12 cm 1.95 cm 59.4 MeV 1.78 keV 5.85 mm 6.07 mm World eIoni + 3 -944 um -15.3 cm 1.98 cm 384 MeV 7.1 keV 3.25 cm 3.85 cm World eIoni + 4 -1.35 mm -20 cm 2 cm 856 MeV 9.24 keV 4.72 cm 8.58 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -944 um -15.3 cm 1.98 cm 1.03 keV 0 eV 0 fm 0 fm World initStep + 1 -945 um -15.3 cm 1.98 cm 209 keV 1.03 keV 55.4 um 55.4 um World eIoni + 2 -947 um -20 cm 1.98 cm 472 MeV 11.6 keV 5.02 cm 5.03 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -114 um -9.93 cm 1.87 cm 1.44 keV 0 eV 0 fm 0 fm World initStep + 1 -117 um -9.94 cm 1.87 cm 366 keV 1.44 keV 90.9 um 90.9 um World eIoni + 2 -135 um -20 cm 1.86 cm 1.01 GeV 17.1 keV 10.6 cm 10.6 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 -18.5 cm 2.18 cm 2.32 keV 0 eV 0 fm 0 fm World initStep - 1 280 um -18.5 cm 2.18 cm 824 keV 2.32 keV 192 um 192 um World eIoni - 2 65.6 um -19.2 cm 2.17 cm 73.1 MeV 2.22 keV 7.24 mm 7.43 mm World eIoni - 3 -103 um -20 cm 2.16 cm 148 MeV 2.39 keV 7.51 mm 1.49 cm OutOfWorldTransportation + 0 -114 um -9.93 cm 1.87 cm 1.39 keV 0 eV 0 fm 0 fm World initStep + 1 -116 um -9.93 cm 1.87 cm 344 keV 1.39 keV 86 um 86 um World eIoni + 2 -130 um -20 cm 1.86 cm 1.01 GeV 18.4 keV 10.7 cm 10.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 252 um -15 cm 2.08 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 254 um -15 cm 2.08 cm 204 keV 1.01 keV 54.3 um 54.3 um World eIoni - 2 271 um -20 cm 2.09 cm 495 MeV 15.9 keV 5.3 cm 5.31 cm OutOfWorldTransportation + 0 -109 um -9.35 cm 1.84 cm 19.1 keV 0 eV 0 fm 0 fm World initStep + 1 -168 um -9.49 cm 1.83 cm 15.5 MeV 3.18 keV 1.76 mm 1.76 mm World eIoni + 2 1.65 mm -20 cm 1.78 cm 1.07 GeV 21 keV 10.5 cm 10.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 171 um -8.31 cm 1.8 cm 1.29 keV 0 eV 0 fm 0 fm World initStep - 1 168 um -8.32 cm 1.8 cm 303 keV 1.29 keV 76.8 um 76.8 um World eIoni - 2 148 um -20 cm 1.8 cm 1.17 GeV 23.1 keV 12.7 cm 12.7 cm OutOfWorldTransportation + 0 -44.5 um -3.52 cm 1.39 cm 2.05 keV 0 eV 0 fm 0 fm World initStep + 1 -49.8 um -3.53 cm 1.39 cm 665 keV 2.05 keV 157 um 157 um World eIoni + 2 -5.64 mm -8.86 cm 1.47 cm 533 MeV 8.8 keV 5.38 cm 5.4 cm World eIoni + 3 -9.45 mm -18.2 cm 1.58 cm 1.47 GeV 22.8 keV 9.39 cm 14.8 cm World eIoni + 4 -9.87 mm -20 cm 1.6 cm 1.65 GeV 3.21 keV 1.74 cm 16.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 85.9 um -3.65 cm 1.42 cm 17.8 keV 0 eV 0 fm 0 fm World initStep - 1 133 um -3.75 cm 1.41 cm 10.8 MeV 1.65 keV 1.18 mm 1.18 mm World eIoni - 2 5.62 mm -14.8 cm 1.13 cm 1.12 GeV 15.7 keV 11.2 cm 11.3 cm World eIoni - 3 6.64 mm -20 cm 1.09 cm 1.63 GeV 14.4 keV 5.14 cm 16.4 cm OutOfWorldTransportation + 0 -9.45 mm -18.2 cm 1.58 cm 1.26 keV 0 eV 0 fm 0 fm World initStep + 1 -9.45 mm -18.2 cm 1.58 cm 291 keV 1.26 keV 74.1 um 74.1 um World eIoni + 2 -9.45 mm -20 cm 1.58 cm 174 MeV 2.4 keV 1.76 cm 1.76 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 5.62 mm -14.8 cm 1.13 cm 3.62 keV 0 eV 0 fm 0 fm World initStep - 1 5.61 mm -14.9 cm 1.13 cm 1.8 MeV 3.62 keV 406 um 406 um World eIoni - 2 5.6 mm -14.9 cm 1.13 cm 9.51 MeV 0 eV 771 um 1.18 mm World eIoni - 3 5.59 mm -20 cm 1.13 cm 515 MeV 9.29 keV 5.05 cm 5.17 cm OutOfWorldTransportation + 0 447 nm -184 um 1.36 mm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 3.11 um -205 um 1.36 mm 231 keV 1.08 keV 59.3 um 59.3 um World eIoni + 2 8.46 mm -11.7 cm -4.72 cm 1.16 GeV 34.7 keV 13.5 cm 13.5 cm World eIoni + 3 1.23 cm -20 cm -12.2 cm 1.99 GeV 24.5 keV 11.3 cm 24.7 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3506,115 +3742,120 @@ 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 99.2 um -7.56 cm 1.72 cm 806 MeV 17.7 keV 8.05 cm 8.05 cm World eIoni - 2 37.3 um -14.9 cm 2.04 cm 1.54 GeV 17.8 keV 7.3 cm 15.3 cm World eIoni - 3 5.17 um -20 cm 2.18 cm 2.05 GeV 10.1 keV 5.15 cm 20.5 cm OutOfWorldTransportation + 1 -92.3 um -3.58 cm 1.4 cm 408 MeV 5.68 keV 4.05 cm 4.05 cm World eIoni + 2 -160 um -10.5 cm 1.9 cm 1.1 GeV 13.8 keV 6.91 cm 11 cm World eIoni + 3 -195 um -20 cm 2.22 cm 2.05 GeV 21.4 keV 9.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 37.3 um -14.9 cm 2.04 cm 2.74 keV 0 eV 0 fm 0 fm World initStep - 1 29.1 um -14.9 cm 2.04 cm 1.1 MeV 2.74 keV 252 um 252 um World eIoni - 2 7.56 um -15 cm 2.04 cm 12.7 MeV 82 eV 1.16 mm 1.41 mm World eIoni - 3 -33.2 um -20 cm 2.03 cm 515 MeV 9.85 keV 5.02 cm 5.16 cm OutOfWorldTransportation + 0 -160 um -10.5 cm 1.9 cm 2.88 keV 0 eV 0 fm 0 fm World initStep + 1 -170 um -10.5 cm 1.9 cm 1.2 MeV 2.88 keV 274 um 274 um World eIoni + 2 -40.4 um -11.6 cm 1.93 cm 112 MeV 1.73 keV 1.11 cm 1.14 cm World eIoni + 3 77 um -13.4 cm 1.95 cm 292 MeV 2.94 keV 1.79 cm 2.93 cm World eIoni + 4 118 um -14.3 cm 1.95 cm 380 MeV 3.49 keV 8.85 mm 3.82 cm World eIoni + 5 160 um -15.4 cm 1.96 cm 493 MeV 1.35 keV 1.13 cm 4.94 cm World eIoni + 6 262 um -20 cm 1.97 cm 953 MeV 14.2 keV 4.61 cm 9.55 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 99.2 um -7.56 cm 1.72 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 97.3 um -7.56 cm 1.72 cm 349 keV 1.4 keV 87.2 um 87.2 um World eIoni - 2 84.5 um -20 cm 1.73 cm 1.24 GeV 27.9 keV 13.4 cm 13.4 cm OutOfWorldTransportation + 0 160 um -15.4 cm 1.96 cm 2.08 keV 0 eV 0 fm 0 fm World initStep + 1 167 um -15.4 cm 1.96 cm 682 keV 2.08 keV 160 um 160 um World eIoni + 2 163 um -15.5 cm 1.96 cm 10.6 MeV 108 eV 991 um 1.15 mm World eIoni + 3 184 um -20 cm 1.96 cm 461 MeV 6.83 keV 4.5 cm 4.62 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 471 um -11.4 cm 1.94 cm 1.19 GeV 20.9 keV 11.9 cm 11.9 cm World eIoni - 2 666 um -20 cm 2.22 cm 2.05 GeV 16.7 keV 8.63 cm 20.5 cm OutOfWorldTransportation + 0 163 um -15.5 cm 1.96 cm 17.7 keV 0 eV 0 fm 0 fm World initStep + 1 141 um -15.6 cm 1.95 cm 8.56 MeV 1.07 keV 915 um 915 um World eIoni + 2 -1.21 mm -16.9 cm 2.03 cm 137 MeV 1.14 keV 1.3 cm 1.4 cm World eIoni + 3 -1.82 mm -20 cm 2.07 cm 450 MeV 6.98 keV 3.13 cm 4.53 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 471 um -11.4 cm 1.94 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 474 um -11.4 cm 1.94 cm 214 keV 1.05 keV 56.7 um 56.7 um World eIoni - 2 494 um -20 cm 1.94 cm 863 MeV 21.3 keV 9.69 cm 9.7 cm OutOfWorldTransportation + 0 -1.21 mm -16.9 cm 2.03 cm 25.7 keV 0 eV 0 fm 0 fm World initStep + 1 -1.31 mm -17.2 cm 2.02 cm 35.7 MeV 4.24 keV 4.34 mm 4.34 mm World eIoni + 2 -7.01 mm -20 cm 2.11 cm 314 MeV 4.85 keV 2.87 cm 3.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z 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 -9.93 cm 1.84 cm 1.04 GeV 18.8 keV 10.4 cm 10.4 cm World eIoni - 2 -1.15 mm -19.2 cm 2.14 cm 1.97 GeV 20.9 keV 9.28 cm 19.7 cm World eIoni - 3 -1.22 mm -20 cm 2.16 cm 2.05 GeV 1.61 keV 8 mm 20.5 cm OutOfWorldTransportation + 0 118 um -14.3 cm 1.95 cm 1.33 keV 0 eV 0 fm 0 fm World initStep + 1 115 um -14.3 cm 1.95 cm 319 keV 1.33 keV 80.5 um 80.5 um World eIoni + 2 94.6 um -20 cm 1.95 cm 573 MeV 10.5 keV 5.94 cm 5.95 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.15 mm -19.2 cm 2.14 cm 4.86 keV 0 eV 0 fm 0 fm World initStep - 1 -1.14 mm -19.2 cm 2.14 cm 3.03 MeV 3.36 keV 626 um 626 um World eIoni - 2 -829 um -20 cm 2.1 cm 80.2 MeV 2.23 keV 7.75 mm 8.38 mm OutOfWorldTransportation + 0 77 um -13.4 cm 1.95 cm 2.15 keV 0 eV 0 fm 0 fm World initStep + 1 70.3 um -13.4 cm 1.95 cm 721 keV 2.15 keV 169 um 169 um World eIoni + 2 -1.4 mm -15.8 cm 2.01 cm 238 MeV 3.22 keV 2.39 cm 2.4 cm World eIoni + 3 -2.29 mm -20 cm 1.87 cm 662 MeV 10.7 keV 4.24 cm 6.64 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -111 um -9.93 cm 1.84 cm 992 eV 0 eV 0 fm 0 fm World initStep - 1 -110 um -9.93 cm 1.84 cm 196 keV 992 eV 52.6 um 52.6 um World eIoni - 2 8.48 mm -18.9 cm 1.21 cm 900 MeV 24.7 keV 10.4 cm 10.4 cm World eIoni - 3 9.54 mm -20 cm 1.03 cm 1 GeV 1.39 keV 1.07 cm 11.5 cm OutOfWorldTransportation + 0 -1.4 mm -15.8 cm 2.01 cm 4.71 keV 0 eV 0 fm 0 fm World initStep + 1 -1.38 mm -15.8 cm 2.01 cm 2.86 MeV 4.71 keV 641 um 641 um World eIoni + 2 -1.39 mm -16.1 cm 2.01 cm 36.1 MeV 293 eV 3.33 mm 3.97 mm World eIoni + 3 -1.53 mm -19.4 cm 2.01 cm 361 MeV 4.5 keV 3.24 cm 3.64 cm World eIoni + 4 -1.55 mm -20 cm 2.02 cm 424 MeV 842 eV 6.32 mm 4.27 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 9 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 591 um -17.1 cm 2.08 cm 1.76 GeV 34.9 keV 17.6 cm 17.6 cm World eIoni - 2 864 um -20 cm 2.14 cm 2.05 GeV 5.16 keV 2.87 cm 20.5 cm OutOfWorldTransportation + 0 -1.53 mm -19.4 cm 2.01 cm 1.39 keV 0 eV 0 fm 0 fm World initStep + 1 -1.53 mm -19.4 cm 2.01 cm 345 keV 1.39 keV 86.1 um 86.1 um World eIoni + 2 -1.52 mm -20 cm 2.01 cm 63.2 MeV 1.08 keV 6.3 mm 6.39 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 591 um -17.1 cm 2.08 cm 2.59 keV 0 eV 0 fm 0 fm World initStep - 1 599 um -17.1 cm 2.08 cm 1 MeV 2.59 keV 230 um 230 um World eIoni - 2 610 um -17.5 cm 2.09 cm 35.4 MeV 199 eV 3.44 mm 3.67 mm World eIoni - 3 612 um -18.7 cm 2.09 cm 154 MeV 2.54 keV 1.19 cm 1.55 cm World eIoni - 4 628 um -19.4 cm 2.09 cm 232 MeV 1.72 keV 7.81 mm 2.34 cm World eIoni - 5 638 um -20 cm 2.09 cm 287 MeV 897 eV 5.5 mm 2.89 cm OutOfWorldTransportation + 0 -92.3 um -3.58 cm 1.4 cm 7.39 keV 0 eV 0 fm 0 fm World initStep + 1 -82.9 um -3.64 cm 1.41 cm 6.39 MeV 6.32 keV 1.33 mm 1.33 mm World eIoni + 2 205 um -4.11 cm 1.47 cm 53.2 MeV 366 eV 4.76 mm 6.09 mm World eIoni + 3 713 um -11.5 cm 1.53 cm 788 MeV 12.9 keV 7.35 cm 7.96 cm World eIoni + 4 858 um -19.5 cm 1.54 cm 1.59 GeV 19.1 keV 8.06 cm 16 cm World eIoni + 5 864 um -20 cm 1.54 cm 1.64 GeV 1.2 keV 4.85 mm 16.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 628 um -19.4 cm 2.09 cm 2 keV 0 eV 0 fm 0 fm World initStep - 1 623 um -19.5 cm 2.09 cm 635 keV 2 keV 150 um 150 um World eIoni - 2 609 um -20 cm 2.1 cm 55.1 MeV 675 eV 5.45 mm 5.6 mm OutOfWorldTransportation + 0 858 um -19.5 cm 1.54 cm 1.11 keV 0 eV 0 fm 0 fm World initStep + 1 856 um -19.5 cm 1.54 cm 236 keV 1.11 keV 61.6 um 61.6 um World eIoni + 2 849 um -20 cm 1.53 cm 48.5 MeV 1.15 keV 4.85 mm 4.91 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 612 um -18.7 cm 2.09 cm 2.78 keV 0 eV 0 fm 0 fm World initStep - 1 603 um -18.7 cm 2.09 cm 1.13 MeV 2.78 keV 259 um 259 um World eIoni - 2 525 um -19 cm 2.09 cm 35.7 MeV 651 eV 3.46 mm 3.72 mm World eIoni - 3 421 um -20 cm 2.09 cm 133 MeV 1.74 keV 9.75 mm 1.35 cm OutOfWorldTransportation + 0 713 um -11.5 cm 1.53 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 718 um -11.5 cm 1.53 cm 429 keV 1.58 keV 105 um 105 um World eIoni + 2 745 um -20 cm 1.53 cm 854 MeV 14.2 keV 8.83 cm 8.84 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3622,239 +3863,254 @@ 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 36.5 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 186 um -5.95 cm 1.63 cm 644 MeV 8.57 keV 6.43 cm 6.43 cm World eIoni + 2 448 um -16.1 cm 2.09 cm 1.66 GeV 21 keV 10.1 cm 16.6 cm World eIoni + 3 450 um -16.1 cm 2.09 cm 1.66 GeV 333 eV 798 um 16.6 cm World eIoni + 4 507 um -20 cm 2.19 cm 2.05 GeV 7.55 keV 3.86 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 104 um -7.63 cm 1.73 cm 812 MeV 21.2 keV 8.11 cm 8.11 cm World eIoni - 2 231 um -19.6 cm 2.13 cm 2.01 GeV 25.1 keV 12 cm 20.1 cm World eIoni - 3 233 um -20 cm 2.14 cm 2.05 GeV 1.58 keV 3.82 mm 20.5 cm OutOfWorldTransportation + 0 450 um -16.1 cm 2.09 cm 4.51 keV 0 eV 0 fm 0 fm World initStep + 1 444 um -16.2 cm 2.09 cm 2.66 MeV 4.51 keV 596 um 596 um World eIoni + 2 431 um -16.5 cm 2.09 cm 36.6 MeV 419 eV 3.39 mm 3.99 mm World eIoni + 3 404 um -20 cm 2.09 cm 386 MeV 6.79 keV 3.5 cm 3.9 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 231 um -19.6 cm 2.13 cm 4.58 keV 0 eV 0 fm 0 fm World initStep - 1 243 um -19.6 cm 2.13 cm 2.73 MeV 4.58 keV 612 um 612 um World eIoni - 2 255 um -20 cm 2.14 cm 38.4 MeV 369 eV 3.57 mm 4.18 mm OutOfWorldTransportation + 0 448 um -16.1 cm 2.09 cm 12.4 keV 0 eV 0 fm 0 fm World initStep + 1 476 um -16.2 cm 2.08 cm 11.9 MeV 4.77 keV 1.57 mm 1.57 mm World eIoni + 2 -1.71 mm -20 cm 2.05 cm 395 MeV 4.53 keV 3.85 cm 4 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 104 um -7.63 cm 1.73 cm 1.39 keV 0 eV 0 fm 0 fm World initStep - 1 99.9 um -7.63 cm 1.73 cm 343 keV 1.39 keV 85.8 um 85.8 um World eIoni - 2 72.8 um -20 cm 1.73 cm 1.24 GeV 24.4 keV 13.3 cm 13.3 cm OutOfWorldTransportation + 0 186 um -5.95 cm 1.63 cm 2.16 keV 0 eV 0 fm 0 fm World initStep + 1 188 um -5.95 cm 1.63 cm 731 keV 2.16 keV 171 um 171 um World eIoni + 2 92.8 um -6.35 cm 1.64 cm 40.3 MeV 439 eV 3.96 mm 4.13 mm World eIoni + 3 -525 um -12.8 cm 1.62 cm 682 MeV 12.8 keV 6.42 cm 6.83 cm World eIoni + 4 -570 um -14.1 cm 1.62 cm 813 MeV 3.16 keV 1.31 cm 8.14 cm World eIoni + 5 -713 um -20 cm 1.62 cm 1.41 GeV 11.4 keV 5.93 cm 14.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, 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 -59.9 um -6.27 cm 1.68 cm 677 MeV 17.8 keV 6.76 cm 6.76 cm World eIoni - 2 -86.9 um -9.7 cm 1.9 cm 1.02 GeV 9.98 keV 3.44 cm 10.2 cm World eIoni - 3 -133 um -20 cm 2.28 cm 2.05 GeV 24.1 keV 10.3 cm 20.5 cm OutOfWorldTransportation + 0 -570 um -14.1 cm 1.62 cm 5.76 keV 0 eV 0 fm 0 fm World initStep + 1 -548 um -14.1 cm 1.62 cm 4.09 MeV 5.76 keV 918 um 918 um World eIoni + 2 -539 um -14.8 cm 1.62 cm 77.7 MeV 2.59 keV 7.36 mm 8.28 mm World eIoni + 3 -610 um -16 cm 1.61 cm 189 MeV 1.14 keV 1.12 cm 1.94 cm World eIoni + 4 -687 um -20 cm 1.6 cm 593 MeV 8.45 keV 4.04 cm 5.98 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -86.9 um -9.7 cm 1.9 cm 996 eV 0 eV 0 fm 0 fm World initStep - 1 -84.4 um -9.7 cm 1.9 cm 198 keV 996 eV 52.9 um 52.9 um World eIoni - 2 -1.2 cm -18.8 cm 1.98 cm 909 MeV 23.4 keV 10.5 cm 10.5 cm World eIoni - 3 -2.38 cm -19.9 cm 2.58 cm 1.02 GeV 1.62 keV 1.7 cm 12.2 cm OutOfWorldTransportation + 0 -610 um -16 cm 1.61 cm 3.1 keV 0 eV 0 fm 0 fm World initStep + 1 -621 um -16 cm 1.61 cm 1.37 MeV 3.1 keV 311 um 311 um World eIoni + 2 -622 um -16 cm 1.61 cm 1.77 MeV 5.92 eV 41.2 um 352 um World eIoni + 3 -1.34 mm -18.5 cm 1.57 cm 251 MeV 4.57 keV 2.5 cm 2.53 cm World eIoni + 4 -2.21 mm -20 cm 1.56 cm 404 MeV 2.11 keV 1.53 cm 4.06 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -59.9 um -6.27 cm 1.68 cm 9.62 keV 0 eV 0 fm 0 fm World initStep - 1 -94.9 um -6.34 cm 1.68 cm 7.85 MeV 2.22 keV 1.07 mm 1.07 mm World eIoni - 2 27.6 um -20 cm 1.19 cm 1.37 GeV 26.7 keV 13.8 cm 13.9 cm OutOfWorldTransportation + 0 -1.34 mm -18.5 cm 1.57 cm 1.3 keV 0 eV 0 fm 0 fm World initStep + 1 -1.34 mm -18.5 cm 1.57 cm 308 keV 1.3 keV 77.9 um 77.9 um World eIoni + 2 -1.34 mm -20 cm 1.57 cm 152 MeV 1.37 keV 1.54 cm 1.54 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 ********************************************************************************************************* Step# X Y Z 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.3 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 -622 um -16 cm 1.61 cm 8.77 keV 0 eV 0 fm 0 fm World initStep + 1 -660 um -16.1 cm 1.61 cm 8.53 MeV 4.67 keV 1.58 mm 1.58 mm World eIoni + 2 230 um -16.8 cm 1.88 cm 80.5 MeV 4.03 keV 8.35 mm 9.93 mm World eIoni + 3 429 um -17.7 cm 1.94 cm 173 MeV 1.86 keV 9.26 mm 1.92 cm World eIoni + 4 655 um -20 cm 2.01 cm 402 MeV 4.4 keV 2.3 cm 4.22 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 ********************************************************************************************************* Step# X Y Z 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 + 0 429 um -17.7 cm 1.94 cm 3 keV 0 eV 0 fm 0 fm World initStep + 1 428 um -17.7 cm 1.94 cm 1.3 MeV 3 keV 295 um 295 um World eIoni + 2 544 um -18.6 cm 1.96 cm 87.7 MeV 857 eV 8.64 mm 8.94 mm World eIoni + 3 544 um -18.6 cm 1.96 cm 87.9 MeV 4.93 eV 24.8 um 8.96 mm World eIoni + 4 575 um -20 cm 1.96 cm 230 MeV 1.74 keV 1.42 cm 2.31 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 ********************************************************************************************************* Step# X Y Z 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.8 um -2.22 cm 1.2 cm 272 MeV 6.26 keV 2.68 cm 2.68 cm World eIoni - 2 136 um -7.87 cm 1.76 cm 837 MeV 10.8 keV 5.67 cm 8.35 cm World eIoni - 3 144 um -9.88 cm 1.87 cm 1.04 GeV 2.92 keV 2.02 cm 10.4 cm World eIoni - 4 145 um -10 cm 1.88 cm 1.05 GeV 206 eV 1.32 mm 10.5 cm World eIoni - 5 156 um -13.3 cm 2.01 cm 1.38 GeV 8.62 keV 3.24 cm 13.7 cm World eIoni - 6 166 um -15.6 cm 2.09 cm 1.61 GeV 3.22 keV 2.38 cm 16.1 cm World eIoni - 7 182 um -20 cm 2.21 cm 2.05 GeV 7.31 keV 4.37 cm 20.5 cm OutOfWorldTransportation + 0 544 um -18.6 cm 1.96 cm 1.12 keV 0 eV 0 fm 0 fm World initStep + 1 542 um -18.6 cm 1.96 cm 239 keV 1.12 keV 62.4 um 62.4 um World eIoni + 2 529 um -20 cm 1.95 cm 142 MeV 3.63 keV 1.43 cm 1.44 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 166 um -15.6 cm 2.09 cm 3.3 keV 0 eV 0 fm 0 fm World initStep - 1 154 um -15.6 cm 2.09 cm 1.53 MeV 3.3 keV 346 um 346 um World eIoni - 2 162 um -15.9 cm 2.09 cm 24.5 MeV 216 eV 2.3 mm 2.64 mm World eIoni - 3 107 um -20 cm 2.09 cm 437 MeV 6.72 keV 4.13 cm 4.39 cm OutOfWorldTransportation + 0 -525 um -12.8 cm 1.62 cm 7.27 keV 0 eV 0 fm 0 fm World initStep + 1 -556 um -12.8 cm 1.62 cm 6.21 MeV 4.74 keV 1.31 mm 1.31 mm World eIoni + 2 -953 um -12.8 cm 1.64 cm 6.12 MeV 156 eV 461 um 1.77 mm World eIoni + 3 -2.94 mm -14.1 cm 1.74 cm 133 MeV 1.83 keV 1.31 cm 1.49 cm World eIoni + 4 -3.9 mm -20 cm 1.79 cm 724 MeV 12.8 keV 5.91 cm 7.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 156 um -13.3 cm 2.01 cm 1.75 keV 0 eV 0 fm 0 fm World initStep - 1 152 um -13.3 cm 2.01 cm 509 keV 1.75 keV 123 um 123 um World eIoni - 2 131 um -20 cm 2.01 cm 675 MeV 13.1 keV 6.88 cm 6.89 cm OutOfWorldTransportation + 0 -2.94 mm -14.1 cm 1.74 cm 3.82 keV 0 eV 0 fm 0 fm World initStep + 1 -2.93 mm -14.1 cm 1.74 cm 1.98 MeV 3.82 keV 445 um 445 um World eIoni + 2 -2.92 mm -14.2 cm 1.74 cm 10.1 MeV 0 eV 810 um 1.25 mm World eIoni + 3 -2.9 mm -20 cm 1.74 cm 591 MeV 8.63 keV 5.81 cm 5.94 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 145 um -10 cm 1.88 cm 6.3 keV 0 eV 0 fm 0 fm World initStep - 1 125 um -10 cm 1.88 cm 2.78 MeV 2.34 keV 335 um 335 um World eIoni - 2 -424 um -20 cm 1.95 cm 999 MeV 16.3 keV 9.99 cm 10 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -593 um -13.6 cm 2.05 cm 1.41 GeV 21.5 keV 14.1 cm 14.1 cm World eIoni + 2 -1.12 mm -20 cm 2.18 cm 2.05 GeV 16.4 keV 6.4 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 144 um -9.88 cm 1.87 cm 2.82 keV 0 eV 0 fm 0 fm World initStep - 1 153 um -9.89 cm 1.87 cm 1.16 MeV 2.82 keV 265 um 265 um World eIoni - 2 219 um -10.2 cm 1.87 cm 37.2 MeV 470 eV 3.6 mm 3.87 mm World eIoni - 3 544 um -20 cm 1.91 cm 1.01 GeV 18.2 keV 9.75 cm 10.1 cm OutOfWorldTransportation + 0 -593 um -13.6 cm 2.05 cm 1.89 keV 0 eV 0 fm 0 fm World initStep + 1 -589 um -13.6 cm 2.05 cm 580 keV 1.89 keV 138 um 138 um World eIoni + 2 -571 um -20 cm 2.05 cm 639 MeV 11.7 keV 6.49 cm 6.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 136 um -7.87 cm 1.76 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 139 um -7.87 cm 1.76 cm 224 keV 1.07 keV 58.8 um 58.8 um World eIoni - 2 9.5 mm -19 cm 1.31 cm 1.11 GeV 32.4 keV 12.8 cm 12.8 cm World eIoni - 3 10.9 cm -16.8 cm -4.59 cm 892 MeV 29.7 keV 12.9 cm 25.7 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -10.4 um -5.77 mm 7.05 mm 108 MeV 3.22 keV 9.57 mm 9.57 mm World eIoni + 2 -401 um -12 cm 1.99 cm 1.25 GeV 22.9 keV 11.6 cm 12.5 cm World eIoni + 3 -445 um -13.7 cm 2.05 cm 1.42 GeV 3.56 keV 1.64 cm 14.2 cm World eIoni + 4 -578 um -20 cm 2.26 cm 2.05 GeV 12.8 keV 6.35 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 47.8 um -2.22 cm 1.2 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 46.3 um -2.23 cm 1.2 cm 280 keV 1.23 keV 71.7 um 71.7 um World eIoni - 2 -5.04 mm -18.1 cm 3.04 cm 1.58 GeV 37.5 keV 18.3 cm 18.3 cm World eIoni - 3 -4.95 mm -20 cm 4.59 cm 1.78 GeV 4.86 keV 2.48 cm 20.8 cm OutOfWorldTransportation + 0 -445 um -13.7 cm 2.05 cm 3.03 keV 0 eV 0 fm 0 fm World initStep + 1 -441 um -13.7 cm 2.05 cm 160 keV 90.8 eV 17.3 um 17.3 um World eIoni + 2 -3.36 mm -15.3 cm 2.18 cm 168 MeV 3.16 keV 1.74 cm 1.74 cm World eIoni + 3 -1.53 cm -16.8 cm 2.2 cm 311 MeV 5.31 keV 1.88 cm 3.62 cm World eIoni + 4 -2.58 cm -19.8 cm 2.23 cm 618 MeV 8.43 keV 3.25 cm 6.87 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 474 um -12 cm 1.99 cm 1.25 GeV 26.6 keV 12.5 cm 12.5 cm World eIoni - 2 862 um -20 cm 2.24 cm 2.05 GeV 16.3 keV 8.04 cm 20.5 cm OutOfWorldTransportation + 0 -1.53 cm -16.8 cm 2.2 cm 1.71 keV 0 eV 0 fm 0 fm World initStep + 1 -1.53 cm -16.8 cm 2.2 cm 487 keV 1.71 keV 118 um 118 um World eIoni + 2 -1.53 cm -19.9 cm 2.21 cm 318 MeV 7.14 keV 3.21 cm 3.22 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 474 um -12 cm 1.99 cm 1.69 keV 0 eV 0 fm 0 fm World initStep - 1 479 um -12 cm 1.99 cm 479 keV 1.69 keV 116 um 116 um World eIoni - 2 506 um -20 cm 1.99 cm 803 MeV 16.5 keV 8.24 cm 8.26 cm OutOfWorldTransportation + 0 -401 um -12 cm 1.99 cm 2.01 keV 0 eV 0 fm 0 fm World initStep + 1 -407 um -12 cm 1.99 cm 645 keV 2.01 keV 152 um 152 um World eIoni + 2 -478 um -12.4 cm 2 cm 42.7 MeV 431 eV 4.21 mm 4.37 mm World eIoni + 3 -816 um -20 cm 2.03 cm 798 MeV 19.8 keV 7.56 cm 7.99 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z 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.9 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 -478 um -12.4 cm 2 cm 1.72 keV 0 eV 0 fm 0 fm World initStep + 1 -477 um -12.4 cm 2 cm 494 keV 1.72 keV 119 um 119 um World eIoni + 2 -474 um -20 cm 2 cm 756 MeV 15.6 keV 7.74 cm 7.75 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 39.9 um -2.56 cm 1.26 cm 306 MeV 3.42 keV 3.02 cm 3.02 cm World eIoni - 2 89.7 um -4.58 cm 1.52 cm 508 MeV 4.1 keV 2.04 cm 5.06 cm World eIoni - 3 179 um -11.7 cm 1.96 cm 1.22 GeV 15.4 keV 7.12 cm 12.2 cm World eIoni - 4 240 um -20 cm 2.22 cm 2.05 GeV 15.7 keV 8.32 cm 20.5 cm OutOfWorldTransportation + 0 -10.4 um -5.77 mm 7.05 mm 6.65 keV 0 eV 0 fm 0 fm World initStep + 1 9.09 um -6.26 mm 7.06 mm 5.29 MeV 5 keV 1.16 mm 1.16 mm World eIoni + 2 -884 um -6.75 mm 6.89 mm 10.1 MeV 102 eV 1.13 mm 2.29 mm World eIoni + 3 -2.5 mm -8.38 cm 7.24 mm 781 MeV 14.4 keV 7.72 cm 7.95 cm World eIoni + 4 -1.37 mm -20 cm 5.89 mm 1.94 GeV 25 keV 11.6 cm 19.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 179 um -11.7 cm 1.96 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 176 um -11.7 cm 1.96 cm 219 keV 1.06 keV 57.7 um 57.7 um World eIoni - 2 158 um -20 cm 1.96 cm 831 MeV 22.3 keV 9.25 cm 9.26 cm OutOfWorldTransportation + 0 -2.5 mm -8.38 cm 7.24 mm 2.4 keV 0 eV 0 fm 0 fm World initStep + 1 -2.51 mm -8.39 cm 7.24 mm 873 keV 2.4 keV 202 um 202 um World eIoni + 2 -2.55 mm -8.63 cm 7.26 mm 25.3 MeV 300 eV 2.45 mm 2.65 mm World eIoni + 3 -2.83 mm -14.6 cm 7.62 mm 621 MeV 10.5 keV 5.96 cm 6.23 cm World eIoni + 4 -2.85 mm -16.5 cm 7.52 mm 812 MeV 3.84 keV 1.91 cm 8.13 cm World eIoni + 5 -2.86 mm -20 cm 7.38 mm 1.16 GeV 8.51 keV 3.5 cm 11.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 89.7 um -4.58 cm 1.52 cm 4.36 keV 0 eV 0 fm 0 fm World initStep - 1 86.3 um -4.61 cm 1.52 cm 2.5 MeV 4.36 keV 562 um 562 um World eIoni - 2 53.8 um -4.99 cm 1.52 cm 41.2 MeV 1.7 keV 3.87 mm 4.43 mm World eIoni - 3 559 um -17.5 cm 1.56 cm 1.29 GeV 25.4 keV 12.5 cm 12.9 cm World eIoni - 4 587 um -20 cm 1.57 cm 1.54 GeV 7.31 keV 2.54 cm 15.5 cm OutOfWorldTransportation + 0 -2.85 mm -16.5 cm 7.52 mm 1.52 keV 0 eV 0 fm 0 fm World initStep + 1 -2.84 mm -16.5 cm 7.52 mm 400 keV 1.52 keV 98.5 um 98.5 um World eIoni + 2 -2.82 mm -20 cm 7.53 mm 350 MeV 7.09 keV 3.55 cm 3.56 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 559 um -17.5 cm 1.56 cm 2.76 keV 0 eV 0 fm 0 fm World initStep - 1 568 um -17.5 cm 1.56 cm 1.11 MeV 2.76 keV 254 um 254 um World eIoni - 2 181 um -19.5 cm 1.48 cm 203 MeV 3.39 keV 2.02 cm 2.05 cm World eIoni - 3 -9.54 um -20 cm 1.47 cm 254 MeV 1.76 keV 5.12 mm 2.56 cm OutOfWorldTransportation + 0 -2.83 mm -14.6 cm 7.62 mm 2.08 keV 0 eV 0 fm 0 fm World initStep + 1 -2.83 mm -14.6 cm 7.61 mm 681 keV 2.08 keV 160 um 160 um World eIoni + 2 -2.53 mm -16.7 cm 6.22 mm 214 MeV 2.76 keV 2.15 cm 2.16 cm World eIoni + 3 -2.71 mm -17.2 cm 4.96 mm 256 MeV 555 eV 4.32 mm 2.59 cm World eIoni + 4 -3.46 mm -20 cm -275 um 540 MeV 4.7 keV 2.9 cm 5.49 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 39.9 um -2.56 cm 1.26 cm 16.2 keV 0 eV 0 fm 0 fm World initStep - 1 -29.2 um -2.75 cm 1.26 cm 19.8 MeV 5.42 keV 2.66 mm 2.66 mm World eIoni - 2 557 um -4.01 cm 1 cm 146 MeV 1.83 keV 1.3 cm 1.57 cm World eIoni - 3 990 um -10.4 cm 7.83 mm 781 MeV 12.1 keV 6.35 cm 7.92 cm World eIoni - 4 1.17 mm -20 cm 6.74 mm 1.75 GeV 18.9 keV 9.64 cm 17.6 cm OutOfWorldTransportation + 0 -2.71 mm -17.2 cm 4.96 mm 2.25 keV 0 eV 0 fm 0 fm World initStep + 1 -2.7 mm -17.2 cm 4.95 mm 784 keV 2.25 keV 182 um 182 um World eIoni + 2 -3.05 mm -19.2 cm 3.88 mm 200 MeV 3.76 keV 2 cm 2.01 cm World eIoni + 3 -3.1 mm -20 cm 3.61 mm 285 MeV 1.51 keV 8.48 mm 2.86 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 990 um -10.4 cm 7.83 mm 1.66 keV 0 eV 0 fm 0 fm World initStep - 1 990 um -10.4 cm 7.83 mm 462 keV 1.66 keV 112 um 112 um World eIoni - 2 985 um -20 cm 7.8 mm 964 MeV 17.6 keV 9.97 cm 9.98 cm OutOfWorldTransportation + 0 -3.05 mm -19.2 cm 3.88 mm 1.99 keV 0 eV 0 fm 0 fm World initStep + 1 -3.05 mm -19.2 cm 3.88 mm 633 keV 1.99 keV 150 um 150 um World eIoni + 2 -3.06 mm -20 cm 3.9 mm 84.8 MeV 1.14 keV 8.43 mm 8.58 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3862,109 +4118,120 @@ 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 -37.8 um -2.63 cm 1.27 cm 313 MeV 5.34 keV 3.09 cm 3.09 cm World eIoni - 2 -66.7 um -20 cm 2.23 cm 2.05 GeV 34.8 keV 17.4 cm 20.5 cm OutOfWorldTransportation + 1 -59.6 um -2.53 cm 1.25 cm 303 MeV 6.31 keV 2.99 cm 2.99 cm World eIoni + 2 -150 um -12.2 cm 1.98 cm 1.27 GeV 21.5 keV 9.66 cm 12.7 cm World eIoni + 3 -161 um -13.7 cm 2.04 cm 1.42 GeV 2.88 keV 1.56 cm 14.2 cm World eIoni + 4 -194 um -20 cm 2.22 cm 2.05 GeV 10.8 keV 6.29 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -37.8 um -2.63 cm 1.27 cm 12.4 keV 0 eV 0 fm 0 fm World initStep - 1 2.32 um -2.76 cm 1.27 cm 14.1 MeV 4.99 keV 2.12 mm 2.12 mm World eIoni - 2 2.26 mm -3.17 cm 1.17 cm 55 MeV 710 eV 4.94 mm 7.06 mm World eIoni - 3 3.76 mm -4.34 cm 1.11 cm 172 MeV 4.01 keV 1.18 cm 1.89 cm World eIoni - 4 5.64 mm -9.68 cm 1.03 cm 706 MeV 10.8 keV 5.34 cm 7.23 cm World eIoni - 5 6.03 mm -12.1 cm 1.01 cm 949 MeV 6 keV 2.43 cm 9.66 cm World eIoni - 6 6.82 mm -20 cm 9.75 mm 1.74 GeV 16.5 keV 7.88 cm 17.5 cm OutOfWorldTransportation + 0 -161 um -13.7 cm 2.04 cm 5.01 keV 0 eV 0 fm 0 fm World initStep + 1 -178 um -13.7 cm 2.04 cm 3.19 MeV 5.01 keV 716 um 716 um World eIoni + 2 -181 um -13.8 cm 2.04 cm 4.94 MeV 0 eV 175 um 891 um World eIoni + 3 -219 um -20 cm 2.04 cm 629 MeV 12.2 keV 6.24 cm 6.33 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 6.03 mm -12.1 cm 1.01 cm 1.12 keV 0 eV 0 fm 0 fm World initStep - 1 6.03 mm -12.1 cm 1.01 cm 241 keV 1.12 keV 62.8 um 62.8 um World eIoni - 2 6.05 mm -20 cm 1.01 cm 788 MeV 16.5 keV 8.57 cm 8.58 cm OutOfWorldTransportation + 0 -150 um -12.2 cm 1.98 cm 1.07 keV 0 eV 0 fm 0 fm World initStep + 1 -147 um -12.2 cm 1.98 cm 223 keV 1.07 keV 58.6 um 58.6 um World eIoni + 2 -128 um -20 cm 1.98 cm 784 MeV 22.7 keV 8.64 cm 8.64 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.64 mm -9.68 cm 1.03 cm 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 5.64 mm -9.68 cm 1.03 cm 349 keV 1.4 keV 87.1 um 87.1 um World eIoni - 2 5.66 mm -20 cm 1.02 cm 1.03 GeV 18.3 keV 10.9 cm 10.9 cm OutOfWorldTransportation + 0 -59.6 um -2.53 cm 1.25 cm 1.39 keV 0 eV 0 fm 0 fm World initStep + 1 -57.4 um -2.53 cm 1.25 cm 344 keV 1.39 keV 86.1 um 86.1 um World eIoni + 2 -41.6 um -20 cm 1.25 cm 1.75 GeV 32 keV 19.5 cm 19.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.76 mm -4.34 cm 1.11 cm 4.68 keV 0 eV 0 fm 0 fm World initStep - 1 3.75 mm -4.37 cm 1.1 cm 2.84 MeV 4.68 keV 636 um 636 um World eIoni - 2 3.76 mm -5.21 cm 1.11 cm 86.7 MeV 2.52 keV 8.39 mm 9.03 mm World eIoni - 3 3.77 mm -7.28 cm 1.12 cm 294 MeV 3.72 keV 2.08 cm 2.98 cm World eIoni - 4 3.81 mm -16.4 cm 1.13 cm 1.2 GeV 19.3 keV 9.1 cm 12.1 cm World eIoni - 5 3.81 mm -17.1 cm 1.13 cm 1.28 GeV 1.46 keV 7.56 mm 12.8 cm World eIoni - 6 3.81 mm -20 cm 1.13 cm 1.57 GeV 7.11 keV 2.86 cm 15.7 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -265 um -7.62 cm 1.75 cm 812 MeV 17.6 keV 8.11 cm 8.11 cm World eIoni + 2 -354 um -10.4 cm 1.89 cm 1.09 GeV 7.36 keV 2.75 cm 10.9 cm World eIoni + 3 -542 um -19.7 cm 2.21 cm 2.02 GeV 16.1 keV 9.36 cm 20.2 cm World eIoni + 4 -546 um -20 cm 2.21 cm 2.05 GeV 738 eV 2.75 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.81 mm -17.1 cm 1.13 cm 1.51 keV 0 eV 0 fm 0 fm World initStep - 1 3.81 mm -17.1 cm 1.13 cm 398 keV 1.51 keV 98 um 98 um World eIoni - 2 3.83 mm -20 cm 1.13 cm 286 MeV 3.69 keV 2.89 cm 2.9 cm OutOfWorldTransportation + 0 -542 um -19.7 cm 2.21 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 -540 um -19.7 cm 2.21 cm 216 keV 1.05 keV 57.1 um 57.1 um World eIoni + 2 -535 um -20 cm 2.21 cm 27.5 MeV 674 eV 2.73 mm 2.79 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.81 mm -16.4 cm 1.13 cm 17.9 keV 0 eV 0 fm 0 fm World initStep - 1 3.79 mm -16.4 cm 1.12 cm 4.69 MeV 900 eV 485 um 485 um World eIoni - 2 3.61 mm -20 cm 1.14 cm 361 MeV 6.39 keV 3.57 cm 3.62 cm OutOfWorldTransportation + 0 -354 um -10.4 cm 1.89 cm 6.41 keV 0 eV 0 fm 0 fm World initStep + 1 -329 um -10.4 cm 1.89 cm 4.97 MeV 4.27 keV 1.1 mm 1.1 mm World eIoni + 2 -1.54 mm -10.7 cm 1.84 cm 30.1 MeV 324 eV 3.47 mm 4.58 mm World eIoni + 3 -2.69 mm -20 cm 1.8 cm 964 MeV 14.7 keV 9.34 cm 9.79 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.79 mm -16.4 cm 1.12 cm 3.98 keV 0 eV 0 fm 0 fm World initStep - 1 3.78 mm -16.4 cm 1.12 cm 1.37 MeV 400 eV 173 um 173 um World eIoni - 2 3.64 mm -20 cm 1.23 cm 357 MeV 2.85 keV 3.59 cm 3.6 cm OutOfWorldTransportation + 0 -265 um -7.62 cm 1.75 cm 4.22 keV 0 eV 0 fm 0 fm World initStep + 1 -260 um -7.64 cm 1.75 cm 2.36 MeV 4.22 keV 530 um 530 um World eIoni + 2 -262 um -7.82 cm 1.75 cm 19.9 MeV 256 eV 1.75 mm 2.28 mm World eIoni + 3 -424 um -11 cm 1.75 cm 341 MeV 5.52 keV 3.21 cm 3.44 cm World eIoni + 4 -481 um -13.8 cm 1.75 cm 622 MeV 4.46 keV 2.81 cm 6.25 cm World eIoni + 5 -497 um -15 cm 1.75 cm 736 MeV 2.78 keV 1.14 cm 7.39 cm World eIoni + 6 -510 um -16 cm 1.75 cm 839 MeV 2.85 keV 1.03 cm 8.42 cm World eIoni + 7 -550 um -20 cm 1.75 cm 1.24 GeV 7.59 keV 3.99 cm 12.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.77 mm -7.28 cm 1.12 cm 2.01 keV 0 eV 0 fm 0 fm World initStep - 1 3.77 mm -7.29 cm 1.12 cm 643 keV 2.01 keV 152 um 152 um World eIoni - 2 3.77 mm -7.36 cm 1.12 cm 8.14 MeV 105 eV 751 um 903 um World eIoni - 3 4.6 mm -19 cm 1.35 cm 1.17 GeV 14 keV 11.7 cm 11.8 cm World eIoni - 4 4.75 mm -20 cm 1.35 cm 1.27 GeV 4.69 keV 9.65 mm 12.7 cm OutOfWorldTransportation + 0 -510 um -16 cm 1.75 cm 1.08 keV 0 eV 0 fm 0 fm World initStep + 1 -510 um -16 cm 1.75 cm 227 keV 1.08 keV 59.6 um 59.6 um World eIoni + 2 -511 um -20 cm 1.75 cm 399 MeV 10.4 keV 4.17 cm 4.17 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 4.6 mm -19 cm 1.35 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 4.59 mm -19 cm 1.35 cm 245 keV 1.13 keV 63.8 um 63.8 um World eIoni - 2 4.58 mm -20 cm 1.35 cm 96.5 MeV 3.42 keV 9.72 mm 9.78 mm OutOfWorldTransportation + 0 -497 um -15 cm 1.75 cm 3.31 keV 0 eV 0 fm 0 fm World initStep + 1 -500 um -15 cm 1.75 cm 1.53 MeV 3.31 keV 347 um 347 um World eIoni + 2 -482 um -15.2 cm 1.76 cm 23 MeV 565 eV 2.15 mm 2.5 mm World eIoni + 3 -449 um -20 cm 1.76 cm 502 MeV 8.96 keV 4.79 cm 5.04 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -481 um -13.8 cm 1.75 cm 1.49 keV 0 eV 0 fm 0 fm World initStep + 1 -484 um -13.8 cm 1.75 cm 389 keV 1.49 keV 96 um 96 um World eIoni + 2 -500 um -20 cm 1.75 cm 616 MeV 13.5 keV 6.33 cm 6.34 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.36 cm 1.12 cm 10.2 keV 0 eV 0 fm 0 fm World initStep - 1 3.73 mm -7.47 cm 1.12 cm 10.8 MeV 4.71 keV 1.81 mm 1.81 mm World eIoni - 2 3.91 mm -7.49 cm 1.06 cm 13.2 MeV 0 eV 701 um 2.51 mm World eIoni - 3 5.37 mm -20 cm 5.4 mm 1.26 GeV 17.9 keV 12.6 cm 12.8 cm OutOfWorldTransportation + 0 -424 um -11 cm 1.75 cm 9.25 keV 0 eV 0 fm 0 fm World initStep + 1 -432 um -11.1 cm 1.75 cm 9.29 MeV 4.98 keV 1.66 mm 1.66 mm World eIoni + 2 -1.41 mm -11.2 cm 1.78 cm 21.6 MeV 317 eV 1.64 mm 3.3 mm World eIoni + 3 -4.62 mm -20 cm 1.88 cm 897 MeV 13.6 keV 8.77 cm 9.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -3972,67 +4239,89 @@ 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 -83.5 um -6.45 cm 1.69 cm 695 MeV 15.2 keV 6.94 cm 6.94 cm World eIoni - 2 -18.1 um -16.1 cm 2.12 cm 1.66 GeV 22.3 keV 9.61 cm 16.6 cm World eIoni - 3 -6.5 um -20 cm 2.23 cm 2.05 GeV 9.81 keV 3.95 cm 20.5 cm OutOfWorldTransportation + 1 1.08 um -624 um 2.48 mm 56.2 MeV 503 eV 2.58 mm 2.58 mm World eIoni + 2 -383 um -13.6 cm 2.07 cm 1.41 GeV 26.2 keV 13.9 cm 14.1 cm World eIoni + 3 -503 um -19.3 cm 2.25 cm 1.98 GeV 9.43 keV 5.67 cm 19.8 cm World eIoni + 4 -516 um -20 cm 2.26 cm 2.05 GeV 820 eV 7.03 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -18.1 um -16.1 cm 2.12 cm 4.71 keV 0 eV 0 fm 0 fm World initStep - 1 466 nm -16.1 cm 2.12 cm 2.86 MeV 4.71 keV 642 um 642 um World eIoni - 2 35.3 um -16.3 cm 2.12 cm 29.3 MeV 58.7 eV 2.65 mm 3.29 mm World eIoni - 3 172 um -19.9 cm 2.11 cm 384 MeV 4.75 keV 3.55 cm 3.87 cm World eIoni - 4 167 um -20 cm 2.11 cm 395 MeV 170 eV 1.1 mm 3.98 cm OutOfWorldTransportation + 0 -503 um -19.3 cm 2.25 cm 1.6 keV 0 eV 0 fm 0 fm World initStep + 1 -500 um -19.3 cm 2.25 cm 437 keV 1.6 keV 107 um 107 um World eIoni + 2 -490 um -20 cm 2.25 cm 70.3 MeV 1.24 keV 7 mm 7.11 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 172 um -19.9 cm 2.11 cm 1.49 keV 0 eV 0 fm 0 fm World initStep - 1 177 um -19.9 cm 2.11 cm 386 keV 1.49 keV 95.3 um 95.3 um World eIoni - 2 187 um -20 cm 2.11 cm 11 MeV 60.4 eV 1.07 mm 1.16 mm OutOfWorldTransportation + 0 -383 um -13.6 cm 2.07 cm 1.23 keV 0 eV 0 fm 0 fm World initStep + 1 -384 um -13.6 cm 2.07 cm 280 keV 1.23 keV 71.7 um 71.7 um World eIoni + 2 -395 um -20 cm 2.07 cm 637 MeV 14.9 keV 6.7 cm 6.71 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -83.5 um -6.45 cm 1.69 cm 10.1 keV 0 eV 0 fm 0 fm World initStep - 1 -100 um -6.55 cm 1.7 cm 10.6 MeV 6.88 keV 1.78 mm 1.78 mm World eIoni - 2 1.95 mm -7.85 cm 1.7 cm 140 MeV 1.87 keV 1.32 cm 1.5 cm World eIoni - 3 3.49 mm -15.1 cm 1.72 cm 867 MeV 19.7 keV 7.27 cm 8.77 cm World eIoni - 4 3.54 mm -15.6 cm 1.72 cm 919 MeV 488 eV 5.21 mm 9.29 cm World eIoni - 5 3.84 mm -20 cm 1.72 cm 1.36 GeV 9.33 keV 4.36 cm 13.7 cm OutOfWorldTransportation + 0 1.08 um -624 um 2.48 mm 14 keV 0 eV 0 fm 0 fm World initStep + 1 -347 nm -1.09 mm 2.47 mm 4.77 MeV 533 eV 499 um 499 um World eIoni + 2 -107 um -4.42 cm 4.49 mm 436 MeV 4.29 keV 4.33 cm 4.38 cm World eIoni + 3 320 um -14.3 cm 6.75 mm 1.43 GeV 25.6 keV 9.89 cm 14.3 cm World eIoni + 4 372 um -16.5 cm 7.02 mm 1.64 GeV 2.48 keV 2.15 cm 16.4 cm World eIoni + 5 446 um -20 cm 7.4 mm 1.99 GeV 6.82 keV 3.54 cm 20 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 372 um -16.5 cm 7.02 mm 2.4 keV 0 eV 0 fm 0 fm World initStep + 1 366 um -16.5 cm 7.03 mm 877 keV 2.4 keV 203 um 203 um World eIoni + 2 356 um -16.5 cm 7.03 mm 6.81 MeV 16.9 eV 594 um 797 um World eIoni + 3 339 um -20 cm 7.03 mm 354 MeV 5.31 keV 3.47 cm 3.55 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.54 mm -15.6 cm 1.72 cm 4.72 keV 0 eV 0 fm 0 fm World initStep - 1 3.54 mm -15.7 cm 1.72 cm 2.66 MeV 2.11 keV 429 um 429 um World eIoni - 2 5.08 mm -20 cm 1.66 cm 436 MeV 5.11 keV 4.39 cm 4.43 cm OutOfWorldTransportation + 0 320 um -14.3 cm 6.75 mm 2.99 keV 0 eV 0 fm 0 fm World initStep + 1 317 um -14.3 cm 6.76 mm 1.29 MeV 2.99 keV 293 um 293 um World eIoni + 2 314 um -14.9 cm 6.9 mm 60.1 MeV 975 eV 5.88 mm 6.18 mm World eIoni + 3 420 um -19.9 cm 7.23 mm 563 MeV 11.9 keV 5.03 cm 5.64 cm World eIoni + 4 420 um -20 cm 7.23 mm 569 MeV 106 eV 616 um 5.71 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 420 um -19.9 cm 7.23 mm 2.89 keV 0 eV 0 fm 0 fm World initStep + 1 419 um -19.9 cm 7.22 mm 1.21 MeV 2.89 keV 275 um 275 um World eIoni + 2 419 um -20 cm 7.21 mm 6.25 MeV 0 eV 504 um 779 um OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.49 mm -15.1 cm 1.72 cm 1.6 keV 0 eV 0 fm 0 fm World initStep - 1 3.48 mm -15.1 cm 1.72 cm 436 keV 1.6 keV 106 um 106 um World eIoni - 2 3.46 mm -20 cm 1.71 cm 488 MeV 9.01 keV 4.97 cm 4.98 cm OutOfWorldTransportation + 0 -107 um -4.42 cm 4.49 mm 4.79 keV 0 eV 0 fm 0 fm World initStep + 1 -97.6 um -4.43 cm 4.49 mm 857 keV 344 eV 93.7 um 93.7 um World eIoni + 2 -6.29 mm -11 cm 2.66 mm 654 MeV 7.4 keV 6.59 cm 6.6 cm World eIoni + 3 -1.83 cm -19.9 cm 1.78 mm 1.55 GeV 17.7 keV 9.04 cm 15.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 5 ********************************************************************************************************* Step# X Y Z 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.2 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 -6.29 mm -11 cm 2.66 mm 1.1 keV 0 eV 0 fm 0 fm World initStep + 1 -6.29 mm -11 cm 2.66 mm 234 keV 1.1 keV 61.1 um 61.1 um World eIoni + 2 -6.29 mm -20 cm 2.68 mm 903 MeV 25.8 keV 10 cm 10 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4040,289 +4329,309 @@ 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 -42.8 um -5.69 cm 1.6 cm 619 MeV 12.9 keV 6.17 cm 6.17 cm World eIoni - 2 -44.9 um -5.8 cm 1.61 cm 630 MeV 107 eV 1.13 mm 6.29 cm World eIoni - 3 -86.2 um -8.71 cm 1.8 cm 921 MeV 5.9 keV 2.91 cm 9.2 cm World eIoni - 4 -182 um -20 cm 2.2 cm 2.05 GeV 21.6 keV 11.3 cm 20.5 cm OutOfWorldTransportation + 1 2.04 um -988 um 3.11 mm 59.9 MeV 486 eV 3.31 mm 3.31 mm World eIoni + 2 -183 um -6.9 cm 1.7 cm 740 MeV 15.1 keV 7.06 cm 7.39 cm World eIoni + 3 -283 um -10.1 cm 1.88 cm 1.06 GeV 4.71 keV 3.16 cm 10.5 cm World eIoni + 4 -296 um -10.6 cm 1.91 cm 1.11 GeV 1.1 keV 5.13 mm 11.1 cm World eIoni + 5 -475 um -20 cm 2.21 cm 2.05 GeV 21.4 keV 9.44 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -86.2 um -8.71 cm 1.8 cm 5.12 keV 0 eV 0 fm 0 fm World initStep - 1 -65.7 um -8.74 cm 1.8 cm 3.32 MeV 5.12 keV 745 um 745 um World eIoni - 2 -61.4 um -8.77 cm 1.8 cm 6.83 MeV 96.3 eV 351 um 1.1 mm World eIoni - 3 99.4 um -10.4 cm 1.79 cm 172 MeV 3.39 keV 1.65 cm 1.76 cm World eIoni - 4 242 um -16.2 cm 1.79 cm 754 MeV 13 keV 5.82 cm 7.58 cm World eIoni - 5 288 um -20 cm 1.79 cm 1.13 GeV 6.32 keV 3.75 cm 11.3 cm OutOfWorldTransportation + 0 -296 um -10.6 cm 1.91 cm 1.1 keV 0 eV 0 fm 0 fm World initStep + 1 -293 um -10.6 cm 1.91 cm 232 keV 1.1 keV 60.6 um 60.6 um World eIoni + 2 -269 um -20 cm 1.91 cm 944 MeV 22.2 keV 10.5 cm 10.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 242 um -16.2 cm 1.79 cm 1.52 keV 0 eV 0 fm 0 fm World initStep - 1 237 um -16.2 cm 1.79 cm 402 keV 1.52 keV 99 um 99 um World eIoni - 2 213 um -20 cm 1.79 cm 375 MeV 6.28 keV 3.81 cm 3.82 cm OutOfWorldTransportation + 0 -283 um -10.1 cm 1.88 cm 1.51 keV 0 eV 0 fm 0 fm World initStep + 1 -278 um -10.1 cm 1.88 cm 396 keV 1.51 keV 97.5 um 97.5 um World eIoni + 2 -250 um -20 cm 1.88 cm 995 MeV 20.9 keV 10.4 cm 10.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 99.4 um -10.4 cm 1.79 cm 2.85 keV 0 eV 0 fm 0 fm World initStep - 1 89.9 um -10.4 cm 1.79 cm 1.18 MeV 2.85 keV 270 um 270 um World eIoni - 2 -42.3 um -11 cm 1.79 cm 55.4 MeV 1.66 keV 5.42 mm 5.69 mm World eIoni - 3 -428 um -12.3 cm 1.77 cm 185 MeV 2.45 keV 1.29 cm 1.86 cm World eIoni - 4 -544 um -13.1 cm 1.76 cm 272 MeV 1.42 keV 8.75 mm 2.74 cm World eIoni - 5 -922 um -20 cm 1.74 cm 958 MeV 15 keV 6.85 cm 9.59 cm OutOfWorldTransportation + 0 -183 um -6.9 cm 1.7 cm 1.59 keV 0 eV 0 fm 0 fm World initStep + 1 -183 um -6.91 cm 1.7 cm 430 keV 1.59 keV 105 um 105 um World eIoni + 2 -183 um -20 cm 1.7 cm 1.31 GeV 22.2 keV 13.8 cm 13.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -544 um -13.1 cm 1.76 cm 1.93 keV 0 eV 0 fm 0 fm World initStep - 1 -551 um -13.2 cm 1.76 cm 599 keV 1.93 keV 142 um 142 um World eIoni - 2 -579 um -20 cm 1.76 cm 685 MeV 12.6 keV 6.96 cm 6.97 cm OutOfWorldTransportation + 0 2.04 um -988 um 3.11 mm 1.49 keV 0 eV 0 fm 0 fm World initStep + 1 6.58 um -1.02 mm 3.11 mm 387 keV 1.49 keV 95.5 um 95.5 um World eIoni + 2 36.5 um -20 cm 3.11 mm 1.99 GeV 34.5 keV 22 cm 22 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -428 um -12.3 cm 1.77 cm 1.5 keV 0 eV 0 fm 0 fm World initStep - 1 -430 um -12.3 cm 1.77 cm 391 keV 1.5 keV 96.5 um 96.5 um World eIoni - 2 -440 um -20 cm 1.77 cm 773 MeV 13.8 keV 8 cm 8.01 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 3.92 um -1.2 cm 9.49 mm 169 MeV 1.83 keV 1.62 cm 1.62 cm World eIoni + 2 -15.5 um -6.32 cm 1.66 cm 682 MeV 9.29 keV 5.18 cm 6.81 cm World eIoni + 3 -103 um -20 cm 2.21 cm 2.05 GeV 36.3 keV 13.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 -44.9 um -5.8 cm 1.61 cm 16.7 keV 0 eV 0 fm 0 fm World initStep - 1 -116 um -6 cm 1.61 cm 20.6 MeV 5.76 keV 2.75 mm 2.75 mm World eIoni - 2 815 um -6.21 cm 1.74 cm 42.1 MeV 423 eV 2.69 mm 5.44 mm World eIoni - 3 3.66 mm -13.8 cm 2.14 cm 804 MeV 13.6 keV 7.65 cm 8.2 cm World eIoni - 4 3.99 mm -20 cm 2.2 cm 1.42 GeV 7.41 keV 6.16 cm 14.4 cm OutOfWorldTransportation + 0 -15.5 um -6.32 cm 1.66 cm 3.86 keV 0 eV 0 fm 0 fm World initStep + 1 -2.21 um -6.34 cm 1.66 cm 2.01 MeV 3.86 keV 453 um 453 um World eIoni + 2 27.5 um -6.63 cm 1.66 cm 30.9 MeV 318 eV 2.89 mm 3.34 mm World eIoni + 3 5.92 um -12.6 cm 1.61 cm 627 MeV 8.87 keV 5.96 cm 6.29 cm World eIoni + 4 -37.1 um -13.6 cm 1.61 cm 725 MeV 3.79 keV 9.83 mm 7.28 cm World eIoni + 5 -76.8 um -14.6 cm 1.61 cm 828 MeV 2.47 keV 1.03 cm 8.3 cm World eIoni + 6 -229 um -20 cm 1.6 cm 1.37 GeV 13.5 keV 5.4 cm 13.7 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 3.66 mm -13.8 cm 2.14 cm 1.03 keV 0 eV 0 fm 0 fm World initStep - 1 3.66 mm -13.8 cm 2.14 cm 207 keV 1.03 keV 55.1 um 55.1 um World eIoni - 2 3.69 mm -20 cm 2.14 cm 617 MeV 15.5 keV 6.71 cm 6.71 cm OutOfWorldTransportation + 0 -76.8 um -14.6 cm 1.61 cm 2.11 keV 0 eV 0 fm 0 fm World initStep + 1 -75.8 um -14.6 cm 1.61 cm 697 keV 2.11 keV 164 um 164 um World eIoni + 2 -24.9 um -15.5 cm 1.64 cm 87.2 MeV 1.6 keV 8.67 mm 8.83 mm World eIoni + 3 -38.4 um -20 cm 1.66 cm 540 MeV 11.5 keV 4.53 cm 5.41 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -42.8 um -5.69 cm 1.6 cm 2.01 keV 0 eV 0 fm 0 fm World initStep - 1 -36.1 um -5.7 cm 1.6 cm 645 keV 2.01 keV 153 um 153 um World eIoni - 2 -334 um -9.09 cm 1.31 cm 340 MeV 3.27 keV 3.41 cm 3.43 cm World eIoni - 3 -827 um -19.1 cm 8.91 mm 1.34 GeV 19.3 keV 10 cm 13.4 cm World eIoni - 4 -842 um -20 cm 8.7 mm 1.43 GeV 1.41 keV 9.09 mm 14.4 cm OutOfWorldTransportation + 0 -37.1 um -13.6 cm 1.61 cm 2.93 keV 0 eV 0 fm 0 fm World initStep + 1 -31.6 um -13.6 cm 1.61 cm 1.24 MeV 2.93 keV 282 um 282 um World eIoni + 2 -483 um -15 cm 1.61 cm 143 MeV 1.38 keV 1.42 cm 1.45 cm World eIoni + 3 -1.25 mm -20 cm 1.47 cm 643 MeV 9.48 keV 5 cm 6.45 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -827 um -19.1 cm 8.91 mm 1.16 keV 0 eV 0 fm 0 fm World initStep - 1 -828 um -19.1 cm 8.9 mm 254 keV 1.16 keV 65.7 um 65.7 um World eIoni - 2 -833 um -20 cm 8.89 mm 90.9 MeV 1.16 keV 9.14 mm 9.2 mm OutOfWorldTransportation + 0 5.92 um -12.6 cm 1.61 cm 1.51 keV 0 eV 0 fm 0 fm World initStep + 1 1.92 um -12.6 cm 1.61 cm 397 keV 1.51 keV 97.9 um 97.9 um World eIoni + 2 -20.8 um -20 cm 1.62 cm 741 MeV 15.6 keV 7.66 cm 7.67 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z 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.5 um -2.71 cm 1.28 cm 321 MeV 5.33 keV 3.17 cm 3.17 cm World eIoni - 2 -93 um -13.9 cm 2.04 cm 1.44 GeV 21.9 keV 11.2 cm 14.4 cm World eIoni - 3 -96.3 um -15.8 cm 2.1 cm 1.63 GeV 2.52 keV 1.93 cm 16.3 cm World eIoni - 4 -96.4 um -15.9 cm 2.1 cm 1.64 GeV 127 eV 610 um 16.4 cm World eIoni - 5 -100 um -20 cm 2.21 cm 2.05 GeV 7.19 keV 4.12 cm 20.5 cm OutOfWorldTransportation + 0 3.92 um -1.2 cm 9.49 mm 2.03 keV 0 eV 0 fm 0 fm World initStep + 1 10.6 um -1.2 cm 9.49 mm 654 keV 2.03 keV 154 um 154 um World eIoni + 2 -151 um -1.89 cm 9.69 mm 69.7 MeV 201 eV 6.92 mm 7.07 mm World eIoni + 3 -178 um -2.72 cm 9.72 mm 153 MeV 2.99 keV 8.3 mm 1.54 cm World eIoni + 4 -357 um -10.9 cm 9.83 mm 972 MeV 19.7 keV 8.19 cm 9.73 cm World eIoni + 5 -468 um -20 cm 9.88 mm 1.88 GeV 13.9 keV 9.09 cm 18.8 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -96.4 um -15.9 cm 2.1 cm 3.13 keV 0 eV 0 fm 0 fm World initStep - 1 -104 um -15.9 cm 2.1 cm 1.39 MeV 3.13 keV 316 um 316 um World eIoni - 2 -116 um -16 cm 2.1 cm 9.33 MeV 31.5 eV 794 um 1.11 mm World eIoni - 3 -180 um -20 cm 2.1 cm 412 MeV 7.49 keV 4.03 cm 4.14 cm OutOfWorldTransportation + 0 -357 um -10.9 cm 9.83 mm 6.97 keV 0 eV 0 fm 0 fm World initStep + 1 -343 um -11 cm 9.8 mm 5.75 MeV 4.55 keV 1.24 mm 1.24 mm World eIoni + 2 -2.17 mm -11.8 cm 8.66 mm 84.8 MeV 2.57 keV 8.75 mm 9.99 mm World eIoni + 3 -3.2 mm -20 cm 8.08 mm 909 MeV 14.7 keV 8.24 cm 9.24 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -96.3 um -15.8 cm 2.1 cm 2.62 keV 0 eV 0 fm 0 fm World initStep - 1 -99.2 um -15.8 cm 2.1 cm 1.02 MeV 2.62 keV 234 um 234 um World eIoni - 2 121 um -17.1 cm 2.15 cm 133 MeV 1.89 keV 1.32 cm 1.34 cm World eIoni - 3 125 um -17.7 cm 2.15 cm 184 MeV 2.05 keV 5.14 mm 1.86 cm World eIoni - 4 127 um -20 cm 2.17 cm 418 MeV 7.63 keV 2.34 cm 4.2 cm OutOfWorldTransportation + 0 -178 um -2.72 cm 9.72 mm 2.06 keV 0 eV 0 fm 0 fm World initStep + 1 -174 um -2.73 cm 9.72 mm 672 keV 2.06 keV 158 um 158 um World eIoni + 2 442 um -5.05 cm 8.22 mm 233 MeV 3.96 keV 2.33 cm 2.35 cm World eIoni + 3 879 um -5.76 cm 7.58 mm 304 MeV 854 eV 7.16 mm 3.06 cm World eIoni + 4 2.25 mm -9.73 cm 5.59 mm 701 MeV 11.2 keV 3.98 cm 7.04 cm World eIoni + 5 3.67 mm -19.2 cm 3.54 mm 1.65 GeV 23.5 keV 9.46 cm 16.5 cm World eIoni + 6 3.75 mm -20 cm 3.43 mm 1.73 GeV 1.57 keV 8.07 mm 17.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 8 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 125 um -17.7 cm 2.15 cm 7.37 keV 0 eV 0 fm 0 fm World initStep - 1 155 um -17.7 cm 2.15 cm 6.31 MeV 4.24 keV 1.23 mm 1.23 mm World eIoni - 2 -974 um -20 cm 2.13 cm 234 MeV 2.36 keV 2.29 cm 2.41 cm OutOfWorldTransportation + 0 3.67 mm -19.2 cm 3.54 mm 21.4 keV 0 eV 0 fm 0 fm World initStep + 1 3.2 mm -19.5 cm 1.99 mm 28.1 MeV 6.59 keV 3.52 mm 3.52 mm World eIoni + 2 2.48 mm -19.7 cm 611 um 51.8 MeV 476 eV 2.85 mm 6.38 mm World msc + 3 2.19 mm -19.9 cm 48.1 um 68.8 MeV 174 eV 1.82 mm 8.19 mm World msc + 4 2.06 mm -20 cm -206 um 78.5 MeV 91.6 eV 1 mm 9.2 mm World msc + 5 2.01 mm -20 cm -297 um 82.3 MeV 127 eV 396 um 9.6 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 8 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -93 um -13.9 cm 2.04 cm 2.56 keV 0 eV 0 fm 0 fm World initStep - 1 -99.7 um -13.9 cm 2.04 cm 980 keV 2.56 keV 225 um 225 um World eIoni - 2 -117 um -14 cm 2.04 cm 12.3 MeV 24.1 eV 1.13 mm 1.35 mm World eIoni - 3 -455 um -17.8 cm 2.04 cm 392 MeV 5.33 keV 3.8 cm 3.94 cm World eIoni - 4 -508 um -20 cm 2.04 cm 611 MeV 4.03 keV 2.18 cm 6.12 cm OutOfWorldTransportation + 0 2.25 mm -9.73 cm 5.59 mm 1.73 keV 0 eV 0 fm 0 fm World initStep + 1 2.25 mm -9.73 cm 5.59 mm 500 keV 1.73 keV 121 um 121 um World eIoni + 2 2.25 mm -20 cm 5.56 mm 1.03 GeV 16.5 keV 10.6 cm 10.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 8 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -455 um -17.8 cm 2.04 cm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 -460 um -17.8 cm 2.04 cm 504 keV 1.74 keV 122 um 122 um World eIoni - 2 -479 um -20 cm 2.04 cm 218 MeV 3.67 keV 2.19 cm 2.21 cm OutOfWorldTransportation + 0 879 um -5.76 cm 7.58 mm 2.06 keV 0 eV 0 fm 0 fm World initStep + 1 878 um -5.77 cm 7.59 mm 669 keV 2.06 keV 158 um 158 um World eIoni + 2 7.24 mm -12.4 cm 3.22 mm 660 MeV 11 keV 6.68 cm 6.7 cm World eIoni + 3 9.05 mm -20 cm 691 um 1.42 GeV 14 keV 7.62 cm 14.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -64.5 um -2.71 cm 1.28 cm 30.7 keV 0 eV 0 fm 0 fm World initStep - 1 -179 um -3.14 cm 1.29 cm 45.8 MeV 4.02 keV 5.45 mm 5.45 mm World eIoni - 2 175 um -3.35 cm 1.39 cm 66.8 MeV 986 eV 2.36 mm 7.81 mm World eIoni - 3 504 um -3.65 cm 1.49 cm 97.1 MeV 605 eV 3.19 mm 1.1 cm World eIoni - 4 2.93 mm -20 cm 2.18 cm 1.73 GeV 31.1 keV 16.4 cm 17.5 cm OutOfWorldTransportation + 0 -151 um -1.89 cm 9.69 mm 1.67 keV 0 eV 0 fm 0 fm World initStep + 1 -154 um -1.9 cm 9.69 mm 468 keV 1.67 keV 114 um 114 um World eIoni + 2 -170 um -20 cm 9.72 mm 1.81 GeV 28.9 keV 19.3 cm 19.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 504 um -3.65 cm 1.49 cm 1.62 keV 0 eV 0 fm 0 fm World initStep - 1 504 um -3.66 cm 1.48 cm 447 keV 1.62 keV 109 um 109 um World eIoni - 2 502 um -20 cm 1.48 cm 1.63 GeV 30.5 keV 17.4 cm 17.4 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 183 um -5.86 cm 1.63 cm 636 MeV 13.1 keV 6.35 cm 6.35 cm World eIoni + 2 298 um -11.8 cm 1.97 cm 1.23 GeV 14 keV 5.93 cm 12.3 cm World eIoni + 3 338 um -14.9 cm 2.09 cm 1.54 GeV 5.81 keV 3.16 cm 15.4 cm World eIoni + 4 359 um -17 cm 2.16 cm 1.75 GeV 6.38 keV 2.03 cm 17.5 cm World eIoni + 5 384 um -20 cm 2.24 cm 2.05 GeV 7.05 keV 3.03 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 0 fm -20 cm 2.22 cm 2.05 GeV 42.4 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 359 um -17 cm 2.16 cm 6.8 keV 0 eV 0 fm 0 fm World initStep + 1 371 um -17 cm 2.16 cm 5.51 MeV 6.8 keV 1.2 mm 1.2 mm World eIoni + 2 1.24 mm -17.3 cm 2.15 cm 35.2 MeV 570 eV 4.12 mm 5.32 mm World eIoni + 3 1.56 mm -20 cm 2.15 cm 303 MeV 3.73 keV 2.68 cm 3.21 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -354 um -10.6 cm 1.89 cm 1.11 GeV 23 keV 11.1 cm 11.1 cm World eIoni - 2 -402 um -18.6 cm 2.14 cm 1.91 GeV 15.9 keV 7.96 cm 19.1 cm World eIoni - 3 -408 um -20 cm 2.17 cm 2.05 GeV 2.5 keV 1.4 cm 20.5 cm OutOfWorldTransportation + 0 1.24 mm -17.3 cm 2.15 cm 1.14 keV 0 eV 0 fm 0 fm World initStep + 1 1.24 mm -17.3 cm 2.15 cm 248 keV 1.14 keV 64.4 um 64.4 um World eIoni + 2 1.23 mm -20 cm 2.15 cm 268 MeV 6.42 keV 2.74 cm 2.75 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 338 um -14.9 cm 2.09 cm 2.95 keV 0 eV 0 fm 0 fm World initStep + 1 338 um -15 cm 2.09 cm 1.24 MeV 2.95 keV 239 um 239 um World eIoni + 2 1.15 mm -20 cm 2.13 cm 506 MeV 7.79 keV 5.09 cm 5.11 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -402 um -18.6 cm 2.14 cm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 -403 um -18.6 cm 2.14 cm 320 keV 1.33 keV 80.6 um 80.6 um World eIoni - 2 -404 um -20 cm 2.14 cm 140 MeV 3.43 keV 1.41 cm 1.42 cm OutOfWorldTransportation + 0 298 um -11.8 cm 1.97 cm 2.75 keV 0 eV 0 fm 0 fm World initStep + 1 290 um -11.8 cm 1.97 cm 1.11 MeV 2.75 keV 253 um 253 um World eIoni + 2 416 um -12.6 cm 1.96 cm 82.8 MeV 643 eV 8.18 mm 8.43 mm World eIoni + 3 295 um -20 cm 1.92 cm 821 MeV 11.4 keV 7.38 cm 8.23 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -354 um -10.6 cm 1.89 cm 12.6 keV 0 eV 0 fm 0 fm World initStep - 1 -301 um -10.8 cm 1.89 cm 14.5 MeV 3.65 keV 2.15 mm 2.15 mm World eIoni - 2 -752 um -11 cm 1.89 cm 32.1 MeV 151 eV 1.82 mm 3.97 mm World eIoni - 3 -1.64 mm -12.2 cm 1.88 cm 155 MeV 2.7 keV 1.23 cm 1.63 cm World eIoni - 4 -1.96 mm -13.3 cm 1.88 cm 266 MeV 2.85 keV 1.12 cm 2.74 cm World eIoni - 5 -2.69 mm -20 cm 1.88 cm 936 MeV 13.2 keV 6.7 cm 9.44 cm OutOfWorldTransportation + 0 183 um -5.86 cm 1.63 cm 20.3 keV 0 eV 0 fm 0 fm World initStep + 1 155 um -6.11 cm 1.62 cm 26.3 MeV 4.77 keV 3.33 mm 3.33 mm World eIoni + 2 2.94 mm -7.44 cm 1.33 cm 159 MeV 1.44 keV 1.41 cm 1.74 cm World eIoni + 3 4.64 mm -11.1 cm 1.15 cm 528 MeV 7.96 keV 3.7 cm 5.44 cm World eIoni + 4 5.06 mm -13 cm 1.11 cm 715 MeV 2.63 keV 1.86 cm 7.31 cm World eIoni + 5 5.43 mm -15.2 cm 1.06 cm 937 MeV 2.43 keV 2.22 cm 9.53 cm World eIoni + 6 5.61 mm -16.5 cm 1.04 cm 1.06 GeV 1.97 keV 1.28 cm 10.8 cm World eIoni + 7 5.64 mm -16.8 cm 1.04 cm 1.09 GeV 227 eV 2.87 mm 11.1 cm World eIoni + 8 6 mm -20 cm 9.99 mm 1.41 GeV 5.46 keV 3.21 cm 14.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.96 mm -13.3 cm 1.88 cm 2.43 keV 0 eV 0 fm 0 fm World initStep - 1 -1.96 mm -13.3 cm 1.88 cm 896 keV 2.43 keV 207 um 207 um World eIoni - 2 -1.62 mm -14.4 cm 1.86 cm 112 MeV 790 eV 1.12 cm 1.14 cm World eIoni - 3 -1.38 mm -20 cm 1.83 cm 670 MeV 12.2 keV 5.57 cm 6.71 cm OutOfWorldTransportation + 0 5.64 mm -16.8 cm 1.04 cm 5.45 keV 0 eV 0 fm 0 fm World initStep + 1 5.63 mm -16.8 cm 1.04 cm 2.15 MeV 729 eV 259 um 259 um World eIoni + 2 5.1 mm -20 cm 1.07 cm 321 MeV 3.72 keV 3.19 cm 3.22 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.64 mm -12.2 cm 1.88 cm 9.55 keV 0 eV 0 fm 0 fm World initStep - 1 -1.6 mm -12.3 cm 1.88 cm 9.76 MeV 4.89 keV 1.71 mm 1.71 mm World eIoni - 2 -1.31 mm -12.3 cm 1.94 cm 10.9 MeV 68.3 eV 656 um 2.36 mm World eIoni - 3 756 um -20 cm 2.35 cm 782 MeV 12.4 keV 7.78 cm 8.01 cm OutOfWorldTransportation + 0 5.61 mm -16.5 cm 1.04 cm 2.86 keV 0 eV 0 fm 0 fm World initStep + 1 5.61 mm -16.5 cm 1.04 cm 1.19 MeV 2.86 keV 272 um 272 um World eIoni + 2 5.69 mm -16.9 cm 1.04 cm 36.6 MeV 707 eV 3.54 mm 3.81 mm WorldTransportation + 3 5.69 mm -16.9 cm 1.04 cm 36.6 MeV5.99e-11 eV 0.315 fm 3.81 mm World eIoni + 4 5.72 mm -18.1 cm 1.04 cm 164 MeV 1.42 keV 1.27 cm 1.66 cm World eIoni + 5 5.73 mm -19.1 cm 1.04 cm 263 MeV 1.37 keV 9.86 mm 2.64 cm World eIoni + 6 5.74 mm -20 cm 1.04 cm 349 MeV 824 eV 8.68 mm 3.51 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 10 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -347 um -9.43 cm 1.86 cm 993 MeV 17.8 keV 9.92 cm 9.92 cm World eIoni - 2 -362 um -15.7 cm 2.11 cm 1.62 GeV 15.8 keV 6.31 cm 16.2 cm World eIoni - 3 -365 um -20 cm 2.23 cm 2.05 GeV 9.03 keV 4.26 cm 20.5 cm OutOfWorldTransportation + 0 5.73 mm -19.1 cm 1.04 cm 2.89 keV 0 eV 0 fm 0 fm World initStep + 1 5.73 mm -19.1 cm 1.04 cm 1.21 MeV 2.89 keV 276 um 276 um World eIoni + 2 5.73 mm -19.2 cm 1.04 cm 4.96 MeV 0 eV 374 um 650 um World eIoni + 3 5.73 mm -20 cm 1.04 cm 86.9 MeV 1.83 keV 8.2 mm 8.85 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 10 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -362 um -15.7 cm 2.11 cm 8.14 keV 0 eV 0 fm 0 fm World initStep - 1 -354 um -15.8 cm 2.11 cm 7.54 MeV 3.73 keV 1.47 mm 1.47 mm World eIoni - 2 707 um -15.9 cm 2.03 cm 18.6 MeV 63.8 eV 1.86 mm 3.33 mm World eIoni - 3 2.71 mm -20 cm 1.88 cm 426 MeV 4.04 keV 4.1 cm 4.43 cm OutOfWorldTransportation + 0 5.72 mm -18.1 cm 1.04 cm 1.45 keV 0 eV 0 fm 0 fm World initStep + 1 5.72 mm -18.1 cm 1.04 cm 368 keV 1.45 keV 91.4 um 91.4 um World eIoni + 2 5.73 mm -20 cm 1.04 cm 185 MeV 1.77 keV 1.87 cm 1.88 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -347 um -9.43 cm 1.86 cm 1.86 keV 0 eV 0 fm 0 fm World initStep - 1 -352 um -9.43 cm 1.86 cm 566 keV 1.86 keV 135 um 135 um World eIoni - 2 -379 um -20 cm 1.87 cm 1.06 GeV 17 keV 10.9 cm 10.9 cm OutOfWorldTransportation + 0 5.43 mm -15.2 cm 1.06 cm 2.27 keV 0 eV 0 fm 0 fm World initStep + 1 5.43 mm -15.2 cm 1.06 cm 793 keV 2.27 keV 185 um 185 um World eIoni + 2 5.44 mm -15.3 cm 1.06 cm 8.86 MeV 156 eV 807 um 991 um World eBrem + 3 5.45 mm -15.5 cm 1.06 cm 27.7 MeV 40.3 eV 1.89 mm 2.88 mm World eIoni + 4 5.46 mm -20 cm 1.07 cm 477 MeV 5.96 keV 4.5 cm 4.78 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 8, 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 610 um -13.9 cm 2.03 cm 1.44 GeV 26.3 keV 14.4 cm 14.4 cm World eIoni - 2 660 um -20 cm 2.2 cm 2.05 GeV 13.1 keV 6.07 cm 20.5 cm OutOfWorldTransportation + 0 5.06 mm -13 cm 1.11 cm 1.3 keV 0 eV 0 fm 0 fm World initStep + 1 5.05 mm -13 cm 1.11 cm 309 keV 1.3 keV 78.2 um 78.2 um World eIoni + 2 5.03 mm -20 cm 1.11 cm 700 MeV 11.8 keV 7.33 cm 7.34 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 610 um -13.9 cm 2.03 cm 1.91 keV 0 eV 0 fm 0 fm World initStep - 1 615 um -13.9 cm 2.03 cm 589 keV 1.91 keV 140 um 140 um World eIoni - 2 642 um -20 cm 2.03 cm 607 MeV 12.6 keV 6.15 cm 6.17 cm OutOfWorldTransportation + 0 4.64 mm -11.1 cm 1.15 cm 1.67 keV 0 eV 0 fm 0 fm World initStep + 1 4.64 mm -11.1 cm 1.15 cm 470 keV 1.67 keV 114 um 114 um World eIoni + 2 4.67 mm -20 cm 1.15 cm 886 MeV 15.1 keV 9.13 cm 9.14 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4330,17 +4639,17 @@ 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 706 um -15.4 cm 2.11 cm 1.59 GeV 25 keV 15.9 cm 15.9 cm World eIoni - 2 805 um -20 cm 2.24 cm 2.05 GeV 9.96 keV 4.59 cm 20.5 cm OutOfWorldTransportation + 1 -743 um -18.3 cm 2.23 cm 1.88 GeV 34.7 keV 18.8 cm 18.8 cm World eIoni + 2 -806 um -20 cm 2.28 cm 2.05 GeV 5.16 keV 1.73 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 706 um -15.4 cm 2.11 cm 1.89 keV 0 eV 0 fm 0 fm World initStep - 1 704 um -15.4 cm 2.11 cm 581 keV 1.89 keV 138 um 138 um World eIoni - 2 692 um -20 cm 2.12 cm 459 MeV 10.4 keV 4.63 cm 4.65 cm OutOfWorldTransportation + 0 -743 um -18.3 cm 2.23 cm 1.84 keV 0 eV 0 fm 0 fm World initStep + 1 -746 um -18.3 cm 2.23 cm 551 keV 1.84 keV 132 um 132 um World eIoni + 2 -753 um -20 cm 2.24 cm 173 MeV 2.8 keV 1.73 cm 1.74 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4348,186 +4657,198 @@ 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 158 um -7.17 cm 1.7 cm 767 MeV 12.5 keV 7.65 cm 7.65 cm World eIoni - 2 293 um -16.3 cm 2.09 cm 1.68 GeV 17.2 keV 9.19 cm 16.8 cm World eIoni - 3 335 um -20 cm 2.19 cm 2.05 GeV 9.01 keV 3.65 cm 20.5 cm OutOfWorldTransportation + 1 113 um -4.54 cm 1.52 cm 504 MeV 10.7 keV 5.02 cm 5.02 cm World eIoni + 2 224 um -13.9 cm 2.05 cm 1.44 GeV 20.4 keV 9.41 cm 14.4 cm World eIoni + 3 268 um -20 cm 2.22 cm 2.05 GeV 11.9 keV 6.07 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 293 um -16.3 cm 2.09 cm 2.4 keV 0 eV 0 fm 0 fm World initStep - 1 286 um -16.4 cm 2.09 cm 873 keV 2.4 keV 202 um 202 um World eIoni - 2 1.66 mm -19.2 cm 2.2 cm 284 MeV 4 keV 2.84 cm 2.86 cm World eIoni - 3 1.74 mm -20 cm 2.28 cm 365 MeV 1.53 keV 8.18 mm 3.68 cm OutOfWorldTransportation + 0 224 um -13.9 cm 2.05 cm 5.12 keV 0 eV 0 fm 0 fm World initStep + 1 245 um -14 cm 2.05 cm 3.32 MeV 5.12 keV 745 um 745 um World eIoni + 2 250 um -14 cm 2.05 cm 7.19 MeV 25 eV 386 um 1.13 mm World eIoni + 3 -102 um -18.1 cm 2.01 cm 420 MeV 5.71 keV 4.12 cm 4.24 cm World eIoni + 4 -141 um -19.1 cm 1.99 cm 521 MeV 1.44 keV 1.02 cm 5.26 cm World eIoni + 5 -146 um -19.3 cm 1.99 cm 536 MeV 292 eV 1.43 mm 5.4 cm World eIoni + 6 -168 um -20 cm 1.98 cm 607 MeV 1.93 keV 7.15 mm 6.11 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 158 um -7.17 cm 1.7 cm 1.17 keV 0 eV 0 fm 0 fm World initStep - 1 156 um -7.17 cm 1.71 cm 258 keV 1.17 keV 66.6 um 66.6 um World eIoni - 2 141 um -20 cm 1.71 cm 1.28 GeV 29.2 keV 14.6 cm 14.6 cm OutOfWorldTransportation + 0 -146 um -19.3 cm 1.99 cm 1.75 keV 0 eV 0 fm 0 fm World initStep + 1 -148 um -19.3 cm 1.99 cm 509 keV 1.75 keV 123 um 123 um World eIoni + 2 -154 um -20 cm 1.99 cm 71.5 MeV 961 eV 7.11 mm 7.24 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 ********************************************************************************************************* Step# X Y Z 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.8 cm 1.64 cm 630 MeV 11.3 keV 6.29 cm 6.29 cm World eIoni - 2 -268 um -10.2 cm 1.91 cm 1.07 GeV 9.13 keV 4.41 cm 10.7 cm World eIoni - 3 -307 um -12.1 cm 2 cm 1.26 GeV 4.12 keV 1.89 cm 12.6 cm World eIoni - 4 -321 um -12.8 cm 2.03 cm 1.33 GeV 1.02 keV 7.37 mm 13.3 cm World eIoni - 5 -426 um -20 cm 2.25 cm 2.05 GeV 15.9 keV 7.18 cm 20.5 cm OutOfWorldTransportation + 0 -141 um -19.1 cm 1.99 cm 1.58 keV 0 eV 0 fm 0 fm World initStep + 1 -145 um -19.1 cm 1.99 cm 428 keV 1.58 keV 105 um 105 um World eIoni + 2 -159 um -20 cm 1.99 cm 85.8 MeV 2.38 keV 8.57 mm 8.67 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -321 um -12.8 cm 2.03 cm 1.14 keV 0 eV 0 fm 0 fm World initStep - 1 -324 um -12.8 cm 2.03 cm 247 keV 1.14 keV 64.2 um 64.2 um World eIoni - 2 -343 um -20 cm 2.03 cm 717 MeV 15.6 keV 7.71 cm 7.71 cm OutOfWorldTransportation + 0 -102 um -18.1 cm 2.01 cm 1.75 keV 0 eV 0 fm 0 fm World initStep + 1 -104 um -18.1 cm 2.01 cm 508 keV 1.75 keV 122 um 122 um World eIoni + 2 -109 um -20 cm 2.01 cm 188 MeV 3.39 keV 1.88 cm 1.89 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -307 um -12.1 cm 2 cm 1.9 keV 0 eV 0 fm 0 fm World initStep - 1 -301 um -12.1 cm 2 cm 582 keV 1.9 keV 139 um 139 um World eIoni - 2 -273 um -20 cm 2 cm 791 MeV 10.8 keV 8.06 cm 8.07 cm OutOfWorldTransportation + 0 113 um -4.54 cm 1.52 cm 3.67 keV 0 eV 0 fm 0 fm World initStep + 1 109 um -4.56 cm 1.52 cm 1.84 MeV 3.67 keV 415 um 415 um World eIoni + 2 8.42 um -5.26 cm 1.51 cm 71.7 MeV 882 eV 6.99 mm 7.41 mm World eIoni + 3 -122 um -9.54 cm 1.52 cm 500 MeV 12.9 keV 4.28 cm 5.02 cm World eIoni + 4 -92 um -14.3 cm 1.52 cm 972 MeV 10.4 keV 4.72 cm 9.74 cm World eIoni + 5 -73.6 um -19.5 cm 1.52 cm 1.5 GeV 9.5 keV 5.28 cm 15 cm World eIoni + 6 -73 um -20 cm 1.52 cm 1.55 GeV 873 eV 4.63 mm 15.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -268 um -10.2 cm 1.91 cm 3.59 keV 0 eV 0 fm 0 fm World initStep - 1 -266 um -10.2 cm 1.91 cm 1.78 MeV 3.59 keV 400 um 400 um World eIoni - 2 -265 um -10.2 cm 1.91 cm 4.61 MeV 0 eV 283 um 684 um World eIoni - 3 -1.49 mm -15.7 cm 1.94 cm 549 MeV 9 keV 5.45 cm 5.52 cm World eIoni - 4 -1.89 mm -20 cm 1.99 cm 980 MeV 11.1 keV 4.3 cm 9.82 cm OutOfWorldTransportation + 0 -73.6 um -19.5 cm 1.52 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 -73.3 um -19.5 cm 1.52 cm 216 keV 1.05 keV 57 um 57 um World eIoni + 2 -71.9 um -20 cm 1.52 cm 46.3 MeV 1.35 keV 4.64 mm 4.69 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -1.49 mm -15.7 cm 1.94 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 -1.48 mm -15.7 cm 1.94 cm 422 keV 1.57 keV 103 um 103 um World eIoni - 2 -1.46 mm -20 cm 1.94 cm 430 MeV 8.56 keV 4.37 cm 4.39 cm OutOfWorldTransportation + 0 -92 um -14.3 cm 1.52 cm 1.68 keV 0 eV 0 fm 0 fm World initStep + 1 -87.3 um -14.3 cm 1.52 cm 475 keV 1.68 keV 115 um 115 um World eIoni + 2 -63.4 um -20 cm 1.52 cm 574 MeV 8.54 keV 5.85 cm 5.86 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -143 um -5.8 cm 1.64 cm 1.07 keV 0 eV 0 fm 0 fm World initStep - 1 -140 um -5.8 cm 1.64 cm 223 keV 1.07 keV 58.6 um 58.6 um World eIoni - 2 -2.24 cm -16.8 cm 3.85 cm 1.1 GeV 25 keV 12.7 cm 12.7 cm World eIoni - 3 -2.95 cm -19.8 cm 4.89 cm 1.4 GeV 7.28 keV 3.22 cm 16 cm OutOfWorldTransportation + 0 -122 um -9.54 cm 1.52 cm 2.7 keV 0 eV 0 fm 0 fm World initStep + 1 -125 um -9.55 cm 1.52 cm 1.08 MeV 2.7 keV 247 um 247 um World eIoni + 2 -184 um -9.88 cm 1.52 cm 34.6 MeV 229 eV 3.36 mm 3.6 mm World eIoni + 3 -411 um -11.7 cm 1.52 cm 219 MeV 3.4 keV 1.85 cm 2.21 cm World eIoni + 4 -506 um -13.3 cm 1.53 cm 373 MeV 2.46 keV 1.54 cm 3.75 cm World eIoni + 5 -523 um -13.6 cm 1.53 cm 410 MeV 706 eV 3.71 mm 4.12 cm World eIoni + 6 -763 um -20 cm 1.53 cm 1.05 GeV 13.7 keV 6.36 cm 10.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -11.6 um -9.46 mm 8.65 mm 145 MeV 2.45 keV 1.36 cm 1.36 cm World eIoni - 2 108 um -17.7 cm 2.15 cm 1.82 GeV 33.1 keV 16.9 cm 18.2 cm World eIoni - 3 119 um -20 cm 2.21 cm 2.05 GeV 4.33 keV 2.28 cm 20.5 cm OutOfWorldTransportation + 0 -523 um -13.6 cm 1.53 cm 544 keV 0 eV 0 fm 0 fm World initStep + 1 -2.17 mm -17 cm 1.29 cm 336 MeV 5.17 keV 3.39 cm 3.39 cm World eIoni + 2 -4.79 mm -18.9 cm 1.13 cm 530 MeV 4.63 keV 1.96 cm 5.35 cm World eIoni + 3 -5.83 mm -20 cm 1.06 cm 636 MeV 3.71 keV 1.07 cm 6.42 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 12 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 108 um -17.7 cm 2.15 cm 2.24 keV 0 eV 0 fm 0 fm World initStep - 1 103 um -17.7 cm 2.15 cm 774 keV 2.24 keV 181 um 181 um World eIoni - 2 85.5 um -20 cm 2.15 cm 228 MeV 2.02 keV 2.28 cm 2.3 cm OutOfWorldTransportation + 0 -4.79 mm -18.9 cm 1.13 cm 1.7 keV 0 eV 0 fm 0 fm World initStep + 1 -4.78 mm -18.9 cm 1.13 cm 484 keV 1.7 keV 117 um 117 um World eIoni + 2 -4.76 mm -20 cm 1.13 cm 107 MeV 1.93 keV 1.07 cm 1.08 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 12 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -11.6 um -9.46 mm 8.65 mm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -15.1 um -9.48 mm 8.66 mm 277 keV 1.22 keV 71 um 71 um World eIoni - 2 1.22 cm -16.6 cm -2.32 cm 1.56 GeV 39.8 keV 18 cm 18 cm World eIoni - 3 8.74 cm -18 cm -3.68 cm 1.7 GeV 17 keV 7.85 cm 25.9 cm OutOfWorldTransportation + 0 -2.17 mm -17 cm 1.29 cm 1.36 keV 0 eV 0 fm 0 fm World initStep + 1 -2.18 mm -17 cm 1.29 cm 333 keV 1.36 keV 83.3 um 83.3 um World eIoni + 2 -2.2 mm -20 cm 1.29 cm 301 MeV 3.99 keV 3.06 cm 3.06 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -179 um -6.83 cm 1.71 cm 733 MeV 15.8 keV 7.31 cm 7.31 cm World eIoni - 2 -255 um -9.01 cm 1.85 cm 951 MeV 3.93 keV 2.19 cm 9.5 cm World eIoni - 3 -363 um -13.3 cm 2.04 cm 1.38 GeV 7.16 keV 4.3 cm 13.8 cm World eIoni - 4 -387 um -14.6 cm 2.08 cm 1.51 GeV 2.15 keV 1.25 cm 15.1 cm World eIoni - 5 -446 um -18.1 cm 2.19 cm 1.86 GeV 5.92 keV 3.52 cm 18.6 cm World eIoni - 6 -474 um -20 cm 2.24 cm 2.05 GeV 5.82 keV 1.93 cm 20.5 cm OutOfWorldTransportation + 0 -506 um -13.3 cm 1.53 cm 2 keV 0 eV 0 fm 0 fm World initStep + 1 -507 um -13.3 cm 1.53 cm 637 keV 2 keV 151 um 151 um World eIoni + 2 151 um -14.7 cm 1.48 cm 145 MeV 2.71 keV 1.45 cm 1.46 cm World eIoni + 3 95.6 um -20 cm 1.35 cm 673 MeV 10.6 keV 5.29 cm 6.75 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 11 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -446 um -18.1 cm 2.19 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 -443 um -18.1 cm 2.19 cm 361 keV 1.43 keV 89.8 um 89.8 um World eIoni - 2 -425 um -20 cm 2.19 cm 193 MeV 4.28 keV 1.95 cm 1.96 cm OutOfWorldTransportation + 0 151 um -14.7 cm 1.48 cm 3.47 keV 0 eV 0 fm 0 fm World initStep + 1 157 um -14.7 cm 1.48 cm 1.67 MeV 3.47 keV 377 um 377 um World eIoni + 2 140 um -15 cm 1.47 cm 23.7 MeV 291 eV 2.21 mm 2.59 mm World eIoni + 3 110 um -16.1 cm 1.48 cm 134 MeV 2.93 keV 1.1 cm 1.36 cm World eIoni + 4 113 um -20 cm 1.49 cm 529 MeV 7.12 keV 3.95 cm 5.31 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 15 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -387 um -14.6 cm 2.08 cm 12 keV 0 eV 0 fm 0 fm World initStep - 1 -350 um -14.7 cm 2.09 cm 13.6 MeV 3.41 keV 2.07 mm 2.07 mm World eIoni - 2 -89.9 um -15.3 cm 1.97 cm 73.2 MeV 1.34 keV 6.11 mm 8.18 mm World eIoni - 3 -28.3 um -15.7 cm 1.94 cm 111 MeV 296 eV 3.79 mm 1.2 cm World eIoni - 4 209 um -20 cm 1.83 cm 545 MeV 8.59 keV 4.35 cm 5.54 cm OutOfWorldTransportation + 0 110 um -16.1 cm 1.48 cm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 108 um -16.1 cm 1.48 cm 213 keV 1.04 keV 56.3 um 56.3 um World eIoni + 2 93.2 um -20 cm 1.48 cm 395 MeV 10.6 keV 4.15 cm 4.15 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -411 um -11.7 cm 1.52 cm 1.18 keV 0 eV 0 fm 0 fm World initStep + 1 -410 um -11.7 cm 1.52 cm 260 keV 1.18 keV 67.1 um 67.1 um World eIoni + 2 -404 um -20 cm 1.52 cm 827 MeV 20.5 keV 8.93 cm 8.94 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -28.3 um -15.7 cm 1.94 cm 1.83 keV 0 eV 0 fm 0 fm World initStep - 1 -26.7 um -15.7 cm 1.94 cm 547 keV 1.83 keV 131 um 131 um World eIoni - 2 -19.5 um -20 cm 1.95 cm 434 MeV 7.81 keV 4.39 cm 4.4 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -2.76 um -3.9 mm 5.92 mm 88.9 MeV 1.33 keV 7.38 mm 7.38 mm World eIoni + 2 35.5 um -3.76 cm 1.43 cm 426 MeV 10 keV 3.49 cm 4.23 cm World eIoni + 3 47.1 um -5.77 cm 1.62 cm 627 MeV 2.3 keV 2.02 cm 6.25 cm World eIoni + 4 87.1 um -20 cm 2.22 cm 2.05 GeV 34.6 keV 14.2 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 -363 um -13.3 cm 2.04 cm 1.1 keV 0 eV 0 fm 0 fm World initStep - 1 -365 um -13.3 cm 2.04 cm 232 keV 1.1 keV 60.7 um 60.7 um World eIoni - 2 -380 um -20 cm 2.04 cm 670 MeV 17.8 keV 7.22 cm 7.23 cm OutOfWorldTransportation + 0 47.1 um -5.77 cm 1.62 cm 1.85 keV 0 eV 0 fm 0 fm World initStep + 1 48.2 um -5.77 cm 1.62 cm 559 keV 1.85 keV 134 um 134 um World eIoni + 2 54.4 um -20 cm 1.62 cm 1.42 GeV 20.7 keV 14.8 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 -255 um -9.01 cm 1.85 cm 1.26 keV 0 eV 0 fm 0 fm World initStep - 1 -252 um -9.01 cm 1.85 cm 294 keV 1.26 keV 74.7 um 74.7 um World eIoni - 2 -228 um -20 cm 1.85 cm 1.1 GeV 25.1 keV 12 cm 12 cm OutOfWorldTransportation + 0 35.5 um -3.76 cm 1.43 cm 1.79 keV 0 eV 0 fm 0 fm World initStep + 1 41.2 um -3.76 cm 1.43 cm 525 keV 1.79 keV 126 um 126 um World eIoni + 2 72.9 um -20 cm 1.42 cm 1.62 GeV 30.1 keV 17 cm 17.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -179 um -6.83 cm 1.71 cm 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 -177 um -6.83 cm 1.72 cm 252 keV 1.15 keV 65.2 um 65.2 um World eIoni - 2 -165 um -20 cm 1.72 cm 1.32 GeV 35.2 keV 15.2 cm 15.2 cm OutOfWorldTransportation + 0 -2.76 um -3.9 mm 5.92 mm 1.4 keV 0 eV 0 fm 0 fm World initStep + 1 -6.86 um -3.93 mm 5.92 mm 350 keV 1.4 keV 87.2 um 87.2 um World eIoni + 2 -35.3 um -20 cm 5.93 mm 1.96 GeV 39 keV 22.1 cm 22.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4535,106 +4856,109 @@ 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 15.2 um -1.01 cm 8.93 mm 151 MeV 2.5 keV 1.43 cm 1.43 cm World eIoni - 2 71.5 um -10.3 cm 1.9 cm 1.08 GeV 17.9 keV 9.35 cm 10.8 cm World eIoni - 3 106 um -20 cm 2.22 cm 2.05 GeV 21.6 keV 9.72 cm 20.5 cm OutOfWorldTransportation + 1 -42.3 um -8.58 cm 1.78 cm 907 MeV 17 keV 9.07 cm 9.07 cm World eIoni + 2 -431 um -20 cm 2.18 cm 2.05 GeV 26.1 keV 11.4 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 71.5 um -10.3 cm 1.9 cm 1.34 keV 0 eV 0 fm 0 fm World initStep - 1 67.8 um -10.3 cm 1.9 cm 323 keV 1.34 keV 81.2 um 81.2 um World eIoni - 2 43.6 um -20 cm 1.9 cm 971 MeV 22.2 keV 10.3 cm 10.3 cm OutOfWorldTransportation + 0 -42.3 um -8.58 cm 1.78 cm 1.69 keV 0 eV 0 fm 0 fm World initStep + 1 -40.5 um -8.58 cm 1.78 cm 480 keV 1.69 keV 116 um 116 um World eIoni + 2 -30.5 um -20 cm 1.78 cm 1.14 GeV 22.8 keV 11.9 cm 11.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 15.2 um -1.01 cm 8.93 mm 1.33 keV 0 eV 0 fm 0 fm World initStep - 1 12 um -1.02 cm 8.92 mm 322 keV 1.33 keV 81 um 81 um World eIoni - 2 -11.8 um -20 cm 8.91 mm 1.9 GeV 44.2 keV 21.8 cm 21.8 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 54.4 um -3.69 cm 1.41 cm 419 MeV 6.96 keV 4.17 cm 4.17 cm World eIoni + 2 55.5 um -4.81 cm 1.53 cm 530 MeV 1.98 keV 1.12 cm 5.29 cm World eIoni + 3 90.2 um -13.4 cm 2.01 cm 1.39 GeV 20.3 keV 8.57 cm 13.9 cm World eIoni + 4 96.5 um -14.5 cm 2.05 cm 1.5 GeV 3.25 keV 1.12 cm 15 cm World eIoni + 5 100 um -15.1 cm 2.07 cm 1.56 GeV 785 eV 6.59 mm 15.6 cm World eIoni + 6 124 um -20 cm 2.21 cm 2.05 GeV 9.23 keV 4.87 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z 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.1 um -1.93 cm 1.14 cm 243 MeV 3.45 keV 2.38 cm 2.38 cm World eIoni - 2 -85.7 um -4.04 cm 1.46 cm 454 MeV 6.39 keV 2.14 cm 4.52 cm World eIoni - 3 -160 um -10.6 cm 1.91 cm 1.11 GeV 14.2 keV 6.58 cm 11.1 cm World eIoni - 4 -216 um -20 cm 2.22 cm 2.05 GeV 23.4 keV 9.4 cm 20.5 cm OutOfWorldTransportation + 0 100 um -15.1 cm 2.07 cm 1.23 keV 0 eV 0 fm 0 fm World initStep + 1 104 um -15.1 cm 2.07 cm 282 keV 1.23 keV 72 um 72 um World eIoni + 2 127 um -20 cm 2.07 cm 487 MeV 10.5 keV 5.05 cm 5.06 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -160 um -10.6 cm 1.91 cm 1.99 keV 0 eV 0 fm 0 fm World initStep - 1 -166 um -10.6 cm 1.91 cm 633 keV 1.99 keV 150 um 150 um World eIoni - 2 -190 um -20 cm 1.91 cm 940 MeV 12.8 keV 9.58 cm 9.6 cm OutOfWorldTransportation + 0 96.5 um -14.5 cm 2.05 cm 1.79 keV 0 eV 0 fm 0 fm World initStep + 1 91.2 um -14.5 cm 2.05 cm 526 keV 1.79 keV 126 um 126 um World eIoni + 2 65.7 um -20 cm 2.05 cm 553 MeV 7.22 keV 5.61 cm 5.62 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -85.7 um -4.04 cm 1.46 cm 2.65 keV 0 eV 0 fm 0 fm World initStep - 1 -76.6 um -4.05 cm 1.46 cm 1.04 MeV 2.65 keV 238 um 238 um World eIoni - 2 -201 um -4.68 cm 1.46 cm 63.6 MeV 890 eV 6.25 mm 6.49 mm World eIoni - 3 -781 um -12.2 cm 1.49 cm 819 MeV 11.1 keV 7.55 cm 8.2 cm World eIoni - 4 -882 um -15.5 cm 1.49 cm 1.14 GeV 8.36 keV 3.23 cm 11.4 cm World eIoni - 5 -988 um -20 cm 1.49 cm 1.6 GeV 11.2 keV 4.54 cm 16 cm OutOfWorldTransportation + 0 90.2 um -13.4 cm 2.01 cm 1.39 keV 0 eV 0 fm 0 fm World initStep + 1 86.3 um -13.4 cm 2.01 cm 345 keV 1.39 keV 86.3 um 86.3 um World eIoni + 2 63.1 um -20 cm 2.01 cm 664 MeV 13.5 keV 6.89 cm 6.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -882 um -15.5 cm 1.49 cm 1.04 keV 0 eV 0 fm 0 fm World initStep - 1 -881 um -15.5 cm 1.49 cm 213 keV 1.04 keV 56.5 um 56.5 um World eIoni - 2 -874 um -20 cm 1.49 cm 454 MeV 11 keV 4.81 cm 4.81 cm OutOfWorldTransportation + 0 55.5 um -4.81 cm 1.53 cm 1.05 keV 0 eV 0 fm 0 fm World initStep + 1 58.1 um -4.81 cm 1.53 cm 217 keV 1.05 keV 57.1 um 57.1 um World eIoni + 2 3.69 cm -15.3 cm 4.04 cm 1.05 GeV 32.9 keV 12.2 cm 12.2 cm World eIoni + 3 4.39 cm -19.5 cm 4.12 cm 1.47 GeV 8.45 keV 4.24 cm 16.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -781 um -12.2 cm 1.49 cm 2.13 keV 0 eV 0 fm 0 fm World initStep - 1 -784 um -12.2 cm 1.49 cm 711 keV 2.13 keV 167 um 167 um World eIoni - 2 -914 um -12.7 cm 1.49 cm 44.2 MeV 732 eV 4.35 mm 4.51 mm World eIoni - 3 -1.22 mm -20 cm 1.53 cm 777 MeV 12.1 keV 7.33 cm 7.78 cm OutOfWorldTransportation + 0 54.4 um -3.69 cm 1.41 cm 3.83 keV 0 eV 0 fm 0 fm World initStep + 1 54.2 um -3.71 cm 1.41 cm 1.99 MeV 3.83 keV 448 um 448 um World eIoni + 2 72.1 um -4.16 cm 1.42 cm 46.7 MeV 569 eV 4.47 mm 4.92 mm World eIoni + 3 123 um -5.64 cm 1.43 cm 195 MeV 3.12 keV 1.48 cm 1.97 cm World eIoni + 4 134 um -15.5 cm 1.46 cm 1.18 GeV 18.8 keV 9.82 cm 11.8 cm World eIoni + 5 90.3 um -20 cm 1.46 cm 1.63 GeV 10.4 keV 4.55 cm 16.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -42.1 um -1.93 cm 1.14 cm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 -40 um -1.93 cm 1.14 cm 218 keV 1.06 keV 57.5 um 57.5 um World eIoni - 2 3.55 cm -12.6 cm -1.63 cm 1.06 GeV 26.9 keV 12.3 cm 12.3 cm World eIoni - 3 4.57 cm -19.5 cm -4.59 cm 1.75 GeV 18.7 keV 7.59 cm 19.9 cm OutOfWorldTransportation + 0 134 um -15.5 cm 1.46 cm 2.33 keV 0 eV 0 fm 0 fm World initStep + 1 127 um -15.5 cm 1.46 cm 829 keV 2.33 keV 192 um 192 um World eIoni + 2 -300 um -16.6 cm 1.48 cm 111 MeV 1.05 keV 1.11 cm 1.13 cm World eIoni + 3 -503 um -20 cm 1.5 cm 455 MeV 4.9 keV 3.43 cm 4.56 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 7, 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 -285 um -11.9 cm 1.93 cm 1.24 GeV 23.8 keV 12.4 cm 12.4 cm World eIoni - 2 -323 um -20 cm 2.17 cm 2.05 GeV 16.7 keV 8.1 cm 20.5 cm OutOfWorldTransportation + 0 123 um -5.64 cm 1.43 cm 2.15 keV 0 eV 0 fm 0 fm World initStep + 1 117 um -5.64 cm 1.43 cm 725 keV 2.15 keV 170 um 170 um World eIoni + 2 -69.6 um -8.07 cm 1.27 cm 243 MeV 3.84 keV 2.44 cm 2.45 cm World eIoni + 3 954 um -10.7 cm 1.18 cm 503 MeV 6.07 keV 2.6 cm 5.06 cm World eIoni + 4 2.43 mm -20 cm 1.05 cm 1.44 GeV 19.1 keV 9.33 cm 14.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -285 um -11.9 cm 1.93 cm 1.01 keV 0 eV 0 fm 0 fm World initStep - 1 -283 um -11.9 cm 1.93 cm 202 keV 1.01 keV 53.8 um 53.8 um World eIoni - 2 -261 um -20 cm 1.92 cm 809 MeV 20.6 keV 9.14 cm 9.14 cm OutOfWorldTransportation + 0 954 um -10.7 cm 1.18 cm 1.44 keV 0 eV 0 fm 0 fm World initStep + 1 951 um -10.7 cm 1.18 cm 367 keV 1.44 keV 91.1 um 91.1 um World eIoni + 2 928 um -20 cm 1.18 cm 933 MeV 19.4 keV 9.79 cm 9.8 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4642,35 +4966,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 0 fm -20 cm 2.22 cm 2.05 GeV 38.1 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 -41.9 um -1.91 cm 1.13 cm 241 MeV 5.69 keV 2.36 cm 2.36 cm World eIoni + 2 -103 um -20 cm 2.22 cm 2.05 GeV 35.6 keV 18.1 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -181 um -7 cm 1.7 cm 750 MeV 14.4 keV 7.49 cm 7.49 cm World eIoni - 2 -371 um -16.9 cm 2.07 cm 1.74 GeV 15.7 keV 9.88 cm 17.4 cm World eIoni - 3 -410 um -20 cm 2.14 cm 2.05 GeV 8.86 keV 3.13 cm 20.5 cm OutOfWorldTransportation + 0 -41.9 um -1.91 cm 1.13 cm 6.19 keV 0 eV 0 fm 0 fm World initStep + 1 -58.7 um -1.95 cm 1.13 cm 4.67 MeV 4.73 keV 1.04 mm 1.04 mm World eIoni + 2 -1.13 mm -2.1 cm 1.17 cm 19.2 MeV 400 eV 1.99 mm 3.03 mm World eIoni + 3 -2.32 mm -4.06 cm 1.22 cm 216 MeV 2.77 keV 1.97 cm 2.27 cm World eIoni + 4 -3.14 mm -17.4 cm 1.27 cm 1.55 GeV 22.6 keV 13.4 cm 15.7 cm World eIoni + 5 -3.18 mm -20 cm 1.28 cm 1.81 GeV 5.33 keV 2.56 cm 18.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -371 um -16.9 cm 2.07 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -373 um -16.9 cm 2.07 cm 275 keV 1.22 keV 70.5 um 70.5 um World eIoni - 2 -388 um -20 cm 2.06 cm 313 MeV 7.69 keV 3.21 cm 3.21 cm OutOfWorldTransportation + 0 -3.14 mm -17.4 cm 1.27 cm 2.22 keV 0 eV 0 fm 0 fm World initStep + 1 -3.14 mm -17.4 cm 1.27 cm 763 keV 2.22 keV 178 um 178 um World eIoni + 2 -3.15 mm -17.6 cm 1.28 cm 15.5 MeV 30.8 eV 1.48 mm 1.65 mm World eIoni + 3 -3.23 mm -20 cm 1.28 cm 256 MeV 3.82 keV 2.4 cm 2.57 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 -3.15 mm -17.6 cm 1.28 cm 1.67 keV 0 eV 0 fm 0 fm World initStep + 1 -3.15 mm -17.6 cm 1.28 cm 468 keV 1.67 keV 114 um 114 um World eIoni + 2 -3.13 mm -20 cm 1.28 cm 240 MeV 4.24 keV 2.42 cm 2.43 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -181 um -7 cm 1.7 cm 1.48 keV 0 eV 0 fm 0 fm World initStep - 1 -185 um -7 cm 1.7 cm 383 keV 1.48 keV 94.6 um 94.6 um World eIoni - 2 -210 um -20 cm 1.7 cm 1.3 GeV 25.7 keV 13.9 cm 13.9 cm OutOfWorldTransportation + 0 -2.32 mm -4.06 cm 1.22 cm 8.31 keV 0 eV 0 fm 0 fm World initStep + 1 -2.33 mm -4.08 cm 1.22 cm 2.14 MeV 261 eV 229 um 229 um World eIoni + 2 -784 um -20 cm 1.21 cm 1.59 GeV 23.5 keV 16 cm 16.1 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4678,47 +5015,44 @@ 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 16.4 um -1.58 cm 1.06 cm 208 MeV 3.82 keV 2.02 cm 2.02 cm World eIoni - 2 66.3 um -15.9 cm 2.11 cm 1.64 GeV 25.2 keV 14.3 cm 16.4 cm World eIoni - 3 61.3 um -20 cm 2.22 cm 2.05 GeV 6.77 keV 4.14 cm 20.5 cm OutOfWorldTransportation + 1 73.9 um -19.6 cm 2.11 cm 2.01 GeV 36.3 keV 20.1 cm 20.1 cm World eIoni + 2 65.4 um -20 cm 2.11 cm 2.05 GeV 596 eV 3.58 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 66.3 um -15.9 cm 2.11 cm 1.23 keV 0 eV 0 fm 0 fm World initStep - 1 68.5 um -15.9 cm 2.11 cm 281 keV 1.23 keV 71.9 um 71.9 um World eIoni - 2 82.5 um -20 cm 2.11 cm 414 MeV 7.13 keV 4.27 cm 4.27 cm OutOfWorldTransportation + 0 73.9 um -19.6 cm 2.11 cm 1.68 keV 0 eV 0 fm 0 fm World initStep + 1 72.5 um -19.6 cm 2.11 cm 475 keV 1.68 keV 115 um 115 um World eIoni + 2 68.4 um -20 cm 2.11 cm 35.8 MeV 228 eV 3.54 mm 3.66 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 16.4 um -1.58 cm 1.06 cm 48.2 keV 0 eV 0 fm 0 fm World initStep - 1 -153 um -2.14 cm 1.07 cm 58.9 MeV 4.66 keV 6.39 mm 6.39 mm World eIoni - 2 4.68 mm -9.66 cm -4.15 mm 810 MeV 15.4 keV 7.83 cm 8.47 cm World eIoni - 3 5.35 mm -13.3 cm -5.96 mm 1.18 GeV 8.91 keV 3.7 cm 12.2 cm World eIoni - 4 6.13 mm -20 cm -8.13 mm 1.84 GeV 14.8 keV 6.65 cm 18.8 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 1.44 um -6.9 mm 7.62 mm 119 MeV 1.14 keV 1.08 cm 1.08 cm World eIoni + 2 62.4 um -20 cm 2.23 cm 2.05 GeV 40.6 keV 19.4 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 5.35 mm -13.3 cm -5.96 mm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 5.35 mm -13.3 cm -5.96 mm 244 keV 1.13 keV 63.6 um 63.6 um World eIoni - 2 5.37 mm -20 cm -5.96 mm 665 MeV 14.8 keV 7.11 cm 7.12 cm OutOfWorldTransportation + 0 1.44 um -6.9 mm 7.62 mm 1.15 keV 0 eV 0 fm 0 fm World initStep + 1 -1.8 um -6.92 mm 7.62 mm 250 keV 1.15 keV 64.8 um 64.8 um World eIoni + 2 -3.03 cm -13.9 cm -3.94 cm 1.33 GeV 29.8 keV 15.3 cm 15.3 cm World eIoni + 3 -3.99 cm -19.6 cm -5.47 cm 1.89 GeV 13.5 keV 5.94 cm 21.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, 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.68 mm -9.66 cm -4.15 mm 1.18 keV 0 eV 0 fm 0 fm World initStep - 1 4.68 mm -9.66 cm -4.15 mm 261 keV 1.18 keV 67.3 um 67.3 um World eIoni - 2 4.66 mm -20 cm -4.14 mm 1.03 GeV 23.3 keV 11.4 cm 11.4 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 0 fm -20 cm 2.22 cm 2.05 GeV 42.7 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4726,76 +5060,79 @@ 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 -139 um -13.4 cm 1.97 cm 1.39 GeV 21.8 keV 13.9 cm 13.9 cm World eIoni - 2 -129 um -15.7 cm 2.04 cm 1.62 GeV 4.3 keV 2.29 cm 16.2 cm World eIoni - 3 -113 um -20 cm 2.15 cm 2.05 GeV 7.41 keV 4.3 cm 20.5 cm OutOfWorldTransportation + 1 610 um -14.8 cm 2.11 cm 1.53 GeV 28.2 keV 15.3 cm 15.3 cm World eIoni + 2 940 um -19.2 cm 2.24 cm 1.97 GeV 8.24 keV 4.34 cm 19.7 cm World eIoni + 3 996 um -20 cm 2.26 cm 2.05 GeV 1.05 keV 8.48 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 -129 um -15.7 cm 2.04 cm 1.92 keV 0 eV 0 fm 0 fm World initStep - 1 -124 um -15.7 cm 2.04 cm 594 keV 1.92 keV 141 um 141 um World eIoni - 2 -105 um -20 cm 2.04 cm 430 MeV 9.33 keV 4.34 cm 4.35 cm OutOfWorldTransportation + 0 940 um -19.2 cm 2.24 cm 1.01 keV 0 eV 0 fm 0 fm World initStep + 1 942 um -19.2 cm 2.24 cm 202 keV 1.01 keV 53.7 um 53.7 um World eIoni + 2 956 um -20 cm 2.24 cm 84.8 MeV 1.29 keV 8.55 mm 8.6 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -139 um -13.4 cm 1.97 cm 3.76 keV 0 eV 0 fm 0 fm World initStep - 1 -133 um -13.4 cm 1.97 cm 1.92 MeV 3.76 keV 433 um 433 um World eIoni - 2 -170 um -14.2 cm 1.95 cm 74.2 MeV 149 eV 7.23 mm 7.66 mm World eIoni - 3 -335 um -20 cm 1.91 cm 659 MeV 14.6 keV 5.85 cm 6.61 cm OutOfWorldTransportation + 0 610 um -14.8 cm 2.11 cm 4.29 keV 0 eV 0 fm 0 fm World initStep + 1 593 um -14.8 cm 2.11 cm 2.43 MeV 4.29 keV 545 um 545 um World eIoni + 2 574 um -15.2 cm 2.1 cm 34.6 MeV 282 eV 3.22 mm 3.77 mm World eIoni + 3 610 um -17.5 cm 2.1 cm 269 MeV 6.78 keV 2.34 cm 2.72 cm World eIoni + 4 631 um -20 cm 2.1 cm 519 MeV 4.39 keV 2.5 cm 5.22 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, 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 -50.3 um -2.4 cm 1.23 cm 290 MeV 7.06 keV 2.87 cm 2.87 cm World eIoni - 2 -74.6 um -3.38 cm 1.38 cm 388 MeV 2.4 keV 9.91 mm 3.86 cm World eIoni - 3 -186 um -12.6 cm 1.99 cm 1.31 GeV 19.2 keV 9.27 cm 13.1 cm World eIoni - 4 -218 um -17.5 cm 2.14 cm 1.8 GeV 8.94 keV 4.89 cm 18 cm World eIoni - 5 -227 um -20 cm 2.21 cm 2.05 GeV 5.39 keV 2.48 cm 20.5 cm OutOfWorldTransportation + 0 610 um -17.5 cm 2.1 cm 13.8 keV 0 eV 0 fm 0 fm World initStep + 1 586 um -17.6 cm 2.09 cm 13.5 MeV 4.1 keV 1.73 mm 1.73 mm World eIoni + 2 -894 um -20 cm 2.02 cm 251 MeV 2.88 keV 2.39 cm 2.56 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -218 um -17.5 cm 2.14 cm 121 keV 0 eV 0 fm 0 fm World initStep - 1 -399 um -20 cm 2.13 cm 249 MeV 6.15 keV 2.7 cm 2.7 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 465 um -15.2 cm 2.03 cm 1.57 GeV 32.2 keV 15.7 cm 15.7 cm World eIoni + 2 525 um -16.9 cm 2.08 cm 1.74 GeV 2.32 keV 1.68 cm 17.4 cm World eIoni + 3 623 um -20 cm 2.15 cm 2.05 GeV 6.45 keV 3.12 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -186 um -12.6 cm 1.99 cm 1.22 keV 0 eV 0 fm 0 fm World initStep - 1 -184 um -12.6 cm 1.99 cm 276 keV 1.22 keV 70.8 um 70.8 um World eIoni - 2 -169 um -20 cm 1.99 cm 736 MeV 14 keV 7.82 cm 7.83 cm OutOfWorldTransportation + 0 525 um -16.9 cm 2.08 cm 2.74 keV 0 eV 0 fm 0 fm World initStep + 1 520 um -16.9 cm 2.08 cm 1.1 MeV 2.74 keV 252 um 252 um World eIoni + 2 559 um -17.2 cm 2.08 cm 31.8 MeV 296 eV 3.07 mm 3.32 mm WorldTransportation + 3 559 um -17.2 cm 2.08 cm 31.8 MeV 0 eV 0 fm 3.32 mm World eIoni + 4 667 um -18.2 cm 2.08 cm 127 MeV 1.94 keV 9.55 mm 1.29 cm World eIoni + 5 732 um -20 cm 2.08 cm 312 MeV 4.57 keV 1.85 cm 3.13 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -74.6 um -3.38 cm 1.38 cm 1.05 keV 0 eV 0 fm 0 fm World initStep - 1 -76.9 um -3.39 cm 1.38 cm 216 keV 1.05 keV 57.1 um 57.1 um World eIoni - 2 3.74 cm -13.9 cm -1.01 cm 1.05 GeV 23.5 keV 12.1 cm 12.1 cm World eIoni - 3 5.97 cm -19.1 cm -3.22 cm 1.57 GeV 14.7 keV 6.09 cm 18.2 cm OutOfWorldTransportation + 0 667 um -18.2 cm 2.08 cm 1.81 keV 0 eV 0 fm 0 fm World initStep + 1 670 um -18.2 cm 2.08 cm 540 keV 1.81 keV 129 um 129 um World eIoni + 2 682 um -20 cm 2.08 cm 185 MeV 2.8 keV 1.85 cm 1.86 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -50.3 um -2.4 cm 1.23 cm 1.43 keV 0 eV 0 fm 0 fm World initStep - 1 -46.1 um -2.41 cm 1.23 cm 362 keV 1.43 keV 90.1 um 90.1 um World eIoni - 2 -17.2 um -20 cm 1.23 cm 1.76 GeV 30.8 keV 19.4 cm 19.4 cm OutOfWorldTransportation + 0 465 um -15.2 cm 2.03 cm 4.65 keV 0 eV 0 fm 0 fm World initStep + 1 478 um -15.2 cm 2.03 cm 2.81 MeV 4.65 keV 629 um 629 um World eIoni + 2 464 um -15.5 cm 2.03 cm 33.2 MeV 1.5 keV 3.04 mm 3.67 mm World eIoni + 3 446 um -20 cm 2.04 cm 480 MeV 9.26 keV 4.46 cm 4.83 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4803,7 +5140,7 @@ 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 42.2 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 1 0 fm -20 cm 2.22 cm 2.05 GeV 36.6 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4811,159 +5148,149 @@ 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 -374 um -15.8 cm 2.04 cm 1.63 GeV 28.8 keV 16.3 cm 16.3 cm World eIoni - 2 -609 um -20 cm 2.12 cm 2.05 GeV 8.18 keV 4.16 cm 20.5 cm OutOfWorldTransportation + 1 -8.92 um -2.64 cm 1.26 cm 314 MeV 5.67 keV 3.1 cm 3.1 cm World eIoni + 2 -12.9 um -5.86 cm 1.62 cm 636 MeV 4.36 keV 3.24 cm 6.34 cm World eIoni + 3 -14 um -20 cm 2.22 cm 2.05 GeV 34.4 keV 14.2 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -374 um -15.8 cm 2.04 cm 2.2 keV 0 eV 0 fm 0 fm World initStep - 1 -376 um -15.8 cm 2.04 cm 751 keV 2.2 keV 175 um 175 um World eIoni - 2 -6.63 um -17.4 cm 1.97 cm 157 MeV 3.9 keV 1.56 cm 1.58 cm World eIoni - 3 39.6 um -20 cm 1.9 cm 416 MeV 4.04 keV 2.6 cm 4.18 cm OutOfWorldTransportation + 0 -12.9 um -5.86 cm 1.62 cm 1.47 keV 0 eV 0 fm 0 fm World initStep + 1 -8.44 um -5.86 cm 1.62 cm 376 keV 1.47 keV 93.2 um 93.2 um World eIoni + 2 20.8 um -20 cm 1.62 cm 1.41 GeV 27.4 keV 15.2 cm 15.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z 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.7 um -1.96 cm 1.15 cm 246 MeV 5.47 keV 2.42 cm 2.42 cm World eIoni - 2 -164 um -15.7 cm 2.11 cm 1.62 GeV 32.1 keV 13.8 cm 16.2 cm World eIoni - 3 -165 um -16 cm 2.12 cm 1.65 GeV 737 eV 2.85 mm 16.5 cm World eIoni - 4 -184 um -20 cm 2.24 cm 2.05 GeV 7.79 keV 3.99 cm 20.5 cm OutOfWorldTransportation + 0 -8.92 um -2.64 cm 1.26 cm 1.66 keV 0 eV 0 fm 0 fm World initStep + 1 -5.62 um -2.64 cm 1.26 cm 465 keV 1.66 keV 113 um 113 um World eIoni + 2 14.5 um -20 cm 1.26 cm 1.74 GeV 29.6 keV 18.5 cm 18.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -165 um -16 cm 2.12 cm 1.7 keV 0 eV 0 fm 0 fm World initStep - 1 -160 um -16 cm 2.12 cm 485 keV 1.7 keV 117 um 117 um World eIoni - 2 -134 um -20 cm 2.12 cm 399 MeV 5.91 keV 4.04 cm 4.05 cm OutOfWorldTransportation + 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.2 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -164 um -15.7 cm 2.11 cm 6.82 keV 0 eV 0 fm 0 fm World initStep - 1 -144 um -15.7 cm 2.11 cm 2.08 MeV 679 eV 231 um 231 um World eIoni - 2 -898 um -20 cm 2.24 cm 428 MeV 9.08 keV 4.29 cm 4.31 cm OutOfWorldTransportation + 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 38.3 keV 20.5 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -42.7 um -1.96 cm 1.15 cm 18.5 keV 0 eV 0 fm 0 fm World initStep - 1 -122 um -2.18 cm 1.15 cm 23.4 MeV 4.93 keV 3.02 mm 3.02 mm World eIoni - 2 -90.1 um -2.47 cm 1.09 cm 52.1 MeV 201 eV 2.93 mm 5.96 mm World eIoni - 3 -76.6 um -2.68 cm 1.07 cm 72.9 MeV 346 eV 2.09 mm 8.05 mm World eIoni - 4 -223 um -13.5 cm 8.87 mm 1.15 GeV 24.2 keV 10.8 cm 11.6 cm World eIoni - 5 -377 um -20 cm 8.62 mm 1.8 GeV 11.9 keV 6.54 cm 18.1 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 340 um -9.08 cm 1.83 cm 958 MeV 20 keV 9.57 cm 9.57 cm World eIoni + 2 642 um -15.1 cm 2.08 cm 1.56 GeV 12.6 keV 6.05 cm 15.6 cm World eIoni + 3 699 um -16.6 cm 2.12 cm 1.71 GeV 2.76 keV 1.5 cm 17.1 cm World eIoni + 4 812 um -20 cm 2.21 cm 2.05 GeV 7.93 keV 3.37 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -223 um -13.5 cm 8.87 mm 1.06 keV 0 eV 0 fm 0 fm World initStep - 1 -220 um -13.5 cm 8.87 mm 217 keV 1.06 keV 57.4 um 57.4 um World eIoni - 2 -198 um -20 cm 8.87 mm 654 MeV 14.8 keV 7.1 cm 7.11 cm OutOfWorldTransportation + 0 699 um -16.6 cm 2.12 cm 4.51 keV 0 eV 0 fm 0 fm World initStep + 1 682 um -16.7 cm 2.12 cm 2.65 MeV 4.51 keV 594 um 594 um World eIoni + 2 665 um -16.8 cm 2.13 cm 20.7 MeV 219 eV 1.81 mm 2.4 mm World eIoni + 3 639 um -20 cm 2.13 cm 337 MeV 8.65 keV 3.16 cm 3.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -76.6 um -2.68 cm 1.07 cm 1.39 keV 0 eV 0 fm 0 fm World initStep - 1 -75.1 um -2.68 cm 1.07 cm 344 keV 1.39 keV 86 um 86 um World eIoni - 2 -64.8 um -20 cm 1.07 cm 1.73 GeV 34.9 keV 19.3 cm 19.3 cm OutOfWorldTransportation + 0 642 um -15.1 cm 2.08 cm 3.66 keV 0 eV 0 fm 0 fm World initStep + 1 632 um -15.1 cm 2.08 cm 1.83 MeV 3.66 keV 413 um 413 um World eIoni + 2 655 um -16 cm 2.09 cm 87.7 MeV 895 eV 8.59 mm 9 mm World eIoni + 3 805 um -20 cm 2.1 cm 487 MeV 7.18 keV 4 cm 4.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z 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.91 um -2.18 mm 4.53 mm 71.8 MeV 789 eV 5.17 mm 5.17 mm World eIoni - 2 -74.4 um -9.97 cm 1.86 cm 1.05 GeV 17.4 keV 9.95 cm 10.5 cm World eIoni - 3 -82.4 um -10.7 cm 1.89 cm 1.12 GeV 1.12 keV 7.23 mm 11.2 cm World eIoni - 4 -110 um -14.2 cm 2.02 cm 1.47 GeV 7.2 keV 3.48 cm 14.7 cm World eIoni - 5 -138 um -20 cm 2.18 cm 2.05 GeV 11.1 keV 5.83 cm 20.5 cm OutOfWorldTransportation + 0 340 um -9.08 cm 1.83 cm 1.67 keV 0 eV 0 fm 0 fm World initStep + 1 344 um -9.09 cm 1.83 cm 468 keV 1.67 keV 114 um 114 um World eIoni + 2 370 um -20 cm 1.83 cm 1.09 GeV 17.9 keV 11.3 cm 11.3 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -110 um -14.2 cm 2.02 cm 2.37 keV 0 eV 0 fm 0 fm World initStep - 1 -103 um -14.2 cm 2.02 cm 856 keV 2.37 keV 198 um 198 um World eIoni - 2 -151 um -14.5 cm 2.02 cm 30.7 MeV 34.9 eV 2.98 mm 3.18 mm World eIoni - 3 -127 um -19.9 cm 2.02 cm 570 MeV 10.3 keV 5.4 cm 5.72 cm World eIoni - 4 -127 um -20 cm 2.02 cm 583 MeV 379 eV 1.25 mm 5.84 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 4.34 um -2.2 mm 4.56 mm 72 MeV 534 eV 5.21 mm 5.21 mm World eIoni + 2 97.7 um -20 cm 2.22 cm 2.05 GeV 35.1 keV 20 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -127 um -19.9 cm 2.02 cm 1.57 keV 0 eV 0 fm 0 fm World initStep - 1 -123 um -19.9 cm 2.02 cm 424 keV 1.57 keV 104 um 104 um World eIoni - 2 -114 um -20 cm 2.02 cm 12.5 MeV 261 eV 1.21 mm 1.31 mm OutOfWorldTransportation + 0 4.34 um -2.2 mm 4.56 mm 993 eV 0 eV 0 fm 0 fm World initStep + 1 1.76 um -2.22 mm 4.56 mm 197 keV 993 eV 52.7 um 52.7 um World eIoni + 2 -3.01 cm -9.29 cm -1.95 cm 907 MeV 28.2 keV 10.5 cm 10.5 cm World eIoni + 3 -3.79 cm -19.6 cm -2.04 cm 1.94 GeV 21.5 keV 10.4 cm 20.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -82.4 um -10.7 cm 1.89 cm 2.14 keV 0 eV 0 fm 0 fm World initStep - 1 -75.4 um -10.7 cm 1.89 cm 718 keV 2.14 keV 169 um 169 um World eIoni - 2 -5.3 um -11 cm 1.89 cm 32.7 MeV 281 eV 3.2 mm 3.37 mm World eIoni - 3 291 um -15.1 cm 1.87 cm 439 MeV 8.91 keV 4.06 cm 4.4 cm World eIoni - 4 323 um -18.7 cm 1.86 cm 796 MeV 7.2 keV 3.57 cm 7.97 cm World eIoni - 5 332 um -20 cm 1.86 cm 930 MeV 2.73 keV 1.35 cm 9.32 cm OutOfWorldTransportation + 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 = 8, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 323 um -18.7 cm 1.86 cm 4.54 keV 0 eV 0 fm 0 fm World initStep - 1 334 um -18.7 cm 1.86 cm 2.64 MeV 3.17 keV 498 um 498 um World eIoni - 2 353 um -20 cm 1.81 cm 135 MeV 2.5 keV 1.32 cm 1.37 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 5.9 um -4.08 mm 6.06 mm 90.8 MeV 555 eV 7.61 mm 7.61 mm World eIoni + 2 -45.5 um -4.85 cm 1.54 cm 535 MeV 8.81 keV 4.57 cm 5.33 cm World eIoni + 3 -119 um -15.1 cm 2.08 cm 1.56 GeV 20.1 keV 10.2 cm 15.6 cm World eIoni + 4 -120 um -20 cm 2.22 cm 2.05 GeV 9.25 keV 4.94 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 291 um -15.1 cm 1.87 cm 1.96 keV 0 eV 0 fm 0 fm World initStep - 1 293 um -15.1 cm 1.87 cm 617 keV 1.96 keV 146 um 146 um World eIoni - 2 301 um -20 cm 1.87 cm 491 MeV 7.9 keV 4.96 cm 4.98 cm OutOfWorldTransportation + 0 -119 um -15.1 cm 2.08 cm 1.83 keV 0 eV 0 fm 0 fm World initStep + 1 -117 um -15.1 cm 2.08 cm 548 keV 1.83 keV 131 um 131 um World eIoni + 2 -110 um -20 cm 2.08 cm 494 MeV 9.99 keV 5 cm 5.02 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -74.4 um -9.97 cm 1.86 cm 3.16 keV 0 eV 0 fm 0 fm World initStep - 1 -85.1 um -9.99 cm 1.86 cm 1.42 MeV 3.16 keV 321 um 321 um World eIoni - 2 -91.7 um -10.1 cm 1.86 cm 17.6 MeV 97.3 eV 1.62 mm 1.94 mm World eIoni - 3 -229 um -20 cm 1.87 cm 1 GeV 18.8 keV 9.85 cm 10 cm OutOfWorldTransportation + 0 -45.5 um -4.85 cm 1.54 cm 1.41 keV 0 eV 0 fm 0 fm World initStep + 1 -46.8 um -4.85 cm 1.54 cm 353 keV 1.41 keV 88 um 88 um World eIoni + 2 -55.2 um -20 cm 1.54 cm 1.51 GeV 32.9 keV 16.5 cm 16.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.91 um -2.18 mm 4.53 mm 29 keV 0 eV 0 fm 0 fm World initStep - 1 -77.7 um -6.16 mm 4.62 mm 42.1 MeV 4.11 keV 5.05 mm 5.05 mm World eIoni - 2 5.72 mm -3.46 cm 2.73 mm 326 MeV 5.27 keV 2.94 cm 3.44 cm World eIoni - 3 1.03 cm -20 cm 1.17 mm 1.98 GeV 34.2 keV 16.5 cm 20 cm OutOfWorldTransportation + 0 5.9 um -4.08 mm 6.06 mm 1.04 keV 0 eV 0 fm 0 fm World initStep + 1 7.72 um -4.1 mm 6.05 mm 212 keV 1.04 keV 55.9 um 55.9 um World eIoni + 2 2.62 cm -10.6 cm -2.83 cm 1.02 GeV 32.7 keV 11.8 cm 11.8 cm World eIoni + 3 7.23 cm -18.6 cm -9.76 cm 1.82 GeV 23.6 keV 11.8 cm 23.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -4971,94 +5298,100 @@ 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 -117 um -4.32 cm 1.49 cm 483 MeV 7.95 keV 4.8 cm 4.8 cm World eIoni - 2 -182 um -20 cm 2.23 cm 2.05 GeV 36.4 keV 15.7 cm 20.5 cm OutOfWorldTransportation + 1 89.8 um -3.57 cm 1.4 cm 407 MeV 7.45 keV 4.05 cm 4.05 cm World eIoni + 2 209 um -7.78 cm 1.76 cm 828 MeV 9.87 keV 4.23 cm 8.27 cm World eIoni + 3 355 um -20 cm 2.21 cm 2.05 GeV 24.9 keV 12.2 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -117 um -4.32 cm 1.49 cm 5.82 keV 0 eV 0 fm 0 fm World initStep - 1 -105 um -4.36 cm 1.49 cm 3.61 MeV 2.45 keV 537 um 537 um World eIoni - 2 1.26 mm -10.7 cm 1.8 cm 636 MeV 9.22 keV 6.37 cm 6.42 cm World eIoni - 3 479 um -17.6 cm 2.08 cm 1.33 GeV 12.1 keV 6.91 cm 13.3 cm World eIoni - 4 305 um -20 cm 2.15 cm 1.57 GeV 6.51 keV 2.42 cm 15.7 cm OutOfWorldTransportation + 0 209 um -7.78 cm 1.76 cm 7.2 keV 0 eV 0 fm 0 fm World initStep + 1 218 um -7.84 cm 1.75 cm 6.11 MeV 5.73 keV 1.29 mm 1.29 mm World eIoni + 2 -2.03 mm -8.62 cm 1.77 cm 84.1 MeV 2.45 keV 8.57 mm 9.87 mm World eIoni + 3 -3.29 mm -13.4 cm 1.79 cm 562 MeV 9.41 keV 4.78 cm 5.77 cm World eIoni + 4 -3.87 mm -20 cm 1.79 cm 1.22 GeV 13.7 keV 6.6 cm 12.4 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 479 um -17.6 cm 2.08 cm 4.33 keV 0 eV 0 fm 0 fm World initStep - 1 488 um -17.6 cm 2.08 cm 2.46 MeV 4.33 keV 553 um 553 um World eIoni - 2 504 um -17.8 cm 2.08 cm 25.4 MeV 309 eV 2.29 mm 2.84 mm World eIoni - 3 563 um -20 cm 2.08 cm 242 MeV 3.63 keV 2.17 cm 2.45 cm OutOfWorldTransportation + 0 -3.29 mm -13.4 cm 1.79 cm 1.1 keV 0 eV 0 fm 0 fm World initStep + 1 -3.29 mm -13.4 cm 1.79 cm 233 keV 1.1 keV 61 um 61 um World eIoni + 2 -3.28 mm -20 cm 1.79 cm 660 MeV 17.2 keV 7.1 cm 7.1 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.26 mm -10.7 cm 1.8 cm 1.55 keV 0 eV 0 fm 0 fm World initStep - 1 1.25 mm -10.7 cm 1.8 cm 413 keV 1.55 keV 101 um 101 um World eIoni - 2 1.24 mm -20 cm 1.79 cm 932 MeV 15.4 keV 9.69 cm 9.7 cm OutOfWorldTransportation + 0 89.8 um -3.57 cm 1.4 cm 12.6 keV 0 eV 0 fm 0 fm World initStep + 1 56.5 um -3.69 cm 1.4 cm 12.1 MeV 2.99 keV 1.59 mm 1.59 mm World eIoni + 2 1.96 mm -9.55 cm 1.46 cm 598 MeV 8.14 keV 5.86 cm 6.02 cm World eIoni + 3 3.43 mm -20 cm 1.52 cm 1.64 GeV 23.1 keV 10.5 cm 16.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 5, 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 453 um -11.4 cm 1.96 cm 1.19 GeV 22.2 keV 11.8 cm 11.8 cm World eIoni - 2 484 um -12.6 cm 2.01 cm 1.31 GeV 2.37 keV 1.29 cm 13.1 cm World eIoni - 3 616 um -20 cm 2.22 cm 2.05 GeV 16.2 keV 7.36 cm 20.5 cm OutOfWorldTransportation + 0 1.96 mm -9.55 cm 1.46 cm 26.9 keV 0 eV 0 fm 0 fm World initStep + 1 1.96 mm -9.91 cm 1.47 cm 38.1 MeV 4.2 keV 4.6 mm 4.6 mm World eIoni + 2 2.53 mm -10.4 cm 1.5 cm 88.1 MeV 829 eV 5.05 mm 9.64 mm World eIoni + 3 3.98 mm -18.8 cm 1.6 cm 931 MeV 15.7 keV 8.43 cm 9.4 cm World eIoni + 4 4.01 mm -19.3 cm 1.6 cm 973 MeV 964 eV 4.2 mm 9.82 cm World eIoni + 5 4.07 mm -20 cm 1.6 cm 1.05 GeV 1.42 keV 7.38 mm 10.6 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 484 um -12.6 cm 2.01 cm 4.85 keV 0 eV 0 fm 0 fm World initStep - 1 500 um -12.7 cm 2.01 cm 2.86 MeV 1.64 keV 485 um 485 um World eIoni - 2 1.73 mm -17.2 cm 2.01 cm 453 MeV 5.22 keV 4.53 cm 4.58 cm World eIoni - 3 2.32 mm -20 cm 2.01 cm 736 MeV 6.78 keV 2.83 cm 7.41 cm OutOfWorldTransportation + 0 4.01 mm -19.3 cm 1.6 cm 37.6 keV 0 eV 0 fm 0 fm World initStep + 1 3.03 mm -19.8 cm 1.48 cm 61.3 MeV 8.88 keV 7.2 mm 7.2 mm World eIoni + 2 2.3 mm -20 cm 1.47 cm 76.4 MeV 483 eV 1.68 mm 8.88 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 1.73 mm -17.2 cm 2.01 cm 1.94 keV 0 eV 0 fm 0 fm World initStep - 1 1.73 mm -17.2 cm 2.01 cm 603 keV 1.94 keV 143 um 143 um World eIoni - 2 1.7 mm -20 cm 2.02 cm 283 MeV 3.47 keV 2.84 cm 2.86 cm OutOfWorldTransportation + 0 3.98 mm -18.8 cm 1.6 cm 1.16 keV 0 eV 0 fm 0 fm World initStep + 1 3.98 mm -18.8 cm 1.6 cm 254 keV 1.16 keV 65.7 um 65.7 um World eIoni + 2 3.98 mm -20 cm 1.59 cm 116 MeV 4.31 keV 1.17 cm 1.17 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 453 um -11.4 cm 1.96 cm 19.8 keV 0 eV 0 fm 0 fm World initStep - 1 465 um -11.6 cm 1.95 cm 22.8 MeV 5.24 keV 2.78 mm 2.78 mm World eIoni - 2 1.48 mm -20 cm 2.07 cm 866 MeV 15.3 keV 8.43 cm 8.71 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 3.69 um -1.89 mm 4.24 mm 68.9 MeV 882 eV 4.76 mm 4.76 mm World eIoni + 2 -475 um -19.9 cm 2.27 cm 2.04 GeV 40 keV 19.9 cm 20.4 cm World eIoni + 3 -478 um -20 cm 2.28 cm 2.05 GeV 0 eV 1.05 mm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 762 um -17 cm 2.1 cm 1.75 GeV 33.1 keV 17.5 cm 17.5 cm World eIoni - 2 810 um -20 cm 2.19 cm 2.05 GeV 4.25 keV 3 cm 20.5 cm OutOfWorldTransportation + 0 -475 um -19.9 cm 2.27 cm 9.44 keV 0 eV 0 fm 0 fm World initStep + 1 -683 um -19.9 cm 2.29 cm 5.31 MeV 1.38 keV 628 um 628 um World msc + 2 -736 um -20 cm 2.31 cm 8.26 MeV 98.9 eV 335 um 963 um World msc + 3 -752 um -20 cm 2.31 cm 9.53 MeV 0 eV 135 um 1.1 mm World msc + 4 -764 um -20 cm 2.32 cm 10.6 MeV 102 eV 112 um 1.21 mm World msc + 5 -766 um -20 cm 2.32 cm 10.8 MeV 3.79 eV 22.5 um 1.23 mm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 762 um -17 cm 2.1 cm 1.13 keV 0 eV 0 fm 0 fm World initStep - 1 765 um -17 cm 2.1 cm 243 keV 1.13 keV 63.3 um 63.3 um World eIoni - 2 786 um -20 cm 2.1 cm 299 MeV 4.7 keV 3.08 cm 3.09 cm OutOfWorldTransportation + 0 3.69 um -1.89 mm 4.24 mm 1.71 keV 0 eV 0 fm 0 fm World initStep + 1 -1.61 um -1.94 mm 4.25 mm 490 keV 1.71 keV 118 um 118 um World eIoni + 2 -32.9 um -20 cm 4.25 mm 1.98 GeV 36.6 keV 21.2 cm 21.2 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5066,45 +5399,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 -10.3 um -5.74 mm 7.03 mm 107 MeV 2.56 keV 9.53 mm 9.53 mm World eIoni - 2 -78 um -5.07 cm 1.56 cm 557 MeV 9.86 keV 4.6 cm 5.56 cm World eIoni - 3 -206 um -15 cm 2.07 cm 1.55 GeV 22.1 keV 9.93 cm 15.5 cm World eIoni - 4 -255 um -20 cm 2.21 cm 2.05 GeV 11.6 keV 5.02 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 -206 um -15 cm 2.07 cm 1.72 keV 0 eV 0 fm 0 fm World initStep - 1 -203 um -15 cm 2.07 cm 494 keV 1.72 keV 119 um 119 um World eIoni - 2 -192 um -20 cm 2.07 cm 501 MeV 9.51 keV 5.09 cm 5.1 cm OutOfWorldTransportation + 1 449 um -11 cm 1.92 cm 1.15 GeV 21 keV 11.5 cm 11.5 cm World eIoni + 2 977 um -15.8 cm 2.08 cm 1.63 GeV 12.5 keV 4.79 cm 16.3 cm World eIoni + 3 1.32 mm -20 cm 2.19 cm 2.05 GeV 9.09 keV 4.18 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 -78 um -5.07 cm 1.56 cm 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 -82.9 um -5.08 cm 1.56 cm 495 keV 1.73 keV 120 um 120 um World eIoni - 2 -111 um -20 cm 1.56 cm 1.49 GeV 23.8 keV 15.7 cm 15.7 cm OutOfWorldTransportation + 0 977 um -15.8 cm 2.08 cm 3.73 keV 0 eV 0 fm 0 fm World initStep + 1 991 um -15.8 cm 2.08 cm 1.89 MeV 3.73 keV 427 um 427 um World eIoni + 2 1.01 mm -15.9 cm 2.08 cm 12.2 MeV 0 eV 1.03 mm 1.46 mm World eIoni + 3 985 um -18.7 cm 2.1 cm 291 MeV 4.4 keV 2.79 cm 2.93 cm World eIoni + 4 954 um -20 cm 2.11 cm 418 MeV 2.57 keV 1.27 cm 4.2 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -10.3 um -5.74 mm 7.03 mm 1.52 keV 0 eV 0 fm 0 fm World initStep - 1 -7.83 um -5.77 mm 7.02 mm 398 keV 1.52 keV 98.1 um 98.1 um World eIoni - 2 8.25 um -20 cm 7 mm 1.94 GeV 40.6 keV 21.3 cm 21.3 cm OutOfWorldTransportation + 0 985 um -18.7 cm 2.1 cm 4.12 keV 0 eV 0 fm 0 fm World initStep + 1 970 um -18.8 cm 2.1 cm 2.26 MeV 3.12 keV 500 um 500 um World eIoni + 2 -11.2 um -20 cm 2.07 cm 127 MeV 2.31 keV 1.29 cm 1.34 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z 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.4 keV 20.5 cm 20.5 cm OutOfWorldTransportation + 0 449 um -11 cm 1.92 cm 1.12 keV 0 eV 0 fm 0 fm World initStep + 1 449 um -11 cm 1.92 cm 240 keV 1.12 keV 62.5 um 62.5 um World eIoni + 2 450 um -20 cm 1.92 cm 896 MeV 26.7 keV 9.88 cm 9.89 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5112,38 +5438,39 @@ 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 475 um -11.5 cm 1.96 cm 1.2 GeV 19.9 keV 12 cm 12 cm World eIoni - 2 660 um -16 cm 2.13 cm 1.65 GeV 7.89 keV 4.47 cm 16.5 cm World eIoni - 3 789 um -20 cm 2.24 cm 2.05 GeV 11 keV 4.02 cm 20.5 cm OutOfWorldTransportation + 1 -368 um -14.6 cm 2.12 cm 1.51 GeV 27.5 keV 15.1 cm 15.1 cm World eIoni + 2 -373 um -15.3 cm 2.15 cm 1.58 GeV 638 eV 6.65 mm 15.8 cm World eIoni + 3 -395 um -20 cm 2.32 cm 2.05 GeV 7.67 keV 4.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 660 um -16 cm 2.13 cm 7.09 keV 0 eV 0 fm 0 fm World initStep - 1 631 um -16 cm 2.13 cm 5.93 MeV 4.26 keV 1.27 mm 1.27 mm World eIoni - 2 -316 um -16.1 cm 2.16 cm 12.4 MeV 273 eV 1.31 mm 2.58 mm World eIoni - 3 -2.31 mm -20 cm 2.24 cm 402 MeV 6.22 keV 3.92 cm 4.17 cm OutOfWorldTransportation + 0 -373 um -15.3 cm 2.15 cm 48.2 keV 0 eV 0 fm 0 fm World initStep + 1 -1.5 mm -15.8 cm 2.29 cm 52.8 MeV 3.83 keV 5.65 mm 5.65 mm World eIoni + 2 -3.32 mm -17.8 cm 2.35 cm 252 MeV 4.59 keV 2 cm 2.56 cm World msc + 3 -3.82 mm -19.2 cm 2.37 cm 387 MeV 2.96 keV 1.36 cm 3.92 cm World eIoni + 4 -4.04 mm -20 cm 2.37 cm 472 MeV 1.83 keV 8.46 mm 4.77 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 475 um -11.5 cm 1.96 cm 2.73 keV 0 eV 0 fm 0 fm World initStep - 1 479 um -11.5 cm 1.96 cm 817 keV 1.26 keV 111 um 111 um World eIoni - 2 -4.41 mm -18.1 cm 1.58 cm 662 MeV 10 keV 6.69 cm 6.7 cm World eIoni - 3 -6.16 mm -20 cm 1.39 cm 848 MeV 6.01 keV 1.87 cm 8.57 cm OutOfWorldTransportation + 0 -3.82 mm -19.2 cm 2.37 cm 3.17 keV 0 eV 0 fm 0 fm World initStep + 1 -3.82 mm -19.2 cm 2.36 cm 1.42 MeV 3.17 keV 322 um 322 um World eIoni + 2 -3.82 mm -19.2 cm 2.36 cm 4.47 MeV 0 eV 305 um 627 um World eIoni + 3 -3.84 mm -20 cm 2.36 cm 84.7 MeV 1.27 keV 8.02 mm 8.65 mm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -4.41 mm -18.1 cm 1.58 cm 1.32 keV 0 eV 0 fm 0 fm World initStep - 1 -4.41 mm -18.1 cm 1.58 cm 316 keV 1.32 keV 79.7 um 79.7 um World eIoni - 2 -4.41 mm -20 cm 1.58 cm 186 MeV 3.29 keV 1.88 cm 1.88 cm OutOfWorldTransportation + 0 -368 um -14.6 cm 2.12 cm 1.21 keV 0 eV 0 fm 0 fm World initStep + 1 -365 um -14.6 cm 2.12 cm 272 keV 1.21 keV 69.8 um 69.8 um World eIoni + 2 -342 um -20 cm 2.13 cm 536 MeV 12.1 keV 5.61 cm 5.61 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5151,68 +5478,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 -261 um -9.45 cm 1.83 cm 995 MeV 18.8 keV 9.94 cm 9.94 cm World eIoni - 2 -360 um -20 cm 2.17 cm 2.05 GeV 24.7 keV 10.6 cm 20.5 cm OutOfWorldTransportation + 1 12.7 um -7.37 cm 1.76 cm 787 MeV 17.6 keV 7.86 cm 7.86 cm World eIoni + 2 4.3 um -8.99 cm 1.86 cm 949 MeV 2.42 keV 1.63 cm 9.48 cm World eIoni + 3 -19.9 um -16.7 cm 2.17 cm 1.72 GeV 16.5 keV 7.76 cm 17.2 cm World eIoni + 4 -21.9 um -18.6 cm 2.22 cm 1.91 GeV 3.02 keV 1.91 cm 19.1 cm World eIoni + 5 -23.7 um -20 cm 2.26 cm 2.05 GeV 4.04 keV 1.36 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -261 um -9.45 cm 1.83 cm 3.97 keV 0 eV 0 fm 0 fm World initStep - 1 -246 um -9.47 cm 1.83 cm 2.12 MeV 3.97 keV 476 um 476 um World eIoni - 2 -233 um -9.64 cm 1.83 cm 19.3 MeV 71.5 eV 1.72 mm 2.2 mm World eIoni - 3 -230 um -20 cm 1.82 cm 1.05 GeV 19 keV 10.4 cm 10.6 cm OutOfWorldTransportation + 0 -21.9 um -18.6 cm 2.22 cm 3.76 keV 0 eV 0 fm 0 fm World initStep + 1 -15.5 um -18.7 cm 2.22 cm 1.92 MeV 3.76 keV 433 um 433 um World eIoni + 2 2.96 um -18.8 cm 2.22 cm 20.5 MeV 80.9 eV 1.86 mm 2.29 mm World eIoni + 3 110 um -20 cm 2.2 cm 136 MeV 1.16 keV 1.15 cm 1.38 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 -145 um -5.18 cm 1.58 cm 569 MeV 11.6 keV 5.67 cm 5.67 cm World eIoni - 2 -187 um -10.8 cm 1.92 cm 1.13 GeV 10.2 keV 5.65 cm 11.3 cm World eIoni - 3 -198 um -12.6 cm 2 cm 1.31 GeV 3.5 keV 1.82 cm 13.1 cm World eIoni - 4 -231 um -20 cm 2.22 cm 2.05 GeV 18 keV 7.36 cm 20.5 cm OutOfWorldTransportation + 0 -19.9 um -16.7 cm 2.17 cm 2.91 keV 0 eV 0 fm 0 fm World initStep + 1 -30.2 um -16.7 cm 2.17 cm 1.22 MeV 2.91 keV 279 um 279 um World eIoni + 2 -21.8 um -17.1 cm 2.16 cm 40.2 MeV 163 eV 3.9 mm 4.18 mm World eIoni + 3 6.03 um -18.2 cm 2.15 cm 146 MeV 1.83 keV 1.05 cm 1.47 cm World eIoni + 4 9.82 um -18.5 cm 2.15 cm 173 MeV 71 eV 2.76 mm 1.75 cm World eIoni + 5 20.3 um -20 cm 2.15 cm 326 MeV 3.03 keV 1.53 cm 3.28 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -198 um -12.6 cm 2 cm 6.46 keV 0 eV 0 fm 0 fm World initStep - 1 -196 um -12.7 cm 2 cm 1.41 MeV 330 eV 152 um 152 um World eIoni - 2 -798 um -14.3 cm 1.88 cm 164 MeV 3.64 keV 1.64 cm 1.65 cm World eIoni - 3 -1.08 mm -20 cm 1.86 cm 736 MeV 11.8 keV 5.72 cm 7.38 cm OutOfWorldTransportation + 0 9.82 um -18.5 cm 2.15 cm 1.43 keV 0 eV 0 fm 0 fm World initStep + 1 13.5 um -18.5 cm 2.15 cm 363 keV 1.43 keV 90.2 um 90.2 um World eIoni + 2 30.6 um -20 cm 2.15 cm 153 MeV 2.53 keV 1.54 cm 1.55 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -798 um -14.3 cm 1.88 cm 1.74 keV 0 eV 0 fm 0 fm World initStep - 1 -802 um -14.3 cm 1.88 cm 505 keV 1.74 keV 122 um 122 um World eIoni - 2 -820 um -20 cm 1.88 cm 572 MeV 7.8 keV 5.82 cm 5.83 cm OutOfWorldTransportation + 0 6.03 um -18.2 cm 2.15 cm 1.16 keV 0 eV 0 fm 0 fm World initStep + 1 7.6 um -18.2 cm 2.15 cm 253 keV 1.16 keV 65.5 um 65.5 um World eIoni + 2 16.9 um -20 cm 2.16 cm 181 MeV 3.19 keV 1.83 cm 1.84 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -187 um -10.8 cm 1.92 cm 990 eV 0 eV 0 fm 0 fm World initStep - 1 -189 um -10.8 cm 1.92 cm 196 keV 990 eV 52.4 um 52.4 um World eIoni - 2 929 um -19.8 cm 2.12 cm 895 MeV 24.6 keV 10.4 cm 10.4 cm World eIoni - 3 2.1 mm -20 cm 2.29 cm 918 MeV 373 eV 3.08 mm 10.7 cm OutOfWorldTransportation + 0 4.3 um -8.99 cm 1.86 cm 1.13 keV 0 eV 0 fm 0 fm World initStep + 1 7.4 um -8.99 cm 1.86 cm 243 keV 1.13 keV 63.2 um 63.2 um World eIoni + 2 32 um -20 cm 1.86 cm 1.1 GeV 29.5 keV 12.4 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 -145 um -5.18 cm 1.58 cm 12.5 keV 0 eV 0 fm 0 fm World initStep - 1 -160 um -5.32 cm 1.58 cm 14.3 MeV 4.63 keV 2.14 mm 2.14 mm World eIoni - 2 1.83 mm -5.46 cm 1.58 cm 28.6 MeV 67.6 eV 2.57 mm 4.71 mm World eIoni - 3 7.76 mm -20 cm 1.57 cm 1.48 GeV 30.5 keV 14.6 cm 15 cm OutOfWorldTransportation + 0 12.7 um -7.37 cm 1.76 cm 1.12 keV 0 eV 0 fm 0 fm World initStep + 1 9.97 um -7.37 cm 1.76 cm 241 keV 1.12 keV 62.7 um 62.7 um World eIoni + 2 1.23 mm -19.9 cm 1.69 cm 1.25 GeV 26.9 keV 14.4 cm 14.4 cm World eIoni + 3 1.41 mm -20 cm 1.67 cm 1.26 GeV 400 eV 1.49 mm 14.6 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -5220,85 +5549,81 @@ 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 -34.1 um -4.88 cm 1.56 cm 538 MeV 12 keV 5.36 cm 5.36 cm World eIoni - 2 -39.2 um -15.9 cm 2.13 cm 1.64 GeV 21.2 keV 11 cm 16.4 cm World eIoni - 3 -31.7 um -19.3 cm 2.22 cm 1.98 GeV 8.55 keV 3.45 cm 19.8 cm World eIoni - 4 -31.2 um -19.8 cm 2.23 cm 2.03 GeV 2.92 keV 4.23 mm 20.3 cm World eIoni - 5 -30.9 um -20 cm 2.24 cm 2.05 GeV 220 eV 2.36 mm 20.5 cm OutOfWorldTransportation + 1 13.5 um -8.75 mm 8.41 mm 138 MeV 2.52 keV 1.28 cm 1.28 cm World eIoni + 2 38.7 um -20 cm 2.22 cm 2.05 GeV 32 keV 19.2 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -31.2 um -19.8 cm 2.23 cm 1.29 keV 0 eV 0 fm 0 fm World initStep - 1 -34.8 um -19.8 cm 2.23 cm 303 keV 1.29 keV 76.9 um 76.9 um World eIoni - 2 -47.2 um -20 cm 2.24 cm 23.6 MeV 323 eV 2.33 mm 2.41 mm OutOfWorldTransportation + 0 13.5 um -8.75 mm 8.41 mm 1.16 keV 0 eV 0 fm 0 fm World initStep + 1 12 um -8.77 mm 8.41 mm 255 keV 1.16 keV 65.7 um 65.7 um World eIoni + 2 2.56 cm -14.6 cm -3.87 cm 1.37 GeV 33.9 keV 15.8 cm 15.8 cm World eIoni + 3 2.61 cm -14.8 cm -4 cm 1.39 GeV 781 eV 2.92 mm 16.1 cm World eBrem + 4 3.29 cm -19.7 cm -6 cm 1.88 GeV 10.1 keV 5.33 cm 21.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -31.7 um -19.3 cm 2.22 cm 7.11 keV 0 eV 0 fm 0 fm World initStep - 1 -3.39 um -19.4 cm 2.22 cm 5.96 MeV 7.11 keV 1.27 mm 1.27 mm World eIoni - 2 -1.28 mm -19.6 cm 2.29 cm 30.6 MeV 564 eV 3.62 mm 4.89 mm World eIoni - 3 -1.53 mm -20 cm 2.3 cm 66.2 MeV 1.38 keV 3.57 mm 8.46 mm OutOfWorldTransportation + 0 2.61 cm -14.8 cm -4 cm 1.72 MeV 0 eV 0 fm 0 fm World initStep + 1 3.42 cm -19.7 cm -6.4 cm 1.72 MeV 0 eV 5.49 cm 5.49 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -39.2 um -15.9 cm 2.13 cm 12.4 keV 0 eV 0 fm 0 fm World initStep - 1 -17.2 um -16 cm 2.13 cm 13.4 MeV 2.17 keV 1.92 mm 1.92 mm World eIoni - 2 -3.95 mm -20 cm 1.81 cm 411 MeV 7.2 keV 4.07 cm 4.26 cm OutOfWorldTransportation + 0 0 fm 0 fm 0 fm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 -65.9 um -3.08 cm 1.34 cm 359 MeV 10.1 keV 3.55 cm 3.55 cm World eIoni + 2 -136 um -17.1 cm 2.17 cm 1.76 GeV 25.8 keV 14.1 cm 17.6 cm World eIoni + 3 -133 um -20 cm 2.25 cm 2.05 GeV 4.49 keV 2.86 cm 20.5 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -34.1 um -4.88 cm 1.56 cm 4.15 keV 0 eV 0 fm 0 fm World initStep - 1 -18.8 um -4.9 cm 1.56 cm 2.29 MeV 4.15 keV 515 um 515 um World eIoni - 2 986 nm -5.04 cm 1.56 cm 16.3 MeV 114 eV 1.4 mm 1.92 mm World eIoni - 3 -81.7 um -9.08 cm 1.53 cm 420 MeV 6.96 keV 4.04 cm 4.23 cm World eIoni - 4 31.6 um -17.8 cm 1.52 cm 1.29 GeV 15.8 keV 8.69 cm 12.9 cm World eIoni - 5 47.8 um -20 cm 1.52 cm 1.51 GeV 4.19 keV 2.23 cm 15.2 cm OutOfWorldTransportation + 0 -136 um -17.1 cm 2.17 cm 1.36 keV 0 eV 0 fm 0 fm World initStep + 1 -139 um -17.1 cm 2.17 cm 334 keV 1.36 keV 83.7 um 83.7 um World eIoni + 2 -153 um -20 cm 2.18 cm 286 MeV 3.59 keV 2.9 cm 2.91 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 31.6 um -17.8 cm 1.52 cm 2.78 keV 0 eV 0 fm 0 fm World initStep - 1 22.1 um -17.8 cm 1.52 cm 1.13 MeV 2.78 keV 258 um 258 um World eIoni - 2 18.4 um -17.8 cm 1.52 cm 6.66 MeV 60.9 eV 553 um 811 um World eIoni - 3 17.4 um -20 cm 1.52 cm 223 MeV 2.97 keV 2.16 cm 2.24 cm OutOfWorldTransportation + 0 -65.9 um -3.08 cm 1.34 cm 2.99 keV 0 eV 0 fm 0 fm World initStep + 1 -70.6 um -3.1 cm 1.34 cm 1.28 MeV 2.99 keV 292 um 292 um World eIoni + 2 -72.6 um -3.11 cm 1.34 cm 2.84 MeV 0 eV 156 um 448 um World eIoni + 3 4.98 mm -15.7 cm 9.28 mm 1.26 GeV 22.9 keV 12.6 cm 12.6 cm World eIoni + 4 6.61 mm -20 cm 7.09 mm 1.69 GeV 10.9 keV 4.32 cm 17 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 -81.7 um -9.08 cm 1.53 cm 2.67 keV 0 eV 0 fm 0 fm World initStep - 1 -85.5 um -9.09 cm 1.53 cm 608 keV 533 eV 75.2 um 75.2 um World eIoni - 2 9.06 mm -16.3 cm 1.35 cm 719 MeV 7.17 keV 7.3 cm 7.31 cm World eIoni - 3 1.43 cm -19.9 cm 1.05 cm 1.09 GeV 6.06 keV 3.73 cm 11 cm OutOfWorldTransportation + 0 4.98 mm -15.7 cm 9.28 mm 2.81 keV 0 eV 0 fm 0 fm World initStep + 1 4.98 mm -15.7 cm 9.29 mm 1.15 MeV 2.81 keV 263 um 263 um World eIoni + 2 5 mm -15.8 cm 9.3 mm 11.2 MeV 271 eV 1 mm 1.27 mm World eIoni + 3 5.01 mm -16.6 cm 9.26 mm 87.9 MeV 799 eV 7.67 mm 8.94 mm World eIoni + 4 5 mm -20 cm 9.21 mm 432 MeV 4.33 keV 3.44 cm 4.34 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 4 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.06 mm -16.3 cm 1.35 cm 3.1 keV 0 eV 0 fm 0 fm World initStep - 1 9.07 mm -16.3 cm 1.35 cm 1.37 MeV 3.1 keV 311 um 311 um World eIoni - 2 9.16 mm -16.7 cm 1.35 cm 44.7 MeV 1.29 keV 4.33 mm 4.64 mm World eIoni - 3 9.21 mm -20 cm 1.35 cm 371 MeV 5.92 keV 3.27 cm 3.73 cm OutOfWorldTransportation + 0 5.01 mm -16.6 cm 9.26 mm 1.22 keV 0 eV 0 fm 0 fm World initStep + 1 5 mm -16.6 cm 9.25 mm 278 keV 1.22 keV 71.2 um 71.2 um World eIoni + 2 4.99 mm -20 cm 9.23 mm 344 MeV 4.53 keV 3.53 cm 3.54 cm OutOfWorldTransportation Run terminated. Run Summary Number of events processed : 100 - User=0.040000s Real=0.039972s Sys=0.000000s + User=0.050000s Real=0.061151s Sys=0.010000s # /calor/setAbsMat Air /calor/setWorldMat Xe20CO2 @@ -5698,7 +6023,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -5715,11 +6040,11 @@ Index : 1 used in the geometry : No 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 990 eV e- 1.28943 keV e+ 1.26711 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 1.27787 keV e+ 1.25587 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. --> Event 0 starts. @@ -5729,46 +6054,178 @@ Index : 2 used in the geometry : Yes ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.28 cm 3.54 cm 1 cm 50 MeV 0 eV 0 fm 0 fm World initStep - 1 9.3 cm -7.14 mm 2.43 cm 475 MeV 32.9 keV 4.73 cm 4.73 cm World eIoni - 2 9.3 cm -18.9 cm 3.17 cm 2.29 GeV 103 keV 18.2 cm 22.9 cm World eIoni - 3 9.29 cm -23.2 cm 3.25 cm 2.72 GeV 27.4 keV 4.33 cm 27.2 cm OutOfWorldTransportation + 0 6.65 cm -9.64 cm 1 cm 50 MeV 0 eV 0 fm 0 fm World initStep + 1 6.66 cm -11.6 cm 2.13 cm 249 MeV 10.6 keV 2.45 cm 2.45 cm World eIoni + 2 6.66 cm -12.7 cm 2.31 cm 357 MeV 5.14 keV 1.09 cm 3.54 cm World eIoni + 3 6.66 cm -12.9 cm 2.34 cm 378 MeV 1.9 keV 2.17 mm 3.75 cm World eIoni + 4 6.68 cm -17.5 cm 2.72 cm 840 MeV 26 keV 4.63 cm 8.38 cm World eIoni + 5 6.68 cm -17.7 cm 2.73 cm 855 MeV 1.15 keV 1.57 mm 8.54 cm World eIoni + 6 6.68 cm -20.8 cm 2.87 cm 1.16 GeV 20 keV 3.08 cm 11.6 cm World eIoni + 7 6.68 cm -23.1 cm 2.96 cm 1.39 GeV 20 keV 2.32 cm 13.9 cm World eIoni + 8 6.68 cm -24.1 cm 2.99 cm 1.49 GeV 13.3 keV 1 cm 14.9 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.3 cm -18.9 cm 3.17 cm 5.25 keV 0 eV 0 fm 0 fm World initStep - 1 9.3 cm -18.9 cm 3.17 cm 512 keV 5.25 keV 421 um 421 um World eIoni - 2 9.3 cm -18.9 cm 3.17 cm 7.07 MeV 256 eV 658 um 1.08 mm World eIoni - 3 9.3 cm -19 cm 3.17 cm 17 MeV 471 eV 999 um 2.08 mm World eIoni - 4 9.32 cm -23.2 cm 3.16 cm 432 MeV 22 keV 4.16 cm 4.36 cm OutOfWorldTransportation + 0 6.68 cm -23.1 cm 2.96 cm 1.84 keV 0 eV 0 fm 0 fm World initStep + 1 6.68 cm -23.1 cm 2.96 cm 115 keV 1.84 keV 90.1 um 90.1 um World eIoni + 2 7.12 cm -23.6 cm 2.79 cm 50 MeV 9.13 keV 8.08 mm 8.17 mm World msc + 3 7.36 cm -23.9 cm 2.7 cm 80.2 MeV 1.58 keV 3.99 mm 1.22 cm OutOfWorldTransportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.68 cm -20.8 cm 2.87 cm 4.53 keV 0 eV 0 fm 0 fm World initStep + 1 6.68 cm -20.8 cm 2.87 cm 409 keV 4.53 keV 333 um 333 um World eIoni + 2 6.68 cm -21 cm 2.89 cm 19.1 MeV 2.17 keV 1.9 mm 2.23 mm World eIoni + 3 6.68 cm -21.1 cm 2.89 cm 34 MeV 1.01 keV 1.49 mm 3.72 mm World eIoni + 4 6.65 cm -24 cm 2.91 cm 324 MeV 14.2 keV 2.9 cm 3.27 cm World eIoni + 5 6.65 cm -24.1 cm 2.91 cm 333 MeV 684 eV 867 um 3.36 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.65 cm -24 cm 2.91 cm 196 keV 0 eV 0 fm 0 fm World initStep + 1 6.65 cm -24.1 cm 2.92 cm 9.21 MeV 825 eV 936 um 936 um OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.68 cm -21.1 cm 2.89 cm 1.48 keV 0 eV 0 fm 0 fm World initStep + 1 6.68 cm -21.1 cm 2.89 cm 87.5 keV 1.48 keV 67.1 um 67.1 um World eIoni + 2 6.64 cm -21.6 cm 2.03 cm 44.3 MeV 8.67 keV 1.26 cm 1.26 cm World eIoni + 3 6.84 cm -22.4 cm 1.18 cm 131 MeV 7.35 keV 1.36 cm 2.62 cm World msc + 4 6.92 cm -24 cm 8.35 mm 291 MeV 11.3 keV 1.64 cm 4.26 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.68 cm -17.7 cm 2.73 cm 95.5 keV 0 eV 0 fm 0 fm World initStep + 1 6.67 cm -18.2 cm 2.75 cm 51.5 MeV 12.2 keV 1.44 cm 1.44 cm World eIoni + 2 6.69 cm -18.6 cm 3.11 cm 88.8 MeV 854 eV 5.27 mm 1.96 cm World eIoni + 3 6.75 cm -21.3 cm 3.8 cm 360 MeV 48.9 keV 2.81 cm 4.78 cm World eIoni + 4 6.75 cm -22 cm 3.89 cm 433 MeV 5.18 keV 7.33 mm 5.51 cm World eIoni + 5 6.76 cm -22.5 cm 3.94 cm 485 MeV 3.18 keV 5.29 mm 6.04 cm World eIoni + 6 6.77 cm -24.1 cm 4.07 cm 639 MeV 13.4 keV 1.54 cm 7.58 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.76 cm -22.5 cm 3.94 cm 2.43 keV 0 eV 0 fm 0 fm World initStep + 1 6.76 cm -22.5 cm 3.94 cm 167 keV 2.43 keV 132 um 132 um World eIoni + 2 7.11 cm -23.7 cm 3.91 cm 117 MeV 14.5 keV 2.58 cm 2.59 cm World msc + 3 7.26 cm -23.9 cm 3.88 cm 139 MeV 1.52 keV 2.72 mm 2.86 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.75 cm -22 cm 3.89 cm 1.84 keV 0 eV 0 fm 0 fm World initStep + 1 6.75 cm -22 cm 3.89 cm 114 keV 1.84 keV 90 um 90 um World eIoni + 2 6.78 cm -22.6 cm 3.16 cm 59.1 MeV 7.21 keV 1.16 cm 1.17 cm World msc + 3 6.8 cm -23.3 cm 2.42 cm 129 MeV 6.35 keV 1.06 cm 2.23 cm World msc + 4 6.81 cm -24.1 cm 2.13 cm 205 MeV 6.89 keV 8.06 mm 3.03 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.75 cm -21.3 cm 3.8 cm 2.37 keV 0 eV 0 fm 0 fm World initStep + 1 6.75 cm -21.3 cm 3.8 cm 162 keV 2.37 keV 127 um 127 um World eIoni + 2 5.43 cm -22.4 cm 4.34 cm 108 MeV 19.4 keV 2.23 cm 2.24 cm World msc + 3 3.88 cm -24.7 cm 5.44 cm 342 MeV 18 keV 3.18 cm 5.43 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.69 cm -18.6 cm 3.11 cm 2.22 keV 0 eV 0 fm 0 fm World initStep + 1 6.69 cm -18.6 cm 3.11 cm 150 keV 2.22 keV 116 um 116 um World eIoni + 2 4.73 cm -19.6 cm 3.14 cm 105 MeV 22.7 keV 2.89 cm 2.9 cm World eIoni + 3 4.32 cm -24.6 cm 3.92 cm 605 MeV 32.9 keV 5.1 cm 8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.68 cm -17.5 cm 2.72 cm 3.8 keV 0 eV 0 fm 0 fm World initStep + 1 6.68 cm -17.5 cm 2.72 cm 315 keV 3.8 keV 252 um 252 um World eIoni + 2 6.65 cm -17.7 cm 2.71 cm 17.1 MeV 834 eV 1.72 mm 1.97 mm World eIoni + 3 6.64 cm -18.1 cm 2.72 cm 57.8 MeV 1.08 keV 4.07 mm 6.04 mm World eIoni + 4 6.61 cm -21.5 cm 2.74 cm 401 MeV 27.3 keV 3.43 cm 4.04 cm World eBrem + 5 6.61 cm -22.9 cm 2.75 cm 531 MeV 8 keV 1.3 cm 5.34 cm World eIoni + 6 6.6 cm -24.1 cm 2.75 cm 657 MeV 8.74 keV 1.26 cm 6.6 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.61 cm -22.9 cm 2.75 cm 1.81 keV 0 eV 0 fm 0 fm World initStep + 1 6.61 cm -22.9 cm 2.75 cm 112 keV 1.81 keV 88 um 88 um World eIoni + 2 6.58 cm -23.4 cm 2.15 cm 54.2 MeV 6.49 keV 9.84 mm 9.92 mm World msc + 3 6.44 cm -24.1 cm 1.85 cm 121 MeV 4.32 keV 7.46 mm 1.74 cm World msc + 4 6.43 cm -24.2 cm 1.82 cm 131 MeV 643 eV 1.02 mm 1.84 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 5 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.64 cm -18.1 cm 2.72 cm 1.69 keV 0 eV 0 fm 0 fm World initStep + 1 6.64 cm -18.1 cm 2.72 cm 103 keV 1.69 keV 80.3 um 80.3 um World eIoni + 2 6.64 cm -18.7 cm 2.71 cm 57.7 MeV 9.06 keV 1.61 cm 1.62 cm World eIoni + 3 5.66 cm -24.4 cm 1.94 cm 623 MeV 38 keV 5.89 cm 7.51 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process + 0 6.66 cm -12.9 cm 2.34 cm 2.2 keV 0 eV 0 fm 0 fm World initStep + 1 6.66 cm -12.9 cm 2.34 cm 146 keV 2.2 keV 115 um 115 um World eIoni + 2 6.66 cm -13.9 cm 2.34 cm 101 MeV 20.3 keV 2.76 cm 2.78 cm World eIoni + 3 9.36 cm -23.2 cm 1.78 cm 1.03 GeV 56.3 keV 9.98 cm 12.8 cm OutOfWorldTransportation + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.3 cm -19 cm 3.17 cm 4.16 keV 0 eV 0 fm 0 fm World initStep - 1 9.3 cm -19 cm 3.17 cm 358 keV 4.16 keV 290 um 290 um World eIoni - 2 9.3 cm -19.1 cm 3.16 cm 3.89 MeV 0 eV 355 um 645 um World eIoni - 3 9.29 cm -23.2 cm 3.15 cm 416 MeV 17.4 keV 4.17 cm 4.23 cm OutOfWorldTransportation + 0 6.66 cm -12.7 cm 2.31 cm 1.73 keV 0 eV 0 fm 0 fm World initStep + 1 6.66 cm -12.7 cm 2.31 cm 106 keV 1.73 keV 83 um 83 um World eIoni + 2 6.66 cm -13.3 cm 2.31 cm 60.4 MeV 15.8 keV 1.68 cm 1.69 cm World eIoni + 3 5.64 cm -24.4 cm 1.24 cm 1.16 GeV 67.1 keV 11.3 cm 12.9 cm OutOfWorldTransportation ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng NextVolu Process - 0 9.3 cm -7.14 mm 2.43 cm 2.35 keV 0 eV 0 fm 0 fm World initStep - 1 9.3 cm -7.16 mm 2.43 cm 159 keV 2.35 keV 126 um 126 um World eIoni - 2 9.3 cm -1.88 cm 2.43 cm 116 MeV 19.2 keV 3.18 cm 3.19 cm World eIoni - 3 6.9 cm -4.36 cm 3.04 cm 365 MeV 29.5 keV 3.92 cm 7.11 cm World eBrem - 4 4.88 cm -24.5 cm 3.54 cm 2.38 GeV 109 keV 20.3 cm 27.4 cm OutOfWorldTransportation + 0 6.66 cm -11.6 cm 2.13 cm 1.46 keV 0 eV 0 fm 0 fm World initStep + 1 6.66 cm -11.6 cm 2.13 cm 86.6 keV 1.46 keV 66 um 66 um World eIoni + 2 6.66 cm -12.1 cm 2.13 cm 43.6 MeV 10 keV 1.24 cm 1.24 cm World eIoni + 3 5.46 cm -24.4 cm 9.5 mm 1.28 GeV 65.9 keV 13.1 cm 14.3 cm OutOfWorldTransportation Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000714s Sys=0.000000s + User=0.000000s Real=0.002262s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/field/field03/field03.out b/examples/extended/field/field03/field03.out index ccb8d3c7545..0090ed32399 100644 --- a/examples/extended/field/field03/field03.out +++ b/examples/extended/field/field03/field03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -215,6 +215,8 @@ Checking overlaps for volume Absorber (G4Tubs) ... OK! F03FieldSetup::UpdateField> The minimal step is equal to 0.25 mm Stepper Type chosen = 4 G4ClassicalRK4 (default) is called + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.25 numVar= 6 + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.25 numVar= 6 FTFP_BERT : new threshold between BERT and FTFP is over the interval for pions : 3 to 6 GeV @@ -228,20 +230,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -254,6 +256,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -261,6 +266,9 @@ Registered filter factories: 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 @@ -271,6 +279,8 @@ Some /vis commands (optionally) take a string to specify colour. F03FieldSetup::UpdateField> The minimal step is equal to 10 mm Stepper Type chosen = 4 G4ClassicalRK4 (default) is called + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 10 numVar= 6 + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 10 numVar= 6 phot: for gamma SubType=12 BuildTable=0 LambdaPrime table from 200 keV to 100 TeV in 61 bins @@ -664,31 +674,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -696,11 +706,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -710,11 +720,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -724,11 +734,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -738,11 +748,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -752,11 +762,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -766,11 +776,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -779,12 +789,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -804,7 +814,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -900,17 +911,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -930,6 +955,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -938,7 +964,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -947,7 +973,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -959,25 +985,25 @@ 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.00012209589 eV 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.00024917548 eV 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.00026621837 eV 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.00030481745 eV 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.00018636263 eV 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 MeV0.0016174637 eV 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.0001863625 eV 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.0003048175 eV 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.00026621847 eV 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.00024917519 eV 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.00012209581 eV 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 MeV2.4379313e-06 eV 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 MeV2.316217e-05 eV 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.00012209697 eV 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.00024917769 eV 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.00026622073 eV 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.00030482015 eV 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.00018636429 eV 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 MeV0.001617478 eV 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.00018636415 eV 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.00030482021 eV 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.00026622083 eV 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.0002491774 eV 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.00012209689 eV 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 MeV2.4379529e-06 eV 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 MeV2.3162376e-05 eV 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.000000s Real=0.001331s Sys=0.000000s + User=0.000000s Real=0.001284s Sys=0.000000s -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -986,7 +1012,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. --> Event 0 starts. @@ -994,10 +1020,10 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100 - User=0.010000s Real=0.011085s Sys=0.000000s + User=0.020000s Real=0.012491s Sys=0.000000s Set global field value to (0,0,1000) Gauss -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1006,21 +1032,23 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. --> Event 0 starts. Run terminated. Run Summary Number of events processed : 10 - User=0.000000s Real=0.001429s Sys=0.000000s + User=0.000000s Real=0.001552s 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 G4ClassicalRK4 (default) is called + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 10 numVar= 6 + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 10 numVar= 6 Set local field value to (0,0,0) Gauss -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1029,7 +1057,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 3 starts. --> Event 0 starts. @@ -1040,23 +1068,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.00012189648 eV 5 cm 5 cm Radiator Transportation 0 fm 0 fm -1 mm - 2 0 fm 0 fm 21.8395 m 500 MeV0.00024379297 eV 10 cm 15 cm RadSlice Transportation 0 fm 0 fm -1 mm - 3 0 fm 0 fm 21.7395 m 500 MeV0.00024379297 eV 10 cm 25 cm Radiator Transportation 0 fm 0 fm -1 mm - 4 0 fm 0 fm 21.6395 m 500 MeV0.00024379297 eV 10 cm 35 cm RadSlice Transportation 0 fm 0 fm -1 mm - 5 0 fm 0 fm 21.5885 m 500 MeV0.00012433441 eV 5.1 cm 40.1 cm Radiator Transportation 0 fm 0 fm -1 mm - 6 0 fm 1.0118328 m 21.5885 m 500 MeV0.0038748046 eV 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.00012433441 eV 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.00024379297 eV 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.00024379297 eV 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.00024379297 eV 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.00012189648 eV 5 cm 2.3913832 m Radiator Transportation 0 fm 0.87087764 fm 1 mm - 12 0 fm 1.0118318 m 21.9905 m 500 MeV2.4379313e-06 eV 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 MeV2.3162171e-05 eV 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.00012189757 eV 5 cm 5 cm Radiator Transportation 0 fm 0 fm -1 mm + 2 0 fm 0 fm 21.8395 m 500 MeV0.00024379513 eV 10 cm 15 cm RadSlice Transportation 0 fm 0 fm -1 mm + 3 0 fm 0 fm 21.7395 m 500 MeV0.00024379513 eV 10 cm 25 cm Radiator Transportation 0 fm 0 fm -1 mm + 4 0 fm 0 fm 21.6395 m 500 MeV0.00024379513 eV 10 cm 35 cm RadSlice Transportation 0 fm 0 fm -1 mm + 5 0 fm 0 fm 21.5885 m 500 MeV0.00012433552 eV 5.1 cm 40.1 cm Radiator Transportation 0 fm 0 fm -1 mm + 6 0 fm 1.0118328 m 21.5885 m 500 MeV0.003874839 eV 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.00012433552 eV 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.00024379513 eV 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.00024379513 eV 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.00024379513 eV 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.00012189757 eV 5 cm 2.3913832 m Radiator Transportation 0 fm 0.87087764 fm 1 mm + 12 0 fm 1.0118318 m 21.9905 m 500 MeV2.4379529e-06 eV 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 MeV2.3162376e-05 eV 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.000331s Sys=0.000000s + User=0.000000s Real=0.000415s Sys=0.000000s /tracking/verbose 0 # /calor/setAbsMat Xe20CO2 @@ -1464,7 +1492,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1483,23 +1511,23 @@ Index : 1 used in the geometry : Yes 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 990 eV e- 1.28943 keV e+ 1.26711 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 1.27787 keV e+ 1.25587 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 4 starts. --> Event 0 starts. Run terminated. Run Summary Number of events processed : 1 - User=0.350000s Real=0.360262s Sys=0.000000s + User=0.340000s Real=0.343445s Sys=0.010000s 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: 1.5 MB +Dynamic pools deleted: 12 / Total memory freed: 2 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/field/field04/field04.out b/examples/extended/field/field04/field04.out index b201a1f5013..63deacad043 100644 --- a/examples/extended/field/field04/field04.out +++ b/examples/extended/field/field04/field04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -27,20 +27,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -53,6 +53,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -60,6 +63,9 @@ Registered filter factories: 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 @@ -212,6 +218,7 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_AIR G4NistMaterialBuilder::FindOrBuildMaterial G4_Pb G4NistMaterialBuilder::FindOrBuildMaterial G4_W G4ClassicalRK4 (default) is called + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.01 numVar= 12 Accuracy Parameters: MinStep=0.01 DeltaChord=3 DeltaOneStep=0.01 DeltaIntersection=0.1 EpsMin=2.5e-07 EpsMax=0.05 ### Adding tracking cuts for neutron TimeCut(ns)= 10000 KinEnergyCut(MeV)= 0 @@ -646,31 +653,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -678,11 +685,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -692,11 +701,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -706,11 +717,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -720,11 +733,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -734,11 +749,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -748,11 +765,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -761,12 +780,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -786,7 +805,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -827,7 +847,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV --------------------------------------------------- @@ -887,17 +909,33 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -917,6 +955,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -944,7 +983,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.345497(mm),2.7123487(mm),78.880958(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 @@ -953,7 +992,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.376714(mm),-1.6103872(mm),78.522799(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.804319(mm),0.24802834(mm),78.623728(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -962,7 +1001,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.894078(mm),-0.23707533(mm),78.960555(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.980474(mm),2.9934195(mm),78.945321(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -971,7 +1010,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.052537(mm),0.71820579(mm),78.227307(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.361471(mm),-2.9073815(mm),79.230795(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -980,7 +1019,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.243897(mm),-0.6709998(mm),78.546219(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.112022(mm),0.35682159(mm),79.27478(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -989,7 +1028,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.995802(mm),-2.48438(mm),78.942618(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.594405(mm),-1.1273771(mm),79.36605(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -998,7 +1037,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.269263(mm),2.9062499(mm),78.365419(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.819962(mm),2.1930772(mm),79.326278(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1007,7 +1046,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.061255(mm),0.50199282(mm),78.931077(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.46111(mm),1.7982525(mm),78.507918(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1016,7 +1055,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.228892(mm),2.348107(mm),78.372537(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.736018(mm),-1.4377959(mm),78.988425(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1025,7 +1064,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.53129(mm),-1.2598339(mm),78.848198(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.451025(mm),2.8076126(mm),78.509696(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1034,7 +1073,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.34191(mm),1.9172071(mm),78.705263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.314597(mm),0.14201648(mm),78.886406(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1043,7 +1082,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.024055(mm),3.2796547(mm),78.76131(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.141215(mm),2.2336171(mm),79.093305(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1052,7 +1091,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.386427(mm),2.773015(mm),78.697414(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.693109(mm),-2.6018458(mm),78.46701(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1061,7 +1100,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.097214(mm),2.2513043(mm),78.219429(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.928071(mm),-1.0084631(mm),79.130888(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1070,7 +1109,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.224868(mm),1.9084758(mm),79.078555(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.057933(mm),-1.7213775(mm),78.226355(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1079,7 +1118,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.883826(mm),-0.35903096(mm),78.433382(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.131026(mm),-3.4412733(mm),78.566121(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1088,7 +1127,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.334462(mm),0.11153573(mm),78.353923(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.335058(mm),-1.9290109(mm),78.530144(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1097,7 +1136,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.902939(mm),-0.47231643(mm),79.13532(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.832113(mm),-0.80406027(mm),78.4425(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1106,7 +1145,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.223114(mm),-0.22448074(mm),78.72621(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.018001(mm),-0.28368428(mm),78.409723(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1115,7 +1154,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.708143(mm),1.9733631(mm),79.169667(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.094253(mm),-0.020909868(mm),78.748932(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1124,7 +1163,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.096707(mm),-0.48415848(mm),79.27748(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.736865(mm),-0.055875818(mm),78.635622(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1133,7 +1172,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.944116(mm),0.24663148(mm),78.775405(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.28133(mm),1.1657443(mm),79.068599(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1142,7 +1181,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.751868(mm),0.76076395(mm),79.338284(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.218658(mm),2.4955451(mm),78.903323(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1151,7 +1190,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.361172(mm),-2.5143705(mm),78.52554(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.041979(mm),1.2683882(mm),78.581822(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1160,7 +1199,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.779493(mm),-1.9320194(mm),79.333413(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.079571(mm),0.081766872(mm),78.575194(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1169,7 +1208,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.138976(mm),2.2821783(mm),79.270027(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.649142(mm),-0.13004027(mm),78.298436(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1178,7 +1217,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.705551(mm),0.57989995(mm),78.288489(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.594494(mm),-3.3237621(mm),78.660726(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1187,7 +1226,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.03585(mm),-0.13886728(mm),79.288211(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.606321(mm),-1.8791532(mm),78.482313(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1196,7 +1235,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.386028(mm),-2.9377955(mm),78.697484(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.67746(mm),0.037292522(mm),78.822424(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1205,7 +1244,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.649369(mm),0.5351213(mm),78.298396(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.783(mm),0.51821647(mm),78.627487(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1214,7 +1253,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.283552(mm),-0.33767865(mm),78.362899(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.888552(mm),3.0253105(mm),78.961529(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1223,7 +1262,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.6462(mm),1.9706983(mm),79.18059(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.24636(mm),0.55732015(mm),79.074765(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1232,7 +1271,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.959603(mm),1.6884105(mm),79.125328(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.877178(mm),0.72065327(mm),78.258227(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1241,7 +1280,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.67579(mm),2.876898(mm),78.822718(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.149935(mm),3.3022324(mm),79.091768(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1250,7 +1289,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.050871(mm),1.807824(mm),78.403927(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.180005(mm),-0.79531827(mm),78.733812(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1259,7 +1298,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.543194(mm),-0.67295106(mm),79.022425(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.337982(mm),1.2910961(mm),78.176975(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1268,7 +1307,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.288194(mm),-2.2690992(mm),78.714735(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.244397(mm),-3.6037096(mm),79.075111(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1277,7 +1316,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.437705(mm),3.1517704(mm),78.864699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.303826(mm),-2.0887354(mm),78.888305(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1286,7 +1325,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.357017(mm),-0.11263176(mm),79.055253(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.705986(mm),-2.863649(mm),78.993721(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1295,7 +1334,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.221017(mm),0.13276219(mm),78.373926(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.026054(mm),2.3095616(mm),78.231976(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1304,7 +1343,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.875009(mm),1.0140243(mm),78.787591(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.026705(mm),-1.3819317(mm),78.760842(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1313,7 +1352,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.055188(mm),1.4780622(mm),78.579493(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.807473(mm),-0.88962821(mm),78.799499(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1322,7 +1361,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.673064(mm),2.1444537(mm),78.999526(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.131311(mm),-0.004413238(mm),79.271378(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1331,7 +1370,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.638816(mm),2.1003431(mm),78.652911(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.890407(mm),1.611355(mm),78.784875(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1340,7 +1379,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.692252(mm),0.83545029(mm),78.114508(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.852807(mm),-0.027180201(mm),78.438851(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1349,7 +1388,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.55596(mm),-0.35624786(mm),79.020174(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.056305(mm),1.4826452(mm),78.226642(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1358,7 +1397,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.393947(mm),-0.94260799(mm),78.696088(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.1037(mm),2.0947412(mm),79.09992(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1367,7 +1406,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.081926(mm),-0.37526822(mm),79.103759(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.108407(mm),-0.49289775(mm),78.393782(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1376,7 +1415,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.823763(mm),0.029217891(mm),78.443973(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.10766(mm),3.7121918(mm),78.746568(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1385,7 +1424,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.07419(mm),0.039002925(mm),79.281451(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.550995(mm),3.1069302(mm),78.668396(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1394,7 +1433,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.972485(mm),-1.6379796(mm),78.594076(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.492358(mm),-1.9191546(mm),78.855062(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1403,7 +1442,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.227761(mm),3.4896764(mm),79.078045(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.382989(mm),-2.6122966(mm),78.874347(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1412,7 +1451,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.852773(mm),-1.6034955(mm),78.438857(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.670135(mm),-0.90816881(mm),78.294734(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1421,7 +1460,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.489439(mm),-0.64266225(mm),78.326596(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.850083(mm),-1.9060009(mm),78.615659(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1430,7 +1469,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.812012(mm),-1.3164656(mm),79.151353(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.936035(mm),-0.16222674(mm),78.953157(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1439,7 +1478,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.746179(mm),-1.9563822(mm),78.63398(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.101426(mm),-3.635499(mm),78.57134(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1448,7 +1487,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.360692(mm),-2.393922(mm),79.230933(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.509774(mm),-2.5456453(mm),78.32301(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1457,7 +1496,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.90417(mm),-2.461886(mm),78.429795(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.499215(mm),-1.0030099(mm),78.501199(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1466,7 +1505,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.384061(mm),1.7579056(mm),79.050485(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.013823(mm),-1.9368771(mm),79.115768(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1475,7 +1514,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.972257(mm),1.1470894(mm),78.94677(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.361177(mm),-0.4776584(mm),78.701866(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1484,7 +1523,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.357792(mm),0.095341568(mm),79.231444(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.346985(mm),-0.51788156(mm),78.351714(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1493,7 +1532,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.342394(mm),-2.5511427(mm),78.881505(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.321799(mm),-1.5596191(mm),79.414117(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1502,7 +1541,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.710008(mm),2.6466621(mm),78.640358(mm),0(nsec)) +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 @@ -1511,7 +1550,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.684947(mm),3.8028499(mm),78.99743(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.917476(mm),-1.5002648(mm),78.427448(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1520,7 +1559,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.141428(mm),0.009562677(mm),78.916941(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.767174(mm),-2.4107707(mm),78.453951(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1529,7 +1568,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.83937(mm),-1.7714331(mm),79.146529(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.744681(mm),-1.105(mm),78.986898(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1538,7 +1577,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.904317(mm),-0.41072905(mm),78.253442(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.54212(mm),1.1842187(mm),79.375269(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1547,7 +1586,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.008042(mm),0.60218093(mm),79.469441(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.504032(mm),-3.0512113(mm),78.676677(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1556,7 +1595,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.949708(mm),-2.6971479(mm),78.774419(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.122379(mm),3.1003522(mm),79.096626(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1565,7 +1604,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.147624(mm),3.9109326(mm),78.915848(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.105661(mm),-0.95495103(mm),78.923247(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1574,7 +1613,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.363412(mm),0.38073807(mm),79.054126(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.050627(mm),2.5836038(mm),79.109278(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1583,7 +1622,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.534155(mm),0.048295741(mm),79.024019(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.435081(mm),-1.9984513(mm),78.865162(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1592,7 +1631,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.401707(mm),-0.1736292(mm),79.2237(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.556593(mm),0.64031162(mm),79.372717(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1601,7 +1640,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.07075(mm),-0.79871901(mm),79.10573(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.994438(mm),-1.4597717(mm),78.237551(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1610,7 +1649,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.42751(mm),-1.009209(mm),79.395478(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.508017(mm),2.4787938(mm),79.028628(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1619,7 +1658,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.404157(mm),-1.2946014(mm),78.341633(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.738929(mm),2.9111651(mm),78.987912(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1628,7 +1667,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.148656(mm),0.32910381(mm),78.210358(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.755512(mm),1.4643244(mm),79.161315(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1637,7 +1676,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.095195(mm),-2.0899895(mm),78.572439(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.946235(mm),-0.24343901(mm),79.127685(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1646,7 +1685,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.752029(mm),1.7061363(mm),79.161929(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.653749(mm),-2.5504095(mm),79.002932(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1655,7 +1694,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.876701(mm),-0.53197841(mm),78.963619(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.969189(mm),1.3390425(mm),78.242003(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1664,7 +1703,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.332014(mm),-1.9573648(mm),78.354354(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.987292(mm),1.6954968(mm),79.120446(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1673,7 +1712,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.08463(mm),-1.7354057(mm),79.27961(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.154413(mm),-1.5648156(mm),78.38567(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1682,7 +1721,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.591544(mm),-1.3957556(mm),78.837573(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.917549(mm),-0.27201846(mm),78.251109(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1691,7 +1730,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.751937(mm),-3.1550189(mm),78.456637(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.435359(mm),-2.127526(mm),78.512459(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1700,7 +1739,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.959207(mm),-2.9323668(mm),78.949071(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.743634(mm),-2.9000098(mm),78.987082(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1709,7 +1748,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.922631(mm),-1.7782735(mm),79.308174(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.992451(mm),1.5365818(mm),79.119536(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1718,7 +1757,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.803153(mm),2.6150594(mm),78.447607(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.758969(mm),0.1033563(mm),78.455398(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1727,7 +1766,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.921367(mm),0.89308347(mm),79.308397(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.395195(mm),1.8168863(mm),78.343214(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1736,7 +1775,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.192277(mm),-1.6313662(mm),79.084302(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.318799(mm),1.2148977(mm),78.533011(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1745,43 +1784,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.234191(mm),-0.93397382(mm),79.253238(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.207021(mm),0.018554176(mm),78.729048(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 6, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.8 mm -938 um 7.11 cm 10.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.9524436 mm -731.43497 um 7.1031018 cm 7.6455396 MeV 2.6500187 MeV 278.9423 um 278.9423 um Target hIoni - 2 -1.0107106 cm -653.91019 um 7.0906172 cm 4.7833537 MeV 2.8621859 MeV 218.24119 um 497.18349 um Target hIoni - 3 -1.0226717 cm -633.58008 um 7.0827624 cm 1.5300858 MeV 3.2532678 MeV 150.04945 um 647.23294 um Target hIoni - 4 -1.0246751 cm -631.91769 um 7.0821643 cm 136.27814 keV 1.3938077 MeV 26.60742 um 673.84036 um Target hIoni - 5 -1.0246752 cm -632.09395 um 7.08213 cm 25.55936 keV 110.71878 keV 825.96673 nm 674.66633 um Target hIoni - 6 -1.024676 cm -632.09326 um 7.0821274 cm 0 eV 25.55936 keV 157.6261 nm 674.82396 um Target hIoni - 7 -1.024676 cm -632.09326 um 7.0821274 cm 0 eV 0 eV 0 fm 674.82396 um Target Scintillation -Track (trackID 6, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 20, Parent ID = 6 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.02 cm -632 um 7.08 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.036147 cm -587.66319 um 7.0792276 cm 1.4655054 MeV 2.6543072 MeV 143.92583 um 143.92583 um Target muIoni - 2 -1.036729 cm -570.64975 um 7.0778503 cm 187.18134 keV 1.2783241 MeV 29.350222 um 173.27606 um Target muIoni - 3 -1.036781 cm -570.46946 um 7.0778001 cm 0 eV 187.18134 keV 1.3586671 um 174.63472 um Target muIoni - 4 -1.036781 cm -570.46946 um 7.0778001 cm 0 eV 0 eV 0 fm 174.63472 um Target Scintillation -Track (trackID 20, parentID 6) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.507669(mm),-3.1872306(mm),78.676036(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.041553(mm),0.50217715(mm),78.229243(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1790,7 +1802,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.355712(mm),-1.0407334(mm),78.173849(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.585379(mm),3.3323209(mm),78.486006(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1799,7 +1811,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.323428(mm),-1.1110744(mm),78.179541(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.574863(mm),-0.57273196(mm),79.016841(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1808,7 +1820,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.299083(mm),2.0123175(mm),78.889142(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.331883(mm),-1.3230843(mm),78.354377(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1817,7 +1829,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.598521(mm),-0.9188364(mm),79.188997(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.80529(mm),-0.11181604(mm),78.799884(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1826,7 +1838,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.522172(mm),0.30515056(mm),78.673478(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.281031(mm),2.339139(mm),78.715998(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -1835,273 +1847,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.157356(mm),2.1835608(mm),79.266786(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.701334(mm),-1.2135297(mm),78.818214(mm),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 -6.09 mm 769 um 4.42 cm 52.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -8.0816517 mm 663.15406 um 4.3369834 cm 45.084634 MeV 7.8359628 MeV 2.1762935 mm 2.1762935 mm Target hIoni - 2 -9.5277814 mm 781.28027 um 4.2470652 cm 38.777661 MeV 6.3069738 MeV 1.7199065 mm 3.8962 mm Target hIoni - 3 -1.0505669 cm 858.70405 um 4.1513793 cm 33.617662 MeV 5.1599982 MeV 1.3810938 mm 5.2772938 mm Target hIoni - 4 -1.121031 cm 767.50571 um 4.0969755 cm 29.16664 MeV 4.4510227 MeV 900.61205 um 6.1779059 mm Target Transportation - 5 -6.4914164 cm 13.866524 cm -2 m 29.166644 MeV2.224031e-16 eV 3.4160856 m 3.4222635 m CaptureMgnt Transportation - 6 -5.9947293 cm 14.336618 cm -2.0050952 m 29.163991 MeV 1.480527 keV 8.5281974 mm 3.4307917 m World hIoni - 7 -1.5446468 mm 19.867931 cm -2.0648626 m 29.131388 MeV 30.752689 keV 10.021296 cm 3.5310046 m World hIoni - 8 2.2779873 cm 22.159905 cm -2.0898325 m 29.116998 MeV 14.390106 keV 4.1719266 cm 3.5727239 m World hIoni - 9 3.1811469 cm 23.016946 cm -2.0991547 m 29.110839 MeV 5.143436 keV 1.5553959 cm 3.5882779 m World hIoni - 10 3.3116437 cm 23.140545 cm -2.1004983 m 29.107991 MeV 578.54846 eV 2.2440599 mm 3.5905219 m World hIoni - 11 3.3505695 cm 23.177448 cm -2.1008989 m 29.101263 MeV 707.2556 eV 669.47957 um 3.5911914 m World hIoni - 12 3.9179214 cm 23.716366 cm -2.1067453 m 29.096248 MeV 3.31767 keV 9.7679196 mm 3.6009593 m World hIoni - 13 5.2440423 cm 24.973122 cm -2.1204168 m 29.080309 MeV 4.923107 keV 2.281919 cm 3.6237785 m World hIoni - 14 5.7515235 cm 25.44903 cm -2.1256071 m 29.074704 MeV 3.3908092 keV 8.6799785 mm 3.6324585 m World hIoni - 15 6.0134201 cm 25.694546 cm -2.128297 m 29.047313 MeV 1.4005476 keV 4.4857607 mm 3.6369442 m World hIoni - 16 9.1179604 cm 28.6016 cm -2.1602587 m 29.024998 MeV 20.399859 keV 5.3202197 cm 3.6901464 m World hIoni - 17 11.510207 cm 30.841364 cm -2.1849479 m 29.007873 MeV 14.572742 keV 4.103051 cm 3.7311769 m World hIoni - 18 11.629612 cm 30.953932 cm -2.1861919 m 28.995191 MeV 904.37263 eV 2.0592573 mm 3.7332362 m World hIoni - 19 12.456703 cm 31.734108 cm -2.1948315 m 28.990386 MeV 4.805428 keV 1.4279997 cm 3.7475162 m World hIoni - 20 13.759136 cm 32.959277 cm -2.2084083 m 28.981849 MeV 6.5526321 keV 2.245144 cm 3.7699676 m World hIoni - 21 13.820122 cm 33.016609 cm -2.2090436 m 28.980154 MeV 218.66959 eV 1.0508357 mm 3.7710185 m World hIoni - 22 16.286841 cm 35.337038 cm -2.2347377 m 28.968438 MeV 10.689248 keV 4.2509977 cm 3.8135285 m World hIoni - 23 16.99425 cm 36.000242 cm -2.2421219 m 28.964175 MeV 3.1736232 keV 1.2188247 cm 3.8257167 m World hIoni - 24 17.662772 cm 36.62777 cm -2.2491003 m 28.960705 MeV 3.4702896 keV 1.1522571 cm 3.8372393 m World hIoni - 25 21.888334 cm 40.61021 cm -2.2932948 m 28.928679 MeV 28.084507 keV 7.2970584 cm 3.9102099 m World hIoni - 26 25.183929 cm 43.728934 cm -2.3278171 m 28.910585 MeV 14.537722 keV 5.7013556 cm 3.9672234 m World hIoni - 27 27.563788 cm 45.956001 cm -2.3525876 m 28.882529 MeV 9.9695577 keV 4.0938234 cm 4.0081616 m World hIoni - 28 27.660424 cm 46.046841 cm -2.3535997 m 28.877078 MeV 881.11186 eV 1.6683194 mm 4.00983 m World hIoni - 29 29.591759 cm 47.863918 cm -2.3738032 m 28.864706 MeV 10.809382 keV 3.3337147 cm 4.0431671 m World hIoni - 30 30.571977 cm 48.78105 cm -2.3839727 m 28.859279 MeV 3.9252911 keV 1.6840868 cm 4.060008 m World hIoni - 31 35.766731 cm 53.640986 cm -2.4381317 m 28.82998 MeV 28.129625 keV 8.9407536 cm 4.1494155 m World hIoni - 32 35.977826 cm 53.838838 cm -2.4403424 m 28.827169 MeV 1.3452883 keV 3.6411341 mm 4.1530567 m World hIoni - 33 37.261223 cm 55.041913 cm -2.4538024 m 28.819991 MeV 5.6456598 keV 2.2149986 cm 4.1752066 m World hIoni - 34 39.407741 cm 57.053339 cm -2.4763031 m 28.801203 MeV 17.140494 keV 3.7035443 cm 4.2122421 m World hIoni - 35 39.520979 cm 57.158325 cm -2.4774941 m 28.799853 MeV 291.53602 eV 1.9501446 mm 4.2141922 m World hIoni - 36 40.017619 cm 57.61915 cm -2.4827169 m 28.796518 MeV 3.3346775 keV 8.5544688 mm 4.2227467 m World hIoni - 37 42.308413 cm 59.741372 cm -2.5067557 m 28.781115 MeV 12.817648 keV 3.9408385 cm 4.2621551 m World hIoni - 38 44.728115 cm 61.991833 cm -2.5323075 m 28.76418 MeV 14.828029 keV 4.1771458 cm 4.3039265 m World hIoni - 39 46.051513 cm 63.227915 cm -2.5462991 m 28.753376 MeV 8.4680372 keV 2.2884366 cm 4.3268109 m World hIoni - 40 46.640218 cm 63.779064 cm -2.5525074 m 28.748041 MeV 2.5970017 keV 1.017728 cm 4.3369882 m World hIoni - 41 47.520973 cm 64.603403 cm -2.5617989 m 28.742802 MeV 3.567566 keV 1.5226895 cm 4.3522151 m World hIoni - 42 49.42227 cm 66.374923 cm -2.5818399 m 28.730124 MeV 12.677833 keV 3.2817145 cm 4.3850322 m World hIoni - 43 49.619402 cm 66.557481 cm -2.5839246 m 28.726903 MeV 1.8689982 keV 3.4007459 mm 4.388433 m World hIoni - 44 50.299202 cm 67.184554 cm -2.5911172 m 28.722957 MeV 3.9461529 keV 1.171613 cm 4.4001491 m World hIoni - 45 50.425984 cm 67.301268 cm -2.5924607 m 28.722346 MeV 611.81302 eV 2.1850665 mm 4.4023342 m World hIoni - 46 51.160463 cm 67.977536 cm -2.600246 m 28.71926 MeV 3.085414 keV 1.2660632 cm 4.4149948 m World hIoni - 47 52.026989 cm 68.777719 cm -2.6094636 m 28.714604 MeV 3.2927674 keV 1.4969282 cm 4.4299641 m World hIoni - 48 55.839015 cm 72.297938 cm -2.6501373 m 28.684396 MeV 26.952062 keV 6.5929685 cm 4.4958938 m World hIoni - 49 57.82243 cm 74.1442 cm -2.6713642 m 28.670302 MeV 14.094147 keV 3.4421619 cm 4.5303154 m World hIoni - 50 59.432393 cm 75.645686 cm -2.6886167 m 28.660521 MeV 8.4403781 keV 2.7969498 cm 4.5582849 m World hIoni - 51 60.707394 cm 76.832083 cm -2.7022266 m 28.652978 MeV 6.5211637 keV 2.2103102 cm 4.580388 m World hIoni - 52 65.028573 cm 80.850132 cm -2.7482809 m 28.624642 MeV 24.965314 keV 7.4851629 cm 4.6552396 m World hIoni - 53 66.349403 cm 82.094934 cm -2.7624757 m 28.617702 MeV 5.7853215 keV 2.304139 cm 4.678281 m World hIoni - 54 69.745804 cm 85.302084 cm -2.798884 m 28.576242 MeV 23.915256 keV 5.9226026 cm 4.737507 m World hIoni - 55 76.03012 cm 91.228934 cm -2.8664704 m 28.543511 MeV 30.739963 keV 10.968164 cm 4.8471887 m World hIoni - 56 76.049322 cm 91.247004 cm -2.8666783 m 28.543407 MeV 103.9483 eV 335.76339 um 4.8475244 m World hIoni - 57 77.898175 cm 92.986812 cm -2.8866908 m 28.528338 MeV 13.816754 keV 3.232675 cm 4.8798512 m World hIoni - 58 78.32931 cm 93.393654 cm -2.8913729 m 28.507269 MeV 3.2264016 keV 7.5539845 mm 4.8874052 m World hIoni - 59 80.284203 cm 95.243099 cm -2.9126226 m 28.496567 MeV 10.701231 keV 3.4289306 cm 4.9216945 m World hIoni - 60 83.229777 cm 98.023365 cm -2.9445931 m 28.48058 MeV 15.987049 keV 5.1601845 cm 4.9732963 m World hIoni - 61 85.241823 cm 99.903531 cm -2.9662417 m 28.468609 MeV 10.852867 keV 3.502859 cm 5.0083249 m World hIoni - 62 86.597242 cm 1.0117609 m -2.980918 m 28.454969 MeV 9.6064062 keV 2.3686474 cm 5.0320114 m World hIoni - 63 88.062858 cm 1.025469 m -2.9967971 m 28.447544 MeV 6.3398101 keV 2.5590445 cm 5.0576018 m World hIoni - 64 88.588986 cm 1.0305006 m -3.0025974 m 28.439001 MeV 3.950504 keV 9.3081545 mm 5.06691 m World hIoni - 65 90.531107 cm 1.0491289 m -3.0240507 m 28.426814 MeV 12.187466 keV 3.4415713 cm 5.1013257 m World hIoni - 66 92.323771 cm 1.0663689 m -3.0438634 m 28.415931 MeV 9.0704727 keV 3.1798259 cm 5.1331239 m World hIoni - 67 96.598291 cm 1.1074918 m -3.0912924 m 28.389682 MeV 26.24815 keV 7.594603 cm 5.20907 m World hIoni - 68 97.196224 cm 1.1132721 m -3.0979318 m 28.387164 MeV 2.5187004 keV 1.0641647 cm 5.2197116 m World hIoni - 69 99.39467 cm 1.1344989 m -3.1223666 m 28.372072 MeV 13.972897 keV 3.9127484 cm 5.2588391 m World hIoni - 70 99.709508 cm 1.1375286 m -3.1258663 m 28.369176 MeV 1.6523746 keV 5.5981229 mm 5.2644372 m World hIoni - 71 1.0099643 m 1.1499057 m -3.1401609 m 28.359783 MeV 6.7337315 keV 2.2872423 cm 5.2873097 m World hIoni - 72 1.0102635 m 1.1501931 m -3.1404931 m 28.347134 MeV 0 eV 531.47098 um 5.2878411 m World hIoni - 73 1.0269544 m 1.1662377 m -3.1589933 m 28.324106 MeV 11.623688 keV 2.9635675 cm 5.3174768 m World hIoni - 74 1.0578487 m 1.1958654 m -3.1932807 m 28.30893 MeV 13.442236 keV 5.4844372 cm 5.3723212 m World hIoni - 75 1.1123487 m 1.248807 m -3.2547943 m 28.271318 MeV 35.354703 keV 9.7760244 cm 5.4700814 m World hIoni - 76 1.1259596 m 1.2618595 m -3.2701438 m 28.262851 MeV 6.4145044 keV 2.4315296 cm 5.4943967 m World hIoni - 77 1.1283796 m 1.264178 m -3.2728627 m 28.256688 MeV 1.6675843 keV 4.3155466 mm 5.4987123 m World hIoni - 78 1.1299747 m 1.2657038 m -3.2746508 m 28.253408 MeV 667.8701 eV 2.8407573 mm 5.501553 m World hIoni - 79 1.1345896 m 1.2701253 m -3.2798288 m 28.249268 MeV 2.0537349 keV 8.2255027 mm 5.5097785 m World hIoni - 80 1.180153 m 1.3135084 m -3.3306932 m 28.224821 MeV 22.544014 keV 8.0903321 cm 5.5906818 m World hIoni - 81 1.216983 m 1.3486592 m -3.3719627 m 28.204623 MeV 16.99244 keV 6.553796 cm 5.6562198 m World hIoni - 82 1.2234866 m 1.354829 m -3.3792105 m 28.198797 MeV 3.1600392 keV 1.1527948 cm 5.6677477 m World hIoni - 83 1.2289638 m 1.3600348 m -3.3853003 m 28.194065 MeV 2.76403 keV 9.7049882 mm 5.6774527 m World hIoni - 84 1.2380753 m 1.3686952 m -3.3954142 m 28.186509 MeV 6.1597561 keV 1.613416 cm 5.6935869 m World hIoni - 85 1.2716344 m 1.4005977 m -3.4326953 m 28.168774 MeV 16.528572 keV 5.9446485 cm 5.7530334 m World hIoni - 86 1.294108 m 1.4218518 m -3.4576118 m 28.131646 MeV 16.42851 keV 3.9719433 cm 5.7927528 m World hIoni - 87 1.2978163 m 1.4253919 m -3.4617537 m 28.127418 MeV 959.74092 eV 6.590896 mm 5.7993437 m World hIoni - 88 1.3395368 m 1.465338 m -3.5083538 m 28.105174 MeV 21.154629 keV 7.4215143 cm 5.8735589 m World hIoni - 89 1.3432784 m 1.46892 m -3.5125627 m 28.102726 MeV 1.3908328 keV 6.6742844 mm 5.8802331 m World hIoni - 90 1.3628298 m 1.4876318 m -3.5345585 m 28.08788 MeV 13.436588 keV 3.4874138 cm 5.9151073 m World hIoni - 91 1.3730481 m 1.4974467 m -3.5460419 m 28.08155 MeV 4.9370657 keV 1.8237727 cm 5.933345 m World hIoni - 92 1.388376 m 1.5121731 m -3.5631681 m 28.072239 MeV 7.7662762 keV 2.7296885 cm 5.9606419 m World hIoni - 93 1.392436 m 1.5160831 m -3.5676848 m 28.06959 MeV 1.6259239 keV 7.2230386 mm 5.9678649 m World hIoni - 94 1.3937879 m 1.517385 m -3.5691915 m 28.020314 MeV 909.22556 eV 2.4068092 mm 5.9702717 m World hIoni - 95 1.403997 m 1.5272124 m -3.5805166 m 28.014558 MeV 5.7557158 keV 1.8140047 cm 5.9884118 m World hIoni - 96 1.4380427 m 1.5600131 m -3.6185071 m 27.987765 MeV 24.811418 keV 6.0648973 cm 6.0490608 m World hIoni - 97 1.4407017 m 1.5625702 m -3.6214692 m 27.978931 MeV 2.4923626 keV 4.7310546 mm 6.0537918 m World hIoni - 98 1.4450088 m 1.5667048 m -3.6262571 m 27.973327 MeV 3.5690311 keV 7.6530945 mm 6.0614449 m World hIoni - 99 1.4552691 m 1.576542 m -3.6376587 m 27.964583 MeV 6.3213667 keV 1.8222019 cm 6.0796669 m World hIoni - 100 1.5096197 m 1.6286089 m -3.6978914 m 27.930937 MeV 32.421189 keV 9.6400273 cm 6.1760672 m World hIoni - 101 1.5161536 m 1.6348799 m -3.7051552 m 27.883721 MeV 3.4802749 keV 1.1609481 cm 6.1876767 m World hIoni - 102 1.5194282 m 1.6380403 m -3.7088109 m 27.868294 MeV 2.5119903 keV 5.8374119 mm 6.1935141 m World hIoni - 103 1.5242877 m 1.6427184 m -3.7142325 m 27.863368 MeV 3.7787864 keV 8.6540395 mm 6.2021681 m World hIoni - 104 1.5354305 m 1.6534588 m -3.7267001 m 27.855063 MeV 6.7860168 keV 1.9873645 cm 6.2220418 m World hIoni - 105 1.5839115 m 1.7002113 m -3.7808622 m 27.818262 MeV 35.692443 keV 8.6427986 cm 6.3084698 m World hIoni - 106 1.603401 m 1.7189309 m -3.8029128 m 27.805145 MeV 11.350007 keV 3.4878316 cm 6.3433481 m World hIoni - 107 1.6365651 m 1.7507907 m -3.8405487 m 27.783031 MeV 20.682999 keV 5.9425417 cm 6.4027735 m World hIoni - 108 1.6425836 m 1.7566158 m -3.8474596 m 27.780674 MeV 2.3569645 keV 1.0858867 cm 6.4136324 m World hIoni - 109 1.6577566 m 1.7713323 m -3.8649357 m 27.758891 MeV 10.332086 keV 2.7426483 cm 6.4410588 m World hIoni - 110 1.6711332 m 1.7843264 m -3.8803356 m 27.748633 MeV 8.2895605 keV 2.4185474 cm 6.4652443 m World hIoni - 111 1.6756953 m 1.7887253 m -3.8855674 m 27.736901 MeV 3.2816298 keV 8.2179748 mm 6.4734623 m World hIoni - 112 1.691806 m 1.8043505 m -3.9040977 m 27.728859 MeV 8.0425486 keV 2.9104611 cm 6.5025669 m World hIoni - 113 1.7101064 m 1.8221201 m -3.925231 m 27.700983 MeV 11.225766 keV 3.3125221 cm 6.5356921 m World hIoni - 114 1.795426 m 1.9051567 m -4.0238769 m 27.645221 MeV 50.993701 keV 15.461533 cm 6.6903075 m World hIoni - 115 1.795927 m 1.905646 m -4.0244573 m 27.644783 MeV 437.66539 eV 909.48245 um 6.6912169 m World hIoni - 116 1.821962 m 1.9310667 m -4.0546125 m 27.633235 MeV 10.440422 keV 4.7258712 cm 6.7384756 m World hIoni - 117 1.8265804 m 1.9356292 m -4.060012 m 27.629375 MeV 2.7566613 keV 8.4439376 mm 6.7469196 m World hIoni - 118 1.8346173 m 1.9435516 m -4.0693955 m 27.621632 MeV 4.3801169 keV 1.4676712 cm 6.7615963 m World hIoni - 119 1.8514794 m 1.960145 m -4.0890997 m 27.607485 MeV 12.631393 keV 3.0788452 cm 6.7923848 m World hIoni - 120 1.9276939 m 2.0348976 m -4.1783417 m 27.563416 MeV 44.069313 keV 13.914393 cm 6.9315287 m World hIoni - 121 1.945075 m 2.0520289 m -4.1985793 m 27.548672 MeV 8.9069807 keV 3.1703998 cm 6.9632327 m World hIoni - 122 1.9479773 m 2.0548708 m -4.2019545 m 27.545638 MeV 1.2142445 keV 5.2812053 mm 6.9685139 m World hIoni - 123 1.9536242 m 2.0604056 m -4.2085207 m 27.479981 MeV 2.5709444 keV 1.0278026 cm 6.9787919 m World hIoni - 124 1.9561323 m 2.0628715 m -4.2114365 m 27.475814 MeV 981.10512 eV 4.5687428 mm 6.9833607 m World hIoni - 125 1.9564874 m 2.0632199 m -4.2118486 m 27.472319 MeV 199.79693 eV 645.91287 um 6.9840066 m World hIoni - 126 1.9572165 m 2.0639358 m -4.2126949 m 27.463809 MeV 321.68661 eV 1.326816 mm 6.9853334 m World hIoni - 127 1.9713241 m 2.0777773 m -4.2290992 m 27.449559 MeV 8.7064829 keV 2.5684888 cm 7.0110183 m World hIoni - 128 2.018573 m 2.1243093 m -4.284007 m 27.361027 MeV 27.469365 keV 8.6096581 cm 7.0971149 m World hIoni - 129 2.0328385 m 2.1381887 m -4.3005935 m 27.353396 MeV 6.3922214 keV 2.5908613 cm 7.1230235 m World hIoni - 130 2.0349416 m 2.1402281 m -4.3030331 m 27.338047 MeV 1.1023002 keV 3.8122845 mm 7.1268358 m World hIoni - 131 2.0605011 m 2.164958 m -4.3325949 m 27.324444 MeV 12.470784 keV 4.6246782 cm 7.1730825 m World hIoni - 132 2.0683321 m 2.1725662 m -4.3416982 m 27.319013 MeV 3.8553191 keV 1.4215443 cm 7.187298 m World hIoni - 133 2.0770764 m 2.181062 m -4.3518351 m 27.31294 MeV 6.0721025 keV 1.5855612 cm 7.2031536 m World hIoni - 134 2.0849101 m 2.1886586 m -4.3609126 m 27.308893 MeV 4.0469596 keV 1.4194244 cm 7.2173478 m World hIoni - 135 2.092271 m 2.19581 m -4.3694666 m 27.300543 MeV 6.5361051 keV 1.336021 cm 7.230708 m World hIoni - 136 2.1108262 m 2.213751 m -4.3909171 m 27.286237 MeV 10.951829 keV 3.3560397 cm 7.2642684 m World hIoni - 137 2.1141186 m 2.2169483 m -4.3947053 m 27.28389 MeV 525.09631 eV 5.9509568 mm 7.2702194 m World hIoni - 138 2.1266469 m 2.2290997 m -4.4090699 m 27.276376 MeV 7.5137592 keV 2.2604367 cm 7.2928238 m World hIoni - 139 2.1299247 m 2.2322833 m -4.4128239 m 27.239322 MeV 3.896241 keV 5.9136538 mm 7.2987374 m World hIoni - 140 2.1324486 m 2.2347352 m -4.4157064 m 27.237225 MeV 1.0585491 keV 4.5487383 mm 7.3032862 m World hIoni - 141 2.1382684 m 2.2403884 m -4.4223527 m 27.23121 MeV 4.362575 keV 1.0488135 cm 7.3137743 m World hIoni - 142 2.161586 m 2.2630214 m -4.4489726 m 27.219275 MeV 10.581251 keV 4.2007101 cm 7.3557814 m World hIoni - 143 2.1717835 m 2.2729023 m -4.4605486 m 27.209927 MeV 6.1642848 keV 1.8320031 cm 7.3741014 m World hIoni - 144 2.1829051 m 2.2835925 m -4.4731555 m 27.201754 MeV 8.1729882 keV 1.9922503 cm 7.3940239 m World hIoni - 145 2.1901605 m 2.2905657 m -4.4813654 m 27.196034 MeV 3.5136663 keV 1.2987226 cm 7.4070112 m World hIoni - 146 2.2106049 m 2.3101906 m -4.504563 m 27.178919 MeV 15.443011 keV 3.6623032 cm 7.4436342 m World hIoni - 147 2.2111946 m 2.310759 m -4.5052333 m 27.175305 MeV 161.37849 eV 1.0583431 mm 7.4446925 m World hIoni - 148 2.2212077 m 2.3204126 m -4.5166022 m 27.166945 MeV 7.3061318 keV 1.7964007 cm 7.4626565 m World hIoni - 149 2.2282281 m 2.3271729 m -4.5245592 m 27.160908 MeV 3.362123 keV 1.2581763 cm 7.4752383 m World hIoni - 150 2.2282304 m 2.3271751 m -4.5245618 m 27.155956 MeV 1.3775809 eV 4.1759123 um 7.4752425 m World hIoni - 151 2.2512564 m 2.3492559 m -4.5505791 m 27.140514 MeV 10.574027 keV 4.1166255 cm 7.5164087 m World hIoni - 152 2.2591589 m 2.3568523 m -4.5595426 m 27.136024 MeV 3.1924511 keV 1.4159781 cm 7.5305685 m World hIoni - 153 2.275824 m 2.3728926 m -4.5784245 m 27.126828 MeV 9.1963826 keV 2.9858763 cm 7.5604273 m World hIoni - 154 2.2932199 m 2.3896959 m -4.5982447 m 27.105836 MeV 13.234384 keV 3.1269965 cm 7.5916972 m World hIoni - 155 2.2980777 m 2.3943798 m -4.6037547 m 27.102494 MeV 3.3417488 keV 8.7119647 mm 7.6004092 m World hIoni - 156 2.3052995 m 2.4013289 m -4.6119485 m 27.09673 MeV 2.1309784 keV 1.2945382 cm 7.6133546 m World hIoni - 157 2.3068555 m 2.4028257 m -4.6137108 m 27.093993 MeV 615.68941 eV 2.7869551 mm 7.6161415 m World hIoni - 158 2.3172052 m 2.4127782 m -4.6254406 m 27.089703 MeV 4.2895907 keV 1.8540638 cm 7.6346822 m World hIoni - 159 2.3270135 m 2.4222592 m -4.636619 m 27.081052 MeV 7.010699 keV 1.7636586 cm 7.6523188 m World hIoni - 160 2.3482434 m 2.4427131 m -4.6608043 m 27.055414 MeV 10.379771 keV 3.8131421 cm 7.6904502 m World hIoni - 161 2.3608278 m 2.4547814 m -4.6751617 m 27.042266 MeV 6.1476605 keV 2.2586459 cm 7.7130366 m World hIoni - 162 2.3666459 m 2.4603427 m -4.6818467 m 27.033386 MeV 2.5215775 keV 1.0462657 cm 7.7234993 m World hIoni - 163 2.3706649 m 2.4642021 m -4.6864686 m 27.016334 MeV 2.2449381 keV 7.2394025 mm 7.7307387 m World hIoni - 164 2.3947889 m 2.487317 m -4.7141381 m 26.994866 MeV 14.255122 keV 4.3380589 cm 7.7741193 m World hIoni - 165 2.4015218 m 2.4937809 m -4.7218966 m 26.991469 MeV 3.3971058 keV 1.2137092 cm 7.7862564 m World hIoni - 166 2.4355207 m 2.5263969 m -4.7610862 m 26.973439 MeV 18.029819 keV 6.1282742 cm 7.8475391 m World hIoni - 167 2.4400174 m 2.5306957 m -4.7662726 m 26.970448 MeV 2.9912843 keV 8.0992374 mm 7.8556384 m World hIoni - 168 2.4499414 m 2.5401688 m -4.7777164 m 26.959093 MeV 8.3550041 keV 1.7865857 cm 7.8735042 m World hIoni - 169 2.4573346 m 2.5472713 m -4.7862958 m 26.949641 MeV 6.5630817 keV 1.3368256 cm 7.8868725 m World hIoni - 170 2.4703273 m 2.5597238 m -4.8014114 m 26.932595 MeV 6.5246257 keV 2.3502333 cm 7.9103748 m World hIoni - 171 2.4748918 m 2.5640759 m -4.8066946 m 26.929881 MeV 2.7137889 keV 8.2272461 mm 7.9186021 m World hIoni - 172 2.4861454 m 2.5748038 m -4.8197348 m 26.923726 MeV 4.9012508 keV 2.0292336 cm 7.9388944 m World hIoni - 173 2.4862262 m 2.5748804 m -4.8198285 m 26.92097 MeV 0 eV 145.52532 um 7.9390399 m World hIoni - 174 2.4933601 m 2.5816521 m -4.828094 m 26.90975 MeV 2.3813083 keV 1.2847813 cm 7.9518877 m World hIoni - 175 2.4970148 m 2.5851193 m -4.8323444 m 26.907649 MeV 2.1004952 keV 6.5913026 mm 7.958479 m World hIoni - 176 2.4976883 m 2.5857577 m -4.8331273 m 26.907385 MeV 263.63824 eV 1.2141111 mm 7.9596931 m World hIoni - 177 2.5079084 m 2.595446 m -4.8450009 m 26.901564 MeV 4.2909664 keV 1.8420008 cm 7.9781132 m World hIoni - 178 2.5259909 m 2.6126414 m -4.8659986 m 26.890044 MeV 11.519984 keV 3.2612271 cm 8.0107254 m World hIoni - 179 2.5560808 m 2.6411626 m -4.9009723 m 26.869677 MeV 18.113149 keV 5.4240597 cm 8.064966 m World hIoni - 180 2.586202 m 2.6699277 m -4.9361604 m 26.849801 MeV 18.147155 keV 5.4524627 cm 8.1194906 m World hIoni - 181 2.5867245 m 2.6704237 m -4.9367673 m 26.84946 MeV 340.91655 eV 941.98523 um 8.1204326 m World hIoni - 182 2.5929673 m 2.6763496 m -4.9440188 m 26.843491 MeV 5.9686803 keV 1.125487 cm 8.1316875 m World hIoni - 183 2.5963717 m 2.679568 m -4.9479576 m 26.84118 MeV 2.311234 keV 6.120635 mm 8.1378081 m World hIoni - 184 2.6213579 m 2.7031667 m -4.9768731 m 26.821569 MeV 18.093963 keV 4.49146 cm 8.1827227 m World hIoni - 185 2.6285194 m 2.709947 m -4.9850808 m 26.808645 MeV 4.6609334 keV 1.2830673 cm 8.1955534 m World hIoni - 186 2.6469658 m 2.7274541 m -5.0061675 m 26.784451 MeV 10.421836 keV 3.3036681 cm 8.2285901 m World hIoni - 187 2.6708711 m 2.7501585 m -5.033556 m 26.768846 MeV 14.607623 keV 4.2861317 cm 8.2714514 m World hIoni - 188 2.6760201 m 2.7550141 m -5.0394492 m 26.764581 MeV 2.9302416 keV 9.2097009 mm 8.2806611 m World hIoni - 189 2.6958179 m 2.7737292 m -5.0622234 m 26.751427 MeV 11.740738 keV 3.5508792 cm 8.3161699 m World hIoni - 190 2.7044399 m 2.7818567 m -5.0721029 m 26.735946 MeV 4.5595736 keV 1.542731 cm 8.3315972 m World hIoni - 191 2.7096712 m 2.7867893 m -5.0781062 m 26.733467 MeV 2.4785003 keV 9.3667597 mm 8.340964 m World hIoni - 192 2.7187899 m 2.7953804 m -5.0885412 m 26.727033 MeV 6.4339573 keV 1.6304786 cm 8.3572688 m World hIoni - 193 2.7244842 m 2.8007349 m -5.0950667 m 26.721677 MeV 4.3129327 keV 1.0182233 cm 8.367451 m World hIoni - 194 2.7342566 m 2.8099164 m -5.1062665 m 26.713358 MeV 6.51525 keV 1.7471002 cm 8.384922 m World hIoni - 195 2.749867 m 2.8245503 m -5.1241264 m 26.70438 MeV 8.9784058 keV 2.7871388 cm 8.4127934 m World hIoni - 196 2.7538818 m 2.8282923 m -5.1287118 m 26.701483 MeV 1.5329677 keV 7.1517444 mm 8.4199451 m World hIoni - 197 2.7948977 m 2.8664849 m -5.1756181 m 26.673418 MeV 25.698322 keV 7.3083575 cm 8.4930287 m World hIoni - 198 2.8036056 m 2.8746102 m -5.1855646 m 26.661185 MeV 5.9174381 keV 1.5517147 cm 8.5085458 m World hIoni - 199 2.8048532 m 2.87577 m -5.1869833 m 26.659815 MeV 136.71798 eV 2.2168343 mm 8.5107627 m World hIoni - 200 2.8123682 m 2.8827436 m -5.1955202 m 26.653327 MeV 4.9972449 keV 1.3341131 cm 8.5241038 m World hIoni - 201 2.8132433 m 2.8835601 m -5.196521 m 26.650772 MeV 239.69637 eV 1.5601681 mm 8.525664 m World hIoni - 202 2.8608282 m 2.9279596 m -5.2510022 m 26.619487 MeV 27.224608 keV 8.4875796 cm 8.6105398 m World hIoni - 203 2.8624749 m 2.9295117 m -5.2528798 m 26.619028 MeV 458.76462 eV 2.9404504 mm 8.6134802 m World hIoni - 204 2.8626892 m 2.9297136 m -5.2531242 m 26.617265 MeV 58.795419 eV 382.58464 um 8.6138628 m World hIoni - 205 2.8769585 m 2.9431757 m -5.2694142 m 26.603753 MeV 11.792611 keV 2.5499182 cm 8.639362 m World hIoni - 206 2.8791321 m 2.9452365 m -5.2719094 m 26.599077 MeV 1.1451246 keV 3.898389 mm 8.6432604 m World hIoni - 207 2.8998278 m 2.9648529 m -5.2956755 m 26.585142 MeV 12.773077 keV 3.7120712 cm 8.6803811 m World hIoni - 208 2.9065478 m 2.971224 m -5.3033769 m 26.572942 MeV 3.5898303 keV 1.2044098 cm 8.6924252 m World hIoni - 209 2.9143198 m 2.9785992 m -5.3122751 m 26.567904 MeV 3.2436902 keV 1.3927524 cm 8.7063527 m World hIoni - 210 2.9603305 m 3.0222689 m -5.3648776 m 26.538409 MeV 27.104445 keV 8.2408206 cm 8.7887609 m World hIoni - 211 2.9625005 m 3.0243321 m -5.3673591 m 26.533713 MeV 697.92847 eV 3.8889058 mm 8.7926498 m World hIoni - 212 2.9658686 m 3.0275442 m -5.3712118 m 26.529816 MeV 2.0970324 keV 6.0419061 mm 8.7986917 m World hIoni - 213 2.9695647 m 3.0310626 m -5.3754421 m 26.510005 MeV 1.5984773 keV 6.6283867 mm 8.8053201 m World hIoni - 214 2.9714117 m 3.0328118 m -5.3775516 m 26.507497 MeV 702.47882 eV 3.304675 mm 8.8086248 m World hIoni - 215 2.9725387 m 3.0338774 m -5.378835 m 26.505202 MeV 2.295506 keV 2.0132135 mm 8.810638 m World hIoni - 216 2.9820564 m 3.0428765 m -5.3896721 m 26.495867 MeV 6.7568214 keV 1.700036 cm 8.8276384 m World hIoni - 217 3.0214068 m 3.0801625 m -5.4343697 m 26.472501 MeV 20.694175 keV 7.0261075 cm 8.8978994 m World hIoni - 218 3.0322002 m 3.0904161 m -5.446613 m 26.461718 MeV 9.3629306 keV 1.9275146 cm 8.9171746 m World hIoni - 219 3.051865 m 3.1090346 m -5.4688973 m 26.448962 MeV 11.547218 keV 3.5070548 cm 8.9522451 m World hIoni - 220 3.0616228 m 3.1182868 m -5.4798824 m 26.44443 MeV 4.5323653 keV 1.7363512 cm 8.9696086 m World hIoni - 221 3.0773857 m 3.1332343 m -5.4975435 m 26.437449 MeV 6.9810154 keV 2.7996713 cm 8.9976054 m World Decay -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 188, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.08 m 3.13 m -5.5 m 37.3 MeV 0 eV 0 fm 0 fm World initStep - 1 3.0861064 m 3.1484155 m -5.5152231 m 37.289493 MeV 3.7449283 keV 2.4881484 cm 2.4881484 cm World muIoni - 2 3.1269268 m 3.2192902 m -5.5976193 m 37.257978 MeV 29.824717 keV 11.609805 cm 14.097953 cm World muIoni - 3 3.1314334 m 3.2270015 m -5.6066101 m 37.253241 MeV 1.7642303 keV 1.2673073 cm 15.36526 cm World muIoni - 4 3.1390998 m 3.2401036 m -5.621904 m 37.243275 MeV 5.2328625 keV 2.1548652 cm 17.520126 cm World muIoni - 5 3.148982 m 3.2571124 m -5.6416707 m 37.237995 MeV 5.2799501 keV 2.7886885 cm 20.308814 cm World muIoni - 6 3.1552313 m 3.2678546 m -5.6541562 m 37.230841 MeV 3.2767502 keV 1.7616361 cm 22.07045 cm World muIoni - 7 3.1598113 m 3.2757024 m -5.6632617 m 37.228865 MeV 1.9765208 keV 1.286368 cm 23.356818 cm World muIoni - 8 3.1843527 m 3.3178046 m -5.7120521 m 37.212513 MeV 14.291713 keV 6.8959377 cm 30.252756 cm World muIoni - 9 3.2024784 m 3.3488593 m -5.7483829 m 37.201027 MeV 9.566566 keV 5.1116243 cm 35.36438 cm World muIoni - 10 3.2193555 m 3.3778412 m -5.7818367 m 37.190842 MeV 9.0327505 keV 4.7370668 cm 40.101447 cm World muIoni - 11 3.2337535 m 3.4023352 m -5.8099069 m 37.182726 MeV 8.1157115 keV 3.9939959 cm 44.095443 cm World muIoni - 12 3.2445646 m 3.420654 m -5.8309069 m 37.175657 MeV 5.7609066 keV 2.9890822 cm 47.084525 cm World muIoni - 13 3.2566952 m 3.4412384 m -5.8544397 m 37.164351 MeV 7.3423812 keV 3.3535958 cm 50.438121 cm World muIoni - 14 3.261084 m 3.448756 m -5.8629868 m 37.154973 MeV 5.1950219 keV 1.2199552 cm 51.658076 cm World muIoni - 15 3.280754 m 3.4822734 m -5.9009076 m 37.143978 MeV 10.003194 keV 5.4298493 cm 57.087925 cm World muIoni - 16 3.2881166 m 3.4948464 m -5.9150106 m 37.139871 MeV 4.1063686 keV 2.0277587 cm 59.115684 cm World muIoni - 17 3.2961701 m 3.5086141 m -5.9304702 m 37.128893 MeV 4.7404178 keV 2.2212837 cm 61.336968 cm World muIoni - 18 3.3042247 m 3.5224693 m -5.9459519 m 37.119364 MeV 7.6466795 keV 2.2282842 cm 63.565252 cm World muIoni - 19 3.3711891 m 3.6374803 m -6.0746896 m 37.07619 MeV 41.328979 keV 18.516362 cm 82.081614 cm World muIoni - 20 3.3921108 m 3.6733615 m -6.1149971 m 37.062168 MeV 14.021342 keV 5.7878131 cm 87.869427 cm OutOfWorld Transportation -Track (trackID 188, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.319134504458(mm),-1.310406120719(mm),79.061933158747(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.092438(mm),0.57735379(mm),78.925579(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2110,7 +1865,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.054687(mm),0.70054373(mm),78.932235(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.700786(mm),-0.044487572(mm),78.28933(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2119,7 +1874,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.198106(mm),-0.74921991(mm),78.201639(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.134746(mm),2.7207779(mm),78.918119(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2128,7 +1883,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.707288(mm),-1.9148249(mm),78.288183(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.875477(mm),-3.2680002(mm),78.963835(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2137,7 +1892,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.852099(mm),3.4174977(mm),78.79163(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.927448(mm),1.6146545(mm),79.307325(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2146,7 +1901,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.343853(mm),-1.5057669(mm),78.528594(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.544953(mm),-2.8731795(mm),78.845788(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2155,7 +1910,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.681529(mm),1.9399548(mm),78.998033(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.173538(mm),-2.325167(mm),79.263933(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2164,7 +1919,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.204382(mm),-2.3676907(mm),78.376859(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.663322(mm),1.752287(mm),79.001244(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2173,7 +1928,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.559212(mm),-1.5196028(mm),79.195928(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.422844(mm),-1.80006(mm),78.338338(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2182,7 +1937,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.434728(mm),-2.2261197(mm),78.688897(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.100958(mm),2.9205712(mm),78.924077(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2191,7 +1946,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.313604(mm),1.9180848(mm),78.3576(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.373655(mm),-1.1544165(mm),79.404974(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2200,7 +1955,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.980885(mm),-2.3981314(mm),78.416268(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.438307(mm),-2.531415(mm),78.688266(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2209,7 +1964,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.252794(mm),-3.1201713(mm),79.073631(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.132032(mm),-2.0102193(mm),78.74227(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2218,7 +1973,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.030535(mm),-1.0062474(mm),78.231186(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.473293(mm),1.6174594(mm),79.387405(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2227,7 +1982,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.12929(mm),3.2213712(mm),78.919081(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.276225(mm),3.4968748(mm),78.540518(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2236,7 +1991,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.761359(mm),-3.1335638(mm),78.80763(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.030395(mm),-2.4986275(mm),78.936519(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2245,7 +2000,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.3857(mm),0.70340245(mm),78.521215(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.758657(mm),1.6309564(mm),78.808106(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2254,7 +2009,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.364059(mm),-0.8954402(mm),78.172377(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.867139(mm),0.47120456(mm),78.788978(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2263,7 +2018,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.54119(mm),1.3832704(mm),78.846452(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.247594(mm),-1.6810498(mm),79.250875(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2272,7 +2027,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.326589(mm),0.19087546(mm),78.178984(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.539236(mm),-3.1115219(mm),78.846796(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2281,7 +2036,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.596461(mm),3.2020511(mm),78.484052(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.59567(mm),-3.4146513(mm),78.836846(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2290,7 +2045,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.164373(mm),0.59341789(mm),78.736568(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.33146(mm),-3.274138(mm),79.05976(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2299,7 +2054,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.368668(mm),-2.4363355(mm),79.053199(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.821032(mm),1.5190895(mm),79.326089(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2308,7 +2063,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.242704(mm),-3.5408529(mm),78.899083(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.509381(mm),3.0500731(mm),78.852061(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2317,7 +2072,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.30504(mm),-1.3099662(mm),79.064418(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.756755(mm),1.4701354(mm),79.161096(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2326,7 +2081,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.157929(mm),1.4999154(mm),79.090358(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.594071(mm),0.83603947(mm),79.189781(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2335,7 +2090,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.503932(mm),-0.38423798(mm),78.676694(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.709204(mm),0.43969871(mm),78.464172(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2344,7 +2099,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.708094(mm),-1.5431116(mm),79.346003(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.806625(mm),-0.58252036(mm),78.446994(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2353,7 +2108,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.846588(mm),-2.2619327(mm),79.145256(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.330306(mm),-1.0720133(mm),78.178328(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2362,7 +2117,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.438942(mm),0.78074839(mm),79.393462(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.351157(mm),-0.7692903(mm),78.703633(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2371,7 +2126,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.756998(mm),-0.072514078(mm),78.808399(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.766476(mm),1.0772541(mm),78.454074(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2380,7 +2135,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.16913(mm),0.42128141(mm),79.088383(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.537559(mm),1.4031675(mm),79.376073(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2389,7 +2144,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.949037(mm),0.0017181343(mm),78.421883(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.223806(mm),-2.3585206(mm),78.373434(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2398,7 +2153,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.870624(mm),-0.30484571(mm),78.964691(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.033389(mm),0.44924698(mm),79.288645(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2407,7 +2162,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.085106(mm),2.0142654(mm),78.221564(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.176965(mm),-1.0635143(mm),78.734348(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2416,7 +2171,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.397263(mm),0.37263498(mm),78.166522(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.663349(mm),1.0649942(mm),79.353893(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2425,7 +2180,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.480478(mm),1.8401128(mm),79.386138(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.776956(mm),1.7910236(mm),78.80488(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2434,7 +2189,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.219143(mm),3.1283677(mm),78.72691(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.378994(mm),0.57273554(mm),79.227705(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2443,7 +2198,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.020524(mm),-0.58470961(mm),78.585605(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.097856(mm),3.7961134(mm),78.924624(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2452,7 +2207,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.595761(mm),0.077396969(mm),79.36581(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.638553(mm),-0.91060942(mm),78.652957(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2461,7 +2216,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.307305(mm),-1.50186(mm),79.416673(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.723358(mm),-0.36962909(mm),79.343312(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2470,7 +2225,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.978504(mm),-2.8185013(mm),78.593015(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.10789(mm),-1.2052587(mm),78.5702(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2479,7 +2234,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.671074(mm),-2.9944198(mm),78.470896(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.425375(mm),2.7423114(mm),78.514219(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2488,7 +2243,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.854779(mm),0.75200137(mm),78.791158(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.336049(mm),-0.11536678(mm),79.058951(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2497,7 +2252,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.882887(mm),-2.0820577(mm),79.138855(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.086555(mm),0.8644611(mm),78.750289(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2506,7 +2261,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.846607(mm),-0.23270379(mm),78.616272(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.759972(mm),-1.7744177(mm),79.336856(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2515,7 +2270,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.216351(mm),1.6463425(mm),78.90373(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.693005(mm),-1.8530396(mm),78.643356(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2524,7 +2279,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.40613(mm),1.0344782(mm),78.693939(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.327322(mm),1.9391568(mm),79.236817(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2533,7 +2288,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.548135(mm),0.032677391(mm),79.197881(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.759462(mm),2.5820088(mm),79.160619(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2542,7 +2297,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.761284(mm),-2.3336974(mm),78.807643(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.034866(mm),-1.4791502(mm),78.230423(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2551,7 +2306,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.269213(mm),0.4845521(mm),78.894409(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.86513(mm),-2.9899652(mm),78.789333(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2560,7 +2315,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.678643(mm),-0.70677416(mm),78.469561(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.749758(mm),-2.5880044(mm),78.280695(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2569,7 +2324,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.08335(mm),-3.0337229(mm),79.103508(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.387531(mm),2.6473738(mm),79.2262(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2578,7 +2333,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.002283(mm),0.77767247(mm),78.765149(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.450816(mm),2.5417894(mm),78.333406(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2587,7 +2342,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.646484(mm),-1.7282892(mm),79.356867(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.161836(mm),-0.70839393(mm),78.384361(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2596,7 +2351,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.372898(mm),1.4829235(mm),79.22878(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.290571(mm),3.837715(mm),78.714316(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2605,7 +2360,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.831824(mm),-1.576506(mm),79.324186(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.224466(mm),-1.4565181(mm),78.725972(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2614,7 +2369,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.168182(mm),1.2287231(mm),78.383242(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.343085(mm),3.3989745(mm),78.528729(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2623,7 +2378,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.137737(mm),-0.65181664(mm),78.917591(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.577741(mm),-3.2030907(mm),79.192661(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2632,7 +2387,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.053228(mm),-0.37159909(mm),78.932493(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.376568(mm),2.6214824(mm),78.875479(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2641,7 +2396,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.360197(mm),-2.8830062(mm),79.23102(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.279846(mm),-1.6490268(mm),78.53988(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2650,7 +2405,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.579779(mm),0.9664297(mm),79.368628(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.76159(mm),-1.6751134(mm),78.983916(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2659,7 +2414,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.877616(mm),2.0930793(mm),78.787131(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.973944(mm),-2.2240011(mm),78.770146(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2668,7 +2423,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.89625(mm),1.4483097(mm),79.136499(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.615475(mm),-0.58899691(mm),79.362334(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2677,7 +2432,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.745069(mm),-3.7347865(mm),78.810502(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.18707(mm),-0.30076916(mm),79.437874(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2686,7 +2441,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.491814(mm),2.0032517(mm),79.207812(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.725064(mm),0.7912433(mm),79.166684(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2695,7 +2450,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.814873(mm),-2.8767173(mm),79.150848(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.035689(mm),-2.2147907(mm),79.288239(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2704,7 +2459,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.523192(mm),-2.4894272(mm),78.849625(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.303692(mm),-2.1792902(mm),79.240983(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2713,7 +2468,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.146367(mm),-1.8117678(mm),79.268724(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.256951(mm),-3.9293573(mm),78.720244(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2722,7 +2477,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.471357(mm),2.8981077(mm),78.506111(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.133358(mm),2.3656837(mm),78.389383(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2731,7 +2486,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.672844(mm),2.4330626(mm),78.999565(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.702282(mm),0.9543401(mm),78.818047(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2740,7 +2495,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.341561(mm),2.5172359(mm),78.352671(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.976178(mm),1.9979253(mm),78.593425(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2749,7 +2504,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.149323(mm),0.5508919(mm),79.091875(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.750011(mm),-1.8404234(mm),79.162285(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2758,7 +2513,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.091015(mm),-2.4174533(mm),79.278484(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.864185(mm),2.0976767(mm),79.31848(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2767,7 +2522,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.094965(mm),0.56419129(mm),79.454114(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.158905(mm),-3.6027941(mm),78.561205(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2776,7 +2531,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.450128(mm),1.55608(mm),79.39149(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.342802(mm),0.20936553(mm),78.881433(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2785,7 +2540,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.4756(mm),1.0183028(mm),78.858017(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.014476(mm),3.131862(mm),78.939326(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2794,7 +2549,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.368552(mm),1.9142001(mm),78.876893(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.403386(mm),-3.5861792(mm),78.694423(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2803,7 +2558,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.971859(mm),3.6595671(mm),78.594186(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.725643(mm),2.3448843(mm),78.637601(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2812,7 +2567,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.340044(mm),1.8554803(mm),78.529265(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.446225(mm),-1.2250335(mm),79.392178(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2821,7 +2576,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.981534(mm),1.7180368(mm),78.768807(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.481538(mm),0.65761545(mm),78.327989(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2830,7 +2585,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.009698(mm),1.156885(mm),79.292822(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.915901(mm),-3.6881719(mm),78.956707(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2839,7 +2594,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.465536(mm),-1.1590033(mm),78.507138(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.289559(mm),0.23808617(mm),78.538167(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2848,7 +2603,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.35332(mm),-1.9650859(mm),78.703251(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.676745(mm),3.4030379(mm),78.646223(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2857,7 +2612,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.944524(mm),-2.957906(mm),78.422679(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.678692(mm),-1.5724774(mm),78.998534(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2866,7 +2621,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.527857(mm),-2.0770318(mm),79.377784(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.292492(mm),2.5716689(mm),78.361323(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2875,7 +2630,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.123321(mm),-2.7564963(mm),78.743806(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.86047(mm),1.5155509(mm),79.319135(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2884,7 +2639,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.42315(mm),-1.485984(mm),78.867266(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.001395(mm),1.4509284(mm),78.941632(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2893,7 +2648,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.226643(mm),-1.057627(mm),79.430896(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.83584(mm),-1.612792(mm),78.970824(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2902,7 +2657,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.191046(mm),-1.3243768(mm),79.084519(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.767358(mm),-0.01481809(mm),78.453918(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2911,7 +2666,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.528878(mm),-0.66191628(mm),79.201277(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.399737(mm),2.754745(mm),78.871394(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2920,7 +2675,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.759226(mm),2.4052657(mm),78.279025(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.919555(mm),3.6394314(mm),78.603409(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2929,7 +2684,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.426046(mm),-1.2671126(mm),79.219409(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.33397(mm),0.80841663(mm),78.354009(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2938,7 +2693,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.589035(mm),-3.7320729(mm),79.014342(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.018588(mm),-0.30418815(mm),79.467582(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2947,7 +2702,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.955245(mm),-3.6754131(mm),78.773443(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.611653(mm),-2.273175(mm),79.186681(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2956,7 +2711,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.090576(mm),-2.7712002(mm),78.573253(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.288297(mm),1.835537(mm),78.891044(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2965,7 +2720,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.656711(mm),-1.8679212(mm),79.355063(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.100114(mm),-3.4236193(mm),78.747898(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2974,7 +2729,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.385922(mm),0.73039924(mm),78.87383(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.105255(mm),-0.85271193(mm),79.275973(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2983,7 +2738,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.447526(mm),-1.4614(mm),79.215621(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.644712(mm),0.15790655(mm),79.357179(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -2992,7 +2747,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.007328(mm),0.94600338(mm),78.940586(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.532365(mm),-2.670456(mm),78.848008(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3001,7 +2756,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.886473(mm),2.0130324(mm),78.961896(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.440883(mm),0.71181827(mm),79.040466(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3010,7 +2765,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.584063(mm),0.42247281(mm),78.662565(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.741958(mm),0.41398757(mm),79.340032(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3019,7 +2774,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.872642(mm),2.6107695(mm),78.435354(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.440455(mm),3.8286442(mm),78.687887(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3028,7 +2783,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.676914(mm),-0.46470259(mm),78.998847(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.729989(mm),-0.033849016(mm),78.636835(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3037,7 +2792,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.955242(mm),-0.89578466(mm),78.94977(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.93377(mm),-3.5171104(mm),78.600902(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3046,7 +2801,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.918845(mm),2.1697664(mm),79.132515(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.218716(mm),2.9971764(mm),78.903313(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3055,7 +2810,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.682141(mm),0.84988715(mm),78.997925(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.283913(mm),-0.37333459(mm),78.71549(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3064,7 +2819,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.577994(mm),1.3204321(mm),78.310981(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.252776(mm),2.8809109(mm),78.544653(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3073,7 +2828,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.344332(mm),1.5800621(mm),78.175855(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.407362(mm),1.7707702(mm),79.39903(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3082,7 +2837,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.422958(mm),-0.82849369(mm),79.043626(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.330097(mm),0.99591267(mm),79.06(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3091,7 +2846,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.908981(mm),-0.05218601(mm),78.428946(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.556645(mm),1.8392452(mm),78.491073(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3100,7 +2855,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.595227(mm),1.4019943(mm),78.660597(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.385174(mm),1.6392389(mm),79.050289(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3109,7 +2864,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.239701(mm),-2.3559584(mm),78.546958(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.583852(mm),3.7196631(mm),78.838929(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3118,7 +2873,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.802945(mm),0.03910436(mm),78.094989(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.090821(mm),-0.080178185(mm),78.749537(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3127,7 +2882,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.917499(mm),2.8073811(mm),78.780098(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.944213(mm),0.47846094(mm),78.422734(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3136,7 +2891,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.639577(mm),-1.116284(mm),78.300123(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.158314(mm),-0.18613937(mm),79.266617(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3145,7 +2900,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.646175(mm),2.5947579(mm),79.180594(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.91541(mm),0.74834278(mm),79.309448(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3154,7 +2909,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.027065(mm),1.0274114(mm),79.28976(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.849253(mm),-1.9844956(mm),78.792132(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3163,7 +2918,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.006093(mm),-1.6626814(mm),78.235496(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.195216(mm),-2.7564344(mm),79.083783(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3172,7 +2927,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.544588(mm),-0.071706189(mm),78.316872(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.159008(mm),-1.0032698(mm),78.208533(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3181,7 +2936,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.3517(mm),-2.2276472(mm),78.52721(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.029725(mm),-0.86329852(mm),78.936637(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3190,7 +2945,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.171507(mm),2.0047878(mm),78.73531(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.75093(mm),-0.052208007(mm),78.280488(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3199,7 +2954,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.498193(mm),-0.21330111(mm),79.03036(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.102024(mm),-0.84541248(mm),79.100216(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3208,7 +2963,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.544974(mm),1.3013911(mm),79.022112(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.248055(mm),-2.087181(mm),78.369159(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3217,7 +2972,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.977338(mm),0.012908167(mm),78.945874(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.048934(mm),-1.9876366(mm),78.93325(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3226,7 +2981,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.40862(mm),-0.83349099(mm),79.046154(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.035921(mm),0.49641091(mm),79.288198(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3235,16 +2990,44 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.419363(mm),-2.3813584(mm),79.04426(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.707855(mm),-0.95376712(mm),79.169718(mm),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.04 cm -957 um 7.2 cm 13 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.0279034 cm -762.97919 um 7.173606 cm 10.50029 MeV 2.477915 MeV 346.60112 um 346.60112 um Target hIoni + 2 -1.0129387 cm -650.27987 um 7.1529071 cm 7.7471617 MeV 2.7531285 MeV 283.7808 um 630.38192 um Target hIoni + 3 -1.0048033 cm -549.66159 um 7.1356556 cm 4.8128464 MeV 2.9343152 MeV 220.52327 um 850.90519 um Target hIoni + 4 -1.0034775 cm -493.95595 um 7.1222935 cm 1.5315751 MeV 3.2812713 MeV 150.88904 um 1.0017942 mm Target hIoni + 5 -1.0034301 cm -496.07251 um 7.1202679 cm 117.706 keV 1.4138691 MeV 26.65474 um 1.028449 mm Target hIoni + 6 -1.0034397 cm -496.26036 um 7.1202419 cm 0 eV 117.706 keV 696.91633 nm 1.0291459 mm Target hIoni + 7 -1.0034397 cm -496.26036 um 7.1202419 cm 0 eV 0 eV 0 fm 1.0291459 mm Target Scintillation +Track (trackID 4, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 26, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1 cm -496 um 7.12 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -9.9300235 mm -567.86448 um 7.1191166 cm 1.2684003 MeV 2.8514123 MeV 143.95492 um 143.95492 um Target muIoni + 2 -9.9163212 mm -574.04487 um 7.1194367 cm 124.56026 keV 1.1438401 MeV 23.260214 um 167.21514 um Target muIoni + 3 -9.9161613 mm -574.26768 um 7.1194535 cm 67.166904 keV 57.393359 keV 808.84382 nm 168.02398 um Target muIoni + 4 -9.9161522 mm -574.15814 um 7.1194636 cm 0 eV 67.166904 keV 377.30741 nm 168.40129 um Target muIoni + 5 -9.9161522 mm -574.15814 um 7.1194636 cm 0 eV 0 eV 0 fm 168.40129 um Target Scintillation +Track (trackID 26, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.232933(mm),-0.48181701(mm),78.371825(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.03101(mm),1.1412578(mm),79.112737(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3253,7 +3036,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.614425(mm),0.92327473(mm),78.657212(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.652933(mm),-2.2427926(mm),78.297767(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3262,7 +3045,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.013437(mm),1.4534519(mm),78.586855(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.743087(mm),-3.2486179(mm),78.987179(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3271,7 +3054,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.490824(mm),-2.1714373(mm),79.207987(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.552079(mm),0.55377145(mm),79.197186(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3280,7 +3063,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.621351(mm),-1.8609592(mm),78.303336(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.653666(mm),1.2494883(mm),78.473965(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3289,7 +3072,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.898447(mm),2.3157447(mm),79.312439(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.748885(mm),1.7541646(mm),78.457176(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3298,7 +3081,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.153076(mm),-1.437084(mm),78.914887(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.153885(mm),-1.6840836(mm),79.267398(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3307,7 +3090,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.738807(mm),2.5632691(mm),79.164261(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.483642(mm),-1.380793(mm),79.209253(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3316,7 +3099,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.379387(mm),3.8605467(mm),78.874982(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.355575(mm),-0.89556916(mm),79.231835(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3325,7 +3108,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.217555(mm),1.7916483(mm),78.198209(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.513189(mm),-1.9705052(mm),79.027716(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3334,7 +3117,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.757458(mm),-0.10935795(mm),78.279337(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.026905(mm),1.2367035(mm),79.113461(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3343,7 +3126,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.058471(mm),0.54844819(mm),78.931568(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.32479(mm),-0.90449136(mm),78.179301(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3352,7 +3135,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.596372(mm),3.024907(mm),79.013049(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.98809(mm),-0.59800577(mm),78.943978(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3361,7 +3144,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.757247(mm),-1.0857689(mm),79.337336(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.652938(mm),-0.55242542(mm),79.003075(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3370,7 +3153,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.655371(mm),-0.43522439(mm),78.826319(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.329653(mm),-0.30705036(mm),78.531097(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3379,7 +3162,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.673397(mm),1.048375(mm),78.117832(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.740021(mm),1.8312554(mm),78.98772(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3388,7 +3171,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.562158(mm),0.3928518(mm),78.842755(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.865623(mm),-0.99730205(mm),78.612919(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3397,7 +3180,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.138376(mm),-2.5288661(mm),78.388498(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.492002(mm),3.2318948(mm),79.031452(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3406,7 +3189,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.380321(mm),-1.7716299(mm),79.227471(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.521055(mm),0.63813763(mm),79.202656(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3415,7 +3198,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.730386(mm),-3.4855188(mm),78.813091(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.606936(mm),-1.026257(mm),78.658532(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3424,7 +3207,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.007579(mm),0.23828337(mm),79.116869(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.867214(mm),2.9507798(mm),78.612638(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3433,7 +3216,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.359448(mm),-0.41734144(mm),79.231152(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.532716(mm),-2.0097542(mm),78.318965(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3442,7 +3225,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.430459(mm),-1.0814401(mm),78.160669(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.484741(mm),0.10399032(mm),78.151097(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3451,7 +3234,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.088448(mm),-0.26300798(mm),79.455263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.096554(mm),-1.0407638(mm),78.924853(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3460,7 +3243,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.974199(mm),2.3207226(mm),78.770101(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.034426(mm),-3.2367399(mm),79.112135(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3469,7 +3252,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.529169(mm),-0.63093374(mm),78.143263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.305532(mm),-1.298043(mm),79.416986(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3478,7 +3261,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.627378(mm),0.87304311(mm),79.360236(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.935535(mm),-1.5814412(mm),78.776918(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3487,7 +3270,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.425827(mm),1.8288649(mm),78.690466(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.685804(mm),0.09209254(mm),78.99728(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3496,7 +3279,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.790427(mm),2.005746(mm),78.449851(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.622226(mm),2.0579318(mm),79.184817(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3505,7 +3288,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.194926(mm),0.54206596(mm),79.436488(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.315234(mm),1.1379675(mm),78.180986(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3514,7 +3297,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.764591(mm),1.2175595(mm),78.983387(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.464791(mm),2.2142323(mm),79.212577(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3523,7 +3306,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.733093(mm),-1.8330346(mm),78.988941(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.949625(mm),-3.3987248(mm),78.774434(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3532,7 +3315,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.367371(mm),-0.17623998(mm),78.700774(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.236237(mm),-0.61609705(mm),79.252877(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3541,7 +3324,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.114904(mm),-0.75092094(mm),78.921618(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.345941(mm),0.69405837(mm),78.704552(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3550,7 +3333,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.163962(mm),0.32403863(mm),78.912967(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.944723(mm),-1.1548299(mm),78.598971(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3559,7 +3342,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.800165(mm),0.0031042721(mm),78.09548(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.324629(mm),-2.3107272(mm),78.531983(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3568,7 +3351,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.294768(mm),-3.3954541(mm),78.713576(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.1236(mm),0.29178206(mm),79.449065(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3577,7 +3360,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.614416(mm),-1.1157791(mm),78.657213(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.252716(mm),-2.5866952(mm),78.544664(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3586,7 +3369,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.037924(mm),-3.4677951(mm),78.758864(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.951305(mm),1.5263478(mm),78.59781(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3595,7 +3378,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.627087(mm),1.368703(mm),78.302325(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.39261(mm),2.9020054(mm),78.696323(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3604,7 +3387,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.044744(mm),1.8020758(mm),78.757662(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.373033(mm),-0.38050055(mm),79.052429(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3613,7 +3396,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.840841(mm),3.6511321(mm),78.969942(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.904921(mm),-1.742613(mm),78.253335(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3622,7 +3405,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.016812(mm),2.4560192(mm),78.409933(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.706491(mm),0.075055981(mm),78.288324(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3631,7 +3414,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.393057(mm),-0.99134615(mm),79.225226(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.822215(mm),1.31838(mm),79.325881(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3640,7 +3423,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.148171(mm),0.068609753(mm),79.444733(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.375883(mm),3.0288144(mm),78.346619(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3649,7 +3432,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.904895(mm),-2.8754043(mm),78.605994(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.617972(mm),-0.93645384(mm),79.00924(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3658,7 +3441,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.006029(mm),-0.70467289(mm),79.293469(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.779186(mm),-0.96074465(mm),78.275506(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3667,7 +3450,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.318754(mm),-1.8384115(mm),78.533019(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.224143(mm),2.4539229(mm),79.25501(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3676,7 +3459,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.094919(mm),-2.3617862(mm),78.925141(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.014346(mm),1.0189764(mm),78.939349(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3685,7 +3468,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.379692(mm),-1.9446989(mm),78.522274(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.035856(mm),2.1965648(mm),78.406575(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3694,7 +3477,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.131855(mm),-1.855896(mm),78.742302(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.24835(mm),-1.8487689(mm),79.074414(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3703,7 +3486,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.14657(mm),-1.0301461(mm),78.387053(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.047479(mm),-1.3462161(mm),79.28616(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3712,7 +3495,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.468026(mm),-0.11155598(mm),78.154045(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.638935(mm),-0.34236477(mm),78.476563(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3721,7 +3504,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.965112(mm),-3.988442(mm),78.771703(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.141654(mm),3.7766718(mm),78.916901(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3730,7 +3513,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.313054(mm),1.7714593(mm),78.886678(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.975956(mm),2.8785098(mm),78.593464(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3739,7 +3522,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.324438(mm),1.621489(mm),79.413652(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.681853(mm),1.0760206(mm),78.116341(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3748,7 +3531,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.437193(mm),2.4753462(mm),79.217443(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.924697(mm),0.32108102(mm),78.778829(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3757,7 +3540,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.656352(mm),0.42279999(mm),78.297165(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.871178(mm),-1.2019743(mm),79.317247(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3766,7 +3549,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.274082(mm),-0.58067801(mm),78.717223(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.648555(mm),-1.1631884(mm),78.122213(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3775,7 +3558,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.954035(mm),2.6173438(mm),79.302637(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.110069(mm),3.5630743(mm),78.746143(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3784,7 +3567,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.490701(mm),0.8520914(mm),79.208008(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.951926(mm),-0.90726762(mm),78.950355(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3793,7 +3576,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.148507(mm),-1.014178(mm),79.092019(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.758014(mm),2.3130624(mm),79.160874(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3802,7 +3585,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.311875(mm),-3.1361461(mm),78.710559(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.43137(mm),-1.4386841(mm),79.042143(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3811,7 +3594,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.172244(mm),-0.95273017(mm),78.206199(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.610519(mm),-1.9245886(mm),78.305246(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3820,7 +3603,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.710889(mm),-3.3946297(mm),78.640202(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.150236(mm),-0.40173533(mm),79.444369(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3829,7 +3612,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.054182(mm),-1.2207185(mm),78.227017(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.518983(mm),1.1592386(mm),78.850368(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3838,7 +3621,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.49385(mm),2.0894712(mm),78.678472(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.33247(mm),-3.6991536(mm),78.706928(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3847,16 +3630,138 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.709396(mm),-2.3954036(mm),79.169447(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.350866(mm),3.7582482(mm),78.880011(mm),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.32 cm 3.76 mm 7.83 cm 73.9 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.301248 cm 3.1067962 mm 7.8939678 cm 71.562662 MeV 2.300154 MeV 953.24685 um 953.24685 um Target Transportation + 2 -1.164053 mm -7.408665 cm 2 m 71.562672 MeV1.0684308e-16 eV 2.7659871 m 2.7669403 m CaptureMgnt Transportation + 3 -3.0778402 mm -9.1761597 cm 2.0171621 m 71.556806 MeV 4.221891 keV 2.4710417 cm 2.7916508 m World hIoni + 4 -4.526053 mm -10.506582 cm 2.0300916 m 71.551003 MeV 3.3764205 keV 1.8608399 cm 2.8102592 m World hIoni + 5 -1.0924269 cm -16.41151 cm 2.0873787 m 71.534172 MeV 15.772955 keV 8.2520216 cm 2.8927794 m World hIoni + 6 -1.4674019 cm -19.983733 cm 2.1219124 m 71.527205 MeV 5.696275 keV 4.9826823 cm 2.9426062 m World hIoni + 7 -1.5185893 cm -20.474047 cm 2.1266606 m 71.526297 MeV 907.91365 eV 6.844561 mm 2.9494508 m World 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 -1.52 cm -20.5 cm 2.13 m 69.8 MeV 0 eV 0 fm 0 fm World initStep + 1 -1.2051531 cm -22.384138 cm 2.149188 m 69.802978 MeV 3.1793561 keV 2.9701108 cm 2.9701108 cm World muIoni + 2 7.0998478 mm -34.017509 cm 2.2862001 m 69.779708 MeV 22.007672 keV 18.075602 cm 21.045713 cm World muIoni + 3 2.3602092 cm -43.92778 cm 2.4030501 m 69.756342 MeV 21.849095 keV 15.410277 cm 36.455991 cm World muIoni + 4 2.4145305 cm -44.25877 cm 2.4069501 m 69.753195 MeV 2.0706173 keV 5.1439314 mm 36.970384 cm World muIoni + 5 3.0988434 cm -48.434357 cm 2.4561266 m 69.744549 MeV 7.5651675 keV 6.4874615 cm 43.457845 cm World muIoni + 6 3.8462812 cm -53.00013 cm 2.5098537 m 69.72541 MeV 10.252016 keV 7.0902073 cm 50.548053 cm World muIoni + 7 4.3424642 cm -56.03121 cm 2.5455342 m 69.71588 MeV 6.8950886 keV 4.707934 cm 55.255987 cm World muIoni + 8 5.0218002 cm -60.123276 cm 2.5936871 m 69.70006 MeV 13.716826 keV 6.3555889 cm 61.611575 cm World muIoni + 9 5.680137 cm -64.08189 cm 2.6403664 m 69.683331 MeV 14.776169 keV 6.1557862 cm 67.767362 cm World muIoni + 10 7.8111038 cm -76.866669 cm 2.791049 m 69.65317 MeV 30.160963 keV 19.875755 cm 87.643116 cm World muIoni + 11 7.9447493 cm -77.660574 cm 2.8004094 m 69.649503 MeV 2.5896011 keV 1.2346278 cm 88.877744 cm World muIoni + 12 9.3377606 cm -85.869727 cm 2.8973206 m 69.628933 MeV 19.505247 keV 12.776892 cm 1.0165464 m World muIoni + 13 9.662897 cm -87.788769 cm 2.9199026 m 69.621357 MeV 5.7840142 keV 2.9812616 cm 1.046359 m World muIoni + 14 11.853741 cm -1.0079822 m 3.0727909 m 69.531787 MeV 38.666296 keV 20.19394 cm 1.2482984 m World muIoni + 15 12.717584 cm -1.0612871 m 3.1351171 m 69.515962 MeV 13.857588 keV 8.2465786 cm 1.3307642 m World muIoni + 16 12.991144 cm -1.0783988 m 3.1553072 m 69.512042 MeV 3.9202286 keV 2.6607041 cm 1.3573712 m World muIoni + 17 12.991389 cm -1.078414 m 3.1553253 m 69.509719 MeV 4.0605589 eV 23.769925 um 1.357395 m World muIoni + 18 13.651757 cm -1.1195515 m 3.2039471 m 69.501072 MeV 6.8086643 keV 6.4031157 cm 1.4214261 m World muIoni + 19 14.131012 cm -1.14972 m 3.2396077 m 69.490908 MeV 8.7934595 keV 4.6955125 cm 1.4683813 m World muIoni + 20 17.263006 cm -1.3485782 m 3.4745281 m 69.43991 MeV 49.354551 keV 30.937645 cm 1.7777577 m World muIoni + 21 17.90645 cm -1.3882781 m 3.5217246 m 69.420913 MeV 10.990384 keV 6.2008045 cm 1.8397658 m World muIoni + 22 18.04104 cm -1.3967081 m 3.5317509 m 69.413346 MeV 2.201982 keV 1.3168229 cm 1.852934 m World muIoni + 23 18.103846 cm -1.4006571 m 3.5364383 m 69.410742 MeV 1.2189333 keV 6.1612704 mm 1.8590953 m World muIoni + 24 18.613028 cm -1.4325891 m 3.5743391 m 69.392269 MeV 9.7366429 keV 4.9820118 cm 1.9089154 m World muIoni + 25 20.184256 cm -1.5308297 m 3.6909066 m 69.35913 MeV 31.990756 keV 15.325192 cm 2.0621673 m World muIoni + 26 20.737527 cm -1.5653657 m 3.7320294 m 69.35124 MeV 7.8897523 keV 5.3985499 cm 2.1161528 m World muIoni + 27 21.203966 cm -1.5940908 m 3.7662811 m 69.34469 MeV 6.5506288 keV 4.4945166 cm 2.161098 m World muIoni + 28 23.469819 cm -1.7325207 m 3.931227 m 69.296547 MeV 39.148028 keV 21.652622 cm 2.3776242 m World muIoni + 29 23.569906 cm -1.7388252 m 3.9387852 m 69.294055 MeV 1.4629821 keV 9.8932226 mm 2.3875174 m World muIoni + 30 23.96452 cm -1.7637725 m 3.9686751 m 69.254537 MeV 6.4478352 keV 3.9132401 cm 2.4266498 m World muIoni + 31 24.105909 cm -1.7728321 m 3.9795045 m 69.250042 MeV 3.484932 keV 1.4189788 cm 2.4408396 m World muIoni + 32 24.780451 cm -1.8160352 m 4.0311399 m 69.236776 MeV 12.014822 keV 6.7662576 cm 2.5085022 m World muIoni + 33 27.054706 cm -1.9602501 m 4.2035366 m 69.194023 MeV 40.952557 keV 22.59119 cm 2.7344141 m World muIoni + 34 27.369431 cm -1.9793884 m 4.2259012 m 69.186206 MeV 4.9211759 keV 2.9603245 cm 2.7640173 m World muIoni + 35 27.575852 cm -1.9922598 m 4.2409617 m 69.180111 MeV 4.6225733 keV 1.9918666 cm 2.783936 m World muIoni + 36 27.752126 cm -2.003246 m 4.2538374 m 69.175092 MeV 3.8320162 keV 1.7017321 cm 2.8009533 m World muIoni + 37 27.898988 cm -2.0124206 m 4.2646142 m 69.170814 MeV 2.5314025 keV 1.4229163 cm 2.8151825 m World muIoni + 38 28.870436 cm -2.0734264 m 4.3362664 m 69.153032 MeV 16.638761 keV 9.4605092 cm 2.9097876 m World muIoni + 39 29.671453 cm -2.123415 m 4.394672 m 69.142721 MeV 10.311164 keV 7.7293233 cm 2.9870808 m World muIoni + 40 29.924766 cm -2.1391424 m 4.4130106 m 69.137138 MeV 3.6974758 keV 2.4291455 cm 3.0113722 m World muIoni + 41 30.222486 cm -2.1576895 m 4.4346095 m 69.123427 MeV 3.7374804 keV 2.8624649 cm 3.0399969 m World muIoni + 42 31.147109 cm -2.2143559 m 4.500578 m 69.107755 MeV 13.880679 keV 8.745536 cm 3.1274523 m World muIoni + 43 32.555263 cm -2.3000129 m 4.6002779 m 69.083822 MeV 22.913774 keV 13.219493 cm 3.2596472 m World muIoni + 44 33.226386 cm -2.3408031 m 4.6477576 m 69.073476 MeV 9.0287234 keV 6.295402 cm 3.3226012 m World muIoni + 45 33.543004 cm -2.3596621 m 4.6697204 m 69.067739 MeV 3.997671 keV 2.912135 cm 3.3517225 m World muIoni + 46 34.278177 cm -2.403459 m 4.7207614 m 69.054645 MeV 11.783389 keV 6.7656541 cm 3.4193791 m World muIoni + 47 34.754295 cm -2.4317824 m 4.7537673 m 69.035733 MeV 5.3422181 keV 4.3752449 cm 3.4631315 m World muIoni + 48 36.612296 cm -2.5440225 m 4.8848217 m 69.001181 MeV 31.494904 keV 17.354655 cm 3.6366781 m World muIoni + 49 36.841862 cm -2.5579168 m 4.9010526 m 68.99213 MeV 3.5319368 keV 2.1488727 cm 3.6581668 m World muIoni + 50 37.440828 cm -2.5942281 m 4.9434987 m 68.969362 MeV 10.883482 keV 5.6178823 cm 3.7143456 m World muIoni + 51 37.461756 cm -2.5954959 m 4.9449778 m 68.968074 MeV 223.42564 eV 1.9593299 mm 3.716305 m World muIoni + 52 37.73654 cm -2.6121838 m 4.9644477 m 68.964169 MeV 2.1999221 keV 2.5789763 cm 3.7420947 m World muIoni + 53 39.498137 cm -2.7198906 m 5.0901394 m 68.935174 MeV 26.709942 keV 16.646195 cm 3.9085567 m World muIoni + 54 41.14819 cm -2.8176676 m 5.2041771 m 68.896137 MeV 31.447876 keV 15.112006 cm 4.0596767 m World muIoni + 55 43.645444 cm -2.9684683 m 5.3799893 m 68.852385 MeV 40.917019 keV 23.296919 cm 4.2926459 m World muIoni + 56 44.728713 cm -3.0339647 m 5.4561149 m 68.834827 MeV 17.558354 keV 10.100621 cm 4.3936521 m World muIoni + 57 45.457612 cm -3.0781115 m 5.5074394 m 68.820413 MeV 11.091922 keV 6.8090235 cm 4.4617424 m World muIoni + 58 45.656002 cm -3.0899516 m 5.521228 m 68.81736 MeV 1.8771517 keV 1.8282484 cm 4.4800249 m World muIoni + 59 46.650227 cm -3.1492489 m 5.590338 m 68.800119 MeV 12.774442 keV 9.160363 cm 4.5716285 m World muIoni + 60 46.699788 cm -3.1521485 m 5.593715 m 68.798505 MeV 331.48653 eV 4.4785086 mm 4.576107 m World muIoni + 61 46.865703 cm -3.1618204 m 5.6049784 m 68.792105 MeV 4.6535533 keV 1.4938668 cm 4.5910457 m World muIoni + 62 48.720129 cm -3.269438 m 5.7304099 m 68.760054 MeV 29.535332 keV 16.630871 cm 4.7573544 m World muIoni + 63 49.738096 cm -3.3287875 m 5.7997122 m 68.738631 MeV 15.861606 keV 9.1808558 cm 4.8491629 m World muIoni + 64 51.25319 cm -3.4176309 m 5.9028293 m 68.711646 MeV 24.907995 keV 13.695213 cm 4.9861151 m World muIoni + 65 51.447434 cm -3.4289485 m 5.9159001 m 68.707967 MeV 2.3298987 keV 1.7398477 cm 5.0035135 m World muIoni + 66 51.582867 cm -3.4368647 m 5.9250516 m 68.704733 MeV 1.8651334 keV 1.2175873 cm 5.0156894 m World muIoni + 67 53.013895 cm -3.5204735 m 6.021706 m 68.681209 MeV 21.44831 keV 12.859755 cm 5.144287 m World muIoni + 68 53.394325 cm -3.5429111 m 6.0476607 m 68.671199 MeV 7.1161065 keV 3.4519035 cm 5.178806 m World muIoni + 69 54.108781 cm -3.5849291 m 6.0962245 m 68.659792 MeV 9.9134437 keV 6.461422 cm 5.2434202 m World muIoni + 70 54.199326 cm -3.5902895 m 6.1024268 m 68.64585 MeV 863.28198 eV 8.2476086 mm 5.2516678 m World muIoni + 71 54.895005 cm -3.631253 m 6.1497745 m 68.634696 MeV 10.080185 keV 6.2993785 cm 5.3146616 m World muIoni + 72 55.209455 cm -3.6499637 m 6.1713375 m 68.627706 MeV 4.5526387 keV 2.872176 cm 5.3433834 m World muIoni + 73 55.615382 cm -3.6741059 m 6.1991689 m 68.610131 MeV 6.7630434 keV 3.7066335 cm 5.3804497 m World muIoni + 74 56.607452 cm -3.7331384 m 6.2670498 m 68.586674 MeV 16.558858 keV 9.0504636 cm 5.4709543 m World muIoni + 75 57.159846 cm -3.766287 m 6.3050067 m 68.572717 MeV 12.411059 keV 5.0695847 cm 5.5216502 m World muIoni + 76 59.862856 cm -3.9288095 m 6.4913695 m 68.534322 MeV 37.116318 keV 24.874811 cm 5.7703983 m World muIoni + 77 61.568472 cm -4.0320171 m 6.6099722 m 68.497025 MeV 30.272609 keV 15.814357 cm 5.9285419 m World muIoni + 78 61.659231 cm -4.0375407 m 6.616321 m 68.494445 MeV 429.95642 eV 8.4640881 mm 5.9370059 m World muIoni + 79 62.70435 cm -4.1013346 m 6.6896373 m 68.458642 MeV 17.108657 keV 9.774555 cm 6.0347515 m World muIoni + 80 63.241078 cm -4.1332904 m 6.7263883 m 68.45121 MeV 6.1991525 keV 4.8996145 cm 6.0837476 m World muIoni + 81 63.367048 cm -4.1408098 m 6.7350439 m 68.444951 MeV 3.2046867 keV 1.1534649 cm 6.0952823 m World muIoni + 82 64.581332 cm -4.2130388 m 6.8182032 m 67.923723 MeV 15.895904 keV 11.081497 cm 6.2060973 m World muIoni + 83 65.108525 cm -4.2443204 m 6.8546805 m 67.91373 MeV 7.910813 keV 4.8341733 cm 6.254439 m World muIoni + 84 65.92993 cm -4.2927639 m 6.9110948 m 67.900556 MeV 10.480905 keV 7.4811969 cm 6.329251 m World muIoni + 85 67.149393 cm -4.3649126 m 6.994735 m 67.877752 MeV 20.682388 keV 11.112989 cm 6.4403809 m World muIoni + 86 67.356131 cm -4.3771404 m 7.0089047 m 67.874517 MeV 1.7491078 keV 1.8830106 cm 6.459211 m World muIoni + 87 67.570843 cm -4.389776 m 7.0235206 m 67.868871 MeV 4.4078245 keV 1.9439501 cm 6.4786505 m World muIoni + 88 67.737012 cm -4.3995711 m 7.0348588 m 67.866198 MeV 1.217525 keV 1.5075143 cm 6.4937256 m World muIoni + 89 67.992378 cm -4.414643 m 7.0523062 m 67.860795 MeV 4.3555246 keV 2.3196831 cm 6.5169224 m World muIoni + 90 68.20951 cm -4.4274263 m 7.0671004 m 67.856987 MeV 2.5802353 keV 1.9672246 cm 6.5365947 m World muIoni + 91 72.146536 cm -4.6567206 m 7.3329399 m 67.789093 MeV 66.242302 keV 35.3267 cm 6.8898617 m World muIoni + 92 73.293001 cm -4.7246558 m 7.4115599 m 67.772033 MeV 15.672336 keV 10.453581 cm 6.9943975 m World muIoni + 93 74.96445 cm -4.8220824 m 7.5235014 m 67.744244 MeV 25.733968 keV 14.933955 cm 7.143737 m World muIoni + 94 75.026027 cm -4.825791 m 7.5277653 m 67.742804 MeV 391.19112 eV 5.6845083 mm 7.1494216 m World muIoni + 95 75.086758 cm -4.8294567 m 7.5319803 m 67.734057 MeV 1.0223744 keV 5.6189171 mm 7.1550405 m World muIoni + 96 75.573628 cm -4.8587341 m 7.5656115 m 67.724395 MeV 7.7530726 keV 4.4854522 cm 7.199895 m World muIoni + 97 75.710132 cm -4.866931 m 7.5750255 m 67.720868 MeV 1.9951817 keV 1.2556965 cm 7.212452 m World muIoni + 98 76.493595 cm -4.9140419 m 7.6290911 m 67.708189 MeV 11.575717 keV 7.213811 cm 7.2845901 m World muIoni + 99 76.934203 cm -4.9404567 m 7.659348 m 67.701704 MeV 6.4854073 keV 4.0405956 cm 7.324996 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 (-14.739351(mm),1.7835101(mm),78.635184(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.217510879295(mm),3.4031038413288(mm),78.727198184324(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3865,7 +3770,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.82867(mm),1.9886165(mm),78.619434(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.8867(mm),-2.1977602(mm),78.785529(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3874,7 +3779,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.348224(mm),2.4418442(mm),78.70415(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.729743(mm),-2.8009454(mm),78.989532(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3883,7 +3788,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.227417(mm),-0.2776295(mm),78.901778(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.98477(mm),1.3346499(mm),79.120891(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3892,7 +3797,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.72811(mm),-2.6356975(mm),78.460839(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.682594(mm),2.1259195(mm),78.292538(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3901,7 +3806,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.676738(mm),2.9827494(mm),78.469897(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.279881(mm),2.2431237(mm),78.539874(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3910,7 +3815,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.134954(mm),-1.0891963(mm),79.270736(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.192545(mm),1.6391326(mm),79.084254(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3919,7 +3824,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.509187(mm),-1.3670496(mm),78.323114(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.429623(mm),-3.7293209(mm),78.866124(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3928,7 +3833,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.027242(mm),1.9237021(mm),78.584421(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.30367(mm),-2.0429895(mm),78.712006(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3937,7 +3842,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.797201(mm),-0.32562754(mm),79.330291(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.690748(mm),-1.3919352(mm),79.172735(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3946,7 +3851,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.917025(mm),-1.7545079(mm),78.251201(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.105407(mm),2.447396(mm),78.923292(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3955,7 +3860,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.355154(mm),-2.8615134(mm),78.526601(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.827007(mm),3.0719469(mm),78.796055(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3964,7 +3869,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.466483(mm),-3.69597(mm),78.683298(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.70748(mm),-3.9935737(mm),78.81713(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3973,7 +3878,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.735664(mm),-0.12001813(mm),78.812161(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.879919(mm),0.22097048(mm),78.434071(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -3982,16 +3887,44 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.239179(mm),-0.59343956(mm),78.723377(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.975105(mm),-3.0011563(mm),79.122595(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 6, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.1 cm -3.07 mm 7.22 cm 15.6 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.1084274 cm -2.719417 mm 7.237438 cm 12.589891 MeV 2.971894 MeV 419.40103 um 419.40103 um Target hIoni + 2 -1.1240376 cm -2.4493303 mm 7.2487058 cm 9.5092417 MeV 3.0806488 MeV 336.3167 um 755.71772 um Target hIoni + 3 -1.1407109 cm -2.2654139 mm 7.2548498 cm 6.6538693 MeV 2.8553724 MeV 260.38679 um 1.0161045 mm Target hIoni + 4 -1.1496637 cm -2.1079321 mm 7.2608989 cm 3.6990518 MeV 2.9548175 MeV 196.09672 um 1.2122012 mm Target hIoni + 5 -1.1542341 cm -2.0270307 mm 7.26213 cm 303.68354 keV 3.3953682 MeV 112.36935 um 1.3245706 mm Target hIoni + 6 -1.1543239 cm -2.0261033 mm 7.2620872 cm 28.679794 keV 275.00375 keV 2.3579486 um 1.3269285 mm Target hIoni + 7 -1.1543268 cm -2.0260956 mm 7.2620857 cm 0 eV 28.679794 keV 171.09532 nm 1.3270996 mm Target hIoni + 8 -1.1543268 cm -2.0260956 mm 7.2620857 cm 0 eV 0 eV 0 fm 1.3270996 mm Target Scintillation +Track (trackID 6, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 25, Parent ID = 6 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.15 cm -2.03 mm 7.26 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.1450681 cm -2.1032877 mm 7.2612374 cm 1.0615497 MeV 3.0582629 MeV 143.95492 um 143.95492 um Target muIoni + 2 -1.1449695 cm -2.1143727 mm 7.2606134 cm 77.221458 keV 984.32828 keV 17.525543 um 161.48047 um Target muIoni + 3 -1.1449781 cm -2.1145374 mm 7.2606166 cm 0 eV 77.221458 keV 445.27844 nm 161.92575 um Target muIoni + 4 -1.1449781 cm -2.1145374 mm 7.2606166 cm 0 eV 0 eV 0 fm 161.92575 um Target Scintillation +Track (trackID 25, parentID 6) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.040648(mm),2.9630749(mm),78.758384(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.90563(mm),-2.5981564(mm),78.605864(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4000,7 +3933,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.882171(mm),1.2274051(mm),78.610001(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.559297(mm),-0.8294419(mm),79.195913(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4009,7 +3942,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.120652(mm),0.77468762(mm),78.920604(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.670124(mm),-0.45491993(mm),78.118409(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4018,7 +3951,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.474074(mm),0.89530212(mm),78.858286(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.856948(mm),-2.556187(mm),78.261794(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4027,7 +3960,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.502327(mm),1.8211143(mm),79.029631(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.798673(mm),-0.91710474(mm),78.977378(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4036,7 +3969,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.395557(mm),-3.2948972(mm),79.048458(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.681518(mm),0.39382673(mm),78.645381(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4045,7 +3978,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.060283(mm),-0.90690411(mm),78.578595(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.692416(mm),2.8700118(mm),78.996114(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4054,7 +3987,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.421927(mm),0.63363859(mm),78.867481(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.20893(mm),-2.1218689(mm),79.257692(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4063,7 +3996,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.377942(mm),-3.1946297(mm),78.522583(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.400121(mm),0.86695154(mm),79.047653(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4072,7 +4005,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.988156(mm),1.8786682(mm),78.238659(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.776695(mm),-2.3290159(mm),78.804926(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4081,7 +4014,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.671696(mm),-0.13185666(mm),78.294459(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.323897(mm),-2.3696326(mm),79.061093(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4090,7 +4023,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.981633(mm),-0.22562906(mm),78.239809(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.354078(mm),1.4569996(mm),78.174137(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4099,7 +4032,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.536991(mm),-2.5986039(mm),78.847192(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.775151(mm),2.3429605(mm),78.628871(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4108,7 +4041,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.30993(mm),3.069913(mm),78.887229(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.052809(mm),-2.2286464(mm),79.285221(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4117,7 +4050,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.892164(mm),-3.5945529(mm),78.608239(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.433352(mm),0.15492335(mm),78.160159(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4126,7 +4059,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.550463(mm),-2.5105736(mm),79.021144(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.827907(mm),-3.4539658(mm),78.795896(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4135,7 +4068,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.089774(mm),2.1751263(mm),79.102376(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.452621(mm),-2.5502172(mm),78.333088(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4144,7 +4077,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.531404(mm),-1.8290611(mm),78.319196(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.799173(mm),0.17010351(mm),78.095655(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4153,7 +4086,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.227059(mm),-1.8463044(mm),78.196534(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.57423(mm),0.48254016(mm),79.016953(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4162,7 +4095,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.822449(mm),-2.260203(mm),78.444204(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.768742(mm),-2.1779586(mm),78.630001(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4171,7 +4104,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.16181(mm),-3.5485116(mm),78.913347(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.208732(mm),-1.5934589(mm),78.552419(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4180,7 +4113,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.869375(mm),2.6086124(mm),79.141238(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.180937(mm),-0.25839372(mm),78.733647(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4189,7 +4122,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.217138(mm),3.504378(mm),79.079918(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.627387(mm),0.30201768(mm),78.654926(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4198,7 +4131,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.531051(mm),0.57061415(mm),79.024567(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.492359(mm),1.3284161(mm),79.384043(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4207,7 +4140,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.955937(mm),3.6078439(mm),78.949648(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.933168(mm),1.9841806(mm),78.953662(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4216,7 +4149,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.216344(mm),-1.969447(mm),78.37475(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.619947(mm),0.19685591(mm),79.008892(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4225,7 +4158,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.709518(mm),-1.037975(mm),79.345752(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.206951(mm),1.9144475(mm),78.200079(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4234,7 +4167,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.592058(mm),-0.91027062(mm),79.013809(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.752008(mm),1.9672159(mm),79.161933(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4243,7 +4176,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.423184(mm),2.0223267(mm),79.043586(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.854088(mm),-0.209539(mm),78.967606(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4252,7 +4185,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.570676(mm),3.6580557(mm),79.01758(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.412839(mm),-1.5473302(mm),78.163776(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4261,7 +4194,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.329227(mm),1.9888804(mm),78.531173(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.475729(mm),0.37484708(mm),78.152687(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4270,7 +4203,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.007043(mm),-2.3506641(mm),78.411655(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.13758(mm),-2.3248345(mm),78.388638(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4279,7 +4212,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.054233(mm),-2.3106923(mm),78.755989(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.89927(mm),0.34945185(mm),78.95964(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4288,7 +4221,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.562197(mm),-1.1188437(mm),78.13744(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.796196(mm),-0.65463164(mm),78.62516(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4297,7 +4230,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.379498(mm),2.6638882(mm),78.698635(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.541034(mm),-1.6751735(mm),79.37546(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4306,7 +4239,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.003114(mm),-0.83737611(mm),78.941329(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.890987(mm),-2.046968(mm),78.432119(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4315,7 +4248,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.804712(mm),0.23607439(mm),78.976313(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.864173(mm),1.3036876(mm),78.789501(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4324,7 +4257,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.691929(mm),0.41740142(mm),78.290891(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.794972(mm),0.26739503(mm),78.801703(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4333,7 +4266,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.399136(mm),-2.9916363(mm),78.342519(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.377025(mm),-1.3228371(mm),78.875399(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4342,7 +4275,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.194083(mm),2.2344826(mm),78.378675(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.95304(mm),1.0871511(mm),78.597504(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4351,7 +4284,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.531677(mm),-2.1297615(mm),78.848129(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.385272(mm),-1.4617143(mm),78.697617(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4360,7 +4293,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.354438(mm),1.0120489(mm),78.879381(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.024798(mm),0.642156(mm),79.29016(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4369,7 +4302,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.953005(mm),3.130454(mm),79.126492(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.332934(mm),-2.1196563(mm),79.0595(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4378,7 +4311,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.133544(mm),2.2543848(mm),78.565677(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.823743(mm),-0.57547404(mm),78.620303(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4387,7 +4320,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.075204(mm),0.97647863(mm),78.22331(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.695257(mm),-2.5383139(mm),78.995613(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4396,7 +4329,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.02517(mm),0.59020478(mm),78.584786(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.312639(mm),0.3225224(mm),79.063078(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4405,7 +4338,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.016506(mm),-3.2229807(mm),78.586314(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.972136(mm),-2.0530898(mm),79.123118(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4414,7 +4347,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.135321(mm),1.9217378(mm),78.21271(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.22615(mm),1.1258414(mm),78.725675(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4423,7 +4356,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.557294(mm),2.4046022(mm),78.843612(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.365612(mm),1.6962502(mm),78.877411(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4432,7 +4365,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.58926(mm),-1.6737066(mm),78.837976(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.659827(mm),0.93636274(mm),78.472879(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4441,7 +4374,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.726716(mm),-3.0037912(mm),79.166393(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.789003(mm),-1.3061499(mm),79.15541(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4450,7 +4383,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.463491(mm),0.45906252(mm),78.331171(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.278449(mm),-1.9494439(mm),79.069107(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4459,7 +4392,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.722885(mm),-1.5816478(mm),79.167068(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.90227(mm),0.23395257(mm),78.43013(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4468,7 +4401,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.775647(mm),2.514974(mm),78.805111(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.862598(mm),0.73077275(mm),78.789779(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4477,39 +4410,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.764851(mm),1.7632807(mm),78.630687(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.434162(mm),3.2630775(mm),78.688997(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 9, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.11 cm 1.52 mm 5.62 cm 917 keV 0 eV 0 fm 0 fm Target initStep - 1 -1.1132598 cm 1.5159409 mm 5.6233414 cm 52.614529 keV 864.48742 keV 11.918341 um 11.918341 um Target hIoni - 2 -1.1132661 cm 1.5159768 mm 5.6233352 cm 0 eV 52.614529 keV 284.32695 nm 12.202668 um Target hIoni - 3 -1.1132661 cm 1.5159768 mm 5.6233352 cm 0 eV 0 eV 0 fm 12.202668 um Target Scintillation -Track (trackID 9, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 14, Parent ID = 9 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.11 cm 1.52 mm 5.62 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.114541 cm 1.6342623 mm 5.6247019 cm 1.2577641 MeV 2.8620486 MeV 143.92583 um 143.92583 um Target muIoni - 2 -1.1139284 cm 1.6487849 mm 5.623954 cm 165.72859 keV 1.0920355 MeV 22.956892 um 166.88273 um Target muIoni - 3 -1.1138992 cm 1.6489809 mm 5.6239462 cm 0 eV 165.72859 keV 1.1573507 um 168.04008 um Target muIoni - 4 -1.1138992 cm 1.6489809 mm 5.6239462 cm 0 eV 0 eV 0 fm 168.04008 um Target Scintillation -Track (trackID 14, parentID 9) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.092007(mm),1.1635934(mm),78.220347(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.777755(mm),2.5939286(mm),78.452085(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4518,7 +4428,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.304351(mm),-1.7904564(mm),79.240867(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.201725(mm),0.067863458(mm),78.377328(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4527,7 +4437,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.139861(mm),-3.1290141(mm),78.917217(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.012875(mm),-2.5842095(mm),78.763281(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4536,7 +4446,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.942515(mm),1.8386527(mm),78.775687(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.126357(mm),1.3261741(mm),79.095925(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4545,7 +4455,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.866531(mm),-3.8989288(mm),78.789085(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.395864(mm),1.2438986(mm),78.343096(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4554,7 +4464,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.128275(mm),3.1304493(mm),78.742933(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.94083(mm),2.9519506(mm),78.599657(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4563,7 +4473,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.45871(mm),-2.4706576(mm),78.860995(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.704085(mm),2.0695971(mm),78.994056(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4572,7 +4482,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.201919(mm),-2.8861942(mm),79.258928(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.264255(mm),0.7156411(mm),79.07161(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4581,7 +4491,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.802999(mm),-1.7216617(mm),79.329269(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.401611(mm),-0.64862957(mm),78.342082(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4590,7 +4500,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.805965(mm),-1.7490305(mm),78.976092(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.321273(mm),-3.2560704(mm),79.061556(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4599,7 +4509,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.939337(mm),-2.467706(mm),78.423594(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.52246(mm),1.4865039(mm),78.849754(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4608,7 +4518,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.392076(mm),0.47157963(mm),79.225399(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.168722(mm),-3.5120065(mm),78.735801(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4617,7 +4527,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.147083(mm),0.28554823(mm),79.092271(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.003209(mm),-2.2682943(mm),78.941312(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4626,7 +4536,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.522393(mm),-3.113111(mm),78.849766(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.745272(mm),-1.5871464(mm),78.281486(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4635,7 +4545,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.745452(mm),-2.9051886(mm),78.986762(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.757864(mm),-1.4444014(mm),78.455592(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4644,7 +4554,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.100168(mm),1.2207906(mm),78.395235(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.758014(mm),2.9191094(mm),78.984547(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4653,7 +4563,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.4201(mm),3.9231945(mm),78.691476(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.197385(mm),0.9500464(mm),79.259728(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4662,7 +4572,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.436466(mm),1.5841358(mm),78.15961(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.987502(mm),1.5314658(mm),79.120409(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4671,7 +4581,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.613066(mm),-1.3481943(mm),78.657451(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.244315(mm),3.6958855(mm),78.546145(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4680,7 +4590,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.916136(mm),0.79042856(mm),78.427685(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.317312(mm),1.49436(mm),78.885928(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4689,7 +4599,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.158533(mm),0.10709505(mm),79.442905(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.509876(mm),3.0989705(mm),79.0283(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4698,7 +4608,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.774386(mm),-2.9636644(mm),78.98166(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.903361(mm),0.94330107(mm),78.429937(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4707,7 +4617,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.302777(mm),2.2897753(mm),78.359509(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.006701(mm),-2.4552211(mm),78.588043(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4716,7 +4626,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.743758(mm),1.7846763(mm),78.987061(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.269982(mm),-2.3716399(mm),78.717946(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4725,7 +4635,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.965643(mm),-0.025972135(mm),78.595282(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.113554(mm),2.4535339(mm),78.745529(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4734,7 +4644,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.296094(mm),-1.435803(mm),79.242323(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.943389(mm),2.5183835(mm),78.599206(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4743,7 +4653,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.931467(mm),-2.7345268(mm),78.953962(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.111952(mm),-0.60215166(mm),79.451119(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4752,7 +4662,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.248924(mm),0.34860984(mm),79.074313(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.898831(mm),0.14294377(mm),79.312371(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4761,7 +4671,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.975927(mm),-0.12030194(mm),78.593469(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.758371(mm),-0.90109611(mm),78.984484(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4770,7 +4680,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.902399(mm),-0.20722123(mm),78.430107(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.610273(mm),-1.1568299(mm),79.186925(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4779,7 +4689,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.739773(mm),0.3972058(mm),78.282455(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.499142(mm),-0.86191624(mm),79.030193(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4788,7 +4698,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.864279(mm),0.0070591169(mm),79.142137(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.280659(mm),2.6771411(mm),78.363409(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4797,7 +4707,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.491426(mm),-1.5906714(mm),78.149919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.970528(mm),3.0361183(mm),78.770748(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4806,7 +4716,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.857447(mm),2.2412886(mm),79.143341(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.733662(mm),-3.3113086(mm),79.165168(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4815,7 +4725,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.418583(mm),-0.098853307(mm),79.397052(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.179169(mm),-2.0447568(mm),79.086613(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4824,7 +4734,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.949671(mm),0.22824902(mm),78.774426(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.135444(mm),0.5742337(mm),79.446977(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4833,7 +4743,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.351259(mm),-0.57310898(mm),79.232596(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.887295(mm),-0.74066014(mm),79.314405(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4842,7 +4752,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.914302(mm),-2.2347593(mm),78.780662(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.473577(mm),0.74286458(mm),79.034701(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4851,7 +4761,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.656862(mm),0.48271788(mm),79.355037(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.449931(mm),-0.56173516(mm),78.686216(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4860,7 +4770,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.581893(mm),-0.29640443(mm),79.015602(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.462399(mm),2.2391413(mm),79.036672(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4869,7 +4779,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.456605(mm),-0.28876902(mm),78.861366(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.99116(mm),3.698829(mm),78.590783(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4878,7 +4788,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.882374(mm),2.4810427(mm),78.257311(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.689444(mm),-0.75903047(mm),79.349292(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4887,7 +4797,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.346057(mm),-3.2394489(mm),78.880859(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.783013(mm),-1.9212199(mm),79.332793(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4896,7 +4806,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.446936(mm),3.382361(mm),78.686744(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.430397(mm),0.51338612(mm),79.394969(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4905,7 +4815,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.545654(mm),-3.6623307(mm),79.021992(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.740967(mm),-2.7991752(mm),78.987553(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4914,7 +4824,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.190204(mm),0.20408054(mm),78.379359(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.62819(mm),0.27598716(mm),78.478457(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4923,7 +4833,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.100515(mm),-2.3038695(mm),78.924155(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.100075(mm),0.06245085(mm),79.276886(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4932,7 +4842,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.68054(mm),1.3750956(mm),78.821881(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.633216(mm),-1.1279628(mm),78.653898(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4941,7 +4851,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.064995(mm),2.3622688(mm),78.754091(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.548217(mm),-1.1297944(mm),78.139905(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4950,7 +4860,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.252244(mm),-1.6554357(mm),78.897401(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.251022(mm),-1.2952901(mm),79.426597(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4959,7 +4869,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.585697(mm),-1.6914161(mm),79.014931(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.143005(mm),-0.8910901(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 @@ -4968,7 +4878,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.495815(mm),-2.8892167(mm),78.501799(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.782216(mm),2.3395651(mm),78.451298(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4977,7 +4887,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.04764(mm),3.0598672(mm),79.109805(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.761418(mm),-2.0548024(mm),78.983947(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4986,7 +4896,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.52623(mm),0.67914189(mm),78.496436(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.619214(mm),-1.3939674(mm),79.009021(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -4995,7 +4905,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.505137(mm),1.5001952(mm),78.676482(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.970517(mm),0.21820542(mm),78.77075(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5004,7 +4914,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.714898(mm),2.0574712(mm),78.463168(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.926962(mm),-2.7406332(mm),78.425776(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5013,7 +4923,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.541115(mm),0.068778996(mm),78.670138(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.188657(mm),-2.0772905(mm),78.732286(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5022,7 +4932,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.533153(mm),3.8500816(mm),78.847869(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.556293(mm),-0.45371222(mm),78.491135(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5031,7 +4941,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.214159(mm),-3.1194312(mm),78.551462(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.647716(mm),-3.3595532(mm),78.827668(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5040,7 +4950,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.87978(mm),-1.4192501(mm),78.257768(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.516956(mm),-3.5485345(mm),78.674398(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5049,7 +4959,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.907437(mm),-3.3466987(mm),78.9582(mm),0(nsec)) +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 @@ -5058,7 +4968,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.90927(mm),-1.886676(mm),79.134203(mm),0(nsec)) +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 @@ -5067,7 +4977,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.031918(mm),-1.6496855(mm),79.112577(mm),0(nsec)) +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 @@ -5076,7 +4986,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.855944(mm),-2.2948154(mm),78.261971(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.210351(mm),1.0312102(mm),79.433769(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5085,7 +4995,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.643281(mm),-1.2789856(mm),79.357431(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.132202(mm),0.18878357(mm),78.21326(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5094,7 +5004,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.815548(mm),1.0582415(mm),79.150729(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.964336(mm),3.4416683(mm),78.77184(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5103,7 +5013,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.613817(mm),0.54155973(mm),79.362627(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.226374(mm),-2.6569496(mm),78.372981(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5112,40 +5022,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.884899(mm),-1.7177214(mm),78.256866(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.625572(mm),-1.7475084(mm),78.655246(mm),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.69 cm -1.72 mm 7.81 cm 3.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.6929697 cm -1.7371472 mm 7.8175821 cm 554.73865 keV 3.0411633 MeV 107.95962 um 107.95962 um Target hIoni - 2 -1.6932456 cm -1.7388911 mm 7.8176999 cm 19.027773 keV 535.71088 keV 5.5916363 um 113.55125 um Target hIoni - 3 -1.6932464 cm -1.7389034 mm 7.8176993 cm 0 eV 19.027773 keV 129.64244 nm 113.6809 um Target hIoni - 4 -1.6932464 cm -1.7389034 mm 7.8176993 cm 0 eV 0 eV 0 fm 113.6809 um Target Scintillation -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 13, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.69 cm -1.74 mm 7.82 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.6885908 cm -1.8550088 mm 7.8203416 cm 1.1803168 MeV 2.9394958 MeV 143.92583 um 143.92583 um Target muIoni - 2 -1.688416 cm -1.8701516 mm 7.8207443 cm 124.42036 keV 1.0558965 MeV 20.743398 um 164.66923 um Target muIoni - 3 -1.6884326 cm -1.8702939 mm 7.8207567 cm 0 eV 124.42036 keV 807.69026 nm 165.47692 um Target muIoni - 4 -1.6884326 cm -1.8702939 mm 7.8207567 cm 0 eV 0 eV 0 fm 165.47692 um Target Scintillation -Track (trackID 13, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.758614(mm),1.1195087(mm),78.279133(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.120216(mm),2.6002031(mm),79.273335(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5154,7 +5040,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.962775(mm),-3.9008708(mm),78.772115(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.968263(mm),1.5219839(mm),78.418493(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5163,7 +5049,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.524084(mm),2.6588328(mm),78.320487(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.860415(mm),-2.5569653(mm),78.43751(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5172,7 +5058,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.267305(mm),1.3818776(mm),79.071072(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.395167(mm),-1.2906951(mm),78.8722(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5181,7 +5067,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.449244(mm),0.047315832(mm),78.686337(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.474264(mm),1.6090722(mm),79.03458(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5190,7 +5076,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.440911(mm),3.3895685(mm),78.864134(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.389303(mm),-0.96156261(mm),79.049561(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5199,7 +5085,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.002152(mm),-1.7621321(mm),78.941499(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.305029(mm),1.6794452(mm),79.06442(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5208,7 +5094,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.567466(mm),1.1313382(mm),78.136511(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.112016(mm),-0.044393993(mm),79.098454(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5217,7 +5103,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.588113(mm),3.3472994(mm),79.014505(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.451644(mm),-0.35890909(mm),78.156933(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5226,7 +5112,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.466708(mm),1.5673813(mm),79.035912(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.313951(mm),-2.4526268(mm),79.239174(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5235,7 +5121,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.146293(mm),-0.48021996(mm),78.210775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.419991(mm),2.3425384(mm),78.691495(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5244,7 +5130,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.239087(mm),1.3926863(mm),78.899721(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.239811(mm),-3.7324413(mm),78.546939(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5253,7 +5139,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.891523(mm),0.96351031(mm),78.432025(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.378197(mm),-1.8236997(mm),78.169884(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5262,7 +5148,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.92415(mm),-3.2886307(mm),78.602599(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.22189(mm),3.544218(mm),78.902753(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5271,7 +5157,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.197667(mm),-2.8850658(mm),79.083351(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.915441(mm),-0.21996593(mm),78.956788(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5280,7 +5166,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.470466(mm),-2.7593853(mm),79.035249(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.647289(mm),-0.38093091(mm),79.356725(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5289,7 +5175,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.640932(mm),-0.91032296(mm),78.476211(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.361723(mm),3.7991074(mm),78.878097(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5298,7 +5184,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.080927(mm),3.7730337(mm),78.751282(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.729144(mm),3.4596393(mm),78.636984(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5307,7 +5193,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.471211(mm),0.47135469(mm),78.153483(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.615259(mm),-0.48083999(mm),79.362372(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5316,7 +5202,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.322579(mm),1.5604145(mm),78.708672(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.715183(mm),-0.75572286(mm),79.168426(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5325,7 +5211,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.569775(mm),-2.5047032(mm),78.488758(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.076309(mm),3.0703332(mm),78.399442(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5334,7 +5220,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.24055(mm),0.1553097(mm),78.899463(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.876164(mm),1.8769474(mm),79.140041(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5343,7 +5229,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.168934(mm),-0.24907978(mm),78.38311(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.692648(mm),0.535676(mm),79.348727(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5352,7 +5238,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.58505(mm),-2.7401147(mm),78.309737(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.120471(mm),-2.1547512(mm),78.391655(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5361,7 +5247,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.795136(mm),-0.81321052(mm),78.978001(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.643844(mm),0.39329809(mm),78.29937(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5370,7 +5256,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.812742(mm),0.96462779(mm),78.79857(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.944684(mm),3.3199322(mm),78.951632(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5379,7 +5265,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.825628(mm),-1.5579879(mm),78.267317(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.469828(mm),0.55518956(mm),78.859035(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5388,7 +5274,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.270595(mm),-1.5529116(mm),78.188857(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.704501(mm),-1.3103786(mm),79.17031(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5397,7 +5283,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.575148(mm),2.5142892(mm),78.664137(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.594762(mm),2.4366363(mm),78.660679(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5406,7 +5292,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.459697(mm),3.6193444(mm),78.508167(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.034699(mm),-1.3950935(mm),79.112087(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5415,7 +5301,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.058115(mm),-0.28762784(mm),78.578977(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.75751(mm),-1.4949608(mm),78.631982(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5424,7 +5310,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.781191(mm),0.97639437(mm),78.451479(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.660622(mm),-3.9638094(mm),78.825393(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5433,7 +5319,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.169361(mm),2.235525(mm),78.735688(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.010984(mm),2.4070267(mm),78.41096(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5442,7 +5328,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.088036(mm),-1.1516698(mm),78.926355(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.643048(mm),-0.81388508(mm),78.652164(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5451,7 +5337,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.85629(mm),-2.4286695(mm),78.967218(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.012804(mm),-3.1594928(mm),78.586967(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5460,7 +5346,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.891668(mm),1.7639335(mm),78.608326(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.484463(mm),2.1405361(mm),78.5038(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5469,7 +5355,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.654137(mm),1.3320642(mm),79.17919(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.50288(mm),-3.0683899(mm),78.853207(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5478,7 +5364,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.005325(mm),1.6389389(mm),78.940939(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.241536(mm),-0.32251074(mm),79.251943(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5487,7 +5373,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.149026(mm),-1.9769861(mm),78.38662(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.299597(mm),3.5159649(mm),78.889051(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5496,7 +5382,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.737481(mm),-1.4356578(mm),78.459186(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.714024(mm),1.7632373(mm),78.815976(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5505,7 +5391,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.957708(mm),2.6004589(mm),78.596682(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.823012(mm),-0.72133623(mm),78.796759(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5514,16 +5400,53 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.04346(mm),1.270066(mm),78.405234(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.067455(mm),0.36448381(mm),78.401003(mm),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.59 cm 364 um 7.72 cm 51.8 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.5136502 cm 706.15625 um 7.5299558 cm 43.813325 MeV 7.983611 MeV 2.1082987 mm 2.1082987 mm Target hIoni + 2 -1.4341608 cm 1.1246742 mm 7.3931182 cm 37.360304 MeV 6.4530212 MeV 1.6493794 mm 3.7576782 mm Target hIoni + 3 -1.3678565 cm 1.2866889 mm 7.2826536 cm 32.551841 MeV 4.8084633 MeV 1.3087916 mm 5.0664697 mm Target hIoni + 4 -1.29377 cm 1.3428336 mm 7.2061432 cm 28.31427 MeV 4.2375705 MeV 1.0752866 mm 6.1417564 mm Target hIoni + 5 -1.2380188 cm 1.4875192 mm 7.1398909 cm 24.164137 MeV 4.1501336 MeV 885.47353 um 7.0272299 mm Target hIoni + 6 -1.1911739 cm 1.6655194 mm 7.0897397 cm 20.081795 MeV 4.0823415 MeV 715.50333 um 7.7427332 mm Target hIoni + 7 -1.1631386 cm 1.7646055 mm 7.0423607 cm 16.496597 MeV 3.5851983 MeV 565.0135 um 8.3077467 mm Target hIoni + 8 -1.1397468 cm 1.8067258 mm 7.0050246 cm 13.327336 MeV 3.169261 MeV 447.62936 um 8.7553761 mm Target hIoni + 9 -1.1205078 cm 1.878073 mm 6.9765091 cm 10.196249 MeV 3.1310863 MeV 355.99271 um 9.1113688 mm Target hIoni + 10 -1.1025557 cm 1.8875767 mm 6.9561108 cm 7.4404478 MeV 2.7558016 MeV 276.50906 um 9.3878779 mm Target hIoni + 11 -1.0906039 cm 1.8799977 mm 6.939011 cm 4.547379 MeV 2.8930688 MeV 213.69797 um 9.6015758 mm Target hIoni + 12 -1.0828287 cm 1.8955813 mm 6.927761 cm 1.4831431 MeV 3.0642359 MeV 143.15058 um 9.7447264 mm Target hIoni + 13 -1.0821849 cm 1.9043902 mm 6.9260602 cm 132.57163 keV 1.3505715 MeV 25.325847 um 9.7700523 mm Target hIoni + 14 -1.0821956 cm 1.904502 mm 6.9260685 cm 27.59318 keV 104.97845 keV 799.22027 nm 9.7708515 mm Target hIoni + 15 -1.082198 cm 1.9044903 mm 6.9260701 cm 0 eV 27.59318 keV 166.38206 nm 9.7710179 mm Target hIoni + 16 -1.082198 cm 1.9044903 mm 6.9260701 cm 0 eV 0 eV 0 fm 9.7710179 mm Target Scintillation +Track (trackID 4, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 10, Parent ID = 4 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.08 cm 1.9 mm 6.93 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.0824572 cm 1.7970207 mm 6.931773 cm 1.3349198 MeV 2.7848929 MeV 143.95492 um 143.95492 um Target muIoni + 2 -1.0835647 cm 1.7810113 mm 6.9315233 cm 205.36887 keV 1.1295509 MeV 25.234727 um 169.18965 um Target muIoni + 3 -1.0835319 cm 1.7808276 mm 6.9316027 cm 6.2932697 keV 199.0756 keV 1.5387558 um 170.72841 um Target muIoni + 4 -1.0835319 cm 1.7808284 mm 6.9316025 cm 0 eV 6.2932697 keV 60.580824 nm 170.78899 um Target muIoni + 5 -1.0835319 cm 1.7808284 mm 6.9316025 cm 0 eV 0 eV 0 fm 170.78899 um Target Scintillation +Track (trackID 10, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.166575(mm),1.5170808(mm),78.559853(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.215525(mm),3.4706945(mm),79.080202(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5532,7 +5455,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.600868(mm),0.81752058(mm),78.659602(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.228444(mm),0.85433251(mm),78.196289(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5541,7 +5464,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.422669(mm),-2.4521572(mm),78.691023(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.614689(mm),-1.2489172(mm),79.362473(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5550,7 +5473,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.830755(mm),-0.16374553(mm),79.148048(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.565095(mm),-1.9934405(mm),79.194891(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5559,7 +5482,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.21302(mm),3.161257(mm),78.551663(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.773979(mm),-2.2553536(mm),78.629078(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5568,7 +5491,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.410938(mm),-0.66568596(mm),78.693092(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.098806(mm),-0.8133588(mm),78.219148(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5577,7 +5500,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.487858(mm),-1.141654(mm),78.855856(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.815627(mm),-1.9154339(mm),78.621734(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5586,7 +5509,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.912656(mm),0.95751503(mm),78.604625(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.703353(mm),-0.38188553(mm),79.170512(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5595,7 +5518,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.804888(mm),1.5398069(mm),78.270974(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.151492(mm),-1.6888103(mm),78.562512(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5604,7 +5527,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.303943(mm),-1.3093952(mm),78.535631(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.464897(mm),-0.47697295(mm),78.859904(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5613,7 +5536,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.468196(mm),2.1576043(mm),78.506669(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.106069(mm),0.15934542(mm),78.570521(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5622,7 +5545,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.429771(mm),2.023621(mm),79.218752(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.840554(mm),-1.1371065(mm),79.14632(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5631,7 +5554,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.950448(mm),0.22212863(mm),78.421635(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.186149(mm),-1.5544065(mm),78.909055(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5640,7 +5563,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.062861(mm),-0.0053219226(mm),78.401813(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.147026(mm),-1.2351868(mm),78.739627(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5649,7 +5572,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.121073(mm),-1.3659966(mm),78.92053(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.369(mm),-1.2932212(mm),79.05314(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5658,7 +5581,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.372436(mm),-1.7924809(mm),78.523554(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.838181(mm),-3.2815593(mm),78.617757(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5667,7 +5590,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.6554(mm),1.4492832(mm),79.00264(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.630015(mm),-3.8900389(mm),78.654463(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5676,7 +5599,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.040671(mm),-3.695917(mm),78.75838(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.788738(mm),-1.8584568(mm),78.450148(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5685,7 +5608,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.37927(mm),1.4191156(mm),78.875003(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.692238(mm),-2.1482959(mm),79.172472(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5694,7 +5617,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.549678(mm),2.3312117(mm),79.197609(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.938129(mm),3.6566937(mm),78.776461(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5703,7 +5626,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.293825(mm),0.073469598(mm),79.066396(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.942858(mm),2.16765(mm),78.951954(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5712,7 +5635,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.937771(mm),-0.17957333(mm),78.776524(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.961381(mm),-1.3702224(mm),78.596034(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5721,7 +5644,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.28508(mm),2.9148791(mm),78.36263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.241049(mm),3.4814306(mm),78.723048(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5730,7 +5653,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.856619(mm),2.0066364(mm),78.614506(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.940195(mm),-2.3612835(mm),78.952423(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5739,7 +5662,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.696936(mm),1.6818376(mm),79.171644(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.214962(mm),0.74645825(mm),79.432955(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5748,7 +5671,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.856575(mm),1.9301165(mm),78.438187(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.59755(mm),-0.8227634(mm),78.131206(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5757,7 +5680,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.716063(mm),-2.4745976(mm),78.462963(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.337585(mm),-0.12745831(mm),78.353372(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5766,7 +5689,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.468887(mm),0.23506992(mm),79.211855(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.486163(mm),-0.75267695(mm),78.150847(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5775,7 +5698,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.02539(mm),-3.0027107(mm),78.584747(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.568303(mm),-1.4310226(mm),79.370652(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5784,48 +5707,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.924445(mm),-2.4154329(mm),79.131528(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.077817(mm),1.582643(mm),78.928157(mm),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 -5.68 mm -2.4 mm 4.51 cm 29.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -5.383893 mm -1.7759823 mm 4.5722771 cm 25.390507 MeV 3.9284082 MeV 929.08365 um 929.08365 um Target hIoni - 2 -5.1701624 mm -1.238422 mm 4.6211435 cm 21.778573 MeV 3.6119332 MeV 764.08974 um 1.6931734 mm Target hIoni - 3 -5.0652288 mm -815.70072 um 4.6652098 cm 18.430471 MeV 3.3481026 MeV 625.58175 um 2.3187551 mm Target hIoni - 4 -4.9940932 mm -477.93669 um 4.7019269 cm 15.183876 MeV 3.2465945 MeV 509.28748 um 2.8280426 mm Target hIoni - 5 -4.8899176 mm -165.4864 um 4.7252284 cm 12.392927 MeV 2.7909489 MeV 408.31714 um 3.2363597 mm Target hIoni - 6 -4.8595279 mm 71.626871 um 4.7474791 cm 9.6974046 MeV 2.6955226 MeV 331.21033 um 3.5675701 mm Target hIoni - 7 -4.8664362 mm 277.05168 um 4.7634275 cm 6.7366534 MeV 2.9607512 MeV 264.81615 um 3.8323862 mm Target hIoni - 8 -4.8271932 mm 459.20763 um 4.7683964 cm 3.8084391 MeV 2.9282143 MeV 197.93766 um 4.0303239 mm Target hIoni - 9 -4.8395966 mm 538.43492 um 4.7658726 cm 594.8288 keV 3.2136103 MeV 116.88694 um 4.1472108 mm Target hIoni - 10 -4.842488 mm 539.65689 um 4.7655351 cm 42.627218 keV 552.20158 keV 6.1954801 um 4.1534063 mm Target hIoni - 11 -4.8425386 mm 539.69973 um 4.765536 cm 0 eV 42.627218 keV 234.50948 nm 4.1536408 mm Target hIoni - 12 -4.8425386 mm 539.69973 um 4.765536 cm 0 eV 0 eV 0 fm 4.1536408 mm Target Scintillation -Track (trackID 4, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 12, Parent ID = 4 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.84 mm 540 um 4.77 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -4.7312594 mm 492.69666 um 4.7697283 cm 1.1760937 MeV 2.943719 MeV 143.92583 um 143.92583 um Target muIoni - 2 -4.7178786 mm 487.46659 um 4.7695989 cm 61.966456 keV 1.1141272 MeV 20.625285 um 164.55112 um Target muIoni - 3 -4.7178088 mm 487.44984 um 4.769588 cm 0 eV 61.966456 keV 343.64739 nm 164.89477 um Target muIoni - 4 -4.7178088 mm 487.44984 um 4.769588 cm 0 eV 0 eV 0 fm 164.89477 um Target Scintillation -Track (trackID 12, parentID 4) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.114122(mm),0.91086739(mm),79.274409(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.432026(mm),1.184657(mm),78.513046(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5834,7 +5725,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.958052(mm),-1.8128252(mm),78.949275(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.968218(mm),-0.21834442(mm),79.300136(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5843,7 +5734,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.735462(mm),-2.906924(mm),78.635869(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.206067(mm),-0.4945632(mm),79.08187(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5852,7 +5743,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.653518(mm),1.210334(mm),78.826645(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.073977(mm),0.32440739(mm),79.105161(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5861,7 +5752,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.826094(mm),-0.97348706(mm),78.972543(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.262788(mm),0.72568592(mm),78.190234(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5870,7 +5761,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.323189(mm),0.59447429(mm),79.413872(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.638476(mm),0.44815437(mm),78.829298(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5879,51 +5770,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.503097(mm),3.1264148(mm),78.853169(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.824434(mm),-1.7171464(mm),78.620181(mm),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.28 cm 3.07 mm 7.45 cm 37.6 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2834886 cm 1.9585925 mm 7.5224858 cm 32.094659 MeV 5.460554 MeV 1.3186906 mm 1.3186906 mm Target hIoni - 2 -1.2939027 cm 1.1490024 mm 7.5878033 cm 27.573608 MeV 4.5210504 MeV 1.0540813 mm 2.3727719 mm Target hIoni - 3 -1.307775 cm 393.64336 um 7.6234337 cm 23.616129 MeV 3.9574795 MeV 854.00681 um 3.2267787 mm Target hIoni - 4 -1.3138209 cm -238.97888 um 7.6497928 cm 20.111968 MeV 3.5041608 MeV 694.40573 um 3.9211844 mm Target hIoni - 5 -1.3114941 cm -586.61305 um 7.66724 cm 17.54839 MeV 2.5635781 MeV 392.28679 um 4.3134712 mm Target CoulombScat - 6 -1.2994604 cm -1.0018354 mm 7.6870358 cm 14.665389 MeV 2.8830003 MeV 480.67357 um 4.7941448 mm Target hIoni - 7 -1.2890373 cm -1.3606082 mm 7.6976916 cm 11.638941 MeV 3.0264483 MeV 393.31193 um 5.1874567 mm Target hIoni - 8 -1.2819856 cm -1.644474 mm 7.7071117 cm 8.7807627 MeV 2.8581783 MeV 311.89236 um 5.4993491 mm Target hIoni - 9 -1.2729994 cm -1.8588401 mm 7.7126702 cm 5.7791835 MeV 3.0015792 MeV 243.71551 um 5.7430646 mm Target hIoni - 10 -1.2657947 cm -2.0067061 mm 7.7171404 cm 2.7566199 MeV 3.0225636 MeV 175.78722 um 5.9188518 mm Target hIoni - 11 -1.2636331 cm -2.0536295 mm 7.7170522 cm 315.97226 keV 2.4406477 MeV 69.56239 um 5.9884142 mm Target hIoni - 12 -1.2637295 cm -2.0544554 mm 7.717006 cm 18.994642 keV 296.97762 keV 2.4952561 um 5.9909095 mm Target hIoni - 13 -1.2637288 cm -2.05445 mm 7.7170073 cm 0 eV 18.994642 keV 129.4997 nm 5.991039 mm Target hIoni - 14 -1.2637288 cm -2.05445 mm 7.7170073 cm 0 eV 0 eV 0 fm 5.991039 mm Target Scintillation -Track (trackID 3, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 23, Parent ID = 3 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.26 cm -2.05 mm 7.72 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.2607195 cm -2.1701168 mm 7.7173047 cm 1.385722 MeV 2.7340906 MeV 143.92583 um 143.92583 um Target muIoni - 2 -1.2602075 cm -2.1890969 mm 7.717093 cm 126.55066 keV 1.2591714 MeV 26.804244 um 170.73008 um Target muIoni - 3 -1.2601928 cm -2.189384 mm 7.7170731 cm 42.205499 keV 84.345163 keV 824.35539 nm 171.55443 um Target muIoni - 4 -1.2601888 cm -2.189424 mm 7.7170769 cm 0 eV 42.205499 keV 227.71773 nm 171.78215 um Target muIoni - 5 -1.2601888 cm -2.189424 mm 7.7170769 cm 0 eV 0 eV 0 fm 171.78215 um Target Scintillation -Track (trackID 23, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.100276(mm),2.3197094(mm),78.571543(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.084367(mm),-3.5280783(mm),78.927002(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5932,7 +5788,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.99184(mm),-1.2679275(mm),78.238009(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.948478(mm),0.11451226(mm),78.598309(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5941,7 +5797,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.408375(mm),0.52772905(mm),79.046198(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.372642(mm),3.0409876(mm),78.876171(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5950,7 +5806,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.091517(mm),1.8054902(mm),78.573087(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.727464(mm),-0.38995673(mm),79.166261(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5959,7 +5815,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.312615(mm),-2.9212235(mm),79.23941(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.084095(mm),-2.9566532(mm),78.92705(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5968,7 +5824,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.15244(mm),0.87122214(mm),78.562345(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.146814(mm),3.6114603(mm),78.739664(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5977,7 +5833,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.838536(mm),1.0107016(mm),78.970349(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.190256(mm),1.3407155(mm),79.437312(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5986,7 +5842,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.88741(mm),3.0321755(mm),78.609077(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.571054(mm),-3.6515711(mm),79.017513(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -5995,7 +5851,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.849915(mm),1.9058901(mm),78.263034(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.96138(mm),-1.805936(mm),78.419707(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6004,7 +5860,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.603279(mm),1.1983682(mm),78.835504(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.34327(mm),-2.5211718(mm),78.528697(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6013,7 +5869,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.210877(mm),2.2535463(mm),79.257349(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.408325(mm),3.326439(mm),78.517226(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6022,7 +5878,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.846044(mm),1.6953513(mm),78.263717(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.607294(mm),-3.4717922(mm),79.011123(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6031,7 +5887,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.908728(mm),-1.712079(mm),79.310626(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.137344(mm),0.13851918(mm),78.741334(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6040,7 +5896,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.293608(mm),1.771647(mm),78.537453(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.421752(mm),1.5216518(mm),78.514858(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6049,7 +5905,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.278636(mm),1.4184196(mm),79.421728(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.300742(mm),1.9722837(mm),78.536195(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6058,7 +5914,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.981804(mm),-2.5782837(mm),78.592433(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.975556(mm),-2.9779323(mm),78.593534(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6067,7 +5923,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.190727(mm),1.0061809(mm),79.260902(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.844524(mm),2.3364129(mm),78.792966(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6076,7 +5932,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.738696(mm),-0.99147263(mm),79.16428(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.501991(mm),3.592251(mm),79.029691(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6085,7 +5941,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.565417(mm),1.1491541(mm),78.313199(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.250422(mm),-0.66733787(mm),79.074049(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6094,16 +5950,44 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.753471(mm),-1.154461(mm),78.985348(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.993177(mm),-3.4850428(mm),78.590427(mm),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 = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.38 cm -3.49 mm 7.19 cm 12.1 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.3811889 cm -3.1912735 mm 7.2064888 cm 8.8723096 MeV 3.2468271 MeV 324.07362 um 324.07362 um Target hIoni + 2 -1.3862743 cm -2.980235 mm 7.2169718 cm 5.910672 MeV 2.9616377 MeV 245.77713 um 569.85075 um Target hIoni + 3 -1.3882618 cm -2.8227655 mm 7.2240146 cm 2.8349755 MeV 3.0756965 MeV 178.94708 um 748.79783 um Target hIoni + 4 -1.389413 cm -2.7667474 mm 7.2246087 cm 381.71207 keV 2.4532634 MeV 72.838297 um 821.63612 um Target hIoni + 5 -1.3893811 cm -2.7657964 mm 7.2245912 cm 7.8406042 keV 373.87147 keV 3.2493288 um 824.88545 um Target hIoni + 6 -1.3893809 cm -2.7657966 mm 7.2245914 cm 0 eV 7.8406042 keV 77.496303 nm 824.96295 um Target hIoni + 7 -1.3893809 cm -2.7657966 mm 7.2245914 cm 0 eV 0 eV 0 fm 824.96295 um Target Scintillation +Track (trackID 7, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 25, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.39 cm -2.77 mm 7.22 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.3946467 cm -2.8057554 mm 7.2136674 cm 1.2164379 MeV 2.9033747 MeV 143.95492 um 143.95492 um Target muIoni + 2 -1.3961706 cm -2.807764 mm 7.2132381 cm 220.62674 keV 995.81119 keV 21.760321 um 165.71524 um Target muIoni + 3 -1.3962391 cm -2.8083264 mm 7.2132105 cm 9.3803991 keV 211.24634 keV 1.6964757 um 167.41172 um Target muIoni + 4 -1.3962396 cm -2.8083257 mm 7.2132105 cm 0 eV 9.3803991 keV 75.822939 nm 167.48754 um Target muIoni + 5 -1.3962396 cm -2.8083257 mm 7.2132105 cm 0 eV 0 eV 0 fm 167.48754 um Target Scintillation +Track (trackID 25, parentID 7) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.025286(mm),3.6530227(mm),78.584766(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.709312(mm),0.63291213(mm),78.464153(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6112,7 +5996,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.107919(mm),0.3390233(mm),78.393868(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.441693(mm),-3.9059924(mm),78.687669(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6121,7 +6005,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.869724(mm),1.8345013(mm),78.612195(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.406317(mm),-3.3472211(mm),78.870234(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6130,7 +6014,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.006448(mm),-1.5191258(mm),78.940741(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.787002(mm),-1.2167896(mm),78.803109(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6139,7 +6023,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.424196(mm),1.3090988(mm),78.161773(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.625738(mm),2.7879152(mm),78.831544(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6148,7 +6032,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.184301(mm),-3.262238(mm),78.556727(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.840384(mm),-1.1209895(mm),78.264715(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6157,7 +6041,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.669347(mm),-1.7470128(mm),79.000181(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.337955(mm),1.1405557(mm),78.353307(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6166,7 +6050,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.744196(mm),0.84651013(mm),79.339637(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.18141(mm),-1.4764082(mm),78.38091(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6175,618 +6059,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.800222(mm),-1.8362791(mm),78.977105(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.768992(mm),1.9843613(mm),78.277303(mm),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.17 cm -1.84 mm 7.3 cm 42.3 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.0860037 cm -1.2563135 mm 7.1851719 cm 36.130128 MeV 6.1298358 MeV 1.5647784 mm 1.5647784 mm Target hIoni - 2 -1.0183747 cm -823.37494 um 7.0910164 cm 30.913689 MeV 5.2164384 MeV 1.2473601 mm 2.8121385 mm Target hIoni - 3 -9.5962722 mm -569.00383 um 7.0152686 cm 26.720996 MeV 4.1926936 MeV 1.0000786 mm 3.8122171 mm Target hIoni - 4 -9.1608452 mm -205.65215 um 6.9572681 cm 22.525196 MeV 4.1957999 MeV 818.35266 um 4.6305698 mm Target hIoni - 5 -8.8619123 mm -108.13027 um 6.900726 cm 18.741353 MeV 3.783843 MeV 653.12831 um 5.2836981 mm Target hIoni - 6 -8.4923848 mm 18.912036 um 6.867306 cm 15.483122 MeV 3.2582304 MeV 519.57753 um 5.8032756 mm Target hIoni - 7 -8.1428654 mm 86.634666 um 6.8465277 cm 12.527196 MeV 2.9559259 MeV 417.11929 um 6.2203949 mm Target hIoni - 8 -7.9981784 mm 158.45053 um 6.8376925 cm 10.988139 MeV 1.5390576 MeV 185.46457 um 6.4058595 mm Target Transportation - 9 -2.4378482 cm -8.2374859 cm -65.059769 cm 10.98815 MeV2.1204397e-16 eV 1.548845 m 1.5552509 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 -2.44 cm -8.24 cm -65.1 cm 9.22 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep - 1 2.2117151 cm -12.28231 cm -2 m 9.2214972 MeV5.9163924e-16 eV 4.7020743 m 4.7020743 m CaptureMgnt Transportation - 2 1.066557 mm -12.624674 cm -2.0063892 m 9.2059912 MeV 13.272456 keV 2.2263846 cm 4.7243381 m World muIoni - 3 -6.0225909 mm -12.742579 cm -2.0084919 m 9.2011498 MeV 4.8413966 keV 7.4878369 mm 4.731826 m World muIoni - 4 -1.9860072 cm -12.975022 cm -2.0126115 m 9.1864868 MeV 13.475733 keV 1.4623669 cm 4.7464496 m World muIoni - 5 -4.8468542 cm -13.454473 cm -2.0210188 m 9.1670685 MeV 18.044109 keV 3.0201583 cm 4.7766512 m World muIoni - 6 -6.5584306 cm -13.764095 cm -2.0259865 m 9.1549051 MeV 10.863836 keV 1.8089156 cm 4.7947404 m World muIoni - 7 -10.008951 cm -14.385699 cm -2.0361345 m 9.1321766 MeV 21.633779 keV 3.6500245 cm 4.8312406 m World muIoni - 8 -10.807174 cm -14.533923 cm -2.0384964 m 9.1251278 MeV 5.8132031 keV 8.4552881 mm 4.8396959 m World muIoni - 9 -11.721201 cm -14.707133 cm -2.0411925 m 9.1118086 MeV 5.2179665 keV 9.6857886 mm 4.8493817 m World muIoni - 10 -12.521588 cm -14.857601 cm -2.0435181 m 9.1070852 MeV 3.7297461 keV 8.4696263 mm 4.8578513 m World muIoni - 11 -12.753973 cm -14.900982 cm -2.0441915 m 9.0981975 MeV 1.5357388 keV 2.4580512 mm 4.8603094 m World muIoni - 12 -14.249717 cm -15.183412 cm -2.0485076 m 9.0853841 MeV 9.7837096 keV 1.5821919 cm 4.8761313 m World muIoni - 13 -19.22486 cm -16.120049 cm -2.0620082 m 9.0439044 MeV 32.860672 keV 5.2398115 cm 4.9285294 m World muIoni - 14 -20.198335 cm -16.306055 cm -2.064524 m 9.03475 MeV 4.8132737 keV 1.0225235 cm 4.9387546 m World muIoni - 15 -21.301065 cm -16.518327 cm -2.0673414 m 9.0250455 MeV 9.7045205 keV 1.157782 cm 4.9503325 m World muIoni - 16 -21.4433 cm -16.545467 cm -2.06771 m 8.9873338 MeV 1.0323129 keV 1.4941868 mm 4.9518266 m World muIoni - 17 -21.70335 cm -16.595645 cm -2.0683732 m 8.981002 MeV 1.2723918 keV 2.7302504 mm 4.9545569 m World muIoni - 18 -22.31387 cm -16.71262 cm -2.0699369 m 8.978593 MeV 2.4089475 keV 6.4099101 mm 4.9609668 m World muIoni - 19 -27.362253 cm -17.677424 cm -2.0827624 m 8.9461058 MeV 30.919784 keV 5.2974731 cm 5.0139415 m World muIoni - 20 -28.196303 cm -17.836713 cm -2.0847525 m 8.9362197 MeV 8.4782934 keV 8.721366 mm 5.0226629 m World muIoni - 21 -28.330569 cm -17.862848 cm -2.0850764 m 8.9344402 MeV 520.68838 eV 1.4056769 mm 5.0240686 m World muIoni - 22 -29.634093 cm -18.115287 cm -2.0882118 m 8.9222004 MeV 7.8486085 keV 1.3642655 cm 5.0377112 m World muIoni - 23 -30.060477 cm -18.195206 cm -2.0892144 m 8.9157689 MeV 4.7443674 keV 4.4524587 mm 5.0421637 m World muIoni - 24 -30.718753 cm -18.318439 cm -2.0907677 m 8.9114708 MeV 3.0645674 keV 6.8749134 mm 5.0490386 m World muIoni - 25 -32.776569 cm -18.699961 cm -2.0955507 m 8.89659 MeV 13.860995 keV 2.1468603 cm 5.0705072 m World muIoni - 26 -36.399536 cm -19.370969 cm -2.1039892 m 8.8661499 MeV 27.931166 keV 3.7800341 cm 5.1083075 m World muIoni - 27 -37.510248 cm -19.564865 cm -2.1065267 m 8.8582199 MeV 7.9299312 keV 1.1557143 cm 5.1198647 m World muIoni - 28 -38.951052 cm -19.818911 cm -2.1098611 m 8.8497367 MeV 7.4930664 keV 1.5005546 cm 5.1348702 m World muIoni - 29 -45.970143 cm -21.032961 cm -2.1262386 m 8.8019181 MeV 44.761153 keV 7.3093999 cm 5.2079642 m World muIoni - 30 -48.775178 cm -21.522446 cm -2.1327599 m 8.7707 MeV 17.886676 keV 2.9211806 cm 5.237176 m World muIoni - 31 -49.828968 cm -21.699969 cm -2.1351971 m 8.6570853 MeV 4.637962 keV 1.0960812 cm 5.2481369 m World muIoni - 32 -50.135326 cm -21.75131 cm -2.1359206 m 8.6546324 MeV 1.3005584 keV 3.1894367 mm 5.2513263 m World muIoni - 33 -51.086129 cm -21.90968 cm -2.1381887 m 8.6440657 MeV 5.6529989 keV 9.9023053 mm 5.2612286 m World muIoni - 34 -52.935623 cm -22.225693 cm -2.1425779 m 8.6269323 MeV 9.6637488 keV 1.9269681 cm 5.2804983 m World muIoni - 35 -55.196008 cm -22.618212 cm -2.1479616 m 8.6130799 MeV 12.506287 keV 2.3565561 cm 5.3040638 m World muIoni - 36 -55.329544 cm -22.641816 cm -2.1482842 m 8.609714 MeV 2.2077164 keV 1.3938925 mm 5.3054577 m World muIoni - 37 -55.473092 cm -22.667101 cm -2.1486297 m 8.6030028 MeV 588.58739 eV 1.4979835 mm 5.3069557 m World muIoni - 38 -56.862354 cm -22.910508 cm -2.1520026 m 8.5899799 MeV 8.594813 keV 1.4502019 cm 5.3214577 m World muIoni - 39 -57.419486 cm -23.011169 cm -2.15335 m 8.5753573 MeV 5.2406301 keV 5.8196416 mm 5.3272774 m World muIoni - 40 -60.808784 cm -23.629744 cm -2.1614961 m 8.5534398 MeV 21.917514 keV 3.5403336 cm 5.3626807 m World muIoni - 41 -61.260986 cm -23.7137 cm -2.162625 m 8.5469636 MeV 3.2558 keV 4.7358183 mm 5.3674165 m World muIoni - 42 -62.18759 cm -23.890226 cm -2.1649403 m 8.5374603 MeV 6.1146022 keV 9.7127181 mm 5.3771292 m World muIoni - 43 -63.307288 cm -24.106078 cm -2.1677158 m 8.5313142 MeV 6.1461006 keV 1.1736114 cm 5.3888654 m World muIoni - 44 -63.398651 cm -24.12395 cm -2.1679458 m 8.5269707 MeV 1.5162551 keV 958.92847 um 5.3898243 m World muIoni - 45 -65.414442 cm -24.515801 cm -2.1730195 m 8.5097523 MeV 15.051067 keV 2.1152913 cm 5.4109772 m World muIoni - 46 -65.76367 cm -24.584058 cm -2.1739092 m 8.4792584 MeV 1.8427114 keV 3.6679102 mm 5.4146451 m World muIoni - 47 -69.537666 cm -25.332971 cm -2.1836029 m 8.4555405 MeV 21.750721 keV 3.9678932 cm 5.454324 m World muIoni - 48 -71.129357 cm -25.652419 cm -2.1875768 m 8.4398425 MeV 13.159222 keV 1.6713718 cm 5.4710378 m World muIoni - 49 -73.182063 cm -26.061752 cm -2.1926789 m 8.4218204 MeV 15.466153 keV 2.1544265 cm 5.492582 m World muIoni - 50 -73.501039 cm -26.126959 cm -2.1934739 m 8.4174719 MeV 1.5588425 keV 3.3513839 mm 5.4959334 m World muIoni - 51 -74.008977 cm -26.230207 cm -2.1947433 m 8.4117581 MeV 1.9900537 keV 5.336444 mm 5.5012699 m World muIoni - 52 -76.439981 cm -26.717051 cm -2.2008849 m 8.3925071 MeV 18.225317 keV 2.5542369 cm 5.5268122 m World muIoni - 53 -77.397453 cm -26.909697 cm -2.2033637 m 8.3845887 MeV 6.0471672 keV 1.0076306 cm 5.5368885 m World muIoni - 54 -78.116215 cm -27.05209 cm -2.2052278 m 8.3776943 MeV 4.162767 keV 7.5607185 mm 5.5444492 m World muIoni - 55 -78.362278 cm -27.102077 cm -2.2058753 m 8.3747179 MeV 1.4091529 keV 2.5930328 mm 5.5470423 m World muIoni - 56 -78.404687 cm -27.110679 cm -2.2059871 m 8.3715589 MeV 2.1275829 keV 446.94041 um 5.5474892 m World muIoni - 57 -80.508313 cm -27.536956 cm -2.2115282 m 8.3575624 MeV 11.439914 keV 2.2167744 cm 5.569657 m World muIoni - 58 -81.179987 cm -27.667705 cm -2.2132869 m 8.3487171 MeV 3.8872509 keV 7.0652136 mm 5.5767222 m World muIoni - 59 -83.257072 cm -28.070708 cm -2.2186916 m 8.301396 MeV 11.674893 keV 2.1837808 cm 5.59856 m World muIoni - 60 -85.33412 cm -28.465115 cm -2.2240735 m 8.2850845 MeV 15.296143 keV 2.1816095 cm 5.6203761 m World muIoni - 61 -86.25686 cm -28.633969 cm -2.2264955 m 8.2813362 MeV 3.7482577 keV 9.6882894 mm 5.6300644 m World muIoni - 62 -86.754329 cm -28.72592 cm -2.2278185 m 8.276788 MeV 2.7621484 keV 5.2290921 mm 5.6352935 m World muIoni - 63 -88.14555 cm -28.98414 cm -2.2315255 m 8.2711329 MeV 5.6551709 keV 1.4627439 cm 5.6499209 m World muIoni - 64 -89.671196 cm -29.267145 cm -2.2356261 m 8.2575816 MeV 11.765547 keV 1.6049509 cm 5.6659704 m World muIoni - 65 -91.364968 cm -29.577682 cm -2.2401453 m 8.2462541 MeV 9.862733 keV 1.7803299 cm 5.6837737 m World muIoni - 66 -92.161944 cm -29.72467 cm -2.2422485 m 8.2387572 MeV 5.6167949 keV 8.3726722 mm 5.6921464 m World muIoni - 67 -93.445802 cm -29.96819 cm -2.2456308 m 8.1893034 MeV 8.6964588 keV 1.3498183 cm 5.7056446 m World muIoni - 68 -93.589424 cm -29.995965 cm -2.2459962 m 8.1846072 MeV 1.3805541 keV 1.507803 mm 5.7071524 m World muIoni - 69 -93.701768 cm -30.017853 cm -2.2462836 m 8.1807698 MeV 1.8722729 keV 1.180086 mm 5.7083325 m World muIoni - 70 -94.148976 cm -30.104566 cm -2.2474241 m 8.1766359 MeV 2.2859157 keV 4.6959741 mm 5.7130284 m World muIoni - 71 -94.779116 cm -30.226725 cm -2.2490275 m 8.1640685 MeV 5.4268047 keV 6.6159579 mm 5.7196444 m World muIoni - 72 -94.788019 cm -30.228472 cm -2.2490501 m 8.161569 MeV 161.79246 eV 93.523918 um 5.7197379 m World muIoni - 73 -95.091791 cm -30.287728 cm -2.2498223 m 8.1568737 MeV 1.1968865 keV 3.1898369 mm 5.7229277 m World muIoni - 74 -96.936462 cm -30.65486 cm -2.2545639 m 8.1440475 MeV 11.142194 keV 1.9397147 cm 5.7423249 m World muIoni - 75 -97.952191 cm -30.857455 cm -2.2571346 m 8.1359217 MeV 4.4571105 keV 1.0671655 cm 5.7529965 m World muIoni - 76 -98.429051 cm -30.953259 cm -2.2583433 m 8.1294278 MeV 4.701611 keV 5.0118493 mm 5.7580084 m World muIoni - 77 -1.0147158 m -31.56376 cm -2.2660191 m 8.1019862 MeV 20.266012 keV 3.1967409 cm 5.7899758 m World muIoni - 78 -1.0161056 m -31.59109 cm -2.2663653 m 8.0998871 MeV 649.51238 eV 1.4581528 mm 5.791434 m World muIoni - 79 -1.0266801 m -31.798093 cm -2.2689713 m 8.0924038 MeV 5.7794803 keV 1.1085906 cm 5.8025199 m World muIoni - 80 -1.0407475 m -32.067822 cm -2.2723978 m 8.0830767 MeV 7.3767648 keV 1.4727909 cm 5.8172478 m World muIoni - 81 -1.0454811 m -32.157727 cm -2.2735403 m 8.0798354 MeV 3.2412846 keV 4.9518706 mm 5.8221996 m World muIoni - 82 -1.0476329 m -32.198398 cm -2.2740659 m 8.0769302 MeV 1.5522243 keV 2.2520429 mm 5.8244517 m World muIoni - 83 -1.0509071 m -32.260677 cm -2.2748656 m 8.070508 MeV 4.2230085 keV 3.4274734 mm 5.8278792 m World muIoni - 84 -1.0561138 m -32.358707 cm -2.2761435 m 8.0642339 MeV 3.5732629 keV 5.4501553 mm 5.8333293 m World muIoni - 85 -1.0571607 m -32.378443 cm -2.2764006 m 8.0615867 MeV 1.5840445 keV 1.0959705 mm 5.8344253 m World muIoni - 86 -1.0703911 m -32.630128 cm -2.279661 m 8.0433287 MeV 8.6292982 keV 1.3856708 cm 5.848282 m World muIoni - 87 -1.0808088 m -32.820504 cm -2.2821761 m 8.0322289 MeV 9.3833367 keV 1.0884823 cm 5.8591668 m World muIoni - 88 -1.0920905 m -33.027033 cm -2.2849206 m 7.906909 MeV 6.4433241 keV 1.1793053 cm 5.8709599 m World muIoni - 89 -1.0989808 m -33.150399 cm -2.2865577 m 7.9013071 MeV 3.5536418 keV 7.1888355 mm 5.8781487 m World muIoni - 90 -1.1031773 m -33.224751 cm -2.2875646 m 7.8985686 MeV 2.7384856 keV 4.3791651 mm 5.8825279 m World muIoni - 91 -1.1160689 m -33.453103 cm -2.2906487 m 7.8880312 MeV 8.2659278 keV 1.3450716 cm 5.8959786 m World muIoni - 92 -1.127921 m -33.662355 cm -2.2934905 m 7.878187 MeV 9.8442855 keV 1.2366425 cm 5.908345 m World muIoni - 93 -1.1447269 m -33.951808 cm -2.2975435 m 7.8653773 MeV 10.673566 keV 1.7528541 cm 5.9258736 m World muIoni - 94 -1.1536234 m -34.109593 cm -2.2997221 m 7.8576056 MeV 6.7514463 keV 9.2942639 mm 5.9351678 m World muIoni - 95 -1.1583413 m -34.190554 cm -2.3008523 m 7.8538591 MeV 3.7465005 keV 4.9185252 mm 5.9400863 m World muIoni - 96 -1.1923647 m -34.783531 cm -2.3091112 m 7.8264756 MeV 24.549303 keV 3.5510677 cm 5.975597 m World muIoni - 97 -1.197383 m -34.868251 cm -2.3103916 m 7.818149 MeV 4.373985 keV 5.2478732 mm 5.9808449 m World muIoni - 98 -1.2198983 m -35.25142 cm -2.3160581 m 7.8007725 MeV 16.35857 keV 2.3531804 cm 6.0043767 m World muIoni - 99 -1.2310496 m -35.436532 cm -2.3189366 m 7.7918604 MeV 7.5753329 keV 1.1664651 cm 6.0160413 m World muIoni - 100 -1.2443615 m -35.654428 cm -2.3223696 m 7.7811848 MeV 9.316931 keV 1.3919192 cm 6.0299605 m World muIoni - 101 -1.2485095 m -35.721382 cm -2.3234357 m 7.7779128 MeV 2.158443 keV 4.3348146 mm 6.0342954 m World muIoni - 102 -1.2665015 m -36.013379 cm -2.3280753 m 7.7604528 MeV 15.735573 keV 1.880879 cm 6.0531041 m World muIoni - 103 -1.2734162 m -36.124498 cm -2.3298882 m 7.7525564 MeV 5.3001046 keV 7.2343323 mm 6.0603385 m World muIoni - 104 -1.2773698 m -36.186965 cm -2.3309146 m 7.7472737 MeV 2.9038564 keV 4.132114 mm 6.0644706 m World muIoni - 105 -1.2806891 m -36.239451 cm -2.3317796 m 7.7438491 MeV 1.685868 keV 3.4700542 mm 6.0679406 m World muIoni - 106 -1.3036848 m -36.600127 cm -2.3377557 m 7.7226624 MeV 20.119554 keV 2.4032104 cm 6.0919728 m World muIoni - 107 -1.306925 m -36.651805 cm -2.338599 m 7.7179025 MeV 3.3489299 keV 3.3877691 mm 6.0953605 m World muIoni - 108 -1.3103151 m -36.705624 cm -2.3394766 m 7.7089364 MeV 3.2796701 keV 3.5429851 mm 6.0989035 m World muIoni - 109 -1.3375047 m -37.13012 cm -2.3464499 m 7.6859505 MeV 21.830734 keV 2.838917 cm 6.1272927 m World muIoni - 110 -1.339125 m -37.15485 cm -2.3468714 m 7.6838791 MeV 757.15965 eV 1.6924042 mm 6.1289851 m World muIoni - 111 -1.3406406 m -37.177944 cm -2.3472642 m 7.6820638 MeV 416.93118 eV 1.5825514 mm 6.1305676 m World muIoni - 112 -1.3558955 m -37.411021 cm -2.3512234 m 7.5337137 MeV 7.2798024 keV 1.5931839 cm 6.1464995 m World muIoni - 113 -1.3646232 m -37.543629 cm -2.3534511 m 7.5228555 MeV 4.8767927 keV 9.1046584 mm 6.1556041 m World muIoni - 114 -1.3872499 m -37.895033 cm -2.3592515 m 7.5075882 MeV 13.695988 keV 2.3621481 cm 6.1792256 m World muIoni - 115 -1.3873919 m -37.897198 cm -2.3592887 m 7.5059077 MeV 41.426091 eV 148.38773 um 6.179374 m World muIoni - 116 -1.3918994 m -37.965436 cm -2.3604694 m 7.4999974 MeV 3.8983871 keV 4.7092546 mm 6.1840833 m World muIoni - 117 -1.4085754 m -38.224053 cm -2.3647985 m 7.4884802 MeV 10.489884 keV 1.7421996 cm 6.2015052 m World muIoni - 118 -1.4130114 m -38.292374 cm -2.3659445 m 7.4839488 MeV 2.4109811 keV 4.6323033 mm 6.2061376 m World muIoni - 119 -1.4230607 m -38.441281 cm -2.368477 m 7.4771102 MeV 4.4824595 keV 1.0470003 cm 6.2166076 m World muIoni - 120 -1.4301886 m -38.547293 cm -2.3702431 m 7.4682303 MeV 7.7001461 keV 7.4195599 mm 6.2240271 m World muIoni - 121 -1.4436016 m -38.742242 cm -2.3735655 m 7.4475758 MeV 11.345236 keV 1.3955276 cm 6.2379824 m World muIoni - 122 -1.4682232 m -39.099304 cm -2.3798342 m 7.4140247 MeV 21.729047 keV 2.5657127 cm 6.2636395 m World muIoni - 123 -1.4709961 m -39.141033 cm -2.3805404 m 7.4127972 MeV 1.2275586 keV 2.8917035 mm 6.2665312 m World muIoni - 124 -1.4780453 m -39.245435 cm -2.3823377 m 7.4086946 MeV 4.1025693 keV 7.3492541 mm 6.2738805 m World muIoni - 125 -1.4968527 m -39.528043 cm -2.3870872 m 7.3921725 MeV 15.029983 keV 1.9602851 cm 6.2934833 m World muIoni - 126 -1.5117701 m -39.754539 cm -2.3908346 m 7.379532 MeV 11.097185 keV 1.55469 cm 6.3090302 m World muIoni - 127 -1.5152347 m -39.807832 cm -2.3917265 m 7.3757127 MeV 2.7004565 keV 3.616991 mm 6.3126472 m World muIoni - 128 -1.5272322 m -39.991774 cm -2.3947999 m 7.3573573 MeV 10.580215 keV 1.2520872 cm 6.3251681 m World muIoni - 129 -1.5306156 m -40.044324 cm -2.3956922 m 7.3548377 MeV 1.2850976 keV 3.5383022 mm 6.3287064 m World muIoni - 130 -1.5322813 m -40.070021 cm -2.3961301 m 7.3519431 MeV 429.20861 eV 1.7414181 mm 6.3304478 m World muIoni - 131 -1.538667 m -40.169926 cm -2.3978014 m 7.3462581 MeV 5.6849538 keV 6.676114 mm 6.3371239 m World muIoni - 132 -1.5417554 m -40.221861 cm -2.3986042 m 7.3435158 MeV 1.6964738 keV 3.2330042 mm 6.3403569 m World muIoni - 133 -1.5506436 m -40.37295 cm -2.4009141 m 7.3363874 MeV 7.1284086 keV 9.3069998 mm 6.3496639 m World muIoni - 134 -1.5580773 m -40.500024 cm -2.4028422 m 7.326725 MeV 4.3120901 keV 7.7840511 mm 6.357448 m World muIoni - 135 -1.5983544 m -41.184063 cm -2.4131135 m 7.2937203 MeV 31.925623 keV 4.2126316 cm 6.3995743 m World muIoni - 136 -1.6051764 m -41.304539 cm -2.4147568 m 7.2881844 MeV 5.5358225 keV 7.1199014 mm 6.4066942 m World muIoni - 137 -1.6074482 m -41.344947 cm -2.4153044 m 7.2835547 MeV 2.5406248 keV 2.371515 mm 6.4090657 m World muIoni - 138 -1.6415047 m -41.946977 cm -2.4235316 m 7.2592667 MeV 24.287944 keV 3.5550379 cm 6.4446161 m World muIoni - 139 -1.6422303 m -41.959979 cm -2.4237037 m 7.2487012 MeV 397.1999 eV 756.98264 um 6.4453731 m World muIoni - 140 -1.6427852 m -41.970056 cm -2.4238347 m 7.2471109 MeV 538.96884 eV 579.04559 um 6.4459521 m World muIoni - 141 -1.649648 m -42.094239 cm -2.4254531 m 7.2419919 MeV 3.7467816 keV 7.1595944 mm 6.4531117 m World muIoni - 142 -1.6854863 m -42.738464 cm -2.4337784 m 7.2121869 MeV 28.601275 keV 3.7353186 cm 6.4904649 m World muIoni - 143 -1.6937612 m -42.883434 cm -2.4355904 m 7.2001938 MeV 9.6006983 keV 8.5941204 mm 6.499059 m World muIoni - 144 -1.7272518 m -43.482275 cm -2.4430025 m 7.1738307 MeV 26.363069 keV 3.4820635 cm 6.5338797 m World muIoni - 145 -1.7290632 m -43.514491 cm -2.4434023 m 7.1711335 MeV 1.3787095 keV 1.8827188 mm 6.5357624 m World muIoni - 146 -1.7318278 m -43.56335 cm -2.4440107 m 7.1648428 MeV 3.0847413 keV 2.8726081 mm 6.538635 m World muIoni - 147 -1.7352746 m -43.62482 cm -2.4447808 m 7.161674 MeV 1.889 keV 3.5849097 mm 6.5422199 m World muIoni - 148 -1.7809503 m -44.446255 cm -2.4550428 m 7.1231049 MeV 34.581244 keV 4.7530999 cm 6.5897509 m World muIoni - 149 -1.7868853 m -44.557524 cm -2.4563533 m 7.1163124 MeV 5.757012 keV 6.1789752 mm 6.5959299 m World muIoni - 150 -1.7919066 m -44.650838 cm -2.4574797 m 7.1124358 MeV 3.8765253 keV 5.2300249 mm 6.6011599 m World muIoni - 151 -1.8328062 m -45.406727 cm -2.4666173 m 7.0831172 MeV 26.912593 keV 4.2585306 cm 6.6437452 m World muIoni - 152 -1.8333898 m -45.417752 cm -2.4667399 m 7.0781731 MeV 1.6562733 keV 606.45737 um 6.6443517 m World muIoni - 153 -1.837091 m -45.487955 cm -2.4675222 m 7.0677407 MeV 2.32015 keV 3.8475995 mm 6.6481993 m World muIoni - 154 -1.8600963 m -45.928138 cm -2.4724312 m 7.0496925 MeV 16.564293 keV 2.3931843 cm 6.6721311 m World muIoni - 155 -1.8941466 m -46.570027 cm -2.4793824 m 7.0262951 MeV 23.397357 keV 3.5341197 cm 6.7074723 m World muIoni - 156 -1.8998501 m -46.671595 cm -2.4804721 m 7.0188844 MeV 5.5005609 keV 5.8948407 mm 6.7133671 m World muIoni - 157 -1.9156037 m -46.95403 cm -2.4835333 m 7.006712 MeV 9.1872901 keV 1.6295085 cm 6.7296622 m World muIoni - 158 -1.9216731 m -47.061012 cm -2.4847298 m 7.0023847 MeV 4.3272332 keV 6.278116 mm 6.7359403 m World muIoni - 159 -1.9236475 m -47.095961 cm -2.4851294 m 6.9995125 MeV 2.8722801 keV 2.0445162 mm 6.7379849 m World muIoni - 160 -1.9268974 m -47.153504 cm -2.4857871 m 6.9961026 MeV 3.409861 keV 3.3653289 mm 6.7413502 m World muIoni - 161 -1.9292852 m -47.195824 cm -2.4862635 m 6.9743632 MeV 1.906503 keV 2.4713133 mm 6.7438215 m World muIoni - 162 -1.958341 m -47.702036 cm -2.4919486 m 6.9461064 MeV 28.256766 keV 3.0036967 cm 6.7738585 m World muIoni - 163 -1.9587566 m -47.709579 cm -2.4920264 m 6.9249813 MeV 58.188786 eV 429.51407 um 6.774288 m World muIoni - 164 -1.9712765 m -47.941836 cm -2.4943729 m 6.9147869 MeV 7.6531966 keV 1.2947994 cm 6.787236 m World muIoni - 165 -1.9800848 m -48.106947 cm -2.4960169 m 6.9083214 MeV 4.7333896 keV 9.111335 mm 6.7963473 m World muIoni - 166 -1.9953209 m -48.394538 cm -2.4987973 m 6.8897939 MeV 14.588481 keV 1.5752603 cm 6.8120999 m World muIoni - 167 -2.0115756 m -48.704095 cm -2.5016762 m 6.878161 MeV 10.417493 keV 1.6795608 cm 6.8288955 m World muIoni - 168 -2.0128156 m -48.72719 cm -2.5019018 m 6.8197037 MeV 606.11843 eV 1.2812981 mm 6.8301768 m World muIoni - 169 -2.0274856 m -48.996218 cm -2.5046155 m 6.8097806 MeV 8.7184237 keV 1.5159717 cm 6.8453365 m World muIoni - 170 -2.0340618 m -49.116185 cm -2.5058908 m 6.8027833 MeV 6.9972686 keV 6.805245 mm 6.8521418 m World muIoni - 171 -2.0366328 m -49.163263 cm -2.5063962 m 6.8016915 MeV 1.091833 keV 2.6622424 mm 6.854804 m World muIoni - 172 -2.0616856 m -49.621627 cm -2.5113085 m 6.7802975 MeV 20.27927 keV 2.5938455 cm 6.8807425 m World muIoni - 173 -2.066721 m -49.710017 cm -2.5122237 m 6.7759993 MeV 3.280556 keV 5.1936729 mm 6.8859361 m World muIoni - 174 -2.0683562 m -49.738827 cm -2.5125219 m 6.7706691 MeV 1.3662631 keV 1.68695 mm 6.8876231 m World muIoni - 175 -2.0740642 m -49.840651 cm -2.5135651 m 6.7620701 MeV 6.9695093 keV 5.8912591 mm 6.8935144 m World muIoni - 176 -2.0947527 m -50.202787 cm -2.517341 m 6.7482202 MeV 13.849885 keV 2.1340106 cm 6.9148545 m World muIoni - 177 -2.0990951 m -50.277312 cm -2.5181566 m 6.743818 MeV 3.3207519 keV 4.4807566 mm 6.9193352 m World muIoni - 178 -2.1000158 m -50.292773 cm -2.5183319 m 6.743339 MeV 479.01207 eV 949.82624 um 6.920285 m World muIoni - 179 -2.137383 m -50.918958 cm -2.5254405 m 6.7085048 MeV 33.515937 keV 3.8550474 cm 6.9588355 m World muIoni - 180 -2.1406089 m -50.972167 cm -2.5260569 m 6.7062242 MeV 1.1947866 keV 3.3270739 mm 6.9621626 m World muIoni - 181 -2.145509 m -51.053251 cm -2.5269832 m 6.6967134 MeV 7.6006046 keV 5.0523732 mm 6.967215 m World muIoni - 182 -2.1497432 m -51.124239 cm -2.527772 m 6.6895751 MeV 3.4403809 keV 4.3651937 mm 6.9715802 m World muIoni - 183 -2.1715527 m -51.486965 cm -2.5317256 m 6.6573222 MeV 14.310819 keV 2.2460087 cm 6.9940402 m World muIoni - 184 -2.1836549 m -51.682005 cm -2.533685 m 6.6463603 MeV 9.9139632 keV 1.2414036 cm 7.0064543 m World muIoni - 185 -2.1881296 m -51.751379 cm -2.5343865 m 6.6389776 MeV 4.5659594 keV 4.5822794 mm 7.0110366 m World muIoni - 186 -2.1902242 m -51.784609 cm -2.5347169 m 6.6359102 MeV 1.5556618 keV 2.1463194 mm 7.0131829 m World muIoni - 187 -2.1989743 m -51.923895 cm -2.5361058 m 6.6252027 MeV 8.516368 keV 8.9685009 mm 7.0221514 m World muIoni - 188 -2.2029582 m -51.988551 cm -2.5367504 m 6.6192675 MeV 3.9147805 keV 4.0872364 mm 7.0262386 m World muIoni - 189 -2.2172765 m -52.225006 cm -2.539064 m 6.6074227 MeV 9.4148401 keV 1.4695632 cm 7.0409342 m World muIoni - 190 -2.2210011 m -52.287225 cm -2.5396307 m 6.605239 MeV 2.1837826 keV 3.81845 mm 7.0447527 m World muIoni - 191 -2.235345 m -52.531157 cm -2.5418335 m 6.5930695 MeV 10.122153 keV 1.4715833 cm 7.0594685 m World muIoni - 192 -2.2359529 m -52.541351 cm -2.5419286 m 6.5913274 MeV 67.435808 eV 623.61456 um 7.0600921 m World muIoni - 193 -2.241169 m -52.628292 cm -2.5427434 m 6.58457 MeV 3.5800861 keV 5.3505535 mm 7.0654427 m World muIoni - 194 -2.2438621 m -52.674197 cm -2.5431704 m 6.5738424 MeV 1.3192366 keV 2.7651241 mm 7.0682078 m World muIoni - 195 -2.2476713 m -52.738752 cm -2.54376 m 6.5690999 MeV 3.4553064 keV 3.9082537 mm 7.0721161 m World muIoni - 196 -2.2480705 m -52.745667 cm -2.5438213 m 6.5690185 MeV 81.456589 eV 409.73127 um 7.0725258 m World muIoni - 197 -2.2508805 m -52.794526 cm -2.5442527 m 6.5650512 MeV 1.9684509 keV 2.8845717 mm 7.0754104 m World muIoni - 198 -2.2570947 m -52.902439 cm -2.545187 m 6.5580144 MeV 4.627066 keV 6.3760644 mm 7.0817864 m World muIoni - 199 -2.2698 m -53.126117 cm -2.5470773 m 6.5457435 MeV 8.3545408 keV 1.3038554 cm 7.094825 m World muIoni - 200 -2.277324 m -53.25727 cm -2.5482013 m 6.5383752 MeV 4.2991282 keV 7.7197937 mm 7.1025448 m World muIoni - 201 -2.2784786 m -53.276845 cm -2.5483774 m 6.5360424 MeV 694.57118 eV 1.1842394 mm 7.103729 m World muIoni - 202 -2.2915513 m -53.499137 cm -2.5504004 m 6.520776 MeV 10.866397 keV 1.3413912 cm 7.1171429 m World muIoni - 203 -2.292839 m -53.520828 cm -2.5506044 m 6.5124478 MeV 951.37009 eV 1.3216478 mm 7.1184646 m World muIoni - 204 -2.3144804 m -53.878844 cm -2.5540301 m 6.490743 MeV 20.41139 keV 2.2201731 cm 7.1406663 m World muIoni - 205 -2.3290339 m -54.125254 cm -2.556418 m 6.4788864 MeV 10.060571 keV 1.495272 cm 7.155619 m World muIoni - 206 -2.3357561 m -54.24291 cm -2.5575643 m 6.4735645 MeV 5.3218508 keV 6.9200597 mm 7.1625391 m World muIoni - 207 -2.3545971 m -54.578087 cm -2.5607726 m 6.4498399 MeV 17.883735 keV 1.9404129 cm 7.1819432 m World muIoni - 208 -2.3684494 m -54.836459 cm -2.5631956 m 6.4319276 MeV 10.133706 keV 1.4298491 cm 7.1962417 m World muIoni - 209 -2.3705043 m -54.877505 cm -2.5635681 m 6.4283726 MeV 1.9336199 keV 2.1283199 mm 7.19837 m World muIoni - 210 -2.3934667 m -55.337129 cm -2.5677104 m 6.4019124 MeV 22.363123 keV 2.3781845 cm 7.2221519 m World muIoni - 211 -2.3938787 m -55.345486 cm -2.5677861 m 6.3979437 MeV 111.88377 eV 427.18186 um 7.2225791 m World muIoni - 212 -2.3991437 m -55.458475 cm -2.5687552 m 6.3930824 MeV 3.3544434 keV 5.4714833 mm 7.2280506 m World muIoni - 213 -2.4008878 m -55.495943 cm -2.5690747 m 6.3911081 MeV 1.9742998 keV 1.8122448 mm 7.2298628 m World muIoni - 214 -2.405483 m -55.594525 cm -2.5699166 m 6.385197 MeV 2.8210155 keV 4.7746295 mm 7.2346374 m World muIoni - 215 -2.4158552 m -55.811245 cm -2.5719487 m 6.3733854 MeV 8.6549001 keV 1.0789596 cm 7.245427 m World muIoni - 216 -2.4247756 m -56.001932 cm -2.5736258 m 6.3600798 MeV 8.5547574 keV 9.2749207 mm 7.2547019 m World muIoni - 217 -2.4288113 m -56.088014 cm -2.57441 m 6.3513318 MeV 3.3190756 keV 4.2003537 mm 7.2589023 m World muIoni - 218 -2.4333132 m -56.182676 cm -2.5752744 m 6.345686 MeV 3.683386 keV 4.6809011 mm 7.2635832 m World muIoni - 219 -2.4601091 m -56.75223 cm -2.580417 m 6.3224316 MeV 21.535536 keV 2.7873618 cm 7.2914568 m World muIoni - 220 -2.4606831 m -56.763795 cm -2.580527 m 6.3207292 MeV 296.15961 eV 595.77479 um 7.2920526 m World muIoni - 221 -2.4678711 m -56.909277 cm -2.5819094 m 6.3137377 MeV 5.615742 keV 7.4629292 mm 7.2995155 m World muIoni - 222 -2.4681899 m -56.91578 cm -2.5819728 m 6.3107061 MeV 117.4046 eV 331.43035 um 7.299847 m World muIoni - 223 -2.4693847 m -56.939917 cm -2.5822101 m 6.3084159 MeV 1.2481023 keV 1.2419076 mm 7.3010889 m World muIoni - 224 -2.4748606 m -57.050207 cm -2.5832958 m 6.3002002 MeV 5.6752656 keV 5.6903894 mm 7.3067792 m World muIoni - 225 -2.4771838 m -57.096524 cm -2.5837482 m 6.2960592 MeV 1.8071446 keV 2.4117517 mm 7.309191 m World muIoni - 226 -2.478416 m -57.121175 cm -2.5839881 m 6.2912322 MeV 1.0404282 keV 1.2792917 mm 7.3104703 m World muIoni - 227 -2.4897373 m -57.346022 cm -2.5861934 m 6.281114 MeV 8.0074002 keV 1.1751272 cm 7.3222216 m World muIoni - 228 -2.4912234 m -57.37577 cm -2.5864856 m 6.2801725 MeV 941.47875 eV 1.5434735 mm 7.323765 m World muIoni - 229 -2.4923923 m -57.399153 cm -2.586716 m 6.2787693 MeV 72.383328 eV 1.2141302 mm 7.3249792 m World muIoni - 230 -2.4944601 m -57.440356 cm -2.5871207 m 6.2749958 MeV 2.6769502 keV 2.1469769 mm 7.3271261 m World muIoni - 231 -2.5127099 m -57.807218 cm -2.5906808 m 6.2574671 MeV 16.377353 keV 1.895249 cm 7.3460786 m World muIoni - 232 -2.5179308 m -57.912752 cm -2.5916988 m 6.2535571 MeV 3.9100035 keV 5.4229444 mm 7.3515016 m World muIoni - 233 -2.5218028 m -57.99101 cm -2.5924478 m 6.2479748 MeV 3.0987112 keV 4.0206948 mm 7.3555223 m World muIoni - 234 -2.5360557 m -58.277945 cm -2.5952175 m 6.2351335 MeV 10.901739 keV 1.4800525 cm 7.3703228 m World muIoni - 235 -2.545151 m -58.466615 cm -2.5970189 m 6.2228368 MeV 10.844447 keV 9.4619634 mm 7.3797848 m World muIoni - 236 -2.5471682 m -58.508705 cm -2.5973967 m 6.2194457 MeV 1.1127593 keV 2.0949899 mm 7.3818798 m World muIoni - 237 -2.5521221 m -58.610921 cm -2.5983205 m 6.2107556 MeV 2.2452753 keV 5.1419481 mm 7.3870217 m World muIoni - 238 -2.5700891 m -58.979337 cm -2.6016224 m 6.1885454 MeV 20.508934 keV 1.863595 cm 7.4056577 m World muIoni - 239 -2.5766561 m -59.112722 cm -2.6027932 m 6.1800743 MeV 7.1021307 keV 6.8026914 mm 7.4124603 m World muIoni - 240 -2.5971744 m -59.532203 cm -2.6063864 m 6.1661106 MeV 12.752171 keV 2.1249048 cm 7.4337094 m World muIoni - 241 -2.6067317 m -59.727079 cm -2.6079794 m 6.1561724 MeV 5.6430209 keV 9.8832263 mm 7.4435926 m World muIoni - 242 -2.6089839 m -59.77112 cm -2.6083642 m 6.1521736 MeV 1.6687544 keV 2.3268899 mm 7.4459195 m World muIoni - 243 -2.6150683 m -59.890417 cm -2.6094025 m 6.144053 MeV 6.3221174 keV 6.2866666 mm 7.4522062 m World muIoni - 244 -2.6428354 m -60.433603 cm -2.6140878 m 6.1218489 MeV 21.182099 keV 2.8679434 cm 7.4808856 m World muIoni - 245 -2.6694171 m -60.959634 cm -2.6187622 m 6.0918699 MeV 28.537191 keV 2.7498025 cm 7.5083836 m World muIoni - 246 -2.6836303 m -61.23129 cm -2.6214173 m 6.0779633 MeV 13.906575 keV 1.4712196 cm 7.5230958 m World muIoni - 247 -2.6888195 m -61.328596 cm -2.6224214 m 6.074686 MeV 3.2773249 keV 5.3743062 mm 7.5284701 m World muIoni - 248 -2.6920238 m -61.39008 cm -2.623038 m 6.0726053 MeV 2.0806806 keV 3.3204492 mm 7.5317906 m World muIoni - 249 -2.6933936 m -61.416439 cm -2.6233088 m 6.0696801 MeV 999.36729 eV 1.4210367 mm 7.5332116 m World muIoni - 250 -2.7299944 m -62.124491 cm -2.6306105 m 6.0374841 MeV 28.727234 keV 3.7988984 cm 7.5712006 m World muIoni - 251 -2.7361517 m -62.234234 cm -2.6318855 m 5.9979437 MeV 3.815953 keV 6.382966 mm 7.5775836 m World muIoni - 252 -2.7362911 m -62.236756 cm -2.631914 m 5.9967399 MeV 180.07615 eV 144.51155 um 7.5777281 m World muIoni - 253 -2.7385506 m -62.277474 cm -2.6323749 m 5.995171 MeV 1.5689201 keV 2.3417393 mm 7.5800698 m World muIoni - 254 -2.7434253 m -62.365003 cm -2.6333686 m 5.9897545 MeV 4.4094173 keV 5.0514361 mm 7.5851213 m World muIoni - 255 -2.7495118 m -62.472792 cm -2.6346375 m 5.9834239 MeV 4.5647159 keV 6.3100432 mm 7.5914313 m World muIoni - 256 -2.7507873 m -62.495388 cm -2.6349037 m 5.9810727 MeV 965.31812 eV 1.3224744 mm 7.5927538 m World muIoni - 257 -2.7753692 m -62.867363 cm -2.6400518 m 5.9590009 MeV 18.443236 keV 2.5391333 cm 7.6181451 m World muIoni - 258 -2.7854219 m -63.004636 cm -2.6421907 m 5.9486001 MeV 8.7184281 keV 1.0369107 cm 7.6285142 m World muIoni - 259 -2.8076008 m -63.297576 cm -2.6468426 m 5.930507 MeV 18.09309 keV 2.2850447 cm 7.6513647 m World muIoni - 260 -2.8147736 m -63.391701 cm -2.6483725 m 5.9190573 MeV 9.1112538 keV 7.3943783 mm 7.658759 m World muIoni - 261 -2.8163038 m -63.412483 cm -2.648697 m 5.9144991 MeV 1.0500346 keV 1.5779218 mm 7.660337 m World muIoni - 262 -2.8182369 m -63.438578 cm -2.6491105 m 5.9126996 MeV 1.7994774 keV 1.9940054 mm 7.662331 m World muIoni - 263 -2.851179 m -63.885241 cm -2.656174 m 5.8836359 MeV 26.504149 keV 3.3986728 cm 7.6963177 m World muIoni - 264 -2.851861 m -63.894941 cm -2.6563197 m 5.8801701 MeV 521.77689 eV 704.13011 um 7.6970218 m World muIoni - 265 -2.8622086 m -64.040442 cm -2.6586121 m 5.8602749 MeV 8.3888051 keV 1.0698634 cm 7.7077205 m World muIoni - 266 -2.8735695 m -64.202452 cm -2.6612967 m 5.8499106 MeV 9.1103477 keV 1.178572 cm 7.7195062 m World muIoni - 267 -2.8890782 m -64.415662 cm -2.6650196 m 5.8322157 MeV 12.127882 keV 1.609141 cm 7.7355976 m World muIoni - 268 -2.9023907 m -64.600786 cm -2.6682795 m 5.8169095 MeV 14.129173 keV 1.3830432 cm 7.749428 m World muIoni - 269 -2.9034728 m -64.614933 cm -2.6685408 m 5.8157611 MeV 1.14849 keV 1.1222214 mm 7.7505502 m World muIoni - 270 -2.9090845 m -64.684483 cm -2.6698557 m 5.8069312 MeV 6.8634772 keV 5.8056229 mm 7.7563559 m World muIoni - 271 -2.9120134 m -64.719042 cm -2.6705349 m 5.8025612 MeV 2.3385055 keV 3.0264078 mm 7.7593823 m World muIoni - 272 -2.9157599 m -64.761692 cm -2.6713969 m 5.7936478 MeV 6.0155922 keV 3.8679639 mm 7.7632502 m World muIoni - 273 -2.928464 m -64.905521 cm -2.6743232 m 5.7818719 MeV 8.6110372 keV 1.3116039 cm 7.7763663 m World muIoni - 274 -2.9398884 m -65.041286 cm -2.6769781 m 5.7711203 MeV 8.9308575 keV 1.1807229 cm 7.7881735 m World muIoni - 275 -2.9408128 m -65.052017 cm -2.6771926 m 5.7692885 MeV 511.88137 eV 955.0233 um 7.7891285 m World muIoni - 276 -2.9442348 m -65.091348 cm -2.6779819 m 5.7451486 MeV 3.6324123 keV 3.5338532 mm 7.7926624 m World muIoni - 277 -2.9446673 m -65.096341 cm -2.6780799 m 5.7402498 MeV 248.11588 eV 446.18926 um 7.7931086 m World muIoni - 278 -2.9566101 m -65.232092 cm -2.6808074 m 5.7286032 MeV 10.157077 keV 1.2325469 cm 7.805434 m World muIoni - 279 -2.9587747 m -65.257949 cm -2.6813124 m 5.7257383 MeV 2.8648494 keV 2.2376703 mm 7.8076717 m World muIoni - 280 -2.958881 m -65.259243 cm -2.6813366 m 5.7150594 MeV 0 eV 109.80639 um 7.8077815 m World muIoni - 281 -2.9592882 m -65.264286 cm -2.6814281 m 5.714889 MeV 170.41943 eV 420.4281 um 7.8082019 m World muIoni - 282 -2.9659491 m -65.34668 cm -2.6829251 m 5.7059992 MeV 7.661037 keV 6.8766374 mm 7.8150786 m World muIoni - 283 -2.9675975 m -65.367426 cm -2.6833016 m 5.7021807 MeV 2.1660697 keV 1.7035226 mm 7.8167821 m World muIoni - 284 -2.9705509 m -65.403908 cm -2.6839752 m 5.6976366 MeV 2.7327132 keV 3.0511126 mm 7.8198332 m World muIoni - 285 -2.9730315 m -65.433835 cm -2.6845405 m 5.6927505 MeV 1.8341207 keV 2.5617231 mm 7.8223949 m World muIoni - 286 -2.9820627 m -65.543115 cm -2.6866027 m 5.668811 MeV 6.6827637 keV 9.327984 mm 7.8317229 m World muIoni - 287 -2.9907434 m -65.645623 cm -2.6886285 m 5.6602741 MeV 7.1569014 keV 8.9727771 mm 7.8406957 m World muIoni - 288 -3.0230703 m -65.997498 cm -2.6960312 m 5.6312565 MeV 27.786475 keV 3.335092 cm 7.8740466 m World muIoni - 289 -3.035247 m -66.113412 cm -2.6988092 m 5.6151969 MeV 12.786598 keV 1.2543387 cm 7.88659 m World muIoni - 290 -3.0357011 m -66.117671 cm -2.6989107 m 5.6128247 MeV 264.6942 eV 467.21057 um 7.8870572 m World muIoni - 291 -3.0408029 m -66.166127 cm -2.700048 m 5.6030126 MeV 4.44882 keV 5.2495099 mm 7.8923067 m World muIoni - 292 -3.0475495 m -66.231159 cm -2.7015858 m 5.5927102 MeV 4.9526916 keV 6.9501112 mm 7.8992568 m World muIoni - 293 -3.0501549 m -66.256625 cm -2.7021812 m 5.5886481 MeV 4.0621181 keV 2.6846797 mm 7.9019415 m World muIoni - 294 -3.0504136 m -66.259139 cm -2.7022402 m 5.5885774 MeV 70.723572 eV 266.60623 um 7.9022081 m World muIoni - 295 -3.0542422 m -66.296342 cm -2.7031133 m 5.5815094 MeV 5.1392131 keV 3.9444064 mm 7.9061525 m World muIoni - 296 -3.0577619 m -66.330768 cm -2.7039157 m 5.5787961 MeV 2.7132364 keV 3.6264498 mm 7.909779 m World muIoni - 297 -3.0598168 m -66.351722 cm -2.7043873 m 5.5746265 MeV 2.5287478 keV 2.1186501 mm 7.9118976 m World muIoni - 298 -3.0625896 m -66.378956 cm -2.7050177 m 5.5713691 MeV 1.7743252 keV 2.8566594 mm 7.9147543 m World muIoni - 299 -3.0726757 m -66.475036 cm -2.7073545 m 5.5570782 MeV 10.167241 keV 1.0397801 cm 7.9251521 m World muIoni - 300 -3.0790967 m -66.535507 cm -2.7088381 m 5.5494212 MeV 5.1153721 keV 6.6178621 mm 7.93177 m World muIoni - 301 -3.089644 m -66.628837 cm -2.7112963 m 5.5355405 MeV 12.301179 keV 1.0870253 cm 7.9426402 m World muIoni - 302 -3.0936808 m -66.666706 cm -2.7121806 m 5.5266965 MeV 5.8079762 keV 4.1498307 mm 7.94679 m World muIoni - 303 -3.114534 m -66.849913 cm -2.7167892 m 5.5021553 MeV 22.819391 keV 2.1435276 cm 7.9682253 m World muIoni - 304 -3.1203206 m -66.901062 cm -2.7181304 m 5.4966701 MeV 4.4208071 keV 5.9622912 mm 7.9741876 m World muIoni - 305 -3.142159 m -67.084845 cm -2.7220914 m 5.468869 MeV 26.104631 keV 2.2271189 cm 7.9964588 m World muIoni - 306 -3.1516828 m -67.19575 cm -2.7234858 m 5.4534678 MeV 9.6298487 keV 9.6890639 mm 8.0061479 m World muIoni - 307 -3.1612946 m -67.299084 cm -2.7249118 m 5.4430108 MeV 10.456999 keV 9.7719021 mm 8.0159198 m World muIoni - 308 -3.1613272 m -67.299443 cm -2.7249165 m 5.4430108 MeV 0 eV 33.154628 um 8.0159529 m World muIoni - 309 -3.1770092 m -67.472044 cm -2.7271547 m 5.426724 MeV 14.351853 keV 1.5934859 cm 8.0318878 m World muIoni - 310 -3.177057 m -67.472601 cm -2.7271615 m 5.4180648 MeV 86.534673 eV 48.673282 um 8.0319364 m World muIoni - 311 -3.1864777 m -67.580898 cm -2.7284842 m 5.4086675 MeV 9.397301 keV 9.5746254 mm 8.0415111 m World muIoni - 312 -3.19005 m -67.623091 cm -2.7290084 m 5.4025184 MeV 4.5369775 keV 3.6350777 mm 8.0451462 m World muIoni - 313 -3.2035798 m -67.782542 cm -2.7310148 m 5.3891464 MeV 12.308501 keV 1.3770562 cm 8.0589167 m World muIoni - 314 -3.2103822 m -67.862146 cm -2.7320069 m 5.3781943 MeV 5.2572156 keV 6.9203866 mm 8.0658371 m World muIoni - 315 -3.2125055 m -67.889558 cm -2.732303 m 5.3753017 MeV 1.8903316 keV 2.1612652 mm 8.0679984 m World muIoni - 316 -3.2183083 m -67.963579 cm -2.733094 m 5.3703272 MeV 3.20105 keV 5.9030796 mm 8.0739014 m World muIoni - 317 -3.2207679 m -67.997332 cm -2.7334369 m 5.3657862 MeV 2.8365909 keV 2.5062976 mm 8.0764077 m World muIoni - 318 -3.2368302 m -68.219859 cm -2.7357013 m 5.3471362 MeV 15.828891 keV 1.637332 cm 8.0927811 m World muIoni - 319 -3.239414 m -68.256885 cm -2.7360471 m 5.3420485 MeV 3.8547432 keV 2.6330125 mm 8.0954141 m World muIoni - 320 -3.2585282 m -68.525761 cm -2.7385589 m 5.3174788 MeV 21.165584 keV 1.9465478 cm 8.1148796 m World muIoni - 321 -3.261513 m -68.564694 cm -2.7389133 m 5.3142969 MeV 2.1854299 keV 3.0309448 mm 8.1179105 m World muIoni - 322 -3.2645088 m -68.602529 cm -2.7392836 m 5.3108727 MeV 1.1889865 keV 3.0422373 mm 8.1209527 m World muIoni - 323 -3.2759706 m -68.749514 cm -2.7406234 m 5.2984805 MeV 10.935304 keV 1.1633436 cm 8.1325862 m World muIoni - 324 -3.2773778 m -68.768036 cm -2.7407815 m 5.2956861 MeV 1.7762615 keV 1.4281369 mm 8.1340143 m World muIoni - 325 -3.2842179 m -68.858308 cm -2.7415469 m 5.2872357 MeV 8.4503097 keV 6.9417471 mm 8.1409561 m World muIoni - 326 -3.2866433 m -68.891657 cm -2.7418186 m 5.2855006 MeV 1.735155 keV 2.4632454 mm 8.1434193 m World muIoni - 327 -3.3073984 m -69.173869 cm -2.7441752 m 5.2658257 MeV 18.658579 keV 2.1078696 cm 8.164498 m World muIoni - 328 -3.317834 m -69.310157 cm -2.7454482 m 5.2557172 MeV 10.108495 keV 1.0601075 cm 8.1750991 m World muIoni - 329 -3.3189998 m -69.326453 cm -2.7455902 m 5.2528709 MeV 1.5017326 keV 1.1856657 mm 8.1762847 m World muIoni - 330 -3.3200128 m -69.340586 cm -2.745712 m 5.2505051 MeV 1.1869385 keV 1.0300168 mm 8.1773148 m World muIoni - 331 -3.3361752 m -69.543746 cm -2.7479498 m 5.2319502 MeV 15.780039 keV 1.6443773 cm 8.1937585 m World muIoni - 332 -3.3380071 m -69.56642 cm -2.7482006 m 5.2239918 MeV 1.3883914 keV 1.8628626 mm 8.1956214 m World muIoni - 333 -3.3608082 m -69.851449 cm -2.7513042 m 5.2047405 MeV 17.942672 keV 2.3187843 cm 8.2188092 m World muIoni - 334 -3.3696375 m -69.970968 cm -2.7524548 m 5.1970103 MeV 7.730222 keV 8.9838684 mm 8.2277931 m World muIoni - 335 -3.3718182 m -70.001407 cm -2.7527223 m 5.192445 MeV 3.0013568 keV 2.2180862 mm 8.2300112 m World muIoni - 336 -3.3724062 m -70.009378 cm -2.752793 m 5.1907854 MeV 373.38724 eV 597.54073 um 8.2306087 m World muIoni - 337 -3.3774132 m -70.075673 cm -2.7534093 m 5.1836751 MeV 5.1785566 keV 5.088188 mm 8.2356969 m World muIoni - 338 -3.3816483 m -70.133437 cm -2.7539551 m 5.1814093 MeV 2.2658108 keV 4.3091006 mm 8.240006 m World muIoni - 339 -3.386842 m -70.203733 cm -2.7546489 m 5.1766316 MeV 4.7777295 keV 5.2867782 mm 8.2452928 m World muIoni - 340 -3.3934149 m -70.292986 cm -2.7554926 m 5.1680047 MeV 5.0439833 keV 6.686721 mm 8.2519795 m World muIoni - 341 -3.3998146 m -70.380603 cm -2.7562712 m 5.1599183 MeV 6.6664763 keV 6.5062056 mm 8.2584857 m World muIoni - 342 -3.4040459 m -70.437574 cm -2.7567964 m 5.153321 MeV 5.4383478 keV 4.3016695 mm 8.2627874 m World muIoni - 343 -3.4126749 m -70.555285 cm -2.7579079 m 5.1413213 MeV 10.809631 keV 8.7795958 mm 8.271567 m World muIoni - 344 -3.4244845 m -70.719308 cm -2.7594918 m 5.1304145 MeV 10.906822 keV 1.202785 cm 8.2835948 m World muIoni - 345 -3.4343951 m -70.866465 cm -2.7607718 m 5.1193572 MeV 8.7410926 keV 1.0100819 cm 8.2936957 m World muIoni - 346 -3.4419081 m -70.976163 cm -2.7618027 m 5.1078601 MeV 8.3174099 keV 7.6623884 mm 8.301358 m World muIoni - 347 -3.4491361 m -71.085551 cm -2.7627138 m 5.0401237 MeV 7.1794848 keV 7.3668773 mm 8.3087249 m World muIoni - 348 -3.4500772 m -71.099019 cm -2.7628409 m 5.0381283 MeV 96.027822 eV 959.22987 um 8.3096842 m World muIoni - 349 -3.4552559 m -71.172981 cm -2.763536 m 5.0343411 MeV 2.7687777 keV 5.2772176 mm 8.3149614 m World muIoni - 350 -3.4625873 m -71.275189 cm -2.7644933 m 5.0234916 MeV 9.8440626 keV 7.4640097 mm 8.3224254 m World muIoni - 351 -3.5485217 m -72.535403 cm -2.776087 m 4.9483176 MeV 73.643133 keV 8.7635222 cm 8.4100606 m World muIoni - 352 -3.5556841 m -72.649312 cm -2.7770938 m 4.9383528 MeV 8.4828578 keV 7.3220478 mm 8.4173827 m World muIoni - 353 -3.5630627 m -72.763951 cm -2.7780738 m 4.9295203 MeV 6.7242366 keV 7.5311429 mm 8.4249138 m World muIoni - 354 -3.5756572 m -72.951081 cm -2.7796939 m 4.916402 MeV 8.7614023 keV 1.283562 cm 8.4377494 m World muIoni - 355 -3.5799975 m -73.014125 cm -2.7802359 m 4.9113643 MeV 3.5808462 keV 4.4192813 mm 8.4421687 m World muIoni - 356 -3.5834165 m -73.063136 cm -2.780671 m 4.9064879 MeV 2.7211051 keV 3.481199 mm 8.4456499 m World muIoni - 357 -3.5839744 m -73.071231 cm -2.7807405 m 4.9062378 MeV 250.03128 eV 568.07884 um 8.446218 m World muIoni - 358 -3.5865216 m -73.108415 cm -2.7810575 m 4.902087 MeV 2.0947151 keV 2.5935918 mm 8.4488116 m World muIoni - 359 -3.5871865 m -73.118085 cm -2.7811409 m 4.9002706 MeV 478.11373 eV 677.02701 um 8.4494886 m World muIoni - 360 -3.5902124 m -73.162042 cm -2.7815226 m 4.8958559 MeV 4.4147515 keV 3.081453 mm 8.45257 m World muIoni - 361 -3.5918057 m -73.184749 cm -2.7817261 m 4.8900947 MeV 1.4718943 keV 1.6221627 mm 8.4541922 m World muIoni - 362 -3.6002907 m -73.307596 cm -2.7828163 m 4.8792238 MeV 7.3643183 keV 8.642647 mm 8.4628349 m World muIoni - 363 -3.6069025 m -73.398256 cm -2.783655 m 4.8691558 MeV 7.2463147 keV 6.7261825 mm 8.469561 m World muIoni - 364 -3.608742 m -73.422913 cm -2.7838801 m 4.8677413 MeV 1.4144891 keV 1.8695631 mm 8.4714306 m World muIoni - 365 -3.6130956 m -73.480809 cm -2.7844125 m 4.8633391 MeV 3.0992562 keV 4.4241304 mm 8.4758547 m World muIoni - 366 -3.6172565 m -73.534371 cm -2.7849188 m 4.856801 MeV 4.1554038 keV 4.2256735 mm 8.4800804 m World muIoni - 367 -3.6177197 m -73.540045 cm -2.7849722 m 4.8536782 MeV 736.57907 eV 469.67852 um 8.4805501 m World muIoni - 368 -3.6194901 m -73.561756 cm -2.785176 m 4.8478265 MeV 1.0826599 keV 1.7953143 mm 8.4823454 m World muIoni - 369 -3.6275939 m -73.660133 cm -2.7860961 m 4.8387216 MeV 8.0719128 keV 8.2150151 mm 8.4905604 m World muIoni - 370 -3.6413846 m -73.83575 cm -2.7877302 m 4.8139068 MeV 15.899393 keV 1.3998061 cm 8.5045585 m World muIoni - 371 -3.6526142 m -73.969569 cm -2.7890463 m 4.7978888 MeV 14.015042 keV 1.1385578 cm 8.5159441 m World muIoni - 372 -3.6608073 m -74.068794 cm -2.7900477 m 4.7860562 MeV 10.17757 keV 8.3135576 mm 8.5242576 m World muIoni - 373 -3.6637844 m -74.104542 cm -2.7904262 m 4.781629 MeV 1.5698994 keV 3.0222834 mm 8.5272799 m World muIoni - 374 -3.6641621 m -74.109176 cm -2.7904748 m 4.7801607 MeV 414.06988 eV 383.66233 um 8.5276636 m World muIoni - 375 -3.6647071 m -74.115839 cm -2.7905445 m 4.7787195 MeV 1.4412416 keV 553.45078 um 8.528217 m World muIoni - 376 -3.6649731 m -74.119079 cm -2.7905785 m 4.7763728 MeV 85.947127 eV 270.11213 um 8.5284871 m World muIoni - 377 -3.6715442 m -74.199178 cm -2.7914105 m 4.7658464 MeV 5.2575173 keV 6.6718536 mm 8.535159 m World muIoni - 378 -3.6876724 m -74.404302 cm -2.7935475 m 4.7420471 MeV 13.333598 keV 1.6398279 cm 8.5515573 m World muIoni - 379 -3.699962 m -74.563669 cm -2.7952011 m 4.7296376 MeV 12.409451 keV 1.250251 cm 8.5640598 m World muIoni - 380 -3.7033468 m -74.607187 cm -2.7956972 m 4.726283 MeV 3.3545936 keV 3.4486151 mm 8.5675084 m World muIoni - 381 -3.7129609 m -74.725034 cm -2.7971101 m 4.713099 MeV 11.159901 keV 9.7886676 mm 8.577297 m World muIoni - 382 -3.7200736 m -74.814169 cm -2.7981186 m 4.7052382 MeV 6.8705692 keV 7.2390106 mm 8.5845361 m World muIoni - 383 -3.7363829 m -75.017486 cm -2.8003165 m 4.6909671 MeV 13.159713 keV 1.6582187 cm 8.6011182 m World muIoni - 384 -3.7384084 m -75.043244 cm -2.8005845 m 4.6875616 MeV 1.3706129 keV 2.0593012 mm 8.6031775 m World muIoni - 385 -3.74221 m -75.089629 cm -2.801092 m 4.6833117 MeV 2.3253716 keV 3.8632899 mm 8.6070408 m World muIoni - 386 -3.7623191 m -75.33713 cm -2.8038515 m 4.6569841 MeV 19.9994 keV 2.0448516 cm 8.6274893 m World muIoni - 387 -3.7778622 m -75.523341 cm -2.8058514 m 4.6344633 MeV 17.834706 keV 1.5781834 cm 8.6432712 m World muIoni - 388 -3.7815628 m -75.565935 cm -2.8063051 m 4.6299377 MeV 4.5255969 keV 3.7525181 mm 8.6470237 m World muIoni - 389 -3.786948 m -75.626718 cm -2.8069782 m 4.6211762 MeV 7.3775332 keV 5.4610547 mm 8.6524848 m World muIoni - 390 -3.7930753 m -75.695109 cm -2.8077586 m 4.6153229 MeV 5.8532323 keV 6.2146134 mm 8.6586994 m World muIoni - 391 -3.823836 m -76.041966 cm -2.8117308 m 4.5521695 MeV 28.718073 keV 3.1210932 cm 8.6899103 m World muIoni - 392 -3.8244775 m -76.050117 cm -2.8118181 m 4.5495961 MeV 432.80101 eV 652.51705 um 8.6905628 m World muIoni - 393 -3.8381038 m -76.224415 cm -2.8136911 m 4.5301108 MeV 18.204275 keV 1.3864738 cm 8.7044276 m World muIoni - 394 -3.8450894 m -76.311781 cm -2.8146014 m 4.519422 MeV 4.1786595 keV 7.0987228 mm 8.7115263 m World muIoni - 395 -3.8458303 m -76.320913 cm -2.8147001 m 4.5170897 MeV 859.79954 eV 752.92655 um 8.7122792 m World muIoni - 396 -3.8478105 m -76.345297 cm -2.814965 m 4.5057198 MeV 3.6885996 keV 2.0127023 mm 8.7142919 m World muIoni - 397 -3.8500504 m -76.373254 cm -2.8152687 m 4.5012981 MeV 2.4309832 keV 2.2776198 mm 8.7165695 m World muIoni - 398 -3.8513486 m -76.388896 cm -2.8154457 m 4.4927592 MeV 2.465574 keV 1.319556 mm 8.7178891 m World muIoni - 399 -3.8713698 m -76.627515 cm -2.8181503 m 4.467181 MeV 24.314481 keV 2.0344033 cm 8.7382331 m World muIoni - 400 -3.8774259 m -76.701401 cm -2.8189124 m 4.459273 MeV 6.7584784 keV 6.1485471 mm 8.7443817 m World muIoni - 401 -3.8779365 m -76.70772 cm -2.818977 m 4.4542563 MeV 422.7545 eV 518.48377 um 8.7449001 m World muIoni - 402 -3.8793471 m -76.725209 cm -2.819154 m 4.4502866 MeV 2.1121876 keV 1.4323955 mm 8.7463325 m World muIoni - 403 -3.8794598 m -76.726586 cm -2.8191682 m 4.4501969 MeV 89.715441 eV 114.41396 um 8.746447 m World muIoni - 404 -3.8808542 m -76.743603 cm -2.8193444 m 4.4267413 MeV 3.4027982 keV 1.4157671 mm 8.7478627 m World muIoni - 405 -3.8872993 m -76.822425 cm -2.8201273 m 4.4182256 MeV 8.5157403 keV 6.5402402 mm 8.754403 m World muIoni - 406 -3.8873232 m -76.822709 cm -2.8201303 m 4.4163718 MeV 0 eV 24.255771 um 8.7544272 m World muIoni - 407 -3.8948114 m -76.91228 cm -2.8210621 m 4.4048617 MeV 10.483522 keV 7.5989658 mm 8.7620262 m World muIoni - 408 -3.8973943 m -76.943189 cm -2.8213953 m 4.4016519 MeV 1.9396924 keV 2.622621 mm 8.7646488 m World muIoni - 409 -3.8981789 m -76.953196 cm -2.8214945 m 4.3955453 MeV 1.2182382 keV 797.14379 um 8.765446 m World muIoni - 410 -3.900171 m -76.978928 cm -2.8217455 m 4.3895172 MeV 1.801206 keV 2.0242704 mm 8.7674702 m World muIoni - 411 -3.9237884 m -77.290609 cm -2.8247008 m 4.3615962 MeV 26.060445 keV 2.4005672 cm 8.7914759 m World muIoni - 412 -3.9515913 m -77.670756 cm -2.8283695 m 4.3233972 MeV 35.357701 keV 2.8301756 cm 8.8197777 m World muIoni - 413 -3.9557938 m -77.733993 cm -2.8288699 m 4.2919628 MeV 7.2022917 keV 4.279257 mm 8.8240569 m World muIoni - 414 -3.9578203 m -77.764098 cm -2.8291117 m 4.2887942 MeV 1.508154 keV 2.0629655 mm 8.8261199 m World muIoni - 415 -3.95882 m -77.779023 cm -2.8292319 m 4.2852645 MeV 890.47886 eV 1.0178982 mm 8.8271378 m World muIoni - 416 -3.9811473 m -78.112309 cm -2.831888 m 4.250242 MeV 33.393421 keV 2.273122 cm 8.849869 m World muIoni - 417 -3.990572 m -78.254807 cm -2.8328877 m 4.2399269 MeV 9.2059812 keV 9.5843039 mm 8.8594533 m World muIoni - 418 -4.0053237 m -78.478045 cm -2.8345315 m 4.2195743 MeV 15.720278 keV 1.5010312 cm 8.8744636 m World muIoni - 419 -4.0088137 m -78.529125 cm -2.8348906 m 4.2020366 MeV 4.9459829 keV 3.5453503 mm 8.878009 m World muIoni - 420 -4.0132095 m -78.591367 cm -2.8353273 m 4.1918416 MeV 4.5699614 keV 4.4611719 mm 8.8824701 m World muIoni - 421 -4.0183848 m -78.665207 cm -2.8358264 m 4.1747014 MeV 5.6043627 keV 5.2514426 mm 8.8877216 m World muIoni - 422 -4.0224626 m -78.71898 cm -2.8362459 m 4.1705451 MeV 4.1562863 keV 4.1345109 mm 8.8918561 m World muIoni - 423 -4.0408017 m -78.963632 cm -2.8381309 m 4.1410933 MeV 25.343813 keV 1.8597903 cm 8.910454 m World muIoni - 424 -4.0494651 m -79.091981 cm -2.8389697 m 4.1328882 MeV 8.2051466 keV 8.7982278 mm 8.9192522 m World muIoni - 425 -4.0544836 m -79.165828 cm -2.8394305 m 4.12584 MeV 7.0481862 keV 5.0934102 mm 8.9243456 m World muIoni - 426 -4.0742984 m -79.463934 cm -2.8411649 m 4.0976503 MeV 24.901518 keV 2.0113441 cm 8.9444591 m World muIoni - 427 -4.0758584 m -79.489169 cm -2.8412902 m 4.0959671 MeV 1.6831281 keV 1.5853256 mm 8.9460444 m World muIoni - 428 -4.0806374 m -79.566249 cm -2.8416098 m 4.0900087 MeV 3.8709611 keV 4.8512704 mm 8.9508957 m World muIoni - 429 -4.0807268 m -79.567651 cm -2.8416156 m 4.0879827 MeV 48.829701 eV 90.716787 um 8.9509864 m World muIoni - 430 -4.094411 m -79.781505 cm -2.8425249 m 4.0726355 MeV 13.654971 keV 1.3880422 cm 8.9648668 m World muIoni - 431 -4.1057721 m -79.950096 cm -2.8433133 m 4.0595477 MeV 11.950742 keV 1.1512818 cm 8.9763796 m World muIoni - 432 -4.1096956 m -80.011711 cm -2.8436291 m 4.0497066 MeV 7.963477 keV 3.9840578 mm 8.9803637 m World muIoni - 433 -4.1295645 m -80.336276 cm -2.8451315 m 4.0266643 MeV 23.042342 keV 2.018907 cm 9.0005527 m World muIoni - 434 -4.1505689 m -80.70953 cm -2.8467929 m 3.9991292 MeV 24.23091 keV 2.1398896 cm 9.0219516 m World muIoni - 435 -4.1636992 m -80.935296 cm -2.8477067 m 3.9832617 MeV 15.867536 keV 1.3354637 cm 9.0353063 m World muIoni - 436 -4.1670058 m -80.992391 cm -2.8479305 m 3.9786028 MeV 4.658915 keV 3.3629657 mm 9.0386692 m World muIoni - 437 -4.1741667 m -81.117203 cm -2.8484269 m 3.968437 MeV 7.4733694 keV 7.285887 mm 9.0459551 m World muIoni - 438 -4.175026 m -81.132716 cm -2.848482 m 3.9678891 MeV 547.85466 eV 874.9793 um 9.0468301 m World muIoni - 439 -4.1807314 m -81.235405 cm -2.8488458 m 3.963226 MeV 4.66315 keV 5.808519 mm 9.0526386 m World muIoni - 440 -4.184665 m -81.305275 cm -2.8490781 m 3.9572508 MeV 4.5004465 keV 4.0018874 mm 9.0566405 m World muIoni - 441 -4.1868203 m -81.343771 cm -2.8492091 m 3.9531517 MeV 3.0137281 keV 2.193386 mm 9.0588339 m World muIoni - 442 -4.1891419 m -81.384175 cm -2.8493503 m 3.9515434 MeV 1.6082655 keV 2.3607459 mm 9.0611947 m World muIoni - 443 -4.1902571 m -81.403727 cm -2.8494191 m 3.935959 MeV 1.3984696 keV 1.1342223 mm 9.0623289 m World muIoni - 444 -4.1911991 m -81.419889 cm -2.8494746 m 3.9342128 MeV 725.46741 eV 957.43894 um 9.0632863 m World muIoni - 445 -4.213691 m -81.804991 cm -2.8507886 m 3.8980649 MeV 30.233772 keV 2.2858058 cm 9.0861444 m World muIoni - 446 -4.2140906 m -81.811786 cm -2.8508089 m 3.8947165 MeV 395.01295 eV 405.85981 um 9.0865502 m World muIoni - 447 -4.2383602 m -82.228933 cm -2.8520265 m 3.8584231 MeV 33.889977 keV 2.4656847 cm 9.1112071 m World muIoni - 448 -4.2417848 m -82.290021 cm -2.8521779 m 3.8515181 MeV 5.8758054 keV 3.4819654 mm 9.114689 m World muIoni - 449 -4.24711 m -82.382947 cm -2.8524046 m 3.8417123 MeV 9.8058756 keV 5.4104099 mm 9.1200995 m World muIoni - 450 -4.2493008 m -82.420207 cm -2.852501 m 3.8205252 MeV 1.3988738 keV 2.2243964 mm 9.1223238 m World muIoni - 451 -4.2712695 m -82.805621 cm -2.8534138 m 3.7960694 MeV 23.267737 keV 2.2324006 cm 9.1446479 m World muIoni - 452 -4.2948776 m -83.197437 cm -2.8539917 m 3.7643009 MeV 30.639744 keV 2.393925 cm 9.1685871 m World muIoni - 453 -4.3005684 m -83.292808 cm -2.8541265 m 3.7574524 MeV 5.0206948 keV 5.7717571 mm 9.1743589 m World muIoni - 454 -4.3009677 m -83.299399 cm -2.8541355 m 3.7570672 MeV 385.18938 eV 404.83607 um 9.1747637 m World muIoni - 455 -4.3023798 m -83.322786 cm -2.8541666 m 3.7552424 MeV 1.824733 keV 1.4316985 mm 9.1761954 m World muIoni - 456 -4.3075144 m -83.40812 cm -2.8542778 m 3.7473389 MeV 7.9035837 keV 5.2061894 mm 9.1814016 m World muIoni - 457 -4.3172587 m -83.574095 cm -2.8545264 m 3.7299193 MeV 15.784408 keV 9.8879579 mm 9.1912895 m World muIoni - 458 -4.3196209 m -83.613128 cm -2.8546019 m 3.7259212 MeV 2.3893759 keV 2.3954569 mm 9.193685 m World muIoni - 459 -4.3223857 m -83.660298 cm -2.8546946 m 3.7225688 MeV 1.6067257 keV 2.8064067 mm 9.1964914 m World muIoni - 460 -4.3234551 m -83.679172 cm -2.8547259 m 3.7194176 MeV 2.0758556 keV 1.0863499 mm 9.1975778 m World muIoni - 461 -4.3251208 m -83.708569 cm -2.8547769 m 3.7161001 MeV 1.6665682 keV 1.6922159 mm 9.19927 m World muIoni - 462 -4.327483 m -83.74992 cm -2.8548485 m 3.712117 MeV 2.7732413 keV 2.3991767 mm 9.2016691 m World muIoni - 463 -4.3322572 m -83.833989 cm -2.8549906 m 3.6960422 MeV 5.4563273 keV 4.8498062 mm 9.206519 m World muIoni - 464 -4.3326513 m -83.840787 cm -2.8550019 m 3.6944999 MeV 169.52542 eV 400.05071 um 9.206919 m World muIoni - 465 -4.3340311 m -83.864992 cm -2.8550414 m 3.6856274 MeV 3.6277617 keV 1.4014155 mm 9.2083204 m World muIoni - 466 -4.354721 m -84.231483 cm -2.8555379 m 3.6593962 MeV 24.186866 keV 2.1018934 cm 9.2293394 m World muIoni - 467 -4.3565608 m -84.260279 cm -2.8556024 m 3.6563646 MeV 3.0316021 keV 1.8633179 mm 9.2312027 m World muIoni - 468 -4.3577228 m -84.278281 cm -2.8556372 m 3.6446956 MeV 488.44379 eV 1.1763497 mm 9.232379 m World muIoni - 469 -4.3668083 m -84.419162 cm -2.8559335 m 3.590386 MeV 14.366405 keV 9.1990602 mm 9.2415781 m World muIoni - 470 -4.3699057 m -84.467394 cm -2.8560567 m 3.5836664 MeV 5.4358464 keV 3.1371265 mm 9.2447152 m World muIoni - 471 -4.3736369 m -84.524787 cm -2.8562095 m 3.5739355 MeV 3.0800085 keV 3.778209 mm 9.2484934 m World muIoni - 472 -4.3865922 m -84.730973 cm -2.8566104 m 3.5533317 MeV 19.481329 keV 1.3124863 cm 9.2616183 m World muIoni - 473 -4.3885736 m -84.761269 cm -2.8567087 m 3.5450842 MeV 2.368787 keV 2.0068852 mm 9.2636252 m World muIoni - 474 -4.3980235 m -84.909809 cm -2.8571648 m 3.5302251 MeV 12.927131 keV 9.5770051 mm 9.2732022 m World muIoni - 475 -4.4013915 m -84.962341 cm -2.8572392 m 3.5250254 MeV 3.7155043 keV 3.409586 mm 9.2766118 m World muIoni - 476 -4.4020796 m -84.972879 cm -2.8572584 m 3.5213577 MeV 2.6636515 keV 696.34943 um 9.2773081 m World muIoni - 477 -4.436879 m -85.511318 cm -2.8582343 m 3.4781879 MeV 41.34661 keV 3.5230438 cm 9.3125385 m World muIoni - 478 -4.4373822 m -85.520171 cm -2.8582596 m 3.4764981 MeV 395.16392 eV 511.49777 um 9.31305 m World muIoni - 479 -4.4508995 m -85.758341 cm -2.8589206 m 3.4553066 MeV 19.144046 keV 1.3741884 cm 9.3267919 m World muIoni - 480 -4.4536869 m -85.809662 cm -2.8590526 m 3.4491476 MeV 3.0365956 keV 2.8373483 mm 9.3296293 m World muIoni - 481 -4.454097 m -85.817366 cm -2.8590724 m 3.4468807 MeV 303.68768 eV 417.72141 um 9.330047 m World muIoni - 482 -4.462543 m -85.975425 cm -2.8594789 m 3.4350565 MeV 9.4444192 keV 8.6024672 mm 9.3386495 m World muIoni - 483 -4.46629 m -86.048498 cm -2.8596441 m 3.4266513 MeV 6.9637988 keV 3.8211132 mm 9.3424706 m World muIoni - 484 -4.4703314 m -86.128211 cm -2.8597966 m 3.4196158 MeV 5.6673191 keV 4.1221512 mm 9.3465927 m World muIoni - 485 -4.4795557 m -86.311341 cm -2.8599946 m 3.4063914 MeV 11.342933 keV 9.4074253 mm 9.3560002 m World muIoni - 486 -4.4827497 m -86.37572 cm -2.8599989 m 3.4016772 MeV 4.7142491 keV 3.2582752 mm 9.3592584 m World muIoni - 487 -4.4838 m -86.39736 cm -2.8600029 m 3.3969304 MeV 1.7017601 keV 1.0723565 mm 9.3603308 m World muIoni - 488 -4.4853903 m -86.429869 cm -2.8600137 m 3.3931239 MeV 2.5831144 keV 1.6232891 mm 9.3619541 m World muIoni - 489 -4.4885056 m -86.494045 cm -2.8600308 m 3.3873314 MeV 4.3825916 keV 3.1807227 mm 9.3651348 m World muIoni - 490 -4.4909199 m -86.545161 cm -2.8600576 m 3.3829108 MeV 3.3223723 keV 2.4679673 mm 9.3676028 m World muIoni - 491 -4.4918419 m -86.564607 cm -2.8600713 m 3.380026 MeV 1.6891693 keV 942.37688 um 9.3685451 m World muIoni - 492 -4.4919681 m -86.567266 cm -2.8600734 m 3.3778383 MeV 197.13458 eV 129.04603 um 9.3686742 m World muIoni - 493 -4.49615 m -86.65527 cm -2.8601443 m 3.3703676 MeV 4.9419146 keV 4.2741452 mm 9.3729483 m World muIoni - 494 -4.5011439 m -86.757637 cm -2.8602526 m 3.3635151 MeV 5.5050366 keV 5.09893 mm 9.3780473 m World muIoni - 495 -4.5013062 m -86.76084 cm -2.8602545 m 3.3609645 MeV 122.89523 eV 165.37111 um 9.3782126 m World muIoni - 496 -4.5069743 m -86.872831 cm -2.860332 m 3.3472617 MeV 6.9123739 keV 5.7783457 mm 9.383991 m World muIoni - 497 -4.5173652 m -87.071516 cm -2.8605253 m 3.3271179 MeV 18.99221 keV 1.0581164 cm 9.3945721 m World muIoni - 498 -4.5174857 m -87.073937 cm -2.860529 m 3.3271024 MeV 15.52165 eV 122.96555 um 9.3946951 m World muIoni - 499 -4.5191192 m -87.1068 cm -2.860584 m 3.3249682 MeV 2.1342005 keV 1.6671353 mm 9.3963622 m World muIoni - 500 -4.5365965 m -87.455642 cm -2.8613341 m 3.2980273 MeV 26.940948 keV 1.7838776 cm 9.414201 m World muIoni - 501 -4.5393767 m -87.513718 cm -2.8614711 m 3.2945928 MeV 2.3513788 keV 2.8434523 mm 9.4170445 m World muIoni - 502 -4.5402218 m -87.531254 cm -2.8615134 m 3.2918756 MeV 1.6152275 keV 864.15004 um 9.4179086 m World muIoni - 503 -4.5424128 m -87.576368 cm -2.8616236 m 3.287584 MeV 2.2570232 keV 2.2397129 mm 9.4201483 m World muIoni - 504 -4.551018 m -87.755769 cm -2.8620234 m 3.2782468 MeV 7.8448565 keV 8.7995279 mm 9.4289479 m World muIoni - 505 -4.5552062 m -87.84279 cm -2.862207 m 3.2696935 MeV 5.0430967 keV 4.2815631 mm 9.4332294 m World muIoni - 506 -4.5597503 m -87.937046 cm -2.862419 m 3.2621107 MeV 6.5826114 keV 4.6457943 mm 9.4378752 m World muIoni - 507 -4.5719271 m -88.17745 cm -2.8630198 m 3.2478301 MeV 10.270611 keV 1.2426803 cm 9.450302 m World muIoni - 508 -4.5787051 m -88.310908 cm -2.8632901 m 3.2387066 MeV 9.123533 keV 6.9134663 mm 9.4572155 m World muIoni - 509 -4.5857454 m -88.448186 cm -2.8636147 m 3.2271775 MeV 11.529032 keV 7.1804208 mm 9.4643959 m World muIoni - 510 -4.5915582 m -88.564559 cm -2.8639744 m 3.2187253 MeV 7.3496258 keV 5.9390737 mm 9.470335 m World muIoni - 511 -4.6005848 m -88.749827 cm -2.8644602 m 3.2028076 MeV 8.0728894 keV 9.2278155 mm 9.4795628 m World muIoni - 512 -4.6098851 m -88.944864 cm -2.8649585 m 3.180406 MeV 18.579806 keV 9.5158878 mm 9.4890787 m World muIoni - 513 -4.6126901 m -89.002262 cm -2.8651252 m 3.1739965 MeV 4.3069411 keV 2.8681438 mm 9.4919468 m World muIoni - 514 -4.6211715 m -89.17866 cm -2.8656745 m 3.1623307 MeV 10.418049 keV 8.6804255 mm 9.5006273 m World muIoni - 515 -4.6224112 m -89.20456 cm -2.8657576 m 3.1548315 MeV 2.8386818 keV 1.2692179 mm 9.5018965 m World muIoni - 516 -4.6298328 m -89.36125 cm -2.8662747 m 3.1390475 MeV 12.080943 keV 7.6029371 mm 9.5094994 m World muIoni - 517 -4.6300535 m -89.365914 cm -2.8662849 m 3.137435 MeV 80.617351 eV 225.88729 um 9.5097253 m World muIoni - 518 -4.630929 m -89.384354 cm -2.8663262 m 3.1150254 MeV 834.81195 eV 895.58 um 9.5106209 m World muIoni - 519 -4.6386508 m -89.543013 cm -2.8666847 m 3.1040387 MeV 9.2670284 keV 7.8914547 mm 9.5185123 m World muIoni - 520 -4.6450906 m -89.675465 cm -2.8669817 m 3.090305 MeV 12.569693 keV 6.5814594 mm 9.5250938 m World muIoni - 521 -4.6464809 m -89.703977 cm -2.8670457 m 3.084429 MeV 4.1548983 keV 1.420643 mm 9.5265144 m World muIoni - 522 -4.6486882 m -89.748509 cm -2.8671379 m 3.0820013 MeV 2.42767 keV 2.2536947 mm 9.5287681 m World muIoni - 523 -4.650312 m -89.781356 cm -2.8672008 m 3.0784316 MeV 2.3980556 keV 1.6579024 mm 9.530426 m World muIoni - 524 -4.6573539 m -89.927795 cm -2.8674441 m 3.0671318 MeV 9.1291536 keV 7.1967528 mm 9.5376228 m World muIoni - 525 -4.6580082 m -89.940538 cm -2.8674711 m 3.0668727 MeV 259.07297 eV 667.23016 um 9.53829 m World muIoni - 526 -4.6700061 m -90.180475 cm -2.8679757 m 3.0461588 MeV 18.666139 keV 1.2246334 cm 9.5505364 m World muIoni - 527 -4.6754915 m -90.296086 cm -2.8682751 m 3.0350087 MeV 9.8409304 keV 5.6139141 mm 9.5561503 m World muIoni - 528 -4.6924928 m -90.647492 cm -2.8692895 m 2.9938301 MeV 29.043091 keV 1.7391333 cm 9.5735416 m World muIoni - 529 -4.693318 m -90.663873 cm -2.8693734 m 2.9923824 MeV 1.447728 keV 845.50812 um 9.5743871 m World muIoni - 530 -4.7038551 m -90.87564 cm -2.8704546 m 2.9758967 MeV 15.394067 keV 1.0802379 cm 9.5851895 m World muIoni - 531 -4.7045734 m -90.891046 cm -2.8705264 m 2.9696926 MeV 1.0198996 keV 738.1252 um 9.5859276 m World muIoni - 532 -4.711193 m -91.03399 cm -2.8711709 m 2.9555239 MeV 8.3707384 keV 6.8029523 mm 9.5927306 m World muIoni - 533 -4.7115482 m -91.041564 cm -2.8712065 m 2.9540133 MeV 268.54336 eV 364.85972 um 9.5930954 m World muIoni - 534 -4.7144065 m -91.101893 cm -2.8714898 m 2.9504299 MeV 3.5833691 keV 2.9350264 mm 9.5960304 m World muIoni - 535 -4.732311 m -91.482422 cm -2.8733107 m 2.9221419 MeV 26.688181 keV 1.8395967 cm 9.6144264 m World muIoni - 536 -4.7327743 m -91.492403 cm -2.8733582 m 2.9165471 MeV 576.26721 eV 476.31217 um 9.6149027 m World muIoni - 537 -4.7362851 m -91.569295 cm -2.8737215 m 2.9103207 MeV 5.2078936 keV 3.6123651 mm 9.6185151 m World muIoni - 538 -4.7463538 m -91.799521 cm -2.8746873 m 2.8898157 MeV 19.454546 keV 1.0373967 cm 9.6288891 m World muIoni - 539 -4.7490043 m -91.862416 cm -2.8749201 m 2.8848614 MeV 3.1494906 keV 2.7341066 mm 9.6316232 m World muIoni - 540 -4.7517801 m -91.928898 cm -2.8751663 m 2.8777098 MeV 5.700784 keV 2.8648575 mm 9.634488 m World muIoni - 541 -4.7526172 m -91.948353 cm -2.8752441 m 2.858396 MeV 1.052802 keV 862.93829 um 9.635351 m World muIoni - 542 -4.7537838 m -91.975848 cm -2.8753552 m 2.8479349 MeV 1.3185559 keV 1.2037325 mm 9.6365547 m World muIoni - 543 -4.754035 m -91.981669 cm -2.8753781 m 2.8468811 MeV 54.161716 eV 258.82684 um 9.6368135 m World muIoni - 544 -4.755411 m -92.01363 cm -2.8755016 m 2.839583 MeV 5.3619884 keV 1.4180873 mm 9.6382316 m World muIoni - 545 -4.7601479 m -92.12475 cm -2.8759447 m 2.8310925 MeV 8.4904956 keV 4.8856526 mm 9.6431173 m World muIoni - 546 -4.7663584 m -92.270296 cm -2.8764543 m 2.8211264 MeV 8.8749048 keV 6.3992481 mm 9.6495165 m World muIoni - 547 -4.7883447 m -92.803198 cm -2.8784133 m 2.783823 MeV 35.857488 keV 2.2709695 cm 9.6722262 m World muIoni - 548 -4.7962087 m -92.99061 cm -2.879247 m 2.7688281 MeV 12.030503 keV 8.1272771 mm 9.6803535 m World muIoni - 549 -4.7968519 m -93.006069 cm -2.8793046 m 2.76808 MeV 748.1652 eV 664.10155 um 9.6810176 m World muIoni - 550 -4.8017906 m -93.12463 cm -2.8797471 m 2.7582239 MeV 6.4307359 keV 5.0983476 mm 9.6861159 m World muIoni - 551 -4.8074432 m -93.259319 cm -2.8802537 m 2.7456839 MeV 10.810083 keV 5.8329626 mm 9.6919489 m World muIoni - 552 -4.8106521 m -93.335037 cm -2.8805369 m 2.7396262 MeV 4.8928097 keV 3.3092219 mm 9.6952581 m World muIoni - 553 -4.8141735 m -93.416125 cm -2.880823 m 2.7335168 MeV 5.0844057 keV 3.6248772 mm 9.698883 m World muIoni - 554 -4.8174313 m -93.491869 cm -2.8810756 m 2.6989251 MeV 7.4324041 keV 3.3543398 mm 9.7022373 m World muIoni - 555 -4.8196576 m -93.544083 cm -2.881213 m 2.6941076 MeV 3.3824774 keV 2.2908812 mm 9.7045282 m World muIoni - 556 -4.8205625 m -93.565527 cm -2.8812671 m 2.6809527 MeV 1.8423818 keV 931.52606 um 9.7054597 m World muIoni - 557 -4.8302164 m -93.798475 cm -2.8818756 m 2.6668961 MeV 12.826728 keV 9.9499888 mm 9.7154097 m World muIoni - 558 -4.8317104 m -93.834156 cm -2.8819799 m 2.6356836 MeV 3.7154877 keV 1.5395202 mm 9.7169492 m World muIoni - 559 -4.8357519 m -93.931602 cm -2.882235 m 2.6271632 MeV 7.1554476 keV 4.1651897 mm 9.7211144 m World muIoni - 560 -4.8486952 m -94.234379 cm -2.8829969 m 2.6002053 MeV 25.67053 keV 1.3315372 cm 9.7344298 m World muIoni - 561 -4.8498781 m -94.261715 cm -2.883041 m 2.5981865 MeV 2.0188585 keV 1.2148753 mm 9.7356447 m World muIoni - 562 -4.85259 m -94.325229 cm -2.8831419 m 2.5918587 MeV 4.8236117 keV 2.7871388 mm 9.7384318 m World muIoni - 563 -4.8530237 m -94.33563 cm -2.883159 m 2.5889925 MeV 647.63728 eV 446.29546 um 9.7388781 m World muIoni - 564 -4.8531544 m -94.338787 cm -2.8831642 m 2.5765047 MeV 125.80321 eV 134.5263 um 9.7390126 m World muIoni - 565 -4.8635374 m -94.586254 cm -2.8836054 m 2.5548325 MeV 18.970488 keV 1.0683471 cm 9.7496961 m World muIoni - 566 -4.8651974 m -94.625651 cm -2.8836705 m 2.5421361 MeV 4.6357149 keV 1.707396 mm 9.7514035 m World muIoni - 567 -4.8678554 m -94.689317 cm -2.8837698 m 2.5382687 MeV 3.8673806 keV 2.7350242 mm 9.7541385 m World muIoni - 568 -4.8678986 m -94.690358 cm -2.8837716 m 2.534928 MeV 48.556562 eV 44.443653 um 9.754183 m World muIoni - 569 -4.8686657 m -94.709038 cm -2.8838043 m 2.5306658 MeV 1.1819449 keV 790.18514 um 9.7549732 m World muIoni - 570 -4.8768048 m -94.904329 cm -2.884158 m 2.5127592 MeV 16.639804 keV 8.3778427 mm 9.763351 m World muIoni - 571 -4.8819212 m -95.032749 cm -2.8843736 m 2.5049607 MeV 6.3271529 keV 5.2796835 mm 9.7686307 m World muIoni - 572 -4.8896268 m -95.227394 cm -2.8847872 m 2.4872266 MeV 16.536809 keV 7.9586446 mm 9.7765893 m World muIoni - 573 -4.8919148 m -95.284101 cm -2.8849228 m 2.4665576 MeV 4.2004763 keV 2.3611608 mm 9.7789505 m World muIoni - 574 -4.8971935 m -95.418964 cm -2.885291 m 2.4550116 MeV 10.283527 keV 5.460774 mm 9.7844113 m World muIoni - 575 -4.8978908 m -95.437807 cm -2.8853387 m 2.4528163 MeV 960.13119 eV 723.91054 um 9.7851352 m World muIoni - 576 -4.9031326 m -95.581621 cm -2.885701 m 2.4437543 MeV 7.8807197 keV 5.4476837 mm 9.7905829 m World muIoni - 577 -4.9075589 m -95.70086 cm -2.8860152 m 2.437361 MeV 6.3932935 keV 4.5949795 mm 9.7951778 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 (-13.812518290043(mm),3.1721371515227(mm),78.798609304796(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.054055(mm),-0.10681026(mm),78.75602(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6795,7 +6077,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.922962(mm),0.35747392(mm),78.779135(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.433851(mm),1.4671069(mm),78.689052(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6804,7 +6086,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.918048(mm),-1.9266805(mm),78.956329(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.226754(mm),0.026487159(mm),78.901895(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6813,7 +6095,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.186429(mm),3.143179(mm),79.085333(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.111344(mm),-3.6460836(mm),78.569591(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6822,7 +6104,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.82136(mm),0.97400244(mm),78.620723(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.489642(mm),-2.1654167(mm),78.855541(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6831,7 +6113,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.843235(mm),0.74989606(mm),78.264212(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.314858(mm),-0.65109814(mm),78.533706(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6840,7 +6122,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.157532(mm),-2.1569825(mm),78.38512(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.982283(mm),0.47148566(mm),79.121329(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6849,7 +6131,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.356862(mm),-2.4447742(mm),79.231608(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.213547(mm),-1.8520123(mm),79.080551(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6858,7 +6140,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.293145(mm),-0.24236057(mm),78.890189(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.128265(mm),1.8919615(mm),78.566608(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6867,7 +6149,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.928976(mm),2.1882411(mm),78.425421(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.741491(mm),-3.2695821(mm),78.458479(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6876,7 +6158,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.028644(mm),-0.34784019(mm),79.113155(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.172295(mm),-0.66350397(mm),78.382517(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6885,7 +6167,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.6806(mm),-3.022466(mm),79.174524(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.506474(mm),-3.4062396(mm),79.0289(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6894,7 +6176,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.314632(mm),-3.5118729(mm),78.710073(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.002356(mm),1.8742042(mm),78.588809(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6903,7 +6185,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.599647(mm),0.59951362(mm),78.836144(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.200791(mm),-3.4095872(mm),78.730146(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6912,7 +6194,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.478726(mm),-2.9376884(mm),78.681139(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.555833(mm),1.2193333(mm),78.491216(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6921,7 +6203,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.233541(mm),1.8423362(mm),78.724372(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.958794(mm),-2.8377887(mm),78.949144(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6930,7 +6212,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.957887(mm),1.2225695(mm),78.420323(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.487997(mm),0.55175579(mm),79.032158(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6939,7 +6221,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.859804(mm),-0.1735001(mm),78.261291(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.19438(mm),-2.5170038(mm),78.907604(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6948,7 +6230,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.660122(mm),-0.96437476(mm),79.001808(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.011686(mm),0.36872627(mm),78.763491(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6957,7 +6239,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.763261(mm),1.085785(mm),79.159949(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.875058(mm),-2.4354498(mm),78.611255(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6966,7 +6248,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.243032(mm),1.6501151(mm),79.251679(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.409732(mm),-2.7045898(mm),78.34065(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6975,7 +6257,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.447736(mm),0.35233574(mm),78.686603(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.239431(mm),1.0080773(mm),79.252314(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6984,7 +6266,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.072729(mm),-1.9731566(mm),78.5764(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.526623(mm),-2.5342548(mm),79.201674(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -6993,7 +6275,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.018309(mm),2.6563632(mm),79.114977(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.051513(mm),1.457419(mm),78.227487(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7002,7 +6284,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.101229(mm),-2.7075533(mm),79.100356(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.344765(mm),-2.9349679(mm),79.233741(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7011,7 +6293,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.577243(mm),-1.9694459(mm),78.487441(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.804484(mm),2.4596015(mm),78.271045(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7020,7 +6302,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.074289(mm),0.087363655(mm),79.281433(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.245657(mm),3.3873312(mm),78.545908(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7029,7 +6311,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.361724(mm),0.17692859(mm),79.407077(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.500769(mm),1.6952091(mm),78.500925(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7038,7 +6320,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.890288(mm),-1.2810599(mm),78.784896(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.143412(mm),3.2762274(mm),78.916591(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7047,7 +6329,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.793618(mm),-2.0289127(mm),79.330923(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.422945(mm),1.3170637(mm),78.690975(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7056,7 +6338,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.511175(mm),0.74020038(mm),79.380725(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.586789(mm),2.8628611(mm),79.014738(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7065,7 +6347,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.334689(mm),-3.8189566(mm),78.706537(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.80265(mm),1.0645085(mm),79.153003(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7074,7 +6356,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.666121(mm),-2.0049691(mm),79.177077(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.308705(mm),2.9175764(mm),79.063772(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7083,7 +6365,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.444658(mm),-1.5132702(mm),78.510819(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.525628(mm),-3.2822584(mm),78.496542(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7092,7 +6374,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.913813(mm),2.2206751(mm),78.428094(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.092615(mm),-2.2795878(mm),78.749221(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7101,7 +6383,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.336004(mm),2.4461694(mm),78.706305(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.818081(mm),-3.8089546(mm),78.621302(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7110,7 +6392,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.213436(mm),3.023133(mm),78.375263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.747157(mm),1.2563887(mm),78.633807(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7119,7 +6401,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.751394(mm),-0.057811331(mm),78.456733(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.947116(mm),-1.4004846(mm),78.598549(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7128,7 +6410,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.55752(mm),-0.97601016(mm),79.019899(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.437952(mm),-0.34495966(mm),78.335675(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7137,7 +6419,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.137407(mm),1.1692413(mm),79.270304(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.071274(mm),-3.4580969(mm),79.105638(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7146,7 +6428,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.355144(mm),2.7186824(mm),78.350276(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.614003(mm),2.9629325(mm),79.00994(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7155,7 +6437,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.804511(mm),2.4231795(mm),78.447367(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.963635(mm),-2.1850718(mm),78.419309(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7164,7 +6446,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.448487(mm),2.2098727(mm),79.215452(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.457809(mm),3.1376992(mm),79.037481(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7173,7 +6455,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.55802(mm),-3.055587(mm),79.196138(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.308311(mm),-3.0713781(mm),78.887515(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7182,7 +6464,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.794546(mm),2.1861859(mm),79.330759(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.655609(mm),0.24460309(mm),79.178931(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7191,7 +6473,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.610632(mm),-2.0846743(mm),78.481553(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.015349(mm),-0.92674565(mm),79.115499(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7200,7 +6482,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.020342(mm),1.7307611(mm),78.40931(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.993762(mm),2.7695118(mm),78.590324(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7209,7 +6491,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.807922(mm),-3.0401594(mm),78.975747(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.30213(mm),-1.3071395(mm),78.183297(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7218,7 +6500,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.170893(mm),-1.89818(mm),79.088072(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.024308(mm),0.7037642(mm),78.232284(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7227,7 +6509,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.571849(mm),-1.5261438(mm),78.488392(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.691418(mm),-1.3974073(mm),78.290982(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7236,7 +6518,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.513327(mm),-0.17589785(mm),78.851365(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.330415(mm),-3.9540005(mm),78.70729(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7245,7 +6527,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.189405(mm),0.57547944(mm),78.555827(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.759746(mm),-0.81459567(mm),79.160568(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7254,7 +6536,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.780437(mm),3.2179453(mm),79.15692(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.885814(mm),-1.8287374(mm),78.785685(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7263,7 +6545,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.122085(mm),1.0386909(mm),78.920351(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.326514(mm),1.0645753(mm),78.707978(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7272,7 +6554,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.880933(mm),1.570726(mm),78.257565(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.566135(mm),-1.0654679(mm),79.371034(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7281,7 +6563,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.665234(mm),-0.43785887(mm),78.824579(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.719835(mm),0.98522209(mm),79.343933(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7290,7 +6572,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.084239(mm),-0.35357732(mm),78.927025(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.34476(mm),-0.33444052(mm),78.17578(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7299,7 +6581,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.654193(mm),-0.061233215(mm),78.121218(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.575087(mm),3.6808695(mm),78.840475(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7308,7 +6590,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.889533(mm),-1.8336389(mm),79.137684(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.726135(mm),-3.5245893(mm),78.990168(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7317,7 +6599,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.804014(mm),0.048897077(mm),79.152763(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.868498(mm),-1.9143482(mm),78.612412(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7326,7 +6608,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.126896(mm),-1.0967901(mm),79.272157(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.272106(mm),3.143961(mm),79.070226(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7335,7 +6617,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.245092(mm),0.47238871(mm),78.722335(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.00118(mm),2.1050387(mm),78.765343(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7344,7 +6626,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.653052(mm),-0.14258888(mm),78.297747(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.180792(mm),-1.207902(mm),78.557346(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7353,7 +6635,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.528315(mm),2.0270557(mm),78.319741(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.441265(mm),1.3255499(mm),78.687744(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7362,7 +6644,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.758761(mm),1.3871618(mm),78.808088(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.075238(mm),2.1293579(mm),78.399631(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7371,7 +6653,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.86687(mm),2.0181862(mm),78.436372(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.408008(mm),1.0681757(mm),79.222589(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7380,7 +6662,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.571272(mm),-0.92290981(mm),78.13584(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.703913(mm),2.8087211(mm),78.641432(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7389,7 +6671,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.321797(mm),-3.3943828(mm),78.885137(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.448788(mm),2.2705978(mm),78.333764(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7398,7 +6680,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.867993(mm),1.7083735(mm),79.141482(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.495063(mm),-0.17010932(mm),78.149277(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7407,7 +6689,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.63789(mm),0.1112658(mm),78.476747(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.228434(mm),3.2408173(mm),79.077926(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7416,7 +6698,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.205712(mm),-2.82409(mm),78.905606(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.394702(mm),0.22949558(mm),78.695955(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7425,7 +6707,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.224312(mm),0.83749945(mm),79.25498(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.693191(mm),3.7927216(mm),78.995977(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7434,7 +6716,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.936185(mm),-3.0919494(mm),78.600477(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.307764(mm),1.3803593(mm),79.063938(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7443,7 +6725,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.543489(mm),-1.1176618(mm),78.493392(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.82275(mm),-2.4105787(mm),78.267824(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7452,7 +6734,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.168258(mm),1.2841838(mm),78.91221(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.464647(mm),-1.3904738(mm),78.683621(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7461,7 +6743,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.447341(mm),0.22349155(mm),79.039327(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.385769(mm),-0.9832047(mm),78.168549(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7470,7 +6752,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.101932(mm),-1.0374846(mm),78.571251(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.850305(mm),3.3680964(mm),78.439293(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7479,7 +6761,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.294931(mm),-1.2524925(mm),78.184566(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.611699(mm),0.86275845(mm),79.010346(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7488,7 +6770,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.284742(mm),0.79758045(mm),79.420652(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.743611(mm),3.6365206(mm),78.987087(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7497,7 +6779,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.074367(mm),-1.9657262(mm),79.105092(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.737462(mm),1.7621985(mm),78.988171(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7506,7 +6788,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.975785(mm),-1.4411474(mm),78.593494(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.83273(mm),-2.5093842(mm),79.147699(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7515,7 +6797,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.973367(mm),-1.7713865(mm),79.299228(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.607327(mm),-2.4726147(mm),78.83479(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7524,7 +6806,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.122826(mm),-2.5289867(mm),78.39124(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.091326(mm),-2.4091721(mm),78.749448(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7533,7 +6815,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.687822(mm),2.1479316(mm),78.64427(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.155679(mm),0.65432289(mm),79.090755(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7542,7 +6824,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.941824(mm),-2.0049634(mm),79.30479(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.930398(mm),0.27891804(mm),78.954151(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7551,7 +6833,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.08174(mm),-1.5071324(mm),78.222157(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.577242(mm),1.3704725(mm),78.840095(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7560,7 +6842,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.854939(mm),-0.27834008(mm),78.791129(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.899899(mm),1.1712598(mm),79.135856(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7569,7 +6851,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.667263(mm),-0.23276031(mm),79.176876(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.328514(mm),0.48933985(mm),79.412933(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7578,7 +6860,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.978154(mm),0.88676577(mm),79.122057(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.232861(mm),-0.95505346(mm),78.724492(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7587,7 +6869,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.503262(mm),-2.4283443(mm),78.324159(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.02558(mm),-1.7356283(mm),78.937368(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7596,7 +6878,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.931099(mm),-0.21659418(mm),78.425046(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.154097(mm),-1.6201338(mm),78.914707(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7605,7 +6887,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.169807(mm),2.4411241(mm),78.73561(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.981822(mm),-0.80179424(mm),78.59243(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7614,7 +6896,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.823208(mm),-1.997762(mm),78.267743(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.205195(mm),2.5772521(mm),78.905697(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7623,7 +6905,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.329521(mm),-0.88647324(mm),78.354794(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.467465(mm),1.7868458(mm),79.035778(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7632,7 +6914,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.412448(mm),3.9194165(mm),78.692825(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.59662(mm),3.1910418(mm),79.013005(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7641,7 +6923,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.656639(mm),2.5953893(mm),78.649768(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.64505(mm),0.20423039(mm),78.122831(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7650,7 +6932,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.754871(mm),0.8419774(mm),79.161428(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.266144(mm),-2.5792351(mm),78.718623(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7659,7 +6941,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.790934(mm),2.0636808(mm),78.273434(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.807657(mm),-0.069832371(mm),78.446813(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7668,7 +6950,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.340998(mm),-0.75112457(mm),78.35277(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.652699(mm),1.9794038(mm),78.297809(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7677,7 +6959,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.467105(mm),-1.8045447(mm),79.388496(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.534191(mm),2.1388401(mm),78.671359(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7686,7 +6968,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.317863(mm),1.2594484(mm),79.414811(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.333458(mm),-0.50140623(mm),78.883081(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7695,7 +6977,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.145772(mm),-2.9202327(mm),78.916175(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.188338(mm),1.6328293(mm),79.261323(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7704,7 +6986,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.211503(mm),-2.6917867(mm),78.375604(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.184077(mm),1.9339529(mm),79.262074(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7713,7 +6995,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.116506(mm),3.2280058(mm),78.568681(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.110904(mm),-2.4918489(mm),78.922323(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7722,7 +7004,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.113705(mm),-1.7476393(mm),78.921829(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.797221(mm),-1.916691(mm),78.272326(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7731,7 +7013,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.437875(mm),3.784518(mm),78.864669(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.787284(mm),-2.0829722(mm),78.626732(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7740,7 +7022,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.191968(mm),-2.9467132(mm),78.555375(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.443168(mm),1.5145109(mm),78.863736(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7749,7 +7031,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.509089(mm),1.3499403(mm),79.028439(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.272829(mm),-0.92714231(mm),78.717444(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7758,7 +7040,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.785616(mm),-2.4331857(mm),78.450699(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.550175(mm),-1.9609932(mm),78.844868(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7767,7 +7049,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.711898(mm),1.2961397(mm),78.816351(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.487355(mm),-2.2659073(mm),79.208598(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7776,7 +7058,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.190552(mm),2.4695664(mm),79.260933(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.847494(mm),-1.0681628(mm),78.439788(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7785,7 +7067,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.58352(mm),3.1508526(mm),78.662661(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.417573(mm),2.9227731(mm),79.220903(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7794,7 +7076,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.648765(mm),0.18360019(mm),79.00381(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.652817(mm),-1.335508(mm),79.35575(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7803,7 +7085,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.272124(mm),2.4994469(mm),78.541241(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.092681(mm),-0.99530742(mm),78.220228(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7812,7 +7094,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.129213(mm),-2.5716027(mm),78.390114(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.673373(mm),1.2458715(mm),78.47049(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7821,7 +7103,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.724458(mm),0.09607176(mm),78.108829(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.736711(mm),-0.094489013(mm),78.106668(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7830,7 +7112,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.795054(mm),2.7265876(mm),78.978016(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.109794(mm),0.26052078(mm),79.451499(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7839,7 +7121,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.289793(mm),2.2988665(mm),78.361799(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.841538(mm),1.744188(mm),79.146146(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7848,7 +7130,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.102676(mm),1.6512721(mm),78.218466(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.818841(mm),1.9684827(mm),78.621167(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7857,7 +7139,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.509496(mm),2.9629536(mm),78.675713(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.312567(mm),2.8640656(mm),79.063091(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7866,7 +7148,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.245373(mm),0.51065074(mm),79.427593(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.146153(mm),3.1975971(mm),78.563453(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7875,7 +7157,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.422016(mm),1.910552(mm),78.691138(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.582254(mm),-0.89453162(mm),79.015538(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7884,7 +7166,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.844397(mm),-0.92076768(mm),78.440334(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.075635(mm),-3.7214097(mm),78.752215(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7893,7 +7175,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.534267(mm),-1.8981762(mm),78.847672(mm),0(nsec)) +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 @@ -7902,7 +7184,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.248966(mm),-0.63810197(mm),78.368998(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.554943(mm),-0.42164749(mm),79.196681(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7911,7 +7193,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.161167(mm),1.6623339(mm),79.089787(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.731739(mm),-2.2173504(mm),78.460199(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7920,7 +7202,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.06825(mm),3.572086(mm),78.57719(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.214822(mm),-2.0954547(mm),78.903999(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7929,7 +7211,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.26333(mm),-2.5407434(mm),78.895446(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.27829(mm),-2.2782707(mm),78.363827(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7938,7 +7220,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.318657(mm),-2.4882841(mm),79.062017(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.367733(mm),-2.1442765(mm),79.229691(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7947,7 +7229,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.128349(mm),1.9879328(mm),78.566593(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.910693(mm),-3.3520699(mm),78.781298(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7956,7 +7238,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.796702(mm),-1.948409(mm),79.154052(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.132543(mm),-0.23855887(mm),78.213199(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7965,7 +7247,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.450599(mm),-0.23455149(mm),78.333444(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.595188(mm),3.0383546(mm),78.836931(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7974,7 +7256,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.014181(mm),-0.23994887(mm),79.468359(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.353814(mm),-0.66487405(mm),78.35051(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7983,7 +7265,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.734283(mm),3.5205557(mm),78.636077(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.2957(mm),-1.2182202(mm),79.242392(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -7992,7 +7274,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.213531(mm),-3.0594481(mm),78.7279(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.061931(mm),2.245353(mm),78.930958(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8001,7 +7283,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.97361(mm),-2.6687606(mm),79.122858(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.416106(mm),-1.5553963(mm),79.397488(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8010,7 +7292,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.477106(mm),3.6737677(mm),79.034079(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.523256(mm),-2.353964(mm),78.320633(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8019,7 +7301,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.147443(mm),0.73096288(mm),78.210572(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.467924(mm),0.6187815(mm),78.33039(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8028,7 +7310,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.140793(mm),-1.1129074(mm),79.093379(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.212307(mm),-1.3069283(mm),79.08077(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8037,7 +7319,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.679521(mm),-1.1570829(mm),78.293079(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.197039(mm),-0.91353575(mm),78.201827(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8046,7 +7328,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.429323(mm),-1.2120633(mm),78.68985(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.294882(mm),0.22076178(mm),78.537229(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8055,7 +7337,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.676707(mm),1.0146569(mm),78.64623(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.14862(mm),-2.0500139(mm),78.210364(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8064,7 +7346,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.686711(mm),1.8545904(mm),79.349774(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.228284(mm),-0.63715694(mm),78.725299(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8073,7 +7355,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.340085(mm),-2.1566608(mm),78.881912(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 @@ -8082,7 +7364,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.853145(mm),2.0199045(mm),79.1441(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.219275(mm),3.4996708(mm),79.079541(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8091,7 +7373,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.957362(mm),-2.715108(mm),78.949396(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.77267(mm),1.6829197(mm),79.334617(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8100,52 +7382,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.935521(mm),-0.14964032(mm),79.129575(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.572(mm),1.0838087(mm),78.135711(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.74 mm -159 um 6.67 cm 53.5 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.0242562 cm 581.0594 um 6.4704631 cm 46.128941 MeV 7.3729581 MeV 2.2115511 mm 2.2115511 mm Target hIoni - 2 -1.0137856 cm 1.1841321 mm 6.3048864 cm 39.581424 MeV 6.5475173 MeV 1.7785815 mm 3.9901327 mm Target hIoni - 3 -9.8635317 mm 1.4674368 mm 6.1693358 cm 34.254746 MeV 5.3266785 MeV 1.4227226 mm 5.4128553 mm Target hIoni - 4 -9.5618112 mm 1.6134341 mm 6.0596852 cm 29.305061 MeV 4.9496846 MeV 1.1558965 mm 6.5687518 mm Target hIoni - 5 -9.3759109 mm 1.7274925 mm 5.9702438 cm 25.152164 MeV 4.1528966 MeV 928.47682 um 7.4972287 mm Target hIoni - 6 -9.1238303 mm 1.8607753 mm 5.901116 cm 21.417068 MeV 3.7350963 MeV 754.54925 um 8.2517779 mm Target hIoni - 7 -8.9442054 mm 2.0298819 mm 5.8457064 cm 18.136677 MeV 3.2803914 MeV 612.45208 um 8.86423 mm Target hIoni - 8 -8.8765819 mm 2.0624474 mm 5.7968427 cm 14.221986 MeV 3.9146908 MeV 499.66096 um 9.3638909 mm Target hIoni - 9 -8.7907569 mm 2.0429193 mm 5.760291 cm 11.168718 MeV 3.0532678 MeV 380.72722 um 9.7446182 mm Target hIoni - 10 -8.7482839 mm 2.1172344 mm 5.7320022 cm 8.4476697 MeV 2.7210484 MeV 300.15261 um 1.0044771 cm Target hIoni - 11 -8.7528164 mm 2.2433506 mm 5.7126038 cm 5.6415944 MeV 2.8060753 MeV 236.18441 um 1.0280955 cm Target hIoni - 12 -8.7382791 mm 2.3247758 mm 5.6980861 cm 2.3915917 MeV 3.2500027 MeV 172.45696 um 1.0453412 cm Target hIoni - 13 -8.7386542 mm 2.3145623 mm 5.6939741 cm 341.06398 keV 2.0505277 MeV 54.944632 um 1.0508357 cm Target hIoni - 14 -8.7382098 mm 2.3137771 mm 5.6938106 cm 0 eV 341.06398 keV 2.7784717 um 1.0511135 cm Target hIoni - 15 -8.7382098 mm 2.3137771 mm 5.6938106 cm 0 eV 0 eV 0 fm 1.0511135 cm Target Scintillation -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 -8.74 mm 2.31 mm 5.69 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -8.7794596 mm 2.4122406 mm 5.7002834 cm 1.2617099 MeV 2.8581027 MeV 143.92583 um 143.92583 um Target muIoni - 2 -8.7844549 mm 2.4252598 mm 5.7011232 cm 122.43478 keV 1.1392751 MeV 23.072046 um 166.99788 um Target muIoni - 3 -8.7845163 mm 2.425499 mm 5.7011468 cm 88.257799 keV 34.176983 keV 792.31006 nm 167.79019 um Target muIoni - 4 -8.7846145 mm 2.4254647 mm 5.7011679 cm 0 eV 88.257799 keV 524.30259 nm 168.31449 um Target muIoni - 5 -8.7846145 mm 2.4254647 mm 5.7011679 cm 0 eV 0 eV 0 fm 168.31449 um Target Scintillation -Track (trackID 21, parentID 3) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.393901(mm),0.23274315(mm),78.696096(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.921865(mm),-0.16943045(mm),78.955655(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8154,7 +7400,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.728009(mm),0.57063741(mm),78.460857(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.501165(mm),-0.436651(mm),78.677182(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8163,7 +7409,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.158791(mm),-1.657179(mm),78.913879(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.807637(mm),-2.764955(mm),78.975797(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8172,7 +7418,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.420398(mm),1.2613424(mm),79.396732(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.41426(mm),3.0993307(mm),78.516179(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8181,7 +7427,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.003187(mm),-1.0389234(mm),78.412335(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.588015(mm),0.47943438(mm),79.367176(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8190,7 +7436,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.966574(mm),0.83601975(mm),78.771445(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.841625(mm),-3.0986825(mm),78.969804(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8199,7 +7445,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.465291(mm),-2.0138912(mm),78.859835(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.59375(mm),-1.8988197(mm),79.366165(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8208,7 +7454,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.106218(mm),-3.6842453(mm),78.746822(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.669491(mm),-0.44476425(mm),78.823829(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8217,7 +7463,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.921865(mm),-0.52070116(mm),78.779328(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.475402(mm),1.6861619(mm),78.329071(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8226,7 +7472,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.587546(mm),-1.0300232(mm),78.309297(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.49698(mm),-2.1629066(mm),78.325266(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8235,7 +7481,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.638065(mm),2.768201(mm),79.005697(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.089625(mm),0.95606476(mm),79.278729(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8244,7 +7490,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.180725(mm),-2.3725195(mm),78.381031(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.069254(mm),-0.14786746(mm),78.400686(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8253,7 +7499,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.891679(mm),-3.6971894(mm),78.784651(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.090511(mm),2.3159237(mm),78.925919(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8262,7 +7508,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.701401(mm),1.467563(mm),78.641875(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.940455(mm),0.69856157(mm),79.305032(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8271,7 +7517,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.807082(mm),-2.3694692(mm),78.799568(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.155228(mm),-0.35095892(mm),78.73818(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8280,7 +7526,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.437096(mm),2.6949674(mm),78.688479(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.766011(mm),-3.3791402(mm),78.983137(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8289,7 +7535,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.211978(mm),1.8680214(mm),78.551847(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.024655(mm),1.0286461(mm),78.584877(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8298,7 +7544,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.828815(mm),1.5349179(mm),78.266755(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.178287(mm),2.1039731(mm),78.734114(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8307,7 +7553,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.539606(mm),-3.430791(mm),79.023058(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.228651(mm),1.4287196(mm),78.725234(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8316,7 +7562,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.253622(mm),0.14217138(mm),78.720831(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.112883(mm),-0.39652766(mm),78.216666(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8325,7 +7571,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.042312(mm),1.9331766(mm),78.22911(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.182846(mm),-0.32669554(mm),79.438618(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8334,7 +7580,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.423492(mm),0.81048472(mm),78.338224(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.119226(mm),-2.0786691(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 @@ -8343,7 +7589,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.66025(mm),-1.1117716(mm),78.825458(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.357394(mm),-1.5027695(mm),78.526206(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8352,7 +7598,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.221218(mm),0.99076619(mm),79.079199(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.286348(mm),1.3292865(mm),78.186079(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8361,7 +7607,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.302468(mm),-2.5669416(mm),79.241199(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.017282(mm),0.76960484(mm),79.115158(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8370,7 +7616,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.053976(mm),3.0199765(mm),78.40338(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.077782(mm),1.5674149(mm),79.10449(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8379,7 +7625,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.061527(mm),1.125017(mm),79.107356(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.529722(mm),2.7083542(mm),78.848474(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8388,7 +7634,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.587101(mm),-2.4292353(mm),79.014683(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.978161(mm),0.66647582(mm),78.945729(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8397,7 +7643,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.056121(mm),0.39134345(mm),78.403002(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.487924(mm),0.30625723(mm),78.50319(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8406,7 +7652,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.242291(mm),1.345348(mm),78.722829(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.516642(mm),1.9750148(mm),79.203434(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8415,7 +7661,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.926122(mm),-1.0427923(mm),79.131232(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.50664(mm),-3.6970965(mm),79.028871(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8424,7 +7670,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.832906(mm),0.79224523(mm),78.44236(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.853252(mm),-3.6613289(mm),78.791427(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8433,7 +7679,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.256651(mm),-1.2007526(mm),78.367643(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.551577(mm),-0.17156585(mm),78.668293(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8442,7 +7688,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.235529(mm),2.3173761(mm),78.371367(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.68091(mm),0.32102041(mm),79.350796(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8451,7 +7697,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.234695(mm),3.6216735(mm),78.900495(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.793243(mm),-1.1529065(mm),79.154662(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8460,7 +7706,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.380112(mm),2.7854624(mm),79.227508(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.921062(mm),-1.7458399(mm),79.132124(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8469,7 +7715,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.994611(mm),3.9102525(mm),78.766502(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.637084(mm),-1.5264357(mm),78.653216(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8478,7 +7724,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.457322(mm),-2.3250792(mm),78.684913(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.312917(mm),1.2940135(mm),78.534049(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8487,7 +7733,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.445078(mm),-2.1692152(mm),78.687072(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.653168(mm),-0.86600223(mm),79.179361(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8496,7 +7742,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.487945(mm),-3.5162949(mm),78.679513(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.485496(mm),1.5622416(mm),78.150964(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8505,7 +7751,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.305752(mm),2.3554986(mm),78.358985(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.61691(mm),2.1349285(mm),78.656773(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8514,7 +7760,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.21864(mm),-3.1634475(mm),78.374345(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.26948(mm),-1.1069697(mm),78.718035(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8523,7 +7769,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.69863(mm),1.2434271(mm),78.466037(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.083637(mm),3.0965403(mm),78.574477(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8532,7 +7778,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.879956(mm),0.85456266(mm),79.139372(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.848438(mm),3.1735293(mm),78.792276(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8541,7 +7787,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.874692(mm),-0.58797296(mm),78.434992(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.56057(mm),3.2373137(mm),79.019361(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8550,7 +7796,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.474337(mm),-0.81230345(mm),78.85824(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.584759(mm),2.9039338(mm),78.309789(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8559,7 +7805,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.848112(mm),2.4856441(mm),78.96866(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.64265(mm),0.93765616(mm),78.828562(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8568,7 +7814,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.454267(mm),-0.56624403(mm),79.038106(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.790622(mm),0.10386189(mm),78.273489(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8577,7 +7823,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.592299(mm),-1.7003333(mm),78.308459(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.380541(mm),-0.77161743(mm),78.522125(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8586,7 +7832,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.463233(mm),2.7735928(mm),78.860198(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.323558(mm),2.7895082(mm),79.23748(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8595,7 +7841,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.267794(mm),2.9704611(mm),78.365678(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.424184(mm),-2.3356901(mm),78.338102(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8604,7 +7850,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.324885(mm),1.2030975(mm),78.179284(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.600823(mm),-3.4498051(mm),79.012264(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8613,7 +7859,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.339499(mm),-1.8792828(mm),78.353034(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.267598(mm),-1.4692751(mm),79.07102(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8622,7 +7868,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.324943(mm),-0.8666229(mm),78.708255(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 @@ -8631,7 +7877,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.981762(mm),2.7260985(mm),79.121421(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.396782(mm),1.2321318(mm),78.519261(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8640,7 +7886,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.00489(mm),-3.4540416(mm),79.117343(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.36617(mm),-3.6396744(mm),79.05364(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8649,7 +7895,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.562874(mm),0.49471626(mm),78.313647(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.805071(mm),-1.2815903(mm),78.270941(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8658,7 +7904,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.228736(mm),-2.6477444(mm),78.901546(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.924484(mm),-0.52391179(mm),78.955194(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8667,7 +7913,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.659371(mm),-2.5883173(mm),78.649286(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.800346(mm),-2.4119695(mm),79.15341(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8676,7 +7922,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.499395(mm),-1.3295875(mm),78.148514(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.293101(mm),0.52328561(mm),79.419178(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8685,7 +7931,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.952288(mm),-2.0325509(mm),79.302945(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.740133(mm),1.6781296(mm),78.458719(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8694,7 +7940,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.753254(mm),2.180412(mm),78.280078(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.376645(mm),-2.6305493(mm),79.22812(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8703,7 +7949,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.861632(mm),1.1018517(mm),78.613622(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.375256(mm),-1.9735712(mm),78.523056(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8712,7 +7958,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.144098(mm),2.0853384(mm),78.563816(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.113513(mm),-0.59594643(mm),78.392882(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8721,7 +7967,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.463437(mm),-0.70957811(mm),78.860162(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.652832(mm),2.0310593(mm),78.650439(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8730,7 +7976,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.763401(mm),-2.9486978(mm),79.159924(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.267021(mm),2.6928795(mm),78.718468(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8739,7 +7985,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.490694(mm),-0.97245216(mm),79.384336(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.712527(mm),-2.3231478(mm),79.345221(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8748,7 +7994,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.550679(mm),0.72287155(mm),79.021106(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.010044(mm),-2.4388088(mm),79.116434(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8757,7 +8003,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.793086(mm),-2.7824513(mm),78.978363(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.292936(mm),0.46877417(mm),78.890226(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8766,7 +8012,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.934031(mm),-3.3746627(mm),79.129837(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.960787(mm),2.1049425(mm),78.419812(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8775,7 +8021,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.127166(mm),-0.30301454(mm),79.448436(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.40743(mm),-0.44895649(mm),78.870037(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8784,7 +8030,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.743685(mm),-2.4708757(mm),78.458093(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.566692(mm),-1.5095634(mm),78.312974(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8793,7 +8039,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.403178(mm),-1.8761644(mm),79.047114(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.069453(mm),-1.5149112(mm),79.105959(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8802,7 +8048,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.062211(mm),2.7455994(mm),78.930909(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.669811(mm),-1.214061(mm),79.176426(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8811,7 +8057,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.183015(mm),0.12588516(mm),79.262262(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.127324(mm),-0.58334813(mm),78.390447(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8820,7 +8066,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.930534(mm),-0.98897473(mm),78.425146(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.41764(mm),-1.2073058(mm),79.044564(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8829,7 +8075,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.877716(mm),1.0025017(mm),79.316094(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.228024(mm),-1.0079549(mm),78.37269(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8838,7 +8084,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.965297(mm),-0.71505068(mm),78.242689(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.249541(mm),0.34512719(mm),78.72155(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8847,7 +8093,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.954953(mm),-3.2300134(mm),78.42084(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.894232(mm),2.6293292(mm),78.431547(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8856,7 +8102,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.065245(mm),3.3759605(mm),78.930374(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.614696(mm),-1.3088072(mm),79.186145(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8865,7 +8111,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.486492(mm),-1.4683876(mm),78.327116(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.355628(mm),0.85975763(mm),79.055498(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8874,7 +8120,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.985521(mm),-0.55478409(mm),79.120758(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.786246(mm),-3.4544662(mm),78.450588(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8883,7 +8129,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.150921(mm),1.5155826(mm),79.091594(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.673258(mm),1.0841166(mm),78.646838(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8892,7 +8138,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.057437(mm),0.1910704(mm),79.460731(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.99255(mm),3.0322658(mm),79.119519(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8901,7 +8147,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.899082(mm),1.5996082(mm),78.607019(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.992056(mm),3.379989(mm),78.414298(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8910,7 +8156,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.237148(mm),0.85548044(mm),78.723736(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.752586(mm),-0.54613357(mm),78.456523(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8919,7 +8165,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.138452(mm),-0.73501176(mm),78.741138(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.243232(mm),-0.72460951(mm),78.89899(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8928,7 +8174,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.959176(mm),0.15005158(mm),78.420096(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 @@ -8937,7 +8183,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.415493(mm),-3.2153962(mm),78.515962(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.210858(mm),-1.3747303(mm),78.19939(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8946,7 +8192,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.140311(mm),0.84563712(mm),79.093465(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.511897(mm),0.20096249(mm),79.204271(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8955,7 +8201,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.192533(mm),1.6629747(mm),78.907929(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.151534(mm),-1.2202961(mm),78.209851(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8964,7 +8210,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.781101(mm),1.5302788(mm),79.156803(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.479925(mm),-0.46201454(mm),78.680927(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8973,7 +8219,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.74078(mm),2.8106217(mm),78.811259(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.24988(mm),1.0932603(mm),78.545164(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8982,7 +8228,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.417379(mm),-2.5551407(mm),78.339302(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.019979(mm),-0.82517855(mm),78.233048(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -8991,7 +8237,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.436945(mm),0.84551144(mm),78.512179(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.026684(mm),2.063027(mm),78.408192(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9000,7 +8246,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.740485(mm),0.27323478(mm),79.163965(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.129704(mm),-1.0917678(mm),79.271662(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9009,7 +8255,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.897667(mm),-2.9380392(mm),79.136249(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.204268(mm),-1.3513318(mm),78.729533(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9018,7 +8264,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.098018(mm),-0.5554433(mm),79.100922(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.133763(mm),0.81601285(mm),79.270946(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9027,7 +8273,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.660589(mm),-2.8877531(mm),78.472745(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.803042(mm),-0.41928491(mm),78.094972(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9036,7 +8282,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.879902(mm),-2.1661744(mm),78.786728(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.712949(mm),-2.5542059(mm),78.816166(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9045,7 +8291,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.66962(mm),-0.004577735(mm),78.823806(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.256496(mm),3.0722595(mm),79.072978(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9054,7 +8300,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.364067(mm),3.5008962(mm),78.877683(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.103399(mm),-2.5739863(mm),78.570992(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9063,7 +8309,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.721848(mm),-0.87915798(mm),78.990924(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.76193(mm),1.022512(mm),78.631202(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9072,7 +8318,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.333554(mm),0.68432012(mm),79.059391(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.443228(mm),1.5186978(mm),79.216379(mm),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 +8327,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.965425(mm),3.6016824(mm),78.947975(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.931511(mm),-1.6927679(mm),78.248647(mm),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 +8336,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.206826(mm),-0.77479067(mm),79.081736(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.561366(mm),-0.9761181(mm),79.019221(mm),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 +8345,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.922411(mm),-0.84824764(mm),78.426578(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.572922(mm),-3.4421108(mm),78.840857(mm),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 +8354,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.754111(mm),-2.5220729(mm),79.161562(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.270584(mm),1.1859334(mm),78.541513(mm),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 +8363,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.232582(mm),-0.53627433(mm),78.19556(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.505516(mm),1.973268(mm),79.381723(mm),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 +8372,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.476025(mm),0.95773358(mm),78.681615(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.401269(mm),-1.1576314(mm),79.047451(mm),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 +8381,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.005459(mm),1.9424858(mm),78.588262(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.306403(mm),-0.9193554(mm),79.416832(mm),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 +8390,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.790439(mm),-2.2458688(mm),78.978829(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.084944(mm),1.5193912(mm),78.397919(mm),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 +8399,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.524563(mm),2.9675212(mm),79.025711(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.646468(mm),1.4056942(mm),79.180542(mm),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 +8408,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.386992(mm),0.15675663(mm),78.697314(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.157384(mm),1.7903776(mm),78.385146(mm),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 +8417,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.236838(mm),-1.0797121(mm),79.252771(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.472186(mm),-1.5248896(mm),78.505965(mm),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 +8426,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.212606(mm),0.011523037(mm),79.080717(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.990374(mm),1.4932354(mm),78.590922(mm),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 +8435,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.04317(mm),1.2314527(mm),79.110593(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.624004(mm),0.70667936(mm),78.302868(mm),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 +8444,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.827055(mm),2.2520599(mm),78.796046(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.391309(mm),2.8393529(mm),78.520226(mm),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 +8453,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.954188(mm),3.3746211(mm),78.597302(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.507018(mm),2.1410734(mm),79.028804(mm),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 +8462,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.460032(mm),1.4314281(mm),78.508108(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.926198(mm),3.555336(mm),78.778565(mm),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 +8471,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.19719(mm),2.8340081(mm),79.083435(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.996513(mm),-0.10353392(mm),78.589839(mm),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 +8480,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.131668(mm),-1.9317111(mm),78.213354(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.033073(mm),-0.23722378(mm),79.112373(mm),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 +8489,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.077756(mm),-1.915716(mm),79.280822(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.798478(mm),-1.0835361(mm),79.330066(mm),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 +8498,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.190056(mm),-3.3677499(mm),78.555712(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.30726(mm),3.5380059(mm),79.064027(mm),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,7 +8507,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.157581(mm),2.6133215(mm),78.561438(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.422449(mm),3.4607123(mm),78.867389(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9270,7 +8516,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.377435(mm),1.6572299(mm),79.22798(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.333605(mm),-1.7950538(mm),78.883055(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9279,7 +8525,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.766672(mm),1.1721028(mm),79.159347(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.458537(mm),-2.5157598(mm),79.21368(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9288,7 +8534,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.622387(mm),-1.7148406(mm),79.184788(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.054039(mm),0.58768304(mm),79.108677(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9297,7 +8543,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.743486(mm),0.32878447(mm),78.634455(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.988881(mm),0.25483655(mm),79.296493(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9306,7 +8552,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.143985(mm),0.99329815(mm),78.387509(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.313265(mm),-0.89091429(mm),79.062968(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9315,7 +8561,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.370747(mm),0.51148849(mm),78.700179(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.001368(mm),-1.2974021(mm),78.412656(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9324,7 +8570,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.453547(mm),-0.76083015(mm),79.21456(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.442217(mm),0.28766593(mm),79.04023(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9333,7 +8579,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.826715(mm),-3.1606204(mm),78.972433(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.147325(mm),-2.0882593(mm),78.563247(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9342,7 +8588,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.69339(mm),-3.728209(mm),78.995942(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.104195(mm),-2.4802142(mm),79.27616(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9351,7 +8597,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.692931(mm),1.3968437(mm),79.348677(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.602272(mm),-0.52512354(mm),79.364662(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9360,7 +8606,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.717219(mm),1.2125601(mm),78.815413(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.725081(mm),-0.9228174(mm),79.166681(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9369,7 +8615,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.374632(mm),0.2915545(mm),79.228474(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.365814(mm),3.6194344(mm),79.053702(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9378,7 +8624,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.735621(mm),0.47403298(mm),78.635841(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.965577(mm),2.2706108(mm),78.24264(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9387,7 +8633,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.132515(mm),1.556951(mm),78.742185(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.500178(mm),2.2846341(mm),78.853683(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9396,7 +8642,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.604736(mm),0.72101495(mm),79.364228(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.65166(mm),0.64748652(mm),79.0033(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9405,7 +8651,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.871559(mm),-1.6101872(mm),79.31718(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.244436(mm),-0.46201278(mm),78.369797(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9414,7 +8660,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.999505(mm),0.54020636(mm),78.589312(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.284539(mm),-2.6077919(mm),78.362725(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9423,7 +8669,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.104839(mm),3.0487225(mm),78.747065(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.996034(mm),2.1228418(mm),78.413597(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9432,7 +8678,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.037236(mm),2.1159455(mm),78.582659(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.589227(mm),2.6398001(mm),78.309001(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9441,7 +8687,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.235712(mm),-0.52652674(mm),78.900316(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.60592(mm),2.1922732(mm),79.187692(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9450,7 +8696,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.466149(mm),2.5329035(mm),78.50703(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.41001(mm),-0.72169532(mm),79.045909(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9459,7 +8705,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.851178(mm),-1.8585112(mm),78.439139(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.502791(mm),-0.93840034(mm),79.382204(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9468,7 +8714,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.461133(mm),-0.34146733(mm),78.684241(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.871924(mm),-2.6784498(mm),78.964461(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9477,7 +8723,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.885475(mm),-3.7127564(mm),78.785745(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.252515(mm),-3.4651148(mm),78.721026(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9486,7 +8732,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.516868(mm),-1.8046813(mm),79.203394(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.693325(mm),-2.0817556(mm),78.643299(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9495,7 +8741,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.133929(mm),1.658661(mm),78.918263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.406265(mm),1.7196194(mm),79.222897(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9504,7 +8750,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.039252(mm),1.3115634(mm),78.582303(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.07115(mm),0.54592321(mm),79.10566(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9513,7 +8759,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.819405(mm),0.41129476(mm),79.326376(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.314222(mm),0.70282528(mm),78.886472(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9522,7 +8768,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.798002(mm),3.1276284(mm),78.977496(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.787461(mm),-2.1875083(mm),78.979355(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9531,7 +8777,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.618472(mm),0.24110083(mm),78.303844(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.460228(mm),-3.1758851(mm),78.684401(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9540,7 +8786,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.26373(mm),-2.8100595(mm),78.895375(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.881023(mm),1.502534(mm),78.78653(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9549,7 +8795,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.672321(mm),0.493064(mm),79.175984(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.396336(mm),-1.9942293(mm),78.343012(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9558,7 +8804,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.757984(mm),1.4006208(mm),78.279244(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.73852(mm),2.6291218(mm),78.987984(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9567,7 +8813,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.899002(mm),1.5890016(mm),79.136014(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.62565(mm),-2.0879365(mm),79.36054(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9576,7 +8822,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.156104(mm),0.34551683(mm),78.385372(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.074325(mm),-2.6204634(mm),79.1051(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9585,7 +8831,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.011461(mm),-1.3095879(mm),78.410876(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.371033(mm),1.685731(mm),78.876455(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9594,7 +8840,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.628362(mm),2.1091546(mm),78.3021(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.862321(mm),-2.4660833(mm),78.966155(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9603,7 +8849,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.426887(mm),2.8885107(mm),78.513952(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.378633(mm),-0.042843117(mm),78.169807(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9612,7 +8858,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.18562(mm),-1.4401702(mm),78.380168(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.985269(mm),-3.3693864(mm),79.120803(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9621,7 +8867,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.547528(mm),-0.26768185(mm),78.140026(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.511146(mm),-0.83676035(mm),78.499095(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9630,7 +8876,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.094265(mm),0.10146066(mm),78.74893(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.96434(mm),2.5808231(mm),78.948166(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9639,7 +8885,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.925005(mm),0.10234827(mm),78.778775(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.767472(mm),-0.38687585(mm),78.101244(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9648,7 +8894,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.084183(mm),2.3967112(mm),78.927034(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.547221(mm),-2.3653331(mm),78.669061(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9657,7 +8903,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.972062(mm),0.99598416(mm),78.770477(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.440095(mm),0.39975141(mm),79.393259(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9666,7 +8912,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.084429(mm),-0.28451184(mm),78.574337(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.684286(mm),-0.85266546(mm),78.115912(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9675,7 +8921,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.154297(mm),-3.4254096(mm),78.914672(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.953053(mm),-1.7930616(mm),79.30281(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9684,7 +8930,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.996821(mm),-2.13689(mm),79.118766(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.295664(mm),3.4030581(mm),78.713418(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9693,7 +8939,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.891283(mm),0.94627164(mm),78.961048(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.214659(mm),-2.1330129(mm),79.080355(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9702,7 +8948,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.514479(mm),0.5709265(mm),78.674835(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.631929(mm),0.0036801874(mm),79.006779(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9711,7 +8957,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.611473(mm),-2.8464167(mm),79.186713(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.418825(mm),1.0559092(mm),78.868028(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9720,7 +8966,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.837102(mm),1.494452(mm),78.441621(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.72725(mm),1.5732031(mm),78.989971(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9729,7 +8975,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.880022(mm),-2.2128928(mm),79.139361(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.991034(mm),-0.26977804(mm),79.119786(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9738,7 +8984,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.721447(mm),-0.56025158(mm),79.167322(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.143484(mm),0.14205331(mm),79.092905(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9747,7 +8993,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.44277(mm),-1.7347511(mm),78.863806(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.299531(mm),1.3924401(mm),79.06539(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9756,7 +9002,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.888037(mm),3.5310922(mm),78.96162(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.676084(mm),2.8929111(mm),78.470012(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9765,7 +9011,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.564517(mm),-2.8277495(mm),79.018666(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.829318(mm),-1.7131183(mm),78.795647(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9774,7 +9020,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.032263(mm),-0.96262611(mm),78.407208(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.15378(mm),0.78873495(mm),79.09109(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9783,7 +9029,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.713787(mm),-2.3543161(mm),79.344999(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.441038(mm),3.0423775(mm),78.864111(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9792,7 +9038,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.49079(mm),-2.804244(mm),79.207993(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.375648(mm),-2.3791634(mm),79.228295(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9801,7 +9047,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.867642(mm),-0.98062935(mm),78.612562(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.589937(mm),-3.3023881(mm),78.661529(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9810,7 +9056,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.624368(mm),0.4519074(mm),79.360766(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.137646(mm),-0.95689811(mm),78.388627(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9819,7 +9065,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.557776(mm),-1.7359349(mm),78.843527(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.037111(mm),-2.7825211(mm),79.111662(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9828,7 +9074,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.52315(mm),0.87592036(mm),79.202287(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.465375(mm),-2.2933315(mm),78.683493(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9837,7 +9083,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.60474(mm),1.4732776(mm),79.364227(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.144474(mm),1.1665298(mm),78.387423(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9846,7 +9092,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.518945(mm),-3.9627285(mm),78.850374(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.55266(mm),-3.2500648(mm),78.491775(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9855,7 +9101,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.550964(mm),-3.4404965(mm),78.492074(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.264341(mm),-2.434004(mm),78.366287(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9864,7 +9110,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.664574(mm),-2.3204885(mm),79.001023(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.05005(mm),0.33371076(mm),78.580399(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9873,7 +9119,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.055398(mm),0.82396725(mm),78.226802(mm),0(nsec)) +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 @@ -9882,7 +9128,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.073627(mm),0.13755191(mm),78.752569(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.739746(mm),2.6911696(mm),79.164095(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9891,7 +9137,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.007739(mm),3.231917(mm),78.940514(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.074577(mm),1.0776236(mm),78.752401(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9900,7 +9146,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.409956(mm),-1.3018276(mm),78.164284(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.944158(mm),1.6222495(mm),78.775398(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9909,7 +9155,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.5913(mm),-1.9371941(mm),78.484962(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.259179(mm),-2.8342841(mm),79.248832(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9918,7 +9164,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.954076(mm),2.9370546(mm),78.949976(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.660309(mm),3.2576253(mm),79.001775(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9927,7 +9173,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.44476(mm),-3.5080747(mm),79.039782(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.273064(mm),1.0224264(mm),78.188422(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9936,7 +9182,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.369389(mm),3.2915078(mm),78.700418(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.357081(mm),0.54518634(mm),78.173607(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9945,7 +9191,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.45605(mm),-2.6615355(mm),78.685137(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.684347(mm),-3.6643153(mm),78.997536(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9954,7 +9200,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.656625(mm),1.0953053(mm),79.178751(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.837088(mm),2.2492457(mm),78.970604(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9963,7 +9209,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.464668(mm),-1.6122666(mm),78.683618(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.292195(mm),-3.8936447(mm),78.714029(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9972,7 +9218,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.075008(mm),2.1376216(mm),78.575998(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.562576(mm),-1.9356263(mm),79.195335(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9981,7 +9227,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.475869(mm),-2.3581852(mm),78.85797(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.925782(mm),2.1745337(mm),78.249657(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9990,7 +9236,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.153899(mm),2.827822(mm),78.562088(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.59108(mm),-0.13491997(mm),78.661328(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -9999,7 +9245,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.146723(mm),3.0194532(mm),78.563353(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.040658(mm),-2.2504133(mm),79.287363(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10008,7 +9254,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.598527(mm),-1.7552652(mm),79.365323(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.778661(mm),2.9770498(mm),78.804579(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10017,7 +9263,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.807169(mm),2.3549229(mm),78.623225(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.297837(mm),-2.0025819(mm),78.184054(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10026,7 +9272,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.253017(mm),1.3122672(mm),78.897265(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.646223(mm),2.5658624(mm),78.827932(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10035,7 +9281,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.72912(mm),-2.2119488(mm),78.813315(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.557624(mm),2.9981801(mm),79.019881(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10044,7 +9290,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.407588(mm),-2.8239272(mm),79.046336(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.341905(mm),0.95165378(mm),78.881591(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10053,7 +9299,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.007139(mm),-2.1531725(mm),78.940619(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.318896(mm),3.0058204(mm),79.061975(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10062,7 +9308,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.336839(mm),-3.6681116(mm),79.058811(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.710137(mm),-1.7687381(mm),78.816662(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10071,7 +9317,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.316615(mm),-0.11537728(mm),78.180742(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.100362(mm),2.914768(mm),78.395201(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10080,7 +9326,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.60793(mm),-1.0714572(mm),78.48203(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.334097(mm),-0.19441067(mm),79.059295(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10089,7 +9335,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.195136(mm),-3.0575448(mm),78.554816(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.110693(mm),-2.4957307(mm),79.098687(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10098,7 +9344,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.278873(mm),3.5681043(mm),78.716378(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.65998(mm),-1.0937475(mm),78.120198(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10107,7 +9353,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.804359(mm),2.8504982(mm),78.623721(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.753263(mm),2.5808834(mm),79.161712(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10116,7 +9362,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.399479(mm),-2.3325174(mm),78.342458(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.26781(mm),-0.46528228(mm),78.894656(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10125,7 +9371,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.96058(mm),2.6334734(mm),79.125156(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.879457(mm),-0.18884295(mm),78.434152(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10134,7 +9380,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.209375(mm),0.3740575(mm),78.552306(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.224536(mm),3.720451(mm),78.549632(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10143,7 +9389,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.357713(mm),-3.2337334(mm),78.702477(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.698538(mm),2.538598(mm),78.995034(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10152,7 +9398,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.211587(mm),2.4550778(mm),78.375589(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.037275(mm),1.2906455(mm),78.758979(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10161,7 +9407,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.183343(mm),-0.04338574(mm),78.556896(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.22886(mm),-0.41382955(mm),78.54887(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10170,7 +9416,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.102437(mm),0.75367633(mm),78.571162(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.790873(mm),1.8923519(mm),78.626099(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10179,7 +9425,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.607548(mm),3.350031(mm),78.482097(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.374038(mm),1.7112367(mm),78.699598(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10188,7 +9434,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.17999(mm),1.0797746(mm),78.733814(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.152733(mm),-2.4824006(mm),79.267601(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10197,7 +9443,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.453822(mm),1.8101345(mm),79.214511(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.136042(mm),-1.9173603(mm),78.212582(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10206,7 +9452,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.336039(mm),-1.2015778(mm),79.235279(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.105131(mm),-2.9345358(mm),78.39436(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10215,7 +9461,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.599082(mm),0.16298883(mm),78.130936(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.995364(mm),-0.94720833(mm),79.29535(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10224,7 +9470,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.114909(mm),3.3423216(mm),78.921617(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.838348(mm),2.145723(mm),78.441401(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10233,7 +9479,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.648182(mm),2.1579319(mm),79.356567(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.064903(mm),1.3940663(mm),78.401453(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10242,7 +9488,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.927326(mm),-1.0096769(mm),79.13102(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.169968(mm),2.1193455(mm),78.2066(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10251,7 +9497,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.115452(mm),3.7918089(mm),78.745194(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.067537(mm),-1.8806834(mm),79.282623(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10260,7 +9506,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.262998(mm),0.91859349(mm),78.895505(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.153423(mm),0.43560327(mm),79.26748(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10269,7 +9515,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.787385(mm),-0.6920091(mm),78.803041(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.749075(mm),0.23431991(mm),79.16245(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10278,7 +9524,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.011542(mm),3.1749176(mm),78.763516(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.196825(mm),-1.0629179(mm),78.907173(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10287,7 +9533,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.45926(mm),-2.3340135(mm),78.331917(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.448261(mm),-3.0156147(mm),78.510184(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10296,7 +9542,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.134528(mm),-0.66535285(mm),78.565503(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.729151(mm),0.34519393(mm),79.165963(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10305,7 +9551,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.018685(mm),-1.2758538(mm),79.114911(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.975498(mm),2.2202179(mm),78.240891(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10314,7 +9560,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.006264(mm),2.4327042(mm),78.764447(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.884498(mm),0.18849783(mm),78.785917(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10323,7 +9569,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.904545(mm),-3.2449477(mm),78.782383(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.771413(mm),-3.5252146(mm),78.62953(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10332,7 +9578,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.090935(mm),-0.90866045(mm),78.57319(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.331251(mm),-3.7612835(mm),78.88347(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10341,7 +9587,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.041692(mm),3.4462546(mm),79.110854(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.150399(mm),2.5592897(mm),78.739032(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10350,7 +9596,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.370713(mm),-3.3657306(mm),78.700184(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.226864(mm),-2.3130454(mm),79.25453(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10359,7 +9605,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.367222(mm),-1.461219(mm),79.229781(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.58791(mm),2.5505407(mm),78.838214(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10368,7 +9614,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.699404(mm),-0.29923435(mm),78.818554(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.16383(mm),-3.2496945(mm),79.089318(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10377,7 +9623,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.44699(mm),1.4136619(mm),78.863062(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.998638(mm),-2.3300568(mm),78.942118(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10386,7 +9632,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.326429(mm),2.0744976(mm),79.060647(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.172994(mm),-0.99781886(mm),78.206067(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10395,7 +9641,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.302261(mm),-2.7048326(mm),78.535928(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.7026(mm),-3.1616615(mm),78.641664(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10404,7 +9650,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.468615(mm),2.8370508(mm),79.211903(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.897679(mm),-1.0901737(mm),78.254612(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10413,7 +9659,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.586871(mm),0.12215447(mm),78.133089(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.677243(mm),-3.660112(mm),78.822462(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10422,7 +9668,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.828966(mm),1.4096045(mm),78.972036(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.167688(mm),-3.6943255(mm),78.559656(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10431,7 +9677,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.376372(mm),-2.9646239(mm),78.52286(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.299847(mm),-1.107685(mm),78.183699(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10440,7 +9686,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.171181(mm),-0.27914493(mm),79.264348(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.021867(mm),0.19803481(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 @@ -10449,7 +9695,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.777595(mm),2.7086071(mm),78.804767(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.299469(mm),-0.98589529(mm),78.360093(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10458,7 +9704,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.81681(mm),2.0977124(mm),79.150507(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.862295(mm),2.1526635(mm),79.142486(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10467,7 +9713,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.853434(mm),-2.470949(mm),79.144049(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.07693(mm),-1.0929455(mm),79.10464(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10476,7 +9722,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.993482(mm),1.7528466(mm),78.7667(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.373315(mm),-0.22722526(mm),79.405034(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10485,7 +9731,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.729118(mm),-3.1043923(mm),78.989642(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.590626(mm),3.0272175(mm),79.014062(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10494,7 +9740,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.82984(mm),-3.1724752(mm),78.971882(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.391769(mm),0.28513933(mm),79.049126(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10503,7 +9749,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.948598(mm),0.16007863(mm),79.127269(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.67955(mm),-2.4154445(mm),78.822055(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10512,7 +9758,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.932309(mm),1.9769894(mm),78.777487(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.868066(mm),-0.86413314(mm),78.612488(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10521,7 +9767,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.936392(mm),0.57851647(mm),78.953094(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.58654(mm),-2.4936729(mm),78.662128(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10530,7 +9776,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.538226(mm),1.0525549(mm),78.317994(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.297005(mm),-0.61832644(mm),78.360527(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10539,7 +9785,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.14646(mm),3.2445293(mm),79.09238(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.000962(mm),-0.79694951(mm),78.765382(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10548,7 +9794,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.832238(mm),-2.5945088(mm),78.618805(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.593698(mm),-1.6251642(mm),78.308212(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10557,7 +9803,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.663889(mm),0.4878148(mm),78.824817(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.137766(mm),-0.05827868(mm),78.564932(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10566,7 +9812,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.145552(mm),-0.95895927(mm),78.916213(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.442134(mm),0.62046922(mm),79.040245(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10575,7 +9821,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.431588(mm),0.00089100554(mm),78.865778(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.158378(mm),2.825236(mm),79.090279(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10584,7 +9830,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.116867(mm),2.1699962(mm),78.215963(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.185361(mm),-1.3608858(mm),78.55654(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10593,7 +9839,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.31956(mm),0.4833409(mm),79.414512(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.879291(mm),-2.739248(mm),79.139489(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10602,7 +9848,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.570801(mm),-0.48003189(mm),78.135923(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.787871(mm),-0.37114075(mm),79.155609(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10611,7 +9857,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.265408(mm),0.58877558(mm),79.247734(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.790693(mm),1.2614225(mm),78.802458(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10620,7 +9866,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.150788(mm),-1.2158882(mm),78.562636(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.955076(mm),-2.5136835(mm),78.420819(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10629,16 +9875,120 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.952013(mm),-1.3806814(mm),79.302994(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.822566(mm),-0.72034944(mm),79.149492(mm),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 -3.72 mm -1.44 mm 3.63 cm 83.7 MeV 0 eV 0 fm 0 fm Target initStep + 1 -7.3778922 mm -3.4281138 mm 3.6978952 cm 70.510518 MeV 13.181737 MeV 4.2497235 mm 4.2497235 mm Target hIoni + 2 -7.919326 mm -3.7602424 mm 3.7057596 cm 68.839285 MeV 1.6712325 MeV 640.79053 um 4.890514 mm Target Transportation + 3 7.4518468 cm 22.199367 cm 42.900891 cm 68.839312 MeV9.1826946e-17 eV 2.3342585 m 2.339149 m CaptureMgnt Decay +Track (trackID 2, parentID 1) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = mu+, Track ID = 22, Parent ID = 2 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 7.45 cm 22.2 cm 42.9 cm 70.5 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep + 1 8.1858208 cm 6.5907823 cm 2 m 70.494439 MeV3.323064e-16 eV 9.6163991 m 9.6163991 m CaptureMgnt Transportation + 2 7.0236399 cm 3.7470827 cm 2.005087 m 70.482307 MeV 5.5231623 keV 3.1138511 cm 9.6475376 m World muIoni + 3 -2.959604 cm -20.613431 cm 2.0488692 m 70.441376 MeV 39.598586 keV 26.688434 cm 9.9144219 m World muIoni + 4 -2.9880976 cm -20.682455 cm 2.0489965 m 70.439895 MeV 135.91355 eV 757.50561 um 9.9151794 m World muIoni + 5 -4.5044791 cm -24.353451 cm 2.0557706 m 70.432451 MeV 6.3151238 keV 4.0292099 cm 9.9554715 m World muIoni + 6 -6.3578033 cm -28.847632 cm 2.0640611 m 70.424288 MeV 6.9109979 keV 4.9315118 cm 10.004787 m World muIoni + 7 -6.4198768 cm -28.997335 cm 2.0643379 m 70.416903 MeV 185.51236 eV 1.6440851 mm 10.006431 m World muIoni + 8 -9.0019004 cm -35.215472 cm 2.0758122 m 70.401343 MeV 12.582105 keV 6.8299866 cm 10.074731 m World muIoni + 9 -15.832751 cm -51.698452 cm 2.1062568 m 70.357932 MeV 25.953347 keV 18.10025 cm 10.255733 m World muIoni + 10 -20.956717 cm -64.061114 cm 2.1289078 m 70.327401 MeV 27.616301 keV 13.572825 cm 10.391461 m World muIoni + 11 -21.118595 cm -64.452115 cm 2.1296282 m 70.322854 MeV 492.04753 eV 4.2927338 mm 10.395754 m World muIoni + 12 -22.550892 cm -67.91529 cm 2.1360114 m 70.311808 MeV 9.5718046 keV 3.8016469 cm 10.433771 m World muIoni + 13 -25.028689 cm -73.896024 cm 2.1470419 m 70.29637 MeV 11.495248 keV 6.5669954 cm 10.49944 m World muIoni + 14 -25.796879 cm -75.752194 cm 2.1504645 m 70.281533 MeV 3.7619171 keV 2.0377988 cm 10.519818 m World muIoni + 15 -26.725418 cm -78.000241 cm 2.1546275 m 70.276114 MeV 4.2826855 keV 2.4676326 cm 10.544495 m World muIoni + 16 -28.751984 cm -82.914275 cm 2.1637627 m 70.254769 MeV 13.487022 keV 5.3934439 cm 10.598429 m World muIoni + 17 -33.855067 cm -95.251343 cm 2.1868296 m 70.227327 MeV 25.102854 keV 13.548653 cm 10.733916 m World muIoni + 18 -34.826471 cm -97.600621 cm 2.1912916 m 70.222505 MeV 3.4903263 keV 2.5810526 cm 10.759726 m World muIoni + 19 -34.863725 cm -97.69075 cm 2.1914618 m 70.220244 MeV 31.10492 eV 989.98788 um 10.760716 m World muIoni + 20 -35.170155 cm -98.432021 cm 2.1928621 m 70.216935 MeV 893.9996 eV 8.1424179 mm 10.768859 m World muIoni + 21 -36.633555 cm -1.019696 m 2.1995494 m 70.203031 MeV 6.1418944 keV 3.8862842 cm 10.807722 m World muIoni + 22 -37.816317 cm -1.0482272 m 2.2049615 m 70.194144 MeV 7.5499559 keV 3.1356252 cm 10.839078 m World muIoni + 23 -39.614473 cm -1.0915406 m 2.2131129 m 70.185757 MeV 5.5302819 keV 4.7600778 cm 10.886679 m World muIoni + 24 -47.429197 cm -1.2799007 m 2.2486965 m 70.146948 MeV 37.78101 keV 20.70094 cm 11.093688 m World muIoni + 25 -53.046184 cm -1.4140448 m 2.2740856 m 70.120642 MeV 24.052909 keV 14.762913 cm 11.241317 m World muIoni + 26 -56.292852 cm -1.4912927 m 2.2887272 m 70.107605 MeV 9.4587951 keV 8.5062979 cm 11.32638 m World muIoni + 27 -62.235687 cm -1.6331245 m 2.3152608 m 70.082229 MeV 24.131177 keV 15.605156 cm 11.482432 m World muIoni + 28 -62.253681 cm -1.6335546 m 2.3153414 m 70.078888 MeV 17.166524 eV 473.15411 um 11.482905 m World muIoni + 29 -65.151583 cm -1.7028525 m 2.3283704 m 69.759634 MeV 12.385258 keV 7.6234788 cm 11.55914 m World muIoni + 30 -68.503173 cm -1.7832798 m 2.3432075 m 69.743034 MeV 13.428742 keV 8.8385586 cm 11.647525 m World muIoni + 31 -68.630605 cm -1.7863212 m 2.3437636 m 69.741824 MeV 185.84918 eV 3.3442082 mm 11.650869 m World muIoni + 32 -74.119256 cm -1.9173646 m 2.367747 m 69.713232 MeV 26.888641 keV 14.40838 cm 11.794953 m World muIoni + 33 -74.44159 cm -1.924977 m 2.3691496 m 69.71188 MeV 1.3514511 keV 8.3848758 mm 11.803338 m World muIoni + 34 -76.239712 cm -1.967982 m 2.3770434 m 69.704014 MeV 7.8665318 keV 4.7276587 cm 11.850615 m World muIoni + 35 -78.273362 cm -2.0166446 m 2.38598 m 69.694371 MeV 8.2908293 keV 5.349287 cm 11.904108 m World muIoni + 36 -86.813691 cm -2.221268 m 2.4234957 m 69.645192 MeV 46.801164 keV 22.488306 cm 12.128991 m World muIoni + 37 -86.930307 cm -2.224055 m 2.4240147 m 69.643012 MeV 1.0015847 keV 3.065412 mm 12.132056 m World muIoni + 38 -91.028254 cm -2.3219511 m 2.4422252 m 69.622446 MeV 15.935784 keV 10.767825 cm 12.239734 m World muIoni + 39 -94.774011 cm -2.4118505 m 2.4587244 m 69.605454 MeV 15.593924 keV 9.8778641 cm 12.338513 m World muIoni + 40 -96.373187 cm -2.4502115 m 2.4658216 m 69.595362 MeV 8.710748 keV 4.2162401 cm 12.380675 m World muIoni + 41 -1.0411456 m -2.6357047 m 2.5001374 m 69.56116 MeV 32.987171 keV 20.390775 cm 12.584583 m World muIoni + 42 -1.0516214 m -2.6606526 m 2.5048638 m 69.552447 MeV 5.479472 keV 2.7467821 cm 12.612051 m World muIoni + 43 -1.0685324 m -2.7008947 m 2.5124978 m 69.543087 MeV 7.9709716 keV 4.4313522 cm 12.656364 m World muIoni + 44 -1.0850499 m -2.7402286 m 2.5199774 m 69.51661 MeV 9.1632703 keV 4.331199 cm 12.699676 m World muIoni + 45 -1.1376203 m -2.8654457 m 2.5437806 m 69.498157 MeV 17.28088 keV 13.787568 cm 12.837552 m World muIoni + 46 -1.1465168 m -2.886597 m 2.5477413 m 69.495263 MeV 2.8936217 keV 2.3285501 cm 12.860838 m World muIoni + 47 -1.1881205 m -2.9853078 m 2.5662722 m 69.47957 MeV 14.449313 keV 10.871107 cm 12.969549 m World muIoni + 48 -1.190802 m -2.9917004 m 2.5674646 m 69.476024 MeV 846.8426 eV 7.0340658 mm 12.976583 m World muIoni + 49 -1.240157 m -3.1092893 m 2.5894479 m 69.451868 MeV 17.191714 keV 12.940779 cm 13.10599 m World muIoni + 50 -1.2722358 m -3.1855617 m 2.6037267 m 69.434258 MeV 16.582294 keV 8.396673 cm 13.189957 m World muIoni + 51 -1.2753698 m -3.1930231 m 2.60513 m 69.431472 MeV 1.2622285 keV 8.2137124 mm 13.198171 m World muIoni + 52 -1.3182819 m -3.2952602 m 2.6243468 m 69.408866 MeV 18.188346 keV 11.253082 cm 13.310702 m World muIoni + 53 -1.3238473 m -3.3085028 m 2.6268294 m 69.40556 MeV 1.6720559 keV 1.4577469 cm 13.325279 m World muIoni + 54 -1.329254 m -3.3213808 m 2.6292332 m 69.399868 MeV 3.874377 keV 1.41723 cm 13.339451 m World muIoni + 55 -1.3296605 m -3.3223482 m 2.6294145 m 69.398277 MeV 0 eV 1.0649052 mm 13.340516 m World muIoni + 56 -1.3956842 m -3.4793984 m 2.6589042 m 69.368828 MeV 25.718212 keV 17.289775 cm 13.513414 m World muIoni + 57 -1.396195 m -3.4806112 m 2.6591312 m 69.367294 MeV 250.9208 eV 1.3353368 mm 13.514749 m World muIoni + 58 -1.4250184 m -3.5490981 m 2.6719437 m 69.349001 MeV 15.331526 keV 7.5401727 cm 13.590151 m World muIoni + 59 -1.4758586 m -3.6699396 m 2.6943759 m 69.324861 MeV 22.420058 keV 13.300612 cm 13.723157 m World muIoni + 60 -1.4980097 m -3.7219722 m 2.7040433 m 69.311817 MeV 12.02443 keV 5.7371883 cm 13.780529 m World muIoni + 61 -1.4984124 m -3.7229175 m 2.7042171 m 69.308333 MeV 361.95458 eV 1.0420514 mm 13.781571 m World muIoni + 62 -1.5492028 m -3.8421931 m 2.7260918 m 69.28496 MeV 21.984251 keV 13.147196 cm 13.913043 m World muIoni + 63 -1.5725094 m -3.896974 m 2.7360827 m 69.26542 MeV 9.5743211 keV 6.0365305 cm 13.973409 m World muIoni + 64 -1.6062581 m -3.9762462 m 2.7506775 m 69.250213 MeV 14.020311 keV 8.7384637 cm 14.060793 m World muIoni + 65 -1.634395 m -4.0425943 m 2.7627846 m 69.188637 MeV 15.337604 keV 7.3077683 cm 14.133871 m World muIoni + 66 -1.6403722 m -4.0566785 m 2.7653433 m 69.183677 MeV 3.3248388 keV 1.5512524 cm 14.149383 m World muIoni + 67 -1.6928809 m -4.180748 m 2.7878295 m 69.145745 MeV 22.063399 keV 13.658726 cm 14.285971 m World muIoni + 68 -1.6969697 m -4.190401 m 2.789596 m 69.140546 MeV 1.7028968 keV 1.0631069 cm 14.296602 m World muIoni + 69 -1.7068826 m -4.2138851 m 2.7938923 m 69.137306 MeV 3.2393959 keV 2.5850047 cm 14.322452 m World muIoni + 70 -1.7097872 m -4.220793 m 2.7951532 m 69.134444 MeV 745.09013 eV 7.5990919 mm 14.330051 m World muIoni + 71 -1.7225159 m -4.2510755 m 2.8006796 m 69.125791 MeV 5.0020916 keV 3.3310507 cm 14.363361 m World muIoni + 72 -1.7268034 m -4.2612457 m 2.8025429 m 69.122134 MeV 2.0730892 keV 1.1193215 cm 14.374555 m World muIoni + 73 -1.7439886 m -4.3020447 m 2.8100263 m 69.102935 MeV 7.9818642 keV 4.4898658 cm 14.419453 m World muIoni + 74 -1.7514172 m -4.3196972 m 2.8132572 m 69.097245 MeV 5.6905277 keV 1.9422556 cm 14.438876 m World muIoni + 75 -1.7648681 m -4.3516751 m 2.8191102 m 69.088282 MeV 6.3596047 keV 3.5181935 cm 14.474058 m World muIoni + 76 -1.7808122 m -4.3894777 m 2.8260745 m 69.081526 MeV 5.388305 keV 4.1614307 cm 14.515672 m World muIoni + 77 -1.7822632 m -4.3928972 m 2.8267049 m 69.078773 MeV 294.46675 eV 3.7677595 mm 14.51944 m World muIoni + 78 -1.8091857 m -4.4563851 m 2.8384295 m 69.063636 MeV 14.003398 keV 6.9950032 cm 14.58939 m World muIoni + 79 -1.8121186 m -4.463315 m 2.8397086 m 69.059971 MeV 1.5676184 keV 7.6329295 mm 14.597023 m World muIoni + 80 -1.8194491 m -4.4806285 m 2.8428975 m 69.05556 MeV 2.0938192 keV 1.9069922 cm 14.616093 m World muIoni + 81 -1.8268343 m -4.4980822 m 2.8460999 m 69.048532 MeV 4.9752068 keV 1.9220516 cm 14.635313 m World muIoni + 82 -1.8293381 m -4.5039881 m 2.8471841 m 69.046732 MeV 599.64732 eV 6.5056695 mm 14.641819 m World muIoni + 83 -1.87041 m -4.6007969 m 2.8649734 m 69.029119 MeV 15.985941 keV 10.66552 cm 14.748474 m World muIoni + 84 -1.8793289 m -4.6218668 m 2.8688282 m 69.019449 MeV 5.0318246 keV 2.3202367 cm 14.771676 m World muIoni + 85 -1.8834712 m -4.6316883 m 2.870632 m 69.01878 MeV 668.94907 eV 1.081077 cm 14.782487 m OutOfWorld Transportation +Track (trackID 22, parentID 2) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.735698(mm),-0.075440403(mm),78.459501(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.596366923211(mm),0.039133090150963(mm),78.131414699852(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10647,7 +9997,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.701421(mm),3.3118869(mm),79.170853(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.490646(mm),3.5152873(mm),78.50271(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10656,7 +10006,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.710891(mm),0.73540038(mm),78.111221(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.814373(mm),1.2381035(mm),78.269301(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10665,7 +10015,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.674548(mm),-0.078227878(mm),78.117629(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.990233(mm),1.2853055(mm),78.414619(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10674,7 +10024,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.507967(mm),-2.1910891(mm),78.675983(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.973619(mm),-1.3191354(mm),79.299184(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10683,7 +10033,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.691095(mm),-2.9386165(mm),79.172673(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.298392(mm),3.7881285(mm),78.712937(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10692,7 +10042,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.947331(mm),-1.7820047(mm),78.951165(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.340155(mm),2.3619007(mm),78.8819(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10701,7 +10051,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.830921(mm),1.8573853(mm),78.266384(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.956179(mm),3.1548763(mm),78.596951(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10710,7 +10060,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.808005(mm),0.49361591(mm),78.975732(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.793125(mm),-0.17552058(mm),78.625702(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10719,7 +10069,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.787929(mm),3.1497138(mm),78.979272(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.472754(mm),0.59013334(mm),79.3875(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10728,7 +10078,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.245113(mm),-3.4131507(mm),79.074985(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.423628(mm),1.9452322(mm),78.867181(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10737,7 +10087,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.449857(mm),0.55182806(mm),78.333575(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.339724(mm),-1.1958918(mm),78.881976(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10746,7 +10096,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.053084(mm),-3.219878(mm),78.579864(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.144349(mm),3.2038874(mm),78.740099(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10755,7 +10105,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.860462(mm),-3.2782678(mm),78.613829(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.944779(mm),-0.1366441(mm),78.598961(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10764,7 +10114,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.056332(mm),-0.22249589(mm),79.108272(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.756085(mm),-0.60391935(mm),78.632233(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10773,7 +10123,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.725433(mm),-0.85374018(mm),78.813965(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.494551(mm),0.5480388(mm),78.149368(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10782,7 +10132,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.948087(mm),2.27577(mm),78.951032(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-17.207142(mm),-1.7028839(mm),78.200046(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10791,7 +10141,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.325801(mm),-2.4965525(mm),79.060758(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.205069(mm),3.3741061(mm),78.553065(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10800,7 +10150,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.721624(mm),3.3462678(mm),78.461982(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-10.813273(mm),1.1796687(mm),79.327457(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10809,7 +10159,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.019529(mm),3.8284693(mm),78.762108(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.853478(mm),1.5676579(mm),78.61506(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10818,7 +10168,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.258499(mm),2.3176931(mm),78.543644(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.089533(mm),3.4999921(mm),78.926091(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10827,7 +10177,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.532926(mm),-1.4037419(mm),79.200563(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.878666(mm),3.5875427(mm),78.786946(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10836,7 +10186,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.682189(mm),3.2477783(mm),78.645263(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.658093(mm),2.3956655(mm),78.825839(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10845,7 +10195,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.825043(mm),3.8310773(mm),78.620074(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.040504(mm),0.98686571(mm),78.758409(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10854,16 +10204,184 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.157899(mm),2.9698109(mm),78.385055(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.03877(mm),1.8603161(mm),79.287696(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 + +********************************************************************************************************* +* G4Track Information: Particle = pi+, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -9.66 mm 1.86 mm 7.15 cm 73.5 MeV 0 eV 0 fm 0 fm Target initStep + 1 -1.2131946 cm 3.8618094 mm 7.2913247 cm 63.05318 MeV 10.398563 MeV 3.5181268 mm 3.5181268 mm Target hIoni + 2 -1.2234838 cm 3.9512454 mm 7.2972759 cm 62.692601 MeV 360.57902 keV 148.79633 um 3.6669232 mm Target Transportation + 3 24.115176 cm 25.005527 cm 1.3759276 m 62.692618 MeV1.2770688e-16 eV 3.1011077 m 3.1047747 m CaptureMgnt Decay +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 24.1 cm 25 cm 1.38 m 46.6 MeV 0 eV 0 fm 0 fm CaptureMgnt initStep + 1 24.217047 cm 14.390009 cm 2 m 46.551622 MeV4.3872061e-17 eV 1.0550876 m 1.0550876 m CaptureMgnt Transportation + 2 23.96483 cm 13.879614 cm 2.0041747 m 46.551005 MeV 683.09689 eV 7.0597362 mm 1.0621474 m World muIoni + 3 22.991326 cm 11.909634 cm 2.0202803 m 46.356299 MeV 4.917524 keV 2.7244143 cm 1.0893915 m World muIoni + 4 21.567274 cm 9.0318675 cm 2.0439147 m 46.349143 MeV 5.5574056 keV 3.9868955 cm 1.1292605 m World muIoni + 5 21.463308 cm 8.8219219 cm 2.0456404 m 46.343566 MeV 110.33329 eV 2.9097515 mm 1.1321702 m World muIoni + 6 21.196145 cm 8.2816779 cm 2.0500803 m 46.340851 MeV 2.715375 keV 7.4857743 mm 1.139656 m World muIoni + 7 20.284976 cm 6.4392048 cm 2.0652191 m 46.333773 MeV 6.0614475 keV 2.5527965 cm 1.165184 m World muIoni + 8 19.396207 cm 4.6420791 cm 2.0800084 m 46.318887 MeV 5.204685 keV 2.4913481 cm 1.1900974 m World muIoni + 9 17.290154 cm 3.6948222 mm 2.1151194 m 46.304298 MeV 14.589139 keV 5.9176354 cm 1.2492738 m World muIoni + 10 16.397835 cm -1.4371829 cm 2.1299275 m 46.297096 MeV 5.4469683 keV 2.5006159 cm 1.27428 m World muIoni + 11 16.30154 cm -1.6327317 cm 2.1315281 m 46.289481 MeV 879.33717 eV 2.704301 mm 1.2769843 m World muIoni + 12 14.32893 cm -5.644243 cm 2.1643155 m 46.269991 MeV 10.964312 keV 5.5437865 cm 1.3324221 m World muIoni + 13 8.9889329 cm -16.560911 cm 2.2539579 m 46.237109 MeV 30.914731 keV 15.101268 cm 1.4834348 m World muIoni + 14 7.5326198 cm -19.492633 cm 2.2779827 m 46.230394 MeV 5.3324572 keV 4.0605099 cm 1.5240399 m World muIoni + 15 6.1570904 cm -22.267347 cm 2.300736 m 46.218363 MeV 9.3889184 keV 3.8429506 cm 1.5624694 m World muIoni + 16 3.5772 cm -27.416907 cm 2.3433931 m 46.194306 MeV 17.475294 keV 7.1673852 cm 1.6341433 m World muIoni + 17 3.1861783 cm -28.186805 cm 2.3497999 m 46.190968 MeV 2.1130285 keV 1.0752293 cm 1.6448955 m World muIoni + 18 3.0479181 cm -28.459278 cm 2.3520652 m 46.189547 MeV 342.12921 eV 3.8035711 mm 1.6486991 m World muIoni + 19 1.97359 cm -30.575707 cm 2.3696692 m 46.17731 MeV 4.9869253 keV 2.9550748 cm 1.6782499 m World muIoni + 20 -3.0094578 cm -40.428362 cm 2.4514832 m 46.072732 MeV 29.797403 keV 13.741975 cm 1.8156696 m World muIoni + 21 -3.3828113 cm -41.166735 cm 2.4575859 m 46.068667 MeV 2.2971999 keV 1.0281149 cm 1.8259508 m World muIoni + 22 -3.8339371 cm -42.05798 cm 2.4649445 m 46.064482 MeV 2.8043129 keV 1.2406946 cm 1.8383577 m World muIoni + 23 -4.7635825 cm -43.898619 cm 2.4801366 m 46.059347 MeV 5.1345569 keV 2.5612854 cm 1.8639706 m World muIoni + 24 -4.9932549 cm -44.354517 cm 2.4838915 m 46.056265 MeV 837.02737 eV 6.3371267 mm 1.8703077 m World muIoni + 25 -5.9881375 cm -46.327444 cm 2.5001414 m 46.04842 MeV 6.726 keV 2.7427773 cm 1.8977355 m World muIoni + 26 -9.7090946 cm -53.713153 cm 2.5608879 m 46.012271 MeV 22.332529 keV 10.261383 cm 2.0003493 m World muIoni + 27 -13.168248 cm -60.513499 cm 2.6172078 m 45.988682 MeV 22.347702 keV 9.4831441 cm 2.0951807 m World muIoni + 28 -13.864691 cm -61.899677 cm 2.6286681 m 45.98388 MeV 3.7129604 keV 1.9287071 cm 2.1144678 m World muIoni + 29 -14.48775 cm -63.138981 cm 2.6389344 m 45.981385 MeV 2.4947483 keV 1.7257059 cm 2.1317249 m World muIoni + 30 -14.64838 cm -63.458717 cm 2.6415773 m 45.979496 MeV 583.16843 eV 4.4483684 mm 2.1361732 m World muIoni + 31 -14.808619 cm -63.777672 cm 2.6442128 m 45.977435 MeV 449.82939 eV 4.4369988 mm 2.1406102 m World muIoni + 32 -17.58839 cm -69.307354 cm 2.6899163 m 45.9605 MeV 15.748151 keV 7.6936829 cm 2.2175471 m World muIoni + 33 -18.017712 cm -70.165819 cm 2.6970245 m 45.947577 MeV 1.7026152 keV 1.1943801 cm 2.2294909 m World muIoni + 34 -21.58644 cm -77.272823 cm 2.7559928 m 45.922566 MeV 22.043531 keV 9.9004224 cm 2.3284951 m World muIoni + 35 -22.998121 cm -80.102208 cm 2.7793989 m 45.91493 MeV 7.6360162 keV 3.9340466 cm 2.3678355 m World muIoni + 36 -23.94767 cm -82.005394 cm 2.7951274 m 45.903515 MeV 4.7267796 keV 2.6452987 cm 2.3942885 m World muIoni + 37 -24.8977 cm -83.906831 cm 2.8108891 m 45.894237 MeV 6.0380488 keV 2.6461951 cm 2.4207505 m World muIoni + 38 -28.85265 cm -91.845845 cm 2.8768412 m 45.868107 MeV 24.446679 keV 11.052913 cm 2.5312796 m World muIoni + 39 -30.74477 cm -95.650816 cm 2.9084451 m 45.852604 MeV 7.4909369 keV 5.2958512 cm 2.5842381 m World muIoni + 40 -32.169708 cm -98.492247 cm 2.9320673 m 45.84224 MeV 8.9424304 keV 3.9603374 cm 2.6238415 m World muIoni + 41 -33.450518 cm -1.0104066 m 2.9531913 m 45.831015 MeV 8.1560742 keV 3.5492427 cm 2.6593339 m World muIoni + 42 -34.673072 cm -1.0347627 m 2.9733555 m 45.826759 MeV 3.2127336 keV 3.3901047 cm 2.693235 m World muIoni + 43 -35.879879 cm -1.0589549 m 2.993374 m 45.814997 MeV 9.4220766 keV 3.3639922 cm 2.7268749 m World muIoni + 44 -37.796471 cm -1.0973147 m 3.0250764 m 45.79898 MeV 10.353142 keV 5.3327728 cm 2.7802026 m World muIoni + 45 -41.359564 cm -1.1669697 m 3.0822289 m 45.776636 MeV 19.708477 keV 9.6891789 cm 2.8770944 m World muIoni + 46 -41.396483 cm -1.1676897 m 3.0828206 m 45.770858 MeV 57.421002 eV 1.0023877 mm 2.8780968 m World muIoni + 47 -42.222006 cm -1.1837795 m 3.0960254 m 45.766227 MeV 2.9478622 keV 2.2391886 cm 2.9004887 m World muIoni + 48 -44.883779 cm -1.2357603 m 3.1387512 m 45.747255 MeV 17.446474 keV 7.2360274 cm 2.972849 m World muIoni + 49 -45.929366 cm -1.2561601 m 3.1555236 m 45.741868 MeV 5.387344 keV 2.8404084 cm 3.0012531 m World muIoni + 50 -46.885985 cm -1.2747371 m 3.1708464 m 45.736841 MeV 5.0267294 keV 2.5911518 cm 3.0271646 m World muIoni + 51 -47.881316 cm -1.2940934 m 3.1868272 m 45.729525 MeV 5.9690898 keV 2.7002297 cm 3.0541669 m World muIoni + 52 -48.421878 cm -1.3046109 m 3.1955098 m 45.724667 MeV 3.8539641 keV 1.4670582 cm 3.0688374 m World muIoni + 53 -49.14625 cm -1.3187318 m 3.207211 m 45.71372 MeV 3.3277506 keV 1.9717726 cm 3.0885552 m World muIoni + 54 -49.348883 cm -1.3226939 m 3.2105068 m 45.71198 MeV 689.8441 eV 5.5377964 mm 3.094093 m World muIoni + 55 -51.70199 cm -1.3687966 m 3.2487769 m 45.694091 MeV 14.098041 keV 6.4372183 cm 3.1584652 m World muIoni + 56 -52.255552 cm -1.3796424 m 3.2577971 m 45.685099 MeV 3.2394352 keV 1.5153792 cm 3.1736189 m World muIoni + 57 -56.795392 cm -1.4689285 m 3.3318909 m 45.657342 MeV 25.930923 keV 12.459131 cm 3.2982103 m World muIoni + 58 -57.470422 cm -1.4821764 m 3.3429221 m 45.655561 MeV 1.7807655 keV 1.8513794 cm 3.316724 m World muIoni + 59 -62.622197 cm -1.5833046 m 3.4272694 m 45.628365 MeV 27.195621 keV 14.140569 cm 3.4581297 m World muIoni + 60 -62.875546 cm -1.5882368 m 3.4313648 m 45.625779 MeV 979.76922 eV 6.8933131 mm 3.465023 m World muIoni + 61 -63.937865 cm -1.6089566 m 3.4485445 m 45.619807 MeV 4.796479 keV 2.8936235 cm 3.4939593 m World muIoni + 62 -64.474551 cm -1.6193687 m 3.4571962 m 45.616095 MeV 2.4488978 keV 1.4562531 cm 3.5085218 m World muIoni + 63 -65.515881 cm -1.6395679 m 3.4739828 m 45.604105 MeV 3.649834 keV 2.8252973 cm 3.5367748 m World muIoni + 64 -72.677618 cm -1.7798572 m 3.5900582 m 45.560886 MeV 42.034744 keV 19.566419 cm 3.732439 m World muIoni + 65 -76.475584 cm -1.8548086 m 3.6514779 m 45.536423 MeV 23.268185 keV 10.40797 cm 3.8365187 m World muIoni + 66 -77.847538 cm -1.88193 m 3.6735548 m 45.5289 MeV 7.5229405 keV 3.7565727 cm 3.8740844 m World muIoni + 67 -80.379768 cm -1.9317823 m 3.7141106 m 45.506765 MeV 8.4149054 keV 6.9074335 cm 3.9431587 m World muIoni + 68 -81.603492 cm -1.9558689 m 3.7337153 m 45.499135 MeV 6.6395952 keV 3.338048 cm 3.9765392 m World muIoni + 69 -82.06543 cm -1.9649471 m 3.7411083 m 45.496679 MeV 2.4567058 keV 1.2586059 cm 3.9891253 m World muIoni + 70 -82.620244 cm -1.9758616 m 3.7499919 m 45.492778 MeV 2.7201718 keV 1.5127073 cm 4.0042523 m World muIoni + 71 -86.898967 cm -2.0602951 m 3.8186622 m 45.471524 MeV 19.998758 keV 11.694202 cm 4.1211944 m World muIoni + 72 -87.950831 cm -2.0814105 m 3.8358274 m 45.462367 MeV 8.0051288 keV 2.9174407 cm 4.1503688 m World muIoni + 73 -88.457612 cm -2.0915416 m 3.8440324 m 45.459008 MeV 1.7941409 keV 1.398727 cm 4.164356 m World muIoni + 74 -88.639254 cm -2.0951842 m 3.8469902 m 45.457322 MeV 1.6864559 keV 5.0315675 mm 4.1693876 m World muIoni + 75 -88.706007 cm -2.0965241 m 3.8480783 m 45.45519 MeV 499.82775 eV 1.8506395 mm 4.1712382 m World muIoni + 76 -98.626421 cm -2.295742 m 4.0097719 m 45.398364 MeV 54.795205 keV 27.509085 cm 4.4463291 m World muIoni + 77 -1.0031115 m -2.3288829 m 4.0364642 m 45.389804 MeV 6.4869059 keV 4.5767136 cm 4.4920962 m World muIoni + 78 -1.0203268 m -2.362642 m 4.0635829 m 45.378623 MeV 11.180722 keV 4.6599042 cm 4.5386953 m World muIoni + 79 -1.0581509 m -2.4367093 m 4.1231926 m 45.359288 MeV 17.564251 keV 10.232292 cm 4.6410182 m World muIoni + 80 -1.0616308 m -2.443536 m 4.1286527 m 45.355575 MeV 2.3964313 keV 9.4089073 mm 4.6504271 m World muIoni + 81 -1.0739377 m -2.4673577 m 4.1475492 m 45.348171 MeV 6.3380194 keV 3.2802585 cm 4.6832297 m World muIoni + 82 -1.0891253 m -2.4967929 m 4.1708614 m 45.340443 MeV 7.7273079 keV 4.0503777 cm 4.7237335 m World muIoni + 83 -1.1346724 m -2.585432 m 4.2410626 m 45.315676 MeV 23.558 keV 12.190046 cm 4.8456339 m World muIoni + 84 -1.148408 m -2.6118165 m 4.2620817 m 45.296691 MeV 11.338319 keV 3.6422667 cm 4.8820566 m World muIoni + 85 -1.1703585 m -2.6537042 m 4.295527 m 45.278286 MeV 12.512422 keV 5.7922369 cm 4.939979 m World muIoni + 86 -1.1777783 m -2.6678917 m 4.3068928 m 45.273308 MeV 3.8219165 keV 1.9634688 cm 4.9596136 m World muIoni + 87 -1.2063242 m -2.7223509 m 4.3505464 m 45.260247 MeV 13.06187 keV 7.5407763 cm 5.0350214 m World muIoni + 88 -1.2063771 m -2.7224523 m 4.3506274 m 45.258484 MeV 63.801145 eV 140.15592 um 5.0351616 m World muIoni + 89 -1.2309812 m -2.769653 m 4.3883032 m 45.246832 MeV 10.457848 keV 6.5213 cm 5.1003746 m World muIoni + 90 -1.2343777 m -2.7761406 m 4.3934664 m 45.243131 MeV 1.9358868 keV 8.9601288 mm 5.1093347 m World muIoni + 91 -1.2613293 m -2.8277585 m 4.4345411 m 45.230861 MeV 10.736819 keV 7.1259704 cm 5.1805944 m World muIoni + 92 -1.2680168 m -2.8405857 m 4.4447479 m 45.225081 MeV 4.1178528 keV 1.7704109 cm 5.1982985 m World muIoni + 93 -1.2711556 m -2.8466101 m 4.4495485 m 45.222523 MeV 2.558065 keV 8.3181908 mm 5.2066167 m World muIoni + 94 -1.2846169 m -2.8724384 m 4.4701358 m 45.213133 MeV 7.337216 keV 3.5667205 cm 5.2422839 m World muIoni + 95 -1.2977241 m -2.8975514 m 4.4901694 m 45.200497 MeV 7.3876916 keV 3.4695922 cm 5.2769798 m World muIoni + 96 -1.306225 m -2.9138979 m 4.5031737 m 45.192379 MeV 5.0074304 keV 2.2551775 cm 5.2995316 m World muIoni + 97 -1.3213861 m -2.9431227 m 4.5264662 m 45.179845 MeV 10.674733 keV 4.0329753 cm 5.3398613 m World muIoni + 98 -1.3236638 m -2.9475077 m 4.5299593 m 45.176506 MeV 957.91639 eV 6.0513087 mm 5.3459127 m World muIoni + 99 -1.3480078 m -2.9943507 m 4.5672917 m 45.161892 MeV 13.595135 keV 6.4657669 cm 5.4105703 m World muIoni + 100 -1.3583176 m -3.0141531 m 4.5830043 m 45.155894 MeV 3.6961684 keV 2.7300467 cm 5.4378708 m World muIoni + 101 -1.3690674 m -3.0347842 m 4.5993493 m 45.148365 MeV 7.528702 keV 2.8431634 cm 5.4663024 m World muIoni + 102 -1.3732883 m -3.0428735 m 4.6057595 m 45.144006 MeV 2.1938169 keV 1.1150905 cm 5.4774533 m World muIoni + 103 -1.3771208 m -3.050212 m 4.6115748 m 45.135064 MeV 917.69341 eV 1.0117289 cm 5.4875706 m World muIoni + 104 -1.4049905 m -3.1036862 m 4.6539195 m 45.116357 MeV 15.511334 keV 7.3683785 cm 5.5612544 m World muIoni + 105 -1.4072302 m -3.1079883 m 4.6573038 m 45.11607 MeV 287.64959 eV 5.9141883 mm 5.5671686 m World muIoni + 106 -1.4144816 m -3.1219238 m 4.6682615 m 45.111737 MeV 3.1855453 keV 1.9153456 cm 5.586322 m World muIoni + 107 -1.4171191 m -3.1269979 m 4.6722511 m 45.109644 MeV 899.25943 eV 6.972746 mm 5.5932948 m World muIoni + 108 -1.4254631 m -3.1430654 m 4.6848813 m 45.10326 MeV 4.9649858 keV 2.2075092 cm 5.6153699 m World muIoni + 109 -1.4304903 m -3.1527331 m 4.6924653 m 45.099476 MeV 3.7840996 keV 1.327607 cm 5.628646 m World muIoni + 110 -1.4531624 m -3.1963262 m 4.7266446 m 45.087876 MeV 10.409335 keV 5.9854983 cm 5.6885009 m World muIoni + 111 -1.4718824 m -3.2323988 m 4.754998 m 45.073004 MeV 8.347131 keV 4.9553886 cm 5.7380548 m World muIoni + 112 -1.4938681 m -3.2745654 m 4.7883473 m 45.061065 MeV 11.938575 keV 5.8082468 cm 5.7961373 m World muIoni + 113 -1.4959556 m -3.2785886 m 4.7915282 m 45.057294 MeV 1.6194464 keV 5.5374104 mm 5.8016747 m World muIoni + 114 -1.4961367 m -3.278938 m 4.7918054 m 45.054701 MeV 90.611828 eV 481.34767 um 5.8021561 m World muIoni + 115 -1.529785 m -3.3437779 m 4.8432354 m 45.032961 MeV 20.483851 keV 8.933917 cm 5.8914952 m World muIoni + 116 -1.5361207 m -3.3561132 m 4.8530316 m 45.020539 MeV 4.5991051 keV 1.6978436 cm 5.9084737 m World muIoni + 117 -1.5614838 m -3.4060085 m 4.8926469 m 45.004413 MeV 12.453053 keV 6.8573518 cm 5.9770472 m World muIoni + 118 -1.5859507 m -3.4554276 m 4.9317892 m 44.988758 MeV 13.523158 keV 6.7624075 cm 6.0446712 m World muIoni + 119 -1.6044681 m -3.4928112 m 4.9611328 m 44.977593 MeV 9.6237146 keV 5.100467 cm 6.0956759 m World muIoni + 120 -1.6332389 m -3.5499305 m 5.0060225 m 44.96199 MeV 15.602525 keV 7.8137614 cm 6.1738135 m World muIoni + 121 -1.6372182 m -3.5578021 m 5.0122373 m 44.95235 MeV 1.331946 keV 1.0789868 cm 6.1846034 m World muIoni + 122 -1.6602585 m -3.6033604 m 5.0482606 m 44.940442 MeV 11.907251 keV 6.2482783 cm 6.2470862 m World muIoni + 123 -1.6746976 m -3.6317081 m 5.0708224 m 44.932325 MeV 6.800282 keV 3.9001506 cm 6.2860877 m World muIoni + 124 -1.7104758 m -3.7017827 m 5.1265245 m 44.891417 MeV 19.054098 keV 9.6401693 cm 6.3824894 m World muIoni + 125 -1.7125481 m -3.7058022 m 5.1297346 m 44.888707 MeV 967.42373 eV 5.5457803 mm 6.3880352 m World muIoni + 126 -1.7191916 m -3.7186842 m 5.1400173 m 44.880047 MeV 3.4957569 keV 1.7771226 cm 6.4058064 m World muIoni + 127 -1.7535401 m -3.7850638 m 5.1930594 m 44.859109 MeV 16.323615 keV 9.1649162 cm 6.4974556 m World muIoni + 128 -1.7747922 m -3.8261976 m 5.2259339 m 44.846897 MeV 9.1804347 keV 5.6783621 cm 6.5542392 m World muIoni + 129 -1.79533 m -3.8657896 m 5.2578169 m 44.835032 MeV 10.846945 keV 5.4825723 cm 6.6090649 m World muIoni + 130 -1.8404496 m -3.9532253 m 5.3284685 m 44.809762 MeV 21.059647 keV 12.113013 cm 6.730195 m World muIoni + 131 -1.8543279 m -3.9802241 m 5.3503546 m 44.791014 MeV 8.9877208 keV 3.7423807 cm 6.7676188 m World muIoni + 132 -1.8827023 m -4.0350198 m 5.3949385 m 44.775524 MeV 14.403667 keV 7.6127625 cm 6.8437465 m World muIoni + 133 -1.895371 m -4.0594236 m 5.4149395 m 44.768191 MeV 5.8879513 keV 3.4001212 cm 6.8777477 m World muIoni + 134 -1.9023637 m -4.0729516 m 5.4259917 m 44.763294 MeV 3.2771822 keV 1.8816447 cm 6.8965641 m World muIoni + 135 -1.9050326 m -4.0781136 m 5.4302195 m 44.757348 MeV 2.4754009 keV 7.1863292 mm 6.9037504 m World muIoni + 136 -1.9119617 m -4.0915341 m 5.4411966 m 44.749321 MeV 4.9478232 keV 1.8671261 cm 6.9224217 m World muIoni + 137 -1.9137305 m -4.0949521 m 5.4440008 m 44.747595 MeV 536.4133 eV 4.7619124 mm 6.9271836 m World muIoni + 138 -1.9205341 m -4.1081159 m 5.4547901 m 44.741361 MeV 4.6626782 keV 1.8329847 cm 6.9455135 m World muIoni + 139 -2.0014415 m -4.2641097 m 5.5822349 m 44.649835 MeV 49.765771 keV 21.707763 cm 7.1625911 m World muIoni + 140 -2.00502 m -4.270916 m 5.5878075 m 44.646459 MeV 1.2507549 keV 9.4965923 mm 7.1720877 m World muIoni + 141 -2.0244372 m -4.3078686 m 5.6180772 m 44.639947 MeV 6.512182 keV 5.1563439 cm 7.2236511 m World muIoni + 142 -2.0700296 m -4.3951397 m 5.6893249 m 44.607437 MeV 27.584226 keV 12.153683 cm 7.345188 m World muIoni + 143 -2.0853881 m -4.4246658 m 5.7136604 m 44.594089 MeV 9.0050194 keV 4.1229774 cm 7.3864177 m World muIoni + 144 -2.0933021 m -4.4399004 m 5.726206 m 44.589471 MeV 2.8731942 keV 2.1263091 cm 7.4076808 m World muIoni + 145 -2.1086629 m -4.469431 m 5.7504946 m 44.580474 MeV 7.5841422 keV 4.1206149 cm 7.448887 m World muIoni + 146 -2.1165186 m -4.4845237 m 5.7628785 m 44.565874 MeV 3.1700861 keV 2.104425 cm 7.4699312 m World muIoni + 147 -2.1321146 m -4.5144353 m 5.7874264 m 44.552683 MeV 8.9637966 keV 4.1719823 cm 7.511651 m World muIoni + 148 -2.1348624 m -4.5196734 m 5.79176 m 44.536532 MeV 1.0988896 keV 7.332691 mm 7.5189837 m World muIoni + 149 -2.1355559 m -4.5209956 m 5.7928563 m 44.536383 MeV 149.12375 eV 1.8522534 mm 7.520836 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 (-13.710447(mm),-0.95982997(mm),78.816607(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.067303267021(mm),0.92704034266933(mm),79.106337800492(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10872,7 +10390,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.028126(mm),0.15371705(mm),78.231611(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.021654(mm),0.82906858(mm),79.114387(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10881,7 +10399,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.708019(mm),-0.096679477(mm),78.464381(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.591704(mm),-2.0778164(mm),78.661218(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10890,7 +10408,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.485422(mm),-1.6324145(mm),78.503631(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-11.932847(mm),0.42018631(mm),79.130046(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10899,7 +10417,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.422601(mm),-2.8667939(mm),78.867362(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.664602(mm),-2.1539318(mm),79.001018(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10908,7 +10426,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.817055(mm),-3.020028(mm),78.797809(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.961199(mm),1.3948111(mm),78.243412(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10917,7 +10435,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.218844(mm),1.6781941(mm),78.90329(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.065784(mm),2.64495(mm),78.401298(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10926,7 +10444,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.654106(mm),0.5690421(mm),79.355523(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.684334(mm),0.57514363(mm),78.468558(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10935,7 +10453,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.454819(mm),0.56270791(mm),78.861681(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.974378(mm),-3.8038149(mm),78.593742(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10944,7 +10462,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.768808(mm),-0.75857014(mm),78.453663(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.710568(mm),2.9880188(mm),78.816586(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10953,7 +10471,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.282795(mm),-1.2761378(mm),78.892014(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-16.594086(mm),-1.7331193(mm),78.308144(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10962,7 +10480,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.39389(mm),2.7812473(mm),78.872425(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.854854(mm),-2.8777166(mm),78.614817(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -10992,12 +10510,12 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_W --------- Ranecu engine status --------- Initial seed (index) = 159 - Current couple of seeds = 34561472, 1118174181 + Current couple of seeds = 1470346283, 497449377 ---------------------------------------- ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.712623(mm),-0.18477542(mm),78.639897(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.683751(mm),3.3436886(mm),78.468661(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11006,51 +10524,16 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-14.676713(mm),0.87368791(mm),78.646228(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-13.46875(mm),-0.98551448(mm),78.859225(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = pi+, Track ID = 5, Parent ID = 1 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.42 cm 873 um 7.62 cm 38.9 MeV 0 eV 0 fm 0 fm Target initStep - 1 -1.3192255 cm 582.02131 um 7.5379083 cm 33.709603 MeV 5.2163705 MeV 1.3887399 mm 1.3887399 mm Target hIoni - 2 -1.3163422 cm 579.30207 um 7.5364053 cm 33.602565 MeV 107.03844 keV 32.650463 um 1.4213904 mm Target CoulombScat - 3 -1.2167915 cm 534.90751 um 7.48624 cm 28.527407 MeV 5.0751576 MeV 1.1247499 mm 2.5461403 mm Target hIoni - 4 -1.1352514 cm 444.16354 um 7.4525145 cm 23.704864 MeV 4.8225426 MeV 894.69134 um 3.4408316 mm Target hIoni - 5 -1.0683975 cm 412.77512 um 7.4351673 cm 19.273609 MeV 4.4312555 MeV 697.81623 um 4.1386478 mm Target hIoni - 6 -1.0169874 cm 293.1473 um 7.4285679 cm 15.909325 MeV 3.3642835 MeV 537.44018 um 4.676088 mm Target hIoni - 7 -9.8317693 mm 58.735249 um 7.4179575 cm 12.585668 MeV 3.3236576 MeV 429.83456 um 5.1059226 mm Target hIoni - 8 -9.5558649 mm -102.45994 um 7.4090927 cm 9.9159381 MeV 2.6697297 MeV 336.249 um 5.4421716 mm Target hIoni - 9 -9.359966 mm -267.33791 um 7.4021429 cm 7.0782583 MeV 2.8376798 MeV 269.94181 um 5.7121134 mm Target hIoni - 10 -9.2633349 mm -419.51379 um 7.3933449 cm 4.3961284 MeV 2.68213 MeV 205.59882 um 5.9177122 mm Target hIoni - 11 -9.2140656 mm -529.34786 um 7.3876892 cm 939.6711 keV 3.4564573 MeV 138.49246 um 6.0562047 mm Target hIoni - 12 -9.2124755 mm -536.06464 um 7.3870061 cm 112.83167 keV 826.83944 keV 12.374872 um 6.0685795 mm Target hIoni - 13 -9.2124281 mm -536.29523 um 7.386983 cm 0 eV 112.83167 keV 665.31635 nm 6.0692448 mm Target hIoni - 14 -9.2124281 mm -536.29523 um 7.386983 cm 0 eV 0 eV 0 fm 6.0692448 mm Target Scintillation -Track (trackID 5, parentID 1) is processed with stopping code 2 - -********************************************************************************************************* -* G4Track Information: Particle = mu+, Track ID = 17, Parent ID = 5 -********************************************************************************************************* - -Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.21 mm -536 um 7.39 cm 4.12 MeV 0 eV 0 fm 0 fm Target initStep - 1 -9.1456725 mm -592.12299 um 7.3958896 cm 1.4650641 MeV 2.6547486 MeV 143.92583 um 143.92583 um Target muIoni - 2 -9.1287044 mm -590.17162 um 7.3974038 cm 132.84446 keV 1.3322196 MeV 29.335773 um 173.26161 um Target muIoni - 3 -9.1286088 mm -589.82139 um 7.3974252 cm 64.359442 keV 68.485021 keV 874.5444 nm 174.13615 um Target muIoni - 4 -9.1286158 mm -589.89891 um 7.3974367 cm 0 eV 64.359442 keV 359.00018 nm 174.49515 um Target muIoni - 5 -9.1286158 mm -589.89891 um 7.3974367 cm 0 eV 0 eV 0 fm 174.49515 um Target Scintillation -Track (trackID 17, parentID 5) is processed with stopping code 2 NULL returned from G4StackManager. Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-17.061419(mm),-1.9046406(mm),78.225741(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.095383(mm),0.22218726(mm),78.572406(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11059,7 +10542,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.450563(mm),-0.25398401(mm),78.509778(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.608452(mm),-2.3649593(mm),79.010919(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11068,7 +10551,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-12.749889(mm),-2.7222276(mm),78.985979(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.203989(mm),-0.64045269(mm),79.082236(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11077,7 +10560,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.528645(mm),0.67764856(mm),78.49601(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.529966(mm),2.4391583(mm),79.024758(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11086,7 +10569,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-15.372204(mm),-1.8981448(mm),78.523595(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.541351(mm),1.4360066(mm),79.02275(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11095,7 +10578,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-16.662445(mm),-0.81286577(mm),78.29609(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.272797(mm),1.2176265(mm),78.71745(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11104,7 +10587,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-11.005841(mm),-0.54924459(mm),79.293502(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-15.81817(mm),2.4627417(mm),78.444959(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11113,7 +10596,7 @@ Terminate current event processing. ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-10.384607(mm),0.25598394(mm),79.403043(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-14.744984(mm),3.2710923(mm),78.63419(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 @@ -11136,12 +10619,12 @@ G4NistMaterialBuilder::FindOrBuildMaterial G4_W --------- Ranecu engine status --------- Initial seed (index) = 159 - Current couple of seeds = 231192465, 497078173 + Current couple of seeds = 1333619589, 1792742923 ---------------------------------------- ===================================== G4EventManager::ProcessOneEvent() ===================================== -G4PrimaryTransformer::PrimaryVertex (-13.635733(mm),-3.6166923(mm),78.829781(mm),0(nsec)) +G4PrimaryTransformer::PrimaryVertex (-12.570183(mm),-0.90313721(mm),79.017667(mm),0(nsec)) 1 primaries are passed from G4EventTransformer. !!!!!!! Now start processing an event !!!!!!! Track (trackID 1, parentID 0) is processed with stopping code 2 diff --git a/examples/extended/field/field05/field05.out b/examples/extended/field/field05/field05.out index a413ff2d4cf..d7f51093d88 100644 --- a/examples/extended/field/field05/field05.out +++ b/examples/extended/field/field05/field05.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -30,20 +30,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -56,6 +56,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -63,6 +66,9 @@ Registered filter factories: 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 @@ -75,6 +81,7 @@ Some /vis commands (optionally) take a string to specify colour. # # Initialize G4 kernel /run/initialize + G4ChordFinder: Creating G4MagInt_Driver with stepMinimum = 0.01 numVar= 12 # # Run one event /run/beamOn 1 diff --git a/examples/extended/field/field06/field06.out b/examples/extended/field/field06/field06.out index b8d8d7f9d91..1f1e445d46e 100644 --- a/examples/extended/field/field06/field06.out +++ b/examples/extended/field/field06/field06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -42,20 +42,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -68,6 +68,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -75,6 +78,9 @@ Registered filter factories: 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 @@ -91,7 +97,7 @@ Some /vis commands (optionally) take a string to specify colour. # Run one event /run/beamOn 1 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -100,7 +106,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -2305,7 +2311,7 @@ Terminate current event processing. Run terminated. Run Summary Number of events processed : 1 - User=0.030000s Real=0.028212s Sys=0.000000s + User=0.020000s Real=0.025219s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/g3tog4/clGeometry/clGeometry.out b/examples/extended/g3tog4/clGeometry/clGeometry.out index a246b655cab..a8b0049eb49 100644 --- a/examples/extended/g3tog4/clGeometry/clGeometry.out +++ b/examples/extended/g3tog4/clGeometry/clGeometry.out @@ -7,7 +7,7 @@ evaluating -m ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -23,20 +23,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -49,6 +49,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -56,6 +59,9 @@ Registered filter factories: 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 @@ -515,31 +521,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -547,11 +553,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -561,11 +567,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -575,11 +581,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -589,11 +595,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -603,11 +609,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -617,11 +623,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -630,12 +636,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -655,7 +661,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -751,17 +758,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -781,6 +802,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -802,7 +824,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : VACUUM @@ -811,20 +833,20 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 5 kByte + Total memory consumed for geometry optimisation: 8 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- 0.00 0.00 0.00 1k HALL - 0.00 0.00 0.00 3k TUB1 - 0.00 0.00 0.00 0k TUB2 + 0.00 0.00 0.00 5k TUB1 + 0.00 0.00 0.00 1k TUB2 0.00 0.00 0.00 0k BXD1_2_ENV 0.00 0.00 0.00 0k BXD1_3_ENV 0.00 0.00 0.00 0k BXD1_4_ENV @@ -833,20 +855,20 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 60.85 3k 1 60 60 0.00 TUB1 - 11.91 0k 2 8 18 0.00 HALL - 6.24 0k 1 5 5 0.00 TUB2 - 5.25 0k 1 4 4 0.00 BXD1_2_ENV - 5.25 0k 1 4 4 0.00 BXD1_3_ENV - 5.25 0k 1 4 4 0.00 BXD1_4_ENV - 5.25 0k 1 4 4 0.00 BXD1_5_ENV + 61.57 5k 1 60 60 0.00 TUB1 + 11.34 0k 2 8 18 0.00 HALL + 6.22 0k 1 5 5 0.00 TUB2 + 5.22 0k 1 4 4 0.00 BXD1_2_ENV + 5.22 0k 1 4 4 0.00 BXD1_3_ENV + 5.22 0k 1 4 4 0.00 BXD1_4_ENV + 5.22 0k 1 4 4 0.00 BXD1_5_ENV G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000482s Sys=0.000000s + User=0.000000s Real=0.000509s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -861,7 +883,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : VACUUM @@ -870,13 +892,13 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000042s Sys=0.000000s + User=0.000000s Real=0.000063s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -891,7 +913,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : VACUUM @@ -900,13 +922,13 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000073s Sys=0.000000s + User=0.000000s Real=0.000091s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -921,7 +943,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : VACUUM @@ -930,7 +952,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 3 starts. Run terminated. @@ -951,7 +973,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : VACUUM @@ -960,13 +982,13 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 4 starts. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000120s Sys=0.000000s + User=0.000000s Real=0.000131s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -981,7 +1003,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : VACUUM @@ -990,13 +1012,13 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 5 starts. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000068s Sys=0.000000s + User=0.000000s Real=0.000066s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1011,7 +1033,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : VACUUM @@ -1020,13 +1042,13 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 6 starts. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000044s Sys=0.000000s + User=0.000000s Real=0.000061s Sys=0.000000s Region -- -- appears in world volume This region is in the mass world. @@ -1041,7 +1063,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : VACUUM @@ -1050,13 +1072,13 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 7 starts. Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000047s Sys=0.000000s + User=0.000000s Real=0.000058s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/geometry/transforms/batch.out b/examples/extended/geometry/transforms/batch.out index ee8c96df16b..cf9cb8ac65a 100644 --- a/examples/extended/geometry/transforms/batch.out +++ b/examples/extended/geometry/transforms/batch.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,20 +22,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -48,6 +48,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -55,6 +58,9 @@ Registered filter factories: 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 @@ -96,7 +102,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -105,7 +111,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -138,7 +144,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000523s Sys=0.000000s + User=0.000000s Real=0.000449s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/hadronic/FissionFragment/FissionFragment.out b/examples/extended/hadronic/FissionFragment/FissionFragment.out index 60e68460ec5..516ab86298e 100644 --- a/examples/extended/hadronic/FissionFragment/FissionFragment.out +++ b/examples/extended/hadronic/FissionFragment/FissionFragment.out @@ -5,7 +5,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -339,20 +339,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -365,6 +365,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -372,6 +375,9 @@ Registered filter factories: 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 @@ -490,7 +496,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -514,6 +520,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -522,7 +532,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -569,7 +579,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -601,7 +611,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -633,7 +643,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -665,7 +675,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -698,7 +708,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -741,7 +751,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -773,7 +783,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -810,7 +820,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -819,24 +829,24 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -844,11 +854,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -858,11 +870,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -872,11 +886,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -886,11 +902,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -900,11 +918,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -914,11 +934,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -927,12 +949,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -952,7 +974,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -993,7 +1016,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV --------------------------------------------------- @@ -1027,7 +1052,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV - Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV @@ -1082,17 +1107,33 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -1112,6 +1153,7 @@ Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -1121,5 +1163,3 @@ Upload data before 1st event for Z < 9 ======================================================================= G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. -Graphics systems deleted. -Visualization Manager deleting... diff --git a/examples/extended/hadronic/Hadr00/History b/examples/extended/hadronic/Hadr00/History index 332acb29a73..087c4236d19 100644 --- a/examples/extended/hadronic/Hadr00/History +++ b/examples/extended/hadronic/Hadr00/History @@ -14,6 +14,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +13-02-20 V.Ivanchenko (exhadr00-V10-06-00) +- HistoManagerMessenger - fixed destructor + 27-08-19 V.Ivanchenko (exhadr00-V10-05-01) - cleaned-up macro files diff --git a/examples/extended/hadronic/Hadr00/hadr00.out b/examples/extended/hadronic/Hadr00/hadr00.out index 716e5649727..a03d5fe3751 100644 --- a/examples/extended/hadronic/Hadr00/hadr00.out +++ b/examples/extended/hadronic/Hadr00/hadr00.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -475,7 +475,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -484,24 +484,24 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -509,11 +509,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -523,11 +523,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -537,11 +537,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -551,11 +551,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -565,11 +565,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -579,11 +579,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -592,12 +592,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -617,7 +617,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -713,17 +714,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -743,6 +758,7 @@ Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -751,7 +767,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -767,7 +783,7 @@ Index : 1 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. ### Run 0 start @@ -776,7 +792,7 @@ EventAction: Event # 0 started Run terminated. Run Summary Number of events processed : 10 - User=0.020000s Real=0.185755s Sys=0.010000s + User=0.030000s Real=0.122365s Sys=0.010000s RunAction: End of run actions are started HistoManager: End of run actions are started ### Fill Cross Sections for proton off Al @@ -1588,6 +1604,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.032 MB +Dynamic pools deleted: 11 / Total memory freed: 0.034 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr00/src/HistoManagerMessenger.cc b/examples/extended/hadronic/Hadr00/src/HistoManagerMessenger.cc index 55904bc761c..e32a0071a43 100644 --- a/examples/extended/hadronic/Hadr00/src/HistoManagerMessenger.cc +++ b/examples/extended/hadronic/Hadr00/src/HistoManagerMessenger.cc @@ -114,6 +114,7 @@ HistoManagerMessenger::HistoManagerMessenger(HistoManager * p) HistoManagerMessenger::~HistoManagerMessenger() { + delete fbinCmd; delete fnOfAbsCmd; delete fpartCmd; delete fcsCmd; diff --git a/examples/extended/hadronic/Hadr01/History b/examples/extended/hadronic/Hadr01/History index 25cba1dab39..3f26bb3a116 100644 --- a/examples/extended/hadronic/Hadr01/History +++ b/examples/extended/hadronic/Hadr01/History @@ -14,7 +14,7 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -18-01-20 V.Ivanchenko (exhadr01-V10-05-02) +18-01-20 V.Ivanchenko (exhadr01-V10-06-00) - HistoManager - removed FPE error (happens if check volume material is not vacuum) diff --git a/examples/extended/hadronic/Hadr01/hadr01.out b/examples/extended/hadronic/Hadr01/hadr01.out index 1038644e46d..80cc1ad9126 100644 --- a/examples/extended/hadronic/Hadr01/hadr01.out +++ b/examples/extended/hadronic/Hadr01/hadr01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -510,7 +510,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -522,7 +522,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -535,11 +535,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -549,11 +549,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -563,11 +563,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -577,11 +577,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -591,11 +591,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -605,11 +605,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -618,7 +618,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -643,7 +643,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -740,12 +741,26 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -770,9 +785,10 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 -Electron internal conversion ID 0 +Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 @@ -791,7 +807,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -803,30 +819,30 @@ Index : 0 used in the geometry : Yes 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 10 kByte + Total memory consumed for geometry optimisation: 17 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 0.00 0.00 0.00 11k Check + 0.00 0.00 0.00 17k Check Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 100.00 10k 1 197 200 0.00 Check + 100.00 17k 1 197 200 0.00 Check ### Run 0 starts. ### Run 0 start -RunAction::BeginOfRunAction: User=0.890000s Real=0.947778s Sys=0.010000s +RunAction::BeginOfRunAction: User=1.010000s Real=1.034615s Sys=0.010000s NuclearData: User=0.000000s Real=0.000004s Sys=0.000000s EventAction: Event # 0 started EventAction: Event # 10 started @@ -841,33 +857,33 @@ EventAction: Event # 90 started Run terminated. Run Summary Number of events processed : 100 - User=0.080000s Real=0.094506s Sys=0.000000s + User=0.300000s Real=0.312422s Sys=0.010000s 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) 62.17 RMS(MeV) 49 -Average number of steps 201.6 -Average number of gamma 1.44 -Average number of e- 3.73 +Average energy deposit (MeV) 62.25 RMS(MeV) 57.77 +Average number of steps 187.1 +Average number of gamma 1.11 +Average number of e- 3.58 Average number of e+ 0.03 -Average number of neutrons 0.76 -Average number of protons 0.76 +Average number of neutrons 0.7 +Average number of protons 0.78 Average number of antiprotons 0 -Average number of pi+ & pi- 0.22 -Average number of pi0 0.09 +Average number of pi+ & pi- 0.18 +Average number of pi0 0.06 Average number of kaons 0 Average number of muons 0 -Average number of deuterons+tritons 0.23 -Average number of He3+alpha 0.2 -Average number of ions 0.44 +Average number of deuterons+tritons 0.16 +Average number of He3+alpha 0.31 +Average number of ions 0.42 Average number of forward neutrons 0 -Average number of reflected neutrons 0.73 +Average number of reflected neutrons 0.66 Average number of leaked neutrons 0 -Average number of proton leak 0.36 -Average number of pion leak 0.2 +Average number of proton leak 0.48 +Average number of pion leak 0.17 ======================================================== # @@ -881,22 +897,22 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 15 +Total navigation history collections cleaned: 13 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0211 MB +Pool ID '20G4NavigationLevelRep', size : 0.0183 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00481 MB -Pool ID '7G4Track', size : 0.00865 MB +Pool ID '17G4DynamicParticle', size : 0.00385 MB +Pool ID '7G4Track', size : 0.00769 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.00192 MB Pool ID '17G4ReactionProduct', size : 0.00192 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.046 MB +Dynamic pools deleted: 12 / Total memory freed: 0.041 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/hadronic/Hadr02/History b/examples/extended/hadronic/Hadr02/History index faa9df2a6ff..860b1dbc2c7 100644 --- a/examples/extended/hadronic/Hadr02/History +++ b/examples/extended/hadronic/Hadr02/History @@ -14,6 +14,11 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +07-05-20 A. Ribon (exhadr02-V10-06-00) +- HadronPhysicsCRMC_FTFP_BERT , HadronPhysicsHIJING , HadronPhysicsUrQMD : + introduced the new class G4HyperonBuilder which is now needed when + using G4HyperonFTFPBuilder. + 06-08-19 A. Ribon (exhadr02-V10-05-03) - HadronPhysicsCRMC_FTFP_BERT : use G4HadronicParameters for the energy transition region between FTF and BERT models. diff --git a/examples/extended/hadronic/Hadr02/hadr02.out b/examples/extended/hadronic/Hadr02/hadr02.out index aac0a907800..093bb1f3076 100644 --- a/examples/extended/hadronic/Hadr02/hadr02.out +++ b/examples/extended/hadronic/Hadr02/hadr02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,20 +21,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -47,6 +47,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -54,6 +57,9 @@ Registered filter factories: 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 @@ -506,7 +512,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -518,7 +524,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -531,11 +537,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -545,11 +551,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -559,11 +565,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -573,11 +579,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -587,11 +593,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -601,11 +607,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -614,7 +620,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -639,7 +645,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -736,12 +743,26 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -766,15 +787,16 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 -Electron internal conversion ID 0 +Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -790,7 +812,7 @@ Index : 1 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -810,28 +832,28 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.120000s Real=0.144003s Sys=0.010000s + User=0.180000s Real=0.210899s Sys=0.010000s RunAction: End of run action is starting HistoManager: End of run actions are started ======================================================== Beam particle S32 Beam Energy(GeV) 200 Number of events 100 -Average energy deposit (GeV) 6.915 RMS(GeV) 4.023 -Average number of steps 59.38 -Average number of gamma 0.78 +Average energy deposit (GeV) 6.353 RMS(GeV) 4.036 +Average number of steps 54.7 +Average number of gamma 0.97 Average number of e- 0 Average number of e+ 0 -Average number of neutrons 10.87 -Average number of protons 11.33 +Average number of neutrons 11.42 +Average number of protons 12.73 Average number of antiprotons 0 -Average number of pi+ & pi- 6.57 -Average number of pi0 3.31 -Average number of kaons 0.06 +Average number of pi+ & pi- 8.11 +Average number of pi0 3.87 +Average number of kaons 0.12 Average number of muons 0 -Average number of deuterons+tritons 2.91 -Average number of He3+alpha 1.01 -Average number of ions 1.1 +Average number of deuterons+tritons 2.76 +Average number of He3+alpha 1.17 +Average number of ions 1.11 ======================================================== Graphics systems deleted. @@ -839,6 +861,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.088 MB +Dynamic pools deleted: 12 / Total memory freed: 0.087 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr02/include/HadronPhysicsHIJING.hh b/examples/extended/hadronic/Hadr02/include/HadronPhysicsHIJING.hh index 85667792246..be3f839e9cf 100644 --- a/examples/extended/hadronic/Hadr02/include/HadronPhysicsHIJING.hh +++ b/examples/extended/hadronic/Hadr02/include/HadronPhysicsHIJING.hh @@ -54,6 +54,7 @@ #include "G4NeutronBuilder.hh" #include "HIJINGNeutronBuilder.hh" +#include "G4HyperonBuilder.hh" #include "G4HyperonFTFPBuilder.hh" #include "G4AntiBarionBuilder.hh" @@ -84,7 +85,8 @@ class HadronPhysicsHIJING : public G4VPhysicsConstructor G4ProtonBuilder * fPro; HIJINGProtonBuilder * fHIJINGPro; - G4HyperonFTFPBuilder * fHyperon; + G4HyperonBuilder * fHyperon; + G4HyperonFTFPBuilder * fFTFPHyperon; G4AntiBarionBuilder * fAntiBaryon; HIJINGAntiBarionBuilder * fHIJINGAntiBaryon; diff --git a/examples/extended/hadronic/Hadr02/include/HadronPhysicsUrQMD.hh b/examples/extended/hadronic/Hadr02/include/HadronPhysicsUrQMD.hh index 4dd03ad31dd..6f7301edc09 100644 --- a/examples/extended/hadronic/Hadr02/include/HadronPhysicsUrQMD.hh +++ b/examples/extended/hadronic/Hadr02/include/HadronPhysicsUrQMD.hh @@ -52,6 +52,7 @@ #include "G4NeutronBuilder.hh" #include "UrQMDNeutronBuilder.hh" +#include "G4HyperonBuilder.hh" #include "G4HyperonFTFPBuilder.hh" #include "G4AntiBarionBuilder.hh" @@ -81,7 +82,8 @@ private: G4ProtonBuilder * fPro; UrQMDProtonBuilder * fUrQMDPro; - G4HyperonFTFPBuilder * fHyperon; + G4HyperonBuilder * fHyperon; + G4HyperonFTFPBuilder * fFTFPHyperon; G4AntiBarionBuilder * fAntiBaryon; UrQMDAntiBarionBuilder * fUrQMDAntiBaryon; diff --git a/examples/extended/hadronic/Hadr02/src/HadronPhysicsCRMC_FTFP_BERT.cc b/examples/extended/hadronic/Hadr02/src/HadronPhysicsCRMC_FTFP_BERT.cc index df466f39b15..aa10882542d 100644 --- a/examples/extended/hadronic/Hadr02/src/HadronPhysicsCRMC_FTFP_BERT.cc +++ b/examples/extended/hadronic/Hadr02/src/HadronPhysicsCRMC_FTFP_BERT.cc @@ -58,6 +58,7 @@ #include "G4FTFPNeutronBuilder.hh" #include "CRMCNeutronBuilder.hh" #include "G4BertiniNeutronBuilder.hh" +#include "G4HyperonBuilder.hh" #include "G4HyperonFTFPBuilder.hh" #include "G4AntiBarionBuilder.hh" #include "G4FTFPAntiBarionBuilder.hh" @@ -218,9 +219,12 @@ void HadronPhysicsCRMC_FTFP_BERT::Kaon() { void HadronPhysicsCRMC_FTFP_BERT::Others() { // Hyperons + auto hyp = new G4HyperonBuilder; + AddBuilder( hyp ); auto ftfp_hyp = new G4HyperonFTFPBuilder; AddBuilder( ftfp_hyp ); - ftfp_hyp->Build(); + hyp->RegisterMe( ftfp_hyp ); + hyp->Build(); // Anti-baryons auto abar = new G4AntiBarionBuilder; AddBuilder( abar ); diff --git a/examples/extended/hadronic/Hadr02/src/HadronPhysicsHIJING.cc b/examples/extended/hadronic/Hadr02/src/HadronPhysicsHIJING.cc index 5481715b33f..02049fa0e09 100644 --- a/examples/extended/hadronic/Hadr02/src/HadronPhysicsHIJING.cc +++ b/examples/extended/hadronic/Hadr02/src/HadronPhysicsHIJING.cc @@ -87,6 +87,7 @@ HadronPhysicsHIJING::HadronPhysicsHIJING(G4int) fPro = 0; fHIJINGPro = 0; fHyperon = 0; + fFTFPHyperon = 0; fAntiBaryon = 0; fHIJINGAntiBaryon = 0; fCHIPSInelastic = 0; @@ -143,8 +144,10 @@ void HadronPhysicsHIJING::CreateModels() BertiniPiK->SetMaxEnergy(maxBERT); //For Hyperons use FTF model - fHyperon=new G4HyperonFTFPBuilder; - + fHyperon=new G4HyperonBuilder; + fFTFPHyperon=new G4HyperonFTFPBuilder; + fHyperon->RegisterMe( fFTFPHyperon ); + fAntiBaryon=new G4AntiBarionBuilder; //FTFPAntiBaryon=new G4FTFPAntiBarionBuilder(quasiElasFTF); G4FTFPAntiBarionBuilder* FTFPAB = new G4FTFPAntiBarionBuilder(quasiElasFTF); @@ -165,6 +168,7 @@ HadronPhysicsHIJING::~HadronPhysicsHIJING() delete fHIJINGPro; delete fHyperon; + delete fFTFPHyperon; delete fAntiBaryon; delete fHIJINGAntiBaryon; diff --git a/examples/extended/hadronic/Hadr02/src/HadronPhysicsUrQMD.cc b/examples/extended/hadronic/Hadr02/src/HadronPhysicsUrQMD.cc index eb16c022743..7ddee31d717 100644 --- a/examples/extended/hadronic/Hadr02/src/HadronPhysicsUrQMD.cc +++ b/examples/extended/hadronic/Hadr02/src/HadronPhysicsUrQMD.cc @@ -72,6 +72,7 @@ HadronPhysicsUrQMD::HadronPhysicsUrQMD(G4int) fPro = 0; fUrQMDPro = 0; fHyperon = 0; + fFTFPHyperon = 0; fAntiBaryon = 0; } @@ -92,8 +93,10 @@ void HadronPhysicsUrQMD::CreateModels() fPiK->RegisterMe(fUrQMDPiK); //For Hyperons use FTF model - fHyperon=new G4HyperonFTFPBuilder; - + fHyperon=new G4HyperonBuilder; + fFTFPHyperon=new G4HyperonFTFPBuilder; + fHyperon->RegisterMe( fFTFPHyperon ); + fAntiBaryon=new G4AntiBarionBuilder; fUrQMDAntiBaryon=new UrQMDAntiBarionBuilder(); fAntiBaryon->RegisterMe( fUrQMDAntiBaryon ); @@ -113,6 +116,7 @@ HadronPhysicsUrQMD::~HadronPhysicsUrQMD() delete fUrQMDPro; delete fHyperon; + delete fFTFPHyperon; delete fAntiBaryon; delete fUrQMDAntiBaryon; } diff --git a/examples/extended/hadronic/Hadr03/.README.txt b/examples/extended/hadronic/Hadr03/.README.txt index 937d382ce22..69777a8e3f1 100644 --- a/examples/extended/hadronic/Hadr03/.README.txt +++ b/examples/extended/hadronic/Hadr03/.README.txt @@ -74,7 +74,7 @@ \section Hadr03_s5 HISTOGRAMS - The test contains 12 built-in 1D histograms, which are managed by + The test contains 13 built-in 1D histograms, which are managed by G4AnalysisManager and its Messenger. The histos can be individually activated with the command : /analysis/h1/set id nbBins valMin valMax unit @@ -83,16 +83,17 @@ - 1 : "kinetic energy of scattered primary particle" - 2 : "kinetic energy of gamma" - - 3 : "kinetic energy of neutrons" - - 4 : "kinetic energy of protons" - - 5 : "kinetic energy of deuterons" - - 6 : "kinetic energy of alphas" - - 7 : "kinetic energy of nuclei" - - 8 : "kinetic energy of mesons" - - 9 : "kinetic energy of baryons" - - 10 : "Q = Ekin out - Ekin in" - - 11 : "Pbalance = mag(P_out - P_in)" - - 12 : "atomic mass of nuclei" + - 3 : "kinetic energy of e-" + - 4 : "kinetic energy of neutrons" + - 5 : "kinetic energy of protons" + - 6 : "kinetic energy of deuterons" + - 7 : "kinetic energy of alphas" + - 8 : "kinetic energy of nuclei" + - 9 : "kinetic energy of mesons" + - 10 : "kinetic energy of baryons" + - 11 : "Q = Ekin out - Ekin in" + - 12 : "Pbalance = mag(P_out - P_in)" + - 13 : "atomic mass of nuclei" The histograms are managed by the HistoManager class and its Messenger. The histos can be individually activated with the command : diff --git a/examples/extended/hadronic/Hadr03/Au196.mac b/examples/extended/hadronic/Hadr03/Au196.mac new file mode 100644 index 00000000000..58fb2ad7904 --- /dev/null +++ b/examples/extended/hadronic/Hadr03/Au196.mac @@ -0,0 +1,13 @@ +# +# Macro file for "Hadr03.cc" +# +/testhadr/det/setIsotopeMat Au195 79 195 19.30 g/cm3 +/testhadr/det/setSize 100 m +# +/run/initialize +# +/gun/particle neutron +/gun/energy 1 eV +# +/run/printProgress 10000 +/run/beamOn 100000 diff --git a/examples/extended/hadronic/Hadr03/History b/examples/extended/hadronic/Hadr03/History index 274eff468ba..0e99ae67ef6 100644 --- a/examples/extended/hadronic/Hadr03/History +++ b/examples/extended/hadronic/Hadr03/History @@ -12,6 +12,17 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +04-06-20 mma (exhadr03-V10-06-02) +- HistoManager, SteppingAction : add plot of e- + +04-05-20 mma (exhadr03-V10-06-01) +- GammaNuclearPhysics : add G4LowEGammaNuclearModel +- add GammaNuclearPhysicsLEND +- modify gamma.mac; add Au196.mac + +30-04-20 mma (exhadr03-V10-06-00) +- PhysicsList : add G4HadronPhysicsQGSP_BIC, Shielding, RadioactiveDecay 03-10-18 mma (exhadr03-V10-04-06) - PhysicsList : add G4HadronElasticPhysicsXS diff --git a/examples/extended/hadronic/Hadr03/README b/examples/extended/hadronic/Hadr03/README index b6ce197bd3d..696fb73483d 100644 --- a/examples/extended/hadronic/Hadr03/README +++ b/examples/extended/hadronic/Hadr03/README @@ -79,18 +79,19 @@ where unit is the desired unit for the histo (MeV or keV, etc..) (see the macros xxxx.mac). - 1 "kinetic energy of scattered primary particle" + 1 "kinetic energy of scattered primary particle" 2 "kinetic energy of gamma" - 3 "kinetic energy of neutrons" - 4 "kinetic energy of protons" - 5 "kinetic energy of deuterons" - 6 "kinetic energy of alphas" - 7 "kinetic energy of nuclei" - 8 "kinetic energy of mesons" - 9 "kinetic energy of baryons" - 10 "Q = Ekin out - Ekin in" - 11 "Pbalance = mag(P_out - P_in)" - 12 "atomic mass of nuclei" + 3 "kinetic energy of e-" + 4 "kinetic energy of neutrons" + 5 "kinetic energy of protons" + 6 "kinetic energy of deuterons" + 7 "kinetic energy of alphas" + 8 "kinetic energy of nuclei" + 9 "kinetic energy of mesons" + 10 "kinetic energy of baryons" + 11 "Q = Ekin out - Ekin in" + 12 "Pbalance = mag(P_out - P_in)" + 13 "atomic mass of nuclei" The histograms are managed by the HistoManager class and its Messenger. The histos can be individually activated with the command : diff --git a/examples/extended/hadronic/Hadr03/elastic.mac b/examples/extended/hadronic/Hadr03/elastic.mac index 28d4a2d3a47..d65009300f6 100644 --- a/examples/extended/hadronic/Hadr03/elastic.mac +++ b/examples/extended/hadronic/Hadr03/elastic.mac @@ -1,8 +1,5 @@ # # Macro file for "Hadr03.cc" -# (can be run in batch, without graphic) -# -# proton 10 MeV; all processes # /control/verbose 2 /run/verbose 2 @@ -22,12 +19,11 @@ # /analysis/setFileName elastic /analysis/h1/set 1 100 9. 11 MeV # scaterred proton -/analysis/h1/set 7 100 0. 50 keV #recoil nuclei -/analysis/h1/set 10 100 -700. 10 eV #Q -/analysis/h1/set 11 100 0. 15 MeV #Pbalance +/analysis/h1/set 8 100 0. 50 keV #recoil nuclei +/analysis/h1/set 11 100 -700. 10 eV #Q +/analysis/h1/set 12 100 0. 15 MeV #Pbalance # /run/printProgress 1000 -# /run/beamOn 10000 diff --git a/examples/extended/hadronic/Hadr03/gamma.mac b/examples/extended/hadronic/Hadr03/gamma.mac index 19c75eac77b..524eaaa7e1a 100644 --- a/examples/extended/hadronic/Hadr03/gamma.mac +++ b/examples/extended/hadronic/Hadr03/gamma.mac @@ -1,11 +1,10 @@ # -# Macro file for "Hadr14.cc" -# (can be run in batch, without graphic) +# Macro file for "Hadr03.cc" # /control/verbose 2 /run/verbose 2 # -/testhadr/det/setMat Molybdenum98 +/testhadr/det/setIsotopeMat Au196 79 196 19.30 g/cm3 /testhadr/det/setSize 100 m # /run/initialize @@ -14,9 +13,8 @@ /gun/energy 10 MeV # /analysis/setFileName gamma -/analysis/h1/set 7 100 -1. 30 keV #nuclei -/analysis/h1/set 10 100 -10. 1 MeV #Q +/analysis/h1/set 2 150 0. 10. MeV #gamma +/analysis/h1/set 4 150 0. 3. MeV #neutrons # -/run/printProgress 1000 -# -/run/beamOn 1000 +/run/printProgress 10000 +/run/beamOn 100000 diff --git a/examples/extended/hadronic/Hadr03/hadr03.out b/examples/extended/hadronic/Hadr03/hadr03.out index e0963c477e6..ec05d7daff1 100644 --- a/examples/extended/hadronic/Hadr03/hadr03.out +++ b/examples/extended/hadronic/Hadr03/hadr03.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,18 +37,30 @@ Command is ignored. 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 + +### === Deexcitation model UAtomDeexcitation is activated for 1 region: +### === Auger cascade flag: 1 +### === Ignore cuts flag: 0 # /process/list - Transportation, hadElastic, neutronInelastic, nCapture - nFission, protonInelastic, pi+Inelastic, pi-Inelastic - kaon+Inelastic, kaon-Inelastic, kaon0LInelastic, kaon0SInelastic - lambdaInelastic,anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic - sigma+Inelastic,anti_sigma+Inelastic, xi-Inelastic, anti_xi-Inelastic - xi0Inelastic, anti_xi0Inelastic, omega-Inelastic,anti_omega-Inelastic -anti_protonInelastic,anti_neutronInelastic,anti_deuteronInelastic,anti_tritonInelastic - anti_He3Inelastic,anti_alphaInelastic, ionElastic, dInelastic - tInelastic, He3Inelastic, alphaInelastic, ionInelastic - photonNuclear + Transportation, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, neutronInelastic, nCapture, nFission + protonInelastic, pi+Inelastic, pi-Inelastic, kaon+Inelastic + kaon-Inelastic, kaon0LInelastic, kaon0SInelastic, lambdaInelastic +anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic, sigma+Inelastic +anti_sigma+Inelastic, xi-Inelastic, anti_xi-Inelastic, xi0Inelastic + anti_xi0Inelastic, omega-Inelastic,anti_omega-Inelastic,anti_protonInelastic +anti_neutronInelastic,anti_deuteronInelastic,anti_tritonInelastic, anti_He3Inelastic +anti_alphaInelastic, ionElastic, dInelastic, tInelastic + He3Inelastic, alphaInelastic, ionInelastic, photonNuclear +RadioactiveDecayBase # /gun/particle proton /gun/energy 10 MeV @@ -56,6 +68,20 @@ anti_protonInelastic,anti_neutronInelastic,anti_deuteronInelastic,anti_tritonIne /run/printProgress 1000 # /run/beamOn 10000 +====================================================================== +====== Radioactive Decay Physics Parameters ======= +====================================================================== +Max life time 1.4427e+06 ps +Internal e- conversion flag 1 +Stored internal conversion coefficients 1 +Enable correlated gamma emission 0 +Max 2J for sampling of angular correlations 10 +Atomic de-excitation enabled 1 +Auger electron emission enabled 1 +Auger cascade enabled 1 +Check EM cuts disabled for atomic de-excitation 0 +Use Bearden atomic level energies 0 +====================================================================== 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 @@ -78,12 +104,14 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: FTFP: 3 GeV/n ---> 100 TeV/n Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Process: RadioactiveDecayBase + --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -95,7 +123,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -108,11 +136,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_alpha @@ -120,11 +150,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -132,11 +164,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_neutron @@ -144,11 +178,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_proton @@ -156,11 +192,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_triton @@ -168,18 +206,20 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for deuteron Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -190,7 +230,8 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 10 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 10 GeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV --------------------------------------------------- @@ -228,7 +269,9 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV --------------------------------------------------- @@ -246,7 +289,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV - Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV @@ -299,12 +342,26 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 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 Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -328,25 +385,26 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1000 +Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 -Store e- internal conversion data 0 +Store e- internal conversion data 1 Electron internal conversion ID 0 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.9443 keV e- 1.44302 MeV e+ 1.36749 MeV proton 0 eV + Energy thresholds : gamma 42.9817 keV e- 1.43711 MeV e+ 1.35304 MeV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -367,7 +425,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=0.130000s Real=0.145841s Sys=0.000000s + User=0.280000s Real=0.299211s Sys=0.010000s The run is 10000 proton of 10 MeV through 10 m of Molybdenum98 (density: 10.28 g/cm3 ) @@ -388,7 +446,7 @@ Run Summary proton + Mo98 --> N gamma or e- + Tc99: 1 Q = 6.4945 MeV proton + Mo98 --> N gamma or e- + Tc99[142.683]: 1 Q = 6.3518 MeV - proton + Mo98 --> N gamma or e- + neutron + Tc98: 1873 Q = -2.4725 MeV + proton + Mo98 --> N gamma or e- + neutron + Tc98: 1873 Q = -2.4771 MeV proton + Mo98 --> N gamma or e- + proton + Mo98: 13 Q = -9.3784e-06 eV proton + Mo98 --> proton + Mo98: 8112 Q = -5.6975e-06 eV @@ -396,15 +454,15 @@ Run Summary List of generated particles: Mo98: 8125 Emean = 32.474 keV ( 5.4473 eV --> 405.17 keV) - Tc98: 1873 Emean = 120.07 keV ( 7.7509 keV --> 296.85 keV) + Tc98: 1873 Emean = 120.07 keV ( 7.7509 keV --> 296.88 keV) Tc99: 1 Emean = 88.079 keV ( 88.079 keV --> 88.079 keV) Tc99[142.683]: 1 Emean = 93.139 keV ( 93.139 keV --> 93.139 keV) - e-: 506 Emean = 137.72 keV ( 21.527 keV --> 3.8124 MeV) + e-: 506 Emean = 120.82 keV ( 18.601 keV --> 3.7913 MeV) gamma: 12667 Emean = 851.55 keV ( 21.805 keV --> 12.228 MeV) neutron: 1873 Emean = 1.6433 MeV ( 48.681 keV --> 6.3995 MeV) proton: 13 Emean = 7.7097 MeV ( 5.5275 MeV --> 9.3462 MeV) - Momentum balance: Pmean = 40.875 eV ( 2.861e-07 eV --> 2.3689 keV) + Momentum balance: Pmean = 39.514 eV ( 2.861e-07 eV --> 2.3135 keV) --------- Ranecu engine status --------- diff --git a/examples/extended/hadronic/Hadr03/include/GammaNuclearPhysicsLEND.hh b/examples/extended/hadronic/Hadr03/include/GammaNuclearPhysicsLEND.hh new file mode 100644 index 00000000000..2da3dea48af --- /dev/null +++ b/examples/extended/hadronic/Hadr03/include/GammaNuclearPhysicsLEND.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 hadronic/Hadr03/include/GammaNuclearPhysicsLEND.hh +/// \brief Definition of the GammaNuclearPhysics class +// +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#ifndef GammaNuclearPhysicsLEND_h +#define GammaNuclearPhysicsLEND_h 1 + +#include "globals.hh" +#include "G4VPhysicsConstructor.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +class GammaNuclearPhysicsLEND : public G4VPhysicsConstructor +{ + public: + GammaNuclearPhysicsLEND(const G4String& name="gamma"); + ~GammaNuclearPhysicsLEND(); + + public: + virtual void ConstructParticle() { }; + virtual void ConstructProcess(); +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif + diff --git a/examples/extended/hadronic/Hadr03/inelastic.mac b/examples/extended/hadronic/Hadr03/inelastic.mac index 2e1c0c018f0..4161d3e282a 100644 --- a/examples/extended/hadronic/Hadr03/inelastic.mac +++ b/examples/extended/hadronic/Hadr03/inelastic.mac @@ -1,8 +1,5 @@ # # Macro file for "Hadr03.cc" -# (can be run in batch, without graphic) -# -# proton 10 MeV; all processes # /control/verbose 2 /run/verbose 2 @@ -19,9 +16,8 @@ # /analysis/setFileName inelastic /analysis/h1/set 2 100 0. 8000 keV #gamma -/analysis/h1/set 7 100 0. 400 keV #nuclei -/analysis/h1/set 10 100 -10 +0 MeV #Q +/analysis/h1/set 8 100 0. 400 keV #nuclei +/analysis/h1/set 11 100 -10 +0 MeV #Q # /run/printProgress 1000 -# /run/beamOn 10000 diff --git a/examples/extended/hadronic/Hadr03/nCapture.mac b/examples/extended/hadronic/Hadr03/nCapture.mac index e415ed11cb8..142d27bce37 100644 --- a/examples/extended/hadronic/Hadr03/nCapture.mac +++ b/examples/extended/hadronic/Hadr03/nCapture.mac @@ -1,6 +1,5 @@ # # Macro file for "Hadr03.cc" -# (can be run in batch, without graphic) # /control/verbose 2 /run/verbose 2 @@ -22,10 +21,9 @@ # /analysis/setFileName nCapture /analysis/h1/set 2 100 0. 15 MeV #gamma -/analysis/h1/set 7 100 0. 70 keV #nuclei -/analysis/h1/set 10 100 0. 70 MeV #Q -/analysis/h1/set 11 100 0. 15 MeV #Pbalance +/analysis/h1/set 8 100 0. 70 keV #nuclei +/analysis/h1/set 11 100 0. 70 MeV #Q +/analysis/h1/set 12 100 0. 15 MeV #Pbalance # /run/printProgress 10000 -# /run/beamOn 100000 diff --git a/examples/extended/hadronic/Hadr03/nFission.mac b/examples/extended/hadronic/Hadr03/nFission.mac index 4522a262285..8dc64a34019 100644 --- a/examples/extended/hadronic/Hadr03/nFission.mac +++ b/examples/extended/hadronic/Hadr03/nFission.mac @@ -22,10 +22,10 @@ # /analysis/setFileName nFission /analysis/h1/set 2 100 0 10 MeV #gamma -/analysis/h1/set 3 100 0 10 MeV #neutron -/analysis/h1/set 7 100 0 150 MeV #nuclei -/analysis/h1/set 10 100 150 250 MeV #Q -/analysis/h1/set 12 200 1 200 none #A +/analysis/h1/set 4 100 0 10 MeV #neutron +/analysis/h1/set 8 100 0 150 MeV #nuclei +/analysis/h1/set 11 100 150 250 MeV #Q +/analysis/h1/set 13 200 1 200 none #A # /run/printProgress 1000 /testhadr/run/printStat false diff --git a/examples/extended/hadronic/Hadr03/neutron.mac b/examples/extended/hadronic/Hadr03/neutron.mac index 373b01c0614..a0668efc68b 100644 --- a/examples/extended/hadronic/Hadr03/neutron.mac +++ b/examples/extended/hadronic/Hadr03/neutron.mac @@ -1,6 +1,5 @@ # # Macro file for "Hadr03.cc" -# (can be run in batch, without graphic) # /control/verbose 2 /run/verbose 2 @@ -19,11 +18,10 @@ # /analysis/setFileName neutron /analysis/h1/set 2 100 0. 1000 keV #gamma -/analysis/h1/set 6 100 0. 3000 keV #alpha -/analysis/h1/set 7 100 0. 2000 keV #nuclei -/analysis/h1/set 10 100 0. 3000 keV #Q -/analysis/h1/set 11 100 0. 100 keV #Pbalance +/analysis/h1/set 7 100 0. 3000 keV #alpha +/analysis/h1/set 8 100 0. 2000 keV #nuclei +/analysis/h1/set 11 100 0. 3000 keV #Q +/analysis/h1/set 12 100 0. 100 keV #Pbalance # /run/printProgress 10000 -# /run/beamOn 100000 diff --git a/examples/extended/hadronic/Hadr03/src/GammaNuclearPhysics.cc b/examples/extended/hadronic/Hadr03/src/GammaNuclearPhysics.cc index eaf6de5c333..6ba388b8245 100644 --- a/examples/extended/hadronic/Hadr03/src/GammaNuclearPhysics.cc +++ b/examples/extended/hadronic/Hadr03/src/GammaNuclearPhysics.cc @@ -38,6 +38,7 @@ // Processes #include "G4PhotoNuclearProcess.hh" +#include "G4LowEGammaNuclearModel.hh" #include "G4CascadeInterface.hh" #include "G4SystemOfUnits.hh" @@ -57,14 +58,26 @@ GammaNuclearPhysics::~GammaNuclearPhysics() void GammaNuclearPhysics::ConstructProcess() { - G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); - // G4PhotoNuclearProcess* process = new G4PhotoNuclearProcess(); - // - G4CascadeInterface* bertini = new G4CascadeInterface(); - bertini->SetMaxEnergy(10*GeV); - process->RegisterMe(bertini); - // + + // to not register a model, set Emax=0; eg. Emax1 = 0. + const G4double Emax1 = 200*MeV, Emax2 = 10*GeV; + + if (Emax1 > 0.) { // model 1 + G4LowEGammaNuclearModel* model1 = new G4LowEGammaNuclearModel(); + model1->SetMaxEnergy(Emax1); + process->RegisterMe(model1); + } + + if (Emax2 > 0.) { // model 2 + G4CascadeInterface* model2 = new G4CascadeInterface(); + G4double Emin2 = std::max(Emax1-1*MeV, 0.); + model2->SetMinEnergy(Emin2); + model2->SetMaxEnergy(Emax2); + process->RegisterMe(model2); + } + + G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); pManager->AddDiscreteProcess(process); } diff --git a/examples/extended/hadronic/Hadr03/src/GammaNuclearPhysicsLEND.cc b/examples/extended/hadronic/Hadr03/src/GammaNuclearPhysicsLEND.cc new file mode 100644 index 00000000000..30f0ee26323 --- /dev/null +++ b/examples/extended/hadronic/Hadr03/src/GammaNuclearPhysicsLEND.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 hadronic/Hadr03/src/GammaNuclearPhysicsLEND.cc +/// \brief Implementation of the GammaNuclearPhysicsLEND class +// +// $Id: GammaNuclearPhysics.cc 66587 2012-12-21 11:06:44Z ihrivnac $ +// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#include "GammaNuclearPhysicsLEND.hh" + +#include "G4ParticleDefinition.hh" +#include "G4ProcessManager.hh" + +// Processes + +#include "G4PhotoNuclearProcess.hh" +#include "G4LENDorBERTModel.hh" +#include "G4LENDCombinedCrossSection.hh" + +#include "G4SystemOfUnits.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +GammaNuclearPhysicsLEND::GammaNuclearPhysicsLEND(const G4String& name) +: G4VPhysicsConstructor(name) +{ } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +GammaNuclearPhysicsLEND::~GammaNuclearPhysicsLEND() +{ } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void GammaNuclearPhysicsLEND::ConstructProcess() +{ + G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); + // + G4PhotoNuclearProcess* process = new G4PhotoNuclearProcess(); + // + G4LENDorBERTModel* lend = new G4LENDorBERTModel(G4Gamma::Gamma()); + lend->SetMaxEnergy(20*MeV); + process->RegisterMe(lend); + // + G4LENDCombinedCrossSection* lendXS = new G4LENDCombinedCrossSection(G4Gamma::Gamma()); + process->AddDataSet(lendXS); + // + pManager->AddDiscreteProcess(process); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/Hadr03/src/HistoManager.cc b/examples/extended/hadronic/Hadr03/src/HistoManager.cc index 58df4fa0b82..6348eff4c2b 100644 --- a/examples/extended/hadronic/Hadr03/src/HistoManager.cc +++ b/examples/extended/hadronic/Hadr03/src/HistoManager.cc @@ -61,23 +61,24 @@ void HistoManager::Book() analysisManager->SetActivation(true); //enable inactivation of histograms // Define histograms start values - const G4int kMaxHisto = 13; + const G4int kMaxHisto = 14; const G4String id[] = {"0","1","2","3","4","5","6","7","8","9", - "10","11","12"}; + "10","11","12","13"}; const G4String title[] = { "dummy", //0 "kinetic energy of scattered primary particle", //1 "kinetic energy of gamma", //2 - "kinetic energy of neutrons", //3 - "kinetic energy of protons", //4 - "kinetic energy of deuterons", //5 - "kinetic energy of alphas", //6 - "kinetic energy of nuclei", //7 - "kinetic energy of mesons", //8 - "kinetic energy of baryons", //9 - "Q = Ekin out - Ekin in", //10 - "Pbalance = mag(P_out - P_in)", //11 - "atomic mass of nuclei" //12 + "kinetic energy of electrons", //3 + "kinetic energy of neutrons", //4 + "kinetic energy of protons", //5 + "kinetic energy of deuterons", //6 + "kinetic energy of alphas", //7 + "kinetic energy of nuclei", //8 + "kinetic energy of mesons", //9 + "kinetic energy of baryons", //10 + "Q = Ekin out - Ekin in", //11 + "Pbalance = mag(P_out - P_in)", //12 + "atomic mass of nuclei" //13 }; // Default values (to be reset via /analysis/h1/set command) diff --git a/examples/extended/hadronic/Hadr03/src/PhysicsList.cc b/examples/extended/hadronic/Hadr03/src/PhysicsList.cc index 12fbc58adde..87805d56959 100644 --- a/examples/extended/hadronic/Hadr03/src/PhysicsList.cc +++ b/examples/extended/hadronic/Hadr03/src/PhysicsList.cc @@ -40,8 +40,10 @@ #include "G4HadronPhysicsFTFP_BERT_HP.hh" #include "G4HadronPhysicsQGSP_BIC_HP.hh" #include "G4HadronPhysicsQGSP_BIC_AllHP.hh" +#include "G4HadronPhysicsQGSP_BIC.hh" #include "G4HadronInelasticQBBC.hh" #include "G4HadronPhysicsINCLXX.hh" +#include "G4HadronPhysicsShielding.hh" #include "G4IonElasticPhysics.hh" #include "G4IonPhysicsXS.hh" @@ -50,6 +52,7 @@ #include "G4IonINCLXXPhysics.hh" #include "GammaNuclearPhysics.hh" +#include "G4RadioactiveDecayPhysics.hh" // particles @@ -84,9 +87,11 @@ PhysicsList::PhysicsList() ////RegisterPhysics( new G4HadronPhysicsFTFP_BERT_HP(verb)); RegisterPhysics( new G4HadronPhysicsQGSP_BIC_HP(verb)); ////RegisterPhysics( new G4HadronPhysicsQGSP_BIC_AllHP(verb)); + ////RegisterPhysics( new G4HadronPhysicsQGSP_BIC(verb)); ////RegisterPhysics( new G4HadronInelasticQBBC(verb)); ////RegisterPhysics( new G4HadronPhysicsINCLXX(verb)); - + ////RegisterPhysics( new G4HadronPhysicsShielding(verb)); + // Ion Elastic scattering // RegisterPhysics( new G4IonElasticPhysics(verb)); @@ -101,7 +106,9 @@ PhysicsList::PhysicsList() // Gamma physics // RegisterPhysics( new GammaNuclearPhysics("gamma")); - + + // Radioactive decay + RegisterPhysics(new G4RadioactiveDecayPhysics()); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/hadronic/Hadr03/src/SteppingAction.cc b/examples/extended/hadronic/Hadr03/src/SteppingAction.cc index 75540a7f3ee..53924baea54 100644 --- a/examples/extended/hadronic/Hadr03/src/SteppingAction.cc +++ b/examples/extended/hadronic/Hadr03/src/SteppingAction.cc @@ -120,18 +120,19 @@ void SteppingAction::UserSteppingAction(const G4Step* aStep) //energy spectrum ih = 0; if (particle == G4Gamma::Gamma()) ih = 2; - else if (particle == G4Neutron::Neutron()) ih = 3; - else if (particle == G4Proton::Proton()) ih = 4; - else if (particle == G4Deuteron::Deuteron()) ih = 5; - else if (particle == G4Alpha::Alpha()) ih = 6; - else if (type == "nucleus") ih = 7; - else if (type == "meson") ih = 8; - else if (type == "baryon") ih = 9; + else if (particle == G4Electron::Electron()) ih = 3; + else if (particle == G4Neutron::Neutron()) ih = 4; + else if (particle == G4Proton::Proton()) ih = 5; + else if (particle == G4Deuteron::Deuteron()) ih = 6; + else if (particle == G4Alpha::Alpha()) ih = 7; + else if (type == "nucleus") ih = 8; + else if (type == "meson") ih = 9; + else if (type == "baryon") ih = 10; if (ih > 0) analysis->FillH1(ih,energy); //atomic mass if (type == "nucleus") { G4int A = particle->GetAtomicMass(); - analysis->FillH1(12, A); + analysis->FillH1(13, A); } //energy-momentum balance G4ThreeVector momentum = (*secondary)[lp]->GetMomentum(); @@ -146,9 +147,9 @@ void SteppingAction::UserSteppingAction(const G4Step* aStep) //energy-momentum balance G4double Pbal = Pbalance.mag(); run->Balance(Pbal); - ih = 10; - analysis->FillH1(ih,Q); ih = 11; + analysis->FillH1(ih,Q); + ih = 12; analysis->FillH1(ih,Pbal); // nuclear channel diff --git a/examples/extended/hadronic/Hadr04/hadr04.out b/examples/extended/hadronic/Hadr04/hadr04.out index 2c9537491b6..90712da274a 100644 --- a/examples/extended/hadronic/Hadr04/hadr04.out +++ b/examples/extended/hadronic/Hadr04/hadr04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -124,16 +124,16 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 0 fm -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 0 meV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 0 meV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -159,7 +159,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 1000 - User=15.230000s Real=15.437025s Sys=0.000000s + User=233.840000s Real=236.697636s Sys=0.090000s The run is 1000 neutron of 2 MeV through 50 cm of Water_ts (density: 1 g/cm3 ) diff --git a/examples/extended/hadronic/Hadr06/.README.txt b/examples/extended/hadronic/Hadr06/.README.txt index 4ff45926d68..dbda16031ec 100644 --- a/examples/extended/hadronic/Hadr06/.README.txt +++ b/examples/extended/hadronic/Hadr06/.README.txt @@ -74,27 +74,37 @@ \section Hadr06_s5 HISTOGRAMS - The test contains 13 built-in 1D histograms, which are managed by + The test contains 23 built-in 1D histograms, which are managed by G4AnalysisManager and its Messenger. The histos can be individually activated with the command : /analysis/h1/set id nbBins valMin valMax unit where unit is the desired unit for the histo (MeV or keV, etc..) (see the macros xxxx.mac). - + 1 "total energy deposit" 2 "Edep (MeV/mm) profile along radius" 3 "total kinetic energy flow" - 4 "gamma flux (dN/dE) at exit" - 5 "e+- flux (dN/dE) at exit" - 6 "neutrons flux (dN/dE) at exit" - 7 "protons flux (dN/dE) at exit" - 8 "deuterons flux (dN/dE) at exit" - 9 "alphas flux (dN/dE) at exit" - 10 "all others ions flux (dN/dE) at exit" - 11 "all others baryons flux (dN/dE) at exit" - 12 "all others mesons flux (dN/dE) at exit" - 13 "all others leptons flux (dN/dE) at exit" - + 4 "energy spectrum of gamma at creation" + 5 "energy spectrum of e+- at creation" + 6 "energy spectrum of neutrons at creation" + 7 "energy spectrum of protons at creation" + 8 "energy spectrum of deuterons at creation" + 9 "energy spectrum of alphas at creation" + 10 "energy spectrum of all others ions at creation" + 11 "energy spectrum of all others baryons at creation" + 12 "energy spectrum of all others mesons at creation" + 13 "energy spectrum of all others leptons (neutrinos) at creation" + 14 "energy spectrum of emerging gamma" + 15 "energy spectrum of emerging e+-" + 16 "energy spectrum of emerging neutrons" + 17 "energy spectrum of emerging protons" + 18 "energy spectrum of emerging deuterons" + 19 "energy spectrum of emerging alphas" + 20 "energy spectrum of all others emerging ions" + 21 "energy spectrum of all others emerging baryons" + 22 "energy spectrum of all others emerging mesons" + 23 "energy spectrum of all others emerging leptons (neutrinos)" + The histograms are managed by the HistoManager class and its Messenger. The histos can be individually activated with the command : \verbatim diff --git a/examples/extended/hadronic/Hadr06/History b/examples/extended/hadronic/Hadr06/History index c55ee06abfd..5fd4c54a527 100644 --- a/examples/extended/hadronic/Hadr06/History +++ b/examples/extended/hadronic/Hadr06/History @@ -12,6 +12,12 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +10-06-20 mma (exhadr06-V10-06-01) +- HistoManager, TrackingAction : plot particle energy at creation + +08-05-20 mma (exhadr06-V10-06-00) +- GammaNuclearPhysics : add G4LowEGammaNuclearModel 04-10-18 mma (exhadr06-V10-04-04) - PhysicsList : use G4IonPhysicsXS diff --git a/examples/extended/hadronic/Hadr06/README b/examples/extended/hadronic/Hadr06/README index 1980efd5c3d..595c786358e 100644 --- a/examples/extended/hadronic/Hadr06/README +++ b/examples/extended/hadronic/Hadr06/README @@ -73,7 +73,7 @@ 5- HISTOGRAMS - The test contains 13 built-in 1D histograms, which are managed by + The test contains 23 built-in 1D histograms, which are managed by G4AnalysisManager and its Messenger. The histos can be individually activated with the command : /analysis/h1/set id nbBins valMin valMax unit @@ -83,17 +83,27 @@ 1 "total energy deposit" 2 "Edep (MeV/mm) profile along radius" 3 "total kinetic energy flow" - 4 "energy spectrum of emerging gamma" - 5 "energy spectrum of emerging e+-" - 6 "energy spectrum of emerging neutrons" - 7 "energy spectrum of emerging protons" - 8 "energy spectrum of emerging deuterons" - 9 "energy spectrum of emerging alphas" - 10 "energy spectrum of all others emerging ions" - 11 "energy spectrum of all others emerging baryons" - 12 "energy spectrum of all others emerging mesons" - 13 "energy spectrum of all others emerging leptons (neutrinos)" - + 4 "energy spectrum of gamma at creation" + 5 "energy spectrum of e+- at creation" + 6 "energy spectrum of neutrons at creation" + 7 "energy spectrum of protons at creation" + 8 "energy spectrum of deuterons at creation" + 9 "energy spectrum of alphas at creation" + 10 "energy spectrum of all others ions at creation" + 11 "energy spectrum of all others baryons at creation" + 12 "energy spectrum of all others mesons at creation" + 13 "energy spectrum of all others leptons (neutrinos) at creation" + 14 "energy spectrum of emerging gamma" + 15 "energy spectrum of emerging e+-" + 16 "energy spectrum of emerging neutrons" + 17 "energy spectrum of emerging protons" + 18 "energy spectrum of emerging deuterons" + 19 "energy spectrum of emerging alphas" + 20 "energy spectrum of all others emerging ions" + 21 "energy spectrum of all others emerging baryons" + 22 "energy spectrum of all others emerging mesons" + 23 "energy spectrum of all others emerging leptons (neutrinos)" + The histograms are managed by the HistoManager class and its Messenger. The histos can be individually activated with the command : /analysis/h1/set id nbBins valMin valMax unit diff --git a/examples/extended/hadronic/Hadr06/graphite.mac b/examples/extended/hadronic/Hadr06/graphite.mac index 373709a6c2a..7f6e7ee3f30 100644 --- a/examples/extended/hadronic/Hadr06/graphite.mac +++ b/examples/extended/hadronic/Hadr06/graphite.mac @@ -11,17 +11,14 @@ # /run/initialize # -/process/list -# /gun/particle neutron /gun/energy 14 MeV # /analysis/setFileName Graphite -/analysis/h1/set 4 100 0. 15. MeV #gamma -/analysis/h1/set 6 100 0. 15. MeV #neutrons -/analysis/h1/set 9 100 0. 15. MeV #alphas -/analysis/h1/set 10 100 0. 15. MeV #generic ions +/analysis/h1/set 14 100 0. 15. MeV #emerging gamma +/analysis/h1/set 16 100 0. 15. MeV #emerging neutrons +/analysis/h1/set 19 100 0. 15. MeV #emerging alphas +/analysis/h1/set 20 100 0. 15. MeV #emerging generic ions # /run/printProgress 1000 -# /run/beamOn 10000 diff --git a/examples/extended/hadronic/Hadr06/hadr06.out b/examples/extended/hadronic/Hadr06/hadr06.out index 9be6bb1f41e..e46dcfcee4d 100644 --- a/examples/extended/hadronic/Hadr06/hadr06.out +++ b/examples/extended/hadronic/Hadr06/hadr06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -37,26 +37,57 @@ 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 - -### === Deexcitation model UAtomDeexcitation is activated for 1 region: -### === Auger cascade flag: 1 -### === Ignore cuts flag: 0 # /process/list - Transportation, hadElastic, neutronInelastic, nCapture - nFission, protonInelastic, pi+Inelastic, pi-Inelastic - kaon+Inelastic, kaon-Inelastic, kaon0LInelastic, kaon0SInelastic - lambdaInelastic,anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic - sigma+Inelastic,anti_sigma+Inelastic, xi-Inelastic, anti_xi-Inelastic - xi0Inelastic, anti_xi0Inelastic, omega-Inelastic,anti_omega-Inelastic -anti_protonInelastic,anti_neutronInelastic,anti_deuteronInelastic,anti_tritonInelastic - anti_He3Inelastic,anti_alphaInelastic, ionElastic, dInelastic - tInelastic, He3Inelastic, alphaInelastic, ionInelastic -hFritiofCaptureAtRest,hBertiniCaptureAtRest,muMinusCaptureAtRest, photonNuclear - msc, hIoni, ionIoni, nuclearStopping - eIoni, eBrem, annihil, phot - compt, conv, muIoni, muBrems - muPairProd, Decay,RadioactiveDecayBase + Transportation, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, neutronInelastic, nCapture, nFission + protonInelastic, pi+Inelastic, pi-Inelastic, kaon+Inelastic + kaon-Inelastic, kaon0LInelastic, kaon0SInelastic, lambdaInelastic +anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic, sigma+Inelastic +anti_sigma+Inelastic, xi-Inelastic, anti_xi-Inelastic, xi0Inelastic + anti_xi0Inelastic, omega-Inelastic,anti_omega-Inelastic,anti_protonInelastic +anti_neutronInelastic,anti_deuteronInelastic,anti_tritonInelastic, anti_He3Inelastic +anti_alphaInelastic, ionElastic, dInelastic, tInelastic + He3Inelastic, alphaInelastic, ionInelastic,hFritiofCaptureAtRest +hBertiniCaptureAtRest,muMinusCaptureAtRest, photonNuclear, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + ionIoni, nuclearStopping, msc, ionIoni + nuclearStopping, msc, ionIoni, nuclearStopping + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, eIoni, eBrem, annihil + msc, eIoni, eBrem, phot + compt, conv, msc, hIoni + msc, hIoni, msc, hIoni + msc, muIoni, muBrems, muPairProd + msc, muIoni, muBrems, muPairProd + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, Decay,RadioactiveDecayBase + # /gun/particle neutron /gun/energy 14.1 MeV @@ -107,7 +138,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -119,7 +150,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -132,11 +163,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV/n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -146,11 +179,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV/n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -160,11 +195,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV/n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -174,11 +211,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 meV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -188,11 +227,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 meV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -202,11 +243,13 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV/n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -215,7 +258,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -226,7 +269,8 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 meV ---> 10 GeV + Model: GammaNPreco: 0 meV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 10 GeV Cr_sctns: PhotoNuclearXS: 0 meV ---> 100 TeV --------------------------------------------------- @@ -266,7 +310,9 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: lambdaInelastic Model: BertiniCascade: 0 meV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV --------------------------------------------------- @@ -289,7 +335,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 meV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 meV ---> 20 MeV - Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 meV ---> 100 TeV Process: nCapture Model: NeutronHPCapture: 0 meV ---> 20 MeV @@ -344,12 +390,28 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: Binary Cascade: 0 meV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 meV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: hBertiniCaptureAtRest + --------------------------------------------------- Hadronic Processes for triton Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -374,6 +436,7 @@ Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -382,7 +445,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -398,7 +461,7 @@ Index : 1 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -419,49 +482,51 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=8.050000s Real=8.152671s Sys=0.010000s + User=54.000000s Real=54.565888s Sys=0.030000s The run is 10000 neutron of 14.1 MeV through 30 cm of Li7 (density: 1.85 g/cm3 ) Process calls frequency : - RadioactiveDecayBase= 196503 Transportation= 72782 annihil= 211 - compt= 399357 conv= 211 dInelastic= 4 - eIoni= 408940 hIoni= 487 hadElastic= 180292 - ionIoni= 196860 msc= 196 nCapture= 25 - neutronInelastic= 16328 phot= 20670 + Decay= 1 RadioactiveDecayBase= 198252 Transportation= 72882 + annihil= 203 compt= 402743 conv= 203 + dInelastic= 1 eIoni= 412404 hIoni= 675 + hadElastic= 181910 ionInelastic= 2 ionIoni= 198574 + msc= 221 nCapture= 31 neutronInelastic= 16416 + phot= 20816 List of generated particles: - Be8[3030.000]: 25 Emean = 6.6116 keV ( 1.6694 keV --> 11.904 keV) - He6: 161 Emean = 1.2872 MeV ( 928.26 keV --> 1.3378 MeV) - Li6: 694 Emean = 1.5212 MeV ( 29.509 eV --> 8.7376 MeV) - Li7: 195598 Emean = 331.52 keV ( 0.69285 meV --> 6.2258 MeV) - Li8: 25 Emean = 1.445 keV ( 51.17 eV --> 21.789 keV) - alpha: 382 Emean = 1.3549 MeV ( 99.301 keV --> 15.199 MeV) - anti_nu_e: 186 Emean = 2.5712 MeV ( 197.3 keV --> 11.909 MeV) - deuteron: 487 Emean = 3.6007 MeV ( 185.82 keV --> 27.403 MeV) - e+: 211 Emean = 1.5367 MeV ( 51.57 keV --> 4.5041 MeV) - e-: 408876 Emean = 87.899 keV ( 100 eV --> 11.343 MeV) - gamma: 46265 Emean = 1.2142 MeV ( 1.0003 keV --> 5.8837 MeV) - neutron: 17032 Emean = 3.3427 MeV ( 6.6683 keV --> 13.639 MeV) - proton: 2 Emean = 4.5421 MeV ( 682.69 keV --> 8.4016 MeV) - - Mean energy deposit per event = 10.444 MeV rms = 3.4838 MeV - Mean energy flow per event = 3.1047 MeV rms = 3.2447 MeV + Be8: 1 Emean = 3.4584 MeV ( 3.4584 MeV --> 3.4584 MeV) + Be8[3030.000]: 31 Emean = 7.0394 keV ( 203.12 eV --> 11.806 keV) + He6: 152 Emean = 1.2903 MeV ( 917.53 keV --> 1.3378 MeV) + Li6: 708 Emean = 1.571 MeV ( 70.683 eV --> 9.2585 MeV) + Li7: 197330 Emean = 330.52 keV ( 0.83469 meV --> 6.221 MeV) + Li8: 31 Emean = 524.43 eV ( 99.228 eV --> 5.5222 keV) + alpha: 354 Emean = 1.26 MeV ( 93.121 keV --> 4.2344 MeV) + anti_nu_e: 183 Emean = 2.917 MeV ( 491.85 keV --> 12.106 MeV) + deuteron: 441 Emean = 3.5402 MeV ( 124.39 keV --> 23.77 MeV) + e+: 203 Emean = 1.4242 MeV ( 75.805 keV --> 4.0804 MeV) + e-: 412369 Emean = 87.508 keV ( 100 eV --> 9.9872 MeV) + gamma: 46448 Emean = 1.2054 MeV ( 1.0009 keV --> 5.8834 MeV) + neutron: 17110 Emean = 3.3564 MeV ( 4.8097 keV --> 13.639 MeV) + triton: 1 Emean = 3.216 MeV ( 3.216 MeV --> 3.216 MeV) + + Mean energy deposit per event = 10.468 MeV rms = 3.4678 MeV + Mean energy flow per event = 3.099 MeV rms = 3.2613 MeV List of particles emerging from the absorber : - anti_nu_e: 186 Emean = 2.5712 MeV ( 197.3 keV --> 11.909 MeV) Eflow/event = 47.824 keV - e+: 1 Emean = 2.3891 MeV ( 2.3891 MeV --> 2.3891 MeV) Eflow/event = 238.91 eV - e-: 136 Emean = 1.3464 MeV ( 4.108 keV --> 7.9555 MeV) Eflow/event = 18.311 keV - gamma: 25384 Emean = 791.98 keV ( 5.4254 keV --> 5.8823 MeV) Eflow/event = 2.0104 MeV - neutron: 10679 Emean = 962.57 keV ( 5.429 meV --> 14.1 MeV) Eflow/event = 1.0279 MeV + anti_nu_e: 183 Emean = 2.917 MeV ( 491.85 keV --> 12.106 MeV) Eflow/event = 53.381 keV + e+: 1 Emean = 563.32 keV ( 563.32 keV --> 563.32 keV) Eflow/event = 56.332 eV + e-: 154 Emean = 1.4173 MeV ( 40.303 keV --> 4.9832 MeV) Eflow/event = 21.826 keV + gamma: 25429 Emean = 778.78 keV ( 1.5781 keV --> 5.8811 MeV) Eflow/event = 1.9804 MeV + neutron: 10663 Emean = 978.49 keV ( 1.9386 meV --> 14.1 MeV) Eflow/event = 1.0434 MeV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1855812654, 390703059 + Current couple of seeds = 1555750344, 1318550293 ---------------------------------------- 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.069 MB +Dynamic pools deleted: 11 / Total memory freed: 0.062 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr06/run1.mac b/examples/extended/hadronic/Hadr06/run1.mac index 80fc3289a50..004882da9b5 100644 --- a/examples/extended/hadronic/Hadr06/run1.mac +++ b/examples/extended/hadronic/Hadr06/run1.mac @@ -13,20 +13,17 @@ # /run/initialize # -/process/list -# /gun/particle neutron /gun/energy 14.1 MeV # /analysis/setFileName run1 -/analysis/h1/set 1 100 0. 15. MeV #Edep -/analysis/h1/set 2 100 0. 30. cm #Edep profile -/analysis/h1/set 3 100 0. 15. MeV #Eflow -/analysis/h1/set 4 100 0. 15. MeV #gamma -/analysis/h1/set 6 200 0.001 20. MeV log10 #neutrons -/analysis/h1/set 9 100 0. 15. MeV #alphas -/analysis/h1/set 10 100 0. 15. MeV #generic ions +/analysis/h1/set 1 100 0. 15. MeV #Edep +/analysis/h1/set 2 100 0. 30. cm #Edep profile +/analysis/h1/set 3 100 0. 15. MeV #Eflow +/analysis/h1/set 14 100 0. 15. MeV #emerging gamma +/analysis/h1/set 16 200 0.001 20. MeV log10 #emerging neutrons +/analysis/h1/set 19 100 0. 15. MeV #emerging alphas +/analysis/h1/set 20 100 0. 15. MeV #emerging generic ions # /run/printProgress 10000 -# /run/beamOn 100000 diff --git a/examples/extended/hadronic/Hadr06/src/GammaNuclearPhysics.cc b/examples/extended/hadronic/Hadr06/src/GammaNuclearPhysics.cc index ac785946d2e..6ba388b8245 100644 --- a/examples/extended/hadronic/Hadr06/src/GammaNuclearPhysics.cc +++ b/examples/extended/hadronic/Hadr06/src/GammaNuclearPhysics.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/// \file GammaNuclearPhysics.cc +/// \file hadronic/Hadr03/src/GammaNuclearPhysics.cc /// \brief Implementation of the GammaNuclearPhysics class // // @@ -38,6 +38,7 @@ // Processes #include "G4PhotoNuclearProcess.hh" +#include "G4LowEGammaNuclearModel.hh" #include "G4CascadeInterface.hh" #include "G4SystemOfUnits.hh" @@ -57,14 +58,26 @@ GammaNuclearPhysics::~GammaNuclearPhysics() void GammaNuclearPhysics::ConstructProcess() { - G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); - // G4PhotoNuclearProcess* process = new G4PhotoNuclearProcess(); - // - G4CascadeInterface* bertini = new G4CascadeInterface(); - bertini->SetMaxEnergy(10*GeV); - process->RegisterMe(bertini); - // + + // to not register a model, set Emax=0; eg. Emax1 = 0. + const G4double Emax1 = 200*MeV, Emax2 = 10*GeV; + + if (Emax1 > 0.) { // model 1 + G4LowEGammaNuclearModel* model1 = new G4LowEGammaNuclearModel(); + model1->SetMaxEnergy(Emax1); + process->RegisterMe(model1); + } + + if (Emax2 > 0.) { // model 2 + G4CascadeInterface* model2 = new G4CascadeInterface(); + G4double Emin2 = std::max(Emax1-1*MeV, 0.); + model2->SetMinEnergy(Emin2); + model2->SetMaxEnergy(Emax2); + process->RegisterMe(model2); + } + + G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); pManager->AddDiscreteProcess(process); } diff --git a/examples/extended/hadronic/Hadr06/src/HistoManager.cc b/examples/extended/hadronic/Hadr06/src/HistoManager.cc index 326eb352525..be2d1477f8d 100644 --- a/examples/extended/hadronic/Hadr06/src/HistoManager.cc +++ b/examples/extended/hadronic/Hadr06/src/HistoManager.cc @@ -61,24 +61,35 @@ void HistoManager::Book() analysisManager->SetActivation(true); //enable inactivation of histograms // Define histograms start values - const G4int kMaxHisto = 14; + const G4int kMaxHisto = 24; const G4String id[] = {"0","1","2","3","4","5","6","7","8","9", - "10","11","12","13"}; + "10","11","12","13","14","15","16","17","18","19", + "20","21","22","23" }; const G4String title[] = { "dummy", //0 "total energy deposit", //1 "Edep (MeV/mm) along absorber", //2 "total kinetic energy flow", //3 - "energy spectrum of emerging gamma", //4 - "energy spectrum of emerging e+-", //5 - "energy spectrum of emerging neutrons", //6 - "energy spectrum of emerging protons", //7 - "energy spectrum of emerging deuterons", //8 - "energy spectrum of emerging alphas", //9 - "energy spectrum of all others emerging ions", //10 - "energy spectrum of all others emerging baryons", //11 - "energy spectrum of all others emerging mesons", //12 - "energy spectrum of all others emerging leptons (neutrinos)" //13 + "energy spectrum of gamma at creation", //4 + "energy spectrum of e+- at creation", //5 + "energy spectrum of neutrons at creation", //6 + "energy spectrum of protons at creation", //7 + "energy spectrum of deuterons at creation", //8 + "energy spectrum of alphas at creation", //9 + "energy spectrum of all others ions at creation", //10 + "energy spectrum of all others baryons at creation", //11 + "energy spectrum of all others mesons at creation", //12 + "energy spectrum of all others leptons (neutrinos) at creation", //13 + "energy spectrum of emerging gamma", //14 + "energy spectrum of emerging e+-", //15 + "energy spectrum of emerging neutrons", //16 + "energy spectrum of emerging protons", //17 + "energy spectrum of emerging deuterons", //18 + "energy spectrum of emerging alphas", //19 + "energy spectrum of all others emerging ions", //20 + "energy spectrum of all others emerging baryons", //21 + "energy spectrum of all others emerging mesons", //22 + "energy spectrum of all others emerging leptons (neutrinos)" //23 }; // Default values (to be reset via /analysis/h1/set command) diff --git a/examples/extended/hadronic/Hadr06/src/TrackingAction.cc b/examples/extended/hadronic/Hadr06/src/TrackingAction.cc index 302ca34f4a9..03fcceca7fd 100644 --- a/examples/extended/hadronic/Hadr06/src/TrackingAction.cc +++ b/examples/extended/hadronic/Hadr06/src/TrackingAction.cc @@ -61,6 +61,28 @@ void TrackingAction::PreUserTrackingAction(const G4Track* track) Run* run = static_cast( G4RunManager::GetRunManager()->GetNonConstCurrentRun()); run->ParticleCount(name,energy); + + // histograms: energy at creation + // + G4AnalysisManager* analysis = G4AnalysisManager::Instance(); + + G4int ih = 0; + const G4ParticleDefinition* particle = track->GetParticleDefinition(); + G4String type = particle->GetParticleType(); + G4double charge = particle->GetPDGCharge(); + if (charge > 3.) ih = 10; + else if (particle == G4Gamma::Gamma()) ih = 4; + else if (particle == G4Electron::Electron()) ih = 5; + else if (particle == G4Positron::Positron()) ih = 5; + else if (particle == G4Neutron::Neutron()) ih = 6; + else if (particle == G4Proton::Proton()) ih = 7; + else if (particle == G4Deuteron::Deuteron()) ih = 8; + else if (particle == G4Alpha::Alpha()) ih = 9; + else if (type == "nucleus") ih = 10; + else if (type == "baryon") ih = 11; + else if (type == "meson") ih = 12; + else if (type == "lepton") ih = 13; + if (ih > 0) analysis->FillH1(ih,energy); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -81,25 +103,25 @@ void TrackingAction::PostUserTrackingAction(const G4Track* track) G4RunManager::GetRunManager()->GetNonConstCurrentRun()); run->ParticleFlux(name,energy); - // histograms: enery flow + // histograms: energy at exit // G4AnalysisManager* analysis = G4AnalysisManager::Instance(); G4int ih = 0; G4String type = particle->GetParticleType(); G4double charge = particle->GetPDGCharge(); - if (charge > 3.) ih = 10; - else if (particle == G4Gamma::Gamma()) ih = 4; - else if (particle == G4Electron::Electron()) ih = 5; - else if (particle == G4Positron::Positron()) ih = 5; - else if (particle == G4Neutron::Neutron()) ih = 6; - else if (particle == G4Proton::Proton()) ih = 7; - else if (particle == G4Deuteron::Deuteron()) ih = 8; - else if (particle == G4Alpha::Alpha()) ih = 9; - else if (type == "nucleus") ih = 10; - else if (type == "baryon") ih = 11; - else if (type == "meson") ih = 12; - else if (type == "lepton") ih = 13; + if (charge > 3.) ih = 20; + else if (particle == G4Gamma::Gamma()) ih = 14; + else if (particle == G4Electron::Electron()) ih = 15; + else if (particle == G4Positron::Positron()) ih = 15; + else if (particle == G4Neutron::Neutron()) ih = 16; + else if (particle == G4Proton::Proton()) ih = 17; + else if (particle == G4Deuteron::Deuteron()) ih = 18; + else if (particle == G4Alpha::Alpha()) ih = 19; + else if (type == "nucleus") ih = 20; + else if (type == "baryon") ih = 21; + else if (type == "meson") ih = 22; + else if (type == "lepton") ih = 23; if (ih > 0) analysis->FillH1(ih,energy); } diff --git a/examples/extended/hadronic/Hadr07/History b/examples/extended/hadronic/Hadr07/History index 066c29793ed..f80aae7de13 100644 --- a/examples/extended/hadronic/Hadr07/History +++ b/examples/extended/hadronic/Hadr07/History @@ -13,6 +13,9 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +13-05-20 mma (exhadr07-V10-06-00) +- GammaNuclearPhysics : add G4LowEGammaNuclearModel 07-10-18 mma (exhadr07-V10-04-05) - PhysicsList : use G4IonPhysicsXS diff --git a/examples/extended/hadronic/Hadr07/hadr07.out b/examples/extended/hadronic/Hadr07/hadr07.out index da90341bb54..13c3b97007f 100644 --- a/examples/extended/hadronic/Hadr07/hadr07.out +++ b/examples/extended/hadronic/Hadr07/hadr07.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -43,26 +43,56 @@ 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 - -### === Deexcitation model UAtomDeexcitation is activated for 1 region: -### === Auger cascade flag: 1 -### === Ignore cuts flag: 0 # /process/list - Transportation, hadElastic, neutronInelastic, nCapture - nFission, protonInelastic, pi+Inelastic, pi-Inelastic - kaon+Inelastic, kaon-Inelastic, kaon0LInelastic, kaon0SInelastic - lambdaInelastic,anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic - sigma+Inelastic,anti_sigma+Inelastic, xi-Inelastic, anti_xi-Inelastic - xi0Inelastic, anti_xi0Inelastic, omega-Inelastic,anti_omega-Inelastic -anti_protonInelastic,anti_neutronInelastic,anti_deuteronInelastic,anti_tritonInelastic - anti_He3Inelastic,anti_alphaInelastic, ionElastic, dInelastic - tInelastic, He3Inelastic, alphaInelastic, ionInelastic - photonNuclear, msc, hIoni, ionIoni - nuclearStopping, eIoni, eBrem, annihil - phot, compt, conv, muIoni - muBrems, muPairProd, Decay,RadioactiveDecayBase - UserMaxStep + Transportation, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, neutronInelastic, nCapture, nFission + protonInelastic, pi+Inelastic, pi-Inelastic, kaon+Inelastic + kaon-Inelastic, kaon0LInelastic, kaon0SInelastic, lambdaInelastic +anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic, sigma+Inelastic +anti_sigma+Inelastic, xi-Inelastic, anti_xi-Inelastic, xi0Inelastic + anti_xi0Inelastic, omega-Inelastic,anti_omega-Inelastic,anti_protonInelastic +anti_neutronInelastic,anti_deuteronInelastic,anti_tritonInelastic, anti_He3Inelastic +anti_alphaInelastic, ionElastic, dInelastic, tInelastic + He3Inelastic, alphaInelastic, ionInelastic, photonNuclear + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, ionIoni, nuclearStopping, msc + ionIoni, nuclearStopping, msc, ionIoni + nuclearStopping, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, eIoni, eBrem + annihil, msc, eIoni, eBrem + phot, compt, conv, msc + hIoni, msc, hIoni, msc + hIoni, msc, muIoni, muBrems + muPairProd, msc, muIoni, muBrems + muPairProd, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, Decay +RadioactiveDecayBase, UserMaxStep # /testhadr/gun/setDefault /gun/particle neutron @@ -114,7 +144,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -126,7 +156,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -139,11 +169,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_alpha @@ -151,11 +181,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -163,11 +193,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_neutron @@ -175,11 +205,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 meV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_proton @@ -187,11 +217,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 meV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_triton @@ -199,18 +229,18 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for deuteron Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -221,7 +251,8 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 meV ---> 10 GeV + Model: GammaNPreco: 0 meV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 10 GeV Cr_sctns: PhotoNuclearXS: 0 meV ---> 100 TeV --------------------------------------------------- @@ -274,7 +305,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: BertiniCascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 meV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 meV ---> 20 MeV - Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 meV ---> 100 TeV Process: nCapture Model: NeutronHPCapture: 0 meV ---> 20 MeV @@ -324,12 +355,24 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: BertiniCascade: 0 meV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 meV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -354,6 +397,7 @@ Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -362,7 +406,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -374,11 +418,11 @@ Index : 0 used in the geometry : Yes 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.50675 keV e- 466.625 keV e+ 451.206 keV proton 0 meV + Energy thresholds : gamma 1.50969 keV e- 463.344 keV e+ 451.096 keV proton 0 meV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -399,7 +443,7 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=5.030000s Real=5.056337s Sys=0.010000s + User=34.500000s Real=34.978304s Sys=0.000000s ======================== run summary ===================== @@ -407,43 +451,44 @@ Run Summary 1 30 cm of Li7 (density: 1.85 g/cm3 ) Process calls frequency : - RadioactiveDecayBase= 100442 Transportation= 91029 annihil= 139 - compt= 128881 conv= 140 dInelastic= 2 - eBrem= 1056 eIoni= 140868 hIoni= 462 - hadElastic= 86418 ionElastic= 2 ionIoni= 100762 - msc= 381 neutronInelastic= 14194 phot= 12732 - + RadioactiveDecayBase= 99521 Transportation= 90342 annihil= 119 + compt= 128938 conv= 119 dInelastic= 3 + eBrem= 1008 eIoni= 141018 hIoni= 639 + hadElastic= 85541 ionElastic= 1 ionIoni= 99820 + msc= 358 nCapture= 2 neutronInelastic= 14096 + phot= 12827 - Edep in absorber 1 = 8 MeV (3.2 keV-->28.8 MeV) + Edep in absorber 1 = 7.99 MeV (41.8 keV-->31.3 MeV) List of generated particles in absorber 1: - He6: 146 Emean = 1.29 MeV ( 1.04 MeV --> 1.34 MeV) - Li6: 731 Emean = 1.66 MeV ( 38.7 eV --> 8.18 MeV) - Li7: 99565 Emean = 553 keV ( 84.4 meV --> 6.22 MeV) - alpha: 320 Emean = 1.16 MeV ( 27.9 keV --> 10.7 MeV) - anti_nu_e: 146 Emean = 1.95 MeV ( 308 keV --> 3.36 MeV) - deuteron: 464 Emean = 3.57 MeV ( 39.2 keV --> 24.7 MeV) - e+: 140 Emean = 1.49 MeV ( 159 keV --> 4.05 MeV) - e-: 140262 Emean = 157 keV ( 100 eV --> 5.58 MeV) - gamma: 42218 Emean = 1.25 MeV ( 1 keV --> 5.88 MeV) - neutron: 14952 Emean = 3.59 MeV ( 1.67 keV --> 13.6 MeV) + Be8[3030.000]: 2 Emean = 6.83 keV ( 5.85 keV --> 7.82 keV) + He6: 168 Emean = 1.29 MeV ( 878 keV --> 1.34 MeV) + Li6: 722 Emean = 1.61 MeV ( 37.3 eV --> 8.19 MeV) + Li7: 98627 Emean = 560 keV ( 66.3 meV --> 6.22 MeV) + Li8: 2 Emean = 22.9 keV ( 952 eV --> 44.9 keV) + alpha: 299 Emean = 1.36 MeV ( 23.1 keV --> 15.1 MeV) + anti_nu_e: 170 Emean = 1.97 MeV ( 241 keV --> 11.7 MeV) + deuteron: 457 Emean = 3.1 MeV ( 25.4 keV --> 25.8 MeV) + e+: 119 Emean = 1.4 MeV ( 62.7 keV --> 4.03 MeV) + e-: 140358 Emean = 157 keV ( 100 eV --> 6.94 MeV) + gamma: 42054 Emean = 1.26 MeV ( 1 keV --> 5.88 MeV) + neutron: 14774 Emean = 3.61 MeV ( 4.19 keV --> 13.6 MeV) List of particles emerging from absorbers : - anti_nu_e: 146 Emean = 1.95 MeV ( 308 keV --> 3.36 MeV) - e+: 1 Emean = 997 keV ( 997 keV --> 997 keV) - e-: 250 Emean = 1.17 MeV ( 13.8 keV --> 4.97 MeV) - gamma: 29346 Emean = 1.05 MeV ( 2.36 keV --> 5.88 MeV) - neutron: 10758 Emean = 2.16 MeV ( 19.1 eV --> 14.1 MeV) + anti_nu_e: 170 Emean = 1.97 MeV ( 241 keV --> 11.7 MeV) + e-: 204 Emean = 1.34 MeV ( 46.2 keV --> 4.81 MeV) + gamma: 29108 Emean = 1.07 MeV ( 3.08 keV --> 5.88 MeV) + neutron: 10676 Emean = 2.19 MeV ( 2.64 eV --> 14.1 MeV) - Nb of events with primary absorbed = 88 %, transmit = 6.6 %, reflected = 5.8 % + Nb of events with primary absorbed = 87 %, transmit = 6.7 %, reflected = 6.2 % --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 136256168, 127568928 + Current couple of seeds = 2006293019, 1502676364 ---------------------------------------- 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.043 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/hadronic/Hadr07/src/GammaNuclearPhysics.cc b/examples/extended/hadronic/Hadr07/src/GammaNuclearPhysics.cc index ac785946d2e..6ba388b8245 100644 --- a/examples/extended/hadronic/Hadr07/src/GammaNuclearPhysics.cc +++ b/examples/extended/hadronic/Hadr07/src/GammaNuclearPhysics.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/// \file GammaNuclearPhysics.cc +/// \file hadronic/Hadr03/src/GammaNuclearPhysics.cc /// \brief Implementation of the GammaNuclearPhysics class // // @@ -38,6 +38,7 @@ // Processes #include "G4PhotoNuclearProcess.hh" +#include "G4LowEGammaNuclearModel.hh" #include "G4CascadeInterface.hh" #include "G4SystemOfUnits.hh" @@ -57,14 +58,26 @@ GammaNuclearPhysics::~GammaNuclearPhysics() void GammaNuclearPhysics::ConstructProcess() { - G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); - // G4PhotoNuclearProcess* process = new G4PhotoNuclearProcess(); - // - G4CascadeInterface* bertini = new G4CascadeInterface(); - bertini->SetMaxEnergy(10*GeV); - process->RegisterMe(bertini); - // + + // to not register a model, set Emax=0; eg. Emax1 = 0. + const G4double Emax1 = 200*MeV, Emax2 = 10*GeV; + + if (Emax1 > 0.) { // model 1 + G4LowEGammaNuclearModel* model1 = new G4LowEGammaNuclearModel(); + model1->SetMaxEnergy(Emax1); + process->RegisterMe(model1); + } + + if (Emax2 > 0.) { // model 2 + G4CascadeInterface* model2 = new G4CascadeInterface(); + G4double Emin2 = std::max(Emax1-1*MeV, 0.); + model2->SetMinEnergy(Emin2); + model2->SetMaxEnergy(Emax2); + process->RegisterMe(model2); + } + + G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); pManager->AddDiscreteProcess(process); } diff --git a/examples/extended/hadronic/NeutronSource/History b/examples/extended/hadronic/NeutronSource/History index 565edd920af..c42ffeea655 100644 --- a/examples/extended/hadronic/NeutronSource/History +++ b/examples/extended/hadronic/NeutronSource/History @@ -12,6 +12,9 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +13-05-20 mma (NeutronSource-V10-06-00) +- GammaNuclearPhysics : add G4LowEGammaNuclearModel 07-10-18 mma (NeutronSource-V10-04-07) - PhysicsList : use G4IonElasticPhysics and G4IonPhysicsXS diff --git a/examples/extended/hadronic/NeutronSource/NeutronSource.out b/examples/extended/hadronic/NeutronSource/NeutronSource.out index 6569e14e77a..62257406184 100644 --- a/examples/extended/hadronic/NeutronSource/NeutronSource.out +++ b/examples/extended/hadronic/NeutronSource/NeutronSource.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -67,26 +67,56 @@ /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 - -### === Deexcitation model UAtomDeexcitation is activated for 1 region: -### === Auger cascade flag: 1 -### === Ignore cuts flag: 0 # /process/list - Transportation, hadElastic, neutronInelastic, nCapture - nFission, protonInelastic, pi+Inelastic, pi-Inelastic - kaon+Inelastic, kaon-Inelastic, kaon0LInelastic, kaon0SInelastic - lambdaInelastic,anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic - sigma+Inelastic,anti_sigma+Inelastic, xi-Inelastic, anti_xi-Inelastic - xi0Inelastic, anti_xi0Inelastic, omega-Inelastic,anti_omega-Inelastic -anti_protonInelastic,anti_neutronInelastic,anti_deuteronInelastic,anti_tritonInelastic - anti_He3Inelastic,anti_alphaInelastic, ionElastic, dInelastic - tInelastic, He3Inelastic, alphaInelastic, ionInelastic - photonNuclear, msc, hIoni, ionIoni - nuclearStopping, eIoni, eBrem, annihil - phot, compt, conv, muIoni - muBrems, muPairProd, Decay,RadioactiveDecayBase - + Transportation, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, neutronInelastic, nCapture, nFission + protonInelastic, pi+Inelastic, pi-Inelastic, kaon+Inelastic + kaon-Inelastic, kaon0LInelastic, kaon0SInelastic, lambdaInelastic +anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic, sigma+Inelastic +anti_sigma+Inelastic, xi-Inelastic, anti_xi-Inelastic, xi0Inelastic + anti_xi0Inelastic, omega-Inelastic,anti_omega-Inelastic,anti_protonInelastic +anti_neutronInelastic,anti_deuteronInelastic,anti_tritonInelastic, anti_He3Inelastic +anti_alphaInelastic, ionElastic, dInelastic, tInelastic + He3Inelastic, alphaInelastic, ionInelastic, photonNuclear + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, ionIoni, nuclearStopping, msc + ionIoni, nuclearStopping, msc, ionIoni + nuclearStopping, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, eIoni, eBrem + annihil, msc, eIoni, eBrem + phot, compt, conv, msc + hIoni, msc, hIoni, msc + hIoni, msc, muIoni, muBrems + muPairProd, msc, muIoni, muBrems + muPairProd, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, Decay +RadioactiveDecayBase /process/inactivate hadElastic /run/physicsModified # @@ -138,7 +168,7 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -150,7 +180,7 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -163,11 +193,13 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV/n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_alpha @@ -175,11 +207,13 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV/n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -187,11 +221,13 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV/n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_neutron @@ -199,11 +235,13 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 meV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_proton @@ -211,11 +249,13 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 meV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_triton @@ -223,18 +263,20 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Model: FTFP: 0 meV/n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for deuteron Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -245,7 +287,8 @@ Use Bearden atomic level energies 0 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 meV ---> 10 GeV + Model: GammaNPreco: 0 meV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 10 GeV Cr_sctns: PhotoNuclearXS: 0 meV ---> 100 TeV --------------------------------------------------- @@ -283,7 +326,9 @@ Use Bearden atomic level energies 0 Process: lambdaInelastic Model: BertiniCascade: 0 meV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV --------------------------------------------------- @@ -301,7 +346,7 @@ Use Bearden atomic level energies 0 Model: Binary Cascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 meV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 meV ---> 20 MeV - Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 meV ---> 100 TeV Process: nCapture Model: NeutronHPCapture: 0 meV ---> 20 MeV @@ -354,12 +399,26 @@ Use Bearden atomic level energies 0 Model: Binary Cascade: 0 meV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 meV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -384,6 +443,7 @@ Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -392,7 +452,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -415,7 +475,7 @@ Index : 2 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -436,197 +496,203 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=7.570000s Real=7.737998s Sys=0.010000s + User=40.730000s Real=41.838488s Sys=0.020000s The run is 10000 Am241 of 0 meV within BeO (D = 3 cm L = 6 cm ) Process calls frequency : - RadioactiveDecayBase= 234737 Transportation= 188314 alphaInelastic= 17 - compt= 34409 eIoni= 613310 ionIoni= 198777 - msc= 14365 neutronInelastic= 1 phot= 48834 - + RadioactiveDecayBase= 235176 Transportation= 188370 alphaInelastic= 17 + annihil= 1 compt= 34549 conv= 1 + eIoni= 617954 ionIoni= 198783 msc= 13983 + neutronInelastic= 1 phot= 49267 List of generated particles: - Ac225: 9998 Emean = 162.58 meV ( 0.61118 meV --> 1.1299 eV ) - Ac225[155.650]: 3 Emean = 156.05 meV ( 77.504 meV --> 229.51 meV) - Ac225[40.090]: 6938 Emean = 378.06 meV ( 2.2701 meV --> 989.7 meV) - At217: 9993 Emean = 116.37 keV ( 106.39 keV --> 117.05 keV) - At217[100.250]: 173 Emean = 114.73 keV ( 108.85 keV --> 115.23 keV) - At217[218.120]: 1535 Emean = 113 keV ( 106.57 keV --> 113.09 keV) - At217[272.070]: 22 Emean = 111.38 keV ( 106.76 keV --> 112.11 keV) - At217[310.300]: 1 Emean = 111.42 keV ( 111.42 keV --> 111.42 keV) - At217[368.230]: 45 Emean = 110.2 keV ( 106.5 keV --> 110.37 keV) + Ac225: 9998 Emean = 161.33 meV ( 0.43656 meV --> 1.1419 eV ) + Ac225[120.800]: 2 Emean = 533.68 meV ( 488.92 meV --> 578.44 meV) + Ac225[155.650]: 2 Emean = 276.36 meV ( 141.85 meV --> 410.86 meV) + Ac225[40.090]: 6947 Emean = 374.19 meV ( 2.1828 meV --> 992.24 meV) + At217: 9989 Emean = 116.36 keV ( 104.85 keV --> 117.05 keV) + At217[100.250]: 165 Emean = 114.52 keV ( 109.12 keV --> 115.23 keV) + At217[218.120]: 1564 Emean = 113 keV ( 106.32 keV --> 113.09 keV) + At217[272.070]: 23 Emean = 111.58 keV ( 110.18 keV --> 112.11 keV) + At217[368.230]: 51 Emean = 110.14 keV ( 106.33 keV --> 110.37 keV) At217[382.340]: 5 Emean = 110.11 keV ( 110.11 keV --> 110.11 keV) - At217[410.640]: 15 Emean = 109.6 keV ( 109.6 keV --> 109.6 keV) - At217[424.350]: 4 Emean = 109.35 keV ( 109.35 keV --> 109.35 keV) - At217[568.500]: 1 Emean = 106.73 keV ( 106.73 keV --> 106.73 keV) - At217[577.000]: 4 Emean = 106.58 keV ( 106.58 keV --> 106.58 keV) - Be9: 1 Emean = 1.9465 MeV ( 1.9465 MeV --> 1.9465 MeV) - Bi209: 10000 Emean = 1.2227 eV ( 2.9395 meV --> 2.7271 eV ) - Bi213: 9992 Emean = 132.94 keV ( 119.7 keV --> 132.95 keV) - Bi213[257.870]: 3 Emean = 126.14 keV ( 122.06 keV --> 128.18 keV) + At217[410.640]: 18 Emean = 109.6 keV ( 109.6 keV --> 109.6 keV) + At217[424.350]: 3 Emean = 109.35 keV ( 109.35 keV --> 109.35 keV) + At217[577.000]: 3 Emean = 106.58 keV ( 106.58 keV --> 106.58 keV) + At217[664.400]: 1 Emean = 104.99 keV ( 104.99 keV --> 104.99 keV) + Be9: 2 Emean = 2.2262 MeV ( 1.5283 MeV --> 2.924 MeV) + Bi209: 10000 Emean = 1.2199 eV ( 2.9395 meV --> 2.7255 eV ) + Bi213: 9989 Emean = 132.94 keV ( 122.18 keV --> 132.95 keV) + Bi213[257.870]: 4 Emean = 128.18 keV ( 128.18 keV --> 128.18 keV) Bi213[593.180]: 1 Emean = 121.99 keV ( 121.99 keV --> 121.99 keV) - Bi213[758.900]: 1 Emean = 118.92 keV ( 118.92 keV --> 118.92 keV) - C12: 9 Emean = 1.6585 MeV ( 618.6 keV --> 2.9393 MeV) - Fr221: 10000 Emean = 104.87 keV ( 52.27 meV --> 105.65 keV) - Fr221[100.890]: 167 Emean = 102.83 keV ( 94.47 keV --> 103.85 keV) - Fr221[108.410]: 455 Emean = 103.13 keV ( 98.226 keV --> 103.72 keV) - Fr221[145.910]: 6 Emean = 98.761 keV ( 95.575 keV --> 101.89 keV) - Fr221[150.070]: 130 Emean = 102.75 keV ( 98.517 keV --> 102.97 keV) - Fr221[195.770]: 439 Emean = 102.07 keV ( 94.135 keV --> 102.16 keV) - Fr221[224.640]: 96 Emean = 101.55 keV ( 98.506 keV --> 101.65 keV) - Fr221[234.510]: 4 Emean = 101.47 keV ( 101.47 keV --> 101.47 keV) - Fr221[253.560]: 130 Emean = 101.07 keV ( 95.97 keV --> 101.13 keV) - Fr221[26.000]: 283 Emean = 102.91 keV ( 93.827 keV --> 105.18 keV) - Fr221[272.600]: 5 Emean = 100.79 keV ( 100.79 keV --> 100.79 keV) - Fr221[279.210]: 9 Emean = 100.67 keV ( 100.67 keV --> 100.67 keV) - Fr221[288.080]: 11 Emean = 99.567 keV ( 98.206 keV --> 100.52 keV) - Fr221[294.660]: 1 Emean = 100.4 keV ( 100.4 keV --> 100.4 keV) - Fr221[36.640]: 2612 Emean = 104.48 keV ( 94.619 keV --> 105 keV) - Fr221[38.540]: 1012 Emean = 104.28 keV ( 2.0781 eV --> 104.96 keV) - Fr221[393.350]: 15 Emean = 98.641 keV ( 98.641 keV --> 98.641 keV) + C12: 8 Emean = 1.6088 MeV ( 237.18 keV --> 3.25 MeV) + Fe56: 1 Emean = 229.07 keV ( 229.07 keV --> 229.07 keV) + Fr221: 10000 Emean = 104.85 keV ( 18.19 meV --> 105.65 keV) + Fr221[100.890]: 198 Emean = 102.94 keV ( 95.812 keV --> 103.85 keV) + Fr221[108.410]: 463 Emean = 102.86 keV ( 84.285 meV --> 103.72 keV) + Fr221[145.910]: 11 Emean = 101.03 keV ( 95.452 keV --> 103.05 keV) + Fr221[150.070]: 134 Emean = 102.91 keV ( 100.64 keV --> 102.97 keV) + Fr221[195.770]: 465 Emean = 102.1 keV ( 98.493 keV --> 102.16 keV) + Fr221[224.640]: 113 Emean = 101.57 keV ( 98.564 keV --> 101.65 keV) + Fr221[234.510]: 6 Emean = 101.47 keV ( 101.47 keV --> 101.47 keV) + Fr221[253.560]: 106 Emean = 101.13 keV ( 101.13 keV --> 101.13 keV) + Fr221[26.000]: 305 Emean = 102.96 keV ( 95.506 keV --> 105.18 keV) + Fr221[272.600]: 6 Emean = 100.79 keV ( 100.79 keV --> 100.79 keV) + Fr221[279.210]: 12 Emean = 100.19 keV ( 98.647 keV --> 100.67 keV) + Fr221[288.080]: 7 Emean = 99.075 keV ( 98.456 keV --> 100.52 keV) + Fr221[294.660]: 3 Emean = 66.933 keV ( 2.7063 eV --> 100.4 keV) + Fr221[36.640]: 2622 Emean = 104.45 keV ( 95.434 keV --> 105 keV) + Fr221[38.540]: 1031 Emean = 104.44 keV ( 98.264 keV --> 104.96 keV) + Fr221[393.350]: 13 Emean = 98.641 keV ( 98.641 keV --> 98.641 keV) Fr221[400.750]: 8 Emean = 98.509 keV ( 98.509 keV --> 98.509 keV) - Fr221[517.810]: 4 Emean = 96.424 keV ( 96.424 keV --> 96.424 keV) - Fr221[552.050]: 27 Emean = 95.814 keV ( 95.814 keV --> 95.814 keV) - Fr221[570.810]: 1 Emean = 95.48 keV ( 95.48 keV --> 95.48 keV) - Fr221[630.710]: 2 Emean = 94.413 keV ( 94.413 keV --> 94.413 keV) - Fr221[99.620]: 862 Emean = 103.54 keV ( 95.38 keV --> 103.87 keV) - Fr221[99.850]: 154 Emean = 103.41 keV ( 96.416 keV --> 103.87 keV) - Ne20: 5 Emean = 948.47 keV ( 685.79 keV --> 1.2602 MeV) - Np237: 10000 Emean = 92.565 keV ( 86.002 keV --> 93.678 keV) - Np237[102.959]: 1504 Emean = 91.887 keV ( 89.929 keV --> 91.966 keV) + Fr221[517.810]: 6 Emean = 96.424 keV ( 96.424 keV --> 96.424 keV) + Fr221[552.050]: 25 Emean = 95.814 keV ( 95.814 keV --> 95.814 keV) + Fr221[570.810]: 2 Emean = 95.48 keV ( 95.48 keV --> 95.48 keV) + Fr221[602.200]: 1 Emean = 94.921 keV ( 94.921 keV --> 94.921 keV) + Fr221[630.710]: 1 Emean = 94.413 keV ( 94.413 keV --> 94.413 keV) + Fr221[99.620]: 911 Emean = 103.55 keV ( 94.761 keV --> 103.87 keV) + Fr221[99.850]: 167 Emean = 103.52 keV ( 98.453 keV --> 103.87 keV) + Ne20: 2 Emean = 897.4 keV ( 839.45 keV --> 955.34 keV) + Np237: 10000 Emean = 92.568 keV ( 87.705 keV --> 93.678 keV) + Np237[102.959]: 1453 Emean = 91.876 keV ( 89.929 keV --> 91.966 keV) Np237[129.990]: 1 Emean = 91.516 keV ( 91.516 keV --> 91.516 keV) - Np237[158.497]: 162 Emean = 91.042 keV ( 91.042 keV --> 91.042 keV) + Np237[158.497]: 178 Emean = 91.042 keV ( 91.042 keV --> 91.042 keV) Np237[225.957]: 1 Emean = 89.92 keV ( 89.92 keV --> 89.92 keV) - Np237[33.196]: 2173 Emean = 92.562 keV ( 85.987 keV --> 93.126 keV) - Np237[452.545]: 1 Emean = 86.153 keV ( 86.153 keV --> 86.153 keV) - Np237[59.541]: 9922 Emean = 92.56 keV ( 90.057 keV --> 92.688 keV) - Np237[75.899]: 5 Emean = 91.117 keV ( 85.923 keV --> 92.416 keV) - Pa233: 10000 Emean = 81.96 keV ( 77.221 keV --> 83.776 keV) - Pa233[103.635]: 3335 Emean = 81.882 keV ( 77.301 keV --> 82.024 keV) - Pa233[109.070]: 961 Emean = 81.817 keV ( 77.272 keV --> 81.932 keV) + Np237[33.196]: 2242 Emean = 92.571 keV ( 90.043 keV --> 93.126 keV) + Np237[359.700]: 1 Emean = 87.697 keV ( 87.697 keV --> 87.697 keV) + Np237[370.928]: 1 Emean = 87.51 keV ( 87.51 keV --> 87.51 keV) + Np237[59.541]: 9929 Emean = 92.562 keV ( 87.874 keV --> 92.688 keV) + Np237[75.899]: 1 Emean = 92.416 keV ( 92.416 keV --> 92.416 keV) + Pa233: 10000 Emean = 81.95 keV ( 77.449 keV --> 83.776 keV) + Pa233[103.635]: 3439 Emean = 81.877 keV ( 77.28 keV --> 82.024 keV) + Pa233[109.070]: 938 Emean = 81.846 keV ( 77.31 keV --> 81.932 keV) Pa233[133.200]: 2 Emean = 81.524 keV ( 81.524 keV --> 81.524 keV) - Pa233[163.510]: 122 Emean = 81.011 keV ( 81.011 keV --> 81.011 keV) - Pa233[169.166]: 114 Emean = 80.916 keV ( 80.916 keV --> 80.916 keV) - Pa233[179.000]: 69 Emean = 80.749 keV ( 80.749 keV --> 80.749 keV) - Pa233[201.634]: 114 Emean = 79.692 keV ( 78.505 keV --> 79.905 keV) - Pa233[212.341]: 341 Emean = 80.17 keV ( 77.51 keV --> 80.186 keV) - Pa233[218.000]: 40 Emean = 80.09 keV ( 80.09 keV --> 80.09 keV) - Pa233[237.890]: 608 Emean = 79.721 keV ( 78.541 keV --> 79.754 keV) - Pa233[257.183]: 4 Emean = 79.428 keV ( 79.428 keV --> 79.428 keV) - Pa233[279.720]: 36 Emean = 79.047 keV ( 79.047 keV --> 79.047 keV) - Pa233[283.000]: 8 Emean = 78.991 keV ( 78.991 keV --> 78.991 keV) - Pa233[300.500]: 43 Emean = 78.695 keV ( 78.695 keV --> 78.695 keV) - Pa233[303.590]: 10 Emean = 78.643 keV ( 78.643 keV --> 78.643 keV) + Pa233[163.510]: 123 Emean = 80.992 keV ( 78.587 keV --> 81.011 keV) + Pa233[169.166]: 119 Emean = 80.916 keV ( 80.916 keV --> 80.916 keV) + Pa233[179.000]: 73 Emean = 80.749 keV ( 80.749 keV --> 80.749 keV) + Pa233[201.634]: 119 Emean = 79.739 keV ( 78.593 keV --> 79.916 keV) + Pa233[212.341]: 313 Emean = 80.161 keV ( 77.389 keV --> 80.186 keV) + Pa233[218.000]: 50 Emean = 80.09 keV ( 80.09 keV --> 80.09 keV) + Pa233[237.890]: 649 Emean = 79.724 keV ( 78.487 keV --> 79.754 keV) + Pa233[257.183]: 2 Emean = 79.428 keV ( 79.428 keV --> 79.428 keV) + Pa233[279.720]: 31 Emean = 79.047 keV ( 79.047 keV --> 79.047 keV) + Pa233[283.000]: 11 Emean = 78.991 keV ( 78.991 keV --> 78.991 keV) + Pa233[300.500]: 37 Emean = 78.695 keV ( 78.695 keV --> 78.695 keV) + Pa233[303.590]: 9 Emean = 78.643 keV ( 78.643 keV --> 78.643 keV) Pa233[365.840]: 6 Emean = 77.591 keV ( 77.591 keV --> 77.591 keV) - Pa233[57.100]: 7453 Emean = 81.933 keV ( 77.263 keV --> 82.81 keV) - Pa233[6.671]: 314 Emean = 81.528 keV ( 78.676 keV --> 83.663 keV) - Pa233[70.544]: 275 Emean = 81.808 keV ( 78.479 keV --> 82.583 keV) - Pa233[86.468]: 5555 Emean = 81.964 keV ( 77.499 keV --> 82.314 keV) - Pa233[94.646]: 640 Emean = 80.023 keV ( 77.479 keV --> 81.151 keV) - Pb209: 10000 Emean = 157.29 keV ( 6.309 eV --> 160.59 keV) - Pb209[1567.090]: 205 Emean = 616.11 meV ( 555.82 meV --> 3.5222 eV ) - Pb209[2032.220]: 204 Emean = 57.654 meV ( 35.303 meV --> 333.15 meV) - Pb209[2149.430]: 203 Emean = 7.1831 eV ( 356.61 meV --> 12.982 eV ) - Pb209[2315.900]: 1 Emean = 2.4906 eV ( 2.4906 eV --> 2.4906 eV ) + Pa233[57.100]: 7458 Emean = 81.926 keV ( 77.312 keV --> 82.81 keV) + Pa233[6.671]: 335 Emean = 81.697 keV ( 79.431 keV --> 83.663 keV) + Pa233[70.544]: 278 Emean = 81.813 keV ( 78.503 keV --> 82.583 keV) + Pa233[86.468]: 5467 Emean = 81.954 keV ( 77.455 keV --> 82.314 keV) + Pa233[94.646]: 654 Emean = 80.013 keV ( 77.412 keV --> 81.12 keV) + Pb209: 10000 Emean = 157.33 keV ( 5.2021 eV --> 160.59 keV) + Pb209[1423.000]: 1 Emean = 6.8173 eV ( 6.8173 eV --> 6.8173 eV ) + Pb209[1567.090]: 202 Emean = 644.15 meV ( 555.82 meV --> 8.2859 eV ) + Pb209[2032.220]: 200 Emean = 76.167 meV ( 35.303 meV --> 4.0064 eV ) + Pb209[2149.430]: 197 Emean = 6.8889 eV ( 463.3 meV --> 12.823 eV ) + Pb209[2315.900]: 2 Emean = 3.3911 eV ( 1.5778 eV --> 5.2045 eV ) Pb209[2738.000]: 1 Emean = 70.81 meV ( 70.81 meV --> 70.81 meV) - Pb209[2904.000]: 1 Emean = 4.3167 eV ( 4.3167 eV --> 4.3167 eV ) - Pb209[3389.090]: 3 Emean = 1.1912 eV ( 786.65 meV --> 1.4009 eV ) - Pb209[778.800]: 1 Emean = 145.92 keV ( 145.92 keV --> 145.92 keV) - Po213: 9795 Emean = 122.2 eV ( 11.729 meV --> 145.62 keV) - Po213[1003.553]: 7 Emean = 884.71 meV ( 315.75 meV --> 1.3603 eV ) - Po213[1045.670]: 1 Emean = 551.05 meV ( 551.05 meV --> 551.05 meV) - Po213[1100.167]: 60 Emean = 417.27 meV ( 31.636 meV --> 972.91 meV) - Po213[1119.291]: 5 Emean = 486.22 meV ( 413.07 meV --> 640.17 meV) - Po213[292.800]: 63 Emean = 2.1478 eV ( 54.948 meV --> 5.9065 eV ) - Po213[440.450]: 3054 Emean = 2.3693 eV ( 7.6834 meV --> 4.9041 eV ) - Po213[867.980]: 1 Emean = 535.95 meV ( 535.95 meV --> 535.95 meV) - Ra221: 7 Emean = 499.28 meV ( 192.87 meV --> 818.2 meV) - Ra225: 10000 Emean = 96.125 keV ( 16.997 meV --> 340.09 keV) - Ra225[100.500]: 2891 Emean = 97.54 keV ( 1.0034 keV --> 340.18 keV) - Ra225[111.600]: 2302 Emean = 97.716 keV ( 1.0023 keV --> 340.27 keV) - Ra225[120.360]: 40 Emean = 102.23 keV ( 84.724 keV --> 326.59 keV) - Ra225[149.960]: 2385 Emean = 95.905 keV ( 1.64 keV --> 335.55 keV) - Ra225[179.750]: 1678 Emean = 95.187 keV ( 2.2477 keV --> 331.09 keV) + Pb209[2904.000]: 1 Emean = 3.2479 eV ( 3.2479 eV --> 3.2479 eV ) + Pb209[3052.000]: 1 Emean = 0.81491 meV ( 0.81491 meV --> 0.81491 meV) + Pb209[3069.920]: 1 Emean = 1.6126 eV ( 1.6126 eV --> 1.6126 eV ) + Pb209[3363.000]: 1 Emean = 890.02 meV ( 890.02 meV --> 890.02 meV) + Pb209[3389.090]: 1 Emean = 318.63 meV ( 318.63 meV --> 318.63 meV) + Po213: 9797 Emean = 166.77 eV ( 9.0804 meV --> 145.62 keV) + Po213[1003.553]: 2 Emean = 278.49 meV ( 109.49 meV --> 447.5 meV) + Po213[1045.670]: 1 Emean = 245.55 meV ( 245.55 meV --> 245.55 meV) + Po213[1100.167]: 69 Emean = 420.95 meV ( 83.033 meV --> 972.91 meV) + Po213[1119.291]: 6 Emean = 540.49 meV ( 255.5 meV --> 689.27 meV) + Po213[292.800]: 61 Emean = 2.1713 eV ( 54.948 meV --> 5.8588 eV ) + Po213[440.450]: 3088 Emean = 2.409 eV ( 23.778 meV --> 4.9061 eV ) + Ra221: 11 Emean = 343.78 meV ( 170.64 meV --> 602.27 meV) + Ra225: 10000 Emean = 96.659 keV ( 16.997 meV --> 342.88 keV) + Ra225[100.500]: 2871 Emean = 96.921 keV ( 15.396 meV --> 340.18 keV) + Ra225[111.600]: 2256 Emean = 96.875 keV ( 51.572 meV --> 340.27 keV) + Ra225[120.360]: 26 Emean = 109.78 keV ( 28.122 keV --> 320.9 keV) + Ra225[149.960]: 2470 Emean = 96.736 keV ( 27.881 meV --> 336.52 keV) + Ra225[179.750]: 1628 Emean = 95.798 keV ( 94.18 meV --> 337.95 keV) Ra225[203.500]: 4 Emean = 86.805 keV ( 86.805 keV --> 86.805 keV) - Ra225[215.800]: 3 Emean = 85.582 keV ( 83.565 keV --> 86.59 keV) - Ra225[220.550]: 97 Emean = 96.476 keV ( 21.765 keV --> 307.88 keV) - Ra225[225.200]: 4 Emean = 82.147 keV ( 79.646 keV --> 84.661 keV) - Ra225[226.900]: 12 Emean = 101.46 keV ( 81.94 keV --> 293.39 keV) - Ra225[236.250]: 5952 Emean = 95.262 keV ( 503.23 eV --> 336.17 keV) - Ra225[243.560]: 561 Emean = 97.612 keV ( 4.3921 keV --> 326.52 keV) - Ra225[248.500]: 28 Emean = 100.33 keV ( 86.018 keV --> 325.74 keV) - Ra225[25.410]: 8067 Emean = 96.511 keV ( 30.937 meV --> 340.09 keV) - Ra225[267.920]: 946 Emean = 95.706 keV ( 1.6132 keV --> 335.85 keV) - Ra225[272.150]: 43 Emean = 102.75 keV ( 84.531 keV --> 325.54 keV) - Ra225[284.490]: 152 Emean = 93.554 keV ( 4.1478 keV --> 325.86 keV) - Ra225[293.000]: 1 Emean = 81.941 keV ( 81.941 keV --> 81.941 keV) - Ra225[31.560]: 539 Emean = 97.736 keV ( 5.5103 keV --> 328.51 keV) - Ra225[321.760]: 83 Emean = 96.167 keV ( 3.1111 keV --> 325.75 keV) - Ra225[328.000]: 4 Emean = 82.133 keV ( 79.636 keV --> 84.627 keV) + Ra225[215.800]: 5 Emean = 86.59 keV ( 86.59 keV --> 86.59 keV) + Ra225[220.550]: 92 Emean = 93.704 keV ( 34.902 keV --> 292.68 keV) + Ra225[225.200]: 4 Emean = 68.111 keV ( 21.377 keV --> 84.716 keV) + Ra225[226.900]: 18 Emean = 110.07 keV ( 81.747 keV --> 326.26 keV) + Ra225[236.250]: 5982 Emean = 95.871 keV ( 30.705 meV --> 336.4 keV) + Ra225[243.560]: 559 Emean = 98.433 keV ( 4.3921 keV --> 324.79 keV) + Ra225[248.500]: 30 Emean = 104.59 keV ( 86.018 keV --> 295.47 keV) + Ra225[25.410]: 8135 Emean = 96.694 keV ( 30.937 meV --> 342.74 keV) + Ra225[267.920]: 907 Emean = 94.511 keV ( 903.09 eV --> 334.42 keV) + Ra225[272.150]: 56 Emean = 106.15 keV ( 64.304 keV --> 320.19 keV) + Ra225[284.490]: 140 Emean = 98.633 keV ( 25.707 keV --> 316.16 keV) + Ra225[31.560]: 503 Emean = 96.815 keV ( 55.705 meV --> 337.94 keV) + Ra225[321.760]: 105 Emean = 100.05 keV ( 11.08 keV --> 320.11 keV) + Ra225[328.000]: 3 Emean = 63.532 keV ( 21.344 keV --> 84.627 keV) Ra225[335.000]: 1 Emean = 84.504 keV ( 84.504 keV --> 84.504 keV) - Ra225[390.000]: 11 Emean = 107.86 keV ( 82.058 keV --> 293.13 keV) - Ra225[394.720]: 17 Emean = 97.332 keV ( 74.5 keV --> 249.87 keV) - Ra225[42.770]: 3918 Emean = 95.188 keV ( 237.52 meV --> 335.45 keV) - Ra225[478.400]: 2 Emean = 81.995 keV ( 81.995 keV --> 81.995 keV) - Ra225[487.000]: 3 Emean = 81.845 keV ( 81.845 keV --> 81.845 keV) - Ra225[55.160]: 64 Emean = 97.306 keV ( 75.801 keV --> 326.82 keV) - Ra225[603.000]: 1 Emean = 79.815 keV ( 79.815 keV --> 79.815 keV) - Ra225[609.000]: 2 Emean = 79.71 keV ( 79.71 keV --> 79.71 keV) - Ra225[69.360]: 425 Emean = 100.42 keV ( 5.5158 keV --> 334.72 keV) - Rn217: 8 Emean = 108.46 keV ( 2.7852 eV --> 124.71 keV) - Rn217[149.180]: 2 Emean = 122.01 keV ( 122.01 keV --> 122.01 keV) - Rn221: 2 Emean = 90.435 keV ( 90.156 keV --> 90.714 keV) - Rn221[30.000]: 1 Emean = 90.179 keV ( 90.179 keV --> 90.179 keV) - Th229: 8777 Emean = 84.329 keV ( 79.663 keV --> 84.358 keV) - Th229[0.008]: 1223 Emean = 83.519 keV ( 78.734 keV --> 83.953 keV) - Th229[125.439]: 3 Emean = 81.577 keV ( 80.891 keV --> 82.201 keV) - Th229[163.254]: 7 Emean = 81.164 keV ( 78.844 keV --> 81.551 keV) - Th229[164.532]: 1 Emean = 80.151 keV ( 80.151 keV --> 80.151 keV) - Th229[195.719]: 1 Emean = 80.992 keV ( 80.992 keV --> 80.992 keV) + Ra225[390.000]: 15 Emean = 96.24 keV ( 81.631 keV --> 205.49 keV) + Ra225[394.720]: 17 Emean = 90.001 keV ( 83.459 keV --> 194.66 keV) + Ra225[42.770]: 3922 Emean = 96.14 keV ( 7.9744 meV --> 336.49 keV) + Ra225[478.400]: 3 Emean = 81.995 keV ( 81.995 keV --> 81.995 keV) + Ra225[487.000]: 4 Emean = 81.845 keV ( 81.845 keV --> 81.845 keV) + Ra225[55.160]: 61 Emean = 103.26 keV ( 28.215 keV --> 320.65 keV) + Ra225[603.000]: 2 Emean = 90.17 keV ( 79.815 keV --> 100.52 keV) + Ra225[69.360]: 391 Emean = 96.883 keV ( 29.366 meV --> 337.14 keV) + Rn217: 11 Emean = 121.97 keV ( 121.58 keV --> 122.97 keV) + Rn217[149.180]: 7 Emean = 122.01 keV ( 122.01 keV --> 122.01 keV) + Rn217[174.300]: 1 Emean = 121.55 keV ( 121.55 keV --> 121.55 keV) + Rn217[184.000]: 2 Emean = 121.37 keV ( 121.37 keV --> 121.37 keV) + Rn217[93.020]: 1 Emean = 123.03 keV ( 123.03 keV --> 123.03 keV) + Rn221: 2 Emean = 90.714 keV ( 90.714 keV --> 90.714 keV) + Th229: 8780 Emean = 84.326 keV ( 78.888 keV --> 84.358 keV) + Th229[0.008]: 1220 Emean = 83.503 keV ( 78.387 keV --> 83.959 keV) + Th229[125.439]: 9 Emean = 81.704 keV ( 80.891 keV --> 82.201 keV) + Th229[146.357]: 1 Emean = 81.441 keV ( 81.441 keV --> 81.441 keV) + Th229[148.173]: 1 Emean = 80.06 keV ( 80.06 keV --> 80.06 keV) + Th229[163.254]: 7 Emean = 81.551 keV ( 81.551 keV --> 81.551 keV) + Th229[173.484]: 1 Emean = 81.375 keV ( 81.375 keV --> 81.375 keV) + Th229[195.719]: 3 Emean = 80.992 keV ( 80.992 keV --> 80.992 keV) Th229[212.382]: 1 Emean = 80.706 keV ( 80.706 keV --> 80.706 keV) - Th229[237.366]: 3 Emean = 80.04 keV ( 79.567 keV --> 80.276 keV) - Th229[287.895]: 1 Emean = 79.407 keV ( 79.407 keV --> 79.407 keV) - Th229[29.193]: 1434 Emean = 83.531 keV ( 79.102 keV --> 83.856 keV) - Th229[317.173]: 2 Emean = 78.904 keV ( 78.904 keV --> 78.904 keV) - Th229[327.800]: 1 Emean = 78.721 keV ( 78.721 keV --> 78.721 keV) - Th229[42.435]: 1385 Emean = 83.568 keV ( 79.041 keV --> 83.628 keV) - Th229[67.800]: 1 Emean = 83.192 keV ( 83.192 keV --> 83.192 keV) - Th229[71.826]: 62 Emean = 82.733 keV ( 81.236 keV --> 83.123 keV) + Th229[217.160]: 1 Emean = 80.624 keV ( 80.624 keV --> 80.624 keV) + Th229[237.366]: 1 Emean = 80.276 keV ( 80.276 keV --> 80.276 keV) + Th229[29.193]: 1463 Emean = 83.521 keV ( 78.373 keV --> 83.856 keV) + Th229[317.173]: 1 Emean = 78.904 keV ( 78.904 keV --> 78.904 keV) + Th229[320.548]: 2 Emean = 78.846 keV ( 78.846 keV --> 78.846 keV) + Th229[42.435]: 1416 Emean = 83.562 keV ( 80.711 keV --> 83.628 keV) + Th229[71.826]: 70 Emean = 82.561 keV ( 78.41 keV --> 83.123 keV) Th229[75.100]: 2 Emean = 83.067 keV ( 83.067 keV --> 83.067 keV) - Th229[97.136]: 148 Emean = 82.657 keV ( 81.365 keV --> 82.688 keV) - Tl209: 205 Emean = 112.06 keV ( 106.09 keV --> 112.51 keV) - Tl209[323.810]: 15 Emean = 106.41 keV ( 106.41 keV --> 106.41 keV) - U233: 10000 Emean = 359.97 meV ( 3.7544 meV --> 2.0443 eV ) - U233[155.230]: 46 Emean = 111.94 meV ( 90.833 meV --> 541.45 meV) - U233[298.810]: 2229 Emean = 97.313 meV ( 3.9872 meV --> 528.53 meV) - U233[301.940]: 21 Emean = 4.6525 meV ( 0.7858 meV --> 6.1991 meV) - U233[311.904]: 5267 Emean = 173.22 meV ( 1.1059 meV --> 728.15 meV) - U233[320.830]: 23 Emean = 44.811 meV ( 0.90222 meV --> 232.28 meV) - U233[340.477]: 2571 Emean = 230.01 meV ( 0.7858 meV --> 623.17 meV) - U233[353.790]: 2597 Emean = 117.54 meV ( 8.8476 meV --> 150.93 meV) - U233[398.496]: 1579 Emean = 156.23 meV ( 1.6007 meV --> 438.04 meV) - U233[40.350]: 1471 Emean = 276.63 meV ( 6.17 meV --> 943.34 meV) - U233[415.758]: 2607 Emean = 133.73 meV ( 0.20373 meV --> 381.32 meV) - U233[92.160]: 192 Emean = 177.52 meV ( 9.1677 meV --> 758.42 meV) - alpha: 80001 Emean = 5.9276 MeV ( 3.9738 MeV --> 8.3755 MeV) - anti_nu_e: 40000 Emean = 424.88 keV ( 6.9212 keV --> 1.8142 MeV) - e-: 613336 Emean = 23.64 keV ( 2.5536 eV --> 5.0991 MeV) - gamma: 63674 Emean = 96.751 keV ( 141.02 eV --> 8.7825 MeV) - neutron: 11 Emean = 3.1728 MeV ( 1.1678 MeV --> 5.909 MeV) - - Mean energy deposit per event = 49.741 MeV rms = 489.62 keV - Mean energy flow per event = 2.0624 MeV rms = 559.94 keV + Th229[97.136]: 153 Emean = 82.672 keV ( 81.365 keV --> 82.688 keV) + Tl209: 203 Emean = 112.09 keV ( 106.16 keV --> 112.51 keV) + Tl209[323.810]: 14 Emean = 106.41 keV ( 106.41 keV --> 106.41 keV) + U233: 10000 Emean = 358.99 meV ( 3.7544 meV --> 2.0323 eV ) + U233[155.230]: 51 Emean = 108.12 meV ( 90.833 meV --> 490.87 meV) + U233[298.810]: 2271 Emean = 96.638 meV ( 3.9872 meV --> 551.69 meV) + U233[301.940]: 20 Emean = 3.4925 meV ( 0.7858 meV --> 6.1991 meV) + U233[311.904]: 5234 Emean = 169.09 meV ( 1.8626 meV --> 740.84 meV) + U233[320.830]: 30 Emean = 67.125 meV ( 0.90222 meV --> 228.84 meV) + U233[340.477]: 2635 Emean = 224.33 meV ( 0.98953 meV --> 611.47 meV) + U233[353.790]: 2592 Emean = 117.42 meV ( 98.4 meV --> 150.93 meV) + U233[398.496]: 1558 Emean = 152.72 meV ( 1.1059 meV --> 449.54 meV) + U233[40.350]: 1472 Emean = 268.32 meV ( 6.17 meV --> 908.77 meV) + U233[415.758]: 2606 Emean = 133.74 meV ( 0.20373 meV --> 381.17 meV) + U233[92.160]: 167 Emean = 153.71 meV ( 9.1677 meV --> 713.28 meV) + alpha: 80002 Emean = 5.9274 MeV ( 4.4847 MeV --> 8.3755 MeV) + anti_nu_e: 40000 Emean = 425.53 keV ( 6.6581 keV --> 1.8029 MeV) + e+: 1 Emean = 30.281 keV ( 30.281 keV --> 30.281 keV) + e-: 617988 Emean = 23.433 keV ( 4.2958 eV --> 3.5873 MeV) + gamma: 64066 Emean = 95.882 keV ( 215.69 eV --> 8.7823 MeV) + neutron: 9 Emean = 4.5308 MeV ( 2.3408 MeV --> 9.0727 MeV) + + Mean energy deposit per event = 49.739 MeV rms = 475.85 keV + Mean energy flow per event = 2.0619 MeV rms = 525.07 keV List of particles emerging from the container : - anti_nu_e: 40000 Emean = 424.88 keV ( 6.9212 keV --> 1.8142 MeV) Eflow/event = 1.6995 MeV - e-: 12 Emean = 135.28 keV ( 33.73 keV --> 273.29 keV) Eflow/event = 162.34 eV - gamma: 14840 Emean = 242.26 keV ( 38.696 keV --> 8.7825 MeV) Eflow/event = 359.51 keV - neutron: 10 Emean = 3.1597 MeV ( 1.1678 MeV --> 5.909 MeV) Eflow/event = 3.1597 keV + anti_nu_e: 40000 Emean = 425.53 keV ( 6.6581 keV --> 1.8029 MeV) Eflow/event = 1.7021 MeV + e-: 23 Emean = 197.54 keV ( 16.517 keV --> 1.2051 MeV) Eflow/event = 454.33 eV + gamma: 14798 Emean = 240.4 keV ( 40.09 keV --> 8.7823 MeV) Eflow/event = 355.74 keV + neutron: 8 Emean = 4.5154 MeV ( 2.3408 MeV --> 9.0727 MeV) Eflow/event = 3.6123 keV --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 529378530, 1298295089 + Current couple of seeds = 2009867855, 1802017276 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/hadronic/NeutronSource/src/GammaNuclearPhysics.cc b/examples/extended/hadronic/NeutronSource/src/GammaNuclearPhysics.cc index ac785946d2e..6ba388b8245 100644 --- a/examples/extended/hadronic/NeutronSource/src/GammaNuclearPhysics.cc +++ b/examples/extended/hadronic/NeutronSource/src/GammaNuclearPhysics.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/// \file GammaNuclearPhysics.cc +/// \file hadronic/Hadr03/src/GammaNuclearPhysics.cc /// \brief Implementation of the GammaNuclearPhysics class // // @@ -38,6 +38,7 @@ // Processes #include "G4PhotoNuclearProcess.hh" +#include "G4LowEGammaNuclearModel.hh" #include "G4CascadeInterface.hh" #include "G4SystemOfUnits.hh" @@ -57,14 +58,26 @@ GammaNuclearPhysics::~GammaNuclearPhysics() void GammaNuclearPhysics::ConstructProcess() { - G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); - // G4PhotoNuclearProcess* process = new G4PhotoNuclearProcess(); - // - G4CascadeInterface* bertini = new G4CascadeInterface(); - bertini->SetMaxEnergy(10*GeV); - process->RegisterMe(bertini); - // + + // to not register a model, set Emax=0; eg. Emax1 = 0. + const G4double Emax1 = 200*MeV, Emax2 = 10*GeV; + + if (Emax1 > 0.) { // model 1 + G4LowEGammaNuclearModel* model1 = new G4LowEGammaNuclearModel(); + model1->SetMaxEnergy(Emax1); + process->RegisterMe(model1); + } + + if (Emax2 > 0.) { // model 2 + G4CascadeInterface* model2 = new G4CascadeInterface(); + G4double Emin2 = std::max(Emax1-1*MeV, 0.); + model2->SetMinEnergy(Emin2); + model2->SetMaxEnergy(Emax2); + process->RegisterMe(model2); + } + + G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); pManager->AddDiscreteProcess(process); } diff --git a/examples/extended/medical/DICOM/run.out b/examples/extended/medical/DICOM/run.out index 9f1cfae3887..84c4c3a5487 100644 --- a/examples/extended/medical/DICOM/run.out +++ b/examples/extended/medical/DICOM/run.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -66,20 +66,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -92,6 +92,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -99,6 +102,9 @@ Registered filter factories: 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 @@ -519,7 +525,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -528,26 +534,26 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -555,11 +561,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -569,11 +575,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -583,11 +589,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -597,11 +603,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -611,11 +617,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -625,11 +631,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -638,13 +644,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -664,7 +670,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -739,7 +746,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: NeutronHPInelastic: 0 eV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 eV ---> 20 MeV Cr_sctns: JENDLHEInelasticCrossSection: 0 eV ---> 100 TeV - Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV @@ -791,18 +798,32 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -822,6 +843,7 @@ Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -830,7 +852,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -842,60 +864,60 @@ Index : 0 used in the geometry : Yes 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.31284 keV e- 107.83 keV e+ 106.748 keV proton 0 eV + Energy thresholds : gamma 1.31161 keV e- 107.594 keV e+ 106.162 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.87453 keV e- 179.698 keV e+ 177.299 keV proton 0 eV + Energy thresholds : gamma 1.87683 keV e- 180.204 keV e+ 176.619 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.18784 keV e- 276.265 keV e+ 268.938 keV proton 0 eV + Energy thresholds : gamma 2.18209 keV e- 272.967 keV e+ 267.537 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.24745 keV e- 276.265 keV e+ 272.577 keV proton 0 eV + Energy thresholds : gamma 2.2564 keV e- 278.507 keV e+ 271.144 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.51944 keV e- 276.265 keV e+ 270.751 keV proton 0 eV + Energy thresholds : gamma 2.52852 keV e- 278.507 keV e+ 271.144 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.53643 keV e- 287.632 keV e+ 278.128 keV proton 0 eV + Energy thresholds : gamma 2.54551 keV e- 286.069 keV e+ 278.507 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.71274 keV e- 299.466 keV e+ 291.524 keV proton 0 eV + Energy thresholds : gamma 2.70367 keV e- 297.799 keV e+ 291.875 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.55353 keV e- 287.632 keV e+ 281.891 keV proton 0 eV + Energy thresholds : gamma 2.56261 keV e- 287.992 keV e+ 282.263 keV proton 0 eV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -1005,11 +1027,11 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 100 - User=0.020000s Real=0.154051s Sys=0.010000s + User=0.040000s Real=0.168334s Sys=0.000000s --------------------End of Global Run----------------------- The run was 100 events LOCAL TOTAL DOSE : 0 Gy - TOTAL DOSE : 9.43547e-07 Gy + TOTAL DOSE : 1.02264e-06 Gy ###### EndOfRunAction ###### ============================================================= Number of event processed : 100 @@ -1024,6 +1046,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.035 MB +Dynamic pools deleted: 11 / Total memory freed: 0.033 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/medical/GammaTherapy/GammaTherapy.out b/examples/extended/medical/GammaTherapy/GammaTherapy.out index 5694acbb6ac..64ed42ac0cf 100644 --- a/examples/extended/medical/GammaTherapy/GammaTherapy.out +++ b/examples/extended/medical/GammaTherapy/GammaTherapy.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -524,7 +524,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 10 GeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -536,7 +536,7 @@ Index : 0 used in the geometry : Yes 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.05172 keV e- 109.289 keV e+ 107.83 keV proton 10 keV + Energy thresholds : gamma 1.05151 keV e- 109.045 keV e+ 107.594 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -550,25 +550,25 @@ Index : 2 used in the geometry : Yes 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.0599 keV e- 351.877 keV e+ 337.972 keV proton 10 keV + Energy thresholds : gamma 36.355 keV e- 349.731 keV e+ 335.956 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.21113 keV e- 99.4755 keV e+ 98.1475 keV proton 10 keV + Energy thresholds : gamma 1.21032 keV e- 98.6219 keV e+ 97.9636 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.10981 keV e- 84.6589 keV e+ 83.5287 keV proton 10 keV + Energy thresholds : gamma 1.10939 keV e- 85.1099 keV e+ 83.4168 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== 80 bins R stepR= 2.5 mm 60 bins Z stepZ= 5 mm @@ -583,27 +583,27 @@ Index : 5 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=3.800000s Real=3.830643s Sys=0.000000s + User=10.350000s Real=10.423109s Sys=0.010000s Histo: End of run actions are started ======================================================== Number of events 10000 -Average number of e- 33.3 -Average number of gamma 19.59 -Average number of e+ 0.7599 -Average number of steps in the phantom 11.64 -Average number of e- steps in the target 18.12 -Average number of g produced in the target 18.75 -Average number of e- produced in the target 21.02 -Average number of g produced in the phantom 0.4928 -Average number of e- produced in the phantom 5.939 -Total fGamma fluence in front of the phantom 8.185 MeV +Average number of e- 32.85 +Average number of gamma 19.45 +Average number of e+ 0.7534 +Average number of steps in the phantom 11.32 +Average number of e- steps in the target 18.07 +Average number of g produced in the target 18.61 +Average number of e- produced in the target 20.83 +Average number of g produced in the phantom 0.4888 +Average number of e- produced in the phantom 5.776 +Total fGamma fluence in front of the phantom 8.01 MeV ======================================================== --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1290475086, 451564420 + Current couple of seeds = 165034343, 198826946 ---------------------------------------- # G4 kernel has come to Quit state. diff --git a/examples/extended/medical/dna/CMakeLists.txt b/examples/extended/medical/dna/CMakeLists.txt index b085b2762fb..f6bc84b7766 100644 --- a/examples/extended/medical/dna/CMakeLists.txt +++ b/examples/extended/medical/dna/CMakeLists.txt @@ -14,6 +14,7 @@ add_subdirectory(chem2) add_subdirectory(chem3) add_subdirectory(chem4) add_subdirectory(chem5) +add_subdirectory(chem6) add_subdirectory(dnadamage1) add_subdirectory(dnaphysics) add_subdirectory(icsd) diff --git a/examples/extended/medical/dna/History b/examples/extended/medical/dna/History index fb4dbc58bf4..34fc0d1e27e 100644 --- a/examples/extended/medical/dna/History +++ b/examples/extended/medical/dna/History @@ -14,6 +14,18 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +29-04-2020 W. G. Shin (exdna-V10-06-03) +- Fixed warning message on chem6 example + +26-04-2020 W. G. Shin (exdna-V10-06-02) +- Extended example guideline for chem6 + +19-02-2020 W. G. Shin (exdna-V10-06-01) +- Fixed memory issue + +10-02-2020 W. G. Shin (exdna-V10-06-00) +- New example chem6 + 28-11-2019 I. Hrivnacova (exdna-V10-05-03) - Fixed links and formatting in .README.txt - Added missing examples in CMakelists.txt diff --git a/examples/extended/medical/dna/chem1/chem1.out b/examples/extended/medical/dna/chem1/chem1.out index 7e8bbc0799e..5503f7ad316 100644 --- a/examples/extended/medical/dna/chem1/chem1.out +++ b/examples/extended/medical/dna/chem1/chem1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,7 +39,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -79,7 +79,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -198,7 +198,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_WATER @@ -207,7 +207,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -243,278 +243,274 @@ At time : 1 ps Reaction : H^0 (-1100) + OH^0 (-1022) -> No product At time : 2 ps Reaction : OH^0 (-1086) + OH^0 (-1087) -> H2O2^0 (-1128) At time : 4 ps Reaction : OH^0 (-1109) + OH^0 (-1110) -> H2O2^0 (-1129) At time : 4 ps Reaction : OH^0 (-995) + OH^0 (-994) -> H2O2^0 (-1130) -At time : 5 ps Reaction : OH^0 (-1097) + H^0 (-1098) -> No product -At time : 14 ps Reaction : OH^0 (-1101) + OH^0 (-987) -> H2O2^0 (-1131) -At time : 15 ps Reaction : OH^-1 (-565) + H3O^1 (-799) -> No product -At time : 15 ps Reaction : e_aq^-1 (-326) + H3O^1 (-589) -> H^0 (-1132) -At time : 18 ps Reaction : OH^0 (-728) + OH^0 (-730) -> H2O2^0 (-1133) -At time : 22 ps Reaction : OH^0 (-1009) + OH^0 (-754) -> H2O2^0 (-1134) -At time : 33 ps Reaction : e_aq^-1 (-527) + H3O^1 (-897) -> H^0 (-1135) -At time : 35 ps Reaction : e_aq^-1 (-257) + OH^0 (-640) -> OH^-1 (-1136) -At time : 54 ps Reaction : e_aq^-1 (-371) + OH^0 (-971) -> OH^-1 (-1137) -At time : 61 ps Reaction : OH^0 (-662) + OH^0 (-816) -> H2O2^0 (-1138) -At time : 64 ps Reaction : OH^0 (-1104) + OH^0 (-1105) -> H2O2^0 (-1139) -At time : 68 ps Reaction : OH^0 (-1083) + OH^0 (-778) -> H2O2^0 (-1140) -At time : 68 ps Reaction : e_aq^-1 (-350) + OH^0 (-748) -> OH^-1 (-1141) -At time : 70 ps Reaction : e_aq^-1 (-151) + H3O^1 (-865) -> H^0 (-1142) -At time : 72 ps Reaction : OH^0 (-1075) + OH^0 (-788) -> H2O2^0 (-1143) -At time : 74 ps Reaction : OH^0 (-856) + e_aq^-1 (-931) -> OH^-1 (-1144) -At time : 74 ps Reaction : OH^-1 (-1144) + H3O^1 (-855) -> No product -At time : 78 ps Reaction : OH^0 (-1106) + OH^0 (-848) -> H2O2^0 (-1145) -At time : 88 ps Reaction : OH^0 (-592) + OH^0 (-866) -> H2O2^0 (-1146) -At time : 88 ps Reaction : OH^0 (-574) + OH^0 (-846) -> H2O2^0 (-1147) -At time : 93.065 ps Reaction : H3O^1 (-755) + e_aq^-1 (-949) -> H^0 (-1148) -At time : 97.065 ps Reaction : H3O^1 (-773) + OH^-1 (-1136) -> No product -At time : 99.065 ps Reaction : OH^0 (-698) + OH^0 (-710) -> H2O2^0 (-1149) -At time : 104.07 ps Reaction : e_aq^-1 (-301) + OH^0 (-638) -> OH^-1 (-1150) -At time : 112.07 ps Reaction : e_aq^-1 (-537) + H3O^1 (-899) -> H^0 (-1151) -At time : 122.11 ps Reaction : H3O^1 (-1072) + OH^-1 (-1150) -> No product -At time : 122.11 ps Reaction : OH^0 (-756) + H^0 (-1148) -> No product -At time : 124.11 ps Reaction : OH^0 (-840) + OH^0 (-864) -> H2O2^0 (-1152) -At time : 128.46 ps Reaction : e_aq^-1 (-440) + OH^0 (-716) -> OH^-1 (-1153) -At time : 134.6 ps Reaction : H^0 (-1123) + OH^0 (-814) -> No product -At time : 149.61 ps Reaction : e_aq^-1 (-493) + H3O^1 (-885) -> H^0 (-1154) -At time : 166.33 ps Reaction : OH^0 (-720) + OH^0 (-722) -> H2O2^0 (-1155) -At time : 183.61 ps Reaction : OH^0 (-1014) + OH^0 (-766) -> H2O2^0 (-1156) -At time : 191.61 ps Reaction : OH^0 (-945) + OH^0 (-946) -> H2O2^0 (-1157) -At time : 197.61 ps Reaction : OH^0 (-596) + OH^0 (-876) -> H2O2^0 (-1158) -At time : 200.61 ps Reaction : OH^0 (-670) + OH^0 (-726) -> H2O2^0 (-1159) -At time : 202.61 ps Reaction : H^0 (-1049) + OH^0 (-700) -> No product -At time : 221.9 ps Reaction : e_aq^-1 (-162) + OH^0 (-996) -> OH^-1 (-1160) -At time : 230.9 ps Reaction : OH^0 (-1048) + OH^0 (-624) -> H2O2^0 (-1161) -At time : 240.35 ps Reaction : OH^0 (-632) + OH^0 (-742) -> H2O2^0 (-1162) -At time : 250.4 ps Reaction : H^0 (-1135) + OH^0 (-896) -> No product -At time : 250.4 ps Reaction : OH^0 (-1010) + OH^0 (-794) -> H2O2^0 (-1163) -At time : 259.4 ps Reaction : OH^0 (-642) + OH^0 (-947) -> H2O2^0 (-1164) -At time : 265.4 ps Reaction : H^0 (-1018) + OH^0 (-1079) -> No product -At time : 273.44 ps Reaction : e_aq^-1 (-505) + OH^0 (-890) -> OH^-1 (-1165) -At time : 278.72 ps Reaction : OH^0 (-1081) + e_aq^-1 (-284) -> OH^-1 (-1166) -At time : 291.77 ps Reaction : e_aq^-1 (-190) + H3O^1 (-867) -> H^0 (-1167) -At time : 295.77 ps Reaction : OH^0 (-780) + OH^0 (-784) -> H2O2^0 (-1168) -At time : 299.77 ps Reaction : e_aq^-1 (-559) + OH^0 (-680) -> OH^-1 (-1169) -At time : 309.77 ps Reaction : H3O^1 (-791) + OH^-1 (-1166) -> No product -At time : 309.77 ps Reaction : OH^0 (-824) + OH^0 (-834) -> H2O2^0 (-1170) -At time : 313.77 ps Reaction : e_aq^-1 (-158) + OH^0 (-836) -> OH^-1 (-1171) -At time : 368.6 ps Reaction : OH^0 (-572) + OH^0 (-732) -> H2O2^0 (-1172) -At time : 380.6 ps Reaction : OH^0 (-1007) + OH^0 (-1089) -> H2O2^0 (-1173) -At time : 401.76 ps Reaction : H^0 (-992) + OH^0 (-878) -> No product -At time : 402.76 ps Reaction : OH^0 (-628) + OH^0 (-744) -> H2O2^0 (-1174) -At time : 433.35 ps Reaction : OH^0 (-810) + OH^0 (-926) -> H2O2^0 (-1175) -At time : 436.35 ps Reaction : e_aq^-1 (-351) + OH^0 (-578) -> OH^-1 (-1176) -At time : 440.35 ps Reaction : OH^0 (-568) + OH^0 (-618) -> H2O2^0 (-1177) -At time : 444.74 ps Reaction : OH^-1 (-1169) + H3O^1 (-905) -> No product -At time : 447.74 ps Reaction : H^0 (-1112) + e_aq^-1 (-928) -> OH^-1 (-1178) + H_2^0 (-1179) -At time : 463.83 ps Reaction : OH^0 (-991) + H^0 (-1121) -> No product -At time : 500.95 ps Reaction : OH^0 (-760) + OH^0 (-911) -> H2O2^0 (-1180) -At time : 511.12 ps Reaction : OH^0 (-1000) + H^0 (-1001) -> No product -At time : 559.3 ps Reaction : OH^0 (-989) + e_aq^-1 (-556) -> OH^-1 (-1181) -At time : 603.69 ps Reaction : e_aq^-1 (-327) + H3O^1 (-759) -> H^0 (-1182) -At time : 614.73 ps Reaction : OH^0 (-1064) + OH^0 (-736) -> H2O2^0 (-1183) -At time : 654.69 ps Reaction : e_aq^-1 (-152) + OH^0 (-660) -> OH^-1 (-1184) -At time : 654.69 ps Reaction : OH^-1 (-1184) + H3O^1 (-863) -> No product -At time : 673.1 ps Reaction : OH^0 (-1042) + OH^0 (-969) -> H2O2^0 (-1185) -At time : 688.76 ps Reaction : e_aq^-1 (-378) + H3O^1 (-735) -> H^0 (-1186) -At time : 714.06 ps Reaction : OH^-1 (-1181) + H3O^1 (-681) -> No product -At time : 747.59 ps Reaction : e_aq^-1 (-467) + H3O^1 (-615) -> H^0 (-1187) -At time : 833.08 ps Reaction : H^0 (-1102) + OH^0 (-988) -> No product -At time : 851.65 ps Reaction : OH^0 (-630) + e_aq^-1 (-925) -> OH^-1 (-1188) -At time : 852.65 ps Reaction : H3O^1 (-621) + OH^-1 (-1153) -> No product -At time : 881.5 ps Reaction : e_aq^-1 (-102) + H3O^1 (-847) -> H^0 (-1189) -At time : 887.8 ps Reaction : H3O^1 (-749) + e_aq^-1 (-952) -> H^0 (-1190) -At time : 949.31 ps Reaction : e_aq^-1 (-93) + e_aq^-1 (-119) -> OH^-1 (-1191) + OH^-1 (-1192) + H_2^0 (-1193) -At time : 1.057 ns Reaction : OH^0 (-1095) + OH^0 (-1111) -> H2O2^0 (-1194) -At time : 1.0651 ns Reaction : e_aq^-1 (-268) + OH^0 (-1015) -> OH^-1 (-1195) -At time : 1.0756 ns Reaction : OH^0 (-932) + e_aq^-1 (-934) -> OH^-1 (-1196) -At time : 1.0808 ns Reaction : OH^0 (-1124) + H^0 (-1167) -> No product -At time : 1.2119 ns Reaction : OH^-1 (-1195) + H3O^1 (-777) -> No product -At time : 1.2584 ns Reaction : e_aq^-1 (-472) + H3O^1 (-671) -> H^0 (-1197) -At time : 1.2751 ns Reaction : OH^0 (-1020) + OH^0 (-762) -> H2O2^0 (-1198) -At time : 1.3597 ns Reaction : e_aq^-1 (-245) + OH^0 (-772) -> OH^-1 (-1199) -At time : 1.3657 ns Reaction : H3O^1 (-827) + OH^-1 (-1171) -> No product -At time : 1.3717 ns Reaction : H3O^1 (-1078) + OH^-1 (-1199) -> No product -At time : 1.3737 ns Reaction : H3O^1 (-579) + e_aq^-1 (-964) -> H^0 (-1200) -At time : 1.4108 ns Reaction : e_aq^-1 (-205) + OH^0 (-870) -> OH^-1 (-1201) -At time : 1.5839 ns Reaction : e_aq^-1 (-372) + H^0 (-1186) -> OH^-1 (-1202) + H_2^0 (-1203) -At time : 1.5839 ns Reaction : OH^-1 (-1202) + H3O^1 (-875) -> No product -At time : 1.5874 ns Reaction : H3O^1 (-813) + OH^-1 (-1178) -> No product -At time : 1.6528 ns Reaction : OH^0 (-1047) + OH^0 (-696) -> H2O2^0 (-1204) -At time : 1.6886 ns Reaction : OH^0 (-1052) + OH^0 (-570) -> H2O2^0 (-1205) -At time : 1.6976 ns Reaction : H^0 (-1060) + OH^0 (-941) -> No product -At time : 1.7811 ns Reaction : OH^0 (-1004) + OH^0 (-634) -> H2O2^0 (-1206) -At time : 1.935 ns Reaction : OH^0 (-776) + OH^0 (-953) -> H2O2^0 (-1207) -At time : 1.9681 ns Reaction : H3O^1 (-661) + OH^-1 (-1201) -> No product -At time : 1.9881 ns Reaction : OH^0 (-582) + OH^0 (-600) -> H2O2^0 (-1208) -At time : 2.0105 ns Reaction : OH^0 (-1059) + e_aq^-1 (-943) -> OH^-1 (-1209) -At time : 2.0589 ns Reaction : e_aq^-1 (-461) + H3O^1 (-711) -> H^0 (-1210) -At time : 2.074 ns Reaction : e_aq^-1 (-111) + H2O2^0 (-1139) -> OH^-1 (-1211) + OH^0 (-1212) -At time : 2.108 ns Reaction : OH^0 (-1091) + e_aq^-1 (-176) -> OH^-1 (-1213) -At time : 2.108 ns Reaction : OH^0 (-1045) + OH^0 (-622) -> H2O2^0 (-1214) -At time : 2.2037 ns Reaction : OH^0 (-1082) + e_aq^-1 (-916) -> OH^-1 (-1215) -At time : 2.2276 ns Reaction : e_aq^-1 (-520) + OH^0 (-965) -> OH^-1 (-1216) -At time : 2.2493 ns Reaction : H3O^1 (-647) + OH^-1 (-1160) -> No product -At time : 2.2942 ns Reaction : OH^0 (-1077) + OH^0 (-782) -> H2O2^0 (-1217) -At time : 2.2982 ns Reaction : OH^-1 (-1165) + H3O^1 (-889) -> No product -At time : 2.314 ns Reaction : H3O^1 (-665) + OH^-1 (-1176) -> No product -At time : 2.3726 ns Reaction : H3O^1 (-677) + OH^-1 (-1216) -> No product -At time : 2.5307 ns Reaction : e_aq^-1 (-209) + H3O^1 (-643) -> H^0 (-1218) -At time : 2.9327 ns Reaction : e_aq^-1 (-480) + H3O^1 (-715) -> H^0 (-1219) -At time : 3.3705 ns Reaction : OH^0 (-752) + OH^0 (-802) -> H2O2^0 (-1220) -At time : 3.4368 ns Reaction : OH^-1 (-1188) + H3O^1 (-627) -> No product -At time : 3.5152 ns Reaction : e_aq^-1 (-479) + H3O^1 (-707) -> H^0 (-1221) -At time : 3.7596 ns Reaction : OH^0 (-979) + H^0 (-976) -> No product -At time : 4.1422 ns Reaction : H^0 (-1132) + e_aq^-1 (-313) -> OH^-1 (-1222) + H_2^0 (-1223) -At time : 4.6929 ns Reaction : H3O^1 (-1076) + e_aq^-1 (-247) -> H^0 (-1224) -At time : 5.1341 ns Reaction : e_aq^-1 (-443) + OH^0 (-602) -> OH^-1 (-1225) -At time : 5.1394 ns Reaction : e_aq^-1 (-248) + OH^0 (-914) -> OH^-1 (-1226) -At time : 5.2481 ns Reaction : H3O^1 (-1006) + e_aq^-1 (-340) -> H^0 (-1227) -At time : 5.3595 ns Reaction : OH^0 (-1030) + e_aq^-1 (-550) -> OH^-1 (-1228) -At time : 5.5509 ns Reaction : e_aq^-1 (-174) + H3O^1 (-815) -> H^0 (-1229) -At time : 5.6076 ns Reaction : OH^0 (-850) + OH^0 (-860) -> H2O2^0 (-1230) -At time : 5.7543 ns Reaction : e_aq^-1 (-208) + OH^0 (-975) -> OH^-1 (-1231) -At time : 6.1157 ns Reaction : OH^0 (-650) + OH^0 (-929) -> H2O2^0 (-1232) -At time : 6.5124 ns Reaction : OH^-1 (-1141) + H3O^1 (-1008) -> No product -At time : 7.3804 ns Reaction : H^0 (-1190) + H^0 (-1218) -> H_2^0 (-1233) -At time : 7.7364 ns Reaction : e_aq^-1 (-303) + OH^0 (-770) -> OH^-1 (-1234) -At time : 8.1196 ns Reaction : H^0 (-997) + e_aq^-1 (-173) -> OH^-1 (-1235) + H_2^0 (-1236) -At time : 8.3218 ns Reaction : OH^0 (-1120) + e_aq^-1 (-406) -> OH^-1 (-1237) -At time : 10.23 ns Reaction : e_aq^-1 (-357) + OH^0 (-734) -> OH^-1 (-1238) -At time : 10.236 ns Reaction : H3O^1 (-637) + OH^-1 (-1213) -> No product -At time : 10.423 ns Reaction : e_aq^-1 (-161) + H3O^1 (-575) -> H^0 (-1239) -At time : 10.89 ns Reaction : OH^-1 (-1211) + H3O^1 (-831) -> No product -At time : 11.188 ns Reaction : e_aq^-1 (-156) + H3O^1 (-593) -> H^0 (-1240) -At time : 11.807 ns Reaction : OH^-1 (-1215) + H3O^1 (-915) -> No product -At time : 12.64 ns Reaction : H3O^1 (-653) + OH^-1 (-1192) -> No product -At time : 13.68 ns Reaction : e_aq^-1 (-497) + H3O^1 (-703) -> H^0 (-1241) -At time : 13.864 ns Reaction : OH^-1 (-1225) + H3O^1 (-569) -> No product -At time : 15.462 ns Reaction : OH^0 (-1127) + OH^0 (-868) -> H2O2^0 (-1242) -At time : 15.509 ns Reaction : OH^-1 (-1209) + H3O^1 (-883) -> No product -At time : 15.778 ns Reaction : H3O^1 (-801) + e_aq^-1 (-913) -> H^0 (-1243) -At time : 16.59 ns Reaction : OH^0 (-852) + OH^0 (-858) -> H2O2^0 (-1244) -At time : 16.658 ns Reaction : e_aq^-1 (-114) + OH^0 (-652) -> OH^-1 (-1245) -At time : 16.998 ns Reaction : H3O^1 (-845) + OH^-1 (-1245) -> No product -At time : 18.393 ns Reaction : e_aq^-1 (-304) + e_aq^-1 (-958) -> OH^-1 (-1246) + OH^-1 (-1247) + H_2^0 (-1248) -At time : 18.795 ns Reaction : e_aq^-1 (-250) + H3O^1 (-785) -> H^0 (-1249) -At time : 21.069 ns Reaction : H3O^1 (-587) + OH^-1 (-1231) -> No product -At time : 22.714 ns Reaction : OH^0 (-804) + OH^0 (-950) -> H2O2^0 (-1250) -At time : 22.909 ns Reaction : H^0 (-1034) + OH^0 (-610) -> No product -At time : 22.972 ns Reaction : H3O^1 (-817) + OH^-1 (-1246) -> No product -At time : 24.143 ns Reaction : e_aq^-1 (-305) + H3O^1 (-957) -> H^0 (-1251) -At time : 24.21 ns Reaction : H3O^1 (-655) + OH^-1 (-1191) -> No product -At time : 24.242 ns Reaction : e_aq^-1 (-246) + H3O^1 (-775) -> H^0 (-1252) -At time : 25.55 ns Reaction : e_aq^-1 (-337) + e_aq^-1 (-352) -> OH^-1 (-1253) + OH^-1 (-1254) + H_2^0 (-1255) -At time : 27.196 ns Reaction : OH^-1 (-1253) + H3O^1 (-807) -> No product -At time : 29.309 ns Reaction : OH^0 (-658) + OH^0 (-977) -> H2O2^0 (-1256) -At time : 33.567 ns Reaction : e_aq^-1 (-196) + OH^0 (-818) -> OH^-1 (-1257) -At time : 33.865 ns Reaction : e_aq^-1 (-207) + OH^0 (-808) -> OH^-1 (-1258) -At time : 33.967 ns Reaction : OH^0 (-704) + OH^0 (-714) -> H2O2^0 (-1259) -At time : 36.332 ns Reaction : OH^-1 (-1235) + H3O^1 (-805) -> No product -At time : 36.42 ns Reaction : e_aq^-1 (-86) + H3O^1 (-819) -> H^0 (-1260) -At time : 37.303 ns Reaction : H3O^1 (-663) + OH^-1 (-1257) -> No product -At time : 37.311 ns Reaction : e_aq^-1 (-251) + OH^0 (-774) -> OH^-1 (-1261) -At time : 39.264 ns Reaction : e_aq^-1 (-143) + H2O2^0 (-1256) -> OH^-1 (-1262) + OH^0 (-1263) -At time : 40.307 ns Reaction : H2O2^0 (-1147) + e_aq^-1 (-103) -> OH^-1 (-1264) + OH^0 (-1265) -At time : 40.801 ns Reaction : e_aq^-1 (-148) + H3O^1 (-960) -> H^0 (-1266) -At time : 42.175 ns Reaction : OH^0 (-576) + OH^0 (-842) -> H2O2^0 (-1267) -At time : 43.099 ns Reaction : OH^0 (-1023) + OH^0 (-830) -> H2O2^0 (-1268) -At time : 43.736 ns Reaction : OH^0 (-724) + H^0 (-1200) -> No product -At time : 44.262 ns Reaction : e_aq^-1 (-483) + H3O^1 (-721) -> H^0 (-1269) -At time : 44.308 ns Reaction : e_aq^-1 (-471) + H3O^1 (-1041) -> H^0 (-1270) -At time : 45.275 ns Reaction : e_aq^-1 (-501) + e_aq^-1 (-940) -> OH^-1 (-1271) + OH^-1 (-1272) + H_2^0 (-1273) -At time : 45.849 ns Reaction : OH^0 (-1055) + H^0 (-1187) -> No product -At time : 46.614 ns Reaction : e_aq^-1 (-300) + H3O^1 (-779) -> H^0 (-1274) -At time : 49.584 ns Reaction : e_aq^-1 (-290) + H^0 (-1243) -> OH^-1 (-1275) + H_2^0 (-1276) -At time : 49.833 ns Reaction : e_aq^-1 (-273) + e_aq^-1 (-292) -> OH^-1 (-1277) + OH^-1 (-1278) + H_2^0 (-1279) -At time : 51.942 ns Reaction : e_aq^-1 (-165) + OH^0 (-983) -> OH^-1 (-1280) -At time : 53.924 ns Reaction : e_aq^-1 (-393) + H3O^1 (-739) -> H^0 (-1281) -At time : 54.199 ns Reaction : e_aq^-1 (-171) + H^0 (-1240) -> OH^-1 (-1282) + H_2^0 (-1283) -At time : 56.077 ns Reaction : H3O^1 (-797) + OH^-1 (-1234) -> No product -At time : 58.578 ns Reaction : H^0 (-1281) + OH^0 (-923) -> No product -At time : 59.961 ns Reaction : OH^-1 (-1254) + H3O^1 (-651) -> No product -At time : 60.893 ns Reaction : e_aq^-1 (-306) + OH^0 (-798) -> OH^-1 (-1284) -At time : 60.908 ns Reaction : e_aq^-1 (-413) + H3O^1 (-597) -> H^0 (-1285) -At time : 60.925 ns Reaction : e_aq^-1 (-197) + H3O^1 (-851) -> H^0 (-1286) -At time : 61.886 ns Reaction : OH^0 (-1025) + e_aq^-1 (-140) -> OH^-1 (-1287) -At time : 62.669 ns Reaction : OH^-1 (-1247) + H3O^1 (-948) -> No product -At time : 64.562 ns Reaction : OH^-1 (-1258) + H3O^1 (-927) -> No product -At time : 64.778 ns Reaction : H^0 (-1114) + e_aq^-1 (-330) -> OH^-1 (-1288) + H_2^0 (-1289) -At time : 65.598 ns Reaction : e_aq^-1 (-192) + OH^0 (-588) -> OH^-1 (-1290) -At time : 66.914 ns Reaction : OH^0 (-678) + OH^0 (-898) -> H2O2^0 (-1291) -At time : 69.226 ns Reaction : e_aq^-1 (-535) + OH^0 (-900) -> OH^-1 (-1292) -At time : 72.951 ns Reaction : H3O^1 (-747) + OH^-1 (-1288) -> No product -At time : 79.88 ns Reaction : OH^-1 (-1237) + H3O^1 (-881) -> No product -At time : 80.066 ns Reaction : OH^-1 (-1278) + H3O^1 (-921) -> No product -At time : 83.195 ns Reaction : e_aq^-1 (-131) + H3O^1 (-930) -> H^0 (-1293) -At time : 87.277 ns Reaction : e_aq^-1 (-91) + OH^0 (-654) -> OH^-1 (-1294) -At time : 87.651 ns Reaction : OH^0 (-820) + OH^0 (-838) -> H2O2^0 (-1295) -At time : 90.229 ns Reaction : OH^0 (-1057) + e_aq^-1 (-466) -> OH^-1 (-1296) -At time : 92.712 ns Reaction : H3O^1 (-1074) + OH^-1 (-1284) -> No product -At time : 92.764 ns Reaction : e_aq^-1 (-390) + H3O^1 (-727) -> H^0 (-1297) -At time : 93.659 ns Reaction : H^0 (-1224) + OH^0 (-806) -> No product -At time : 94.229 ns Reaction : e_aq^-1 (-83) + e_aq^-1 (-120) -> OH^-1 (-1298) + OH^-1 (-1299) + H_2^0 (-1300) -At time : 103.52 ns Reaction : e_aq^-1 (-277) + H^0 (-974) -> OH^-1 (-1301) + H_2^0 (-1302) -At time : 108.14 ns Reaction : H3O^1 (-657) + OH^-1 (-1282) -> No product -At time : 110.94 ns Reaction : H^0 (-1274) + OH^0 (-800) -> No product -At time : 114.38 ns Reaction : OH^-1 (-1272) + H3O^1 (-695) -> No product -At time : 114.98 ns Reaction : e_aq^-1 (-374) + H3O^1 (-879) -> H^0 (-1303) -At time : 137.1 ns Reaction : e_aq^-1 (-436) + H2O2^0 (-1259) -> OH^-1 (-1304) + OH^0 (-1305) -At time : 137.65 ns Reaction : e_aq^-1 (-274) + OH^0 (-1065) -> OH^-1 (-1306) -At time : 141.9 ns Reaction : H3O^1 (-633) + OH^-1 (-1261) -> No product -At time : 144.96 ns Reaction : OH^-1 (-1275) + H3O^1 (-873) -> No product -At time : 146.02 ns Reaction : OH^0 (-1305) + e_aq^-1 (-463) -> OH^-1 (-1307) -At time : 162.42 ns Reaction : e_aq^-1 (-116) + OH^0 (-959) -> OH^-1 (-1308) -At time : 164.05 ns Reaction : OH^0 (-1051) + OH^0 (-620) -> H2O2^0 (-1309) -At time : 169.69 ns Reaction : e_aq^-1 (-425) + OH^0 (-884) -> OH^-1 (-1310) -At time : 176.64 ns Reaction : e_aq^-1 (-476) + OH^0 (-672) -> OH^-1 (-1311) -At time : 179.18 ns Reaction : e_aq^-1 (-169) + H3O^1 (-869) -> H^0 (-1312) -At time : 179.23 ns Reaction : H^0 (-1005) + OH^0 (-738) -> No product -At time : 180.42 ns Reaction : OH^-1 (-1271) + H3O^1 (-625) -> No product -At time : 180.48 ns Reaction : H^0 (-1285) + OH^0 (-956) -> No product -At time : 181.13 ns Reaction : e_aq^-1 (-262) + OH^0 (-973) -> OH^-1 (-1313) -At time : 181.46 ns Reaction : e_aq^-1 (-464) + OH^0 (-938) -> OH^-1 (-1314) -At time : 183.96 ns Reaction : OH^0 (-646) + OH^0 (-832) -> H2O2^0 (-1315) -At time : 184.6 ns Reaction : H3O^1 (-571) + OH^-1 (-1307) -> No product -At time : 192.69 ns Reaction : H3O^1 (-767) + e_aq^-1 (-922) -> H^0 (-1316) -At time : 195.43 ns Reaction : H3O^1 (-901) + OH^-1 (-1314) -> No product -At time : 216.28 ns Reaction : H^0 (-1303) + OH^0 (-917) -> No product -At time : 219.43 ns Reaction : e_aq^-1 (-203) + H3O^1 (-741) -> H^0 (-1317) -At time : 234.09 ns Reaction : OH^-1 (-1301) + H3O^1 (-753) -> No product -At time : 237.33 ns Reaction : e_aq^-1 (-486) + H3O^1 (-821) -> H^0 (-1318) -At time : 242.29 ns Reaction : e_aq^-1 (-460) + H2O2^0 (-1214) -> OH^-1 (-1319) + OH^0 (-1320) -At time : 244.78 ns Reaction : e_aq^-1 (-422) + OH^0 (-740) -> OH^-1 (-1321) -At time : 249.55 ns Reaction : OH^-1 (-1308) + H3O^1 (-835) -> No product -At time : 251.78 ns Reaction : OH^-1 (-1310) + H3O^1 (-729) -> No product -At time : 263.23 ns Reaction : e_aq^-1 (-558) + OH^0 (-612) -> OH^-1 (-1322) -At time : 274.1 ns Reaction : OH^0 (-1113) + e_aq^-1 (-379) -> OH^-1 (-1323) -At time : 286.59 ns Reaction : H3O^1 (-751) + OH^-1 (-1277) -> No product -At time : 291.93 ns Reaction : H3O^1 (-591) + OH^-1 (-1313) -> No product -At time : 298.72 ns Reaction : e_aq^-1 (-435) + OH^0 (-604) -> OH^-1 (-1324) -At time : 316.15 ns Reaction : e_aq^-1 (-411) + OH^0 (-718) -> OH^-1 (-1325) -At time : 324.4 ns Reaction : H^0 (-1062) + OH^0 (-1040) -> No product -At time : 341.15 ns Reaction : H3O^1 (-583) + OH^-1 (-1323) -> No product -At time : 394.68 ns Reaction : H^0 (-1056) + OH^0 (-758) -> No product -At time : 403.22 ns Reaction : OH^0 (-1068) + e_aq^-1 (-275) -> OH^-1 (-1326) -At time : 420 ns Reaction : e_aq^-1 (-487) + H^0 (-1241) -> OH^-1 (-1327) + H_2^0 (-1328) -At time : 440.6 ns Reaction : H3O^1 (-843) + OH^-1 (-1294) -> No product -At time : 477.43 ns Reaction : H2O2^0 (-1315) + e_aq^-1 (-955) -> OH^-1 (-1329) + OH^0 (-1330) -At time : 484.31 ns Reaction : H3O^1 (-745) + OH^-1 (-1287) -> No product -At time : 497.95 ns Reaction : e_aq^-1 (-334) + H2O2^0 (-1174) -> OH^-1 (-1331) + OH^0 (-1332) -At time : 600.66 ns Reaction : OH^-1 (-1325) + H3O^1 (-871) -> No product -At time : 675.37 ns Reaction : H3O^1 (-857) + OH^-1 (-1324) -> No product -At time : 807.28 ns Reaction : OH^-1 (-1327) + H3O^1 (-891) -> No product -At time : 811.67 ns Reaction : e_aq^-1 (-392) + OH^0 (-586) -> OH^-1 (-1333) -At time : 857.05 ns Reaction : OH^-1 (-1296) + H3O^1 (-951) -> No product -At time : 913.08 ns Reaction : OH^0 (-1320) + OH^0 (-626) -> H2O2^0 (-1334) -At time : 914.99 ns Reaction : e_aq^-1 (-384) + H3O^1 (-837) -> H^0 (-1335) -At time : 919.43 ns Reaction : OH^-1 (-1299) + H3O^1 (-809) -> No product -At time : 956.86 ns Reaction : OH^0 (-1027) + H^0 (-1151) -> No product -At time : 973.59 ns Reaction : OH^0 (-822) + OH^0 (-920) -> H2O2^0 (-1336) -At time : 992.02 ns Reaction : e_aq^-1 (-82) + e_aq^-1 (-388) -> OH^-1 (-1337) + OH^-1 (-1338) + H_2^0 (-1339) +At time : 6 ps Reaction : OH^0 (-1106) + OH^0 (-848) -> H2O2^0 (-1131) +At time : 6 ps Reaction : OH^0 (-1097) + H^0 (-1098) -> No product +At time : 26 ps Reaction : OH^0 (-856) + e_aq^-1 (-931) -> OH^-1 (-1132) +At time : 29 ps Reaction : OH^0 (-1124) + OH^0 (-1095) -> H2O2^0 (-1133) +At time : 31 ps Reaction : OH^0 (-947) + e_aq^-1 (-949) -> OH^-1 (-1134) +At time : 31 ps Reaction : OH^-1 (-1134) + H3O^1 (-948) -> No product +At time : 33 ps Reaction : OH^0 (-786) + OH^0 (-953) -> H2O2^0 (-1135) +At time : 33 ps Reaction : e_aq^-1 (-559) + OH^0 (-680) -> OH^-1 (-1136) +At time : 38 ps Reaction : OH^0 (-979) + OH^0 (-754) -> H2O2^0 (-1137) +At time : 42 ps Reaction : OH^0 (-1094) + H^0 (-1123) -> No product +At time : 59 ps Reaction : OH^0 (-728) + OH^0 (-730) -> H2O2^0 (-1138) +At time : 62 ps Reaction : e_aq^-1 (-86) + H2O2^0 (-1129) -> OH^-1 (-1139) + OH^0 (-1140) +At time : 69 ps Reaction : OH^0 (-1045) + OH^0 (-1047) -> H2O2^0 (-1141) +At time : 72 ps Reaction : e_aq^-1 (-103) + H3O^1 (-849) -> H^0 (-1142) +At time : 87 ps Reaction : OH^-1 (-1132) + H3O^1 (-653) -> No product +At time : 89 ps Reaction : OH^-1 (-1136) + H3O^1 (-679) -> No product +At time : 97 ps Reaction : e_aq^-1 (-301) + H3O^1 (-761) -> H^0 (-1143) +At time : 99 ps Reaction : OH^0 (-1036) + OH^0 (-608) -> H2O2^0 (-1144) +At time : 114 ps Reaction : OH^0 (-620) + OH^0 (-702) -> H2O2^0 (-1145) +At time : 120 ps Reaction : OH^0 (-592) + OH^0 (-866) -> H2O2^0 (-1146) +At time : 131.9 ps Reaction : e_aq^-1 (-268) + H2O2^0 (-1135) -> OH^-1 (-1147) + OH^0 (-1148) +At time : 147.02 ps Reaction : OH^0 (-1081) + OH^0 (-1082) -> H2O2^0 (-1149) +At time : 152.02 ps Reaction : OH^-1 (-1139) + H3O^1 (-851) -> No product +At time : 162.37 ps Reaction : H3O^1 (-785) + OH^-1 (-1147) -> No product +At time : 174.61 ps Reaction : e_aq^-1 (-97) + e_aq^-1 (-961) -> OH^-1 (-1150) + OH^-1 (-1151) + H_2^0 (-1152) +At time : 177.61 ps Reaction : e_aq^-1 (-257) + OH^0 (-914) -> OH^-1 (-1153) +At time : 207.67 ps Reaction : e_aq^-1 (-338) + H3O^1 (-951) -> H^0 (-1154) +At time : 219.17 ps Reaction : OH^0 (-636) + OH^0 (-638) -> H2O2^0 (-1155) +At time : 234.17 ps Reaction : OH^0 (-648) + OH^0 (-818) -> H2O2^0 (-1156) +At time : 237.17 ps Reaction : e_aq^-1 (-318) + H3O^1 (-747) -> H^0 (-1157) +At time : 240.28 ps Reaction : OH^0 (-1015) + OH^0 (-788) -> H2O2^0 (-1158) +At time : 272.6 ps Reaction : e_aq^-1 (-486) + OH^0 (-708) -> OH^-1 (-1159) +At time : 273.6 ps Reaction : H3O^1 (-583) + OH^-1 (-1159) -> No product +At time : 274.6 ps Reaction : H^0 (-1121) + OH^0 (-580) -> No product +At time : 279.6 ps Reaction : OH^0 (-1027) + OH^0 (-694) -> H2O2^0 (-1160) +At time : 284.6 ps Reaction : OH^0 (-1002) + OH^0 (-630) -> H2O2^0 (-1161) +At time : 302.68 ps Reaction : H^0 (-1016) + OH^0 (-1079) -> No product +At time : 302.68 ps Reaction : e_aq^-1 (-351) + OH^0 (-666) -> OH^-1 (-1162) +At time : 302.68 ps Reaction : H3O^1 (-589) + OH^-1 (-1162) -> No product +At time : 326.49 ps Reaction : OH^-1 (-1151) + H3O^1 (-960) -> No product +At time : 333.49 ps Reaction : e_aq^-1 (-162) + H3O^1 (-591) -> H^0 (-1163) +At time : 338.49 ps Reaction : OH^0 (-1017) + OH^0 (-772) -> H2O2^0 (-1164) +At time : 340.49 ps Reaction : H3O^1 (-775) + OH^-1 (-1153) -> No product +At time : 361.63 ps Reaction : e_aq^-1 (-290) + H3O^1 (-793) -> H^0 (-1165) +At time : 380.26 ps Reaction : e_aq^-1 (-350) + OH^0 (-578) -> OH^-1 (-1166) +At time : 388.62 ps Reaction : OH^0 (-1026) + OH^0 (-594) -> H2O2^0 (-1167) +At time : 397.62 ps Reaction : OH^0 (-862) + OH^0 (-977) -> H2O2^0 (-1168) +At time : 402.62 ps Reaction : OH^0 (-566) + OH^0 (-800) -> H2O2^0 (-1169) +At time : 418.66 ps Reaction : e_aq^-1 (-205) + OH^0 (-806) -> OH^-1 (-1170) +At time : 422.66 ps Reaction : H^0 (-985) + OH^0 (-840) -> No product +At time : 423.66 ps Reaction : OH^-1 (-565) + H3O^1 (-801) -> No product +At time : 436.59 ps Reaction : OH^0 (-988) + OH^0 (-984) -> H2O2^0 (-1171) +At time : 460.96 ps Reaction : OH^0 (-832) + OH^0 (-844) -> H2O2^0 (-1172) +At time : 503.15 ps Reaction : OH^0 (-834) + OH^0 (-864) -> H2O2^0 (-1173) +At time : 511.67 ps Reaction : e_aq^-1 (-161) + OH^0 (-822) -> OH^-1 (-1174) +At time : 522.67 ps Reaction : e_aq^-1 (-284) + H^0 (-1018) -> OH^-1 (-1175) + H_2^0 (-1176) +At time : 554.14 ps Reaction : OH^0 (-1061) + OH^0 (-626) -> H2O2^0 (-1177) +At time : 559.14 ps Reaction : OH^0 (-1089) + OH^0 (-642) -> H2O2^0 (-1178) +At time : 588.29 ps Reaction : OH^0 (-836) + OH^0 (-838) -> H2O2^0 (-1179) +At time : 607.52 ps Reaction : e_aq^-1 (-440) + OH^0 (-716) -> OH^-1 (-1180) +At time : 608.52 ps Reaction : OH^0 (-1009) + e_aq^-1 (-952) -> OH^-1 (-1181) +At time : 618.36 ps Reaction : OH^0 (-1051) + OH^0 (-710) -> H2O2^0 (-1182) +At time : 627.64 ps Reaction : OH^0 (-1007) + H^0 (-1005) -> No product +At time : 678.82 ps Reaction : OH^-1 (-1181) + H3O^1 (-751) -> No product +At time : 707.51 ps Reaction : e_aq^-1 (-527) + OH^0 (-896) -> OH^-1 (-1183) +At time : 757.57 ps Reaction : H3O^1 (-791) + OH^-1 (-1175) -> No product +At time : 825.65 ps Reaction : OH^0 (-1083) + OH^0 (-790) -> H2O2^0 (-1184) +At time : 884.35 ps Reaction : e_aq^-1 (-326) + OH^0 (-748) -> OH^-1 (-1185) +At time : 925.89 ps Reaction : OH^0 (-932) + e_aq^-1 (-934) -> OH^-1 (-1186) +At time : 989.43 ps Reaction : H3O^1 (-957) + e_aq^-1 (-958) -> H^0 (-1187) +At time : 995.45 ps Reaction : OH^0 (-576) + H^0 (-1163) -> No product +At time : 1.0549 ns Reaction : OH^0 (-1099) + OH^0 (-1023) -> H2O2^0 (-1188) +At time : 1.0724 ns Reaction : e_aq^-1 (-340) + H3O^1 (-757) -> H^0 (-1189) +At time : 1.1935 ns Reaction : e_aq^-1 (-174) + H3O^1 (-817) -> H^0 (-1190) +At time : 1.2218 ns Reaction : H3O^1 (-915) + e_aq^-1 (-916) -> H^0 (-1191) +At time : 1.2469 ns Reaction : OH^0 (-672) + OH^0 (-704) -> H2O2^0 (-1192) +At time : 1.2509 ns Reaction : e_aq^-1 (-91) + H3O^1 (-847) -> H^0 (-1193) +At time : 1.3623 ns Reaction : e_aq^-1 (-208) + e_aq^-1 (-347) -> OH^-1 (-1194) + OH^-1 (-1195) + H_2^0 (-1196) +At time : 1.3803 ns Reaction : e_aq^-1 (-472) + OH^0 (-568) -> OH^-1 (-1197) +At time : 1.3844 ns Reaction : e_aq^-1 (-281) + OH^0 (-586) -> OH^-1 (-1198) +At time : 1.4039 ns Reaction : e_aq^-1 (-483) + OH^0 (-698) -> OH^-1 (-1199) +At time : 1.4226 ns Reaction : OH^0 (-738) + H^0 (-972) -> No product +At time : 1.428 ns Reaction : OH^0 (-650) + OH^0 (-1140) -> H2O2^0 (-1200) +At time : 1.5272 ns Reaction : OH^0 (-570) + OH^0 (-700) -> H2O2^0 (-1201) +At time : 1.5972 ns Reaction : H^0 (-1001) + OH^0 (-622) -> No product +At time : 1.6465 ns Reaction : OH^0 (-602) + OH^0 (-884) -> H2O2^0 (-1202) +At time : 1.6857 ns Reaction : e_aq^-1 (-247) + H3O^1 (-954) -> H^0 (-1203) +At time : 1.7414 ns Reaction : e_aq^-1 (-466) + OH^0 (-712) -> OH^-1 (-1204) +At time : 1.8053 ns Reaction : OH^-1 (-1170) + H3O^1 (-813) -> No product +At time : 1.9063 ns Reaction : OH^-1 (-1166) + H3O^1 (-933) -> No product +At time : 1.9841 ns Reaction : H^0 (-1054) + e_aq^-1 (-431) -> OH^-1 (-1205) + H_2^0 (-1206) +At time : 2.0478 ns Reaction : H3O^1 (-845) + OH^-1 (-1150) -> No product +At time : 2.0891 ns Reaction : OH^0 (-846) + OH^0 (-929) -> H2O2^0 (-1207) +At time : 2.1991 ns Reaction : H3O^1 (-633) + OH^-1 (-1185) -> No product +At time : 2.2374 ns Reaction : e_aq^-1 (-207) + OH^0 (-870) -> OH^-1 (-1208) +At time : 2.2705 ns Reaction : e_aq^-1 (-102) + OH^0 (-852) -> OH^-1 (-1209) +At time : 2.3352 ns Reaction : e_aq^-1 (-423) + OH^0 (-718) -> OH^-1 (-1210) +At time : 2.3475 ns Reaction : H3O^1 (-655) + OH^-1 (-1209) -> No product +At time : 2.3783 ns Reaction : e_aq^-1 (-245) + H3O^1 (-771) -> H^0 (-1211) +At time : 2.5101 ns Reaction : OH^-1 (-1199) + H3O^1 (-705) -> No product +At time : 2.5613 ns Reaction : e_aq^-1 (-496) + OH^0 (-604) -> OH^-1 (-1212) +At time : 2.788 ns Reaction : OH^0 (-1065) + OH^0 (-588) -> H2O2^0 (-1213) +At time : 3.0001 ns Reaction : e_aq^-1 (-497) + OH^0 (-616) -> OH^-1 (-1214) +At time : 3.4579 ns Reaction : OH^0 (-1059) + OH^0 (-941) -> H2O2^0 (-1215) +At time : 3.4987 ns Reaction : e_aq^-1 (-461) + H3O^1 (-715) -> H^0 (-1216) +At time : 3.5248 ns Reaction : e_aq^-1 (-151) + H2O2^0 (-1156) -> OH^-1 (-1217) + OH^0 (-1218) +At time : 3.6396 ns Reaction : H^0 (-1028) + OH^0 (-890) -> No product +At time : 3.6954 ns Reaction : OH^-1 (-1197) + H3O^1 (-569) -> No product +At time : 3.9555 ns Reaction : OH^-1 (-1174) + H3O^1 (-927) -> No product +At time : 4.0469 ns Reaction : e_aq^-1 (-306) + OH^0 (-758) -> OH^-1 (-1219) +At time : 4.0921 ns Reaction : H^0 (-1191) + e_aq^-1 (-955) -> OH^-1 (-1220) + H_2^0 (-1221) +At time : 4.1062 ns Reaction : OH^-1 (-1214) + H3O^1 (-709) -> No product +At time : 4.1219 ns Reaction : OH^0 (-628) + OH^0 (-946) -> H2O2^0 (-1222) +At time : 4.1611 ns Reaction : H3O^1 (-697) + OH^-1 (-1204) -> No product +At time : 4.2106 ns Reaction : e_aq^-1 (-283) + H^0 (-1203) -> OH^-1 (-1223) + H_2^0 (-1224) +At time : 4.2162 ns Reaction : e_aq^-1 (-131) + H3O^1 (-827) -> H^0 (-1225) +At time : 4.5643 ns Reaction : OH^0 (-1122) + OH^0 (-1127) -> H2O2^0 (-1226) +At time : 4.6292 ns Reaction : H3O^1 (-647) + OH^-1 (-1217) -> No product +At time : 4.6719 ns Reaction : e_aq^-1 (-371) + OH^0 (-744) -> OH^-1 (-1227) +At time : 4.759 ns Reaction : e_aq^-1 (-158) + OH^0 (-830) -> OH^-1 (-1228) +At time : 4.7976 ns Reaction : e_aq^-1 (-554) + OH^0 (-906) -> OH^-1 (-1229) +At time : 4.8342 ns Reaction : e_aq^-1 (-273) + H3O^1 (-787) -> H^0 (-1230) +At time : 4.9217 ns Reaction : e_aq^-1 (-190) + OH^0 (-956) -> OH^-1 (-1231) +At time : 5.2113 ns Reaction : OH^0 (-1069) + e_aq^-1 (-913) -> OH^-1 (-1232) +At time : 5.2133 ns Reaction : e_aq^-1 (-344) + H^0 (-1157) -> OH^-1 (-1233) + H_2^0 (-1234) +At time : 5.3147 ns Reaction : e_aq^-1 (-558) + H3O^1 (-907) -> H^0 (-1235) +At time : 5.4149 ns Reaction : OH^0 (-1055) + OH^0 (-582) -> H2O2^0 (-1236) +At time : 5.5166 ns Reaction : H3O^1 (-1008) + OH^-1 (-1186) -> No product +At time : 5.6629 ns Reaction : H3O^1 (-615) + OH^-1 (-1180) -> No product +At time : 6.0192 ns Reaction : e_aq^-1 (-274) + OH^0 (-973) -> OH^-1 (-1237) +At time : 6.1152 ns Reaction : e_aq^-1 (-492) + H3O^1 (-711) -> H^0 (-1238) +At time : 6.275 ns Reaction : OH^-1 (-1227) + H3O^1 (-743) -> No product +At time : 6.8891 ns Reaction : e_aq^-1 (-467) + OH^0 (-1052) -> OH^-1 (-1239) +At time : 6.9107 ns Reaction : OH^0 (-1101) + e_aq^-1 (-171) -> OH^-1 (-1240) +At time : 6.9943 ns Reaction : H3O^1 (-1019) + OH^-1 (-1223) -> No product +At time : 7.0189 ns Reaction : e_aq^-1 (-425) + H3O^1 (-879) -> H^0 (-1241) +At time : 7.0239 ns Reaction : H3O^1 (-643) + OH^-1 (-1219) -> No product +At time : 7.0626 ns Reaction : OH^-1 (-1198) + H3O^1 (-773) -> No product +At time : 7.3937 ns Reaction : OH^0 (-784) + H^0 (-1165) -> No product +At time : 7.5037 ns Reaction : e_aq^-1 (-487) + OH^0 (-624) -> OH^-1 (-1242) +At time : 7.799 ns Reaction : e_aq^-1 (-140) + H3O^1 (-855) -> H^0 (-1243) +At time : 7.8757 ns Reaction : H3O^1 (-1029) + e_aq^-1 (-556) -> H^0 (-1244) +At time : 7.9577 ns Reaction : OH^-1 (-1210) + H3O^1 (-883) -> No product +At time : 8.1748 ns Reaction : H3O^1 (-869) + OH^-1 (-1233) -> No product +At time : 8.5898 ns Reaction : e_aq^-1 (-173) + H3O^1 (-805) -> H^0 (-1245) +At time : 8.9676 ns Reaction : OH^0 (-1014) + OH^0 (-764) -> H2O2^0 (-1246) +At time : 9.6139 ns Reaction : H3O^1 (-645) + OH^-1 (-1231) -> No product +At time : 9.6558 ns Reaction : H3O^1 (-781) + OH^-1 (-1237) -> No product +At time : 10.282 ns Reaction : OH^0 (-1073) + e_aq^-1 (-264) -> OH^-1 (-1247) +At time : 10.371 ns Reaction : OH^0 (-776) + OH^0 (-780) -> H2O2^0 (-1248) +At time : 10.477 ns Reaction : e_aq^-1 (-476) + H2O2^0 (-1145) -> OH^-1 (-1249) + OH^0 (-1250) +At time : 10.915 ns Reaction : e_aq^-1 (-116) + OH^0 (-860) -> OH^-1 (-1251) +At time : 11.494 ns Reaction : OH^-1 (-1240) + H3O^1 (-829) -> No product +At time : 11.613 ns Reaction : e_aq^-1 (-145) + H^0 (-1243) -> OH^-1 (-1252) + H_2^0 (-1253) +At time : 11.697 ns Reaction : e_aq^-1 (-464) + OH^0 (-882) -> OH^-1 (-1254) +At time : 11.948 ns Reaction : e_aq^-1 (-304) + H3O^1 (-763) -> H^0 (-1255) +At time : 12.472 ns Reaction : H^0 (-1011) + H^0 (-1143) -> H_2^0 (-1256) +At time : 12.676 ns Reaction : OH^0 (-590) + OH^0 (-950) -> H2O2^0 (-1257) +At time : 12.925 ns Reaction : e_aq^-1 (-463) + OH^0 (-584) -> OH^-1 (-1258) +At time : 13.376 ns Reaction : e_aq^-1 (-120) + H^0 (-978) -> OH^-1 (-1259) + H_2^0 (-1260) +At time : 14.168 ns Reaction : e_aq^-1 (-561) + OH^0 (-935) -> OH^-1 (-1261) +At time : 15.17 ns Reaction : e_aq^-1 (-520) + H3O^1 (-607) -> H^0 (-1262) +At time : 16.161 ns Reaction : e_aq^-1 (-275) + OH^0 (-770) -> OH^-1 (-1263) +At time : 18.477 ns Reaction : OH^0 (-996) + e_aq^-1 (-176) -> OH^-1 (-1264) +At time : 18.979 ns Reaction : e_aq^-1 (-209) + H2O2^0 (-1257) -> OH^-1 (-1265) + OH^0 (-1266) +At time : 19.025 ns Reaction : e_aq^-1 (-150) + H2O2^0 (-1173) -> OH^-1 (-1267) + OH^0 (-1268) +At time : 19.358 ns Reaction : e_aq^-1 (-404) + OH^0 (-670) -> OH^-1 (-1269) +At time : 20.29 ns Reaction : OH^0 (-982) + e_aq^-1 (-109) -> OH^-1 (-1270) +At time : 22.037 ns Reaction : OH^0 (-646) + OH^0 (-816) -> H2O2^0 (-1271) +At time : 23.107 ns Reaction : OH^-1 (-1269) + H3O^1 (-942) -> No product +At time : 23.236 ns Reaction : e_aq^-1 (-374) + H3O^1 (-873) -> H^0 (-1272) +At time : 23.27 ns Reaction : H^0 (-1084) + OH^0 (-794) -> No product +At time : 24.166 ns Reaction : H3O^1 (-681) + OH^-1 (-1229) -> No product +At time : 24.236 ns Reaction : e_aq^-1 (-460) + H2O2^0 (-1215) -> OH^-1 (-1273) + OH^0 (-1274) +At time : 24.586 ns Reaction : e_aq^-1 (-378) + H3O^1 (-571) -> H^0 (-1275) +At time : 26.051 ns Reaction : e_aq^-1 (-114) + OH^0 (-854) -> OH^-1 (-1276) +At time : 26.365 ns Reaction : e_aq^-1 (-250) + OH^0 (-778) -> OH^-1 (-1277) +At time : 27.318 ns Reaction : e_aq^-1 (-422) + OH^0 (-722) -> OH^-1 (-1278) +At time : 30.13 ns Reaction : OH^0 (-660) + OH^0 (-826) -> H2O2^0 (-1279) +At time : 30.899 ns Reaction : e_aq^-1 (-484) + OH^0 (-706) -> OH^-1 (-1280) +At time : 31.416 ns Reaction : H^0 (-1142) + OH^0 (-858) -> No product +At time : 35.628 ns Reaction : e_aq^-1 (-394) + H3O^1 (-579) -> H^0 (-1281) +At time : 38.336 ns Reaction : H3O^1 (-745) + OH^-1 (-1194) -> No product +At time : 38.607 ns Reaction : e_aq^-1 (-406) + OH^0 (-598) -> OH^-1 (-1282) +At time : 39.458 ns Reaction : OH^-1 (-1265) + H3O^1 (-871) -> No product +At time : 39.539 ns Reaction : H3O^1 (-1046) + OH^-1 (-1249) -> No product +At time : 41.551 ns Reaction : e_aq^-1 (-386) + OH^0 (-724) -> OH^-1 (-1283) +At time : 41.882 ns Reaction : e_aq^-1 (-199) + OH^0 (-872) -> OH^-1 (-1284) +At time : 41.889 ns Reaction : H3O^1 (-1063) + OH^-1 (-1283) -> No product +At time : 44.641 ns Reaction : OH^0 (-1025) + e_aq^-1 (-111) -> OH^-1 (-1285) +At time : 46.12 ns Reaction : H^0 (-1071) + e_aq^-1 (-307) -> OH^-1 (-1286) + H_2^0 (-1287) +At time : 47.378 ns Reaction : e_aq^-1 (-384) + H^0 (-1281) -> OH^-1 (-1288) + H_2^0 (-1289) +At time : 48.01 ns Reaction : e_aq^-1 (-925) + OH^0 (-945) -> OH^-1 (-1290) +At time : 49.872 ns Reaction : e_aq^-1 (-372) + OH^0 (-726) -> OH^-1 (-1291) +At time : 51.31 ns Reaction : e_aq^-1 (-169) + H^0 (-976) -> OH^-1 (-1292) + H_2^0 (-1293) +At time : 55.453 ns Reaction : OH^0 (-750) + H^0 (-1225) -> No product +At time : 56.175 ns Reaction : e_aq^-1 (-188) + H^0 (-1190) -> OH^-1 (-1294) + H_2^0 (-1295) +At time : 57.628 ns Reaction : OH^0 (-824) + e_aq^-1 (-928) -> OH^-1 (-1296) +At time : 58.639 ns Reaction : e_aq^-1 (-128) + OH^0 (-654) -> OH^-1 (-1297) +At time : 62.15 ns Reaction : e_aq^-1 (-493) + H3O^1 (-617) -> H^0 (-1298) +At time : 64.123 ns Reaction : e_aq^-1 (-335) + OH^0 (-634) -> OH^-1 (-1299) +At time : 65.788 ns Reaction : OH^0 (-1013) + e_aq^-1 (-922) -> OH^-1 (-1300) +At time : 68.046 ns Reaction : H3O^1 (-659) + OH^-1 (-1296) -> No product +At time : 75.826 ns Reaction : H3O^1 (-789) + OH^-1 (-1247) -> No product +At time : 84.424 ns Reaction : OH^0 (-1116) + e_aq^-1 (-515) -> OH^-1 (-1301) +At time : 88.748 ns Reaction : e_aq^-1 (-313) + H3O^1 (-755) -> H^0 (-1302) +At time : 100.84 ns Reaction : OH^-1 (-1299) + H3O^1 (-841) -> No product +At time : 102.81 ns Reaction : H3O^1 (-587) + OH^-1 (-1232) -> No product +At time : 108.62 ns Reaction : OH^0 (-991) + OH^0 (-971) -> H2O2^0 (-1303) +At time : 116.91 ns Reaction : e_aq^-1 (-413) + H3O^1 (-713) -> H^0 (-1304) +At time : 117.06 ns Reaction : OH^0 (-762) + OH^0 (-798) -> H2O2^0 (-1305) +At time : 123.16 ns Reaction : OH^-1 (-1267) + H3O^1 (-759) -> No product +At time : 127.27 ns Reaction : e_aq^-1 (-480) + OH^0 (-618) -> OH^-1 (-1306) +At time : 128.8 ns Reaction : e_aq^-1 (-303) + OH^0 (-768) -> OH^-1 (-1307) +At time : 134.46 ns Reaction : H3O^1 (-727) + OH^-1 (-1291) -> No product +At time : 141.3 ns Reaction : H^0 (-1096) + e_aq^-1 (-357) -> OH^-1 (-1308) + H_2^0 (-1309) +At time : 141.85 ns Reaction : e_aq^-1 (-196) + OH^0 (-782) -> OH^-1 (-1310) +At time : 148.75 ns Reaction : H^0 (-1114) + e_aq^-1 (-358) -> OH^-1 (-1311) + H_2^0 (-1312) +At time : 156.42 ns Reaction : H^0 (-1211) + H^0 (-1255) -> H_2^0 (-1313) +At time : 157.36 ns Reaction : OH^-1 (-1284) + H3O^1 (-729) -> No product +At time : 168.37 ns Reaction : H3O^1 (-581) + OH^-1 (-1280) -> No product +At time : 169.44 ns Reaction : H3O^1 (-1078) + OH^-1 (-1277) -> No product +At time : 174.74 ns Reaction : e_aq^-1 (-505) + H3O^1 (-671) -> H^0 (-1314) +At time : 184.78 ns Reaction : H3O^1 (-605) + OH^-1 (-1212) -> No product +At time : 184.8 ns Reaction : e_aq^-1 (-507) + OH^0 (-962) -> OH^-1 (-1315) +At time : 196.96 ns Reaction : OH^-1 (-1286) + H3O^1 (-1006) -> No product +At time : 199.98 ns Reaction : e_aq^-1 (-392) + H2O2^0 (-1161) -> OH^-1 (-1316) + OH^0 (-1317) +At time : 231.57 ns Reaction : H3O^1 (-601) + OH^-1 (-1273) -> No product +At time : 250.08 ns Reaction : H^0 (-1058) + OH^0 (-596) -> No product +At time : 258.67 ns Reaction : H3O^1 (-741) + OH^-1 (-1252) -> No product +At time : 261.37 ns Reaction : e_aq^-1 (-334) + OH^0 (-1218) -> OH^-1 (-1318) +At time : 265.44 ns Reaction : OH^0 (-1119) + e_aq^-1 (-548) -> OH^-1 (-1319) +At time : 266.7 ns Reaction : OH^-1 (-1259) + H3O^1 (-930) -> No product +At time : 304.53 ns Reaction : OH^0 (-1044) + e_aq^-1 (-439) -> OH^-1 (-1320) +At time : 309.25 ns Reaction : OH^0 (-600) + H^0 (-968) -> No product +At time : 320.07 ns Reaction : e_aq^-1 (-352) + H3O^1 (-921) -> H^0 (-1321) +At time : 330.95 ns Reaction : H3O^1 (-603) + OH^-1 (-1297) -> No product +At time : 354.14 ns Reaction : H3O^1 (-893) + OH^-1 (-1258) -> No product +At time : 354.33 ns Reaction : e_aq^-1 (-537) + OH^0 (-894) -> OH^-1 (-1322) +At time : 359.17 ns Reaction : e_aq^-1 (-93) + H2O2^0 (-1179) -> OH^-1 (-1323) + OH^0 (-1324) +At time : 375.64 ns Reaction : e_aq^-1 (-327) + OH^0 (-911) -> OH^-1 (-1325) +At time : 377.71 ns Reaction : H3O^1 (-701) + OH^-1 (-1242) -> No product +At time : 457.56 ns Reaction : OH^0 (-678) + OH^0 (-898) -> H2O2^0 (-1326) +At time : 457.81 ns Reaction : e_aq^-1 (-516) + OH^0 (-969) -> OH^-1 (-1327) +At time : 508.67 ns Reaction : H3O^1 (-1088) + OH^-1 (-1205) -> No product +At time : 542.73 ns Reaction : e_aq^-1 (-563) + H^0 (-1244) -> OH^-1 (-1328) + H_2^0 (-1329) +At time : 555.38 ns Reaction : e_aq^-1 (-388) + OH^0 (-886) -> OH^-1 (-1330) +At time : 560.62 ns Reaction : e_aq^-1 (-270) + H3O^1 (-699) -> H^0 (-1331) +At time : 587.55 ns Reaction : H^0 (-1262) + e_aq^-1 (-943) -> OH^-1 (-1332) + H_2^0 (-1333) +At time : 596.46 ns Reaction : OH^-1 (-1276) + H3O^1 (-657) -> No product +At time : 612.23 ns Reaction : H3O^1 (-895) + e_aq^-1 (-937) -> H^0 (-1334) +At time : 613.23 ns Reaction : e_aq^-1 (-510) + H^0 (-1314) -> OH^-1 (-1335) + H_2^0 (-1336) +At time : 613.24 ns Reaction : OH^-1 (-1288) + H3O^1 (-725) -> No product +At time : 628.99 ns Reaction : OH^-1 (-1310) + H3O^1 (-811) -> No product +At time : 698.65 ns Reaction : e_aq^-1 (-252) + H3O^1 (-599) -> H^0 (-1337) +At time : 703.16 ns Reaction : e_aq^-1 (-88) + OH^0 (-1324) -> OH^-1 (-1338) +At time : 746.9 ns Reaction : H3O^1 (-1041) + e_aq^-1 (-964) -> H^0 (-1339) +At time : 750.97 ns Reaction : OH^0 (-1000) + OH^0 (-1064) -> H2O2^0 (-1340) +At time : 860.47 ns Reaction : e_aq^-1 (-292) + OH^0 (-766) -> OH^-1 (-1341) +At time : 928.18 ns Reaction : OH^0 (-1010) + OH^0 (-732) -> H2O2^0 (-1342) +At time : 969.2 ns Reaction : H3O^1 (-619) + OH^-1 (-1254) -> No product +At time : 999.31 ns Reaction : e_aq^-1 (-130) + OH^0 (-850) -> OH^-1 (-1343) *** G4Scheduler ends at time : 1 us ___________________________________ Run terminated. Run Summary Number of events processed : 1 - User=113.850000s Real=115.037385s Sys=0.050000s + User=146.320000s Real=148.647425s Sys=0.030000s G4 kernel has come to Quit state. UserDetectorConstruction deleted. UserPhysicsList deleted. diff --git a/examples/extended/medical/dna/chem2/chem2.out b/examples/extended/medical/dna/chem2/chem2.out index 31155d88238..36bb1eef5c1 100644 --- a/examples/extended/medical/dna/chem2/chem2.out +++ b/examples/extended/medical/dna/chem2/chem2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -34,7 +34,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -74,7 +74,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -240,7 +240,6 @@ At time : 1 ps Reaction : OH^0 (-9978) + OH^0 (-9041) -> H2O2^0 (-11394) At time : 1 ps Reaction : OH^0 (-9958) + OH^0 (-9960) -> H2O2^0 (-11395) At time : 1 ps Reaction : OH^0 (-9923) + OH^0 (-9927) -> H2O2^0 (-11396) At time : 1 ps Reaction : OH^0 (-9885) + OH^0 (-6800) -> H2O2^0 (-11397) -At time : 1 ps Reaction : H3O^1 (-9884) + OH^-1 (-5759) -> No product At time : 1 ps Reaction : OH^0 (-9800) + OH^0 (-9238) -> H2O2^0 (-11398) At time : 1 ps Reaction : H3O^1 (-9750) + OH^-1 (-5771) -> No product At time : 1 ps Reaction : OH^0 (-9742) + OH^0 (-9011) -> H2O2^0 (-11399) @@ -260,7 +259,9 @@ At time : 1 ps Reaction : OH^0 (-6040) + OH^0 (-7510) -> H2O2^0 (-11408) At time : 1 ps Reaction : e_aq^-1 (-4711) + OH^0 (-7036) -> OH^-1 (-11409) At time : 1 ps Reaction : OH^-1 (-5753) + H3O^1 (-6839) -> No product At time : 1 ps Reaction : OH^0 (-6390) + OH^0 (-6394) -> H2O2^0 (-11410) +At time : 1 ps Reaction : OH^-1 (-5783) + H3O^1 (-6363) -> No product At time : 1 ps Reaction : e_aq^-1 (-792) + OH^0 (-6148) -> OH^-1 (-11411) +At time : 1 ps Reaction : OH^-1 (-5735) + H3O^1 (-6033) -> No product At time : 1 ps Reaction : OH^-1 (-11411) + H3O^1 (-6147) -> No product At time : 1 ps Reaction : OH^-1 (-11409) + H3O^1 (-7035) -> No product At time : 1 ps Reaction : OH^-1 (-11407) + H3O^1 (-8661) -> No product @@ -270,4029 +271,4068 @@ At time : 1 ps Reaction : OH^-1 (-11388) + H3O^1 (-10362) -> No product At time : 1 ps Reaction : OH^-1 (-11387) + H3O^1 (-6985) -> No product At time : 1 ps Reaction : OH^-1 (-11383) + H3O^1 (-6917) -> No product At time : 1.1 ps Reaction : OH^0 (-10885) + OH^0 (-9974) -> H2O2^0 (-11412) -At time : 1.1 ps Reaction : OH^0 (-9767) + OH^0 (-10774) -> H2O2^0 (-11413) -At time : 1.1 ps Reaction : OH^0 (-10248) + OH^0 (-9083) -> H2O2^0 (-11414) -At time : 1.1 ps Reaction : OH^0 (-10200) + OH^0 (-7150) -> H2O2^0 (-11415) -At time : 1.1 ps Reaction : OH^0 (-10186) + OH^0 (-10188) -> H2O2^0 (-11416) -At time : 1.1 ps Reaction : OH^0 (-10112) + OH^0 (-10114) -> H2O2^0 (-11417) -At time : 1.1 ps Reaction : OH^0 (-9613) + e_aq^-1 (-8752) -> OH^-1 (-11418) -At time : 1.1 ps Reaction : OH^0 (-9350) + OH^0 (-9348) -> H2O2^0 (-11419) -At time : 1.1 ps Reaction : OH^0 (-6732) + e_aq^-1 (-8782) -> OH^-1 (-11420) -At time : 1.1 ps Reaction : H3O^1 (-6731) + OH^-1 (-11420) -> No product -At time : 1.1 ps Reaction : OH^-1 (-11418) + H3O^1 (-6429) -> No product -At time : 1.2 ps Reaction : OH^0 (-10270) + OH^0 (-9342) -> H2O2^0 (-11421) -At time : 1.2 ps Reaction : OH^0 (-10105) + OH^0 (-10106) -> H2O2^0 (-11422) +At time : 1.1 ps Reaction : H3O^1 (-10277) + OH^-1 (-5726) -> No product +At time : 1.1 ps Reaction : OH^0 (-10186) + OH^0 (-10188) -> H2O2^0 (-11413) +At time : 1.1 ps Reaction : OH^0 (-10112) + OH^0 (-10114) -> H2O2^0 (-11414) +At time : 1.1 ps Reaction : OH^0 (-9613) + e_aq^-1 (-8752) -> OH^-1 (-11415) +At time : 1.1 ps Reaction : OH^0 (-9350) + OH^0 (-9348) -> H2O2^0 (-11416) +At time : 1.1 ps Reaction : OH^0 (-6732) + e_aq^-1 (-8782) -> OH^-1 (-11417) +At time : 1.1 ps Reaction : e_aq^-1 (-3335) + OH^0 (-7684) -> OH^-1 (-11418) +At time : 1.1 ps Reaction : OH^-1 (-11417) + H3O^1 (-6731) -> No product +At time : 1.1 ps Reaction : OH^-1 (-11415) + H3O^1 (-6429) -> No product +At time : 1.2 ps Reaction : OH^0 (-10248) + OH^0 (-9083) -> H2O2^0 (-11419) At time : 1.2 ps Reaction : H^0 (-10049) + OH^0 (-9059) -> No product -At time : 1.3 ps Reaction : OH^0 (-11328) + H^0 (-9062) -> No product -At time : 1.3 ps Reaction : OH^0 (-10339) + OH^0 (-9378) -> H2O2^0 (-11423) -At time : 1.4 ps Reaction : H^0 (-11321) + H^0 (-10540) -> H_2^0 (-11424) -At time : 1.4 ps Reaction : OH^0 (-11259) + OH^0 (-11260) -> H2O2^0 (-11425) -At time : 1.4 ps Reaction : OH^0 (-10897) + OH^0 (-9988) -> H2O2^0 (-11426) -At time : 1.4 ps Reaction : OH^0 (-10675) + OH^0 (-6278) -> H2O2^0 (-11427) +At time : 1.2 ps Reaction : e_aq^-1 (-3263) + OH^0 (-5882) -> OH^-1 (-11420) +At time : 1.2 ps Reaction : OH^-1 (-11420) + H3O^1 (-5881) -> No product +At time : 1.2 ps Reaction : OH^0 (-9767) + OH^0 (-10774) -> H2O2^0 (-11421) +At time : 1.3 ps Reaction : OH^0 (-11314) + OH^0 (-9023) -> H2O2^0 (-11422) +At time : 1.3 ps Reaction : OH^0 (-10059) + OH^0 (-11242) -> H2O2^0 (-11423) +At time : 1.3 ps Reaction : OH^0 (-11023) + OH^0 (-9415) -> H2O2^0 (-11424) +At time : 1.3 ps Reaction : OH^0 (-10270) + OH^0 (-9342) -> H2O2^0 (-11425) +At time : 1.3 ps Reaction : OH^0 (-9478) + OH^0 (-9480) -> H2O2^0 (-11426) +At time : 1.3 ps Reaction : OH^0 (-7832) + OH^0 (-9015) -> H2O2^0 (-11427) +At time : 1.4 ps Reaction : OH^0 (-11048) + OH^0 (-9316) -> H2O2^0 (-11428) +At time : 1.4 ps Reaction : H^0 (-10960) + OH^0 (-9421) -> No product +At time : 1.4 ps Reaction : OH^0 (-10105) + OH^0 (-10106) -> H2O2^0 (-11429) +At time : 1.4 ps Reaction : OH^0 (-10090) + OH^0 (-10097) -> H2O2^0 (-11430) At time : 1.4 ps Reaction : H^0 (-9454) + OH^0 (-9453) -> No product -At time : 1.4 ps Reaction : OH^0 (-9478) + OH^0 (-9476) -> H2O2^0 (-11428) -At time : 1.5 ps Reaction : OH^0 (-11314) + OH^0 (-9023) -> H2O2^0 (-11429) -At time : 1.5 ps Reaction : OH^0 (-11048) + OH^0 (-9316) -> H2O2^0 (-11430) -At time : 1.5 ps Reaction : H^0 (-10361) + OH^0 (-6110) -> No product -At time : 1.5 ps Reaction : OH^0 (-10116) + OH^0 (-10118) -> H2O2^0 (-11431) -At time : 1.5 ps Reaction : OH^0 (-9204) + OH^0 (-9609) -> H2O2^0 (-11432) -At time : 1.5 ps Reaction : H^0 (-9347) + OH^0 (-7444) -> No product -At time : 1.6 ps Reaction : H^0 (-9662) + OH^0 (-6508) -> No product -At time : 1.6 ps Reaction : OH^0 (-9607) + OH^0 (-6424) -> H2O2^0 (-11433) -At time : 1.6 ps Reaction : H^0 (-9282) + OH^0 (-6910) -> No product -At time : 1.6 ps Reaction : e_aq^-1 (-1566) + OH^0 (-7948) -> OH^-1 (-11434) -At time : 1.6 ps Reaction : OH^-1 (-11434) + H3O^1 (-7947) -> No product -At time : 1.7 ps Reaction : OH^0 (-11359) + OH^0 (-11188) -> H2O2^0 (-11435) -At time : 1.7 ps Reaction : OH^0 (-10945) + OH^0 (-10062) -> H2O2^0 (-11436) -At time : 1.7 ps Reaction : H^0 (-10810) + OH^0 (-7626) -> No product -At time : 1.8 ps Reaction : H^0 (-11203) + OH^0 (-11191) -> No product -At time : 1.8 ps Reaction : OH^0 (-7312) + OH^0 (-8262) -> H2O2^0 (-11437) -At time : 1.9 ps Reaction : H^0 (-11223) + H^0 (-9822) -> H_2^0 (-11438) -At time : 1.9 ps Reaction : OH^0 (-11180) + OH^0 (-7334) -> H2O2^0 (-11439) -At time : 1.9 ps Reaction : OH^0 (-10684) + OH^0 (-6300) -> H2O2^0 (-11440) -At time : 1.9 ps Reaction : OH^0 (-8805) + OH^0 (-8806) -> H2O2^0 (-11441) -At time : 1.9 ps Reaction : OH^0 (-10181) + e_aq^-1 (-8440) -> OH^-1 (-11442) -At time : 1.9 ps Reaction : H3O^1 (-7121) + OH^-1 (-11442) -> No product -At time : 2 ps Reaction : OH^0 (-8345) + OH^0 (-9003) -> H2O2^0 (-11443) -At time : 2.1 ps Reaction : OH^0 (-10130) + OH^0 (-10131) -> H2O2^0 (-11444) -At time : 2.1 ps Reaction : OH^-1 (-5774) + H3O^1 (-7807) -> No product -At time : 2.2 ps Reaction : OH^0 (-10231) + OH^0 (-11338) -> H2O2^0 (-11445) -At time : 2.2 ps Reaction : OH^0 (-10817) + OH^0 (-10816) -> H2O2^0 (-11446) -At time : 2.2 ps Reaction : OH^0 (-10221) + OH^0 (-8128) -> H2O2^0 (-11447) -At time : 2.4 ps Reaction : H^0 (-10066) + e_aq^-1 (-8833) -> OH^-1 (-11448) + H_2^0 (-11449) -At time : 2.4 ps Reaction : OH^-1 (-11448) + H3O^1 (-8829) -> No product -At time : 2.5 ps Reaction : OH^0 (-6132) + OH^0 (-7298) -> H2O2^0 (-11450) -At time : 2.6 ps Reaction : OH^0 (-9137) + OH^0 (-11274) -> H2O2^0 (-11451) -At time : 2.6 ps Reaction : OH^0 (-9984) + OH^0 (-9045) -> H2O2^0 (-11452) -At time : 2.6 ps Reaction : OH^0 (-9123) + OH^0 (-9328) -> H2O2^0 (-11453) -At time : 2.6 ps Reaction : OH^0 (-9252) + OH^0 (-9021) -> H2O2^0 (-11454) -At time : 2.7 ps Reaction : H^0 (-9975) + OH^0 (-10887) -> No product -At time : 2.7 ps Reaction : H^0 (-9630) + OH^0 (-9629) -> No product -At time : 2.8 ps Reaction : H^0 (-11339) + OH^0 (-7182) -> No product -At time : 2.8 ps Reaction : OH^0 (-11308) + OH^0 (-9669) -> H2O2^0 (-11455) -At time : 2.8 ps Reaction : OH^0 (-10335) + OH^0 (-11202) -> H2O2^0 (-11456) -At time : 2.8 ps Reaction : OH^0 (-10214) + OH^0 (-10212) -> H2O2^0 (-11457) -At time : 2.9 ps Reaction : OH^0 (-10150) + OH^0 (-9302) -> H2O2^0 (-11458) -At time : 3 ps Reaction : OH^0 (-10678) + OH^0 (-10679) -> H2O2^0 (-11459) -At time : 3 ps Reaction : OH^0 (-8637) + OH^0 (-8638) -> H2O2^0 (-11460) -At time : 3.3 ps Reaction : OH^0 (-9168) + OH^0 (-9169) -> H2O2^0 (-11461) -At time : 3.5 ps Reaction : OH^0 (-10171) + OH^0 (-7100) -> H2O2^0 (-11462) -At time : 3.5 ps Reaction : OH^0 (-9671) + OH^0 (-9673) -> H2O2^0 (-11463) -At time : 3.6 ps Reaction : H^0 (-10752) + OH^0 (-9751) -> No product -At time : 3.6 ps Reaction : OH^0 (-8429) + H^0 (-9068) -> No product -At time : 3.8 ps Reaction : OH^0 (-9318) + OH^0 (-7494) -> H2O2^0 (-11464) -At time : 3.9 ps Reaction : OH^0 (-10949) + H^0 (-11243) -> No product -At time : 3.9 ps Reaction : OH^0 (-10806) + OH^0 (-6748) -> H2O2^0 (-11465) -At time : 3.9 ps Reaction : OH^0 (-9459) + OH^0 (-9458) -> H2O2^0 (-11466) -At time : 4 ps Reaction : OH^0 (-10242) + OH^0 (-9081) -> H2O2^0 (-11467) -At time : 4 ps Reaction : OH^0 (-10030) + OH^0 (-10029) -> H2O2^0 (-11468) -At time : 4.1 ps Reaction : e_aq^-1 (-1720) + H3O^1 (-5993) -> H^0 (-11469) -At time : 4.2 ps Reaction : OH^0 (-10625) + H^0 (-9444) -> No product -At time : 4.2 ps Reaction : OH^0 (-10065) + OH^0 (-10069) -> H2O2^0 (-11470) -At time : 4.3 ps Reaction : OH^0 (-10124) + OH^0 (-8576) -> H2O2^0 (-11471) -At time : 4.3 ps Reaction : H^0 (-9343) + OH^0 (-7256) -> No product -At time : 4.4 ps Reaction : e_aq^-1 (-8392) + OH^0 (-8656) -> OH^-1 (-11472) -At time : 4.4 ps Reaction : e_aq^-1 (-4320) + OH^0 (-6860) -> OH^-1 (-11473) -At time : 4.4 ps Reaction : OH^-1 (-11473) + H3O^1 (-6859) -> No product -At time : 4.4 ps Reaction : OH^-1 (-11472) + H3O^1 (-8103) -> No product -At time : 4.5 ps Reaction : OH^0 (-10280) + OH^0 (-9346) -> H2O2^0 (-11474) -At time : 4.6 ps Reaction : H^0 (-10924) + e_aq^-1 (-1565) -> OH^-1 (-11475) + H_2^0 (-11476) -At time : 4.6 ps Reaction : OH^0 (-7340) + OH^0 (-7404) -> H2O2^0 (-11477) -At time : 4.7 ps Reaction : H^0 (-11008) + OH^0 (-5864) -> No product -At time : 4.7 ps Reaction : OH^0 (-9101) + OH^0 (-9500) -> H2O2^0 (-11478) -At time : 4.8 ps Reaction : OH^0 (-10539) + H^0 (-9278) -> No product -At time : 4.8 ps Reaction : OH^0 (-9845) + OH^0 (-9846) -> H2O2^0 (-11479) -At time : 4.9 ps Reaction : OH^0 (-9402) + H^0 (-9094) -> No product -At time : 5 ps Reaction : OH^0 (-11347) + OH^0 (-9405) -> H2O2^0 (-11480) -At time : 5 ps Reaction : OH^0 (-10457) + OH^0 (-9334) -> H2O2^0 (-11481) -At time : 5 ps Reaction : OH^0 (-6468) + OH^0 (-8765) -> H2O2^0 (-11482) -At time : 5.1 ps Reaction : OH^0 (-10728) + OH^0 (-6500) -> H2O2^0 (-11483) -At time : 5.1 ps Reaction : OH^0 (-9821) + OH^0 (-9819) -> H2O2^0 (-11484) -At time : 5.1 ps Reaction : OH^0 (-9171) + OH^0 (-9172) -> H2O2^0 (-11485) -At time : 5.2 ps Reaction : OH^0 (-6280) + H^0 (-8996) -> No product -At time : 5.2 ps Reaction : OH^-1 (-5741) + H3O^1 (-8029) -> No product -At time : 5.3 ps Reaction : OH^0 (-10343) + OH^0 (-10360) -> H2O2^0 (-11486) -At time : 5.4 ps Reaction : OH^0 (-5836) + OH^0 (-7616) -> H2O2^0 (-11487) -At time : 5.5 ps Reaction : OH^0 (-6434) + OH^0 (-8753) -> H2O2^0 (-11488) -At time : 5.6 ps Reaction : OH^0 (-9827) + OH^0 (-9826) -> H2O2^0 (-11489) -At time : 5.7 ps Reaction : OH^0 (-9966) + OH^0 (-10862) -> H2O2^0 (-11490) -At time : 5.8 ps Reaction : OH^0 (-9473) + OH^0 (-9472) -> H2O2^0 (-11491) -At time : 6.1 ps Reaction : OH^0 (-10240) + OH^0 (-9336) -> H2O2^0 (-11492) -At time : 6.1 ps Reaction : e_aq^-1 (-1509) + H3O^1 (-6943) -> H^0 (-11493) -At time : 6.3 ps Reaction : OH^0 (-10163) + OH^0 (-10164) -> H2O2^0 (-11494) -At time : 6.3 ps Reaction : OH^0 (-10109) + OH^0 (-7998) -> H2O2^0 (-11495) -At time : 6.3 ps Reaction : OH^0 (-9661) + OH^0 (-6502) -> H2O2^0 (-11496) -At time : 6.4 ps Reaction : H^0 (-9400) + OH^0 (-9399) -> No product -At time : 6.6 ps Reaction : H^0 (-10676) + OH^0 (-9515) -> No product -At time : 6.6 ps Reaction : OH^0 (-10084) + e_aq^-1 (-4641) -> OH^-1 (-11497) -At time : 6.6 ps Reaction : OH^0 (-10012) + OH^0 (-6008) -> H2O2^0 (-11498) -At time : 6.6 ps Reaction : OH^0 (-7406) + H^0 (-9096) -> No product -At time : 6.6 ps Reaction : H3O^1 (-10083) + OH^-1 (-11497) -> No product -At time : 6.7 ps Reaction : H^0 (-11341) + H^0 (-10416) -> H_2^0 (-11499) -At time : 6.7 ps Reaction : OH^0 (-11340) + OH^0 (-10415) -> H2O2^0 (-11500) -At time : 6.7 ps Reaction : OH^0 (-7278) + OH^0 (-8238) -> H2O2^0 (-11501) -At time : 6.8 ps Reaction : OH^0 (-6766) + OH^0 (-6774) -> H2O2^0 (-11502) -At time : 6.9 ps Reaction : OH^0 (-10358) + OH^0 (-9387) -> H2O2^0 (-11503) -At time : 6.9 ps Reaction : OH^0 (-10352) + OH^0 (-7366) -> H2O2^0 (-11504) -At time : 6.9 ps Reaction : OH^0 (-9790) + OH^0 (-7838) -> H2O2^0 (-11505) -At time : 7.2 ps Reaction : OH^0 (-11132) + OH^0 (-10408) -> H2O2^0 (-11506) -At time : 7.2 ps Reaction : OH^-1 (-5804) + H3O^1 (-7275) -> No product -At time : 7.3 ps Reaction : H^0 (-10759) + OH^0 (-7818) -> No product -At time : 7.4 ps Reaction : OH^0 (-9766) + OH^0 (-10772) -> H2O2^0 (-11507) -At time : 7.6 ps Reaction : OH^0 (-10275) + OH^0 (-10276) -> H2O2^0 (-11508) -At time : 7.6 ps Reaction : H^0 (-9373) + H^0 (-9371) -> H_2^0 (-11509) -At time : 7.7 ps Reaction : OH^0 (-11266) + OH^0 (-11270) -> H2O2^0 (-11510) -At time : 7.9 ps Reaction : OH^0 (-9133) + OH^0 (-11358) -> H2O2^0 (-11511) -At time : 7.9 ps Reaction : OH^0 (-7254) + e_aq^-1 (-8482) -> OH^-1 (-11512) -At time : 7.9 ps Reaction : H3O^1 (-7253) + OH^-1 (-11512) -> No product -At time : 8 ps Reaction : e_aq^-1 (-4676) + OH^0 (-8002) -> OH^-1 (-11513) -At time : 8 ps Reaction : H3O^1 (-8001) + OH^-1 (-11513) -> No product -At time : 8.3 ps Reaction : H^0 (-10954) + OH^0 (-7982) -> No product -At time : 8.3 ps Reaction : OH^0 (-9358) + OH^0 (-9357) -> H2O2^0 (-11514) -At time : 8.3 ps Reaction : e_aq^-1 (-3984) + OH^0 (-7638) -> OH^-1 (-11515) -At time : 8.4 ps Reaction : OH^0 (-9330) + OH^0 (-7166) -> H2O2^0 (-11516) -At time : 8.4 ps Reaction : e_aq^-1 (-1623) + OH^0 (-8684) -> OH^-1 (-11517) -At time : 8.7 ps Reaction : e_aq^-1 (-8875) + OH^0 (-8876) -> OH^-1 (-11518) -At time : 8.7 ps Reaction : OH^-1 (-11518) + H3O^1 (-8877) -> No product -At time : 8.8 ps Reaction : OH^0 (-10799) + OH^0 (-9849) -> H2O2^0 (-11519) -At time : 8.8 ps Reaction : H^0 (-10176) + OH^0 (-7102) -> No product -At time : 8.9 ps Reaction : e_aq^-1 (-3263) + OH^0 (-5882) -> OH^-1 (-11520) -At time : 9 ps Reaction : OH^0 (-10623) + e_aq^-1 (-3853) -> OH^-1 (-11521) -At time : 9 ps Reaction : OH^0 (-10225) + H^0 (-10226) -> No product -At time : 9 ps Reaction : e_aq^-1 (-1170) + H3O^1 (-8023) -> H^0 (-11522) -At time : 9 ps Reaction : H3O^1 (-10622) + OH^-1 (-11521) -> No product -At time : 9.1 ps Reaction : OH^0 (-5976) + OH^0 (-7890) -> H2O2^0 (-11523) -At time : 9.2 ps Reaction : OH^0 (-10574) + OH^0 (-7904) -> H2O2^0 (-11524) -At time : 9.2 ps Reaction : OH^0 (-9386) + OH^0 (-8600) -> H2O2^0 (-11525) -At time : 9.3 ps Reaction : OH^0 (-8793) + OH^0 (-8794) -> H2O2^0 (-11526) -At time : 9.4 ps Reaction : OH^0 (-10143) + H^0 (-11247) -> No product -At time : 9.6 ps Reaction : OH^0 (-9231) + OH^0 (-7830) -> H2O2^0 (-11527) -At time : 9.7 ps Reaction : e_aq^-1 (-3936) + OH^0 (-6664) -> OH^-1 (-11528) -At time : 9.7 ps Reaction : H3O^1 (-6663) + OH^-1 (-11528) -> No product -At time : 9.8 ps Reaction : OH^0 (-9897) + OH^0 (-8971) -> H2O2^0 (-11529) -At time : 10 ps Reaction : OH^0 (-10132) + OH^0 (-10135) -> H2O2^0 (-11530) -At time : 10 ps Reaction : OH^0 (-10071) + OH^0 (-6018) -> H2O2^0 (-11531) -At time : 10.1 ps Reaction : e_aq^-1 (-5057) + OH^0 (-10217) -> OH^-1 (-11532) -At time : 10.1 ps Reaction : OH^0 (-6164) + OH^0 (-8504) -> H2O2^0 (-11533) -At time : 10.1 ps Reaction : OH^-1 (-11532) + H3O^1 (-7159) -> No product -At time : 10.3 ps Reaction : OH^0 (-5900) + OH^0 (-7736) -> H2O2^0 (-11534) -At time : 10.5 ps Reaction : OH^0 (-10881) + e_aq^-1 (-4362) -> OH^-1 (-11535) -At time : 10.5 ps Reaction : H3O^1 (-10879) + OH^-1 (-11535) -> No product -At time : 10.6 ps Reaction : OH^0 (-10718) + OH^0 (-9640) -> H2O2^0 (-11536) -At time : 10.6 ps Reaction : OH^0 (-9136) + OH^0 (-10389) -> H2O2^0 (-11537) -At time : 10.6 ps Reaction : H^0 (-9153) + OH^0 (-6214) -> No product -At time : 10.7 ps Reaction : OH^0 (-10101) + H^0 (-11287) -> No product -At time : 10.7 ps Reaction : OH^0 (-11101) + OH^0 (-8168) -> H2O2^0 (-11538) -At time : 10.7 ps Reaction : OH^0 (-9612) + OH^0 (-5826) -> H2O2^0 (-11539) -At time : 11 ps Reaction : H^0 (-10422) + OH^0 (-10421) -> No product -At time : 12.1 ps Reaction : H3O^1 (-7637) + OH^-1 (-11515) -> No product -At time : 12.1 ps Reaction : OH^0 (-10342) + H^0 (-11262) -> No product -At time : 12.1 ps Reaction : OH^0 (-11143) + OH^0 (-8333) -> H2O2^0 (-11540) -At time : 12.1 ps Reaction : OH^0 (-10871) + OH^0 (-9273) -> H2O2^0 (-11541) -At time : 12.1 ps Reaction : OH^0 (-10613) + OH^0 (-6648) -> H2O2^0 (-11542) -At time : 12.1 ps Reaction : OH^0 (-10535) + OH^0 (-9425) -> H2O2^0 (-11543) -At time : 12.1 ps Reaction : OH^0 (-9287) + OH^0 (-7968) -> H2O2^0 (-11544) -At time : 12.1 ps Reaction : OH^0 (-7558) + OH^0 (-9061) -> H2O2^0 (-11545) -At time : 12.1 ps Reaction : OH^0 (-7042) + OH^0 (-8375) -> H2O2^0 (-11546) -At time : 12.1 ps Reaction : OH^0 (-8300) + OH^0 (-8310) -> H2O2^0 (-11547) -At time : 12.1 ps Reaction : OH^0 (-9128) + OH^0 (-9129) -> H2O2^0 (-11548) -At time : 13.1 ps Reaction : H^0 (-11137) + OH^0 (-10307) -> No product -At time : 13.1 ps Reaction : H^0 (-10187) + OH^0 (-7504) -> No product -At time : 13.1 ps Reaction : OH^0 (-9258) + OH^0 (-9864) -> H2O2^0 (-11549) -At time : 13.1 ps Reaction : OH^0 (-9108) + OH^0 (-9109) -> H2O2^0 (-11550) -At time : 14.1 ps Reaction : OH^-1 (-11475) + H3O^1 (-8367) -> No product -At time : 14.1 ps Reaction : H^0 (-11289) + OH^0 (-8959) -> No product -At time : 14.1 ps Reaction : H^0 (-10232) + OH^0 (-11070) -> No product -At time : 14.1 ps Reaction : H^0 (-9196) + OH^0 (-10702) -> No product -At time : 14.1 ps Reaction : H^0 (-9799) + OH^0 (-6694) -> No product -At time : 14.1 ps Reaction : H^0 (-9345) + OH^0 (-8208) -> No product -At time : 14.1 ps Reaction : OH^0 (-10807) + OH^0 (-6770) -> H2O2^0 (-11551) -At time : 15.1 ps Reaction : OH^0 (-6814) + e_aq^-1 (-8551) -> OH^-1 (-11552) -At time : 15.1 ps Reaction : e_aq^-1 (-5516) + H3O^1 (-6123) -> H^0 (-11553) -At time : 15.1 ps Reaction : OH^-1 (-11552) + H3O^1 (-6811) -> No product -At time : 15.1 ps Reaction : OH^0 (-7044) + OH^0 (-7528) -> H2O2^0 (-11554) -At time : 16.1 ps Reaction : OH^0 (-11335) + OH^0 (-10509) -> H2O2^0 (-11555) -At time : 16.1 ps Reaction : OH^0 (-11168) + OH^0 (-10320) -> H2O2^0 (-11556) -At time : 16.1 ps Reaction : OH^0 (-10837) + OH^0 (-10838) -> H2O2^0 (-11557) -At time : 16.1 ps Reaction : OH^0 (-10739) + OH^0 (-6554) -> H2O2^0 (-11558) -At time : 16.1 ps Reaction : OH^0 (-10528) + OH^0 (-6012) -> H2O2^0 (-11559) -At time : 16.1 ps Reaction : OH^0 (-9903) + e_aq^-1 (-8419) -> OH^-1 (-11560) -At time : 16.1 ps Reaction : H^0 (-9104) + OH^0 (-9531) -> No product -At time : 16.1 ps Reaction : H^0 (-9321) + OH^0 (-8585) -> No product -At time : 16.1 ps Reaction : OH^0 (-6098) + H^0 (-8942) -> No product -At time : 16.1 ps Reaction : e_aq^-1 (-5408) + e_aq^-1 (-8914) -> OH^-1 (-11561) + OH^-1 (-11562) + H_2^0 (-11563) -At time : 16.1 ps Reaction : H3O^1 (-9902) + OH^-1 (-11560) -> No product -At time : 17.1 ps Reaction : H^0 (-9303) + OH^0 (-6032) -> No product -At time : 17.1 ps Reaction : OH^0 (-8822) + H^0 (-9052) -> No product -At time : 17.1 ps Reaction : OH^0 (-6070) + OH^0 (-7206) -> H2O2^0 (-11564) -At time : 17.1 ps Reaction : e_aq^-1 (-2119) + e_aq^-1 (-4113) -> OH^-1 (-11565) + OH^-1 (-11566) + H_2^0 (-11567) -At time : 18.1 ps Reaction : OH^0 (-10720) + OH^0 (-6478) -> H2O2^0 (-11568) -At time : 18.1 ps Reaction : OH^0 (-10459) + OH^0 (-10460) -> H2O2^0 (-11569) -At time : 18.1 ps Reaction : OH^0 (-10238) + OH^0 (-8888) -> H2O2^0 (-11570) -At time : 18.1 ps Reaction : H^0 (-9124) + e_aq^-1 (-8884) -> OH^-1 (-11571) + H_2^0 (-11572) -At time : 18.1 ps Reaction : OH^0 (-6202) + OH^0 (-8969) -> H2O2^0 (-11573) -At time : 18.1 ps Reaction : OH^0 (-6104) + e_aq^-1 (-8920) -> OH^-1 (-11574) -At time : 18.1 ps Reaction : OH^0 (-5946) + OH^0 (-7810) -> H2O2^0 (-11575) -At time : 18.1 ps Reaction : OH^-1 (-11574) + H3O^1 (-6103) -> No product -At time : 19.1 ps Reaction : OH^-1 (-11571) + H3O^1 (-8105) -> No product -At time : 19.1 ps Reaction : OH^0 (-11363) + OH^0 (-7384) -> H2O2^0 (-11576) -At time : 19.1 ps Reaction : H^0 (-10487) + OH^0 (-6156) -> No product -At time : 19.1 ps Reaction : H^0 (-10291) + OH^0 (-9352) -> No product -At time : 19.1 ps Reaction : OH^0 (-10141) + OH^0 (-8042) -> H2O2^0 (-11577) -At time : 19.1 ps Reaction : H^0 (-10053) + OH^0 (-7970) -> No product -At time : 19.1 ps Reaction : H^0 (-9166) + H^0 (-9487) -> H_2^0 (-11578) -At time : 19.1 ps Reaction : OH^0 (-8486) + e_aq^-1 (-8488) -> OH^-1 (-11579) -At time : 19.1 ps Reaction : OH^-1 (-11579) + H3O^1 (-8487) -> No product -At time : 20.1 ps Reaction : H^0 (-11205) + H^0 (-9418) -> H_2^0 (-11580) -At time : 20.1 ps Reaction : H^0 (-10920) + OH^0 (-6914) -> No product -At time : 20.1 ps Reaction : OH^0 (-10777) + OH^0 (-7636) -> H2O2^0 (-11581) -At time : 20.1 ps Reaction : OH^0 (-9937) + OH^0 (-5754) -> H2O2^0 (-11582) -At time : 20.1 ps Reaction : OH^0 (-9470) + OH^0 (-9469) -> H2O2^0 (-11583) -At time : 20.1 ps Reaction : H3O^1 (-8529) + e_aq^-1 (-8530) -> H^0 (-11584) -At time : 21.1 ps Reaction : OH^0 (-8228) + H^0 (-11276) -> No product -At time : 21.1 ps Reaction : OH^0 (-10883) + OH^0 (-10547) -> H2O2^0 (-11585) -At time : 21.1 ps Reaction : OH^0 (-10288) + OH^0 (-7262) -> H2O2^0 (-11586) -At time : 21.1 ps Reaction : OH^0 (-9956) + OH^0 (-6852) -> H2O2^0 (-11587) -At time : 21.1 ps Reaction : OH^0 (-9872) + H^0 (-9873) -> No product -At time : 21.1 ps Reaction : OH^0 (-9648) + OH^0 (-7770) -> H2O2^0 (-11588) -At time : 21.1 ps Reaction : H^0 (-9178) + e_aq^-1 (-3583) -> OH^-1 (-11589) + H_2^0 (-11590) -At time : 22.1 ps Reaction : OH^0 (-11200) + OH^0 (-11252) -> H2O2^0 (-11591) -At time : 22.1 ps Reaction : OH^0 (-11226) + OH^0 (-7882) -> H2O2^0 (-11592) -At time : 22.1 ps Reaction : OH^0 (-11022) + OH^0 (-8072) -> H2O2^0 (-11593) -At time : 22.1 ps Reaction : OH^0 (-10741) + OH^0 (-10744) -> H2O2^0 (-11594) -At time : 22.1 ps Reaction : OH^0 (-10545) + H^0 (-9979) -> No product -At time : 22.1 ps Reaction : OH^0 (-10156) + OH^0 (-9304) -> H2O2^0 (-11595) -At time : 22.1 ps Reaction : OH^0 (-9581) + OH^0 (-9579) -> H2O2^0 (-11596) -At time : 22.1 ps Reaction : OH^0 (-6190) + OH^0 (-8819) -> H2O2^0 (-11597) -At time : 22.1 ps Reaction : OH^0 (-5986) + OH^0 (-8363) -> H2O2^0 (-11598) -At time : 23.1 ps Reaction : OH^0 (-11047) + H^0 (-9319) -> No product -At time : 23.1 ps Reaction : H^0 (-10426) + OH^0 (-8182) -> No product -At time : 23.1 ps Reaction : OH^0 (-9589) + OH^0 (-9586) -> H2O2^0 (-11599) -At time : 23.1 ps Reaction : OH^0 (-7924) + H^0 (-9042) -> No product -At time : 23.1 ps Reaction : OH^0 (-7826) + OH^0 (-8979) -> H2O2^0 (-11600) -At time : 23.1 ps Reaction : OH^0 (-5736) + OH^0 (-7070) -> H2O2^0 (-11601) -At time : 24.1 ps Reaction : OH^0 (-10783) + e_aq^-1 (-8356) -> OH^-1 (-11602) -At time : 24.1 ps Reaction : OH^0 (-9758) + OH^0 (-9757) -> H2O2^0 (-11603) -At time : 24.1 ps Reaction : H^0 (-9261) + OH^0 (-5978) -> No product -At time : 24.1 ps Reaction : OH^0 (-9118) + OH^0 (-6000) -> H2O2^0 (-11604) -At time : 24.1 ps Reaction : OH^0 (-8130) + e_aq^-1 (-8446) -> OH^-1 (-11605) -At time : 24.1 ps Reaction : e_aq^-1 (-3751) + OH^0 (-6504) -> OH^-1 (-11606) -At time : 24.1 ps Reaction : H3O^1 (-11063) + OH^-1 (-11605) -> No product -At time : 25.1 ps Reaction : OH^0 (-9798) + OH^0 (-9795) -> H2O2^0 (-11607) -At time : 25.1 ps Reaction : OH^0 (-9571) + OH^0 (-6374) -> H2O2^0 (-11608) -At time : 25.1 ps Reaction : H^0 (-9540) + OH^0 (-9538) -> No product -At time : 26.1 ps Reaction : H2O2^0 (-11371) + e_aq^-1 (-3428) -> OH^-1 (-11609) + OH^0 (-11610) -At time : 26.1 ps Reaction : OH^0 (-9130) + OH^0 (-10325) -> H2O2^0 (-11611) -At time : 26.1 ps Reaction : e_aq^-1 (-8695) + OH^0 (-9031) -> OH^-1 (-11612) -At time : 27.1 ps Reaction : H^0 (-10850) + OH^0 (-10849) -> No product -At time : 27.1 ps Reaction : OH^0 (-9224) + OH^0 (-9745) -> H2O2^0 (-11613) -At time : 27.1 ps Reaction : H3O^1 (-5821) + e_aq^-1 (-8728) -> H^0 (-11614) -At time : 28.1 ps Reaction : OH^0 (-10470) + OH^0 (-8108) -> H2O2^0 (-11615) -At time : 28.1 ps Reaction : OH^0 (-10090) + OH^0 (-10097) -> H2O2^0 (-11616) -At time : 28.1 ps Reaction : H^0 (-9762) + OH^0 (-6660) -> No product -At time : 28.1 ps Reaction : H^0 (-9379) + OH^0 (-8312) -> No product -At time : 28.1 ps Reaction : OH^0 (-9110) + OH^0 (-9255) -> H2O2^0 (-11617) -At time : 29.1 ps Reaction : OH^0 (-11106) + H^0 (-11107) -> No product -At time : 29.1 ps Reaction : H^0 (-10946) + OH^0 (-10052) -> No product -At time : 29.1 ps Reaction : OH^0 (-10653) + OH^0 (-9484) -> H2O2^0 (-11618) -At time : 29.1 ps Reaction : OH^0 (-10647) + OH^0 (-9466) -> H2O2^0 (-11619) -At time : 30.1 ps Reaction : OH^0 (-10359) + H^0 (-11269) -> No product -At time : 30.1 ps Reaction : OH^0 (-11220) + OH^0 (-7834) -> H2O2^0 (-11620) -At time : 30.1 ps Reaction : OH^0 (-10965) + OH^0 (-7992) -> H2O2^0 (-11621) -At time : 30.1 ps Reaction : OH^0 (-9896) + OH^0 (-8973) -> H2O2^0 (-11622) -At time : 30.1 ps Reaction : OH^0 (-9514) + OH^0 (-8993) -> H2O2^0 (-11623) -At time : 30.1 ps Reaction : H3O^1 (-9419) + OH^-1 (-5732) -> No product -At time : 30.1 ps Reaction : OH^0 (-9181) + H^0 (-9182) -> No product -At time : 30.1 ps Reaction : e_aq^-1 (-8797) + OH^0 (-9035) -> OH^-1 (-11624) -At time : 30.1 ps Reaction : OH^-1 (-11624) + H3O^1 (-6841) -> No product -At time : 31.1 ps Reaction : e_aq^-1 (-1721) + H2O2^0 (-11585) -> OH^-1 (-11625) + OH^0 (-11626) -At time : 31.1 ps Reaction : OH^0 (-11364) + OH^0 (-9383) -> H2O2^0 (-11627) -At time : 31.1 ps Reaction : OH^0 (-11005) + OH^0 (-9071) -> H2O2^0 (-11628) -At time : 31.1 ps Reaction : OH^0 (-10588) + OH^0 (-6744) -> H2O2^0 (-11629) -At time : 31.1 ps Reaction : H^0 (-10330) + OH^0 (-7338) -> No product -At time : 31.1 ps Reaction : H^0 (-9917) + OH^0 (-9266) -> No product -At time : 31.1 ps Reaction : OH^0 (-9272) + H^0 (-9274) -> No product -At time : 32.1 ps Reaction : OH^0 (-10517) + OH^0 (-7038) -> H2O2^0 (-11630) -At time : 32.1 ps Reaction : OH^0 (-10235) + H^0 (-9337) -> No product -At time : 32.1 ps Reaction : OH^0 (-9314) + OH^0 (-8092) -> H2O2^0 (-11631) -At time : 32.1 ps Reaction : OH^0 (-9152) + e_aq^-1 (-3466) -> OH^-1 (-11632) -At time : 32.1 ps Reaction : OH^0 (-7280) + OH^0 (-7286) -> H2O2^0 (-11633) -At time : 32.1 ps Reaction : OH^-1 (-11632) + H3O^1 (-10638) -> No product -At time : 33.1 ps Reaction : OH^-1 (-11625) + H3O^1 (-6883) -> No product -At time : 33.1 ps Reaction : H^0 (-11469) + OH^0 (-5994) -> No product -At time : 33.1 ps Reaction : H^0 (-11161) + OH^0 (-9360) -> No product -At time : 33.1 ps Reaction : OH^0 (-9791) + OH^0 (-9787) -> H2O2^0 (-11634) -At time : 33.1 ps Reaction : OH^0 (-7194) + H^0 (-9084) -> No product -At time : 33.1 ps Reaction : OH^-1 (-5744) + H3O^1 (-7551) -> No product -At time : 33.1 ps Reaction : OH^-1 (-5747) + H3O^1 (-6947) -> No product -At time : 33.1 ps Reaction : OH^0 (-6054) + OH^0 (-6152) -> H2O2^0 (-11635) -At time : 34.1 ps Reaction : OH^0 (-10228) + OH^0 (-11065) -> H2O2^0 (-11636) -At time : 34.1 ps Reaction : H^0 (-10833) + OH^0 (-6198) -> No product -At time : 34.1 ps Reaction : OH^0 (-9723) + H^0 (-9741) -> No product -At time : 34.1 ps Reaction : H^0 (-9670) + H^0 (-9668) -> H_2^0 (-11637) -At time : 34.1 ps Reaction : OH^0 (-9460) + e_aq^-1 (-3364) -> OH^-1 (-11638) -At time : 34.1 ps Reaction : OH^0 (-6930) + OH^0 (-7576) -> H2O2^0 (-11639) -At time : 35.1 ps Reaction : OH^0 (-10937) + OH^0 (-10046) -> H2O2^0 (-11640) -At time : 35.1 ps Reaction : OH^0 (-9271) + OH^0 (-10872) -> H2O2^0 (-11641) -At time : 35.1 ps Reaction : H^0 (-10742) + OH^0 (-7782) -> No product -At time : 35.1 ps Reaction : H^0 (-9995) + H^0 (-8966) -> H_2^0 (-11642) -At time : 35.1 ps Reaction : OH^0 (-9929) + OH^0 (-6836) -> H2O2^0 (-11643) -At time : 35.1 ps Reaction : OH^0 (-9603) + OH^0 (-6426) -> H2O2^0 (-11644) -At time : 35.1 ps Reaction : OH^0 (-9535) + OH^0 (-7720) -> H2O2^0 (-11645) -At time : 35.1 ps Reaction : OH^0 (-5769) + OH^0 (-6670) -> H2O2^0 (-11646) -At time : 36.1 ps Reaction : OH^0 (-7238) + OH^0 (-11251) -> H2O2^0 (-11647) -At time : 36.1 ps Reaction : OH^0 (-11178) + OH^0 (-9370) -> H2O2^0 (-11648) -At time : 36.1 ps Reaction : H^0 (-11176) + OH^0 (-8916) -> No product -At time : 36.1 ps Reaction : e_aq^-1 (-1462) + OH^0 (-7966) -> OH^-1 (-11649) -At time : 36.1 ps Reaction : OH^0 (-6844) + OH^0 (-6848) -> H2O2^0 (-11650) -At time : 37.1 ps Reaction : H^0 (-11319) + OH^0 (-6892) -> No product -At time : 37.1 ps Reaction : OH^0 (-11147) + OH^0 (-7426) -> H2O2^0 (-11651) -At time : 37.1 ps Reaction : OH^0 (-9543) + OH^0 (-8717) -> H2O2^0 (-11652) -At time : 39.1 ps Reaction : OH^0 (-9249) + OH^0 (-10793) -> H2O2^0 (-11653) -At time : 39.1 ps Reaction : H^0 (-10594) + OH^0 (-8357) -> No product -At time : 39.1 ps Reaction : OH^0 (-10293) + OH^0 (-7268) -> H2O2^0 (-11654) -At time : 39.1 ps Reaction : H^0 (-9797) + H^0 (-9788) -> H_2^0 (-11655) -At time : 39.1 ps Reaction : H^0 (-9544) + OH^0 (-8999) -> No product -At time : 39.1 ps Reaction : OH^0 (-9409) + OH^0 (-7234) -> H2O2^0 (-11656) -At time : 39.1 ps Reaction : H3O^1 (-9397) + OH^-1 (-5717) -> No product -At time : 39.1 ps Reaction : OH^0 (-9364) + OH^0 (-8270) -> H2O2^0 (-11657) -At time : 39.1 ps Reaction : OH^0 (-9099) + H^0 (-9100) -> No product -At time : 40.1 ps Reaction : OH^0 (-10520) + OH^0 (-10102) -> H2O2^0 (-11658) -At time : 40.1 ps Reaction : H^0 (-9841) + OH^0 (-8411) -> No product -At time : 40.1 ps Reaction : H^0 (-9241) + OH^0 (-6708) -> No product -At time : 40.1 ps Reaction : e_aq^-1 (-5447) + H3O^1 (-8631) -> H^0 (-11659) -At time : 40.1 ps Reaction : OH^0 (-7910) + OH^0 (-7912) -> H2O2^0 (-11660) -At time : 41.1 ps Reaction : H3O^1 (-11126) + OH^-1 (-5726) -> No product -At time : 41.1 ps Reaction : OH^0 (-10866) + OH^0 (-10869) -> H2O2^0 (-11661) -At time : 41.1 ps Reaction : OH^0 (-10713) + OH^0 (-7758) -> H2O2^0 (-11662) -At time : 41.1 ps Reaction : H^0 (-9192) + OH^0 (-6382) -> No product -At time : 41.1 ps Reaction : OH^0 (-8030) + OH^0 (-8036) -> H2O2^0 (-11663) -At time : 42.1 ps Reaction : OH^0 (-11128) + OH^0 (-9087) -> H2O2^0 (-11664) -At time : 42.1 ps Reaction : H^0 (-9111) + H^0 (-9022) -> H_2^0 (-11665) -At time : 43.1 ps Reaction : OH^-1 (-11612) + H3O^1 (-6817) -> No product -At time : 43.1 ps Reaction : H^0 (-10313) + OH^0 (-8250) -> No product -At time : 43.1 ps Reaction : OH^0 (-9355) + OH^0 (-7438) -> H2O2^0 (-11666) -At time : 43.1 ps Reaction : OH^0 (-6908) + OH^0 (-8965) -> H2O2^0 (-11667) -At time : 44.1 ps Reaction : OH^0 (-11062) + OH^0 (-6060) -> H2O2^0 (-11668) -At time : 44.1 ps Reaction : H^0 (-9915) + OH^0 (-7902) -> No product -At time : 44.1 ps Reaction : OH^0 (-9862) + OH^0 (-6768) -> H2O2^0 (-11669) -At time : 44.1 ps Reaction : H^0 (-9369) + OH^0 (-9368) -> No product -At time : 44.1 ps Reaction : e_aq^-1 (-3314) + H3O^1 (-8706) -> H^0 (-11670) -At time : 44.1 ps Reaction : OH^0 (-5956) + OH^0 (-8354) -> H2O2^0 (-11671) -At time : 44.1 ps Reaction : OH^0 (-7052) + OH^0 (-8038) -> H2O2^0 (-11672) -At time : 44.1 ps Reaction : e_aq^-1 (-5432) + OH^0 (-7296) -> OH^-1 (-11673) -At time : 45.1 ps Reaction : OH^0 (-9681) + OH^0 (-7656) -> H2O2^0 (-11674) -At time : 45.1 ps Reaction : OH^0 (-9376) + OH^0 (-6120) -> H2O2^0 (-11675) -At time : 45.1 ps Reaction : OH^0 (-8967) + H^0 (-8968) -> No product -At time : 45.1 ps Reaction : OH^0 (-6976) + OH^0 (-7556) -> H2O2^0 (-11676) -At time : 46.1 ps Reaction : e_aq^-1 (-5467) + H3O^1 (-7413) -> H^0 (-11677) -At time : 47.1 ps Reaction : OH^0 (-9284) + OH^0 (-11239) -> H2O2^0 (-11678) -At time : 47.1 ps Reaction : OH^0 (-11228) + H^0 (-10827) -> No product -At time : 47.1 ps Reaction : OH^0 (-10991) + e_aq^-1 (-8578) -> OH^-1 (-11679) -At time : 47.1 ps Reaction : OH^0 (-10222) + OH^0 (-8885) -> H2O2^0 (-11680) -At time : 47.1 ps Reaction : OH^0 (-9831) + OH^0 (-7854) -> H2O2^0 (-11681) -At time : 47.1 ps Reaction : H^0 (-9221) + OH^0 (-8522) -> No product -At time : 47.1 ps Reaction : OH^0 (-7958) + H^0 (-9054) -> No product -At time : 47.1 ps Reaction : OH^-1 (-11679) + H3O^1 (-10997) -> No product -At time : 48.1 ps Reaction : H^0 (-10884) + OH^0 (-11626) -> No product -At time : 48.1 ps Reaction : OH^0 (-11346) + e_aq^-1 (-8476) -> OH^-1 (-11682) -At time : 48.1 ps Reaction : OH^0 (-9921) + OH^0 (-10840) -> H2O2^0 (-11683) -At time : 48.1 ps Reaction : e_aq^-1 (-3340) + OH^0 (-6224) -> OH^-1 (-11684) -At time : 48.1 ps Reaction : e_aq^-1 (-4802) + e_aq^-1 (-4832) -> OH^-1 (-11685) + OH^-1 (-11686) + H_2^0 (-11687) -At time : 48.1 ps Reaction : H3O^1 (-6223) + OH^-1 (-11684) -> No product -At time : 48.1 ps Reaction : OH^-1 (-11682) + H3O^1 (-8239) -> No product -At time : 49.1 ps Reaction : OH^0 (-11365) + OH^0 (-9043) -> H2O2^0 (-11688) -At time : 49.1 ps Reaction : OH^0 (-8236) + OH^0 (-11254) -> H2O2^0 (-11689) -At time : 49.1 ps Reaction : OH^0 (-10420) + e_aq^-1 (-5282) -> OH^-1 (-11690) -At time : 49.1 ps Reaction : OH^0 (-8150) + OH^0 (-8947) -> H2O2^0 (-11691) -At time : 50.1 ps Reaction : OH^0 (-9693) + OH^0 (-7784) -> H2O2^0 (-11692) -At time : 51.1 ps Reaction : OH^0 (-10233) + OH^0 (-11074) -> H2O2^0 (-11693) -At time : 51.1 ps Reaction : OH^0 (-10809) + OH^0 (-7878) -> H2O2^0 (-11694) -At time : 51.1 ps Reaction : OH^0 (-10498) + OH^0 (-8044) -> H2O2^0 (-11695) -At time : 51.1 ps Reaction : OH^0 (-10302) + OH^0 (-6088) -> H2O2^0 (-11696) -At time : 51.1 ps Reaction : OH^0 (-9680) + OH^0 (-6552) -> H2O2^0 (-11697) -At time : 51.1 ps Reaction : OH^0 (-7328) + OH^0 (-8278) -> H2O2^0 (-11698) -At time : 51.1 ps Reaction : OH^0 (-6786) + OH^0 (-6790) -> H2O2^0 (-11699) -At time : 52.1 ps Reaction : OH^0 (-7010) + OH^0 (-11286) -> H2O2^0 (-11700) -At time : 52.1 ps Reaction : H^0 (-10792) + OH^0 (-7858) -> No product -At time : 53.1 ps Reaction : H^0 (-10550) + OH^0 (-10874) -> No product -At time : 53.1 ps Reaction : H^0 (-9106) + OH^0 (-9591) -> No product -At time : 54.1 ps Reaction : OH^0 (-10478) + OH^0 (-7120) -> H2O2^0 (-11701) -At time : 54.1 ps Reaction : OH^0 (-10259) + OH^0 (-10262) -> H2O2^0 (-11702) -At time : 54.1 ps Reaction : e_aq^-1 (-865) + H3O^1 (-7495) -> H^0 (-11703) -At time : 55.1 ps Reaction : OH^0 (-10633) + OH^0 (-10634) -> H2O2^0 (-11704) -At time : 55.1 ps Reaction : H^0 (-10596) + OH^0 (-6726) -> No product -At time : 55.1 ps Reaction : H^0 (-9924) + OH^0 (-9933) -> No product -At time : 55.1 ps Reaction : OH^0 (-9420) + OH^0 (-7514) -> H2O2^0 (-11705) -At time : 55.1 ps Reaction : OH^0 (-6992) + H^0 (-9066) -> No product -At time : 56.1 ps Reaction : OH^0 (-8330) + OH^0 (-11268) -> H2O2^0 (-11706) -At time : 56.1 ps Reaction : OH^0 (-10281) + H^0 (-10283) -> No product -At time : 56.1 ps Reaction : H^0 (-10139) + OH^0 (-8040) -> No product -At time : 56.1 ps Reaction : H^0 (-9280) + OH^0 (-6900) -> No product -At time : 56.1 ps Reaction : e_aq^-1 (-2826) + OH^0 (-6458) -> OH^-1 (-11707) -At time : 56.1 ps Reaction : H3O^1 (-6459) + OH^-1 (-11707) -> No product -At time : 57.1 ps Reaction : OH^0 (-10912) + OH^0 (-8811) -> H2O2^0 (-11708) -At time : 57.1 ps Reaction : OH^0 (-10658) + OH^0 (-9490) -> H2O2^0 (-11709) -At time : 57.1 ps Reaction : H^0 (-10094) + OH^0 (-10096) -> No product -At time : 57.1 ps Reaction : OH^0 (-7728) + e_aq^-1 (-8725) -> OH^-1 (-11710) -At time : 57.1 ps Reaction : e_aq^-1 (-8425) + OH^0 (-8675) -> OH^-1 (-11711) -At time : 57.1 ps Reaction : OH^0 (-7092) + OH^0 (-7508) -> H2O2^0 (-11712) -At time : 57.1 ps Reaction : OH^0 (-5852) + OH^0 (-7352) -> H2O2^0 (-11713) -At time : 57.1 ps Reaction : H3O^1 (-6339) + OH^-1 (-11710) -> No product -At time : 58.1 ps Reaction : OH^0 (-11019) + OH^0 (-7094) -> H2O2^0 (-11714) -At time : 58.1 ps Reaction : OH^0 (-7072) + OH^0 (-8054) -> H2O2^0 (-11715) -At time : 58.1 ps Reaction : e_aq^-1 (-1149) + e_aq^-1 (-1251) -> OH^-1 (-11716) + OH^-1 (-11717) + H_2^0 (-11718) -At time : 59.1 ps Reaction : OH^0 (-9392) + OH^0 (-9391) -> H2O2^0 (-11719) -At time : 59.1 ps Reaction : OH^0 (-5962) + OH^0 (-9019) -> H2O2^0 (-11720) -At time : 59.1 ps Reaction : OH^-1 (-11711) + H3O^1 (-8424) -> No product -At time : 59.1 ps Reaction : H3O^1 (-10975) + e_aq^-1 (-1219) -> H^0 (-11721) -At time : 60.1 ps Reaction : OH^0 (-6134) + OH^0 (-11273) -> H2O2^0 (-11722) -At time : 60.1 ps Reaction : OH^0 (-10608) + OH^0 (-7824) -> H2O2^0 (-11723) -At time : 60.1 ps Reaction : OH^0 (-10037) + OH^0 (-10033) -> H2O2^0 (-11724) -At time : 60.1 ps Reaction : OH^0 (-7154) + OH^0 (-9077) -> H2O2^0 (-11725) -At time : 60.1 ps Reaction : OH^0 (-6114) + OH^0 (-8603) -> H2O2^0 (-11726) -At time : 60.1 ps Reaction : e_aq^-1 (-1229) + H3O^1 (-8003) -> H^0 (-11727) -At time : 60.1 ps Reaction : OH^-1 (-5783) + H3O^1 (-7731) -> No product -At time : 61.1 ps Reaction : OH^0 (-11086) + OH^0 (-8945) -> H2O2^0 (-11728) -At time : 61.1 ps Reaction : OH^0 (-10405) + OH^0 (-10406) -> H2O2^0 (-11729) -At time : 61.1 ps Reaction : H3O^1 (-7087) + e_aq^-1 (-8383) -> H^0 (-11730) -At time : 62.1 ps Reaction : OH^0 (-10041) + OH^0 (-8369) -> H2O2^0 (-11731) -At time : 63.1 ps Reaction : OH^-1 (-11717) + H3O^1 (-7539) -> No product -At time : 63.1 ps Reaction : OH^0 (-10504) + OH^0 (-10996) -> H2O2^0 (-11732) -At time : 63.1 ps Reaction : H^0 (-9349) + OH^0 (-8224) -> No product -At time : 63.1 ps Reaction : e_aq^-1 (-4462) + H^0 (-9050) -> OH^-1 (-11733) + H_2^0 (-11734) -At time : 63.1 ps Reaction : e_aq^-1 (-1516) + OH^0 (-7954) -> OH^-1 (-11735) -At time : 63.1 ps Reaction : OH^0 (-6320) + OH^0 (-6324) -> H2O2^0 (-11736) -At time : 63.1 ps Reaction : OH^-1 (-11735) + H3O^1 (-7953) -> No product -At time : 64.1 ps Reaction : H^0 (-10442) + OH^0 (-11109) -> No product -At time : 64.1 ps Reaction : OH^0 (-10448) + OH^0 (-7200) -> H2O2^0 (-11737) -At time : 64.1 ps Reaction : OH^0 (-10401) + OH^0 (-8639) -> H2O2^0 (-11738) -At time : 64.1 ps Reaction : H^0 (-9288) + OH^0 (-10057) -> No product -At time : 64.1 ps Reaction : H^0 (-9814) + OH^0 (-6712) -> No product -At time : 65.1 ps Reaction : OH^0 (-11131) + OH^0 (-10414) -> H2O2^0 (-11739) -At time : 65.1 ps Reaction : OH^0 (-11013) + OH^0 (-11016) -> H2O2^0 (-11740) -At time : 65.1 ps Reaction : H^0 (-10918) + H^0 (-10001) -> H_2^0 (-11741) -At time : 65.1 ps Reaction : OH^0 (-10687) + OH^0 (-10688) -> H2O2^0 (-11742) -At time : 65.1 ps Reaction : OH^0 (-9916) + OH^0 (-6830) -> H2O2^0 (-11743) -At time : 65.1 ps Reaction : OH^0 (-8726) + e_aq^-1 (-8731) -> OH^-1 (-11744) -At time : 66.1 ps Reaction : OH^0 (-10513) + H^0 (-11245) -> No product -At time : 66.1 ps Reaction : OH^0 (-10890) + OH^0 (-6878) -> H2O2^0 (-11745) -At time : 66.1 ps Reaction : H^0 (-9198) + OH^0 (-8987) -> No product -At time : 66.1 ps Reaction : OH^0 (-7368) + OH^0 (-8326) -> H2O2^0 (-11746) -At time : 67.1 ps Reaction : H3O^1 (-5881) + OH^-1 (-11520) -> No product -At time : 67.1 ps Reaction : H^0 (-9131) + OH^0 (-10383) -> No product -At time : 67.1 ps Reaction : OH^0 (-10022) + OH^0 (-6934) -> H2O2^0 (-11747) -At time : 68.1 ps Reaction : e_aq^-1 (-1188) + OH^0 (-6166) -> OH^-1 (-11748) -At time : 68.1 ps Reaction : H3O^1 (-9573) + e_aq^-1 (-8737) -> H^0 (-11749) -At time : 69.1 ps Reaction : OH^-1 (-11565) + H3O^1 (-9859) -> No product -At time : 69.1 ps Reaction : OH^0 (-10751) + OH^0 (-6628) -> H2O2^0 (-11750) -At time : 69.1 ps Reaction : OH^0 (-10651) + e_aq^-1 (-3489) -> OH^-1 (-11751) -At time : 69.1 ps Reaction : OH^0 (-10541) + OH^0 (-6904) -> H2O2^0 (-11752) -At time : 69.1 ps Reaction : OH^0 (-10394) + OH^0 (-10395) -> H2O2^0 (-11753) -At time : 69.1 ps Reaction : OH^0 (-10077) + OH^0 (-9297) -> H2O2^0 (-11754) -At time : 69.1 ps Reaction : OH^0 (-10063) + OH^0 (-6984) -> H2O2^0 (-11755) -At time : 69.1 ps Reaction : OH^0 (-7258) + OH^0 (-7446) -> H2O2^0 (-11756) -At time : 69.1 ps Reaction : e_aq^-1 (-875) + e_aq^-1 (-4996) -> OH^-1 (-11757) + OH^-1 (-11758) + H_2^0 (-11759) -At time : 69.1 ps Reaction : e_aq^-1 (-925) + e_aq^-1 (-4968) -> OH^-1 (-11760) + OH^-1 (-11761) + H_2^0 (-11762) -At time : 69.1 ps Reaction : OH^-1 (-11761) + H3O^1 (-8439) -> No product -At time : 69.1 ps Reaction : OH^0 (-11296) + OH^0 (-5992) -> H2O2^0 (-11763) -At time : 70.1 ps Reaction : OH^0 (-10880) + OH^0 (-9432) -> H2O2^0 (-11764) -At time : 72.1 ps Reaction : OH^0 (-10724) + OH^0 (-9654) -> H2O2^0 (-11765) -At time : 72.1 ps Reaction : OH^0 (-7116) + OH^0 (-8082) -> H2O2^0 (-11766) -At time : 73.1 ps Reaction : OH^0 (-10994) + OH^0 (-8955) -> H2O2^0 (-11767) -At time : 73.1 ps Reaction : OH^0 (-6666) + OH^0 (-6668) -> H2O2^0 (-11768) -At time : 74.1 ps Reaction : H^0 (-10505) + OH^0 (-11282) -> No product -At time : 74.1 ps Reaction : OH^0 (-7866) + e_aq^-1 (-8359) -> OH^-1 (-11769) -At time : 75.1 ps Reaction : OH^0 (-9871) + OH^0 (-9867) -> H2O2^0 (-11770) -At time : 75.1 ps Reaction : OH^0 (-8314) + OH^0 (-8459) -> H2O2^0 (-11771) -At time : 75.1 ps Reaction : e_aq^-1 (-1542) + OH^0 (-7946) -> OH^-1 (-11772) -At time : 76.1 ps Reaction : OH^0 (-11310) + OH^0 (-6594) -> H2O2^0 (-11773) -At time : 77.1 ps Reaction : OH^0 (-6200) + OH^0 (-6826) -> H2O2^0 (-11774) -At time : 79.1 ps Reaction : OH^0 (-8981) + OH^0 (-8983) -> H2O2^0 (-11775) -At time : 80.1 ps Reaction : H3O^1 (-7945) + OH^-1 (-11772) -> No product -At time : 80.1 ps Reaction : H3O^1 (-6165) + OH^-1 (-11748) -> No product -At time : 80.1 ps Reaction : H^0 (-11199) + OH^0 (-9429) -> No product -At time : 80.1 ps Reaction : OH^0 (-8462) + e_aq^-1 (-8464) -> OH^-1 (-11776) -At time : 81.1 ps Reaction : H3O^1 (-8217) + OH^-1 (-11690) -> No product -At time : 81.1 ps Reaction : OH^0 (-11166) + OH^0 (-6128) -> H2O2^0 (-11777) -At time : 81.1 ps Reaction : OH^0 (-10971) + OH^0 (-8567) -> H2O2^0 (-11778) -At time : 81.1 ps Reaction : OH^0 (-10266) + OH^0 (-8192) -> H2O2^0 (-11779) -At time : 81.1 ps Reaction : OH^-1 (-5762) + H3O^1 (-7865) -> No product -At time : 81.1 ps Reaction : OH^0 (-6804) + OH^0 (-6808) -> H2O2^0 (-11780) -At time : 81.1 ps Reaction : e_aq^-1 (-3705) + OH^0 (-6462) -> OH^-1 (-11781) -At time : 82.1 ps Reaction : H^0 (-10966) + OH^0 (-8961) -> No product -At time : 82.1 ps Reaction : H^0 (-9961) + OH^0 (-8555) -> No product -At time : 82.1 ps Reaction : e_aq^-1 (-8377) + H3O^1 (-8433) -> H^0 (-11782) -At time : 83.1 ps Reaction : H^0 (-11727) + OH^0 (-6172) -> No product -At time : 83.1 ps Reaction : OH^0 (-10264) + H^0 (-10428) -> No product -At time : 83.1 ps Reaction : H3O^1 (-8538) + e_aq^-1 (-8767) -> H^0 (-11783) -At time : 83.1 ps Reaction : OH^0 (-6118) + OH^0 (-7360) -> H2O2^0 (-11784) -At time : 84.1 ps Reaction : e_aq^-1 (-5403) + e_aq^-1 (-8629) -> OH^-1 (-11785) + OH^-1 (-11786) + H_2^0 (-11787) -At time : 85.1 ps Reaction : OH^0 (-9714) + OH^0 (-6600) -> H2O2^0 (-11788) -At time : 86.1 ps Reaction : H^0 (-11337) + OH^0 (-7136) -> No product -At time : 87.1 ps Reaction : OH^0 (-10464) + OH^0 (-6058) -> H2O2^0 (-11789) -At time : 88.1 ps Reaction : OH^0 (-9554) + OH^0 (-6350) -> H2O2^0 (-11790) -At time : 88.1 ps Reaction : e_aq^-1 (-5712) + OH^0 (-7376) -> OH^-1 (-11791) -At time : 88.1 ps Reaction : e_aq^-1 (-4465) + OH^0 (-6928) -> OH^-1 (-11792) -At time : 88.1 ps Reaction : OH^-1 (-11792) + H3O^1 (-7941) -> No product -At time : 89.1 ps Reaction : H^0 (-11348) + OH^0 (-7424) -> No product -At time : 89.1 ps Reaction : OH^0 (-10152) + OH^0 (-6160) -> H2O2^0 (-11793) -At time : 89.1 ps Reaction : OH^0 (-9755) + OH^0 (-6638) -> H2O2^0 (-11794) -At time : 89.1 ps Reaction : OH^0 (-9550) + OH^0 (-6332) -> H2O2^0 (-11795) -At time : 89.1 ps Reaction : e_aq^-1 (-4503) + H3O^1 (-8823) -> H^0 (-11796) -At time : 89.1 ps Reaction : OH^0 (-7218) + OH^0 (-8164) -> H2O2^0 (-11797) -At time : 89.1 ps Reaction : OH^0 (-8110) + OH^0 (-8114) -> H2O2^0 (-11798) -At time : 89.1 ps Reaction : OH^0 (-5906) + OH^0 (-6404) -> H2O2^0 (-11799) -At time : 90.1 ps Reaction : OH^-1 (-11760) + H3O^1 (-6049) -> No product -At time : 91.1 ps Reaction : OH^0 (-7500) + e_aq^-1 (-8869) -> OH^-1 (-11800) -At time : 91.1 ps Reaction : OH^0 (-7242) + OH^0 (-8188) -> H2O2^0 (-11801) -At time : 92.1 ps Reaction : OH^-1 (-11800) + H3O^1 (-7499) -> No product -At time : 92.1 ps Reaction : H^0 (-11231) + OH^0 (-6834) -> No product -At time : 92.1 ps Reaction : OH^0 (-9774) + OH^0 (-5834) -> H2O2^0 (-11802) -At time : 93.1 ps Reaction : H^0 (-9126) + OH^0 (-7452) -> No product -At time : 94.1 ps Reaction : OH^0 (-10602) + OH^0 (-7642) -> H2O2^0 (-11803) -At time : 94.1 ps Reaction : H^0 (-10172) + OH^0 (-8068) -> No product -At time : 94.1 ps Reaction : OH^0 (-7190) + OH^0 (-8949) -> H2O2^0 (-11804) -At time : 95.1 ps Reaction : H^0 (-9310) + e_aq^-1 (-8857) -> OH^-1 (-11805) + H_2^0 (-11806) -At time : 95.1 ps Reaction : e_aq^-1 (-3499) + H^0 (-8990) -> OH^-1 (-11807) + H_2^0 (-11808) -At time : 95.1 ps Reaction : e_aq^-1 (-762) + H3O^1 (-8445) -> H^0 (-11809) -At time : 95.1 ps Reaction : H3O^1 (-7687) + OH^-1 (-11807) -> No product -At time : 95.1 ps Reaction : H3O^1 (-7101) + OH^-1 (-11805) -> No product -At time : 96.1 ps Reaction : e_aq^-1 (-5081) + H3O^1 (-10218) -> H^0 (-11810) -At time : 96.1 ps Reaction : H3O^1 (-6025) + e_aq^-1 (-8668) -> H^0 (-11811) -At time : 96.1 ps Reaction : OH^0 (-10245) + H^0 (-8948) -> No product -At time : 97.1 ps Reaction : OH^0 (-9730) + OH^0 (-6608) -> H2O2^0 (-11812) -At time : 98.1 ps Reaction : OH^0 (-9909) + OH^0 (-6822) -> H2O2^0 (-11813) -At time : 99.1 ps Reaction : OH^-1 (-11744) + H3O^1 (-6351) -> No product -At time : 99.1 ps Reaction : OH^0 (-10432) + H^0 (-9410) -> No product -At time : 101.1 ps Reaction : OH^0 (-9895) + H^0 (-8972) -> No product -At time : 101.1 ps Reaction : OH^0 (-6484) + OH^0 (-7664) -> H2O2^0 (-11814) -At time : 111.1 ps Reaction : OH^0 (-6026) + H^0 (-11721) -> No product -At time : 111.1 ps Reaction : H3O^1 (-6761) + OH^-1 (-11566) -> No product -At time : 111.1 ps Reaction : H3O^1 (-11234) + OH^-1 (-11517) -> No product -At time : 111.1 ps Reaction : OH^0 (-11102) + OH^0 (-7224) -> H2O2^0 (-11815) -At time : 111.1 ps Reaction : e_aq^-1 (-890) + H3O^1 (-11037) -> H^0 (-11816) -At time : 111.1 ps Reaction : H^0 (-10992) + e_aq^-1 (-8500) -> OH^-1 (-11817) + H_2^0 (-11818) -At time : 111.1 ps Reaction : OH^0 (-10798) + OH^0 (-9852) -> H2O2^0 (-11819) -At time : 111.1 ps Reaction : OH^0 (-10763) + OH^0 (-7646) -> H2O2^0 (-11820) -At time : 111.1 ps Reaction : OH^0 (-10397) + OH^0 (-10312) -> H2O2^0 (-11821) -At time : 111.1 ps Reaction : OH^0 (-10205) + OH^0 (-10211) -> H2O2^0 (-11822) -At time : 111.1 ps Reaction : H^0 (-10034) + H^0 (-10042) -> H_2^0 (-11823) -At time : 111.1 ps Reaction : OH^0 (-9552) + OH^0 (-8723) -> H2O2^0 (-11824) -At time : 111.1 ps Reaction : OH^0 (-9195) + OH^0 (-6392) -> H2O2^0 (-11825) -At time : 111.1 ps Reaction : OH^0 (-7054) + OH^0 (-8847) -> H2O2^0 (-11826) -At time : 111.1 ps Reaction : OH^0 (-8124) + e_aq^-1 (-8653) -> OH^-1 (-11827) -At time : 111.1 ps Reaction : OH^0 (-8387) + e_aq^-1 (-8389) -> OH^-1 (-11828) -At time : 111.1 ps Reaction : OH^0 (-6846) + OH^0 (-8360) -> H2O2^0 (-11829) -At time : 111.1 ps Reaction : OH^0 (-7162) + OH^0 (-8134) -> H2O2^0 (-11830) -At time : 111.1 ps Reaction : e_aq^-1 (-1384) + H3O^1 (-7977) -> H^0 (-11831) -At time : 111.1 ps Reaction : OH^-1 (-5756) + H3O^1 (-7907) -> No product -At time : 111.1 ps Reaction : e_aq^-1 (-1450) + H3O^1 (-7565) -> H^0 (-11832) -At time : 111.1 ps Reaction : e_aq^-1 (-4627) + H3O^1 (-7543) -> H^0 (-11833) -At time : 111.1 ps Reaction : OH^0 (-7080) + OH^0 (-7086) -> H2O2^0 (-11834) -At time : 111.1 ps Reaction : OH^-1 (-5786) + H3O^1 (-6671) -> No product -At time : 111.1 ps Reaction : OH^0 (-5922) + OH^0 (-6540) -> H2O2^0 (-11835) -At time : 111.1 ps Reaction : OH^-1 (-11828) + H3O^1 (-8388) -> No product -At time : 111.1 ps Reaction : OH^-1 (-11827) + H3O^1 (-7477) -> No product -At time : 121.1 ps Reaction : H3O^1 (-5959) + OH^-1 (-11602) -> No product -At time : 121.1 ps Reaction : OH^-1 (-11562) + H3O^1 (-8913) -> No product -At time : 121.1 ps Reaction : H^0 (-11323) + OH^0 (-5840) -> No product -At time : 121.1 ps Reaction : OH^0 (-11288) + OH^0 (-7004) -> H2O2^0 (-11836) -At time : 121.1 ps Reaction : H^0 (-11000) + OH^0 (-11003) -> No product -At time : 121.1 ps Reaction : OH^0 (-10951) + e_aq^-1 (-8830) -> OH^-1 (-11837) -At time : 121.1 ps Reaction : H^0 (-10898) + H^0 (-9046) -> H_2^0 (-11838) -At time : 121.1 ps Reaction : OH^0 (-10855) + OH^0 (-5870) -> H2O2^0 (-11839) -At time : 121.1 ps Reaction : H^0 (-10552) + e_aq^-1 (-4358) -> OH^-1 (-11840) + H_2^0 (-11841) -At time : 121.1 ps Reaction : OH^0 (-10391) + H^0 (-10392) -> No product -At time : 121.1 ps Reaction : OH^0 (-9812) + OH^0 (-8779) -> H2O2^0 (-11842) -At time : 121.1 ps Reaction : OH^0 (-9704) + OH^0 (-6598) -> H2O2^0 (-11843) -At time : 121.1 ps Reaction : e_aq^-1 (-2661) + H^0 (-9658) -> OH^-1 (-11844) + H_2^0 (-11845) -At time : 121.1 ps Reaction : e_aq^-1 (-1482) + OH^0 (-9057) -> OH^-1 (-11846) -At time : 121.1 ps Reaction : e_aq^-1 (-1362) + H^0 (-8964) -> OH^-1 (-11847) + H_2^0 (-11848) -At time : 121.1 ps Reaction : OH^0 (-5733) + OH^0 (-8582) -> H2O2^0 (-11849) -At time : 121.1 ps Reaction : OH^0 (-7974) + OH^0 (-8423) -> H2O2^0 (-11850) -At time : 121.1 ps Reaction : OH^0 (-7344) + OH^0 (-7402) -> H2O2^0 (-11851) -At time : 121.1 ps Reaction : OH^0 (-8094) + e_aq^-1 (-8587) -> OH^-1 (-11852) -At time : 121.1 ps Reaction : H3O^1 (-11044) + OH^-1 (-11852) -> No product -At time : 131.1 ps Reaction : OH^-1 (-11837) + H3O^1 (-6983) -> No product -At time : 131.1 ps Reaction : H3O^1 (-6463) + OH^-1 (-11781) -> No product -At time : 131.1 ps Reaction : OH^-1 (-11769) + H3O^1 (-6721) -> No product -At time : 131.1 ps Reaction : H^0 (-11311) + OH^0 (-6586) -> No product -At time : 131.1 ps Reaction : H^0 (-10773) + e_aq^-1 (-3960) -> OH^-1 (-11853) + H_2^0 (-11854) -At time : 131.1 ps Reaction : OH^0 (-10761) + OH^0 (-6658) -> H2O2^0 (-11855) -At time : 131.1 ps Reaction : H^0 (-10645) + OH^0 (-7682) -> No product -At time : 131.1 ps Reaction : H^0 (-10344) + OH^0 (-7362) -> No product -At time : 131.1 ps Reaction : OH^0 (-9950) + OH^0 (-6850) -> H2O2^0 (-11856) -At time : 131.1 ps Reaction : OH^0 (-9882) + OH^0 (-7618) -> H2O2^0 (-11857) -At time : 131.1 ps Reaction : OH^0 (-9365) + OH^0 (-8266) -> H2O2^0 (-11858) -At time : 131.1 ps Reaction : OH^0 (-9264) + OH^0 (-6828) -> H2O2^0 (-11859) -At time : 131.1 ps Reaction : OH^0 (-9260) + OH^0 (-5790) -> H2O2^0 (-11860) -At time : 131.1 ps Reaction : OH^0 (-9189) + H^0 (-9190) -> No product -At time : 131.1 ps Reaction : OH^0 (-8290) + OH^0 (-8296) -> H2O2^0 (-11861) -At time : 131.1 ps Reaction : e_aq^-1 (-4229) + H3O^1 (-7901) -> H^0 (-11862) -At time : 131.1 ps Reaction : OH^0 (-5894) + OH^0 (-6334) -> H2O2^0 (-11863) -At time : 131.1 ps Reaction : OH^0 (-9114) + OH^0 (-10554) -> H2O2^0 (-11864) -At time : 131.1 ps Reaction : e_aq^-1 (-488) + OH^0 (-8200) -> OH^-1 (-11865) -At time : 141.1 ps Reaction : H3O^1 (-10941) + OH^-1 (-11649) -> No product -At time : 141.1 ps Reaction : OH^0 (-11164) + OH^0 (-8254) -> H2O2^0 (-11866) -At time : 141.1 ps Reaction : OH^0 (-11159) + OH^0 (-9403) -> H2O2^0 (-11867) -At time : 141.1 ps Reaction : H^0 (-11020) + OH^0 (-8066) -> No product -At time : 141.1 ps Reaction : OH^0 (-10497) + OH^0 (-5846) -> H2O2^0 (-11868) -At time : 141.1 ps Reaction : OH^0 (-9715) + OH^0 (-9726) -> H2O2^0 (-11869) -At time : 141.1 ps Reaction : H^0 (-9162) + H^0 (-9477) -> H_2^0 (-11870) -At time : 141.1 ps Reaction : OH^0 (-8738) + e_aq^-1 (-8740) -> OH^-1 (-11871) -At time : 141.1 ps Reaction : OH^0 (-5972) + OH^0 (-6782) -> H2O2^0 (-11872) -At time : 141.1 ps Reaction : H3O^1 (-6005) + e_aq^-1 (-8509) -> H^0 (-11873) -At time : 151.1 ps Reaction : H^0 (-11317) + OH^0 (-7916) -> No product -At time : 151.1 ps Reaction : OH^0 (-10831) + OH^0 (-7898) -> H2O2^0 (-11874) -At time : 151.1 ps Reaction : H^0 (-10631) + e_aq^-1 (-3443) -> OH^-1 (-11875) + H_2^0 (-11876) -At time : 151.1 ps Reaction : OH^0 (-10050) + OH^0 (-6954) -> H2O2^0 (-11877) -At time : 151.1 ps Reaction : H^0 (-9938) + OH^0 (-7908) -> No product -At time : 151.1 ps Reaction : OH^0 (-9771) + OH^0 (-6682) -> H2O2^0 (-11878) -At time : 151.1 ps Reaction : H^0 (-9122) + OH^0 (-7046) -> No product -At time : 151.1 ps Reaction : H^0 (-9113) + H^0 (-9028) -> H_2^0 (-11879) -At time : 151.1 ps Reaction : OH^0 (-6306) + OH^0 (-7722) -> H2O2^0 (-11880) -At time : 151.1 ps Reaction : OH^0 (-7562) + OH^0 (-11242) -> H2O2^0 (-11881) -At time : 161.1 ps Reaction : OH^-1 (-11871) + H3O^1 (-6379) -> No product -At time : 161.1 ps Reaction : e_aq^-1 (-4221) + H^0 (-11862) -> OH^-1 (-11882) + H_2^0 (-11883) -At time : 161.1 ps Reaction : OH^0 (-6472) + H^0 (-11783) -> No product -At time : 161.1 ps Reaction : H3O^1 (-7137) + OH^-1 (-11758) -> No product -At time : 161.1 ps Reaction : H^0 (-10477) + OH^0 (-11032) -> No product -At time : 161.1 ps Reaction : H^0 (-10627) + e_aq^-1 (-3441) -> OH^-1 (-11884) + H_2^0 (-11885) -At time : 161.1 ps Reaction : OH^0 (-10354) + OH^0 (-7380) -> H2O2^0 (-11886) -At time : 161.1 ps Reaction : OH^0 (-10158) + OH^0 (-6036) -> H2O2^0 (-11887) -At time : 161.1 ps Reaction : H^0 (-10123) + OH^0 (-8016) -> No product -At time : 161.1 ps Reaction : OH^0 (-9626) + OH^0 (-6460) -> H2O2^0 (-11888) -At time : 161.1 ps Reaction : H^0 (-9102) + OH^0 (-9502) -> No product -At time : 161.1 ps Reaction : OH^0 (-6556) + H^0 (-9008) -> No product -At time : 161.1 ps Reaction : e_aq^-1 (-4565) + OH^0 (-8963) -> OH^-1 (-11889) -At time : 161.1 ps Reaction : H3O^1 (-7125) + e_aq^-1 (-8866) -> H^0 (-11890) -At time : 161.1 ps Reaction : OH^0 (-6772) + OH^0 (-8783) -> H2O2^0 (-11891) -At time : 161.1 ps Reaction : H3O^1 (-7151) + e_aq^-1 (-8443) -> H^0 (-11892) -At time : 161.1 ps Reaction : OH^0 (-8248) + e_aq^-1 (-8335) -> OH^-1 (-11893) -At time : 161.1 ps Reaction : OH^-1 (-11893) + H3O^1 (-8457) -> No product -At time : 171.1 ps Reaction : OH^0 (-9344) + OH^0 (-6084) -> H2O2^0 (-11894) -At time : 171.1 ps Reaction : e_aq^-1 (-5276) + H3O^1 (-8478) -> H^0 (-11895) -At time : 171.1 ps Reaction : e_aq^-1 (-624) + OH^0 (-7208) -> OH^-1 (-11896) -At time : 171.1 ps Reaction : OH^0 (-6246) + OH^0 (-6248) -> H2O2^0 (-11897) -At time : 171.1 ps Reaction : e_aq^-1 (-828) + e_aq^-1 (-5056) -> OH^-1 (-11898) + OH^-1 (-11899) + H_2^0 (-11900) -At time : 171.1 ps Reaction : H3O^1 (-10875) + OH^-1 (-11840) -> No product -At time : 171.1 ps Reaction : OH^0 (-10555) + OH^0 (-6858) -> H2O2^0 (-11901) -At time : 171.1 ps Reaction : H3O^1 (-6089) + e_aq^-1 (-8911) -> H^0 (-11902) -At time : 171.1 ps Reaction : e_aq^-1 (-5192) + OH^0 (-7240) -> OH^-1 (-11903) -At time : 181.1 ps Reaction : e_aq^-1 (-5033) + H2O2^0 (-11798) -> OH^-1 (-11904) + OH^0 (-11905) -At time : 181.1 ps Reaction : H3O^1 (-6219) + OH^-1 (-11638) -> No product -At time : 181.1 ps Reaction : OH^0 (-11332) + H^0 (-10125) -> No product -At time : 181.1 ps Reaction : OH^0 (-11225) + OH^0 (-11222) -> H2O2^0 (-11906) -At time : 181.1 ps Reaction : OH^0 (-11197) + OH^0 (-8613) -> H2O2^0 (-11907) -At time : 181.1 ps Reaction : OH^0 (-10970) + OH^0 (-10100) -> H2O2^0 (-11908) -At time : 181.1 ps Reaction : OH^0 (-10486) + OH^0 (-7104) -> H2O2^0 (-11909) -At time : 181.1 ps Reaction : OH^0 (-10318) + OH^0 (-7304) -> H2O2^0 (-11910) -At time : 181.1 ps Reaction : OH^0 (-10255) + OH^0 (-6074) -> H2O2^0 (-11911) -At time : 181.1 ps Reaction : OH^0 (-9808) + OH^0 (-9240) -> H2O2^0 (-11912) -At time : 181.1 ps Reaction : H^0 (-9424) + OH^0 (-7976) -> No product -At time : 181.1 ps Reaction : e_aq^-1 (-5503) + OH^0 (-8594) -> OH^-1 (-11913) -At time : 181.1 ps Reaction : OH^0 (-10127) + OH^0 (-8840) -> H2O2^0 (-11914) -At time : 181.1 ps Reaction : OH^0 (-7056) + OH^0 (-7060) -> H2O2^0 (-11915) -At time : 191.1 ps Reaction : OH^-1 (-11903) + H3O^1 (-8183) -> No product -At time : 191.1 ps Reaction : H3O^1 (-10648) + OH^-1 (-11751) -> No product -At time : 191.1 ps Reaction : OH^-1 (-11716) + H3O^1 (-8005) -> No product -At time : 191.1 ps Reaction : OH^0 (-11360) + H^0 (-9384) -> No product -At time : 191.1 ps Reaction : OH^0 (-11150) + OH^0 (-8456) -> H2O2^0 (-11916) -At time : 191.1 ps Reaction : H^0 (-11145) + OH^0 (-8240) -> No product -At time : 191.1 ps Reaction : OH^0 (-11051) + OH^0 (-7144) -> H2O2^0 (-11917) -At time : 191.1 ps Reaction : OH^0 (-10356) + OH^0 (-8332) -> H2O2^0 (-11918) -At time : 191.1 ps Reaction : OH^0 (-9901) + OH^0 (-9900) -> H2O2^0 (-11919) -At time : 191.1 ps Reaction : OH^0 (-9256) + OH^0 (-6778) -> H2O2^0 (-11920) -At time : 191.1 ps Reaction : e_aq^-1 (-1675) + OH^0 (-8807) -> OH^-1 (-11921) -At time : 191.1 ps Reaction : OH^0 (-7174) + OH^0 (-8649) -> H2O2^0 (-11922) -At time : 191.1 ps Reaction : e_aq^-1 (-4809) + H3O^1 (-8057) -> H^0 (-11923) -At time : 191.1 ps Reaction : OH^0 (-7014) + OH^0 (-8000) -> H2O2^0 (-11924) -At time : 191.1 ps Reaction : OH^0 (-6884) + OH^0 (-6888) -> H2O2^0 (-11925) -At time : 191.1 ps Reaction : OH^0 (-6718) + OH^0 (-6722) -> H2O2^0 (-11926) -At time : 191.1 ps Reaction : e_aq^-1 (-2677) + H3O^1 (-6533) -> H^0 (-11927) -At time : 191.1 ps Reaction : e_aq^-1 (-4418) + OH^0 (-6880) -> OH^-1 (-11928) -At time : 201.1 ps Reaction : OH^-1 (-11928) + H3O^1 (-8802) -> No product -At time : 201.1 ps Reaction : e_aq^-1 (-4495) + H2O2^0 (-11747) -> OH^-1 (-11929) + OH^0 (-11930) -At time : 201.1 ps Reaction : H^0 (-10950) + OH^0 (-6974) -> No product -At time : 201.1 ps Reaction : OH^0 (-10746) + OH^0 (-6558) -> H2O2^0 (-11931) -At time : 201.1 ps Reaction : OH^0 (-10590) + OH^0 (-6738) -> H2O2^0 (-11932) -At time : 201.1 ps Reaction : OH^0 (-10425) + OH^0 (-9338) -> H2O2^0 (-11933) -At time : 201.1 ps Reaction : e_aq^-1 (-5554) + H3O^1 (-10372) -> H^0 (-11934) -At time : 201.1 ps Reaction : OH^0 (-10182) + OH^0 (-8080) -> H2O2^0 (-11935) -At time : 201.1 ps Reaction : H^0 (-10098) + OH^0 (-8372) -> No product -At time : 201.1 ps Reaction : H^0 (-9749) + OH^0 (-6622) -> No product -At time : 201.1 ps Reaction : e_aq^-1 (-3495) + OH^0 (-9480) -> OH^-1 (-11936) -At time : 201.1 ps Reaction : OH^0 (-7180) + OH^0 (-8136) -> H2O2^0 (-11937) -At time : 201.1 ps Reaction : e_aq^-1 (-3149) + H3O^1 (-6297) -> H^0 (-11938) -At time : 201.1 ps Reaction : e_aq^-1 (-3542) + H3O^1 (-6263) -> H^0 (-11939) -At time : 201.1 ps Reaction : H3O^1 (-8376) + OH^-1 (-11817) -> No product -At time : 201.1 ps Reaction : OH^0 (-11186) + H^0 (-11257) -> No product -At time : 201.1 ps Reaction : OH^0 (-11216) + OH^0 (-6646) -> H2O2^0 (-11940) -At time : 201.1 ps Reaction : H^0 (-9999) + OH^0 (-8683) -> No product -At time : 211.1 ps Reaction : H3O^1 (-10023) + OH^-1 (-11846) -> No product -At time : 211.1 ps Reaction : OH^-1 (-11844) + H3O^1 (-7663) -> No product -At time : 211.1 ps Reaction : OH^0 (-11104) + OH^0 (-6144) -> H2O2^0 (-11941) -At time : 211.1 ps Reaction : H^0 (-10888) + H^0 (-10886) -> H_2^0 (-11942) -At time : 211.1 ps Reaction : H^0 (-9164) + OH^0 (-10656) -> No product -At time : 211.1 ps Reaction : H^0 (-10643) + OH^0 (-6222) -> No product -At time : 211.1 ps Reaction : OH^0 (-10399) + OH^0 (-7432) -> H2O2^0 (-11943) -At time : 211.1 ps Reaction : OH^0 (-9889) + OH^0 (-6806) -> H2O2^0 (-11944) -At time : 211.1 ps Reaction : OH^0 (-8026) + OH^0 (-8498) -> H2O2^0 (-11945) -At time : 211.1 ps Reaction : H^0 (-10236) + H^0 (-9080) -> H_2^0 (-11946) -At time : 211.1 ps Reaction : OH^0 (-9776) + OH^0 (-6684) -> H2O2^0 (-11947) -At time : 211.1 ps Reaction : OH^-1 (-5765) + H3O^1 (-6677) -> No product -At time : 221.1 ps Reaction : H3O^1 (-8442) + OH^-1 (-11899) -> No product -At time : 221.1 ps Reaction : H^0 (-9143) + OH^0 (-11610) -> No product -At time : 221.1 ps Reaction : H^0 (-11295) + e_aq^-1 (-4373) -> OH^-1 (-11948) + H_2^0 (-11949) -At time : 221.1 ps Reaction : H^0 (-10005) + OH^0 (-11236) -> No product -At time : 221.1 ps Reaction : H3O^1 (-10782) + e_aq^-1 (-4029) -> H^0 (-11950) -At time : 221.1 ps Reaction : e_aq^-1 (-517) + OH^0 (-10423) -> OH^-1 (-11951) -At time : 221.1 ps Reaction : OH^0 (-10261) + OH^0 (-8180) -> H2O2^0 (-11952) -At time : 221.1 ps Reaction : H^0 (-10178) + OH^0 (-8384) -> No product -At time : 221.1 ps Reaction : OH^0 (-10031) + H^0 (-10038) -> No product -At time : 221.1 ps Reaction : OH^0 (-9942) + OH^0 (-7914) -> H2O2^0 (-11953) -At time : 221.1 ps Reaction : OH^0 (-9891) + H^0 (-9898) -> No product -At time : 221.1 ps Reaction : OH^0 (-8086) + OH^0 (-8864) -> H2O2^0 (-11954) -At time : 221.1 ps Reaction : OH^0 (-8268) + e_aq^-1 (-8473) -> OH^-1 (-11955) -At time : 221.1 ps Reaction : e_aq^-1 (-4707) + OH^0 (-7040) -> OH^-1 (-11956) -At time : 221.1 ps Reaction : OH^-1 (-11955) + H3O^1 (-9401) -> No product -At time : 221.1 ps Reaction : OH^-1 (-11951) + H3O^1 (-7241) -> No product -At time : 221.1 ps Reaction : OH^-1 (-11948) + H3O^1 (-6877) -> No product -At time : 221.1 ps Reaction : OH^0 (-6698) + OH^0 (-7848) -> H2O2^0 (-11957) -At time : 231.1 ps Reaction : H3O^1 (-6059) + OH^-1 (-11904) -> No product -At time : 231.1 ps Reaction : OH^-1 (-11865) + H3O^1 (-8199) -> No product -At time : 231.1 ps Reaction : OH^0 (-11306) + H^0 (-9598) -> No product -At time : 231.1 ps Reaction : H^0 (-10332) + OH^0 (-11189) -> No product -At time : 231.1 ps Reaction : H^0 (-10775) + H^0 (-9768) -> H_2^0 (-11958) -At time : 231.1 ps Reaction : OH^0 (-9184) + OH^0 (-10693) -> H2O2^0 (-11959) -At time : 231.1 ps Reaction : OH^0 (-10298) + OH^0 (-8908) -> H2O2^0 (-11960) -At time : 231.1 ps Reaction : H^0 (-9664) + OH^0 (-6496) -> No product -At time : 231.1 ps Reaction : H^0 (-9572) + OH^0 (-9564) -> No product -At time : 231.1 ps Reaction : e_aq^-1 (-529) + OH^0 (-9407) -> OH^-1 (-11961) -At time : 231.1 ps Reaction : H3O^1 (-7521) + e_aq^-1 (-8842) -> H^0 (-11962) -At time : 231.1 ps Reaction : OH^-1 (-11961) + H3O^1 (-8187) -> No product -At time : 231.1 ps Reaction : OH^0 (-9948) + OH^0 (-9945) -> H2O2^0 (-11963) -At time : 241.1 ps Reaction : OH^-1 (-11898) + H3O^1 (-8109) -> No product -At time : 241.1 ps Reaction : H3O^1 (-10341) + OH^-1 (-11776) -> No product -At time : 241.1 ps Reaction : H^0 (-10015) + H^0 (-11237) -> H_2^0 (-11964) -At time : 241.1 ps Reaction : e_aq^-1 (-1306) + H^0 (-11207) -> OH^-1 (-11965) + H_2^0 (-11966) -At time : 241.1 ps Reaction : OH^0 (-10268) + e_aq^-1 (-8902) -> OH^-1 (-11967) -At time : 241.1 ps Reaction : OH^0 (-10091) + OH^0 (-6024) -> H2O2^0 (-11968) -At time : 241.1 ps Reaction : OH^0 (-9780) + OH^0 (-7640) -> H2O2^0 (-11969) -At time : 241.1 ps Reaction : OH^0 (-9769) + OH^0 (-7832) -> H2O2^0 (-11970) -At time : 241.1 ps Reaction : OH^0 (-9570) + OH^0 (-8534) -> H2O2^0 (-11971) -At time : 241.1 ps Reaction : OH^0 (-9395) + OH^0 (-8308) -> H2O2^0 (-11972) -At time : 241.1 ps Reaction : OH^0 (-8154) + H^0 (-9082) -> No product -At time : 241.1 ps Reaction : OH^0 (-8417) + H^0 (-9032) -> No product -At time : 241.1 ps Reaction : OH^0 (-7572) + OH^0 (-8366) -> H2O2^0 (-11973) -At time : 241.1 ps Reaction : OH^-1 (-11967) + H3O^1 (-8195) -> No product -At time : 241.1 ps Reaction : OH^-1 (-11965) + H3O^1 (-6991) -> No product -At time : 251.1 ps Reaction : H3O^1 (-6493) + OH^-1 (-11606) -> No product -At time : 251.1 ps Reaction : H^0 (-11325) + e_aq^-1 (-8368) -> OH^-1 (-11974) + H_2^0 (-11975) -At time : 251.1 ps Reaction : e_aq^-1 (-601) + H^0 (-11095) -> OH^-1 (-11976) + H_2^0 (-11977) -At time : 251.1 ps Reaction : OH^0 (-10668) + e_aq^-1 (-3536) -> OH^-1 (-11978) -At time : 251.1 ps Reaction : OH^0 (-10018) + OH^0 (-10024) -> H2O2^0 (-11979) -At time : 251.1 ps Reaction : e_aq^-1 (-2887) + OH^0 (-9610) -> OH^-1 (-11980) -At time : 251.1 ps Reaction : OH^0 (-9601) + OH^0 (-6416) -> H2O2^0 (-11981) -At time : 251.1 ps Reaction : H^0 (-9404) + OH^0 (-6094) -> No product -At time : 251.1 ps Reaction : OH^0 (-7796) + H^0 (-9012) -> No product -At time : 251.1 ps Reaction : e_aq^-1 (-267) + H3O^1 (-7309) -> H^0 (-11982) -At time : 251.1 ps Reaction : e_aq^-1 (-3073) + H3O^1 (-6333) -> H^0 (-11983) -At time : 251.1 ps Reaction : H3O^1 (-10921) + OH^-1 (-11974) -> No product -At time : 251.1 ps Reaction : OH^-1 (-11875) + H3O^1 (-7667) -> No product -At time : 251.1 ps Reaction : OH^0 (-8537) + e_aq^-1 (-8539) -> OH^-1 (-11984) -At time : 261.1 ps Reaction : H3O^1 (-9173) + OH^-1 (-11978) -> No product -At time : 261.1 ps Reaction : OH^0 (-11905) + OH^0 (-8118) -> H2O2^0 (-11985) -At time : 261.1 ps Reaction : H^0 (-11129) + OH^0 (-8220) -> No product -At time : 261.1 ps Reaction : OH^0 (-10914) + OH^0 (-6902) -> H2O2^0 (-11986) -At time : 261.1 ps Reaction : H3O^1 (-10861) + e_aq^-1 (-4328) -> H^0 (-11987) -At time : 261.1 ps Reaction : e_aq^-1 (-3227) + OH^0 (-9506) -> OH^-1 (-11988) -At time : 261.1 ps Reaction : OH^0 (-7776) + OH^0 (-8985) -> H2O2^0 (-11989) -At time : 261.1 ps Reaction : e_aq^-1 (-623) + OH^0 (-8894) -> OH^-1 (-11990) -At time : 261.1 ps Reaction : OH^0 (-7332) + OH^0 (-8282) -> H2O2^0 (-11991) -At time : 261.1 ps Reaction : e_aq^-1 (-5228) + H3O^1 (-8161) -> H^0 (-11992) -At time : 261.1 ps Reaction : OH^0 (-7192) + OH^0 (-7472) -> H2O2^0 (-11993) -At time : 261.1 ps Reaction : e_aq^-1 (-1247) + OH^0 (-7024) -> OH^-1 (-11994) -At time : 261.1 ps Reaction : e_aq^-1 (-4060) + H3O^1 (-6729) -> H^0 (-11995) -At time : 261.1 ps Reaction : e_aq^-1 (-4396) + e_aq^-1 (-4333) -> OH^-1 (-11996) + OH^-1 (-11997) + H_2^0 (-11998) -At time : 261.1 ps Reaction : H3O^1 (-7021) + OH^-1 (-11994) -> No product -At time : 271.1 ps Reaction : H3O^1 (-11098) + OH^-1 (-11976) -> No product -At time : 271.1 ps Reaction : OH^-1 (-11889) + H3O^1 (-7549) -> No product -At time : 271.1 ps Reaction : OH^0 (-11307) + OH^0 (-7752) -> H2O2^0 (-11999) -At time : 271.1 ps Reaction : OH^0 (-11299) + H^0 (-9257) -> No product -At time : 271.1 ps Reaction : H^0 (-9233) + OH^0 (-10771) -> No product -At time : 271.1 ps Reaction : H^0 (-10412) + OH^0 (-7266) -> No product -At time : 271.1 ps Reaction : e_aq^-1 (-995) + OH^0 (-9417) -> OH^-1 (-12000) -At time : 271.1 ps Reaction : OH^0 (-8633) + e_aq^-1 (-8635) -> OH^-1 (-12001) -At time : 271.1 ps Reaction : H3O^1 (-7577) + e_aq^-1 (-8566) -> H^0 (-12002) -At time : 271.1 ps Reaction : OH^0 (-7918) + OH^0 (-7920) -> H2O2^0 (-12003) -At time : 271.1 ps Reaction : e_aq^-1 (-3900) + OH^0 (-6634) -> OH^-1 (-12004) -At time : 271.1 ps Reaction : e_aq^-1 (-3877) + OH^0 (-6620) -> OH^-1 (-12005) -At time : 281.1 ps Reaction : OH^0 (-11160) + OH^0 (-9091) -> H2O2^0 (-12006) -At time : 281.1 ps Reaction : OH^0 (-11057) + H^0 (-9078) -> No product -At time : 281.1 ps Reaction : e_aq^-1 (-5010) + H^0 (-11053) -> OH^-1 (-12007) + H_2^0 (-12008) -At time : 281.1 ps Reaction : OH^0 (-10463) + e_aq^-1 (-5112) -> OH^-1 (-12009) -At time : 281.1 ps Reaction : OH^0 (-10110) + OH^0 (-7022) -> H2O2^0 (-12010) -At time : 281.1 ps Reaction : e_aq^-1 (-1246) + OH^0 (-8008) -> OH^-1 (-12011) -At time : 281.1 ps Reaction : OH^-1 (-12007) + H3O^1 (-8095) -> No product -At time : 281.1 ps Reaction : OH^0 (-7574) + OH^0 (-7952) -> H2O2^0 (-12012) -At time : 291.1 ps Reaction : H3O^1 (-7221) + OH^-1 (-11896) -> No product -At time : 291.1 ps Reaction : e_aq^-1 (-4426) + H^0 (-11873) -> OH^-1 (-12013) + H_2^0 (-12014) -At time : 291.1 ps Reaction : H^0 (-10986) + H^0 (-11522) -> H_2^0 (-12015) -At time : 291.1 ps Reaction : OH^0 (-11356) + OH^0 (-11182) -> H2O2^0 (-12016) -At time : 291.1 ps Reaction : OH^0 (-11038) + H^0 (-10189) -> No product -At time : 291.1 ps Reaction : H^0 (-9115) + H^0 (-10856) -> H_2^0 (-12017) -At time : 291.1 ps Reaction : OH^0 (-10551) + H^0 (-9969) -> No product -At time : 291.1 ps Reaction : H^0 (-10379) + H^0 (-9098) -> H_2^0 (-12018) -At time : 291.1 ps Reaction : OH^0 (-9325) + OH^0 (-8096) -> H2O2^0 (-12019) -At time : 291.1 ps Reaction : OH^0 (-8302) + OH^0 (-8306) -> H2O2^0 (-12020) -At time : 291.1 ps Reaction : e_aq^-1 (-4984) + OH^0 (-8090) -> OH^-1 (-12021) -At time : 291.1 ps Reaction : e_aq^-1 (-3641) + OH^0 (-7742) -> OH^-1 (-12022) -At time : 291.1 ps Reaction : e_aq^-1 (-5185) + OH^0 (-7230) -> OH^-1 (-12023) -At time : 301.1 ps Reaction : H^0 (-11962) + OH^0 (-8378) -> No product -At time : 301.1 ps Reaction : OH^0 (-7358) + OH^0 (-11264) -> H2O2^0 (-12024) -At time : 301.1 ps Reaction : H^0 (-11066) + OH^0 (-7478) -> No product -At time : 301.1 ps Reaction : OH^0 (-10609) + H^0 (-9014) -> No product -At time : 301.1 ps Reaction : OH^0 (-10278) + OH^0 (-8210) -> H2O2^0 (-12025) -At time : 301.1 ps Reaction : H^0 (-9416) + OH^0 (-10174) -> No product -At time : 301.1 ps Reaction : OH^0 (-9837) + H^0 (-9835) -> No product -At time : 301.1 ps Reaction : e_aq^-1 (-2365) + OH^0 (-6652) -> OH^-1 (-12026) -At time : 301.1 ps Reaction : e_aq^-1 (-3864) + OH^0 (-5778) -> OH^-1 (-12027) -At time : 311.1 ps Reaction : H^0 (-9227) + OH^0 (-10750) -> No product -At time : 311.1 ps Reaction : OH^0 (-10202) + OH^0 (-8102) -> H2O2^0 (-12028) -At time : 311.1 ps Reaction : H^0 (-9587) + OH^0 (-7740) -> No product -At time : 311.1 ps Reaction : OH^0 (-7302) + e_aq^-1 (-8632) -> OH^-1 (-12029) -At time : 311.1 ps Reaction : H3O^1 (-7921) + e_aq^-1 (-8557) -> H^0 (-12030) -At time : 311.1 ps Reaction : OH^0 (-7448) + OH^0 (-8477) -> H2O2^0 (-12031) -At time : 311.1 ps Reaction : OH^0 (-7956) + OH^0 (-7960) -> H2O2^0 (-12032) -At time : 311.1 ps Reaction : e_aq^-1 (-3338) + H3O^1 (-6227) -> H^0 (-12033) -At time : 321.1 ps Reaction : OH^-1 (-12026) + H3O^1 (-7815) -> No product -At time : 321.1 ps Reaction : OH^-1 (-12023) + H3O^1 (-8179) -> No product -At time : 321.1 ps Reaction : OH^-1 (-12009) + H3O^1 (-8113) -> No product -At time : 321.1 ps Reaction : H^0 (-11219) + OH^0 (-11218) -> No product -At time : 321.1 ps Reaction : H^0 (-10064) + OH^0 (-9290) -> No product -At time : 321.1 ps Reaction : OH^0 (-9874) + OH^0 (-6796) -> H2O2^0 (-12034) -At time : 321.1 ps Reaction : H^0 (-9265) + H^0 (-9267) -> H_2^0 (-12035) -At time : 321.1 ps Reaction : e_aq^-1 (-4205) + OH^0 (-7892) -> OH^-1 (-12036) -At time : 321.1 ps Reaction : OH^0 (-6056) + OH^0 (-6150) -> H2O2^0 (-12037) -At time : 331.1 ps Reaction : OH^-1 (-12021) + H3O^1 (-6053) -> No product -At time : 331.1 ps Reaction : H3O^1 (-10749) + OH^-1 (-12005) -> No product -At time : 331.1 ps Reaction : OH^0 (-11088) + H^0 (-11089) -> No product -At time : 331.1 ps Reaction : OH^0 (-9943) + OH^0 (-9939) -> H2O2^0 (-12038) -At time : 331.1 ps Reaction : OH^0 (-9893) + OH^0 (-7888) -> H2O2^0 (-12039) -At time : 331.1 ps Reaction : e_aq^-1 (-4933) + H3O^1 (-8868) -> H^0 (-12040) -At time : 331.1 ps Reaction : OH^0 (-7678) + OH^0 (-7680) -> H2O2^0 (-12041) -At time : 331.1 ps Reaction : e_aq^-1 (-3326) + OH^0 (-6230) -> OH^-1 (-12042) -At time : 331.1 ps Reaction : e_aq^-1 (-1377) + e_aq^-1 (-4544) -> OH^-1 (-12043) + OH^-1 (-12044) + H_2^0 (-12045) -At time : 331.1 ps Reaction : e_aq^-1 (-1442) + OH^0 (-6014) -> OH^-1 (-12046) -At time : 341.1 ps Reaction : H^0 (-11749) + OH^0 (-8735) -> No product -At time : 341.1 ps Reaction : H3O^1 (-10705) + e_aq^-1 (-3658) -> H^0 (-12047) -At time : 341.1 ps Reaction : H^0 (-10241) + OH^0 (-8893) -> No product -At time : 341.1 ps Reaction : H3O^1 (-10206) + e_aq^-1 (-8881) -> H^0 (-12048) -At time : 341.1 ps Reaction : e_aq^-1 (-4795) + OH^0 (-10136) -> OH^-1 (-12049) -At time : 341.1 ps Reaction : OH^0 (-9279) + OH^0 (-7930) -> H2O2^0 (-12050) -At time : 341.1 ps Reaction : H^0 (-9120) + OH^0 (-7988) -> No product -At time : 341.1 ps Reaction : e_aq^-1 (-4212) + OH^0 (-8690) -> OH^-1 (-12051) -At time : 341.1 ps Reaction : OH^0 (-7114) + OH^0 (-8078) -> H2O2^0 (-12052) -At time : 341.1 ps Reaction : e_aq^-1 (-4531) + H3O^1 (-7971) -> H^0 (-12053) -At time : 341.1 ps Reaction : e_aq^-1 (-4539) + OH^0 (-6956) -> OH^-1 (-12054) -At time : 341.1 ps Reaction : OH^-1 (-5735) + H3O^1 (-7073) -> No product -At time : 351.1 ps Reaction : OH^-1 (-12042) + H3O^1 (-9474) -> No product -At time : 351.1 ps Reaction : OH^-1 (-11853) + H3O^1 (-7827) -> No product -At time : 351.1 ps Reaction : OH^0 (-11367) + OH^0 (-8158) -> H2O2^0 (-12055) -At time : 351.1 ps Reaction : H^0 (-11149) + H^0 (-11151) -> H_2^0 (-12056) -At time : 351.1 ps Reaction : e_aq^-1 (-4246) + OH^0 (-9920) -> OH^-1 (-12057) -At time : 351.1 ps Reaction : OH^0 (-5990) + OH^0 (-7598) -> H2O2^0 (-12058) -At time : 351.1 ps Reaction : e_aq^-1 (-5474) + H3O^1 (-7315) -> H^0 (-12059) -At time : 351.1 ps Reaction : e_aq^-1 (-4473) + H3O^1 (-6913) -> H^0 (-12060) -At time : 351.1 ps Reaction : OH^0 (-6396) + OH^0 (-6400) -> H2O2^0 (-12061) -At time : 351.1 ps Reaction : e_aq^-1 (-718) + H3O^1 (-6145) -> H^0 (-12062) -At time : 361.1 ps Reaction : OH^-1 (-12044) + H3O^1 (-6967) -> No product -At time : 361.1 ps Reaction : OH^0 (-7534) + OH^0 (-11244) -> H2O2^0 (-12063) -At time : 361.1 ps Reaction : OH^0 (-11232) + OH^0 (-5982) -> H2O2^0 (-12064) -At time : 361.1 ps Reaction : OH^0 (-11087) + OH^0 (-9411) -> H2O2^0 (-12065) -At time : 361.1 ps Reaction : OH^0 (-11023) + OH^0 (-6042) -> H2O2^0 (-12066) -At time : 361.1 ps Reaction : OH^0 (-10388) + e_aq^-1 (-5482) -> OH^-1 (-12067) -At time : 361.1 ps Reaction : H3O^1 (-7625) + e_aq^-1 (-8344) -> H^0 (-12068) -At time : 361.1 ps Reaction : e_aq^-1 (-5184) + H3O^1 (-8197) -> H^0 (-12069) -At time : 361.1 ps Reaction : e_aq^-1 (-5569) + OH^0 (-7346) -> OH^-1 (-12070) -At time : 361.1 ps Reaction : e_aq^-1 (-4637) + OH^0 (-7006) -> OH^-1 (-12071) -At time : 361.1 ps Reaction : OH^0 (-6292) + OH^0 (-6296) -> H2O2^0 (-12072) -At time : 361.1 ps Reaction : e_aq^-1 (-5397) + OH^0 (-5805) -> OH^-1 (-12073) -At time : 361.1 ps Reaction : OH^-1 (-12071) + H3O^1 (-8373) -> No product -At time : 371.1 ps Reaction : OH^-1 (-12001) + H3O^1 (-8235) -> No product -At time : 371.1 ps Reaction : H^0 (-11831) + OH^0 (-9063) -> No product -At time : 371.1 ps Reaction : OH^0 (-11010) + OH^0 (-8052) -> H2O2^0 (-12074) -At time : 371.1 ps Reaction : H^0 (-10738) + OH^0 (-7778) -> No product -At time : 371.1 ps Reaction : OH^0 (-10072) + H^0 (-9295) -> No product -At time : 371.1 ps Reaction : H^0 (-9854) + OH^0 (-6742) -> No product -At time : 371.1 ps Reaction : OH^0 (-7392) + OH^0 (-8614) -> H2O2^0 (-12075) -At time : 371.1 ps Reaction : OH^0 (-5872) + OH^0 (-6714) -> H2O2^0 (-12076) -At time : 371.1 ps Reaction : e_aq^-1 (-3028) + H3O^1 (-6361) -> H^0 (-12077) -At time : 371.1 ps Reaction : OH^0 (-10563) + e_aq^-1 (-4272) -> OH^-1 (-12078) -At time : 381.1 ps Reaction : H3O^1 (-10845) + OH^-1 (-12078) -> No product -At time : 381.1 ps Reaction : e_aq^-1 (-5499) + H^0 (-11677) -> OH^-1 (-12079) + H_2^0 (-12080) -At time : 381.1 ps Reaction : OH^-1 (-11673) + H3O^1 (-7295) -> No product -At time : 381.1 ps Reaction : OH^0 (-11320) + H^0 (-10546) -> No product -At time : 381.1 ps Reaction : OH^0 (-11148) + OH^0 (-8242) -> H2O2^0 (-12081) -At time : 381.1 ps Reaction : OH^0 (-9657) + OH^0 (-10726) -> H2O2^0 (-12082) -At time : 381.1 ps Reaction : OH^0 (-10476) + OH^0 (-7118) -> H2O2^0 (-12083) -At time : 381.1 ps Reaction : OH^0 (-9728) + OH^0 (-7798) -> H2O2^0 (-12084) -At time : 381.1 ps Reaction : OH^0 (-9307) + e_aq^-1 (-4834) -> OH^-1 (-12085) -At time : 381.1 ps Reaction : OH^0 (-11115) + OH^0 (-7458) -> H2O2^0 (-12086) -At time : 381.1 ps Reaction : OH^-1 (-5792) + H3O^1 (-7597) -> No product -At time : 381.1 ps Reaction : e_aq^-1 (-3218) + OH^0 (-6266) -> OH^-1 (-12087) -At time : 381.1 ps Reaction : OH^-1 (-12087) + H3O^1 (-9509) -> No product -At time : 391.1 ps Reaction : H3O^1 (-10035) + OH^-1 (-12054) -> No product -At time : 391.1 ps Reaction : H3O^1 (-7037) + OH^-1 (-11956) -> No product -At time : 391.1 ps Reaction : OH^0 (-11136) + OH^0 (-8336) -> H2O2^0 (-12088) -At time : 391.1 ps Reaction : e_aq^-1 (-1701) + OH^0 (-10910) -> OH^-1 (-12089) -At time : 391.1 ps Reaction : OH^0 (-10895) + OH^0 (-10894) -> H2O2^0 (-12090) -At time : 391.1 ps Reaction : H3O^1 (-10636) + e_aq^-1 (-3460) -> H^0 (-12091) -At time : 391.1 ps Reaction : H^0 (-9983) + OH^0 (-7926) -> No product -At time : 391.1 ps Reaction : OH^0 (-9965) + OH^0 (-6864) -> H2O2^0 (-12092) -At time : 391.1 ps Reaction : H^0 (-9858) + e_aq^-1 (-4072) -> OH^-1 (-12093) + H_2^0 (-12094) -At time : 391.1 ps Reaction : H^0 (-9782) + H^0 (-9235) -> H_2^0 (-12095) -At time : 391.1 ps Reaction : H3O^1 (-9637) + e_aq^-1 (-3714) -> H^0 (-12096) -At time : 391.1 ps Reaction : OH^0 (-9507) + e_aq^-1 (-3222) -> OH^-1 (-12097) -At time : 391.1 ps Reaction : OH^0 (-8745) + OH^0 (-8746) -> H2O2^0 (-12098) -At time : 391.1 ps Reaction : OH^0 (-8687) + e_aq^-1 (-8689) -> OH^-1 (-12099) -At time : 391.1 ps Reaction : OH^0 (-7002) + OH^0 (-7990) -> H2O2^0 (-12100) -At time : 391.1 ps Reaction : e_aq^-1 (-3473) + e_aq^-1 (-3468) -> OH^-1 (-12101) + OH^-1 (-12102) + H_2^0 (-12103) -At time : 391.1 ps Reaction : e_aq^-1 (-4401) + OH^0 (-8682) -> OH^-1 (-12104) -At time : 401.1 ps Reaction : OH^-1 (-12022) + H3O^1 (-10703) -> No product -At time : 401.1 ps Reaction : OH^0 (-10755) + OH^0 (-5772) -> H2O2^0 (-12105) -At time : 411.1 ps Reaction : OH^-1 (-12099) + H3O^1 (-8688) -> No product -At time : 411.1 ps Reaction : OH^0 (-10923) + OH^0 (-11324) -> H2O2^0 (-12106) -At time : 411.1 ps Reaction : OH^0 (-10826) + OH^0 (-7886) -> H2O2^0 (-12107) -At time : 411.1 ps Reaction : OH^0 (-6078) + OH^0 (-8176) -> H2O2^0 (-12108) -At time : 411.1 ps Reaction : OH^-1 (-12089) + H3O^1 (-10909) -> No product -At time : 411.1 ps Reaction : OH^-1 (-12000) + H3O^1 (-7511) -> No product -At time : 421.1 ps Reaction : OH^0 (-10819) + OH^0 (-6802) -> H2O2^0 (-12109) -At time : 421.1 ps Reaction : H3O^1 (-10512) + e_aq^-1 (-4705) -> H^0 (-12110) -At time : 421.1 ps Reaction : OH^0 (-10082) + H^0 (-9422) -> No product -At time : 421.1 ps Reaction : OH^0 (-9522) + H^0 (-9523) -> No product -At time : 431.1 ps Reaction : H3O^1 (-5981) + OH^-1 (-12057) -> No product -At time : 431.1 ps Reaction : H3O^1 (-7015) + OH^-1 (-12011) -> No product -At time : 431.1 ps Reaction : H^0 (-10978) + e_aq^-1 (-8572) -> OH^-1 (-12111) + H_2^0 (-12112) -At time : 431.1 ps Reaction : H^0 (-10930) + OH^0 (-9055) -> No product -At time : 431.1 ps Reaction : OH^0 (-9860) + OH^0 (-10814) -> H2O2^0 (-12113) -At time : 431.1 ps Reaction : H^0 (-9820) + OH^0 (-9245) -> No product -At time : 431.1 ps Reaction : OH^0 (-9747) + OH^0 (-6614) -> H2O2^0 (-12114) -At time : 431.1 ps Reaction : H^0 (-9720) + H^0 (-9716) -> H_2^0 (-12115) -At time : 431.1 ps Reaction : OH^0 (-9537) + OH^0 (-6304) -> H2O2^0 (-12116) -At time : 431.1 ps Reaction : e_aq^-1 (-3015) + OH^0 (-8732) -> OH^-1 (-12117) -At time : 431.1 ps Reaction : e_aq^-1 (-217) + OH^0 (-8621) -> OH^-1 (-12118) -At time : 431.1 ps Reaction : H3O^1 (-7373) + e_aq^-1 (-8407) -> H^0 (-12119) -At time : 431.1 ps Reaction : H3O^1 (-6371) + OH^-1 (-12117) -> No product -At time : 441.1 ps Reaction : OH^-1 (-12097) + H3O^1 (-6259) -> No product -At time : 441.1 ps Reaction : H^0 (-12047) + H^0 (-8988) -> H_2^0 (-12120) -At time : 441.1 ps Reaction : OH^-1 (-12004) + H3O^1 (-7811) -> No product -At time : 441.1 ps Reaction : OH^0 (-11353) + OH^0 (-7322) -> H2O2^0 (-12121) -At time : 441.1 ps Reaction : H^0 (-10253) + OH^0 (-8591) -> No product -At time : 441.1 ps Reaction : H^0 (-9678) + OH^0 (-6538) -> No product -At time : 441.1 ps Reaction : e_aq^-1 (-3530) + H3O^1 (-7691) -> H^0 (-12122) -At time : 441.1 ps Reaction : OH^0 (-5862) + OH^0 (-7512) -> H2O2^0 (-12123) -At time : 441.1 ps Reaction : e_aq^-1 (-2782) + H3O^1 (-6487) -> H^0 (-12124) -At time : 441.1 ps Reaction : e_aq^-1 (-4610) + OH^0 (-6174) -> OH^-1 (-12125) -At time : 441.1 ps Reaction : e_aq^-1 (-4660) + H3O^1 (-6019) -> H^0 (-12126) -At time : 451.1 ps Reaction : H3O^1 (-6037) + OH^-1 (-12085) -> No product -At time : 451.1 ps Reaction : e_aq^-1 (-3335) + H^0 (-12033) -> OH^-1 (-12127) + H_2^0 (-12128) -At time : 451.1 ps Reaction : H^0 (-11293) + e_aq^-1 (-1515) -> OH^-1 (-12129) + H_2^0 (-12130) -At time : 451.1 ps Reaction : OH^0 (-10170) + OH^0 (-8060) -> H2O2^0 (-12131) -At time : 451.1 ps Reaction : OH^0 (-9702) + OH^0 (-5936) -> H2O2^0 (-12132) -At time : 451.1 ps Reaction : H^0 (-9446) + OH^0 (-9443) -> No product -At time : 451.1 ps Reaction : H^0 (-9367) + OH^0 (-9093) -> No product -At time : 451.1 ps Reaction : OH^0 (-5844) + OH^0 (-8843) -> H2O2^0 (-12133) -At time : 451.1 ps Reaction : e_aq^-1 (-5390) + e_aq^-1 (-8455) -> OH^-1 (-12134) + OH^-1 (-12135) + H_2^0 (-12136) -At time : 451.1 ps Reaction : e_aq^-1 (-3585) + OH^0 (-6322) -> OH^-1 (-12137) -At time : 451.1 ps Reaction : e_aq^-1 (-26) + OH^0 (-6112) -> OH^-1 (-12138) -At time : 451.1 ps Reaction : e_aq^-1 (-5234) + OH^0 (-7454) -> OH^-1 (-12139) -At time : 461.1 ps Reaction : OH^0 (-10681) + e_aq^-1 (-3178) -> OH^-1 (-12140) -At time : 461.1 ps Reaction : H3O^1 (-10169) + e_aq^-1 (-4817) -> H^0 (-12141) -At time : 461.1 ps Reaction : OH^0 (-6020) + OH^0 (-7986) -> H2O2^0 (-12142) -At time : 471.1 ps Reaction : OH^-1 (-12073) + H3O^1 (-7289) -> No product -At time : 471.1 ps Reaction : OH^0 (-10321) + OH^0 (-11170) -> H2O2^0 (-12143) -At time : 471.1 ps Reaction : H3O^1 (-10981) + e_aq^-1 (-8665) -> H^0 (-12144) -At time : 471.1 ps Reaction : H^0 (-10183) + e_aq^-1 (-8494) -> OH^-1 (-12145) + H_2^0 (-12146) -At time : 471.1 ps Reaction : e_aq^-1 (-2959) + H3O^1 (-6393) -> H^0 (-12147) -At time : 471.1 ps Reaction : OH^0 (-6236) + OH^0 (-6242) -> H2O2^0 (-12148) -At time : 471.1 ps Reaction : OH^0 (-6492) + OH^0 (-7772) -> H2O2^0 (-12149) -At time : 471.1 ps Reaction : e_aq^-1 (-5300) + OH^0 (-6082) -> OH^-1 (-12150) -At time : 471.1 ps Reaction : H3O^1 (-6081) + OH^-1 (-12150) -> No product -At time : 481.1 ps Reaction : OH^-1 (-11988) + H3O^1 (-6261) -> No product -At time : 481.1 ps Reaction : OH^0 (-6348) + H^0 (-11614) -> No product -At time : 481.1 ps Reaction : OH^0 (-10059) + OH^0 (-11327) -> H2O2^0 (-12151) -At time : 481.1 ps Reaction : H^0 (-10092) + e_aq^-1 (-1258) -> OH^-1 (-12152) + H_2^0 (-12153) -At time : 481.1 ps Reaction : OH^0 (-9981) + OH^0 (-6192) -> H2O2^0 (-12154) -At time : 481.1 ps Reaction : OH^0 (-9748) + OH^0 (-8774) -> H2O2^0 (-12155) -At time : 481.1 ps Reaction : OH^0 (-9737) + OH^0 (-6604) -> H2O2^0 (-12156) -At time : 481.1 ps Reaction : OH^0 (-7906) + OH^0 (-8789) -> H2O2^0 (-12157) -At time : 481.1 ps Reaction : OH^-1 (-5723) + H3O^1 (-8225) -> No product -At time : 481.1 ps Reaction : OH^0 (-7460) + OH^0 (-7462) -> H2O2^0 (-12158) -At time : 481.1 ps Reaction : OH^-1 (-12152) + H3O^1 (-7003) -> No product -At time : 481.1 ps Reaction : e_aq^-1 (-2984) + OH^0 (-5904) -> OH^-1 (-12159) -At time : 491.1 ps Reaction : OH^-1 (-12118) + H3O^1 (-10319) -> No product -At time : 491.1 ps Reaction : OH^-1 (-12111) + H3O^1 (-8007) -> No product -At time : 491.1 ps Reaction : OH^-1 (-12043) + H3O^1 (-7567) -> No product -At time : 491.1 ps Reaction : OH^0 (-10927) + e_aq^-1 (-4485) -> OH^-1 (-12160) -At time : 491.1 ps Reaction : OH^0 (-10704) + e_aq^-1 (-2930) -> OH^-1 (-12161) -At time : 491.1 ps Reaction : OH^0 (-10338) + OH^0 (-7350) -> H2O2^0 (-12162) -At time : 491.1 ps Reaction : H^0 (-10117) + OH^0 (-7532) -> No product -At time : 491.1 ps Reaction : OH^0 (-6918) + OH^0 (-7936) -> H2O2^0 (-12163) -At time : 491.1 ps Reaction : e_aq^-1 (-394) + e_aq^-1 (-429) -> OH^-1 (-12164) + OH^-1 (-12165) + H_2^0 (-12166) -At time : 501.1 ps Reaction : OH^-1 (-12139) + H3O^1 (-8191) -> No product -At time : 501.1 ps Reaction : OH^-1 (-12127) + H3O^1 (-6225) -> No product -At time : 501.1 ps Reaction : OH^-1 (-12029) + H3O^1 (-8257) -> No product -At time : 501.1 ps Reaction : OH^0 (-11007) + H^0 (-9070) -> No product -At time : 501.1 ps Reaction : H^0 (-10322) + H^0 (-10385) -> H_2^0 (-12167) -At time : 501.1 ps Reaction : OH^0 (-9156) + e_aq^-1 (-3465) -> OH^-1 (-12168) -At time : 501.1 ps Reaction : e_aq^-1 (-2739) + H3O^1 (-6483) -> H^0 (-12169) -At time : 511.1 ps Reaction : OH^-1 (-12161) + H3O^1 (-6391) -> No product -At time : 511.1 ps Reaction : H3O^1 (-8157) + e_aq^-1 (-8590) -> H^0 (-12170) -At time : 521.1 ps Reaction : e_aq^-1 (-574) + H2O2^0 (-12055) -> OH^-1 (-12171) + OH^0 (-12172) -At time : 521.1 ps Reaction : H3O^1 (-5879) + OH^-1 (-11936) -> No product -At time : 521.1 ps Reaction : H2O2^0 (-11429) + e_aq^-1 (-8545) -> OH^-1 (-12173) + OH^0 (-12174) -At time : 521.1 ps Reaction : H3O^1 (-9699) + e_aq^-1 (-2635) -> H^0 (-12175) -At time : 521.1 ps Reaction : OH^0 (-9521) + OH^0 (-6286) -> H2O2^0 (-12176) -At time : 521.1 ps Reaction : H3O^1 (-8159) + OH^-1 (-12171) -> No product -At time : 521.1 ps Reaction : e_aq^-1 (-2052) + OH^0 (-6750) -> OH^-1 (-12177) -At time : 531.1 ps Reaction : OH^-1 (-12159) + H3O^1 (-7739) -> No product -At time : 531.1 ps Reaction : OH^0 (-7386) + e_aq^-1 (-8611) -> OH^-1 (-12178) -At time : 531.1 ps Reaction : e_aq^-1 (-5504) + H3O^1 (-8469) -> H^0 (-12179) -At time : 531.1 ps Reaction : e_aq^-1 (-5106) + OH^0 (-7476) -> OH^-1 (-12180) -At time : 531.1 ps Reaction : H3O^1 (-7171) + OH^-1 (-12180) -> No product -At time : 531.1 ps Reaction : OH^-1 (-5777) + H3O^1 (-5943) -> No product -At time : 541.1 ps Reaction : OH^-1 (-12177) + H3O^1 (-6743) -> No product -At time : 541.1 ps Reaction : OH^-1 (-12160) + H3O^1 (-6941) -> No product -At time : 541.1 ps Reaction : OH^-1 (-11990) + H3O^1 (-8153) -> No product -At time : 541.1 ps Reaction : H^0 (-11309) + H^0 (-9674) -> H_2^0 (-12181) -At time : 541.1 ps Reaction : e_aq^-1 (-5607) + H^0 (-11271) -> OH^-1 (-12182) + H_2^0 (-12183) -At time : 541.1 ps Reaction : OH^0 (-10958) + OH^0 (-8672) -> H2O2^0 (-12184) -At time : 541.1 ps Reaction : OH^0 (-10917) + OH^0 (-9997) -> H2O2^0 (-12185) -At time : 541.1 ps Reaction : OH^0 (-10490) + OH^0 (-9309) -> H2O2^0 (-12186) -At time : 541.1 ps Reaction : H^0 (-9772) + OH^0 (-6674) -> No product -At time : 541.1 ps Reaction : H^0 (-9217) + OH^0 (-9649) -> No product -At time : 541.1 ps Reaction : H^0 (-9561) + OH^0 (-6366) -> No product -At time : 541.1 ps Reaction : OH^0 (-9229) + OH^0 (-8351) -> H2O2^0 (-12187) -At time : 541.1 ps Reaction : e_aq^-1 (-4304) + H3O^1 (-6193) -> H^0 (-12188) -At time : 551.1 ps Reaction : OH^0 (-11122) + OH^0 (-7250) -> H2O2^0 (-12189) -At time : 551.1 ps Reaction : OH^0 (-9596) + OH^0 (-9593) -> H2O2^0 (-12190) -At time : 551.1 ps Reaction : OH^0 (-9209) + OH^0 (-5910) -> H2O2^0 (-12191) -At time : 551.1 ps Reaction : OH^0 (-6238) + H^0 (-8992) -> No product -At time : 561.1 ps Reaction : H3O^1 (-6413) + OH^-1 (-11980) -> No product -At time : 561.1 ps Reaction : e_aq^-1 (-967) + H2O2^0 (-11793) -> OH^-1 (-12192) + OH^0 (-12193) -At time : 561.1 ps Reaction : OH^0 (-10439) + OH^0 (-11117) -> H2O2^0 (-12194) -At time : 561.1 ps Reaction : OH^0 (-11099) + OH^0 (-8166) -> H2O2^0 (-12195) -At time : 561.1 ps Reaction : OH^0 (-10940) + e_aq^-1 (-1461) -> OH^-1 (-12196) -At time : 561.1 ps Reaction : OH^0 (-6418) + OH^0 (-7750) -> H2O2^0 (-12197) -At time : 571.1 ps Reaction : H3O^1 (-10939) + OH^-1 (-12196) -> No product -At time : 571.1 ps Reaction : OH^-1 (-12178) + H3O^1 (-8406) -> No product -At time : 571.1 ps Reaction : OH^0 (-10864) + H^0 (-12030) -> No product -At time : 571.1 ps Reaction : e_aq^-1 (-8863) + H^0 (-9076) -> OH^-1 (-12198) + H_2^0 (-12199) -At time : 581.1 ps Reaction : H3O^1 (-7065) + OH^-1 (-12192) -> No product -At time : 581.1 ps Reaction : OH^0 (-11059) + H^0 (-9331) -> No product -At time : 581.1 ps Reaction : H3O^1 (-10655) + e_aq^-1 (-8713) -> H^0 (-12200) -At time : 581.1 ps Reaction : e_aq^-1 (-741) + H3O^1 (-7163) -> H^0 (-12201) -At time : 581.1 ps Reaction : e_aq^-1 (-4966) + H3O^1 (-6047) -> H^0 (-12202) -At time : 581.1 ps Reaction : e_aq^-1 (-5666) + e_aq^-1 (-5637) -> OH^-1 (-12203) + OH^-1 (-12204) + H_2^0 (-12205) -At time : 581.1 ps Reaction : e_aq^-1 (-3532) + OH^0 (-7700) -> OH^-1 (-12206) -At time : 591.1 ps Reaction : OH^-1 (-12206) + H3O^1 (-10665) -> No product -At time : 591.1 ps Reaction : OH^-1 (-12051) + H3O^1 (-6199) -> No product -At time : 591.1 ps Reaction : OH^0 (-10180) + H^0 (-11816) -> No product -At time : 601.1 ps Reaction : OH^0 (-10860) + H^0 (-11987) -> No product -At time : 601.1 ps Reaction : H^0 (-11229) + OH^0 (-6816) -> No product -At time : 601.1 ps Reaction : OH^0 (-10531) + H^0 (-10532) -> No product -At time : 601.1 ps Reaction : e_aq^-1 (-606) + H3O^1 (-8592) -> H^0 (-12207) -At time : 601.1 ps Reaction : e_aq^-1 (-1019) + H3O^1 (-8061) -> H^0 (-12208) -At time : 601.1 ps Reaction : OH^0 (-6294) + OH^0 (-7716) -> H2O2^0 (-12209) -At time : 601.1 ps Reaction : e_aq^-1 (-1561) + OH^0 (-6932) -> OH^-1 (-12210) -At time : 601.1 ps Reaction : e_aq^-1 (-5055) + OH^0 (-10223) -> OH^-1 (-12211) -At time : 601.1 ps Reaction : e_aq^-1 (-876) + OH^0 (-7492) -> OH^-1 (-12212) -At time : 601.1 ps Reaction : e_aq^-1 (-3742) + OH^0 (-6482) -> OH^-1 (-12213) -At time : 611.1 ps Reaction : e_aq^-1 (-2263) + OH^0 (-10779) -> OH^-1 (-12214) -At time : 611.1 ps Reaction : OH^0 (-10710) + e_aq^-1 (-8749) -> OH^-1 (-12215) -At time : 611.1 ps Reaction : OH^0 (-10663) + OH^0 (-6256) -> H2O2^0 (-12216) -At time : 611.1 ps Reaction : OH^0 (-10565) + e_aq^-1 (-4279) -> OH^-1 (-12217) -At time : 611.1 ps Reaction : e_aq^-1 (-3184) + OH^0 (-8997) -> OH^-1 (-12218) -At time : 611.1 ps Reaction : e_aq^-1 (-3467) + H3O^1 (-7677) -> H^0 (-12219) -At time : 611.1 ps Reaction : e_aq^-1 (-2073) + H3O^1 (-6809) -> H^0 (-12220) -At time : 621.1 ps Reaction : H^0 (-9315) + H^0 (-12040) -> H_2^0 (-12221) -At time : 621.1 ps Reaction : e_aq^-1 (-5141) + OH^0 (-11080) -> OH^-1 (-12222) -At time : 621.1 ps Reaction : OH^0 (-10848) + OH^0 (-5988) -> H2O2^0 (-12223) -At time : 621.1 ps Reaction : H^0 (-10808) + OH^0 (-8342) -> No product -At time : 621.1 ps Reaction : OH^-1 (-5798) + H3O^1 (-8559) -> No product -At time : 631.1 ps Reaction : OH^-1 (-12036) + H3O^1 (-8550) -> No product -At time : 631.1 ps Reaction : H^0 (-10088) + OH^0 (-7000) -> No product -At time : 631.1 ps Reaction : OH^-1 (-5813) + H3O^1 (-8291) -> No product -At time : 631.1 ps Reaction : OH^0 (-6028) + OH^0 (-7016) -> H2O2^0 (-12224) -At time : 641.1 ps Reaction : OH^-1 (-12173) + H3O^1 (-6781) -> No product -At time : 641.1 ps Reaction : OH^0 (-6168) + e_aq^-1 (-8434) -> OH^-1 (-12225) -At time : 651.1 ps Reaction : OH^-1 (-12210) + H3O^1 (-7571) -> No product -At time : 651.1 ps Reaction : OH^-1 (-12198) + H3O^1 (-8865) -> No product -At time : 651.1 ps Reaction : e_aq^-1 (-1522) + H^0 (-11493) -> OH^-1 (-12226) + H_2^0 (-12227) -At time : 651.1 ps Reaction : OH^0 (-10967) + e_aq^-1 (-4698) -> OH^-1 (-12228) -At time : 651.1 ps Reaction : H^0 (-9225) + e_aq^-1 (-3855) -> OH^-1 (-12229) + H_2^0 (-12230) -At time : 651.1 ps Reaction : e_aq^-1 (-4716) + e_aq^-1 (-8431) -> OH^-1 (-12231) + OH^-1 (-12232) + H_2^0 (-12233) -At time : 651.1 ps Reaction : OH^0 (-6696) + OH^0 (-6706) -> H2O2^0 (-12234) -At time : 651.1 ps Reaction : OH^0 (-6448) + OH^0 (-6456) -> H2O2^0 (-12235) -At time : 651.1 ps Reaction : e_aq^-1 (-3606) + OH^0 (-6338) -> OH^-1 (-12236) -At time : 661.1 ps Reaction : OH^-1 (-12232) + H3O^1 (-8015) -> No product -At time : 661.1 ps Reaction : e_aq^-1 (-208) + H^0 (-11934) -> OH^-1 (-12237) + H_2^0 (-12238) -At time : 661.1 ps Reaction : OH^0 (-10922) + e_aq^-1 (-1560) -> OH^-1 (-12239) -At time : 661.1 ps Reaction : H3O^1 (-10566) + e_aq^-1 (-4227) -> H^0 (-12240) -At time : 661.1 ps Reaction : e_aq^-1 (-112) + H^0 (-10375) -> OH^-1 (-12241) + H_2^0 (-12242) -At time : 661.1 ps Reaction : H^0 (-9563) + e_aq^-1 (-8734) -> OH^-1 (-12243) + H_2^0 (-12244) -At time : 661.1 ps Reaction : OH^0 (-9134) + OH^0 (-6122) -> H2O2^0 (-12245) -At time : 661.1 ps Reaction : OH^0 (-6760) + e_aq^-1 (-8785) -> OH^-1 (-12246) -At time : 661.1 ps Reaction : e_aq^-1 (-4972) + H3O^1 (-8089) -> H^0 (-12247) -At time : 661.1 ps Reaction : e_aq^-1 (-5123) + H3O^1 (-7189) -> H^0 (-12248) -At time : 661.1 ps Reaction : e_aq^-1 (-4116) + OH^0 (-6776) -> OH^-1 (-12249) -At time : 661.1 ps Reaction : e_aq^-1 (-4278) + e_aq^-1 (-4277) -> OH^-1 (-12250) + OH^-1 (-12251) + H_2^0 (-12252) -At time : 671.1 ps Reaction : OH^-1 (-12182) + H3O^1 (-8315) -> No product -At time : 671.1 ps Reaction : H3O^1 (-6285) + OH^-1 (-12140) -> No product -At time : 671.1 ps Reaction : OH^-1 (-12138) + H3O^1 (-7387) -> No product -At time : 671.1 ps Reaction : H^0 (-9642) + OH^0 (-5914) -> No product -At time : 671.1 ps Reaction : e_aq^-1 (-3147) + OH^0 (-9528) -> OH^-1 (-12253) -At time : 671.1 ps Reaction : OH^0 (-8408) + OH^0 (-8609) -> H2O2^0 (-12254) -At time : 671.1 ps Reaction : OH^0 (-6962) + e_aq^-1 (-8680) -> OH^-1 (-12255) -At time : 671.1 ps Reaction : H3O^1 (-7559) + OH^-1 (-12255) -> No product -At time : 681.1 ps Reaction : OH^-1 (-12129) + H3O^1 (-7959) -> No product -At time : 681.1 ps Reaction : OH^0 (-10411) + H^0 (-10289) -> No product -At time : 681.1 ps Reaction : e_aq^-1 (-1351) + OH^0 (-6978) -> OH^-1 (-12256) -At time : 681.1 ps Reaction : OH^-1 (-5795) + H3O^1 (-6853) -> No product -At time : 681.1 ps Reaction : H3O^1 (-7981) + OH^-1 (-12256) -> No product -At time : 691.1 ps Reaction : e_aq^-1 (-4030) + H^0 (-11950) -> OH^-1 (-12257) + H_2^0 (-12258) -At time : 691.1 ps Reaction : H^0 (-9286) + H^0 (-11796) -> H_2^0 (-12259) -At time : 691.1 ps Reaction : OH^0 (-10378) + H^0 (-11553) -> No product -At time : 691.1 ps Reaction : e_aq^-1 (-5179) + H2O2^0 (-11538) -> OH^-1 (-12260) + OH^0 (-12261) -At time : 691.1 ps Reaction : e_aq^-1 (-320) + OH^0 (-11135) -> OH^-1 (-12262) -At time : 691.1 ps Reaction : OH^0 (-11090) + OH^0 (-7220) -> H2O2^0 (-12263) -At time : 691.1 ps Reaction : H^0 (-9905) + OH^0 (-8693) -> No product -At time : 691.1 ps Reaction : OH^-1 (-12262) + H3O^1 (-7433) -> No product -At time : 691.1 ps Reaction : H3O^1 (-5963) + OH^-1 (-12257) -> No product -At time : 691.1 ps Reaction : e_aq^-1 (-4717) + H3O^1 (-8667) -> H^0 (-12264) -At time : 701.1 ps Reaction : OH^-1 (-12145) + H3O^1 (-8493) -> No product -At time : 701.1 ps Reaction : H^0 (-11368) + OH^0 (-8156) -> No product -At time : 701.1 ps Reaction : OH^0 (-9592) + OH^0 (-7744) -> H2O2^0 (-12265) -At time : 701.1 ps Reaction : OH^0 (-8218) + H^0 (-9086) -> No product -At time : 711.1 ps Reaction : e_aq^-1 (-5142) + H^0 (-12170) -> OH^-1 (-12266) + H_2^0 (-12267) -At time : 711.1 ps Reaction : OH^0 (-10929) + OH^0 (-6940) -> H2O2^0 (-12268) -At time : 711.1 ps Reaction : e_aq^-1 (-4839) + OH^0 (-8046) -> OH^-1 (-12269) -At time : 711.1 ps Reaction : OH^0 (-7084) + OH^0 (-7090) -> H2O2^0 (-12270) -At time : 711.1 ps Reaction : e_aq^-1 (-5427) + OH^0 (-6090) -> OH^-1 (-12271) -At time : 721.1 ps Reaction : OH^-1 (-12269) + H3O^1 (-8045) -> No product -At time : 721.1 ps Reaction : OH^0 (-10990) + OH^0 (-11285) -> H2O2^0 (-12272) -At time : 721.1 ps Reaction : OH^0 (-9212) + e_aq^-1 (-2790) -> OH^-1 (-12273) -At time : 721.1 ps Reaction : OH^0 (-8510) + OH^0 (-9029) -> H2O2^0 (-12274) -At time : 721.1 ps Reaction : OH^0 (-8624) + OH^0 (-8941) -> H2O2^0 (-12275) -At time : 731.1 ps Reaction : H3O^1 (-9731) + OH^-1 (-12229) -> No product -At time : 731.1 ps Reaction : e_aq^-1 (-3602) + H2O2^0 (-11795) -> OH^-1 (-12276) + OH^0 (-12277) -At time : 731.1 ps Reaction : H^0 (-9333) + OH^0 (-7160) -> No product -At time : 731.1 ps Reaction : e_aq^-1 (-5706) + OH^0 (-8465) -> OH^-1 (-12278) -At time : 731.1 ps Reaction : e_aq^-1 (-5459) + OH^0 (-8402) -> OH^-1 (-12279) -At time : 731.1 ps Reaction : e_aq^-1 (-600) + e_aq^-1 (-815) -> OH^-1 (-12280) + OH^-1 (-12281) + H_2^0 (-12282) -At time : 731.1 ps Reaction : H3O^1 (-7377) + OH^-1 (-12278) -> No product -At time : 741.1 ps Reaction : H^0 (-12144) + OH^0 (-8663) -> No product -At time : 741.1 ps Reaction : e_aq^-1 (-5674) + H^0 (-12119) -> OH^-1 (-12283) + H_2^0 (-12284) -At time : 741.1 ps Reaction : OH^-1 (-12104) + H3O^1 (-6905) -> No product -At time : 741.1 ps Reaction : H3O^1 (-10711) + e_aq^-1 (-3682) -> H^0 (-12285) -At time : 741.1 ps Reaction : H^0 (-10481) + OH^0 (-7506) -> No product -At time : 741.1 ps Reaction : OH^0 (-10452) + OH^0 (-9079) -> H2O2^0 (-12286) -At time : 741.1 ps Reaction : OH^0 (-9712) + OH^0 (-7794) -> H2O2^0 (-12287) -At time : 741.1 ps Reaction : OH^0 (-9496) + e_aq^-1 (-3517) -> OH^-1 (-12288) -At time : 751.1 ps Reaction : OH^-1 (-12271) + H3O^1 (-7281) -> No product -At time : 751.1 ps Reaction : OH^-1 (-12225) + H3O^1 (-7041) -> No product -At time : 751.1 ps Reaction : OH^0 (-5784) + OH^0 (-6368) -> H2O2^0 (-12289) -At time : 761.1 ps Reaction : e_aq^-1 (-2950) + H3O^1 (-6385) -> H^0 (-12290) -At time : 771.1 ps Reaction : e_aq^-1 (-2876) + OH^0 (-8750) -> OH^-1 (-12291) -At time : 771.1 ps Reaction : e_aq^-1 (-1950) + e_aq^-1 (-4193) -> OH^-1 (-12292) + OH^-1 (-12293) + H_2^0 (-12294) -At time : 781.1 ps Reaction : H3O^1 (-7299) + OH^-1 (-11785) -> No product -At time : 781.1 ps Reaction : H3O^1 (-10725) + e_aq^-1 (-8542) -> H^0 (-12295) -At time : 781.1 ps Reaction : OH^0 (-10511) + OH^0 (-7530) -> H2O2^0 (-12296) -At time : 781.1 ps Reaction : H^0 (-10324) + e_aq^-1 (-5545) -> OH^-1 (-12297) + H_2^0 (-12298) -At time : 781.1 ps Reaction : e_aq^-1 (-921) + OH^0 (-7128) -> OH^-1 (-12299) -At time : 791.1 ps Reaction : OH^0 (-10003) + H^0 (-12060) -> No product -At time : 791.1 ps Reaction : e_aq^-1 (-5333) + H3O^1 (-11130) -> H^0 (-12300) -At time : 791.1 ps Reaction : OH^0 (-7018) + OH^0 (-8570) -> H2O2^0 (-12301) -At time : 801.1 ps Reaction : OH^0 (-9952) + e_aq^-1 (-4305) -> OH^-1 (-12302) -At time : 801.1 ps Reaction : OH^0 (-9834) + OH^0 (-6724) -> H2O2^0 (-12303) -At time : 801.1 ps Reaction : H^0 (-9634) + e_aq^-1 (-2837) -> OH^-1 (-12304) + H_2^0 (-12305) -At time : 801.1 ps Reaction : OH^0 (-7294) + H^0 (-9092) -> No product -At time : 801.1 ps Reaction : H3O^1 (-7209) + e_aq^-1 (-8593) -> H^0 (-12306) -At time : 801.1 ps Reaction : e_aq^-1 (-5227) + H3O^1 (-7457) -> H^0 (-12307) -At time : 801.1 ps Reaction : e_aq^-1 (-605) + OH^0 (-7216) -> OH^-1 (-12308) -At time : 801.1 ps Reaction : e_aq^-1 (-4346) + H3O^1 (-6849) -> H^0 (-12309) -At time : 811.1 ps Reaction : H3O^1 (-6345) + OH^-1 (-12236) -> No product -At time : 811.1 ps Reaction : OH^0 (-11076) + H^0 (-11078) -> No product -At time : 811.1 ps Reaction : OH^0 (-11002) + OH^0 (-7520) -> H2O2^0 (-12310) -At time : 811.1 ps Reaction : OH^0 (-10434) + OH^0 (-8897) -> H2O2^0 (-12311) -At time : 811.1 ps Reaction : e_aq^-1 (-692) + H3O^1 (-8143) -> H^0 (-12312) -At time : 811.1 ps Reaction : OH^-1 (-5807) + H3O^1 (-7321) -> No product -At time : 821.1 ps Reaction : OH^-1 (-12049) + H3O^1 (-10148) -> No product -At time : 821.1 ps Reaction : OH^0 (-10834) + e_aq^-1 (-4245) -> OH^-1 (-12313) -At time : 821.1 ps Reaction : OH^-1 (-12313) + H3O^1 (-8553) -> No product -At time : 831.1 ps Reaction : H3O^1 (-10337) + OH^-1 (-12241) -> No product -At time : 831.1 ps Reaction : e_aq^-1 (-2693) + H2O2^0 (-12149) -> OH^-1 (-12314) + OH^0 (-12315) -At time : 831.1 ps Reaction : H3O^1 (-6315) + OH^-1 (-12137) -> No product -At time : 831.1 ps Reaction : OH^0 (-10027) + H^0 (-9058) -> No product -At time : 831.1 ps Reaction : H3O^1 (-9986) + e_aq^-1 (-4326) -> H^0 (-12316) -At time : 831.1 ps Reaction : H^0 (-9406) + OH^0 (-7284) -> No product -At time : 831.1 ps Reaction : OH^0 (-8450) + OH^0 (-8588) -> H2O2^0 (-12317) -At time : 831.1 ps Reaction : OH^0 (-7356) + OH^0 (-8318) -> H2O2^0 (-12318) -At time : 831.1 ps Reaction : e_aq^-1 (-3143) + OH^0 (-5892) -> OH^-1 (-12319) -At time : 841.1 ps Reaction : OH^-1 (-12308) + H3O^1 (-6073) -> No product -At time : 841.1 ps Reaction : OH^-1 (-12299) + H3O^1 (-8093) -> No product -At time : 841.1 ps Reaction : H3O^1 (-7311) + OH^-1 (-12279) -> No product -At time : 841.1 ps Reaction : e_aq^-1 (-3456) + H2O2^0 (-11704) -> OH^-1 (-12320) + OH^0 (-12321) -At time : 841.1 ps Reaction : OH^0 (-9175) + OH^0 (-6284) -> H2O2^0 (-12322) -At time : 841.1 ps Reaction : OH^0 (-8849) + OH^0 (-9069) -> H2O2^0 (-12323) -At time : 841.1 ps Reaction : e_aq^-1 (-2957) + H3O^1 (-6395) -> H^0 (-12324) -At time : 841.1 ps Reaction : e_aq^-1 (-4580) + OH^0 (-10058) -> OH^-1 (-12325) -At time : 851.1 ps Reaction : OH^-1 (-12325) + H3O^1 (-7967) -> No product -At time : 851.1 ps Reaction : OH^-1 (-12101) + H3O^1 (-6215) -> No product -At time : 851.1 ps Reaction : OH^0 (-10549) + e_aq^-1 (-4316) -> OH^-1 (-12326) -At time : 851.1 ps Reaction : H^0 (-9394) + OH^0 (-7394) -> No product -At time : 851.1 ps Reaction : e_aq^-1 (-5037) + H3O^1 (-8883) -> H^0 (-12327) -At time : 851.1 ps Reaction : e_aq^-1 (-2252) + OH^0 (-8778) -> OH^-1 (-12328) -At time : 851.1 ps Reaction : e_aq^-1 (-5284) + H3O^1 (-6079) -> H^0 (-12329) -At time : 851.1 ps Reaction : OH^-1 (-12326) + H3O^1 (-7593) -> No product -At time : 861.1 ps Reaction : e_aq^-1 (-105) + H3O^1 (-11181) -> H^0 (-12330) -At time : 861.1 ps Reaction : OH^0 (-10239) + OH^0 (-6146) -> H2O2^0 (-12331) -At time : 861.1 ps Reaction : OH^0 (-6890) + H^0 (-9040) -> No product -At time : 861.1 ps Reaction : e_aq^-1 (-4850) + OH^0 (-8076) -> OH^-1 (-12332) -At time : 861.1 ps Reaction : e_aq^-1 (-2093) + H3O^1 (-7619) -> H^0 (-12333) -At time : 861.1 ps Reaction : e_aq^-1 (-4663) + OH^0 (-7548) -> OH^-1 (-12334) -At time : 871.1 ps Reaction : H^0 (-10243) + e_aq^-1 (-5108) -> OH^-1 (-12335) + H_2^0 (-12336) -At time : 871.1 ps Reaction : OH^0 (-10197) + OH^0 (-8655) -> H2O2^0 (-12337) -At time : 871.1 ps Reaction : H^0 (-10032) + H^0 (-9056) -> H_2^0 (-12338) -At time : 871.1 ps Reaction : OH^0 (-9374) + OH^0 (-9097) -> H2O2^0 (-12339) -At time : 871.1 ps Reaction : OH^0 (-8050) + OH^0 (-8435) -> H2O2^0 (-12340) -At time : 871.1 ps Reaction : e_aq^-1 (-4777) + OH^0 (-8028) -> OH^-1 (-12341) -At time : 871.1 ps Reaction : e_aq^-1 (-1832) + H3O^1 (-6857) -> H^0 (-12342) -At time : 871.1 ps Reaction : H2O2^0 (-11391) + e_aq^-1 (-4448) -> OH^-1 (-12343) + OH^0 (-12344) -At time : 881.1 ps Reaction : H3O^1 (-10851) + OH^-1 (-12302) -> No product -At time : 881.1 ps Reaction : H3O^1 (-7795) + OH^-1 (-12027) -> No product -At time : 881.1 ps Reaction : OH^-1 (-11996) + H3O^1 (-7587) -> No product -At time : 881.1 ps Reaction : OH^0 (-10617) + OH^0 (-7820) -> H2O2^0 (-12345) -At time : 891.1 ps Reaction : OH^-1 (-12328) + H3O^1 (-5965) -> No product -At time : 891.1 ps Reaction : OH^-1 (-12135) + H3O^1 (-8223) -> No product -At time : 891.1 ps Reaction : OH^-1 (-11561) + H3O^1 (-7425) -> No product -At time : 891.1 ps Reaction : OH^0 (-10515) + OH^0 (-8669) -> H2O2^0 (-12346) -At time : 891.1 ps Reaction : OH^0 (-9829) + OH^0 (-5968) -> H2O2^0 (-12347) -At time : 891.1 ps Reaction : OH^0 (-9125) + OH^0 (-8396) -> H2O2^0 (-12348) -At time : 891.1 ps Reaction : OH^0 (-8216) + OH^0 (-9085) -> H2O2^0 (-12349) -At time : 891.1 ps Reaction : e_aq^-1 (-3783) + H3O^1 (-6501) -> H^0 (-12350) -At time : 901.1 ps Reaction : H3O^1 (-10989) + e_aq^-1 (-4764) -> H^0 (-12351) -At time : 901.1 ps Reaction : H3O^1 (-7545) + e_aq^-1 (-8836) -> H^0 (-12352) -At time : 911.1 ps Reaction : OH^-1 (-12217) + H3O^1 (-6845) -> No product -At time : 911.1 ps Reaction : e_aq^-1 (-5528) + OH^0 (-10384) -> OH^-1 (-12353) -At time : 911.1 ps Reaction : OH^0 (-10219) + OH^0 (-8122) -> H2O2^0 (-12354) -At time : 911.1 ps Reaction : H^0 (-9219) + OH^0 (-9667) -> No product -At time : 911.1 ps Reaction : H^0 (-9585) + e_aq^-1 (-2977) -> OH^-1 (-12355) + H_2^0 (-12356) -At time : 911.1 ps Reaction : OH^0 (-6920) + e_aq^-1 (-8821) -> OH^-1 (-12357) -At time : 911.1 ps Reaction : e_aq^-1 (-3272) + OH^0 (-8711) -> OH^-1 (-12358) -At time : 911.1 ps Reaction : e_aq^-1 (-4214) + OH^0 (-6824) -> OH^-1 (-12359) -At time : 921.1 ps Reaction : H3O^1 (-9655) + OH^-1 (-12314) -> No product -At time : 921.1 ps Reaction : OH^0 (-9431) + e_aq^-1 (-4363) -> OH^-1 (-12360) -At time : 931.1 ps Reaction : OH^-1 (-12335) + H3O^1 (-8490) -> No product -At time : 931.1 ps Reaction : OH^0 (-10516) + OH^0 (-8020) -> H2O2^0 (-12361) -At time : 931.1 ps Reaction : e_aq^-1 (-5675) + OH^0 (-8328) -> OH^-1 (-12362) -At time : 931.1 ps Reaction : H3O^1 (-6113) + OH^-1 (-12362) -> No product -At time : 941.1 ps Reaction : OH^-1 (-12211) + H3O^1 (-8135) -> No product -At time : 941.1 ps Reaction : OH^-1 (-12125) + H3O^1 (-5841) -> No product -At time : 941.1 ps Reaction : OH^0 (-10494) + e_aq^-1 (-1004) -> OH^-1 (-12363) -At time : 941.1 ps Reaction : e_aq^-1 (-561) + OH^0 (-10429) -> OH^-1 (-12364) -At time : 941.1 ps Reaction : H^0 (-9718) + OH^0 (-6606) -> No product -At time : 941.1 ps Reaction : e_aq^-1 (-1982) + e_aq^-1 (-4213) -> OH^-1 (-12365) + OH^-1 (-12366) + H_2^0 (-12367) -At time : 951.1 ps Reaction : H2O2^0 (-11736) + e_aq^-1 (-3082) -> OH^-1 (-12368) + OH^0 (-12369) -At time : 951.1 ps Reaction : H^0 (-10592) + e_aq^-1 (-4049) -> OH^-1 (-12370) + H_2^0 (-12371) -At time : 951.1 ps Reaction : OH^0 (-9691) + OH^0 (-9007) -> H2O2^0 (-12372) -At time : 951.1 ps Reaction : e_aq^-1 (-4568) + OH^0 (-9423) -> OH^-1 (-12373) -At time : 951.1 ps Reaction : e_aq^-1 (-5115) + OH^0 (-7170) -> OH^-1 (-12374) -At time : 961.1 ps Reaction : H3O^1 (-6829) + OH^-1 (-12359) -> No product -At time : 961.1 ps Reaction : H3O^1 (-10933) + OH^-1 (-12226) -> No product -At time : 961.1 ps Reaction : H^0 (-11730) + e_aq^-1 (-8386) -> OH^-1 (-12375) + H_2^0 (-12376) -At time : 961.1 ps Reaction : OH^0 (-10502) + e_aq^-1 (-4681) -> OH^-1 (-12377) -At time : 961.1 ps Reaction : H^0 (-10013) + OH^0 (-7950) -> No product -At time : 961.1 ps Reaction : OH^0 (-9708) + OH^0 (-5942) -> H2O2^0 (-12378) -At time : 961.1 ps Reaction : e_aq^-1 (-4552) + H3O^1 (-8826) -> H^0 (-12379) -At time : 961.1 ps Reaction : OH^0 (-6522) + OH^0 (-6528) -> H2O2^0 (-12380) -At time : 971.1 ps Reaction : OH^-1 (-12218) + H3O^1 (-6281) -> No product -At time : 971.1 ps Reaction : H^0 (-9317) + OH^0 (-7146) -> No product -At time : 981.1 ps Reaction : OH^0 (-6106) + OH^0 (-11256) -> H2O2^0 (-12381) -At time : 981.1 ps Reaction : H^0 (-10371) + OH^0 (-10329) -> No product -At time : 981.1 ps Reaction : OH^0 (-8214) + OH^0 (-8903) -> H2O2^0 (-12382) -At time : 981.1 ps Reaction : e_aq^-1 (-4801) + OH^0 (-8032) -> OH^-1 (-12383) -At time : 991.1 ps Reaction : OH^-1 (-12370) + H3O^1 (-8781) -> No product -At time : 991.1 ps Reaction : OH^0 (-10584) + e_aq^-1 (-4153) -> OH^-1 (-12384) -At time : 991.1 ps Reaction : OH^0 (-6958) + OH^0 (-7566) -> H2O2^0 (-12385) -At time : 991.1 ps Reaction : H3O^1 (-10820) + OH^-1 (-12384) -> No product -At time : 991.1 ps Reaction : OH^0 (-9494) + e_aq^-1 (-3526) -> OH^-1 (-12386) -At time : 1.0011 ns Reaction : OH^0 (-9817) + e_aq^-1 (-4080) -> OH^-1 (-12387) -At time : 1.0011 ns Reaction : OH^0 (-8034) + e_aq^-1 (-8845) -> OH^-1 (-12388) -At time : 1.1011 ns Reaction : OH^-1 (-12388) + H3O^1 (-7045) -> No product -At time : 1.1011 ns Reaction : OH^-1 (-12387) + H3O^1 (-6719) -> No product -At time : 1.1011 ns Reaction : OH^-1 (-12374) + H3O^1 (-7181) -> No product -At time : 1.1011 ns Reaction : H3O^1 (-7547) + OH^-1 (-12334) -> No product -At time : 1.1011 ns Reaction : H3O^1 (-10380) + OH^-1 (-12297) -> No product -At time : 1.1011 ns Reaction : OH^-1 (-12249) + H3O^1 (-6755) -> No product -At time : 1.1011 ns Reaction : H3O^1 (-9647) + OH^-1 (-12213) -> No product -At time : 1.1011 ns Reaction : e_aq^-1 (-4149) + H2O2^0 (-12109) -> OH^-1 (-12389) + OH^0 (-12390) -At time : 1.1011 ns Reaction : OH^0 (-11173) + OH^0 (-8276) -> H2O2^0 (-12391) -At time : 1.1011 ns Reaction : OH^0 (-10868) + OH^0 (-5796) -> H2O2^0 (-12392) -At time : 1.1011 ns Reaction : OH^0 (-10573) + e_aq^-1 (-8692) -> OH^-1 (-12393) -At time : 1.1011 ns Reaction : OH^0 (-10567) + e_aq^-1 (-4263) -> OH^-1 (-12394) -At time : 1.1011 ns Reaction : OH^0 (-10562) + OH^0 (-7602) -> H2O2^0 (-12395) -At time : 1.1011 ns Reaction : e_aq^-1 (-5258) + H^0 (-10424) -> OH^-1 (-12396) + H_2^0 (-12397) -At time : 1.1011 ns Reaction : OH^0 (-10374) + OH^0 (-7336) -> H2O2^0 (-12398) -At time : 1.1011 ns Reaction : e_aq^-1 (-811) + H^0 (-10201) -> OH^-1 (-12399) + H_2^0 (-12400) -At time : 1.1011 ns Reaction : OH^0 (-9548) + OH^0 (-6330) -> H2O2^0 (-12401) -At time : 1.1011 ns Reaction : OH^0 (-9213) + OH^0 (-6454) -> H2O2^0 (-12402) -At time : 1.1011 ns Reaction : e_aq^-1 (-4455) + H3O^1 (-8814) -> H^0 (-12403) -At time : 1.1011 ns Reaction : OH^0 (-7164) + OH^0 (-8120) -> H2O2^0 (-12404) -At time : 1.1011 ns Reaction : e_aq^-1 (-994) + e_aq^-1 (-4858) -> OH^-1 (-12405) + OH^-1 (-12406) + H_2^0 (-12407) -At time : 1.1011 ns Reaction : OH^0 (-6328) + e_aq^-1 (-8719) -> OH^-1 (-12408) -At time : 1.2011 ns Reaction : H3O^1 (-6195) + OH^-1 (-12393) -> No product -At time : 1.2011 ns Reaction : OH^-1 (-12383) + H3O^1 (-7049) -> No product -At time : 1.2011 ns Reaction : OH^-1 (-12373) + H3O^1 (-8676) -> No product -At time : 1.2011 ns Reaction : H3O^1 (-7059) + OH^-1 (-12341) -> No product -At time : 1.2011 ns Reaction : H3O^1 (-6045) + OH^-1 (-12332) -> No product -At time : 1.2011 ns Reaction : e_aq^-1 (-5368) + H3O^1 (-11142) -> H^0 (-12409) -At time : 1.2011 ns Reaction : OH^0 (-10507) + OH^0 (-10998) -> H2O2^0 (-12410) -At time : 1.2011 ns Reaction : OH^0 (-10595) + OH^0 (-7868) -> H2O2^0 (-12411) -At time : 1.2011 ns Reaction : OH^0 (-10577) + H^0 (-10578) -> No product -At time : 1.2011 ns Reaction : H^0 (-10557) + OH^0 (-6856) -> No product -At time : 1.2011 ns Reaction : H3O^1 (-10355) + e_aq^-1 (-5653) -> H^0 (-12412) -At time : 1.2011 ns Reaction : H^0 (-9650) + OH^0 (-6488) -> No product -At time : 1.2011 ns Reaction : OH^0 (-9437) + OH^0 (-5932) -> H2O2^0 (-12413) -At time : 1.2011 ns Reaction : H^0 (-9426) + OH^0 (-7942) -> No product -At time : 1.2011 ns Reaction : H^0 (-9414) + OH^0 (-8879) -> No product -At time : 1.2011 ns Reaction : H^0 (-9335) + OH^0 (-7172) -> No product -At time : 1.2011 ns Reaction : OH^0 (-7474) + OH^0 (-8489) -> H2O2^0 (-12414) -At time : 1.2011 ns Reaction : e_aq^-1 (-1849) + H3O^1 (-8364) -> H^0 (-12415) -At time : 1.2011 ns Reaction : e_aq^-1 (-4022) + OH^0 (-6704) -> OH^-1 (-12416) -At time : 1.2011 ns Reaction : OH^0 (-6422) + OH^0 (-6428) -> H2O2^0 (-12417) -At time : 1.2011 ns Reaction : OH^-1 (-12212) + H3O^1 (-6151) -> No product -At time : 1.2011 ns Reaction : OH^-1 (-5714) + H3O^1 (-7381) -> No product -At time : 1.3011 ns Reaction : OH^-1 (-12394) + H3O^1 (-10841) -> No product -At time : 1.3011 ns Reaction : OH^-1 (-12291) + H3O^1 (-7759) -> No product -At time : 1.3011 ns Reaction : e_aq^-1 (-5158) + H^0 (-12207) -> OH^-1 (-12418) + H_2^0 (-12419) -At time : 1.3011 ns Reaction : e_aq^-1 (-1604) + H2O2^0 (-11986) -> OH^-1 (-12420) + OH^0 (-12421) -At time : 1.3011 ns Reaction : e_aq^-1 (-723) + OH^0 (-11077) -> OH^-1 (-12422) -At time : 1.3011 ns Reaction : OH^0 (-10455) + OH^0 (-7480) -> H2O2^0 (-12423) -At time : 1.3011 ns Reaction : OH^0 (-10418) + OH^0 (-6086) -> H2O2^0 (-12424) -At time : 1.3011 ns Reaction : OH^0 (-9813) + OH^0 (-5964) -> H2O2^0 (-12425) -At time : 1.3011 ns Reaction : e_aq^-1 (-3021) + OH^0 (-9558) -> OH^-1 (-12426) -At time : 1.3011 ns Reaction : e_aq^-1 (-5213) + H3O^1 (-8646) -> H^0 (-12427) -At time : 1.3011 ns Reaction : e_aq^-1 (-303) + OH^0 (-8630) -> OH^-1 (-12428) -At time : 1.3011 ns Reaction : OH^0 (-5952) + OH^0 (-7814) -> H2O2^0 (-12429) -At time : 1.3011 ns Reaction : e_aq^-1 (-5423) + H3O^1 (-7427) -> H^0 (-12430) -At time : 1.3011 ns Reaction : e_aq^-1 (-3524) + H3O^1 (-6255) -> H^0 (-12431) -At time : 1.3011 ns Reaction : e_aq^-1 (-4138) + e_aq^-1 (-4123) -> OH^-1 (-12432) + OH^-1 (-12433) + H_2^0 (-12434) -At time : 1.3011 ns Reaction : OH^-1 (-12237) + H3O^1 (-8277) -> No product -At time : 1.3011 ns Reaction : e_aq^-1 (-8599) + OH^0 (-11261) -> OH^-1 (-12435) -At time : 1.4011 ns Reaction : OH^-1 (-12420) + H3O^1 (-7585) -> No product -At time : 1.4011 ns Reaction : H3O^1 (-6923) + OH^-1 (-12357) -> No product -At time : 1.4011 ns Reaction : OH^-1 (-12304) + H3O^1 (-6471) -> No product -At time : 1.4011 ns Reaction : H3O^1 (-6313) + OH^-1 (-12276) -> No product -At time : 1.4011 ns Reaction : OH^-1 (-12273) + H3O^1 (-6461) -> No product -At time : 1.4011 ns Reaction : H3O^1 (-6367) + OH^-1 (-12243) -> No product -At time : 1.4011 ns Reaction : OH^-1 (-11791) + H3O^1 (-6115) -> No product -At time : 1.4011 ns Reaction : e_aq^-1 (-5553) + H2O2^0 (-11439) -> OH^-1 (-12436) + OH^0 (-12437) -At time : 1.4011 ns Reaction : H3O^1 (-10786) + e_aq^-1 (-4034) -> H^0 (-12438) -At time : 1.4011 ns Reaction : OH^0 (-10582) + e_aq^-1 (-2013) -> OH^-1 (-12439) -At time : 1.4011 ns Reaction : OH^0 (-10453) + OH^0 (-8144) -> H2O2^0 (-12440) -At time : 1.4011 ns Reaction : OH^0 (-10348) + OH^0 (-7370) -> H2O2^0 (-12441) -At time : 1.4011 ns Reaction : H^0 (-9682) + OH^0 (-9677) -> No product -At time : 1.4011 ns Reaction : OH^0 (-9620) + OH^0 (-5908) -> H2O2^0 (-12442) -At time : 1.4011 ns Reaction : OH^0 (-9220) + OH^0 (-5930) -> H2O2^0 (-12443) -At time : 1.4011 ns Reaction : e_aq^-1 (-4204) + OH^0 (-7894) -> OH^-1 (-12444) -At time : 1.4011 ns Reaction : e_aq^-1 (-2324) + H3O^1 (-7829) -> H^0 (-12445) -At time : 1.4011 ns Reaction : OH^0 (-6100) + OH^0 (-7306) -> H2O2^0 (-12446) -At time : 1.4011 ns Reaction : e_aq^-1 (-5051) + H3O^1 (-7183) -> H^0 (-12447) -At time : 1.4011 ns Reaction : OH^0 (-5938) + OH^0 (-6596) -> H2O2^0 (-12448) -At time : 1.4011 ns Reaction : e_aq^-1 (-1953) + H3O^1 (-5977) -> H^0 (-12449) -At time : 1.4011 ns Reaction : H3O^1 (-10667) + OH^-1 (-12288) -> No product -At time : 1.5011 ns Reaction : OH^-1 (-12439) + H3O^1 (-7893) -> No product -At time : 1.5011 ns Reaction : H3O^1 (-6375) + OH^-1 (-12426) -> No product -At time : 1.5011 ns Reaction : H3O^1 (-7191) + OH^-1 (-12418) -> No product -At time : 1.5011 ns Reaction : OH^0 (-12369) + OH^0 (-6318) -> H2O2^0 (-12450) -At time : 1.5011 ns Reaction : H3O^1 (-6125) + OH^-1 (-12353) -> No product -At time : 1.5011 ns Reaction : e_aq^-1 (-4743) + H2O2^0 (-12340) -> OH^-1 (-12451) + OH^0 (-12452) -At time : 1.5011 ns Reaction : OH^-1 (-11984) + H3O^1 (-8526) -> No product -At time : 1.5011 ns Reaction : e_aq^-1 (-5342) + OH^0 (-11255) -> OH^-1 (-12453) -At time : 1.5011 ns Reaction : e_aq^-1 (-4157) + H^0 (-11227) -> OH^-1 (-12454) + H_2^0 (-12455) -At time : 1.5011 ns Reaction : e_aq^-1 (-3718) + OH^0 (-11212) -> OH^-1 (-12456) -At time : 1.5011 ns Reaction : OH^0 (-11194) + OH^0 (-6108) -> H2O2^0 (-12457) -At time : 1.5011 ns Reaction : OH^0 (-10936) + OH^0 (-8678) -> H2O2^0 (-12458) -At time : 1.5011 ns Reaction : OH^0 (-10915) + OH^0 (-6004) -> H2O2^0 (-12459) -At time : 1.5011 ns Reaction : H^0 (-10606) + e_aq^-1 (-3923) -> OH^-1 (-12460) + H_2^0 (-12461) -At time : 1.5011 ns Reaction : OH^0 (-10373) + OH^0 (-8286) -> H2O2^0 (-12462) -At time : 1.5011 ns Reaction : OH^0 (-10007) + OH^0 (-8564) -> H2O2^0 (-12463) -At time : 1.5011 ns Reaction : OH^0 (-9904) + OH^0 (-5838) -> H2O2^0 (-12464) -At time : 1.5011 ns Reaction : OH^0 (-9451) + H^0 (-9450) -> No product -At time : 1.5011 ns Reaction : e_aq^-1 (-1228) + e_aq^-1 (-8569) -> OH^-1 (-12465) + OH^-1 (-12466) + H_2^0 (-12467) -At time : 1.5011 ns Reaction : OH^0 (-6176) + OH^0 (-6996) -> H2O2^0 (-12468) -At time : 1.5011 ns Reaction : e_aq^-1 (-3744) + OH^0 (-6490) -> OH^-1 (-12469) -At time : 1.5011 ns Reaction : e_aq^-1 (-2186) + e_aq^-1 (-4070) -> OH^-1 (-12470) + OH^-1 (-12471) + H_2^0 (-12472) -At time : 1.5011 ns Reaction : e_aq^-1 (-4303) + OH^0 (-6862) -> OH^-1 (-12473) -At time : 1.5011 ns Reaction : e_aq^-1 (-3654) + OH^0 (-5902) -> OH^-1 (-12474) -At time : 1.6011 ns Reaction : H3O^1 (-9892) + OH^-1 (-12454) -> No product -At time : 1.6011 ns Reaction : OH^-1 (-12444) + H3O^1 (-5837) -> No product -At time : 1.6011 ns Reaction : H3O^1 (-11069) + OH^-1 (-12422) -> No product -At time : 1.6011 ns Reaction : H3O^1 (-10508) + OH^-1 (-12377) -> No product -At time : 1.6011 ns Reaction : H3O^1 (-7517) + OH^-1 (-12363) -> No product -At time : 1.6011 ns Reaction : OH^-1 (-12343) + H3O^1 (-7579) -> No product -At time : 1.6011 ns Reaction : OH^-1 (-12260) + H3O^1 (-7459) -> No product -At time : 1.6011 ns Reaction : OH^-1 (-12013) + H3O^1 (-8820) -> No product -At time : 1.6011 ns Reaction : e_aq^-1 (-740) + H2O2^0 (-11985) -> OH^-1 (-12475) + OH^0 (-12476) -At time : 1.6011 ns Reaction : OH^0 (-7390) + OH^0 (-11267) -> H2O2^0 (-12477) -At time : 1.6011 ns Reaction : H^0 (-10928) + OH^0 (-6926) -> No product -At time : 1.6011 ns Reaction : OH^0 (-9784) + OH^0 (-6678) -> H2O2^0 (-12478) -At time : 1.6011 ns Reaction : H^0 (-9722) + OH^0 (-5940) -> No product -At time : 1.6011 ns Reaction : e_aq^-1 (-5095) + H3O^1 (-7479) -> H^0 (-12479) -At time : 1.6011 ns Reaction : e_aq^-1 (-5657) + H3O^1 (-7385) -> H^0 (-12480) -At time : 1.6011 ns Reaction : e_aq^-1 (-1741) + H3O^1 (-6865) -> H^0 (-12481) -At time : 1.6011 ns Reaction : OH^0 (-6702) + OH^0 (-6710) -> H2O2^0 (-12482) -At time : 1.6011 ns Reaction : e_aq^-1 (-3671) + H3O^1 (-6411) -> H^0 (-12483) -At time : 1.6011 ns Reaction : OH^0 (-5793) + OH^0 (-6194) -> H2O2^0 (-12484) -At time : 1.6011 ns Reaction : e_aq^-1 (-2937) + OH^0 (-8747) -> OH^-1 (-12485) -At time : 1.7011 ns Reaction : H3O^1 (-6075) + OH^-1 (-12364) -> No product -At time : 1.7011 ns Reaction : OH^-1 (-12246) + H3O^1 (-7623) -> No product -At time : 1.7011 ns Reaction : OH^0 (-9497) + H^0 (-12122) -> No product -At time : 1.7011 ns Reaction : e_aq^-1 (-4121) + H2O2^0 (-12113) -> OH^-1 (-12486) + OH^0 (-12487) -At time : 1.7011 ns Reaction : OH^-1 (-12070) + H3O^1 (-6105) -> No product -At time : 1.7011 ns Reaction : e_aq^-1 (-95) + H3O^1 (-11185) -> H^0 (-12488) -At time : 1.7011 ns Reaction : H^0 (-9930) + OH^0 (-6196) -> No product -At time : 1.7011 ns Reaction : OH^0 (-9879) + OH^0 (-8546) -> H2O2^0 (-12489) -At time : 1.7011 ns Reaction : OH^0 (-9736) + OH^0 (-7652) -> H2O2^0 (-12490) -At time : 1.7011 ns Reaction : H^0 (-9676) + OH^0 (-6542) -> No product -At time : 1.7011 ns Reaction : OH^0 (-9517) + H^0 (-8998) -> No product -At time : 1.7011 ns Reaction : H^0 (-9276) + OH^0 (-8801) -> No product -At time : 1.7011 ns Reaction : e_aq^-1 (-3220) + OH^0 (-6258) -> OH^-1 (-12491) -At time : 1.8011 ns Reaction : H3O^1 (-10669) + OH^-1 (-12491) -> No product -At time : 1.8011 ns Reaction : OH^-1 (-12408) + H3O^1 (-6307) -> No product -At time : 1.8011 ns Reaction : OH^-1 (-12281) + H3O^1 (-7169) -> No product -At time : 1.8011 ns Reaction : OH^-1 (-12239) + H3O^1 (-7957) -> No product -At time : 1.8011 ns Reaction : e_aq^-1 (-3667) + H2O2^0 (-12061) -> OH^-1 (-12492) + OH^0 (-12493) -At time : 1.8011 ns Reaction : OH^-1 (-11921) + H3O^1 (-6889) -> No product -At time : 1.8011 ns Reaction : H^0 (-11782) + OH^0 (-7526) -> No product -At time : 1.8011 ns Reaction : e_aq^-1 (-2612) + OH^0 (-9690) -> OH^-1 (-12494) -At time : 1.8011 ns Reaction : OH^0 (-9486) + OH^0 (-6254) -> H2O2^0 (-12495) -At time : 1.8011 ns Reaction : H^0 (-9465) + OH^0 (-6218) -> No product -At time : 1.8011 ns Reaction : OH^0 (-6924) + OH^0 (-8561) -> H2O2^0 (-12496) -At time : 1.8011 ns Reaction : OH^0 (-6124) + OH^0 (-8280) -> H2O2^0 (-12497) -At time : 1.8011 ns Reaction : e_aq^-1 (-4036) + H3O^1 (-7631) -> H^0 (-12498) -At time : 1.8011 ns Reaction : OH^0 (-5866) + OH^0 (-6982) -> H2O2^0 (-12499) -At time : 1.8011 ns Reaction : e_aq^-1 (-3548) + H3O^1 (-5889) -> H^0 (-12500) -At time : 1.8011 ns Reaction : e_aq^-1 (-5331) + e_aq^-1 (-5448) -> OH^-1 (-12501) + OH^-1 (-12502) + H_2^0 (-12503) -At time : 1.8011 ns Reaction : OH^-1 (-12435) + H3O^1 (-8309) -> No product -At time : 1.8011 ns Reaction : e_aq^-1 (-4402) + OH^0 (-9991) -> OH^-1 (-12504) -At time : 1.9011 ns Reaction : OH^0 (-5739) + OH^0 (-12452) -> H2O2^0 (-12505) -At time : 1.9011 ns Reaction : H3O^1 (-5957) + OH^-1 (-12416) -> No product -At time : 1.9011 ns Reaction : e_aq^-1 (-5241) + H2O2^0 (-12194) -> OH^-1 (-12506) + OH^0 (-12507) -At time : 1.9011 ns Reaction : e_aq^-1 (-5174) + OH^0 (-11097) -> OH^-1 (-12508) -At time : 1.9011 ns Reaction : H^0 (-10700) + e_aq^-1 (-2914) -> OH^-1 (-12509) + H_2^0 (-12510) -At time : 1.9011 ns Reaction : OH^0 (-10209) + OH^0 (-7152) -> H2O2^0 (-12511) -At time : 1.9011 ns Reaction : H^0 (-10203) + OH^0 (-8106) -> No product -At time : 1.9011 ns Reaction : OH^0 (-10166) + OH^0 (-7516) -> H2O2^0 (-12512) -At time : 1.9011 ns Reaction : OH^0 (-10121) + H^0 (-10133) -> No product -At time : 1.9011 ns Reaction : H^0 (-9481) + OH^0 (-5878) -> No product -At time : 1.9011 ns Reaction : H3O^1 (-7923) + e_aq^-1 (-8809) -> H^0 (-12513) -At time : 1.9011 ns Reaction : OH^0 (-8100) + OH^0 (-8657) -> H2O2^0 (-12514) -At time : 1.9011 ns Reaction : e_aq^-1 (-4394) + OH^0 (-7590) -> OH^-1 (-12515) -At time : 1.9011 ns Reaction : e_aq^-1 (-4538) + OH^0 (-6950) -> OH^-1 (-12516) -At time : 1.9011 ns Reaction : e_aq^-1 (-1893) + H3O^1 (-5987) -> H^0 (-12517) -At time : 1.9011 ns Reaction : OH^-1 (-12470) + H3O^1 (-7869) -> No product -At time : 1.9011 ns Reaction : H3O^1 (-7471) + OH^-1 (-12266) -> No product -At time : 1.9011 ns Reaction : e_aq^-1 (-4950) + OH^0 (-7126) -> OH^-1 (-12518) -At time : 2.0011 ns Reaction : OH^-1 (-12485) + H3O^1 (-8748) -> No product -At time : 2.0011 ns Reaction : OH^-1 (-12451) + H3O^1 (-7085) -> No product -At time : 2.0011 ns Reaction : OH^-1 (-12204) + H3O^1 (-11263) -> No product -At time : 2.0011 ns Reaction : OH^0 (-11300) + e_aq^-1 (-2038) -> OH^-1 (-12519) -At time : 2.0011 ns Reaction : OH^0 (-7050) + H^0 (-11281) -> No product -At time : 2.0011 ns Reaction : OH^0 (-9146) + OH^0 (-10630) -> H2O2^0 (-12520) -At time : 2.0011 ns Reaction : H3O^1 (-10085) + e_aq^-1 (-4602) -> H^0 (-12521) -At time : 2.0011 ns Reaction : H^0 (-10044) + OH^0 (-6944) -> No product -At time : 2.0011 ns Reaction : H3O^1 (-9679) + e_aq^-1 (-3781) -> H^0 (-12522) -At time : 2.0011 ns Reaction : H^0 (-9375) + OH^0 (-8924) -> No product -At time : 2.0011 ns Reaction : e_aq^-1 (-1080) + H^0 (-9301) -> OH^-1 (-12523) + H_2^0 (-12524) -At time : 2.0011 ns Reaction : e_aq^-1 (-4453) + OH^0 (-8813) -> OH^-1 (-12525) -At time : 2.0011 ns Reaction : OH^0 (-7098) + OH^0 (-8579) -> H2O2^0 (-12526) -At time : 2.0011 ns Reaction : e_aq^-1 (-3998) + H3O^1 (-6697) -> H^0 (-12527) -At time : 2.0011 ns Reaction : e_aq^-1 (-5692) + e_aq^-1 (-27) -> OH^-1 (-12528) + OH^-1 (-12529) + H_2^0 (-12530) -At time : 2.0011 ns Reaction : OH^0 (-9656) + OH^0 (-10731) -> H2O2^0 (-12531) -At time : 2.1011 ns Reaction : H3O^1 (-9322) + OH^-1 (-12518) -> No product -At time : 2.1011 ns Reaction : H3O^1 (-10258) + OH^-1 (-12508) -> No product -At time : 2.1011 ns Reaction : H3O^1 (-6127) + OH^-1 (-12436) -> No product -At time : 2.1011 ns Reaction : e_aq^-1 (-5058) + H2O2^0 (-12414) -> OH^-1 (-12532) + OH^0 (-12533) -At time : 2.1011 ns Reaction : OH^-1 (-12093) + H3O^1 (-6765) -> No product -At time : 2.1011 ns Reaction : H3O^1 (-10830) + OH^-1 (-11882) -> No product -At time : 2.1011 ns Reaction : OH^0 (-7450) + OH^0 (-11275) -> H2O2^0 (-12534) -At time : 2.1011 ns Reaction : OH^0 (-11028) + e_aq^-1 (-4900) -> OH^-1 (-12535) -At time : 2.1011 ns Reaction : H3O^1 (-10961) + e_aq^-1 (-4601) -> H^0 (-12536) -At time : 2.1011 ns Reaction : H^0 (-10151) + OH^0 (-7068) -> No product -At time : 2.1011 ns Reaction : H^0 (-9692) + e_aq^-1 (-2599) -> OH^-1 (-12537) + H_2^0 (-12538) -At time : 2.1011 ns Reaction : OH^0 (-6980) + OH^0 (-8831) -> H2O2^0 (-12539) -At time : 2.1011 ns Reaction : OH^0 (-7108) + OH^0 (-8084) -> H2O2^0 (-12540) -At time : 2.1011 ns Reaction : e_aq^-1 (-2657) + OH^0 (-7774) -> OH^-1 (-12541) -At time : 2.1011 ns Reaction : e_aq^-1 (-3557) + OH^0 (-7710) -> OH^-1 (-12542) -At time : 2.1011 ns Reaction : H3O^1 (-6545) + OH^-1 (-12537) -> No product -At time : 2.1011 ns Reaction : OH^-1 (-12466) + H3O^1 (-7999) -> No product -At time : 2.1011 ns Reaction : e_aq^-1 (-5393) + H2O2^0 (-11514) -> OH^-1 (-12543) + OH^0 (-12544) -At time : 2.1011 ns Reaction : H3O^1 (-11134) + OH^-1 (-12543) -> No product -At time : 2.2011 ns Reaction : OH^-1 (-12475) + H3O^1 (-8123) -> No product -At time : 2.2011 ns Reaction : OH^-1 (-12465) + H3O^1 (-7019) -> No product -At time : 2.2011 ns Reaction : H3O^1 (-10616) + OH^-1 (-12460) -> No product -At time : 2.2011 ns Reaction : OH^-1 (-12453) + H3O^1 (-8334) -> No product -At time : 2.2011 ns Reaction : OH^0 (-6494) + H^0 (-12169) -> No product -At time : 2.2011 ns Reaction : H2O2^0 (-11925) + e_aq^-1 (-4375) -> OH^-1 (-12545) + OH^0 (-12546) -At time : 2.2011 ns Reaction : H3O^1 (-10628) + OH^-1 (-11884) -> No product -At time : 2.2011 ns Reaction : H3O^1 (-10993) + e_aq^-1 (-4784) -> H^0 (-12547) -At time : 2.2011 ns Reaction : H3O^1 (-10568) + e_aq^-1 (-1910) -> H^0 (-12548) -At time : 2.2011 ns Reaction : H^0 (-10340) + OH^0 (-8320) -> No product -At time : 2.2011 ns Reaction : OH^0 (-9936) + OH^0 (-6842) -> H2O2^0 (-12549) -At time : 2.2011 ns Reaction : OH^0 (-9853) + OH^0 (-6758) -> H2O2^0 (-12550) -At time : 2.2011 ns Reaction : e_aq^-1 (-5050) + OH^0 (-7484) -> OH^-1 (-12551) -At time : 2.2011 ns Reaction : OH^-1 (-5738) + H3O^1 (-7071) -> No product -At time : 2.2011 ns Reaction : e_aq^-1 (-5207) + e_aq^-1 (-5297) -> OH^-1 (-12552) + OH^-1 (-12553) + H_2^0 (-12554) -At time : 2.2011 ns Reaction : e_aq^-1 (-4124) + e_aq^-1 (-2111) -> OH^-1 (-12555) + OH^-1 (-12556) + H_2^0 (-12557) -At time : 2.2011 ns Reaction : e_aq^-1 (-3055) + e_aq^-1 (-3062) -> OH^-1 (-12558) + OH^-1 (-12559) + H_2^0 (-12560) -At time : 2.2011 ns Reaction : OH^0 (-9763) + e_aq^-1 (-3951) -> OH^-1 (-12561) -At time : 2.2011 ns Reaction : e_aq^-1 (-4015) + OH^0 (-8975) -> OH^-1 (-12562) -At time : 2.3011 ns Reaction : H3O^1 (-10764) + OH^-1 (-12561) -> No product -At time : 2.3011 ns Reaction : OH^-1 (-12504) + H3O^1 (-10907) -> No product -At time : 2.3011 ns Reaction : H3O^1 (-9359) + OH^-1 (-11913) -> No product -At time : 2.3011 ns Reaction : e_aq^-1 (-5092) + H^0 (-11892) -> OH^-1 (-12563) + H_2^0 (-12564) -At time : 2.3011 ns Reaction : OH^0 (-10556) + OH^0 (-9268) -> H2O2^0 (-12565) -At time : 2.3011 ns Reaction : H^0 (-10249) + OH^0 (-8170) -> No product -At time : 2.3011 ns Reaction : OH^0 (-9807) + OH^0 (-7634) -> H2O2^0 (-12566) -At time : 2.3011 ns Reaction : OH^0 (-9760) + OH^0 (-6642) -> H2O2^0 (-12567) -At time : 2.3011 ns Reaction : OH^0 (-9119) + OH^0 (-6998) -> H2O2^0 (-12568) -At time : 2.3011 ns Reaction : OH^0 (-6240) + OH^0 (-7688) -> H2O2^0 (-12569) -At time : 2.3011 ns Reaction : e_aq^-1 (-3822) + H3O^1 (-6587) -> H^0 (-12570) -At time : 2.4011 ns Reaction : H3O^1 (-6795) + OH^-1 (-12365) -> No product -At time : 2.4011 ns Reaction : H2O2^0 (-11596) + e_aq^-1 (-2974) -> OH^-1 (-12571) + OH^0 (-12572) -At time : 2.4011 ns Reaction : OH^0 (-10829) + OH^0 (-7884) -> H2O2^0 (-12573) -At time : 2.4011 ns Reaction : OH^0 (-10466) + e_aq^-1 (-885) -> OH^-1 (-12574) -At time : 2.4011 ns Reaction : e_aq^-1 (-5012) + H^0 (-10195) -> OH^-1 (-12575) + H_2^0 (-12576) -At time : 2.4011 ns Reaction : e_aq^-1 (-1114) + OH^0 (-10161) -> OH^-1 (-12577) -At time : 2.4011 ns Reaction : H^0 (-10147) + H^0 (-10157) -> H_2^0 (-12578) -At time : 2.4011 ns Reaction : H3O^1 (-10039) + e_aq^-1 (-4534) -> H^0 (-12579) -At time : 2.4011 ns Reaction : H3O^1 (-6187) + e_aq^-1 (-8815) -> H^0 (-12580) -At time : 2.4011 ns Reaction : e_aq^-1 (-4771) + H3O^1 (-8670) -> H^0 (-12581) -At time : 2.4011 ns Reaction : e_aq^-1 (-4675) + H3O^1 (-8571) -> H^0 (-12582) -At time : 2.4011 ns Reaction : e_aq^-1 (-4597) + H3O^1 (-7979) -> H^0 (-12583) -At time : 2.4011 ns Reaction : e_aq^-1 (-1497) + H3O^1 (-7943) -> H^0 (-12584) -At time : 2.4011 ns Reaction : OH^0 (-6526) + OH^0 (-6532) -> H2O2^0 (-12585) -At time : 2.4011 ns Reaction : e_aq^-1 (-3113) + H3O^1 (-6325) -> H^0 (-12586) -At time : 2.4011 ns Reaction : e_aq^-1 (-497) + e_aq^-1 (-5212) -> OH^-1 (-12587) + OH^-1 (-12588) + H_2^0 (-12589) -At time : 2.5011 ns Reaction : OH^-1 (-12535) + H3O^1 (-7111) -> No product -At time : 2.5011 ns Reaction : OH^-1 (-12280) + H3O^1 (-8131) -> No product -At time : 2.5011 ns Reaction : H3O^1 (-7603) + OH^-1 (-12251) -> No product -At time : 2.5011 ns Reaction : OH^-1 (-12203) + H3O^1 (-7393) -> No product -At time : 2.5011 ns Reaction : e_aq^-1 (-229) + H2O2^0 (-12006) -> OH^-1 (-12590) + OH^0 (-12591) -At time : 2.5011 ns Reaction : H2O2^0 (-11537) + e_aq^-1 (-8458) -> OH^-1 (-12592) + OH^0 (-12593) -At time : 2.5011 ns Reaction : OH^0 (-11012) + OH^0 (-7082) -> H2O2^0 (-12594) -At time : 2.5011 ns Reaction : e_aq^-1 (-3861) + H3O^1 (-10762) -> H^0 (-12595) -At time : 2.5011 ns Reaction : H3O^1 (-10733) + e_aq^-1 (-3755) -> H^0 (-12596) -At time : 2.5011 ns Reaction : OH^0 (-9870) + H^0 (-9868) -> No product -At time : 2.5011 ns Reaction : H3O^1 (-9830) + e_aq^-1 (-2123) -> H^0 (-12597) -At time : 2.5011 ns Reaction : OH^0 (-5916) + H^0 (-9006) -> No product -At time : 2.5011 ns Reaction : e_aq^-1 (-8470) + H3O^1 (-8472) -> H^0 (-12598) -At time : 2.5011 ns Reaction : e_aq^-1 (-4853) + H3O^1 (-8043) -> H^0 (-12599) -At time : 2.5011 ns Reaction : OH^0 (-6688) + OH^0 (-7836) -> H2O2^0 (-12600) -At time : 2.5011 ns Reaction : OH^0 (-7034) + OH^0 (-7536) -> H2O2^0 (-12601) -At time : 2.5011 ns Reaction : H^0 (-10078) + OH^0 (-8426) -> No product -At time : 2.5011 ns Reaction : e_aq^-1 (-4804) + OH^0 (-6034) -> OH^-1 (-12602) -At time : 2.6011 ns Reaction : H3O^1 (-10229) + OH^-1 (-12563) -> No product -At time : 2.6011 ns Reaction : OH^-1 (-12525) + H3O^1 (-7937) -> No product -At time : 2.6011 ns Reaction : OH^-1 (-12492) + H3O^1 (-6387) -> No product -At time : 2.6011 ns Reaction : OH^-1 (-12469) + H3O^1 (-9659) -> No product -At time : 2.6011 ns Reaction : H3O^1 (-11167) + OH^-1 (-11786) -> No product -At time : 2.6011 ns Reaction : H^0 (-11006) + e_aq^-1 (-1046) -> OH^-1 (-12603) + H_2^0 (-12604) -At time : 2.6011 ns Reaction : e_aq^-1 (-3969) + H3O^1 (-10770) -> H^0 (-12605) -At time : 2.6011 ns Reaction : e_aq^-1 (-5350) + H3O^1 (-10409) -> H^0 (-12606) -At time : 2.6011 ns Reaction : OH^0 (-9527) + e_aq^-1 (-3565) -> OH^-1 (-12607) -At time : 2.6011 ns Reaction : H^0 (-9362) + OH^0 (-7422) -> No product -At time : 2.6011 ns Reaction : e_aq^-1 (-359) + H^0 (-9090) -> OH^-1 (-12608) + H_2^0 (-12609) -At time : 2.6011 ns Reaction : OH^0 (-7612) + H^0 (-9030) -> No product -At time : 2.6011 ns Reaction : OH^0 (-5742) + H^0 (-8956) -> No product -At time : 2.6011 ns Reaction : e_aq^-1 (-889) + OH^0 (-7110) -> OH^-1 (-12610) -At time : 2.6011 ns Reaction : e_aq^-1 (-4477) + OH^0 (-6922) -> OH^-1 (-12611) -At time : 2.7011 ns Reaction : H3O^1 (-7429) + OH^-1 (-12608) -> No product -At time : 2.7011 ns Reaction : H3O^1 (-6383) + OH^-1 (-12571) -> No product -At time : 2.7011 ns Reaction : H3O^1 (-7053) + OH^-1 (-12523) -> No product -At time : 2.7011 ns Reaction : H3O^1 (-9980) + OH^-1 (-12515) -> No product -At time : 2.7011 ns Reaction : H3O^1 (-6745) + OH^-1 (-12486) -> No product -At time : 2.7011 ns Reaction : OH^0 (-9963) + H^0 (-12481) -> No product -At time : 2.7011 ns Reaction : H3O^1 (-7313) + OH^-1 (-12428) -> No product -At time : 2.7011 ns Reaction : H2O2^0 (-12411) + e_aq^-1 (-4040) -> OH^-1 (-12612) + OH^0 (-12613) -At time : 2.7011 ns Reaction : e_aq^-1 (-4444) + OH^0 (-12344) -> OH^-1 (-12614) -At time : 2.7011 ns Reaction : e_aq^-1 (-5421) + H^0 (-11902) -> OH^-1 (-12615) + H_2^0 (-12616) -At time : 2.7011 ns Reaction : H^0 (-10916) + OH^0 (-7928) -> No product -At time : 2.7011 ns Reaction : H^0 (-10794) + OH^0 (-6728) -> No product -At time : 2.7011 ns Reaction : OH^0 (-10376) + e_aq^-1 (-5522) -> OH^-1 (-12617) -At time : 2.7011 ns Reaction : OH^0 (-10315) + e_aq^-1 (-5446) -> OH^-1 (-12618) -At time : 2.7011 ns Reaction : H^0 (-9973) + e_aq^-1 (-4391) -> OH^-1 (-12619) + H_2^0 (-12620) -At time : 2.7011 ns Reaction : OH^0 (-9250) + OH^0 (-7872) -> H2O2^0 (-12621) -At time : 2.7011 ns Reaction : OH^0 (-7316) + OH^0 (-8272) -> H2O2^0 (-12622) -At time : 2.7011 ns Reaction : e_aq^-1 (-4887) + H3O^1 (-8051) -> H^0 (-12623) -At time : 2.7011 ns Reaction : H3O^1 (-6007) + OH^-1 (-12614) -> No product -At time : 2.7011 ns Reaction : e_aq^-1 (-8497) + OH^0 (-8573) -> OH^-1 (-12624) -At time : 2.8011 ns Reaction : OH^-1 (-12615) + H3O^1 (-7293) -> No product -At time : 2.8011 ns Reaction : H3O^1 (-9815) + OH^-1 (-12612) -> No product -At time : 2.8011 ns Reaction : OH^-1 (-12590) + H3O^1 (-7301) -> No product -At time : 2.8011 ns Reaction : OH^-1 (-12516) + H3O^1 (-8370) -> No product -At time : 2.8011 ns Reaction : e_aq^-1 (-3002) + H^0 (-12290) -> OH^-1 (-12625) + H_2^0 (-12626) -At time : 2.8011 ns Reaction : e_aq^-1 (-4558) + H^0 (-12053) -> OH^-1 (-12627) + H_2^0 (-12628) -At time : 2.8011 ns Reaction : OH^0 (-11105) + OH^0 (-8162) -> H2O2^0 (-12629) -At time : 2.8011 ns Reaction : H^0 (-11091) + OH^0 (-7204) -> No product -At time : 2.8011 ns Reaction : H3O^1 (-10969) + e_aq^-1 (-4728) -> H^0 (-12630) -At time : 2.8011 ns Reaction : OH^0 (-10692) + OH^0 (-6344) -> H2O2^0 (-12631) -At time : 2.8011 ns Reaction : OH^0 (-10489) + OH^0 (-8070) -> H2O2^0 (-12632) -At time : 2.8011 ns Reaction : OH^0 (-10323) + OH^0 (-7412) -> H2O2^0 (-12633) -At time : 2.8011 ns Reaction : H3O^1 (-10142) + e_aq^-1 (-4833) -> H^0 (-12634) -At time : 2.8011 ns Reaction : OH^0 (-9584) + OH^0 (-9576) -> H2O2^0 (-12635) -At time : 2.8011 ns Reaction : e_aq^-1 (-8416) + H3O^1 (-8691) -> H^0 (-12636) -At time : 2.8011 ns Reaction : e_aq^-1 (-841) + H3O^1 (-7117) -> H^0 (-12637) -At time : 2.8011 ns Reaction : e_aq^-1 (-2941) + OH^0 (-6406) -> OH^-1 (-12638) -At time : 2.8011 ns Reaction : OH^0 (-10699) + e_aq^-1 (-8536) -> OH^-1 (-12639) -At time : 2.9011 ns Reaction : e_aq^-1 (-161) + H2O2^0 (-12622) -> OH^-1 (-12640) + OH^0 (-12641) -At time : 2.9011 ns Reaction : e_aq^-1 (-1062) + H2O2^0 (-12505) -> OH^-1 (-12642) + OH^0 (-12643) -At time : 2.9011 ns Reaction : OH^-1 (-12355) + H3O^1 (-8739) -> No product -At time : 2.9011 ns Reaction : H3O^1 (-7375) + OH^-1 (-12283) -> No product -At time : 2.9011 ns Reaction : H2O2^0 (-12235) + e_aq^-1 (-8527) -> OH^-1 (-12644) + OH^0 (-12645) -At time : 2.9011 ns Reaction : e_aq^-1 (-5173) + H3O^1 (-11092) -> H^0 (-12646) -At time : 2.9011 ns Reaction : e_aq^-1 (-87) + H3O^1 (-10349) -> H^0 (-12647) -At time : 2.9011 ns Reaction : OH^0 (-10334) + OH^0 (-8927) -> H2O2^0 (-12648) -At time : 2.9011 ns Reaction : e_aq^-1 (-4203) + H3O^1 (-5979) -> H^0 (-12649) -At time : 2.9011 ns Reaction : e_aq^-1 (-2863) + e_aq^-1 (-2893) -> OH^-1 (-12650) + OH^-1 (-12651) + H_2^0 (-12652) -At time : 3.0011 ns Reaction : OH^-1 (-12644) + H3O^1 (-9639) -> No product -At time : 3.0011 ns Reaction : e_aq^-1 (-235) + H^0 (-12598) -> OH^-1 (-12653) + H_2^0 (-12654) -At time : 3.0011 ns Reaction : OH^0 (-12533) + OH^0 (-7196) -> H2O2^0 (-12655) -At time : 3.0011 ns Reaction : OH^-1 (-12231) + H3O^1 (-7535) -> No product -At time : 3.0011 ns Reaction : OH^-1 (-12228) + H3O^1 (-8838) -> No product -At time : 3.0011 ns Reaction : e_aq^-1 (-4826) + H2O2^0 (-12133) -> OH^-1 (-12656) + OH^0 (-12657) -At time : 3.0011 ns Reaction : H2O2^0 (-11498) + e_aq^-1 (-4457) -> OH^-1 (-12658) + OH^0 (-12659) -At time : 3.0011 ns Reaction : H^0 (-10548) + OH^0 (-6866) -> No product -At time : 3.0011 ns Reaction : e_aq^-1 (-8533) + e_aq^-1 (-8707) -> OH^-1 (-12660) + OH^-1 (-12661) + H_2^0 (-12662) -At time : 3.0011 ns Reaction : e_aq^-1 (-2408) + H3O^1 (-7803) -> H^0 (-12663) -At time : 3.0011 ns Reaction : e_aq^-1 (-4311) + OH^0 (-6870) -> OH^-1 (-12664) -At time : 3.1011 ns Reaction : OH^-1 (-12617) + H3O^1 (-7323) -> No product -At time : 3.1011 ns Reaction : OH^-1 (-12532) + H3O^1 (-8129) -> No product -At time : 3.1011 ns Reaction : H3O^1 (-5883) + OH^-1 (-12386) -> No product -At time : 3.1011 ns Reaction : H2O2^0 (-11545) + e_aq^-1 (-4551) -> OH^-1 (-12665) + OH^0 (-12666) -At time : 3.1011 ns Reaction : OH^0 (-10767) + H^0 (-8978) -> No product -At time : 3.1011 ns Reaction : OH^0 (-9415) + OH^0 (-10177) -> H2O2^0 (-12667) -At time : 3.1011 ns Reaction : H^0 (-9967) + OH^0 (-8558) -> No product -At time : 3.1011 ns Reaction : OH^0 (-9914) + OH^0 (-7900) -> H2O2^0 (-12668) -At time : 3.1011 ns Reaction : OH^0 (-9312) + H^0 (-9074) -> No product -At time : 3.1011 ns Reaction : e_aq^-1 (-395) + OH^0 (-7430) -> OH^-1 (-12669) -At time : 3.1011 ns Reaction : e_aq^-1 (-3678) + H3O^1 (-6437) -> H^0 (-12670) -At time : 3.1011 ns Reaction : OH^0 (-11171) + e_aq^-1 (-5597) -> OH^-1 (-12671) -At time : 3.1011 ns Reaction : e_aq^-1 (-5561) + OH^0 (-8304) -> OH^-1 (-12672) -At time : 3.2011 ns Reaction : H^0 (-12647) + H^0 (-8936) -> H_2^0 (-12673) -At time : 3.2011 ns Reaction : OH^-1 (-12624) + H3O^1 (-8850) -> No product -At time : 3.2011 ns Reaction : OH^0 (-11318) + e_aq^-1 (-4367) -> OH^-1 (-12674) -At time : 3.2011 ns Reaction : OH^0 (-10903) + e_aq^-1 (-1590) -> OH^-1 (-12675) -At time : 3.2011 ns Reaction : e_aq^-1 (-2576) + H^0 (-9694) -> OH^-1 (-12676) + H_2^0 (-12677) -At time : 3.2011 ns Reaction : e_aq^-1 (-1466) + OH^0 (-9292) -> OH^-1 (-12678) -At time : 3.2011 ns Reaction : H^0 (-9215) + OH^0 (-6464) -> No product -At time : 3.2011 ns Reaction : e_aq^-1 (-5026) + e_aq^-1 (-8890) -> OH^-1 (-12679) + OH^-1 (-12680) + H_2^0 (-12681) -At time : 3.2011 ns Reaction : e_aq^-1 (-1138) + H3O^1 (-8577) -> H^0 (-12682) -At time : 3.2011 ns Reaction : e_aq^-1 (-5369) + H3O^1 (-7449) -> H^0 (-12683) -At time : 3.2011 ns Reaction : e_aq^-1 (-2730) + H3O^1 (-6515) -> H^0 (-12684) -At time : 3.2011 ns Reaction : e_aq^-1 (-273) + e_aq^-1 (-5361) -> OH^-1 (-12685) + OH^-1 (-12686) + H_2^0 (-12687) -At time : 3.2011 ns Reaction : e_aq^-1 (-3117) + e_aq^-1 (-3124) -> OH^-1 (-12688) + OH^-1 (-12689) + H_2^0 (-12690) -At time : 3.2011 ns Reaction : OH^-1 (-12665) + H3O^1 (-7975) -> No product -At time : 3.3011 ns Reaction : OH^-1 (-12674) + H3O^1 (-6867) -> No product -At time : 3.3011 ns Reaction : OH^-1 (-12577) + H3O^1 (-8035) -> No product -At time : 3.3011 ns Reaction : OH^-1 (-12360) + H3O^1 (-7927) -> No product -At time : 3.3011 ns Reaction : e_aq^-1 (-5022) + H^0 (-12201) -> OH^-1 (-12691) + H_2^0 (-12692) -At time : 3.3011 ns Reaction : e_aq^-1 (-5111) + OH^0 (-12172) -> OH^-1 (-12693) -At time : 3.3011 ns Reaction : e_aq^-1 (-4158) + H2O2^0 (-12039) -> OH^-1 (-12694) + OH^0 (-12695) -At time : 3.3011 ns Reaction : H^0 (-10988) + e_aq^-1 (-4767) -> OH^-1 (-12696) + H_2^0 (-12697) -At time : 3.3011 ns Reaction : H^0 (-10938) + OH^0 (-6966) -> No product -At time : 3.3011 ns Reaction : e_aq^-1 (-2722) + H^0 (-8986) -> OH^-1 (-12698) + H_2^0 (-12699) -At time : 3.3011 ns Reaction : OH^0 (-6952) + OH^0 (-8825) -> H2O2^0 (-12700) -At time : 3.3011 ns Reaction : e_aq^-1 (-5488) + H3O^1 (-8263) -> H^0 (-12701) -At time : 3.3011 ns Reaction : e_aq^-1 (-5441) + OH^0 (-7420) -> OH^-1 (-12702) -At time : 3.3011 ns Reaction : e_aq^-1 (-4679) + H3O^1 (-6171) -> H^0 (-12703) -At time : 3.3011 ns Reaction : e_aq^-1 (-4541) + e_aq^-1 (-4536) -> OH^-1 (-12704) + OH^-1 (-12705) + H_2^0 (-12706) -At time : 3.3011 ns Reaction : e_aq^-1 (-3550) + e_aq^-1 (-3535) -> OH^-1 (-12707) + OH^-1 (-12708) + H_2^0 (-12709) -At time : 3.3011 ns Reaction : e_aq^-1 (-2471) + e_aq^-1 (-2579) -> OH^-1 (-12710) + OH^-1 (-12711) + H_2^0 (-12712) -At time : 3.4011 ns Reaction : H3O^1 (-10465) + OH^-1 (-12691) -> No product -At time : 3.4011 ns Reaction : H3O^1 (-7283) + OH^-1 (-12618) -> No product -At time : 3.4011 ns Reaction : OH^-1 (-12575) + H3O^1 (-8586) -> No product -At time : 3.4011 ns Reaction : OH^-1 (-12552) + H3O^1 (-7243) -> No product -At time : 3.4011 ns Reaction : OH^-1 (-12473) + H3O^1 (-10873) -> No product -At time : 3.4011 ns Reaction : H3O^1 (-5907) + OH^-1 (-12456) -> No product -At time : 3.4011 ns Reaction : OH^-1 (-12433) + H3O^1 (-6783) -> No product -At time : 3.4011 ns Reaction : e_aq^-1 (-3643) + H2O2^0 (-12265) -> OH^-1 (-12713) + OH^0 (-12714) -At time : 3.4011 ns Reaction : H^0 (-12179) + OH^0 (-7418) -> No product -At time : 3.4011 ns Reaction : OH^0 (-11290) + OH^0 (-10932) -> H2O2^0 (-12715) -At time : 3.4011 ns Reaction : OH^0 (-10962) + OH^0 (-7994) -> H2O2^0 (-12716) -At time : 3.4011 ns Reaction : e_aq^-1 (-2667) + OH^0 (-10736) -> OH^-1 (-12717) -At time : 3.4011 ns Reaction : H^0 (-10534) + OH^0 (-10026) -> No product -At time : 3.4011 ns Reaction : OH^0 (-10381) + e_aq^-1 (-5498) -> OH^-1 (-12718) -At time : 3.4011 ns Reaction : H^0 (-9801) + e_aq^-1 (-2278) -> OH^-1 (-12719) + H_2^0 (-12720) -At time : 3.4011 ns Reaction : e_aq^-1 (-5483) + OH^0 (-9366) -> OH^-1 (-12721) -At time : 3.4011 ns Reaction : e_aq^-1 (-3013) + OH^0 (-8743) -> OH^-1 (-12722) -At time : 3.4011 ns Reaction : OH^0 (-6130) + OH^0 (-8627) -> H2O2^0 (-12723) -At time : 3.4011 ns Reaction : e_aq^-1 (-5072) + H3O^1 (-8117) -> H^0 (-12724) -At time : 3.4011 ns Reaction : e_aq^-1 (-4044) + H3O^1 (-7851) -> H^0 (-12725) -At time : 3.4011 ns Reaction : e_aq^-1 (-3847) + H3O^1 (-6625) -> H^0 (-12726) -At time : 3.4011 ns Reaction : e_aq^-1 (-2683) + H3O^1 (-6555) -> H^0 (-12727) -At time : 3.4011 ns Reaction : e_aq^-1 (-3792) + H3O^1 (-6513) -> H^0 (-12728) -At time : 3.4011 ns Reaction : e_aq^-1 (-1295) + H3O^1 (-6021) -> H^0 (-12729) -At time : 3.4011 ns Reaction : e_aq^-1 (-3764) + H3O^1 (-5915) -> H^0 (-12730) -At time : 3.4011 ns Reaction : OH^0 (-8004) + e_aq^-1 (-8506) -> OH^-1 (-12731) -At time : 3.4011 ns Reaction : e_aq^-1 (-4474) + OH^0 (-7940) -> OH^-1 (-12732) -At time : 3.5011 ns Reaction : e_aq^-1 (-3569) + H^0 (-11938) -> OH^-1 (-12733) + H_2^0 (-12734) -At time : 3.5011 ns Reaction : OH^0 (-10500) + OH^0 (-6162) -> H2O2^0 (-12735) -At time : 3.5011 ns Reaction : OH^0 (-10267) + OH^0 (-7246) -> H2O2^0 (-12736) -At time : 3.5011 ns Reaction : e_aq^-1 (-766) + H3O^1 (-8099) -> H^0 (-12737) -At time : 3.5011 ns Reaction : e_aq^-1 (-1683) + OH^0 (-6906) -> OH^-1 (-12738) -At time : 3.6011 ns Reaction : H3O^1 (-8261) + OH^-1 (-12640) -> No product -At time : 3.6011 ns Reaction : OH^-1 (-12562) + H3O^1 (-6691) -> No product -At time : 3.6011 ns Reaction : OH^-1 (-12506) + H3O^1 (-5857) -> No product -At time : 3.6011 ns Reaction : H^0 (-12342) + e_aq^-1 (-8800) -> OH^-1 (-12739) + H_2^0 (-12740) -At time : 3.6011 ns Reaction : OH^0 (-10576) + H^0 (-12240) -> No product -At time : 3.6011 ns Reaction : OH^-1 (-12165) + H3O^1 (-8337) -> No product -At time : 3.6011 ns Reaction : OH^-1 (-12134) + H3O^1 (-8245) -> No product -At time : 3.6011 ns Reaction : OH^-1 (-12046) + H3O^1 (-8832) -> No product -At time : 3.6011 ns Reaction : OH^0 (-10823) + OH^0 (-5974) -> H2O2^0 (-12741) -At time : 3.6011 ns Reaction : OH^0 (-10757) + OH^0 (-7812) -> H2O2^0 (-12742) -At time : 3.6011 ns Reaction : OH^0 (-10317) + OH^0 (-8256) -> H2O2^0 (-12743) -At time : 3.6011 ns Reaction : H^0 (-9877) + H^0 (-9887) -> H_2^0 (-12744) -At time : 3.6011 ns Reaction : OH^0 (-9510) + OH^0 (-6262) -> H2O2^0 (-12745) -At time : 3.6011 ns Reaction : e_aq^-1 (-3297) + H3O^1 (-8709) -> H^0 (-12746) -At time : 3.6011 ns Reaction : e_aq^-1 (-4423) + H3O^1 (-7955) -> H^0 (-12747) -At time : 3.6011 ns Reaction : e_aq^-1 (-3898) + H3O^1 (-6655) -> H^0 (-12748) -At time : 3.6011 ns Reaction : e_aq^-1 (-2647) + OH^0 (-6520) -> OH^-1 (-12749) -At time : 3.6011 ns Reaction : e_aq^-1 (-3686) + H3O^1 (-6445) -> H^0 (-12750) -At time : 3.6011 ns Reaction : H2O2^0 (-11392) + e_aq^-1 (-8422) -> OH^-1 (-12751) + OH^0 (-12752) -At time : 3.7011 ns Reaction : OH^-1 (-12625) + H3O^1 (-8733) -> No product -At time : 3.7011 ns Reaction : e_aq^-1 (-4180) + H^0 (-12449) -> OH^-1 (-12753) + H_2^0 (-12754) -At time : 3.7011 ns Reaction : e_aq^-1 (-5144) + H2O2^0 (-11691) -> OH^-1 (-12755) + OH^0 (-12756) -At time : 3.7011 ns Reaction : H^0 (-11291) + H^0 (-11241) -> H_2^0 (-12757) -At time : 3.7011 ns Reaction : OH^0 (-9786) + OH^0 (-7844) -> H2O2^0 (-12758) -At time : 3.7011 ns Reaction : OH^0 (-9532) + OH^0 (-9525) -> H2O2^0 (-12759) -At time : 3.7011 ns Reaction : OH^0 (-9202) + OH^0 (-6412) -> H2O2^0 (-12760) -At time : 3.7011 ns Reaction : e_aq^-1 (-5462) + H3O^1 (-8253) -> H^0 (-12761) -At time : 3.7011 ns Reaction : e_aq^-1 (-5536) + OH^0 (-7330) -> OH^-1 (-12762) -At time : 3.7011 ns Reaction : e_aq^-1 (-4724) + H3O^1 (-7027) -> H^0 (-12763) -At time : 3.7011 ns Reaction : OH^0 (-9488) + OH^0 (-5884) -> H2O2^0 (-12764) -At time : 3.8011 ns Reaction : H3O^1 (-8787) + OH^-1 (-12389) -> No product -At time : 3.8011 ns Reaction : e_aq^-1 (-4251) + H2O2^0 (-11856) -> OH^-1 (-12765) + OH^0 (-12766) -At time : 3.8011 ns Reaction : e_aq^-1 (-424) + H2O2^0 (-11666) -> OH^-1 (-12767) + OH^0 (-12768) -At time : 3.8011 ns Reaction : H^0 (-9959) + e_aq^-1 (-4317) -> OH^-1 (-12769) + H_2^0 (-12770) -At time : 3.8011 ns Reaction : OH^0 (-9906) + e_aq^-1 (-4255) -> OH^-1 (-12771) -At time : 3.8011 ns Reaction : OH^0 (-7846) + OH^0 (-9017) -> H2O2^0 (-12772) -At time : 3.8011 ns Reaction : e_aq^-1 (-5132) + H3O^1 (-8155) -> H^0 (-12773) -At time : 3.8011 ns Reaction : e_aq^-1 (-1242) + H3O^1 (-6979) -> H^0 (-12774) -At time : 3.8011 ns Reaction : e_aq^-1 (-5549) + OH^0 (-8935) -> OH^-1 (-12775) -At time : 3.9011 ns Reaction : OH^-1 (-12755) + H3O^1 (-8652) -> No product -At time : 3.9011 ns Reaction : OH^-1 (-12717) + H3O^1 (-6553) -> No product -At time : 3.9011 ns Reaction : OH^-1 (-12693) + H3O^1 (-7225) -> No product -At time : 3.9011 ns Reaction : OH^0 (-12645) + e_aq^-1 (-8761) -> OH^-1 (-12776) -At time : 3.9011 ns Reaction : OH^-1 (-11847) + H3O^1 (-6183) -> No product -At time : 3.9011 ns Reaction : OH^0 (-10842) + H^0 (-10844) -> No product -At time : 3.9011 ns Reaction : H3O^1 (-10192) + e_aq^-1 (-4930) -> H^0 (-12777) -At time : 3.9011 ns Reaction : e_aq^-1 (-4356) + H3O^1 (-8508) -> H^0 (-12778) -At time : 3.9011 ns Reaction : e_aq^-1 (-3836) + OH^0 (-7790) -> OH^-1 (-12779) -At time : 3.9011 ns Reaction : e_aq^-1 (-2452) + H3O^1 (-6613) -> H^0 (-12780) -At time : 3.9011 ns Reaction : e_aq^-1 (-3595) + e_aq^-1 (-3588) -> OH^-1 (-12781) + OH^-1 (-12782) + H_2^0 (-12783) -At time : 3.9011 ns Reaction : e_aq^-1 (-4238) + OH^0 (-8552) -> OH^-1 (-12784) -At time : 4.0011 ns Reaction : H3O^1 (-10747) + OH^-1 (-12779) -> No product -At time : 4.0011 ns Reaction : H3O^1 (-10935) + OH^-1 (-12705) -> No product -At time : 4.0011 ns Reaction : OH^-1 (-12602) + H3O^1 (-8059) -> No product -At time : 4.0011 ns Reaction : OH^-1 (-12592) + H3O^1 (-8249) -> No product -At time : 4.0011 ns Reaction : OH^-1 (-12079) + H3O^1 (-7297) -> No product -At time : 4.0011 ns Reaction : H3O^1 (-11015) + e_aq^-1 (-4856) -> H^0 (-12785) -At time : 4.0011 ns Reaction : e_aq^-1 (-2786) + H3O^1 (-10723) -> H^0 (-12786) -At time : 4.0011 ns Reaction : H3O^1 (-10089) + e_aq^-1 (-1139) -> H^0 (-12787) -At time : 4.0011 ns Reaction : e_aq^-1 (-3511) + H3O^1 (-8703) -> H^0 (-12788) -At time : 4.0011 ns Reaction : e_aq^-1 (-5603) + H3O^1 (-8460) -> H^0 (-12789) -At time : 4.0011 ns Reaction : e_aq^-1 (-4386) + e_aq^-1 (-4409) -> OH^-1 (-12790) + OH^-1 (-12791) + H_2^0 (-12792) -At time : 4.0011 ns Reaction : H3O^1 (-11177) + OH^-1 (-12775) -> No product -At time : 4.1011 ns Reaction : OH^0 (-12752) + OH^0 (-8507) -> H2O2^0 (-12793) -At time : 4.1011 ns Reaction : OH^-1 (-12696) + H3O^1 (-10120) -> No product -At time : 4.1011 ns Reaction : H3O^1 (-7501) + OH^-1 (-12610) -> No product -At time : 4.1011 ns Reaction : H3O^1 (-6771) + OH^-1 (-12432) -> No product -At time : 4.1011 ns Reaction : OH^-1 (-12214) + H3O^1 (-6679) -> No product -At time : 4.1011 ns Reaction : e_aq^-1 (-4118) + H2O2^0 (-11669) -> OH^-1 (-12794) + OH^0 (-12795) -At time : 4.1011 ns Reaction : H^0 (-10390) + OH^0 (-11144) -> No product -At time : 4.1011 ns Reaction : e_aq^-1 (-458) + OH^0 (-11124) -> OH^-1 (-12796) -At time : 4.1011 ns Reaction : H^0 (-9743) + e_aq^-1 (-2460) -> OH^-1 (-12797) + H_2^0 (-12798) -At time : 4.1011 ns Reaction : e_aq^-1 (-5246) + H^0 (-8944) -> OH^-1 (-12799) + H_2^0 (-12800) -At time : 4.1011 ns Reaction : e_aq^-1 (-3119) + e_aq^-1 (-8716) -> OH^-1 (-12801) + OH^-1 (-12802) + H_2^0 (-12803) -At time : 4.1011 ns Reaction : e_aq^-1 (-2363) + H3O^1 (-8697) -> H^0 (-12804) -At time : 4.1011 ns Reaction : e_aq^-1 (-1198) + H3O^1 (-7987) -> H^0 (-12805) -At time : 4.1011 ns Reaction : e_aq^-1 (-5348) + H3O^1 (-7447) -> H^0 (-12806) -At time : 4.1011 ns Reaction : OH^0 (-7076) + OH^0 (-7088) -> H2O2^0 (-12807) -At time : 4.1011 ns Reaction : e_aq^-1 (-2899) + H3O^1 (-6435) -> H^0 (-12808) -At time : 4.1011 ns Reaction : e_aq^-1 (-3101) + H3O^1 (-6303) -> H^0 (-12809) -At time : 4.1011 ns Reaction : e_aq^-1 (-5248) + H3O^1 (-6141) -> H^0 (-12810) -At time : 4.1011 ns Reaction : e_aq^-1 (-3513) + H3O^1 (-5885) -> H^0 (-12811) -At time : 4.1011 ns Reaction : e_aq^-1 (-870) + H3O^1 (-5859) -> H^0 (-12812) -At time : 4.1011 ns Reaction : OH^-1 (-12676) + H3O^1 (-6589) -> No product -At time : 4.2011 ns Reaction : H3O^1 (-9931) + OH^-1 (-12784) -> No product -At time : 4.2011 ns Reaction : H3O^1 (-7903) + OH^-1 (-12753) -> No product -At time : 4.2011 ns Reaction : e_aq^-1 (-5194) + H^0 (-12646) -> OH^-1 (-12813) + H_2^0 (-12814) -At time : 4.2011 ns Reaction : H^0 (-12141) + e_aq^-1 (-4963) -> OH^-1 (-12815) + H_2^0 (-12816) -At time : 4.2011 ns Reaction : H3O^1 (-9524) + OH^-1 (-11589) -> No product -At time : 4.2011 ns Reaction : H^0 (-10619) + OH^0 (-6640) -> No product -At time : 4.2011 ns Reaction : OH^0 (-10580) + OH^0 (-6204) -> H2O2^0 (-12817) -At time : 4.2011 ns Reaction : e_aq^-1 (-5007) + H3O^1 (-10216) -> H^0 (-12818) -At time : 4.2011 ns Reaction : H^0 (-9764) + OH^0 (-7822) -> No product -At time : 4.2011 ns Reaction : e_aq^-1 (-2177) + H3O^1 (-8514) -> H^0 (-12819) -At time : 4.2011 ns Reaction : OH^0 (-6354) + OH^0 (-6364) -> H2O2^0 (-12820) -At time : 4.2011 ns Reaction : e_aq^-1 (-4614) + H3O^1 (-6015) -> H^0 (-12821) -At time : 4.3011 ns Reaction : e_aq^-1 (-5312) + H^0 (-12683) -> OH^-1 (-12822) + H_2^0 (-12823) -At time : 4.3011 ns Reaction : e_aq^-1 (-1218) + H^0 (-12547) -> OH^-1 (-12824) + H_2^0 (-12825) -At time : 4.3011 ns Reaction : OH^-1 (-11733) + H3O^1 (-6899) -> No product -At time : 4.3011 ns Reaction : OH^0 (-11343) + OH^0 (-8206) -> H2O2^0 (-12826) -At time : 4.3011 ns Reaction : H^0 (-10501) + OH^0 (-8022) -> No product -At time : 4.3011 ns Reaction : e_aq^-1 (-3711) + OH^0 (-9624) -> OH^-1 (-12827) -At time : 4.4011 ns Reaction : e_aq^-1 (-4603) + H^0 (-12521) -> OH^-1 (-12828) + H_2^0 (-12829) -At time : 4.4011 ns Reaction : H^0 (-12333) + OH^0 (-6788) -> No product -At time : 4.4011 ns Reaction : OH^0 (-11026) + e_aq^-1 (-940) -> OH^-1 (-12830) -At time : 4.4011 ns Reaction : OH^0 (-10934) + e_aq^-1 (-4517) -> OH^-1 (-12831) -At time : 4.4011 ns Reaction : e_aq^-1 (-1079) + H3O^1 (-10144) -> H^0 (-12832) -At time : 4.4011 ns Reaction : OH^0 (-10093) + OH^0 (-7542) -> H2O2^0 (-12833) -At time : 4.4011 ns Reaction : OH^0 (-10048) + OH^0 (-6948) -> H2O2^0 (-12834) -At time : 4.4011 ns Reaction : OH^0 (-9185) + OH^0 (-9188) -> H2O2^0 (-12835) -At time : 4.4011 ns Reaction : OH^0 (-6410) + OH^0 (-7666) -> H2O2^0 (-12836) -At time : 4.5011 ns Reaction : OH^-1 (-12732) + H3O^1 (-7951) -> No product -At time : 4.5011 ns Reaction : OH^-1 (-12611) + H3O^1 (-7573) -> No product -At time : 4.5011 ns Reaction : e_aq^-1 (-2904) + H2O2^0 (-11999) -> OH^-1 (-12837) + OH^0 (-12838) -At time : 4.5011 ns Reaction : OH^0 (-11313) + OH^0 (-6584) -> H2O2^0 (-12839) -At time : 4.5011 ns Reaction : OH^0 (-10982) + e_aq^-1 (-4613) -> OH^-1 (-12840) -At time : 4.5011 ns Reaction : e_aq^-1 (-1005) + OH^0 (-8855) -> OH^-1 (-12841) -At time : 4.5011 ns Reaction : e_aq^-1 (-4824) + H3O^1 (-8436) -> H^0 (-12842) -At time : 4.5011 ns Reaction : e_aq^-1 (-4884) + H3O^1 (-6035) -> H^0 (-12843) -At time : 4.6011 ns Reaction : e_aq^-1 (-3044) + H2O2^0 (-12289) -> OH^-1 (-12844) + OH^0 (-12845) -At time : 4.6011 ns Reaction : OH^-1 (-12222) + H3O^1 (-8119) -> No product -At time : 4.6011 ns Reaction : H^0 (-12091) + e_aq^-1 (-3451) -> OH^-1 (-12846) + H_2^0 (-12847) -At time : 4.6011 ns Reaction : OH^0 (-10944) + e_aq^-1 (-4524) -> OH^-1 (-12848) -At time : 4.6011 ns Reaction : OH^0 (-10812) + e_aq^-1 (-2077) -> OH^-1 (-12849) -At time : 4.6011 ns Reaction : H^0 (-10674) + H^0 (-9501) -> H_2^0 (-12850) -At time : 4.6011 ns Reaction : H^0 (-10542) + e_aq^-1 (-4411) -> OH^-1 (-12851) + H_2^0 (-12852) -At time : 4.6011 ns Reaction : e_aq^-1 (-5409) + OH^0 (-10402) -> OH^-1 (-12853) -At time : 4.6011 ns Reaction : H^0 (-10271) + OH^0 (-6138) -> No product -At time : 4.6011 ns Reaction : H^0 (-10111) + e_aq^-1 (-4579) -> OH^-1 (-12854) + H_2^0 (-12855) -At time : 4.6011 ns Reaction : OH^0 (-9236) + e_aq^-1 (-2335) -> OH^-1 (-12856) -At time : 4.6011 ns Reaction : e_aq^-1 (-4931) + e_aq^-1 (-8872) -> OH^-1 (-12857) + OH^-1 (-12858) + H_2^0 (-12859) -At time : 4.6011 ns Reaction : e_aq^-1 (-2803) + OH^0 (-6442) -> OH^-1 (-12860) -At time : 4.6011 ns Reaction : e_aq^-1 (-5468) + e_aq^-1 (-5367) -> OH^-1 (-12861) + OH^-1 (-12862) + H_2^0 (-12863) -At time : 4.6011 ns Reaction : e_aq^-1 (-5220) + OH^0 (-7226) -> OH^-1 (-12864) -At time : 4.6011 ns Reaction : e_aq^-1 (-3837) + OH^0 (-5830) -> OH^-1 (-12865) -At time : 4.6011 ns Reaction : e_aq^-1 (-5619) + OH^0 (-5718) -> OH^-1 (-12866) -At time : 4.7011 ns Reaction : OH^-1 (-12865) + H3O^1 (-6601) -> No product -At time : 4.7011 ns Reaction : OH^-1 (-12864) + H3O^1 (-7455) -> No product -At time : 4.7011 ns Reaction : e_aq^-1 (-1392) + H2O2^0 (-12834) -> OH^-1 (-12867) + OH^0 (-12868) -At time : 4.7011 ns Reaction : OH^-1 (-12718) + H3O^1 (-11152) -> No product -At time : 4.7011 ns Reaction : H2O2^0 (-12512) + e_aq^-1 (-8437) -> OH^-1 (-12869) + OH^0 (-12870) -At time : 4.7011 ns Reaction : e_aq^-1 (-1211) + H^0 (-11811) -> OH^-1 (-12871) + H_2^0 (-12872) -At time : 4.7011 ns Reaction : H^0 (-11354) + OH^0 (-7310) -> No product -At time : 4.7011 ns Reaction : H3O^1 (-10709) + e_aq^-1 (-2924) -> H^0 (-12873) -At time : 4.7011 ns Reaction : e_aq^-1 (-4744) + OH^0 (-8834) -> OH^-1 (-12874) -At time : 4.7011 ns Reaction : e_aq^-1 (-3738) + H3O^1 (-7771) -> H^0 (-12875) -At time : 4.7011 ns Reaction : OH^0 (-6380) + OH^0 (-6388) -> H2O2^0 (-12876) -At time : 4.7011 ns Reaction : OH^0 (-5745) + OH^0 (-6022) -> H2O2^0 (-12877) -At time : 4.8011 ns Reaction : H3O^1 (-6029) + OH^-1 (-12871) -> No product -At time : 4.8011 ns Reaction : OH^-1 (-12844) + H3O^1 (-8727) -> No product -At time : 4.8011 ns Reaction : H3O^1 (-10859) + OH^-1 (-12769) -> No product -At time : 4.8011 ns Reaction : e_aq^-1 (-1205) + H2O2^0 (-12361) -> OH^-1 (-12878) + OH^0 (-12879) -At time : 4.8011 ns Reaction : OH^0 (-10282) + OH^0 (-6136) -> H2O2^0 (-12880) -At time : 4.8011 ns Reaction : H^0 (-9239) + e_aq^-1 (-4002) -> OH^-1 (-12881) + H_2^0 (-12882) -At time : 4.8011 ns Reaction : OH^-1 (-5810) + H3O^1 (-8307) -> No product -At time : 4.8011 ns Reaction : OH^0 (-7414) + OH^0 (-8260) -> H2O2^0 (-12883) -At time : 4.8011 ns Reaction : e_aq^-1 (-4308) + OH^0 (-6838) -> OH^-1 (-12884) -At time : 4.8011 ns Reaction : H3O^1 (-10154) + OH^-1 (-12824) -> No product -At time : 4.8011 ns Reaction : OH^0 (-10659) + e_aq^-1 (-3527) -> OH^-1 (-12885) -At time : 4.9011 ns Reaction : H3O^1 (-6963) + OH^-1 (-12848) -> No product -At time : 4.9011 ns Reaction : e_aq^-1 (-2466) + H^0 (-12780) -> OH^-1 (-12886) + H_2^0 (-12887) -At time : 4.9011 ns Reaction : OH^-1 (-12771) + H3O^1 (-6831) -> No product -At time : 4.9011 ns Reaction : H3O^1 (-9809) + OH^-1 (-12719) -> No product -At time : 4.9011 ns Reaction : OH^-1 (-12603) + H3O^1 (-7079) -> No product -At time : 4.9011 ns Reaction : e_aq^-1 (-1966) + H2O2^0 (-12573) -> OH^-1 (-12888) + OH^0 (-12889) -At time : 4.9011 ns Reaction : OH^-1 (-12509) + H3O^1 (-10701) -> No product -At time : 4.9011 ns Reaction : e_aq^-1 (-722) + H3O^1 (-11056) -> H^0 (-12890) -At time : 4.9011 ns Reaction : H^0 (-10495) + OH^0 (-8074) -> No product -At time : 4.9011 ns Reaction : OH^0 (-10149) + OH^0 (-7048) -> H2O2^0 (-12891) -At time : 4.9011 ns Reaction : e_aq^-1 (-3594) + OH^0 (-9001) -> OH^-1 (-12892) -At time : 4.9011 ns Reaction : e_aq^-1 (-2129) + H3O^1 (-7627) -> H^0 (-12893) -At time : 4.9011 ns Reaction : e_aq^-1 (-4664) + H3O^1 (-7031) -> H^0 (-12894) -At time : 5.0011 ns Reaction : H^0 (-12778) + e_aq^-1 (-4443) -> OH^-1 (-12895) + H_2^0 (-12896) -At time : 5.0011 ns Reaction : H3O^1 (-10294) + OH^-1 (-12767) -> No product -At time : 5.0011 ns Reaction : OH^-1 (-12678) + H3O^1 (-6993) -> No product -At time : 5.0011 ns Reaction : OH^-1 (-12642) + H3O^1 (-7081) -> No product -At time : 5.0011 ns Reaction : H3O^1 (-11021) + e_aq^-1 (-4926) -> H^0 (-12897) -At time : 5.0011 ns Reaction : OH^0 (-10444) + OH^0 (-8174) -> H2O2^0 (-12898) -At time : 5.0011 ns Reaction : H^0 (-10326) + OH^0 (-8921) -> No product -At time : 5.0011 ns Reaction : e_aq^-1 (-5550) + OH^0 (-8618) -> OH^-1 (-12899) -At time : 5.0011 ns Reaction : e_aq^-1 (-4432) + H3O^1 (-7595) -> H^0 (-12900) -At time : 5.0011 ns Reaction : e_aq^-1 (-3501) + H3O^1 (-6249) -> H^0 (-12901) -At time : 5.0011 ns Reaction : e_aq^-1 (-5591) + e_aq^-1 (-5641) -> OH^-1 (-12902) + OH^-1 (-12903) + H_2^0 (-12904) -At time : 5.0011 ns Reaction : e_aq^-1 (-3034) + e_aq^-1 (-3038) -> OH^-1 (-12905) + OH^-1 (-12906) + H_2^0 (-12907) -At time : 5.1011 ns Reaction : OH^-1 (-12869) + H3O^1 (-7105) -> No product -At time : 5.1011 ns Reaction : OH^-1 (-12866) + H3O^1 (-8297) -> No product -At time : 5.1011 ns Reaction : OH^-1 (-12851) + H3O^1 (-9283) -> No product -At time : 5.1011 ns Reaction : OH^-1 (-12828) + H3O^1 (-6973) -> No product -At time : 5.1011 ns Reaction : OH^-1 (-12731) + H3O^1 (-7029) -> No product -At time : 5.1011 ns Reaction : OH^-1 (-12704) + H3O^1 (-7555) -> No product -At time : 5.1011 ns Reaction : OH^-1 (-12494) + H3O^1 (-10743) -> No product -At time : 5.1011 ns Reaction : e_aq^-1 (-2490) + H2O2^0 (-12490) -> OH^-1 (-12908) + OH^0 (-12909) -At time : 5.1011 ns Reaction : e_aq^-1 (-5139) + H3O^1 (-10250) -> H^0 (-12910) -At time : 5.1011 ns Reaction : OH^0 (-7856) + H^0 (-9020) -> No product -At time : 5.1011 ns Reaction : e_aq^-1 (-3782) + OH^0 (-9005) -> OH^-1 (-12911) -At time : 5.1011 ns Reaction : e_aq^-1 (-3534) + H^0 (-8994) -> OH^-1 (-12912) + H_2^0 (-12913) -At time : 5.1011 ns Reaction : OH^0 (-8088) + OH^0 (-8870) -> H2O2^0 (-12914) -At time : 5.1011 ns Reaction : OH^0 (-7186) + e_aq^-1 (-8452) -> OH^-1 (-12915) -At time : 5.1011 ns Reaction : e_aq^-1 (-4647) + H3O^1 (-6997) -> H^0 (-12916) -At time : 5.1011 ns Reaction : e_aq^-1 (-4542) + OH^0 (-6938) -> OH^-1 (-12917) -At time : 5.1011 ns Reaction : e_aq^-1 (-136) + H3O^1 (-6109) -> H^0 (-12918) -At time : 5.2011 ns Reaction : OH^-1 (-12749) + H3O^1 (-6527) -> No product -At time : 5.2011 ns Reaction : OH^-1 (-12702) + H3O^1 (-8910) -> No product -At time : 5.2011 ns Reaction : H3O^1 (-9526) + OH^-1 (-12607) -> No product -At time : 5.2011 ns Reaction : e_aq^-1 (-4235) + H^0 (-12517) -> OH^-1 (-12919) + H_2^0 (-12920) -At time : 5.2011 ns Reaction : H3O^1 (-11158) + e_aq^-1 (-5476) -> H^0 (-12921) -At time : 5.2011 ns Reaction : H^0 (-10878) + e_aq^-1 (-4295) -> OH^-1 (-12922) + H_2^0 (-12923) -At time : 5.2011 ns Reaction : H^0 (-10468) + OH^0 (-5850) -> No product -At time : 5.2011 ns Reaction : e_aq^-1 (-5015) + H3O^1 (-10196) -> H^0 (-12924) -At time : 5.2011 ns Reaction : e_aq^-1 (-484) + H3O^1 (-7239) -> H^0 (-12925) -At time : 5.2011 ns Reaction : H3O^1 (-6369) + OH^-1 (-12639) -> No product -At time : 5.3011 ns Reaction : H3O^1 (-6309) + OH^-1 (-12892) -> No product -At time : 5.3011 ns Reaction : H3O^1 (-9802) + OH^-1 (-12881) -> No product -At time : 5.3011 ns Reaction : e_aq^-1 (-4706) + H^0 (-12805) -> OH^-1 (-12926) + H_2^0 (-12927) -At time : 5.3011 ns Reaction : H3O^1 (-6095) + OH^-1 (-12721) -> No product -At time : 5.3011 ns Reaction : OH^-1 (-12713) + H3O^1 (-6409) -> No product -At time : 5.3011 ns Reaction : OH^-1 (-12671) + H3O^1 (-7305) -> No product -At time : 5.3011 ns Reaction : OH^0 (-10953) + OH^0 (-12666) -> H2O2^0 (-12928) -At time : 5.3011 ns Reaction : H^0 (-12649) + OH^0 (-6818) -> No product -At time : 5.3011 ns Reaction : e_aq^-1 (-4298) + H2O2^0 (-12223) -> OH^-1 (-12929) + OH^0 (-12930) -At time : 5.3011 ns Reaction : e_aq^-1 (-319) + OH^0 (-11350) -> OH^-1 (-12931) -At time : 5.3011 ns Reaction : OH^0 (-11042) + OH^0 (-10193) -> H2O2^0 (-12932) -At time : 5.3011 ns Reaction : OH^0 (-9954) + OH^0 (-10858) -> H2O2^0 (-12933) -At time : 5.3011 ns Reaction : OH^0 (-9843) + OH^0 (-7630) -> H2O2^0 (-12934) -At time : 5.3011 ns Reaction : H3O^1 (-9842) + e_aq^-1 (-2127) -> H^0 (-12935) -At time : 5.3011 ns Reaction : H3O^1 (-8237) + e_aq^-1 (-8338) -> H^0 (-12936) -At time : 5.3011 ns Reaction : e_aq^-1 (-5167) + H3O^1 (-7469) -> H^0 (-12937) -At time : 5.3011 ns Reaction : e_aq^-1 (-2496) + e_aq^-1 (-3917) -> OH^-1 (-12938) + OH^-1 (-12939) + H_2^0 (-12940) -At time : 5.4011 ns Reaction : H3O^1 (-7123) + OH^-1 (-12830) -> No product -At time : 5.4011 ns Reaction : OH^-1 (-12827) + H3O^1 (-6447) -> No product -At time : 5.4011 ns Reaction : H2O2^0 (-12565) + e_aq^-1 (-4361) -> OH^-1 (-12941) + OH^0 (-12942) -At time : 5.4011 ns Reaction : H2O2^0 (-12417) + e_aq^-1 (-3706) -> OH^-1 (-12943) + OH^0 (-12944) -At time : 5.4011 ns Reaction : e_aq^-1 (-3807) + H2O2^0 (-12132) -> OH^-1 (-12945) + OH^0 (-12946) -At time : 5.4011 ns Reaction : e_aq^-1 (-5231) + H2O2^0 (-11756) -> OH^-1 (-12947) + OH^0 (-12948) -At time : 5.4011 ns Reaction : H^0 (-10491) + e_aq^-1 (-1031) -> OH^-1 (-12949) + H_2^0 (-12950) -At time : 5.4011 ns Reaction : e_aq^-1 (-4186) + H3O^1 (-9888) -> H^0 (-12951) -At time : 5.4011 ns Reaction : OH^0 (-7142) + OH^0 (-7482) -> H2O2^0 (-12952) -At time : 5.4011 ns Reaction : e_aq^-1 (-384) + H3O^1 (-7273) -> H^0 (-12953) -At time : 5.4011 ns Reaction : e_aq^-1 (-2235) + e_aq^-1 (-4031) -> OH^-1 (-12954) + OH^-1 (-12955) + H_2^0 (-12956) -At time : 5.5011 ns Reaction : OH^-1 (-12653) + H3O^1 (-8275) -> No product -At time : 5.5011 ns Reaction : OH^0 (-11071) + OH^0 (-7148) -> H2O2^0 (-12957) -At time : 5.5011 ns Reaction : e_aq^-1 (-3811) + H3O^1 (-6585) -> H^0 (-12958) -At time : 5.5011 ns Reaction : e_aq^-1 (-4958) + e_aq^-1 (-5039) -> OH^-1 (-12959) + OH^-1 (-12960) + H_2^0 (-12961) -At time : 5.5011 ns Reaction : e_aq^-1 (-3629) + e_aq^-1 (-3628) -> OH^-1 (-12962) + OH^-1 (-12963) + H_2^0 (-12964) -At time : 5.5011 ns Reaction : H3O^1 (-5843) + OH^-1 (-12878) -> No product -At time : 5.5011 ns Reaction : e_aq^-1 (-4630) + OH^0 (-7552) -> OH^-1 (-12965) -At time : 5.6011 ns Reaction : H3O^1 (-9890) + OH^-1 (-12694) -> No product -At time : 5.6011 ns Reaction : e_aq^-1 (-1365) + H2O2^0 (-11676) -> OH^-1 (-12966) + OH^0 (-12967) -At time : 5.6011 ns Reaction : OH^0 (-9308) + OH^0 (-7096) -> H2O2^0 (-12968) -At time : 5.6011 ns Reaction : e_aq^-1 (-5362) + OH^0 (-8912) -> OH^-1 (-12969) -At time : 5.6011 ns Reaction : e_aq^-1 (-4650) + OH^0 (-7554) -> OH^-1 (-12970) -At time : 5.6011 ns Reaction : e_aq^-1 (-900) + e_aq^-1 (-990) -> OH^-1 (-12971) + OH^-1 (-12972) + H_2^0 (-12973) -At time : 5.7011 ns Reaction : H3O^1 (-6017) + OH^-1 (-12874) -> No product -At time : 5.7011 ns Reaction : e_aq^-1 (-5004) + OH^0 (-8441) -> OH^-1 (-12974) -At time : 5.7011 ns Reaction : e_aq^-1 (-202) + OH^0 (-8264) -> OH^-1 (-12975) -At time : 5.7011 ns Reaction : e_aq^-1 (-702) + H3O^1 (-8133) -> H^0 (-12976) -At time : 5.7011 ns Reaction : e_aq^-1 (-5086) + H3O^1 (-8127) -> H^0 (-12977) -At time : 5.7011 ns Reaction : e_aq^-1 (-1890) + OH^0 (-7594) -> OH^-1 (-12978) -At time : 5.7011 ns Reaction : OH^-1 (-12974) + H3O^1 (-7127) -> No product -At time : 5.8011 ns Reaction : OH^-1 (-12908) + H3O^1 (-9725) -> No product -At time : 5.8011 ns Reaction : OH^-1 (-12906) + H3O^1 (-8730) -> No product -At time : 5.8011 ns Reaction : H^0 (-12431) + OH^0 (-5888) -> No product -At time : 5.8011 ns Reaction : OH^0 (-11045) + OH^0 (-7138) -> H2O2^0 (-12979) -At time : 5.8011 ns Reaction : H^0 (-10948) + e_aq^-1 (-4533) -> OH^-1 (-12980) + H_2^0 (-12981) -At time : 5.8011 ns Reaction : OH^0 (-10621) + OH^0 (-6602) -> H2O2^0 (-12982) -At time : 5.8011 ns Reaction : H3O^1 (-9754) + e_aq^-1 (-2434) -> H^0 (-12983) -At time : 5.8011 ns Reaction : OH^0 (-9706) + e_aq^-1 (-2621) -> OH^-1 (-12984) -At time : 5.8011 ns Reaction : e_aq^-1 (-5396) + OH^0 (-8258) -> OH^-1 (-12985) -At time : 5.8011 ns Reaction : e_aq^-1 (-3111) + OH^0 (-7718) -> OH^-1 (-12986) -At time : 5.8011 ns Reaction : e_aq^-1 (-2392) + H3O^1 (-6659) -> H^0 (-12987) -At time : 5.8011 ns Reaction : e_aq^-1 (-230) + e_aq^-1 (-5457) -> OH^-1 (-12988) + OH^-1 (-12989) + H_2^0 (-12990) -At time : 5.8011 ns Reaction : OH^-1 (-12941) + H3O^1 (-6863) -> No product -At time : 5.9011 ns Reaction : H3O^1 (-10190) + OH^-1 (-12971) -> No product -At time : 5.9011 ns Reaction : H3O^1 (-8299) + OH^-1 (-12899) -> No product -At time : 5.9011 ns Reaction : OH^-1 (-12680) + H3O^1 (-8141) -> No product -At time : 5.9011 ns Reaction : e_aq^-1 (-5349) + H2O2^0 (-11753) -> OH^-1 (-12991) + OH^0 (-12992) -At time : 5.9011 ns Reaction : OH^0 (-11157) + OH^0 (-7288) -> H2O2^0 (-12993) -At time : 5.9011 ns Reaction : e_aq^-1 (-4000) + H3O^1 (-10805) -> H^0 (-12994) -At time : 5.9011 ns Reaction : H^0 (-10732) + OH^0 (-7780) -> No product -At time : 5.9011 ns Reaction : OH^0 (-10654) + e_aq^-1 (-3299) -> OH^-1 (-12995) -At time : 5.9011 ns Reaction : e_aq^-1 (-2741) + H^0 (-9644) -> OH^-1 (-12996) + H_2^0 (-12997) -At time : 5.9011 ns Reaction : OH^0 (-9449) + OH^0 (-7674) -> H2O2^0 (-12998) -At time : 5.9011 ns Reaction : e_aq^-1 (-1105) + H3O^1 (-8041) -> H^0 (-12999) -At time : 5.9011 ns Reaction : e_aq^-1 (-4492) + H3O^1 (-6949) -> H^0 (-13000) -At time : 6.0011 ns Reaction : H3O^1 (-9289) + OH^-1 (-12965) -> No product -At time : 6.0011 ns Reaction : OH^0 (-12476) + e_aq^-1 (-5150) -> OH^-1 (-13001) -At time : 6.0011 ns Reaction : OH^-1 (-11929) + H3O^1 (-7575) -> No product -At time : 6.0011 ns Reaction : e_aq^-1 (-2547) + H2O2^0 (-11594) -> OH^-1 (-13002) + OH^0 (-13003) -At time : 6.0011 ns Reaction : OH^0 (-10472) + H^0 (-11034) -> No product -At time : 6.0011 ns Reaction : OH^0 (-9393) + e_aq^-1 (-5639) -> OH^-1 (-13004) -At time : 6.0011 ns Reaction : e_aq^-1 (-4115) + OH^0 (-9025) -> OH^-1 (-13005) -At time : 6.0011 ns Reaction : e_aq^-1 (-3609) + H3O^1 (-6335) -> H^0 (-13006) -At time : 6.1011 ns Reaction : OH^-1 (-12902) + H3O^1 (-8601) -> No product -At time : 6.1011 ns Reaction : H^0 (-12789) + OH^0 (-7398) -> No product -At time : 6.1011 ns Reaction : H3O^1 (-6871) + OH^-1 (-12739) -> No product -At time : 6.1011 ns Reaction : e_aq^-1 (-4033) + H^0 (-12725) -> OH^-1 (-13007) + H_2^0 (-13008) -At time : 6.1011 ns Reaction : e_aq^-1 (-5541) + H2O2^0 (-12245) -> OH^-1 (-13009) + OH^0 (-13010) -At time : 6.1011 ns Reaction : e_aq^-1 (-5420) + H2O2^0 (-11437) -> OH^-1 (-13011) + OH^0 (-13012) -At time : 6.1011 ns Reaction : H^0 (-9194) + OH^0 (-10706) -> No product -At time : 6.1011 ns Reaction : OH^0 (-9972) + e_aq^-1 (-4415) -> OH^-1 (-13013) -At time : 6.1011 ns Reaction : OH^0 (-9688) + e_aq^-1 (-2691) -> OH^-1 (-13014) -At time : 6.1011 ns Reaction : OH^0 (-7320) + OH^0 (-7410) -> H2O2^0 (-13015) -At time : 6.1011 ns Reaction : e_aq^-1 (-2757) + H3O^1 (-6549) -> H^0 (-13016) -At time : 6.1011 ns Reaction : e_aq^-1 (-1100) + e_aq^-1 (-4691) -> OH^-1 (-13017) + OH^-1 (-13018) + H_2^0 (-13019) -At time : 6.1011 ns Reaction : OH^-1 (-12903) + H3O^1 (-8466) -> No product -At time : 6.2011 ns Reaction : H3O^1 (-6441) + OH^-1 (-12943) -> No product -At time : 6.2011 ns Reaction : OH^-1 (-12840) + H3O^1 (-6989) -> No product -At time : 6.2011 ns Reaction : H^0 (-10336) + OH^0 (-12437) -> No product -At time : 6.2011 ns Reaction : H^0 (-12300) + OH^0 (-7276) -> No product -At time : 6.2011 ns Reaction : H3O^1 (-10469) + OH^-1 (-11757) -> No product -At time : 6.2011 ns Reaction : H2O2^0 (-11740) + e_aq^-1 (-8581) -> OH^-1 (-13020) + OH^0 (-13021) -At time : 6.2011 ns Reaction : e_aq^-1 (-3603) + H3O^1 (-8724) -> H^0 (-13022) -At time : 6.2011 ns Reaction : e_aq^-1 (-4578) + H3O^1 (-7969) -> H^0 (-13023) -At time : 6.2011 ns Reaction : e_aq^-1 (-5302) + H3O^1 (-7417) -> H^0 (-13024) -At time : 6.2011 ns Reaction : e_aq^-1 (-5380) + H3O^1 (-7291) -> H^0 (-13025) -At time : 6.2011 ns Reaction : H3O^1 (-7337) + OH^-1 (-13009) -> No product -At time : 6.3011 ns Reaction : OH^-1 (-12980) + H3O^1 (-6987) -> No product -At time : 6.3011 ns Reaction : OH^-1 (-12911) + H3O^1 (-8346) -> No product -At time : 6.3011 ns Reaction : H^0 (-11049) + H^0 (-12208) -> H_2^0 (-13026) -At time : 6.3011 ns Reaction : H^0 (-10972) + H^0 (-11833) -> H_2^0 (-13027) -At time : 6.3011 ns Reaction : H^0 (-9926) + H^0 (-9907) -> H_2^0 (-13028) -At time : 6.3011 ns Reaction : OH^0 (-9413) + e_aq^-1 (-5028) -> OH^-1 (-13029) -At time : 6.3011 ns Reaction : e_aq^-1 (-4836) + OH^0 (-8064) -> OH^-1 (-13030) -At time : 6.3011 ns Reaction : e_aq^-1 (-4436) + H3O^1 (-7929) -> H^0 (-13031) -At time : 6.3011 ns Reaction : e_aq^-1 (-3808) + OH^0 (-6562) -> OH^-1 (-13032) -At time : 6.3011 ns Reaction : e_aq^-1 (-5442) + e_aq^-1 (-5453) -> OH^-1 (-13033) + OH^-1 (-13034) + H_2^0 (-13035) -At time : 6.3011 ns Reaction : e_aq^-1 (-5387) + e_aq^-1 (-5438) -> OH^-1 (-13036) + OH^-1 (-13037) + H_2^0 (-13038) -At time : 6.3011 ns Reaction : e_aq^-1 (-5262) + e_aq^-1 (-5275) -> OH^-1 (-13039) + OH^-1 (-13040) + H_2^0 (-13041) -At time : 6.3011 ns Reaction : e_aq^-1 (-592) + OH^0 (-7210) -> OH^-1 (-13042) -At time : 6.4011 ns Reaction : H^0 (-12875) + OH^0 (-10721) -> No product -At time : 6.4011 ns Reaction : OH^-1 (-12831) + H3O^1 (-6981) -> No product -At time : 6.4011 ns Reaction : OH^0 (-11336) + OH^0 (-7156) -> H2O2^0 (-13043) -At time : 6.4011 ns Reaction : H^0 (-10525) + OH^0 (-7980) -> No product -At time : 6.4011 ns Reaction : H^0 (-9147) + OH^0 (-9150) -> No product -At time : 6.4011 ns Reaction : e_aq^-1 (-5679) + OH^0 (-8937) -> OH^-1 (-13044) -At time : 6.4011 ns Reaction : OH^0 (-7122) + e_aq^-1 (-8860) -> OH^-1 (-13045) -At time : 6.4011 ns Reaction : e_aq^-1 (-761) + H3O^1 (-8165) -> H^0 (-13046) -At time : 6.4011 ns Reaction : e_aq^-1 (-717) + H3O^1 (-8115) -> H^0 (-13047) -At time : 6.4011 ns Reaction : e_aq^-1 (-179) + e_aq^-1 (-5571) -> OH^-1 (-13048) + OH^-1 (-13049) + H_2^0 (-13050) -At time : 6.5011 ns Reaction : OH^-1 (-13011) + H3O^1 (-6131) -> No product -At time : 6.5011 ns Reaction : H3O^1 (-7423) + OH^-1 (-12985) -> No product -At time : 6.5011 ns Reaction : H3O^1 (-5829) + OH^-1 (-12945) -> No product -At time : 6.5011 ns Reaction : H^0 (-12818) + OH^0 (-6062) -> No product -At time : 6.5011 ns Reaction : H3O^1 (-10902) + OH^-1 (-12790) -> No product -At time : 6.5011 ns Reaction : OH^0 (-9919) + H^0 (-12415) -> No product -At time : 6.5011 ns Reaction : e_aq^-1 (-5062) + H2O2^0 (-12404) -> OH^-1 (-13051) + OH^0 (-13052) -At time : 6.5011 ns Reaction : H2O2^0 (-12347) + e_aq^-1 (-2230) -> OH^-1 (-13053) + OH^0 (-13054) -At time : 6.5011 ns Reaction : OH^0 (-10569) + e_aq^-1 (-8362) -> OH^-1 (-13055) -At time : 6.5011 ns Reaction : e_aq^-1 (-2800) + H^0 (-9636) -> OH^-1 (-13056) + H_2^0 (-13057) -At time : 6.5011 ns Reaction : e_aq^-1 (-4748) + OH^0 (-8501) -> OH^-1 (-13058) -At time : 6.5011 ns Reaction : e_aq^-1 (-2403) + H3O^1 (-5947) -> H^0 (-13059) -At time : 6.5011 ns Reaction : OH^-1 (-13058) + H3O^1 (-8017) -> No product -At time : 6.6011 ns Reaction : H3O^1 (-6995) + OH^-1 (-12966) -> No product -At time : 6.6011 ns Reaction : H^0 (-12597) + OH^0 (-5970) -> No product -At time : 6.6011 ns Reaction : OH^0 (-10537) + OH^0 (-10014) -> H2O2^0 (-13060) -At time : 6.6011 ns Reaction : OH^0 (-6662) + H^0 (-9016) -> No product -At time : 6.6011 ns Reaction : e_aq^-1 (-4501) + H3O^1 (-7973) -> H^0 (-13061) -At time : 6.6011 ns Reaction : e_aq^-1 (-3515) + H3O^1 (-6231) -> H^0 (-13062) -At time : 6.7011 ns Reaction : OH^-1 (-12972) + H3O^1 (-7503) -> No product -At time : 6.7011 ns Reaction : OH^0 (-10877) + OH^0 (-5998) -> H2O2^0 (-13063) -At time : 6.7011 ns Reaction : OH^0 (-10876) + e_aq^-1 (-1744) -> OH^-1 (-13064) -At time : 6.7011 ns Reaction : OH^0 (-10642) + e_aq^-1 (-3342) -> OH^-1 (-13065) -At time : 6.7011 ns Reaction : e_aq^-1 (-8395) + H3O^1 (-8904) -> H^0 (-13066) -At time : 6.7011 ns Reaction : OH^-1 (-13064) + H3O^1 (-5995) -> No product -At time : 6.8011 ns Reaction : OH^-1 (-13002) + H3O^1 (-6557) -> No product -At time : 6.8011 ns Reaction : OH^-1 (-12984) + H3O^1 (-6593) -> No product -At time : 6.8011 ns Reaction : e_aq^-1 (-4761) + OH^0 (-12879) -> OH^-1 (-13067) -At time : 6.8011 ns Reaction : e_aq^-1 (-3627) + H^0 (-12324) -> OH^-1 (-13068) + H_2^0 (-13069) -At time : 6.8011 ns Reaction : e_aq^-1 (-3992) + H2O2^0 (-11489) -> OH^-1 (-13070) + OH^0 (-13071) -At time : 6.8011 ns Reaction : OH^0 (-9428) + H^0 (-9044) -> No product -At time : 6.8011 ns Reaction : e_aq^-1 (-642) + H3O^1 (-8167) -> H^0 (-13072) -At time : 6.8011 ns Reaction : e_aq^-1 (-2565) + OH^0 (-6568) -> OH^-1 (-13073) -At time : 6.8011 ns Reaction : e_aq^-1 (-3790) + H3O^1 (-6521) -> H^0 (-13074) -At time : 6.8011 ns Reaction : e_aq^-1 (-3771) + H3O^1 (-6497) -> H^0 (-13075) -At time : 6.8011 ns Reaction : e_aq^-1 (-3586) + OH^0 (-6362) -> OH^-1 (-13076) -At time : 6.8011 ns Reaction : e_aq^-1 (-3725) + e_aq^-1 (-3701) -> OH^-1 (-13077) + OH^-1 (-13078) + H_2^0 (-13079) -At time : 6.9011 ns Reaction : OH^-1 (-13067) + H3O^1 (-6163) -> No product -At time : 6.9011 ns Reaction : OH^-1 (-13018) + H3O^1 (-8021) -> No product -At time : 6.9011 ns Reaction : H^0 (-9875) + OH^0 (-12174) -> No product -At time : 6.9011 ns Reaction : e_aq^-1 (-4264) + H^0 (-11233) -> OH^-1 (-13080) + H_2^0 (-13081) -At time : 6.9011 ns Reaction : e_aq^-1 (-487) + H^0 (-11125) -> OH^-1 (-13082) + H_2^0 (-13083) -At time : 6.9011 ns Reaction : H3O^1 (-9703) + e_aq^-1 (-3825) -> H^0 (-13084) -At time : 6.9011 ns Reaction : e_aq^-1 (-4750) + H3O^1 (-8499) -> H^0 (-13085) -At time : 6.9011 ns Reaction : e_aq^-1 (-3922) + H3O^1 (-6645) -> H^0 (-13086) -At time : 6.9011 ns Reaction : e_aq^-1 (-3826) + OH^0 (-6570) -> OH^-1 (-13087) -At time : 6.9011 ns Reaction : e_aq^-1 (-4859) + H3O^1 (-6039) -> H^0 (-13088) -At time : 6.9011 ns Reaction : e_aq^-1 (-5221) + e_aq^-1 (-5214) -> OH^-1 (-13089) + OH^-1 (-13090) + H_2^0 (-13091) -At time : 7.0011 ns Reaction : OH^-1 (-12905) + H3O^1 (-6341) -> No product -At time : 7.0011 ns Reaction : H3O^1 (-7589) + OH^-1 (-12738) -> No product -At time : 7.0011 ns Reaction : OH^-1 (-12471) + H3O^1 (-10587) -> No product -At time : 7.0011 ns Reaction : OH^0 (-10020) + OH^0 (-6946) -> H2O2^0 (-13092) -At time : 7.0011 ns Reaction : e_aq^-1 (-2511) + e_aq^-1 (-3824) -> OH^-1 (-13093) + OH^-1 (-13094) + H_2^0 (-13095) -At time : 7.1011 ns Reaction : H3O^1 (-9908) + OH^-1 (-12884) -> No product -At time : 7.1011 ns Reaction : e_aq^-1 (-4140) + OH^0 (-12795) -> OH^-1 (-13096) -At time : 7.1011 ns Reaction : H3O^1 (-9631) + OH^-1 (-12776) -> No product -At time : 7.1011 ns Reaction : OH^-1 (-12474) + H3O^1 (-9580) -> No product -At time : 7.1011 ns Reaction : H3O^1 (-5845) + OH^-1 (-11685) -> No product -At time : 7.1011 ns Reaction : H^0 (-10600) + e_aq^-1 (-2316) -> OH^-1 (-13097) + H_2^0 (-13098) -At time : 7.1011 ns Reaction : H3O^1 (-9775) + e_aq^-1 (-3977) -> H^0 (-13099) -At time : 7.1011 ns Reaction : e_aq^-1 (-2867) + OH^0 (-8762) -> OH^-1 (-13100) -At time : 7.2011 ns Reaction : OH^-1 (-13100) + H3O^1 (-6421) -> No product -At time : 7.2011 ns Reaction : OH^-1 (-13096) + H3O^1 (-7881) -> No product -At time : 7.2011 ns Reaction : OH^0 (-7232) + OH^0 (-12507) -> H2O2^0 (-13101) -At time : 7.2011 ns Reaction : e_aq^-1 (-4286) + H3O^1 (-8796) -> H^0 (-13102) -At time : 7.2011 ns Reaction : e_aq^-1 (-4493) + H3O^1 (-6929) -> H^0 (-13103) -At time : 7.3011 ns Reaction : OH^-1 (-13029) + H3O^1 (-7483) -> No product -At time : 7.3011 ns Reaction : H3O^1 (-6247) + OH^-1 (-12995) -> No product -At time : 7.3011 ns Reaction : OH^-1 (-12849) + H3O^1 (-5973) -> No product -At time : 7.3011 ns Reaction : H^0 (-12774) + e_aq^-1 (-4758) -> OH^-1 (-13104) + H_2^0 (-13105) -At time : 7.3011 ns Reaction : OH^0 (-10287) + OH^0 (-10297) -> H2O2^0 (-13106) -At time : 7.3011 ns Reaction : e_aq^-1 (-3661) + H3O^1 (-8754) -> H^0 (-13107) -At time : 7.3011 ns Reaction : e_aq^-1 (-4904) + H3O^1 (-8091) -> H^0 (-13108) -At time : 7.4011 ns Reaction : H^0 (-13024) + OH^0 (-7282) -> No product -At time : 7.4011 ns Reaction : OH^0 (-12992) + OH^0 (-8909) -> H2O2^0 (-13109) -At time : 7.4011 ns Reaction : H^0 (-12583) + e_aq^-1 (-8677) -> OH^-1 (-13110) + H_2^0 (-13111) -At time : 7.4011 ns Reaction : OH^-1 (-12574) + H3O^1 (-7161) -> No product -At time : 7.4011 ns Reaction : H3O^1 (-10585) + e_aq^-1 (-2113) -> H^0 (-13112) -At time : 7.4011 ns Reaction : OH^0 (-9638) + e_aq^-1 (-3729) -> OH^-1 (-13113) -At time : 7.4011 ns Reaction : OH^0 (-7962) + H^0 (-9060) -> No product -At time : 7.4011 ns Reaction : e_aq^-1 (-595) + OH^0 (-5727) -> OH^-1 (-13114) -At time : 7.5011 ns Reaction : OH^0 (-10533) + H^0 (-13000) -> No product -At time : 7.5011 ns Reaction : OH^-1 (-12949) + H3O^1 (-8083) -> No product -At time : 7.5011 ns Reaction : OH^-1 (-12722) + H3O^1 (-6403) -> No product -At time : 7.5011 ns Reaction : OH^-1 (-12519) + H3O^1 (-7617) -> No product -At time : 7.5011 ns Reaction : e_aq^-1 (-4790) + H2O2^0 (-11887) -> OH^-1 (-13115) + OH^0 (-13116) -At time : 7.5011 ns Reaction : H3O^1 (-10519) + e_aq^-1 (-4673) -> H^0 (-13117) -At time : 7.5011 ns Reaction : OH^0 (-10473) + OH^0 (-9313) -> H2O2^0 (-13118) -At time : 7.5011 ns Reaction : OH^0 (-6780) + OH^0 (-7880) -> H2O2^0 (-13119) -At time : 7.5011 ns Reaction : e_aq^-1 (-4508) + H3O^1 (-7569) -> H^0 (-13120) -At time : 7.6011 ns Reaction : H3O^1 (-6293) + OH^-1 (-12782) -> No product -At time : 7.6011 ns Reaction : H^0 (-12327) + H^0 (-12062) -> H_2^0 (-13121) -At time : 7.6011 ns Reaction : e_aq^-1 (-5652) + H2O2^0 (-12024) -> OH^-1 (-13122) + OH^0 (-13123) -At time : 7.6011 ns Reaction : OH^0 (-8152) + e_aq^-1 (-8644) -> OH^-1 (-13124) -At time : 7.6011 ns Reaction : e_aq^-1 (-2948) + H3O^1 (-6405) -> H^0 (-13125) -At time : 7.7011 ns Reaction : H3O^1 (-10140) + OH^-1 (-13115) -> No product -At time : 7.7011 ns Reaction : H2O2^0 (-12982) + e_aq^-1 (-2540) -> OH^-1 (-13126) + OH^0 (-13127) -At time : 7.7011 ns Reaction : OH^-1 (-12886) + H3O^1 (-6605) -> No product -At time : 7.7011 ns Reaction : H^0 (-12670) + e_aq^-1 (-8758) -> OH^-1 (-13128) + H_2^0 (-13129) -At time : 7.7011 ns Reaction : OH^-1 (-12406) + H3O^1 (-8087) -> No product -At time : 7.7011 ns Reaction : e_aq^-1 (-2528) + H2O2^0 (-12156) -> OH^-1 (-13130) + OH^0 (-13131) -At time : 7.7011 ns Reaction : OH^0 (-9622) + H^0 (-12124) -> No product -At time : 7.7011 ns Reaction : H^0 (-10051) + OH^0 (-6182) -> No product -At time : 7.7011 ns Reaction : e_aq^-1 (-5116) + H3O^1 (-8448) -> H^0 (-13132) -At time : 7.7011 ns Reaction : OH^0 (-8194) + OH^0 (-8198) -> H2O2^0 (-13133) -At time : 7.7011 ns Reaction : e_aq^-1 (-4848) + H3O^1 (-7527) -> H^0 (-13134) -At time : 7.7011 ns Reaction : e_aq^-1 (-1579) + H3O^1 (-5839) -> H^0 (-13135) -At time : 7.8011 ns Reaction : H3O^1 (-6737) + OH^-1 (-13005) -> No product -At time : 7.8011 ns Reaction : H^0 (-12951) + e_aq^-1 (-4171) -> OH^-1 (-13136) + H_2^0 (-13137) -At time : 7.8011 ns Reaction : H3O^1 (-8673) + OH^-1 (-12854) -> No product -At time : 7.8011 ns Reaction : e_aq^-1 (-2919) + OH^0 (-12838) -> OH^-1 (-13138) -At time : 7.8011 ns Reaction : e_aq^-1 (-2856) + OH^0 (-11211) -> OH^-1 (-13139) -At time : 7.8011 ns Reaction : H^0 (-9203) + OH^0 (-7748) -> No product -At time : 7.8011 ns Reaction : OH^0 (-5802) + OH^0 (-8012) -> H2O2^0 (-13140) -At time : 7.8011 ns Reaction : OH^0 (-6970) + OH^0 (-7568) -> H2O2^0 (-13141) -At time : 7.9011 ns Reaction : H3O^1 (-10436) + OH^-1 (-13090) -> No product -At time : 7.9011 ns Reaction : OH^-1 (-13073) + H3O^1 (-6559) -> No product -At time : 7.9011 ns Reaction : OH^-1 (-13049) + H3O^1 (-8323) -> No product -At time : 7.9011 ns Reaction : OH^-1 (-13045) + H3O^1 (-6149) -> No product -At time : 7.9011 ns Reaction : H^0 (-12248) + e_aq^-1 (-5120) -> OH^-1 (-13142) + H_2^0 (-13143) -At time : 7.9011 ns Reaction : H^0 (-10213) + e_aq^-1 (-5074) -> OH^-1 (-13144) + H_2^0 (-13145) -At time : 7.9011 ns Reaction : e_aq^-1 (-5255) + H3O^1 (-8397) -> H^0 (-13146) -At time : 7.9011 ns Reaction : e_aq^-1 (-4919) + H3O^1 (-7497) -> H^0 (-13147) -At time : 7.9011 ns Reaction : e_aq^-1 (-3850) + H3O^1 (-6633) -> H^0 (-13148) -At time : 7.9011 ns Reaction : e_aq^-1 (-546) + H3O^1 (-6137) -> H^0 (-13149) -At time : 8.0011 ns Reaction : H3O^1 (-6431) + OH^-1 (-13128) -> No product -At time : 8.0011 ns Reaction : OH^-1 (-12396) + H3O^1 (-8203) -> No product -At time : 8.0011 ns Reaction : H^0 (-12316) + H^0 (-9038) -> H_2^0 (-13150) -At time : 8.0011 ns Reaction : OH^0 (-11018) + OH^0 (-10155) -> H2O2^0 (-13151) -At time : 8.0011 ns Reaction : OH^0 (-10980) + H^0 (-10518) -> No product -At time : 8.0011 ns Reaction : OH^0 (-9955) + e_aq^-1 (-4239) -> OH^-1 (-13152) -At time : 8.0011 ns Reaction : H3O^1 (-6635) + e_aq^-1 (-8521) -> H^0 (-13153) -At time : 8.0011 ns Reaction : e_aq^-1 (-619) + e_aq^-1 (-683) -> OH^-1 (-13154) + OH^-1 (-13155) + H_2^0 (-13156) -At time : 8.1011 ns Reaction : OH^-1 (-12587) + H3O^1 (-8481) -> No product -At time : 8.1011 ns Reaction : OH^0 (-10009) + H^0 (-12403) -> No product -At time : 8.1011 ns Reaction : OH^0 (-11155) + e_aq^-1 (-8596) -> OH^-1 (-13157) -At time : 8.1011 ns Reaction : H^0 (-10952) + e_aq^-1 (-1446) -> OH^-1 (-13158) + H_2^0 (-13159) -At time : 8.1011 ns Reaction : OH^0 (-9839) + OH^0 (-8780) -> H2O2^0 (-13160) -At time : 8.1011 ns Reaction : OH^0 (-9201) + e_aq^-1 (-2896) -> OH^-1 (-13161) -At time : 8.1011 ns Reaction : e_aq^-1 (-4370) + OH^0 (-9037) -> OH^-1 (-13162) -At time : 8.1011 ns Reaction : e_aq^-1 (-3911) + e_aq^-1 (-8518) -> OH^-1 (-13163) + OH^-1 (-13164) + H_2^0 (-13165) -At time : 8.2011 ns Reaction : H3O^1 (-7859) + OH^-1 (-13053) -> No product -At time : 8.2011 ns Reaction : OH^-1 (-12860) + H3O^1 (-9623) -> No product -At time : 8.2011 ns Reaction : OH^-1 (-12796) + H3O^1 (-7257) -> No product -At time : 8.2011 ns Reaction : OH^0 (-7620) + OH^0 (-7876) -> H2O2^0 (-13166) -At time : 8.2011 ns Reaction : e_aq^-1 (-4439) + H3O^1 (-6895) -> H^0 (-13167) -At time : 8.3011 ns Reaction : H^0 (-12958) + OH^0 (-9009) -> No product -At time : 8.3011 ns Reaction : OH^-1 (-12915) + H3O^1 (-7211) -> No product -At time : 8.3011 ns Reaction : OH^-1 (-12698) + H3O^1 (-7775) -> No product -At time : 8.3011 ns Reaction : H^0 (-12584) + e_aq^-1 (-4438) -> OH^-1 (-13168) + H_2^0 (-13169) -At time : 8.3011 ns Reaction : OH^0 (-5816) + H^0 (-12330) -> No product -At time : 8.3011 ns Reaction : OH^0 (-10673) + OH^0 (-6274) -> H2O2^0 (-13170) -At time : 8.3011 ns Reaction : H^0 (-10493) + H^0 (-8954) -> H_2^0 (-13171) -At time : 8.3011 ns Reaction : OH^0 (-9976) + e_aq^-1 (-8560) -> OH^-1 (-13172) -At time : 8.3011 ns Reaction : OH^0 (-7342) + OH^0 (-7416) -> H2O2^0 (-13173) -At time : 8.3011 ns Reaction : e_aq^-1 (-5020) + H3O^1 (-7143) -> H^0 (-13174) -At time : 8.3011 ns Reaction : e_aq^-1 (-2770) + e_aq^-1 (-3788) -> OH^-1 (-13175) + OH^-1 (-13176) + H_2^0 (-13177) -At time : 8.4011 ns Reaction : H3O^1 (-6879) + OH^-1 (-13172) -> No product -At time : 8.4011 ns Reaction : OH^-1 (-13082) + H3O^1 (-7461) -> No product -At time : 8.4011 ns Reaction : H3O^1 (-6711) + OH^-1 (-13070) -> No product -At time : 8.4011 ns Reaction : OH^0 (-10661) + e_aq^-1 (-3537) -> OH^-1 (-13178) -At time : 8.4011 ns Reaction : e_aq^-1 (-2400) + H3O^1 (-7831) -> H^0 (-13179) -At time : 8.5011 ns Reaction : H^0 (-12580) + OH^0 (-9281) -> No product -At time : 8.5011 ns Reaction : OH^0 (-10522) + H^0 (-8962) -> No product -At time : 8.5011 ns Reaction : OH^0 (-10450) + e_aq^-1 (-5129) -> OH^-1 (-13180) -At time : 8.5011 ns Reaction : e_aq^-1 (-5424) + H^0 (-10311) -> OH^-1 (-13181) + H_2^0 (-13182) -At time : 8.5011 ns Reaction : e_aq^-1 (-2542) + H3O^1 (-7801) -> H^0 (-13183) -At time : 8.5011 ns Reaction : e_aq^-1 (-1238) + H3O^1 (-6957) -> H^0 (-13184) -At time : 8.5011 ns Reaction : e_aq^-1 (-4100) + H3O^1 (-6769) -> H^0 (-13185) -At time : 8.5011 ns Reaction : e_aq^-1 (-5594) + OH^0 (-6116) -> OH^-1 (-13186) -At time : 8.6011 ns Reaction : H^0 (-13185) + H^0 (-12893) -> H_2^0 (-13187) -At time : 8.6011 ns Reaction : H3O^1 (-10256) + OH^-1 (-13180) -> No product -At time : 8.6011 ns Reaction : OH^-1 (-12975) + H3O^1 (-7333) -> No product -At time : 8.6011 ns Reaction : H2O2^0 (-11441) + e_aq^-1 (-4376) -> OH^-1 (-13188) + OH^0 (-13189) -At time : 8.6011 ns Reaction : H^0 (-11040) + OH^0 (-7134) -> No product -At time : 8.6011 ns Reaction : OH^0 (-5730) + H^0 (-8950) -> No product -At time : 8.6011 ns Reaction : e_aq^-1 (-5491) + OH^0 (-7314) -> OH^-1 (-13190) -At time : 8.7011 ns Reaction : OH^-1 (-13126) + H3O^1 (-6581) -> No product -At time : 8.7011 ns Reaction : OH^-1 (-13014) + H3O^1 (-5941) -> No product -At time : 8.7011 ns Reaction : OH^-1 (-12996) + H3O^1 (-6481) -> No product -At time : 8.7011 ns Reaction : OH^-1 (-12986) + H3O^1 (-9530) -> No product -At time : 8.7011 ns Reaction : OH^0 (-9539) + H^0 (-12809) -> No product -At time : 8.7011 ns Reaction : e_aq^-1 (-2567) + H2O2^0 (-11775) -> OH^-1 (-13191) + OH^0 (-13192) -At time : 8.7011 ns Reaction : e_aq^-1 (-364) + H3O^1 (-10277) -> H^0 (-13193) -At time : 8.7011 ns Reaction : H^0 (-9993) + OH^0 (-7944) -> No product -At time : 8.7011 ns Reaction : e_aq^-1 (-2421) + OH^0 (-9753) -> OH^-1 (-13194) -At time : 8.7011 ns Reaction : OH^0 (-9732) + OH^0 (-6616) -> H2O2^0 (-13195) -At time : 8.7011 ns Reaction : e_aq^-1 (-5126) + OH^0 (-8148) -> OH^-1 (-13196) -At time : 8.8011 ns Reaction : OH^-1 (-13194) + H3O^1 (-6603) -> No product -At time : 8.8011 ns Reaction : OH^-1 (-13158) + H3O^1 (-6977) -> No product -At time : 8.8011 ns Reaction : OH^0 (-7354) + OH^0 (-13123) -> H2O2^0 (-13197) -At time : 8.8011 ns Reaction : H^0 (-12175) + OH^0 (-13003) -> No product -At time : 8.8011 ns Reaction : OH^-1 (-12960) + H3O^1 (-10184) -> No product -At time : 8.8011 ns Reaction : OH^-1 (-12939) + H3O^1 (-6695) -> No product -At time : 8.8011 ns Reaction : OH^0 (-12261) + OH^0 (-8190) -> H2O2^0 (-13198) -At time : 8.8011 ns Reaction : H^0 (-9243) + H^0 (-9251) -> H_2^0 (-13199) -At time : 8.8011 ns Reaction : e_aq^-1 (-4460) + OH^0 (-7580) -> OH^-1 (-13200) -At time : 8.8011 ns Reaction : e_aq^-1 (-4104) + H3O^1 (-6735) -> H^0 (-13201) -At time : 8.8011 ns Reaction : e_aq^-1 (-4037) + e_aq^-1 (-2240) -> OH^-1 (-13202) + OH^-1 (-13203) + H_2^0 (-13204) -At time : 8.9011 ns Reaction : OH^-1 (-13162) + H3O^1 (-10891) -> No product -At time : 8.9011 ns Reaction : H^0 (-11174) + OH^0 (-8918) -> No product -At time : 8.9011 ns Reaction : H^0 (-9436) + OH^0 (-8414) -> No product -At time : 8.9011 ns Reaction : e_aq^-1 (-4215) + H3O^1 (-8790) -> H^0 (-13205) -At time : 8.9011 ns Reaction : OH^0 (-6140) + OH^0 (-8172) -> H2O2^0 (-13206) -At time : 8.9011 ns Reaction : e_aq^-1 (-930) + OH^0 (-7496) -> OH^-1 (-13207) -At time : 9.0011 ns Reaction : H3O^1 (-10173) + OH^-1 (-13020) -> No product -At time : 9.0011 ns Reaction : e_aq^-1 (-4548) + H^0 (-12916) -> OH^-1 (-13208) + H_2^0 (-13209) -At time : 9.0011 ns Reaction : OH^-1 (-12293) + H3O^1 (-7621) -> No product -At time : 9.0011 ns Reaction : e_aq^-1 (-4889) + H2O2^0 (-12123) -> OH^-1 (-13210) + OH^0 (-13211) -At time : 9.0011 ns Reaction : e_aq^-1 (-4094) + H3O^1 (-9832) -> H^0 (-13212) -At time : 9.0011 ns Reaction : OH^0 (-9597) + e_aq^-1 (-2872) -> OH^-1 (-13213) -At time : 9.0011 ns Reaction : OH^0 (-9210) + e_aq^-1 (-3690) -> OH^-1 (-13214) -At time : 9.0011 ns Reaction : e_aq^-1 (-4710) + H3O^1 (-8033) -> H^0 (-13215) -At time : 9.0011 ns Reaction : e_aq^-1 (-3700) + H3O^1 (-6473) -> H^0 (-13216) -At time : 9.0011 ns Reaction : e_aq^-1 (-4048) + OH^0 (-5763) -> OH^-1 (-13217) -At time : 9.0011 ns Reaction : e_aq^-1 (-173) + OH^0 (-11193) -> OH^-1 (-13218) -At time : 9.1011 ns Reaction : H^0 (-11014) + H^0 (-11923) -> H_2^0 (-13219) -At time : 9.1011 ns Reaction : OH^0 (-10825) + e_aq^-1 (-4234) -> OH^-1 (-13220) -At time : 9.1011 ns Reaction : OH^0 (-9856) + e_aq^-1 (-2170) -> OH^-1 (-13221) -At time : 9.1011 ns Reaction : e_aq^-1 (-4469) + H3O^1 (-7007) -> H^0 (-13222) -At time : 9.1011 ns Reaction : e_aq^-1 (-584) + H3O^1 (-6077) -> H^0 (-13223) -At time : 9.2011 ns Reaction : OH^-1 (-13122) + H3O^1 (-7369) -> No product -At time : 9.2011 ns Reaction : H3O^1 (-7039) + OH^-1 (-13017) -> No product -At time : 9.2011 ns Reaction : H3O^1 (-9773) + e_aq^-1 (-2269) -> H^0 (-13224) -At time : 9.2011 ns Reaction : OH^0 (-9614) + e_aq^-1 (-8764) -> OH^-1 (-13225) -At time : 9.2011 ns Reaction : e_aq^-1 (-1984) + H3O^1 (-7879) -> H^0 (-13226) -At time : 9.2011 ns Reaction : e_aq^-1 (-5205) + H3O^1 (-7473) -> H^0 (-13227) -At time : 9.2011 ns Reaction : e_aq^-1 (-2246) + H3O^1 (-6689) -> H^0 (-13228) -At time : 9.2011 ns Reaction : e_aq^-1 (-3735) + H3O^1 (-6517) -> H^0 (-13229) -At time : 9.3011 ns Reaction : H^0 (-12748) + e_aq^-1 (-2524) -> OH^-1 (-13230) + H_2^0 (-13231) -At time : 9.3011 ns Reaction : OH^-1 (-12627) + H3O^1 (-7985) -> No product -At time : 9.3011 ns Reaction : e_aq^-1 (-1009) + H2O2^0 (-12270) -> OH^-1 (-13232) + OH^0 (-13233) -At time : 9.3011 ns Reaction : e_aq^-1 (-142) + H3O^1 (-10400) -> H^0 (-13234) -At time : 9.3011 ns Reaction : H^0 (-10153) + e_aq^-1 (-4742) -> OH^-1 (-13235) + H_2^0 (-13236) -At time : 9.3011 ns Reaction : OH^0 (-10086) + OH^0 (-7996) -> H2O2^0 (-13237) -At time : 9.3011 ns Reaction : e_aq^-1 (-4467) + H3O^1 (-7939) -> H^0 (-13238) -At time : 9.3011 ns Reaction : e_aq^-1 (-4755) + H3O^1 (-7009) -> H^0 (-13239) -At time : 9.4011 ns Reaction : H3O^1 (-10208) + OH^-1 (-13051) -> No product -At time : 9.4011 ns Reaction : OH^-1 (-12947) + H3O^1 (-7223) -> No product -At time : 9.4011 ns Reaction : OH^-1 (-12658) + H3O^1 (-7935) -> No product -At time : 9.4011 ns Reaction : H3O^1 (-10347) + OH^-1 (-12528) -> No product -At time : 9.4011 ns Reaction : OH^0 (-10974) + OH^0 (-6170) -> H2O2^0 (-13240) -At time : 9.4011 ns Reaction : OH^0 (-10185) + OH^0 (-7112) -> H2O2^0 (-13241) -At time : 9.4011 ns Reaction : e_aq^-1 (-4406) + H3O^1 (-6921) -> H^0 (-13242) -At time : 9.4011 ns Reaction : e_aq^-1 (-4413) + e_aq^-1 (-4378) -> OH^-1 (-13243) + OH^-1 (-13244) + H_2^0 (-13245) -At time : 9.5011 ns Reaction : OH^-1 (-13161) + H3O^1 (-6415) -> No product -At time : 9.5011 ns Reaction : H3O^1 (-11156) + OH^-1 (-12685) -> No product -At time : 9.5011 ns Reaction : OH^0 (-12193) + OH^0 (-8058) -> H2O2^0 (-13246) -At time : 9.5011 ns Reaction : e_aq^-1 (-4805) + H^0 (-9305) -> OH^-1 (-13247) + H_2^0 (-13248) -At time : 9.5011 ns Reaction : e_aq^-1 (-4504) + H3O^1 (-8421) -> H^0 (-13249) -At time : 9.5011 ns Reaction : e_aq^-1 (-778) + H3O^1 (-6055) -> H^0 (-13250) -At time : 9.6011 ns Reaction : H^0 (-12994) + e_aq^-1 (-4099) -> OH^-1 (-13251) + H_2^0 (-13252) -At time : 9.6011 ns Reaction : H^0 (-9646) + H^0 (-12350) -> H_2^0 (-13253) -At time : 9.6011 ns Reaction : OH^0 (-9165) + H^0 (-10660) -> No product -At time : 9.6011 ns Reaction : OH^0 (-7488) + e_aq^-1 (-8659) -> OH^-1 (-13254) -At time : 9.7011 ns Reaction : OH^-1 (-12917) + H3O^1 (-7563) -> No product -At time : 9.7011 ns Reaction : OH^-1 (-12794) + H3O^1 (-9838) -> No product -At time : 9.7011 ns Reaction : e_aq^-1 (-241) + H3O^1 (-11165) -> H^0 (-13255) -At time : 9.7011 ns Reaction : H^0 (-10503) + OH^0 (-7546) -> No product -At time : 9.7011 ns Reaction : OH^0 (-9105) + OH^0 (-9206) -> H2O2^0 (-13256) -At time : 9.8011 ns Reaction : H3O^1 (-6067) + OH^-1 (-13124) -> No product -At time : 9.8011 ns Reaction : OH^-1 (-13004) + H3O^1 (-7391) -> No product -At time : 9.8011 ns Reaction : OH^0 (-11141) + H^0 (-12921) -> No product -At time : 9.8011 ns Reaction : e_aq^-1 (-4091) + H2O2^0 (-11653) -> OH^-1 (-13257) + OH^0 (-13258) -At time : 9.8011 ns Reaction : OH^0 (-9103) + e_aq^-1 (-3107) -> OH^-1 (-13259) -At time : 9.9011 ns Reaction : OH^-1 (-13139) + H3O^1 (-6439) -> No product -At time : 9.9011 ns Reaction : H^0 (-12637) + e_aq^-1 (-4852) -> OH^-1 (-13260) + H_2^0 (-13261) -At time : 9.9011 ns Reaction : OH^0 (-10593) + OH^0 (-10791) -> H2O2^0 (-13262) -At time : 9.9011 ns Reaction : OH^0 (-6030) + e_aq^-1 (-8671) -> OH^-1 (-13263) -At time : 9.9011 ns Reaction : e_aq^-1 (-3509) + H3O^1 (-7697) -> H^0 (-13264) -At time : 10.001 ns Reaction : e_aq^-1 (-5210) + H^0 (-12910) -> OH^-1 (-13265) + H_2^0 (-13266) -At time : 10.001 ns Reaction : OH^-1 (-12862) + H3O^1 (-11154) -> No product -At time : 10.001 ns Reaction : e_aq^-1 (-706) + H2O2^0 (-11937) -> OH^-1 (-13267) + OH^0 (-13268) -At time : 10.001 ns Reaction : H2O2^0 (-11533) + e_aq^-1 (-4686) -> OH^-1 (-13269) + OH^0 (-13270) -At time : 10.001 ns Reaction : H^0 (-11201) + e_aq^-1 (-5233) -> OH^-1 (-13271) + H_2^0 (-13272) -At time : 10.001 ns Reaction : H^0 (-10430) + e_aq^-1 (-665) -> OH^-1 (-13273) + H_2^0 (-13274) -At time : 10.001 ns Reaction : e_aq^-1 (-3929) + H3O^1 (-7819) -> H^0 (-13275) -At time : 10.001 ns Reaction : e_aq^-1 (-1867) + H3O^1 (-5997) -> H^0 (-13276) -At time : 11.001 ns Reaction : OH^-1 (-13269) + H3O^1 (-7529) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13259) + H3O^1 (-7711) -> No product -At time : 11.001 ns Reaction : H3O^1 (-6443) + OH^-1 (-13214) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13181) + H3O^1 (-7285) -> No product -At time : 11.001 ns Reaction : OH^-1 (-13178) + H3O^1 (-7705) -> No product -At time : 11.001 ns Reaction : e_aq^-1 (-2595) + OH^0 (-13127) -> OH^-1 (-13277) -At time : 11.001 ns Reaction : OH^-1 (-13097) + H3O^1 (-6705) -> No product -At time : 11.001 ns Reaction : H3O^1 (-6133) + OH^-1 (-13034) -> No product -At time : 11.001 ns Reaction : OH^-1 (-12970) + H3O^1 (-7557) -> No product -At time : 11.001 ns Reaction : H3O^1 (-6241) + OH^-1 (-12885) -> No product -At time : 11.001 ns Reaction : e_aq^-1 (-5330) + H2O2^0 (-12880) -> OH^-1 (-13278) + OH^0 (-13279) -At time : 11.001 ns Reaction : H3O^1 (-7591) + OH^-1 (-12664) -> No product -At time : 11.001 ns Reaction : OH^-1 (-12660) + H3O^1 (-7683) -> No product -At time : 11.001 ns Reaction : e_aq^-1 (-2359) + H^0 (-12445) -> OH^-1 (-13280) + H_2^0 (-13281) -At time : 11.001 ns Reaction : OH^-1 (-12405) + H3O^1 (-8871) -> No product -At time : 11.001 ns Reaction : OH^0 (-9848) + OH^0 (-10804) -> H2O2^0 (-13282) -At time : 11.001 ns Reaction : OH^0 (-9332) + OH^0 (-7178) -> H2O2^0 (-13283) -At time : 11.001 ns Reaction : OH^0 (-7540) + OH^0 (-8010) -> H2O2^0 (-13284) -At time : 11.001 ns Reaction : OH^0 (-7760) + OH^0 (-7764) -> H2O2^0 (-13285) -At time : 11.001 ns Reaction : e_aq^-1 (-2784) + OH^0 (-9628) -> OH^-1 (-13286) -At time : 12.001 ns Reaction : H3O^1 (-8147) + OH^-1 (-13267) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13200) + H3O^1 (-8556) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13175) + H3O^1 (-5923) -> No product -At time : 12.001 ns Reaction : H3O^1 (-10620) + OH^-1 (-13130) -> No product -At time : 12.001 ns Reaction : e_aq^-1 (-1471) + H2O2^0 (-13092) -> OH^-1 (-13287) + OH^0 (-13288) -At time : 12.001 ns Reaction : OH^-1 (-13048) + H3O^1 (-7343) -> No product -At time : 12.001 ns Reaction : OH^-1 (-13033) + H3O^1 (-7329) -> No product -At time : 12.001 ns Reaction : OH^-1 (-12955) + H3O^1 (-10603) -> No product -At time : 12.001 ns Reaction : OH^-1 (-12888) + H3O^1 (-6819) -> No product -At time : 12.001 ns Reaction : OH^-1 (-12861) + H3O^1 (-8628) -> No product -At time : 12.001 ns Reaction : OH^-1 (-12856) + H3O^1 (-7823) -> No product -At time : 12.001 ns Reaction : OH^-1 (-12710) + H3O^1 (-7649) -> No product -At time : 12.001 ns Reaction : H3O^1 (-5971) + OH^-1 (-12555) -> No product -At time : 12.001 ns Reaction : OH^0 (-5760) + OH^0 (-12390) -> H2O2^0 (-13289) -At time : 12.001 ns Reaction : OH^-1 (-12250) + H3O^1 (-6903) -> No product -At time : 12.001 ns Reaction : OH^0 (-7032) + H^0 (-11283) -> No product -At time : 12.001 ns Reaction : e_aq^-1 (-1874) + H3O^1 (-10893) -> H^0 (-13290) -At time : 12.001 ns Reaction : e_aq^-1 (-3732) + H3O^1 (-10719) -> H^0 (-13291) -At time : 12.001 ns Reaction : H^0 (-10113) + OH^0 (-7074) -> No product -At time : 12.001 ns Reaction : OH^0 (-10040) + OH^0 (-6960) -> H2O2^0 (-13292) -At time : 12.001 ns Reaction : OH^0 (-9947) + OH^0 (-9932) -> H2O2^0 (-13293) -At time : 12.001 ns Reaction : OH^0 (-9816) + OH^0 (-6720) -> H2O2^0 (-13294) -At time : 12.001 ns Reaction : OH^0 (-9793) + e_aq^-1 (-2281) -> OH^-1 (-13295) -At time : 12.001 ns Reaction : H3O^1 (-9665) + e_aq^-1 (-3774) -> H^0 (-13296) -At time : 12.001 ns Reaction : OH^0 (-8858) + OH^0 (-9073) -> H2O2^0 (-13297) -At time : 12.001 ns Reaction : e_aq^-1 (-3823) + H3O^1 (-6591) -> H^0 (-13298) -At time : 12.001 ns Reaction : OH^-1 (-13013) + H3O^1 (-6925) -> No product -At time : 13.001 ns Reaction : H2O2^0 (-13293) + e_aq^-1 (-4313) -> OH^-1 (-13299) + OH^0 (-13300) -At time : 13.001 ns Reaction : OH^-1 (-13273) + H3O^1 (-7245) -> No product -At time : 13.001 ns Reaction : OH^-1 (-13265) + H3O^1 (-8589) -> No product -At time : 13.001 ns Reaction : OH^-1 (-13232) + H3O^1 (-8049) -> No product -At time : 13.001 ns Reaction : OH^-1 (-13155) + H3O^1 (-7219) -> No product -At time : 13.001 ns Reaction : H3O^1 (-10308) + OH^-1 (-13037) -> No product -At time : 13.001 ns Reaction : OH^-1 (-12963) + H3O^1 (-5905) -> No product -At time : 13.001 ns Reaction : OH^-1 (-12919) + H3O^1 (-7885) -> No product -At time : 13.001 ns Reaction : H2O2^0 (-12876) + e_aq^-1 (-3642) -> OH^-1 (-13301) + OH^0 (-13302) -At time : 13.001 ns Reaction : OH^-1 (-12799) + H3O^1 (-8898) -> No product -At time : 13.001 ns Reaction : OH^-1 (-12675) + H3O^1 (-6887) -> No product -At time : 13.001 ns Reaction : H3O^1 (-6869) + OH^-1 (-12619) -> No product -At time : 13.001 ns Reaction : e_aq^-1 (-5455) + H^0 (-12430) -> OH^-1 (-13303) + H_2^0 (-13304) -At time : 13.001 ns Reaction : e_aq^-1 (-3932) + H2O2^0 (-12429) -> OH^-1 (-13305) + OH^0 (-13306) -At time : 13.001 ns Reaction : H2O2^0 (-11550) + e_aq^-1 (-3696) -> OH^-1 (-13307) + OH^0 (-13308) -At time : 13.001 ns Reaction : OH^0 (-11083) + OH^0 (-8645) -> H2O2^0 (-13309) -At time : 13.001 ns Reaction : e_aq^-1 (-4989) + OH^0 (-11043) -> OH^-1 (-13310) -At time : 13.001 ns Reaction : OH^0 (-10671) + e_aq^-1 (-3189) -> OH^-1 (-13311) -At time : 13.001 ns Reaction : e_aq^-1 (-5379) + H3O^1 (-10396) -> H^0 (-13312) -At time : 13.001 ns Reaction : H^0 (-9934) + e_aq^-1 (-4170) -> OH^-1 (-13313) + H_2^0 (-13314) -At time : 13.001 ns Reaction : OH^0 (-8873) + OH^0 (-9075) -> H2O2^0 (-13315) -At time : 13.001 ns Reaction : OH^0 (-6314) + H^0 (-9000) -> No product -At time : 13.001 ns Reaction : e_aq^-1 (-3815) + H^0 (-8984) -> OH^-1 (-13316) + H_2^0 (-13317) -At time : 13.001 ns Reaction : e_aq^-1 (-5574) + H3O^1 (-8463) -> H^0 (-13318) -At time : 13.001 ns Reaction : e_aq^-1 (-3459) + H3O^1 (-6211) -> H^0 (-13319) -At time : 14.001 ns Reaction : OH^-1 (-13217) + H3O^1 (-6757) -> No product -At time : 14.001 ns Reaction : OH^-1 (-13207) + H3O^1 (-8658) -> No product -At time : 14.001 ns Reaction : H3O^1 (-10847) + OH^-1 (-13152) -> No product -At time : 14.001 ns Reaction : H3O^1 (-7405) + OH^-1 (-13036) -> No product -At time : 14.001 ns Reaction : H3O^1 (-9230) + OH^-1 (-12938) -> No product -At time : 14.001 ns Reaction : OH^0 (-9499) + H^0 (-12901) -> No product -At time : 14.001 ns Reaction : OH^-1 (-12853) + H3O^1 (-11138) -> No product -At time : 14.001 ns Reaction : OH^-1 (-12638) + H3O^1 (-7747) -> No product -At time : 14.001 ns Reaction : e_aq^-1 (-104) + H2O2^0 (-12381) -> OH^-1 (-13320) + OH^0 (-13321) -At time : 14.001 ns Reaction : e_aq^-1 (-5259) + H^0 (-12069) -> OH^-1 (-13322) + H_2^0 (-13323) -At time : 14.001 ns Reaction : H2O2^0 (-11723) + e_aq^-1 (-2424) -> OH^-1 (-13324) + OH^0 (-13325) -At time : 14.001 ns Reaction : H2O2^0 (-11510) + e_aq^-1 (-5658) -> OH^-1 (-13326) + OH^0 (-13327) -At time : 14.001 ns Reaction : OH^0 (-11294) + OH^0 (-6874) -> H2O2^0 (-13328) -At time : 14.001 ns Reaction : e_aq^-1 (-679) + OH^0 (-11110) -> OH^-1 (-13329) -At time : 14.001 ns Reaction : H^0 (-9155) + OH^0 (-6226) -> No product -At time : 14.001 ns Reaction : e_aq^-1 (-3576) + OH^0 (-6282) -> OH^-1 (-13330) -At time : 15.001 ns Reaction : H3O^1 (-6507) + OH^-1 (-13077) -> No product -At time : 15.001 ns Reaction : e_aq^-1 (-4192) + OH^0 (-12930) -> OH^-1 (-13331) -At time : 15.001 ns Reaction : H3O^1 (-9962) + OH^-1 (-12765) -> No product -At time : 15.001 ns Reaction : e_aq^-1 (-4917) + H2O2^0 (-12667) -> OH^-1 (-13332) + OH^0 (-13333) -At time : 15.001 ns Reaction : e_aq^-1 (-3765) + H^0 (-12596) -> OH^-1 (-13334) + H_2^0 (-13335) -At time : 15.001 ns Reaction : H3O^1 (-8101) + OH^-1 (-12551) -> No product -At time : 15.001 ns Reaction : OH^-1 (-12375) + H3O^1 (-7513) -> No product -At time : 15.001 ns Reaction : H3O^1 (-7227) + OH^-1 (-12164) -> No product -At time : 15.001 ns Reaction : H2O2^0 (-11410) + e_aq^-1 (-2921) -> OH^-1 (-13336) + OH^0 (-13337) -At time : 15.001 ns Reaction : OH^0 (-11316) + OH^0 (-7604) -> H2O2^0 (-13338) -At time : 15.001 ns Reaction : H^0 (-10403) + OH^0 (-8232) -> No product -At time : 15.001 ns Reaction : e_aq^-1 (-5626) + H3O^1 (-8928) -> H^0 (-13339) -At time : 15.001 ns Reaction : e_aq^-1 (-3652) + H3O^1 (-7737) -> H^0 (-13340) -At time : 15.001 ns Reaction : e_aq^-1 (-5686) + OH^0 (-7374) -> OH^-1 (-13341) -At time : 15.001 ns Reaction : e_aq^-1 (-2034) + H3O^1 (-6775) -> H^0 (-13342) -At time : 15.001 ns Reaction : e_aq^-1 (-3860) + e_aq^-1 (-2522) -> OH^-1 (-13343) + OH^-1 (-13344) + H_2^0 (-13345) -At time : 16.001 ns Reaction : OH^-1 (-13330) + H3O^1 (-5891) -> No product -At time : 16.001 ns Reaction : H3O^1 (-10614) + OH^-1 (-13305) -> No product -At time : 16.001 ns Reaction : OH^-1 (-13243) + H3O^1 (-6907) -> No product -At time : 16.001 ns Reaction : H3O^1 (-10458) + OH^-1 (-13144) -> No product -At time : 16.001 ns Reaction : OH^-1 (-13113) + H3O^1 (-7659) -> No product -At time : 16.001 ns Reaction : OH^-1 (-13110) + H3O^1 (-6181) -> No product -At time : 16.001 ns Reaction : OH^0 (-12948) + OH^0 (-8222) -> H2O2^0 (-13346) -At time : 16.001 ns Reaction : e_aq^-1 (-1774) + OH^0 (-12942) -> OH^-1 (-13347) -At time : 16.001 ns Reaction : OH^-1 (-12686) + H3O^1 (-8221) -> No product -At time : 16.001 ns Reaction : H2O2^0 (-12531) + e_aq^-1 (-3802) -> OH^-1 (-13348) + OH^0 (-13349) -At time : 16.001 ns Reaction : H^0 (-12498) + e_aq^-1 (-2204) -> OH^-1 (-13350) + H_2^0 (-13351) -At time : 16.001 ns Reaction : H2O2^0 (-11720) + e_aq^-1 (-4082) -> OH^-1 (-13352) + OH^0 (-13353) -At time : 16.001 ns Reaction : H^0 (-10538) + OH^0 (-10900) -> No product -At time : 16.001 ns Reaction : e_aq^-1 (-4006) + H3O^1 (-10778) -> H^0 (-13354) -At time : 16.001 ns Reaction : H^0 (-10461) + OH^0 (-8390) -> No product -At time : 16.001 ns Reaction : OH^0 (-10437) + OH^0 (-6072) -> H2O2^0 (-13355) -At time : 16.001 ns Reaction : H^0 (-9259) + OH^0 (-7874) -> No product -At time : 16.001 ns Reaction : e_aq^-1 (-4814) + H3O^1 (-8053) -> H^0 (-13356) -At time : 17.001 ns Reaction : OH^-1 (-13278) + H3O^1 (-8173) -> No product -At time : 17.001 ns Reaction : OH^-1 (-13277) + H3O^1 (-7789) -> No product -At time : 17.001 ns Reaction : OH^-1 (-13163) + H3O^1 (-9752) -> No product -At time : 17.001 ns Reaction : OH^-1 (-13138) + H3O^1 (-8763) -> No product -At time : 17.001 ns Reaction : H3O^1 (-5927) + OH^-1 (-13032) -> No product -At time : 17.001 ns Reaction : OH^-1 (-12931) + H3O^1 (-8201) -> No product -At time : 17.001 ns Reaction : H3O^1 (-5819) + OH^-1 (-12912) -> No product -At time : 17.001 ns Reaction : e_aq^-1 (-2473) + H^0 (-12726) -> OH^-1 (-13357) + H_2^0 (-13358) -At time : 17.001 ns Reaction : e_aq^-1 (-1096) + H2O2^0 (-12310) -> OH^-1 (-13359) + OH^0 (-13360) -At time : 17.001 ns Reaction : e_aq^-1 (-5065) + H2O2^0 (-11789) -> OH^-1 (-13361) + OH^0 (-13362) -At time : 17.001 ns Reaction : H3O^1 (-8019) + OH^-1 (-11686) -> No product -At time : 17.001 ns Reaction : OH^0 (-10598) + OH^0 (-9803) -> H2O2^0 (-13363) -At time : 17.001 ns Reaction : OH^0 (-10527) + OH^0 (-7560) -> H2O2^0 (-13364) -At time : 17.001 ns Reaction : H3O^1 (-9794) + e_aq^-1 (-2464) -> H^0 (-13365) -At time : 17.001 ns Reaction : OH^0 (-9562) + OH^0 (-6372) -> H2O2^0 (-13366) -At time : 17.001 ns Reaction : e_aq^-1 (-4692) + OH^0 (-8014) -> OH^-1 (-13367) -At time : 17.001 ns Reaction : OH^0 (-6692) + OH^0 (-7828) -> H2O2^0 (-13368) -At time : 17.001 ns Reaction : OH^0 (-5896) + OH^0 (-7714) -> H2O2^0 (-13369) -At time : 18.001 ns Reaction : H3O^1 (-8259) + OH^-1 (-13303) -> No product -At time : 18.001 ns Reaction : H^0 (-13275) + e_aq^-1 (-3895) -> OH^-1 (-13370) + H_2^0 (-13371) -At time : 18.001 ns Reaction : OH^-1 (-13263) + H3O^1 (-7023) -> No product -At time : 18.001 ns Reaction : OH^-1 (-13168) + H3O^1 (-6909) -> No product -At time : 18.001 ns Reaction : H^0 (-13112) + e_aq^-1 (-4132) -> OH^-1 (-13372) + H_2^0 (-13373) -At time : 18.001 ns Reaction : OH^-1 (-12926) + H3O^1 (-8844) -> No product -At time : 18.001 ns Reaction : e_aq^-1 (-4594) + H^0 (-12821) -> OH^-1 (-13374) + H_2^0 (-13375) -At time : 18.001 ns Reaction : H3O^1 (-6319) + OH^-1 (-12781) -> No product -At time : 18.001 ns Reaction : e_aq^-1 (-3549) + H2O2^0 (-12216) -> OH^-1 (-13376) + OH^0 (-13377) -At time : 18.001 ns Reaction : e_aq^-1 (-3558) + H2O2^0 (-12209) -> OH^-1 (-13378) + OH^0 (-13379) -At time : 18.001 ns Reaction : OH^0 (-11082) + OH^0 (-7202) -> H2O2^0 (-13380) -At time : 18.001 ns Reaction : OH^0 (-10843) + OH^0 (-6820) -> H2O2^0 (-13381) -At time : 18.001 ns Reaction : OH^0 (-9911) + OH^0 (-7896) -> H2O2^0 (-13382) -At time : 18.001 ns Reaction : OH^0 (-9464) + OH^0 (-6228) -> H2O2^0 (-13383) -At time : 18.001 ns Reaction : OH^0 (-9234) + e_aq^-1 (-4007) -> OH^-1 (-13384) -At time : 18.001 ns Reaction : e_aq^-1 (-4005) + H^0 (-8976) -> OH^-1 (-13385) + H_2^0 (-13386) -At time : 18.001 ns Reaction : e_aq^-1 (-4322) + H3O^1 (-8799) -> H^0 (-13387) -At time : 18.001 ns Reaction : e_aq^-1 (-3591) + H3O^1 (-6283) -> H^0 (-13388) -At time : 19.001 ns Reaction : OH^-1 (-13320) + H3O^1 (-8610) -> No product -At time : 19.001 ns Reaction : e_aq^-1 (-2455) + H^0 (-13148) -> OH^-1 (-13389) + H_2^0 (-13390) -At time : 19.001 ns Reaction : H3O^1 (-6427) + OH^-1 (-12837) -> No product -At time : 19.001 ns Reaction : H3O^1 (-5945) + OH^-1 (-12797) -> No product -At time : 19.001 ns Reaction : OH^-1 (-12762) + H3O^1 (-7341) -> No product -At time : 19.001 ns Reaction : e_aq^-1 (-5014) + H^0 (-12724) -> OH^-1 (-13391) + H_2^0 (-13392) -At time : 19.001 ns Reaction : e_aq^-1 (-2502) + H^0 (-12570) -> OH^-1 (-13393) + H_2^0 (-13394) -At time : 19.001 ns Reaction : e_aq^-1 (-5261) + H2O2^0 (-12424) -> OH^-1 (-13395) + OH^0 (-13396) -At time : 19.001 ns Reaction : H2O2^0 (-12345) + e_aq^-1 (-3950) -> OH^-1 (-13397) + OH^0 (-13398) -At time : 19.001 ns Reaction : e_aq^-1 (-3032) + OH^0 (-12277) -> OH^-1 (-13399) -At time : 19.001 ns Reaction : e_aq^-1 (-3721) + H2O2^0 (-11765) -> OH^-1 (-13400) + OH^0 (-13401) -At time : 19.001 ns Reaction : H2O2^0 (-11592) + e_aq^-1 (-4110) -> OH^-1 (-13402) + OH^0 (-13403) -At time : 19.001 ns Reaction : OH^0 (-8048) + OH^0 (-8861) -> H2O2^0 (-13404) -At time : 19.001 ns Reaction : e_aq^-1 (-4677) + H3O^1 (-7519) -> H^0 (-13405) -At time : 19.001 ns Reaction : OH^-1 (-12215) + H3O^1 (-7757) -> No product -At time : 20.001 ns Reaction : H3O^1 (-6701) + OH^-1 (-13384) -> No product -At time : 20.001 ns Reaction : H3O^1 (-6715) + OH^-1 (-13350) -> No product -At time : 20.001 ns Reaction : OH^-1 (-12399) + H3O^1 (-8121) -> No product -At time : 20.001 ns Reaction : H2O2^0 (-12311) + e_aq^-1 (-5268) -> OH^-1 (-13406) + OH^0 (-13407) -At time : 20.001 ns Reaction : H3O^1 (-6229) + OH^-1 (-12102) -> No product -At time : 20.001 ns Reaction : e_aq^-1 (-4372) + H2O2^0 (-11708) -> OH^-1 (-13408) + OH^0 (-13409) -At time : 20.001 ns Reaction : OH^0 (-11153) + H^0 (-9351) -> No product -At time : 20.001 ns Reaction : OH^0 (-10976) + OH^0 (-9298) -> H2O2^0 (-13410) -At time : 20.001 ns Reaction : OH^0 (-10853) + H^0 (-9036) -> No product -At time : 20.001 ns Reaction : OH^0 (-9721) + OH^0 (-5934) -> H2O2^0 (-13411) -At time : 20.001 ns Reaction : OH^0 (-6656) + OH^0 (-7816) -> H2O2^0 (-13412) -At time : 20.001 ns Reaction : OH^0 (-6452) + OH^0 (-7762) -> H2O2^0 (-13413) -At time : 20.001 ns Reaction : e_aq^-1 (-5451) + OH^0 (-7264) -> OH^-1 (-13414) -At time : 21.001 ns Reaction : OH^-1 (-13414) + H3O^1 (-8634) -> No product -At time : 21.001 ns Reaction : e_aq^-1 (-2271) + H^0 (-13365) -> OH^-1 (-13415) + H_2^0 (-13416) -At time : 21.001 ns Reaction : OH^-1 (-13247) + H3O^1 (-7051) -> No product -At time : 21.001 ns Reaction : OH^-1 (-13230) + H3O^1 (-7805) -> No product -At time : 21.001 ns Reaction : e_aq^-1 (-1068) + H2O2^0 (-12601) -> OH^-1 (-13417) + OH^0 (-13418) -At time : 21.001 ns Reaction : e_aq^-1 (-4393) + H2O2^0 (-11839) -> OH^-1 (-13419) + OH^0 (-13420) -At time : 21.001 ns Reaction : OH^0 (-10748) + OH^0 (-6582) -> H2O2^0 (-13421) -At time : 21.001 ns Reaction : e_aq^-1 (-2747) + OH^0 (-10730) -> OH^-1 (-13422) -At time : 21.001 ns Reaction : OH^0 (-10644) + e_aq^-1 (-3484) -> OH^-1 (-13423) -At time : 21.001 ns Reaction : H^0 (-10483) + e_aq^-1 (-4905) -> OH^-1 (-13424) + H_2^0 (-13425) -At time : 21.001 ns Reaction : OH^0 (-9179) + OH^0 (-9545) -> H2O2^0 (-13426) -At time : 21.001 ns Reaction : OH^0 (-7468) + OH^0 (-8892) -> H2O2^0 (-13427) -At time : 21.001 ns Reaction : e_aq^-1 (-4515) + H3O^1 (-7553) -> H^0 (-13428) -At time : 21.001 ns Reaction : e_aq^-1 (-5388) + H3O^1 (-7411) -> H^0 (-13429) -At time : 21.001 ns Reaction : OH^0 (-6560) + OH^0 (-6578) -> H2O2^0 (-13430) -At time : 21.001 ns Reaction : e_aq^-1 (-4145) + e_aq^-1 (-4211) -> OH^-1 (-13431) + OH^-1 (-13432) + H_2^0 (-13433) -At time : 22.001 ns Reaction : H3O^1 (-6583) + OH^-1 (-13393) -> No product -At time : 22.001 ns Reaction : H3O^1 (-8181) + OH^-1 (-13329) -> No product -At time : 22.001 ns Reaction : OH^-1 (-13280) + H3O^1 (-6709) -> No product -At time : 22.001 ns Reaction : H3O^1 (-11067) + OH^-1 (-13254) -> No product -At time : 22.001 ns Reaction : OH^-1 (-13202) + H3O^1 (-6717) -> No product -At time : 22.001 ns Reaction : OH^-1 (-13157) + H3O^1 (-7403) -> No product -At time : 22.001 ns Reaction : e_aq^-1 (-1232) + H^0 (-13120) -> OH^-1 (-13434) + H_2^0 (-13435) -At time : 22.001 ns Reaction : OH^-1 (-13042) + H3O^1 (-6083) -> No product -At time : 22.001 ns Reaction : H3O^1 (-7409) + OH^-1 (-12989) -> No product -At time : 22.001 ns Reaction : OH^-1 (-12857) + H3O^1 (-7485) -> No product -At time : 22.001 ns Reaction : OH^-1 (-12822) + H3O^1 (-8209) -> No product -At time : 22.001 ns Reaction : e_aq^-1 (-4041) + H^0 (-12819) -> OH^-1 (-13436) + H_2^0 (-13437) -At time : 22.001 ns Reaction : H^0 (-12728) + e_aq^-1 (-2728) -> OH^-1 (-13438) + H_2^0 (-13439) -At time : 22.001 ns Reaction : OH^-1 (-12661) + H3O^1 (-6217) -> No product -At time : 22.001 ns Reaction : OH^-1 (-12553) + H3O^1 (-8205) -> No product -At time : 22.001 ns Reaction : e_aq^-1 (-3857) + H2O2^0 (-12187) -> OH^-1 (-13440) + OH^0 (-13441) -At time : 22.001 ns Reaction : OH^0 (-10769) + OH^0 (-7644) -> H2O2^0 (-13442) -At time : 22.001 ns Reaction : H3O^1 (-9990) + e_aq^-1 (-4281) -> H^0 (-13443) -At time : 22.001 ns Reaction : e_aq^-1 (-3553) + H^0 (-9518) -> OH^-1 (-13444) + H_2^0 (-13445) -At time : 22.001 ns Reaction : H^0 (-9434) + OH^0 (-5799) -> No product -At time : 22.001 ns Reaction : e_aq^-1 (-4651) + H^0 (-8958) -> OH^-1 (-13446) + H_2^0 (-13447) -At time : 22.001 ns Reaction : e_aq^-1 (-4499) + H3O^1 (-8835) -> H^0 (-13448) -At time : 22.001 ns Reaction : e_aq^-1 (-4661) + H3O^1 (-7533) -> H^0 (-13449) -At time : 23.001 ns Reaction : H3O^1 (-11303) + OH^-1 (-13399) -> No product -At time : 23.001 ns Reaction : H3O^1 (-11079) + OH^-1 (-13310) -> No product -At time : 23.001 ns Reaction : OH^-1 (-13301) + H3O^1 (-7745) -> No product -At time : 23.001 ns Reaction : H^0 (-13229) + e_aq^-1 (-2704) -> OH^-1 (-13450) + H_2^0 (-13451) -At time : 23.001 ns Reaction : H3O^1 (-6101) + OH^-1 (-13186) -> No product -At time : 23.001 ns Reaction : OH^-1 (-12813) + H3O^1 (-7213) -> No product -At time : 23.001 ns Reaction : OH^-1 (-11609) + H3O^1 (-6207) -> No product -At time : 23.001 ns Reaction : OH^0 (-11333) + OH^0 (-7030) -> H2O2^0 (-13452) -At time : 23.001 ns Reaction : e_aq^-1 (-2227) + H3O^1 (-10760) -> H^0 (-13453) -At time : 23.001 ns Reaction : OH^0 (-10295) + OH^0 (-6092) -> H2O2^0 (-13454) -At time : 23.001 ns Reaction : H3O^1 (-9595) + e_aq^-1 (-3646) -> H^0 (-13455) -At time : 23.001 ns Reaction : OH^0 (-9456) + OH^0 (-7684) -> H2O2^0 (-13456) -At time : 23.001 ns Reaction : OH^0 (-6810) + OH^0 (-8549) -> H2O2^0 (-13457) -At time : 23.001 ns Reaction : e_aq^-1 (-3261) + H3O^1 (-7685) -> H^0 (-13458) -At time : 23.001 ns Reaction : e_aq^-1 (-2582) + H3O^1 (-6595) -> H^0 (-13459) -At time : 24.001 ns Reaction : OH^-1 (-13188) + H3O^1 (-6003) -> No product -At time : 24.001 ns Reaction : OH^-1 (-13089) + H3O^1 (-6153) -> No product -At time : 24.001 ns Reaction : e_aq^-1 (-4847) + H2O2^0 (-12807) -> OH^-1 (-13460) + OH^0 (-13461) -At time : 24.001 ns Reaction : e_aq^-1 (-3699) + H2O2^0 (-12402) -> OH^-1 (-13462) + OH^0 (-13463) -At time : 24.001 ns Reaction : e_aq^-1 (-5118) + H2O2^0 (-12065) -> OH^-1 (-13464) + OH^0 (-13465) -At time : 24.001 ns Reaction : OH^0 (-10485) + H^0 (-12048) -> No product -At time : 24.001 ns Reaction : e_aq^-1 (-4232) + H2O2^0 (-11529) -> OH^-1 (-13466) + OH^0 (-13467) -At time : 24.001 ns Reaction : H2O2^0 (-11402) + e_aq^-1 (-2702) -> OH^-1 (-13468) + OH^0 (-13469) -At time : 24.001 ns Reaction : OH^0 (-10942) + OH^0 (-10956) -> H2O2^0 (-13470) -At time : 24.001 ns Reaction : H3O^1 (-9569) + e_aq^-1 (-2990) -> H^0 (-13471) -At time : 24.001 ns Reaction : OH^0 (-6632) + OH^0 (-7806) -> H2O2^0 (-13472) -At time : 25.001 ns Reaction : OH^-1 (-13468) + H3O^1 (-7761) -> No product -At time : 25.001 ns Reaction : H3O^1 (-9711) + OH^-1 (-13440) -> No product -At time : 25.001 ns Reaction : OH^-1 (-13434) + H3O^1 (-6935) -> No product -At time : 25.001 ns Reaction : OH^-1 (-13417) + H3O^1 (-7001) -> No product -At time : 25.001 ns Reaction : H2O2^0 (-13246) + e_aq^-1 (-4757) -> OH^-1 (-13473) + OH^0 (-13474) -At time : 25.001 ns Reaction : OH^-1 (-13164) + H3O^1 (-7793) -> No product -At time : 25.001 ns Reaction : OH^-1 (-13142) + H3O^1 (-8189) -> No product -At time : 25.001 ns Reaction : OH^-1 (-13044) + H3O^1 (-8255) -> No product -At time : 25.001 ns Reaction : OH^-1 (-13007) + H3O^1 (-6753) -> No product -At time : 25.001 ns Reaction : OH^-1 (-12656) + H3O^1 (-8856) -> No product -At time : 25.001 ns Reaction : OH^-1 (-12650) + H3O^1 (-6419) -> No product -At time : 25.001 ns Reaction : H3O^1 (-7583) + OH^-1 (-12545) -> No product -At time : 25.001 ns Reaction : e_aq^-1 (-3457) + H2O2^0 (-12520) -> OH^-1 (-13475) + OH^0 (-13476) -At time : 25.001 ns Reaction : OH^-1 (-12502) + H3O^1 (-6085) -> No product -At time : 25.001 ns Reaction : H2O2^0 (-11701) + e_aq^-1 (-4942) -> OH^-1 (-13477) + OH^0 (-13478) -At time : 25.001 ns Reaction : e_aq^-1 (-4619) + H2O2^0 (-11700) -> OH^-1 (-13479) + OH^0 (-13480) -At time : 26.001 ns Reaction : H3O^1 (-7251) + OH^-1 (-13406) -> No product -At time : 26.001 ns Reaction : H3O^1 (-6673) + OH^-1 (-13324) -> No product -At time : 26.001 ns Reaction : H3O^1 (-9783) + OH^-1 (-13251) -> No product -At time : 26.001 ns Reaction : OH^-1 (-13208) + H3O^1 (-8679) -> No product -At time : 26.001 ns Reaction : e_aq^-1 (-4818) + OH^0 (-13021) -> OH^-1 (-13481) -At time : 26.001 ns Reaction : OH^-1 (-12991) + H3O^1 (-7453) -> No product -At time : 26.001 ns Reaction : OH^-1 (-12959) + H3O^1 (-7475) -> No product -At time : 26.001 ns Reaction : OH^-1 (-12922) + H3O^1 (-6851) -> No product -At time : 26.001 ns Reaction : OH^-1 (-12751) + H3O^1 (-7933) -> No product -At time : 26.001 ns Reaction : e_aq^-1 (-2749) + H^0 (-12750) -> OH^-1 (-13482) + H_2^0 (-13483) -At time : 26.001 ns Reaction : H3O^1 (-6299) + OH^-1 (-12358) -> No product -At time : 26.001 ns Reaction : e_aq^-1 (-3160) + H2O2^0 (-12072) -> OH^-1 (-13484) + OH^0 (-13485) -At time : 26.001 ns Reaction : OH^0 (-11930) + OH^0 (-7578) -> H2O2^0 (-13486) -At time : 26.001 ns Reaction : e_aq^-1 (-4065) + H3O^1 (-11224) -> H^0 (-13487) -At time : 26.001 ns Reaction : H^0 (-11072) + e_aq^-1 (-5054) -> OH^-1 (-13488) + H_2^0 (-13489) -At time : 26.001 ns Reaction : e_aq^-1 (-298) + H3O^1 (-8295) -> H^0 (-13490) -At time : 26.001 ns Reaction : e_aq^-1 (-2345) + H3O^1 (-7837) -> H^0 (-13491) -At time : 26.001 ns Reaction : OH^0 (-7214) + OH^0 (-7470) -> H2O2^0 (-13492) -At time : 26.001 ns Reaction : e_aq^-1 (-4581) + OH^0 (-7012) -> OH^-1 (-13493) -At time : 26.001 ns Reaction : e_aq^-1 (-3358) + H3O^1 (-5877) -> H^0 (-13494) -At time : 27.001 ns Reaction : e_aq^-1 (-4813) + OH^0 (-13474) -> OH^-1 (-13495) -At time : 27.001 ns Reaction : OH^-1 (-13432) + H3O^1 (-5835) -> No product -At time : 27.001 ns Reaction : OH^-1 (-13225) + H3O^1 (-6537) -> No product -At time : 27.001 ns Reaction : e_aq^-1 (-2290) + H^0 (-13224) -> OH^-1 (-13496) + H_2^0 (-13497) -At time : 27.001 ns Reaction : H3O^1 (-5989) + OH^-1 (-13055) -> No product -At time : 27.001 ns Reaction : H3O^1 (-11075) + OH^-1 (-12679) -> No product -At time : 27.001 ns Reaction : e_aq^-1 (-1027) + OH^0 (-12657) -> OH^-1 (-13498) -At time : 27.001 ns Reaction : e_aq^-1 (-3507) + H2O2^0 (-12495) -> OH^-1 (-13499) + OH^0 (-13500) -At time : 27.001 ns Reaction : e_aq^-1 (-1826) + H2O2^0 (-12395) -> OH^-1 (-13501) + OH^0 (-13502) -At time : 27.001 ns Reaction : OH^-1 (-12253) + H3O^1 (-7719) -> No product -At time : 27.001 ns Reaction : OH^0 (-11060) + e_aq^-1 (-5071) -> OH^-1 (-13503) -At time : 27.001 ns Reaction : OH^0 (-10765) + OH^0 (-6686) -> H2O2^0 (-13504) -At time : 27.001 ns Reaction : OH^0 (-9805) + e_aq^-1 (-3899) -> OH^-1 (-13505) -At time : 27.001 ns Reaction : e_aq^-1 (-596) + H3O^1 (-8874) -> H^0 (-13506) -At time : 27.001 ns Reaction : e_aq^-1 (-2637) + H3O^1 (-5917) -> H^0 (-13507) -At time : 28.001 ns Reaction : OH^-1 (-13479) + H3O^1 (-7993) -> No product -At time : 28.001 ns Reaction : OH^-1 (-13462) + H3O^1 (-7767) -> No product -At time : 28.001 ns Reaction : H3O^1 (-9951) + OH^-1 (-13347) -> No product -At time : 28.001 ns Reaction : OH^-1 (-13336) + H3O^1 (-7733) -> No product -At time : 28.001 ns Reaction : OH^-1 (-13331) + H3O^1 (-6793) -> No product -At time : 28.001 ns Reaction : e_aq^-1 (-5162) + H^0 (-13146) -> OH^-1 (-13508) + H_2^0 (-13509) -At time : 28.001 ns Reaction : OH^0 (-13054) + e_aq^-1 (-2221) -> OH^-1 (-13510) -At time : 28.001 ns Reaction : e_aq^-1 (-1408) + H^0 (-12379) -> OH^-1 (-13511) + H_2^0 (-13512) -At time : 28.001 ns Reaction : H^0 (-10499) + e_aq^-1 (-4877) -> OH^-1 (-13513) + H_2^0 (-13514) -At time : 28.001 ns Reaction : OH^0 (-9652) + OH^0 (-6436) -> H2O2^0 (-13515) -At time : 28.001 ns Reaction : OH^0 (-7650) + OH^0 (-7808) -> H2O2^0 (-13516) -At time : 28.001 ns Reaction : e_aq^-1 (-3448) + H3O^1 (-7669) -> H^0 (-13517) -At time : 28.001 ns Reaction : e_aq^-1 (-2117) + H3O^1 (-7613) -> H^0 (-13518) -At time : 28.001 ns Reaction : e_aq^-1 (-1865) + H3O^1 (-5869) -> H^0 (-13519) -At time : 28.001 ns Reaction : e_aq^-1 (-5523) + OH^0 (-5715) -> OH^-1 (-13520) -At time : 29.001 ns Reaction : H3O^1 (-6741) + OH^-1 (-13510) -> No product -At time : 29.001 ns Reaction : OH^-1 (-13505) + H3O^1 (-7833) -> No product -At time : 29.001 ns Reaction : H3O^1 (-6491) + OH^-1 (-13176) -> No product -At time : 29.001 ns Reaction : OH^-1 (-12969) + H3O^1 (-7277) -> No product -At time : 29.001 ns Reaction : H^0 (-12787) + H^0 (-12682) -> H_2^0 (-13521) -At time : 29.001 ns Reaction : H^0 (-12307) + OH^0 (-6068) -> No product -At time : 29.001 ns Reaction : e_aq^-1 (-5068) + H2O2^0 (-11830) -> OH^-1 (-13522) + OH^0 (-13523) -At time : 29.001 ns Reaction : e_aq^-1 (-4252) + H2O2^0 (-11813) -> OH^-1 (-13524) + OH^0 (-13525) -At time : 29.001 ns Reaction : OH^0 (-11163) + OH^0 (-8468) -> H2O2^0 (-13526) -At time : 29.001 ns Reaction : e_aq^-1 (-4417) + H3O^1 (-10889) -> H^0 (-13527) -At time : 29.001 ns Reaction : OH^0 (-9398) + OH^0 (-7378) -> H2O2^0 (-13528) -At time : 30.001 ns Reaction : OH^0 (-13500) + OH^0 (-7698) -> H2O2^0 (-13529) -At time : 30.001 ns Reaction : OH^-1 (-13495) + H3O^1 (-8505) -> No product -At time : 30.001 ns Reaction : OH^-1 (-13477) + H3O^1 (-5861) -> No product -At time : 30.001 ns Reaction : H3O^1 (-11054) + OH^-1 (-13464) -> No product -At time : 30.001 ns Reaction : OH^-1 (-13446) + H3O^1 (-7057) -> No product -At time : 30.001 ns Reaction : H3O^1 (-11031) + OH^-1 (-13260) -> No product -At time : 30.001 ns Reaction : OH^0 (-9557) + H^0 (-12077) -> No product -At time : 30.001 ns Reaction : e_aq^-1 (-4027) + H2O2^0 (-11803) -> OH^-1 (-13530) + OH^0 (-13531) -At time : 30.001 ns Reaction : e_aq^-1 (-4775) + H2O2^0 (-11577) -> OH^-1 (-13532) + OH^0 (-13533) -At time : 30.001 ns Reaction : OH^0 (-11208) + OH^0 (-6244) -> H2O2^0 (-13534) -At time : 30.001 ns Reaction : H^0 (-11123) + OH^0 (-8226) -> No product -At time : 30.001 ns Reaction : H^0 (-9479) + OH^0 (-6232) -> No product -At time : 30.001 ns Reaction : H^0 (-9353) + H^0 (-9088) -> H_2^0 (-13535) -At time : 30.001 ns Reaction : e_aq^-1 (-2689) + e_aq^-1 (-8347) -> OH^-1 (-13536) + OH^-1 (-13537) + H_2^0 (-13538) -At time : 30.001 ns Reaction : e_aq^-1 (-1586) + H3O^1 (-6013) -> H^0 (-13539) -At time : 31.001 ns Reaction : e_aq^-1 (-765) + H2O2^0 (-13427) -> OH^-1 (-13540) + OH^0 (-13541) -At time : 31.001 ns Reaction : H3O^1 (-9779) + OH^-1 (-13389) -> No product -At time : 31.001 ns Reaction : H3O^1 (-7949) + OH^-1 (-13244) -> No product -At time : 31.001 ns Reaction : H^0 (-13183) + e_aq^-1 (-2504) -> OH^-1 (-13542) + H_2^0 (-13543) -At time : 31.001 ns Reaction : OH^-1 (-12319) + H3O^1 (-7707) -> No product -At time : 31.001 ns Reaction : e_aq^-1 (-1319) + H2O2^0 (-11544) -> OH^-1 (-13544) + OH^0 (-13545) -At time : 31.001 ns Reaction : OH^0 (-10612) + e_aq^-1 (-3939) -> OH^-1 (-13546) -At time : 31.001 ns Reaction : OH^0 (-6450) + OH^0 (-8759) -> H2O2^0 (-13547) -At time : 31.001 ns Reaction : e_aq^-1 (-2179) + H3O^1 (-7643) -> H^0 (-13548) -At time : 31.001 ns Reaction : e_aq^-1 (-4273) + H3O^1 (-6881) -> H^0 (-13549) -At time : 32.001 ns Reaction : e_aq^-1 (-2846) + H2O2^0 (-13256) -> OH^-1 (-13550) + OH^0 (-13551) -At time : 32.001 ns Reaction : OH^-1 (-13094) + H3O^1 (-7653) -> No product -At time : 32.001 ns Reaction : e_aq^-1 (-5689) + H2O2^0 (-11627) -> OH^-1 (-13552) + OH^0 (-13553) -At time : 32.001 ns Reaction : OH^0 (-10796) + e_aq^-1 (-2151) -> OH^-1 (-13554) -At time : 32.001 ns Reaction : e_aq^-1 (-3907) + H3O^1 (-7843) -> H^0 (-13555) -At time : 33.001 ns Reaction : OH^-1 (-13508) + H3O^1 (-8451) -> No product -At time : 33.001 ns Reaction : OH^0 (-6050) + OH^0 (-8142) -> H2O2^0 (-13556) -At time : 33.001 ns Reaction : e_aq^-1 (-4472) + OH^0 (-7932) -> OH^-1 (-13557) -At time : 33.001 ns Reaction : e_aq^-1 (-457) + OH^0 (-6080) -> OH^-1 (-13558) -At time : 34.001 ns Reaction : OH^-1 (-13221) + H3O^1 (-6797) -> No product -At time : 34.001 ns Reaction : OH^0 (-7442) + H^0 (-13193) -> No product -At time : 34.001 ns Reaction : e_aq^-1 (-4794) + H2O2^0 (-12968) -> OH^-1 (-13559) + OH^0 (-13560) -At time : 34.001 ns Reaction : OH^-1 (-12858) + H3O^1 (-8073) -> No product -At time : 34.001 ns Reaction : e_aq^-1 (-4206) + H2O2^0 (-12274) -> OH^-1 (-13561) + OH^0 (-13562) -At time : 34.001 ns Reaction : e_aq^-1 (-4111) + H2O2^0 (-12034) -> OH^-1 (-13563) + OH^0 (-13564) -At time : 34.001 ns Reaction : e_aq^-1 (-1941) + H2O2^0 (-11860) -> OH^-1 (-13565) + OH^0 (-13566) -At time : 34.001 ns Reaction : H^0 (-9672) + OH^0 (-7654) -> No product -At time : 34.001 ns Reaction : OH^0 (-9154) + e_aq^-1 (-8701) -> OH^-1 (-13567) -At time : 34.001 ns Reaction : e_aq^-1 (-2380) + H3O^1 (-8520) -> H^0 (-13568) -At time : 34.001 ns Reaction : e_aq^-1 (-5654) + H3O^1 (-8327) -> H^0 (-13569) -At time : 34.001 ns Reaction : e_aq^-1 (-5170) + OH^0 (-8160) -> OH^-1 (-13570) -At time : 34.001 ns Reaction : e_aq^-1 (-3901) + OH^0 (-6626) -> OH^-1 (-13571) -At time : 35.001 ns Reaction : H^0 (-13549) + e_aq^-1 (-4351) -> OH^-1 (-13572) + H_2^0 (-13573) -At time : 35.001 ns Reaction : H3O^1 (-6129) + OH^-1 (-13520) -> No product -At time : 35.001 ns Reaction : OH^-1 (-13482) + H3O^1 (-7661) -> No product -At time : 35.001 ns Reaction : OH^-1 (-13287) + H3O^1 (-6009) -> No product -At time : 35.001 ns Reaction : e_aq^-1 (-4722) + H2O2^0 (-13240) -> OH^-1 (-13574) + OH^0 (-13575) -At time : 35.001 ns Reaction : e_aq^-1 (-5059) + H2O2^0 (-12514) -> OH^-1 (-13576) + OH^0 (-13577) -At time : 35.001 ns Reaction : e_aq^-1 (-5269) + H^0 (-10269) -> OH^-1 (-13578) + H_2^0 (-13579) -At time : 35.001 ns Reaction : H3O^1 (-10167) + e_aq^-1 (-4932) -> H^0 (-13580) -At time : 35.001 ns Reaction : OH^0 (-8196) + OH^0 (-8480) -> H2O2^0 (-13581) -At time : 36.001 ns Reaction : H3O^1 (-6159) + OH^-1 (-13481) -> No product -At time : 36.001 ns Reaction : OH^0 (-9242) + OH^0 (-13071) -> H2O2^0 (-13582) -At time : 36.001 ns Reaction : OH^-1 (-11997) + H3O^1 (-8565) -> No product -At time : 36.001 ns Reaction : e_aq^-1 (-5577) + H2O2^0 (-11746) -> OH^-1 (-13583) + OH^0 (-13584) -At time : 36.001 ns Reaction : H^0 (-9922) + OH^0 (-9033) -> No product -At time : 36.001 ns Reaction : e_aq^-1 (-4379) + H3O^1 (-8808) -> H^0 (-13585) -At time : 37.001 ns Reaction : OH^-1 (-13271) + H3O^1 (-7135) -> No product -At time : 37.001 ns Reaction : e_aq^-1 (-924) + H^0 (-12812) -> OH^-1 (-13586) + H_2^0 (-13587) -At time : 37.001 ns Reaction : H^0 (-12536) + e_aq^-1 (-4745) -> OH^-1 (-13588) + H_2^0 (-13589) -At time : 37.001 ns Reaction : H2O2^0 (-12148) + e_aq^-1 (-3512) -> OH^-1 (-13590) + OH^0 (-13591) -At time : 37.001 ns Reaction : e_aq^-1 (-4622) + H2O2^0 (-11836) -> OH^-1 (-13592) + OH^0 (-13593) -At time : 37.001 ns Reaction : e_aq^-1 (-4851) + H2O2^0 (-11715) -> OH^-1 (-13594) + OH^0 (-13595) -At time : 37.001 ns Reaction : H3O^1 (-9863) + e_aq^-1 (-2133) -> H^0 (-13596) -At time : 38.001 ns Reaction : H3O^1 (-5985) + OH^-1 (-13299) -> No product -At time : 38.001 ns Reaction : e_aq^-1 (-630) + H^0 (-12810) -> OH^-1 (-13597) + H_2^0 (-13598) -At time : 38.001 ns Reaction : e_aq^-1 (-4940) + H2O2^0 (-11822) -> OH^-1 (-13599) + OH^0 (-13600) -At time : 38.001 ns Reaction : e_aq^-1 (-4178) + H2O2^0 (-11617) -> OH^-1 (-13601) + OH^0 (-13602) -At time : 38.001 ns Reaction : e_aq^-1 (-3968) + H2O2^0 (-11581) -> OH^-1 (-13603) + OH^0 (-13604) -At time : 38.001 ns Reaction : e_aq^-1 (-446) + H3O^1 (-10304) -> H^0 (-13605) -At time : 38.001 ns Reaction : e_aq^-1 (-3803) + H3O^1 (-8517) -> H^0 (-13606) -At time : 38.001 ns Reaction : OH^0 (-7124) + OH^0 (-8062) -> H2O2^0 (-13607) -At time : 39.001 ns Reaction : H3O^1 (-5921) + OH^-1 (-13438) -> No product -At time : 39.001 ns Reaction : OH^-1 (-13056) + H3O^1 (-9695) -> No product -At time : 39.001 ns Reaction : e_aq^-1 (-701) + H2O2^0 (-12957) -> OH^-1 (-13608) + OH^0 (-13609) -At time : 39.001 ns Reaction : OH^0 (-10367) + OH^0 (-5721) -> H2O2^0 (-13610) -At time : 39.001 ns Reaction : OH^0 (-9605) + H^0 (-9615) -> No product -At time : 39.001 ns Reaction : e_aq^-1 (-2842) + H3O^1 (-8760) -> H^0 (-13611) -At time : 39.001 ns Reaction : OH^0 (-6506) + OH^0 (-7662) -> H2O2^0 (-13612) -At time : 40.001 ns Reaction : OH^-1 (-13594) + H3O^1 (-6043) -> No product -At time : 40.001 ns Reaction : H3O^1 (-7777) + OH^-1 (-13537) -> No product -At time : 40.001 ns Reaction : OH^-1 (-13513) + H3O^1 (-8039) -> No product -At time : 40.001 ns Reaction : H3O^1 (-9847) + OH^-1 (-13466) -> No product -At time : 40.001 ns Reaction : H3O^1 (-6787) + OH^-1 (-13372) -> No product -At time : 40.001 ns Reaction : e_aq^-1 (-3651) + H^0 (-13340) -> OH^-1 (-13613) + H_2^0 (-13614) -At time : 40.001 ns Reaction : OH^-1 (-13332) + H3O^1 (-7061) -> No product -At time : 40.001 ns Reaction : e_aq^-1 (-5034) + OH^0 (-13268) -> OH^-1 (-13615) -At time : 40.001 ns Reaction : e_aq^-1 (-746) + H^0 (-13132) -> OH^-1 (-13616) + H_2^0 (-13617) -At time : 40.001 ns Reaction : H^0 (-12684) + e_aq^-1 (-2685) -> OH^-1 (-13618) + H_2^0 (-13619) -At time : 40.001 ns Reaction : e_aq^-1 (-4797) + OH^0 (-12643) -> OH^-1 (-13620) -At time : 40.001 ns Reaction : H^0 (-11084) + OH^0 (-8132) -> No product -At time : 40.001 ns Reaction : H^0 (-9151) + OH^0 (-8705) -> No product -At time : 40.001 ns Reaction : e_aq^-1 (-1119) + H3O^1 (-6999) -> H^0 (-13621) -At time : 41.001 ns Reaction : OH^-1 (-13620) + H3O^1 (-8853) -> No product -At time : 41.001 ns Reaction : OH^-1 (-13603) + H3O^1 (-8352) -> No product -At time : 41.001 ns Reaction : e_aq^-1 (-5293) + OH^0 (-13465) -> OH^-1 (-13622) -At time : 41.001 ns Reaction : OH^0 (-13321) + OH^0 (-5808) -> H2O2^0 (-13623) -At time : 41.001 ns Reaction : OH^-1 (-13295) + H3O^1 (-6631) -> No product -At time : 41.001 ns Reaction : H2O2^0 (-12883) + e_aq^-1 (-5517) -> OH^-1 (-13624) + OH^0 (-13625) -At time : 41.001 ns Reaction : e_aq^-1 (-4736) + H^0 (-12832) -> OH^-1 (-13626) + H_2^0 (-13627) -At time : 41.001 ns Reaction : H3O^1 (-10008) + OH^-1 (-12791) -> No product -At time : 41.001 ns Reaction : e_aq^-1 (-418) + H^0 (-12701) -> OH^-1 (-13628) + H_2^0 (-13629) -At time : 41.001 ns Reaction : H3O^1 (-6365) + OH^-1 (-12558) -> No product -At time : 41.001 ns Reaction : e_aq^-1 (-5649) + H3O^1 (-11169) -> H^0 (-13630) -At time : 41.001 ns Reaction : e_aq^-1 (-5613) + H3O^1 (-8331) -> H^0 (-13631) -At time : 41.001 ns Reaction : e_aq^-1 (-2999) + H3O^1 (-7723) -> H^0 (-13632) -At time : 41.001 ns Reaction : OH^0 (-6046) + OH^0 (-7502) -> H2O2^0 (-13633) -At time : 41.001 ns Reaction : e_aq^-1 (-5242) + H3O^1 (-7217) -> H^0 (-13634) -At time : 41.001 ns Reaction : e_aq^-1 (-3763) + H3O^1 (-6529) -> H^0 (-13635) -At time : 42.001 ns Reaction : e_aq^-1 (-3563) + OH^0 (-13485) -> OH^-1 (-13636) -At time : 42.001 ns Reaction : OH^0 (-9117) + H^0 (-13448) -> No product -At time : 42.001 ns Reaction : H^0 (-10896) + H^0 (-13276) -> H_2^0 (-13637) -At time : 42.001 ns Reaction : e_aq^-1 (-2216) + OH^0 (-12613) -> OH^-1 (-13638) -At time : 42.001 ns Reaction : e_aq^-1 (-1050) + H^0 (-12599) -> OH^-1 (-13639) + H_2^0 (-13640) -At time : 42.001 ns Reaction : e_aq^-1 (-4766) + H^0 (-12581) -> OH^-1 (-13641) + H_2^0 (-13642) -At time : 42.001 ns Reaction : H3O^1 (-10715) + e_aq^-1 (-3688) -> H^0 (-13643) -At time : 42.001 ns Reaction : H^0 (-10377) + OH^0 (-5811) -> No product -At time : 42.001 ns Reaction : H^0 (-10119) + OH^0 (-10128) -> No product -At time : 43.001 ns Reaction : OH^-1 (-13597) + H3O^1 (-7153) -> No product -At time : 43.001 ns Reaction : H3O^1 (-6915) + OH^-1 (-13592) -> No product -At time : 43.001 ns Reaction : OH^-1 (-13341) + H3O^1 (-8598) -> No product -At time : 43.001 ns Reaction : OH^-1 (-13078) + H3O^1 (-8541) -> No product -At time : 43.001 ns Reaction : H3O^1 (-6221) + OH^-1 (-13065) -> No product -At time : 43.001 ns Reaction : H3O^1 (-10697) + e_aq^-1 (-3024) -> H^0 (-13644) -At time : 43.001 ns Reaction : OH^0 (-10272) + OH^0 (-5856) -> H2O2^0 (-13645) -At time : 43.001 ns Reaction : e_aq^-1 (-4907) + H3O^1 (-8071) -> H^0 (-13646) -At time : 43.001 ns Reaction : e_aq^-1 (-1998) + H3O^1 (-7615) -> H^0 (-13647) -At time : 43.001 ns Reaction : e_aq^-1 (-1715) + e_aq^-1 (-4441) -> OH^-1 (-13648) + OH^-1 (-13649) + H_2^0 (-13650) -At time : 44.001 ns Reaction : H2O2^0 (-13173) + e_aq^-1 (-5547) -> OH^-1 (-13651) + OH^0 (-13652) -At time : 44.001 ns Reaction : e_aq^-1 (-2260) + H^0 (-13099) -> OH^-1 (-13653) + H_2^0 (-13654) -At time : 44.001 ns Reaction : H^0 (-12935) + e_aq^-1 (-3947) -> OH^-1 (-13655) + H_2^0 (-13656) -At time : 44.001 ns Reaction : e_aq^-1 (-3720) + OH^0 (-12315) -> OH^-1 (-13657) -At time : 44.001 ns Reaction : OH^0 (-5781) + H^0 (-11983) -> No product -At time : 44.001 ns Reaction : H2O2^0 (-11575) + e_aq^-1 (-3979) -> OH^-1 (-13658) + OH^0 (-13659) -At time : 44.001 ns Reaction : OH^0 (-10365) + e_aq^-1 (-5484) -> OH^-1 (-13660) -At time : 44.001 ns Reaction : H3O^1 (-9556) + e_aq^-1 (-3648) -> H^0 (-13661) -At time : 44.001 ns Reaction : e_aq^-1 (-4055) + H3O^1 (-6681) -> H^0 (-13662) -At time : 45.001 ns Reaction : OH^-1 (-13639) + H3O^1 (-8862) -> No product -At time : 45.001 ns Reaction : OH^-1 (-13616) + H3O^1 (-7147) -> No product -At time : 45.001 ns Reaction : OH^-1 (-13424) + H3O^1 (-7203) -> No product -At time : 45.001 ns Reaction : OH^-1 (-13307) + H3O^1 (-6511) -> No product -At time : 45.001 ns Reaction : OH^-1 (-13087) + H3O^1 (-7781) -> No product -At time : 45.001 ns Reaction : e_aq^-1 (-957) + H^0 (-13047) -> OH^-1 (-13663) + H_2^0 (-13664) -At time : 45.001 ns Reaction : OH^-1 (-12292) + H3O^1 (-7873) -> No product -At time : 45.001 ns Reaction : OH^0 (-10683) + OH^0 (-6312) -> H2O2^0 (-13665) -At time : 45.001 ns Reaction : H3O^1 (-10474) + e_aq^-1 (-4885) -> H^0 (-13666) -At time : 45.001 ns Reaction : e_aq^-1 (-3958) + OH^0 (-9796) -> OH^-1 (-13667) -At time : 45.001 ns Reaction : OH^0 (-8852) + OH^0 (-8867) -> H2O2^0 (-13668) -At time : 45.001 ns Reaction : e_aq^-1 (-5100) + H3O^1 (-8185) -> H^0 (-13669) -At time : 45.001 ns Reaction : OH^0 (-8138) + OH^0 (-8146) -> H2O2^0 (-13670) -At time : 45.001 ns Reaction : e_aq^-1 (-4841) + H3O^1 (-7991) -> H^0 (-13671) -At time : 45.001 ns Reaction : e_aq^-1 (-1344) + H3O^1 (-6953) -> H^0 (-13672) -At time : 45.001 ns Reaction : OH^0 (-6512) + OH^0 (-6530) -> H2O2^0 (-13673) -At time : 45.001 ns Reaction : e_aq^-1 (-5247) + e_aq^-1 (-5527) -> OH^-1 (-13674) + OH^-1 (-13675) + H_2^0 (-13676) -At time : 46.001 ns Reaction : H3O^1 (-11120) + OH^-1 (-13651) -> No product -At time : 46.001 ns Reaction : OH^-1 (-13599) + H3O^1 (-7115) -> No product -At time : 46.001 ns Reaction : H3O^1 (-10943) + OH^-1 (-13493) -> No product -At time : 46.001 ns Reaction : H3O^1 (-6597) + OH^-1 (-13450) -> No product -At time : 46.001 ns Reaction : H3O^1 (-7205) + OH^-1 (-13391) -> No product -At time : 46.001 ns Reaction : OH^0 (-13116) + e_aq^-1 (-944) -> OH^-1 (-13677) -At time : 46.001 ns Reaction : H3O^1 (-5853) + OH^-1 (-12067) -> No product -At time : 46.001 ns Reaction : e_aq^-1 (-5193) + H^0 (-8946) -> OH^-1 (-13678) + H_2^0 (-13679) -At time : 46.001 ns Reaction : e_aq^-1 (-3779) + e_aq^-1 (-8350) -> OH^-1 (-13680) + OH^-1 (-13681) + H_2^0 (-13682) -At time : 46.001 ns Reaction : e_aq^-1 (-3753) + H3O^1 (-7791) -> H^0 (-13683) -At time : 46.001 ns Reaction : OH^0 (-7184) + OH^0 (-7466) -> H2O2^0 (-13684) -At time : 47.001 ns Reaction : OH^-1 (-13618) + H3O^1 (-5827) -> No product -At time : 47.001 ns Reaction : OH^-1 (-13473) + H3O^1 (-8841) -> No product -At time : 47.001 ns Reaction : e_aq^-1 (-4452) + H2O2^0 (-13470) -> OH^-1 (-13685) + OH^0 (-13686) -At time : 47.001 ns Reaction : H3O^1 (-6205) + OH^-1 (-13415) -> No product -At time : 47.001 ns Reaction : e_aq^-1 (-4342) + H2O2^0 (-13063) -> OH^-1 (-13687) + OH^0 (-13688) -At time : 47.001 ns Reaction : e_aq^-1 (-4047) + H2O2^0 (-12772) -> OH^-1 (-13689) + OH^0 (-13690) -At time : 47.001 ns Reaction : e_aq^-1 (-4669) + H2O2^0 (-11924) -> OH^-1 (-13691) + OH^0 (-13692) -At time : 47.001 ns Reaction : e_aq^-1 (-398) + H2O2^0 (-11540) -> OH^-1 (-13693) + OH^0 (-13694) -At time : 47.001 ns Reaction : e_aq^-1 (-3828) + H3O^1 (-9709) -> H^0 (-13695) -At time : 47.001 ns Reaction : OH^0 (-9462) + e_aq^-1 (-3481) -> OH^-1 (-13696) -At time : 47.001 ns Reaction : e_aq^-1 (-4141) + H3O^1 (-6777) -> H^0 (-13697) -At time : 48.001 ns Reaction : e_aq^-1 (-641) + H2O2^0 (-13684) -> OH^-1 (-13698) + OH^0 (-13699) -At time : 48.001 ns Reaction : H^0 (-13611) + e_aq^-1 (-3794) -> OH^-1 (-13700) + H_2^0 (-13701) -At time : 48.001 ns Reaction : H3O^1 (-10160) + OH^-1 (-13586) -> No product -At time : 48.001 ns Reaction : H3O^1 (-7493) + OH^-1 (-13576) -> No product -At time : 48.001 ns Reaction : OH^0 (-13398) + H^0 (-13059) -> No product -At time : 48.001 ns Reaction : OH^-1 (-13395) + H3O^1 (-8293) -> No product -At time : 48.001 ns Reaction : OH^-1 (-13039) + H3O^1 (-8079) -> No product -At time : 48.001 ns Reaction : e_aq^-1 (-4928) + H^0 (-12479) -> OH^-1 (-13702) + H_2^0 (-13703) -At time : 48.001 ns Reaction : e_aq^-1 (-45) + H^0 (-11184) -> OH^-1 (-13704) + H_2^0 (-13705) -At time : 48.001 ns Reaction : OH^0 (-9577) + e_aq^-1 (-2968) -> OH^-1 (-13706) -At time : 48.001 ns Reaction : e_aq^-1 (-3988) + H3O^1 (-6685) -> H^0 (-13707) -At time : 48.001 ns Reaction : e_aq^-1 (-3620) + OH^0 (-6358) -> OH^-1 (-13708) -At time : 48.001 ns Reaction : OH^0 (-6044) + OH^0 (-6154) -> H2O2^0 (-13709) -At time : 48.001 ns Reaction : e_aq^-1 (-4799) + e_aq^-1 (-4819) -> OH^-1 (-13710) + OH^-1 (-13711) + H_2^0 (-13712) -At time : 48.001 ns Reaction : e_aq^-1 (-747) + e_aq^-1 (-827) -> OH^-1 (-13713) + OH^-1 (-13714) + H_2^0 (-13715) -At time : 49.001 ns Reaction : H3O^1 (-8149) + OH^-1 (-13615) -> No product -At time : 49.001 ns Reaction : e_aq^-1 (-2426) + OH^0 (-13531) -> OH^-1 (-13716) -At time : 49.001 ns Reaction : H3O^1 (-10496) + OH^-1 (-13498) -> No product -At time : 49.001 ns Reaction : OH^-1 (-13496) + H3O^1 (-6623) -> No product -At time : 49.001 ns Reaction : e_aq^-1 (-4608) + H^0 (-12999) -> OH^-1 (-13717) + H_2^0 (-13718) -At time : 49.001 ns Reaction : H3O^1 (-9689) + OH^-1 (-12711) -> No product -At time : 49.001 ns Reaction : e_aq^-1 (-4198) + H^0 (-12548) -> OH^-1 (-13719) + H_2^0 (-13720) -At time : 49.001 ns Reaction : e_aq^-1 (-2416) + H2O2^0 (-12155) -> OH^-1 (-13721) + OH^0 (-13722) -At time : 49.001 ns Reaction : H2O2^0 (-11559) + e_aq^-1 (-1533) -> OH^-1 (-13723) + OH^0 (-13724) -At time : 49.001 ns Reaction : e_aq^-1 (-4991) + OH^0 (-11052) -> OH^-1 (-13725) -At time : 49.001 ns Reaction : e_aq^-1 (-2849) + H3O^1 (-6495) -> H^0 (-13726) -At time : 50.001 ns Reaction : OH^-1 (-13565) + H3O^1 (-6803) -> No product -At time : 50.001 ns Reaction : e_aq^-1 (-5093) + H2O2^0 (-13380) -> OH^-1 (-13727) + OH^0 (-13728) -At time : 50.001 ns Reaction : OH^-1 (-13343) + H3O^1 (-7875) -> No product -At time : 50.001 ns Reaction : OH^-1 (-12651) + H3O^1 (-8736) -> No product -At time : 50.001 ns Reaction : H2O2^0 (-11393) + e_aq^-1 (-4269) -> OH^-1 (-13729) + OH^0 (-13730) -At time : 50.001 ns Reaction : OH^0 (-11183) + OH^0 (-8607) -> H2O2^0 (-13731) -At time : 50.001 ns Reaction : H3O^1 (-10963) + e_aq^-1 (-4737) -> H^0 (-13732) -At time : 50.001 ns Reaction : H^0 (-10536) + OH^0 (-6184) -> No product -At time : 50.001 ns Reaction : OH^0 (-9553) + OH^0 (-6326) -> H2O2^0 (-13733) -At time : 50.001 ns Reaction : e_aq^-1 (-4161) + OH^0 (-6812) -> OH^-1 (-13734) -At time : 51.001 ns Reaction : OH^-1 (-13559) + H3O^1 (-7983) -> No product -At time : 51.001 ns Reaction : OH^0 (-10122) + OH^0 (-13533) -> H2O2^0 (-13735) -At time : 51.001 ns Reaction : H3O^1 (-5935) + OH^-1 (-13357) -> No product -At time : 51.001 ns Reaction : e_aq^-1 (-1991) + H2O2^0 (-12817) -> OH^-1 (-13736) + OH^0 (-13737) -At time : 51.001 ns Reaction : e_aq^-1 (-1609) + H2O2^0 (-12539) -> OH^-1 (-13738) + OH^0 (-13739) -At time : 51.001 ns Reaction : OH^0 (-10977) + e_aq^-1 (-4657) -> OH^-1 (-13740) -At time : 51.001 ns Reaction : OH^0 (-10530) + OH^0 (-6868) -> H2O2^0 (-13741) -At time : 51.001 ns Reaction : e_aq^-1 (-5699) + H3O^1 (-10345) -> H^0 (-13742) -At time : 51.001 ns Reaction : e_aq^-1 (-899) + H^0 (-10224) -> OH^-1 (-13743) + H_2^0 (-13744) -At time : 51.001 ns Reaction : OH^0 (-7802) + OH^0 (-8770) -> H2O2^0 (-13745) -At time : 51.001 ns Reaction : e_aq^-1 (-5570) + H3O^1 (-7365) -> H^0 (-13746) -At time : 52.001 ns Reaction : H3O^1 (-8305) + OH^-1 (-13624) -> No product -At time : 52.001 ns Reaction : H3O^1 (-10601) + OH^-1 (-13352) -> No product -At time : 52.001 ns Reaction : H3O^1 (-11118) + OH^-1 (-13154) -> No product -At time : 52.001 ns Reaction : H2O2^0 (-12566) + e_aq^-1 (-3930) -> OH^-1 (-13747) + OH^0 (-13748) -At time : 52.001 ns Reaction : e_aq^-1 (-5543) + H2O2^0 (-12143) -> OH^-1 (-13749) + OH^0 (-13750) -At time : 52.001 ns Reaction : H^0 (-11366) + OH^0 (-10906) -> No product -At time : 52.001 ns Reaction : H^0 (-10968) + OH^0 (-6178) -> No product -At time : 52.001 ns Reaction : H^0 (-9989) + OH^0 (-6002) -> No product -At time : 52.001 ns Reaction : OH^0 (-9987) + OH^0 (-7596) -> H2O2^0 (-13751) -At time : 52.001 ns Reaction : e_aq^-1 (-5060) + H3O^1 (-9340) -> H^0 (-13752) -At time : 52.001 ns Reaction : OH^0 (-8666) + OH^0 (-8957) -> H2O2^0 (-13753) -At time : 52.001 ns Reaction : e_aq^-1 (-2735) + H3O^1 (-6519) -> H^0 (-13754) -At time : 53.001 ns Reaction : OH^-1 (-13740) + H3O^1 (-7033) -> No product -At time : 53.001 ns Reaction : OH^0 (-13730) + e_aq^-1 (-1784) -> OH^-1 (-13755) -At time : 53.001 ns Reaction : OH^0 (-13728) + e_aq^-1 (-5134) -> OH^-1 (-13756) -At time : 53.001 ns Reaction : H3O^1 (-10431) + OH^-1 (-13698) -> No product -At time : 53.001 ns Reaction : H3O^1 (-10165) + OH^-1 (-13691) -> No product -At time : 53.001 ns Reaction : e_aq^-1 (-236) + H2O2^0 (-13526) -> OH^-1 (-13757) + OH^0 (-13758) -At time : 53.001 ns Reaction : OH^-1 (-13431) + H3O^1 (-6825) -> No product -At time : 53.001 ns Reaction : OH^-1 (-12366) + H3O^1 (-8544) -> No product -At time : 53.001 ns Reaction : e_aq^-1 (-3786) + H^0 (-12096) -> OH^-1 (-13759) + H_2^0 (-13760) -At time : 53.001 ns Reaction : e_aq^-1 (-4776) + H2O2^0 (-11621) -> OH^-1 (-13761) + OH^0 (-13762) -At time : 53.001 ns Reaction : OH^0 (-10754) + OH^0 (-6206) -> H2O2^0 (-13763) -At time : 53.001 ns Reaction : e_aq^-1 (-2768) + H^0 (-10714) -> OH^-1 (-13764) + H_2^0 (-13765) -At time : 53.001 ns Reaction : OH^0 (-10074) + OH^0 (-6994) -> H2O2^0 (-13766) -At time : 53.001 ns Reaction : OH^0 (-9361) + OH^0 (-7318) -> H2O2^0 (-13767) -At time : 53.001 ns Reaction : e_aq^-1 (-1882) + H3O^1 (-7609) -> H^0 (-13768) -At time : 54.001 ns Reaction : OH^-1 (-13552) + H3O^1 (-8317) -> No product -At time : 54.001 ns Reaction : e_aq^-1 (-4284) + H2O2^0 (-12463) -> OH^-1 (-13769) + OH^0 (-13770) -At time : 54.001 ns Reaction : H^0 (-10635) + OH^0 (-6212) -> No product -At time : 54.001 ns Reaction : H3O^1 (-10368) + e_aq^-1 (-5540) -> H^0 (-13771) -At time : 54.001 ns Reaction : OH^0 (-9187) + e_aq^-1 (-3599) -> OH^-1 (-13772) -At time : 54.001 ns Reaction : e_aq^-1 (-5493) + OH^0 (-5854) -> OH^-1 (-13773) -At time : 55.001 ns Reaction : H^0 (-10610) + OH^0 (-13325) -> No product -At time : 55.001 ns Reaction : H^0 (-12309) + H^0 (-13290) -> H_2^0 (-13774) -At time : 55.001 ns Reaction : OH^0 (-13258) + e_aq^-1 (-2207) -> OH^-1 (-13775) -At time : 55.001 ns Reaction : e_aq^-1 (-476) + H2O2^0 (-13101) -> OH^-1 (-13776) + OH^0 (-13777) -At time : 55.001 ns Reaction : e_aq^-1 (-3213) + H^0 (-13062) -> OH^-1 (-13778) + H_2^0 (-13779) -At time : 55.001 ns Reaction : H2O2^0 (-11623) + e_aq^-1 (-3048) -> OH^-1 (-13780) + OH^0 (-13781) -At time : 55.001 ns Reaction : H2O2^0 (-11408) + e_aq^-1 (-4812) -> OH^-1 (-13782) + OH^0 (-13783) -At time : 55.001 ns Reaction : H^0 (-11024) + e_aq^-1 (-5005) -> OH^-1 (-13784) + H_2^0 (-13785) -At time : 55.001 ns Reaction : e_aq^-1 (-1972) + H3O^1 (-10818) -> H^0 (-13786) -At time : 55.001 ns Reaction : H^0 (-9770) + OH^0 (-5766) -> No product -At time : 55.001 ns Reaction : OH^0 (-6794) + OH^0 (-8786) -> H2O2^0 (-13787) -At time : 55.001 ns Reaction : e_aq^-1 (-5511) + H3O^1 (-8303) -> H^0 (-13788) -At time : 55.001 ns Reaction : e_aq^-1 (-848) + H3O^1 (-8065) -> H^0 (-13789) -At time : 56.001 ns Reaction : OH^-1 (-13734) + H3O^1 (-7857) -> No product -At time : 56.001 ns Reaction : H3O^1 (-11081) + OH^-1 (-13488) -> No product -At time : 56.001 ns Reaction : e_aq^-1 (-3672) + H^0 (-13022) -> OH^-1 (-13790) + H_2^0 (-13791) -At time : 56.001 ns Reaction : H3O^1 (-10351) + OH^-1 (-12672) -> No product -At time : 56.001 ns Reaction : H2O2^0 (-12058) + e_aq^-1 (-2080) -> OH^-1 (-13792) + OH^0 (-13793) -At time : 56.001 ns Reaction : H2O2^0 (-11399) + e_aq^-1 (-3820) -> OH^-1 (-13794) + OH^0 (-13795) -At time : 56.001 ns Reaction : H3O^1 (-10456) + e_aq^-1 (-842) -> H^0 (-13796) -At time : 57.001 ns Reaction : H3O^1 (-9713) + OH^-1 (-13794) -> No product -At time : 57.001 ns Reaction : OH^-1 (-13775) + H3O^1 (-6699) -> No product -At time : 57.001 ns Reaction : H3O^1 (-10204) + OH^-1 (-13743) -> No product -At time : 57.001 ns Reaction : OH^-1 (-13721) + H3O^1 (-6571) -> No product -At time : 57.001 ns Reaction : e_aq^-1 (-656) + H2O2^0 (-13556) -> OH^-1 (-13797) + OH^0 (-13798) -At time : 57.001 ns Reaction : H3O^1 (-10913) + OH^-1 (-13408) -> No product -At time : 57.001 ns Reaction : H3O^1 (-7863) + OH^-1 (-13203) -> No product -At time : 57.001 ns Reaction : OH^-1 (-13076) + H3O^1 (-6377) -> No product -At time : 57.001 ns Reaction : H3O^1 (-10570) + OH^-1 (-12978) -> No product -At time : 57.001 ns Reaction : OH^0 (-5860) + H^0 (-12897) -> No product -At time : 57.001 ns Reaction : OH^0 (-7274) + OH^0 (-8252) -> H2O2^0 (-13799) -At time : 57.001 ns Reaction : e_aq^-1 (-5643) + H3O^1 (-7307) -> H^0 (-13800) -At time : 57.001 ns Reaction : e_aq^-1 (-3611) + OH^0 (-6340) -> OH^-1 (-13801) -At time : 58.001 ns Reaction : OH^-1 (-13772) + H3O^1 (-7725) -> No product -At time : 58.001 ns Reaction : H3O^1 (-6789) + OH^-1 (-13554) -> No product -At time : 58.001 ns Reaction : OH^0 (-13396) + OH^0 (-8230) -> H2O2^0 (-13802) -At time : 58.001 ns Reaction : H2O2^0 (-13346) + e_aq^-1 (-5156) -> OH^-1 (-13803) + OH^0 (-13804) -At time : 58.001 ns Reaction : H^0 (-13205) + OH^0 (-9840) -> No product -At time : 58.001 ns Reaction : e_aq^-1 (-1416) + H2O2^0 (-11452) -> OH^-1 (-13805) + OH^0 (-13806) -At time : 58.001 ns Reaction : e_aq^-1 (-2181) + H3O^1 (-10801) -> H^0 (-13807) -At time : 58.001 ns Reaction : OH^0 (-10328) + OH^0 (-8597) -> H2O2^0 (-13808) -At time : 58.001 ns Reaction : e_aq^-1 (-2010) + H3O^1 (-5961) -> H^0 (-13809) -At time : 59.001 ns Reaction : e_aq^-1 (-3775) + H2O2^0 (-13472) -> OH^-1 (-13810) + OH^0 (-13811) -At time : 59.001 ns Reaction : H^0 (-13025) + OH^0 (-7428) -> No product -At time : 59.001 ns Reaction : e_aq^-1 (-4106) + OH^0 (-7610) -> OH^-1 (-13812) -At time : 59.001 ns Reaction : e_aq^-1 (-141) + H3O^1 (-7319) -> H^0 (-13813) -At time : 60.001 ns Reaction : H2O2^0 (-11919) + e_aq^-1 (-2107) -> OH^-1 (-13814) + OH^0 (-13815) -At time : 60.001 ns Reaction : e_aq^-1 (-634) + H3O^1 (-11116) -> H^0 (-13816) -At time : 60.001 ns Reaction : H^0 (-9263) + e_aq^-1 (-1986) -> OH^-1 (-13817) + H_2^0 (-13818) -At time : 60.001 ns Reaction : OH^0 (-6440) + OH^0 (-8525) -> H2O2^0 (-13819) -At time : 61.001 ns Reaction : H3O^1 (-6843) + OH^-1 (-13812) -> No product -At time : 61.001 ns Reaction : OH^-1 (-13810) + H3O^1 (-7785) -> No product -At time : 61.001 ns Reaction : OH^-1 (-13678) + H3O^1 (-8107) -> No product -At time : 61.001 ns Reaction : H^0 (-13585) + OH^0 (-5751) -> No product -At time : 61.001 ns Reaction : OH^0 (-13379) + OH^0 (-6308) -> H2O2^0 (-13820) -At time : 61.001 ns Reaction : e_aq^-1 (-5709) + H2O2^0 (-11726) -> OH^-1 (-13821) + OH^0 (-13822) -At time : 61.001 ns Reaction : OH^0 (-11139) + OH^0 (-8393) -> H2O2^0 (-13823) -At time : 61.001 ns Reaction : OH^0 (-9632) + OH^0 (-6480) -> H2O2^0 (-13824) -At time : 61.001 ns Reaction : OH^0 (-6548) + OH^0 (-6612) -> H2O2^0 (-13825) -At time : 62.001 ns Reaction : OH^-1 (-13780) + H3O^1 (-8718) -> No product -At time : 62.001 ns Reaction : H3O^1 (-6969) + OH^-1 (-13769) -> No product -At time : 62.001 ns Reaction : OH^-1 (-13717) + H3O^1 (-8340) -> No product -At time : 62.001 ns Reaction : OH^0 (-13602) + OH^0 (-6734) -> H2O2^0 (-13826) -At time : 62.001 ns Reaction : OH^-1 (-13532) + H3O^1 (-8085) -> No product -At time : 62.001 ns Reaction : OH^-1 (-13460) + H3O^1 (-7481) -> No product -At time : 62.001 ns Reaction : H3O^1 (-5949) + OH^-1 (-13397) -> No product -At time : 62.001 ns Reaction : e_aq^-1 (-4498) + OH^0 (-12868) -> OH^-1 (-13827) -At time : 62.001 ns Reaction : e_aq^-1 (-5478) + H2O2^0 (-11698) -> OH^-1 (-13828) + OH^0 (-13829) -At time : 62.001 ns Reaction : e_aq^-1 (-832) + OH^0 (-8495) -> OH^-1 (-13830) -At time : 62.001 ns Reaction : e_aq^-1 (-2396) + H3O^1 (-5929) -> H^0 (-13831) -At time : 63.001 ns Reaction : OH^-1 (-13801) + H3O^1 (-6357) -> No product -At time : 63.001 ns Reaction : H2O2^0 (-13206) + e_aq^-1 (-5307) -> OH^-1 (-13832) + OH^0 (-13833) -At time : 63.001 ns Reaction : H^0 (-13153) + OH^0 (-7658) -> No product -At time : 63.001 ns Reaction : OH^-1 (-12867) + H3O^1 (-8009) -> No product -At time : 63.001 ns Reaction : OH^0 (-8186) + H^0 (-11810) -> No product -At time : 63.001 ns Reaction : OH^0 (-9876) + H^0 (-9253) -> No product -At time : 64.001 ns Reaction : H^0 (-13405) + OH^0 (-13418) -> No product -At time : 64.001 ns Reaction : OH^0 (-13052) + OH^0 (-6052) -> H2O2^0 (-13834) -At time : 64.001 ns Reaction : H3O^1 (-9861) + e_aq^-1 (-4074) -> H^0 (-13835) -At time : 64.001 ns Reaction : e_aq^-1 (-4703) + H3O^1 (-8031) -> H^0 (-13836) -At time : 64.001 ns Reaction : OH^0 (-6762) + OH^0 (-6784) -> H2O2^0 (-13837) -At time : 65.001 ns Reaction : OH^0 (-13833) + OH^0 (-7228) -> H2O2^0 (-13838) -At time : 65.001 ns Reaction : OH^0 (-9824) + H^0 (-13807) -> No product -At time : 65.001 ns Reaction : H2O2^0 (-13709) + e_aq^-1 (-4990) -> OH^-1 (-13839) + OH^0 (-13840) -At time : 65.001 ns Reaction : H2O2^0 (-11779) + e_aq^-1 (-5345) -> OH^-1 (-13841) + OH^0 (-13842) -At time : 65.001 ns Reaction : H^0 (-10664) + OH^0 (-5886) -> No product -At time : 65.001 ns Reaction : OH^0 (-9635) + e_aq^-1 (-3687) -> OH^-1 (-13843) -At time : 65.001 ns Reaction : e_aq^-1 (-3656) + H3O^1 (-7753) -> H^0 (-13844) -At time : 66.001 ns Reaction : OH^-1 (-13714) + H3O^1 (-7193) -> No product -At time : 66.001 ns Reaction : OH^0 (-13591) + OH^0 (-8991) -> H2O2^0 (-13845) -At time : 66.001 ns Reaction : e_aq^-1 (-2159) + H2O2^0 (-12600) -> OH^-1 (-13846) + OH^0 (-13847) -At time : 66.001 ns Reaction : H3O^1 (-10210) + e_aq^-1 (-4868) -> H^0 (-13848) -At time : 66.001 ns Reaction : H^0 (-8938) + OH^0 (-8939) -> No product -At time : 66.001 ns Reaction : e_aq^-1 (-4973) + H3O^1 (-6155) -> H^0 (-13849) -At time : 67.001 ns Reaction : e_aq^-1 (-2498) + H3O^1 (-7783) -> H^0 (-13850) -At time : 67.001 ns Reaction : e_aq^-1 (-3295) + H3O^1 (-7701) -> H^0 (-13851) -At time : 67.001 ns Reaction : e_aq^-1 (-3529) + H3O^1 (-7695) -> H^0 (-13852) -At time : 67.001 ns Reaction : e_aq^-1 (-2514) + H3O^1 (-6619) -> H^0 (-13853) -At time : 67.001 ns Reaction : e_aq^-1 (-4623) + OH^0 (-7106) -> OH^-1 (-13854) -At time : 68.001 ns Reaction : H3O^1 (-10957) + OH^-1 (-13761) -> No product -At time : 68.001 ns Reaction : OH^-1 (-13511) + H3O^1 (-6011) -> No product -At time : 68.001 ns Reaction : e_aq^-1 (-516) + OH^0 (-13407) -> OH^-1 (-13855) -At time : 68.001 ns Reaction : H^0 (-13215) + H^0 (-12729) -> H_2^0 (-13856) -At time : 68.001 ns Reaction : OH^0 (-11215) + OH^0 (-6476) -> H2O2^0 (-13857) -At time : 68.001 ns Reaction : OH^0 (-10467) + H^0 (-11004) -> No product -At time : 68.001 ns Reaction : e_aq^-1 (-3562) + OH^0 (-9520) -> OH^-1 (-13858) -At time : 68.001 ns Reaction : e_aq^-1 (-2103) + H3O^1 (-8343) -> H^0 (-13859) -At time : 68.001 ns Reaction : e_aq^-1 (-4808) + H3O^1 (-7961) -> H^0 (-13860) -At time : 68.001 ns Reaction : e_aq^-1 (-3635) + H3O^1 (-7727) -> H^0 (-13861) -At time : 68.001 ns Reaction : e_aq^-1 (-2606) + OH^0 (-5944) -> OH^-1 (-13862) -At time : 69.001 ns Reaction : OH^0 (-13811) + H^0 (-13606) -> No product -At time : 69.001 ns Reaction : OH^-1 (-13782) + H3O^1 (-7083) -> No product -At time : 69.001 ns Reaction : OH^-1 (-13680) + H3O^1 (-7779) -> No product -At time : 69.001 ns Reaction : OH^0 (-13560) + OH^0 (-13333) -> H2O2^0 (-13863) -At time : 69.001 ns Reaction : H3O^1 (-7655) + OH^-1 (-13422) -> No product -At time : 69.001 ns Reaction : e_aq^-1 (-1976) + H2O2^0 (-11524) -> OH^-1 (-13864) + OH^0 (-13865) -At time : 69.001 ns Reaction : H3O^1 (-10449) + e_aq^-1 (-5176) -> H^0 (-13866) -At time : 70.001 ns Reaction : OH^-1 (-13821) + H3O^1 (-8616) -> No product -At time : 70.001 ns Reaction : e_aq^-1 (-4218) + OH^0 (-13737) -> OH^-1 (-13867) -At time : 70.001 ns Reaction : e_aq^-1 (-344) + OH^0 (-13012) -> OH^-1 (-13868) -At time : 70.001 ns Reaction : e_aq^-1 (-4068) + H2O2^0 (-12076) -> OH^-1 (-13869) + OH^0 (-13870) -At time : 70.001 ns Reaction : H2O2^0 (-11819) + e_aq^-1 (-4243) -> OH^-1 (-13871) + OH^0 (-13872) -At time : 70.001 ns Reaction : e_aq^-1 (-16) + H^0 (-11361) -> OH^-1 (-13873) + H_2^0 (-13874) -At time : 71.001 ns Reaction : H3O^1 (-10447) + OH^-1 (-13725) -> No product -At time : 71.001 ns Reaction : OH^-1 (-13638) + H3O^1 (-7839) -> No product -At time : 71.001 ns Reaction : e_aq^-1 (-4344) + OH^0 (-13420) -> OH^-1 (-13875) -At time : 71.001 ns Reaction : H^0 (-13023) + OH^0 (-13270) -> No product -At time : 71.001 ns Reaction : H3O^1 (-10413) + OH^-1 (-13040) -> No product -At time : 71.001 ns Reaction : e_aq^-1 (-5410) + H2O2^0 (-11451) -> OH^-1 (-13876) + OH^0 (-13877) -At time : 71.001 ns Reaction : H^0 (-10662) + e_aq^-1 (-3492) -> OH^-1 (-13878) + H_2^0 (-13879) -At time : 71.001 ns Reaction : e_aq^-1 (-3841) + H3O^1 (-9701) -> H^0 (-13880) -At time : 71.001 ns Reaction : e_aq^-1 (-5313) + H3O^1 (-8243) -> H^0 (-13881) -At time : 72.001 ns Reaction : H^0 (-13789) + OH^0 (-8650) -> No product -At time : 72.001 ns Reaction : OH^0 (-13748) + e_aq^-1 (-3972) -> OH^-1 (-13882) -At time : 72.001 ns Reaction : H^0 (-13646) + OH^0 (-8492) -> No product -At time : 72.001 ns Reaction : OH^-1 (-13628) + H3O^1 (-8394) -> No product -At time : 72.001 ns Reaction : e_aq^-1 (-4296) + H3O^1 (-7913) -> H^0 (-13883) -At time : 72.001 ns Reaction : e_aq^-1 (-5631) + e_aq^-1 (-5567) -> OH^-1 (-13884) + OH^-1 (-13885) + H_2^0 (-13886) -At time : 73.001 ns Reaction : H3O^1 (-10443) + OH^-1 (-13841) -> No product -At time : 73.001 ns Reaction : H3O^1 (-6363) + OH^-1 (-13636) -> No product -At time : 73.001 ns Reaction : H3O^1 (-11029) + OH^-1 (-13540) -> No product -At time : 73.001 ns Reaction : OH^-1 (-13536) + H3O^1 (-6457) -> No product -At time : 73.001 ns Reaction : H3O^1 (-6525) + OH^-1 (-13348) -> No product -At time : 73.001 ns Reaction : H2O2^0 (-12629) + e_aq^-1 (-5045) -> OH^-1 (-13887) + OH^0 (-13888) -At time : 73.001 ns Reaction : e_aq^-1 (-5630) + H^0 (-12412) -> OH^-1 (-13889) + H_2^0 (-13890) -At time : 73.001 ns Reaction : e_aq^-1 (-533) + H2O2^0 (-11421) -> OH^-1 (-13891) + OH^0 (-13892) -At time : 73.001 ns Reaction : OH^0 (-6840) + OH^0 (-9027) -> H2O2^0 (-13893) -At time : 73.001 ns Reaction : e_aq^-1 (-4965) + H3O^1 (-6057) -> H^0 (-13894) -At time : 74.001 ns Reaction : OH^0 (-13870) + OH^0 (-5966) -> H2O2^0 (-13895) -At time : 74.001 ns Reaction : e_aq^-1 (-477) + H2O2^0 (-11737) -> OH^-1 (-13896) + OH^0 (-13897) -At time : 75.001 ns Reaction : OH^0 (-8483) + OH^0 (-13897) -> H2O2^0 (-13898) -At time : 75.001 ns Reaction : OH^-1 (-13839) + H3O^1 (-8580) -> No product -At time : 75.001 ns Reaction : OH^0 (-13781) + H^0 (-10685) -> No product -At time : 75.001 ns Reaction : OH^-1 (-13719) + H3O^1 (-5871) -> No product -At time : 75.001 ns Reaction : OH^-1 (-13378) + H3O^1 (-6251) -> No product -At time : 75.001 ns Reaction : OH^-1 (-13334) + H3O^1 (-7797) -> No product -At time : 75.001 ns Reaction : e_aq^-1 (-5103) + H^0 (-12427) -> OH^-1 (-13899) + H_2^0 (-13900) -At time : 75.001 ns Reaction : H2O2^0 (-12286) + e_aq^-1 (-775) -> OH^-1 (-13901) + OH^0 (-13902) -At time : 75.001 ns Reaction : e_aq^-1 (-3876) + H2O2^0 (-12105) -> OH^-1 (-13903) + OH^0 (-13904) -At time : 75.001 ns Reaction : H2O2^0 (-11500) + e_aq^-1 (-591) -> OH^-1 (-13905) + OH^0 (-13906) -At time : 75.001 ns Reaction : H^0 (-11217) + OH^0 (-5960) -> No product -At time : 75.001 ns Reaction : e_aq^-1 (-2057) + H3O^1 (-10756) -> H^0 (-13907) -At time : 75.001 ns Reaction : OH^0 (-10004) + OH^0 (-7582) -> H2O2^0 (-13908) -At time : 75.001 ns Reaction : OH^0 (-5824) + OH^0 (-6444) -> H2O2^0 (-13909) -At time : 76.001 ns Reaction : H2O2^0 (-11430) + e_aq^-1 (-4952) -> OH^-1 (-13910) + OH^0 (-13911) -At time : 76.001 ns Reaction : e_aq^-1 (-3575) + OH^0 (-6276) -> OH^-1 (-13912) -At time : 77.001 ns Reaction : H3O^1 (-10828) + OH^-1 (-13867) -> No product -At time : 77.001 ns Reaction : OH^-1 (-13773) + H3O^1 (-7401) -> No product -At time : 77.001 ns Reaction : e_aq^-1 (-5082) + H2O2^0 (-13607) -> OH^-1 (-13913) + OH^0 (-13914) -At time : 77.001 ns Reaction : e_aq^-1 (-5002) + H^0 (-12312) -> OH^-1 (-13915) + H_2^0 (-13916) -At time : 77.001 ns Reaction : OH^0 (-9697) + OH^0 (-6592) -> H2O2^0 (-13917) -At time : 77.001 ns Reaction : e_aq^-1 (-4077) + H3O^1 (-7899) -> H^0 (-13918) -At time : 77.001 ns Reaction : e_aq^-1 (-4155) + H3O^1 (-7825) -> H^0 (-13919) -At time : 77.001 ns Reaction : OH^0 (-6510) + OH^0 (-6574) -> H2O2^0 (-13920) -At time : 78.001 ns Reaction : OH^-1 (-13713) + H3O^1 (-8391) -> No product -At time : 78.001 ns Reaction : e_aq^-1 (-503) + H2O2^0 (-13198) -> OH^-1 (-13921) + OH^0 (-13922) -At time : 78.001 ns Reaction : OH^0 (-10999) + OH^0 (-10175) -> H2O2^0 (-13923) -At time : 78.001 ns Reaction : H3O^1 (-10973) + e_aq^-1 (-4781) -> H^0 (-13924) -At time : 78.001 ns Reaction : e_aq^-1 (-5636) + H3O^1 (-7421) -> H^0 (-13925) -At time : 79.001 ns Reaction : OH^0 (-13523) + OH^0 (-8098) -> H2O2^0 (-13926) -At time : 79.001 ns Reaction : e_aq^-1 (-3616) + OH^0 (-12493) -> OH^-1 (-13927) -At time : 79.001 ns Reaction : e_aq^-1 (-5399) + H3O^1 (-8229) -> H^0 (-13928) -At time : 79.001 ns Reaction : e_aq^-1 (-5583) + H3O^1 (-7371) -> H^0 (-13929) -At time : 79.001 ns Reaction : e_aq^-1 (-3712) + OH^0 (-6566) -> OH^-1 (-13930) -At time : 80.001 ns Reaction : H^0 (-13788) + OH^0 (-7434) -> No product -At time : 80.001 ns Reaction : H3O^1 (-10813) + OH^-1 (-13601) -> No product -At time : 80.001 ns Reaction : e_aq^-1 (-5651) + H2O2^0 (-13197) -> OH^-1 (-13931) + OH^0 (-13932) -At time : 80.001 ns Reaction : e_aq^-1 (-2430) + OH^0 (-13192) -> OH^-1 (-13933) -At time : 80.001 ns Reaction : e_aq^-1 (-4704) + H3O^1 (-10134) -> H^0 (-13934) -At time : 80.001 ns Reaction : e_aq^-1 (-3619) + OH^0 (-7732) -> OH^-1 (-13935) -At time : 81.001 ns Reaction : H^0 (-13084) + OH^0 (-6516) -> No product -At time : 81.001 ns Reaction : e_aq^-1 (-283) + H2O2^0 (-12743) -> OH^-1 (-13936) + OH^0 (-13937) -At time : 81.001 ns Reaction : OH^0 (-10626) + OH^0 (-6210) -> H2O2^0 (-13938) -At time : 81.001 ns Reaction : e_aq^-1 (-2593) + H^0 (-9010) -> OH^-1 (-13939) + H_2^0 (-13940) -At time : 82.001 ns Reaction : e_aq^-1 (-4156) + H^0 (-13859) -> OH^-1 (-13941) + H_2^0 (-13942) -At time : 82.001 ns Reaction : e_aq^-1 (-5508) + OH^0 (-13829) -> OH^-1 (-13943) -At time : 82.001 ns Reaction : OH^-1 (-13756) + H3O^1 (-10198) -> No product -At time : 82.001 ns Reaction : H3O^1 (-8175) + OH^-1 (-13503) -> No product -At time : 82.001 ns Reaction : e_aq^-1 (-3840) + H2O2^0 (-11788) -> OH^-1 (-13944) + OH^0 (-13945) -At time : 82.001 ns Reaction : e_aq^-1 (-1324) + OH^0 (-8848) -> OH^-1 (-13946) -At time : 82.001 ns Reaction : e_aq^-1 (-291) + H3O^1 (-7287) -> H^0 (-13947) -At time : 83.001 ns Reaction : OH^-1 (-13946) + H3O^1 (-7997) -> No product -At time : 83.001 ns Reaction : OH^-1 (-13884) + H3O^1 (-8622) -> No product -At time : 83.001 ns Reaction : e_aq^-1 (-2256) + H^0 (-13850) -> OH^-1 (-13948) + H_2^0 (-13949) -At time : 83.001 ns Reaction : H3O^1 (-7605) + OH^-1 (-13792) -> No product -At time : 83.001 ns Reaction : H3O^1 (-7773) + OH^-1 (-13790) -> No product -At time : 83.001 ns Reaction : OH^-1 (-13729) + H3O^1 (-6901) -> No product -At time : 83.001 ns Reaction : OH^0 (-10410) + OH^0 (-13694) -> H2O2^0 (-13950) -At time : 83.001 ns Reaction : H3O^1 (-7855) + OH^-1 (-13655) -> No product -At time : 83.001 ns Reaction : OH^0 (-5996) + H^0 (-13242) -> No product -At time : 83.001 ns Reaction : e_aq^-1 (-4935) + H^0 (-12785) -> OH^-1 (-13951) + H_2^0 (-13952) -At time : 83.001 ns Reaction : OH^0 (-12593) + e_aq^-1 (-5291) -> OH^-1 (-13953) -At time : 83.001 ns Reaction : e_aq^-1 (-4875) + H2O2^0 (-11826) -> OH^-1 (-13954) + OH^0 (-13955) -At time : 83.001 ns Reaction : OH^0 (-6754) + H^0 (-9018) -> No product -At time : 83.001 ns Reaction : e_aq^-1 (-5611) + OH^0 (-8933) -> OH^-1 (-13956) -At time : 84.001 ns Reaction : OH^-1 (-13901) + H3O^1 (-7267) -> No product -At time : 84.001 ns Reaction : OH^-1 (-13649) + H3O^1 (-7581) -> No product -At time : 84.001 ns Reaction : e_aq^-1 (-1749) + H2O2^0 (-12496) -> OH^-1 (-13957) + OH^0 (-13958) -At time : 84.001 ns Reaction : H2O2^0 (-11867) + e_aq^-1 (-5464) -> OH^-1 (-13959) + OH^0 (-13960) -At time : 84.001 ns Reaction : H2O2^0 (-11752) + e_aq^-1 (-4403) -> OH^-1 (-13961) + OH^0 (-13962) -At time : 84.001 ns Reaction : H^0 (-9145) + OH^0 (-10641) -> No product -At time : 84.001 ns Reaction : e_aq^-1 (-3598) + H3O^1 (-9549) -> H^0 (-13963) -At time : 84.001 ns Reaction : OH^0 (-5832) + OH^0 (-6680) -> H2O2^0 (-13964) -At time : 84.001 ns Reaction : e_aq^-1 (-5178) + H3O^1 (-6093) -> H^0 (-13965) -At time : 85.001 ns Reaction : H2O2^0 (-13504) + e_aq^-1 (-2305) -> OH^-1 (-13966) + OH^0 (-13967) -At time : 85.001 ns Reaction : e_aq^-1 (-1357) + H2O2^0 (-11881) -> OH^-1 (-13968) + OH^0 (-13969) -At time : 85.001 ns Reaction : OH^0 (-6264) + OH^0 (-7708) -> H2O2^0 (-13970) -At time : 85.001 ns Reaction : e_aq^-1 (-3463) + OH^0 (-7672) -> OH^-1 (-13971) -At time : 85.001 ns Reaction : e_aq^-1 (-4349) + OH^0 (-6916) -> OH^-1 (-13972) -At time : 86.001 ns Reaction : OH^-1 (-13896) + H3O^1 (-7463) -> No product -At time : 86.001 ns Reaction : e_aq^-1 (-502) + OH^0 (-13777) -> OH^-1 (-13973) -At time : 86.001 ns Reaction : H^0 (-13449) + OH^0 (-8432) -> No product -At time : 86.001 ns Reaction : e_aq^-1 (-3500) + H2O2^0 (-12569) -> OH^-1 (-13974) + OH^0 (-13975) -At time : 86.001 ns Reaction : e_aq^-1 (-5098) + H^0 (-12306) -> OH^-1 (-13976) + H_2^0 (-13977) -At time : 86.001 ns Reaction : e_aq^-1 (-3908) + OH^0 (-8771) -> OH^-1 (-13978) -At time : 87.001 ns Reaction : e_aq^-1 (-4582) + H2O2^0 (-12715) -> OH^-1 (-13979) + OH^0 (-13980) -At time : 87.001 ns Reaction : OH^0 (-8907) + H^0 (-11659) -> No product -At time : 87.001 ns Reaction : OH^0 (-10670) + OH^0 (-9482) -> H2O2^0 (-13981) -At time : 87.001 ns Reaction : OH^0 (-10230) + e_aq^-1 (-4915) -> OH^-1 (-13982) -At time : 87.001 ns Reaction : e_aq^-1 (-3098) + H3O^1 (-8715) -> H^0 (-13983) -At time : 87.001 ns Reaction : e_aq^-1 (-4017) + e_aq^-1 (-2412) -> OH^-1 (-13984) + OH^-1 (-13985) + H_2^0 (-13986) -At time : 88.001 ns Reaction : H3O^1 (-8511) + OH^-1 (-13941) -> No product -At time : 88.001 ns Reaction : e_aq^-1 (-2006) + H2O2^0 (-12934) -> OH^-1 (-13987) + OH^0 (-13988) -At time : 89.001 ns Reaction : H3O^1 (-10286) + OH^-1 (-13953) -> No product -At time : 89.001 ns Reaction : OH^-1 (-13696) + H3O^1 (-10646) -> No product -At time : 89.001 ns Reaction : OH^-1 (-13657) + H3O^1 (-6505) -> No product -At time : 89.001 ns Reaction : e_aq^-1 (-2137) + H^0 (-13518) -> OH^-1 (-13989) + H_2^0 (-13990) -At time : 89.001 ns Reaction : e_aq^-1 (-467) + H2O2^0 (-12086) -> OH^-1 (-13991) + OH^0 (-13992) -At time : 89.001 ns Reaction : H3O^1 (-11001) + e_aq^-1 (-4611) -> H^0 (-13993) -At time : 89.001 ns Reaction : e_aq^-1 (-2698) + H3O^1 (-6479) -> H^0 (-13994) -At time : 90.001 ns Reaction : H^0 (-9396) + OH^0 (-13758) -> No product -At time : 90.001 ns Reaction : OH^0 (-9214) + OH^0 (-6408) -> H2O2^0 (-13995) -At time : 90.001 ns Reaction : OH^0 (-6290) + OH^0 (-8714) -> H2O2^0 (-13996) -At time : 91.001 ns Reaction : OH^-1 (-13778) + H3O^1 (-7693) -> No product -At time : 91.001 ns Reaction : H3O^1 (-9944) + OH^-1 (-13419) -> No product -At time : 91.001 ns Reaction : OH^-1 (-12954) + H3O^1 (-6707) -> No product -At time : 91.001 ns Reaction : e_aq^-1 (-57) + H2O2^0 (-12633) -> OH^-1 (-13997) + OH^0 (-13998) -At time : 91.001 ns Reaction : e_aq^-1 (-4683) + H2O2^0 (-12063) -> OH^-1 (-13999) + OH^0 (-14000) -At time : 91.001 ns Reaction : e_aq^-1 (-2003) + H3O^1 (-10824) -> H^0 (-14001) -At time : 91.001 ns Reaction : H^0 (-10479) + e_aq^-1 (-4878) -> OH^-1 (-14002) + H_2^0 (-14003) -At time : 91.001 ns Reaction : e_aq^-1 (-5472) + H3O^1 (-8289) -> H^0 (-14004) -At time : 92.001 ns Reaction : e_aq^-1 (-3593) + H^0 (-13861) -> OH^-1 (-14005) + H_2^0 (-14006) -At time : 92.001 ns Reaction : H^0 (-13072) + OH^0 (-7244) -> No product -At time : 92.001 ns Reaction : e_aq^-1 (-4874) + OH^0 (-8953) -> OH^-1 (-14007) -At time : 92.001 ns Reaction : OH^0 (-7842) + OH^0 (-8696) -> H2O2^0 (-14008) -At time : 92.001 ns Reaction : e_aq^-1 (-5109) + OH^0 (-7248) -> OH^-1 (-14009) -At time : 92.001 ns Reaction : e_aq^-1 (-5047) + H3O^1 (-7063) -> H^0 (-14010) -At time : 93.001 ns Reaction : H3O^1 (-11345) + OH^-1 (-13997) -> No product -At time : 93.001 ns Reaction : OH^-1 (-13989) + H3O^1 (-5831) -> No product -At time : 93.001 ns Reaction : OH^-1 (-13915) + H3O^1 (-8385) -> No product -At time : 93.001 ns Reaction : H^0 (-13768) + e_aq^-1 (-4133) -> OH^-1 (-14011) + H_2^0 (-14012) -At time : 93.001 ns Reaction : OH^-1 (-13764) + H3O^1 (-6543) -> No product -At time : 93.001 ns Reaction : e_aq^-1 (-1914) + H^0 (-13697) -> OH^-1 (-14013) + H_2^0 (-14014) -At time : 93.001 ns Reaction : H^0 (-13539) + OH^0 (-7934) -> No product -At time : 93.001 ns Reaction : H3O^1 (-5937) + OH^-1 (-13191) -> No product -At time : 93.001 ns Reaction : OH^0 (-6544) + OH^0 (-8348) -> H2O2^0 (-14015) -At time : 93.001 ns Reaction : OH^0 (-6180) + OH^0 (-6186) -> H2O2^0 (-14016) -At time : 93.001 ns Reaction : e_aq^-1 (-4366) + OH^0 (-5748) -> OH^-1 (-14017) -At time : 93.001 ns Reaction : e_aq^-1 (-284) + e_aq^-1 (-5389) -> OH^-1 (-14018) + OH^-1 (-14019) + H_2^0 (-14020) -At time : 94.001 ns Reaction : OH^-1 (-13864) + H3O^1 (-6197) -> No product -At time : 94.001 ns Reaction : OH^-1 (-13114) + H3O^1 (-7249) -> No product -At time : 94.001 ns Reaction : e_aq^-1 (-3674) + H2O2^0 (-12760) -> OH^-1 (-14021) + OH^0 (-14022) -At time : 94.001 ns Reaction : H^0 (-9299) + OH^0 (-7544) -> No product -At time : 94.001 ns Reaction : e_aq^-1 (-2332) + H3O^1 (-6747) -> H^0 (-14023) -At time : 95.001 ns Reaction : H^0 (-13103) + OH^0 (-8339) -> No product -At time : 95.001 ns Reaction : e_aq^-1 (-5364) + H2O2^0 (-11664) -> OH^-1 (-14024) + OH^0 (-14025) -At time : 95.001 ns Reaction : e_aq^-1 (-951) + H3O^1 (-7013) -> H^0 (-14026) -At time : 96.001 ns Reaction : OH^-1 (-14009) + H3O^1 (-6143) -> No product -At time : 96.001 ns Reaction : OH^-1 (-13987) + H3O^1 (-8418) -> No product -At time : 96.001 ns Reaction : OH^-1 (-13080) + H3O^1 (-6873) -> No product -At time : 96.001 ns Reaction : OH^0 (-7168) + OH^0 (-8184) -> H2O2^0 (-14027) -At time : 96.001 ns Reaction : e_aq^-1 (-4574) + H3O^1 (-7541) -> H^0 (-14028) -At time : 96.001 ns Reaction : e_aq^-1 (-2488) + H3O^1 (-6639) -> H^0 (-14029) -At time : 97.001 ns Reaction : H3O^1 (-11009) + OH^-1 (-13913) -> No product -At time : 97.001 ns Reaction : e_aq^-1 (-2098) + OH^0 (-13847) -> OH^-1 (-14030) -At time : 97.001 ns Reaction : OH^-1 (-13716) + H3O^1 (-6713) -> No product -At time : 97.001 ns Reaction : H3O^1 (-7017) + OH^-1 (-13359) -> No product -At time : 97.001 ns Reaction : e_aq^-1 (-4545) + H3O^1 (-10911) -> H^0 (-14031) -At time : 97.001 ns Reaction : e_aq^-1 (-528) + H3O^1 (-8269) -> H^0 (-14032) -At time : 97.001 ns Reaction : OH^0 (-5858) + OH^0 (-7212) -> H2O2^0 (-14033) -At time : 97.001 ns Reaction : e_aq^-1 (-2590) + e_aq^-1 (-2617) -> OH^-1 (-14034) + OH^-1 (-14035) + H_2^0 (-14036) -At time : 98.001 ns Reaction : OH^-1 (-13563) + H3O^1 (-8547) -> No product -At time : 98.001 ns Reaction : e_aq^-1 (-3925) + H^0 (-13354) -> OH^-1 (-14037) + H_2^0 (-14038) -At time : 98.001 ns Reaction : OH^0 (-12546) + e_aq^-1 (-2164) -> OH^-1 (-14039) -At time : 98.001 ns Reaction : OH^0 (-6514) + OH^0 (-9015) -> H2O2^0 (-14040) -At time : 98.001 ns Reaction : OH^0 (-7840) + OH^0 (-7852) -> H2O2^0 (-14041) -At time : 98.001 ns Reaction : e_aq^-1 (-2023) + OH^0 (-6756) -> OH^-1 (-14042) -At time : 99.001 ns Reaction : OH^-1 (-13976) + H3O^1 (-7119) -> No product -At time : 99.001 ns Reaction : e_aq^-1 (-41) + H^0 (-13771) -> OH^-1 (-14043) + H_2^0 (-14044) -At time : 99.001 ns Reaction : e_aq^-1 (-5315) + H^0 (-13746) -> OH^-1 (-14045) + H_2^0 (-14046) -At time : 99.001 ns Reaction : H^0 (-12804) + OH^0 (-8516) -> No product -At time : 100 ns Reaction : OH^-1 (-13522) + H3O^1 (-7507) -> No product -At time : 100 ns Reaction : OH^0 (-13300) + e_aq^-1 (-2149) -> OH^-1 (-14047) -At time : 100 ns Reaction : H^0 (-9176) + H^0 (-9489) -> H_2^0 (-14048) -At time : 101 ns Reaction : e_aq^-1 (-3540) + H^0 (-12500) -> OH^-1 (-14049) + H_2^0 (-14050) -At time : 101 ns Reaction : e_aq^-1 (-408) + H^0 (-12329) -> OH^-1 (-14051) + H_2^0 (-14052) -At time : 101 ns Reaction : e_aq^-1 (-5627) + e_aq^-1 (-5406) -> OH^-1 (-14053) + OH^-1 (-14054) + H_2^0 (-14055) -At time : 101 ns Reaction : e_aq^-1 (-4719) + e_aq^-1 (-4830) -> OH^-1 (-14056) + OH^-1 (-14057) + H_2^0 (-14058) -At time : 102 ns Reaction : OH^-1 (-13868) + H3O^1 (-10417) -> No product -At time : 102 ns Reaction : e_aq^-1 (-2533) + OH^0 (-13722) -> OH^-1 (-14059) -At time : 102 ns Reaction : e_aq^-1 (-2373) + H2O2^0 (-11878) -> OH^-1 (-14060) + OH^0 (-14061) -At time : 102 ns Reaction : H2O2^0 (-11401) + e_aq^-1 (-3891) -> OH^-1 (-14062) + OH^0 (-14063) -At time : 103 ns Reaction : H^0 (-13429) + H^0 (-13947) -> H_2^0 (-14064) -At time : 103 ns Reaction : OH^0 (-9226) + H^0 (-13016) -> No product -At time : 103 ns Reaction : e_aq^-1 (-1311) + OH^0 (-12967) -> OH^-1 (-14065) -At time : 103 ns Reaction : OH^-1 (-12929) + H3O^1 (-9910) -> No product -At time : 103 ns Reaction : e_aq^-1 (-615) + H2O2^0 (-12423) -> OH^-1 (-14066) + OH^0 (-14067) -At time : 103 ns Reaction : H^0 (-9141) + OH^0 (-9160) -> No product -At time : 104 ns Reaction : OH^0 (-14025) + e_aq^-1 (-5515) -> OH^-1 (-14068) -At time : 104 ns Reaction : e_aq^-1 (-5288) + OH^0 (-13906) -> OH^-1 (-14069) -At time : 104 ns Reaction : OH^-1 (-13727) + H3O^1 (-8241) -> No product -At time : 105 ns Reaction : OH^-1 (-14007) + H3O^1 (-7113) -> No product -At time : 105 ns Reaction : OH^-1 (-13723) + H3O^1 (-6919) -> No product -At time : 105 ns Reaction : OH^-1 (-13693) + H3O^1 (-8925) -> No product -At time : 105 ns Reaction : OH^0 (-9833) + OH^0 (-5958) -> H2O2^0 (-14070) -At time : 105 ns Reaction : e_aq^-1 (-5318) + H3O^1 (-7451) -> H^0 (-14071) -At time : 105 ns Reaction : e_aq^-1 (-249) + H3O^1 (-7441) -> H^0 (-14072) -At time : 106 ns Reaction : OH^-1 (-13843) + H3O^1 (-5919) -> No product -At time : 106 ns Reaction : H^0 (-13318) + OH^0 (-13584) -> No product -At time : 106 ns Reaction : H^0 (-12773) + H^0 (-11982) -> H_2^0 (-14073) -At time : 106 ns Reaction : H2O2^0 (-11654) + e_aq^-1 (-5049) -> OH^-1 (-14074) + OH^0 (-14075) -At time : 106 ns Reaction : H3O^1 (-11312) + e_aq^-1 (-2520) -> H^0 (-14076) -At time : 107 ns Reaction : e_aq^-1 (-610) + H2O2^0 (-14033) -> OH^-1 (-14077) + OH^0 (-14078) -At time : 107 ns Reaction : OH^0 (-10832) + H^0 (-13226) -> No product -At time : 107 ns Reaction : e_aq^-1 (-4488) + OH^0 (-11235) -> OH^-1 (-14079) -At time : 107 ns Reaction : e_aq^-1 (-2199) + H3O^1 (-7887) -> H^0 (-14080) -At time : 108 ns Reaction : OH^-1 (-14060) + H3O^1 (-7835) -> No product -At time : 108 ns Reaction : H3O^1 (-6807) + OH^-1 (-14039) -> No product -At time : 108 ns Reaction : OH^-1 (-13885) + H3O^1 (-7269) -> No product -At time : 108 ns Reaction : OH^0 (-13688) + OH^0 (-6896) -> H2O2^0 (-14081) -At time : 109 ns Reaction : H3O^1 (-10657) + OH^-1 (-13475) -> No product -At time : 109 ns Reaction : e_aq^-1 (-5612) + OH^0 (-13010) -> OH^-1 (-14082) -At time : 109 ns Reaction : e_aq^-1 (-4329) + H2O2^0 (-11543) -> OH^-1 (-14083) + OH^0 (-14084) -At time : 109 ns Reaction : H3O^1 (-11192) + e_aq^-1 (-5599) -> H^0 (-14085) -At time : 110 ns Reaction : e_aq^-1 (-4566) + OH^0 (-13686) -> OH^-1 (-14086) -At time : 110 ns Reaction : OH^-1 (-13571) + H3O^1 (-6649) -> No product -At time : 110 ns Reaction : H^0 (-11036) + H^0 (-13239) -> H_2^0 (-14087) -At time : 110 ns Reaction : OH^0 (-12889) + e_aq^-1 (-4237) -> OH^-1 (-14088) -At time : 110 ns Reaction : e_aq^-1 (-4325) + H2O2^0 (-11864) -> OH^-1 (-14089) + OH^0 (-14090) -At time : 110 ns Reaction : OH^0 (-7348) + OH^0 (-8932) -> H2O2^0 (-14091) -At time : 110 ns Reaction : e_aq^-1 (-2808) + H3O^1 (-8772) -> H^0 (-14092) -At time : 111 ns Reaction : H^0 (-13919) + e_aq^-1 (-4023) -> OH^-1 (-14093) + H_2^0 (-14094) -At time : 111 ns Reaction : e_aq^-1 (-2096) + OH^0 (-13690) -> OH^-1 (-14095) -At time : 111 ns Reaction : H3O^1 (-10095) + OH^-1 (-13367) -> No product -At time : 111 ns Reaction : OH^0 (-13306) + OH^0 (-6636) -> H2O2^0 (-14096) -At time : 111 ns Reaction : e_aq^-1 (-4420) + H^0 (-13061) -> OH^-1 (-14097) + H_2^0 (-14098) -At time : 111 ns Reaction : H^0 (-9542) + OH^0 (-7706) -> No product -At time : 111 ns Reaction : OH^0 (-8399) + OH^0 (-9089) -> H2O2^0 (-14099) -At time : 112 ns Reaction : H3O^1 (-8177) + OH^-1 (-14066) -> No product -At time : 112 ns Reaction : OH^0 (-9600) + OH^0 (-6378) -> H2O2^0 (-14100) -At time : 112 ns Reaction : e_aq^-1 (-4258) + OH^0 (-8795) -> OH^-1 (-14101) -At time : 113 ns Reaction : H^0 (-13491) + OH^0 (-6746) -> No product -At time : 113 ns Reaction : OH^0 (-11292) + OH^0 (-13189) -> H2O2^0 (-14102) -At time : 113 ns Reaction : OH^0 (-11035) + H^0 (-11809) -> No product -At time : 114 ns Reaction : OH^0 (-14078) + e_aq^-1 (-5310) -> OH^-1 (-14103) -At time : 114 ns Reaction : OH^-1 (-14037) + H3O^1 (-6565) -> No product -At time : 114 ns Reaction : H^0 (-13455) + H^0 (-13644) -> H_2^0 (-14104) -At time : 114 ns Reaction : H^0 (-12936) + OH^0 (-5814) -> No product -At time : 114 ns Reaction : OH^0 (-7498) + OH^0 (-8056) -> H2O2^0 (-14105) -At time : 115 ns Reaction : OH^0 (-13577) + H^0 (-12447) -> No product -At time : 115 ns Reaction : OH^-1 (-13001) + H3O^1 (-7167) -> No product -At time : 115 ns Reaction : OH^-1 (-12802) + H3O^1 (-5823) -> No product -At time : 115 ns Reaction : OH^0 (-12421) + e_aq^-1 (-1988) -> OH^-1 (-14106) -At time : 115 ns Reaction : e_aq^-1 (-4175) + e_aq^-1 (-4388) -> OH^-1 (-14107) + OH^-1 (-14108) + H_2^0 (-14109) -At time : 116 ns Reaction : H3O^1 (-10019) + OH^-1 (-13755) -> No product -At time : 116 ns Reaction : H2O2^0 (-12114) + e_aq^-1 (-2518) -> OH^-1 (-14110) + OH^0 (-14111) -At time : 116 ns Reaction : OH^0 (-10446) + e_aq^-1 (-670) -> OH^-1 (-14112) -At time : 116 ns Reaction : e_aq^-1 (-4257) + H3O^1 (-9878) -> H^0 (-14113) -At time : 116 ns Reaction : e_aq^-1 (-5206) + H3O^1 (-8281) -> H^0 (-14114) -At time : 117 ns Reaction : H3O^1 (-11196) + OH^-1 (-13959) -> No product -At time : 117 ns Reaction : H^0 (-12937) + OH^0 (-13842) -> No product -At time : 117 ns Reaction : OH^-1 (-13546) + H3O^1 (-6799) -> No product -At time : 117 ns Reaction : e_aq^-1 (-2943) + H^0 (-9002) -> OH^-1 (-14115) + H_2^0 (-14116) -At time : 118 ns Reaction : OH^-1 (-13832) + H3O^1 (-7197) -> No product -At time : 118 ns Reaction : OH^-1 (-13663) + H3O^1 (-7089) -> No product -At time : 118 ns Reaction : e_aq^-1 (-5351) + H2O2^0 (-13492) -> OH^-1 (-14117) + OH^0 (-14118) -At time : 118 ns Reaction : H3O^1 (-8313) + OH^-1 (-13326) -> No product -At time : 119 ns Reaction : H^0 (-13934) + e_aq^-1 (-1432) -> OH^-1 (-14119) + H_2^0 (-14120) -At time : 119 ns Reaction : e_aq^-1 (-1132) + H2O2^0 (-12928) -> OH^-1 (-14121) + OH^0 (-14122) -At time : 119 ns Reaction : OH^0 (-10257) + OH^0 (-6142) -> H2O2^0 (-14123) -At time : 119 ns Reaction : e_aq^-1 (-5565) + e_aq^-1 (-5701) -> OH^-1 (-14124) + OH^-1 (-14125) + H_2^0 (-14126) -At time : 120 ns Reaction : H3O^1 (-6399) + OH^-1 (-14034) -> No product -At time : 120 ns Reaction : OH^0 (-13904) + e_aq^-1 (-4076) -> OH^-1 (-14127) -At time : 120 ns Reaction : OH^0 (-10087) + OH^0 (-7066) -> H2O2^0 (-14128) -At time : 121 ns Reaction : H^0 (-13264) + OH^0 (-8720) -> No product -At time : 121 ns Reaction : OH^0 (-5980) + OH^0 (-9049) -> H2O2^0 (-14129) -At time : 121 ns Reaction : OH^0 (-7550) + OH^0 (-8018) -> H2O2^0 (-14130) -At time : 122 ns Reaction : OH^-1 (-13313) + H3O^1 (-7917) -> No product -At time : 122 ns Reaction : e_aq^-1 (-3692) + OH^0 (-6384) -> OH^-1 (-14131) -At time : 124 ns Reaction : OH^-1 (-14121) + H3O^1 (-7963) -> No product -At time : 124 ns Reaction : OH^0 (-14061) + OH^0 (-13353) -> H2O2^0 (-14132) -At time : 124 ns Reaction : H^0 (-14010) + e_aq^-1 (-5079) -> OH^-1 (-14133) + H_2^0 (-14134) -At time : 124 ns Reaction : H3O^1 (-9534) + OH^-1 (-13912) -> No product -At time : 124 ns Reaction : e_aq^-1 (-3730) + H2O2^0 (-13285) -> OH^-1 (-14135) + OH^0 (-14136) -At time : 124 ns Reaction : e_aq^-1 (-4088) + H2O2^0 (-11932) -> OH^-1 (-14137) + OH^0 (-14138) -At time : 124 ns Reaction : e_aq^-1 (-4188) + H^0 (-8970) -> OH^-1 (-14139) + H_2^0 (-14140) -At time : 124 ns Reaction : e_aq^-1 (-4656) + e_aq^-1 (-4560) -> OH^-1 (-14141) + OH^-1 (-14142) + H_2^0 (-14143) -At time : 125 ns Reaction : OH^0 (-13798) + OH^0 (-7222) -> H2O2^0 (-14144) -At time : 125 ns Reaction : OH^-1 (-13797) + H3O^1 (-7133) -> No product -At time : 125 ns Reaction : OH^-1 (-13402) + H3O^1 (-10839) -> No product -At time : 125 ns Reaction : e_aq^-1 (-3486) + OH^0 (-8528) -> OH^-1 (-14145) -At time : 125 ns Reaction : e_aq^-1 (-2314) + OH^0 (-7864) -> OH^-1 (-14146) -At time : 126 ns Reaction : e_aq^-1 (-4921) + OH^0 (-13600) -> OH^-1 (-14147) -At time : 126 ns Reaction : e_aq^-1 (-1705) + H2O2^0 (-11405) -> OH^-1 (-14148) + OH^0 (-14149) -At time : 127 ns Reaction : e_aq^-1 (-4946) + H2O2^0 (-12735) -> OH^-1 (-14150) + OH^0 (-14151) -At time : 127 ns Reaction : e_aq^-1 (-4934) + H3O^1 (-8139) -> H^0 (-14152) -At time : 127 ns Reaction : e_aq^-1 (-3571) + H3O^1 (-7715) -> H^0 (-14153) -At time : 128 ns Reaction : H3O^1 (-6821) + OH^-1 (-14137) -> No product -At time : 128 ns Reaction : OH^-1 (-13711) + H3O^1 (-5849) -> No product -At time : 128 ns Reaction : OH^-1 (-12708) + H3O^1 (-5893) -> No product -At time : 128 ns Reaction : OH^0 (-5926) + H^0 (-12595) -> No product -At time : 129 ns Reaction : e_aq^-1 (-2109) + H2O2^0 (-14070) -> OH^-1 (-14154) + OH^0 (-14155) -At time : 129 ns Reaction : OH^-1 (-13876) + H3O^1 (-8319) -> No product -At time : 129 ns Reaction : H^0 (-12842) + H^0 (-12737) -> H_2^0 (-14156) -At time : 129 ns Reaction : e_aq^-1 (-4107) + H2O2^0 (-12549) -> OH^-1 (-14157) + OH^0 (-14158) -At time : 129 ns Reaction : e_aq^-1 (-483) + H2O2^0 (-12382) -> OH^-1 (-14159) + OH^0 (-14160) -At time : 129 ns Reaction : OH^0 (-9174) + e_aq^-1 (-3561) -> OH^-1 (-14161) -At time : 130 ns Reaction : e_aq^-1 (-4754) + H2O2^0 (-14128) -> OH^-1 (-14162) + OH^0 (-14163) -At time : 131 ns Reaction : OH^0 (-9511) + e_aq^-1 (-3502) -> OH^-1 (-14164) -At time : 132 ns Reaction : OH^-1 (-13570) + H3O^1 (-8145) -> No product -At time : 132 ns Reaction : e_aq^-1 (-4723) + OH^0 (-13360) -> OH^-1 (-14165) -At time : 132 ns Reaction : OH^0 (-10350) + H^0 (-8934) -> No product -At time : 132 ns Reaction : e_aq^-1 (-4674) + OH^0 (-7538) -> OH^-1 (-14166) -At time : 132 ns Reaction : e_aq^-1 (-2623) + e_aq^-1 (-3842) -> OH^-1 (-14167) + OH^-1 (-14168) + H_2^0 (-14169) -At time : 133 ns Reaction : e_aq^-1 (-5418) + H^0 (-11992) -> OH^-1 (-14170) + H_2^0 (-14171) -At time : 134 ns Reaction : H3O^1 (-7141) + OH^-1 (-13588) -> No product -At time : 134 ns Reaction : H^0 (-12730) + H^0 (-12727) -> H_2^0 (-14172) -At time : 135 ns Reaction : OH^-1 (-14170) + H3O^1 (-8475) -> No product -At time : 135 ns Reaction : H2O2^0 (-14130) + e_aq^-1 (-4607) -> OH^-1 (-14173) + OH^0 (-14174) -At time : 135 ns Reaction : H^0 (-13631) + OH^0 (-8298) -> No product -At time : 135 ns Reaction : e_aq^-1 (-4126) + H2O2^0 (-12550) -> OH^-1 (-14175) + OH^0 (-14176) -At time : 135 ns Reaction : e_aq^-1 (-81) + e_aq^-1 (-218) -> OH^-1 (-14177) + OH^-1 (-14178) + H_2^0 (-14179) -At time : 136 ns Reaction : OH^-1 (-13444) + H3O^1 (-6273) -> No product -At time : 137 ns Reaction : H3O^1 (-6933) + OH^-1 (-14173) -> No product -At time : 137 ns Reaction : OH^-1 (-13828) + H3O^1 (-8215) -> No product -At time : 137 ns Reaction : OH^0 (-10543) + e_aq^-1 (-4419) -> OH^-1 (-14180) -At time : 137 ns Reaction : e_aq^-1 (-5551) + H3O^1 (-8279) -> H^0 (-14181) -At time : 137 ns Reaction : e_aq^-1 (-5256) + H3O^1 (-7467) -> H^0 (-14182) -At time : 137 ns Reaction : e_aq^-1 (-2820) + H3O^1 (-6629) -> H^0 (-14183) -At time : 138 ns Reaction : H3O^1 (-6569) + OH^-1 (-14035) -> No product -At time : 138 ns Reaction : H^0 (-12924) + OH^0 (-13461) -> No product -At time : 138 ns Reaction : e_aq^-1 (-573) + OH^0 (-12768) -> OH^-1 (-14184) -At time : 138 ns Reaction : OH^0 (-9262) + OH^0 (-10892) -> H2O2^0 (-14185) -At time : 139 ns Reaction : H3O^1 (-10454) + OH^-1 (-14117) -> No product -At time : 139 ns Reaction : OH^-1 (-13951) + H3O^1 (-8213) -> No product -At time : 139 ns Reaction : e_aq^-1 (-4105) + H^0 (-13568) -> OH^-1 (-14186) + H_2^0 (-14187) -At time : 140 ns Reaction : e_aq^-1 (-4616) + H2O2^0 (-13923) -> OH^-1 (-14188) + OH^0 (-14189) -At time : 140 ns Reaction : OH^0 (-8202) + OH^0 (-8642) -> H2O2^0 (-14190) -At time : 141 ns Reaction : H3O^1 (-7335) + OH^-1 (-13749) -> No product -At time : 142 ns Reaction : e_aq^-1 (-5029) + H3O^1 (-11025) -> H^0 (-14191) -At time : 142 ns Reaction : OH^0 (-10604) + e_aq^-1 (-2385) -> OH^-1 (-14192) -At time : 142 ns Reaction : H^0 (-10011) + OH^0 (-7064) -> No product -At time : 143 ns Reaction : OH^0 (-13937) + e_aq^-1 (-5413) -> OH^-1 (-14193) -At time : 143 ns Reaction : H^0 (-13088) + H^0 (-12202) -> H_2^0 (-14194) -At time : 143 ns Reaction : e_aq^-1 (-111) + H3O^1 (-7363) -> H^0 (-14195) -At time : 144 ns Reaction : H3O^1 (-6835) + OH^-1 (-14047) -> No product -At time : 144 ns Reaction : H^0 (-13883) + e_aq^-1 (-2000) -> OH^-1 (-14196) + H_2^0 (-14197) -At time : 144 ns Reaction : OH^0 (-12659) + OH^0 (-13409) -> H2O2^0 (-14198) -At time : 144 ns Reaction : OH^-1 (-12801) + H3O^1 (-6257) -> No product -At time : 145 ns Reaction : OH^0 (-10523) + H^0 (-13085) -> No product -At time : 145 ns Reaction : e_aq^-1 (-4800) + OH^0 (-9329) -> OH^-1 (-14199) -At time : 146 ns Reaction : OH^-1 (-14108) + H3O^1 (-6893) -> No product -At time : 146 ns Reaction : e_aq^-1 (-5164) + H^0 (-12925) -> OH^-1 (-14200) + H_2^0 (-14201) -At time : 147 ns Reaction : OH^-1 (-14065) + H3O^1 (-7995) -> No product -At time : 147 ns Reaction : H3O^1 (-8097) + OH^-1 (-13991) -> No product -At time : 147 ns Reaction : e_aq^-1 (-5017) + OH^0 (-7522) -> OH^-1 (-14202) -At time : 148 ns Reaction : H^0 (-12219) + OH^0 (-5876) -> No product -At time : 149 ns Reaction : OH^-1 (-13982) + H3O^1 (-7261) -> No product -At time : 149 ns Reaction : e_aq^-1 (-3955) + H^0 (-11221) -> OH^-1 (-14203) + H_2^0 (-14204) -At time : 149 ns Reaction : e_aq^-1 (-2312) + OH^0 (-7632) -> OH^-1 (-14205) -At time : 149 ns Reaction : e_aq^-1 (-1917) + OH^0 (-6854) -> OH^-1 (-14206) -At time : 150 ns Reaction : H^0 (-14080) + OH^0 (-14176) -> No product -At time : 150 ns Reaction : H3O^1 (-10784) + e_aq^-1 (-3878) -> H^0 (-14207) -At time : 150 ns Reaction : e_aq^-1 (-2717) + H3O^1 (-6669) -> H^0 (-14208) -At time : 151 ns Reaction : OH^-1 (-13854) + H3O^1 (-7531) -> No product -At time : 151 ns Reaction : OH^0 (-10435) + e_aq^-1 (-5489) -> OH^-1 (-14209) -At time : 152 ns Reaction : e_aq^-1 (-72) + H2O2^0 (-14091) -> OH^-1 (-14210) + OH^0 (-14211) -At time : 152 ns Reaction : e_aq^-1 (-545) + OH^0 (-11093) -> OH^-1 (-14212) -At time : 152 ns Reaction : e_aq^-1 (-770) + OH^0 (-10191) -> OH^-1 (-14213) -At time : 152 ns Reaction : H^0 (-10060) + e_aq^-1 (-4433) -> OH^-1 (-14214) + H_2^0 (-14215) -At time : 152 ns Reaction : OH^0 (-9435) + OH^0 (-9866) -> H2O2^0 (-14216) -At time : 153 ns Reaction : H^0 (-14195) + e_aq^-1 (-5582) -> OH^-1 (-14217) + H_2^0 (-14218) -At time : 153 ns Reaction : H3O^1 (-7075) + OH^-1 (-14119) -> No product -At time : 153 ns Reaction : e_aq^-1 (-774) + OH^0 (-7140) -> OH^-1 (-14219) -At time : 154 ns Reaction : e_aq^-1 (-5405) + H3O^1 (-8321) -> H^0 (-14220) -At time : 155 ns Reaction : OH^-1 (-14045) + H3O^1 (-8193) -> No product -At time : 155 ns Reaction : OH^-1 (-13196) + H3O^1 (-7097) -> No product -At time : 155 ns Reaction : e_aq^-1 (-821) + H^0 (-13046) -> OH^-1 (-14221) + H_2^0 (-14222) -At time : 155 ns Reaction : H^0 (-9207) + e_aq^-1 (-2627) -> OH^-1 (-14223) + H_2^0 (-14224) -At time : 155 ns Reaction : e_aq^-1 (-3846) + H3O^1 (-6573) -> H^0 (-14225) -At time : 156 ns Reaction : e_aq^-1 (-2639) + OH^0 (-7804) -> OH^-1 (-14226) -At time : 157 ns Reaction : H^0 (-12763) + H^0 (-13993) -> H_2^0 (-14227) -At time : 157 ns Reaction : e_aq^-1 (-2823) + H3O^1 (-5901) -> H^0 (-14228) -At time : 158 ns Reaction : e_aq^-1 (-4450) + H3O^1 (-7509) -> H^0 (-14229) -At time : 159 ns Reaction : e_aq^-1 (-2319) + H^0 (-13548) -> OH^-1 (-14230) + H_2^0 (-14231) -At time : 159 ns Reaction : OH^-1 (-13235) + H3O^1 (-8027) -> No product -At time : 160 ns Reaction : OH^0 (-13902) + OH^0 (-8204) -> H2O2^0 (-14232) -At time : 160 ns Reaction : e_aq^-1 (-560) + H2O2^0 (-12331) -> OH^-1 (-14233) + OH^0 (-14234) -At time : 160 ns Reaction : OH^0 (-10145) + OH^0 (-8381) -> H2O2^0 (-14235) -At time : 161 ns Reaction : H^0 (-12220) + OH^0 (-13865) -> No product -At time : 161 ns Reaction : e_aq^-1 (-4567) + H2O2^0 (-11490) -> OH^-1 (-14236) + OH^0 (-14237) -At time : 161 ns Reaction : e_aq^-1 (-290) + H3O^1 (-6119) -> H^0 (-14238) -At time : 162 ns Reaction : OH^0 (-10427) + H^0 (-13836) -> No product -At time : 162 ns Reaction : OH^-1 (-13567) + H3O^1 (-8532) -> No product -At time : 163 ns Reaction : OH^-1 (-13030) + H3O^1 (-8055) -> No product -At time : 163 ns Reaction : H3O^1 (-10695) + OH^-1 (-12962) -> No product -At time : 163 ns Reaction : H^0 (-12953) + e_aq^-1 (-5440) -> OH^-1 (-14239) + H_2^0 (-14240) -At time : 163 ns Reaction : e_aq^-1 (-1404) + OH^0 (-7586) -> OH^-1 (-14241) -At time : 164 ns Reaction : H3O^1 (-5865) + OH^-1 (-13979) -> No product -At time : 164 ns Reaction : e_aq^-1 (-351) + H2O2^0 (-12081) -> OH^-1 (-14242) + OH^0 (-14243) -At time : 164 ns Reaction : OH^0 (-11127) + OH^0 (-7272) -> H2O2^0 (-14244) -At time : 167 ns Reaction : e_aq^-1 (-4680) + H2O2^0 (-14102) -> OH^-1 (-14245) + OH^0 (-14246) -At time : 167 ns Reaction : H3O^1 (-6861) + OH^-1 (-14011) -> No product -At time : 167 ns Reaction : H2O2^0 (-12716) + e_aq^-1 (-4653) -> OH^-1 (-14247) + OH^0 (-14248) -At time : 167 ns Reaction : H3O^1 (-9865) + OH^-1 (-12556) -> No product -At time : 167 ns Reaction : H3O^1 (-10680) + e_aq^-1 (-3127) -> H^0 (-14249) -At time : 168 ns Reaction : H^0 (-14076) + OH^0 (-6536) -> No product -At time : 169 ns Reaction : e_aq^-1 (-2059) + H^0 (-13918) -> OH^-1 (-14250) + H_2^0 (-14251) -At time : 169 ns Reaction : H^0 (-12808) + OH^0 (-6524) -> No product -At time : 169 ns Reaction : e_aq^-1 (-2713) + H2O2^0 (-11496) -> OH^-1 (-14252) + OH^0 (-14253) -At time : 171 ns Reaction : H3O^1 (-5999) + OH^-1 (-14180) -> No product -At time : 171 ns Reaction : OH^-1 (-14167) + H3O^1 (-6509) -> No product -At time : 172 ns Reaction : H3O^1 (-6475) + OH^-1 (-14135) -> No product -At time : 172 ns Reaction : OH^-1 (-14110) + H3O^1 (-7657) -> No product -At time : 172 ns Reaction : H3O^1 (-10488) + OH^-1 (-14086) -> No product -At time : 172 ns Reaction : e_aq^-1 (-791) + OH^0 (-11068) -> OH^-1 (-14254) -At time : 173 ns Reaction : H3O^1 (-7755) + OH^-1 (-14131) -> No product -At time : 173 ns Reaction : OH^0 (-6700) + OH^0 (-8977) -> H2O2^0 (-14255) -At time : 173 ns Reaction : OH^0 (-5984) + OH^0 (-6876) -> H2O2^0 (-14256) -At time : 173 ns Reaction : e_aq^-1 (-2447) + OH^0 (-6466) -> OH^-1 (-14257) -At time : 173 ns Reaction : e_aq^-1 (-5623) + e_aq^-1 (-5710) -> OH^-1 (-14258) + OH^-1 (-14259) + H_2^0 (-14260) -At time : 174 ns Reaction : H3O^1 (-6157) + OH^-1 (-13957) -> No product -At time : 174 ns Reaction : e_aq^-1 (-5140) + H^0 (-10215) -> OH^-1 (-14261) + H_2^0 (-14262) -At time : 175 ns Reaction : H3O^1 (-7165) + OH^-1 (-14103) -> No product -At time : 175 ns Reaction : H^0 (-12295) + H^0 (-9594) -> H_2^0 (-14263) -At time : 176 ns Reaction : H^0 (-13848) + OH^0 (-6076) -> No product -At time : 176 ns Reaction : OH^0 (-13692) + H^0 (-12630) -> No product -At time : 176 ns Reaction : e_aq^-1 (-4920) + H3O^1 (-8430) -> H^0 (-14264) -At time : 177 ns Reaction : H3O^1 (-6855) + OH^-1 (-14139) -> No product -At time : 177 ns Reaction : H^0 (-13312) + H^0 (-13066) -> H_2^0 (-14265) -At time : 177 ns Reaction : H^0 (-11330) + H^0 (-12110) -> H_2^0 (-14266) -At time : 177 ns Reaction : H3O^1 (-10073) + e_aq^-1 (-945) -> H^0 (-14267) -At time : 177 ns Reaction : e_aq^-1 (-4368) + OH^0 (-10043) -> OH^-1 (-14268) -At time : 177 ns Reaction : e_aq^-1 (-3614) + e_aq^-1 (-8704) -> OH^-1 (-14269) + OH^-1 (-14270) + H_2^0 (-14271) -At time : 178 ns Reaction : OH^-1 (-14162) + H3O^1 (-6167) -> No product -At time : 178 ns Reaction : H3O^1 (-7491) + OH^-1 (-13891) -> No product -At time : 179 ns Reaction : H3O^1 (-7561) + OH^-1 (-13830) -> No product -At time : 179 ns Reaction : e_aq^-1 (-5416) + H2O2^0 (-12088) -> OH^-1 (-14272) + OH^0 (-14273) -At time : 179 ns Reaction : OH^0 (-11033) + e_aq^-1 (-4820) -> OH^-1 (-14274) -At time : 180 ns Reaction : e_aq^-1 (-3610) + H^0 (-9565) -> OH^-1 (-14275) + H_2^0 (-14276) -At time : 181 ns Reaction : OH^0 (-14246) + OH^0 (-6990) -> H2O2^0 (-14277) -At time : 182 ns Reaction : H^0 (-11172) + OH^0 (-13960) -> No product -At time : 182 ns Reaction : H3O^1 (-10327) + OH^-1 (-12501) -> No product -At time : 182 ns Reaction : e_aq^-1 (-929) + H3O^1 (-6959) -> H^0 (-14278) -At time : 183 ns Reaction : H3O^1 (-6063) + OH^-1 (-14193) -> No product -At time : 183 ns Reaction : OH^0 (-9177) + H^0 (-13983) -> No product -At time : 183 ns Reaction : e_aq^-1 (-2796) + H^0 (-13291) -> OH^-1 (-14279) + H_2^0 (-14280) -At time : 184 ns Reaction : H^0 (-13880) + OH^0 (-6654) -> No product -At time : 184 ns Reaction : H^0 (-13339) + OH^0 (-8316) -> No product -At time : 184 ns Reaction : H^0 (-9985) + OH^0 (-10901) -> No product -At time : 185 ns Reaction : H2O2^0 (-13731) + e_aq^-1 (-5360) -> OH^-1 (-14281) + OH^0 (-14282) -At time : 185 ns Reaction : OH^0 (-10964) + e_aq^-1 (-980) -> OH^-1 (-14283) -At time : 186 ns Reaction : e_aq^-1 (-5566) + H2O2^0 (-12162) -> OH^-1 (-14284) + OH^0 (-14285) -At time : 186 ns Reaction : e_aq^-1 (-2049) + H2O2^0 (-12003) -> OH^-1 (-14286) + OH^0 (-14287) -At time : 186 ns Reaction : H^0 (-11670) + e_aq^-1 (-8710) -> OH^-1 (-14288) + H_2^0 (-14289) -At time : 187 ns Reaction : OH^-1 (-14274) + H3O^1 (-7067) -> No product -At time : 187 ns Reaction : e_aq^-1 (-3921) + H2O2^0 (-12084) -> OH^-1 (-14290) + OH^0 (-14291) -At time : 187 ns Reaction : e_aq^-1 (-5645) + H3O^1 (-8595) -> H^0 (-14292) -At time : 188 ns Reaction : H^0 (-14114) + OH^0 (-8444) -> No product -At time : 188 ns Reaction : OH^0 (-10698) + OH^0 (-13302) -> H2O2^0 (-14293) -At time : 188 ns Reaction : e_aq^-1 (-578) + H3O^1 (-8283) -> H^0 (-14294) -At time : 190 ns Reaction : OH^-1 (-14219) + H3O^1 (-7103) -> No product -At time : 190 ns Reaction : OH^0 (-6912) + OH^0 (-7964) -> H2O2^0 (-14295) -At time : 191 ns Reaction : e_aq^-1 (-1880) + H3O^1 (-6897) -> H^0 (-14296) -At time : 192 ns Reaction : OH^0 (-9886) + e_aq^-1 (-4301) -> OH^-1 (-14297) -At time : 192 ns Reaction : OH^0 (-9163) + OH^0 (-7676) -> H2O2^0 (-14298) -At time : 192 ns Reaction : e_aq^-1 (-4585) + OH^0 (-7020) -> OH^-1 (-14299) -At time : 193 ns Reaction : OH^-1 (-14223) + H3O^1 (-8766) -> No product -At time : 194 ns Reaction : e_aq^-1 (-189) + H3O^1 (-7233) -> H^0 (-14300) -At time : 195 ns Reaction : OH^0 (-10560) + OH^0 (-14287) -> H2O2^0 (-14301) -At time : 195 ns Reaction : OH^-1 (-13817) + H3O^1 (-6203) -> No product -At time : 195 ns Reaction : e_aq^-1 (-1593) + H^0 (-12634) -> OH^-1 (-14302) + H_2^0 (-14303) -At time : 196 ns Reaction : H3O^1 (-6891) + OH^-1 (-12895) -> No product -At time : 196 ns Reaction : e_aq^-1 (-5537) + H2O2^0 (-11907) -> OH^-1 (-14304) + OH^0 (-14305) -At time : 196 ns Reaction : e_aq^-1 (-3283) + H2O2^0 (-11583) -> OH^-1 (-14306) + OH^0 (-14307) -At time : 197 ns Reaction : e_aq^-1 (-859) + H2O2^0 (-13297) -> OH^-1 (-14308) + OH^0 (-14309) -At time : 197 ns Reaction : e_aq^-1 (-3608) + H3O^1 (-7713) -> H^0 (-14310) -At time : 199 ns Reaction : OH^-1 (-13999) + H3O^1 (-7607) -> No product -At time : 199 ns Reaction : e_aq^-1 (-5319) + H3O^1 (-11061) -> H^0 (-14311) -At time : 199 ns Reaction : OH^0 (-7130) + OH^0 (-8951) -> H2O2^0 (-14312) -At time : 199 ns Reaction : e_aq^-1 (-2068) + H3O^1 (-6449) -> H^0 (-14313) -At time : 200 ns Reaction : e_aq^-1 (-5209) + H2O2^0 (-12354) -> OH^-1 (-14314) + OH^0 (-14315) -At time : 200 ns Reaction : H^0 (-12068) + H^0 (-9698) -> H_2^0 (-14316) -At time : 200 ns Reaction : e_aq^-1 (-4693) + H2O2^0 (-11877) -> OH^-1 (-14317) + OH^0 (-14318) -At time : 201 ns Reaction : H3O^1 (-9498) + e_aq^-1 (-3475) -> H^0 (-14319) -At time : 202 ns Reaction : OH^-1 (-14133) + H3O^1 (-8025) -> No product -At time : 202 ns Reaction : OH^-1 (-14030) + H3O^1 (-7817) -> No product -At time : 202 ns Reaction : OH^0 (-13480) + H^0 (-13621) -> No product -At time : 202 ns Reaction : e_aq^-1 (-4512) + H2O2^0 (-11908) -> OH^-1 (-14320) + OH^0 (-14321) -At time : 203 ns Reaction : e_aq^-1 (-4629) + H2O2^0 (-11640) -> OH^-1 (-14322) + OH^0 (-14323) -At time : 203 ns Reaction : e_aq^-1 (-1169) + OH^0 (-10905) -> OH^-1 (-14324) -At time : 203 ns Reaction : e_aq^-1 (-4513) + H3O^1 (-7107) -> H^0 (-14325) -At time : 204 ns Reaction : OH^-1 (-13846) + H3O^1 (-6607) -> No product -At time : 204 ns Reaction : e_aq^-1 (-2349) + H3O^1 (-6567) -> H^0 (-14326) -At time : 205 ns Reaction : e_aq^-1 (-3816) + H2O2^0 (-14015) -> OH^-1 (-14327) + OH^0 (-14328) -At time : 205 ns Reaction : e_aq^-1 (-2432) + OH^0 (-13525) -> OH^-1 (-14329) -At time : 205 ns Reaction : e_aq^-1 (-240) + H3O^1 (-11140) -> H^0 (-14330) -At time : 206 ns Reaction : H^0 (-9850) + H^0 (-12527) -> H_2^0 (-14331) -At time : 207 ns Reaction : OH^0 (-9248) + OH^0 (-10785) -> H2O2^0 (-14332) -At time : 207 ns Reaction : OH^0 (-6740) + OH^0 (-6798) -> H2O2^0 (-14333) -At time : 208 ns Reaction : OH^-1 (-14245) + H3O^1 (-11284) -> No product -At time : 208 ns Reaction : H^0 (-13075) + OH^0 (-13795) -> No product -At time : 209 ns Reaction : H^0 (-14023) + OH^0 (-8513) -> No product -At time : 209 ns Reaction : H3O^1 (-11355) + e_aq^-1 (-5357) -> H^0 (-14334) -At time : 209 ns Reaction : e_aq^-1 (-5707) + OH^0 (-7326) -> OH^-1 (-14335) -At time : 210 ns Reaction : OH^0 (-13478) + e_aq^-1 (-5075) -> OH^-1 (-14336) -At time : 210 ns Reaction : e_aq^-1 (-964) + H3O^1 (-10246) -> H^0 (-14337) -At time : 211 ns Reaction : H3O^1 (-9254) + OH^-1 (-14013) -> No product -At time : 211 ns Reaction : H^0 (-13924) + H^0 (-12843) -> H_2^0 (-14338) -At time : 211 ns Reaction : e_aq^-1 (-5105) + H2O2^0 (-12346) -> OH^-1 (-14339) + OH^0 (-14340) -At time : 211 ns Reaction : H3O^1 (-10803) + e_aq^-1 (-2354) -> H^0 (-14341) -At time : 212 ns Reaction : H3O^1 (-9777) + OH^-1 (-13978) -> No product -At time : 212 ns Reaction : e_aq^-1 (-51) + OH^0 (-13877) -> OH^-1 (-14342) -At time : 212 ns Reaction : OH^0 (-10080) + e_aq^-1 (-1574) -> OH^-1 (-14343) -At time : 214 ns Reaction : e_aq^-1 (-5019) + H3O^1 (-8382) -> H^0 (-14344) -At time : 215 ns Reaction : H3O^1 (-9811) + OH^-1 (-14192) -> No product -At time : 215 ns Reaction : e_aq^-1 (-1755) + H3O^1 (-9296) -> H^0 (-14345) -At time : 216 ns Reaction : OH^-1 (-13667) + H3O^1 (-6657) -> No product -At time : 216 ns Reaction : OH^0 (-10559) + H^0 (-13662) -> No product -At time : 217 ns Reaction : H2O2^0 (-13917) + e_aq^-1 (-2815) -> OH^-1 (-14346) + OH^0 (-14347) -At time : 218 ns Reaction : H3O^1 (-8409) + OH^-1 (-13757) -> No product -At time : 219 ns Reaction : H3O^1 (-7043) + OH^-1 (-13954) -> No product -At time : 219 ns Reaction : OH^0 (-7456) + H^0 (-11895) -> No product -At time : 219 ns Reaction : OH^0 (-10690) + e_aq^-1 (-3533) -> OH^-1 (-14348) -At time : 219 ns Reaction : e_aq^-1 (-3760) + H3O^1 (-6541) -> H^0 (-14349) -At time : 220 ns Reaction : OH^0 (-14163) + e_aq^-1 (-4429) -> OH^-1 (-14350) -At time : 220 ns Reaction : H3O^1 (-9651) + e_aq^-1 (-3797) -> H^0 (-14351) -At time : 221 ns Reaction : e_aq^-1 (-1039) + H2O2^0 (-12891) -> OH^-1 (-14352) + OH^0 (-14353) -At time : 221 ns Reaction : H3O^1 (-10529) + e_aq^-1 (-1930) -> H^0 (-14354) -At time : 222 ns Reaction : OH^-1 (-14343) + H3O^1 (-6173) -> No product -At time : 222 ns Reaction : OH^0 (-12591) + OH^0 (-14273) -> H2O2^0 (-14355) -At time : 223 ns Reaction : H^0 (-14341) + e_aq^-1 (-2337) -> OH^-1 (-14356) + H_2^0 (-14357) -At time : 223 ns Reaction : e_aq^-1 (-4999) + H2O2^0 (-12914) -> OH^-1 (-14358) + OH^0 (-14359) -At time : 224 ns Reaction : OH^0 (-10666) + OH^0 (-6272) -> H2O2^0 (-14360) -At time : 225 ns Reaction : H3O^1 (-7303) + OH^-1 (-13583) -> No product -At time : 225 ns Reaction : e_aq^-1 (-4954) + OH^0 (-11113) -> OH^-1 (-14361) -At time : 225 ns Reaction : e_aq^-1 (-2719) + H3O^1 (-8721) -> H^0 (-14362) -At time : 227 ns Reaction : H2O2^0 (-14216) + e_aq^-1 (-8515) -> OH^-1 (-14363) + OH^0 (-14364) -At time : 227 ns Reaction : H3O^1 (-10364) + OH^-1 (-14051) -> No product -At time : 227 ns Reaction : OH^0 (-7440) + OH^0 (-8212) -> H2O2^0 (-14365) -At time : 228 ns Reaction : OH^0 (-12572) + e_aq^-1 (-3676) -> OH^-1 (-14366) -At time : 230 ns Reaction : OH^-1 (-14062) + H3O^1 (-8757) -> No product -At time : 230 ns Reaction : H3O^1 (-9970) + OH^-1 (-14017) -> No product -At time : 230 ns Reaction : e_aq^-1 (-3544) + e_aq^-1 (-3539) -> OH^-1 (-14367) + OH^-1 (-14368) + H_2^0 (-14369) -At time : 231 ns Reaction : OH^-1 (-14150) + H3O^1 (-6041) -> No product -At time : 231 ns Reaction : OH^-1 (-14002) + H3O^1 (-7891) -> No product -At time : 231 ns Reaction : e_aq^-1 (-4220) + H3O^1 (-5991) -> H^0 (-14370) -At time : 232 ns Reaction : e_aq^-1 (-4134) + H2O2^0 (-11523) -> OH^-1 (-14371) + OH^0 (-14372) -At time : 233 ns Reaction : OH^0 (-12695) + OH^0 (-12766) -> H2O2^0 (-14373) -At time : 234 ns Reaction : OH^-1 (-14166) + H3O^1 (-6001) -> No product -At time : 234 ns Reaction : OH^-1 (-14112) + H3O^1 (-10292) -> No product -At time : 235 ns Reaction : e_aq^-1 (-3966) + H^0 (-14207) -> OH^-1 (-14374) + H_2^0 (-14375) -At time : 235 ns Reaction : OH^-1 (-13887) + H3O^1 (-7129) -> No product -At time : 235 ns Reaction : OH^-1 (-13858) + H3O^1 (-7709) -> No product -At time : 237 ns Reaction : OH^0 (-6886) + OH^0 (-6964) -> H2O2^0 (-14376) -At time : 239 ns Reaction : OH^-1 (-14327) + H3O^1 (-8523) -> No product -At time : 239 ns Reaction : OH^0 (-10290) + OH^0 (-14160) -> H2O2^0 (-14377) -At time : 239 ns Reaction : e_aq^-1 (-1161) + H3O^1 (-6033) -> H^0 (-14378) -At time : 240 ns Reaction : H3O^1 (-9964) + OH^-1 (-14146) -> No product -At time : 240 ns Reaction : OH^0 (-13593) + H^0 (-12264) -> No product -At time : 241 ns Reaction : H^0 (-9269) + H^0 (-9617) -> H_2^0 (-14379) -At time : 242 ns Reaction : OH^-1 (-14042) + H3O^1 (-7915) -> No product -At time : 242 ns Reaction : OH^-1 (-13710) + H3O^1 (-7093) -> No product -At time : 242 ns Reaction : e_aq^-1 (-2375) + H^0 (-13086) -> OH^-1 (-14380) + H_2^0 (-14381) -At time : 242 ns Reaction : H^0 (-12582) + OH^0 (-7972) -> No product -At time : 243 ns Reaction : H3O^1 (-11349) + OH^-1 (-13889) -> No product -At time : 243 ns Reaction : H^0 (-13752) + OH^0 (-8405) -> No product -At time : 244 ns Reaction : OH^-1 (-14068) + H3O^1 (-8125) -> No product -At time : 244 ns Reaction : OH^-1 (-14019) + H3O^1 (-7359) -> No product -At time : 245 ns Reaction : OH^-1 (-14049) + H3O^1 (-7721) -> No product -At time : 245 ns Reaction : e_aq^-1 (-447) + H2O2^0 (-11569) -> OH^-1 (-14382) + OH^0 (-14383) -At time : 246 ns Reaction : H3O^1 (-5969) + OH^-1 (-14196) -> No product -At time : 246 ns Reaction : OH^0 (-14084) + OH^0 (-7518) -> H2O2^0 (-14384) -At time : 247 ns Reaction : OH^0 (-13988) + OH^0 (-9778) -> H2O2^0 (-14385) -At time : 249 ns Reaction : OH^0 (-13998) + e_aq^-1 (-8647) -> OH^-1 (-14386) -At time : 249 ns Reaction : OH^0 (-6102) + H^0 (-13965) -> No product -At time : 249 ns Reaction : OH^-1 (-13702) + H3O^1 (-6071) -> No product -At time : 250 ns Reaction : OH^0 (-10492) + OH^0 (-14149) -> H2O2^0 (-14387) -At time : 250 ns Reaction : OH^0 (-6968) + OH^0 (-8828) -> H2O2^0 (-14388) -At time : 252 ns Reaction : H^0 (-9533) + OH^0 (-10716) -> No product -At time : 252 ns Reaction : OH^0 (-10615) + e_aq^-1 (-2309) -> OH^-1 (-14389) -At time : 252 ns Reaction : H^0 (-9339) + OH^0 (-8126) -> No product -At time : 253 ns Reaction : H^0 (-13471) + H^0 (-13298) -> H_2^0 (-14390) -At time : 254 ns Reaction : H3O^1 (-10979) + OH^-1 (-13968) -> No product -At time : 254 ns Reaction : OH^-1 (-13814) + H3O^1 (-7847) -> No product -At time : 255 ns Reaction : OH^-1 (-13759) + H3O^1 (-8751) -> No product -At time : 255 ns Reaction : e_aq^-1 (-436) + e_aq^-1 (-1026) -> OH^-1 (-14391) + OH^-1 (-14392) + H_2^0 (-14393) -At time : 258 ns Reaction : e_aq^-1 (-3931) + OH^0 (-7860) -> OH^-1 (-14394) -At time : 259 ns Reaction : OH^0 (-11304) + OH^0 (-5822) -> H2O2^0 (-14395) -At time : 260 ns Reaction : OH^0 (-12321) + e_aq^-1 (-3301) -> OH^-1 (-14396) -At time : 261 ns Reaction : OH^0 (-14211) + e_aq^-1 (-5314) -> OH^-1 (-14397) -At time : 261 ns Reaction : e_aq^-1 (-2559) + H^0 (-14092) -> OH^-1 (-14398) + H_2^0 (-14399) -At time : 261 ns Reaction : e_aq^-1 (-1615) + OH^0 (-13724) -> OH^-1 (-14400) -At time : 262 ns Reaction : e_aq^-1 (-5298) + e_aq^-1 (-5324) -> OH^-1 (-14401) + OH^-1 (-14402) + H_2^0 (-14403) -At time : 263 ns Reaction : e_aq^-1 (-3673) + OH^0 (-9633) -> OH^-1 (-14404) -At time : 263 ns Reaction : H^0 (-9555) + OH^0 (-7726) -> No product -At time : 264 ns Reaction : OH^-1 (-14396) + H3O^1 (-6349) -> No product -At time : 265 ns Reaction : H3O^1 (-8625) + OH^-1 (-12669) -> No product -At time : 265 ns Reaction : e_aq^-1 (-3670) + H3O^1 (-6453) -> H^0 (-14405) -At time : 266 ns Reaction : e_aq^-1 (-5378) + H^0 (-14292) -> OH^-1 (-14406) + H_2^0 (-14407) -At time : 266 ns Reaction : H^0 (-12285) + H^0 (-13125) -> H_2^0 (-14408) -At time : 266 ns Reaction : e_aq^-1 (-655) + H3O^1 (-11114) -> H^0 (-14409) -At time : 267 ns Reaction : OH^-1 (-14398) + H3O^1 (-7763) -> No product -At time : 269 ns Reaction : e_aq^-1 (-2276) + H^0 (-14326) -> OH^-1 (-14410) + H_2^0 (-14411) -At time : 269 ns Reaction : OH^0 (-10637) + e_aq^-1 (-3491) -> OH^-1 (-14412) -At time : 270 ns Reaction : H^0 (-14182) + H^0 (-13227) -> H_2^0 (-14413) -At time : 271 ns Reaction : OH^-1 (-14317) + H3O^1 (-7905) -> No product -At time : 271 ns Reaction : OH^-1 (-14077) + H3O^1 (-7229) -> No product -At time : 271 ns Reaction : H^0 (-9724) + e_aq^-1 (-3801) -> OH^-1 (-14414) + H_2^0 (-14415) -At time : 272 ns Reaction : H3O^1 (-6575) + OH^-1 (-14230) -> No product -At time : 272 ns Reaction : e_aq^-1 (-5159) + H2O2^0 (-11668) -> OH^-1 (-14416) + OH^0 (-14417) -At time : 272 ns Reaction : e_aq^-1 (-2675) + H3O^1 (-6615) -> H^0 (-14418) -At time : 273 ns Reaction : OH^0 (-13770) + H^0 (-13102) -> No product -At time : 273 ns Reaction : H^0 (-13517) + OH^0 (-8708) -> No product -At time : 273 ns Reaction : OH^0 (-10441) + e_aq^-1 (-5036) -> OH^-1 (-14419) -At time : 275 ns Reaction : OH^-1 (-14275) + H3O^1 (-5903) -> No product -At time : 275 ns Reaction : OH^0 (-12487) + OH^0 (-6764) -> H2O2^0 (-14420) -At time : 275 ns Reaction : e_aq^-1 (-4496) + H2O2^0 (-11688) -> OH^-1 (-14421) + OH^0 (-14422) -At time : 275 ns Reaction : OH^0 (-10605) + OH^0 (-9013) -> H2O2^0 (-14423) -At time : 275 ns Reaction : e_aq^-1 (-2885) + H^0 (-9546) -> OH^-1 (-14424) + H_2^0 (-14425) -At time : 276 ns Reaction : H3O^1 (-8265) + OH^-1 (-14272) -> No product -At time : 276 ns Reaction : OH^0 (-10618) + H^0 (-12605) -> No product -At time : 280 ns Reaction : H^0 (-10926) + OH^0 (-13564) -> No product -At time : 282 ns Reaction : H2O2^0 (-11991) + e_aq^-1 (-5608) -> OH^-1 (-14426) + OH^0 (-14427) -At time : 282 ns Reaction : H2O2^0 (-11531) + e_aq^-1 (-4864) -> OH^-1 (-14428) + OH^0 (-14429) -At time : 284 ns Reaction : OH^0 (-12641) + H^0 (-12488) -> No product -At time : 285 ns Reaction : OH^-1 (-14165) + H3O^1 (-7247) -> No product -At time : 286 ns Reaction : OH^0 (-14248) + H^0 (-14378) -> No product -At time : 286 ns Reaction : OH^-1 (-14281) + H3O^1 (-7259) -> No product -At time : 286 ns Reaction : e_aq^-1 (-3640) + OH^0 (-8756) -> OH^-1 (-14430) -At time : 286 ns Reaction : e_aq^-1 (-3510) + H3O^1 (-6237) -> H^0 (-14431) -At time : 288 ns Reaction : H^0 (-14362) + e_aq^-1 (-2946) -> OH^-1 (-14432) + H_2^0 (-14433) -At time : 288 ns Reaction : OH^-1 (-14261) + H3O^1 (-6117) -> No product -At time : 288 ns Reaction : OH^-1 (-13344) + H3O^1 (-7635) -> No product -At time : 289 ns Reaction : OH^0 (-13595) + OH^0 (-6988) -> H2O2^0 (-14434) -At time : 291 ns Reaction : H3O^1 (-9604) + OH^-1 (-14366) -> No product -At time : 292 ns Reaction : OH^-1 (-14419) + H3O^1 (-8111) -> No product -At time : 292 ns Reaction : OH^-1 (-14145) + H3O^1 (-6239) -> No product -At time : 292 ns Reaction : H^0 (-13167) + H^0 (-11832) -> H_2^0 (-14435) -At time : 294 ns Reaction : H^0 (-11315) + OH^0 (-14372) -> No product -At time : 295 ns Reaction : OH^0 (-11119) + H^0 (-8952) -> No product -At time : 297 ns Reaction : OH^0 (-13541) + H^0 (-11703) -> No product -At time : 297 ns Reaction : e_aq^-1 (-441) + e_aq^-1 (-585) -> OH^-1 (-14436) + OH^-1 (-14437) + H_2^0 (-14438) -At time : 298 ns Reaction : e_aq^-1 (-12) + H3O^1 (-8922) -> H^0 (-14439) -At time : 299 ns Reaction : e_aq^-1 (-3893) + H2O2^0 (-11558) -> OH^-1 (-14440) + OH^0 (-14441) -At time : 300 ns Reaction : OH^0 (-8140) + OH^0 (-8447) -> H2O2^0 (-14442) -At time : 300 ns Reaction : e_aq^-1 (-2645) + H3O^1 (-6641) -> H^0 (-14443) -At time : 302 ns Reaction : OH^-1 (-14386) + H3O^1 (-7351) -> No product -At time : 302 ns Reaction : H^0 (-14152) + e_aq^-1 (-4896) -> OH^-1 (-14444) + H_2^0 (-14445) -At time : 304 ns Reaction : e_aq^-1 (-17) + OH^0 (-8294) -> OH^-1 (-14446) -At time : 306 ns Reaction : H3O^1 (-6139) + OH^-1 (-13578) -> No product -At time : 307 ns Reaction : e_aq^-1 (-4389) + H^0 (-13527) -> OH^-1 (-14447) + H_2^0 (-14448) -At time : 308 ns Reaction : H^0 (-12900) + H^0 (-14354) -> H_2^0 (-14449) -At time : 308 ns Reaction : H3O^1 (-9547) + e_aq^-1 (-3176) -> H^0 (-14450) -At time : 309 ns Reaction : e_aq^-1 (-4183) + OH^0 (-6550) -> OH^-1 (-14451) -At time : 312 ns Reaction : e_aq^-1 (-4880) + H^0 (-12059) -> OH^-1 (-14452) + H_2^0 (-14453) -At time : 313 ns Reaction : e_aq^-1 (-3665) + H3O^1 (-10745) -> H^0 (-14454) -At time : 313 ns Reaction : H3O^1 (-9578) + e_aq^-1 (-3625) -> H^0 (-14455) -At time : 313 ns Reaction : e_aq^-1 (-5073) + e_aq^-1 (-5152) -> OH^-1 (-14456) + OH^-1 (-14457) + H_2^0 (-14458) -At time : 316 ns Reaction : OH^-1 (-13973) + H3O^1 (-7347) -> No product -At time : 317 ns Reaction : OH^0 (-11121) + OH^0 (-14315) -> H2O2^0 (-14459) -At time : 318 ns Reaction : OH^-1 (-13875) + H3O^1 (-8415) -> No product -At time : 320 ns Reaction : H3O^1 (-11190) + OH^-1 (-14304) -> No product -At time : 321 ns Reaction : OH^0 (-7078) + OH^0 (-13840) -> H2O2^0 (-14460) -At time : 321 ns Reaction : OH^-1 (-13218) + H3O^1 (-7349) -> No product -At time : 323 ns Reaction : OH^-1 (-13658) + H3O^1 (-6665) -> No product -At time : 323 ns Reaction : e_aq^-1 (-4223) + OH^0 (-6650) -> OH^-1 (-14461) -At time : 325 ns Reaction : OH^0 (-10482) + OH^0 (-13914) -> H2O2^0 (-14462) -At time : 326 ns Reaction : e_aq^-1 (-2041) + H^0 (-11995) -> OH^-1 (-14463) + H_2^0 (-14464) -At time : 327 ns Reaction : e_aq^-1 (-3880) + e_aq^-1 (-4058) -> OH^-1 (-14465) + OH^-1 (-14466) + H_2^0 (-14467) -At time : 329 ns Reaction : OH^0 (-14111) + OH^0 (-14291) -> H2O2^0 (-14468) -At time : 330 ns Reaction : e_aq^-1 (-2604) + H3O^1 (-8379) -> H^0 (-14469) -At time : 332 ns Reaction : H3O^1 (-11011) + OH^-1 (-14089) -> No product -At time : 333 ns Reaction : H2O2^0 (-14298) + e_aq^-1 (-3523) -> OH^-1 (-14470) + OH^0 (-14471) -At time : 334 ns Reaction : OH^-1 (-12542) + H3O^1 (-5887) -> No product -At time : 335 ns Reaction : e_aq^-1 (-3065) + OH^0 (-6342) -> OH^-1 (-14472) -At time : 340 ns Reaction : H3O^1 (-6069) + OH^-1 (-14426) -> No product -At time : 340 ns Reaction : H3O^1 (-10766) + OH^-1 (-14101) -> No product -At time : 341 ns Reaction : OH^-1 (-14466) + H3O^1 (-5953) -> No product -At time : 341 ns Reaction : e_aq^-1 (-5426) + H2O2^0 (-11657) -> OH^-1 (-14473) + OH^0 (-14474) -At time : 341 ns Reaction : OH^0 (-7754) + OH^0 (-8742) -> H2O2^0 (-14475) -At time : 341 ns Reaction : OH^0 (-7464) + OH^0 (-8474) -> H2O2^0 (-14476) -At time : 343 ns Reaction : OH^-1 (-14461) + H3O^1 (-7845) -> No product -At time : 343 ns Reaction : OH^-1 (-14342) + H3O^1 (-7355) -> No product -At time : 343 ns Reaction : OH^-1 (-13927) + H3O^1 (-6321) -> No product -At time : 343 ns Reaction : e_aq^-1 (-2601) + H2O2^0 (-11681) -> OH^-1 (-14477) + OH^0 (-14478) -At time : 347 ns Reaction : e_aq^-1 (-539) + H2O2^0 (-12066) -> OH^-1 (-14479) + OH^0 (-14480) -At time : 350 ns Reaction : H3O^1 (-6823) + OH^-1 (-13882) -> No product -At time : 352 ns Reaction : e_aq^-1 (-8410) + H2O2^0 (-11777) -> OH^-1 (-14481) + OH^0 (-14482) -At time : 356 ns Reaction : OH^-1 (-14242) + H3O^1 (-8247) -> No product -At time : 359 ns Reaction : OH^-1 (-12168) + H3O^1 (-9455) -> No product -At time : 359 ns Reaction : H^0 (-11890) + OH^0 (-7524) -> No product -At time : 360 ns Reaction : OH^0 (-13962) + H^0 (-9072) -> No product -At time : 361 ns Reaction : H3O^1 (-6911) + OH^-1 (-13687) -> No product -At time : 361 ns Reaction : e_aq^-1 (-4137) + H^0 (-13212) -> OH^-1 (-14483) + H_2^0 (-14484) -At time : 364 ns Reaction : e_aq^-1 (-3568) + OH^0 (-7692) -> OH^-1 (-14485) -At time : 366 ns Reaction : OH^-1 (-13557) + H3O^1 (-6813) -> No product -At time : 369 ns Reaction : H2O2^0 (-11369) + e_aq^-1 (-4528) -> OH^-1 (-14486) + OH^0 (-14487) -At time : 370 ns Reaction : H3O^1 (-6945) + OH^-1 (-13905) -> No product -At time : 373 ns Reaction : H3O^1 (-7025) + OH^-1 (-14392) -> No product -At time : 373 ns Reaction : OH^0 (-13551) + OH^0 (-6386) -> H2O2^0 (-14488) -At time : 374 ns Reaction : OH^0 (-14323) + OH^0 (-13545) -> H2O2^0 (-14489) -At time : 378 ns Reaction : OH^0 (-13699) + OH^0 (-6038) -> H2O2^0 (-14490) -At time : 379 ns Reaction : e_aq^-1 (-2091) + H^0 (-14029) -> OH^-1 (-14491) + H_2^0 (-14492) -At time : 379 ns Reaction : H^0 (-14028) + H^0 (-10055) -> H_2^0 (-14493) -At time : 379 ns Reaction : OH^0 (-7922) + H^0 (-8960) -> No product -At time : 379 ns Reaction : e_aq^-1 (-3726) + OH^0 (-7792) -> OH^-1 (-14494) -At time : 381 ns Reaction : H3O^1 (-7445) + OH^-1 (-14239) -> No product -At time : 381 ns Reaction : H^0 (-13107) + H^0 (-9004) -> H_2^0 (-14495) -At time : 382 ns Reaction : OH^-1 (-14346) + H3O^1 (-6485) -> No product -At time : 382 ns Reaction : H3O^1 (-7769) + OH^-1 (-14005) -> No product -At time : 382 ns Reaction : OH^0 (-7408) + H^0 (-13925) -> No product -At time : 382 ns Reaction : e_aq^-1 (-5076) + H3O^1 (-6099) -> H^0 (-14496) -At time : 385 ns Reaction : OH^0 (-6420) + OH^0 (-6474) -> H2O2^0 (-14497) -At time : 387 ns Reaction : e_aq^-1 (-3749) + OH^0 (-7746) -> OH^-1 (-14498) -At time : 391 ns Reaction : OH^-1 (-14432) + H3O^1 (-6337) -> No product -At time : 391 ns Reaction : OH^-1 (-13704) + H3O^1 (-7255) -> No product -At time : 393 ns Reaction : H3O^1 (-7465) + OH^-1 (-13784) -> No product -At time : 393 ns Reaction : OH^0 (-9246) + OH^0 (-6572) -> H2O2^0 (-14499) -At time : 394 ns Reaction : e_aq^-1 (-147) + H2O2^0 (-13767) -> OH^-1 (-14500) + OH^0 (-14501) -At time : 394 ns Reaction : OH^0 (-11064) + H^0 (-10273) -> No product -At time : 397 ns Reaction : e_aq^-1 (-2086) + H2O2^0 (-11764) -> OH^-1 (-14502) + OH^0 (-14503) -At time : 401 ns Reaction : OH^-1 (-14452) + H3O^1 (-7215) -> No product -At time : 404 ns Reaction : OH^-1 (-14500) + H3O^1 (-7091) -> No product -At time : 409 ns Reaction : e_aq^-1 (-4882) + H^0 (-14191) -> OH^-1 (-14504) + H_2^0 (-14505) -At time : 410 ns Reaction : e_aq^-1 (-5272) + H2O2^0 (-13898) -> OH^-1 (-14506) + OH^0 (-14507) -At time : 413 ns Reaction : OH^-1 (-13622) + H3O^1 (-8067) -> No product -At time : 413 ns Reaction : e_aq^-1 (-1110) + H2O2^0 (-11724) -> OH^-1 (-14508) + OH^0 (-14509) -At time : 414 ns Reaction : OH^-1 (-14504) + H3O^1 (-7877) -> No product -At time : 415 ns Reaction : H^0 (-13754) + OH^0 (-9193) -> No product -At time : 418 ns Reaction : OH^0 (-11094) + OH^0 (-14282) -> H2O2^0 (-14510) -At time : 422 ns Reaction : H^0 (-13835) + H^0 (-13453) -> H_2^0 (-14511) -At time : 423 ns Reaction : H3O^1 (-9765) + OH^-1 (-14021) -> No product -At time : 423 ns Reaction : H^0 (-12623) + OH^0 (-10036) -> No product -At time : 424 ns Reaction : OH^0 (-10305) + OH^0 (-7158) -> H2O2^0 (-14512) -At time : 426 ns Reaction : e_aq^-1 (-352) + H2O2^0 (-12272) -> OH^-1 (-14513) + OH^0 (-14514) -At time : 427 ns Reaction : H3O^1 (-7263) + OH^-1 (-14221) -> No product -At time : 427 ns Reaction : H2O2^0 (-11463) + e_aq^-1 (-3812) -> OH^-1 (-14515) + OH^0 (-14516) -At time : 430 ns Reaction : H3O^1 (-7109) + OH^-1 (-14057) -> No product -At time : 432 ns Reaction : H3O^1 (-7889) + OH^-1 (-13961) -> No product -At time : 432 ns Reaction : e_aq^-1 (-1934) + e_aq^-1 (-1996) -> OH^-1 (-14517) + OH^-1 (-14518) + H_2^0 (-14519) -At time : 435 ns Reaction : e_aq^-1 (-3707) + OH^0 (-13337) -> OH^-1 (-14520) -At time : 436 ns Reaction : e_aq^-1 (-4120) + H3O^1 (-6027) -> H^0 (-14521) -At time : 439 ns Reaction : H3O^1 (-6693) + OH^-1 (-13933) -> No product -At time : 442 ns Reaction : OH^0 (-14075) + OH^0 (-8453) -> H2O2^0 (-14522) -At time : 443 ns Reaction : H3O^1 (-9228) + OH^-1 (-14279) -> No product -At time : 446 ns Reaction : e_aq^-1 (-4957) + H2O2^0 (-12540) -> OH^-1 (-14523) + OH^0 (-14524) -At time : 446 ns Reaction : OH^0 (-10787) + OH^0 (-9781) -> H2O2^0 (-14525) -At time : 449 ns Reaction : OH^0 (-9675) + e_aq^-1 (-3691) -> OH^-1 (-14526) -At time : 450 ns Reaction : H3O^1 (-10263) + e_aq^-1 (-5698) -> H^0 (-14527) -At time : 453 ns Reaction : OH^0 (-5868) + OH^0 (-6010) -> H2O2^0 (-14528) -At time : 456 ns Reaction : e_aq^-1 (-5236) + H2O2^0 (-11851) -> OH^-1 (-14529) + OH^0 (-14530) -At time : 457 ns Reaction : OH^-1 (-14412) + H3O^1 (-7703) -> No product -At time : 458 ns Reaction : e_aq^-1 (-3011) + H3O^1 (-6373) -> H^0 (-14531) -At time : 459 ns Reaction : e_aq^-1 (-471) + H^0 (-13605) -> OH^-1 (-14532) + H_2^0 (-14533) -At time : 459 ns Reaction : e_aq^-1 (-2479) + H^0 (-12987) -> OH^-1 (-14534) + H_2^0 (-14535) -At time : 459 ns Reaction : e_aq^-1 (-4981) + H3O^1 (-7325) -> H^0 (-14536) -At time : 463 ns Reaction : OH^0 (-14022) + H^0 (-12483) -> No product -At time : 465 ns Reaction : e_aq^-1 (-5264) + H3O^1 (-8271) -> H^0 (-14537) -At time : 466 ns Reaction : H^0 (-13250) + H^0 (-11249) -> H_2^0 (-14538) -At time : 466 ns Reaction : e_aq^-1 (-5648) + OH^0 (-8288) -> OH^-1 (-14539) -At time : 469 ns Reaction : e_aq^-1 (-5321) + H2O2^0 (-11556) -> OH^-1 (-14540) + OH^0 (-14541) -At time : 472 ns Reaction : OH^-1 (-14400) + H3O^1 (-7095) -> No product -At time : 472 ns Reaction : H3O^1 (-6407) + e_aq^-1 (-8773) -> H^0 (-14542) -At time : 473 ns Reaction : OH^-1 (-14520) + H3O^1 (-6661) -> No product -At time : 477 ns Reaction : OH^0 (-9323) + OH^0 (-13922) -> H2O2^0 (-14543) -At time : 477 ns Reaction : OH^0 (-5787) + OH^0 (-7648) -> H2O2^0 (-14544) -At time : 479 ns Reaction : H^0 (-13732) + H^0 (-10544) -> H_2^0 (-14545) -At time : 480 ns Reaction : H^0 (-12586) + OH^0 (-7730) -> No product -At time : 480 ns Reaction : H^0 (-9180) + OH^0 (-9568) -> No product -At time : 482 ns Reaction : e_aq^-1 (-2390) + H^0 (-13487) -> OH^-1 (-14546) + H_2^0 (-14547) -At time : 485 ns Reaction : OH^-1 (-14186) + H3O^1 (-6833) -> No product -At time : 485 ns Reaction : OH^0 (-13815) + H^0 (-13809) -> No product -At time : 485 ns Reaction : OH^-1 (-13213) + H3O^1 (-6397) -> No product -At time : 485 ns Reaction : e_aq^-1 (-4718) + H3O^1 (-8063) -> H^0 (-14548) -At time : 486 ns Reaction : e_aq^-1 (-5157) + OH^0 (-10247) -> OH^-1 (-14549) -At time : 487 ns Reaction : e_aq^-1 (-3085) + H^0 (-13844) -> OH^-1 (-14550) + H_2^0 (-14551) -At time : 489 ns Reaction : H^0 (-13695) + e_aq^-1 (-1994) -> OH^-1 (-14552) + H_2^0 (-14553) -At time : 489 ns Reaction : OH^0 (-7686) + OH^0 (-7738) -> H2O2^0 (-14554) -At time : 490 ns Reaction : OH^-1 (-14382) + H3O^1 (-8664) -> No product -At time : 490 ns Reaction : e_aq^-1 (-4292) + H2O2^0 (-14373) -> OH^-1 (-14555) + OH^0 (-14556) -At time : 490 ns Reaction : OH^0 (-14253) + H^0 (-13006) -> No product -At time : 491 ns Reaction : OH^0 (-14353) + OH^0 (-14509) -> H2O2^0 (-14557) -At time : 491 ns Reaction : e_aq^-1 (-4059) + OH^0 (-14158) -> OH^-1 (-14558) -At time : 491 ns Reaction : OH^-1 (-12541) + H3O^1 (-7749) -> No product -At time : 492 ns Reaction : OH^0 (-6208) + OH^0 (-6216) -> H2O2^0 (-14559) -At time : 493 ns Reaction : e_aq^-1 (-2753) + H3O^1 (-6269) -> H^0 (-14560) -At time : 496 ns Reaction : H3O^1 (-6759) + OH^-1 (-14290) -> No product -At time : 496 ns Reaction : H3O^1 (-10006) + e_aq^-1 (-4176) -> H^0 (-14561) -At time : 510.57 ns Reaction : OH^0 (-13750) + H^0 (-12409) -> No product -At time : 510.57 ns Reaction : e_aq^-1 (-4561) + H3O^1 (-7989) -> H^0 (-14562) -At time : 512.57 ns Reaction : H^0 (-13669) + OH^0 (-7292) -> No product -At time : 516.57 ns Reaction : H3O^1 (-7645) + OH^-1 (-14093) -> No product -At time : 519.57 ns Reaction : e_aq^-1 (-733) + H^0 (-13634) -> OH^-1 (-14563) + H_2^0 (-14564) -At time : 523.57 ns Reaction : OH^0 (-10440) + OH^0 (-7300) -> H2O2^0 (-14565) -At time : 525.57 ns Reaction : e_aq^-1 (-4667) + H^0 (-13894) -> OH^-1 (-14566) + H_2^0 (-14567) -At time : 529.57 ns Reaction : OH^-1 (-14209) + H3O^1 (-7357) -> No product -At time : 529.57 ns Reaction : H^0 (-11939) + OH^0 (-6252) -> No product -At time : 531.57 ns Reaction : e_aq^-1 (-3818) + H3O^1 (-6579) -> H^0 (-14568) -At time : 532.57 ns Reaction : e_aq^-1 (-3973) + H3O^1 (-8784) -> H^0 (-14569) -At time : 536.57 ns Reaction : OH^-1 (-13220) + H3O^1 (-7611) -> No product -At time : 537.57 ns Reaction : e_aq^-1 (-4586) + H^0 (-13149) -> OH^-1 (-14570) + H_2^0 (-14571) -At time : 538.57 ns Reaction : H^0 (-13647) + OH^0 (-9881) -> No product -At time : 538.57 ns Reaction : OH^-1 (-13068) + H3O^1 (-6233) -> No product -At time : 542.57 ns Reaction : H3O^1 (-7005) + OH^-1 (-14336) -> No product -At time : 542.57 ns Reaction : OH^0 (-13822) + OH^0 (-8244) -> H2O2^0 (-14572) -At time : 545.57 ns Reaction : H3O^1 (-6971) + OH^-1 (-14566) -> No product -At time : 546.57 ns Reaction : e_aq^-1 (-908) + H2O2^0 (-11595) -> OH^-1 (-14573) + OH^0 (-14574) -At time : 548.57 ns Reaction : H3O^1 (-11179) + OH^-1 (-12588) -> No product -At time : 550.57 ns Reaction : H^0 (-13031) + H^0 (-14561) -> H_2^0 (-14575) -At time : 550.57 ns Reaction : OH^0 (-13575) + H^0 (-12126) -> No product -At time : 554.57 ns Reaction : OH^0 (-14138) + H^0 (-12703) -> No product -At time : 560.57 ns Reaction : H3O^1 (-10510) + OH^-1 (-14428) -> No product -At time : 560.57 ns Reaction : OH^-1 (-14250) + H3O^1 (-8889) -> No product -At time : 560.57 ns Reaction : e_aq^-1 (-3584) + H3O^1 (-6271) -> H^0 (-14576) -At time : 562.57 ns Reaction : H^0 (-14418) + H^0 (-14469) -> H_2^0 (-14577) -At time : 566.57 ns Reaction : e_aq^-1 (-4549) + H3O^1 (-6733) -> H^0 (-14578) -At time : 569.57 ns Reaction : H3O^1 (-6965) + OH^-1 (-13871) -> No product -At time : 571.57 ns Reaction : OH^0 (-9493) + e_aq^-1 (-3141) -> OH^-1 (-14579) -At time : 579.57 ns Reaction : OH^0 (-6564) + OH^0 (-14136) -> H2O2^0 (-14580) -At time : 579.57 ns Reaction : H2O2^0 (-13534) + e_aq^-1 (-3482) -> OH^-1 (-14581) + OH^0 (-14582) -At time : 579.57 ns Reaction : H3O^1 (-6885) + OH^-1 (-13374) -> No product -At time : 580.57 ns Reaction : OH^-1 (-13910) + H3O^1 (-6847) -> No product -At time : 581.57 ns Reaction : OH^-1 (-14286) + H3O^1 (-8694) -> No product -At time : 581.57 ns Reaction : OH^0 (-10821) + OH^0 (-6882) -> H2O2^0 (-14583) -At time : 583.57 ns Reaction : e_aq^-1 (-1504) + H^0 (-13860) -> OH^-1 (-14584) + H_2^0 (-14585) -At time : 583.57 ns Reaction : e_aq^-1 (-4510) + H^0 (-13135) -> OH^-1 (-14586) + H_2^0 (-14587) -At time : 585.57 ns Reaction : H^0 (-13800) + OH^0 (-14482) -> No product -At time : 585.57 ns Reaction : OH^-1 (-12841) + H3O^1 (-7099) -> No product -At time : 586.57 ns Reaction : OH^-1 (-14217) + H3O^1 (-7149) -> No product -At time : 586.57 ns Reaction : e_aq^-1 (-4671) + H3O^1 (-8081) -> H^0 (-14588) -At time : 587.57 ns Reaction : OH^0 (-10852) + e_aq^-1 (-5102) -> OH^-1 (-14589) -At time : 588.57 ns Reaction : OH^-1 (-14463) + H3O^1 (-6667) -> No product -At time : 588.57 ns Reaction : e_aq^-1 (-810) + OH^0 (-14429) -> OH^-1 (-14590) -At time : 590.57 ns Reaction : OH^0 (-14174) + OH^0 (-14340) -> H2O2^0 (-14591) -At time : 592.57 ns Reaction : e_aq^-1 (-3986) + e_aq^-1 (-3780) -> OH^-1 (-14592) + OH^-1 (-14593) + H_2^0 (-14594) -At time : 597.57 ns Reaction : e_aq^-1 (-5335) + H2O2^0 (-11861) -> OH^-1 (-14595) + OH^0 (-14596) -At time : 597.57 ns Reaction : e_aq^-1 (-2725) + H3O^1 (-6653) -> H^0 (-14597) -At time : 601.57 ns Reaction : e_aq^-1 (-5492) + H3O^1 (-8273) -> H^0 (-14598) -At time : 602.57 ns Reaction : e_aq^-1 (-2328) + OH^0 (-13793) -> OH^-1 (-14599) -At time : 603.57 ns Reaction : OH^0 (-9433) + OH^0 (-6016) -> H2O2^0 (-14600) -At time : 607.57 ns Reaction : e_aq^-1 (-3866) + H^0 (-13216) -> OH^-1 (-14601) + H_2^0 (-14602) -At time : 607.57 ns Reaction : H^0 (-12636) + OH^0 (-9039) -> No product -At time : 608.57 ns Reaction : OH^0 (-14417) + H^0 (-13222) -> No product -At time : 609.57 ns Reaction : e_aq^-1 (-3759) + OH^0 (-5775) -> OH^-1 (-14603) -At time : 613.57 ns Reaction : e_aq^-1 (-3592) + H3O^1 (-6311) -> H^0 (-14604) -At time : 616.57 ns Reaction : OH^0 (-13945) + H^0 (-13179) -> No product -At time : 618.57 ns Reaction : H3O^1 (-9949) + e_aq^-1 (-1333) -> H^0 (-14605) -At time : 624.57 ns Reaction : e_aq^-1 (-5404) + OH^0 (-8322) -> OH^-1 (-14606) -At time : 629.57 ns Reaction : OH^0 (-10168) + H^0 (-13672) -> No product -At time : 632.57 ns Reaction : OH^-1 (-13484) + H3O^1 (-6279) -> No product -At time : 634.57 ns Reaction : OH^-1 (-13984) + H3O^1 (-6779) -> No product -At time : 634.57 ns Reaction : e_aq^-1 (-3649) + H2O2^0 (-12450) -> OH^-1 (-14607) + OH^0 (-14608) -At time : 635.57 ns Reaction : OH^-1 (-14558) + H3O^1 (-6805) -> No product -At time : 644.57 ns Reaction : H3O^1 (-6763) + OH^-1 (-14095) -> No product -At time : 650.57 ns Reaction : H3O^1 (-5983) + OH^-1 (-13542) -> No product -At time : 654.57 ns Reaction : H^0 (-12438) + H^0 (-14001) -> H_2^0 (-14609) -At time : 654.57 ns Reaction : e_aq^-1 (-2157) + H^0 (-13117) -> OH^-1 (-14610) + H_2^0 (-14611) -At time : 655.57 ns Reaction : e_aq^-1 (-3604) + H3O^1 (-6209) -> H^0 (-14612) -At time : 660.57 ns Reaction : OH^0 (-10639) + OH^0 (-5880) -> H2O2^0 (-14613) -At time : 661.57 ns Reaction : e_aq^-1 (-4897) + OH^0 (-13955) -> OH^-1 (-14614) -At time : 661.57 ns Reaction : OH^0 (-13932) + OH^0 (-8324) -> H2O2^0 (-14615) -At time : 662.57 ns Reaction : e_aq^-1 (-5602) + H3O^1 (-7379) -> H^0 (-14616) -At time : 663.57 ns Reaction : H^0 (-13174) + OH^0 (-6158) -> No product -At time : 664.57 ns Reaction : OH^-1 (-14498) + H3O^1 (-6637) -> No product -At time : 665.57 ns Reaction : H3O^1 (-10857) + OH^-1 (-14394) -> No product -At time : 666.57 ns Reaction : OH^-1 (-14288) + H3O^1 (-5899) -> No product -At time : 686.57 ns Reaction : H3O^1 (-9625) + e_aq^-1 (-3997) -> H^0 (-14617) -At time : 694.57 ns Reaction : H3O^1 (-11050) + OH^-1 (-14148) -> No product -At time : 700.57 ns Reaction : H2O2^0 (-14554) + e_aq^-1 (-3136) -> OH^-1 (-14618) + OH^0 (-14619) -At time : 701.57 ns Reaction : H2O2^0 (-11394) + e_aq^-1 (-4382) -> OH^-1 (-14620) + OH^0 (-14621) -At time : 705.57 ns Reaction : H3O^1 (-6627) + OH^-1 (-14205) -> No product -At time : 706.57 ns Reaction : e_aq^-1 (-3902) + H^0 (-13459) -> OH^-1 (-14622) + H_2^0 (-14623) -At time : 708.57 ns Reaction : OH^0 (-7436) + OH^0 (-8608) -> H2O2^0 (-14624) -At time : 711.07 ns Reaction : e_aq^-1 (-498) + OH^0 (-13804) -> OH^-1 (-14625) -At time : 712.07 ns Reaction : e_aq^-1 (-2265) + H3O^1 (-8047) -> H^0 (-14626) -At time : 714.07 ns Reaction : OH^-1 (-13423) + H3O^1 (-7729) -> No product -At time : 716.07 ns Reaction : e_aq^-1 (-3612) + H3O^1 (-6275) -> H^0 (-14627) -At time : 717.07 ns Reaction : H3O^1 (-5913) + OH^-1 (-14515) -> No product -At time : 717.07 ns Reaction : OH^0 (-10599) + OH^0 (-6832) -> H2O2^0 (-14628) -At time : 720.07 ns Reaction : OH^0 (-9341) + H^0 (-12480) -> No product -At time : 729.07 ns Reaction : OH^0 (-9857) + OH^0 (-6588) -> H2O2^0 (-14629) -At time : 733.07 ns Reaction : H3O^1 (-10300) + OH^-1 (-13738) -> No product -At time : 737.07 ns Reaction : e_aq^-1 (-712) + H2O2^0 (-11797) -> OH^-1 (-14630) + OH^0 (-14631) -At time : 739.07 ns Reaction : H^0 (-13569) + OH^0 (-7324) -> No product -At time : 739.07 ns Reaction : e_aq^-1 (-2294) + H3O^1 (-7639) -> H^0 (-14632) -At time : 744.07 ns Reaction : e_aq^-1 (-3103) + OH^0 (-6270) -> OH^-1 (-14633) -At time : 745.07 ns Reaction : H3O^1 (-11351) + OH^-1 (-14486) -> No product -At time : 750.07 ns Reaction : OH^-1 (-14069) + H3O^1 (-6061) -> No product -At time : 752.07 ns Reaction : OH^-1 (-14322) + H3O^1 (-7047) -> No product -At time : 753.07 ns Reaction : OH^-1 (-14018) + H3O^1 (-8329) -> No product -At time : 757.07 ns Reaction : H3O^1 (-8231) + OH^-1 (-14202) -> No product -At time : 761.07 ns Reaction : H^0 (-12002) + OH^0 (-8812) -> No product -At time : 763.07 ns Reaction : H3O^1 (-6031) + OH^-1 (-14213) -> No product -At time : 767.6 ns Reaction : OH^0 (-5757) + H^0 (-14597) -> No product -At time : 769.6 ns Reaction : OH^0 (-13762) + H^0 (-14588) -> No product -At time : 773.6 ns Reaction : H^0 (-14183) + OH^0 (-14359) -> No product -At time : 776.6 ns Reaction : H^0 (-13907) + H^0 (-13356) -> H_2^0 (-14634) -At time : 785.6 ns Reaction : OH^0 (-5912) + OH^0 (-7756) -> H2O2^0 (-14635) -At time : 788.6 ns Reaction : H3O^1 (-9746) + OH^-1 (-14257) -> No product -At time : 798.6 ns Reaction : OH^0 (-13980) + H^0 (-13134) -> No product -At time : 801.6 ns Reaction : H3O^1 (-7179) + OH^-1 (-14125) -> No product -At time : 802.6 ns Reaction : H3O^1 (-10244) + OH^-1 (-14620) -> No product -At time : 813.6 ns Reaction : OH^-1 (-13805) + H3O^1 (-7011) -> No product -At time : 815.6 ns Reaction : OH^-1 (-13558) + H3O^1 (-8643) -> No product -At time : 835.6 ns Reaction : H3O^1 (-8069) + OH^-1 (-14283) -> No product -At time : 840.6 ns Reaction : e_aq^-1 (-3752) + OH^0 (-14063) -> OH^-1 (-14636) -At time : 840.6 ns Reaction : OH^0 (-10734) + OH^0 (-8540) -> H2O2^0 (-14637) -At time : 840.6 ns Reaction : OH^0 (-10586) + OH^0 (-9232) -> H2O2^0 (-14638) -At time : 858.6 ns Reaction : OH^0 (-13958) + OH^0 (-13739) -> H2O2^0 (-14639) -At time : 861.6 ns Reaction : e_aq^-1 (-4454) + H3O^1 (-7897) -> H^0 (-14640) -At time : 864.6 ns Reaction : H3O^1 (-10506) + OH^-1 (-13685) -> No product -At time : 865.6 ns Reaction : H3O^1 (-5933) + OH^-1 (-14603) -> No product -At time : 865.6 ns Reaction : OH^-1 (-14491) + H3O^1 (-6551) -> No product -At time : 866.6 ns Reaction : H3O^1 (-6469) + OH^-1 (-14633) -> No product -At time : 866.6 ns Reaction : H2O2^0 (-11705) + e_aq^-1 (-5705) -> OH^-1 (-14641) + OH^0 (-14642) -At time : 869.6 ns Reaction : e_aq^-1 (-5290) + H2O2^0 (-11494) -> OH^-1 (-14643) + OH^0 (-14644) -At time : 889.6 ns Reaction : H^0 (-10694) + OH^0 (-6352) -> No product -At time : 890.6 ns Reaction : OH^0 (-6360) + H^0 (-12522) -> No product -At time : 896.6 ns Reaction : OH^0 (-10301) + OH^0 (-10310) -> H2O2^0 (-14645) -At time : 902.6 ns Reaction : H^0 (-14313) + OH^0 (-12946) -> No product -At time : 902.6 ns Reaction : H3O^1 (-10780) + OH^-1 (-13436) -> No product -At time : 904.6 ns Reaction : OH^-1 (-14546) + H3O^1 (-6467) -> No product -At time : 905.6 ns Reaction : H3O^1 (-5931) + OH^-1 (-13935) -> No product -At time : 909.6 ns Reaction : OH^0 (-10017) + OH^0 (-13969) -> H2O2^0 (-14646) -At time : 915.6 ns Reaction : e_aq^-1 (-2482) + OH^0 (-6438) -> OH^-1 (-14647) -At time : 917.6 ns Reaction : OH^-1 (-14606) + H3O^1 (-8227) -> No product -At time : 920.6 ns Reaction : OH^0 (-6518) + H^0 (-14576) -> No product -At time : 944.89 ns Reaction : OH^-1 (-14147) + H3O^1 (-8502) -> No product -At time : 944.89 ns Reaction : e_aq^-1 (-551) + H2O2^0 (-14027) -> OH^-1 (-14648) + OH^0 (-14649) -At time : 956.89 ns Reaction : e_aq^-1 (-5433) + H2O2^0 (-12398) -> OH^-1 (-14650) + OH^0 (-14651) -At time : 965.89 ns Reaction : OH^0 (-14541) + OH^0 (-8292) -> H2O2^0 (-14652) -At time : 970.89 ns Reaction : OH^0 (-5928) + OH^0 (-6430) -> H2O2^0 (-14653) -At time : 976.89 ns Reaction : H^0 (-13849) + OH^0 (-6048) -> No product -At time : 982.89 ns Reaction : H3O^1 (-7867) + OH^-1 (-13869) -> No product -At time : 983.89 ns Reaction : H^0 (-14153) + OH^0 (-6376) -> No product -At time : 988.89 ns Reaction : H3O^1 (-6451) + OH^-1 (-13689) -> No product -At time : 992.89 ns Reaction : H3O^1 (-9602) + OH^-1 (-13985) -> No product -At time : 994.89 ns Reaction : OH^0 (-14530) + OH^0 (-8246) -> H2O2^0 (-14654) -At time : 994.89 ns Reaction : H3O^1 (-10254) + OH^-1 (-14416) -> No product -At time : 995.89 ns Reaction : OH^-1 (-14350) + H3O^1 (-7131) -> No product -At time : 997.89 ns Reaction : OH^-1 (-14074) + H3O^1 (-10398) -> No product +At time : 1.5 ps Reaction : OH^0 (-9204) + OH^0 (-9609) -> H2O2^0 (-11431) +At time : 1.6 ps Reaction : OH^0 (-10247) + H^0 (-9082) -> No product +At time : 1.6 ps Reaction : OH^0 (-10171) + OH^0 (-7100) -> H2O2^0 (-11432) +At time : 1.6 ps Reaction : OH^0 (-6842) + OH^0 (-6844) -> H2O2^0 (-11433) +At time : 1.8 ps Reaction : OH^0 (-7576) + OH^0 (-11239) -> H2O2^0 (-11434) +At time : 1.8 ps Reaction : OH^0 (-11144) + OH^0 (-7280) -> H2O2^0 (-11435) +At time : 1.8 ps Reaction : OH^0 (-10817) + OH^0 (-10816) -> H2O2^0 (-11436) +At time : 1.8 ps Reaction : OH^0 (-8507) + e_aq^-1 (-8509) -> OH^-1 (-11437) +At time : 1.8 ps Reaction : OH^-1 (-11437) + H3O^1 (-8508) -> No product +At time : 1.9 ps Reaction : OH^0 (-9252) + OH^0 (-9021) -> H2O2^0 (-11438) +At time : 2 ps Reaction : OH^0 (-9933) + OH^0 (-9033) -> H2O2^0 (-11439) +At time : 2 ps Reaction : OH^0 (-9372) + OH^0 (-9370) -> H2O2^0 (-11440) +At time : 2.1 ps Reaction : H^0 (-9347) + OH^0 (-7444) -> No product +At time : 2.2 ps Reaction : OH^0 (-10242) + OH^0 (-9081) -> H2O2^0 (-11441) +At time : 2.2 ps Reaction : OH^0 (-7374) + OH^0 (-7378) -> H2O2^0 (-11442) +At time : 2.2 ps Reaction : e_aq^-1 (-4362) + H3O^1 (-5995) -> H^0 (-11443) +At time : 2.4 ps Reaction : OH^-1 (-11418) + H3O^1 (-7683) -> No product +At time : 2.4 ps Reaction : OH^0 (-11365) + OH^0 (-6894) -> H2O2^0 (-11444) +At time : 2.5 ps Reaction : OH^0 (-10949) + H^0 (-11243) -> No product +At time : 2.5 ps Reaction : OH^0 (-10945) + OH^0 (-10062) -> H2O2^0 (-11445) +At time : 2.5 ps Reaction : H^0 (-9282) + OH^0 (-6910) -> No product +At time : 2.6 ps Reaction : OH^0 (-10156) + OH^0 (-9304) -> H2O2^0 (-11446) +At time : 2.6 ps Reaction : H^0 (-10113) + OH^0 (-8012) -> No product +At time : 2.6 ps Reaction : OH^0 (-9819) + OH^0 (-9019) -> H2O2^0 (-11447) +At time : 2.6 ps Reaction : OH^0 (-9101) + OH^0 (-9500) -> H2O2^0 (-11448) +At time : 2.6 ps Reaction : e_aq^-1 (-8392) + OH^0 (-8656) -> OH^-1 (-11449) +At time : 2.6 ps Reaction : OH^-1 (-11449) + H3O^1 (-8103) -> No product +At time : 2.7 ps Reaction : OH^0 (-9827) + H^0 (-9822) -> No product +At time : 2.8 ps Reaction : OH^0 (-11356) + OH^0 (-7404) -> H2O2^0 (-11450) +At time : 2.8 ps Reaction : H^0 (-11321) + H^0 (-10540) -> H_2^0 (-11451) +At time : 2.8 ps Reaction : OH^0 (-11306) + OH^0 (-11307) -> H2O2^0 (-11452) +At time : 2.8 ps Reaction : H^0 (-10752) + OH^0 (-9751) -> No product +At time : 2.8 ps Reaction : H^0 (-9662) + OH^0 (-6508) -> No product +At time : 2.9 ps Reaction : OH^0 (-11264) + OH^0 (-8932) -> H2O2^0 (-11453) +At time : 2.9 ps Reaction : OH^-1 (-5774) + H3O^1 (-7807) -> No product +At time : 3.1 ps Reaction : H^0 (-11361) + OH^0 (-8324) -> No product +At time : 3.2 ps Reaction : OH^0 (-10684) + OH^0 (-6300) -> H2O2^0 (-11454) +At time : 3.3 ps Reaction : OH^0 (-10307) + OH^0 (-6088) -> H2O2^0 (-11455) +At time : 3.4 ps Reaction : OH^0 (-10556) + OH^0 (-10855) -> H2O2^0 (-11456) +At time : 3.4 ps Reaction : H^0 (-10491) + OH^0 (-5848) -> No product +At time : 3.4 ps Reaction : OH^0 (-10354) + OH^0 (-8609) -> H2O2^0 (-11457) +At time : 3.4 ps Reaction : e_aq^-1 (-1229) + OH^0 (-8570) -> OH^-1 (-11458) +At time : 3.4 ps Reaction : OH^-1 (-11458) + H3O^1 (-8571) -> No product +At time : 3.5 ps Reaction : OH^0 (-10116) + OH^0 (-10118) -> H2O2^0 (-11459) +At time : 3.6 ps Reaction : OH^0 (-11364) + OH^0 (-9383) -> H2O2^0 (-11460) +At time : 3.6 ps Reaction : OH^0 (-7286) + OH^0 (-9089) -> H2O2^0 (-11461) +At time : 3.7 ps Reaction : OH^0 (-9137) + OH^0 (-11274) -> H2O2^0 (-11462) +At time : 3.9 ps Reaction : OH^0 (-10124) + OH^0 (-8576) -> H2O2^0 (-11463) +At time : 4 ps Reaction : OH^0 (-8726) + e_aq^-1 (-8731) -> OH^-1 (-11464) +At time : 4 ps Reaction : OH^-1 (-11464) + H3O^1 (-8727) -> No product +At time : 4.1 ps Reaction : OH^0 (-9798) + OH^0 (-9795) -> H2O2^0 (-11465) +At time : 4.1 ps Reaction : OH^0 (-9691) + OH^0 (-6554) -> H2O2^0 (-11466) +At time : 4.2 ps Reaction : OH^0 (-10653) + OH^0 (-9484) -> H2O2^0 (-11467) +At time : 4.2 ps Reaction : OH^0 (-10200) + OH^0 (-10202) -> H2O2^0 (-11468) +At time : 4.3 ps Reaction : OH^0 (-9871) + OH^0 (-9870) -> H2O2^0 (-11469) +At time : 4.3 ps Reaction : OH^0 (-9246) + OH^0 (-9826) -> H2O2^0 (-11470) +At time : 4.4 ps Reaction : OH^0 (-11124) + e_aq^-1 (-8482) -> OH^-1 (-11471) +At time : 4.4 ps Reaction : OH^-1 (-11471) + H3O^1 (-7253) -> No product +At time : 4.5 ps Reaction : OH^0 (-8822) + H^0 (-9052) -> No product +At time : 4.6 ps Reaction : OH^0 (-6062) + OH^0 (-8126) -> H2O2^0 (-11472) +At time : 4.7 ps Reaction : OH^0 (-11358) + OH^0 (-11260) -> H2O2^0 (-11473) +At time : 4.7 ps Reaction : OH^0 (-10331) + OH^0 (-11256) -> H2O2^0 (-11474) +At time : 4.7 ps Reaction : OH^0 (-10617) + OH^0 (-8696) -> H2O2^0 (-11475) +At time : 4.7 ps Reaction : OH^0 (-9914) + OH^0 (-9916) -> H2O2^0 (-11476) +At time : 4.7 ps Reaction : OH^0 (-6434) + OH^0 (-8753) -> H2O2^0 (-11477) +At time : 4.8 ps Reaction : OH^0 (-10007) + OH^0 (-6930) -> H2O2^0 (-11478) +At time : 5 ps Reaction : OH^0 (-9872) + H^0 (-9873) -> No product +At time : 5.1 ps Reaction : H3O^1 (-10975) + e_aq^-1 (-1219) -> H^0 (-11479) +At time : 5.1 ps Reaction : OH^0 (-5950) + OH^0 (-6652) -> H2O2^0 (-11480) +At time : 5.2 ps Reaction : OH^0 (-11266) + OH^0 (-11268) -> H2O2^0 (-11481) +At time : 5.3 ps Reaction : H3O^1 (-9884) + OH^-1 (-5759) -> No product +At time : 5.3 ps Reaction : H^0 (-9555) + OH^0 (-6350) -> No product +At time : 5.4 ps Reaction : OH^0 (-9904) + OH^0 (-10826) -> H2O2^0 (-11482) +At time : 5.5 ps Reaction : H^0 (-9153) + e_aq^-1 (-3460) -> OH^-1 (-11483) + H_2^0 (-11484) +At time : 5.5 ps Reaction : OH^-1 (-11483) + H3O^1 (-6213) -> No product +At time : 5.7 ps Reaction : H^0 (-9762) + OH^0 (-6660) -> No product +At time : 6.1 ps Reaction : OH^0 (-10101) + H^0 (-11287) -> No product +At time : 6.1 ps Reaction : OH^0 (-9118) + H^0 (-10896) -> No product +At time : 6.2 ps Reaction : OH^0 (-10577) + e_aq^-1 (-4186) -> OH^-1 (-11485) +At time : 6.2 ps Reaction : OH^0 (-10473) + OH^0 (-10472) -> H2O2^0 (-11486) +At time : 6.4 ps Reaction : OH^0 (-9399) + H^0 (-10330) -> No product +At time : 6.5 ps Reaction : OH^0 (-9954) + OH^0 (-9955) -> H2O2^0 (-11487) +At time : 6.5 ps Reaction : OH^0 (-9737) + OH^0 (-9733) -> H2O2^0 (-11488) +At time : 6.6 ps Reaction : OH^0 (-10141) + OH^0 (-8042) -> H2O2^0 (-11489) +At time : 6.6 ps Reaction : OH^0 (-9328) + OH^0 (-9329) -> H2O2^0 (-11490) +At time : 6.6 ps Reaction : OH^0 (-7788) + OH^0 (-8981) -> H2O2^0 (-11491) +At time : 6.7 ps Reaction : H^0 (-9672) + OH^0 (-6532) -> No product +At time : 7 ps Reaction : OH^0 (-9997) + H^0 (-9999) -> No product +At time : 7.4 ps Reaction : OH^0 (-11359) + OH^0 (-11189) -> H2O2^0 (-11492) +At time : 7.4 ps Reaction : OH^0 (-11045) + OH^0 (-9318) -> H2O2^0 (-11493) +At time : 7.4 ps Reaction : OH^0 (-10649) + e_aq^-1 (-3489) -> OH^-1 (-11494) +At time : 7.4 ps Reaction : H3O^1 (-10648) + OH^-1 (-11494) -> No product +At time : 7.5 ps Reaction : OH^0 (-9391) + OH^0 (-11261) -> H2O2^0 (-11495) +At time : 7.7 ps Reaction : OH^0 (-9473) + OH^0 (-9472) -> H2O2^0 (-11496) +At time : 7.8 ps Reaction : OH^0 (-11360) + OH^0 (-7384) -> H2O2^0 (-11497) +At time : 7.8 ps Reaction : OH^0 (-10897) + OH^0 (-9988) -> H2O2^0 (-11498) +At time : 7.8 ps Reaction : OH^0 (-9411) + OH^0 (-8945) -> H2O2^0 (-11499) +At time : 7.9 ps Reaction : OH^0 (-8717) + H^0 (-9002) -> No product +At time : 8.1 ps Reaction : OH^0 (-10329) + OH^0 (-7340) -> H2O2^0 (-11500) +At time : 8.1 ps Reaction : OH^0 (-9991) + e_aq^-1 (-4401) -> OH^-1 (-11501) +At time : 8.1 ps Reaction : OH^0 (-9879) + H^0 (-9877) -> No product +At time : 8.1 ps Reaction : H^0 (-9310) + OH^0 (-9312) -> No product +At time : 8.1 ps Reaction : H3O^1 (-9990) + OH^-1 (-11501) -> No product +At time : 8.3 ps Reaction : OH^0 (-10130) + OH^0 (-10131) -> H2O2^0 (-11502) +At time : 8.3 ps Reaction : OH^0 (-10027) + OH^0 (-10026) -> H2O2^0 (-11503) +At time : 8.3 ps Reaction : OH^0 (-7616) + OH^0 (-7890) -> H2O2^0 (-11504) +At time : 8.5 ps Reaction : OH^0 (-11320) + OH^0 (-9984) -> H2O2^0 (-11505) +At time : 8.5 ps Reaction : OH^0 (-10325) + H^0 (-9098) -> No product +At time : 8.6 ps Reaction : OH^0 (-9152) + e_aq^-1 (-3466) -> OH^-1 (-11506) +At time : 8.9 ps Reaction : OH^0 (-9929) + H^0 (-11233) -> No product +At time : 8.9 ps Reaction : H^0 (-10125) + e_aq^-1 (-8578) -> OH^-1 (-11507) + H_2^0 (-11508) +At time : 8.9 ps Reaction : H^0 (-9642) + OH^0 (-6470) -> No product +At time : 9.1 ps Reaction : H^0 (-10810) + e_aq^-1 (-8344) -> OH^-1 (-11509) + H_2^0 (-11510) +At time : 9.1 ps Reaction : H3O^1 (-5971) + OH^-1 (-11509) -> No product +At time : 9.2 ps Reaction : OH^0 (-9258) + OH^0 (-9864) -> H2O2^0 (-11511) +At time : 9.3 ps Reaction : OH^0 (-10675) + OH^0 (-6278) -> H2O2^0 (-11512) +At time : 9.4 ps Reaction : OH^0 (-7312) + OH^0 (-8262) -> H2O2^0 (-11513) +At time : 9.5 ps Reaction : H^0 (-9926) + OH^0 (-9921) -> No product +At time : 9.6 ps Reaction : OH^0 (-9146) + OH^0 (-10630) -> H2O2^0 (-11514) +At time : 9.6 ps Reaction : OH^0 (-7206) + OH^0 (-8894) -> H2O2^0 (-11515) +At time : 9.7 ps Reaction : H^0 (-11024) + OH^0 (-9313) -> No product +At time : 9.8 ps Reaction : OH^0 (-10163) + OH^0 (-10164) -> H2O2^0 (-11516) +At time : 10 ps Reaction : OH^0 (-6168) + OH^0 (-7034) -> H2O2^0 (-11517) +At time : 10.1 ps Reaction : OH^0 (-11132) + OH^0 (-10408) -> H2O2^0 (-11518) +At time : 10.4 ps Reaction : e_aq^-1 (-3500) + OH^0 (-8708) -> OH^-1 (-11519) +At time : 10.4 ps Reaction : OH^-1 (-11519) + H3O^1 (-8709) -> No product +At time : 10.5 ps Reaction : OH^0 (-7526) + OH^0 (-11285) -> H2O2^0 (-11520) +At time : 10.6 ps Reaction : OH^0 (-5733) + e_aq^-1 (-8581) -> OH^-1 (-11521) +At time : 10.7 ps Reaction : e_aq^-1 (-1170) + OH^0 (-8024) -> OH^-1 (-11522) +At time : 10.7 ps Reaction : H3O^1 (-10983) + OH^-1 (-11522) -> No product +At time : 10.8 ps Reaction : OH^0 (-10962) + e_aq^-1 (-4627) -> OH^-1 (-11523) +At time : 10.8 ps Reaction : OH^0 (-10880) + OH^0 (-9972) -> H2O2^0 (-11524) +At time : 10.8 ps Reaction : OH^0 (-9874) + OH^0 (-9025) -> H2O2^0 (-11525) +At time : 10.8 ps Reaction : H3O^1 (-7543) + OH^-1 (-11523) -> No product +At time : 12.1 ps Reaction : H3O^1 (-10997) + OH^-1 (-11507) -> No product +At time : 12.1 ps Reaction : OH^0 (-9374) + OH^0 (-11259) -> H2O2^0 (-11526) +At time : 12.1 ps Reaction : H^0 (-10954) + OH^0 (-8831) -> No product +At time : 12.1 ps Reaction : OH^0 (-9169) + OH^0 (-10661) -> H2O2^0 (-11527) +At time : 12.1 ps Reaction : OH^0 (-6856) + OH^0 (-6858) -> H2O2^0 (-11528) +At time : 13.1 ps Reaction : H^0 (-11368) + OH^0 (-8158) -> No product +At time : 13.1 ps Reaction : OH^0 (-11335) + OH^0 (-10509) -> H2O2^0 (-11529) +At time : 13.1 ps Reaction : H^0 (-11133) + OH^0 (-10298) -> No product +At time : 13.1 ps Reaction : OH^0 (-10849) + OH^0 (-9945) -> H2O2^0 (-11530) +At time : 13.1 ps Reaction : H^0 (-10226) + OH^0 (-8132) -> No product +At time : 13.1 ps Reaction : OH^0 (-10071) + OH^0 (-10072) -> H2O2^0 (-11531) +At time : 13.1 ps Reaction : OH^0 (-9919) + OH^0 (-9920) -> H2O2^0 (-11532) +At time : 13.1 ps Reaction : OH^0 (-9796) + OH^0 (-7842) -> H2O2^0 (-11533) +At time : 13.1 ps Reaction : H^0 (-9369) + OH^0 (-8918) -> No product +At time : 13.1 ps Reaction : OH^0 (-9326) + OH^0 (-8098) -> H2O2^0 (-11534) +At time : 13.1 ps Reaction : OH^0 (-9268) + OH^0 (-6194) -> H2O2^0 (-11535) +At time : 13.1 ps Reaction : OH^0 (-8977) + H^0 (-8978) -> No product +At time : 13.1 ps Reaction : OH^0 (-8188) + OH^0 (-8393) -> H2O2^0 (-11536) +At time : 13.1 ps Reaction : OH^0 (-10212) + OH^0 (-7164) -> H2O2^0 (-11537) +At time : 14.1 ps Reaction : H^0 (-10759) + H^0 (-11217) -> H_2^0 (-11538) +At time : 14.1 ps Reaction : OH^0 (-11148) + H^0 (-11149) -> No product +At time : 14.1 ps Reaction : OH^0 (-10225) + OH^0 (-6146) -> H2O2^0 (-11539) +At time : 14.1 ps Reaction : OH^0 (-9067) + H^0 (-9068) -> No product +At time : 14.1 ps Reaction : OH^0 (-8534) + e_aq^-1 (-8737) -> OH^-1 (-11540) +At time : 14.1 ps Reaction : OH^0 (-7074) + e_aq^-1 (-8437) -> OH^-1 (-11541) +At time : 14.1 ps Reaction : H3O^1 (-8436) + OH^-1 (-11541) -> No product +At time : 14.1 ps Reaction : H3O^1 (-7737) + OH^-1 (-11540) -> No product +At time : 15.1 ps Reaction : OH^0 (-11164) + OH^0 (-6132) -> H2O2^0 (-11542) +At time : 15.1 ps Reaction : OH^0 (-10228) + OH^0 (-9332) -> H2O2^0 (-11543) +At time : 15.1 ps Reaction : H^0 (-10053) + OH^0 (-7970) -> No product +At time : 15.1 ps Reaction : H^0 (-9814) + OH^0 (-6714) -> No product +At time : 15.1 ps Reaction : e_aq^-1 (-3340) + OH^0 (-6228) -> OH^-1 (-11544) +At time : 15.1 ps Reaction : H3O^1 (-6227) + OH^-1 (-11544) -> No product +At time : 16.1 ps Reaction : OH^0 (-11353) + OH^0 (-9364) -> H2O2^0 (-11545) +At time : 16.1 ps Reaction : H^0 (-10920) + OH^0 (-6914) -> No product +At time : 16.1 ps Reaction : OH^0 (-9755) + OH^0 (-6640) -> H2O2^0 (-11546) +At time : 16.1 ps Reaction : OH^0 (-7140) + OH^0 (-8096) -> H2O2^0 (-11547) +At time : 16.1 ps Reaction : e_aq^-1 (-4465) + OH^0 (-7948) -> OH^-1 (-11548) +At time : 16.1 ps Reaction : OH^0 (-5769) + OH^0 (-7826) -> H2O2^0 (-11549) +At time : 16.1 ps Reaction : OH^-1 (-11548) + H3O^1 (-7947) -> No product +At time : 17.1 ps Reaction : OH^0 (-10806) + OH^0 (-6748) -> H2O2^0 (-11550) +At time : 17.1 ps Reaction : OH^0 (-10671) + OH^0 (-10673) -> H2O2^0 (-11551) +At time : 17.1 ps Reaction : e_aq^-1 (-4212) + OH^0 (-7902) -> OH^-1 (-11552) +At time : 17.1 ps Reaction : OH^0 (-9187) + OH^0 (-9550) -> H2O2^0 (-11553) +At time : 17.1 ps Reaction : OH^0 (-7186) + OH^0 (-8949) -> H2O2^0 (-11554) +At time : 18.1 ps Reaction : OH^0 (-11316) + e_aq^-1 (-8797) -> OH^-1 (-11555) +At time : 18.1 ps Reaction : OH^0 (-11186) + OH^0 (-11191) -> H2O2^0 (-11556) +At time : 18.1 ps Reaction : OH^0 (-10942) + OH^0 (-7966) -> H2O2^0 (-11557) +At time : 18.1 ps Reaction : OH^0 (-10275) + OH^0 (-9344) -> H2O2^0 (-11558) +At time : 18.1 ps Reaction : e_aq^-1 (-5712) + OH^0 (-8465) -> OH^-1 (-11559) +At time : 18.1 ps Reaction : H3O^1 (-7601) + OH^-1 (-11555) -> No product +At time : 19.1 ps Reaction : OH^0 (-10917) + OH^0 (-8817) -> H2O2^0 (-11560) +At time : 19.1 ps Reaction : OH^0 (-10559) + OH^0 (-9433) -> H2O2^0 (-11561) +At time : 19.1 ps Reaction : OH^0 (-10132) + OH^0 (-8955) -> H2O2^0 (-11562) +At time : 19.1 ps Reaction : OH^0 (-9163) + OH^0 (-11208) -> H2O2^0 (-11563) +At time : 19.1 ps Reaction : OH^0 (-8345) + OH^0 (-9003) -> H2O2^0 (-11564) +At time : 20.1 ps Reaction : OH^-1 (-11552) + H3O^1 (-7901) -> No product +At time : 20.1 ps Reaction : OH^0 (-10659) + OH^0 (-9493) -> H2O2^0 (-11565) +At time : 20.1 ps Reaction : H^0 (-10042) + OH^0 (-10043) -> No product +At time : 20.1 ps Reaction : OH^0 (-9675) + OH^0 (-5920) -> H2O2^0 (-11566) +At time : 20.1 ps Reaction : H^0 (-9461) + OH^0 (-6218) -> No product +At time : 20.1 ps Reaction : OH^0 (-9355) + OH^0 (-7438) -> H2O2^0 (-11567) +At time : 20.1 ps Reaction : OH^0 (-7058) + OH^0 (-8495) -> H2O2^0 (-11568) +At time : 20.1 ps Reaction : OH^-1 (-5741) + H3O^1 (-7051) -> No product +At time : 21.1 ps Reaction : OH^0 (-11200) + OH^0 (-11252) -> H2O2^0 (-11569) +At time : 21.1 ps Reaction : OH^0 (-9168) + OH^0 (-10663) -> H2O2^0 (-11570) +At time : 21.1 ps Reaction : e_aq^-1 (-1720) + OH^0 (-5994) -> OH^-1 (-11571) +At time : 21.1 ps Reaction : H3O^1 (-5993) + OH^-1 (-11571) -> No product +At time : 22.1 ps Reaction : OH^0 (-10376) + OH^0 (-10378) -> H2O2^0 (-11572) +At time : 22.1 ps Reaction : H^0 (-10189) + OH^0 (-7500) -> No product +At time : 22.1 ps Reaction : OH^0 (-9552) + OH^0 (-9553) -> H2O2^0 (-11573) +At time : 22.1 ps Reaction : OH^0 (-9429) + OH^0 (-9428) -> H2O2^0 (-11574) +At time : 22.1 ps Reaction : OH^0 (-6314) + OH^0 (-6324) -> H2O2^0 (-11575) +At time : 23.1 ps Reaction : OH^0 (-9234) + OH^0 (-11220) -> H2O2^0 (-11576) +At time : 23.1 ps Reaction : OH^0 (-10825) + OH^0 (-8973) -> H2O2^0 (-11577) +At time : 23.1 ps Reaction : OH^0 (-10728) + OH^0 (-6500) -> H2O2^0 (-11578) +At time : 23.1 ps Reaction : OH^0 (-10276) + H^0 (-10422) -> No product +At time : 23.1 ps Reaction : H^0 (-10241) + OH^0 (-8892) -> No product +At time : 23.1 ps Reaction : OH^0 (-10222) + OH^0 (-8128) -> H2O2^0 (-11579) +At time : 23.1 ps Reaction : H^0 (-10213) + OH^0 (-6060) -> No product +At time : 23.1 ps Reaction : H^0 (-9243) + OH^0 (-9812) -> No product +At time : 23.1 ps Reaction : OH^0 (-9537) + OH^0 (-6312) -> H2O2^0 (-11580) +At time : 23.1 ps Reaction : OH^0 (-9226) + OH^0 (-5944) -> H2O2^0 (-11581) +At time : 23.1 ps Reaction : OH^0 (-9128) + OH^0 (-9129) -> H2O2^0 (-11582) +At time : 23.1 ps Reaction : H^0 (-10283) + OH^0 (-8210) -> No product +At time : 24.1 ps Reaction : H^0 (-11339) + OH^0 (-9334) -> No product +At time : 24.1 ps Reaction : OH^0 (-9136) + OH^0 (-11273) -> H2O2^0 (-11583) +At time : 24.1 ps Reaction : OH^0 (-10977) + e_aq^-1 (-8668) -> OH^-1 (-11584) +At time : 24.1 ps Reaction : OH^0 (-9947) + OH^0 (-10852) -> H2O2^0 (-11585) +At time : 24.1 ps Reaction : OH^0 (-10383) + OH^0 (-7406) -> H2O2^0 (-11586) +At time : 24.1 ps Reaction : OH^0 (-9791) + OH^0 (-9790) -> H2O2^0 (-11587) +At time : 24.1 ps Reaction : OH^0 (-9638) + OH^0 (-8765) -> H2O2^0 (-11588) +At time : 24.1 ps Reaction : OH^-1 (-11584) + H3O^1 (-7037) -> No product +At time : 25.1 ps Reaction : OH^0 (-10915) + H^0 (-9995) -> No product +At time : 25.1 ps Reaction : H^0 (-9975) + OH^0 (-10887) -> No product +At time : 25.1 ps Reaction : OH^0 (-10427) + OH^0 (-8897) -> H2O2^0 (-11589) +At time : 25.1 ps Reaction : OH^0 (-9808) + OH^0 (-6706) -> H2O2^0 (-11590) +At time : 25.1 ps Reaction : OH^0 (-9249) + e_aq^-1 (-8359) -> OH^-1 (-11591) +At time : 25.1 ps Reaction : OH^0 (-7152) + H^0 (-9078) -> No product +At time : 25.1 ps Reaction : H3O^1 (-7859) + OH^-1 (-11591) -> No product +At time : 26.1 ps Reaction : H^0 (-11203) + OH^0 (-9398) -> No product +At time : 26.1 ps Reaction : OH^0 (-11136) + OH^0 (-10310) -> H2O2^0 (-11592) +At time : 26.1 ps Reaction : OH^0 (-9248) + OH^0 (-10793) -> H2O2^0 (-11593) +At time : 26.1 ps Reaction : H^0 (-10503) + e_aq^-1 (-8842) -> OH^-1 (-11594) + H_2^0 (-11595) +At time : 26.1 ps Reaction : OH^0 (-10174) + OH^0 (-10175) -> H2O2^0 (-11596) +At time : 26.1 ps Reaction : OH^0 (-9787) + OH^0 (-9236) -> H2O2^0 (-11597) +At time : 26.1 ps Reaction : H^0 (-9630) + OH^0 (-9629) -> No product +At time : 26.1 ps Reaction : OH^0 (-9387) + OH^0 (-7370) -> H2O2^0 (-11598) +At time : 26.1 ps Reaction : H3O^1 (-8574) + OH^-1 (-11594) -> No product +At time : 27.1 ps Reaction : OH^0 (-11216) + OH^0 (-6646) -> H2O2^0 (-11599) +At time : 27.1 ps Reaction : OH^0 (-11168) + OH^0 (-8266) -> H2O2^0 (-11600) +At time : 27.1 ps Reaction : OH^0 (-11064) + OH^0 (-8130) -> H2O2^0 (-11601) +At time : 27.1 ps Reaction : OH^0 (-10922) + e_aq^-1 (-1560) -> OH^-1 (-11602) +At time : 27.1 ps Reaction : OH^0 (-10287) + H^0 (-10289) -> No product +At time : 27.1 ps Reaction : OH^0 (-9193) + OH^0 (-9586) -> H2O2^0 (-11603) +At time : 27.1 ps Reaction : H3O^1 (-10921) + OH^-1 (-11602) -> No product +At time : 27.1 ps Reaction : OH^0 (-10541) + H^0 (-9278) -> No product +At time : 28.1 ps Reaction : H^0 (-9424) + OH^0 (-7556) -> No product +At time : 28.1 ps Reaction : OH^0 (-9220) + OH^0 (-6586) -> H2O2^0 (-11604) +At time : 28.1 ps Reaction : OH^0 (-9133) + OH^0 (-6106) -> H2O2^0 (-11605) +At time : 28.1 ps Reaction : OH^0 (-7516) + OH^0 (-8052) -> H2O2^0 (-11606) +At time : 29.1 ps Reaction : H^0 (-11291) + H^0 (-10930) -> H_2^0 (-11607) +At time : 29.1 ps Reaction : H^0 (-11066) + OH^0 (-7172) -> No product +At time : 29.1 ps Reaction : OH^0 (-9635) + OH^0 (-10718) -> H2O2^0 (-11608) +At time : 29.1 ps Reaction : H^0 (-10243) + e_aq^-1 (-8452) -> OH^-1 (-11609) + H_2^0 (-11610) +At time : 29.1 ps Reaction : OH^0 (-10199) + e_aq^-1 (-8881) -> OH^-1 (-11611) +At time : 29.1 ps Reaction : H^0 (-9722) + H^0 (-9741) -> H_2^0 (-11612) +At time : 29.1 ps Reaction : OH^0 (-6932) + OH^0 (-7950) -> H2O2^0 (-11613) +At time : 30.1 ps Reaction : OH^0 (-11248) + OH^0 (-8893) -> H2O2^0 (-11614) +At time : 30.1 ps Reaction : OH^0 (-10965) + OH^0 (-10093) -> H2O2^0 (-11615) +At time : 30.1 ps Reaction : OH^0 (-10251) + H^0 (-9412) -> No product +At time : 30.1 ps Reaction : OH^0 (-9581) + OH^0 (-5781) -> H2O2^0 (-11616) +At time : 30.1 ps Reaction : H^0 (-9373) + H^0 (-9371) -> H_2^0 (-11617) +At time : 31.1 ps Reaction : OH^0 (-7170) + OH^0 (-8447) -> H2O2^0 (-11618) +At time : 32.1 ps Reaction : OH^0 (-11340) + OH^0 (-6084) -> H2O2^0 (-11619) +At time : 32.1 ps Reaction : H3O^1 (-10941) + e_aq^-1 (-1462) -> H^0 (-11620) +At time : 33.1 ps Reaction : e_aq^-1 (-4305) + OH^0 (-5992) -> OH^-1 (-11621) +At time : 34.1 ps Reaction : OH^0 (-10358) + OH^0 (-11270) -> H2O2^0 (-11622) +At time : 34.1 ps Reaction : OH^0 (-11115) + OH^0 (-7462) -> H2O2^0 (-11623) +At time : 34.1 ps Reaction : H^0 (-9799) + OH^0 (-7844) -> No product +At time : 34.1 ps Reaction : e_aq^-1 (-1251) + OH^0 (-8666) -> OH^-1 (-11624) +At time : 35.1 ps Reaction : OH^0 (-10809) + OH^0 (-9256) -> H2O2^0 (-11625) +At time : 35.1 ps Reaction : OH^0 (-10545) + H^0 (-9276) -> No product +At time : 35.1 ps Reaction : OH^0 (-10197) + OH^0 (-7150) -> H2O2^0 (-11626) +At time : 35.1 ps Reaction : OH^0 (-10080) + OH^0 (-7546) -> H2O2^0 (-11627) +At time : 35.1 ps Reaction : e_aq^-1 (-3627) + H3O^1 (-8736) -> H^0 (-11628) +At time : 35.1 ps Reaction : OH^0 (-5832) + OH^0 (-7828) -> H2O2^0 (-11629) +At time : 35.1 ps Reaction : OH^0 (-7532) + OH^0 (-8429) -> H2O2^0 (-11630) +At time : 36.1 ps Reaction : OH^-1 (-11621) + H3O^1 (-7595) -> No product +At time : 36.1 ps Reaction : OH^0 (-11344) + OH^0 (-7266) -> H2O2^0 (-11631) +At time : 36.1 ps Reaction : OH^0 (-11308) + OH^0 (-9669) -> H2O2^0 (-11632) +At time : 36.1 ps Reaction : OH^0 (-11197) + OH^0 (-8320) -> H2O2^0 (-11633) +At time : 36.1 ps Reaction : OH^0 (-10937) + H^0 (-10938) -> No product +At time : 36.1 ps Reaction : OH^0 (-10807) + OH^0 (-6770) -> H2O2^0 (-11634) +At time : 36.1 ps Reaction : OH^0 (-10741) + OH^0 (-7784) -> H2O2^0 (-11635) +At time : 36.1 ps Reaction : OH^0 (-10084) + e_aq^-1 (-4641) -> OH^-1 (-11636) +At time : 36.1 ps Reaction : OH^0 (-9771) + OH^0 (-6684) -> H2O2^0 (-11637) +At time : 36.1 ps Reaction : H3O^1 (-10083) + OH^-1 (-11636) -> No product +At time : 37.1 ps Reaction : H3O^1 (-10206) + OH^-1 (-11611) -> No product +At time : 37.1 ps Reaction : OH^0 (-10967) + OH^0 (-10100) -> H2O2^0 (-11638) +At time : 37.1 ps Reaction : OH^0 (-10704) + OH^0 (-7742) -> H2O2^0 (-11639) +At time : 37.1 ps Reaction : OH^0 (-10238) + OH^0 (-10239) -> H2O2^0 (-11640) +At time : 37.1 ps Reaction : H^0 (-9205) + OH^0 (-6426) -> No product +At time : 38.1 ps Reaction : OH^0 (-9543) + OH^0 (-8999) -> H2O2^0 (-11641) +At time : 38.1 ps Reaction : OH^0 (-11128) + OH^0 (-9087) -> H2O2^0 (-11642) +At time : 38.1 ps Reaction : OH^0 (-8086) + OH^0 (-8864) -> H2O2^0 (-11643) +At time : 39.1 ps Reaction : OH^0 (-8678) + e_aq^-1 (-8680) -> OH^-1 (-11644) +At time : 39.1 ps Reaction : e_aq^-1 (-5447) + H3O^1 (-8631) -> H^0 (-11645) +At time : 39.1 ps Reaction : e_aq^-1 (-1516) + H3O^1 (-7955) -> H^0 (-11646) +At time : 39.1 ps Reaction : OH^0 (-7396) + OH^0 (-8931) -> H2O2^0 (-11647) +At time : 40.1 ps Reaction : H3O^1 (-6953) + OH^-1 (-11644) -> No product +At time : 40.1 ps Reaction : OH^0 (-6574) + e_aq^-1 (-8773) -> OH^-1 (-11648) +At time : 40.1 ps Reaction : OH^0 (-6758) + OH^0 (-7874) -> H2O2^0 (-11649) +At time : 41.1 ps Reaction : H3O^1 (-6573) + OH^-1 (-11648) -> No product +At time : 41.1 ps Reaction : OH^-1 (-11609) + H3O^1 (-7185) -> No product +At time : 41.1 ps Reaction : H^0 (-10139) + OH^0 (-8040) -> No product +At time : 41.1 ps Reaction : H^0 (-10078) + H^0 (-9295) -> H_2^0 (-11650) +At time : 41.1 ps Reaction : OH^0 (-5936) + H^0 (-8982) -> No product +At time : 41.1 ps Reaction : e_aq^-1 (-5057) + OH^0 (-7162) -> OH^-1 (-11651) +At time : 41.1 ps Reaction : OH^-1 (-11651) + H3O^1 (-8133) -> No product +At time : 42.1 ps Reaction : H^0 (-11221) + OH^0 (-9776) -> No product +At time : 42.1 ps Reaction : OH^0 (-10783) + e_aq^-1 (-8356) -> OH^-1 (-11652) +At time : 42.1 ps Reaction : OH^0 (-10346) + OH^0 (-10360) -> H2O2^0 (-11653) +At time : 42.1 ps Reaction : OH^0 (-9386) + OH^0 (-8332) -> H2O2^0 (-11654) +At time : 42.1 ps Reaction : H3O^1 (-10782) + OH^-1 (-11652) -> No product +At time : 43.1 ps Reaction : OH^0 (-11003) + OH^0 (-10145) -> H2O2^0 (-11655) +At time : 43.1 ps Reaction : H^0 (-10827) + OH^0 (-9029) -> No product +At time : 43.1 ps Reaction : OH^0 (-10798) + OH^0 (-10799) -> H2O2^0 (-11656) +At time : 43.1 ps Reaction : OH^0 (-10713) + OH^0 (-6438) -> H2O2^0 (-11657) +At time : 43.1 ps Reaction : OH^0 (-10490) + H^0 (-9416) -> No product +At time : 44.1 ps Reaction : OH^0 (-9184) + OH^0 (-9188) -> H2O2^0 (-11658) +At time : 44.1 ps Reaction : OH^0 (-9108) + OH^0 (-9109) -> H2O2^0 (-11659) +At time : 44.1 ps Reaction : OH^0 (-8967) + H^0 (-8968) -> No product +At time : 44.1 ps Reaction : OH^0 (-6032) + OH^0 (-6160) -> H2O2^0 (-11660) +At time : 45.1 ps Reaction : H^0 (-11337) + OH^0 (-7134) -> No product +At time : 45.1 ps Reaction : H^0 (-9274) + OH^0 (-10874) -> No product +At time : 45.1 ps Reaction : H3O^1 (-7287) + e_aq^-1 (-8335) -> H^0 (-11661) +At time : 45.1 ps Reaction : e_aq^-1 (-921) + OH^0 (-7502) -> OH^-1 (-11662) +At time : 45.1 ps Reaction : OH^0 (-7344) + OH^0 (-7402) -> H2O2^0 (-11663) +At time : 45.1 ps Reaction : H^0 (-9658) + OH^0 (-7662) -> No product +At time : 46.1 ps Reaction : H^0 (-10361) + OH^0 (-7362) -> No product +At time : 46.1 ps Reaction : H3O^1 (-10306) + OH^-1 (-5723) -> No product +At time : 46.1 ps Reaction : OH^0 (-9476) + OH^0 (-5878) -> H2O2^0 (-11664) +At time : 46.1 ps Reaction : OH^0 (-10964) + OH^0 (-8834) -> H2O2^0 (-11665) +At time : 47.1 ps Reaction : OH^0 (-10231) + OH^0 (-11070) -> H2O2^0 (-11666) +At time : 47.1 ps Reaction : OH^0 (-11030) + e_aq^-1 (-4933) -> OH^-1 (-11667) +At time : 47.1 ps Reaction : H^0 (-10924) + e_aq^-1 (-1565) -> OH^-1 (-11668) + H_2^0 (-11669) +At time : 47.1 ps Reaction : e_aq^-1 (-4328) + OH^0 (-10866) -> OH^-1 (-11670) +At time : 47.1 ps Reaction : H^0 (-10594) + H^0 (-10794) -> H_2^0 (-11671) +At time : 47.1 ps Reaction : OH^0 (-10439) + OH^0 (-6076) -> H2O2^0 (-11672) +At time : 47.1 ps Reaction : H^0 (-10064) + OH^0 (-7558) -> No product +At time : 47.1 ps Reaction : OH^0 (-6792) + H^0 (-9024) -> No product +At time : 47.1 ps Reaction : OH^0 (-6376) + OH^0 (-7736) -> H2O2^0 (-11673) +At time : 47.1 ps Reaction : OH^-1 (-11670) + H3O^1 (-6865) -> No product +At time : 47.1 ps Reaction : OH^-1 (-11667) + H3O^1 (-7113) -> No product +At time : 48.1 ps Reaction : H3O^1 (-7089) + OH^-1 (-11521) -> No product +At time : 48.1 ps Reaction : OH^0 (-11101) + OH^0 (-11102) -> H2O2^0 (-11674) +At time : 48.1 ps Reaction : OH^0 (-10373) + OH^0 (-7336) -> H2O2^0 (-11675) +At time : 48.1 ps Reaction : OH^0 (-10266) + OH^0 (-6138) -> H2O2^0 (-11676) +At time : 48.1 ps Reaction : OH^0 (-9607) + OH^0 (-6424) -> H2O2^0 (-11677) +At time : 48.1 ps Reaction : H^0 (-9203) + OH^0 (-9600) -> No product +At time : 48.1 ps Reaction : OH^0 (-5988) + OH^0 (-9035) -> H2O2^0 (-11678) +At time : 48.1 ps Reaction : OH^0 (-7054) + OH^0 (-7060) -> H2O2^0 (-11679) +At time : 49.1 ps Reaction : H^0 (-9670) + OH^0 (-10734) -> No product +At time : 49.1 ps Reaction : OH^0 (-9616) + OH^0 (-6440) -> H2O2^0 (-11680) +At time : 49.1 ps Reaction : OH^0 (-5922) + OH^0 (-9005) -> H2O2^0 (-11681) +At time : 50.1 ps Reaction : OH^0 (-10452) + e_aq^-1 (-5115) -> OH^-1 (-11682) +At time : 50.1 ps Reaction : OH^0 (-6886) + OH^0 (-7924) -> H2O2^0 (-11683) +At time : 51.1 ps Reaction : OH^0 (-10504) + OH^0 (-10996) -> H2O2^0 (-11684) +At time : 51.1 ps Reaction : OH^0 (-10980) + OH^0 (-6030) -> H2O2^0 (-11685) +At time : 51.1 ps Reaction : OH^0 (-10177) + OH^0 (-9073) -> H2O2^0 (-11686) +At time : 51.1 ps Reaction : OH^0 (-10168) + e_aq^-1 (-4856) -> OH^-1 (-11687) +At time : 51.1 ps Reaction : OH^-1 (-11687) + H3O^1 (-7507) -> No product +At time : 52.1 ps Reaction : H3O^1 (-10638) + OH^-1 (-11506) -> No product +At time : 52.1 ps Reaction : OH^0 (-10609) + OH^0 (-11218) -> H2O2^0 (-11688) +At time : 52.1 ps Reaction : OH^0 (-9571) + OH^0 (-5900) -> H2O2^0 (-11689) +At time : 52.1 ps Reaction : OH^-1 (-5738) + H3O^1 (-7067) -> No product +At time : 52.1 ps Reaction : OH^0 (-6850) + OH^0 (-6852) -> H2O2^0 (-11690) +At time : 53.1 ps Reaction : H3O^1 (-8490) + OH^-1 (-11682) -> No product +At time : 53.1 ps Reaction : H3O^1 (-10931) + OH^-1 (-5747) -> No product +At time : 53.1 ps Reaction : OH^0 (-10004) + OH^0 (-6924) -> H2O2^0 (-11691) +At time : 53.1 ps Reaction : OH^0 (-9381) + OH^0 (-6118) -> H2O2^0 (-11692) +At time : 53.1 ps Reaction : OH^0 (-7106) + OH^0 (-8076) -> H2O2^0 (-11693) +At time : 54.1 ps Reaction : H3O^1 (-11031) + e_aq^-1 (-8440) -> H^0 (-11694) +At time : 54.1 ps Reaction : H^0 (-10808) + H^0 (-9257) -> H_2^0 (-11695) +At time : 54.1 ps Reaction : H^0 (-10742) + OH^0 (-7782) -> No product +At time : 54.1 ps Reaction : OH^0 (-10261) + OH^0 (-8176) -> H2O2^0 (-11696) +At time : 54.1 ps Reaction : OH^0 (-10207) + OH^0 (-8441) -> H2O2^0 (-11697) +At time : 54.1 ps Reaction : e_aq^-1 (-4367) + OH^0 (-6880) -> OH^-1 (-11698) +At time : 55.1 ps Reaction : H^0 (-11348) + OH^0 (-9405) -> No product +At time : 55.1 ps Reaction : H^0 (-10481) + OH^0 (-7112) -> No product +At time : 55.1 ps Reaction : OH^-1 (-5792) + H3O^1 (-5987) -> No product +At time : 56.1 ps Reaction : H^0 (-11034) + OH^0 (-7122) -> No product +At time : 56.1 ps Reaction : OH^0 (-8651) + e_aq^-1 (-8653) -> OH^-1 (-11699) +At time : 56.1 ps Reaction : OH^-1 (-11699) + H3O^1 (-8652) -> No product +At time : 57.1 ps Reaction : OH^0 (-10143) + H^0 (-11281) -> No product +At time : 57.1 ps Reaction : OH^0 (-7348) + OH^0 (-7350) -> H2O2^0 (-11700) +At time : 57.1 ps Reaction : e_aq^-1 (-5516) + OH^0 (-6124) -> OH^-1 (-11701) +At time : 57.1 ps Reaction : H3O^1 (-6123) + OH^-1 (-11701) -> No product +At time : 58.1 ps Reaction : OH^0 (-11294) + OH^0 (-6874) -> H2O2^0 (-11702) +At time : 58.1 ps Reaction : H^0 (-11078) + OH^0 (-8888) -> No product +At time : 58.1 ps Reaction : H^0 (-10886) + OH^0 (-10883) -> No product +At time : 58.1 ps Reaction : OH^0 (-9897) + H^0 (-8972) -> No product +At time : 58.1 ps Reaction : OH^0 (-9774) + OH^0 (-7834) -> H2O2^0 (-11703) +At time : 58.1 ps Reaction : OH^0 (-7882) + H^0 (-9026) -> No product +At time : 59.1 ps Reaction : OH^0 (-10211) + OH^0 (-8655) -> H2O2^0 (-11704) +At time : 59.1 ps Reaction : OH^0 (-10022) + OH^0 (-6934) -> H2O2^0 (-11705) +At time : 60.1 ps Reaction : H^0 (-11014) + OH^0 (-7078) -> No product +At time : 60.1 ps Reaction : e_aq^-1 (-4748) + e_aq^-1 (-8431) -> OH^-1 (-11706) + OH^-1 (-11707) + H_2^0 (-11708) +At time : 60.1 ps Reaction : OH^0 (-6808) + OH^0 (-8414) -> H2O2^0 (-11709) +At time : 61.1 ps Reaction : OH^0 (-10573) + OH^0 (-7904) -> H2O2^0 (-11710) +At time : 61.1 ps Reaction : H^0 (-10377) + e_aq^-1 (-8920) -> OH^-1 (-11711) + H_2^0 (-11712) +At time : 61.1 ps Reaction : OH^0 (-8034) + OH^0 (-8843) -> H2O2^0 (-11713) +At time : 61.1 ps Reaction : H3O^1 (-6103) + OH^-1 (-11711) -> No product +At time : 62.1 ps Reaction : OH^0 (-10343) + OH^0 (-7360) -> H2O2^0 (-11714) +At time : 62.1 ps Reaction : H^0 (-9854) + OH^0 (-9853) -> No product +At time : 62.1 ps Reaction : e_aq^-1 (-5706) + OH^0 (-8608) -> OH^-1 (-11715) +At time : 62.1 ps Reaction : e_aq^-1 (-1442) + OH^0 (-7570) -> OH^-1 (-11716) +At time : 63.1 ps Reaction : OH^0 (-10914) + OH^0 (-7934) -> H2O2^0 (-11717) +At time : 63.1 ps Reaction : H3O^1 (-6047) + e_aq^-1 (-8869) -> H^0 (-11718) +At time : 63.1 ps Reaction : OH^-1 (-11624) + H3O^1 (-7539) -> No product +At time : 64.1 ps Reaction : H3O^1 (-6879) + OH^-1 (-11698) -> No product +At time : 64.1 ps Reaction : OH^0 (-11043) + OH^0 (-8094) -> H2O2^0 (-11719) +At time : 64.1 ps Reaction : OH^0 (-10737) + H^0 (-10738) -> No product +At time : 64.1 ps Reaction : e_aq^-1 (-394) + OH^0 (-9085) -> OH^-1 (-11720) +At time : 64.1 ps Reaction : OH^0 (-6518) + H^0 (-9004) -> No product +At time : 65.1 ps Reaction : H^0 (-9720) + OH^0 (-10748) -> No product +At time : 65.1 ps Reaction : H^0 (-10159) + OH^0 (-8435) -> No product +At time : 65.1 ps Reaction : OH^0 (-9845) + OH^0 (-9846) -> H2O2^0 (-11721) +At time : 65.1 ps Reaction : OH^0 (-9232) + H^0 (-9770) -> No product +At time : 65.1 ps Reaction : OH^0 (-9341) + OH^0 (-8184) -> H2O2^0 (-11722) +At time : 65.1 ps Reaction : H3O^1 (-8676) + e_aq^-1 (-8830) -> H^0 (-11723) +At time : 66.1 ps Reaction : OH^0 (-9539) + OH^0 (-9538) -> H2O2^0 (-11724) +At time : 66.1 ps Reaction : OH^0 (-8638) + e_aq^-1 (-8914) -> OH^-1 (-11725) +At time : 67.1 ps Reaction : H^0 (-11323) + H^0 (-10536) -> H_2^0 (-11726) +At time : 67.1 ps Reaction : OH^0 (-9833) + OH^0 (-6724) -> H2O2^0 (-11727) +At time : 67.1 ps Reaction : e_aq^-1 (-3732) + OH^0 (-6482) -> OH^-1 (-11728) +At time : 68.1 ps Reaction : OH^0 (-7068) + H^0 (-11247) -> No product +At time : 68.1 ps Reaction : OH^0 (-10050) + OH^0 (-7564) -> H2O2^0 (-11729) +At time : 69.1 ps Reaction : H3O^1 (-10510) + OH^-1 (-11706) -> No product +At time : 69.1 ps Reaction : OH^0 (-10252) + OH^0 (-11088) -> H2O2^0 (-11730) +At time : 69.1 ps Reaction : OH^0 (-9517) + OH^0 (-6284) -> H2O2^0 (-11731) +At time : 70.1 ps Reaction : OH^-1 (-11728) + H3O^1 (-6481) -> No product +At time : 70.1 ps Reaction : OH^0 (-11062) + OH^0 (-6058) -> H2O2^0 (-11732) +At time : 70.1 ps Reaction : H^0 (-10672) + e_aq^-1 (-3218) -> OH^-1 (-11733) + H_2^0 (-11734) +At time : 70.1 ps Reaction : OH^0 (-9612) + OH^0 (-5826) -> H2O2^0 (-11735) +At time : 70.1 ps Reaction : OH^0 (-9117) + OH^0 (-7584) -> H2O2^0 (-11736) +At time : 71.1 ps Reaction : OH^0 (-9667) + OH^0 (-5916) -> H2O2^0 (-11737) +At time : 71.1 ps Reaction : OH^0 (-8314) + OH^0 (-8459) -> H2O2^0 (-11738) +At time : 71.1 ps Reaction : OH^0 (-7242) + OH^0 (-7454) -> H2O2^0 (-11739) +At time : 72.1 ps Reaction : H2O2^0 (-11596) + e_aq^-1 (-8857) -> OH^-1 (-11740) + OH^0 (-11741) +At time : 72.1 ps Reaction : OH^0 (-11028) + OH^0 (-6046) -> H2O2^0 (-11742) +At time : 72.1 ps Reaction : OH^0 (-8088) + e_aq^-1 (-8494) -> OH^-1 (-11743) +At time : 72.1 ps Reaction : H3O^1 (-7121) + OH^-1 (-11743) -> No product +At time : 73.1 ps Reaction : H^0 (-9772) + OH^0 (-7642) -> No product +At time : 73.1 ps Reaction : OH^0 (-6114) + OH^0 (-8603) -> H2O2^0 (-11744) +At time : 73.1 ps Reaction : e_aq^-1 (-3751) + OH^0 (-6504) -> OH^-1 (-11745) +At time : 73.1 ps Reaction : e_aq^-1 (-3098) + H3O^1 (-6321) -> H^0 (-11746) +At time : 74.1 ps Reaction : H^0 (-10948) + OH^0 (-10057) -> No product +At time : 74.1 ps Reaction : OH^0 (-10834) + H^0 (-9930) -> No product +At time : 74.1 ps Reaction : OH^0 (-10029) + H^0 (-9054) -> No product +At time : 74.1 ps Reaction : OH^0 (-9287) + OH^0 (-6958) -> H2O2^0 (-11747) +At time : 74.1 ps Reaction : OH^0 (-9154) + e_aq^-1 (-3467) -> OH^-1 (-11748) +At time : 74.1 ps Reaction : e_aq^-1 (-4539) + OH^0 (-6966) -> OH^-1 (-11749) +At time : 75.1 ps Reaction : H3O^1 (-10173) + OH^-1 (-11740) -> No product +At time : 75.1 ps Reaction : OH^0 (-11178) + OH^0 (-9097) -> H2O2^0 (-11750) +At time : 75.1 ps Reaction : OH^0 (-10843) + OH^0 (-9937) -> H2O2^0 (-11751) +At time : 75.1 ps Reaction : OH^0 (-10699) + e_aq^-1 (-2984) -> OH^-1 (-11752) +At time : 75.1 ps Reaction : OH^0 (-9376) + OH^0 (-8312) -> H2O2^0 (-11753) +At time : 75.1 ps Reaction : OH^0 (-5784) + OH^0 (-6366) -> H2O2^0 (-11754) +At time : 76.1 ps Reaction : H3O^1 (-9665) + OH^-1 (-11745) -> No product +At time : 76.1 ps Reaction : OH^0 (-10272) + OH^0 (-8202) -> H2O2^0 (-11755) +At time : 76.1 ps Reaction : OH^0 (-9437) + OH^0 (-8983) -> H2O2^0 (-11756) +At time : 77.1 ps Reaction : OH^0 (-10102) + OH^0 (-11286) -> H2O2^0 (-11757) +At time : 77.1 ps Reaction : H3O^1 (-10566) + e_aq^-1 (-1910) -> H^0 (-11758) +At time : 77.1 ps Reaction : OH^0 (-9441) + H^0 (-9440) -> No product +At time : 77.1 ps Reaction : H3O^1 (-8883) + e_aq^-1 (-8884) -> H^0 (-11759) +At time : 77.1 ps Reaction : OH^-1 (-5762) + H3O^1 (-7863) -> No product +At time : 77.1 ps Reaction : e_aq^-1 (-3301) + OH^0 (-6232) -> OH^-1 (-11760) +At time : 78.1 ps Reaction : OH^-1 (-11749) + H3O^1 (-7967) -> No product +At time : 78.1 ps Reaction : OH^0 (-6080) + OH^0 (-7254) -> H2O2^0 (-11761) +At time : 79.1 ps Reaction : OH^0 (-10812) + OH^0 (-7626) -> H2O2^0 (-11762) +At time : 79.1 ps Reaction : e_aq^-1 (-217) + H3O^1 (-6099) -> H^0 (-11763) +At time : 80.1 ps Reaction : H^0 (-11317) + e_aq^-1 (-4308) -> OH^-1 (-11764) + H_2^0 (-11765) +At time : 80.1 ps Reaction : OH^0 (-9736) + OH^0 (-9745) -> H2O2^0 (-11766) +At time : 80.1 ps Reaction : OH^0 (-9528) + OH^0 (-7716) -> H2O2^0 (-11767) +At time : 80.1 ps Reaction : OH^-1 (-11764) + H3O^1 (-6843) -> No product +At time : 81.1 ps Reaction : OH^0 (-9346) + OH^0 (-7258) -> H2O2^0 (-11768) +At time : 82.1 ps Reaction : OH^0 (-10819) + H^0 (-9887) -> No product +At time : 82.1 ps Reaction : H^0 (-10412) + OH^0 (-9352) -> No product +At time : 82.1 ps Reaction : OH^0 (-9807) + OH^0 (-9805) -> H2O2^0 (-11769) +At time : 82.1 ps Reaction : OH^0 (-9564) + OH^0 (-9568) -> H2O2^0 (-11770) +At time : 83.1 ps Reaction : e_aq^-1 (-3295) + OH^0 (-8991) -> OH^-1 (-11771) +At time : 83.1 ps Reaction : e_aq^-1 (-5192) + OH^0 (-7238) -> OH^-1 (-11772) +At time : 83.1 ps Reaction : OH^-1 (-11772) + H3O^1 (-7241) -> No product +At time : 84.1 ps Reaction : OH^-1 (-11771) + H3O^1 (-6239) -> No product +At time : 85.1 ps Reaction : H^0 (-10610) + H^0 (-11219) -> H_2^0 (-11773) +At time : 85.1 ps Reaction : OH^0 (-10971) + OH^0 (-7018) -> H2O2^0 (-11774) +At time : 85.1 ps Reaction : OH^0 (-7686) + OH^0 (-7688) -> H2O2^0 (-11775) +At time : 85.1 ps Reaction : e_aq^-1 (-3495) + H3O^1 (-5879) -> H^0 (-11776) +At time : 86.1 ps Reaction : OH^0 (-10312) + OH^0 (-8250) -> H2O2^0 (-11777) +At time : 87.1 ps Reaction : H^0 (-11354) + OH^0 (-7320) -> No product +At time : 87.1 ps Reaction : H^0 (-11184) + H^0 (-9100) -> H_2^0 (-11778) +At time : 87.1 ps Reaction : OH^0 (-10787) + H^0 (-9020) -> No product +At time : 87.1 ps Reaction : OH^0 (-10158) + OH^0 (-6036) -> H2O2^0 (-11779) +At time : 87.1 ps Reaction : e_aq^-1 (-4966) + OH^0 (-8657) -> OH^-1 (-11780) +At time : 87.1 ps Reaction : OH^0 (-8170) + e_aq^-1 (-8593) -> OH^-1 (-11781) +At time : 88.1 ps Reaction : OH^0 (-11328) + H^0 (-10051) -> No product +At time : 88.1 ps Reaction : e_aq^-1 (-2119) + e_aq^-1 (-4113) -> OH^-1 (-11782) + OH^-1 (-11783) + H_2^0 (-11784) +At time : 89.1 ps Reaction : H^0 (-10505) + OH^0 (-10994) -> No product +At time : 89.1 ps Reaction : H3O^1 (-9651) + e_aq^-1 (-8542) -> H^0 (-11785) +At time : 89.1 ps Reaction : OH^0 (-9177) + OH^0 (-6302) -> H2O2^0 (-11786) +At time : 89.1 ps Reaction : OH^0 (-7612) + e_aq^-1 (-8695) -> OH^-1 (-11787) +At time : 89.1 ps Reaction : e_aq^-1 (-3592) + OH^0 (-6326) -> OH^-1 (-11788) +At time : 90.1 ps Reaction : OH^-1 (-11559) + H3O^1 (-7373) -> No product +At time : 90.1 ps Reaction : H^0 (-11000) + OH^0 (-10136) -> No product +At time : 90.1 ps Reaction : OH^-1 (-5798) + H3O^1 (-7921) -> No product +At time : 91.1 ps Reaction : H^0 (-11205) + OH^0 (-8381) -> No product +At time : 91.1 ps Reaction : OH^0 (-9314) + OH^0 (-8092) -> H2O2^0 (-11789) +At time : 92.1 ps Reaction : OH^0 (-10582) + OH^0 (-6810) -> H2O2^0 (-11790) +At time : 92.1 ps Reaction : H^0 (-9345) + OH^0 (-8212) -> No product +At time : 93.1 ps Reaction : OH^0 (-10829) + e_aq^-1 (-8419) -> OH^-1 (-11791) +At time : 93.1 ps Reaction : H^0 (-10313) + OH^0 (-6092) -> No product +At time : 93.1 ps Reaction : OH^0 (-9723) + OH^0 (-7798) -> H2O2^0 (-11792) +At time : 93.1 ps Reaction : OH^0 (-9633) + OH^0 (-6466) -> H2O2^0 (-11793) +At time : 93.1 ps Reaction : OH^0 (-9262) + H^0 (-9263) -> No product +At time : 93.1 ps Reaction : OH^0 (-7042) + OH^0 (-8375) -> H2O2^0 (-11794) +At time : 93.1 ps Reaction : OH^0 (-7318) + OH^0 (-8270) -> H2O2^0 (-11795) +At time : 94.1 ps Reaction : H^0 (-11718) + OH^0 (-6048) -> No product +At time : 94.1 ps Reaction : H^0 (-10542) + OH^0 (-7586) -> No product +At time : 94.1 ps Reaction : e_aq^-1 (-5258) + H3O^1 (-8197) -> H^0 (-11796) +At time : 94.1 ps Reaction : OH^-1 (-5732) + H3O^1 (-7087) -> No product +At time : 95.1 ps Reaction : OH^0 (-10467) + OH^0 (-8114) -> H2O2^0 (-11797) +At time : 95.1 ps Reaction : H^0 (-10271) + OH^0 (-8200) -> No product +At time : 95.1 ps Reaction : OH^0 (-7806) + OH^0 (-8774) -> H2O2^0 (-11798) +At time : 95.1 ps Reaction : OH^0 (-7294) + OH^0 (-8252) -> H2O2^0 (-11799) +At time : 96.1 ps Reaction : OH^0 (-10478) + H^0 (-10479) -> No product +At time : 97.1 ps Reaction : H3O^1 (-10828) + OH^-1 (-11791) -> No product +At time : 97.1 ps Reaction : H^0 (-9489) + OH^0 (-5884) -> No product +At time : 97.1 ps Reaction : OH^0 (-9320) + OH^0 (-9323) -> H2O2^0 (-11800) +At time : 98.1 ps Reaction : OH^0 (-10335) + OH^0 (-10334) -> H2O2^0 (-11801) +At time : 98.1 ps Reaction : OH^0 (-9103) + OH^0 (-9531) -> H2O2^0 (-11802) +At time : 98.1 ps Reaction : OH^0 (-5840) + e_aq^-1 (-8566) -> OH^-1 (-11803) +At time : 98.1 ps Reaction : e_aq^-1 (-642) + H3O^1 (-8155) -> H^0 (-11804) +At time : 99.1 ps Reaction : OH^0 (-10191) + OH^0 (-6052) -> H2O2^0 (-11805) +At time : 99.1 ps Reaction : OH^0 (-9901) + H^0 (-9030) -> No product +At time : 99.1 ps Reaction : OH^0 (-7730) + e_aq^-1 (-8728) -> OH^-1 (-11806) +At time : 99.1 ps Reaction : e_aq^-1 (-3065) + OH^0 (-6336) -> OH^-1 (-11807) +At time : 101.1 ps Reaction : OH^0 (-11346) + H^0 (-10392) -> No product +At time : 101.1 ps Reaction : OH^0 (-7566) + OH^0 (-7968) -> H2O2^0 (-11808) +At time : 101.1 ps Reaction : OH^-1 (-5744) + H3O^1 (-7551) -> No product +At time : 111.1 ps Reaction : OH^-1 (-11748) + H3O^1 (-7677) -> No product +At time : 111.1 ps Reaction : H2O2^0 (-11371) + e_aq^-1 (-3428) -> OH^-1 (-11809) + OH^0 (-11810) +At time : 111.1 ps Reaction : OH^0 (-7274) + OH^0 (-11254) -> H2O2^0 (-11811) +At time : 111.1 ps Reaction : OH^0 (-11193) + OH^0 (-5852) -> H2O2^0 (-11812) +At time : 111.1 ps Reaction : OH^0 (-11077) + OH^0 (-6068) -> H2O2^0 (-11813) +At time : 111.1 ps Reaction : OH^0 (-10802) + OH^0 (-6740) -> H2O2^0 (-11814) +At time : 111.1 ps Reaction : OH^0 (-10444) + OH^0 (-7230) -> H2O2^0 (-11815) +At time : 111.1 ps Reaction : H3O^1 (-10400) + OH^-1 (-5804) -> No product +At time : 111.1 ps Reaction : OH^0 (-10384) + OH^0 (-8471) -> H2O2^0 (-11816) +At time : 111.1 ps Reaction : e_aq^-1 (-967) + H^0 (-10151) -> OH^-1 (-11817) + H_2^0 (-11818) +At time : 111.1 ps Reaction : OH^0 (-9732) + OH^0 (-6608) -> H2O2^0 (-11819) +At time : 111.1 ps Reaction : OH^0 (-9688) + OH^0 (-9687) -> H2O2^0 (-11820) +At time : 111.1 ps Reaction : OH^0 (-9281) + OH^0 (-9047) -> H2O2^0 (-11821) +At time : 111.1 ps Reaction : OH^0 (-7368) + OH^0 (-8600) -> H2O2^0 (-11822) +At time : 111.1 ps Reaction : OH^0 (-6008) + OH^0 (-7952) -> H2O2^0 (-11823) +At time : 111.1 ps Reaction : OH^0 (-6812) + OH^0 (-6814) -> H2O2^0 (-11824) +At time : 111.1 ps Reaction : OH^0 (-6766) + OH^0 (-6774) -> H2O2^0 (-11825) +At time : 111.1 ps Reaction : H3O^1 (-5839) + OH^-1 (-11803) -> No product +At time : 111.1 ps Reaction : OH^-1 (-11788) + H3O^1 (-8718) -> No product +At time : 111.1 ps Reaction : OH^0 (-6916) + OH^0 (-8561) -> H2O2^0 (-11826) +At time : 111.1 ps Reaction : OH^0 (-7414) + OH^0 (-8264) -> H2O2^0 (-11827) +At time : 121.1 ps Reaction : OH^-1 (-11787) + H3O^1 (-6817) -> No product +At time : 121.1 ps Reaction : OH^-1 (-11733) + H3O^1 (-6265) -> No product +At time : 121.1 ps Reaction : OH^-1 (-11715) + H3O^1 (-7375) -> No product +At time : 121.1 ps Reaction : OH^0 (-11347) + OH^0 (-11155) -> H2O2^0 (-11828) +At time : 121.1 ps Reaction : H^0 (-11302) + OH^0 (-9445) -> No product +At time : 121.1 ps Reaction : OH^0 (-11013) + OH^0 (-11018) -> H2O2^0 (-11829) +At time : 121.1 ps Reaction : OH^0 (-10940) + OH^0 (-10048) -> H2O2^0 (-11830) +At time : 121.1 ps Reaction : OH^0 (-10554) + OH^0 (-6854) -> H2O2^0 (-11831) +At time : 121.1 ps Reaction : OH^0 (-10511) + OH^0 (-8022) -> H2O2^0 (-11832) +At time : 121.1 ps Reaction : OH^0 (-10432) + OH^0 (-9409) -> H2O2^0 (-11833) +At time : 121.1 ps Reaction : OH^0 (-10389) + OH^0 (-7428) -> H2O2^0 (-11834) +At time : 121.1 ps Reaction : H^0 (-10187) + OH^0 (-7126) -> No product +At time : 121.1 ps Reaction : OH^0 (-9837) + OH^0 (-8780) -> H2O2^0 (-11835) +At time : 121.1 ps Reaction : H^0 (-9131) + OH^0 (-8284) -> No product +At time : 121.1 ps Reaction : OH^0 (-9119) + e_aq^-1 (-4637) -> OH^-1 (-11836) +At time : 121.1 ps Reaction : e_aq^-1 (-1849) + OH^0 (-8794) -> OH^-1 (-11837) +At time : 121.1 ps Reaction : H3O^1 (-6021) + OH^-1 (-11836) -> No product +At time : 121.1 ps Reaction : OH^0 (-9358) + OH^0 (-7432) -> H2O2^0 (-11838) +At time : 121.1 ps Reaction : OH^0 (-6614) + OH^0 (-7802) -> H2O2^0 (-11839) +At time : 131.1 ps Reaction : H^0 (-9797) + OH^0 (-10779) -> No product +At time : 131.1 ps Reaction : H^0 (-10291) + H^0 (-9351) -> H_2^0 (-11840) +At time : 131.1 ps Reaction : OH^0 (-9895) + OH^0 (-8549) -> H2O2^0 (-11841) +At time : 131.1 ps Reaction : OH^0 (-9640) + e_aq^-1 (-8539) -> OH^-1 (-11842) +At time : 131.1 ps Reaction : OH^0 (-9179) + OH^0 (-6328) -> H2O2^0 (-11843) +At time : 131.1 ps Reaction : OH^0 (-9159) + OH^0 (-7682) -> H2O2^0 (-11844) +At time : 131.1 ps Reaction : e_aq^-1 (-4676) + OH^0 (-8567) -> OH^-1 (-11845) +At time : 131.1 ps Reaction : e_aq^-1 (-4363) + OH^0 (-7588) -> OH^-1 (-11846) +At time : 131.1 ps Reaction : OH^0 (-5942) + OH^0 (-6600) -> H2O2^0 (-11847) +At time : 131.1 ps Reaction : H3O^1 (-9637) + OH^-1 (-11842) -> No product +At time : 131.1 ps Reaction : OH^0 (-11313) + OH^0 (-9702) -> H2O2^0 (-11848) +At time : 131.1 ps Reaction : H^0 (-11176) + OH^0 (-9368) -> No product +At time : 131.1 ps Reaction : OH^0 (-8242) + e_aq^-1 (-8911) -> OH^-1 (-11849) +At time : 131.1 ps Reaction : H3O^1 (-6451) + e_aq^-1 (-8764) -> H^0 (-11850) +At time : 131.1 ps Reaction : H3O^1 (-11345) + OH^-1 (-11849) -> No product +At time : 141.1 ps Reaction : OH^-1 (-11845) + H3O^1 (-7015) -> No product +At time : 141.1 ps Reaction : H3O^1 (-7467) + OH^-1 (-11781) -> No product +At time : 141.1 ps Reaction : OH^0 (-11332) + OH^0 (-7046) -> H2O2^0 (-11851) +At time : 141.1 ps Reaction : OH^0 (-11290) + OH^0 (-7958) -> H2O2^0 (-11852) +At time : 141.1 ps Reaction : OH^0 (-10257) + OH^0 (-11110) -> H2O2^0 (-11853) +At time : 141.1 ps Reaction : OH^0 (-11105) + OH^0 (-6072) -> H2O2^0 (-11854) +At time : 141.1 ps Reaction : OH^0 (-10482) + e_aq^-1 (-8860) -> OH^-1 (-11855) +At time : 141.1 ps Reaction : OH^0 (-10281) + H^0 (-10416) -> No product +At time : 141.1 ps Reaction : H^0 (-10001) + OH^0 (-6918) -> No product +At time : 141.1 ps Reaction : OH^0 (-9680) + OH^0 (-6552) -> H2O2^0 (-11856) +At time : 141.1 ps Reaction : OH^0 (-9307) + OH^0 (-7076) -> H2O2^0 (-11857) +At time : 141.1 ps Reaction : OH^0 (-9160) + e_aq^-1 (-3342) -> OH^-1 (-11858) +At time : 141.1 ps Reaction : e_aq^-1 (-8545) + H^0 (-9028) -> OH^-1 (-11859) + H_2^0 (-11860) +At time : 141.1 ps Reaction : e_aq^-1 (-5709) + H3O^1 (-8299) -> H^0 (-11861) +At time : 141.1 ps Reaction : e_aq^-1 (-189) + OH^0 (-8280) -> OH^-1 (-11862) +At time : 141.1 ps Reaction : e_aq^-1 (-4373) + H3O^1 (-7587) -> H^0 (-11863) +At time : 141.1 ps Reaction : e_aq^-1 (-4448) + H3O^1 (-7577) -> H^0 (-11864) +At time : 141.1 ps Reaction : e_aq^-1 (-4121) + OH^0 (-6762) -> OH^-1 (-11865) +At time : 141.1 ps Reaction : e_aq^-1 (-3441) + OH^0 (-5818) -> OH^-1 (-11866) +At time : 141.1 ps Reaction : OH^-1 (-11865) + H3O^1 (-6753) -> No product +At time : 141.1 ps Reaction : OH^-1 (-11752) + H3O^1 (-6383) -> No product +At time : 151.1 ps Reaction : OH^0 (-11288) + OH^0 (-7992) -> H2O2^0 (-11867) +At time : 151.1 ps Reaction : OH^0 (-10871) + OH^0 (-10549) -> H2O2^0 (-11868) +At time : 151.1 ps Reaction : OH^0 (-10848) + OH^0 (-6846) -> H2O2^0 (-11869) +At time : 151.1 ps Reaction : OH^0 (-10527) + OH^0 (-10528) -> H2O2^0 (-11870) +At time : 151.1 ps Reaction : H^0 (-9190) + OH^0 (-9567) -> No product +At time : 151.1 ps Reaction : H^0 (-9362) + OH^0 (-7304) -> No product +At time : 151.1 ps Reaction : OH^0 (-6016) + H^0 (-9062) -> No product +At time : 151.1 ps Reaction : e_aq^-1 (-8389) + e_aq^-1 (-8866) -> OH^-1 (-11871) + OH^-1 (-11872) + H_2^0 (-11873) +At time : 151.1 ps Reaction : OH^0 (-6120) + OH^0 (-8597) -> H2O2^0 (-11874) +At time : 151.1 ps Reaction : OH^0 (-7244) + OH^0 (-8192) -> H2O2^0 (-11875) +At time : 151.1 ps Reaction : e_aq^-1 (-3469) + e_aq^-1 (-3468) -> OH^-1 (-11876) + OH^-1 (-11877) + H_2^0 (-11878) +At time : 151.1 ps Reaction : OH^0 (-11033) + OH^0 (-10185) -> H2O2^0 (-11879) +At time : 151.1 ps Reaction : OH^0 (-10425) + OH^0 (-9338) -> H2O2^0 (-11880) +At time : 161.1 ps Reaction : OH^0 (-10925) + e_aq^-1 (-8368) -> OH^-1 (-11881) +At time : 161.1 ps Reaction : H^0 (-10390) + OH^0 (-6134) -> No product +At time : 161.1 ps Reaction : OH^0 (-10297) + OH^0 (-7272) -> H2O2^0 (-11882) +At time : 161.1 ps Reaction : OH^0 (-10240) + H^0 (-8950) -> No product +At time : 161.1 ps Reaction : OH^0 (-10031) + OH^0 (-5868) -> H2O2^0 (-11883) +At time : 161.1 ps Reaction : OH^0 (-9965) + OH^0 (-7594) -> H2O2^0 (-11884) +At time : 161.1 ps Reaction : H^0 (-9905) + OH^0 (-7888) -> No product +At time : 161.1 ps Reaction : e_aq^-1 (-1542) + H3O^1 (-9283) -> H^0 (-11885) +At time : 161.1 ps Reaction : OH^0 (-5990) + OH^0 (-8795) -> H2O2^0 (-11886) +At time : 161.1 ps Reaction : OH^0 (-6172) + OH^0 (-8002) -> H2O2^0 (-11887) +At time : 161.1 ps Reaction : e_aq^-1 (-4533) + OH^0 (-7560) -> OH^-1 (-11888) +At time : 161.1 ps Reaction : OH^-1 (-11881) + H3O^1 (-6007) -> No product +At time : 161.1 ps Reaction : H^0 (-10147) + OH^0 (-10150) -> No product +At time : 171.1 ps Reaction : OH^-1 (-11888) + H3O^1 (-7973) -> No product +At time : 171.1 ps Reaction : OH^-1 (-11872) + H3O^1 (-8868) -> No product +At time : 171.1 ps Reaction : OH^-1 (-11862) + H3O^1 (-8273) -> No product +At time : 171.1 ps Reaction : H^0 (-11479) + OH^0 (-7538) -> No product +At time : 171.1 ps Reaction : H^0 (-11107) + OH^0 (-11117) -> No product +At time : 171.1 ps Reaction : OH^0 (-10932) + H^0 (-10038) -> No product +At time : 171.1 ps Reaction : OH^0 (-10562) + OH^0 (-10563) -> H2O2^0 (-11889) +At time : 171.1 ps Reaction : H^0 (-10477) + OH^0 (-7110) -> No product +At time : 171.1 ps Reaction : H^0 (-10322) + OH^0 (-8621) -> No product +At time : 171.1 ps Reaction : OH^0 (-9710) + OH^0 (-5938) -> H2O2^0 (-11890) +At time : 171.1 ps Reaction : OH^0 (-9284) + OH^0 (-7574) -> H2O2^0 (-11891) +At time : 171.1 ps Reaction : OH^0 (-9250) + OH^0 (-6744) -> H2O2^0 (-11892) +At time : 171.1 ps Reaction : OH^0 (-6692) + OH^0 (-8975) -> H2O2^0 (-11893) +At time : 171.1 ps Reaction : OH^0 (-8486) + e_aq^-1 (-8488) -> OH^-1 (-11894) +At time : 171.1 ps Reaction : OH^0 (-6018) + OH^0 (-6996) -> H2O2^0 (-11895) +At time : 171.1 ps Reaction : e_aq^-1 (-3073) + H3O^1 (-5893) -> H^0 (-11896) +At time : 171.1 ps Reaction : OH^0 (-9766) + OH^0 (-10767) -> H2O2^0 (-11897) +At time : 171.1 ps Reaction : OH^0 (-10020) + OH^0 (-8366) -> H2O2^0 (-11898) +At time : 181.1 ps Reaction : OH^0 (-11367) + OH^0 (-7200) -> H2O2^0 (-11899) +At time : 181.1 ps Reaction : H3O^1 (-10650) + e_aq^-1 (-8704) -> H^0 (-11900) +At time : 181.1 ps Reaction : H^0 (-10525) + OH^0 (-6992) -> No product +At time : 181.1 ps Reaction : H^0 (-10499) + OH^0 (-9302) -> No product +At time : 181.1 ps Reaction : OH^0 (-10415) + OH^0 (-7448) -> H2O2^0 (-11901) +At time : 181.1 ps Reaction : OH^0 (-10401) + e_aq^-1 (-8476) -> OH^-1 (-11902) +At time : 181.1 ps Reaction : H^0 (-9438) + OH^0 (-7790) -> No product +At time : 181.1 ps Reaction : H^0 (-9414) + OH^0 (-8390) -> No product +At time : 181.1 ps Reaction : H^0 (-9253) + OH^0 (-6752) -> No product +At time : 181.1 ps Reaction : e_aq^-1 (-5058) + H^0 (-9080) -> OH^-1 (-11903) + H_2^0 (-11904) +At time : 181.1 ps Reaction : OH^0 (-7550) + OH^0 (-9065) -> H2O2^0 (-11905) +At time : 181.1 ps Reaction : OH^0 (-6104) + OH^0 (-8924) -> H2O2^0 (-11906) +At time : 181.1 ps Reaction : e_aq^-1 (-3532) + H3O^1 (-7697) -> H^0 (-11907) +At time : 181.1 ps Reaction : e_aq^-1 (-4717) + OH^0 (-7012) -> OH^-1 (-11908) +At time : 181.1 ps Reaction : OH^-1 (-11902) + H3O^1 (-8235) -> No product +At time : 181.1 ps Reaction : OH^-1 (-11859) + H3O^1 (-8787) -> No product +At time : 181.1 ps Reaction : OH^0 (-7520) + OH^0 (-8848) -> H2O2^0 (-11909) +At time : 191.1 ps Reaction : H^0 (-11861) + OH^0 (-8304) -> No product +At time : 191.1 ps Reaction : H3O^1 (-10496) + OH^-1 (-11817) -> No product +At time : 191.1 ps Reaction : OH^0 (-9443) + OH^0 (-11810) -> H2O2^0 (-11910) +At time : 191.1 ps Reaction : H3O^1 (-7875) + OH^-1 (-11782) -> No product +At time : 191.1 ps Reaction : OH^-1 (-11662) + H3O^1 (-7501) -> No product +At time : 191.1 ps Reaction : OH^0 (-11002) + H^0 (-9301) -> No product +At time : 191.1 ps Reaction : OH^0 (-10515) + OH^0 (-6026) -> H2O2^0 (-11911) +At time : 191.1 ps Reaction : OH^0 (-10280) + OH^0 (-6082) -> H2O2^0 (-11912) +At time : 191.1 ps Reaction : OH^0 (-9576) + e_aq^-1 (-8536) -> OH^-1 (-11913) +At time : 191.1 ps Reaction : OH^0 (-5844) + H^0 (-8956) -> No product +At time : 191.1 ps Reaction : OH^0 (-7580) + OH^0 (-8813) -> H2O2^0 (-11914) +At time : 191.1 ps Reaction : e_aq^-1 (-3960) + e_aq^-1 (-8518) -> OH^-1 (-11915) + OH^-1 (-11916) + H_2^0 (-11917) +At time : 191.1 ps Reaction : e_aq^-1 (-1306) + e_aq^-1 (-4566) -> OH^-1 (-11918) + OH^-1 (-11919) + H_2^0 (-11920) +At time : 201.1 ps Reaction : H^0 (-11293) + OH^0 (-10927) -> No product +At time : 201.1 ps Reaction : H3O^1 (-11021) + e_aq^-1 (-8383) -> H^0 (-11921) +At time : 201.1 ps Reaction : OH^0 (-10688) + OH^0 (-6316) -> H2O2^0 (-11922) +At time : 201.1 ps Reaction : H^0 (-9989) + OH^0 (-7926) -> No product +At time : 201.1 ps Reaction : OH^0 (-9906) + H^0 (-9261) -> No product +At time : 201.1 ps Reaction : H^0 (-9335) + OH^0 (-5730) -> No product +At time : 201.1 ps Reaction : OH^0 (-7476) + OH^0 (-8142) -> H2O2^0 (-11923) +At time : 201.1 ps Reaction : OH^0 (-6182) + OH^0 (-6976) -> H2O2^0 (-11924) +At time : 201.1 ps Reaction : OH^0 (-11244) + H^0 (-11245) -> No product +At time : 211.1 ps Reaction : OH^0 (-11324) + H^0 (-11325) -> No product +At time : 211.1 ps Reaction : OH^0 (-9966) + OH^0 (-10860) -> H2O2^0 (-11925) +At time : 211.1 ps Reaction : OH^0 (-10590) + H^0 (-10800) -> No product +At time : 211.1 ps Reaction : OH^0 (-10318) + OH^0 (-8402) -> H2O2^0 (-11926) +At time : 211.1 ps Reaction : OH^0 (-10293) + OH^0 (-8224) -> H2O2^0 (-11927) +At time : 211.1 ps Reaction : OH^0 (-10262) + OH^0 (-7234) -> H2O2^0 (-11928) +At time : 211.1 ps Reaction : H^0 (-9898) + OH^0 (-6204) -> No product +At time : 211.1 ps Reaction : OH^0 (-9786) + H^0 (-8976) -> No product +At time : 211.1 ps Reaction : H^0 (-9149) + H^0 (-9452) -> H_2^0 (-11929) +At time : 211.1 ps Reaction : OH^0 (-9336) + OH^0 (-9079) -> H2O2^0 (-11930) +At time : 211.1 ps Reaction : OH^0 (-6994) + H^0 (-9066) -> No product +At time : 211.1 ps Reaction : OH^0 (-8260) + OH^0 (-8624) -> H2O2^0 (-11931) +At time : 211.1 ps Reaction : OH^0 (-7380) + OH^0 (-8326) -> H2O2^0 (-11932) +At time : 211.1 ps Reaction : e_aq^-1 (-5498) + H3O^1 (-7413) -> H^0 (-11933) +At time : 211.1 ps Reaction : OH^-1 (-5807) + H3O^1 (-7331) -> No product +At time : 221.1 ps Reaction : OH^0 (-11047) + OH^0 (-6054) -> H2O2^0 (-11934) +At time : 221.1 ps Reaction : OH^0 (-10881) + H^0 (-10550) -> No product +At time : 221.1 ps Reaction : OH^0 (-10658) + e_aq^-1 (-3272) -> OH^-1 (-11935) +At time : 221.1 ps Reaction : H^0 (-10518) + OH^0 (-7026) -> No product +At time : 221.1 ps Reaction : OH^0 (-10399) + OH^0 (-9357) -> H2O2^0 (-11936) +At time : 221.1 ps Reaction : H^0 (-10094) + OH^0 (-8837) -> No product +At time : 221.1 ps Reaction : OH^0 (-9824) + OH^0 (-5962) -> H2O2^0 (-11937) +At time : 221.1 ps Reaction : H^0 (-9749) + OH^0 (-6626) -> No product +At time : 221.1 ps Reaction : H3O^1 (-9556) + e_aq^-1 (-3055) -> H^0 (-11938) +At time : 221.1 ps Reaction : OH^0 (-9142) + OH^0 (-9447) -> H2O2^0 (-11939) +At time : 221.1 ps Reaction : H^0 (-9126) + OH^0 (-8208) -> No product +At time : 221.1 ps Reaction : H^0 (-9102) + e_aq^-1 (-3529) -> OH^-1 (-11940) + H_2^0 (-11941) +At time : 221.1 ps Reaction : e_aq^-1 (-1615) + OH^0 (-8812) -> OH^-1 (-11942) +At time : 221.1 ps Reaction : OH^0 (-6344) + e_aq^-1 (-8725) -> OH^-1 (-11943) +At time : 221.1 ps Reaction : OH^0 (-7974) + OH^0 (-8423) -> H2O2^0 (-11944) +At time : 231.1 ps Reaction : H^0 (-11900) + e_aq^-1 (-8533) -> OH^-1 (-11945) + H_2^0 (-11946) +At time : 231.1 ps Reaction : OH^-1 (-11846) + H3O^1 (-6873) -> No product +At time : 231.1 ps Reaction : H^0 (-10928) + OH^0 (-10017) -> No product +At time : 231.1 ps Reaction : OH^0 (-10520) + OH^0 (-5842) -> H2O2^0 (-11947) +At time : 231.1 ps Reaction : H^0 (-9542) + OH^0 (-7722) -> No product +At time : 231.1 ps Reaction : H^0 (-9508) + e_aq^-1 (-3542) -> OH^-1 (-11948) + H_2^0 (-11949) +At time : 231.1 ps Reaction : H^0 (-9305) + OH^0 (-8852) -> No product +At time : 231.1 ps Reaction : OH^0 (-9222) + OH^0 (-5830) -> H2O2^0 (-11950) +At time : 231.1 ps Reaction : OH^0 (-6514) + OH^0 (-8348) -> H2O2^0 (-11951) +At time : 231.1 ps Reaction : e_aq^-1 (-5234) + H3O^1 (-8189) -> H^0 (-11952) +At time : 231.1 ps Reaction : OH^0 (-10998) + OH^0 (-7522) -> H2O2^0 (-11953) +At time : 241.1 ps Reaction : OH^-1 (-11894) + H3O^1 (-8487) -> No product +At time : 241.1 ps Reaction : OH^0 (-11112) + OH^0 (-8180) -> H2O2^0 (-11954) +At time : 241.1 ps Reaction : OH^0 (-10991) + OH^0 (-8504) -> H2O2^0 (-11955) +At time : 241.1 ps Reaction : H^0 (-10552) + OH^0 (-6872) -> No product +At time : 241.1 ps Reaction : OH^0 (-10069) + e_aq^-1 (-8833) -> OH^-1 (-11956) +At time : 241.1 ps Reaction : H^0 (-9801) + OH^0 (-6694) -> No product +At time : 241.1 ps Reaction : H^0 (-9650) + OH^0 (-6490) -> No product +At time : 241.1 ps Reaction : H^0 (-9111) + OH^0 (-6754) -> No product +At time : 241.1 ps Reaction : e_aq^-1 (-3660) + OH^0 (-7666) -> OH^-1 (-11957) +At time : 241.1 ps Reaction : e_aq^-1 (-4809) + OH^0 (-7086) -> OH^-1 (-11958) +At time : 241.1 ps Reaction : OH^-1 (-11956) + H3O^1 (-7981) -> No product +At time : 241.1 ps Reaction : H^0 (-9120) + H^0 (-10092) -> H_2^0 (-11959) +At time : 251.1 ps Reaction : OH^-1 (-11958) + H3O^1 (-7081) -> No product +At time : 251.1 ps Reaction : OH^-1 (-11916) + H3O^1 (-6663) -> No product +At time : 251.1 ps Reaction : H2O2^0 (-11515) + e_aq^-1 (-8647) -> OH^-1 (-11960) + OH^0 (-11961) +At time : 251.1 ps Reaction : OH^0 (-11131) + OH^0 (-7268) -> H2O2^0 (-11962) +At time : 251.1 ps Reaction : OH^0 (-10235) + OH^0 (-8489) -> H2O2^0 (-11963) +At time : 251.1 ps Reaction : e_aq^-1 (-741) + OH^0 (-10219) -> OH^-1 (-11964) +At time : 251.1 ps Reaction : OH^0 (-9673) + OH^0 (-6526) -> H2O2^0 (-11965) +At time : 251.1 ps Reaction : OH^0 (-9202) + OH^0 (-9601) -> H2O2^0 (-11966) +At time : 251.1 ps Reaction : OH^0 (-9240) + OH^0 (-7850) -> H2O2^0 (-11967) +At time : 251.1 ps Reaction : OH^-1 (-11960) + H3O^1 (-7469) -> No product +At time : 251.1 ps Reaction : OH^-1 (-11913) + H3O^1 (-9573) -> No product +At time : 251.1 ps Reaction : e_aq^-1 (-1994) + H3O^1 (-6767) -> H^0 (-11968) +At time : 261.1 ps Reaction : e_aq^-1 (-3585) + H^0 (-11746) -> OH^-1 (-11969) + H_2^0 (-11970) +At time : 261.1 ps Reaction : H^0 (-11072) + OH^0 (-7176) -> No product +At time : 261.1 ps Reaction : OH^0 (-10245) + e_aq^-1 (-5111) -> OH^-1 (-11971) +At time : 261.1 ps Reaction : H^0 (-10232) + OH^0 (-8124) -> No product +At time : 261.1 ps Reaction : OH^0 (-6760) + H^0 (-9022) -> No product +At time : 261.1 ps Reaction : OH^0 (-6448) + e_aq^-1 (-8761) -> OH^-1 (-11972) +At time : 261.1 ps Reaction : e_aq^-1 (-1149) + OH^0 (-7022) -> OH^-1 (-11973) +At time : 261.1 ps Reaction : OH^0 (-6174) + OH^0 (-7002) -> H2O2^0 (-11974) +At time : 271.1 ps Reaction : H3O^1 (-9509) + OH^-1 (-11948) -> No product +At time : 271.1 ps Reaction : OH^-1 (-11935) + H3O^1 (-6251) -> No product +At time : 271.1 ps Reaction : e_aq^-1 (-320) + OH^0 (-11141) -> OH^-1 (-11975) +At time : 271.1 ps Reaction : OH^0 (-11104) + OH^0 (-7224) -> H2O2^0 (-11976) +At time : 271.1 ps Reaction : OH^0 (-10999) + OH^0 (-8036) -> H2O2^0 (-11977) +At time : 271.1 ps Reaction : OH^0 (-10982) + OH^0 (-10121) -> H2O2^0 (-11978) +At time : 271.1 ps Reaction : OH^0 (-10618) + e_aq^-1 (-3861) -> OH^-1 (-11979) +At time : 271.1 ps Reaction : OH^0 (-10485) + OH^0 (-5860) -> H2O2^0 (-11980) +At time : 271.1 ps Reaction : H^0 (-10336) + H^0 (-10332) -> H_2^0 (-11981) +At time : 271.1 ps Reaction : OH^0 (-9963) + H^0 (-9967) -> No product +At time : 271.1 ps Reaction : OH^0 (-9829) + OH^0 (-9821) -> H2O2^0 (-11982) +At time : 271.1 ps Reaction : OH^0 (-9769) + OH^0 (-6678) -> H2O2^0 (-11983) +At time : 271.1 ps Reaction : OH^0 (-9460) + e_aq^-1 (-3364) -> OH^-1 (-11984) +At time : 271.1 ps Reaction : OH^0 (-9279) + OH^0 (-8805) -> H2O2^0 (-11985) +At time : 271.1 ps Reaction : e_aq^-1 (-4320) + OH^0 (-8798) -> OH^-1 (-11986) +At time : 271.1 ps Reaction : OH^0 (-6510) + OH^0 (-7774) -> H2O2^0 (-11987) +At time : 271.1 ps Reaction : OH^0 (-7758) + OH^0 (-7760) -> H2O2^0 (-11988) +At time : 271.1 ps Reaction : e_aq^-1 (-3711) + OH^0 (-6464) -> OH^-1 (-11989) +At time : 271.1 ps Reaction : e_aq^-1 (-3062) + H3O^1 (-6341) -> H^0 (-11990) +At time : 271.1 ps Reaction : e_aq^-1 (-111) + e_aq^-1 (-5541) -> OH^-1 (-11991) + OH^-1 (-11992) + H_2^0 (-11993) +At time : 271.1 ps Reaction : OH^-1 (-11975) + H3O^1 (-8334) -> No product +At time : 271.1 ps Reaction : OH^-1 (-11964) + H3O^1 (-7163) -> No product +At time : 271.1 ps Reaction : OH^0 (-7048) + e_aq^-1 (-8845) -> OH^-1 (-11994) +At time : 271.1 ps Reaction : OH^-1 (-11994) + H3O^1 (-8379) -> No product +At time : 281.1 ps Reaction : H3O^1 (-6459) + OH^-1 (-11989) -> No product +At time : 281.1 ps Reaction : H3O^1 (-5895) + OH^-1 (-11943) -> No product +At time : 281.1 ps Reaction : H^0 (-9917) + e_aq^-1 (-8692) -> OH^-1 (-11995) + H_2^0 (-11996) +At time : 281.1 ps Reaction : OH^0 (-9603) + OH^0 (-9610) -> H2O2^0 (-11997) +At time : 281.1 ps Reaction : OH^0 (-9541) + OH^0 (-6306) -> H2O2^0 (-11998) +At time : 281.1 ps Reaction : OH^0 (-9423) + OH^0 (-6972) -> H2O2^0 (-11999) +At time : 281.1 ps Reaction : OH^0 (-7422) + H^0 (-9092) -> No product +At time : 281.1 ps Reaction : OH^0 (-8014) + OH^0 (-8018) -> H2O2^0 (-12000) +At time : 281.1 ps Reaction : e_aq^-1 (-4229) + OH^0 (-6830) -> OH^-1 (-12001) +At time : 281.1 ps Reaction : e_aq^-1 (-2177) + H3O^1 (-6751) -> H^0 (-12002) +At time : 281.1 ps Reaction : e_aq^-1 (-529) + OH^0 (-8196) -> OH^-1 (-12003) +At time : 291.1 ps Reaction : OH^-1 (-12003) + H3O^1 (-7453) -> No product +At time : 291.1 ps Reaction : H^0 (-9979) + OH^0 (-11235) -> No product +At time : 291.1 ps Reaction : e_aq^-1 (-5333) + H^0 (-10299) -> OH^-1 (-12004) + H_2^0 (-12005) +At time : 291.1 ps Reaction : H^0 (-9993) + e_aq^-1 (-4426) -> OH^-1 (-12006) + H_2^0 (-12007) +At time : 291.1 ps Reaction : OH^0 (-9490) + OH^0 (-6254) -> H2O2^0 (-12008) +At time : 291.1 ps Reaction : OH^0 (-8363) + H^0 (-9034) -> No product +At time : 291.1 ps Reaction : OH^0 (-8240) + OH^0 (-8474) -> H2O2^0 (-12009) +At time : 291.1 ps Reaction : OH^0 (-6550) + OH^0 (-7658) -> H2O2^0 (-12010) +At time : 291.1 ps Reaction : OH^-1 (-5813) + H3O^1 (-7341) -> No product +At time : 301.1 ps Reaction : H2O2^0 (-11890) + e_aq^-1 (-3820) -> OH^-1 (-12011) + OH^0 (-12012) +At time : 301.1 ps Reaction : OH^-1 (-11707) + H3O^1 (-8505) -> No product +At time : 301.1 ps Reaction : OH^0 (-10457) + OH^0 (-11338) -> H2O2^0 (-12013) +At time : 301.1 ps Reaction : OH^0 (-10970) + OH^0 (-8961) -> H2O2^0 (-12014) +At time : 301.1 ps Reaction : OH^0 (-10328) + OH^0 (-7338) -> H2O2^0 (-12015) +At time : 301.1 ps Reaction : H^0 (-9868) + OH^0 (-6780) -> No product +At time : 301.1 ps Reaction : OH^0 (-9425) + OH^0 (-6928) -> H2O2^0 (-12016) +At time : 301.1 ps Reaction : OH^0 (-7248) + e_aq^-1 (-8395) -> OH^-1 (-12017) +At time : 301.1 ps Reaction : OH^-1 (-12011) + H3O^1 (-7789) -> No product +At time : 301.1 ps Reaction : e_aq^-1 (-4453) + OH^0 (-6922) -> OH^-1 (-12018) +At time : 311.1 ps Reaction : H3O^1 (-6921) + OH^-1 (-12018) -> No product +At time : 311.1 ps Reaction : H3O^1 (-10409) + OH^-1 (-12004) -> No product +At time : 311.1 ps Reaction : OH^-1 (-11986) + H3O^1 (-5869) -> No product +At time : 311.1 ps Reaction : H3O^1 (-10911) + OH^-1 (-11942) -> No product +At time : 311.1 ps Reaction : H3O^1 (-8439) + OH^-1 (-11855) -> No product +At time : 311.1 ps Reaction : OH^-1 (-11806) + H3O^1 (-6353) -> No product +At time : 311.1 ps Reaction : e_aq^-1 (-1461) + H2O2^0 (-11557) -> OH^-1 (-12019) + OH^0 (-12020) +At time : 311.1 ps Reaction : OH^0 (-10837) + H^0 (-9922) -> No product +At time : 311.1 ps Reaction : OH^0 (-10497) + H^0 (-10157) -> No product +At time : 311.1 ps Reaction : H^0 (-10117) + H^0 (-10119) -> H_2^0 (-12021) +At time : 311.1 ps Reaction : H^0 (-9353) + OH^0 (-8228) -> No product +At time : 311.1 ps Reaction : e_aq^-1 (-1004) + OH^0 (-7088) -> OH^-1 (-12022) +At time : 311.1 ps Reaction : e_aq^-1 (-4704) + e_aq^-1 (-1232) -> OH^-1 (-12023) + OH^-1 (-12024) + H_2^0 (-12025) +At time : 311.1 ps Reaction : H3O^1 (-10035) + OH^-1 (-12019) -> No product +At time : 321.1 ps Reaction : OH^-1 (-12006) + H3O^1 (-10002) -> No product +At time : 321.1 ps Reaction : H3O^1 (-10665) + OH^-1 (-11940) -> No product +At time : 321.1 ps Reaction : OH^0 (-11327) + e_aq^-1 (-8677) -> OH^-1 (-12026) +At time : 321.1 ps Reaction : OH^0 (-11122) + OH^0 (-8190) -> H2O2^0 (-12027) +At time : 321.1 ps Reaction : OH^0 (-10872) + OH^0 (-6868) -> H2O2^0 (-12028) +At time : 321.1 ps Reaction : e_aq^-1 (-97) + H3O^1 (-7351) -> H^0 (-12029) +At time : 331.1 ps Reaction : H3O^1 (-7565) + OH^-1 (-11716) -> No product +At time : 331.1 ps Reaction : OH^0 (-6942) + H^0 (-11241) -> No product +At time : 331.1 ps Reaction : H^0 (-11049) + OH^0 (-11051) -> No product +At time : 331.1 ps Reaction : OH^0 (-10895) + OH^0 (-10901) -> H2O2^0 (-12030) +At time : 331.1 ps Reaction : OH^0 (-9936) + OH^0 (-6834) -> H2O2^0 (-12031) +At time : 331.1 ps Reaction : H^0 (-9694) + OH^0 (-6562) -> No product +At time : 331.1 ps Reaction : OH^0 (-9459) + OH^0 (-6216) -> H2O2^0 (-12032) +At time : 331.1 ps Reaction : H^0 (-9426) + OH^0 (-5751) -> No product +At time : 331.1 ps Reaction : H^0 (-9233) + OH^0 (-6680) -> No product +At time : 331.1 ps Reaction : e_aq^-1 (-5108) + H3O^1 (-8145) -> H^0 (-12033) +At time : 331.1 ps Reaction : OH^0 (-7942) + OH^0 (-7946) -> H2O2^0 (-12034) +At time : 331.1 ps Reaction : OH^0 (-5902) + OH^0 (-6400) -> H2O2^0 (-12035) +At time : 331.1 ps Reaction : OH^0 (-5906) + OH^0 (-6396) -> H2O2^0 (-12036) +At time : 331.1 ps Reaction : e_aq^-1 (-4204) + OH^0 (-5838) -> OH^-1 (-12037) +At time : 341.1 ps Reaction : OH^-1 (-11903) + H3O^1 (-8889) -> No product +At time : 341.1 ps Reaction : H3O^1 (-10008) + OH^-1 (-11668) -> No product +At time : 341.1 ps Reaction : OH^0 (-11150) + OH^0 (-7426) -> H2O2^0 (-12038) +At time : 341.1 ps Reaction : OH^0 (-10903) + OH^0 (-10906) -> H2O2^0 (-12039) +At time : 341.1 ps Reaction : OH^0 (-10450) + H^0 (-9084) -> No product +At time : 341.1 ps Reaction : OH^0 (-10036) + OH^0 (-6010) -> H2O2^0 (-12040) +At time : 341.1 ps Reaction : H3O^1 (-9524) + e_aq^-1 (-3158) -> H^0 (-12041) +At time : 341.1 ps Reaction : H3O^1 (-8227) + e_aq^-1 (-8455) -> H^0 (-12042) +At time : 341.1 ps Reaction : OH^0 (-6078) + OH^0 (-8172) -> H2O2^0 (-12043) +At time : 341.1 ps Reaction : e_aq^-1 (-1333) + OH^0 (-7552) -> OH^-1 (-12044) +At time : 341.1 ps Reaction : OH^-1 (-5777) + H3O^1 (-6607) -> No product +At time : 351.1 ps Reaction : H3O^1 (-6989) + OH^-1 (-12044) -> No product +At time : 351.1 ps Reaction : OH^-1 (-12022) + H3O^1 (-8063) -> No product +At time : 351.1 ps Reaction : H3O^1 (-8185) + OH^-1 (-12017) -> No product +At time : 351.1 ps Reaction : H^0 (-11785) + OH^0 (-9652) -> No product +At time : 351.1 ps Reaction : H3O^1 (-6095) + OH^-1 (-11725) -> No product +At time : 351.1 ps Reaction : OH^0 (-10317) + OH^0 (-8594) -> H2O2^0 (-12045) +At time : 351.1 ps Reaction : OH^0 (-10037) + H^0 (-10034) -> No product +At time : 351.1 ps Reaction : e_aq^-1 (-3641) + H^0 (-9587) -> OH^-1 (-12046) + H_2^0 (-12047) +At time : 351.1 ps Reaction : OH^0 (-9402) + OH^0 (-8272) -> H2O2^0 (-12048) +At time : 351.1 ps Reaction : OH^0 (-7886) + OH^0 (-8417) -> H2O2^0 (-12049) +At time : 351.1 ps Reaction : OH^0 (-6632) + OH^0 (-7812) -> H2O2^0 (-12050) +At time : 351.1 ps Reaction : e_aq^-1 (-4503) + OH^0 (-6938) -> OH^-1 (-12051) +At time : 361.1 ps Reaction : H3O^1 (-9902) + OH^-1 (-12037) -> No product +At time : 361.1 ps Reaction : H3O^1 (-9254) + OH^-1 (-11783) -> No product +At time : 361.1 ps Reaction : OH^0 (-11226) + OH^0 (-10821) -> H2O2^0 (-12052) +At time : 361.1 ps Reaction : H3O^1 (-11015) + e_aq^-1 (-4817) -> H^0 (-12053) +At time : 361.1 ps Reaction : H^0 (-10098) + OH^0 (-7010) -> No product +At time : 361.1 ps Reaction : OH^0 (-9648) + OH^0 (-6488) -> H2O2^0 (-12054) +At time : 371.1 ps Reaction : H3O^1 (-11081) + OH^-1 (-11971) -> No product +At time : 371.1 ps Reaction : OH^-1 (-11780) + H3O^1 (-7495) -> No product +At time : 371.1 ps Reaction : e_aq^-1 (-5351) + OH^0 (-10410) -> OH^-1 (-12055) +At time : 371.1 ps Reaction : OH^0 (-10135) + OH^0 (-8840) -> H2O2^0 (-12056) +At time : 371.1 ps Reaction : OH^0 (-9793) + e_aq^-1 (-2269) -> OH^-1 (-12057) +At time : 371.1 ps Reaction : OH^0 (-9165) + OH^0 (-6250) -> H2O2^0 (-12058) +At time : 371.1 ps Reaction : e_aq^-1 (-5550) + OH^0 (-8294) -> OH^-1 (-12059) +At time : 371.1 ps Reaction : OH^0 (-7264) + OH^0 (-8222) -> H2O2^0 (-12060) +At time : 371.1 ps Reaction : OH^0 (-7960) + OH^0 (-9055) -> H2O2^0 (-12061) +At time : 381.1 ps Reaction : OH^0 (-11182) + OH^0 (-8296) -> H2O2^0 (-12062) +At time : 381.1 ps Reaction : H^0 (-11091) + OH^0 (-7220) -> No product +At time : 381.1 ps Reaction : H^0 (-9155) + H^0 (-10635) -> H_2^0 (-12063) +At time : 381.1 ps Reaction : OH^0 (-9560) + H^0 (-9563) -> No product +At time : 381.1 ps Reaction : OH^0 (-6282) + OH^0 (-8997) -> H2O2^0 (-12064) +At time : 381.1 ps Reaction : OH^0 (-7776) + OH^0 (-8985) -> H2O2^0 (-12065) +At time : 381.1 ps Reaction : e_aq^-1 (-2252) + H3O^1 (-6715) -> H^0 (-12066) +At time : 381.1 ps Reaction : e_aq^-1 (-4512) + e_aq^-1 (-4580) -> OH^-1 (-12067) + OH^-1 (-12068) + H_2^0 (-12069) +At time : 381.1 ps Reaction : OH^0 (-10934) + OH^0 (-10041) -> H2O2^0 (-12070) +At time : 391.1 ps Reaction : OH^-1 (-12059) + H3O^1 (-10364) -> No product +At time : 391.1 ps Reaction : H3O^1 (-6331) + OH^-1 (-11807) -> No product +At time : 391.1 ps Reaction : e_aq^-1 (-4495) + H2O2^0 (-11705) -> OH^-1 (-12071) + OH^0 (-12072) +At time : 391.1 ps Reaction : OH^0 (-11121) + e_aq^-1 (-5205) -> OH^-1 (-12073) +At time : 391.1 ps Reaction : OH^0 (-9784) + OH^0 (-10602) -> H2O2^0 (-12074) +At time : 391.1 ps Reaction : H^0 (-10430) + e_aq^-1 (-546) -> OH^-1 (-12075) + H_2^0 (-12076) +At time : 391.1 ps Reaction : H^0 (-10224) + OH^0 (-7166) -> No product +At time : 391.1 ps Reaction : H^0 (-9396) + e_aq^-1 (-8599) -> OH^-1 (-12077) + H_2^0 (-12078) +At time : 391.1 ps Reaction : e_aq^-1 (-1917) + H3O^1 (-6827) -> H^0 (-12079) +At time : 391.1 ps Reaction : e_aq^-1 (-3908) + OH^0 (-6650) -> OH^-1 (-12080) +At time : 401.1 ps Reaction : OH^0 (-11741) + OH^0 (-8855) -> H2O2^0 (-12081) +At time : 401.1 ps Reaction : H^0 (-10111) + OH^0 (-7008) -> No product +At time : 401.1 ps Reaction : OH^0 (-10018) + OH^0 (-7572) -> H2O2^0 (-12082) +At time : 401.1 ps Reaction : H3O^1 (-9962) + OH^-1 (-5795) -> No product +At time : 401.1 ps Reaction : e_aq^-1 (-8338) + OH^0 (-8399) -> OH^-1 (-12083) +At time : 401.1 ps Reaction : e_aq^-1 (-3261) + OH^0 (-7692) -> OH^-1 (-12084) +At time : 401.1 ps Reaction : e_aq^-1 (-5397) + OH^0 (-7430) -> OH^-1 (-12085) +At time : 401.1 ps Reaction : e_aq^-1 (-3501) + OH^0 (-6248) -> OH^-1 (-12086) +At time : 401.1 ps Reaction : e_aq^-1 (-1019) + e_aq^-1 (-1027) -> OH^-1 (-12087) + OH^-1 (-12088) + H_2^0 (-12089) +At time : 401.1 ps Reaction : H3O^1 (-7289) + OH^-1 (-12085) -> No product +At time : 411.1 ps Reaction : H2O2^0 (-11697) + e_aq^-1 (-5033) -> OH^-1 (-12090) + OH^0 (-12091) +At time : 411.1 ps Reaction : OH^0 (-11139) + OH^0 (-11255) -> H2O2^0 (-12092) +At time : 411.1 ps Reaction : H^0 (-11084) + e_aq^-1 (-5144) -> OH^-1 (-12093) + H_2^0 (-12094) +At time : 411.1 ps Reaction : OH^0 (-10128) + OH^0 (-6164) -> H2O2^0 (-12095) +At time : 411.1 ps Reaction : OH^0 (-9597) + OH^0 (-6416) -> H2O2^0 (-12096) +At time : 411.1 ps Reaction : e_aq^-1 (-1450) + OH^0 (-7972) -> OH^-1 (-12097) +At time : 411.1 ps Reaction : e_aq^-1 (-762) + H3O^1 (-7481) -> H^0 (-12098) +At time : 411.1 ps Reaction : e_aq^-1 (-1590) + H3O^1 (-6913) -> H^0 (-12099) +At time : 411.1 ps Reaction : H3O^1 (-7155) + OH^-1 (-12090) -> No product +At time : 421.1 ps Reaction : OH^-1 (-12057) + H3O^1 (-6689) -> No product +At time : 421.1 ps Reaction : OH^-1 (-12055) + H3O^1 (-7271) -> No product +At time : 421.1 ps Reaction : OH^-1 (-11918) + H3O^1 (-6017) -> No product +At time : 421.1 ps Reaction : OH^0 (-10781) + OH^0 (-5960) -> H2O2^0 (-12100) +At time : 421.1 ps Reaction : OH^0 (-10690) + OH^0 (-8720) -> H2O2^0 (-12101) +At time : 421.1 ps Reaction : OH^0 (-10494) + OH^0 (-7092) -> H2O2^0 (-12102) +At time : 421.1 ps Reaction : H^0 (-10493) + OH^0 (-7080) -> No product +At time : 421.1 ps Reaction : e_aq^-1 (-5293) + OH^0 (-10268) -> OH^-1 (-12103) +At time : 421.1 ps Reaction : OH^0 (-9431) + OH^0 (-6878) -> H2O2^0 (-12104) +At time : 421.1 ps Reaction : H^0 (-9040) + OH^0 (-9045) -> No product +At time : 421.1 ps Reaction : e_aq^-1 (-5227) + H3O^1 (-7233) -> H^0 (-12105) +At time : 421.1 ps Reaction : e_aq^-1 (-4545) + OH^0 (-6954) -> OH^-1 (-12106) +At time : 431.1 ps Reaction : OH^-1 (-12097) + H3O^1 (-8370) -> No product +At time : 431.1 ps Reaction : OH^-1 (-12083) + H3O^1 (-8640) -> No product +At time : 431.1 ps Reaction : OH^-1 (-12026) + H3O^1 (-7977) -> No product +At time : 431.1 ps Reaction : H^0 (-11309) + e_aq^-1 (-8347) -> OH^-1 (-12107) + H_2^0 (-12108) +At time : 431.1 ps Reaction : OH^0 (-10539) + H^0 (-10898) -> No product +At time : 431.1 ps Reaction : OH^0 (-10853) + OH^0 (-7596) -> H2O2^0 (-12109) +At time : 431.1 ps Reaction : e_aq^-1 (-4820) + H^0 (-9072) -> OH^-1 (-12110) + H_2^0 (-12111) +At time : 431.1 ps Reaction : OH^0 (-6516) + e_aq^-1 (-8350) -> OH^-1 (-12112) +At time : 431.1 ps Reaction : e_aq^-1 (-5300) + H3O^1 (-7445) -> H^0 (-12113) +At time : 431.1 ps Reaction : OH^0 (-6520) + OH^0 (-6528) -> H2O2^0 (-12114) +At time : 431.1 ps Reaction : H3O^1 (-6521) + OH^-1 (-12112) -> No product +At time : 431.1 ps Reaction : OH^0 (-10259) + OH^0 (-10429) -> H2O2^0 (-12115) +At time : 441.1 ps Reaction : OH^0 (-10074) + OH^0 (-6990) -> H2O2^0 (-12116) +At time : 441.1 ps Reaction : OH^0 (-8144) + OH^0 (-8947) -> H2O2^0 (-12117) +At time : 441.1 ps Reaction : OH^0 (-6908) + e_aq^-1 (-8815) -> OH^-1 (-12118) +At time : 441.1 ps Reaction : OH^0 (-7096) + OH^0 (-8072) -> H2O2^0 (-12119) +At time : 441.1 ps Reaction : H3O^1 (-6907) + OH^-1 (-12118) -> No product +At time : 451.1 ps Reaction : OH^0 (-10086) + OH^0 (-8372) -> H2O2^0 (-12120) +At time : 451.1 ps Reaction : OH^0 (-10047) + OH^0 (-8369) -> H2O2^0 (-12121) +At time : 451.1 ps Reaction : H^0 (-9546) + OH^0 (-6330) -> No product +At time : 451.1 ps Reaction : OH^0 (-9210) + OH^0 (-5910) -> H2O2^0 (-12122) +At time : 451.1 ps Reaction : OH^0 (-9110) + OH^0 (-7628) -> H2O2^0 (-12123) +At time : 451.1 ps Reaction : H3O^1 (-8688) + e_aq^-1 (-8689) -> H^0 (-12124) +At time : 451.1 ps Reaction : OH^0 (-8122) + OH^0 (-8444) -> H2O2^0 (-12125) +At time : 451.1 ps Reaction : e_aq^-1 (-3136) + H3O^1 (-6311) -> H^0 (-12126) +At time : 451.1 ps Reaction : e_aq^-1 (-4402) + OH^0 (-6002) -> OH^-1 (-12127) +At time : 461.1 ps Reaction : H3O^1 (-10564) + e_aq^-1 (-1859) -> H^0 (-12128) +At time : 461.1 ps Reaction : OH^0 (-10437) + OH^0 (-7232) -> H2O2^0 (-12129) +At time : 461.1 ps Reaction : OH^0 (-10082) + OH^0 (-7548) -> H2O2^0 (-12130) +At time : 461.1 ps Reaction : H^0 (-9934) + OH^0 (-7910) -> No product +At time : 461.1 ps Reaction : OH^0 (-7822) + OH^0 (-9013) -> H2O2^0 (-12131) +At time : 461.1 ps Reaction : e_aq^-1 (-5170) + OH^0 (-7202) -> OH^-1 (-12132) +At time : 461.1 ps Reaction : OH^0 (-6696) + OH^0 (-6702) -> H2O2^0 (-12133) +At time : 471.1 ps Reaction : OH^-1 (-12127) + H3O^1 (-6909) -> No product +At time : 471.1 ps Reaction : OH^0 (-11300) + e_aq^-1 (-4110) -> OH^-1 (-12134) +At time : 471.1 ps Reaction : H^0 (-10201) + OH^0 (-9077) -> No product +At time : 471.1 ps Reaction : OH^0 (-10046) + e_aq^-1 (-1432) -> OH^-1 (-12135) +At time : 471.1 ps Reaction : OH^0 (-9505) + OH^0 (-9506) -> H2O2^0 (-12136) +At time : 471.1 ps Reaction : e_aq^-1 (-4517) + H3O^1 (-7563) -> H^0 (-12137) +At time : 471.1 ps Reaction : e_aq^-1 (-3015) + OH^0 (-5898) -> OH^-1 (-12138) +At time : 471.1 ps Reaction : H3O^1 (-6373) + OH^-1 (-12138) -> No product +At time : 481.1 ps Reaction : OH^-1 (-12046) + H3O^1 (-7741) -> No product +At time : 481.1 ps Reaction : OH^0 (-11202) + H^0 (-12029) -> No product +At time : 481.1 ps Reaction : OH^0 (-11350) + OH^0 (-7302) -> H2O2^0 (-12139) +At time : 481.1 ps Reaction : OH^0 (-9123) + H^0 (-11053) -> No product +At time : 481.1 ps Reaction : OH^0 (-10876) + OH^0 (-9272) -> H2O2^0 (-12140) +At time : 481.1 ps Reaction : OH^0 (-10757) + OH^0 (-6644) -> H2O2^0 (-12141) +At time : 481.1 ps Reaction : OH^0 (-9831) + OH^0 (-7854) -> H2O2^0 (-12142) +At time : 481.1 ps Reaction : OH^0 (-9654) + OH^0 (-8540) -> H2O2^0 (-12143) +At time : 491.1 ps Reaction : OH^-1 (-12084) + H3O^1 (-10655) -> No product +At time : 491.1 ps Reaction : H3O^1 (-7897) + OH^-1 (-12001) -> No product +At time : 491.1 ps Reaction : OH^-1 (-11876) + H3O^1 (-6217) -> No product +At time : 491.1 ps Reaction : e_aq^-1 (-815) + H2O2^0 (-11601) -> OH^-1 (-12144) + OH^0 (-12145) +At time : 491.1 ps Reaction : OH^0 (-10751) + OH^0 (-5946) -> H2O2^0 (-12146) +At time : 491.1 ps Reaction : OH^0 (-9893) + OH^0 (-5976) -> H2O2^0 (-12147) +At time : 491.1 ps Reaction : OH^0 (-9810) + OH^0 (-8354) -> H2O2^0 (-12148) +At time : 491.1 ps Reaction : OH^0 (-9584) + OH^0 (-8742) -> H2O2^0 (-12149) +At time : 491.1 ps Reaction : OH^0 (-8102) + OH^0 (-8882) -> H2O2^0 (-12150) +At time : 491.1 ps Reaction : OH^0 (-7598) + e_aq^-1 (-8800) -> OH^-1 (-12151) +At time : 491.1 ps Reaction : e_aq^-1 (-5554) + H3O^1 (-8619) -> H^0 (-12152) +At time : 491.1 ps Reaction : e_aq^-1 (-8377) + OH^0 (-8432) -> OH^-1 (-12153) +At time : 491.1 ps Reaction : e_aq^-1 (-4707) + OH^0 (-7028) -> OH^-1 (-12154) +At time : 491.1 ps Reaction : e_aq^-1 (-5522) + H3O^1 (-6101) -> H^0 (-12155) +At time : 501.1 ps Reaction : OH^-1 (-12068) + H3O^1 (-6969) -> No product +At time : 501.1 ps Reaction : e_aq^-1 (-5055) + OH^0 (-10217) -> OH^-1 (-12156) +At time : 501.1 ps Reaction : e_aq^-1 (-1566) + OH^0 (-10009) -> OH^-1 (-12157) +At time : 501.1 ps Reaction : H^0 (-9841) + OH^0 (-9843) -> No product +At time : 501.1 ps Reaction : H^0 (-9523) + OH^0 (-7712) -> No product +At time : 501.1 ps Reaction : OH^0 (-8256) + OH^0 (-8630) -> H2O2^0 (-12158) +At time : 501.1 ps Reaction : e_aq^-1 (-284) + H3O^1 (-8472) -> H^0 (-12159) +At time : 511.1 ps Reaction : H3O^1 (-6029) + OH^-1 (-11973) -> No product +At time : 511.1 ps Reaction : H^0 (-11763) + H^0 (-9094) -> H_2^0 (-12160) +At time : 511.1 ps Reaction : H^0 (-10442) + OH^0 (-11106) -> No product +At time : 511.1 ps Reaction : H^0 (-10773) + e_aq^-1 (-3936) -> OH^-1 (-12161) + H_2^0 (-12162) +At time : 511.1 ps Reaction : OH^0 (-10580) + e_aq^-1 (-8551) -> OH^-1 (-12163) +At time : 511.1 ps Reaction : H^0 (-10546) + H^0 (-9985) -> H_2^0 (-12164) +At time : 511.1 ps Reaction : e_aq^-1 (-5037) + H3O^1 (-10196) -> H^0 (-12165) +At time : 511.1 ps Reaction : OH^0 (-9685) + OH^0 (-7656) -> H2O2^0 (-12166) +At time : 511.1 ps Reaction : H^0 (-9251) + e_aq^-1 (-4104) -> OH^-1 (-12167) + H_2^0 (-12168) +At time : 511.1 ps Reaction : e_aq^-1 (-5118) + e_aq^-1 (-8890) -> OH^-1 (-12169) + OH^-1 (-12170) + H_2^0 (-12171) +At time : 511.1 ps Reaction : e_aq^-1 (-4784) + H3O^1 (-8496) -> H^0 (-12172) +At time : 511.1 ps Reaction : OH^0 (-7748) + OH^0 (-7750) -> H2O2^0 (-12173) +At time : 511.1 ps Reaction : e_aq^-1 (-4873) + OH^0 (-6156) -> OH^-1 (-12174) +At time : 521.1 ps Reaction : H3O^1 (-8127) + OH^-1 (-12144) -> No product +At time : 521.1 ps Reaction : OH^-1 (-12073) + H3O^1 (-8193) -> No product +At time : 521.1 ps Reaction : H^0 (-10988) + OH^0 (-8026) -> No product +At time : 521.1 ps Reaction : H3O^1 (-10913) + e_aq^-1 (-4423) -> H^0 (-12175) +At time : 521.1 ps Reaction : H^0 (-10340) + OH^0 (-7358) -> No product +At time : 521.1 ps Reaction : e_aq^-1 (-624) + H3O^1 (-7221) -> H^0 (-12176) +At time : 521.1 ps Reaction : OH^-1 (-5717) + H3O^1 (-5851) -> No product +At time : 531.1 ps Reaction : OH^-1 (-11720) + H3O^1 (-11130) -> No product +At time : 531.1 ps Reaction : OH^0 (-11157) + OH^0 (-6094) -> H2O2^0 (-12177) +At time : 531.1 ps Reaction : OH^0 (-11086) + OH^0 (-7192) -> H2O2^0 (-12178) +At time : 531.1 ps Reaction : H^0 (-10501) + H^0 (-10133) -> H_2^0 (-12179) +At time : 531.1 ps Reaction : OH^0 (-9881) + OH^0 (-9882) -> H2O2^0 (-12180) +At time : 531.1 ps Reaction : H^0 (-9194) + OH^0 (-9589) -> No product +At time : 531.1 ps Reaction : OH^0 (-9514) + OH^0 (-9511) -> H2O2^0 (-12181) +At time : 531.1 ps Reaction : e_aq^-1 (-3492) + H3O^1 (-8706) -> H^0 (-12182) +At time : 541.1 ps Reaction : H3O^1 (-9859) + OH^-1 (-12134) -> No product +At time : 541.1 ps Reaction : OH^-1 (-12107) + H3O^1 (-8346) -> No product +At time : 541.1 ps Reaction : OH^-1 (-12071) + H3O^1 (-7945) -> No product +At time : 541.1 ps Reaction : H3O^1 (-7665) + OH^-1 (-11957) -> No product +At time : 541.1 ps Reaction : H2O2^0 (-11390) + e_aq^-1 (-4603) -> OH^-1 (-12183) + OH^0 (-12184) +At time : 541.1 ps Reaction : OH^0 (-11068) + OH^0 (-8134) -> H2O2^0 (-12185) +At time : 541.1 ps Reaction : e_aq^-1 (-3544) + OH^0 (-8993) -> OH^-1 (-12186) +At time : 541.1 ps Reaction : e_aq^-1 (-4263) + OH^0 (-8789) -> OH^-1 (-12187) +At time : 541.1 ps Reaction : e_aq^-1 (-477) + H3O^1 (-8217) -> H^0 (-12188) +At time : 551.1 ps Reaction : OH^-1 (-12187) + H3O^1 (-7905) -> No product +At time : 551.1 ps Reaction : H^0 (-12165) + H^0 (-12098) -> H_2^0 (-12189) +At time : 551.1 ps Reaction : e_aq^-1 (-5607) + OH^0 (-11363) -> OH^-1 (-12190) +At time : 551.1 ps Reaction : OH^0 (-9968) + OH^0 (-10890) -> H2O2^0 (-12191) +At time : 551.1 ps Reaction : OH^0 (-10702) + OH^0 (-6398) -> H2O2^0 (-12192) +At time : 551.1 ps Reaction : OH^0 (-9891) + e_aq^-1 (-4180) -> OH^-1 (-12193) +At time : 551.1 ps Reaction : e_aq^-1 (-4272) + OH^0 (-8793) -> OH^-1 (-12194) +At time : 551.1 ps Reaction : e_aq^-1 (-5545) + H3O^1 (-8281) -> H^0 (-12195) +At time : 551.1 ps Reaction : e_aq^-1 (-3583) + H3O^1 (-6297) -> H^0 (-12196) +At time : 551.1 ps Reaction : H^0 (-9317) + OH^0 (-7146) -> No product +At time : 551.1 ps Reaction : H^0 (-9198) + e_aq^-1 (-2930) -> OH^-1 (-12197) + H_2^0 (-12198) +At time : 551.1 ps Reaction : e_aq^-1 (-3482) + OH^0 (-5874) -> OH^-1 (-12199) +At time : 551.1 ps Reaction : H3O^1 (-10703) + OH^-1 (-12197) -> No product +At time : 561.1 ps Reaction : OH^0 (-10560) + OH^0 (-5757) -> H2O2^0 (-12200) +At time : 561.1 ps Reaction : OH^0 (-10230) + OH^0 (-10459) -> H2O2^0 (-12201) +At time : 561.1 ps Reaction : OH^0 (-6786) + OH^0 (-8786) -> H2O2^0 (-12202) +At time : 561.1 ps Reaction : e_aq^-1 (-865) + H3O^1 (-8442) -> H^0 (-12203) +At time : 561.1 ps Reaction : e_aq^-1 (-1384) + OH^0 (-7980) -> OH^-1 (-12204) +At time : 561.1 ps Reaction : e_aq^-1 (-4393) + e_aq^-1 (-1715) -> OH^-1 (-12205) + OH^-1 (-12206) + H_2^0 (-12207) +At time : 561.1 ps Reaction : OH^-1 (-12190) + H3O^1 (-7377) -> No product +At time : 561.1 ps Reaction : OH^0 (-7288) + OH^0 (-8246) -> H2O2^0 (-12208) +At time : 571.1 ps Reaction : H3O^1 (-7891) + OH^-1 (-12163) -> No product +At time : 571.1 ps Reaction : H3O^1 (-9627) + e_aq^-1 (-8767) -> H^0 (-12209) +At time : 581.1 ps Reaction : OH^-1 (-12204) + H3O^1 (-6973) -> No product +At time : 581.1 ps Reaction : H^0 (-10631) + OH^0 (-7668) -> No product +At time : 581.1 ps Reaction : OH^0 (-9125) + OH^0 (-7450) -> H2O2^0 (-12210) +At time : 581.1 ps Reaction : OH^0 (-8006) + e_aq^-1 (-8569) -> OH^-1 (-12211) +At time : 581.1 ps Reaction : e_aq^-1 (-4277) + OH^0 (-7600) -> OH^-1 (-12212) +At time : 581.1 ps Reaction : e_aq^-1 (-3643) + OH^0 (-6388) -> OH^-1 (-12213) +At time : 581.1 ps Reaction : OH^0 (-8236) + OH^0 (-8336) -> H2O2^0 (-12214) +At time : 591.1 ps Reaction : H3O^1 (-7739) + OH^-1 (-12213) -> No product +At time : 591.1 ps Reaction : OH^-1 (-12205) + H3O^1 (-10873) -> No product +At time : 591.1 ps Reaction : e_aq^-1 (-5241) + H2O2^0 (-11569) -> OH^-1 (-12215) + OH^0 (-12216) +At time : 591.1 ps Reaction : OH^0 (-9976) + H^0 (-11443) -> No product +At time : 591.1 ps Reaction : H3O^1 (-11056) + e_aq^-1 (-5056) -> H^0 (-12217) +At time : 591.1 ps Reaction : OH^0 (-10498) + e_aq^-1 (-4795) -> OH^-1 (-12218) +At time : 591.1 ps Reaction : H^0 (-9959) + e_aq^-1 (-4311) -> OH^-1 (-12219) + H_2^0 (-12220) +At time : 591.1 ps Reaction : e_aq^-1 (-3828) + H3O^1 (-8520) -> H^0 (-12221) +At time : 591.1 ps Reaction : e_aq^-1 (-5184) + H3O^1 (-8481) -> H^0 (-12222) +At time : 591.1 ps Reaction : OH^-1 (-12151) + H3O^1 (-9944) -> No product +At time : 601.1 ps Reaction : H^0 (-11089) + OH^0 (-8164) -> No product +At time : 601.1 ps Reaction : OH^0 (-7156) + OH^0 (-8108) -> H2O2^0 (-12223) +At time : 601.1 ps Reaction : e_aq^-1 (-4972) + OH^0 (-7504) -> OH^-1 (-12224) +At time : 601.1 ps Reaction : e_aq^-1 (-267) + H3O^1 (-7309) -> H^0 (-12225) +At time : 611.1 ps Reaction : OH^-1 (-12194) + H3O^1 (-7597) -> No product +At time : 611.1 ps Reaction : OH^-1 (-12161) + H3O^1 (-5831) -> No product +At time : 611.1 ps Reaction : OH^0 (-11097) + OH^0 (-7468) -> H2O2^0 (-12226) +At time : 611.1 ps Reaction : OH^0 (-9130) + OH^0 (-10381) -> H2O2^0 (-12227) +At time : 611.1 ps Reaction : OH^0 (-9403) + e_aq^-1 (-5426) -> OH^-1 (-12228) +At time : 611.1 ps Reaction : OH^0 (-9395) + OH^0 (-8310) -> H2O2^0 (-12229) +At time : 611.1 ps Reaction : e_aq^-1 (-3984) + OH^0 (-7638) -> OH^-1 (-12230) +At time : 621.1 ps Reaction : H3O^1 (-7835) + OH^-1 (-12230) -> No product +At time : 621.1 ps Reaction : H3O^1 (-7059) + OH^-1 (-12218) -> No product +At time : 621.1 ps Reaction : OH^-1 (-12157) + H3O^1 (-6925) -> No product +At time : 621.1 ps Reaction : OH^0 (-10359) + OH^0 (-7386) -> H2O2^0 (-12231) +At time : 621.1 ps Reaction : H^0 (-9940) + OH^0 (-7914) -> No product +At time : 621.1 ps Reaction : OH^0 (-9189) + OH^0 (-8735) -> H2O2^0 (-12232) +At time : 621.1 ps Reaction : OH^0 (-6472) + OH^0 (-7768) -> H2O2^0 (-12233) +At time : 621.1 ps Reaction : e_aq^-1 (-889) + H3O^1 (-7125) -> H^0 (-12234) +At time : 621.1 ps Reaction : e_aq^-1 (-2073) + OH^0 (-5836) -> OH^-1 (-12235) +At time : 621.1 ps Reaction : e_aq^-1 (-4755) + e_aq^-1 (-4877) -> OH^-1 (-12236) + OH^-1 (-12237) + H_2^0 (-12238) +At time : 621.1 ps Reaction : OH^-1 (-12235) + H3O^1 (-5835) -> No product +At time : 621.1 ps Reaction : OH^0 (-6840) + OH^0 (-7908) -> H2O2^0 (-12239) +At time : 631.1 ps Reaction : e_aq^-1 (-5654) + OH^0 (-11267) -> OH^-1 (-12240) +At time : 631.1 ps Reaction : H^0 (-10137) + H^0 (-10153) -> H_2^0 (-12241) +At time : 631.1 ps Reaction : OH^0 (-9562) + OH^0 (-7734) -> H2O2^0 (-12242) +At time : 631.1 ps Reaction : OH^0 (-6152) + e_aq^-1 (-8659) -> OH^-1 (-12243) +At time : 631.1 ps Reaction : OH^0 (-8396) + OH^0 (-8477) -> H2O2^0 (-12244) +At time : 631.1 ps Reaction : e_aq^-1 (-2837) + OH^0 (-7764) -> OH^-1 (-12245) +At time : 641.1 ps Reaction : H3O^1 (-8427) + OH^-1 (-12183) -> No product +At time : 641.1 ps Reaction : OH^-1 (-11871) + H3O^1 (-7103) -> No product +At time : 641.1 ps Reaction : OH^0 (-9889) + OH^0 (-10823) -> H2O2^0 (-12246) +At time : 641.1 ps Reaction : OH^0 (-9105) + OH^0 (-10712) -> H2O2^0 (-12247) +At time : 641.1 ps Reaction : e_aq^-1 (-4347) + H3O^1 (-8802) -> H^0 (-12248) +At time : 651.1 ps Reaction : OH^-1 (-12086) + H3O^1 (-6247) -> No product +At time : 651.1 ps Reaction : e_aq^-1 (-5075) + H3O^1 (-11075) -> H^0 (-12249) +At time : 651.1 ps Reaction : OH^0 (-10951) + OH^0 (-8675) -> H2O2^0 (-12250) +At time : 651.1 ps Reaction : OH^0 (-10533) + H^0 (-10005) -> No product +At time : 651.1 ps Reaction : e_aq^-1 (-4767) + OH^0 (-8378) -> OH^-1 (-12251) +At time : 651.1 ps Reaction : e_aq^-1 (-2044) + e_aq^-1 (-4138) -> OH^-1 (-12252) + OH^-1 (-12253) + H_2^0 (-12254) +At time : 661.1 ps Reaction : H3O^1 (-6951) + OH^-1 (-12106) -> No product +At time : 661.1 ps Reaction : OH^-1 (-12103) + H3O^1 (-7451) -> No product +At time : 661.1 ps Reaction : H^0 (-10303) + H^0 (-12042) -> H_2^0 (-12255) +At time : 661.1 ps Reaction : OH^0 (-11109) + OH^0 (-8168) -> H2O2^0 (-12256) +At time : 661.1 ps Reaction : e_aq^-1 (-574) + H3O^1 (-11092) -> H^0 (-12257) +At time : 661.1 ps Reaction : OH^0 (-10666) + OH^0 (-10668) -> H2O2^0 (-12258) +At time : 661.1 ps Reaction : OH^0 (-10339) + OH^0 (-8613) -> H2O2^0 (-12259) +At time : 661.1 ps Reaction : e_aq^-1 (-718) + OH^0 (-10221) -> OH^-1 (-12260) +At time : 661.1 ps Reaction : e_aq^-1 (-104) + H^0 (-9377) -> OH^-1 (-12261) + H_2^0 (-12262) +At time : 661.1 ps Reaction : e_aq^-1 (-8590) + OH^0 (-8645) -> OH^-1 (-12263) +At time : 661.1 ps Reaction : OH^-1 (-5786) + H3O^1 (-6673) -> No product +At time : 671.1 ps Reaction : OH^-1 (-12260) + H3O^1 (-6145) -> No product +At time : 671.1 ps Reaction : OH^0 (-9456) + e_aq^-1 (-3473) -> OH^-1 (-12264) +At time : 671.1 ps Reaction : OH^0 (-9378) + OH^0 (-8316) -> H2O2^0 (-12265) +At time : 671.1 ps Reaction : e_aq^-1 (-5409) + H3O^1 (-8243) -> H^0 (-12266) +At time : 671.1 ps Reaction : e_aq^-1 (-908) + H3O^1 (-8079) -> H^0 (-12267) +At time : 671.1 ps Reaction : OH^0 (-6360) + OH^0 (-6368) -> H2O2^0 (-12268) +At time : 681.1 ps Reaction : OH^0 (-10374) + H^0 (-12155) -> No product +At time : 681.1 ps Reaction : OH^0 (-11343) + H^0 (-9349) -> No product +At time : 681.1 ps Reaction : H^0 (-9883) + H^0 (-11227) -> H_2^0 (-12269) +At time : 681.1 ps Reaction : e_aq^-1 (-3667) + OH^0 (-6406) -> OH^-1 (-12270) +At time : 681.1 ps Reaction : e_aq^-1 (-4313) + OH^0 (-5799) -> OH^-1 (-12271) +At time : 681.1 ps Reaction : e_aq^-1 (-5440) + OH^0 (-8258) -> OH^-1 (-12272) +At time : 691.1 ps Reaction : H3O^1 (-8065) + OH^-1 (-12174) -> No product +At time : 691.1 ps Reaction : OH^0 (-10726) + OH^0 (-6492) -> H2O2^0 (-12273) +At time : 691.1 ps Reaction : OH^0 (-6102) + H^0 (-8940) -> No product +At time : 691.1 ps Reaction : OH^0 (-6568) + OH^0 (-8771) -> H2O2^0 (-12274) +At time : 691.1 ps Reaction : e_aq^-1 (-1188) + OH^0 (-8573) -> OH^-1 (-12275) +At time : 691.1 ps Reaction : e_aq^-1 (-5459) + H3O^1 (-7301) -> H^0 (-12276) +At time : 691.1 ps Reaction : OH^0 (-8738) + e_aq^-1 (-8740) -> OH^-1 (-12277) +At time : 701.1 ps Reaction : OH^-1 (-12075) + H3O^1 (-8179) -> No product +At time : 701.1 ps Reaction : OH^0 (-10842) + OH^0 (-10574) -> H2O2^0 (-12278) +At time : 701.1 ps Reaction : OH^0 (-10205) + OH^0 (-5850) -> H2O2^0 (-12279) +At time : 701.1 ps Reaction : OH^0 (-9950) + e_aq^-1 (-4298) -> OH^-1 (-12280) +At time : 711.1 ps Reaction : OH^-1 (-12263) + H3O^1 (-7203) -> No product +At time : 711.1 ps Reaction : e_aq^-1 (-4674) + H2O2^0 (-11867) -> OH^-1 (-12281) + OH^0 (-12282) +At time : 711.1 ps Reaction : H^0 (-9207) + OH^0 (-8756) -> No product +At time : 711.1 ps Reaction : OH^-1 (-12281) + H3O^1 (-8835) -> No product +At time : 711.1 ps Reaction : OH^-1 (-12135) + H3O^1 (-7971) -> No product +At time : 721.1 ps Reaction : H^0 (-9718) + OH^0 (-6604) -> No product +At time : 721.1 ps Reaction : OH^0 (-7650) + OH^0 (-7796) -> H2O2^0 (-12283) +At time : 721.1 ps Reaction : e_aq^-1 (-4370) + OH^0 (-7592) -> OH^-1 (-12284) +At time : 731.1 ps Reaction : H3O^1 (-10508) + OH^-1 (-12275) -> No product +At time : 731.1 ps Reaction : OH^-1 (-12272) + H3O^1 (-7305) -> No product +At time : 731.1 ps Reaction : OH^0 (-9229) + OH^0 (-7816) -> H2O2^0 (-12285) +At time : 731.1 ps Reaction : e_aq^-1 (-4567) + OH^0 (-6970) -> OH^-1 (-12286) +At time : 741.1 ps Reaction : H3O^1 (-10707) + OH^-1 (-12270) -> No product +At time : 741.1 ps Reaction : H2O2^0 (-11744) + e_aq^-1 (-8410) -> OH^-1 (-12287) + OH^0 (-12288) +At time : 741.1 ps Reaction : OH^0 (-11035) + OH^0 (-10180) -> H2O2^0 (-12289) +At time : 741.1 ps Reaction : OH^0 (-11032) + H^0 (-9315) -> No product +At time : 741.1 ps Reaction : e_aq^-1 (-5022) + H3O^1 (-8107) -> H^0 (-12290) +At time : 741.1 ps Reaction : OH^-1 (-12287) + H3O^1 (-7371) -> No product +At time : 751.1 ps Reaction : e_aq^-1 (-5142) + H2O2^0 (-12117) -> OH^-1 (-12291) + OH^0 (-12292) +At time : 751.1 ps Reaction : OH^-1 (-11837) + H3O^1 (-7915) -> No product +At time : 751.1 ps Reaction : H^0 (-10978) + e_aq^-1 (-8671) -> OH^-1 (-12293) + H_2^0 (-12294) +At time : 751.1 ps Reaction : OH^0 (-10402) + OH^0 (-8234) -> H2O2^0 (-12295) +At time : 751.1 ps Reaction : e_aq^-1 (-4022) + OH^0 (-5872) -> OH^-1 (-12296) +At time : 761.1 ps Reaction : OH^0 (-9862) + OH^0 (-8783) -> H2O2^0 (-12297) +At time : 761.1 ps Reaction : e_aq^-1 (-3673) + H3O^1 (-7749) -> H^0 (-12298) +At time : 761.1 ps Reaction : e_aq^-1 (-3742) + OH^0 (-6486) -> OH^-1 (-12299) +At time : 761.1 ps Reaction : e_aq^-1 (-1744) + OH^0 (-9432) -> OH^-1 (-12300) +At time : 771.1 ps Reaction : OH^0 (-10706) + OH^0 (-10710) -> H2O2^0 (-12301) +At time : 771.1 ps Reaction : OH^0 (-9866) + OH^0 (-6784) -> H2O2^0 (-12302) +At time : 771.1 ps Reaction : e_aq^-1 (-4027) + OH^0 (-9778) -> OH^-1 (-12303) +At time : 771.1 ps Reaction : H^0 (-9436) + OH^0 (-8969) -> No product +At time : 771.1 ps Reaction : OH^0 (-9213) + e_aq^-1 (-3705) -> OH^-1 (-12304) +At time : 771.1 ps Reaction : e_aq^-1 (-2278) + H3O^1 (-7841) -> H^0 (-12305) +At time : 781.1 ps Reaction : H3O^1 (-6027) + OH^-1 (-12154) -> No product +At time : 781.1 ps Reaction : H3O^1 (-10933) + OH^-1 (-12051) -> No product +At time : 781.1 ps Reaction : OH^0 (-6912) + H^0 (-11864) -> No product +At time : 781.1 ps Reaction : e_aq^-1 (-4415) + OH^0 (-10910) -> OH^-1 (-12306) +At time : 781.1 ps Reaction : OH^0 (-9839) + OH^0 (-10595) -> H2O2^0 (-12307) +At time : 781.1 ps Reaction : e_aq^-1 (-5627) + OH^0 (-10342) -> OH^-1 (-12308) +At time : 781.1 ps Reaction : OH^0 (-9657) + OH^0 (-6494) -> H2O2^0 (-12309) +At time : 781.1 ps Reaction : OH^0 (-6066) + OH^0 (-8885) -> H2O2^0 (-12310) +At time : 781.1 ps Reaction : OH^0 (-7084) + OH^0 (-8056) -> H2O2^0 (-12311) +At time : 781.1 ps Reaction : e_aq^-1 (-4568) + H3O^1 (-6179) -> H^0 (-12312) +At time : 781.1 ps Reaction : H3O^1 (-10902) + OH^-1 (-12306) -> No product +At time : 791.1 ps Reaction : OH^-1 (-12303) + H3O^1 (-9779) -> No product +At time : 791.1 ps Reaction : OH^-1 (-12240) + H3O^1 (-8466) -> No product +At time : 791.1 ps Reaction : H^0 (-10844) + H^0 (-12128) -> H_2^0 (-12313) +At time : 791.1 ps Reaction : e_aq^-1 (-5499) + OH^0 (-11352) -> OH^-1 (-12314) +At time : 791.1 ps Reaction : OH^0 (-9932) + OH^0 (-7912) -> H2O2^0 (-12315) +At time : 791.1 ps Reaction : e_aq^-1 (-3877) + H3O^1 (-6627) -> H^0 (-12316) +At time : 791.1 ps Reaction : OH^0 (-11052) + H^0 (-12203) -> No product +At time : 791.1 ps Reaction : e_aq^-1 (-3899) + OH^0 (-5787) -> OH^-1 (-12317) +At time : 801.1 ps Reaction : OH^-1 (-12317) + H3O^1 (-6665) -> No product +At time : 801.1 ps Reaction : OH^-1 (-12110) + H3O^1 (-8853) -> No product +At time : 801.1 ps Reaction : e_aq^-1 (-3111) + H2O2^0 (-11998) -> OH^-1 (-12318) + OH^0 (-12319) +At time : 801.1 ps Reaction : e_aq^-1 (-1218) + H3O^1 (-8037) -> H^0 (-12320) +At time : 801.1 ps Reaction : e_aq^-1 (-3857) + H3O^1 (-7799) -> H^0 (-12321) +At time : 801.1 ps Reaction : H3O^1 (-11152) + OH^-1 (-12228) -> No product +At time : 811.1 ps Reaction : H3O^1 (-6141) + OH^-1 (-12215) -> No product +At time : 811.1 ps Reaction : H^0 (-12113) + OH^0 (-8206) -> No product +At time : 811.1 ps Reaction : H^0 (-9734) + OH^0 (-6610) -> No product +At time : 811.1 ps Reaction : OH^0 (-9614) + OH^0 (-6444) -> H2O2^0 (-12322) +At time : 811.1 ps Reaction : OH^0 (-9298) + OH^0 (-7024) -> H2O2^0 (-12323) +At time : 811.1 ps Reaction : e_aq^-1 (-5228) + OH^0 (-7222) -> OH^-1 (-12324) +At time : 811.1 ps Reaction : e_aq^-1 (-3509) + OH^0 (-6252) -> OH^-1 (-12325) +At time : 821.1 ps Reaction : H3O^1 (-6375) + OH^-1 (-12277) -> No product +At time : 821.1 ps Reaction : OH^0 (-11127) + OH^0 (-8198) -> H2O2^0 (-12326) +At time : 821.1 ps Reaction : e_aq^-1 (-2782) + H3O^1 (-6479) -> H^0 (-12327) +At time : 831.1 ps Reaction : OH^-1 (-12314) + H3O^1 (-6125) -> No product +At time : 831.1 ps Reaction : OH^-1 (-12132) + H3O^1 (-8161) -> No product +At time : 831.1 ps Reaction : e_aq^-1 (-236) + H2O2^0 (-11378) -> OH^-1 (-12328) + OH^0 (-12329) +At time : 831.1 ps Reaction : OH^0 (-10513) + OH^0 (-10984) -> H2O2^0 (-12330) +At time : 831.1 ps Reaction : H^0 (-9265) + H^0 (-9915) -> H_2^0 (-12331) +At time : 831.1 ps Reaction : H3O^1 (-7723) + e_aq^-1 (-8719) -> H^0 (-12332) +At time : 831.1 ps Reaction : e_aq^-1 (-5406) + H3O^1 (-7417) -> H^0 (-12333) +At time : 831.1 ps Reaction : e_aq^-1 (-3608) + H3O^1 (-6339) -> H^0 (-12334) +At time : 831.1 ps Reaction : e_aq^-1 (-3388) + OH^0 (-6208) -> OH^-1 (-12335) +At time : 841.1 ps Reaction : H^0 (-11758) + H^0 (-10835) -> H_2^0 (-12336) +At time : 841.1 ps Reaction : H^0 (-9743) + OH^0 (-10750) -> No product +At time : 841.1 ps Reaction : OH^0 (-10309) + OH^0 (-10405) -> H2O2^0 (-12337) +At time : 841.1 ps Reaction : e_aq^-1 (-1721) + OH^0 (-9273) -> OH^-1 (-12338) +At time : 841.1 ps Reaction : OH^0 (-8152) + OH^0 (-8156) -> H2O2^0 (-12339) +At time : 841.1 ps Reaction : e_aq^-1 (-81) + e_aq^-1 (-5599) -> OH^-1 (-12340) + OH^-1 (-12341) + H_2^0 (-12342) +At time : 841.1 ps Reaction : e_aq^-1 (-4764) + OH^0 (-8501) -> OH^-1 (-12343) +At time : 841.1 ps Reaction : H3O^1 (-10995) + OH^-1 (-12343) -> No product +At time : 851.1 ps Reaction : OH^-1 (-12300) + H3O^1 (-6891) -> No product +At time : 851.1 ps Reaction : OH^0 (-10693) + OH^0 (-6334) -> H2O2^0 (-12344) +At time : 851.1 ps Reaction : H^0 (-9668) + OH^0 (-6530) -> No product +At time : 851.1 ps Reaction : e_aq^-1 (-5561) + H3O^1 (-5815) -> H^0 (-12345) +At time : 861.1 ps Reaction : H^0 (-11661) + OH^0 (-8637) -> No product +At time : 861.1 ps Reaction : OH^0 (-10492) + OH^0 (-7090) -> H2O2^0 (-12346) +At time : 861.1 ps Reaction : H^0 (-9178) + OH^0 (-9532) -> No product +At time : 861.1 ps Reaction : H3O^1 (-8664) + e_aq^-1 (-8665) -> H^0 (-12347) +At time : 861.1 ps Reaction : e_aq^-1 (-3988) + H3O^1 (-7831) -> H^0 (-12348) +At time : 871.1 ps Reaction : OH^-1 (-12296) + H3O^1 (-5871) -> No product +At time : 871.1 ps Reaction : OH^-1 (-12211) + H3O^1 (-6169) -> No product +At time : 871.1 ps Reaction : OH^-1 (-11915) + H3O^1 (-6671) -> No product +At time : 871.1 ps Reaction : H2O2^0 (-11664) + e_aq^-1 (-8707) -> OH^-1 (-12349) + OH^0 (-12350) +At time : 871.1 ps Reaction : OH^0 (-11336) + e_aq^-1 (-4984) -> OH^-1 (-12351) +At time : 871.1 ps Reaction : OH^0 (-7236) + OH^0 (-11251) -> H2O2^0 (-12352) +At time : 871.1 ps Reaction : e_aq^-1 (-5451) + OH^0 (-7300) -> OH^-1 (-12353) +At time : 881.1 ps Reaction : OH^-1 (-12156) + H3O^1 (-8129) -> No product +At time : 881.1 ps Reaction : H2O2^0 (-11922) + e_aq^-1 (-3101) -> OH^-1 (-12354) + OH^0 (-12355) +At time : 881.1 ps Reaction : H^0 (-10884) + OH^0 (-6882) -> No product +At time : 881.1 ps Reaction : e_aq^-1 (-4065) + H^0 (-10792) -> OH^-1 (-12356) + H_2^0 (-12357) +At time : 881.1 ps Reaction : OH^0 (-9987) + OH^0 (-6000) -> H2O2^0 (-12358) +At time : 881.1 ps Reaction : e_aq^-1 (-4088) + OH^0 (-8357) -> OH^-1 (-12359) +At time : 881.1 ps Reaction : e_aq^-1 (-1344) + H3O^1 (-7549) -> H^0 (-12360) +At time : 881.1 ps Reaction : e_aq^-1 (-4647) + H3O^1 (-7001) -> H^0 (-12361) +At time : 881.1 ps Reaction : e_aq^-1 (-2542) + H3O^1 (-6557) -> H^0 (-12362) +At time : 881.1 ps Reaction : e_aq^-1 (-4926) + H3O^1 (-6037) -> H^0 (-12363) +At time : 881.1 ps Reaction : e_aq^-1 (-1161) + e_aq^-1 (-4832) -> OH^-1 (-12364) + OH^-1 (-12365) + H_2^0 (-12366) +At time : 881.1 ps Reaction : e_aq^-1 (-4418) + OH^0 (-6888) -> OH^-1 (-12367) +At time : 891.1 ps Reaction : H3O^1 (-6717) + OH^-1 (-12356) -> No product +At time : 891.1 ps Reaction : OH^-1 (-12325) + H3O^1 (-5883) -> No product +At time : 891.1 ps Reaction : H3O^1 (-7465) + OH^-1 (-12324) -> No product +At time : 891.1 ps Reaction : H2O2^0 (-11401) + e_aq^-1 (-3847) -> OH^-1 (-12368) + OH^0 (-12369) +At time : 891.1 ps Reaction : OH^0 (-11211) + OH^0 (-6442) -> H2O2^0 (-12370) +At time : 891.1 ps Reaction : OH^0 (-10395) + e_aq^-1 (-5420) -> OH^-1 (-12371) +At time : 891.1 ps Reaction : OH^0 (-5805) + OH^0 (-8633) -> H2O2^0 (-12372) +At time : 891.1 ps Reaction : OH^0 (-5968) + OH^0 (-7632) -> H2O2^0 (-12373) +At time : 901.1 ps Reaction : H^0 (-9221) + H^0 (-9223) -> H_2^0 (-12374) +At time : 901.1 ps Reaction : e_aq^-1 (-4907) + H3O^1 (-8385) -> H^0 (-12375) +At time : 901.1 ps Reaction : OH^0 (-7108) + OH^0 (-8074) -> H2O2^0 (-12376) +At time : 901.1 ps Reaction : OH^0 (-6978) + OH^0 (-6982) -> H2O2^0 (-12377) +At time : 901.1 ps Reaction : e_aq^-1 (-811) + e_aq^-1 (-5062) -> OH^-1 (-12378) + OH^-1 (-12379) + H_2^0 (-12380) +At time : 911.1 ps Reaction : OH^0 (-12355) + OH^0 (-6320) -> H2O2^0 (-12381) +At time : 911.1 ps Reaction : OH^-1 (-12093) + H3O^1 (-8137) -> No product +At time : 911.1 ps Reaction : e_aq^-1 (-3011) + H^0 (-9565) -> OH^-1 (-12382) + H_2^0 (-12383) +At time : 911.1 ps Reaction : e_aq^-1 (-5570) + e_aq^-1 (-5597) -> OH^-1 (-12384) + OH^-1 (-12385) + H_2^0 (-12386) +At time : 921.1 ps Reaction : H3O^1 (-10875) + OH^-1 (-12338) -> No product +At time : 921.1 ps Reaction : OH^0 (-9758) + e_aq^-1 (-2464) -> OH^-1 (-12387) +At time : 921.1 ps Reaction : OH^0 (-9684) + e_aq^-1 (-2612) -> OH^-1 (-12388) +At time : 921.1 ps Reaction : OH^0 (-7066) + OH^0 (-8953) -> H2O2^0 (-12389) +At time : 931.1 ps Reaction : H^0 (-9961) + OH^0 (-7922) -> No product +At time : 931.1 ps Reaction : e_aq^-1 (-5608) + H3O^1 (-8598) -> H^0 (-12390) +At time : 941.1 ps Reaction : H^0 (-9768) + H^0 (-12348) -> H_2^0 (-12391) +At time : 941.1 ps Reaction : H3O^1 (-10250) + OH^-1 (-12291) -> No product +At time : 941.1 ps Reaction : OH^-1 (-12251) + H3O^1 (-8499) -> No product +At time : 941.1 ps Reaction : OH^0 (-9527) + H^0 (-12041) -> No product +At time : 941.1 ps Reaction : OH^0 (-9661) + OH^0 (-10730) -> H2O2^0 (-12392) +At time : 941.1 ps Reaction : H^0 (-9219) + OH^0 (-9671) -> No product +At time : 941.1 ps Reaction : e_aq^-1 (-5396) + H3O^1 (-8231) -> H^0 (-12393) +At time : 941.1 ps Reaction : e_aq^-1 (-5126) + H3O^1 (-6069) -> H^0 (-12394) +At time : 941.1 ps Reaction : e_aq^-1 (-2582) + e_aq^-1 (-2606) -> OH^-1 (-12395) + OH^-1 (-12396) + H_2^0 (-12397) +At time : 951.1 ps Reaction : e_aq^-1 (-4663) + H2O2^0 (-11665) -> OH^-1 (-12398) + OH^0 (-12399) +At time : 951.1 ps Reaction : e_aq^-1 (-4473) + OH^0 (-6188) -> OH^-1 (-12400) +At time : 961.1 ps Reaction : OH^-1 (-12243) + H3O^1 (-7503) -> No product +At time : 961.1 ps Reaction : OH^0 (-12145) + OH^0 (-8649) -> H2O2^0 (-12401) +At time : 971.1 ps Reaction : H3O^1 (-6181) + OH^-1 (-12067) -> No product +At time : 971.1 ps Reaction : OH^0 (-6170) + OH^0 (-7542) -> H2O2^0 (-12402) +At time : 981.1 ps Reaction : OH^0 (-9583) + OH^0 (-6378) -> H2O2^0 (-12403) +At time : 991.1 ps Reaction : H3O^1 (-11190) + OH^-1 (-12384) -> No product +At time : 991.1 ps Reaction : H3O^1 (-10585) + OH^-1 (-12253) -> No product +At time : 991.1 ps Reaction : H2O2^0 (-11732) + e_aq^-1 (-8443) -> OH^-1 (-12404) + OH^0 (-12405) +At time : 991.1 ps Reaction : OH^0 (-10455) + H^0 (-10236) -> No product +At time : 991.1 ps Reaction : OH^0 (-9175) + e_aq^-1 (-3178) -> OH^-1 (-12406) +At time : 991.1 ps Reaction : OH^0 (-8080) + OH^0 (-8858) -> H2O2^0 (-12407) +At time : 991.1 ps Reaction : e_aq^-1 (-3811) + H3O^1 (-6587) -> H^0 (-12408) +At time : 1.0011 ns Reaction : OH^-1 (-11945) + H3O^1 (-8532) -> No product +At time : 1.0011 ns Reaction : e_aq^-1 (-4134) + H3O^1 (-10795) -> H^0 (-12409) +At time : 1.0011 ns Reaction : OH^0 (-5954) + OH^0 (-7824) -> H2O2^0 (-12410) +At time : 1.1011 ns Reaction : H3O^1 (-9980) + OH^-1 (-12367) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-6317) + OH^-1 (-12354) -> No product +At time : 1.1011 ns Reaction : OH^-1 (-12328) + H3O^1 (-8922) -> No product +At time : 1.1011 ns Reaction : OH^-1 (-12286) + H3O^1 (-6963) -> No product +At time : 1.1011 ns Reaction : OH^-1 (-12252) + H3O^1 (-10813) -> No product +At time : 1.1011 ns Reaction : OH^0 (-10523) + OH^0 (-12184) -> H2O2^0 (-12411) +At time : 1.1011 ns Reaction : e_aq^-1 (-2962) + H2O2^0 (-11616) -> OH^-1 (-12412) + OH^0 (-12413) +At time : 1.1011 ns Reaction : OH^0 (-11113) + OH^0 (-6144) -> H2O2^0 (-12414) +At time : 1.1011 ns Reaction : H^0 (-9788) + OH^0 (-6698) -> No product +At time : 1.1011 ns Reaction : H3O^1 (-9705) + e_aq^-1 (-3837) -> H^0 (-12415) +At time : 1.1011 ns Reaction : e_aq^-1 (-2957) + H3O^1 (-9580) -> H^0 (-12416) +At time : 1.1011 ns Reaction : OH^0 (-9255) + OH^0 (-6764) -> H2O2^0 (-12417) +At time : 1.1011 ns Reaction : OH^0 (-6192) + OH^0 (-9043) -> H2O2^0 (-12418) +At time : 1.1011 ns Reaction : OH^0 (-6166) + OH^0 (-8957) -> H2O2^0 (-12419) +At time : 1.1011 ns Reaction : e_aq^-1 (-4264) + H3O^1 (-8553) -> H^0 (-12420) +At time : 1.1011 ns Reaction : e_aq^-1 (-3189) + OH^0 (-7710) -> OH^-1 (-12421) +At time : 1.1011 ns Reaction : OH^0 (-5932) + OH^0 (-6588) -> H2O2^0 (-12422) +At time : 1.1011 ns Reaction : e_aq^-1 (-5060) + e_aq^-1 (-5054) -> OH^-1 (-12423) + OH^-1 (-12424) + H_2^0 (-12425) +At time : 1.1011 ns Reaction : e_aq^-1 (-3864) + e_aq^-1 (-3855) -> OH^-1 (-12426) + OH^-1 (-12427) + H_2^0 (-12428) +At time : 1.1011 ns Reaction : H^0 (-10344) + OH^0 (-7390) -> No product +At time : 1.1011 ns Reaction : OH^0 (-9121) + OH^0 (-7056) -> H2O2^0 (-12429) +At time : 1.1011 ns Reaction : e_aq^-1 (-1701) + OH^0 (-7932) -> OH^-1 (-12430) +At time : 1.1011 ns Reaction : OH^-1 (-12430) + H3O^1 (-6899) -> No product +At time : 1.2011 ns Reaction : H3O^1 (-10697) + OH^-1 (-12412) -> No product +At time : 1.2011 ns Reaction : OH^-1 (-12388) + H3O^1 (-7777) -> No product +At time : 1.2011 ns Reaction : OH^-1 (-12387) + H3O^1 (-6647) -> No product +At time : 1.2011 ns Reaction : OH^-1 (-12371) + H3O^1 (-8595) -> No product +At time : 1.2011 ns Reaction : H3O^1 (-10632) + OH^-1 (-12335) -> No product +At time : 1.2011 ns Reaction : H^0 (-12188) + e_aq^-1 (-5312) -> OH^-1 (-12431) + H_2^0 (-12432) +At time : 1.2011 ns Reaction : OH^0 (-9231) + OH^0 (-10772) -> H2O2^0 (-12433) +At time : 1.2011 ns Reaction : OH^0 (-10755) + OH^0 (-5772) -> H2O2^0 (-12434) +At time : 1.2011 ns Reaction : e_aq^-1 (-3729) + H3O^1 (-10719) -> H^0 (-12435) +At time : 1.2011 ns Reaction : OH^0 (-10615) + OH^0 (-6648) -> H2O2^0 (-12436) +At time : 1.2011 ns Reaction : H^0 (-10379) + OH^0 (-7332) -> No product +At time : 1.2011 ns Reaction : OH^0 (-10255) + OH^0 (-7460) -> H2O2^0 (-12437) +At time : 1.2011 ns Reaction : e_aq^-1 (-5059) + OH^0 (-10194) -> OH^-1 (-12438) +At time : 1.2011 ns Reaction : OH^0 (-9763) + OH^0 (-6664) -> H2O2^0 (-12439) +At time : 1.2011 ns Reaction : e_aq^-1 (-3690) + OH^0 (-9622) -> OH^-1 (-12440) +At time : 1.2011 ns Reaction : e_aq^-1 (-5427) + OH^0 (-8909) -> OH^-1 (-12441) +At time : 1.2011 ns Reaction : e_aq^-1 (-4655) + H3O^1 (-8005) -> H^0 (-12442) +At time : 1.2011 ns Reaction : e_aq^-1 (-4171) + OH^0 (-7892) -> OH^-1 (-12443) +At time : 1.2011 ns Reaction : e_aq^-1 (-4887) + OH^0 (-7518) -> OH^-1 (-12444) +At time : 1.2011 ns Reaction : OH^0 (-6576) + OH^0 (-6582) -> H2O2^0 (-12445) +At time : 1.2011 ns Reaction : OH^0 (-6414) + OH^0 (-6432) -> H2O2^0 (-12446) +At time : 1.2011 ns Reaction : e_aq^-1 (-1211) + e_aq^-1 (-4616) -> OH^-1 (-12447) + OH^-1 (-12448) + H_2^0 (-12449) +At time : 1.2011 ns Reaction : e_aq^-1 (-5528) + OH^0 (-9366) -> OH^-1 (-12450) +At time : 1.3011 ns Reaction : OH^-1 (-12438) + H3O^1 (-8586) -> No product +At time : 1.3011 ns Reaction : OH^-1 (-12379) + H3O^1 (-8886) -> No product +At time : 1.3011 ns Reaction : OH^-1 (-12308) + H3O^1 (-9397) -> No product +At time : 1.3011 ns Reaction : H3O^1 (-7529) + OH^-1 (-12293) -> No product +At time : 1.3011 ns Reaction : H3O^1 (-7349) + OH^-1 (-12261) -> No product +At time : 1.3011 ns Reaction : H3O^1 (-10847) + OH^-1 (-12212) -> No product +At time : 1.3011 ns Reaction : OH^-1 (-12167) + H3O^1 (-6755) -> No product +At time : 1.3011 ns Reaction : H3O^1 (-6999) + OH^-1 (-11919) -> No product +At time : 1.3011 ns Reaction : H3O^1 (-10969) + OH^-1 (-11908) -> No product +At time : 1.3011 ns Reaction : OH^0 (-6956) + H^0 (-11620) -> No product +At time : 1.3011 ns Reaction : OH^0 (-10565) + OH^0 (-5984) -> H2O2^0 (-12451) +At time : 1.3011 ns Reaction : OH^0 (-10096) + OH^0 (-6024) -> H2O2^0 (-12452) +At time : 1.3011 ns Reaction : e_aq^-1 (-4528) + H3O^1 (-10019) -> H^0 (-12453) +At time : 1.3011 ns Reaction : H^0 (-9818) + OH^0 (-6710) -> No product +At time : 1.3011 ns Reaction : H^0 (-9585) + OH^0 (-6374) -> No product +At time : 1.3011 ns Reaction : OH^0 (-7540) + OH^0 (-8000) -> H2O2^0 (-12454) +At time : 1.3011 ns Reaction : OH^0 (-6268) + OH^0 (-7706) -> H2O2^0 (-12455) +At time : 1.3011 ns Reaction : e_aq^-1 (-2473) + H3O^1 (-6619) -> H^0 (-12456) +At time : 1.3011 ns Reaction : e_aq^-1 (-964) + e_aq^-1 (-1031) -> OH^-1 (-12457) + OH^-1 (-12458) + H_2^0 (-12459) +At time : 1.3011 ns Reaction : OH^-1 (-12353) + H3O^1 (-8257) -> No product +At time : 1.3011 ns Reaction : H3O^1 (-6821) + OH^-1 (-12193) -> No product +At time : 1.4011 ns Reaction : OH^-1 (-12440) + H3O^1 (-6447) -> No product +At time : 1.4011 ns Reaction : H3O^1 (-6083) + OH^-1 (-12431) -> No product +At time : 1.4011 ns Reaction : OH^-1 (-12421) + H3O^1 (-6267) -> No product +At time : 1.4011 ns Reaction : OH^0 (-12405) + OH^0 (-8116) -> H2O2^0 (-12460) +At time : 1.4011 ns Reaction : OH^-1 (-12400) + H3O^1 (-11238) -> No product +At time : 1.4011 ns Reaction : e_aq^-1 (-3595) + H^0 (-12332) -> OH^-1 (-12461) + H_2^0 (-12462) +At time : 1.4011 ns Reaction : H3O^1 (-6467) + OH^-1 (-12304) -> No product +At time : 1.4011 ns Reaction : H3O^1 (-7805) + OH^-1 (-11979) -> No product +At time : 1.4011 ns Reaction : e_aq^-1 (-4474) + H2O2^0 (-11691) -> OH^-1 (-12463) + OH^0 (-12464) +At time : 1.4011 ns Reaction : OH^0 (-10642) + OH^0 (-6222) -> H2O2^0 (-12465) +At time : 1.4011 ns Reaction : OH^0 (-9628) + OH^0 (-6460) -> H2O2^0 (-12466) +At time : 1.4011 ns Reaction : e_aq^-1 (-3654) + OH^0 (-8987) -> OH^-1 (-12467) +At time : 1.4011 ns Reaction : OH^0 (-7410) + OH^0 (-8941) -> H2O2^0 (-12468) +At time : 1.4011 ns Reaction : OH^0 (-8082) + OH^0 (-8870) -> H2O2^0 (-12469) +At time : 1.4011 ns Reaction : OH^0 (-7120) + OH^0 (-8867) -> H2O2^0 (-12470) +At time : 1.4011 ns Reaction : OH^0 (-6128) + e_aq^-1 (-8473) -> OH^-1 (-12471) +At time : 1.4011 ns Reaction : OH^0 (-6420) + OH^0 (-7756) -> H2O2^0 (-12472) +At time : 1.4011 ns Reaction : e_aq^-1 (-3891) + H3O^1 (-5947) -> H^0 (-12473) +At time : 1.4011 ns Reaction : OH^-1 (-12219) + H3O^1 (-6853) -> No product +At time : 1.4011 ns Reaction : OH^0 (-11007) + e_aq^-1 (-951) -> OH^-1 (-12474) +At time : 1.4011 ns Reaction : OH^0 (-6564) + OH^0 (-7780) -> H2O2^0 (-12475) +At time : 1.5011 ns Reaction : OH^-1 (-12474) + H3O^1 (-8850) -> No product +At time : 1.5011 ns Reaction : OH^-1 (-12450) + H3O^1 (-7321) -> No product +At time : 1.5011 ns Reaction : H3O^1 (-10456) + OH^-1 (-12169) -> No product +At time : 1.5011 ns Reaction : OH^0 (-11074) + OH^0 (-8140) -> H2O2^0 (-12476) +At time : 1.5011 ns Reaction : H3O^1 (-11067) + e_aq^-1 (-5081) -> H^0 (-12477) +At time : 1.5011 ns Reaction : OH^0 (-10338) + OH^0 (-7354) -> H2O2^0 (-12478) +At time : 1.5011 ns Reaction : H3O^1 (-9474) + e_aq^-1 (-3491) -> H^0 (-12479) +At time : 1.5011 ns Reaction : H^0 (-9147) + e_aq^-1 (-3447) -> OH^-1 (-12480) + H_2^0 (-12481) +At time : 1.5011 ns Reaction : e_aq^-1 (-4833) + OH^0 (-8054) -> OH^-1 (-12482) +At time : 1.5011 ns Reaction : e_aq^-1 (-4460) + H3O^1 (-7957) -> H^0 (-12483) +At time : 1.5011 ns Reaction : e_aq^-1 (-2627) + H3O^1 (-7783) -> H^0 (-12484) +At time : 1.5011 ns Reaction : OH^0 (-6502) + OH^0 (-7772) -> H2O2^0 (-12485) +At time : 1.5011 ns Reaction : OH^0 (-6086) + OH^0 (-7260) -> H2O2^0 (-12486) +At time : 1.5011 ns Reaction : e_aq^-1 (-670) + e_aq^-1 (-5120) -> OH^-1 (-12487) + OH^-1 (-12488) + H_2^0 (-12489) +At time : 1.5011 ns Reaction : H3O^1 (-9765) + OH^-1 (-5765) -> No product +At time : 1.6011 ns Reaction : H3O^1 (-7613) + OH^-1 (-12443) -> No product +At time : 1.6011 ns Reaction : OH^0 (-12369) + OH^0 (-7794) -> H2O2^0 (-12490) +At time : 1.6011 ns Reaction : e_aq^-1 (-596) + OH^0 (-12292) -> OH^-1 (-12491) +At time : 1.6011 ns Reaction : OH^-1 (-12170) + H3O^1 (-7183) -> No product +At time : 1.6011 ns Reaction : e_aq^-1 (-4002) + H2O2^0 (-11590) -> OH^-1 (-12492) + OH^0 (-12493) +At time : 1.6011 ns Reaction : OH^0 (-10739) + OH^0 (-9007) -> H2O2^0 (-12494) +At time : 1.6011 ns Reaction : e_aq^-1 (-2770) + H3O^1 (-10725) -> H^0 (-12495) +At time : 1.6011 ns Reaction : H^0 (-10676) + OH^0 (-8995) -> No product +At time : 1.6011 ns Reaction : OH^0 (-10654) + e_aq^-1 (-3502) -> OH^-1 (-12496) +At time : 1.6011 ns Reaction : H3O^1 (-10454) + e_aq^-1 (-5116) -> H^0 (-12497) +At time : 1.6011 ns Reaction : OH^0 (-10350) + OH^0 (-8328) -> H2O2^0 (-12498) +At time : 1.6011 ns Reaction : OH^0 (-10264) + OH^0 (-8186) -> H2O2^0 (-12499) +At time : 1.6011 ns Reaction : H^0 (-10011) + OH^0 (-6190) -> No product +At time : 1.6011 ns Reaction : OH^0 (-9952) + OH^0 (-9942) -> H2O2^0 (-12500) +At time : 1.6011 ns Reaction : e_aq^-1 (-1914) + H^0 (-9938) -> OH^-1 (-12501) + H_2^0 (-12502) +At time : 1.6011 ns Reaction : H^0 (-9850) + e_aq^-1 (-4048) -> OH^-1 (-12503) + H_2^0 (-12504) +At time : 1.6011 ns Reaction : OH^0 (-9728) + OH^0 (-6606) -> H2O2^0 (-12505) +At time : 1.6011 ns Reaction : e_aq^-1 (-5594) + H3O^1 (-8610) -> H^0 (-12506) +At time : 1.6011 ns Reaction : e_aq^-1 (-4034) + H3O^1 (-7631) -> H^0 (-12507) +At time : 1.6011 ns Reaction : e_aq^-1 (-1705) + OH^0 (-6884) -> OH^-1 (-12508) +At time : 1.6011 ns Reaction : e_aq^-1 (-4515) + e_aq^-1 (-4452) -> OH^-1 (-12509) + OH^-1 (-12510) + H_2^0 (-12511) +At time : 1.6011 ns Reaction : e_aq^-1 (-3459) + e_aq^-1 (-3438) -> OH^-1 (-12512) + OH^-1 (-12513) + H_2^0 (-12514) +At time : 1.6011 ns Reaction : e_aq^-1 (-2273) + e_aq^-1 (-2319) -> OH^-1 (-12515) + OH^-1 (-12516) + H_2^0 (-12517) +At time : 1.7011 ns Reaction : OH^-1 (-12503) + H3O^1 (-9838) -> No product +At time : 1.7011 ns Reaction : OH^-1 (-12492) + H3O^1 (-7845) -> No product +At time : 1.7011 ns Reaction : OH^-1 (-12482) + H3O^1 (-8053) -> No product +At time : 1.7011 ns Reaction : OH^-1 (-12471) + H3O^1 (-8263) -> No product +At time : 1.7011 ns Reaction : H3O^1 (-7347) + OH^-1 (-12385) -> No product +At time : 1.7011 ns Reaction : OH^-1 (-12364) + H3O^1 (-7049) -> No product +At time : 1.7011 ns Reaction : OH^-1 (-12280) + H3O^1 (-8556) -> No product +At time : 1.7011 ns Reaction : OH^-1 (-12088) + H3O^1 (-8061) -> No product +At time : 1.7011 ns Reaction : OH^0 (-11961) + OH^0 (-11087) -> H2O2^0 (-12518) +At time : 1.7011 ns Reaction : H^0 (-11201) + OH^0 (-6142) -> No product +At time : 1.7011 ns Reaction : OH^0 (-11119) + OH^0 (-7464) -> H2O2^0 (-12519) +At time : 1.7011 ns Reaction : OH^0 (-11005) + OH^0 (-8032) -> H2O2^0 (-12520) +At time : 1.7011 ns Reaction : OH^0 (-10791) + OH^0 (-6726) -> H2O2^0 (-12521) +At time : 1.7011 ns Reaction : H^0 (-10428) + OH^0 (-7458) -> No product +At time : 1.7011 ns Reaction : OH^0 (-9712) + OH^0 (-7654) -> H2O2^0 (-12522) +At time : 1.7011 ns Reaction : OH^0 (-9206) + OH^0 (-9605) -> H2O2^0 (-12523) +At time : 1.7011 ns Reaction : e_aq^-1 (-876) + H^0 (-9321) -> OH^-1 (-12524) + H_2^0 (-12525) +At time : 1.7011 ns Reaction : OH^0 (-9144) + H^0 (-9145) -> No product +At time : 1.7011 ns Reaction : e_aq^-1 (-4417) + H^0 (-9050) -> OH^-1 (-12526) + H_2^0 (-12527) +At time : 1.7011 ns Reaction : OH^0 (-6180) + OH^0 (-7982) -> H2O2^0 (-12528) +At time : 1.7011 ns Reaction : e_aq^-1 (-2421) + H3O^1 (-7809) -> H^0 (-12529) +At time : 1.7011 ns Reaction : OH^0 (-6738) + OH^0 (-7630) -> H2O2^0 (-12530) +At time : 1.7011 ns Reaction : OH^0 (-7226) + OH^0 (-7228) -> H2O2^0 (-12531) +At time : 1.7011 ns Reaction : OH^0 (-7020) + OH^0 (-7038) -> H2O2^0 (-12532) +At time : 1.7011 ns Reaction : e_aq^-1 (-3783) + H3O^1 (-6517) -> H^0 (-12533) +At time : 1.7011 ns Reaction : e_aq^-1 (-16) + e_aq^-1 (-5658) -> OH^-1 (-12534) + OH^-1 (-12535) + H_2^0 (-12536) +At time : 1.7011 ns Reaction : OH^0 (-7512) + OH^0 (-8582) -> H2O2^0 (-12537) +At time : 1.8011 ns Reaction : e_aq^-1 (-4968) + H2O2^0 (-12470) -> OH^-1 (-12538) + OH^0 (-12539) +At time : 1.8011 ns Reaction : OH^-1 (-12463) + H3O^1 (-7943) -> No product +At time : 1.8011 ns Reaction : e_aq^-1 (-161) + OH^0 (-12329) -> OH^-1 (-12540) +At time : 1.8011 ns Reaction : e_aq^-1 (-4940) + H2O2^0 (-12289) -> OH^-1 (-12541) + OH^0 (-12542) +At time : 1.8011 ns Reaction : e_aq^-1 (-4072) + H^0 (-12002) -> OH^-1 (-12543) + H_2^0 (-12544) +At time : 1.8011 ns Reaction : e_aq^-1 (-4614) + H2O2^0 (-11999) -> OH^-1 (-12545) + OH^0 (-12546) +At time : 1.8011 ns Reaction : H^0 (-11921) + OH^0 (-7094) -> No product +At time : 1.8011 ns Reaction : H3O^1 (-10839) + e_aq^-1 (-4227) -> H^0 (-12547) +At time : 1.8011 ns Reaction : OH^0 (-10591) + OH^0 (-6734) -> H2O2^0 (-12548) +At time : 1.8011 ns Reaction : e_aq^-1 (-828) + H^0 (-10203) -> OH^-1 (-12549) + H_2^0 (-12550) +At time : 1.8011 ns Reaction : OH^0 (-9780) + OH^0 (-6688) -> H2O2^0 (-12551) +At time : 1.8011 ns Reaction : OH^0 (-9697) + OH^0 (-6558) -> H2O2^0 (-12552) +At time : 1.8011 ns Reaction : OH^0 (-9181) + e_aq^-1 (-3603) -> OH^-1 (-12553) +At time : 1.8011 ns Reaction : e_aq^-1 (-179) + OH^0 (-9099) -> OH^-1 (-12554) +At time : 1.8011 ns Reaction : OH^0 (-7416) + OH^0 (-8468) -> H2O2^0 (-12555) +At time : 1.8011 ns Reaction : OH^0 (-8046) + OH^0 (-8048) -> H2O2^0 (-12556) +At time : 1.8011 ns Reaction : OH^0 (-6386) + OH^0 (-7740) -> H2O2^0 (-12557) +At time : 1.8011 ns Reaction : e_aq^-1 (-5284) + OH^0 (-7452) -> OH^-1 (-12558) +At time : 1.8011 ns Reaction : e_aq^-1 (-4858) + H3O^1 (-7115) -> H^0 (-12559) +At time : 1.8011 ns Reaction : e_aq^-1 (-3688) + e_aq^-1 (-2872) -> OH^-1 (-12560) + OH^-1 (-12561) + H_2^0 (-12562) +At time : 1.8011 ns Reaction : OH^-1 (-11877) + H3O^1 (-8700) -> No product +At time : 1.8011 ns Reaction : e_aq^-1 (-5390) + OH^0 (-8907) -> OH^-1 (-12563) +At time : 1.9011 ns Reaction : H3O^1 (-6315) + OH^-1 (-12553) -> No product +At time : 1.9011 ns Reaction : OH^-1 (-12426) + H3O^1 (-6615) -> No product +At time : 1.9011 ns Reaction : OH^-1 (-12398) + H3O^1 (-7997) -> No product +At time : 1.9011 ns Reaction : e_aq^-1 (-740) + H2O2^0 (-12185) -> OH^-1 (-12564) + OH^0 (-12565) +At time : 1.9011 ns Reaction : e_aq^-1 (-218) + H^0 (-12159) -> OH^-1 (-12566) + H_2^0 (-12567) +At time : 1.9011 ns Reaction : e_aq^-1 (-924) + H2O2^0 (-11980) -> OH^-1 (-12568) + OH^0 (-12569) +At time : 1.9011 ns Reaction : e_aq^-1 (-4917) + H2O2^0 (-11693) -> OH^-1 (-12570) + OH^0 (-12571) +At time : 1.9011 ns Reaction : H2O2^0 (-11608) + e_aq^-1 (-8527) -> OH^-1 (-12572) + OH^0 (-12573) +At time : 1.9011 ns Reaction : H^0 (-11330) + H^0 (-8960) -> H_2^0 (-12574) +At time : 1.9011 ns Reaction : e_aq^-1 (-4245) + H^0 (-11231) -> OH^-1 (-12575) + H_2^0 (-12576) +At time : 1.9011 ns Reaction : OH^0 (-11228) + e_aq^-1 (-4207) -> OH^-1 (-12577) +At time : 1.9011 ns Reaction : e_aq^-1 (-283) + H3O^1 (-11165) -> H^0 (-12578) +At time : 1.9011 ns Reaction : e_aq^-1 (-656) + OH^0 (-11083) -> OH^-1 (-12579) +At time : 1.9011 ns Reaction : H3O^1 (-10981) + e_aq^-1 (-4724) -> H^0 (-12580) +At time : 1.9011 ns Reaction : e_aq^-1 (-4355) + OH^0 (-10892) -> OH^-1 (-12581) +At time : 1.9011 ns Reaction : e_aq^-1 (-2034) + H3O^1 (-9878) -> H^0 (-12582) +At time : 1.9011 ns Reaction : H^0 (-9572) + OH^0 (-7738) -> No product +At time : 1.9011 ns Reaction : e_aq^-1 (-2741) + H3O^1 (-7661) -> H^0 (-12583) +At time : 1.9011 ns Reaction : e_aq^-1 (-1471) + H3O^1 (-7561) -> H^0 (-12584) +At time : 1.9011 ns Reaction : e_aq^-1 (-2363) + H3O^1 (-6655) -> H^0 (-12585) +At time : 1.9011 ns Reaction : e_aq^-1 (-3927) + H3O^1 (-6649) -> H^0 (-12586) +At time : 1.9011 ns Reaction : e_aq^-1 (-8362) + H2O2^0 (-11439) -> OH^-1 (-12587) + OH^0 (-12588) +At time : 1.9011 ns Reaction : H^0 (-9977) + H^0 (-9042) -> H_2^0 (-12589) +At time : 1.9011 ns Reaction : OH^0 (-9245) + e_aq^-1 (-4047) -> OH^-1 (-12590) +At time : 2.0011 ns Reaction : OH^-1 (-12568) + H3O^1 (-7107) -> No product +At time : 2.0011 ns Reaction : H3O^1 (-6323) + OH^-1 (-12461) -> No product +At time : 2.0011 ns Reaction : OH^-1 (-12441) + H3O^1 (-7299) -> No product +At time : 2.0011 ns Reaction : OH^-1 (-12024) + H3O^1 (-7011) -> No product +At time : 2.0011 ns Reaction : H3O^1 (-11118) + e_aq^-1 (-5207) -> H^0 (-12591) +At time : 2.0011 ns Reaction : H3O^1 (-10955) + e_aq^-1 (-1242) -> H^0 (-12592) +At time : 2.0011 ns Reaction : OH^0 (-10576) + OH^0 (-6202) -> H2O2^0 (-12593) +At time : 2.0011 ns Reaction : e_aq^-1 (-5308) + H3O^1 (-10304) -> H^0 (-12594) +At time : 2.0011 ns Reaction : e_aq^-1 (-1258) + OH^0 (-9297) -> OH^-1 (-12595) +At time : 2.0011 ns Reaction : e_aq^-1 (-95) + H3O^1 (-8323) -> H^0 (-12596) +At time : 2.0011 ns Reaction : e_aq^-1 (-3048) + OH^0 (-7728) -> OH^-1 (-12597) +At time : 2.0011 ns Reaction : OH^0 (-5892) + OH^0 (-7718) -> H2O2^0 (-12598) +At time : 2.0011 ns Reaction : OH^-1 (-5756) + H3O^1 (-7603) -> No product +At time : 2.0011 ns Reaction : e_aq^-1 (-503) + H3O^1 (-7247) -> H^0 (-12599) +At time : 2.0011 ns Reaction : e_aq^-1 (-4443) + e_aq^-1 (-4454) -> OH^-1 (-12600) + OH^-1 (-12601) + H_2^0 (-12602) +At time : 2.0011 ns Reaction : OH^0 (-11170) + e_aq^-1 (-5478) -> OH^-1 (-12603) +At time : 2.0011 ns Reaction : OH^0 (-9150) + e_aq^-1 (-3455) -> OH^-1 (-12604) +At time : 2.0011 ns Reaction : H3O^1 (-10382) + OH^-1 (-12603) -> No product +At time : 2.1011 ns Reaction : e_aq^-1 (-3968) + H2O2^0 (-12439) -> OH^-1 (-12605) + OH^0 (-12606) +At time : 2.1011 ns Reaction : e_aq^-1 (-359) + H2O2^0 (-12337) -> OH^-1 (-12607) + OH^0 (-12608) +At time : 2.1011 ns Reaction : OH^-1 (-12153) + H3O^1 (-6025) -> No product +At time : 2.1011 ns Reaction : e_aq^-1 (-249) + H3O^1 (-11349) -> H^0 (-12609) +At time : 2.1011 ns Reaction : OH^0 (-11296) + OH^0 (-7918) -> H2O2^0 (-12610) +At time : 2.1011 ns Reaction : H^0 (-11199) + e_aq^-1 (-1623) -> OH^-1 (-12611) + H_2^0 (-12612) +At time : 2.1011 ns Reaction : H^0 (-10972) + OH^0 (-7040) -> No product +At time : 2.1011 ns Reaction : OH^0 (-10731) + OH^0 (-9660) -> H2O2^0 (-12613) +At time : 2.1011 ns Reaction : H3O^1 (-10581) + e_aq^-1 (-2023) -> H^0 (-12614) +At time : 2.1011 ns Reaction : OH^0 (-10285) + OH^0 (-8453) -> H2O2^0 (-12615) +At time : 2.1011 ns Reaction : H^0 (-9180) + OH^0 (-9545) -> No product +At time : 2.1011 ns Reaction : OH^0 (-9521) + H^0 (-9518) -> No product +At time : 2.1011 ns Reaction : OH^0 (-8801) + H^0 (-9046) -> No product +At time : 2.1011 ns Reaction : OH^0 (-6708) + OH^0 (-9017) -> H2O2^0 (-12616) +At time : 2.1011 ns Reaction : H3O^1 (-8388) + e_aq^-1 (-8875) -> H^0 (-12617) +At time : 2.1011 ns Reaction : e_aq^-1 (-8863) + OH^0 (-8873) -> OH^-1 (-12618) +At time : 2.1011 ns Reaction : e_aq^-1 (-4372) + H3O^1 (-8808) -> H^0 (-12619) +At time : 2.1011 ns Reaction : OH^0 (-6896) + OH^0 (-8807) -> H2O2^0 (-12620) +At time : 2.1011 ns Reaction : e_aq^-1 (-5109) + H3O^1 (-8139) -> H^0 (-12621) +At time : 2.1011 ns Reaction : e_aq^-1 (-5029) + H3O^1 (-7145) -> H^0 (-12622) +At time : 2.1011 ns Reaction : e_aq^-1 (-4946) + H3O^1 (-7127) -> H^0 (-12623) +At time : 2.1011 ns Reaction : e_aq^-1 (-2808) + e_aq^-1 (-2815) -> OH^-1 (-12624) + OH^-1 (-12625) + H_2^0 (-12626) +At time : 2.1011 ns Reaction : H3O^1 (-6967) + OH^-1 (-12545) -> No product +At time : 2.1011 ns Reaction : e_aq^-1 (-601) + OH^0 (-8160) -> OH^-1 (-12627) +At time : 2.2011 ns Reaction : OH^-1 (-12627) + H3O^1 (-7219) -> No product +At time : 2.2011 ns Reaction : H3O^1 (-10314) + OH^-1 (-12607) -> No product +At time : 2.2011 ns Reaction : H3O^1 (-10449) + OH^-1 (-12491) -> No product +At time : 2.2011 ns Reaction : OH^-1 (-12382) + H3O^1 (-6355) -> No product +At time : 2.2011 ns Reaction : OH^-1 (-12224) + H3O^1 (-7141) -> No product +At time : 2.2011 ns Reaction : H3O^1 (-10889) + OH^-1 (-12206) -> No product +At time : 2.2011 ns Reaction : e_aq^-1 (-692) + H2O2^0 (-11923) -> OH^-1 (-12628) + OH^0 (-12629) +At time : 2.2011 ns Reaction : H^0 (-11125) + OH^0 (-7250) -> No product +At time : 2.2011 ns Reaction : H3O^1 (-11098) + e_aq^-1 (-5202) -> H^0 (-12630) +At time : 2.2011 ns Reaction : H3O^1 (-10979) + e_aq^-1 (-4794) -> H^0 (-12631) +At time : 2.2011 ns Reaction : H^0 (-10946) + e_aq^-1 (-1392) -> OH^-1 (-12632) + H_2^0 (-12633) +At time : 2.2011 ns Reaction : OH^0 (-10761) + OH^0 (-6654) -> H2O2^0 (-12634) +At time : 2.2011 ns Reaction : OH^0 (-9420) + OH^0 (-7082) -> H2O2^0 (-12635) +At time : 2.2011 ns Reaction : e_aq^-1 (-3836) + H3O^1 (-8523) -> H^0 (-12636) +At time : 2.2011 ns Reaction : e_aq^-1 (-3666) + H3O^1 (-7751) -> H^0 (-12637) +At time : 2.2011 ns Reaction : e_aq^-1 (-2256) + H3O^1 (-5957) -> H^0 (-12638) +At time : 2.2011 ns Reaction : OH^-1 (-12587) + H3O^1 (-7605) -> No product +At time : 2.3011 ns Reaction : OH^-1 (-12378) + H3O^1 (-8113) -> No product +At time : 2.3011 ns Reaction : OH^0 (-12282) + e_aq^-1 (-4610) -> OH^-1 (-12639) +At time : 2.3011 ns Reaction : H^0 (-12196) + e_aq^-1 (-3117) -> OH^-1 (-12640) + H_2^0 (-12641) +At time : 2.3011 ns Reaction : H^0 (-12066) + e_aq^-1 (-4036) -> OH^-1 (-12642) + H_2^0 (-12643) +At time : 2.3011 ns Reaction : OH^0 (-10423) + H^0 (-11796) -> No product +At time : 2.3011 ns Reaction : OH^0 (-11076) + OH^0 (-7182) -> H2O2^0 (-12644) +At time : 2.3011 ns Reaction : OH^0 (-10953) + OH^0 (-5866) -> H2O2^0 (-12645) +At time : 2.3011 ns Reaction : OH^0 (-10696) + H^0 (-9559) -> No product +At time : 2.3011 ns Reaction : H^0 (-10694) + e_aq^-1 (-3602) -> OH^-1 (-12646) + H_2^0 (-12647) +At time : 2.3011 ns Reaction : OH^0 (-10517) + OH^0 (-8008) -> H2O2^0 (-12648) +At time : 2.3011 ns Reaction : H3O^1 (-10210) + e_aq^-1 (-5112) -> H^0 (-12649) +At time : 2.3011 ns Reaction : e_aq^-1 (-3143) + H^0 (-9529) -> OH^-1 (-12650) + H_2^0 (-12651) +At time : 2.3011 ns Reaction : OH^0 (-7928) + OH^0 (-8806) -> H2O2^0 (-12652) +At time : 2.3011 ns Reaction : e_aq^-1 (-3220) + H3O^1 (-7703) -> H^0 (-12653) +At time : 2.3011 ns Reaction : e_aq^-1 (-3527) + H3O^1 (-6243) -> H^0 (-12654) +At time : 2.3011 ns Reaction : e_aq^-1 (-4477) + OH^0 (-7962) -> OH^-1 (-12655) +At time : 2.3011 ns Reaction : e_aq^-1 (-2621) + OH^0 (-6584) -> OH^-1 (-12656) +At time : 2.4011 ns Reaction : OH^-1 (-12656) + H3O^1 (-6583) -> No product +At time : 2.4011 ns Reaction : OH^-1 (-12655) + H3O^1 (-7575) -> No product +At time : 2.4011 ns Reaction : OH^-1 (-12604) + H3O^1 (-6211) -> No product +At time : 2.4011 ns Reaction : H3O^1 (-5983) + OH^-1 (-12575) -> No product +At time : 2.4011 ns Reaction : OH^0 (-5940) + H^0 (-12221) -> No product +At time : 2.4011 ns Reaction : e_aq^-1 (-5085) + H2O2^0 (-11666) -> OH^-1 (-12657) + OH^0 (-12658) +At time : 2.4011 ns Reaction : H^0 (-11151) + e_aq^-1 (-5441) -> OH^-1 (-12659) + H_2^0 (-12660) +At time : 2.4011 ns Reaction : H3O^1 (-10355) + e_aq^-1 (-5653) -> H^0 (-12661) +At time : 2.4011 ns Reaction : H3O^1 (-9513) + e_aq^-1 (-3222) -> H^0 (-12662) +At time : 2.4011 ns Reaction : H^0 (-9450) + e_aq^-1 (-3443) -> OH^-1 (-12663) + H_2^0 (-12664) +At time : 2.4011 ns Reaction : H^0 (-9339) + OH^0 (-6140) -> No product +At time : 2.4011 ns Reaction : e_aq^-1 (-5591) + H3O^1 (-8460) -> H^0 (-12665) +At time : 2.4011 ns Reaction : e_aq^-1 (-319) + OH^0 (-8456) -> OH^-1 (-12666) +At time : 2.4011 ns Reaction : e_aq^-1 (-241) + H3O^1 (-7405) -> H^0 (-12667) +At time : 2.4011 ns Reaction : OH^0 (-6662) + OH^0 (-6670) -> H2O2^0 (-12668) +At time : 2.4011 ns Reaction : e_aq^-1 (-141) + e_aq^-1 (-5492) -> OH^-1 (-12669) + OH^-1 (-12670) + H_2^0 (-12671) +At time : 2.4011 ns Reaction : e_aq^-1 (-1504) + e_aq^-1 (-1609) -> OH^-1 (-12672) + OH^-1 (-12673) + H_2^0 (-12674) +At time : 2.4011 ns Reaction : OH^-1 (-12666) + H3O^1 (-8249) -> No product +At time : 2.4011 ns Reaction : e_aq^-1 (-3013) + OH^0 (-8732) -> OH^-1 (-12675) +At time : 2.4011 ns Reaction : e_aq^-1 (-1509) + OH^0 (-5748) -> OH^-1 (-12676) +At time : 2.5011 ns Reaction : H3O^1 (-9526) + OH^-1 (-12640) -> No product +At time : 2.5011 ns Reaction : H3O^1 (-9625) + OH^-1 (-12572) -> No product +At time : 2.5011 ns Reaction : OH^0 (-12565) + e_aq^-1 (-8446) -> OH^-1 (-12677) +At time : 2.5011 ns Reaction : OH^-1 (-12526) + H3O^1 (-8823) -> No product +At time : 2.5011 ns Reaction : OH^-1 (-12524) + H3O^1 (-8097) -> No product +At time : 2.5011 ns Reaction : H3O^1 (-9746) + OH^-1 (-12368) -> No product +At time : 2.5011 ns Reaction : e_aq^-1 (-3629) + H2O2^0 (-12268) -> OH^-1 (-12678) + OH^0 (-12679) +At time : 2.5011 ns Reaction : H2O2^0 (-12250) + e_aq^-1 (-4744) -> OH^-1 (-12680) + OH^0 (-12681) +At time : 2.5011 ns Reaction : e_aq^-1 (-1586) + H^0 (-12099) -> OH^-1 (-12682) + H_2^0 (-12683) +At time : 2.5011 ns Reaction : H3O^1 (-10830) + OH^-1 (-11995) -> No product +At time : 2.5011 ns Reaction : e_aq^-1 (-5173) + H^0 (-11804) -> OH^-1 (-12684) + H_2^0 (-12685) +At time : 2.5011 ns Reaction : H^0 (-11129) + OH^0 (-8943) -> No product +At time : 2.5011 ns Reaction : OH^0 (-10754) + OH^0 (-6638) -> H2O2^0 (-12686) +At time : 2.5011 ns Reaction : OH^0 (-9781) + OH^0 (-6682) -> H2O2^0 (-12687) +At time : 2.5011 ns Reaction : OH^0 (-9271) + OH^0 (-5996) -> H2O2^0 (-12688) +At time : 2.5011 ns Reaction : OH^0 (-8058) + OH^0 (-8062) -> H2O2^0 (-12689) +At time : 2.5011 ns Reaction : e_aq^-1 (-4218) + H3O^1 (-7909) -> H^0 (-12690) +At time : 2.5011 ns Reaction : OH^0 (-6004) + OH^0 (-7578) -> H2O2^0 (-12691) +At time : 2.5011 ns Reaction : e_aq^-1 (-4546) + OH^0 (-6946) -> OH^-1 (-12692) +At time : 2.5011 ns Reaction : OH^0 (-5974) + OH^0 (-6798) -> H2O2^0 (-12693) +At time : 2.5011 ns Reaction : OH^-1 (-12657) + H3O^1 (-8445) -> No product +At time : 2.6011 ns Reaction : OH^-1 (-12677) + H3O^1 (-7173) -> No product +At time : 2.6011 ns Reaction : H3O^1 (-6991) + OH^-1 (-12639) -> No product +At time : 2.6011 ns Reaction : OH^-1 (-12186) + H3O^1 (-6259) -> No product +At time : 2.6011 ns Reaction : OH^0 (-6318) + H^0 (-12126) -> No product +At time : 2.6011 ns Reaction : e_aq^-1 (-5298) + H2O2^0 (-11912) -> OH^-1 (-12694) + OH^0 (-12695) +At time : 2.6011 ns Reaction : e_aq^-1 (-51) + H2O2^0 (-11605) -> OH^-1 (-12696) + OH^0 (-12697) +At time : 2.6011 ns Reaction : H2O2^0 (-11447) + e_aq^-1 (-4000) -> OH^-1 (-12698) + OH^0 (-12699) +At time : 2.6011 ns Reaction : OH^0 (-10621) + OH^0 (-7804) -> H2O2^0 (-12700) +At time : 2.6011 ns Reaction : H3O^1 (-10589) + e_aq^-1 (-4060) -> H^0 (-12701) +At time : 2.6011 ns Reaction : H3O^1 (-10447) + e_aq^-1 (-5174) -> H^0 (-12702) +At time : 2.6011 ns Reaction : e_aq^-1 (-623) + H3O^1 (-10246) -> H^0 (-12703) +At time : 2.6011 ns Reaction : H3O^1 (-10244) + e_aq^-1 (-5129) -> H^0 (-12704) +At time : 2.6011 ns Reaction : e_aq^-1 (-5571) + e_aq^-1 (-5569) -> OH^-1 (-12705) + OH^-1 (-12706) + H_2^0 (-12707) +At time : 2.6011 ns Reaction : e_aq^-1 (-1138) + e_aq^-1 (-4722) -> OH^-1 (-12708) + OH^-1 (-12709) + H_2^0 (-12710) +At time : 2.6011 ns Reaction : e_aq^-1 (-2904) + e_aq^-1 (-3682) -> OH^-1 (-12711) + OH^-1 (-12712) + H_2^0 (-12713) +At time : 2.6011 ns Reaction : e_aq^-1 (-2867) + e_aq^-1 (-3679) -> OH^-1 (-12714) + OH^-1 (-12715) + H_2^0 (-12716) +At time : 2.7011 ns Reaction : H3O^1 (-8211) + OH^-1 (-12694) -> No product +At time : 2.7011 ns Reaction : OH^-1 (-12642) + H3O^1 (-6725) -> No product +At time : 2.7011 ns Reaction : OH^-1 (-12581) + H3O^1 (-8685) -> No product +At time : 2.7011 ns Reaction : H^0 (-12420) + OH^0 (-8360) -> No product +At time : 2.7011 ns Reaction : OH^-1 (-12365) + H3O^1 (-8502) -> No product +At time : 2.7011 ns Reaction : H3O^1 (-6191) + OH^-1 (-12271) -> No product +At time : 2.7011 ns Reaction : e_aq^-1 (-595) + H3O^1 (-11114) -> H^0 (-12717) +At time : 2.7011 ns Reaction : H3O^1 (-10419) + e_aq^-1 (-5282) -> H^0 (-12718) +At time : 2.7011 ns Reaction : OH^0 (-9748) + e_aq^-1 (-3900) -> OH^-1 (-12719) +At time : 2.7011 ns Reaction : e_aq^-1 (-2784) + H3O^1 (-7769) -> H^0 (-12720) +At time : 2.7011 ns Reaction : OH^0 (-7310) + OH^0 (-7324) -> H2O2^0 (-12721) +At time : 2.7011 ns Reaction : e_aq^-1 (-2623) + H3O^1 (-6591) -> H^0 (-12722) +At time : 2.7011 ns Reaction : e_aq^-1 (-4504) + H3O^1 (-6011) -> H^0 (-12723) +At time : 2.7011 ns Reaction : OH^-1 (-12719) + H3O^1 (-6621) -> No product +At time : 2.7011 ns Reaction : H^0 (-10403) + OH^0 (-8230) -> No product +At time : 2.7011 ns Reaction : H^0 (-9237) + e_aq^-1 (-3998) -> OH^-1 (-12724) + H_2^0 (-12725) +At time : 2.7011 ns Reaction : e_aq^-1 (-2753) + OH^0 (-6468) -> OH^-1 (-12726) +At time : 2.8011 ns Reaction : OH^-1 (-12684) + H3O^1 (-7215) -> No product +At time : 2.8011 ns Reaction : H3O^1 (-11029) + OH^-1 (-12570) -> No product +At time : 2.8011 ns Reaction : OH^0 (-11310) + OH^0 (-9706) -> H2O2^0 (-12727) +At time : 2.8011 ns Reaction : OH^0 (-10785) + OH^0 (-5956) -> H2O2^0 (-12728) +At time : 2.8011 ns Reaction : e_aq^-1 (-3786) + OH^0 (-9690) -> OH^-1 (-12729) +At time : 2.8011 ns Reaction : OH^0 (-9172) + e_aq^-1 (-3537) -> OH^-1 (-12730) +At time : 2.8011 ns Reaction : e_aq^-1 (-4804) + e_aq^-1 (-4868) -> OH^-1 (-12731) + OH^-1 (-12732) + H_2^0 (-12733) +At time : 2.8011 ns Reaction : e_aq^-1 (-4397) + OH^0 (-6892) -> OH^-1 (-12734) +At time : 2.9011 ns Reaction : H^0 (-12653) + OH^0 (-6266) -> No product +At time : 2.9011 ns Reaction : H3O^1 (-6485) + OH^-1 (-12299) -> No product +At time : 2.9011 ns Reaction : H3O^1 (-7021) + OH^-1 (-12023) -> No product +At time : 2.9011 ns Reaction : OH^0 (-10698) + H^0 (-11628) -> No product +At time : 2.9011 ns Reaction : OH^0 (-10547) + OH^0 (-7590) -> H2O2^0 (-12735) +At time : 2.9011 ns Reaction : OH^0 (-10480) + e_aq^-1 (-940) -> OH^-1 (-12736) +At time : 2.9011 ns Reaction : OH^0 (-10394) + OH^0 (-7284) -> H2O2^0 (-12737) +At time : 2.9011 ns Reaction : OH^0 (-9813) + e_aq^-1 (-2240) -> OH^-1 (-12738) +At time : 2.9011 ns Reaction : H^0 (-9479) + OH^0 (-6230) -> No product +At time : 2.9011 ns Reaction : e_aq^-1 (-2324) + H^0 (-9014) -> OH^-1 (-12739) + H_2^0 (-12740) +At time : 2.9011 ns Reaction : e_aq^-1 (-4957) + H3O^1 (-8874) -> H^0 (-12741) +At time : 2.9011 ns Reaction : e_aq^-1 (-4541) + H3O^1 (-7969) -> H^0 (-12742) +At time : 2.9011 ns Reaction : e_aq^-1 (-4040) + H3O^1 (-7865) -> H^0 (-12743) +At time : 2.9011 ns Reaction : e_aq^-1 (-2080) + H3O^1 (-7621) -> H^0 (-12744) +At time : 3.0011 ns Reaction : OH^-1 (-12711) + H3O^1 (-7753) -> No product +At time : 3.0011 ns Reaction : H^0 (-9375) + H^0 (-12596) -> H_2^0 (-12745) +At time : 3.0011 ns Reaction : e_aq^-1 (-2424) + H^0 (-12585) -> OH^-1 (-12746) + H_2^0 (-12747) +At time : 3.0011 ns Reaction : OH^-1 (-12558) + H3O^1 (-6075) -> No product +At time : 3.0011 ns Reaction : H2O2^0 (-12532) + e_aq^-1 (-8572) -> OH^-1 (-12748) + OH^0 (-12749) +At time : 3.0011 ns Reaction : OH^-1 (-12467) + H3O^1 (-5901) -> No product +At time : 3.0011 ns Reaction : OH^0 (-7114) + H^0 (-12267) -> No product +At time : 3.0011 ns Reaction : e_aq^-1 (-702) + H3O^1 (-11063) -> H^0 (-12750) +At time : 3.0011 ns Reaction : H^0 (-9782) + OH^0 (-10777) -> No product +At time : 3.0011 ns Reaction : H3O^1 (-10579) + e_aq^-1 (-4205) -> H^0 (-12751) +At time : 3.0011 ns Reaction : OH^0 (-10166) + OH^0 (-7514) -> H2O2^0 (-12752) +At time : 3.0011 ns Reaction : OH^0 (-10091) + OH^0 (-8959) -> H2O2^0 (-12753) +At time : 3.0011 ns Reaction : e_aq^-1 (-2339) + e_aq^-1 (-2400) -> OH^-1 (-12754) + OH^-1 (-12755) + H_2^0 (-12756) +At time : 3.0011 ns Reaction : H3O^1 (-10474) + OH^-1 (-12736) -> No product +At time : 3.0011 ns Reaction : OH^-1 (-12600) + H3O^1 (-7951) -> No product +At time : 3.1011 ns Reaction : OH^-1 (-12618) + H3O^1 (-8865) -> No product +At time : 3.1011 ns Reaction : H3O^1 (-9910) + OH^-1 (-12577) -> No product +At time : 3.1011 ns Reaction : OH^-1 (-12563) + H3O^1 (-10308) -> No product +At time : 3.1011 ns Reaction : H3O^1 (-6757) + OH^-1 (-12543) -> No product +At time : 3.1011 ns Reaction : H3O^1 (-10680) + OH^-1 (-12406) -> No product +At time : 3.1011 ns Reaction : e_aq^-1 (-5356) + H^0 (-12393) -> OH^-1 (-12757) + H_2^0 (-12758) +At time : 3.1011 ns Reaction : OH^-1 (-12359) + H3O^1 (-9823) -> No product +At time : 3.1011 ns Reaction : H3O^1 (-10689) + OH^-1 (-11969) -> No product +At time : 3.1011 ns Reaction : H2O2^0 (-11735) + e_aq^-1 (-3665) -> OH^-1 (-12759) + OH^0 (-12760) +At time : 3.1011 ns Reaction : OH^0 (-11212) + OH^0 (-6436) -> H2O2^0 (-12761) +At time : 3.1011 ns Reaction : H^0 (-10662) + OH^0 (-6258) -> No product +At time : 3.1011 ns Reaction : OH^0 (-9730) + e_aq^-1 (-2540) -> OH^-1 (-12762) +At time : 3.1011 ns Reaction : H^0 (-9337) + OH^0 (-7474) -> No product +At time : 3.1011 ns Reaction : OH^0 (-9114) + OH^0 (-7920) -> H2O2^0 (-12763) +At time : 3.1011 ns Reaction : e_aq^-1 (-585) + H^0 (-8946) -> OH^-1 (-12764) + H_2^0 (-12765) +At time : 3.1011 ns Reaction : e_aq^-1 (-4900) + H3O^1 (-7109) -> H^0 (-12766) +At time : 3.1011 ns Reaction : e_aq^-1 (-2359) + H3O^1 (-6685) -> H^0 (-12767) +At time : 3.1011 ns Reaction : e_aq^-1 (-2685) + H3O^1 (-6487) -> H^0 (-12768) +At time : 3.1011 ns Reaction : e_aq^-1 (-2921) + e_aq^-1 (-2946) -> OH^-1 (-12769) + OH^-1 (-12770) + H_2^0 (-12771) +At time : 3.1011 ns Reaction : OH^-1 (-12762) + H3O^1 (-6605) -> No product +At time : 3.1011 ns Reaction : OH^0 (-6382) + OH^0 (-6402) -> H2O2^0 (-12772) +At time : 3.2011 ns Reaction : OH^0 (-12606) + OH^0 (-8979) -> H2O2^0 (-12773) +At time : 3.2011 ns Reaction : H3O^1 (-8141) + OH^-1 (-12564) -> No product +At time : 3.2011 ns Reaction : e_aq^-1 (-4552) + OH^0 (-12546) -> OH^-1 (-12774) +At time : 3.2011 ns Reaction : e_aq^-1 (-4692) + H^0 (-12320) -> OH^-1 (-12775) + H_2^0 (-12776) +At time : 3.2011 ns Reaction : OH^-1 (-11984) + H3O^1 (-10636) -> No product +At time : 3.2011 ns Reaction : OH^0 (-10507) + OH^0 (-7052) -> H2O2^0 (-12777) +At time : 3.2011 ns Reaction : H3O^1 (-6409) + e_aq^-1 (-8749) -> H^0 (-12778) +At time : 3.2011 ns Reaction : e_aq^-1 (-408) + OH^0 (-7256) -> OH^-1 (-12779) +At time : 3.2011 ns Reaction : OH^0 (-6560) + OH^0 (-6580) -> H2O2^0 (-12780) +At time : 3.2011 ns Reaction : e_aq^-1 (-3561) + H3O^1 (-6279) -> H^0 (-12781) +At time : 3.2011 ns Reaction : OH^0 (-9591) + e_aq^-1 (-3648) -> OH^-1 (-12782) +At time : 3.3011 ns Reaction : H3O^1 (-7291) + OH^-1 (-12757) -> No product +At time : 3.3011 ns Reaction : e_aq^-1 (-457) + H^0 (-12599) -> OH^-1 (-12783) + H_2^0 (-12784) +At time : 3.3011 ns Reaction : OH^-1 (-12597) + H3O^1 (-7727) -> No product +At time : 3.3011 ns Reaction : H3O^1 (-7139) + OH^-1 (-12549) -> No product +At time : 3.3011 ns Reaction : OH^0 (-6746) + H^0 (-11968) -> No product +At time : 3.3011 ns Reaction : e_aq^-1 (-2887) + H2O2^0 (-11966) -> OH^-1 (-12785) + OH^0 (-12786) +At time : 3.3011 ns Reaction : H2O2^0 (-11374) + e_aq^-1 (-1080) -> OH^-1 (-12787) + OH^0 (-12788) +At time : 3.3011 ns Reaction : OH^0 (-9641) + OH^0 (-5914) -> H2O2^0 (-12789) +At time : 3.3011 ns Reaction : H^0 (-9164) + H^0 (-9501) -> H_2^0 (-12790) +At time : 3.3011 ns Reaction : e_aq^-1 (-5275) + H3O^1 (-8201) -> H^0 (-12791) +At time : 3.3011 ns Reaction : e_aq^-1 (-1950) + H3O^1 (-5837) -> H^0 (-12792) +At time : 3.4011 ns Reaction : H^0 (-12363) + e_aq^-1 (-1046) -> OH^-1 (-12793) + H_2^0 (-12794) +At time : 3.4011 ns Reaction : e_aq^-1 (-2412) + OH^0 (-10769) -> OH^-1 (-12795) +At time : 3.4011 ns Reaction : OH^0 (-10109) + OH^0 (-6022) -> H2O2^0 (-12796) +At time : 3.4011 ns Reaction : e_aq^-1 (-3044) + OH^0 (-9554) -> OH^-1 (-12797) +At time : 3.4011 ns Reaction : H^0 (-9303) + OH^0 (-6034) -> No product +At time : 3.4011 ns Reaction : e_aq^-1 (-4542) + H3O^1 (-6981) -> H^0 (-12798) +At time : 3.4011 ns Reaction : e_aq^-1 (-3635) + H3O^1 (-6367) -> H^0 (-12799) +At time : 3.4011 ns Reaction : e_aq^-1 (-3764) + H2O2^0 (-11566) -> OH^-1 (-12800) + OH^0 (-12801) +At time : 3.5011 ns Reaction : OH^-1 (-12793) + H3O^1 (-7085) -> No product +At time : 3.5011 ns Reaction : H3O^1 (-10006) + OH^-1 (-12611) -> No product +At time : 3.5011 ns Reaction : H2O2^0 (-12232) + e_aq^-1 (-2968) -> OH^-1 (-12802) + OH^0 (-12803) +At time : 3.5011 ns Reaction : H3O^1 (-11196) + OH^-1 (-12077) -> No product +At time : 3.5011 ns Reaction : e_aq^-1 (-4080) + H2O2^0 (-11967) -> OH^-1 (-12804) + OH^0 (-12805) +At time : 3.5011 ns Reaction : e_aq^-1 (-4124) + H2O2^0 (-11634) -> OH^-1 (-12806) + OH^0 (-12807) +At time : 3.5011 ns Reaction : OH^0 (-9260) + e_aq^-1 (-4203) -> OH^-1 (-12808) +At time : 3.5011 ns Reaction : e_aq^-1 (-1533) + H3O^1 (-7949) -> H^0 (-12809) +At time : 3.6011 ns Reaction : H3O^1 (-9578) + OH^-1 (-12802) -> No product +At time : 3.6011 ns Reaction : OH^0 (-12493) + e_aq^-1 (-2221) -> OH^-1 (-12810) +At time : 3.6011 ns Reaction : e_aq^-1 (-5577) + H2O2^0 (-12265) -> OH^-1 (-12811) + OH^0 (-12812) +At time : 3.6011 ns Reaction : OH^0 (-11204) + e_aq^-1 (-4875) -> OH^-1 (-12813) +At time : 3.6011 ns Reaction : OH^0 (-10912) + e_aq^-1 (-1604) -> OH^-1 (-12814) +At time : 3.6011 ns Reaction : H3O^1 (-10488) + e_aq^-1 (-1119) -> H^0 (-12815) +At time : 3.6011 ns Reaction : e_aq^-1 (-665) + H^0 (-10253) -> OH^-1 (-12816) + H_2^0 (-12817) +At time : 3.6011 ns Reaction : e_aq^-1 (-3821) + H^0 (-8984) -> OH^-1 (-12818) + H_2^0 (-12819) +At time : 3.6011 ns Reaction : e_aq^-1 (-995) + H3O^1 (-7513) -> H^0 (-12820) +At time : 3.6011 ns Reaction : e_aq^-1 (-900) + H3O^1 (-7119) -> H^0 (-12821) +At time : 3.6011 ns Reaction : e_aq^-1 (-4351) + H3O^1 (-6877) -> H^0 (-12822) +At time : 3.6011 ns Reaction : e_aq^-1 (-2647) + OH^0 (-6538) -> OH^-1 (-12823) +At time : 3.6011 ns Reaction : e_aq^-1 (-3619) + H3O^1 (-6347) -> H^0 (-12824) +At time : 3.6011 ns Reaction : OH^0 (-9325) + e_aq^-1 (-4996) -> OH^-1 (-12825) +At time : 3.7011 ns Reaction : H3O^1 (-5923) + OH^-1 (-12800) -> No product +At time : 3.7011 ns Reaction : e_aq^-1 (-875) + H^0 (-12741) -> OH^-1 (-12826) + H_2^0 (-12827) +At time : 3.7011 ns Reaction : H3O^1 (-10368) + OH^-1 (-12696) -> No product +At time : 3.7011 ns Reaction : H^0 (-10076) + OH^0 (-12681) -> No product +At time : 3.7011 ns Reaction : H^0 (-12495) + OH^0 (-6496) -> No product +At time : 3.7011 ns Reaction : e_aq^-1 (-2077) + OH^0 (-9857) -> OH^-1 (-12828) +At time : 3.7011 ns Reaction : H^0 (-9115) + OH^0 (-7602) -> No product +At time : 3.7011 ns Reaction : e_aq^-1 (-5474) + H3O^1 (-8283) -> H^0 (-12829) +At time : 3.7011 ns Reaction : e_aq^-1 (-4232) + H3O^1 (-7609) -> H^0 (-12830) +At time : 3.7011 ns Reaction : e_aq^-1 (-3842) + H3O^1 (-6579) -> H^0 (-12831) +At time : 3.8011 ns Reaction : OH^-1 (-12759) + H3O^1 (-7759) -> No product +At time : 3.8011 ns Reaction : H3O^1 (-6893) + OH^-1 (-12508) -> No product +At time : 3.8011 ns Reaction : H2O2^0 (-12465) + e_aq^-1 (-3463) -> OH^-1 (-12832) + OH^0 (-12833) +At time : 3.8011 ns Reaction : OH^0 (-11304) + OH^0 (-10692) -> H2O2^0 (-12834) +At time : 3.8011 ns Reaction : H3O^1 (-11169) + e_aq^-1 (-5491) -> H^0 (-12835) +At time : 3.8011 ns Reaction : H3O^1 (-10616) + e_aq^-1 (-3969) -> H^0 (-12836) +At time : 3.8011 ns Reaction : H3O^1 (-9863) + e_aq^-1 (-4077) -> H^0 (-12837) +At time : 3.8011 ns Reaction : OH^0 (-6822) + H^0 (-8974) -> No product +At time : 3.8011 ns Reaction : e_aq^-1 (-3614) + OH^0 (-8723) -> OH^-1 (-12838) +At time : 3.8011 ns Reaction : OH^0 (-7188) + OH^0 (-8150) -> H2O2^0 (-12839) +At time : 3.8011 ns Reaction : OH^0 (-7168) + OH^0 (-8136) -> H2O2^0 (-12840) +At time : 3.8011 ns Reaction : e_aq^-1 (-4492) + H3O^1 (-7953) -> H^0 (-12841) +At time : 3.8011 ns Reaction : OH^0 (-6616) + OH^0 (-7808) -> H2O2^0 (-12842) +At time : 3.8011 ns Reaction : OH^0 (-7102) + OH^0 (-7118) -> H2O2^0 (-12843) +At time : 3.8011 ns Reaction : e_aq^-1 (-4799) + H3O^1 (-7029) -> H^0 (-12844) +At time : 3.8011 ns Reaction : e_aq^-1 (-2693) + H3O^1 (-6489) -> H^0 (-12845) +At time : 3.8011 ns Reaction : e_aq^-1 (-4834) + H3O^1 (-7063) -> H^0 (-12846) +At time : 3.9011 ns Reaction : OH^-1 (-12811) + H3O^1 (-11181) -> No product +At time : 3.9011 ns Reaction : e_aq^-1 (-3611) + H^0 (-12799) -> OH^-1 (-12847) + H_2^0 (-12848) +At time : 3.9011 ns Reaction : OH^-1 (-12729) + H3O^1 (-6547) -> No product +At time : 3.9011 ns Reaction : H3O^1 (-9809) + OH^-1 (-12698) -> No product +At time : 3.9011 ns Reaction : e_aq^-1 (-3649) + H^0 (-12416) -> OH^-1 (-12849) + H_2^0 (-12850) +At time : 3.9011 ns Reaction : H^0 (-11297) + OH^0 (-6864) -> No product +At time : 3.9011 ns Reaction : OH^0 (-10956) + OH^0 (-7544) -> H2O2^0 (-12851) +At time : 3.9011 ns Reaction : H^0 (-10833) + OH^0 (-5754) -> No product +At time : 3.9011 ns Reaction : H^0 (-10606) + OH^0 (-7644) -> No product +At time : 3.9011 ns Reaction : e_aq^-1 (-5276) + H3O^1 (-10294) -> H^0 (-12852) +At time : 3.9011 ns Reaction : e_aq^-1 (-4800) + H3O^1 (-10160) -> H^0 (-12853) +At time : 3.9011 ns Reaction : OH^0 (-7936) + H^0 (-8966) -> No product +At time : 3.9011 ns Reaction : e_aq^-1 (-3718) + OH^0 (-8762) -> OH^-1 (-12854) +At time : 3.9011 ns Reaction : OH^0 (-7210) + OH^0 (-8591) -> H2O2^0 (-12855) +At time : 3.9011 ns Reaction : e_aq^-1 (-5049) + H3O^1 (-8119) -> H^0 (-12856) +At time : 3.9011 ns Reaction : e_aq^-1 (-4848) + OH^0 (-7064) -> OH^-1 (-12857) +At time : 3.9011 ns Reaction : e_aq^-1 (-2179) + e_aq^-1 (-4044) -> OH^-1 (-12858) + OH^-1 (-12859) + H_2^0 (-12860) +At time : 3.9011 ns Reaction : OH^-1 (-12857) + H3O^1 (-6031) -> No product +At time : 3.9011 ns Reaction : OH^0 (-10233) + e_aq^-1 (-5150) -> OH^-1 (-12861) +At time : 4.0011 ns Reaction : OH^0 (-5824) + OH^0 (-12786) -> H2O2^0 (-12862) +At time : 4.0011 ns Reaction : H3O^1 (-7169) + OH^-1 (-12628) -> No product +At time : 4.0011 ns Reaction : OH^-1 (-12554) + H3O^1 (-6105) -> No product +At time : 4.0011 ns Reaction : e_aq^-1 (-2223) + H2O2^0 (-12373) -> OH^-1 (-12863) + OH^0 (-12864) +At time : 4.0011 ns Reaction : OH^0 (-11292) + e_aq^-1 (-4508) -> OH^-1 (-12865) +At time : 4.0011 ns Reaction : e_aq^-1 (-4388) + H3O^1 (-10893) -> H^0 (-12866) +At time : 4.0011 ns Reaction : H^0 (-10269) + H^0 (-9410) -> H_2^0 (-12867) +At time : 4.0011 ns Reaction : H^0 (-9225) + OH^0 (-9726) -> No product +At time : 4.0011 ns Reaction : e_aq^-1 (-3563) + H3O^1 (-5891) -> H^0 (-12868) +At time : 4.0011 ns Reaction : e_aq^-1 (-899) + H3O^1 (-5859) -> H^0 (-12869) +At time : 4.0011 ns Reaction : OH^-1 (-12245) + H3O^1 (-6455) -> No product +At time : 4.1011 ns Reaction : OH^-1 (-12865) + H3O^1 (-7941) -> No product +At time : 4.1011 ns Reaction : H3O^1 (-5997) + OH^-1 (-12814) -> No product +At time : 4.1011 ns Reaction : H^0 (-10544) + OH^0 (-12464) -> No product +At time : 4.1011 ns Reaction : OH^-1 (-12458) + H3O^1 (-8073) -> No product +At time : 4.1011 ns Reaction : H3O^1 (-10089) + OH^-1 (-12447) -> No product +At time : 4.1011 ns Reaction : OH^-1 (-11992) + H3O^1 (-8293) -> No product +At time : 4.1011 ns Reaction : H2O2^0 (-11531) + e_aq^-1 (-4558) -> OH^-1 (-12870) + OH^0 (-12871) +At time : 4.1011 ns Reaction : OH^0 (-11222) + OH^0 (-5958) -> H2O2^0 (-12872) +At time : 4.1011 ns Reaction : OH^0 (-6926) + OH^0 (-8564) -> H2O2^0 (-12873) +At time : 4.1011 ns Reaction : e_aq^-1 (-4100) + H3O^1 (-8544) -> H^0 (-12874) +At time : 4.1011 ns Reaction : e_aq^-1 (-5666) + H3O^1 (-8331) -> H^0 (-12875) +At time : 4.1011 ns Reaction : OH^0 (-7218) + OH^0 (-8162) -> H2O2^0 (-12876) +At time : 4.1011 ns Reaction : e_aq^-1 (-1930) + e_aq^-1 (-4183) -> OH^-1 (-12877) + OH^-1 (-12878) + H_2^0 (-12879) +At time : 4.1011 ns Reaction : H^0 (-9634) + H^0 (-9617) -> H_2^0 (-12880) +At time : 4.2011 ns Reaction : OH^-1 (-12775) + H3O^1 (-8844) -> No product +At time : 4.2011 ns Reaction : H3O^1 (-10039) + OH^-1 (-12692) -> No product +At time : 4.2011 ns Reaction : H3O^1 (-7541) + OH^-1 (-12595) -> No product +At time : 4.2011 ns Reaction : H^0 (-10854) + OH^0 (-6838) -> No product +At time : 4.2011 ns Reaction : H^0 (-9379) + OH^0 (-8614) -> No product +At time : 4.2011 ns Reaction : e_aq^-1 (-429) + H^0 (-9343) -> OH^-1 (-12881) + H_2^0 (-12882) +At time : 4.2011 ns Reaction : H3O^1 (-8059) + e_aq^-1 (-8872) -> H^0 (-12883) +At time : 4.2011 ns Reaction : e_aq^-1 (-476) + H3O^1 (-8215) -> H^0 (-12884) +At time : 4.2011 ns Reaction : e_aq^-1 (-291) + H3O^1 (-7311) -> H^0 (-12885) +At time : 4.3011 ns Reaction : H3O^1 (-5849) + OH^-1 (-12825) -> No product +At time : 4.3011 ns Reaction : OH^-1 (-12787) + H3O^1 (-8029) -> No product +At time : 4.3011 ns Reaction : H3O^1 (-7409) + OH^-1 (-12659) -> No product +At time : 4.3011 ns Reaction : OH^0 (-12542) + OH^0 (-6050) -> H2O2^0 (-12886) +At time : 4.3011 ns Reaction : H2O2^0 (-12180) + e_aq^-1 (-2013) -> OH^-1 (-12887) + OH^0 (-12888) +At time : 4.3011 ns Reaction : H^0 (-10926) + OH^0 (-11236) -> No product +At time : 4.3011 ns Reaction : OH^0 (-6130) + OH^0 (-8276) -> H2O2^0 (-12889) +At time : 4.3011 ns Reaction : e_aq^-1 (-1062) + H3O^1 (-8047) -> H^0 (-12890) +At time : 4.3011 ns Reaction : e_aq^-1 (-2604) + H3O^1 (-6559) -> H^0 (-12891) +At time : 4.4011 ns Reaction : OH^-1 (-12774) + H3O^1 (-7555) -> No product +At time : 4.4011 ns Reaction : OH^0 (-10466) + H^0 (-12622) -> No product +At time : 4.4011 ns Reaction : H^0 (-9678) + H^0 (-12408) -> H_2^0 (-12892) +At time : 4.4011 ns Reaction : H3O^1 (-10705) + e_aq^-1 (-3672) -> H^0 (-12893) +At time : 4.4011 ns Reaction : OH^0 (-9264) + OH^0 (-8693) -> H2O2^0 (-12894) +At time : 4.4011 ns Reaction : OH^0 (-6566) + OH^0 (-9009) -> H2O2^0 (-12895) +At time : 4.4011 ns Reaction : OH^0 (-5854) + OH^0 (-8917) -> H2O2^0 (-12896) +At time : 4.4011 ns Reaction : e_aq^-1 (-5553) + H3O^1 (-8285) -> H^0 (-12897) +At time : 4.5011 ns Reaction : H3O^1 (-10073) + OH^-1 (-12870) -> No product +At time : 4.5011 ns Reaction : H3O^1 (-6423) + OH^-1 (-12854) -> No product +At time : 4.5011 ns Reaction : OH^-1 (-12779) + H3O^1 (-8191) -> No product +At time : 4.5011 ns Reaction : H^0 (-12638) + e_aq^-1 (-2290) -> OH^-1 (-12898) + H_2^0 (-12899) +At time : 4.5011 ns Reaction : OH^-1 (-12535) + H3O^1 (-8406) -> No product +At time : 4.5011 ns Reaction : H3O^1 (-6005) + OH^-1 (-12284) -> No product +At time : 4.5011 ns Reaction : OH^0 (-11065) + OH^0 (-9330) -> H2O2^0 (-12900) +At time : 4.5011 ns Reaction : e_aq^-1 (-890) + H^0 (-10178) -> OH^-1 (-12901) + H_2^0 (-12902) +At time : 4.5011 ns Reaction : e_aq^-1 (-4296) + OH^0 (-9939) -> OH^-1 (-12903) +At time : 4.5011 ns Reaction : H3O^1 (-9842) + e_aq^-1 (-4091) -> H^0 (-12904) +At time : 4.5011 ns Reaction : OH^0 (-9570) + OH^0 (-7732) -> H2O2^0 (-12905) +At time : 4.5011 ns Reaction : e_aq^-1 (-3986) + H3O^1 (-6693) -> H^0 (-12906) +At time : 4.5011 ns Reaction : OH^-1 (-12748) + H3O^1 (-7987) -> No product +At time : 4.6011 ns Reaction : e_aq^-1 (-4790) + H^0 (-12846) -> OH^-1 (-12907) + H_2^0 (-12908) +At time : 4.6011 ns Reaction : e_aq^-1 (-4718) + H^0 (-12844) -> OH^-1 (-12909) + H_2^0 (-12910) +At time : 4.6011 ns Reaction : H^0 (-12835) + e_aq^-1 (-8629) -> OH^-1 (-12911) + H_2^0 (-12912) +At time : 4.6011 ns Reaction : OH^-1 (-12746) + H3O^1 (-10768) -> No product +At time : 4.6011 ns Reaction : H3O^1 (-10935) + OH^-1 (-12510) -> No product +At time : 4.6011 ns Reaction : e_aq^-1 (-4394) + H2O2^0 (-12191) -> OH^-1 (-12913) + OH^0 (-12914) +At time : 4.6011 ns Reaction : H^0 (-10424) + OH^0 (-8182) -> No product +At time : 4.6011 ns Reaction : OH^0 (-7424) + OH^0 (-8912) -> H2O2^0 (-12915) +At time : 4.6011 ns Reaction : e_aq^-1 (-4958) + H3O^1 (-7483) -> H^0 (-12916) +At time : 4.6011 ns Reaction : OH^0 (-7282) + OH^0 (-7434) -> H2O2^0 (-12917) +At time : 4.7011 ns Reaction : H^0 (-12234) + OH^0 (-8084) -> No product +At time : 4.7011 ns Reaction : e_aq^-1 (-3730) + H2O2^0 (-11987) -> OH^-1 (-12918) + OH^0 (-12919) +At time : 4.7011 ns Reaction : H3O^1 (-11037) + e_aq^-1 (-4950) -> H^0 (-12920) +At time : 4.7011 ns Reaction : H3O^1 (-10973) + e_aq^-1 (-4691) -> H^0 (-12921) +At time : 4.7011 ns Reaction : H^0 (-10966) + OH^0 (-7006) -> No product +At time : 4.7011 ns Reaction : H3O^1 (-10079) + e_aq^-1 (-4601) -> H^0 (-12922) +At time : 4.7011 ns Reaction : H^0 (-9676) + e_aq^-1 (-3749) -> OH^-1 (-12923) + H_2^0 (-12924) +At time : 4.7011 ns Reaction : e_aq^-1 (-827) + H3O^1 (-7493) -> H^0 (-12925) +At time : 4.7011 ns Reaction : OH^0 (-6900) + OH^0 (-6906) -> H2O2^0 (-12926) +At time : 4.8011 ns Reaction : OH^-1 (-12732) + H3O^1 (-8382) -> No product +At time : 4.8011 ns Reaction : OH^-1 (-12601) + H3O^1 (-7937) -> No product +At time : 4.8011 ns Reaction : OH^-1 (-12540) + H3O^1 (-7397) -> No product +At time : 4.8011 ns Reaction : H2O2^0 (-11955) + e_aq^-1 (-4797) -> OH^-1 (-12927) + OH^0 (-12928) +At time : 4.8011 ns Reaction : e_aq^-1 (-5643) + H2O2^0 (-11812) -> OH^-1 (-12929) + OH^0 (-12930) +At time : 4.8011 ns Reaction : e_aq^-1 (-2328) + OH^0 (-7836) -> OH^-1 (-12931) +At time : 4.8011 ns Reaction : e_aq^-1 (-3699) + OH^0 (-6458) -> OH^-1 (-12932) +At time : 4.9011 ns Reaction : OH^-1 (-11972) + H3O^1 (-8538) -> No product +At time : 4.9011 ns Reaction : H^0 (-11933) + e_aq^-1 (-5537) -> OH^-1 (-12933) + H_2^0 (-12934) +At time : 4.9011 ns Reaction : e_aq^-1 (-2380) + H2O2^0 (-11688) -> OH^-1 (-12935) + OH^0 (-12936) +At time : 4.9011 ns Reaction : e_aq^-1 (-105) + H2O2^0 (-11633) -> OH^-1 (-12937) + OH^0 (-12938) +At time : 4.9011 ns Reaction : H2O2^0 (-11385) + e_aq^-1 (-4030) -> OH^-1 (-12939) + OH^0 (-12940) +At time : 4.9011 ns Reaction : H^0 (-11311) + H^0 (-9716) -> H_2^0 (-12941) +At time : 4.9011 ns Reaction : H3O^1 (-11177) + e_aq^-1 (-5602) -> H^0 (-12942) +At time : 4.9011 ns Reaction : OH^0 (-11022) + OH^0 (-8070) -> H2O2^0 (-12943) +At time : 4.9011 ns Reaction : e_aq^-1 (-4728) + H3O^1 (-7025) -> H^0 (-12944) +At time : 4.9011 ns Reaction : e_aq^-1 (-5151) + e_aq^-1 (-683) -> OH^-1 (-12945) + OH^-1 (-12946) + H_2^0 (-12947) +At time : 5.0011 ns Reaction : OH^-1 (-12861) + H3O^1 (-8121) -> No product +At time : 5.0011 ns Reaction : OH^0 (-12760) + H^0 (-12637) -> No product +At time : 5.0011 ns Reaction : OH^-1 (-12682) + H3O^1 (-6931) -> No product +At time : 5.0011 ns Reaction : OH^-1 (-12605) + H3O^1 (-5945) -> No product +At time : 5.0011 ns Reaction : e_aq^-1 (-5050) + H2O2^0 (-11543) -> OH^-1 (-12948) + OH^0 (-12949) +At time : 5.0011 ns Reaction : H^0 (-11207) + e_aq^-1 (-4602) -> OH^-1 (-12950) + H_2^0 (-12951) +At time : 5.0011 ns Reaction : OH^0 (-11163) + e_aq^-1 (-8596) -> OH^-1 (-12952) +At time : 5.0011 ns Reaction : e_aq^-1 (-5259) + OH^0 (-11099) -> OH^-1 (-12953) +At time : 5.0011 ns Reaction : OH^0 (-6408) + H^0 (-8988) -> No product +At time : 5.0011 ns Reaction : e_aq^-1 (-4703) + e_aq^-1 (-8506) -> OH^-1 (-12954) + OH^-1 (-12955) + H_2^0 (-12956) +At time : 5.0011 ns Reaction : e_aq^-1 (-1893) + H3O^1 (-7893) -> H^0 (-12957) +At time : 5.0011 ns Reaction : e_aq^-1 (-706) + H3O^1 (-7159) -> H^0 (-12958) +At time : 5.0011 ns Reaction : OH^0 (-7142) + OH^0 (-7148) -> H2O2^0 (-12959) +At time : 5.0011 ns Reaction : e_aq^-1 (-4074) + H3O^1 (-6749) -> H^0 (-12960) +At time : 5.1011 ns Reaction : OH^-1 (-12932) + H3O^1 (-7763) -> No product +At time : 5.1011 ns Reaction : H^0 (-12925) + OH^0 (-7128) -> No product +At time : 5.1011 ns Reaction : OH^-1 (-12913) + H3O^1 (-7589) -> No product +At time : 5.1011 ns Reaction : H3O^1 (-10165) + OH^-1 (-12907) -> No product +At time : 5.1011 ns Reaction : H^0 (-12636) + e_aq^-1 (-3825) -> OH^-1 (-12961) + H_2^0 (-12962) +At time : 5.1011 ns Reaction : H2O2^0 (-11870) + e_aq^-1 (-4549) -> OH^-1 (-12963) + OH^0 (-12964) +At time : 5.1011 ns Reaction : H^0 (-11366) + e_aq^-1 (-4403) -> OH^-1 (-12965) + H_2^0 (-12966) +At time : 5.1011 ns Reaction : H^0 (-9646) + e_aq^-1 (-3714) -> OH^-1 (-12967) + H_2^0 (-12968) +At time : 5.1011 ns Reaction : H^0 (-8938) + H^0 (-9096) -> H_2^0 (-12969) +At time : 5.1011 ns Reaction : e_aq^-1 (-4548) + e_aq^-1 (-8836) -> OH^-1 (-12970) + OH^-1 (-12971) + H_2^0 (-12972) +At time : 5.1011 ns Reaction : e_aq^-1 (-2800) + e_aq^-1 (-8758) -> OH^-1 (-12973) + OH^-1 (-12974) + H_2^0 (-12975) +At time : 5.1011 ns Reaction : e_aq^-1 (-5612) + OH^0 (-8274) -> OH^-1 (-12976) +At time : 5.1011 ns Reaction : e_aq^-1 (-1068) + OH^0 (-8030) -> OH^-1 (-12977) +At time : 5.1011 ns Reaction : e_aq^-1 (-2735) + H3O^1 (-6505) -> H^0 (-12978) +At time : 5.1011 ns Reaction : e_aq^-1 (-925) + OH^0 (-6044) -> OH^-1 (-12979) +At time : 5.2011 ns Reaction : OH^-1 (-12963) + H3O^1 (-7959) -> No product +At time : 5.2011 ns Reaction : OH^-1 (-12813) + H3O^1 (-6039) -> No product +At time : 5.2011 ns Reaction : H3O^1 (-9547) + OH^-1 (-12646) -> No product +At time : 5.2011 ns Reaction : H^0 (-12375) + OH^0 (-7124) -> No product +At time : 5.2011 ns Reaction : H3O^1 (-9951) + e_aq^-1 (-4346) -> H^0 (-12980) +At time : 5.2011 ns Reaction : OH^0 (-9218) + e_aq^-1 (-3808) -> OH^-1 (-12981) +At time : 5.2011 ns Reaction : e_aq^-1 (-4575) + OH^0 (-8828) -> OH^-1 (-12982) +At time : 5.2011 ns Reaction : e_aq^-1 (-610) + H3O^1 (-8592) -> H^0 (-12983) +At time : 5.2011 ns Reaction : H3O^1 (-7415) + e_aq^-1 (-8458) -> H^0 (-12984) +At time : 5.2011 ns Reaction : e_aq^-1 (-3149) + OH^0 (-6310) -> OH^-1 (-12985) +At time : 5.2011 ns Reaction : e_aq^-1 (-4880) + OH^0 (-7070) -> OH^-1 (-12986) +At time : 5.3011 ns Reaction : OH^0 (-12936) + H^0 (-8980) -> No product +At time : 5.3011 ns Reaction : H3O^1 (-9707) + OH^-1 (-12818) -> No product +At time : 5.3011 ns Reaction : OH^0 (-9579) + OH^0 (-12803) -> H2O2^0 (-12987) +At time : 5.3011 ns Reaction : H3O^1 (-9713) + OH^-1 (-12427) -> No product +At time : 5.3011 ns Reaction : OH^-1 (-12424) + H3O^1 (-8125) -> No product +At time : 5.3011 ns Reaction : H3O^1 (-9455) + OH^-1 (-12264) -> No product +At time : 5.3011 ns Reaction : e_aq^-1 (-5566) + H2O2^0 (-12259) -> OH^-1 (-12988) + OH^0 (-12989) +At time : 5.3011 ns Reaction : OH^-1 (-12080) + H3O^1 (-5949) -> No product +At time : 5.3011 ns Reaction : e_aq^-1 (-4536) + H2O2^0 (-11830) -> OH^-1 (-12990) + OH^0 (-12991) +At time : 5.3011 ns Reaction : H2O2^0 (-11392) + e_aq^-1 (-4406) -> OH^-1 (-12992) + OH^0 (-12993) +At time : 5.3011 ns Reaction : H^0 (-11295) + OH^0 (-10862) -> No product +At time : 5.3011 ns Reaction : H^0 (-9516) + OH^0 (-7714) -> No product +At time : 5.3011 ns Reaction : e_aq^-1 (-4286) + H^0 (-9036) -> OH^-1 (-12994) + H_2^0 (-12995) +At time : 5.3011 ns Reaction : e_aq^-1 (-384) + H^0 (-8942) -> OH^-1 (-12996) + H_2^0 (-12997) +At time : 5.3011 ns Reaction : e_aq^-1 (-4990) + H3O^1 (-8081) -> H^0 (-12998) +At time : 5.3011 ns Reaction : e_aq^-1 (-4215) + OH^0 (-6824) -> OH^-1 (-12999) +At time : 5.3011 ns Reaction : H3O^1 (-7975) + OH^-1 (-12990) -> No product +At time : 5.4011 ns Reaction : H3O^1 (-5865) + OH^-1 (-12982) -> No product +At time : 5.4011 ns Reaction : OH^-1 (-12931) + H3O^1 (-8355) -> No product +At time : 5.4011 ns Reaction : e_aq^-1 (-4826) + OH^0 (-12928) -> OH^-1 (-13000) +At time : 5.4011 ns Reaction : OH^-1 (-12903) + H3O^1 (-8361) -> No product +At time : 5.4011 ns Reaction : OH^0 (-10588) + e_aq^-1 (-4094) -> OH^-1 (-13001) +At time : 5.4011 ns Reaction : OH^0 (-10567) + OH^0 (-7916) -> H2O2^0 (-13002) +At time : 5.4011 ns Reaction : OH^0 (-7472) + OH^0 (-8642) -> H2O2^0 (-13003) +At time : 5.4011 ns Reaction : e_aq^-1 (-2757) + OH^0 (-7660) -> OH^-1 (-13004) +At time : 5.4011 ns Reaction : OH^0 (-6074) + OH^0 (-7466) -> H2O2^0 (-13005) +At time : 5.4011 ns Reaction : OH^0 (-6200) + OH^0 (-6828) -> H2O2^0 (-13006) +At time : 5.4011 ns Reaction : e_aq^-1 (-5639) + OH^0 (-7394) -> OH^-1 (-13007) +At time : 5.5011 ns Reaction : OH^0 (-7986) + H^0 (-12922) -> No product +At time : 5.5011 ns Reaction : e_aq^-1 (-41) + H2O2^0 (-11692) -> OH^-1 (-13008) + OH^0 (-13009) +At time : 5.5011 ns Reaction : OH^0 (-10990) + H^0 (-10992) -> No product +At time : 5.5011 ns Reaction : OH^0 (-10944) + OH^0 (-10063) -> H2O2^0 (-13010) +At time : 5.5011 ns Reaction : OH^0 (-10321) + OH^0 (-8292) -> H2O2^0 (-13011) +At time : 5.5011 ns Reaction : e_aq^-1 (-5404) + OH^0 (-9360) -> OH^-1 (-13012) +At time : 5.5011 ns Reaction : OH^0 (-9308) + e_aq^-1 (-4884) -> OH^-1 (-13013) +At time : 5.5011 ns Reaction : e_aq^-1 (-4246) + OH^0 (-7614) -> OH^-1 (-13014) +At time : 5.5011 ns Reaction : e_aq^-1 (-2717) + H3O^1 (-6501) -> H^0 (-13015) +At time : 5.5011 ns Reaction : e_aq^-1 (-2974) + H3O^1 (-6403) -> H^0 (-13016) +At time : 5.5011 ns Reaction : e_aq^-1 (-4805) + e_aq^-1 (-4852) -> OH^-1 (-13017) + OH^-1 (-13018) + H_2^0 (-13019) +At time : 5.5011 ns Reaction : e_aq^-1 (-1377) + OH^0 (-5745) -> OH^-1 (-13020) +At time : 5.6011 ns Reaction : OH^-1 (-13013) + H3O^1 (-8067) -> No product +At time : 5.6011 ns Reaction : H2O2^0 (-12620) + e_aq^-1 (-4433) -> OH^-1 (-13021) + OH^0 (-13022) +At time : 5.6011 ns Reaction : e_aq^-1 (-3606) + H2O2^0 (-12344) -> OH^-1 (-13023) + OH^0 (-13024) +At time : 5.6011 ns Reaction : H^0 (-9280) + H^0 (-12175) -> H_2^0 (-13025) +At time : 5.6011 ns Reaction : e_aq^-1 (-3119) + H^0 (-11896) -> OH^-1 (-13026) + H_2^0 (-13027) +At time : 5.6011 ns Reaction : OH^0 (-7528) + OH^0 (-8669) -> H2O2^0 (-13028) +At time : 5.6011 ns Reaction : e_aq^-1 (-3901) + H3O^1 (-6613) -> H^0 (-13029) +At time : 5.6011 ns Reaction : e_aq^-1 (-2919) + H3O^1 (-6431) -> H^0 (-13030) +At time : 5.7011 ns Reaction : e_aq^-1 (-5368) + H^0 (-12885) -> OH^-1 (-13031) + H_2^0 (-13032) +At time : 5.7011 ns Reaction : e_aq^-1 (-352) + H2O2^0 (-12060) -> OH^-1 (-13033) + OH^0 (-13034) +At time : 5.7011 ns Reaction : e_aq^-1 (-484) + H2O2^0 (-11619) -> OH^-1 (-13035) + OH^0 (-13036) +At time : 5.7011 ns Reaction : e_aq^-1 (-3922) + OH^0 (-10763) -> OH^-1 (-13037) +At time : 5.7011 ns Reaction : H^0 (-10532) + OH^0 (-7568) -> No product +At time : 5.7011 ns Reaction : e_aq^-1 (-3955) + H3O^1 (-7801) -> H^0 (-13038) +At time : 5.8011 ns Reaction : OH^-1 (-12887) + H3O^1 (-7619) -> No product +At time : 5.8011 ns Reaction : H^0 (-12347) + H^0 (-10123) -> H_2^0 (-13039) +At time : 5.8011 ns Reaction : H3O^1 (-11138) + e_aq^-1 (-5408) -> H^0 (-13040) +At time : 5.8011 ns Reaction : OH^0 (-11038) + H^0 (-10183) -> No product +At time : 5.8011 ns Reaction : OH^0 (-7132) + OH^0 (-7492) -> H2O2^0 (-13041) +At time : 5.8011 ns Reaction : e_aq^-1 (-2719) + H3O^1 (-6483) -> H^0 (-13042) +At time : 5.9011 ns Reaction : OH^-1 (-13031) + H3O^1 (-8337) -> No product +At time : 5.9011 ns Reaction : OH^-1 (-12953) + H3O^1 (-8589) -> No product +At time : 5.9011 ns Reaction : H3O^1 (-10465) + OH^-1 (-12948) -> No product +At time : 5.9011 ns Reaction : OH^-1 (-12863) + H3O^1 (-6699) -> No product +At time : 5.9011 ns Reaction : H3O^1 (-11011) + OH^-1 (-12731) -> No product +At time : 5.9011 ns Reaction : e_aq^-1 (-3853) + H3O^1 (-10762) -> H^0 (-13043) +At time : 5.9011 ns Reaction : OH^0 (-10599) + OH^0 (-7846) -> H2O2^0 (-13044) +At time : 5.9011 ns Reaction : OH^0 (-10453) + OH^0 (-8148) -> H2O2^0 (-13045) +At time : 5.9011 ns Reaction : e_aq^-1 (-3038) + OH^0 (-8729) -> OH^-1 (-13046) +At time : 5.9011 ns Reaction : e_aq^-1 (-4758) + OH^0 (-8004) -> OH^-1 (-13047) +At time : 5.9011 ns Reaction : OH^0 (-7212) + OH^0 (-7214) -> H2O2^0 (-13048) +At time : 5.9011 ns Reaction : e_aq^-1 (-5162) + H3O^1 (-7213) -> H^0 (-13049) +At time : 5.9011 ns Reaction : e_aq^-1 (-1966) + OH^0 (-6816) -> OH^-1 (-13050) +At time : 5.9011 ns Reaction : e_aq^-1 (-2635) + OH^0 (-6592) -> OH^-1 (-13051) +At time : 5.9011 ns Reaction : e_aq^-1 (-778) + H3O^1 (-6055) -> H^0 (-13052) +At time : 5.9011 ns Reaction : e_aq^-1 (-3536) + OH^0 (-5890) -> OH^-1 (-13053) +At time : 6.0011 ns Reaction : OH^-1 (-13051) + H3O^1 (-6563) -> No product +At time : 6.0011 ns Reaction : H3O^1 (-6111) + OH^-1 (-12937) -> No product +At time : 6.0011 ns Reaction : e_aq^-1 (-2739) + H2O2^0 (-12054) -> OH^-1 (-13054) + OH^0 (-13055) +At time : 6.0011 ns Reaction : e_aq^-1 (-5210) + H3O^1 (-11116) -> H^0 (-13056) +At time : 6.0011 ns Reaction : H^0 (-11036) + e_aq^-1 (-8587) -> OH^-1 (-13057) + H_2^0 (-13058) +At time : 6.0011 ns Reaction : H3O^1 (-10227) + e_aq^-1 (-5134) -> H^0 (-13059) +At time : 6.0011 ns Reaction : e_aq^-1 (-5026) + H3O^1 (-7131) -> H^0 (-13060) +At time : 6.0011 ns Reaction : e_aq^-1 (-2702) + OH^0 (-6476) -> OH^-1 (-13061) +At time : 6.1011 ns Reaction : OH^-1 (-12828) + H3O^1 (-6773) -> No product +At time : 6.1011 ns Reaction : e_aq^-1 (-5123) + H2O2^0 (-12013) -> OH^-1 (-13062) + OH^0 (-13063) +At time : 6.1011 ns Reaction : OH^0 (-11080) + OH^0 (-7190) -> H2O2^0 (-13064) +At time : 6.1011 ns Reaction : e_aq^-1 (-502) + H3O^1 (-7243) -> H^0 (-13065) +At time : 6.2011 ns Reaction : H3O^1 (-10380) + OH^-1 (-12566) -> No product +At time : 6.2011 ns Reaction : e_aq^-1 (-3535) + H2O2^0 (-11448) -> OH^-1 (-13066) + OH^0 (-13067) +At time : 6.2011 ns Reaction : OH^0 (-10958) + e_aq^-1 (-4597) -> OH^-1 (-13068) +At time : 6.2011 ns Reaction : e_aq^-1 (-4878) + OH^0 (-10149) -> OH^-1 (-13069) +At time : 6.2011 ns Reaction : H3O^1 (-10085) + e_aq^-1 (-1446) -> H^0 (-13070) +At time : 6.2011 ns Reaction : H^0 (-9594) + OH^0 (-8759) -> No product +At time : 6.2011 ns Reaction : OH^0 (-9515) + e_aq^-1 (-3548) -> OH^-1 (-13071) +At time : 6.2011 ns Reaction : OH^0 (-9486) + e_aq^-1 (-3517) -> OH^-1 (-13072) +At time : 6.2011 ns Reaction : e_aq^-1 (-112) + OH^0 (-8462) -> OH^-1 (-13073) +At time : 6.2011 ns Reaction : e_aq^-1 (-4813) + H3O^1 (-7519) -> H^0 (-13074) +At time : 6.2011 ns Reaction : e_aq^-1 (-4223) + H3O^1 (-6797) -> H^0 (-13075) +At time : 6.3011 ns Reaction : OH^-1 (-13057) + H3O^1 (-7487) -> No product +At time : 6.3011 ns Reaction : H^0 (-13042) + OH^0 (-7664) -> No product +At time : 6.3011 ns Reaction : OH^0 (-13022) + e_aq^-1 (-1776) -> OH^-1 (-13076) +At time : 6.3011 ns Reaction : OH^-1 (-12996) + H3O^1 (-8289) -> No product +At time : 6.3011 ns Reaction : H3O^1 (-9639) + OH^-1 (-12714) -> No product +At time : 6.3011 ns Reaction : OH^0 (-9209) + OH^0 (-12573) -> H2O2^0 (-13077) +At time : 6.3011 ns Reaction : e_aq^-1 (-2430) + H^0 (-12415) -> OH^-1 (-13078) + H_2^0 (-13079) +At time : 6.3011 ns Reaction : e_aq^-1 (-2260) + H2O2^0 (-11587) -> OH^-1 (-13080) + OH^0 (-13081) +At time : 6.3011 ns Reaction : e_aq^-1 (-3701) + H3O^1 (-8766) -> H^0 (-13082) +At time : 6.3011 ns Reaction : H3O^1 (-6729) + OH^-1 (-13080) -> No product +At time : 6.4011 ns Reaction : H3O^1 (-8484) + OH^-1 (-13035) -> No product +At time : 6.4011 ns Reaction : OH^0 (-5739) + H^0 (-12853) -> No product +At time : 6.4011 ns Reaction : OH^0 (-10771) + OH^0 (-7838) -> H2O2^0 (-13083) +At time : 6.4011 ns Reaction : OH^0 (-10543) + OH^0 (-9039) -> H2O2^0 (-13084) +At time : 6.4011 ns Reaction : OH^0 (-10470) + OH^0 (-10223) -> H2O2^0 (-13085) +At time : 6.4011 ns Reaction : e_aq^-1 (-3765) + H^0 (-9664) -> OH^-1 (-13086) + H_2^0 (-13087) +At time : 6.4011 ns Reaction : e_aq^-1 (-5255) + H3O^1 (-7239) -> H^0 (-13088) +At time : 6.4011 ns Reaction : e_aq^-1 (-2113) + OH^0 (-6736) -> OH^-1 (-13089) +At time : 6.5011 ns Reaction : H^0 (-10468) + H^0 (-13060) -> H_2^0 (-13090) +At time : 6.5011 ns Reaction : OH^-1 (-12797) + H3O^1 (-6357) -> No product +At time : 6.5011 ns Reaction : H3O^1 (-10784) + OH^-1 (-12738) -> No product +At time : 6.5011 ns Reaction : OH^-1 (-12590) + H3O^1 (-8781) -> No product +At time : 6.5011 ns Reaction : H3O^1 (-10640) + OH^-1 (-12512) -> No product +At time : 6.5011 ns Reaction : OH^0 (-6546) + H^0 (-12484) -> No product +At time : 6.5011 ns Reaction : e_aq^-1 (-4438) + H2O2^0 (-11574) -> OH^-1 (-13091) + OH^0 (-13092) +At time : 6.5011 ns Reaction : OH^0 (-10320) + e_aq^-1 (-5403) -> OH^-1 (-13093) +At time : 6.5011 ns Reaction : OH^0 (-9620) + OH^0 (-6446) -> H2O2^0 (-13094) +At time : 6.5011 ns Reaction : OH^0 (-8068) + e_aq^-1 (-8386) -> OH^-1 (-13095) +At time : 6.5011 ns Reaction : e_aq^-1 (-723) + H3O^1 (-8109) -> H^0 (-13096) +At time : 6.5011 ns Reaction : e_aq^-1 (-290) + OH^0 (-7316) -> OH^-1 (-13097) +At time : 6.5011 ns Reaction : e_aq^-1 (-5324) + H3O^1 (-7279) -> H^0 (-13098) +At time : 6.5011 ns Reaction : e_aq^-1 (-2471) + H3O^1 (-6589) -> H^0 (-13099) +At time : 6.5011 ns Reaction : e_aq^-1 (-3781) + H3O^1 (-5915) -> H^0 (-13100) +At time : 6.5011 ns Reaction : e_aq^-1 (-3686) + e_aq^-1 (-3678) -> OH^-1 (-13101) + OH^-1 (-13102) + H_2^0 (-13103) +At time : 6.6011 ns Reaction : e_aq^-1 (-3930) + H^0 (-13038) -> OH^-1 (-13104) + H_2^0 (-13105) +At time : 6.6011 ns Reaction : OH^-1 (-12859) + H3O^1 (-7635) -> No product +At time : 6.6011 ns Reaction : e_aq^-1 (-5093) + H^0 (-12703) -> OH^-1 (-13106) + H_2^0 (-13107) +At time : 6.6011 ns Reaction : e_aq^-1 (-3917) + H^0 (-12529) -> OH^-1 (-13108) + H_2^0 (-13109) +At time : 6.6011 ns Reaction : e_aq^-1 (-1132) + H2O2^0 (-12429) -> OH^-1 (-13110) + OH^0 (-13111) +At time : 6.6011 ns Reaction : H3O^1 (-6233) + OH^-1 (-12349) -> No product +At time : 6.6011 ns Reaction : e_aq^-1 (-1882) + H3O^1 (-10818) -> H^0 (-13112) +At time : 6.6011 ns Reaction : e_aq^-1 (-5675) + H3O^1 (-10353) -> H^0 (-13113) +At time : 6.6011 ns Reaction : e_aq^-1 (-2689) + H^0 (-9644) -> OH^-1 (-13114) + H_2^0 (-13115) +At time : 6.6011 ns Reaction : H^0 (-9106) + OH^0 (-7746) -> No product +At time : 6.7011 ns Reaction : e_aq^-1 (-1139) + OH^0 (-13111) -> OH^-1 (-13116) +At time : 6.7011 ns Reaction : OH^-1 (-13091) + H3O^1 (-6897) -> No product +At time : 6.7011 ns Reaction : OH^-1 (-13062) + H3O^1 (-7191) -> No product +At time : 6.7011 ns Reaction : OH^-1 (-13014) + H3O^1 (-5979) -> No product +At time : 6.7011 ns Reaction : H2O2^0 (-12688) + e_aq^-1 (-4326) -> OH^-1 (-13117) + OH^0 (-13118) +At time : 6.7011 ns Reaction : e_aq^-1 (-5233) + H2O2^0 (-12178) -> OH^-1 (-13119) + OH^0 (-13120) +At time : 6.7011 ns Reaction : OH^0 (-10605) + e_aq^-1 (-3957) -> OH^-1 (-13121) +At time : 6.7011 ns Reaction : OH^0 (-8927) + H^0 (-8936) -> No product +At time : 6.7011 ns Reaction : OH^-1 (-5714) + H3O^1 (-8604) -> No product +At time : 6.7011 ns Reaction : e_aq^-1 (-4111) + H3O^1 (-6791) -> H^0 (-13122) +At time : 6.8011 ns Reaction : OH^-1 (-12673) + H3O^1 (-6941) -> No product +At time : 6.8011 ns Reaction : OH^-1 (-12501) + H3O^1 (-6829) -> No product +At time : 6.8011 ns Reaction : e_aq^-1 (-3082) + H2O2^0 (-11553) -> OH^-1 (-13123) + OH^0 (-13124) +At time : 6.8011 ns Reaction : OH^0 (-9903) + H^0 (-11315) -> No product +At time : 6.8011 ns Reaction : OH^0 (-10087) + e_aq^-1 (-1351) -> OH^-1 (-13125) +At time : 6.8011 ns Reaction : e_aq^-1 (-5641) + OH^0 (-8308) -> OH^-1 (-13126) +At time : 6.8011 ns Reaction : e_aq^-1 (-2408) + H3O^1 (-6643) -> H^0 (-13127) +At time : 6.8011 ns Reaction : e_aq^-1 (-5047) + OH^0 (-7158) -> OH^-1 (-13128) +At time : 6.9011 ns Reaction : H3O^1 (-5939) + OH^-1 (-12961) -> No product +At time : 6.9011 ns Reaction : H3O^1 (-5965) + OH^-1 (-12898) -> No product +At time : 6.9011 ns Reaction : OH^-1 (-12826) + H3O^1 (-8391) -> No product +At time : 7.0011 ns Reaction : e_aq^-1 (-1675) + H2O2^0 (-13084) -> OH^-1 (-13129) + OH^0 (-13130) +At time : 7.0011 ns Reaction : OH^-1 (-12927) + H3O^1 (-8667) -> No product +At time : 7.0011 ns Reaction : OH^0 (-6818) + H^0 (-12792) -> No product +At time : 7.0011 ns Reaction : e_aq^-1 (-701) + H^0 (-12704) -> OH^-1 (-13131) + H_2^0 (-13132) +At time : 7.0011 ns Reaction : H3O^1 (-8895) + OH^-1 (-12579) -> No product +At time : 7.0011 ns Reaction : e_aq^-1 (-8434) + H2O2^0 (-11832) -> OH^-1 (-13133) + OH^0 (-13134) +At time : 7.0011 ns Reaction : H2O2^0 (-11637) + e_aq^-1 (-3931) -> OH^-1 (-13135) + OH^0 (-13136) +At time : 7.0011 ns Reaction : e_aq^-1 (-4989) + H^0 (-11040) -> OH^-1 (-13137) + H_2^0 (-13138) +At time : 7.0011 ns Reaction : e_aq^-1 (-1988) + OH^0 (-9031) -> OH^-1 (-13139) +At time : 7.0011 ns Reaction : e_aq^-1 (-5092) + H3O^1 (-8105) -> H^0 (-13140) +At time : 7.0011 ns Reaction : e_aq^-1 (-1867) + e_aq^-1 (-1890) -> OH^-1 (-13141) + OH^-1 (-13142) + H_2^0 (-13143) +At time : 7.0011 ns Reaction : e_aq^-1 (-5503) + OH^0 (-7298) -> OH^-1 (-13144) +At time : 7.1011 ns Reaction : H3O^1 (-6457) + OH^-1 (-13061) -> No product +At time : 7.1011 ns Reaction : OH^-1 (-12946) + H3O^1 (-7231) -> No product +At time : 7.1011 ns Reaction : OH^0 (-10936) + H^0 (-12360) -> No product +At time : 7.1011 ns Reaction : OH^0 (-7376) + H^0 (-11271) -> No product +At time : 7.1011 ns Reaction : OH^0 (-10448) + H^0 (-10249) -> No product +At time : 7.2011 ns Reaction : OH^-1 (-13073) + H3O^1 (-8463) -> No product +At time : 7.2011 ns Reaction : H3O^1 (-10695) + OH^-1 (-12849) -> No product +At time : 7.2011 ns Reaction : H^0 (-12815) + e_aq^-1 (-4830) -> OH^-1 (-13145) + H_2^0 (-13146) +At time : 7.2011 ns Reaction : e_aq^-1 (-3973) + H2O2^0 (-11937) -> OH^-1 (-13147) + OH^0 (-13148) +At time : 7.2011 ns Reaction : OH^0 (-10214) + e_aq^-1 (-5082) -> OH^-1 (-13149) +At time : 7.3011 ns Reaction : OH^-1 (-12985) + H3O^1 (-7721) -> No product +At time : 7.3011 ns Reaction : e_aq^-1 (-1749) + H^0 (-12822) -> OH^-1 (-13150) + H_2^0 (-13151) +At time : 7.3011 ns Reaction : OH^0 (-12658) + OH^0 (-8138) -> H2O2^0 (-13152) +At time : 7.3011 ns Reaction : e_aq^-1 (-2052) + H2O2^0 (-11892) -> OH^-1 (-13153) + OH^0 (-13154) +At time : 7.3011 ns Reaction : e_aq^-1 (-142) + OH^0 (-11160) -> OH^-1 (-13155) +At time : 7.3011 ns Reaction : OH^0 (-7872) + OH^0 (-8342) -> H2O2^0 (-13156) +At time : 7.3011 ns Reaction : e_aq^-1 (-4068) + H3O^1 (-7869) -> H^0 (-13157) +At time : 7.3011 ns Reaction : e_aq^-1 (-5246) + H3O^1 (-7251) -> H^0 (-13158) +At time : 7.3011 ns Reaction : e_aq^-1 (-3939) + H3O^1 (-6653) -> H^0 (-13159) +At time : 7.4011 ns Reaction : OH^-1 (-13093) + H3O^1 (-8251) -> No product +At time : 7.4011 ns Reaction : H^0 (-13040) + OH^0 (-8639) -> No product +At time : 7.4011 ns Reaction : e_aq^-1 (-4237) + H2O2^0 (-13006) -> OH^-1 (-13160) + OH^0 (-13161) +At time : 7.4011 ns Reaction : H^0 (-12717) + OH^0 (-8483) -> No product +At time : 7.4011 ns Reaction : H^0 (-11952) + e_aq^-1 (-5273) -> OH^-1 (-13162) + H_2^0 (-13163) +At time : 7.4011 ns Reaction : H2O2^0 (-11731) + e_aq^-1 (-3557) -> OH^-1 (-13164) + OH^0 (-13165) +At time : 7.4011 ns Reaction : H3O^1 (-9727) + e_aq^-1 (-2466) -> H^0 (-13166) +At time : 7.4011 ns Reaction : e_aq^-1 (-1482) + H3O^1 (-6015) -> H^0 (-13167) +At time : 7.5011 ns Reaction : OH^-1 (-13095) + H3O^1 (-10154) -> No product +At time : 7.5011 ns Reaction : OH^-1 (-13086) + H3O^1 (-6491) -> No product +At time : 7.5011 ns Reaction : H3O^1 (-9534) + OH^-1 (-13026) -> No product +At time : 7.5011 ns Reaction : H3O^1 (-7101) + OH^-1 (-12979) -> No product +At time : 7.5011 ns Reaction : H2O2^0 (-11753) + e_aq^-1 (-5611) -> OH^-1 (-13168) + OH^0 (-13169) +At time : 7.6011 ns Reaction : OH^-1 (-13153) + H3O^1 (-11224) -> No product +At time : 7.6011 ns Reaction : H3O^1 (-6019) + OH^-1 (-13068) -> No product +At time : 7.6011 ns Reaction : OH^0 (-6860) + H^0 (-12124) -> No product +At time : 7.6011 ns Reaction : e_aq^-1 (-5264) + H2O2^0 (-11962) -> OH^-1 (-13170) + OH^0 (-13171) +At time : 7.6011 ns Reaction : H3O^1 (-9401) + e_aq^-1 (-5442) -> H^0 (-13172) +At time : 7.6011 ns Reaction : e_aq^-1 (-533) + H3O^1 (-7475) -> H^0 (-13173) +At time : 7.7011 ns Reaction : e_aq^-1 (-4578) + H^0 (-13167) -> OH^-1 (-13174) + H_2^0 (-13175) +At time : 7.7011 ns Reaction : H^0 (-13112) + H^0 (-8970) -> H_2^0 (-13176) +At time : 7.7011 ns Reaction : e_aq^-1 (-1593) + OH^0 (-10905) -> OH^-1 (-13177) +At time : 7.7011 ns Reaction : OH^0 (-9848) + e_aq^-1 (-2137) -> OH^-1 (-13178) +At time : 7.7011 ns Reaction : e_aq^-1 (-2141) + H3O^1 (-6789) -> H^0 (-13179) +At time : 7.8011 ns Reaction : OH^-1 (-13097) + H3O^1 (-8241) -> No product +At time : 7.8011 ns Reaction : H3O^1 (-7825) + OH^-1 (-12935) -> No product +At time : 7.8011 ns Reaction : OH^-1 (-12918) + H3O^1 (-7767) -> No product +At time : 7.8011 ns Reaction : e_aq^-1 (-4723) + H2O2^0 (-12454) -> OH^-1 (-13180) + OH^0 (-13181) +At time : 7.8011 ns Reaction : e_aq^-1 (-605) + H^0 (-8948) -> OH^-1 (-13182) + H_2^0 (-13183) +At time : 7.8011 ns Reaction : OH^0 (-8330) + e_aq^-1 (-8464) -> OH^-1 (-13184) +At time : 7.9011 ns Reaction : H3O^1 (-7389) + OH^-1 (-13184) -> No product +At time : 7.9011 ns Reaction : e_aq^-1 (-3823) + H^0 (-13166) -> OH^-1 (-13185) + H_2^0 (-13186) +At time : 7.9011 ns Reaction : e_aq^-1 (-539) + OH^0 (-7194) -> OH^-1 (-13187) +At time : 7.9011 ns Reaction : e_aq^-1 (-2157) + H3O^1 (-6711) -> H^0 (-13188) +At time : 7.9011 ns Reaction : e_aq^-1 (-2899) + H3O^1 (-6415) -> H^0 (-13189) +At time : 7.9011 ns Reaction : OH^-1 (-12734) + H3O^1 (-7581) -> No product +At time : 8.0011 ns Reaction : OH^-1 (-13145) + H3O^1 (-8035) -> No product +At time : 8.0011 ns Reaction : OH^-1 (-13106) + H3O^1 (-7201) -> No product +At time : 8.0011 ns Reaction : e_aq^-1 (-5017) + OH^0 (-12571) -> OH^-1 (-13190) +At time : 8.0011 ns Reaction : e_aq^-1 (-747) + H2O2^0 (-11930) -> OH^-1 (-13191) + OH^0 (-13192) +At time : 8.0011 ns Reaction : H^0 (-10534) + e_aq^-1 (-4409) -> OH^-1 (-13193) + H_2^0 (-13194) +At time : 8.0011 ns Reaction : e_aq^-1 (-5015) + OH^0 (-10209) -> OH^-1 (-13195) +At time : 8.0011 ns Reaction : H3O^1 (-9228) + e_aq^-1 (-2382) -> H^0 (-13196) +At time : 8.1011 ns Reaction : H3O^1 (-7933) + OH^-1 (-12992) -> No product +At time : 8.1011 ns Reaction : OH^-1 (-12977) + H3O^1 (-7521) -> No product +At time : 8.1011 ns Reaction : OH^-1 (-12670) + H3O^1 (-11158) -> No product +At time : 8.1011 ns Reaction : e_aq^-1 (-4994) + H2O2^0 (-12223) -> OH^-1 (-13197) + OH^0 (-13198) +At time : 8.1011 ns Reaction : OH^0 (-9191) + OH^0 (-8743) -> H2O2^0 (-13199) +At time : 8.1011 ns Reaction : e_aq^-1 (-3338) + OH^0 (-8531) -> OH^-1 (-13200) +At time : 8.1011 ns Reaction : e_aq^-1 (-2230) + H3O^1 (-6719) -> H^0 (-13201) +At time : 8.1011 ns Reaction : OH^0 (-5912) + OH^0 (-6462) -> H2O2^0 (-13202) +At time : 8.1011 ns Reaction : e_aq^-1 (-2950) + H3O^1 (-6369) -> H^0 (-13203) +At time : 8.1011 ns Reaction : e_aq^-1 (-3921) + e_aq^-1 (-2440) -> OH^-1 (-13204) + OH^-1 (-13205) + H_2^0 (-13206) +At time : 8.1011 ns Reaction : e_aq^-1 (-5005) + OH^0 (-7498) -> OH^-1 (-13207) +At time : 8.2011 ns Reaction : OH^-1 (-13144) + H3O^1 (-8475) -> No product +At time : 8.2011 ns Reaction : OH^-1 (-13139) + H3O^1 (-6841) -> No product +At time : 8.2011 ns Reaction : OH^-1 (-13135) + H3O^1 (-7637) -> No product +At time : 8.2011 ns Reaction : H3O^1 (-7003) + OH^-1 (-13125) -> No product +At time : 8.2011 ns Reaction : e_aq^-1 (-5364) + H^0 (-12984) -> OH^-1 (-13208) + H_2^0 (-13209) +At time : 8.2011 ns Reaction : OH^-1 (-12970) + H3O^1 (-8829) -> No product +At time : 8.2011 ns Reaction : OH^-1 (-12739) + H3O^1 (-10770) -> No product +At time : 8.2011 ns Reaction : H3O^1 (-10192) + OH^-1 (-12538) -> No product +At time : 8.2011 ns Reaction : e_aq^-1 (-1047) + H^0 (-12053) -> OH^-1 (-13210) + H_2^0 (-13211) +At time : 8.2011 ns Reaction : e_aq^-1 (-1774) + H3O^1 (-7899) -> H^0 (-13212) +At time : 8.2011 ns Reaction : e_aq^-1 (-2524) + H3O^1 (-7833) -> H^0 (-13213) +At time : 8.2011 ns Reaction : e_aq^-1 (-5012) + OH^0 (-7144) -> OH^-1 (-13214) +At time : 8.2011 ns Reaction : OH^0 (-6454) + OH^0 (-6474) -> H2O2^0 (-13215) +At time : 8.2011 ns Reaction : e_aq^-1 (-3549) + H3O^1 (-6257) -> H^0 (-13216) +At time : 8.3011 ns Reaction : H^0 (-13088) + H^0 (-13158) -> H_2^0 (-13217) +At time : 8.3011 ns Reaction : H3O^1 (-6851) + OH^-1 (-13129) -> No product +At time : 8.3011 ns Reaction : OH^-1 (-13033) + H3O^1 (-7261) -> No product +At time : 8.3011 ns Reaction : OH^-1 (-12981) + H3O^1 (-6567) -> No product +At time : 8.3011 ns Reaction : OH^0 (-10625) + e_aq^-1 (-8530) -> OH^-1 (-13218) +At time : 8.3011 ns Reaction : OH^0 (-10530) + OH^0 (-7964) -> H2O2^0 (-13219) +At time : 8.3011 ns Reaction : OH^0 (-10464) + e_aq^-1 (-5106) -> OH^-1 (-13220) +At time : 8.4011 ns Reaction : OH^-1 (-13207) + H3O^1 (-6045) -> No product +At time : 8.4011 ns Reaction : OH^-1 (-13119) + H3O^1 (-8165) -> No product +At time : 8.4011 ns Reaction : e_aq^-1 (-2105) + H^0 (-12874) -> OH^-1 (-13221) + H_2^0 (-13222) +At time : 8.4011 ns Reaction : H3O^1 (-5963) + OH^-1 (-12804) -> No product +At time : 8.4011 ns Reaction : OH^-1 (-12764) + H3O^1 (-7459) -> No product +At time : 8.4011 ns Reaction : e_aq^-1 (-4278) + H2O2^0 (-11869) -> OH^-1 (-13223) + OH^0 (-13224) +At time : 8.4011 ns Reaction : OH^0 (-10475) + OH^0 (-8090) -> H2O2^0 (-13225) +At time : 8.5011 ns Reaction : H3O^1 (-6161) + OH^-1 (-13133) -> No product +At time : 8.5011 ns Reaction : H3O^1 (-11334) + OH^-1 (-12954) -> No product +At time : 8.5011 ns Reaction : e_aq^-1 (-4777) + H2O2^0 (-11977) -> OH^-1 (-13226) + OH^0 (-13227) +At time : 8.5011 ns Reaction : OH^0 (-6498) + OH^0 (-6522) -> H2O2^0 (-13228) +At time : 8.6011 ns Reaction : OH^-1 (-13220) + H3O^1 (-8111) -> No product +At time : 8.6011 ns Reaction : e_aq^-1 (-5076) + OH^0 (-13192) -> OH^-1 (-13229) +At time : 8.6011 ns Reaction : OH^-1 (-13180) + H3O^1 (-7031) -> No product +At time : 8.6011 ns Reaction : H3O^1 (-10682) + OH^-1 (-13164) -> No product +At time : 8.6011 ns Reaction : H^0 (-13074) + e_aq^-1 (-4757) -> OH^-1 (-13230) + H_2^0 (-13231) +At time : 8.6011 ns Reaction : H3O^1 (-6285) + OH^-1 (-13066) -> No product +At time : 8.6011 ns Reaction : OH^0 (-10315) + H^0 (-9090) -> No product +At time : 8.6011 ns Reaction : e_aq^-1 (-4156) + H3O^1 (-8418) -> H^0 (-13232) +At time : 8.7011 ns Reaction : H3O^1 (-8043) + OH^-1 (-13226) -> No product +At time : 8.7011 ns Reaction : OH^-1 (-13214) + H3O^1 (-6051) -> No product +At time : 8.7011 ns Reaction : OH^-1 (-13155) + H3O^1 (-7313) -> No product +At time : 8.7011 ns Reaction : H3O^1 (-6053) + OH^-1 (-13149) -> No product +At time : 8.7011 ns Reaction : H3O^1 (-6553) + OH^-1 (-13004) -> No product +At time : 8.7011 ns Reaction : H^0 (-12195) + H^0 (-11262) -> H_2^0 (-13233) +At time : 8.7011 ns Reaction : e_aq^-1 (-4859) + OH^0 (-8066) -> OH^-1 (-13234) +At time : 8.7011 ns Reaction : e_aq^-1 (-2263) + H3O^1 (-7843) -> H^0 (-13235) +At time : 8.7011 ns Reaction : e_aq^-1 (-3646) + OH^0 (-6392) -> OH^-1 (-13236) +At time : 8.7011 ns Reaction : e_aq^-1 (-4329) + e_aq^-1 (-1874) -> OH^-1 (-13237) + OH^-1 (-13238) + H_2^0 (-13239) +At time : 8.7011 ns Reaction : OH^-1 (-13210) + H3O^1 (-8057) -> No product +At time : 8.8011 ns Reaction : OH^-1 (-13018) + H3O^1 (-10167) -> No product +At time : 8.8011 ns Reaction : OH^0 (-7198) + H^0 (-12702) -> No product +At time : 8.8011 ns Reaction : e_aq^-1 (-573) + H2O2^0 (-12499) -> OH^-1 (-13240) + OH^0 (-13241) +At time : 8.8011 ns Reaction : H^0 (-10375) + OH^0 (-7356) -> No product +At time : 8.8011 ns Reaction : e_aq^-1 (-4736) + H3O^1 (-7995) -> H^0 (-13242) +At time : 8.8011 ns Reaction : e_aq^-1 (-5369) + H3O^1 (-7447) -> H^0 (-13243) +At time : 8.8011 ns Reaction : e_aq^-1 (-5547) + H3O^1 (-7407) -> H^0 (-13244) +At time : 8.9011 ns Reaction : H3O^1 (-10859) + OH^-1 (-13150) -> No product +At time : 8.9011 ns Reaction : H2O2^0 (-11381) + e_aq^-1 (-4693) -> OH^-1 (-13245) + OH^0 (-13246) +At time : 8.9011 ns Reaction : H^0 (-11229) + OH^0 (-6802) -> No product +At time : 8.9011 ns Reaction : H^0 (-10371) + e_aq^-1 (-5549) -> OH^-1 (-13247) + H_2^0 (-13248) +At time : 8.9011 ns Reaction : e_aq^-1 (-2511) + H3O^1 (-7827) -> H^0 (-13249) +At time : 8.9011 ns Reaction : e_aq^-1 (-5194) + OH^0 (-7470) -> OH^-1 (-13250) +At time : 9.0011 ns Reaction : H3O^1 (-10204) + OH^-1 (-13128) -> No product +At time : 9.0011 ns Reaction : H^0 (-12176) + H^0 (-13056) -> H_2^0 (-13251) +At time : 9.0011 ns Reaction : e_aq^-1 (-4182) + H^0 (-12614) -> OH^-1 (-13252) + H_2^0 (-13253) +At time : 9.0011 ns Reaction : H2O2^0 (-12031) + e_aq^-1 (-1832) -> OH^-1 (-13254) + OH^0 (-13255) +At time : 9.0011 ns Reaction : H2O2^0 (-11686) + e_aq^-1 (-4956) -> OH^-1 (-13256) + OH^0 (-13257) +At time : 9.0011 ns Reaction : OH^0 (-9466) + e_aq^-1 (-3358) -> OH^-1 (-13258) +At time : 9.0011 ns Reaction : e_aq^-1 (-4675) + H3O^1 (-7065) -> H^0 (-13259) +At time : 9.0011 ns Reaction : e_aq^-1 (-3586) + H3O^1 (-5903) -> H^0 (-13260) +At time : 9.1011 ns Reaction : OH^-1 (-12988) + H3O^1 (-7369) -> No product +At time : 9.1011 ns Reaction : OH^-1 (-12933) + H3O^1 (-7325) -> No product +At time : 9.1011 ns Reaction : H3O^1 (-6497) + OH^-1 (-12923) -> No product +At time : 9.1011 ns Reaction : OH^-1 (-12624) + H3O^1 (-10711) -> No product +At time : 9.1011 ns Reaction : e_aq^-1 (-4441) + e_aq^-1 (-8809) -> OH^-1 (-13261) + OH^-1 (-13262) + H_2^0 (-13263) +At time : 9.1011 ns Reaction : e_aq^-1 (-5139) + H3O^1 (-8123) -> H^0 (-13264) +At time : 9.1011 ns Reaction : e_aq^-1 (-4206) + OH^0 (-7894) -> OH^-1 (-13265) +At time : 9.1011 ns Reaction : e_aq^-1 (-4801) + H3O^1 (-7057) -> H^0 (-13266) +At time : 9.1011 ns Reaction : e_aq^-1 (-5020) + e_aq^-1 (-930) -> OH^-1 (-13267) + OH^-1 (-13268) + H_2^0 (-13269) +At time : 9.2011 ns Reaction : OH^-1 (-13240) + H3O^1 (-8159) -> No product +At time : 9.2011 ns Reaction : H^0 (-12768) + e_aq^-1 (-3752) -> OH^-1 (-13270) + H_2^0 (-13271) +At time : 9.2011 ns Reaction : H2O2^0 (-12505) + e_aq^-1 (-2460) -> OH^-1 (-13272) + OH^0 (-13273) +At time : 9.2011 ns Reaction : e_aq^-1 (-2093) + H2O2^0 (-11436) -> OH^-1 (-13274) + OH^0 (-13275) +At time : 9.2011 ns Reaction : e_aq^-1 (-5302) + H^0 (-8944) -> OH^-1 (-13276) + H_2^0 (-13277) +At time : 9.2011 ns Reaction : e_aq^-1 (-5413) + H3O^1 (-7423) -> H^0 (-13278) +At time : 9.2011 ns Reaction : e_aq^-1 (-4332) + H3O^1 (-6857) -> H^0 (-13279) +At time : 9.2011 ns Reaction : e_aq^-1 (-5508) + e_aq^-1 (-5483) -> OH^-1 (-13280) + OH^-1 (-13281) + H_2^0 (-13282) +At time : 9.3011 ns Reaction : e_aq^-1 (-4921) + H^0 (-12998) -> OH^-1 (-13283) + H_2^0 (-13284) +At time : 9.3011 ns Reaction : H^0 (-12916) + OH^0 (-6150) -> No product +At time : 9.3011 ns Reaction : H3O^1 (-6127) + OH^-1 (-12911) -> No product +At time : 9.3011 ns Reaction : H3O^1 (-9595) + OH^-1 (-12785) -> No product +At time : 9.3011 ns Reaction : H^0 (-12781) + e_aq^-1 (-3550) -> OH^-1 (-13285) + H_2^0 (-13286) +At time : 9.3011 ns Reaction : OH^0 (-10634) + e_aq^-1 (-3475) -> OH^-1 (-13287) +At time : 9.3011 ns Reaction : OH^0 (-9469) + e_aq^-1 (-3484) -> OH^-1 (-13288) +At time : 9.3011 ns Reaction : e_aq^-1 (-1515) + OH^0 (-8818) -> OH^-1 (-13289) +At time : 9.3011 ns Reaction : OH^0 (-7196) + OH^0 (-8166) -> H2O2^0 (-13290) +At time : 9.4011 ns Reaction : OH^-1 (-13126) + H3O^1 (-8309) -> No product +At time : 9.4011 ns Reaction : OH^-1 (-12625) + H3O^1 (-6463) -> No product +At time : 9.4011 ns Reaction : e_aq^-1 (-4761) + H2O2^0 (-11953) -> OH^-1 (-13291) + OH^0 (-13292) +At time : 9.4011 ns Reaction : e_aq^-1 (-5315) + H^0 (-11161) -> OH^-1 (-13293) + H_2^0 (-13294) +At time : 9.4011 ns Reaction : e_aq^-1 (-4037) + H3O^1 (-9855) -> H^0 (-13295) +At time : 9.4011 ns Reaction : OH^0 (-9496) + OH^0 (-9499) -> H2O2^0 (-13296) +At time : 9.4011 ns Reaction : e_aq^-1 (-4781) + H^0 (-9299) -> OH^-1 (-13297) + H_2^0 (-13298) +At time : 9.4011 ns Reaction : e_aq^-1 (-3703) + H^0 (-8986) -> OH^-1 (-13299) + H_2^0 (-13300) +At time : 9.4011 ns Reaction : OH^0 (-6236) + e_aq^-1 (-8710) -> OH^-1 (-13301) +At time : 9.4011 ns Reaction : e_aq^-1 (-4522) + H3O^1 (-7965) -> H^0 (-13302) +At time : 9.4011 ns Reaction : e_aq^-1 (-2896) + H3O^1 (-6419) -> H^0 (-13303) +At time : 9.5011 ns Reaction : OH^-1 (-13047) + H3O^1 (-7019) -> No product +At time : 9.5011 ns Reaction : H3O^1 (-10396) + OH^-1 (-12952) -> No product +At time : 9.5011 ns Reaction : H3O^1 (-6677) + OH^-1 (-12795) -> No product +At time : 9.5011 ns Reaction : H3O^1 (-9230) + e_aq^-1 (-4007) -> H^0 (-13304) +At time : 9.5011 ns Reaction : e_aq^-1 (-4137) + OH^0 (-6788) -> OH^-1 (-13305) +At time : 9.5011 ns Reaction : e_aq^-1 (-2943) + H3O^1 (-6425) -> H^0 (-13306) +At time : 9.6011 ns Reaction : OH^0 (-13224) + OH^0 (-9266) -> H2O2^0 (-13307) +At time : 9.6011 ns Reaction : H3O^1 (-7041) + OH^-1 (-13000) -> No product +At time : 9.6011 ns Reaction : H2O2^0 (-12039) + e_aq^-1 (-4358) -> OH^-1 (-13308) + OH^0 (-13309) +At time : 9.6011 ns Reaction : H^0 (-11319) + e_aq^-1 (-8557) -> OH^-1 (-13310) + H_2^0 (-13311) +At time : 9.7011 ns Reaction : OH^-1 (-11760) + H3O^1 (-7693) -> No product +At time : 9.7011 ns Reaction : H^0 (-10592) + e_aq^-1 (-2227) -> OH^-1 (-13312) + H_2^0 (-13313) +At time : 9.7011 ns Reaction : H^0 (-10088) + OH^0 (-7530) -> No product +At time : 9.7011 ns Reaction : e_aq^-1 (-4585) + OH^0 (-6998) -> OH^-1 (-13314) +At time : 9.7011 ns Reaction : e_aq^-1 (-4161) + OH^0 (-5980) -> OH^-1 (-13315) +At time : 9.7011 ns Reaction : OH^0 (-7292) + H^0 (-11645) -> No product +At time : 9.7011 ns Reaction : OH^0 (-10555) + e_aq^-1 (-4361) -> OH^-1 (-13316) +At time : 9.8011 ns Reaction : OH^-1 (-12396) + H3O^1 (-5931) -> No product +At time : 9.8011 ns Reaction : e_aq^-1 (-136) + H2O2^0 (-11874) -> OH^-1 (-13317) + OH^0 (-13318) +At time : 9.8011 ns Reaction : e_aq^-1 (-4462) + H3O^1 (-6001) -> H^0 (-13319) +At time : 9.9011 ns Reaction : OH^-1 (-13317) + H3O^1 (-10333) -> No product +At time : 9.9011 ns Reaction : e_aq^-1 (-2803) + H2O2^0 (-13215) -> OH^-1 (-13320) + OH^0 (-13321) +At time : 9.9011 ns Reaction : H3O^1 (-6793) + OH^-1 (-13001) -> No product +At time : 9.9011 ns Reaction : OH^-1 (-12515) + H3O^1 (-6713) -> No product +At time : 9.9011 ns Reaction : e_aq^-1 (-4322) + H2O2^0 (-11985) -> OH^-1 (-13322) + OH^0 (-13323) +At time : 9.9011 ns Reaction : e_aq^-1 (-4376) + H3O^1 (-6923) -> H^0 (-13324) +At time : 9.9011 ns Reaction : e_aq^-1 (-5045) + H3O^1 (-6067) -> H^0 (-13325) +At time : 10.001 ns Reaction : OH^-1 (-13265) + H3O^1 (-6815) -> No product +At time : 10.001 ns Reaction : OH^-1 (-13020) + H3O^1 (-6933) -> No product +At time : 10.001 ns Reaction : H^0 (-12978) + OH^0 (-12919) -> No product +At time : 10.001 ns Reaction : OH^-1 (-12808) + H3O^1 (-10824) -> No product +At time : 10.001 ns Reaction : OH^-1 (-12724) + H3O^1 (-6701) -> No product +At time : 10.001 ns Reaction : H^0 (-9235) + e_aq^-1 (-2283) -> OH^-1 (-13326) + H_2^0 (-13327) +At time : 10.001 ns Reaction : e_aq^-1 (-4934) + H3O^1 (-8093) -> H^0 (-13328) +At time : 10.001 ns Reaction : e_aq^-1 (-4677) + H3O^1 (-8027) -> H^0 (-13329) +At time : 10.001 ns Reaction : e_aq^-1 (-1982) + OH^0 (-7878) -> OH^-1 (-13330) +At time : 10.001 ns Reaction : OH^0 (-7014) + OH^0 (-7534) -> H2O2^0 (-13331) +At time : 11.001 ns Reaction : H3O^1 (-6929) + OH^-1 (-13289) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13250) + H3O^1 (-8175) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13191) + H3O^1 (-8646) -> No product +At time : 11.001 ns Reaction : OH^-1 (-13050) + H3O^1 (-7903) -> No product +At time : 11.001 ns Reaction : H3O^1 (-6119) + OH^-1 (-13008) -> No product +At time : 11.001 ns Reaction : OH^-1 (-12881) + H3O^1 (-7293) -> No product +At time : 11.001 ns Reaction : OH^-1 (-12878) + H3O^1 (-5973) -> No product +At time : 11.001 ns Reaction : H3O^1 (-6139) + OH^-1 (-12816) -> No product +At time : 11.001 ns Reaction : OH^-1 (-12705) + H3O^1 (-8327) -> No product +At time : 11.001 ns Reaction : e_aq^-1 (-1039) + H2O2^0 (-12689) -> OH^-1 (-13332) + OH^0 (-13333) +At time : 11.001 ns Reaction : OH^-1 (-12509) + H3O^1 (-6885) -> No product +At time : 11.001 ns Reaction : H3O^1 (-6065) + OH^-1 (-12487) -> No product +At time : 11.001 ns Reaction : e_aq^-1 (-4965) + H^0 (-12477) -> OH^-1 (-13334) + H_2^0 (-13335) +At time : 11.001 ns Reaction : e_aq^-1 (-5361) + H^0 (-12225) -> OH^-1 (-13336) + H_2^0 (-13337) +At time : 11.001 ns Reaction : H^0 (-10461) + H^0 (-12217) -> H_2^0 (-13338) +At time : 11.001 ns Reaction : OH^-1 (-11485) + H3O^1 (-5977) -> No product +At time : 11.001 ns Reaction : H^0 (-11223) + OH^0 (-6704) -> No product +At time : 11.001 ns Reaction : e_aq^-1 (-5493) + H^0 (-11174) -> OH^-1 (-13339) + H_2^0 (-13340) +At time : 11.001 ns Reaction : OH^0 (-11153) + OH^0 (-6090) -> H2O2^0 (-13341) +At time : 11.001 ns Reaction : OH^0 (-11060) + OH^0 (-7180) -> H2O2^0 (-13342) +At time : 11.001 ns Reaction : H3O^1 (-10957) + e_aq^-1 (-4651) -> H^0 (-13343) +At time : 11.001 ns Reaction : OH^0 (-10476) + OH^0 (-6154) -> H2O2^0 (-13344) +At time : 11.001 ns Reaction : e_aq^-1 (-5105) + H3O^1 (-10208) -> H^0 (-13345) +At time : 11.001 ns Reaction : OH^0 (-9896) + OH^0 (-5790) -> H2O2^0 (-13346) +At time : 11.001 ns Reaction : H^0 (-9143) + H^0 (-9151) -> H_2^0 (-13347) +At time : 11.001 ns Reaction : e_aq^-1 (-5438) + H3O^1 (-7317) -> H^0 (-13348) +At time : 11.001 ns Reaction : e_aq^-1 (-3687) + e_aq^-1 (-3658) -> OH^-1 (-13349) + OH^-1 (-13350) + H_2^0 (-13351) +At time : 12.001 ns Reaction : H3O^1 (-6081) + OH^-1 (-13336) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13316) + H3O^1 (-5991) -> No product +At time : 12.001 ns Reaction : H3O^1 (-10646) + OH^-1 (-13301) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13297) + H3O^1 (-8841) -> No product +At time : 12.001 ns Reaction : e_aq^-1 (-765) + H2O2^0 (-13290) -> OH^-1 (-13352) + OH^0 (-13353) +At time : 12.001 ns Reaction : OH^-1 (-13281) + H3O^1 (-8271) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13262) + H3O^1 (-6003) -> No product +At time : 12.001 ns Reaction : H3O^1 (-10347) + OH^-1 (-13168) -> No product +At time : 12.001 ns Reaction : OH^-1 (-13037) + H3O^1 (-6617) -> No product +At time : 12.001 ns Reaction : e_aq^-1 (-655) + H^0 (-12983) -> OH^-1 (-13354) + H_2^0 (-13355) +At time : 12.001 ns Reaction : OH^-1 (-12877) + H3O^1 (-6807) -> No product +At time : 12.001 ns Reaction : H3O^1 (-7195) + OH^-1 (-12351) -> No product +At time : 12.001 ns Reaction : OH^-1 (-12237) + H3O^1 (-7043) -> No product +At time : 12.001 ns Reaction : OH^0 (-10639) + e_aq^-1 (-3465) -> OH^-1 (-13356) +At time : 12.001 ns Reaction : H3O^1 (-10407) + e_aq^-1 (-5446) -> H^0 (-13357) +At time : 12.001 ns Reaction : H^0 (-10273) + OH^0 (-10288) -> No product +At time : 12.001 ns Reaction : OH^0 (-9708) + OH^0 (-6618) -> H2O2^0 (-13358) +At time : 12.001 ns Reaction : OH^0 (-9413) + OH^0 (-6056) -> H2O2^0 (-13359) +At time : 12.001 ns Reaction : OH^-1 (-13326) + H3O^1 (-7837) -> No product +At time : 13.001 ns Reaction : e_aq^-1 (-1295) + H^0 (-13343) -> OH^-1 (-13360) + H_2^0 (-13361) +At time : 13.001 ns Reaction : OH^-1 (-13339) + H3O^1 (-8469) -> No product +At time : 13.001 ns Reaction : OH^-1 (-13310) + H3O^1 (-7593) -> No product +At time : 13.001 ns Reaction : OH^-1 (-13288) + H3O^1 (-6219) -> No product +At time : 13.001 ns Reaction : OH^-1 (-13283) + H3O^1 (-11061) -> No product +At time : 13.001 ns Reaction : H3O^1 (-6745) + OH^-1 (-13274) -> No product +At time : 13.001 ns Reaction : OH^-1 (-13254) + H3O^1 (-6833) -> No product +At time : 13.001 ns Reaction : OH^-1 (-13193) + H3O^1 (-10021) -> No product +At time : 13.001 ns Reaction : H3O^1 (-6157) + OH^-1 (-13110) -> No product +At time : 13.001 ns Reaction : H3O^1 (-11025) + OH^-1 (-13069) -> No product +At time : 13.001 ns Reaction : H3O^1 (-6253) + OH^-1 (-13053) -> No product +At time : 13.001 ns Reaction : H3O^1 (-10691) + OH^-1 (-13046) -> No product +At time : 13.001 ns Reaction : H3O^1 (-6199) + OH^-1 (-12994) -> No product +At time : 13.001 ns Reaction : OH^-1 (-12929) + H3O^1 (-8291) -> No product +At time : 13.001 ns Reaction : H3O^1 (-9783) + OH^-1 (-12810) -> No product +At time : 13.001 ns Reaction : H3O^1 (-6411) + OH^-1 (-12712) -> No product +At time : 13.001 ns Reaction : OH^-1 (-12675) + H3O^1 (-10701) -> No product +At time : 13.001 ns Reaction : e_aq^-1 (-5011) + OH^0 (-12539) -> OH^-1 (-13362) +At time : 13.001 ns Reaction : e_aq^-1 (-3696) + H2O2^0 (-12472) -> OH^-1 (-13363) + OH^0 (-13364) +At time : 13.001 ns Reaction : e_aq^-1 (-5482) + H2O2^0 (-11926) -> OH^-1 (-13365) + OH^0 (-13366) +At time : 13.001 ns Reaction : H^0 (-10645) + OH^0 (-5876) -> No product +At time : 13.001 ns Reaction : H3O^1 (-9775) + e_aq^-1 (-2434) -> H^0 (-13367) +At time : 13.001 ns Reaction : OH^0 (-7352) + OH^0 (-8322) -> H2O2^0 (-13368) +At time : 13.001 ns Reaction : e_aq^-1 (-4295) + H3O^1 (-6889) -> H^0 (-13369) +At time : 13.001 ns Reaction : e_aq^-1 (-2639) + H3O^1 (-6511) -> H^0 (-13370) +At time : 13.001 ns Reaction : e_aq^-1 (-1289) + OH^0 (-7990) -> OH^-1 (-13371) +At time : 14.001 ns Reaction : H3O^1 (-7177) + OH^-1 (-13334) -> No product +At time : 14.001 ns Reaction : e_aq^-1 (-17) + OH^0 (-13318) -> OH^-1 (-13372) +At time : 14.001 ns Reaction : H3O^1 (-10506) + OH^-1 (-13234) -> No product +At time : 14.001 ns Reaction : H3O^1 (-6721) + OH^-1 (-13147) -> No product +At time : 14.001 ns Reaction : OH^-1 (-13117) + H3O^1 (-6927) -> No product +At time : 14.001 ns Reaction : OH^0 (-12812) + e_aq^-1 (-5689) -> OH^-1 (-13373) +At time : 14.001 ns Reaction : OH^-1 (-12806) + H3O^1 (-8547) -> No product +At time : 14.001 ns Reaction : e_aq^-1 (-2373) + H2O2^0 (-12773) -> OH^-1 (-13374) + OH^0 (-13375) +At time : 14.001 ns Reaction : OH^-1 (-12680) + H3O^1 (-7985) -> No product +At time : 14.001 ns Reaction : OH^-1 (-12678) + H3O^1 (-6381) -> No product +At time : 14.001 ns Reaction : OH^-1 (-12541) + H3O^1 (-8041) -> No product +At time : 14.001 ns Reaction : H2O2^0 (-12523) + e_aq^-1 (-2924) -> OH^-1 (-13376) + OH^0 (-13377) +At time : 14.001 ns Reaction : e_aq^-1 (-1416) + H2O2^0 (-12116) -> OH^-1 (-13378) + OH^0 (-13379) +At time : 14.001 ns Reaction : e_aq^-1 (-2698) + H2O2^0 (-12010) -> OH^-1 (-13380) + OH^0 (-13381) +At time : 14.001 ns Reaction : H2O2^0 (-11950) + e_aq^-1 (-3843) -> OH^-1 (-13382) + OH^0 (-13383) +At time : 14.001 ns Reaction : H^0 (-10888) + e_aq^-1 (-4325) -> OH^-1 (-13384) + H_2^0 (-13385) +At time : 14.001 ns Reaction : H3O^1 (-10134) + e_aq^-1 (-4706) -> H^0 (-13386) +At time : 14.001 ns Reaction : OH^0 (-9911) + H^0 (-9267) -> No product +At time : 14.001 ns Reaction : OH^0 (-9677) + OH^0 (-5924) -> H2O2^0 (-13387) +At time : 14.001 ns Reaction : H^0 (-9288) + OH^0 (-6962) -> No product +At time : 14.001 ns Reaction : e_aq^-1 (-5645) + H3O^1 (-8317) -> H^0 (-13388) +At time : 14.001 ns Reaction : e_aq^-1 (-3878) + H3O^1 (-7787) -> H^0 (-13389) +At time : 14.001 ns Reaction : OH^0 (-7678) + OH^0 (-7680) -> H2O2^0 (-13390) +At time : 14.001 ns Reaction : OH^-1 (-13360) + H3O^1 (-8838) -> No product +At time : 14.001 ns Reaction : H3O^1 (-9865) + OH^-1 (-13221) -> No product +At time : 15.001 ns Reaction : e_aq^-1 (-1466) + OH^0 (-13379) -> OH^-1 (-13391) +At time : 15.001 ns Reaction : OH^-1 (-13373) + H3O^1 (-7395) -> No product +At time : 15.001 ns Reaction : e_aq^-1 (-2725) + H^0 (-13370) -> OH^-1 (-13392) + H_2^0 (-13393) +At time : 15.001 ns Reaction : H3O^1 (-5911) + OH^-1 (-13320) -> No product +At time : 15.001 ns Reaction : e_aq^-1 (-1228) + OH^0 (-13246) -> OH^-1 (-13394) +At time : 15.001 ns Reaction : H3O^1 (-10398) + OH^-1 (-13208) -> No product +At time : 15.001 ns Reaction : OH^-1 (-13160) + H3O^1 (-6871) -> No product +At time : 15.001 ns Reaction : OH^-1 (-13121) + H3O^1 (-10764) -> No product +At time : 15.001 ns Reaction : H3O^1 (-7515) + OH^-1 (-13116) -> No product +At time : 15.001 ns Reaction : H^0 (-12960) + e_aq^-1 (-8515) -> OH^-1 (-13395) + H_2^0 (-13396) +At time : 15.001 ns Reaction : H3O^1 (-7229) + OH^-1 (-12945) -> No product +At time : 15.001 ns Reaction : e_aq^-1 (-2316) + H^0 (-12906) -> OH^-1 (-13397) + H_2^0 (-13398) +At time : 15.001 ns Reaction : H2O2^0 (-12598) + e_aq^-1 (-3584) -> OH^-1 (-13399) + OH^0 (-13400) +At time : 15.001 ns Reaction : e_aq^-1 (-4026) + H^0 (-12507) -> OH^-1 (-13401) + H_2^0 (-13402) +At time : 15.001 ns Reaction : H3O^1 (-10745) + OH^-1 (-12395) -> No product +At time : 15.001 ns Reaction : OH^-1 (-12318) + H3O^1 (-7705) -> No product +At time : 15.001 ns Reaction : OH^0 (-11194) + OH^0 (-7364) -> H2O2^0 (-13403) +At time : 15.001 ns Reaction : OH^0 (-10014) + OH^0 (-10024) -> H2O2^0 (-13404) +At time : 15.001 ns Reaction : e_aq^-1 (-994) + H^0 (-9076) -> OH^-1 (-13405) + H_2^0 (-13406) +At time : 16.001 ns Reaction : H3O^1 (-6281) + OH^-1 (-13399) -> No product +At time : 16.001 ns Reaction : OH^-1 (-13391) + H3O^1 (-7023) -> No product +At time : 16.001 ns Reaction : e_aq^-1 (-2599) + H2O2^0 (-13387) -> OH^-1 (-13407) + OH^0 (-13408) +At time : 16.001 ns Reaction : OH^-1 (-13330) + H3O^1 (-6831) -> No product +At time : 16.001 ns Reaction : H3O^1 (-6153) + OH^-1 (-13256) -> No product +At time : 16.001 ns Reaction : OH^-1 (-13197) + H3O^1 (-7153) -> No product +At time : 16.001 ns Reaction : OH^0 (-12695) + OH^0 (-7262) -> H2O2^0 (-13409) +At time : 16.001 ns Reaction : e_aq^-1 (-1741) + H2O2^0 (-11886) -> OH^-1 (-13410) + OH^0 (-13411) +At time : 16.001 ns Reaction : e_aq^-1 (-2204) + H2O2^0 (-11709) -> OH^-1 (-13412) + OH^0 (-13413) +At time : 16.001 ns Reaction : H3O^1 (-11312) + e_aq^-1 (-2579) -> H^0 (-13414) +At time : 16.001 ns Reaction : e_aq^-1 (-5521) + H^0 (-11269) -> OH^-1 (-13415) + H_2^0 (-13416) +At time : 16.001 ns Reaction : OH^0 (-10716) + H^0 (-9636) -> No product +At time : 16.001 ns Reaction : OH^0 (-10516) + OH^0 (-7050) -> H2O2^0 (-13417) +At time : 16.001 ns Reaction : OH^0 (-9407) + OH^0 (-7246) -> H2O2^0 (-13418) +At time : 16.001 ns Reaction : e_aq^-1 (-5626) + H3O^1 (-8279) -> H^0 (-13419) +At time : 16.001 ns Reaction : e_aq^-1 (-4176) + H3O^1 (-6809) -> H^0 (-13420) +At time : 16.001 ns Reaction : H3O^1 (-10081) + OH^-1 (-13245) -> No product +At time : 16.001 ns Reaction : e_aq^-1 (-5164) + H^0 (-12630) -> OH^-1 (-13421) + H_2^0 (-13422) +At time : 17.001 ns Reaction : OH^-1 (-13410) + H3O^1 (-6201) -> No product +At time : 17.001 ns Reaction : OH^-1 (-13372) + H3O^1 (-8311) -> No product +At time : 17.001 ns Reaction : OH^-1 (-13356) + H3O^1 (-7675) -> No product +At time : 17.001 ns Reaction : OH^-1 (-13267) + H3O^1 (-7091) -> No product +At time : 17.001 ns Reaction : H3O^1 (-9359) + OH^-1 (-13012) -> No product +At time : 17.001 ns Reaction : OH^-1 (-12999) + H3O^1 (-7889) -> No product +At time : 17.001 ns Reaction : OH^0 (-12949) + OH^0 (-7488) -> H2O2^0 (-13423) +At time : 17.001 ns Reaction : H3O^1 (-10961) + OH^-1 (-12708) -> No product +At time : 17.001 ns Reaction : OH^-1 (-11858) + H3O^1 (-7679) -> No product +At time : 17.001 ns Reaction : H^0 (-10968) + OH^0 (-7030) -> No product +At time : 17.001 ns Reaction : H3O^1 (-10319) + e_aq^-1 (-5360) -> H^0 (-13424) +At time : 17.001 ns Reaction : OH^0 (-10302) + OH^0 (-8244) -> H2O2^0 (-13425) +At time : 17.001 ns Reaction : e_aq^-1 (-5468) + H3O^1 (-10300) -> H^0 (-13426) +At time : 17.001 ns Reaction : OH^0 (-10033) + H^0 (-10044) -> No product +At time : 17.001 ns Reaction : H^0 (-9113) + OH^0 (-6794) -> No product +At time : 17.001 ns Reaction : OH^0 (-8078) + OH^0 (-8876) -> H2O2^0 (-13427) +At time : 17.001 ns Reaction : H3O^1 (-6667) + OH^-1 (-12516) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13362) + H3O^1 (-7497) -> No product +At time : 18.001 ns Reaction : OH^-1 (-13308) + H3O^1 (-7591) -> No product +At time : 18.001 ns Reaction : OH^0 (-13275) + OH^0 (-5760) -> H2O2^0 (-13428) +At time : 18.001 ns Reaction : e_aq^-1 (-561) + H^0 (-13243) -> OH^-1 (-13429) + H_2^0 (-13430) +At time : 18.001 ns Reaction : e_aq^-1 (-2314) + H^0 (-13188) -> OH^-1 (-13431) + H_2^0 (-13432) +At time : 18.001 ns Reaction : H^0 (-12845) + e_aq^-1 (-2786) -> OH^-1 (-13433) + H_2^0 (-13434) +At time : 18.001 ns Reaction : OH^-1 (-12534) + H3O^1 (-8409) -> No product +At time : 18.001 ns Reaction : e_aq^-1 (-173) + H3O^1 (-11355) -> H^0 (-13435) +At time : 18.001 ns Reaction : e_aq^-1 (-4669) + H^0 (-11283) -> OH^-1 (-13436) + H_2^0 (-13437) +At time : 18.001 ns Reaction : OH^0 (-10352) + OH^0 (-7372) -> H2O2^0 (-13438) +At time : 18.001 ns Reaction : OH^0 (-9747) + OH^0 (-7652) -> H2O2^0 (-13439) +At time : 18.001 ns Reaction : H^0 (-9367) + OH^0 (-7276) -> No product +At time : 18.001 ns Reaction : OH^0 (-6064) + OH^0 (-8106) -> H2O2^0 (-13440) +At time : 18.001 ns Reaction : OH^0 (-6674) + OH^0 (-6686) -> H2O2^0 (-13441) +At time : 19.001 ns Reaction : OH^-1 (-13247) + H3O^1 (-8277) -> No product +At time : 19.001 ns Reaction : OH^-1 (-13236) + H3O^1 (-6417) -> No product +At time : 19.001 ns Reaction : OH^-1 (-13123) + H3O^1 (-8715) -> No product +At time : 19.001 ns Reaction : OH^-1 (-12973) + H3O^1 (-6435) -> No product +At time : 19.001 ns Reaction : H3O^1 (-9785) + OH^-1 (-12858) -> No product +At time : 19.001 ns Reaction : OH^0 (-12805) + e_aq^-1 (-4053) -> OH^-1 (-13442) +At time : 19.001 ns Reaction : OH^0 (-7104) + OH^0 (-12569) -> H2O2^0 (-13443) +At time : 19.001 ns Reaction : e_aq^-1 (-5421) + H^0 (-12222) -> OH^-1 (-13444) + H_2^0 (-13445) +At time : 19.001 ns Reaction : H2O2^0 (-11794) + e_aq^-1 (-1246) -> OH^-1 (-13446) + OH^0 (-13447) +At time : 19.001 ns Reaction : H^0 (-10195) + e_aq^-1 (-4981) -> OH^-1 (-13448) + H_2^0 (-13449) +At time : 19.001 ns Reaction : OH^0 (-9195) + OH^0 (-9577) -> H2O2^0 (-13450) +At time : 19.001 ns Reaction : H^0 (-9485) + e_aq^-1 (-3512) -> OH^-1 (-13451) + H_2^0 (-13452) +At time : 20.001 ns Reaction : H3O^1 (-6683) + OH^-1 (-13431) -> No product +At time : 20.001 ns Reaction : OH^-1 (-13412) + H3O^1 (-10805) -> No product +At time : 20.001 ns Reaction : H3O^1 (-6175) + OH^-1 (-13371) -> No product +At time : 20.001 ns Reaction : OH^-1 (-13285) + H3O^1 (-7695) -> No product +At time : 20.001 ns Reaction : H3O^1 (-6743) + OH^-1 (-13178) -> No product +At time : 20.001 ns Reaction : H^0 (-11195) + OH^0 (-12989) -> No product +At time : 20.001 ns Reaction : OH^0 (-12930) + e_aq^-1 (-5536) -> OH^-1 (-13453) +At time : 20.001 ns Reaction : H3O^1 (-6043) + OH^-1 (-12909) -> No product +At time : 20.001 ns Reaction : OH^-1 (-12754) + H3O^1 (-7639) -> No product +At time : 20.001 ns Reaction : OH^-1 (-12676) + H3O^1 (-9996) -> No product +At time : 20.001 ns Reaction : e_aq^-1 (-4450) + H^0 (-12361) -> OH^-1 (-13454) + H_2^0 (-13455) +At time : 20.001 ns Reaction : e_aq^-1 (-630) + H2O2^0 (-11419) -> OH^-1 (-13456) + OH^0 (-13457) +At time : 20.001 ns Reaction : e_aq^-1 (-1880) + OH^0 (-10864) -> OH^-1 (-13458) +At time : 20.001 ns Reaction : OH^0 (-9161) + H^0 (-10660) -> No product +At time : 20.001 ns Reaction : H3O^1 (-10603) + e_aq^-1 (-3992) -> H^0 (-13459) +At time : 20.001 ns Reaction : H^0 (-9533) + e_aq^-1 (-8716) -> OH^-1 (-13460) + H_2^0 (-13461) +At time : 20.001 ns Reaction : e_aq^-1 (-5423) + OH^0 (-9091) -> OH^-1 (-13462) +At time : 20.001 ns Reaction : e_aq^-1 (-2977) + H3O^1 (-8535) -> H^0 (-13463) +At time : 20.001 ns Reaction : OH^0 (-6826) + OH^0 (-7898) -> H2O2^0 (-13464) +At time : 20.001 ns Reaction : e_aq^-1 (-3771) + H3O^1 (-6539) -> H^0 (-13465) +At time : 20.001 ns Reaction : e_aq^-1 (-3113) + H3O^1 (-6361) -> H^0 (-13466) +At time : 21.001 ns Reaction : OH^-1 (-13448) + H3O^1 (-8051) -> No product +At time : 21.001 ns Reaction : H3O^1 (-11179) + OH^-1 (-13415) -> No product +At time : 21.001 ns Reaction : OH^0 (-13366) + e_aq^-1 (-5476) -> OH^-1 (-13467) +At time : 21.001 ns Reaction : e_aq^-1 (-2522) + H2O2^0 (-13358) -> OH^-1 (-13468) + OH^0 (-13469) +At time : 21.001 ns Reaction : H3O^1 (-7073) + OH^-1 (-13332) -> No product +At time : 21.001 ns Reaction : H3O^1 (-10413) + OH^-1 (-13293) -> No product +At time : 21.001 ns Reaction : H3O^1 (-9970) + OH^-1 (-13261) -> No product +At time : 21.001 ns Reaction : OH^-1 (-13177) + H3O^1 (-7919) -> No product +At time : 21.001 ns Reaction : H2O2^0 (-12048) + e_aq^-1 (-5378) -> OH^-1 (-13470) + OH^0 (-13471) +At time : 21.001 ns Reaction : H^0 (-11145) + OH^0 (-5724) -> No product +At time : 21.001 ns Reaction : e_aq^-1 (-5226) + H3O^1 (-7263) -> H^0 (-13472) +At time : 21.001 ns Reaction : e_aq^-1 (-2876) + H3O^1 (-6449) -> H^0 (-13473) +At time : 21.001 ns Reaction : e_aq^-1 (-3640) + H3O^1 (-6399) -> H^0 (-13474) +At time : 21.001 ns Reaction : OH^0 (-5820) + OH^0 (-6270) -> H2O2^0 (-13475) +At time : 21.001 ns Reaction : e_aq^-1 (-634) + H3O^1 (-6077) -> H^0 (-13476) +At time : 21.001 ns Reaction : e_aq^-1 (-4850) + H3O^1 (-6059) -> H^0 (-13477) +At time : 22.001 ns Reaction : H3O^1 (-7629) + OH^-1 (-13397) -> No product +At time : 22.001 ns Reaction : H3O^1 (-10254) + OH^-1 (-13354) -> No product +At time : 22.001 ns Reaction : OH^-1 (-13352) + H3O^1 (-8643) -> No product +At time : 22.001 ns Reaction : OH^-1 (-13315) + H3O^1 (-8415) -> No product +At time : 22.001 ns Reaction : H3O^1 (-6465) + OH^-1 (-12726) -> No product +At time : 22.001 ns Reaction : OH^-1 (-12669) + H3O^1 (-8239) -> No product +At time : 22.001 ns Reaction : e_aq^-1 (-4389) + H^0 (-12547) -> OH^-1 (-13478) + H_2^0 (-13479) +At time : 22.001 ns Reaction : e_aq^-1 (-2567) + H^0 (-12362) -> OH^-1 (-13480) + H_2^0 (-13481) +At time : 22.001 ns Reaction : OH^0 (-11166) + OH^0 (-7322) -> H2O2^0 (-13482) +At time : 22.001 ns Reaction : OH^0 (-10608) + OH^0 (-6206) -> H2O2^0 (-13483) +At time : 22.001 ns Reaction : H^0 (-10013) + H^0 (-9038) -> H_2^0 (-13484) +At time : 22.001 ns Reaction : e_aq^-1 (-4581) + H3O^1 (-6959) -> H^0 (-13485) +At time : 22.001 ns Reaction : OH^0 (-6198) + OH^0 (-6832) -> H2O2^0 (-13486) +At time : 22.001 ns Reaction : OH^-1 (-12769) + H3O^1 (-6407) -> No product +At time : 23.001 ns Reaction : e_aq^-1 (-2403) + H2O2^0 (-13483) -> OH^-1 (-13487) + OH^0 (-13488) +At time : 23.001 ns Reaction : OH^-1 (-13468) + H3O^1 (-5829) -> No product +At time : 23.001 ns Reaction : OH^-1 (-13462) + H3O^1 (-7295) -> No product +At time : 23.001 ns Reaction : e_aq^-1 (-5583) + H2O2^0 (-13438) -> OH^-1 (-13489) + OH^0 (-13490) +At time : 23.001 ns Reaction : OH^-1 (-13382) + H3O^1 (-7649) -> No product +At time : 23.001 ns Reaction : OH^-1 (-13071) + H3O^1 (-6289) -> No product +At time : 23.001 ns Reaction : OH^-1 (-12976) + H3O^1 (-7323) -> No product +At time : 23.001 ns Reaction : e_aq^-1 (-2294) + H2O2^0 (-12687) -> OH^-1 (-13491) + OH^0 (-13492) +At time : 23.001 ns Reaction : OH^-1 (-12444) + H3O^1 (-7989) -> No product +At time : 23.001 ns Reaction : e_aq^-1 (-2490) + H2O2^0 (-11546) -> OH^-1 (-13493) + OH^0 (-13494) +At time : 23.001 ns Reaction : H3O^1 (-10749) + e_aq^-1 (-3895) -> H^0 (-13495) +At time : 23.001 ns Reaction : e_aq^-1 (-4656) + H3O^1 (-7009) -> H^0 (-13496) +At time : 23.001 ns Reaction : e_aq^-1 (-3620) + H3O^1 (-6335) -> H^0 (-13497) +At time : 23.001 ns Reaction : e_aq^-1 (-298) + e_aq^-1 (-5515) -> OH^-1 (-13498) + OH^-1 (-13499) + H_2^0 (-13500) +At time : 24.001 ns Reaction : OH^-1 (-13446) + H3O^1 (-8021) -> No product +At time : 24.001 ns Reaction : OH^-1 (-13444) + H3O^1 (-8237) -> No product +At time : 24.001 ns Reaction : e_aq^-1 (-5466) + H2O2^0 (-13403) -> OH^-1 (-13501) + OH^0 (-13502) +At time : 24.001 ns Reaction : OH^-1 (-13276) + H3O^1 (-8245) -> No product +At time : 24.001 ns Reaction : H3O^1 (-9711) + OH^-1 (-13272) -> No product +At time : 24.001 ns Reaction : e_aq^-1 (-3565) + OH^0 (-13165) -> OH^-1 (-13503) +At time : 24.001 ns Reaction : H3O^1 (-6389) + OH^-1 (-12847) -> No product +At time : 24.001 ns Reaction : H^0 (-12473) + e_aq^-1 (-2488) -> OH^-1 (-13504) + H_2^0 (-13505) +At time : 24.001 ns Reaction : H^0 (-11776) + OH^0 (-6240) -> No product +At time : 24.001 ns Reaction : e_aq^-1 (-483) + H2O2^0 (-11768) -> OH^-1 (-13506) + OH^0 (-13507) +At time : 24.001 ns Reaction : OH^0 (-10267) + OH^0 (-7208) -> H2O2^0 (-13508) +At time : 24.001 ns Reaction : OH^0 (-9632) + OH^0 (-7754) -> H2O2^0 (-13509) +At time : 24.001 ns Reaction : OH^0 (-6158) + OH^0 (-8861) -> H2O2^0 (-13510) +At time : 24.001 ns Reaction : e_aq^-1 (-3599) + H3O^1 (-7733) -> H^0 (-13511) +At time : 24.001 ns Reaction : e_aq^-1 (-2657) + OH^0 (-6506) -> OH^-1 (-13512) +At time : 25.001 ns Reaction : H3O^1 (-9729) + OH^-1 (-13493) -> No product +At time : 25.001 ns Reaction : H3O^1 (-10756) + OH^-1 (-13487) -> No product +At time : 25.001 ns Reaction : OH^-1 (-13470) + H3O^1 (-8253) -> No product +At time : 25.001 ns Reaction : OH^-1 (-13394) + H3O^1 (-8673) -> No product +At time : 25.001 ns Reaction : OH^-1 (-13374) + H3O^1 (-6681) -> No product +At time : 25.001 ns Reaction : OH^-1 (-13230) + H3O^1 (-8071) -> No product +At time : 25.001 ns Reaction : H3O^1 (-10443) + OH^-1 (-13182) -> No product +At time : 25.001 ns Reaction : e_aq^-1 (-5261) + OH^0 (-13171) -> OH^-1 (-13513) +At time : 25.001 ns Reaction : e_aq^-1 (-4565) + OH^0 (-12871) -> OH^-1 (-13514) +At time : 25.001 ns Reaction : OH^0 (-7000) + OH^0 (-12749) -> H2O2^0 (-13515) +At time : 25.001 ns Reaction : OH^-1 (-12650) + H3O^1 (-6325) -> No product +At time : 25.001 ns Reaction : e_aq^-1 (-5178) + H2O2^0 (-12476) -> OH^-1 (-13516) + OH^0 (-13517) +At time : 25.001 ns Reaction : OH^0 (-9535) + H^0 (-12334) -> No product +At time : 25.001 ns Reaction : e_aq^-1 (-3760) + H^0 (-12327) -> OH^-1 (-13518) + H_2^0 (-13519) +At time : 25.001 ns Reaction : OH^0 (-11188) + OH^0 (-5814) -> H2O2^0 (-13520) +At time : 25.001 ns Reaction : e_aq^-1 (-5551) + H3O^1 (-8307) -> H^0 (-13521) +At time : 25.001 ns Reaction : OH^0 (-5894) + OH^0 (-5896) -> H2O2^0 (-13522) +At time : 26.001 ns Reaction : OH^-1 (-13467) + H3O^1 (-8275) -> No product +At time : 26.001 ns Reaction : OH^-1 (-13458) + H3O^1 (-6861) -> No product +At time : 26.001 ns Reaction : e_aq^-1 (-5517) + H^0 (-13244) -> OH^-1 (-13523) + H_2^0 (-13524) +At time : 26.001 ns Reaction : H3O^1 (-5825) + OH^-1 (-13102) -> No product +At time : 26.001 ns Reaction : e_aq^-1 (-2479) + H2O2^0 (-12700) -> OH^-1 (-13525) + OH^0 (-13526) +At time : 26.001 ns Reaction : e_aq^-1 (-303) + OH^0 (-11143) -> OH^-1 (-13527) +At time : 26.001 ns Reaction : e_aq^-1 (-2700) + H3O^1 (-10733) -> H^0 (-13528) +At time : 26.001 ns Reaction : H^0 (-10055) + OH^0 (-7554) -> No product +At time : 26.001 ns Reaction : e_aq^-1 (-3588) + H3O^1 (-9549) -> H^0 (-13529) +At time : 26.001 ns Reaction : OH^0 (-7636) + OH^0 (-8778) -> H2O2^0 (-13530) +At time : 27.001 ns Reaction : e_aq^-1 (-4251) + H2O2^0 (-13464) -> OH^-1 (-13531) + OH^0 (-13532) +At time : 27.001 ns Reaction : H^0 (-13420) + e_aq^-1 (-1984) -> OH^-1 (-13533) + H_2^0 (-13534) +At time : 27.001 ns Reaction : e_aq^-1 (-4316) + H^0 (-12980) -> OH^-1 (-13535) + H_2^0 (-13536) +At time : 27.001 ns Reaction : e_aq^-1 (-4396) + H2O2^0 (-12926) -> OH^-1 (-13537) + OH^0 (-13538) +At time : 27.001 ns Reaction : OH^0 (-6038) + OH^0 (-11282) -> H2O2^0 (-13539) +At time : 27.001 ns Reaction : H^0 (-10326) + e_aq^-1 (-5674) -> OH^-1 (-13540) + H_2^0 (-13541) +At time : 27.001 ns Reaction : OH^0 (-9834) + OH^0 (-6722) -> H2O2^0 (-13542) +At time : 27.001 ns Reaction : OH^0 (-6672) + OH^0 (-7830) -> H2O2^0 (-13543) +At time : 27.001 ns Reaction : OH^0 (-7204) + OH^0 (-7480) -> H2O2^0 (-13544) +At time : 27.001 ns Reaction : e_aq^-1 (-4292) + H3O^1 (-6845) -> H^0 (-13545) +At time : 28.001 ns Reaction : e_aq^-1 (-2385) + OH^0 (-13526) -> OH^-1 (-13546) +At time : 28.001 ns Reaction : H3O^1 (-5887) + OH^-1 (-13072) -> No product +At time : 28.001 ns Reaction : OH^-1 (-12955) + H3O^1 (-8433) -> No product +At time : 28.001 ns Reaction : H2O2^0 (-12309) + e_aq^-1 (-2677) -> OH^-1 (-13547) + OH^0 (-13548) +At time : 28.001 ns Reaction : H^0 (-12298) + OH^0 (-5904) -> No product +At time : 28.001 ns Reaction : e_aq^-1 (-3021) + H2O2^0 (-11754) -> OH^-1 (-13549) + OH^0 (-13550) +At time : 28.001 ns Reaction : e_aq^-1 (-2528) + H3O^1 (-10760) -> H^0 (-13551) +At time : 28.001 ns Reaction : e_aq^-1 (-5262) + OH^0 (-10301) -> OH^-1 (-13552) +At time : 28.001 ns Reaction : OH^0 (-9886) + OH^0 (-8510) -> H2O2^0 (-13553) +At time : 28.001 ns Reaction : OH^0 (-9482) + OH^0 (-5880) -> H2O2^0 (-13554) +At time : 28.001 ns Reaction : e_aq^-1 (-1784) + H3O^1 (-6903) -> H^0 (-13555) +At time : 29.001 ns Reaction : H^0 (-13521) + e_aq^-1 (-5543) -> OH^-1 (-13556) + H_2^0 (-13557) +At time : 29.001 ns Reaction : H3O^1 (-7489) + OH^-1 (-13516) -> No product +At time : 29.001 ns Reaction : OH^-1 (-13350) + H3O^1 (-8526) -> No product +At time : 29.001 ns Reaction : e_aq^-1 (-1996) + H2O2^0 (-13346) -> OH^-1 (-13558) + OH^0 (-13559) +At time : 29.001 ns Reaction : OH^-1 (-13137) + H3O^1 (-10216) -> No product +At time : 29.001 ns Reaction : H3O^1 (-7227) + OH^-1 (-13131) -> No product +At time : 29.001 ns Reaction : H^0 (-13113) + e_aq^-1 (-5523) -> OH^-1 (-13560) + H_2^0 (-13561) +At time : 29.001 ns Reaction : OH^-1 (-13021) + H3O^1 (-5999) -> No product +At time : 29.001 ns Reaction : H3O^1 (-10296) + OH^-1 (-12783) -> No product +At time : 29.001 ns Reaction : e_aq^-1 (-4455) + H2O2^0 (-12016) -> OH^-1 (-13562) + OH^0 (-13563) +At time : 29.001 ns Reaction : H3O^1 (-10292) + e_aq^-1 (-5291) -> H^0 (-13564) +At time : 29.001 ns Reaction : H3O^1 (-6223) + e_aq^-1 (-8701) -> H^0 (-13565) +At time : 29.001 ns Reaction : e_aq^-1 (-5004) + H3O^1 (-8101) -> H^0 (-13566) +At time : 29.001 ns Reaction : e_aq^-1 (-2572) + H3O^1 (-7813) -> H^0 (-13567) +At time : 29.001 ns Reaction : e_aq^-1 (-5649) + H3O^1 (-7319) -> H^0 (-13568) +At time : 30.001 ns Reaction : OH^-1 (-13489) + H3O^1 (-8919) -> No product +At time : 30.001 ns Reaction : e_aq^-1 (-5010) + H^0 (-13477) -> OH^-1 (-13569) + H_2^0 (-13570) +At time : 30.001 ns Reaction : OH^-1 (-13349) + H3O^1 (-5913) -> No product +At time : 30.001 ns Reaction : e_aq^-1 (-5159) + OH^0 (-13241) -> OH^-1 (-13571) +At time : 30.001 ns Reaction : e_aq^-1 (-4743) + OH^0 (-12788) -> OH^-1 (-13572) +At time : 30.001 ns Reaction : e_aq^-1 (-3951) + H2O2^0 (-11427) -> OH^-1 (-13573) + OH^0 (-13574) +At time : 30.001 ns Reaction : e_aq^-1 (-3706) + OH^0 (-11215) -> OH^-1 (-13575) +At time : 30.001 ns Reaction : H3O^1 (-10512) + e_aq^-1 (-4608) -> H^0 (-13576) +At time : 30.001 ns Reaction : OH^0 (-10282) + OH^0 (-6070) -> H2O2^0 (-13577) +At time : 30.001 ns Reaction : OH^0 (-9112) + e_aq^-1 (-4175) -> OH^-1 (-13578) +At time : 31.001 ns Reaction : H3O^1 (-10879) + OH^-1 (-13535) -> No product +At time : 31.001 ns Reaction : e_aq^-1 (-5157) + OH^0 (-13457) -> OH^-1 (-13579) +At time : 31.001 ns Reaction : H3O^1 (-7655) + OH^-1 (-13407) -> No product +At time : 31.001 ns Reaction : H3O^1 (-7817) + OH^-1 (-13185) -> No product +At time : 31.001 ns Reaction : H3O^1 (-6901) + OH^-1 (-12965) -> No product +At time : 31.001 ns Reaction : e_aq^-1 (-4513) + H2O2^0 (-12061) -> OH^-1 (-13580) + OH^0 (-13581) +At time : 31.001 ns Reaction : e_aq^-1 (-4115) + H3O^1 (-10851) -> H^0 (-13582) +At time : 31.001 ns Reaction : OH^0 (-9393) + e_aq^-1 (-5710) -> OH^-1 (-13583) +At time : 31.001 ns Reaction : H^0 (-9215) + e_aq^-1 (-3712) -> OH^-1 (-13584) + H_2^0 (-13585) +At time : 31.001 ns Reaction : OH^0 (-6656) + OH^0 (-7800) -> H2O2^0 (-13586) +At time : 31.001 ns Reaction : e_aq^-1 (-3534) + OH^0 (-7702) -> OH^-1 (-13587) +At time : 32.001 ns Reaction : H3O^1 (-6129) + OH^-1 (-13560) -> No product +At time : 32.001 ns Reaction : H3O^1 (-6525) + OH^-1 (-13512) -> No product +At time : 32.001 ns Reaction : e_aq^-1 (-3571) + OH^0 (-13400) -> OH^-1 (-13588) +At time : 32.001 ns Reaction : e_aq^-1 (-870) + H^0 (-13345) -> OH^-1 (-13589) + H_2^0 (-13590) +At time : 32.001 ns Reaction : e_aq^-1 (-3782) + H2O2^0 (-11737) -> OH^-1 (-13591) + OH^0 (-13592) +At time : 32.001 ns Reaction : H2O2^0 (-11690) + e_aq^-1 (-8560) -> OH^-1 (-13593) + OH^0 (-13594) +At time : 32.001 ns Reaction : H^0 (-11341) + OH^0 (-5856) -> No product +At time : 32.001 ns Reaction : e_aq^-1 (-4221) + H3O^1 (-10822) -> H^0 (-13595) +At time : 32.001 ns Reaction : H^0 (-10775) + e_aq^-1 (-2375) -> OH^-1 (-13596) + H_2^0 (-13597) +At time : 32.001 ns Reaction : OH^0 (-10724) + OH^0 (-10736) -> H2O2^0 (-13598) +At time : 32.001 ns Reaction : H^0 (-10060) + e_aq^-1 (-4524) -> OH^-1 (-13599) + H_2^0 (-13600) +At time : 32.001 ns Reaction : e_aq^-1 (-4157) + H3O^1 (-8343) -> H^0 (-13601) +At time : 32.001 ns Reaction : e_aq^-1 (-3628) + H3O^1 (-6391) -> H^0 (-13602) +At time : 33.001 ns Reaction : OH^0 (-13034) + e_aq^-1 (-5214) -> OH^-1 (-13603) +At time : 33.001 ns Reaction : e_aq^-1 (-4935) + H^0 (-12623) -> OH^-1 (-13604) + H_2^0 (-13605) +At time : 33.001 ns Reaction : H3O^1 (-10614) + e_aq^-1 (-3911) -> H^0 (-13606) +At time : 33.001 ns Reaction : H^0 (-10538) + OH^0 (-6870) -> No product +At time : 33.001 ns Reaction : OH^0 (-10535) + H^0 (-9983) -> No product +At time : 33.001 ns Reaction : H^0 (-9139) + e_aq^-1 (-3486) -> OH^-1 (-13607) + H_2^0 (-13608) +At time : 33.001 ns Reaction : OH^0 (-8286) + OH^0 (-8916) -> H2O2^0 (-13609) +At time : 33.001 ns Reaction : OH^0 (-5986) + OH^0 (-7620) -> H2O2^0 (-13610) +At time : 33.001 ns Reaction : e_aq^-1 (-2498) + e_aq^-1 (-2520) -> OH^-1 (-13611) + OH^-1 (-13612) + H_2^0 (-13613) +At time : 33.001 ns Reaction : e_aq^-1 (-1114) + OH^0 (-7004) -> OH^-1 (-13614) +At time : 34.001 ns Reaction : OH^-1 (-13442) + H3O^1 (-7821) -> No product +At time : 34.001 ns Reaction : e_aq^-1 (-841) + H2O2^0 (-13344) -> OH^-1 (-13615) + OH^0 (-13616) +At time : 34.001 ns Reaction : OH^-1 (-12770) + H3O^1 (-8730) -> No product +At time : 34.001 ns Reaction : H3O^1 (-6433) + OH^-1 (-12561) -> No product +At time : 34.001 ns Reaction : e_aq^-1 (-3448) + H2O2^0 (-11939) -> OH^-1 (-13617) + OH^0 (-13618) +At time : 34.001 ns Reaction : OH^0 (-7136) + H^0 (-11694) -> No product +At time : 34.001 ns Reaction : e_aq^-1 (-1198) + H2O2^0 (-11685) -> OH^-1 (-13619) + OH^0 (-13620) +At time : 34.001 ns Reaction : H^0 (-10950) + OH^0 (-7944) -> No product +At time : 34.001 ns Reaction : H^0 (-8958) + H^0 (-9070) -> H_2^0 (-13621) +At time : 34.001 ns Reaction : e_aq^-1 (-2706) + H3O^1 (-6533) -> H^0 (-13622) +At time : 34.001 ns Reaction : OH^0 (-10388) + e_aq^-1 (-5579) -> OH^-1 (-13623) +At time : 35.001 ns Reaction : OH^-1 (-13604) + H3O^1 (-6149) -> No product +At time : 35.001 ns Reaction : OH^-1 (-13558) + H3O^1 (-6835) -> No product +At time : 35.001 ns Reaction : e_aq^-1 (-5342) + H^0 (-13278) -> OH^-1 (-13624) + H_2^0 (-13625) +At time : 35.001 ns Reaction : OH^-1 (-13174) + H3O^1 (-7571) -> No product +At time : 35.001 ns Reaction : OH^0 (-12993) + OH^0 (-6940) -> H2O2^0 (-13626) +At time : 35.001 ns Reaction : e_aq^-1 (-2186) + H2O2^0 (-12297) -> OH^-1 (-13627) + OH^0 (-13628) +At time : 35.001 ns Reaction : H3O^1 (-10345) + OH^-1 (-11991) -> No product +At time : 35.001 ns Reaction : e_aq^-1 (-364) + H2O2^0 (-11936) -> OH^-1 (-13629) + OH^0 (-13630) +At time : 35.001 ns Reaction : H2O2^0 (-11431) + e_aq^-1 (-3642) -> OH^-1 (-13631) + OH^0 (-13632) +At time : 35.001 ns Reaction : OH^0 (-10651) + e_aq^-1 (-3511) -> OH^-1 (-13633) +At time : 35.001 ns Reaction : e_aq^-1 (-4178) + OH^0 (-8543) -> OH^-1 (-13634) +At time : 35.001 ns Reaction : e_aq^-1 (-5079) + H3O^1 (-7149) -> H^0 (-13635) +At time : 35.001 ns Reaction : e_aq^-1 (-4386) + OH^0 (-6920) -> OH^-1 (-13636) +At time : 36.001 ns Reaction : OH^-1 (-13569) + H3O^1 (-8085) -> No product +At time : 36.001 ns Reaction : H^0 (-13555) + OH^0 (-7604) -> No product +At time : 36.001 ns Reaction : H2O2^0 (-13539) + e_aq^-1 (-4819) -> OH^-1 (-13637) + OH^0 (-13638) +At time : 36.001 ns Reaction : e_aq^-1 (-2109) + OH^0 (-13492) -> OH^-1 (-13639) +At time : 36.001 ns Reaction : H3O^1 (-10529) + OH^-1 (-13454) -> No product +At time : 36.001 ns Reaction : OH^-1 (-13205) + H3O^1 (-7847) -> No product +At time : 36.001 ns Reaction : H3O^1 (-10351) + OH^-1 (-13007) -> No product +At time : 36.001 ns Reaction : H3O^1 (-7775) + OH^-1 (-12967) -> No product +At time : 36.001 ns Reaction : e_aq^-1 (-4457) + H2O2^0 (-12691) -> OH^-1 (-13640) + OH^0 (-13641) +At time : 36.001 ns Reaction : H2O2^0 (-12410) + e_aq^-1 (-3934) -> OH^-1 (-13642) + OH^0 (-13643) +At time : 36.001 ns Reaction : H2O2^0 (-12114) + e_aq^-1 (-3763) -> OH^-1 (-13644) + OH^0 (-13645) +At time : 36.001 ns Reaction : H2O2^0 (-11503) + e_aq^-1 (-4429) -> OH^-1 (-13646) + OH^0 (-13647) +At time : 36.001 ns Reaction : H3O^1 (-10337) + e_aq^-1 (-5379) -> H^0 (-13648) +At time : 36.001 ns Reaction : H^0 (-9682) + OH^0 (-6578) -> No product +At time : 36.001 ns Reaction : e_aq^-1 (-2645) + OH^0 (-6544) -> OH^-1 (-13649) +At time : 36.001 ns Reaction : e_aq^-1 (-2502) + H3O^1 (-5941) -> H^0 (-13650) +At time : 37.001 ns Reaction : H3O^1 (-10766) + OH^-1 (-13642) -> No product +At time : 37.001 ns Reaction : OH^-1 (-13637) + H3O^1 (-7505) -> No product +At time : 37.001 ns Reaction : OH^-1 (-13603) + H3O^1 (-7425) -> No product +At time : 37.001 ns Reaction : e_aq^-1 (-3779) + H2O2^0 (-13598) -> OH^-1 (-13651) + OH^0 (-13652) +At time : 37.001 ns Reaction : OH^-1 (-13580) + H3O^1 (-8340) -> No product +At time : 37.001 ns Reaction : OH^-1 (-13562) + H3O^1 (-6183) -> No product +At time : 37.001 ns Reaction : OH^-1 (-13380) + H3O^1 (-6535) -> No product +At time : 37.001 ns Reaction : H3O^1 (-10284) + OH^-1 (-13280) -> No product +At time : 37.001 ns Reaction : H^0 (-11008) + H^0 (-12883) -> H_2^0 (-13653) +At time : 37.001 ns Reaction : e_aq^-1 (-1574) + H^0 (-12483) -> OH^-1 (-13654) + H_2^0 (-13655) +At time : 37.001 ns Reaction : e_aq^-1 (-45) + H2O2^0 (-11654) -> OH^-1 (-13656) + OH^0 (-13657) +At time : 37.001 ns Reaction : OH^0 (-10537) + e_aq^-1 (-4444) -> OH^-1 (-13658) +At time : 37.001 ns Reaction : e_aq^-1 (-4472) + H^0 (-9044) -> OH^-1 (-13659) + H_2^0 (-13660) +At time : 37.001 ns Reaction : e_aq^-1 (-57) + H3O^1 (-8297) -> H^0 (-13661) +At time : 37.001 ns Reaction : OH^0 (-6718) + OH^0 (-7856) -> H2O2^0 (-13662) +At time : 38.001 ns Reaction : OH^-1 (-13552) + H3O^1 (-7437) -> No product +At time : 38.001 ns Reaction : OH^-1 (-13533) + H3O^1 (-7857) -> No product +At time : 38.001 ns Reaction : OH^-1 (-13523) + H3O^1 (-7265) -> No product +At time : 38.001 ns Reaction : OH^-1 (-13433) + H3O^1 (-5929) -> No product +At time : 38.001 ns Reaction : H3O^1 (-7473) + OH^-1 (-13190) -> No product +At time : 38.001 ns Reaction : OH^0 (-11082) + OH^0 (-8585) -> H2O2^0 (-13663) +At time : 38.001 ns Reaction : H3O^1 (-10989) + e_aq^-1 (-4991) -> H^0 (-13664) +At time : 38.001 ns Reaction : H^0 (-9157) + OH^0 (-10629) -> No product +At time : 38.001 ns Reaction : e_aq^-1 (-3880) + H3O^1 (-9731) -> H^0 (-13665) +At time : 38.001 ns Reaction : OH^0 (-9666) + OH^0 (-9649) -> H2O2^0 (-13666) +At time : 38.001 ns Reaction : e_aq^-1 (-4132) + H3O^1 (-8790) -> H^0 (-13667) +At time : 38.001 ns Reaction : OH^0 (-8318) + OH^0 (-8607) -> H2O2^0 (-13668) +At time : 38.001 ns Reaction : e_aq^-1 (-447) + H3O^1 (-7439) -> H^0 (-13669) +At time : 38.001 ns Reaction : e_aq^-1 (-2547) + H3O^1 (-6585) -> H^0 (-13670) +At time : 38.001 ns Reaction : e_aq^-1 (-2337) + e_aq^-1 (-4076) -> OH^-1 (-13671) + OH^-1 (-13672) + H_2^0 (-13673) +At time : 39.001 ns Reaction : e_aq^-1 (-4041) + OH^0 (-13643) -> OH^-1 (-13674) +At time : 39.001 ns Reaction : OH^-1 (-13629) + H3O^1 (-8403) -> No product +At time : 39.001 ns Reaction : H^0 (-13582) + e_aq^-1 (-4107) -> OH^-1 (-13675) + H_2^0 (-13676) +At time : 39.001 ns Reaction : OH^-1 (-13101) + H3O^1 (-6359) -> No product +At time : 39.001 ns Reaction : H^0 (-13099) + H^0 (-13043) -> H_2^0 (-13677) +At time : 39.001 ns Reaction : H^0 (-12957) + e_aq^-1 (-4141) -> OH^-1 (-13678) + H_2^0 (-13679) +At time : 39.001 ns Reaction : OH^0 (-12914) + e_aq^-1 (-4413) -> OH^-1 (-13680) +At time : 39.001 ns Reaction : e_aq^-1 (-4496) + H^0 (-11885) -> OH^-1 (-13681) + H_2^0 (-13682) +At time : 39.001 ns Reaction : e_aq^-1 (-4943) + H3O^1 (-8031) -> H^0 (-13683) +At time : 40.001 ns Reaction : OH^-1 (-13501) + H3O^1 (-7357) -> No product +At time : 40.001 ns Reaction : OH^-1 (-13460) + H3O^1 (-6345) -> No product +At time : 40.001 ns Reaction : OH^-1 (-13252) + H3O^1 (-8364) -> No product +At time : 40.001 ns Reaction : H3O^1 (-11046) + OH^-1 (-13195) -> No product +At time : 40.001 ns Reaction : OH^0 (-12608) + OH^0 (-5808) -> H2O2^0 (-13684) +At time : 40.001 ns Reaction : e_aq^-1 (-2667) + H2O2^0 (-12494) -> OH^-1 (-13685) + OH^0 (-13686) +At time : 40.001 ns Reaction : e_aq^-1 (-441) + H^0 (-12266) -> OH^-1 (-13687) + H_2^0 (-13688) +At time : 40.001 ns Reaction : H2O2^0 (-11639) + e_aq^-1 (-2999) -> OH^-1 (-13689) + OH^0 (-13690) +At time : 40.001 ns Reaction : H3O^1 (-10861) + e_aq^-1 (-4489) -> H^0 (-13691) +At time : 40.001 ns Reaction : e_aq^-1 (-2856) + H^0 (-10732) -> OH^-1 (-13692) + H_2^0 (-13693) +At time : 41.001 ns Reaction : OH^-1 (-13614) + H3O^1 (-7553) -> No product +At time : 41.001 ns Reaction : OH^-1 (-13572) + H3O^1 (-7527) -> No product +At time : 41.001 ns Reaction : e_aq^-1 (-5077) + H2O2^0 (-13544) -> OH^-1 (-13694) + OH^0 (-13695) +At time : 41.001 ns Reaction : OH^-1 (-13537) + H3O^1 (-8814) -> No product +At time : 41.001 ns Reaction : H^0 (-13140) + OH^0 (-13198) -> No product +At time : 41.001 ns Reaction : e_aq^-1 (-1100) + OH^0 (-13134) -> OH^-1 (-13696) +At time : 41.001 ns Reaction : OH^0 (-12288) + e_aq^-1 (-5648) -> OH^-1 (-13697) +At time : 41.001 ns Reaction : OH^-1 (-12236) + H3O^1 (-7991) -> No product +At time : 41.001 ns Reaction : H2O2^0 (-11470) + e_aq^-1 (-8785) -> OH^-1 (-13698) + OH^0 (-13699) +At time : 41.001 ns Reaction : H3O^1 (-10095) + e_aq^-1 (-4607) -> H^0 (-13700) +At time : 41.001 ns Reaction : H3O^1 (-9828) + e_aq^-1 (-2123) -> H^0 (-13701) +At time : 41.001 ns Reaction : e_aq^-1 (-3526) + H^0 (-8994) -> OH^-1 (-13702) + H_2^0 (-13703) +At time : 41.001 ns Reaction : OH^0 (-6960) + OH^0 (-8825) -> H2O2^0 (-13704) +At time : 41.001 ns Reaction : e_aq^-1 (-4629) + H3O^1 (-7999) -> H^0 (-13705) +At time : 41.001 ns Reaction : e_aq^-1 (-2504) + H3O^1 (-6645) -> H^0 (-13706) +At time : 42.001 ns Reaction : OH^-1 (-13675) + H3O^1 (-7887) -> No product +At time : 42.001 ns Reaction : H3O^1 (-11351) + OH^-1 (-13499) -> No product +At time : 42.001 ns Reaction : e_aq^-1 (-4776) + H2O2^0 (-13443) -> OH^-1 (-13707) + OH^0 (-13708) +At time : 42.001 ns Reaction : H3O^1 (-9759) + OH^-1 (-13108) -> No product +At time : 42.001 ns Reaction : e_aq^-1 (-4485) + H2O2^0 (-12040) -> OH^-1 (-13709) + OH^0 (-13710) +At time : 42.001 ns Reaction : OH^0 (-10929) + OH^0 (-6950) -> H2O2^0 (-13711) +At time : 42.001 ns Reaction : H3O^1 (-9830) + e_aq^-1 (-2164) -> H^0 (-13712) +At time : 42.001 ns Reaction : e_aq^-1 (-3876) + H3O^1 (-7829) -> H^0 (-13713) +At time : 42.001 ns Reaction : e_aq^-1 (-5221) + H3O^1 (-5857) -> H^0 (-13714) +At time : 43.001 ns Reaction : OH^-1 (-13707) + H3O^1 (-8856) -> No product +At time : 43.001 ns Reaction : H2O2^0 (-13610) + e_aq^-1 (-4118) -> OH^-1 (-13715) + OH^0 (-13716) +At time : 43.001 ns Reaction : OH^-1 (-13395) + H3O^1 (-7855) -> No product +At time : 43.001 ns Reaction : H^0 (-13295) + e_aq^-1 (-4070) -> OH^-1 (-13717) + H_2^0 (-13718) +At time : 43.001 ns Reaction : e_aq^-1 (-3670) + H^0 (-13100) -> OH^-1 (-13719) + H_2^0 (-13720) +At time : 43.001 ns Reaction : e_aq^-1 (-4099) + OH^0 (-12864) -> OH^-1 (-13721) +At time : 43.001 ns Reaction : e_aq^-1 (-488) + H^0 (-12718) -> OH^-1 (-13722) + H_2^0 (-13723) +At time : 43.001 ns Reaction : OH^-1 (-12709) + H3O^1 (-8373) -> No product +At time : 43.001 ns Reaction : OH^0 (-10460) + e_aq^-1 (-551) -> OH^-1 (-13724) +At time : 43.001 ns Reaction : e_aq^-1 (-712) + H3O^1 (-8117) -> H^0 (-13725) +At time : 43.001 ns Reaction : OH^0 (-6796) + OH^0 (-7618) -> H2O2^0 (-13726) +At time : 43.001 ns Reaction : e_aq^-1 (-3176) + H3O^1 (-6333) -> H^0 (-13727) +At time : 43.001 ns Reaction : e_aq^-1 (-3024) + e_aq^-1 (-3616) -> OH^-1 (-13728) + OH^-1 (-13729) + H_2^0 (-13730) +At time : 44.001 ns Reaction : OH^-1 (-13724) + H3O^1 (-6063) -> No product +At time : 44.001 ns Reaction : OH^-1 (-13649) + H3O^1 (-5921) -> No product +At time : 44.001 ns Reaction : OH^0 (-13616) + e_aq^-1 (-5002) -> OH^-1 (-13731) +At time : 44.001 ns Reaction : e_aq^-1 (-5350) + OH^0 (-13507) -> OH^-1 (-13732) +At time : 44.001 ns Reaction : OH^-1 (-13017) + H3O^1 (-8045) -> No product +At time : 44.001 ns Reaction : H2O2^0 (-12556) + e_aq^-1 (-1026) -> OH^-1 (-13733) + OH^0 (-13734) +At time : 44.001 ns Reaction : H^0 (-12033) + OH^0 (-7506) -> No product +At time : 44.001 ns Reaction : H^0 (-9269) + OH^0 (-10846) -> No product +At time : 44.001 ns Reaction : e_aq^-1 (-1404) + H3O^1 (-6987) -> H^0 (-13735) +At time : 44.001 ns Reaction : OH^0 (-5888) + OH^0 (-6242) -> H2O2^0 (-13736) +At time : 44.001 ns Reaction : e_aq^-1 (-3797) + e_aq^-1 (-3925) -> OH^-1 (-13737) + OH^-1 (-13738) + H_2^0 (-13739) +At time : 45.001 ns Reaction : OH^-1 (-13717) + H3O^1 (-8358) -> No product +At time : 45.001 ns Reaction : OH^0 (-13657) + e_aq^-1 (-5656) -> OH^-1 (-13740) +At time : 45.001 ns Reaction : H3O^1 (-9964) + OH^-1 (-13654) -> No product +At time : 45.001 ns Reaction : e_aq^-1 (-3598) + H2O2^0 (-13522) -> OH^-1 (-13741) + OH^0 (-13742) +At time : 45.001 ns Reaction : H^0 (-13472) + OH^0 (-7184) -> No product +At time : 45.001 ns Reaction : H3O^1 (-6601) + OH^-1 (-13078) -> No product +At time : 45.001 ns Reaction : H2O2^0 (-12201) + e_aq^-1 (-4942) -> OH^-1 (-13743) + OH^0 (-13744) +At time : 45.001 ns Reaction : H^0 (-10619) + e_aq^-1 (-2437) -> OH^-1 (-13745) + H_2^0 (-13746) +At time : 45.001 ns Reaction : H^0 (-9162) + H^0 (-9465) -> H_2^0 (-13747) +At time : 45.001 ns Reaction : e_aq^-1 (-1497) + OH^0 (-9049) -> OH^-1 (-13748) +At time : 45.001 ns Reaction : e_aq^-1 (-5701) + OH^0 (-8408) -> OH^-1 (-13749) +At time : 46.001 ns Reaction : OH^-1 (-13658) + H3O^1 (-6185) -> No product +At time : 46.001 ns Reaction : OH^-1 (-13527) + H3O^1 (-8913) -> No product +At time : 46.001 ns Reaction : H3O^1 (-9699) + OH^-1 (-13504) -> No product +At time : 46.001 ns Reaction : H^0 (-12766) + OH^0 (-8064) -> No product +At time : 46.001 ns Reaction : H3O^1 (-6229) + OH^-1 (-12496) -> No product +At time : 46.001 ns Reaction : e_aq^-1 (-4467) + H3O^1 (-10909) -> H^0 (-13750) +At time : 46.001 ns Reaction : OH^0 (-10679) + OH^0 (-6260) -> H2O2^0 (-13751) +At time : 46.001 ns Reaction : OH^0 (-10586) + OH^0 (-7634) -> H2O2^0 (-13752) +At time : 46.001 ns Reaction : OH^0 (-10411) + e_aq^-1 (-5399) -> OH^-1 (-13753) +At time : 46.001 ns Reaction : OH^0 (-6642) + OH^0 (-7818) -> H2O2^0 (-13754) +At time : 46.001 ns Reaction : e_aq^-1 (-5141) + OH^0 (-7456) -> OH^-1 (-13755) +At time : 47.001 ns Reaction : OH^-1 (-13615) + H3O^1 (-7093) -> No product +At time : 47.001 ns Reaction : e_aq^-1 (-5247) + OH^0 (-13353) -> OH^-1 (-13756) +At time : 47.001 ns Reaction : OH^-1 (-13204) + H3O^1 (-6709) -> No product +At time : 47.001 ns Reaction : H^0 (-12453) + e_aq^-1 (-4493) -> OH^-1 (-13757) + H_2^0 (-13758) +At time : 47.001 ns Reaction : e_aq^-1 (-498) + H2O2^0 (-12214) -> OH^-1 (-13759) + OH^0 (-13760) +At time : 47.001 ns Reaction : e_aq^-1 (-3671) + H2O2^0 (-12122) -> OH^-1 (-13761) + OH^0 (-13762) +At time : 47.001 ns Reaction : OH^0 (-10670) + H^0 (-9481) -> No product +At time : 47.001 ns Reaction : OH^0 (-9856) + OH^0 (-5970) -> H2O2^0 (-13763) +At time : 47.001 ns Reaction : e_aq^-1 (-4611) + H^0 (-9058) -> OH^-1 (-13764) + H_2^0 (-13765) +At time : 47.001 ns Reaction : e_aq^-1 (-4847) + e_aq^-1 (-4582) -> OH^-1 (-13766) + OH^-1 (-13767) + H_2^0 (-13768) +At time : 48.001 ns Reaction : OH^-1 (-13480) + H3O^1 (-6523) -> No product +At time : 48.001 ns Reaction : OH^-1 (-12974) + H3O^1 (-8754) -> No product +At time : 48.001 ns Reaction : e_aq^-1 (-766) + H2O2^0 (-12310) -> OH^-1 (-13769) + OH^0 (-13770) +At time : 48.001 ns Reaction : OH^-1 (-12087) + H3O^1 (-8091) -> No product +At time : 48.001 ns Reaction : e_aq^-1 (-3755) + H^0 (-9615) -> OH^-1 (-13771) + H_2^0 (-13772) +At time : 48.001 ns Reaction : e_aq^-1 (-3127) + OH^0 (-9522) -> OH^-1 (-13773) +At time : 48.001 ns Reaction : e_aq^-1 (-467) + e_aq^-1 (-8902) -> OH^-1 (-13774) + OH^-1 (-13775) + H_2^0 (-13776) +At time : 48.001 ns Reaction : OH^0 (-6122) + OH^0 (-8278) -> H2O2^0 (-13777) +At time : 48.001 ns Reaction : OH^0 (-6244) + OH^0 (-7698) -> H2O2^0 (-13778) +At time : 48.001 ns Reaction : e_aq^-1 (-5540) + H3O^1 (-7401) -> H^0 (-13779) +At time : 48.001 ns Reaction : e_aq^-1 (-2396) + H3O^1 (-6597) -> H^0 (-13780) +At time : 48.001 ns Reaction : e_aq^-1 (-3625) + OH^0 (-6362) -> OH^-1 (-13781) +At time : 48.001 ns Reaction : e_aq^-1 (-3531) + OH^0 (-6272) -> OH^-1 (-13782) +At time : 49.001 ns Reaction : H3O^1 (-7617) + OH^-1 (-13627) -> No product +At time : 49.001 ns Reaction : H3O^1 (-10624) + OH^-1 (-13607) -> No product +At time : 49.001 ns Reaction : e_aq^-1 (-3816) + OH^0 (-13592) -> OH^-1 (-13783) +At time : 49.001 ns Reaction : e_aq^-1 (-4600) + OH^0 (-13581) -> OH^-1 (-13784) +At time : 49.001 ns Reaction : e_aq^-1 (-3032) + H^0 (-13529) -> OH^-1 (-13785) + H_2^0 (-13786) +At time : 49.001 ns Reaction : OH^-1 (-13451) + H3O^1 (-6225) -> No product +At time : 49.001 ns Reaction : OH^-1 (-13270) + H3O^1 (-10715) -> No product +At time : 49.001 ns Reaction : OH^-1 (-12782) + H3O^1 (-8748) -> No product +At time : 49.001 ns Reaction : e_aq^-1 (-4664) + H^0 (-12137) -> OH^-1 (-13787) + H_2^0 (-13788) +At time : 49.001 ns Reaction : H^0 (-9331) + H^0 (-10215) -> H_2^0 (-13789) +At time : 49.001 ns Reaction : OH^0 (-9626) + OH^0 (-9592) -> H2O2^0 (-13790) +At time : 49.001 ns Reaction : e_aq^-1 (-5034) + H3O^1 (-6061) -> H^0 (-13791) +At time : 50.001 ns Reaction : OH^-1 (-13784) + H3O^1 (-6887) -> No product +At time : 50.001 ns Reaction : OH^-1 (-13759) + H3O^1 (-7427) -> No product +At time : 50.001 ns Reaction : H3O^1 (-6189) + OH^-1 (-13680) -> No product +At time : 50.001 ns Reaction : OH^-1 (-13578) + H3O^1 (-6863) -> No product +At time : 50.001 ns Reaction : e_aq^-1 (-3979) + H^0 (-13495) -> OH^-1 (-13792) + H_2^0 (-13793) +At time : 50.001 ns Reaction : OH^-1 (-13322) + H3O^1 (-7885) -> No product +At time : 50.001 ns Reaction : OH^-1 (-13170) + H3O^1 (-7175) -> No product +At time : 50.001 ns Reaction : H2O2^0 (-13003) + e_aq^-1 (-5256) -> OH^-1 (-13794) + OH^0 (-13795) +At time : 50.001 ns Reaction : OH^0 (-11333) + e_aq^-1 (-4710) -> OH^-1 (-13796) +At time : 50.001 ns Reaction : H^0 (-10952) + OH^0 (-10976) -> No product +At time : 50.001 ns Reaction : OH^0 (-10387) + OH^0 (-8248) -> H2O2^0 (-13797) +At time : 50.001 ns Reaction : OH^0 (-9981) + OH^0 (-7938) -> H2O2^0 (-13798) +At time : 50.001 ns Reaction : H^0 (-9217) + OH^0 (-7770) -> No product +At time : 50.001 ns Reaction : e_aq^-1 (-8497) + H^0 (-8962) -> OH^-1 (-13799) + H_2^0 (-13800) +At time : 50.001 ns Reaction : e_aq^-1 (-1991) + OH^0 (-6820) -> OH^-1 (-13801) +At time : 50.001 ns Reaction : e_aq^-1 (-4235) + H3O^1 (-5975) -> H^0 (-13802) +At time : 51.001 ns Reaction : OH^-1 (-13761) + H3O^1 (-7765) -> No product +At time : 51.001 ns Reaction : OH^-1 (-13749) + H3O^1 (-7385) -> No product +At time : 51.001 ns Reaction : OH^-1 (-13743) + H3O^1 (-8153) -> No product +At time : 51.001 ns Reaction : H^0 (-13622) + H^0 (-9674) -> H_2^0 (-13803) +At time : 51.001 ns Reaction : OH^-1 (-13612) + H3O^1 (-6599) -> No product +At time : 51.001 ns Reaction : OH^-1 (-13378) + H3O^1 (-7545) -> No product +At time : 51.001 ns Reaction : H^0 (-9384) + H^0 (-12897) -> H_2^0 (-13804) +At time : 51.001 ns Reaction : OH^0 (-5928) + H^0 (-12831) -> No product +At time : 51.001 ns Reaction : H2O2^0 (-11779) + e_aq^-1 (-8500) -> OH^-1 (-13805) + OH^0 (-13806) +At time : 51.001 ns Reaction : e_aq^-1 (-980) + H2O2^0 (-11408) -> OH^-1 (-13807) + OH^0 (-13808) +At time : 51.001 ns Reaction : e_aq^-1 (-5335) + OH^0 (-11147) -> OH^-1 (-13809) +At time : 51.001 ns Reaction : e_aq^-1 (-5348) + H3O^1 (-8247) -> H^0 (-13810) +At time : 52.001 ns Reaction : OH^-1 (-13769) + H3O^1 (-9322) -> No product +At time : 52.001 ns Reaction : OH^-1 (-13491) + H3O^1 (-7645) -> No product +At time : 52.001 ns Reaction : H3O^1 (-6697) + OH^-1 (-13312) -> No product +At time : 52.001 ns Reaction : e_aq^-1 (-4963) + H2O2^0 (-11934) -> OH^-1 (-13811) + OH^0 (-13812) +At time : 52.001 ns Reaction : OH^0 (-8480) + OH^0 (-8903) -> H2O2^0 (-13813) +At time : 52.001 ns Reaction : OH^0 (-6136) + OH^0 (-7296) -> H2O2^0 (-13814) +At time : 52.001 ns Reaction : OH^0 (-5816) + OH^0 (-6116) -> H2O2^0 (-13815) +At time : 52.001 ns Reaction : e_aq^-1 (-487) + e_aq^-1 (-5307) -> OH^-1 (-13816) + OH^-1 (-13817) + H_2^0 (-13818) +At time : 53.001 ns Reaction : e_aq^-1 (-4234) + OH^0 (-13594) -> OH^-1 (-13819) +At time : 53.001 ns Reaction : H3O^1 (-6813) + OH^-1 (-13531) -> No product +At time : 53.001 ns Reaction : e_aq^-1 (-4853) + OH^0 (-13333) -> OH^-1 (-13820) +At time : 53.001 ns Reaction : OH^0 (-13309) + H^0 (-11646) -> No product +At time : 53.001 ns Reaction : e_aq^-1 (-3966) + H^0 (-13235) -> OH^-1 (-13821) + H_2^0 (-13822) +At time : 53.001 ns Reaction : OH^-1 (-13187) + H3O^1 (-11054) -> No product +At time : 53.001 ns Reaction : e_aq^-1 (-4681) + H2O2^0 (-12943) -> OH^-1 (-13823) + OH^0 (-13824) +At time : 53.001 ns Reaction : e_aq^-1 (-4574) + H^0 (-11723) -> OH^-1 (-13825) + H_2^0 (-13826) +At time : 53.001 ns Reaction : e_aq^-1 (-4821) + H3O^1 (-10148) -> H^0 (-13827) +At time : 53.001 ns Reaction : e_aq^-1 (-5074) + H3O^1 (-8871) -> H^0 (-13828) +At time : 53.001 ns Reaction : e_aq^-1 (-4657) + H3O^1 (-8376) -> H^0 (-13829) +At time : 54.001 ns Reaction : e_aq^-1 (-424) + H^0 (-13049) -> OH^-1 (-13830) + H_2^0 (-13831) +At time : 54.001 ns Reaction : e_aq^-1 (-4841) + H2O2^0 (-11459) -> OH^-1 (-13832) + OH^0 (-13833) +At time : 54.001 ns Reaction : e_aq^-1 (-4660) + H3O^1 (-10891) -> H^0 (-13834) +At time : 54.001 ns Reaction : H3O^1 (-10622) + e_aq^-1 (-2574) -> H^0 (-13835) +At time : 54.001 ns Reaction : e_aq^-1 (-3504) + OH^0 (-8705) -> OH^-1 (-13836) +At time : 54.001 ns Reaction : e_aq^-1 (-1096) + H3O^1 (-7547) -> H^0 (-13837) +At time : 54.001 ns Reaction : e_aq^-1 (-842) + H3O^1 (-6057) -> H^0 (-13838) +At time : 55.001 ns Reaction : H3O^1 (-9815) + OH^-1 (-13792) -> No product +At time : 55.001 ns Reaction : H2O2^0 (-13763) + e_aq^-1 (-4033) -> OH^-1 (-13839) + OH^0 (-13840) +At time : 55.001 ns Reaction : OH^-1 (-13722) + H3O^1 (-8478) -> No product +At time : 55.001 ns Reaction : H3O^1 (-9892) + OH^-1 (-13678) -> No product +At time : 55.001 ns Reaction : e_aq^-1 (-2038) + H^0 (-13201) -> OH^-1 (-13841) + H_2^0 (-13842) +At time : 55.001 ns Reaction : H^0 (-12105) + OH^0 (-8900) -> No product +At time : 55.001 ns Reaction : e_aq^-1 (-4716) + H2O2^0 (-11947) -> OH^-1 (-13843) + OH^0 (-13844) +At time : 55.001 ns Reaction : e_aq^-1 (-4281) + H3O^1 (-6799) -> H^0 (-13845) +At time : 55.001 ns Reaction : e_aq^-1 (-2730) + e_aq^-1 (-3720) -> OH^-1 (-13846) + OH^-1 (-13847) + H_2^0 (-13848) +At time : 56.001 ns Reaction : e_aq^-1 (-11) + H2O2^0 (-13668) -> OH^-1 (-13849) + OH^0 (-13850) +At time : 56.001 ns Reaction : e_aq^-1 (-4812) + OH^0 (-13620) -> OH^-1 (-13851) +At time : 56.001 ns Reaction : OH^-1 (-13421) + H3O^1 (-7161) -> No product +At time : 56.001 ns Reaction : H^0 (-12276) + e_aq^-1 (-8632) -> OH^-1 (-13852) + H_2^0 (-13853) +At time : 56.001 ns Reaction : e_aq^-1 (-3860) + H2O2^0 (-12146) -> OH^-1 (-13854) + OH^0 (-13855) +At time : 56.001 ns Reaction : e_aq^-1 (-859) + OH^0 (-11059) -> OH^-1 (-13856) +At time : 56.001 ns Reaction : e_aq^-1 (-3677) + H3O^1 (-7743) -> H^0 (-13857) +At time : 56.001 ns Reaction : e_aq^-1 (-3907) + H3O^1 (-5967) -> H^0 (-13858) +At time : 57.001 ns Reaction : e_aq^-1 (-4851) + H^0 (-13664) -> OH^-1 (-13859) + H_2^0 (-13860) +At time : 57.001 ns Reaction : H^0 (-12798) + H^0 (-13576) -> H_2^0 (-13861) +At time : 57.001 ns Reaction : OH^-1 (-13546) + H3O^1 (-7651) -> No product +At time : 57.001 ns Reaction : OH^-1 (-13478) + H3O^1 (-6867) -> No product +At time : 57.001 ns Reaction : e_aq^-1 (-26) + H^0 (-13388) -> OH^-1 (-13862) + H_2^0 (-13863) +At time : 57.001 ns Reaction : H^0 (-12744) + H^0 (-13075) -> H_2^0 (-13864) +At time : 57.001 ns Reaction : OH^0 (-6332) + H^0 (-12824) -> No product +At time : 57.001 ns Reaction : e_aq^-1 (-832) + H^0 (-12820) -> OH^-1 (-13865) + H_2^0 (-13866) +At time : 57.001 ns Reaction : OH^0 (-12020) + H^0 (-11863) -> No product +At time : 57.001 ns Reaction : OH^0 (-9462) + OH^0 (-6224) -> H2O2^0 (-13867) +At time : 57.001 ns Reaction : OH^0 (-5926) + OH^0 (-8522) -> H2O2^0 (-13868) +At time : 58.001 ns Reaction : OH^-1 (-13817) + H3O^1 (-7367) -> No product +At time : 58.001 ns Reaction : H3O^1 (-10963) + OH^-1 (-13733) -> No product +At time : 58.001 ns Reaction : e_aq^-1 (-2675) + OH^0 (-13645) -> OH^-1 (-13869) +At time : 58.001 ns Reaction : OH^0 (-13538) + e_aq^-1 (-4239) -> OH^-1 (-13870) +At time : 58.001 ns Reaction : OH^-1 (-13299) + H3O^1 (-6537) -> No product +At time : 58.001 ns Reaction : H3O^1 (-11234) + e_aq^-1 (-4412) -> H^0 (-13871) +At time : 58.001 ns Reaction : e_aq^-1 (-1972) + H^0 (-9434) -> OH^-1 (-13872) + H_2^0 (-13873) +At time : 58.001 ns Reaction : H^0 (-9406) + H^0 (-9404) -> H_2^0 (-13874) +At time : 58.001 ns Reaction : e_aq^-1 (-3694) + H3O^1 (-8751) -> H^0 (-13875) +At time : 58.001 ns Reaction : e_aq^-1 (-722) + OH^0 (-8438) -> OH^-1 (-13876) +At time : 58.001 ns Reaction : e_aq^-1 (-4661) + H3O^1 (-6847) -> H^0 (-13877) +At time : 58.001 ns Reaction : e_aq^-1 (-774) + e_aq^-1 (-4904) -> OH^-1 (-13878) + OH^-1 (-13879) + H_2^0 (-13880) +At time : 59.001 ns Reaction : OH^-1 (-13429) + H3O^1 (-7365) -> No product +At time : 59.001 ns Reaction : OH^0 (-13255) + e_aq^-1 (-4211) -> OH^-1 (-13881) +At time : 59.001 ns Reaction : OH^0 (-10441) + OH^0 (-8218) -> H2O2^0 (-13882) +At time : 59.001 ns Reaction : e_aq^-1 (-2159) + H3O^1 (-7873) -> H^0 (-13883) +At time : 60.001 ns Reaction : H3O^1 (-6231) + OH^-1 (-13836) -> No product +At time : 60.001 ns Reaction : OH^0 (-13227) + OH^0 (-8847) -> H2O2^0 (-13884) +At time : 60.001 ns Reaction : OH^0 (-10623) + OH^0 (-6542) -> H2O2^0 (-13885) +At time : 60.001 ns Reaction : OH^0 (-10356) + OH^0 (-8300) -> H2O2^0 (-13886) +At time : 60.001 ns Reaction : OH^0 (-10161) + OH^0 (-8044) -> H2O2^0 (-13887) +At time : 60.001 ns Reaction : H3O^1 (-9804) + e_aq^-1 (-2345) -> H^0 (-13888) +At time : 60.001 ns Reaction : e_aq^-1 (-5028) + OH^0 (-7138) -> OH^-1 (-13889) +At time : 61.001 ns Reaction : OH^-1 (-13841) + H3O^1 (-7641) -> No product +At time : 61.001 ns Reaction : OH^0 (-13699) + OH^0 (-5966) -> H2O2^0 (-13890) +At time : 61.001 ns Reaction : OH^-1 (-13687) + H3O^1 (-8259) -> No product +At time : 61.001 ns Reaction : OH^-1 (-13583) + H3O^1 (-5853) -> No product +At time : 61.001 ns Reaction : OH^0 (-13488) + OH^0 (-6668) -> H2O2^0 (-13891) +At time : 61.001 ns Reaction : e_aq^-1 (-2959) + H^0 (-13303) -> OH^-1 (-13892) + H_2^0 (-13893) +At time : 61.001 ns Reaction : e_aq^-1 (-4059) + H2O2^0 (-11825) -> OH^-1 (-13894) + OH^0 (-13895) +At time : 61.001 ns Reaction : H3O^1 (-9602) + e_aq^-1 (-3604) -> H^0 (-13896) +At time : 61.001 ns Reaction : e_aq^-1 (-5504) + OH^0 (-8615) -> OH^-1 (-13897) +At time : 62.001 ns Reaction : H3O^1 (-7871) + OH^-1 (-13894) -> No product +At time : 62.001 ns Reaction : e_aq^-1 (-3651) + H^0 (-13203) -> OH^-1 (-13898) + H_2^0 (-13899) +At time : 62.001 ns Reaction : OH^0 (-13055) + e_aq^-1 (-3794) -> OH^-1 (-13900) +At time : 62.001 ns Reaction : OH^-1 (-12632) + H3O^1 (-6919) -> No product +At time : 62.001 ns Reaction : OH^0 (-12588) + e_aq^-1 (-4368) -> OH^-1 (-13901) +At time : 62.001 ns Reaction : e_aq^-1 (-8407) + H2O2^0 (-11906) -> OH^-1 (-13902) + OH^0 (-13903) +At time : 62.001 ns Reaction : H^0 (-11123) + OH^0 (-8216) -> No product +At time : 62.001 ns Reaction : OH^0 (-6176) + H^0 (-8964) -> No product +At time : 62.001 ns Reaction : e_aq^-1 (-2559) + H3O^1 (-7785) -> H^0 (-13904) +At time : 63.001 ns Reaction : OH^-1 (-13697) + H3O^1 (-8305) -> No product +At time : 63.001 ns Reaction : OH^-1 (-13694) + H3O^1 (-7205) -> No product +At time : 63.001 ns Reaction : OH^-1 (-13617) + H3O^1 (-6215) -> No product +At time : 63.001 ns Reaction : OH^0 (-10831) + e_aq^-1 (-4192) -> OH^-1 (-13905) +At time : 63.001 ns Reaction : OH^0 (-9757) + OH^0 (-6622) -> H2O2^0 (-13906) +At time : 63.001 ns Reaction : e_aq^-1 (-2006) + H3O^1 (-7877) -> H^0 (-13907) +At time : 63.001 ns Reaction : e_aq^-1 (-2390) + H3O^1 (-5953) -> H^0 (-13908) +At time : 63.001 ns Reaction : e_aq^-1 (-395) + e_aq^-1 (-528) -> OH^-1 (-13909) + OH^-1 (-13910) + H_2^0 (-13911) +At time : 64.001 ns Reaction : H^0 (-13835) + H^0 (-12891) -> H_2^0 (-13912) +At time : 64.001 ns Reaction : OH^-1 (-13651) + H3O^1 (-6499) -> No product +At time : 64.001 ns Reaction : e_aq^-1 (-2010) + OH^0 (-13628) -> OH^-1 (-13913) +At time : 64.001 ns Reaction : H3O^1 (-6569) + OH^-1 (-13573) -> No product +At time : 64.001 ns Reaction : H^0 (-10578) + e_aq^-1 (-4375) -> OH^-1 (-13914) + H_2^0 (-13915) +At time : 64.001 ns Reaction : e_aq^-1 (-5630) + H3O^1 (-8616) -> H^0 (-13916) +At time : 64.001 ns Reaction : e_aq^-1 (-5152) + H3O^1 (-7433) -> H^0 (-13917) +At time : 64.001 ns Reaction : e_aq^-1 (-2117) + OH^0 (-6790) -> OH^-1 (-13918) +At time : 64.001 ns Reaction : e_aq^-1 (-3807) + H3O^1 (-6477) -> H^0 (-13919) +At time : 65.001 ns Reaction : H^0 (-9969) + H^0 (-13871) -> H_2^0 (-13920) +At time : 65.001 ns Reaction : OH^-1 (-13819) + H3O^1 (-7853) -> No product +At time : 65.001 ns Reaction : H2O2^0 (-13359) + e_aq^-1 (-717) -> OH^-1 (-13921) + OH^0 (-13922) +At time : 65.001 ns Reaction : e_aq^-1 (-2335) + H2O2^0 (-12521) -> OH^-1 (-13923) + OH^0 (-13924) +At time : 65.001 ns Reaction : H^0 (-10557) + e_aq^-1 (-4238) -> OH^-1 (-13925) + H_2^0 (-13926) +At time : 65.001 ns Reaction : H3O^1 (-9631) + e_aq^-1 (-3780) -> H^0 (-13927) +At time : 65.001 ns Reaction : OH^0 (-9290) + OH^0 (-6952) -> H2O2^0 (-13928) +At time : 66.001 ns Reaction : OH^0 (-13903) + OH^0 (-9392) -> H2O2^0 (-13929) +At time : 66.001 ns Reaction : OH^-1 (-13689) + H3O^1 (-9647) -> No product +At time : 66.001 ns Reaction : e_aq^-1 (-2704) + e_aq^-1 (-2768) -> OH^-1 (-13930) + OH^-1 (-13931) + H_2^0 (-13932) +At time : 67.001 ns Reaction : OH^-1 (-13738) + H3O^1 (-6595) -> No product +At time : 67.001 ns Reaction : H3O^1 (-6635) + OH^-1 (-13737) -> No product +At time : 67.001 ns Reaction : OH^-1 (-13644) + H3O^1 (-6527) -> No product +At time : 67.001 ns Reaction : OH^-1 (-13599) + H3O^1 (-6971) -> No product +At time : 67.001 ns Reaction : OH^-1 (-13436) + H3O^1 (-8430) -> No product +At time : 67.001 ns Reaction : OH^0 (-13161) + OH^0 (-7606) -> H2O2^0 (-13933) +At time : 67.001 ns Reaction : e_aq^-1 (-4049) + H^0 (-13122) -> OH^-1 (-13934) + H_2^0 (-13935) +At time : 67.001 ns Reaction : e_aq^-1 (-2149) + H2O2^0 (-11727) -> OH^-1 (-13936) + OH^0 (-13937) +At time : 67.001 ns Reaction : H^0 (-9239) + e_aq^-1 (-3977) -> OH^-1 (-13938) + H_2^0 (-13939) +At time : 68.001 ns Reaction : H3O^1 (-6295) + OH^-1 (-13898) -> No product +At time : 68.001 ns Reaction : e_aq^-1 (-4630) + H^0 (-12723) -> OH^-1 (-13940) + H_2^0 (-13941) +At time : 68.001 ns Reaction : H^0 (-12584) + OH^0 (-7976) -> No product +At time : 68.001 ns Reaction : e_aq^-1 (-5051) + OH^0 (-12091) -> OH^-1 (-13942) +At time : 68.001 ns Reaction : OH^0 (-10687) + e_aq^-1 (-3085) -> OH^-1 (-13943) +At time : 68.001 ns Reaction : H^0 (-10385) + OH^0 (-7278) -> No product +At time : 69.001 ns Reaction : H3O^1 (-7455) + OH^-1 (-13756) -> No product +At time : 69.001 ns Reaction : H^0 (-9319) + H^0 (-13328) -> H_2^0 (-13944) +At time : 69.001 ns Reaction : H^0 (-12722) + e_aq^-1 (-3932) -> OH^-1 (-13945) + H_2^0 (-13946) +At time : 69.001 ns Reaction : OH^-1 (-13571) + H3O^1 (-8394) -> No product +At time : 70.001 ns Reaction : OH^-1 (-13023) + H3O^1 (-8739) -> No product +At time : 70.001 ns Reaction : H3O^1 (-5959) + OH^-1 (-12755) -> No product +At time : 70.001 ns Reaction : e_aq^-1 (-4818) + H2O2^0 (-11879) -> OH^-1 (-13947) + OH^0 (-13948) +At time : 70.001 ns Reaction : e_aq^-1 (-3630) + e_aq^-1 (-3591) -> OH^-1 (-13949) + OH^-1 (-13950) + H_2^0 (-13951) +At time : 71.001 ns Reaction : H^0 (-10115) + H^0 (-13683) -> H_2^0 (-13952) +At time : 71.001 ns Reaction : H3O^1 (-11167) + OH^-1 (-13624) -> No product +At time : 71.001 ns Reaction : OH^-1 (-13623) + H3O^1 (-7393) -> No product +At time : 71.001 ns Reaction : e_aq^-1 (-3725) + H^0 (-13082) -> OH^-1 (-13953) + H_2^0 (-13954) +At time : 71.001 ns Reaction : e_aq^-1 (-2265) + H^0 (-13029) -> OH^-1 (-13955) + H_2^0 (-13956) +At time : 71.001 ns Reaction : H^0 (-12701) + OH^0 (-7884) -> No product +At time : 71.001 ns Reaction : OH^0 (-11159) + OH^0 (-6126) -> H2O2^0 (-13957) +At time : 71.001 ns Reaction : e_aq^-1 (-3812) + H3O^1 (-6565) -> H^0 (-13958) +At time : 72.001 ns Reaction : H^0 (-13875) + H^0 (-13030) -> H_2^0 (-13959) +At time : 72.001 ns Reaction : OH^0 (-9656) + OH^0 (-13548) -> H2O2^0 (-13960) +At time : 72.001 ns Reaction : e_aq^-1 (-235) + H2O2^0 (-13520) -> OH^-1 (-13961) + OH^0 (-13962) +At time : 72.001 ns Reaction : e_aq^-1 (-1357) + H^0 (-13266) -> OH^-1 (-13963) + H_2^0 (-13964) +At time : 72.001 ns Reaction : OH^0 (-13118) + OH^0 (-8965) -> H2O2^0 (-13965) +At time : 72.001 ns Reaction : OH^0 (-9663) + OH^0 (-6512) -> H2O2^0 (-13966) +At time : 72.001 ns Reaction : H^0 (-9483) + OH^0 (-6220) -> No product +At time : 72.001 ns Reaction : e_aq^-1 (-5472) + OH^0 (-8298) -> OH^-1 (-13967) +At time : 72.001 ns Reaction : e_aq^-1 (-2948) + OH^0 (-6418) -> OH^-1 (-13968) +At time : 73.001 ns Reaction : H3O^1 (-6187) + OH^-1 (-13681) -> No product +At time : 73.001 ns Reaction : e_aq^-1 (-770) + H2O2^0 (-13423) -> OH^-1 (-13969) + OH^0 (-13970) +At time : 73.001 ns Reaction : H3O^1 (-6245) + OH^-1 (-12199) -> No product +At time : 73.001 ns Reaction : OH^0 (-6866) + OH^0 (-8690) -> H2O2^0 (-13971) +At time : 74.001 ns Reaction : e_aq^-1 (-3850) + H^0 (-13904) -> OH^-1 (-13972) + H_2^0 (-13973) +At time : 74.001 ns Reaction : OH^0 (-13806) + H^0 (-12821) -> No product +At time : 74.001 ns Reaction : OH^-1 (-13796) + H3O^1 (-7095) -> No product +At time : 74.001 ns Reaction : e_aq^-1 (-688) + H^0 (-13791) -> OH^-1 (-13974) + H_2^0 (-13975) +At time : 74.001 ns Reaction : H3O^1 (-9861) + OH^-1 (-13223) -> No product +At time : 74.001 ns Reaction : e_aq^-1 (-5318) + H^0 (-12852) -> OH^-1 (-13976) + H_2^0 (-13977) +At time : 74.001 ns Reaction : e_aq^-1 (-4105) + H3O^1 (-9908) -> H^0 (-13978) +At time : 74.001 ns Reaction : OH^0 (-9596) + e_aq^-1 (-2842) -> OH^-1 (-13979) +At time : 74.001 ns Reaction : H^0 (-9124) + OH^0 (-7044) -> No product +At time : 74.001 ns Reaction : e_aq^-1 (-3552) + H^0 (-8996) -> OH^-1 (-13980) + H_2^0 (-13981) +At time : 74.001 ns Reaction : e_aq^-1 (-1009) + H3O^1 (-8157) -> H^0 (-13982) +At time : 74.001 ns Reaction : OH^0 (-7536) + OH^0 (-8010) -> H2O2^0 (-13983) +At time : 75.001 ns Reaction : OH^0 (-5742) + OH^0 (-13824) -> H2O2^0 (-13984) +At time : 75.001 ns Reaction : H2O2^0 (-13048) + e_aq^-1 (-5193) -> OH^-1 (-13985) + OH^0 (-13986) +At time : 75.001 ns Reaction : H^0 (-12921) + OH^0 (-8558) -> No product +At time : 75.001 ns Reaction : H^0 (-12442) + OH^0 (-7996) -> No product +At time : 75.001 ns Reaction : OH^0 (-10974) + e_aq^-1 (-4695) -> OH^-1 (-13987) +At time : 75.001 ns Reaction : H^0 (-9973) + H^0 (-10882) -> H_2^0 (-13988) +At time : 75.001 ns Reaction : H^0 (-9477) + OH^0 (-6234) -> No product +At time : 75.001 ns Reaction : e_aq^-1 (-3570) + H3O^1 (-6371) -> H^0 (-13989) +At time : 75.001 ns Reaction : e_aq^-1 (-3691) + e_aq^-1 (-3792) -> OH^-1 (-13990) + OH^-1 (-13991) + H_2^0 (-13992) +At time : 76.001 ns Reaction : H3O^1 (-10841) + OH^-1 (-13918) -> No product +At time : 76.001 ns Reaction : H3O^1 (-10587) + OH^-1 (-13715) -> No product +At time : 76.001 ns Reaction : H^0 (-10878) + OH^0 (-13647) -> No product +At time : 76.001 ns Reaction : H^0 (-13528) + H^0 (-12583) -> H_2^0 (-13993) +At time : 76.001 ns Reaction : H3O^1 (-6555) + OH^-1 (-13525) -> No product +At time : 77.001 ns Reaction : H3O^1 (-9701) + OH^-1 (-13854) -> No product +At time : 77.001 ns Reaction : H3O^1 (-7535) + OH^-1 (-13843) -> No product +At time : 77.001 ns Reaction : H3O^1 (-7579) + OH^-1 (-12971) -> No product +At time : 77.001 ns Reaction : e_aq^-1 (-4905) + H3O^1 (-7537) -> H^0 (-13994) +At time : 78.001 ns Reaction : OH^-1 (-13976) + H3O^1 (-8255) -> No product +At time : 78.001 ns Reaction : OH^0 (-13850) + OH^0 (-9093) -> H2O2^0 (-13995) +At time : 78.001 ns Reaction : e_aq^-1 (-1457) + H^0 (-13070) -> OH^-1 (-13996) + H_2^0 (-13997) +At time : 78.001 ns Reaction : e_aq^-1 (-4419) + H^0 (-12248) -> OH^-1 (-13998) + H_2^0 (-13999) +At time : 78.001 ns Reaction : H^0 (-12152) + OH^0 (-8232) -> No product +At time : 78.001 ns Reaction : H^0 (-11990) + OH^0 (-6364) -> No product +At time : 78.001 ns Reaction : OH^0 (-10193) + OH^0 (-8579) -> H2O2^0 (-14000) +At time : 78.001 ns Reaction : e_aq^-1 (-5603) + OH^0 (-5811) -> OH^-1 (-14001) +At time : 79.001 ns Reaction : OH^-1 (-13238) + H3O^1 (-6905) -> No product +At time : 79.001 ns Reaction : e_aq^-1 (-1205) + OH^0 (-9063) -> OH^-1 (-14002) +At time : 79.001 ns Reaction : e_aq^-1 (-4679) + H3O^1 (-7047) -> H^0 (-14003) +At time : 80.001 ns Reaction : e_aq^-1 (-1522) + H^0 (-13700) -> OH^-1 (-14004) + H_2^0 (-14005) +At time : 80.001 ns Reaction : e_aq^-1 (-230) + OH^0 (-13630) -> OH^-1 (-14006) +At time : 80.001 ns Reaction : H2O2^0 (-12873) + e_aq^-1 (-4623) -> OH^-1 (-14007) + OH^0 (-14008) +At time : 80.001 ns Reaction : H^0 (-12654) + H^0 (-10685) -> H_2^0 (-14009) +At time : 80.001 ns Reaction : H^0 (-10172) + OH^0 (-7154) -> No product +At time : 80.001 ns Reaction : e_aq^-1 (-5268) + H3O^1 (-8454) -> H^0 (-14010) +At time : 80.001 ns Reaction : e_aq^-1 (-3594) + H3O^1 (-6327) -> H^0 (-14011) +At time : 80.001 ns Reaction : e_aq^-1 (-351) + H3O^1 (-6093) -> H^0 (-14012) +At time : 81.001 ns Reaction : OH^0 (-6534) + H^0 (-13015) -> No product +At time : 81.001 ns Reaction : OH^-1 (-12950) + H3O^1 (-7573) -> No product +At time : 81.001 ns Reaction : e_aq^-1 (-3623) + H2O2^0 (-12096) -> OH^-1 (-14013) + OH^0 (-14014) +At time : 81.001 ns Reaction : e_aq^-1 (-4349) + e_aq^-1 (-8422) -> OH^-1 (-14015) + OH^-1 (-14016) + H_2^0 (-14017) +At time : 81.001 ns Reaction : OH^0 (-7328) + OH^0 (-8306) -> H2O2^0 (-14018) +At time : 81.001 ns Reaction : OH^0 (-6756) + OH^0 (-7866) -> H2O2^0 (-14019) +At time : 81.001 ns Reaction : e_aq^-1 (-1561) + OH^0 (-6014) -> OH^-1 (-14020) +At time : 81.001 ns Reaction : e_aq^-1 (-4499) + e_aq^-1 (-4252) -> OH^-1 (-14021) + OH^-1 (-14022) + H_2^0 (-14023) +At time : 82.001 ns Reaction : OH^-1 (-13876) + H3O^1 (-10218) -> No product +At time : 82.001 ns Reaction : e_aq^-1 (-5179) + OH^0 (-12629) -> OH^-1 (-14024) +At time : 82.001 ns Reaction : OH^0 (-10551) + e_aq^-1 (-4498) -> OH^-1 (-14025) +At time : 82.001 ns Reaction : e_aq^-1 (-4304) + H3O^1 (-7881) -> H^0 (-14026) +At time : 83.001 ns Reaction : e_aq^-1 (-4031) + OH^0 (-9816) -> OH^-1 (-14027) +At time : 83.001 ns Reaction : e_aq^-1 (-4560) + OH^0 (-9057) -> OH^-1 (-14028) +At time : 84.001 ns Reaction : OH^-1 (-13741) + H3O^1 (-6337) -> No product +At time : 84.001 ns Reaction : H3O^1 (-10723) + e_aq^-1 (-2914) -> H^0 (-14029) +At time : 84.001 ns Reaction : e_aq^-1 (-2496) + H3O^1 (-7883) -> H^0 (-14030) +At time : 85.001 ns Reaction : H3O^1 (-9986) + OH^-1 (-13825) -> No product +At time : 85.001 ns Reaction : H^0 (-13260) + e_aq^-1 (-3612) -> OH^-1 (-14031) + H_2^0 (-14032) +At time : 85.001 ns Reaction : e_aq^-1 (-2713) + OH^0 (-12801) -> OH^-1 (-14033) +At time : 85.001 ns Reaction : H2O2^0 (-12311) + e_aq^-1 (-5095) -> OH^-1 (-14034) + OH^0 (-14035) +At time : 85.001 ns Reaction : e_aq^-1 (-5140) + H^0 (-12249) -> OH^-1 (-14036) + H_2^0 (-14037) +At time : 85.001 ns Reaction : e_aq^-1 (-4896) + H3O^1 (-7077) -> H^0 (-14038) +At time : 86.001 ns Reaction : e_aq^-1 (-4391) + OH^0 (-14008) -> OH^-1 (-14039) +At time : 86.001 ns Reaction : OH^-1 (-14007) + H3O^1 (-7569) -> No product +At time : 86.001 ns Reaction : OH^0 (-9365) + OH^0 (-12938) -> H2O2^0 (-14040) +At time : 86.001 ns Reaction : OH^0 (-10348) + e_aq^-1 (-5565) -> OH^-1 (-14041) +At time : 86.001 ns Reaction : e_aq^-1 (-2354) + H3O^1 (-7851) -> H^0 (-14042) +At time : 87.001 ns Reaction : OH^-1 (-13376) + H3O^1 (-6503) -> No product +At time : 87.001 ns Reaction : e_aq^-1 (-3824) + H^0 (-12456) -> OH^-1 (-14043) + H_2^0 (-14044) +At time : 87.001 ns Reaction : H3O^1 (-10142) + OH^-1 (-12448) -> No product +At time : 87.001 ns Reaction : e_aq^-1 (-2086) + H2O2^0 (-11525) -> OH^-1 (-14045) + OH^0 (-14046) +At time : 87.001 ns Reaction : e_aq^-1 (-4023) + OH^0 (-7852) -> OH^-1 (-14047) +At time : 87.001 ns Reaction : e_aq^-1 (-5068) + H3O^1 (-7187) -> H^0 (-14048) +At time : 88.001 ns Reaction : H3O^1 (-6735) + OH^-1 (-13639) -> No product +At time : 88.001 ns Reaction : OH^-1 (-13314) + H3O^1 (-8832) -> No product +At time : 88.001 ns Reaction : H^0 (-12580) + OH^0 (-10489) -> No product +At time : 88.001 ns Reaction : e_aq^-1 (-5330) + OH^0 (-12216) -> OH^-1 (-14049) +At time : 88.001 ns Reaction : OH^0 (-10647) + e_aq^-1 (-3523) -> OH^-1 (-14050) +At time : 88.001 ns Reaction : e_aq^-1 (-4930) + H3O^1 (-8826) -> H^0 (-14051) +At time : 89.001 ns Reaction : e_aq^-1 (-4015) + H3O^1 (-6803) -> H^0 (-14052) +At time : 89.001 ns Reaction : e_aq^-1 (-5007) + H3O^1 (-6049) -> H^0 (-14053) +At time : 90.001 ns Reaction : OH^-1 (-14045) + H3O^1 (-7907) -> No product +At time : 90.001 ns Reaction : OH^-1 (-13200) + H3O^1 (-5877) -> No product +At time : 90.001 ns Reaction : e_aq^-1 (-436) + H^0 (-12890) -> OH^-1 (-14054) + H_2^0 (-14055) +At time : 90.001 ns Reaction : H^0 (-12690) + e_aq^-1 (-4006) -> OH^-1 (-14056) + H_2^0 (-14057) +At time : 90.001 ns Reaction : e_aq^-1 (-5098) + H3O^1 (-8209) -> H^0 (-14058) +At time : 90.001 ns Reaction : e_aq^-1 (-516) + e_aq^-1 (-5357) -> OH^-1 (-14059) + OH^-1 (-14060) + H_2^0 (-14061) +At time : 91.001 ns Reaction : OH^-1 (-13985) + H3O^1 (-8151) -> No product +At time : 91.001 ns Reaction : H3O^1 (-11142) + OH^-1 (-13909) -> No product +At time : 91.001 ns Reaction : H3O^1 (-10865) + OH^-1 (-13905) -> No product +At time : 91.001 ns Reaction : e_aq^-1 (-3002) + H^0 (-13463) -> OH^-1 (-14062) + H_2^0 (-14063) +At time : 91.001 ns Reaction : H^0 (-13414) + OH^0 (-7792) -> No product +At time : 91.001 ns Reaction : OH^-1 (-13268) + H3O^1 (-7123) -> No product +At time : 91.001 ns Reaction : OH^0 (-13120) + H^0 (-9088) -> No product +At time : 92.001 ns Reaction : OH^0 (-6162) + OH^0 (-13744) -> H2O2^0 (-14064) +At time : 92.001 ns Reaction : H2O2^0 (-12889) + e_aq^-1 (-5651) -> OH^-1 (-14065) + OH^0 (-14066) +At time : 92.001 ns Reaction : H3O^1 (-7211) + OH^-1 (-12488) -> No product +At time : 92.001 ns Reaction : e_aq^-1 (-2207) + H3O^1 (-10907) -> H^0 (-14067) +At time : 92.001 ns Reaction : e_aq^-1 (-5314) + OH^0 (-10421) -> OH^-1 (-14068) +At time : 92.001 ns Reaction : e_aq^-1 (-4193) + OH^0 (-8552) -> OH^-1 (-14069) +At time : 93.001 ns Reaction : OH^-1 (-14050) + H3O^1 (-6301) -> No product +At time : 93.001 ns Reaction : OH^-1 (-13852) + H3O^1 (-7249) -> No product +At time : 93.001 ns Reaction : e_aq^-1 (-4273) + H2O2^0 (-11476) -> OH^-1 (-14070) + OH^0 (-14071) +At time : 93.001 ns Reaction : H^0 (-9957) + OH^0 (-10894) -> No product +At time : 93.001 ns Reaction : OH^0 (-10077) + OH^0 (-8498) -> H2O2^0 (-14072) +At time : 93.001 ns Reaction : OH^0 (-6862) + OH^0 (-8687) -> H2O2^0 (-14073) +At time : 93.001 ns Reaction : e_aq^-1 (-497) + H3O^1 (-8269) -> H^0 (-14074) +At time : 93.001 ns Reaction : e_aq^-1 (-2823) + OH^0 (-7762) -> OH^-1 (-14075) +At time : 94.001 ns Reaction : e_aq^-1 (-4802) + H^0 (-13994) -> OH^-1 (-14076) + H_2^0 (-14077) +At time : 94.001 ns Reaction : OH^-1 (-13940) + H3O^1 (-8577) -> No product +At time : 94.001 ns Reaction : H3O^1 (-7061) + OH^-1 (-13832) -> No product +At time : 94.001 ns Reaction : e_aq^-1 (-5652) + H^0 (-13568) -> OH^-1 (-14078) + H_2^0 (-14079) +At time : 94.001 ns Reaction : H2O2^0 (-12436) + e_aq^-1 (-3833) -> OH^-1 (-14080) + OH^0 (-14081) +At time : 94.001 ns Reaction : OH^0 (-10598) + OH^0 (-6700) -> H2O2^0 (-14082) +At time : 95.001 ns Reaction : OH^-1 (-14054) + H3O^1 (-8089) -> No product +At time : 95.001 ns Reaction : OH^0 (-14046) + e_aq^-1 (-2103) -> OH^-1 (-14083) +At time : 95.001 ns Reaction : OH^-1 (-13636) + H3O^1 (-5981) -> No product +At time : 95.001 ns Reaction : OH^-1 (-13456) + H3O^1 (-8173) -> No product +At time : 95.001 ns Reaction : H^0 (-13419) + e_aq^-1 (-5619) -> OH^-1 (-14084) + H_2^0 (-14085) +At time : 95.001 ns Reaction : OH^-1 (-12672) + H3O^1 (-7585) -> No product +At time : 95.001 ns Reaction : H^0 (-12345) + e_aq^-1 (-5345) -> OH^-1 (-14086) + H_2^0 (-14087) +At time : 95.001 ns Reaction : H^0 (-9394) + e_aq^-1 (-5686) -> OH^-1 (-14088) + H_2^0 (-14089) +At time : 95.001 ns Reaction : e_aq^-1 (-398) + OH^0 (-8921) -> OH^-1 (-14090) +At time : 95.001 ns Reaction : e_aq^-1 (-1755) + e_aq^-1 (-8425) -> OH^-1 (-14091) + OH^-1 (-14092) + H_2^0 (-14093) +At time : 96.001 ns Reaction : H^0 (-13279) + H^0 (-12079) -> H_2^0 (-14094) +At time : 96.001 ns Reaction : H3O^1 (-9744) + e_aq^-1 (-2455) -> H^0 (-14095) +At time : 96.001 ns Reaction : e_aq^-1 (-3607) + H3O^1 (-8712) -> H^0 (-14096) +At time : 96.001 ns Reaction : e_aq^-1 (-2722) + H3O^1 (-6439) -> H^0 (-14097) +At time : 96.001 ns Reaction : OH^-1 (-13766) + H3O^1 (-7533) -> No product +At time : 97.001 ns Reaction : H^0 (-13827) + H^0 (-13566) -> H_2^0 (-14098) +At time : 97.001 ns Reaction : OH^0 (-13652) + H^0 (-11850) -> No product +At time : 97.001 ns Reaction : H^0 (-12592) + OH^0 (-8339) -> No product +At time : 98.001 ns Reaction : OH^-1 (-13540) + H3O^1 (-7411) -> No product +At time : 98.001 ns Reaction : OH^0 (-13169) + H^0 (-9086) -> No product +At time : 98.001 ns Reaction : e_aq^-1 (-600) + H2O2^0 (-13152) -> OH^-1 (-14099) + OH^0 (-14100) +At time : 98.001 ns Reaction : OH^0 (-7494) + H^0 (-12257) -> No product +At time : 99.001 ns Reaction : OH^-1 (-13947) + H3O^1 (-8862) -> No product +At time : 100 ns Reaction : H^0 (-13172) + OH^0 (-8268) -> No product +At time : 100 ns Reaction : H3O^1 (-11140) + e_aq^-1 (-5212) -> H^0 (-14101) +At time : 100 ns Reaction : e_aq^-1 (-584) + OH^0 (-10420) -> OH^-1 (-14102) +At time : 100 ns Reaction : e_aq^-1 (-3735) + H3O^1 (-6421) -> H^0 (-14103) +At time : 100 ns Reaction : e_aq^-1 (-3575) + e_aq^-1 (-3551) -> OH^-1 (-14104) + OH^-1 (-14105) + H_2^0 (-14106) +At time : 101 ns Reaction : OH^-1 (-14083) + H3O^1 (-8514) -> No product +At time : 101 ns Reaction : H^0 (-12394) + OH^0 (-13922) -> No product +At time : 101 ns Reaction : e_aq^-1 (-4017) + OH^0 (-13895) -> OH^-1 (-14107) +At time : 101 ns Reaction : OH^-1 (-13506) + H3O^1 (-8622) -> No product +At time : 101 ns Reaction : e_aq^-1 (-5269) + H2O2^0 (-11696) -> OH^-1 (-14108) + OH^0 (-14109) +At time : 102 ns Reaction : e_aq^-1 (-2107) + H2O2^0 (-13933) -> OH^-1 (-14110) + OH^0 (-14111) +At time : 102 ns Reaction : e_aq^-1 (-606) + H2O2^0 (-13342) -> OH^-1 (-14112) + OH^0 (-14113) +At time : 103 ns Reaction : OH^-1 (-14034) + H3O^1 (-8075) -> No product +At time : 103 ns Reaction : H3O^1 (-7435) + OH^-1 (-13974) -> No product +At time : 103 ns Reaction : H3O^1 (-10184) + OH^-1 (-13807) -> No product +At time : 103 ns Reaction : OH^0 (-10877) + H^0 (-10856) -> No product +At time : 103 ns Reaction : H^0 (-10596) + e_aq^-1 (-2235) -> OH^-1 (-14114) + H_2^0 (-14115) +At time : 104 ns Reaction : H3O^1 (-6121) + OH^-1 (-14090) -> No product +At time : 104 ns Reaction : OH^-1 (-13856) + H3O^1 (-8187) -> No product +At time : 104 ns Reaction : H3O^1 (-7045) + OH^-1 (-13823) -> No product +At time : 104 ns Reaction : OH^0 (-11318) + e_aq^-1 (-4170) -> OH^-1 (-14116) +At time : 104 ns Reaction : e_aq^-1 (-4342) + OH^0 (-6948) -> OH^-1 (-14117) +At time : 105 ns Reaction : OH^-1 (-13774) + H3O^1 (-7449) -> No product +At time : 105 ns Reaction : H^0 (-13714) + OH^0 (-8154) -> No product +At time : 105 ns Reaction : OH^0 (-12940) + OH^0 (-6676) -> H2O2^0 (-14118) +At time : 105 ns Reaction : e_aq^-1 (-3802) + H2O2^0 (-12727) -> OH^-1 (-14119) + OH^0 (-14120) +At time : 105 ns Reaction : e_aq^-1 (-2091) + H2O2^0 (-11762) -> OH^-1 (-14121) + OH^0 (-14122) +At time : 105 ns Reaction : H3O^1 (-11303) + e_aq^-1 (-3553) -> H^0 (-14123) +At time : 106 ns Reaction : H3O^1 (-7383) + OH^-1 (-14068) -> No product +At time : 106 ns Reaction : e_aq^-1 (-5039) + H3O^1 (-7181) -> H^0 (-14124) +At time : 107 ns Reaction : e_aq^-1 (-5489) + OH^0 (-13962) -> OH^-1 (-14125) +At time : 107 ns Reaction : OH^-1 (-13787) + H3O^1 (-6977) -> No product +At time : 107 ns Reaction : e_aq^-1 (-3774) + H^0 (-9010) -> OH^-1 (-14126) + H_2^0 (-14127) +At time : 107 ns Reaction : OH^0 (-6666) + OH^0 (-8516) -> H2O2^0 (-14128) +At time : 108 ns Reaction : OH^-1 (-14065) + H3O^1 (-7355) -> No product +At time : 108 ns Reaction : e_aq^-1 (-775) + H^0 (-14053) -> OH^-1 (-14129) + H_2^0 (-14130) +At time : 108 ns Reaction : H3O^1 (-7283) + OH^-1 (-13291) -> No product +At time : 108 ns Reaction : H3O^1 (-9890) + e_aq^-1 (-2003) -> H^0 (-14131) +At time : 108 ns Reaction : e_aq^-1 (-4742) + OH^0 (-8028) -> OH^-1 (-14132) +At time : 108 ns Reaction : e_aq^-1 (-3790) + H3O^1 (-6581) -> H^0 (-14133) +At time : 109 ns Reaction : OH^-1 (-14084) + H3O^1 (-6115) -> No product +At time : 109 ns Reaction : OH^0 (-6602) + H^0 (-13958) -> No product +At time : 109 ns Reaction : OH^0 (-13742) + OH^0 (-6372) -> H2O2^0 (-14134) +At time : 109 ns Reaction : H3O^1 (-7559) + OH^-1 (-13709) -> No product +At time : 109 ns Reaction : OH^-1 (-13674) + H3O^1 (-6571) -> No product +At time : 109 ns Reaction : e_aq^-1 (-2276) + H2O2^0 (-13662) -> OH^-1 (-14135) + OH^0 (-14136) +At time : 109 ns Reaction : e_aq^-1 (-4897) + H2O2^0 (-11502) -> OH^-1 (-14137) + OH^0 (-14138) +At time : 109 ns Reaction : OH^0 (-9913) + OH^0 (-7896) -> H2O2^0 (-14139) +At time : 109 ns Reaction : e_aq^-1 (-4123) + OH^0 (-8779) -> OH^-1 (-14140) +At time : 109 ns Reaction : e_aq^-1 (-5388) + H3O^1 (-8448) -> H^0 (-14141) +At time : 109 ns Reaction : e_aq^-1 (-4885) + H3O^1 (-7033) -> H^0 (-14142) +At time : 109 ns Reaction : e_aq^-1 (-2447) + H3O^1 (-6507) -> H^0 (-14143) +At time : 109 ns Reaction : e_aq^-1 (-2891) + OH^0 (-6410) -> OH^-1 (-14144) +At time : 110 ns Reaction : e_aq^-1 (-5393) + H^0 (-14141) -> OH^-1 (-14145) + H_2^0 (-14146) +At time : 110 ns Reaction : H3O^1 (-11134) + OH^-1 (-14059) -> No product +At time : 110 ns Reaction : OH^-1 (-13640) + H3O^1 (-7911) -> No product +At time : 110 ns Reaction : e_aq^-1 (-1247) + H2O2^0 (-12330) -> OH^-1 (-14147) + OH^0 (-14148) +At time : 110 ns Reaction : e_aq^-1 (-1340) + H2O2^0 (-11851) -> OH^-1 (-14149) + OH^0 (-14150) +At time : 110 ns Reaction : e_aq^-1 (-87) + H2O2^0 (-11663) -> OH^-1 (-14151) + OH^0 (-14152) +At time : 110 ns Reaction : OH^0 (-9700) + OH^0 (-9693) -> H2O2^0 (-14153) +At time : 110 ns Reaction : e_aq^-1 (-3160) + H3O^1 (-6309) -> H^0 (-14154) +At time : 111 ns Reaction : OH^-1 (-13498) + H3O^1 (-8301) -> No product +At time : 111 ns Reaction : e_aq^-1 (-1005) + H2O2^0 (-12389) -> OH^-1 (-14155) + OH^0 (-14156) +At time : 111 ns Reaction : OH^0 (-10796) + H^0 (-9018) -> No product +At time : 111 ns Reaction : H3O^1 (-10667) + e_aq^-1 (-3558) -> H^0 (-14157) +At time : 112 ns Reaction : H3O^1 (-6319) + OH^-1 (-13785) -> No product +At time : 112 ns Reaction : OH^-1 (-13698) + H3O^1 (-5955) -> No product +At time : 112 ns Reaction : H2O2^0 (-13609) + e_aq^-1 (-8635) -> OH^-1 (-14158) + OH^0 (-14159) +At time : 112 ns Reaction : H^0 (-9540) + OH^0 (-13550) -> No product +At time : 112 ns Reaction : H^0 (-13459) + e_aq^-1 (-2426) -> OH^-1 (-14160) + H_2^0 (-14161) +At time : 112 ns Reaction : e_aq^-1 (-1079) + H2O2^0 (-11493) -> OH^-1 (-14162) + OH^0 (-14163) +At time : 112 ns Reaction : OH^0 (-9201) + OH^0 (-6428) -> H2O2^0 (-14164) +At time : 113 ns Reaction : H3O^1 (-7361) + OH^-1 (-14041) -> No product +At time : 113 ns Reaction : e_aq^-1 (-2309) + H2O2^0 (-11897) -> OH^-1 (-14165) + OH^0 (-14166) +At time : 113 ns Reaction : OH^-1 (-5810) + H3O^1 (-8303) -> No product +At time : 113 ns Reaction : e_aq^-1 (-4243) + H3O^1 (-7923) -> H^0 (-14167) +At time : 114 ns Reaction : H^0 (-13908) + H^0 (-13601) -> H_2^0 (-14168) +At time : 114 ns Reaction : OH^0 (-13840) + OH^0 (-8770) -> H2O2^0 (-14169) +At time : 114 ns Reaction : OH^-1 (-13685) + H3O^1 (-6437) -> No product +At time : 114 ns Reaction : e_aq^-1 (-5467) + H3O^1 (-11146) -> H^0 (-14170) +At time : 114 ns Reaction : e_aq^-1 (-4586) + OH^0 (-6020) -> OH^-1 (-14171) +At time : 114 ns Reaction : e_aq^-1 (-2576) + OH^0 (-5775) -> OH^-1 (-14172) +At time : 115 ns Reaction : OH^0 (-5822) + OH^0 (-12679) -> H2O2^0 (-14173) +At time : 115 ns Reaction : H^0 (-12661) + H^0 (-8934) -> H_2^0 (-14174) +At time : 115 ns Reaction : e_aq^-1 (-4356) + H3O^1 (-8015) -> H^0 (-14175) +At time : 115 ns Reaction : e_aq^-1 (-5679) + OH^0 (-7366) -> OH^-1 (-14176) +At time : 116 ns Reaction : OH^-1 (-13820) + H3O^1 (-7013) -> No product +At time : 116 ns Reaction : e_aq^-1 (-2068) + H2O2^0 (-12433) -> OH^-1 (-14177) + OH^0 (-14178) +At time : 116 ns Reaction : e_aq^-1 (-5464) + H3O^1 (-8928) -> H^0 (-14179) +At time : 117 ns Reaction : OH^0 (-13408) + e_aq^-1 (-3801) -> OH^-1 (-14180) +At time : 117 ns Reaction : e_aq^-1 (-1193) + H2O2^0 (-12528) -> OH^-1 (-14181) + OH^0 (-14182) +At time : 117 ns Reaction : e_aq^-1 (-5319) + H3O^1 (-11126) -> H^0 (-14183) +At time : 117 ns Reaction : OH^0 (-10435) + OH^0 (-8450) -> H2O2^0 (-14184) +At time : 118 ns Reaction : e_aq^-1 (-4928) + H^0 (-14038) -> OH^-1 (-14185) + H_2^0 (-14186) +At time : 118 ns Reaction : OH^-1 (-13921) + H3O^1 (-7193) -> No product +At time : 119 ns Reaction : H3O^1 (-10229) + OH^-1 (-14149) -> No product +At time : 119 ns Reaction : e_aq^-1 (-3958) + H2O2^0 (-13906) -> OH^-1 (-14187) + OH^0 (-14188) +At time : 119 ns Reaction : e_aq^-1 (-3543) + H2O2^0 (-12064) -> OH^-1 (-14189) + OH^0 (-14190) +At time : 119 ns Reaction : H2O2^0 (-11456) + e_aq^-1 (-8821) -> OH^-1 (-14191) + OH^0 (-14192) +At time : 119 ns Reaction : e_aq^-1 (-304) + H3O^1 (-7419) -> H^0 (-14193) +At time : 119 ns Reaction : e_aq^-1 (-848) + e_aq^-1 (-4954) -> OH^-1 (-14194) + OH^-1 (-14195) + H_2^0 (-14196) +At time : 120 ns Reaction : OH^-1 (-14016) + H3O^1 (-7913) -> No product +At time : 120 ns Reaction : OH^-1 (-13910) + H3O^1 (-8147) -> No product +At time : 120 ns Reaction : H3O^1 (-10436) + OH^-1 (-13878) -> No product +At time : 120 ns Reaction : OH^0 (-9876) + OH^0 (-10840) -> H2O2^0 (-14197) +At time : 121 ns Reaction : e_aq^-1 (-4766) + H^0 (-13735) -> OH^-1 (-14198) + H_2^0 (-14199) +At time : 121 ns Reaction : H3O^1 (-10628) + OH^-1 (-12480) -> No product +At time : 121 ns Reaction : OH^0 (-8214) + OH^0 (-8220) -> H2O2^0 (-14200) +At time : 122 ns Reaction : H3O^1 (-6379) + OH^-1 (-14144) -> No product +At time : 122 ns Reaction : H3O^1 (-8261) + OH^-1 (-14102) -> No product +At time : 122 ns Reaction : e_aq^-1 (-2246) + H^0 (-13802) -> OH^-1 (-14201) + H_2^0 (-14202) +At time : 123 ns Reaction : e_aq^-1 (-2826) + H^0 (-13896) -> OH^-1 (-14203) + H_2^0 (-14204) +At time : 123 ns Reaction : e_aq^-1 (-5036) + H^0 (-13828) -> OH^-1 (-14205) + H_2^0 (-14206) +At time : 123 ns Reaction : H3O^1 (-9569) + OH^-1 (-13549) -> No product +At time : 123 ns Reaction : e_aq^-1 (-4269) + H2O2^0 (-11717) -> OH^-1 (-14207) + OH^0 (-14208) +At time : 123 ns Reaction : OH^0 (-11225) + e_aq^-1 (-4058) -> OH^-1 (-14209) +At time : 123 ns Reaction : OH^0 (-10814) + OH^0 (-7876) -> H2O2^0 (-14210) +At time : 124 ns Reaction : OH^0 (-9971) + H^0 (-14167) -> No product +At time : 124 ns Reaction : OH^0 (-14166) + OH^0 (-13375) -> H2O2^0 (-14211) +At time : 124 ns Reaction : OH^-1 (-14132) + H3O^1 (-6159) -> No product +At time : 124 ns Reaction : H3O^1 (-9880) + OH^-1 (-14092) -> No product +At time : 124 ns Reaction : H2O2^0 (-13778) + e_aq^-1 (-3227) -> OH^-1 (-14212) + OH^0 (-14213) +At time : 124 ns Reaction : e_aq^-1 (-3326) + OH^0 (-8699) -> OH^-1 (-14214) +At time : 124 ns Reaction : e_aq^-1 (-2332) + H3O^1 (-6679) -> H^0 (-14215) +At time : 125 ns Reaction : OH^0 (-6524) + H^0 (-14133) -> No product +At time : 125 ns Reaction : e_aq^-1 (-4771) + H3O^1 (-7523) -> H^0 (-14216) +At time : 126 ns Reaction : e_aq^-1 (-4534) + H2O2^0 (-13971) -> OH^-1 (-14217) + OH^0 (-14218) +At time : 126 ns Reaction : OH^-1 (-13851) + H3O^1 (-7005) -> No product +At time : 126 ns Reaction : OH^0 (-9557) + e_aq^-1 (-3593) -> OH^-1 (-14219) +At time : 126 ns Reaction : OH^0 (-7994) + OH^0 (-8420) -> H2O2^0 (-14220) +At time : 127 ns Reaction : OH^-1 (-13794) + H3O^1 (-7135) -> No product +At time : 127 ns Reaction : H3O^1 (-5943) + OH^-1 (-13631) -> No product +At time : 127 ns Reaction : e_aq^-1 (-5242) + OH^0 (-8879) -> OH^-1 (-14221) +At time : 128 ns Reaction : OH^-1 (-14107) + H3O^1 (-6705) -> No product +At time : 128 ns Reaction : H^0 (-9858) + OH^0 (-14081) -> No product +At time : 128 ns Reaction : H3O^1 (-6633) + OH^-1 (-14080) -> No product +At time : 128 ns Reaction : OH^-1 (-13847) + H3O^1 (-5897) -> No product +At time : 128 ns Reaction : H^0 (-13348) + OH^0 (-7388) -> No product +At time : 128 ns Reaction : OH^0 (-7608) + H^0 (-13319) -> No product +At time : 129 ns Reaction : OH^-1 (-13881) + H3O^1 (-9888) -> No product +At time : 129 ns Reaction : e_aq^-1 (-5405) + H3O^1 (-6117) -> H^0 (-14222) +At time : 130 ns Reaction : e_aq^-1 (-3929) + H^0 (-12904) -> OH^-1 (-14223) + H_2^0 (-14224) +At time : 130 ns Reaction : OH^0 (-10170) + OH^0 (-5736) -> H2O2^0 (-14225) +At time : 130 ns Reaction : H^0 (-9227) + OH^0 (-6634) -> No product +At time : 130 ns Reaction : e_aq^-1 (-3103) + OH^0 (-6288) -> OH^-1 (-14226) +At time : 130 ns Reaction : e_aq^-1 (-344) + OH^0 (-6108) -> OH^-1 (-14227) +At time : 131 ns Reaction : OH^-1 (-13925) + H3O^1 (-8019) -> No product +At time : 131 ns Reaction : OH^0 (-13532) + H^0 (-13667) -> No product +At time : 131 ns Reaction : H3O^1 (-6287) + OH^-1 (-13588) -> No product +At time : 131 ns Reaction : e_aq^-1 (-1283) + OH^0 (-7562) -> OH^-1 (-14228) +At time : 132 ns Reaction : OH^-1 (-14114) + H3O^1 (-6769) -> No product +At time : 132 ns Reaction : OH^0 (-7814) + OH^0 (-13855) -> H2O2^0 (-14229) +At time : 132 ns Reaction : e_aq^-1 (-746) + H2O2^0 (-12644) -> OH^-1 (-14230) + OH^0 (-14231) +At time : 133 ns Reaction : H3O^1 (-10258) + OH^-1 (-14125) -> No product +At time : 133 ns Reaction : H^0 (-12868) + OH^0 (-5828) -> No product +At time : 133 ns Reaction : e_aq^-1 (-810) + H2O2^0 (-11927) -> OH^-1 (-14232) + OH^0 (-14233) +At time : 134 ns Reaction : OH^0 (-14192) + H^0 (-14026) -> No product +At time : 134 ns Reaction : H2O2^0 (-14139) + e_aq^-1 (-4284) -> OH^-1 (-14234) + OH^0 (-14235) +At time : 134 ns Reaction : OH^-1 (-13767) + H3O^1 (-6151) -> No product +At time : 134 ns Reaction : H3O^1 (-6561) + OH^-1 (-13518) -> No product +At time : 134 ns Reaction : e_aq^-1 (-578) + H2O2^0 (-13341) -> OH^-1 (-14236) + OH^0 (-14237) +At time : 135 ns Reaction : OH^-1 (-13938) + H3O^1 (-5927) -> No product +At time : 135 ns Reaction : e_aq^-1 (-4745) + H3O^1 (-7223) -> H^0 (-14238) +At time : 136 ns Reaction : H3O^1 (-8163) + OH^-1 (-13879) -> No product +At time : 136 ns Reaction : H2O2^0 (-11516) + e_aq^-1 (-4814) -> OH^-1 (-14239) + OH^0 (-14240) +At time : 137 ns Reaction : e_aq^-1 (-2133) + OH^0 (-13092) -> OH^-1 (-14241) +At time : 137 ns Reaction : e_aq^-1 (-2111) + H2O2^0 (-11721) -> OH^-1 (-14242) + OH^0 (-14243) +At time : 137 ns Reaction : e_aq^-1 (-2452) + H2O2^0 (-11488) -> OH^-1 (-14244) + OH^0 (-14245) +At time : 138 ns Reaction : OH^-1 (-13936) + H3O^1 (-6811) -> No product +At time : 138 ns Reaction : OH^0 (-7032) + OH^0 (-7116) -> H2O2^0 (-14246) +At time : 139 ns Reaction : H3O^1 (-5855) + OH^-1 (-14049) -> No product +At time : 139 ns Reaction : OH^0 (-5796) + H^0 (-9032) -> No product +At time : 139 ns Reaction : e_aq^-1 (-458) + OH^0 (-7446) -> OH^-1 (-14247) +At time : 140 ns Reaction : H3O^1 (-8017) + OH^-1 (-13811) -> No product +At time : 140 ns Reaction : H^0 (-13705) + e_aq^-1 (-1105) -> OH^-1 (-14248) + H_2^0 (-14249) +At time : 140 ns Reaction : OH^0 (-10440) + e_aq^-1 (-446) -> OH^-1 (-14250) +At time : 141 ns Reaction : H^0 (-13650) + H^0 (-12836) -> H_2^0 (-14251) +At time : 142 ns Reaction : OH^-1 (-14162) + H3O^1 (-7079) -> No product +At time : 142 ns Reaction : OH^-1 (-13901) + H3O^1 (-6943) -> No product +At time : 142 ns Reaction : e_aq^-1 (-5567) + H2O2^0 (-11777) -> OH^-1 (-14252) + OH^0 (-14253) +At time : 143 ns Reaction : OH^-1 (-14126) + H3O^1 (-5935) -> No product +At time : 143 ns Reaction : e_aq^-1 (-4140) + H2O2^0 (-13752) -> OH^-1 (-14254) + OH^0 (-14255) +At time : 143 ns Reaction : H^0 (-13259) + OH^0 (-6968) -> No product +At time : 143 ns Reaction : e_aq^-1 (-4932) + H3O^1 (-8099) -> H^0 (-14256) +At time : 143 ns Reaction : OH^0 (-6484) + OH^0 (-6570) -> H2O2^0 (-14257) +At time : 143 ns Reaction : e_aq^-1 (-5014) + e_aq^-1 (-5071) -> OH^-1 (-14258) + OH^-1 (-14259) + H_2^0 (-14260) +At time : 144 ns Reaction : H3O^1 (-10341) + OH^-1 (-13656) -> No product +At time : 144 ns Reaction : OH^0 (-7436) + OH^0 (-8937) -> H2O2^0 (-14261) +At time : 145 ns Reaction : e_aq^-1 (-3866) + H3O^1 (-5951) -> H^0 (-14262) +At time : 146 ns Reaction : OH^-1 (-14239) + H3O^1 (-8007) -> No product +At time : 146 ns Reaction : OH^-1 (-14230) + H3O^1 (-8898) -> No product +At time : 146 ns Reaction : OH^0 (-10152) + OH^0 (-13734) -> H2O2^0 (-14263) +At time : 146 ns Reaction : H3O^1 (-9621) + e_aq^-1 (-2683) -> H^0 (-14264) +At time : 146 ns Reaction : OH^0 (-6452) + H^0 (-9006) -> No product +At time : 146 ns Reaction : e_aq^-1 (-1319) + OH^0 (-6988) -> OH^-1 (-14265) +At time : 147 ns Reaction : H^0 (-13712) + H^0 (-14052) -> H_2^0 (-14266) +At time : 147 ns Reaction : e_aq^-1 (-240) + H3O^1 (-11156) -> H^0 (-14267) +At time : 147 ns Reaction : H^0 (-9561) + e_aq^-1 (-2790) -> OH^-1 (-14268) + H_2^0 (-14269) +At time : 148 ns Reaction : OH^0 (-7240) + H^0 (-12578) -> No product +At time : 149 ns Reaction : H3O^1 (-6197) + OH^-1 (-14027) -> No product +At time : 149 ns Reaction : OH^0 (-11232) + e_aq^-1 (-2041) -> OH^-1 (-14270) +At time : 149 ns Reaction : e_aq^-1 (-1934) + OH^0 (-7610) -> OH^-1 (-14271) +At time : 150 ns Reaction : H3O^1 (-7167) + OH^-1 (-13942) -> No product +At time : 150 ns Reaction : H^0 (-12665) + OH^0 (-6100) -> No product +At time : 150 ns Reaction : H^0 (-11020) + e_aq^-1 (-5019) -> OH^-1 (-14272) + H_2^0 (-14273) +At time : 151 ns Reaction : OH^0 (-6620) + OH^0 (-14136) -> H2O2^0 (-14274) +At time : 151 ns Reaction : OH^0 (-14111) + e_aq^-1 (-4551) -> OH^-1 (-14275) +At time : 151 ns Reaction : OH^0 (-5864) + H^0 (-13829) -> No product +At time : 151 ns Reaction : OH^0 (-6986) + OH^0 (-13641) -> H2O2^0 (-14276) +At time : 151 ns Reaction : H2O2^0 (-11568) + e_aq^-1 (-4671) -> OH^-1 (-14277) + OH^0 (-14278) +At time : 151 ns Reaction : e_aq^-1 (-4301) + OH^0 (-9909) -> OH^-1 (-14279) +At time : 151 ns Reaction : e_aq^-1 (-990) + H3O^1 (-7457) -> H^0 (-14280) +At time : 151 ns Reaction : OH^0 (-6294) + OH^0 (-6308) -> H2O2^0 (-14281) +At time : 152 ns Reaction : e_aq^-1 (-4158) + H^0 (-13877) -> OH^-1 (-14282) + H_2^0 (-14283) +At time : 153 ns Reaction : H3O^1 (-6079) + OH^-1 (-14250) -> No product +At time : 153 ns Reaction : H^0 (-10015) + H^0 (-13750) -> H_2^0 (-14284) +At time : 154 ns Reaction : H3O^1 (-10820) + OH^-1 (-14223) -> No product +At time : 154 ns Reaction : OH^0 (-14152) + OH^0 (-7326) -> H2O2^0 (-14285) +At time : 156 ns Reaction : OH^-1 (-13589) + H3O^1 (-7055) -> No product +At time : 156 ns Reaction : OH^0 (-6556) + OH^0 (-13383) -> H2O2^0 (-14286) +At time : 158 ns Reaction : OH^-1 (-13757) + H3O^1 (-6957) -> No product +At time : 159 ns Reaction : H3O^1 (-5833) + OH^-1 (-14043) -> No product +At time : 159 ns Reaction : OH^-1 (-13889) + H3O^1 (-8033) -> No product +At time : 159 ns Reaction : OH^0 (-13716) + H^0 (-10548) -> No product +At time : 160 ns Reaction : OH^-1 (-14116) + H3O^1 (-7075) -> No product +At time : 160 ns Reaction : H2O2^0 (-13966) + e_aq^-1 (-3753) -> OH^-1 (-14287) + OH^0 (-14288) +At time : 160 ns Reaction : e_aq^-1 (-5313) + H2O2^0 (-11572) -> OH^-1 (-14289) + OH^0 (-14290) +At time : 161 ns Reaction : OH^0 (-11183) + OH^0 (-14159) -> H2O2^0 (-14291) +At time : 161 ns Reaction : H3O^1 (-11120) + OH^-1 (-13805) -> No product +At time : 162 ns Reaction : OH^0 (-14182) + OH^0 (-7988) -> H2O2^0 (-14292) +At time : 162 ns Reaction : OH^0 (-9435) + H^0 (-12837) -> No product +At time : 162 ns Reaction : H^0 (-10664) + OH^0 (-12833) -> No product +At time : 162 ns Reaction : e_aq^-1 (-5424) + H2O2^0 (-11815) -> OH^-1 (-14293) + OH^0 (-14294) +At time : 162 ns Reaction : e_aq^-1 (-4279) + H3O^1 (-7917) -> H^0 (-14295) +At time : 162 ns Reaction : e_aq^-1 (-4120) + OH^0 (-5978) -> OH^-1 (-14296) +At time : 163 ns Reaction : OH^0 (-6904) + OH^0 (-7906) -> H2O2^0 (-14297) +At time : 163 ns Reaction : e_aq^-1 (-2285) + H3O^1 (-6657) -> H^0 (-14298) +At time : 164 ns Reaction : OH^-1 (-13987) + H3O^1 (-6009) -> No product +At time : 164 ns Reaction : e_aq^-1 (-5527) + H2O2^0 (-11495) -> OH^-1 (-14299) + OH^0 (-14300) +At time : 165 ns Reaction : H^0 (-13179) + OH^0 (-13937) -> No product +At time : 165 ns Reaction : OH^0 (-13563) + OH^0 (-9292) -> H2O2^0 (-14301) +At time : 165 ns Reaction : OH^-1 (-12823) + H3O^1 (-6453) -> No product +At time : 166 ns Reaction : H3O^1 (-8205) + OH^-1 (-14252) -> No product +At time : 166 ns Reaction : H3O^1 (-6741) + OH^-1 (-14217) -> No product +At time : 166 ns Reaction : OH^0 (-13036) + OH^0 (-8178) -> H2O2^0 (-14302) +At time : 168 ns Reaction : OH^-1 (-14293) + H3O^1 (-8658) -> No product +At time : 168 ns Reaction : H3O^1 (-6761) + OH^-1 (-14234) -> No product +At time : 168 ns Reaction : e_aq^-1 (-1976) + H3O^1 (-6687) -> H^0 (-14303) +At time : 169 ns Reaction : H3O^1 (-7129) + OH^-1 (-14272) -> No product +At time : 169 ns Reaction : OH^0 (-14148) + e_aq^-1 (-4673) -> OH^-1 (-14304) +At time : 169 ns Reaction : H3O^1 (-7071) + OH^-1 (-13998) -> No product +At time : 170 ns Reaction : H^0 (-14067) + OH^0 (-8546) -> No product +At time : 170 ns Reaction : e_aq^-1 (-4920) + H3O^1 (-6173) -> H^0 (-14305) +At time : 172 ns Reaction : H^0 (-12582) + OH^0 (-13148) -> No product +At time : 172 ns Reaction : e_aq^-1 (-5231) + H3O^1 (-8195) -> H^0 (-14306) +At time : 173 ns Reaction : e_aq^-1 (-5418) + H3O^1 (-7353) -> H^0 (-14307) +At time : 174 ns Reaction : H2O2^0 (-11491) + e_aq^-1 (-4005) -> OH^-1 (-14308) + OH^0 (-14309) +At time : 175 ns Reaction : e_aq^-1 (-5272) + OH^0 (-7252) -> OH^-1 (-14310) +At time : 176 ns Reaction : OH^0 (-10446) + e_aq^-1 (-5628) -> OH^-1 (-14311) +At time : 177 ns Reaction : OH^-1 (-13961) + H3O^1 (-8628) -> No product +At time : 178 ns Reaction : OH^0 (-6450) + OH^0 (-7744) -> H2O2^0 (-14312) +At time : 179 ns Reaction : H2O2^0 (-11382) + e_aq^-1 (-4198) -> OH^-1 (-14313) + OH^0 (-14314) +At time : 179 ns Reaction : e_aq^-1 (-3510) + H3O^1 (-7701) -> H^0 (-14315) +At time : 180 ns Reaction : e_aq^-1 (-5623) + H3O^1 (-6113) -> H^0 (-14316) +At time : 181 ns Reaction : e_aq^-1 (-2565) + H3O^1 (-7653) -> H^0 (-14317) +At time : 181 ns Reaction : e_aq^-1 (-4255) + H3O^1 (-5867) -> H^0 (-14318) +At time : 182 ns Reaction : H2O2^0 (-12839) + e_aq^-1 (-5185) -> OH^-1 (-14319) + OH^0 (-14320) +At time : 182 ns Reaction : OH^0 (-11012) + H^0 (-9418) -> No product +At time : 182 ns Reaction : OH^0 (-9715) + e_aq^-1 (-2691) -> OH^-1 (-14321) +At time : 184 ns Reaction : OH^0 (-14100) + H^0 (-12617) -> No product +At time : 184 ns Reaction : H3O^1 (-11001) + OH^-1 (-14021) -> No product +At time : 184 ns Reaction : e_aq^-1 (-4561) + H2O2^0 (-13626) -> OH^-1 (-14322) + OH^0 (-14323) +At time : 184 ns Reaction : e_aq^-1 (-2151) + H2O2^0 (-11649) -> OH^-1 (-14324) + OH^0 (-14325) +At time : 184 ns Reaction : e_aq^-1 (-5236) + H^0 (-10234) -> OH^-1 (-14326) + H_2^0 (-14327) +At time : 185 ns Reaction : OH^-1 (-13934) + H3O^1 (-7611) -> No product +At time : 185 ns Reaction : e_aq^-1 (-5290) + H^0 (-12829) -> OH^-1 (-14328) + H_2^0 (-14329) +At time : 186 ns Reaction : OH^-1 (-14033) + H3O^1 (-7761) -> No product +At time : 187 ns Reaction : OH^0 (-10765) + H^0 (-13232) -> No product +At time : 187 ns Reaction : OH^0 (-6690) + H^0 (-9016) -> No product +At time : 187 ns Reaction : e_aq^-1 (-3184) + H3O^1 (-7725) -> H^0 (-14330) +At time : 188 ns Reaction : e_aq^-1 (-5100) + H3O^1 (-11096) -> H^0 (-14331) +At time : 188 ns Reaction : OH^0 (-9593) + OH^0 (-6380) -> H2O2^0 (-14332) +At time : 189 ns Reaction : e_aq^-1 (-517) + OH^0 (-14320) -> OH^-1 (-14333) +At time : 189 ns Reaction : e_aq^-1 (-4153) + OH^0 (-10868) -> OH^-1 (-14334) +At time : 190 ns Reaction : H2O2^0 (-13960) + e_aq^-1 (-3888) -> OH^-1 (-14335) + OH^0 (-14336) +At time : 190 ns Reaction : e_aq^-1 (-1408) + H3O^1 (-6875) -> H^0 (-14337) +At time : 191 ns Reaction : H3O^1 (-9832) + OH^-1 (-14177) -> No product +At time : 191 ns Reaction : OH^-1 (-14155) + H3O^1 (-7147) -> No product +At time : 191 ns Reaction : H^0 (-9503) + H^0 (-13727) -> H_2^0 (-14338) +At time : 191 ns Reaction : e_aq^-1 (-2661) + H^0 (-13127) -> OH^-1 (-14339) + H_2^0 (-14340) +At time : 191 ns Reaction : H3O^1 (-10776) + e_aq^-1 (-2365) -> H^0 (-14341) +At time : 192 ns Reaction : e_aq^-1 (-418) + H^0 (-14074) -> OH^-1 (-14342) + H_2^0 (-14343) +At time : 192 ns Reaction : OH^-1 (-13076) + H3O^1 (-6935) -> No product +At time : 193 ns Reaction : H^0 (-13496) + H^0 (-14295) -> H_2^0 (-14344) +At time : 193 ns Reaction : H2O2^0 (-11801) + e_aq^-1 (-5563) -> OH^-1 (-14345) + OH^0 (-14346) +At time : 193 ns Reaction : e_aq^-1 (-471) + H3O^1 (-8023) -> H^0 (-14347) +At time : 194 ns Reaction : H^0 (-9104) + OH^0 (-6226) -> No product +At time : 195 ns Reaction : H^0 (-13324) + OH^0 (-6848) -> No product +At time : 195 ns Reaction : H2O2^0 (-13005) + e_aq^-1 (-5073) -> OH^-1 (-14348) + OH^0 (-14349) +At time : 195 ns Reaction : e_aq^-1 (-3610) + H2O2^0 (-11658) -> OH^-1 (-14350) + OH^0 (-14351) +At time : 195 ns Reaction : OH^0 (-6098) + OH^0 (-7314) -> H2O2^0 (-14352) +At time : 196 ns Reaction : OH^-1 (-13672) + H3O^1 (-10620) -> No product +At time : 196 ns Reaction : OH^0 (-7726) + OH^0 (-8745) -> H2O2^0 (-14353) +At time : 196 ns Reaction : e_aq^-1 (-5582) + OH^0 (-7440) -> OH^-1 (-14354) +At time : 196 ns Reaction : e_aq^-1 (-2096) + H3O^1 (-6869) -> H^0 (-14355) +At time : 197 ns Reaction : e_aq^-1 (-5448) + H2O2^0 (-13957) -> OH^-1 (-14356) + OH^0 (-14357) +At time : 199 ns Reaction : OH^-1 (-14047) + H3O^1 (-6609) -> No product +At time : 199 ns Reaction : H2O2^0 (-11978) + e_aq^-1 (-4544) -> OH^-1 (-14358) + OH^0 (-14359) +At time : 200 ns Reaction : H3O^1 (-7525) + OH^-1 (-14205) -> No product +At time : 200 ns Reaction : OH^-1 (-14181) + H3O^1 (-7961) -> No product +At time : 200 ns Reaction : H3O^1 (-7111) + OH^-1 (-13865) -> No product +At time : 200 ns Reaction : H^0 (-13485) + OH^0 (-8682) -> No product +At time : 200 ns Reaction : H^0 (-9820) + H^0 (-12743) -> H_2^0 (-14360) +At time : 200 ns Reaction : e_aq^-1 (-5387) + H3O^1 (-7429) -> H^0 (-14361) +At time : 202 ns Reaction : e_aq^-1 (-4126) + H2O2^0 (-14128) -> OH^-1 (-14362) + OH^0 (-14363) +At time : 202 ns Reaction : OH^0 (-10900) + OH^0 (-13411) -> H2O2^0 (-14364) +At time : 202 ns Reaction : e_aq^-1 (-3539) + H3O^1 (-5889) -> H^0 (-14365) +At time : 203 ns Reaction : OH^-1 (-14022) + H3O^1 (-7607) -> No product +At time : 203 ns Reaction : OH^-1 (-13745) + H3O^1 (-5969) -> No product +At time : 205 ns Reaction : e_aq^-1 (-3788) + OH^0 (-14245) -> OH^-1 (-14366) +At time : 205 ns Reaction : e_aq^-1 (-4366) + OH^0 (-10838) -> OH^-1 (-14367) +At time : 205 ns Reaction : e_aq^-1 (-4411) + H3O^1 (-6995) -> H^0 (-14368) +At time : 206 ns Reaction : e_aq^-1 (-560) + H2O2^0 (-12401) -> OH^-1 (-14369) + OH^0 (-14370) +At time : 206 ns Reaction : H2O2^0 (-11558) + e_aq^-1 (-5102) -> OH^-1 (-14371) + OH^0 (-14372) +At time : 206 ns Reaction : e_aq^-1 (-5574) + e_aq^-1 (-5389) -> OH^-1 (-14373) + OH^-1 (-14374) + H_2^0 (-14375) +At time : 207 ns Reaction : OH^-1 (-14236) + H3O^1 (-8069) -> No product +At time : 207 ns Reaction : H^0 (-14003) + H^0 (-10176) -> H_2^0 (-14376) +At time : 208 ns Reaction : H^0 (-14341) + H^0 (-14042) -> H_2^0 (-14377) +At time : 208 ns Reaction : e_aq^-1 (-4439) + H2O2^0 (-12402) -> OH^-1 (-14378) + OH^0 (-14379) +At time : 208 ns Reaction : e_aq^-1 (-3946) + H3O^1 (-8412) -> H^0 (-14380) +At time : 210 ns Reaction : e_aq^-1 (-5220) + H2O2^0 (-14302) -> OH^-1 (-14381) + OH^0 (-14382) +At time : 210 ns Reaction : OH^-1 (-14117) + H3O^1 (-6945) -> No product +At time : 210 ns Reaction : OH^0 (-13124) + e_aq^-1 (-3569) -> OH^-1 (-14383) +At time : 211 ns Reaction : H^0 (-9698) + OH^0 (-13924) -> No product +At time : 212 ns Reaction : H3O^1 (-6593) + OH^-1 (-14031) -> No product +At time : 212 ns Reaction : OH^-1 (-13755) + H3O^1 (-8183) -> No product +At time : 213 ns Reaction : OH^0 (-13833) + OH^0 (-11039) -> H2O2^0 (-14384) +At time : 213 ns Reaction : H2O2^0 (-11380) + e_aq^-1 (-660) -> OH^-1 (-14385) + OH^0 (-14386) +At time : 213 ns Reaction : e_aq^-1 (-1901) + H3O^1 (-7599) -> H^0 (-14387) +At time : 214 ns Reaction : H3O^1 (-7431) + OH^-1 (-14289) -> No product +At time : 214 ns Reaction : OH^0 (-6178) + OH^0 (-8672) -> H2O2^0 (-14388) +At time : 214 ns Reaction : e_aq^-1 (-944) + H3O^1 (-8049) -> H^0 (-14389) +At time : 215 ns Reaction : H3O^1 (-5905) + OH^-1 (-13990) -> No product +At time : 215 ns Reaction : OH^0 (-10656) + H^0 (-9487) -> No product +At time : 216 ns Reaction : H^0 (-13052) + OH^0 (-8110) -> No product +At time : 216 ns Reaction : OH^0 (-9817) + OH^0 (-6716) -> H2O2^0 (-14390) +At time : 216 ns Reaction : OH^0 (-9574) + e_aq^-1 (-3676) -> OH^-1 (-14391) +At time : 217 ns Reaction : e_aq^-1 (-957) + OH^0 (-13795) -> OH^-1 (-14392) +At time : 217 ns Reaction : e_aq^-1 (-4919) + OH^0 (-13517) -> OH^-1 (-14393) +At time : 218 ns Reaction : OH^0 (-14309) + H^0 (-13389) -> No product +At time : 219 ns Reaction : OH^-1 (-13579) + H3O^1 (-8229) -> No product +At time : 219 ns Reaction : e_aq^-1 (-4317) + H3O^1 (-6825) -> H^0 (-14394) +At time : 219 ns Reaction : e_aq^-1 (-5086) + e_aq^-1 (-4737) -> OH^-1 (-14395) + OH^-1 (-14396) + H_2^0 (-14397) +At time : 220.17 ns Reaction : OH^0 (-12072) + OH^0 (-12964) -> H2O2^0 (-14398) +At time : 223.17 ns Reaction : OH^-1 (-12706) + H3O^1 (-8203) -> No product +At time : 223.17 ns Reaction : e_aq^-1 (-1050) + H3O^1 (-8003) -> H^0 (-14399) +At time : 225.17 ns Reaction : OH^-1 (-13821) + H3O^1 (-7755) -> No product +At time : 225.17 ns Reaction : e_aq^-1 (-4432) + OH^0 (-12991) -> OH^-1 (-14400) +At time : 226.17 ns Reaction : OH^-1 (-14335) + H3O^1 (-7811) -> No product +At time : 226.17 ns Reaction : H^0 (-14264) + OH^0 (-6480) -> No product +At time : 226.17 ns Reaction : OH^0 (-13502) + OH^0 (-8290) -> H2O2^0 (-14401) +At time : 226.17 ns Reaction : e_aq^-1 (-5488) + H3O^1 (-8143) -> H^0 (-14402) +At time : 227.17 ns Reaction : OH^0 (-13970) + OH^0 (-8146) -> H2O2^0 (-14403) +At time : 227.17 ns Reaction : H2O2^0 (-12518) + e_aq^-1 (-5380) -> OH^-1 (-14404) + OH^0 (-14405) +At time : 228.17 ns Reaction : H3O^1 (-10286) + OH^-1 (-14348) -> No product +At time : 228.17 ns Reaction : H^0 (-12621) + H^0 (-13173) -> H_2^0 (-14406) +At time : 228.17 ns Reaction : OH^-1 (-13104) + H3O^1 (-6625) -> No product +At time : 228.17 ns Reaction : H2O2^0 (-12392) + e_aq^-1 (-8521) -> OH^-1 (-14407) + OH^0 (-14408) +At time : 228.17 ns Reaction : e_aq^-1 (-2533) + e_aq^-1 (-3972) -> OH^-1 (-14409) + OH^-1 (-14410) + H_2^0 (-14411) +At time : 229.17 ns Reaction : H3O^1 (-9679) + OH^-1 (-13972) -> No product +At time : 230.17 ns Reaction : H^0 (-13725) + OH^0 (-8492) -> No product +At time : 230.17 ns Reaction : H^0 (-10495) + H^0 (-13669) -> H_2^0 (-14412) +At time : 230.17 ns Reaction : OH^-1 (-12901) + H3O^1 (-6155) -> No product +At time : 230.17 ns Reaction : e_aq^-1 (-4667) + OH^0 (-8650) -> OH^-1 (-14413) +At time : 232.17 ns Reaction : H^0 (-13424) + OH^0 (-14382) -> No product +At time : 232.17 ns Reaction : OH^0 (-11171) + OH^0 (-7308) -> H2O2^0 (-14414) +At time : 233.17 ns Reaction : OH^0 (-14325) + e_aq^-1 (-2271) -> OH^-1 (-14415) +At time : 233.17 ns Reaction : H2O2^0 (-12652) + e_aq^-1 (-4889) -> OH^-1 (-14416) + OH^0 (-14417) +At time : 233.17 ns Reaction : e_aq^-1 (-5457) + H2O2^0 (-11795) -> OH^-1 (-14418) + OH^0 (-14419) +At time : 233.17 ns Reaction : H^0 (-10918) + OH^0 (-9840) -> No product +At time : 234.17 ns Reaction : OH^-1 (-14247) + H3O^1 (-7337) -> No product +At time : 236.17 ns Reaction : e_aq^-1 (-679) + H3O^1 (-7069) -> H^0 (-14420) +At time : 237.17 ns Reaction : e_aq^-1 (-4686) + H2O2^0 (-14292) -> OH^-1 (-14421) + OH^0 (-14422) +At time : 237.17 ns Reaction : H3O^1 (-10778) + e_aq^-1 (-3997) -> H^0 (-14423) +At time : 238.17 ns Reaction : e_aq^-1 (-3818) + H3O^1 (-10743) -> H^0 (-14424) +At time : 239.17 ns Reaction : H^0 (-14238) + OH^0 (-9309) -> No product +At time : 240.17 ns Reaction : OH^0 (-5972) + H^0 (-12619) -> No product +At time : 241.17 ns Reaction : H^0 (-14347) + e_aq^-1 (-4952) -> OH^-1 (-14425) + H_2^0 (-14426) +At time : 241.17 ns Reaction : OH^-1 (-14015) + H3O^1 (-7983) -> No product +At time : 241.17 ns Reaction : e_aq^-1 (-591) + H2O2^0 (-11755) -> OH^-1 (-14427) + OH^0 (-14428) +At time : 241.17 ns Reaction : H3O^1 (-9419) + e_aq^-1 (-4808) -> H^0 (-14429) +At time : 241.17 ns Reaction : e_aq^-1 (-3692) + OH^0 (-6296) -> OH^-1 (-14430) +At time : 243.17 ns Reaction : H3O^1 (-10120) + OH^-1 (-14396) -> No product +At time : 244.17 ns Reaction : OH^0 (-9148) + e_aq^-1 (-3451) -> OH^-1 (-14431) +At time : 245.17 ns Reaction : H3O^1 (-9794) + e_aq^-1 (-2129) -> H^0 (-14432) +At time : 246.17 ns Reaction : H2O2^0 (-11857) + e_aq^-1 (-4705) -> OH^-1 (-14433) + OH^0 (-14434) +At time : 246.17 ns Reaction : e_aq^-1 (-5432) + H3O^1 (-8910) -> H^0 (-14435) +At time : 249.17 ns Reaction : OH^0 (-11042) + H^0 (-12920) -> No product +At time : 250.17 ns Reaction : H^0 (-9835) + OH^0 (-10584) -> No product +At time : 250.17 ns Reaction : H^0 (-9907) + OH^0 (-6768) -> No product +At time : 251.17 ns Reaction : OH^-1 (-14395) + H3O^1 (-7531) -> No product +At time : 251.17 ns Reaction : H3O^1 (-10484) + OH^-1 (-13696) -> No product +At time : 251.17 ns Reaction : e_aq^-1 (-929) + H^0 (-12884) -> OH^-1 (-14436) + H_2^0 (-14437) +At time : 251.17 ns Reaction : e_aq^-1 (-2170) + H2O2^0 (-12872) -> OH^-1 (-14438) + OH^0 (-14439) +At time : 252.17 ns Reaction : H3O^1 (-9498) + OH^-1 (-14189) -> No product +At time : 252.17 ns Reaction : H^0 (-10487) + OH^0 (-11093) -> No product +At time : 254.17 ns Reaction : H3O^1 (-9659) + e_aq^-1 (-2514) -> H^0 (-14440) +At time : 256.17 ns Reaction : OH^-1 (-13839) + H3O^1 (-6629) -> No product +At time : 257.17 ns Reaction : OH^-1 (-13363) + H3O^1 (-5827) -> No product +At time : 257.17 ns Reaction : H3O^1 (-9588) + e_aq^-1 (-2820) -> H^0 (-14441) +At time : 257.17 ns Reaction : OH^0 (-6974) + OH^0 (-8849) -> H2O2^0 (-14442) +At time : 258.17 ns Reaction : OH^0 (-9760) + OH^0 (-9619) -> H2O2^0 (-14443) +At time : 259.17 ns Reaction : H3O^1 (-10729) + OH^-1 (-13783) -> No product +At time : 260.17 ns Reaction : OH^-1 (-14438) + H3O^1 (-8352) -> No product +At time : 261.17 ns Reaction : H^0 (-13837) + H^0 (-12631) -> H_2^0 (-14444) +At time : 261.17 ns Reaction : e_aq^-1 (-761) + H^0 (-12591) -> OH^-1 (-14445) + H_2^0 (-14446) +At time : 263.17 ns Reaction : OH^0 (-13710) + OH^0 (-8683) -> H2O2^0 (-14447) +At time : 263.17 ns Reaction : H^0 (-13595) + OH^0 (-6776) -> No product +At time : 263.17 ns Reaction : H^0 (-12594) + H^0 (-12944) -> H_2^0 (-14448) +At time : 264.17 ns Reaction : OH^-1 (-12404) + H3O^1 (-7421) -> No product +At time : 264.17 ns Reaction : H3O^1 (-9173) + e_aq^-1 (-3283) -> H^0 (-14449) +At time : 265.17 ns Reaction : H^0 (-14318) + e_aq^-1 (-2281) -> OH^-1 (-14450) + H_2^0 (-14451) +At time : 266.17 ns Reaction : e_aq^-1 (-1826) + H2O2^0 (-13515) -> OH^-1 (-14452) + OH^0 (-14453) +At time : 266.17 ns Reaction : H^0 (-9692) + OH^0 (-12012) -> No product +At time : 267.17 ns Reaction : OH^-1 (-13955) + H3O^1 (-6659) -> No product +At time : 267.17 ns Reaction : H^0 (-13511) + H^0 (-11938) -> H_2^0 (-14454) +At time : 268.17 ns Reaction : H3O^1 (-11154) + OH^-1 (-13902) -> No product +At time : 268.17 ns Reaction : OH^0 (-10708) + H^0 (-13306) -> No product +At time : 270.17 ns Reaction : OH^-1 (-14427) + H3O^1 (-7235) -> No product +At time : 271.17 ns Reaction : e_aq^-1 (-2199) + H3O^1 (-6765) -> H^0 (-14455) +At time : 272.17 ns Reaction : H3O^1 (-9777) + OH^-1 (-14209) -> No product +At time : 272.17 ns Reaction : e_aq^-1 (-615) + H2O2^0 (-12519) -> OH^-1 (-14456) + OH^0 (-14457) +At time : 273.17 ns Reaction : e_aq^-1 (-4538) + H^0 (-14142) -> OH^-1 (-14458) + H_2^0 (-14459) +At time : 274.17 ns Reaction : OH^0 (-7400) + OH^0 (-11275) -> H2O2^0 (-14460) +At time : 275.17 ns Reaction : e_aq^-1 (-4055) + H2O2^0 (-12246) -> OH^-1 (-14461) + OH^0 (-14462) +At time : 275.17 ns Reaction : OH^0 (-9852) + OH^0 (-8519) -> H2O2^0 (-14463) +At time : 275.17 ns Reaction : e_aq^-1 (-3826) + H3O^1 (-9802) -> H^0 (-14464) +At time : 275.17 ns Reaction : e_aq^-1 (-2127) + OH^0 (-7880) -> OH^-1 (-14465) +At time : 276.17 ns Reaction : e_aq^-1 (-5288) + H2O2^0 (-11714) -> OH^-1 (-14466) + OH^0 (-14467) +At time : 276.17 ns Reaction : H2O2^0 (-11398) + e_aq^-1 (-2392) -> OH^-1 (-14468) + OH^0 (-14469) +At time : 278.17 ns Reaction : e_aq^-1 (-5349) + H^0 (-14305) -> OH^-1 (-14470) + H_2^0 (-14471) +At time : 278.17 ns Reaction : OH^0 (-10181) + H^0 (-13635) -> No product +At time : 278.17 ns Reaction : OH^0 (-10746) + H^0 (-13551) -> No product +At time : 280.17 ns Reaction : e_aq^-1 (-72) + H3O^1 (-8315) -> H^0 (-14472) +At time : 281.17 ns Reaction : OH^-1 (-13556) + H3O^1 (-7399) -> No product +At time : 281.17 ns Reaction : e_aq^-1 (-3840) + H3O^1 (-7861) -> H^0 (-14473) +At time : 282.17 ns Reaction : e_aq^-1 (-4145) + H3O^1 (-6777) -> H^0 (-14474) +At time : 283.17 ns Reaction : H^0 (-9259) + OH^0 (-13154) -> No product +At time : 284.17 ns Reaction : H^0 (-14280) + OH^0 (-13447) -> No product +At time : 284.17 ns Reaction : OH^0 (-9134) + OH^0 (-11135) -> H2O2^0 (-14475) +At time : 288.17 ns Reaction : OH^0 (-10182) + H^0 (-14307) -> No product +At time : 288.17 ns Reaction : e_aq^-1 (-2593) + H3O^1 (-6545) -> H^0 (-14476) +At time : 289.17 ns Reaction : H3O^1 (-6883) + OH^-1 (-14270) -> No product +At time : 290.17 ns Reaction : OH^0 (-9417) + H^0 (-9408) -> No product +At time : 291.17 ns Reaction : OH^0 (-9156) + OH^0 (-9171) -> H2O2^0 (-14477) +At time : 292.17 ns Reaction : OH^-1 (-14086) + H3O^1 (-7511) -> No product +At time : 292.17 ns Reaction : OH^0 (-13067) + e_aq^-1 (-3562) -> OH^-1 (-14478) +At time : 292.17 ns Reaction : e_aq^-1 (-2059) + H3O^1 (-8799) -> H^0 (-14479) +At time : 292.17 ns Reaction : e_aq^-1 (-912) + e_aq^-1 (-4579) -> OH^-1 (-14480) + OH^-1 (-14481) + H_2^0 (-14482) +At time : 293.17 ns Reaction : H^0 (-12750) + H^0 (-14331) -> H_2^0 (-14483) +At time : 293.17 ns Reaction : OH^0 (-10290) + OH^0 (-6112) -> H2O2^0 (-14484) +At time : 293.17 ns Reaction : e_aq^-1 (-5176) + OH^0 (-8384) -> OH^-1 (-14485) +At time : 294.17 ns Reaction : OH^0 (-14288) + e_aq^-1 (-4085) -> OH^-1 (-14486) +At time : 294.17 ns Reaction : e_aq^-1 (-5065) + H3O^1 (-8149) -> H^0 (-14487) +At time : 295.17 ns Reaction : H3O^1 (-10198) + OH^-1 (-14258) -> No product +At time : 295.17 ns Reaction : H3O^1 (-11192) + OH^-1 (-13862) -> No product +At time : 295.17 ns Reaction : H3O^1 (-7795) + OH^-1 (-13771) -> No product +At time : 295.17 ns Reaction : H^0 (-9166) + H^0 (-12662) -> H_2^0 (-14488) +At time : 295.17 ns Reaction : e_aq^-1 (-4680) + e_aq^-1 (-4775) -> OH^-1 (-14489) + OH^-1 (-14490) + H_2^0 (-14491) +At time : 296.17 ns Reaction : H^0 (-9122) + OH^0 (-5718) -> No product +At time : 298.17 ns Reaction : H^0 (-13917) + H^0 (-14170) -> H_2^0 (-14492) +At time : 300.17 ns Reaction : H3O^1 (-10023) + OH^-1 (-12986) -> No product +At time : 302.17 ns Reaction : H3O^1 (-10372) + OH^-1 (-12340) -> No product +At time : 302.17 ns Reaction : H2O2^0 (-11932) + e_aq^-1 (-5636) -> OH^-1 (-14493) + OH^0 (-14494) +At time : 303.17 ns Reaction : H^0 (-12875) + H^0 (-13476) -> H_2^0 (-14495) +At time : 304.17 ns Reaction : OH^-1 (-14020) + H3O^1 (-8784) -> No product +At time : 305.17 ns Reaction : H3O^1 (-6819) + OH^-1 (-14091) -> No product +At time : 305.17 ns Reaction : e_aq^-1 (-1169) + H2O2^0 (-13010) -> OH^-1 (-14496) + OH^0 (-14497) +At time : 305.17 ns Reaction : H3O^1 (-11079) + e_aq^-1 (-4488) -> H^0 (-14498) +At time : 306.17 ns Reaction : OH^-1 (-13872) + H3O^1 (-7017) -> No product +At time : 306.17 ns Reaction : H^0 (-13474) + e_aq^-1 (-3613) -> OH^-1 (-14499) + H_2^0 (-14500) +At time : 306.17 ns Reaction : e_aq^-1 (-2349) + e_aq^-1 (-3721) -> OH^-1 (-14501) + OH^-1 (-14502) + H_2^0 (-14503) +At time : 307.17 ns Reaction : OH^-1 (-14413) + H3O^1 (-7509) -> No product +At time : 307.17 ns Reaction : OH^0 (-14346) + H^0 (-14179) -> No product +At time : 309.17 ns Reaction : OH^0 (-11071) + OH^0 (-14405) -> H2O2^0 (-14504) +At time : 309.17 ns Reaction : H^0 (-11004) + H^0 (-13838) -> H_2^0 (-14505) +At time : 310.17 ns Reaction : H2O2^0 (-13726) + e_aq^-1 (-1986) -> OH^-1 (-14506) + OH^0 (-14507) +At time : 310.17 ns Reaction : e_aq^-1 (-5321) + H3O^1 (-8223) -> H^0 (-14508) +At time : 311.17 ns Reaction : H2O2^0 (-11847) + e_aq^-1 (-2617) -> OH^-1 (-14509) + OH^0 (-14510) +At time : 312.17 ns Reaction : H3O^1 (-6949) + OH^-1 (-14496) -> No product +At time : 314.17 ns Reaction : OH^-1 (-13728) + H3O^1 (-7657) -> No product +At time : 314.17 ns Reaction : e_aq^-1 (-5484) + H3O^1 (-8901) -> H^0 (-14511) +At time : 316.17 ns Reaction : e_aq^-1 (-4382) + H^0 (-14175) -> OH^-1 (-14512) + H_2^0 (-14513) +At time : 316.17 ns Reaction : e_aq^-1 (-2637) + H2O2^0 (-11965) -> OH^-1 (-14514) + OH^0 (-14515) +At time : 317.17 ns Reaction : e_aq^-1 (-641) + H3O^1 (-7259) -> H^0 (-14516) +At time : 319.17 ns Reaction : OH^-1 (-14456) + H3O^1 (-8177) -> No product +At time : 319.17 ns Reaction : OH^-1 (-14304) + H3O^1 (-8568) -> No product +At time : 319.17 ns Reaction : OH^0 (-5870) + OH^0 (-8971) -> H2O2^0 (-14517) +At time : 319.17 ns Reaction : e_aq^-1 (-5511) + OH^0 (-8951) -> OH^-1 (-14518) +At time : 321.17 ns Reaction : e_aq^-1 (-3674) + OH^0 (-6456) -> OH^-1 (-14519) +At time : 324.17 ns Reaction : e_aq^-1 (-2941) + e_aq^-1 (-3533) -> OH^-1 (-14520) + OH^-1 (-14521) + H_2^0 (-14522) +At time : 325.17 ns Reaction : OH^-1 (-14452) + H3O^1 (-7097) -> No product +At time : 325.17 ns Reaction : OH^-1 (-13719) + H3O^1 (-8541) -> No product +At time : 325.17 ns Reaction : e_aq^-1 (-5362) + H^0 (-12497) -> OH^-1 (-14523) + H_2^0 (-14524) +At time : 327.17 ns Reaction : H^0 (-12316) + OH^0 (-14336) -> No product +At time : 327.17 ns Reaction : e_aq^-1 (-2057) + H2O2^0 (-12140) -> OH^-1 (-14525) + OH^0 (-14526) +At time : 328.17 ns Reaction : H3O^1 (-10727) + OH^-1 (-14201) -> No product +At time : 328.17 ns Reaction : e_aq^-1 (-3815) + OH^0 (-5778) -> OH^-1 (-14527) +At time : 329.17 ns Reaction : OH^-1 (-14024) + H3O^1 (-6163) -> No product +At time : 330.17 ns Reaction : e_aq^-1 (-3775) + H^0 (-14317) -> OH^-1 (-14528) + H_2^0 (-14529) +At time : 331.17 ns Reaction : H^0 (-11095) + H^0 (-14402) -> H_2^0 (-14530) +At time : 332.17 ns Reaction : OH^0 (-7496) + OH^0 (-14386) -> H2O2^0 (-14531) +At time : 335.17 ns Reaction : H3O^1 (-10939) + OH^-1 (-14265) -> No product +At time : 336.17 ns Reaction : OH^-1 (-14108) + H3O^1 (-7275) -> No product +At time : 338.36 ns Reaction : H^0 (-14157) + e_aq^-1 (-3034) -> OH^-1 (-14532) + H_2^0 (-14533) +At time : 339.36 ns Reaction : OH^0 (-14453) + OH^0 (-9069) -> H2O2^0 (-14534) +At time : 340.36 ns Reaction : H^0 (-10916) + e_aq^-1 (-4824) -> OH^-1 (-14535) + H_2^0 (-14536) +At time : 341.36 ns Reaction : OH^0 (-12319) + H^0 (-14315) -> No product +At time : 341.36 ns Reaction : H3O^1 (-5907) + OH^-1 (-14244) -> No product +At time : 341.36 ns Reaction : OH^0 (-6936) + H^0 (-8954) -> No product +At time : 342.36 ns Reaction : OH^-1 (-14342) + H3O^1 (-6087) -> No product +At time : 344.36 ns Reaction : e_aq^-1 (-3661) + H3O^1 (-6495) -> H^0 (-14537) +At time : 345.36 ns Reaction : OH^0 (-11010) + H^0 (-13982) -> No product +At time : 346.36 ns Reaction : OH^-1 (-14078) + H3O^1 (-8329) -> No product +At time : 346.36 ns Reaction : H^0 (-13701) + e_aq^-1 (-2601) -> OH^-1 (-14538) + H_2^0 (-14539) +At time : 346.36 ns Reaction : e_aq^-1 (-4613) + H3O^1 (-7157) -> H^0 (-14540) +At time : 348.36 ns Reaction : OH^0 (-5982) + OH^0 (-8684) -> H2O2^0 (-14541) +At time : 348.36 ns Reaction : e_aq^-1 (-733) + H3O^1 (-7281) -> H^0 (-14542) +At time : 350.36 ns Reaction : H^0 (-14479) + H^0 (-12830) -> H_2^0 (-14543) +At time : 350.36 ns Reaction : OH^0 (-14469) + OH^0 (-7840) -> H2O2^0 (-14544) +At time : 350.36 ns Reaction : e_aq^-1 (-5410) + H3O^1 (-7485) -> H^0 (-14545) +At time : 351.36 ns Reaction : e_aq^-1 (-2305) + H^0 (-13157) -> OH^-1 (-14546) + H_2^0 (-14547) +At time : 354.26 ns Reaction : e_aq^-1 (-5665) + OH^0 (-7346) -> OH^-1 (-14548) +At time : 355.26 ns Reaction : e_aq^-1 (-5699) + e_aq^-1 (-5462) -> OH^-1 (-14549) + OH^-1 (-14550) + H_2^0 (-14551) +At time : 359.26 ns Reaction : OH^0 (-14349) + OH^0 (-7216) -> H2O2^0 (-14552) +At time : 360.26 ns Reaction : H3O^1 (-9689) + OH^-1 (-14180) -> No product +At time : 360.26 ns Reaction : e_aq^-1 (-2749) + H3O^1 (-7647) -> H^0 (-14553) +At time : 362.26 ns Reaction : H3O^1 (-9354) + OH^-1 (-14311) -> No product +At time : 364.26 ns Reaction : OH^0 (-14439) + OH^0 (-7640) -> H2O2^0 (-14554) +At time : 364.26 ns Reaction : H3O^1 (-6195) + OH^-1 (-14056) -> No product +At time : 364.26 ns Reaction : e_aq^-1 (-4874) + H3O^1 (-8199) -> H^0 (-14555) +At time : 367.26 ns Reaction : OH^0 (-9948) + OH^0 (-14208) -> H2O2^0 (-14556) +At time : 367.26 ns Reaction : H^0 (-12321) + OH^0 (-14120) -> No product +At time : 367.26 ns Reaction : OH^0 (-10370) + OH^0 (-14066) -> H2O2^0 (-14557) +At time : 367.26 ns Reaction : e_aq^-1 (-4882) + H2O2^0 (-13440) -> OH^-1 (-14558) + OH^0 (-14559) +At time : 368.26 ns Reaction : OH^-1 (-14334) + H3O^1 (-8511) -> No product +At time : 369.26 ns Reaction : OH^-1 (-14465) + H3O^1 (-6703) -> No product +At time : 369.26 ns Reaction : H^0 (-12958) + e_aq^-1 (-4510) -> OH^-1 (-14560) + H_2^0 (-14561) +At time : 369.26 ns Reaction : e_aq^-1 (-4378) + H2O2^0 (-11914) -> OH^-1 (-14562) + OH^0 (-14563) +At time : 370.26 ns Reaction : e_aq^-1 (-4931) + H2O2^0 (-11492) -> OH^-1 (-14564) + OH^0 (-14565) +At time : 371.26 ns Reaction : OH^0 (-14563) + OH^0 (-6782) -> H2O2^0 (-14566) +At time : 371.26 ns Reaction : OH^0 (-10678) + OH^0 (-9488) -> H2O2^0 (-14567) +At time : 372.26 ns Reaction : OH^0 (-14150) + OH^0 (-6944) -> H2O2^0 (-14568) +At time : 372.26 ns Reaction : e_aq^-1 (-2796) + OH^0 (-8525) -> OH^-1 (-14569) +At time : 378.26 ns Reaction : OH^-1 (-14259) + H3O^1 (-7403) -> No product +At time : 379.26 ns Reaction : e_aq^-1 (-202) + H3O^1 (-10256) -> H^0 (-14570) +At time : 381.26 ns Reaction : OH^0 (-14363) + OH^0 (-5930) -> H2O2^0 (-14571) +At time : 382.26 ns Reaction : OH^-1 (-14176) + H3O^1 (-8325) -> No product +At time : 383.26 ns Reaction : e_aq^-1 (-1238) + OH^0 (-8963) -> OH^-1 (-14572) +At time : 384.26 ns Reaction : H3O^1 (-9340) + OH^-1 (-12423) -> No product +At time : 384.26 ns Reaction : OH^0 (-8387) + H^0 (-9060) -> No product +At time : 385.26 ns Reaction : e_aq^-1 (-1683) + H2O2^0 (-12693) -> OH^-1 (-14573) + OH^0 (-14574) +At time : 386.26 ns Reaction : OH^-1 (-14110) + H3O^1 (-7557) -> No product +At time : 387.26 ns Reaction : e_aq^-1 (-4973) + OH^0 (-13257) -> OH^-1 (-14575) +At time : 387.26 ns Reaction : e_aq^-1 (-5453) + H3O^1 (-7099) -> H^0 (-14576) +At time : 388.26 ns Reaction : OH^-1 (-14525) + H3O^1 (-7929) -> No product +At time : 388.26 ns Reaction : OH^0 (-14370) + OH^0 (-7270) -> H2O2^0 (-14577) +At time : 390.26 ns Reaction : H^0 (-13706) + OH^0 (-9558) -> No product +At time : 394.26 ns Reaction : OH^-1 (-13900) + H3O^1 (-6513) -> No product +At time : 395.26 ns Reaction : H3O^1 (-9606) + OH^-1 (-14509) -> No product +At time : 395.26 ns Reaction : e_aq^-1 (-5455) + H3O^1 (-7307) -> H^0 (-14578) +At time : 398.26 ns Reaction : OH^0 (-9867) + H^0 (-14394) -> No product +At time : 398.26 ns Reaction : H^0 (-14355) + OH^0 (-9803) -> No product +At time : 398.26 ns Reaction : e_aq^-1 (-4594) + H2O2^0 (-11446) -> OH^-1 (-14579) + OH^0 (-14580) +At time : 398.26 ns Reaction : e_aq^-1 (-5367) + H3O^1 (-8009) -> H^0 (-14581) +At time : 399.26 ns Reaction : e_aq^-1 (-2595) + OH^0 (-6598) -> OH^-1 (-14582) +At time : 401.26 ns Reaction : OH^0 (-9475) + H^0 (-8998) -> No product +At time : 404.26 ns Reaction : OH^-1 (-14172) + H3O^1 (-6669) -> No product +At time : 404.26 ns Reaction : e_aq^-1 (-5297) + H2O2^0 (-12081) -> OH^-1 (-14583) + OH^0 (-14584) +At time : 404.26 ns Reaction : e_aq^-1 (-592) + OH^0 (-7160) -> OH^-1 (-14585) +At time : 405.26 ns Reaction : OH^-1 (-14538) + H3O^1 (-9851) -> No product +At time : 406.26 ns Reaction : e_aq^-1 (-4501) + H2O2^0 (-11444) -> OH^-1 (-14586) + OH^0 (-14587) +At time : 408.26 ns Reaction : OH^-1 (-14409) + H3O^1 (-6603) -> No product +At time : 414.26 ns Reaction : OH^0 (-6778) + H^0 (-14131) -> No product +At time : 414.26 ns Reaction : OH^0 (-10502) + H^0 (-12172) -> No product +At time : 416.26 ns Reaction : H3O^1 (-7297) + OH^-1 (-14549) -> No product +At time : 416.26 ns Reaction : OH^-1 (-14367) + H3O^1 (-6747) -> No product +At time : 418.26 ns Reaction : OH^-1 (-14468) + H3O^1 (-8796) -> No product +At time : 418.26 ns Reaction : OH^0 (-14457) + H^0 (-14399) -> No product +At time : 418.26 ns Reaction : OH^0 (-6658) + OH^0 (-7810) -> H2O2^0 (-14588) +At time : 421.26 ns Reaction : OH^-1 (-14324) + H3O^1 (-7879) -> No product +At time : 425.26 ns Reaction : e_aq^-1 (-1324) + OH^0 (-8016) -> OH^-1 (-14589) +At time : 427.26 ns Reaction : H^0 (-13325) + H^0 (-11759) -> H_2^0 (-14590) +At time : 427.26 ns Reaction : OH^-1 (-14013) + H3O^1 (-8757) -> No product +At time : 430.26 ns Reaction : OH^-1 (-14296) + H3O^1 (-7625) -> No product +At time : 435.26 ns Reaction : H3O^1 (-9935) + OH^-1 (-13923) -> No product +At time : 436.26 ns Reaction : OH^-1 (-13980) + H3O^1 (-5823) -> No product +At time : 438.26 ns Reaction : H3O^1 (-8167) + OH^-1 (-13830) -> No product +At time : 444.26 ns Reaction : H^0 (-14555) + OH^0 (-14240) -> No product +At time : 446.26 ns Reaction : OH^0 (-9197) + OH^0 (-9001) -> H2O2^0 (-14591) +At time : 447.26 ns Reaction : OH^0 (-7130) + OH^0 (-8038) -> H2O2^0 (-14592) +At time : 448.26 ns Reaction : H3O^1 (-10597) + OH^-1 (-14203) -> No product +At time : 451.26 ns Reaction : H^0 (-13329) + e_aq^-1 (-4836) -> OH^-1 (-14593) + H_2^0 (-14594) +At time : 454.26 ns Reaction : H3O^1 (-10811) + OH^-1 (-14279) -> No product +At time : 459.26 ns Reaction : H^0 (-12435) + OH^0 (-7752) -> No product +At time : 459.26 ns Reaction : OH^0 (-9502) + OH^0 (-9497) -> H2O2^0 (-14595) +At time : 462.26 ns Reaction : H^0 (-13465) + OH^0 (-7778) -> No product +At time : 463.26 ns Reaction : e_aq^-1 (-5707) + H^0 (-14511) -> OH^-1 (-14596) + H_2^0 (-14597) +At time : 463.26 ns Reaction : OH^0 (-14253) + OH^0 (-13986) -> H2O2^0 (-14598) +At time : 463.26 ns Reaction : e_aq^-1 (-5631) + H2O2^0 (-13777) -> OH^-1 (-14599) + OH^0 (-14600) +At time : 465.26 ns Reaction : H3O^1 (-6787) + OH^-1 (-14535) -> No product +At time : 465.26 ns Reaction : H3O^1 (-6303) + OH^-1 (-14268) -> No product +At time : 477.26 ns Reaction : OH^-1 (-14195) + H3O^1 (-6167) -> No product +At time : 483.26 ns Reaction : OH^-1 (-14241) + H3O^1 (-5989) -> No product +At time : 486.26 ns Reaction : e_aq^-1 (-4754) + H2O2^0 (-14184) -> OH^-1 (-14601) + OH^0 (-14602) +At time : 488.26 ns Reaction : e_aq^-1 (-273) + OH^0 (-5727) -> OH^-1 (-14603) +At time : 489.26 ns Reaction : H3O^1 (-6273) + OH^-1 (-14383) -> No product +At time : 489.26 ns Reaction : OH^-1 (-13799) + H3O^1 (-8115) -> No product +At time : 493.26 ns Reaction : H^0 (-9598) + OH^0 (-6594) -> No product +At time : 498.26 ns Reaction : OH^0 (-10058) + OH^0 (-14379) -> H2O2^0 (-14604) +At time : 498.26 ns Reaction : H3O^1 (-6779) + OH^-1 (-14207) -> No product +At time : 498.26 ns Reaction : H3O^1 (-10863) + OH^-1 (-14198) -> No product +At time : 499.26 ns Reaction : H^0 (-14440) + OH^0 (-13574) -> No product +At time : 499.26 ns Reaction : OH^-1 (-13162) + H3O^1 (-8313) -> No product +At time : 501.87 ns Reaction : OH^0 (-11016) + H^0 (-14516) -> No product +At time : 501.87 ns Reaction : OH^-1 (-12513) + H3O^1 (-6727) -> No product +At time : 504.87 ns Reaction : e_aq^-1 (-3568) + H3O^1 (-6235) -> H^0 (-14605) +At time : 506.87 ns Reaction : OH^0 (-14419) + OH^0 (-8908) -> H2O2^0 (-14606) +At time : 510.87 ns Reaction : H^0 (-10674) + OH^0 (-13024) -> No product +At time : 516.87 ns Reaction : H3O^1 (-5841) + OH^-1 (-14076) -> No product +At time : 516.87 ns Reaction : OH^-1 (-14028) + H3O^1 (-8679) -> No product +At time : 516.87 ns Reaction : e_aq^-1 (-3841) + OH^0 (-6612) -> OH^-1 (-14607) +At time : 517.87 ns Reaction : OH^-1 (-13781) + H3O^1 (-6221) -> No product +At time : 517.87 ns Reaction : e_aq^-1 (-2587) + H2O2^0 (-12131) -> OH^-1 (-14608) + OH^0 (-14609) +At time : 517.87 ns Reaction : OH^0 (-11173) + OH^0 (-7342) -> H2O2^0 (-14610) +At time : 523.87 ns Reaction : e_aq^-1 (-4750) + OH^0 (-7490) -> OH^-1 (-14611) +At time : 527.87 ns Reaction : OH^-1 (-14575) + H3O^1 (-7935) -> No product +At time : 531.87 ns Reaction : OH^-1 (-14391) + H3O^1 (-10735) -> No product +At time : 531.87 ns Reaction : H2O2^0 (-11524) + e_aq^-1 (-1579) -> OH^-1 (-14612) + OH^0 (-14613) +At time : 533.87 ns Reaction : H^0 (-13691) + e_aq^-1 (-4659) -> OH^-1 (-14614) + H_2^0 (-14615) +At time : 535.87 ns Reaction : H3O^1 (-9931) + e_aq^-1 (-4188) -> H^0 (-14616) +At time : 539.87 ns Reaction : e_aq^-1 (-3524) + H3O^1 (-6395) -> H^0 (-14617) +At time : 541.87 ns Reaction : H^0 (-14316) + H^0 (-13098) -> H_2^0 (-14618) +At time : 542.87 ns Reaction : e_aq^-1 (-4214) + H^0 (-14010) -> OH^-1 (-14619) + H_2^0 (-14620) +At time : 542.87 ns Reaction : e_aq^-1 (-147) + OH^0 (-5715) -> OH^-1 (-14621) +At time : 544.87 ns Reaction : OH^-1 (-14415) + H3O^1 (-7729) -> No product +At time : 547.87 ns Reaction : OH^0 (-13469) + H^0 (-13602) -> No product +At time : 548.87 ns Reaction : OH^0 (-12413) + OH^0 (-6384) -> H2O2^0 (-14622) +At time : 555.87 ns Reaction : e_aq^-1 (-27) + OH^0 (-14290) -> OH^-1 (-14623) +At time : 555.87 ns Reaction : OH^-1 (-14282) + H3O^1 (-6975) -> No product +At time : 561.87 ns Reaction : OH^-1 (-14490) + H3O^1 (-6675) -> No product +At time : 562.87 ns Reaction : H^0 (-14476) + OH^0 (-14408) -> No product +At time : 565.87 ns Reaction : OH^-1 (-13593) + H3O^1 (-8691) -> No product +At time : 566.87 ns Reaction : e_aq^-1 (-3738) + e_aq^-1 (-3726) -> OH^-1 (-14624) + OH^-1 (-14625) + H_2^0 (-14626) +At time : 567.87 ns Reaction : OH^0 (-14213) + H^0 (-14154) -> No product +At time : 568.87 ns Reaction : OH^0 (-14233) + OH^0 (-13471) -> H2O2^0 (-14627) +At time : 573.87 ns Reaction : H^0 (-12667) + OH^0 (-6096) -> No product +At time : 574.87 ns Reaction : H^0 (-10066) + OH^0 (-10012) -> No product +At time : 575.87 ns Reaction : H^0 (-14429) + OH^0 (-7998) -> No product +At time : 581.87 ns Reaction : OH^-1 (-13731) + H3O^1 (-7207) -> No product +At time : 582.87 ns Reaction : OH^0 (-10030) + OH^0 (-13292) -> H2O2^0 (-14628) +At time : 588.87 ns Reaction : OH^-1 (-13930) + H3O^1 (-5917) -> No product +At time : 599.89 ns Reaction : OH^-1 (-14608) + H3O^1 (-6783) -> No product +At time : 599.89 ns Reaction : H3O^1 (-5843) + OH^-1 (-14485) -> No product +At time : 604.22 ns Reaction : e_aq^-1 (-4436) + H3O^1 (-6881) -> H^0 (-14629) +At time : 607.22 ns Reaction : e_aq^-1 (-3846) + OH^0 (-8411) -> OH^-1 (-14630) +At time : 617.22 ns Reaction : e_aq^-1 (-4531) + H2O2^0 (-11537) -> OH^-1 (-14631) + OH^0 (-14632) +At time : 622.22 ns Reaction : H^0 (-13189) + OH^0 (-6256) -> No product +At time : 622.22 ns Reaction : H3O^1 (-7925) + e_aq^-1 (-8416) -> H^0 (-14633) +At time : 626.22 ns Reaction : e_aq^-1 (-208) + H2O2^0 (-12015) -> OH^-1 (-14634) + OH^0 (-14635) +At time : 631.22 ns Reaction : e_aq^-1 (-3507) + H2O2^0 (-12136) -> OH^-1 (-14636) + OH^0 (-14637) +At time : 645.22 ns Reaction : H3O^1 (-6365) + OH^-1 (-14527) -> No product +At time : 646.22 ns Reaction : H3O^1 (-11069) + OH^-1 (-14345) -> No product +At time : 650.22 ns Reaction : H3O^1 (-6997) + OH^-1 (-14631) -> No product +At time : 651.22 ns Reaction : e_aq^-1 (-4344) + H2O2^0 (-11561) -> OH^-1 (-14638) + OH^0 (-14639) +At time : 651.22 ns Reaction : e_aq^-1 (-4082) + H3O^1 (-6531) -> H^0 (-14640) +At time : 658.22 ns Reaction : OH^-1 (-13764) + H3O^1 (-6823) -> No product +At time : 660.22 ns Reaction : H3O^1 (-6795) + OH^-1 (-13634) -> No product +At time : 660.22 ns Reaction : e_aq^-1 (-2098) + H2O2^0 (-12123) -> OH^-1 (-14641) + OH^0 (-14642) +At time : 661.22 ns Reaction : OH^0 (-14587) + OH^0 (-9061) -> H2O2^0 (-14643) +At time : 669.89 ns Reaction : e_aq^-1 (-3719) + H3O^1 (-8529) -> H^0 (-14644) +At time : 675.89 ns Reaction : e_aq^-1 (-3893) + H^0 (-12409) -> OH^-1 (-14645) + H_2^0 (-14646) +At time : 681.89 ns Reaction : H^0 (-9924) + H^0 (-14424) -> H_2^0 (-14647) +At time : 681.89 ns Reaction : H^0 (-14389) + e_aq^-1 (-2518) -> OH^-1 (-14648) + H_2^0 (-14649) +At time : 682.89 ns Reaction : OH^0 (-5793) + OH^0 (-6836) -> H2O2^0 (-14650) +At time : 686.89 ns Reaction : OH^0 (-14071) + H^0 (-12751) -> No product +At time : 690.95 ns Reaction : H3O^1 (-6427) + OH^-1 (-12832) -> No product +At time : 694.95 ns Reaction : e_aq^-1 (-3716) + H^0 (-14537) -> OH^-1 (-14651) + H_2^0 (-14652) +At time : 698.95 ns Reaction : H^0 (-13304) + OH^0 (-7848) -> No product +At time : 700.95 ns Reaction : H3O^1 (-6207) + OH^-1 (-14532) -> No product +At time : 705.95 ns Reaction : H^0 (-10032) + H^0 (-14051) -> H_2^0 (-14653) +At time : 706.95 ns Reaction : H3O^1 (-6203) + OH^-1 (-14638) -> No product +At time : 710.95 ns Reaction : OH^0 (-9200) + e_aq^-1 (-2312) -> OH^-1 (-14654) +At time : 713.95 ns Reaction : OH^-1 (-14599) + H3O^1 (-7359) -> No product +At time : 722.95 ns Reaction : e_aq^-1 (-1998) + H2O2^0 (-11504) -> OH^-1 (-14655) + OH^0 (-14656) +At time : 725.95 ns Reaction : H^0 (-13264) + H^0 (-14581) -> H_2^0 (-14657) +At time : 725.95 ns Reaction : H3O^1 (-7471) + OH^-1 (-14400) -> No product +At time : 726.95 ns Reaction : OH^0 (-9900) + H^0 (-14368) -> No product +At time : 726.95 ns Reaction : OH^0 (-14178) + H^0 (-9048) -> No product +At time : 728.95 ns Reaction : H^0 (-11006) + OH^0 (-14417) -> No product +At time : 731.95 ns Reaction : H^0 (-14644) + OH^0 (-6422) -> No product +At time : 731.95 ns Reaction : H^0 (-9182) + e_aq^-1 (-2937) -> OH^-1 (-14658) + H_2^0 (-14659) +At time : 731.95 ns Reaction : H3O^1 (-6637) + e_aq^-1 (-8734) -> H^0 (-14660) +At time : 736.95 ns Reaction : OH^0 (-10569) + OH^0 (-7864) -> H2O2^0 (-14661) +At time : 739.95 ns Reaction : OH^-1 (-13229) + H3O^1 (-7133) -> No product +At time : 748.95 ns Reaction : e_aq^-1 (-3141) + H2O2^0 (-14595) -> OH^-1 (-14662) + OH^0 (-14663) +At time : 754.95 ns Reaction : OH^0 (-7484) + OH^0 (-8100) -> H2O2^0 (-14664) +At time : 759.15 ns Reaction : H3O^1 (-6965) + OH^-1 (-14589) -> No product +At time : 775.15 ns Reaction : e_aq^-1 (-4619) + H3O^1 (-8397) -> H^0 (-14665) +At time : 778.15 ns Reaction : H3O^1 (-11044) + OH^-1 (-14369) -> No product +At time : 785.15 ns Reaction : OH^-1 (-14319) + H3O^1 (-7895) -> No product +At time : 785.15 ns Reaction : H^0 (-9544) + e_aq^-1 (-3656) -> OH^-1 (-14666) + H_2^0 (-14667) +At time : 789.15 ns Reaction : H2O2^0 (-11819) + e_aq^-1 (-3947) -> OH^-1 (-14668) + OH^0 (-14669) +At time : 791.15 ns Reaction : H3O^1 (-9655) + e_aq^-1 (-3124) -> H^0 (-14670) +At time : 794.15 ns Reaction : OH^0 (-10522) + e_aq^-1 (-4650) -> OH^-1 (-14671) +At time : 796.15 ns Reaction : OH^-1 (-14366) + H3O^1 (-6911) -> No product +At time : 797.15 ns Reaction : H3O^1 (-10431) + OH^-1 (-14493) -> No product +At time : 797.15 ns Reaction : e_aq^-1 (-3950) + H2O2^0 (-13083) -> OH^-1 (-14672) + OH^0 (-14673) +At time : 801.15 ns Reaction : e_aq^-1 (-619) + H2O2^0 (-12339) -> OH^-1 (-14674) + OH^0 (-14675) +At time : 806.15 ns Reaction : H^0 (-13367) + OH^0 (-14510) -> No product +At time : 806.15 ns Reaction : H^0 (-12893) + H^0 (-14432) -> H_2^0 (-14676) +At time : 807.15 ns Reaction : e_aq^-1 (-2747) + OH^0 (-8537) -> OH^-1 (-14677) +At time : 809.15 ns Reaction : OH^-1 (-14002) + H3O^1 (-6785) -> No product +At time : 811.15 ns Reaction : e_aq^-1 (-266) + H2O2^0 (-14610) -> OH^-1 (-14678) + OH^0 (-14679) +At time : 814.15 ns Reaction : e_aq^-1 (-791) + H2O2^0 (-11428) -> OH^-1 (-14680) + OH^0 (-14681) +At time : 817.15 ns Reaction : H3O^1 (-6775) + OH^-1 (-14160) -> No product +At time : 819.15 ns Reaction : e_aq^-1 (-5416) + H^0 (-14578) -> OH^-1 (-14682) + H_2^0 (-14683) +At time : 819.15 ns Reaction : OH^-1 (-14165) + H3O^1 (-8550) -> No product +At time : 819.15 ns Reaction : H3O^1 (-10669) + e_aq^-1 (-8713) -> H^0 (-14684) +At time : 829.15 ns Reaction : OH^0 (-14294) + H^0 (-13978) -> No product +At time : 831.15 ns Reaction : OH^-1 (-14158) + H3O^1 (-6837) -> No product +At time : 834.15 ns Reaction : OH^0 (-14584) + H^0 (-11257) -> No product +At time : 839.15 ns Reaction : OH^0 (-10923) + OH^0 (-14497) -> H2O2^0 (-14685) +At time : 842.15 ns Reaction : e_aq^-1 (-3700) + H^0 (-13213) -> OH^-1 (-14686) + H_2^0 (-14687) +At time : 844.15 ns Reaction : OH^-1 (-14431) + H3O^1 (-6405) -> No product +At time : 849.15 ns Reaction : e_aq^-1 (-3898) + H2O2^0 (-13891) -> OH^-1 (-14688) + OH^0 (-14689) +At time : 851.15 ns Reaction : OH^-1 (-13740) + H3O^1 (-7273) -> No product +At time : 854.15 ns Reaction : H3O^1 (-10190) + OH^-1 (-14004) -> No product +At time : 856.15 ns Reaction : H3O^1 (-7441) + OH^-1 (-14227) -> No product +At time : 859.15 ns Reaction : H2O2^0 (-11884) + e_aq^-1 (-2049) -> OH^-1 (-14690) + OH^0 (-14691) +At time : 863.15 ns Reaction : H3O^1 (-7479) + OH^-1 (-14512) -> No product +At time : 872.15 ns Reaction : OH^-1 (-14119) + H3O^1 (-6473) -> No product +At time : 875.15 ns Reaction : H3O^1 (-10169) + OH^-1 (-13870) -> No product +At time : 880.15 ns Reaction : e_aq^-1 (-3499) + H3O^1 (-7667) -> H^0 (-14692) +At time : 886.15 ns Reaction : e_aq^-1 (-12) + e_aq^-1 (-5433) -> OH^-1 (-14693) + OH^-1 (-14694) + H_2^0 (-14695) +At time : 891.15 ns Reaction : H^0 (-12182) + H^0 (-13989) -> H_2^0 (-14696) +At time : 898.15 ns Reaction : H3O^1 (-8083) + OH^-1 (-14583) -> No product +At time : 903.15 ns Reaction : OH^-1 (-14416) + H3O^1 (-7463) -> No product +At time : 918.16 ns Reaction : OH^0 (-8194) + OH^0 (-8333) -> H2O2^0 (-14697) +At time : 919.16 ns Reaction : OH^-1 (-14445) + H3O^1 (-8055) -> No product +At time : 920.16 ns Reaction : e_aq^-1 (-1365) + H3O^1 (-6205) -> H^0 (-14698) +At time : 923.16 ns Reaction : H2O2^0 (-11789) + e_aq^-1 (-8470) -> OH^-1 (-14699) + OH^0 (-14700) +At time : 930.17 ns Reaction : e_aq^-1 (-821) + H2O2^0 (-12478) -> OH^-1 (-14701) + OH^0 (-14702) +At time : 949.17 ns Reaction : H3O^1 (-10349) + OH^-1 (-14558) -> No product +At time : 953.17 ns Reaction : H3O^1 (-7083) + OH^-1 (-14682) -> No product +At time : 955.17 ns Reaction : OH^0 (-5948) + OH^0 (-13364) -> H2O2^0 (-14703) +At time : 957.17 ns Reaction : OH^-1 (-14690) + H3O^1 (-8694) -> No product +At time : 959.17 ns Reaction : H3O^1 (-7245) + OH^-1 (-13748) -> No product +At time : 962.17 ns Reaction : H3O^1 (-9792) + OH^-1 (-14147) -> No product +At time : 967.17 ns Reaction : e_aq^-1 (-3609) + H2O2^0 (-12455) -> OH^-1 (-14704) + OH^0 (-14705) +At time : 977.17 ns Reaction : OH^-1 (-14623) + H3O^1 (-7345) -> No product +At time : 979.17 ns Reaction : OH^-1 (-14480) + H3O^1 (-8583) -> No product +At time : 980.17 ns Reaction : H3O^1 (-6733) + OH^-1 (-14140) -> No product *** G4Scheduler ends at time : 1 us ___________________________________ diff --git a/examples/extended/medical/dna/chem3/chem3.out b/examples/extended/medical/dna/chem3/chem3.out index e04d298881d..e951dbc562a 100644 --- a/examples/extended/medical/dna/chem3/chem3.out +++ b/examples/extended/medical/dna/chem3/chem3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,20 +19,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -45,6 +45,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -52,6 +55,9 @@ Registered filter factories: 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 @@ -79,7 +85,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -119,7 +125,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV diff --git a/examples/extended/medical/dna/chem4/chem4.out b/examples/extended/medical/dna/chem4/chem4.out index 3f982acdfbb..9dae4dbbc09 100644 --- a/examples/extended/medical/dna/chem4/chem4.out +++ b/examples/extended/medical/dna/chem4/chem4.out @@ -1,11 +1,11 @@ -Seed used : 1590745177 +Seed used : 1593046047 ############################################ !!! WARNING - FPE detection is activated !!! ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -83,7 +89,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -123,7 +129,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -268,7 +274,7 @@ Start event 9 --------------------End of Global Run----------------------- The run has 10 events Number of events recorded by the species scorer = 10 - Total energy deposited in the world volume : 10449 eV + Total energy deposited in the world volume : 11439 eV ------------------------------------------------------------ Graphics systems deleted. diff --git a/examples/extended/medical/dna/chem6/.README.txt b/examples/extended/medical/dna/chem6/.README.txt new file mode 100644 index 00000000000..1a7b97fcebd --- /dev/null +++ b/examples/extended/medical/dna/chem6/.README.txt @@ -0,0 +1,217 @@ + +///\file "medical/dna/chem6/.README.txt" +///\brief ExampleChem6 README page + +/*! \page ExampleChem6 Example chem6 + +\author W. G. Shin (a), S. Incerti (b) \n +(a) ukguen _ gmail _ com \n +(b) incerti _ cenbg _ in2p3 _ fr \n + +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: \n +Med. Phys. 45 (2018) e722-e739 \n +Phys. Med. 31 (2015) 861-874 \n +Med. Phys. 37 (2010) 4692-4708 \n +Int. J. Model. Simul. Sci . Comput. 1 (2010) 157-178 \n + +\section CHEM6_s1 INTRODUCTION + Based on chem4 example, this example provides to score the radiochemical yield G + defined as \n +\verbatim +(Number of species X) / (100 eV of deposited energy). +\endverbatim + as a function of time and LET. + + The details are described in the following paper: + J. Appl. Phys. 125 (2019) 104301 + +\section CHEM6_s2 GEOMETRY DEFINITION + The world volume is a simple water box which represents a 'pseudo infinite' + homogeneous medium. + + The default geometry is constructed in DetectorConstruction class. + + The size of detector can be controlled by PrimaryKiller class (see section 5.2) + in order to prevent crash. + +\section CHEM6_s3 PHYSICS LIST + + PhysicsList is Geant4 modular physics list using: + + G4EmDNAPhysics_option2 constructor + # the accelerated physics constructor based on G4EmDNAPhysics constructor. + + G4EmDNAChemistry_option3 constructor. + # the chemistry constructor is based on the pre-chemical stage of PARTRAC + and chemical parameters of RITRACKS. + # this chemistry constructor uses independent reaction time method as a + default. + +\section CHEM6_s4 ACTION INITALIZATION + + The class ActionInitialization instantiates and registers + to Geant4 kernel all user action classes. + + While in sequential mode the action classes are instantiated just once, + via invoking the method + ActionInitialization::Build() + in multi-threading mode the same method is invoked for each thread worker + and so all user action classes are defined thread-local. + + A run action class is instantiated both thread-local + and global that's why its instance is created also in the method + ActionInitialization::BuildForMaster() + which is invoked only in multi-threading mode. + +\section CHEM6_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 + PrimaryGeneratorAction class, and can be changed via the G4 build-in + commands of G4ParticleGun class. + The chemistry module is triggered in the StackingAction class when all + physical tracks have been processed. + +\section CHEM6_s6 DETECTOR RESPONSE : Scorers + +\subsection CHEM6_s6_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. + + Run::RecordEvent(), called at end of event, collects informations + event per event from the hits collections, and accumulates statistic for + RunAction::EndOfRunAction(). + + In multi-threading mode the statistics accumulated per workers is merged + to the master in Run::Merge(). + + These two macro commands can be used to control the scoring time: + +\verbatim +/scorer/species/addTimeToRecord 1 ps +# user can select time bin to score G values. + +/scorer/species/nOfTimeBins +# or user can automatically select time bin logarithmically. +\endverbatim + + The information about all the molecular species is scored in a ROOT + ntuple file Species(runID).root. + e.g.) Species0.root Species1.root ... + + G values at the last time bin are scored in a text file Species.txt in order to + obtain G versus LET results. + 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 + 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 + will finally slow down to the thermal energy. + The primary is killed once it has deposited more energy than a + minimum threshold. + IMPORTANT: However, when the primary particle looses more energy in + few interaction steps than the maximum allowed thresold, the event is + disregarded (=aborted). \n + + These two macro commands can be used to control the energy loss by the primary: + +\verbatim +/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 +\endverbatim + + The G-values are then computed for a deposited energy in the range [1 keV;2 keV]. + + Note that if the upper boundary of the energy lost by the primary is not set, the chemistry may + take a lot of time to compute as the number of secondaries may be huge. + This set of macros is embedded in the PrimaryKiller class. + The species scorer must check whether the event was aborted before taking it or not into + account for the computation of the results. + + The size of detector can be controlled by this class using user macro command: + +\verbatim + /primaryKiller/setSize 5 5 5 um + # kill the particles (primary and secondary) outside of the virtual volume +\endverbatim + +\subsection CHEM6_s6_sub3 LET scorer + In order to obtain G versus LET results, LET values are simultaneously calculated + during the simulation in ScorerLET class. + + A macro command can be used to control the LET scorer: + +\verbatim +/scorer/LET/cutoff +# select cut-off energy for restricted LET. +\endverbatim + +\section CHEM6_s7 TIMESTEP ACTION + The user defined time steps can be given by G4UserTimeStepAction::AddTimeStep() method. + This method is not recommended for IRT method. + + These two method are called before and after every time steps: + + TimeStepAction::UserPreTimeStepAction() + TimeStepAction::UserPostTimeStepAction() + + This method is called when a chemical reaction is occurred: + + TimeStepAction::UserReactionAction(const G4Track&, const G4Track&, const std::vector*) +\verbatim +In order to access to molecular information, +#include "G4Molecule.hh" +G4Molecule* thisIsMyMolecule = GetMolecule(thisIsMyTrack); +const G4String& moleculeName = thisIsMyMolecule->GetName(); +\endverbatim + +\section CHEM6_s8 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 + + Physics initialization and the defined reaction table are printed. + G4Scheduler processes the chemical stage time step after time step. + Chemical reactions are printed. + 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 + + Two user macro files can be used: + +\verbatim +./chem6 beam.in +# electron simulations w primary killer method. + +./chem6 beam_HCP.in +# protons and alphas are generated at the edge of a 5x5x5 um3 water phantom. +\endverbatim + + +\section CHEM6_s11 PLOT + + Two root macros can be used: + +\verbatim + root plotG_time.root + # plot G values as a function of time according to the molecular species by importing Species0.root. + + root plotG_LET.root + # plot G values as a function of LET according to the molecular species by importing Species.txt. +\endverbatim +*/ diff --git a/examples/extended/medical/dna/chem6/CMakeLists.txt b/examples/extended/medical/dna/chem6/CMakeLists.txt new file mode 100755 index 00000000000..e26cc0c94a0 --- /dev/null +++ b/examples/extended/medical/dna/chem6/CMakeLists.txt @@ -0,0 +1,70 @@ +cmake_minimum_required(VERSION 2.8) + +#---------------------------------------------------------------------------- + +project(chem6) + +#---------------------------------------------------------------------------- +# 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 +# Setup include directory for this project +# +include_directories(${PROJECT_SOURCE_DIR}/include) + +include(${Geant4_USE_FILE}) + +#---------------------------------------------------------------------------- +# 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(chem6 chem6.cc ${sources} ${headers}) +target_link_libraries(chem6 ${Geant4_LIBRARIES}) + +#---------------------------------------------------------------------------- +# Copy all scripts to the build directory, i.e. the directory in which we +# build chem6_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 CHEM6_SCRIPTS + ${PROJECT_SOURCE_DIR}/*.in + ${PROJECT_SOURCE_DIR}/*.mac + ${PROJECT_SOURCE_DIR}/*.C) +#message(STATUS CHEM6_SCRIPTS " ${CHEM6_SCRIPTS}") + +foreach(_script ${CHEM6_SCRIPTS}) + configure_file( + ${_script} + ${PROJECT_BINARY_DIR}/. + COPYONLY + ) +endforeach() + +#---------------------------------------------------------------------------- +# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX +# +install(TARGETS chem6 DESTINATION bin ) + +#---------------------------------------------------------------------------- +# For internal Geant4 use - but has no effect if you build this +# example standalone +# +project(chem6_proj) +add_custom_target(chem6_proj DEPENDS chem6) diff --git a/examples/extended/medical/dna/chem6/GNUmakefile b/examples/extended/medical/dna/chem6/GNUmakefile new file mode 100755 index 00000000000..9128ea56b3f --- /dev/null +++ b/examples/extended/medical/dna/chem6/GNUmakefile @@ -0,0 +1,22 @@ +# $Id: GNUmakefile 68058 2013-03-13 14:47:43Z gcosmo $ +# -------------------------------------------------------------- +# GNUmakefile for examples module. Gabriele Cosmo, 06/04/98. +# -------------------------------------------------------------- + +name := chem6 +G4TARGET := $(name) +G4EXLIB := true + +ifndef G4INSTALL + G4INSTALL = ../../.. +endif + +.PHONY: all +all: lib bin + +include $(G4INSTALL)/config/binmake.gmk + +visclean: + rm -f g4*.prim g4*.eps g4*.wrl + rm -f .DAWN_* + diff --git a/examples/extended/medical/dna/chem6/History b/examples/extended/medical/dna/chem6/History new file mode 100755 index 00000000000..03e0f1708ae --- /dev/null +++ b/examples/extended/medical/dna/chem6/History @@ -0,0 +1,22 @@ +$Id $ +-------------------------------------------------- + + ========================================================= + Geant4 - an Object-Oriented Toolkit for Simulation in HEP + ========================================================= + + 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. + + ---------------------------------------------------------- + * Reverse chronological order (last date on top), please * + ---------------------------------------------------------- + +19-02-20: W. G. Shin chem6-V10-06-01 +- fixed memory issue + +10-02-20: W. G. Shin chem6-V10-06-00 +- created and adapted from chem4 diff --git a/examples/extended/medical/dna/chem6/README b/examples/extended/medical/dna/chem6/README new file mode 100755 index 00000000000..66c1f2ebe59 --- /dev/null +++ b/examples/extended/medical/dna/chem6/README @@ -0,0 +1,213 @@ +$Id: $ +------------------------------------------------------------------- + + ========================================================= + Geant4 - an Object-Oriented Toolkit for Simulation in HEP + ========================================================= + + Chem6 + ------- + +CORRESPONDING AUTHORS +W. G. Shin (a), S. Incerti (b) +(a) ukguen _ gmail _ com +(b) incerti _ 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: + + +J. Appl. Phys. 125 (2019) 104301 +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 + + 0 - INTRODUCTION + Based on chem4 and chem5 examples, this example provides scoring of the + radiochemical yield G defined as + (Number of species X) / (100 eV of deposited energy). + as a function of time and LET. + The example uses the IRT approach by default. + + The details are described in the following paper: + J. Appl. Phys. 125 (2019) 104301 + + 1 - GEOMETRY DEFINITION + + The world volume is a simple water box which represents a 'pseudo infinite' + homogeneous medium. + + The default geometry is constructed in DetectorConstruction class. + + The size of detector can be controlled by PrimaryKiller class (see section 5.2). + + 2 - PHYSICS LIST + + PhysicsList is Geant4 modular physics list using: + + G4EmDNAPhysics_option2 constructor + - the accelerated physics constructor based on G4EmDNAPhysics constructor. + + G4EmDNAChemistry_option3 constructor. + - the chemistry constructor is based on the pre-chemical stage of PARTRAC + and chemical parameters of RITRACKS. + - this chemistry constructor uses independent reaction time method as a + default. + + 3 - ACTION INITALIZATION + + The class ActionInitialization instantiates and registers + to Geant4 kernel all user action classes. + + While in sequential mode the action classes are instantiated just once, + via invoking the method: + ActionInitialization::Build() + In multi-threading mode the same method is invoked for each thread worker + and so all user action classes are defined thread-local. + + A run action class is instantiated both thread-local + and global that's why its instance is created also in the method: + ActionInitialization::BuildForMaster() + which is invoked only in multi-threading mode. + + 4 - 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 + PrimaryGeneratorAction class, and can be changed via the G4 build-in + commands of G4ParticleGun class. + The chemistry module is triggered in the StackingAction class when all + physical tracks have been processed. + + 5 - DETECTOR RESPONSE: Scorers + + 5.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. + + Run::RecordEvent(), called at end of event, collects informations + event per event from the hits collections, and accumulates statistics for + RunAction::EndOfRunAction(). + + In multi-threading mode the statistics accumulated per worker is merged + to the master in Run::Merge(). + + These two macro commands can be used to control the scoring time: + + /scorer/species/addTimeToRecord 1 ps + # user can select time bin to score G values. + + /scorer/species/nOfTimeBins + # or user can automatically select time bin logarithmically. + + The information about all the molecular species is scored in a ROOT + ntuple file Species(runID).root. + e.g.) Species0.root Species1.root ... + + G values at the last time bin are scored in a text file Species.txt in order to + obtain G versus LET results. + 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 + + The G-values are computed 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 + will finally slow down to the thermal energy. + The primary is killed once it has deposited more energy than a + minimum threshold. + + **IMPORTANT**: However, when the primary particle loses more energy + in few interaction steps than the maximum allowed threshold, + the event is disregarded (=aborted). + + These two macro commands can be used to control the energy loss by + the primary: + + /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 + + The G-values are then computed for a deposited energy in the range [1 keV;2 keV]. + + Note that if the upper boundary of the energy lost by the primary is + not set, the chemistry may take a lot of time to compute. + This set of commands is embedded in the PrimaryKiller class. + The species scorer must check whether the event was aborted before taking + it or not into account for the computation of the results. + + The size of detector can be controlled by this class using user macro command: + + /primaryKiller/setSize 5 5 5 um + # kills the particles (primary and secondary) outside of the virtual volume + + 5.3. - LET scorer + + In order to obtain G versus LET results, LET values are simultaneously calculated + during the simulation in ScorerLET class. + + A macro command can be used to control the LET scorer: + + /scorer/LET/cutoff + # selects cut-off energy for restricted LET. + + 6 - TIMESTEP ACTION + + The user defined time steps can be given by G4UserTimeStepAction::AddTimeStep() method. + This method is not recommended for IRT method. + + These two method are called before and after every time steps: + + TimeStepAction::UserPreTimeStepAction() + TimeStepAction::UserPostTimeStepAction() + + This method is called when a chemical reaction is occurred: + + TimeStepAction::UserReactionAction(const G4Track&, const G4Track&, const std::vector*) + In order to access to molecular information, + #include "G4Molecule.hh" + G4Molecule* thisIsMyMolecule = GetMolecule(thisIsMyTrack); + const G4String& moleculeName = thisIsMyMolecule->GetName(); + + 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. + + 8 - OUTPUT + + Physics initialization and the defined reaction table are printed. + G4Scheduler processes the chemical stage time step after time step. + Chemical reactions are printed. + The molecular reaction as a function of the elapsed time can be displayed + setting the macro command /scheduler/verbose 1 + + 9 - RELEVANT MACRO FILES + + Two user macro files can be used: + + ./chem6 beam.in + # electron simulations w primary killer method. + + ./chem6 beam_HCP.in + # protons and alphas are generated at the edge of a 5x5x5 um3 water phantom. + +10 - PLOT + + Two root macros can be used: + + root plotG_time.C + # plot G values as a function of time according to the molecular species by importing Species0.root. + + root plotG_LET.C + # plot G values as a function of LET according to the molecular species by importing Species.txt. diff --git a/examples/extended/medical/dna/chem6/beam.in b/examples/extended/medical/dna/chem6/beam.in new file mode 100755 index 00000000000..eae06b52424 --- /dev/null +++ b/examples/extended/medical/dna/chem6/beam.in @@ -0,0 +1,72 @@ +# + +/run/numberOfThreads 2 +/process/dna/e-SolvationSubType Meesungnoen2002 +#/process/dna/e-SolvationSubType Ritchie1994 +#/process/dna/e-SolvationSubType Terrisol1990 + +/run/initialize + +/chem/reaction/print + +/gun/position 0 0 0 +/gun/direction 0 0 1 +/gun/particle e- + +# in order to reproduce LET values of NIST data +# please see the spower example using stationary mode + +# select cutoff energy for restricted LET +#/scorer/LET/cutoff 100 eV + +#/scorer/species/addTimeToRecord 1 ps +#/scorer/species/addTimeToRecord 10 ps +#/scorer/species/addTimeToRecord 100 ps +#/scorer/species/addTimeToRecord 1 ns +#/scorer/species/addTimeToRecord 10 ns +#/scorer/species/addTimeToRecord 100 ns +#/scorer/species/addTimeToRecord 1 us + +/scorer/species/nOfTimeBins 50 + +/tracking/verbose 0 +/scheduler/verbose 0 +/scheduler/endTime 1 microsecond + +/run/printProgress 100 + +/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 300 + +/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 300 + +/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 300 + +/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 100 + +/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 100 + +/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 100 + +/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 100 + diff --git a/examples/extended/medical/dna/chem6/beam_HCP.in b/examples/extended/medical/dna/chem6/beam_HCP.in new file mode 100755 index 00000000000..765eb4ebfdb --- /dev/null +++ b/examples/extended/medical/dna/chem6/beam_HCP.in @@ -0,0 +1,97 @@ +# + +/run/numberOfThreads 2 +/process/dna/e-SolvationSubType Meesungnoen2002 +#/process/dna/e-SolvationSubType Ritchie1994 +#/process/dna/e-SolvationSubType Terrisol1990 + +/run/initialize + +/chem/reaction/print + +/primaryKiller/setSize 5 5 5 um +/gun/position 0 0 -2.5 um +/gun/direction 0 0 1 +/gun/particle proton + +# in order to reproduce LET values of NIST data +# please see the spower example using stationary mode + +# select cutoff energy for restricted LET +#/scorer/LET/cutoff 100 eV + +#/scorer/species/addTimeToRecord 1 ps +#/scorer/species/addTimeToRecord 10 ps +#/scorer/species/addTimeToRecord 100 ps +#/scorer/species/addTimeToRecord 1 ns +#/scorer/species/addTimeToRecord 10 ns +#/scorer/species/addTimeToRecord 100 ns +#/scorer/species/addTimeToRecord 1 us + +/scorer/species/nOfTimeBins 50 + +/tracking/verbose 0 +/scheduler/verbose 0 +/scheduler/endTime 1 microsecond + +/run/printProgress 10 + +/gun/energy 500 keV +/run/beamOn 10 + +/gun/energy 700 keV +/run/beamOn 10 + +/gun/energy 800 keV +/run/beamOn 10 + +/gun/energy 1200 keV +/run/beamOn 10 + +/gun/energy 1500 keV +/run/beamOn 10 + +/gun/energy 2000 keV +/run/beamOn 10 + +/gun/energy 2500 keV +/run/beamOn 10 + +/gun/energy 3000 keV +/run/beamOn 10 + +/gun/energy 4000 keV +/run/beamOn 10 + +/gun/energy 5000 keV +/run/beamOn 10 + +/gun/energy 7500 keV +/run/beamOn 10 + +/gun/energy 10000 keV +/run/beamOn 10 + +/gun/energy 12000 keV +/run/beamOn 10 + +/gun/energy 15000 keV +/run/beamOn 10 + +/gun/particle alpha + +/gun/energy 1000 keV +/run/beamOn 10 + +/gun/energy 2000 keV +/run/beamOn 10 + +/gun/energy 4000 keV +/run/beamOn 10 + +/gun/energy 8000 keV +/run/beamOn 10 + +/gun/energy 20000 keV +/run/beamOn 10 + diff --git a/examples/extended/medical/dna/chem6/chem6.cc b/examples/extended/medical/dna/chem6/chem6.cc new file mode 100755 index 00000000000..10616e41025 --- /dev/null +++ b/examples/extended/medical/dna/chem6/chem6.cc @@ -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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +/// \file chem6.cc +/// \brief Chem6 example + +#include "DetectorConstruction.hh" +#include "PhysicsList.hh" +#include "ActionInitialization.hh" + +#ifdef G4MULTITHREADED +#include "G4MTRunManager.hh" +#else +#include "G4RunManager.hh" +#endif + +#include "G4DNAChemistryManager.hh" +#include "G4UImanager.hh" +#include "G4UIExecutive.hh" +#include "G4VisExecutive.hh" + +/* + * WARNING : Geant4 was initially not intended for this kind of application + * This code is delivered as a prototype + * We will be happy to hear from you, do not hesitate to send your feedback + * and communicate on the difficulties you may encounter + * The user interface may change in the next releases since a reiteration of + * the code has started + */ + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +std::ofstream out; +long seed = 0; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +int main(int argc, char** argv) +{ + out.open("Species.txt",std::ios::app); + + G4UIExecutive* ui = 0; + if ( argc == 1 ) { + ui = new G4UIExecutive(argc, argv); + } + + G4Random::setTheEngine(new CLHEP::RanecuEngine); + +#ifdef G4MULTITHREADED + G4MTRunManager* runManager= new G4MTRunManager(); +#else + G4RunManager* runManager = new G4RunManager(); +#endif + + // Set mandatory initialization classes + runManager->SetUserInitialization(new PhysicsList()); + runManager->SetUserInitialization(new DetectorConstruction()); + runManager->SetUserInitialization(new ActionInitialization()); + + //get the pointer to the User Interface manager + G4UImanager* UI = G4UImanager::GetUIpointer(); + + if (argc>1) // batch mode + { + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UI->ApplyCommand(command+fileName); + } + + else //define visualization and UI terminal for interactive mode + { + UI->ApplyCommand("/control/execute beam.in"); + delete ui; + } + + // Job termination + // Free the store: user actions, physics_list and detector_description are + // owned and deleted by the run manager, so they should not be deleted + // in the main() program ! + out.close(); + delete runManager; + return 0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/medical/dna/chem6/include/ActionInitialization.hh b/examples/extended/medical/dna/chem6/include/ActionInitialization.hh new file mode 100755 index 00000000000..68fbd08c873 --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/ActionInitialization.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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file ActionInitialization.hh +/// \brief Definition of the ActionInitialization class + +#ifndef CHEM6_ActionInitialization_h +#define CHEM6_ActionInitialization_h 1 + +#include "G4VUserActionInitialization.hh" + +/// Action initialization class. +/// + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... +class DetectorConstruction; +class ActionInitialization : public G4VUserActionInitialization +{ +public: + ActionInitialization(); + virtual ~ActionInitialization(); + + virtual void BuildForMaster() const; + virtual void Build() const; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/medical/dna/chem6/include/DetectorConstruction.hh b/examples/extended/medical/dna/chem6/include/DetectorConstruction.hh new file mode 100755 index 00000000000..d00ecd40343 --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/DetectorConstruction.hh @@ -0,0 +1,68 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file DetectorConstruction.hh +/// \brief Definition of the DetectorConstruction class + +#ifndef CHEM6_DetectorConstruction_h +#define CHEM6_DetectorConstruction_h 1 + +#include "G4VUserDetectorConstruction.hh" + +class G4VPhysicalVolume; +class G4LogicalVolume; + +class DetectorConstruction : public G4VUserDetectorConstruction +{ +public: + DetectorConstruction(); + ~DetectorConstruction() override; + +public: + G4VPhysicalVolume* Construct() override; + void ConstructSDandField() override; + +private: +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/medical/dna/chem6/include/PhysicsList.hh b/examples/extended/medical/dna/chem6/include/PhysicsList.hh new file mode 100755 index 00000000000..fd38522a46e --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/PhysicsList.hh @@ -0,0 +1,71 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// +/// \file PhysicsList.hh +/// \brief Definition of the PhysicsList class + +#ifndef CHEM6_PhysicsList_h +#define CHEM6_PhysicsList_h 1 + +#include "G4VModularPhysicsList.hh" +#include "globals.hh" + +class G4VPhysicsConstructor; +//class G4VUserChemistryList; +//class G4EmDNAChemistry; +//class G4EmDNAChemistry_option1; + +class PhysicsList: public G4VModularPhysicsList +{ + public: + explicit PhysicsList(); + ~PhysicsList() override; + + void ConstructParticle() override; + void ConstructProcess() override; + + void RegisterConstructor(const G4String& name); + + private: + G4VPhysicsConstructor* fEmDNAPhysicsList; + G4VPhysicsConstructor* fEmDNAChemistryList; + G4String fPhysDNAName; +}; +#endif diff --git a/examples/extended/medical/dna/chem6/include/PrimaryGeneratorAction.hh b/examples/extended/medical/dna/chem6/include/PrimaryGeneratorAction.hh new file mode 100755 index 00000000000..45120a3c5e2 --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/PrimaryGeneratorAction.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. * +// ******************************************************************** +// +// 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 publication: +// Med. Phys. 37 (2010) 4692-4708 +// J. Comput. Phys. 274 (2014) 841-882 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// $Id$ +// +/// \file PrimaryGeneratorAction.hh +/// \brief Definition of the PrimaryGeneratorAction class + +#ifndef CHEM6_PrimaryGeneratorAction_h +#define CHEM6_PrimaryGeneratorAction_h 1 + +#include "G4VUserPrimaryGeneratorAction.hh" +#include "G4ParticleGun.hh" + +class G4ParticleGun; +class G4Event; + +/// The primary generator action class with particle gun. + +class PrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction +{ +public: + PrimaryGeneratorAction(); + virtual ~PrimaryGeneratorAction(); + virtual void GeneratePrimaries(G4Event*); + const G4ParticleGun* GetParticleGun() const { return fParticleGun; } + +private: + G4ParticleGun* fParticleGun; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/medical/dna/chem6/include/PrimaryKiller.hh b/examples/extended/medical/dna/chem6/include/PrimaryKiller.hh new file mode 100755 index 00000000000..eaecf521cac --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/PrimaryKiller.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. * +// ******************************************************************** +// +// 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 publication: +// Med. Phys. 37 (2010) 4692-4708 +// J. Comput. Phys. 274 (2014) 841-882 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// +// $Id$ +// +/// \file PrimaryKiller.hh +/// \brief Definition of the PrimaryKiller class + + +#ifndef CHEM6_PrimaryKiller_h +#define CHEM6_PrimaryKiller_h 1 + +#include +#include +#include + +class G4UIcmdWithADoubleAndUnit; +class G4UIcmdWith3VectorAndUnit; + +/** \file PrimaryKiller.hh*/ + +// Description: +// Kill the primary particle: +// - either after a given energy loss +// - or after the primary particle has reached a given energy + +class PrimaryKiller : public G4VPrimitiveScorer, + public G4UImessenger +{ +private: + double fELoss; // cumulated energy loss by the primary + + double fELossRange_Min; // fELoss from which the primary is killed + double fELossRange_Max; // fELoss from which the event is aborted + double fKineticE_Min; // kinetic energy below which the primary is killed + G4ThreeVector fPhantomSize; + + G4UIcmdWithADoubleAndUnit* fpELossUI; + G4UIcmdWithADoubleAndUnit* fpAbortEventIfELossUpperThan; + G4UIcmdWithADoubleAndUnit* fpMinKineticE; + G4UIcmdWith3VectorAndUnit* fpSizeUI; + +public: + PrimaryKiller(G4String name, G4int depth=0); + + virtual ~PrimaryKiller(); + + /** Set energy under which the particle should be + killed*/ + inline void SetEnergyThreshold(double energy){ + fKineticE_Min = energy; + } + + /** Set the energy loss from which the primary is + killed*/ + inline void SetMinLossEnergyLimit(double energy){ + fELossRange_Min = energy; + } + + /** Set the energy loss from which the event is + aborted*/ + inline void SetMaxLossEnergyLimit(double energy){ + fELossRange_Max = energy; + } + + /** Method related to G4UImessenger + used to control energy cuts through macro file + */ + virtual void SetNewValue(G4UIcommand * command, + G4String newValue); + +protected: + virtual G4bool ProcessHits(G4Step*, + G4TouchableHistory*); + +public: + virtual void Initialize(G4HCofThisEvent*); + virtual void EndOfEvent(G4HCofThisEvent*); + virtual void DrawAll(); + virtual void PrintAll(); +}; +#endif diff --git a/examples/extended/medical/dna/chem6/include/Run.hh b/examples/extended/medical/dna/chem6/include/Run.hh new file mode 100755 index 00000000000..25e9cd2b163 --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/Run.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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file Run.hh +/// \brief Definition of the Run class + +#ifndef CHEM6_Run_h +#define CHEM6_Run_h 1 + +#include "G4Run.hh" +#include "G4THitsMap.hh" + +#include "ScoreSpecies.hh" + +/// Run class +/// +/// In RecordEvent() there is collected information event per event +/// from Hits Collections, and accumulated statistic for the run +class G4VPrimitiveScorer; +class Run : public G4Run +{ +public: + Run(); + virtual ~Run(); + + virtual void RecordEvent(const G4Event*); + virtual void Merge(const G4Run*); + + G4double GetSumDose() const { return fSumEne; } + G4VPrimitiveScorer* GetPrimitiveScorer() const { return fScorerRun;} + G4THitsMap* GetLET() {return fTotalLET;} + +private: + G4double fSumEne; + G4VPrimitiveScorer* fScorerRun; + G4VPrimitiveScorer* fLETScorerRun; + G4THitsMap* fTotalLET; +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/medical/dna/chem6/include/RunAction.hh b/examples/extended/medical/dna/chem6/include/RunAction.hh new file mode 100755 index 00000000000..978e120a14d --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/RunAction.hh @@ -0,0 +1,71 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file RunAction.hh +/// \brief Definition of the RunAction class + +#ifndef CHEM6_RunAction_h +#define CHEM6_RunAction_h 1 + +#include "G4UserRunAction.hh" +#include "G4THitsMap.hh" + +class G4Run; +class DetectorConstruction; +/// Run action class + +class RunAction : public G4UserRunAction +{ +public: + RunAction(); + // TIPs: please avoid constructors with arguments + // all data can be retrieved from G4RunManager + // or others: G4SDManager::FindSensitiveDetector + virtual ~RunAction(); + + virtual G4Run* GenerateRun(); + virtual void BeginOfRunAction(const G4Run*); + virtual void EndOfRunAction(const G4Run*); +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/medical/dna/chem6/include/ScoreLET.hh b/examples/extended/medical/dna/chem6/include/ScoreLET.hh new file mode 100755 index 00000000000..c010d757cc6 --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/ScoreLET.hh @@ -0,0 +1,82 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file ScoreLET.hh +/// \brief Definition of the ScoreLET class + +#ifndef CHEM6_ScoreLET_h +#define CHEM6_ScoreLET_h 1 + +#include "G4VPrimitiveScorer.hh" +#include "G4THitsMap.hh" +#include "G4UImessenger.hh" +#include "G4UIdirectory.hh" +#include "G4UIcmdWithAString.hh" +#include "G4UIcmdWithADoubleAndUnit.hh" + +class ScoreLET : public G4VPrimitiveScorer, + public G4UImessenger +{ +public: // with description + ScoreLET(G4String name); + ~ScoreLET() override; + void Initialize(G4HCofThisEvent*) override; + void EndOfEvent(G4HCofThisEvent*) override; + void OutputAndClear(); + + G4bool ProcessHits(G4Step*,G4TouchableHistory*) override; + G4int GetIndex(G4Step*) override; + void SetNewValue(G4UIcommand*, G4String) override; + +private: + G4UIdirectory* fpLETDir; + G4UIcmdWithADoubleAndUnit* fpCutoff; + + G4double fCutoff; + G4int fNEvent; + G4double fLET; + G4double fEdep; + G4double fStepL; + G4int fTrackID; + + G4THitsMap* fEvtMap; +}; +#endif diff --git a/examples/extended/medical/dna/chem6/include/ScoreSpecies.hh b/examples/extended/medical/dna/chem6/include/ScoreSpecies.hh new file mode 100755 index 00000000000..8321a7ffdd9 --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/ScoreSpecies.hh @@ -0,0 +1,164 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file ScoreSpecies.hh +/// \brief Definition of the ScoreSpecies class + +#ifndef CHEM6_ScoreSpecies_h +#define CHEM6_ScoreSpecies_h 1 + +#include "G4VPrimitiveScorer.hh" +#include "G4THitsMap.hh" +#include +#include "G4UIcmdWithADoubleAndUnit.hh" +#include "G4UIcmdWithAnInteger.hh" +#include "G4UImessenger.hh" + +class G4VAnalysisManager; +class G4MolecularConfiguration; + +/** \file ScoreSpecies.hh*/ + +// Description: +// This is a primitive scorer class for scoring the radiolitic species +// produced after irradiation in a water volume +// +// Created: 2015-10-27 by M. Karamitros, +// modified: 2016-03-16 by P. Piersimoni + +class ScoreSpecies : public G4VPrimitiveScorer, + public G4UImessenger +{ +public: + ScoreSpecies(G4String name, G4int depth=0); + + virtual ~ScoreSpecies(); + + /** Add a time at which the number of species should be recorded. + Default times are set up to 1 microsecond.*/ + inline void AddTimeToRecord(double time) + { + fTimeToRecord.insert(time); + } + + /** Remove all times to record, must be reset by user.*/ + inline void ClearTimeToRecord() + { + fTimeToRecord.clear(); + } + + /** Get number of recorded events*/ + inline int GetNumberOfRecordedEvents() const + { + return fNEvent; + } + + /** Write results to whatever chosen file format*/ + void WriteWithAnalysisManager(G4VAnalysisManager*); + + struct SpeciesInfo + { + SpeciesInfo() + { + fNumber = 0; + fG = 0.; + fG2 = 0.; + } + SpeciesInfo(const SpeciesInfo& right) // Species A(B); + { + fNumber = right.fNumber; + fG = right.fG; + fG2 = right.fG2; + } + SpeciesInfo& operator=(const SpeciesInfo& right) // A = B + { + if(&right == this) return *this; + fNumber = right.fNumber; + fG = right.fG; + fG2 = right.fG2; + return *this; + } + int fNumber; + double fG; + double fG2; + }; + + +private: + typedef const G4MolecularConfiguration Species; + typedef std::map InnerSpeciesMap; + typedef std::map SpeciesMap; + SpeciesMap fSpeciesInfoPerTime; + + std::set fTimeToRecord; + + int fNEvent; // number of processed events + double fEdep; // total energy deposition + G4bool fOutputToRoot; // flag to output to a ROOT file + G4bool fOutputToXml; // flag to output to a XML file + G4bool fOutputToCsv; // flag to output to a CSV file (text) + +protected: + virtual G4bool ProcessHits(G4Step*,G4TouchableHistory*); + +public: + virtual void Initialize(G4HCofThisEvent*); + virtual void EndOfEvent(G4HCofThisEvent*); + virtual void DrawAll(); + virtual void PrintAll(); + /** Method used in multithreading mode in order to merge + the results*/ + virtual void AbsorbResultsFromWorkerScorer(G4VPrimitiveScorer* ); + virtual void OutputAndClear(); + virtual void SetNewValue(G4UIcommand*, G4String); + + SpeciesMap GetSpeciesInfo() {return fSpeciesInfoPerTime;} + +private: + G4int fHCID; + G4THitsMap* fEvtMap; + + G4int fRunID; + G4UIdirectory* fSpeciesdir; + G4UIcmdWithAnInteger* fTimeBincmd; + G4UIcmdWithADoubleAndUnit* fAddTimeToRecordcmd; +}; +#endif diff --git a/examples/extended/medical/dna/chem6/include/StackingAction.hh b/examples/extended/medical/dna/chem6/include/StackingAction.hh new file mode 100755 index 00000000000..525deaa260c --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/StackingAction.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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file StackingAction.hh +/// \brief Definition of the StackingAction class + +#ifndef CHEM6_StackingAction_h +#define CHEM6_StackingAction_h 1 + +#include "G4UserStackingAction.hh" + +/// Stacking action class : manage the newly generated particles +/// +/// One wishes do not track secondary neutrino.Therefore one kills it +/// immediately, before created particles will put in a stack. + +class StackingAction : public G4UserStackingAction +{ +public: + StackingAction(); + virtual ~StackingAction(); + virtual void NewStage(); +}; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +#endif diff --git a/examples/extended/medical/dna/chem6/include/TimeStepAction.hh b/examples/extended/medical/dna/chem6/include/TimeStepAction.hh new file mode 100755 index 00000000000..b2341ce7015 --- /dev/null +++ b/examples/extended/medical/dna/chem6/include/TimeStepAction.hh @@ -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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file TimeStepAction.hh +/// \brief Definition of the TimeStepAction class + +#ifndef CHEM6_TimeStepAction_h +#define CHEM6_TimeStepAction_h 1 + +#include "G4UserTimeStepAction.hh" + +class TimeStepAction : public G4UserTimeStepAction +{ +public: + TimeStepAction(); + virtual ~TimeStepAction(); + TimeStepAction(const TimeStepAction& other); + TimeStepAction& operator=(const TimeStepAction& other); + + virtual void StartProcessing(){;} + + /** In this method, the user can use : + * G4ITTimeStepper::Instance()->GetGlobalTime(), + * to know the current simulation time + * G4ITTimeStepper::Instance()->GetTimeStep(), + * to know the selected minimum time + * WARNING : + * The call of this method happens before the call of DoIT methods + */ + virtual void UserPreTimeStepAction(); + virtual void UserPostTimeStepAction(); + + /** + * Inform about a reaction + */ + virtual void UserReactionAction(const G4Track& /*trackA*/, + const G4Track& /*trackB*/, + const std::vector* /*products*/); + + virtual void EndProcessing(){;} + void Clear(); + +}; + +#endif // CHEM6_TimeStepAction_h diff --git a/examples/extended/medical/dna/chem6/plotG_LET.C b/examples/extended/medical/dna/chem6/plotG_LET.C new file mode 100755 index 00000000000..61f4181636e --- /dev/null +++ b/examples/extended/medical/dna/chem6/plotG_LET.C @@ -0,0 +1,161 @@ +{ + + struct SpeciesInfo + { + SpeciesInfo() + { + } + SpeciesInfo(const SpeciesInfo& right) : + fG(right.fG), + fGerr(right.fGerr), + fLET(right.fLET), + fLETerr(right.fLETerr), + fName(right.fName) + {} + SpeciesInfo& operator=(const SpeciesInfo& right) + { + if(this == &right) return *this; + fG = right.fG; + fGerr = right.fGerr; + fLET = right.fLET; + fLETerr = right.fLETerr; + fName = right.fName; + return *this; + } + + std::vector fG; + std::vector fGerr; + std::vector fLET; + std::vector fLETerr; + string fName; + }; + + void Save(); + const char* filetypes[] = { + "PostScript", "*.ps", + "Encapsulated PostScript", "*.eps", + "PDF files", "*.pdf", + "Gif files", "*.gif", + "PNG files", "*.png", + "All files", "*", + 0, 0 + }; + + std::map speciesInfo; + + gROOT->Reset(); + + gROOT->SetStyle("Plain"); + gStyle->SetPalette(1); + gStyle->SetCanvasBorderMode(0); + gStyle->SetFrameBorderMode(0); + gStyle->SetPadTickX(1); + gStyle->SetPadTickY(1); + + TGMainFrame *main = new TGMainFrame(gClient->GetRoot(), 200, 200); + TGTab *fTab = new TGTab(main, 200, 200); + + Int_t ncols, tag, runID; + Double_t LET, LET_sigma, Gvalue, Gvalue_sigma; + string name; + string dummy; + string string_key, string_value; + + ifstream file; + file.open("Species.txt",std::ios::in); + + runID = 0; + + while(1){ + // Read LET values + file >> dummy >> LET >> dummy >> LET_sigma; + if(file.eof()) break; + + std::getline(file,dummy); + + if(!std::getline(file,string_key)) break; + std::istringstream key(string_key); // Read keys (name of molecule) + if(!std::getline(file,string_value)) break; + std::istringstream value(string_value); // Read G value + while(1){ + key >> name >> tag; + value >> Gvalue >> Gvalue_sigma; + if(!key || !value) break; + speciesInfo[tag].fName = name; + speciesInfo[tag].fG.resize(runID+1); + speciesInfo[tag].fGerr.resize(runID+1); + speciesInfo[tag].fLET.resize(runID+1); + speciesInfo[tag].fLETerr.resize(runID+1); + + speciesInfo[tag].fG[runID] = Gvalue; + speciesInfo[tag].fGerr[runID] = Gvalue_sigma; + speciesInfo[tag].fLET[runID] = LET; + speciesInfo[tag].fLETerr[runID] = LET_sigma; + } + runID++; + } + file.close(); + + for(auto it_map : speciesInfo){ + + auto map = it_map.second; + TGraphErrors* gSpecies = new TGraphErrors(map.fG.size(), + map.fLET.data(), + map.fG.data(), + map.fLETerr.data(), + map.fGerr.data()); + + Int_t color = (2+it_map.first)%TColor::GetNumberOfColors(); + if(color == 5 || color == 10 || color == 0) ++color; + + + TGCompositeFrame *tf = fTab->AddTab(map.fName.c_str()); + TGCompositeFrame *frame = new TGCompositeFrame(tf, 60, 60, + kHorizontalFrame); + + tf->AddFrame(frame, new TGLayoutHints(kLHintsExpandX|kLHintsExpandY, + 10,10,10,2)); + + TRootEmbeddedCanvas *c1 = new TRootEmbeddedCanvas(map.fName.c_str(), + frame, 700, 500); + frame->AddFrame(c1, new TGLayoutHints(kLHintsExpandX|kLHintsExpandY, + 10,10,10,2)); + c1->GetCanvas()->SetLogx(); + + TGHorizontalFrame* hframe = new TGHorizontalFrame(tf, 200, 40); + + TGTextButton* save = new TGTextButton(hframe, "&Save as ...", + "Save()"); + hframe->AddFrame(save, new TGLayoutHints(kLHintsCenterX, 5, 5, 3, 4)); + + TGTextButton *exit = new TGTextButton(hframe, "&Exit ", + "gApplication->Terminate()"); + hframe->AddFrame(exit, new TGLayoutHints(kLHintsCenterX, 5, 5, 3, 4)); + + tf->AddFrame(hframe, new TGLayoutHints(kLHintsCenterX, 2, 2, 2, 2)); + + gSpecies->SetTitle(map.fName.c_str()); + gSpecies->SetMarkerStyle(20+it_map.first); + gSpecies->SetMarkerColor(color); + gSpecies->GetXaxis()->SetTitle("LET (keV/um)"); + gSpecies->GetXaxis()->SetTitleOffset(1.1); + gSpecies->GetYaxis()->SetTitle("G value (molecules/100 eV)"); + gSpecies->GetYaxis()->SetTitleOffset(1.2); + gSpecies->Draw("AP"); + } + + main->AddFrame(fTab, new TGLayoutHints(kLHintsBottom | kLHintsExpandX | + kLHintsExpandY, 2, 2, 5, 1)); + + main->MapSubwindows(); + main->Resize(); // resize to default size + main->MapWindow(); +} + +void Save(){ + TGFileInfo fi; + fi.fFileTypes = filetypes; + + new TGFileDialog(gClient->GetRoot(),gClient->GetRoot(),kFDSave,&fi); + gROOT->GetListOfCanvases()->At(fTab->GetCurrent())->SaveAs(fi.fFilename); +} diff --git a/examples/extended/medical/dna/chem6/plotG_time.C b/examples/extended/medical/dna/chem6/plotG_time.C new file mode 100755 index 00000000000..2a2d2cdd1df --- /dev/null +++ b/examples/extended/medical/dna/chem6/plotG_time.C @@ -0,0 +1,232 @@ +{ + struct SpeciesInfoAOS + { + SpeciesInfoAOS() + { + fNEvent = 0; + fNumber = 0; + fG = 0.; + fG2 = 0.; + } + + SpeciesInfoAOS(const SpeciesInfoAOS& right) // Species A(B); + { + fNEvent = right.fNEvent; + fNumber = right.fNumber; + fG = right.fG; + fG2 = right.fG2; + fName = right.fName; + } + + SpeciesInfoAOS& operator=(const SpeciesInfoAOS& right) // A = B + { + if(&right == this) return *this; + fNEvent = right.fNEvent; + fNumber = right.fNumber; + fG = right.fG; + fG2 = right.fG2; + fName = right.fName; + return *this; + } + + Int_t fNEvent; + Int_t fNumber; + Double_t fG; + Double_t fG2; + string fName; + }; + + //------------------------------------------------------------------------ + + struct SpeciesInfoSOA + { + SpeciesInfoSOA() + { + fRelatErr = 0; + } + + SpeciesInfoSOA(const SpeciesInfoSOA& right) : + fG(right.fG), + fGerr(right.fGerr), + fTime(right.fTime), + fRelatErr(right.fRelatErr), + fName(right.fName) + {} + + SpeciesInfoSOA& operator=(const SpeciesInfoSOA& right) + { + if(this == &right) return *this; + fG = right.fG; + fGerr = right.fGerr; + fTime = right.fTime; + fRelatErr = right.fRelatErr; + fName = right.fName; + return *this; + } + + std::vector fG; + std::vector fGerr; + std::vector fTime; + Double_t fRelatErr; + Double_t fMin, fMax; + string fName; + }; + + void Save(); + const char* filetypes[] = { + "PostScript", "*.ps", + "Encapsulated PostScript", "*.eps", + "PDF files", "*.pdf", + "Gif files", "*.gif", + "PNG files", "*.png", + "All files", "*", + 0, 0 + }; + + gROOT->Reset(); + + gROOT->SetStyle("Plain"); + gStyle->SetPalette(1); + gStyle->SetCanvasBorderMode(0); + gStyle->SetFrameBorderMode(0); + gStyle->SetPadTickX(1); + gStyle->SetPadTickY(1); + + TGMainFrame *main = new TGMainFrame(gClient->GetRoot(), 200, 200); + TGTab *fTab = new TGTab(main, 200, 200); + + Double_t timeA, sumG, sumG2; + Int_t speciesID, number, nEvent; + char speciesName[500]; + + TFile* file = new TFile; + file = TFile::Open("Species0.root"); + + TTree* tree = (TTree*)file->Get("species"); + tree->SetBranchAddress("speciesID", &speciesID); + tree->SetBranchAddress("number", &number); + tree->SetBranchAddress("nEvent", &nEvent); + tree->SetBranchAddress("speciesName", &speciesName); + tree->SetBranchAddress("time", &timeA); + tree->SetBranchAddress("sumG", &sumG); + tree->SetBranchAddress("sumG2", &sumG2); + + Long64_t nentries = tree->GetEntries(); + + if(nentries == 0) + { + cout << "No entries found in the tree species contained in the file " + << file->GetPath() << endl; + exit(1); + } + + std::map> speciesTimeInfo; + + for (Int_t j=0; j < nentries; j++) + { + tree->GetEntry(j); + + SpeciesInfoAOS& infoAOS = speciesTimeInfo[speciesID][timeA]; + + infoAOS.fNumber += number; + infoAOS.fG += sumG; + infoAOS.fG2 += sumG2; + infoAOS.fNEvent += nEvent; + infoAOS.fName = speciesName; + } + + std::map speciesInfo; + + auto it_SOA = speciesTimeInfo.begin(); + auto end_SOA = speciesTimeInfo.end(); + + for(; it_SOA!=end_SOA;++it_SOA){ + const Int_t _speciesID = it_SOA->first; + SpeciesInfoSOA& info = speciesInfo[_speciesID]; + + auto it2 = it_SOA->second.begin(); + auto end2 = it_SOA->second.end(); + + info.fName = it2->second.fName; + const size_t size2 = it_SOA->second.size(); + info.fG.resize(size2); + info.fGerr.resize(size2); + info.fTime.resize(size2); + + Int_t color = (2+_speciesID)%TColor::GetNumberOfColors(); + if(color == 5 || color == 10 || color == 0) ++color; + + for(int i2 = 0 ;it2!=end2;++it2, ++i2) + { + SpeciesInfoAOS& infoAOS = it2->second; + + Double_t _SumG2 = infoAOS.fG2; + Double_t _MeanG = infoAOS.fG/infoAOS.fNEvent; + Double_t _Gerr = sqrt((_SumG2/infoAOS.fNEvent - pow(_MeanG,2)) + /(infoAOS.fNEvent-1) ); + + info.fG[i2] = _MeanG; + info.fGerr[i2] = _Gerr; + info.fTime[i2] = it2->first; + + info.fRelatErr += _Gerr/(_MeanG + 1e-30); + } + + TGraphErrors* gSpecies = new TGraphErrors(info.fG.size(), + info.fTime.data(), + info.fG.data(), + 0, + info.fGerr.data()); + + TGCompositeFrame *tf = fTab->AddTab(info.fName.c_str()); + TGCompositeFrame *frame = new TGCompositeFrame(tf, 60, 60, + kHorizontalFrame); + + tf->AddFrame(frame, new TGLayoutHints(kLHintsExpandX|kLHintsExpandY, + 10,10,10,2)); + + TRootEmbeddedCanvas *c1 = new TRootEmbeddedCanvas(info.fName.c_str(), + frame, 700, 500); + frame->AddFrame(c1, new TGLayoutHints(kLHintsExpandX|kLHintsExpandY, + 10,10,10,2)); + c1->GetCanvas()->SetLogx(); + + TGHorizontalFrame* hframe = new TGHorizontalFrame(tf, 200, 40); + + TGTextButton* save = new TGTextButton(hframe, "&Save as ...", + "Save()"); + hframe->AddFrame(save, new TGLayoutHints(kLHintsCenterX, 5, 5, 3, 4)); + + TGTextButton *exit = new TGTextButton(hframe, "&Exit ", + "gApplication->Terminate()"); + hframe->AddFrame(exit, new TGLayoutHints(kLHintsCenterX, 5, 5, 3, 4)); + + tf->AddFrame(hframe, new TGLayoutHints(kLHintsCenterX, 2, 2, 2, 2)); + + gSpecies->SetTitle(info.fName.c_str()); + gSpecies->SetMarkerStyle(20+_speciesID); + gSpecies->SetMarkerColor(color); + gSpecies->SetLineColor(color); + gSpecies->GetXaxis()->SetTitle("Time (ns)"); + gSpecies->GetXaxis()->SetTitleOffset(1.1); + gSpecies->GetYaxis()->SetTitle("G value (molecules/100 eV)"); + gSpecies->GetYaxis()->SetTitleOffset(1.2); + gSpecies->Draw("ALP"); + } + + main->AddFrame(fTab, new TGLayoutHints(kLHintsBottom | kLHintsExpandX | + kLHintsExpandY, 2, 2, 5, 1)); + + main->MapSubwindows(); + main->Resize(); // resize to default size + main->MapWindow(); + +} + +void Save(){ + TGFileInfo fi; + fi.fFileTypes = filetypes; + + new TGFileDialog(gClient->GetRoot(),gClient->GetRoot(),kFDSave,&fi); + gROOT->GetListOfCanvases()->At(fTab->GetCurrent())->SaveAs(fi.fFilename); +} diff --git a/examples/extended/medical/dna/chem6/src/ActionInitialization.cc b/examples/extended/medical/dna/chem6/src/ActionInitialization.cc new file mode 100755 index 00000000000..82a3a039c17 --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/ActionInitialization.cc @@ -0,0 +1,97 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +/// \file ActionInitialization.cc +/// \brief Implementation of the ActionInitialization class + +#include "ActionInitialization.hh" +#include "PrimaryGeneratorAction.hh" +#include "RunAction.hh" +#include "StackingAction.hh" +#include "TimeStepAction.hh" + +#include "G4DNAChemistryManager.hh" +#include "G4MoleculeCounter.hh" +#include "G4Scheduler.hh" + +#include "G4H2O.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +ActionInitialization::ActionInitialization() + : G4VUserActionInitialization() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +ActionInitialization::~ActionInitialization() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ActionInitialization::BuildForMaster() const +{ + SetUserAction(new RunAction()); + G4DNAChemistryManager::Instance()->ResetCounterWhenRunEnds(false); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ActionInitialization::Build() const +{ + + G4MoleculeCounter::Use(); +// G4MoleculeCounter::Instance()->SetVerbose(2); + + G4MoleculeCounter::Instance()->DontRegister(G4H2O::Definition()); + + // sequential mode + if(G4Threading::IsMultithreadedApplication() == false) { + G4DNAChemistryManager::Instance()->ResetCounterWhenRunEnds(false); + } + + SetUserAction(new PrimaryGeneratorAction()); + SetUserAction(new RunAction()); + SetUserAction(new StackingAction()); + G4Scheduler::Instance()->SetUserAction(new TimeStepAction()); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/medical/dna/chem6/src/DetectorConstruction.cc b/examples/extended/medical/dna/chem6/src/DetectorConstruction.cc new file mode 100755 index 00000000000..79f389826ba --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/DetectorConstruction.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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +/// \file DetectorConstruction.cc +/// \brief Implementation of the DetectorConstruction class + +#include "DetectorConstruction.hh" + +#include "G4NistManager.hh" +#include "G4Box.hh" +#include "G4LogicalVolume.hh" +#include "G4PVPlacement.hh" + +#include "G4VisAttributes.hh" +#include "G4PhysicalConstants.hh" +#include "G4SystemOfUnits.hh" + +#include "G4SDManager.hh" +#include "G4MultiFunctionalDetector.hh" +#include "G4VPrimitiveScorer.hh" + +#include "ScoreSpecies.hh" +#include "PrimaryKiller.hh" +#include "ScoreLET.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +DetectorConstruction::DetectorConstruction() +: G4VUserDetectorConstruction() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +DetectorConstruction::~DetectorConstruction() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +G4VPhysicalVolume* DetectorConstruction::Construct() +{ + // Water is defined from NIST material database + G4NistManager * man = G4NistManager::Instance(); + G4Material* water = man->FindOrBuildMaterial("G4_WATER"); + + // + // World + // + double world_sizeXYZ = 1 * km; + + G4Box* solidWorld = + new G4Box("World", + 0.5*world_sizeXYZ, + 0.5*world_sizeXYZ, + 0.5*world_sizeXYZ); + + G4LogicalVolume* logicWorld = + new G4LogicalVolume(solidWorld, + water, + "World"); + + G4VPhysicalVolume* physWorld = + new G4PVPlacement(0, //no rotation + G4ThreeVector(), //its position at (0,0,0) + logicWorld, //its logical volume + "World", //its name + 0, //its mother volume + false, //no boolean operation + 0, //copy number + true); //checking overlaps + + // Visualization attributes + G4VisAttributes* worldVisAtt = new G4VisAttributes(G4Colour(.5, 1.0, .5)); + worldVisAtt->SetVisibility(true); + logicWorld->SetVisAttributes(worldVisAtt); + + //always return the physical World + return physWorld; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void DetectorConstruction::ConstructSDandField() +{ + G4SDManager::GetSDMpointer()->SetVerboseLevel(1); + + // declare World as a MultiFunctionalDetector scorer + // + G4MultiFunctionalDetector* mfDetector = + new G4MultiFunctionalDetector("mfDetector"); + + //-- + // Kill primary track after a chosen energy loss OR under a chosen + // kinetic energy + + PrimaryKiller* primaryKiller = new PrimaryKiller("PrimaryKiller"); + primaryKiller->SetMinLossEnergyLimit(500*eV); // default value + primaryKiller->SetMaxLossEnergyLimit(1*eV); // default value + mfDetector->RegisterPrimitive(primaryKiller); + + // LET scorer + // - scores restricted or unrestricted LET + + ScoreLET* LET = new ScoreLET("LET"); + mfDetector->RegisterPrimitive(LET); + + //-- + // Record Species scorer: + // - scores number of species over time + // - score the total energy deposition + // - compute the radiochemical yields (G values) + + G4VPrimitiveScorer* primitivSpecies = new ScoreSpecies("Species"); + mfDetector->RegisterPrimitive(primitivSpecies); + + G4SDManager::GetSDMpointer()->AddNewDetector(mfDetector); + SetSensitiveDetector("World", mfDetector); + +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/medical/dna/chem6/src/PhysicsList.cc b/examples/extended/medical/dna/chem6/src/PhysicsList.cc new file mode 100755 index 00000000000..8e474647e5d --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/PhysicsList.cc @@ -0,0 +1,173 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +/// \file PhysicsList.cc +/// \brief Implementation of the PhysicsList class + +#include "PhysicsList.hh" + +#include "G4SystemOfUnits.hh" +#include "G4EmDNAChemistry.hh" +#include "G4EmDNAChemistry_option1.hh" +#include "G4EmDNAChemistry_option2.hh" +#include "G4EmDNAChemistry_option3.hh" +#include "G4EmDNAPhysics.hh" +#include "G4EmDNAPhysics_option1.hh" +#include "G4EmDNAPhysics_option2.hh" +#include "G4EmDNAPhysics_option3.hh" +#include "G4EmDNAPhysics_option4.hh" +#include "G4EmDNAPhysics_option5.hh" +#include "G4EmDNAPhysics_option6.hh" +#include "G4EmDNAPhysics_option7.hh" +#include "G4EmDNAPhysics_option8.hh" +#include "G4PhysicsConstructorRegistry.hh" +#include "G4EmParameters.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +PhysicsList::PhysicsList() + : G4VModularPhysicsList(), + fEmDNAPhysicsList(nullptr),fEmDNAChemistryList(nullptr), + fPhysDNAName("") +{ + G4double currentDefaultCut = 1.*nanometer; + // fixe lower limit for cut + 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; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PhysicsList::ConstructParticle() +{ + if(fEmDNAPhysicsList) { fEmDNAPhysicsList->ConstructParticle(); } + if(fEmDNAChemistryList) { fEmDNAChemistryList->ConstructParticle(); } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + +void PhysicsList::ConstructProcess() +{ + AddTransportation(); + if(fEmDNAPhysicsList) { fEmDNAPhysicsList->ConstructProcess(); } + if(fEmDNAChemistryList) { 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 == "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(); + fEmDNAChemistryList->SetVerboseLevel(verboseLevel); + } else if(name == "G4EmDNAChemistry_option1") { + delete fEmDNAChemistryList; + fEmDNAChemistryList = new G4EmDNAChemistry_option1(); + fEmDNAChemistryList->SetVerboseLevel(verboseLevel); + } else if(name == "G4EmDNAChemistry_option2") { + delete fEmDNAChemistryList; + fEmDNAChemistryList = new G4EmDNAChemistry_option2(); + fEmDNAChemistryList->SetVerboseLevel(verboseLevel); + } else if(name == "G4EmDNAChemistry_option3") { + delete fEmDNAChemistryList; + fEmDNAChemistryList = new G4EmDNAChemistry_option3(); + fEmDNAChemistryList->SetVerboseLevel(verboseLevel); + } else { + G4cout << "PhysicsList::RegisterConstructor: <" << name << ">" + << " fails - name is not defined" + << G4endl; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/chem6/src/PrimaryGeneratorAction.cc b/examples/extended/medical/dna/chem6/src/PrimaryGeneratorAction.cc new file mode 100755 index 00000000000..07c661a33f4 --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/PrimaryGeneratorAction.cc @@ -0,0 +1,78 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// 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 publication: +// Med. Phys. 37 (2010) 4692-4708 +// J. Comput. Phys. 274 (2014) 841-882 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// $Id$ +// +/// \file PrimaryGeneratorAction.cc +/// \brief Implementation of the PrimaryGeneratorAction class + +#include "PrimaryGeneratorAction.hh" + +#include "G4ParticleGun.hh" +#include "G4ParticleTable.hh" +#include "G4ParticleDefinition.hh" +#include "G4SystemOfUnits.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +PrimaryGeneratorAction::PrimaryGeneratorAction() + : G4VUserPrimaryGeneratorAction(), + fParticleGun(0) +{ + G4int n_particle = 1; + fParticleGun = new G4ParticleGun(n_particle); + + // default particle kinematic + G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable(); + G4ParticleDefinition* particle= + particleTable->FindParticle("e-"); + fParticleGun->SetParticleDefinition(particle); + fParticleGun->SetParticlePosition(G4ThreeVector(0.,0.,0.)); + fParticleGun->SetParticleEnergy(100*keV); + fParticleGun->SetParticleMomentumDirection(G4ThreeVector(0.,0.,1.)); +} + +//....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/chem6/src/PrimaryKiller.cc b/examples/extended/medical/dna/chem6/src/PrimaryKiller.cc new file mode 100755 index 00000000000..b3ed5f6a84b --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/PrimaryKiller.cc @@ -0,0 +1,195 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file PrimaryKiller.cc +/// \brief Implementation of the PrimaryKiller class + +#include "PrimaryKiller.hh" + +#include +#include +#include +#include +#include +#include + +/** \file PrimaryKiller.cc + \class PrimaryKiller + + Kill the primary particle: + - either after a given energy loss + - or after the primary particle has reached a given energy + */ + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +PrimaryKiller::PrimaryKiller(G4String name, G4int depth) +: G4VPrimitiveScorer(name,depth), + G4UImessenger() +{ + fELoss = 0.; // cumulated energy for current event + + fELossRange_Min = DBL_MAX; // fELoss from which the primary is killed + fELossRange_Max = DBL_MAX; // fELoss from which the event is aborted + fKineticE_Min = 0; // kinetic energy below which the primary is killed + fPhantomSize = G4ThreeVector(1*km,1*km,1*km); + + fpELossUI = new G4UIcmdWithADoubleAndUnit("/primaryKiller/eLossMin",this); + fpAbortEventIfELossUpperThan = + new G4UIcmdWithADoubleAndUnit("/primaryKiller/eLossMax", this); + fpMinKineticE = + new G4UIcmdWithADoubleAndUnit("/primaryKiller/minKineticE", this); + fpSizeUI = new G4UIcmdWith3VectorAndUnit("/primaryKiller/setSize",this); + fpSizeUI->SetDefaultUnit("um"); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +PrimaryKiller::~PrimaryKiller() +{ + delete fpELossUI; + delete fpAbortEventIfELossUpperThan; + delete fpSizeUI; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void PrimaryKiller::SetNewValue(G4UIcommand * command, + G4String newValue) +{ + if(command == fpELossUI){ + fELossRange_Min = fpELossUI->GetNewDoubleValue(newValue); + } + else if(command == fpAbortEventIfELossUpperThan){ + fELossRange_Max = + fpAbortEventIfELossUpperThan->GetNewDoubleValue(newValue); + } + else if(command == fpSizeUI){ + fPhantomSize = fpSizeUI->GetNew3VectorValue(newValue); + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +G4bool PrimaryKiller::ProcessHits(G4Step* aStep,G4TouchableHistory*) +{ + + const G4Track* track = aStep->GetTrack(); + G4ThreeVector pos = aStep->GetPostStepPoint()->GetPosition(); + + if(std::abs(pos.x())>fPhantomSize.getX()/2 || + std::abs(pos.y())>fPhantomSize.getY()/2 || + std::abs(pos.z())>fPhantomSize.getZ()/2){ + ((G4Track*)track)->SetTrackStatus(fStopAndKill); + return false; + } + + if(track->GetTrackID() != 1 || + track->GetParticleDefinition()->GetPDGEncoding() != 11) return FALSE; + + //------------------- + + double kineticE = aStep->GetPostStepPoint()->GetKineticEnergy(); + + G4double eLoss = aStep->GetPreStepPoint()->GetKineticEnergy() + - kineticE; + + if ( eLoss == 0. ) return FALSE; + + //------------------- + + fELoss+=eLoss; + + if(fELoss > fELossRange_Max){ + G4RunManager::GetRunManager()->AbortEvent(); +/* int eventID = + G4EventManager::GetEventManager()->GetConstCurrentEvent()->GetEventID(); + + G4cout << " * PrimaryKiller: aborts event " << eventID <<" energy loss " + "is too large. \n" + << " * Energy loss by primary is: " + << G4BestUnit(fELoss, "Energy") + << ". Event is aborted if the Eloss is > " + << G4BestUnit(fELossRange_Max, "Energy") + << G4endl; + */ + } + + if(fELoss >= fELossRange_Min || kineticE <= fKineticE_Min){ + ((G4Track*)track)->SetTrackStatus(fStopAndKill); +// G4cout << "kill track at : "<<'\n'; +// << G4BestUnit(kineticE, "Energy") +// << ", E loss is: " +// << G4BestUnit(fELoss, "Energy") +// << " /fELossMax: " +// << G4BestUnit(fELossMax, "Energy") +// << ", EThreshold is: " +// << G4BestUnit(fEThreshold, "Energy") +// << G4endl; + } + + return TRUE; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void PrimaryKiller::Initialize(G4HCofThisEvent* /*HCE*/) +{ + fELoss = 0.; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void PrimaryKiller::EndOfEvent(G4HCofThisEvent*) +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void PrimaryKiller::DrawAll() +{;} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void PrimaryKiller::PrintAll() +{} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/medical/dna/chem6/src/Run.cc b/examples/extended/medical/dna/chem6/src/Run.cc new file mode 100755 index 00000000000..bcc7fa9c92e --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/Run.cc @@ -0,0 +1,158 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file Run.cc +/// \brief Implementation of the Run class + +#include "Run.hh" +#include "RunAction.hh" + +#include "G4RunManager.hh" +#include "G4Event.hh" +#include "G4SDManager.hh" +#include "G4HCofThisEvent.hh" +#include "G4THitsMap.hh" +#include "G4SystemOfUnits.hh" +#include "G4VSensitiveDetector.hh" + +#include + +#include "ScoreSpecies.hh" +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +Run::Run() + : G4Run(), + fSumEne(0), + fScorerRun(0), + fLETScorerRun(0) +{ + G4MultiFunctionalDetector* mfdet = dynamic_cast + (G4SDManager::GetSDMpointer()->FindSensitiveDetector("mfDetector")); + G4int CollectionIDspecies = + G4SDManager::GetSDMpointer()->GetCollectionID("mfDetector/Species"); + G4int CollectionIDLET = + G4SDManager::GetSDMpointer()->GetCollectionID("mfDetector/LET"); + + fTotalLET = new G4THitsMap("mfDetector","LET"); + fScorerRun = mfdet->GetPrimitive(CollectionIDspecies); + fLETScorerRun = mfdet->GetPrimitive(CollectionIDLET); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +Run::~Run() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void Run::RecordEvent(const G4Event* event) +{ + if(event->IsAborted()) return; + + G4int CollectionID = + G4SDManager::GetSDMpointer()->GetCollectionID("mfDetector/Species"); + + G4int CollectionIDLET = + G4SDManager::GetSDMpointer()->GetCollectionID("mfDetector/LET"); + + //Hits collections + // + G4HCofThisEvent* HCE = event->GetHCofThisEvent(); + if(!HCE) return; + + G4THitsMap* evtMap = + static_cast*>(HCE->GetHC(CollectionID)); + + G4THitsMap* evtLET = + static_cast*> (HCE->GetHC(CollectionIDLET)); + + G4int nOfMap = evtLET->entries(); + + G4int nOftotal = fTotalLET->entries(); + + for (G4int i=0; iadd(nOftotal+i, *LET); + } + + std::map::iterator itr; + + for (itr = evtMap->GetMap()->begin(); itr != evtMap->GetMap()->end(); itr++){ + G4double edep = *(itr->second); + fSumEne+=edep; +// G4cout<<"Energy for this event: "<(aRun); + fSumEne += localRun->fSumEne; + + G4int nOfMaster = fTotalLET->entries(); + G4int nOfLocal = localRun->fTotalLET->entries(); + for(G4int i=0;ifTotalLET)[i]; + if(!LET) continue; + fTotalLET->add(nOfMaster+i,*LET); + } + + ScoreSpecies* masterScorer = + dynamic_cast(this->fScorerRun); + + ScoreSpecies* localScorer = + dynamic_cast(localRun->fScorerRun); + + masterScorer->AbsorbResultsFromWorkerScorer(localScorer); + G4Run::Merge(aRun); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/medical/dna/chem6/src/RunAction.cc b/examples/extended/medical/dna/chem6/src/RunAction.cc new file mode 100644 index 00000000000..1a5c39aeb02 --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/RunAction.cc @@ -0,0 +1,158 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file RunAction.cc +/// \brief Implementation of the RunAction class + +#include "RunAction.hh" +#include "Run.hh" + +#include "G4Run.hh" +#include "G4RunManager.hh" +#include "G4UnitsTable.hh" +#include "G4SystemOfUnits.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +extern std::ofstream out; + +RunAction::RunAction() + : G4UserRunAction() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +RunAction::~RunAction() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +G4Run* RunAction::GenerateRun() +{ + Run* run = new Run(); + return run; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void RunAction::BeginOfRunAction(const G4Run* run) +{ + G4cout << "### Run " << run->GetRunID() << " starts." << G4endl; + + // informs the runManager to save random number seed + G4RunManager::GetRunManager()->SetRandomNumberStore(false); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void RunAction::EndOfRunAction(const G4Run* run) +{ + G4int nofEvents = run->GetNumberOfEvent(); + if (nofEvents == 0) return; + + // results + // + const Run* chem6Run = static_cast(run); + G4double sumDose = chem6Run->GetSumDose(); + + // print + // + if (IsMaster()) + { + + G4cout + << G4endl + << "--------------------End of Global Run-----------------------" + << G4endl + << " The run has " << nofEvents << " events " + << G4endl; + + ScoreSpecies* masterScorer= + dynamic_cast(chem6Run->GetPrimitiveScorer()); + + G4cout << "Number of events recorded by the species scorer = " + << masterScorer->GetNumberOfRecordedEvents() + << G4endl; + + // LET + Run* aRun = (Run*)run; + G4THitsMap* totLET = aRun->GetLET(); + G4int nOfEvent = totLET->entries(); + G4double LET_mean = 0; + G4double LET_square = 0; + for(G4int i=0;iOutputAndClear(); + + out<<'\n'; + + } + else + { + G4cout + << G4endl + << "--------------------End of Local Run------------------------" + << G4endl + << " The run has " << nofEvents << " events" + << G4endl; + } + + G4cout + << " Total energy deposited in the world volume : " << sumDose/eV << " eV" + << G4endl + << " ------------------------------------------------------------" + << G4endl + << G4endl; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/medical/dna/chem6/src/ScoreLET.cc b/examples/extended/medical/dna/chem6/src/ScoreLET.cc new file mode 100755 index 00000000000..69a10f5c848 --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/ScoreLET.cc @@ -0,0 +1,162 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file ScoreLET.cc +/// \brief Implementation of the ScoreLET class + +#include "ScoreLET.hh" +#include "G4RunManager.hh" +#include "G4SystemOfUnits.hh" + +ScoreLET::ScoreLET(G4String name) + :G4VPrimitiveScorer(name),G4UImessenger(),fEvtMap(0) +{ + fLET = 0; + fEdep = 0; + fStepL = 0; + fNEvent = 0; + fTrackID = 1; + + fpLETDir = new G4UIdirectory("/scorer/LET/"); + fpLETDir->SetGuidance("LET scorer commands"); + + fpCutoff = new G4UIcmdWithADoubleAndUnit("/scorer/LET/cutoff", this); + + fCutoff = DBL_MAX; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +ScoreLET::~ScoreLET() +{ + delete fpLETDir; + delete fpCutoff; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ScoreLET::SetNewValue(G4UIcommand* command, G4String newValue){ + if(command == fpCutoff) fCutoff = atof(newValue); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +G4bool ScoreLET::ProcessHits(G4Step* aStep,G4TouchableHistory* /*TH*/) +{ + // In order to follow the primary track + // regardless charge increasing or decreasing + if(aStep->GetTrack()->GetTrackID() != 1 && + aStep->GetTrack()->GetParticleDefinition()->GetPDGEncoding() != 11){ + G4int subType = aStep->GetTrack()->GetCreatorProcess() + ->GetProcessSubType(); + if(subType == 56 || subType == 57){ + fTrackID = aStep->GetTrack()->GetTrackID(); + } + } + + // Ignore the step if it is not primary. + if(aStep->GetTrack()->GetTrackID() != fTrackID) return false; + else{ + fStepL += aStep->GetStepLength()/um; + fEdep += aStep->GetTotalEnergyDeposit()/keV; + + G4int subType = aStep->GetPostStepPoint()-> + GetProcessDefinedStep()->GetProcessSubType(); + + // Don't add the kinetic energy of primary particle + if(subType == 56 || subType == 57) return false; + + const std::vector* secondary = + aStep->GetSecondaryInCurrentStep(); + + size_t nbtrk = (*secondary).size(); + + if(nbtrk){ + for(size_t lp=0;lpGetKineticEnergy()/eVGetKineticEnergy()/keV; + } + } + } + } + return true; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ScoreLET::Initialize(G4HCofThisEvent* HCE) +{ + fEvtMap = new G4THitsMap(GetMultiFunctionalDetector()->GetName(), + GetName()); + + fEvtMap->clear(); + fNEvent = 0; +static G4int HCID = -1; + if(HCID < 0) {HCID = GetCollectionID(0);} + HCE->AddHitsCollection(HCID, (G4VHitsCollection*)fEvtMap); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ScoreLET::EndOfEvent(G4HCofThisEvent*) +{ + fLET = fEdep / fStepL; + if(!G4RunManager::GetRunManager()->GetCurrentEvent()->IsAborted()) + { + fEvtMap->add(fNEvent,fLET); + fNEvent++; + } + fTrackID = 1; + fLET = 0; + fEdep = 0; + fStepL = 0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +G4int ScoreLET::GetIndex(G4Step* /*aStep*/) +{ + return 0; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/medical/dna/chem6/src/ScoreSpecies.cc b/examples/extended/medical/dna/chem6/src/ScoreSpecies.cc new file mode 100644 index 00000000000..15c4a59045f --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/ScoreSpecies.cc @@ -0,0 +1,391 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file ScoreSpecies.cc +/// \brief Implementation of the ScoreSpecies class + +#include "ScoreSpecies.hh" + +#include +#include +#include +#include +#include +#include "G4UnitsTable.hh" +#include "G4Scheduler.hh" +#include "g4analysis.hh" +#include "G4Event.hh" +#include "G4UImessenger.hh" +#include "G4TScoreNtupleWriter.hh" + +/** + \file ScoreSpecies.cc + \class ScoreSpecies + This is a primitive scorer class for molecular species. + The number of species is recorded for all times (predetermined or + user chosen). It also scores the energy deposition in order to compute the + radiochemical yields. +*/ +extern std::ofstream out; + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +ScoreSpecies::ScoreSpecies(G4String name, G4int depth) +: G4VPrimitiveScorer(name,depth), + G4UImessenger(), + fEdep(0), + fOutputToRoot(true), + fOutputToXml(false), + fOutputToCsv(false), + fHCID(-1), + fEvtMap(0) +{ + fSpeciesdir = new G4UIdirectory("/scorer/species/"); + fSpeciesdir->SetGuidance("ScoreSpecies commands"); + + fAddTimeToRecordcmd = + new G4UIcmdWithADoubleAndUnit("/scorer/species/addTimeToRecord",this); + + fTimeBincmd = new G4UIcmdWithAnInteger("/scorer/species/nOfTimeBins",this); + + fEdep = 0; + fNEvent = 0; + fRunID = 0; + G4MoleculeCounter::Instance()->ResetCounter(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +ScoreSpecies::~ScoreSpecies() +{ + delete fSpeciesdir; + delete fAddTimeToRecordcmd; + delete fTimeBincmd; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ScoreSpecies::SetNewValue(G4UIcommand* command, G4String newValue) +{ + if(command == fAddTimeToRecordcmd){ + G4double cmdTime = fAddTimeToRecordcmd->GetNewDoubleValue(newValue); + AddTimeToRecord(cmdTime); + } + if(command == fTimeBincmd){ + ClearTimeToRecord(); + G4int cmdBins = fTimeBincmd->GetNewIntValue(newValue); + G4double timeMin = 1*ps; + G4double timeMax = G4Scheduler::Instance()->GetEndTime() - 1*ps; + G4double timeLogMin = std::log10(timeMin); + G4double timeLogMax = std::log10(timeMax); + for(G4int i=0;iGetTotalEnergyDeposit(); + + if ( edep == 0. ) return FALSE; + + edep *= aStep->GetPreStepPoint()->GetWeight(); // (Particle Weight) + G4int index = GetIndex(aStep); + fEvtMap->add(index,edep); + fEdep+=edep; + + return TRUE; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ScoreSpecies::Initialize(G4HCofThisEvent* HCE) +{ + fEvtMap = new G4THitsMap(GetMultiFunctionalDetector()->GetName(), + GetName()); + + if(fHCID < 0) + { + fHCID = GetCollectionID(0); + } + + HCE->AddHitsCollection(fHCID, (G4VHitsCollection*)fEvtMap); + G4MoleculeCounter::Instance()->ResetCounter(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ScoreSpecies::EndOfEvent(G4HCofThisEvent*) +{ + if(G4EventManager::GetEventManager()->GetConstCurrentEvent()->IsAborted()) + { + fEdep = 0.; + G4MoleculeCounter::Instance()->ResetCounter(); + return; + } + + auto species = G4MoleculeCounter::Instance()->GetRecordedMolecules(); + + if(species.get() == 0 || species->size() == 0) + { + G4cout << "No molecule recorded, energy deposited= " + << G4BestUnit(fEdep, "Energy") << G4endl; + ++fNEvent; + fEdep = 0.; + G4MoleculeCounter::Instance()->ResetCounter(); + return; + } + +// G4cout << "ScoreSpecies::EndOfEvent"<GetNMoleculesAtTime(molecule, + time_mol); + + if(n_mol < 0) + { + G4cerr << "N molecules not valid < 0 " << G4endl; + G4Exception("","N<0",FatalException,""); + } + + SpeciesInfo& molInfo = fSpeciesInfoPerTime[time_mol][molecule]; + molInfo.fNumber += n_mol; + double gValue = (n_mol/(fEdep/eV)) * 100.; + molInfo.fG += gValue; + molInfo.fG2 += gValue*gValue; + + // G4cout << "In Save molucule: fNumber " << molInfo.fNumber + // << " fG " << molInfo.fG + // << " fEdep " << fEdep/eV + // << G4endl; + } + } + + ++fNEvent; + +// G4cout << "End of event " << fNEvent +// << ", energy deposited=" << G4BestUnit(fEdep, "Energy") << G4endl; + + fEdep = 0.; + G4MoleculeCounter::Instance()->ResetCounter(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void +ScoreSpecies::AbsorbResultsFromWorkerScorer(G4VPrimitiveScorer* workerScorer) +{ + ScoreSpecies* right = + dynamic_cast(dynamic_cast(workerScorer)); + + if(right == 0) + { + return; + } + if(right == this) + { + return; + } + + // G4cout<<"ScoreSpecies::AbsorbResultsFromWorkerScorer"<fSpeciesInfoPerTime.begin(); + SpeciesMap::iterator end_map1 = right->fSpeciesInfoPerTime.end(); + + for(; it_map1 != end_map1; ++it_map1) + { + InnerSpeciesMap& map2 = it_map1->second; + InnerSpeciesMap::iterator it_map2 = map2.begin(); + InnerSpeciesMap::iterator end_map2 = map2.end(); + + for(; it_map2 != end_map2; ++it_map2) + { + SpeciesInfo& molInfo = + fSpeciesInfoPerTime[it_map1->first][it_map2->first] ; + molInfo.fNumber += it_map2->second.fNumber; + molInfo.fG += it_map2->second.fG; + molInfo.fG2 += it_map2->second.fG2; + + // G4cout << "In AbsorbeResultsFromWorkerScorer: fNumber " + // << molInfo.fNumber + // << " fG " + // << molInfo.fG + // << G4endl; + } + } + right->fSpeciesInfoPerTime.clear(); + + fNEvent += right->fNEvent; + right->fNEvent = 0; + right->fEdep = 0.; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ScoreSpecies::DrawAll() +{;} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ScoreSpecies::PrintAll() +{ + G4cout << " MultiFunctionalDet " << detector->GetName() << G4endl; + G4cout << " PrimitiveScorer " << GetName() << G4endl; + G4cout << " Number of events " << fNEvent << G4endl; + G4cout << " Number of energy deposition recorded " + << fEvtMap->entries() << G4endl; + + for(auto itr : *fEvtMap->GetMap()) { + G4cout << " copy no.: " << itr.first + << " energy deposit: " + << *(itr.second)/GetUnitValue() + << " [" << GetUnit()<<"]" + << G4endl; + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void ScoreSpecies::OutputAndClear() +{ + if(G4Threading::IsWorkerThread()) return; + + //--------------------------------------------------------------------------- + // Save results + + G4VAnalysisManager* analysisManager(0); + + + if(fOutputToCsv) + { + analysisManager = G4Analysis::ManagerInstance("csv"); + } + else if (fOutputToRoot) + { + analysisManager = G4Analysis::ManagerInstance("root"); + } + else if(fOutputToXml) + { + analysisManager = G4Analysis::ManagerInstance("xml"); + + } + if(analysisManager) + { + this->WriteWithAnalysisManager(analysisManager); + } + + fNEvent = 0; + fSpeciesInfoPerTime.clear(); +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void +ScoreSpecies::WriteWithAnalysisManager(G4VAnalysisManager* analysisManager) +{ + G4String fileN = "Species"+G4UIcommand::ConvertToString(fRunID); + analysisManager->OpenFile(fileN); + int fNtupleID = analysisManager->CreateNtuple("species", "species"); + analysisManager->CreateNtupleIColumn(fNtupleID, "speciesID"); + analysisManager->CreateNtupleIColumn(fNtupleID, "number"); + analysisManager->CreateNtupleIColumn(fNtupleID, "nEvent"); + analysisManager->CreateNtupleSColumn(fNtupleID, "speciesName"); + analysisManager->CreateNtupleDColumn(fNtupleID, "time"); + analysisManager->CreateNtupleDColumn(fNtupleID, "sumG"); + analysisManager->CreateNtupleDColumn(fNtupleID, "sumG2"); + analysisManager->FinishNtuple(fNtupleID); + + for(auto it_map1: fSpeciesInfoPerTime) + { + InnerSpeciesMap& map2 = it_map1.second; + + if(it_map1.first == fSpeciesInfoPerTime.begin()->first){ + for(auto it_molname : map2){ + auto tmp_species = it_molname.first; + out<GetName()<< + std::setw(12)<GetMoleculeID(); + } + out<<'\n'; + } + + for(auto it_map2 : map2) + { + double time = it_map1.first; + auto species = it_map2.first; + const G4String& name = species->GetName(); + int molID = it_map2.first->GetMoleculeID(); + int number = it_map2.second.fNumber; + double G = it_map2.second.fG; + double G2 = it_map2.second.fG2; + G4int N = fNEvent; + + if(time == *fTimeToRecord.rbegin()){ + out<FillNtupleIColumn(fNtupleID, 0, molID); // MolID + analysisManager->FillNtupleIColumn(fNtupleID, 1, number); // Number + analysisManager->FillNtupleIColumn(fNtupleID, + 2, fNEvent); // Total nb events + analysisManager->FillNtupleSColumn(fNtupleID, 3, name); // molName + analysisManager->FillNtupleDColumn(fNtupleID, 4, time); // time + analysisManager->FillNtupleDColumn(fNtupleID, 5, G); // G + analysisManager->FillNtupleDColumn(fNtupleID, 6, G2); // G2 + analysisManager->AddNtupleRow(fNtupleID); + } + } + + analysisManager->Write(); + analysisManager->CloseFile(); + fRunID++; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/medical/dna/chem6/src/StackingAction.cc b/examples/extended/medical/dna/chem6/src/StackingAction.cc new file mode 100755 index 00000000000..d3b11751b3b --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/StackingAction.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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file StackingAction.cc +/// \brief Implementation of the StackingAction class + +#include "StackingAction.hh" + +#include "G4StackManager.hh" +#include "G4DNAChemistryManager.hh" +#include "G4SDManager.hh" +#include "G4Track.hh" + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +StackingAction::StackingAction() + : G4UserStackingAction() +{ } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +StackingAction::~StackingAction() +{ } + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void StackingAction::NewStage() +{ + if(stackManager->GetNTotalTrack() == 0) + { +// G4cout << "Physics stage ends" << G4endl; + G4DNAChemistryManager::Instance()->Run(); // starts chemistry + } +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/medical/dna/chem6/src/TimeStepAction.cc b/examples/extended/medical/dna/chem6/src/TimeStepAction.cc new file mode 100755 index 00000000000..f765a6395b0 --- /dev/null +++ b/examples/extended/medical/dna/chem6/src/TimeStepAction.cc @@ -0,0 +1,117 @@ +// +// ******************************************************************** +// * 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. * +// ******************************************************************** +// +// This example is provided by the Geant4-DNA collaboration +// chem6 example is derived from chem4 and chem5 examples +// +// Any report or published results obtained using the Geant4-DNA software +// shall cite the following Geant4-DNA collaboration publication: +// J. Appl. Phys. 125 (2019) 104301 +// Med. Phys. 45 (2018) e722-e739 +// J. Comput. Phys. 274 (2014) 841-882 +// Med. Phys. 37 (2010) 4692-4708 +// Int. J. Model. Simul. Sci. Comput. 1 (2010) 157-178 +// The Geant4-DNA web site is available at http://geant4-dna.org +// +// Authors: W. G. Shin and S. Incerti (CENBG, France) +// +// $Id$ +// +/// \file TimeStepAction.hh +/// \brief Implementation of the TimeStepAction class + +#include "TimeStepAction.hh" + +#include "G4UnitsTable.hh" +#include "G4SystemOfUnits.hh" + +TimeStepAction::TimeStepAction() : G4UserTimeStepAction() +{ + /** + * Give to G4ITTimeStepper the user defined time steps + * eg : from 1 picosecond to 10 picosecond, the minimum time + * step that the TimeStepper can returned is 0.1 picosecond. + * Those time steps are used for the chemistry of G4DNA + * This method is not recommended for IRT method + */ + /* + AddTimeStep(1*picosecond, 0.3*picosecond); + AddTimeStep(10*picosecond, 1*picosecond); + AddTimeStep(100*picosecond, 3*picosecond); + AddTimeStep(1000*picosecond, 10*picosecond); + AddTimeStep(10000*picosecond, 100*picosecond); + */ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +TimeStepAction::~TimeStepAction() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +TimeStepAction::TimeStepAction(const TimeStepAction& other) : + G4UserTimeStepAction(other) +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +TimeStepAction& +TimeStepAction::operator=(const TimeStepAction& rhs) +{ + if (this == &rhs) return *this; // handle self assignment + //assignment operator + return *this; +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... +void TimeStepAction::UserPreTimeStepAction() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void TimeStepAction::UserPostTimeStepAction() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void TimeStepAction::Clear() +{ +} + +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... + +void TimeStepAction::UserReactionAction(const G4Track& /*trackA*/, + const G4Track& /*trackB*/, + const std::vector* /*products*/) +{ +// G4cout<Construct() start. ### G4EmDNAPhysicsActivator::ConstructProcess for 1 regions DNA physics type DNA_Opt0 ### DNA models type DNA_Opt0 are activated for G4Region DefaultRegionForTheWorld AddHeliumModels0 for a1msc: 1 a2msc: 1 elimel= 1 pminbba= 7.9452 -### G4EmConfigurator::AddModels n= 45 +### G4EmConfigurator::AddModels n= 46 physicsList->CheckParticleList() start. physicsList->setCut() start. # @@ -212,6 +218,11 @@ e-_G4DNAAttachment: for e- SubType=55 BuildTable=0 DNAMeltonAttachmentModel : Emin= 0 eV Emax= 13 eV DummyModel : Emin= 13 eV Emax= 1 GeV +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 RangeFactor= 0.08, stepLimType: 2, latDisp: 1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -258,29 +269,19 @@ msc: for proton SubType= 10 hIoni: for proton 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheBloch : Emin= 100 MeV Emax= 1 GeV deltaVI -hBrems: for proton SubType=3 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 1 GeV - ===== Limit on energy threshold has been applied - -hPairProd: for proton SubType=4 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 1 GeV - CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 Lambda table from threshold to 1 GeV, 20 bins/decade, spline: 1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 1 MeV Emax= 1 GeV +nuclearStopping: for proton SubType=8 BuildTable=0 + ===== EM models for the G4Region DefaultRegionForTheWorld ====== + proton_G4DNAElastic: for proton SubType=51 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNAIonElasticModel : Emin= 0 eV Emax= 1 MeV @@ -311,7 +312,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon 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.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheBloch : Emin= 10 MeV Emax= 1 GeV deltaVI @@ -366,7 +367,7 @@ msc: for alpha+ SubType= 10 hIoni: for alpha+ 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BetheBloch : Emin=100.69 MeV Emax= 1 GeV deltaVI @@ -403,24 +404,11 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 1 GeV deltaVI -hBrems: for anti_proton SubType=3 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 1 GeV - ===== Limit on energy threshold has been applied - -hPairProd: for anti_proton SubType=4 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 1 GeV - CoulombScat: for anti_proton, integral:1 SubType=1 BuildTable=1 Lambda table from threshold to 1 GeV, 20 bins/decade, spline: 1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 @@ -475,24 +463,11 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 1 GeV deltaVI -hBrems: for kaon+ SubType=3 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 1 GeV - ===== Limit on energy threshold has been applied - -hPairProd: for kaon+ SubType=4 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 1 GeV - CoulombScat: for kaon+, integral:1 SubType=1 BuildTable=1 Lambda table from threshold to 1 GeV, 20 bins/decade, spline: 1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 @@ -507,24 +482,11 @@ msc: for kaon- SubType= 10 hIoni: for kaon- 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 1 GeV deltaVI -hBrems: for kaon- SubType=3 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 1 GeV - ===== Limit on energy threshold has been applied - -hPairProd: for kaon- SubType=4 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 1 GeV - CoulombScat: for kaon-, integral:1 SubType=1 BuildTable=1 Used Lambda table of kaon+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 @@ -539,24 +501,11 @@ msc: for mu+ SubType= 10 muIoni: for mu+ 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI -muBrems: for mu+ SubType=3 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MuBrem : Emin= 0 eV Emax= 1 GeV - ===== Limit on energy threshold has been applied - -muPairProd: for mu+ SubType=4 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - muPairProd : Emin= 0 eV Emax= 1 GeV - CoulombScat: for mu+, integral:1 SubType=1 BuildTable=1 Lambda table from threshold to 1 GeV, 20 bins/decade, spline: 1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 @@ -571,24 +520,11 @@ msc: for mu- SubType= 10 muIoni: for mu- 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI -muBrems: for mu- SubType=3 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - MuBrem : Emin= 0 eV Emax= 1 GeV - ===== Limit on energy threshold has been applied - -muPairProd: for mu- SubType=4 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - muPairProd : Emin= 0 eV Emax= 1 GeV - CoulombScat: for mu-, integral:1 SubType=1 BuildTable=1 Used Lambda table of mu+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 @@ -603,24 +539,11 @@ msc: for pi+ SubType= 10 hIoni: for pi+ 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 1 GeV deltaVI -hBrems: for pi+ SubType=3 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 1 GeV - ===== Limit on energy threshold has been applied - -hPairProd: for pi+ SubType=4 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 1 GeV - CoulombScat: for pi+, integral:1 SubType=1 BuildTable=1 Lambda table from threshold to 1 GeV, 20 bins/decade, spline: 1 ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 @@ -635,24 +558,11 @@ msc: for pi- SubType= 10 hIoni: for pi- 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 1 GeV deltaVI -hBrems: for pi- SubType=3 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hBrem : Emin= 0 eV Emax= 1 GeV - ===== Limit on energy threshold has been applied - -hPairProd: for pi- SubType=4 - 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 - ===== EM models for the G4Region DefaultRegionForTheWorld ====== - hPairProd : Emin= 0 eV Emax= 1 GeV - CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Used Lambda table of pi+ ThetaMin(p) < Theta(degree) < 180 pLimit(GeV^1)= 0.139531 @@ -672,16 +582,16 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 um e- 1 um e+ 1 um proton 1 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ 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 100 eV e- 242.668 eV e+ 240.44 eV proton 100 eV + Energy thresholds : gamma 100 eV e- 243.293 eV e+ 238.864 eV proton 100 eV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -695,7 +605,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2 - User=5.670000s Real=5.744974s Sys=0.030000s + User=27.900000s Real=28.477168s Sys=0.050000s ... write Root file : dna.root - done ... close Root file : dna.root - done Graphics systems deleted. @@ -710,15 +620,15 @@ RunManager is deleting RunManagerKernel. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 5 +Total navigation history collections cleaned: 7 ================== Deleting memory pools =================== Pool ID '20G4NavigationLevelRep', size : 0.00481 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.364 MB -Pool ID '7G4Track', size : 0.728 MB +Pool ID '17G4DynamicParticle', size : 0.362 MB +Pool ID '7G4Track', size : 0.725 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/icsd/icsd.out b/examples/extended/medical/dna/icsd/icsd.out index 9c79d92df06..98ae8392c7e 100644 --- a/examples/extended/medical/dna/icsd/icsd.out +++ b/examples/extended/medical/dna/icsd/icsd.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -12,7 +12,7 @@ WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0xbe4c00 +##### Create analysis manager 0x11e4680 Using Root analysis manager e-_G4DNAPTBAugerModel is constructed diff --git a/examples/extended/medical/dna/mfp/mfp.out b/examples/extended/medical/dna/mfp/mfp.out index a035ee06ddb..aa44eb064ab 100644 --- a/examples/extended/medical/dna/mfp/mfp.out +++ b/examples/extended/medical/dna/mfp/mfp.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -101,7 +107,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -141,7 +147,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV diff --git a/examples/extended/medical/dna/microdosimetry/microdosimetry.out b/examples/extended/medical/dna/microdosimetry/microdosimetry.out index 151d0e293d4..69ade3dc90f 100644 --- a/examples/extended/medical/dna/microdosimetry/microdosimetry.out +++ b/examples/extended/medical/dna/microdosimetry/microdosimetry.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,20 +18,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -44,6 +44,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -51,6 +54,9 @@ Registered filter factories: 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 @@ -316,7 +322,7 @@ Region -- -- appears in world volume Materials : G4_WATER Production cuts : gamma 1 nm e- 1 nm e+ 1 nm proton 1 nm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_WATER @@ -332,7 +338,7 @@ Index : 1 used in the geometry : Yes Region(s) which use this couple : Target -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -345,12 +351,12 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 2 - User=30.170000s Real=30.450636s Sys=0.020000s + User=1131.270000s Real=1147.938105s Sys=0.280000s Number and type of particles created outside region "Target" : -N e- : 728 +N e- : 714 _______________________ Number and type of particles created in region "Target" : -N e- : 46477 +N e- : 46337 Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -370,12 +376,12 @@ Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 1.07 MB -Pool ID '7G4Track', size : 2.14 MB +Pool ID '17G4DynamicParticle', size : 1.08 MB +Pool ID '7G4Track', size : 2.17 MB Pool ID '18G4TouchableHistory', size : 0.000961 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Number of memory pools allocated: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 3.2 MB +Dynamic pools deleted: 9 / Total memory freed: 3.3 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/medical/dna/microyz/microyz.out b/examples/extended/medical/dna/microyz/microyz.out index cecd2d5d5a3..5508c1ba324 100644 --- a/examples/extended/medical/dna/microyz/microyz.out +++ b/examples/extended/medical/dna/microyz/microyz.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -12,27 +12,27 @@ WWW : http://geant4.org/ ************************************************************** -##### Create analysis manager 0xf14d00 +##### Create analysis manager 0x1d400f0 Using Root analysis manager Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -45,6 +45,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -52,6 +55,9 @@ Registered filter factories: 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 @@ -112,7 +118,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -152,7 +158,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV diff --git a/examples/extended/medical/dna/neuron/neuron.out b/examples/extended/medical/dna/neuron/neuron.out index c3487e4d931..0a6cd93a603 100644 --- a/examples/extended/medical/dna/neuron/neuron.out +++ b/examples/extended/medical/dna/neuron/neuron.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -52,20 +52,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -78,6 +78,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -85,6 +88,9 @@ Registered filter factories: 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 @@ -116,7 +122,7 @@ compt: for gamma SubType=13 BuildTable=1 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 +Livermore5DConversion : 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 @@ -205,7 +211,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -230,6 +236,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -238,7 +248,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -254,7 +264,7 @@ msc: for alpha SubType= 10 ionIoni: for alpha SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== BraggIon : Emin= 0 eV Emax=7.9452 MeV deltaVI BetheBloch : Emin=7.9452 MeV Emax= 100 TeV deltaVI @@ -271,7 +281,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -304,7 +314,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -337,7 +347,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -370,7 +380,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -404,7 +414,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -438,7 +448,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -471,7 +481,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range 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.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -497,9 +507,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 eCoulombScattering : Emin= 0 eV Emax= 100 TeV G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. -End of tracking primary particle, its final energy is :3.47531 GeV +End of tracking primary particle, its final energy is :3.47559 GeV Physics stage ends -End of tracking primary particle, its final energy is :3.47568 GeV +End of tracking primary particle, its final energy is :3.47619 GeV Physics stage ends ======= The summary of simulation results 'neuron' ======== @@ -508,23 +518,20 @@ Physics stage ends 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.616 +- 0.79048 keV/um - Mean track length of beam = 386.51 +- 0.0096979 um + Mean LET of beam as simulation = 10.882 +- 1.0638 keV/um + Mean track length of beam = 364.14 +- 0.032029 um Particle fluence = 383.66 particles/cm^2 Fluence dose (full) = 7.9081e-06 Gy Fluence dose ber beam = 3.954e-06 Gy List of generated physical process: - eBrem= 1 - eIoni= 3717 - ionIoni= 2399 - msc= 4488 - phot= 1 + eIoni= 3641 + ionIoni= 2376 + msc= 5345 List of generated particles outside neuron structure: - e- : 2855 Emean = 1.5733 keV ( 92.323 eV --> 464.62 keV) Eflow/event = 2.2458 MeV - gamma : 1 Emean = 629.6 eV ( 629.6 eV --> 629.6 eV ) Eflow/event = 314.8 eV + e- : 2799 Emean = 1.3778 keV ( 243.31 eV --> 149.33 keV) Eflow/event = 1.9283 MeV Number of secondary particles inside neuron structure: @@ -532,8 +539,8 @@ Physics stage ends time: 1 ps - 10 ps Total energy (MeV) deposition : - All volume: 8.2062 - Bounding slice: 1.9114 + All volume: 7.9254 + Bounding slice: 2.0993 Neuron: 0 Soma: 0 Dendrites: 0 @@ -551,7 +558,7 @@ Physics stage ends Outputs of energy deposition per event written in data file: OutputPerEvent.out - Calculation time = 3.17447 s + Calculation time = 4.82292 s Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/medical/dna/pdb4dna/pdb4dna.out b/examples/extended/medical/dna/pdb4dna/pdb4dna.out index 0bd820a3f40..120882a546a 100644 --- a/examples/extended/medical/dna/pdb4dna/pdb4dna.out +++ b/examples/extended/medical/dna/pdb4dna/pdb4dna.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,20 +19,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -45,6 +45,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -52,6 +55,9 @@ Registered filter factories: 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 @@ -110,7 +116,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -150,7 +156,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV diff --git a/examples/extended/medical/dna/range/range.out b/examples/extended/medical/dna/range/range.out index 51ddfb255c0..8eee0af1211 100644 --- a/examples/extended/medical/dna/range/range.out +++ b/examples/extended/medical/dna/range/range.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -103,7 +109,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -143,7 +149,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV diff --git a/examples/extended/medical/dna/slowing/slowing.out b/examples/extended/medical/dna/slowing/slowing.out index 320829585a9..c922a42475d 100644 --- a/examples/extended/medical/dna/slowing/slowing.out +++ b/examples/extended/medical/dna/slowing/slowing.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -107,7 +113,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -147,7 +153,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV diff --git a/examples/extended/medical/dna/spower/spower.out b/examples/extended/medical/dna/spower/spower.out index 23a31ff8871..f9a27deea00 100644 --- a/examples/extended/medical/dna/spower/spower.out +++ b/examples/extended/medical/dna/spower/spower.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -101,7 +107,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -137,7 +143,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV diff --git a/examples/extended/medical/dna/svalue/svalue.out b/examples/extended/medical/dna/svalue/svalue.out index 74538cf2385..a84cb1e75c5 100644 --- a/examples/extended/medical/dna/svalue/svalue.out +++ b/examples/extended/medical/dna/svalue/svalue.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -96,7 +102,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -136,7 +142,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV @@ -256,7 +262,7 @@ hydrogen_G4DNAChargeIncrease: for hydrogen SubType=57 BuildTable=0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== DNADingfelderChargeIncreaseModel : Emin= 0 eV Emax= 100 MeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_WATER @@ -265,7 +271,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. diff --git a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out index 89487d0bbf9..d14b41290e9 100644 --- a/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out +++ b/examples/extended/medical/dna/wholeNuclearDNA/wholeNuclearDNA.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -64,20 +64,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -90,6 +90,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -97,6 +100,9 @@ Registered filter factories: 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 @@ -124,7 +130,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -164,7 +170,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV diff --git a/examples/extended/medical/dna/wvalue/wvalue.out b/examples/extended/medical/dna/wvalue/wvalue.out index e67df0ef51b..fada96fcc40 100644 --- a/examples/extended/medical/dna/wvalue/wvalue.out +++ b/examples/extended/medical/dna/wvalue/wvalue.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -111,7 +117,7 @@ compt: for gamma SubType=13 BuildTable=1 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 + 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 @@ -143,7 +149,7 @@ msc: for e+ SubType= 10 eIoni: for e+ SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 84 bins Lambda tables from threshold to 100 TeV, 7 bins/decade, spline: 1 - StepFunction=(0.2, 0.1 mm), integ: 1, fluct: 1, linLossLim= 0.01 + StepFunction=(0.2, 1 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== MollerBhabha : Emin= 0 eV Emax= 100 TeV diff --git a/examples/extended/medical/electronScattering/electronScattering.out b/examples/extended/medical/electronScattering/electronScattering.out index 2596a956a09..c58a21461cd 100644 --- a/examples/extended/medical/electronScattering/electronScattering.out +++ b/examples/extended/medical/electronScattering/electronScattering.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -207,7 +207,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 1 mm e- 1 mm e+ 1 mm proton 1 mm -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -226,14 +226,14 @@ Index : 1 used in the geometry : Yes 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.8972 keV e- 809.624 keV e+ 767.248 keV proton 100 keV + Energy thresholds : gamma 12.7877 keV e- 807.855 keV e+ 770.853 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.02067 keV e- 419.056 keV e+ 405.209 keV proton 100 keV + Energy thresholds : gamma 3.0095 keV e- 419.056 keV e+ 405.255 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -247,11 +247,11 @@ Index : 4 used in the geometry : Yes 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -268,8 +268,8 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 55.71 0k 2 2 9 0.00 Frame - 44.29 0k 1 3 4 0.00 Gas + 53.92 0k 2 2 9 0.00 Frame + 46.08 0k 1 3 4 0.00 Gas ### Run 0 starts. --------- Ranecu engine status --------- @@ -290,7 +290,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 100000 - User=5.460000s Real=5.474989s Sys=0.000000s + User=8.460000s Real=8.765988s Sys=0.010000s ======================== run summary ====================== @@ -300,7 +300,7 @@ Run Summary --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1666418919, 692384295 + Current couple of seeds = 2070692869, 1954342156 ---------------------------------------- G4 kernel has come to Quit state. UserDetectorConstruction deleted. @@ -320,11 +320,11 @@ 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: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.029 MB +Dynamic pools deleted: 9 / Total memory freed: 0.03 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/medical/electronScattering2/electronScattering2.out b/examples/extended/medical/electronScattering2/electronScattering2.out index 3eef2c2e040..2075465a87d 100644 --- a/examples/extended/medical/electronScattering2/electronScattering2.out +++ b/examples/extended/medical/electronScattering2/electronScattering2.out @@ -8,7 +8,7 @@ Output File : output.csv ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -536,237 +536,237 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 --> Event 0 starts. Number of Events Processed:20000 Radius cell flux e cell flux population e population - 0 0.95498 0.95498 3 3 - 1 0.74283 0.74283 7 7 - 2 0.76402 0.76402 12 12 - 3 0.86413 0.81866 19 18 - 4 0.9199 0.9199 26 26 - 5 0.75787 0.72893 26 25 - 6 0.76216 0.71318 31 29 - 7 0.78553 0.72187 37 34 - 8 0.84373 0.73136 44 38 - 9 0.99769 0.89714 59 53 - 10 0.71258 0.65194 47 43 - 11 0.76136 0.74751 55 54 - 12 1.0104 0.9213 76 69 - 13 0.94191 0.88296 75 70 - 14 1.3691 1.3252 85 81 - 15 0.76119 0.70984 72 67 - 16 0.79232 0.77303 82 80 - 17 1.0553 0.98252 116 108 - 18 0.83952 0.77069 97 89 - 19 0.76224 0.74591 90 88 - 20 0.86978 0.86978 112 112 - 21 0.79063 0.75361 106 101 - 22 0.95141 0.93019 134 131 - 23 0.8711 0.83723 127 122 - 24 0.82528 0.76031 127 117 - 25 0.86267 0.82522 137 131 - 26 0.8051 0.75102 134 125 - 27 0.81305 0.78411 133 128 - 28 0.86499 0.8203 135 127 - 29 0.76198 0.75119 141 139 - 30 0.77114 0.74502 146 141 - 31 0.93318 0.91802 182 179 - 32 0.83295 0.78886 170 161 - 33 0.6889 0.64137 143 133 - 34 0.74471 0.72625 161 157 - 35 0.77724 0.7593 172 168 - 36 0.79484 0.77303 179 174 - 37 0.63171 0.585 149 138 - 38 0.8665 0.84168 169 163 - 39 0.66899 0.64883 162 157 - 40 0.68409 0.66049 171 165 - 41 0.71777 0.67939 187 177 - 42 0.63833 0.6121 170 163 - 43 0.62101 0.59538 168 161 - 44 0.71956 0.7088 198 195 - 45 0.58897 0.542 159 155 - 46 0.63722 0.6064 186 177 - 47 0.67301 0.65289 197 191 - 48 0.65535 0.63565 199 193 - 49 0.69726 0.65865 214 202 - 50 0.57671 0.56094 178 173 - 51 0.64939 0.64011 207 204 - 52 0.59415 0.55774 195 183 - 53 0.53913 0.51828 181 174 - 54 0.55251 0.52035 181 170 - 55 0.52739 0.49294 182 170 - 56 0.55767 0.53792 197 190 - 57 0.41036 0.39928 147 143 - 58 0.59838 0.58203 212 206 - 59 0.55751 0.53608 208 200 - 60 0.54326 0.52746 203 197 - 61 0.50935 0.50158 197 194 - 62 0.52488 0.50703 205 198 - 63 0.50492 0.49237 201 196 - 64 0.46089 0.45348 184 181 - 65 0.48393 0.4742 193 189 - 66 0.50723 0.49044 210 203 - 67 0.43579 0.42635 179 175 - 68 0.43719 0.41392 184 174 - 69 0.4565 0.43127 197 186 - 70 0.44788 0.42752 198 189 - 71 0.43808 0.41132 196 184 - 72 0.42592 0.39346 185 177 - 73 0.43747 0.42445 201 195 - 74 0.47837 0.46124 190 182 - 75 0.31755 0.30896 151 147 - 76 0.42759 0.41716 197 192 - 77 0.34513 0.33278 166 160 - 78 0.36439 0.35829 178 175 - 79 0.35736 0.34934 178 174 - 80 0.36471 0.34291 184 173 - 81 0.34708 0.33534 171 165 - 82 0.32624 0.32237 166 164 - 83 0.32559 0.31604 167 162 - 84 0.32809 0.30452 165 159 - 85 0.34563 0.33069 177 169 - 86 0.34331 0.33224 183 177 - 87 0.2765 0.26007 151 142 - 88 0.35736 0.34654 172 166 - 89 0.38751 0.38038 176 172 - 90 0.26818 0.26642 151 150 - 91 0.27803 0.2693 158 153 - 92 0.25916 0.24189 149 139 - 93 0.25113 0.24259 140 135 - 94 0.22038 0.21193 127 122 - 95 0.2807 0.27067 163 157 - 96 0.22371 0.21871 129 126 - 97 0.24342 0.23851 147 144 - 98 0.24008 0.22873 148 141 - 99 0.20197 0.20037 123 122 - 100 0.2056 0.19289 128 120 - 101 0.19207 0.18735 122 119 - 102 0.19176 0.18553 123 119 - 103 0.18066 0.17449 117 113 - 104 0.17303 0.16386 111 105 - 105 0.17804 0.16538 113 108 - 106 0.20026 0.18975 131 124 - 107 0.19962 0.19664 130 128 - 108 0.19094 0.1821 126 120 - 109 0.1723 0.16938 118 116 - 110 0.13169 0.12591 91 87 - 111 0.17998 0.17138 126 120 - 112 0.14574 0.13717 103 97 - 113 0.17023 0.16742 116 114 - 114 0.12459 0.12179 90 88 - 115 0.15097 0.14405 107 102 - 116 0.12907 0.12496 94 91 - 117 0.14576 0.13896 106 101 - 118 0.13876 0.13201 100 95 - 119 0.13447 0.11735 91 87 - 120 0.13333 0.12668 94 89 - 121 0.10186 0.097908 78 75 - 122 0.11543 0.11282 87 85 - 123 0.089437 0.085549 69 66 - 124 0.090042 0.084899 70 66 - 125 0.10164 0.095187 78 73 - 126 0.097043 0.094512 76 74 - 127 0.12518 0.12141 98 95 - 128 0.095732 0.090747 76 72 - 129 0.10269 0.10145 81 80 - 130 0.081295 0.077614 67 64 - 131 0.066374 0.063938 54 52 - 132 0.061666 0.056833 51 47 - 133 0.078733 0.076333 65 63 - 134 0.099181 0.094402 82 78 - 135 0.091118 0.089936 77 76 - 136 0.073993 0.072819 63 62 - 137 0.055976 0.053634 48 46 - 138 0.079894 0.07758 69 67 - 139 0.070101 0.067803 61 59 - 140 0.068494 0.063929 60 56 - 141 0.071727 0.068309 60 57 - 142 0.046137 0.045011 41 40 - 143 0.062601 0.060366 56 54 - 144 0.061186 0.056745 50 46 - 145 0.052396 0.051293 47 46 - 146 0.067898 0.065707 57 55 - 147 0.052264 0.050089 48 46 - 148 0.057279 0.056198 53 52 - 149 0.059646 0.056426 52 49 - 150 0.051369 0.049243 46 44 - 151 0.045584 0.045584 43 43 - 152 0.048417 0.047364 46 45 - 153 0.040807 0.038715 39 37 - 154 0.047801 0.042602 46 41 - 155 0.044404 0.040274 43 39 - 156 0.035331 0.031827 32 31 - 157 0.034829 0.03075 34 30 - 158 0.046054 0.043014 45 42 - 159 0.029205 0.024169 29 24 - 160 0.050067 0.048065 50 48 - 161 0.046345 0.04137 46 41 - 162 0.028927 0.027938 27 26 - 163 0.036708 0.033759 36 33 - 164 0.041798 0.040821 41 40 - 165 0.039133 0.037191 40 38 - 166 0.024148 0.021251 25 22 - 167 0.031669 0.02879 33 30 - 168 0.032599 0.030691 34 32 - 169 0.025846 0.025846 27 27 - 170 0.039223 0.032763 38 34 - 171 0.020638 0.020638 22 22 - 172 0.026572 0.024707 28 26 - 173 0.030226 0.023833 30 25 - 174 0.027045 0.026123 27 26 - 175 0.022156 0.021239 24 23 - 176 0.028409 0.026441 31 29 - 177 0.019044 0.018137 21 20 - 178 0.024423 0.02262 27 25 - 179 0.018828 0.01793 20 19 - 180 0.016949 0.016056 19 18 - 181 0.054727 0.049968 23 20 - 182 0.025437 0.022773 23 22 - 183 0.016594 0.016594 18 18 - 184 0.021058 0.017875 23 20 - 185 0.018657 0.015822 18 17 - 186 0.014782 0.01305 17 15 - 187 0.017393 0.016534 20 19 - 188 0.016672 0.011751 17 13 - 189 0.019961 0.016179 23 19 - 190 0.014605 0.013554 17 16 - 191 0.028172 0.025359 26 23 - 192 0.026223 0.023508 32 28 - 193 0.019943 0.015338 21 17 - 194 0.020535 0.014678 23 17 - 195 0.015559 0.014291 18 17 - 196 0.01714 0.016317 16 15 - 197 0.013323 0.013323 16 16 - 198 0.01687 0.016055 19 18 - 199 0.018851 0.0163 23 20 - 200 0.021615 0.016918 26 21 - 201 0.018606 0.015424 22 19 - 202 0.023186 0.017341 26 20 - 203 0.010136 0.0091591 11 10 - 204 0.010648 0.0059811 12 7 - 205 0.026822 0.022726 11 6 - 206 0.027171 0.022187 17 11 - 207 0.013491 0.0048771 14 6 - 208 0.011678 0.0053488 13 6 - 209 0.0098093 0.0066068 10 7 - 210 0.0081305 0.0024383 10 3 - 211 0.0066613 0.0041344 8 5 - 212 0.013528 0.0065987 15 7 - 213 0.013751 0.010461 15 11 - 214 0.012241 0.0025618 14 3 - 215 0.0074851 0.0035457 9 4 - 216 0.0074461 0.0026034 9 3 - 217 0.005569 0.0039362 7 5 - 218 0.0090711 0.0043117 11 5 - 219 0.0085837 0.0032742 11 4 - 220 0.013819 0.0055441 16 6 - 221 0.010069 0.0067732 11 7 - 222 0.01306 0.0062731 15 7 - 223 0.0096921 0.0025669 12 3 - 224 0.0051594 0.0017223 6 2 - 225 0.0075346 0.0033818 9 4 - 226 0.0058371 0.0036955 7 4 - 227 0.0069423 0.0037506 7 3 - 228 0.0079224 0.0048049 9 5 - 229 0.0081219 0.003872 10 5 - 230 0.010869 0.0023612 14 3 - 231 0.008474 0.0034744 9 2 - 232 0.0054951 0.0017784 6 2 -### deleting electronFilter 0x139a220 + 0 0 0 0 0 + 1 1.698 1.4858 16 14 + 2 0.70038 0.70038 11 11 + 3 0.86405 0.77311 19 17 + 4 1.1495 1.0434 33 30 + 5 1.1149 1.0859 39 38 + 6 0.68569 0.66121 28 27 + 7 0.95468 0.8698 43 39 + 8 1.1123 1.0561 59 56 + 9 0.86938 0.81912 51 48 + 10 0.75802 0.71255 50 47 + 11 0.85672 0.82903 61 59 + 12 0.79842 0.78568 62 61 + 13 0.89647 0.82573 76 70 + 14 0.80145 0.77949 73 71 + 15 0.90398 0.86279 88 84 + 16 0.8909 0.85229 92 88 + 17 0.82946 0.78398 90 85 + 18 0.86916 0.80893 101 94 + 19 0.91928 0.87847 112 107 + 20 0.76884 0.72225 99 93 + 21 0.79234 0.77753 107 105 + 22 0.93071 0.88119 123 116 + 23 0.86805 0.82063 125 118 + 24 0.9106 0.87161 140 134 + 25 0.9042 0.8605 144 137 + 26 0.65436 0.62433 108 103 + 27 0.74063 0.70589 125 119 + 28 0.75419 0.73184 135 131 + 29 0.76394 0.73695 137 132 + 30 0.83022 0.7989 159 153 + 31 0.75832 0.72799 150 144 + 32 0.7464 0.7072 150 142 + 33 0.81924 0.76695 155 144 + 34 0.78655 0.75424 169 162 + 35 0.67492 0.63903 149 141 + 36 0.76354 0.72427 175 166 + 37 0.74532 0.72815 172 168 + 38 0.7489 0.71565 181 173 + 39 0.6899 0.65765 164 156 + 40 0.62667 0.60308 157 151 + 41 0.81774 0.77937 205 195 + 42 0.72726 0.70477 193 187 + 43 0.7376 0.71197 201 194 + 44 0.72244 0.69023 201 192 + 45 0.64808 0.62008 183 175 + 46 0.69374 0.64578 202 188 + 47 0.63992 0.61643 190 183 + 48 0.55944 0.53645 170 163 + 49 0.61541 0.59288 191 184 + 50 0.62663 0.59193 198 187 + 51 0.67139 0.64355 217 208 + 52 0.59759 0.58242 186 181 + 53 0.56465 0.55572 184 181 + 54 0.58086 0.56917 197 193 + 55 0.60849 0.57117 211 198 + 56 0.63347 0.61373 225 218 + 57 0.46718 0.45056 168 162 + 58 0.46796 0.44616 168 160 + 59 0.55232 0.53358 206 199 + 60 0.50349 0.47188 189 177 + 61 0.5194 0.4883 200 188 + 62 0.45326 0.4303 171 162 + 63 0.55671 0.53663 217 209 + 64 0.5416 0.52429 219 212 + 65 0.4868 0.47707 190 186 + 66 0.49677 0.48478 207 202 + 67 0.43851 0.42434 183 177 + 68 0.45419 0.42626 194 182 + 69 0.42044 0.3998 179 170 + 70 0.37067 0.36163 162 158 + 71 0.41263 0.40148 185 180 + 72 0.39905 0.36826 182 168 + 73 0.46411 0.44892 211 204 + 74 0.37898 0.37041 177 173 + 75 0.343 0.33666 153 150 + 76 0.35788 0.3412 172 164 + 77 0.39804 0.37952 189 180 + 78 0.3397 0.32344 163 155 + 79 0.37354 0.34946 185 173 + 80 0.36208 0.35019 179 173 + 81 0.31727 0.30748 162 157 + 82 0.30567 0.29214 157 150 + 83 0.30073 0.28541 157 149 + 84 0.3327 0.31948 172 165 + 85 0.31565 0.30818 167 163 + 86 0.31925 0.30817 173 167 + 87 0.33025 0.31018 181 170 + 88 0.30748 0.29846 163 158 + 89 0.32641 0.31749 163 158 + 90 0.37979 0.37979 166 166 + 91 0.26266 0.24696 149 140 + 92 0.26755 0.25374 155 147 + 93 0.25341 0.24486 144 139 + 94 0.2543 0.2374 151 141 + 95 0.26705 0.25869 158 153 + 96 0.24281 0.23619 141 137 + 97 0.26052 0.25889 154 153 + 98 0.23489 0.22354 143 136 + 99 0.20488 0.19846 128 124 + 100 0.2247 0.21993 139 136 + 101 0.20575 0.19932 129 125 + 102 0.23104 0.21182 140 133 + 103 0.21621 0.21004 140 136 + 104 0.14031 0.13572 90 87 + 105 0.18822 0.17913 123 117 + 106 0.18311 0.17711 122 118 + 107 0.17252 0.16806 116 113 + 108 0.15042 0.14158 102 96 + 109 0.18122 0.171 123 116 + 110 0.16298 0.15574 111 106 + 111 0.16501 0.15784 115 110 + 112 0.13191 0.1248 93 88 + 113 0.16097 0.15252 114 108 + 114 0.1762 0.16921 124 119 + 115 0.14974 0.14559 108 105 + 116 0.13727 0.13178 100 96 + 117 0.13076 0.13076 96 96 + 118 0.10612 0.10342 78 76 + 119 0.12335 0.11934 91 88 + 120 0.11052 0.10654 79 76 + 121 0.13089 0.12957 99 98 + 122 0.097022 0.093102 71 68 + 123 0.10978 0.10848 80 79 + 124 0.12125 0.11739 93 90 + 125 0.079106 0.072728 62 57 + 126 0.10894 0.10514 86 83 + 127 0.11806 0.11178 94 89 + 128 0.089762 0.08727 72 70 + 129 0.10018 0.095232 81 77 + 130 0.087181 0.082272 71 67 + 131 0.09843 0.088683 80 72 + 132 0.072553 0.067716 60 56 + 133 0.088734 0.085133 73 70 + 134 0.084126 0.079361 70 66 + 135 0.084316 0.080756 70 67 + 136 0.079817 0.077468 68 66 + 137 0.059789 0.057458 51 49 + 138 0.063716 0.060244 55 52 + 139 0.065921 0.062475 57 54 + 140 0.06918 0.068039 59 58 + 141 0.064503 0.06337 56 55 + 142 0.050139 0.049014 44 43 + 143 0.068045 0.064692 59 56 + 144 0.064458 0.061128 57 54 + 145 0.061754 0.057344 56 52 + 146 0.069196 0.067006 63 61 + 147 0.055493 0.051141 51 47 + 148 0.054646 0.049241 51 46 + 149 0.063835 0.058468 60 55 + 150 0.044374 0.043308 41 40 + 151 0.069726 0.068666 39 38 + 152 0.034531 0.033478 33 32 + 153 0.043371 0.043371 40 40 + 154 0.053746 0.052707 50 49 + 155 0.036546 0.033448 35 32 + 156 0.028741 0.028741 28 28 + 157 0.041348 0.037264 37 33 + 158 0.04709 0.042018 45 40 + 159 0.041764 0.040756 41 40 + 160 0.04634 0.043336 44 41 + 161 0.02388 0.022885 24 23 + 162 0.028691 0.027702 29 28 + 163 0.035403 0.035403 36 36 + 164 0.043702 0.041748 43 41 + 165 0.030106 0.030106 31 31 + 166 0.026084 0.024153 27 25 + 167 0.031117 0.029197 32 30 + 168 0.022932 0.021978 24 23 + 169 0.025663 0.025663 27 27 + 170 0.024212 0.023268 25 24 + 171 0.018763 0.017825 20 19 + 172 0.022795 0.022795 24 24 + 173 0.025066 0.024139 27 26 + 174 0.026713 0.025371 28 27 + 175 0.02043 0.019513 22 21 + 176 0.019406 0.019406 20 20 + 177 0.026323 0.025416 29 28 + 178 0.032127 0.032127 33 33 + 179 0.017941 0.016147 20 18 + 180 0.026661 0.026661 29 29 + 181 0.017057 0.017057 16 16 + 182 0.018549 0.018549 21 21 + 183 0.024322 0.021689 25 22 + 184 0.013518 0.012644 15 14 + 185 0.023659 0.019308 26 21 + 186 0.020671 0.018247 23 21 + 187 0.02418 0.0201 25 22 + 188 0.012732 0.0086784 14 10 + 189 0.020432 0.019581 24 23 + 190 0.01339 0.011194 15 13 + 191 0.021664 0.019757 22 20 + 192 0.0084709 0.0066918 10 8 + 193 0.011998 0.011998 14 14 + 194 0.02861 0.023045 26 23 + 195 0.023918 0.017212 22 20 + 196 0.025358 0.021902 26 22 + 197 0.016349 0.014711 19 17 + 198 0.012455 0.012455 13 13 + 199 0.013246 0.0099204 16 12 + 200 0.021577 0.012888 26 16 + 201 0.017238 0.015503 21 19 + 202 0.023567 0.015752 26 18 + 203 0.012474 0.0052821 14 6 + 204 0.014096 0.010138 12 7 + 205 0.011996 0.0069786 14 8 + 206 0.0065195 0.0024518 8 3 + 207 0.017155 0.0080095 16 5 + 208 0.011141 0.0042123 12 4 + 209 0.012306 0.0096406 14 11 + 210 0.01724 0.0092282 18 9 + 211 0.01113 0.0069292 11 6 + 212 0.01792 0.0089213 20 9 + 213 0.01319 0.0053721 16 6 + 214 0.017898 0.0071812 16 8 + 215 0.010394 0.002614 12 3 + 216 0.01298 0.0056649 13 5 + 217 0.015843 0.0075102 15 6 + 218 0.0090372 0.003908 10 4 + 219 0.013429 0.0076623 15 9 + 220 0.012674 0.0053898 15 6 + 221 0.0061605 0.0045648 7 5 + 222 0.014017 0.0086192 16 9 + 223 0.016887 0.0103 20 12 + 224 0.0076 0.0027208 9 3 + 225 0.014244 0.0045097 18 6 + 226 0.010307 0.0032736 13 4 + 227 0.0084708 0.0033839 11 4 + 228 0.011458 0.0047702 14 5 + 229 0.0076236 0.0050789 7 4 + 230 0.017105 0.012566 16 10 + 231 0.005103 0.0026056 6 3 + 232 0.01395 0.006701 15 7 +### deleting electronFilter 0xf523e0 diff --git a/examples/extended/medical/fanoCavity/fanoCavity.out b/examples/extended/medical/fanoCavity/fanoCavity.out index 70c181ac71b..2b342058814 100644 --- a/examples/extended/medical/fanoCavity/fanoCavity.out +++ b/examples/extended/medical/fanoCavity/fanoCavity.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -187,7 +187,7 @@ hIoni: for proton SubType=2 BetheBloch : Emin= 2 MeV Emax= 10 GeV CSDA range table up to 10 GeV in 180 bins -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_WATER @@ -203,24 +203,24 @@ Index : 1 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. ### Run 0 start. --> Event 0 starts. --> Event 1000 starts. - ---> NbofEvents= 1000 NbOfelectr= 70862 Tkin= 588.581 keV (0.000 %) NbOfelec in cav= 4670 Dose/EnFluence= 30.208 cm2/g (0.000 %) + ---> NbofEvents= 1000 NbOfelectr= 70726 Tkin= 589.139 keV (0.000 %) NbOfelec in cav= 4785 Dose/EnFluence= 29.592 cm2/g (0.000 %) --> Event 2000 starts. - ---> NbofEvents= 2000 NbOfelectr= 140770 Tkin= 588.302 keV (-0.047 %) NbOfelec in cav= 9324 Dose/EnFluence= 27.920 cm2/g (-7.574 %) + ---> NbofEvents= 2000 NbOfelectr= 140567 Tkin= 587.699 keV (-0.244 %) NbOfelec in cav= 9836 Dose/EnFluence= 30.158 cm2/g (1.910 %) --> Event 3000 starts. - ---> NbofEvents= 3000 NbOfelectr= 210833 Tkin= 588.321 keV (0.003 %) NbOfelec in cav= 14377 Dose/EnFluence= 28.740 cm2/g (2.939 %) + ---> NbofEvents= 3000 NbOfelectr= 211774 Tkin= 589.440 keV (0.296 %) NbOfelec in cav= 14357 Dose/EnFluence= 30.536 cm2/g (1.254 %) Run terminated. Run Summary Number of events processed : 4000 - User=13.350000s Real=13.447095s Sys=0.000000s + User=42.410000s Real=43.102396s Sys=0.030000s ======================== run summary ====================== @@ -230,31 +230,31 @@ Run Summary ============================================================ - Process calls frequency ---> compt= 280949 Transportation= 77842 msc= 2584487 eIoni= 1716870 + Process calls frequency ---> compt= 281945 Transportation= 78940 msc= 2584067 eIoni= 1716147 Gamma crossSections in wall material : compt= 63.464 cm2/g --> total= 63.464 cm2/g - Mean energy of secondary e- = 589.0003 keV +- 0.1029 % (--> range in wall material = 2.2250 mm ) - Mass_energy_transfer coef: 29.9041 cm2/g + Mean energy of secondary e- = 589.2619 keV +- 0.1027 % (--> range in wall material = 2.2263 mm ) + Mass_energy_transfer coef: 29.9174 cm2/g - StoppingPower in wall = 1.9640 MeV*cm2/g - in cavity = 1.9640 MeV*cm2/g + StoppingPower in wall = 1.9638 MeV*cm2/g + in cavity = 1.9638 MeV*cm2/g Charged particle flow in cavity : - Enter --> nbParticles = 19096 Energy = 9.6036 GeV - Exit --> nbParticles = 19086 Energy = 9.6007 GeV + Enter --> nbParticles = 19434 Energy = 9.8009 GeV + Exit --> nbParticles = 19434 Energy = 9.8017 GeV - Total edep in cavity = 12.7979 MeV +- 3.1764 % Total charged trackLength = 52.9933 m (mean value = 2.7751 mm ) - Total dose in cavity = 20.3685 MeV/mg - Dose/EnergyFluence = 28.7953 cm2/g + Total edep in cavity = 13.5332 MeV +- 3.1102 % Total charged trackLength = 54.6531 m (mean value = 2.8122 mm ) + Total dose in cavity = 21.5387 MeV/mg + Dose/EnergyFluence = 30.4496 cm2/g - (Dose/EnergyFluence)/Mass_energy_transfer = 0.96292 +- 0.03060 + (Dose/EnergyFluence)/Mass_energy_transfer = 1.01779 +- 0.03167 - StepSize of ch. tracks in wall = 110.2992 um +- 70.5230 um (nbSteps/track = 15.2836) - StepSize of ch. tracks in cavity = 681.9104 um +- 731.8146 um (nbSteps/track = 4.0696) + StepSize of ch. tracks in wall = 110.2904 um +- 70.5163 um (nbSteps/track = 15.2240) + StepSize of ch. tracks in cavity = 689.7601 um +- 763.7022 um (nbSteps/track = 4.0771) 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.067 MB +Dynamic pools deleted: 9 / Total memory freed: 0.07 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/medical/fanoCavity2/fanoCavity2.out b/examples/extended/medical/fanoCavity2/fanoCavity2.out index 4f256c8cebe..ba4c136a8c2 100644 --- a/examples/extended/medical/fanoCavity2/fanoCavity2.out +++ b/examples/extended/medical/fanoCavity2/fanoCavity2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -185,7 +185,7 @@ hIoni: for proton SubType=2 BetheBloch : Emin= 2 MeV Emax= 10 GeV CSDA range table up to 10 GeV in 180 bins -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_WATER @@ -201,7 +201,7 @@ Index : 1 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ===================== run conditions ===================== @@ -225,45 +225,45 @@ Index : 1 used in the geometry : Yes ### Run 0 start. --> Event 0 starts. --> Event 10000 starts. ---->evntNb= 10000 Nwall= 9999 Ncav= 2 Ic/Iw= 1.05363 Ne-_cav= 2860 doseCavity/Ebeam= 1.06120 (100*(ratio-1) = 6.12007 %) +--->evntNb= 10000 Nwall= 9999 Ncav= 2 Ic/Iw= 1.05363 Ne-_cav= 2852 doseCavity/Ebeam= 1.01564 (100*(ratio-1) = 1.56371 %) --> Event 20000 starts. ---->evntNb= 20000 Nwall= 19996 Ncav= 5 Ic/Iw= 1.31717 Ne-_cav= 5699 doseCavity/Ebeam= 1.08412 (100*(ratio-1) = 8.41192 %) +--->evntNb= 20000 Nwall= 19997 Ncav= 4 Ic/Iw= 1.05368 Ne-_cav= 5712 doseCavity/Ebeam= 1.01999 (100*(ratio-1) = 1.99866 %) --> Event 30000 starts. ---->evntNb= 30000 Nwall= 29994 Ncav= 7 Ic/Iw= 1.22936 Ne-_cav= 8620 doseCavity/Ebeam= 1.08956 (100*(ratio-1) = 8.95590 %) +--->evntNb= 30000 Nwall= 29996 Ncav= 5 Ic/Iw= 0.87805 Ne-_cav= 8505 doseCavity/Ebeam= 0.99900 (100*(ratio-1) = -0.09999 %) Run terminated. Run Summary Number of events processed : 40000 - User=2.640000s Real=2.650786s Sys=0.000000s + User=7.590000s Real=7.635075s Sys=0.000000s - Process calls frequency ---> msc= 644751 eIoni= 258361 Transportation= 22831 + Process calls frequency ---> msc= 640840 eIoni= 259324 Transportation= 22730 Charged particle flow in cavity : - Enter --> nbParticles = 11414 Energy = 7.255 GeV - Exit --> nbParticles = 11417 Energy = 7.256 GeV + Enter --> nbParticles = 11366 Energy = 7.229 GeV + Exit --> nbParticles = 11364 Energy = 7.227 GeV - beamFluence in wall = 39991 in cavity = 9 Icav/Iwall = 1.18548 energyFluence = 37.96066 MeV*cm2/mg + beamFluence in wall = 39995 in cavity = 5 Icav/Iwall = 0.65853 energyFluence = 37.96068 MeV*cm2/mg - Total edep in cavity = 7.99106 MeV +- 3.88055 % - Total dose in cavity = 39.95531 MeV*cm2/mg +- 3.88055 % + Total edep in cavity = 7.56685 MeV +- 3.36433 % + Total dose in cavity = 37.83424 MeV*cm2/mg +- 3.36433 % - DoseCavity/EnergyFluence = 1.05255 +- 0.04084 + DoseCavity/EnergyFluence = 0.99667 +- 0.03353 - Total charged trackLength in cavity = 36.2841 m (mean value = 3.1789 mm ) + Total charged trackLength in cavity = 35.4115 m (mean value = 3.1156 mm ) - StepSize of ch. tracks in wall = 200.5631 um +- 161.3791 um (nbSteps/track = 21.9708) - StepSize of ch. tracks in cavity = 766.9592 um +- 1.3498 mm (nbSteps/track = 4.1448) + StepSize of ch. tracks in wall = 201.4959 um +- 162.1213 um (nbSteps/track = 21.9002) + StepSize of ch. tracks in cavity = 753.5164 um +- 1.3530 mm (nbSteps/track = 4.1347) --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1486272994, 992432232 + Current couple of seeds = 1612056410, 405244496 ---------------------------------------- --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1486272994, 992432232 + Current couple of seeds = 1612056410, 405244496 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/optical/LXe/LXe.out b/examples/extended/optical/LXe/LXe.out index 07531c0a539..07a771378cf 100644 --- a/examples/extended/optical/LXe/LXe.out +++ b/examples/extended/optical/LXe/LXe.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-ref-00 (6-December-2019) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -183,7 +189,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -207,6 +213,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -215,7 +225,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -248,7 +258,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -280,7 +290,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -312,7 +322,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -344,7 +354,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -377,7 +387,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -410,7 +420,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -442,7 +452,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -493,31 +503,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -525,11 +535,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -539,11 +549,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -553,11 +563,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -567,11 +577,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -581,11 +591,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -595,11 +605,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -608,12 +618,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -633,7 +643,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -729,17 +740,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -758,7 +783,8 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -767,7 +793,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Vacuum @@ -779,61 +805,61 @@ Index : 0 used in the geometry : Yes 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.87535 keV e- 460.395 keV e+ 442.201 keV proton 70 keV + Energy thresholds : gamma 5.84069 keV e- 457.179 keV e+ 442.122 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.933 keV e- 391.82 keV e+ 376.336 keV proton 70 keV + Energy thresholds : gamma 24.0004 keV e- 389.292 keV e+ 376.471 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.09434 keV e- 281.891 keV e+ 276.265 keV proton 70 keV + Energy thresholds : gamma 2.10317 keV e- 282.263 keV e+ 272.967 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. - Energy weighted position of hits in LXe : (6.57187,-10.9049,-101.128) - Total energy deposition in scintillator : 397.837 (keV) - Reconstructed position of hits in LXe : (1.28432,-3.61922,-19.9117) + Energy weighted position of hits in LXe : (6.53947,-10.787,-101.039) + Total energy deposition in scintillator : 398.194 (keV) + Reconstructed position of hits in LXe : (0.614728,0.999265,-16.5361) WARNING: G4VisManager::IsValidView(): Attempt to draw when no graphics system has been instantiated. Use "/vis/open" or "/vis/sceneHandler/create". Alternatively, to avoid this message, suppress instantiation of vis manager (G4VisExecutive) and ensure drawing code is executed only if G4VVisManager::GetConcreteInstance() is non-zero. - Number of photons that hit PMTs in this event : 937 + Number of photons that hit PMTs in this event : 939 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 3377 + Number of photons produced by scintillation in this event : 3430 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 2440 + Number of photons absorbed (OpAbsorption) in this event : 2491 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 : 1 - User=0.040000s Real=0.041733s Sys=0.010000s + User=0.140000s Real=0.141855s Sys=0.000000s ======================== run summary ====================== The run was 1 events. -Number of hits per event: 937 +- 0 +Number of hits per event: 939 +- 0 Number of hits per event above threshold: 32 +- 0 -Number of scintillation photons per event : 3377 +- 0 +Number of scintillation photons per event : 3430 +- 0 Number of Cerenkov photons per event: 0 +- 0 -Number of absorbed photons per event : 2440 +- 0 +Number of absorbed photons per event : 2491 +- 0 Number of photons absorbed at boundary per event: 0 +- 0 -Total energy deposition in scintillator per event: 397.8 +- 0 keV. +Total energy deposition in scintillator per event: 398.2 +- 0 keV. -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Vacuum @@ -845,141 +871,141 @@ Index : 0 used in the geometry : Yes 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.87535 keV e- 460.395 keV e+ 442.201 keV proton 70 keV + Energy thresholds : gamma 5.84069 keV e- 457.179 keV e+ 442.122 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.933 keV e- 391.82 keV e+ 376.336 keV proton 70 keV + Energy thresholds : gamma 24.0004 keV e- 389.292 keV e+ 376.471 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.09434 keV e- 281.891 keV e+ 276.265 keV proton 70 keV + Energy thresholds : gamma 2.10317 keV e- 282.263 keV e+ 272.967 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. - Energy weighted position of hits in LXe : (2.49614,2.7504,-98.065) - Total energy deposition in scintillator : 537.024 (keV) - Reconstructed position of hits in LXe : (1.40728,2.4522,-20.0827) - Number of photons that hit PMTs in this event : 1364 + Energy weighted position of hits in LXe : (25.3778,-32.1105,47.6532) + Total energy deposition in scintillator : 538.298 (keV) + Reconstructed position of hits in LXe : (11.7926,-13.1687,23.7348) + Number of photons that hit PMTs in this event : 1655 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 5046 + Number of photons produced by scintillation in this event : 5516 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3682 + Number of photons absorbed (OpAbsorption) in this event : 3861 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.0615129,-2.78631,-91.111) - Total energy deposition in scintillator : 536.004 (keV) - Reconstructed position of hits in LXe : (-1.51165,0.787524,-20.7863) - Number of photons that hit PMTs in this event : 1474 + Energy weighted position of hits in LXe : (0.0333297,-0.0547412,-106.041) + Total energy deposition in scintillator : 358.566 (keV) + Reconstructed position of hits in LXe : (2.0696,-0.00153382,-20.3176) + Number of photons that hit PMTs in this event : 1035 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 5010 + Number of photons produced by scintillation in this event : 3725 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3536 + Number of photons absorbed (OpAbsorption) in this event : 2690 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 : (-2.32778,-0.0358351,-89.5265) - Total energy deposition in scintillator : 538.496 (keV) - Reconstructed position of hits in LXe : (2.04655,0.390137,-21.1603) - Number of photons that hit PMTs in this event : 1482 + Energy weighted position of hits in LXe : (0.913543,-0.459931,-69.3678) + Total energy deposition in scintillator : 536.332 (keV) + Reconstructed position of hits in LXe : (1.63991,-0.846683,-24.961) + Number of photons that hit PMTs in this event : 1469 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 5373 + Number of photons produced by scintillation in this event : 5053 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3891 + Number of photons absorbed (OpAbsorption) in this event : 3584 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 : (-3.22631,3.81231,-71.956) - Total energy deposition in scintillator : 537.361 (keV) - Reconstructed position of hits in LXe : (-3.10581,2.58855,-24.8646) - Number of photons that hit PMTs in this event : 1551 + Energy weighted position of hits in LXe : (-0.398866,0.976295,-72.6524) + Total energy deposition in scintillator : 537.405 (keV) + Reconstructed position of hits in LXe : (-2.05763,2.48297,-23.4178) + Number of photons that hit PMTs in this event : 1582 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 5280 + Number of photons produced by scintillation in this event : 5317 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3729 + Number of photons absorbed (OpAbsorption) in this event : 3735 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.306863,0.568819,-102.037) - Total energy deposition in scintillator : 539.139 (keV) - Reconstructed position of hits in LXe : (-2.34309,1.69399,-17.6345) - Number of photons that hit PMTs in this event : 1448 + Energy weighted position of hits in LXe : (-0.0550395,-0.00151261,-85.4005) + Total energy deposition in scintillator : 537.913 (keV) + Reconstructed position of hits in LXe : (-0.151561,0.57039,-24.7703) + Number of photons that hit PMTs in this event : 1489 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 5428 + Number of photons produced by scintillation in this event : 5296 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3980 + Number of photons absorbed (OpAbsorption) in this event : 3807 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 : (-28.9686,5.80253,-84.4598) - Total energy deposition in scintillator : 536.904 (keV) - Reconstructed position of hits in LXe : (-7.13119,3.32701,-23.1916) - Number of photons that hit PMTs in this event : 1606 + Energy weighted position of hits in LXe : (0.0738991,-0.0121195,-98.9945) + Total energy deposition in scintillator : 539.066 (keV) + Reconstructed position of hits in LXe : (0.0831341,-1.08319,-17.5878) + Number of photons that hit PMTs in this event : 1518 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 5270 + Number of photons produced by scintillation in this event : 5489 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3664 + Number of photons absorbed (OpAbsorption) in this event : 3971 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.61,0.634004,-74.8345) - Total energy deposition in scintillator : 538.456 (keV) - Reconstructed position of hits in LXe : (-1.76512,0.78514,-21.6676) - Number of photons that hit PMTs in this event : 1589 + Energy weighted position of hits in LXe : (0.396793,-0.608062,-105.507) + Total energy deposition in scintillator : 537.927 (keV) + Reconstructed position of hits in LXe : (-0.274503,-1.38035,-16.6277) + Number of photons that hit PMTs in this event : 1459 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 5474 + Number of photons produced by scintillation in this event : 5268 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3885 + Number of photons absorbed (OpAbsorption) in this event : 3809 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.0363846,0.105927,1.02407) - Total energy deposition in scintillator : 537.816 (keV) - Reconstructed position of hits in LXe : (0.0886957,-1.9392,-3.10788) - Number of photons that hit PMTs in this event : 1566 + Energy weighted position of hits in LXe : (-6.93916,1.70443,-90.5821) + Total energy deposition in scintillator : 537.774 (keV) + Reconstructed position of hits in LXe : (-4.76374,2.8512,-20.8279) + Number of photons that hit PMTs in this event : 1471 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 5359 + Number of photons produced by scintillation in this event : 5258 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3793 + Number of photons absorbed (OpAbsorption) in this event : 3787 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 : (-37.9051,4.79651,-58.1883) - Total energy deposition in scintillator : 534.116 (keV) - Reconstructed position of hits in LXe : (-5.24428,2.10736,-21.589) - Number of photons that hit PMTs in this event : 1351 + Energy weighted position of hits in LXe : (3.62478,-28.3945,-70.1812) + Total energy deposition in scintillator : 536.861 (keV) + Reconstructed position of hits in LXe : (2.90479,-10.1954,-23.7412) + Number of photons that hit PMTs in this event : 1500 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 4621 + Number of photons produced by scintillation in this event : 5158 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3270 + Number of photons absorbed (OpAbsorption) in this event : 3658 Number of photons absorbed at boundaries (OpBoundary) in this event : 0 Unaccounted for photons in this event : 0 - Energy weighted position of hits in LXe : (17.9054,-5.11137,-52.179) - Total energy deposition in scintillator : 537.172 (keV) - Reconstructed position of hits in LXe : (6.4645,-2.30882,-22.6731) - Number of photons that hit PMTs in this event : 1566 + Energy weighted position of hits in LXe : (-0.0497453,0.972606,-84.4793) + Total energy deposition in scintillator : 536.328 (keV) + Reconstructed position of hits in LXe : (-0.82084,-0.515543,-20.3176) + Number of photons that hit PMTs in this event : 1468 Number of PMTs above threshold(2) : 32 - Number of photons produced by scintillation in this event : 5268 + Number of photons produced by scintillation in this event : 5051 Number of photons produced by cerenkov in this event : 0 - Number of photons absorbed (OpAbsorption) in this event : 3702 + Number of photons absorbed (OpAbsorption) in this event : 3583 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 : 10 - User=0.540000s Real=0.549259s Sys=0.000000s + User=1.920000s Real=1.943148s Sys=0.010000s ======================== run summary ====================== The run was 10 events. -Number of hits per event: 1500 +- 27.36 +Number of hits per event: 1465 +- 48.93 Number of hits per event above threshold: 32 +- 0 -Number of scintillation photons per event : 5213 +- 76.91 +Number of scintillation photons per event : 5113 +- 153.6 Number of Cerenkov photons per event: 0 +- 0 -Number of absorbed photons per event : 3713 +- 60.85 +Number of absorbed photons per event : 3648 +- 107.4 Number of photons absorbed at boundary per event: 0 +- 0 -Total energy deposition in scintillator per event: 537.2 +- 0.4297 keV. +Total energy deposition in scintillator per event: 519.6 +- 16.98 keV. Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/optical/OpNovice/OpNovice.out b/examples/extended/optical/OpNovice/OpNovice.out index f9daf0cd6cd..ef7fd62552e 100644 --- a/examples/extended/optical/OpNovice/OpNovice.out +++ b/examples/extended/optical/OpNovice/OpNovice.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-ref-00 (6-December-2019) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -147,7 +147,7 @@ Water G4MaterialPropertiesTable 5.63635e-06 1.00453e+06 5.90475e-06 833967 6.19998e-06 686106 -14: ABSLENGTH +16: ABSLENGTH 2.034e-06 3448 2.068e-06 4082 2.103e-06 6329 @@ -180,7 +180,7 @@ Water G4MaterialPropertiesTable 3.877e-06 19500 4.002e-06 17500 4.136e-06 14500 -15: FASTCOMPONENT +17: FASTCOMPONENT 2.034e-06 1 2.068e-06 1 2.103e-06 1 @@ -213,7 +213,7 @@ Water G4MaterialPropertiesTable 3.877e-06 1 4.002e-06 1 4.136e-06 1 -16: SLOWCOMPONENT +18: SLOWCOMPONENT 2.034e-06 0.01 2.068e-06 1 2.103e-06 2 @@ -246,21 +246,21 @@ Water G4MaterialPropertiesTable 3.877e-06 6 4.002e-06 5 4.136e-06 4 -5: MIEHG_FORWARD +7: MIEHG_FORWARD 0.99 -6: MIEHG_BACKWARD +8: MIEHG_BACKWARD 0.99 -7: MIEHG_FORWARD_RATIO +9: MIEHG_FORWARD_RATIO 0.8 -8: SCINTILLATIONYIELD +10: SCINTILLATIONYIELD 50 -9: RESOLUTIONSCALE +11: RESOLUTIONSCALE 1 -10: FASTTIMECONSTANT +12: FASTTIMECONSTANT 1 -12: SLOWTIMECONSTANT +14: SLOWTIMECONSTANT 10 -14: YIELDRATIO +16: YIELDRATIO 0.8 Air G4MaterialPropertiesTable 0: RINDEX @@ -479,7 +479,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -503,6 +503,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -511,7 +515,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -544,7 +548,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -576,7 +580,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -608,7 +612,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -640,7 +644,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -673,7 +677,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -706,7 +710,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -738,7 +742,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -789,31 +793,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -821,11 +825,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -835,11 +839,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -849,11 +853,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -863,11 +867,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -877,11 +881,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -891,11 +895,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -904,12 +908,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -929,7 +933,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -1025,17 +1030,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -1054,7 +1073,8 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -1063,14 +1083,14 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= ### Run 0 start. -Number of Scintillation photons produced in this event : 62 -Number of Cerenkov photons produced in this event : 14 -number of event = 1 User=0.000000s Real=0.002565s Sys=0.000000s +Number of Scintillation photons produced in this event : 64 +Number of Cerenkov photons produced in this event : 23 +number of event = 1 User=0.000000s Real=0.008677s Sys=0.000000s # /process/optical/cerenkov/setMaxPhotons 15 # /run/beamOn 1 ### Run 1 start. -Number of Scintillation photons produced in this event : 67 -Number of Cerenkov photons produced in this event : 13 -number of event = 1 User=0.000000s Real=0.001636s Sys=0.000000s +Number of Scintillation photons produced in this event : 66 +Number of Cerenkov photons produced in this event : 27 +number of event = 1 User=0.010000s Real=0.008849s Sys=0.000000s diff --git a/examples/extended/optical/OpNovice2/CMakeLists.txt b/examples/extended/optical/OpNovice2/CMakeLists.txt index 5fed437396e..a8c0a48b5c2 100644 --- a/examples/extended/optical/OpNovice2/CMakeLists.txt +++ b/examples/extended/optical/OpNovice2/CMakeLists.txt @@ -47,6 +47,7 @@ set(OpNovice2_SCRIPTS glisur.mac electron.mac scint_by_particle.mac + wls.mac ) foreach(_script ${OpNovice2_SCRIPTS}) diff --git a/examples/extended/optical/OpNovice2/History b/examples/extended/optical/OpNovice2/History index 9570bed695a..08d0309f410 100644 --- a/examples/extended/optical/OpNovice2/History +++ b/examples/extended/optical/OpNovice2/History @@ -13,6 +13,19 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 29, 2020 D.Sawkey (OpNovice2-V10-06-03) +- add code to generate statistics for wavelength shifting +- add wls.mac to test WLS and new process WLS2 + +May 24, 2020 D.Sawkey (OpNovice2-V10-06-02) +- use new scintillation time constant parameter + +January 30, 2020 D.Sawkey (OpNovice2-V10-06-01) +- remove redundant G4AnalysisManager::Instance calls + +January 21, 2020 D.Sawkey (OpNovice2-V10-06-00) +- remove string comparisons and redundant calls in SteppingAction + November 26, 2019 I. Hrivnacova (OpNovice2-V10-05-02) - Fixed formatting in .README.txt diff --git a/examples/extended/optical/OpNovice2/electron.mac b/examples/extended/optical/OpNovice2/electron.mac index 4dc8c035556..a3e49aa2e45 100644 --- a/examples/extended/optical/OpNovice2/electron.mac +++ b/examples/extended/optical/OpNovice2/electron.mac @@ -8,16 +8,21 @@ /opnovice2/boxProperty ABSLENGTH 0.000002 1 0.000005 2 0.000008 3 /opnovice2/boxProperty RAYLEIGH 0.000002 1 0.000008 1 /opnovice2/boxProperty RINDEX 0.000002 1.3 0.000008 1.4 -/opnovice2/boxProperty FASTCOMPONENT 0.000002 1.0 0.000008 1.3 -/opnovice2/boxProperty SLOWCOMPONENT 0.000002 0.1 0.000003 0.2 0.000004 0.4 0.000005 0.6 0.000006 0.8 0.000007 0.9 .000008 1.0 +/opnovice2/boxProperty SCINTILLATIONCOMPONENT1 0.000002 1.0 0.000005 1.1 0.000008 1.3 +/opnovice2/boxProperty SCINTILLATIONCOMPONENT2 0.000002 0.1 0.000003 0.2 0.000004 0.4 0.000005 0.6 0.000006 0.8 0.000007 0.9 .000008 1.0 +/opnovice2/boxProperty SCINTILLATIONCOMPONENT3 0.000002 0.2 0.000005 0.1 0.000008 0.05 -/opnovice2/boxConstProperty FASTTIMECONSTANT 20 ## ns -/opnovice2/boxConstProperty SLOWTIMECONSTANT 100 +/opnovice2/boxConstProperty SCINTILLATIONTIMECONSTANT1 20 ## ns +/opnovice2/boxConstProperty SCINTILLATIONTIMECONSTANT2 100 +/opnovice2/boxConstProperty SCINTILLATIONTIMECONSTANT3 200 /opnovice2/boxConstProperty SCINTILLATIONYIELD 5000.0 -/opnovice2/boxConstProperty YIELDRATIO 0.5 +/opnovice2/boxConstProperty SCINTILLATIONYIELD1 1.0 +/opnovice2/boxConstProperty SCINTILLATIONYIELD2 1.0 +/opnovice2/boxConstProperty SCINTILLATIONYIELD3 0.1 /opnovice2/boxConstProperty RESOLUTIONSCALE 1 -/opnovice2/boxConstProperty FASTSCINTILLATIONRISETIME 3 -/opnovice2/boxConstProperty SLOWSCINTILLATIONRISETIME 10 +/opnovice2/boxConstProperty SCINTILLATIONRISETIME1 3 +/opnovice2/boxConstProperty SCINTILLATIONRISETIME2 10 +/opnovice2/boxConstProperty SCINTILLATIONRISETIME3 20 /opnovice2/worldProperty RINDEX 0.000002 1.01 0.000008 1.01 /opnovice2/worldProperty ABSLENGTH 0.000002 100 0.000005 100 0.000008 100 @@ -39,7 +44,7 @@ /process/optical/cerenkov/setMaxPhotons 3 /process/optical/cerenkov/setMaxBetaChange 10 -/process/optical/scintillation/setExcitationRatio .5 +/process/optical/scintillation/setEnhancedTimeConstants true /process/optical/scintillation/setByParticleType false /process/optical/scintillation/setTrackInfo false /process/optical/scintillation/setFiniteRiseTime true @@ -54,9 +59,9 @@ /analysis/h1/set 2 100 0 10 /analysis/h1/setXaxis 2 "Energy [eV]" /analysis/h1/setYaxis 2 "Number of photons" -/analysis/h1/set 13 400 0 200 -/analysis/h1/setXaxis 13 "Creation time [ns]" -/analysis/h1/setYaxis 13 "Number of photons" +/analysis/h1/set 3 400 0 200 +/analysis/h1/setXaxis 3 "Creation time [ns]" +/analysis/h1/setYaxis 3 "Number of photons" /gun/particle e- diff --git a/examples/extended/optical/OpNovice2/glisur.mac b/examples/extended/optical/OpNovice2/glisur.mac index babe01a8114..e37811f169b 100644 --- a/examples/extended/optical/OpNovice2/glisur.mac +++ b/examples/extended/optical/OpNovice2/glisur.mac @@ -28,16 +28,16 @@ /opnovice2/gun/optPhotonPolar # /analysis/setFileName glisur -/analysis/h1/set 3 40 -1 39 -/analysis/h1/set 4 100 -1.1 1.1 -/analysis/h1/set 5 100 -1.1 1.1 -/analysis/h1/set 6 100 -1.1 1.1 -/analysis/h1/set 7 100 -1.1 1.1 -/analysis/h1/set 8 100 -1.1 1.1 -/analysis/h1/set 9 100 -1.1 1.1 -/analysis/h1/set 10 100 -1.1 1.1 +/analysis/h1/set 10 40 -1 39 /analysis/h1/set 11 100 -1.1 1.1 /analysis/h1/set 12 100 -1.1 1.1 +/analysis/h1/set 13 100 -1.1 1.1 +/analysis/h1/set 14 100 -1.1 1.1 +/analysis/h1/set 15 100 -1.1 1.1 +/analysis/h1/set 16 100 -1.1 1.1 +/analysis/h1/set 17 100 -1.1 1.1 +/analysis/h1/set 18 100 -1.1 1.1 +/analysis/h1/set 19 100 -1.1 1.1 ############################# polished ######################################## diff --git a/examples/extended/optical/OpNovice2/include/Run.hh b/examples/extended/optical/OpNovice2/include/Run.hh index c6b25ffa7c2..c217223343c 100644 --- a/examples/extended/optical/OpNovice2/include/Run.hh +++ b/examples/extended/optical/OpNovice2/include/Run.hh @@ -47,13 +47,22 @@ class Run : public G4Run void SetPrimary(G4ParticleDefinition* particle, G4double energy); - // spectrum of Cerenkov radiation + // particle energy void AddCerenkovEnergy(G4double en) {fCerenkovEnergy += en;} void AddScintillationEnergy(G4double en) {fScintEnergy += en;} + void AddWLSAbsorptionEnergy(G4double en) {fWLSAbsorptionEnergy += en;} + void AddWLSEmissionEnergy(G4double en) {fWLSEmissionEnergy += en;} + void AddWLS2AbsorptionEnergy(G4double en) {fWLS2AbsorptionEnergy += en;} + void AddWLS2EmissionEnergy(G4double en) {fWLS2EmissionEnergy += en;} + // number of particles void AddCerenkov(void) {fCerenkovCount += 1;} void AddScintillation(void) {fScintCount += 1;} void AddRayleigh(void) {fRayleighCount += 1;} + void AddWLSAbsorption(void) {fWLSAbsorptionCount += 1;} + void AddWLSEmission(void) {fWLSEmissionCount += 1;} + void AddWLS2Absorption(void) {fWLS2AbsorptionCount += 1;} + void AddWLS2Emission(void) {fWLS2EmissionCount += 1;} void AddOpAbsorption(void) {fOpAbsorption += 1;} void AddOpAbsorptionPrior(void) {fOpAbsorptionPrior += 1;} @@ -144,10 +153,18 @@ class Run : public G4Run G4double fCerenkovEnergy; G4double fScintEnergy; + G4double fWLSAbsorptionEnergy; + G4double fWLSEmissionEnergy; + G4double fWLS2AbsorptionEnergy; + G4double fWLS2EmissionEnergy; // number of particles G4int fCerenkovCount; G4int fScintCount; + G4int fWLSAbsorptionCount; + G4int fWLSEmissionCount; + G4int fWLS2AbsorptionCount; + G4int fWLS2EmissionCount; // number of events G4int fRayleighCount; diff --git a/examples/extended/optical/OpNovice2/scint_by_particle.mac b/examples/extended/optical/OpNovice2/scint_by_particle.mac index 5fad4215134..afeb9604f7e 100644 --- a/examples/extended/optical/OpNovice2/scint_by_particle.mac +++ b/examples/extended/optical/OpNovice2/scint_by_particle.mac @@ -7,16 +7,32 @@ /opnovice2/boxProperty RINDEX 0.000002 1.3 0.000008 1.4 /opnovice2/boxProperty ABSLENGTH 0.000002 1 0.000005 2 0.000008 3 -/opnovice2/boxProperty FASTCOMPONENT 0.000002 1.0 0.000008 1.3 -/opnovice2/boxConstProperty FASTTIMECONSTANT 20 ## ns +/opnovice2/boxProperty SCINTILLATIONCOMPONENT1 0.000002 1.0 0.000005 1.1 0.000008 1.3 +/opnovice2/boxProperty SCINTILLATIONCOMPONENT2 0.000002 0.8 0.000005 0.6 0.000008 0.3 +/opnovice2/boxConstProperty SCINTILLATIONTIMECONSTANT1 20 ## ns +/opnovice2/boxConstProperty SCINTILLATIONTIMECONSTANT2 200 ## ns +/opnovice2/boxConstProperty SCINTILLATIONRISETIME1 5 ## ns +/opnovice2/boxConstProperty SCINTILLATIONRISETIME2 10 ## ns /opnovice2/boxConstProperty RESOLUTIONSCALE 1 -/opnovice2/boxProperty SCINTILLATIONYIELD 5000. +#/opnovice2/boxProperty SCINTILLATIONYIELD 5000. /opnovice2/boxProperty PROTONSCINTILLATIONYIELD 0 50 10 5000 +/opnovice2/boxConstProperty PROTONSCINTILLATIONYIELD1 0.2 +/opnovice2/boxConstProperty PROTONSCINTILLATIONYIELD2 0.8 /opnovice2/boxProperty DEUTERONSCINTILLATIONYIELD 0 50 10 5000 +/opnovice2/boxConstProperty DEUTERONSCINTILLATIONYIELD1 0.6 +/opnovice2/boxConstProperty DEUTERONSCINTILLATIONYIELD2 0.4 /opnovice2/boxProperty TRITONSCINTILLATIONYIELD 0 50 10 5000 +/opnovice2/boxConstProperty TRITONSCINTILLATIONYIELD1 0.5 +/opnovice2/boxConstProperty TRITONSCINTILLATIONYIELD2 0.5 /opnovice2/boxProperty ALPHASCINTILLATIONYIELD 0 50 10 50000 +/opnovice2/boxConstProperty ALPHASCINTILLATIONYIELD1 0.7 +/opnovice2/boxConstProperty ALPHASCINTILLATIONYIELD2 0.3 /opnovice2/boxProperty IONSCINTILLATIONYIELD 0 50 10 5000 +/opnovice2/boxConstProperty IONSCINTILLATIONYIELD1 0.7 +/opnovice2/boxConstProperty IONSCINTILLATIONYIELD2 0.3 /opnovice2/boxProperty ELECTRONSCINTILLATIONYIELD 0 5000 10 500000 +/opnovice2/boxConstProperty ELECTRONSCINTILLATIONYIELD1 0.8 +/opnovice2/boxConstProperty ELECTRONSCINTILLATIONYIELD2 0.2 /opnovice2/worldProperty RINDEX 0.000002 1.01 0.000008 1.01 /opnovice2/worldProperty ABSLENGTH 0.000002 100 0.000005 100 0.000008 100 @@ -31,8 +47,9 @@ /process/optical/verbose 0 +/process/optical/scintillation/setEnhancedTimeConstants true /process/optical/scintillation/setYieldFactor 10 -/process/optical/scintillation/setExcitationRatio .5 +#/process/optical/scintillation/setExcitationRatio .5 /process/optical/scintillation/setByParticleType true /process/optical/scintillation/setTrackInfo false /process/optical/scintillation/setFiniteRiseTime false @@ -48,9 +65,9 @@ /analysis/h1/set 2 100 0 10 /analysis/h1/setXaxis 2 "Energy [eV]" /analysis/h1/setYaxis 2 "Number of photons" -/analysis/h1/set 13 400 0 200 -/analysis/h1/setXaxis 13 "Creation time [ns]" -/analysis/h1/setYaxis 13 "Number of photons" +/analysis/h1/set 3 400 0 200 +/analysis/h1/setXaxis 3 "Creation time [ns]" +/analysis/h1/setYaxis 3 "Number of photons" # /gun/particle e- diff --git a/examples/extended/optical/OpNovice2/src/HistoManager.cc b/examples/extended/optical/OpNovice2/src/HistoManager.cc index 72980d64a84..4cc3e5515fa 100644 --- a/examples/extended/optical/OpNovice2/src/HistoManager.cc +++ b/examples/extended/optical/OpNovice2/src/HistoManager.cc @@ -62,25 +62,32 @@ void HistoManager::Book() analysisManager->SetActivation(true); // enable inactivation of histograms // Define histogram indices, titles - G4int maxHisto = 13; + G4int maxHisto = 15; G4String id[] = { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", - "10","11","12","13" }; - + "10","11","12","13","14","15","16","17","18","19" }; + + // TODO change throughout code G4String title[] = { "dummy", // 0 "Cerenkov spectrum", // 1 "scintillation spectrum", // 2 - "boundary process status", // 3 - "X momentum dir of backward-going photons", // 4 - "Y momentum dir of backward-going photons", // 5 - "Z momentum dir of backward-going photons", // 6 - "X momentum dir of forward-going photons", // 7 - "Y momentum dir of forward-going photons", // 8 - "Z momentum dir of forward-going photons", // 9 - "X momentum dir of Fresnel-refracted photons", //10 - "Y momentum dir of Fresnel-refracted photons", //11 - "Z momentum dir of Fresnel-refracted photons", //12 - "scintillation photons creation time", //13 + "scintillation photons creation time", // 3 + "WLS absorption spectrum", // 4 + "WLS emission spectrum", // 5 + "WLS emission time", // 6 + "WLS2 absorption spectrum", // 7 + "WLS2 emission spectrum", // 8 + "WLS2 emission time", // 9 + "boundary process status", //10 + "X momentum dir of backward-going photons", //11 + "Y momentum dir of backward-going photons", //12 + "Z momentum dir of backward-going photons", //13 + "X momentum dir of forward-going photons", //14 + "Y momentum dir of forward-going photons", //15 + "Z momentum dir of forward-going photons", //16 + "X momentum dir of Fresnel-refracted photons", //17 + "Y momentum dir of Fresnel-refracted photons", //18 + "Z momentum dir of Fresnel-refracted photons", //19 }; // Default values (to be reset via /analysis/h1/set command) diff --git a/examples/extended/optical/OpNovice2/src/Run.cc b/examples/extended/optical/OpNovice2/src/Run.cc index d29a74fe28c..79ba95d93b0 100644 --- a/examples/extended/optical/OpNovice2/src/Run.cc +++ b/examples/extended/optical/OpNovice2/src/Run.cc @@ -47,10 +47,18 @@ Run::Run() fEkin = -1.; fCerenkovEnergy = 0.0; - fScintEnergy = 0.0; + fScintEnergy = 0.0; + fWLSAbsorptionEnergy = 0.0; + fWLSEmissionEnergy = 0.0; + fWLS2AbsorptionEnergy = 0.0; + fWLS2EmissionEnergy = 0.0; fCerenkovCount = 0; - fScintCount = 0; + fScintCount = 0; + fWLSAbsorptionCount = 0; + fWLSEmissionCount = 0; + fWLS2AbsorptionCount = 0; + fWLS2EmissionCount = 0; fRayleighCount = 0; fOpAbsorption = 0; @@ -87,9 +95,17 @@ void Run::Merge(const G4Run* run) fCerenkovEnergy += localRun->fCerenkovEnergy; fScintEnergy += localRun->fScintEnergy; + fWLSAbsorptionEnergy += localRun->fWLSAbsorptionEnergy; + fWLSEmissionEnergy += localRun->fWLSEmissionEnergy; + fWLS2AbsorptionEnergy += localRun->fWLS2AbsorptionEnergy; + fWLS2EmissionEnergy += localRun->fWLS2EmissionEnergy; fCerenkovCount += localRun->fCerenkovCount; fScintCount += localRun->fScintCount; + fWLSAbsorptionCount += localRun->fWLSAbsorptionCount; + fWLSEmissionCount += localRun->fWLSEmissionCount; + fWLS2AbsorptionCount += localRun->fWLS2AbsorptionCount; + fWLS2EmissionCount += localRun->fWLS2EmissionCount; fRayleighCount += localRun->fRayleighCount; fTotalSurface += localRun->fTotalSurface; @@ -107,8 +123,8 @@ void Run::Merge(const G4Run* run) //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void Run::EndOfRun() { - G4int TotNbofEvents = numberOfEvent; - if (TotNbofEvents == 0) return; + if (numberOfEvent == 0) return; + G4double TotNbofEvents = (G4double)numberOfEvent; const DetectorConstruction* det = (const DetectorConstruction*) (G4RunManager::GetRunManager()->GetUserDetectorConstruction()); @@ -120,6 +136,7 @@ void Run::EndOfRun() G4cout << "---------------------------------\n"; G4cout << "Primary particle was: " << fParticle->GetParticleName() << " with energy " << G4BestUnit(fEkin, "Energy") << "." << G4endl; + G4cout << "Number of events: " << numberOfEvent << G4endl; G4cout << "Material of world: " << det->GetWorldMaterial()->GetName() << G4endl; @@ -132,18 +149,50 @@ void Run::EndOfRun() G4cout << "Average number of Cerenkov photons created per event: " << fCerenkovCount/TotNbofEvents << G4endl; if (fCerenkovCount > 0) { - G4cout << " Average energy: " << (fCerenkovEnergy/eV)/fCerenkovCount - << " eV." << G4endl; + G4cout << " Average energy per photon: " + << (fCerenkovEnergy/eV)/fCerenkovCount << " eV." << G4endl; } G4cout << "Average energy of scintillation photons created per event: " << (fScintEnergy/eV)/TotNbofEvents << " eV." << G4endl; G4cout << "Average number of scintillation photons created per event: " << fScintCount/TotNbofEvents << G4endl; if (fScintCount > 0) { - G4cout << " Average energy: " << (fScintEnergy/eV)/fScintCount << " eV." - << G4endl; + G4cout << " Average energy per photon: " + << (fScintEnergy/eV)/fScintCount << " eV." << G4endl; } } + + G4cout << "Average number of photons absorbed by WLS per event: " + << fWLSAbsorptionCount/G4double(TotNbofEvents) << " " << G4endl; + if (fWLSAbsorptionCount > 0) { + G4cout << " Average energy per photon: " + << (fWLSAbsorptionEnergy/eV)/fWLSAbsorptionCount << " eV." < 0) { + G4cout << " Average energy per photon: " + << (fWLSEmissionEnergy/eV)/fWLSEmissionCount << " eV." << G4endl; + } + G4cout << "Average energy of WLS photons created per event: " + << (fWLSEmissionEnergy/eV)/TotNbofEvents << " eV." << G4endl; + + G4cout << "Average number of photons absorbed by WLS2 per event: " + << fWLS2AbsorptionCount/G4double(TotNbofEvents) << " " << G4endl; + if (fWLS2AbsorptionCount > 0) { + G4cout << " Average energy per photon: " + << (fWLS2AbsorptionEnergy/eV)/fWLS2AbsorptionCount << " eV." < 0) { + G4cout << " Average energy per photon: " + << (fWLS2EmissionEnergy/eV)/fWLS2EmissionCount << " eV." << G4endl; + } + G4cout << "Average energy of WLS2 photons created per event: " + << (fWLS2EmissionEnergy/eV)/TotNbofEvents << " eV." << G4endl; + + G4cout << "Average number of OpRayleigh per event: " << fRayleighCount/TotNbofEvents << G4endl; G4cout << "Average number of OpAbsorption per event: " diff --git a/examples/extended/optical/OpNovice2/src/SteppingAction.cc b/examples/extended/optical/OpNovice2/src/SteppingAction.cc index 0bc6bd12114..ef3f93c39dc 100644 --- a/examples/extended/optical/OpNovice2/src/SteppingAction.cc +++ b/examples/extended/optical/OpNovice2/src/SteppingAction.cc @@ -63,8 +63,9 @@ SteppingAction::~SteppingAction() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void SteppingAction::UserSteppingAction(const G4Step* step) { - static G4ParticleDefinition* opticalphoton = + static G4ParticleDefinition* opticalphoton = G4OpticalPhoton::OpticalPhotonDefinition(); + G4AnalysisManager* analysisMan = G4AnalysisManager::Instance(); Run* run = static_cast( G4RunManager::GetRunManager()->GetNonConstCurrentRun()); @@ -73,38 +74,69 @@ void SteppingAction::UserSteppingAction(const G4Step* step) G4StepPoint* endPoint = step->GetPostStepPoint(); G4StepPoint* startPoint = step->GetPreStepPoint(); - G4String particleName = track->GetDynamicParticle()-> - GetParticleDefinition()->GetParticleName(); + const G4DynamicParticle* theParticle = track->GetDynamicParticle(); + const G4ParticleDefinition* particleDef = theParticle-> + GetParticleDefinition(); - TrackInformation* trackInfo = + TrackInformation* trackInfo = (TrackInformation*)(track->GetUserInformation()); - if (particleName == "opticalphoton") { + if (particleDef == opticalphoton) { const G4VProcess* pds = endPoint->GetProcessDefinedStep(); - if (pds->GetProcessName() == "OpAbsorption") { - run->AddOpAbsorption(); + G4String procname = pds->GetProcessName(); + if (procname.compare("OpAbsorption") == 0) { + run->AddOpAbsorption(); if (trackInfo->GetIsFirstTankX()) { run->AddOpAbsorptionPrior(); } } - else if (pds->GetProcessName() == "OpRayleigh") { + else if (procname.compare("OpRayleigh") == 0) { run->AddRayleigh(); } + else if (procname.compare("OpWLS") == 0) { + G4double en = track->GetKineticEnergy(); + run->AddWLSAbsorption(); + run->AddWLSAbsorptionEnergy(en); + analysisMan->FillH1(4, en/eV); //absorption energy + // loop over secondaries, create statistics + //const std::vector* secondaries = + auto secondaries = step->GetSecondaryInCurrentStep(); + for (auto sec : *secondaries) { + en = sec->GetKineticEnergy(); + run->AddWLSEmission(); + run->AddWLSEmissionEnergy(en); + analysisMan->FillH1(5, en/eV); // emission energy + G4double time = sec->GetGlobalTime(); + analysisMan->FillH1(6, time/ns); + } + } + else if (procname.compare("OpWLS2") == 0) { + G4double en = track->GetKineticEnergy(); + run->AddWLS2Absorption(); + run->AddWLS2AbsorptionEnergy(en); + analysisMan->FillH1(7, en/eV); //absorption energy + // loop over secondaries, create statistics + //const std::vector* secondaries = + auto secondaries = step->GetSecondaryInCurrentStep(); + for (auto sec : *secondaries) { + en = sec->GetKineticEnergy(); + run->AddWLS2Emission(); + run->AddWLS2EmissionEnergy(en); + analysisMan->FillH1(8, en/eV); // emission energy + G4double time = sec->GetGlobalTime(); + analysisMan->FillH1(9, time/ns); + } + } // optical process has endpt on bdry, if (endPoint->GetStepStatus() == fGeomBoundary) { - const G4DynamicParticle* theParticle = track->GetDynamicParticle(); - - G4ThreeVector oldMomentumDir = theParticle->GetMomentumDirection(); - G4ThreeVector m0 = startPoint->GetMomentumDirection(); G4ThreeVector m1 = endPoint->GetMomentumDirection(); G4OpBoundaryProcessStatus theStatus = Undefined; - G4ProcessManager* OpManager = - G4OpticalPhoton::OpticalPhoton()->GetProcessManager(); + G4ProcessManager* OpManager = opticalphoton->GetProcessManager(); G4int MAXofPostStepLoops = OpManager->GetPostStepProcessVector()->entries(); G4ProcessVector* postStepDoItVector = @@ -116,13 +148,13 @@ void SteppingAction::UserSteppingAction(const G4Step* step) G4double py1 = momdir.y(); G4double pz1 = momdir.z(); if (px1 < 0.) { - analysisMan->FillH1(4, px1); - analysisMan->FillH1(5, py1); - analysisMan->FillH1(6, pz1); - } else if (px1 >= 0.) { - analysisMan->FillH1(7, px1); - analysisMan->FillH1(8, py1); - analysisMan->FillH1(9, pz1); + analysisMan->FillH1(11, px1); + analysisMan->FillH1(12, py1); + analysisMan->FillH1(13, pz1); + } else { + analysisMan->FillH1(14, px1); + analysisMan->FillH1(15, py1); + analysisMan->FillH1(16, pz1); } trackInfo->SetIsFirstTankX(false); @@ -135,15 +167,15 @@ void SteppingAction::UserSteppingAction(const G4Step* step) dynamic_cast(currentProcess); if (opProc) { theStatus = opProc->GetStatus(); - analysisMan->FillH1(3, theStatus); + analysisMan->FillH1(10, theStatus); if (theStatus == Transmission) { run->AddTransmission(); } else if (theStatus == FresnelRefraction) { run->AddFresnelRefraction(); - analysisMan->FillH1(10, px1); - analysisMan->FillH1(11, py1); - analysisMan->FillH1(12, pz1); + analysisMan->FillH1(17, px1); + analysisMan->FillH1(18, py1); + analysisMan->FillH1(19, pz1); } else if (theStatus == FresnelReflection) { run->AddFresnelReflection(); @@ -279,11 +311,12 @@ void SteppingAction::UserSteppingAction(const G4Step* step) G4int n_scint = 0; G4int n_cer = 0; for (G4int i = 0; i < n_proc; ++i) { - if ((*proc_vec)[i]->GetProcessName().compare("Cerenkov") == 0) { + G4String proc_name = (*proc_vec)[i]->GetProcessName(); + if (proc_name.compare("Cerenkov") == 0) { auto cer = (G4Cerenkov*)(*proc_vec)[i]; n_cer = cer->GetNumPhotons(); } - else if ((*proc_vec)[i]->GetProcessName().compare("Scintillation") == 0) { + else if (proc_name.compare("Scintillation") == 0) { auto scint = (G4Scintillation*)(*proc_vec)[i]; n_scint = scint->GetNumPhotons(); } @@ -302,21 +335,21 @@ void SteppingAction::UserSteppingAction(const G4Step* step) for (auto sec : *secondaries) { if (sec->GetDynamicParticle()->GetParticleDefinition() == opticalphoton){ - if (sec->GetCreatorProcess()->GetProcessName().compare("Cerenkov")==0){ + G4String creator_process = sec->GetCreatorProcess()->GetProcessName(); + if (creator_process.compare("Cerenkov") == 0){ G4double en = sec->GetKineticEnergy(); run->AddCerenkovEnergy(en); run->AddCerenkov(); - G4AnalysisManager::Instance()->FillH1(1, en/eV); + analysisMan->FillH1(1, en/eV); } - else if (sec->GetCreatorProcess() - ->GetProcessName().compare("Scintillation") == 0) { + else if (creator_process.compare("Scintillation") == 0) { G4double en = sec->GetKineticEnergy(); run->AddScintillationEnergy(en); run->AddScintillation(); - G4AnalysisManager::Instance()->FillH1(2, en/eV); + analysisMan->FillH1(2, en/eV); G4double time = sec->GetGlobalTime(); - analysisMan->FillH1(13, time/ns); + analysisMan->FillH1(3, time/ns); } } } diff --git a/examples/extended/optical/OpNovice2/unified.mac b/examples/extended/optical/OpNovice2/unified.mac index 01e46ceb2a8..9869d951dc3 100644 --- a/examples/extended/optical/OpNovice2/unified.mac +++ b/examples/extended/optical/OpNovice2/unified.mac @@ -31,16 +31,16 @@ /opnovice2/gun/optPhotonPolar # /analysis/setFileName unified -/analysis/h1/set 3 40 -1 39 -/analysis/h1/set 4 100 -1.1 1.1 -/analysis/h1/set 5 100 -1.1 1.1 -/analysis/h1/set 6 100 -1.1 1.1 -/analysis/h1/set 7 100 -1.1 1.1 -/analysis/h1/set 8 100 -1.1 1.1 -/analysis/h1/set 9 100 -1.1 1.1 -/analysis/h1/set 10 100 -1.1 1.1 +/analysis/h1/set 10 40 -1 39 /analysis/h1/set 11 100 -1.1 1.1 /analysis/h1/set 12 100 -1.1 1.1 +/analysis/h1/set 13 100 -1.1 1.1 +/analysis/h1/set 14 100 -1.1 1.1 +/analysis/h1/set 15 100 -1.1 1.1 +/analysis/h1/set 16 100 -1.1 1.1 +/analysis/h1/set 17 100 -1.1 1.1 +/analysis/h1/set 18 100 -1.1 1.1 +/analysis/h1/set 19 100 -1.1 1.1 /run/beamOn 10000 diff --git a/examples/extended/optical/OpNovice2/wls.mac b/examples/extended/optical/OpNovice2/wls.mac new file mode 100644 index 00000000000..5adc093a4ff --- /dev/null +++ b/examples/extended/optical/OpNovice2/wls.mac @@ -0,0 +1,59 @@ +/control/verbose 2 +/tracking/verbose 0 +/process/optical/verbose 0 +/control/cout/ignoreThreadsExcept 0 + +/opnovice2/boxMaterial G4_BGO +/opnovice2/worldMaterial G4_AIR + +/opnovice2/boxProperty ABSLENGTH 0.000002 1 0.000005 2 0.000008 3 +/opnovice2/boxProperty RAYLEIGH 0.000002 1 0.000008 1 +/opnovice2/boxProperty RINDEX 0.000002 1.3 0.000008 1.4 +/opnovice2/boxProperty WLSABSLENGTH 0.000005 100000 0.000006 0.06 0.000007 0.08 0.000008 0.09 .000009 100000 +/opnovice2/boxProperty WLSCOMPONENT 0.000003 0.1 0.000004 0.4 0.000005 0.7 0.000006 0.6 0.000007 0.1 +/opnovice2/boxProperty WLSABSLENGTH2 0.000002 100000 0.000003 0.36 0.000004 0.18 0.000005 0.09 .000006 10000 +/opnovice2/boxProperty WLSCOMPONENT2 0.000002 0.1 0.000003 0.8 0.000004 0.9 .000005 0.1 +/opnovice2/boxConstProperty WLSMEANNUMBERPHOTONS 1 +/opnovice2/boxConstProperty WLSMEANNUMBERPHOTONS2 3 +/opnovice2/boxConstProperty WLSTIMECONSTANT 1.0 # ns +/opnovice2/boxConstProperty WLSTIMECONSTANT2 2.0 # ns + +/opnovice2/worldProperty RINDEX 0.000002 1.01 0.000008 1.01 +/opnovice2/worldProperty ABSLENGTH 0.000002 100 0.000005 100 0.000008 100 + +/process/optical/wls/setTimeProfile delta +/process/optical/wls2/setTimeProfile exponential + +/run/initialize + +/analysis/setFileName wls +## WLS process +/analysis/h1/set 4 100 0 10 +/analysis/h1/setXaxis 4 "Energy [eV]" +/analysis/h1/setYaxis 4 "Number of photons" +/analysis/h1/set 5 100 0 10 +/analysis/h1/setXaxis 5 "Energy [eV]" +/analysis/h1/setYaxis 5 "Number of photons" +/analysis/h1/set 6 100 0 10 +/analysis/h1/setXaxis 6 "Creation time [ns]" +/analysis/h1/setYaxis 6 "Number of photons" +## WLS2 process +/analysis/h1/set 7 100 0 10 +/analysis/h1/setXaxis 7 "Energy [eV]" +/analysis/h1/setYaxis 7 "Number of photons" +/analysis/h1/set 8 100 0 10 +/analysis/h1/setXaxis 8 "Energy [eV]" +/analysis/h1/setYaxis 8 "Number of photons" +/analysis/h1/set 9 100 0 50 +/analysis/h1/setXaxis 9 "Creation time [ns]" +/analysis/h1/setYaxis 9 "Number of photons" + + +/gun/particle opticalphoton +/gun/energy 7 eV +/gun/position 0 0 0 m +/gun/direction 1 0 0 +/opnovice2/gun/optPhotonPolar +# +/run/printProgress 1000 +/run/beamOn 10000 diff --git a/examples/extended/optical/wls/wls.out b/examples/extended/optical/wls/wls.out index 3f9a922acf6..647a5a54a2d 100644 --- a/examples/extended/optical/wls/wls.out +++ b/examples/extended/optical/wls/wls.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-ref-00 (6-December-2019) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -241,7 +247,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -265,6 +271,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -273,7 +283,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -306,7 +316,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -338,7 +348,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -370,7 +380,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -402,7 +412,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -435,7 +445,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -468,7 +478,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -500,7 +510,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -551,31 +561,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -583,11 +593,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -597,11 +607,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -611,11 +621,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -625,11 +635,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -639,11 +649,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -653,11 +663,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -666,12 +676,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -691,7 +701,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -787,17 +798,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -816,7 +841,8 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -825,7 +851,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -837,32 +863,32 @@ Index : 0 used in the geometry : Yes 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 70 keV + Energy thresholds : gamma 2.92994 keV e- 354.448 keV e+ 345.078 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.11555 keV e- 283.792 keV e+ 276.265 keV proton 70 keV + Energy thresholds : gamma 2.1244 keV e- 282.263 keV e+ 276.648 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 3 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.40367 keV e- 307.625 keV e+ 299.466 keV proton 70 keV + Energy thresholds : gamma 2.4127 keV e- 303.844 keV e+ 297.799 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld Index : 4 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.85564 keV e- 460.395 keV e+ 442.201 keV proton 70 keV + Energy thresholds : gamma 5.84069 keV e- 457.179 keV e+ 442.122 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. @@ -876,7 +902,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 200 - User=0.580000s Real=0.578111s Sys=0.000000s + User=4.560000s Real=4.579211s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/parallel/TBB/B2b/exampleB2b.cc b/examples/extended/parallel/TBB/B2b/exampleB2b.cc index 4d824974f9d..decef7b824f 100644 --- a/examples/extended/parallel/TBB/B2b/exampleB2b.cc +++ b/examples/extended/parallel/TBB/B2b/exampleB2b.cc @@ -30,10 +30,8 @@ #include "B2bDetectorConstruction.hh" #include "B2ActionInitialization.hh" -//G4-TBB interfaces -#include "tbbUserWorkerInitialization.hh" -#include "SimpleTbbMasterRunManager.hh" #include "G4Threading.hh" +#include "G4TaskRunManager.hh" #include "G4UImanager.hh" #include "FTFP_BERT.hh" @@ -44,63 +42,26 @@ #include "G4VisExecutive.hh" #include "G4UIExecutive.hh" -//TBB includes -#include -#include - - -//This function is very simple: it just start tbb work. -//This is done in a seperate thread, because for G4 the -//master cannot live in the same thread where workers are -//Starting tbb work in a thread guarantees that no workers -//are created where the master lives (the main thread) -//Clearly a separate solution is to create and configure master -//in a separate thread. But this is much simpler. -G4ThreadFunReturnType startWork(G4ThreadFunArgType arg) -{ - tbb::task_list* tasks = static_cast(arg); - //We assume at least one /run/beamOn was executed, thus the tasklist is now filled, - //lets start TBB - try { - std::cout<<"Now calling 'tbb::task::spawn_work_and_wait' "<(0); -} - //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -int main(int argc,char** argv) +int main(int argc, char** argv) { // Instantiate G4UIExecutive if there are no arguments (interactive mode) G4UIExecutive* ui = 0; - if ( argc == 1 ) { + if(argc == 1) + { ui = new G4UIExecutive(argc, argv); } // Choose the Random engine G4Random::setTheEngine(new CLHEP::RanecuEngine); - - unsigned int numCoresAvailable= G4Threading::G4GetNumberOfCores(); - unsigned int numberOfCoresToUse= (numCoresAvailable > 1 ) ? 2 : 1 ; - //=== TBB engine initialization - tbb::task_scheduler_init init( numberOfCoresToUse ); - tbb::task_list tasks; - - SimpleTbbMasterRunManager* runManager = new SimpleTbbMasterRunManager; - - //Set TBB specific data to run-manager, 1 event per tbb::task (e.g. Nevents == N tasks) - //Note that a /run/beamOn command will just create tasks and add them to tasks - runManager->SetNumberEventsPerTask(1); //Not needed since 1 is however default - runManager->SetTaskList(&tasks); - //Set user-initialization that specify threading model, in this case TBB. - //This overwrites default that uses pthreads - runManager->SetUserInitialization(new tbbUserWorkerInitialization ); - - //==== Geant4 specific stuff, from now up to END-G4 comment is copy from MT example + + auto runManager = + G4RunManagerFactory::CreateRunManager(G4RunManagerType::TBB); + + //==== Geant4 specific stuff, from now up to END-G4 comment is copy from MT + // example // Set mandatory initialization classes runManager->SetUserInitialization(new B2bDetectorConstruction()); @@ -108,48 +69,37 @@ int main(int argc,char** argv) G4VModularPhysicsList* physicsList = new FTFP_BERT; physicsList->RegisterPhysics(new G4StepLimiterPhysics()); runManager->SetUserInitialization(physicsList); - + // Set user action classes runManager->SetUserInitialization(new B2ActionInitialization()); - + // Initialize G4 kernel runManager->Initialize(); - + // Get the pointer to the User Interface manager G4UImanager* UImanager = G4UImanager::GetUIpointer(); - if (!ui) // batch mode - { - G4String command = "/control/execute "; - G4String fileName = argv[1]; - UImanager->ApplyCommand(command+fileName); - } + if(!ui) // batch mode + { + G4String command = "/control/execute "; + G4String fileName = argv[1]; + UImanager->ApplyCommand(command + fileName); + } else - { // interactive mode : define UI session -#if 1 - G4int nEvents= 50; - runManager->BeamOn(nEvents); -#else - UImanager->ApplyCommand("/control/execute init.mac"); - if (ui->IsGUI()) - UImanager->ApplyCommand("/control/execute gui.mac"); - ui->SessionStart(); - delete ui; -#endif - } - //END-G4 - G4Thread* aThread = new G4Thread; - G4THREADCREATE(aThread, startWork, static_cast(&tasks)); - - //Wait for work to be finised - if(aThread) - aThread->join(); - - delete runManager; - - return 0; + { + // interactive mode : define UI session + UImanager->ApplyCommand("/control/execute init.mac"); + if(ui->IsGUI()) + UImanager->ApplyCommand("/control/execute gui.mac"); + ui->SessionStart(); + delete ui; + } + + delete runManager; + + return 0; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo..... diff --git a/examples/extended/parallel/TBB/B2b/include/SimpleTbbMasterRunManager.hh b/examples/extended/parallel/TBB/B2b/include/SimpleTbbMasterRunManager.hh deleted file mode 100644 index 8210776650b..00000000000 --- a/examples/extended/parallel/TBB/B2b/include/SimpleTbbMasterRunManager.hh +++ /dev/null @@ -1,83 +0,0 @@ -// -// ******************************************************************** -// * 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. * -// ******************************************************************** -// -// -// Class description: -// -// This class implements the master model run manager for TBB bases -// application. -// It is instantiated by user main (or equivalent function) instead -// of G4[MT]RunManager. It controls the creation of tbb::tasks. -// See G4MTRunManager for documentation of methods relative to base -// class. Only class specific methods are documented here. -// -// Equivalent in traditional MT: -// G4MTRunManager -// -// History: -// Nov 4th, 2013 A. Dotti - First Implementation - -#ifndef SIMPLETBBMASTERRUNMANAGER_HH -#define SIMPLETBBMASTERRUNMANAGER_HH - -#include "G4MTRunManager.hh" -#include - -class SimpleTbbMasterRunManager : public G4MTRunManager { -public: - SimpleTbbMasterRunManager(); // G4RunManagerKernel* existingRMK=0); - // Default constructor, - // tasklist is the tbb::task_list to which the created tasks will be added. - // nEvents is the number of events for which each tbb::task is responsible - // - virtual ~SimpleTbbMasterRunManager(); - virtual void RunTermination(); - void SetTaskList( tbb::task_list* tl ) { theTasks = tl; } - //Set a reference to the output task list where new tasks will - //be added to - void SetNumberEventsPerTask( G4int nt ) { nEvtsPerTask = nt; } - //Specify number of events that each simulation task is responsible - //for -protected: - virtual void CreateAndStartWorkers(); - virtual void TerminateWorkers(); - virtual void CreateTask(G4int id,G4int evts); - //Creates a concrete tbb::task with index id - //responsible for evts events -protected: - //Barriers mechanism for TBB is non existing - virtual void WaitForReadyWorkers() {} - virtual void WaitForEndEventLoopWorkers() {} - virtual void ThisWorkerReady() {} - virtual void ThisWorkerEndEventLoop() {} - virtual WorkerActionRequest ThisWorkerWaitForNextAction() - { return WorkerActionRequest::UNDEFINED; } - virtual void NewActionRequest( WorkerActionRequest /*newRequest*/ ) {} -private: - tbb::task_list* theTasks; - G4int nEvtsPerTask; -}; - -#endif //TBBMASTERRUNMANAGER_HH diff --git a/examples/extended/parallel/TBB/B2b/src/SimpleTbbMasterRunManager.cc b/examples/extended/parallel/TBB/B2b/src/SimpleTbbMasterRunManager.cc deleted file mode 100644 index 1d61f8d88d0..00000000000 --- a/examples/extended/parallel/TBB/B2b/src/SimpleTbbMasterRunManager.cc +++ /dev/null @@ -1,86 +0,0 @@ -// -// ******************************************************************** -// * 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. * -// ******************************************************************** -// -// -// Class description: -// -// This class implements the worker model run manager for TBB based -// application. -// It is instantiated by tbbUserWorkerInitialization and used by -// SimpleTbbMasterRunManager. -// See G4WorkerRunManager for documentation of methods relative to -// base class. Only class specific methods are documented here. -// -// Equivalent in traditional MT: -// G4WorkerRunManager -// -// History: -// Oct 31st, 2013 A. Dotti - First Implementation - -#include "SimpleTbbMasterRunManager.hh" -#include "tbbTask.hh" - -SimpleTbbMasterRunManager::SimpleTbbMasterRunManager() : - G4MTRunManager(), - theTasks(static_cast(nullptr)), - nEvtsPerTask(1) -{ -} - -SimpleTbbMasterRunManager::~SimpleTbbMasterRunManager() -{ -} - -void SimpleTbbMasterRunManager::TerminateWorkers() -{ - //For TBB based example this should be empty -} - -void SimpleTbbMasterRunManager::CreateAndStartWorkers() -{ - //Instead of pthread based workers, create tbbTask - G4int ntasks = numberOfEventToBeProcessed/nEvtsPerTask; - G4int remn = numberOfEventToBeProcessed % nEvtsPerTask; - for ( G4int nt = 0 ; nt < ntasks ; ++nt ) - { - G4int evts= nEvtsPerTask; - if ( nt == ntasks - 1 ) evts+=remn; - CreateTask(nt,evts); - } -} - -void SimpleTbbMasterRunManager::CreateTask(G4int id,G4int evts) -{ - tbbTask& task = * new(tbb::task::allocate_root()) - tbbTask( id , nullptr , evts ); //Add output for merging - theTasks->push_back( task ); -} - -void SimpleTbbMasterRunManager::RunTermination() -{ - // Reduce results .... - G4MTRunManager::RunTermination(); -} - diff --git a/examples/extended/parallel/TBB/B2b/src/tbbTask.cc b/examples/extended/parallel/TBB/B2b/src/tbbTask.cc deleted file mode 100644 index bdf90c80a83..00000000000 --- a/examples/extended/parallel/TBB/B2b/src/tbbTask.cc +++ /dev/null @@ -1,233 +0,0 @@ -// -// ******************************************************************** -// * 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 "tbbTask.hh" -#include "tbbWorkerRunManager.hh" -#include "G4Threading.hh" -#include "G4String.hh" -#include "G4WorkerRunManager.hh" -#include "G4MTRunManager.hh" -#include "G4UImanager.hh" -#include "G4UserWorkerThreadInitialization.hh" -#include "G4WorkerThread.hh" -#include "G4MTRunManagerKernel.hh" -#include "G4AutoLock.hh" -#include "G4UserWorkerInitialization.hh" -#include "G4VUserActionInitialization.hh" - -//Equivalent to G4MTRunManagerKernel::StartThread - -tbbTask::tbbTask(G4int anId, - tbb::concurrent_queue* out, - G4int nevts) -: m_nEvents(nevts), - m_taskID(anId), - m_output(out), - m_beamOnCondition(false) -{ -} - -tbbTask::~tbbTask() -{ -} - -#include -namespace { - tbb::atomic counter; -} - -tbb::task* tbbTask::execute() -{ - // In tbb we do not have anymore the concept of thread: - // tasks run "somewhere"; but there is no control over where. - // This somewhere is a thread, created, controlled and 'switched' - // to our task by the TBB runtime system. - // - // The "pedantic" way to proceed is: recreate the "context" - // from scratch every time (context=local run manager, - // geometry, etc) - // This would be a clear waste of resources: there is no - // need to initialize multiple times, when the same thread - // is used several times, ie for several tasks. - - // In the current version to avoid this we initialize only - // i) the first time we run on each thread, and - // ii) at the start of a new run on each thread (reinitialization). - // We are confident that this works because TBB co-works with TLS. - // In addition this ensures that minimal changes needed to G4 code base. - // - // Note 1: that this "thread" is responsible for 1 or more TBB task, - // e.g. at least one event. - // Note 2: In this first example, we do not care about memory usage: - // The resources required depend only on the total number of - // threads used for at least one event during the simulation. - // Note 3: It is possible to do better - this is left for another example. - // Here is a sketch how: - // If there is a set maximum threads which will be doing - // simulation at any point, and that this is smaller than the - // number of TBB tasks which can run simulataneously. - // What would need to be done is to "acquire" a resource (workspace) - // which holds all the memory required for a running task/thread, - // and release it at the end of the task to be re-used by other tasks - // possibly on different threads. This is demonstrated in another - // example. - - static G4ThreadLocal tbbWorkerRunManager* localRM = 0; - - - //Is this task running for the first time? - //How to re-initialize between runs???? - if (! localRM ) { - //It's a new thread, basically repeat what is being done in - //G4MTRunManagerKernel::StarThread with an - //important difference, do not process data or wait for master to - //communicate what to do, it will - //not happen! - G4MTRunManager* masterRM = G4MTRunManager::GetMasterRunManager(); - //============================ - //Step-0: Thread ID - //============================ - //Initliazie per-thread stream-output - //The following line is needed before we actually do I/O initialization - //because the constructor of UI manager resets the I/O destination. - G4int thisId = counter.fetch_and_increment(); - G4Threading::G4SetThreadId( thisId ); - G4UImanager::GetUIpointer()->SetUpForAThread( thisId ); - - //============================ - //Step-1: Random number engine - //============================ - //RNG Engine needs to be initialized by "cloning" the master one. - const CLHEP::HepRandomEngine* masterEngine = - masterRM->getMasterRandomEngine(); - masterRM->GetUserWorkerThreadInitialization()->SetupRNGEngine(masterEngine); - - //============================ - //Step-2: Initialize worker thread - //============================ - if(masterRM->GetUserWorkerInitialization()) - masterRM->GetUserWorkerInitialization()->WorkerInitialize(); - if(masterRM->GetUserActionInitialization()) { - G4VSteppingVerbose* sv = - masterRM->GetUserActionInitialization()->InitializeSteppingVerbose(); - if (sv) G4VSteppingVerbose::SetInstance(sv); - } - //Now initialize worker part of shared objects (geometry/physics) - G4WorkerThread::BuildGeometryAndPhysicsVector(); - localRM = static_cast( - masterRM->GetUserWorkerThreadInitialization()->CreateWorkerRunManager() - ); - G4cout<SetWorkerThread(wThreadContext); -// G4AutoLock wrmm(&workerRMMutex); -// G4MTRunManagerKernel::workerRMvector->push_back(localRM); //<<<GetUserDetectorConstruction(); - localRM->G4RunManager::SetUserInitialization( - const_cast(detector)); - const G4VUserPhysicsList* physicslist = masterRM->GetUserPhysicsList(); - localRM->SetUserInitialization(const_cast(physicslist)); - - //================================ - //Step-4: Initialize worker run manager - //================================ - if(masterRM->GetUserActionInitialization()) - { masterRM->GetNonConstUserActionInitialization()->Build(); } - if(masterRM->GetUserWorkerInitialization()) - { masterRM->GetUserWorkerInitialization()->WorkerStart(); } - localRM->Initialize(); - - //Problem at this point is if there is more than one run... - // Execute UI commands stored in the masther UI manager - std::vector cmds = masterRM->GetCommandStack(); - G4UImanager* uimgr = G4UImanager::GetUIpointer(); //TLS instance - std::vector::const_iterator it = cmds.begin(); - for(;it!=cmds.end();it++) - { uimgr->ApplyCommand(*it); } - //Start this run - G4String macroFile = masterRM->GetSelectMacro(); - G4int numSelect = masterRM->GetNumberOfSelectEvents(); - if ( macroFile == "" || macroFile == " " ) - { - localRM->BeamOn(m_nEvents,0,numSelect); - } - else - { - localRM->BeamOn(m_nEvents,macroFile,numSelect); - } - //======= NEW TBB SPECIFIC =========== - //Step-5: Initialize and start run - //==================================== - // bla-bla-bla-bla - // This is basically BeamOn - m_beamOnCondition = localRM->ConfirmBeamOnCondition(); - if (m_beamOnCondition) { - localRM->SetNumberOfEventsToBeProcessed( m_nEvents ); - localRM->ConstructScoringWorlds(); - localRM->RunInitialization(); - //Register this G4Run in output - //Note: the idea is that we are going to accumulate everything in - //G4Run or derived class. We let the kernel know this is the object - //where the output is accumulated for the tbb::tasks that run on - //this thread. - if ( m_output ) {} - } - } - assert(localRM!=0); - if ( m_beamOnCondition ) { - localRM->DoEventLoop( m_nEvents ); - //localRM->RunTermination(); //<<<< How to call this??? ANDREA TBB - } - - //Cannot be done here since thread can be re-used by other task - //=============================== - //Step-6: Terminate worker thread - //=============================== - // if(masterRM->GetUserWorkerInitialization()) - // { masterRM->GetUserWorkerInitialization()->WorkerStop(); } - - // wrmm.lock(); -// std::vector::iterator itrWrm = workerRMvector->begin(); - // for(;itrWrm!=workerRMvector->end();itrWrm++) - // { - // if((*itrWrm)==wrm) - // { - // workerRMvector->erase(itrWrm); - // break; - // } - // } - // wrmm.unlock(); - - // wThreadContext->DestroyGeometryAndPhysicsVector(); - // wThreadContext = 0; - - return static_cast(NULL); -} diff --git a/examples/extended/parallel/TBB/History b/examples/extended/parallel/TBB/History index fe5a22185d0..b85dc4bc4ff 100644 --- a/examples/extended/parallel/TBB/History +++ b/examples/extended/parallel/TBB/History @@ -15,6 +15,9 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +28th May 2020 J. Madsen (tbbex-V10-06-00) +- Updated TBB example to use new tasking system which is fully compatible with TBB + 25th Oct 2018 J. Madsen (tbbex-V10-04-01) - Updated TBB example to work with migration from POSIX threads to C++11 threads diff --git a/examples/extended/parallel/ThreadsafeScorers/CMakeLists.txt b/examples/extended/parallel/ThreadsafeScorers/CMakeLists.txt index 14afbcc6b78..8e5944c49b3 100644 --- a/examples/extended/parallel/ThreadsafeScorers/CMakeLists.txt +++ b/examples/extended/parallel/ThreadsafeScorers/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.1.3 FATAL_ERROR) +cmake_minimum_required(VERSION 3.8 FATAL_ERROR) set(name ts_scorers) project(ThreadsafeScorers C CXX) diff --git a/examples/extended/parallel/ThreadsafeScorers/History b/examples/extended/parallel/ThreadsafeScorers/History index 483d17359a3..4a52540f218 100644 --- a/examples/extended/parallel/ThreadsafeScorers/History +++ b/examples/extended/parallel/ThreadsafeScorers/History @@ -14,6 +14,21 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +23/6/2020 Jonathan Madsen (ThreadsafeScores-V10-06-02) +- Added example of user code leveraging tasking in TSRunAction.cc +- This example leverages tasks on the master thread at the end + of the run to generate some strings of output via a nested + hierarchy of tasks and uses the features of the + G4TaskGroup to combine the strings in the order that + they were submitted to the task-group (thus producing the + same output result as the serial version) + +23/6/2020 Gabriele Cosmo (ThreadsafeScorers-V10-06-01) +- Properly include G4RunManagerFactory.hh in main(). + +28/5/2020 Jonathan Madsen (ThreadsafeScorers-V10-06-00) +- Updated to use tasking system + 22/11/2019 Jonathan Madsen (ThreadsafeScorers-V10-05-01) - Updated CMakeLists.txt to support enabling timemory even without support at the Geant4 level diff --git a/examples/extended/parallel/ThreadsafeScorers/include/G4TAtomicHitsCollection.hh b/examples/extended/parallel/ThreadsafeScorers/include/G4TAtomicHitsCollection.hh index 76db6f35f81..16fa7f61975 100644 --- a/examples/extended/parallel/ThreadsafeScorers/include/G4TAtomicHitsCollection.hh +++ b/examples/extended/parallel/ThreadsafeScorers/include/G4TAtomicHitsCollection.hh @@ -42,9 +42,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - - - #ifndef G4TAtomicHitsCollection_h #define G4TAtomicHitsCollection_h 1 @@ -80,50 +77,43 @@ void* theCollection; };*/ - template class G4TAtomicHitsCollection : public G4VHitsCollection { -protected: + protected: static_assert(std::is_fundamental::value, "G4TAtomicHitsCollection must use fundamental type"); -public: - typedef T base_type; - typedef G4atomic value_type; - typedef typename std::deque container_type; + public: + typedef T base_type; + typedef G4atomic value_type; + typedef typename std::deque container_type; -public: + public: G4TAtomicHitsCollection(); -public: + public: // with description G4TAtomicHitsCollection(G4String detName, G4String colNam); // constructor. -public: + public: virtual ~G4TAtomicHitsCollection(); - G4bool operator==(const G4TAtomicHitsCollection &right) const; + G4bool operator==(const G4TAtomicHitsCollection& right) const; - //inline void *operator new(size_t); - //inline void operator delete(void* anHC); + // inline void *operator new(size_t); + // inline void operator delete(void* anHC); -public: // with description + public: // with description virtual void DrawAllHits(); virtual void PrintAllHits(); // These two methods invokes Draw() and Print() methods of all of // hit objects stored in this collection, respectively. -public: // with description - inline value_type* operator[](size_t i) const - { - return (*theCollection)[i]; - } + public: // with description + inline value_type* operator[](size_t i) const { return (*theCollection)[i]; } // Returns a pointer to a concrete hit object. - inline container_type* GetVector() const - { - return theCollection; - } + inline container_type* GetVector() const { return theCollection; } // Returns a collection vector. inline G4int insert(T* aHit) { @@ -140,49 +130,46 @@ public: // with description } // Returns the number of hit objects stored in this collection -public: - virtual G4VHit* GetHit(size_t i) const - { - return (*theCollection)[i]; - } + public: + virtual G4VHit* GetHit(size_t i) const { return (*theCollection)[i]; } virtual size_t GetSize() const { G4AutoLock l(&fMutex); return theCollection->size(); } -protected: + protected: container_type* theCollection; - G4Mutex fMutex; - + G4Mutex fMutex; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template G4TAtomicHitsCollection::G4TAtomicHitsCollection() : theCollection(new container_type) -{ } +{} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template G4TAtomicHitsCollection::G4TAtomicHitsCollection(G4String detName, G4String colNam) - : G4VHitsCollection(detName,colNam), - theCollection(new container_type) -{ } + : G4VHitsCollection(detName, colNam) + , theCollection(new container_type) +{} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -template G4TAtomicHitsCollection::~G4TAtomicHitsCollection() +template +G4TAtomicHitsCollection::~G4TAtomicHitsCollection() { for(size_t i = 0; i < theCollection->size(); i++) - delete (*theCollection)[i]; + delete(*theCollection)[i]; theCollection->clear(); delete theCollection; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template -G4bool G4TAtomicHitsCollection -::operator==(const G4TAtomicHitsCollection &right) const +G4bool G4TAtomicHitsCollection::operator==( + const G4TAtomicHitsCollection& right) const { - return (collectionName == right.collectionName); + return (collectionName == right.collectionName); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template diff --git a/examples/extended/parallel/ThreadsafeScorers/include/G4TAtomicHitsMap.hh b/examples/extended/parallel/ThreadsafeScorers/include/G4TAtomicHitsMap.hh index c8a44122873..ef48796b103 100644 --- a/examples/extended/parallel/ThreadsafeScorers/include/G4TAtomicHitsMap.hh +++ b/examples/extended/parallel/ThreadsafeScorers/include/G4TAtomicHitsMap.hh @@ -42,9 +42,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - - - #ifndef G4TAtomicHitsMap_h #define G4TAtomicHitsMap_h 1 @@ -71,68 +68,61 @@ template class G4TAtomicHitsMap : public G4VHitsCollection { -protected: + protected: static_assert(std::is_fundamental::value, "G4TAtomicHitsMap must use fundamental type"); -public: - typedef G4atomic value_type; - typedef value_type* mapped_type; - typedef typename std::map container_type; - typedef typename container_type::iterator iterator; + public: + typedef G4atomic value_type; + typedef value_type* mapped_type; + typedef typename std::map container_type; + typedef typename container_type::iterator iterator; typedef typename container_type::const_iterator const_iterator; -public: + public: G4TAtomicHitsMap(); -public: // with description + public: // with description G4TAtomicHitsMap(G4String detName, G4String colNam); // constructor. -public: + public: virtual ~G4TAtomicHitsMap(); - G4bool operator==(const G4TAtomicHitsMap &right) const; - G4TAtomicHitsMap & operator+=(const G4TAtomicHitsMap &right) const; - G4TAtomicHitsMap & operator+=(const G4THitsMap &right) const; + G4bool operator==(const G4TAtomicHitsMap& right) const; + G4TAtomicHitsMap& operator+=(const G4TAtomicHitsMap& right) const; + G4TAtomicHitsMap& operator+=(const G4THitsMap& right) const; -public: // with description + public: // with description virtual void DrawAllHits(); virtual void PrintAllHits(); // These two methods invokes Draw() and Print() methods of all of // hit objects stored in this map, respectively. -public: // with description + public: // with description inline value_type* operator[](G4int key) const; // Returns a pointer to a concrete hit object. - inline container_type* GetMap() const - { return theCollection; } + inline container_type* GetMap() const { return theCollection; } // Returns a collection map. - inline G4int add(const G4int & key, value_type*& aHit) const; - inline G4int add(const G4int & key, T& aHit) const; + inline G4int add(const G4int& key, value_type*& aHit) const; + inline G4int add(const G4int& key, T& aHit) const; // Insert a hit object. Total number of hit objects stored in this // map is returned. - inline G4int set(const G4int & key, value_type*& aHit) const; - inline G4int set(const G4int & key, T& aHit) const; + inline G4int set(const G4int& key, value_type*& aHit) const; + inline G4int set(const G4int& key, T& aHit) const; // Overwrite a hit object. Total number of hit objects stored in this // map is returned. - inline G4int entries() const - { - return theCollection->size(); - } + inline G4int entries() const { return theCollection->size(); } // Returns the number of hit objects stored in this map inline void clear(); -public: - virtual G4VHit* GetHit(size_t) const {return 0;} - virtual size_t GetSize() const - { - return theCollection->size(); - } + public: + virtual G4VHit* GetHit(size_t) const { return 0; } + virtual size_t GetSize() const { return theCollection->size(); } virtual size_t size() const { return theCollection->size(); } -public: + public: iterator begin() { return theCollection->begin(); } iterator end() { return theCollection->end(); } @@ -145,63 +135,62 @@ public: iterator find(G4int p) { return theCollection->find(p); } const_iterator find(G4int p) const { return theCollection->find(p); } -private: - container_type* theCollection; - mutable G4Mutex fMutex; - + private: + container_type* theCollection; + mutable G4Mutex fMutex; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template G4TAtomicHitsMap::G4TAtomicHitsMap() : theCollection(new container_type) -{ } +{} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template -G4TAtomicHitsMap::G4TAtomicHitsMap(G4String detName, - G4String colNam) - : G4VHitsCollection(detName,colNam), - theCollection(new container_type) -{ } +G4TAtomicHitsMap::G4TAtomicHitsMap(G4String detName, G4String colNam) + : G4VHitsCollection(detName, colNam) + , theCollection(new container_type) +{} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template G4TAtomicHitsMap::~G4TAtomicHitsMap() { for(auto itr = theCollection->begin(); itr != theCollection->end(); itr++) - delete itr->second; + delete itr->second; delete theCollection; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template -G4bool G4TAtomicHitsMap::operator==(const G4TAtomicHitsMap &right) const +G4bool G4TAtomicHitsMap::operator==(const G4TAtomicHitsMap& right) const { return (collectionName == right.collectionName); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template -G4TAtomicHitsMap& -G4TAtomicHitsMap::operator+=(const G4TAtomicHitsMap& rhs) const +G4TAtomicHitsMap& G4TAtomicHitsMap::operator+=( + const G4TAtomicHitsMap& rhs) const { for(auto itr = rhs.GetMap()->begin(); itr != rhs.GetMap()->end(); itr++) add(itr->first, *(itr->second)); - return (G4TAtomicHitsMap&)(*this); + return (G4TAtomicHitsMap&) (*this); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template -G4TAtomicHitsMap& -G4TAtomicHitsMap::operator+=(const G4THitsMap& rhs) const +G4TAtomicHitsMap& G4TAtomicHitsMap::operator+=( + const G4THitsMap& rhs) const { for(auto itr = rhs.GetMap()->begin(); itr != rhs.GetMap()->end(); itr++) add(itr->first, *(itr->second)); - return (G4TAtomicHitsMap&)(*this); + return (G4TAtomicHitsMap&) (*this); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template -inline typename G4TAtomicHitsMap::value_type* -G4TAtomicHitsMap::operator[](G4int key) const +inline + typename G4TAtomicHitsMap::value_type* G4TAtomicHitsMap::operator[]( + G4int key) const { if(theCollection->find(key) != theCollection->end()) return theCollection->find(key)->second; @@ -210,17 +199,17 @@ G4TAtomicHitsMap::operator[](G4int key) const G4AutoLock l(&fMutex); if(theCollection->find(key) == theCollection->end()) { - value_type* ptr = new value_type; + value_type* ptr = new value_type; (*theCollection)[key] = ptr; return ptr; - } else + } + else return theCollection->find(key)->second; } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template -inline G4int -G4TAtomicHitsMap::add(const G4int& key, value_type*& aHit) const +inline G4int G4TAtomicHitsMap::add(const G4int& key, value_type*& aHit) const { if(theCollection->find(key) != theCollection->end()) *(*theCollection)[key] += *aHit; @@ -234,16 +223,14 @@ G4TAtomicHitsMap::add(const G4int& key, value_type*& aHit) const } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template -inline G4int -G4TAtomicHitsMap::add(const G4int& key, T& aHit) const +inline G4int G4TAtomicHitsMap::add(const G4int& key, T& aHit) const { - if(theCollection->find(key) != theCollection->end()) *(*theCollection)[key] += aHit; else { value_type* hit = new value_type; - *hit = aHit; + *hit = aHit; G4AutoLock l(&fMutex); (*theCollection)[key] = hit; } @@ -252,11 +239,10 @@ G4TAtomicHitsMap::add(const G4int& key, T& aHit) const } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template -inline G4int -G4TAtomicHitsMap::set(const G4int& key, value_type*& aHit) const +inline G4int G4TAtomicHitsMap::set(const G4int& key, value_type*& aHit) const { if(theCollection->find(key) != theCollection->end()) - delete (*theCollection)[key]->second; + delete(*theCollection)[key]->second; (*theCollection)[key] = aHit; G4AutoLock l(&fMutex); @@ -264,24 +250,23 @@ G4TAtomicHitsMap::set(const G4int& key, value_type*& aHit) const } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template -inline G4int -G4TAtomicHitsMap::set(const G4int& key, T& aHit) const +inline G4int G4TAtomicHitsMap::set(const G4int& key, T& aHit) const { - if(theCollection->find(key) != theCollection->end()) - *(*theCollection)[key] = aHit; - else - { - value_type* hit = new value_type; - *hit = aHit; - (*theCollection)[key] = hit; - } - G4AutoLock l(&fMutex); - return theCollection->size(); + if(theCollection->find(key) != theCollection->end()) + *(*theCollection)[key] = aHit; + else + { + value_type* hit = new value_type; + *hit = aHit; + (*theCollection)[key] = hit; + } + G4AutoLock l(&fMutex); + return theCollection->size(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template void G4TAtomicHitsMap::DrawAllHits() -{ } +{} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... template void G4TAtomicHitsMap::PrintAllHits() @@ -299,7 +284,6 @@ void G4TAtomicHitsMap::clear() delete itr->second; theCollection->clear(); - } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ThreadsafeScorers/include/G4atomic.hh b/examples/extended/parallel/ThreadsafeScorers/include/G4atomic.hh index 4f11c9ab086..8da4b03b1ff 100644 --- a/examples/extended/parallel/ThreadsafeScorers/include/G4atomic.hh +++ b/examples/extended/parallel/ThreadsafeScorers/include/G4atomic.hh @@ -64,7 +64,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #ifndef G4atomic_hh_ #define G4atomic_hh_ @@ -72,199 +71,301 @@ #ifdef G4MULTITHREADED -#include "G4atomic_defines.hh" +# include "G4atomic_defines.hh" //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -template +template class G4atomic { - public: - - typedef typename std::atomic<_Tp> base_type; - typedef _Tp value_type; - - private: - - using mem_ord = std::memory_order; - - public: - - // constructors - explicit - G4atomic(mem_ord mo = std::memory_order_acq_rel) : fMemOrder(mo) - { atomics::set(&fvalue, value_type()); } - - explicit - G4atomic(const value_type& _init, - mem_ord mo = std::memory_order_acq_rel) : fMemOrder(mo) - { atomics::set(&fvalue, _init); } - - // copy-constructor from pure C++11 atomic - explicit - G4atomic(const base_type& rhs, - mem_ord mo = std::memory_order_acq_rel) : fMemOrder(mo) - { atomics::set(&fvalue, rhs); } - - // copy-constructor - explicit - G4atomic(const G4atomic& rhs) : fMemOrder(rhs.fMemOrder) - { atomics::set(&fvalue, rhs.base()); } - - // assignment operators - G4atomic& operator=(const G4atomic& rhs) - { - if(this != &rhs) - atomics::set(&fvalue, rhs.fvalue); - return *this; - } - - G4atomic& operator=(const value_type& rhs) - { - atomics::set(&fvalue, rhs); - return *this; - } - - G4atomic& operator=(const base_type& rhs) - { - atomics::set(&fvalue, rhs); - return *this; - } - - // destructor - ~G4atomic() { fvalue.~base_type(); } - - // base version - base_type& base() { return fvalue; } - const base_type& base() const { return fvalue; } - base_type& base() volatile { return fvalue; } - const base_type& base() const volatile { return fvalue; } - - // check if atomic is lock-free - bool is_lock_free() const { return fvalue.is_lock_free(); } - bool is_lock_free() const volatile { return fvalue.is_lock_free(); } - - // store functions - void store(_Tp _desired, mem_ord mo = std::memory_order_seq_cst) - { atomics::set(fvalue, _desired, mo); } - void store(_Tp _desired, mem_ord mo = std::memory_order_seq_cst) volatile - { atomics::set(fvalue, _desired, mo); } - - // load functions - _Tp load(mem_ord mo = std::memory_order_seq_cst) const - { return atomics::get(fvalue, mo); } - _Tp load(mem_ord mo = std::memory_order_seq_cst) const volatile - { return atomics::get(fvalue, mo); } - - // implicit conversion functions - operator _Tp() const { return this->load(); } - operator _Tp() const volatile { return this->load(); } - - operator base_type&() const { return fvalue; } - - // compare-and-swap functions - bool compare_exchange_weak(_Tp& _expected, _Tp _desired, - mem_ord _success, mem_ord _failure) - { return fvalue.compare_exchange_weak(_expected, _desired, - _success, _failure); } - bool compare_exchange_weak(_Tp& _expected, _Tp _desired, - mem_ord _success, mem_ord _failure) volatile - { return fvalue.compare_exchange_weak(_expected, _desired, - _success, _failure); } - - bool compare_exchange_weak(_Tp& _expected, _Tp _desired, mem_ord _order) - { return fvalue.compare_exchange_weak(_expected, _desired, _order); } - bool compare_exchange_weak(_Tp& _expected, _Tp _desired, + public: + typedef typename std::atomic<_Tp> base_type; + typedef _Tp value_type; + + private: + using mem_ord = std::memory_order; + + public: + // constructors + explicit G4atomic(mem_ord mo = std::memory_order_acq_rel) + : fMemOrder(mo) + { + atomics::set(&fvalue, value_type()); + } + + explicit G4atomic(const value_type& _init, + mem_ord mo = std::memory_order_acq_rel) + : fMemOrder(mo) + { + atomics::set(&fvalue, _init); + } + + // copy-constructor from pure C++11 atomic + explicit G4atomic(const base_type& rhs, + mem_ord mo = std::memory_order_acq_rel) + : fMemOrder(mo) + { + atomics::set(&fvalue, rhs); + } + + // copy-constructor + explicit G4atomic(const G4atomic& rhs) + : fMemOrder(rhs.fMemOrder) + { + atomics::set(&fvalue, rhs.base()); + } + + // assignment operators + G4atomic& operator=(const G4atomic& rhs) + { + if(this != &rhs) + atomics::set(&fvalue, rhs.fvalue); + return *this; + } + + G4atomic& operator=(const value_type& rhs) + { + atomics::set(&fvalue, rhs); + return *this; + } + + G4atomic& operator=(const base_type& rhs) + { + atomics::set(&fvalue, rhs); + return *this; + } + + // destructor + ~G4atomic() { fvalue.~base_type(); } + + // base version + base_type& base() { return fvalue; } + const base_type& base() const { return fvalue; } + base_type& base() volatile { return fvalue; } + const base_type& base() const volatile { return fvalue; } + + // check if atomic is lock-free + bool is_lock_free() const { return fvalue.is_lock_free(); } + bool is_lock_free() const volatile { return fvalue.is_lock_free(); } + + // store functions + void store(_Tp _desired, mem_ord mo = std::memory_order_seq_cst) + { + atomics::set(fvalue, _desired, mo); + } + void store(_Tp _desired, mem_ord mo = std::memory_order_seq_cst) volatile + { + atomics::set(fvalue, _desired, mo); + } + + // load functions + _Tp load(mem_ord mo = std::memory_order_seq_cst) const + { + return atomics::get(fvalue, mo); + } + _Tp load(mem_ord mo = std::memory_order_seq_cst) const volatile + { + return atomics::get(fvalue, mo); + } + + // implicit conversion functions + operator _Tp() const { return this->load(); } + operator _Tp() const volatile { return this->load(); } + + operator base_type&() const { return fvalue; } + + // compare-and-swap functions + bool compare_exchange_weak(_Tp& _expected, _Tp _desired, mem_ord _success, + mem_ord _failure) + { + return fvalue.compare_exchange_weak(_expected, _desired, _success, + _failure); + } + bool compare_exchange_weak(_Tp& _expected, _Tp _desired, mem_ord _success, + mem_ord _failure) volatile + { + return fvalue.compare_exchange_weak(_expected, _desired, _success, + _failure); + } + + bool compare_exchange_weak(_Tp& _expected, _Tp _desired, mem_ord _order) + { + return fvalue.compare_exchange_weak(_expected, _desired, _order); + } + bool compare_exchange_weak(_Tp& _expected, _Tp _desired, + mem_ord _order) volatile + { + return fvalue.compare_exchange_weak(_expected, _desired, _order); + } + + bool compare_exchange_strong(_Tp& _expected, _Tp _desired, mem_ord _success, + mem_ord _failure) + { + return fvalue.compare_exchange_weak(_expected, _desired, _success, + _failure); + } + bool compare_exchange_strong(_Tp& _expected, _Tp _desired, mem_ord _success, + mem_ord _failure) volatile + { + return fvalue.compare_exchange_weak(_expected, _desired, _success, + _failure); + } + + bool compare_exchange_strong(_Tp& _expected, _Tp _desired, mem_ord _order) + { + return fvalue.compare_exchange_weak(_expected, _desired, _order); + } + bool compare_exchange_strong(_Tp& _expected, _Tp _desired, mem_ord _order) volatile - { return fvalue.compare_exchange_weak(_expected, _desired, _order); } - - bool compare_exchange_strong(_Tp& _expected, _Tp _desired, - mem_ord _success, mem_ord _failure) - { return fvalue.compare_exchange_weak(_expected, _desired, - _success, _failure); } - bool compare_exchange_strong(_Tp& _expected, _Tp _desired, - mem_ord _success, mem_ord _failure) volatile - { return fvalue.compare_exchange_weak(_expected, _desired, - _success, _failure); } - - bool compare_exchange_strong(_Tp& _expected, _Tp _desired, mem_ord _order) - { return fvalue.compare_exchange_weak(_expected, _desired, _order); } - bool compare_exchange_strong(_Tp& _expected, _Tp _desired, - mem_ord _order) volatile - { return fvalue.compare_exchange_weak(_expected, _desired, _order); } - - // value_type operators - G4atomic& operator+=(const value_type& rhs) - { atomics::increment(&fvalue, rhs, fMemOrder); return *this; } - G4atomic& operator-=(const value_type& rhs) - { atomics::decrement(&fvalue, rhs, fMemOrder); return *this; } - G4atomic& operator*=(const value_type& rhs) - { atomics::multiply(&fvalue, rhs, fMemOrder); return *this; } - G4atomic& operator/=(const value_type& rhs) - { atomics::divide(&fvalue, rhs, fMemOrder); return *this; } - - // atomic operators - G4atomic& operator+=(const G4atomic& rhs) - { atomics::increment(&fvalue, rhs.fvalue); return *this; } - G4atomic& operator-=(const G4atomic& rhs) - { atomics::decrement(&fvalue, rhs.fvalue); return *this; } - G4atomic& operator*=(const G4atomic& rhs) - { atomics::multiply(&fvalue, rhs.fvalue); return *this; } - G4atomic& operator/=(const G4atomic& rhs) - { atomics::divide(&fvalue, rhs.fvalue); return *this; } - - G4atomic& operator+=(const G4atomic& rhs) volatile - { atomics::increment(&fvalue, rhs.fvalue); return *this; } - G4atomic& operator-=(const G4atomic& rhs) volatile - { atomics::decrement(&fvalue, rhs.fvalue); return *this; } - G4atomic& operator*=(const G4atomic& rhs) volatile - { atomics::multiply(&fvalue, rhs.fvalue); return *this; } - G4atomic& operator/=(const G4atomic& rhs) volatile - { atomics::divide(&fvalue, rhs.fvalue); return *this; } - - // STL atomic operators - G4atomic& operator+=(const std::atomic<_Tp>& rhs) - { atomics::increment(&fvalue, rhs, fMemOrder); return *this; } - G4atomic& operator-=(const std::atomic<_Tp>& rhs) - { atomics::decrement(&fvalue, rhs, fMemOrder); return *this; } - G4atomic& operator*=(const std::atomic<_Tp>& rhs) - { atomics::multiply(&fvalue, rhs, fMemOrder); return *this; } - G4atomic& operator/=(const std::atomic<_Tp>& rhs) - { atomics::divide(&fvalue, rhs, fMemOrder); return *this; } - - G4atomic& operator+=(const std::atomic<_Tp>& rhs) volatile - { atomics::increment(&fvalue, rhs, fMemOrder); return *this; } - G4atomic& operator-=(const std::atomic<_Tp>& rhs) volatile - { atomics::decrement(&fvalue, rhs, fMemOrder); return *this; } - G4atomic& operator*=(const std::atomic<_Tp>& rhs) volatile - { atomics::multiply(&fvalue, rhs, fMemOrder); return *this; } - G4atomic& operator/=(const std::atomic<_Tp>& rhs) volatile - { atomics::divide(&fvalue, rhs, fMemOrder); return *this; } - - // increment operators - value_type operator++() { value_type _tmp = ++fvalue; return _tmp; } - value_type operator++(int) - { value_type _tmp = fvalue++; return _tmp; } - - value_type operator--() { value_type _tmp = --fvalue; return _tmp; } - value_type operator--(int) - { value_type _tmp = fvalue--; return _tmp; } - - protected: - - base_type fvalue; - mem_ord fMemOrder; - + { + return fvalue.compare_exchange_weak(_expected, _desired, _order); + } + + // value_type operators + G4atomic& operator+=(const value_type& rhs) + { + atomics::increment(&fvalue, rhs, fMemOrder); + return *this; + } + G4atomic& operator-=(const value_type& rhs) + { + atomics::decrement(&fvalue, rhs, fMemOrder); + return *this; + } + G4atomic& operator*=(const value_type& rhs) + { + atomics::multiply(&fvalue, rhs, fMemOrder); + return *this; + } + G4atomic& operator/=(const value_type& rhs) + { + atomics::divide(&fvalue, rhs, fMemOrder); + return *this; + } + + // atomic operators + G4atomic& operator+=(const G4atomic& rhs) + { + atomics::increment(&fvalue, rhs.fvalue); + return *this; + } + G4atomic& operator-=(const G4atomic& rhs) + { + atomics::decrement(&fvalue, rhs.fvalue); + return *this; + } + G4atomic& operator*=(const G4atomic& rhs) + { + atomics::multiply(&fvalue, rhs.fvalue); + return *this; + } + G4atomic& operator/=(const G4atomic& rhs) + { + atomics::divide(&fvalue, rhs.fvalue); + return *this; + } + + G4atomic& operator+=(const G4atomic& rhs) volatile + { + atomics::increment(&fvalue, rhs.fvalue); + return *this; + } + G4atomic& operator-=(const G4atomic& rhs) volatile + { + atomics::decrement(&fvalue, rhs.fvalue); + return *this; + } + G4atomic& operator*=(const G4atomic& rhs) volatile + { + atomics::multiply(&fvalue, rhs.fvalue); + return *this; + } + G4atomic& operator/=(const G4atomic& rhs) volatile + { + atomics::divide(&fvalue, rhs.fvalue); + return *this; + } + + // STL atomic operators + G4atomic& operator+=(const std::atomic<_Tp>& rhs) + { + atomics::increment(&fvalue, rhs, fMemOrder); + return *this; + } + G4atomic& operator-=(const std::atomic<_Tp>& rhs) + { + atomics::decrement(&fvalue, rhs, fMemOrder); + return *this; + } + G4atomic& operator*=(const std::atomic<_Tp>& rhs) + { + atomics::multiply(&fvalue, rhs, fMemOrder); + return *this; + } + G4atomic& operator/=(const std::atomic<_Tp>& rhs) + { + atomics::divide(&fvalue, rhs, fMemOrder); + return *this; + } + + G4atomic& operator+=(const std::atomic<_Tp>& rhs) volatile + { + atomics::increment(&fvalue, rhs, fMemOrder); + return *this; + } + G4atomic& operator-=(const std::atomic<_Tp>& rhs) volatile + { + atomics::decrement(&fvalue, rhs, fMemOrder); + return *this; + } + G4atomic& operator*=(const std::atomic<_Tp>& rhs) volatile + { + atomics::multiply(&fvalue, rhs, fMemOrder); + return *this; + } + G4atomic& operator/=(const std::atomic<_Tp>& rhs) volatile + { + atomics::divide(&fvalue, rhs, fMemOrder); + return *this; + } + + // increment operators + value_type operator++() + { + value_type _tmp = ++fvalue; + return _tmp; + } + value_type operator++(int) + { + value_type _tmp = fvalue++; + return _tmp; + } + + value_type operator--() + { + value_type _tmp = --fvalue; + return _tmp; + } + value_type operator--(int) + { + value_type _tmp = fvalue--; + return _tmp; + } + + protected: + base_type fvalue; + mem_ord fMemOrder; }; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#else // ! G4MULTITHREADED +#else // ! G4MULTITHREADED -template using G4atomic = _Tp; +template +using G4atomic = _Tp; -#endif // G4MULTITHREADED +#endif // G4MULTITHREADED //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#endif // G4atomic_hh_ +#endif // G4atomic_hh_ diff --git a/examples/extended/parallel/ThreadsafeScorers/include/G4atomic_defines.hh b/examples/extended/parallel/ThreadsafeScorers/include/G4atomic_defines.hh index 404ebc9902e..b201e1056e6 100644 --- a/examples/extended/parallel/ThreadsafeScorers/include/G4atomic_defines.hh +++ b/examples/extended/parallel/ThreadsafeScorers/include/G4atomic_defines.hh @@ -37,7 +37,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #ifndef G4atomic_defines_hh_ #define G4atomic_defines_hh_ @@ -47,396 +46,363 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#include -#include +# include +# include //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... namespace atomics { - //------------------------------------------------------------------------// - namespace details - { - //--------------------------------------------------------------------// - template - using OpFunction = std::function<_Tp(const _Tp&, const _Tp&)>; - //--------------------------------------------------------------------// - template - inline void do_fetch_and_store(std::atomic<_Tp>* _atomic, - const _Tp& _value, - std::memory_order mem_odr) - { - _atomic->store(_value, mem_odr); - } - //--------------------------------------------------------------------// - template - inline void do_fetch_and_store(std::atomic<_Tp>* _atomic, - const std::atomic<_Tp>& _value, - std::memory_order mem_odr) - { - _atomic->store(_value.load(), mem_odr); - } - //--------------------------------------------------------------------// - template - inline void do_compare_and_swap(std::atomic<_Tp>* _atomic, - const _Tp& _value, - const OpFunction<_Tp>& _operator, - std::memory_order mem_odr) - { - _Tp _expected = _Tp(); - do { - _expected = _atomic->load(); - } while (!(_atomic->compare_exchange_weak(_expected, - _operator(_expected, - _value), - mem_odr))); - } - //--------------------------------------------------------------------// - template - inline void do_compare_and_swap(std::atomic<_Tp>* _atomic, - const std::atomic<_Tp>& - _atomic_value, - const OpFunction<_Tp>& _operator, + //------------------------------------------------------------------------// + namespace details + { + //--------------------------------------------------------------------// + template + using OpFunction = std::function<_Tp(const _Tp&, const _Tp&)>; + //--------------------------------------------------------------------// + template + inline void do_fetch_and_store(std::atomic<_Tp>* _atomic, const _Tp& _value, + std::memory_order mem_odr) + { + _atomic->store(_value, mem_odr); + } + //--------------------------------------------------------------------// + template + inline void do_fetch_and_store(std::atomic<_Tp>* _atomic, + const std::atomic<_Tp>& _value, + std::memory_order mem_odr) + { + _atomic->store(_value.load(), mem_odr); + } + //--------------------------------------------------------------------// + template + inline void do_compare_and_swap(std::atomic<_Tp>* _atomic, + const _Tp& _value, + const OpFunction<_Tp>& _operator, + std::memory_order mem_odr) + { + _Tp _expected = _Tp(); + do + { + _expected = _atomic->load(); + } while(!(_atomic->compare_exchange_weak( + _expected, _operator(_expected, _value), mem_odr))); + } + //--------------------------------------------------------------------// + template + inline void do_compare_and_swap(std::atomic<_Tp>* _atomic, + const std::atomic<_Tp>& _atomic_value, + const OpFunction<_Tp>& _operator, + std::memory_order mem_odr) + { + _Tp _expected = _Tp(); + do + { + _expected = _atomic->load(); + } while(!(_atomic->compare_exchange_weak( + _expected, _operator(_expected, _atomic_value.load()), mem_odr))); + } + //--------------------------------------------------------------------// + } // namespace details + //------------------------------------------------------------------------// + // WITH ATOMIC TEMPLATE BASE TYPE AS SECOND PARAMETER + //------------------------------------------------------------------------// + template + inline void set(std::atomic* _atomic, const T& _desired, + std::memory_order mem_odr = std::memory_order_seq_cst) + { + details::do_compare_and_swap( + _atomic, _desired, + details::OpFunction([](const T&, const T& y) { return y; }), mem_odr); + } + //------------------------------------------------------------------------// + template + inline void set(std::atomic& _atomic, const T& _desired, + std::memory_order mem_odr = std::memory_order_seq_cst) + { + set(&_atomic, _desired, mem_odr); + } + //------------------------------------------------------------------------// + template + inline void increment(std::atomic* _atomic, const T& _increment, std::memory_order mem_odr) - { - _Tp _expected = _Tp(); - do { - _expected = _atomic->load(); - } while (!(_atomic->compare_exchange_weak(_expected, - _operator(_expected, - _atomic_value.load()), - mem_odr))); - } - //--------------------------------------------------------------------// - } - //------------------------------------------------------------------------// - // WITH ATOMIC TEMPLATE BASE TYPE AS SECOND PARAMETER - //------------------------------------------------------------------------// - template - inline void set(std::atomic* _atomic, - const T& _desired, - std::memory_order mem_odr - = std::memory_order_seq_cst) - { - details::do_compare_and_swap(_atomic, - _desired, - details::OpFunction - ([](const T&, const T& y){return y;}), - mem_odr); - } - //------------------------------------------------------------------------// - template - inline void set(std::atomic& _atomic, - const T& _desired, - std::memory_order mem_odr - = std::memory_order_seq_cst) - { - set(&_atomic, _desired, mem_odr); - } - //------------------------------------------------------------------------// - template - inline void increment(std::atomic* _atomic, - const T& _increment, - std::memory_order mem_odr) - { - details::do_compare_and_swap(_atomic, _increment, - details::OpFunction - ([](const T& x, const T& y){return x+y;}), - mem_odr); - } - //------------------------------------------------------------------------// - template - inline void decrement(std::atomic* _atomic, const T& _decrement, - std::memory_order mem_odr) - { - details::do_compare_and_swap(_atomic, _decrement, - details::OpFunction - ([](const T& x, const T& y){return x-y;}), - mem_odr); - } - //------------------------------------------------------------------------// - template - inline void multiply(std::atomic* _atomic, const T& _factor, - std::memory_order mem_odr) - { - details::do_compare_and_swap(_atomic, _factor, - details::OpFunction - ([](const T& x, const T& y){return x*y;}), - mem_odr); - } - //------------------------------------------------------------------------// - template - inline void divide(std::atomic* _atomic, const T& _factor, + { + details::do_compare_and_swap( + _atomic, _increment, + details::OpFunction([](const T& x, const T& y) { return x + y; }), + mem_odr); + } + //------------------------------------------------------------------------// + template + inline void decrement(std::atomic* _atomic, const T& _decrement, + std::memory_order mem_odr) + { + details::do_compare_and_swap( + _atomic, _decrement, + details::OpFunction([](const T& x, const T& y) { return x - y; }), + mem_odr); + } + //------------------------------------------------------------------------// + template + inline void multiply(std::atomic* _atomic, const T& _factor, std::memory_order mem_odr) - { - details::do_compare_and_swap(_atomic, _factor, - details::OpFunction - ([](const T& x, const T& y){return x/y;}), - mem_odr); - } - //------------------------------------------------------------------------// - // WITH ATOMICS AS SECOND PARAMETER - //------------------------------------------------------------------------// - template - inline void set(std::atomic* _atomic, - const std::atomic& _atomic_desired, - std::memory_order mem_odr - = std::memory_order_seq_cst) - { - //details::do_fetch_and_store(_atomic, _desired); - details::do_compare_and_swap(_atomic, _atomic_desired, - details::OpFunction - ([](const T&, const T& y){return y;}), - mem_odr); - } - //------------------------------------------------------------------------// - template - inline void set(std::atomic& _atomic, - const std::atomic& _atomic_desired, - std::memory_order mem_odr) - { - set(&_atomic, _atomic_desired, mem_odr); - } - //------------------------------------------------------------------------// - template - inline void increment(std::atomic* _atomic, - const std::atomic& _atomic_increment, - std::memory_order mem_odr) - { - details::do_compare_and_swap(_atomic, _atomic_increment, - details::OpFunction - ([](const T& x, const T& y){return x+y;}), - mem_odr); - } - //------------------------------------------------------------------------// - template - inline void decrement(std::atomic* _atomic, - const std::atomic& _atomic_decrement, - std::memory_order mem_odr) - { - details::do_compare_and_swap(_atomic, _atomic_decrement, - details::OpFunction - ([](const T& x, const T& y){return x-y;}), - mem_odr); - } - //------------------------------------------------------------------------// - template - inline void multiply(std::atomic* _atomic, - const std::atomic& _atomic_factor, - std::memory_order mem_odr) - { - details::do_compare_and_swap(_atomic, _atomic_factor, - details::OpFunction - ([](const T& x, const T& y){return x*y;}), - mem_odr); - } - //------------------------------------------------------------------------// - template - inline void divide(std::atomic* _atomic, + { + details::do_compare_and_swap( + _atomic, _factor, + details::OpFunction([](const T& x, const T& y) { return x * y; }), + mem_odr); + } + //------------------------------------------------------------------------// + template + inline void divide(std::atomic* _atomic, const T& _factor, + std::memory_order mem_odr) + { + details::do_compare_and_swap( + _atomic, _factor, + details::OpFunction([](const T& x, const T& y) { return x / y; }), + mem_odr); + } + //------------------------------------------------------------------------// + // WITH ATOMICS AS SECOND PARAMETER + //------------------------------------------------------------------------// + template + inline void set(std::atomic* _atomic, + const std::atomic& _atomic_desired, + std::memory_order mem_odr = std::memory_order_seq_cst) + { + // details::do_fetch_and_store(_atomic, _desired); + details::do_compare_and_swap( + _atomic, _atomic_desired, + details::OpFunction([](const T&, const T& y) { return y; }), mem_odr); + } + //------------------------------------------------------------------------// + template + inline void set(std::atomic& _atomic, + const std::atomic& _atomic_desired, + std::memory_order mem_odr) + { + set(&_atomic, _atomic_desired, mem_odr); + } + //------------------------------------------------------------------------// + template + inline void increment(std::atomic* _atomic, + const std::atomic& _atomic_increment, + std::memory_order mem_odr) + { + details::do_compare_and_swap( + _atomic, _atomic_increment, + details::OpFunction([](const T& x, const T& y) { return x + y; }), + mem_odr); + } + //------------------------------------------------------------------------// + template + inline void decrement(std::atomic* _atomic, + const std::atomic& _atomic_decrement, + std::memory_order mem_odr) + { + details::do_compare_and_swap( + _atomic, _atomic_decrement, + details::OpFunction([](const T& x, const T& y) { return x - y; }), + mem_odr); + } + //------------------------------------------------------------------------// + template + inline void multiply(std::atomic* _atomic, const std::atomic& _atomic_factor, std::memory_order mem_odr) - { - details::do_compare_and_swap(_atomic, _atomic_factor, - details::OpFunction - ([](const T& x, const T& y){return x/y;}), - mem_odr); - } + { + details::do_compare_and_swap( + _atomic, _atomic_factor, + details::OpFunction([](const T& x, const T& y) { return x * y; }), + mem_odr); + } + //------------------------------------------------------------------------// + template + inline void divide(std::atomic* _atomic, + const std::atomic& _atomic_factor, + std::memory_order mem_odr) + { + details::do_compare_and_swap( + _atomic, _atomic_factor, + details::OpFunction([](const T& x, const T& y) { return x / y; }), + mem_odr); + } - //------------------------------------------------------------------------// - // STANDARD OVERLOAD // - //------------------------------------------------------------------------// - template - inline void set(T* _non_atomic, const T& _desired) - { - *_non_atomic = _desired; - } - //------------------------------------------------------------------------// - template - inline void set(T& _non_atomic, const T& _desired) - { - set(&_non_atomic, _desired); - } - //------------------------------------------------------------------------// - // STL PAIR OVERLOAD // - //------------------------------------------------------------------------// - // - //------------------------------------------------------------------------// - // WITH ATOMIC TEMPLATE TYPE AS SECOND PARAMETER - //------------------------------------------------------------------------// - template - inline void set(std::pair, - std::atomic >* _atomic, - const std::pair& _desired) - { - set(&_atomic->first, _desired.first); - set(&_atomic->second, _desired.second); - } - //------------------------------------------------------------------------// - template - inline void set(std::pair, - std::atomic >& _atomic, - const std::pair& _desired) - { - set(&_atomic, _desired); - } - //------------------------------------------------------------------------// - template - inline void increment(std::pair, - std::atomic >* _atomic, - const std::pair& _increment) - { - increment(&_atomic->first, _increment.first); - increment(&_atomic->second, _increment.second); - } - //------------------------------------------------------------------------// - template - inline void decrement(std::pair, - std::atomic >* _atomic, - const std::pair& _decrement) - { - decrement(&_atomic->first, _decrement.first); - decrement(&_atomic->second, _decrement.second); - } - //------------------------------------------------------------------------// - template - inline void multiply(std::pair, - std::atomic >* _atomic, - const std::pair& _factor) - { - multiply(&_atomic->first, _factor.first); - multiply(&_atomic->second, _factor.second); - } - //------------------------------------------------------------------------// - template - inline void divide(std::pair, - std::atomic >* _atomic, + //------------------------------------------------------------------------// + // STANDARD OVERLOAD // + //------------------------------------------------------------------------// + template + inline void set(T* _non_atomic, const T& _desired) + { + *_non_atomic = _desired; + } + //------------------------------------------------------------------------// + template + inline void set(T& _non_atomic, const T& _desired) + { + set(&_non_atomic, _desired); + } + //------------------------------------------------------------------------// + // STL PAIR OVERLOAD // + //------------------------------------------------------------------------// + // + //------------------------------------------------------------------------// + // WITH ATOMIC TEMPLATE TYPE AS SECOND PARAMETER + //------------------------------------------------------------------------// + template + inline void set(std::pair, std::atomic>* _atomic, + const std::pair& _desired) + { + set(&_atomic->first, _desired.first); + set(&_atomic->second, _desired.second); + } + //------------------------------------------------------------------------// + template + inline void set(std::pair, std::atomic>& _atomic, + const std::pair& _desired) + { + set(&_atomic, _desired); + } + //------------------------------------------------------------------------// + template + inline void increment(std::pair, std::atomic>* _atomic, + const std::pair& _increment) + { + increment(&_atomic->first, _increment.first); + increment(&_atomic->second, _increment.second); + } + //------------------------------------------------------------------------// + template + inline void decrement(std::pair, std::atomic>* _atomic, + const std::pair& _decrement) + { + decrement(&_atomic->first, _decrement.first); + decrement(&_atomic->second, _decrement.second); + } + //------------------------------------------------------------------------// + template + inline void multiply(std::pair, std::atomic>* _atomic, const std::pair& _factor) - { - divide(&_atomic->first, _factor.first); - divide(&_atomic->second, _factor.second); - } - //------------------------------------------------------------------------// - // WITH ATOMICS AS SECOND PARAMETER - //------------------------------------------------------------------------// - template - inline void set(std::pair, - std::atomic >* _atomic, - const std::pair, - std::atomic >& _desired) - { - set(&_atomic->first, _desired.first); - set(&_atomic->second, _desired.second); - } - //------------------------------------------------------------------------// - template - inline void set(std::pair, - std::atomic >& _atomic, - const std::pair, - std::atomic >& _desired) - { - set(&_atomic, _desired); - } - //------------------------------------------------------------------------// - template - inline void increment(std::pair, - std::atomic >* _atomic, - const std::pair, - std::atomic >& _increment) - { - increment(&_atomic->first, _increment.first); - increment(&_atomic->second, _increment.second); - } - //------------------------------------------------------------------------// - template - inline void decrement(std::pair, - std::atomic >* _atomic, - const std::pair, - std::atomic >& _decrement) - { - decrement(&_atomic->first, _decrement.first); - decrement(&_atomic->second, _decrement.second); - } - //------------------------------------------------------------------------// - template - inline void multiply(std::pair, - std::atomic >* _atomic, - const std::pair, - std::atomic >& _factor) - { - multiply(&_atomic->first, _factor.first); - multiply(&_atomic->second, _factor.second); - } - //------------------------------------------------------------------------// - template - inline void divide(std::pair, - std::atomic >* _atomic, - const std::pair, - std::atomic >& _factor) - { - divide(&_atomic->first, _factor.first); - divide(&_atomic->second, _factor.second); - } - //------------------------------------------------------------------------// - - - //------------------------------------------------------------------------// - template - inline T get(const T& _non_atomic) - { - return _non_atomic; - } - //------------------------------------------------------------------------// - template - inline T get(const T& _non_atomic, std::memory_order) - { - return _non_atomic; - } - //------------------------------------------------------------------------// - template - inline T get(const std::atomic& _atomic) - { - return _atomic.load(); - } - //------------------------------------------------------------------------// - template - inline T get(const std::atomic& _atomic, - std::memory_order mem_odr) - { - return _atomic.load(mem_odr); - } - //------------------------------------------------------------------------// - template - inline std::pair get(const std::pair, - std::atomic >& _atomic) - { - return std::pair(get(_atomic.first), get(_atomic.second)); - } - //------------------------------------------------------------------------// - template - inline std::pair get(const std::pair, - std::atomic >& _atomic, - std::memory_order mem_odr) - { - return std::pair(get(_atomic.first, mem_odr), - get(_atomic.second, mem_odr)); - } - //------------------------------------------------------------------------// - + { + multiply(&_atomic->first, _factor.first); + multiply(&_atomic->second, _factor.second); + } + //------------------------------------------------------------------------// + template + inline void divide(std::pair, std::atomic>* _atomic, + const std::pair& _factor) + { + divide(&_atomic->first, _factor.first); + divide(&_atomic->second, _factor.second); + } + //------------------------------------------------------------------------// + // WITH ATOMICS AS SECOND PARAMETER + //------------------------------------------------------------------------// + template + inline void set(std::pair, std::atomic>* _atomic, + const std::pair, std::atomic>& _desired) + { + set(&_atomic->first, _desired.first); + set(&_atomic->second, _desired.second); + } + //------------------------------------------------------------------------// + template + inline void set(std::pair, std::atomic>& _atomic, + const std::pair, std::atomic>& _desired) + { + set(&_atomic, _desired); + } + //------------------------------------------------------------------------// + template + inline void increment( + std::pair, std::atomic>* _atomic, + const std::pair, std::atomic>& _increment) + { + increment(&_atomic->first, _increment.first); + increment(&_atomic->second, _increment.second); + } + //------------------------------------------------------------------------// + template + inline void decrement( + std::pair, std::atomic>* _atomic, + const std::pair, std::atomic>& _decrement) + { + decrement(&_atomic->first, _decrement.first); + decrement(&_atomic->second, _decrement.second); + } + //------------------------------------------------------------------------// + template + inline void multiply(std::pair, std::atomic>* _atomic, + const std::pair, std::atomic>& _factor) + { + multiply(&_atomic->first, _factor.first); + multiply(&_atomic->second, _factor.second); + } + //------------------------------------------------------------------------// + template + inline void divide(std::pair, std::atomic>* _atomic, + const std::pair, std::atomic>& _factor) + { + divide(&_atomic->first, _factor.first); + divide(&_atomic->second, _factor.second); + } + //------------------------------------------------------------------------// + //------------------------------------------------------------------------// + template + inline T get(const T& _non_atomic) + { + return _non_atomic; + } + //------------------------------------------------------------------------// + template + inline T get(const T& _non_atomic, std::memory_order) + { + return _non_atomic; + } + //------------------------------------------------------------------------// + template + inline T get(const std::atomic& _atomic) + { + return _atomic.load(); + } + //------------------------------------------------------------------------// + template + inline T get(const std::atomic& _atomic, std::memory_order mem_odr) + { + return _atomic.load(mem_odr); + } + //------------------------------------------------------------------------// + template + inline std::pair get( + const std::pair, std::atomic>& _atomic) + { + return std::pair(get(_atomic.first), get(_atomic.second)); + } + //------------------------------------------------------------------------// + template + inline std::pair get( + const std::pair, std::atomic>& _atomic, + std::memory_order mem_odr) + { + return std::pair(get(_atomic.first, mem_odr), + get(_atomic.second, mem_odr)); + } + //------------------------------------------------------------------------// - //------------------------------------------------------------------------// - // for plain old data (POD) and pairs (e.g. std::pair, atomic>) - template - inline _Tp_base base(const _Tp_atom& _atomic) - { - return get(_atomic); - } - //------------------------------------------------------------------------// + //------------------------------------------------------------------------// + // for plain old data (POD) and pairs (e.g. std::pair, atomic>) + template + inline _Tp_base base(const _Tp_atom& _atomic) + { + return get(_atomic); + } + //------------------------------------------------------------------------// -} // namespace atomics +} // namespace atomics //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -#endif // G4MULTITHREADED +#endif // G4MULTITHREADED #endif // atomic_typedefs_hh_ diff --git a/examples/extended/parallel/ThreadsafeScorers/include/TSActionInitialization.hh b/examples/extended/parallel/ThreadsafeScorers/include/TSActionInitialization.hh index 27440320f3e..a1e46836b7b 100644 --- a/examples/extended/parallel/ThreadsafeScorers/include/TSActionInitialization.hh +++ b/examples/extended/parallel/ThreadsafeScorers/include/TSActionInitialization.hh @@ -37,9 +37,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - - - #ifndef tsactioninitialization_hh_ #define tsactioninitialization_hh_ @@ -51,21 +48,20 @@ class TSActionInitialization : public G4VUserActionInitialization { -public: - // Constructor and Destructors - TSActionInitialization(); - virtual ~TSActionInitialization(); - - static TSActionInitialization* Instance(); + public: + // Constructor and Destructors + TSActionInitialization(); + virtual ~TSActionInitialization(); -public: - virtual void BuildForMaster() const; - virtual void Build() const; + static TSActionInitialization* Instance(); -private: - // Private functions - static TSActionInitialization* fgInstance; + public: + virtual void BuildForMaster() const; + virtual void Build() const; + private: + // Private functions + static TSActionInitialization* fgInstance; }; #endif diff --git a/examples/extended/parallel/ThreadsafeScorers/include/TSDetectorConstruction.hh b/examples/extended/parallel/ThreadsafeScorers/include/TSDetectorConstruction.hh index 8204b785cd4..dfa0264e687 100644 --- a/examples/extended/parallel/ThreadsafeScorers/include/TSDetectorConstruction.hh +++ b/examples/extended/parallel/ThreadsafeScorers/include/TSDetectorConstruction.hh @@ -51,11 +51,9 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #ifndef tsdetectorconstruction_hh #define tsdetectorconstruction_hh 1 - #include "globals.hh" #include "G4VUserDetectorConstruction.hh" #include "G4ThreeVector.hh" @@ -72,41 +70,45 @@ class G4Material; class TSDetectorConstruction : public G4VUserDetectorConstruction { -public: - typedef std::map MaterialCollection_t; - typedef std::set ScoringVolumes_t; + public: + typedef std::map MaterialCollection_t; + typedef std::set ScoringVolumes_t; -public: - TSDetectorConstruction(); - virtual ~TSDetectorConstruction(); + public: + TSDetectorConstruction(); + virtual ~TSDetectorConstruction(); - static TSDetectorConstruction* Instance(); + static TSDetectorConstruction* Instance(); -public: - G4VPhysicalVolume* Construct(); - inline const G4ThreeVector& GetWorldDimensions() const { return fWorldDim; } - inline const ScoringVolumes_t& GetScoringVolumes() const - { return fScoringVolumes; } - inline const G4String& GetMFDName() const { return fMfdName; } - inline G4int GetTotalTargets() const - { return fTargetSections.x() * fTargetSections.y() * fTargetSections.z(); } + public: + G4VPhysicalVolume* Construct(); + inline const G4ThreeVector& GetWorldDimensions() const { return fWorldDim; } + inline const ScoringVolumes_t& GetScoringVolumes() const + { + return fScoringVolumes; + } + inline const G4String& GetMFDName() const { return fMfdName; } + inline G4int GetTotalTargets() const + { + return fTargetSections.x() * fTargetSections.y() * fTargetSections.z(); + } -protected: - virtual MaterialCollection_t ConstructMaterials(); - virtual G4VPhysicalVolume* ConstructWorld(const MaterialCollection_t&); - virtual void ConstructSDandField(); + protected: + virtual MaterialCollection_t ConstructMaterials(); + virtual G4VPhysicalVolume* ConstructWorld(const MaterialCollection_t&); + virtual void ConstructSDandField(); -private: - static TSDetectorConstruction* fgInstance; - G4VPhysicalVolume* fWorldPhys; - ScoringVolumes_t fScoringVolumes; - G4String fWorldMaterialName; - G4String fTargetMaterialName; - G4String fCasingMaterialName; - G4ThreeVector fWorldDim; - G4ThreeVector fTargetDim; - G4ThreeVector fTargetSections; - G4String fMfdName; + private: + static TSDetectorConstruction* fgInstance; + G4VPhysicalVolume* fWorldPhys; + ScoringVolumes_t fScoringVolumes; + G4String fWorldMaterialName; + G4String fTargetMaterialName; + G4String fCasingMaterialName; + G4ThreeVector fWorldDim; + G4ThreeVector fTargetDim; + G4ThreeVector fTargetSections; + G4String fMfdName; }; #endif diff --git a/examples/extended/parallel/ThreadsafeScorers/include/TSPhysicsList.hh b/examples/extended/parallel/ThreadsafeScorers/include/TSPhysicsList.hh index c7b819edbfe..d73d6f6c0d0 100644 --- a/examples/extended/parallel/ThreadsafeScorers/include/TSPhysicsList.hh +++ b/examples/extended/parallel/ThreadsafeScorers/include/TSPhysicsList.hh @@ -39,11 +39,9 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #ifndef tsphysicslist_hh #define tsphysicslist_hh 1 - #include "globals.hh" #include "G4VUserPhysicsList.hh" #include "G4VPhysicsConstructor.hh" @@ -51,24 +49,23 @@ #include class TSPhysicsList : public G4VUserPhysicsList { -public: - typedef std::deque PhysicsSet_t; - -public: - TSPhysicsList(); - virtual ~TSPhysicsList(); + public: + typedef std::deque PhysicsSet_t; -public: - static TSPhysicsList* Instance(); - void ConstructParticle(); - void ConstructProcess(); - void SetCuts(); + public: + TSPhysicsList(); + virtual ~TSPhysicsList(); -private: - static TSPhysicsList* fgInstance; - PhysicsSet_t fConstructors; - G4double fDefaultCutValue; + public: + static TSPhysicsList* Instance(); + void ConstructParticle(); + void ConstructProcess(); + void SetCuts(); + private: + static TSPhysicsList* fgInstance; + PhysicsSet_t fConstructors; + G4double fDefaultCutValue; }; #endif diff --git a/examples/extended/parallel/ThreadsafeScorers/include/TSPrimaryGeneratorAction.hh b/examples/extended/parallel/ThreadsafeScorers/include/TSPrimaryGeneratorAction.hh index 7896d9e3d57..867d165d7e7 100644 --- a/examples/extended/parallel/ThreadsafeScorers/include/TSPrimaryGeneratorAction.hh +++ b/examples/extended/parallel/ThreadsafeScorers/include/TSPrimaryGeneratorAction.hh @@ -36,7 +36,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #ifndef tsprimarygeneratoraction_hh #define tsprimarygeneratoraction_hh 1 @@ -48,16 +47,15 @@ class G4ParticleGun; class TSPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction { -public: - TSPrimaryGeneratorAction(); - virtual ~TSPrimaryGeneratorAction(); - -public: - void GeneratePrimaries(G4Event*); + public: + TSPrimaryGeneratorAction(); + virtual ~TSPrimaryGeneratorAction(); -private: - G4ParticleGun* fGun; + public: + void GeneratePrimaries(G4Event*); + private: + G4ParticleGun* fGun; }; #endif diff --git a/examples/extended/parallel/ThreadsafeScorers/include/TSRun.hh b/examples/extended/parallel/ThreadsafeScorers/include/TSRun.hh index ede434a11d9..f86b59b3f7e 100644 --- a/examples/extended/parallel/ThreadsafeScorers/include/TSRun.hh +++ b/examples/extended/parallel/ThreadsafeScorers/include/TSRun.hh @@ -51,7 +51,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #ifndef tsrun_h #define tsrun_h 1 @@ -69,44 +68,44 @@ class G4Event; -//template using G4StatContainer = G4THitsMap<_Tp>; -//template using G4StatContainer = G4THitsVector<_Tp>; -template using G4StatContainer = G4THitsDeque<_Tp>; +// template using G4StatContainer = G4THitsMap<_Tp>; +// template using G4StatContainer = G4THitsVector<_Tp>; +template +using G4StatContainer = G4THitsDeque<_Tp>; class TSRun : public G4Run { -public: - typedef std::map MutexHitsMap_t; - -public: - TSRun(const G4String&); - virtual ~TSRun(); - - // virtual method from G4Run. - // The method is overriden in this class for scoring. - virtual void RecordEvent(const G4Event*); - - // Access methods for scoring information. - // - Get HitsMap of this RUN. - G4THitsMap* GetHitsMap(const G4String& collname) const; - G4TAtomicHitsMap* GetAtomicHitsMap(const G4String&) const; - MutexHitsMap_t* GetMutexHitsMap(const G4String&) const; - G4StatContainer* GetStatMap(const G4String& collname) const; - G4StatContainer* GetConvMap(const G4String&) const; - - void ConstructMFD(const G4String&); - - virtual void Merge(const G4Run*); - -private: - std::vector fCollNames; - std::vector fCollIDs; - std::vector*> fRunMaps; - std::vector*> fStatMaps; - static std::vector*> fAtomicRunMaps; - static std::map fMutexRunMaps; - static std::vector*> fConvMaps; - + public: + typedef std::map MutexHitsMap_t; + + public: + TSRun(const G4String&); + virtual ~TSRun(); + + // virtual method from G4Run. + // The method is overriden in this class for scoring. + virtual void RecordEvent(const G4Event*); + + // Access methods for scoring information. + // - Get HitsMap of this RUN. + G4THitsMap* GetHitsMap(const G4String& collname) const; + G4TAtomicHitsMap* GetAtomicHitsMap(const G4String&) const; + MutexHitsMap_t* GetMutexHitsMap(const G4String&) const; + G4StatContainer* GetStatMap(const G4String& collname) const; + G4StatContainer* GetConvMap(const G4String&) const; + + void ConstructMFD(const G4String&); + + virtual void Merge(const G4Run*); + + private: + std::vector fCollNames; + std::vector fCollIDs; + std::vector*> fRunMaps; + std::vector*> fStatMaps; + static std::vector*> fAtomicRunMaps; + static std::map fMutexRunMaps; + static std::vector*> fConvMaps; }; #endif diff --git a/examples/extended/parallel/ThreadsafeScorers/include/TSRunAction.hh b/examples/extended/parallel/ThreadsafeScorers/include/TSRunAction.hh index e4eec0fa137..8c7b452b35e 100644 --- a/examples/extended/parallel/ThreadsafeScorers/include/TSRunAction.hh +++ b/examples/extended/parallel/ThreadsafeScorers/include/TSRunAction.hh @@ -34,7 +34,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #ifndef tsrunaction_hh #define tsrunaction_hh 1 @@ -50,25 +49,24 @@ class TSDetectorConstruction; class TSRunAction : public G4UserRunAction { -public: - typedef std::tuple Compare_t; - typedef std::map IDcompare_t; - typedef std::map TypeCompare_t; - -public: - TSRunAction(); - virtual ~TSRunAction(); + public: + typedef std::tuple Compare_t; + typedef std::map IDcompare_t; + typedef std::map TypeCompare_t; -public: - virtual void BeginOfRunAction(const G4Run*); - virtual void EndOfRunAction(const G4Run*); - virtual G4Run* GenerateRun(); + public: + TSRunAction(); + virtual ~TSRunAction(); -private: - TSDetectorConstruction* fDetector; - G4String fName; - TypeCompare_t fTypeCompare; + public: + virtual void BeginOfRunAction(const G4Run*); + virtual void EndOfRunAction(const G4Run*); + virtual G4Run* GenerateRun(); + private: + TSDetectorConstruction* fDetector; + G4String fName; + TypeCompare_t fTypeCompare; }; #endif diff --git a/examples/extended/parallel/ThreadsafeScorers/src/TSActionInitialization.cc b/examples/extended/parallel/ThreadsafeScorers/src/TSActionInitialization.cc index 61b34211695..94b89208461 100644 --- a/examples/extended/parallel/ThreadsafeScorers/src/TSActionInitialization.cc +++ b/examples/extended/parallel/ThreadsafeScorers/src/TSActionInitialization.cc @@ -37,9 +37,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - - - #include "TSActionInitialization.hh" #include "TSDetectorConstruction.hh" #include "TSPrimaryGeneratorAction.hh" @@ -53,36 +50,30 @@ TSActionInitialization* TSActionInitialization::fgInstance = 0; TSActionInitialization* TSActionInitialization::Instance() { - return fgInstance; + return fgInstance; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TSActionInitialization::TSActionInitialization() -{ - fgInstance = this; -} +TSActionInitialization::TSActionInitialization() { fgInstance = this; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TSActionInitialization::~TSActionInitialization() -{ - fgInstance = 0; -} +TSActionInitialization::~TSActionInitialization() { fgInstance = 0; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TSActionInitialization::BuildForMaster() const { - SetUserAction(new TSRunAction); + SetUserAction(new TSRunAction); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TSActionInitialization::Build() const { - SetUserAction(new TSPrimaryGeneratorAction); - SetUserAction(new TSRunAction); + SetUserAction(new TSPrimaryGeneratorAction); + SetUserAction(new TSRunAction); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ThreadsafeScorers/src/TSDetectorConstruction.cc b/examples/extended/parallel/ThreadsafeScorers/src/TSDetectorConstruction.cc index 68f8a52d2fd..226f8a1399e 100644 --- a/examples/extended/parallel/ThreadsafeScorers/src/TSDetectorConstruction.cc +++ b/examples/extended/parallel/ThreadsafeScorers/src/TSDetectorConstruction.cc @@ -51,9 +51,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - - - #include "TSDetectorConstruction.hh" #include "G4RunManager.hh" @@ -89,30 +86,27 @@ TSDetectorConstruction* TSDetectorConstruction::Instance() //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... TSDetectorConstruction::TSDetectorConstruction() -: fWorldPhys(0), - fWorldMaterialName("G4_Galactic"), - fTargetMaterialName("G4_B"), - fCasingMaterialName("G4_WATER"), - fWorldDim(G4ThreeVector(0.5*m, 0.5*m, 0.5*m)), - fTargetDim(G4ThreeVector(0.5*m, 0.5*m, 0.5*m)), - fTargetSections(G4ThreeVector(5, 5, 5)), - fMfdName("Target_MFD") + : fWorldPhys(0) + , fWorldMaterialName("G4_Galactic") + , fTargetMaterialName("G4_B") + , fCasingMaterialName("G4_WATER") + , fWorldDim(G4ThreeVector(0.5 * m, 0.5 * m, 0.5 * m)) + , fTargetDim(G4ThreeVector(0.5 * m, 0.5 * m, 0.5 * m)) + , fTargetSections(G4ThreeVector(5, 5, 5)) + , fMfdName("Target_MFD") { fgInstance = this; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TSDetectorConstruction::~TSDetectorConstruction() -{ - fgInstance = 0; -} +TSDetectorConstruction::~TSDetectorConstruction() { fgInstance = 0; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... G4VPhysicalVolume* TSDetectorConstruction::Construct() { - return ConstructWorld(ConstructMaterials()); + return ConstructWorld(ConstructMaterials()); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -120,179 +114,158 @@ G4VPhysicalVolume* TSDetectorConstruction::Construct() TSDetectorConstruction::MaterialCollection_t TSDetectorConstruction::ConstructMaterials() { - MaterialCollection_t materials; - G4NistManager* nist = G4NistManager::Instance(); + MaterialCollection_t materials; + G4NistManager* nist = G4NistManager::Instance(); - materials["World"] = nist->FindOrBuildMaterial(fWorldMaterialName); - materials["Target"] = nist->FindOrBuildMaterial(fTargetMaterialName); - materials["Casing"] = nist->FindOrBuildMaterial(fCasingMaterialName); + materials["World"] = nist->FindOrBuildMaterial(fWorldMaterialName); + materials["Target"] = nist->FindOrBuildMaterial(fTargetMaterialName); + materials["Casing"] = nist->FindOrBuildMaterial(fCasingMaterialName); - return materials; + return materials; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4VPhysicalVolume* -TSDetectorConstruction::ConstructWorld(const MaterialCollection_t& materials) +G4VPhysicalVolume* TSDetectorConstruction::ConstructWorld( + const MaterialCollection_t& materials) { - G4UserLimits* steplimit = new G4UserLimits(0.1*(fTargetDim.z() - /fTargetSections.z())); - G4bool check_overlap = false; - - G4Box* world_solid = new G4Box("World", - 0.5*fWorldDim.x(), - 0.5*fWorldDim.y(), - 0.5*fWorldDim.z()); - G4LogicalVolume* world_log = new G4LogicalVolume(world_solid, - materials.find("World") - ->second, - "World"); - fWorldPhys = new G4PVPlacement(0, - G4ThreeVector(0.), - "World", - world_log, - 0, false, 0, check_overlap); - - G4int nz = fTargetSections.z(); - G4int ny = fTargetSections.y(); - G4int nx = fTargetSections.x(); - - // spacing between sections - G4double sx = fTargetDim.x()/fTargetSections.x(); - G4double sy = fTargetDim.y()/fTargetSections.y(); - G4double sz = fTargetDim.z()/fTargetSections.z(); - - //G4cout << "World has dimensions : " - //<< G4BestUnit(fWorldDim, "Length") << G4endl; - - //------------------------------------------------------------------------// - // Set Visual Attributes - //------------------------------------------------------------------------// - G4VisAttributes* red = new G4VisAttributes(G4Color(1., 0., 0., 1.0)); - G4VisAttributes* green = new G4VisAttributes(G4Color(0., 1., 0., 0.25)); - G4VisAttributes* blue = new G4VisAttributes(G4Color(0., 0., 1., 0.1)); - G4VisAttributes* white = new G4VisAttributes(G4Color(1., 1., 1., 1.)); - - white->SetVisibility(true); - red->SetVisibility(true); - green->SetVisibility(true); - blue->SetVisibility(true); - - white->SetForceWireframe(true); - red->SetForceSolid(true); - green->SetForceSolid(true); - blue->SetForceSolid(true); - - world_log->SetVisAttributes(white); - - for(G4int k = 0; k < nz; ++k) - for(G4int j = 0; j < ny; ++j) - for(G4int i = 0; i < nx; ++i) - { - // displacement of section - G4double dx - = 0.5*sx + static_cast(i)*sx - 0.5*fWorldDim.x(); - G4double dy - = 0.5*sy + static_cast(j)*sy - 0.5*fWorldDim.y(); - G4double dz - = 0.5*sz + static_cast(k)*sz - 0.5*fWorldDim.z(); - G4ThreeVector td = G4ThreeVector(dx, dy, -dz); - // make unique name - std::stringstream ss_name; - ss_name << "Target_" << i << "_" << j << "_" << k; - - G4Box* target_solid = new G4Box(ss_name.str(), - 0.5*sx, - 0.5*sy, - 0.5*sz); - - - G4Material* target_material = 0; - G4bool is_casing = true; - - if(j == 0 || j+1 == ny || i == 0 || i+1 == nx || - (nz > 1 && (k == 0 || k+1 == nz))) - target_material = materials.find("Casing")->second; - else { - target_material = materials.find("Target")->second; - is_casing = false; - } - - G4LogicalVolume* target_log = - new G4LogicalVolume(target_solid, - target_material, - ss_name.str()); - - target_log->SetUserLimits(steplimit); - - new G4PVPlacement(0, - td, - ss_name.str(), - target_log, - fWorldPhys, - true, - k*nx*ny + j*nx + i, - check_overlap); - - fScoringVolumes.insert(target_log); - - if(is_casing) - target_log->SetVisAttributes(blue); - else - { - // making a checkerboard for kicks... - G4bool even_z = (k%2 == 0) ? true : false; - G4bool even_y = (j%2 == 0) ? true : false; - G4bool even_x = (i%2 == 0) ? true : false; - - G4VisAttributes* theColor = nullptr; - - if((even_z)) - { - if((even_y && even_x) || (!even_y && !even_x)) - theColor = red; - else - theColor = green; - } else // ! even_z - { - if((!even_y && even_x) || (even_y && !even_x)) - theColor = red; - else - theColor = green; - } - - target_log->SetVisAttributes(theColor); - } - - } - - - - return fWorldPhys; + G4UserLimits* steplimit = + new G4UserLimits(0.1 * (fTargetDim.z() / fTargetSections.z())); + G4bool check_overlap = false; + + G4Box* world_solid = new G4Box("World", 0.5 * fWorldDim.x(), + 0.5 * fWorldDim.y(), 0.5 * fWorldDim.z()); + G4LogicalVolume* world_log = + new G4LogicalVolume(world_solid, materials.find("World")->second, "World"); + fWorldPhys = new G4PVPlacement(0, G4ThreeVector(0.), "World", world_log, 0, + false, 0, check_overlap); + + G4int nz = fTargetSections.z(); + G4int ny = fTargetSections.y(); + G4int nx = fTargetSections.x(); + + // spacing between sections + G4double sx = fTargetDim.x() / fTargetSections.x(); + G4double sy = fTargetDim.y() / fTargetSections.y(); + G4double sz = fTargetDim.z() / fTargetSections.z(); + + // G4cout << "World has dimensions : " + //<< G4BestUnit(fWorldDim, "Length") << G4endl; + + //------------------------------------------------------------------------// + // Set Visual Attributes + //------------------------------------------------------------------------// + G4VisAttributes* red = new G4VisAttributes(G4Color(1., 0., 0., 1.0)); + G4VisAttributes* green = new G4VisAttributes(G4Color(0., 1., 0., 0.25)); + G4VisAttributes* blue = new G4VisAttributes(G4Color(0., 0., 1., 0.1)); + G4VisAttributes* white = new G4VisAttributes(G4Color(1., 1., 1., 1.)); + + white->SetVisibility(true); + red->SetVisibility(true); + green->SetVisibility(true); + blue->SetVisibility(true); + + white->SetForceWireframe(true); + red->SetForceSolid(true); + green->SetForceSolid(true); + blue->SetForceSolid(true); + + world_log->SetVisAttributes(white); + + for(G4int k = 0; k < nz; ++k) + for(G4int j = 0; j < ny; ++j) + for(G4int i = 0; i < nx; ++i) + { + // displacement of section + G4double dx = + 0.5 * sx + static_cast(i) * sx - 0.5 * fWorldDim.x(); + G4double dy = + 0.5 * sy + static_cast(j) * sy - 0.5 * fWorldDim.y(); + G4double dz = + 0.5 * sz + static_cast(k) * sz - 0.5 * fWorldDim.z(); + G4ThreeVector td = G4ThreeVector(dx, dy, -dz); + // make unique name + std::stringstream ss_name; + ss_name << "Target_" << i << "_" << j << "_" << k; + + G4Box* target_solid = + new G4Box(ss_name.str(), 0.5 * sx, 0.5 * sy, 0.5 * sz); + + G4Material* target_material = 0; + G4bool is_casing = true; + + if(j == 0 || j + 1 == ny || i == 0 || i + 1 == nx || + (nz > 1 && (k == 0 || k + 1 == nz))) + target_material = materials.find("Casing")->second; + else + { + target_material = materials.find("Target")->second; + is_casing = false; + } + + G4LogicalVolume* target_log = + new G4LogicalVolume(target_solid, target_material, ss_name.str()); + + target_log->SetUserLimits(steplimit); + + new G4PVPlacement(0, td, ss_name.str(), target_log, fWorldPhys, true, + k * nx * ny + j * nx + i, check_overlap); + + fScoringVolumes.insert(target_log); + + if(is_casing) + target_log->SetVisAttributes(blue); + else + { + // making a checkerboard for kicks... + G4bool even_z = (k % 2 == 0) ? true : false; + G4bool even_y = (j % 2 == 0) ? true : false; + G4bool even_x = (i % 2 == 0) ? true : false; + + G4VisAttributes* theColor = nullptr; + + if((even_z)) + { + if((even_y && even_x) || (!even_y && !even_x)) + theColor = red; + else + theColor = green; + } + else // ! even_z + { + if((!even_y && even_x) || (even_y && !even_x)) + theColor = red; + else + theColor = green; + } + + target_log->SetVisAttributes(theColor); + } + } + + return fWorldPhys; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TSDetectorConstruction::ConstructSDandField() { - //------------------------------------------------// - // MultiFunctionalDetector // - //------------------------------------------------// - // Define MultiFunctionalDetector with name. - G4MultiFunctionalDetector* MFDet = new G4MultiFunctionalDetector(fMfdName); - G4SDManager::GetSDMpointer()->AddNewDetector(MFDet); - G4VPrimitiveScorer* edep = new G4PSEnergyDeposit("EnergyDeposit"); - MFDet->RegisterPrimitive(edep); - G4VPrimitiveScorer* nstep = new G4PSNofStep("NumberOfSteps"); - MFDet->RegisterPrimitive(nstep); - - // add scoring volumes - for(auto ite : fScoringVolumes) - { - SetSensitiveDetector(ite, MFDet); - } + //------------------------------------------------// + // MultiFunctionalDetector // + //------------------------------------------------// + // Define MultiFunctionalDetector with name. + G4MultiFunctionalDetector* MFDet = new G4MultiFunctionalDetector(fMfdName); + G4SDManager::GetSDMpointer()->AddNewDetector(MFDet); + G4VPrimitiveScorer* edep = new G4PSEnergyDeposit("EnergyDeposit"); + MFDet->RegisterPrimitive(edep); + G4VPrimitiveScorer* nstep = new G4PSNofStep("NumberOfSteps"); + MFDet->RegisterPrimitive(nstep); + + // add scoring volumes + for(auto ite : fScoringVolumes) + { + SetSensitiveDetector(ite, MFDet); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - - diff --git a/examples/extended/parallel/ThreadsafeScorers/src/TSPhysicsList.cc b/examples/extended/parallel/ThreadsafeScorers/src/TSPhysicsList.cc index 3c8719690a3..209044163f3 100644 --- a/examples/extended/parallel/ThreadsafeScorers/src/TSPhysicsList.cc +++ b/examples/extended/parallel/ThreadsafeScorers/src/TSPhysicsList.cc @@ -39,7 +39,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #include "TSPhysicsList.hh" #include "G4RunManager.hh" @@ -90,15 +89,12 @@ TSPhysicsList* TSPhysicsList::fgInstance = 0; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TSPhysicsList* TSPhysicsList::Instance() -{ - return fgInstance; -} +TSPhysicsList* TSPhysicsList::Instance() { return fgInstance; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... TSPhysicsList::TSPhysicsList() -: fDefaultCutValue(1.*CLHEP::mm) + : fDefaultCutValue(1. * CLHEP::mm) { fgInstance = this; @@ -125,67 +121,66 @@ TSPhysicsList::~TSPhysicsList() void TSPhysicsList::ConstructParticle() { - for(auto c : fConstructors) - { - c->ConstructParticle(); - } + for(auto c : fConstructors) + { + c->ConstructParticle(); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TSPhysicsList::ConstructProcess() { - // Transportation - // - AddTransportation(); - - for(auto c : fConstructors) + // Transportation + // + AddTransportation(); + + for(auto c : fConstructors) + { + c->ConstructProcess(); + } + + std::set step_limit_particles; + // standard particles + step_limit_particles.insert("e-"); + step_limit_particles.insert("e+"); + step_limit_particles.insert("alpha"); + step_limit_particles.insert("He3"); + step_limit_particles.insert("GenericIon"); + step_limit_particles.insert("proton"); + step_limit_particles.insert("neutron"); + // more ~exotic particles + step_limit_particles.insert("pi+"); + step_limit_particles.insert("pi-"); + step_limit_particles.insert("mu+"); + step_limit_particles.insert("mu-"); + + auto particleIterator = GetParticleIterator(); + particleIterator->reset(); + + G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper(); + + while((*particleIterator)()) + { + G4ParticleDefinition* particle = particleIterator->value(); + G4String pname = particle->GetParticleName(); + + if(step_limit_particles.find(pname) != step_limit_particles.end() || + particle->GetPDGCharge()) { - c->ConstructProcess(); - } - - std::set step_limit_particles; - // standard particles - step_limit_particles.insert("e-"); - step_limit_particles.insert("e+"); - step_limit_particles.insert("alpha"); - step_limit_particles.insert("He3"); - step_limit_particles.insert("GenericIon"); - step_limit_particles.insert("proton"); - step_limit_particles.insert("neutron"); - // more ~exotic particles - step_limit_particles.insert("pi+"); - step_limit_particles.insert("pi-"); - step_limit_particles.insert("mu+"); - step_limit_particles.insert("mu-"); - - auto particleIterator=GetParticleIterator(); - particleIterator->reset(); - - G4PhysicsListHelper* ph = G4PhysicsListHelper::GetPhysicsListHelper(); - - while( (*particleIterator)() ) - { - G4ParticleDefinition* particle = particleIterator->value(); - G4String pname = particle->GetParticleName(); - - if(step_limit_particles.find(pname) != step_limit_particles.end() || - particle->GetPDGCharge()) - { - ph->RegisterProcess(new G4StepLimiter, particle); - } + ph->RegisterProcess(new G4StepLimiter, particle); } + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TSPhysicsList::SetCuts() { - SetCutValue(fDefaultCutValue, "e-"); - SetCutValue(fDefaultCutValue, "e+"); - SetCutValue(fDefaultCutValue, "gamma"); - SetCutValue(fDefaultCutValue, "proton"); + SetCutValue(fDefaultCutValue, "e-"); + SetCutValue(fDefaultCutValue, "e+"); + SetCutValue(fDefaultCutValue, "gamma"); + SetCutValue(fDefaultCutValue, "proton"); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - diff --git a/examples/extended/parallel/ThreadsafeScorers/src/TSPrimaryGeneratorAction.cc b/examples/extended/parallel/ThreadsafeScorers/src/TSPrimaryGeneratorAction.cc index 1358191ce41..641e1ad8eed 100644 --- a/examples/extended/parallel/ThreadsafeScorers/src/TSPrimaryGeneratorAction.cc +++ b/examples/extended/parallel/ThreadsafeScorers/src/TSPrimaryGeneratorAction.cc @@ -36,7 +36,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #include "TSPrimaryGeneratorAction.hh" #include "TSDetectorConstruction.hh" @@ -53,43 +52,38 @@ using namespace CLHEP; TSPrimaryGeneratorAction::TSPrimaryGeneratorAction() { - fGun = new G4ParticleGun(1); - - G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable(); - G4String particleName; - G4ParticleDefinition* particle - = particleTable->FindParticle(particleName="neutron"); + fGun = new G4ParticleGun(1); - fGun->SetParticleDefinition(particle); - fGun->SetParticleEnergy(1.*MeV); + G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable(); + G4String particleName; + G4ParticleDefinition* particle = + particleTable->FindParticle(particleName = "neutron"); + fGun->SetParticleDefinition(particle); + fGun->SetParticleEnergy(1. * MeV); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TSPrimaryGeneratorAction::~TSPrimaryGeneratorAction() -{ - delete fGun; -} +TSPrimaryGeneratorAction::~TSPrimaryGeneratorAction() { delete fGun; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TSPrimaryGeneratorAction::GeneratePrimaries(G4Event* anEvent) { - TIMEMORY_AUTO_TIMER(""); - static TSDetectorConstruction* detector - = TSDetectorConstruction::Instance(); - - G4ThreeVector dir(0.,0., 1.); - G4ThreeVector pos(detector->GetWorldDimensions().x()*(G4UniformRand()-0.5), - detector->GetWorldDimensions().y()*(G4UniformRand()-0.5), - -0.5*detector->GetWorldDimensions().z()); - - dir /= dir.mag(); - fGun->SetParticleMomentumDirection(dir); - fGun->SetParticlePosition(pos); - fGun->GeneratePrimaryVertex(anEvent); + TIMEMORY_AUTO_TIMER(""); + static TSDetectorConstruction* detector = TSDetectorConstruction::Instance(); + + G4ThreeVector dir(0., 0., 1.); + G4ThreeVector pos( + detector->GetWorldDimensions().x() * (G4UniformRand() - 0.5), + detector->GetWorldDimensions().y() * (G4UniformRand() - 0.5), + -0.5 * detector->GetWorldDimensions().z()); + + dir /= dir.mag(); + fGun->SetParticleMomentumDirection(dir); + fGun->SetParticlePosition(pos); + fGun->GeneratePrimaryVertex(anEvent); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - diff --git a/examples/extended/parallel/ThreadsafeScorers/src/TSRun.cc b/examples/extended/parallel/ThreadsafeScorers/src/TSRun.cc index f2a0a626cf5..6a6b8d376e6 100644 --- a/examples/extended/parallel/ThreadsafeScorers/src/TSRun.cc +++ b/examples/extended/parallel/ThreadsafeScorers/src/TSRun.cc @@ -68,7 +68,6 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #include "TSRun.hh" #include "G4SDManager.hh" @@ -88,31 +87,31 @@ std::vector*> TSRun::fConvMaps; //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... TSRun::TSRun(const G4String& mfd_name) -: G4Run() + : G4Run() { - ConstructMFD(mfd_name); + ConstructMFD(mfd_name); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... TSRun::~TSRun() { - //--- Clear HitsMap for RUN - for(unsigned i = 0; i < fRunMaps.size(); ++i) - delete fRunMaps[i]; + //--- Clear HitsMap for RUN + for(unsigned i = 0; i < fRunMaps.size(); ++i) + delete fRunMaps[i]; - if(!G4Threading::IsWorkerThread()) - { - for(unsigned i = 0; i < fAtomicRunMaps.size(); ++i) - delete fAtomicRunMaps[i]; + if(!G4Threading::IsWorkerThread()) + { + for(unsigned i = 0; i < fAtomicRunMaps.size(); ++i) + delete fAtomicRunMaps[i]; - for(auto& itr: fConvMaps) - delete itr; + for(auto& itr : fConvMaps) + delete itr; - fAtomicRunMaps.clear(); - fMutexRunMaps.clear(); - fConvMaps.clear(); - } + fAtomicRunMaps.clear(); + fMutexRunMaps.clear(); + fConvMaps.clear(); + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -120,60 +119,59 @@ TSRun::~TSRun() // clear all data members. void TSRun::ConstructMFD(const G4String& mfdName) { - - G4SDManager* SDman = G4SDManager::GetSDMpointer(); - //================================================= - // Initalize RunMaps for accumulation. - // Get CollectionIDs for HitCollections. - //================================================= - G4MultiFunctionalDetector* mfd = - (G4MultiFunctionalDetector*)(SDman->FindSensitiveDetector(mfdName)); - // - if ( mfd ) + G4SDManager* SDman = G4SDManager::GetSDMpointer(); + //================================================= + // Initalize RunMaps for accumulation. + // Get CollectionIDs for HitCollections. + //================================================= + G4MultiFunctionalDetector* mfd = + (G4MultiFunctionalDetector*) (SDman->FindSensitiveDetector(mfdName)); + // + if(mfd) + { + //--- Loop over the registered primitive scorers. + for(G4int icol = 0; icol < mfd->GetNumberOfPrimitives(); icol++) { - //--- Loop over the registered primitive scorers. - for (G4int icol = 0; icol < mfd->GetNumberOfPrimitives(); icol++){ - // Get Primitive Scorer object. - G4VPrimitiveScorer* scorer = mfd->GetPrimitive(icol); - // collection name and collectionID for HitsCollection, - // where type of HitsCollection is G4THitsMap in case - // of primitive scorer. - // The collection name is given by /. - G4String collectionName = scorer->GetName(); - G4String fullCollectionName = mfdName+"/"+collectionName; - G4int collectionID = SDman->GetCollectionID(fullCollectionName); - // - if ( collectionID >= 0 ){ - G4cout << "++ " << fullCollectionName<< " id " << collectionID - << G4endl; - // Store obtained HitsCollection information into data members. - // And, creates new G4THitsMap for accumulating quantities during RUN. - fCollNames.push_back(fullCollectionName); - fCollIDs.push_back(collectionID); - fRunMaps.push_back(new G4THitsMap(mfdName, - collectionName)); - fStatMaps.push_back(new G4StatContainer( - mfdName, - collectionName, - TSDetectorConstruction::Instance()->GetTotalTargets())); - if(!G4Threading::IsWorkerThread()) - { - fAtomicRunMaps.push_back(new G4TAtomicHitsMap - (mfdName, collectionName)); - fMutexRunMaps[fCollNames[collectionID]].clear(); - fConvMaps.push_back(new G4StatContainer( - mfdName, - collectionName, - TSDetectorConstruction::Instance()->GetTotalTargets())); - } - } else { - G4cout << "** collection " << fullCollectionName << " not found. " - <GetPrimitive(icol); + // collection name and collectionID for HitsCollection, + // where type of HitsCollection is G4THitsMap in case + // of primitive scorer. + // The collection name is given by /. + G4String collectionName = scorer->GetName(); + G4String fullCollectionName = mfdName + "/" + collectionName; + G4int collectionID = SDman->GetCollectionID(fullCollectionName); + // + if(collectionID >= 0) + { + G4cout << "++ " << fullCollectionName << " id " << collectionID + << G4endl; + // Store obtained HitsCollection information into data members. + // And, creates new G4THitsMap for accumulating quantities during RUN. + fCollNames.push_back(fullCollectionName); + fCollIDs.push_back(collectionID); + fRunMaps.push_back(new G4THitsMap(mfdName, collectionName)); + fStatMaps.push_back(new G4StatContainer( + mfdName, collectionName, + TSDetectorConstruction::Instance()->GetTotalTargets())); + if(!G4Threading::IsWorkerThread()) + { + fAtomicRunMaps.push_back( + new G4TAtomicHitsMap(mfdName, collectionName)); + fMutexRunMaps[fCollNames[collectionID]].clear(); + fConvMaps.push_back(new G4StatContainer( + mfdName, collectionName, + TSDetectorConstruction::Instance()->GetTotalTargets())); } } + else + { + G4cout << "** collection " << fullCollectionName << " not found. " + << G4endl; + } } - + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -183,67 +181,66 @@ void TSRun::ConstructMFD(const G4String& mfdName) // is accumulated during a TSRun. void TSRun::RecordEvent(const G4Event* aEvent) { - G4Run::RecordEvent(aEvent); + G4Run::RecordEvent(aEvent); - //============================= - // HitsCollection of This Event - //============================ - G4HCofThisEvent* HCE = aEvent->GetHCofThisEvent(); - if (!HCE) - return; + //============================= + // HitsCollection of This Event + //============================ + G4HCofThisEvent* HCE = aEvent->GetHCofThisEvent(); + if(!HCE) + return; - for(unsigned i = 0; i < fCollIDs.size(); ++i) + for(unsigned i = 0; i < fCollIDs.size(); ++i) + { + G4int fCollID = fCollIDs.at(i); + //======================================================= + // Sum up HitsMap of this Event into HitsMap of this RUN + //======================================================= + G4THitsMap* EvtMap = 0; + if(fCollID >= 0) // Collection is attached to HCE + EvtMap = static_cast*>(HCE->GetHC(fCollID)); + else + G4cout << " Error EvtMap Not Found " << G4endl; + + TIMEMORY_AUTO_TIMER("[" + fCollNames.at(i) + "]"); + + if(EvtMap) { - G4int fCollID = fCollIDs.at(i); - //======================================================= - // Sum up HitsMap of this Event into HitsMap of this RUN - //======================================================= - G4THitsMap* EvtMap = 0; - if ( fCollID >= 0 ) // Collection is attached to HCE - EvtMap = static_cast*>(HCE->GetHC(fCollID)); - else - G4cout <<" Error EvtMap Not Found " << G4endl; - - TIMEMORY_AUTO_TIMER("[" + fCollNames.at(i) + "]"); - - if ( EvtMap ) - { - //=== Sum up HitsMap of this event to HitsMap of RUN.=== - { - TIMEMORY_BASIC_AUTO_TIMER("[standard_run_map]"); - *fRunMaps[fCollID] += *EvtMap; - } - //=== Sum up HitsMap of this event to atomic HitsMap of RUN.=== - { - TIMEMORY_BASIC_AUTO_TIMER("[atomic_run_map]"); - *fAtomicRunMaps[fCollID] += *EvtMap; - } - //=== Sum up HitsMap of this event to StatMap of RUN.=== - { - TIMEMORY_BASIC_AUTO_TIMER("[stat_analysis_map]"); - // G4StatAnalysis map - *fStatMaps[fCollID] += *EvtMap; - } - //=== Sum up HitsMap of this event to MutexMap of RUN.=== - { - TIMEMORY_BASIC_AUTO_TIMER("[convergence_test_map]"); - // G4ConvergenceTester run map - static G4Mutex mtx = G4MUTEX_INITIALIZER; - G4AutoLock lock(&mtx); - *fConvMaps[fCollID] += *EvtMap; - } - //=== Sum up HitsMap of this event to MutexMap of RUN.=== - { - TIMEMORY_BASIC_AUTO_TIMER("[mutex_run_map]"); - // mutex run map - static G4Mutex mtx = G4MUTEX_INITIALIZER; - G4AutoLock lock(&mtx); - for(const auto& itr : *EvtMap) - fMutexRunMaps[fCollNames[fCollID]][itr.first] - += *itr.second; - } - } + //=== Sum up HitsMap of this event to HitsMap of RUN.=== + { + TIMEMORY_BASIC_AUTO_TIMER("[standard_run_map]"); + *fRunMaps[fCollID] += *EvtMap; + } + //=== Sum up HitsMap of this event to atomic HitsMap of RUN.=== + { + TIMEMORY_BASIC_AUTO_TIMER("[atomic_run_map]"); + *fAtomicRunMaps[fCollID] += *EvtMap; + } + //=== Sum up HitsMap of this event to StatMap of RUN.=== + { + TIMEMORY_BASIC_AUTO_TIMER("[stat_analysis_map]"); + // G4StatAnalysis map + *fStatMaps[fCollID] += *EvtMap; + } + //=== Sum up HitsMap of this event to MutexMap of RUN.=== + { + TIMEMORY_BASIC_AUTO_TIMER("[convergence_test_map]"); + // G4ConvergenceTester run map + static G4Mutex mtx = G4MUTEX_INITIALIZER; + G4AutoLock lock(&mtx); + *fConvMaps[fCollID] += *EvtMap; + } + //=== Sum up HitsMap of this event to MutexMap of RUN.=== + { + TIMEMORY_BASIC_AUTO_TIMER("[mutex_run_map]"); + // mutex run map + static G4Mutex mtx = G4MUTEX_INITIALIZER; + G4AutoLock lock(&mtx); + for(const auto& itr : *EvtMap) + fMutexRunMaps[fCollNames[fCollID]][itr.first] += *itr.second; + } } + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -251,15 +248,15 @@ void TSRun::RecordEvent(const G4Event* aEvent) // Merge hits map from threads void TSRun::Merge(const G4Run* aTSRun) { - const TSRun* localTSRun = static_cast(aTSRun); + const TSRun* localTSRun = static_cast(aTSRun); - for(unsigned i = 0; i < fRunMaps.size(); ++i) - { - *fRunMaps[i] += *localTSRun->fRunMaps[i]; - *fStatMaps[i] += *localTSRun->fStatMaps[i]; - } + for(unsigned i = 0; i < fRunMaps.size(); ++i) + { + *fRunMaps[i] += *localTSRun->fRunMaps[i]; + *fStatMaps[i] += *localTSRun->fStatMaps[i]; + } - G4Run::Merge(aTSRun); + G4Run::Merge(aTSRun); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... @@ -272,7 +269,7 @@ G4THitsMap* TSRun::GetHitsMap(const G4String& collName) const for(unsigned i = 0; i < fCollNames.size(); ++i) { if(collName == fCollNames[i]) - return fRunMaps[i]; + return fRunMaps[i]; } G4Exception("TSRun", collName.c_str(), JustWarning, @@ -285,13 +282,13 @@ G4THitsMap* TSRun::GetHitsMap(const G4String& collName) const // Access AtomicsHitsMap. // by full description of collection name, that is // / -G4TAtomicHitsMap* -TSRun::GetAtomicHitsMap(const G4String& collName) const +G4TAtomicHitsMap* TSRun::GetAtomicHitsMap( + const G4String& collName) const { for(unsigned i = 0; i < fCollNames.size(); ++i) { if(collName == fCollNames[i]) - return fAtomicRunMaps[i]; + return fAtomicRunMaps[i]; } G4Exception("TSRun", collName.c_str(), JustWarning, @@ -304,11 +301,10 @@ TSRun::GetAtomicHitsMap(const G4String& collName) const // Access AtomicsHitsMap. // by full description of collection name, that is // / -TSRun::MutexHitsMap_t* -TSRun::GetMutexHitsMap(const G4String& collName) const +TSRun::MutexHitsMap_t* TSRun::GetMutexHitsMap(const G4String& collName) const { if(fMutexRunMaps.find(collName) != fMutexRunMaps.end()) - return &fMutexRunMaps[collName]; + return &fMutexRunMaps[collName]; G4Exception("TSRun", collName.c_str(), JustWarning, "GetHitsMap failed to locate the requested MutexHitsMap"); @@ -320,29 +316,29 @@ TSRun::GetMutexHitsMap(const G4String& collName) const // Access StatMap. // by full description of collection name, that is // / -G4StatContainer* -TSRun::GetStatMap(const G4String& collName) const +G4StatContainer* TSRun::GetStatMap( + const G4String& collName) const { - for(unsigned i = 0; i < fCollNames.size(); ++i) - { - if(collName == fCollNames[i]) - return fStatMaps[i]; - } + for(unsigned i = 0; i < fCollNames.size(); ++i) + { + if(collName == fCollNames[i]) + return fStatMaps[i]; + } - G4Exception("TSRun", collName.c_str(), JustWarning, - "GetStatMap failed to locate the requested StatMap"); - return nullptr; + G4Exception("TSRun", collName.c_str(), JustWarning, + "GetStatMap failed to locate the requested StatMap"); + return nullptr; } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4StatContainer* -TSRun::GetConvMap(const G4String& collName) const +G4StatContainer* TSRun::GetConvMap( + const G4String& collName) const { for(unsigned i = 0; i < fCollNames.size(); ++i) { if(collName == fCollNames[i]) - return fConvMaps[i]; + return fConvMaps[i]; } G4Exception("TSRun", collName.c_str(), JustWarning, diff --git a/examples/extended/parallel/ThreadsafeScorers/src/TSRunAction.cc b/examples/extended/parallel/ThreadsafeScorers/src/TSRunAction.cc index d3378313144..272c94d220f 100644 --- a/examples/extended/parallel/ThreadsafeScorers/src/TSRunAction.cc +++ b/examples/extended/parallel/ThreadsafeScorers/src/TSRunAction.cc @@ -34,13 +34,13 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... - #include "TSRunAction.hh" #include "TSActionInitialization.hh" #include "G4RunManager.hh" #include "G4Run.hh" #include "G4Timer.hh" +#include "G4TaskRunManager.hh" #include "TSRun.hh" #include "TSDetectorConstruction.hh" @@ -49,326 +49,369 @@ //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... TSRunAction::TSRunAction() -: fDetector(TSDetectorConstruction::Instance()), - fName(fDetector->GetMFDName()) -{ } + : fDetector(TSDetectorConstruction::Instance()) + , fName(fDetector->GetMFDName()) +{} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -TSRunAction::~TSRunAction() -{ } +TSRunAction::~TSRunAction() {} //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -G4Run* TSRunAction::GenerateRun() -{ - return new TSRun(fName); -} +G4Run* TSRunAction::GenerateRun() { return new TSRun(fName); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TSRunAction::BeginOfRunAction(const G4Run* aRun) { - G4int evts_to_process = aRun->GetNumberOfEventToBeProcessed(); - G4RunManager::GetRunManager()->SetPrintProgress((evts_to_process > 100) - ? evts_to_process/100 - : 1); - if(IsMaster()) - G4PrintEnv(); + G4int evts_to_process = aRun->GetNumberOfEventToBeProcessed(); + G4RunManager::GetRunManager()->SetPrintProgress( + (evts_to_process > 100) ? evts_to_process / 100 : 1); + if(IsMaster()) + G4PrintEnv(); } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... void TSRunAction::EndOfRunAction(const G4Run* aRun) { - - if(IsMaster()) - { - G4cout << " ###### EndOfTSRunAction ###### " << G4endl; - - aRun->GetNumberOfEvent(); - std::ofstream fileout; - G4String fname = ""; - std::stringstream separator; - - separator - << "============================================================"; - - typedef std::set IDSet_t; - IDSet_t IDs; - - //- TSRun object. - const TSRun* tsRun = static_cast(aRun); - //--- Dump all scored quantities involved in TSRun. - - //--------------------------------------------- - // Dump accumulated quantities for this RUN. - //--------------------------------------------- - std::vector primScorerNames { "EnergyDeposit", - "NumberOfSteps" }; - std::vector fnames { "mfd_tl", "mfd_tg" }; - std::vector units { CLHEP::eV, CLHEP::keV, 1, 1 }; - std::vector unitstr { "keV", "steps" }; - - //----------------------------------------------------------------------// - // lambda to print double value - auto print = [] (std::ostream& fout, - G4int first, G4double second, - G4double unit1, G4double unit2, G4String unit2str) - { - if(fout) - fout << first - << " " << second/unit1 - << G4endl; - - G4cout - << " " << std::setw(10) << first - << " " << std::setw(15) << std::setprecision(6) - << std::fixed << second/unit2 << " " << unit2str - << G4endl; - G4cout.unsetf(std::ios::fixed); - }; - //----------------------------------------------------------------------// - // lambda to print statistics - auto stat_print = [] (std::ostream& fout, - G4int first, G4StatAnalysis* stat, G4ConvergenceTester* conv, - G4double unit1, G4double unit2, G4String unit2str) + if(IsMaster()) + { + G4cout << " ###### EndOfTSRunAction ###### " << G4endl; + + aRun->GetNumberOfEvent(); + std::ofstream fileout; + G4String fname = ""; + std::stringstream separator; + + separator << "============================================================"; + + typedef std::set IDSet_t; + IDSet_t IDs; + + //- TSRun object. + const TSRun* tsRun = static_cast(aRun); + //--- Dump all scored quantities involved in TSRun. + + //--------------------------------------------- + // Dump accumulated quantities for this RUN. + //--------------------------------------------- + std::vector primScorerNames{ "EnergyDeposit", "NumberOfSteps" }; + std::vector fnames{ "mfd_tl", "mfd_tg" }; + std::vector units{ CLHEP::eV, CLHEP::keV, 1, 1 }; + std::vector unitstr{ "keV", "steps" }; + + //----------------------------------------------------------------------// + // lambda to print double value + auto print = [](std::ostream& fout, G4int first, G4double second, + G4double unit1, G4double unit2, G4String unit2str) { + if(fout) + fout << first << " " << second / unit1 << G4endl; + + G4cout << " " << std::setw(10) << first << " " << std::setw(15) + << std::setprecision(6) << std::fixed << second / unit2 << " " + << unit2str << G4endl; + G4cout.unsetf(std::ios::fixed); + }; + //----------------------------------------------------------------------// + // lambda to print statistics + auto stat_print = [](std::ostream& fout, G4int first, G4StatAnalysis* stat, + G4ConvergenceTester* conv, G4double unit1, + G4double unit2, G4String unit2str) { + if(!stat || !conv) + return; + auto fsecond = (*stat); + auto psecond = (*stat); + fsecond /= unit1; + psecond /= unit2; + if(fout) { - if(!stat || !conv) - return; - auto fsecond = (*stat); - auto psecond = (*stat); - fsecond /= unit1; - psecond /= unit2; - if(fout) - { - fout << first << " " << fsecond << G4endl; - conv->ShowResult(fout); - } - std::stringstream ss; - ss << " " << std::setw(10) << first - << " " << std::setw(15) << std::setprecision(6) - << std::fixed << psecond << " " << unit2str; - // skip print of ConvergenceTester to stdout - G4cout << ss.str() << G4endl; - }; - //----------------------------------------------------------------------// - - for(unsigned i = 0; i < primScorerNames.size(); ++i) + fout << first << " " << fsecond << G4endl; + conv->ShowResult(fout); + } + std::stringstream ss; + ss << " " << std::setw(10) << first << " " << std::setw(15) + << std::setprecision(6) << std::fixed << psecond << " " << unit2str; + // skip print of ConvergenceTester to stdout + G4cout << ss.str() << G4endl; + }; + //----------------------------------------------------------------------// + + for(unsigned i = 0; i < primScorerNames.size(); ++i) + { + for(unsigned j = 0; j < fnames.size(); ++j) { - for(unsigned j = 0; j < fnames.size(); ++j) + fname = fnames.at(j) + "_" + primScorerNames.at(i) + ".out"; + fileout.open(fname); + G4cout << separator.str() << G4endl; + G4cout << " opened file " << fname << " for output" << G4endl; + G4cout << separator.str() << G4endl; + + G4bool valid = true; + if(j == 0) { - fname = fnames.at(j) + "_" + primScorerNames.at(i) + ".out"; - fileout.open(fname); - G4cout << separator.str() << G4endl; - G4cout << " opened file " << fname << " for output" << G4endl; - G4cout << separator.str() << G4endl; - - G4bool valid = true; - if(j == 0) + G4THitsMap* hitmap = + tsRun->GetHitsMap(fName + "/" + primScorerNames.at(i)); + G4StatContainer* statmap = + tsRun->GetStatMap(fName + "/" + primScorerNames.at(i)); + G4StatContainer* convmap = + tsRun->GetConvMap(fName + "/" + primScorerNames.at(i)); + + if(hitmap && hitmap->size() != 0) + { + for(auto itr = hitmap->begin(); itr != hitmap->end(); itr++) { - G4THitsMap* hitmap - = tsRun->GetHitsMap(fName + "/" + primScorerNames.at(i)); - G4StatContainer* statmap - = tsRun->GetStatMap(fName + "/" + primScorerNames.at(i)); - G4StatContainer* convmap - = tsRun->GetConvMap(fName + "/" + primScorerNames.at(i)); - - if(hitmap && hitmap->size() != 0) - { - for(auto itr = hitmap->begin(); itr != hitmap->end(); itr++) - { - if(!hitmap->GetObject(itr)) - continue; - IDs.insert(itr->first); - std::get<0>(fTypeCompare[primScorerNames.at(i)][itr->first]) - = *itr->second/units.at(i); - print(fileout, itr->first, *itr->second, - units.at(i), units.at(i+1), unitstr.at(i)); - } - } - else - { - valid = false; - } - - if(statmap && statmap->size() != 0 && - convmap && convmap->size() != 0) - { - auto stat_fname = "stat_" + fname; - std::ofstream statout; - statout.open(stat_fname); - for(auto itr = statmap->begin(); itr != statmap->end(); itr++) - { - G4int _f = statmap->GetIndex(itr); - G4StatAnalysis* _s = statmap->GetObject(itr); - G4ConvergenceTester* _c = convmap->GetObject(_f); - stat_print(statout, _f, _s, _c, - units.at(i), units.at(i+1), unitstr.at(i)); - } - statout.close(); - } - else - { - std::stringstream ss; - ss << " StatMap/ConvMap is either not " - << "created or the StatMap/ConvMap was empty"; - if(statmap) - ss << " (StatMap size == " << statmap->size() << ")"; - if(convmap) - ss << " (ConvMap size == " << convmap->size() << ")"; - - G4Exception("TSRunAction", "002", JustWarning, - G4String(primScorerNames.at(i) + - ss.str()).c_str()); - } - - if(!valid) - { - G4Exception("TSRunAction", "000", JustWarning, - G4String(primScorerNames.at(i) + - " HitsMap is either not " - "created or the HitsMap was empty").c_str()); - } + if(!hitmap->GetObject(itr)) + continue; + IDs.insert(itr->first); + std::get<0>(fTypeCompare[primScorerNames.at(i)][itr->first]) = + *itr->second / units.at(i); + print(fileout, itr->first, *itr->second, units.at(i), + units.at(i + 1), unitstr.at(i)); } - else + } + else + { + valid = false; + } + + if(statmap && statmap->size() != 0 && convmap && convmap->size() != 0) + { + auto stat_fname = "stat_" + fname; + std::ofstream statout; + statout.open(stat_fname); + for(auto itr = statmap->begin(); itr != statmap->end(); itr++) { - G4TAtomicHitsMap* hitmap - = tsRun->GetAtomicHitsMap(fName + "/" + - primScorerNames.at(i)); - if(hitmap && hitmap->size() != 0) - { - for(auto itr = hitmap->begin(); itr != hitmap->end(); itr++) - { - IDs.insert(itr->first); - std::get<1>(fTypeCompare[primScorerNames.at(i)][itr->first]) - = *itr->second/units.at(i); - print(fileout, itr->first, *itr->second, - units.at(i), units.at(i+1), unitstr.at(i)); - } - } - else - { - valid = false; - } - - if(!valid) - { - G4Exception("TSRunAction", "001", JustWarning, - G4String(primScorerNames.at(i) + - " HitsMap is either not " - "created or the HitsMap was empty").c_str()); - } + G4int _f = statmap->GetIndex(itr); + G4StatAnalysis* _s = statmap->GetObject(itr); + G4ConvergenceTester* _c = convmap->GetObject(_f); + stat_print(statout, _f, _s, _c, units.at(i), units.at(i + 1), + unitstr.at(i)); } + statout.close(); + } + else + { + std::stringstream ss; + ss << " StatMap/ConvMap is either not " + << "created or the StatMap/ConvMap was empty"; + if(statmap) + ss << " (StatMap size == " << statmap->size() << ")"; + if(convmap) + ss << " (ConvMap size == " << convmap->size() << ")"; + + G4Exception("TSRunAction", "002", JustWarning, + G4String(primScorerNames.at(i) + ss.str()).c_str()); + } - fileout.close(); - G4cout << separator.str() << G4endl; - G4cout << " closed file " << fname << " for output" << G4endl; + if(!valid) + { + G4Exception("TSRunAction", "000", JustWarning, + G4String(primScorerNames.at(i) + + " HitsMap is either not " + "created or the HitsMap was empty") + .c_str()); + } } - // add the mutex data - TSRun::MutexHitsMap_t* hitmap - = tsRun->GetMutexHitsMap(fName + "/" + - primScorerNames.at(i)); - if(hitmap && hitmap->size() != 0) + else { - for(auto itr = hitmap->begin(); - itr != hitmap->end(); itr++) + G4TAtomicHitsMap* hitmap = + tsRun->GetAtomicHitsMap(fName + "/" + primScorerNames.at(i)); + if(hitmap && hitmap->size() != 0) + { + for(auto itr = hitmap->begin(); itr != hitmap->end(); itr++) { - IDs.insert(itr->first); - std::get<2>(fTypeCompare[primScorerNames.at(i)][itr->first]) - = itr->second/units.at(i); + IDs.insert(itr->first); + std::get<1>(fTypeCompare[primScorerNames.at(i)][itr->first]) = + *itr->second / units.at(i); + print(fileout, itr->first, *itr->second, units.at(i), + units.at(i + 1), unitstr.at(i)); } + } + else + { + valid = false; + } + + if(!valid) + { + G4Exception("TSRunAction", "001", JustWarning, + G4String(primScorerNames.at(i) + + " HitsMap is either not " + "created or the HitsMap was empty") + .c_str()); + } } + fileout.close(); + G4cout << separator.str() << G4endl; + G4cout << " closed file " << fname << " for output" << G4endl; } - - //--------------------------------------------------------------------// - // Check that the values are equivalent and there are no - // IDs in one container that aren't in another - //--------------------------------------------------------------------// - - fname = "mfd_diff.out"; - fileout.open(fname); - - G4cout << separator.str() << G4endl; - G4cout << " opened file " << fname << " for difference output" << G4endl; - G4cout << separator.str() << G4endl; - - fileout << " " << std::setw(10) << "ID" - << " " - << std::setw(30) << std::setprecision(12) << std::fixed - << "MFD value" - << " " - << std::setw(30) << std::setprecision(12) << std::fixed - << "Atomic Hits Map value" - << " " - << std::setw(30) << std::setprecision(8) << std::scientific - << "Difference" - << " " - << std::setw(30) << std::setprecision(8) << std::scientific - << "Diff (MFD - MUTEXED)" - << " " - << std::setw(30) << std::setprecision(8) << std::scientific - << "Diff (ATOM_HIT_MAP - MUTEXED)" - << G4endl << G4endl; - - for(auto itr1 = fTypeCompare.begin(); - itr1 != fTypeCompare.end(); ++itr1) + // add the mutex data + TSRun::MutexHitsMap_t* hitmap = + tsRun->GetMutexHitsMap(fName + "/" + primScorerNames.at(i)); + if(hitmap && hitmap->size() != 0) { - fileout << "\n\nType = " << itr1->first << "\n" << G4endl; - for(auto itr2 = itr1->second.begin(); - itr2 != itr1->second.end(); ++itr2) - { - G4double d01 - = std::fabs(std::get<0>(itr2->second) - - std::get<1>(itr2->second)); - G4double d02 - = std::fabs(std::get<0>(itr2->second) - - std::get<2>(itr2->second)); - G4double d03 - = std::fabs(std::get<1>(itr2->second) - - std::get<2>(itr2->second)); - - - auto _print_diff = [&] (const G4double& _dval) - { - if(_dval > 0.0) - fileout << std::setprecision(8) << std::scientific - << std::setw(30) << _dval << " "; - else - fileout << std::setprecision(1) << std::fixed - << std::setw(30) << _dval << " "; - }; - - fileout - << " " << std::setw(10) << itr2->first - << " " - << std::setw(30) << std::setprecision(12) << std::fixed - << std::get<0>(itr2->second) - << " " - << std::setw(30) << std::setprecision(12) << std::fixed - << std::get<1>(itr2->second) - << " "; - - _print_diff(d01); - _print_diff(d02); - _print_diff(d03); - - fileout << G4endl; - - } + for(auto itr = hitmap->begin(); itr != hitmap->end(); itr++) + { + IDs.insert(itr->first); + std::get<2>(fTypeCompare[primScorerNames.at(i)][itr->first]) = + itr->second / units.at(i); + } } - - fileout.close(); - G4cout << " closed file " << fname << " for difference output" << G4endl; - G4cout << separator.str() << G4endl; } + //--------------------------------------------------------------------// + // Check that the values are equivalent and there are no + // IDs in one container that aren't in another + //--------------------------------------------------------------------// + + fname = "mfd_diff.out"; + fileout.open(fname); + + G4cout << separator.str() << G4endl; + G4cout << " opened file " << fname << " for difference output" << G4endl; + G4cout << separator.str() << G4endl; + + fileout << " " << std::setw(10) << "ID" + << " " << std::setw(30) << std::setprecision(12) << std::fixed + << "MFD value" + << " " << std::setw(30) << std::setprecision(12) << std::fixed + << "Atomic Hits Map value" + << " " << std::setw(30) << std::setprecision(8) + << std::scientific << "Difference" + << " " << std::setw(30) << std::setprecision(8) + << std::scientific << "Diff (MFD - MUTEXED)" + << " " << std::setw(30) << std::setprecision(8) + << std::scientific << "Diff (ATOM_HIT_MAP - MUTEXED)" << G4endl + << G4endl; + + //----------------------------------------------------------------------// + // + // Example of using tasking in the user-application. Although this + // is sort of trivial case and might not result in any speed-up + // it is a good validation test because the order that strings + // are joined matters. Although the tasks are executed asynchronously + // and may complete at different times, the return values from + // the tasks are stored in futures and are "joined" in the order + // that they were submitted to the task-group + // + //----------------------------------------------------------------------// + // do not directly call G4TaskManager::GetInstance() as this will generate + // an instance + auto tm = dynamic_cast(G4RunManager::GetRunManager()); + // Get the thread-pool if available + auto tp = (tm) ? tm->GetThreadPool() : nullptr; + // write a join algorithm which combines the strings from the tasks + auto join_output = [](std::string& lhs, std::string&& rhs) { + return (lhs += rhs); + }; + + // this is the outer-loop of tasks + auto report_type_comparison = [=](const G4String& id, + const IDcompare_t& comp) { + // the 'report_type_comparison' generates more tasks + auto report_subtype_comparison = [](const G4int& idx, + const Compare_t& value) { + std::stringstream streamout; + G4double d01 = std::fabs(std::get<0>(value) - std::get<1>(value)); + G4double d02 = std::fabs(std::get<0>(value) - std::get<2>(value)); + G4double d03 = std::fabs(std::get<1>(value) - std::get<2>(value)); + + auto _print_diff = [&](const G4double& _dval) { + if(_dval > 0.0) + streamout << std::setprecision(8) << std::scientific + << std::setw(30) << _dval << " "; + else + streamout << std::setprecision(1) << std::fixed << std::setw(30) + << _dval << " "; + }; + + streamout << " " << std::setw(10) << idx << " " << std::setw(30) + << std::setprecision(12) << std::fixed << std::get<0>(value) + << " " << std::setw(30) << std::setprecision(12) + << std::fixed << std::get<1>(value) << " "; + + _print_diff(d01); + _print_diff(d02); + _print_diff(d03); + + streamout << G4endl; + return streamout.str(); + }; -} + std::stringstream streamout; + streamout << "\n\nType = " << id << "\n" << G4endl; + if(tp) + { + // create a task group (nested inside the 'report_type_comparison' task) + G4TaskGroup tg(join_output, tp); + // create the tasks in the task-group + for(auto titr = comp.begin(); titr != comp.end(); ++titr) + tg.exec(report_subtype_comparison, titr->first, titr->second); + // wait on the tasks to finish and execute the join function + // this will block the outer task from completing until all the inner + // tasks have been completed + streamout << tg.join(); + } + else + { + // if there isn't a tasking thread-pool then we make traditional + // function call on this thread + for(auto titr = comp.begin(); titr != comp.end(); ++titr) + streamout << report_subtype_comparison(titr->first, titr->second); + } + // this is the completion of the outer tasks + return streamout.str(); + }; -//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... + G4String tasking_result = ""; + if(tp) + { + G4cout << "\n\nGenerating diff output via tasking... "; + // create a task group to + G4TaskGroup tg(join_output, tp); + for(auto itr = fTypeCompare.begin(); itr != fTypeCompare.end(); ++itr) + tg.exec(report_type_comparison, itr->first, itr->second); + // wait on the tasks to finish and execute the join function + tasking_result = tg.join(); + } + + // if thread-pool was available, lets validate that tasking did what was + // expected + if(tp) + { + // generate the output serially + G4String serial_result = ""; + for(auto itr = fTypeCompare.begin(); itr != fTypeCompare.end(); ++itr) + serial_result += report_type_comparison(itr->first, itr->second); + // write the tasking result even if it was bad so that it can viewed + fileout << tasking_result; + // compare the strings -- should be the same + if(serial_result != tasking_result) + { + G4Exception("TSRunAction", "003", JustWarning, + "Output written via tasking did not match output written " + "serially. Appending serial result to output file"); + fileout + << "\n\n#================CORRECT_SERIAL_OUTPUT================#\n\n"; + fileout << serial_result; + } + } + else + { + // if thread-pool was not available, then just write serially + for(auto itr = fTypeCompare.begin(); itr != fTypeCompare.end(); ++itr) + fileout << report_type_comparison(itr->first, itr->second); + } + fileout.close(); + G4cout << " closed file " << fname << " for difference output" << G4endl; + G4cout << separator.str() << G4endl; + } +} +//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... diff --git a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out index 5040240aedc..d7a856a2f42 100644 --- a/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out +++ b/examples/extended/parallel/ThreadsafeScorers/threadsafe-scorers.out @@ -1,10 +1,11 @@ +Environment variable "G4FORCE_RUN_MANAGER_TYPE" enabled with value == Serial. Forcing G4RunManager type... ############################################ !!! WARNING - FPE detection is activated !!! ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -25,20 +26,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -51,6 +52,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -58,6 +62,9 @@ Registered filter factories: 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 @@ -183,7 +190,7 @@ msc: for proton SubType= 10 hIoni: for proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -207,6 +214,10 @@ CoulombScat: for proton, integral:1 SubType=1 BuildTable=1 ===== 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 RangeFactor= 0.2, stepLimType: 0, latDisp: 0 ===== EM models for the G4Region DefaultRegionForTheWorld ====== @@ -215,7 +226,7 @@ msc: for GenericIon SubType= 10 ionIoni: for GenericIon SubType=2 dE/dx and range tables from 100 eV to 100 TeV in 240 bins Lambda tables from threshold to 100 TeV, 20 bins/decade, spline: 1 - StepFunction=(0.1, 0.001 mm), integ: 1, fluct: 1, linLossLim= 0.02 + StepFunction=(0.1, 0.02 mm), integ: 1, fluct: 1, linLossLim= 0.02 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ParamICRU73 : Emin= 0 eV Emax= 100 TeV deltaVI @@ -262,7 +273,7 @@ msc: for anti_proton SubType= 10 hIoni: for anti_proton SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 2 MeV deltaVI BetheBloch : Emin= 2 MeV Emax= 100 TeV deltaVI @@ -294,7 +305,7 @@ msc: for kaon+ SubType= 10 hIoni: for kaon+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -326,7 +337,7 @@ msc: for kaon- SubType= 10 hIoni: for kaon- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=1.05231 MeV deltaVI BetheBloch : Emin=1.05231 MeV Emax= 100 TeV deltaVI @@ -358,7 +369,7 @@ msc: for mu+ SubType= 10 muIoni: for mu+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -391,7 +402,7 @@ msc: for mu- SubType= 10 muIoni: for mu- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax= 200 keV deltaVI BetheBloch : Emin= 200 keV Emax= 1 GeV deltaVI @@ -425,7 +436,7 @@ msc: for pi+ SubType= 10 hIoni: for pi+ SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== Bragg : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -457,7 +468,7 @@ msc: for pi- SubType= 10 hIoni: for pi- SubType=2 dE/dx and range tables from 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.01 + StepFunction=(0.1, 0.05 mm), integ: 1, fluct: 1, linLossLim= 0.01 ===== EM models for the G4Region DefaultRegionForTheWorld ====== ICRU73QO : Emin= 0 eV Emax=297.505 keV deltaVI BetheBloch : Emin=297.505 keV Emax= 100 TeV deltaVI @@ -494,7 +505,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: RadioactiveDecayBase @@ -503,108 +514,120 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + 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 ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_alpha Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + 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 ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_deuteron Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + 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 ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_neutron Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + 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 ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_proton Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + 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 ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_triton Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + 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 ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for deuteron Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for kaon+ @@ -637,7 +660,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Process: hadElastic @@ -653,7 +678,7 @@ CoulombScat: for pi-, integral: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: BarashenkovGlauberGribov: 0 eV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 eV ---> 100 TeV Process: nCapture Model: NeutronHPCapture: 0 eV ---> 20 MeV @@ -712,17 +737,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: hElasticCHIPS: 0 eV ---> 100 TeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: sigma-Inelastic + Model: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + 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 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -742,6 +781,7 @@ Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -750,7 +790,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -762,18 +802,18 @@ Index : 0 used in the geometry : Yes 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 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.7587 keV e- 570.85 keV e+ 548.291 keV proton 100 keV + Energy thresholds : gamma 2.75854 keV e- 566.458 keV e+ 544.145 keV proton 100 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -782,6 +822,8 @@ See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ########################################################################################## # Environment settings: +# G4FORCE_RUN_MANAGER_TYPE = Serial +# G4RUN_MANAGER_TYPE = Tasking ########################################################################################## --> Event 0 starts. --> Event 100 starts. @@ -886,770 +928,776 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=24.920000s Real=26.728270s Sys=0.910000s + User=262.310000s Real=266.785568s Sys=1.190000s ###### EndOfTSRunAction ###### ============================================================ opened file mfd_tl_EnergyDeposit.out for output ============================================================ - 0 692.337121 keV - 1 689.844845 keV - 2 1773.875254 keV - 3 406.100785 keV - 5 123.755347 keV - 7 556.435972 keV - 8 426.489015 keV - 9 1644.227232 keV - 10 3026.322498 keV - 11 3422.958891 keV - 12 422.084428 keV - 13 35.393964 keV - 14 1755.436442 keV - 15 39.493754 keV - 16 442.828880 keV - 17 404.587464 keV - 18 36.453482 keV - 19 272.100885 keV - 20 2363.192407 keV - 21 356.338215 keV - 22 51.633839 keV - 23 63.220658 keV - 24 1357.514883 keV - 25 2539.904754 keV - 26 1189.698879 keV - 27 3624.624078 keV - 28 3370.364842 keV - 29 2797.740720 keV - 30 728.062076 keV - 31 8486.493783 keV - 32 6147.881121 keV - 33 2584.075670 keV - 34 4643.764042 keV - 35 2209.481063 keV - 36 6433.749988 keV - 37 3699.675311 keV - 38 3338.555590 keV - 39 3273.052865 keV - 40 5025.701952 keV - 41 1933.013941 keV - 42 7331.933550 keV - 43 709.925655 keV - 44 4168.007272 keV - 45 6316.893379 keV - 46 2762.410229 keV - 47 2183.021261 keV - 48 2737.428844 keV - 49 4746.500593 keV - 50 3162.594786 keV - 51 1302.103794 keV - 52 5416.275938 keV - 53 8348.850607 keV - 54 4448.354546 keV - 55 5453.314380 keV - 56 18619.610501 keV - 57 22029.619632 keV - 58 26436.887127 keV - 59 5587.816453 keV - 60 9256.203623 keV - 61 26036.027442 keV - 62 13119.390500 keV - 63 11919.719562 keV - 64 6819.529000 keV - 65 8312.581612 keV - 66 30261.487656 keV - 67 17338.537838 keV - 68 23263.245796 keV - 69 10715.706807 keV - 70 1232.293930 keV - 71 7211.588185 keV - 72 5876.334864 keV - 73 5745.329301 keV - 74 3992.214696 keV - 75 20054.565673 keV - 76 20435.815421 keV - 77 28014.241483 keV - 78 30370.375621 keV - 79 20748.763195 keV - 80 29037.981064 keV - 81 387496.471908 keV - 82 326568.531853 keV - 83 345962.521564 keV - 84 27777.483093 keV - 85 41809.495824 keV - 86 329403.070419 keV - 87 261058.415194 keV - 88 301316.083495 keV - 89 24315.427693 keV - 90 37098.423801 keV - 91 375578.294672 keV - 92 359051.034918 keV - 93 458145.969511 keV - 94 29723.280162 keV - 95 22147.594954 keV - 96 29733.080578 keV - 97 31162.946875 keV - 98 39344.939044 keV - 99 29549.085457 keV - 100 294488.823354 keV - 101 336509.247131 keV - 102 366815.765969 keV - 103 366494.685375 keV - 104 298897.668798 keV - 105 375118.482181 keV - 106 383166.025539 keV - 107 419256.610546 keV - 108 383739.787603 keV - 109 353159.796417 keV - 110 355081.015183 keV - 111 407895.449801 keV - 112 378817.284370 keV - 113 371888.668785 keV - 114 362065.456461 keV - 115 366862.536746 keV - 116 423858.334569 keV - 117 429988.031884 keV - 118 393772.463920 keV - 119 359086.500521 keV - 120 285374.704082 keV - 121 363410.097653 keV - 122 384503.793156 keV - 123 383392.714605 keV - 124 302752.909748 keV - 0 692.337 [sigma: 314.592 | error: 0.908782 | coeff: 0.908782 | eff: 1 | fom: 0.0484329 | r2int: 0.619413 | r2eff: 0 | hits: 4 ] keV - 1 689.845 [sigma: 319.043 | error: 0.801047 | coeff: 0.801047 | eff: 1 | fom: 0.0623367 | r2int: 0.427784 | r2eff: 0 | hits: 3 ] keV - 2 1773.88 [sigma: 582.273 | error: 0.656499 | coeff: 0.656499 | eff: 1 | fom: 0.0928094 | r2int: 0.323243 | r2eff: 0 | hits: 4 ] keV - 3 406.101 [sigma: 139.152 | error: 0.685309 | coeff: 0.685309 | eff: 1 | fom: 0.0851702 | r2int: 0.352236 | r2eff: 0 | hits: 4 ] keV - 5 123.755 [sigma: 49.9296 | error: 0.57057 | coeff: 0.57057 | eff: 1 | fom: 0.122869 | r2int: 0.162775 | r2eff: 0 | hits: 2 ] keV - 7 556.436 [sigma: 155.415 | error: 0.624543 | coeff: 0.624543 | eff: 1 | fom: 0.10255 | r2int: 0.312043 | r2eff: 0 | hits: 5 ] keV - 8 426.489 [sigma: 142.977 | error: 0.474105 | coeff: 0.474105 | eff: 1 | fom: 0.177956 | r2int: 0.112388 | r2eff: 0 | hits: 2 ] keV - 9 1644.23 [sigma: 922.483 | error: 0.971756 | coeff: 0.971756 | eff: 1 | fom: 0.042359 | r2int: 0.629539 | r2eff: 0 | hits: 3 ] keV - 10 3026.32 [sigma: 409.004 | error: 0.427378 | coeff: 0.427378 | eff: 1 | fom: 0.218995 | r2int: 0.164387 | r2eff: 0 | hits: 10 ] keV - 11 3422.96 [sigma: 708.794 | error: 0.507217 | coeff: 0.507217 | eff: 1 | fom: 0.155479 | r2int: 0.214391 | r2eff: 0 | hits: 6 ] keV - 12 422.084 [sigma: 129.246 | error: 0.684704 | coeff: 0.684704 | eff: 1 | fom: 0.0853206 | r2int: 0.375056 | r2eff: 0 | hits: 5 ] keV - 13 35.394 [sigma: 13.016 | error: 0.520072 | coeff: 0.520072 | eff: 1 | fom: 0.147888 | r2int: 0.135237 | r2eff: 0 | hits: 2 ] keV - 14 1755.44 [sigma: 970.057 | error: 0.957134 | coeff: 0.957134 | eff: 1 | fom: 0.0436631 | r2int: 0.610736 | r2eff: 0 | hits: 3 ] keV - 15 39.4938 [sigma: 13.7256 | error: 0.601956 | coeff: 0.601956 | eff: 1 | fom: 0.11039 | r2int: 0.241568 | r2eff: 0 | hits: 3 ] keV - 16 442.829 [sigma: 160.713 | error: 0.725847 | coeff: 0.725847 | eff: 1 | fom: 0.0759223 | r2int: 0.395141 | r2eff: 0 | hits: 4 ] keV - 17 404.587 [sigma: 85.4303 | error: 0.51722 | coeff: 0.51722 | eff: 1 | fom: 0.149524 | r2int: 0.22293 | r2eff: 0 | hits: 6 ] keV - 18 36.4535 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV - 19 272.101 [sigma: 66.4607 | error: 0.4885 | coeff: 0.4885 | eff: 1 | fom: 0.167622 | r2int: 0.178974 | r2eff: 0 | hits: 4 ] keV - 20 2363.19 [sigma: 845.729 | error: 0.800234 | coeff: 0.800234 | eff: 1 | fom: 0.0624634 | r2int: 0.5123 | r2eff: 0 | hits: 5 ] keV - 21 356.338 [sigma: 121.407 | error: 0.681412 | coeff: 0.681412 | eff: 1 | fom: 0.0861471 | r2int: 0.348242 | r2eff: 0 | hits: 4 ] keV - 22 51.6338 [sigma: 4.40469 | error: 0.147755 | coeff: 0.147755 | eff: 1 | fom: 1.83222 | r2int: 0.0145543 | r2eff: 0 | hits: 3 ] keV - 23 63.2207 [sigma: 8.9611 | error: 0.245507 | coeff: 0.245507 | eff: 1 | fom: 0.663642 | r2int: 0.0401823 | r2eff: 0 | hits: 3 ] keV - 24 1357.51 [sigma: 509.619 | error: 0.750812 | coeff: 0.750812 | eff: 1 | fom: 0.0709574 | r2int: 0.422789 | r2eff: 0 | hits: 4 ] keV - 25 2539.9 [sigma: 641.146 | error: 0.757288 | coeff: 0.757288 | eff: 1 | fom: 0.069749 | r2int: 0.509764 | r2eff: 0 | hits: 9 ] keV - 26 1189.7 [sigma: 267.212 | error: 0.635278 | coeff: 0.635278 | eff: 1 | fom: 0.0991133 | r2int: 0.353131 | r2eff: 0 | hits: 8 ] keV - 27 3624.62 [sigma: 760.565 | error: 0.593497 | coeff: 0.593497 | eff: 1 | fom: 0.113559 | r2int: 0.308209 | r2eff: 0 | hits: 8 ] keV - 28 3370.36 [sigma: 583.022 | error: 0.573725 | coeff: 0.573725 | eff: 1 | fom: 0.121521 | r2int: 0.299237 | r2eff: 0 | hits: 11 ] keV - 29 2797.74 [sigma: 456.424 | error: 0.46143 | coeff: 0.46143 | eff: 1 | fom: 0.187866 | r2int: 0.186303 | r2eff: 0 | hits: 8 ] keV - 30 728.062 [sigma: 105.053 | error: 0.408119 | coeff: 0.408119 | eff: 1 | fom: 0.240152 | r2int: 0.145741 | r2eff: 0 | hits: 8 ] keV - 31 8486.49 [sigma: 710.38 | error: 0.418535 | coeff: 0.418535 | eff: 1 | fom: 0.228347 | r2int: 0.168165 | r2eff: 0 | hits: 25 ] keV - 32 6147.88 [sigma: 705.179 | error: 0.538004 | coeff: 0.538004 | eff: 1 | fom: 0.138194 | r2int: 0.276292 | r2eff: 0 | hits: 22 ] keV - 33 2584.08 [sigma: 150.511 | error: 0.253887 | coeff: 0.253887 | eff: 1 | fom: 0.620555 | r2int: 0.0610659 | r2eff: 0 | hits: 19 ] keV - 34 4643.76 [sigma: 665.187 | error: 0.496209 | coeff: 0.496209 | eff: 1 | fom: 0.162454 | r2int: 0.225704 | r2eff: 0 | hits: 12 ] keV - 35 2209.48 [sigma: 352.688 | error: 0.575536 | coeff: 0.575536 | eff: 1 | fom: 0.120758 | r2int: 0.305761 | r2eff: 0 | hits: 13 ] keV - 36 6433.75 [sigma: 552.759 | error: 0.402979 | coeff: 0.402979 | eff: 1 | fom: 0.246317 | r2int: 0.155011 | r2eff: 0 | hits: 22 ] keV - 37 3699.68 [sigma: 355.475 | error: 0.480414 | coeff: 0.480414 | eff: 1 | fom: 0.173312 | r2int: 0.221566 | r2eff: 0 | hits: 25 ] keV - 38 3338.56 [sigma: 450.595 | error: 0.505001 | coeff: 0.505001 | eff: 1 | fom: 0.156847 | r2int: 0.23681 | r2eff: 0 | hits: 14 ] keV - 39 3273.05 [sigma: 567.02 | error: 0.54783 | coeff: 0.54783 | eff: 1 | fom: 0.133281 | r2int: 0.270106 | r2eff: 0 | hits: 10 ] keV - 40 5025.7 [sigma: 434.988 | error: 0.356865 | coeff: 0.356865 | eff: 1 | fom: 0.314088 | r2int: 0.119862 | r2eff: 0 | hits: 17 ] keV - 41 1933.01 [sigma: 328.153 | error: 0.536836 | coeff: 0.536836 | eff: 1 | fom: 0.138796 | r2int: 0.259373 | r2eff: 0 | hits: 10 ] keV - 42 7331.93 [sigma: 716.29 | error: 0.425841 | coeff: 0.425841 | eff: 1 | fom: 0.22058 | r2int: 0.171796 | r2eff: 0 | hits: 19 ] keV - 43 709.926 [sigma: 44.8693 | error: 0.252811 | coeff: 0.252811 | eff: 1 | fom: 0.625845 | r2int: 0.059919 | r2eff: 0 | hits: 16 ] keV - 44 4168.01 [sigma: 630.535 | error: 0.478389 | coeff: 0.478389 | eff: 1 | fom: 0.174783 | r2int: 0.20597 | r2eff: 0 | hits: 10 ] keV - 45 6316.89 [sigma: 874.154 | error: 0.41515 | coeff: 0.41515 | eff: 1 | fom: 0.232086 | r2int: 0.1532 | r2eff: 0 | hits: 9 ] keV - 46 2762.41 [sigma: 436.059 | error: 0.523544 | coeff: 0.523544 | eff: 1 | fom: 0.145933 | r2int: 0.24918 | r2eff: 0 | hits: 11 ] keV - 47 2183.02 [sigma: 503.64 | error: 0.565116 | coeff: 0.565116 | eff: 1 | fom: 0.125252 | r2int: 0.26613 | r2eff: 0 | hits: 6 ] keV - 48 2737.43 [sigma: 645.818 | error: 0.577887 | coeff: 0.577887 | eff: 1 | fom: 0.119777 | r2int: 0.278294 | r2eff: 0 | hits: 6 ] keV - 49 4746.5 [sigma: 747.777 | error: 0.445598 | coeff: 0.445598 | eff: 1 | fom: 0.201453 | r2int: 0.173738 | r2eff: 0 | hits: 8 ] keV - 50 3162.59 [sigma: 441.117 | error: 0.483171 | coeff: 0.483171 | eff: 1 | fom: 0.17134 | r2int: 0.213999 | r2eff: 0 | hits: 12 ] keV - 51 1302.1 [sigma: 89.3292 | error: 0.299037 | coeff: 0.299037 | eff: 1 | fom: 0.447312 | r2int: 0.0847166 | r2eff: 0 | hits: 19 ] keV - 52 5416.28 [sigma: 310.937 | error: 0.334743 | coeff: 0.334743 | eff: 1 | fom: 0.356975 | r2int: 0.108757 | r2eff: 0 | hits: 34 ] keV - 53 8348.85 [sigma: 410.563 | error: 0.303141 | coeff: 0.303141 | eff: 1 | fom: 0.435282 | r2int: 0.0894762 | r2eff: 0 | hits: 38 ] keV - 54 4448.35 [sigma: 479.734 | error: 0.505839 | coeff: 0.505839 | eff: 1 | fom: 0.156327 | r2int: 0.244243 | r2eff: 0 | hits: 22 ] keV - 55 5453.31 [sigma: 373.831 | error: 0.381677 | coeff: 0.381677 | eff: 1 | fom: 0.27458 | r2int: 0.140978 | r2eff: 0 | hits: 31 ] keV - 56 18619.6 [sigma: 624.242 | error: 0.244073 | coeff: 0.244073 | eff: 1 | fom: 0.671458 | r2int: 0.0584479 | r2eff: 0 | hits: 53 ] keV - 57 22029.6 [sigma: 642.714 | error: 0.245833 | coeff: 0.245833 | eff: 1 | fom: 0.661882 | r2int: 0.0595825 | r2eff: 0 | hits: 71 ] keV - 58 26436.9 [sigma: 755.211 | error: 0.233828 | coeff: 0.233828 | eff: 1 | fom: 0.731592 | r2int: 0.0538593 | r2eff: 0 | hits: 67 ] keV - 59 5587.82 [sigma: 358.403 | error: 0.35131 | coeff: 0.35131 | eff: 1 | fom: 0.324101 | r2int: 0.119304 | r2eff: 0 | hits: 30 ] keV - 60 9256.2 [sigma: 485.257 | error: 0.351678 | coeff: 0.351678 | eff: 1 | fom: 0.323422 | r2int: 0.120929 | r2eff: 0 | hits: 45 ] keV - 61 26036 [sigma: 707.445 | error: 0.225706 | coeff: 0.225706 | eff: 1 | fom: 0.785189 | r2int: 0.0502048 | r2eff: 0 | hits: 69 ] keV - 62 13119.4 [sigma: 377.174 | error: 0.250631 | coeff: 0.250631 | eff: 1 | fom: 0.636781 | r2int: 0.0619895 | r2eff: 0 | hits: 76 ] keV - 63 11919.7 [sigma: 453.217 | error: 0.292056 | coeff: 0.292056 | eff: 1 | fom: 0.468951 | r2int: 0.083851 | r2eff: 0 | hits: 59 ] keV - 64 6819.53 [sigma: 384.161 | error: 0.351796 | coeff: 0.351796 | eff: 1 | fom: 0.323205 | r2int: 0.120587 | r2eff: 0 | hits: 39 ] keV - 65 8312.58 [sigma: 431.828 | error: 0.328552 | coeff: 0.328552 | eff: 1 | fom: 0.370554 | r2int: 0.105248 | r2eff: 0 | hits: 40 ] keV - 66 30261.5 [sigma: 800.869 | error: 0.213367 | coeff: 0.213367 | eff: 1 | fom: 0.878626 | r2int: 0.0448252 | r2eff: 0 | hits: 65 ] keV - 67 17338.5 [sigma: 620.036 | error: 0.292713 | coeff: 0.292713 | eff: 1 | fom: 0.466849 | r2int: 0.0844019 | r2eff: 0 | hits: 67 ] keV - 68 23263.2 [sigma: 879.519 | error: 0.275241 | coeff: 0.275241 | eff: 1 | fom: 0.528 | r2int: 0.0743282 | r2eff: 0 | hits: 53 ] keV - 69 10715.7 [sigma: 580.244 | error: 0.329375 | coeff: 0.329375 | eff: 1 | fom: 0.368705 | r2int: 0.105556 | r2eff: 0 | hits: 37 ] keV - 70 1232.29 [sigma: 91.5007 | error: 0.323658 | coeff: 0.323658 | eff: 1 | fom: 0.381844 | r2int: 0.0992414 | r2eff: 0 | hits: 19 ] keV - 71 7211.59 [sigma: 429.477 | error: 0.34211 | coeff: 0.34211 | eff: 1 | fom: 0.341766 | r2int: 0.113493 | r2eff: 0 | hits: 33 ] keV - 72 5876.33 [sigma: 409.381 | error: 0.39409 | coeff: 0.39409 | eff: 1 | fom: 0.257554 | r2int: 0.150454 | r2eff: 0 | hits: 32 ] keV - 73 5745.33 [sigma: 315.752 | error: 0.305993 | coeff: 0.305993 | eff: 1 | fom: 0.427205 | r2int: 0.0906115 | r2eff: 0 | hits: 31 ] keV - 74 3992.21 [sigma: 431.278 | error: 0.432119 | coeff: 0.432119 | eff: 1 | fom: 0.214216 | r2int: 0.175057 | r2eff: 0 | hits: 16 ] keV - 75 20054.6 [sigma: 412.233 | error: 0.198231 | coeff: 0.198231 | eff: 1 | fom: 1.01793 | r2int: 0.0388729 | r2eff: 0 | hits: 93 ] keV - 76 20435.8 [sigma: 317.846 | error: 0.180714 | coeff: 0.180714 | eff: 1 | fom: 1.22483 | r2int: 0.0324156 | r2eff: 0 | hits: 135 ] keV - 77 28014.2 [sigma: 441.957 | error: 0.192573 | coeff: 0.192573 | eff: 1 | fom: 1.07863 | r2int: 0.0368353 | r2eff: 0 | hits: 149 ] keV - 78 30370.4 [sigma: 400.017 | error: 0.170719 | coeff: 0.170719 | eff: 1 | fom: 1.37244 | r2int: 0.0289716 | r2eff: 0 | hits: 168 ] keV - 79 20748.8 [sigma: 462.961 | error: 0.225347 | coeff: 0.225347 | eff: 1 | fom: 0.787691 | r2int: 0.0502835 | r2eff: 0 | hits: 102 ] keV - 80 29038 [sigma: 377.262 | error: 0.160176 | coeff: 0.160176 | eff: 1 | fom: 1.55906 | r2int: 0.0254877 | r2eff: 0 | hits: 152 ] keV - 81 387496 [sigma: 1095.33 | error: 0.0446938 | coeff: 0.0446938 | eff: 1 | fom: 20.0247 | r2int: 0.00198954 | r2eff: 0 | hits: 250 ] keV - 82 326569 [sigma: 1131.09 | error: 0.0552001 | coeff: 0.0552001 | eff: 1 | fom: 13.1275 | r2int: 0.00303505 | r2eff: 0 | hits: 254 ] keV - 83 345963 [sigma: 1160.62 | error: 0.0535711 | coeff: 0.0535711 | eff: 1 | fom: 13.938 | r2int: 0.00285861 | r2eff: 0 | hits: 255 ] keV - 84 27777.5 [sigma: 428.297 | error: 0.181786 | coeff: 0.181786 | eff: 1 | fom: 1.21043 | r2int: 0.0328083 | r2eff: 0 | hits: 139 ] keV - 85 41809.5 [sigma: 422.873 | error: 0.140148 | coeff: 0.140148 | eff: 1 | fom: 2.03652 | r2int: 0.0195391 | r2eff: 0 | hits: 192 ] keV - 86 329403 [sigma: 1149.31 | error: 0.0562596 | coeff: 0.0562596 | eff: 1 | fom: 12.6377 | r2int: 0.00315296 | r2eff: 0 | hits: 260 ] keV - 87 261058 [sigma: 1089.77 | error: 0.0684658 | coeff: 0.0684658 | eff: 1 | fom: 8.53321 | r2int: 0.00467014 | r2eff: 0 | hits: 269 ] keV - 88 301316 [sigma: 1155.35 | error: 0.0605051 | coeff: 0.0605051 | eff: 1 | fom: 10.9264 | r2int: 0.00364616 | r2eff: 0 | hits: 249 ] keV - 89 24315.4 [sigma: 320.332 | error: 0.158088 | coeff: 0.158088 | eff: 1 | fom: 1.60051 | r2int: 0.0248184 | r2eff: 0 | hits: 144 ] keV - 90 37098.4 [sigma: 428.105 | error: 0.150459 | coeff: 0.150459 | eff: 1 | fom: 1.76694 | r2int: 0.0225048 | r2eff: 0 | hits: 170 ] keV - 91 375578 [sigma: 1173.5 | error: 0.0509594 | coeff: 0.0509594 | eff: 1 | fom: 15.4032 | r2int: 0.00258709 | r2eff: 0 | hits: 266 ] keV - 92 359051 [sigma: 1157.93 | error: 0.0524987 | coeff: 0.0524987 | eff: 1 | fom: 14.5132 | r2int: 0.00274572 | r2eff: 0 | hits: 265 ] keV - 93 458146 [sigma: 1115.47 | error: 0.0420301 | coeff: 0.0420301 | eff: 1 | fom: 22.6432 | r2int: 0.0017606 | r2eff: 0 | hits: 298 ] keV - 94 29723.3 [sigma: 362.8 | error: 0.160544 | coeff: 0.160544 | eff: 1 | fom: 1.55194 | r2int: 0.0256253 | r2eff: 0 | hits: 173 ] keV - 95 22147.6 [sigma: 468.079 | error: 0.213448 | coeff: 0.213448 | eff: 1 | fom: 0.877958 | r2int: 0.0451136 | r2eff: 0 | hits: 102 ] keV - 96 29733.1 [sigma: 429.707 | error: 0.173426 | coeff: 0.173426 | eff: 1 | fom: 1.32994 | r2int: 0.0298677 | r2eff: 0 | hits: 144 ] keV - 97 31162.9 [sigma: 370.034 | error: 0.157528 | coeff: 0.157528 | eff: 1 | fom: 1.61192 | r2int: 0.0246742 | r2eff: 0 | hits: 176 ] keV - 98 39344.9 [sigma: 472.086 | error: 0.157818 | coeff: 0.157818 | eff: 1 | fom: 1.60601 | r2int: 0.0247624 | r2eff: 0 | hits: 173 ] keV - 99 29549.1 [sigma: 500.052 | error: 0.180685 | coeff: 0.180685 | eff: 1 | fom: 1.22522 | r2int: 0.0323609 | r2eff: 0 | hits: 114 ] keV - 100 294489 [sigma: 447.055 | error: 0.0360202 | coeff: 0.0360202 | eff: 1 | fom: 30.8296 | r2int: 0.00129515 | r2eff: 0 | hits: 563 ] keV - 101 336509 [sigma: 472.634 | error: 0.0364905 | coeff: 0.0364905 | eff: 1 | fom: 28.8846 | r2int: 0.00132958 | r2eff: 0 | hits: 675 ] keV - 102 366816 [sigma: 489.286 | error: 0.0355672 | coeff: 0.0355672 | eff: 1 | fom: 30.4037 | r2int: 0.00126325 | r2eff: 0 | hits: 711 ] keV - 103 366495 [sigma: 477.187 | error: 0.0353711 | coeff: 0.0353711 | eff: 1 | fom: 30.7418 | r2int: 0.00124942 | r2eff: 0 | hits: 738 ] keV - 104 298898 [sigma: 446.185 | error: 0.0356081 | coeff: 0.0356081 | eff: 1 | fom: 30.334 | r2int: 0.00126571 | r2eff: 0 | hits: 569 ] keV - 105 375118 [sigma: 505.128 | error: 0.0357796 | coeff: 0.0357796 | eff: 1 | fom: 30.0438 | r2int: 0.00127837 | r2eff: 0 | hits: 706 ] keV - 106 383166 [sigma: 464.37 | error: 0.0359516 | coeff: 0.0359516 | eff: 1 | fom: 29.7571 | r2int: 0.00129105 | r2eff: 0 | hits: 880 ] keV - 107 419257 [sigma: 488.874 | error: 0.0344527 | coeff: 0.0344527 | eff: 1 | fom: 32.4025 | r2int: 0.00118563 | r2eff: 0 | hits: 873 ] keV - 108 383740 [sigma: 491.712 | error: 0.0370491 | coeff: 0.0370491 | eff: 1 | fom: 28.0202 | r2int: 0.00137099 | r2eff: 0 | hits: 836 ] keV - 109 353160 [sigma: 520.041 | error: 0.0379447 | coeff: 0.0379447 | eff: 1 | fom: 26.7132 | r2int: 0.00143763 | r2eff: 0 | hits: 664 ] keV - 110 355081 [sigma: 482.15 | error: 0.0364605 | coeff: 0.0364605 | eff: 1 | fom: 28.9323 | r2int: 0.00132752 | r2eff: 0 | hits: 721 ] keV - 111 407895 [sigma: 503.533 | error: 0.0359058 | coeff: 0.0359058 | eff: 1 | fom: 29.8331 | r2int: 0.0012877 | r2eff: 0 | hits: 846 ] keV - 112 378817 [sigma: 464.693 | error: 0.0355953 | coeff: 0.0355953 | eff: 1 | fom: 30.3558 | r2int: 0.00126552 | r2eff: 0 | hits: 842 ] keV - 113 371889 [sigma: 484.356 | error: 0.0377478 | coeff: 0.0377478 | eff: 1 | fom: 26.9925 | r2int: 0.0014232 | r2eff: 0 | hits: 840 ] keV - 114 362065 [sigma: 480.694 | error: 0.0356986 | coeff: 0.0356986 | eff: 1 | fom: 30.1804 | r2int: 0.00127262 | r2eff: 0 | hits: 723 ] keV - 115 366863 [sigma: 462.513 | error: 0.0336403 | coeff: 0.0336403 | eff: 1 | fom: 33.9864 | r2int: 0.00113008 | r2eff: 0 | hits: 712 ] keV - 116 423858 [sigma: 482.184 | error: 0.0341472 | coeff: 0.0341472 | eff: 1 | fom: 32.9851 | r2int: 0.00116473 | r2eff: 0 | hits: 901 ] keV - 117 429988 [sigma: 492.581 | error: 0.0344243 | coeff: 0.0344243 | eff: 1 | fom: 32.4562 | r2int: 0.00118372 | r2eff: 0 | hits: 903 ] keV - 118 393772 [sigma: 474.211 | error: 0.0353368 | coeff: 0.0353368 | eff: 1 | fom: 30.8015 | r2int: 0.00124724 | r2eff: 0 | hits: 861 ] keV - 119 359087 [sigma: 473.626 | error: 0.0351452 | coeff: 0.0351452 | eff: 1 | fom: 31.1383 | r2int: 0.00123344 | r2eff: 0 | hits: 710 ] keV - 120 285375 [sigma: 479.695 | error: 0.0391335 | coeff: 0.0391335 | eff: 1 | fom: 25.1147 | r2int: 0.00152861 | r2eff: 0 | hits: 542 ] keV - 121 363410 [sigma: 487.352 | error: 0.0351499 | coeff: 0.0351499 | eff: 1 | fom: 31.13 | r2int: 0.00123372 | r2eff: 0 | hits: 687 ] keV - 122 384504 [sigma: 475.249 | error: 0.0338494 | coeff: 0.0338494 | eff: 1 | fom: 33.5679 | r2int: 0.00114426 | r2eff: 0 | hits: 750 ] keV - 123 383393 [sigma: 496.404 | error: 0.035435 | coeff: 0.035435 | eff: 1 | fom: 29.4966 | r2int: 0.00125396 | r2eff: 0 | hits: 749 ] keV - 124 302753 [sigma: 467.763 | error: 0.0365295 | coeff: 0.0365295 | eff: 1 | fom: 27.7555 | r2int: 0.00133202 | r2eff: 0 | hits: 559 ] keV + 0 5.994340 keV + 1 442.644652 keV + 2 4108.357036 keV + 3 459.293296 keV + 4 439.224745 keV + 5 60.112620 keV + 6 1770.995029 keV + 7 2271.617163 keV + 8 1746.451690 keV + 9 308.873010 keV + 10 673.344715 keV + 11 847.057524 keV + 12 631.655778 keV + 13 2627.122941 keV + 14 805.233892 keV + 15 170.809190 keV + 16 2134.630709 keV + 17 860.720114 keV + 18 274.700743 keV + 19 39.571711 keV + 20 5262.006065 keV + 21 549.398145 keV + 22 1028.405935 keV + 23 1221.108829 keV + 24 172.396910 keV + 25 3369.623481 keV + 26 2091.045201 keV + 27 807.785401 keV + 28 1172.319705 keV + 29 3526.023408 keV + 30 1000.165698 keV + 31 8489.035813 keV + 32 1821.234774 keV + 33 9851.727496 keV + 34 5564.866839 keV + 35 697.119398 keV + 36 6619.448938 keV + 37 3738.649419 keV + 38 8569.326565 keV + 39 535.502575 keV + 40 2322.051981 keV + 41 5474.256219 keV + 42 3414.156675 keV + 43 3641.474982 keV + 44 4477.793169 keV + 45 1159.694541 keV + 46 2565.726126 keV + 47 5252.709041 keV + 48 5849.698162 keV + 49 3049.069378 keV + 50 7406.804260 keV + 51 4880.740565 keV + 52 6344.344057 keV + 53 10239.792080 keV + 54 4317.002634 keV + 55 6273.039880 keV + 56 11374.077688 keV + 57 29356.709357 keV + 58 21904.782644 keV + 59 6822.444413 keV + 60 6001.669788 keV + 61 20613.751155 keV + 62 19096.574368 keV + 63 17725.211872 keV + 64 6232.592849 keV + 65 11237.222892 keV + 66 29156.131796 keV + 67 14259.337960 keV + 68 28706.616587 keV + 69 8380.590380 keV + 70 7418.085333 keV + 71 11608.029312 keV + 72 2115.265847 keV + 73 6125.464114 keV + 74 3665.325408 keV + 75 22807.244249 keV + 76 28298.754242 keV + 77 45614.675784 keV + 78 29477.044940 keV + 79 17544.624242 keV + 80 28794.194855 keV + 81 361067.989371 keV + 82 348503.741655 keV + 83 357245.155040 keV + 84 25810.705885 keV + 85 32984.858499 keV + 86 336748.640318 keV + 87 302347.085578 keV + 88 361804.376952 keV + 89 26516.659908 keV + 90 39499.215379 keV + 91 444625.101104 keV + 92 365094.711061 keV + 93 335340.495293 keV + 94 35029.625009 keV + 95 35324.228021 keV + 96 37446.892926 keV + 97 39533.328693 keV + 98 22581.503212 keV + 99 20876.432556 keV + 100 300408.380165 keV + 101 370210.823274 keV + 102 365106.486560 keV + 103 320164.595753 keV + 104 310560.910720 keV + 105 348851.364590 keV + 106 412610.198360 keV + 107 401697.696875 keV + 108 377903.744808 keV + 109 334774.924624 keV + 110 344074.244636 keV + 111 368946.937967 keV + 112 412463.876002 keV + 113 409668.160423 keV + 114 352142.143588 keV + 115 358372.066438 keV + 116 432649.220375 keV + 117 372497.936989 keV + 118 402029.464077 keV + 119 353622.912560 keV + 120 318485.931848 keV + 121 366428.972447 keV + 122 404202.938356 keV + 123 343791.718714 keV + 124 299254.854077 keV + 0 5.99434 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 1 ] keV + 1 442.645 [sigma: 113.861 | error: 0.445535 | coeff: 0.445535 | eff: 1 | fom: 0.0191549 | r2int: 0.132334 | r2eff: 0 | hits: 3 ] keV + 2 4108.36 [sigma: 1123.55 | error: 0.546959 | coeff: 0.546959 | eff: 1 | fom: 0.0127097 | r2int: 0.224373 | r2eff: 0 | hits: 4 ] keV + 3 459.293 [sigma: 88.2059 | error: 0.384094 | coeff: 0.384094 | eff: 1 | fom: 0.0257733 | r2int: 0.110646 | r2eff: 0 | hits: 4 ] keV + 4 439.225 [sigma: 57.2431 | error: 0.225734 | coeff: 0.225734 | eff: 1 | fom: 0.074619 | r2int: 0.0339706 | r2eff: 0 | hits: 3 ] keV + 5 60.1126 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV + 6 1771 [sigma: 591.385 | error: 0.746686 | coeff: 0.746686 | eff: 1 | fom: 0.00681975 | r2int: 0.446032 | r2eff: 0 | hits: 5 ] keV + 7 2271.62 [sigma: 860.748 | error: 0.847278 | coeff: 0.847278 | eff: 1 | fom: 0.00529654 | r2int: 0.574304 | r2eff: 0 | hits: 5 ] keV + 8 1746.45 [sigma: 355.596 | error: 0.538702 | coeff: 0.538702 | eff: 1 | fom: 0.0131023 | r2int: 0.248743 | r2eff: 0 | hits: 7 ] keV + 9 308.873 [sigma: 40.5295 | error: 0.321416 | coeff: 0.321416 | eff: 1 | fom: 0.0368053 | r2int: 0.08609 | r2eff: 0 | hits: 6 ] keV + 10 673.345 [sigma: 120.325 | error: 0.357394 | coeff: 0.357394 | eff: 1 | fom: 0.029768 | r2int: 0.0957978 | r2eff: 0 | hits: 4 ] keV + 11 847.058 [sigma: 164.723 | error: 0.476341 | coeff: 0.476341 | eff: 1 | fom: 0.0167575 | r2int: 0.189084 | r2eff: 0 | hits: 6 ] keV + 12 631.656 [sigma: 200.528 | error: 0.709871 | coeff: 0.709871 | eff: 1 | fom: 0.00754546 | r2int: 0.403133 | r2eff: 0 | hits: 5 ] keV + 13 2627.12 [sigma: 480.649 | error: 0.578559 | coeff: 0.578559 | eff: 1 | fom: 0.0113592 | r2int: 0.301258 | r2eff: 0 | hits: 10 ] keV + 14 805.234 [sigma: 175.078 | error: 0.486178 | coeff: 0.486178 | eff: 1 | fom: 0.0160862 | r2int: 0.189095 | r2eff: 0 | hits: 5 ] keV + 15 170.809 [sigma: 21.7569 | error: 0.22062 | coeff: 0.22062 | eff: 1 | fom: 0.0781183 | r2int: 0.0324489 | r2eff: 0 | hits: 3 ] keV + 16 2134.63 [sigma: 360.232 | error: 0.413367 | coeff: 0.413367 | eff: 1 | fom: 0.0222522 | r2int: 0.142393 | r2eff: 0 | hits: 6 ] keV + 17 860.72 [sigma: 173.458 | error: 0.60458 | coeff: 0.60458 | eff: 1 | fom: 0.0104025 | r2int: 0.324904 | r2eff: 0 | hits: 9 ] keV + 18 274.701 [sigma: 87.6749 | error: 0.63833 | coeff: 0.63833 | eff: 1 | fom: 0.00933154 | r2int: 0.305599 | r2eff: 0 | hits: 4 ] keV + 19 39.5717 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV + 20 5262.01 [sigma: 310.412 | error: 0.102176 | coeff: 0.102176 | eff: 1 | fom: 0.364208 | r2int: 0.00695991 | r2eff: 0 | hits: 3 ] keV + 21 549.398 [sigma: 113.214 | error: 0.460784 | coeff: 0.460784 | eff: 1 | fom: 0.0179081 | r2int: 0.169857 | r2eff: 0 | hits: 5 ] keV + 22 1028.41 [sigma: 181.449 | error: 0.466808 | coeff: 0.466808 | eff: 1 | fom: 0.0174489 | r2int: 0.186779 | r2eff: 0 | hits: 7 ] keV + 23 1221.11 [sigma: 638.986 | error: 0.906354 | coeff: 0.906354 | eff: 1 | fom: 0.00462859 | r2int: 0.547652 | r2eff: 0 | hits: 3 ] keV + 24 172.397 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 2.22045e-16 | r2eff: 0 | hits: 1 ] keV + 25 3369.62 [sigma: 891.488 | error: 0.591588 | coeff: 0.591588 | eff: 1 | fom: 0.0108644 | r2int: 0.279981 | r2eff: 0 | hits: 5 ] keV + 26 2091.05 [sigma: 320.808 | error: 0.460259 | coeff: 0.460259 | eff: 1 | fom: 0.0179489 | r2int: 0.188301 | r2eff: 0 | hits: 9 ] keV + 27 807.785 [sigma: 56.4676 | error: 0.261558 | coeff: 0.261558 | eff: 1 | fom: 0.0555789 | r2int: 0.0635257 | r2eff: 0 | hits: 14 ] keV + 28 1172.32 [sigma: 154.937 | error: 0.476521 | coeff: 0.476521 | eff: 1 | fom: 0.0167448 | r2int: 0.209605 | r2eff: 0 | hits: 13 ] keV + 29 3526.02 [sigma: 647.372 | error: 0.580589 | coeff: 0.580589 | eff: 1 | fom: 0.0112799 | r2int: 0.303375 | r2eff: 0 | hits: 10 ] keV + 30 1000.17 [sigma: 211.7 | error: 0.560012 | coeff: 0.560012 | eff: 1 | fom: 0.0121241 | r2int: 0.268811 | r2eff: 0 | hits: 7 ] keV + 31 8489.04 [sigma: 773.008 | error: 0.417288 | coeff: 0.417288 | eff: 1 | fom: 0.021836 | r2int: 0.165837 | r2eff: 0 | hits: 21 ] keV + 32 1821.23 [sigma: 100.556 | error: 0.253018 | coeff: 0.253018 | eff: 1 | fom: 0.0593937 | r2int: 0.0609697 | r2eff: 0 | hits: 21 ] keV + 33 9851.73 [sigma: 1001.79 | error: 0.419264 | coeff: 0.419264 | eff: 1 | fom: 0.0216306 | r2int: 0.165442 | r2eff: 0 | hits: 17 ] keV + 34 5564.87 [sigma: 697.41 | error: 0.485377 | coeff: 0.485377 | eff: 1 | fom: 0.0161394 | r2int: 0.219884 | r2eff: 0 | hits: 15 ] keV + 35 697.119 [sigma: 63.6196 | error: 0.329045 | coeff: 0.329045 | eff: 1 | fom: 0.0351183 | r2int: 0.0999422 | r2eff: 0 | hits: 13 ] keV + 36 6619.45 [sigma: 805.208 | error: 0.471121 | coeff: 0.471121 | eff: 1 | fom: 0.0171309 | r2int: 0.207158 | r2eff: 0 | hits: 15 ] keV + 37 3738.65 [sigma: 306.388 | error: 0.433646 | coeff: 0.433646 | eff: 1 | fom: 0.0202196 | r2int: 0.181333 | r2eff: 0 | hits: 28 ] keV + 38 8569.33 [sigma: 678.594 | error: 0.395944 | coeff: 0.395944 | eff: 1 | fom: 0.0242537 | r2int: 0.150501 | r2eff: 0 | hits: 25 ] keV + 39 535.503 [sigma: 53.7877 | error: 0.31763 | coeff: 0.31763 | eff: 1 | fom: 0.0376878 | r2int: 0.0908 | r2eff: 0 | hits: 10 ] keV + 40 2322.05 [sigma: 320.166 | error: 0.457299 | coeff: 0.457299 | eff: 1 | fom: 0.0181821 | r2int: 0.190111 | r2eff: 0 | hits: 11 ] keV + 41 5474.26 [sigma: 462.55 | error: 0.377875 | coeff: 0.377875 | eff: 1 | fom: 0.0266285 | r2int: 0.13565 | r2eff: 0 | hits: 20 ] keV + 42 3414.16 [sigma: 429.406 | error: 0.589923 | coeff: 0.589923 | eff: 1 | fom: 0.0109258 | r2int: 0.332191 | r2eff: 0 | hits: 22 ] keV + 43 3641.47 [sigma: 444.044 | error: 0.558802 | coeff: 0.558802 | eff: 1 | fom: 0.0121767 | r2int: 0.29739 | r2eff: 0 | hits: 21 ] keV + 44 4477.79 [sigma: 522.69 | error: 0.452091 | coeff: 0.452091 | eff: 1 | fom: 0.0186034 | r2int: 0.19076 | r2eff: 0 | hits: 15 ] keV + 45 1159.69 [sigma: 313.189 | error: 0.76385 | coeff: 0.76385 | eff: 1 | fom: 0.00651671 | r2int: 0.510533 | r2eff: 0 | hits: 8 ] keV + 46 2565.73 [sigma: 375.223 | error: 0.584977 | coeff: 0.584977 | eff: 1 | fom: 0.0111113 | r2int: 0.320811 | r2eff: 0 | hits: 16 ] keV + 47 5252.71 [sigma: 461.589 | error: 0.383044 | coeff: 0.383044 | eff: 1 | fom: 0.0259147 | r2int: 0.139001 | r2eff: 0 | hits: 19 ] keV + 48 5849.7 [sigma: 724.67 | error: 0.446662 | coeff: 0.446662 | eff: 1 | fom: 0.0190584 | r2int: 0.18416 | r2eff: 0 | hits: 13 ] keV + 49 3049.07 [sigma: 426.806 | error: 0.442652 | coeff: 0.442652 | eff: 1 | fom: 0.0194052 | r2int: 0.176347 | r2eff: 0 | hits: 10 ] keV + 50 7406.8 [sigma: 608.836 | error: 0.402694 | coeff: 0.402694 | eff: 1 | fom: 0.0234474 | r2int: 0.155406 | r2eff: 0 | hits: 24 ] keV + 51 4880.74 [sigma: 360.868 | error: 0.40497 | coeff: 0.40497 | eff: 1 | fom: 0.0231845 | r2int: 0.158534 | r2eff: 0 | hits: 30 ] keV + 52 6344.34 [sigma: 361.07 | error: 0.364415 | coeff: 0.364415 | eff: 1 | fom: 0.028632 | r2int: 0.129559 | r2eff: 0 | hits: 41 ] keV + 53 10239.8 [sigma: 523.234 | error: 0.302301 | coeff: 0.302301 | eff: 1 | fom: 0.041607 | r2int: 0.0887747 | r2eff: 0 | hits: 35 ] keV + 54 4317 [sigma: 379.921 | error: 0.457291 | coeff: 0.457291 | eff: 1 | fom: 0.0181827 | r2int: 0.20137 | r2eff: 0 | hits: 27 ] keV + 55 6273.04 [sigma: 383.864 | error: 0.346158 | coeff: 0.346158 | eff: 1 | fom: 0.0317319 | r2int: 0.116081 | r2eff: 0 | hits: 32 ] keV + 56 11374.1 [sigma: 321.351 | error: 0.217015 | coeff: 0.217015 | eff: 1 | fom: 0.0807356 | r2int: 0.0462972 | r2eff: 0 | hits: 59 ] keV + 57 29356.7 [sigma: 747.431 | error: 0.227724 | coeff: 0.227724 | eff: 1 | fom: 0.0733206 | r2int: 0.05121 | r2eff: 0 | hits: 80 ] keV + 58 21904.8 [sigma: 754.132 | error: 0.262194 | coeff: 0.262194 | eff: 1 | fom: 0.0553094 | r2int: 0.0675604 | r2eff: 0 | hits: 58 ] keV + 59 6822.44 [sigma: 435.678 | error: 0.361244 | coeff: 0.361244 | eff: 1 | fom: 0.0291369 | r2int: 0.126419 | r2eff: 0 | hits: 32 ] keV + 60 6001.67 [sigma: 454.381 | error: 0.414675 | coeff: 0.414675 | eff: 1 | fom: 0.022112 | r2int: 0.166224 | r2eff: 0 | hits: 30 ] keV + 61 20613.8 [sigma: 538.011 | error: 0.226029 | coeff: 0.226029 | eff: 1 | fom: 0.0744242 | r2int: 0.0504081 | r2eff: 0 | hits: 75 ] keV + 62 19096.6 [sigma: 544.952 | error: 0.250408 | coeff: 0.250408 | eff: 1 | fom: 0.0606384 | r2int: 0.0618898 | r2eff: 0 | hits: 77 ] keV + 63 17725.2 [sigma: 558.141 | error: 0.251908 | coeff: 0.251908 | eff: 1 | fom: 0.0599183 | r2int: 0.0624663 | r2eff: 0 | hits: 64 ] keV + 64 6232.59 [sigma: 445.659 | error: 0.385064 | coeff: 0.385064 | eff: 1 | fom: 0.0256436 | r2int: 0.143161 | r2eff: 0 | hits: 29 ] keV + 65 11237.2 [sigma: 459.645 | error: 0.28339 | coeff: 0.28339 | eff: 1 | fom: 0.0473453 | r2int: 0.0786365 | r2eff: 0 | hits: 48 ] keV + 66 29156.1 [sigma: 697.239 | error: 0.195744 | coeff: 0.195744 | eff: 1 | fom: 0.0992352 | r2int: 0.037744 | r2eff: 0 | hits: 67 ] keV + 67 14259.3 [sigma: 449.431 | error: 0.259907 | coeff: 0.259907 | eff: 1 | fom: 0.056287 | r2int: 0.0665583 | r2eff: 0 | hits: 68 ] keV + 68 28706.6 [sigma: 781.125 | error: 0.229281 | coeff: 0.229281 | eff: 1 | fom: 0.0723285 | r2int: 0.0518292 | r2eff: 0 | hits: 71 ] keV + 69 8380.59 [sigma: 420.085 | error: 0.317024 | coeff: 0.317024 | eff: 1 | fom: 0.0378321 | r2int: 0.0979916 | r2eff: 0 | hits: 40 ] keV + 70 7418.09 [sigma: 472.371 | error: 0.38734 | coeff: 0.38734 | eff: 1 | fom: 0.0253431 | r2int: 0.145977 | r2eff: 0 | hits: 37 ] keV + 71 11608 [sigma: 576.514 | error: 0.310159 | coeff: 0.310159 | eff: 1 | fom: 0.0395254 | r2int: 0.0937317 | r2eff: 0 | hits: 39 ] keV + 72 2115.27 [sigma: 97.9885 | error: 0.257924 | coeff: 0.257924 | eff: 1 | fom: 0.057156 | r2int: 0.0643786 | r2eff: 0 | hits: 31 ] keV + 73 6125.46 [sigma: 339.686 | error: 0.341846 | coeff: 0.341846 | eff: 1 | fom: 0.0325374 | r2int: 0.113784 | r2eff: 0 | hits: 38 ] keV + 74 3665.33 [sigma: 254.563 | error: 0.374008 | coeff: 0.374008 | eff: 1 | fom: 0.0271821 | r2int: 0.135058 | r2eff: 0 | hits: 29 ] keV + 75 22807.2 [sigma: 420.594 | error: 0.189864 | coeff: 0.189864 | eff: 1 | fom: 0.105477 | r2int: 0.0357083 | r2eff: 0 | hits: 106 ] keV + 76 28298.8 [sigma: 386.309 | error: 0.174286 | coeff: 0.174286 | eff: 1 | fom: 0.125176 | r2int: 0.0301891 | r2eff: 0 | hits: 163 ] keV + 77 45614.7 [sigma: 430.213 | error: 0.133047 | coeff: 0.133047 | eff: 1 | fom: 0.214799 | r2int: 0.0176126 | r2eff: 0 | hits: 199 ] keV + 78 29477 [sigma: 402.431 | error: 0.171064 | coeff: 0.171064 | eff: 1 | fom: 0.129936 | r2int: 0.0290763 | r2eff: 0 | hits: 157 ] keV + 79 17544.6 [sigma: 394.493 | error: 0.229304 | coeff: 0.229304 | eff: 1 | fom: 0.0723138 | r2int: 0.0520747 | r2eff: 0 | hits: 104 ] keV + 80 28794.2 [sigma: 406.025 | error: 0.1727 | coeff: 0.1727 | eff: 1 | fom: 0.127485 | r2int: 0.0296266 | r2eff: 0 | hits: 150 ] keV + 81 361068 [sigma: 1134.2 | error: 0.0511355 | coeff: 0.0511355 | eff: 1 | fom: 1.45412 | r2int: 0.00260497 | r2eff: 0 | hits: 265 ] keV + 82 348504 [sigma: 1159.51 | error: 0.0560692 | coeff: 0.0560692 | eff: 1 | fom: 1.20947 | r2int: 0.00313269 | r2eff: 0 | hits: 284 ] keV + 83 357245 [sigma: 1121.44 | error: 0.0503242 | coeff: 0.0503242 | eff: 1 | fom: 1.50138 | r2int: 0.00252267 | r2eff: 0 | hits: 257 ] keV + 84 25810.7 [sigma: 368.251 | error: 0.174739 | coeff: 0.174739 | eff: 1 | fom: 0.124528 | r2int: 0.0303301 | r2eff: 0 | hits: 150 ] keV + 85 32984.9 [sigma: 387.051 | error: 0.154785 | coeff: 0.154785 | eff: 1 | fom: 0.158704 | r2int: 0.0238206 | r2eff: 0 | hits: 174 ] keV + 86 336749 [sigma: 1121.96 | error: 0.0538261 | coeff: 0.0538261 | eff: 1 | fom: 1.31238 | r2int: 0.00288614 | r2eff: 0 | hits: 261 ] keV + 87 302347 [sigma: 1143.93 | error: 0.0629698 | coeff: 0.0629698 | eff: 1 | fom: 0.958914 | r2int: 0.00395088 | r2eff: 0 | hits: 277 ] keV + 88 361804 [sigma: 1119.55 | error: 0.0527858 | coeff: 0.0527858 | eff: 1 | fom: 1.36461 | r2int: 0.00277677 | r2eff: 0 | hits: 291 ] keV + 89 26516.7 [sigma: 352.833 | error: 0.165659 | coeff: 0.165659 | eff: 1 | fom: 0.138552 | r2int: 0.027266 | r2eff: 0 | hits: 155 ] keV + 90 39499.2 [sigma: 428.603 | error: 0.145176 | coeff: 0.145176 | eff: 1 | fom: 0.180409 | r2int: 0.0209582 | r2eff: 0 | hits: 179 ] keV + 91 444625 [sigma: 1108.16 | error: 0.0425892 | coeff: 0.0425892 | eff: 1 | fom: 2.09626 | r2int: 0.00180763 | r2eff: 0 | hits: 292 ] keV + 92 365095 [sigma: 1154.77 | error: 0.0531149 | coeff: 0.0531149 | eff: 1 | fom: 1.34776 | r2int: 0.00281119 | r2eff: 0 | hits: 282 ] keV + 93 335340 [sigma: 1161.91 | error: 0.0537894 | coeff: 0.0537894 | eff: 1 | fom: 1.31417 | r2int: 0.00288129 | r2eff: 0 | hits: 241 ] keV + 94 35029.6 [sigma: 461.284 | error: 0.167606 | coeff: 0.167606 | eff: 1 | fom: 0.135351 | r2int: 0.0279185 | r2eff: 0 | hits: 162 ] keV + 95 35324.2 [sigma: 516.155 | error: 0.166602 | coeff: 0.166602 | eff: 1 | fom: 0.136989 | r2int: 0.0275426 | r2eff: 0 | hits: 130 ] keV + 96 37446.9 [sigma: 416.633 | error: 0.145916 | coeff: 0.145916 | eff: 1 | fom: 0.178583 | r2int: 0.0211676 | r2eff: 0 | hits: 172 ] keV + 97 39533.3 [sigma: 467.418 | error: 0.159068 | coeff: 0.159068 | eff: 1 | fom: 0.150273 | r2int: 0.0251627 | r2eff: 0 | hits: 181 ] keV + 98 22581.5 [sigma: 350.533 | error: 0.192635 | coeff: 0.192635 | eff: 1 | fom: 0.102464 | r2int: 0.0368674 | r2eff: 0 | hits: 154 ] keV + 99 20876.4 [sigma: 394.136 | error: 0.209384 | coeff: 0.209384 | eff: 1 | fom: 0.0867279 | r2int: 0.0434851 | r2eff: 0 | hits: 123 ] keV + 100 300408 [sigma: 492.579 | error: 0.038244 | coeff: 0.038244 | eff: 1 | fom: 2.59967 | r2int: 0.00145991 | r2eff: 0 | hits: 544 ] keV + 101 370211 [sigma: 466.61 | error: 0.0337728 | coeff: 0.0337728 | eff: 1 | fom: 3.33358 | r2int: 0.00113901 | r2eff: 0 | hits: 718 ] keV + 102 365106 [sigma: 474.273 | error: 0.0346129 | coeff: 0.0346129 | eff: 1 | fom: 3.17372 | r2int: 0.00119636 | r2eff: 0 | hits: 710 ] keV + 103 320165 [sigma: 452.38 | error: 0.0367098 | coeff: 0.0367098 | eff: 1 | fom: 2.8215 | r2int: 0.00134561 | r2eff: 0 | hits: 675 ] keV + 104 310561 [sigma: 429.752 | error: 0.0329215 | coeff: 0.0329215 | eff: 1 | fom: 3.50821 | r2int: 0.00108191 | r2eff: 0 | hits: 566 ] keV + 105 348851 [sigma: 471.374 | error: 0.0350796 | coeff: 0.0350796 | eff: 1 | fom: 3.08983 | r2int: 0.00122875 | r2eff: 0 | hits: 674 ] keV + 106 412610 [sigma: 496.344 | error: 0.0355019 | coeff: 0.0355019 | eff: 1 | fom: 3.01676 | r2int: 0.00125894 | r2eff: 0 | hits: 871 ] keV + 107 401698 [sigma: 506.492 | error: 0.036847 | coeff: 0.036847 | eff: 1 | fom: 2.78992 | r2int: 0.00135611 | r2eff: 0 | hits: 854 ] keV + 108 377904 [sigma: 485.343 | error: 0.036597 | coeff: 0.036597 | eff: 1 | fom: 2.82816 | r2int: 0.00133769 | r2eff: 0 | hits: 812 ] keV + 109 334775 [sigma: 467.496 | error: 0.0358754 | coeff: 0.0358754 | eff: 1 | fom: 2.94308 | r2int: 0.0012851 | r2eff: 0 | hits: 660 ] keV + 110 344074 [sigma: 465.104 | error: 0.0355848 | coeff: 0.0355848 | eff: 1 | fom: 2.99134 | r2int: 0.00126445 | r2eff: 0 | hits: 693 ] keV + 111 368947 [sigma: 459.251 | error: 0.0366307 | coeff: 0.0366307 | eff: 1 | fom: 2.82296 | r2int: 0.00134026 | r2eff: 0 | hits: 866 ] keV + 112 412464 [sigma: 481.995 | error: 0.0352902 | coeff: 0.0352902 | eff: 1 | fom: 3.0415 | r2int: 0.00124403 | r2eff: 0 | hits: 912 ] keV + 113 409668 [sigma: 501.438 | error: 0.0356647 | coeff: 0.0356647 | eff: 1 | fom: 2.97796 | r2int: 0.00127047 | r2eff: 0 | hits: 849 ] keV + 114 352142 [sigma: 456.17 | error: 0.0342979 | coeff: 0.0342979 | eff: 1 | fom: 3.22003 | r2int: 0.00117467 | r2eff: 0 | hits: 701 ] keV + 115 358372 [sigma: 478.913 | error: 0.0359577 | coeff: 0.0359577 | eff: 1 | fom: 2.92963 | r2int: 0.00129117 | r2eff: 0 | hits: 724 ] keV + 116 432649 [sigma: 511.514 | error: 0.0352313 | coeff: 0.0352313 | eff: 1 | fom: 3.05168 | r2int: 0.00123984 | r2eff: 0 | hits: 888 ] keV + 117 372498 [sigma: 451.616 | error: 0.0355959 | coeff: 0.0355959 | eff: 1 | fom: 2.98949 | r2int: 0.00126559 | r2eff: 0 | hits: 862 ] keV + 118 402029 [sigma: 488.227 | error: 0.0352596 | coeff: 0.0352596 | eff: 1 | fom: 3.04677 | r2int: 0.00124177 | r2eff: 0 | hits: 843 ] keV + 119 353623 [sigma: 487.134 | error: 0.0358693 | coeff: 0.0358693 | eff: 1 | fom: 2.94409 | r2int: 0.00128471 | r2eff: 0 | hits: 678 ] keV + 120 318486 [sigma: 451.597 | error: 0.0347036 | coeff: 0.0347036 | eff: 1 | fom: 3.13332 | r2int: 0.00120233 | r2eff: 0 | hits: 599 ] keV + 121 366429 [sigma: 481.668 | error: 0.035247 | coeff: 0.035247 | eff: 1 | fom: 3.03745 | r2int: 0.00124062 | r2eff: 0 | hits: 719 ] keV + 122 404203 [sigma: 498.693 | error: 0.0336527 | coeff: 0.0336527 | eff: 1 | fom: 3.33207 | r2int: 0.00113098 | r2eff: 0 | hits: 744 ] keV + 123 343792 [sigma: 466.599 | error: 0.0357027 | coeff: 0.0357027 | eff: 1 | fom: 2.96041 | r2int: 0.00127284 | r2eff: 0 | hits: 692 ] keV + 124 299255 [sigma: 434.148 | error: 0.0347881 | coeff: 0.0347881 | eff: 1 | fom: 3.11812 | r2int: 0.00120811 | r2eff: 0 | hits: 575 ] keV ============================================================ closed file mfd_tl_EnergyDeposit.out for output ============================================================ opened file mfd_tg_EnergyDeposit.out for output ============================================================ - 0 692.337121 keV - 1 689.844845 keV - 2 1773.875254 keV - 3 406.100785 keV - 5 123.755347 keV - 7 556.435972 keV - 8 426.489015 keV - 9 1644.227232 keV - 10 3026.322498 keV - 11 3422.958891 keV - 12 422.084428 keV - 13 35.393964 keV - 14 1755.436442 keV - 15 39.493754 keV - 16 442.828880 keV - 17 404.587464 keV - 18 36.453482 keV - 19 272.100885 keV - 20 2363.192407 keV - 21 356.338215 keV - 22 51.633839 keV - 23 63.220658 keV - 24 1357.514883 keV - 25 2539.904754 keV - 26 1189.698879 keV - 27 3624.624078 keV - 28 3370.364842 keV - 29 2797.740720 keV - 30 728.062076 keV - 31 8486.493783 keV - 32 6147.881121 keV - 33 2584.075670 keV - 34 4643.764042 keV - 35 2209.481063 keV - 36 6433.749988 keV - 37 3699.675311 keV - 38 3338.555590 keV - 39 3273.052865 keV - 40 5025.701952 keV - 41 1933.013941 keV - 42 7331.933550 keV - 43 709.925655 keV - 44 4168.007272 keV - 45 6316.893379 keV - 46 2762.410229 keV - 47 2183.021261 keV - 48 2737.428844 keV - 49 4746.500593 keV - 50 3162.594786 keV - 51 1302.103794 keV - 52 5416.275938 keV - 53 8348.850607 keV - 54 4448.354546 keV - 55 5453.314380 keV - 56 18619.610501 keV - 57 22029.619632 keV - 58 26436.887127 keV - 59 5587.816453 keV - 60 9256.203623 keV - 61 26036.027442 keV - 62 13119.390500 keV - 63 11919.719562 keV - 64 6819.529000 keV - 65 8312.581612 keV - 66 30261.487656 keV - 67 17338.537838 keV - 68 23263.245796 keV - 69 10715.706807 keV - 70 1232.293930 keV - 71 7211.588185 keV - 72 5876.334864 keV - 73 5745.329301 keV - 74 3992.214696 keV - 75 20054.565673 keV - 76 20435.815421 keV - 77 28014.241483 keV - 78 30370.375621 keV - 79 20748.763195 keV - 80 29037.981064 keV - 81 387496.471908 keV - 82 326568.531853 keV - 83 345962.521564 keV - 84 27777.483093 keV - 85 41809.495824 keV - 86 329403.070419 keV - 87 261058.415194 keV - 88 301316.083495 keV - 89 24315.427693 keV - 90 37098.423801 keV - 91 375578.294672 keV - 92 359051.034918 keV - 93 458145.969511 keV - 94 29723.280162 keV - 95 22147.594954 keV - 96 29733.080578 keV - 97 31162.946875 keV - 98 39344.939044 keV - 99 29549.085457 keV - 100 294488.823354 keV - 101 336509.247131 keV - 102 366815.765969 keV - 103 366494.685375 keV - 104 298897.668798 keV - 105 375118.482181 keV - 106 383166.025539 keV - 107 419256.610546 keV - 108 383739.787603 keV - 109 353159.796417 keV - 110 355081.015183 keV - 111 407895.449801 keV - 112 378817.284370 keV - 113 371888.668785 keV - 114 362065.456461 keV - 115 366862.536746 keV - 116 423858.334569 keV - 117 429988.031884 keV - 118 393772.463920 keV - 119 359086.500521 keV - 120 285374.704082 keV - 121 363410.097653 keV - 122 384503.793156 keV - 123 383392.714605 keV - 124 302752.909748 keV + 0 5.994340 keV + 1 442.644652 keV + 2 4108.357036 keV + 3 459.293296 keV + 4 439.224745 keV + 5 60.112620 keV + 6 1770.995029 keV + 7 2271.617163 keV + 8 1746.451690 keV + 9 308.873010 keV + 10 673.344715 keV + 11 847.057524 keV + 12 631.655778 keV + 13 2627.122941 keV + 14 805.233892 keV + 15 170.809190 keV + 16 2134.630709 keV + 17 860.720114 keV + 18 274.700743 keV + 19 39.571711 keV + 20 5262.006065 keV + 21 549.398145 keV + 22 1028.405935 keV + 23 1221.108829 keV + 24 172.396910 keV + 25 3369.623481 keV + 26 2091.045201 keV + 27 807.785401 keV + 28 1172.319705 keV + 29 3526.023408 keV + 30 1000.165698 keV + 31 8489.035813 keV + 32 1821.234774 keV + 33 9851.727496 keV + 34 5564.866839 keV + 35 697.119398 keV + 36 6619.448938 keV + 37 3738.649419 keV + 38 8569.326565 keV + 39 535.502575 keV + 40 2322.051981 keV + 41 5474.256219 keV + 42 3414.156675 keV + 43 3641.474982 keV + 44 4477.793169 keV + 45 1159.694541 keV + 46 2565.726126 keV + 47 5252.709041 keV + 48 5849.698162 keV + 49 3049.069378 keV + 50 7406.804260 keV + 51 4880.740565 keV + 52 6344.344057 keV + 53 10239.792080 keV + 54 4317.002634 keV + 55 6273.039880 keV + 56 11374.077688 keV + 57 29356.709357 keV + 58 21904.782644 keV + 59 6822.444413 keV + 60 6001.669788 keV + 61 20613.751155 keV + 62 19096.574368 keV + 63 17725.211872 keV + 64 6232.592849 keV + 65 11237.222892 keV + 66 29156.131796 keV + 67 14259.337960 keV + 68 28706.616587 keV + 69 8380.590380 keV + 70 7418.085333 keV + 71 11608.029312 keV + 72 2115.265847 keV + 73 6125.464114 keV + 74 3665.325408 keV + 75 22807.244249 keV + 76 28298.754242 keV + 77 45614.675784 keV + 78 29477.044940 keV + 79 17544.624242 keV + 80 28794.194855 keV + 81 361067.989371 keV + 82 348503.741655 keV + 83 357245.155040 keV + 84 25810.705885 keV + 85 32984.858499 keV + 86 336748.640318 keV + 87 302347.085578 keV + 88 361804.376952 keV + 89 26516.659908 keV + 90 39499.215379 keV + 91 444625.101104 keV + 92 365094.711061 keV + 93 335340.495293 keV + 94 35029.625009 keV + 95 35324.228021 keV + 96 37446.892926 keV + 97 39533.328693 keV + 98 22581.503212 keV + 99 20876.432556 keV + 100 300408.380165 keV + 101 370210.823274 keV + 102 365106.486560 keV + 103 320164.595753 keV + 104 310560.910720 keV + 105 348851.364590 keV + 106 412610.198360 keV + 107 401697.696875 keV + 108 377903.744808 keV + 109 334774.924624 keV + 110 344074.244636 keV + 111 368946.937967 keV + 112 412463.876002 keV + 113 409668.160423 keV + 114 352142.143588 keV + 115 358372.066438 keV + 116 432649.220375 keV + 117 372497.936989 keV + 118 402029.464077 keV + 119 353622.912560 keV + 120 318485.931848 keV + 121 366428.972447 keV + 122 404202.938356 keV + 123 343791.718714 keV + 124 299254.854077 keV ============================================================ closed file mfd_tg_EnergyDeposit.out for output ============================================================ opened file mfd_tl_NumberOfSteps.out for output ============================================================ - 0 55.000000 steps - 1 51.000000 steps - 2 60.000000 steps - 3 33.000000 steps - 4 3.000000 steps - 5 22.000000 steps - 6 4.000000 steps - 7 56.000000 steps - 8 44.000000 steps - 9 38.000000 steps - 10 160.000000 steps - 11 111.000000 steps - 12 50.000000 steps - 13 20.000000 steps - 14 70.000000 steps - 15 18.000000 steps - 16 42.000000 steps - 17 60.000000 steps - 18 12.000000 steps - 19 62.000000 steps - 20 89.000000 steps - 21 51.000000 steps - 22 21.000000 steps - 23 41.000000 steps - 24 88.000000 steps - 25 123.000000 steps - 26 81.000000 steps - 27 141.000000 steps - 28 153.000000 steps - 29 132.000000 steps - 30 107.000000 steps - 31 357.000000 steps - 32 266.000000 steps - 33 294.000000 steps - 34 223.000000 steps - 35 173.000000 steps - 36 278.000000 steps - 37 383.000000 steps - 38 200.000000 steps - 39 168.000000 steps - 40 263.000000 steps - 41 155.000000 steps - 42 288.000000 steps - 43 205.000000 steps - 44 153.000000 steps - 45 177.000000 steps - 46 184.000000 steps - 47 112.000000 steps - 48 112.000000 steps - 49 175.000000 steps - 50 254.000000 steps - 51 283.000000 steps - 52 518.000000 steps - 53 610.000000 steps - 54 323.000000 steps - 55 462.000000 steps - 56 801.000000 steps - 57 1103.000000 steps - 58 1158.000000 steps - 59 437.000000 steps - 60 923.000000 steps - 61 1194.000000 steps - 62 1203.000000 steps - 63 949.000000 steps - 64 591.000000 steps - 65 690.000000 steps - 66 921.000000 steps - 67 1019.000000 steps - 68 682.000000 steps - 69 586.000000 steps - 70 222.000000 steps - 71 602.000000 steps - 72 622.000000 steps - 73 433.000000 steps - 74 286.000000 steps - 75 2655.000000 steps - 76 3060.000000 steps - 77 3753.000000 steps - 78 4531.000000 steps - 79 2716.000000 steps - 80 3817.000000 steps - 81 3989.000000 steps - 82 3936.000000 steps - 83 3728.000000 steps - 84 4072.000000 steps - 85 4692.000000 steps - 86 4402.000000 steps - 87 4477.000000 steps - 88 3822.000000 steps - 89 3227.000000 steps - 90 4663.000000 steps - 91 3950.000000 steps - 92 4155.000000 steps - 93 4551.000000 steps - 94 4329.000000 steps - 95 2948.000000 steps - 96 3757.000000 steps - 97 4754.000000 steps - 98 4163.000000 steps - 99 2844.000000 steps - 100 13997.000000 steps - 101 17086.000000 steps - 102 18468.000000 steps - 103 18981.000000 steps - 104 13613.000000 steps - 105 18950.000000 steps - 106 23426.000000 steps - 107 22470.000000 steps - 108 24487.000000 steps - 109 17883.000000 steps - 110 18063.000000 steps - 111 22146.000000 steps - 112 22879.000000 steps - 113 22440.000000 steps - 114 18826.000000 steps - 115 18855.000000 steps - 116 23237.000000 steps - 117 23547.000000 steps - 118 23816.000000 steps - 119 17848.000000 steps - 120 14109.000000 steps - 121 18215.000000 steps - 122 19728.000000 steps - 123 19005.000000 steps - 124 13676.000000 steps - 0 55 [sigma: 10.8817 | error: 0.5596 | coeff: 0.5596 | eff: 1 | fom: 0.118272 | r2int: 0.274008 | r2eff: 0 | hits: 8 ] steps - 1 51 [sigma: 8.66025 | error: 0.294118 | coeff: 0.294118 | eff: 1 | fom: 0.428148 | r2int: 0.0576701 | r2eff: 0 | hits: 3 ] steps - 2 60 [sigma: 8.48528 | error: 0.447214 | coeff: 0.447214 | eff: 1 | fom: 0.185185 | r2int: 0.18 | r2eff: 0 | hits: 10 ] steps - 3 33 [sigma: 3.50714 | error: 0.237642 | coeff: 0.237642 | eff: 1 | fom: 0.655827 | r2int: 0.0451791 | r2eff: 0 | hits: 5 ] steps - 4 3 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 3 ] steps - 5 22 [sigma: 2.69979 | error: 0.388068 | coeff: 0.388068 | eff: 1 | fom: 0.245935 | r2int: 0.135537 | r2eff: 0 | hits: 10 ] steps - 6 4 [sigma: 0 | error: 0 | coeff: 0 | eff: 1 | fom: 1 | r2int: 0 | r2eff: 0 | hits: 4 ] steps - 7 56 [sigma: 6.07728 | error: 0.343179 | coeff: 0.343179 | eff: 1 | fom: 0.314481 | r2int: 0.105995 | r2eff: 0 | hits: 10 ] steps - 8 44 [sigma: 11.0393 | error: 0.614562 | coeff: 0.614562 | eff: 1 | fom: 0.0980631 | r2int: 0.314738 | r2eff: 0 | hits: 6 ] steps - 9 38 [sigma: 7.20725 | error: 0.568993 | coeff: 0.568993 | eff: 1 | fom: 0.114399 | r2int: 0.287781 | r2eff: 0 | hits: 9 ] steps - 10 160 [sigma: 9.36207 | error: 0.218935 | coeff: 0.218935 | eff: 1 | fom: 0.772688 | r2int: 0.0445089 | r2eff: 0 | hits: 14 ] steps - 11 111 [sigma: 10.8397 | error: 0.292966 | coeff: 0.292966 | eff: 1 | fom: 0.431521 | r2int: 0.0762925 | r2eff: 0 | hits: 9 ] steps - 12 50 [sigma: 5.29837 | error: 0.351454 | coeff: 0.351454 | eff: 1 | fom: 0.299846 | r2int: 0.112291 | r2eff: 0 | hits: 11 ] steps - 13 20 [sigma: 2.82843 | error: 0.4 | coeff: 0.4 | eff: 1 | fom: 0.231481 | r2int: 0.14 | r2eff: 0 | hits: 8 ] steps - 14 70 [sigma: 19.6638 | error: 0.688091 | coeff: 0.688091 | eff: 1 | fom: 0.0782248 | r2int: 0.394558 | r2eff: 0 | hits: 6 ] steps - 15 18 [sigma: 2.0702 | error: 0.30429 | coeff: 0.30429 | eff: 1 | fom: 0.4 | r2int: 0.0793651 | r2eff: 0 | hits: 7 ] steps - 16 42 [sigma: 6.84105 | error: 0.398978 | coeff: 0.398978 | eff: 1 | fom: 0.232669 | r2int: 0.132653 | r2eff: 0 | hits: 6 ] steps - 17 60 [sigma: 5.47723 | error: 0.288675 | coeff: 0.288675 | eff: 1 | fom: 0.444444 | r2int: 0.075 | r2eff: 0 | hits: 10 ] steps - 18 12 [sigma: 4 | error: 0.666667 | coeff: 0.666667 | eff: 1 | fom: 0.0833333 | r2int: 0.333333 | r2eff: 0 | hits: 4 ] steps - 19 62 [sigma: 9.17683 | error: 0.418645 | coeff: 0.418645 | eff: 1 | fom: 0.211322 | r2int: 0.153356 | r2eff: 0 | hits: 8 ] steps - 20 89 [sigma: 13.0601 | error: 0.359445 | coeff: 0.359445 | eff: 1 | fom: 0.286662 | r2int: 0.107667 | r2eff: 0 | hits: 6 ] steps - 21 51 [sigma: 7.72364 | error: 0.502282 | coeff: 0.502282 | eff: 1 | fom: 0.146805 | r2int: 0.229352 | r2eff: 0 | hits: 11 ] steps - 22 21 [sigma: 3.49285 | error: 0.371917 | coeff: 0.371917 | eff: 1 | fom: 0.26776 | r2int: 0.110658 | r2eff: 0 | hits: 5 ] steps - 23 41 [sigma: 6.49175 | error: 0.418916 | coeff: 0.418916 | eff: 1 | fom: 0.211048 | r2int: 0.150421 | r2eff: 0 | hits: 7 ] steps - 24 88 [sigma: 17.5005 | error: 0.487128 | coeff: 0.487128 | eff: 1 | fom: 0.156081 | r2int: 0.197744 | r2eff: 0 | hits: 6 ] steps - 25 123 [sigma: 8.94069 | error: 0.262082 | coeff: 0.262082 | eff: 1 | fom: 0.539214 | r2int: 0.0634034 | r2eff: 0 | hits: 13 ] steps - 26 81 [sigma: 4.91063 | error: 0.2348 | coeff: 0.2348 | eff: 1 | fom: 0.671801 | r2int: 0.0514556 | r2eff: 0 | hits: 15 ] steps - 27 141 [sigma: 12.0153 | error: 0.371444 | coeff: 0.371444 | eff: 1 | fom: 0.268441 | r2int: 0.130709 | r2eff: 0 | hits: 19 ] steps - 28 153 [sigma: 8.94592 | error: 0.248067 | coeff: 0.248067 | eff: 1 | fom: 0.601862 | r2int: 0.0581187 | r2eff: 0 | hits: 18 ] steps - 29 132 [sigma: 12.0605 | error: 0.316505 | coeff: 0.316505 | eff: 1 | fom: 0.369722 | r2int: 0.0918274 | r2eff: 0 | hits: 12 ] steps - 30 107 [sigma: 6.9351 | error: 0.267235 | coeff: 0.267235 | eff: 1 | fom: 0.51862 | r2int: 0.0672137 | r2eff: 0 | hits: 17 ] steps - 31 357 [sigma: 11.3046 | error: 0.170524 | coeff: 0.170524 | eff: 1 | fom: 1.2737 | r2int: 0.0280756 | r2eff: 0 | hits: 29 ] steps - 32 266 [sigma: 10.0856 | error: 0.204183 | coeff: 0.204183 | eff: 1 | fom: 0.888379 | r2int: 0.040253 | r2eff: 0 | hits: 29 ] steps - 33 294 [sigma: 11.9584 | error: 0.190783 | coeff: 0.190783 | eff: 1 | fom: 1.01756 | r2int: 0.0347435 | r2eff: 0 | hits: 22 ] steps - 34 223 [sigma: 12.6579 | error: 0.27222 | coeff: 0.27222 | eff: 1 | fom: 0.499802 | r2int: 0.0708816 | r2eff: 0 | hits: 23 ] steps - 35 173 [sigma: 9.61735 | error: 0.277958 | coeff: 0.277958 | eff: 1 | fom: 0.479378 | r2int: 0.0741702 | r2eff: 0 | hits: 25 ] steps - 36 278 [sigma: 9.81882 | error: 0.193453 | coeff: 0.193453 | eff: 1 | fom: 0.98966 | r2int: 0.0361765 | r2eff: 0 | hits: 30 ] steps - 37 383 [sigma: 12.5736 | error: 0.18571 | coeff: 0.18571 | eff: 1 | fom: 1.0739 | r2int: 0.0334106 | r2eff: 0 | hits: 32 ] steps - 38 200 [sigma: 12.9929 | error: 0.267856 | coeff: 0.267856 | eff: 1 | fom: 0.516218 | r2int: 0.0675265 | r2eff: 0 | hits: 17 ] steps - 39 168 [sigma: 12.061 | error: 0.287166 | coeff: 0.287166 | eff: 1 | fom: 0.449129 | r2int: 0.0773101 | r2eff: 0 | hits: 16 ] steps - 40 263 [sigma: 10.3614 | error: 0.208469 | coeff: 0.208469 | eff: 1 | fom: 0.852223 | r2int: 0.0419072 | r2eff: 0 | hits: 28 ] steps - 41 155 [sigma: 8.32175 | error: 0.234024 | coeff: 0.234024 | eff: 1 | fom: 0.676265 | r2int: 0.0518846 | r2eff: 0 | hits: 19 ] steps - 42 288 [sigma: 12.3832 | error: 0.214986 | coeff: 0.214986 | eff: 1 | fom: 0.801339 | r2int: 0.0443702 | r2eff: 0 | hits: 25 ] steps - 43 205 [sigma: 8.686 | error: 0.203203 | coeff: 0.203203 | eff: 1 | fom: 0.896966 | r2int: 0.0394962 | r2eff: 0 | hits: 23 ] steps - 44 153 [sigma: 10.4105 | error: 0.254592 | coeff: 0.254592 | eff: 1 | fom: 0.571407 | r2int: 0.0601875 | r2eff: 0 | hits: 14 ] steps - 45 177 [sigma: 12.6419 | error: 0.319415 | coeff: 0.319415 | eff: 1 | fom: 0.363016 | r2int: 0.0969246 | r2eff: 0 | hits: 20 ] steps - 46 184 [sigma: 10.6953 | error: 0.266371 | coeff: 0.266371 | eff: 1 | fom: 0.521991 | r2int: 0.0675747 | r2eff: 0 | hits: 21 ] steps - 47 112 [sigma: 9.68929 | error: 0.356696 | coeff: 0.356696 | eff: 1 | fom: 0.291098 | r2int: 0.119748 | r2eff: 0 | hits: 17 ] steps - 48 112 [sigma: 8.47545 | error: 0.34678 | coeff: 0.34678 | eff: 1 | fom: 0.307983 | r2int: 0.11453 | r2eff: 0 | hits: 21 ] steps - 49 175 [sigma: 14.9555 | error: 0.330985 | coeff: 0.330985 | eff: 1 | fom: 0.33808 | r2int: 0.102248 | r2eff: 0 | hits: 15 ] steps - 50 254 [sigma: 18.5564 | error: 0.357904 | coeff: 0.357904 | eff: 1 | fom: 0.289137 | r2int: 0.122758 | r2eff: 0 | hits: 24 ] steps - 51 283 [sigma: 10.7885 | error: 0.249982 | coeff: 0.249982 | eff: 1 | fom: 0.592676 | r2int: 0.0610379 | r2eff: 0 | hits: 43 ] steps - 52 518 [sigma: 10.39 | error: 0.148753 | coeff: 0.148753 | eff: 1 | fom: 1.6738 | r2int: 0.0217252 | r2eff: 0 | hits: 55 ] steps - 53 610 [sigma: 12.7841 | error: 0.163684 | coeff: 0.163684 | eff: 1 | fom: 1.38237 | r2int: 0.0263531 | r2eff: 0 | hits: 61 ] steps - 54 323 [sigma: 10.3916 | error: 0.184814 | coeff: 0.184814 | eff: 1 | fom: 1.08434 | r2int: 0.0331213 | r2eff: 0 | hits: 33 ] steps - 55 462 [sigma: 9.88001 | error: 0.151217 | coeff: 0.151217 | eff: 1 | fom: 1.6197 | r2int: 0.0224093 | r2eff: 0 | hits: 50 ] steps - 56 801 [sigma: 11.8039 | error: 0.117892 | coeff: 0.117892 | eff: 1 | fom: 2.66481 | r2int: 0.0136814 | r2eff: 0 | hits: 64 ] steps - 57 1103 [sigma: 11.4943 | error: 0.0960762 | coeff: 0.0960762 | eff: 1 | fom: 4.0124 | r2int: 0.00912204 | r2eff: 0 | hits: 85 ] steps - 58 1158 [sigma: 14.2939 | error: 0.112455 | coeff: 0.112455 | eff: 1 | fom: 2.9287 | r2int: 0.0124939 | r2eff: 0 | hits: 83 ] steps - 59 437 [sigma: 9.40531 | error: 0.159615 | coeff: 0.159615 | eff: 1 | fom: 1.45375 | r2int: 0.0250137 | r2eff: 0 | hits: 55 ] steps - 60 923 [sigma: 23.1486 | error: 0.208328 | coeff: 0.208328 | eff: 1 | fom: 0.85338 | r2int: 0.0427714 | r2eff: 0 | hits: 69 ] steps - 61 1194 [sigma: 14.012 | error: 0.110711 | coeff: 0.110711 | eff: 1 | fom: 3.02172 | r2int: 0.0121192 | r2eff: 0 | hits: 89 ] steps - 62 1203 [sigma: 11.8556 | error: 0.0970608 | coeff: 0.0970608 | eff: 1 | fom: 3.93141 | r2int: 0.00932368 | r2eff: 0 | hits: 97 ] steps - 63 949 [sigma: 11.0484 | error: 0.100824 | coeff: 0.100824 | eff: 1 | fom: 3.64341 | r2int: 0.01003 | r2eff: 0 | hits: 75 ] steps - 64 591 [sigma: 10.7094 | error: 0.143829 | coeff: 0.143829 | eff: 1 | fom: 1.79036 | r2int: 0.0203586 | r2eff: 0 | hits: 63 ] steps - 65 690 [sigma: 14.8104 | error: 0.180862 | coeff: 0.180862 | eff: 1 | fom: 1.13225 | r2int: 0.0322503 | r2eff: 0 | hits: 71 ] steps - 66 921 [sigma: 9.9314 | error: 0.0964486 | coeff: 0.0964486 | eff: 1 | fom: 3.98148 | r2int: 0.00918605 | r2eff: 0 | hits: 80 ] steps - 67 1019 [sigma: 11.2623 | error: 0.10601 | coeff: 0.10601 | eff: 1 | fom: 3.29564 | r2int: 0.011116 | r2eff: 0 | hits: 92 ] steps - 68 682 [sigma: 10.1752 | error: 0.127473 | coeff: 0.127473 | eff: 1 | fom: 2.27929 | r2int: 0.0160268 | r2eff: 0 | hits: 73 ] steps - 69 586 [sigma: 11.8835 | error: 0.15444 | coeff: 0.15444 | eff: 1 | fom: 1.5528 | r2int: 0.0234405 | r2eff: 0 | hits: 58 ] steps - 70 222 [sigma: 6.45279 | error: 0.183833 | coeff: 0.183833 | eff: 1 | fom: 1.09594 | r2int: 0.0329498 | r2eff: 0 | hits: 40 ] steps - 71 602 [sigma: 13.1383 | error: 0.170455 | coeff: 0.170455 | eff: 1 | fom: 1.27473 | r2int: 0.0285785 | r2eff: 0 | hits: 61 ] steps - 72 622 [sigma: 17.9126 | error: 0.215507 | coeff: 0.215507 | eff: 1 | fom: 0.797466 | r2int: 0.0456141 | r2eff: 0 | hits: 56 ] steps - 73 433 [sigma: 8.82448 | error: 0.146961 | coeff: 0.146961 | eff: 1 | fom: 1.71487 | r2int: 0.0211823 | r2eff: 0 | hits: 52 ] steps - 74 286 [sigma: 12.6083 | error: 0.264509 | coeff: 0.264509 | eff: 1 | fom: 0.529365 | r2int: 0.0680215 | r2eff: 0 | hits: 36 ] steps - 75 2655 [sigma: 24.3983 | error: 0.10558 | coeff: 0.10558 | eff: 1 | fom: 3.32256 | r2int: 0.0110627 | r2eff: 0 | hits: 132 ] steps - 76 3060 [sigma: 22.6005 | error: 0.0996397 | coeff: 0.0996397 | eff: 1 | fom: 3.73054 | r2int: 0.00987352 | r2eff: 0 | hits: 182 ] steps - 77 3753 [sigma: 25.843 | error: 0.096894 | coeff: 0.096894 | eff: 1 | fom: 3.94496 | r2int: 0.00934104 | r2eff: 0 | hits: 198 ] steps - 78 4531 [sigma: 30.6261 | error: 0.102286 | coeff: 0.102286 | eff: 1 | fom: 3.54002 | r2int: 0.0104167 | r2eff: 0 | hits: 229 ] steps - 79 2716 [sigma: 21.7783 | error: 0.0938542 | coeff: 0.0938542 | eff: 1 | fom: 4.20464 | r2int: 0.00874431 | r2eff: 0 | hits: 137 ] steps - 80 3817 [sigma: 20.9216 | error: 0.0792403 | coeff: 0.0792403 | eff: 1 | fom: 5.89853 | r2int: 0.00624899 | r2eff: 0 | hits: 209 ] steps - 81 3989 [sigma: 12.3244 | error: 0.0524321 | coeff: 0.0524321 | eff: 1 | fom: 13.4723 | r2int: 0.00273958 | r2eff: 0 | hits: 288 ] steps - 82 3936 [sigma: 13.0455 | error: 0.0589182 | coeff: 0.0589182 | eff: 1 | fom: 10.6693 | r2int: 0.00346037 | r2eff: 0 | hits: 316 ] steps - 83 3728 [sigma: 11.9304 | error: 0.0572472 | coeff: 0.0572472 | eff: 1 | fom: 11.3013 | r2int: 0.00326701 | r2eff: 0 | hits: 320 ] steps - 84 4072 [sigma: 26.8102 | error: 0.0917051 | coeff: 0.0917051 | eff: 1 | fom: 4.40402 | r2int: 0.00836647 | r2eff: 0 | hits: 194 ] steps - 85 4692 [sigma: 21.0785 | error: 0.0717385 | coeff: 0.0717385 | eff: 1 | fom: 7.19668 | r2int: 0.00512623 | r2eff: 0 | hits: 255 ] steps - 86 4402 [sigma: 13.4877 | error: 0.0548959 | coeff: 0.0548959 | eff: 1 | fom: 12.2901 | r2int: 0.00300417 | r2eff: 0 | hits: 321 ] steps - 87 4477 [sigma: 12.8589 | error: 0.0524128 | coeff: 0.0524128 | eff: 1 | fom: 13.4822 | r2int: 0.00273885 | r2eff: 0 | hits: 333 ] steps - 88 3822 [sigma: 12.148 | error: 0.055691 | coeff: 0.055691 | eff: 1 | fom: 11.9417 | r2int: 0.00309138 | r2eff: 0 | hits: 307 ] steps - 89 3227 [sigma: 23.4831 | error: 0.100834 | coeff: 0.100834 | eff: 1 | fom: 3.6427 | r2int: 0.0101145 | r2eff: 0 | hits: 192 ] steps - 90 4663 [sigma: 30.4037 | error: 0.0926695 | coeff: 0.0926695 | eff: 1 | fom: 4.31283 | r2int: 0.00854513 | r2eff: 0 | hits: 202 ] steps - 91 3950 [sigma: 12.5934 | error: 0.0573878 | coeff: 0.0573878 | eff: 1 | fom: 11.246 | r2int: 0.0032832 | r2eff: 0 | hits: 324 ] steps - 92 4155 [sigma: 13.0521 | error: 0.0575811 | coeff: 0.0575811 | eff: 1 | fom: 11.1706 | r2int: 0.00330572 | r2eff: 0 | hits: 336 ] steps - 93 4551 [sigma: 12.1931 | error: 0.0511865 | coeff: 0.0511865 | eff: 1 | fom: 14.136 | r2int: 0.00261288 | r2eff: 0 | hits: 365 ] steps - 94 4329 [sigma: 23.9447 | error: 0.0849725 | coeff: 0.0849725 | eff: 1 | fom: 5.12956 | r2int: 0.00718973 | r2eff: 0 | hits: 236 ] steps - 95 2948 [sigma: 27.7628 | error: 0.110631 | coeff: 0.110631 | eff: 1 | fom: 3.02612 | r2int: 0.0121504 | r2eff: 0 | hits: 138 ] steps - 96 3757 [sigma: 28.3705 | error: 0.108645 | coeff: 0.108645 | eff: 1 | fom: 3.13772 | r2int: 0.0117468 | r2eff: 0 | hits: 207 ] steps - 97 4754 [sigma: 25.8235 | error: 0.0875876 | coeff: 0.0875876 | eff: 1 | fom: 4.82782 | r2int: 0.00764208 | r2eff: 0 | hits: 260 ] steps - 98 4163 [sigma: 27.2083 | error: 0.100616 | coeff: 0.100616 | eff: 1 | fom: 3.65847 | r2int: 0.0100809 | r2eff: 0 | hits: 237 ] steps - 99 2844 [sigma: 22.5376 | error: 0.0986606 | coeff: 0.0986606 | eff: 1 | fom: 3.80495 | r2int: 0.00967111 | r2eff: 0 | hits: 155 ] steps - 100 13997 [sigma: 27.0579 | error: 0.0477837 | coeff: 0.0477837 | eff: 1 | fom: 16.221 | r2int: 0.00227954 | r2eff: 0 | hits: 611 ] steps - 101 17086 [sigma: 26.4188 | error: 0.0424861 | coeff: 0.0424861 | eff: 1 | fom: 20.5184 | r2int: 0.00180268 | r2eff: 0 | hits: 755 ] steps - 102 18468 [sigma: 27.0967 | error: 0.0411869 | coeff: 0.0411869 | eff: 1 | fom: 21.8332 | r2int: 0.00169421 | r2eff: 0 | hits: 788 ] steps - 103 18981 [sigma: 26.8279 | error: 0.0402512 | coeff: 0.0402512 | eff: 1 | fom: 22.8602 | r2int: 0.00161816 | r2eff: 0 | hits: 811 ] steps - 104 13613 [sigma: 28.3923 | error: 0.0519748 | coeff: 0.0519748 | eff: 1 | fom: 13.7104 | r2int: 0.00269703 | r2eff: 0 | hits: 621 ] steps - 105 18950 [sigma: 29.9208 | error: 0.0440124 | coeff: 0.0440124 | eff: 1 | fom: 19.1199 | r2int: 0.0019346 | r2eff: 0 | hits: 777 ] steps - 106 23426 [sigma: 28.2457 | error: 0.0375526 | coeff: 0.0375526 | eff: 1 | fom: 26.2637 | r2int: 0.00140875 | r2eff: 0 | hits: 970 ] steps - 107 22470 [sigma: 25.3877 | error: 0.0355679 | coeff: 0.0355679 | eff: 1 | fom: 29.2766 | r2int: 0.0012638 | r2eff: 0 | hits: 991 ] steps - 108 24487 [sigma: 30.7851 | error: 0.0384629 | coeff: 0.0384629 | eff: 1 | fom: 25.0352 | r2int: 0.00147782 | r2eff: 0 | hits: 936 ] steps - 109 17883 [sigma: 28.2503 | error: 0.0427404 | coeff: 0.0427404 | eff: 1 | fom: 20.2749 | r2int: 0.00182425 | r2eff: 0 | hits: 732 ] steps - 110 18063 [sigma: 26.6692 | error: 0.0416297 | coeff: 0.0416297 | eff: 1 | fom: 21.3713 | r2int: 0.00173085 | r2eff: 0 | hits: 795 ] steps - 111 22146 [sigma: 26.0832 | error: 0.036206 | coeff: 0.036206 | eff: 1 | fom: 28.2537 | r2int: 0.00130949 | r2eff: 0 | hits: 945 ] steps - 112 22879 [sigma: 25.9986 | error: 0.0349694 | coeff: 0.0349694 | eff: 1 | fom: 30.2872 | r2int: 0.00122157 | r2eff: 0 | hits: 947 ] steps - 113 22440 [sigma: 26.8139 | error: 0.0368492 | coeff: 0.0368492 | eff: 1 | fom: 27.276 | r2int: 0.00135643 | r2eff: 0 | hits: 951 ] steps - 114 18826 [sigma: 28.063 | error: 0.0420564 | coeff: 0.0420564 | eff: 1 | fom: 20.1919 | r2int: 0.00176652 | r2eff: 0 | hits: 796 ] steps - 115 18855 [sigma: 28.0932 | error: 0.0421687 | coeff: 0.0421687 | eff: 1 | fom: 20.0845 | r2int: 0.00177598 | r2eff: 0 | hits: 801 ] steps - 116 23237 [sigma: 26.8413 | error: 0.0366372 | coeff: 0.0366372 | eff: 1 | fom: 26.6071 | r2int: 0.00134095 | r2eff: 0 | hits: 1006 ] steps - 117 23547 [sigma: 26.0885 | error: 0.0354018 | coeff: 0.0354018 | eff: 1 | fom: 28.4964 | r2int: 0.00125206 | r2eff: 0 | hits: 1021 ] steps - 118 23816 [sigma: 29.7534 | error: 0.0387888 | coeff: 0.0387888 | eff: 1 | fom: 23.7372 | r2int: 0.00150301 | r2eff: 0 | hits: 964 ] steps - 119 17848 [sigma: 24.9493 | error: 0.0392901 | coeff: 0.0392901 | eff: 1 | fom: 23.1353 | r2int: 0.00154176 | r2eff: 0 | hits: 790 ] steps - 120 14109 [sigma: 29.8744 | error: 0.0521671 | coeff: 0.0521671 | eff: 1 | fom: 13.1235 | r2int: 0.00271693 | r2eff: 0 | hits: 607 ] steps - 121 18215 [sigma: 28.6109 | error: 0.0435011 | coeff: 0.0435011 | eff: 1 | fom: 18.873 | r2int: 0.00188988 | r2eff: 0 | hits: 767 ] steps - 122 19728 [sigma: 27.7207 | error: 0.0403598 | coeff: 0.0403598 | eff: 1 | fom: 21.9253 | r2int: 0.00162694 | r2eff: 0 | hits: 825 ] steps - 123 19005 [sigma: 26.6895 | error: 0.0404831 | coeff: 0.0404831 | eff: 1 | fom: 21.7919 | r2int: 0.00163691 | r2eff: 0 | hits: 831 ] steps - 124 13676 [sigma: 27.9097 | error: 0.0508151 | coeff: 0.0508151 | eff: 1 | fom: 13.8311 | r2int: 0.002578 | r2eff: 0 | hits: 620 ] steps + 0 12.000000 steps + 1 57.000000 steps + 2 95.000000 steps + 3 63.000000 steps + 4 53.000000 steps + 5 30.000000 steps + 6 119.000000 steps + 7 91.000000 steps + 8 99.000000 steps + 9 52.000000 steps + 10 63.000000 steps + 11 76.000000 steps + 12 71.000000 steps + 13 136.000000 steps + 14 54.000000 steps + 15 36.000000 steps + 16 94.000000 steps + 17 131.000000 steps + 18 49.000000 steps + 19 12.000000 steps + 20 108.000000 steps + 21 67.000000 steps + 22 157.000000 steps + 23 53.000000 steps + 24 21.000000 steps + 25 118.000000 steps + 26 180.000000 steps + 27 146.000000 steps + 28 158.000000 steps + 29 159.000000 steps + 30 95.000000 steps + 31 329.000000 steps + 32 324.000000 steps + 33 218.000000 steps + 34 250.000000 steps + 35 148.000000 steps + 36 240.000000 steps + 37 293.000000 steps + 38 458.000000 steps + 39 115.000000 steps + 40 191.000000 steps + 41 395.000000 steps + 42 366.000000 steps + 43 329.000000 steps + 44 171.000000 steps + 45 154.000000 steps + 46 337.000000 steps + 47 360.000000 steps + 48 358.000000 steps + 49 164.000000 steps + 50 392.000000 steps + 51 540.000000 steps + 52 627.000000 steps + 53 797.000000 steps + 54 393.000000 steps + 55 517.000000 steps + 56 1002.000000 steps + 57 1057.000000 steps + 58 992.000000 steps + 59 722.000000 steps + 60 540.000000 steps + 61 1098.000000 steps + 62 1220.000000 steps + 63 1059.000000 steps + 64 509.000000 steps + 65 783.000000 steps + 66 1137.000000 steps + 67 1077.000000 steps + 68 1032.000000 steps + 69 524.000000 steps + 70 584.000000 steps + 71 698.000000 steps + 72 603.000000 steps + 73 533.000000 steps + 74 478.000000 steps + 75 2741.000000 steps + 76 3754.000000 steps + 77 4818.000000 steps + 78 3844.000000 steps + 79 2620.000000 steps + 80 3734.000000 steps + 81 3931.000000 steps + 82 4408.000000 steps + 83 3990.000000 steps + 84 3578.000000 steps + 85 3587.000000 steps + 86 4420.000000 steps + 87 4727.000000 steps + 88 4564.000000 steps + 89 3588.000000 steps + 90 4897.000000 steps + 91 4371.000000 steps + 92 4521.000000 steps + 93 4055.000000 steps + 94 4139.000000 steps + 95 3239.000000 steps + 96 4805.000000 steps + 97 4450.000000 steps + 98 3499.000000 steps + 99 3584.000000 steps + 100 13967.000000 steps + 101 19242.000000 steps + 102 20658.000000 steps + 103 17355.000000 steps + 104 14177.000000 steps + 105 16506.000000 steps + 106 24546.000000 steps + 107 22759.000000 steps + 108 22056.000000 steps + 109 17373.000000 steps + 110 16297.000000 steps + 111 23446.000000 steps + 112 24948.000000 steps + 113 23705.000000 steps + 114 17319.000000 steps + 115 18628.000000 steps + 116 26133.000000 steps + 117 22343.000000 steps + 118 22065.000000 steps + 119 17592.000000 steps + 120 13423.000000 steps + 121 19357.000000 steps + 122 19860.000000 steps + 123 17194.000000 steps + 124 13502.000000 steps + 0 12 [sigma: 2.60768 | error: 0.485913 | coeff: 0.485913 | eff: 1 | fom: 0.0159822 | r2int: 0.188889 | r2eff: 0 | hits: 5 ] steps + 1 57 [sigma: 10.1395 | error: 0.470642 | coeff: 0.470642 | eff: 1 | fom: 0.0170362 | r2int: 0.189861 | r2eff: 0 | hits: 7 ] steps + 2 95 [sigma: 16.0477 | error: 0.506769 | coeff: 0.506769 | eff: 1 | fom: 0.0146938 | r2int: 0.228279 | r2eff: 0 | hits: 9 ] steps + 3 63 [sigma: 8.12472 | error: 0.407819 | coeff: 0.407819 | eff: 1 | fom: 0.0226891 | r2int: 0.149685 | r2eff: 0 | hits: 10 ] steps + 4 53 [sigma: 7.76924 | error: 0.439768 | coeff: 0.439768 | eff: 1 | fom: 0.0195122 | r2int: 0.171908 | r2eff: 0 | hits: 9 ] steps + 5 30 [sigma: 9.79796 | error: 0.8 | coeff: 0.8 | eff: 1 | fom: 0.00589623 | r2int: 0.533333 | r2eff: 0 | hits: 6 ] steps + 6 119 [sigma: 17.3234 | error: 0.460348 | coeff: 0.460348 | eff: 1 | fom: 0.0178066 | r2int: 0.190728 | r2eff: 0 | hits: 10 ] steps + 7 91 [sigma: 13.7834 | error: 0.42841 | coeff: 0.42841 | eff: 1 | fom: 0.0205605 | r2int: 0.160594 | r2eff: 0 | hits: 8 ] steps + 8 99 [sigma: 12.6794 | error: 0.405007 | coeff: 0.405007 | eff: 1 | fom: 0.0230053 | r2int: 0.147628 | r2eff: 0 | hits: 10 ] steps + 9 52 [sigma: 4.54117 | error: 0.276162 | coeff: 0.276162 | eff: 1 | fom: 0.0494795 | r2int: 0.0686391 | r2eff: 0 | hits: 10 ] steps + 10 63 [sigma: 7.63217 | error: 0.363437 | coeff: 0.363437 | eff: 1 | fom: 0.0285691 | r2int: 0.11741 | r2eff: 0 | hits: 9 ] steps + 11 76 [sigma: 8.29324 | error: 0.327365 | coeff: 0.327365 | eff: 1 | fom: 0.035212 | r2int: 0.0952601 | r2eff: 0 | hits: 9 ] steps + 12 71 [sigma: 11.1629 | error: 0.471673 | coeff: 0.471673 | eff: 1 | fom: 0.0169618 | r2int: 0.197756 | r2eff: 0 | hits: 9 ] steps + 13 136 [sigma: 10.7441 | error: 0.284841 | coeff: 0.284841 | eff: 1 | fom: 0.0465101 | r2int: 0.0748935 | r2eff: 0 | hits: 13 ] steps + 14 54 [sigma: 6.52468 | error: 0.319679 | coeff: 0.319679 | eff: 1 | fom: 0.0369254 | r2int: 0.0875955 | r2eff: 0 | hits: 7 ] steps + 15 36 [sigma: 5.62139 | error: 0.382487 | coeff: 0.382487 | eff: 1 | fom: 0.0257941 | r2int: 0.121914 | r2eff: 0 | hits: 6 ] steps + 16 94 [sigma: 9.40825 | error: 0.346714 | coeff: 0.346714 | eff: 1 | fom: 0.0313914 | r2int: 0.110193 | r2eff: 0 | hits: 12 ] steps + 17 131 [sigma: 13.3856 | error: 0.353962 | coeff: 0.353962 | eff: 1 | fom: 0.030119 | r2int: 0.114849 | r2eff: 0 | hits: 12 ] steps + 18 49 [sigma: 6.4291 | error: 0.347139 | coeff: 0.347139 | eff: 1 | fom: 0.0313147 | r2int: 0.10329 | r2eff: 0 | hits: 7 ] steps + 19 12 [sigma: 3.1305 | error: 0.583333 | coeff: 0.583333 | eff: 1 | fom: 0.0110897 | r2int: 0.272222 | r2eff: 0 | hits: 5 ] steps + 20 108 [sigma: 20.3306 | error: 0.376493 | coeff: 0.376493 | eff: 1 | fom: 0.026622 | r2int: 0.10631 | r2eff: 0 | hits: 4 ] steps + 21 67 [sigma: 10.5009 | error: 0.443297 | coeff: 0.443297 | eff: 1 | fom: 0.0192028 | r2int: 0.171948 | r2eff: 0 | hits: 8 ] steps + 22 157 [sigma: 18.0484 | error: 0.414486 | coeff: 0.414486 | eff: 1 | fom: 0.0219652 | r2int: 0.158583 | r2eff: 0 | hits: 13 ] steps + 23 53 [sigma: 9.56889 | error: 0.5988 | coeff: 0.5988 | eff: 1 | fom: 0.0105242 | r2int: 0.325965 | r2eff: 0 | hits: 11 ] steps + 24 21 [sigma: 5.2915 | error: 0.666667 | coeff: 0.666667 | eff: 1 | fom: 0.00849057 | r2int: 0.380952 | r2eff: 0 | hits: 7 ] steps + 25 118 [sigma: 15.6834 | error: 0.460415 | coeff: 0.460415 | eff: 1 | fom: 0.0178014 | r2int: 0.194317 | r2eff: 0 | hits: 12 ] steps + 26 180 [sigma: 10.2859 | error: 0.228576 | coeff: 0.228576 | eff: 1 | fom: 0.072226 | r2int: 0.0489815 | r2eff: 0 | hits: 16 ] steps + 27 146 [sigma: 5.67824 | error: 0.18242 | coeff: 0.18242 | eff: 1 | fom: 0.113399 | r2int: 0.0317644 | r2eff: 0 | hits: 22 ] steps + 28 158 [sigma: 9.25633 | error: 0.274785 | coeff: 0.274785 | eff: 1 | fom: 0.0499767 | r2int: 0.0720747 | r2eff: 0 | hits: 22 ] steps + 29 159 [sigma: 11.7386 | error: 0.313224 | coeff: 0.313224 | eff: 1 | fom: 0.0384632 | r2int: 0.0926585 | r2eff: 0 | hits: 18 ] steps + 30 95 [sigma: 7.43388 | error: 0.313005 | coeff: 0.313005 | eff: 1 | fom: 0.0385169 | r2int: 0.091849 | r2eff: 0 | hits: 16 ] steps + 31 329 [sigma: 11.6229 | error: 0.190246 | coeff: 0.190246 | eff: 1 | fom: 0.104261 | r2int: 0.0349456 | r2eff: 0 | hits: 29 ] steps + 32 324 [sigma: 10.5336 | error: 0.159271 | coeff: 0.159271 | eff: 1 | fom: 0.148758 | r2int: 0.0243103 | r2eff: 0 | hits: 24 ] steps + 33 218 [sigma: 8.34245 | error: 0.166807 | coeff: 0.166807 | eff: 1 | fom: 0.135621 | r2int: 0.0263601 | r2eff: 0 | hits: 19 ] steps + 34 250 [sigma: 13.1209 | error: 0.234714 | coeff: 0.234714 | eff: 1 | fom: 0.0684979 | r2int: 0.052336 | r2eff: 0 | hits: 20 ] steps + 35 148 [sigma: 7.02044 | error: 0.206766 | coeff: 0.206766 | eff: 1 | fom: 0.0882664 | r2int: 0.0405021 | r2eff: 0 | hits: 19 ] steps + 36 240 [sigma: 12.3863 | error: 0.24207 | coeff: 0.24207 | eff: 1 | fom: 0.064398 | r2int: 0.0559343 | r2eff: 0 | hits: 22 ] steps + 37 293 [sigma: 6.22746 | error: 0.120232 | coeff: 0.120232 | eff: 1 | fom: 0.261046 | r2int: 0.0140039 | r2eff: 0 | hits: 32 ] steps + 38 458 [sigma: 17.8689 | error: 0.224124 | coeff: 0.224124 | eff: 1 | fom: 0.0751235 | r2int: 0.0487096 | r2eff: 0 | hits: 33 ] steps + 39 115 [sigma: 6.55381 | error: 0.22072 | coeff: 0.22072 | eff: 1 | fom: 0.0774589 | r2int: 0.0454694 | r2eff: 0 | hits: 15 ] steps + 40 191 [sigma: 10.282 | error: 0.23465 | coeff: 0.23465 | eff: 1 | fom: 0.0685351 | r2int: 0.0521627 | r2eff: 0 | hits: 19 ] steps + 41 395 [sigma: 14.148 | error: 0.179089 | coeff: 0.179089 | eff: 1 | fom: 0.117657 | r2int: 0.0307899 | r2eff: 0 | hits: 25 ] steps + 42 366 [sigma: 12.6203 | error: 0.198083 | coeff: 0.198083 | eff: 1 | fom: 0.0961747 | r2int: 0.0380478 | r2eff: 0 | hits: 33 ] steps + 43 329 [sigma: 16.4038 | error: 0.263831 | coeff: 0.263831 | eff: 1 | fom: 0.0542127 | r2int: 0.0671211 | r2eff: 0 | hits: 28 ] steps + 44 171 [sigma: 8.53982 | error: 0.228856 | coeff: 0.228856 | eff: 1 | fom: 0.0720492 | r2int: 0.049881 | r2eff: 0 | hits: 21 ] steps + 45 154 [sigma: 13.7761 | error: 0.346458 | coeff: 0.346458 | eff: 1 | fom: 0.0314378 | r2int: 0.112031 | r2eff: 0 | hits: 15 ] steps + 46 337 [sigma: 16.6886 | error: 0.247606 | coeff: 0.247606 | eff: 1 | fom: 0.0615507 | r2int: 0.0588562 | r2eff: 0 | hits: 25 ] steps + 47 360 [sigma: 13.1851 | error: 0.19031 | coeff: 0.19031 | eff: 1 | fom: 0.104191 | r2int: 0.0348765 | r2eff: 0 | hits: 27 ] steps + 48 358 [sigma: 20.3689 | error: 0.284482 | coeff: 0.284482 | eff: 1 | fom: 0.0466277 | r2int: 0.077693 | r2eff: 0 | hits: 25 ] steps + 49 164 [sigma: 12.3747 | error: 0.301822 | coeff: 0.301822 | eff: 1 | fom: 0.041424 | r2int: 0.085403 | r2eff: 0 | hits: 16 ] steps + 50 392 [sigma: 13.3586 | error: 0.218206 | coeff: 0.218206 | eff: 1 | fom: 0.0792538 | r2int: 0.0464526 | r2eff: 0 | hits: 41 ] steps + 51 540 [sigma: 14.9868 | error: 0.211363 | coeff: 0.211363 | eff: 1 | fom: 0.0844689 | r2int: 0.043904 | r2eff: 0 | hits: 58 ] steps + 52 627 [sigma: 11.1071 | error: 0.153414 | coeff: 0.153414 | eff: 1 | fom: 0.160333 | r2int: 0.0232221 | r2eff: 0 | hits: 75 ] steps + 53 797 [sigma: 20.2238 | error: 0.19325 | coeff: 0.19325 | eff: 1 | fom: 0.101046 | r2int: 0.0367015 | r2eff: 0 | hits: 58 ] steps + 54 393 [sigma: 9.74042 | error: 0.168099 | coeff: 0.168099 | eff: 1 | fom: 0.133544 | r2int: 0.0276429 | r2eff: 0 | hits: 46 ] steps + 55 517 [sigma: 16.4416 | error: 0.242196 | coeff: 0.242196 | eff: 1 | fom: 0.0643309 | r2int: 0.0576476 | r2eff: 0 | hits: 58 ] steps + 56 1002 [sigma: 12.0052 | error: 0.107164 | coeff: 0.107164 | eff: 1 | fom: 0.328592 | r2int: 0.0113405 | r2eff: 0 | hits: 80 ] steps + 57 1057 [sigma: 9.29795 | error: 0.0857382 | coeff: 0.0857382 | eff: 1 | fom: 0.513341 | r2int: 0.00727366 | r2eff: 0 | hits: 95 ] steps + 58 992 [sigma: 15.199 | error: 0.135317 | coeff: 0.135317 | eff: 1 | fom: 0.206087 | r2int: 0.0180759 | r2eff: 0 | hits: 78 ] steps + 59 722 [sigma: 19.7726 | error: 0.215636 | coeff: 0.215636 | eff: 1 | fom: 0.0811542 | r2int: 0.0457489 | r2eff: 0 | hits: 62 ] steps + 60 540 [sigma: 17.0995 | error: 0.241159 | coeff: 0.241159 | eff: 1 | fom: 0.0648853 | r2int: 0.0571551 | r2eff: 0 | hits: 58 ] steps + 61 1098 [sigma: 10.8796 | error: 0.0975879 | coeff: 0.0975879 | eff: 1 | fom: 0.396243 | r2int: 0.00942523 | r2eff: 0 | hits: 97 ] steps + 62 1220 [sigma: 12.7282 | error: 0.101688 | coeff: 0.101688 | eff: 1 | fom: 0.364936 | r2int: 0.0102315 | r2eff: 0 | hits: 95 ] steps + 63 1059 [sigma: 11.9702 | error: 0.0998283 | coeff: 0.0998283 | eff: 1 | fom: 0.378658 | r2int: 0.00983792 | r2eff: 0 | hits: 78 ] steps + 64 509 [sigma: 12.0774 | error: 0.185319 | coeff: 0.185319 | eff: 1 | fom: 0.109879 | r2int: 0.0337801 | r2eff: 0 | hits: 61 ] steps + 65 783 [sigma: 18.5865 | error: 0.208296 | coeff: 0.208296 | eff: 1 | fom: 0.0869745 | r2int: 0.0428238 | r2eff: 0 | hits: 77 ] steps + 66 1137 [sigma: 13.322 | error: 0.111771 | coeff: 0.111771 | eff: 1 | fom: 0.302062 | r2int: 0.0123555 | r2eff: 0 | hits: 91 ] steps + 67 1077 [sigma: 10.7411 | error: 0.0987292 | coeff: 0.0987292 | eff: 1 | fom: 0.387135 | r2int: 0.009648 | r2eff: 0 | hits: 98 ] steps + 68 1032 [sigma: 11.0339 | error: 0.104758 | coeff: 0.104758 | eff: 1 | fom: 0.343861 | r2int: 0.0108598 | r2eff: 0 | hits: 96 ] steps + 69 524 [sigma: 8.45257 | error: 0.128035 | coeff: 0.128035 | eff: 1 | fom: 0.230196 | r2int: 0.0161327 | r2eff: 0 | hits: 63 ] steps + 70 584 [sigma: 15.5674 | error: 0.195884 | coeff: 0.195884 | eff: 1 | fom: 0.098346 | r2int: 0.0376599 | r2eff: 0 | hits: 54 ] steps + 71 698 [sigma: 15.9887 | error: 0.180365 | coeff: 0.180365 | eff: 1 | fom: 0.115998 | r2int: 0.0320069 | r2eff: 0 | hits: 62 ] steps + 72 603 [sigma: 17.56 | error: 0.225571 | coeff: 0.225571 | eff: 1 | fom: 0.0741633 | r2int: 0.0500341 | r2eff: 0 | hits: 60 ] steps + 73 533 [sigma: 9.65719 | error: 0.150504 | coeff: 0.150504 | eff: 1 | fom: 0.166593 | r2int: 0.0223232 | r2eff: 0 | hits: 69 ] steps + 74 478 [sigma: 13.4493 | error: 0.192895 | coeff: 0.192895 | eff: 1 | fom: 0.101418 | r2int: 0.0364167 | r2eff: 0 | hits: 47 ] steps + 75 2741 [sigma: 25.3692 | error: 0.113733 | coeff: 0.113733 | eff: 1 | fom: 0.29173 | r2int: 0.0128495 | r2eff: 0 | hits: 151 ] steps + 76 3754 [sigma: 22.8962 | error: 0.0914871 | coeff: 0.0914871 | eff: 1 | fom: 0.450852 | r2int: 0.00833269 | r2eff: 0 | hits: 225 ] steps + 77 4818 [sigma: 26.2488 | error: 0.0869988 | coeff: 0.0869988 | eff: 1 | fom: 0.498572 | r2int: 0.0075391 | r2eff: 0 | hits: 255 ] steps + 78 3844 [sigma: 23.1894 | error: 0.0894782 | coeff: 0.0894782 | eff: 1 | fom: 0.471324 | r2int: 0.00796996 | r2eff: 0 | hits: 220 ] steps + 79 2620 [sigma: 23.5152 | error: 0.105435 | coeff: 0.105435 | eff: 1 | fom: 0.339454 | r2int: 0.0110361 | r2eff: 0 | hits: 138 ] steps + 80 3734 [sigma: 24.0983 | error: 0.0905826 | coeff: 0.0905826 | eff: 1 | fom: 0.459901 | r2int: 0.00816356 | r2eff: 0 | hits: 197 ] steps + 81 3931 [sigma: 12.2389 | error: 0.0556947 | coeff: 0.0556947 | eff: 1 | fom: 1.21654 | r2int: 0.00309221 | r2eff: 0 | hits: 320 ] steps + 82 4408 [sigma: 12.0959 | error: 0.0505984 | coeff: 0.0505984 | eff: 1 | fom: 1.47394 | r2int: 0.00255267 | r2eff: 0 | hits: 340 ] steps + 83 3990 [sigma: 12.3075 | error: 0.0534267 | coeff: 0.0534267 | eff: 1 | fom: 1.32202 | r2int: 0.00284489 | r2eff: 0 | hits: 300 ] steps + 84 3578 [sigma: 21.1372 | error: 0.0847891 | coeff: 0.0847891 | eff: 1 | fom: 0.524896 | r2int: 0.0071543 | r2eff: 0 | hits: 206 ] steps + 85 3587 [sigma: 19.387 | error: 0.0845982 | coeff: 0.0845982 | eff: 1 | fom: 0.527268 | r2int: 0.00712765 | r2eff: 0 | hits: 245 ] steps + 86 4420 [sigma: 13.6829 | error: 0.0570814 | coeff: 0.0570814 | eff: 1 | fom: 1.15815 | r2int: 0.0032487 | r2eff: 0 | hits: 340 ] steps + 87 4727 [sigma: 14.6591 | error: 0.0580999 | coeff: 0.0580999 | eff: 1 | fom: 1.1179 | r2int: 0.00336599 | r2eff: 0 | hits: 351 ] steps + 88 4564 [sigma: 12.9293 | error: 0.0524657 | coeff: 0.0524657 | eff: 1 | fom: 1.37089 | r2int: 0.00274463 | r2eff: 0 | hits: 343 ] steps + 89 3588 [sigma: 21.3593 | error: 0.088096 | coeff: 0.088096 | eff: 1 | fom: 0.48623 | r2int: 0.00772547 | r2eff: 0 | hits: 219 ] steps + 90 4897 [sigma: 29.3796 | error: 0.0933304 | coeff: 0.0933304 | eff: 1 | fom: 0.433219 | r2int: 0.00867457 | r2eff: 0 | hits: 242 ] steps + 91 4371 [sigma: 12.7932 | error: 0.0550682 | coeff: 0.0550682 | eff: 1 | fom: 1.24438 | r2int: 0.00302394 | r2eff: 0 | hits: 354 ] steps + 92 4521 [sigma: 13.3722 | error: 0.0546192 | coeff: 0.0546192 | eff: 1 | fom: 1.26492 | r2int: 0.00297451 | r2eff: 0 | hits: 341 ] steps + 93 4055 [sigma: 14.1583 | error: 0.0584252 | coeff: 0.0584252 | eff: 1 | fom: 1.10549 | r2int: 0.00340132 | r2eff: 0 | hits: 280 ] steps + 94 4139 [sigma: 23.6114 | error: 0.083646 | coeff: 0.083646 | eff: 1 | fom: 0.539341 | r2int: 0.00696411 | r2eff: 0 | hits: 215 ] steps + 95 3239 [sigma: 28.4226 | error: 0.114749 | coeff: 0.114749 | eff: 1 | fom: 0.286584 | r2int: 0.0130904 | r2eff: 0 | hits: 171 ] steps + 96 4805 [sigma: 28.7611 | error: 0.0913672 | coeff: 0.0913672 | eff: 1 | fom: 0.452037 | r2int: 0.00831213 | r2eff: 0 | hits: 233 ] steps + 97 4450 [sigma: 24.4512 | error: 0.0842316 | coeff: 0.0842316 | eff: 1 | fom: 0.531869 | r2int: 0.00706477 | r2eff: 0 | hits: 235 ] steps + 98 3499 [sigma: 22.6506 | error: 0.0929114 | coeff: 0.0929114 | eff: 1 | fom: 0.437136 | r2int: 0.00859062 | r2eff: 0 | hits: 206 ] steps + 99 3584 [sigma: 28.6717 | error: 0.100239 | coeff: 0.100239 | eff: 1 | fom: 0.375564 | r2int: 0.00998379 | r2eff: 0 | hits: 157 ] steps + 100 13967 [sigma: 29.2542 | error: 0.0507895 | coeff: 0.0507895 | eff: 1 | fom: 1.46287 | r2int: 0.00257518 | r2eff: 0 | hits: 588 ] steps + 101 19242 [sigma: 28.3371 | error: 0.0413922 | coeff: 0.0413922 | eff: 1 | fom: 2.20251 | r2int: 0.00171115 | r2eff: 0 | hits: 790 ] steps + 102 20658 [sigma: 30.6902 | error: 0.0416507 | coeff: 0.0416507 | eff: 1 | fom: 2.17525 | r2int: 0.00173257 | r2eff: 0 | hits: 786 ] steps + 103 17355 [sigma: 27.2701 | error: 0.0426285 | coeff: 0.0426285 | eff: 1 | fom: 2.0766 | r2int: 0.00181472 | r2eff: 0 | hits: 736 ] steps + 104 14177 [sigma: 27.3791 | error: 0.0481261 | coeff: 0.0481261 | eff: 1 | fom: 1.62927 | r2int: 0.00231239 | r2eff: 0 | hits: 621 ] steps + 105 16506 [sigma: 26.7462 | error: 0.0441984 | coeff: 0.0441984 | eff: 1 | fom: 1.93171 | r2int: 0.00195087 | r2eff: 0 | hits: 744 ] steps + 106 24546 [sigma: 28.8013 | error: 0.0363553 | coeff: 0.0363553 | eff: 1 | fom: 2.85508 | r2int: 0.00132033 | r2eff: 0 | hits: 960 ] steps + 107 22759 [sigma: 27.2173 | error: 0.0370148 | coeff: 0.0370148 | eff: 1 | fom: 2.7439 | r2int: 0.00136867 | r2eff: 0 | hits: 958 ] steps + 108 22056 [sigma: 29.2957 | error: 0.0402657 | coeff: 0.0402657 | eff: 1 | fom: 2.31872 | r2int: 0.00161956 | r2eff: 0 | hits: 919 ] steps + 109 17373 [sigma: 26.4673 | error: 0.0413308 | coeff: 0.0413308 | eff: 1 | fom: 2.20075 | r2int: 0.00170592 | r2eff: 0 | hits: 736 ] steps + 110 16297 [sigma: 25.0138 | error: 0.0426462 | coeff: 0.0426462 | eff: 1 | fom: 2.06709 | r2int: 0.00181634 | r2eff: 0 | hits: 772 ] steps + 111 23446 [sigma: 29.3022 | error: 0.0388034 | coeff: 0.0388034 | eff: 1 | fom: 2.49677 | r2int: 0.00150414 | r2eff: 0 | hits: 964 ] steps + 112 24948 [sigma: 27.6482 | error: 0.035791 | coeff: 0.035791 | eff: 1 | fom: 2.93475 | r2int: 0.00127977 | r2eff: 0 | hits: 1043 ] steps + 113 23705 [sigma: 28.8154 | error: 0.0377419 | coeff: 0.0377419 | eff: 1 | fom: 2.63919 | r2int: 0.00142297 | r2eff: 0 | hits: 964 ] steps + 114 17319 [sigma: 24.3655 | error: 0.0392411 | coeff: 0.0392411 | eff: 1 | fom: 2.43223 | r2int: 0.00153789 | r2eff: 0 | hits: 778 ] steps + 115 18628 [sigma: 27.1294 | error: 0.041244 | coeff: 0.041244 | eff: 1 | fom: 2.20175 | r2int: 0.00169895 | r2eff: 0 | hits: 802 ] steps + 116 26133 [sigma: 30.9601 | error: 0.0376135 | coeff: 0.0376135 | eff: 1 | fom: 2.64729 | r2int: 0.00141337 | r2eff: 0 | hits: 1008 ] steps + 117 22343 [sigma: 25.6716 | error: 0.035987 | coeff: 0.035987 | eff: 1 | fom: 2.89199 | r2int: 0.00129375 | r2eff: 0 | hits: 981 ] steps + 118 22065 [sigma: 26.0754 | error: 0.0362512 | coeff: 0.0362512 | eff: 1 | fom: 2.84999 | r2int: 0.00131275 | r2eff: 0 | hits: 941 ] steps + 119 17592 [sigma: 29.4706 | error: 0.0454478 | coeff: 0.0454478 | eff: 1 | fom: 1.81328 | r2int: 0.00206269 | r2eff: 0 | hits: 736 ] steps + 120 13423 [sigma: 23.7382 | error: 0.0446693 | coeff: 0.0446693 | eff: 1 | fom: 1.87703 | r2int: 0.00199222 | r2eff: 0 | hits: 638 ] steps + 121 19357 [sigma: 27.2649 | error: 0.0392371 | coeff: 0.0392371 | eff: 1 | fom: 2.43273 | r2int: 0.00153757 | r2eff: 0 | hits: 776 ] steps + 122 19860 [sigma: 26.9163 | error: 0.0387863 | coeff: 0.0387863 | eff: 1 | fom: 2.48961 | r2int: 0.00150254 | r2eff: 0 | hits: 819 ] steps + 123 17194 [sigma: 26.6276 | error: 0.04244 | coeff: 0.04244 | eff: 1 | fom: 2.0794 | r2int: 0.00179876 | r2eff: 0 | hits: 751 ] steps + 124 13502 [sigma: 25.2997 | error: 0.0462789 | coeff: 0.0462789 | eff: 1 | fom: 1.74873 | r2int: 0.00213822 | r2eff: 0 | hits: 610 ] steps ============================================================ closed file mfd_tl_NumberOfSteps.out for output ============================================================ opened file mfd_tg_NumberOfSteps.out for output ============================================================ - 0 55.000000 steps - 1 51.000000 steps - 2 60.000000 steps - 3 33.000000 steps - 4 3.000000 steps - 5 22.000000 steps - 6 4.000000 steps - 7 56.000000 steps - 8 44.000000 steps - 9 38.000000 steps - 10 160.000000 steps - 11 111.000000 steps - 12 50.000000 steps - 13 20.000000 steps - 14 70.000000 steps - 15 18.000000 steps - 16 42.000000 steps - 17 60.000000 steps - 18 12.000000 steps - 19 62.000000 steps - 20 89.000000 steps - 21 51.000000 steps - 22 21.000000 steps - 23 41.000000 steps - 24 88.000000 steps - 25 123.000000 steps - 26 81.000000 steps - 27 141.000000 steps - 28 153.000000 steps - 29 132.000000 steps - 30 107.000000 steps - 31 357.000000 steps - 32 266.000000 steps - 33 294.000000 steps - 34 223.000000 steps - 35 173.000000 steps - 36 278.000000 steps - 37 383.000000 steps - 38 200.000000 steps - 39 168.000000 steps - 40 263.000000 steps - 41 155.000000 steps - 42 288.000000 steps - 43 205.000000 steps - 44 153.000000 steps - 45 177.000000 steps - 46 184.000000 steps - 47 112.000000 steps - 48 112.000000 steps - 49 175.000000 steps - 50 254.000000 steps - 51 283.000000 steps - 52 518.000000 steps - 53 610.000000 steps - 54 323.000000 steps - 55 462.000000 steps - 56 801.000000 steps - 57 1103.000000 steps - 58 1158.000000 steps - 59 437.000000 steps - 60 923.000000 steps - 61 1194.000000 steps - 62 1203.000000 steps - 63 949.000000 steps - 64 591.000000 steps - 65 690.000000 steps - 66 921.000000 steps - 67 1019.000000 steps - 68 682.000000 steps - 69 586.000000 steps - 70 222.000000 steps - 71 602.000000 steps - 72 622.000000 steps - 73 433.000000 steps - 74 286.000000 steps - 75 2655.000000 steps - 76 3060.000000 steps - 77 3753.000000 steps - 78 4531.000000 steps - 79 2716.000000 steps - 80 3817.000000 steps - 81 3989.000000 steps - 82 3936.000000 steps - 83 3728.000000 steps - 84 4072.000000 steps - 85 4692.000000 steps - 86 4402.000000 steps - 87 4477.000000 steps - 88 3822.000000 steps - 89 3227.000000 steps - 90 4663.000000 steps - 91 3950.000000 steps - 92 4155.000000 steps - 93 4551.000000 steps - 94 4329.000000 steps - 95 2948.000000 steps - 96 3757.000000 steps - 97 4754.000000 steps - 98 4163.000000 steps - 99 2844.000000 steps - 100 13997.000000 steps - 101 17086.000000 steps - 102 18468.000000 steps - 103 18981.000000 steps - 104 13613.000000 steps - 105 18950.000000 steps - 106 23426.000000 steps - 107 22470.000000 steps - 108 24487.000000 steps - 109 17883.000000 steps - 110 18063.000000 steps - 111 22146.000000 steps - 112 22879.000000 steps - 113 22440.000000 steps - 114 18826.000000 steps - 115 18855.000000 steps - 116 23237.000000 steps - 117 23547.000000 steps - 118 23816.000000 steps - 119 17848.000000 steps - 120 14109.000000 steps - 121 18215.000000 steps - 122 19728.000000 steps - 123 19005.000000 steps - 124 13676.000000 steps + 0 12.000000 steps + 1 57.000000 steps + 2 95.000000 steps + 3 63.000000 steps + 4 53.000000 steps + 5 30.000000 steps + 6 119.000000 steps + 7 91.000000 steps + 8 99.000000 steps + 9 52.000000 steps + 10 63.000000 steps + 11 76.000000 steps + 12 71.000000 steps + 13 136.000000 steps + 14 54.000000 steps + 15 36.000000 steps + 16 94.000000 steps + 17 131.000000 steps + 18 49.000000 steps + 19 12.000000 steps + 20 108.000000 steps + 21 67.000000 steps + 22 157.000000 steps + 23 53.000000 steps + 24 21.000000 steps + 25 118.000000 steps + 26 180.000000 steps + 27 146.000000 steps + 28 158.000000 steps + 29 159.000000 steps + 30 95.000000 steps + 31 329.000000 steps + 32 324.000000 steps + 33 218.000000 steps + 34 250.000000 steps + 35 148.000000 steps + 36 240.000000 steps + 37 293.000000 steps + 38 458.000000 steps + 39 115.000000 steps + 40 191.000000 steps + 41 395.000000 steps + 42 366.000000 steps + 43 329.000000 steps + 44 171.000000 steps + 45 154.000000 steps + 46 337.000000 steps + 47 360.000000 steps + 48 358.000000 steps + 49 164.000000 steps + 50 392.000000 steps + 51 540.000000 steps + 52 627.000000 steps + 53 797.000000 steps + 54 393.000000 steps + 55 517.000000 steps + 56 1002.000000 steps + 57 1057.000000 steps + 58 992.000000 steps + 59 722.000000 steps + 60 540.000000 steps + 61 1098.000000 steps + 62 1220.000000 steps + 63 1059.000000 steps + 64 509.000000 steps + 65 783.000000 steps + 66 1137.000000 steps + 67 1077.000000 steps + 68 1032.000000 steps + 69 524.000000 steps + 70 584.000000 steps + 71 698.000000 steps + 72 603.000000 steps + 73 533.000000 steps + 74 478.000000 steps + 75 2741.000000 steps + 76 3754.000000 steps + 77 4818.000000 steps + 78 3844.000000 steps + 79 2620.000000 steps + 80 3734.000000 steps + 81 3931.000000 steps + 82 4408.000000 steps + 83 3990.000000 steps + 84 3578.000000 steps + 85 3587.000000 steps + 86 4420.000000 steps + 87 4727.000000 steps + 88 4564.000000 steps + 89 3588.000000 steps + 90 4897.000000 steps + 91 4371.000000 steps + 92 4521.000000 steps + 93 4055.000000 steps + 94 4139.000000 steps + 95 3239.000000 steps + 96 4805.000000 steps + 97 4450.000000 steps + 98 3499.000000 steps + 99 3584.000000 steps + 100 13967.000000 steps + 101 19242.000000 steps + 102 20658.000000 steps + 103 17355.000000 steps + 104 14177.000000 steps + 105 16506.000000 steps + 106 24546.000000 steps + 107 22759.000000 steps + 108 22056.000000 steps + 109 17373.000000 steps + 110 16297.000000 steps + 111 23446.000000 steps + 112 24948.000000 steps + 113 23705.000000 steps + 114 17319.000000 steps + 115 18628.000000 steps + 116 26133.000000 steps + 117 22343.000000 steps + 118 22065.000000 steps + 119 17592.000000 steps + 120 13423.000000 steps + 121 19357.000000 steps + 122 19860.000000 steps + 123 17194.000000 steps + 124 13502.000000 steps ============================================================ closed file mfd_tg_NumberOfSteps.out for output ============================================================ @@ -1662,6 +1710,6 @@ Visualization Manager deleting... G4 kernel has come to Quit state. ================== Deleting memory pools =================== Number of memory pools allocated: 13 of which, static: 0 -Dynamic pools deleted: 13 / Total memory freed: 0.063 MB +Dynamic pools deleted: 13 / Total memory freed: 0.069 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/parallel/ThreadsafeScorers/ts_scorers.cc b/examples/extended/parallel/ThreadsafeScorers/ts_scorers.cc index 9222e353d29..0d6a97243a5 100644 --- a/examples/extended/parallel/ThreadsafeScorers/ts_scorers.cc +++ b/examples/extended/parallel/ThreadsafeScorers/ts_scorers.cc @@ -45,114 +45,112 @@ #include "G4Types.hh" -#ifdef G4MULTITHREADED - #include "G4MTRunManager.hh" - #include "G4Threading.hh" - typedef G4MTRunManager RunManager; -#else - #include "G4RunManager.hh" - typedef G4RunManager RunManager; -#endif +#include "G4RunManagerFactory.hh" + +#include "G4Threading.hh" #include "Randomize.hh" // User Defined Classes +#include "TSActionInitialization.hh" #include "TSDetectorConstruction.hh" #include "TSPhysicsList.hh" -#include "TSActionInitialization.hh" +#include "G4TiMemory.hh" +#include "G4UIExecutive.hh" #include "G4UImanager.hh" #include "G4VisExecutive.hh" -#include "G4UIExecutive.hh" -#include "G4TiMemory.hh" // for std::system(const char*) #include //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... -void message(RunManager* runmanager) +void message(G4RunManager* runmanager) { -#ifdef G4MULTITHREADED - runmanager->SetNumberOfThreads(G4Threading::G4GetNumberOfCores()); + G4MTRunManager* man = dynamic_cast(runmanager); + if(man) + { + man->SetNumberOfThreads(G4Threading::G4GetNumberOfCores()); G4cout << "\n\n\t--> Running in multithreaded mode with " - << runmanager->GetNumberOfThreads() - << " threads\n\n" << G4endl; -#else - // get rid of unused variable warning - runmanager->SetVerboseLevel(runmanager->GetVerboseLevel()); + << man->GetNumberOfThreads() << " threads\n\n" + << G4endl; + } + else + { G4cout << "\n\n\t--> Running in serial mode\n\n" << G4endl; -#endif + } } //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... int main(int argc, char** argv) { - TIMEMORY_INIT(argc, argv); + TIMEMORY_INIT(argc, argv); #if defined(GEANT4_USE_TIMEMORY) - // override environment settings - tim::settings::json_output() = true; - tim::settings::dart_output() = true; - tim::settings::dart_type() = "peak_rss"; - tim::settings::dart_count() = 1; + // override environment settings + tim::settings::json_output() = true; + tim::settings::dart_output() = true; + tim::settings::dart_type() = "peak_rss"; + tim::settings::dart_count() = 1; #endif - // Detect interactive mode (if no arguments) and define UI session - // - G4UIExecutive* ui = 0; - if(argc == 1) - ui = new G4UIExecutive(argc, argv); - - // Set the random seed - CLHEP::HepRandom::setTheSeed(1245214UL); - - RunManager* runmanager = new RunManager(); - - message(runmanager); - - runmanager->SetUserInitialization(new TSDetectorConstruction); - - runmanager->SetUserInitialization(new TSPhysicsList); - - runmanager->SetUserInitialization(new TSActionInitialization); - - runmanager->Initialize(); - - - // Initialize visualization - // - G4VisManager* visManager = new G4VisExecutive; - // G4VisExecutive can take a verbosity argument - see /vis/verbose guidance. - // G4VisManager* visManager = new G4VisExecutive("Quiet"); - visManager->Initialize(); - - // Get the pointer to the User Interface manager - G4UImanager* UImanager = G4UImanager::GetUIpointer(); - - // Process macro or start UI session - // - if (!ui) - { - // batch mode - G4String command = "/control/execute "; - G4String fileName = argv[argc-1]; - UImanager->ApplyCommand(command+fileName); - } else - { - // interactive mode - UImanager->ApplyCommand("/control/execute vis.mac"); - ui->SessionStart(); - delete ui; - } - - // Job termination - // Free the store: user actions, physics_list and detector_description are - // owned and deleted by the run manager, so they should not be deleted - // in the main() program ! - delete visManager; - delete runmanager; - - return 0; + // Detect interactive mode (if no arguments) and define UI session + // + G4UIExecutive* ui = 0; + if(argc == 1) + ui = new G4UIExecutive(argc, argv); + + // Set the random seed + CLHEP::HepRandom::setTheSeed(1245214UL); + + G4RunManager* runmanager = + G4RunManagerFactory::CreateRunManager(G4RunManagerType::Tasking); + + message(runmanager); + + runmanager->SetUserInitialization(new TSDetectorConstruction); + + runmanager->SetUserInitialization(new TSPhysicsList); + + runmanager->SetUserInitialization(new TSActionInitialization); + + runmanager->Initialize(); + + // Initialize visualization + // + G4VisManager* visManager = new G4VisExecutive; + // G4VisExecutive can take a verbosity argument - see /vis/verbose guidance. + // G4VisManager* visManager = new G4VisExecutive("Quiet"); + visManager->Initialize(); + + // Get the pointer to the User Interface manager + G4UImanager* UImanager = G4UImanager::GetUIpointer(); + + // Process macro or start UI session + // + if(!ui) + { + // batch mode + G4String command = "/control/execute "; + G4String fileName = argv[argc - 1]; + UImanager->ApplyCommand(command + fileName); + } + else + { + // interactive mode + UImanager->ApplyCommand("/control/execute vis.mac"); + ui->SessionStart(); + delete ui; + } + + // Job termination + // Free the store: user actions, physics_list and detector_description are + // owned and deleted by the run manager, so they should not be deleted + // in the main() program ! + delete visManager; + delete runmanager; + + return 0; } diff --git a/examples/extended/parameterisations/Par01/examplePar01.out b/examples/extended/parameterisations/Par01/examplePar01.out index fb17725c8bb..ae043a0df51 100644 --- a/examples/extended/parameterisations/Par01/examplePar01.out +++ b/examples/extended/parameterisations/Par01/examplePar01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -44,20 +44,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -70,6 +70,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -77,6 +80,9 @@ Registered filter factories: 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 @@ -477,31 +483,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -509,11 +515,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -523,11 +529,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -537,11 +543,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -551,11 +557,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -565,11 +571,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -579,11 +585,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -592,12 +598,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -617,7 +623,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -713,17 +720,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -743,6 +764,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -759,28 +781,38 @@ 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.000253 36.2 60.4 1e+03 0.0138 70.4 70.4 WorldPhysical eBrem - 2 -0.000405 38.7 64.5 1e+03 0.00221 4.77 75.2 WorldPhysical eIoni - 3 0.000775 60 100 1e+03 0.0062 41.4 117 DriftChamberPhysical CoupledTransportation - 4 -0.0159 217 362 1e+03 0.00978 306 423 DriftChamberPhysical eIoni - 5 -0.023 540 900 1e+03 0.0175 627 1.05e+03 WorldPhysical CoupledTransportation - 6 -0.0118 600 1e+03 1e+03 0.0219 117 1.17e+03 Crystal CoupledTransportation - 7 -0.0118 600 1e+03 0 1e+03 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.000387 38.7 64.5 997 0.000664 4.8 75.2 WorldPhysical eIoni + 3 0.000715 60 100 997 0.00553 41.4 117 DriftChamberPhysical CoupledTransportation + 4 -0.0162 217 362 997 0.0132 306 423 DriftChamberPhysical eIoni + 5 -0.0196 235 393 997 0.000982 35.2 458 DriftChamberPhysical eIoni + 6 -0.0498 540 900 997 0.0166 592 1.05e+03 WorldPhysical CoupledTransportation + 7 -0.0508 600 1e+03 996 0.021 117 1.17e+03 Crystal CoupledTransportation + 8 -0.0508 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.0196 235 393 0.00196 0 0 0 DriftChamberPhysical initStep + 1 -0.626 235 393 0 0.00196 0.88 0.88 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.0159 217 362 0.00107 0 0 0 DriftChamberPhysical initStep - 1 -0.185 217 362 0 0.00107 0.333 0.333 DriftChamberPhysical eIoni + 0 -0.0162 217 362 0.00416 0 0 0 DriftChamberPhysical initStep + 1 1.06 216 363 0.00307 0.00109 2.01 2.01 DriftChamberPhysical eIoni + 2 1.99 215 364 0 0.00307 1.56 3.57 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.000405 38.7 64.5 0.0044 0 0 0 WorldPhysical initStep + 0 -0.000387 38.7 64.5 0.0044 0 0 0 WorldPhysical initStep 1 -0.201 38.8 64.4 0 0.0044 0.612 0.612 WorldPhysical eIoni ********************************************************************************************************* @@ -788,59 +820,77 @@ 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.000253 36.2 60.4 0.00616 0 0 0 WorldPhysical initStep - 1 -0.00297 60 100 0.00616 0 46.2 46.2 DriftChamberPhysical CoupledTransportation - 2 -0.0578 540 900 0.00616 0 933 979 WorldPhysical CoupledTransportation - 3 -0.0647 600 1e+03 0.00616 0 117 1.1e+03 Crystal CoupledTransportation - 4 -0.0647 600 1e+03 0 0.00455 0.00161 1.1e+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 3.24 0 57.5 1.15e+03 Crystal compt + 5 1.11e-15 631 1.05e+03 3.24 0 2.81 1.16e+03 Crystal CoupledTransportation + 6 -4.24 648 1.09e+03 3.23 0 38 1.19e+03 Crystal compt + 7 -4.55 650 1.09e+03 3.23 0 3.55 1.2e+03 Crystal CoupledTransportation + 8 -5.03 653 1.09e+03 0.411 0 5.63 1.2e+03 Crystal compt + 9 -4.38 654 1.09e+03 0 0.0332 2.1 1.21e+03 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* 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.0647 600 1e+03 0.0016 0 0 0 Crystal initStep - 1 -0.0647 600 1e+03 0 0.0016 0.000102 0.000102 Crystal eIoni + 0 -4.38 654 1.09e+03 0.377 0 0 0 Crystal initStep + 1 -4.34 654 1.09e+03 0 0.377 0.468 0.468 Crystal eIoni ********************************************************************************************************* -* 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.00103 26.7 44.5 1e+03 0.0123 51.9 51.9 WorldPhysical eIoni - 2 -0.00263 33 55 1e+03 0.00368 12.2 64.2 WorldPhysical eIoni - 3 -0.0112 60 100 1e+03 0.0113 52.5 117 DriftChamberPhysical CoupledTransportation - 4 -0.0394 173 289 1e+03 0.00775 220 337 DriftChamberPhysical eIoni - 5 -0.126 540 900 1e+03 0.0184 713 1.05e+03 WorldPhysical CoupledTransportation - 6 -0.148 600 1e+03 1e+03 0.0174 117 1.17e+03 Crystal CoupledTransportation - 7 -0.148 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 -5.03 653 1.09e+03 2.82 0 0 0 Crystal initStep + 1 -5.34 653 1.09e+03 2.54 0.285 0.577 0.577 Crystal eBrem + 2 -6.3 653 1.09e+03 1.97 0.569 1.42 2 Crystal msc + 3 -6.7 654 1.09e+03 1.03 0.941 2.1 4.09 Crystal eIoni + 4 -6.77 654 1.09e+03 0.493 0.336 0.76 4.85 Crystal eBrem + 5 -6.74 654 1.09e+03 0 0.493 0.677 5.53 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* 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 -0.0394 173 289 0.00488 0 0 0 DriftChamberPhysical initStep - 1 -1.81 172 289 0.00389 0.000995 2.29 2.29 DriftChamberPhysical eIoni - 2 -2.68 171 289 0.00249 0.0014 1.9 4.2 DriftChamberPhysical eIoni - 3 -3.05 170 289 0 0.00249 1.26 5.45 DriftChamberPhysical eIoni + 0 -6.77 654 1.09e+03 0.199 0 0 0 Crystal initStep + 1 -7.27 653 1.09e+03 0.178 0 0.885 0.885 Crystal compt + 2 -6.57 653 1.09e+03 0 0.036 6.46 7.34 Crystal phot ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.00263 33 55 0.00359 0 0 0 WorldPhysical initStep - 1 0.0815 33.1 54.9 0 0.00359 0.428 0.428 WorldPhysical eIoni + 0 -6.57 653 1.09e+03 0.142 0 0 0 Crystal initStep + 1 -6.58 653 1.09e+03 0 0.142 0.106 0.106 Crystal eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -7.27 653 1.09e+03 0.0214 0 0 0 Crystal initStep + 1 -7.27 653 1.09e+03 0 0.0214 0.00472 0.00472 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 -4.24 648 1.09e+03 0.00987 0 0 0 Crystal initStep + 1 -4.24 648 1.09e+03 0 0.00987 0.00137 0.00137 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.00103 26.7 44.5 0.000996 0 0 0 WorldPhysical initStep - 1 0.0185 26.7 44.5 0 0.000996 0.0567 0.0567 WorldPhysical eIoni + 0 0.314 630 1.05e+03 0.19 0 0 0 Crystal initStep + 1 0.327 630 1.05e+03 0 0.19 0.168 0.168 Crystal eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -848,218 +898,180 @@ 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.00143 13.5 22.5 1e+03 0.00416 26.3 26.3 WorldPhysical eIoni - 2 -0.00822 60 100 1e+03 0.0135 90.3 117 DriftChamberPhysical CoupledTransportation - 3 -0.164 540 900 1e+03 0.0306 933 1.05e+03 WorldPhysical CoupledTransportation - 4 -0.166 564 939 1e+03 0.00905 45.9 1.1e+03 WorldPhysical eIoni - 5 -0.169 587 979 1e+03 0.00693 46 1.14e+03 WorldPhysical eIoni - 6 -0.169 590 983 1e+03 0.000843 5.05 1.15e+03 WorldPhysical eIoni - 7 -0.176 600 1e+03 1e+03 0.00493 19.7 1.17e+03 Crystal CoupledTransportation - 8 -0.176 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 1 0.000115 6.22 10.4 1e+03 0.00187 12.1 12.1 WorldPhysical eIoni + 2 -0.000772 20.6 34.3 1e+03 0.0101 27.9 40 WorldPhysical eIoni + 3 -0.00177 25.3 42.2 1e+03 0.000797 9.24 49.2 WorldPhysical eIoni + 4 -0.0115 59.3 98.9 1e+03 0.0109 66.1 115 WorldPhysical eIoni + 5 -0.0116 60 100 1e+03 0.000137 1.3 117 DriftChamberPhysical CoupledTransportation + 6 -0.0117 60.2 100 1e+03 8.62e-06 0.288 117 DriftChamberPhysical eIoni + 7 -0.0118 73.5 122 1e+03 0.000644 25.9 143 DriftChamberPhysical eIoni + 8 -0.0389 235 391 1e+03 0.0121 314 457 DriftChamberPhysical eIoni + 9 -0.12 500 833 1e+03 0.0144 515 971 DriftChamberPhysical eIoni + 10 -0.125 540 900 1e+03 0.00304 78.2 1.05e+03 WorldPhysical CoupledTransportation + 11 -0.125 558 930 1e+03 0.00714 34.9 1.08e+03 WorldPhysical eIoni + 12 -0.125 586 976 1e+03 0.0108 53.7 1.14e+03 WorldPhysical eIoni + 13 -0.123 600 1e+03 1e+03 0.0054 28 1.17e+03 Crystal CoupledTransportation + 14 -0.123 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.169 590 983 0.134 0 0 0 WorldPhysical initStep - 1 8.95 585 995 0.132 0.00282 16.5 16.5 WorldPhysical eIoni - 2 12.8 582 1e+03 0.13 0.00122 6.75 23.2 Crystal CoupledTransportation - 3 12.8 582 1e+03 0.125 0.00523 0.00436 23.2 Crystal msc - 4 12.8 582 1e+03 0.122 0.00304 0.00405 23.2 Crystal msc - 5 12.8 582 1e+03 0.117 0.00504 0.00445 23.2 Crystal msc - 6 12.8 582 1e+03 0.115 0.00162 0.00434 23.2 Crystal msc - 7 12.8 582 1e+03 0.112 0.00377 0.00342 23.2 Crystal msc - 8 12.8 582 1e+03 0.111 0.000175 0.000595 23.2 WorldPhysical CoupledTransportation - 9 11 580 1e+03 0.11 0.000337 2.21 25.4 WorldPhysical eIoni - 10 9.97 580 1e+03 0.11 0.000374 1.29 26.7 Crystal CoupledTransportation - 11 9.97 580 1e+03 0.108 0.00189 0.00271 26.7 Crystal msc - 12 9.97 580 1e+03 0.106 0.00175 0.0029 26.7 Crystal msc - 13 9.97 580 1e+03 0.104 0.00202 0.00264 26.7 Crystal msc - 14 9.97 580 1e+03 0.102 0.0018 0.00272 26.7 Crystal msc - 15 9.97 580 1e+03 0.1 0.00189 0.0038 26.7 Crystal msc - 16 9.97 580 1e+03 0.098 0.00232 0.00346 26.7 Crystal msc - 17 9.97 580 1e+03 0.0972 0.000769 0.00292 26.7 Crystal msc - 18 9.97 580 1e+03 0.0921 0.0051 0.00305 26.7 Crystal msc - 19 9.97 580 1e+03 0.0816 0.0106 0.00557 26.8 Crystal msc - 20 9.97 580 1e+03 0.0757 0.00584 0.0063 26.8 Crystal msc - 21 9.97 580 1e+03 0.0723 0.00345 0.00395 26.8 Crystal msc - 22 9.97 580 1e+03 0.0679 0.00443 0.00321 26.8 Crystal msc - 23 9.97 580 1e+03 0.0672 0.00071 0.00274 26.8 Crystal msc - 24 9.97 580 1e+03 0.0613 0.00585 0.00275 26.8 Crystal msc - 25 9.98 580 1e+03 0.0605 0.000783 0.00275 26.8 Crystal msc - 26 9.97 580 1e+03 0.0549 0.00563 0.00322 26.8 Crystal msc - 27 9.97 580 1e+03 0.0537 0.00122 0.00265 26.8 Crystal msc - 28 9.97 580 1e+03 0.0489 0.0048 0.00292 26.8 Crystal msc - 29 9.97 580 1e+03 0.0476 0.00128 0.00271 26.8 Crystal msc - 30 9.97 580 1e+03 0.0428 0.0048 0.00434 26.8 Crystal msc - 31 9.97 580 1e+03 0.0384 0.00436 0.00506 26.8 Crystal msc - 32 9.97 580 1e+03 0.033 0.00539 0.00312 26.8 Crystal msc - 33 9.97 580 1e+03 0.0209 0.0121 0.00307 26.8 Crystal msc - 34 9.97 580 1e+03 0 0.0209 0.00455 26.8 Crystal eIoni + 0 -0.125 586 976 0.0032 0 0 0 WorldPhysical initStep + 1 -0.207 586 976 0 0.0032 0.352 0.352 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +* 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 11 580 1e+03 0.00106 0 0 0 WorldPhysical initStep - 1 11 580 1e+03 0 0.00106 0.062 0.062 WorldPhysical eIoni + 0 -0.125 558 930 0.000995 0 0 0 WorldPhysical initStep + 1 -0.124 558 930 0 0.000995 0.0567 0.0567 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* 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 -0.169 587 979 0.00303 0 0 0 WorldPhysical initStep - 1 -0.0441 587 979 0 0.00303 0.32 0.32 WorldPhysical eIoni + 0 -0.12 500 833 0.00179 0 0 0 DriftChamberPhysical initStep + 1 -0.43 500 833 0 0.00179 0.757 0.757 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.166 564 939 0.00134 0 0 0 WorldPhysical initStep - 1 -0.137 564 939 0 0.00134 0.0878 0.0878 WorldPhysical eIoni + 0 -0.0389 235 391 0.00135 0 0 0 DriftChamberPhysical initStep + 1 0.294 235 391 0 0.00135 0.479 0.479 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, 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.00143 13.5 22.5 0.00109 0 0 0 WorldPhysical initStep - 1 -0.0227 13.5 22.5 0 0.00109 0.0648 0.0648 WorldPhysical eIoni + 0 -0.0118 73.5 122 0.00601 0 0 0 DriftChamberPhysical initStep + 1 2.35 74.3 122 0.00472 0.00129 2.75 2.75 DriftChamberPhysical eIoni + 2 3.94 73.8 123 0.00325 0.00147 2.23 4.98 DriftChamberPhysical eIoni + 3 4.82 73 124 0 0.00325 1.64 6.62 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0.00223 21.7 36.1 1e+03 0.0091 42.1 42.1 WorldPhysical eIoni - 2 0.00613 60 100 1e+03 0.0138 74.5 117 DriftChamberPhysical CoupledTransportation - 3 0.0153 83.2 139 1e+03 0.00183 45.1 162 DriftChamberPhysical eIoni - 4 0.0502 157 262 1e+03 0.00381 144 305 DriftChamberPhysical eIoni - 5 0.0866 273 454 1e+03 0.00851 224 530 DriftChamberPhysical eIoni - 6 0.121 503 837 1e+03 0.0159 447 977 DriftChamberPhysical eIoni - 7 0.128 540 900 1e+03 0.00135 72.9 1.05e+03 WorldPhysical CoupledTransportation - 8 0.128 540 900 1e+03 0 0.062 1.05e+03 WorldPhysical eIoni - 9 0.129 544 907 1e+03 0.00144 8.27 1.06e+03 WorldPhysical eIoni - 10 0.132 552 920 1e+03 0.00299 14.9 1.07e+03 WorldPhysical eIoni - 11 0.14 600 1e+03 1e+03 0.0165 93.3 1.17e+03 Crystal CoupledTransportation - 12 0.14 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 -0.0117 60.2 100 0.0046 0 0 0 DriftChamberPhysical initStep + 1 -1.28 59.4 100 0.00235 0.00225 1.55 1.55 DriftChamberPhysical msc + 2 -1.68 58.5 101 0 0.00235 1.17 2.72 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +* 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.132 552 920 0.00455 0 0 0 WorldPhysical initStep - 1 0.406 552 920 0 0.00455 0.649 0.649 WorldPhysical eIoni + 0 -0.0115 59.3 98.9 0.00288 0 0 0 WorldPhysical initStep + 1 -0.0901 59.4 98.8 0 0.00288 0.293 0.293 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +* 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.129 544 907 0.00602 0 0 0 WorldPhysical initStep - 1 -0.108 545 907 0.00109 0.00493 1.06 1.06 WorldPhysical eIoni - 2 -0.101 545 907 0 0.00109 0.0647 1.13 WorldPhysical eIoni + 0 -0.00177 25.3 42.2 0.00289 0 0 0 WorldPhysical initStep + 1 0.0645 25.3 42.2 0.00234 0.000557 0.0819 0.0819 WorldPhysical eIoni + 2 0.141 25.3 42.2 0 0.00234 0.208 0.29 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, 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.128 540 900 0.00252 0 0 0 WorldPhysical initStep - 1 0.0972 540 900 0.00238 0.000143 0.0342 0.0342 WorldPhysical msc - 2 0.0761 540 900 0.0023 7.51e-05 0.0257 0.0599 WorldPhysical msc - 3 0.0603 540 900 0.00229 1.51e-05 0.0177 0.0776 WorldPhysical msc - 4 0.0462 540 900 0.00229 0 0.0159 0.0935 WorldPhysical msc - 5 0.0335 540 900 0.00212 0.000171 0.0133 0.107 WorldPhysical msc - 6 0.0223 540 900 0.00199 0.000123 0.0133 0.12 WorldPhysical msc - 7 0.0128 540 900 0.00189 0.000105 0.0133 0.133 WorldPhysical msc - 8 0.00772 540 900 0.00186 2.38e-05 0.00759 0.141 DriftChamberPhysical CoupledTransportation - 9 -0.0766 540 900 0.00174 0.000126 0.101 0.242 DriftChamberPhysical msc - 10 -0.167 540 900 0.00116 0.000579 0.0983 0.341 DriftChamberPhysical msc - 11 -0.245 540 900 0 0.00116 0.0989 0.44 DriftChamberPhysical msc + 0 -0.000772 20.6 34.3 0.00137 0 0 0 WorldPhysical initStep + 1 -0.000294 20.5 34.3 0 0.00137 0.0903 0.0903 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.121 503 837 0.0033 0 0 0 DriftChamberPhysical initStep - 1 0.066 504 837 0.00203 0.00127 1.66 1.66 DriftChamberPhysical eIoni - 2 0.352 504 837 0 0.00203 0.937 2.6 DriftChamberPhysical eIoni + 0 0.000115 6.22 10.4 0.00131 0 0 0 WorldPhysical initStep + 1 0.0326 6.22 10.4 0 0.00131 0.0846 0.0846 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track 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.0866 273 454 0.00351 0 0 0 DriftChamberPhysical initStep - 1 1.55 273 454 0.0017 0.00181 1.75 1.75 DriftChamberPhysical eIoni - 2 1.86 272 454 0 0.0017 0.7 2.45 DriftChamberPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 -0.000705 12.8 21.4 1e+03 0.00431 24.9 24.9 WorldPhysical eIoni + 2 -0.00122 60 100 1e+03 0.0225 91.7 117 DriftChamberPhysical CoupledTransportation + 3 0.00525 330 550 1e+03 0.0148 524 641 DriftChamberPhysical eIoni + 4 -0.00935 457 762 1e+03 0.00659 247 888 DriftChamberPhysical eIoni + 5 -0.0338 540 900 1e+03 0.00643 161 1.05e+03 WorldPhysical CoupledTransportation + 6 -0.0363 552 920 1e+03 0.00362 23.2 1.07e+03 WorldPhysical eIoni + 7 -0.038 585 975 1e+03 0.011 63.8 1.14e+03 WorldPhysical eIoni + 8 -0.0399 600 1e+03 1e+03 0.00794 29.6 1.17e+03 Crystal CoupledTransportation + 9 -0.0399 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* 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.0502 157 262 0.0209 0 0 0 DriftChamberPhysical initStep - 1 6.3 168 257 0.0175 0.00342 14.3 14.3 DriftChamberPhysical eIoni - 2 10.6 176 252 0.0151 0.00232 10.7 25.1 DriftChamberPhysical eIoni - 3 10.8 177 252 0.0138 0.000207 0.631 25.7 DriftChamberPhysical eIoni - 4 11.8 183 249 0.0123 0.0015 7.5 33.2 DriftChamberPhysical eIoni - 5 12.5 187 248 0.00975 0.00156 4.45 37.7 DriftChamberPhysical eIoni - 6 13.6 191 247 0.00855 0.0012 4.66 42.3 DriftChamberPhysical eIoni - 7 13.5 195 246 0.00715 0.0014 3.97 46.3 DriftChamberPhysical eIoni - 8 12.8 198 246 0.00605 0.0011 3.26 49.6 DriftChamberPhysical eIoni - 9 10.9 199 248 0.00522 0.000834 2.77 52.3 DriftChamberPhysical eIoni - 10 10.2 199 248 0.00276 0.00134 1.1 53.4 DriftChamberPhysical eIoni - 11 9.99 199 249 0.00107 0.00169 1.41 54.8 DriftChamberPhysical eIoni - 12 10 199 250 0 0.00107 0.334 55.2 DriftChamberPhysical eIoni + 0 -0.038 585 975 0.00153 0 0 0 WorldPhysical initStep + 1 -0.000192 585 975 0 0.00153 0.107 0.107 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, 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 10.2 199 248 0.00112 0 0 0 DriftChamberPhysical initStep - 1 9.94 199 248 0 0.00112 0.357 0.357 DriftChamberPhysical eIoni + 0 -0.0363 552 920 0.00133 0 0 0 WorldPhysical initStep + 1 -0.0209 552 920 0 0.00133 0.0869 0.0869 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, 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 12.5 187 248 0.00102 0 0 0 DriftChamberPhysical initStep - 1 12.3 187 248 0 0.00102 0.308 0.308 DriftChamberPhysical eIoni + 0 -0.00935 457 762 0.0016 0 0 0 DriftChamberPhysical initStep + 1 0.396 457 762 0 0.0016 0.63 0.63 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, 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 10.8 177 252 0.00111 0 0 0 DriftChamberPhysical initStep - 1 11.1 177 252 0 0.00111 0.351 0.351 DriftChamberPhysical eIoni + 0 0.00525 330 550 0.00103 0 0 0 DriftChamberPhysical initStep + 1 0.221 330 550 0 0.00103 0.315 0.315 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.000705 12.8 21.4 0.00143 0 0 0 WorldPhysical initStep + 1 -0.016 12.8 21.4 0 0.00143 0.0967 0.0967 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.0153 83.2 139 0.00105 0 0 0 DriftChamberPhysical initStep - 1 -0.199 83.3 139 0 0.00105 0.322 0.322 DriftChamberPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 60 100 1e+03 0.0215 117 117 DriftChamberPhysical CoupledTransportation + 2 0.0719 531 885 1e+03 0.0276 915 1.03e+03 DriftChamberPhysical eIoni + 3 0.0738 540 900 1e+03 0.000651 18 1.05e+03 WorldPhysical CoupledTransportation + 4 0.0859 600 1e+03 1e+03 0.0203 117 1.17e+03 Crystal CoupledTransportation + 5 0.0859 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* * 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.00223 21.7 36.1 0.0012 0 0 0 WorldPhysical initStep - 1 0.00217 21.7 36.1 0 0.0012 0.0745 0.0745 WorldPhysical eIoni + 0 0.0719 531 885 0.00135 0 0 0 DriftChamberPhysical initStep + 1 -0.0732 531 884 0 0.00135 0.482 0.482 DriftChamberPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1067,19 +1079,28 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 60 100 1e+03 0.023 117 117 DriftChamberPhysical CoupledTransportation - 2 -0.111 540 900 1e+03 0.0289 933 1.05e+03 WorldPhysical CoupledTransportation - 3 -0.115 564 940 1e+03 0.00709 46.7 1.1e+03 WorldPhysical eIoni - 4 -0.122 600 1e+03 1e+03 0.0144 69.9 1.17e+03 Crystal CoupledTransportation - 5 -0.122 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 1 0.0221 48.8 81.4 1e+03 0.0194 94.9 94.9 WorldPhysical eIoni + 2 0.0294 60 100 1e+03 0.00395 21.7 117 DriftChamberPhysical CoupledTransportation + 3 0.48 540 900 1e+03 0.0285 933 1.05e+03 WorldPhysical CoupledTransportation + 4 0.518 584 974 1e+03 0.0171 86 1.14e+03 WorldPhysical eIoni + 5 0.533 600 1e+03 1e+03 0.00493 30.6 1.17e+03 Crystal CoupledTransportation + 6 0.533 600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + +********************************************************************************************************* +* 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.518 584 974 0.00101 0 0 0 WorldPhysical initStep + 1 0.527 584 974 0 0.00101 0.0578 0.0578 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.115 564 940 0.00113 0 0 0 WorldPhysical initStep - 1 -0.115 564 940 0 0.00113 0.0684 0.0684 WorldPhysical eIoni + 0 0.0221 48.8 81.4 0.00142 0 0 0 WorldPhysical initStep + 1 -0.0011 48.9 81.4 0 0.00142 0.0958 0.0958 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1087,37 +1108,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 1e+03 0 0 0 WorldPhysical initStep - 1 0.00143 10.5 35.1 1e+03 0.00673 36.6 36.6 WorldPhysical eIoni - 2 0.00131 30 100 1e+03 0.0154 67.8 104 DriftChamberPhysical CoupledTransportation - 3 0.00214 95.1 317 1e+03 0.00645 227 331 DriftChamberPhysical eIoni - 4 0.00498 168 560 1e+03 0.00677 253 584 DriftChamberPhysical eIoni - 5 0.00174 270 900 1e+03 0.00913 355 940 WorldPhysical CoupledTransportation - 6 0.000496 300 1e+03 1e+03 0.0212 104 1.04e+03 Crystal CoupledTransportation - 7 0.000496 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 1 0.00115 5.99 20 1e+03 0.00322 20.9 20.9 WorldPhysical eIoni + 2 0.013 26.1 86.9 1e+03 0.0133 69.9 90.7 WorldPhysical eIoni + 3 0.0172 30 100 1e+03 0.00253 13.7 104 DriftChamberPhysical CoupledTransportation + 4 0.208 178 594 1e+03 0.0157 515 620 DriftChamberPhysical eIoni + 5 0.337 270 900 1e+03 0.00862 320 940 WorldPhysical CoupledTransportation + 6 0.388 300 1e+03 1e+03 0.0241 104 1.04e+03 Crystal CoupledTransportation + 7 0.388 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* * 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.00498 168 560 0.00133 0 0 0 DriftChamberPhysical initStep - 1 0.0791 167 560 0 0.00133 0.469 0.469 DriftChamberPhysical eIoni + 0 0.208 178 594 0.00179 0 0 0 DriftChamberPhysical initStep + 1 -0.112 179 593 0 0.00179 0.761 0.761 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.00214 95.1 317 0.0013 0 0 0 DriftChamberPhysical initStep - 1 -0.304 95 317 0 0.0013 0.454 0.454 DriftChamberPhysical eIoni + 0 0.013 26.1 86.9 0.00122 0 0 0 WorldPhysical initStep + 1 -1.39e-05 26.1 86.9 0 0.00122 0.0765 0.0765 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.00143 10.5 35.1 0.00193 0 0 0 WorldPhysical initStep - 1 0.0631 10.5 35.1 0 0.00193 0.153 0.153 WorldPhysical eIoni + 0 0.00115 5.99 20 0.00112 0 0 0 WorldPhysical initStep + 1 -0.0137 5.97 20 0 0.00112 0.0668 0.0668 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1125,28 +1146,58 @@ 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.0013 15 50 1e+03 0.0133 52.2 52.2 WorldPhysical eIoni - 2 -0.000964 18.8 62.6 1e+03 0.00141 13.1 65.3 WorldPhysical eIoni - 3 0.0011 30 100 1e+03 0.00575 39.1 104 DriftChamberPhysical CoupledTransportation - 4 0.127 270 900 1e+03 0.0248 835 940 WorldPhysical CoupledTransportation - 5 0.152 300 1e+03 1e+03 0.0149 104 1.04e+03 Crystal CoupledTransportation - 6 0.152 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 1 0.00423 25.5 84.8 1e+03 0.0153 88.6 88.6 WorldPhysical eIoni + 2 0.00548 30 100 1e+03 0.00222 15.8 104 DriftChamberPhysical CoupledTransportation + 3 0.00641 33.5 112 1e+03 0.000277 12.3 117 DriftChamberPhysical eIoni + 4 0.0954 270 900 1e+03 0.0232 823 940 WorldPhysical CoupledTransportation + 5 0.0992 277 922 1e+03 0.00449 23.2 963 WorldPhysical eIoni + 6 0.104 286 955 1e+03 0.00742 34.6 997 WorldPhysical eIoni + 7 0.104 300 1e+03 1e+03 0.0119 46.6 1.04e+03 Crystal CoupledTransportation + 8 0.104 300 1e+03 0 1e+03 0 1.04e+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.104 286 955 0.022 0 0 0 WorldPhysical initStep + 1 2.92 287 956 0.0162 0.00579 3.8 3.8 WorldPhysical eIoni + 2 4.62 288 957 0.0104 0.00583 2.77 6.57 WorldPhysical eIoni + 3 5.35 287 956 0.00714 0.00327 1.9 8.47 WorldPhysical eIoni + 4 5.48 287 956 0.00524 0.000725 0.19 8.66 WorldPhysical eIoni + 5 5.61 287 956 0 0.00524 0.832 9.49 WorldPhysical 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 5.48 287 956 0.00118 0 0 0 WorldPhysical initStep + 1 5.48 287 956 0 0.00118 0.0721 0.0721 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.0992 277 922 0.0031 0 0 0 WorldPhysical initStep + 1 0.229 277 922 0 0.0031 0.333 0.333 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.000964 18.8 62.6 0.00118 0 0 0 WorldPhysical initStep - 1 -0.0205 18.8 62.6 0 0.00118 0.0723 0.0723 WorldPhysical eIoni + 0 0.00641 33.5 112 0.00128 0 0 0 DriftChamberPhysical initStep + 1 -0.272 33.4 112 0 0.00128 0.439 0.439 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.0013 15 50 0.00147 0 0 0 WorldPhysical initStep - 1 -0.00614 15 50 0 0.00147 0.101 0.101 WorldPhysical eIoni + 0 0.00423 25.5 84.8 0.00106 0 0 0 WorldPhysical initStep + 1 -0.0108 25.5 84.8 0 0.00106 0.0621 0.0621 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1154,28 +1205,49 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 -0.00445 11.1 36.9 1e+03 0.00647 38.5 38.5 WorldPhysical eIoni - 2 -0.0188 30 100 1e+03 0.0128 65.9 104 DriftChamberPhysical CoupledTransportation - 3 -0.069 73.2 244 1e+03 0.00366 150 255 DriftChamberPhysical eIoni - 4 -0.327 270 900 1e+03 0.019 685 940 WorldPhysical CoupledTransportation - 5 -0.375 300 1e+03 1e+03 0.0204 104 1.04e+03 Crystal CoupledTransportation - 6 -0.375 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 1 0.000693 5.86 19.5 1e+03 0.00287 20.4 20.4 WorldPhysical eIoni + 2 0.00517 30 100 1e+03 0.0186 84 104 DriftChamberPhysical CoupledTransportation + 3 0.177 270 900 1e+03 0.0236 835 940 WorldPhysical CoupledTransportation + 4 0.185 300 1e+03 1e+03 0.0193 104 1.04e+03 Crystal CoupledTransportation + 5 0.185 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + +********************************************************************************************************* +* 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.000693 5.86 19.5 0.00103 0 0 0 WorldPhysical initStep + 1 -0.00338 5.84 19.5 0 0.00103 0.0596 0.0596 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.000129 1.89 6.31 1e+03 0.000806 6.59 6.59 WorldPhysical eIoni + 2 -0.00628 30 100 1e+03 0.0197 97.8 104 DriftChamberPhysical CoupledTransportation + 3 -0.0373 270 900 1e+03 0.0282 835 940 WorldPhysical CoupledTransportation + 4 -0.0372 279 929 1e+03 0.00459 30.8 970 WorldPhysical eIoni + 5 -0.0408 300 1e+03 1e+03 0.011 73.6 1.04e+03 Crystal CoupledTransportation + 6 -0.0408 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* * 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.069 73.2 244 0.00182 0 0 0 DriftChamberPhysical initStep - 1 0.289 73.6 244 0 0.00182 0.782 0.782 DriftChamberPhysical eIoni + 0 -0.0372 279 929 0.0071 0 0 0 WorldPhysical initStep + 1 0.44 279 929 0.00249 0.0046 1.33 1.33 WorldPhysical eIoni + 2 0.446 279 929 0 0.00249 0.231 1.56 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.00445 11.1 36.9 0.00125 0 0 0 WorldPhysical initStep - 1 -0.0335 11.1 36.9 0 0.00125 0.0784 0.0784 WorldPhysical eIoni + 0 -0.000129 1.89 6.31 0.00185 0 0 0 WorldPhysical initStep + 1 0.0341 1.94 6.3 0 0.00185 0.143 0.143 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1183,19 +1255,34 @@ 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 30 100 1e+03 0.0205 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.0255 47.2 157 1e+03 0.00186 60 164 DriftChamberPhysical eIoni - 3 -0.362 270 900 1e+03 0.0244 775 940 WorldPhysical CoupledTransportation - 4 -0.41 300 1e+03 1e+03 0.0222 104 1.04e+03 Crystal CoupledTransportation - 5 -0.41 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 1 0.00249 11.5 38.3 1e+03 0.00461 40 40 WorldPhysical eIoni + 2 -0.000398 30 100 1e+03 0.0102 64.4 104 DriftChamberPhysical CoupledTransportation + 3 -0.0236 91.7 306 1e+03 0.00508 215 319 DriftChamberPhysical eIoni + 4 -0.14 270 900 1e+03 0.0181 621 940 WorldPhysical CoupledTransportation + 5 -0.164 300 1e+03 1e+03 0.0228 104 1.04e+03 Crystal CoupledTransportation + 6 -0.164 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + +********************************************************************************************************* +* 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.0236 91.7 306 0.0104 0 0 0 DriftChamberPhysical initStep + 1 3.99 94.3 305 0.00884 0.00156 5.05 5.05 DriftChamberPhysical eIoni + 2 7.45 94.7 307 0.00731 0.00153 4.13 9.18 DriftChamberPhysical eIoni + 3 7.38 91.7 308 0.0059 0.00141 3.34 12.5 DriftChamberPhysical eIoni + 4 7.61 89.2 308 0.0045 0.0014 2.7 15.2 DriftChamberPhysical eIoni + 5 7.31 87.3 308 0.00259 0.00191 2.14 17.4 DriftChamberPhysical eIoni + 6 7.18 86.5 308 0.00101 0.00158 1.32 18.7 DriftChamberPhysical eIoni + 7 7.13 86.4 309 0 0.00101 0.305 19 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.0255 47.2 157 0.00143 0 0 0 DriftChamberPhysical initStep - 1 0.00122 46.9 158 0 0.00143 0.525 0.525 DriftChamberPhysical eIoni + 0 0.00249 11.5 38.3 0.00147 0 0 0 WorldPhysical initStep + 1 0.0416 11.5 38.3 0 0.00147 0.1 0.1 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1203,47 +1290,57 @@ 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.00076 4.51 15 1e+03 0.00281 15.7 15.7 WorldPhysical eIoni - 2 0.00404 30 100 1e+03 0.0144 88.7 104 DriftChamberPhysical CoupledTransportation - 3 0.0112 74.1 247 1e+03 0.00519 154 258 DriftChamberPhysical eIoni - 4 0.063 224 747 1e+03 0.0172 522 780 DriftChamberPhysical eIoni - 5 0.0705 270 900 1e+03 0.00506 160 940 WorldPhysical CoupledTransportation - 6 0.0693 290 967 1e+03 0.0133 70.1 1.01e+03 WorldPhysical eIoni - 7 0.0702 300 1e+03 1e+03 0.0065 34.3 1.04e+03 Crystal CoupledTransportation - 8 0.0702 300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 1 0 -30 100 1e+03 0.0236 104 104 DriftChamberPhysical CoupledTransportation + 2 0.0682 -172 572 1e+03 0.0127 493 597 DriftChamberPhysical eIoni + 3 0.0875 -208 692 1e+03 0.00405 125 722 DriftChamberPhysical eIoni + 4 0.124 -270 900 1e+03 0.00736 218 940 WorldPhysical CoupledTransportation + 5 0.13 -281 936 1e+03 0.00751 37.5 977 WorldPhysical eIoni + 6 0.132 -285 950 1e+03 0.00157 15.2 992 WorldPhysical eIoni + 7 0.137 -294 980 1e+03 0.00714 30.7 1.02e+03 WorldPhysical eIoni + 8 0.142 -300 1e+03 1e+03 0.00883 21 1.04e+03 Crystal CoupledTransportation + 9 0.142 -300 1e+03 0 1e+03 0 1.04e+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.137 -294 980 0.00187 0 0 0 WorldPhysical initStep + 1 0.134 -294 980 0 0.00187 0.146 0.146 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.0693 290 967 0.00141 0 0 0 WorldPhysical initStep - 1 0.0649 290 967 0 0.00141 0.094 0.094 WorldPhysical eIoni + 0 0.132 -285 950 0.0115 0 0 0 WorldPhysical initStep + 1 0.555 -286 950 0.00774 0.00376 2.06 2.06 WorldPhysical eIoni + 2 1.26 -286 950 0.00157 0.00617 1.46 3.52 WorldPhysical eIoni + 3 1.24 -286 950 0 0.00157 0.112 3.63 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.063 224 747 0.00112 0 0 0 DriftChamberPhysical initStep - 1 0.287 224 747 0 0.00112 0.355 0.355 DriftChamberPhysical eIoni + 0 0.13 -281 936 0.00131 0 0 0 WorldPhysical initStep + 1 0.158 -281 936 0 0.00131 0.0843 0.0843 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.0112 74.1 247 0.00345 0 0 0 DriftChamberPhysical initStep - 1 -1.35 73.7 247 0.00212 0.00133 1.73 1.73 DriftChamberPhysical eIoni - 2 -1.54 73.2 247 0 0.00212 1.01 2.73 DriftChamberPhysical eIoni + 0 0.0875 -208 692 0.00138 0 0 0 DriftChamberPhysical initStep + 1 -0.00632 -207 692 0 0.00138 0.494 0.494 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.00076 4.51 15 0.00348 0 0 0 WorldPhysical initStep - 1 0.17 4.53 15.1 0 0.00348 0.406 0.406 WorldPhysical eIoni + 0 0.0682 -172 572 0.0015 0 0 0 DriftChamberPhysical initStep + 1 0.136 -171 572 0 0.0015 0.571 0.571 DriftChamberPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1251,112 +1348,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 1e+03 0 0 0 WorldPhysical initStep - 1 -0.000344 -5.04 16.8 1e+03 0.00233 17.5 17.5 WorldPhysical eIoni - 2 -0.00459 -27.1 90.2 1e+03 0.0147 76.6 94.2 WorldPhysical eIoni - 3 -0.00744 -30 100 1e+03 0.00159 10.2 104 DriftChamberPhysical CoupledTransportation - 4 -0.0409 -62.5 208 1e+03 0.00368 113 218 DriftChamberPhysical eIoni - 5 -0.278 -270 900 1e+03 0.0199 722 940 WorldPhysical CoupledTransportation - 6 -0.302 -292 972 1e+03 0.0169 75 1.01e+03 WorldPhysical eIoni - 7 -0.303 -293 976 1e+03 0.00113 4.68 1.02e+03 WorldPhysical eIoni - 8 -0.308 -300 1e+03 1e+03 0.0051 24.7 1.04e+03 Crystal CoupledTransportation - 9 -0.308 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 1 -0.000815 -14.3 47.8 1e+03 0.00874 49.9 49.9 WorldPhysical eIoni + 2 -0.0012 -18.5 61.5 1e+03 0.00354 14.4 64.3 WorldPhysical eIoni + 3 0.00485 -23.3 77.7 1e+03 0.00446 16.9 81.1 WorldPhysical eIoni + 4 0.0148 -30 100 1e+03 0.00661 23.3 104 DriftChamberPhysical CoupledTransportation + 5 0.0947 -76.4 254 1e+03 0.00715 161 265 DriftChamberPhysical eIoni + 6 0.143 -107 356 1e+03 0.00245 106 371 DriftChamberPhysical eIoni + 7 0.415 -270 900 1e+03 0.0184 568 940 WorldPhysical CoupledTransportation + 8 0.424 -276 919 1e+03 0.00369 20 960 WorldPhysical eIoni + 9 0.43 -280 931 1e+03 0.00167 12.7 972 WorldPhysical eIoni + 10 0.432 -282 938 1e+03 0.00117 6.76 979 WorldPhysical eIoni + 11 0.433 -282 940 1e+03 0.000352 2.81 982 WorldPhysical eIoni + 12 0.452 -300 1e+03 1e+03 0.0113 62.1 1.04e+03 Crystal CoupledTransportation + 13 0.452 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* 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 -0.303 -293 976 0.00265 0 0 0 WorldPhysical initStep - 1 -0.329 -293 976 0 0.00265 0.255 0.255 WorldPhysical eIoni + 0 0.433 -282 940 0.00113 0 0 0 WorldPhysical initStep + 1 0.436 -282 940 0 0.00113 0.0679 0.0679 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* 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 -0.302 -292 972 0.00106 0 0 0 WorldPhysical initStep - 1 -0.326 -292 972 0 0.00106 0.0623 0.0623 WorldPhysical eIoni + 0 0.432 -282 938 0.0114 0 0 0 WorldPhysical initStep + 1 1.16 -283 938 0.00838 0.00306 2.05 2.05 WorldPhysical eIoni + 2 1.2 -283 938 0.00237 0.00465 1.36 3.41 WorldPhysical eIoni + 3 1.28 -283 938 0 0.00237 0.213 3.62 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* 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 -0.0409 -62.5 208 0.00174 0 0 0 DriftChamberPhysical initStep - 1 0.206 -63 208 0 0.00174 0.722 0.722 DriftChamberPhysical eIoni + 0 1.2 -283 938 0.00136 0 0 0 WorldPhysical initStep + 1 1.19 -283 938 0 0.00136 0.0897 0.0897 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.00459 -27.1 90.2 0.00273 0 0 0 WorldPhysical initStep - 1 -0.0751 -27 90.2 0 0.00273 0.268 0.268 WorldPhysical eIoni + 0 0.43 -280 931 0.00356 0 0 0 WorldPhysical initStep + 1 0.586 -280 931 0 0.00356 0.422 0.422 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, 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.000344 -5.04 16.8 0.00907 0 0 0 WorldPhysical initStep - 1 -0.659 -4.94 16.9 0.00465 0.00282 0.911 0.911 WorldPhysical eIoni - 2 -0.628 -4.74 16.7 0 0.00465 0.675 1.59 WorldPhysical eIoni + 0 0.424 -276 919 0.00101 0 0 0 WorldPhysical initStep + 1 0.437 -276 919 0 0.00101 0.0577 0.0577 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* 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.659 -4.94 16.9 0.0016 0 0 0 WorldPhysical initStep - 1 -0.626 -4.97 16.9 0 0.0016 0.115 0.115 WorldPhysical eIoni + 0 0.143 -107 356 0.00349 0 0 0 DriftChamberPhysical initStep + 1 -0.108 -108 355 0.00231 0.00119 1.74 1.74 DriftChamberPhysical eIoni + 2 0.0158 -109 355 0 0.00231 1.14 2.89 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 -0.000947 -26.7 89.1 1e+03 0.017 93 93 WorldPhysical eIoni - 2 -0.000726 -30 100 1e+03 0.00231 11.4 104 DriftChamberPhysical CoupledTransportation - 3 0.0225 -270 900 1e+03 0.022 835 940 WorldPhysical CoupledTransportation - 4 0.025 -284 948 1e+03 0.00553 49.7 989 WorldPhysical eIoni - 5 0.0249 -286 952 1e+03 0.000762 4.37 994 WorldPhysical eIoni - 6 0.0242 -300 1e+03 1e+03 0.00891 50.4 1.04e+03 Crystal CoupledTransportation - 7 0.0242 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 0 0.0947 -76.4 254 0.00107 0 0 0 DriftChamberPhysical initStep + 1 0.317 -76.3 254 0 0.00107 0.335 0.335 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.0249 -286 952 0.00863 0 0 0 WorldPhysical initStep - 1 -0.142 -286 952 0.00384 0.00479 1.62 1.62 WorldPhysical eIoni - 2 -0.0243 -286 951 0 0.00384 0.481 2.1 WorldPhysical eIoni + 0 0.00485 -23.3 77.7 0.00154 0 0 0 WorldPhysical initStep + 1 -0.0308 -23.4 77.7 0 0.00154 0.108 0.108 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.025 -284 948 0.00146 0 0 0 WorldPhysical initStep - 1 0.0565 -284 948 0 0.00146 0.0991 0.0991 WorldPhysical eIoni + 0 -0.0012 -18.5 61.5 0.00168 0 0 0 WorldPhysical initStep + 1 -0.0255 -18.4 61.6 0 0.00168 0.124 0.124 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.000947 -26.7 89.1 0.00792 0 0 0 WorldPhysical initStep - 1 0.228 -27.4 89 0.00335 0.00326 1.33 1.33 WorldPhysical eIoni - 2 0.306 -27.4 89.1 0 0.00335 0.381 1.71 WorldPhysical eIoni + 0 -0.000815 -14.3 47.8 0.00149 0 0 0 WorldPhysical initStep + 1 0.0325 -14.3 47.8 0 0.00149 0.103 0.103 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 2 +* G4Track 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 -30 100 1e+03 0.0219 104 104 DriftChamberPhysical CoupledTransportation + 2 0.0416 -172 575 1e+03 0.0142 496 600 DriftChamberPhysical eIoni + 3 0.0537 -222 741 1e+03 0.00444 174 774 DriftChamberPhysical eIoni + 4 0.048 -270 900 1e+03 0.00528 166 940 WorldPhysical CoupledTransportation + 5 0.0413 -300 1e+03 1e+03 0.0224 104 1.04e+03 Crystal CoupledTransportation + 6 0.0413 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + +********************************************************************************************************* +* 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.0537 -222 741 0.00672 0 0 0 DriftChamberPhysical initStep + 1 1.75 -225 741 0.00609 0.000626 3.06 3.06 DriftChamberPhysical eIoni + 2 3.15 -226 740 0.00521 0.000881 2.79 5.85 DriftChamberPhysical eIoni + 3 3.94 -228 740 0.00314 0.00207 2.42 8.27 DriftChamberPhysical eIoni + 4 4.68 -230 740 0.00179 0.00136 1.59 9.87 DriftChamberPhysical eIoni + 5 4.53 -230 740 0 0.00179 0.756 10.6 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.0416 -172 575 0.0163 0 0 0 DriftChamberPhysical initStep + 1 -2.28 -164 578 0.0139 0.00244 9.66 9.66 DriftChamberPhysical eIoni + 2 -2.93 -161 579 0.0112 0.00107 2.97 12.6 DriftChamberPhysical eIoni + 3 -5.72 -157 579 0.0101 0.00104 5.56 18.2 DriftChamberPhysical eIoni + 4 -8.03 -153 581 0.00861 0.00152 4.89 23.1 DriftChamberPhysical eIoni + 5 -11.1 -152 582 0.00648 0.00213 4.01 27.1 DriftChamberPhysical eIoni + 6 -11.7 -150 580 0.00495 0.00153 2.96 30 DriftChamberPhysical eIoni + 7 -13.5 -151 581 0.00341 0.00154 2.32 32.4 DriftChamberPhysical eIoni + 8 -14.4 -152 581 0.00204 0.00137 1.71 34.1 DriftChamberPhysical eIoni + 9 -15 -152 581 0 0.00204 0.945 35 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 0.228 -27.4 89 0.00131 0 0 0 WorldPhysical initStep - 1 0.214 -27.4 89 0 0.00131 0.0849 0.0849 WorldPhysical eIoni + 0 -2.93 -161 579 0.00165 0 0 0 DriftChamberPhysical initStep + 1 -2.62 -161 579 0 0.00165 0.665 0.665 DriftChamberPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1364,28 +1500,28 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -30 100 1e+03 0.0296 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.0481 -270 900 1e+03 0.0245 835 940 WorldPhysical CoupledTransportation - 3 -0.0498 -278 928 1e+03 0.00527 28.9 969 WorldPhysical eIoni - 4 -0.0507 -281 937 1e+03 0.00226 9.47 978 WorldPhysical eIoni - 5 -0.0565 -300 1e+03 1e+03 0.0139 66 1.04e+03 Crystal CoupledTransportation - 6 -0.0565 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 1 1.58e-06 -2.12 7.06 1e+03 0.000854 7.37 7.37 WorldPhysical eIoni + 2 0.000722 -30 100 1e+03 0.0158 97 104 DriftChamberPhysical CoupledTransportation + 3 0.0354 -74.9 250 1e+03 0.00652 156 261 DriftChamberPhysical eIoni + 4 0.202 -270 900 1e+03 0.0196 679 940 WorldPhysical CoupledTransportation + 5 0.232 -300 1e+03 1e+03 0.0166 104 1.04e+03 Crystal CoupledTransportation + 6 0.232 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* * 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.0507 -281 937 0.00152 0 0 0 WorldPhysical initStep - 1 -0.0543 -281 937 0 0.00152 0.106 0.106 WorldPhysical eIoni + 0 0.0354 -74.9 250 0.00102 0 0 0 DriftChamberPhysical initStep + 1 -0.151 -74.8 250 0 0.00102 0.31 0.31 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.0498 -278 928 0.00113 0 0 0 WorldPhysical initStep - 1 -0.0395 -278 928 0 0.00113 0.0683 0.0683 WorldPhysical eIoni + 0 1.58e-06 -2.12 7.06 0.00147 0 0 0 WorldPhysical initStep + 1 0.0371 -2.13 7.06 0 0.00147 0.101 0.101 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1393,37 +1529,46 @@ 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 3.28e-08 -0.657 2.19 1e+03 0.000277 2.29 2.29 WorldPhysical eIoni - 2 -0.000625 -30 100 1e+03 0.0159 102 104 DriftChamberPhysical CoupledTransportation - 3 0.00105 -155 516 1e+03 0.0151 434 538 DriftChamberPhysical eIoni - 4 0.00678 -270 900 1e+03 0.0101 401 940 WorldPhysical CoupledTransportation - 5 0.0096 -275 918 1e+03 0.00354 19.2 959 WorldPhysical eIoni - 6 0.0273 -300 1e+03 1e+03 0.0158 85.2 1.04e+03 Crystal CoupledTransportation - 7 0.0273 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 1 0.000721 -7.58 25.3 1e+03 0.00433 26.4 26.4 WorldPhysical eIoni + 2 0.000319 -10.4 34.8 1e+03 0.00114 9.89 36.3 WorldPhysical eIoni + 3 -0.0144 -22.7 75.7 1e+03 0.00665 42.7 79 WorldPhysical eIoni + 4 -0.0254 -30 100 1e+03 0.00408 25.4 104 DriftChamberPhysical CoupledTransportation + 5 -0.409 -262 875 1e+03 0.0235 809 914 DriftChamberPhysical eIoni + 6 -0.421 -270 900 1e+03 0.00104 26 940 WorldPhysical CoupledTransportation + 7 -0.466 -300 1e+03 1e+03 0.0143 104 1.04e+03 Crystal CoupledTransportation + 8 -0.466 -300 1e+03 0 1e+03 0 1.04e+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.409 -262 875 0.00207 0 0 0 DriftChamberPhysical initStep + 1 -1.1 -263 875 0 0.00207 0.969 0.969 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.0096 -275 918 0.00139 0 0 0 WorldPhysical initStep - 1 0.0232 -275 918 0 0.00139 0.0927 0.0927 WorldPhysical eIoni + 0 -0.0144 -22.7 75.7 0.00108 0 0 0 WorldPhysical initStep + 1 -0.0241 -22.7 75.7 0 0.00108 0.0636 0.0636 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.00105 -155 516 0.00159 0 0 0 DriftChamberPhysical initStep - 1 -0.284 -155 516 0 0.00159 0.623 0.623 DriftChamberPhysical eIoni + 0 0.000319 -10.4 34.8 0.00136 0 0 0 WorldPhysical initStep + 1 0.00488 -10.5 34.7 0 0.00136 0.0891 0.0891 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 3.28e-08 -0.657 2.19 0.00177 0 0 0 WorldPhysical initStep - 1 0.00781 -0.708 2.18 0 0.00177 0.133 0.133 WorldPhysical eIoni + 0 0.000721 -7.58 25.3 0.00138 0 0 0 WorldPhysical initStep + 1 0.0321 -7.57 25.3 0 0.00138 0.0915 0.0915 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1431,28 +1576,73 @@ 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 -30 100 1e+03 0.0203 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.0286 -70.1 234 1e+03 0.00506 140 244 DriftChamberPhysical eIoni - 3 -0.0488 -91.3 304 1e+03 0.0026 73.7 318 DriftChamberPhysical eIoni - 4 -0.194 -270 900 1e+03 0.0175 622 940 WorldPhysical CoupledTransportation - 5 -0.231 -300 1e+03 1e+03 0.0164 104 1.04e+03 Crystal CoupledTransportation - 6 -0.231 -300 1e+03 0 1e+03 0 1.04e+03 Crystal fastSimProcess_massGeom + 1 0.00146 -21.4 35.7 1e+03 0.00765 41.7 41.7 WorldPhysical eIoni + 2 0.00102 -46.4 77.4 1e+03 0.00966 48.6 90.2 WorldPhysical eIoni + 3 -0.000961 -56 93.3 1e+03 0.00525 18.5 109 WorldPhysical eIoni + 4 -0.00243 -60 100 1e+03 0.00186 7.86 117 DriftChamberPhysical CoupledTransportation + 5 -0.0852 -196 327 1e+03 0.00711 265 382 DriftChamberPhysical eIoni + 6 -0.374 -538 897 1e+03 0.0184 664 1.05e+03 DriftChamberPhysical eIoni + 7 -0.376 -540 900 1e+03 1.14e-05 3.49 1.05e+03 WorldPhysical CoupledTransportation + 8 -0.385 -550 917 1e+03 0.00333 19.4 1.07e+03 WorldPhysical eIoni + 9 -0.433 -593 989 1e+03 0.0194 84.6 1.15e+03 WorldPhysical eIoni + 10 -0.442 -600 1e+03 1e+03 0.00115 12.6 1.17e+03 Crystal CoupledTransportation + 11 -0.442 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.433 -593 989 0.00301 0 0 0 WorldPhysical initStep + 1 -0.302 -593 989 0 0.00301 0.316 0.316 WorldPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -0.385 -550 917 0.0019 0 0 0 WorldPhysical initStep + 1 -0.446 -550 917 0 0.0019 0.149 0.149 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.374 -538 897 0.00202 0 0 0 DriftChamberPhysical initStep + 1 -0.698 -538 897 0 0.00202 0.924 0.924 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.0852 -196 327 0.000998 0 0 0 DriftChamberPhysical initStep + 1 -0.0281 -197 327 0 0.000998 0.299 0.299 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.000961 -56 93.3 0.00286 0 0 0 WorldPhysical initStep + 1 0.0564 -56.1 93.2 0 0.00286 0.291 0.291 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.0488 -91.3 304 0.00268 0 0 0 DriftChamberPhysical initStep - 1 -0.799 -90.6 305 0 0.00268 1.37 1.37 DriftChamberPhysical eIoni + 0 0.00102 -46.4 77.4 0.00145 0 0 0 WorldPhysical initStep + 1 0.0216 -46.4 77.4 0 0.00145 0.098 0.098 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.0286 -70.1 234 0.00152 0 0 0 DriftChamberPhysical initStep - 1 0.319 -70.3 234 0 0.00152 0.579 0.579 DriftChamberPhysical eIoni + 0 0.00146 -21.4 35.7 0.0052 0 0 0 WorldPhysical initStep + 1 0.252 -21.2 35.9 0 0.0052 0.821 0.821 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1460,96 +1650,157 @@ 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.000586 -39.6 66 1e+03 0.0124 77 77 WorldPhysical eIoni - 2 -0.00137 -52.5 87.4 1e+03 0.00369 24.9 102 WorldPhysical eIoni - 3 -0.00334 -58.8 97.9 1e+03 0.0046 12.2 114 WorldPhysical eIoni - 4 -0.00373 -60 100 1e+03 0.000615 2.43 117 DriftChamberPhysical CoupledTransportation - 5 -0.0828 -299 499 1e+03 0.0148 465 582 DriftChamberPhysical eIoni - 6 -0.111 -380 634 1e+03 0.00659 158 739 DriftChamberPhysical eIoni - 7 -0.168 -540 900 1e+03 0.0111 310 1.05e+03 WorldPhysical CoupledTransportation - 8 -0.176 -556 926 1e+03 0.00523 30.3 1.08e+03 WorldPhysical eIoni - 9 -0.176 -558 930 1e+03 0.000458 4.14 1.08e+03 WorldPhysical eIoni - 10 -0.195 -600 1e+03 1e+03 0.0165 82.2 1.17e+03 Crystal CoupledTransportation - 11 -0.195 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 1 0.000517 -10.8 18.1 1e+03 0.00624 21.1 21.1 WorldPhysical eIoni + 2 0.00166 -60 100 1e+03 0.0203 95.5 117 DriftChamberPhysical CoupledTransportation + 3 -0.112 -540 900 1e+03 0.0242 933 1.05e+03 WorldPhysical CoupledTransportation + 4 -0.155 -600 1e+03 1e+03 0.0233 117 1.17e+03 Crystal CoupledTransportation + 5 -0.155 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0.000517 -10.8 18.1 0.00295 0 0 0 WorldPhysical initStep + 1 0.0611 -10.9 18 0 0.00295 0.307 0.307 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.00719 -42.3 70.5 1e+03 0.0142 82.2 82.2 WorldPhysical eIoni + 2 0.00682 -60 100 1e+03 0.00677 34.4 117 DriftChamberPhysical CoupledTransportation + 3 -0.0308 -163 273 1e+03 0.00582 201 318 DriftChamberPhysical eIoni + 4 -0.157 -540 900 1e+03 0.0204 732 1.05e+03 WorldPhysical CoupledTransportation + 5 -0.176 -600 1e+03 1e+03 0.0283 117 1.17e+03 Crystal CoupledTransportation + 6 -0.176 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + +********************************************************************************************************* +* 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.0308 -163 273 0.00188 0 0 0 DriftChamberPhysical initStep + 1 -0.392 -163 273 0 0.00188 0.82 0.82 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.176 -558 930 0.00144 0 0 0 WorldPhysical initStep - 1 -0.139 -558 930 0 0.00144 0.0971 0.0971 WorldPhysical eIoni + 0 0.00719 -42.3 70.5 0.00136 0 0 0 WorldPhysical initStep + 1 0.0329 -42.3 70.5 0 0.00136 0.0893 0.0893 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.00122 -7.49 12.5 1e+03 0.00376 14.6 14.6 WorldPhysical eIoni + 2 -0.0103 -41.8 69.7 1e+03 0.0117 66.7 81.2 WorldPhysical eIoni + 3 -0.0125 -60 100 1e+03 0.008 35.4 117 DriftChamberPhysical CoupledTransportation + 4 -0.000266 -168 280 1e+03 0.00685 209 326 DriftChamberPhysical eIoni + 5 0.0573 -473 788 1e+03 0.0172 593 919 DriftChamberPhysical eIoni + 6 0.0702 -540 900 1e+03 0.00441 130 1.05e+03 WorldPhysical CoupledTransportation + 7 0.0725 -559 931 1e+03 0.00839 36.6 1.09e+03 WorldPhysical eIoni + 8 0.0913 -592 986 1e+03 0.0116 63.9 1.15e+03 WorldPhysical eIoni + 9 0.0965 -600 1e+03 1e+03 0.0019 16.1 1.17e+03 Crystal CoupledTransportation + 10 0.0965 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* * 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.176 -556 926 0.00273 0 0 0 WorldPhysical initStep - 1 -0.268 -556 926 0 0.00273 0.269 0.269 WorldPhysical eIoni + 0 0.0913 -592 986 0.00114 0 0 0 WorldPhysical initStep + 1 0.0711 -592 986 0 0.00114 0.0686 0.0686 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.111 -380 634 0.0155 0 0 0 DriftChamberPhysical initStep - 1 -0.193 -388 630 0.014 0.00151 8.92 8.92 DriftChamberPhysical eIoni - 2 1.56 -395 629 0.0116 0.00243 7.64 16.6 DriftChamberPhysical eIoni - 3 1.02 -401 629 0.00526 0.00228 5.74 22.3 DriftChamberPhysical eIoni - 4 -0.979 -401 628 0.00478 0.000473 2.44 24.7 DriftChamberPhysical eIoni - 5 -2.52 -402 629 0.00258 0.00101 2.04 26.8 DriftChamberPhysical eIoni - 6 -2.54 -402 629 0.00214 0.000439 0.457 27.2 DriftChamberPhysical eIoni - 7 -2.52 -401 628 0 0.00214 1.02 28.3 DriftChamberPhysical eIoni + 0 0.0725 -559 931 0.064 0 0 0 WorldPhysical initStep + 1 -13 -568 933 0.0561 0.00792 17.4 17.4 WorldPhysical eIoni + 2 -21.5 -578 933 0.046 0.0101 14 31.4 WorldPhysical eIoni + 3 -22.1 -587 929 0.0425 0.0035 10.3 41.7 WorldPhysical eIoni + 4 -25.3 -595 929 0.0356 0.00693 9.12 50.9 WorldPhysical eIoni + 5 -25.7 -601 930 0.0325 0.00307 7.02 57.9 WorldPhysical eIoni + 6 -26.5 -600 925 0.0283 0.00417 6.19 64.1 WorldPhysical eIoni + 7 -25.7 -599 924 0.0257 0.00156 2.15 66.2 WorldPhysical eIoni + 8 -23.5 -597 921 0.0195 0.00616 4.56 70.8 WorldPhysical eIoni + 9 -22.2 -596 921 0.0134 0.00285 1.77 72.5 WorldPhysical eIoni + 10 -21.9 -596 921 0.00966 0.000277 0.262 72.8 WorldPhysical eIoni + 11 -21 -596 922 0.00693 0.00273 1.78 74.6 WorldPhysical eIoni + 12 -20.6 -596 921 0 0.00693 1.29 75.9 WorldPhysical 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 -2.52 -402 629 0.00119 0 0 0 DriftChamberPhysical initStep - 1 -2.41 -402 629 0 0.00119 0.395 0.395 DriftChamberPhysical eIoni + 0 -21.9 -596 921 0.00347 0 0 0 WorldPhysical initStep + 1 -21.9 -597 922 0.00144 0.000918 0.189 0.189 WorldPhysical eIoni + 2 -21.9 -597 922 0 0.00144 0.0976 0.286 WorldPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -21.9 -597 922 0.00111 0 0 0 WorldPhysical initStep + 1 -21.9 -597 922 0 0.00111 0.0662 0.0662 WorldPhysical 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 1.02 -401 629 0.00403 0 0 0 DriftChamberPhysical initStep - 1 1.7 -402 628 0.00245 0.00158 1.96 1.96 DriftChamberPhysical eIoni - 2 1.71 -403 627 0 0.00245 1.23 3.19 DriftChamberPhysical eIoni + 0 -22.2 -596 921 0.00328 0 0 0 WorldPhysical initStep + 1 -22.2 -596 921 0 0.00328 0.366 0.366 WorldPhysical 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 -25.7 -599 924 0.00106 0 0 0 WorldPhysical initStep + 1 -25.6 -599 924 0 0.00106 0.0623 0.0623 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.0828 -299 499 0.00141 0 0 0 DriftChamberPhysical initStep - 1 0.256 -299 499 0 0.00141 0.515 0.515 DriftChamberPhysical eIoni + 0 0.0573 -473 788 0.00116 0 0 0 DriftChamberPhysical initStep + 1 0.269 -473 788 0 0.00116 0.379 0.379 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.00334 -58.8 97.9 0.00156 0 0 0 WorldPhysical initStep - 1 0.0265 -58.8 97.9 0 0.00156 0.11 0.11 WorldPhysical eIoni + 0 -0.000266 -168 280 0.00148 0 0 0 DriftChamberPhysical initStep + 1 0.385 -168 280 0 0.00148 0.554 0.554 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.00137 -52.5 87.4 0.00105 0 0 0 WorldPhysical initStep - 1 0.0126 -52.4 87.4 0 0.00105 0.061 0.061 WorldPhysical eIoni + 0 -0.0103 -41.8 69.7 0.00142 0 0 0 WorldPhysical initStep + 1 -0.0437 -41.8 69.7 0 0.00142 0.0955 0.0955 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.000586 -39.6 66 0.0012 0 0 0 WorldPhysical initStep - 1 0.0274 -39.6 66 0 0.0012 0.0744 0.0744 WorldPhysical eIoni + 0 -0.00122 -7.49 12.5 0.0019 0 0 0 WorldPhysical initStep + 1 -0.00827 -7.44 12.5 0 0.0019 0.149 0.149 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 @@ -1557,271 +1808,387 @@ 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.0276 117 117 DriftChamberPhysical CoupledTransportation - 2 -0.00727 -97.3 162 1e+03 0.00139 72.6 189 DriftChamberPhysical eIoni - 3 -0.0537 -393 655 1e+03 0.0186 575 764 DriftChamberPhysical eIoni - 4 -0.0773 -540 900 1e+03 0.00875 286 1.05e+03 WorldPhysical CoupledTransportation - 5 -0.0775 -542 903 1e+03 0.00033 3.42 1.05e+03 WorldPhysical eIoni - 6 -0.0798 -573 954 1e+03 0.00989 60 1.11e+03 WorldPhysical eIoni - 7 -0.0819 -600 1e+03 1e+03 0.0117 53.2 1.17e+03 Crystal CoupledTransportation - 8 -0.0819 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 1 -0.0111 -43.9 73.1 1e+03 0.0157 85.3 85.3 WorldPhysical eIoni + 2 -0.017 -60 100 1e+03 0.00694 31.3 117 DriftChamberPhysical CoupledTransportation + 3 -0.115 -540 900 1e+03 0.0276 933 1.05e+03 WorldPhysical CoupledTransportation + 4 -0.116 -552 921 1e+03 0.00403 24.2 1.07e+03 WorldPhysical eIoni + 5 -0.117 -600 1e+03 1e+03 0.0146 92.4 1.17e+03 Crystal CoupledTransportation + 6 -0.117 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, 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.0798 -573 954 0.00168 0 0 0 WorldPhysical initStep - 1 -0.12 -573 954 0 0.00168 0.123 0.123 WorldPhysical eIoni + 0 -0.116 -552 921 0.00117 0 0 0 WorldPhysical initStep + 1 -0.141 -552 921 0 0.00117 0.0716 0.0716 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.0111 -43.9 73.1 0.00103 0 0 0 WorldPhysical initStep + 1 0.00268 -43.9 73.1 0 0.00103 0.0593 0.0593 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 51 84.9 1e+03 0.0128 99.1 99.1 WorldPhysical hIoni + 2 0.00582 60 100 1e+03 0.00179 17.6 117 DriftChamberPhysical CoupledTransportation + 3 0.0821 170 284 1e+03 0.0024 215 331 DriftChamberPhysical hIoni + 4 0.136 250 418 1e+03 0.00244 156 487 DriftChamberPhysical hIoni + 5 0.328 539 900 1e+03 0.0122 562 1.05e+03 WorldPhysical CoupledTransportation + 6 0.344 569 950 1e+03 0.0112 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 7 0.344 569 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.0775 -542 903 0.00144 0 0 0 WorldPhysical initStep - 1 -0.0704 -542 903 0 0.00144 0.0971 0.0971 WorldPhysical eIoni + 0 0.136 250 418 0.00172 0 0 0 DriftChamberPhysical initStep + 1 0.362 251 417 0 0.00172 0.707 0.707 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.0537 -393 655 0.00121 0 0 0 DriftChamberPhysical initStep - 1 -0.325 -393 655 0 0.00121 0.402 0.402 DriftChamberPhysical eIoni + 0 0.0821 170 284 0.00154 0 0 0 DriftChamberPhysical initStep + 1 -0.282 170 284 0 0.00154 0.592 0.592 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.00727 -97.3 162 0.00129 0 0 0 DriftChamberPhysical initStep - 1 -0.2 -97.1 162 0 0.00129 0.444 0.444 DriftChamberPhysical eIoni + 0 0 51 84.9 0.392 0 0 0 WorldPhysical initStep + 1 -12.8 76.5 84.1 0.385 0.0035 28.8 28.8 WorldPhysical eIoni + 2 -17.6 88.5 84.1 0.31 0.00167 12.9 41.7 WorldPhysical eIoni + 3 -28.6 100 79.9 0.304 0.00413 16.9 58.6 WorldPhysical eIoni + 4 -55.5 102 77.7 0.298 0.00433 27.2 85.7 WorldPhysical eIoni + 5 -91.6 104 71.4 0.289 0.00805 37.2 123 WorldPhysical eIoni + 6 -112 107 60.5 0.285 0.00359 23.8 147 WorldPhysical eIoni + 7 -134 107 53.1 0.28 0.00371 22.9 170 WorldPhysical eIoni + 8 -161 110 39.1 0.271 0.00467 30.8 200 WorldPhysical eIoni + 9 -202 142 36.3 0.262 0.00865 53.1 253 WorldPhysical eIoni + 10 -284 184 10.4 0.242 0.0168 99.6 353 WorldPhysical eIoni + 11 -289 189 8.54 0.238 0.00129 6.48 360 WorldPhysical eIoni + 12 -320 225 -1.21 0.225 0.0106 50.1 410 WorldPhysical eIoni + 13 -337 244 -15 0.218 0.00703 29.3 439 WorldPhysical eIoni + 14 -369 268 -66.5 0.207 0.00925 67.7 507 WorldPhysical eIoni + 15 -408 263 -146 0.186 0.02 93.2 600 WorldPhysical eIoni + 16 -407 289 -167 0.174 0.0107 34.2 634 WorldPhysical eIoni + 17 -404 303 -176 0.169 0.00304 17.4 651 WorldPhysical eIoni + 18 -400 317 -189 0.162 0.0045 19 670 WorldPhysical eIoni + 19 -400 319 -190 0.159 0.000321 2.19 673 WorldPhysical eIoni + 20 -395 334 -205 0.153 0.00451 22.1 695 WorldPhysical eIoni + 21 -394 340 -219 0.147 0.00631 15.5 710 WorldPhysical eIoni + 22 -403 339 -236 0.14 0.00492 19.6 730 WorldPhysical eIoni + 23 -417 341 -250 0.135 0.00358 20.2 750 WorldPhysical eIoni + 24 -459 339 -281 0.118 0.0174 60.5 811 WorldPhysical eIoni + 25 -470 358 -299 0.0953 0.00912 31.5 842 WorldPhysical eIoni + 26 -477 385 -292 0.0853 0.0101 33.6 876 WorldPhysical eIoni + 27 -461 386 -274 0.0745 0.0108 27.9 904 WorldPhysical eIoni + 28 -457 380 -263 0.0654 0.00761 15 919 WorldPhysical eIoni + 29 -458 377 -258 0.059 0.00267 5.83 925 WorldPhysical eIoni + 30 -459 376 -245 0.0515 0.00755 15.3 940 WorldPhysical eIoni + 31 -464 378 -241 0.0456 0.00433 6.91 947 WorldPhysical eIoni + 32 -470 378 -236 0.0393 0.00633 10.2 957 WorldPhysical eIoni + 33 -471 377 -235 0.0374 0.00036 1.04 958 WorldPhysical eIoni + 34 -473 374 -230 0.034 0.00342 7.55 965 WorldPhysical eIoni + 35 -472 370 -226 0.0265 0.00742 6.58 972 WorldPhysical eIoni + 36 -473 371 -222 0.0216 0.0049 4.74 977 WorldPhysical eIoni + 37 -473 373 -220 0.0178 0.00386 3.72 981 WorldPhysical eIoni + 38 -473 374 -219 0.0142 0.0024 1.06 982 WorldPhysical eIoni + 39 -472 375 -218 0.00924 0.005 2.46 984 WorldPhysical eIoni + 40 -471 375 -219 0.00344 0.00579 1.72 986 WorldPhysical eIoni + 41 -471 375 -219 0 0.00344 0.399 986 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* 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 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -60 100 1e+03 0.0249 117 117 DriftChamberPhysical CoupledTransportation - 2 0.0225 -124 207 1e+03 0.00337 125 241 DriftChamberPhysical eIoni - 3 0.159 -540 900 1e+03 0.0289 808 1.05e+03 WorldPhysical CoupledTransportation - 4 0.194 -600 1e+03 1e+03 0.025 117 1.17e+03 Crystal CoupledTransportation - 5 0.194 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 -473 374 -219 0.00114 0 0 0 WorldPhysical initStep + 1 -473 374 -219 0 0.00114 0.0691 0.0691 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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.0225 -124 207 0.00108 0 0 0 DriftChamberPhysical initStep - 1 0.152 -124 207 0 0.00108 0.336 0.336 DriftChamberPhysical eIoni + 0 -471 377 -235 0.00156 0 0 0 WorldPhysical initStep + 1 -471 377 -235 0 0.00156 0.111 0.111 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 27, 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.00292 -22.1 36.8 1e+03 0.00829 43 43 WorldPhysical eIoni - 2 -0.0139 -60 100 1e+03 0.0146 73.7 117 DriftChamberPhysical CoupledTransportation - 3 -0.185 -540 900 1e+03 0.027 933 1.05e+03 WorldPhysical CoupledTransportation - 4 -0.208 -576 960 1e+03 0.0142 69.8 1.12e+03 WorldPhysical eIoni - 5 -0.218 -600 1e+03 1e+03 0.00503 46.8 1.17e+03 Crystal CoupledTransportation - 6 -0.218 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 -464 378 -241 0.00149 0 0 0 WorldPhysical initStep + 1 -464 378 -242 0 0.00149 0.102 0.102 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 26, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.208 -576 960 0.00106 0 0 0 WorldPhysical initStep - 1 -0.23 -576 960 0 0.00106 0.062 0.062 WorldPhysical eIoni + 0 -458 377 -258 0.00369 0 0 0 WorldPhysical initStep + 1 -458 377 -258 0 0.00369 0.451 0.451 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 -0.00292 -22.1 36.8 0.00176 0 0 0 WorldPhysical initStep - 1 -0.0535 -22.1 36.8 0 0.00176 0.132 0.132 WorldPhysical eIoni + 0 -457 380 -263 0.0015 0 0 0 WorldPhysical initStep + 1 -457 380 -263 0 0.0015 0.104 0.104 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 24, 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.00019 -6.94 11.6 1e+03 0.00169 13.5 13.5 WorldPhysical eIoni - 2 -0.00283 -22.8 37.9 1e+03 0.0052 30.7 44.2 WorldPhysical eIoni - 3 -0.0169 -60 100 1e+03 0.0136 72.4 117 DriftChamberPhysical CoupledTransportation - 4 -0.305 -540 900 1e+03 0.0278 933 1.05e+03 WorldPhysical CoupledTransportation - 5 -0.313 -567 945 1e+03 0.0134 52.3 1.1e+03 WorldPhysical eIoni - 6 -0.314 -583 971 1e+03 0.00637 31 1.13e+03 WorldPhysical eIoni - 7 -0.315 -600 1e+03 1e+03 0.00693 33.3 1.17e+03 Crystal CoupledTransportation - 8 -0.315 -600 1e+03 0 1e+03 0 1.17e+03 Crystal fastSimProcess_massGeom + 0 -470 358 -299 0.0136 0 0 0 WorldPhysical initStep + 1 -469 359 -300 0.0103 0.00333 2.37 2.37 WorldPhysical eIoni + 2 -469 358 -300 0.00651 0.000547 0.475 2.85 WorldPhysical eIoni + 3 -469 358 -301 0 0.00651 1.19 4.04 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 24 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.314 -583 971 0.00103 0 0 0 WorldPhysical initStep - 1 -0.302 -583 971 0 0.00103 0.0593 0.0593 WorldPhysical eIoni + 0 -469 358 -300 0.00326 0 0 0 WorldPhysical initStep + 1 -469 358 -300 0 0.00326 0.364 0.364 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 23, Parent ID = 2 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.313 -567 945 0.00207 0 0 0 WorldPhysical initStep - 1 -0.337 -567 945 0 0.00207 0.172 0.172 WorldPhysical eIoni + 0 -417 341 -250 0.00109 0 0 0 WorldPhysical initStep + 1 -417 341 -250 0 0.00109 0.0648 0.0648 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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 -0.00283 -22.8 37.9 0.00213 0 0 0 WorldPhysical initStep - 1 0.0704 -22.8 37.9 0 0.00213 0.179 0.179 WorldPhysical eIoni + 0 -403 339 -236 0.00179 0 0 0 WorldPhysical initStep + 1 -403 340 -236 0 0.00179 0.136 0.136 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 -0.00019 -6.94 11.6 0.00324 0 0 0 WorldPhysical initStep - 1 0.0211 -7.08 11.5 0 0.00324 0.359 0.359 WorldPhysical eIoni + 0 -395 334 -205 0.00138 0 0 0 WorldPhysical initStep + 1 -395 334 -205 0 0.00138 0.0918 0.0918 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +* 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 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 22.4 37.4 1e+03 0.0048 43.6 43.6 WorldPhysical hIoni - 2 0.00342 35.6 59.4 1e+03 0.00345 25.7 69.2 WorldPhysical hIoni - 3 0.0189 60 100 1e+03 0.0065 47.4 117 DriftChamberPhysical CoupledTransportation - 4 0.185 350 583 1e+03 0.011 563 680 DriftChamberPhysical hIoni - 5 0.274 540 900 1e+03 0.0101 370 1.05e+03 WorldPhysical CoupledTransportation - 6 0.289 570 950 1e+03 0.00776 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 7 0.289 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 0 -400 319 -190 0.00224 0 0 0 WorldPhysical initStep + 1 -400 319 -190 0 0.00224 0.194 0.194 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* 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 0.185 350 583 0.00549 0 0 0 DriftChamberPhysical initStep - 1 1.04 351 582 0.00383 0.00166 2.53 2.53 DriftChamberPhysical eIoni - 2 1.18 353 581 0.00202 0.00181 1.88 4.42 DriftChamberPhysical eIoni - 3 1.58 353 581 0 0.00202 0.93 5.35 DriftChamberPhysical eIoni + 0 -400 317 -189 0.00252 0 0 0 WorldPhysical initStep + 1 -400 317 -189 0 0.00252 0.235 0.235 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.00342 35.6 59.4 0.00721 0 0 0 WorldPhysical initStep - 1 -0.558 35.9 59.3 0.00345 0.00376 1.35 1.35 WorldPhysical eIoni - 2 -0.483 35.9 59.1 0 0.00345 0.4 1.75 WorldPhysical eIoni + 0 -404 303 -176 0.00226 0 0 0 WorldPhysical initStep + 1 -404 303 -176 0 0.00226 0.197 0.197 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 22.4 37.4 0.00786 0 0 0 WorldPhysical initStep - 1 -0.217 23 37.1 0.00232 0.00554 1.48 1.48 WorldPhysical eIoni - 2 -0.245 23 37.1 0 0.00232 0.205 1.68 WorldPhysical eIoni + 0 -407 289 -167 0.00103 0 0 0 WorldPhysical initStep + 1 -407 289 -167 0 0.00103 0.0595 0.0595 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +* G4Track Information: Particle = e-, Track ID = 16, 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 47.2 78.7 1e+03 0.0116 91.8 91.8 WorldPhysical hIoni - 2 0.00206 60 100 1e+03 0.00443 24.8 117 DriftChamberPhysical CoupledTransportation - 3 0.0582 540 900 1e+03 0.0125 933 1.05e+03 WorldPhysical CoupledTransportation - 4 0.0674 563 938 1e+03 0.00624 44.3 1.09e+03 WorldPhysical hIoni - 5 0.0725 570 950 1e+03 0.0025 14.1 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 6 0.0725 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 0 -408 263 -146 0.0013 0 0 0 WorldPhysical initStep + 1 -408 263 -146 0 0.0013 0.0836 0.0836 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.0674 563 938 0.00134 0 0 0 WorldPhysical initStep - 1 0.0662 563 938 0 0.00134 0.0876 0.0876 WorldPhysical eIoni + 0 -369 268 -66.5 0.00164 0 0 0 WorldPhysical initStep + 1 -369 268 -66.6 0 0.00164 0.119 0.119 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 47.2 78.7 0.00184 0 0 0 WorldPhysical initStep - 1 -0.0473 47.2 78.7 0 0.00184 0.142 0.142 WorldPhysical eIoni + 0 -320 225 -1.21 0.00278 0 0 0 WorldPhysical initStep + 1 -320 226 -1.11 0 0.00278 0.278 0.278 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +* 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 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 -7.28e-06 0.546 0.909 1e+03 0 1.06 1.06 WorldPhysical hIoni - 2 0.00431 60 100 1e+03 0.0173 116 117 DriftChamberPhysical CoupledTransportation - 3 -0.0161 328 547 1e+03 0.0108 521 637 DriftChamberPhysical hIoni - 4 -0.00497 540 900 1e+03 0.00957 412 1.05e+03 WorldPhysical CoupledTransportation - 5 -0.00219 570 950 1e+03 0.00718 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 6 -0.00219 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 0 -289 189 8.54 0.00295 0 0 0 WorldPhysical initStep + 1 -289 189 8.53 0 0.00295 0.307 0.307 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.0161 328 547 0.00211 0 0 0 DriftChamberPhysical initStep - 1 0.31 329 546 0 0.00211 0.995 0.995 DriftChamberPhysical eIoni + 0 -284 184 10.4 0.00304 0 0 0 WorldPhysical initStep + 1 -284 184 10.4 0 0.00304 0.322 0.322 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 -7.28e-06 0.546 0.909 0.00369 0 0 0 WorldPhysical initStep - 1 -0.166 0.473 0.966 0 0.00369 0.449 0.449 WorldPhysical eIoni + 0 -161 110 39.1 0.00474 0 0 0 WorldPhysical initStep + 1 -161 110 38.9 0 0.00474 0.697 0.697 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +* 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 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 38 63.4 1e+03 0.0119 73.9 73.9 WorldPhysical hIoni - 2 -0.00382 60 100 1e+03 0.00444 42.7 117 DriftChamberPhysical CoupledTransportation - 3 -0.131 540 900 1e+03 0.0178 933 1.05e+03 WorldPhysical CoupledTransportation - 4 -0.133 552 920 1e+03 0.0037 23.5 1.07e+03 WorldPhysical hIoni - 5 -0.136 570 950 1e+03 0.00276 34.9 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 6 -0.136 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 0 -134 107 53.1 0.00101 0 0 0 WorldPhysical initStep + 1 -134 107 53.1 0 0.00101 0.0577 0.0577 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.133 552 920 0.00161 0 0 0 WorldPhysical initStep - 1 -0.0906 552 920 0 0.00161 0.115 0.115 WorldPhysical eIoni + 0 -91.6 104 71.4 0.00138 0 0 0 WorldPhysical initStep + 1 -91.6 104 71.3 0 0.00138 0.091 0.091 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, 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 -55.5 102 77.7 0.00188 0 0 0 WorldPhysical initStep + 1 -55.5 102 77.7 0 0.00188 0.147 0.147 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 -28.6 100 79.9 0.00137 0 0 0 WorldPhysical initStep + 1 -28.6 100 79.9 0 0.00137 0.0902 0.0902 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 -17.6 88.5 84.1 0.0737 0 0 0 WorldPhysical initStep + 1 -5.98 97.5 96.7 0.0634 0.0103 21.9 21.9 WorldPhysical eIoni + 2 -5.33 97.4 98.7 0.0564 0.00102 2.16 24.1 WorldPhysical eIoni + 3 -4.98 97.1 100 0.0546 0.00181 1.41 25.5 DriftChamberPhysical CoupledTransportation + 4 12.9 74.4 169 0.0499 0.00468 76.3 102 DriftChamberPhysical eIoni + 5 23.9 34.4 218 0.0441 0.00578 65.1 167 DriftChamberPhysical eIoni + 6 18.4 36 217 0.0419 0.000327 5.72 173 DriftChamberPhysical eIoni + 7 -3.57 37 214 0.0365 0.00261 22.5 195 DriftChamberPhysical eIoni + 8 -30.1 43.1 189 0.0333 0.00317 37.3 232 DriftChamberPhysical eIoni + 9 -49.9 53.7 168 0.0307 0.00255 31.8 264 DriftChamberPhysical eIoni + 10 -65.2 65.7 149 0.0252 0.00554 27.7 292 DriftChamberPhysical eIoni + 11 -65.8 66.2 148 0.0225 0.000178 0.908 293 DriftChamberPhysical eIoni + 12 -74.3 74.3 138 0.0198 0.00272 16.2 309 DriftChamberPhysical eIoni + 13 -80.9 81.7 129 0.0169 0.00285 13.1 322 DriftChamberPhysical eIoni + 14 -83.7 88.1 123 0.0142 0.00108 9.82 332 DriftChamberPhysical eIoni + 15 -84.6 95.7 123 0.0127 0.00156 7.84 340 DriftChamberPhysical eIoni + 16 -84.7 99 123 0.011 0.000363 3.38 343 DriftChamberPhysical eIoni + 17 -86.6 104 125 0.00946 0.00153 5.43 349 DriftChamberPhysical eIoni + 18 -88.2 107 126 0.00749 0.00196 4.48 353 DriftChamberPhysical eIoni + 19 -88.7 109 129 0.00648 0.00102 3.43 356 DriftChamberPhysical eIoni + 20 -90.7 110 130 0.00475 0.00172 2.95 359 DriftChamberPhysical eIoni + 21 -90.8 112 128 0.00337 0.00139 2.24 362 DriftChamberPhysical eIoni + 22 -91 113 128 0.00207 0.0013 1.69 363 DriftChamberPhysical eIoni + 23 -91.1 114 128 0 0.00207 0.963 364 DriftChamberPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -84.7 99 123 0.00132 0 0 0 DriftChamberPhysical initStep + 1 -84.4 99.2 123 0 0.00132 0.464 0.464 DriftChamberPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 6 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0 38 63.4 0.00139 0 0 0 WorldPhysical initStep - 1 -0.0109 38 63.4 0 0.00139 0.0929 0.0929 WorldPhysical eIoni + 0 -83.7 88.1 123 0.0016 0 0 0 DriftChamberPhysical initStep + 1 -83.8 88.1 122 0 0.0016 0.632 0.632 DriftChamberPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -65.8 66.2 148 0.00252 0 0 0 DriftChamberPhysical initStep + 1 -66 66.9 149 0 0.00252 1.28 1.28 DriftChamberPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -3.57 37 214 0.00281 0 0 0 DriftChamberPhysical initStep + 1 -4.18 37.1 215 0 0.00281 1.43 1.43 DriftChamberPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 18.4 36 217 0.00192 0 0 0 DriftChamberPhysical initStep + 1 18.5 36.6 217 0 0.00192 0.849 0.849 DriftChamberPhysical eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 6 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -5.33 97.4 98.7 0.00601 0 0 0 WorldPhysical initStep + 1 -5.16 97.8 98.8 0.00171 0.0043 1.06 1.06 WorldPhysical eIoni + 2 -5.13 97.9 98.8 0 0.00171 0.127 1.19 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 -12.8 76.5 84.1 0.00367 0 0 0 WorldPhysical initStep + 1 -13 76.5 84 0 0.00367 0.447 0.447 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -1829,58 +2196,137 @@ 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.0172 117 117 DriftChamberPhysical CoupledTransportation - 2 0.0713 303 505 1e+03 0.00885 472 589 DriftChamberPhysical hIoni - 3 0.119 540 900 1e+03 0.00909 461 1.05e+03 WorldPhysical CoupledTransportation - 4 0.126 570 950 1e+03 0.00525 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 5 0.126 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 1 0 53.3 88.8 1e+03 0.0145 104 104 WorldPhysical hIoni + 2 -0.0025 60 100 1e+03 0.00107 13.1 117 DriftChamberPhysical CoupledTransportation + 3 -0.192 540 900 1e+03 0.021 933 1.05e+03 WorldPhysical CoupledTransportation + 4 -0.206 570 950 1e+03 0.00673 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 5 -0.206 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.0713 303 505 0.00126 0 0 0 DriftChamberPhysical initStep - 1 0.34 303 505 0 0.00126 0.428 0.428 DriftChamberPhysical eIoni + 0 0 53.3 88.8 0.2 0 0 0 WorldPhysical initStep + 1 24.8 127 96 0.173 0.0211 83.6 83.6 WorldPhysical eIoni + 2 24.2 131 100 0.172 0.000983 5.86 89.4 DriftChamberPhysical CoupledTransportation + 3 21.4 150 115 0.168 0.00119 24.7 114 DriftChamberPhysical eIoni + 4 -18.1 362 295 0.157 0.00787 284 398 DriftChamberPhysical eIoni + 5 -206 755 485 0.138 0.0195 484 882 DriftChamberPhysical eIoni + 6 -416 989 614 0.118 0.0152 345 1.23e+03 DriftChamberPhysical eIoni + 7 -599 1.15e+03 776 0.102 0.0163 297 1.52e+03 DriftChamberPhysical eIoni + 8 -783 1.24e+03 862 0.0884 0.0134 230 1.75e+03 DriftChamberPhysical eIoni + 9 -826 1.25e+03 880 0.0864 0.00203 48.6 1.8e+03 WorldPhysical CoupledTransportation + 10 -829 1.25e+03 880 0.0844 0.000357 3.26 1.81e+03 WorldPhysical eIoni + 11 -854 1.26e+03 877 0.0735 0.011 27.5 1.83e+03 WorldPhysical eIoni + 12 -860 1.26e+03 868 0.0665 0.00418 12.7 1.85e+03 WorldPhysical eIoni + 13 -862 1.28e+03 864 0.0576 0.0089 18.5 1.86e+03 WorldPhysical eIoni + 14 -870 1.29e+03 861 0.0514 0.00614 14.7 1.88e+03 WorldPhysical eIoni + 15 -874 1.3e+03 859 0.044 0.00476 10 1.89e+03 WorldPhysical eIoni + 16 -874 1.31e+03 859 0.0391 0.00484 9.61 1.9e+03 WorldPhysical eIoni + 17 -874 1.31e+03 861 0.0355 0.00134 2.46 1.9e+03 WorldPhysical eIoni + 18 -876 1.31e+03 866 0.0299 0.00564 7.02 1.91e+03 WorldPhysical eIoni + 19 -873 1.31e+03 863 0.0259 0.00396 5.53 1.91e+03 WorldPhysical eIoni + 20 -870 1.31e+03 865 0.0224 0.00357 4.61 1.92e+03 WorldPhysical eIoni + 21 -868 1.31e+03 865 0.019 0.0012 1.7 1.92e+03 WorldPhysical eIoni + 22 -868 1.32e+03 863 0.0146 0.00439 3.24 1.92e+03 WorldPhysical eIoni + 23 -869 1.32e+03 862 0.00988 0.00474 2.52 1.93e+03 WorldPhysical eIoni + 24 -869 1.32e+03 861 0.00652 0.00336 1.82 1.93e+03 WorldPhysical eIoni + 25 -869 1.32e+03 861 0.00307 0.00168 0.458 1.93e+03 WorldPhysical eIoni + 26 -869 1.32e+03 861 0 0.00307 0.328 1.93e+03 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +* 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 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 30 100 1e+03 0.0172 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.00185 42.6 142 1e+03 0.000632 44 148 DriftChamberPhysical hIoni - 3 -0.0592 270 900 1e+03 0.015 791 940 WorldPhysical CoupledTransportation - 4 -0.0616 276 921 1e+03 0.00355 21.4 961 WorldPhysical hIoni - 5 -0.0629 279 930 1e+03 0.00149 10.3 971 WorldPhysical hIoni - 6 -0.0651 285 950 1e+03 0.00184 20.4 992 WorldPhysical fastSimProcess_parallelGeom - 7 -0.0651 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + 0 -869 1.32e+03 861 0.00176 0 0 0 WorldPhysical initStep + 1 -869 1.32e+03 861 0 0.00176 0.133 0.133 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* 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 -0.0629 279 930 0.00131 0 0 0 WorldPhysical initStep - 1 -0.0492 279 930 0 0.00131 0.0849 0.0849 WorldPhysical eIoni + 0 -868 1.31e+03 865 0.00215 0 0 0 WorldPhysical initStep + 1 -868 1.31e+03 865 0 0.00215 0.182 0.182 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.0616 276 921 0.00123 0 0 0 WorldPhysical initStep - 1 -0.0326 276 921 0 0.00123 0.0768 0.0768 WorldPhysical eIoni + 0 -874 1.31e+03 861 0.00226 0 0 0 WorldPhysical initStep + 1 -874 1.31e+03 861 0 0.00226 0.198 0.198 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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.00185 42.6 142 0.00298 0 0 0 DriftChamberPhysical initStep - 1 0.699 43.6 142 0.00159 0.00139 1.52 1.52 DriftChamberPhysical eIoni - 2 0.828 44 142 0 0.00159 0.627 2.15 DriftChamberPhysical eIoni + 0 -874 1.3e+03 859 0.00267 0 0 0 WorldPhysical initStep + 1 -874 1.3e+03 859 0 0.00267 0.259 0.259 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 -860 1.26e+03 868 0.00284 0 0 0 WorldPhysical initStep + 1 -860 1.26e+03 868 0 0.00284 0.288 0.288 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 -829 1.25e+03 880 0.00157 0 0 0 WorldPhysical initStep + 1 -829 1.25e+03 880 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 -416 989 614 0.00427 0 0 0 DriftChamberPhysical initStep + 1 -416 990 613 0.0031 0.00116 2.05 2.05 DriftChamberPhysical eIoni + 2 -417 991 612 0 0.0031 1.58 3.63 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 -18.1 362 295 0.00353 0 0 0 DriftChamberPhysical initStep + 1 -17.7 362 297 0.00305 0.000488 1.76 1.76 DriftChamberPhysical eIoni + 2 -17 361 297 0.00149 0.00155 1.55 3.31 DriftChamberPhysical eIoni + 3 -17 361 298 0 0.00149 0.563 3.88 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 21.4 150 115 0.00222 0 0 0 DriftChamberPhysical initStep + 1 20.7 150 116 0 0.00222 1.08 1.08 DriftChamberPhysical 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 24.8 127 96 0.00619 0 0 0 WorldPhysical initStep + 1 24.9 127 95.9 0.00444 0.000483 0.182 0.182 WorldPhysical eIoni + 2 25 127 95.8 0.00178 0.00266 0.544 0.726 WorldPhysical eIoni + 3 25 127 95.8 0 0.00178 0.135 0.861 WorldPhysical 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 24.9 127 95.9 0.00126 0 0 0 WorldPhysical initStep + 1 25 127 95.9 0 0.00126 0.0797 0.0797 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -1888,24 +2334,28 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 30 100 1e+03 0.0136 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.0404 190 634 1e+03 0.0119 558 662 DriftChamberPhysical hIoni - 3 -0.014 270 900 1e+03 0.00547 277 940 WorldPhysical CoupledTransportation - 4 -0.0111 285 950 1e+03 0.00542 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 5 -0.0111 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + 1 0 10 16.7 1e+03 0.00296 19.5 19.5 WorldPhysical hIoni + 2 0.00938 60 100 1e+03 0.011 97.2 117 DriftChamberPhysical CoupledTransportation + 3 0.0871 262 437 1e+03 0.00673 393 510 DriftChamberPhysical hIoni + 4 0.217 540 900 1e+03 0.0118 540 1.05e+03 WorldPhysical CoupledTransportation + 5 0.233 570 950 1e+03 0.00724 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 6 0.233 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.0871 262 437 0.00112 0 0 0 DriftChamberPhysical initStep + 1 0.291 262 437 0 0.00112 0.358 0.358 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.0404 190 634 0.0103 0 0 0 DriftChamberPhysical initStep - 1 -4.33 189 635 0.00899 0.00132 5 5 DriftChamberPhysical eIoni - 2 -7.68 187 635 0.00759 0.0014 4.22 9.21 DriftChamberPhysical eIoni - 3 -10.5 185 635 0.00641 0.00118 3.48 12.7 DriftChamberPhysical eIoni - 4 -12.4 183 634 0.00503 0.00138 2.92 15.6 DriftChamberPhysical eIoni - 5 -10.9 182 634 0.00408 0.00095 2.35 18 DriftChamberPhysical eIoni - 6 -10 180 633 0 0.00408 1.98 19.9 DriftChamberPhysical eIoni + 0 0 10 16.7 0.00213 0 0 0 WorldPhysical initStep + 1 -0.0644 10 16.7 0 0.00213 0.179 0.179 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -1913,48 +2363,53 @@ 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 8.36 27.9 1e+03 0.00799 29.1 29.1 WorldPhysical hIoni - 2 0.00453 30 100 1e+03 0.012 75.3 104 DriftChamberPhysical CoupledTransportation - 3 -0.00448 76.2 254 1e+03 0.00179 161 265 DriftChamberPhysical hIoni - 4 -0.0293 173 577 1e+03 0.00671 337 603 DriftChamberPhysical hIoni - 5 -0.0532 270 900 1e+03 0.00812 337 940 WorldPhysical CoupledTransportation - 6 -0.0533 270 901 1e+03 0 0.524 940 WorldPhysical hIoni - 7 -0.0617 285 950 1e+03 0.00558 51.7 992 WorldPhysical fastSimProcess_parallelGeom - 8 -0.0617 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + 1 0 60 100 1e+03 0.015 117 117 DriftChamberPhysical CoupledTransportation + 2 -0.0321 540 900 1e+03 0.0177 933 1.05e+03 WorldPhysical CoupledTransportation + 3 -0.0335 555 925 1e+03 0.00361 29.5 1.08e+03 WorldPhysical hIoni + 4 -0.0378 570 950 1e+03 0.00281 28.8 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 5 -0.0378 570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.0533 270 901 0.00405 0 0 0 WorldPhysical initStep - 1 0.114 270 900 0.00257 0.00148 0.305 0.305 WorldPhysical msc - 2 0.172 270 900 0 0.00257 0.242 0.547 WorldPhysical eIoni + 0 -0.0335 555 925 0.00982 0 0 0 WorldPhysical initStep + 1 0.63 555 926 0.00664 0.00318 1.81 1.81 WorldPhysical eIoni + 2 0.193 554 925 0.00159 0.00505 1.23 3.03 WorldPhysical eIoni + 3 0.214 555 926 0 0.00159 0.114 3.15 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* 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.0293 173 577 0.00113 0 0 0 DriftChamberPhysical initStep - 1 -0.0932 173 577 0 0.00113 0.363 0.363 DriftChamberPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 60 100 1e+03 0.0108 117 117 DriftChamberPhysical CoupledTransportation + 2 7.8e-05 67.8 113 1e+03 0.000396 15.1 132 DriftChamberPhysical hIoni + 3 0.0547 540 900 1e+03 0.0162 918 1.05e+03 WorldPhysical CoupledTransportation + 4 0.0567 556 926 1e+03 0.00453 29.8 1.08e+03 WorldPhysical hIoni + 5 0.0583 570 950 1e+03 0.00284 28.6 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 6 0.0583 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.00448 76.2 254 0.00387 0 0 0 DriftChamberPhysical initStep - 1 1.08 77.4 254 0.00225 0.00162 1.9 1.9 DriftChamberPhysical eIoni - 2 1.67 77.9 254 0 0.00225 1.1 3 DriftChamberPhysical eIoni + 0 0.0567 556 926 0.00483 0 0 0 WorldPhysical initStep + 1 -0.11 555 926 0 0.00483 0.719 0.719 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 8.36 27.9 0.00111 0 0 0 WorldPhysical initStep - 1 -0.0207 8.38 27.9 0 0.00111 0.0665 0.0665 WorldPhysical eIoni + 0 7.8e-05 67.8 113 0.00634 0 0 0 DriftChamberPhysical initStep + 1 -1.99 66.4 114 0.00368 0.00266 2.89 2.89 DriftChamberPhysical eIoni + 2 -3.46 66 114 0.0027 0.000977 1.82 4.71 DriftChamberPhysical eIoni + 3 -3.46 66.2 113 0.00154 0.00117 0.823 5.54 DriftChamberPhysical eIoni + 4 -3.57 66.4 113 0 0.00154 0.59 6.13 DriftChamberPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -1962,80 +2417,86 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 30 100 1e+03 0.0159 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.00259 43.1 144 1e+03 0.00111 45.6 150 DriftChamberPhysical hIoni - 3 -0.0118 86.6 289 1e+03 0.00536 152 302 DriftChamberPhysical hIoni - 4 -0.0383 201 672 1e+03 0.0107 400 702 DriftChamberPhysical hIoni - 5 -0.0482 270 900 1e+03 0.00396 238 940 WorldPhysical CoupledTransportation - 6 -0.0484 273 910 1e+03 0.00151 10.7 950 WorldPhysical hIoni - 7 -0.0485 274 913 1e+03 0.000682 3.15 953 WorldPhysical hIoni - 8 -0.0486 276 920 1e+03 0.00272 7.22 961 WorldPhysical hIoni - 9 -0.0509 285 950 1e+03 0.0046 31.1 992 WorldPhysical fastSimProcess_parallelGeom - 10 -0.0509 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + 1 0 30 100 1e+03 0.0131 104 104 DriftChamberPhysical CoupledTransportation + 2 0.00537 191 637 1e+03 0.0104 561 666 DriftChamberPhysical hIoni + 3 0.00718 270 900 1e+03 0.00537 274 940 WorldPhysical CoupledTransportation + 4 0.00716 271 905 1e+03 0.000463 4.93 945 WorldPhysical hIoni + 5 0.00715 274 914 1e+03 0.000429 9.32 954 WorldPhysical hIoni + 6 0.0053 285 950 1e+03 0.00608 37.9 992 WorldPhysical fastSimProcess_parallelGeom + 7 0.0053 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +* 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.0486 276 920 0.00113 0 0 0 WorldPhysical initStep - 1 -0.0251 276 920 0 0.00113 0.068 0.068 WorldPhysical eIoni + 0 0.00715 274 914 0.00759 0 0 0 WorldPhysical initStep + 1 0.262 275 914 0.00302 0.00457 1.43 1.43 WorldPhysical eIoni + 2 0.267 275 914 0 0.00302 0.319 1.75 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, 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.0485 274 913 0.00623 0 0 0 WorldPhysical initStep - 1 -0.163 273 913 0.00423 0.000629 0.357 0.357 WorldPhysical eIoni - 2 -0.221 273 914 0.00159 0.00264 0.416 0.773 WorldPhysical eIoni - 3 -0.176 273 914 0 0.00159 0.113 0.886 WorldPhysical eIoni + 0 0.00716 271 905 0.00208 0 0 0 WorldPhysical initStep + 1 -0.0241 271 905 0 0.00208 0.172 0.172 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 6 +* 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.00537 191 637 0.00184 0 0 0 DriftChamberPhysical initStep + 1 -0.0116 191 638 0 0.00184 0.792 0.792 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.163 273 913 0.00137 0 0 0 WorldPhysical initStep - 1 -0.139 273 913 0 0.00137 0.0905 0.0905 WorldPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 -6.79e-05 2.83 9.42 1e+03 0.000416 9.83 9.83 WorldPhysical hIoni + 2 -0.00677 30 100 1e+03 0.00876 94.6 104 DriftChamberPhysical CoupledTransportation + 3 -0.022 47.7 159 1e+03 0.00103 61.5 166 DriftChamberPhysical hIoni + 4 -0.171 250 834 1e+03 0.0167 705 871 DriftChamberPhysical hIoni + 5 -0.178 263 875 1e+03 0.000471 42.2 913 DriftChamberPhysical hIoni + 6 -0.184 270 900 1e+03 2.17e-05 26.4 940 WorldPhysical CoupledTransportation + 7 -0.194 285 950 1e+03 0.00841 52.2 992 WorldPhysical fastSimProcess_parallelGeom + 8 -0.194 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* * 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.0484 273 910 0.00115 0 0 0 WorldPhysical initStep - 1 -0.0412 273 910 0 0.00115 0.07 0.07 WorldPhysical eIoni + 0 -0.178 263 875 0.00122 0 0 0 DriftChamberPhysical initStep + 1 0.104 263 875 0 0.00122 0.411 0.411 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.0383 201 672 0.00506 0 0 0 DriftChamberPhysical initStep - 1 -0.166 203 672 0.00319 0.00187 2.36 2.36 DriftChamberPhysical eIoni - 2 -0.0649 205 671 0.00145 0.00174 1.61 3.97 DriftChamberPhysical eIoni - 3 0.13 205 671 0 0.00145 0.537 4.51 DriftChamberPhysical eIoni + 0 -0.171 250 834 0.00108 0 0 0 DriftChamberPhysical initStep + 1 -0.398 250 834 0 0.00108 0.337 0.337 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.0118 86.6 289 0.00815 0 0 0 DriftChamberPhysical initStep - 1 0.507 88.9 288 0.0077 0.000449 2.5 2.5 DriftChamberPhysical eIoni - 2 2.56 91.5 289 0.00644 0.00126 3.53 6.03 DriftChamberPhysical eIoni - 3 4.91 92.6 288 0.00364 0.00281 2.94 8.97 DriftChamberPhysical eIoni - 4 6.29 93 287 0.00216 0.00148 1.8 10.8 DriftChamberPhysical eIoni - 5 7.01 92.9 288 0 0.00216 1.04 11.8 DriftChamberPhysical eIoni + 0 -0.022 47.7 159 0.00146 0 0 0 DriftChamberPhysical initStep + 1 -0.339 47.9 159 0 0.00146 0.545 0.545 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.00259 43.1 144 0.0016 0 0 0 DriftChamberPhysical initStep - 1 0.112 43.5 144 0 0.0016 0.634 0.634 DriftChamberPhysical eIoni + 0 -6.79e-05 2.83 9.42 0.00636 0 0 0 WorldPhysical initStep + 1 0.468 3 9.41 0.00261 0.00375 1.16 1.16 WorldPhysical eIoni + 2 0.371 3.02 9.44 0 0.00261 0.249 1.4 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -2043,38 +2504,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 1e+03 0 0 0 WorldPhysical initStep - 1 0 30 100 1e+03 0.0178 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.0225 182 606 1e+03 0.0116 528 632 DriftChamberPhysical hIoni - 3 -0.02 198 661 1e+03 0.00118 57.5 690 DriftChamberPhysical hIoni - 4 -0.02 200 665 1e+03 0.000448 4.94 695 DriftChamberPhysical hIoni - 5 -0.0139 270 900 1e+03 0.00428 245 940 WorldPhysical CoupledTransportation - 6 -0.0152 285 950 1e+03 0.00876 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 7 -0.0152 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + 1 -3.39e-06 1.33 4.42 1e+03 0.00131 4.62 4.62 WorldPhysical hIoni + 2 0.00538 30 100 1e+03 0.00961 99.8 104 DriftChamberPhysical CoupledTransportation + 3 -0.011 140 468 1e+03 0.00752 384 488 DriftChamberPhysical hIoni + 4 -0.0353 270 900 1e+03 0.00868 451 940 WorldPhysical CoupledTransportation + 5 -0.0354 272 908 1e+03 0.000999 8.79 948 WorldPhysical hIoni + 6 -0.0356 285 950 1e+03 0.00655 43.4 992 WorldPhysical fastSimProcess_parallelGeom + 7 -0.0356 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.02 200 665 0.0019 0 0 0 DriftChamberPhysical initStep - 1 -0.19 199 666 0 0.0019 0.841 0.841 DriftChamberPhysical eIoni + 0 -0.0354 272 908 0.00111 0 0 0 WorldPhysical initStep + 1 -0.0492 272 908 0 0.00111 0.0663 0.0663 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.02 198 661 0.00246 0 0 0 DriftChamberPhysical initStep - 1 0.455 197 661 0 0.00246 1.24 1.24 DriftChamberPhysical eIoni + 0 -0.011 140 468 0.00246 0 0 0 DriftChamberPhysical initStep + 1 0.328 141 468 0 0.00246 1.24 1.24 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.0225 182 606 0.00396 0 0 0 DriftChamberPhysical initStep - 1 -0.961 180 606 0.00282 0.00114 1.93 1.93 DriftChamberPhysical eIoni - 2 -1.68 180 607 0 0.00282 1.44 3.37 DriftChamberPhysical eIoni + 0 -3.39e-06 1.33 4.42 0.00487 0 0 0 WorldPhysical initStep + 1 -0.277 1.47 4.4 0 0.00487 0.732 0.732 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -2082,49 +2542,51 @@ 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 -30 100 1e+03 0.014 104 104 DriftChamberPhysical CoupledTransportation - 2 0.055 -270 900 1e+03 0.014 835 940 WorldPhysical CoupledTransportation - 3 0.0573 -285 950 1e+03 0.00511 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 4 0.0573 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + 1 0 0.0531 0.177 1e+03 0.000111 0.185 0.185 WorldPhysical hIoni + 2 -0.0048 5.78 19.3 1e+03 0.00242 19.9 20.1 WorldPhysical hIoni + 3 -0.0279 30 100 1e+03 0.0116 84.3 104 DriftChamberPhysical CoupledTransportation + 4 -0.323 230 765 1e+03 0.015 694 799 DriftChamberPhysical hIoni + 5 -0.352 270 900 1e+03 0.00398 141 940 WorldPhysical CoupledTransportation + 6 -0.357 278 926 1e+03 0.00568 27.3 967 WorldPhysical hIoni + 7 -0.361 285 950 1e+03 0.003 24.9 992 WorldPhysical fastSimProcess_parallelGeom + 8 -0.361 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +* 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 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -12.9 43 1e+03 0.00733 44.9 44.9 WorldPhysical hIoni - 2 -0.00202 -30 100 1e+03 0.0082 59.5 104 DriftChamberPhysical CoupledTransportation - 3 -0.0136 -160 533 1e+03 0.0117 452 557 DriftChamberPhysical hIoni - 4 0.0113 -270 900 1e+03 0.00739 383 940 WorldPhysical CoupledTransportation - 5 0.0142 -285 950 1e+03 0.00821 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 6 0.0142 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + 0 -0.357 278 926 0.00746 0 0 0 WorldPhysical initStep + 1 -0.0765 279 926 0 0.00746 1.4 1.4 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.0136 -160 533 0.00512 0 0 0 DriftChamberPhysical initStep - 1 -1.28 -162 533 0.00288 0.00224 2.39 2.39 DriftChamberPhysical eIoni - 2 -1.54 -162 533 0.00131 0.00027 0.528 2.91 DriftChamberPhysical eIoni - 3 -1.52 -162 532 0 0.00131 0.456 3.37 DriftChamberPhysical eIoni + 0 -0.323 230 765 0.00175 0 0 0 DriftChamberPhysical initStep + 1 -0.801 230 765 0 0.00175 0.728 0.728 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 3 +* 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.54 -162 533 0.0013 0 0 0 DriftChamberPhysical initStep - 1 -1.83 -162 533 0 0.0013 0.453 0.453 DriftChamberPhysical eIoni + 0 -0.0048 5.78 19.3 0.00356 0 0 0 WorldPhysical initStep + 1 -0.137 5.89 19.2 0 0.00356 0.423 0.423 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.9 43 0.00218 0 0 0 WorldPhysical initStep - 1 -0.00799 -12.8 43 0 0.00218 0.186 0.186 WorldPhysical eIoni + 0 0 0.0531 0.177 0.0236 0 0 0 WorldPhysical initStep + 1 3 -0.93 0.987 0.0196 0.00404 4.11 4.11 WorldPhysical eIoni + 2 3.29 -2.89 2.59 0.0156 0.00393 3.34 7.45 WorldPhysical eIoni + 3 3.14 -4.8 2.37 0.0132 0.00243 2.68 10.1 WorldPhysical eIoni + 4 4.32 -5.77 2.07 0.00843 0.00477 2.31 12.4 WorldPhysical eIoni + 5 4.16 -6.4 2.56 0.00346 0.00497 1.58 14 WorldPhysical eIoni + 6 4.11 -6.54 2.65 0 0.00346 0.403 14.4 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -2132,230 +2594,230 @@ 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 -8.21 27.4 1e+03 0.00676 28.6 28.6 WorldPhysical hIoni - 2 0.0275 -30 100 1e+03 0.0121 75.8 104 DriftChamberPhysical CoupledTransportation - 3 0.401 -270 900 1e+03 0.0154 835 940 WorldPhysical CoupledTransportation - 4 0.403 -271 902 1e+03 0.000568 2.44 942 WorldPhysical hIoni - 5 0.412 -276 921 1e+03 0.00241 19.5 962 WorldPhysical hIoni - 6 0.425 -285 950 1e+03 0.00633 30.3 992 WorldPhysical fastSimProcess_parallelGeom - 7 0.425 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + 1 -0.000126 3.87 12.9 1e+03 0.00221 13.5 13.5 WorldPhysical hIoni + 2 0.000576 13.5 44.9 1e+03 0.00423 33.5 46.9 WorldPhysical hIoni + 3 -0.00068 30 100 1e+03 0.00682 57.5 104 DriftChamberPhysical CoupledTransportation + 4 0.00244 89.2 297 1e+03 0.00529 206 311 DriftChamberPhysical hIoni + 5 0.00148 166 554 1e+03 0.00534 268 578 DriftChamberPhysical hIoni + 6 0.0028 219 730 1e+03 0.00299 184 762 DriftChamberPhysical hIoni + 7 0.0096 266 887 1e+03 0.00391 163 926 DriftChamberPhysical hIoni + 8 0.00961 270 900 1e+03 0.000152 13.8 940 WorldPhysical CoupledTransportation + 9 0.00968 281 938 1e+03 0.00565 39.7 979 WorldPhysical hIoni + 10 0.00965 285 950 1e+03 0.000826 12.5 992 WorldPhysical fastSimProcess_parallelGeom + 11 0.00965 285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.412 -276 921 0.00116 0 0 0 WorldPhysical initStep - 1 0.434 -276 921 0 0.00116 0.0709 0.0709 WorldPhysical eIoni + 0 0.00968 281 938 0.00103 0 0 0 WorldPhysical initStep + 1 -0.0105 281 938 0 0.00103 0.0598 0.0598 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, 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.403 -271 902 0.011 0 0 0 WorldPhysical initStep - 1 1.44 -270 902 0.00526 0.0057 1.33 1.33 WorldPhysical msc - 2 1.6 -270 902 0.00253 0.000361 0.218 1.55 WorldPhysical eIoni - 3 1.7 -270 902 0 0.00253 0.224 1.78 WorldPhysical eIoni + 0 0.0096 266 887 0.0032 0 0 0 DriftChamberPhysical initStep + 1 0.701 265 887 0.00102 0.00217 1.62 1.62 DriftChamberPhysical eIoni + 2 0.825 265 887 0 0.00102 0.311 1.93 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 3 +* 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.6 -270 902 0.00236 0 0 0 WorldPhysical initStep - 1 1.58 -270 902 0 0.00236 0.212 0.212 WorldPhysical eIoni + 0 0.0028 219 730 0.00211 0 0 0 DriftChamberPhysical initStep + 1 -0.271 219 731 0 0.00211 0.998 0.998 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 -8.21 27.4 0.165 0 0 0 WorldPhysical initStep - 1 -29.4 -13.1 44.2 0.155 0.00957 35.1 35.1 WorldPhysical eIoni - 2 -41.4 -14.5 59.6 0.151 0.00339 19.9 55.1 WorldPhysical eIoni - 3 -58.5 -7.55 82.9 0.143 0.00629 30.6 85.6 WorldPhysical eIoni - 4 -74.6 0.432 100 0.133 0.01 26.3 112 DriftChamberPhysical CoupledTransportation - 5 -188 94.7 177 0.123 0.00892 168 280 DriftChamberPhysical eIoni - 6 -364 218 352 0.104 0.0166 281 561 DriftChamberPhysical eIoni - 7 -398 232 349 0.101 0.0023 36.9 598 DriftChamberPhysical eIoni - 8 -487 285 338 0.0936 0.00628 105 703 DriftChamberPhysical eIoni - 9 -522 296 332 0.09 0.00237 37.3 740 DriftChamberPhysical eIoni - 10 -632 319 302 0.0753 0.00704 117 858 DriftChamberPhysical eIoni - 11 -738 286 230 0.067 0.00829 135 993 DriftChamberPhysical eIoni - 12 -822 235 185 0.0603 0.00665 110 1.1e+03 DriftChamberPhysical eIoni - 13 -897 207 159 0.0517 0.00744 85.6 1.19e+03 DriftChamberPhysical eIoni - 14 -962 187 160 0.0454 0.00637 69.4 1.26e+03 DriftChamberPhysical eIoni - 15 -1.02e+03 186 155 0.037 0.00837 54.9 1.31e+03 DriftChamberPhysical eIoni - 16 -1.05e+03 183 165 0.0323 0.00474 38.3 1.35e+03 DriftChamberPhysical eIoni - 17 -1.08e+03 177 177 0.0286 0.00371 30.1 1.38e+03 DriftChamberPhysical eIoni - 18 -1.09e+03 169 182 0.0192 0.00159 18.6 1.4e+03 DriftChamberPhysical eIoni - 19 -1.1e+03 159 183 0.0164 0.0028 12.5 1.41e+03 DriftChamberPhysical eIoni - 20 -1.1e+03 151 182 0.0139 0.00251 9.75 1.42e+03 DriftChamberPhysical eIoni - 21 -1.11e+03 149 179 0.00971 0.000767 3.29 1.43e+03 DriftChamberPhysical eIoni - 22 -1.11e+03 146 177 0.00904 0.000666 4.63 1.43e+03 DriftChamberPhysical eIoni - 23 -1.11e+03 144 176 0.00688 0.00217 4.24 1.43e+03 DriftChamberPhysical eIoni - 24 -1.11e+03 142 174 0.00522 0.00165 3.14 1.44e+03 DriftChamberPhysical eIoni - 25 -1.11e+03 141 173 0.0038 0.00142 2.43 1.44e+03 DriftChamberPhysical eIoni - 26 -1.11e+03 141 171 0.00201 0.0018 1.87 1.44e+03 DriftChamberPhysical eIoni - 27 -1.11e+03 140 171 0 0.00201 0.916 1.44e+03 DriftChamberPhysical eIoni + 0 0.00148 166 554 0.00337 0 0 0 DriftChamberPhysical initStep + 1 0.475 167 553 0 0.00337 1.69 1.69 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 2 +* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -1.11e+03 149 179 0.00344 0 0 0 DriftChamberPhysical initStep - 1 -1.11e+03 150 178 0.00222 0.00121 1.72 1.72 DriftChamberPhysical eIoni - 2 -1.11e+03 150 177 0 0.00222 1.08 2.81 DriftChamberPhysical eIoni + 0 0.00244 89.2 297 0.00158 0 0 0 DriftChamberPhysical initStep + 1 0.00226 88.8 298 0 0.00158 0.618 0.618 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 14, Parent ID = 2 +* 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.09e+03 169 182 0.00774 0 0 0 DriftChamberPhysical initStep - 1 -1.1e+03 171 182 0.00628 0.00145 3.55 3.55 DriftChamberPhysical eIoni - 2 -1.1e+03 172 182 0.00434 0.00194 2.87 6.42 DriftChamberPhysical eIoni - 3 -1.1e+03 172 182 0.00242 0.00192 2.08 8.5 DriftChamberPhysical eIoni - 4 -1.1e+03 171 183 0.00122 0.0012 1.22 9.72 DriftChamberPhysical eIoni - 5 -1.1e+03 172 183 0 0.00122 0.407 10.1 DriftChamberPhysical eIoni + 0 0.000576 13.5 44.9 0.012 0 0 0 WorldPhysical initStep + 1 -0.207 12.2 45.5 0.00703 0.00495 2.13 2.13 WorldPhysical eIoni + 2 0.244 12.2 45.9 0 0.00703 1.31 3.44 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 13, Parent ID = 2 +* 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 -897 207 159 0.00113 0 0 0 DriftChamberPhysical initStep - 1 -897 207 159 0 0.00113 0.363 0.363 DriftChamberPhysical eIoni + 0 -0.000126 3.87 12.9 0.00176 0 0 0 WorldPhysical initStep + 1 -0.0531 3.87 12.9 0 0.00176 0.132 0.132 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 12, Parent ID = 2 +* 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 -632 319 302 0.00774 0 0 0 DriftChamberPhysical initStep - 1 -634 321 303 0.00581 0.00193 3.55 3.55 DriftChamberPhysical eIoni - 2 -636 323 303 0.0052 0.000609 2.67 6.22 DriftChamberPhysical eIoni - 3 -638 324 304 0.00361 0.00159 2.42 8.63 DriftChamberPhysical eIoni - 4 -639 325 304 0.00176 0.00185 1.79 10.4 DriftChamberPhysical eIoni - 5 -639 325 304 0 0.00176 0.738 11.2 DriftChamberPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -30 100 1e+03 0.0172 104 104 DriftChamberPhysical CoupledTransportation + 2 0.0727 -270 900 1e+03 0.0169 835 940 WorldPhysical CoupledTransportation + 3 0.0739 -280 934 1e+03 0.00505 35.3 975 WorldPhysical hIoni + 4 0.0755 -285 950 1e+03 0.00104 17 992 WorldPhysical fastSimProcess_parallelGeom + 5 0.0755 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 11, Parent ID = 2 +* 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 -522 296 332 0.00116 0 0 0 DriftChamberPhysical initStep - 1 -522 297 332 0 0.00116 0.375 0.375 DriftChamberPhysical eIoni + 0 0.0739 -280 934 0.00126 0 0 0 WorldPhysical initStep + 1 0.0677 -280 934 0 0.00126 0.0802 0.0802 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 10, Parent ID = 2 +* 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 -487 285 338 0.00136 0 0 0 DriftChamberPhysical initStep - 1 -487 285 337 0 0.00136 0.483 0.483 DriftChamberPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -30 100 1e+03 0.0143 104 104 DriftChamberPhysical CoupledTransportation + 2 0.0169 -87.3 291 1e+03 0.00401 199 304 DriftChamberPhysical hIoni + 3 0.098 -270 900 1e+03 0.0127 636 940 WorldPhysical CoupledTransportation + 4 0.101 -285 950 1e+03 0.00486 52.2 992 WorldPhysical fastSimProcess_parallelGeom + 5 0.101 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 2 +* 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 -364 218 352 0.00307 0 0 0 DriftChamberPhysical initStep - 1 -364 217 351 0.0016 0.00147 1.56 1.56 DriftChamberPhysical eIoni - 2 -365 217 351 0 0.0016 0.632 2.19 DriftChamberPhysical eIoni + 0 0.0169 -87.3 291 0.00153 0 0 0 DriftChamberPhysical initStep + 1 -0.395 -87.3 291 0 0.00153 0.587 0.587 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 2 +* 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 -188 94.7 177 0.00118 0 0 0 DriftChamberPhysical initStep - 1 -189 94.5 177 0 0.00118 0.388 0.388 DriftChamberPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -30 100 1e+03 0.0161 104 104 DriftChamberPhysical CoupledTransportation + 2 -0.00797 -62 207 1e+03 0.00333 111 216 DriftChamberPhysical hIoni + 3 -0.0904 -235 784 1e+03 0.0144 602 818 DriftChamberPhysical hIoni + 4 -0.0913 -270 900 1e+03 0.00271 122 940 WorldPhysical CoupledTransportation + 5 -0.0913 -273 910 1e+03 0.00164 9.98 950 WorldPhysical hIoni + 6 -0.0877 -283 943 1e+03 0.004 35.1 985 WorldPhysical hIoni + 7 -0.088 -285 950 1e+03 0.000107 7.15 992 WorldPhysical fastSimProcess_parallelGeom + 8 -0.088 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 2 +* 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 -58.5 -7.55 82.9 0.00188 0 0 0 WorldPhysical initStep - 1 -58.5 -7.54 82.9 0 0.00188 0.147 0.147 WorldPhysical eIoni + 0 -0.0877 -283 943 0.00172 0 0 0 WorldPhysical initStep + 1 -0.0765 -283 943 0 0.00172 0.128 0.128 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 2 +* 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 -29.4 -13.1 44.2 0.00101 0 0 0 WorldPhysical initStep - 1 -29.4 -13.1 44.2 0 0.00101 0.0575 0.0575 WorldPhysical eIoni + 0 -0.0913 -273 910 0.015 0 0 0 WorldPhysical initStep + 1 -0.846 -273 910 0.0126 0.00111 0.92 0.92 WorldPhysical eIoni + 2 -0.929 -273 910 0.0111 0.000215 0.111 1.03 WorldPhysical eIoni + 3 -2.02 -272 910 0.00856 0.00258 2 3.04 WorldPhysical eIoni + 4 -1.68 -272 910 0.00454 0.00221 0.787 3.82 WorldPhysical eIoni + 5 -1.64 -271 910 0 0.00454 0.646 4.47 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +* 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 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -29.3 97.6 1e+03 0.0116 102 102 WorldPhysical hIoni - 2 0.000928 -30 100 1e+03 0.00177 2.48 104 DriftChamberPhysical CoupledTransportation - 3 0.266 -232 774 1e+03 0.0155 704 808 DriftChamberPhysical hIoni - 4 0.315 -270 900 1e+03 0.00323 131 940 WorldPhysical CoupledTransportation - 5 0.328 -279 931 1e+03 0.00585 32.5 972 WorldPhysical hIoni - 6 0.335 -285 950 1e+03 0.00226 19.8 992 WorldPhysical fastSimProcess_parallelGeom - 7 0.335 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + 0 -1.68 -272 910 0.00181 0 0 0 WorldPhysical initStep + 1 -1.63 -272 910 0 0.00181 0.138 0.138 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* 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.929 -273 910 0.00124 0 0 0 WorldPhysical initStep + 1 -0.922 -273 910 0 0.00124 0.0777 0.0777 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 0.328 -279 931 0.00119 0 0 0 WorldPhysical initStep - 1 0.315 -279 931 0 0.00119 0.0738 0.0738 WorldPhysical eIoni + 0 -0.846 -273 910 0.00125 0 0 0 WorldPhysical initStep + 1 -0.849 -273 910 0 0.00125 0.0786 0.0786 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.266 -232 774 0.00145 0 0 0 DriftChamberPhysical initStep - 1 -0.107 -232 774 0 0.00145 0.536 0.536 DriftChamberPhysical eIoni + 0 -0.0904 -235 784 0.0183 0 0 0 DriftChamberPhysical initStep + 1 -3.19 -246 782 0.017 0.0013 11.6 11.6 DriftChamberPhysical eIoni + 2 -5.35 -254 778 0.0156 0.00141 10.3 21.8 DriftChamberPhysical eIoni + 3 -8.72 -262 776 0.0142 0.00134 8.98 30.8 DriftChamberPhysical eIoni + 4 -11.7 -268 772 0.0129 0.00132 7.85 38.7 DriftChamberPhysical eIoni + 5 -15 -272 769 0.011 0.00196 6.8 45.5 DriftChamberPhysical eIoni + 6 -19.1 -275 767 0.00992 0.00104 5.41 50.9 DriftChamberPhysical eIoni + 7 -21.8 -278 765 0.00578 0.00414 4.76 55.6 DriftChamberPhysical eIoni + 8 -23.3 -279 764 0.00317 0.00136 2.54 58.2 DriftChamberPhysical eIoni + 9 -24.4 -279 764 0.00201 0.00116 1.61 59.8 DriftChamberPhysical eIoni + 10 -24.5 -279 763 0 0.00201 0.922 60.7 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 -29.3 97.6 0.00261 0 0 0 WorldPhysical initStep - 1 0.103 -29.3 97.6 0 0.00261 0.25 0.25 WorldPhysical eIoni + 0 -23.3 -279 764 0.00124 0 0 0 DriftChamberPhysical initStep + 1 -23.3 -280 764 0 0.00124 0.419 0.419 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +* 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 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -30 100 1e+03 0.0164 104 104 DriftChamberPhysical CoupledTransportation - 2 -0.0154 -47.6 159 1e+03 0.00108 61.1 166 DriftChamberPhysical hIoni - 3 -0.118 -179 597 1e+03 0.0103 458 623 DriftChamberPhysical hIoni - 4 -0.186 -270 900 1e+03 0.00453 316 940 WorldPhysical CoupledTransportation - 5 -0.197 -285 950 1e+03 0.0064 52.2 992 WorldPhysical fastSimProcess_parallelGeom - 6 -0.197 -285 950 0 1e+03 0 992 WorldPhysical fastSimProcess_parallelGeom + 0 -0.00797 -62 207 0.0068 0 0 0 DriftChamberPhysical initStep + 1 2.46 -60.7 207 0.00549 0.00131 3.1 3.1 DriftChamberPhysical eIoni + 2 4.61 -60.1 207 0.00422 0.00127 2.53 5.63 DriftChamberPhysical eIoni + 3 5.62 -58.9 206 0.00223 0.00199 2.03 7.67 DriftChamberPhysical eIoni + 4 5.16 -59.3 206 0 0.00223 1.09 8.76 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.118 -179 597 0.00182 0 0 0 DriftChamberPhysical initStep - 1 -0.448 -179 597 0 0.00182 0.779 0.779 DriftChamberPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -30 100 1e+03 0.0156 104 104 DriftChamberPhysical CoupledTransportation + 2 -0.00513 -51.3 171 1e+03 0.00207 74.3 179 DriftChamberPhysical hIoni + 3 -0.0378 -270 900 1e+03 0.0178 761 940 WorldPhysical CoupledTransportation + 4 -0.0421 -285 950 1e+03 0.00793 52.2 992 WorldPhysical fastSimProcess_parallelGeom + 5 -0.0421 -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.0154 -47.6 159 0.00106 0 0 0 DriftChamberPhysical initStep - 1 -0.232 -47.6 159 0 0.00106 0.329 0.329 DriftChamberPhysical eIoni + 0 -0.00513 -51.3 171 0.00258 0 0 0 DriftChamberPhysical initStep + 1 -0.871 -51.8 171 0 0.00258 1.31 1.31 DriftChamberPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -2363,46 +2825,56 @@ 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 -31.7 52.8 1e+03 0.00661 61.6 61.6 WorldPhysical hIoni - 2 -0.0022 -60 100 1e+03 0.0075 55 117 DriftChamberPhysical CoupledTransportation - 3 -0.015 -103 171 1e+03 0.00234 83 200 DriftChamberPhysical hIoni - 4 -0.0543 -246 410 1e+03 0.00498 278 478 DriftChamberPhysical hIoni - 5 -0.0841 -388 647 1e+03 0.00709 277 755 DriftChamberPhysical hIoni - 6 -0.113 -540 900 1e+03 0.00482 295 1.05e+03 WorldPhysical CoupledTransportation - 7 -0.116 -570 950 1e+03 0.00767 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 8 -0.116 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 1 0 -11.3 37.5 1e+03 0.00671 39.2 39.2 WorldPhysical hIoni + 2 5.91e-05 -27.6 92 1e+03 0.0104 56.9 96 WorldPhysical hIoni + 3 -0.000832 -30 100 1e+03 0.000712 8.37 104 DriftChamberPhysical CoupledTransportation + 4 -0.0654 -202 672 1e+03 0.0129 597 702 DriftChamberPhysical hIoni + 5 -0.0831 -257 856 1e+03 0.00385 192 894 DriftChamberPhysical hIoni + 6 -0.0844 -270 900 1e+03 0.000685 45.7 940 WorldPhysical CoupledTransportation + 7 -0.0867 -284 948 1e+03 0.0076 50.2 990 WorldPhysical hIoni + 8 -0.0869 -285 950 1e+03 0.000207 1.96 992 WorldPhysical fastSimProcess_parallelGeom + 9 -0.0869 -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.0867 -284 948 0.00744 0 0 0 WorldPhysical initStep + 1 -0.662 -285 948 0.00392 0.00352 1.4 1.4 WorldPhysical eIoni + 2 -0.827 -285 948 0 0.00392 0.5 1.9 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.0841 -388 647 0.00103 0 0 0 DriftChamberPhysical initStep - 1 -0.206 -388 647 0 0.00103 0.314 0.314 DriftChamberPhysical eIoni + 0 -0.0831 -257 856 0.00144 0 0 0 DriftChamberPhysical initStep + 1 -0.457 -257 856 0 0.00144 0.535 0.535 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.0543 -246 410 0.00129 0 0 0 DriftChamberPhysical initStep - 1 0.136 -246 409 0 0.00129 0.448 0.448 DriftChamberPhysical eIoni + 0 -0.0654 -202 672 0.00153 0 0 0 DriftChamberPhysical initStep + 1 -0.447 -201 672 0 0.00153 0.588 0.588 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.015 -103 171 0.00209 0 0 0 DriftChamberPhysical initStep - 1 -0.571 -102 171 0 0.00209 0.979 0.979 DriftChamberPhysical eIoni + 0 5.91e-05 -27.6 92 0.00406 0 0 0 WorldPhysical initStep + 1 -0.222 -27.6 92 0 0.00406 0.531 0.531 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 -31.7 52.8 0.00351 0 0 0 WorldPhysical initStep - 1 -0.157 -31.6 52.9 0 0.00351 0.369 0.369 WorldPhysical eIoni + 0 0 -11.3 37.5 0.00435 0 0 0 WorldPhysical initStep + 1 -0.198 -11.1 37.6 0 0.00435 0.598 0.598 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -2410,46 +2882,57 @@ 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 1.86e-06 -0.748 1.25 1e+03 0.000152 1.45 1.45 WorldPhysical hIoni - 2 0.00384 -60 100 1e+03 0.0113 115 117 DriftChamberPhysical CoupledTransportation - 3 -0.0125 -362 604 1e+03 0.0088 587 704 DriftChamberPhysical hIoni - 4 -0.0209 -540 900 1e+03 0.00918 346 1.05e+03 WorldPhysical CoupledTransportation - 5 -0.0229 -562 937 1e+03 0.00458 42.6 1.09e+03 WorldPhysical hIoni - 6 -0.023 -564 940 1e+03 0.000212 3.87 1.1e+03 WorldPhysical hIoni - 7 -0.0236 -570 950 1e+03 0.000749 11.9 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 8 -0.0236 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 1 0 -25.6 42.7 1e+03 0.00704 49.8 49.8 WorldPhysical hIoni + 2 -0.00881 -60 100 1e+03 0.0114 66.8 117 DriftChamberPhysical CoupledTransportation + 3 -0.101 -540 900 1e+03 0.0185 933 1.05e+03 WorldPhysical CoupledTransportation + 4 -0.106 -558 930 1e+03 0.00524 35.5 1.09e+03 WorldPhysical hIoni + 5 -0.107 -570 950 1e+03 0.00194 22.8 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 6 -0.107 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, 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.023 -564 940 0.00115 0 0 0 WorldPhysical initStep - 1 0.00199 -564 940 0 0.00115 0.0701 0.0701 WorldPhysical eIoni + 0 -0.106 -558 930 0.00345 0 0 0 WorldPhysical initStep + 1 -0.259 -558 931 0 0.00345 0.4 0.4 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 0 -25.6 42.7 0.00217 0 0 0 WorldPhysical initStep + 1 0.0331 -25.7 42.7 0 0.00217 0.184 0.184 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.0229 -562 937 0.00509 0 0 0 WorldPhysical initStep - 1 -0.049 -562 936 0 0.00509 0.79 0.79 WorldPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -32.6 54.3 1e+03 0.00831 63.3 63.3 WorldPhysical hIoni + 2 -0.00227 -60 100 1e+03 0.00867 53.3 117 DriftChamberPhysical CoupledTransportation + 3 0.00652 -354 590 1e+03 0.0124 572 688 DriftChamberPhysical hIoni + 4 0.0459 -540 900 1e+03 0.00551 361 1.05e+03 WorldPhysical CoupledTransportation + 5 0.0498 -570 950 1e+03 0.00527 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 6 0.0498 -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.0125 -362 604 0.00116 0 0 0 DriftChamberPhysical initStep - 1 0.0213 -362 603 0 0.00116 0.376 0.376 DriftChamberPhysical eIoni + 0 0.00652 -354 590 0.0011 0 0 0 DriftChamberPhysical initStep + 1 0.234 -354 590 0 0.0011 0.349 0.349 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.86e-06 -0.748 1.25 0.00121 0 0 0 WorldPhysical initStep - 1 -0.0219 -0.764 1.24 0 0.00121 0.0751 0.0751 WorldPhysical eIoni + 0 0 -32.6 54.3 0.00282 0 0 0 WorldPhysical initStep + 1 0.104 -32.5 54.3 0 0.00282 0.285 0.285 WorldPhysical eIoni ********************************************************************************************************* * G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 @@ -2457,117 +2940,134 @@ 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 -49.8 83 1e+03 0.0123 96.8 96.8 WorldPhysical hIoni - 2 0.00104 -56.6 94.3 1e+03 0.00116 13.1 110 WorldPhysical hIoni - 3 0.00129 -60 100 1e+03 0.00234 6.66 117 DriftChamberPhysical CoupledTransportation - 4 0.0378 -540 900 1e+03 0.0175 933 1.05e+03 WorldPhysical CoupledTransportation - 5 0.0379 -561 935 1e+03 0.00689 40.9 1.09e+03 WorldPhysical hIoni - 6 0.0384 -570 950 1e+03 0.003 17.4 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 7 0.0384 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 1 0 -60 100 1e+03 0.0146 117 117 DriftChamberPhysical CoupledTransportation + 2 0.17 -540 900 1e+03 0.0226 933 1.05e+03 WorldPhysical CoupledTransportation + 3 0.178 -556 927 1e+03 0.00307 31.2 1.08e+03 WorldPhysical hIoni + 4 0.189 -570 950 1e+03 0.00508 27.2 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 5 0.189 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 0.0379 -561 935 0.00353 0 0 0 WorldPhysical initStep - 1 0.0812 -561 935 0 0.00353 0.417 0.417 WorldPhysical eIoni + 0 0.178 -556 927 0.0023 0 0 0 WorldPhysical initStep + 1 0.118 -556 927 0 0.0023 0.202 0.202 WorldPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.00104 -56.6 94.3 0.00124 0 0 0 WorldPhysical initStep - 1 0.0309 -56.6 94.3 0 0.00124 0.0777 0.0777 WorldPhysical eIoni + 0 0 0 0 1e+03 0 0 0 WorldPhysical initStep + 1 0 -1.76 2.94 1e+03 0.00133 3.42 3.42 WorldPhysical hIoni + 2 -0.00297 -57.2 95.3 1e+03 0.012 108 111 WorldPhysical hIoni + 3 -0.00397 -60 100 1e+03 0.000878 5.48 117 DriftChamberPhysical CoupledTransportation + 4 -0.0263 -165 275 1e+03 0.00576 204 321 DriftChamberPhysical hIoni + 5 -0.027 -168 279 1e+03 3.33e-05 4.62 326 DriftChamberPhysical hIoni + 6 -0.0808 -348 580 1e+03 0.00905 351 677 DriftChamberPhysical hIoni + 7 -0.101 -447 745 1e+03 0.00413 192 869 DriftChamberPhysical hIoni + 8 -0.12 -540 900 1e+03 0.00293 181 1.05e+03 WorldPhysical CoupledTransportation + 9 -0.13 -570 950 1e+03 0.00518 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 10 -0.13 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, 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 -49.8 83 0.00111 0 0 0 WorldPhysical initStep - 1 -0.0175 -49.8 83 0 0.00111 0.0664 0.0664 WorldPhysical eIoni + 0 -0.101 -447 745 0.0094 0 0 0 DriftChamberPhysical initStep + 1 1.98 -451 744 0.00843 0.000963 4.45 4.45 DriftChamberPhysical eIoni + 2 4.63 -453 742 0.00696 0.00148 3.91 8.36 DriftChamberPhysical eIoni + 3 6.61 -454 741 0.00616 0.000791 3.17 11.5 DriftChamberPhysical eIoni + 4 7.97 -456 740 0.00366 0.0012 2.7 14.2 DriftChamberPhysical eIoni + 5 7.96 -457 739 0.00242 0.00124 1.81 16 DriftChamberPhysical eIoni + 6 8.32 -457 738 0 0.00242 1.22 17.3 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +* 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 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -60 100 1e+03 0.0201 117 117 DriftChamberPhysical CoupledTransportation - 2 0.00833 -116 193 1e+03 0.00373 109 225 DriftChamberPhysical hIoni - 3 0.0631 -540 900 1e+03 0.0169 824 1.05e+03 WorldPhysical CoupledTransportation - 4 0.0652 -551 920 1e+03 0.00193 22.7 1.07e+03 WorldPhysical hIoni - 5 0.0675 -570 950 1e+03 0.00408 35.6 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 6 0.0675 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 0 7.97 -456 740 0.00131 0 0 0 DriftChamberPhysical initStep + 1 8.28 -456 740 0 0.00131 0.456 0.456 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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.0652 -551 920 0.00197 0 0 0 WorldPhysical initStep - 1 0.0422 -551 920 0 0.00197 0.158 0.158 WorldPhysical eIoni + 0 -0.0808 -348 580 0.0018 0 0 0 DriftChamberPhysical initStep + 1 -0.541 -348 580 0 0.0018 0.766 0.766 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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.00833 -116 193 0.0011 0 0 0 DriftChamberPhysical initStep - 1 0.103 -116 193 0 0.0011 0.346 0.346 DriftChamberPhysical eIoni + 0 -0.027 -168 279 0.00107 0 0 0 DriftChamberPhysical initStep + 1 -0.0504 -167 279 0 0.00107 0.331 0.331 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = pi-, Track ID = 1, Parent ID = 0 +* 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 0 0 1e+03 0 0 0 WorldPhysical initStep - 1 0 -11.8 19.7 1e+03 0.00484 23 23 WorldPhysical hIoni - 2 -0.000314 -21.3 35.5 1e+03 0.00189 18.4 41.4 WorldPhysical hIoni - 3 -0.00453 -60 100 1e+03 0.00981 75.2 117 DriftChamberPhysical CoupledTransportation - 4 -0.00136 -190 317 1e+03 0.00654 253 370 DriftChamberPhysical hIoni - 5 0.0295 -307 511 1e+03 0.00383 226 596 DriftChamberPhysical hIoni - 6 0.113 -540 900 1e+03 0.00912 454 1.05e+03 WorldPhysical CoupledTransportation - 7 0.122 -570 950 1e+03 0.00855 58.3 1.11e+03 WorldPhysical fastSimProcess_parallelGeom - 8 0.122 -570 950 0 1e+03 0 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 0 -0.0263 -165 275 0.00166 0 0 0 DriftChamberPhysical initStep + 1 0.127 -166 275 0 0.00166 0.668 0.668 DriftChamberPhysical eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, 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.00297 -57.2 95.3 0.00261 0 0 0 WorldPhysical initStep + 1 0.0779 -57.1 95.3 0 0.00261 0.249 0.249 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.0295 -307 511 0.00319 0 0 0 DriftChamberPhysical initStep - 1 -0.807 -306 511 0.00191 0.00128 1.62 1.62 DriftChamberPhysical eIoni - 2 -0.694 -305 511 0 0.00191 0.845 2.46 DriftChamberPhysical eIoni + 0 0 -1.76 2.94 0.00129 0 0 0 WorldPhysical initStep + 1 0.0275 -1.75 2.95 0 0.00129 0.0828 0.0828 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 -18.8 31.3 1e+03 0.00454 36.5 36.5 WorldPhysical hIoni + 2 0.0051 -60 100 1e+03 0.0129 80.1 117 DriftChamberPhysical CoupledTransportation + 3 -0.0825 -540 900 1e+03 0.0193 933 1.05e+03 WorldPhysical CoupledTransportation + 4 -0.0845 -566 943 1e+03 0.00575 50.5 1.1e+03 WorldPhysical hIoni + 5 -0.0845 -566 944 1e+03 0.000133 0.44 1.1e+03 WorldPhysical hIoni + 6 -0.085 -570 950 1e+03 0.00231 7.38 1.11e+03 WorldPhysical fastSimProcess_parallelGeom + 7 -0.085 -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.00136 -190 317 0.00622 0 0 0 DriftChamberPhysical initStep - 1 -2.24 -189 318 0.00441 0.00181 2.84 2.84 DriftChamberPhysical eIoni - 2 -3.73 -189 319 0.00296 0.00145 2.11 4.95 DriftChamberPhysical eIoni - 3 -4.05 -190 318 0.00201 0.000949 1.51 6.45 DriftChamberPhysical eIoni - 4 -4.16 -190 318 0 0.00201 0.917 7.37 DriftChamberPhysical eIoni + 0 -0.0845 -566 944 0.00208 0 0 0 WorldPhysical initStep + 1 -0.0376 -566 944 0 0.00208 0.173 0.173 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.000314 -21.3 35.5 0.00154 0 0 0 WorldPhysical initStep - 1 0.0319 -21.3 35.5 0 0.00154 0.108 0.108 WorldPhysical eIoni + 0 -0.0845 -566 943 0.00309 0 0 0 WorldPhysical initStep + 1 -0.209 -566 943 0 0.00309 0.332 0.332 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 -11.8 19.7 0.00638 0 0 0 WorldPhysical initStep - 1 -0.0942 -11.4 20 0.00163 0.00475 1.16 1.16 WorldPhysical eIoni - 2 -0.0793 -11.4 20 0 0.00163 0.118 1.28 WorldPhysical eIoni + 0 0 -18.8 31.3 0.00215 0 0 0 WorldPhysical initStep + 1 0.0142 -18.7 31.4 0 0.00215 0.182 0.182 WorldPhysical eIoni Graphics systems deleted. Visualization Manager deleting... diff --git a/examples/extended/parameterisations/Par02/examplePar02.out b/examples/extended/parameterisations/Par02/examplePar02.out index 53723c369e4..8361f68f1ab 100644 --- a/examples/extended/parameterisations/Par02/examplePar02.out +++ b/examples/extended/parameterisations/Par02/examplePar02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -25,8 +25,6 @@ G4GDML: Reading 'Par02FullDetector.gdml' done! Stripping off GDML names of materials, solids and volumes ... Geometry loaded from file .......Par02FullDetector.gdml -ecal !!! - hcal !!! hcal !!! @@ -46,9 +44,8 @@ ecal !!! ecal !!! ecal !!! -Warning : Region does not have specific production cuts, -even though it appears in the current tracking world. -Default cuts are used for this region. + +ecal !!! Warning : Region does not have specific production cuts, even though it appears in the current tracking world. Default cuts are used for this region. @@ -82,26 +79,29 @@ Default cuts are used for this region. Warning : Region does not have specific production cuts, even though it appears in the current tracking world. Default cuts are used for this region. +Warning : Region does not have specific production cuts, +even though it appears in the current tracking world. +Default cuts are used for this region. Instantiating Visualization Manager....... Visualization Manager instantiating with verbosity "warnings (3)"... Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -114,6 +114,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -121,6 +124,9 @@ Registered filter factories: 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 diff --git a/examples/extended/persistency/P01/CMakeLists.txt b/examples/extended/persistency/P01/CMakeLists.txt index f79519ba306..2b02209c351 100644 --- a/examples/extended/persistency/P01/CMakeLists.txt +++ b/examples/extended/persistency/P01/CMakeLists.txt @@ -34,7 +34,11 @@ if(ROOT_FOUND) endif() # Include ROOT's CMake functions for dictionary generation -include("${ROOT_DIR}/modules/RootNewMacros.cmake") +# since root6.20, the file is renamed and included by default, so include +# only when we find the *old* name +if(EXISTS "${ROOT_DIR}/modules/RootNewMacros.cmake") + include("${ROOT_DIR}/modules/RootNewMacros.cmake") +endif() #---------------------------------------------------------------------------- # P01 requires shared libraries diff --git a/examples/extended/persistency/P01/History b/examples/extended/persistency/P01/History index 98e8aebbd43..0ed5af26e42 100644 --- a/examples/extended/persistency/P01/History +++ b/examples/extended/persistency/P01/History @@ -14,6 +14,14 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +April 3rd, 2020 Gunter Folger (exampleP01-V10-06-01) +- Since root6.20 Rootmacros is included by default, reduce check to include + old modules/RootNewMacros.cmake file. + +March 31st, 2020 Gunter Folger (exampleP01-V10-06-00) +- Adapt to root 6.20: modules/RootNewMacros.cmake becomes RootMacros.cmake + Choice is made by checking existance of file. + November 28th, 2019 I. Hrivnacova (exampleP01-V10-05-01) - Fixed Doxygen warning in .README.txt diff --git a/examples/extended/persistency/P01/p01-read.out b/examples/extended/persistency/P01/p01-read.out index 53605ed823b..7db81cf6a07 100644 --- a/examples/extended/persistency/P01/p01-read.out +++ b/examples/extended/persistency/P01/p01-read.out @@ -4,272 +4,423 @@ 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: 65 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0172847 position[mm]: (0.620399,1.9697,-1556.37) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0401209 position[mm]: (0.690883,2.2876,-1447.85) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0124069 position[mm]: (0.727203,2.4081,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0688394 position[mm]: (1.23507,4.39642,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0214973 position[mm]: (1.55657,5.80076,68.9143) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0117086 position[mm]: (1.58352,5.88521,113.93) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0194367 position[mm]: (1.61142,5.97423,160.652) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0076575 position[mm]: (1.61826,6.018,183.392) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00094126 position[mm]: (1.61859,6.02461,186.493) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00223884 position[mm]: (1.61962,6.05308,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0280691 position[mm]: (1.9221,7.37574,879.371) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0406619 position[mm]: (1.92752,7.65363,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00639946 position[mm]: (2.18836,9.02515,1627.96) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0139977 position[mm]: (2.20088,9.128,1678.57) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0234516 position[mm]: (2.20478,9.21487,1722.27) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0151531 position[mm]: (2.21607,9.28681,1758.82) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0150348 position[mm]: (2.23245,9.35427,1800) - trackID: 49 chamberNb: 4 energy deposit[MeV]: 0.00472861 position[mm]: (2.20341,9.32511,1758.83) - trackID: 48 chamberNb: 4 energy deposit[MeV]: 0.00163189 position[mm]: (2.19906,9.20725,1722.27) - trackID: 47 chamberNb: 4 energy deposit[MeV]: 0.00155786 position[mm]: (2.19212,9.12577,1678.57) - trackID: 42 chamberNb: 3 energy deposit[MeV]: 0.003351 position[mm]: (1.94286,7.36221,879.372) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0146364 position[mm]: (3.04962,-166.684,815.202) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 4.45635e-05 position[mm]: (3.58202,-167.449,815.025) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.00924495 position[mm]: (4.69624,-178.198,809.799) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0156535 position[mm]: (-3.73802,-187.401,807.405) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.00596123 position[mm]: (-10.1108,-188.55,806.748) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0013096 position[mm]: (-12.1337,-187.788,806.99) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0018025 position[mm]: (-17.2896,-188.515,806.534) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.00967377 position[mm]: (-23.9662,-197.442,803.569) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0128595 position[mm]: (-20.6056,-203.567,802.863) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0125031 position[mm]: (-25.0631,-209.863,802.024) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.000172534 position[mm]: (-24.9455,-210.684,802.097) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.00768951 position[mm]: (-24.4555,-214.139,800.358) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.00367682 position[mm]: (-23.2654,-212.265,800) - trackID: 85 chamberNb: 3 energy deposit[MeV]: 0.00312764 position[mm]: (-24.9317,-210.69,802.114) - trackID: 84 chamberNb: 3 energy deposit[MeV]: 0.00156467 position[mm]: (-20.6084,-203.558,802.865) - trackID: 83 chamberNb: 3 energy deposit[MeV]: 0.00165419 position[mm]: (-23.9727,-197.446,803.563) - trackID: 82 chamberNb: 3 energy deposit[MeV]: 0.00258908 position[mm]: (-17.295,-188.498,806.533) - trackID: 81 chamberNb: 3 energy deposit[MeV]: 0.00182106 position[mm]: (-12.1399,-187.78,806.986) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.00424584 position[mm]: (-10.3605,-188.545,807.546) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.00625915 position[mm]: (-9.87915,-188.85,807.272) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.00356368 position[mm]: (-10.0191,-188.661,807.132) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.000319826 position[mm]: (-10.0899,-188.702,807.228) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.00617194 position[mm]: (-10.202,-188.585,807.276) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.0043068 position[mm]: (-10.2166,-188.617,807.28) - trackID: 93 chamberNb: 3 energy deposit[MeV]: 0.0016429 position[mm]: (-10.2001,-188.587,807.267) - trackID: 92 chamberNb: 3 energy deposit[MeV]: 0.00179593 position[mm]: (-10.0949,-188.709,807.234) - trackID: 91 chamberNb: 3 energy deposit[MeV]: 0.00169407 position[mm]: (-10.0189,-188.671,807.129) - trackID: 90 chamberNb: 3 energy deposit[MeV]: 0.00310147 position[mm]: (-9.87251,-188.859,807.252) - trackID: 79 chamberNb: 3 energy deposit[MeV]: 0.00213784 position[mm]: (-3.80145,-187.446,807.419) - trackID: 78 chamberNb: 3 energy deposit[MeV]: 0.00153796 position[mm]: (-3.7396,-187.399,807.413) - trackID: 77 chamberNb: 3 energy deposit[MeV]: 0.00386185 position[mm]: (3.56449,-167.472,815.031) - trackID: 76 chamberNb: 3 energy deposit[MeV]: 0.00607141 position[mm]: (3.06038,-166.681,815.26) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0088816 position[mm]: (2.10431,6.59003,186.626) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0106081 position[mm]: (2.33762,6.26076,186.795) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00377868 position[mm]: (2.22616,6.20637,186.891) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00780413 position[mm]: (2.29338,6.16441,186.921) - trackID: 33 chamberNb: 2 energy deposit[MeV]: 0.00174624 position[mm]: (1.62057,6.02804,183.392) - trackID: 32 chamberNb: 2 energy deposit[MeV]: 0.000577872 position[mm]: (1.59228,6.09894,160.666) - trackID: 32 chamberNb: 2 energy deposit[MeV]: 0.00710682 position[mm]: (1.60047,6.02641,160.674) - trackID: 95 chamberNb: 2 energy deposit[MeV]: 0.00318878 position[mm]: (1.59722,6.10206,160.688) - trackID: 31 chamberNb: 2 energy deposit[MeV]: 0.00141497 position[mm]: (1.58976,5.88011,113.931) - trackID: 30 chamberNb: 2 energy deposit[MeV]: 0.00832003 position[mm]: (1.46796,5.77398,68.923) - trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.00550572 position[mm]: (0.740819,2.27949,-1447.84) - trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.00400474 position[mm]: (0.6372,1.94294,-1556.37) +Number of hits: 91 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00667306 position[mm]: (-12.9148,3.04723,-1586.5) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0481105 position[mm]: (-14.9592,3.51644,-1458.91) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00938915 position[mm]: (-15.3851,3.61586,-1432.14) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00126101 position[mm]: (-15.4328,3.62731,-1429.16) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.01314 position[mm]: (-15.9009,3.74115,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.023705 position[mm]: (-26.6364,6.2596,-734.219) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00131346 position[mm]: (-26.6837,6.27058,-731.273) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00308292 position[mm]: (-26.7972,6.29699,-724.228) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00298862 position[mm]: (-26.9041,6.32257,-717.621) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0258035 position[mm]: (-28.2027,6.64283,-637.321) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00506172 position[mm]: (-28.3614,6.68038,-627.514) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0054168 position[mm]: (-28.6527,6.75069,-609.455) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00169476 position[mm]: (-28.8061,6.78789,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0301886 position[mm]: (-39.8025,9.4365,77.8828) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000683421 position[mm]: (-39.9355,9.46815,86.0998) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00841855 position[mm]: (-40.3228,9.5621,110.104) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000294364 position[mm]: (-40.3738,9.57528,113.283) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0047889 position[mm]: (-40.5293,9.61573,123.008) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00133033 position[mm]: (-40.6632,9.64935,131.402) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0280451 position[mm]: (-41.7533,9.92525,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0205401 position[mm]: (-52.6844,12.5447,880.198) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0207536 position[mm]: (-53.6174,12.7707,937.813) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0157841 position[mm]: (-54.6362,13.0048,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.022683 position[mm]: (-65.7863,15.6188,1675.79) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0116813 position[mm]: (-66.36,15.7589,1711.09) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0156091 position[mm]: (-67.0165,15.9183,1751.47) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.014034 position[mm]: (-67.609,16.0646,1787.9) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00477247 position[mm]: (-67.8041,16.1154,1800) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00202219 position[mm]: (-67.6187,16.0726,1787.9) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00136897 position[mm]: (-67.012,15.9246,1751.47) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00216054 position[mm]: (-66.3565,15.772,1711.09) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00341506 position[mm]: (-65.7701,15.6384,1675.8) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.00205146 position[mm]: (-53.63,12.7697,937.814) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00208512 position[mm]: (-52.695,12.5372,880.198) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.00234138 position[mm]: (-40.6538,9.63744,131.403) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00152381 position[mm]: (-40.5213,9.61935,123.009) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00219065 position[mm]: (-40.3876,9.57359,113.284) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00140711 position[mm]: (-40.3307,9.56326,110.104) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00479596 position[mm]: (-39.9579,9.50267,86.1022) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.00139592 position[mm]: (-39.808,9.44213,77.883) + trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.00802438 position[mm]: (-28.7205,6.69408,-609.448) + trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00308614 position[mm]: (-28.3631,6.65829,-627.512) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00285324 position[mm]: (-28.2176,6.6297,-637.321) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00674608 position[mm]: (-26.8857,6.25717,-717.615) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0261879 position[mm]: (-48.51,-9.79876,-702.594) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.000560478 position[mm]: (-49.0528,-9.61774,-702.355) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0323182 position[mm]: (-63.9736,-31.2614,-698.443) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 6.02834e-05 position[mm]: (-63.9921,-31.1713,-698.141) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00056786 position[mm]: (-63.7703,-30.883,-697.134) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0062753 position[mm]: (-62.6958,-28.8901,-692.873) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.000156847 position[mm]: (-63.0712,-29.537,-692.528) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0169444 position[mm]: (-66.9504,-35.1678,-692.2) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00419363 position[mm]: (-69.7369,-36.6114,-692.55) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00432606 position[mm]: (-71.595,-39.6658,-690.902) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0121699 position[mm]: (-68.7127,-37.1728,-688.501) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.000300314 position[mm]: (-68.6956,-37.4635,-688.771) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00353502 position[mm]: (-69.1392,-38.5566,-689.469) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00240826 position[mm]: (-68.229,-38.1261,-691.434) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00177939 position[mm]: (-67.6372,-36.6636,-692.44) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0128483 position[mm]: (-65.3381,-36.6551,-692.023) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0083166 position[mm]: (-64.3357,-35.4339,-691.679) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00781309 position[mm]: (-64.4101,-34.2706,-691.344) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00373298 position[mm]: (-65.2198,-34.1357,-691.633) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00516941 position[mm]: (-65.4409,-33.6159,-691.29) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00193338 position[mm]: (-65.371,-34.0491,-691.297) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00253114 position[mm]: (-65.3109,-34.0234,-691.482) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00183442 position[mm]: (-65.2774,-33.9729,-691.557) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.000196373 position[mm]: (-65.2708,-33.9696,-691.576) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00257471 position[mm]: (-65.2544,-33.9699,-691.581) + trackID: 96 chamberNb: 1 energy deposit[MeV]: 0.00164154 position[mm]: (-65.2696,-33.9782,-691.572) + trackID: 95 chamberNb: 1 energy deposit[MeV]: 0.00315381 position[mm]: (-65.2983,-33.9661,-691.564) + trackID: 94 chamberNb: 1 energy deposit[MeV]: 0.00137967 position[mm]: (-65.31,-34.0172,-691.477) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.00815573 position[mm]: (-65.3907,-34.1357,-691.316) + trackID: 92 chamberNb: 1 energy deposit[MeV]: 0.0017563 position[mm]: (-65.2101,-34.1337,-691.63) + trackID: 91 chamberNb: 1 energy deposit[MeV]: 0.00200102 position[mm]: (-68.2188,-38.1322,-691.437) + trackID: 90 chamberNb: 1 energy deposit[MeV]: 0.0035636 position[mm]: (-69.1534,-38.5767,-689.481) + trackID: 89 chamberNb: 1 energy deposit[MeV]: 0.00207073 position[mm]: (-68.6497,-37.4611,-688.807) + trackID: 89 chamberNb: 1 energy deposit[MeV]: 0.00397145 position[mm]: (-68.6501,-37.4863,-688.826) + trackID: 88 chamberNb: 1 energy deposit[MeV]: 0.00248393 position[mm]: (-69.7268,-36.6109,-692.537) + trackID: 87 chamberNb: 1 energy deposit[MeV]: 0.00170701 position[mm]: (-63.0781,-29.5321,-692.522) + trackID: 86 chamberNb: 1 energy deposit[MeV]: 0.0018567 position[mm]: (-63.7598,-30.8867,-697.135) + trackID: 85 chamberNb: 1 energy deposit[MeV]: 0.0041999 position[mm]: (-64.0232,-31.181,-698.131) + trackID: 84 chamberNb: 1 energy deposit[MeV]: 0.00139 position[mm]: (-63.9792,-31.2562,-698.445) + trackID: 83 chamberNb: 1 energy deposit[MeV]: 0.00427242 position[mm]: (-49.0462,-9.5836,-702.351) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00147126 position[mm]: (-26.6921,6.2715,-731.273) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00185865 position[mm]: (-26.6303,6.25018,-734.218) + trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.00379806 position[mm]: (-15.435,3.59783,-1429.16) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00105452 position[mm]: (-15.3499,3.57841,-1432.13) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00261031 position[mm]: (-15.3504,3.59549,-1432.14) + trackID: 99 chamberNb: 0 energy deposit[MeV]: 0.00192551 position[mm]: (-15.3389,3.57972,-1432.13) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.00154296 position[mm]: (-14.9508,3.51358,-1458.91) Collection: Event_2 -Number of hits: 63 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0389233 position[mm]: (118.649,-97.9769,-1495.68) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0381134 position[mm]: (131.161,-107.809,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00754698 position[mm]: (210.207,-174.185,-782.087) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00321568 position[mm]: (211.26,-175.076,-773.951) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00506512 position[mm]: (212.228,-175.894,-766.485) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0214153 position[mm]: (221.34,-183.568,-696.048) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0313601 position[mm]: (231.698,-192.037,-616.535) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00637938 position[mm]: (233.931,-193.83,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000208295 position[mm]: (315.631,-259.596,1.95638) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0021832 position[mm]: (317.329,-260.985,14.5419) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00420009 position[mm]: (318.609,-262.023,23.9703) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00225953 position[mm]: (319.543,-262.792,30.8995) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.000127119 position[mm]: (319.778,-262.985,32.6397) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011817 position[mm]: (323.984,-266.429,63.8342) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00534674 position[mm]: (326.203,-268.271,80.4537) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0289363 position[mm]: (335.217,-275.541,147.112) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0160466 position[mm]: (342.494,-281.384,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0134553 position[mm]: (431.527,-350.507,840.794) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0193133 position[mm]: (436.082,-354.007,874.248) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00342683 position[mm]: (438.134,-355.603,889.516) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0413999 position[mm]: (449.328,-364.426,973.097) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0067548 position[mm]: (452.973,-367.107,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0118374 position[mm]: (538.616,-429.115,1629.04) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0277752 position[mm]: (549.15,-436.095,1702.76) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00801599 position[mm]: (552.58,-438.216,1726.42) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00233067 position[mm]: (553.931,-439.06,1735.77) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00857457 position[mm]: (558.126,-441.673,1764.7) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0139713 position[mm]: (563.35,-444.878,1800) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00238025 position[mm]: (558.133,-441.687,1764.69) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00313306 position[mm]: (553.939,-439.082,1735.77) - trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0031 position[mm]: (552.563,-438.201,1726.42) - trackID: 62 chamberNb: 4 energy deposit[MeV]: 0.00154208 position[mm]: (538.608,-429.119,1629.04) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00289395 position[mm]: (449.309,-364.42,973.101) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.00143254 position[mm]: (438.137,-355.595,889.517) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00938891 position[mm]: (435.973,-354.015,874.273) - trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.00407167 position[mm]: (431.559,-350.51,840.791) - trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00335262 position[mm]: (335.231,-275.562,147.109) - trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00818885 position[mm]: (326.293,-268.279,80.4493) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00316669 position[mm]: (324.004,-266.418,63.8342) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00681259 position[mm]: (319.64,-263.702,32.7122) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00294149 position[mm]: (320.04,-263.635,32.536) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00475959 position[mm]: (320.28,-263.69,32.7761) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0111267 position[mm]: (320.104,-263.727,32.826) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00173222 position[mm]: (320.113,-263.725,32.8201) - trackID: 93 chamberNb: 2 energy deposit[MeV]: 0.00146337 position[mm]: (320.282,-263.696,32.7815) - trackID: 92 chamberNb: 2 energy deposit[MeV]: 0.00161591 position[mm]: (320.036,-263.644,32.538) - trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0036755 position[mm]: (319.519,-262.806,30.903) - trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.00337635 position[mm]: (318.593,-262.005,23.976) - trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.0016666 position[mm]: (317.321,-260.98,14.5439) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.00401516 position[mm]: (316.127,-259.236,1.06172) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.000975416 position[mm]: (316.449,-258.872,1.23869) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.00155988 position[mm]: (316.386,-258.367,1.20263) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.00140948 position[mm]: (316.476,-257.933,1.56879) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.000145584 position[mm]: (316.73,-257.942,1.55286) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.00956352 position[mm]: (316.953,-257.981,1.45715) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.00575915 position[mm]: (316.952,-258.023,1.42247) - trackID: 94 chamberNb: 2 energy deposit[MeV]: 0.00155232 position[mm]: (316.727,-257.947,1.54686) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.00271182 position[mm]: (231.687,-192.052,-616.534) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.00246596 position[mm]: (221.328,-183.558,-696.045) - trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.00921797 position[mm]: (212.291,-175.806,-766.472) - trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00189455 position[mm]: (211.261,-175.065,-773.949) - trackID: 25 chamberNb: 1 energy deposit[MeV]: 0.00194019 position[mm]: (210.211,-174.196,-782.088) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00154807 position[mm]: (118.647,-97.9683,-1495.68) +Number of hits: 170 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00894633 position[mm]: (-82.0186,18.4536,-1570.3) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0131067 position[mm]: (-84.9256,18.9974,-1541.99) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0180502 position[mm]: (-92.0924,19.8694,-1472.94) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00205454 position[mm]: (-92.985,19.9705,-1464.26) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.022928 position[mm]: (-99.4411,20.8371,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00865235 position[mm]: (-162.005,29.0048,-775.269) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00300978 position[mm]: (-163.492,29.1732,-760.741) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00238837 position[mm]: (-164.532,29.2998,-750.607) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0338246 position[mm]: (-172.19,30.1698,-676.244) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0320446 position[mm]: (-179.925,30.8657,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0099075 position[mm]: (-244.622,36.5945,29.0598) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0737354 position[mm]: (-262.416,38.126,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00279983 position[mm]: (-328.05,48.7064,807.871) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00661245 position[mm]: (-330.696,49.1124,832.974) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00958847 position[mm]: (-333.253,49.5398,856.941) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00078596 position[mm]: (-333.621,49.6049,860.302) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0681136 position[mm]: (-348.984,52.3362,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000308422 position[mm]: (-414.337,62.7153,1600.97) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00245055 position[mm]: (-415.043,62.8342,1607.51) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0077822 position[mm]: (-416.511,63.0891,1621.08) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00282895 position[mm]: (-417.631,63.2763,1631.47) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0185639 position[mm]: (-421.247,63.8585,1665.1) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00302232 position[mm]: (-421.698,63.9348,1669.35) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00826672 position[mm]: (-424.265,64.387,1693.59) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00770004 position[mm]: (-426.621,64.7765,1715.68) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.000383516 position[mm]: (-426.998,64.8412,1719.22) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00322892 position[mm]: (-427.667,64.9647,1725.53) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0165625 position[mm]: (-431.835,65.7152,1764.82) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0191797 position[mm]: (-435.537,66.3786,1800) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0023776 position[mm]: (-431.722,65.921,1764.86) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00539896 position[mm]: (-431.598,66.0621,1764.88) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.00606959 position[mm]: (-431.64,66.0811,1764.91) + trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.0015216 position[mm]: (-431.603,66.0617,1764.87) + trackID: 81 chamberNb: 4 energy deposit[MeV]: 0.00149845 position[mm]: (-431.728,65.9268,1764.86) + trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.00227495 position[mm]: (-427.666,64.9792,1725.53) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.00242109 position[mm]: (-426.985,64.8315,1719.23) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.00145317 position[mm]: (-426.614,64.7806,1715.68) + trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.00420818 position[mm]: (-424.294,64.4055,1693.59) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 3.23264e-05 position[mm]: (-421.66,63.8959,1669.36) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.000406816 position[mm]: (-421.589,63.905,1669.43) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0019357 position[mm]: (-421.644,63.9419,1669.42) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00276546 position[mm]: (-421.638,63.9549,1669.41) + trackID: 85 chamberNb: 4 energy deposit[MeV]: 0.00195312 position[mm]: (-421.643,63.9334,1669.42) + trackID: 84 chamberNb: 4 energy deposit[MeV]: 0.00179143 position[mm]: (-421.585,63.9129,1669.44) + trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.00199728 position[mm]: (-421.653,63.8878,1669.36) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00366662 position[mm]: (-421.219,63.8583,1665.1) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00152095 position[mm]: (-417.636,63.2691,1631.47) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.000574919 position[mm]: (-416.82,63.3525,1621.2) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00726046 position[mm]: (-423.325,68.5461,1615.86) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00114522 position[mm]: (-423.391,67.9791,1613.6) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0083271 position[mm]: (-425.565,59.8574,1611.91) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00964248 position[mm]: (-432.699,57.391,1609.87) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00563981 position[mm]: (-436.056,61.1695,1607.93) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0120003 position[mm]: (-440.615,62.2413,1612.66) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00014891 position[mm]: (-440.73,62.2138,1612.84) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00521451 position[mm]: (-444.995,59.9462,1612.38) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00881492 position[mm]: (-446.047,58.7677,1612.08) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00740744 position[mm]: (-446.643,58.4582,1611.11) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00507741 position[mm]: (-447.353,57.9665,1611.14) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00308098 position[mm]: (-447.614,58.4195,1611.52) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00141697 position[mm]: (-447.701,58.2695,1611.65) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00987656 position[mm]: (-447.911,58.2326,1611.9) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00626515 position[mm]: (-447.883,58.2185,1611.84) + trackID: 92 chamberNb: 4 energy deposit[MeV]: 0.0023031 position[mm]: (-447.912,58.2182,1611.9) + trackID: 91 chamberNb: 4 energy deposit[MeV]: 0.0016256 position[mm]: (-447.694,58.2722,1611.65) + trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.00412857 position[mm]: (-447.639,58.4153,1611.5) + trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.00188 position[mm]: (-440.723,62.2093,1612.85) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00277169 position[mm]: (-435.795,61.2972,1607.74) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.000173276 position[mm]: (-435.961,61.3493,1607.76) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00863783 position[mm]: (-436.124,61.2563,1607.82) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00466581 position[mm]: (-436.129,61.2236,1607.84) + trackID: 94 chamberNb: 4 energy deposit[MeV]: 0.00140128 position[mm]: (-435.959,61.3507,1607.76) + trackID: 93 chamberNb: 4 energy deposit[MeV]: 0.00178296 position[mm]: (-435.798,61.2881,1607.74) + trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.00249966 position[mm]: (-423.397,67.9926,1613.59) + trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.00191697 position[mm]: (-416.819,63.3494,1621.21) + trackID: 62 chamberNb: 4 energy deposit[MeV]: 0.00180043 position[mm]: (-415.038,62.825,1607.51) + trackID: 61 chamberNb: 4 energy deposit[MeV]: 0.00166343 position[mm]: (-414.333,62.7244,1600.97) + trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.00190857 position[mm]: (-333.611,49.6088,860.303) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0129594 position[mm]: (-333.583,46.8922,857.698) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.00615743 position[mm]: (-333.034,46.5657,859.588) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0023597 position[mm]: (-333.392,47.7851,859.854) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.00556969 position[mm]: (-333.205,47.8329,860.957) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.00489266 position[mm]: (-332.619,48.4256,860.665) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.00914999 position[mm]: (-333.045,48.9615,860.58) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.001669 position[mm]: (-332.755,49.1063,860.484) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.000521495 position[mm]: (-332.891,49.1141,860.548) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.00117382 position[mm]: (-332.819,48.9972,860.534) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.00363343 position[mm]: (-332.792,49.0361,860.407) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.00550536 position[mm]: (-332.809,49.0558,860.45) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.00140775 position[mm]: (-332.79,49.0434,860.404) + trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.0025165 position[mm]: (-332.818,48.9812,860.529) + trackID: 98 chamberNb: 3 energy deposit[MeV]: 0.00160588 position[mm]: (-332.883,49.119,860.547) + trackID: 97 chamberNb: 3 energy deposit[MeV]: 0.00216238 position[mm]: (-332.761,49.1058,860.472) + trackID: 96 chamberNb: 3 energy deposit[MeV]: 0.00145698 position[mm]: (-333.477,47.8417,859.868) + trackID: 96 chamberNb: 3 energy deposit[MeV]: 0.00509186 position[mm]: (-333.465,47.8564,859.827) + trackID: 101 chamberNb: 3 energy deposit[MeV]: 0.00229773 position[mm]: (-333.479,47.8556,859.872) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.00433965 position[mm]: (-330.415,48.7155,833.091) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.000838576 position[mm]: (-330.602,48.4745,833.234) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.0110807 position[mm]: (-330.722,48.2845,833.077) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.00537948 position[mm]: (-330.769,48.2734,833.08) + trackID: 102 chamberNb: 3 energy deposit[MeV]: 0.00240308 position[mm]: (-330.591,48.4764,833.223) + trackID: 48 chamberNb: 3 energy deposit[MeV]: 0.00550084 position[mm]: (-328.036,48.6582,807.878) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00199747 position[mm]: (-244.619,36.6064,29.0606) + trackID: 35 chamberNb: 1 energy deposit[MeV]: 0.00170503 position[mm]: (-172.183,30.1765,-676.243) + trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.00204639 position[mm]: (-163.479,29.1738,-760.739) + trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00617879 position[mm]: (-161.959,29.0412,-775.26) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.0137188 position[mm]: (-103.066,-0.493241,-1451.42) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.000681636 position[mm]: (-105.922,-5.79836,-1448.77) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.0102514 position[mm]: (-135.868,-18.1906,-1428.36) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.0110792 position[mm]: (-131.882,-3.97091,-1406.8) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.010332 position[mm]: (-129.794,-24.6363,-1400) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00409913 position[mm]: (69.2425,-431.575,-795.265) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00902715 position[mm]: (83.5004,-444.267,-800) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00997592 position[mm]: (75.5485,-458.969,-794.402) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0147161 position[mm]: (64.4059,-474.966,-785.907) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00768688 position[mm]: (69.9968,-485.374,-777.402) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0148169 position[mm]: (92.7298,-496.554,-772.692) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00359743 position[mm]: (97.3685,-496.659,-771.013) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.000292185 position[mm]: (100.29,-497.504,-770.085) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.000422 position[mm]: (102.133,-498.483,-769.073) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.000696656 position[mm]: (103.815,-499.598,-768.446) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00982481 position[mm]: (114.168,-500.219,-762.313) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00381316 position[mm]: (120.981,-496.439,-759.72) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0350076 position[mm]: (152.29,-461.144,-776.07) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00431104 position[mm]: (152.055,-455.319,-774.707) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00393334 position[mm]: (156.035,-445.019,-775.997) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0015754 position[mm]: (156.809,-445.253,-777.693) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0274314 position[mm]: (166.468,-444.978,-795.617) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00573402 position[mm]: (163.211,-434.687,-795.451) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00471258 position[mm]: (159.509,-431.753,-800) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 4.32813e-05 position[mm]: (157.506,-429.105,-799.967) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.000266113 position[mm]: (157.453,-429.103,-799.938) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00041352 position[mm]: (157.415,-429.057,-799.937) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00013298 position[mm]: (157.385,-429.008,-799.924) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.000202499 position[mm]: (157.34,-428.997,-799.888) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.000146469 position[mm]: (157.286,-429.021,-799.876) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.000262636 position[mm]: (157.226,-429.022,-799.849) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.000858543 position[mm]: (157.149,-429.024,-799.836) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.000835287 position[mm]: (157.135,-429.092,-799.872) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.000192839 position[mm]: (157.132,-429.127,-799.927) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.000369659 position[mm]: (157.1,-429.108,-799.967) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.000745031 position[mm]: (157.087,-429.064,-799.99) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.000471846 position[mm]: (157.09,-429.029,-799.999) + trackID: 137 chamberNb: 1 energy deposit[MeV]: 0.00196557 position[mm]: (163.211,-434.662,-795.435) + trackID: 137 chamberNb: 1 energy deposit[MeV]: 0.00184876 position[mm]: (163.221,-434.664,-795.439) + trackID: 136 chamberNb: 1 energy deposit[MeV]: 0.00145884 position[mm]: (166.475,-444.977,-795.614) + trackID: 135 chamberNb: 1 energy deposit[MeV]: 0.00243476 position[mm]: (156.808,-445.238,-777.698) + trackID: 134 chamberNb: 1 energy deposit[MeV]: 0.00154206 position[mm]: (156.038,-445.028,-775.997) + trackID: 133 chamberNb: 1 energy deposit[MeV]: 0.00764947 position[mm]: (152.136,-455.306,-774.704) + trackID: 132 chamberNb: 1 energy deposit[MeV]: 0.00280246 position[mm]: (152.286,-461.144,-776.089) + trackID: 131 chamberNb: 1 energy deposit[MeV]: 0.00192695 position[mm]: (120.98,-496.449,-759.714) + trackID: 130 chamberNb: 1 energy deposit[MeV]: 0.0017311 position[mm]: (114.166,-500.217,-762.323) + trackID: 129 chamberNb: 1 energy deposit[MeV]: 0.00305044 position[mm]: (103.809,-499.619,-768.445) + trackID: 128 chamberNb: 1 energy deposit[MeV]: 0.00177322 position[mm]: (100.288,-497.514,-770.085) + trackID: 127 chamberNb: 1 energy deposit[MeV]: 0.00180233 position[mm]: (97.3691,-496.65,-771.007) + trackID: 126 chamberNb: 1 energy deposit[MeV]: 0.00159611 position[mm]: (69.9916,-485.372,-777.395) + trackID: 125 chamberNb: 1 energy deposit[MeV]: 0.0034603 position[mm]: (64.3874,-474.952,-785.895) + trackID: 124 chamberNb: 1 energy deposit[MeV]: 0.00137016 position[mm]: (75.5473,-458.971,-794.41) + trackID: 123 chamberNb: 1 energy deposit[MeV]: 0.00182162 position[mm]: (69.2502,-431.568,-795.262) + trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.00264557 position[mm]: (-131.88,-3.9657,-1406.79) + trackID: 105 chamberNb: 0 energy deposit[MeV]: 0.00165862 position[mm]: (-135.865,-18.1827,-1428.37) + trackID: 104 chamberNb: 0 energy deposit[MeV]: 0.00150116 position[mm]: (-105.919,-5.80453,-1448.78) + trackID: 103 chamberNb: 0 energy deposit[MeV]: 0.00303229 position[mm]: (-103.046,-0.500649,-1451.42) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00706361 position[mm]: (-92.0893,19.7967,-1472.93) + trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.00224713 position[mm]: (-84.9245,19.0117,-1541.99) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.00505984 position[mm]: (-81.5897,17.6278,-1570.05) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.00688779 position[mm]: (-81.3487,18.013,-1570.27) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0140759 position[mm]: (-81.5681,18.203,-1570.22) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.00315221 position[mm]: (-81.5778,18.1884,-1570.23) + trackID: 160 chamberNb: 0 energy deposit[MeV]: 0.00832383 position[mm]: (-81.6177,17.5995,-1570.14) Collection: Event_3 -Number of hits: 45 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0270782 position[mm]: (53.7597,20.1081,-1517.61) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00870564 position[mm]: (55.1641,20.6251,-1495.99) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0189542 position[mm]: (58.3222,21.7089,-1447.34) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 8.49193e-05 position[mm]: (58.3582,21.7213,-1446.78) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.010956 position[mm]: (60.4654,22.4429,-1414.46) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00275309 position[mm]: (61.0608,22.6452,-1405.14) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00216395 position[mm]: (61.3925,22.76,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0278153 position[mm]: (105.305,37.0118,-715.192) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 2.90256e-05 position[mm]: (105.31,37.0135,-715.111) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00357706 position[mm]: (105.842,37.1973,-706.13) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0146394 position[mm]: (108.191,38.0117,-666.432) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0174828 position[mm]: (112.116,39.3811,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00647979 position[mm]: (146.689,50.6899,21.938) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00175312 position[mm]: (146.932,50.7707,26.444) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0672969 position[mm]: (156.263,54.0841,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0276635 position[mm]: (191.412,66.126,852.622) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0130108 position[mm]: (192.638,66.5029,875.83) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0131741 position[mm]: (194.259,66.9656,908.06) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0297892 position[mm]: (198.737,68.1589,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0454746 position[mm]: (234.013,76.4044,1746.29) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0147604 position[mm]: (236.591,77.0941,1800) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00766263 position[mm]: (234.025,76.3236,1746.3) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.00263839 position[mm]: (194.273,66.9535,908.061) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0103031 position[mm]: (192.559,66.3445,875.857) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.00224714 position[mm]: (192.563,66.3546,875.847) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.00198909 position[mm]: (191.421,66.1336,852.622) - trackID: 49 chamberNb: 2 energy deposit[MeV]: 0.0046562 position[mm]: (146.826,50.6951,26.465) - trackID: 49 chamberNb: 2 energy deposit[MeV]: 0.00407249 position[mm]: (146.809,50.7228,26.4668) - trackID: 79 chamberNb: 2 energy deposit[MeV]: 0.00166369 position[mm]: (146.821,50.6927,26.4569) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.00192429 position[mm]: (146.689,50.7014,21.9383) - trackID: 39 chamberNb: 1 energy deposit[MeV]: 0.00157119 position[mm]: (108.198,38.0174,-666.432) - trackID: 38 chamberNb: 1 energy deposit[MeV]: 0.0014028 position[mm]: (105.84,37.2051,-706.13) - trackID: 37 chamberNb: 1 energy deposit[MeV]: 0.00474052 position[mm]: (105.329,37.0496,-715.11) - trackID: 36 chamberNb: 1 energy deposit[MeV]: 0.00184976 position[mm]: (105.298,37.02,-715.191) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.00252846 position[mm]: (61.355,22.4463,-1405.1) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.00655964 position[mm]: (61.261,22.5901,-1405.02) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.000277869 position[mm]: (61.2915,22.6193,-1404.98) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.00451837 position[mm]: (61.2603,22.6031,-1404.96) - trackID: 91 chamberNb: 0 energy deposit[MeV]: 0.0017644 position[mm]: (61.296,22.61,-1404.98) - trackID: 90 chamberNb: 0 energy deposit[MeV]: 0.00410357 position[mm]: (61.3812,22.4658,-1405.11) - trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.00622166 position[mm]: (60.455,22.5024,-1414.46) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00419303 position[mm]: (58.349,21.7538,-1446.78) - trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.00411902 position[mm]: (58.355,21.7115,-1447.34) - trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.00166136 position[mm]: (55.1628,20.6347,-1495.99) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00166351 position[mm]: (53.7678,20.1025,-1517.61) +Number of hits: 79 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00382567 position[mm]: (-99.7258,-82.752,-1594.04) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00237107 position[mm]: (-101.403,-84.1563,-1580.28) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00454725 position[mm]: (-103.47,-85.8952,-1563.29) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00514433 position[mm]: (-105.067,-87.2198,-1550.24) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0102991 position[mm]: (-107.732,-89.4255,-1528.48) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000248083 position[mm]: (-107.975,-89.6309,-1526.48) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00398981 position[mm]: (-108.776,-90.3089,-1519.88) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0394529 position[mm]: (-118.499,-98.4883,-1440.21) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0164277 position[mm]: (-123.469,-102.623,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0134707 position[mm]: (-200.028,-166.037,-768.817) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0051423 position[mm]: (-202.896,-168.292,-745.258) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0154381 position[mm]: (-206.422,-171.118,-716.057) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0102165 position[mm]: (-209.278,-173.444,-691.908) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.002184 position[mm]: (-210.047,-174.065,-685.428) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 1.44671e-05 position[mm]: (-210.102,-174.11,-684.963) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00207737 position[mm]: (-211.105,-174.923,-676.502) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00467726 position[mm]: (-212.463,-176.021,-665.055) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0068921 position[mm]: (-214.267,-177.469,-650.01) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.000697917 position[mm]: (-214.33,-177.52,-649.49) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0107026 position[mm]: (-217.06,-179.725,-626.966) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0133523 position[mm]: (-220.353,-182.333,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0138814 position[mm]: (-300.209,-244.826,37.4768) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0109261 position[mm]: (-303.544,-247.407,64.051) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0165352 position[mm]: (-309.069,-251.752,107.808) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0112332 position[mm]: (-312.646,-254.51,135.826) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0221168 position[mm]: (-319.902,-260.189,193.357) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00441626 position[mm]: (-320.742,-260.876,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00495446 position[mm]: (-391.123,-319.978,819.479) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.000259163 position[mm]: (-391.176,-320.022,819.944) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0321454 position[mm]: (-401.985,-328.875,913.925) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00637101 position[mm]: (-403.863,-330.434,930.106) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0244715 position[mm]: (-411.886,-337.158,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00161163 position[mm]: (-483.187,-396.199,1613.91) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0451237 position[mm]: (-497.946,-408.607,1742.31) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0113323 position[mm]: (-502.583,-412.67,1782.97) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00531649 position[mm]: (-504.541,-414.35,1800) + trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.00617761 position[mm]: (-502.544,-412.627,1782.98) + trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.00495396 position[mm]: (-497.925,-408.645,1742.31) + trackID: 81 chamberNb: 4 energy deposit[MeV]: 0.00185969 position[mm]: (-483.197,-396.193,1613.91) + trackID: 66 chamberNb: 3 energy deposit[MeV]: 0.00641492 position[mm]: (-403.815,-330.475,930.113) + trackID: 65 chamberNb: 3 energy deposit[MeV]: 0.00278431 position[mm]: (-401.967,-328.87,913.929) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.00510821 position[mm]: (-390.658,-320.424,820.084) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.00695977 position[mm]: (-390.684,-320.117,819.703) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.000586732 position[mm]: (-390.755,-319.957,819.782) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.00237323 position[mm]: (-390.71,-319.907,819.695) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.00536351 position[mm]: (-390.744,-319.926,819.665) + trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.00174904 position[mm]: (-390.718,-319.906,819.702) + trackID: 98 chamberNb: 3 energy deposit[MeV]: 0.00669238 position[mm]: (-390.7,-319.997,819.786) + trackID: 63 chamberNb: 3 energy deposit[MeV]: 0.00632888 position[mm]: (-391.028,-320.052,819.495) + trackID: 63 chamberNb: 3 energy deposit[MeV]: 0.00349164 position[mm]: (-391.01,-320.071,819.497) + trackID: 56 chamberNb: 2 energy deposit[MeV]: 0.00220674 position[mm]: (-319.908,-260.176,193.358) + trackID: 55 chamberNb: 2 energy deposit[MeV]: 0.00830952 position[mm]: (-312.73,-254.469,135.828) + trackID: 54 chamberNb: 2 energy deposit[MeV]: 0.00153226 position[mm]: (-309.077,-251.751,107.808) + trackID: 53 chamberNb: 2 energy deposit[MeV]: 0.00386143 position[mm]: (-303.553,-247.379,64.0546) + trackID: 52 chamberNb: 2 energy deposit[MeV]: 0.0118371 position[mm]: (-300.298,-244.963,37.4709) + trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.0032801 position[mm]: (-216.889,-180.259,-626.903) + trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.00643571 position[mm]: (-216.948,-180.191,-626.501) + trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.00884041 position[mm]: (-216.76,-180.283,-626.396) + trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.00600931 position[mm]: (-216.74,-180.335,-626.407) + trackID: 113 chamberNb: 1 energy deposit[MeV]: 0.00142614 position[mm]: (-216.888,-180.251,-626.904) + trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.00185996 position[mm]: (-214.32,-177.525,-649.489) + trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.00978587 position[mm]: (-214.418,-177.428,-650.007) + trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.00173668 position[mm]: (-214.422,-177.428,-650.016) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.00141418 position[mm]: (-212.462,-176.013,-665.054) + trackID: 39 chamberNb: 1 energy deposit[MeV]: 0.00208104 position[mm]: (-211.092,-174.927,-676.5) + trackID: 38 chamberNb: 1 energy deposit[MeV]: 0.00235854 position[mm]: (-210.115,-174.102,-684.963) + trackID: 37 chamberNb: 1 energy deposit[MeV]: 0.00141432 position[mm]: (-210.054,-174.062,-685.429) + trackID: 36 chamberNb: 1 energy deposit[MeV]: 0.00190749 position[mm]: (-209.268,-173.44,-691.906) + trackID: 35 chamberNb: 1 energy deposit[MeV]: 0.00880155 position[mm]: (-206.348,-171.187,-716.045) + trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.00203792 position[mm]: (-202.885,-168.286,-745.256) + trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.00317758 position[mm]: (-200.049,-166.029,-768.817) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.00142826 position[mm]: (-118.505,-98.4928,-1440.22) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00435987 position[mm]: (-108.753,-90.3363,-1519.88) + trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.00153782 position[mm]: (-107.971,-89.639,-1526.48) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.00688209 position[mm]: (-107.802,-89.4218,-1528.48) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0019833 position[mm]: (-105.059,-87.2293,-1550.24) + trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.00658637 position[mm]: (-103.423,-85.8513,-1563.28) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.00276526 position[mm]: (-101.385,-84.1516,-1580.27) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.00184853 position[mm]: (-99.7302,-82.7621,-1594.04) Collection: Event_4 -Number of hits: 89 - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.000731308 position[mm]: (10.0982,-68.7604,-1595.79) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0549087 position[mm]: (11.9628,-79.8985,-1468.57) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0211819 position[mm]: (12.7755,-85.4009,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00326929 position[mm]: (21.7147,-134.375,-790.936) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0166006 position[mm]: (22.1227,-136.906,-758.658) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00706522 position[mm]: (22.357,-138.296,-741.255) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00449791 position[mm]: (22.454,-138.922,-733.533) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0182835 position[mm]: (23.036,-142.533,-689.229) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.019971 position[mm]: (23.6783,-146.207,-644.29) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00364874 position[mm]: (23.7891,-146.88,-635.982) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0195696 position[mm]: (24.282,-149.785,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00604049 position[mm]: (32.5364,-199.239,16.5499) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00490337 position[mm]: (32.9386,-201.567,45.3944) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0358404 position[mm]: (34.1763,-207.33,117.387) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00533507 position[mm]: (34.3563,-208.213,127.971) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0125659 position[mm]: (35.0276,-211.624,169.121) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00174819 position[mm]: (35.144,-212.239,176.52) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0106766 position[mm]: (35.5049,-214.173,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00157909 position[mm]: (44.2402,-263.236,802.62) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00549571 position[mm]: (44.4705,-264.537,818.573) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00217831 position[mm]: (44.4914,-264.645,819.881) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0420413 position[mm]: (46.4093,-274.233,937.227) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00276456 position[mm]: (46.5398,-274.802,944.354) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0254483 position[mm]: (47.527,-279.19,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00985418 position[mm]: (56.6653,-331.161,1629.32) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0045027 position[mm]: (56.8256,-332.114,1640.61) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0195399 position[mm]: (57.5454,-336.398,1691.08) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00726656 position[mm]: (57.825,-338.207,1711.75) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0283337 position[mm]: (58.8945,-344.97,1788.62) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00347621 position[mm]: (59.0777,-345.956,1800) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00202095 position[mm]: (58.8859,-344.961,1788.62) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00204665 position[mm]: (57.8368,-338.202,1711.76) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00311465 position[mm]: (57.5318,-336.416,1691.08) - trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00142943 position[mm]: (56.8202,-332.108,1640.61) - trackID: 62 chamberNb: 4 energy deposit[MeV]: 0.0032883 position[mm]: (56.6795,-331.142,1629.32) - trackID: 47 chamberNb: 3 energy deposit[MeV]: 0.00545654 position[mm]: (46.5045,-274.838,944.355) - trackID: 46 chamberNb: 3 energy deposit[MeV]: 0.0038083 position[mm]: (46.4069,-274.262,937.227) - trackID: 45 chamberNb: 3 energy deposit[MeV]: 0.00139095 position[mm]: (44.4847,-264.649,819.881) - trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.00216979 position[mm]: (44.4761,-264.55,818.573) - trackID: 36 chamberNb: 2 energy deposit[MeV]: 0.00258312 position[mm]: (35.1608,-212.243,176.52) - trackID: 35 chamberNb: 2 energy deposit[MeV]: 0.00598163 position[mm]: (35.0832,-211.611,169.126) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00244375 position[mm]: (33.9774,-210.062,128.353) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00206926 position[mm]: (34.2962,-209.227,130.229) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00678057 position[mm]: (33.799,-206.955,129.789) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00628878 position[mm]: (33.6903,-205.827,128.331) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00676491 position[mm]: (34.8949,-205.787,127.455) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00957509 position[mm]: (34.6401,-204.656,127.355) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.000948988 position[mm]: (34.794,-205.057,126.982) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 6.21048e-05 position[mm]: (34.7666,-205.121,126.964) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00823349 position[mm]: (34.4832,-205.491,126.892) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00259266 position[mm]: (34.5262,-205.395,127.075) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00368601 position[mm]: (34.653,-205.446,127.119) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00459243 position[mm]: (34.6681,-205.478,127.134) - trackID: 86 chamberNb: 2 energy deposit[MeV]: 0.00267825 position[mm]: (34.6391,-205.447,127.131) - trackID: 85 chamberNb: 2 energy deposit[MeV]: 0.00143016 position[mm]: (34.5284,-205.388,127.078) - trackID: 84 chamberNb: 2 energy deposit[MeV]: 0.00546807 position[mm]: (34.8036,-205.146,126.94) - trackID: 83 chamberNb: 2 energy deposit[MeV]: 0.00159777 position[mm]: (34.7923,-205.054,126.973) - trackID: 82 chamberNb: 2 energy deposit[MeV]: 0.00142864 position[mm]: (33.6939,-205.822,128.336) - trackID: 81 chamberNb: 2 energy deposit[MeV]: 0.00491561 position[mm]: (33.7592,-206.943,129.799) - trackID: 80 chamberNb: 2 energy deposit[MeV]: 0.00280349 position[mm]: (33.9966,-210.065,128.351) - trackID: 33 chamberNb: 2 energy deposit[MeV]: 0.00250548 position[mm]: (34.1925,-207.334,117.387) - trackID: 32 chamberNb: 2 energy deposit[MeV]: 0.00624691 position[mm]: (32.9598,-201.624,45.3945) - trackID: 31 chamberNb: 2 energy deposit[MeV]: 0.00170307 position[mm]: (32.5289,-199.245,16.5499) - trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00150187 position[mm]: (23.7973,-146.877,-635.982) - trackID: 25 chamberNb: 1 energy deposit[MeV]: 0.00261689 position[mm]: (23.6672,-146.193,-644.287) - trackID: 24 chamberNb: 1 energy deposit[MeV]: 0.00162203 position[mm]: (23.034,-142.542,-689.23) - trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.00475399 position[mm]: (22.0893,-138.322,-733.35) - trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.00440669 position[mm]: (21.8191,-138.119,-732.915) - trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.00714501 position[mm]: (21.5611,-138.188,-733.217) - trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.00845877 position[mm]: (21.3617,-138.185,-733.146) - trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.00548264 position[mm]: (21.3505,-138.2,-733.099) - trackID: 22 chamberNb: 1 energy deposit[MeV]: 0.00671854 position[mm]: (23.1245,-138.461,-741.132) - trackID: 22 chamberNb: 1 energy deposit[MeV]: 0.00647095 position[mm]: (23.3162,-138.416,-741.353) - trackID: 22 chamberNb: 1 energy deposit[MeV]: 0.00869685 position[mm]: (23.3608,-138.53,-741.283) - trackID: 22 chamberNb: 1 energy deposit[MeV]: 0.00215756 position[mm]: (23.3568,-138.532,-741.296) - trackID: 89 chamberNb: 1 energy deposit[MeV]: 0.00827004 position[mm]: (23.1851,-138.423,-741.073) - trackID: 21 chamberNb: 1 energy deposit[MeV]: 0.00501924 position[mm]: (22.1454,-136.944,-758.658) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 5.43963e-05 position[mm]: (21.7247,-134.39,-790.934) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.000132894 position[mm]: (21.8196,-134.48,-790.979) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0071823 position[mm]: (21.9626,-134.419,-791.151) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00756985 position[mm]: (21.9253,-134.36,-791.19) - trackID: 91 chamberNb: 1 energy deposit[MeV]: 0.00040331 position[mm]: (21.9071,-134.486,-790.911) - trackID: 91 chamberNb: 1 energy deposit[MeV]: 0.00855549 position[mm]: (21.9747,-134.506,-790.844) - trackID: 92 chamberNb: 1 energy deposit[MeV]: 0.00156441 position[mm]: (21.9031,-134.48,-790.905) - trackID: 90 chamberNb: 1 energy deposit[MeV]: 0.00204991 position[mm]: (21.7221,-134.397,-790.925) - trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.0016449 position[mm]: (11.9621,-79.9081,-1468.57) - trackID: 14 chamberNb: 0 energy deposit[MeV]: 1.41323e-05 position[mm]: (10.0971,-68.7556,-1595.79) - trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.00221253 position[mm]: (10.0927,-68.7451,-1595.79) - trackID: 93 chamberNb: 0 energy deposit[MeV]: 0.0017714 position[mm]: (10.0977,-68.749,-1595.78) +Number of hits: 73 + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00583125 position[mm]: (0.934225,-174.362,-1579.27) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0250634 position[mm]: (0.906608,-186.462,-1521.95) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0109858 position[mm]: (0.928064,-192.897,-1491.67) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00485702 position[mm]: (0.955759,-196.258,-1475.83) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00250786 position[mm]: (0.968209,-197.762,-1468.69) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0150517 position[mm]: (1.04422,-204.042,-1438.65) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0108877 position[mm]: (1.1221,-212.17,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.014411 position[mm]: (1.36405,-345.964,-771.541) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00100178 position[mm]: (1.37422,-346.723,-768.036) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0250781 position[mm]: (1.5768,-363.236,-691.729) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0130947 position[mm]: (1.70737,-372.479,-648.42) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0161016 position[mm]: (1.84485,-381.151,-607.769) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.00278819 position[mm]: (1.88905,-382.816,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00332612 position[mm]: (5.35867,-514.879,15.1132) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00512566 position[mm]: (5.41624,-516.921,24.5723) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00354829 position[mm]: (5.5001,-519.576,36.8395) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0645978 position[mm]: (6.36566,-551.184,183.505) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00135696 position[mm]: (6.39214,-551.869,186.688) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00161013 position[mm]: (6.43667,-553.111,192.452) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00300852 position[mm]: (6.49343,-554.741,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00223687 position[mm]: (10.6243,-685.008,805.905) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00332692 position[mm]: (10.6966,-687.088,815.572) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0259686 position[mm]: (11.198,-701.228,881.4) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0113315 position[mm]: (11.513,-707.084,908.725) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0322437 position[mm]: (12.3388,-726.558,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00795127 position[mm]: (19.1951,-855.93,1617.21) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0042716 position[mm]: (19.3036,-857.986,1627.04) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0369122 position[mm]: (20.121,-874.129,1704.48) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00673437 position[mm]: (20.3187,-877.362,1720.07) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0123835 position[mm]: (20.6221,-881.504,1739.96) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.010272 position[mm]: (20.9782,-886.968,1766.28) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0131004 position[mm]: (21.3661,-893.979,1800) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00306822 position[mm]: (20.9965,-886.98,1766.28) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0227679 position[mm]: (55.9051,-880.188,1771.38) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.000195108 position[mm]: (54.684,-880.391,1774.09) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0196791 position[mm]: (43.134,-879.032,1799.42) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 1.71746e-05 position[mm]: (43.1464,-879.016,1800) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00246309 position[mm]: (43.1503,-879.032,1799.42) + trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.00358725 position[mm]: (54.7043,-880.405,1774.1) + trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.00304139 position[mm]: (55.8984,-880.168,1771.38) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00337623 position[mm]: (20.207,-877.225,1720.12) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.00713594 position[mm]: (20.1385,-877.218,1720.09) + trackID: 117 chamberNb: 4 energy deposit[MeV]: 0.00255593 position[mm]: (20.2083,-877.208,1720.12) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00304538 position[mm]: (20.1236,-874.15,1704.47) + trackID: 62 chamberNb: 4 energy deposit[MeV]: 0.00102613 position[mm]: (19.3473,-858.02,1627.04) + trackID: 62 chamberNb: 4 energy deposit[MeV]: 0.00341998 position[mm]: (19.3638,-858.037,1627.03) + trackID: 118 chamberNb: 4 energy deposit[MeV]: 0.00185542 position[mm]: (19.3541,-858.018,1627.05) + trackID: 61 chamberNb: 4 energy deposit[MeV]: 0.00185012 position[mm]: (19.2011,-855.94,1617.21) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.00172734 position[mm]: (11.5088,-707.075,908.727) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.00159936 position[mm]: (11.1924,-701.221,881.402) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.00151185 position[mm]: (10.6903,-687.082,815.573) + trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.00204216 position[mm]: (10.6339,-685.016,805.904) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00222782 position[mm]: (6.36728,-553.086,192.465) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.00349511 position[mm]: (6.37559,-553.106,192.479) + trackID: 120 chamberNb: 2 energy deposit[MeV]: 0.00146071 position[mm]: (6.36167,-553.091,192.461) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.00586975 position[mm]: (6.4474,-551.867,186.692) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.00406187 position[mm]: (6.33382,-551.191,183.506) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.00332391 position[mm]: (5.49653,-519.553,36.8461) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.00307809 position[mm]: (5.41461,-516.942,24.5689) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.00174401 position[mm]: (5.3579,-514.889,15.1114) + trackID: 35 chamberNb: 1 energy deposit[MeV]: 0.00230399 position[mm]: (1.83416,-381.142,-607.767) + trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.00142469 position[mm]: (1.71543,-372.478,-648.42) + trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0110115 position[mm]: (1.47461,-363.139,-691.692) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.00249452 position[mm]: (1.35949,-346.731,-768.037) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.00147982 position[mm]: (1.36453,-345.972,-771.543) + trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0020617 position[mm]: (1.05373,-204.051,-1438.65) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.00177407 position[mm]: (0.977244,-197.767,-1468.69) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.00186448 position[mm]: (0.962875,-196.25,-1475.83) + trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.00271708 position[mm]: (0.913655,-192.886,-1491.67) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.00331228 position[mm]: (0.929574,-186.454,-1521.95) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0011459 position[mm]: (0.959409,-174.327,-1579.26) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.00269771 position[mm]: (0.954981,-174.331,-1579.25) + trackID: 121 chamberNb: 0 energy deposit[MeV]: 0.0015507 position[mm]: (0.964617,-174.334,-1579.26) diff --git a/examples/extended/persistency/P01/p01-write.out b/examples/extended/persistency/P01/p01-write.out index bfc63629367..7c84cbd6af5 100644 --- a/examples/extended/persistency/P01/p01-write.out +++ b/examples/extended/persistency/P01/p01-write.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-01 (14-February-2020) + Geant4 version Name: geant4-10-06-ref-04 (30-April-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,20 +19,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -45,6 +45,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -52,6 +55,9 @@ Registered filter factories: 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 @@ -653,7 +659,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -778,7 +785,8 @@ Limit excitation energy for Fermi BreakUp (MeV) 20 Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 -Time limit for long lived isomeres (ns) 1e+12 +Time limit for long lived isomeres (ns) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -812,14 +820,14 @@ Index : 0 used in the geometry : Yes 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.5861 keV e- 1.00386 MeV e+ 951.321 keV proton 70 keV + Energy thresholds : gamma 94.7372 keV e- 1.00768 MeV e+ 948.734 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 990 eV e- 1.36845 keV e+ 1.34483 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 1.36806 keV e+ 1.33293 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -855,1000 +863,1096 @@ 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.71 m 3 GeV 26.3 keV 20.1 cm 20.1 cm World hIoni - 2 10.2 um -13.4 um -2.5 m 3 GeV 32.8 keV 21.4 cm 41.5 cm World hIoni - 3 12.8 um -18.3 um -2.45 m 3 GeV 5.38 keV 4.54 cm 46 cm World Transportation - 4 12.8 um -18.4 um -2.45 m 3 GeV 971 keV 719 um 46.1 cm Target CoulombScat - 5 22 um -3.43 um -2.44 m 2.99 GeV 12 MeV 1.03 cm 47.1 cm Target hIoni - 6 81.3 um -265 um -2.4 m 2.94 GeV 41.6 MeV 3.74 cm 50.8 cm Target hIoni - 7 78 um -257 um -2.4 m 2.94 GeV 1.72 MeV 1.63 mm 51 cm Target Transportation - 8 81.8 um -238 um -2.39 m 2.94 GeV 2.36 keV 7.2 mm 51.7 cm Tracker hIoni - 9 120 um -51.1 um -2.32 m 2.94 GeV 9.73 keV 7.15 cm 58.9 cm Tracker hIoni - 10 154 um 102 um -2.26 m 2.94 GeV 10 keV 5.9 cm 64.8 cm Tracker hIoni - 11 158 um 118 um -2.26 m 2.94 GeV 607 eV 6.31 mm 65.4 cm Tracker hIoni - 12 213 um 336 um -2.17 m 2.94 GeV 13.7 keV 8.44 cm 73.8 cm Tracker hIoni - 13 416 um 1.15 mm -1.86 m 2.94 GeV 46.4 keV 30.7 cm 1.05 m Tracker hIoni - 14 472 um 1.38 mm -1.78 m 2.94 GeV 8.96 keV 8.51 cm 1.13 m Tracker hIoni - 15 542 um 1.65 mm -1.68 m 2.94 GeV 16.5 keV 10.3 cm 1.23 m Tracker hIoni - 16 591 um 1.85 mm -1.6 m 2.94 GeV 11 keV 7.63 cm 1.31 m Tracker Transportation - 17 620 um 1.97 mm -1.56 m 2.94 GeV 17.3 keV 4.36 cm 1.35 m Chamber hIoni - 18 691 um 2.29 mm -1.45 m 2.94 GeV 40.1 keV 10.9 cm 1.46 m Chamber hIoni - 19 727 um 2.41 mm -1.4 m 2.94 GeV 12.4 keV 4.78 cm 1.51 m Chamber Transportation - 20 809 um 2.74 mm -1.26 m 2.94 GeV 19.8 keV 13.5 cm 1.65 m Tracker hIoni - 21 842 um 2.87 mm -1.21 m 2.94 GeV 5.92 keV 5 cm 1.7 m Tracker hIoni - 22 842 um 2.87 mm -1.21 m 2.94 GeV 0 eV 197 um 1.7 m Tracker hIoni - 23 854 um 2.91 mm -1.2 m 2.94 GeV 2.04 keV 1.88 cm 1.71 m Tracker hIoni - 24 879 um 3.01 mm -1.16 m 2.94 GeV 5.18 keV 3.86 cm 1.75 m Tracker hIoni - 25 892 um 3.06 mm -1.14 m 2.94 GeV 4.2 keV 1.99 cm 1.77 m Tracker hIoni - 26 1.04 mm 3.64 mm -90.8 cm 2.94 GeV 35 keV 23 cm 2 m Tracker hIoni - 27 1.04 mm 3.66 mm -89.9 cm 2.94 GeV 1.96 keV 9.05 mm 2.01 m Tracker hIoni - 28 1.05 mm 3.68 mm -89.1 cm 2.94 GeV 739 eV 7.16 mm 2.02 m Tracker hIoni - 29 1.09 mm 3.84 mm -82.6 cm 2.94 GeV 7.31 keV 6.5 cm 2.08 m Tracker hIoni - 30 1.1 mm 3.9 mm -80.2 cm 2.94 GeV 2.98 keV 2.47 cm 2.11 m Tracker hIoni - 31 1.1 mm 3.9 mm -80 cm 2.94 GeV 504 eV 1.76 mm 2.11 m Tracker Transportation - 32 1.24 mm 4.4 mm -60 cm 2.94 GeV 68.8 keV 20 cm 2.31 m Chamber Transportation - 33 1.33 mm 4.89 mm -37.8 cm 2.94 GeV 35.4 keV 22.2 cm 2.53 m Tracker hIoni - 34 1.44 mm 5.36 mm -15.5 cm 2.94 GeV 30.1 keV 22.3 cm 2.76 m Tracker hIoni - 35 1.45 mm 5.42 mm -12.2 cm 2.94 GeV 6.17 keV 3.32 cm 2.79 m Tracker hIoni - 36 1.49 mm 5.58 mm -4.19 cm 2.94 GeV 12.1 keV 7.97 cm 2.87 m Tracker hIoni - 37 1.52 mm 5.66 mm 0 fm 2.94 GeV 5.63 keV 4.19 cm 2.91 m Tracker Transportation - 38 1.56 mm 5.8 mm 6.89 cm 2.94 GeV 21.5 keV 6.89 cm 2.98 m Chamber hIoni - 39 1.58 mm 5.89 mm 11.4 cm 2.94 GeV 11.7 keV 4.5 cm 3.02 m Chamber hIoni - 40 1.61 mm 5.97 mm 16.1 cm 2.94 GeV 19.4 keV 4.67 cm 3.07 m Chamber hIoni - 41 1.62 mm 6.02 mm 18.3 cm 2.94 GeV 7.66 keV 2.27 cm 3.09 m Chamber hIoni - 42 1.62 mm 6.02 mm 18.6 cm 2.94 GeV 941 eV 3.1 mm 3.1 m Chamber hIoni - 43 1.62 mm 6.05 mm 20 cm 2.94 GeV 2.24 keV 1.35 cm 3.11 m Chamber Transportation - 44 1.64 mm 6.15 mm 25.1 cm 2.94 GeV 7.15 keV 5.12 cm 3.16 m Tracker hIoni - 45 1.65 mm 6.19 mm 27 cm 2.94 GeV 3.05 keV 1.89 cm 3.18 m Tracker hIoni - 46 1.66 mm 6.21 mm 28.3 cm 2.94 GeV 2.87 keV 1.27 cm 3.19 m Tracker hIoni - 47 1.84 mm 6.92 mm 66.3 cm 2.94 GeV 61.3 keV 38 cm 3.57 m Tracker hIoni - 48 1.85 mm 6.99 mm 69.5 cm 2.94 GeV 4.42 keV 3.22 cm 3.61 m Tracker hIoni - 49 1.87 mm 7.1 mm 74.8 cm 2.94 GeV 5.14 keV 5.26 cm 3.66 m Tracker hIoni - 50 1.89 mm 7.21 mm 80 cm 2.94 GeV 7.35 keV 5.16 cm 3.71 m Tracker hIoni - 51 1.89 mm 7.21 mm 80 cm 2.94 GeV 29.1 eV 492 um 3.71 m Tracker Transportation - 52 1.92 mm 7.38 mm 87.9 cm 2.94 GeV 28.1 keV 7.94 cm 3.79 m Chamber hIoni - 53 1.93 mm 7.65 mm 1 m 2.94 GeV 40.7 keV 12.1 cm 3.91 m Chamber Transportation - 54 1.93 mm 7.69 mm 1.01 m 2.94 GeV 2.36 keV 1.42 cm 3.92 m Tracker hIoni - 55 2.05 mm 8.27 mm 1.28 m 2.94 GeV 40 keV 26.3 cm 4.19 m Tracker hIoni - 56 2.05 mm 8.27 mm 1.28 m 2.94 GeV 100 eV 918 um 4.19 m Tracker hIoni - 57 2.18 mm 8.95 mm 1.59 m 2.94 GeV 42.8 keV 31.7 cm 4.5 m Tracker hIoni - 58 2.18 mm 8.97 mm 1.6 m 2.94 GeV 374 eV 5.06 mm 4.51 m Tracker Transportation - 59 2.19 mm 9.03 mm 1.63 m 2.94 GeV 6.4 keV 2.8 cm 4.54 m Chamber hIoni - 60 2.2 mm 9.13 mm 1.68 m 2.94 GeV 14 keV 5.06 cm 4.59 m Chamber hIoni - 61 2.2 mm 9.21 mm 1.72 m 2.94 GeV 23.5 keV 4.37 cm 4.63 m Chamber hIoni - 62 2.22 mm 9.29 mm 1.76 m 2.94 GeV 15.2 keV 3.66 cm 4.67 m Chamber hIoni - 63 2.23 mm 9.35 mm 1.8 m 2.94 GeV 15 keV 4.12 cm 4.71 m Chamber Transportation - 64 2.29 mm 9.5 mm 1.89 m 2.94 GeV 13.6 keV 8.53 cm 4.8 m Tracker hIoni - 65 2.31 mm 9.56 mm 1.92 m 2.94 GeV 5.37 keV 3.58 cm 4.83 m Tracker hIoni - 66 2.34 mm 9.65 mm 1.97 m 2.94 GeV 7.26 keV 5.02 cm 4.88 m Tracker hIoni - 67 2.39 mm 9.76 mm 2.04 m 2.94 GeV 12.9 keV 6.51 cm 4.95 m Tracker hIoni - 68 2.42 mm 9.84 mm 2.09 m 2.94 GeV 6.94 keV 5.05 cm 5 m Tracker hIoni - 69 2.58 mm 1.03 cm 2.34 m 2.94 GeV 34.7 keV 25.6 cm 5.25 m Tracker hIoni - 70 2.6 mm 1.03 cm 2.38 m 2.94 GeV 4.76 keV 3.4 cm 5.29 m Tracker hIoni - 71 2.62 mm 1.04 cm 2.4 m 2.94 GeV 5.89 keV 2.34 cm 5.31 m Tracker Transportation - 72 2.66 mm 1.05 cm 2.48 m 2.94 GeV 13 keV 8.38 cm 5.39 m World hIoni - 73 2.67 mm 1.05 cm 2.49 m 2.94 GeV 760 eV 8.26 mm 5.4 m World hIoni - 74 2.76 mm 1.08 cm 2.66 m 2.94 GeV 21.1 keV 17.3 cm 5.57 m World hIoni - 75 2.78 mm 1.09 cm 2.72 m 2.94 GeV 8.01 keV 5.92 cm 5.63 m World hIoni - 76 2.79 mm 1.09 cm 2.73 m 2.94 GeV 638 eV 6.61 mm 5.64 m World hIoni - 77 2.81 mm 1.1 cm 2.76 m 2.94 GeV 2.11 keV 3.39 cm 5.67 m World hIoni - 78 2.82 mm 1.1 cm 2.8 m 2.94 GeV 7.36 keV 3.26 cm 5.71 m World hIoni - 79 2.88 mm 1.12 cm 2.91 m 2.94 GeV 14.9 keV 11.3 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 789 eV 1.01 cm 28 cm World hIoni + 4 4.37 um -5.95 um -2.63 m 3 GeV 587 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.7 um -2.45 m 3 GeV 757 keV 719 um 46.1 cm Target CoulombScat + 7 56.2 um -21.7 um -2.45 m 2.99 GeV 3.58 MeV 3.16 mm 46.4 cm Target hIoni + 8 106 um -15 um -2.44 m 2.99 GeV 4 MeV 3.59 mm 46.7 cm Target hIoni + 9 328 um -45.8 um -2.42 m 2.96 GeV 24 MeV 1.9 cm 48.6 cm Target hIoni + 10 326 um -41.3 um -2.42 m 2.96 GeV 1.8 MeV 1.55 mm 48.8 cm Target hIoni + 11 322 um -33.5 um -2.42 m 2.96 GeV 3.85 MeV 3.49 mm 49.1 cm Target hIoni + 12 316 um -24.1 um -2.41 m 2.95 GeV 5.35 MeV 5.54 mm 49.7 cm Target hIoni + 13 285 um -44.7 um -2.4 m 2.93 GeV 15.3 MeV 1.3 cm 51 cm Target Transportation + 14 -83.8 um 41.8 um -2.38 m 2.93 GeV 2.12 keV 2.27 cm 53.3 cm Tracker hIoni + 15 -2.32 mm 568 um -2.24 m 2.93 GeV 19.7 keV 13.8 cm 67 cm Tracker hIoni + 16 -6.57 mm 1.56 mm -1.98 m 2.93 GeV 44.9 keV 26.2 cm 93.2 cm Tracker hIoni + 17 -9.21 mm 2.18 mm -1.82 m 2.93 GeV 26.3 keV 16.3 cm 1.09 m Tracker hIoni + 18 -9.86 mm 2.33 mm -1.78 m 2.93 GeV 3.58 keV 3.98 cm 1.13 m Tracker hIoni + 19 -1.01 cm 2.39 mm -1.76 m 2.93 GeV 1.98 keV 1.6 cm 1.15 m Tracker hIoni + 20 -1.16 cm 2.73 mm -1.67 m 2.93 GeV 16.1 keV 8.89 cm 1.24 m Tracker hIoni + 21 -1.27 cm 3 mm -1.6 m 2.93 GeV 7.35 keV 7.05 cm 1.31 m Tracker Transportation + 22 -1.29 cm 3.05 mm -1.59 m 2.93 GeV 6.67 keV 1.35 cm 1.32 m Chamber hIoni + 23 -1.5 cm 3.52 mm -1.46 m 2.93 GeV 48.1 keV 12.8 cm 1.45 m Chamber hIoni + 24 -1.54 cm 3.62 mm -1.43 m 2.93 GeV 9.39 keV 2.68 cm 1.48 m Chamber hIoni + 25 -1.54 cm 3.63 mm -1.43 m 2.93 GeV 1.26 keV 2.98 mm 1.48 m Chamber hIoni + 26 -1.59 cm 3.74 mm -1.4 m 2.93 GeV 13.1 keV 2.92 cm 1.51 m Chamber Transportation + 27 -1.68 cm 3.95 mm -1.35 m 2.93 GeV 10.2 keV 5.44 cm 1.56 m Tracker hIoni + 28 -1.71 cm 4.01 mm -1.33 m 2.93 GeV 3.57 keV 1.78 cm 1.58 m Tracker hIoni + 29 -2 cm 4.7 mm -1.15 m 2.93 GeV 25.9 keV 18.1 cm 1.76 m Tracker hIoni + 30 -2.3 cm 5.41 mm -96.2 cm 2.93 GeV 29.3 keV 18.5 cm 1.95 m Tracker hIoni + 31 -2.33 cm 5.48 mm -94.3 cm 2.93 GeV 1.92 keV 1.92 cm 1.97 m Tracker hIoni + 32 -2.4 cm 5.65 mm -89.8 cm 2.93 GeV 6.19 keV 4.47 cm 2.01 m Tracker hIoni + 33 -2.56 cm 6.02 mm -80 cm 2.93 GeV 14.8 keV 9.8 cm 2.11 m Tracker Transportation + 34 -2.66 cm 6.26 mm -73.4 cm 2.93 GeV 23.7 keV 6.58 cm 2.18 m Chamber hIoni + 35 -2.67 cm 6.27 mm -73.1 cm 2.93 GeV 1.31 keV 2.95 mm 2.18 m Chamber hIoni + 36 -2.68 cm 6.3 mm -72.4 cm 2.93 GeV 3.08 keV 7.05 mm 2.19 m Chamber hIoni + 37 -2.69 cm 6.32 mm -71.8 cm 2.93 GeV 2.99 keV 6.61 mm 2.19 m Chamber hIoni + 38 -2.82 cm 6.64 mm -63.7 cm 2.93 GeV 25.8 keV 8.03 cm 2.27 m Chamber hIoni + 39 -2.84 cm 6.68 mm -62.8 cm 2.93 GeV 5.06 keV 9.81 mm 2.28 m Chamber hIoni + 40 -2.87 cm 6.75 mm -60.9 cm 2.93 GeV 5.42 keV 1.81 cm 2.3 m Chamber hIoni + 41 -2.88 cm 6.79 mm -60 cm 2.93 GeV 1.69 keV 9.46 mm 2.31 m Chamber Transportation + 42 -3.01 cm 7.11 mm -51.8 cm 2.93 GeV 19.2 keV 8.17 cm 2.39 m Tracker hIoni + 43 -3.12 cm 7.35 mm -45.5 cm 2.93 GeV 7.91 keV 6.33 cm 2.46 m Tracker hIoni + 44 -3.22 cm 7.6 mm -39.2 cm 2.93 GeV 11.6 keV 6.33 cm 2.52 m Tracker hIoni + 45 -3.25 cm 7.67 mm -37.4 cm 2.93 GeV 2.61 keV 1.74 cm 2.54 m Tracker hIoni + 46 -3.27 cm 7.73 mm -36 cm 2.93 GeV 1.5 keV 1.44 cm 2.55 m Tracker hIoni + 47 -3.43 cm 8.12 mm -26 cm 2.93 GeV 15.5 keV 10 cm 2.65 m Tracker hIoni + 48 -3.85 cm 9.13 mm -0.0568 fm 2.93 GeV 34.5 keV 26 cm 2.91 m Tracker Transportation + 49 -3.98 cm 9.44 mm 7.79 cm 2.93 GeV 30.2 keV 7.79 cm 2.99 m Chamber hIoni + 50 -3.99 cm 9.47 mm 8.61 cm 2.93 GeV 683 eV 8.22 mm 3 m Chamber hIoni + 51 -4.03 cm 9.56 mm 11 cm 2.93 GeV 8.42 keV 2.4 cm 3.02 m Chamber hIoni + 52 -4.04 cm 9.58 mm 11.3 cm 2.93 GeV 294 eV 3.18 mm 3.02 m Chamber hIoni + 53 -4.05 cm 9.62 mm 12.3 cm 2.93 GeV 4.79 keV 9.73 mm 3.03 m Chamber hIoni + 54 -4.07 cm 9.65 mm 13.1 cm 2.93 GeV 1.33 keV 8.39 mm 3.04 m Chamber hIoni + 55 -4.18 cm 9.93 mm 20 cm 2.93 GeV 28 keV 6.86 cm 3.11 m Chamber Transportation + 56 -4.26 cm 1.01 cm 25.5 cm 2.93 GeV 7.5 keV 5.48 cm 3.17 m Tracker hIoni + 57 -4.53 cm 1.08 cm 42.3 cm 2.93 GeV 22 keV 16.8 cm 3.33 m Tracker hIoni + 58 -4.87 cm 1.16 cm 63 cm 2.93 GeV 30.8 keV 20.8 cm 3.54 m Tracker hIoni + 59 -5.07 cm 1.21 cm 75.5 cm 2.93 GeV 20.1 keV 12.4 cm 3.67 m Tracker hIoni + 60 -5.13 cm 1.22 cm 79.3 cm 2.93 GeV 7.04 keV 3.78 cm 3.7 m Tracker hIoni + 61 -5.13 cm 1.22 cm 79.6 cm 2.93 GeV 541 eV 3.51 mm 3.71 m Tracker hIoni + 62 -5.14 cm 1.22 cm 80 cm 2.93 GeV 296 eV 3.88 mm 3.71 m Tracker Transportation + 63 -5.27 cm 1.25 cm 88 cm 2.93 GeV 20.5 keV 8.02 cm 3.79 m Chamber hIoni + 64 -5.36 cm 1.28 cm 93.8 cm 2.93 GeV 20.8 keV 5.76 cm 3.85 m Chamber hIoni + 65 -5.46 cm 1.3 cm 1 m 2.93 GeV 15.8 keV 6.22 cm 3.91 m Chamber Transportation + 66 -5.49 cm 1.31 cm 1.02 m 2.93 GeV 1.82 keV 1.66 cm 3.93 m Tracker hIoni + 67 -5.54 cm 1.32 cm 1.05 m 2.93 GeV 3.68 keV 2.84 cm 3.96 m Tracker hIoni + 68 -5.58 cm 1.33 cm 1.07 m 2.93 GeV 4.17 keV 2.41 cm 3.98 m Tracker hIoni + 69 -5.64 cm 1.34 cm 1.1 m 2.93 GeV 4.44 keV 3.54 cm 4.01 m Tracker hIoni + 70 -5.75 cm 1.37 cm 1.17 m 2.93 GeV 10.2 keV 6.52 cm 4.08 m Tracker hIoni + 71 -5.8 cm 1.38 cm 1.2 m 2.93 GeV 6.04 keV 2.99 cm 4.11 m Tracker hIoni + 72 -5.82 cm 1.38 cm 1.22 m 2.93 GeV 2.02 keV 1.64 cm 4.13 m Tracker hIoni + 73 -5.87 cm 1.4 cm 1.25 m 2.93 GeV 4.67 keV 3 cm 4.16 m Tracker hIoni + 74 -5.98 cm 1.42 cm 1.31 m 2.93 GeV 6.09 keV 6.71 cm 4.22 m Tracker hIoni + 75 -6.45 cm 1.53 cm 1.6 m 2.93 GeV 47.8 keV 28.7 cm 4.51 m Tracker Transportation + 76 -6.58 cm 1.56 cm 1.68 m 2.93 GeV 22.7 keV 7.58 cm 4.59 m Chamber hIoni + 77 -6.64 cm 1.58 cm 1.71 m 2.93 GeV 11.7 keV 3.53 cm 4.62 m Chamber hIoni + 78 -6.7 cm 1.59 cm 1.75 m 2.93 GeV 15.6 keV 4.04 cm 4.66 m Chamber hIoni + 79 -6.76 cm 1.61 cm 1.79 m 2.93 GeV 14 keV 3.64 cm 4.7 m Chamber hIoni + 80 -6.78 cm 1.61 cm 1.8 m 2.93 GeV 4.77 keV 1.21 cm 4.71 m Chamber Transportation + 81 -7.16 cm 1.71 cm 2.03 m 2.93 GeV 33.2 keV 23.4 cm 4.95 m Tracker hIoni + 82 -7.32 cm 1.75 cm 2.14 m 2.93 GeV 14.8 keV 10.6 cm 5.05 m Tracker hIoni + 83 -7.42 cm 1.78 cm 2.2 m 2.93 GeV 7.01 keV 6.17 cm 5.11 m Tracker hIoni + 84 -7.65 cm 1.84 cm 2.34 m 2.93 GeV 21.8 keV 14.1 cm 5.25 m Tracker hIoni + 85 -7.68 cm 1.85 cm 2.36 m 2.93 GeV 2.31 keV 1.84 cm 5.27 m Tracker hIoni + 86 -7.74 cm 1.86 cm 2.4 m 2.93 GeV 6.82 keV 3.86 cm 5.31 m Tracker Transportation + 87 -7.77 cm 1.87 cm 2.42 m 2.93 GeV 2.4 keV 2.04 cm 5.33 m World hIoni + 88 -7.89 cm 1.91 cm 2.5 m 2.93 GeV 10.6 keV 7.84 cm 5.41 m World hIoni + 89 -8.1 cm 1.96 cm 2.63 m 2.93 GeV 15.8 keV 13 cm 5.54 m World hIoni + 90 -8.55 cm 2.08 cm 2.91 m 2.93 GeV 37.9 keV 28.2 cm 5.82 m OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.82 mm 1.1 cm 2.8 m 50.9 keV 0 eV 0 fm 0 fm World initStep - 1 3.65 mm 1.17 cm 2.8 m 48.3 keV 499 eV 1.09 mm 1.09 mm World eIoni - 2 4.05 mm 1.19 cm 2.8 m 43.3 keV 187 eV 514 um 1.61 mm World eIoni - 3 6.07 mm 1.28 cm 2.8 m 38.8 keV 1.22 keV 3.1 mm 4.71 mm World eIoni - 4 1.02 cm 1.09 cm 2.8 m 31.8 keV 6.93 keV 7.53 mm 1.22 cm World eIoni - 5 1.16 cm 1.16 cm 2.8 m 26.6 keV 1.39 keV 1.71 mm 1.4 cm World eIoni - 6 1.51 cm 1.25 cm 2.8 m 21.2 keV 5.4 keV 4.54 mm 1.85 cm World eIoni - 7 1.69 cm 1.2 cm 2.81 m 15 keV 4.41 keV 2.37 mm 2.09 cm World eIoni - 8 1.7 cm 1.2 cm 2.81 m 14.9 keV 141 eV 131 um 2.1 cm World eIoni - 9 1.86 cm 1.17 cm 2.8 m 12 keV 2.86 keV 2.47 mm 2.35 cm World eIoni - 10 1.95 cm 1.08 cm 2.8 m 7.06 keV 4.95 keV 2.07 mm 2.55 cm World eIoni - 11 1.9 cm 1.07 cm 2.8 m 1.64 keV 5.42 keV 1.26 mm 2.68 cm World eIoni - 12 1.89 cm 1.07 cm 2.8 m 0 eV 1.64 keV 111 um 2.69 cm World eIoni + 0 -8.1 cm 1.96 cm 2.63 m 2.51 keV 0 eV 0 fm 0 fm World initStep + 1 -8.11 cm 1.96 cm 2.63 m 0 eV 2.51 keV 218 um 218 um World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 62 +* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.69 cm 1.2 cm 2.81 m 1.78 keV 0 eV 0 fm 0 fm World initStep - 1 1.69 cm 1.21 cm 2.81 m 0 eV 1.78 keV 126 um 126 um World eIoni + 0 -7.89 cm 1.91 cm 2.5 m 2.37 keV 0 eV 0 fm 0 fm World initStep + 1 -7.89 cm 1.91 cm 2.5 m 0 eV 2.37 keV 198 um 198 um World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 62 +* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.16 cm 1.16 cm 2.8 m 3.85 keV 0 eV 0 fm 0 fm World initStep - 1 1.16 cm 1.15 cm 2.8 m 0 eV 3.85 keV 452 um 452 um World eIoni + 0 -7.77 cm 1.87 cm 2.42 m 2.55 keV 0 eV 0 fm 0 fm World initStep + 1 -7.78 cm 1.88 cm 2.42 m 0 eV 2.55 keV 224 um 224 um World eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 62 +* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.07 mm 1.28 cm 2.8 m 3.3 keV 0 eV 0 fm 0 fm World initStep - 1 6.18 mm 1.28 cm 2.8 m 0 eV 3.3 keV 345 um 345 um World eIoni + 0 -7.68 cm 1.85 cm 2.36 m 3.44 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -7.69 cm 1.84 cm 2.36 m 0 eV 3.44 keV 372 um 372 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 62 +* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 4.05 mm 1.19 cm 2.8 m 4.82 keV 0 eV 0 fm 0 fm World initStep - 1 4.18 mm 1.21 cm 2.8 m 0 eV 4.82 keV 670 um 670 um World eIoni + 0 -7.65 cm 1.84 cm 2.34 m 3.41 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -7.65 cm 1.86 cm 2.34 m 0 eV 3.41 keV 366 um 366 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 62 +* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.65 mm 1.17 cm 2.8 m 2.15 keV 0 eV 0 fm 0 fm World initStep - 1 3.65 mm 1.17 cm 2.8 m 0 eV 2.15 keV 170 um 170 um World eIoni + 0 -7.42 cm 1.78 cm 2.2 m 1.43 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -7.42 cm 1.78 cm 2.2 m 0 eV 1.43 keV 90.2 um 90.2 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.81 mm 1.1 cm 2.76 m 1.48 keV 0 eV 0 fm 0 fm World initStep - 1 2.83 mm 1.09 cm 2.76 m 0 eV 1.48 keV 94.7 um 94.7 um World eIoni + 0 -7.32 cm 1.75 cm 2.14 m 8.23 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -7.37 cm 1.82 cm 2.14 m 3.94 keV 4.28 keV 1.49 mm 1.49 mm Tracker eIoni + 2 -7.38 cm 1.82 cm 2.14 m 0 eV 3.94 keV 471 um 1.96 mm Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 67, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.79 mm 1.09 cm 2.73 m 2.82 keV 0 eV 0 fm 0 fm World initStep - 1 2.68 mm 1.1 cm 2.73 m 0 eV 2.82 keV 265 um 265 um World eIoni + 0 -7.16 cm 1.71 cm 2.03 m 2.99 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -7.16 cm 1.72 cm 2.03 m 0 eV 2.99 keV 292 um 292 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 66, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.78 mm 1.09 cm 2.72 m 1.73 keV 0 eV 0 fm 0 fm World initStep - 1 2.79 mm 1.1 cm 2.72 m 0 eV 1.73 keV 120 um 120 um World eIoni + 0 -6.76 cm 1.61 cm 1.79 m 2.02 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.76 cm 1.61 cm 1.79 m 0 eV 2.02 keV 106 um 106 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 65, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.76 mm 1.08 cm 2.66 m 1.4 keV 0 eV 0 fm 0 fm World initStep - 1 2.74 mm 1.08 cm 2.66 m 0 eV 1.4 keV 87.2 um 87.2 um World eIoni + 0 -6.7 cm 1.59 cm 1.75 m 1.37 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.7 cm 1.59 cm 1.75 m 0 eV 1.37 keV 62.5 um 62.5 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 64, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.67 mm 1.05 cm 2.49 m 3.03 keV 0 eV 0 fm 0 fm World initStep - 1 2.78 mm 1.06 cm 2.49 m 0 eV 3.03 keV 299 um 299 um World eIoni + 0 -6.64 cm 1.58 cm 1.71 m 2.16 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.64 cm 1.58 cm 1.71 m 0 eV 2.16 keV 116 um 116 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 63, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.66 mm 1.05 cm 2.48 m 2.32 keV 0 eV 0 fm 0 fm World initStep - 1 2.72 mm 1.06 cm 2.48 m 0 eV 2.32 keV 192 um 192 um World eIoni + 0 -6.58 cm 1.56 cm 1.68 m 3.42 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.58 cm 1.56 cm 1.68 m 0 eV 3.42 keV 221 um 221 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 62, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.6 mm 1.03 cm 2.38 m 1.51 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.57 mm 1.03 cm 2.38 m 0 eV 1.51 keV 97.3 um 97.3 um Tracker eIoni + 0 -5.98 cm 1.42 cm 1.31 m 7.53 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.95 cm 1.48 cm 1.31 m 1.94 keV 5.59 keV 1.32 mm 1.32 mm Tracker eIoni + 2 -5.95 cm 1.48 cm 1.31 m 0 eV 1.94 keV 144 um 1.47 mm Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 61, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.58 mm 1.03 cm 2.34 m 1.43 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.59 mm 1.02 cm 2.34 m 0 eV 1.43 keV 89.6 um 89.6 um Tracker eIoni + 0 -5.87 cm 1.4 cm 1.25 m 1.49 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.87 cm 1.39 cm 1.25 m 0 eV 1.49 keV 96.2 um 96.2 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 60, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.39 mm 9.76 mm 2.04 m 1.58 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.41 mm 9.72 mm 2.04 m 0 eV 1.58 keV 105 um 105 um Tracker eIoni + 0 -5.82 cm 1.38 cm 1.22 m 2.61 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.82 cm 1.39 cm 1.22 m 0 eV 2.61 keV 232 um 232 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 59, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.34 mm 9.65 mm 1.97 m 1.41 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.35 mm 9.68 mm 1.97 m 0 eV 1.41 keV 88.1 um 88.1 um Tracker eIoni + 0 -5.8 cm 1.38 cm 1.2 m 1.34 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.8 cm 1.38 cm 1.2 m 0 eV 1.34 keV 82 um 82 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 58, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.31 mm 9.56 mm 1.92 m 6.24 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.66 mm 9.19 mm 1.92 m 4.54 keV 1.71 keV 587 um 587 um Tracker msc - 2 2.82 mm 9 mm 1.92 m 0 eV 4.54 keV 602 um 1.19 mm Tracker eIoni + 0 -5.75 cm 1.37 cm 1.17 m 1.4 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.75 cm 1.37 cm 1.17 m 0 eV 1.4 keV 86.9 um 86.9 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 57, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.29 mm 9.5 mm 1.89 m 6.38 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.72 mm 9.69 mm 1.89 m 0 eV 6.38 keV 1.1 mm 1.1 mm Tracker eIoni + 0 -5.64 cm 1.34 cm 1.1 m 2.14 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.63 cm 1.35 cm 1.1 m 0 eV 2.14 keV 168 um 168 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 56, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.22 mm 9.29 mm 1.76 m 4.73 keV 0 eV 0 fm 0 fm Chamber initStep - 1 2.2 mm 9.33 mm 1.76 m 0 eV 4.73 keV 362 um 362 um Chamber eIoni + 0 -5.58 cm 1.33 cm 1.07 m 1.05 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.58 cm 1.33 cm 1.07 m 0 eV 1.05 keV 57.4 um 57.4 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 55, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.2 mm 9.21 mm 1.72 m 1.63 keV 0 eV 0 fm 0 fm Chamber initStep - 1 2.2 mm 9.21 mm 1.72 m 0 eV 1.63 keV 79.1 um 79.1 um Chamber eIoni + 0 -5.54 cm 1.32 cm 1.05 m 3.44 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.52 cm 1.32 cm 1.05 m 0 eV 3.44 keV 371 um 371 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 54, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.2 mm 9.13 mm 1.68 m 1.56 keV 0 eV 0 fm 0 fm Chamber initStep - 1 2.19 mm 9.13 mm 1.68 m 0 eV 1.56 keV 74.3 um 74.3 um Chamber eIoni + 0 -5.49 cm 1.31 cm 1.02 m 1.17 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.49 cm 1.31 cm 1.02 m 0 eV 1.17 keV 66.9 um 66.9 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 53, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.18 mm 8.95 mm 1.59 m 3.64 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.01 mm 8.9 mm 1.59 m 0 eV 3.64 keV 409 um 409 um Tracker eIoni + 0 -5.36 cm 1.28 cm 93.8 cm 2.05 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -5.36 cm 1.28 cm 93.8 cm 0 eV 2.05 keV 108 um 108 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 52, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.05 mm 8.27 mm 1.28 m 3.45 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.04 mm 8.12 mm 1.28 m 0 eV 3.45 keV 373 um 373 um Tracker eIoni + 0 -5.27 cm 1.25 cm 88 cm 2.09 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -5.27 cm 1.25 cm 88 cm 0 eV 2.09 keV 111 um 111 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 51, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.05 mm 8.27 mm 1.28 m 1.29 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.06 mm 8.25 mm 1.28 m 0 eV 1.29 keV 76.8 um 76.8 um Tracker eIoni + 0 -5.13 cm 1.22 cm 79.6 cm 1.4 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.14 cm 1.22 cm 79.6 cm 0 eV 1.4 keV 87.6 um 87.6 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 50, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.93 mm 7.69 mm 1.01 m 15.9 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.04 mm 6.06 mm 1.01 m 12.7 keV 3.15 keV 2.62 mm 2.62 mm Tracker eIoni - 2 1.73 mm 6.72 mm 1.01 m 8.05 keV 4.67 keV 2.17 mm 4.79 mm Tracker eIoni - 3 2.07 mm 6.13 mm 1.01 m 0 eV 8.05 keV 1.46 mm 6.25 mm Tracker eIoni + 0 -5.13 cm 1.22 cm 79.3 cm 4.24 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.13 cm 1.2 cm 79.3 cm 0 eV 4.24 keV 534 um 534 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 49, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.92 mm 7.38 mm 87.9 cm 3.35 keV 0 eV 0 fm 0 fm Chamber initStep - 1 1.94 mm 7.36 mm 87.9 cm 0 eV 3.35 keV 215 um 215 um Chamber eIoni + 0 -5.07 cm 1.21 cm 75.5 cm 1.13 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.07 cm 1.21 cm 75.5 cm 0 eV 1.13 keV 63.6 um 63.6 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 48, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.89 mm 7.21 mm 80 cm 1.67 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.91 mm 7.17 mm 80 cm 0 eV 1.67 keV 113 um 113 um Tracker eIoni + 0 -4.87 cm 1.16 cm 63 cm 1.57 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.87 cm 1.16 cm 63 cm 0 eV 1.57 keV 103 um 103 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 47, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.87 mm 7.1 mm 74.8 cm 2.92 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.94 mm 7 mm 74.8 cm 0 eV 2.92 keV 281 um 281 um Tracker eIoni + 0 -4.53 cm 1.08 cm 42.3 cm 15.5 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.4 cm 1.01 cm 42.3 cm 12 keV 2.22 keV 1.87 mm 1.87 mm Tracker eIoni + 2 -4.38 cm 8.98 mm 42.3 cm 7.58 keV 2.98 keV 1.74 mm 3.61 mm Tracker eIoni + 3 -4.35 cm 8.88 mm 42.3 cm 0 eV 7.58 keV 1.37 mm 4.98 mm Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 47 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.85 mm 6.99 mm 69.5 cm 32.2 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.81 mm 5.04 mm 69.6 cm 30.4 keV 1.84 keV 2.39 mm 2.39 mm Tracker eIoni - 2 4.54 mm 1.65 mm 69.8 cm 26.7 keV 3.7 keV 5.37 mm 7.76 mm Tracker eIoni - 3 5.21 mm -1.21 mm 69.8 cm 21.6 keV 3.83 keV 3.47 mm 1.12 cm Tracker eIoni - 4 6.13 mm -3.62 mm 69.8 cm 16.1 keV 2.8 keV 3.26 mm 1.45 cm Tracker eIoni - 5 7.64 mm -3.94 mm 69.7 cm 10.3 keV 5.75 keV 2.65 mm 1.71 cm Tracker eIoni - 6 6.79 mm -4.55 mm 69.7 cm 3.6 keV 6.72 keV 1.82 mm 1.9 cm Tracker eIoni - 7 6.69 mm -4.64 mm 69.7 cm 0 eV 3.6 keV 401 um 1.94 cm Tracker eIoni + 0 -4.38 cm 8.98 mm 42.3 cm 1.43 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.38 cm 8.96 mm 42.3 cm 0 eV 1.43 keV 89.8 um 89.8 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 69, Parent ID = 39 +* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 47 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 6.13 mm -3.62 mm 69.8 cm 2.75 keV 0 eV 0 fm 0 fm Tracker initStep - 1 6.18 mm -3.55 mm 69.8 cm 0 eV 2.75 keV 254 um 254 um Tracker eIoni + 0 -4.4 cm 1.01 cm 42.3 cm 1.28 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.4 cm 1.01 cm 42.3 cm 0 eV 1.28 keV 76.5 um 76.5 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 68, Parent ID = 39 +* G4Track Information: Particle = e-, Track ID = 46, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 5.21 mm -1.21 mm 69.8 cm 1.21 keV 0 eV 0 fm 0 fm Tracker initStep - 1 5.19 mm -1.22 mm 69.8 cm 0 eV 1.21 keV 69.9 um 69.9 um Tracker eIoni + 0 -4.26 cm 1.01 cm 25.5 cm 87.4 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.63 cm 4.92 mm 25.7 cm 80.3 keV 2.39 keV 6.87 mm 6.87 mm Tracker eIoni + 2 -4.84 cm -9.97 mm 25.7 cm 68.9 keV 6.05 keV 1.57 cm 2.26 cm Tracker eIoni + 3 -4.94 cm -1.59 cm 26 cm 63.1 keV 4.12 keV 6.84 mm 2.94 cm Tracker eIoni + 4 -5.04 cm -2.87 cm 25.9 cm 49.9 keV 10.5 keV 1.38 cm 4.32 cm Tracker eIoni + 5 -5.51 cm -3.57 cm 25.5 cm 45.4 keV 4.52 keV 1.1 cm 5.42 cm Tracker eIoni + 6 -5.34 cm -4.31 cm 25.2 cm 37.2 keV 8.15 keV 9.52 mm 6.37 cm Tracker eIoni + 7 -5.28 cm -4.35 cm 25.1 cm 33.6 keV 2.09 keV 1.21 mm 6.49 cm Tracker eIoni + 8 -4.88 cm -4.58 cm 24.9 cm 30.8 keV 2.83 keV 6.16 mm 7.11 cm Tracker eIoni + 9 -4.6 cm -4.93 cm 24.9 cm 26.3 keV 4.52 keV 5.47 mm 7.66 cm Tracker eIoni + 10 -4.36 cm -4.96 cm 24.6 cm 21.4 keV 4.91 keV 4.47 mm 8.1 cm Tracker eIoni + 11 -4.18 cm -5.09 cm 24.5 cm 15.5 keV 5.86 keV 3.52 mm 8.46 cm Tracker eIoni + 12 -4.2 cm -5.15 cm 24.3 cm 11.4 keV 4.14 keV 2.57 mm 8.71 cm Tracker eIoni + 13 -4.23 cm -5.08 cm 24.2 cm 7.3 keV 4.08 keV 1.98 mm 8.91 cm Tracker eIoni + 14 -4.26 cm -5.13 cm 24.2 cm 2.14 keV 5.16 keV 1.31 mm 9.04 cm Tracker eIoni + 15 -4.26 cm -5.13 cm 24.2 cm 0 eV 2.14 keV 168 um 9.06 cm Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 46 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.84 mm 6.92 mm 66.3 cm 300 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.85 cm -3.93 cm 68.8 cm 284 keV 8.03 keV 5.59 cm 5.59 cm Tracker eIoni - 2 1.4 cm -6.85 cm 70.4 cm 273 keV 6.77 keV 3.39 cm 8.98 cm Tracker eIoni - 3 3.48 mm -11.3 cm 72.1 cm 262 keV 9.89 keV 5.01 cm 14 cm Tracker eIoni - 4 3.46 mm -11.5 cm 72.3 cm 260 keV 194 eV 2.15 mm 14.2 cm Tracker eIoni - 5 3.92 mm -13.3 cm 74.5 cm 254 keV 4.73 keV 2.96 cm 17.2 cm Tracker eIoni - 6 2.31 mm -14 cm 76 cm 246 keV 5.72 keV 1.64 cm 18.8 cm Tracker eIoni - 7 -5.91 mm -16.1 cm 80 cm 235 keV 11.2 keV 4.81 cm 23.6 cm Tracker Transportation - 8 3.05 mm -16.7 cm 81.5 cm 214 keV 14.6 keV 2.32 cm 25.9 cm Chamber eIoni - 9 3.58 mm -16.7 cm 81.5 cm 210 keV 44.6 eV 960 um 26 cm Chamber eIoni - 10 4.7 mm -17.8 cm 81 cm 201 keV 9.24 keV 1.38 cm 27.4 cm Chamber eIoni - 11 -3.74 mm -18.7 cm 80.7 cm 184 keV 15.7 keV 2.19 cm 29.6 cm Chamber eIoni - 12 -3.8 mm -18.7 cm 80.7 cm 182 keV 0 eV 76.5 um 29.6 cm Chamber eIoni - 13 -1.01 cm -18.9 cm 80.7 cm 143 keV 5.96 keV 7.1 mm 30.3 cm Chamber eIoni - 14 -1.21 cm -18.8 cm 80.7 cm 140 keV 1.31 keV 2.29 mm 30.5 cm Chamber eIoni - 15 -1.73 cm -18.9 cm 80.7 cm 135 keV 1.8 keV 5.87 mm 31.1 cm Chamber eIoni - 16 -2.4 cm -19.7 cm 80.4 cm 124 keV 9.67 keV 2.28 cm 33.4 cm Chamber eIoni - 17 -2.06 cm -20.4 cm 80.3 cm 110 keV 12.9 keV 1.81 cm 35.2 cm Chamber eIoni - 18 -2.51 cm -21 cm 80.2 cm 97 keV 12.5 keV 1.74 cm 37 cm Chamber eIoni - 19 -2.49 cm -21.1 cm 80.2 cm 93.7 keV 173 eV 863 um 37.1 cm Chamber eIoni - 20 -2.45 cm -21.4 cm 80 cm 86 keV 7.69 keV 7.32 mm 37.8 cm Chamber eIoni - 21 -2.33 cm -21.2 cm 80 cm 82.3 keV 3.68 keV 3.22 mm 38.1 cm Chamber Transportation - 22 -2.24 cm -21.4 cm 77.7 cm 71.9 keV 10.5 keV 2.47 cm 40.6 cm Tracker eIoni - 23 -3.3 cm -21.5 cm 76.2 cm 61.7 keV 10.1 keV 1.97 cm 42.5 cm Tracker eIoni - 24 -4.03 cm -21.4 cm 75 cm 53.8 keV 7.94 keV 1.54 cm 44.1 cm Tracker eIoni - 25 -4.27 cm -21.1 cm 74.6 cm 48.2 keV 4.46 keV 4.94 mm 44.6 cm Tracker eIoni - 26 -4.31 cm -21.1 cm 74.6 cm 46.2 keV 241 eV 687 um 44.7 cm Tracker eIoni - 27 -4.37 cm -21.1 cm 74.5 cm 44.3 keV 751 eV 1.22 mm 44.8 cm Tracker eIoni - 28 -4.87 cm -20.8 cm 74 cm 36.8 keV 7.43 keV 9.16 mm 45.7 cm Tracker eIoni - 29 -5.13 cm -20.4 cm 73.6 cm 32.4 keV 4.42 keV 7 mm 46.4 cm Tracker eIoni - 30 -5.28 cm -20.4 cm 73.3 cm 25.5 keV 2.43 keV 3.48 mm 46.7 cm Tracker eIoni - 31 -5.42 cm -20 cm 73.3 cm 20.2 keV 5.31 keV 4.31 mm 47.2 cm Tracker eIoni - 32 -5.56 cm -19.9 cm 73.4 cm 16.6 keV 3.58 keV 3.32 mm 47.5 cm Tracker eIoni - 33 -5.74 cm -19.8 cm 73.4 cm 10.8 keV 5.8 keV 2.73 mm 47.8 cm Tracker eIoni - 34 -5.78 cm -19.7 cm 73.3 cm 3.9 keV 6.91 keV 1.9 mm 48 cm Tracker eIoni - 35 -5.8 cm -19.7 cm 73.3 cm 0 eV 3.9 keV 462 um 48 cm Tracker eIoni + 0 -5.28 cm -4.35 cm 25.1 cm 1.53 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.28 cm -4.35 cm 25.1 cm 0 eV 1.53 keV 99.2 um 99.2 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 46 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -5.28 cm -20.4 cm 73.3 cm 4.48 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -5.27 cm -20.4 cm 73.3 cm 0 eV 4.48 keV 588 um 588 um Tracker eIoni + 0 -5.04 cm -2.87 cm 25.9 cm 2.6 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -5.03 cm -2.87 cm 25.9 cm 0 eV 2.6 keV 231 um 231 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 46 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.37 cm -21.1 cm 74.5 cm 1.21 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.37 cm -21.1 cm 74.5 cm 0 eV 1.21 keV 69.9 um 69.9 um Tracker eIoni + 0 -4.94 cm -1.59 cm 26 cm 1.68 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.95 cm -1.59 cm 26 cm 0 eV 1.68 keV 115 um 115 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 46 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.31 cm -21.1 cm 74.6 cm 1.71 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.31 cm -21.1 cm 74.6 cm 0 eV 1.71 keV 118 um 118 um Tracker eIoni + 0 -4.84 cm -9.97 mm 25.7 cm 5.35 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.86 cm -1.01 cm 25.7 cm 0 eV 5.35 keV 805 um 805 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 46 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -4.27 cm -21.1 cm 74.6 cm 1.16 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -4.27 cm -21.1 cm 74.6 cm 0 eV 1.16 keV 65.6 um 65.6 um Tracker eIoni + 0 -4.63 cm 4.92 mm 25.7 cm 4.71 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -4.65 cm 5 mm 25.7 cm 0 eV 4.71 keV 642 um 642 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 45, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.49 cm -21.1 cm 80.2 cm 3.13 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -2.49 cm -21.1 cm 80.2 cm 0 eV 3.13 keV 195 um 195 um Chamber eIoni + 0 -4.07 cm 9.65 mm 13.1 cm 2.34 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.07 cm 9.64 mm 13.1 cm 0 eV 2.34 keV 130 um 130 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 44, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.06 cm -20.4 cm 80.3 cm 1.56 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -2.06 cm -20.4 cm 80.3 cm 0 eV 1.56 keV 74.7 um 74.7 um Chamber eIoni + 0 -4.05 cm 9.62 mm 12.3 cm 1.52 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.05 cm 9.62 mm 12.3 cm 0 eV 1.52 keV 72.1 um 72.1 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 43, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -2.4 cm -19.7 cm 80.4 cm 1.65 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -2.4 cm -19.7 cm 80.4 cm 0 eV 1.65 keV 80.6 um 80.6 um Chamber eIoni + 0 -4.04 cm 9.58 mm 11.3 cm 2.19 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.04 cm 9.57 mm 11.3 cm 0 eV 2.19 keV 118 um 118 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 42, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.73 cm -18.9 cm 80.7 cm 2.59 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.73 cm -18.8 cm 80.7 cm 0 eV 2.59 keV 149 um 149 um Chamber eIoni + 0 -4.03 cm 9.56 mm 11 cm 1.41 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.03 cm 9.56 mm 11 cm 0 eV 1.41 keV 64.9 um 64.9 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 81, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 41, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.21 cm -18.8 cm 80.7 cm 1.82 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.21 cm -18.8 cm 80.7 cm 0 eV 1.82 keV 91.9 um 91.9 um Chamber eIoni + 0 -3.99 cm 9.47 mm 8.61 cm 4.8 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4 cm 9.5 mm 8.61 cm 0 eV 4.8 keV 371 um 371 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 80, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 40, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.01 cm -18.9 cm 80.7 cm 33.1 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.04 cm -18.9 cm 80.8 cm 28.9 keV 4.25 keV 3.49 mm 3.49 mm Chamber eIoni - 2 -9.88 mm -18.9 cm 80.7 cm 19.5 keV 6.26 keV 1.65 mm 5.14 mm Chamber eIoni - 3 -1 cm -18.9 cm 80.7 cm 14.2 keV 3.56 keV 485 um 5.63 mm Chamber eIoni - 4 -1.01 cm -18.9 cm 80.7 cm 12.1 keV 320 eV 180 um 5.81 mm Chamber eIoni - 5 -1.02 cm -18.9 cm 80.7 cm 4.31 keV 6.17 keV 1.17 mm 6.98 mm Chamber eIoni - 6 -1.02 cm -18.9 cm 80.7 cm 0 eV 4.31 keV 313 um 7.29 mm Chamber eIoni + 0 -3.98 cm 9.44 mm 7.79 cm 1.4 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -3.98 cm 9.44 mm 7.79 cm 0 eV 1.4 keV 64.2 um 64.2 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 80 +* G4Track Information: Particle = e-, Track ID = 39, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.02 cm -18.9 cm 80.7 cm 1.64 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.02 cm -18.9 cm 80.7 cm 0 eV 1.64 keV 79.8 um 79.8 um Chamber eIoni + 0 -3.27 cm 7.73 mm -36 cm 1.29 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.27 cm 7.7 mm -36 cm 0 eV 1.29 keV 77.1 um 77.1 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 80 +* G4Track Information: Particle = e-, Track ID = 38, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1.01 cm -18.9 cm 80.7 cm 1.8 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1.01 cm -18.9 cm 80.7 cm 0 eV 1.8 keV 90.1 um 90.1 um Chamber eIoni + 0 -3.25 cm 7.67 mm -37.4 cm 5.67 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.26 cm 7.97 mm -37.4 cm 3.3 keV 1.16 keV 477 um 477 um Tracker eIoni + 2 -3.25 cm 7.85 mm -37.4 cm 0 eV 3.3 keV 345 um 822 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 80 +* G4Track Information: Particle = e-, Track ID = 82, Parent ID = 38 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -1 cm -18.9 cm 80.7 cm 1.69 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -1 cm -18.9 cm 80.7 cm 0 eV 1.69 keV 83.2 um 83.2 um Chamber eIoni + 0 -3.26 cm 7.97 mm -37.4 cm 1.21 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.26 cm 7.98 mm -37.4 cm 0 eV 1.21 keV 70.1 um 70.1 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 80 +* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -3.22 cm 7.6 mm -39.2 cm 1.22 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.22 cm 7.59 mm -39.2 cm 0 eV 1.22 keV 70.6 um 70.6 um Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -9.88 mm -18.9 cm 80.7 cm 3.1 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -9.87 mm -18.9 cm 80.7 cm 0 eV 3.1 keV 192 um 192 um Chamber eIoni + 0 -3.12 cm 7.35 mm -45.5 cm 1.39 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.12 cm 7.36 mm -45.5 cm 0 eV 1.39 keV 85.8 um 85.8 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 79, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.8 mm -18.7 cm 80.7 cm 2.14 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.8 mm -18.7 cm 80.7 cm 0 eV 2.14 keV 114 um 114 um Chamber eIoni + 0 -3.01 cm 7.11 mm -51.8 cm 1.72 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -3.01 cm 7.06 mm -51.8 cm 0 eV 1.72 keV 119 um 119 um Tracker eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 78, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -3.74 mm -18.7 cm 80.7 cm 1.54 keV 0 eV 0 fm 0 fm Chamber initStep - 1 -3.74 mm -18.7 cm 80.7 cm 0 eV 1.54 keV 73 um 73 um Chamber eIoni + 0 -2.87 cm 6.75 mm -60.9 cm 8.02 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.87 cm 6.69 mm -60.9 cm 0 eV 8.02 keV 852 um 852 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 77, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.58 mm -16.7 cm 81.5 cm 3.86 keV 0 eV 0 fm 0 fm Chamber initStep - 1 3.56 mm -16.7 cm 81.5 cm 0 eV 3.86 keV 265 um 265 um Chamber eIoni + 0 -2.84 cm 6.68 mm -62.8 cm 3.09 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.84 cm 6.66 mm -62.8 cm 0 eV 3.09 keV 191 um 191 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 76, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.05 mm -16.7 cm 81.5 cm 6.07 keV 0 eV 0 fm 0 fm Chamber initStep - 1 3.06 mm -16.7 cm 81.5 cm 0 eV 6.07 keV 539 um 539 um Chamber eIoni + 0 -2.82 cm 6.64 mm -63.7 cm 2.85 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.82 cm 6.63 mm -63.7 cm 0 eV 2.85 keV 171 um 171 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 75, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 2.31 mm -14 cm 76 cm 1.88 keV 0 eV 0 fm 0 fm Tracker initStep - 1 2.31 mm -14 cm 76 cm 0 eV 1.88 keV 137 um 137 um Tracker eIoni + 0 -2.69 cm 6.32 mm -71.8 cm 6.75 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.69 cm 6.26 mm -71.8 cm 0 eV 6.75 keV 640 um 640 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 74, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.92 mm -13.3 cm 74.5 cm 1.18 keV 0 eV 0 fm 0 fm Tracker initStep - 1 3.93 mm -13.4 cm 74.5 cm 0 eV 1.18 keV 67.8 um 67.8 um Tracker eIoni + 0 -2.68 cm 6.3 mm -72.4 cm 202 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.85 cm -9.8 mm -70.3 cm 176 keV 26.2 keV 4.52 cm 4.52 cm Chamber eIoni + 2 -4.91 cm -9.62 mm -70.2 cm 171 keV 560 eV 627 um 4.59 cm Chamber eIoni + 3 -6.4 cm -3.13 cm -69.8 cm 138 keV 32.3 keV 3.47 cm 8.06 cm Chamber eIoni + 4 -6.4 cm -3.12 cm -69.8 cm 133 keV 60.3 eV 321 um 8.09 cm Chamber eIoni + 5 -6.38 cm -3.09 cm -69.7 cm 131 keV 568 eV 1.14 mm 8.21 cm Chamber eIoni + 6 -6.27 cm -2.89 cm -69.3 cm 125 keV 6.28 keV 7.2 mm 8.93 cm Chamber eIoni + 7 -6.31 cm -2.95 cm -69.3 cm 123 keV 157 eV 870 um 9.01 cm Chamber eIoni + 8 -6.7 cm -3.52 cm -69.2 cm 106 keV 16.9 keV 2.08 cm 11.1 cm Chamber eIoni + 9 -6.97 cm -3.66 cm -69.3 cm 99.2 keV 4.19 keV 4.51 mm 11.5 cm Chamber eIoni + 10 -7.16 cm -3.97 cm -69.1 cm 94.8 keV 4.33 keV 7.28 mm 12.3 cm Chamber eIoni + 11 -6.87 cm -3.72 cm -68.9 cm 82.7 keV 12.2 keV 1.4 cm 13.7 cm Chamber eIoni + 12 -6.87 cm -3.75 cm -68.9 cm 76.3 keV 300 eV 418 um 13.7 cm Chamber eIoni + 13 -6.91 cm -3.86 cm -68.9 cm 69.2 keV 3.54 keV 1.73 mm 13.9 cm Chamber eIoni + 14 -6.82 cm -3.81 cm -69.1 cm 64.8 keV 2.41 keV 4.11 mm 14.3 cm Chamber eIoni + 15 -6.76 cm -3.67 cm -69.2 cm 63 keV 1.78 keV 3.26 mm 14.6 cm Chamber eIoni + 16 -6.53 cm -3.67 cm -69.2 cm 50.2 keV 12.8 keV 7.68 mm 15.4 cm Chamber eIoni + 17 -6.43 cm -3.54 cm -69.2 cm 41.9 keV 8.32 keV 5.66 mm 16 cm Chamber eIoni + 18 -6.44 cm -3.43 cm -69.1 cm 34.1 keV 7.81 keV 4.53 mm 16.4 cm Chamber eIoni + 19 -6.52 cm -3.41 cm -69.2 cm 28.6 keV 3.73 keV 3.2 mm 16.7 cm Chamber eIoni + 20 -6.54 cm -3.36 cm -69.1 cm 23.4 keV 5.17 keV 3.02 mm 17 cm Chamber eIoni + 21 -6.54 cm -3.4 cm -69.1 cm 13.3 keV 1.93 keV 1.06 mm 17.1 cm Chamber eIoni + 22 -6.53 cm -3.4 cm -69.1 cm 9.4 keV 2.53 keV 995 um 17.2 cm Chamber eIoni + 23 -6.53 cm -3.4 cm -69.2 cm 4.41 keV 1.83 keV 200 um 17.3 cm Chamber eIoni + 24 -6.53 cm -3.4 cm -69.2 cm 2.57 keV 196 eV 27.1 um 17.3 cm Chamber eIoni + 25 -6.53 cm -3.4 cm -69.2 cm 0 eV 2.57 keV 148 um 17.3 cm Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 73, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.46 mm -11.5 cm 72.3 cm 2.29 keV 0 eV 0 fm 0 fm Tracker initStep - 1 3.41 mm -11.5 cm 72.3 cm 0 eV 2.29 keV 188 um 188 um Tracker eIoni + 0 -6.53 cm -3.4 cm -69.2 cm 1.64 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.53 cm -3.4 cm -69.2 cm 0 eV 1.64 keV 79.8 um 79.8 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 72, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 3.48 mm -11.3 cm 72.1 cm 1.03 keV 0 eV 0 fm 0 fm Tracker initStep - 1 3.5 mm -11.3 cm 72.1 cm 0 eV 1.03 keV 55.9 um 55.9 um Tracker eIoni + 0 -6.53 cm -3.4 cm -69.2 cm 3.15 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.53 cm -3.4 cm -69.2 cm 0 eV 3.15 keV 197 um 197 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 71, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.4 cm -6.85 cm 70.4 cm 4.21 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.41 cm -6.85 cm 70.3 cm 0 eV 4.21 keV 528 um 528 um Tracker eIoni + 0 -6.53 cm -3.4 cm -69.1 cm 1.38 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.53 cm -3.4 cm -69.1 cm 0 eV 1.38 keV 63.2 um 63.2 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 70, Parent ID = 38 +* G4Track Information: Particle = e-, Track ID = 93, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.85 cm -3.93 cm 68.8 cm 7.53 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.85 cm -3.9 cm 68.8 cm 2.92 keV 4.61 keV 1.36 mm 1.36 mm Tracker eIoni - 2 1.84 cm -3.9 cm 68.8 cm 0 eV 2.92 keV 280 um 1.64 mm Tracker eIoni + 0 -6.54 cm -3.4 cm -69.1 cm 8.16 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.54 cm -3.41 cm -69.1 cm 0 eV 8.16 keV 875 um 875 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 37, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 92, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.66 mm 6.21 mm 28.3 cm 1.56 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.64 mm 6.25 mm 28.3 cm 0 eV 1.56 keV 103 um 103 um Tracker eIoni + 0 -6.52 cm -3.41 cm -69.2 cm 1.76 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.52 cm -3.41 cm -69.2 cm 0 eV 1.76 keV 87.5 um 87.5 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 36, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 91, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.65 mm 6.19 mm 27 cm 4.45 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.42 mm 6.1 mm 27 cm 0 eV 4.45 keV 581 um 581 um Tracker eIoni + 0 -6.82 cm -3.81 cm -69.1 cm 2 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.82 cm -3.81 cm -69.1 cm 0 eV 2 keV 105 um 105 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 35, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 90, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.64 mm 6.15 mm 25.1 cm 3.35 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.63 mm 6.18 mm 25.1 cm 1.82 keV 131 eV 29.9 um 29.9 um Tracker eIoni - 2 1.61 mm 6.21 mm 25.1 cm 0 eV 1.82 keV 130 um 160 um Tracker eIoni + 0 -6.91 cm -3.86 cm -68.9 cm 3.56 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.92 cm -3.86 cm -68.9 cm 0 eV 3.56 keV 235 um 235 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 94, Parent ID = 35 +* G4Track Information: Particle = e-, Track ID = 89, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.63 mm 6.18 mm 25.1 cm 1.4 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.63 mm 6.2 mm 25.1 cm 0 eV 1.4 keV 87.4 um 87.4 um Tracker eIoni + 0 -6.87 cm -3.75 cm -68.9 cm 6.04 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.86 cm -3.75 cm -68.9 cm 3.97 keV 2.07 keV 286 um 286 um Chamber eIoni + 2 -6.87 cm -3.75 cm -68.9 cm 0 eV 3.97 keV 277 um 563 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 34, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 88, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.62 mm 6.02 mm 18.6 cm 31.1 keV 0 eV 0 fm 0 fm Chamber initStep - 1 2.1 mm 6.59 mm 18.7 cm 22.2 keV 8.88 keV 3.27 mm 3.27 mm Chamber eIoni - 2 2.34 mm 6.26 mm 18.7 cm 11.6 keV 10.6 keV 2.41 mm 5.68 mm Chamber eIoni - 3 2.23 mm 6.21 mm 18.7 cm 7.8 keV 3.78 keV 1.41 mm 7.09 mm Chamber eIoni - 4 2.29 mm 6.16 mm 18.7 cm 0 eV 7.8 keV 813 um 7.91 mm Chamber eIoni + 0 -6.97 cm -3.66 cm -69.3 cm 2.48 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.97 cm -3.66 cm -69.3 cm 0 eV 2.48 keV 141 um 141 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 33, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 87, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.62 mm 6.02 mm 18.3 cm 1.75 keV 0 eV 0 fm 0 fm Chamber initStep - 1 1.62 mm 6.03 mm 18.3 cm 0 eV 1.75 keV 86.8 um 86.8 um Chamber eIoni + 0 -6.31 cm -2.95 cm -69.3 cm 1.71 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.31 cm -2.95 cm -69.3 cm 0 eV 1.71 keV 84.1 um 84.1 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 32, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 86, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.61 mm 5.97 mm 16.1 cm 10.9 keV 0 eV 0 fm 0 fm Chamber initStep - 1 1.59 mm 6.1 mm 16.1 cm 7.11 keV 578 eV 287 um 287 um Chamber eIoni - 2 1.6 mm 6.03 mm 16.1 cm 0 eV 7.11 keV 571 um 857 um Chamber eIoni + 0 -6.38 cm -3.09 cm -69.7 cm 1.86 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.38 cm -3.09 cm -69.7 cm 0 eV 1.86 keV 94.4 um 94.4 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 95, Parent ID = 32 +* G4Track Information: Particle = e-, Track ID = 85, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.59 mm 6.1 mm 16.1 cm 3.19 keV 0 eV 0 fm 0 fm Chamber initStep - 1 1.6 mm 6.1 mm 16.1 cm 0 eV 3.19 keV 200 um 200 um Chamber eIoni + 0 -6.4 cm -3.12 cm -69.8 cm 4.2 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.4 cm -3.12 cm -69.8 cm 0 eV 4.2 keV 261 um 261 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 31, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 84, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.58 mm 5.89 mm 11.4 cm 1.41 keV 0 eV 0 fm 0 fm Chamber initStep - 1 1.59 mm 5.88 mm 11.4 cm 0 eV 1.41 keV 65.3 um 65.3 um Chamber eIoni + 0 -6.4 cm -3.13 cm -69.8 cm 1.39 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -6.4 cm -3.13 cm -69.8 cm 0 eV 1.39 keV 63.8 um 63.8 um Chamber eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 30, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 83, Parent ID = 30 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.56 mm 5.8 mm 6.89 cm 8.32 keV 0 eV 0 fm 0 fm Chamber initStep - 1 1.47 mm 5.77 mm 6.89 cm 0 eV 8.32 keV 904 um 904 um Chamber eIoni + 0 -4.91 cm -9.62 mm -70.2 cm 4.27 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -4.9 cm -9.58 mm -70.2 cm 0 eV 4.27 keV 310 um 310 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.49 mm 5.58 mm -4.19 cm 3.87 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.31 mm 5.51 mm -4.19 cm 0 eV 3.87 keV 455 um 455 um Tracker eIoni + 0 -2.67 cm 6.27 mm -73.1 cm 1.47 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.67 cm 6.27 mm -73.1 cm 0 eV 1.47 keV 68.8 um 68.8 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 28, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.45 mm 5.42 mm -12.2 cm 3.11 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.35 mm 5.51 mm -12.2 cm 0 eV 3.11 keV 313 um 313 um Tracker eIoni + 0 -2.66 cm 6.26 mm -73.4 cm 1.86 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -2.66 cm 6.25 mm -73.4 cm 0 eV 1.86 keV 94.5 um 94.5 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 27, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.44 mm 5.36 mm -15.5 cm 2.44 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.52 mm 5.35 mm -15.5 cm 0 eV 2.44 keV 208 um 208 um Tracker eIoni + 0 -2.4 cm 5.65 mm -89.8 cm 2.51 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.39 cm 5.69 mm -89.8 cm 0 eV 2.51 keV 219 um 219 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.33 mm 4.89 mm -37.8 cm 1.77 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.38 mm 4.9 mm -37.8 cm 0 eV 1.77 keV 125 um 125 um Tracker eIoni + 0 -2.33 cm 5.48 mm -94.3 cm 1.11 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.33 cm 5.46 mm -94.3 cm 0 eV 1.11 keV 61.8 um 61.8 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.1 mm 3.9 mm -80.2 cm 1.62 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.09 mm 3.86 mm -80.2 cm 0 eV 1.62 keV 109 um 109 um Tracker eIoni + 0 -2.3 cm 5.41 mm -96.2 cm 1.35 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.3 cm 5.43 mm -96.2 cm 0 eV 1.35 keV 82.5 um 82.5 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.09 mm 3.84 mm -82.6 cm 2.06 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.05 mm 3.88 mm -82.6 cm 0 eV 2.06 keV 159 um 159 um Tracker eIoni + 0 -2 cm 4.7 mm -1.15 m 13 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.08 cm 3.79 mm -1.15 m 5.41 keV 2.65 keV 1.63 mm 1.63 mm Tracker eIoni + 2 -2.1 cm 3.53 mm -1.15 m 0 eV 5.41 keV 821 um 2.45 mm Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 97, Parent ID = 24 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.08 cm 3.79 mm -1.15 m 4.96 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.08 cm 3.81 mm -1.15 m 0 eV 4.96 keV 704 um 704 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.04 mm 3.66 mm -89.9 cm 10.2 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.49 mm 2.73 mm -89.8 cm 5.16 keV 5.03 keV 1.8 mm 1.8 mm Tracker eIoni - 2 1.62 mm 2.56 mm -89.8 cm 0 eV 5.16 keV 755 um 2.56 mm Tracker eIoni + 0 -1.71 cm 4.01 mm -1.33 m 43.3 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.02 cm 1.06 cm -1.33 m 33.2 keV 10 keV 8.85 mm 8.85 mm Tracker eIoni + 2 -2.34 cm 8.18 mm -1.33 m 27.4 keV 4.5 keV 4.83 mm 1.37 cm Tracker eIoni + 3 -2.69 cm 7.32 mm -1.33 m 22.4 keV 5.01 keV 4.72 mm 1.84 cm Tracker eIoni + 4 -2.98 cm 7.1 mm -1.33 m 19.5 keV 2.98 keV 3.71 mm 2.21 cm Tracker eIoni + 5 -3.18 cm 7.57 mm -1.33 m 13.3 keV 6.12 keV 3.19 mm 2.53 cm Tracker eIoni + 6 -3.33 cm 7.3 mm -1.33 m 8.35 keV 4.99 keV 2.25 mm 2.76 cm Tracker eIoni + 7 -3.37 cm 7.09 mm -1.33 m 2.11 keV 6.24 keV 1.51 mm 2.91 cm Tracker eIoni + 8 -3.37 cm 7.1 mm -1.33 m 0 eV 2.11 keV 164 um 2.92 cm Tracker eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 98, Parent ID = 23 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -2.34 cm 8.18 mm -1.33 m 1.29 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.34 cm 8.16 mm -1.33 m 0 eV 1.29 keV 77.3 um 77.3 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 22, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 1.04 mm 3.64 mm -90.8 cm 1 keV 0 eV 0 fm 0 fm Tracker initStep - 1 1.04 mm 3.62 mm -90.8 cm 0 eV 1 keV 53.4 um 53.4 um Tracker eIoni + 0 -1.68 cm 3.95 mm -1.35 m 1.26 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.68 cm 3.94 mm -1.35 m 0 eV 1.26 keV 74.8 um 74.8 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 21, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 892 um 3.06 mm -1.14 m 3.34 keV 0 eV 0 fm 0 fm Tracker initStep - 1 964 um 2.93 mm -1.14 m 0 eV 3.34 keV 354 um 354 um Tracker eIoni + 0 -1.54 cm 3.63 mm -1.43 m 3.8 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -1.54 cm 3.6 mm -1.43 m 0 eV 3.8 keV 259 um 259 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 20, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 879 um 3.01 mm -1.16 m 2.06 keV 0 eV 0 fm 0 fm Tracker initStep - 1 829 um 2.97 mm -1.16 m 0 eV 2.06 keV 159 um 159 um Tracker eIoni + 0 -1.54 cm 3.62 mm -1.43 m 5.59 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -1.53 cm 3.58 mm -1.43 m 2.61 keV 1.05 keV 333 um 333 um Chamber eIoni + 2 -1.54 cm 3.6 mm -1.43 m 0 eV 2.61 keV 151 um 484 um Chamber eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 99, Parent ID = 20 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -1.53 cm 3.58 mm -1.43 m 1.93 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -1.53 cm 3.58 mm -1.43 m 0 eV 1.93 keV 99.2 um 99.2 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 19, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 854 um 2.91 mm -1.2 m 1.34 keV 0 eV 0 fm 0 fm Tracker initStep - 1 831 um 2.94 mm -1.2 m 0 eV 1.34 keV 82 um 82 um Tracker eIoni + 0 -1.5 cm 3.52 mm -1.46 m 1.54 keV 0 eV 0 fm 0 fm Chamber initStep + 1 -1.5 cm 3.51 mm -1.46 m 0 eV 1.54 keV 73.4 um 73.4 um Chamber eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 18, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 842 um 2.87 mm -1.21 m 2.58 keV 0 eV 0 fm 0 fm Tracker initStep - 1 841 um 2.96 mm -1.21 m 0 eV 2.58 keV 228 um 228 um Tracker eIoni + 0 -1.16 cm 2.73 mm -1.67 m 1.92 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.16 cm 2.72 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 842 um 2.87 mm -1.21 m 1.48 keV 0 eV 0 fm 0 fm Tracker initStep - 1 819 um 2.84 mm -1.21 m 0 eV 1.48 keV 94.8 um 94.8 um Tracker eIoni + 0 -1.01 cm 2.39 mm -1.76 m 1.01 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -1.01 cm 2.41 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 809 um 2.74 mm -1.26 m 2.42 keV 0 eV 0 fm 0 fm Tracker initStep - 1 837 um 2.82 mm -1.26 m 0 eV 2.42 keV 206 um 206 um Tracker eIoni + 0 -9.86 mm 2.33 mm -1.78 m 2.69 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -9.94 mm 2.27 mm -1.78 m 0 eV 2.69 keV 244 um 244 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 15, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 691 um 2.29 mm -1.45 m 5.51 keV 0 eV 0 fm 0 fm Chamber initStep - 1 741 um 2.28 mm -1.45 m 0 eV 5.51 keV 461 um 461 um Chamber eIoni + 0 -9.21 mm 2.18 mm -1.82 m 1.04 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -9.2 mm 2.16 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 620 um 1.97 mm -1.56 m 4 keV 0 eV 0 fm 0 fm Chamber initStep - 1 637 um 1.94 mm -1.56 m 0 eV 4 keV 280 um 280 um Chamber eIoni + 0 -6.57 mm 1.56 mm -1.98 m 1.46 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -6.55 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 542 um 1.65 mm -1.68 m 1.71 keV 0 eV 0 fm 0 fm Tracker initStep - 1 553 um 1.61 mm -1.68 m 0 eV 1.71 keV 119 um 119 um Tracker eIoni + 0 -2.32 mm 568 um -2.24 m 2.57 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -2.34 mm 660 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 472 um 1.38 mm -1.78 m 1.13 keV 0 eV 0 fm 0 fm Tracker initStep - 1 488 um 1.39 mm -1.78 m 0 eV 1.13 keV 63.6 um 63.6 um Tracker eIoni + 0 -83.8 um 41.8 um -2.38 m 1.31 keV 0 eV 0 fm 0 fm Tracker initStep + 1 -105 um 63.6 um -2.38 m 0 eV 1.31 keV 79 um 79 um Tracker eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 11, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 416 um 1.15 mm -1.86 m 2.12 keV 0 eV 0 fm 0 fm Tracker initStep - 1 452 um 1.09 mm -1.86 m 0 eV 2.12 keV 166 um 166 um Tracker eIoni + 0 316 um -24.1 um -2.41 m 1.46 MeV 0 eV 0 fm 0 fm Target initStep + 1 321 um 35.9 um -2.41 m 515 keV 941 keV 895 um 895 um Target eBrem + 2 315 um 17.1 um -2.41 m 0 eV 515 keV 317 um 1.21 mm Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 10, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 213 um 336 um -2.17 m 10.9 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -828 um 792 um -2.17 m 6.56 keV 4.34 keV 1.91 mm 1.91 mm Tracker eIoni - 2 -921 um 431 um -2.17 m 1.68 keV 3.36 keV 646 um 2.56 mm Tracker eIoni - 3 -933 um 389 um -2.17 m 0 eV 1.68 keV 115 um 2.67 mm Tracker eIoni + 0 322 um -33.5 um -2.42 m 1.1 MeV 0 eV 0 fm 0 fm Target initStep + 1 302 um -72.2 um -2.42 m 721 keV 383 keV 346 um 346 um Target eBrem + 2 298 um -39.7 um -2.42 m 0 eV 721 keV 490 um 836 um Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 96, Parent ID = 10 +* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 -921 um 431 um -2.17 m 1.52 keV 0 eV 0 fm 0 fm Tracker initStep - 1 -948 um 446 um -2.17 m 0 eV 1.52 keV 98.5 um 98.5 um Tracker eIoni + 0 326 um -41.3 um -2.42 m 1.03 MeV 0 eV 0 fm 0 fm Target initStep + 1 366 um -37.8 um -2.42 m 0 eV 1.03 MeV 756 um 756 um Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 9, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 158 um 118 um -2.26 m 1.15 keV 0 eV 0 fm 0 fm Tracker initStep - 1 151 um 141 um -2.26 m 0 eV 1.15 keV 64.8 um 64.8 um Tracker eIoni + 0 328 um -45.8 um -2.42 m 1.18 MeV 0 eV 0 fm 0 fm Target initStep + 1 371 um -27.6 um -2.42 m 0 eV 1.18 MeV 886 um 886 um Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 8, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 154 um 102 um -2.26 m 1.34 keV 0 eV 0 fm 0 fm Tracker initStep - 1 142 um 131 um -2.26 m 0 eV 1.34 keV 81.9 um 81.9 um Tracker eIoni + 0 106 um -15 um -2.44 m 1.81 MeV 0 eV 0 fm 0 fm Target initStep + 1 136 um 55.2 um -2.44 m 353 keV 822 keV 720 um 720 um Target eBrem + 2 130 um 62.8 um -2.44 m 0 eV 353 keV 188 um 908 um Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 100, Parent ID = 7 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 136 um 55.2 um -2.44 m 633 keV 0 eV 0 fm 0 fm Target initStep + 1 5.88 mm -3.55 mm -2.44 m 215 keV 0 eV 7.02 mm 7.02 mm Target compt + 2 5.78 mm -3.24 mm -2.44 m 0 eV 88.3 keV 363 um 7.38 mm Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 102, Parent ID = 100 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 5.78 mm -3.24 mm -2.44 m 127 keV 0 eV 0 fm 0 fm Target initStep + 1 5.78 mm -3.24 mm -2.44 m 0 eV 127 keV 40.2 um 40.2 um Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 101, Parent ID = 100 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 120 um -51.1 um -2.32 m 2.35 keV 0 eV 0 fm 0 fm Tracker initStep - 1 135 um 27.8 um -2.32 m 0 eV 2.35 keV 195 um 195 um Tracker eIoni + 0 5.88 mm -3.55 mm -2.44 m 417 keV 0 eV 0 fm 0 fm Target initStep + 1 5.89 mm -3.56 mm -2.44 m 160 keV 151 keV 96.4 um 96.4 um Target eBrem + 2 5.89 mm -3.56 mm -2.44 m 0 eV 160 keV 57.4 um 154 um Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 103, Parent ID = 101 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 5.89 mm -3.56 mm -2.44 m 107 keV 0 eV 0 fm 0 fm Target initStep + 1 5.89 mm -3.46 mm -2.44 m 0 eV 88.3 keV 540 um 540 um Target phot + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 104, Parent ID = 103 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 5.89 mm -3.46 mm -2.44 m 18.9 keV 0 eV 0 fm 0 fm Target initStep + 1 5.89 mm -3.46 mm -2.44 m 0 eV 18.9 keV 1.86 um 1.86 um Target eIoni ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 81.8 um -238 um -2.39 m 993 eV 0 eV 0 fm 0 fm Tracker initStep - 1 90.2 um -221 um -2.39 m 0 eV 993 eV 52.7 um 52.7 um Tracker eIoni + 0 56.2 um -21.7 um -2.45 m 1.55 MeV 0 eV 0 fm 0 fm Target initStep + 1 -5.7 um -20.4 um -2.45 m 895 keV 391 keV 362 um 362 um Target eBrem + 2 7.19 um 11.5 um -2.45 m 0 eV 895 keV 640 um 1 mm Target eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = gamma, Track ID = 105, Parent ID = 6 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 81.3 um -265 um -2.4 m 5.07 MeV 0 eV 0 fm 0 fm Target initStep - 1 331 um -706 um -2.4 m 3.24 MeV 1.83 MeV 979 um 979 um Target msc - 2 490 um -379 um -2.4 m 1.52 MeV 483 keV 459 um 1.44 mm Target eBrem - 3 554 um -323 um -2.4 m 117 keV 1.41 MeV 1.16 mm 2.6 mm Target eIoni - 4 554 um -325 um -2.4 m 0 eV 117 keV 35.3 um 2.63 mm Target eIoni + 0 -5.7 um -20.4 um -2.45 m 268 keV 0 eV 0 fm 0 fm Target initStep + 1 -783 um -30.3 um -2.44 m 0 eV 88.3 keV 2.12 mm 2.12 mm Target phot ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 97, Parent ID = 5 +* G4Track Information: Particle = e-, Track ID = 106, Parent ID = 105 +********************************************************************************************************* + +Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process + 0 -783 um -30.3 um -2.44 m 180 keV 0 eV 0 fm 0 fm Target initStep + 1 -781 um -30.2 um -2.44 m 0 eV 180 keV 69 um 69 um Target eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 ********************************************************************************************************* Step# X Y Z KineE dEStep StepLeng TrakLeng Volume Process - 0 490 um -379 um -2.4 m 1.23 MeV 0 eV 0 fm 0 fm Target initStep - 1 837 um 229 um -2.4 m 1.23 MeV 0 eV 1.14 mm 1.14 mm Target Transportation - 2 1.37 m 2.4 m 1.17 m 1.23 MeV 0 eV 4.51 m 4.51 m Tracker Transportation - 3 1.66 m 2.91 m 1.93 m 1.23 MeV 0 eV 95.9 cm 5.47 m OutOfWorld Transportation + 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 22 um -3.43 um -2.44 m 1.21 MeV 0 eV 0 fm 0 fm Target initStep - 1 64.4 um 21 um -2.44 m 0 eV 1.21 MeV 914 um 914 um Target 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 10.2 um -13.4 um -2.5 m 1.15 keV 0 eV 0 fm 0 fm World initStep - 1 13.7 um 11 um -2.5 m 0 eV 1.15 keV 65 um 65 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.5 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.71 m 1.09 keV 0 eV 0 fm 0 fm World initStep - 1 -22.6 um -1.07 um -2.71 m 0 eV 1.09 keV 60.1 um 60.1 um World eIoni - --------->Storing hits in the ROOT file: in this event there are 65 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.017284667401161 position[mm]: (0.62039882594363,1.9696981462533,-1556.3725023771) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.040120908494139 position[mm]: (0.69088272384756,2.2875975571569,-1447.8459309425) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.012406945463774 position[mm]: (0.7272029100457,2.4080962504827,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.068839427523367 position[mm]: (1.2350699078626,4.3964180555865,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.021497308003984 position[mm]: (1.55656839664,5.8007610994451,68.914264443743) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011708567638146 position[mm]: (1.5835180832812,5.8852079275164,113.93046086491) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.019436699092924 position[mm]: (1.6114158435229,5.974233100377,160.65235789796) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0076574994623042 position[mm]: (1.6182595881813,6.0180048390423,183.39169005633) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00094126007660329 position[mm]: (1.6185943194915,6.0246107452111,186.49278517884) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0022388351935299 position[mm]: (1.6196243378601,6.0530758008974,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.028069070695137 position[mm]: (1.9220966827445,7.3757425326648,879.37066726209) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.040661923063692 position[mm]: (1.9275226550849,7.6536340071554,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0063994629716128 position[mm]: (2.1883599834992,9.0251505040657,1627.9595304164) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.013997663339335 position[mm]: (2.2008780562757,9.1280023845575,1678.5665249894) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.023451649763078 position[mm]: (2.204780198133,9.2148709843186,1722.2661832478) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.015153083674375 position[mm]: (2.2160741824306,9.2868076390312,1758.8223605369) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.01503479941962 position[mm]: (2.232451465067,9.3542697206036,1800) - trackID: 49 chamberNb: 4 energy deposit[MeV]: 0.0047286097708661 position[mm]: (2.2034108869137,9.3251060472881,1758.8251305704) - trackID: 48 chamberNb: 4 energy deposit[MeV]: 0.0016318942014079 position[mm]: (2.1990631854395,9.2072469176828,1722.2665924913) - trackID: 47 chamberNb: 4 energy deposit[MeV]: 0.0015578634852918 position[mm]: (2.1921213501822,9.1257709943621,1678.5668938209) - trackID: 42 chamberNb: 3 energy deposit[MeV]: 0.0033509985086846 position[mm]: (1.9428572455155,7.362213401389,879.37216001818) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.014636406045491 position[mm]: (3.0496248888551,-166.684213863,815.20239577812) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 4.4563542343873e-05 position[mm]: (3.5820244742861,-167.44863332633,815.02460310318) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0092449515387599 position[mm]: (4.6962449699995,-178.19767438526,809.7985234563) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.015653487923656 position[mm]: (-3.738024566545,-187.40127641947,807.40509046259) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0059612312698527 position[mm]: (-10.110849079201,-188.55035313552,806.74788477519) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0013095964334347 position[mm]: (-12.133671402626,-187.7877753438,806.99038664571) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0018024971233857 position[mm]: (-17.289637201057,-188.51465654733,806.5341156905) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0096737741564136 position[mm]: (-23.966172081907,-197.44166514031,803.56926335067) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.01285949772021 position[mm]: (-20.605580746788,-203.56667696331,802.86261713339) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.012503088767976 position[mm]: (-25.063074299661,-209.86333852212,802.02419132459) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.00017253418557817 position[mm]: (-24.94553973925,-210.68405683594,802.09696313505) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0076895050124375 position[mm]: (-24.45550442501,-214.13897181014,800.35757462513) - trackID: 38 chamberNb: 3 energy deposit[MeV]: 0.0036768171390773 position[mm]: (-23.26536653242,-212.26470595879,800) - trackID: 85 chamberNb: 3 energy deposit[MeV]: 0.0031276449486812 position[mm]: (-24.931717606868,-210.69016560385,802.11384176647) - trackID: 84 chamberNb: 3 energy deposit[MeV]: 0.0015646696089924 position[mm]: (-20.608351321016,-203.55836168215,802.86502594743) - trackID: 83 chamberNb: 3 energy deposit[MeV]: 0.0016541947632399 position[mm]: (-23.972719779857,-197.44571725633,803.56338618935) - trackID: 82 chamberNb: 3 energy deposit[MeV]: 0.0025890783264634 position[mm]: (-17.295003750649,-188.49807141569,806.53341898179) - trackID: 81 chamberNb: 3 energy deposit[MeV]: 0.0018210615141832 position[mm]: (-12.139888413966,-187.7802592423,806.98571183053) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.0042458407155535 position[mm]: (-10.360502646229,-188.54458067489,807.54566823761) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.0062591493457078 position[mm]: (-9.8791475381255,-188.84951749902,807.27152798098) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.0035636821839517 position[mm]: (-10.019077805602,-188.66129254682,807.13230556079) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.00031982582572157 position[mm]: (-10.089911568978,-188.70155676389,807.22822078646) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.0061719403727832 position[mm]: (-10.202038241801,-188.5848268917,807.27645749332) - trackID: 80 chamberNb: 3 energy deposit[MeV]: 0.0043067962348721 position[mm]: (-10.216634298003,-188.61660534588,807.2803135815) - trackID: 93 chamberNb: 3 energy deposit[MeV]: 0.0016429000959746 position[mm]: (-10.200136566629,-188.58684466706,807.26725457973) - trackID: 92 chamberNb: 3 energy deposit[MeV]: 0.0017959277925632 position[mm]: (-10.094914743657,-188.70877608055,807.234230135) - trackID: 91 chamberNb: 3 energy deposit[MeV]: 0.0016940729322742 position[mm]: (-10.018874945908,-188.67054157584,807.12863499734) - trackID: 90 chamberNb: 3 energy deposit[MeV]: 0.0031014657732255 position[mm]: (-9.8725070209857,-188.85864866234,807.25217832864) - trackID: 79 chamberNb: 3 energy deposit[MeV]: 0.0021378378298007 position[mm]: (-3.8014472141157,-187.44564970808,807.41873968092) - trackID: 78 chamberNb: 3 energy deposit[MeV]: 0.0015379573661044 position[mm]: (-3.7395975998299,-187.39864965858,807.41345817425) - trackID: 77 chamberNb: 3 energy deposit[MeV]: 0.0038618459202756 position[mm]: (3.5644888040211,-167.47220711884,815.03103230333) - trackID: 76 chamberNb: 3 energy deposit[MeV]: 0.0060714054752911 position[mm]: (3.0603848496826,-166.68076363547,815.25979833871) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0088816035588034 position[mm]: (2.1043132627192,6.5900333905869,186.62558584039) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.010608111612576 position[mm]: (2.3376226208886,6.2607595560371,186.79540511382) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0037786780090023 position[mm]: (2.2261610290372,6.2063715797007,186.89145098559) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0078041305458409 position[mm]: (2.2933755692326,6.16441109455,186.92054778477) - trackID: 33 chamberNb: 2 energy deposit[MeV]: 0.0017462447870373 position[mm]: (1.6205658816394,6.0280383123397,183.39210697269) - trackID: 32 chamberNb: 2 energy deposit[MeV]: 0.00057787163648384 position[mm]: (1.5922832797703,6.0989376524199,160.66553627055) - trackID: 32 chamberNb: 2 energy deposit[MeV]: 0.0071068164936735 position[mm]: (1.6004720514957,6.0264124096361,160.67416036946) - trackID: 95 chamberNb: 2 energy deposit[MeV]: 0.0031887810145669 position[mm]: (1.5972246096426,6.1020617393013,160.68803481414) - trackID: 31 chamberNb: 2 energy deposit[MeV]: 0.0014149723772782 position[mm]: (1.5897611009405,5.8801112392239,113.93077590496) - trackID: 30 chamberNb: 2 energy deposit[MeV]: 0.0083200314189265 position[mm]: (1.46795733215,5.7739770898493,68.922978232726) - trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.0055057217095112 position[mm]: (0.74081932189253,2.2794877346662,-1447.842121266) - trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.0040047357882516 position[mm]: (0.63719964679688,1.942944977414,-1556.3703964625) + 0 0 fm 0 fm -2.71 m 2.67 keV 0 eV 0 fm 0 fm World initStep + 1 -97.5 um 23.7 um -2.71 m 1.37 keV 1.3 keV 226 um 226 um World eIoni + 2 -101 um 22 um -2.71 m 0 eV 1.37 keV 84.6 um 310 um World eIoni + +-------->Storing hits in the ROOT file: in this event there are 91 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0066730556798148 position[mm]: (-12.914798486964,3.047229554638,-1586.497093501) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.048110501252379 position[mm]: (-14.959235061206,3.5164429200242,-1458.9096945532) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.009389153537381 position[mm]: (-15.385132970198,3.6158552198661,-1432.1370416623) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0012610096376031 position[mm]: (-15.432835937947,3.6273125364882,-1429.157103526) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.013139958963771 position[mm]: (-15.900946739928,3.7411543535788,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.023704990325644 position[mm]: (-26.636359335031,6.2595951176921,-734.2185254721) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.001313460286559 position[mm]: (-26.683715277156,6.2705809545281,-731.2731759165) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0030829164782029 position[mm]: (-26.797166157904,6.2969874616734,-724.22844235907) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0029886175478911 position[mm]: (-26.904147143243,6.3225724478785,-717.62102302352) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.025803451220884 position[mm]: (-28.202664444428,6.6428258054239,-637.32149969681) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0050617207163333 position[mm]: (-28.361388345205,6.6803831157513,-627.51354460025) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0054167999331559 position[mm]: (-28.652698691181,6.7506908274092,-609.45479235866) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.001694760597374 position[mm]: (-28.806054792506,6.7878892878455,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.03018857912592 position[mm]: (-39.802459803312,9.4364976800951,77.882816147004) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00068342117883399 position[mm]: (-39.935481132882,9.4681492432325,86.0997810156) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0084185536235296 position[mm]: (-40.322839668241,9.5621046175324,110.10387453823) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00029436372757099 position[mm]: (-40.373803335167,9.5752789084751,113.28307535487) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0047888991272625 position[mm]: (-40.529278485657,9.6157304536846,123.00832339544) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0013303327699833 position[mm]: (-40.663152211378,9.6493512436451,131.401589216) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.028045074663526 position[mm]: (-41.753321252104,9.9252501709829,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.020540060520855 position[mm]: (-52.684370077391,12.544711814761,880.19800133653) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.020753624180843 position[mm]: (-53.617364451595,12.77074218546,937.81322387625) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.015784057981185 position[mm]: (-54.636159222113,13.004823173563,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.022682979789594 position[mm]: (-65.78632282698,15.618832154059,1675.7939956152) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.011681263910751 position[mm]: (-66.360041356655,15.758914995674,1711.0937582198) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.015609128737096 position[mm]: (-67.016489360693,15.918311041243,1751.4677373303) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.01403399240767 position[mm]: (-67.609026468579,16.064649095041,1787.8992960377) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0047724704663479 position[mm]: (-67.804051982195,16.115405913999,1800) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0020221947647156 position[mm]: (-67.61865524286,16.072561917625,1787.8996787992) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0013689718247341 position[mm]: (-67.011991936074,15.924584395806,1751.4680765622) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0021605432947511 position[mm]: (-66.356497306285,15.772044510837,1711.0944085805) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0034150604559096 position[mm]: (-65.770051060652,15.638444298836,1675.7957015219) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0020514608625899 position[mm]: (-53.630022059312,12.769691404675,937.81360669407) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0020851165469551 position[mm]: (-52.694950907382,12.537201295103,880.19846333895) + trackID: 45 chamberNb: 2 energy deposit[MeV]: 0.0023413838760652 position[mm]: (-40.653786218264,9.6374364680961,131.40253427816) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0015238116909969 position[mm]: (-40.521280788098,9.6193505606693,123.00878608944) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0021906455702981 position[mm]: (-40.387564357183,9.5735941595891,113.28352360487) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0014071116587782 position[mm]: (-40.330742334269,9.5632632573997,110.10404839754) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0047959572667193 position[mm]: (-39.957948603276,9.502669999953,86.102189789227) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0013959243158207 position[mm]: (-39.808009841097,9.4421334595878,77.883005789315) + trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.0080243762676127 position[mm]: (-28.720548571411,6.6940836157356,-609.44760457024) + trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0030861381095723 position[mm]: (-28.363149411715,6.6582918062365,-627.5122314396) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.0028532358244008 position[mm]: (-28.217632411916,6.6297045298371,-637.32060803536) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.0067460773939053 position[mm]: (-26.885653458945,6.2571688407121,-717.61476592418) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.026187856960952 position[mm]: (-48.51004060551,-9.7987620236365,-702.59439516017) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0005604777384907 position[mm]: (-49.052796557482,-9.6177389827484,-702.35479891605) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.032318163670417 position[mm]: (-63.973562398989,-31.261386846173,-698.44277730654) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 6.0283358564179e-05 position[mm]: (-63.992145340469,-31.171297569947,-698.1409227991) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00056786034308397 position[mm]: (-63.770271125839,-30.882970142152,-697.13379325828) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0062752989669465 position[mm]: (-62.69581511729,-28.890067944035,-692.87346575398) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00015684693727897 position[mm]: (-63.071224164004,-29.536975212585,-692.52769254924) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.016944372812072 position[mm]: (-66.950445398261,-35.167791446241,-692.20003911356) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.004193625543716 position[mm]: (-69.736856462319,-36.611448934013,-692.54987250917) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.004326064018105 position[mm]: (-71.594982524572,-39.665848834931,-690.90248985646) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.012169854409054 position[mm]: (-68.712733911309,-37.172760827125,-688.50117911091) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00030031394194475 position[mm]: (-68.695610228799,-37.463467599802,-688.77138257716) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0035350167650678 position[mm]: (-69.139168651734,-38.556638297798,-689.46945833597) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0024082647488538 position[mm]: (-68.228996849181,-38.12607388266,-691.43360021377) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0017793858340945 position[mm]: (-67.637161894658,-36.66364179078,-692.43977129949) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.012848346377773 position[mm]: (-65.338057877355,-36.655074751563,-692.02342817108) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0083165967341736 position[mm]: (-64.335695386014,-35.433911085975,-691.67851077866) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0078130865183255 position[mm]: (-64.410084068735,-34.270594000594,-691.34357537103) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.003732983319249 position[mm]: (-65.219757068227,-34.135740735342,-691.63299350962) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0051694116375778 position[mm]: (-65.440901412556,-33.615851468738,-691.29031903285) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0019333801794985 position[mm]: (-65.370950918156,-34.049134538476,-691.29656989139) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0025311403596877 position[mm]: (-65.31094474074,-34.023448649395,-691.4816869627) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0018344164979684 position[mm]: (-65.277418814048,-33.972934000951,-691.55735426578) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.00019637311487425 position[mm]: (-65.270838500716,-33.969599793533,-691.57564782696) + trackID: 30 chamberNb: 1 energy deposit[MeV]: 0.0025747077178435 position[mm]: (-65.254393278631,-33.969900035772,-691.58101165521) + trackID: 96 chamberNb: 1 energy deposit[MeV]: 0.0016415400932032 position[mm]: (-65.269632705488,-33.978197163465,-691.57153188851) + trackID: 95 chamberNb: 1 energy deposit[MeV]: 0.0031538056183327 position[mm]: (-65.298304860848,-33.966105738158,-691.56371228557) + trackID: 94 chamberNb: 1 energy deposit[MeV]: 0.0013796727226521 position[mm]: (-65.309994823015,-34.017193288649,-691.47712511042) + trackID: 93 chamberNb: 1 energy deposit[MeV]: 0.0081557326515576 position[mm]: (-65.390733328555,-34.135681658457,-691.31596341103) + trackID: 92 chamberNb: 1 energy deposit[MeV]: 0.0017563036106938 position[mm]: (-65.210087019316,-34.133741723919,-691.62964844997) + trackID: 91 chamberNb: 1 energy deposit[MeV]: 0.00200101659897 position[mm]: (-68.218782435642,-38.132176700416,-691.43670916512) + trackID: 90 chamberNb: 1 energy deposit[MeV]: 0.0035636049673555 position[mm]: (-69.153381224116,-38.576679347818,-689.48088972221) + trackID: 89 chamberNb: 1 energy deposit[MeV]: 0.0020707298997325 position[mm]: (-68.649698649558,-37.46113283902,-688.80650698642) + trackID: 89 chamberNb: 1 energy deposit[MeV]: 0.0039714486701217 position[mm]: (-68.65009674488,-37.486271924238,-688.82554544134) + trackID: 88 chamberNb: 1 energy deposit[MeV]: 0.0024839312457795 position[mm]: (-69.726791701322,-36.610859859198,-692.53685175852) + trackID: 87 chamberNb: 1 energy deposit[MeV]: 0.0017070087565373 position[mm]: (-63.07806832172,-29.53210079105,-692.52214115193) + trackID: 86 chamberNb: 1 energy deposit[MeV]: 0.0018566999068383 position[mm]: (-63.759757148708,-30.886671247422,-697.13453204202) + trackID: 85 chamberNb: 1 energy deposit[MeV]: 0.0041998990154963 position[mm]: (-64.023165508236,-31.181008952323,-698.13052003461) + trackID: 84 chamberNb: 1 energy deposit[MeV]: 0.0013899983850205 position[mm]: (-63.979224186644,-31.256218721988,-698.44456383308) + trackID: 83 chamberNb: 1 energy deposit[MeV]: 0.0042724200828057 position[mm]: (-49.046207230609,-9.5836027691006,-702.3510524377) + trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0014712580775869 position[mm]: (-26.692093049914,6.2714959005765,-731.27298482837) + trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0018586514853114 position[mm]: (-26.63034992269,6.2501814228436,-734.21790250356) + trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.0037980601950242 position[mm]: (-15.43497103143,3.5978323910463,-1429.1551649122) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0010545200359888 position[mm]: (-15.34993111495,3.5784070608827,-1432.1324109626) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0026103132598633 position[mm]: (-15.350443436894,3.5954897645548,-1432.1367399524) + trackID: 99 chamberNb: 0 energy deposit[MeV]: 0.0019255054567591 position[mm]: (-15.33893746174,3.5797217463097,-1432.1286284192) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0015429557559719 position[mm]: (-14.950800195049,3.5135758113998,-1458.9091926339) writing Event_1 >>> Event 0 0 trajectories stored in this event. Run terminated. Run Summary Number of events processed : 1 - User=0.240000s Real=3.645896s Sys=0.230000s + User=0.380000s Real=9.495708s Sys=0.340000s Region -- -- appears in world volume This region is in the mass world. @@ -1875,14 +1979,14 @@ Index : 0 used in the geometry : Yes 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.586138310569 keV e- 1.0038644857808 MeV e+ 951.32127129134 keV proton 70 keV + Energy thresholds : gamma 94.737246124257 keV e- 1.0076817756335 MeV e+ 948.7336398037 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 990 eV e- 1.3684530084265 keV e+ 1.3448250375664 keV proton 70 keV + Energy thresholds : gamma 990 eV e- 1.3680563699252 keV e+ 1.3329299582305 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -1893,225 +1997,350 @@ 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 63 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.038923330770371 position[mm]: (118.6490093179,-97.976902216065,-1495.6793065325) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.038113378645653 position[mm]: (131.16121750489,-107.8090289448,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0075469827299222 position[mm]: (210.20672289035,-174.18523034511,-782.08694998365) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0032156785591106 position[mm]: (211.26009661195,-175.07642308081,-773.95082827496) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0050651241418646 position[mm]: (212.22793711389,-175.89424698384,-766.48468050959) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.021415287363584 position[mm]: (221.33956429577,-183.56828384349,-696.04824577395) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.031360099828311 position[mm]: (231.69764918487,-192.03663047651,-616.53474508942) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0063793845676566 position[mm]: (233.93136957694,-193.82954834871,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0002082945152541 position[mm]: (315.63095428665,-259.59647955858,1.9563776476663) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0021832002426464 position[mm]: (317.3291729257,-260.98482087804,14.541869241394) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0042000921196388 position[mm]: (318.60906597911,-262.02319571793,23.970265875745) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.002259532651593 position[mm]: (319.54309232923,-262.79187113302,30.899537019029) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.00012711929279839 position[mm]: (319.7775581317,-262.98494920486,32.639709652574) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011816973080128 position[mm]: (323.98412382379,-266.42947361082,63.834186094198) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0053467381633439 position[mm]: (326.2026337544,-268.27103160938,80.453678163098) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.028936306824471 position[mm]: (335.21723407623,-275.54136067845,147.11184538234) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.016046587652904 position[mm]: (342.49442164352,-281.38441544519,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.013455309245604 position[mm]: (431.52684786392,-350.50668823194,840.79392019936) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.019313262754742 position[mm]: (436.08236182245,-354.00723755646,874.24758587662) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0034268253840078 position[mm]: (438.13392795305,-355.60252413245,889.51642845226) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.041399880324192 position[mm]: (449.32755312476,-364.42576228926,973.09703064131) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0067548013020265 position[mm]: (452.97326637142,-367.10693741774,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.011837352713458 position[mm]: (538.61628072971,-429.11519768647,1629.0372881334) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.027775202639069 position[mm]: (549.15026310065,-436.09480954059,1702.7607523922) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0080159927758506 position[mm]: (552.57952774389,-438.21592274041,1726.4153541618) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0023306719751697 position[mm]: (553.93147980167,-439.06019239381,1735.7749156139) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0085745683023348 position[mm]: (558.12603759947,-441.6730967631,1764.695709614) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.013971301837303 position[mm]: (563.35039795396,-444.87775058596,1800) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0023802532992162 position[mm]: (558.13313070414,-441.68672884944,1764.6942167348) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0031330557985012 position[mm]: (553.9387098452,-439.08165474775,1735.773266906) - trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0030999963242381 position[mm]: (552.56315828051,-438.2014835896,1726.4203342154) - trackID: 62 chamberNb: 4 energy deposit[MeV]: 0.00154208461718 position[mm]: (538.60822562263,-429.11888980441,1629.0384596159) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0028939485768528 position[mm]: (449.30855885955,-364.41969794444,973.10136492092) - trackID: 55 chamberNb: 3 energy deposit[MeV]: 0.001432536930383 position[mm]: (438.13678981308,-355.59488867689,889.51717794377) - trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.0093889123822407 position[mm]: (435.97340867029,-354.01452048152,874.27286871851) - trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0040716716539346 position[mm]: (431.55898601583,-350.51012278211,840.79136303939) - trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0033526190200277 position[mm]: (335.23107308295,-275.5618185808,147.10919728138) - trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0081888510225873 position[mm]: (326.292957029,-268.27875431971,80.44925469653) - trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0031666854478305 position[mm]: (324.00384167435,-266.41757071297,63.834238660529) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0068125872231407 position[mm]: (319.64037057354,-263.70179967504,32.712180386613) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0029414860097491 position[mm]: (320.0401943345,-263.63520927375,32.535974901794) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0047595933813771 position[mm]: (320.27967981421,-263.69017575357,32.776056418264) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.011126651612353 position[mm]: (320.10440980788,-263.72678127603,32.825997835119) - trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0017322160862694 position[mm]: (320.11264649321,-263.72530982472,32.820148720242) - trackID: 93 chamberNb: 2 energy deposit[MeV]: 0.001463367380414 position[mm]: (320.28240078327,-263.69599580348,32.781471598189) - trackID: 92 chamberNb: 2 energy deposit[MeV]: 0.0016159077393719 position[mm]: (320.03634372864,-263.64358465216,32.537971006988) - trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0036754967948026 position[mm]: (319.51900480595,-262.80589827934,30.90302197113) - trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0033763520726889 position[mm]: (318.59332153257,-262.00454069678,23.975992919172) - trackID: 38 chamberNb: 2 energy deposit[MeV]: 0.0016666035769169 position[mm]: (317.32095937647,-260.97995387717,14.543940892263) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.0040151624034254 position[mm]: (316.12681750561,-259.23611100054,1.0617199010057) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.00097541612518719 position[mm]: (316.44854758171,-258.87236994411,1.2386900946315) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.0015598842505273 position[mm]: (316.38623268705,-258.3667956306,1.2026330114738) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.0014094822533924 position[mm]: (316.47600852277,-257.93306432448,1.5687863996783) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.00014558444875601 position[mm]: (316.73038839453,-257.94178323363,1.5528573626609) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.0095635177378832 position[mm]: (316.95293705882,-257.98125225928,1.4571453952722) - trackID: 37 chamberNb: 2 energy deposit[MeV]: 0.0057591508953207 position[mm]: (316.95174036628,-258.02287132452,1.4224668016907) - trackID: 94 chamberNb: 2 energy deposit[MeV]: 0.0015523248458473 position[mm]: (316.7268432444,-257.9474898227,1.5468581265711) - trackID: 29 chamberNb: 1 energy deposit[MeV]: 0.0027118217178062 position[mm]: (231.68722114464,-192.05206454236,-616.5339868219) - trackID: 28 chamberNb: 1 energy deposit[MeV]: 0.0024659610946196 position[mm]: (221.3278184711,-183.55761390821,-696.04472930207) - trackID: 27 chamberNb: 1 energy deposit[MeV]: 0.0092179709934084 position[mm]: (212.29117825451,-175.80644894772,-766.47231885542) - trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0018945502229805 position[mm]: (211.26142630129,-175.06527248757,-773.94925922598) - trackID: 25 chamberNb: 1 energy deposit[MeV]: 0.001940187274894 position[mm]: (210.21144849472,-174.19583560014,-782.08818160554) - trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.0015480706917601 position[mm]: (118.64684905064,-97.968324108266,-1495.6777704944) +-------->Storing hits in the ROOT file: in this event there are 170 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0089463346335155 position[mm]: (-82.01860846465,18.453597043066,-1570.3024683357) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.013106746784065 position[mm]: (-84.925647927262,18.997377630057,-1541.9885225106) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.018050187745189 position[mm]: (-92.092404697264,19.869354629851,-1472.9370320253) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0020545408166237 position[mm]: (-92.984957122359,19.970458182841,-1464.2551684132) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.022928044630173 position[mm]: (-99.441133142855,20.837066301531,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0086523517893636 position[mm]: (-162.00525833265,29.004826245044,-775.26907857358) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0030097815952987 position[mm]: (-163.49181560813,29.1731584503,-760.7410291712) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0023883706098311 position[mm]: (-164.53244096596,29.299784566102,-750.60665320483) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.033824632889962 position[mm]: (-172.19045242788,30.169755734342,-676.24382443692) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.032044613175636 position[mm]: (-179.925071504,30.865739181739,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0099075047837999 position[mm]: (-244.62234860302,36.594503573405,29.059797510778) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.073735431848339 position[mm]: (-262.41565431963,38.125953312336,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0027998329016653 position[mm]: (-328.04989874914,48.706429214642,807.87149700822) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0066124461051446 position[mm]: (-330.6959870383,49.112427733594,832.97422346406) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0095884732275101 position[mm]: (-333.25264742087,49.53976713055,856.9406275645) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00078596029157625 position[mm]: (-333.62131665168,49.604923799035,860.30151919127) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.068113606398279 position[mm]: (-348.98412112829,52.336187665419,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00030842193291842 position[mm]: (-414.3370167218,62.715309684197,1600.965530636) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0024505535309356 position[mm]: (-415.04324219874,62.834215056633,1607.5113524622) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0077822017972924 position[mm]: (-416.51131791336,63.08914048288,1621.0776661666) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.002828945260702 position[mm]: (-417.63097822407,63.276254083525,1631.4740583126) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.018563856656148 position[mm]: (-421.246921062,63.858482571464,1665.1000846681) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0030223239732425 position[mm]: (-421.69788370946,63.934792311985,1669.3523715854) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0082667189846348 position[mm]: (-424.26500053854,64.386956671702,1693.5937685125) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.007700040333457 position[mm]: (-426.6211760519,64.776468342789,1715.6790122037) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.00038351590932839 position[mm]: (-426.99750239221,64.841167377741,1719.2246818254) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0032289245543557 position[mm]: (-427.66738114565,64.964683792794,1725.5301250961) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.016562482858488 position[mm]: (-431.83501299051,65.715238846767,1764.8168750986) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.019179749936055 position[mm]: (-435.53726090863,66.378560761097,1800) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0023775997245385 position[mm]: (-431.7217762007,65.921040111849,1764.8569794718) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0053989564533198 position[mm]: (-431.59757351373,66.062134971598,1764.8761595771) + trackID: 71 chamberNb: 4 energy deposit[MeV]: 0.0060695859887285 position[mm]: (-431.64030317564,66.081057942388,1764.911005648) + trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.001521600486611 position[mm]: (-431.6032446701,66.061717940173,1764.8694753361) + trackID: 81 chamberNb: 4 energy deposit[MeV]: 0.0014984521837645 position[mm]: (-431.72818115142,65.926787297391,1764.8565411451) + trackID: 70 chamberNb: 4 energy deposit[MeV]: 0.0022749541066549 position[mm]: (-427.6656631712,64.979168215817,1725.5307573881) + trackID: 69 chamberNb: 4 energy deposit[MeV]: 0.0024210931252862 position[mm]: (-426.98509082032,64.831508259966,1719.227006) + trackID: 68 chamberNb: 4 energy deposit[MeV]: 0.0014531731564503 position[mm]: (-426.61405533004,64.780622410887,1715.6800227417) + trackID: 67 chamberNb: 4 energy deposit[MeV]: 0.0042081817528704 position[mm]: (-424.29376786987,64.405465418078,1693.592688015) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 3.2326428519605e-05 position[mm]: (-421.65965598117,63.895892447935,1669.3631731424) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.00040681573948604 position[mm]: (-421.58912696578,63.904952828845,1669.430796676) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0019356997665722 position[mm]: (-421.64408768168,63.941865731678,1669.4238505001) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0027654606715835 position[mm]: (-421.63753746856,63.954851973778,1669.4114913525) + trackID: 85 chamberNb: 4 energy deposit[MeV]: 0.0019531212310588 position[mm]: (-421.64287162883,63.93339710374,1669.4155549204) + trackID: 84 chamberNb: 4 energy deposit[MeV]: 0.0017914308575749 position[mm]: (-421.58451691478,63.912905801458,1669.4362389528) + trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.001997279790173 position[mm]: (-421.65273675212,63.887770692756,1669.3571176589) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.0036666156976554 position[mm]: (-421.21912446185,63.858313915037,1665.1048162612) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0015209455990615 position[mm]: (-417.63599583353,63.269059908265,1631.4740004963) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00057491903946806 position[mm]: (-416.82049497637,63.352532745209,1621.1990975885) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0072604648694903 position[mm]: (-423.32532587448,68.546105674866,1615.862830758) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0011452185216378 position[mm]: (-423.39059812212,67.979098573556,1613.5973224063) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.008327101252842 position[mm]: (-425.5646480322,59.857414058167,1611.905769673) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0096424846396158 position[mm]: (-432.69921273575,57.390968081406,1609.8696978171) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0056398135657389 position[mm]: (-436.05596523415,61.169513784219,1607.9256892859) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.012000272718975 position[mm]: (-440.61462325723,62.241307925897,1612.6648046768) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.00014890991618058 position[mm]: (-440.72959502644,62.213753542902,1612.8374069608) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0052145060170474 position[mm]: (-444.99531719594,59.946179957187,1612.3778871142) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0088149174645896 position[mm]: (-446.04734218799,58.767696083433,1612.0823834415) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0074074390003411 position[mm]: (-446.64250834073,58.458223049126,1611.1097251584) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0050774148566002 position[mm]: (-447.35288518397,57.966471716286,1611.1354746088) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0030809830752238 position[mm]: (-447.61377209543,58.419510338179,1611.5163001377) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0014169745188698 position[mm]: (-447.70106322791,58.269460919332,1611.6472744024) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0098765572884632 position[mm]: (-447.91121893349,58.232642615502,1611.8965289739) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0062651455500279 position[mm]: (-447.88291721724,58.218461664865,1611.844252923) + trackID: 92 chamberNb: 4 energy deposit[MeV]: 0.0023031041793832 position[mm]: (-447.91221684566,58.218204738885,1611.8998410431) + trackID: 91 chamberNb: 4 energy deposit[MeV]: 0.0016256049451629 position[mm]: (-447.69433638014,58.272157890703,1611.6534107603) + trackID: 90 chamberNb: 4 energy deposit[MeV]: 0.0041285728115593 position[mm]: (-447.63907974749,58.415255139983,1611.4950617073) + trackID: 89 chamberNb: 4 energy deposit[MeV]: 0.0018800039423149 position[mm]: (-440.72319563215,62.209292476381,1612.8456492048) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.002771692333438 position[mm]: (-435.79516306169,61.2972150668,1607.7380008031) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.00017327612071831 position[mm]: (-435.96137938499,61.349295379569,1607.7567396082) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0086378281684138 position[mm]: (-436.1239980817,61.256321358302,1607.8153646605) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.004665810276073 position[mm]: (-436.1291305252,61.223607537525,1607.83718247) + trackID: 94 chamberNb: 4 energy deposit[MeV]: 0.0014012792877793 position[mm]: (-435.95946324111,61.350661086032,1607.7643322759) + trackID: 93 chamberNb: 4 energy deposit[MeV]: 0.0017829583844171 position[mm]: (-435.79750257517,61.288133548154,1607.7429853235) + trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0024996605485154 position[mm]: (-423.39732425018,67.992645575764,1613.590454301) + trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.0019169738759531 position[mm]: (-416.8186105018,63.349406330284,1621.2101438566) + trackID: 62 chamberNb: 4 energy deposit[MeV]: 0.0018004260734449 position[mm]: (-415.03791502359,62.824959722603,1607.5125790658) + trackID: 61 chamberNb: 4 energy deposit[MeV]: 0.0016634262701476 position[mm]: (-414.33343779963,62.724369214087,1600.9661678844) + trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.0019085668256767 position[mm]: (-333.61055105279,49.608830112658,860.30315444558) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.01295936376694 position[mm]: (-333.58332500897,46.892239081936,857.69826774603) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0061574253860346 position[mm]: (-333.03404300069,46.565670432668,859.58833796163) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0023596997113195 position[mm]: (-333.39169634177,47.785106709549,859.8537470938) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0055696924761885 position[mm]: (-333.20506283631,47.832888713385,860.95727187494) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0048926639383201 position[mm]: (-332.61904589327,48.425560259026,860.6648169951) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0091499874824536 position[mm]: (-333.04534920816,48.961450009232,860.58043701857) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0016690049168683 position[mm]: (-332.75477108688,49.106279866748,860.48421696801) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.00052149500201121 position[mm]: (-332.8905870167,49.114080903838,860.54839284218) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0011738216758262 position[mm]: (-332.81877977683,48.997237300604,860.53369244088) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0036334323362963 position[mm]: (-332.7915519113,49.036063651661,860.40707817066) + trackID: 50 chamberNb: 3 energy deposit[MeV]: 0.0055053559491969 position[mm]: (-332.8085280072,49.055816963728,860.45028829611) + trackID: 100 chamberNb: 3 energy deposit[MeV]: 0.0014077502740401 position[mm]: (-332.79044089517,49.043427392241,860.40417369665) + trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.0025165024378615 position[mm]: (-332.81816231897,48.981207587109,860.5288200284) + trackID: 98 chamberNb: 3 energy deposit[MeV]: 0.0016058798051587 position[mm]: (-332.88285081541,49.119015495064,860.54655254044) + trackID: 97 chamberNb: 3 energy deposit[MeV]: 0.0021623842140407 position[mm]: (-332.76068308552,49.105839788701,860.47194313882) + trackID: 96 chamberNb: 3 energy deposit[MeV]: 0.0014569848339347 position[mm]: (-333.47658499628,47.841670529193,859.86752897177) + trackID: 96 chamberNb: 3 energy deposit[MeV]: 0.0050918573933498 position[mm]: (-333.46490166479,47.856419245584,859.82665033053) + trackID: 101 chamberNb: 3 energy deposit[MeV]: 0.0022977334634056 position[mm]: (-333.47906885473,47.855621272547,859.87179806903) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.0043396494800029 position[mm]: (-330.41495833681,48.715479496476,833.09138133097) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.00083857620245222 position[mm]: (-330.60176287663,48.47449898182,833.23413904952) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.01108071312186 position[mm]: (-330.72182016409,48.284463758435,833.07685231606) + trackID: 49 chamberNb: 3 energy deposit[MeV]: 0.0053794772478426 position[mm]: (-330.76920898601,48.273392461381,833.07999355496) + trackID: 102 chamberNb: 3 energy deposit[MeV]: 0.0024030761497218 position[mm]: (-330.59061827512,48.476381493828,833.22319051772) + trackID: 48 chamberNb: 3 energy deposit[MeV]: 0.0055008410625264 position[mm]: (-328.03648052443,48.658239477198,807.87758428886) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0019974735607632 position[mm]: (-244.6194497275,36.606401200256,29.060564743756) + trackID: 35 chamberNb: 1 energy deposit[MeV]: 0.0017050339444326 position[mm]: (-172.18306822779,30.176490293858,-676.24270367768) + trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.0020463850318471 position[mm]: (-163.47930765808,29.173832851924,-760.73915564443) + trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0061787885441249 position[mm]: (-161.95859217612,29.041160033496,-775.25982667197) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.013718759131562 position[mm]: (-103.06638213865,-0.49324119630679,-1451.4218725987) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.00068163633677501 position[mm]: (-105.9220098121,-5.7983553418543,-1448.7716595212) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.010251363605859 position[mm]: (-135.8681608612,-18.190641328216,-1428.3621830789) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.0110791681584 position[mm]: (-131.88175463864,-3.9709147813379,-1406.8035079715) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.010332035645655 position[mm]: (-129.79447007195,-24.636305232997,-1400) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0040991313454719 position[mm]: (69.24250888976,-431.57519551221,-795.26460317121) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0090271470354713 position[mm]: (83.500382846474,-444.26673890599,-800) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0099759187802925 position[mm]: (75.548468715617,-458.96918871927,-794.40208089699) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.014716135910259 position[mm]: (64.405902819773,-474.96600903598,-785.90667633096) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0076868800392185 position[mm]: (69.99681095306,-485.37449445776,-777.40182738397) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.014816871017265 position[mm]: (92.729769684417,-496.55359509307,-772.69241551154) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0035974279078345 position[mm]: (97.368541580247,-496.65863089901,-771.01255339218) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00029218457080505 position[mm]: (100.29049243703,-497.50406790426,-770.08508951753) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00042200007752067 position[mm]: (102.13328835414,-498.48328797238,-769.07317324873) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.00069665566003332 position[mm]: (103.81499074851,-499.59786080893,-768.44618313489) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0098248132457664 position[mm]: (114.16753272308,-500.21903951113,-762.31330691255) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0038131572015027 position[mm]: (120.98064600757,-496.4394308444,-759.72015308159) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.035007628480941 position[mm]: (152.28961015751,-461.14444888629,-776.06975745488) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0043110448443396 position[mm]: (152.05495614545,-455.31873824813,-774.70655582038) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0039333352554308 position[mm]: (156.03526539974,-445.01905746453,-775.9968636957) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0015754037199344 position[mm]: (156.80873202797,-445.25314651,-777.6934869307) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.027431372610978 position[mm]: (166.46802519777,-444.97754895813,-795.61716044248) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0057340233882406 position[mm]: (163.2106197729,-434.68737469093,-795.45063478152) + trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0047125805233807 position[mm]: (159.5088389587,-431.75310135337,-800) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 4.3281315652563e-05 position[mm]: (157.50597991358,-429.10454086665,-799.96710862388) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00026611335740637 position[mm]: (157.45348287047,-429.10268592102,-799.93838710716) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00041352011604226 position[mm]: (157.41522260862,-429.05695758462,-799.93682913694) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00013297970365537 position[mm]: (157.38477872421,-429.00762293881,-799.92448302383) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00020249879535512 position[mm]: (157.33951664905,-428.99685074727,-799.8879640655) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.0001464687959493 position[mm]: (157.28622229117,-429.02088901018,-799.87593231403) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00026263568948788 position[mm]: (157.22609593351,-429.02246468301,-799.84866816221) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00085854345972122 position[mm]: (157.14922170761,-429.02419731821,-799.83585338679) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00083528731685629 position[mm]: (157.13516165374,-429.09246816522,-799.87190561469) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00019283948027661 position[mm]: (157.13237170433,-429.12749687063,-799.92652542709) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00036965871153281 position[mm]: (157.09987811254,-429.10786965387,-799.9670062284) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00074503056355463 position[mm]: (157.08684382867,-429.06407844635,-799.99043715378) + trackID: 138 chamberNb: 1 energy deposit[MeV]: 0.00047184606221284 position[mm]: (157.09010846884,-429.02929052272,-799.99912888738) + trackID: 137 chamberNb: 1 energy deposit[MeV]: 0.0019655655091285 position[mm]: (163.21066198762,-434.66184648239,-795.43526898181) + trackID: 137 chamberNb: 1 energy deposit[MeV]: 0.0018487633875717 position[mm]: (163.2208252053,-434.66438605324,-795.43897144159) + trackID: 136 chamberNb: 1 energy deposit[MeV]: 0.0014588429961218 position[mm]: (166.47547511064,-444.97666462444,-795.61350705711) + trackID: 135 chamberNb: 1 energy deposit[MeV]: 0.0024347551363478 position[mm]: (156.8080766064,-445.23786484273,-777.69825409021) + trackID: 134 chamberNb: 1 energy deposit[MeV]: 0.001542057825605 position[mm]: (156.03785932579,-445.02758727548,-775.99671336976) + trackID: 133 chamberNb: 1 energy deposit[MeV]: 0.0076494680662403 position[mm]: (152.13635198679,-455.30582383317,-774.70405189397) + trackID: 132 chamberNb: 1 energy deposit[MeV]: 0.0028024599443638 position[mm]: (152.28552436635,-461.14395841967,-776.08875555558) + trackID: 131 chamberNb: 1 energy deposit[MeV]: 0.0019269466815159 position[mm]: (120.97956420632,-496.44910266007,-759.713638062) + trackID: 130 chamberNb: 1 energy deposit[MeV]: 0.0017311025325853 position[mm]: (114.16589252133,-500.2170858541,-762.32322769011) + trackID: 129 chamberNb: 1 energy deposit[MeV]: 0.0030504372323868 position[mm]: (103.80894353119,-499.61882480507,-768.44507881661) + trackID: 128 chamberNb: 1 energy deposit[MeV]: 0.0017732190364058 position[mm]: (100.28794030934,-497.51429968593,-770.08537043739) + trackID: 127 chamberNb: 1 energy deposit[MeV]: 0.001802330691382 position[mm]: (97.36912490854,-496.64970273982,-771.00657044919) + trackID: 126 chamberNb: 1 energy deposit[MeV]: 0.0015961148700113 position[mm]: (69.9915797438,-485.37194572695,-777.3945846058) + trackID: 125 chamberNb: 1 energy deposit[MeV]: 0.0034602963223618 position[mm]: (64.38744606488,-474.95217649167,-785.89465084347) + trackID: 124 chamberNb: 1 energy deposit[MeV]: 0.0013701648836883 position[mm]: (75.547287011076,-458.97085734572,-794.40954034557) + trackID: 123 chamberNb: 1 energy deposit[MeV]: 0.0018216230877548 position[mm]: (69.25018631019,-431.56777062561,-795.26239272092) + trackID: 106 chamberNb: 0 energy deposit[MeV]: 0.0026455673413212 position[mm]: (-131.87960090781,-3.965702637754,-1406.7864582622) + trackID: 105 chamberNb: 0 energy deposit[MeV]: 0.0016586207923515 position[mm]: (-135.86461217645,-18.18268999083,-1428.3665204874) + trackID: 104 chamberNb: 0 energy deposit[MeV]: 0.0015011572239548 position[mm]: (-105.91883611909,-5.8045278872531,-1448.7767970139) + trackID: 103 chamberNb: 0 energy deposit[MeV]: 0.0030322862256654 position[mm]: (-103.04602033812,-0.50064902656783,-1451.421800124) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0070636055882035 position[mm]: (-92.089313000115,19.796684491781,-1472.9294747858) + trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.0022471336247649 position[mm]: (-84.924539847157,19.011680872284,-1541.9879528936) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0050598425143728 position[mm]: (-81.589684100868,17.627785962646,-1570.0512028338) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0068877932535054 position[mm]: (-81.348686543324,18.012976423727,-1570.2664125105) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.014075858642315 position[mm]: (-81.568050646376,18.203030013092,-1570.2152821095) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0031522097902957 position[mm]: (-81.577835145066,18.188354156528,-1570.2298226748) + trackID: 160 chamberNb: 0 energy deposit[MeV]: 0.0083238336436313 position[mm]: (-81.617681238601,17.599542081212,-1570.1360954921) 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 45 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.027078229034991 position[mm]: (53.759732602719,20.108055183858,-1517.6135169594) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0087056435451444 position[mm]: (55.164072569472,20.625095535706,-1495.9926920096) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.018954241666994 position[mm]: (58.322164861888,21.708858238423,-1447.3355442713) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 8.4919342895712e-05 position[mm]: (58.358234060879,21.721334646115,-1446.7822648749) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.010955954869662 position[mm]: (60.465365577524,22.442861263369,-1414.464634164) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0027530891345313 position[mm]: (61.060840571228,22.645163005022,-1405.1420764487) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0021639458262164 position[mm]: (61.392487796964,22.760018265029,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.027815339333045 position[mm]: (105.30536635662,37.01183792524,-715.19202521404) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 2.9025646987901e-05 position[mm]: (105.31014743868,37.013508541666,-715.11135315113) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0035770587148083 position[mm]: (105.84167029495,37.197289059394,-706.12978566565) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.014639438177477 position[mm]: (108.19128154484,38.011739156529,-666.43168883985) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.017482787331383 position[mm]: (112.11631426876,39.381050563921,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0064797896311102 position[mm]: (146.68917434544,50.689876592043,21.937977572062) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0017531166213455 position[mm]: (146.9317576439,50.77070433014,26.443984054952) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.067296894550449 position[mm]: (156.26281954915,54.084054154822,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.027663453276308 position[mm]: (191.41215919117,66.126004929461,852.62235095701) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.013010818875962 position[mm]: (192.63771426807,66.502861619188,875.82964155358) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.013174099225091 position[mm]: (194.25945290594,66.96556684057,908.06048324941) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.029789230668597 position[mm]: (198.736845223,68.158928934702,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.045474558306894 position[mm]: (234.01270227323,76.404392718643,1746.28968387) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.014760406054109 position[mm]: (236.59115761208,77.094075908374,1800) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0076626340292033 position[mm]: (234.02525536535,76.323607395246,1746.2975627379) - trackID: 58 chamberNb: 3 energy deposit[MeV]: 0.0026383939559614 position[mm]: (194.27268376002,66.953480015811,908.0609515109) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.010303104238744 position[mm]: (192.55937752628,66.344509095944,875.85653739351) - trackID: 57 chamberNb: 3 energy deposit[MeV]: 0.0022471372153219 position[mm]: (192.56265630615,66.354598485919,875.84707388688) - trackID: 56 chamberNb: 3 energy deposit[MeV]: 0.0019890873307724 position[mm]: (191.42147757838,66.133643528636,852.62229288677) - trackID: 49 chamberNb: 2 energy deposit[MeV]: 0.0046562025755541 position[mm]: (146.82608059151,50.695087571307,26.464988298862) - trackID: 49 chamberNb: 2 energy deposit[MeV]: 0.0040724875212962 position[mm]: (146.80932863463,50.722795547261,26.466843575296) - trackID: 79 chamberNb: 2 energy deposit[MeV]: 0.0016636878172558 position[mm]: (146.82123502996,50.69273107344,26.456862420681) - trackID: 48 chamberNb: 2 energy deposit[MeV]: 0.0019242894493954 position[mm]: (146.6886277399,50.701415350033,21.938326523518) - trackID: 39 chamberNb: 1 energy deposit[MeV]: 0.0015711947263209 position[mm]: (108.19845612852,38.017388662422,-666.43185302637) - trackID: 38 chamberNb: 1 energy deposit[MeV]: 0.0014027974860121 position[mm]: (105.84026047407,37.205139537802,-706.12955272926) - trackID: 37 chamberNb: 1 energy deposit[MeV]: 0.0047405154171879 position[mm]: (105.32872886305,37.049575055789,-715.11029181511) - trackID: 36 chamberNb: 1 energy deposit[MeV]: 0.0018497552426589 position[mm]: (105.29803520887,37.020027739014,-715.19126816973) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0025284623466674 position[mm]: (61.355044616927,22.44626824478,-1405.1049086534) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0065596420401252 position[mm]: (61.260950011762,22.590108172511,-1405.0192689783) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.00027786863834904 position[mm]: (61.291469052884,22.61932765607,-1404.976729754) - trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0045183737659679 position[mm]: (61.260334967432,22.603115343743,-1404.9627804419) - trackID: 91 chamberNb: 0 energy deposit[MeV]: 0.0017643966331793 position[mm]: (61.29603868093,22.609974455291,-1404.9773234087) - trackID: 90 chamberNb: 0 energy deposit[MeV]: 0.0041035684768789 position[mm]: (61.38118423905,22.465753706381,-1405.1083925509) - trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.0062216638608006 position[mm]: (60.454998487996,22.502421059285,-1414.4603071249) - trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0041930322275437 position[mm]: (58.348991030869,21.753806523582,-1446.7801132096) - trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.0041190198755421 position[mm]: (58.355024535519,21.711518842902,-1447.3355530601) - trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0016613552656087 position[mm]: (55.162830173903,20.634746374702,-1495.9924139616) - trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0016635086297287 position[mm]: (53.76777583506,20.102546548601,-1517.6134944005) +-------->Storing hits in the ROOT file: in this event there are 79 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0038256680594011 position[mm]: (-99.725804542651,-82.751979535565,-1594.0351558999) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0023710741785758 position[mm]: (-101.40320566577,-84.156295951867,-1580.2767531657) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0045472510557289 position[mm]: (-103.46984875125,-85.895212859636,-1563.2938296054) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0051443317309733 position[mm]: (-105.06692360322,-87.219818382151,-1550.2447072358) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.01029914157395 position[mm]: (-107.73209372526,-89.425518689317,-1528.475307278) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00024808326472985 position[mm]: (-107.97473865714,-89.630882737689,-1526.4791914862) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0039898104176092 position[mm]: (-108.77646663177,-90.308941102964,-1519.8849147497) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.039452899186373 position[mm]: (-118.49857101871,-98.488338051983,-1440.2148712397) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.016427676333604 position[mm]: (-123.46850355569,-102.6226000066,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.013470744963425 position[mm]: (-200.02776478427,-166.03669783046,-768.81691157026) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0051423002186082 position[mm]: (-202.89635212587,-168.29185662068,-745.25824561148) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.015438056101693 position[mm]: (-206.42248645991,-171.11765806724,-716.05707906227) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.010216533314494 position[mm]: (-209.27816312206,-173.44387694325,-691.90821123546) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0021840034766149 position[mm]: (-210.04651669515,-174.06508946523,-685.42835482991) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 1.4467093757137e-05 position[mm]: (-210.10171898308,-174.1097664462,-684.96314977046) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0020773685166426 position[mm]: (-211.10458603318,-174.92311521546,-676.50193659507) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0046772590391334 position[mm]: (-212.46295676744,-176.02127316239,-665.05510342187) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0068921049392707 position[mm]: (-214.26679818504,-177.46879297834,-650.01003714194) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0006979171684055 position[mm]: (-214.32977631087,-177.51968254837,-649.49033289163) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.010702592227678 position[mm]: (-217.06047391488,-179.72492887068,-626.96610388137) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.013352334498165 position[mm]: (-220.35278347839,-182.33284493847,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.013881444277932 position[mm]: (-300.20945294897,-244.82641749233,37.476798117362) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.010926113505139 position[mm]: (-303.54373940086,-247.40731638062,64.050960074723) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.016535244373234 position[mm]: (-309.06853685439,-251.75247408517,107.80809417221) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.011233199226129 position[mm]: (-312.64648711683,-254.51009408283,135.82563972319) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.022116829250145 position[mm]: (-319.90216093965,-260.18901471169,193.35717743064) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0044162614430905 position[mm]: (-320.74225610769,-260.87601558924,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0049544631987665 position[mm]: (-391.1228579448,-319.97769957339,819.47856683121) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.00025916310905884 position[mm]: (-391.17626401388,-320.02172234555,819.94440645317) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.032145425764078 position[mm]: (-401.98474144255,-328.87533778131,913.92530617045) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0063710092497099 position[mm]: (-403.86327916317,-330.43421800839,930.10561237407) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.024471541737962 position[mm]: (-411.88630189828,-337.15817388843,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0016116345495367 position[mm]: (-483.18737657406,-396.19860798673,1613.9073303531) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.045123722645794 position[mm]: (-497.94554937876,-408.60730979845,1742.3127457572) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.011332349399396 position[mm]: (-502.58296659148,-412.67045519241,1782.9710170573) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0053164926809746 position[mm]: (-504.54053987438,-414.35011467852,1800) + trackID: 83 chamberNb: 4 energy deposit[MeV]: 0.0061776146863355 position[mm]: (-502.54393901777,-412.62719648281,1782.9846909824) + trackID: 82 chamberNb: 4 energy deposit[MeV]: 0.0049539579369125 position[mm]: (-497.92501608372,-408.64532438545,1742.3144745742) + trackID: 81 chamberNb: 4 energy deposit[MeV]: 0.0018596877360977 position[mm]: (-483.19698204205,-396.19286098519,1613.9072876603) + trackID: 66 chamberNb: 3 energy deposit[MeV]: 0.0064149176128773 position[mm]: (-403.81508985513,-330.47468257917,930.11255320942) + trackID: 65 chamberNb: 3 energy deposit[MeV]: 0.0027843078834828 position[mm]: (-401.96661061781,-328.86996726734,913.92899364873) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.0051082058327082 position[mm]: (-390.65785840288,-320.42358579351,820.08394224969) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.0069597668159685 position[mm]: (-390.68403518669,-320.11734855509,819.70267091043) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.00058673194313584 position[mm]: (-390.75459018898,-319.95701951784,819.78232564523) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.0023732327561549 position[mm]: (-390.71047708091,-319.90665086931,819.69506667419) + trackID: 64 chamberNb: 3 energy deposit[MeV]: 0.0053635100513568 position[mm]: (-390.74360011424,-319.92552589324,819.66500553708) + trackID: 99 chamberNb: 3 energy deposit[MeV]: 0.0017490366943023 position[mm]: (-390.717711406,-319.90579644023,819.70245133804) + trackID: 98 chamberNb: 3 energy deposit[MeV]: 0.0066923802815786 position[mm]: (-390.70021262349,-319.99672388327,819.78623964265) + trackID: 63 chamberNb: 3 energy deposit[MeV]: 0.0063288847557179 position[mm]: (-391.02827390786,-320.05159119568,819.49497106645) + trackID: 63 chamberNb: 3 energy deposit[MeV]: 0.0034916360290511 position[mm]: (-391.01021380224,-320.0706415504,819.49713781545) + trackID: 56 chamberNb: 2 energy deposit[MeV]: 0.0022067441901281 position[mm]: (-319.90834002347,-260.17649999645,193.35838116869) + trackID: 55 chamberNb: 2 energy deposit[MeV]: 0.0083095227134422 position[mm]: (-312.73033410758,-254.46878964446,135.82805963289) + trackID: 54 chamberNb: 2 energy deposit[MeV]: 0.0015322573081095 position[mm]: (-309.07718797006,-251.75070045624,107.80752762863) + trackID: 53 chamberNb: 2 energy deposit[MeV]: 0.0038614305271664 position[mm]: (-303.55319364664,-247.37874032724,64.054579395451) + trackID: 52 chamberNb: 2 energy deposit[MeV]: 0.011837052507684 position[mm]: (-300.29778088188,-244.9632983079,37.470940697335) + trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.003280096200031 position[mm]: (-216.88931023275,-180.25873748558,-626.9025463838) + trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.0064357104272708 position[mm]: (-216.94778331493,-180.19137782282,-626.5005626364) + trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.0088404118033255 position[mm]: (-216.76009129889,-180.2827706545,-626.39616154142) + trackID: 43 chamberNb: 1 energy deposit[MeV]: 0.006009308905858 position[mm]: (-216.73990633275,-180.33549020429,-626.40674323793) + trackID: 113 chamberNb: 1 energy deposit[MeV]: 0.0014261357478586 position[mm]: (-216.88849416911,-180.25074486391,-626.9037226385) + trackID: 42 chamberNb: 1 energy deposit[MeV]: 0.0018599607988379 position[mm]: (-214.31988442013,-177.52478522338,-649.48912686336) + trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.0097858738585731 position[mm]: (-214.41755662881,-177.42824693846,-650.00683863255) + trackID: 41 chamberNb: 1 energy deposit[MeV]: 0.0017366751121522 position[mm]: (-214.42164128155,-177.42820633187,-650.01627616284) + trackID: 40 chamberNb: 1 energy deposit[MeV]: 0.0014141834543501 position[mm]: (-212.46217788039,-176.01335959551,-665.05393168899) + trackID: 39 chamberNb: 1 energy deposit[MeV]: 0.0020810431671112 position[mm]: (-211.09233637093,-174.92695486674,-676.50023212439) + trackID: 38 chamberNb: 1 energy deposit[MeV]: 0.0023585398205677 position[mm]: (-210.115003048,-174.10210073353,-684.96320679379) + trackID: 37 chamberNb: 1 energy deposit[MeV]: 0.0014143165765647 position[mm]: (-210.05372637375,-174.06153979393,-685.42855293462) + trackID: 36 chamberNb: 1 energy deposit[MeV]: 0.0019074858557575 position[mm]: (-209.26764322785,-173.43961161636,-691.90602570189) + trackID: 35 chamberNb: 1 energy deposit[MeV]: 0.0088015524191468 position[mm]: (-206.34825625084,-171.186746832,-716.04494666921) + trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.0020379151930511 position[mm]: (-202.88533778439,-168.28626496244,-745.25577828209) + trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.0031775793998992 position[mm]: (-200.04949364004,-166.02883466157,-768.81743929935) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.001428262492028 position[mm]: (-118.50528944097,-98.492820687182,-1440.2158396691) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.004359871737274 position[mm]: (-108.75323204146,-90.336310266197,-1519.8823989522) + trackID: 21 chamberNb: 0 energy deposit[MeV]: 0.0015378152670532 position[mm]: (-107.97101036709,-89.638950429796,-1526.4792020332) + trackID: 20 chamberNb: 0 energy deposit[MeV]: 0.0068820907601954 position[mm]: (-107.80229031855,-89.421758111082,-1528.4773505841) + trackID: 19 chamberNb: 0 energy deposit[MeV]: 0.0019833023820325 position[mm]: (-105.05934977883,-87.229312042244,-1550.2441739501) + trackID: 18 chamberNb: 0 energy deposit[MeV]: 0.0065863732337248 position[mm]: (-103.42340673991,-85.851259408904,-1563.2780897184) + trackID: 17 chamberNb: 0 energy deposit[MeV]: 0.002765264488898 position[mm]: (-101.38509177502,-84.15159106218,-1580.2730146903) + trackID: 16 chamberNb: 0 energy deposit[MeV]: 0.001848529050682 position[mm]: (-99.730197321555,-82.762126824119,-1594.0362260826) 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 89 hits in the tracker chambers: - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.00073130837752876 position[mm]: (10.098248628244,-68.760427007894,-1595.7862293862) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.054908745554548 position[mm]: (11.962800174811,-79.89845907953,-1468.5686001367) - trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.021181913465483 position[mm]: (12.775536067948,-85.400943558642,-1400) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0032692860039358 position[mm]: (21.714691908529,-134.37518062142,-790.9358758054) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.016600620227552 position[mm]: (22.122698692109,-136.90561734528,-758.65787689003) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0070652211807203 position[mm]: (22.356976414031,-138.29612097186,-741.25547014051) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0044979053300827 position[mm]: (22.45399571117,-138.92244866484,-733.53300571515) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.018283468798872 position[mm]: (23.035974780729,-142.53269959991,-689.22919047122) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.019971010873001 position[mm]: (23.678348156324,-146.20662632242,-644.28965437047) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0036487445577452 position[mm]: (23.789132290896,-146.88032479817,-635.98200726108) - trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.019569594712565 position[mm]: (24.282023768571,-149.78517204432,-600) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0060404925216076 position[mm]: (32.536357437458,-199.2385579323,16.549923391626) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.004903374150477 position[mm]: (32.938574975563,-201.56683756372,45.394393199505) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.035840401613748 position[mm]: (34.176327189615,-207.33021517598,117.38672601243) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.005335071413811 position[mm]: (34.356283958357,-208.21300557166,127.97078147007) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.012565940524295 position[mm]: (35.027642474415,-211.62402327361,169.12117987186) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0017481881683242 position[mm]: (35.144043766341,-212.23863232357,176.52014262453) - trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.010676628832428 position[mm]: (35.504935173547,-214.17345439228,200) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0015790949013707 position[mm]: (44.240249010116,-263.23620466462,802.61953820808) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0054957061857209 position[mm]: (44.470489321775,-264.53736162984,818.57327748347) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0021783090591352 position[mm]: (44.491389594249,-264.64460399802,819.88138342304) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.042041310354972 position[mm]: (46.409341213189,-274.23261087458,937.22698286634) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0027645568583343 position[mm]: (46.539782138974,-274.802194532,944.35356679855) - trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.025448333388801 position[mm]: (47.527025219505,-279.1902743207,1000) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0098541827609723 position[mm]: (56.665253745626,-331.16124707373,1629.3169947453) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0045027029661839 position[mm]: (56.825591438577,-332.11406825762,1640.6055877803) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.019539854675685 position[mm]: (57.545433424084,-336.39841922678,1691.0753636559) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0072665601333975 position[mm]: (57.824969286318,-338.20656575471,1711.7543983876) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.028333675974181 position[mm]: (58.89446646948,-344.96963094041,1788.617402991) - trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0034762127095719 position[mm]: (59.077660258778,-345.9557933185,1800) - trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0020209477567555 position[mm]: (58.885915680016,-344.96091296193,1788.6188724923) - trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.002046650865529 position[mm]: (57.836760510178,-338.20247531326,1711.7551842081) - trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0031146463346685 position[mm]: (57.53181730478,-336.41636882751,1691.0752887055) - trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0014294271748464 position[mm]: (56.820209307212,-332.10799427051,1640.6065021689) - trackID: 62 chamberNb: 4 energy deposit[MeV]: 0.0032882996269168 position[mm]: (56.679494311212,-331.14187894815,1629.3198737968) - trackID: 47 chamberNb: 3 energy deposit[MeV]: 0.0054565419197507 position[mm]: (46.504473346348,-274.83765407446,944.35524462857) - trackID: 46 chamberNb: 3 energy deposit[MeV]: 0.0038083032364832 position[mm]: (46.40694836766,-274.26200665533,937.22657254798) - trackID: 45 chamberNb: 3 energy deposit[MeV]: 0.0013909466998833 position[mm]: (44.484726694237,-264.64883921728,819.88145327097) - trackID: 44 chamberNb: 3 energy deposit[MeV]: 0.0021697882332666 position[mm]: (44.476062972897,-264.54968821177,818.57283727324) - trackID: 36 chamberNb: 2 energy deposit[MeV]: 0.0025831197298425 position[mm]: (35.16077238588,-212.24336602448,176.52041623138) - trackID: 35 chamberNb: 2 energy deposit[MeV]: 0.0059816261605968 position[mm]: (35.083199500458,-211.61104603289,169.12599045701) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0024437543784844 position[mm]: (33.977396269442,-210.06192058886,128.35264005378) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0020692624328799 position[mm]: (34.296157862189,-209.22714326891,130.22917750917) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0067805668279492 position[mm]: (33.799011523699,-206.95456358161,129.78853531117) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0062887814206526 position[mm]: (33.690250767218,-205.82690324491,128.33092922425) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0067649149128937 position[mm]: (34.89487637607,-205.78740086518,127.45495187609) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.009575086429839 position[mm]: (34.640146224592,-204.65605407965,127.35490805265) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.00094898771171239 position[mm]: (34.793982521553,-205.05661830394,126.98183626418) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 6.2104758205814e-05 position[mm]: (34.766551725115,-205.12111510256,126.96372038172) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0082334919711937 position[mm]: (34.483161789096,-205.49105499632,126.89230028891) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0025926621887737 position[mm]: (34.526208227255,-205.39521810051,127.07534036133) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0036860055959029 position[mm]: (34.652957951917,-205.44573147913,127.11915065827) - trackID: 34 chamberNb: 2 energy deposit[MeV]: 0.0045924262817163 position[mm]: (34.668131252415,-205.47794744883,127.13430388288) - trackID: 86 chamberNb: 2 energy deposit[MeV]: 0.0026782503119778 position[mm]: (34.639054402831,-205.44676847966,127.13102789843) - trackID: 85 chamberNb: 2 energy deposit[MeV]: 0.0014301567914117 position[mm]: (34.528407960222,-205.38771824836,127.07772646685) - trackID: 84 chamberNb: 2 energy deposit[MeV]: 0.0054680734360448 position[mm]: (34.803602476702,-205.14568113388,126.94034767437) - trackID: 83 chamberNb: 2 energy deposit[MeV]: 0.0015977730860758 position[mm]: (34.792277003389,-205.05353997653,126.97321603937) - trackID: 82 chamberNb: 2 energy deposit[MeV]: 0.001428641144818 position[mm]: (33.693911609858,-205.82174517128,128.33608669575) - trackID: 81 chamberNb: 2 energy deposit[MeV]: 0.0049156074586027 position[mm]: (33.759154270077,-206.94320004636,129.7994493483) - trackID: 80 chamberNb: 2 energy deposit[MeV]: 0.0028034923924645 position[mm]: (33.996635663185,-210.06482813667,128.35095009966) - trackID: 33 chamberNb: 2 energy deposit[MeV]: 0.0025054785367554 position[mm]: (34.192509605984,-207.33405512377,117.38699824124) - trackID: 32 chamberNb: 2 energy deposit[MeV]: 0.0062469061174192 position[mm]: (32.959773523547,-201.62399902556,45.394463468552) - trackID: 31 chamberNb: 2 energy deposit[MeV]: 0.0017030655483857 position[mm]: (32.528872711982,-199.24520919368,16.549921539909) - trackID: 26 chamberNb: 1 energy deposit[MeV]: 0.0015018702789644 position[mm]: (23.797304332297,-146.87747887291,-635.98153941461) - trackID: 25 chamberNb: 1 energy deposit[MeV]: 0.0026168856445555 position[mm]: (23.667187411486,-146.19304293799,-644.28745989097) - trackID: 24 chamberNb: 1 energy deposit[MeV]: 0.0016220321034006 position[mm]: (23.033973176123,-142.5419523957,-689.22952066663) - trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.004753993070877 position[mm]: (22.089327139488,-138.32246595464,-733.34958723745) - trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.004406691273381 position[mm]: (21.819078896495,-138.11895263229,-732.91538650271) - trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.0071450130859503 position[mm]: (21.561125039754,-138.18847724393,-733.21704143693) - trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.0084587674048519 position[mm]: (21.361675757806,-138.18468525156,-733.14625935519) - trackID: 23 chamberNb: 1 energy deposit[MeV]: 0.0054826383796586 position[mm]: (21.350515932289,-138.19968456024,-733.09943170138) - trackID: 22 chamberNb: 1 energy deposit[MeV]: 0.0067185409344659 position[mm]: (23.124493229065,-138.46076376348,-741.13177320346) - trackID: 22 chamberNb: 1 energy deposit[MeV]: 0.0064709486587065 position[mm]: (23.316185651178,-138.41577511219,-741.35326641161) - trackID: 22 chamberNb: 1 energy deposit[MeV]: 0.0086968518304054 position[mm]: (23.36076945435,-138.52992306941,-741.28310810677) - trackID: 22 chamberNb: 1 energy deposit[MeV]: 0.0021575638856543 position[mm]: (23.356849531267,-138.53182836467,-741.29581114379) - trackID: 89 chamberNb: 1 energy deposit[MeV]: 0.0082700368871563 position[mm]: (23.185066450564,-138.42349620869,-741.07320615565) - trackID: 21 chamberNb: 1 energy deposit[MeV]: 0.0050192447539658 position[mm]: (22.145401100435,-136.94356709739,-758.65795538307) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 5.4396333846638e-05 position[mm]: (21.724705518783,-134.3897454901,-790.93411241684) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.00013289446023229 position[mm]: (21.819611492524,-134.47958562221,-790.97938305656) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0071822957142206 position[mm]: (21.962595490675,-134.41931751045,-791.15103396379) - trackID: 20 chamberNb: 1 energy deposit[MeV]: 0.0075698548993521 position[mm]: (21.925253290562,-134.35968533587,-791.19047062671) - trackID: 91 chamberNb: 1 energy deposit[MeV]: 0.00040331025637005 position[mm]: (21.907148266861,-134.4859576264,-790.91051385566) - trackID: 91 chamberNb: 1 energy deposit[MeV]: 0.0085554913241054 position[mm]: (21.974737499988,-134.5063468135,-790.84394722217) - trackID: 92 chamberNb: 1 energy deposit[MeV]: 0.0015644086602407 position[mm]: (21.903053907436,-134.48039659879,-790.90460608264) - trackID: 90 chamberNb: 1 energy deposit[MeV]: 0.0020499129700491 position[mm]: (21.722079032825,-134.39745406603,-790.92458763994) - trackID: 15 chamberNb: 0 energy deposit[MeV]: 0.0016448962196324 position[mm]: (11.962123922801,-79.908053538123,-1468.5689552946) - trackID: 14 chamberNb: 0 energy deposit[MeV]: 1.4132328721739e-05 position[mm]: (10.097089011896,-68.755605408833,-1595.7854597738) - trackID: 14 chamberNb: 0 energy deposit[MeV]: 0.002212528963853 position[mm]: (10.092721289895,-68.745142977187,-1595.7935164676) - trackID: 93 chamberNb: 0 energy deposit[MeV]: 0.0017713993692088 position[mm]: (10.097740004995,-68.749041212884,-1595.7773233795) +-------->Storing hits in the ROOT file: in this event there are 73 hits in the tracker chambers: + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0058312461299051 position[mm]: (0.9342254787052,-174.3615214969,-1579.2738785316) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.025063399300603 position[mm]: (0.90660794702025,-186.46180012423,-1521.9516143101) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.010985796593864 position[mm]: (0.92806381850033,-192.89697349131,-1491.6715229672) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0048570245261156 position[mm]: (0.95575877918654,-196.25798612326,-1475.8292805786) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.0025078555841789 position[mm]: (0.96820883569536,-197.76165907295,-1468.6866640176) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.015051739010852 position[mm]: (1.044224061572,-204.04208477738,-1438.6518319053) + trackID: 1 chamberNb: 0 energy deposit[MeV]: 0.010887661763238 position[mm]: (1.1220988733393,-212.16990909257,-1400) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.014410985182789 position[mm]: (1.3640470054124,-345.96351125803,-771.54142811271) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0010017770621021 position[mm]: (1.3742201549038,-346.72332354637,-768.03592455101) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.02507810277068 position[mm]: (1.5767960276428,-363.23584250735,-691.72873751577) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.013094715714873 position[mm]: (1.7073700225123,-372.47897373418,-648.42017200865) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.016101614496535 position[mm]: (1.8448467357421,-381.1514263859,-607.76944378302) + trackID: 1 chamberNb: 1 energy deposit[MeV]: 0.0027881916434255 position[mm]: (1.889053725089,-382.81581562123,-600) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0033261171736321 position[mm]: (5.3586731264437,-514.87850364934,15.113154707248) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0051256601262387 position[mm]: (5.4162399238876,-516.92066542279,24.572314509252) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0035482887387228 position[mm]: (5.5001037503255,-519.57593960222,36.839538812185) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.064597815896333 position[mm]: (6.3656630196228,-551.18395564811,183.50498274866) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0013569558651965 position[mm]: (6.3921406507797,-551.86900167321,186.68795258359) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.001610131225962 position[mm]: (6.4366710116762,-553.11127594736,192.45188422742) + trackID: 1 chamberNb: 2 energy deposit[MeV]: 0.0030085205904313 position[mm]: (6.4934274050676,-554.74093629176,200) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0022368745773255 position[mm]: (10.624332594352,-685.0075634019,805.90487469306) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.0033269201196427 position[mm]: (10.696622717811,-687.08763452327,815.57156359765) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.025968563270528 position[mm]: (11.197976452368,-701.22815959617,881.39964963178) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.011331537289567 position[mm]: (11.512981585148,-707.083597959,908.72469194377) + trackID: 1 chamberNb: 3 energy deposit[MeV]: 0.032243708305684 position[mm]: (12.338816983101,-726.55787154654,1000) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0079512685838149 position[mm]: (19.195083213113,-855.93027893193,1617.2095048565) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0042715951187304 position[mm]: (19.303647731733,-857.9858431338,1627.0439728778) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.036912162519523 position[mm]: (20.120971740206,-874.12902838493,1704.4755346417) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.0067343678187731 position[mm]: (20.318691331053,-877.36159127457,1720.0681039227) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.012383538917735 position[mm]: (20.622089833804,-881.50412245735,1739.9603628471) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.010271995913235 position[mm]: (20.978233986349,-886.96813158871,1766.277922273) + trackID: 1 chamberNb: 4 energy deposit[MeV]: 0.013100407433306 position[mm]: (21.36606130117,-893.97895320435,1800) + trackID: 66 chamberNb: 4 energy deposit[MeV]: 0.0030682193267886 position[mm]: (20.996476942522,-886.98038082058,1766.2764577634) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.022767923463222 position[mm]: (55.905133647606,-880.18817824884,1771.3811483174) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.00019510752400255 position[mm]: (54.683954353396,-880.39093032894,1774.0923271812) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 0.019679069597756 position[mm]: (43.133977299954,-879.03165670267,1799.4234336412) + trackID: 65 chamberNb: 4 energy deposit[MeV]: 1.7174605687802e-05 position[mm]: (43.146387152351,-879.015940042,1800) + trackID: 88 chamberNb: 4 energy deposit[MeV]: 0.0024630949409544 position[mm]: (43.150255280392,-879.03158930552,1799.423478328) + trackID: 87 chamberNb: 4 energy deposit[MeV]: 0.0035872497677987 position[mm]: (54.704325987671,-880.4047548753,1774.1042374152) + trackID: 86 chamberNb: 4 energy deposit[MeV]: 0.0030413863331992 position[mm]: (55.898386915284,-880.16758654109,1771.3831089489) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0033762347982487 position[mm]: (20.206979504999,-877.22517450318,1720.1203733518) + trackID: 64 chamberNb: 4 energy deposit[MeV]: 0.0071359422182143 position[mm]: (20.138507116245,-877.21784839995,1720.0925945164) + trackID: 117 chamberNb: 4 energy deposit[MeV]: 0.0025559289165039 position[mm]: (20.208323171669,-877.20812890342,1720.1213663489) + trackID: 63 chamberNb: 4 energy deposit[MeV]: 0.0030453762104128 position[mm]: (20.123556674876,-874.15043386186,1704.4723378119) + trackID: 62 chamberNb: 4 energy deposit[MeV]: 0.0010261319869065 position[mm]: (19.347252992217,-858.02007106847,1627.0410360853) + trackID: 62 chamberNb: 4 energy deposit[MeV]: 0.0034199771150227 position[mm]: (19.363841397817,-858.03727342953,1627.0318801354) + trackID: 118 chamberNb: 4 energy deposit[MeV]: 0.0018554199222619 position[mm]: (19.354074693197,-858.01811921409,1627.0496515132) + trackID: 61 chamberNb: 4 energy deposit[MeV]: 0.0018501198248787 position[mm]: (19.20107905501,-855.93952558589,1617.2080129041) + trackID: 54 chamberNb: 3 energy deposit[MeV]: 0.001727339527423 position[mm]: (11.508844717126,-707.07457366793,908.72710515179) + trackID: 53 chamberNb: 3 energy deposit[MeV]: 0.0015993622847837 position[mm]: (11.192427557974,-701.22095298274,881.40165306885) + trackID: 52 chamberNb: 3 energy deposit[MeV]: 0.0015118507199008 position[mm]: (10.690342639095,-687.08183208497,815.57321715416) + trackID: 51 chamberNb: 3 energy deposit[MeV]: 0.0020421584406804 position[mm]: (10.633890189584,-685.01573027395,805.90365143569) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.002227818513199 position[mm]: (6.3672837417993,-553.085822038,192.4646292585) + trackID: 44 chamberNb: 2 energy deposit[MeV]: 0.0034951126295573 position[mm]: (6.3755942440166,-553.10634809305,192.47895817498) + trackID: 120 chamberNb: 2 energy deposit[MeV]: 0.0014607124428644 position[mm]: (6.3616716941646,-553.09074266775,192.46086930842) + trackID: 43 chamberNb: 2 energy deposit[MeV]: 0.0058697533452455 position[mm]: (6.4474048486919,-551.8673616514,186.69237909203) + trackID: 42 chamberNb: 2 energy deposit[MeV]: 0.0040618715829414 position[mm]: (6.3338173853766,-551.19063059148,183.50600994156) + trackID: 41 chamberNb: 2 energy deposit[MeV]: 0.0033239099766307 position[mm]: (5.4965297117438,-519.55250569311,36.846113862689) + trackID: 40 chamberNb: 2 energy deposit[MeV]: 0.0030780931809864 position[mm]: (5.4146123703518,-516.94246152144,24.568909401532) + trackID: 39 chamberNb: 2 energy deposit[MeV]: 0.0017440061565644 position[mm]: (5.3579046427405,-514.88866521977,15.111423634486) + trackID: 35 chamberNb: 1 energy deposit[MeV]: 0.0023039864566606 position[mm]: (1.8341627922707,-381.14153294973,-607.7665075002) + trackID: 34 chamberNb: 1 energy deposit[MeV]: 0.0014246859022994 position[mm]: (1.71542666892,-372.47817309011,-648.41970376119) + trackID: 33 chamberNb: 1 energy deposit[MeV]: 0.011011484604156 position[mm]: (1.474611078975,-363.13947408745,-691.69177099525) + trackID: 32 chamberNb: 1 energy deposit[MeV]: 0.0024945167604041 position[mm]: (1.3594865169094,-346.73085913738,-768.03663851327) + trackID: 31 chamberNb: 1 energy deposit[MeV]: 0.001479820106078 position[mm]: (1.3645304057467,-345.97185861975,-771.54289220626) + trackID: 27 chamberNb: 0 energy deposit[MeV]: 0.0020617026427605 position[mm]: (1.0537261761343,-204.05056449761,-1438.6530187743) + trackID: 26 chamberNb: 0 energy deposit[MeV]: 0.0017740745083163 position[mm]: (0.97724359335202,-197.76707376921,-1468.6873480686) + trackID: 25 chamberNb: 0 energy deposit[MeV]: 0.0018644791273259 position[mm]: (0.96287463652262,-196.24959942902,-1475.8270135086) + trackID: 24 chamberNb: 0 energy deposit[MeV]: 0.0027170804011022 position[mm]: (0.91365450234481,-192.8856816267,-1491.6680731423) + trackID: 23 chamberNb: 0 energy deposit[MeV]: 0.0033122809898835 position[mm]: (0.92957370650147,-186.45392866548,-1521.9484650318) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0011459006058244 position[mm]: (0.95940867853847,-174.32666534795,-1579.2630627571) + trackID: 22 chamberNb: 0 energy deposit[MeV]: 0.0026977082550189 position[mm]: (0.95498083937587,-174.33111978818,-1579.245718394) + trackID: 121 chamberNb: 0 energy deposit[MeV]: 0.0015507026033583 position[mm]: (0.9646170536685,-174.33395740847,-1579.2635868182) writing Event_4 >>> Event 2 0 trajectories stored in this event. Run terminated. Run Summary Number of events processed : 3 - User=0.010000s Real=0.007578s Sys=0.000000s + User=0.010000s Real=0.008757s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. @@ -2133,13 +2362,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.0125 MB -Pool ID '7G4Track', size : 0.025 MB +Pool ID '17G4DynamicParticle', size : 0.0154 MB +Pool ID '7G4Track', size : 0.0308 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '15ExP01TrackerHit', size : 0.0125 MB +Pool ID '15ExP01TrackerHit', size : 0.0192 MB Number of memory pools allocated: 12 of which, static: 0 -Dynamic pools deleted: 12 / Total memory freed: 0.086 MB +Dynamic pools deleted: 12 / Total memory freed: 0.1 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/persistency/P03/batch.out b/examples/extended/persistency/P03/batch.out index b8a24697839..a13102028ee 100644 --- a/examples/extended/persistency/P03/batch.out +++ b/examples/extended/persistency/P03/batch.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,20 +19,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -45,6 +45,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -52,6 +55,9 @@ Registered filter factories: 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 @@ -121,7 +127,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -133,7 +139,7 @@ Index : 0 used in the geometry : Yes 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.51944 keV e- 276.265 keV e+ 270.751 keV proton 70 keV + Energy thresholds : gamma 2.52852 keV e- 278.507 keV e+ 271.144 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld @@ -144,7 +150,7 @@ Index : 2 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -156,7 +162,7 @@ G4GeometryManager::ReportVoxelStats -- Voxel Statistics Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.001000s Sys=0.000000s + User=0.010000s Real=0.001558s Sys=0.000000s 10 events have been kept for refreshing and/or reviewing. "/vis/reviewKeptEvents" to review them one by one. @@ -181,14 +187,14 @@ 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.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.00288 MB +Pool ID '18G4SmoothTrajectory', size : 0.00288 MB +Pool ID '23G4SmoothTrajectoryPoint', size : 0.00481 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.022 MB +Dynamic pools deleted: 12 / Total memory freed: 0.026 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/persistency/gdml/G01/History b/examples/extended/persistency/gdml/G01/History index 271b592b606..30e9c100a4f 100644 --- a/examples/extended/persistency/gdml/G01/History +++ b/examples/extended/persistency/gdml/G01/History @@ -16,7 +16,11 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -November 28th, 2019 I. Hrivnacova G01-V10-05-06 +May 14th, 2020 Gabriele Cosmo G01-V10-06-00 +- Use [] brackets in loop.gdml sample to show how to index names + and dimensions in loops. + +November 28th, 2019 Ivana Hrivnacova G01-V10-05-06 - Fixed Doxygen warning in .README.txt September 24th, 2019 Gabriele Cosmo G01-V10-05-05 diff --git a/examples/extended/persistency/gdml/G01/g01.out b/examples/extended/persistency/gdml/G01/g01.out index f250011f5f3..87ce6b6fb75 100644 --- a/examples/extended/persistency/gdml/G01/g01.out +++ b/examples/extended/persistency/gdml/G01/g01.out @@ -41,7 +41,7 @@ Stripping off GDML names of materials, solids and volumes ... ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -64,20 +64,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -90,6 +90,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -97,6 +100,9 @@ Registered filter factories: 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 @@ -502,31 +508,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -534,11 +540,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -548,11 +554,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -562,11 +568,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -576,11 +582,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -590,11 +596,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -604,11 +610,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -617,12 +623,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -642,7 +648,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -738,17 +745,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -768,6 +789,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -800,7 +822,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -812,11 +834,11 @@ Index : 0 used in the geometry : Yes 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.51944 keV e- 276.265 keV e+ 270.751 keV proton 70 keV + Energy thresholds : gamma 2.52852 keV e- 278.507 keV e+ 271.144 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. @@ -1152,7 +1174,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.005542s Sys=0.000000s + User=0.010000s Real=0.007578s Sys=0.000000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1169,7 +1191,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1181,11 +1203,11 @@ Index : 0 used in the geometry : Yes 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.519443689999526 keV e- 276.2650242766716 keV e+ 270.7512371977519 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.528516002468437 keV e- 278.5068267112636 keV e+ 271.1444301022197 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. @@ -1519,7 +1541,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.004788s Sys=0.000000s + User=0.010000s Real=0.006703s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1537,7 +1559,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1549,17 +1571,17 @@ Index : 0 used in the geometry : Yes 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.519443689999526 keV e- 276.2650242766716 keV e+ 270.7512371977519 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.528516002468437 keV e- 278.5068267112636 keV e+ 271.1444301022197 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002391s Sys=0.000000s + User=0.000000s Real=0.004021s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1576,7 +1598,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1588,17 +1610,17 @@ Index : 0 used in the geometry : Yes 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.519443689999526 keV e- 276.2650242766716 keV e+ 270.7512371977519 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.528516002468437 keV e- 278.5068267112636 keV e+ 271.1444301022197 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 3 starts. Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.002210s Sys=0.000000s + User=0.000000s Real=0.004021s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1615,7 +1637,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1627,17 +1649,17 @@ Index : 0 used in the geometry : Yes 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.519443689999526 keV e- 276.2650242766716 keV e+ 270.7512371977519 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.528516002468437 keV e- 278.5068267112636 keV e+ 271.1444301022197 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 4 starts. Run terminated. Run Summary Number of events processed : 20 - User=0.010000s Real=0.002385s Sys=0.000000s + User=0.010000s Real=0.004024s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/persistency/gdml/G01/loop.gdml b/examples/extended/persistency/gdml/G01/loop.gdml index 08584a081ba..cfeebae9094 100644 --- a/examples/extended/persistency/gdml/G01/loop.gdml +++ b/examples/extended/persistency/gdml/G01/loop.gdml @@ -1,54 +1,67 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/examples/extended/persistency/gdml/G01/matricesandloops.gdml b/examples/extended/persistency/gdml/G01/matricesandloops.gdml index 1dbac9a2606..b2de187cb62 100644 --- a/examples/extended/persistency/gdml/G01/matricesandloops.gdml +++ b/examples/extended/persistency/gdml/G01/matricesandloops.gdml @@ -6,8 +6,6 @@ - - @@ -16,12 +14,9 @@ - - - + - diff --git a/examples/extended/persistency/gdml/G04/g04.out b/examples/extended/persistency/gdml/G04/g04.out index 8e02b5d7c55..23e6a78b6ad 100644 --- a/examples/extended/persistency/gdml/G04/g04.out +++ b/examples/extended/persistency/gdml/G04/g04.out @@ -15,7 +15,7 @@ Stripping off GDML names of materials, solids and volumes ... ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -49,20 +49,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -75,6 +75,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -82,6 +85,9 @@ Registered filter factories: 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 @@ -484,31 +490,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -516,11 +522,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -530,11 +536,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -544,11 +550,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -558,11 +564,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -572,11 +578,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -586,11 +592,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -599,12 +605,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -624,7 +630,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -720,17 +727,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -750,6 +771,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -771,7 +793,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -780,7 +802,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -1013,7 +1035,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001481s Sys=0.000000s + User=0.000000s Real=0.001658s Sys=0.000000s /gun/direction 0 0 -1 /run/beamOn 20 @@ -1030,7 +1052,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1039,7 +1061,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. @@ -1265,7 +1287,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.001032s Sys=0.000000s + User=0.000000s Real=0.001099s Sys=0.000000s /tracking/verbose 0 /gun/direction 0.3 0.2 1 /run/beamOn 20 @@ -1283,7 +1305,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1292,7 +1314,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. Processing hits .... @@ -1318,7 +1340,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000144s Sys=0.000000s + User=0.000000s Real=0.000272s Sys=0.000000s /gun/direction 0.3 -0.2 1 /run/beamOn 20 @@ -1335,7 +1357,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1344,7 +1366,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 3 starts. Processing hits .... @@ -1370,7 +1392,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000123s Sys=0.000000s + User=0.000000s Real=0.000206s Sys=0.000000s /gun/direction -0.3 0.2 0.6 /run/beamOn 20 @@ -1387,7 +1409,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -1396,7 +1418,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 4 starts. Processing hits .... @@ -1422,7 +1444,7 @@ Processing hits .... Run terminated. Run Summary Number of events processed : 20 - User=0.000000s Real=0.000139s Sys=0.000000s + User=0.000000s Real=0.000315s Sys=0.000000s Graphics systems deleted. Visualization Manager deleting... G4 kernel has come to Quit state. diff --git a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out index 481c8ccaf01..e7c7fb7a460 100644 --- a/examples/extended/physicslists/extensibleFactory/extensibleFactory.out +++ b/examples/extended/physicslists/extensibleFactory/extensibleFactory.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -22,20 +22,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -48,6 +48,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -55,6 +58,9 @@ Registered filter factories: 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 @@ -512,7 +518,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -524,7 +530,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -537,11 +543,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -551,11 +557,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -565,11 +571,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -579,11 +585,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -593,11 +599,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -607,11 +613,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -620,7 +626,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -645,7 +651,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -742,12 +749,26 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -772,9 +793,10 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 -Electron internal conversion ID 0 +Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 diff --git a/examples/extended/physicslists/factory/factory-environment.out b/examples/extended/physicslists/factory/factory-environment.out index a36e1762ad5..6d64b9383fb 100644 --- a/examples/extended/physicslists/factory/factory-environment.out +++ b/examples/extended/physicslists/factory/factory-environment.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -23,20 +23,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -49,6 +49,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -56,6 +59,9 @@ Registered filter factories: 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 @@ -502,31 +508,31 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -534,11 +540,11 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -548,11 +554,11 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -562,11 +568,11 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -576,11 +582,11 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -590,11 +596,11 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -604,11 +610,11 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -617,12 +623,12 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -642,7 +648,8 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -738,17 +745,31 @@ CoulombScat: for pi-, integral:1 applyCuts:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -768,6 +789,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/physicslists/factory/factory.out b/examples/extended/physicslists/factory/factory.out index 705a19b4a94..0d71a2e635f 100644 --- a/examples/extended/physicslists/factory/factory.out +++ b/examples/extended/physicslists/factory/factory.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -23,20 +23,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -49,6 +49,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -56,6 +59,9 @@ Registered filter factories: 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 @@ -502,31 +508,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -534,11 +540,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -548,11 +556,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -562,11 +572,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -576,11 +588,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -590,11 +604,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -604,11 +620,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -617,12 +635,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -642,7 +660,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -683,7 +702,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV --------------------------------------------------- @@ -743,17 +764,33 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -773,6 +810,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/physicslists/genericPL/genericPL.out b/examples/extended/physicslists/genericPL/genericPL.out index 6630dcd023d..bc59c1d5766 100644 --- a/examples/extended/physicslists/genericPL/genericPL.out +++ b/examples/extended/physicslists/genericPL/genericPL.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -20,20 +20,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -46,6 +46,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -53,6 +56,9 @@ Registered filter factories: 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 @@ -139,31 +145,31 @@ Checking overlaps for volume Screen (G4Box) ... OK! Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -171,11 +177,11 @@ Checking overlaps for volume Screen (G4Box) ... OK! Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -185,11 +191,11 @@ Checking overlaps for volume Screen (G4Box) ... OK! Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -199,11 +205,11 @@ Checking overlaps for volume Screen (G4Box) ... OK! Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -213,11 +219,11 @@ Checking overlaps for volume Screen (G4Box) ... OK! Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -227,11 +233,11 @@ Checking overlaps for volume Screen (G4Box) ... OK! Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -241,11 +247,11 @@ Checking overlaps for volume Screen (G4Box) ... OK! Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -254,12 +260,12 @@ Checking overlaps for volume Screen (G4Box) ... OK! Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -279,7 +285,8 @@ Checking overlaps for volume Screen (G4Box) ... OK! Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -375,17 +382,31 @@ Checking overlaps for volume Screen (G4Box) ... OK! 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -405,6 +426,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/polarisation/Pol01/pol01.out b/examples/extended/polarisation/Pol01/pol01.out index 060cec2b81c..f871c2fa47b 100644 --- a/examples/extended/polarisation/Pol01/pol01.out +++ b/examples/extended/polarisation/Pol01/pol01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -163,7 +169,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 100 um e- 100 um e+ 100 um proton 100 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_Galactic @@ -175,11 +181,11 @@ Index : 0 used in the geometry : Yes 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.28375 keV e- 235.116 keV e+ 228.88 keV proton 10 keV + Energy thresholds : gamma 6.28725 keV e- 235.568 keV e+ 227.81 keV proton 10 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -195,39 +201,39 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.080000s Real=0.075794s Sys=0.000000s + User=0.130000s Real=0.133702s 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 = 31198 - pol-compt = 273 - pol-eBrem = 339 - pol-phot = 157 - pol-eIoni = 590 - pol-conv = 218 - msc = 1682 + Transportation = 31156 + pol-compt = 287 + pol-eBrem = 331 + msc = 1720 + pol-conv = 222 + pol-eIoni = 677 pol-annihil = 66 + pol-phot = 166 Gamma: -Mean Number per Event :1.0089 -Mean Energy :9.568 MeV +- 1.9382 MeV -Mean Polarization :-0.96282 +- 0.18587 +Mean Number per Event :1.0066 +Mean Energy :9.5835 MeV +- 1.8873 MeV +Mean Polarization :-0.9656 +- 0.17926 Electron: -Mean Number per Event :0.0352 -Mean Energy :5.3354 MeV +- 2.5102 MeV -Mean Polarization :-0.72706 +- 0.29245 +Mean Number per Event :0.0353 +Mean Energy :5.1761 MeV +- 2.628 MeV +Mean Polarization :-0.70068 +- 0.31751 Positron: -Mean Number per Event :0.0158 -Mean Energy :4.1553 MeV +- 2.0307 MeV -Mean Polarization :-0.61047 +- 0.28026 +Mean Number per Event :0.0159 +Mean Energy :4.4843 MeV +- 2.0721 MeV +Mean Polarization :-0.65478 +- 0.30832 ... write Root file : pol01.root - done ... close Root file : pol01.root - done --------- Ranlux engine status --------- Initial seed = 9876 - float_seed_table[] = 0.564175 0.55382 0.0379403 0.494735 0.891048 0.0179662 0.910863 0.559054 0.95513 0.295018 0.274368 0.484574 0.365144 0.950522 0.00705117 0.114351 0.394937 0.928496 0.103677 0.535047 0.32307 0.576281 0.181624 0.931424 - i_lag = 7, j_lag = 17 - carry = 5.96046e-08, count24 = 4 + float_seed_table[] = 0.346031 0.0859698 0.387714 0.673094 0.510114 0.676633 0.621628 0.0509967 0.274995 0.641216 0.225294 0.281374 0.0779726 0.578032 0.769554 0.0366569 0.467441 0.252705 0.206082 0.62185 0.0818613 0.321281 0.408123 0.638862 + i_lag = 3, j_lag = 13 + carry = 0, count24 = 12 luxury = 3 nskip = 199 ---------------------------------------- # diff --git a/examples/extended/radioactivedecay/Activation/Activation.out b/examples/extended/radioactivedecay/Activation/Activation.out index 41fcfbb1014..5d3b981d689 100644 --- a/examples/extended/radioactivedecay/Activation/Activation.out +++ b/examples/extended/radioactivedecay/Activation/Activation.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -43,25 +43,56 @@ 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 - -### === Deexcitation model UAtomDeexcitation is activated for 1 region: -### === Auger cascade flag: 1 -### === Ignore cuts flag: 0 /process/list - Transportation, hadElastic, neutronInelastic, nCapture - nFission, protonInelastic, pi+Inelastic, pi-Inelastic - kaon+Inelastic, kaon-Inelastic, kaon0LInelastic, kaon0SInelastic - lambdaInelastic,anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic - sigma+Inelastic,anti_sigma+Inelastic, xi-Inelastic, anti_xi-Inelastic - xi0Inelastic, anti_xi0Inelastic, omega-Inelastic,anti_omega-Inelastic -anti_protonInelastic,anti_neutronInelastic,anti_deuteronInelastic,anti_tritonInelastic - anti_He3Inelastic,anti_alphaInelastic, ionElastic, dInelastic - tInelastic, He3Inelastic, alphaInelastic, ionInelastic -hFritiofCaptureAtRest,hBertiniCaptureAtRest,muMinusCaptureAtRest, photonNuclear - msc, hIoni, ionIoni, nuclearStopping - eIoni, eBrem, annihil, phot - compt, conv, muIoni, muBrems - muPairProd, Decay,RadioactiveDecayBase + Transportation, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, neutronInelastic, nCapture, nFission + protonInelastic, pi+Inelastic, pi-Inelastic, kaon+Inelastic + kaon-Inelastic, kaon0LInelastic, kaon0SInelastic, lambdaInelastic +anti-lambdaInelastic, sigma-Inelastic,anti_sigma-Inelastic, sigma+Inelastic +anti_sigma+Inelastic, xi-Inelastic, anti_xi-Inelastic, xi0Inelastic + anti_xi0Inelastic, omega-Inelastic,anti_omega-Inelastic,anti_protonInelastic +anti_neutronInelastic,anti_deuteronInelastic,anti_tritonInelastic, anti_He3Inelastic +anti_alphaInelastic, ionElastic, dInelastic, tInelastic + He3Inelastic, alphaInelastic, ionInelastic,hFritiofCaptureAtRest +hBertiniCaptureAtRest,muMinusCaptureAtRest, photonNuclear, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + hIoni, msc, hIoni, msc + ionIoni, nuclearStopping, msc, ionIoni + nuclearStopping, msc, ionIoni, nuclearStopping + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, eIoni, eBrem, annihil + msc, eIoni, eBrem, phot + compt, conv, msc, hIoni + msc, hIoni, msc, hIoni + msc, muIoni, muBrems, muPairProd + msc, muIoni, muBrems, muPairProd + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, msc, hIoni + msc, hIoni, Decay,RadioactiveDecayBase + # /gun/particle neutron /gun/energy 25 meV @@ -112,7 +143,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -124,7 +155,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -137,11 +168,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -151,11 +182,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -165,11 +196,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -179,11 +210,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 meV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -193,11 +224,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 meV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -207,11 +238,11 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -220,7 +251,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -231,7 +262,8 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 meV ---> 10 GeV + Model: GammaNPreco: 0 meV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 10 GeV Cr_sctns: PhotoNuclearXS: 0 meV ---> 100 TeV --------------------------------------------------- @@ -291,7 +323,7 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: BertiniCascade: 19.9 MeV ---> 6 GeV Model: NeutronHPInelastic: 0 meV ---> 20 MeV Cr_sctns: NeutronHPInelasticXS: 0 meV ---> 20 MeV - Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV + Cr_sctns: G4NeutronInelasticXS: 0 meV ---> 100 TeV Process: nCapture Model: NeutronHPCapture: 0 meV ---> 20 MeV @@ -343,12 +375,26 @@ NeutronHP: /Capture file for Z = 6, A = 12 is not found and NeutronHP will use / Model: BertiniCascade: 0 meV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 meV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: hBertiniCaptureAtRest + --------------------------------------------------- Hadronic Processes for triton Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n @@ -373,6 +419,7 @@ Level density (1/MeV) 0.075 Use simple level density model 1 Use discrete excitation energy of the residual 0 Time limit for long lived isomeres (ns) 1442.7 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -381,7 +428,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -397,7 +444,7 @@ Index : 1 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -418,36 +465,36 @@ Index : 1 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.170000s Real=0.178285s Sys=0.010000s + User=6.020000s Real=6.065860s 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 : - RadioactiveDecayBase= 3969 Transportation= 11198 annihil= 25 - compt= 1279 conv= 33 eIoni= 2564 - hadElastic= 136 ionIoni= 2054 msc= 551 - nCapture= 959 phot= 306 + RadioactiveDecayBase= 3931 Transportation= 11106 annihil= 25 + compt= 1291 conv= 29 eIoni= 2570 + hadElastic= 142 ionIoni= 2038 msc= 581 + nCapture= 948 phot= 313 List of generated particles: - Co59: 136 Emean = 42.884 meV ( 1.3207 meV --> 200.34 meV) stable - Co60: 959 Emean = 257.66 eV ( 50.444 meV --> 516.55 eV ) mean life = 7.6098 y - Ni60: 959 Emean = 15.907 eV ( 15.907 eV --> 15.907 eV ) stable - Ni60[1332.514]: 959 Emean = 12.378 eV ( 12.331 eV --> 31.093 eV ) mean life = 0 ps - Ni60[2505.753]: 956 Emean = 1.5098 eV ( 21.391 meV --> 3.6054 eV ) mean life = 0 ps - anti_nu_e: 959 Emean = 222.14 keV ( 25.267 keV --> 844.87 keV) stable - e+: 33 Emean = 2.9192 MeV ( 10.261 keV --> 6.4147 MeV) stable - e-: 2582 Emean = 308.15 keV ( 78.916 eV --> 7.2443 MeV) stable - gamma: 4388 Emean = 1.7555 MeV ( 1.0099 keV --> 7.4919 MeV) stable - - Mean energy deposit per event = 778.8 keV rms = 1.2325 MeV - Mean energy flow per event = 7.1955 MeV rms = 2.8267 MeV + Co59: 142 Emean = 38.818 meV ( 0.25571 meV --> 199.86 meV) stable + Co60: 948 Emean = 258.87 eV ( 213.41 meV --> 516.37 eV ) mean life = 7.6098 y + Ni60: 948 Emean = 15.907 eV ( 15.907 eV --> 15.907 eV ) stable + Ni60[1332.514]: 948 Emean = 12.369 eV ( 12.331 eV --> 31.093 eV ) mean life = 0 ps + Ni60[2505.753]: 945 Emean = 1.5001 eV ( 24.411 meV --> 3.5949 eV ) mean life = 0 ps + anti_nu_e: 948 Emean = 221.28 keV ( 37.028 keV --> 844.87 keV) stable + e+: 29 Emean = 2.7013 MeV ( 286.87 keV --> 6.0593 MeV) stable + e-: 2581 Emean = 308.29 keV ( 40.664 eV --> 7.2245 MeV) stable + gamma: 4354 Emean = 1.7542 MeV ( 1.0951 keV --> 7.4919 MeV) stable + + Mean energy deposit per event = 794.13 keV rms = 1.2575 MeV + Mean energy flow per event = 7.1109 MeV rms = 2.9259 MeV List of particles emerging from the target : - anti_nu_e: 959 Emean = 222.14 keV ( 25.267 keV --> 844.87 keV) Eflow/event = 213.03 keV - e+: 8 Emean = 2.8791 MeV ( 1 MeV --> 6.0898 MeV) Eflow/event = 23.033 keV - e-: 41 Emean = 2.161 MeV ( 107.1 keV --> 6.9059 MeV) Eflow/event = 88.599 keV - gamma: 4049 Emean = 1.6969 MeV ( 61.76 keV --> 7.4919 MeV) Eflow/event = 6.8709 MeV - neutron: 41 Emean = 24.329 meV ( 11.506 meV --> 34.127 meV) Eflow/event = 0.9975 meV + anti_nu_e: 948 Emean = 221.28 keV ( 37.028 keV --> 844.87 keV) Eflow/event = 209.78 keV + e+: 4 Emean = 2.8252 MeV ( 2.3239 MeV --> 3.6016 MeV) Eflow/event = 11.301 keV + e-: 33 Emean = 1.9291 MeV ( 202.55 keV --> 6.878 MeV) Eflow/event = 63.661 keV + gamma: 4012 Emean = 1.7014 MeV ( 46.436 keV --> 7.4919 MeV) Eflow/event = 6.8262 MeV + neutron: 52 Emean = 26.21 meV ( 9.1504 meV --> 46.671 meV) Eflow/event = 1.3629 meV histo Id for populations : Co59 id = 26 @@ -457,11 +504,11 @@ Run Summary --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 1069531172, 332592061 + Current couple of seeds = 1360211405, 961669395 ---------------------------------------- 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.025 MB +Dynamic pools deleted: 11 / Total memory freed: 0.024 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/radioactivedecay/Activation/History b/examples/extended/radioactivedecay/Activation/History index de83e7fdf69..b6ce55c8e22 100644 --- a/examples/extended/radioactivedecay/Activation/History +++ b/examples/extended/radioactivedecay/Activation/History @@ -12,6 +12,12 @@ track of all tags. ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- + +21-06-20 mma (activation-V10-06-01) +- Run.cc, line 188 : correct a protection on maximum number of histos + +13-05-20 mma (activation-V10-06-00) +- GammaNuclearPhysics : add G4LowEGammaNuclearModel 07-10-18 mma (activation-V10-04-04) - PhysicsList : use G4IonElasticPhysics and G4IonPhysicsXS diff --git a/examples/extended/radioactivedecay/Activation/src/GammaNuclearPhysics.cc b/examples/extended/radioactivedecay/Activation/src/GammaNuclearPhysics.cc index ac785946d2e..6ba388b8245 100644 --- a/examples/extended/radioactivedecay/Activation/src/GammaNuclearPhysics.cc +++ b/examples/extended/radioactivedecay/Activation/src/GammaNuclearPhysics.cc @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/// \file GammaNuclearPhysics.cc +/// \file hadronic/Hadr03/src/GammaNuclearPhysics.cc /// \brief Implementation of the GammaNuclearPhysics class // // @@ -38,6 +38,7 @@ // Processes #include "G4PhotoNuclearProcess.hh" +#include "G4LowEGammaNuclearModel.hh" #include "G4CascadeInterface.hh" #include "G4SystemOfUnits.hh" @@ -57,14 +58,26 @@ GammaNuclearPhysics::~GammaNuclearPhysics() void GammaNuclearPhysics::ConstructProcess() { - G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); - // G4PhotoNuclearProcess* process = new G4PhotoNuclearProcess(); - // - G4CascadeInterface* bertini = new G4CascadeInterface(); - bertini->SetMaxEnergy(10*GeV); - process->RegisterMe(bertini); - // + + // to not register a model, set Emax=0; eg. Emax1 = 0. + const G4double Emax1 = 200*MeV, Emax2 = 10*GeV; + + if (Emax1 > 0.) { // model 1 + G4LowEGammaNuclearModel* model1 = new G4LowEGammaNuclearModel(); + model1->SetMaxEnergy(Emax1); + process->RegisterMe(model1); + } + + if (Emax2 > 0.) { // model 2 + G4CascadeInterface* model2 = new G4CascadeInterface(); + G4double Emin2 = std::max(Emax1-1*MeV, 0.); + model2->SetMinEnergy(Emin2); + model2->SetMaxEnergy(Emax2); + process->RegisterMe(model2); + } + + G4ProcessManager* pManager = G4Gamma::Gamma()->GetProcessManager(); pManager->AddDiscreteProcess(process); } diff --git a/examples/extended/radioactivedecay/Activation/src/Run.cc b/examples/extended/radioactivedecay/Activation/src/Run.cc index dedbd0d4f30..d1052679880 100644 --- a/examples/extended/radioactivedecay/Activation/src/Run.cc +++ b/examples/extended/radioactivedecay/Activation/src/Run.cc @@ -185,7 +185,7 @@ G4int Run::GetIonId(G4String ionName) std::map::const_iterator it = fgIonMap.find(ionName); if ( it == fgIonMap.end()) { fgIonMap[ionName] = fgIonId; - if (fgIonId < kMaxHisto2) fgIonId++; + if (fgIonId < (kMaxHisto2 - 1)) fgIonId++; } return fgIonMap[ionName]; } diff --git a/examples/extended/radioactivedecay/rdecay01/rdecay01.out b/examples/extended/radioactivedecay/rdecay01/rdecay01.out index 390da725ba8..379076a7ba3 100644 --- a/examples/extended/radioactivedecay/rdecay01/rdecay01.out +++ b/examples/extended/radioactivedecay/rdecay01/rdecay01.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -39,7 +39,7 @@ Check EM cuts disabled for atomic de-excitation 0 Use Bearden atomic level energies 0 ====================================================================== -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -48,7 +48,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. --> Event 0 starts. @@ -95,7 +95,7 @@ Step# X Y Z KineE dEStep StepLeng TrakLeng Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.002769s Sys=0.000000s + User=0.010000s Real=0.004050s Sys=0.000000s ======================== run summary ====================== The run was 1 Co60 of 0 eV @@ -125,7 +125,7 @@ Run Summary # /run/beamOn 100000 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -134,7 +134,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. --> Event 0 starts. @@ -170,7 +170,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=0.810000s Real=0.814576s Sys=0.000000s + User=1.490000s Real=1.553451s Sys=0.000000s ======================== run summary ====================== The run was 100000 Co60 of 0 eV @@ -200,7 +200,7 @@ Run Summary # /run/beamOn 100000 -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -209,7 +209,7 @@ Index : 0 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 2 starts. --> Event 0 starts. @@ -245,7 +245,7 @@ Index : 0 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 100000 - User=1.840000s Real=1.855945s Sys=0.000000s + User=7.010000s Real=7.203773s Sys=0.010000s ======================== run summary ====================== The run was 100000 Co60 of 0 eV diff --git a/examples/extended/radioactivedecay/rdecay02/rdecay02.out b/examples/extended/radioactivedecay/rdecay02/rdecay02.out index 83b33b5dd77..b1117d233df 100644 --- a/examples/extended/radioactivedecay/rdecay02/rdecay02.out +++ b/examples/extended/radioactivedecay/rdecay02/rdecay02.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -56,9 +56,28 @@ Command is ignored. /process/list Transportation, phot, compt, conv Rayl, msc, eIoni, eBrem - CoulombScat, annihil, muIoni, muBrems - muPairProd, hIoni, hBrems, hPairProd - ionIoni, Decay, Radioactivation, hadElastic + 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, Decay, Radioactivation + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic + hadElastic, hadElastic, hadElastic, hadElastic neutronInelastic, nCapture, protonInelastic, pi+Inelastic pi-Inelastic, kaon+Inelastic, kaon-Inelastic, kaon0LInelastic kaon0SInelastic, lambdaInelastic,anti-lambdaInelastic, sigma-Inelastic @@ -107,7 +126,7 @@ Use Bearden atomic level energies 0 Process: ionInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: Radioactivation @@ -116,24 +135,24 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for alpha Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -141,11 +160,11 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_alpha @@ -153,11 +172,11 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_deuteron @@ -165,11 +184,11 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_neutron @@ -177,11 +196,11 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 meV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_proton @@ -189,11 +208,11 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 meV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_triton @@ -201,29 +220,30 @@ Use Bearden atomic level energies 0 Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 meV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 meV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for deuteron Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 meV ---> 6 GeV + Model: GammaNPreco: 0 meV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 meV ---> 100 TeV @@ -315,17 +335,29 @@ Use Bearden atomic level energies 0 Model: BertiniCascade: 0 meV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 meV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 meV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 meV ---> 100 TeV + --------------------------------------------------- Hadronic Processes for triton Process: hadElastic Model: hElasticLHEP: 0 meV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 meV/n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 meV ---> 25.6 PeV ================================================================ ======================================================================= @@ -345,6 +377,7 @@ 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 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 1 Electron internal conversion ID 0 @@ -353,7 +386,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -376,7 +409,7 @@ Index : 2 used in the geometry : Yes Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 0 starts. @@ -398,51 +431,52 @@ Index : 2 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 10000 - User=1.450000s Real=1.484968s Sys=0.000000s + User=1.870000s Real=1.926220s Sys=0.000000s The run is 10000 Ne24 of 0 meV 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 = 809.21 keV rms = 423.5 keV - Mean energy deposit in detector, in time window = 16.454 keV rms = 102.34 keV + Mean energy deposit in target, in time window = 805.16 keV rms = 419.73 keV + Mean energy deposit in detector, in time window = 17.671 keV rms = 105.39 keV Process calls frequency in target : - Radioactivation= 60731 Rayl= 243 Transportation= 50117 - annihil= 152 compt= 4218 conv= 161 - eIoni= 26004 ionIoni= 39529 msc= 3872 - phot= 1606 + Radioactivation= 60756 Rayl= 289 Transportation= 50111 + annihil= 167 compt= 4211 conv= 174 + eIoni= 26031 ionIoni= 39552 msc= 3760 + phot= 1600 Process calls frequency in detector: - Rayl= 1204 Transportation= 45917 annihil= 356 - compt= 22406 conv= 351 eIoni= 27304 - msc= 7041 phot= 4236 + Rayl= 1267 Transportation= 45847 annihil= 329 + compt= 22203 conv= 333 eIoni= 27055 + msc= 6715 phot= 4249 List of generated particles in target: - Mg24: 10000 Emean = 42.179 eV ( 41.932 eV --> 786.87 eV ) - Mg24[1368.672]: 9996 Emean = 169.96 eV ( 169.78 eV --> 398.43 eV ) - Mg24[4122.889]: 9982 Emean = 39.256 eV ( 211.96 meV --> 74.823 eV ) - Mg24[5235.120]: 6 Emean = 2.2915 eV ( 314.93 meV --> 3.5152 eV ) - Na24: 9996 Emean = 4.9976 eV ( 4.9901 eV --> 15.787 eV ) - Na24[1346.621]: 745 Emean = 27.531 eV ( 350.48 meV --> 52.235 eV ) - Na24[472.207]: 10000 Emean = 68.829 eV ( 147.52 meV --> 133.2 eV ) - Na24[563.199]: 6 Emean = 13.735 eV ( 13.735 eV --> 13.735 eV ) - anti_nu_e: 20000 Emean = 980.57 keV ( 40.395 keV --> 3.8769 MeV) - e+: 161 Emean = 787.03 keV ( 4.5051 keV --> 1.6659 MeV) - e-: 26005 Emean = 640.31 keV ( 64.434 eV --> 4.191 MeV) - gamma: 31028 Emean = 1.5058 MeV ( 90.991 keV --> 3.8661 MeV) + Mg24: 10000 Emean = 42.199 eV ( 41.932 eV --> 895.3 eV ) + Mg24[1368.672]: 9996 Emean = 169.87 eV ( 85.066 eV --> 408.02 eV ) + Mg24[4122.889]: 9986 Emean = 39.231 eV ( 215.79 meV --> 74.548 eV ) + Mg24[4238.240]: 1 Emean = 22.241 eV ( 22.241 eV --> 22.241 eV ) + Mg24[5235.120]: 4 Emean = 2.5345 eV ( 673.5 meV --> 3.601 eV ) + Na24: 9997 Emean = 4.9978 eV ( 4.9901 eV --> 15.742 eV ) + Na24[1346.621]: 768 Emean = 28.189 eV ( 350.48 meV --> 51.864 eV ) + Na24[472.207]: 9999 Emean = 68.367 eV ( 147.52 meV --> 134.02 eV ) + Na24[563.199]: 5 Emean = 13.735 eV ( 13.735 eV --> 13.735 eV ) + anti_nu_e: 20000 Emean = 984.14 keV ( 57.103 keV --> 3.8769 MeV) + e+: 174 Emean = 787.56 keV ( 66.16 keV --> 1.641 MeV) + e-: 26003 Emean = 636.12 keV ( 36.159 eV --> 3.3549 MeV) + gamma: 31085 Emean = 1.5043 MeV ( 1.0277 keV --> 4.2378 MeV) List of generated particles in detector: - e+: 351 Emean = 843.16 keV ( 67.469 keV --> 2.1405 MeV) - e-: 26989 Emean = 371.52 keV ( 105.69 eV --> 3.6231 MeV) - gamma: 710 Emean = 518.33 keV ( 320.78 keV --> 1.92 MeV) + e+: 333 Emean = 837.12 keV ( 14.733 keV --> 1.7048 MeV) + e-: 26778 Emean = 378.75 keV ( 100.64 eV --> 2.7526 MeV) + gamma: 656 Emean = 521.81 keV ( 330.31 keV --> 1.6294 MeV) ... write Root file : rdecay02.root - done ... close Root file : rdecay02.root - done --------- Ranecu engine status --------- Initial seed (index) = 0 - Current couple of seeds = 674526041, 580742865 + Current couple of seeds = 354922574, 1693501686 ---------------------------------------- G4 kernel has come to Quit state. ================== Deleting memory pools =================== diff --git a/examples/extended/runAndEvent/RE01/sample.out b/examples/extended/runAndEvent/RE01/sample.out index 44833724adb..7879ebb301e 100644 --- a/examples/extended/runAndEvent/RE01/sample.out +++ b/examples/extended/runAndEvent/RE01/sample.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -17,20 +17,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -43,6 +43,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -50,6 +53,9 @@ Registered filter factories: 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 @@ -464,31 +470,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -496,11 +502,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -510,11 +518,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -524,11 +534,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -538,11 +550,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -552,11 +566,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -566,11 +582,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -579,12 +597,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -604,7 +622,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -645,7 +664,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV --------------------------------------------------- @@ -705,17 +726,33 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -735,6 +772,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -748,4763 +786,4098 @@ See commands in /vis/modeling/trajectories/ for other options. Tracks in tracking region have been processed. -- Stage 0 over. -Source track ID 11954 (gamma,5.6142219011056e-05[GeV]) at (51.395376434746,497.35150073276,-291.02741168754) -Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,11] 5.6142219011056e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 5.6142219011056e-05 (GeV) - -Source track ID 11957 (gamma,0.013797087104302[GeV]) at (-429.01885135506,-256.79335112496,-679.95806705379) -Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[6,28] 0.010599934849678 [GeV] -Cell[3,19] 0.0027321562282024 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.013332091077881 (GeV) - -Source track ID 11958 (gamma,0.025034966123084[GeV]) at (-404.41244385176,-294.02478680861,-643.09557253249) +Source track ID 7338 (gamma,0.1856182068138[GeV]) at (140.37004451966,479.89191554094,-280.92981034921) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[6,28] 0.018861599605562 [GeV] -Cell[3,6] 0.0024260266589868 [GeV] -Cell[6,29] 0.003747339858536 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.025034966123084 (GeV) - -Source track ID 11918 (e-,0.029447003737171[GeV]) at (12.912320677972,499.8332441672,-1071.1728544061) +Cell[8,9] 0.16488813731878 [GeV] +Cell[8,10] 0.014938959009984 [GeV] +Cell[8,11] 0.0036271709030345 [GeV] +Cell[7,10] 0.0011419417619996 [GeV] +Cell[7,9] 0.00051099891 [GeV] +Cell[8,8] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.1856182068138 (GeV) + +Source track ID 7339 (gamma,1.0594551977156[GeV]) at (140.52277970337,479.84721358411,-280.93467808582) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[4,11] 0.028425005917171 [GeV] -Cell[4,12] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.028936004827171 (GeV) - -Source track ID 11933 (gamma,0.00089858282897582[GeV]) at (137.29174727788,480.78163039928,-1108.4753047302) +Cell[8,9] 0.97857207224598 [GeV] +Cell[8,10] 0.053930462748267 [GeV] +Cell[8,11] 0.0020740510933558 [GeV] +Cell[7,9] 0.0038182127994693 [GeV] +Cell[8,8] 0.015073401499988 [GeV] +Cell[9,9] 0.0012521804439865 [GeV] +Cell[7,11] 0.00048944445624847 [GeV] +Cell[6,46] 0.00022627265448835 [GeV] +Cell[5,27] 0.0011942899955719 [GeV] +Cell[7,8] 0.002792646221303 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 1.0594230341587 (GeV) + +Source track ID 7340 (gamma,4.4526500051543[GeV]) at (140.60027627315,479.8245119957,-280.93863579979) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[4,10] 0.00080163694455009 [GeV] -Cell[4,9] 9.6945884425723e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.00089858282897582 (GeV) - -Source track ID 11919 (e-,0.0011960066009252[GeV]) at (-479.52329996031,141.62416741211,-1516.0905784173) +Cell[8,9] 4.1154951097944 [GeV] +Cell[8,10] 0.24265192473333 [GeV] +Cell[8,11] 0.020879866336189 [GeV] +Cell[7,10] 0.024272593034913 [GeV] +Cell[7,9] 0.014199054092501 [GeV] +Cell[8,8] 0.010636802214626 [GeV] +Cell[7,11] 0.00071599129028519 [GeV] +Cell[7,8] 0.0032470804735313 [GeV] +Cell[8,12] 0.0018299558589242 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 4.4339283778287 (GeV) + +Source track ID 7341 (gamma,0.21106687216636[GeV]) at (140.73733606398,479.78432887873,-280.92922119484) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[2,21] 0.00068500769092518 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00068500769092518 (GeV) - -Source track ID 11911 (gamma,0.00032683406552394[GeV]) at (-100.77101254251,489.73993407844,-458.31189766178) -Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[7,13] 0.00032683406552394 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00032683406552394 (GeV) - -Source track ID 11913 (gamma,4.3547142186874[GeV]) at (140.53210501216,479.84448257831,-280.90596002153) +Cell[8,9] 0.19372723393012 [GeV] +Cell[8,10] 0.011919970833787 [GeV] +Cell[8,11] 0.0022137005962636 [GeV] +Cell[8,8] 0.0020222746111138 [GeV] +Cell[8,7] 0.0011836921950701 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.21106687216636 (GeV) + +Source track ID 7342 (gamma,1.1056400838682[GeV]) at (140.73825478177,479.78405938608,-280.93030054311) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,9] 4.0298416087197 [GeV] -Cell[8,10] 0.23671780767227 [GeV] -Cell[8,8] 0.019606597494734 [GeV] -Cell[8,7] 0.00010830240438219 [GeV] -Cell[9,10] 0.006318760480424 [GeV] -Cell[7,8] 0.0027015880328243 [GeV] -Cell[7,33] 0.00065748542420192 [GeV] -Cell[7,11] 0.0034957521148347 [GeV] -Cell[7,10] 0.011961824799 [GeV] -Cell[6,37] 0.0041572500912653 [GeV] -Cell[7,41] 0.0010750205370304 [GeV] -Cell[7,36] 0.0055882065986432 [GeV] -Cell[9,19] 0.00026500126968358 [GeV] -Cell[8,13] 0.001743188553248 [GeV] -Cell[8,22] 0.0013536831307798 [GeV] -Cell[4,21] 0.00083376835679225 [GeV] -Cell[7,9] 0.013504472817438 [GeV] -Cell[9,9] 0.00044721761672712 [GeV] -Cell[7,7] 0.00077777184392491 [GeV] -Cell[10,8] 0.00021994301497711 [GeV] -Cell[7,35] 0.0014863356053566 [GeV] -Cell[9,14] 0.00013061653421187 [GeV] -Cell[9,13] 0.00094288134004312 [GeV] -Cell[8,45] 0.0010452817188081 [GeV] -### Total energy deposition in calorimeter by a source track in 24 cells : 4.3449803661713 (GeV) - -Source track ID 11914 (gamma,6.0228565414755[GeV]) at (140.64375195167,479.81177042352,-280.90433264581) +Cell[8,9] 1.0387547289248 [GeV] +Cell[8,10] 0.045480555021897 [GeV] +Cell[7,10] 0.0086814764611157 [GeV] +Cell[7,9] 0.0014610630419831 [GeV] +Cell[8,8] 0.0026993060152283 [GeV] +Cell[8,7] 0.0085629544032174 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 1.1056400838682 (GeV) + +Source track ID 7273 (e+,66.559616545951[GeV]) at (140.75279117364,479.77979509024,-280.92846549265) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,11] 0.0054187134991833 [GeV] -Cell[8,9] 5.474278754242 [GeV] -Cell[8,10] 0.44058562456561 [GeV] -Cell[8,8] 0.030243008083192 [GeV] -Cell[8,7] 0.0023525405998427 [GeV] -Cell[9,10] 0.0014730824836273 [GeV] -Cell[7,8] 0.0087080080261356 [GeV] -Cell[7,11] 0.00076754924213127 [GeV] -Cell[7,10] 0.018770412066628 [GeV] -Cell[7,9] 0.037243383644042 [GeV] -Cell[9,9] 0.00034604666898407 [GeV] -Cell[7,7] 0.0012914410010948 [GeV] -Cell[9,7] 0.00042629260805155 [GeV] -Cell[8,12] 0.00010941391151649 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 6.0220142706421 (GeV) - -Source track ID 11915 (gamma,1.5350877860349[GeV]) at (140.6554805248,479.8083323561,-280.89919221006) +Cell[8,9] 60.658973212295 [GeV] +Cell[8,10] 4.3676831625016 [GeV] +Cell[8,11] 0.10738568730027 [GeV] +Cell[7,10] 0.19456248781911 [GeV] +Cell[7,9] 0.43550765200613 [GeV] +Cell[8,8] 0.28930303777272 [GeV] +Cell[9,9] 0.004553291772993 [GeV] +Cell[7,11] 0.03004862614816 [GeV] +Cell[7,8] 0.0717918752071 [GeV] +Cell[8,12] 0.014496824752736 [GeV] +Cell[8,7] 0.027603239589174 [GeV] +Cell[7,1] 0.00032723130671272 [GeV] +Cell[7,0] 3.226592662395e-05 [GeV] +Cell[6,34] 0.0019515993535782 [GeV] +Cell[7,34] 0.00011311853519874 [GeV] +Cell[7,35] 1.0298628651071e-05 [GeV] +Cell[7,33] 5.342447205976e-07 [GeV] +Cell[7,32] 0.0034453915261365 [GeV] +Cell[6,35] 0.00096725582109161 [GeV] +Cell[17,30] 0.00050444546104085 [GeV] +Cell[9,10] 0.017549330295695 [GeV] +Cell[7,7] 0.0073931697906368 [GeV] +Cell[6,38] 0.00049319488428311 [GeV] +Cell[6,30] 0.0029424225532724 [GeV] +Cell[9,8] 0.0040690294500409 [GeV] +Cell[6,10] 0.0060232359431456 [GeV] +Cell[9,32] 0.0004480479742988 [GeV] +Cell[9,42] 0.0027372670005389 [GeV] +Cell[9,11] 0.002463780770844 [GeV] +Cell[8,35] 0.00076496691396369 [GeV] +Cell[9,39] 0.0030392178395078 [GeV] +Cell[13,26] 0.0012525036192176 [GeV] +Cell[8,5] 0.0037031980513988 [GeV] +Cell[11,7] 0.00012474298050052 [GeV] +Cell[13,33] 0.00018678995636621 [GeV] +Cell[11,30] 0.00036878929961444 [GeV] +Cell[7,30] 0.00077796741059941 [GeV] +Cell[8,6] 0.00034405182702124 [GeV] +Cell[7,17] 0.00072397656635485 [GeV] +Cell[6,25] 0.00081708880551922 [GeV] +Cell[7,43] 0.00072619223546366 [GeV] +Cell[7,5] 0.0021073503224134 [GeV] +Cell[15,30] 0.0050397108504779 [GeV] +Cell[6,31] 0.0019103460451627 [GeV] +Cell[7,22] 0.0025009530434706 [GeV] +Cell[8,44] 0.00068300093289729 [GeV] +Cell[9,43] 0.00094500591865964 [GeV] +Cell[3,39] 0.00181578088696 [GeV] +Cell[7,41] 0.0022891982492804 [GeV] +Cell[8,39] 0.00060375214600914 [GeV] +Cell[12,44] 0.0050252453899231 [GeV] +Cell[12,24] 0.00019794959544428 [GeV] +Cell[9,47] 0.00030437934526211 [GeV] +Cell[16,38] 0.020362910197036 [GeV] +Cell[18,29] 0.00051099891 [GeV] +Cell[14,17] 0.00051099891 [GeV] +Cell[8,13] 0.00056508445758735 [GeV] +Cell[7,12] 0.0032847916638248 [GeV] +Cell[7,13] 0.00057010024226516 [GeV] +Cell[6,4] 0.00086275681864133 [GeV] +Cell[5,45] 0.0026520855849951 [GeV] +Cell[1,43] 0.00025538476106769 [GeV] +Cell[5,36] 0.00051099891 [GeV] +Cell[4,38] 0.002530391248728 [GeV] +Cell[4,46] 0.0032960408906563 [GeV] +Cell[7,23] 0.0019666635600683 [GeV] +Cell[10,6] 0.00013454071448558 [GeV] +Cell[8,20] 0.0020506565677828 [GeV] +Cell[5,37] 0.00051099891 [GeV] +Cell[6,22] 0.00051099891 [GeV] +Cell[6,8] 0.0010466914996813 [GeV] +Cell[5,20] 3.6600412277039e-06 [GeV] +Cell[5,21] 1.7106904124375e-06 [GeV] +Cell[4,33] 3.0821574328002e-06 [GeV] +Cell[5,33] 1.2718628210564e-05 [GeV] +Cell[5,34] 0.0022238093993549 [GeV] +Cell[7,47] 0.00040020183662803 [GeV] +Cell[8,4] 0.00011079707337197 [GeV] +Cell[3,2] 0.00056309899714877 [GeV] +Cell[9,37] 0.0010956916410421 [GeV] +Cell[4,39] 0.0027876708708868 [GeV] +Cell[12,31] 0.00071589231295839 [GeV] +Cell[7,27] 0.0017383782189878 [GeV] +Cell[8,40] 0.0063040225668768 [GeV] +Cell[8,22] 0.0017934019199014 [GeV] +Cell[6,28] 0.00082944132638315 [GeV] +Cell[8,41] 0.00049118934850877 [GeV] +Cell[0,34] 0.00017992585127253 [GeV] +Cell[3,28] 0.00046558227536984 [GeV] +Cell[11,45] 4.3671783837681e-05 [GeV] +Cell[11,44] 1.5651353715953e-05 [GeV] +Cell[8,18] 5.3238472901285e-08 [GeV] +Cell[6,39] 4.7029289268039e-06 [GeV] +Cell[11,21] 0.0010463680700692 [GeV] +Cell[9,26] 0.00085429519396657 [GeV] +Cell[4,44] 0.001252933542344 [GeV] +Cell[8,14] 0.0010340908990641 [GeV] +Cell[8,15] 0.00036037644041643 [GeV] +Cell[9,6] 0.00034358374171131 [GeV] +Cell[7,37] 0.0041974334398026 [GeV] +Cell[7,42] 0.00014403874110943 [GeV] +Cell[6,23] 0.00051099891 [GeV] +Cell[9,34] 0.00016390081565754 [GeV] +Cell[4,32] 0.0022920853784381 [GeV] +Cell[7,6] 0.0016454674005074 [GeV] +Cell[7,21] 0.0033825890245973 [GeV] +Cell[8,16] 0.00037251739795052 [GeV] +Cell[4,42] 0.001037961339165 [GeV] +Cell[6,37] 0.0023890788481999 [GeV] +Cell[9,31] 0.0017647506941806 [GeV] +Cell[9,7] 0.00037729927563427 [GeV] +Cell[9,38] 0.0070299103879855 [GeV] +Cell[2,17] 5.8758685369597e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 113 cells : 66.381808760307 (GeV) + +Source track ID 7255 (mu+,97.44939764292[GeV]) at (421.38936448768,269.13008656906,1659.1586571772) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,11] 0.0033239269913021 [GeV] -Cell[7,13] 0.00050081290108669 [GeV] -Cell[8,9] 1.3765737931963 [GeV] -Cell[8,10] 0.13554446433027 [GeV] -Cell[8,8] 0.0027184101489381 [GeV] -Cell[7,8] 0.00011381951114999 [GeV] -Cell[7,11] 0.00055948152946609 [GeV] -Cell[7,10] 0.0059386092399079 [GeV] -Cell[7,9] 0.0042366184468302 [GeV] -Cell[7,7] 0.00075849601526617 [GeV] -Cell[8,46] 0.0015856481656772 [GeV] -Cell[7,45] 0.0015586607820069 [GeV] -Cell[7,14] 0.00058278494628192 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 1.5339955262045 (GeV) - -Source track ID 11817 (e+,61.579100872487[GeV]) at (140.83276703154,479.75632536762,-280.9301144118) -Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[8,11] 0.10379852020282 [GeV] -Cell[6,29] 0.00024122434086262 [GeV] -Cell[7,13] 0.0014001368360434 [GeV] -Cell[8,9] 56.083987755907 [GeV] -Cell[8,10] 4.2698739758539 [GeV] -Cell[8,8] 0.24412334147447 [GeV] -Cell[8,7] 0.021647035633396 [GeV] -Cell[9,10] 0.0032998214665082 [GeV] -Cell[7,8] 0.031049988199828 [GeV] -Cell[7,33] 0.002664523480153 [GeV] -Cell[7,11] 0.018027758687398 [GeV] -Cell[7,10] 0.20386140056381 [GeV] -Cell[8,13] 0.0025587676870241 [GeV] -Cell[7,9] 0.33482499947114 [GeV] -Cell[9,9] 0.016087916285316 [GeV] -Cell[7,7] 0.0016654272079077 [GeV] -Cell[9,7] 0.00087846895222695 [GeV] -Cell[8,12] 0.017330937839033 [GeV] -Cell[6,47] 0.0047701233987978 [GeV] -Cell[8,6] 0.00044920435700135 [GeV] -Cell[7,42] 0.0011329508155109 [GeV] -Cell[7,12] 0.0053012568492673 [GeV] -Cell[11,6] 0.00023530364005044 [GeV] -Cell[9,11] 0.0020068935229611 [GeV] -Cell[5,29] 0.0028791223944121 [GeV] -Cell[7,6] 0.0023481752597665 [GeV] -Cell[11,47] 0.00050160251040602 [GeV] -Cell[9,8] 0.0028095710248715 [GeV] -Cell[1,25] 0.0022004125508304 [GeV] -Cell[2,25] 0.0010924224098891 [GeV] -Cell[11,29] 0.00036917179149082 [GeV] -Cell[9,30] 0.001157688017143 [GeV] -Cell[7,15] 0.0035144882305538 [GeV] -Cell[5,28] 0.00051099891 [GeV] -Cell[6,12] 0.0007739276546249 [GeV] -Cell[9,26] 0.00090077169141104 [GeV] -Cell[6,34] 0.00059982608965686 [GeV] -Cell[7,25] 2.1306467993782e-05 [GeV] -Cell[7,27] 6.1515399311475e-05 [GeV] -Cell[7,26] 0.00022046113292174 [GeV] -Cell[6,26] 0.0013641776991096 [GeV] -Cell[6,25] 4.5806407395048e-06 [GeV] -Cell[7,28] 0.00078844687010786 [GeV] -Cell[3,36] 0.00021863620687055 [GeV] -Cell[7,16] 0.0068125371473394 [GeV] -Cell[8,17] 0.00025028021408598 [GeV] -Cell[6,0] 0.00027126550721899 [GeV] -Cell[7,46] 0.0035658403750157 [GeV] -Cell[8,41] 0.0010473582949112 [GeV] -Cell[14,42] 8.4890699848951e-05 [GeV] -Cell[4,39] 0.0028494084951339 [GeV] -Cell[13,46] 0.00026615749505016 [GeV] -Cell[13,35] 0.00077089889363097 [GeV] -Cell[4,36] 0.0012393603151541 [GeV] -Cell[2,17] 0.00032328938898986 [GeV] -Cell[6,40] 0.00051099891 [GeV] -Cell[8,40] 0.00064803063477671 [GeV] -Cell[8,38] 5.0587852308695e-05 [GeV] -Cell[4,20] 0.00080371748802661 [GeV] -Cell[0,40] 0.00097238326397666 [GeV] -Cell[8,26] 0.0013143757691658 [GeV] -Cell[9,28] 0.0005712154933844 [GeV] -Cell[7,43] 0.00058867752649105 [GeV] -Cell[6,6] 0.00087022228419734 [GeV] -Cell[2,38] 0.00068338951801519 [GeV] -Cell[10,25] 0.00088615796223271 [GeV] -Cell[9,33] 0.0025905014152609 [GeV] -Cell[10,39] 0.0029555914466739 [GeV] -Cell[10,40] 0.00076311830358603 [GeV] -Cell[5,31] 0.0014650824709007 [GeV] -Cell[8,29] 0.0022285538023822 [GeV] -Cell[8,28] 0.00014706846628369 [GeV] -Cell[5,45] 0.00078591041596149 [GeV] -Cell[7,20] 0.00026983364544593 [GeV] -Cell[8,0] 0.00044051428511247 [GeV] -Cell[7,5] 0.0035204038359243 [GeV] -Cell[11,36] 0.00062429431989665 [GeV] -Cell[5,47] 0.0028733460121596 [GeV] -Cell[17,43] 0.00013925029113605 [GeV] -Cell[10,28] 0.0012302394017265 [GeV] -Cell[8,5] 0.00087904040023918 [GeV] -Cell[8,27] 0.0019073498981118 [GeV] -Cell[6,36] 0.00025744317340356 [GeV] -Cell[6,35] 0.00095934214272827 [GeV] -Cell[5,25] 0.0019897429327644 [GeV] -Cell[5,24] 0.00068399394195038 [GeV] -Cell[1,33] 0.00082011068524309 [GeV] -Cell[6,8] 0.0028582232560474 [GeV] -Cell[5,36] 0.0020606696661465 [GeV] -Cell[7,18] 0.00072793660179489 [GeV] -Cell[8,42] 0.00052166034357242 [GeV] -Cell[17,23] 0.000181607962303 [GeV] -Cell[9,44] 0.00091207008699792 [GeV] -Cell[9,43] 0.00031445741708749 [GeV] -Cell[8,3] 0.00053964974598851 [GeV] -Cell[6,39] 0.00077665022020827 [GeV] -Cell[7,22] 0.001569190936854 [GeV] -Cell[7,17] 0.00042539506673161 [GeV] -Cell[7,4] 0.00095826901963095 [GeV] -Cell[9,18] 3.4891623654403e-06 [GeV] -Cell[11,26] 1.1881901271408e-05 [GeV] -Cell[10,29] 0.00024170658949356 [GeV] -### Total energy deposition in calorimeter by a source track in 102 cells : 61.458569668417 (GeV) - -Source track ID 11804 (e-,0.55403329432944[GeV]) at (416.67485467463,276.37305491288,1737.6371015518) -Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[17,23] 0.00037257899691645 [GeV] -Cell[18,4] 0.47769613086285 [GeV] -Cell[15,38] 0.0012291113236664 [GeV] -Cell[18,5] 0.0010003728212572 [GeV] -Cell[19,46] 0.0018634212220492 [GeV] -Cell[19,29] 0.00102199782 [GeV] -Cell[9,36] 0.00067656173705157 [GeV] -Cell[10,36] 3.4873082764907e-05 [GeV] -Cell[19,4] 0.047085424803027 [GeV] -Cell[19,23] 0.00048629057796926 [GeV] -Cell[18,3] 0.001425618803094 [GeV] -Cell[19,5] 0.0016794020017628 [GeV] -Cell[19,3] 0.0011690574419533 [GeV] -Cell[19,7] 0.00021068405208706 [GeV] -Cell[19,6] 6.7315201227015e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.53601884074768 (GeV) - -Source track ID 11786 (mu+,96.895697493702[GeV]) at (421.40599642411,269.10404340663,1658.7200954473) -Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[18,4] 0.17555113717465 [GeV] -Cell[19,4] 0.25785311069176 [GeV] -Cell[19,3] 0.0025546963688273 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.43595894423525 (GeV) +Cell[18,4] 0.16629061946857 [GeV] +Cell[19,4] 0.19582962520849 [GeV] +Cell[18,3] 0.0012072671528008 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.36332751182987 (GeV) -Source track ID 11787 (mu-,49.168682301722[GeV]) at (-250.00483342011,-433.00991127985,234.27505813593) +Source track ID 7256 (mu-,49.168013776096[GeV]) at (-250.06058992236,-432.97771463169,234.24396863262) Original primary track ID 1 (unknown,305.48142430119[GeV]) -Cell[11,31] 0.026761654140113 [GeV] -Cell[11,32] 0.52806159292833 [GeV] -Cell[12,32] 0.84648229655943 [GeV] -Cell[13,32] 0.94817627235555 [GeV] -Cell[14,32] 1.1229636214625 [GeV] -Cell[15,32] 0.54180942281125 [GeV] -Cell[16,32] 0.69017812650859 [GeV] -Cell[17,32] 0.0040793578952045 [GeV] -Cell[16,31] 0.019389137714092 [GeV] -Cell[17,31] 0.00083708583163648 [GeV] -Cell[15,31] 0.034957432505547 [GeV] -Cell[14,31] 0.22950239277649 [GeV] -Cell[13,31] 0.13678212964496 [GeV] -Cell[12,31] 0.15700620536278 [GeV] -Cell[11,11] 0.00078998858861499 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 5.2877767170851 (GeV) - -Source track ID 11782 (gamma,0.18586941759822[GeV]) at (-308.57129876552,-393.42566461552,1178.6007666186) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[16,32] 0.00065502010959941 [GeV] -Cell[16,31] 0.034260076443054 [GeV] -Cell[15,31] 0.002458512708259 [GeV] -Cell[15,30] 0.061370945236538 [GeV] -Cell[16,30] 0.078733009722978 [GeV] -Cell[18,13] 0.00042721945567307 [GeV] -Cell[14,5] 0.00019176581440706 [GeV] -Cell[14,4] 7.5443215027917e-06 [GeV] -Cell[15,5] 0.00021883915880994 [GeV] -Cell[15,6] 1.7623901840125e-09 [GeV] -Cell[10,6] 0.00046084432075892 [GeV] -Cell[15,28] 0.0003450671127888 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.17912884616676 (GeV) - -Source track ID 11783 (gamma,0.79108390679382[GeV]) at (-463.39575500327,-187.78810996692,658.34952964275) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[15,5] 0.0067264569897022 [GeV] -Cell[13,26] 0.67044312844076 [GeV] -Cell[13,47] 0.0026826232095971 [GeV] -Cell[10,16] 0.00076863264833235 [GeV] -Cell[13,27] 0.090168961521214 [GeV] -Cell[13,28] 0.003262214044209 [GeV] -Cell[13,8] 0.00048168361332835 [GeV] -Cell[14,25] 0.00086610788099953 [GeV] -Cell[13,22] 0.0016681558719434 [GeV] -Cell[14,7] 0.00051099891 [GeV] -Cell[12,42] 0.00051099891 [GeV] -Cell[10,4] 0.00043072878025834 [GeV] -Cell[13,25] 0.0091299385001171 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 0.78765062932046 (GeV) - -Source track ID 11485 (gamma,0.68389327451526[GeV]) at (-406.71452137306,-290.83207887763,428.61112859246) +Cell[12,31] 0.037140228987602 [GeV] +Cell[11,31] 0.079649014010743 [GeV] +Cell[11,32] 0.37504402856836 [GeV] +Cell[12,32] 0.61773155905058 [GeV] +Cell[13,32] 0.56084698942993 [GeV] +Cell[14,32] 0.54852757845394 [GeV] +Cell[15,32] 1.8235426857749 [GeV] +Cell[16,32] 0.6694389405138 [GeV] +Cell[17,32] 0.06614769956903 [GeV] +Cell[17,31] 0.0044861388532232 [GeV] +Cell[18,32] 0.00044605763226765 [GeV] +Cell[18,31] 0.00021266426328008 [GeV] +Cell[16,31] 0.010691963054766 [GeV] +Cell[15,31] 0.12714703830991 [GeV] +Cell[14,31] 0.0063085563423743 [GeV] +Cell[13,31] 0.0036332278720071 [GeV] +### Total energy deposition in calorimeter by a source track in 16 cells : 4.9309943706867 (GeV) + +Source track ID 7251 (gamma,0.18586941759822[GeV]) at (-308.57128516664,-393.42567528138,1178.6007919153) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,6] 0.00049797015776374 [GeV] -Cell[11,29] 0.00080288797939256 [GeV] -Cell[14,4] 5.6116711765645e-05 [GeV] -Cell[12,28] 0.58033833337197 [GeV] -Cell[13,6] 0.00079710087101454 [GeV] -Cell[12,27] 0.0052037977220526 [GeV] -Cell[12,29] 0.084319782562358 [GeV] -Cell[10,1] 0.0016260093031798 [GeV] -Cell[12,30] 0.0036639862033863 [GeV] -Cell[10,12] 0.00065168187254466 [GeV] -Cell[13,4] 0.00063156069887494 [GeV] -Cell[9,24] 0.0012541715966336 [GeV] -Cell[12,10] 0.00051099891 [GeV] -Cell[11,28] 0.0010262151489219 [GeV] -Cell[15,2] 0.00046873445653397 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.68184934756639 (GeV) - -Source track ID 11486 (gamma,0.23519569097121[GeV]) at (-263.70607900084,-424.80478328051,329.32758317624) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,31] 0.21385412829446 [GeV] -Cell[11,32] 0.00098651790301828 [GeV] -Cell[12,32] 0.0057736237412441 [GeV] -Cell[12,31] 0.012645699271547 [GeV] -Cell[11,30] 0.0019357217609386 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.23519569097121 (GeV) - -Source track ID 11307 (proton,1.6978752622655[GeV]) at (-499.99001211032,3.1603464879358,255.32983593122) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[10,8] 0.002724094631374 [GeV] -Cell[11,6] 2.3010746197542e-05 [GeV] -Cell[11,29] 1.098101369962e-06 [GeV] -Cell[9,26] 2.6864068262512e-05 [GeV] -Cell[14,42] 0.00065110743937289 [GeV] -Cell[10,25] 0.00061845677633448 [GeV] -Cell[10,39] 1.3226227456471e-05 [GeV] -Cell[10,40] 0.0013956084133333 [GeV] -Cell[10,28] 2.3224966073485e-06 [GeV] -Cell[8,3] 1.3891063328174e-05 [GeV] -Cell[11,26] 5.7127914630087e-05 [GeV] -Cell[10,29] 3.7290050335059e-06 [GeV] -Cell[12,32] 0.0012536584330682 [GeV] -Cell[9,24] 0.0006196925922402 [GeV] -Cell[11,23] 0.40922938383501 [GeV] -Cell[12,23] 1.8055240066928e-05 [GeV] -Cell[11,24] 0.014255239664841 [GeV] -Cell[11,22] 0.0064988771875294 [GeV] -Cell[11,25] 0.011801913234892 [GeV] -Cell[10,24] 0.00016473315631242 [GeV] -Cell[11,21] 0.0054163883668528 [GeV] -Cell[9,22] 4.7439555055462e-06 [GeV] -Cell[8,2] 1.8478430138202e-05 [GeV] -Cell[10,9] 0.00049649032328834 [GeV] -Cell[11,9] 0.00052327697805673 [GeV] -Cell[11,8] 0.0037404745301371 [GeV] -Cell[14,6] 2.3710761946859e-05 [GeV] -Cell[14,22] 0.0012822889792853 [GeV] -Cell[15,13] 2.9183916933221e-05 [GeV] -Cell[14,13] 2.2861162619847e-08 [GeV] -Cell[14,12] 1.1833643259251e-07 [GeV] -Cell[10,21] 1.9856282960973e-08 [GeV] -Cell[11,5] 0.0030587366650274 [GeV] -Cell[11,4] 0.00015675085576777 [GeV] -Cell[11,3] 0.00025743908506047 [GeV] -Cell[12,4] 0.0019398602828367 [GeV] -Cell[12,33] 0.00049455563545721 [GeV] -Cell[11,33] 0.0011725713892506 [GeV] -Cell[11,34] 2.5987643311964e-08 [GeV] -Cell[11,43] 0.0012164007219068 [GeV] -Cell[4,37] 5.0641578854993e-07 [GeV] -Cell[2,7] 5.9019097903956e-05 [GeV] -Cell[2,6] 1.4161128201522e-06 [GeV] -Cell[4,35] 1.3864494476366e-06 [GeV] -Cell[4,34] 3.7628781683452e-08 [GeV] -Cell[12,1] 1.3692235399503e-05 [GeV] -Cell[12,47] 0.0012125420750448 [GeV] -Cell[12,46] 1.3830470278322e-05 [GeV] -Cell[10,23] 0.0065617432557359 [GeV] -Cell[12,24] 0.0021693509067293 [GeV] -Cell[10,22] 0.00011281292106306 [GeV] -Cell[12,22] 0.0032293411123191 [GeV] -Cell[10,26] 1.0806304431753e-05 [GeV] -Cell[9,25] 0.0008150448177851 [GeV] -### Total energy deposition in calorimeter by a source track in 54 cells : 0.48340515794976 (GeV) - -Source track ID 11452 (pi-,0.45190315970639[GeV]) at (451.65111799794,-214.50237204098,41.540450638893) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[9,10] 0.0021021493856045 [GeV] -Cell[8,13] 1.9402997248108e-05 [GeV] -Cell[9,9] 0.0056266926405409 [GeV] -Cell[10,8] 1.5075997715257e-05 [GeV] -Cell[9,7] 1.287685790885e-09 [GeV] -Cell[8,12] 0.0003796490812565 [GeV] -Cell[9,11] 1.4551915228367e-13 [GeV] -Cell[11,47] 1.0493562524516e-07 [GeV] -Cell[9,8] 0.00058149658291302 [GeV] -Cell[7,15] 0.00092174475094907 [GeV] -Cell[6,34] 6.049860996427e-06 [GeV] -Cell[7,25] 7.0568051793089e-05 [GeV] -Cell[7,26] 1.3732574938331e-05 [GeV] -Cell[6,26] 0.0010723781441197 [GeV] -Cell[6,25] 0.0033864013581692 [GeV] -Cell[10,40] 5.9889060821661e-09 [GeV] -Cell[5,25] 5.9103019884787e-07 [GeV] -Cell[9,44] 1.4373628857356e-05 [GeV] -Cell[11,31] 0.00011760811630063 [GeV] -Cell[12,32] 1.2102318316465e-05 [GeV] -Cell[12,31] 0.00023981593813824 [GeV] -Cell[10,6] 0.00025644974025977 [GeV] -Cell[13,26] 6.4571917755529e-07 [GeV] -Cell[14,25] 0.00066403192580887 [GeV] -Cell[10,4] 1.7429151921533e-07 [GeV] -Cell[10,1] 1.9456568406895e-07 [GeV] -Cell[12,30] 1.747007103404e-06 [GeV] -Cell[15,2] 0.00028386509334518 [GeV] -Cell[9,22] 3.3249140280532e-05 [GeV] -Cell[14,12] 1.1420069087762e-05 [GeV] -Cell[11,5] 5.0278141861781e-07 [GeV] -Cell[12,4] 0.00011983635106367 [GeV] -Cell[11,33] 8.4294343878355e-09 [GeV] -Cell[11,34] 1.2177734561192e-07 [GeV] -Cell[12,47] 8.5963322899261e-06 [GeV] -Cell[12,46] 4.2079958819841e-05 [GeV] -Cell[10,44] 0.037066396331047 [GeV] -Cell[10,45] 0.1692185285733 [GeV] -Cell[9,46] 0.0012646880420635 [GeV] -Cell[10,32] 8.6577923502773e-07 [GeV] -Cell[11,14] 5.9158079578992e-05 [GeV] -Cell[10,14] 7.888779360087e-06 [GeV] -Cell[10,47] 0.00059949323271383 [GeV] -Cell[14,26] 0.0013208342179137 [GeV] -Cell[14,27] 1.1258189333603e-06 [GeV] -Cell[9,16] 1.7574793659151e-05 [GeV] -Cell[10,10] 3.058770642383e-05 [GeV] -Cell[16,37] 0.00080787241568237 [GeV] -Cell[15,36] 2.5852156599285e-05 [GeV] -Cell[16,36] 5.5622839427087e-06 [GeV] -Cell[15,37] 5.538495228393e-06 [GeV] -Cell[15,1] 1.7859157685507e-07 [GeV] -Cell[9,15] 0.00082239876514905 [GeV] -Cell[10,46] 0.010038638648367 [GeV] -Cell[4,42] 1.7337094031973e-05 [GeV] -Cell[4,43] 1.1108843900729e-05 [GeV] -Cell[4,44] 1.8743109336356e-05 [GeV] -Cell[16,24] 3.4942192171002e-05 [GeV] -Cell[15,11] 0.0005081885309952 [GeV] -Cell[15,10] 0.00078501562082977 [GeV] -Cell[11,46] 0.00075602080877525 [GeV] -Cell[9,47] 0.0010330686456178 [GeV] -Cell[9,0] 0.00044360229509869 [GeV] -Cell[6,24] 1.6504114000782e-08 [GeV] -Cell[8,47] 8.6465837272044e-05 [GeV] -Cell[5,37] 7.3094150866382e-07 [GeV] -Cell[4,47] 7.5746190850623e-07 [GeV] -Cell[8,23] 4.7209534520675e-05 [GeV] -Cell[9,45] 7.3112160687288e-06 [GeV] -Cell[10,5] 6.6657091112575e-05 [GeV] -Cell[10,7] 2.4463126919727e-09 [GeV] -Cell[10,43] 0.0019980426790862 [GeV] -Cell[5,26] 3.2222367008217e-07 [GeV] -Cell[11,41] 4.9203376111109e-06 [GeV] -Cell[11,40] 4.1893447601069e-05 [GeV] -Cell[12,3] 2.8584446408786e-07 [GeV] -Cell[10,0] 1.3623802806251e-07 [GeV] -Cell[8,16] 8.4030616562814e-09 [GeV] -Cell[9,31] 5.4869742598385e-09 [GeV] -Cell[9,32] 4.6941568143666e-10 [GeV] -Cell[11,45] 0.0030958930436426 [GeV] -Cell[6,20] 2.2386828321032e-05 [GeV] -Cell[5,20] 0.0046353048560039 [GeV] -Cell[5,21] 0.0036684967343102 [GeV] -Cell[5,19] 9.1548551382743e-05 [GeV] -Cell[4,19] 2.0411913283169e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 86 cells : 0.25467249429289 (GeV) - -Source track ID 11453 (pi+,0.27064609787518[GeV]) at (-301.22744607228,-399.0764660222,-430.7843724603) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[7,31] 0.026874005093583 [GeV] -Cell[7,30] 0.16042370505456 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.18729771014814 (GeV) - -Source track ID 11450 (gamma,0.030277472066976[GeV]) at (-262.61717472897,-425.47881208983,-249.93722879078) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[9,31] 0.00055732738445458 [GeV] -Cell[8,31] 0.029720144682522 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.030277472066976 (GeV) - -Source track ID 11451 (gamma,0.21817839651567[GeV]) at (494.37179956987,-74.809917725211,-128.26271925525) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[9,46] 0.022273879522718 [GeV] -Cell[9,47] 0.19036318775727 [GeV] -Cell[9,0] 0.0055413292356789 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.21817839651567 (GeV) - -Source track ID 11359 (pi-,0.61947578125273[GeV]) at (-469.60907620308,-171.66046588451,-293.55237800909) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[6,28] 2.4030427505295e-06 [GeV] -Cell[6,29] 2.2674995534544e-09 [GeV] -Cell[8,9] 4.0510152313118e-06 [GeV] -Cell[8,10] 0.0010052480141544 [GeV] -Cell[9,10] 1.4048875425942e-05 [GeV] -Cell[7,33] 7.5654975262296e-10 [GeV] -Cell[4,21] 3.6198204441462e-05 [GeV] -Cell[7,9] 1.4616701821524e-07 [GeV] -Cell[9,9] 0.00038914803469038 [GeV] -Cell[9,7] 0.0011866383732661 [GeV] -Cell[9,30] 2.7385705255938e-06 [GeV] -Cell[9,26] 0.0013760387056555 [GeV] -Cell[7,25] 9.7322568804429e-05 [GeV] -Cell[7,27] 0.00095563632813833 [GeV] -Cell[7,26] 0.004245581875857 [GeV] -Cell[7,28] 0.006100516435135 [GeV] -Cell[6,40] 0.00071295722282907 [GeV] -Cell[4,20] 0.00018009591842929 [GeV] -Cell[8,26] 0.20951208389136 [GeV] -Cell[9,28] 0.0009252873900889 [GeV] -Cell[10,25] 0.00076763432713332 [GeV] -Cell[9,33] 0.00040041799290168 [GeV] -Cell[8,29] 0.015794938143102 [GeV] -Cell[8,28] 0.0071793017618404 [GeV] -Cell[7,20] 0.00017387159277268 [GeV] -Cell[11,36] 1.5451398212463e-08 [GeV] -Cell[8,27] 0.013907329413702 [GeV] -Cell[7,18] 1.2785312719643e-10 [GeV] -Cell[7,17] 0.00019684878970429 [GeV] -Cell[10,36] 1.91502913367e-08 [GeV] -Cell[13,6] 1.4246255916078e-05 [GeV] -Cell[9,24] 1.7180067288791e-09 [GeV] -Cell[11,22] 8.038041414693e-09 [GeV] -Cell[11,25] 0.0010330698944412 [GeV] -Cell[10,24] 2.418219082756e-10 [GeV] -Cell[11,9] 0.0032006482137672 [GeV] -Cell[11,5] 3.7355505628511e-07 [GeV] -Cell[10,26] 0.00056499036310838 [GeV] -Cell[9,25] 0.00024338196773044 [GeV] -Cell[15,36] 3.6765995901078e-09 [GeV] -Cell[15,37] 9.4657298177481e-10 [GeV] -Cell[12,3] 9.6337642351045e-06 [GeV] -Cell[6,20] 6.2416410053174e-06 [GeV] -Cell[7,31] 0.0023443633550586 [GeV] -Cell[7,30] 0.0038411394609506 [GeV] -Cell[8,25] 0.0044080011020104 [GeV] -Cell[5,43] 2.4749577405601e-06 [GeV] -Cell[2,10] 2.3998338190268e-07 [GeV] -Cell[11,1] 4.8356887418777e-07 [GeV] -Cell[14,28] 1.3412128144978e-05 [GeV] -Cell[15,29] 2.2606996935906e-05 [GeV] -Cell[14,29] 2.2709284938855e-06 [GeV] -Cell[8,24] 0.00019723221612662 [GeV] -Cell[9,34] 5.471280842653e-05 [GeV] -Cell[6,1] 5.6979668675922e-05 [GeV] -Cell[3,40] 5.3535906452453e-05 [GeV] -Cell[2,40] 0.00011245581935509 [GeV] -Cell[2,41] 5.8526911627268e-05 [GeV] -Cell[2,39] 1.1712542822352e-05 [GeV] -Cell[2,23] 4.8666590533685e-05 [GeV] -Cell[2,28] 0.00035005335908318 [GeV] -Cell[3,28] 0.0006159205014701 [GeV] -Cell[2,29] 0.00070622309260045 [GeV] -Cell[3,29] 0.0013234948668859 [GeV] -Cell[9,27] 0.0017544090396604 [GeV] -Cell[10,27] 0.0021585155703234 [GeV] -Cell[11,37] 1.8215416639578e-06 [GeV] -Cell[11,38] 0.00015637793280098 [GeV] -Cell[10,37] 4.9399091728901e-06 [GeV] -Cell[10,31] 3.537253360264e-08 [GeV] -Cell[11,10] 7.4144014588455e-06 [GeV] -Cell[13,37] 0.00056716458910866 [GeV] -Cell[12,2] 5.5856615247194e-06 [GeV] -Cell[11,2] 2.6441703084856e-09 [GeV] -Cell[15,44] 6.0418377979659e-06 [GeV] -Cell[13,7] 0.00084037963866263 [GeV] -Cell[7,29] 0.004948347907628 [GeV] -Cell[6,31] 1.7378039223217e-05 [GeV] -Cell[6,32] 1.2572918193769e-05 [GeV] -Cell[7,32] 1.1256927211889e-06 [GeV] -Cell[6,30] 2.5403552399439e-09 [GeV] -Cell[6,21] 2.6256399669364e-06 [GeV] -Cell[6,46] 0.0014821881515837 [GeV] -Cell[6,45] 0.00042483139639887 [GeV] -Cell[9,29] 0.0012008379118398 [GeV] -Cell[8,30] 0.0042654330131298 [GeV] -### Total energy deposition in calorimeter by a source track in 86 cells : 0.30232165880042 (GeV) - -Source track ID 11361 (pi+,0.24491772937007[GeV]) at (367.0829200119,-339.48509515962,-1105.3247813573) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[4,42] 0.13213614041216 [GeV] -Cell[4,41] 0.011626048587971 [GeV] -Cell[3,41] 0.00087519258213294 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.14463738158226 (GeV) - -Source track ID 11362 (neutron,0.94404684688646[GeV]) at (-421.82144845646,-268.45235261047,-269.14707135045) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[8,28] 0.00092158549143385 [GeV] -Cell[8,0] 0.00069355604392706 [GeV] -Cell[8,3] 0.0028541061463555 [GeV] -Cell[8,1] 5.5107375374064e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.0044693027890918 (GeV) +Cell[15,30] 0.10428171787902 [GeV] +Cell[16,31] 0.0099272486036537 [GeV] +Cell[15,31] 0.0015688201663602 [GeV] +Cell[16,6] 0.00051099891 [GeV] +Cell[16,30] 0.057745753859766 [GeV] +Cell[17,44] 0.0021611444168677 [GeV] +Cell[18,26] 0.00032505320070805 [GeV] +Cell[17,1] 6.4267992876786e-05 [GeV] +Cell[17,4] 0.00051099891 [GeV] +Cell[19,26] 0.00051099891 [GeV] +Cell[15,41] 0.0034555817582601 [GeV] +Cell[17,0] 0.00040836781606323 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.18147095242358 (GeV) -Source track ID 11365 (neutron,0.94034369375949[GeV]) at (-452.39977122473,-212.91887421225,-110.59935352816) +Source track ID 7252 (gamma,0.79108390679382[GeV]) at (-463.39575598804,-187.78810753684,658.3495232388) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[6,26] 2.9069761512801e-07 [GeV] -Cell[7,17] 3.2388957876833e-05 [GeV] -Cell[9,27] 0.00028672419952068 [GeV] -Cell[2,45] 0.00045710427396091 [GeV] -Cell[2,46] 1.8256299372297e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.00077833375891078 (GeV) - -Source track ID 11366 (gamma,0.00052816623409991[GeV]) at (-498.82511037525,-34.256521410093,281.76147979198) +Cell[13,26] 0.69163547759678 [GeV] +Cell[14,17] 0.00070493323127328 [GeV] +Cell[13,27] 0.071148264646082 [GeV] +Cell[17,39] 0.0049962525597486 [GeV] +Cell[9,4] 0.00051099891 [GeV] +Cell[13,28] 0.00075867198173217 [GeV] +Cell[14,25] 0.0030895589366457 [GeV] +Cell[14,26] 0.0048060372366957 [GeV] +Cell[13,25] 0.00038484548615669 [GeV] +Cell[13,4] 0.00034963484917149 [GeV] +Cell[19,5] 0.0014559344818118 [GeV] +Cell[16,39] 0.0015579325894038 [GeV] +Cell[4,5] 0.0004331482044981 [GeV] +Cell[13,41] 0.00051099891 [GeV] +Cell[14,18] 0.00039258810284171 [GeV] +Cell[14,47] 0.0016187703989691 [GeV] +Cell[12,2] 0.0012506300647715 [GeV] +Cell[13,37] 0.00029274581529739 [GeV] +Cell[13,8] 0.0013842858790324 [GeV] +Cell[13,39] 0.00072190335785519 [GeV] +Cell[19,15] 0.00051099891 [GeV] +Cell[15,44] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 22 cells : 0.78902561105877 (GeV) + +Source track ID 6874 (gamma,0.68389327451526[GeV]) at (-406.71456428243,-290.83201887095,428.61115407031) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,24] 0.00052816623409991 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00052816623409991 (GeV) +Cell[11,7] 0.0021937963072371 [GeV] +Cell[13,28] 0.00088467612755464 [GeV] +Cell[12,28] 0.63223174405038 [GeV] +Cell[12,29] 0.03744087593714 [GeV] +Cell[17,41] 0.0067433996383277 [GeV] +Cell[11,28] 0.0019547705522757 [GeV] +Cell[12,30] 0.00051099891 [GeV] +Cell[12,27] 0.00051099891 [GeV] +Cell[11,29] 0.00051099891 [GeV] +Cell[4,2] 0.00049230905791017 [GeV] +Cell[14,43] 0.00041658518805702 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.68389115358889 (GeV) -Source track ID 11367 (gamma,0.00015273356432965[GeV]) at (-350.9712186522,-356.11683992447,-220.88839737848) +Source track ID 6881 (gamma,0.00085587022965446[GeV]) at (110.77464150465,487.57458793452,953.74087328421) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[8,30] 0.00015273356432965 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00015273356432965 (GeV) +Cell[15,10] 0.00085587022965446 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00085587022965446 (GeV) -Source track ID 11368 (gamma,8.6523380193532e-05[GeV]) at (-489.17247690511,-103.49052052491,-723.07666334843) +Source track ID 6876 (e-,0.026975571544253[GeV]) at (-266.59408761318,-422.99833622568,1032.3071360832) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[6,25] 8.6523380193532e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 8.6523380193532e-05 (GeV) +Cell[15,31] 0.026464572634253 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.026464572634253 (GeV) -Source track ID 11350 (neutron,0.94329086622439[GeV]) at (-407.70258636182,-289.44533348092,-92.108094885551) +Source track ID 6877 (e+,0.20105594296674[GeV]) at (-268.82397237266,-421.584714948,329.69468131676) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[9,30] 0.0034727562616117 [GeV] -Cell[9,28] 0.00016395388109049 [GeV] -Cell[9,31] 6.2665145946994e-08 [GeV] -Cell[9,29] 1.0199978843957e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.0036469727866921 (GeV) - -Source track ID 11351 (neutron,0.94038526655418[GeV]) at (-473.11354147796,161.75159000821,-304.69199236031) +Cell[13,26] 0.00012420981277237 [GeV] +Cell[12,31] 0.004692793002412 [GeV] +Cell[11,31] 0.192800814983 [GeV] +Cell[11,32] 0.0022570550578526 [GeV] +Cell[15,8] 0.0013052799234736 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.20118015277951 (GeV) + +Source track ID 6782 (proton,1.6969542581114[GeV]) at (-499.98847759055,3.3944479210695,256.83354770657) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[7,27] 9.7689449057725e-07 [GeV] -Cell[3,28] 1.9680534023792e-08 [GeV] -Cell[8,21] 0.00081857471236242 [GeV] -Cell[4,5] 6.138879689388e-08 [GeV] -Cell[4,4] 2.4726672563702e-08 [GeV] -Cell[4,6] 2.1024112356827e-08 [GeV] -Cell[2,27] 2.3055035853758e-08 [GeV] -Cell[3,27] 6.1260332586244e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.00081976274233728 (GeV) - -Source track ID 11352 (gamma,0.00019891753459734[GeV]) at (486.16618545096,116.80085669232,-842.64122605155) +Cell[12,24] 0.0048122109899531 [GeV] +Cell[12,31] 3.3496879041195e-08 [GeV] +Cell[11,21] 0.0021541275746064 [GeV] +Cell[12,32] 1.1212038867825e-06 [GeV] +Cell[11,23] 0.44868491822595 [GeV] +Cell[11,24] 0.040426620116579 [GeV] +Cell[10,22] 0.0012819733913809 [GeV] +Cell[11,22] 0.010348814388922 [GeV] +Cell[10,21] 0.0005883599220502 [GeV] +Cell[12,25] 0.00053452915489845 [GeV] +Cell[12,23] 0.0038810311154604 [GeV] +Cell[11,20] 4.3686135686926e-05 [GeV] +Cell[11,19] 3.3936886264883e-06 [GeV] +Cell[12,20] 6.3155312091112e-12 [GeV] +Cell[12,11] 0.00028876152736302 [GeV] +Cell[12,10] 2.8712806852127e-09 [GeV] +Cell[12,22] 0.0081741056901195 [GeV] +Cell[11,3] 2.04928801395e-08 [GeV] +Cell[10,23] 0.0014026327291766 [GeV] +Cell[11,25] 0.010062487783982 [GeV] +Cell[11,37] 0.0022248490643656 [GeV] +Cell[11,36] 0.004203924145851 [GeV] +Cell[11,35] 1.1062838893849e-09 [GeV] +Cell[10,25] 4.1841539146844e-05 [GeV] +Cell[10,24] 0.0097438020345901 [GeV] +Cell[10,20] 6.0218250218213e-05 [GeV] +Cell[10,19] 0.0012524153753504 [GeV] +Cell[12,26] 0.0001675710170116 [GeV] +Cell[11,26] 4.8708898248151e-09 [GeV] +Cell[13,22] 0.0015356418536148 [GeV] +Cell[13,21] 0.0047340144068742 [GeV] +Cell[12,21] 0.00075991277469632 [GeV] +Cell[14,22] 0.00021951004550215 [GeV] +Cell[14,21] 1.4056464465284e-08 [GeV] +Cell[9,23] 2.5630627192186e-08 [GeV] +Cell[9,25] 0.0061944391897863 [GeV] +Cell[9,24] 0.0015782640348792 [GeV] +### Total energy deposition in calorimeter by a source track in 37 cells : 0.56540527990215 (GeV) + +Source track ID 6783 (anti_proton,1.035686787016[GeV]) at (-278.02848286974,-415.57209087372,-334.74161876594) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[5,1] 0.00019891753459734 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00019891753459734 (GeV) - -Source track ID 11353 (gamma,0.0045589713607505[GeV]) at (-338.58945119125,367.90920556845,-795.28295112636) +Cell[8,10] 6.685944686069e-07 [GeV] +Cell[7,10] 0.0018852284179252 [GeV] +Cell[9,9] 6.926858532097e-08 [GeV] +Cell[7,11] 0.00076395744593083 [GeV] +Cell[6,34] 2.3872462942336e-06 [GeV] +Cell[7,34] 0.010401674373828 [GeV] +Cell[7,35] 0.0012426102848732 [GeV] +Cell[7,33] 0.045283475912496 [GeV] +Cell[7,32] 0.1275760619781 [GeV] +Cell[6,35] 5.038765548079e-06 [GeV] +Cell[9,10] 0.0015049442368199 [GeV] +Cell[7,7] 5.3866066155024e-06 [GeV] +Cell[9,32] 0.003805302689399 [GeV] +Cell[9,11] 4.6179647848476e-05 [GeV] +Cell[8,35] 0.00065009984326105 [GeV] +Cell[11,30] 4.2404207575601e-05 [GeV] +Cell[7,30] 0.19694183149385 [GeV] +Cell[12,24] 0.0050419931472166 [GeV] +Cell[9,47] 0.00081865615625911 [GeV] +Cell[7,13] 0.00011230883930693 [GeV] +Cell[7,47] 0.00037832129317286 [GeV] +Cell[12,31] 0.005745048042694 [GeV] +Cell[7,6] 3.5757434488914e-09 [GeV] +Cell[9,31] 3.3886068819129e-06 [GeV] +Cell[12,32] 0.00075088245461302 [GeV] +Cell[13,31] 0.0047312906512825 [GeV] +Cell[15,41] 0.0014704188588078 [GeV] +Cell[13,27] 0.0014042187172072 [GeV] +Cell[13,28] 0.050837644402415 [GeV] +Cell[14,26] 0.00040573763126629 [GeV] +Cell[13,25] 0.00046071311861817 [GeV] +Cell[13,8] 2.0473917451454e-05 [GeV] +Cell[15,44] 4.2866006260738e-06 [GeV] +Cell[12,28] 0.00053470749288988 [GeV] +Cell[12,29] 8.2779452496993e-05 [GeV] +Cell[11,28] 0.00018506151803558 [GeV] +Cell[12,30] 3.6690409410767e-07 [GeV] +Cell[12,27] 0.00038558399649332 [GeV] +Cell[11,23] 1.3050290552201e-05 [GeV] +Cell[11,24] 0.0034001000077884 [GeV] +Cell[12,25] 0.087993397468343 [GeV] +Cell[12,23] 3.1325513060438e-05 [GeV] +Cell[11,25] 0.0038699100292832 [GeV] +Cell[11,36] 0.00066915714070592 [GeV] +Cell[11,35] 0.00010596858896611 [GeV] +Cell[10,25] 0.0044649878126419 [GeV] +Cell[10,24] 0.00045457281220479 [GeV] +Cell[10,20] 0.0019591699013646 [GeV] +Cell[12,26] 0.0018013335280611 [GeV] +Cell[11,26] 3.4852377188145e-05 [GeV] +Cell[8,31] 0.32925264306951 [GeV] +Cell[7,31] 0.023570298447995 [GeV] +Cell[12,3] 0.00010784859481464 [GeV] +Cell[10,17] 0.00094408003841693 [GeV] +Cell[10,18] 2.2506854293169e-08 [GeV] +Cell[10,26] 0.039858087565602 [GeV] +Cell[15,40] 0.00017098337773712 [GeV] +Cell[15,42] 1.7742771410667e-07 [GeV] +Cell[14,42] 4.642107876407e-08 [GeV] +Cell[10,35] 0.00022309462347096 [GeV] +Cell[10,36] 0.0012508638347264 [GeV] +Cell[9,18] 1.9092720214758e-05 [GeV] +Cell[9,17] 0.00093591879784844 [GeV] +Cell[9,19] 0.00061519101530303 [GeV] +Cell[9,29] 1.1445941344959e-05 [GeV] +Cell[10,29] 4.1748108860702e-06 [GeV] +Cell[10,30] 3.7545146483353e-08 [GeV] +Cell[11,27] 0.0010686519456003 [GeV] +Cell[14,41] 2.7603931957856e-06 [GeV] +Cell[18,16] 0.00023251796195359 [GeV] +Cell[17,16] 1.2193535667393e-08 [GeV] +Cell[17,15] 4.3044565245509e-11 [GeV] +Cell[14,35] 2.5770781183382e-05 [GeV] +Cell[12,37] 9.3628173252e-05 [GeV] +Cell[12,36] 2.7387868613005e-07 [GeV] +Cell[14,3] 0.00044925347661402 [GeV] +Cell[6,6] 0.0083560099346975 [GeV] +Cell[5,9] 0.0019540657950097 [GeV] +Cell[5,8] 0.00064602518973834 [GeV] +Cell[5,7] 3.6290561979513e-08 [GeV] +Cell[5,10] 2.1485473098437e-08 [GeV] +Cell[4,9] 0.0012505263564585 [GeV] +Cell[4,8] 9.7369326149874e-05 [GeV] +Cell[4,7] 3.0016417440493e-10 [GeV] +Cell[6,5] 0.011306603813049 [GeV] +Cell[13,24] 6.9083128960301e-06 [GeV] +Cell[8,32] 0.00917307824845 [GeV] +Cell[13,29] 0.011208276366099 [GeV] +Cell[14,28] 0.12909877390913 [GeV] +Cell[15,23] 6.3038034422789e-06 [GeV] +Cell[15,0] 1.4370865392266e-05 [GeV] +Cell[16,0] 0.00052459402527995 [GeV] +Cell[16,1] 8.3389117173738e-07 [GeV] +Cell[11,11] 3.4347169275861e-06 [GeV] +Cell[10,11] 4.373543174006e-05 [GeV] +Cell[10,9] 6.0676676074422e-05 [GeV] +Cell[10,10] 0.00069555123982173 [GeV] +Cell[0,40] 7.273551034109e-05 [GeV] +Cell[15,12] 0.00030211298422034 [GeV] +Cell[16,12] 2.2249296307564e-09 [GeV] +Cell[15,11] 1.4448963213454e-07 [GeV] +Cell[14,27] 0.0017990840561241 [GeV] +Cell[15,27] 1.6880221664906e-12 [GeV] +Cell[13,30] 0.00051794255023356 [GeV] +Cell[11,2] 0.0011880282549072 [GeV] +Cell[15,7] 0.0019879454989391 [GeV] +Cell[8,33] 0.066037062010644 [GeV] +Cell[7,28] 0.00074619168084882 [GeV] +Cell[8,29] 1.8656641215784e-05 [GeV] +Cell[8,28] 0.0011429139437114 [GeV] +Cell[7,29] 0.001166751314896 [GeV] +Cell[8,30] 0.0056425854756519 [GeV] +Cell[6,33] 2.5952693931686e-09 [GeV] +Cell[6,32] 2.2309833639156e-08 [GeV] +Cell[6,40] 0.00019326442131182 [GeV] +Cell[7,40] 2.6690846907513e-06 [GeV] +Cell[6,19] 1.3715895113364e-07 [GeV] +Cell[3,3] 6.5781534911366e-05 [GeV] +Cell[0,41] 0.0042020691061643 [GeV] +Cell[3,29] 0.00082858772621717 [GeV] +Cell[0,42] 0.00051099891 [GeV] +Cell[8,34] 0.019157170566436 [GeV] +Cell[7,36] 0.00067746645745513 [GeV] +Cell[6,14] 0.00097075440633398 [GeV] +Cell[6,13] 0.0044204777886359 [GeV] +Cell[6,12] 1.6420235187979e-05 [GeV] +Cell[9,21] 0.0073133471096628 [GeV] +Cell[9,20] 0.0024621902334966 [GeV] +### Total energy deposition in calorimeter by a source track in 128 cells : 1.2630566197072 (GeV) + +Source track ID 6816 (gamma,0.37133215847831[GeV]) at (-133.93655784029,-481.72709958429,181.68248477741) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[5,17] 0.0045589713607505 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0045589713607505 (GeV) - -Source track ID 11354 (gamma,0.0021306168529282[GeV]) at (-442.33429136175,233.11022003656,-767.19802887523) +Cell[11,45] 0.00042000721720029 [GeV] +Cell[11,21] 0.00010989534631169 [GeV] +Cell[11,32] 0.0027005488986125 [GeV] +Cell[10,25] 0.00013137170608465 [GeV] +Cell[10,24] 0.00060974364385897 [GeV] +Cell[10,33] 0.2883576489161 [GeV] +Cell[10,34] 0.039967490030446 [GeV] +Cell[11,33] 0.013062669813297 [GeV] +Cell[11,34] 0.023518334728897 [GeV] +Cell[12,7] 0.0010825675166469 [GeV] +Cell[10,32] 0.00030494869735458 [GeV] +Cell[9,15] 0.00075853050485438 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.37102375701966 (GeV) + +Source track ID 6818 (e-,0.053081687509683[GeV]) at (-357.35981459583,-349.70553743404,66.463196768875) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[6,20] 0.0021306168529282 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0021306168529282 (GeV) +Cell[9,39] 0.00048438910670528 [GeV] +Cell[10,29] 0.014096154761349 [GeV] +Cell[10,30] 0.034642174196172 [GeV] +Cell[10,31] 0.003347970535457 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.052570688599683 (GeV) -Source track ID 11355 (gamma,0.0043490592191237[GeV]) at (-263.79913591217,-424.7470022166,-270.74575300488) +Source track ID 6819 (e+,0.082512261582866[GeV]) at (-386.83815124818,-316.79053764102,68.592448319282) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[8,31] 0.0043490592191237 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0043490592191237 (GeV) - -Source track ID 11356 (gamma,0.002744980480673[GeV]) at (-452.48390326757,-212.74002275957,368.40568125783) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,27] 0.002744980480673 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.002744980480673 (GeV) - -Source track ID 11357 (gamma,0.0013630949766026[GeV]) at (241.39916632113,437.86578137537,-396.9058974139) +Cell[10,29] 0.068402110485701 [GeV] +Cell[12,37] 0.00016154244099139 [GeV] +Cell[15,11] 0.010198379483677 [GeV] +Cell[10,28] 0.0029770833134157 [GeV] +Cell[14,46] 0.00063223605069583 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.082371351774481 (GeV) + +Source track ID 6786 (pi+,0.39314448529726[GeV]) at (-477.15733140858,-149.40174390898,242.78317261237) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[8,8] 0.0013630949766026 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0013630949766026 (GeV) - -Source track ID 11328 (gamma,0.37133215847831[GeV]) at (-133.93656217983,-481.72709837775,181.68248343666) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[11,32] 0.00057019409239618 [GeV] -Cell[11,33] 0.068294483833698 [GeV] -Cell[11,34] 0.01196920839336 [GeV] -Cell[10,32] 0.0024621477948471 [GeV] -Cell[10,33] 0.27027060834623 [GeV] -Cell[10,34] 0.0167229702034 [GeV] -Cell[12,35] 0.00025224779643049 [GeV] -Cell[10,35] 0.00048475019819631 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.37102661065856 (GeV) - -Source track ID 11329 (gamma,0.136782797126[GeV]) at (-378.97238114212,-326.15936952887,68.392641781324) +Cell[11,24] 0.00064018883708724 [GeV] +Cell[10,21] 0.0030486666541542 [GeV] +Cell[11,19] 0.00070497312724132 [GeV] +Cell[11,25] 0.26613890579521 [GeV] +Cell[10,25] 3.1722896499105e-06 [GeV] +Cell[10,24] 0.00031280325334649 [GeV] +Cell[10,20] 7.4075981242004e-05 [GeV] +Cell[10,19] 2.8437199591735e-07 [GeV] +Cell[11,26] 0.055880068709695 [GeV] +Cell[10,26] 0.0044051615485311 [GeV] +Cell[11,27] 2.3679019296765e-05 [GeV] +Cell[7,4] 6.249376386404e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 12 cells : 0.33129447335132 (GeV) + +Source track ID 6787 (pi-,0.89638080830722[GeV]) at (-156.71200126051,-474.80664344649,404.63030529788) Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[10,28] 0.015563656838057 [GeV] -Cell[10,29] 0.11731885293237 [GeV] -Cell[9,16] 0.0014093758028973 [GeV] -Cell[10,33] 0.0024909115526771 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.136782797126 (GeV) +Cell[13,33] 0.021154472417088 [GeV] +Cell[12,32] 3.3162950456926e-06 [GeV] +Cell[13,32] 0.001689135967135 [GeV] +Cell[14,32] 0.0061367979754796 [GeV] +Cell[15,32] 0.00017493463132485 [GeV] +Cell[15,31] 0.0022231141480426 [GeV] +Cell[14,31] 0.0040036101993032 [GeV] +Cell[13,31] 5.1195817820826e-07 [GeV] +Cell[11,35] 0.00052179731770264 [GeV] +Cell[12,36] 7.8580342233181e-13 [GeV] +Cell[13,30] 1.4144461601973e-11 [GeV] +Cell[11,34] 0.00073082780751284 [GeV] +Cell[12,7] 9.2567917017732e-06 [GeV] +Cell[12,33] 0.12862911973667 [GeV] +Cell[12,34] 0.33131538536242 [GeV] +Cell[12,35] 0.0038864494990433 [GeV] +Cell[13,34] 0.0073491670348511 [GeV] +Cell[13,35] 0.0017386818749821 [GeV] +Cell[13,36] 0.00028666681554432 [GeV] +Cell[14,33] 0.058438643915705 [GeV] +Cell[14,34] 0.0013967147746198 [GeV] +Cell[12,6] 0.0011129630477665 [GeV] +Cell[12,5] 2.2073564173297e-07 [GeV] +Cell[15,33] 0.00028245877998336 [GeV] +### Total energy deposition in calorimeter by a source track in 24 cells : 0.57108424710067 (GeV) + +Source track ID 6776 (gamma,0.032559394638405[GeV]) at (-498.62851788036,-37.008122844003,-1797.0008750584) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[0,24] 0.02401501159238 [GeV] +Cell[1,14] 0.0003396630971513 [GeV] +Cell[1,44] 0.0018843423902648 [GeV] +Cell[0,11] 0.00098176645969114 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.027220783539487 (GeV) -Source track ID 11311 (pi+,0.39381255726278[GeV]) at (-477.75927219491,-147.46551404239,247.70938647134) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[7,10] 0.0012953806721169 [GeV] -Cell[8,13] 2.6847721223021e-05 [GeV] -Cell[7,9] 2.4230212147813e-10 [GeV] -Cell[10,39] 0.00050871352759577 [GeV] -Cell[11,26] 0.097695335521907 [GeV] -Cell[11,31] 0.00035641884662562 [GeV] -Cell[11,32] 0.0025253611788177 [GeV] -Cell[12,31] 3.1160507725303e-05 [GeV] -Cell[13,26] 0.00039804633740096 [GeV] -Cell[12,28] 5.132296559168e-06 [GeV] -Cell[12,27] 2.8496087470558e-06 [GeV] -Cell[12,29] 0.049432611219788 [GeV] -Cell[12,30] 0.0055784473053832 [GeV] -Cell[11,28] 0.00029805902844964 [GeV] -Cell[11,24] 2.2281262955062e-05 [GeV] -Cell[11,25] 0.0020226314116715 [GeV] -Cell[10,26] 2.8978742966501e-07 [GeV] -Cell[9,15] 0.0002287632978208 [GeV] -Cell[10,27] 0.0002879840969623 [GeV] -Cell[12,2] 3.0662849894725e-07 [GeV] -Cell[4,4] 6.718497374095e-06 [GeV] -Cell[11,27] 0.0031639912860321 [GeV] -Cell[10,35] 5.5674370814813e-05 [GeV] -Cell[8,14] 0.0007968664200107 [GeV] -Cell[5,4] 0.00097707845175114 [GeV] -Cell[4,3] 5.5183903528928e-05 [GeV] -Cell[4,2] 0.00072483717190244 [GeV] -Cell[9,41] 5.1377882016823e-05 [GeV] -Cell[8,34] 1.4739461573754e-07 [GeV] -Cell[8,35] 8.0384290868096e-10 [GeV] -Cell[13,19] 0.0010795505592783 [GeV] -Cell[9,40] 0.00073932650154711 [GeV] -Cell[13,2] 0.010047209169625 [GeV] -Cell[14,3] 2.460058340148e-09 [GeV] -Cell[13,3] 1.703369889583e-12 [GeV] -Cell[13,1] 0.015129327395831 [GeV] -Cell[14,1] 0.00089670234023579 [GeV] -Cell[14,2] 0.0063075717444959 [GeV] -Cell[12,26] 0.028086514516077 [GeV] -Cell[13,30] 0.00069263474462418 [GeV] -Cell[13,29] 0.0005472680628842 [GeV] -### Total energy deposition in calorimeter by a source track in 41 cells : 0.23007460417823 (GeV) - -Source track ID 11312 (pi-,0.89499772809866[GeV]) at (-157.4895732273,-474.54929599008,409.41675484986) -Original primary track ID 2 (unknown,2.8798399642419[GeV]) -Cell[9,13] 0.001568708095175 [GeV] -Cell[11,6] 0.00045271213315391 [GeV] -Cell[8,28] 8.5774360923097e-07 [GeV] -Cell[8,0] 5.4868048570029e-05 [GeV] -Cell[11,36] 0.0042456602800921 [GeV] -Cell[1,33] 1.966005685972e-05 [GeV] -Cell[7,18] 4.3563288636506e-07 [GeV] -Cell[10,36] 6.0623432538819e-05 [GeV] -Cell[11,32] 0.00032830942945475 [GeV] -Cell[12,32] 0.16679406101716 [GeV] -Cell[13,32] 9.3024573288858e-10 [GeV] -Cell[18,13] 9.7421815713915e-05 [GeV] -Cell[13,4] 0.0032096651368228 [GeV] -Cell[11,5] 0.00060371796056436 [GeV] -Cell[12,33] 0.49252714151772 [GeV] -Cell[11,33] 0.0046174628382582 [GeV] -Cell[11,34] 0.0041680375636661 [GeV] -Cell[10,22] 1.0535438690567e-05 [GeV] -Cell[10,27] 1.137188373832e-06 [GeV] -Cell[11,37] 3.0971382329881e-09 [GeV] -Cell[10,37] 5.6947465054691e-09 [GeV] -Cell[6,21] 0.00038720621203578 [GeV] -Cell[8,1] 1.4244730118662e-07 [GeV] -Cell[10,33] 6.7549001299767e-06 [GeV] -Cell[10,34] 0.0019248757933237 [GeV] -Cell[12,35] 0.0048020473180884 [GeV] -Cell[9,41] 9.3257761927362e-05 [GeV] -Cell[12,34] 0.0099658125915347 [GeV] -Cell[18,27] 6.0753683210351e-06 [GeV] -Cell[19,39] 0.00031873813816469 [GeV] -Cell[18,7] 4.6420181670328e-05 [GeV] -Cell[17,46] 8.9188520951552e-05 [GeV] -Cell[17,45] 3.0565677661798e-08 [GeV] -Cell[18,45] 1.069500142421e-07 [GeV] -Cell[18,46] 1.606152113709e-08 [GeV] -Cell[19,38] 8.6545187918091e-05 [GeV] -Cell[12,9] 5.3917424811516e-06 [GeV] -Cell[9,42] 0.00018118330475306 [GeV] -Cell[13,5] 0.00069539873065366 [GeV] -Cell[3,1] 8.5027101245942e-05 [GeV] -Cell[4,18] 3.6396713723661e-05 [GeV] -Cell[3,18] 6.1037053528707e-06 [GeV] -Cell[3,20] 0.0033128044969081 [GeV] -Cell[3,21] 3.4080585464835e-11 [GeV] -Cell[17,5] 1.9138835777994e-06 [GeV] -Cell[17,4] 6.5111752774101e-06 [GeV] -Cell[18,14] 2.3115622184378e-07 [GeV] -Cell[17,14] 6.7247242441226e-11 [GeV] -Cell[17,13] 1.4018280580785e-10 [GeV] -Cell[13,33] 0.0075363146730787 [GeV] -Cell[11,35] 0.0088841803780107 [GeV] -Cell[5,5] 0.0016751931765452 [GeV] -Cell[12,36] 2.9871702054152e-09 [GeV] -Cell[12,37] 1.5123351886359e-09 [GeV] -Cell[6,9] 1.17083376972e-06 [GeV] -Cell[7,1] 8.4677140133635e-06 [GeV] -Cell[7,0] 2.2846734304949e-07 [GeV] -Cell[4,15] 4.9067521758843e-06 [GeV] -Cell[0,33] 0.00011923449418646 [GeV] -Cell[1,34] 1.1047555917571e-05 [GeV] -Cell[1,35] 0.0009274039745086 [GeV] -Cell[11,7] 4.8861671141822e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 62 cells : 0.72003621949192 (GeV) - -Source track ID 11301 (gamma,0.032559394638405[GeV]) at (-498.62851114553,-37.008213585492,-1796.9984131748) +Source track ID 6748 (mu+,0.50795301578019[GeV]) at (-384.27947655128,319.88948701306,-1981.8295770449) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[1,44] 0.00038875061703686 [GeV] -Cell[1,24] 0.00045229029861484 [GeV] -Cell[0,24] 0.031718353722754 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.032559394638405 (GeV) +Cell[0,18] 0.021259563936297 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.021259563936297 (GeV) -Source track ID 11288 (pi+,0.77713653711371[GeV]) at (-480.20692235192,139.28859151165,-1799.7935475857) +Source track ID 6736 (gamma,1.9015972345341[GeV]) at (-363.22356462065,343.61117866605,-955.17209481822) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,6] 0.0011984444404634 [GeV] -Cell[5,24] 5.1563807890034e-06 [GeV] -Cell[6,8] 1.1178285523783e-05 [GeV] -Cell[9,44] 0.0022021844082444 [GeV] -Cell[9,43] 0.0058922996916458 [GeV] -Cell[10,43] 6.7114490192353e-06 [GeV] -Cell[2,40] 3.4668960724957e-06 [GeV] -Cell[2,41] 3.6258276668377e-07 [GeV] -Cell[2,46] 2.8371486114338e-06 [GeV] -Cell[9,41] 3.1466720429307e-09 [GeV] -Cell[9,42] 2.0473221789416e-05 [GeV] -Cell[1,24] 2.6200589900327e-08 [GeV] -Cell[0,24] 0.0033286326828739 [GeV] -Cell[1,21] 0.00024105348859365 [GeV] -Cell[0,21] 0.31351677239869 [GeV] -Cell[0,20] 0.010836370397218 [GeV] -Cell[0,19] 0.0010139398762689 [GeV] -Cell[0,22] 0.048322238576484 [GeV] -Cell[1,23] 0.0019447097645405 [GeV] -Cell[0,23] 0.00037044109598571 [GeV] -Cell[4,23] 8.6424674250679e-05 [GeV] -Cell[5,23] 4.3905745542361e-08 [GeV] -Cell[1,20] 0.0013943708637136 [GeV] -Cell[8,43] 1.5043807507027e-05 [GeV] -Cell[8,44] 8.7109970627353e-06 [GeV] -Cell[1,22] 8.9278592494225e-05 [GeV] -Cell[0,6] 0.00025936121568088 [GeV] -Cell[0,5] 0.0008882099113398 [GeV] -Cell[0,4] 1.227599568665e-10 [GeV] -Cell[1,31] 1.3629155815579e-05 [GeV] -Cell[6,5] 4.1442566333558e-05 [GeV] -Cell[6,7] 1.527622712274e-07 [GeV] -Cell[2,13] 1.3570633891504e-05 [GeV] -Cell[2,12] 2.1479782648385e-05 [GeV] -Cell[0,26] 0.0008266498342328 [GeV] -Cell[0,25] 0.00082805835271279 [GeV] -Cell[0,10] 9.1550351520027e-05 [GeV] -Cell[0,9] 6.7716210310209e-05 [GeV] -Cell[0,18] 0.00048503892710528 [GeV] -Cell[2,33] 2.348765093484e-05 [GeV] -Cell[3,2] 6.3792557048146e-06 [GeV] -Cell[1,19] 0.00038449843821718 [GeV] -Cell[0,7] 1.0351650416851e-09 [GeV] -### Total energy deposition in calorimeter by a source track in 43 cells : 0.39446240118026 (GeV) - -Source track ID 11285 (gamma,1.9015972345341[GeV]) at (-363.22356463351,343.61117865245,-955.17208655004) +Cell[6,31] 0.0003565984237707 [GeV] +Cell[5,45] 0.00051099891 [GeV] +Cell[6,8] 0.0022334857298448 [GeV] +Cell[4,33] 0.0018584991256694 [GeV] +Cell[4,32] 0.00051099891 [GeV] +Cell[9,29] 0.00058378602856731 [GeV] +Cell[4,9] 0.00032821008451309 [GeV] +Cell[5,18] 1.2472361518638 [GeV] +Cell[5,19] 0.0059039236290555 [GeV] +Cell[5,17] 0.037980841525009 [GeV] +Cell[5,16] 0.014270471341733 [GeV] +Cell[4,18] 0.50874950323771 [GeV] +Cell[4,17] 0.05810954942188 [GeV] +Cell[3,37] 0.00051099891 [GeV] +Cell[3,18] 0.0015957779056701 [GeV] +Cell[2,37] 0.0011131806546074 [GeV] +Cell[3,23] 0.00087604075029311 [GeV] +Cell[4,19] 0.0079368500320252 [GeV] +Cell[4,20] 0.0028073934244527 [GeV] +Cell[4,16] 0.00055560050747135 [GeV] +Cell[5,31] 0.0013019872694924 [GeV] +Cell[4,43] 7.9696738958591e-05 [GeV] +Cell[4,3] 7.9344661164503e-06 [GeV] +Cell[4,4] 6.9172303217606e-05 [GeV] +Cell[0,7] 0.0027105687081656 [GeV] +Cell[5,38] 0.0010867009458178 [GeV] +### Total energy deposition in calorimeter by a source track in 26 cells : 1.8992849208479 (GeV) + +Source track ID 6713 (pi-,4.43328388874[GeV]) at (-407.02855174425,290.39242081187,-1899.6211310676) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[3,6] 1.045991666615e-10 [GeV] -Cell[4,11] 0.00097149160893142 [GeV] -Cell[4,12] 0.00063169255261468 [GeV] -Cell[7,35] 0.00046198589418151 [GeV] -Cell[6,47] 0.00051099891 [GeV] -Cell[7,12] 0.0010792141816971 [GeV] -Cell[1,25] 0.0020587732821526 [GeV] -Cell[8,41] 0.00070506921262416 [GeV] -Cell[8,40] 0.0022612789405527 [GeV] -Cell[6,6] 0.00051099891 [GeV] -Cell[2,38] 0.0022853285159569 [GeV] -Cell[5,47] 0.0028447038938552 [GeV] -Cell[6,8] 0.000717708934447 [GeV] -Cell[9,44] 0.00047594104930283 [GeV] -Cell[6,39] 0.00042498301965006 [GeV] -Cell[4,43] 0.00032632718665318 [GeV] -Cell[5,19] 0.0012744483877895 [GeV] -Cell[4,19] 0.011742280353567 [GeV] -Cell[5,43] 0.0013365112284856 [GeV] -Cell[2,10] 0.0022082132208144 [GeV] -Cell[6,1] 0.0015541600432873 [GeV] -Cell[3,40] 0.00025753751217097 [GeV] -Cell[4,5] 1.9541475921869e-07 [GeV] -Cell[5,17] 0.02766350985805 [GeV] -Cell[4,2] 0.00043007631675608 [GeV] -Cell[4,18] 0.31897437322336 [GeV] -Cell[7,1] 0.0036632011180576 [GeV] -Cell[4,23] 0.0034936725127785 [GeV] -Cell[0,6] 0.00073682803319796 [GeV] -Cell[0,5] 0.00026530823868483 [GeV] -Cell[5,18] 1.3927758843489 [GeV] -Cell[5,34] 0.0028211098046894 [GeV] -Cell[6,44] 0.0010327137603626 [GeV] -Cell[4,16] 0.0018368429557183 [GeV] -Cell[4,17] 0.052589599579239 [GeV] -Cell[4,26] 0.011063980808002 [GeV] -Cell[5,9] 0.00037723475860093 [GeV] -Cell[1,42] 0.00033097934093109 [GeV] -Cell[3,17] 0.0045430112903793 [GeV] -Cell[2,35] 0.00054311507307368 [GeV] -Cell[5,14] 0.00027340895050475 [GeV] -Cell[5,39] 0.00031043021958316 [GeV] -Cell[3,43] 0.0015531629950091 [GeV] -Cell[3,5] 5.1590425649806e-05 [GeV] -Cell[8,32] 0.0004285874913103 [GeV] -Cell[5,10] 0.0010519281039969 [GeV] -Cell[3,44] 0.0006671023729648 [GeV] -Cell[2,42] 0.00043968157027109 [GeV] -Cell[4,25] 0.0008460613626341 [GeV] -Cell[2,3] 0.00048535022361524 [GeV] -Cell[4,32] 0.00059686540878247 [GeV] -Cell[5,2] 0.00048311623211907 [GeV] -Cell[6,38] 0.00069640359282133 [GeV] -Cell[1,2] 0.00044010312008719 [GeV] -Cell[1,0] 0.001252176405092 [GeV] -Cell[2,44] 0.0019774524115991 [GeV] -Cell[6,27] 0.00051099891 [GeV] -Cell[7,2] 0.0022677125572841 [GeV] -Cell[4,27] 0.0031168382830833 [GeV] -Cell[5,16] 0.004785814380818 [GeV] -### Total energy deposition in calorimeter by a source track in 60 cells : 1.8800160683961 (GeV) +Cell[0,24] 0.00017145092992907 [GeV] +Cell[0,19] 0.16028790711111 [GeV] +Cell[0,5] 0.0023114059168384 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.16277076395788 (GeV) -Source track ID 11249 (e-,0.0011494282257855[GeV]) at (411.19633011609,-284.46015204077,-1306.531604591) +Source track ID 6660 (pi+,1.2123979528848[GeV]) at (-416.73506837492,276.28225202961,-1948.4842182779) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[3,43] 0.00063842931578546 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00063842931578546 (GeV) +Cell[0,19] 0.073741002738841 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.073741002738841 (GeV) -Source track ID 11241 (pi-,4.4323774254275[GeV]) at (-407.53914392194,289.67541520014,-1898.3565115894) +Source track ID 6661 (anti_proton,5.3584701641736[GeV]) at (-482.4986663386,131.12984779017,-1699.8897695752) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[3,6] 8.5348270151826e-06 [GeV] -Cell[4,9] 0.0025546517931947 [GeV] -Cell[9,44] 0.00010281768239111 [GeV] -Cell[4,37] 2.8507054201327e-05 [GeV] -Cell[2,7] 0.00024353223268577 [GeV] -Cell[2,6] 9.4503771379095e-08 [GeV] -Cell[4,44] 0.02214453685417 [GeV] -Cell[4,47] 7.7036007714923e-06 [GeV] -Cell[2,45] 0.0032651564284006 [GeV] -Cell[2,46] 0.0010389628596405 [GeV] -Cell[0,21] 0.0051016297687376 [GeV] -Cell[0,20] 0.010865266197648 [GeV] -Cell[0,19] 0.91060920205832 [GeV] -Cell[0,22] 0.011804615347718 [GeV] -Cell[0,23] 0.00078064210598779 [GeV] -Cell[1,22] 0.00045585624176181 [GeV] -Cell[0,5] 0.00032409614057957 [GeV] -Cell[0,4] 0.0012489080607957 [GeV] -Cell[6,7] 4.7706639161333e-06 [GeV] -Cell[0,9] 7.9429003858422e-07 [GeV] -Cell[0,18] 0.037476950535163 [GeV] -Cell[2,33] 5.0537027589144e-06 [GeV] -Cell[3,2] 1.8291652850166e-09 [GeV] -Cell[1,19] 2.3197324026114e-09 [GeV] -Cell[0,7] 0.00038596402835799 [GeV] -Cell[1,42] 4.9344044589361e-07 [GeV] -Cell[2,35] 5.9958766505588e-06 [GeV] -Cell[3,43] 5.8936476455074e-07 [GeV] -Cell[3,5] 0.0077135093602694 [GeV] -Cell[3,44] 0.0035102481731954 [GeV] -Cell[2,42] 0.000653689413954 [GeV] -Cell[2,3] 3.4499172215874e-08 [GeV] -Cell[2,44] 0.0078967915289558 [GeV] -Cell[0,8] 0.0011568390439516 [GeV] -Cell[1,18] 0.00015835258600771 [GeV] -Cell[1,17] 0.00048002564883404 [GeV] -Cell[1,16] 6.0227664562262e-09 [GeV] -Cell[3,11] 0.0012973744892486 [GeV] -Cell[3,10] 6.7731798626482e-06 [GeV] -Cell[3,12] 0.0066573346116811 [GeV] -Cell[0,17] 0.0011720830753022 [GeV] -Cell[1,8] 0.02808289135613 [GeV] -Cell[1,7] 3.1249349841232e-05 [GeV] -Cell[2,8] 2.2560792027775e-05 [GeV] -Cell[1,9] 0.0017616268126453 [GeV] -Cell[1,10] 9.3874984724835e-05 [GeV] -Cell[3,4] 0.0028375609292539 [GeV] -Cell[3,3] 5.5907914429554e-08 [GeV] -Cell[2,4] 0.00099520708681746 [GeV] -Cell[2,5] 0.0026066465933761 [GeV] -Cell[4,7] 1.4386128327715e-08 [GeV] -Cell[0,37] 0.00019383474294693 [GeV] -Cell[0,36] 2.5357208018022e-06 [GeV] -Cell[0,15] 4.8982302200784e-07 [GeV] -Cell[0,11] 4.5769024106789e-05 [GeV] -Cell[0,12] 2.615690974153e-06 [GeV] -Cell[0,0] 0.0036803525812348 [GeV] -Cell[3,33] 3.5607196332421e-06 [GeV] -Cell[5,7] 9.4368997961283e-06 [GeV] -Cell[5,8] 4.1899837132974e-05 [GeV] -Cell[3,34] 0.0010766334837404 [GeV] -Cell[3,32] 3.9158181493804e-08 [GeV] -Cell[3,35] 0.0002002691186251 [GeV] -Cell[1,46] 0.0094865912785726 [GeV] -Cell[0,43] 0.00030356449416408 [GeV] -Cell[0,42] 0.0015394495480369 [GeV] -Cell[1,45] 0.0029352473445166 [GeV] -Cell[1,47] 0.0018263912489024 [GeV] -Cell[2,47] 2.609963381758e-05 [GeV] -Cell[2,43] 0.0022772055365016 [GeV] -Cell[3,45] 0.00098508846477466 [GeV] -Cell[0,39] 0.00034640159606117 [GeV] -### Total energy deposition in calorimeter by a source track in 72 cells : 1.1005835555864 (GeV) - -Source track ID 11209 (pi+,1.2126746359266[GeV]) at (-482.82359647339,129.92834443839,-1839.7664106231) +Cell[6,25] 0.00026887508347454 [GeV] +Cell[3,39] 0.0024210586718196 [GeV] +Cell[6,4] 0.00015205058122194 [GeV] +Cell[5,45] 0.0010976244088739 [GeV] +Cell[5,36] 0.0025554150429064 [GeV] +Cell[4,46] 0.0055210450967245 [GeV] +Cell[5,37] 1.0644582302234e-05 [GeV] +Cell[5,34] 2.9033958169748e-05 [GeV] +Cell[6,28] 1.4139349763127e-06 [GeV] +Cell[4,44] 3.475592128234e-05 [GeV] +Cell[9,6] 0.0013606963339818 [GeV] +Cell[6,37] 0.001830009291651 [GeV] +Cell[4,5] 4.3946783989668e-12 [GeV] +Cell[5,9] 0.00013286654795627 [GeV] +Cell[5,8] 0.0025060823666402 [GeV] +Cell[5,10] 7.1624898118898e-06 [GeV] +Cell[4,9] 4.6585688322239e-05 [GeV] +Cell[4,8] 8.9178347960114e-05 [GeV] +Cell[6,5] 0.00051099891 [GeV] +Cell[3,3] 0.00011361237720121 [GeV] +Cell[0,41] 0.00025708045502658 [GeV] +Cell[0,42] 0.0014652968619524 [GeV] +Cell[0,24] 3.238397766836e-08 [GeV] +Cell[1,14] 0.0053205447162271 [GeV] +Cell[3,37] 6.8162919539304e-05 [GeV] +Cell[0,7] 0.0024469032551132 [GeV] +Cell[0,19] 1.9183922859156e-09 [GeV] +Cell[0,5] 0.034223190497554 [GeV] +Cell[1,21] 0.53307982590179 [GeV] +Cell[1,22] 2.6589807032073 [GeV] +Cell[1,23] 0.024392597669648 [GeV] +Cell[1,24] 0.005343655231846 [GeV] +Cell[0,23] 0.012517347324985 [GeV] +Cell[0,15] 0.00093220432353776 [GeV] +Cell[2,41] 0.0015062754302358 [GeV] +Cell[2,5] 0.00041889996134523 [GeV] +Cell[6,3] 0.00052629454178486 [GeV] +Cell[7,3] 5.285822192036e-08 [GeV] +Cell[1,28] 0.00013409752172959 [GeV] +Cell[1,29] 4.7727203309478e-09 [GeV] +Cell[1,40] 0.00098837447682228 [GeV] +Cell[2,40] 0.0015387427037073 [GeV] +Cell[1,41] 0.001886545598367 [GeV] +Cell[0,8] 0.0022008561903971 [GeV] +Cell[1,8] 0.0016970783323674 [GeV] +Cell[1,7] 3.3366119576385e-05 [GeV] +Cell[0,9] 0.00033679053330729 [GeV] +Cell[0,10] 3.2283631257997e-06 [GeV] +Cell[0,44] 5.9127147833351e-06 [GeV] +Cell[3,8] 3.6723569501191e-06 [GeV] +Cell[2,15] 6.4226567330934e-06 [GeV] +Cell[2,14] 4.366499088519e-06 [GeV] +Cell[2,32] 5.2066650969209e-05 [GeV] +Cell[5,44] 0.00030805877161254 [GeV] +Cell[6,44] 5.8053449686213e-07 [GeV] +Cell[6,43] 7.7197124483064e-08 [GeV] +Cell[5,43] 1.5045733675834e-08 [GeV] +Cell[1,20] 0.0086462478224678 [GeV] +Cell[0,25] 0.0010309672127192 [GeV] +Cell[0,26] 0.01489606663616 [GeV] +Cell[8,0] 7.2341926832451e-05 [GeV] +Cell[3,7] 0.00051978599781967 [GeV] +Cell[3,6] 0.0030870543334623 [GeV] +Cell[4,6] 0.00025618824641492 [GeV] +Cell[3,5] 6.2129748289408e-07 [GeV] +Cell[0,21] 0.68000355931303 [GeV] +Cell[0,20] 0.014100080223952 [GeV] +Cell[2,21] 0.0055920743216588 [GeV] +Cell[2,20] 0.00057864708499974 [GeV] +Cell[3,21] 0.0023933269454321 [GeV] +Cell[2,22] 4.7350748762256e-05 [GeV] +Cell[5,46] 0.0011301807194238 [GeV] +Cell[4,45] 0.0020776659295448 [GeV] +Cell[1,19] 0.0031876573673975 [GeV] +Cell[1,18] 0.0067759581003373 [GeV] +Cell[0,30] 0.00042411164326393 [GeV] +Cell[0,31] 0.00051099891165892 [GeV] +Cell[9,44] 0.00017833334298754 [GeV] +Cell[9,45] 0.0015117550339688 [GeV] +Cell[1,17] 2.41122461739e-06 [GeV] +Cell[1,13] 0.0015186976085281 [GeV] +Cell[1,15] 0.0025815372797397 [GeV] +Cell[1,2] 0.00010857279900483 [GeV] +Cell[2,2] 0.0004940712452883 [GeV] +Cell[2,1] 7.124268100597e-06 [GeV] +Cell[2,3] 0.00067789846940226 [GeV] +Cell[1,37] 0.00051232800557148 [GeV] +Cell[1,38] 0.00010294378193066 [GeV] +Cell[1,47] 0.00051099891 [GeV] +Cell[3,36] 0.00022769317766756 [GeV] +Cell[2,25] 0.00016943459267873 [GeV] +Cell[1,25] 1.2548407539725e-09 [GeV] +Cell[2,26] 0.0017594346363583 [GeV] +Cell[4,34] 0.00035908552737931 [GeV] +Cell[3,46] 5.5026947671536e-05 [GeV] +Cell[3,45] 1.452203272072e-05 [GeV] +Cell[3,44] 6.7236053382658e-09 [GeV] +Cell[2,33] 0.0011601210914761 [GeV] +Cell[1,33] 3.7597865377279e-05 [GeV] +Cell[2,34] 1.1991919564025e-09 [GeV] +Cell[3,35] 2.0867446437478e-11 [GeV] +Cell[6,26] 8.1953335902654e-06 [GeV] +Cell[6,27] 0.00082041460385835 [GeV] +Cell[0,6] 0.0012827907075255 [GeV] +Cell[5,25] 2.1812525665155e-07 [GeV] +Cell[5,24] 1.0090469720581e-07 [GeV] +Cell[6,24] 2.1731283368354e-09 [GeV] +Cell[6,7] 0.0003690103576044 [GeV] +Cell[1,5] 1.7116599337896e-10 [GeV] +Cell[0,4] 3.9036727102939e-06 [GeV] +Cell[2,11] 0.0011851310234732 [GeV] +Cell[3,12] 7.0975318376441e-06 [GeV] +Cell[2,12] 0.0020974164223158 [GeV] +Cell[2,13] 0.0022243730303374 [GeV] +Cell[2,45] 0.001017801730145 [GeV] +Cell[2,10] 0.0030612213212683 [GeV] +Cell[2,7] 0.0037120938197733 [GeV] +Cell[3,42] 0.00063552471535867 [GeV] +Cell[1,9] 0.00048391421238203 [GeV] +Cell[0,22] 0.10764956986964 [GeV] +Cell[2,39] 0.0037937497149607 [GeV] +Cell[8,24] 0.00051099891 [GeV] +Cell[3,14] 0.00712954658077 [GeV] +Cell[9,5] 0.0016755595575534 [GeV] +Cell[1,26] 0.0012780295300527 [GeV] +Cell[1,4] 0.000482604528238 [GeV] +Cell[5,35] 0.0018501351415818 [GeV] +Cell[1,30] 0.00077153840487299 [GeV] +Cell[1,36] 0.0057939783633741 [GeV] +Cell[11,13] 0.0003410093473469 [GeV] +Cell[1,35] 0.00051099891 [GeV] +Cell[4,47] 0.00051099891 [GeV] +Cell[1,32] 0.00036278175542006 [GeV] +Cell[2,43] 0.00044433263978563 [GeV] +Cell[2,4] 0.00155363500116 [GeV] +Cell[1,0] 0.00053970537139098 [GeV] +Cell[1,3] 4.4613463978749e-06 [GeV] +Cell[1,27] 0.00058397814173918 [GeV] +Cell[1,42] 8.3265258696997e-05 [GeV] +Cell[3,43] 0.00050090125435315 [GeV] +Cell[3,40] 1.5192967710846e-05 [GeV] +Cell[0,0] 0.0014508170467637 [GeV] +Cell[0,33] 0.0045040435615465 [GeV] +### Total energy deposition in calorimeter by a source track in 143 cells : 4.2259399599293 (GeV) + +Source track ID 6656 (gamma,0.3844820986824[GeV]) at (-411.84544862425,283.51953450775,-1146.6497198485) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[2,21] 2.6939640520141e-08 [GeV] -Cell[2,6] 1.1973469547684e-06 [GeV] -Cell[2,46] 8.076520389227e-05 [GeV] -Cell[1,24] 0.00056561544592989 [GeV] -Cell[0,24] 0.027550520644254 [GeV] -Cell[1,21] 0.0022410698726452 [GeV] -Cell[0,21] 0.34500121403199 [GeV] -Cell[0,20] 0.001737833683776 [GeV] -Cell[0,22] 0.099826788276076 [GeV] -Cell[1,23] 0.0036652202880242 [GeV] -Cell[0,23] 0.0063259198680059 [GeV] -Cell[1,20] 0.00024666776633132 [GeV] -Cell[1,22] 0.0043635289696285 [GeV] -Cell[1,31] 1.0758958524093e-08 [GeV] -Cell[0,25] 0.0002406550983336 [GeV] -Cell[3,2] 0.00026282083397784 [GeV] -Cell[1,19] 0.0028131278445017 [GeV] -Cell[5,14] 0.0013905472681763 [GeV] -Cell[2,3] 0.0021300676295412 [GeV] -Cell[1,18] 3.8212563586171e-05 [GeV] -Cell[1,7] 0.0018716900899848 [GeV] -Cell[2,5] 2.3638887796551e-08 [GeV] -Cell[3,33] 3.8999132812023e-12 [GeV] -Cell[3,32] 1.7332164024879e-05 [GeV] -Cell[1,47] 4.9407742380936e-08 [GeV] -Cell[2,47] 0.0031198704035858 [GeV] -Cell[1,6] 0.00031615355633699 [GeV] -Cell[1,5] 1.8573746988295e-06 [GeV] -Cell[1,32] 0.0022599047164219 [GeV] -Cell[2,19] 6.7506107370718e-11 [GeV] -Cell[1,26] 3.9418013882823e-05 [GeV] -Cell[0,46] 1.2967924703844e-08 [GeV] -Cell[4,31] 1.9972113977929e-05 [GeV] -Cell[4,30] 2.016507778535e-08 [GeV] -Cell[0,27] 6.9823106285185e-05 [GeV] -Cell[5,42] 0.0023425082446599 [GeV] -Cell[5,41] 0.0016184051566167 [GeV] -Cell[2,16] 8.0638876534067e-06 [GeV] -Cell[3,16] 0.001749484861674 [GeV] -Cell[3,15] 0.00011017623251337 [GeV] -Cell[2,20] 5.8590347180143e-08 [GeV] -Cell[2,22] 3.7387653719634e-08 [GeV] -Cell[2,32] 7.3713763890737e-07 [GeV] -Cell[2,2] 0.0028026256337731 [GeV] -Cell[4,0] 0.003248550200733 [GeV] -### Total energy deposition in calorimeter by a source track in 45 cells : 0.51807858545773 (GeV) - -Source track ID 11224 (e-,0.00052241577322568[GeV]) at (-472.24330130751,164.27496574398,-1713.2180079859) +Cell[4,38] 0.00028722321230702 [GeV] +Cell[5,16] 0.0010903471782197 [GeV] +Cell[4,18] 0.00055161854911049 [GeV] +Cell[3,18] 0.0018666451843349 [GeV] +Cell[4,19] 0.28524596501109 [GeV] +Cell[4,4] 0.00051099891 [GeV] +Cell[3,7] 0.00040628016074544 [GeV] +Cell[2,26] 0.0004106089384929 [GeV] +Cell[2,11] 0.00073961100884492 [GeV] +Cell[2,12] 0.00012922308894877 [GeV] +Cell[1,9] 0.00092382274100214 [GeV] +Cell[2,39] 0.00085495857472732 [GeV] +Cell[1,11] 0.00045000152006561 [GeV] +Cell[1,12] 6.0997389934393e-05 [GeV] +Cell[4,15] 0.001001721999146 [GeV] +Cell[3,19] 0.075745041109582 [GeV] +Cell[5,26] 0.0017465880324293 [GeV] +Cell[3,20] 0.0010178767641483 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.37303952937313 (GeV) + +Source track ID 6496 (proton,2.1151307556556[GeV]) at (-68.949181642785,495.22319246052,-1604.9010305605) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[1,21] 3.1149674243383e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 3.1149674243383e-06 (GeV) +Cell[1,13] 0.095435670741487 [GeV] +Cell[1,12] 0.11306736272909 [GeV] +Cell[0,12] 0.21002534021924 [GeV] +Cell[0,39] 0.0001840724721323 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.41871244616194 (GeV) -Source track ID 11210 (anti_proton,5.358604860197[GeV]) at (-471.92063332963,165.19962420587,-1716.4113770269) +Source track ID 5864 (pi+,0.78149681086006[GeV]) at (-497.37277243685,51.189112499406,-1146.0750174885) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,8] 1.1648322454221e-06 [GeV] -Cell[6,37] 0.0025113855634183 [GeV] -Cell[7,7] 1.2479576980695e-08 [GeV] -Cell[8,46] 0.00044926313370471 [GeV] -Cell[1,25] 0.00051099891 [GeV] -Cell[6,34] 0.00051099891 [GeV] -Cell[7,46] 5.1071625784971e-06 [GeV] -Cell[4,39] 0.00032268592809364 [GeV] -Cell[2,17] 1.2783327006105e-05 [GeV] -Cell[0,40] 6.443138117902e-07 [GeV] -Cell[6,36] 2.110434138558e-09 [GeV] -Cell[6,35] 0.00093169252605703 [GeV] -Cell[6,8] 2.7954142751696e-07 [GeV] -Cell[5,36] 0.006943062390285 [GeV] -Cell[2,7] 4.0764798759483e-05 [GeV] -Cell[2,6] 0.001620481799101 [GeV] -Cell[12,1] 4.7755689593032e-08 [GeV] -Cell[10,26] 0.00036174470283538 [GeV] -Cell[4,44] 0.0012461767623489 [GeV] -Cell[8,47] 3.2284020265753e-05 [GeV] -Cell[5,37] 6.1392767406687e-06 [GeV] -Cell[5,21] 0.00051099891 [GeV] -Cell[5,43] 0.0062365037649767 [GeV] -Cell[2,10] 4.3817359011882e-05 [GeV] -Cell[3,40] 0.0099978500109628 [GeV] -Cell[2,40] 0.0043780683533074 [GeV] -Cell[6,30] 0.00032709934835387 [GeV] -Cell[6,45] 0.0033621626667181 [GeV] -Cell[3,41] 0.02168471347931 [GeV] -Cell[2,45] 0.0016413360343824 [GeV] -Cell[4,4] 0.0012303316818121 [GeV] -Cell[5,4] 0.00045234944582703 [GeV] -Cell[13,1] 2.5531044229865e-08 [GeV] -Cell[3,1] 0.0012309108814225 [GeV] -Cell[0,24] 0.0051414906396651 [GeV] -Cell[1,21] 0.12400558109873 [GeV] -Cell[0,21] 3.2446485056197 [GeV] -Cell[0,20] 0.20410149029708 [GeV] -Cell[0,19] 0.0088670865208026 [GeV] -Cell[0,22] 0.18546080147339 [GeV] -Cell[1,23] 0.00015772615121875 [GeV] -Cell[0,23] 0.033362765920703 [GeV] -Cell[1,20] 0.0029396941145124 [GeV] -Cell[1,22] 0.0035425669461005 [GeV] -Cell[0,6] 0.001529166847872 [GeV] -Cell[0,5] 0.00037874594453092 [GeV] -Cell[0,4] 1.0428827052237e-05 [GeV] -Cell[6,7] 1.4221935998648e-08 [GeV] -Cell[0,18] 0.00018869070964558 [GeV] -Cell[2,33] 0.0013831717842193 [GeV] -Cell[1,19] 0.001558489718428 [GeV] -Cell[5,34] 0.00075201024185844 [GeV] -Cell[6,44] 0.00052042700841945 [GeV] -Cell[5,39] 1.6236648662016e-08 [GeV] -Cell[3,43] 0.00036944607590979 [GeV] -Cell[3,44] 0.00023606785753884 [GeV] -Cell[6,38] 5.1348411943763e-08 [GeV] -Cell[1,0] 8.6349427874666e-10 [GeV] -Cell[2,44] 0.0023406613194568 [GeV] -Cell[0,8] 0.0002345416895082 [GeV] -Cell[1,18] 0.011421038226637 [GeV] -Cell[1,17] 2.776569526759e-05 [GeV] -Cell[1,7] 0.0011861339820645 [GeV] -Cell[1,9] 2.7598588480942e-06 [GeV] -Cell[1,10] 0.00013845579338306 [GeV] -Cell[2,4] 2.7903087261393e-05 [GeV] -Cell[2,5] 0.00015431494337884 [GeV] -Cell[0,36] 5.8403635048307e-06 [GeV] -Cell[1,46] 0.0024343203143588 [GeV] -Cell[2,47] 1.6375127248466e-05 [GeV] -Cell[2,43] 0.0017567717536374 [GeV] -Cell[1,6] 4.0616739822281e-05 [GeV] -Cell[1,5] 0.0006439805314984 [GeV] -Cell[2,19] 0.00010074291688511 [GeV] -Cell[2,16] 0.00076760748054687 [GeV] -Cell[2,20] 0.0014131577349367 [GeV] -Cell[2,2] 0.0018904716180199 [GeV] -Cell[1,4] 6.0104691943934e-06 [GeV] -Cell[4,22] 6.1812927015126e-08 [GeV] -Cell[6,41] 5.1949185726698e-06 [GeV] -Cell[12,25] 0.00078070697521207 [GeV] -Cell[9,3] 7.2130081813725e-05 [GeV] -Cell[9,4] 0.00050330540955974 [GeV] -Cell[2,9] 9.5919938081352e-05 [GeV] -Cell[2,11] 8.8862282154878e-10 [GeV] -Cell[1,11] 2.3946995497681e-10 [GeV] -Cell[5,35] 0.0014643090925822 [GeV] -Cell[15,26] 1.0836654313607e-05 [GeV] -Cell[16,6] 0.00085635735285643 [GeV] -Cell[16,5] 5.6985224364325e-07 [GeV] -Cell[5,38] 0.00077449136353493 [GeV] -Cell[5,30] 0.0040762195428797 [GeV] -Cell[3,0] 0.0017990181130994 [GeV] -Cell[2,1] 0.0015134152503904 [GeV] -Cell[2,0] 0.00081733243787291 [GeV] -Cell[2,18] 0.00089942975666975 [GeV] -Cell[0,31] 0.00042436067697861 [GeV] -Cell[0,28] 0.00045479569769212 [GeV] -Cell[3,7] 0.00027493105246116 [GeV] -Cell[3,38] 0.010113253172271 [GeV] -Cell[5,40] 0.0022388038692504 [GeV] -Cell[1,39] 0.00074305625304667 [GeV] -Cell[0,38] 0.0017416280143628 [GeV] -Cell[5,46] 0.0016887235738693 [GeV] -Cell[1,29] 0.0026906763311855 [GeV] -Cell[3,47] 0.014235201206945 [GeV] -Cell[3,24] 0.00040708413020752 [GeV] -Cell[1,14] 0.0029709152223275 [GeV] -Cell[5,11] 0.0010523918930776 [GeV] -Cell[1,3] 0.0081233376417607 [GeV] -Cell[3,42] 0.00092986254672857 [GeV] -Cell[1,30] 0.0017182573902406 [GeV] -Cell[2,30] 0.0016971902454232 [GeV] -### Total energy deposition in calorimeter by a source track in 113 cells : 3.9755415624234 (GeV) - -Source track ID 11205 (gamma,0.3844820986824[GeV]) at (-397.86894191999,302.82058228507,-1232.7639962601) +Cell[4,44] 0.00048168860469372 [GeV] +Cell[8,15] 1.3625268386818e-05 [GeV] +Cell[7,37] 6.7953261896037e-07 [GeV] +Cell[0,42] 3.2572192139924e-07 [GeV] +Cell[7,36] 0.00011406055131147 [GeV] +Cell[1,44] 0.0016435556442076 [GeV] +Cell[3,23] 0.009532220026827 [GeV] +Cell[4,20] 8.2919025317096e-09 [GeV] +Cell[4,3] 0.0039373404743119 [GeV] +Cell[1,28] 1.1485244613141e-09 [GeV] +Cell[1,29] 1.0918575856067e-07 [GeV] +Cell[3,6] 0.0011014673121515 [GeV] +Cell[2,21] 1.0473019268829e-05 [GeV] +Cell[3,21] 0.013383910168719 [GeV] +Cell[2,22] 0.00032979601835336 [GeV] +Cell[4,45] 0.0005300902676826 [GeV] +Cell[1,25] 4.3597958665487e-10 [GeV] +Cell[3,46] 1.5925645129755e-08 [GeV] +Cell[3,45] 1.2086215429008e-07 [GeV] +Cell[3,44] 2.061178077895e-05 [GeV] +Cell[2,33] 9.9099546316893e-05 [GeV] +Cell[2,34] 3.2483967515873e-10 [GeV] +Cell[1,26] 2.744326931861e-06 [GeV] +Cell[3,20] 0.00069226967530477 [GeV] +Cell[4,23] 0.068763025348633 [GeV] +Cell[4,22] 0.015221617107325 [GeV] +Cell[3,22] 0.3688178357104 [GeV] +Cell[3,24] 0.0055456823420186 [GeV] +Cell[4,25] 1.9966245890828e-05 [GeV] +Cell[3,26] 0.0011446071974964 [GeV] +Cell[3,25] 1.6274046146236e-06 [GeV] +Cell[2,9] 5.4100557463244e-07 [GeV] +Cell[0,47] 1.3236814993434e-07 [GeV] +Cell[3,33] 1.6022527473979e-05 [GeV] +Cell[3,15] 5.3355042473413e-07 [GeV] +Cell[2,24] 0.0054570899277798 [GeV] +Cell[2,23] 0.00032137055836665 [GeV] +Cell[4,24] 0.0023439870352466 [GeV] +Cell[6,36] 0.00045580465399041 [GeV] +Cell[1,45] 0.0041408025922556 [GeV] +Cell[0,45] 0.0032184741433951 [GeV] +### Total energy deposition in calorimeter by a source track in 41 cells : 0.50736333383362 (GeV) + +Source track ID 5927 (mu+,0.42230494614171[GeV]) at (497.69830733377,47.9207144886,-1081.4755402645) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[3,19] 0.33396962156911 [GeV] -Cell[3,18] 0.038741243512194 [GeV] -Cell[3,20] 0.00059639492022106 [GeV] -Cell[1,34] 0.00094014995958592 [GeV] -Cell[4,27] 0.00047748216180309 [GeV] -Cell[3,45] 0.00074200188396558 [GeV] -Cell[1,4] 0.00057733318974461 [GeV] -Cell[0,28] 0.00021893520826486 [GeV] -Cell[3,24] 0.0074911917822 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.38375435418709 (GeV) - -Source track ID 11033 (proton,2.1151124875476[GeV]) at (-95.341949990702,490.8257456287,-1626.4241756979) +Cell[4,47] 0.0096658770700499 [GeV] +Cell[4,0] 0.16541002917143 [GeV] +Cell[3,47] 0.099131225686554 [GeV] +Cell[2,47] 0.064574773380938 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.33878190530897 (GeV) + +Source track ID 5577 (anti_proton,1.69087610727[GeV]) at (-493.92996025291,77.673640088222,-1171.4848695701) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[0,12] 0.0011003670771767 [GeV] -Cell[3,0] 1.9012393167941e-05 [GeV] -Cell[1,14] 0.019393062320921 [GeV] -Cell[1,13] 0.61406973879105 [GeV] -Cell[0,13] 0.13753083735777 [GeV] -Cell[1,15] 0.00046903861372385 [GeV] -Cell[1,12] 0.0014921763700177 [GeV] -Cell[0,14] 0.01198010465135 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.78605433757518 (GeV) - -Source track ID 10418 (pi+,0.7815637632757[GeV]) at (-497.53774658938,49.5599709318,-1146.2446377707) +Cell[6,38] 0.0013798940936495 [GeV] +Cell[3,28] 0.00059617713357563 [GeV] +Cell[6,39] 4.2271002461121e-06 [GeV] +Cell[4,44] 1.2305379823374e-07 [GeV] +Cell[4,42] 0.001319106935968 [GeV] +Cell[4,7] 0.00021822244389841 [GeV] +Cell[0,42] 4.4946037523914e-06 [GeV] +Cell[3,18] 7.4818083680839e-07 [GeV] +Cell[3,23] 1.4045398180806 [GeV] +Cell[4,20] 0.0037188634678301 [GeV] +Cell[4,3] 0.0013886843754938 [GeV] +Cell[5,38] 2.5231723473098e-06 [GeV] +Cell[4,6] 0.00090606654868998 [GeV] +Cell[2,21] 0.003631918079998 [GeV] +Cell[2,20] 0.0007760222136855 [GeV] +Cell[3,21] 0.014498268414328 [GeV] +Cell[2,22] 0.025908105108322 [GeV] +Cell[5,46] 0.0068399858726761 [GeV] +Cell[1,37] 7.8367266746682e-07 [GeV] +Cell[1,38] 0.00088764985646799 [GeV] +Cell[1,47] 0.0010434768121719 [GeV] +Cell[2,25] 0.00060667115521989 [GeV] +Cell[2,33] 0.00020666793557096 [GeV] +Cell[3,42] 0.00051099891 [GeV] +Cell[3,19] 0.00014869221136166 [GeV] +Cell[3,20] 0.00088414691578049 [GeV] +Cell[4,23] 0.0064202689126977 [GeV] +Cell[4,22] 0.051076511122362 [GeV] +Cell[3,22] 0.70759018790867 [GeV] +Cell[3,24] 0.099757008267306 [GeV] +Cell[3,26] 0.00030128888728575 [GeV] +Cell[3,25] 0.0029659258885867 [GeV] +Cell[3,15] 1.206052128282e-06 [GeV] +Cell[2,24] 0.0048008890372961 [GeV] +Cell[2,23] 0.054220261420984 [GeV] +Cell[4,24] 3.3406196295118e-06 [GeV] +Cell[1,39] 0.00065936525113746 [GeV] +Cell[7,45] 6.290258104741e-06 [GeV] +Cell[7,46] 2.4578184820712e-10 [GeV] +Cell[0,36] 3.4739151597023e-06 [GeV] +Cell[4,21] 0.010926003739233 [GeV] +Cell[5,6] 0.00047749847355615 [GeV] +Cell[5,5] 9.1007660570995e-05 [GeV] +Cell[2,27] 1.3331268011825e-05 [GeV] +Cell[4,40] 5.4349518322852e-06 [GeV] +Cell[4,26] 0.0056545130598532 [GeV] +Cell[4,27] 0.0026029894547728 [GeV] +Cell[4,28] 0.0072811453541676 [GeV] +Cell[3,27] 0.0022269462879388 [GeV] +Cell[4,29] 0.0017591785594901 [GeV] +Cell[5,29] 0.0010204577051558 [GeV] +Cell[5,30] 3.9047547033988e-08 [GeV] +Cell[4,30] 0.00030834011197089 [GeV] +Cell[0,1] 0.0010138516158416 [GeV] +Cell[3,16] 7.7091011079347e-06 [GeV] +Cell[5,39] 3.4635537303984e-08 [GeV] +Cell[5,40] 0.00051099891 [GeV] +Cell[4,41] 0.00038185625965792 [GeV] +Cell[3,41] 0.0053283801405315 [GeV] +Cell[11,43] 0.0003920162656208 [GeV] +### Total energy deposition in calorimeter by a source track in 60 cells : 2.4378300867384 (GeV) + +Source track ID 5578 (neutron,1.4783692592721[GeV]) at (458.5309876774,199.3723484829,-606.56000985403) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[3,6] 0.0011508032952319 [GeV] -Cell[8,9] 7.0988326624501e-06 [GeV] -Cell[8,10] 0.00024256722893904 [GeV] -Cell[7,11] 1.1927837394978e-06 [GeV] -Cell[7,10] 6.1725706538596e-05 [GeV] -Cell[4,21] 1.7317106668997e-05 [GeV] -Cell[7,9] 5.7130582332661e-05 [GeV] -Cell[7,6] 7.7500195766333e-06 [GeV] -Cell[11,21] 5.9435019502416e-06 [GeV] -Cell[10,21] 6.9966873270459e-06 [GeV] -Cell[4,5] 0.0054202585729561 [GeV] -Cell[4,4] 0.00027193965162894 [GeV] -Cell[4,6] 0.0078119085856276 [GeV] -Cell[3,20] 0.00026255112956073 [GeV] -Cell[3,21] 0.014933866018715 [GeV] -Cell[5,5] 6.6753970168065e-06 [GeV] -Cell[4,23] 0.10073760447577 [GeV] -Cell[3,5] 0.00099196082764172 [GeV] -Cell[3,4] 5.2169583930549e-05 [GeV] -Cell[4,7] 0.0017696292644411 [GeV] -Cell[3,32] 3.3092466532253e-05 [GeV] -Cell[3,35] 0.0010090153264796 [GeV] -Cell[4,22] 0.0015642551987266 [GeV] -Cell[3,7] 1.6833819245221e-09 [GeV] -Cell[3,24] 0.00015174982103292 [GeV] -Cell[3,23] 0.068339006124163 [GeV] -Cell[3,22] 0.25199741907843 [GeV] -Cell[4,24] 0.00037690642927008 [GeV] -Cell[2,26] 4.5417109504342e-09 [GeV] -Cell[10,20] 0.0021249502749165 [GeV] -Cell[10,19] 4.7575249423971e-05 [GeV] -Cell[11,20] 6.0735852748621e-06 [GeV] -Cell[3,25] 0.002588206754705 [GeV] -Cell[3,39] 1.1375232134014e-09 [GeV] -Cell[5,6] 4.0792662184685e-07 [GeV] -Cell[3,8] 6.0581589877984e-09 [GeV] -Cell[1,37] 0.00046737525980833 [GeV] -### Total energy deposition in calorimeter by a source track in 37 cells : 0.46252313616842 (GeV) - -Source track ID 10421 (pi+,0.50614505165669[GeV]) at (486.78771149647,114.18285307361,-1143.1872225155) +Cell[9,10] 5.2211124500445e-06 [GeV] +Cell[6,4] 0.0063538679440116 [GeV] +Cell[5,45] 0.0025252400091133 [GeV] +Cell[5,36] 1.4483540435322e-05 [GeV] +Cell[4,46] 0.001968366096149 [GeV] +Cell[5,37] 1.8912231780632e-09 [GeV] +Cell[4,44] 0.0064665215588769 [GeV] +Cell[10,24] 2.2221325401915e-05 [GeV] +Cell[10,29] 0.0021319861359659 [GeV] +Cell[10,30] 0.00038188743141893 [GeV] +Cell[6,6] 6.8704774021171e-06 [GeV] +Cell[6,5] 0.00023897171531553 [GeV] +Cell[10,11] 5.5246006995958e-05 [GeV] +Cell[10,10] 0.00015138854472389 [GeV] +Cell[9,21] 0.00030427949838685 [GeV] +Cell[6,3] 0.32751154214873 [GeV] +Cell[7,3] 2.254539882756e-06 [GeV] +Cell[5,44] 0.001786968863294 [GeV] +Cell[6,44] 0.00088997764201429 [GeV] +Cell[6,43] 4.2919624763726e-06 [GeV] +Cell[5,43] 0.0020603597163386 [GeV] +Cell[5,46] 0.0010170696063659 [GeV] +Cell[4,45] 2.9562207831987e-05 [GeV] +Cell[5,35] 0.00080907455526244 [GeV] +Cell[4,47] 0.00027647424617089 [GeV] +Cell[4,27] 3.2289675882566e-05 [GeV] +Cell[4,28] 0.0006140395501692 [GeV] +Cell[4,29] 8.7455562436958e-05 [GeV] +Cell[6,2] 0.0050091618568279 [GeV] +Cell[6,47] 3.1590276630595e-06 [GeV] +Cell[4,36] 6.0967687722496e-05 [GeV] +Cell[5,4] 2.1721719356719e-05 [GeV] +Cell[5,3] 0.0001948206498372 [GeV] +Cell[5,2] 0.0015409033068357 [GeV] +Cell[6,1] 0.0028135434139959 [GeV] +Cell[6,0] 3.6832424706176e-05 [GeV] +Cell[5,0] 3.8562992292555e-06 [GeV] +Cell[5,1] 3.1773541604707e-07 [GeV] +Cell[7,18] 3.1548184924759e-06 [GeV] +Cell[2,16] 0.00049319073184372 [GeV] +Cell[5,47] 0.0016189546079908 [GeV] +Cell[5,28] 2.6096256595338e-05 [GeV] +Cell[6,42] 4.3845636412243e-07 [GeV] +Cell[6,41] 2.6659108698368e-11 [GeV] +### Total energy deposition in calorimeter by a source track in 44 cells : 0.36757503258426 (GeV) + +Source track ID 5579 (pi+,0.53432334127533[GeV]) at (105.77489815794,488.68361024254,291.60627591477) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[7,26] 5.8064947254024e-05 [GeV] -Cell[7,28] 0.0004252369127222 [GeV] -Cell[2,38] 2.3924223759195e-06 [GeV] -Cell[5,31] 0.0010082405692324 [GeV] -Cell[4,47] 0.00030540224578181 [GeV] -Cell[7,30] 1.4083596732235e-05 [GeV] -Cell[7,29] 0.0011503010049519 [GeV] -Cell[8,30] 0.00024572978792537 [GeV] -Cell[2,45] 1.638755611566e-08 [GeV] -Cell[4,4] 4.302040906623e-09 [GeV] -Cell[4,3] 0.00019914399384322 [GeV] -Cell[4,2] 0.00077566973336252 [GeV] -Cell[3,1] 0.13224172482314 [GeV] -Cell[0,19] 9.294567280449e-08 [GeV] -Cell[2,33] 0.00028252174122645 [GeV] -Cell[3,2] 0.0045522924880148 [GeV] -Cell[2,42] 4.6025001211092e-08 [GeV] -Cell[4,32] 0.001093036070347 [GeV] -Cell[2,44] 1.0222082937617e-06 [GeV] -Cell[3,3] 1.9657646931819e-05 [GeV] -Cell[2,5] 4.7528010327369e-08 [GeV] -Cell[0,15] 1.1382234515622e-07 [GeV] -Cell[0,43] 1.1619704309851e-11 [GeV] -Cell[2,47] 0.00010708819258798 [GeV] -Cell[2,43] 2.111547081654e-06 [GeV] -Cell[3,45] 1.3107224231135e-07 [GeV] -Cell[0,46] 4.7171968462067e-05 [GeV] -Cell[4,31] 3.1145192167514e-06 [GeV] -Cell[4,0] 6.2420166518677e-06 [GeV] -Cell[5,30] 8.7809678548524e-05 [GeV] -Cell[3,0] 0.14491172879621 [GeV] -Cell[2,1] 0.00038441884271697 [GeV] -Cell[2,0] 0.00067873242456642 [GeV] -Cell[1,39] 3.9088760677259e-06 [GeV] -Cell[3,47] 0.0061678792795934 [GeV] -Cell[4,1] 0.087472175096961 [GeV] -Cell[2,37] 7.5084685686306e-06 [GeV] -Cell[4,46] 1.8007184178259e-07 [GeV] -Cell[0,16] 8.4324041381478e-08 [GeV] -Cell[3,46] 0.0039024061051173 [GeV] -Cell[6,10] 5.0084730610251e-06 [GeV] -Cell[1,1] 1.6348085628124e-05 [GeV] -Cell[0,45] 0.00019295489907847 [GeV] -Cell[0,44] 7.5909854865586e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 44 cells : 0.38637260305117 (GeV) - -Source track ID 10245 (anti_proton,1.690800887941[GeV]) at (-493.85093447754,78.174513210247,-1172.1960372615) +Cell[12,10] 0.0013614257788034 [GeV] +Cell[12,7] 1.2240390367424e-07 [GeV] +Cell[11,10] 0.065139217747733 [GeV] +Cell[11,9] 0.26672970508186 [GeV] +Cell[12,9] 0.063086728810175 [GeV] +Cell[10,8] 0.0016122477704294 [GeV] +Cell[12,8] 0.0010796846362138 [GeV] +Cell[11,8] 0.001075660302197 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.40008479253132 (GeV) + +Source track ID 5580 (kaon-,1.5174608392598[GeV]) at (463.70720734527,-187.01771535352,442.36746255727) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[3,19] 0.00086433076032034 [GeV] -Cell[4,21] 0.035554498813327 [GeV] -Cell[5,29] 9.9362388427835e-06 [GeV] -Cell[2,25] 3.5271186003229e-05 [GeV] -Cell[6,12] 8.7987818274541e-05 [GeV] -Cell[4,36] 3.3048284822144e-06 [GeV] -Cell[4,20] 0.00025049296080806 [GeV] -Cell[7,43] 0.0041429708470863 [GeV] -Cell[8,0] 2.4946988560259e-08 [GeV] -Cell[5,47] 1.6070252924692e-05 [GeV] -Cell[6,8] 4.3712218757719e-06 [GeV] -Cell[6,39] 9.5905576689233e-05 [GeV] -Cell[9,36] 0.0027234246769349 [GeV] -Cell[9,22] 0.0016887086508835 [GeV] -Cell[8,2] 3.3719263774401e-07 [GeV] -Cell[4,37] 0.00048127822457218 [GeV] -Cell[10,22] 6.2838078406457e-08 [GeV] -Cell[6,24] 4.8147122142836e-06 [GeV] -Cell[4,47] 0.00033655857924816 [GeV] -Cell[5,21] 0.00036595678591561 [GeV] -Cell[4,19] 9.9916221984131e-08 [GeV] -Cell[5,43] 0.00093869562941421 [GeV] -Cell[2,23] 0.011678217634061 [GeV] -Cell[3,28] 5.0579288217705e-06 [GeV] -Cell[6,46] 1.3244297384517e-05 [GeV] -Cell[6,45] 0.00022621171025912 [GeV] -Cell[8,1] 2.5357852439356e-06 [GeV] -Cell[4,6] 0.00054252968861738 [GeV] -Cell[2,27] 0.0031377362206871 [GeV] -Cell[3,27] 0.0011622370778698 [GeV] -Cell[3,18] 0.0030924716362059 [GeV] -Cell[3,21] 0.00533197832882 [GeV] -Cell[7,1] 9.1477223405377e-05 [GeV] -Cell[7,0] 1.5458858420061e-06 [GeV] -Cell[4,15] 2.4036147578954e-09 [GeV] -Cell[1,23] 3.2854562164744e-05 [GeV] -Cell[4,23] 0.006166362016531 [GeV] -Cell[6,44] 1.3176839565858e-06 [GeV] -Cell[4,16] 0.00021575785219022 [GeV] -Cell[4,26] 0.0025139566506555 [GeV] -Cell[3,17] 0.0049794958010462 [GeV] -Cell[5,14] 5.9855207509827e-06 [GeV] -Cell[5,39] 2.4482431425668e-05 [GeV] -Cell[4,25] 0.00014520321500379 [GeV] -Cell[4,32] 0.00021965439772828 [GeV] -Cell[6,38] 0.00019380949188792 [GeV] -Cell[1,2] 5.3676168929087e-05 [GeV] -Cell[7,2] 3.2837851904333e-09 [GeV] -Cell[4,7] 1.8809588429349e-05 [GeV] -Cell[0,37] 0.062156404153726 [GeV] -Cell[0,36] 0.027481088547455 [GeV] -Cell[0,15] 0.00013146775717905 [GeV] -Cell[5,8] 0.0016514430214417 [GeV] -Cell[0,43] 2.7993886324111e-06 [GeV] -Cell[0,42] 0.00056586190728888 [GeV] -Cell[1,6] 0.00089584163680856 [GeV] -Cell[4,31] 2.2704961156705e-05 [GeV] -Cell[2,16] 3.7393790523765e-07 [GeV] -Cell[3,16] 0.015083524820327 [GeV] -Cell[3,15] 0.0010419755798439 [GeV] -Cell[2,22] 0.12594585664056 [GeV] -Cell[4,22] 0.057826415777338 [GeV] -Cell[5,38] 1.5199265275214e-05 [GeV] -Cell[3,24] 0.0080288624259678 [GeV] -Cell[1,14] 4.9794065546394e-07 [GeV] -Cell[1,13] 8.4499388322001e-09 [GeV] -Cell[3,23] 0.035632557260191 [GeV] -Cell[3,22] 0.81611582074222 [GeV] -Cell[4,24] 0.00047119749867272 [GeV] -Cell[2,26] 0.0007107617569302 [GeV] -Cell[3,25] 0.0059146947464124 [GeV] -Cell[1,37] 7.4733922083396e-06 [GeV] -Cell[4,46] 2.3140282075929e-07 [GeV] -Cell[6,10] 1.3129372349567e-06 [GeV] -Cell[4,33] 0.00016812218079804 [GeV] -Cell[6,13] 0.00022448577333955 [GeV] -Cell[6,14] 0.00063664279788338 [GeV] -Cell[2,24] 7.4250316247344e-06 [GeV] -Cell[9,39] 0.0031672017141596 [GeV] -Cell[3,26] 0.0024143970271642 [GeV] -Cell[1,41] 0.0014317519775008 [GeV] -Cell[7,39] 0.0010960752355374 [GeV] -Cell[7,40] 0.00013125887843375 [GeV] -Cell[7,38] 3.9650049700413e-07 [GeV] -Cell[7,3] 1.6910256817937e-08 [GeV] -Cell[6,3] 1.2327756764989e-06 [GeV] -Cell[13,39] 0.00061620437268436 [GeV] -Cell[13,40] 0.00095689869191222 [GeV] -Cell[12,38] 4.9911179706896e-06 [GeV] -Cell[12,39] 9.3483886303147e-09 [GeV] -Cell[13,38] 2.3229358703247e-10 [GeV] -Cell[7,23] 3.6942985079804e-05 [GeV] -Cell[7,44] 0.0001302922783791 [GeV] -Cell[5,13] 1.4805649028858e-05 [GeV] -Cell[6,11] 0.0041804061364358 [GeV] -### Total energy deposition in calorimeter by a source track in 95 cells : 1.2623856507063 (GeV) - -Source track ID 10246 (neutron,1.4783692592721[GeV]) at (458.5309876774,199.3723484829,-606.56000985403) +Cell[12,44] 0.021433825383555 [GeV] +Cell[16,38] 0.00075815185784927 [GeV] +Cell[8,20] 3.964722721139e-05 [GeV] +Cell[12,31] 5.0322560127825e-09 [GeV] +Cell[11,45] 2.8953071591786e-08 [GeV] +Cell[11,44] 0.0047882980690281 [GeV] +Cell[9,34] 0.0035875297560704 [GeV] +Cell[11,32] 0.00087847067403674 [GeV] +Cell[13,31] 7.7921386225739e-05 [GeV] +Cell[17,39] 0.0013066931399069 [GeV] +Cell[16,39] 0.0020476952062627 [GeV] +Cell[13,41] 0.0052378002771337 [GeV] +Cell[14,47] 0.030806243812577 [GeV] +Cell[13,39] 0.0021288504392695 [GeV] +Cell[12,29] 2.1419284224976e-05 [GeV] +Cell[17,41] 0.0015754360561501 [GeV] +Cell[12,30] 0.0016977841503793 [GeV] +Cell[14,43] 4.5359424214439e-05 [GeV] +Cell[10,22] 1.3977495755057e-05 [GeV] +Cell[10,21] 6.8284862209111e-09 [GeV] +Cell[11,20] 1.5506533964071e-06 [GeV] +Cell[12,20] 0.00030776571383456 [GeV] +Cell[10,23] 7.0072929665912e-06 [GeV] +Cell[13,21] 0.0001190713193979 [GeV] +Cell[12,21] 9.4356742920354e-07 [GeV] +Cell[9,23] 0.00072294955889582 [GeV] +Cell[14,42] 5.4427082432085e-09 [GeV] +Cell[14,41] 1.1557679991938e-05 [GeV] +Cell[6,5] 0.00012557740827598 [GeV] +Cell[13,29] 1.1571682989597e-10 [GeV] +Cell[13,30] 0.00011210022563102 [GeV] +Cell[14,46] 0.00018183392297942 [GeV] +Cell[3,18] 3.8361070929113e-05 [GeV] +Cell[4,16] 0.0012119965005735 [GeV] +Cell[3,44] 3.3983290486503e-05 [GeV] +Cell[6,36] 0.00066406347795546 [GeV] +Cell[4,28] 1.883460087015e-05 [GeV] +Cell[4,29] 0.00038171043267869 [GeV] +Cell[11,43] 0.00076069844824023 [GeV] +Cell[12,45] 0.63221862895942 [GeV] +Cell[13,45] 0.017956864815867 [GeV] +Cell[13,44] 0.014400971966504 [GeV] +Cell[12,46] 0.032238176866106 [GeV] +Cell[13,43] 0.016082781196653 [GeV] +Cell[11,47] 0.0010019079218969 [GeV] +Cell[11,46] 0.00035333294424242 [GeV] +Cell[12,43] 0.0038329790857631 [GeV] +Cell[13,1] 0.00018510834400377 [GeV] +Cell[13,0] 0.00034745327880069 [GeV] +Cell[13,46] 0.010812007496559 [GeV] +Cell[9,36] 0.00062590129338611 [GeV] +Cell[10,0] 0.0013947840666699 [GeV] +Cell[10,1] 6.7119573941454e-08 [GeV] +Cell[10,47] 5.5081272876123e-12 [GeV] +Cell[13,17] 8.4838727896567e-05 [GeV] +Cell[16,14] 3.2998434528508e-07 [GeV] +Cell[16,15] 7.5146637186663e-07 [GeV] +Cell[15,15] 1.2473901733756e-10 [GeV] +Cell[10,45] 1.2184940032967e-08 [GeV] +Cell[9,22] 0.0058937122338214 [GeV] +Cell[12,19] 3.0987319769338e-06 [GeV] +Cell[12,47] 0.00079551155452123 [GeV] +Cell[13,47] 0.001141897140351 [GeV] +Cell[12,1] 0.003854365619716 [GeV] +Cell[12,0] 4.7957470604956e-05 [GeV] +Cell[10,37] 3.3955195947783e-05 [GeV] +Cell[3,17] 7.6059979619458e-08 [GeV] +Cell[13,42] 0.0064931879863071 [GeV] +Cell[13,38] 1.0011244961447e-05 [GeV] +Cell[13,40] 0.0012039983205976 [GeV] +Cell[14,40] 0.003514121324181 [GeV] +Cell[14,39] 0.0033735897638785 [GeV] +Cell[17,38] 0.0055049171062773 [GeV] +Cell[16,37] 0.00037689751071412 [GeV] +Cell[17,37] 0.0003230157261429 [GeV] +Cell[16,40] 1.4067179677113e-08 [GeV] +Cell[18,38] 0.006846350756282 [GeV] +Cell[18,39] 0.0078731586207913 [GeV] +Cell[15,39] 7.1159248489721e-05 [GeV] +Cell[18,40] 0.0022950518546857 [GeV] +Cell[19,39] 0.00067210262889614 [GeV] +Cell[19,38] 7.4584670528566e-10 [GeV] +Cell[19,40] 0.0061031834486107 [GeV] +Cell[18,41] 0.0024127820423104 [GeV] +Cell[18,42] 0.00033120423596279 [GeV] +Cell[17,42] 6.1969986290933e-08 [GeV] +Cell[17,40] 0.00019947162858625 [GeV] +Cell[14,45] 2.2576537219265e-07 [GeV] +Cell[14,44] 2.5455410262794e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 89 cells : 0.87205967856988 (GeV) + +Source track ID 5812 (gamma,0.23378010273678[GeV]) at (499.39194060811,24.651362146254,861.27116699261) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[2,10] 0.00084416716135695 [GeV] -Cell[6,1] 0.0072722283064349 [GeV] -Cell[5,1] 0.0056261603910874 [GeV] -Cell[5,4] 6.5318486238084e-06 [GeV] -Cell[5,5] 8.1654179375619e-06 [GeV] -Cell[7,1] 2.7237312871421e-05 [GeV] -Cell[5,2] 0.0022825105054994 [GeV] -Cell[7,2] 0.0014372945632188 [GeV] -Cell[3,10] 0.00025956760306451 [GeV] -Cell[2,9] 0.014704189386182 [GeV] -Cell[5,6] 0.00069553260083376 [GeV] -Cell[3,8] 0.00093406208101862 [GeV] -Cell[7,3] 0.00054302885627487 [GeV] -Cell[6,3] 0.087108437768414 [GeV] -Cell[6,2] 0.11349040573517 [GeV] -Cell[6,4] 0.0074468780377631 [GeV] -Cell[3,9] 0.0072568220326363 [GeV] -Cell[5,3] 0.0032890095429917 [GeV] -Cell[5,0] 0.00100881622947 [GeV] -### Total energy deposition in calorimeter by a source track in 19 cells : 0.25424104538085 (GeV) - -Source track ID 10247 (pi+,0.53390152536725[GeV]) at (110.59551376964,487.61525030912,295.47725584079) +Cell[13,26] 0.0037228892133307 [GeV] +Cell[15,30] 0.0006731690992039 [GeV] +Cell[14,47] 0.010608146978509 [GeV] +Cell[13,39] 0.00094501134217361 [GeV] +Cell[13,29] 0.00089295962816417 [GeV] +Cell[14,28] 0.00048955981530316 [GeV] +Cell[12,7] 0.00017390074596138 [GeV] +Cell[14,46] 0.00039006803865026 [GeV] +Cell[14,39] 0.00092901552623511 [GeV] +Cell[16,40] 0.00033709816403862 [GeV] +Cell[14,0] 0.20828123056457 [GeV] +Cell[14,6] 0.00051099891 [GeV] +Cell[11,42] 0.00024605624646967 [GeV] +Cell[16,4] 0.00051099891 [GeV] +Cell[16,17] 0.00051099891 [GeV] +Cell[16,22] 0.0021784495970452 [GeV] +Cell[14,29] 0.0018412971095275 [GeV] +Cell[15,25] 0.00053825393759457 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.23378010273678 (GeV) + +Source track ID 5813 (gamma,0.24889356279397[GeV]) at (220.292444424,-448.85547666225,830.38548697904) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,8] 4.8261287884088e-07 [GeV] -Cell[11,6] 5.2386894822121e-12 [GeV] -Cell[11,11] 0.010497935632001 [GeV] -Cell[10,12] 3.390459610273e-07 [GeV] -Cell[12,10] 0.00042462995010828 [GeV] -Cell[11,30] 9.8137672121084e-05 [GeV] -Cell[10,9] 0.001334045470847 [GeV] -Cell[11,9] 0.35411549979601 [GeV] -Cell[11,8] 0.0030313433732365 [GeV] -Cell[12,22] 0.001053584639486 [GeV] -Cell[10,10] 3.9253240916878e-05 [GeV] -Cell[11,10] 0.080489463088039 [GeV] -Cell[12,9] 0.0005265470082245 [GeV] -Cell[11,7] 2.7350906748325e-09 [GeV] -Cell[16,1] 1.8492604431231e-06 [GeV] -Cell[12,8] 1.1013262911547e-05 [GeV] -Cell[12,7] 1.4304926548903e-07 [GeV] -Cell[12,6] 3.2087449540086e-08 [GeV] -Cell[11,12] 0.0001273924208582 [GeV] -Cell[10,11] 0.00087520056983874 [GeV] -Cell[11,19] 0.00033796594900638 [GeV] -Cell[11,18] 0.001820854378495 [GeV] -Cell[11,17] 1.5661658567296e-06 [GeV] -Cell[12,18] 0.00038273664466215 [GeV] -Cell[12,19] 0.0017961958909302 [GeV] -Cell[11,0] 0.00021362291981053 [GeV] -### Total energy deposition in calorimeter by a source track in 26 cells : 0.45717983686968 (GeV) - -Source track ID 10248 (kaon-,1.5193869035986[GeV]) at (462.89713481562,-189.01386874907,440.73743419043) +Cell[17,16] 0.0013650644305148 [GeV] +Cell[14,40] 0.0031478376308462 [GeV] +Cell[14,39] 0.2317121503588 [GeV] +Cell[15,39] 0.0016401833553719 [GeV] +Cell[14,38] 0.0018720213732044 [GeV] +Cell[14,12] 0.00040582763312191 [GeV] +Cell[15,14] 0.0087504780121028 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.24889356279397 (GeV) + +Source track ID 5799 (kaon+,0.66761555298092[GeV]) at (296.4212738642,402.65919634441,378.24722952103) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[6,47] 0.0014371327146421 [GeV] -Cell[11,47] 3.0155815998114e-05 [GeV] -Cell[11,29] 8.7914620526135e-06 [GeV] -Cell[9,26] 3.2110581638563e-06 [GeV] -Cell[14,42] 2.735760062933e-12 [GeV] -Cell[13,46] 0.0075704482417089 [GeV] -Cell[8,42] 0.001638032834695 [GeV] -Cell[9,44] 1.0982279491145e-05 [GeV] -Cell[9,43] 4.1463914385531e-06 [GeV] -Cell[13,47] 0.0089620806010625 [GeV] -Cell[11,23] 0.0027682860538059 [GeV] -Cell[11,24] 0.00018284398806145 [GeV] -Cell[11,22] 0.00010527275908414 [GeV] -Cell[14,22] 0.0002902190363219 [GeV] -Cell[11,43] 1.3917592971325e-05 [GeV] -Cell[12,47] 0.0090092575415127 [GeV] -Cell[12,46] 0.0092358405313752 [GeV] -Cell[10,44] 0.0032988162158256 [GeV] -Cell[10,45] 0.033368252744225 [GeV] -Cell[9,46] 0.0012183060971966 [GeV] -Cell[11,14] 0.0055944069890531 [GeV] -Cell[10,14] 4.031672324345e-08 [GeV] -Cell[15,37] 0.00047600229718216 [GeV] -Cell[10,46] 0.032292009362662 [GeV] -Cell[11,46] 0.0045968195090504 [GeV] -Cell[9,45] 0.0034578734952478 [GeV] -Cell[10,43] 0.0087514007054597 [GeV] -Cell[11,45] 0.0043342991209087 [GeV] -Cell[2,23] 0.0028305084542508 [GeV] -Cell[9,27] 1.0297316475771e-07 [GeV] -Cell[7,32] 1.9637693767436e-06 [GeV] -Cell[13,1] 5.5998680181801e-10 [GeV] -Cell[14,1] 0.00012084108004558 [GeV] -Cell[13,33] 7.9651363193989e-09 [GeV] -Cell[8,43] 7.0890553315053e-05 [GeV] -Cell[12,25] 4.6422239392996e-08 [GeV] -Cell[5,46] 0.00010184013189087 [GeV] -Cell[12,45] 0.61060377509917 [GeV] -Cell[12,44] 0.034386256322266 [GeV] -Cell[13,44] 0.012372450448707 [GeV] -Cell[17,25] 6.4900816360023e-06 [GeV] -Cell[16,14] 0.00040207464283822 [GeV] -Cell[16,15] 4.6264167857771e-05 [GeV] -Cell[11,44] 8.7884554129914e-05 [GeV] -Cell[13,45] 0.014096116184249 [GeV] -Cell[13,43] 0.0004268113159751 [GeV] -Cell[13,42] 4.3904838006824e-05 [GeV] -Cell[13,41] 2.2962796037973e-09 [GeV] -Cell[12,0] 0.0050056522274642 [GeV] -Cell[12,43] 0.0036149482400895 [GeV] -Cell[13,21] 2.6476969971554e-05 [GeV] -Cell[15,22] 8.2407208101358e-06 [GeV] -Cell[14,23] 8.4551900740735e-06 [GeV] -Cell[14,21] 1.2521662177392e-05 [GeV] -Cell[14,14] 0.0012463240899262 [GeV] -Cell[12,14] 0.0019632412230831 [GeV] -Cell[11,15] 0.0052292422402713 [GeV] -Cell[12,12] 2.3177212242445e-05 [GeV] -Cell[13,13] 0.00062256944522198 [GeV] -Cell[13,12] 1.0564690455794e-11 [GeV] -Cell[12,13] 0.00015178890002358 [GeV] -Cell[14,37] 1.8690403179107e-05 [GeV] -Cell[14,33] 3.0648487154394e-08 [GeV] -Cell[16,12] 5.5880705031086e-07 [GeV] -Cell[17,12] 3.1927193049341e-09 [GeV] -Cell[17,11] 5.9291920592841e-08 [GeV] -Cell[16,11] 5.46254159417e-09 [GeV] -Cell[13,0] 0.0040670682132203 [GeV] -Cell[17,21] 7.4151036678813e-06 [GeV] -Cell[17,30] 0.00052442984944275 [GeV] -Cell[17,29] 7.1595422923565e-12 [GeV] -Cell[14,44] 0.00021264553706089 [GeV] -Cell[14,43] 3.1383357599452e-05 [GeV] -Cell[14,45] 0.00025257043436875 [GeV] -Cell[14,46] 0.00078819154671498 [GeV] -Cell[14,47] 0.0029290996062434 [GeV] -Cell[14,0] 0.0096764402738104 [GeV] -### Total energy deposition in calorimeter by a source track in 77 cells : 0.85067830748628 (GeV) - -Source track ID 10355 (gamma,0.23378010273678[GeV]) at (499.39194143644,24.651345365873,861.27118490328) +Cell[11,7] 0.04506865064065 [GeV] +Cell[12,6] 0.39051798356065 [GeV] +Cell[12,5] 0.056373059484302 [GeV] +Cell[11,6] 0.048611754653969 [GeV] +Cell[13,6] 0.0020458871800063 [GeV] +Cell[11,5] 0.0030791070916801 [GeV] +Cell[12,4] 0.0018222638163029 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.54751870642756 (GeV) + +Source track ID 5582 (pi-,1.1892086184819[GeV]) at (42.799119349843,-498.16486767222,1040.0400669348) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[9,10] 0.0001567286272367 [GeV] -Cell[14,5] 0.0012407482370439 [GeV] -Cell[14,7] 0.00040614991478837 [GeV] -Cell[15,1] 0.00056623631580863 [GeV] -Cell[14,1] 0.0036317277800475 [GeV] -Cell[14,0] 0.22529603614009 [GeV] -Cell[16,17] 0.0021275437295292 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.23342517074454 (GeV) - -Source track ID 10356 (gamma,0.24889356279397[GeV]) at (220.29245821224,-448.85546989516,830.38550479504) +Cell[16,38] 0.019113681916915 [GeV] +Cell[11,32] 0.00051099891 [GeV] +Cell[17,44] 4.8655236469131e-08 [GeV] +Cell[17,1] 0.0012634490365088 [GeV] +Cell[17,0] 0.00051345471978835 [GeV] +Cell[17,38] 0.19679899333297 [GeV] +Cell[16,37] 0.25481727484126 [GeV] +Cell[17,37] 0.00044918290017426 [GeV] +Cell[18,38] 0.00051679411208613 [GeV] +Cell[19,39] 4.5076229900928e-05 [GeV] +Cell[19,38] 0.00024146658828238 [GeV] +Cell[15,36] 0.20359526681028 [GeV] +Cell[16,36] 0.1912446677063 [GeV] +Cell[16,35] 0.0013065761200606 [GeV] +Cell[15,37] 0.023783431739506 [GeV] +Cell[15,38] 0.00072920036809284 [GeV] +Cell[15,35] 0.0049595837788303 [GeV] +Cell[15,13] 0.00051099891 [GeV] +Cell[17,36] 0.1687153140154 [GeV] +Cell[17,35] 0.0057825788034722 [GeV] +Cell[18,35] 1.2319460324761e-08 [GeV] +Cell[18,36] 0.00010081081972407 [GeV] +Cell[19,28] 0.00031404244893997 [GeV] +Cell[19,6] 1.3464386574924e-07 [GeV] +Cell[19,7] 1.9875977886841e-07 [GeV] +Cell[17,43] 2.2483291104436e-09 [GeV] +Cell[17,34] 9.1983261654605e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 27 cells : 1.0753133327184 (GeV) + +Source track ID 5784 (gamma,1.5351207931195[GeV]) at (395.55062756678,-305.84260826694,318.34458185319) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[13,19] 0.00026327872767799 [GeV] -Cell[14,39] 0.22850483422628 [GeV] -Cell[14,38] 0.016082109519251 [GeV] -Cell[19,25] 0.0015404181786174 [GeV] -Cell[19,26] 0.00038056922100136 [GeV] -Cell[14,20] 0.00051099891 [GeV] -Cell[16,46] 0.0011003551011372 [GeV] -Cell[14,40] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.24889356279397 (GeV) - -Source track ID 10344 (kaon+,0.66769552364328[GeV]) at (301.46055592622,398.90040513975,371.7603729725) +Cell[11,44] 0.0034907779146959 [GeV] +Cell[10,21] 0.00041501684710425 [GeV] +Cell[12,22] 0.0025513562892139 [GeV] +Cell[10,11] 0.0031538885116423 [GeV] +Cell[10,10] 3.7202049952612e-08 [GeV] +Cell[11,43] 0.38630447324117 [GeV] +Cell[12,43] 0.018012323298542 [GeV] +Cell[11,42] 1.0680951224621 [GeV] +Cell[13,6] 0.0004422077204082 [GeV] +Cell[12,42] 0.026929491494839 [GeV] +Cell[16,16] 0.0025846342730854 [GeV] +Cell[11,41] 0.0027394093490519 [GeV] +Cell[12,41] 0.0034851054311883 [GeV] +Cell[10,42] 1.1651221966872e-05 [GeV] +Cell[10,43] 0.00051796574919808 [GeV] +Cell[10,12] 6.634172778206e-05 [GeV] +Cell[11,40] 0.00093116421240383 [GeV] +### Total energy deposition in calorimeter by a source track in 17 cells : 1.5197309669464 (GeV) + +Source track ID 5785 (gamma,0.1244455075516[GeV]) at (447.26696301103,-223.50003087,557.8546195273) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[11,6] 0.1200291113943 [GeV] -Cell[11,7] 0.013953452291849 [GeV] -Cell[12,7] 0.00091586981282785 [GeV] -Cell[12,6] 0.23483986677086 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.36973830026983 (GeV) - -Source track ID 10250 (pi-,1.1891822324484[GeV]) at (44.005141249517,-498.059783102,1039.0194080531) +Cell[12,44] 0.11553817255793 [GeV] +Cell[8,40] 0.00073524840585101 [GeV] +Cell[14,21] 0.00044149252645003 [GeV] +Cell[12,45] 0.00068794331278716 [GeV] +Cell[13,44] 0.00704265074858 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.1244455075516 (GeV) + +Source track ID 5751 (pi+,0.37512742418192[GeV]) at (185.48506599244,464.32239908686,1260.419132328) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[15,38] 2.277354412945e-05 [GeV] -Cell[16,37] 0.20255704139334 [GeV] -Cell[15,36] 0.12320645933674 [GeV] -Cell[15,37] 0.08334986044271 [GeV] -Cell[19,39] 1.3517981386485e-05 [GeV] -Cell[19,38] 0.00018628206633628 [GeV] -Cell[12,9] 3.7171100461819e-07 [GeV] -Cell[14,37] 0.0037292225493073 [GeV] -Cell[14,38] 0.00020744473132197 [GeV] -Cell[16,9] 4.2214649372568e-05 [GeV] -Cell[18,32] 9.6601277764421e-06 [GeV] -Cell[18,33] 4.4820054899901e-06 [GeV] -Cell[19,33] 1.8065054668114e-05 [GeV] -Cell[17,27] 8.5176679131109e-06 [GeV] -Cell[14,11] 0.001333406159796 [GeV] -Cell[13,9] 0.0014662793740642 [GeV] -Cell[13,10] 1.1649634689093e-07 [GeV] -Cell[14,9] 0.0017179431541805 [GeV] -Cell[17,37] 0.18405399551728 [GeV] -Cell[18,37] 0.066550461087718 [GeV] -Cell[18,38] 0.16959467056338 [GeV] -Cell[19,37] 0.0042011434155455 [GeV] -Cell[17,38] 0.0026641608403586 [GeV] -Cell[17,36] 0.00039362206043461 [GeV] -Cell[18,36] 0.010423022333305 [GeV] -Cell[18,35] 0.0033594050820575 [GeV] -Cell[19,35] 8.6683428665992e-05 [GeV] -Cell[18,39] 0.015340826239441 [GeV] -Cell[19,36] 0.00017608681933677 [GeV] -Cell[17,39] 0.0025022420176383 [GeV] -Cell[17,40] 0.00035976339338299 [GeV] -Cell[18,34] 0.0009584216778519 [GeV] -Cell[18,40] 2.9930708558368e-07 [GeV] -Cell[19,40] 0.0028323826144905 [GeV] -### Total energy deposition in calorimeter by a source track in 34 cells : 0.88137084484386 (GeV) - -Source track ID 10330 (gamma,1.5351207931195[GeV]) at (395.55062673959,-305.84260933676,318.34457842222) +Cell[16,6] 0.0010264538099133 [GeV] +Cell[16,9] 0.01287363362507 [GeV] +Cell[16,8] 0.13964159088518 [GeV] +Cell[16,7] 0.13401476598235 [GeV] +Cell[16,5] 0.0016165399449658 [GeV] +Cell[17,7] 0.00051091383125188 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.28968389807873 (GeV) + +Source track ID 5633 (neutron,1.115511606375[GeV]) at (-221.17460775242,-448.4214456129,-407.89962317143) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[9,13] 0.0010777078744614 [GeV] -Cell[7,20] 0.0016377610774804 [GeV] -Cell[10,6] 0.0011608137566522 [GeV] -Cell[12,42] 0.022245863516335 [GeV] -Cell[11,43] 0.26745815269019 [GeV] -Cell[11,41] 0.0013332852009629 [GeV] -Cell[12,45] 0.00029525161325958 [GeV] -Cell[12,44] 0.0037171667858523 [GeV] -Cell[11,44] 0.00054314488968602 [GeV] -Cell[12,43] 0.022279844204247 [GeV] -Cell[16,11] 0.00035551109903738 [GeV] -Cell[11,42] 1.210937346336 [GeV] -Cell[7,24] 0.00075236697224832 [GeV] -Cell[8,20] 3.3646680074851e-05 [GeV] -Cell[12,41] 0.00071219803100008 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 1.5345400607275 (GeV) - -Source track ID 10331 (gamma,0.1244455075516[GeV]) at (447.26697243518,-223.50001201044,557.8546694079) +Cell[6,46] 6.903564379968e-05 [GeV] +Cell[7,1] 4.0653063129866e-05 [GeV] +Cell[6,34] 1.8278774117562e-06 [GeV] +Cell[7,34] 0.00065565825381873 [GeV] +Cell[7,35] 0.00030118994241116 [GeV] +Cell[7,33] 0.00066087046452628 [GeV] +Cell[7,32] 0.0084762425935573 [GeV] +Cell[6,35] 2.3672329284636e-06 [GeV] +Cell[7,30] 0.0052907027751694 [GeV] +Cell[6,31] 0.00067414248611033 [GeV] +Cell[3,2] 4.5881031546742e-06 [GeV] +Cell[7,37] 2.2881619748659e-05 [GeV] +Cell[6,23] 6.5893345454242e-06 [GeV] +Cell[7,31] 0.033564413965269 [GeV] +Cell[8,32] 2.2187264895365e-05 [GeV] +Cell[7,29] 3.8692447936e-05 [GeV] +Cell[6,33] 0.00015095100988458 [GeV] +Cell[6,32] 0.0017856677770249 [GeV] +Cell[7,3] 2.1551467565587e-05 [GeV] +Cell[5,46] 1.9395101821829e-06 [GeV] +Cell[6,24] 2.3049208684824e-05 [GeV] +Cell[6,47] 6.8052621918469e-07 [GeV] +Cell[6,1] 0.0043280839565788 [GeV] +Cell[6,0] 6.6777794098016e-05 [GeV] +Cell[5,47] 0.00026118735658235 [GeV] +Cell[7,2] 0.00081661397372454 [GeV] +Cell[8,2] 1.0681105777621e-11 [GeV] +Cell[3,10] 0.0006682537848942 [GeV] +Cell[7,20] 6.9247434148565e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 29 cells : 0.057963724187947 (GeV) + +Source track ID 5634 (neutron,1.0734277081812[GeV]) at (221.91485641867,-448.05557300482,160.67848886338) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[12,44] 0.10719399110724 [GeV] -Cell[13,44] 0.002848417871401 [GeV] -Cell[13,45] 0.0028993566563169 [GeV] -Cell[13,43] 0.0017187729851017 [GeV] -Cell[12,43] 0.0016129453197396 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.1162734839398 (GeV) - -Source track ID 10316 (pi+,0.37526621351373[GeV]) at (181.12171410433,466.04176280663,1249.8679263286) +Cell[12,44] 0.00059281740879032 [GeV] +Cell[11,44] 7.5929331160296e-09 [GeV] +Cell[13,41] 5.0626339600512e-07 [GeV] +Cell[11,43] 0.0032367317863959 [GeV] +Cell[13,43] 0.0021388874190243 [GeV] +Cell[12,43] 0.043659502012302 [GeV] +Cell[13,42] 0.0044351877286529 [GeV] +Cell[12,42] 0.0055072867106153 [GeV] +Cell[11,41] 2.1695793395793e-06 [GeV] +Cell[12,41] 1.2754159700989e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.05957437191742 (GeV) + +Source track ID 5635 (neutron,0.99208049339426[GeV]) at (152.29550182527,-476.2416194788,133.94404149633) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[16,9] 0.024137774287776 [GeV] -Cell[16,8] 0.15992132920815 [GeV] -Cell[18,0] 0.088405028226387 [GeV] -Cell[18,1] 0.00071622881547082 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.27318036053778 (GeV) +Cell[11,41] 2.0883351226075e-10 [GeV] +Cell[11,40] 0.0036695056636419 [GeV] +Cell[10,38] 6.3586599135306e-06 [GeV] +Cell[11,39] 0.010186536514237 [GeV] +Cell[10,39] 0.000972166461445 [GeV] +Cell[12,39] 0.00072615891792361 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.015560726425994 (GeV) + +Source track ID 5637 (neutron,0.94710952117252[GeV]) at (14.499106911335,499.78973168601,-239.30967822705) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[8,11] 0.0037467773402001 [GeV] +Cell[8,12] 0.00066711970313587 [GeV] +Cell[1,30] 0.00049902057616816 [GeV] +Cell[9,41] 0.0013756876181962 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.0062886052377002 (GeV) -Source track ID 10307 (gamma,0.00010664996077107[GeV]) at (123.8354117657,-484.42212046192,84.768524718567) +Source track ID 5639 (neutron,0.9452809336191[GeV]) at (-443.33040738267,231.21018552372,-66.165778546451) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,37] 0.00010664996077107 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00010664996077107 (GeV) +Cell[9,18] 0.00060116658105847 [GeV] +Cell[9,19] 0.0050169096764616 [GeV] +Cell[9,20] 1.7169831931824e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.0056352460894519 (GeV) -Source track ID 10297 (pi-,0.47646501083038[GeV]) at (184.17148518675,-464.84498926428,97.362875406167) +Source track ID 5641 (gamma,0.00072227990407049[GeV]) at (119.75686370172,-485.44648891132,27.475542037005) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[10,39] 0.28360856552363 [GeV] -Cell[10,40] 0.085806740558476 [GeV] -Cell[11,41] 0.0013365090728223 [GeV] -Cell[11,40] 0.0010958866125751 [GeV] -Cell[10,37] 6.6073498940682e-05 [GeV] -Cell[9,39] 0.0010432134391983 [GeV] -Cell[10,38] 0.018433128962646 [GeV] -Cell[10,41] 2.948806609254e-05 [GeV] -Cell[11,39] 1.1202916380171e-07 [GeV] -Cell[9,38] 0.00017611584660085 [GeV] -Cell[9,37] 7.8120005582605e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.39159591173016 (GeV) - -Source track ID 10265 (pi+,0.96821363163412[GeV]) at (-71.073877472723,-494.92272522182,1185.9144953086) +Cell[10,37] 0.00072227990407049 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00072227990407049 (GeV) + +Source track ID 5642 (gamma,0.00015020027382029[GeV]) at (88.359615674533,-492.13065167479,0.074217662864434) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[17,32] 0.0015704387053871 [GeV] -Cell[15,36] 0.0022010850792015 [GeV] -Cell[16,36] 0.0024453466218857 [GeV] -Cell[15,34] 0.018080600907332 [GeV] -Cell[16,34] 0.80992950209701 [GeV] -Cell[16,35] 0.035124534964684 [GeV] -Cell[17,34] 0.079470120621121 [GeV] -Cell[17,33] 0.00046243303452272 [GeV] -Cell[16,33] 0.0017459033063255 [GeV] -Cell[17,35] 0.0071494795973318 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.95817944493481 (GeV) - -Source track ID 10266 (kaon-,2.440400551569[GeV]) at (342.32513721655,-364.43586600343,532.42138617814) +Cell[9,37] 0.00015020027382029 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00015020027382029 (GeV) + +Source track ID 5595 (pi+,0.96808743846936[GeV]) at (-69.939447819996,-495.08430962679,1189.4461024038) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[9,19] 5.9461920929607e-05 [GeV] -Cell[8,22] 1.441115164198e-05 [GeV] -Cell[14,42] 0.00019629273370026 [GeV] -Cell[13,46] 0.00065458380110761 [GeV] -Cell[13,35] 4.9443195330241e-05 [GeV] -Cell[10,25] 0.00062364076952073 [GeV] -Cell[5,31] 4.877556812437e-05 [GeV] -Cell[7,20] 2.0236731405021e-05 [GeV] -Cell[8,0] 0.00026093725188241 [GeV] -Cell[9,44] 0.00091249925550119 [GeV] -Cell[9,43] 0.005325291589684 [GeV] -Cell[7,22] 2.3536485083241e-05 [GeV] -Cell[7,4] 0.00013463033828554 [GeV] -Cell[9,18] 3.3638281311141e-05 [GeV] -Cell[11,26] 1.3973608904053e-05 [GeV] -Cell[19,23] 8.9817040475282e-08 [GeV] -Cell[15,30] 2.5506597012281e-09 [GeV] -Cell[14,5] 1.9396263523959e-06 [GeV] -Cell[14,4] 0.0022977059765551 [GeV] -Cell[15,6] 0.0060976412521985 [GeV] -Cell[15,28] 3.2133477216121e-06 [GeV] -Cell[13,47] 5.7110515892873e-06 [GeV] -Cell[10,16] 0.0015224782206792 [GeV] -Cell[13,28] 4.8726273234934e-08 [GeV] -Cell[14,7] 2.6160255150103e-05 [GeV] -Cell[12,42] 0.17646576100334 [GeV] -Cell[10,4] 7.5035453313603e-05 [GeV] -Cell[13,25] 0.00025617057534873 [GeV] -Cell[12,28] 0.00024177719765987 [GeV] -Cell[12,27] 5.3935410418262e-06 [GeV] -Cell[12,29] 0.00022882118064479 [GeV] -Cell[12,30] 0.00010945853043449 [GeV] -Cell[10,12] 4.8773363232613e-09 [GeV] -Cell[12,10] 0.00084529716767076 [GeV] -Cell[12,23] 0.00030704358222745 [GeV] -Cell[11,22] 0.0015868233324235 [GeV] -Cell[11,21] 0.00031211764005548 [GeV] -Cell[14,6] 2.0218030549586e-06 [GeV] -Cell[14,13] 0.0037638801579947 [GeV] -Cell[14,12] 0.00035208943834346 [GeV] -Cell[11,43] 0.00048763437127434 [GeV] -Cell[12,46] 0.019885479255344 [GeV] -Cell[12,22] 0.0018290905970306 [GeV] -Cell[10,44] 0.0083426860694176 [GeV] -Cell[10,45] 0.00055124827888436 [GeV] -Cell[11,14] 1.0225879086647e-05 [GeV] -Cell[10,14] 0.0002752658861258 [GeV] -Cell[16,37] 0.0024118663690302 [GeV] -Cell[15,36] 0.015191887282805 [GeV] -Cell[16,36] 0.00080467239988423 [GeV] -Cell[15,37] 0.00038255856458136 [GeV] -Cell[10,46] 0.0019037437797921 [GeV] -Cell[15,11] 0.00051099891 [GeV] -Cell[8,47] 0.00013354955069485 [GeV] -Cell[9,45] 0.0023197442877482 [GeV] -Cell[10,5] 2.7293880702928e-07 [GeV] -Cell[10,43] 0.10362273486704 [GeV] -Cell[11,41] 1.1618362918853e-08 [GeV] -Cell[11,40] 1.704111287836e-06 [GeV] -Cell[8,25] 6.5768253989518e-07 [GeV] -Cell[11,1] 0.0024329870733135 [GeV] -Cell[15,29] 0.0016691072784689 [GeV] -Cell[11,38] 0.001991078978889 [GeV] -Cell[13,7] 3.2562211351888e-06 [GeV] -Cell[8,21] 0.0014228219227064 [GeV] -Cell[11,27] 0.00048200831324777 [GeV] -Cell[10,34] 0.00034093890775216 [GeV] -Cell[10,35] 0.00014679266138955 [GeV] -Cell[5,4] 0.00057146816381453 [GeV] -Cell[14,3] 0.00042112632184484 [GeV] -Cell[14,1] 0.044039684895981 [GeV] -Cell[14,2] 0.0053277020240201 [GeV] -Cell[12,26] 3.8404324868679e-08 [GeV] -Cell[9,42] 0.0019229949141737 [GeV] -Cell[13,5] 0.00097376973274897 [GeV] -Cell[17,14] 1.2000215116359e-06 [GeV] -Cell[5,5] 2.6093021233464e-06 [GeV] -Cell[6,9] 6.5928891883232e-05 [GeV] -Cell[4,23] 1.2366385599307e-06 [GeV] -Cell[2,13] 3.7073506973684e-07 [GeV] -Cell[2,44] 1.1861664825119e-07 [GeV] -Cell[4,22] 6.7716062658292e-06 [GeV] -Cell[9,4] 5.2514521257763e-07 [GeV] -Cell[16,6] 0.00025648803226363 [GeV] -Cell[16,5] 7.154819847301e-06 [GeV] -Cell[10,20] 0.00066106491909374 [GeV] -Cell[10,19] 0.00061647384768453 [GeV] -Cell[11,20] 2.0075520296814e-08 [GeV] -Cell[13,39] 0.0070199724161139 [GeV] -Cell[13,40] 0.020281279801076 [GeV] -Cell[12,38] 0.0012225573679772 [GeV] -Cell[12,39] 0.0081710088112973 [GeV] -Cell[13,38] 0.00085722734525482 [GeV] -Cell[6,4] 3.9767129637767e-06 [GeV] -Cell[12,7] 0.0032124748171764 [GeV] -Cell[11,18] 3.4059271856677e-06 [GeV] -Cell[11,17] 2.8239621622106e-07 [GeV] -Cell[12,45] 0.00037520610244849 [GeV] -Cell[12,44] 0.0025757727043672 [GeV] -Cell[13,44] 0.0018691781687976 [GeV] -Cell[16,14] 4.5084070667372e-06 [GeV] -Cell[16,15] 5.659302805725e-07 [GeV] -Cell[11,44] 9.1412652025383e-05 [GeV] -Cell[13,45] 0.0013652276540108 [GeV] -Cell[13,43] 0.0083434226213903 [GeV] -Cell[13,42] 0.0086983193226994 [GeV] -Cell[13,41] 0.019583062316737 [GeV] -Cell[12,43] 0.025902534053065 [GeV] -Cell[13,21] 2.0774314180017e-10 [GeV] -Cell[15,22] 0.0013787737431631 [GeV] -Cell[14,21] 0.00029466707510801 [GeV] -Cell[14,14] 0.000997075597807 [GeV] -Cell[11,15] 0.00040631401280166 [GeV] -Cell[13,13] 0.00056005323388956 [GeV] -Cell[13,12] 3.6413445002381e-07 [GeV] -Cell[13,0] 1.4510078501189e-05 [GeV] -Cell[17,21] 0.00084127706884647 [GeV] -Cell[14,44] 0.0046780440690567 [GeV] -Cell[14,43] 2.1260400219376e-05 [GeV] -Cell[14,0] 0.0034275504012379 [GeV] -Cell[16,17] 0.0020842227591532 [GeV] -Cell[19,25] 0.00016769102817216 [GeV] -Cell[14,20] 1.0593794286251e-10 [GeV] -Cell[16,46] 0.0021339744826115 [GeV] -Cell[14,40] 1.0876895771617e-08 [GeV] -Cell[14,11] 0.0010117216644508 [GeV] -Cell[18,34] 1.2553152897681e-06 [GeV] -Cell[11,42] 0.0025295729589249 [GeV] -Cell[8,20] 2.826170384651e-05 [GeV] -Cell[12,41] 0.83098580724138 [GeV] -Cell[15,34] 0.0010225141714043 [GeV] -Cell[16,34] 2.8032077127136e-05 [GeV] -Cell[16,35] 0.0013687553788523 [GeV] -Cell[16,33] 2.8086837846786e-07 [GeV] -Cell[17,35] 0.0015696915623374 [GeV] -Cell[13,15] 0.0017956494683596 [GeV] -Cell[12,21] 0.00082707515545165 [GeV] -Cell[14,41] 0.0014467066757275 [GeV] -Cell[14,15] 2.4151353136403e-05 [GeV] -Cell[14,19] 4.1123712435365e-11 [GeV] -Cell[14,35] 0.00084527684937504 [GeV] -Cell[12,40] 0.022617063223048 [GeV] -Cell[12,15] 0.00014102980436439 [GeV] -Cell[12,16] 1.8495729779488e-05 [GeV] -Cell[15,23] 8.2958151004277e-05 [GeV] -Cell[15,7] 3.4076801966876e-09 [GeV] -Cell[8,18] 1.2159726116806e-05 [GeV] -Cell[8,19] 0.0010071810798472 [GeV] -Cell[7,21] 0.0037498945793926 [GeV] -Cell[16,43] 1.4045809871277e-07 [GeV] -Cell[14,16] 0.0011585821349591 [GeV] -Cell[14,17] 0.0010754893071511 [GeV] -Cell[13,16] 2.7511032952816e-06 [GeV] -Cell[13,17] 3.1585135729983e-08 [GeV] -Cell[17,9] 1.7646796740109e-06 [GeV] -Cell[12,5] 0.00015837631276693 [GeV] -Cell[12,20] 0.00095706985619034 [GeV] -Cell[13,14] 9.8365751345909e-05 [GeV] -Cell[18,28] 8.2681812054943e-06 [GeV] -Cell[2,14] 2.2160570370033e-07 [GeV] -Cell[12,11] 6.4845985920101e-06 [GeV] -Cell[10,13] 1.4491961337626e-09 [GeV] -Cell[15,15] 0.00027944783010241 [GeV] -Cell[15,16] 0.00020459606557256 [GeV] -Cell[16,29] 1.6768255554098e-05 [GeV] -Cell[19,47] 2.6877309414886e-07 [GeV] -Cell[11,13] 2.9412868898362e-06 [GeV] -Cell[11,16] 4.0000199559813e-05 [GeV] -Cell[16,13] 0.00021110827870177 [GeV] -Cell[17,15] 1.5189627302334e-05 [GeV] -Cell[10,42] 0.0024691875337826 [GeV] -Cell[17,16] 4.9486293538507e-05 [GeV] -Cell[15,18] 2.0449489589964e-05 [GeV] -Cell[16,18] 1.0502037475817e-05 [GeV] -Cell[16,16] 0.0018822767253344 [GeV] -Cell[18,25] 1.7017902573571e-06 [GeV] -Cell[19,24] 0.00083570999076426 [GeV] -Cell[17,20] 3.9134235903816e-05 [GeV] -Cell[13,11] 4.5204069465399e-10 [GeV] -Cell[13,23] 0.0010865805236226 [GeV] -Cell[14,18] 0.026551470151259 [GeV] -Cell[13,18] 0.00097487086410575 [GeV] -Cell[10,15] 0.0019705698936553 [GeV] -Cell[15,17] 0.00016626814337394 [GeV] -Cell[18,24] 6.3233310356736e-09 [GeV] -Cell[15,35] 0.0022392554153192 [GeV] -Cell[17,2] 1.0849991551368e-05 [GeV] -Cell[13,24] 1.3651745888637e-05 [GeV] -Cell[15,42] 0.00033634819790461 [GeV] -Cell[16,47] 3.8403295548051e-09 [GeV] -Cell[16,38] 0.002529531298815 [GeV] -Cell[16,28] 0.0011458847968489 [GeV] -### Total energy deposition in calorimeter by a source track in 192 cells : 1.4691821402177 (GeV) - -Source track ID 10264 (kaon0L,0.85324689363199[GeV]) at (443.61976117133,-230.65451978727,564.59737040268) +Cell[7,11] 4.7798590327147e-05 [GeV] +Cell[14,17] 1.0154233375374e-05 [GeV] +Cell[16,32] 1.372945552032e-05 [GeV] +Cell[15,41] 4.8098800073149e-07 [GeV] +Cell[14,18] 0.0011574710011037 [GeV] +Cell[15,44] 0.0017001856507749 [GeV] +Cell[14,43] 4.0358354628552e-05 [GeV] +Cell[11,36] 5.4480028920807e-06 [GeV] +Cell[9,25] 0.00015660430097375 [GeV] +Cell[9,24] 0.0025371774253518 [GeV] +Cell[15,42] 0.0011928178158421 [GeV] +Cell[14,42] 0.0014557447658688 [GeV] +Cell[9,29] 3.0029683548491e-06 [GeV] +Cell[14,41] 0.0027611771612974 [GeV] +Cell[14,28] 9.955620043911e-08 [GeV] +Cell[14,34] 0.00067670409990717 [GeV] +Cell[15,33] 1.6227664016014e-05 [GeV] +Cell[5,1] 0.00022256568229557 [GeV] +Cell[13,46] 0.14032894961831 [GeV] +Cell[13,40] 6.0477103688754e-06 [GeV] +Cell[14,40] 0.00033098589622796 [GeV] +Cell[18,39] 2.182787284255e-11 [GeV] +Cell[18,40] 1.404195539908e-05 [GeV] +Cell[16,22] 1.3401139061898e-05 [GeV] +Cell[15,36] 8.3557097241282e-11 [GeV] +Cell[16,36] 3.9217816920086e-05 [GeV] +Cell[16,35] 0.0028303814782987 [GeV] +Cell[15,35] 0.0033078448567757 [GeV] +Cell[17,36] 0.0065100153234007 [GeV] +Cell[17,35] 0.11752521238011 [GeV] +Cell[18,35] 0.0056937125323973 [GeV] +Cell[18,36] 3.9281139834202e-09 [GeV] +Cell[17,34] 0.0011245064813542 [GeV] +Cell[17,7] 8.1736478705352e-09 [GeV] +Cell[15,34] 0.012504551747195 [GeV] +Cell[16,34] 0.42906482093853 [GeV] +Cell[9,30] 0.0005436132774887 [GeV] +Cell[18,9] 8.0243959382642e-06 [GeV] +Cell[18,10] 0.00058718440264249 [GeV] +Cell[17,10] 0.00031753600116497 [GeV] +Cell[17,11] 1.3161090745371e-06 [GeV] +Cell[18,11] 2.2608651306655e-10 [GeV] +Cell[15,43] 0.0035275757523149 [GeV] +Cell[15,45] 2.202930918429e-07 [GeV] +Cell[16,20] 3.1628686301929e-05 [GeV] +Cell[16,21] 1.6288690525244e-06 [GeV] +Cell[15,21] 2.2741565885553e-08 [GeV] +Cell[14,9] 0.00051786577272099 [GeV] +Cell[18,14] 2.1631040726788e-07 [GeV] +Cell[18,1] 0.0035316627828505 [GeV] +Cell[18,2] 0.0036144540304678 [GeV] +Cell[19,1] 0.0013727932311861 [GeV] +Cell[17,20] 0.0049510662076997 [GeV] +Cell[17,21] 0.0018224297279946 [GeV] +Cell[17,19] 0.00072835184667622 [GeV] +Cell[18,20] 0.0017855380432884 [GeV] +Cell[17,18] 5.158676370047e-05 [GeV] +Cell[18,18] 6.1978021054529e-05 [GeV] +Cell[18,19] 0.0019971057827537 [GeV] +Cell[16,42] 0.00048498435555126 [GeV] +Cell[16,43] 0.0058248180945317 [GeV] +Cell[16,44] 0.00085050440332384 [GeV] +Cell[17,5] 4.4476712118922e-06 [GeV] +Cell[17,6] 7.9226250261399e-07 [GeV] +Cell[19,3] 0.00066311913262859 [GeV] +Cell[14,19] 6.8311598733999e-06 [GeV] +Cell[17,33] 6.7850518333898e-06 [GeV] +Cell[18,34] 7.8013778090735e-07 [GeV] +Cell[19,35] 0.0076953924976432 [GeV] +Cell[19,36] 0.0029420854160979 [GeV] +### Total energy deposition in calorimeter by a source track in 70 cells : 0.77522578925673 (GeV) + +Source track ID 5596 (kaon-,2.4403931272307[GeV]) at (342.17980675115,-364.57232458285,532.16251085153) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[14,42] 0.0017402125431988 [GeV] -Cell[13,46] 0.00078392107657135 [GeV] -Cell[13,47] 0.00077059806812065 [GeV] -Cell[12,42] 0.0024176468508438 [GeV] -Cell[12,23] 6.941192016825e-06 [GeV] -Cell[14,22] 0.00054803052006332 [GeV] -Cell[12,47] 0.002099406927278 [GeV] -Cell[12,46] 1.4531182725023e-05 [GeV] -Cell[12,24] 0.00045169228431359 [GeV] -Cell[15,44] 3.9708500281677e-06 [GeV] -Cell[12,45] 2.0621792873499e-07 [GeV] -Cell[12,44] 0.070446681159294 [GeV] -Cell[13,44] 0.15395923388701 [GeV] -Cell[13,45] 0.0038547974681834 [GeV] -Cell[13,43] 0.0025041449389975 [GeV] -Cell[12,43] 0.06622530307936 [GeV] -Cell[14,21] 1.3391365678217e-07 [GeV] -Cell[11,15] 1.6902339518765e-07 [GeV] -Cell[14,44] 0.026793676234407 [GeV] -Cell[14,43] 6.0404590134908e-05 [GeV] -Cell[14,45] 0.0039610953082835 [GeV] -Cell[14,46] 1.4996332465671e-05 [GeV] -Cell[14,47] 3.3239777928884e-07 [GeV] -Cell[14,41] 6.1170258021775e-05 [GeV] -Cell[13,16] 0.0011621572427467 [GeV] -Cell[13,17] 1.66621049284e-05 [GeV] -Cell[11,16] 4.5578605977425e-08 [GeV] -Cell[13,23] 1.9586795009673e-05 [GeV] -Cell[13,24] 0.00022163425080851 [GeV] -Cell[14,24] 1.7726382007822e-05 [GeV] -Cell[15,45] 8.6107759840388e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 31 cells : 0.33816571943417 (GeV) - -Source track ID 10255 (pi+,4.2124294839362[GeV]) at (194.28233765485,-460.71072624302,515.86221956022) +Cell[12,44] 0.020839464315484 [GeV] +Cell[15,41] 0.0023226618510815 [GeV] +Cell[13,41] 0.23280370278877 [GeV] +Cell[13,39] 0.0050077939014847 [GeV] +Cell[15,44] 0.0040501978353837 [GeV] +Cell[14,43] 0.38092139752406 [GeV] +Cell[15,40] 0.0011871310694967 [GeV] +Cell[15,42] 0.01700306845883 [GeV] +Cell[14,42] 0.27416707991741 [GeV] +Cell[14,41] 0.042637210914038 [GeV] +Cell[14,46] 0.00025117306966035 [GeV] +Cell[11,43] 0.0014107069798943 [GeV] +Cell[12,45] 0.00075812980406101 [GeV] +Cell[13,45] 0.0016099561366736 [GeV] +Cell[13,44] 0.00098055703655996 [GeV] +Cell[12,46] 2.6539439886619e-08 [GeV] +Cell[13,43] 0.0099161279702829 [GeV] +Cell[11,46] 2.7684906171999e-08 [GeV] +Cell[12,43] 0.0070868373833133 [GeV] +Cell[13,46] 2.362782923683e-06 [GeV] +Cell[13,42] 0.28566027098673 [GeV] +Cell[13,38] 0.0045631644125512 [GeV] +Cell[13,40] 0.0057450272922369 [GeV] +Cell[14,40] 0.010922949277802 [GeV] +Cell[14,39] 0.0010233165293391 [GeV] +Cell[14,45] 6.5125586264685e-06 [GeV] +Cell[14,44] 0.0075494772050096 [GeV] +Cell[11,42] 0.0012696811351633 [GeV] +Cell[14,38] 0.00073332384855871 [GeV] +Cell[12,42] 0.035699858758639 [GeV] +Cell[12,41] 0.096058354509406 [GeV] +Cell[11,40] 0.00071414704533504 [GeV] +Cell[12,39] 0.00052695447902261 [GeV] +Cell[15,43] 0.14604078841728 [GeV] +Cell[16,43] 0.0020195520119437 [GeV] +Cell[12,38] 9.6769684284936e-07 [GeV] +Cell[12,40] 4.3196415144735e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 37 cells : 1.6015331565434 (GeV) + +Source track ID 5594 (kaon0L,0.85324689363199[GeV]) at (443.61976117133,-230.65451978727,564.59737040268) Original primary track ID 8 (unknown,11.672977589613[GeV]) -Cell[15,38] 0.31559659293332 [GeV] -Cell[16,37] 0.14118872273599 [GeV] -Cell[15,36] 0.0004750610007327 [GeV] -Cell[16,36] 0.001279586705331 [GeV] -Cell[15,37] 0.01480198346851 [GeV] -Cell[19,38] 0.00077890455831637 [GeV] -Cell[13,39] 0.0017786302208928 [GeV] -Cell[12,38] 0.062130604705916 [GeV] -Cell[12,39] 0.099983301388695 [GeV] -Cell[13,38] 0.27407996861432 [GeV] -Cell[14,37] 0.0020282827875995 [GeV] -Cell[14,39] 0.0024534332214563 [GeV] -Cell[14,38] 0.32079526318137 [GeV] -Cell[17,37] 0.034062394631669 [GeV] -Cell[18,37] 0.029073262530595 [GeV] -Cell[18,38] 0.028668707632323 [GeV] -Cell[19,37] 0.01077479091427 [GeV] -Cell[17,38] 1.1907374924141 [GeV] -Cell[17,36] 0.011806808742123 [GeV] -Cell[18,36] 0.0011960646467901 [GeV] -Cell[18,39] 3.9386279922837e-08 [GeV] -Cell[19,36] 0.00049338744466957 [GeV] -Cell[17,39] 0.063096511586245 [GeV] -Cell[17,40] 0.0018726957673281 [GeV] -Cell[16,35] 3.7823858004231e-05 [GeV] -Cell[15,35] 2.7380940696276e-07 [GeV] -Cell[16,38] 0.37496503302077 [GeV] -Cell[16,39] 0.035477759924818 [GeV] -Cell[15,39] 7.2418827670617e-06 [GeV] -Cell[17,41] 0.0069809232633988 [GeV] -Cell[17,42] 2.8620037028304e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 31 cells : 3.0266215755981 (GeV) - -Source track ID 9358 (kaon+,2.4810089336886[GeV]) at (286.88959914964,-409.5050157199,-438.61870457239) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[4,9] 1.3214064529166e-07 [GeV] -Cell[6,37] 0.00070156863463638 [GeV] -Cell[7,41] 0.021796476084601 [GeV] -Cell[4,21] 3.0742762498903e-07 [GeV] -Cell[7,42] 0.0026973885298381 [GeV] -Cell[8,17] 3.9763399399817e-09 [GeV] -Cell[4,36] 9.6052535809577e-09 [GeV] -Cell[6,40] 0.084307007860377 [GeV] -Cell[8,40] 0.0016944617301256 [GeV] -Cell[8,38] 0.0042338884265565 [GeV] -Cell[4,20] 1.8063368042931e-07 [GeV] -Cell[7,43] 0.00098517256327079 [GeV] -Cell[5,31] 7.1061370545067e-07 [GeV] -Cell[5,45] 0.00072851195680857 [GeV] -Cell[7,20] 3.8277939893305e-09 [GeV] -Cell[8,5] 2.8832461655838e-05 [GeV] -Cell[6,35] 4.7784402559046e-06 [GeV] -Cell[6,39] 0.031252803481045 [GeV] -Cell[10,12] 1.2306747464663e-07 [GeV] -Cell[4,37] 8.4066491351678e-06 [GeV] -Cell[4,42] 0.00022906378684831 [GeV] -Cell[4,43] 0.0017025995105521 [GeV] -Cell[5,37] 0.0038220319265209 [GeV] -Cell[8,23] 1.6133510371219e-07 [GeV] -Cell[5,20] 0.002828682774724 [GeV] -Cell[5,19] 0.00121393511744 [GeV] -Cell[8,31] 9.1253592981957e-06 [GeV] -Cell[5,43] 0.018464640685126 [GeV] -Cell[7,29] 0.0013834004311458 [GeV] -Cell[6,30] 1.71895446897e-07 [GeV] -Cell[4,5] 1.8262837366933e-05 [GeV] -Cell[4,4] 5.2446828867687e-06 [GeV] -Cell[4,6] 0.0038405689508292 [GeV] -Cell[5,4] 0.0011061505453042 [GeV] -Cell[4,3] 1.1088559404016e-11 [GeV] -Cell[8,34] 1.6742231673561e-07 [GeV] -Cell[5,5] 6.9151353706957e-05 [GeV] -Cell[0,19] 2.2873573470861e-09 [GeV] -Cell[8,43] 1.2425971567609e-07 [GeV] -Cell[8,44] 5.3305606797949e-08 [GeV] -Cell[1,31] 2.1051346266177e-10 [GeV] -Cell[6,5] 0.00029693479730486 [GeV] -Cell[6,44] 3.2477010733146e-05 [GeV] -Cell[4,17] 6.4164114301093e-06 [GeV] -Cell[5,39] 0.00099165498663785 [GeV] -Cell[8,32] 0.00029063865095964 [GeV] -Cell[5,2] 1.7220800509676e-07 [GeV] -Cell[6,38] 0.005637266504063 [GeV] -Cell[5,16] 1.4639223007748e-05 [GeV] -Cell[1,8] 3.7083548610099e-05 [GeV] -Cell[1,9] 9.5962938212324e-06 [GeV] -Cell[5,7] 0.020142208756664 [GeV] -Cell[5,8] 0.00058296862650639 [GeV] -Cell[4,31] 1.8477657363519e-05 [GeV] -Cell[4,30] 0.00056677900923114 [GeV] -Cell[5,42] 0.001954182966095 [GeV] -Cell[5,41] 0.0042377800094188 [GeV] -Cell[6,41] 0.12220720136954 [GeV] -Cell[5,38] 0.011060044788483 [GeV] -Cell[5,30] 6.6331419356516e-05 [GeV] -Cell[5,40] 0.0029092227329429 [GeV] -Cell[5,46] 0.0016361921068071 [GeV] -Cell[1,30] 9.7348400967121e-06 [GeV] -Cell[2,30] 2.4237524442015e-06 [GeV] -Cell[5,6] 0.017538855052776 [GeV] -Cell[7,39] 0.084396498018885 [GeV] -Cell[7,40] 0.86547407665192 [GeV] -Cell[7,38] 0.0020480702077358 [GeV] -Cell[6,3] 0.00040659730687651 [GeV] -Cell[6,11] 0.0005344445161661 [GeV] -Cell[6,2] 4.8407728900202e-07 [GeV] -Cell[6,4] 0.00029132075803636 [GeV] -Cell[10,11] 1.7101410776377e-10 [GeV] -Cell[7,21] 8.3589569726428e-07 [GeV] -Cell[10,13] 4.4053977035219e-08 [GeV] -Cell[7,37] 1.0040294201303e-05 [GeV] -Cell[6,18] 0.00026359399480316 [GeV] -Cell[6,17] 0.00022061924966692 [GeV] -Cell[6,42] 0.0041870060406238 [GeV] -Cell[6,43] 0.0043208863455912 [GeV] -Cell[8,39] 1.0032556019723e-07 [GeV] -Cell[6,19] 6.3788349507377e-08 [GeV] -Cell[8,33] 4.4578340493899e-06 [GeV] -Cell[5,15] 0.0015320932669493 [GeV] -Cell[4,40] 0.00042313576421157 [GeV] -Cell[4,8] 7.2210593498312e-07 [GeV] -Cell[7,19] 1.5526660718024e-08 [GeV] -Cell[5,44] 0.013489164898325 [GeV] -### Total energy deposition in calorimeter by a source track in 88 cells : 1.3509878606145 (GeV) - -Source track ID 9662 (gamma,0.19649521790461[GeV]) at (-493.903211094,77.843548679585,489.46550356119) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,23] 0.0062488504752848 [GeV] -Cell[12,24] 0.0020189567719071 [GeV] -Cell[12,22] 0.18508705424608 [GeV] -Cell[12,2] 0.00058342986758944 [GeV] -Cell[12,21] 0.0025569265437557 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.19649521790461 (GeV) - -Source track ID 9663 (gamma,0.89164369738079[GeV]) at (-456.12361587977,204.82003573078,886.89513832554) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,30] 0.000550950451414 [GeV] -Cell[13,43] 0.00049153141701379 [GeV] -Cell[14,21] 0.020368064619839 [GeV] -Cell[14,20] 0.77598221193955 [GeV] -Cell[18,0] 0.0021969295355807 [GeV] -Cell[17,35] 0.00070388801307164 [GeV] -Cell[14,19] 0.0014508466321174 [GeV] -Cell[15,20] 0.07111525391356 [GeV] -Cell[15,19] 0.00046062497919514 [GeV] -Cell[15,21] 0.018046398903049 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.89136670040439 (GeV) - -Source track ID 9648 (pi-,0.85434396776798[GeV]) at (-164.66186493542,472.10853649981,872.61282272391) +Cell[12,44] 0.00022807115078183 [GeV] +Cell[13,30] 0.002017833516996 [GeV] +Cell[14,46] 5.0661058664673e-05 [GeV] +Cell[13,45] 0.011824977991906 [GeV] +Cell[13,44] 0.21760580392783 [GeV] +Cell[13,43] 0.4709806426966 [GeV] +Cell[12,43] 1.0157435469296e-05 [GeV] +Cell[13,42] 0.0053057788959294 [GeV] +Cell[14,45] 0.004411949480716 [GeV] +Cell[14,44] 6.0188707429916e-06 [GeV] +Cell[12,42] 1.9650906324387e-10 [GeV] +Cell[7,15] 0.0011967470484503 [GeV] +Cell[19,23] 0.00062153640679914 [GeV] +Cell[14,14] 0.00056255269491253 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.71482273137231 (GeV) + +Source track ID 5587 (pi+,4.2124234299473[GeV]) at (194.27258226075,-460.71483998428,515.78112838622) +Original primary track ID 8 (unknown,11.672977589613[GeV]) +Cell[15,41] 0.00016450142603026 [GeV] +Cell[13,41] 0.00074835889940645 [GeV] +Cell[13,37] 0.051541982682603 [GeV] +Cell[13,39] 1.1972051220074 [GeV] +Cell[15,40] 0.0056801536118572 [GeV] +Cell[14,41] 0.0021420408250869 [GeV] +Cell[12,37] 0.00084201809131808 [GeV] +Cell[13,36] 0.00036107921000313 [GeV] +Cell[13,38] 2.0785126845922 [GeV] +Cell[13,40] 0.0068632458782168 [GeV] +Cell[14,40] 0.034983532454785 [GeV] +Cell[14,39] 0.28414584392903 [GeV] +Cell[16,40] 9.5195166522899e-09 [GeV] +Cell[15,39] 4.0479335439159e-12 [GeV] +Cell[17,42] 0.00066088063203532 [GeV] +Cell[14,38] 0.0056968530213475 [GeV] +Cell[12,39] 0.082684066492268 [GeV] +Cell[16,42] 0.004195844481701 [GeV] +Cell[12,38] 0.069307065040642 [GeV] +Cell[16,41] 0.00024932578057769 [GeV] +Cell[14,37] 0.023951143134996 [GeV] +Cell[11,38] 0.00065198262049316 [GeV] +### Total energy deposition in calorimeter by a source track in 22 cells : 3.8505877343355 (GeV) + +Source track ID 4679 (kaon+,2.4812966442653[GeV]) at (286.69515902988,-409.64116710706,-438.96099582698) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[15,13] 0.0069763856511332 [GeV] -Cell[16,14] 0.015765797608685 [GeV] -Cell[16,15] 0.0027440052754292 [GeV] -Cell[14,14] 0.1854348450781 [GeV] -Cell[14,15] 0.0028948204169855 [GeV] -Cell[14,16] 0.0032386857914867 [GeV] -Cell[15,15] 0.35283713744634 [GeV] -Cell[15,16] 0.00015038805447591 [GeV] -Cell[16,13] 8.1668531825161e-05 [GeV] -Cell[16,16] 5.0581183284521e-05 [GeV] -Cell[15,17] 3.3551623346284e-10 [GeV] -Cell[15,14] 0.2462762544937 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.81645056986697 (GeV) - -Source track ID 9506 (pi+,0.41599911580086[GeV]) at (-366.45829892828,-340.15924968549,-454.26842290022) +Cell[7,10] 0.00073478488150988 [GeV] +Cell[7,11] 3.0301995627724e-07 [GeV] +Cell[7,1] 7.7511102426797e-06 [GeV] +Cell[6,38] 0.0020973894370993 [GeV] +Cell[9,39] 0.00024732287333802 [GeV] +Cell[11,7] 0.00035947295332517 [GeV] +Cell[11,30] 7.1121271428524e-05 [GeV] +Cell[7,17] 0.00067417594279175 [GeV] +Cell[6,25] 0.0017040304926133 [GeV] +Cell[7,43] 0.0012326706058702 [GeV] +Cell[7,22] 5.8041484997375e-05 [GeV] +Cell[7,41] 0.16461442565656 [GeV] +Cell[8,39] 0.0020119368307263 [GeV] +Cell[14,17] 0.0003830361139419 [GeV] +Cell[8,13] 2.002761606127e-05 [GeV] +Cell[4,38] 0.010100618153275 [GeV] +Cell[8,20] 1.2011963917757e-08 [GeV] +Cell[5,37] 0.0016009559887539 [GeV] +Cell[6,22] 0.00774948433927 [GeV] +Cell[5,21] 1.3678800314665e-12 [GeV] +Cell[4,33] 8.342407677128e-05 [GeV] +Cell[5,33] 4.9891814705916e-06 [GeV] +Cell[7,47] 0.0019239774376705 [GeV] +Cell[4,39] 0.00082275473218836 [GeV] +Cell[7,27] 8.3500926848501e-09 [GeV] +Cell[8,40] 0.0069447397980634 [GeV] +Cell[8,41] 0.00082208050842144 [GeV] +Cell[3,28] 2.7095733908936e-05 [GeV] +Cell[8,18] 0.0011452074476368 [GeV] +Cell[6,39] 0.0091048658159578 [GeV] +Cell[9,26] 0.0063365969218927 [GeV] +Cell[8,15] 0.0022309468695834 [GeV] +Cell[7,42] 0.028560481134523 [GeV] +Cell[6,23] 0.00042491205339024 [GeV] +Cell[4,32] 0.00047650436584968 [GeV] +Cell[7,21] 0.0018323151727756 [GeV] +Cell[4,42] 0.00073445367246029 [GeV] +Cell[6,37] 1.0506482794881e-11 [GeV] +Cell[13,41] 0.0011980755741133 [GeV] +Cell[12,29] 0.00026027819625233 [GeV] +Cell[11,29] 2.9342283203732e-05 [GeV] +Cell[9,25] 0.0015473160628788 [GeV] +Cell[9,29] 4.9913015041966e-05 [GeV] +Cell[4,8] 7.5579771419143e-10 [GeV] +Cell[7,28] 0.00046597362123487 [GeV] +Cell[8,28] 0.0039495345006331 [GeV] +Cell[7,29] 6.3863353716442e-10 [GeV] +Cell[6,40] 0.56811574437857 [GeV] +Cell[7,40] 0.54086652043557 [GeV] +Cell[6,19] 0.0058945349604907 [GeV] +Cell[3,29] 7.754533609841e-06 [GeV] +Cell[11,33] 2.5457050405407e-05 [GeV] +Cell[11,34] 0.0037468765040444 [GeV] +Cell[10,32] 1.3333559235662e-05 [GeV] +Cell[9,15] 0.00036983482428809 [GeV] +Cell[12,33] 0.00010405727478974 [GeV] +Cell[12,34] 7.4838183141765e-05 [GeV] +Cell[3,18] 0.00061544455923373 [GeV] +Cell[4,43] 5.3890141202828e-08 [GeV] +Cell[5,38] 0.0054443875663757 [GeV] +Cell[3,8] 8.4663117750893e-05 [GeV] +Cell[0,21] 0.00075720045442426 [GeV] +Cell[0,20] 7.0558677748522e-08 [GeV] +Cell[5,25] 0.00073120166436124 [GeV] +Cell[5,24] 5.3927523149241e-05 [GeV] +Cell[6,24] 1.1266702465946e-05 [GeV] +Cell[6,7] 0.00033972270811797 [GeV] +Cell[2,10] 0.0021980665753171 [GeV] +Cell[3,42] 8.9726416626945e-07 [GeV] +Cell[0,22] 0.00018861355024228 [GeV] +Cell[8,24] 3.1851605822681e-05 [GeV] +Cell[3,43] 4.7394333523698e-06 [GeV] +Cell[4,22] 2.1566616089785e-07 [GeV] +Cell[3,24] 1.4626890217187e-05 [GeV] +Cell[4,25] 0.00011501258492433 [GeV] +Cell[3,25] 1.7957305622986e-05 [GeV] +Cell[4,24] 5.1109781197738e-05 [GeV] +Cell[7,46] 2.150791365284e-05 [GeV] +Cell[4,40] 1.0139513619833e-08 [GeV] +Cell[4,26] 2.3687972687185e-05 [GeV] +Cell[5,29] 6.2489211559296e-06 [GeV] +Cell[5,39] 0.0030195144139726 [GeV] +Cell[5,40] 0.00072101765028248 [GeV] +Cell[4,41] 4.2066010238045e-05 [GeV] +Cell[5,0] 0.00067623142036816 [GeV] +Cell[6,42] 4.8107184822925e-05 [GeV] +Cell[6,41] 0.011532655407736 [GeV] +Cell[11,10] 0.0019267484170674 [GeV] +Cell[11,9] 2.0764042195879e-05 [GeV] +Cell[13,17] 5.2881746174535e-05 [GeV] +Cell[3,17] 2.0344854099676e-05 [GeV] +Cell[12,41] 8.6365616880357e-10 [GeV] +Cell[11,40] 0.00036747243806008 [GeV] +Cell[10,39] 2.9174335242715e-05 [GeV] +Cell[12,40] 5.0002363536805e-08 [GeV] +Cell[14,37] 6.9228629872669e-06 [GeV] +Cell[8,38] 0.00012392247304456 [GeV] +Cell[8,47] 0.0010086169822829 [GeV] +Cell[9,1] 0.00019590607486725 [GeV] +Cell[9,0] 5.9390224691924e-08 [GeV] +Cell[6,11] 0.0014440893689349 [GeV] +Cell[8,42] 0.001428231326277 [GeV] +Cell[8,19] 0.0011866153028571 [GeV] +Cell[7,19] 1.7171587387566e-09 [GeV] +Cell[7,39] 0.0059235997133457 [GeV] +Cell[13,18] 2.031663976959e-05 [GeV] +Cell[9,14] 5.2008933237175e-06 [GeV] +Cell[8,43] 0.00047507191773889 [GeV] +Cell[3,30] 0.00032611309815911 [GeV] +Cell[4,12] 0.00016421434895653 [GeV] +Cell[4,11] 0.00011544454018372 [GeV] +Cell[3,11] 2.6985948829861e-07 [GeV] +Cell[9,27] 0.0072559219819251 [GeV] +Cell[8,26] 0.0049555466159024 [GeV] +Cell[8,27] 0.010178189866018 [GeV] +Cell[9,28] 3.0861308799899e-05 [GeV] +Cell[8,25] 0.0002531280420626 [GeV] +Cell[5,23] 0.026350139889508 [GeV] +Cell[5,22] 0.0048707357995767 [GeV] +Cell[6,21] 0.00072094337362023 [GeV] +Cell[6,20] 6.2828531156356e-07 [GeV] +Cell[3,9] 0.0011976879396807 [GeV] +Cell[7,38] 0.00034866913337601 [GeV] +Cell[8,21] 1.0738731361926e-09 [GeV] +Cell[5,42] 0.0054620921222329 [GeV] +Cell[5,41] 0.005459459934646 [GeV] +Cell[4,37] 1.2199450338812e-10 [GeV] +### Total energy deposition in calorimeter by a source track in 127 cells : 1.4905404155533 (GeV) + +Source track ID 4901 (gamma,5.9782324556758e-05[GeV]) at (-484.0671849504,125.21565578712,375.79612623997) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[10,8] 0.0085214306104078 [GeV] -Cell[7,28] 0.10619924406804 [GeV] -Cell[9,15] 0.00045025549628808 [GeV] -Cell[7,29] 0.20213657773411 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.31730750790884 (GeV) +Cell[11,22] 5.9782324556758e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 5.9782324556758e-05 (GeV) -Source track ID 9518 (neutron,1.0701113802454[GeV]) at (90.010234414109,491.83143220083,-613.68262380867) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[7,13] 9.7580151418697e-08 [GeV] -Cell[7,11] 0.0024117713313296 [GeV] -Cell[7,10] 2.90084872139e-05 [GeV] -Cell[7,9] 7.3265441666308e-06 [GeV] -Cell[8,6] 6.5774314871078e-05 [GeV] -Cell[7,12] 0.0018301883224957 [GeV] -Cell[6,12] 0.0018618362158828 [GeV] -Cell[7,25] 0.0002911628011243 [GeV] -Cell[6,0] 4.2689385591075e-06 [GeV] -Cell[7,20] 6.1572849517688e-07 [GeV] -Cell[8,5] 2.046906738542e-07 [GeV] -Cell[6,8] 2.661034011453e-08 [GeV] -Cell[8,3] 9.9340708111413e-06 [GeV] -Cell[9,36] 4.4743773967184e-06 [GeV] -Cell[12,23] 1.9920267582165e-06 [GeV] -Cell[4,37] 8.0231911852025e-09 [GeV] -Cell[5,37] 5.1498702571394e-05 [GeV] -Cell[10,0] 5.4182077292353e-08 [GeV] -Cell[5,21] 4.8754183808342e-08 [GeV] -Cell[9,34] 4.5168043288868e-06 [GeV] -Cell[3,28] 0.00058801450193698 [GeV] -Cell[3,27] 7.7358038967077e-06 [GeV] -Cell[10,33] 9.610986628104e-06 [GeV] -Cell[10,34] 0.00066121792395165 [GeV] -Cell[10,35] 2.8215872589499e-09 [GeV] -Cell[6,9] 0.0044336000229432 [GeV] -Cell[0,22] 3.1237141229212e-10 [GeV] -Cell[1,31] 1.8049616133794e-05 [GeV] -Cell[5,9] 2.0304400241002e-06 [GeV] -Cell[5,10] 3.8752865293645e-07 [GeV] -Cell[5,8] 9.4403095556004e-05 [GeV] -Cell[1,47] 1.5639687306248e-05 [GeV] -Cell[0,46] 0.00055213410281874 [GeV] -Cell[4,22] 2.3851391975768e-05 [GeV] -Cell[5,11] 3.8487990082103e-08 [GeV] -Cell[4,1] 6.0604594182223e-06 [GeV] -Cell[6,10] 0.013710930258724 [GeV] -Cell[0,45] 0.00078345250044845 [GeV] -Cell[7,39] 0.0019606861143342 [GeV] -Cell[7,40] 6.2894990833229e-09 [GeV] -Cell[7,38] 0.00063948686058129 [GeV] -Cell[7,23] 0.00060114700749489 [GeV] -Cell[6,11] 0.0037703681844785 [GeV] -Cell[11,44] 0.00025867253226816 [GeV] -Cell[7,24] 0.00051541500940084 [GeV] -Cell[9,37] 6.7352957557887e-09 [GeV] -Cell[7,19] 0.00016724734272361 [GeV] -Cell[8,4] 4.8707355745137e-08 [GeV] -Cell[5,22] 2.3412081645802e-08 [GeV] -Cell[4,38] 1.0538261904003e-08 [GeV] -Cell[6,22] 9.908806077874e-10 [GeV] -Cell[9,35] 0.001186232570822 [GeV] -### Total energy deposition in calorimeter by a source track in 52 cells : 0.036581320744464 (GeV) - -Source track ID 9556 (neutron,0.94365923917391[GeV]) at (167.16465389703,-471.22815969283,259.19057903033) +Source track ID 4902 (gamma,0.0029736941548993[GeV]) at (-498.51569138096,38.498122642057,615.00382086663) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[11,37] 0.0029874867321235 [GeV] -Cell[11,38] 2.4248326430097e-05 [GeV] -Cell[10,37] 0.0024100376930672 [GeV] -Cell[10,38] 0.00085881465976308 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.0062805874113838 (GeV) +Cell[13,23] 0.0029736941548993 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0029736941548993 (GeV) -Source track ID 9558 (gamma,0.00045976594704103[GeV]) at (242.4045824191,-437.30997978805,-115.5279715319) +Source track ID 4889 (e-,0.005841539182645[GeV]) at (-137.54450198354,480.70938203253,1792.2336262076) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,39] 0.00045976594704103 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00045976594704103 (GeV) +Cell[18,14] 0.0042512613539473 [GeV] +Cell[19,14] 0.0010792789186978 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.005330540272645 (GeV) -Source track ID 9559 (gamma,0.00017084923259172[GeV]) at (-314.013094708,389.09610169199,948.98258922938) +Source track ID 4894 (gamma,0.0026556919129777[GeV]) at (-489.46416859608,102.10204532992,493.50708176478) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,17] 0.00017084923259172 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00017084923259172 (GeV) +Cell[12,22] 0.0026556919129777 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0026556919129777 (GeV) -Source track ID 9520 (neutron,1.0422536597794[GeV]) at (364.28044014422,-342.49052677167,487.86027701106) +Source track ID 4890 (e+,0.17627995549253[GeV]) at (-487.10264775582,112.83177987281,497.46342516242) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[14,42] 0.0025282005155337 [GeV] -Cell[18,5] 1.9688159227371e-09 [GeV] -Cell[12,42] 1.3164185889764e-05 [GeV] -Cell[13,44] 0.00014689591891909 [GeV] -Cell[13,43] 0.0020267035897898 [GeV] -Cell[13,42] 0.023975321989507 [GeV] -Cell[13,41] 0.0003783244618719 [GeV] -Cell[14,44] 1.4763026797482e-08 [GeV] -Cell[14,43] 0.0060185100392761 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.03508713743263 (GeV) - -Source track ID 9536 (gamma,0.00033322908115935[GeV]) at (267.88256555743,422.18352771084,41.474174245774) +Cell[11,30] 0.00026203764387403 [GeV] +Cell[12,22] 0.055955383263138 [GeV] +Cell[13,22] 0.0007116282618424 [GeV] +Cell[13,21] 0.021380924803589 [GeV] +Cell[12,21] 0.091693227795147 [GeV] +Cell[12,35] 0.0006848993599954 [GeV] +Cell[11,4] 0.00014964964973473 [GeV] +Cell[13,20] 0.0049625462657191 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.17580029704304 (GeV) + +Source track ID 4888 (gamma,0.89164369738079[GeV]) at (-456.12361576703,204.82003598186,886.89513909331) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[10,7] 0.00033322908115935 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00033322908115935 (GeV) - -Source track ID 9544 (gamma,0.0045769394357161[GeV]) at (499.89972974387,-10.013001648226,-578.8320749405) +Cell[9,39] 0.00057931354381844 [GeV] +Cell[9,38] 2.1732952993148e-05 [GeV] +Cell[17,0] 2.7061942906585e-05 [GeV] +Cell[14,18] 0.00030779815622937 [GeV] +Cell[11,29] 0.00098812863793421 [GeV] +Cell[14,21] 0.038090796266536 [GeV] +Cell[12,3] 0.00048079088643522 [GeV] +Cell[14,42] 0.00051099891 [GeV] +Cell[12,9] 0.0018400428533665 [GeV] +Cell[13,1] 0.00051099891 [GeV] +Cell[14,44] 0.00051099891 [GeV] +Cell[15,37] 0.00033706339101679 [GeV] +Cell[18,10] 1.5425011340994e-05 [GeV] +Cell[18,11] 0.00058255942805397 [GeV] +Cell[15,21] 0.0035056459365183 [GeV] +Cell[18,1] 0.0023373703337995 [GeV] +Cell[18,2] 1.0186047120442e-08 [GeV] +Cell[14,19] 0.000324402549987 [GeV] +Cell[16,41] 0.00051099891 [GeV] +Cell[14,20] 0.76262259994402 [GeV] +Cell[15,20] 0.032725558309372 [GeV] +Cell[16,33] 0.0004455676611061 [GeV] +Cell[18,8] 0.00052594789164016 [GeV] +Cell[16,28] 0.0040428720121867 [GeV] +Cell[18,12] 9.5841797404319e-05 [GeV] +Cell[17,12] 2.8737082303678e-06 [GeV] +Cell[9,40] 2.4144956910277e-08 [GeV] +Cell[18,47] 9.0231605398003e-05 [GeV] +Cell[17,47] 2.6585907617118e-05 [GeV] +Cell[18,0] 4.258716624463e-05 [GeV] +Cell[13,10] 0.0032387008697001 [GeV] +Cell[13,5] 0.00097174661933944 [GeV] +Cell[15,19] 0.00056634351646251 [GeV] +Cell[14,15] 0.0016345635114839 [GeV] +### Total energy deposition in calorimeter by a source track in 34 cells : 0.85851418238215 (GeV) + +Source track ID 4873 (pi-,0.85439539412756[GeV]) at (-164.60209048567,472.12938036914,872.56598597935) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[6,0] 0.00041922112522499 [GeV] -Cell[7,0] 0.0041577183104911 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.0045769394357161 (GeV) - -Source track ID 9546 (neutron,0.94057477617754[GeV]) at (434.08488830801,-248.13365298286,-246.35957904466) +Cell[9,42] 5.6347582236526e-05 [GeV] +Cell[11,7] 3.4712138585746e-10 [GeV] +Cell[9,43] 9.3943647516426e-06 [GeV] +Cell[14,17] 0.0019287110085823 [GeV] +Cell[7,12] 1.3270917294221e-06 [GeV] +Cell[7,13] 3.4019572467514e-08 [GeV] +Cell[16,6] 0.0038367199856569 [GeV] +Cell[13,27] 0.00016556953411987 [GeV] +Cell[13,28] 3.6442213387318e-05 [GeV] +Cell[16,39] 5.4444347333629e-05 [GeV] +Cell[14,47] 1.3708108031892e-05 [GeV] +Cell[14,43] 1.7040049482603e-05 [GeV] +Cell[15,12] 0.0035862198450381 [GeV] +Cell[15,11] 0.00061243467342993 [GeV] +Cell[8,28] 0.00064170460655037 [GeV] +Cell[6,13] 2.8069454174329e-09 [GeV] +Cell[6,12] 0.00072128557789017 [GeV] +Cell[10,34] 8.8639449095353e-06 [GeV] +Cell[10,8] 7.0800196123855e-05 [GeV] +Cell[11,8] 1.5974695500859e-05 [GeV] +Cell[13,44] 4.0685797779588e-05 [GeV] +Cell[10,0] 2.4675361346453e-05 [GeV] +Cell[10,1] 0.0021539250831405 [GeV] +Cell[13,17] 0.00012174570471416 [GeV] +Cell[16,15] 3.4724009766478e-06 [GeV] +Cell[15,15] 0.072564795817945 [GeV] +Cell[16,40] 0.00089392060516639 [GeV] +Cell[14,44] 0.004784324627697 [GeV] +Cell[14,0] 2.1627471267038e-07 [GeV] +Cell[16,4] 0.0071045200540926 [GeV] +Cell[16,17] 2.599080503569e-05 [GeV] +Cell[14,12] 0.0036832756620777 [GeV] +Cell[15,14] 0.066787335696164 [GeV] +Cell[15,13] 0.015720082590027 [GeV] +Cell[17,34] 2.9733483938799e-07 [GeV] +Cell[16,16] 0.0043119391256512 [GeV] +Cell[16,9] 2.7891551231733e-05 [GeV] +Cell[16,8] 0.0012464801339283 [GeV] +Cell[16,7] 0.0012606927679248 [GeV] +Cell[16,5] 0.0018777805548386 [GeV] +Cell[17,6] 8.9426107483632e-05 [GeV] +Cell[14,14] 0.14962485547174 [GeV] +Cell[9,1] 0.00077595176793463 [GeV] +Cell[9,0] 8.0648544826545e-06 [GeV] +Cell[14,15] 0.03578613755707 [GeV] +Cell[14,13] 0.008869844711993 [GeV] +Cell[14,16] 0.016411281718847 [GeV] +Cell[10,2] 5.0145772547694e-09 [GeV] +Cell[10,46] 7.2526689546596e-05 [GeV] +Cell[13,16] 0.00039539006509267 [GeV] +Cell[13,15] 8.1163016147912e-09 [GeV] +Cell[10,14] 3.1033414416015e-09 [GeV] +Cell[15,4] 1.6880221664906e-12 [GeV] +Cell[14,11] 0.0010128182220155 [GeV] +Cell[16,3] 0.0011941619836427 [GeV] +Cell[15,16] 0.0054925473407712 [GeV] +Cell[15,17] 0.0051975171278143 [GeV] +Cell[13,13] 0.00057195807298035 [GeV] +### Total energy deposition in calorimeter by a source track in 58 cells : 0.41991357087501 (GeV) + +Source track ID 4867 (mu+,0.42307267880229[GeV]) at (-379.29098146846,-325.78881407546,-468.39475372105) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,43] 4.7984570028348e-05 [GeV] -Cell[8,44] 9.9984986009076e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 5.7983068629255e-05 (GeV) - -Source track ID 9538 (neutron,0.96169606516734[GeV]) at (-490.19381661273,98.539444663799,-76.916428785373) +Cell[6,28] 0.010343818961707 [GeV] +Cell[7,28] 0.099295720615872 [GeV] +Cell[7,29] 0.07261319592372 [GeV] +Cell[6,26] 0.070554916179996 [GeV] +Cell[6,27] 0.10594942300045 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.35875707468174 (GeV) + +Source track ID 4846 (kaon-,0.6421319407612[GeV]) at (448.69587128578,-220.61734993217,307.68204660333) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,22] 6.4470695429009e-07 [GeV] -Cell[9,22] 0.0069899357918094 [GeV] -Cell[8,23] 1.6786303973504e-06 [GeV] -Cell[9,23] 0.00079326094343799 [GeV] -Cell[9,21] 0.00012492907554542 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.0079104491481445 (GeV) - -Source track ID 9524 (gamma,0.002958439251524[GeV]) at (455.04507774661,-207.20515731656,-111.08972578259) +Cell[13,26] 4.8462359700352e-08 [GeV] +Cell[13,33] 7.5899850344285e-08 [GeV] +Cell[12,44] 0.00012600758113774 [GeV] +Cell[9,47] 0.01987853672186 [GeV] +Cell[11,45] 0.013529763354499 [GeV] +Cell[11,44] 0.28944382098235 [GeV] +Cell[9,6] 7.2782654919365e-05 [GeV] +Cell[12,32] 0.00043087451011161 [GeV] +Cell[18,32] 0.00040529350722558 [GeV] +Cell[9,4] 1.0157486940443e-09 [GeV] +Cell[14,47] 0.0011492917467436 [GeV] +Cell[13,8] 0.00058962182052096 [GeV] +Cell[11,28] 2.6504276320338e-09 [GeV] +Cell[11,29] 4.7850189730525e-09 [GeV] +Cell[11,37] 1.6007106751204e-12 [GeV] +Cell[11,26] 0.00051075766249312 [GeV] +Cell[6,6] 1.4194453171967e-07 [GeV] +Cell[6,5] 1.510598654022e-07 [GeV] +Cell[15,23] 0.0011692974607326 [GeV] +Cell[14,46] 0.00060244733908619 [GeV] +Cell[12,33] 8.0944522924256e-06 [GeV] +Cell[9,5] 8.6569881301671e-05 [GeV] +Cell[11,13] 0.00088655453901866 [GeV] +Cell[5,6] 0.0021108516218023 [GeV] +Cell[5,5] 7.8580342233181e-13 [GeV] +Cell[11,43] 0.022753083809831 [GeV] +Cell[12,45] 0.0020728003121244 [GeV] +Cell[12,46] 4.06454637141e-05 [GeV] +Cell[13,43] 3.8108362673483e-08 [GeV] +Cell[11,47] 0.00042694576639587 [GeV] +Cell[11,46] 0.0011542006722754 [GeV] +Cell[12,43] 0.00011637718696693 [GeV] +Cell[10,0] 0.00025548625143779 [GeV] +Cell[10,1] 0.00034119956116433 [GeV] +Cell[10,47] 0.0054400162121304 [GeV] +Cell[13,17] 3.0292027857968e-06 [GeV] +Cell[12,47] 4.6629860298708e-06 [GeV] +Cell[10,37] 1.2611738725354e-08 [GeV] +Cell[11,42] 0.0079518000576157 [GeV] +Cell[12,42] 0.00028679388888861 [GeV] +Cell[11,41] 0.0011274166031321 [GeV] +Cell[12,41] 7.517940602952e-06 [GeV] +Cell[10,42] 0.00086094677554092 [GeV] +Cell[10,43] 0.0017397715714114 [GeV] +Cell[11,40] 0.0043266094717555 [GeV] +Cell[16,9] 5.8360549446661e-06 [GeV] +Cell[16,8] 0.00092882950059118 [GeV] +Cell[16,7] 7.4124996317551e-06 [GeV] +Cell[17,7] 6.5566966077313e-06 [GeV] +Cell[10,38] 2.7598722112998e-08 [GeV] +Cell[17,6] 1.1833507654956e-05 [GeV] +Cell[12,38] 1.4495800132863e-07 [GeV] +Cell[11,38] 1.4634136424547e-06 [GeV] +Cell[9,1] 0.00010763230490863 [GeV] +Cell[9,0] 0.002408326482055 [GeV] +Cell[13,10] 0.0016048673203591 [GeV] +Cell[10,2] 0.00044319230670033 [GeV] +Cell[10,46] 0.00069256416057362 [GeV] +Cell[13,16] 8.6374344618889e-09 [GeV] +Cell[13,7] 0.0043768751701386 [GeV] +Cell[10,7] 2.3885983100627e-06 [GeV] +Cell[12,12] 6.4373813734164e-07 [GeV] +Cell[12,13] 4.5984052121639e-12 [GeV] +Cell[10,41] 5.5743444245309e-06 [GeV] +Cell[11,15] 0.00084678691441434 [GeV] +Cell[11,14] 2.4535507944051e-05 [GeV] +Cell[11,1] 0.00011309361702274 [GeV] +Cell[11,0] 9.0929858426648e-05 [GeV] +Cell[10,44] 9.9077871184363e-06 [GeV] +Cell[10,3] 1.4521716010449e-06 [GeV] +Cell[9,3] 0.00099266519391404 [GeV] +Cell[9,2] 9.7650737416188e-09 [GeV] +Cell[11,16] 2.2803249885328e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 73 cells : 0.39259413225564 (GeV) + +Source track ID 4843 (gamma,0.062293140479318[GeV]) at (-277.09241609151,416.1968199597,226.7007380347) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,45] 0.002958439251524 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.002958439251524 (GeV) +Cell[11,15] 0.00096595628988839 [GeV] +Cell[11,16] 0.061006237753737 [GeV] +Cell[16,26] 0.000161268577299 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.062133462620924 (GeV) -Source track ID 9525 (gamma,0.0012662198281565[GeV]) at (-488.52120138414,-106.52246616653,685.43757138303) +Source track ID 4844 (gamma,0.18169391742921[GeV]) at (418.45378509598,273.67212086518,279.34343480401) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[13,25] 0.0012662198281565 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0012662198281565 (GeV) +Cell[11,5] 0.0053099429022101 [GeV] +Cell[11,4] 0.176383974527 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.18169391742921 (GeV) -Source track ID 9526 (gamma,0.00045610050420234[GeV]) at (143.71654766605,-478.90035908,-71.910517644283) +Source track ID 4808 (kaon+,1.7504224218304[GeV]) at (75.875520674081,494.20937401312,1962.2605325294) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,38] 0.00045610050420234 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00045610050420234 (GeV) +Cell[19,10] 0.04621374304738 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.04621374304738 (GeV) -Source track ID 9504 (gamma,0.062293140479318[GeV]) at (-277.09239034422,416.19683710154,226.70075543132) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[10,16] 0.0062265947731965 [GeV] -Cell[11,16] 0.054260742743194 [GeV] -Cell[10,15] 0.00045998667656198 [GeV] -Cell[9,17] 0.00011616355212415 [GeV] -Cell[13,34] 0.00083481737636519 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.061898305121442 (GeV) - -Source track ID 9505 (gamma,0.18169391742921[GeV]) at (418.45377904041,273.67213012435,279.34343987106) +Source track ID 4793 (mu-,0.44499628436411[GeV]) at (-499.97212507701,-5.2795971415967,-214.85330216951) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,43] 0.00051099891 [GeV] -Cell[11,5] 0.0010590470703943 [GeV] -Cell[11,4] 0.17431902025596 [GeV] -Cell[11,3] 0.0039384360582927 [GeV] -Cell[10,41] 0.0018664151345597 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.18169391742921 (GeV) - -Source track ID 9478 (kaon+,1.7504650074154[GeV]) at (74.453780756478,494.42556015144,1963.3618378966) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,6] 1.0725540377507e-05 [GeV] -Cell[13,46] 3.5678426793311e-06 [GeV] -Cell[7,43] 1.618483918719e-06 [GeV] -Cell[18,4] 5.3273804747278e-05 [GeV] -Cell[19,29] 0.0020185165961421 [GeV] -Cell[18,3] 6.098044052078e-05 [GeV] -Cell[16,31] 2.2161023749504e-05 [GeV] -Cell[15,28] 2.3701856726007e-05 [GeV] -Cell[16,24] 0.00035649642393082 [GeV] -Cell[17,45] 0.00044614730536033 [GeV] -Cell[7,40] 3.3991644158959e-07 [GeV] -Cell[13,40] 0.0002107332592243 [GeV] -Cell[13,41] 2.5265193244195e-09 [GeV] -Cell[14,21] 3.2965742866509e-07 [GeV] -Cell[13,13] 4.958025063388e-06 [GeV] -Cell[13,12] 4.2347263079137e-06 [GeV] -Cell[17,30] 0.00066542389503456 [GeV] -Cell[17,29] 0.00034878581319583 [GeV] -Cell[14,45] 0.0010049689217542 [GeV] -Cell[14,46] 0.00061854275097099 [GeV] -Cell[14,11] 2.602988097351e-07 [GeV] -Cell[18,1] 1.8435985810356e-05 [GeV] -Cell[15,34] 0.01303577192774 [GeV] -Cell[16,34] 0.00074780835018916 [GeV] -Cell[16,35] 0.00018556542970987 [GeV] -Cell[14,35] 0.00057798982832281 [GeV] -Cell[18,28] 6.4204286104541e-08 [GeV] -Cell[19,47] 1.559712081189e-06 [GeV] -Cell[16,18] 6.2935513369666e-09 [GeV] -Cell[13,18] 3.2686129270587e-06 [GeV] -Cell[15,17] 3.4507669624873e-07 [GeV] -Cell[15,45] 6.8158713901539e-05 [GeV] -Cell[19,10] 0.22826106844263 [GeV] -Cell[9,6] 2.0199955798716e-05 [GeV] -Cell[19,9] 0.00065734261834677 [GeV] -Cell[18,2] 0.00091281795269242 [GeV] -Cell[18,29] 5.5080812125652e-05 [GeV] -Cell[18,30] 1.1751785825709e-07 [GeV] -Cell[19,11] 0.10119797950122 [GeV] -Cell[19,12] 0.0010150802070855 [GeV] -Cell[16,19] 0.0012950903815919 [GeV] -Cell[16,20] 4.4346692418912e-05 [GeV] -Cell[17,19] 4.8356782644987e-07 [GeV] -Cell[17,18] 7.2978536991286e-11 [GeV] -Cell[15,46] 2.2417292484533e-09 [GeV] -Cell[16,25] 0.0051435788198827 [GeV] -Cell[14,10] 4.1974781631779e-06 [GeV] -Cell[16,26] 0.0078092371866308 [GeV] -Cell[19,13] 0.00013183592734714 [GeV] -Cell[16,27] 0.0007579983836597 [GeV] -Cell[15,27] 0.00045211705241707 [GeV] -Cell[19,30] 0.0022608926446788 [GeV] -Cell[19,28] 1.6382730450687e-05 [GeV] -Cell[19,31] 0.0014914013134116 [GeV] -Cell[18,47] 1.9850890384987e-07 [GeV] -Cell[19,0] 4.7116460638108e-06 [GeV] -Cell[15,33] 0.00071752049919362 [GeV] -### Total energy deposition in calorimeter by a source track in 57 cells : 0.37274442539922 (GeV) - -Source track ID 9362 (pi-,0.45746442888744[GeV]) at (-499.98297972694,-4.125528253025,-204.03003610923) -Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[9,7] 2.2877518063069e-08 [GeV] -Cell[7,25] 0.0017207693989218 [GeV] -Cell[7,26] 0.0006740895305054 [GeV] -Cell[6,26] 2.0732420580316e-10 [GeV] -Cell[8,26] 0.0018452164744635 [GeV] -Cell[8,28] 0.00067002794343819 [GeV] -Cell[8,27] 1.9309166938228e-06 [GeV] -Cell[10,6] 3.2887328416109e-11 [GeV] -Cell[9,24] 0.0049263320328037 [GeV] -Cell[9,25] 0.0019507163571502 [GeV] -Cell[8,23] 5.2029917951586e-05 [GeV] -Cell[8,25] 0.17683665429626 [GeV] -Cell[8,24] 0.15691421370784 [GeV] -Cell[7,24] 0.00030766510137448 [GeV] -Cell[9,23] 0.0021692231910532 [GeV] -Cell[9,6] 0.00048287204340318 [GeV] -Cell[9,5] 0.00030764475833496 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 0.34885940878792 (GeV) - -Source track ID 9466 (gamma,0.43032370642417[GeV]) at (-193.66745839476,460.96953864536,1404.1020575273) +Cell[8,24] 0.10916568977303 [GeV] +Cell[8,26] 0.052210327499394 [GeV] +Cell[8,25] 0.18991307820277 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.35128909547519 (GeV) + +Source track ID 4789 (gamma,0.43032370642417[GeV]) at (-193.66746487136,460.96953592434,1404.1020494571) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[12,31] 0.00040958052441208 [GeV] -Cell[15,30] 0.0015434037546662 [GeV] -Cell[15,37] 0.0020237740545367 [GeV] -Cell[12,2] 0.0022183624756967 [GeV] -Cell[17,14] 0.14472963116806 [GeV] -Cell[1,11] 0.00037487122202602 [GeV] -Cell[13,41] 0.00060086757257302 [GeV] -Cell[15,22] 0.00051099891 [GeV] -Cell[14,37] 0.0017875309232632 [GeV] -Cell[14,33] 0.0019690891200321 [GeV] -Cell[16,34] 0.0019579547797964 [GeV] -Cell[17,15] 0.26048226436191 [GeV] -Cell[16,44] 0.00032345547953618 [GeV] -Cell[13,36] 0.00051099891 [GeV] -Cell[17,24] 0.0004940369141049 [GeV] -Cell[8,36] 0.00055489576347951 [GeV] -Cell[16,2] 0.00053478613189513 [GeV] -### Total energy deposition in calorimeter by a source track in 17 cells : 0.42102650206598 (GeV) - -Source track ID 9467 (gamma,0.84468519705162[GeV]) at (143.95468786943,478.82882937477,1448.6318382153) +Cell[17,16] 0.0057994999099466 [GeV] +Cell[17,15] 0.39592855361806 [GeV] +Cell[14,39] 0.0010407383022348 [GeV] +Cell[18,38] 0.0021791634896574 [GeV] +Cell[17,40] 0.00043499591079385 [GeV] +Cell[15,35] 0.00038307466038919 [GeV] +Cell[16,16] 0.0005774911762164 [GeV] +Cell[17,18] 0.0012157336555634 [GeV] +Cell[15,4] 0.00026825133599356 [GeV] +Cell[17,14] 0.018838200737592 [GeV] +Cell[15,3] 0.00024274757400644 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.42690845037046 (GeV) + +Source track ID 4790 (gamma,0.84468519705162[GeV]) at (143.95469139339,478.82882831533,1448.6318349002) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[8,45] 0.00037112271197264 [GeV] -Cell[15,31] 0.0013164610594832 [GeV] -Cell[14,26] 0.00048132642544415 [GeV] -Cell[17,4] 0.00051099891 [GeV] -Cell[12,37] 0.0010051413759883 [GeV] -Cell[16,15] 0.00051099891 [GeV] -Cell[13,0] 0.0004324456190173 [GeV] -Cell[19,33] 0.00051099891 [GeV] -Cell[17,38] 0.00088419202624623 [GeV] -Cell[19,36] 0.0018802950488689 [GeV] -Cell[16,35] 0.00051099891 [GeV] -Cell[17,33] 0.00051099891 [GeV] -Cell[17,35] 0.00051099891 [GeV] -Cell[17,9] 0.78478671849826 [GeV] -Cell[15,42] 0.00099035013414094 [GeV] -Cell[16,28] 0.00051099891 [GeV] -Cell[18,19] 0.00051099891 [GeV] -Cell[17,10] 0.010476986418973 [GeV] -Cell[19,41] 0.0011064335373771 [GeV] -Cell[17,8] 0.0039638758127624 [GeV] -### Total energy deposition in calorimeter by a source track in 20 cells : 0.81178333994853 (GeV) - -Source track ID 9368 (pi-,1.1276335771418[GeV]) at (-499.98406277269,-3.9921138909742,952.60253522544) +Cell[17,30] 0.00032534410754801 [GeV] +Cell[14,31] 0.0003788440539308 [GeV] +Cell[9,25] 0.0012619579214268 [GeV] +Cell[18,38] 0.0030038613520479 [GeV] +Cell[18,9] 0.0054535139949431 [GeV] +Cell[18,10] 0.00051099891 [GeV] +Cell[17,10] 0.025737501593809 [GeV] +Cell[17,11] 0.0020957928652654 [GeV] +Cell[18,2] 0.0016133715163419 [GeV] +Cell[16,42] 0.0019112675730841 [GeV] +Cell[16,41] 0.0004971298370209 [GeV] +Cell[17,12] 0.0019775411570301 [GeV] +Cell[18,0] 0.0027067004891733 [GeV] +Cell[17,9] 0.73404168554265 [GeV] +Cell[17,29] 0.00044869724916131 [GeV] +Cell[15,28] 0.0034958224210872 [GeV] +Cell[17,8] 0.0023684254197129 [GeV] +Cell[19,21] 0.00041224537997722 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.78824070138421 (GeV) + +Source track ID 4689 (pi-,1.1276732787278[GeV]) at (-499.80487824365,13.967236084889,980.45713413016) Original primary track ID 25 (unknown,7.7728456153487[GeV]) -Cell[17,23] 0.012467397055976 [GeV] -Cell[16,24] 0.45810452560103 [GeV] -Cell[17,5] 0.00011941467171164 [GeV] -Cell[17,25] 0.0063147034468832 [GeV] -Cell[17,21] 0.00015051024665399 [GeV] -Cell[18,25] 4.0429084940115e-05 [GeV] -Cell[18,24] 0.00015518331107023 [GeV] -Cell[14,24] 0.069156804689608 [GeV] -Cell[16,25] 0.1233369547227 [GeV] -Cell[16,26] 0.0014840106937405 [GeV] -Cell[16,27] 5.6771659728838e-09 [GeV] -Cell[17,24] 0.012695252721784 [GeV] -Cell[15,24] 0.20337138869086 [GeV] -Cell[16,23] 0.0040670122813826 [GeV] -Cell[16,22] 0.00038870150628804 [GeV] -Cell[18,23] 0.00079996182960508 [GeV] -Cell[17,22] 0.0026490973490844 [GeV] -Cell[18,20] 0.0012109249264137 [GeV] -Cell[18,22] 2.1357626828831e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 19 cells : 0.89651441426957 (GeV) - -Source track ID 9356 (gamma,0.21259862372436[GeV]) at (298.67434412772,-400.99081804933,-1192.0286673711) +Cell[11,7] 0.00010785099099098 [GeV] +Cell[15,41] 0.00011276709971844 [GeV] +Cell[14,25] 3.3386014592907e-09 [GeV] +Cell[12,30] 2.8149815334473e-06 [GeV] +Cell[14,22] 0.0071467696025839 [GeV] +Cell[14,21] 0.0058355497793003 [GeV] +Cell[15,42] 0.00032755602886186 [GeV] +Cell[10,35] 4.572072487008e-08 [GeV] +Cell[10,36] 4.8842106155689e-05 [GeV] +Cell[14,28] 5.2709801821038e-08 [GeV] +Cell[15,23] 0.087834223054951 [GeV] +Cell[16,12] 2.5434441587322e-06 [GeV] +Cell[11,8] 0.00069624629803934 [GeV] +Cell[12,46] 0.0022245672883289 [GeV] +Cell[12,47] 1.2610689736903e-10 [GeV] +Cell[12,1] 4.8812362365425e-09 [GeV] +Cell[12,0] 6.8183580879122e-09 [GeV] +Cell[19,39] 0.0007126439268369 [GeV] +Cell[16,22] 0.00052470032841908 [GeV] +Cell[15,25] 0.016069579918329 [GeV] +Cell[18,36] 0.0011519119570736 [GeV] +Cell[15,21] 1.1753595238133e-05 [GeV] +Cell[16,42] 7.9666987586734e-05 [GeV] +Cell[15,20] 0.0010197070902281 [GeV] +Cell[14,16] 6.8975842441432e-07 [GeV] +Cell[14,23] 0.033938329359778 [GeV] +Cell[15,24] 0.65816589250863 [GeV] +Cell[16,24] 0.032503745960873 [GeV] +Cell[12,14] 0.00039647629542003 [GeV] +Cell[12,15] 1.1792564806683e-06 [GeV] +Cell[15,26] 5.8394292182129e-08 [GeV] +Cell[15,46] 0.0015884610966509 [GeV] +Cell[14,24] 0.00032874698400429 [GeV] +Cell[14,10] 1.4409475552384e-06 [GeV] +Cell[11,18] 0.0040080277300823 [GeV] +Cell[11,17] 1.2780537922595e-05 [GeV] +Cell[15,22] 0.0025659958589984 [GeV] +Cell[16,23] 0.0063265664219565 [GeV] +Cell[16,25] 0.013055320259863 [GeV] +### Total energy deposition in calorimeter by a source track in 39 cells : 0.8768035194441 (GeV) + +Source track ID 4677 (gamma,0.21259862372436[GeV]) at (298.67436080885,-400.99080562455,-1192.0290258344) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,25] 0.00051004178710351 [GeV] -Cell[15,38] 0.00033796413270639 [GeV] -Cell[15,37] 0.0014622514848275 [GeV] -Cell[3,40] 0.13166149243875 [GeV] -Cell[3,41] 0.024634891749979 [GeV] -Cell[0,10] 0.0011375876467415 [GeV] -Cell[3,11] 0.00062915419862335 [GeV] -Cell[3,39] 0.0003593570124525 [GeV] -Cell[4,40] 0.037696363338915 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.1984291037901 (GeV) - -Source track ID 9319 (pi-,0.62983143358282[GeV]) at (341.14847515096,365.53757385825,-1020.6508677349) +Cell[4,39] 0.0026370902196916 [GeV] +Cell[3,3] 0.001044321037946 [GeV] +Cell[3,8] 0.00051099891 [GeV] +Cell[2,15] 0.00020883570388373 [GeV] +Cell[0,26] 0.00037993612907716 [GeV] +Cell[3,5] 0.0010594064049443 [GeV] +Cell[0,20] 0.00064865420511661 [GeV] +Cell[1,19] 0.0032472523650671 [GeV] +Cell[1,18] 0.013103041784523 [GeV] +Cell[3,40] 0.11985265614742 [GeV] +Cell[4,40] 0.044833526713993 [GeV] +Cell[3,16] 0.0004629253598597 [GeV] +Cell[4,41] 0.00034383653080088 [GeV] +Cell[3,41] 0.0055635881468645 [GeV] +Cell[3,4] 0.00042845041161262 [GeV] +Cell[0,27] 0.0008409012212248 [GeV] +### Total energy deposition in calorimeter by a source track in 16 cells : 0.19516542129203 (GeV) + +Source track ID 4638 (pi-,0.62987857653565[GeV]) at (340.20423198347,366.41653966564,-1018.0923006283) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[3,6] 0.042152709232207 [GeV] -Cell[4,9] 0.0027065679452454 [GeV] -Cell[4,21] 0.0010233423063585 [GeV] -Cell[7,15] 3.1763192499056e-05 [GeV] -Cell[8,41] 2.0667488024628e-07 [GeV] -Cell[4,39] 0.00011108094928964 [GeV] -Cell[6,40] 0.00050979801073038 [GeV] -Cell[5,31] 5.7267140886893e-05 [GeV] -Cell[8,42] 0.00041292426540224 [GeV] -Cell[6,39] 0.0023225107809078 [GeV] -Cell[2,7] 1.9624479818958e-09 [GeV] -Cell[2,6] 1.1738102330128e-09 [GeV] -Cell[3,40] 0.00035134294319967 [GeV] -Cell[2,40] 0.0008270283481055 [GeV] -Cell[2,41] 0.00038126170961758 [GeV] -Cell[6,31] 1.6903927294152e-06 [GeV] -Cell[6,30] 0.0023237051374633 [GeV] -Cell[4,41] 3.0154978958308e-11 [GeV] -Cell[4,6] 0.13282162985429 [GeV] -Cell[1,23] 1.5563605604711e-06 [GeV] -Cell[1,22] 1.9040932595544e-06 [GeV] -Cell[6,5] 5.0602943384774e-06 [GeV] -Cell[5,9] 3.4754426678774e-09 [GeV] -Cell[2,35] 1.2346569565125e-07 [GeV] -Cell[3,5] 0.012946943132806 [GeV] -Cell[6,38] 0.0025347713960607 [GeV] -Cell[0,8] 0.0003561026934141 [GeV] -Cell[1,16] 0.00017529591942935 [GeV] -Cell[3,10] 3.4958286846631e-08 [GeV] -Cell[1,8] 6.6062432314311e-06 [GeV] -Cell[1,7] 0.00011298298527709 [GeV] -Cell[2,4] 2.9127113521099e-09 [GeV] -Cell[2,5] 1.134205746348e-05 [GeV] -Cell[4,7] 0.074789007832023 [GeV] -Cell[3,34] 1.1282839986961e-06 [GeV] -Cell[3,35] 5.1302439533174e-07 [GeV] -Cell[2,43] 0.00031352879589633 [GeV] -Cell[5,42] 0.002503776497966 [GeV] -Cell[5,41] 0.000471638341573 [GeV] -Cell[6,41] 0.0043931718477807 [GeV] -Cell[5,30] 6.9315860332608e-07 [GeV] -Cell[3,7] 0.01884959751812 [GeV] -Cell[5,40] 1.0704442072893e-05 [GeV] -Cell[1,39] 3.5105852002744e-06 [GeV] -Cell[2,30] 6.7538348957896e-10 [GeV] -Cell[1,15] 5.6945138190144e-05 [GeV] -Cell[3,25] 0.00073065296475321 [GeV] -Cell[3,39] 0.00045091390707906 [GeV] -Cell[3,8] 0.072458301807159 [GeV] -Cell[6,3] 6.0914093046449e-07 [GeV] -Cell[6,4] 1.6752637674017e-05 [GeV] -Cell[3,9] 0.002355454266962 [GeV] -Cell[4,40] 0.00074232147129055 [GeV] -Cell[4,8] 0.0035977870265268 [GeV] -Cell[4,38] 0.016692436765398 [GeV] -Cell[3,30] 0.00012322097590379 [GeV] -Cell[2,31] 4.1165724837811e-08 [GeV] -Cell[5,33] 6.6786677925847e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 58 cells : 0.4007569489766 (GeV) - -Source track ID 9320 (pi+,3.2625436071314[GeV]) at (499.99163790898,-2.8917159422998,-1672.004870072) +Cell[6,39] 1.1841475497931e-09 [GeV] +Cell[5,9] 1.5177580444288e-06 [GeV] +Cell[4,9] 0.0010649863067835 [GeV] +Cell[4,8] 2.1465402172794e-05 [GeV] +Cell[4,7] 0.065607425368514 [GeV] +Cell[6,40] 2.4784880224615e-08 [GeV] +Cell[3,3] 0.00062529398105528 [GeV] +Cell[6,13] 8.2321628690352e-07 [GeV] +Cell[6,12] 3.9070538036867e-08 [GeV] +Cell[4,3] 0.00011836755823867 [GeV] +Cell[4,4] 2.1104683469275e-08 [GeV] +Cell[2,5] 0.0011720189658206 [GeV] +Cell[1,7] 2.153635571176e-07 [GeV] +Cell[3,8] 0.0066648857733463 [GeV] +Cell[3,7] 0.11766614457367 [GeV] +Cell[3,6] 0.0057097843478166 [GeV] +Cell[4,6] 0.13416457025787 [GeV] +Cell[3,5] 0.0025932531286887 [GeV] +Cell[6,26] 2.1375570213422e-08 [GeV] +Cell[1,5] 3.9881098745695e-05 [GeV] +Cell[3,12] 0.00069200115730121 [GeV] +Cell[2,7] 0.0003324279564772 [GeV] +Cell[3,14] 5.9739521930169e-08 [GeV] +Cell[2,4] 1.1591515614668e-05 [GeV] +Cell[3,10] 0.0051913030363832 [GeV] +Cell[4,12] 1.8962960211866e-08 [GeV] +Cell[4,11] 3.2608671824619e-06 [GeV] +Cell[3,11] 0.0039361160732913 [GeV] +Cell[3,9] 0.018552874999396 [GeV] +Cell[3,4] 0.050365474031813 [GeV] +Cell[5,13] 6.2593859979643e-07 [GeV] +Cell[5,12] 4.3422915041447e-11 [GeV] +Cell[2,6] 0.0072613191688074 [GeV] +Cell[4,10] 2.6985361976585e-05 [GeV] +Cell[3,13] 3.7016363929752e-06 [GeV] +Cell[4,13] 3.2093909635478e-07 [GeV] +Cell[1,6] 1.9386876374483e-08 [GeV] +Cell[2,8] 2.0563857106026e-10 [GeV] +### Total energy deposition in calorimeter by a source track in 38 cells : 0.42182884164118 (GeV) + +Source track ID 4639 (pi+,3.2625265860665[GeV]) at (499.99127626731,-2.9535836857186,-1676.1366549831) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[1,47] 0.17320304842646 [GeV] -Cell[0,47] 0.16502517682209 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.33822822524855 (GeV) - -Source track ID 9316 (gamma,0.53051937575115[GeV]) at (475.84610117729,-153.52683151283,-782.17056473706) +Cell[1,18] 0.0016275287074161 [GeV] +Cell[1,47] 0.16051251791845 [GeV] +Cell[1,0] 0.09425665976659 [GeV] +Cell[0,47] 0.18105865100791 [GeV] +Cell[1,46] 0.00133920000218 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.43879455740255 (GeV) + +Source track ID 4635 (gamma,0.53051937575115[GeV]) at (475.84610093326,-153.52683226918,-782.17056631654) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[5,45] 0.51258071794128 [GeV] -Cell[10,45] 7.865144834172e-05 [GeV] -Cell[6,45] 0.0089590374824374 [GeV] -Cell[5,46] 0.0050856850076275 [GeV] -Cell[5,44] 0.0013518974874874 [GeV] -Cell[8,4] 0.0002571526887085 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.52831314205588 (GeV) - -Source track ID 9317 (gamma,0.17927399228015[GeV]) at (168.15425594365,-470.87593504875,-1264.5234731756) +Cell[6,46] 0.00090110984326245 [GeV] +Cell[5,45] 0.31458403558607 [GeV] +Cell[7,23] 0.00070689123649375 [GeV] +Cell[6,44] 0.0019988961357743 [GeV] +Cell[5,43] 0.0044920861096346 [GeV] +Cell[5,46] 0.0088315679905662 [GeV] +Cell[1,11] 0.00077491187742759 [GeV] +Cell[5,39] 0.00085303978222466 [GeV] +Cell[5,42] 0.00021333860170104 [GeV] +Cell[6,45] 0.19706649690027 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.53042237406343 (GeV) + +Source track ID 4636 (gamma,0.17927399228015[GeV]) at (168.15425918792,-470.87593389019,-1264.523473278) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[2,10] 0.00035618899153895 [GeV] -Cell[3,1] 0.0001831608328962 [GeV] -Cell[0,12] 0.00051099891 [GeV] -Cell[0,28] 0.0003278380771038 [GeV] -Cell[3,38] 0.16435662274799 [GeV] -Cell[3,39] 0.0021093166863061 [GeV] -Cell[3,30] 0.00051099891 [GeV] -Cell[3,37] 0.0023990819767465 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.17075420713259 (GeV) - -Source track ID 9266 (gamma,0.0068669591841856[GeV]) at (-255.41511767525,429.84080502314,-128.84694200583) +Cell[3,39] 0.0022545185081841 [GeV] +Cell[4,5] 0.00051099891 [GeV] +Cell[10,9] 0.00051099891 [GeV] +Cell[2,25] 0.0051529411029585 [GeV] +Cell[2,26] 0.00094853307341557 [GeV] +Cell[1,3] 0.0013022798000683 [GeV] +Cell[1,11] 0.00022221186656041 [GeV] +Cell[3,38] 0.16122052714495 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.17212300931614 (GeV) + +Source track ID 4628 (gamma,0.026812295898188[GeV]) at (-208.79945904354,454.31573371734,-132.55433818029) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,16] 0.0068669591841856 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0068669591841856 (GeV) +Cell[9,15] 0.026301296988188 [GeV] +Cell[7,20] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.026812295898188 (GeV) -Source track ID 9267 (gamma,0.071100426623186[GeV]) at (-254.9886476944,430.09393107434,-129.64125312771) +Source track ID 4629 (gamma,0.00017678199700202[GeV]) at (-207.64861442704,454.84288817847,-134.72424943729) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[5,24] 0.00028579348133465 [GeV] -Cell[10,44] 0.00034824119904231 [GeV] -Cell[9,16] 0.063916803993172 [GeV] -Cell[9,15] 0.0043527308661026 [GeV] -Cell[8,35] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.069414568449652 (GeV) - -Source track ID 9270 (gamma,0.15862189045398[GeV]) at (-218.97125795676,449.50148852794,-138.20382968251) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,13] 0.00033619991987502 [GeV] -Cell[9,14] 0.012203758790473 [GeV] -Cell[8,17] 0.0011726662113229 [GeV] -Cell[9,16] 6.7882752355422e-05 [GeV] -Cell[9,15] 0.13836106488486 [GeV] -Cell[9,17] 0.00011171276990097 [GeV] -Cell[8,15] 0.0063686051251883 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.15862189045398 (GeV) - -Source track ID 9272 (gamma,0.00072399955900513[GeV]) at (-85.129650688058,492.69964742602,25.385141000368) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[10,13] 0.00072399955900513 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00072399955900513 (GeV) +Cell[9,15] 0.00017678199700202 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00017678199700202 (GeV) -Source track ID 9275 (gamma,9.4096398629568e-05[GeV]) at (-391.81958240483,310.60813711831,-58.939279278412) +Source track ID 4631 (gamma,0.18264778689621[GeV]) at (-170.69883831482,469.95947335698,-139.03271895705) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,18] 9.4096398629568e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 9.4096398629568e-05 (GeV) - -Source track ID 9276 (gamma,0.056551040708461[GeV]) at (165.13507535012,471.94322422206,-205.21374479889) +Cell[8,13] 0.010083882224152 [GeV] +Cell[8,16] 0.00051099891 [GeV] +Cell[8,30] 0.0017084158919919 [GeV] +Cell[9,15] 0.0013875523458149 [GeV] +Cell[9,30] 0.0049395914667818 [GeV] +Cell[9,14] 0.1588709942101 [GeV] +Cell[9,13] 0.0051463518473726 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.18264778689621 (GeV) + +Source track ID 4612 (e+,0.13367355069504[GeV]) at (-153.03388616895,476.00486308863,-140.14153129489) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,9] 0.024601339870269 [GeV] -Cell[8,8] 0.014517560279447 [GeV] -Cell[9,9] 0.0019415846172095 [GeV] -Cell[9,8] 0.015490555941535 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.056551040708461 (GeV) - -Source track ID 9277 (gamma,0.0051604899862108[GeV]) at (252.9110445481,431.31891164843,-232.25006173078) +Cell[9,10] 0.0012872259958288 [GeV] +Cell[9,11] 0.0020004173741957 [GeV] +Cell[8,14] 0.0012801250838853 [GeV] +Cell[3,3] 0.0010559253770229 [GeV] +Cell[2,40] 0.00078340533223441 [GeV] +Cell[2,39] 0.0021394391642846 [GeV] +Cell[9,14] 0.062127890309475 [GeV] +Cell[9,13] 0.049160930813926 [GeV] +Cell[9,16] 0.00025566180290735 [GeV] +Cell[9,12] 0.013859003844151 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.13395002509791 (GeV) + +Source track ID 4617 (gamma,0.084938973327271[GeV]) at (-493.99505751825,77.258547407635,-131.69517328787) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,6] 0.0051604899862108 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0051604899862108 (GeV) +Cell[9,23] 0.0035098337165859 [GeV] +Cell[9,22] 0.080918140700685 [GeV] +Cell[13,5] 0.00012892638205419 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.084556900799325 (GeV) -Source track ID 9282 (gamma,0.00013461232867017[GeV]) at (-178.53791457154,467.0376998278,-159.71967465821) +Source track ID 4621 (gamma,0.0038976113156504[GeV]) at (-499.63984398586,18.974359061129,-135.412949744) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,14] 0.00013461232867017 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00013461232867017 (GeV) +Cell[9,23] 0.0033866124056504 [GeV] +Cell[8,32] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0038976113156504 (GeV) -Source track ID 9285 (gamma,0.00016164028194558[GeV]) at (-268.82995063804,-421.58090284066,178.22001878166) +Source track ID 4622 (gamma,0.00022865131590489[GeV]) at (-499.91490442632,9.2243337117779,-135.5077068072) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[10,31] 0.00016164028194558 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00016164028194558 (GeV) +Cell[9,23] 0.00022865131590489 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00022865131590489 (GeV) -Source track ID 9293 (gamma,0.00051099891[GeV]) at (-316.2186304914,387.30579356646,-85.568081378101) +Source track ID 4613 (e-,0.4235459202288[GeV]) at (-499.96364763737,6.0291824596397,-135.79436996944) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,17] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) +Cell[5,27] 2.2261176782195e-06 [GeV] +Cell[6,38] 0.00030911657691399 [GeV] +Cell[6,30] 3.1785293132998e-05 [GeV] +Cell[9,32] 3.3869244827656e-05 [GeV] +Cell[9,39] 8.1495398944753e-09 [GeV] +Cell[7,30] 0.0003452188515995 [GeV] +Cell[7,43] 2.7401500672568e-05 [GeV] +Cell[7,22] 0.00028761157961708 [GeV] +Cell[8,20] 2.7029600460082e-09 [GeV] +Cell[6,39] 0.0013724602595014 [GeV] +Cell[7,21] 0.0014503102212141 [GeV] +Cell[9,31] 0.0030148811472687 [GeV] +Cell[9,38] 9.6161436999864e-08 [GeV] +Cell[12,11] 8.1262495581313e-06 [GeV] +Cell[12,10] 0.00036881109333012 [GeV] +Cell[10,23] 0.0012734296643157 [GeV] +Cell[9,23] 0.11655539711732 [GeV] +Cell[9,25] 8.1213339581154e-07 [GeV] +Cell[9,24] 0.036925784745528 [GeV] +Cell[7,31] 8.0460252161174e-07 [GeV] +Cell[10,17] 0.0015842974331046 [GeV] +Cell[10,18] 0.00045405883487399 [GeV] +Cell[9,19] 5.4154079407454e-09 [GeV] +Cell[12,37] 0.0016333858444851 [GeV] +Cell[12,36] 5.400084235589e-05 [GeV] +Cell[4,8] 8.589239732828e-07 [GeV] +Cell[10,9] 3.5175169352442e-05 [GeV] +Cell[8,30] 0.00043042151242173 [GeV] +Cell[9,21] 0.0017804150507055 [GeV] +Cell[9,20] 1.4889519661665e-10 [GeV] +Cell[12,35] 0.00063550899137317 [GeV] +Cell[4,17] 8.9436505879803e-07 [GeV] +Cell[5,31] 0.00015678626953195 [GeV] +Cell[2,15] 5.4891236268304e-06 [GeV] +Cell[2,14] 9.7665858662253e-05 [GeV] +Cell[9,45] 0.00012805761762843 [GeV] +Cell[3,42] 1.9456221780274e-06 [GeV] +Cell[8,24] 0.002578581331672 [GeV] +Cell[3,14] 3.6730064114181e-06 [GeV] +Cell[3,43] 5.524390260689e-06 [GeV] +Cell[5,29] 3.3424368793931e-06 [GeV] +Cell[5,30] 0.0021821826355427 [GeV] +Cell[5,39] 2.4337205395568e-06 [GeV] +Cell[4,41] 2.1151217224542e-06 [GeV] +Cell[11,9] 0.0050546309332692 [GeV] +Cell[12,9] 6.2688980833627e-06 [GeV] +Cell[10,8] 1.371224160539e-05 [GeV] +Cell[9,22] 0.00011378859329022 [GeV] +Cell[10,37] 0.0046540660941802 [GeV] +Cell[3,17] 3.6045150864084e-10 [GeV] +Cell[18,42] 3.5613569809357e-05 [GeV] +Cell[14,12] 1.0369782942234e-05 [GeV] +Cell[12,4] 8.5959705756977e-08 [GeV] +Cell[11,40] 0.0022244137382125 [GeV] +Cell[10,38] 0.0012985967687019 [GeV] +Cell[11,39] 1.8319331354633e-07 [GeV] +Cell[9,30] 0.00038568163759271 [GeV] +Cell[8,19] 5.905021680519e-09 [GeV] +Cell[9,14] 0.0034603239863922 [GeV] +Cell[8,25] 0.0001127693203515 [GeV] +Cell[14,15] 4.7841173754932e-06 [GeV] +Cell[14,13] 6.3942297856556e-09 [GeV] +Cell[14,16] 2.1197403384576e-08 [GeV] +Cell[10,14] 3.6977059949095e-08 [GeV] +Cell[10,44] 1.268919731956e-07 [GeV] +Cell[12,18] 0.00046398637167043 [GeV] +Cell[8,23] 7.5154244671921e-05 [GeV] +Cell[7,25] 3.101513173965e-05 [GeV] +Cell[5,32] 2.7903518668609e-05 [GeV] +Cell[10,16] 1.6029492253438e-06 [GeV] +Cell[10,15] 7.3246388173402e-05 [GeV] +Cell[10,13] 5.6016259577518e-09 [GeV] +Cell[9,46] 9.0015819296241e-09 [GeV] +Cell[8,46] 4.440764314495e-08 [GeV] +Cell[8,45] 7.1127441013914e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 75 cells : 0.19184053999906 (GeV) + +Source track ID 4614 (gamma,0.14815181584447[GeV]) at (-470.4546861349,169.32923047634,-336.66128000979) +Original primary track ID 27 (unknown,1.8699577628705[GeV]) +Cell[8,20] 0.0016523481521526 [GeV] +Cell[8,21] 0.14649946769232 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.14815181584447 (GeV) -Source track ID 9294 (gamma,0.00051099891[GeV]) at (419.77051823887,271.64814009574,-178.58702762711) +Source track ID 4574 (pi+,0.18778475737372[GeV]) at (-499.60282510126,-19.925289228457,1580.5712299929) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,4] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) +Cell[16,4] 0.00078640325436993 [GeV] +Cell[17,24] 0.094968155467705 [GeV] +Cell[17,23] 0.00065628522905143 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.096410843951127 (GeV) -Source track ID 9248 (gamma,0.020454502019701[GeV]) at (-496.72541564205,57.130214906217,-131.00158322551) +Source track ID 4568 (gamma,0.00012068184984052[GeV]) at (-384.4814251876,-319.64673263732,-241.51278324149) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[10,24] 0.00015097591788941 [GeV] -Cell[9,22] 0.00082633252939026 [GeV] -Cell[9,23] 0.01911717058031 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.02009447902759 (GeV) +Cell[8,29] 0.00012068184984052 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00012068184984052 (GeV) -Source track ID 9250 (gamma,0.48568833346257[GeV]) at (-499.43365828021,23.791195363946,-136.09334274072) +Source track ID 4562 (pi-,0.92971867338985[GeV]) at (-380.05234755399,-324.90031258634,-228.29257290583) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[9,24] 0.12533825031372 [GeV] -Cell[9,22] 0.00026225804324293 [GeV] -Cell[8,23] 0.00033616054288353 [GeV] -Cell[8,24] 0.00091090993447441 [GeV] -Cell[6,5] 0.00053709232641053 [GeV] -Cell[8,32] 0.00069696275657496 [GeV] -Cell[12,43] 0.00095746983752782 [GeV] -Cell[6,17] 0.00018701769037018 [GeV] -Cell[9,23] 0.35556047548699 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.48478659693219 (GeV) - -Source track ID 9253 (gamma,5.1035467530227e-05[GeV]) at (491.45995900962,92.016893504717,-572.171566775) +Cell[7,33] 8.7545686255908e-11 [GeV] +Cell[7,32] 0.0017553435300341 [GeV] +Cell[6,30] 0.0012873697440051 [GeV] +Cell[13,26] 1.4892651734044e-08 [GeV] +Cell[7,30] 0.098397524917546 [GeV] +Cell[6,31] 1.7723626572433e-05 [GeV] +Cell[7,27] 4.6049665024839e-06 [GeV] +Cell[9,26] 0.0001839323316116 [GeV] +Cell[14,25] 0.00017889739197767 [GeV] +Cell[14,26] 0.00065128481290355 [GeV] +Cell[13,4] 6.0613519735853e-08 [GeV] +Cell[12,2] 1.7786917311241e-05 [GeV] +Cell[10,25] 9.3257698063098e-05 [GeV] +Cell[9,25] 4.5070260751118e-05 [GeV] +Cell[8,31] 0.00086632173599446 [GeV] +Cell[7,31] 0.0023028936914969 [GeV] +Cell[12,3] 0.00094191657475312 [GeV] +Cell[10,26] 0.00059189366731654 [GeV] +Cell[8,32] 0.00080281490456287 [GeV] +Cell[7,28] 0.0078967884607619 [GeV] +Cell[8,29] 0.39114596973116 [GeV] +Cell[8,28] 0.0095059629852815 [GeV] +Cell[7,29] 0.011381966974268 [GeV] +Cell[8,30] 0.014518547581271 [GeV] +Cell[6,33] 3.4931085792778e-09 [GeV] +Cell[6,32] 1.8542561867889e-06 [GeV] +Cell[12,6] 9.7384082865801e-06 [GeV] +Cell[12,5] 0.0051767085635488 [GeV] +Cell[14,39] 0.0014597220602719 [GeV] +Cell[14,38] 0.0003275909069954 [GeV] +Cell[13,6] 5.0336821004748e-09 [GeV] +Cell[11,5] 0.00030789581209956 [GeV] +Cell[12,4] 0.0028027024315459 [GeV] +Cell[9,30] 3.183829221598e-08 [GeV] +Cell[14,37] 3.1684071814198e-07 [GeV] +Cell[8,27] 0.0024857800912756 [GeV] +Cell[11,4] 0.0035256036308291 [GeV] +Cell[13,5] 7.0645651931045e-08 [GeV] +Cell[13,2] 0.00010416189033856 [GeV] +Cell[13,3] 2.7033994952035e-06 [GeV] +Cell[6,29] 0.00061372416842323 [GeV] +### Total energy deposition in calorimeter by a source track in 41 cells : 0.55940656156861 (GeV) + +Source track ID 4563 (gamma,0.0063020553434915[GeV]) at (-410.12489833145,-286.0027408411,-203.51924064526) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[7,1] 5.1035467530227e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 5.1035467530227e-05 (GeV) +Cell[4,8] 0.00015853656768452 [GeV] +Cell[8,28] 0.0052800575234915 [GeV] +Cell[9,28] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.005949593001176 (GeV) -Source track ID 9254 (gamma,0.00073663120573012[GeV]) at (456.36018424338,-204.29239397821,-1322.048551118) +Source track ID 4564 (neutron,0.94200742774486[GeV]) at (324.6155803951,-380.29557578908,-66.906816436236) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[3,44] 0.00073663120573012 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00073663120573012 (GeV) - -Source track ID 9243 (gamma,0.14815181584447[GeV]) at (-470.45468956495,169.32922094649,-336.66130507831) +Cell[8,18] 0.00036590447945207 [GeV] +Cell[8,16] 1.3733618223341e-05 [GeV] +Cell[9,18] 0.0012841418557553 [GeV] +Cell[9,17] 2.3818042798666e-05 [GeV] +Cell[9,19] 1.160363787767e-05 [GeV] +Cell[9,20] 5.033885827288e-09 [GeV] +Cell[9,41] 0.00062749998147046 [GeV] +Cell[8,17] 0.0001153610853944 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.0024420677348577 (GeV) + +Source track ID 4565 (gamma,0.00025927349576434[GeV]) at (-377.72171769227,-327.6069351885,-171.70368217376) Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[8,46] 0.00051099891 [GeV] -Cell[3,40] 0.0078411326889722 [GeV] -Cell[8,21] 0.13485614778032 [GeV] -Cell[8,20] 0.0049068806322418 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.14811516001154 (GeV) +Cell[9,29] 0.00025927349576434 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00025927349576434 (GeV) -Source track ID 9220 (e-,0.00079356233177403[GeV]) at (-487.59837347696,110.66989736429,1392.2063604942) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[16,22] 1.447526121736e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 1.447526121736e-05 (GeV) +Source track ID 4408 (pi-,0.29639503091139[GeV]) at (-497.25704229912,52.301375545342,1850.6786222832) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[17,41] 0.00093420129162944 [GeV] +Cell[14,3] 0.00019764341298605 [GeV] +Cell[17,34] 0.00060675867407519 [GeV] +Cell[17,33] 3.8921760278754e-07 [GeV] +Cell[18,34] 0.00013068952412482 [GeV] +Cell[19,23] 0.20936592264511 [GeV] +Cell[16,3] 5.1281614685195e-07 [GeV] +Cell[19,21] 1.088968431759e-05 [GeV] +Cell[13,3] 2.0041918230618e-07 [GeV] +Cell[16,2] 1.2224772945046e-09 [GeV] +Cell[19,22] 0.0041521003349836 [GeV] +Cell[18,33] 6.8609383561125e-08 [GeV] +Cell[19,25] 0.002622607048283 [GeV] +Cell[19,24] 0.0046458454869684 [GeV] +Cell[14,5] 0.0027704365016122 [GeV] +Cell[14,4] 0.0020682954866475 [GeV] +Cell[18,23] 0.00012887031198454 [GeV] +Cell[18,22] 7.4032044267369e-08 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.22763550671956 (GeV) + +Source track ID 4417 (mu+,2.8643690993759[GeV]) at (203.35238931579,456.77982197067,1928.0107896384) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[19,8] 0.097116668021837 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.097116668021837 (GeV) -Source track ID 9178 (pi+,0.18740948952204[GeV]) at (-499.93787537827,-7.8816725545492,1562.9465383954) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[17,23] 0.029215900389807 [GeV] -Cell[11,8] 0.0010294862747817 [GeV] -Cell[14,46] 0.00042659947625615 [GeV] -Cell[9,37] 0.00045000354882145 [GeV] -Cell[17,24] 0.06938261388046 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.10050460357013 (GeV) - -Source track ID 9169 (pi-,0.95196187566742[GeV]) at (-378.33246564164,-326.90143077313,-224.89896773169) -Original primary track ID 27 (unknown,1.8699577628705[GeV]) -Cell[6,29] 0.10248171475842 [GeV] -Cell[5,29] 0.0020043716473054 [GeV] -Cell[8,29] 0.1593148073496 [GeV] -Cell[8,28] 0.00046632067768226 [GeV] -Cell[9,31] 2.6131456252187e-09 [GeV] -Cell[7,31] 0.18157304509933 [GeV] -Cell[7,30] 0.046458503765093 [GeV] -Cell[8,31] 0.12603637200095 [GeV] -Cell[6,32] 1.7106358427554e-09 [GeV] -Cell[7,32] 0.00021190315428566 [GeV] -Cell[6,30] 4.8109156778082e-05 [GeV] -Cell[8,30] 0.27168905882164 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.89028421075485 (GeV) - -Source track ID 9129 (mu-,0.22519410584162[GeV]) at (120.48486726316,-485.26631529561,1832.0586666912) +Source track ID 4188 (pi+,0.59737085457816[GeV]) at (-417.34273897257,275.36346567196,367.06440071974) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[11,21] 0.0034342330700773 [GeV] +Cell[13,41] 0.0010655283849648 [GeV] +Cell[11,20] 0.00039766386426782 [GeV] +Cell[11,19] 0.054520389977314 [GeV] +Cell[12,20] 2.4070590711744e-08 [GeV] +Cell[13,17] 0.0021259632147032 [GeV] +Cell[12,19] 0.051116025910856 [GeV] +Cell[14,12] 1.0666220759958e-09 [GeV] +Cell[14,14] 0.00030667467155456 [GeV] +Cell[13,18] 0.0028466993168846 [GeV] +Cell[14,15] 0.00086196584016307 [GeV] +Cell[14,13] 5.6410289686028e-05 [GeV] +Cell[13,16] 0.0037807258384993 [GeV] +Cell[11,18] 0.0004266116691806 [GeV] +Cell[11,17] 2.4115117298606e-08 [GeV] +Cell[12,18] 0.36547650902974 [GeV] +Cell[12,17] 0.0044525682787419 [GeV] +Cell[13,19] 0.00087449743167974 [GeV] +Cell[12,16] 1.8214781710412e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 19 cells : 0.49176073082235 (GeV) + +Source track ID 4367 (gamma,0.15251351239083[GeV]) at (-487.09323411561,-112.87241150431,-730.31332205807) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[6,25] 0.12515121704554 [GeV] +Cell[5,45] 0.00051099891 [GeV] +Cell[6,5] 0.0012141098995343 [GeV] +Cell[5,31] 0.00051099891 [GeV] +Cell[1,17] 0.0002554198650551 [GeV] +Cell[6,26] 0.0090120361117563 [GeV] +Cell[2,12] 0.00046634237890761 [GeV] +Cell[2,7] 0.0008760118209769 [GeV] +Cell[5,26] 0.00092090635767981 [GeV] +Cell[5,23] 0.00064184748781785 [GeV] +Cell[4,13] 0.0020773541256299 [GeV] +Cell[6,16] 0.00047009765038062 [GeV] +Cell[2,46] 0.0092816541649127 [GeV] +Cell[3,31] 0.0011245176626333 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.15251351239083 (GeV) + +Source track ID 4369 (e-,0.098612788659234[GeV]) at (-457.81352875176,-201.01435991457,3.4109170127856) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[19,38] 0.050411499639734 [GeV] -Cell[19,37] 0.085472799486782 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.13588429912652 (GeV) +Cell[11,21] 0.00048917002789482 [GeV] +Cell[10,28] 0.0035213850124364 [GeV] +Cell[9,27] 0.0030102839000023 [GeV] +Cell[9,28] 0.0019508015963203 [GeV] +Cell[10,46] 0.00039231014299295 [GeV] +Cell[6,45] 0.00093871541576542 [GeV] +Cell[10,27] 0.087799123653822 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.098101789749234 (GeV) + +Source track ID 4378 (gamma,0.0016311924041873[GeV]) at (-466.41338449341,-180.16257870434,-18.785478268197) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[9,26] 0.0016311924041873 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0016311924041873 (GeV) -Source track ID 9104 (pi+,3.7103992500444[GeV]) at (209.68274044484,453.90874452861,1946.1211983203) +Source track ID 4381 (gamma,0.00018025224633511[GeV]) at (-178.12918555726,467.19374273711,1199.426040122) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[18,45] 0.00051099891 [GeV] -Cell[19,9] 0.00081620755133859 [GeV] -Cell[19,8] 0.16726836029709 [GeV] -Cell[17,26] 0.00023653127185139 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.16883209803028 (GeV) +Cell[16,14] 0.00018025224633511 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00018025224633511 (GeV) -Source track ID 8867 (pi+,0.59774688923905[GeV]) at (-417.15997471535,275.64026464848,364.37396437989) +Source track ID 4383 (gamma,0.0019768596909019[GeV]) at (329.22285285706,376.3141150112,190.79869634636) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[8,9] 3.5121622902807e-05 [GeV] -Cell[9,10] 0.00087420262104183 [GeV] -Cell[8,13] 1.9646063068649e-05 [GeV] -Cell[9,9] 1.2683932698565e-05 [GeV] -Cell[8,45] 0.0012241103450666 [GeV] -Cell[6,47] 0.00039272623932618 [GeV] -Cell[8,6] 1.8707651179284e-09 [GeV] -Cell[9,8] 0.0022015758208943 [GeV] -Cell[6,34] 0.00027140982039873 [GeV] -Cell[6,0] 0.0022460938261876 [GeV] -Cell[14,42] 4.7533671931888e-10 [GeV] -Cell[13,35] 0.00063076177636322 [GeV] -Cell[6,40] 2.1519750589505e-08 [GeV] -Cell[8,38] 2.941557709164e-07 [GeV] -Cell[7,43] 4.459032561499e-08 [GeV] -Cell[10,39] 0.00022336119800832 [GeV] -Cell[10,40] 0.0047260506824081 [GeV] -Cell[8,0] 3.8919592043385e-08 [GeV] -Cell[7,5] 1.0700023267418e-08 [GeV] -Cell[9,44] 0.012188999996499 [GeV] -Cell[9,43] 3.1205079401843e-05 [GeV] -Cell[13,26] 4.7456353513553e-10 [GeV] -Cell[13,4] 6.4652871515136e-06 [GeV] -Cell[11,21] 4.2578898477359e-06 [GeV] -Cell[11,43] 5.0195376388729e-09 [GeV] -Cell[12,1] 0.0010849868215719 [GeV] -Cell[16,37] 9.9279255373403e-06 [GeV] -Cell[10,43] 0.00063522949133221 [GeV] -Cell[11,41] 2.7111653457723e-07 [GeV] -Cell[11,40] 9.7049783386183e-06 [GeV] -Cell[11,45] 6.1798350432582e-05 [GeV] -Cell[11,1] 3.9052717911545e-06 [GeV] -Cell[15,29] 8.5737507615704e-06 [GeV] -Cell[11,37] 0.00017470381953171 [GeV] -Cell[11,38] 0.0044529222334493 [GeV] -Cell[12,2] 0.00011100661366106 [GeV] -Cell[11,2] 0.00029928537097419 [GeV] -Cell[13,7] 3.6205809738021e-06 [GeV] -Cell[6,46] 7.0527554135197e-05 [GeV] -Cell[12,35] 6.6706093093671e-11 [GeV] -Cell[13,3] 1.3021411228692e-05 [GeV] -Cell[12,26] 1.7546832565699e-05 [GeV] -Cell[12,34] 0.00011011660763995 [GeV] -Cell[0,24] 1.7246720381081e-07 [GeV] -Cell[0,23] 2.1456321701407e-07 [GeV] -Cell[8,43] 0.00011072141975421 [GeV] -Cell[8,44] 0.0027632241150467 [GeV] -Cell[5,34] 1.5401255848246e-07 [GeV] -Cell[12,25] 0.00091262612953085 [GeV] -Cell[9,4] 0.0013860042908935 [GeV] -Cell[1,13] 0.00015942895274621 [GeV] -Cell[11,20] 0.0057081680010513 [GeV] -Cell[9,39] 6.2820013160945e-06 [GeV] -Cell[12,39] 1.1594811221585e-06 [GeV] -Cell[11,12] 1.087620461476e-05 [GeV] -Cell[11,19] 0.081502297503048 [GeV] -Cell[11,18] 0.1072365947797 [GeV] -Cell[11,17] 1.1030622216481e-05 [GeV] -Cell[12,18] 0.0052066205526029 [GeV] -Cell[12,19] 0.010433308147555 [GeV] -Cell[12,45] 8.8339204758086e-05 [GeV] -Cell[12,44] 0.00053213450483281 [GeV] -Cell[13,44] 0.0017505688661355 [GeV] -Cell[11,44] 0.0012211766197417 [GeV] -Cell[13,45] 3.4687342122197e-08 [GeV] -Cell[13,43] 0.00053197468981286 [GeV] -Cell[13,42] 2.2017993770874e-05 [GeV] -Cell[12,43] 0.00066778125113819 [GeV] -Cell[11,15] 6.8672930435696e-06 [GeV] -Cell[14,37] 3.8454354580608e-08 [GeV] -Cell[14,44] 0.00026589141222269 [GeV] -Cell[14,38] 1.3100128853694e-08 [GeV] -Cell[8,20] 5.1997647260578e-06 [GeV] -Cell[10,41] 7.2875991463661e-11 [GeV] -Cell[11,39] 7.636620401172e-05 [GeV] -Cell[9,38] 4.2828032746911e-09 [GeV] -Cell[13,15] 2.4546175875003e-05 [GeV] -Cell[12,21] 0.0019013235073513 [GeV] -Cell[14,41] 3.2399758538304e-08 [GeV] -Cell[12,40] 0.0009874228525947 [GeV] -Cell[12,16] 2.4774477963319e-05 [GeV] -Cell[8,19] 3.2581860822688e-05 [GeV] -Cell[13,16] 2.9276940709678e-05 [GeV] -Cell[12,20] 0.12613183487701 [GeV] -Cell[11,16] 0.002467837089366 [GeV] -Cell[10,42] 0.00031732816665101 [GeV] -Cell[13,34] 8.8235184666701e-06 [GeV] -Cell[9,6] 1.0918606091082e-06 [GeV] -Cell[15,46] 0.0002751670448348 [GeV] -Cell[5,33] 6.5095491222337e-05 [GeV] -Cell[8,37] 5.3143594413996e-11 [GeV] -Cell[14,36] 1.5634336591575e-07 [GeV] -Cell[12,17] 0.00058313007415692 [GeV] -Cell[19,18] 1.1141765251523e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 94 cells : 0.38563509486912 (GeV) - -Source track ID 9095 (gamma,0.15251351239083[GeV]) at (-487.09323465364,-112.87240918249,-730.31334329596) +Cell[11,5] 0.0019768596909019 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0019768596909019 (GeV) + +Source track ID 4384 (gamma,0.0021695488762157[GeV]) at (-468.52197259108,-174.60573071742,4.1130582950073) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,33] 0.00051099891 [GeV] -Cell[6,37] 0.00035339354275343 [GeV] -Cell[6,26] 0.0081835566084602 [GeV] -Cell[6,25] 0.086498641248674 [GeV] -Cell[5,25] 0.046134244469764 [GeV] -Cell[5,26] 0.0090726685153581 [GeV] -Cell[6,21] 0.001190445311617 [GeV] -Cell[6,38] 0.00056956378420123 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.15251351239083 (GeV) - -Source track ID 9096 (gamma,0.13352323164713[GeV]) at (-462.295998601,-190.47942061415,2.9650113942907) +Cell[10,26] 0.0021695488762157 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0021695488762157 (GeV) + +Source track ID 4388 (gamma,0.00012214610314096[GeV]) at (-489.94888631414,-99.750131827154,143.47868741012) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,26] 0.018040519194895 [GeV] -Cell[18,5] 0.00033871181414737 [GeV] -Cell[10,26] 0.055235013304515 [GeV] -Cell[9,27] 0.011198204503372 [GeV] -Cell[10,27] 0.046296592376161 [GeV] -Cell[10,31] 0.00054137896026288 [GeV] -Cell[12,41] 0.0014290250249487 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.1330794451783 (GeV) - -Source track ID 9081 (pi-,0.85379953419879[GeV]) at (323.49871788582,-381.24608788318,732.71103141799) +Cell[10,25] 0.00012214610314096 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00012214610314096 (GeV) + +Source track ID 4389 (gamma,0.00083669601572796[GeV]) at (-415.60050008827,-277.98601462372,159.03308214979) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[7,13] 9.6897538234089e-06 [GeV] -Cell[9,10] 0.0032553373506177 [GeV] -Cell[7,12] 0.0034811677993905 [GeV] -Cell[9,11] 0.0001511545034499 [GeV] -Cell[14,42] 0.0017397152110005 [GeV] -Cell[13,46] 4.7890249988995e-06 [GeV] -Cell[10,25] 0.0011663098242637 [GeV] -Cell[9,33] 0.00090271582793456 [GeV] -Cell[9,18] 1.0609867516905e-05 [GeV] -Cell[15,38] 8.5449438774958e-06 [GeV] -Cell[11,31] 2.387427460053e-05 [GeV] -Cell[16,31] 2.1055088290382e-05 [GeV] -Cell[14,31] 0.00049153983686722 [GeV] -Cell[16,30] 1.6290676695689e-06 [GeV] -Cell[15,28] 1.4005532721058e-06 [GeV] -Cell[13,26] 5.9953890740871e-12 [GeV] -Cell[10,16] 0.00052241994559176 [GeV] -Cell[13,27] 9.8926590226256e-08 [GeV] -Cell[13,28] 0.00043523016223605 [GeV] -Cell[14,7] 0.0093763118385061 [GeV] -Cell[12,42] 1.1369138387636e-06 [GeV] -Cell[13,6] 2.15902165437e-05 [GeV] -Cell[15,2] 8.2059883012562e-05 [GeV] -Cell[11,22] 6.9049060584803e-09 [GeV] -Cell[10,24] 8.0445903357258e-05 [GeV] -Cell[11,21] 6.0909716397987e-05 [GeV] -Cell[14,6] 0.0032603376655344 [GeV] -Cell[11,33] 0.00053348208500529 [GeV] -Cell[11,34] 6.1659911796141e-07 [GeV] -Cell[12,46] 0.00037942175474655 [GeV] -Cell[10,23] 0.0026273038671591 [GeV] -Cell[10,26] 4.6769826216405e-05 [GeV] -Cell[14,27] 5.4167360940482e-06 [GeV] -Cell[9,16] 3.0621025767005e-05 [GeV] -Cell[16,37] 0.00029072531837994 [GeV] -Cell[15,36] 2.957935901577e-06 [GeV] -Cell[16,36] 0.00035718835240709 [GeV] -Cell[15,1] 4.916754809301e-07 [GeV] -Cell[16,24] 0.00068109558271317 [GeV] -Cell[11,40] 5.4111197508178e-05 [GeV] -Cell[12,3] 5.129749068351e-05 [GeV] -Cell[14,28] 0.0016465514154562 [GeV] -Cell[15,29] 2.6141855038304e-05 [GeV] -Cell[9,34] 0.00069598984072411 [GeV] -Cell[10,27] 1.3553769909777e-05 [GeV] -Cell[12,2] 1.2032390361583e-07 [GeV] -Cell[11,2] 3.4765548303881e-05 [GeV] -Cell[13,7] 0.00092762756915704 [GeV] -Cell[10,34] 1.1345847987059e-06 [GeV] -Cell[13,19] 3.4634886731055e-07 [GeV] -Cell[14,3] 2.1451672658259e-05 [GeV] -Cell[13,30] 0.00035146638144056 [GeV] -Cell[13,29] 0.00010634955901696 [GeV] -Cell[19,39] 1.9930017401748e-07 [GeV] -Cell[17,45] 3.2063618226061e-05 [GeV] -Cell[19,38] 0.0012128584399786 [GeV] -Cell[12,9] 0.001236402452488 [GeV] -Cell[12,25] 0.0017002396730296 [GeV] -Cell[15,26] 3.930767683778e-05 [GeV] -Cell[11,20] 1.5585999335599e-10 [GeV] -Cell[13,39] 0.0093249577116165 [GeV] -Cell[13,40] 0.0057326580063167 [GeV] -Cell[12,38] 0.001272614435988 [GeV] -Cell[12,39] 0.00030790569682642 [GeV] -Cell[13,38] 0.0093232637651654 [GeV] -Cell[12,7] 3.9624813145565e-05 [GeV] -Cell[11,19] 0.0001105265648722 [GeV] -Cell[11,18] 0.00086085683788303 [GeV] -Cell[11,17] 9.8249553166625e-05 [GeV] -Cell[12,19] 1.2846343224737e-08 [GeV] -Cell[13,44] 2.1509238194994e-09 [GeV] -Cell[17,25] 0.00027269333868787 [GeV] -Cell[13,43] 0.00060660351180747 [GeV] -Cell[13,42] 0.0059680351373766 [GeV] -Cell[13,41] 0.25430533345725 [GeV] -Cell[14,45] 0.00049754405162594 [GeV] -Cell[14,46] 1.594183742418e-05 [GeV] -Cell[14,0] 3.1996640900616e-06 [GeV] -Cell[14,39] 4.1945139847826e-05 [GeV] -Cell[14,38] 4.8383278772235e-06 [GeV] -Cell[14,20] 1.496422370451e-06 [GeV] -Cell[14,40] 0.0012624921907231 [GeV] -Cell[17,37] 0.00080402914057752 [GeV] -Cell[18,37] 0.0023344941410344 [GeV] -Cell[18,38] 0.029903867094272 [GeV] -Cell[19,37] 0.00021136100146339 [GeV] -Cell[17,38] 7.6451063500826e-07 [GeV] -Cell[18,36] 0.0017823254719176 [GeV] -Cell[11,42] 0.00017778880717356 [GeV] -Cell[10,41] 0.00047511757218933 [GeV] -Cell[15,34] 0.0022871813883232 [GeV] -Cell[16,35] 0.0020989974740291 [GeV] -Cell[14,41] 0.011123999668249 [GeV] -Cell[14,35] 0.00048191565639752 [GeV] -Cell[12,40] 7.3810416597325e-05 [GeV] -Cell[15,23] 0.00067786997353448 [GeV] -Cell[15,7] 0.0014966249628658 [GeV] -Cell[13,17] 6.9065442467036e-05 [GeV] -Cell[12,20] 0.00040104403640146 [GeV] -Cell[15,16] 9.1652583796531e-07 [GeV] -Cell[16,29] 3.6594361229163e-06 [GeV] -Cell[11,16] 0.00093438816260755 [GeV] -Cell[10,42] 1.4316850894829e-05 [GeV] -Cell[13,18] 0.0006283021145681 [GeV] -Cell[10,15] 2.3073168646079e-05 [GeV] -Cell[15,17] 7.8656077675987e-06 [GeV] -Cell[15,35] 0.00025797487897853 [GeV] -Cell[16,38] 7.0559485878221e-05 [GeV] -Cell[16,28] 3.0130398988604e-07 [GeV] -Cell[15,45] 6.9678507861681e-06 [GeV] -Cell[15,20] 0.00024360180267183 [GeV] -Cell[15,19] 0.014062806859137 [GeV] -Cell[13,34] 4.8818337381817e-07 [GeV] -Cell[16,19] 0.023922066927943 [GeV] -Cell[15,46] 0.00072793824131202 [GeV] -Cell[16,25] 2.3371218958346e-08 [GeV] -Cell[16,26] 8.2654878497124e-11 [GeV] -Cell[16,27] 2.033622514864e-05 [GeV] -Cell[15,24] 0.00059373900247306 [GeV] -Cell[16,23] 7.5468402093975e-05 [GeV] -Cell[17,26] 2.8810209528274e-08 [GeV] -Cell[14,36] 0.00014805282115594 [GeV] -Cell[15,0] 0.00066974589460347 [GeV] -Cell[17,17] 1.2647636467591e-06 [GeV] -Cell[17,44] 4.9030062747306e-06 [GeV] -Cell[19,19] 3.1034101266414e-05 [GeV] -Cell[14,34] 0.00059997620022489 [GeV] -Cell[10,17] 0.0098004515902683 [GeV] -Cell[15,3] 0.00037337682223256 [GeV] -Cell[13,20] 7.8355086152442e-06 [GeV] -Cell[10,18] 9.1501859587765e-05 [GeV] -Cell[14,30] 5.442890710583e-09 [GeV] -Cell[15,25] 5.8789737522602e-12 [GeV] -### Total energy deposition in calorimeter by a source track in 133 cells : 0.43599217417355 (GeV) - -Source track ID 9075 (gamma,0.00089279460064432[GeV]) at (316.86296529522,-386.77882726996,152.63298074893) +Cell[10,28] 0.00083669601572796 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00083669601572796 (GeV) + +Source track ID 4390 (gamma,0.0032435563693827[GeV]) at (499.80330086457,14.023567480657,529.60651427587) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,41] 0.00089279460064432 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00089279460064432 (GeV) +Cell[12,0] 0.0032435563693827 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0032435563693827 (GeV) -Source track ID 9030 (e-,0.25915921690042[GeV]) at (347.05458289034,-359.9348781305,157.04940758746) +Source track ID 4359 (pi-,0.85381111291735[GeV]) at (322.83617515097,-381.80728648611,730.81510792496) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[1,25] 0.00029300747961098 [GeV] -Cell[10,45] 0.00026586690320904 [GeV] -Cell[10,43] 0.00049698697583275 [GeV] -Cell[12,7] 0.0011264353486831 [GeV] -Cell[11,42] 0.012629580234706 [GeV] -Cell[10,41] 0.10833420130623 [GeV] -Cell[10,42] 0.13395102068354 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.25709709893182 (GeV) - -Source track ID 9032 (gamma,0.026292583169064[GeV]) at (315.45330703443,-387.9293892979,149.23443814548) +Cell[15,41] 0.19489034515482 [GeV] +Cell[13,41] 0.073239521627357 [GeV] +Cell[15,44] 0.0039755861456714 [GeV] +Cell[14,43] 0.0014008845357391 [GeV] +Cell[15,42] 0.036694261329323 [GeV] +Cell[14,42] 0.18550045209532 [GeV] +Cell[14,41] 0.11172917999611 [GeV] +Cell[13,42] 2.8609944274649e-06 [GeV] +Cell[14,44] 0.00021956634411242 [GeV] +Cell[15,43] 0.0050695832687632 [GeV] +Cell[15,45] 4.6357278721189e-05 [GeV] +Cell[16,42] 0.0015136754021292 [GeV] +Cell[16,43] 0.0010838473380898 [GeV] +Cell[16,41] 0.0071674564130027 [GeV] +Cell[15,46] 0.00095528206809104 [GeV] +Cell[16,46] 9.7141719095362e-05 [GeV] +Cell[16,47] 0.00022852285265139 [GeV] +### Total energy deposition in calorimeter by a source track in 17 cells : 0.62381452456342 (GeV) + +Source track ID 4352 (gamma,0.0010912030609591[GeV]) at (315.70654673426,-387.72332448426,145.76725539319) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,41] 0.026292583169065 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.026292583169065 (GeV) +Cell[10,41] 0.0010912030609591 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0010912030609591 (GeV) -Source track ID 9034 (gamma,0.018392093582882[GeV]) at (253.61966112716,-430.90261949743,157.10192253689) +Source track ID 4354 (gamma,0.016213360983538[GeV]) at (351.86638237798,-355.23238725127,153.76973898014) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[10,39] 0.006263006594496 [GeV] -Cell[10,40] 0.0097172104334753 [GeV] -Cell[10,31] 0.00050736543479954 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.016487582462771 (GeV) +Cell[10,42] 0.0041715483055805 [GeV] +Cell[10,41] 0.012041812677957 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.016213360983538 (GeV) -Source track ID 9031 (e+,0.051040894245688[GeV]) at (399.15628615942,301.12166846546,1320.2060975023) +Source track ID 4304 (e-,0.20405198350325[GeV]) at (426.83564225399,-260.40609536188,166.67174055954) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[15,36] 0.00098885502805819 [GeV] -Cell[16,5] 0.027697358470142 [GeV] -Cell[18,40] 0.0014314225064269 [GeV] -Cell[16,4] 0.011681661600216 [GeV] -Cell[19,22] 0.00053086305288687 [GeV] -Cell[18,41] 0.0092217324979584 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.051551893155688 (GeV) - -Source track ID 9029 (gamma,0.13885684299554[GeV]) at (475.10691622037,-155.79928805862,345.33261146431) +Cell[11,45] 0.0018186227278047 [GeV] +Cell[11,44] 0.0076578378344177 [GeV] +Cell[11,28] 0.0012422022959548 [GeV] +Cell[15,27] 0.00029079457024709 [GeV] +Cell[12,7] 0.00044289045885856 [GeV] +Cell[14,6] 0.00051099891 [GeV] +Cell[10,42] 0.00051099891 [GeV] +Cell[10,43] 0.094581871046619 [GeV] +Cell[17,6] 0.00061715052919454 [GeV] +Cell[10,44] 0.092027379817784 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.19970074710088 (GeV) + +Source track ID 4306 (gamma,0.0065571522902146[GeV]) at (240.97300014636,-438.1004601692,154.99445870395) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[11,47] 0.000427964449624 [GeV] -Cell[12,46] 0.001812221598191 [GeV] -Cell[11,46] 0.0020485841572344 [GeV] -Cell[11,45] 0.12839811076548 [GeV] -Cell[12,45] 0.0061699620250162 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.13885684299554 (GeV) - -Source track ID 9026 (e-,0.00052297320919408[GeV]) at (414.20818132135,-280.05639169006,1925.0991940846) +Cell[11,39] 0.001028451354372 [GeV] +Cell[10,39] 0.0055287009358426 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0065571522902146 (GeV) + +Source track ID 4310 (gamma,0.0020974471126899[GeV]) at (204.47784047642,-456.27712275995,125.34833359498) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[19,43] 1.197429919408e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 1.197429919408e-05 (GeV) +Cell[10,39] 0.0020974471126899 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0020974471126899 (GeV) -Source track ID 8901 (e-,0.00074197523153615[GeV]) at (416.24619759768,-277.01823583561,1920.0838937951) +Source track ID 4313 (gamma,0.020411672298111[GeV]) at (20.792928058878,-499.56746705799,207.25755690139) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[19,43] 0.00012492749573419 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00012492749573419 (GeV) +Cell[11,36] 0.016342182919681 [GeV] +Cell[11,35] 0.0013426607365806 [GeV] +Cell[10,36] 0.0027268286418488 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.020411672298111 (GeV) -Source track ID 8881 (gamma,0.1484777566564[GeV]) at (-237.2276168365,440.13981620625,-159.00519862946) +Source track ID 4314 (gamma,7.4627981722186e-05[GeV]) at (-413.76057669031,-280.71726911059,361.4185210882) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[11,21] 0.00088619615082553 [GeV] -Cell[9,16] 0.0046648248257991 [GeV] -Cell[9,15] 0.13660520796928 [GeV] -Cell[8,16] 0.0025061338037719 [GeV] -Cell[9,17] 0.0019107838398257 [GeV] -Cell[8,15] 0.0014077520679845 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.14798089865749 (GeV) - -Source track ID 8882 (gamma,0.20137908385321[GeV]) at (152.32667048377,476.2316510474,-66.015723937746) +Cell[11,28] 7.4627981722186e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 7.4627981722186e-05 (GeV) + +Source track ID 4315 (gamma,0.00018867805028871[GeV]) at (-411.34958032712,-284.23849627504,362.89918073201) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,10] 0.0043530412350991 [GeV] -Cell[9,9] 0.19457938139423 [GeV] -Cell[9,8] 0.0019356623138864 [GeV] -Cell[8,14] 0.00034806756100626 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.20121615250422 (GeV) +Cell[11,28] 0.00018867805028871 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00018867805028871 (GeV) -Source track ID 8872 (pi-,0.40001460491105[GeV]) at (385.25627005268,-318.71241956519,360.23696107582) +Source track ID 4316 (gamma,0.00023118176690367[GeV]) at (27.593830993576,499.23799984686,571.003177808) Original primary track ID 29 (unknown,1.6025887774154[GeV]) -Cell[9,7] 2.181210334129e-09 [GeV] -Cell[11,47] 1.5137131197207e-07 [GeV] -Cell[5,28] 0.0009941241969226 [GeV] -Cell[9,26] 0.0035108634109502 [GeV] -Cell[7,25] 5.113306833664e-05 [GeV] -Cell[6,26] 2.9255126457429e-05 [GeV] -Cell[13,35] 1.276044520182e-08 [GeV] -Cell[9,28] 2.2517482284456e-07 [GeV] -Cell[7,22] 1.5065940118234e-05 [GeV] -Cell[11,32] 1.7648653069045e-05 [GeV] -Cell[12,32] 0.00041000229697352 [GeV] -Cell[10,6] 0.00041962901779846 [GeV] -Cell[13,26] 0.0014859529648746 [GeV] -Cell[13,27] 0.0019350558132729 [GeV] -Cell[12,42] 0.0044448675227328 [GeV] -Cell[10,4] 0.0043315430807728 [GeV] -Cell[10,1] 2.8269022436689e-08 [GeV] -Cell[10,12] 0.00091746130834485 [GeV] -Cell[9,24] 0.000126526777972 [GeV] -Cell[10,24] 0.00020162509600641 [GeV] -Cell[12,33] 0.00026751268651708 [GeV] -Cell[11,33] 6.9050433353368e-08 [GeV] -Cell[11,34] 0.00042988087397773 [GeV] -Cell[11,43] 0.010399570891793 [GeV] -Cell[12,47] 5.848319233337e-10 [GeV] -Cell[10,23] 1.9041541090701e-06 [GeV] -Cell[9,25] 0.00032292881937735 [GeV] -Cell[10,32] 1.0678944614483e-05 [GeV] -Cell[10,10] 2.5831395760179e-09 [GeV] -Cell[11,41] 0.0030005614140162 [GeV] -Cell[10,0] 0.00020748153000386 [GeV] -Cell[9,27] 0.0038901407197036 [GeV] -Cell[12,35] 8.9066460786853e-06 [GeV] -Cell[8,34] 1.2143899337389e-05 [GeV] -Cell[13,1] 0.001477457371015 [GeV] -Cell[12,34] 4.5344537240453e-05 [GeV] -Cell[12,36] 0.0018821493442971 [GeV] -Cell[12,37] 0.00018620427556277 [GeV] -Cell[6,27] 0.00028809388352965 [GeV] -Cell[0,46] 0.0008995643803014 [GeV] -Cell[2,20] 1.327538798796e-05 [GeV] -Cell[9,4] 0.00015467004241611 [GeV] -Cell[4,46] 1.6269041225314e-11 [GeV] -Cell[6,3] 0.0024859256824979 [GeV] -Cell[7,23] 0.00078976815363008 [GeV] -Cell[6,2] 0.00048762840910888 [GeV] -Cell[11,12] 1.8380107532721e-05 [GeV] -Cell[10,11] 0.0068387779771964 [GeV] -Cell[11,0] 1.1555684523046e-08 [GeV] -Cell[12,45] 0.00083645848708841 [GeV] -Cell[12,44] 0.0015628134991484 [GeV] -Cell[16,15] 0.0034754119656704 [GeV] -Cell[11,44] 0.00050739632660373 [GeV] -Cell[13,43] 0.00034913035322518 [GeV] -Cell[13,42] 9.4815374259269e-06 [GeV] -Cell[12,0] 0.00034178592794729 [GeV] -Cell[12,43] 0.0021242190489553 [GeV] -Cell[13,21] 2.8367381572025e-05 [GeV] -Cell[12,14] 1.3977076625451e-05 [GeV] -Cell[11,42] 0.093800312040622 [GeV] -Cell[12,40] 1.1389282735763e-05 [GeV] -Cell[12,11] 2.7450099267298e-05 [GeV] -Cell[11,13] 0.00055556020686527 [GeV] -Cell[17,16] 0.0016936575056466 [GeV] -Cell[16,16] 0.0070678416368152 [GeV] -Cell[6,17] 3.6750483559445e-08 [GeV] -Cell[8,33] 0.00081307562298417 [GeV] -Cell[6,22] 3.638969307076e-07 [GeV] -Cell[13,34] 1.4783334222557e-08 [GeV] -Cell[9,6] 4.9230105186325e-05 [GeV] -Cell[13,36] 7.6398020951274e-08 [GeV] -Cell[17,26] 0.00076083499412072 [GeV] -Cell[17,17] 0.0015253100750269 [GeV] -Cell[6,16] 2.9652549789034e-06 [GeV] -Cell[5,27] 4.1398571411264e-06 [GeV] -Cell[18,15] 2.6737247593701e-05 [GeV] -Cell[10,2] 0.0032033295071992 [GeV] -Cell[6,23] 8.8891738414532e-13 [GeV] -Cell[4,45] 0.00085817866208993 [GeV] -Cell[18,16] 0.001761686131898 [GeV] -Cell[18,17] 9.8451069857219e-07 [GeV] -### Total energy deposition in calorimeter by a source track in 81 cells : 0.17442242412841 (GeV) - -Source track ID 8864 (gamma,0.094503470007519[GeV]) at (318.07142778765,385.78564880659,-1059.6706907862) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[2,38] 0.00031262619855082 [GeV] -Cell[4,6] 0.092823057878384 [GeV] -Cell[4,7] 0.00051099891 [GeV] -Cell[4,29] 0.00085678702058375 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.094503470007519 (GeV) +Cell[12,11] 0.00023118176690367 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00023118176690367 (GeV) -Source track ID 8778 (pi+,0.33207240653513[GeV]) at (218.61875062503,449.67303885729,-1603.7786756606) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[2,38] 6.2003870552871e-06 [GeV] -Cell[2,29] 0.00092972674700366 [GeV] -Cell[3,29] 0.0022856775130567 [GeV] -Cell[5,1] 7.0205038355198e-06 [GeV] -Cell[9,40] 7.5031374462924e-05 [GeV] -Cell[0,19] 9.7897695643837e-05 [GeV] -Cell[1,23] 0.0031498097376342 [GeV] -Cell[0,10] 0.016435938698325 [GeV] -Cell[0,9] 0.0010583875004224 [GeV] -Cell[1,19] 6.4964189019861e-05 [GeV] -Cell[0,8] 0.00087282817005356 [GeV] -Cell[1,18] 0.00018630574954648 [GeV] -Cell[1,8] 0.17770668762631 [GeV] -Cell[1,7] 0.0015767000798793 [GeV] -Cell[2,8] 0.0039373402316786 [GeV] -Cell[1,9] 0.0085760154146585 [GeV] -Cell[1,10] 0.00093842230028417 [GeV] -Cell[0,11] 0.00063600350168155 [GeV] -Cell[1,30] 1.0577959736111e-05 [GeV] -Cell[3,22] 1.6753176809289e-05 [GeV] -Cell[9,39] 0.0072308893676943 [GeV] -Cell[8,39] 5.5126942038896e-05 [GeV] -Cell[3,30] 1.3327254230262e-06 [GeV] -Cell[8,37] 7.7028907835484e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 24 cells : 0.22586334048303 (GeV) - -Source track ID 8784 (e-,0.00092720887572138[GeV]) at (57.154839599462,496.72258284717,-1084.1243078827) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,11] 0.00041620996572138 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00041620996572138 (GeV) +Source track ID 4305 (e+,0.079102207061602[GeV]) at (438.89656882561,239.51994044987,1346.8671443953) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[16,4] 0.011880570974319 [GeV] +Cell[17,5] 0.0019206004141251 [GeV] +Cell[16,3] 0.065812034583158 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.079613205971602 (GeV) -Source track ID 8779 (pi-,0.61387615001562[GeV]) at (87.031636762496,492.36723510246,-888.62959515126) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,11] 0.11072204992009 [GeV] -Cell[4,12] 0.010848065738391 [GeV] -Cell[4,10] 0.0012175372628715 [GeV] -Cell[7,45] 3.4594505850691e-06 [GeV] -Cell[6,12] 6.7203755080754e-05 [GeV] -Cell[7,26] 1.0756085423054e-05 [GeV] -Cell[6,26] 9.580107871443e-10 [GeV] -Cell[13,46] 1.4010684419191e-05 [GeV] -Cell[2,17] 0.0011800804289948 [GeV] -Cell[10,28] 0.0028348018120657 [GeV] -Cell[17,23] 3.2170440651498e-05 [GeV] -Cell[8,3] 9.2908295254915e-05 [GeV] -Cell[6,39] 0.0027144580827556 [GeV] -Cell[7,4] 1.0797949698826e-08 [GeV] -Cell[10,29] 1.9570638221921e-05 [GeV] -Cell[11,34] 2.2972807928454e-06 [GeV] -Cell[4,35] 1.3989559334959e-06 [GeV] -Cell[4,34] 1.304851173245e-08 [GeV] -Cell[10,14] 2.6817014731932e-06 [GeV] -Cell[15,36] 6.4006095635705e-07 [GeV] -Cell[5,17] 0.00049340790185772 [GeV] -Cell[4,15] 0.00088018011133602 [GeV] -Cell[5,18] 4.4408632729301e-05 [GeV] -Cell[4,16] 7.2192801744677e-06 [GeV] -Cell[3,17] 0.00015391425788835 [GeV] -Cell[5,14] 0.0035947884969108 [GeV] -Cell[5,10] 0.072111075438512 [GeV] -Cell[6,38] 0.00018784263804889 [GeV] -Cell[6,27] 9.499737996066e-08 [GeV] -Cell[5,16] 5.3271579645298e-09 [GeV] -Cell[1,17] 9.4743419075485e-06 [GeV] -Cell[0,37] 2.6450230972841e-05 [GeV] -Cell[4,31] 0.00012230671364102 [GeV] -Cell[2,16] 5.8619352541427e-05 [GeV] -Cell[3,16] 0.00013732729859316 [GeV] -Cell[3,15] 0.011173422705952 [GeV] -Cell[0,38] 0.0007155512198583 [GeV] -Cell[5,11] 0.063294635888664 [GeV] -Cell[6,13] 0.0016927004246309 [GeV] -Cell[6,14] 8.390726088453e-05 [GeV] -Cell[7,3] 4.7736371517772e-05 [GeV] -Cell[5,13] 0.029640254825896 [GeV] -Cell[6,11] 1.9626781740953e-06 [GeV] -Cell[14,45] 0.00048724917578465 [GeV] -Cell[14,46] 0.00069447694856626 [GeV] -Cell[14,47] 7.3677794041487e-06 [GeV] -Cell[14,0] 5.263773346087e-10 [GeV] -Cell[8,18] 2.8039772005286e-06 [GeV] -Cell[17,15] 8.1585080104787e-05 [GeV] -Cell[17,16] 3.9664253485512e-05 [GeV] -Cell[6,42] 3.1953502222791e-05 [GeV] -Cell[5,15] 4.7034834037731e-06 [GeV] -Cell[8,4] 2.5977027462432e-09 [GeV] -Cell[17,24] 5.4695905419067e-08 [GeV] -Cell[16,23] 2.5905706791036e-06 [GeV] -Cell[3,30] 0.0022243747209437 [GeV] -Cell[5,12] 0.011676915131612 [GeV] -Cell[3,31] 0.00076952773927258 [GeV] -Cell[4,14] 0.0010367234977247 [GeV] -Cell[4,13] 0.0069533637868904 [GeV] -### Total energy deposition in calorimeter by a source track in 60 cells : 0.33825475926094 (GeV) - -Source track ID 5108 (proton,1.064005230558[GeV]) at (185.28008537244,-464.40423120853,-323.73291114647) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[9,19] 2.0366869380382e-05 [GeV] -Cell[8,41] 0.00010950406274151 [GeV] -Cell[8,40] 0.00034750553983588 [GeV] -Cell[8,38] 0.087117165752186 [GeV] -Cell[4,42] 1.0995242856779e-05 [GeV] -Cell[4,43] 0.00086999835546806 [GeV] -Cell[5,43] 1.323804229969e-07 [GeV] -Cell[9,41] 1.5077405350894e-08 [GeV] -Cell[9,40] 0.00029174554858355 [GeV] -Cell[9,42] 2.6107662733921e-09 [GeV] -Cell[5,42] 5.2681879094507e-07 [GeV] -Cell[8,39] 0.0024753484280083 [GeV] -Cell[5,33] 1.0479188960744e-05 [GeV] -Cell[9,20] 7.4090216603508e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 14 cells : 0.091261194897067 (GeV) - -Source track ID 5109 (neutron,0.97469878135098[GeV]) at (-327.73799731036,-377.60800457485,-649.67964999547) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,9] 0.00096330569635029 [GeV] -Cell[8,8] 0.001509034602232 [GeV] -Cell[8,7] 4.7944785037544e-06 [GeV] -Cell[7,33] 0.0011272227070992 [GeV] -Cell[7,10] 8.6276402487329e-07 [GeV] -Cell[7,9] 3.7513045754167e-09 [GeV] -Cell[8,40] 2.3551133926958e-06 [GeV] -Cell[2,10] 3.8518962639955e-07 [GeV] -Cell[6,31] 0.0017133953576698 [GeV] -Cell[7,32] 1.8880782881752e-05 [GeV] -Cell[6,30] 0.0040243762759984 [GeV] -Cell[8,43] 2.4725098337512e-06 [GeV] -Cell[2,11] 5.7680671156277e-05 [GeV] -Cell[1,11] 6.7461250016095e-05 [GeV] -Cell[7,38] 1.6829883679748e-06 [GeV] -Cell[9,21] 9.9078009365257e-05 [GeV] -Cell[6,33] 1.2011466751574e-05 [GeV] -Cell[7,34] 3.3440301194787e-11 [GeV] -### Total energy deposition in calorimeter by a source track in 18 cells : 0.009605003648015 (GeV) - -Source track ID 5110 (proton,0.9652435614822[GeV]) at (-496.30471373411,60.676446215154,-682.25092105431) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,23] 0.026971548482198 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.026971548482198 (GeV) +Source track ID 4303 (gamma,0.13885684299554[GeV]) at (475.10691145523,-155.79930258982,345.33260344403) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[11,45] 0.11505121570622 [GeV] +Cell[12,45] 0.0013574917162901 [GeV] +Cell[12,46] 0.0020909831372467 [GeV] +Cell[11,47] 0.011395197294642 [GeV] +Cell[11,46] 0.0015940721243553 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.13148895997876 (GeV) + +Source track ID 4205 (gamma,0.1484777566564[GeV]) at (-237.22761058828,440.13981957394,-159.00519775578) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[8,15] 0.00020850959857431 [GeV] +Cell[12,10] 0.0001882233600153 [GeV] +Cell[12,22] 0.0037588625429221 [GeV] +Cell[14,27] 0.0037588708023194 [GeV] +Cell[9,15] 0.12812986252378 [GeV] +Cell[6,0] 0.0015451777163388 [GeV] +Cell[8,38] 0.00064582131767291 [GeV] +Cell[9,14] 0.0085080415222476 [GeV] +Cell[9,16] 0.0011127363056278 [GeV] +Cell[6,29] 0.0002814129174113 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.14813751860691 (GeV) + +Source track ID 4206 (gamma,0.20137908385321[GeV]) at (152.32666569235,476.23165257997,-66.015725519364) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[9,9] 0.19561385046003 [GeV] +Cell[9,10] 0.00528642372884 [GeV] +Cell[8,6] 7.3081496558854e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.20097335568543 (GeV) -Source track ID 5111 (proton,0.95831807310905[GeV]) at (-326.4527685458,-378.71967193266,-472.9561231725) +Source track ID 4193 (pi-,0.39878825001736[GeV]) at (389.2065016604,-313.8762480107,368.16576594145) +Original primary track ID 29 (unknown,1.6025887774154[GeV]) +Cell[12,44] 0.2294162156319 [GeV] +Cell[11,43] 0.038999551556927 [GeV] +Cell[12,45] 0.0024820398450053 [GeV] +Cell[13,45] 0.0019765155094759 [GeV] +Cell[13,44] 0.00018320714347919 [GeV] +Cell[13,43] 3.5970432767499e-05 [GeV] +Cell[12,43] 0.055145084878805 [GeV] +Cell[11,42] 0.024322978933044 [GeV] +Cell[12,42] 5.1339156925678e-11 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.35256156398275 (GeV) + +Source track ID 4185 (gamma,0.094503470007519[GeV]) at (318.07142259073,385.78565309133,-1059.6704345102) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,30] 0.020046060109053 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.020046060109053 (GeV) +Cell[4,7] 0.011511463537279 [GeV] +Cell[4,6] 0.08299200647024 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.094503470007518 (GeV) -Source track ID 5112 (neutron,0.95280765531774[GeV]) at (-367.97569385984,338.51719118587,-950.81426800642) +Source track ID 4135 (pi+,0.3320035210342[GeV]) at (204.5533476899,456.24327715469,-1579.9971533814) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,40] 8.6602625125352e-06 [GeV] -Cell[2,40] 5.543209604582e-05 [GeV] -Cell[2,41] 0.00017473894843977 [GeV] -Cell[2,39] 2.1621775467793e-06 [GeV] -Cell[5,17] 0.00093391190978905 [GeV] -Cell[4,18] 7.820451750149e-07 [GeV] -Cell[5,18] 0.0036589070926471 [GeV] -Cell[4,17] 0.0010107698263348 [GeV] -Cell[2,42] 4.4095451303292e-06 [GeV] -Cell[3,39] 1.363818902496e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.0058634120926462 (GeV) - -Source track ID 5113 (neutron,0.95156181488161[GeV]) at (-494.63985411857,-73.016537288203,-647.09864308437) +Cell[8,5] 4.1374430566066e-09 [GeV] +Cell[8,4] 1.1656053823117e-07 [GeV] +Cell[3,2] 1.179521958079e-06 [GeV] +Cell[0,42] 1.0979673343172e-05 [GeV] +Cell[1,22] 1.1285150045296e-05 [GeV] +Cell[1,8] 0.033921274531525 [GeV] +Cell[1,7] 0.0014109348388807 [GeV] +Cell[2,15] 1.7710623296807e-09 [GeV] +Cell[5,43] 5.6793127441779e-08 [GeV] +Cell[2,21] 0.0020323865841298 [GeV] +Cell[2,20] 0.0015185550967521 [GeV] +Cell[2,22] 1.952266599119e-07 [GeV] +Cell[1,19] 3.5724107874557e-08 [GeV] +Cell[5,24] 0.072665421883531 [GeV] +Cell[2,7] 2.0293250330724e-05 [GeV] +Cell[1,9] 1.7208007329828e-07 [GeV] +Cell[1,42] 1.597060990548e-06 [GeV] +Cell[3,15] 9.4400078523904e-08 [GeV] +Cell[4,30] 1.2009995407425e-07 [GeV] +Cell[2,16] 6.5520200109859e-08 [GeV] +Cell[8,2] 9.790049064577e-06 [GeV] +Cell[8,21] 1.6607248107903e-07 [GeV] +Cell[2,8] 0.028729738751699 [GeV] +Cell[0,29] 0.00029654000115374 [GeV] +Cell[0,28] 0.00042590634770465 [GeV] +Cell[8,3] 1.8747936701402e-07 [GeV] +Cell[1,16] 5.7758965106132e-06 [GeV] +Cell[0,43] 0.0068664101842457 [GeV] +Cell[2,19] 0.00039394245818664 [GeV] +Cell[3,1] 1.907444675453e-08 [GeV] +Cell[0,32] 2.9156915843487e-08 [GeV] +Cell[2,44] 1.5439045413359e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 32 cells : 0.14832481928105 (GeV) + +Source track ID 4136 (pi-,0.61475512165314[GeV]) at (84.527792104224,492.80325928507,-890.62544625938) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,27] 6.6720744030135e-08 [GeV] -Cell[7,26] 0.0012844450013408 [GeV] -Cell[6,26] 0.00086309945762525 [GeV] -Cell[6,25] 9.9070559547954e-05 [GeV] -Cell[6,27] 0.0029835441924556 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.0052302259317136 (GeV) - -Source track ID 5116 (neutron,0.9453417553991[GeV]) at (-55.128416664066,-496.95156471845,-930.09367433769) +Cell[5,9] 1.4979339371166e-05 [GeV] +Cell[5,8] 0.00046576353571743 [GeV] +Cell[5,10] 0.068552673958 [GeV] +Cell[4,9] 0.0067685242064615 [GeV] +Cell[6,14] 0.00024800610574698 [GeV] +Cell[6,13] 0.00090809421124709 [GeV] +Cell[3,8] 0.0019806393581011 [GeV] +Cell[3,7] 0.00053143736348261 [GeV] +Cell[2,10] 0.00018880748449646 [GeV] +Cell[2,7] 6.8069184963633e-05 [GeV] +Cell[2,9] 0.00011029306639978 [GeV] +Cell[3,10] 5.8724232908389e-06 [GeV] +Cell[4,12] 0.0019924173981492 [GeV] +Cell[4,11] 0.20663028151634 [GeV] +Cell[3,11] 0.00056267452135182 [GeV] +Cell[3,9] 0.027984876770145 [GeV] +Cell[5,13] 0.0030197513693312 [GeV] +Cell[4,10] 0.0039819922531254 [GeV] +Cell[4,13] 0.01553100288427 [GeV] +Cell[2,8] 0.00023315556434147 [GeV] +Cell[5,11] 0.058556905635676 [GeV] +Cell[4,14] 0.0028546943157861 [GeV] +### Total energy deposition in calorimeter by a source track in 22 cells : 0.40119091246579 (GeV) + +Source track ID 2674 (pi+,0.42336898179292[GeV]) at (-378.49001402994,326.71900660907,-1087.3138806622) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,36] 0.0054673538736042 [GeV] -Cell[5,37] 0.00022455366879308 [GeV] -Cell[5,35] 5.0080374930985e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.0056969155798904 (GeV) - -Source track ID 5117 (gamma,0.00024823371805505[GeV]) at (498.8484892062,33.914374779642,-1425.9294437599) +Cell[6,46] 0.0085367633663416 [GeV] +Cell[9,42] 2.609190696603e-07 [GeV] +Cell[9,43] 0.00042554015547921 [GeV] +Cell[12,44] 1.5674565268455e-05 [GeV] +Cell[11,44] 8.140159195591e-08 [GeV] +Cell[5,17] 0.0011851120063127 [GeV] +Cell[4,18] 0.068450961446858 [GeV] +Cell[4,17] 0.23575928167353 [GeV] +Cell[4,16] 0.029064480815027 [GeV] +Cell[4,4] 0.00096083197106317 [GeV] +Cell[5,46] 0.00010014473645151 [GeV] +Cell[6,47] 0.0019604873293301 [GeV] +Cell[5,0] 0.0014963221456663 [GeV] +Cell[5,47] 0.0065857664442033 [GeV] +Cell[12,43] 3.8575221168912e-05 [GeV] +Cell[9,22] 0.0011583389421792 [GeV] +Cell[12,42] 1.4495058312946e-05 [GeV] +Cell[6,45] 0.0005993271974952 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.35635244539535 (GeV) + +Source track ID 4093 (pi-,0.4937205340038[GeV]) at (312.13155708111,-390.60708016385,-961.45452905725) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[2,0] 0.00024823371805505 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00024823371805505 (GeV) - -Source track ID 5067 (pi-,0.4937221057664[GeV]) at (309.82905962012,-392.43592319628,-957.44753059329) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[6,29] 4.8366986447945e-08 [GeV] -Cell[4,10] 1.0110818548128e-05 [GeV] -Cell[7,41] 7.3376371292397e-06 [GeV] -Cell[7,7] 4.0851124707842e-05 [GeV] -Cell[7,35] 0.00019051842976637 [GeV] -Cell[7,27] 0.00024642265122327 [GeV] -Cell[7,28] 6.0203274770174e-06 [GeV] -Cell[8,17] 9.8348885795758e-06 [GeV] -Cell[2,17] 0.0064176400983803 [GeV] -Cell[8,0] 8.5436935187317e-06 [GeV] -Cell[5,47] 2.0700031200249e-09 [GeV] -Cell[7,18] 1.0517828172851e-08 [GeV] -Cell[9,43] 9.1855107783658e-06 [GeV] -Cell[7,17] 1.1014059816716e-05 [GeV] -Cell[13,28] 1.7601134197321e-05 [GeV] -Cell[4,42] 0.00080852986782315 [GeV] -Cell[4,43] 0.00024847096070494 [GeV] -Cell[4,44] 0.0026357784246925 [GeV] -Cell[4,47] 0.00083254122030485 [GeV] -Cell[6,20] 8.8997105194721e-06 [GeV] -Cell[5,21] 0.000143093284722 [GeV] -Cell[4,19] 0.00091868655584551 [GeV] -Cell[7,30] 9.6613966576342e-06 [GeV] -Cell[5,43] 1.823110489704e-05 [GeV] -Cell[6,1] 1.1779180000303e-05 [GeV] -Cell[3,40] 0.0051133168759652 [GeV] -Cell[2,40] 1.6108070390146e-06 [GeV] -Cell[2,41] 8.0545478881504e-06 [GeV] -Cell[7,29] 4.3045612983406e-08 [GeV] -Cell[6,31] 0.0022230562248433 [GeV] -Cell[6,30] 4.5433539850137e-06 [GeV] -Cell[4,41] 0.13490916971584 [GeV] -Cell[3,41] 0.00093584895935101 [GeV] -Cell[5,17] 0.00032270256228719 [GeV] -Cell[8,43] 1.1145177442813e-05 [GeV] -Cell[4,16] 6.1203291406855e-06 [GeV] -Cell[6,27] 0.00027781714623154 [GeV] -Cell[5,16] 0.00024735524744494 [GeV] -Cell[3,32] 0.0032736224897763 [GeV] -Cell[3,45] 0.036546324612199 [GeV] -Cell[5,42] 0.00067870111275522 [GeV] -Cell[5,41] 0.067348808047552 [GeV] -Cell[2,16] 7.7449536009226e-05 [GeV] -Cell[2,22] 4.4383025902789e-05 [GeV] -Cell[2,32] 0.0021246700146045 [GeV] -Cell[4,22] 1.558726595249e-06 [GeV] -Cell[3,0] 3.0278737511821e-05 [GeV] -Cell[3,38] 6.9030059385113e-06 [GeV] -Cell[5,40] 0.0017874009983104 [GeV] -Cell[1,29] 0.001734189944683 [GeV] -Cell[3,47] 0.00024656944612354 [GeV] -Cell[1,3] 0.0009900144273779 [GeV] -Cell[3,42] 2.6215362595394e-08 [GeV] -Cell[1,30] 2.651072331355e-05 [GeV] -Cell[3,39] 0.00049207087603986 [GeV] -Cell[2,37] 1.2267450714717e-05 [GeV] -Cell[3,46] 0.0056982460719101 [GeV] -Cell[7,40] 3.1616090564057e-07 [GeV] -Cell[5,13] 6.4013156224973e-06 [GeV] -Cell[11,18] 1.6112728335429e-06 [GeV] -Cell[11,17] 8.7631199858151e-07 [GeV] -Cell[12,45] 3.4978645271622e-07 [GeV] -Cell[12,44] 6.3968855600251e-05 [GeV] -Cell[12,13] 1.3642424542923e-05 [GeV] -Cell[6,18] 1.0047560586827e-05 [GeV] -Cell[6,17] 2.598750506877e-05 [GeV] -Cell[4,40] 0.00088253024578728 [GeV] -Cell[5,44] 3.4363487173323e-05 [GeV] -Cell[5,22] 1.38230980956e-05 [GeV] -Cell[18,30] 0.0024635946502679 [GeV] -Cell[10,18] 0.0009878600913471 [GeV] -Cell[5,27] 1.0087424481753e-05 [GeV] -Cell[4,45] 0.00059320114341259 [GeV] -Cell[3,31] 0.001598548332694 [GeV] -Cell[7,34] 0.00041600178547856 [GeV] -Cell[1,38] 0.00012770156740078 [GeV] -Cell[18,31] 1.2780961909129e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 77 cells : 0.28505528647252 (GeV) - -Source track ID 5068 (pi+,1.8607759867074[GeV]) at (-197.34131315697,459.4087571232,-617.88836230729) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,11] 6.0260828846367e-05 [GeV] -Cell[7,13] 0.0081259134907078 [GeV] -Cell[8,10] 0.00022665078987893 [GeV] -Cell[8,8] 0.0044551592405321 [GeV] -Cell[9,10] 5.3850205913477e-05 [GeV] -Cell[7,10] 8.6173773891005e-06 [GeV] -Cell[8,13] 0.0044813108486778 [GeV] -Cell[7,9] 1.7519492212159e-07 [GeV] -Cell[8,45] 9.2735909902331e-08 [GeV] -Cell[8,12] 0.0022471331313497 [GeV] -Cell[7,14] 0.018899157489777 [GeV] -Cell[6,47] 4.2960920158066e-05 [GeV] -Cell[7,42] 0.0026100648675127 [GeV] -Cell[7,12] 0.0032749024431989 [GeV] -Cell[9,11] 0.00064898926371768 [GeV] -Cell[9,8] 4.862488625804e-06 [GeV] -Cell[7,15] 0.0078881199636044 [GeV] -Cell[6,12] 0.0016245031109668 [GeV] -Cell[7,25] 7.2292898494197e-09 [GeV] -Cell[7,27] 0.0013079857850695 [GeV] -Cell[7,26] 2.0800507627428e-10 [GeV] -Cell[6,26] 1.6704018840755e-05 [GeV] -Cell[6,25] 0.00074352893668623 [GeV] -Cell[7,28] 0.00044286204418529 [GeV] -Cell[7,16] 0.0018351904793401 [GeV] -Cell[8,17] 3.3742981031537e-10 [GeV] -Cell[7,46] 0.00034188862310339 [GeV] -Cell[8,41] 7.7459982712753e-06 [GeV] -Cell[4,39] 3.2661023316905e-05 [GeV] -Cell[4,36] 4.2777344899605e-06 [GeV] -Cell[8,38] 1.8177703248057e-07 [GeV] -Cell[7,43] 0.00039720834633836 [GeV] -Cell[2,38] 4.2068359778114e-07 [GeV] -Cell[10,25] 2.6691946550272e-07 [GeV] -Cell[9,33] 2.786614375168e-05 [GeV] -Cell[10,39] 2.9758641396711e-06 [GeV] -Cell[10,40] 0.00046848159766409 [GeV] -Cell[5,31] 0.0014771130902683 [GeV] -Cell[7,20] 1.6861946438439e-05 [GeV] -Cell[6,35] 3.2693738830858e-08 [GeV] -Cell[7,18] 0.0070663588353246 [GeV] -Cell[8,42] 0.0010218404297408 [GeV] -Cell[7,17] 0.0049924566031903 [GeV] -Cell[15,28] 1.0332337050158e-05 [GeV] -Cell[4,37] 0.0017895917996409 [GeV] -Cell[4,35] 6.5282157179354e-06 [GeV] -Cell[10,26] 8.1388273974881e-07 [GeV] -Cell[9,47] 0.0062449606202949 [GeV] -Cell[9,0] 4.1372506530024e-06 [GeV] -Cell[6,24] 0.00026975431918777 [GeV] -Cell[8,47] 0.0010520382940485 [GeV] -Cell[4,47] 1.6180730599444e-06 [GeV] -Cell[11,41] 0.001117039312492 [GeV] -Cell[11,40] 2.3695317712509e-06 [GeV] -Cell[6,20] 9.9938597062533e-05 [GeV] -Cell[5,43] 1.5412648790516e-06 [GeV] -Cell[15,29] 0.0004516916015516 [GeV] -Cell[9,34] 0.0013210366405054 [GeV] -Cell[2,39] 7.992622258007e-05 [GeV] -Cell[3,29] 1.9380193552934e-06 [GeV] -Cell[11,37] 0.00083741181444573 [GeV] -Cell[10,37] 5.2105997165199e-06 [GeV] -Cell[6,31] 1.5550133412034e-08 [GeV] -Cell[6,32] 9.570968072353e-06 [GeV] -Cell[6,46] 6.3939077563191e-07 [GeV] -Cell[3,41] 5.0514600297902e-06 [GeV] -Cell[2,45] 0.0029484756497651 [GeV] -Cell[5,17] 0.0016102563017203 [GeV] -Cell[8,14] 0.0021406401191281 [GeV] -Cell[9,41] 0.0009640764948266 [GeV] -Cell[8,34] 4.2047872739204e-11 [GeV] -Cell[9,42] 0.00078773582837096 [GeV] -Cell[4,15] 3.2459502108395e-10 [GeV] -Cell[8,43] 8.1424484355921e-05 [GeV] -Cell[8,44] 8.3313069569613e-07 [GeV] -Cell[5,34] 0.00072418502069377 [GeV] -Cell[4,16] 6.9667563593612e-09 [GeV] -Cell[5,14] 0.0093840628381798 [GeV] -Cell[2,3] 0.00025776884955087 [GeV] -Cell[5,2] 4.3312613561284e-06 [GeV] -Cell[2,44] 0.0015825594245728 [GeV] -Cell[5,16] 0.0071488683180206 [GeV] -Cell[1,10] 1.8569498497527e-06 [GeV] -Cell[2,4] 3.0948082132682e-05 [GeV] -Cell[2,5] 2.4060012026439e-06 [GeV] -Cell[0,46] 0.00019601098129647 [GeV] -Cell[4,31] 0.00095780273050212 [GeV] -Cell[2,2] 0.0004480984669807 [GeV] -Cell[5,35] 6.8776921580138e-10 [GeV] -Cell[5,30] 1.5940624900395e-05 [GeV] -Cell[3,38] 7.302270969376e-07 [GeV] -Cell[5,46] 7.7478023285948e-10 [GeV] -Cell[3,23] 5.3467994690095e-05 [GeV] -Cell[0,45] 2.3997371022233e-06 [GeV] -Cell[6,13] 0.0081801652870067 [GeV] -Cell[6,14] 0.32975587164441 [GeV] -Cell[7,44] 1.1784558591899e-06 [GeV] -Cell[5,13] 5.3795601968432e-07 [GeV] -Cell[6,11] 7.5859831577645e-05 [GeV] -Cell[6,4] 2.91606062965e-05 [GeV] -Cell[8,20] 3.8063879677793e-05 [GeV] -Cell[10,38] 4.4355586200254e-05 [GeV] -Cell[8,18] 1.1182832508894e-08 [GeV] -Cell[10,13] 4.2367244896013e-06 [GeV] -Cell[16,47] 6.7683881497942e-06 [GeV] -Cell[6,18] 8.5716948308345e-07 [GeV] -Cell[6,17] 0.0026649180414947 [GeV] -Cell[8,39] 4.8177276994465e-09 [GeV] -Cell[6,19] 5.1958187832497e-06 [GeV] -Cell[8,33] 1.5171480322351e-07 [GeV] -Cell[5,15] 0.0024298057917037 [GeV] -Cell[7,19] 0.0031191143735502 [GeV] -Cell[4,38] 0.00085673482078914 [GeV] -Cell[6,16] 0.37502773300503 [GeV] -Cell[5,12] 1.924148807575e-08 [GeV] -Cell[6,15] 0.39784624641466 [GeV] -Cell[9,1] 3.1530639826087e-05 [GeV] -Cell[5,32] 3.444784705539e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 118 cells : 1.237668655058 (GeV) - -Source track ID 5065 (gamma,1.5112205487345[GeV]) at (-499.81457207558,13.615929674816,-1633.5784615142) +Cell[6,38] 6.9500429943673e-05 [GeV] +Cell[4,38] 0.0016630968518057 [GeV] +Cell[4,39] 0.00011716420076732 [GeV] +Cell[6,39] 0.00052102740267344 [GeV] +Cell[4,42] 0.1418538786074 [GeV] +Cell[10,23] 0.002137773830514 [GeV] +Cell[10,24] 0.0012290935810555 [GeV] +Cell[6,32] 0.0042606612335323 [GeV] +Cell[4,43] 0.00047910674983355 [GeV] +Cell[5,38] 5.8446615940625e-05 [GeV] +Cell[6,44] 0.001291577567829 [GeV] +Cell[5,43] 0.0031084682804741 [GeV] +Cell[2,25] 9.3881775683258e-06 [GeV] +Cell[5,25] 3.0740551437702e-09 [GeV] +Cell[5,26] 3.1389608187737e-06 [GeV] +Cell[4,23] 0.00078169208053964 [GeV] +Cell[4,22] 0.00035914759285947 [GeV] +Cell[3,25] 2.9777690942865e-06 [GeV] +Cell[2,24] 7.2002398374025e-06 [GeV] +Cell[4,40] 0.0014991076097563 [GeV] +Cell[5,39] 6.2304010771186e-07 [GeV] +Cell[5,40] 5.180209261016e-05 [GeV] +Cell[4,41] 0.14513981855083 [GeV] +Cell[5,42] 0.0048919450376909 [GeV] +Cell[5,41] 0.056270497942504 [GeV] +Cell[3,38] 0.00049433185434191 [GeV] +Cell[2,28] 0.0023897027033002 [GeV] +### Total energy deposition in calorimeter by a source track in 27 cells : 0.36869117207769 (GeV) + +Source track ID 4094 (pi+,1.8609125347467[GeV]) at (-197.55811689223,459.31556739348,-618.09044117734) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,45] 0.00021420993057443 [GeV] -Cell[1,25] 0.0023219385055468 [GeV] -Cell[2,25] 0.00086028622579447 [GeV] -Cell[10,39] 0.00063735933540216 [GeV] -Cell[5,45] 0.0036017048815586 [GeV] -Cell[4,43] 0.00051099891 [GeV] -Cell[2,10] 0.00054509293756587 [GeV] -Cell[2,41] 0.00044715883696756 [GeV] -Cell[2,46] 0.00051099891 [GeV] -Cell[4,2] 0.00037126097125222 [GeV] -Cell[7,1] 0.00070257159927916 [GeV] -Cell[1,24] 0.051306174978848 [GeV] -Cell[0,24] 0.0031871868971674 [GeV] -Cell[0,19] 0.001919461099779 [GeV] -Cell[1,23] 1.3785058608207 [GeV] -Cell[0,23] 0.009743386022705 [GeV] -Cell[1,22] 0.0015978586578022 [GeV] -Cell[0,6] 0.002351793550095 [GeV] -Cell[0,4] 0.00051099891 [GeV] -Cell[0,25] 0.00025868285163501 [GeV] -Cell[0,18] 0.0020864919938144 [GeV] -Cell[3,5] 0.00041063294245261 [GeV] -Cell[1,18] 0.0014715673356282 [GeV] -Cell[3,10] 0.00051099891 [GeV] -Cell[1,8] 0.00039446381524938 [GeV] -Cell[3,3] 0.00051099891 [GeV] -Cell[0,36] 0.0013950540891764 [GeV] -Cell[3,33] 0.0013496323705929 [GeV] -Cell[3,34] 0.00066761933730568 [GeV] -Cell[3,32] 0.0012201120318272 [GeV] -Cell[3,35] 0.00023252257971461 [GeV] -Cell[1,46] 0.0021031656290706 [GeV] -Cell[1,47] 0.00038555643900904 [GeV] -Cell[2,47] 0.0016846163819421 [GeV] -Cell[4,0] 0.00079606804406176 [GeV] -Cell[2,11] 0.00039780478679134 [GeV] -Cell[2,0] 0.0038795462707362 [GeV] -Cell[0,13] 0.00051099891 [GeV] -Cell[0,14] 0.00060366830891642 [GeV] -Cell[4,1] 0.00040484054201874 [GeV] -Cell[3,9] 0.0019058467865466 [GeV] -Cell[0,47] 0.00071140849412908 [GeV] -Cell[2,36] 0.00047111470226097 [GeV] -Cell[0,41] 0.00051099891 [GeV] -Cell[0,35] 0.0041987441541805 [GeV] -Cell[2,15] 0.0010226849719759 [GeV] -Cell[0,1] 0.00043935637146959 [GeV] -### Total energy deposition in calorimeter by a source track in 47 cells : 1.4903814988516 (GeV) - -Source track ID 5066 (gamma,2.1679106429722[GeV]) at (-488.39602897378,-107.09490596027,-1544.0566821353) +Cell[6,46] 0.00014908707803284 [GeV] +Cell[7,1] 0.0021141199151091 [GeV] +Cell[7,0] 0.00091616415772796 [GeV] +Cell[7,32] 2.64307189791e-05 [GeV] +Cell[6,35] 4.6694530988134e-07 [GeV] +Cell[7,7] 1.837020914536e-06 [GeV] +Cell[8,35] 0.00024250734547536 [GeV] +Cell[7,30] 1.8719716143096e-05 [GeV] +Cell[7,17] 0.0026380694191972 [GeV] +Cell[6,31] 1.6305503348121e-05 [GeV] +Cell[8,13] 9.8875783566408e-05 [GeV] +Cell[7,13] 0.00038232107363547 [GeV] +Cell[4,46] 0.0081321087142605 [GeV] +Cell[10,6] 3.1346462783404e-06 [GeV] +Cell[6,22] 0.00040982776681906 [GeV] +Cell[5,21] 0.0010586114556654 [GeV] +Cell[7,47] 8.2064761386391e-08 [GeV] +Cell[3,2] 3.2073127971785e-05 [GeV] +Cell[7,27] 0.0012932449250419 [GeV] +Cell[3,28] 0.0013170749590174 [GeV] +Cell[4,44] 0.0069731203015177 [GeV] +Cell[7,37] 0.0027383875283521 [GeV] +Cell[4,42] 0.0001007555150718 [GeV] +Cell[11,32] 1.6387707546528e-09 [GeV] +Cell[13,8] 0.00051099891 [GeV] +Cell[4,2] 2.3371978500109e-08 [GeV] +Cell[11,22] 0.00036406843813487 [GeV] +Cell[11,37] 0.0016861530813792 [GeV] +Cell[11,36] 0.0012967915531679 [GeV] +Cell[11,35] 0.0022230756256452 [GeV] +Cell[10,20] 0.00042369502122241 [GeV] +Cell[7,31] 2.9667761409655e-05 [GeV] +Cell[10,17] 0.00030482021456373 [GeV] +Cell[10,35] 0.00013813659644438 [GeV] +Cell[9,18] 0.00031091434096413 [GeV] +Cell[9,17] 1.2083619367331e-09 [GeV] +Cell[9,19] 3.8501617143538e-05 [GeV] +Cell[9,29] 5.4915150394663e-07 [GeV] +Cell[10,29] 2.4751157545779e-06 [GeV] +Cell[10,30] 0.00015230033034027 [GeV] +Cell[5,10] 5.7807483244687e-11 [GeV] +Cell[8,32] 1.4076875027968e-05 [GeV] +Cell[8,33] 0.0002529333922613 [GeV] +Cell[8,29] 2.4028031970374e-05 [GeV] +Cell[8,28] 0.00033180975427217 [GeV] +Cell[7,29] 4.1279954224592e-05 [GeV] +Cell[8,30] 0.00081721771786956 [GeV] +Cell[6,19] 6.7873674099587e-05 [GeV] +Cell[3,29] 0.00028646756907074 [GeV] +Cell[8,34] 0.001104438260413 [GeV] +Cell[7,36] 0.001686734919002 [GeV] +Cell[6,14] 0.038858090418872 [GeV] +Cell[6,13] 0.0016811484106522 [GeV] +Cell[6,12] 0.00051572728028782 [GeV] +Cell[10,33] 0.00082575729772384 [GeV] +Cell[11,33] 6.8296299790518e-06 [GeV] +Cell[10,32] 3.6576769650878e-05 [GeV] +Cell[12,33] 0.001289612500696 [GeV] +Cell[5,18] 9.8106227233075e-06 [GeV] +Cell[5,16] 7.1461474363446e-05 [GeV] +Cell[4,18] 2.0450123818591e-05 [GeV] +Cell[3,18] 2.9439159733329e-06 [GeV] +Cell[4,19] 9.8392979707569e-06 [GeV] +Cell[6,3] 1.1239541345276e-07 [GeV] +Cell[1,28] 3.0446919554379e-06 [GeV] +Cell[0,8] 0.00069930761519606 [GeV] +Cell[0,9] 0.00081763845502599 [GeV] +Cell[0,10] 2.4153644713806e-05 [GeV] +Cell[3,8] 2.2568707121536e-05 [GeV] +Cell[6,44] 0.0010713793817769 [GeV] +Cell[6,43] 2.6682139325658e-06 [GeV] +Cell[3,7] 3.097624250222e-05 [GeV] +Cell[4,45] 2.2406368634279e-05 [GeV] +Cell[2,3] 0.00026598125660837 [GeV] +Cell[3,46] 0.021457044060206 [GeV] +Cell[3,45] 9.5858236467734e-05 [GeV] +Cell[4,47] 4.5058255491313e-06 [GeV] +Cell[2,4] 8.8881898136606e-08 [GeV] +Cell[3,40] 0.00085881099155813 [GeV] +Cell[3,19] 0.0014741926100608 [GeV] +Cell[6,36] 4.97781709729e-05 [GeV] +Cell[4,0] 4.4811220141128e-06 [GeV] +Cell[7,45] 9.2652101102431e-10 [GeV] +Cell[7,46] 0.00055360630319944 [GeV] +Cell[4,28] 0.0056003241945822 [GeV] +Cell[5,29] 0.0031192347938018 [GeV] +Cell[5,40] 6.9308600504883e-06 [GeV] +Cell[4,41] 0.00078036033114222 [GeV] +Cell[3,41] 0.0026942592974996 [GeV] +Cell[11,43] 0.0019151513406068 [GeV] +Cell[6,2] 0.0017812250938689 [GeV] +Cell[6,0] 1.0186152852839e-05 [GeV] +Cell[10,37] 0.0067646113241929 [GeV] +Cell[7,2] 5.8897989425759e-06 [GeV] +Cell[8,2] 0.0021698702883084 [GeV] +Cell[10,38] 0.00054699660777271 [GeV] +Cell[11,39] 1.6800593584776e-08 [GeV] +Cell[10,39] 9.2912741348982e-05 [GeV] +Cell[7,15] 0.0026122992403872 [GeV] +Cell[11,38] 2.7621049889603e-07 [GeV] +Cell[8,38] 1.7483085393906e-06 [GeV] +Cell[6,11] 1.8597347661853e-11 [GeV] +Cell[3,30] 0.001232443390992 [GeV] +Cell[4,11] 4.311150405556e-10 [GeV] +Cell[5,23] 0.00024497068271444 [GeV] +Cell[5,22] 1.3261233141634e-05 [GeV] +Cell[6,21] 0.022719258671202 [GeV] +Cell[6,20] 0.0040230787910263 [GeV] +Cell[8,21] 0.00026447746393751 [GeV] +Cell[10,7] 5.4345961252693e-06 [GeV] +Cell[11,16] 0.099341001233675 [GeV] +Cell[5,13] 0.002537083313135 [GeV] +Cell[5,12] 0.00019134394541084 [GeV] +Cell[4,13] 0.0014703257374179 [GeV] +Cell[6,45] 1.7680373275653e-08 [GeV] +Cell[7,25] 0.00036315207549421 [GeV] +Cell[8,46] 3.4149695352426e-08 [GeV] +Cell[6,29] 6.6778738982975e-10 [GeV] +Cell[6,16] 0.0016511494230068 [GeV] +Cell[3,31] 1.5235869126627e-05 [GeV] +Cell[3,1] 3.3283140510321e-10 [GeV] +Cell[5,11] 1.9529199430622e-05 [GeV] +Cell[4,14] 0.00031205985336248 [GeV] +Cell[2,28] 7.2390345894746e-07 [GeV] +Cell[6,15] 0.63393817565178 [GeV] +Cell[7,14] 0.006863588720228 [GeV] +Cell[4,1] 0.00047656285821029 [GeV] +Cell[7,16] 0.00087762088509885 [GeV] +Cell[7,26] 0.0020882602697926 [GeV] +Cell[8,1] 4.4147227226858e-06 [GeV] +Cell[8,37] 0.00018534045404363 [GeV] +Cell[8,36] 0.0012945617543789 [GeV] +Cell[1,1] 2.0986290076053e-07 [GeV] +Cell[2,30] 0.00028817278950828 [GeV] +Cell[3,0] 5.20737557963e-09 [GeV] +Cell[6,17] 0.0021400046490148 [GeV] +Cell[6,18] 0.00031176337764657 [GeV] +Cell[5,14] 0.013691716364545 [GeV] +Cell[5,15] 0.003255723116092 [GeV] +Cell[6,9] 2.5901159620844e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 140 cells : 0.93950810960005 (GeV) + +Source track ID 4091 (gamma,1.5112205487345[GeV]) at (-499.81457218801,13.615925547646,-1633.5784600909) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,12] 0.0027462903057786 [GeV] -Cell[1,25] 0.95038164647844 [GeV] -Cell[2,25] 1.1241356355323 [GeV] -Cell[3,36] 0.0042338810890602 [GeV] -Cell[2,7] 0.00054828022976809 [GeV] -Cell[2,6] 0.0010170886599389 [GeV] -Cell[4,6] 0.00072894479901988 [GeV] -Cell[1,34] 0.0021057738003585 [GeV] -Cell[1,35] 0.0017906235677504 [GeV] -Cell[1,24] 0.0041659418639349 [GeV] -Cell[0,20] 0.00023724663040289 [GeV] -Cell[1,22] 0.001401852043112 [GeV] -Cell[0,26] 0.00059705654733482 [GeV] -Cell[0,25] 0.023519684347662 [GeV] -Cell[0,18] 0.0011030130679117 [GeV] -Cell[5,14] 0.0028500309605033 [GeV] -Cell[2,3] 0.0012512311943168 [GeV] -Cell[1,7] 0.001541654991322 [GeV] -Cell[4,7] 0.00021745383848535 [GeV] -Cell[0,15] 0.0010158345082471 [GeV] -Cell[0,11] 0.00051682676523005 [GeV] -Cell[3,35] 0.00051099891 [GeV] -Cell[1,26] 0.011935686754116 [GeV] -Cell[3,15] 0.00094148982674616 [GeV] -Cell[1,4] 0.00024302423514902 [GeV] -Cell[2,1] 0.00071321730798795 [GeV] -Cell[2,26] 0.0058860544296288 [GeV] -Cell[1,1] 0.00054047459989138 [GeV] -Cell[2,24] 0.0027791050286919 [GeV] -Cell[16,1] 0.00051099891 [GeV] -Cell[0,1] 0.0025547750273313 [GeV] -### Total energy deposition in calorimeter by a source track in 31 cells : 2.1527218162504 (GeV) - -Source track ID 5025 (pi-,0.39138162242658[GeV]) at (-224.35553848576,446.83844099491,-1618.5462298556) +Cell[8,9] 0.00037567531951204 [GeV] +Cell[9,9] 0.0014589077994654 [GeV] +Cell[4,2] 0.00048398628881455 [GeV] +Cell[0,42] 0.00039096877652359 [GeV] +Cell[0,5] 0.00051099891 [GeV] +Cell[1,22] 0.0069217618647174 [GeV] +Cell[1,23] 1.3921590276694 [GeV] +Cell[1,24] 0.038242958601679 [GeV] +Cell[0,23] 0.0030156535160919 [GeV] +Cell[0,9] 0.00038124123416774 [GeV] +Cell[0,44] 0.00027708013325129 [GeV] +Cell[2,14] 0.003784672616713 [GeV] +Cell[0,21] 0.00031654004777289 [GeV] +Cell[2,22] 3.7080159927762e-06 [GeV] +Cell[0,30] 0.0013760580594125 [GeV] +Cell[1,13] 0.00040597422766785 [GeV] +Cell[1,25] 0.0012541313262872 [GeV] +Cell[2,26] 0.0021007998539271 [GeV] +Cell[0,6] 0.00051099891 [GeV] +Cell[5,24] 0.00015576578318598 [GeV] +Cell[2,13] 0.00070222437232342 [GeV] +Cell[3,42] 2.9841496999461e-05 [GeV] +Cell[1,9] 0.00051099891 [GeV] +Cell[0,22] 0.0047015773492482 [GeV] +Cell[1,4] 0.0009723360672559 [GeV] +Cell[1,0] 0.00042003188482493 [GeV] +Cell[1,11] 0.0022457995897626 [GeV] +Cell[3,19] 0.00016722102957234 [GeV] +Cell[0,12] 0.00051099891 [GeV] +Cell[0,47] 0.00055922581119507 [GeV] +Cell[2,23] 0.0052106131903791 [GeV] +Cell[4,0] 0.00089144440904053 [GeV] +Cell[3,47] 0.0021329708665562 [GeV] +Cell[2,47] 0.00051099891 [GeV] +Cell[4,28] 0.0001862519901962 [GeV] +Cell[3,11] 0.00051099891 [GeV] +Cell[1,46] 0.0028322670558483 [GeV] +Cell[0,29] 0.00080918225231238 [GeV] +Cell[1,1] 0.00051099891 [GeV] +Cell[2,0] 0.00052003540985695 [GeV] +Cell[9,35] 0.00035224811642288 [GeV] +### Total energy deposition in calorimeter by a source track in 41 cells : 1.4794151743964 (GeV) + +Source track ID 4092 (gamma,2.1679106429722[GeV]) at (-488.39602955942,-107.09490328952,-1544.0566852004) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[1,21] 9.3777384386158e-06 [GeV] -Cell[1,20] 0.0002575278616963 [GeV] -Cell[1,19] 0.00010420151797791 [GeV] -Cell[2,3] 0.00037022234010662 [GeV] -Cell[1,2] 7.9813190518166e-05 [GeV] -Cell[1,0] 0.010718196654231 [GeV] -Cell[1,47] 0.0018702456877756 [GeV] -Cell[2,47] 2.0532607974019e-05 [GeV] -Cell[2,2] 0.00092062921898738 [GeV] -Cell[2,1] 0.14292850134248 [GeV] -Cell[2,0] 0.038345526207775 [GeV] -Cell[1,15] 0.14843385846958 [GeV] -Cell[1,1] 0.00015400348594801 [GeV] -Cell[0,1] 3.2144439786748e-05 [GeV] -Cell[2,34] 0.0022385512966612 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.34648333205994 (GeV) - -Source track ID 4998 (pi+,4.0201145966647[GeV]) at (-418.65608108641,-273.36255370729,-1790.7114001931) +Cell[9,10] 0.0056099889697491 [GeV] +Cell[7,7] 0.0027872852385201 [GeV] +Cell[3,39] 0.00051099891 [GeV] +Cell[15,10] 0.0011002369275233 [GeV] +Cell[10,35] 9.8624726924543e-05 [GeV] +Cell[4,8] 0.00051099891 [GeV] +Cell[5,16] 0.00048134372903813 [GeV] +Cell[4,19] 0.003694557513489 [GeV] +Cell[4,43] 0.00046147654724322 [GeV] +Cell[0,7] 0.0050363162416052 [GeV] +Cell[0,5] 8.2032771836928e-05 [GeV] +Cell[1,24] 0.010380880726494 [GeV] +Cell[2,41] 0.00051099891 [GeV] +Cell[1,7] 0.00022512121053853 [GeV] +Cell[2,14] 0.00039135979456857 [GeV] +Cell[6,44] 0.00048207300410761 [GeV] +Cell[0,26] 0.0042321417126339 [GeV] +Cell[2,21] 0.0027547583514792 [GeV] +Cell[1,13] 0.00057548159865248 [GeV] +Cell[2,25] 1.7109556260928 [GeV] +Cell[1,25] 0.23265606937262 [GeV] +Cell[2,26] 0.022256415417372 [GeV] +Cell[3,46] 0.0020043305759855 [GeV] +Cell[3,45] 0.00016667792418494 [GeV] +Cell[0,6] 0.00062113666219796 [GeV] +Cell[0,4] 0.00070472004155681 [GeV] +Cell[2,13] 0.00076805907716715 [GeV] +Cell[2,45] 0.00051099891 [GeV] +Cell[3,42] 0.00051099891 [GeV] +Cell[1,26] 0.034173121941725 [GeV] +Cell[1,4] 0.00032294051889784 [GeV] +Cell[1,0] 0.0018643467904771 [GeV] +Cell[1,27] 0.00038148666220586 [GeV] +Cell[0,39] 0.00092871326637076 [GeV] +Cell[2,9] 0.00051099891 [GeV] +Cell[2,24] 0.0081465427145551 [GeV] +Cell[2,23] 0.00088627803525525 [GeV] +Cell[1,45] 0.0007073138376581 [GeV] +Cell[4,36] 0.0025037497107017 [GeV] +Cell[11,40] 0.00060992299685689 [GeV] +Cell[5,42] 0.00061132480421689 [GeV] +Cell[5,41] 0.0004403004826867 [GeV] +Cell[3,4] 0.00049122206268812 [GeV] +Cell[3,13] 0.00093702331621858 [GeV] +Cell[2,8] 0.0014800271779273 [GeV] +Cell[1,16] 0.00051099891 [GeV] +Cell[2,44] 0.00082317015046136 [GeV] +Cell[1,1] 0.0028448594983802 [GeV] +Cell[1,10] 0.0050338952583073 [GeV] +Cell[0,46] 0.00051099891 [GeV] +Cell[2,35] 0.00051099891 [GeV] +Cell[2,18] 0.00051099891 [GeV] +Cell[0,37] 0.0013901546815464 [GeV] +Cell[2,38] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 54 cells : 2.0787240961454 (GeV) + +Source track ID 4052 (pi-,0.39140766066439[GeV]) at (-230.62467111185,443.6352793394,-1632.6067878827) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,11] 6.3543543361675e-06 [GeV] -Cell[2,21] 2.1546147763729e-09 [GeV] -Cell[8,10] 1.5617109761479e-07 [GeV] -Cell[9,19] 0.00090843171663357 [GeV] -Cell[8,13] 8.5860509134363e-06 [GeV] -Cell[8,12] 0.00062115679490705 [GeV] -Cell[6,47] 0.00071672187084087 [GeV] -Cell[1,25] 8.9414295416645e-09 [GeV] -Cell[7,25] 0.00011696893008593 [GeV] -Cell[7,26] 0.00095357869675263 [GeV] -Cell[6,0] 0.003207529957547 [GeV] -Cell[7,46] 0.0034727576051891 [GeV] -Cell[5,31] 2.5562019754943e-07 [GeV] -Cell[5,45] 1.0664449655451e-07 [GeV] -Cell[7,20] 0.0011613019619281 [GeV] -Cell[8,5] 0.00027175753857999 [GeV] -Cell[1,33] 4.4911689474247e-06 [GeV] -Cell[6,8] 8.6111125710886e-06 [GeV] -Cell[9,18] 0.00069662986629987 [GeV] -Cell[9,22] 6.3784452806431e-05 [GeV] -Cell[11,4] 4.141712679484e-10 [GeV] -Cell[11,3] 0.0012024184824299 [GeV] -Cell[10,44] 0.00014111042078218 [GeV] -Cell[4,44] 0.00032764355708889 [GeV] -Cell[2,10] 3.6906788847773e-05 [GeV] -Cell[6,1] 0.0020246336942532 [GeV] -Cell[3,40] 6.3937855884433e-08 [GeV] -Cell[2,40] 0.00076244868021274 [GeV] -Cell[2,28] 1.372165002067e-09 [GeV] -Cell[2,29] 6.058685357857e-10 [GeV] -Cell[10,37] 2.8575815353179e-05 [GeV] -Cell[11,2] 0.00023827218895116 [GeV] -Cell[6,31] 1.6443664208055e-11 [GeV] -Cell[6,32] 8.7513698993007e-06 [GeV] -Cell[6,30] 4.3229857566303e-06 [GeV] -Cell[6,21] 1.6277433587675e-09 [GeV] -Cell[4,41] 0.00080735495316401 [GeV] -Cell[2,45] 6.6770791003933e-05 [GeV] -Cell[8,21] 1.475855242461e-10 [GeV] -Cell[10,33] 0.0011062842625084 [GeV] -Cell[4,18] 0.00054122126249354 [GeV] -Cell[3,18] 7.6313218160067e-06 [GeV] -Cell[17,14] 0.00018573846313188 [GeV] -Cell[7,1] 0.0029005492082792 [GeV] -Cell[7,0] 0.0056537795100454 [GeV] -Cell[0,33] 2.7140448393766e-05 [GeV] -Cell[1,34] 0.0054664997617719 [GeV] -Cell[1,35] 5.2113954639594e-05 [GeV] -Cell[1,44] 0.00054274837480193 [GeV] -Cell[1,24] 1.4915908250259e-05 [GeV] -Cell[0,20] 0.00073441329789532 [GeV] -Cell[0,19] 0.00021529621170871 [GeV] -Cell[4,23] 0.0030196495382941 [GeV] -Cell[1,22] 3.332259572926e-05 [GeV] -Cell[1,31] 0.0037899739561211 [GeV] -Cell[0,26] 0.0073224212422079 [GeV] -Cell[0,25] 0.0016146455319078 [GeV] -Cell[0,18] 0.0014057349520552 [GeV] -Cell[1,19] 7.352844113484e-08 [GeV] -Cell[6,44] 8.6994980531585e-05 [GeV] -Cell[4,16] 1.1200615495909e-05 [GeV] -Cell[4,17] 1.4490352477878e-06 [GeV] -Cell[1,42] 1.2957311810169e-09 [GeV] -Cell[2,3] 0.00091146359930929 [GeV] -Cell[4,32] 4.881192362518e-07 [GeV] -Cell[1,0] 0.00077062188154204 [GeV] -Cell[2,44] 0.00056550832492746 [GeV] -Cell[7,2] 4.7248525768396e-05 [GeV] -Cell[1,18] 1.137611689046e-06 [GeV] -Cell[1,16] 0.0019108798069641 [GeV] -Cell[3,12] 6.9824112979404e-06 [GeV] -Cell[0,17] 7.3353224433959e-07 [GeV] -Cell[1,8] 0.00032983900424347 [GeV] -Cell[1,7] 0.0060598475914585 [GeV] -Cell[3,4] 0.0017918141250718 [GeV] -Cell[2,4] 8.7791008925592e-05 [GeV] -Cell[0,36] 4.118774086237e-10 [GeV] -Cell[0,42] 0.0048845196977361 [GeV] -Cell[1,45] 0.0078934047970256 [GeV] -Cell[1,47] 5.6160930136684e-05 [GeV] -Cell[2,43] 0.0025143283519254 [GeV] -Cell[0,39] 1.3757281703874e-07 [GeV] -Cell[1,6] 9.7826705314219e-09 [GeV] -Cell[1,5] 1.4267483493313e-08 [GeV] -Cell[1,32] 3.3751481623767e-08 [GeV] -Cell[1,26] 0.018115166228277 [GeV] -Cell[0,46] 0.00052264729030742 [GeV] -Cell[0,27] 0.14304415404216 [GeV] -Cell[2,20] 8.9642126113176e-09 [GeV] -Cell[2,2] 3.2434289020443e-05 [GeV] -Cell[1,4] 2.0510200294666e-05 [GeV] -Cell[2,11] 0.0021384555952313 [GeV] -Cell[0,31] 0.011350004229777 [GeV] -Cell[0,28] 1.8882186583063 [GeV] -Cell[1,29] 0.021283258877395 [GeV] -Cell[1,14] 0.00070262230619744 [GeV] -Cell[1,30] 0.051638698413106 [GeV] -Cell[2,30] 0.00057879066242731 [GeV] -Cell[1,13] 0.0053277105471538 [GeV] -Cell[1,15] 0.00045406451946815 [GeV] -Cell[1,12] 0.001353969257528 [GeV] -Cell[3,8] 1.642678398639e-09 [GeV] -Cell[1,37] 0.0010673302408791 [GeV] -Cell[2,37] 2.2760010528145e-05 [GeV] -Cell[1,1] 0.00048305707204429 [GeV] -Cell[0,45] 0.0020494428838529 [GeV] -Cell[1,41] 6.16423235806e-06 [GeV] -Cell[7,3] 6.7102631305715e-07 [GeV] -Cell[6,3] 0.0011601778340677 [GeV] -Cell[6,2] 0.0054569112560361 [GeV] -Cell[3,9] 2.5255878631469e-07 [GeV] -Cell[13,43] 0.00069292591662846 [GeV] -Cell[10,38] 0.00081881108303673 [GeV] -Cell[8,18] 6.213059510128e-05 [GeV] -Cell[8,19] 1.5617115423083e-10 [GeV] -Cell[7,21] 0.00024666243898309 [GeV] -Cell[2,14] 2.4447217583656e-12 [GeV] -Cell[12,11] 4.3267209548503e-08 [GeV] -Cell[4,40] 2.6792157098043e-07 [GeV] -Cell[5,44] 1.3643121801124e-05 [GeV] -Cell[8,4] 7.9437011470418e-07 [GeV] -Cell[6,22] 1.064210437471e-05 [GeV] -Cell[9,21] 0.0013538030879008 [GeV] -Cell[2,31] 1.7110083190346e-06 [GeV] -Cell[0,47] 0.00027240375243923 [GeV] -Cell[4,45] 0.001075734195271 [GeV] -Cell[6,33] 0.00066694687503878 [GeV] -Cell[0,41] 0.0010561400404349 [GeV] -Cell[0,35] 6.3542187563144e-06 [GeV] -Cell[2,15] 3.3732276884848e-06 [GeV] -Cell[0,1] 0.014080732898975 [GeV] -Cell[1,28] 0.021632089380173 [GeV] -Cell[0,29] 0.02137289204771 [GeV] -Cell[0,30] 0.0019957668465416 [GeV] -Cell[1,27] 0.15082228996822 [GeV] -Cell[3,13] 1.6770709007005e-05 [GeV] -Cell[10,3] 3.7222926039249e-08 [GeV] -Cell[1,40] 2.4970958093718e-05 [GeV] -Cell[0,34] 0.0049981829586334 [GeV] -Cell[1,43] 1.851634671084e-05 [GeV] -Cell[1,36] 0.00025228603337928 [GeV] -Cell[0,2] 0.008517225003737 [GeV] -Cell[0,3] 3.1646154431655e-05 [GeV] -Cell[7,47] 0.00061268958302253 [GeV] -### Total energy deposition in calorimeter by a source track in 144 cells : 2.4661216398043 (GeV) - -Source track ID 4995 (anti_neutron,5.3948206100571[GeV]) at (-415.09134243251,-278.74572182829,-1871.4579101789) +Cell[18,26] 9.4173394609243e-07 [GeV] +Cell[1,14] 5.2773198578507e-05 [GeV] +Cell[0,15] 0.018989201191353 [GeV] +Cell[0,30] 2.6317472477331e-06 [GeV] +Cell[0,31] 0.0013547099693423 [GeV] +Cell[1,13] 5.1123787998222e-06 [GeV] +Cell[1,15] 0.036213252435576 [GeV] +Cell[1,30] 1.435734263066e-05 [GeV] +Cell[1,12] 7.5673777610064e-07 [GeV] +Cell[4,25] 2.2568565327674e-09 [GeV] +Cell[3,26] 3.2592502309399e-06 [GeV] +Cell[3,25] 0.00033870591561015 [GeV] +Cell[18,10] 0.0002666027727247 [GeV] +Cell[17,10] 0.086345629053619 [GeV] +Cell[17,11] 1.589012364775e-05 [GeV] +Cell[18,11] 1.3567554352107e-05 [GeV] +Cell[17,9] 0.0056739059137581 [GeV] +Cell[1,16] 0.0012798416432408 [GeV] +Cell[0,16] 0.003133838224786 [GeV] +Cell[0,14] 4.6016537404825e-05 [GeV] +Cell[0,17] 3.5259009562765e-05 [GeV] +Cell[1,31] 5.2160467021167e-09 [GeV] +Cell[18,27] 1.2599091860466e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 23 cells : 0.15378638619801 (GeV) + +Source track ID 4020 (pi+,4.02006053252[GeV]) at (-418.51346388806,-273.58084827784,-1788.5312006649) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,35] 0.0010215683447024 [GeV] -Cell[4,37] 0.0014265872265679 [GeV] -Cell[2,40] 8.8947462734537e-05 [GeV] -Cell[2,41] 0.0072957441290607 [GeV] -Cell[7,32] 0.00019816629125653 [GeV] -Cell[5,4] 0.0030981690251748 [GeV] -Cell[4,3] 9.0055982216199e-06 [GeV] -Cell[3,18] 5.3509193530772e-06 [GeV] -Cell[5,5] 0.00093614841286211 [GeV] -Cell[1,23] 0.00014533985071648 [GeV] -Cell[0,23] 0.00010662308525309 [GeV] -Cell[1,22] 3.980598441558e-06 [GeV] -Cell[1,31] 0.00051559763426598 [GeV] -Cell[2,13] 2.6097761169922e-05 [GeV] -Cell[0,26] 1.6470232716529e-05 [GeV] -Cell[5,9] 0.0020051949909916 [GeV] -Cell[3,17] 2.9164392326493e-06 [GeV] -Cell[3,12] 0.000472434874295 [GeV] -Cell[1,6] 1.6753591073211e-05 [GeV] -Cell[1,5] 3.9768685237505e-06 [GeV] -Cell[1,32] 4.4979375388721e-09 [GeV] -Cell[0,27] 0.00082309468064989 [GeV] -Cell[0,31] 0.0023994013251555 [GeV] -Cell[0,28] 0.40535268916864 [GeV] -Cell[1,29] 2.7649697442712e-05 [GeV] -Cell[1,30] 0.00046140169991315 [GeV] -Cell[1,41] 0.00011558137926022 [GeV] -Cell[5,3] 0.005498055766972 [GeV] -Cell[5,33] 0.00050994761726338 [GeV] -Cell[1,28] 3.4508140524849e-06 [GeV] -Cell[0,29] 0.0271737874217 [GeV] -Cell[0,30] 0.0044698627684703 [GeV] -Cell[3,13] 5.4094071656436e-06 [GeV] -Cell[1,40] 0.011926069237256 [GeV] -Cell[0,32] 8.5518453323971e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 35 cells : 0.47624699727182 (GeV) - -Source track ID 4984 (e-,0.00090101831329999[GeV]) at (-236.21813905942,-440.68241487414,-1939.2517755647) +Cell[8,10] 1.2261598953955e-08 [GeV] +Cell[8,11] 1.3868157111574e-10 [GeV] +Cell[7,9] 0.0011571540058167 [GeV] +Cell[7,8] 3.0440242553595e-06 [GeV] +Cell[8,12] 0.001243560618792 [GeV] +Cell[7,30] 4.7336826162336e-07 [GeV] +Cell[7,43] 1.3073518985038e-05 [GeV] +Cell[6,31] 1.9652355695143e-07 [GeV] +Cell[3,39] 5.5343702842947e-06 [GeV] +Cell[7,41] 1.1119104681256e-07 [GeV] +Cell[8,39] 1.1687872261973e-05 [GeV] +Cell[7,12] 7.5916080584193e-07 [GeV] +Cell[7,13] 6.9105035152006e-07 [GeV] +Cell[1,43] 1.5417110716953e-08 [GeV] +Cell[4,38] 0.00087040040773172 [GeV] +Cell[7,23] 8.0563697244997e-05 [GeV] +Cell[10,6] 0.011129263571971 [GeV] +Cell[5,37] 0.00010979663062608 [GeV] +Cell[5,21] 0.00016663250464535 [GeV] +Cell[3,2] 0.00059858113611489 [GeV] +Cell[4,39] 5.1935554947704e-06 [GeV] +Cell[0,34] 0.00051376315031155 [GeV] +Cell[9,26] 3.3680366430417e-05 [GeV] +Cell[9,6] 5.3092528018169e-05 [GeV] +Cell[7,42] 0.00038176375339947 [GeV] +Cell[2,17] 0.00055937532698385 [GeV] +Cell[13,4] 4.0051717049209e-05 [GeV] +Cell[9,25] 5.1135086307113e-05 [GeV] +Cell[9,29] 0.0034146116794932 [GeV] +Cell[10,29] 0.0045065031757155 [GeV] +Cell[10,30] 0.0056988203570674 [GeV] +Cell[4,9] 0.00016853302280344 [GeV] +Cell[4,8] 0.0017035038783992 [GeV] +Cell[4,7] 9.420319085541e-05 [GeV] +Cell[0,40] 0.00028697597867006 [GeV] +Cell[7,29] 1.7112893290232e-06 [GeV] +Cell[6,32] 2.1723366808146e-07 [GeV] +Cell[3,3] 0.0017828058835889 [GeV] +Cell[0,41] 2.3917704238556e-05 [GeV] +Cell[6,14] 1.2024023773847e-05 [GeV] +Cell[6,12] 6.3668249515558e-07 [GeV] +Cell[9,21] 4.169033782091e-06 [GeV] +Cell[10,28] 0.00051099891 [GeV] +Cell[0,24] 0.0030368798264125 [GeV] +Cell[1,44] 0.0086022089010496 [GeV] +Cell[0,11] 8.5671807755716e-06 [GeV] +Cell[5,18] 5.9046754711289e-07 [GeV] +Cell[5,19] 4.0473553235643e-07 [GeV] +Cell[5,17] 2.480810508132e-09 [GeV] +Cell[4,18] 1.9083513942974e-05 [GeV] +Cell[4,17] 0.0003082917808913 [GeV] +Cell[4,19] 0.00036660423596618 [GeV] +Cell[4,16] 0.0013122719143286 [GeV] +Cell[4,43] 6.5268321486656e-06 [GeV] +Cell[4,3] 4.0872933459468e-07 [GeV] +Cell[5,38] 0.00012737374354356 [GeV] +Cell[0,19] 2.1468260717938e-07 [GeV] +Cell[0,5] 1.1101769516245e-05 [GeV] +Cell[1,22] 0.017988089797632 [GeV] +Cell[1,23] 0.004217909755117 [GeV] +Cell[1,24] 0.00071812760343141 [GeV] +Cell[0,23] 0.0015108143371853 [GeV] +Cell[0,15] 7.5771972888106e-06 [GeV] +Cell[2,41] 1.0039617511211e-05 [GeV] +Cell[1,28] 0.026442200285819 [GeV] +Cell[1,29] 0.011525915643267 [GeV] +Cell[1,40] 3.9874919701788e-06 [GeV] +Cell[2,40] 0.00011488241817005 [GeV] +Cell[0,8] 0.0015924231591555 [GeV] +Cell[1,8] 0.0001789519724349 [GeV] +Cell[0,44] 1.0920798104053e-08 [GeV] +Cell[3,8] 3.0120911105769e-05 [GeV] +Cell[2,14] 5.6851276895031e-08 [GeV] +Cell[2,32] 7.5594449842811e-06 [GeV] +Cell[6,43] 1.4593907746985e-07 [GeV] +Cell[0,25] 0.00063460330507837 [GeV] +Cell[0,26] 0.0023465751362957 [GeV] +Cell[3,5] 0.00010364236299938 [GeV] +Cell[0,21] 2.3892381705082e-08 [GeV] +Cell[2,22] 6.7906310930766e-05 [GeV] +Cell[1,19] 1.4208111679181e-08 [GeV] +Cell[1,18] 2.1192318953922e-05 [GeV] +Cell[0,30] 0.0021125121334032 [GeV] +Cell[0,31] 0.00046583515712211 [GeV] +Cell[1,17] 0.00016985161187586 [GeV] +Cell[1,15] 2.7204514481127e-09 [GeV] +Cell[1,2] 0.011563047510818 [GeV] +Cell[2,2] 0.00031405511639537 [GeV] +Cell[2,3] 4.2570172809064e-10 [GeV] +Cell[1,38] 2.0876538932839e-05 [GeV] +Cell[2,25] 4.7717144548528e-05 [GeV] +Cell[1,25] 0.0083318021770571 [GeV] +Cell[2,26] 0.0028385791262999 [GeV] +Cell[3,46] 1.1103628290584e-05 [GeV] +Cell[3,45] 2.798190631438e-05 [GeV] +Cell[3,44] 0.0034976053506283 [GeV] +Cell[2,33] 9.1632805415429e-06 [GeV] +Cell[1,33] 2.1396913190188e-05 [GeV] +Cell[2,34] 6.6434649925213e-06 [GeV] +Cell[6,7] 3.4477806184441e-07 [GeV] +Cell[1,5] 1.1636651962476e-05 [GeV] +Cell[0,4] 0.0030007051884355 [GeV] +Cell[2,10] 1.6479654848808e-05 [GeV] +Cell[0,22] 0.00090747840440645 [GeV] +Cell[2,39] 1.0049689221319e-05 [GeV] +Cell[3,14] 2.7389650596206e-06 [GeV] +Cell[1,26] 0.067605225654462 [GeV] +Cell[1,4] 0.0012763156603733 [GeV] +Cell[1,30] 0.00019922379986963 [GeV] +Cell[1,35] 0.00057237499805358 [GeV] +Cell[1,32] 0.0012232436092744 [GeV] +Cell[2,43] 0.00063876019923346 [GeV] +Cell[1,3] 0.00069223777200689 [GeV] +Cell[1,27] 0.010383611619724 [GeV] +Cell[3,43] 0.00024257132297544 [GeV] +Cell[3,40] 1.7891846073326e-06 [GeV] +Cell[0,0] 1.3071712601231e-11 [GeV] +Cell[0,33] 0.00015494281221106 [GeV] +Cell[1,11] 0.00036408997290459 [GeV] +Cell[1,12] 3.7545598170254e-06 [GeV] +Cell[4,15] 0.005347318903936 [GeV] +Cell[0,39] 8.8368193929682e-06 [GeV] +Cell[3,25] 4.9246673297603e-06 [GeV] +Cell[3,15] 8.44289214225e-05 [GeV] +Cell[2,24] 3.681967044713e-07 [GeV] +Cell[2,23] 0.00055157978901821 [GeV] +Cell[0,45] 0.0015847694347699 [GeV] +Cell[1,39] 1.1938235925186e-05 [GeV] +Cell[0,36] 0.0054769184008049 [GeV] +Cell[2,27] 4.471518289165e-06 [GeV] +Cell[0,1] 0.0021294123552348 [GeV] +Cell[5,40] 3.4671773028094e-06 [GeV] +Cell[6,42] 0.00011023624443578 [GeV] +Cell[6,41] 1.1206352501176e-05 [GeV] +Cell[13,6] 0.00031899121071854 [GeV] +Cell[8,2] 0.0021891507942961 [GeV] +Cell[3,10] 6.1245321603565e-07 [GeV] +Cell[7,15] 0.0017831989153256 [GeV] +Cell[9,0] 1.6606779361609e-05 [GeV] +Cell[6,11] 1.7113052308559e-11 [GeV] +Cell[5,22] 0.00012820406174967 [GeV] +Cell[3,9] 0.0009817788336062 [GeV] +Cell[5,41] 1.0492870328903e-05 [GeV] +Cell[4,37] 7.5311833352316e-06 [GeV] +Cell[13,5] 2.5404238840565e-08 [GeV] +Cell[10,46] 0.00010207334895131 [GeV] +Cell[13,7] 0.0013334049100448 [GeV] +Cell[9,3] 0.0014237802163593 [GeV] +Cell[9,2] 0.0028795212916921 [GeV] +Cell[3,4] 0.00062620779234987 [GeV] +Cell[0,27] 0.046612745353956 [GeV] +Cell[4,10] 1.0836667897252e-05 [GeV] +Cell[3,13] 4.0925616724508e-07 [GeV] +Cell[1,6] 0.0019786954505716 [GeV] +Cell[3,38] 3.1413618125953e-07 [GeV] +Cell[2,46] 0.00076500120667779 [GeV] +Cell[0,29] 0.043589171560154 [GeV] +Cell[0,28] 1.3133389603713 [GeV] +Cell[1,16] 4.9525752097225e-05 [GeV] +Cell[0,43] 1.4497067197226e-05 [GeV] +Cell[0,32] 0.0011041117957556 [GeV] +Cell[2,44] 0.00073413909476028 [GeV] +Cell[7,14] 0.00092726157766742 [GeV] +Cell[4,1] 2.6091875042766e-09 [GeV] +Cell[2,30] 1.6405700424684e-06 [GeV] +Cell[1,10] 0.0035937779252198 [GeV] +Cell[0,46] 4.9551682022866e-06 [GeV] +Cell[2,35] 0.00043191794906068 [GeV] +Cell[2,18] 0.00031139936270165 [GeV] +Cell[0,37] 0.040911789029615 [GeV] +Cell[2,38] 0.00011713313167525 [GeV] +Cell[0,16] 0.0011297714909374 [GeV] +Cell[0,14] 0.0046397742726055 [GeV] +Cell[1,31] 2.9152988032592e-06 [GeV] +Cell[0,35] 0.0046067627683054 [GeV] +Cell[1,34] 0.00053384161408716 [GeV] +Cell[10,5] 0.0018596179290364 [GeV] +Cell[10,4] 0.00058346915602419 [GeV] +Cell[0,38] 2.5334257516079e-06 [GeV] +Cell[0,2] 0.00031484060115008 [GeV] +Cell[2,29] 1.8332416215571e-05 [GeV] +Cell[0,3] 0.00025566105092423 [GeV] +Cell[7,24] 0.00022319917299808 [GeV] +Cell[2,31] 9.2806680731883e-07 [GeV] +### Total energy deposition in calorimeter by a source track in 184 cells : 1.72910967879 (GeV) + +Source track ID 4021 (neutron,7.3741998938947[GeV]) at (-413.0762339184,-281.72331279429,-1776.1644807987) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,32] 6.1668204813564e-06 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 6.1668204813564e-06 (GeV) +Cell[0,28] 3.7501651386265e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 3.7501651386265e-06 (GeV) -Source track ID 4896 (pi-,5.4472485115985[GeV]) at (-299.00341880184,-400.74549971872,-1915.5484683114) +Source track ID 4017 (anti_neutron,5.3948206100571[GeV]) at (-415.09134243251,-278.74572182829,-1871.4579101789) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,31] 0.12462395169559 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.12462395169559 (GeV) - -Source track ID 4854 (e-,0.00072474280267595[GeV]) at (-444.9347190606,-228.10764076301,-1805.2357841332) +Cell[7,33] 0.00051099891 [GeV] +Cell[16,38] 0.0051629070037581 [GeV] +Cell[12,23] 4.1997749067377e-06 [GeV] +Cell[0,18] 3.9159895444755e-05 [GeV] +Cell[5,17] 0.0020456876826794 [GeV] +Cell[0,5] 0.0012411599467683 [GeV] +Cell[1,21] 0.00089461130872292 [GeV] +Cell[1,22] 4.3220621300861e-06 [GeV] +Cell[1,24] 0.017861231987212 [GeV] +Cell[2,40] 0.00048001462286061 [GeV] +Cell[0,8] 0.0061848354933506 [GeV] +Cell[2,15] 0.00051099891 [GeV] +Cell[0,25] 0.00011785610197694 [GeV] +Cell[0,26] 0.0014491894018297 [GeV] +Cell[3,7] 8.688285654523e-05 [GeV] +Cell[3,6] 0.00047527941884516 [GeV] +Cell[0,21] 5.1994857426507e-07 [GeV] +Cell[0,30] 0.0010808334006485 [GeV] +Cell[1,38] 0.0037722818726855 [GeV] +Cell[2,25] 1.2042290563841e-08 [GeV] +Cell[1,25] 0.006385155740604 [GeV] +Cell[6,7] 0.0074110651715056 [GeV] +Cell[0,4] 0.0006137519638296 [GeV] +Cell[3,42] 5.2916967688361e-05 [GeV] +Cell[2,39] 1.8699668616478e-05 [GeV] +Cell[1,26] 0.00057091441151033 [GeV] +Cell[1,4] 3.9892358472571e-08 [GeV] +Cell[1,30] 0.00014553644901981 [GeV] +Cell[3,40] 5.5102282203734e-09 [GeV] +Cell[0,0] 0.00087727543014466 [GeV] +Cell[3,33] 5.2597120811697e-06 [GeV] +Cell[2,24] 0.00017677031886308 [GeV] +Cell[16,40] 0.049194590415915 [GeV] +Cell[17,40] 0.0025464230872367 [GeV] +Cell[19,7] 0.00051099891 [GeV] +Cell[18,47] 2.119208304407e-06 [GeV] +Cell[18,0] 2.0491483155638e-08 [GeV] +Cell[0,27] 0.064755010086867 [GeV] +Cell[2,6] 0.00071998407148544 [GeV] +Cell[0,29] 0.0162053607626 [GeV] +Cell[0,28] 1.6255702958212 [GeV] +Cell[2,38] 5.145594093392e-08 [GeV] +Cell[0,38] 0.00075995816419487 [GeV] +Cell[17,46] 0.00021471953749426 [GeV] +Cell[19,16] 0.00088583469018046 [GeV] +### Total energy deposition in calorimeter by a source track in 45 cells : 1.8195457405806 (GeV) + +Source track ID 3913 (pi-,5.4477143515787[GeV]) at (-283.97105431131,-411.53425168912,-1889.1982386454) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,27] 0.00021374389267595 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00021374389267595 (GeV) +Cell[0,31] 0.15046202896836 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.15046202896836 (GeV) -Source track ID 3572 (pi-,5.0454956932765[GeV]) at (-463.67569079687,-187.09584111906,-1931.5201329033) +Source track ID 2681 (pi-,5.0455122900854[GeV]) at (-463.63619348944,-187.19369670644,-1931.8613438734) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,26] 0.13238654345892 [GeV] -Cell[0,27] 0.00075759008563171 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.13314413354455 (GeV) - -Source track ID 4699 (pi-,26.431198148964[GeV]) at (-348.7630971408,-358.27964228066,-1955.4469823598) +Cell[8,44] 8.6004172165985e-06 [GeV] +Cell[8,39] 3.4896945006153e-05 [GeV] +Cell[1,43] 0.0016712835291553 [GeV] +Cell[4,38] 3.3409839932574e-05 [GeV] +Cell[4,39] 0.00013831180948341 [GeV] +Cell[8,40] 0.00012778092083931 [GeV] +Cell[4,42] 0.00011239930066768 [GeV] +Cell[2,17] 0.0016221625142591 [GeV] +Cell[4,5] 0.0011992409987895 [GeV] +Cell[12,28] 0.00023582262932632 [GeV] +Cell[11,28] 6.4645549413854e-05 [GeV] +Cell[12,27] 0.0028327868355101 [GeV] +Cell[11,27] 4.4193850477541e-06 [GeV] +Cell[7,40] 0.00019503828519908 [GeV] +Cell[0,42] 0.0021532982486016 [GeV] +Cell[0,24] 0.002145074627727 [GeV] +Cell[4,3] 1.1483875481645e-05 [GeV] +Cell[4,4] 0.00089573238586297 [GeV] +Cell[0,19] 2.2666341654258e-05 [GeV] +Cell[0,23] 0.0036894871029548 [GeV] +Cell[1,28] 2.6733103809988e-05 [GeV] +Cell[1,29] 0.0018087294126525 [GeV] +Cell[0,8] 6.058056402253e-06 [GeV] +Cell[1,7] 0.00046447978569602 [GeV] +Cell[0,44] 1.0843484778889e-07 [GeV] +Cell[6,43] 0.0010020739370705 [GeV] +Cell[0,25] 0.0022812782265027 [GeV] +Cell[0,26] 0.37398570651607 [GeV] +Cell[0,20] 0.001250990654989 [GeV] +Cell[1,15] 0.0030458216308552 [GeV] +Cell[1,37] 1.270673237741e-10 [GeV] +Cell[1,38] 0.00027341279440918 [GeV] +Cell[1,47] 0.00018254088609751 [GeV] +Cell[2,26] 6.7426743917167e-06 [GeV] +Cell[0,22] 3.4664466511458e-08 [GeV] +Cell[1,26] 4.0279701352119e-11 [GeV] +Cell[1,27] 0.00021453207507566 [GeV] +Cell[1,42] 0.00095018270862559 [GeV] +Cell[3,40] 0.0062999095813604 [GeV] +Cell[3,26] 1.3553435186623e-05 [GeV] +Cell[3,25] 0.0028426822468644 [GeV] +Cell[0,47] 0.00020528273346906 [GeV] +Cell[1,39] 0.0002179115020042 [GeV] +Cell[4,41] 0.00010487276560525 [GeV] +Cell[10,0] 0.0005074787020551 [GeV] +Cell[10,1] 0.00021263543951329 [GeV] +Cell[3,17] 0.00075869688774772 [GeV] +Cell[8,43] 6.9358939072117e-08 [GeV] +Cell[0,27] 0.39833747114906 [GeV] +Cell[1,46] 0.0033537345568911 [GeV] +Cell[0,28] 0.0051076336718627 [GeV] +Cell[1,16] 0.001034196241417 [GeV] +Cell[0,43] 0.0037042345996452 [GeV] +Cell[2,18] 0.0036770478072779 [GeV] +Cell[0,37] 1.8752577778969e-06 [GeV] +Cell[0,38] 0.00020370435586301 [GeV] +Cell[0,2] 0.00026985242395668 [GeV] +### Total energy deposition in calorimeter by a source track in 57 cells : 0.82955080998793 (GeV) + +Source track ID 3683 (pi-,26.43123520233[GeV]) at (-349.17390363981,-357.87928833188,-1955.4072448406) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[0,30] 0.074552486266722 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.074552486266722 (GeV) +Cell[0,30] 0.064477361913935 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.064477361913935 (GeV) -Source track ID 4700 (pi+,1.1826369510799[GeV]) at (-499.00058167932,31.597776562614,-1753.9494730695) +Source track ID 3684 (pi+,1.1827044076307[GeV]) at (-499.04930524238,30.818678380103,-1754.247383275) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[1,23] 0.066187406018679 [GeV] -Cell[0,23] 0.17530780023199 [GeV] -Cell[2,31] 0.00029902066374211 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.24179422691441 (GeV) +Cell[1,23] 0.059840626013632 [GeV] +Cell[0,23] 0.22009524321661 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.27993586923024 (GeV) -Source track ID 4697 (gamma,1.5279055119092[GeV]) at (-73.254819193428,-494.60462135421,-436.11294835244) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[8,10] 0.0013799334793885 [GeV] -Cell[7,33] 0.013246091639344 [GeV] -Cell[7,41] 0.00099678671422542 [GeV] -Cell[7,36] 0.00042640589403282 [GeV] -Cell[7,9] 0.002085178391388 [GeV] -Cell[7,35] 0.13978520139386 [GeV] -Cell[6,34] 0.00079998646970049 [GeV] -Cell[6,35] 4.376857076615e-05 [GeV] -Cell[8,34] 0.00051099891 [GeV] -Cell[8,35] 0.0015379320714883 [GeV] -Cell[13,5] 0.0010631263247605 [GeV] -Cell[4,15] 0.00018806914105659 [GeV] -Cell[5,8] 0.00047435300948499 [GeV] -Cell[6,14] 0.00051099891 [GeV] -Cell[13,12] 0.00075177734292443 [GeV] -Cell[9,38] 0.00031459381440296 [GeV] -Cell[12,21] 0.00023130713006293 [GeV] -Cell[8,33] 0.0045591894921174 [GeV] -Cell[7,19] 0.00054311705479187 [GeV] -Cell[7,34] 1.3558760362832 [GeV] -### Total energy deposition in calorimeter by a source track in 20 cells : 1.525324852037 (GeV) - -Source track ID 4698 (gamma,2.1921548366006[GeV]) at (-105.19675513121,-488.80839058865,-488.29268687399) +Source track ID 3674 (e-,0.97290687864999[GeV]) at (-67.826325601399,-495.37822878626,-436.09972285655) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[3,6] 0.0010675697730803 [GeV] -Cell[7,33] 0.075965049949386 [GeV] -Cell[7,36] 0.0017202243229672 [GeV] -Cell[7,9] 0.0019770637052441 [GeV] -Cell[7,35] 0.037601320319327 [GeV] -Cell[7,14] 0.00060251220092594 [GeV] -Cell[6,34] 0.041861504361464 [GeV] -Cell[7,28] 0.0011041345916291 [GeV] -Cell[6,35] 0.0064669381643204 [GeV] -Cell[10,10] 0.0011124671849827 [GeV] -Cell[10,5] 0.00086814791421866 [GeV] -Cell[2,33] 8.0233286369676e-06 [GeV] -Cell[5,18] 0.00051099891 [GeV] -Cell[4,25] 0.0025384406001887 [GeV] -Cell[4,24] 0.00019057290095472 [GeV] -Cell[6,33] 0.015690754985338 [GeV] -Cell[7,34] 1.9980866881829 [GeV] -Cell[9,12] 0.0043972961732069 [GeV] -### Total energy deposition in calorimeter by a source track in 18 cells : 2.1917697075688 (GeV) - -Source track ID 4695 (gamma,0.076632669216442[GeV]) at (-300.435996881,399.67263075937,200.63474681959) +Cell[7,34] 0.46642711646776 [GeV] +Cell[7,35] 0.47748604514461 [GeV] +Cell[7,33] 0.0066242124106651 [GeV] +Cell[8,35] 0.0011274714451816 [GeV] +Cell[6,4] 0.00051099891 [GeV] +Cell[6,22] 0.00032609273296327 [GeV] +Cell[9,37] 0.00051099891 [GeV] +Cell[8,16] 0.0003820638273784 [GeV] +Cell[9,17] 0.00091764137605994 [GeV] +Cell[9,29] 0.00014717076483151 [GeV] +Cell[5,7] 0.00070559081769651 [GeV] +Cell[6,5] 0.00050815727522438 [GeV] +Cell[8,28] 0.00049705659219244 [GeV] +Cell[7,29] 0.00033635035393823 [GeV] +Cell[6,40] 0.00051099891 [GeV] +Cell[7,36] 0.0027254296004858 [GeV] +Cell[9,15] 0.0002758011902356 [GeV] +Cell[2,5] 0.00080904674674067 [GeV] +Cell[5,46] 0.0027577376834262 [GeV] +Cell[5,6] 0.0031093533822716 [GeV] +Cell[5,47] 0.00027930347525185 [GeV] +Cell[13,6] 0.00013105631394893 [GeV] +Cell[9,30] 0.00035082062927607 [GeV] +Cell[8,42] 0.00047625524802613 [GeV] +Cell[9,28] 0.0010120708722753 [GeV] +Cell[6,21] 0.00044197505791425 [GeV] +Cell[9,16] 0.00030967198942967 [GeV] +Cell[12,16] 0.00042730822896683 [GeV] +Cell[8,36] 2.5343176571149e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 29 cells : 0.97014913953333 (GeV) + +Source track ID 3678 (gamma,0.00058153031537057[GeV]) at (-80.499341452456,-493.47731054803,-436.87123957702) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[10,16] 0.00030589386194087 [GeV] -Cell[11,17] 0.0051665192936091 [GeV] -Cell[11,16] 0.071160256060892 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.076632669216442 (GeV) +Cell[7,34] 0.00058153031537057 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00058153031537057 (GeV) -Source track ID 4696 (gamma,0.17932025858732[GeV]) at (-255.57095700135,429.74816571734,-559.8002992084) +Source track ID 3679 (gamma,0.0014951678529814[GeV]) at (-81.202323703452,-493.36212119006,-436.43326291497) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[7,15] 0.0056666735613084 [GeV] -Cell[7,16] 0.15402287301107 [GeV] -Cell[10,39] 0.0029936895239206 [GeV] -Cell[10,7] 0.00065873907835067 [GeV] -Cell[0,26] 0.0025921289826873 [GeV] -Cell[6,16] 0.0020139862832946 [GeV] -Cell[6,15] 0.0088360780621227 [GeV] -Cell[9,2] 0.0019218252185247 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.17870599372128 (GeV) - -Source track ID 3576 (pi-,0.22761671221737[GeV]) at (38.741090188302,498.4968685268,-1283.4161110812) +Cell[7,34] 0.0014951678529814 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0014951678529814 (GeV) + +Source track ID 3675 (e+,0.54714424765852[GeV]) at (-83.486390389302,-492.98075278835,-436.51960658307) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[4,10] 3.7314263704502e-07 [GeV] -Cell[4,9] 0.0026035799380305 [GeV] -Cell[8,6] 4.2517087422311e-08 [GeV] -Cell[7,20] 0.00051757155162672 [GeV] -Cell[6,24] 8.1997701660157e-06 [GeV] -Cell[10,43] 8.4076145867584e-10 [GeV] -Cell[11,41] 5.0910089805711e-07 [GeV] -Cell[6,20] 0.00063453982205976 [GeV] -Cell[3,28] 0.0010202240424082 [GeV] -Cell[3,29] 1.1440759612015e-05 [GeV] -Cell[6,21] 6.2148684804697e-06 [GeV] -Cell[2,45] 9.4028890998743e-08 [GeV] -Cell[3,27] 0.0021516823004124 [GeV] -Cell[3,1] 1.3760999718215e-06 [GeV] -Cell[1,24] 3.090561949648e-08 [GeV] -Cell[4,23] 0.00070267685315741 [GeV] -Cell[5,23] 0.00015331382271074 [GeV] -Cell[1,19] 3.8970695255557e-05 [GeV] -Cell[5,9] 0.0034090887637631 [GeV] -Cell[5,10] 8.4360465171358e-05 [GeV] -Cell[2,42] 0.001045264010051 [GeV] -Cell[1,18] 1.492427723133e-05 [GeV] -Cell[1,16] 0.0003295769134221 [GeV] -Cell[3,11] 0.017845610109343 [GeV] -Cell[3,10] 0.007256478563962 [GeV] -Cell[3,12] 7.3715069978789e-05 [GeV] -Cell[2,8] 0.0010197045168334 [GeV] -Cell[0,37] 9.5376241370104e-07 [GeV] -Cell[2,43] 0.00081522077908994 [GeV] -Cell[3,45] 1.6325035858813e-05 [GeV] -Cell[3,15] 4.0313964152233e-05 [GeV] -Cell[3,0] 0.00010941224739292 [GeV] -Cell[3,7] 2.4430919438601e-09 [GeV] -Cell[1,39] 6.532651636428e-05 [GeV] -Cell[0,38] 0.00018570825660925 [GeV] -Cell[3,47] 2.8776573482901e-05 [GeV] -Cell[1,15] 0.00020333559397852 [GeV] -Cell[3,8] 0.00041705654746534 [GeV] -Cell[4,46] 9.1862942739112e-05 [GeV] -Cell[3,46] 0.0038275602418638 [GeV] -Cell[3,26] 0.0017379063825345 [GeV] -Cell[1,41] 5.134018138051e-07 [GeV] -Cell[3,9] 0.0016603766952979 [GeV] -Cell[7,24] 0.00032344842541056 [GeV] -Cell[7,21] 0.00065901404239229 [GeV] -Cell[10,42] 0.00016718607624773 [GeV] -Cell[8,33] 3.0529226030922e-05 [GeV] -Cell[5,22] 1.7250375531148e-06 [GeV] -Cell[6,22] 1.3553847111325e-10 [GeV] -Cell[9,6] 1.173543338723e-06 [GeV] -Cell[6,33] 0.00071392708007829 [GeV] -Cell[1,38] 0.0012079250938548 [GeV] -Cell[2,36] 9.533277346236e-05 [GeV] -Cell[3,13] 0.0018767902647612 [GeV] -Cell[1,40] 6.6982058342546e-08 [GeV] -Cell[3,14] 0.0018963284602196 [GeV] -### Total energy deposition in calorimeter by a source track in 56 cells : 0.055103662274638 (GeV) - -Source track ID 4572 (gamma,0.31054837923301[GeV]) at (447.33312732682,223.36757418212,253.26070782363) +Cell[6,34] 0.00060966055383028 [GeV] +Cell[7,34] 0.53077427231163 [GeV] +Cell[7,35] 0.007647667105552 [GeV] +Cell[7,33] 0.003455496851189 [GeV] +Cell[7,32] 0.0012588112154007 [GeV] +Cell[7,40] 0.00035293933833529 [GeV] +Cell[7,45] 0.00077184289857822 [GeV] +Cell[4,14] 0.0023834330058228 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.54725412328033 (GeV) + +Source track ID 3673 (gamma,2.1921548366006[GeV]) at (-105.19673706938,-488.80839447575,-488.29265774831) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,4] 0.00051099891 [GeV] -Cell[11,3] 0.30892044151637 [GeV] -Cell[11,2] 0.0011169388066314 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.310548379233 (GeV) - -Source track ID 4573 (gamma,0.15995014937721[GeV]) at (486.2206820888,-116.57378911703,276.45970734161) +Cell[6,34] 0.038700694715836 [GeV] +Cell[7,34] 2.0235653240648 [GeV] +Cell[7,35] 0.035031411615296 [GeV] +Cell[7,33] 0.04420978444143 [GeV] +Cell[6,35] 0.017974026320744 [GeV] +Cell[7,17] 0.00020614942587434 [GeV] +Cell[6,31] 0.00073454461108652 [GeV] +Cell[6,8] 0.00056982789081457 [GeV] +Cell[5,20] 0.00053095524508149 [GeV] +Cell[10,18] 0.00056052602609258 [GeV] +Cell[6,33] 0.002339470701411 [GeV] +Cell[6,32] 0.0025712999291145 [GeV] +Cell[5,18] 2.1788093692976e-07 [GeV] +Cell[5,19] 0.00023304630969574 [GeV] +Cell[5,17] 0.00019017465630543 [GeV] +Cell[1,47] 0.0016263166443355 [GeV] +Cell[0,6] 0.00065712154263779 [GeV] +Cell[3,42] 0.00069253747490861 [GeV] +Cell[3,14] 0.0034960841110615 [GeV] +Cell[9,5] 0.00019968089620408 [GeV] +Cell[1,11] 9.8560838274522e-05 [GeV] +Cell[2,47] 0.0011951934217529 [GeV] +Cell[6,0] 0.00030663468850878 [GeV] +Cell[11,46] 0.0015413378107232 [GeV] +Cell[8,38] 0.00064039989017995 [GeV] +Cell[4,12] 0.0013144834807526 [GeV] +Cell[6,15] 1.2015227315715e-05 [GeV] +Cell[1,1] 0.00060343035697562 [GeV] +Cell[6,18] 0.001108822474734 [GeV] +Cell[10,4] 0.001708902626225 [GeV] +### Total energy deposition in calorimeter by a source track in 30 cells : 2.1826189753191 (GeV) + +Source track ID 3670 (gamma,0.076632669216442[GeV]) at (-300.43599703535,399.67263064335,200.63474953787) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,47] 0.00021247446744076 [GeV] -Cell[11,46] 0.14545949345868 [GeV] -Cell[11,45] 0.0081396106600442 [GeV] -Cell[16,20] 0.00026080280996502 [GeV] -Cell[16,26] 0.0020930129351011 [GeV] -Cell[18,31] 0.0037847550459741 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.15995014937721 (GeV) +Cell[10,17] 0.00020390923706972 [GeV] +Cell[11,16] 0.068052984614752 [GeV] +Cell[11,17] 0.0025373099193247 [GeV] +Cell[10,16] 0.0056115749888699 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.076405778760017 (GeV) -Source track ID 4543 (pi+,0.58322964021203[GeV]) at (-499.15972434926,28.975327221119,858.17046130888) -Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[14,31] 5.0552476401208e-05 [GeV] -Cell[14,25] 0.00089494619591994 [GeV] -Cell[13,25] 0.0015078991421495 [GeV] -Cell[14,22] 0.0013551954802402 [GeV] -Cell[17,4] 0.00094744395758696 [GeV] -Cell[14,23] 0.22576751413178 [GeV] -Cell[14,21] 4.055597308934e-07 [GeV] -Cell[16,34] 0.00067793782648118 [GeV] -Cell[16,33] 8.394272993894e-05 [GeV] -Cell[14,15] 0.0018601059299472 [GeV] -Cell[15,23] 0.16110185008582 [GeV] -Cell[14,16] 1.0219827818219e-06 [GeV] -Cell[14,24] 1.3045579468098e-06 [GeV] -Cell[15,33] 1.447332351745e-10 [GeV] -Cell[17,10] 3.229772017221e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.39428241792163 (GeV) - -Source track ID 4527 (gamma,1.004682788758[GeV]) at (-131.64956905467,-482.35711974399,294.93685951191) +Source track ID 3671 (gamma,0.17932025858732[GeV]) at (-255.57095690253,429.7481657761,-559.80030082234) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,31] 0.00018124753135157 [GeV] -Cell[11,32] 0.00015564713377716 [GeV] -Cell[12,32] 0.0007902166815563 [GeV] -Cell[12,33] 0.0042535518611613 [GeV] -Cell[11,33] 0.55513204387624 [GeV] -Cell[11,34] 0.43159649709969 [GeV] -Cell[12,34] 0.0038393162831715 [GeV] -Cell[11,35] 0.0043396961080144 [GeV] -Cell[5,7] 0.00031212828759566 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 1.0006003448626 (GeV) - -Source track ID 4540 (gamma,0.047344912284535[GeV]) at (-167.6917755668,-471.04083518019,257.21356697034) +Cell[6,14] 0.00041136391018206 [GeV] +Cell[10,47] 0.00021722626122657 [GeV] +Cell[7,15] 0.0033953008278678 [GeV] +Cell[6,16] 0.020405591699243 [GeV] +Cell[6,15] 0.0009933997912978 [GeV] +Cell[7,16] 0.15360360344873 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.17902648593855 (GeV) + +Source track ID 2685 (pi-,0.22751119853317[GeV]) at (56.071049249627,496.84609028958,-1291.8933613223) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,32] 0.002400130620267 [GeV] -Cell[11,33] 0.044944781664268 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.047344912284535 (GeV) - -Source track ID 4529 (e-,0.45572972920221[GeV]) at (-121.13190369133,-485.10520705113,252.3185994497) +Cell[4,33] 0.0006785889000796 [GeV] +Cell[5,34] 1.9418461415967e-05 [GeV] +Cell[3,2] 0.00025745811330307 [GeV] +Cell[0,34] 8.8767948172062e-05 [GeV] +Cell[4,32] 0.0013971957267943 [GeV] +Cell[3,3] 7.2760372224593e-05 [GeV] +Cell[8,34] 8.6632887250744e-06 [GeV] +Cell[10,33] 0.00028765341054751 [GeV] +Cell[3,23] 6.193108856678e-08 [GeV] +Cell[2,41] 0.00040744210582306 [GeV] +Cell[1,29] 4.4273823285721e-06 [GeV] +Cell[1,41] 2.8081209442689e-05 [GeV] +Cell[3,8] 0.00019620260220347 [GeV] +Cell[3,7] 1.1214820697205e-05 [GeV] +Cell[2,22] 0.00014295813280978 [GeV] +Cell[2,3] 0.0015723478187189 [GeV] +Cell[1,33] 0.00014736124784758 [GeV] +Cell[3,12] 1.3488736696331e-05 [GeV] +Cell[2,10] 6.742337893229e-06 [GeV] +Cell[1,4] 1.5919888828648e-05 [GeV] +Cell[1,30] 0.0006645602095133 [GeV] +Cell[1,35] 4.1204671106243e-09 [GeV] +Cell[1,42] 0.0010303444869689 [GeV] +Cell[0,0] 8.5911189962644e-06 [GeV] +Cell[2,24] 0.00086660701196615 [GeV] +Cell[2,23] 2.1996561272317e-06 [GeV] +Cell[7,45] 0.00034469056985995 [GeV] +Cell[7,46] 0.00018295509491611 [GeV] +Cell[3,10] 0.0044139375831417 [GeV] +Cell[8,42] 7.7934528235346e-09 [GeV] +Cell[4,12] 0.0010272423592974 [GeV] +Cell[4,11] 3.3012474887073e-10 [GeV] +Cell[3,11] 0.070589829464578 [GeV] +Cell[3,9] 0.0010623571056686 [GeV] +Cell[3,4] 2.8431394639483e-08 [GeV] +Cell[4,10] 9.2418321412424e-07 [GeV] +Cell[3,13] 0.0012486500624537 [GeV] +Cell[4,13] 0.00082642811056041 [GeV] +Cell[4,14] 0.00025709202820747 [GeV] +Cell[2,30] 1.4618753351897e-05 [GeV] +Cell[1,34] 0.00072227249187654 [GeV] +Cell[4,31] 7.0713008426537e-10 [GeV] +### Total energy deposition in calorimeter by a source track in 42 cells : 0.088620096108908 (GeV) + +Source track ID 3565 (gamma,0.31054837923301[GeV]) at (447.33311990312,223.3675890494,253.26070355952) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[10,36] 0.000700451922199 [GeV] -Cell[11,33] 0.0043864041030896 [GeV] -Cell[11,34] 0.43985004093434 [GeV] -Cell[10,34] 0.0035567825496858 [GeV] -Cell[10,35] 0.0010422750037134 [GeV] -Cell[11,35] 0.0041777668414463 [GeV] -Cell[6,9] 0.00013883070319286 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.45385255205766 (GeV) - -Source track ID 4531 (gamma,0.00095137690391003[GeV]) at (-188.9631430854,-462.91784428264,253.59877302816) +Cell[11,3] 0.30081596221405 [GeV] +Cell[11,2] 0.00075176887191842 [GeV] +Cell[12,1] 0.00051099891 [GeV] +Cell[11,5] 0.00085503669014429 [GeV] +Cell[11,41] 0.00051099891 [GeV] +Cell[11,4] 0.0043870076472387 [GeV] +Cell[16,28] 0.0005009964505201 [GeV] +Cell[17,23] 0.0017410583810331 [GeV] +Cell[14,8] 8.3441891366215e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.31015726996627 (GeV) + +Source track ID 3566 (gamma,0.15995014937721[GeV]) at (486.22067442086,-116.57382109945,276.459703093) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,33] 0.00095137690391003 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00095137690391003 (GeV) +Cell[11,45] 0.00096570976932168 [GeV] +Cell[11,47] 0.0019027540610319 [GeV] +Cell[11,46] 0.15612077745752 [GeV] +Cell[10,0] 0.00044990917933771 [GeV] +Cell[10,47] 0.00045173496624998 [GeV] +Cell[10,46] 5.926394375002e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 6 cells : 0.15995014937721 (GeV) -Source track ID 4537 (gamma,6.3346118072234e-05[GeV]) at (-166.56997289686,-471.43869604556,250.00497234025) +Source track ID 3555 (pi+,0.58340434331091[GeV]) at (-499.04550733136,30.88011678058,862.63775625431) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,33] 6.3346118072234e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 6.3346118072234e-05 (GeV) - -Source track ID 4536 (gamma,0.00042957638698552[GeV]) at (-231.81953676302,-443.01207926531,252.66998815788) +Cell[13,33] 0.00051099891 [GeV] +Cell[18,4] 0.001741448720727 [GeV] +Cell[19,4] 9.441601389963e-05 [GeV] +Cell[17,0] 0.00080162412569378 [GeV] +Cell[14,26] 5.9836484622993e-05 [GeV] +Cell[15,8] 0.00059598906956771 [GeV] +Cell[14,22] 0.036800206752382 [GeV] +Cell[14,21] 2.0108001827144e-05 [GeV] +Cell[10,29] 0.00041133548913228 [GeV] +Cell[17,15] 0.00051099891 [GeV] +Cell[16,1] 0.00019727441231617 [GeV] +Cell[12,8] 0.00051099891 [GeV] +Cell[16,14] 0.0044917212378797 [GeV] +Cell[19,6] 0.010045068136103 [GeV] +Cell[16,8] 0.00090471956535522 [GeV] +Cell[11,39] 0.00027400434452002 [GeV] +Cell[15,34] 0.00029143331457561 [GeV] +Cell[19,1] 0.0044257152327563 [GeV] +Cell[19,3] 0.0025570361614885 [GeV] +Cell[14,14] 0.00051099891 [GeV] +Cell[13,23] 0.0021097536411609 [GeV] +Cell[18,12] 0.0035819265822771 [GeV] +Cell[17,12] 0.0018054480692948 [GeV] +Cell[14,15] 0.00051099891 [GeV] +Cell[13,7] 0.00066515466064028 [GeV] +Cell[17,14] 0.0042650881472381 [GeV] +Cell[17,9] 0.0038935466344228 [GeV] +Cell[17,8] 0.00044172585704394 [GeV] +Cell[14,23] 0.43008537203011 [GeV] +Cell[15,22] 0.0041267238718311 [GeV] +Cell[12,17] 0.00054256022174138 [GeV] +Cell[13,11] 0.00050155917697624 [GeV] +Cell[13,12] 0.00092361997588843 [GeV] +Cell[17,2] 0.0014222593915003 [GeV] +Cell[15,18] 0.00097917958581584 [GeV] +Cell[18,7] 0.0015805010272138 [GeV] +Cell[18,6] 0.00051099891 [GeV] +Cell[19,30] 0.00021298005152503 [GeV] +### Total energy deposition in calorimeter by a source track in 38 cells : 0.52391532944753 (GeV) + +Source track ID 3552 (gamma,1.004682788758[GeV]) at (-131.6495981646,-482.35711179903,294.93683985549) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,32] 0.00042957638698552 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00042957638698552 (GeV) - -Source track ID 4530 (e+,0.6400920826122[GeV]) at (-233.54818700119,-442.10320553967,252.81438153271) +Cell[11,30] 0.00022166973830973 [GeV] +Cell[14,47] 0.00051099891 [GeV] +Cell[11,35] 0.0017726147488331 [GeV] +Cell[10,30] 0.00035285744501662 [GeV] +Cell[11,33] 0.81163671331977 [GeV] +Cell[11,34] 0.16973745767009 [GeV] +Cell[12,33] 0.0031141209465353 [GeV] +Cell[12,34] 0.0070992022643351 [GeV] +Cell[4,6] 0.0012317621757953 [GeV] +Cell[10,8] 0.0062509307740376 [GeV] +Cell[10,45] 0.000269043016226 [GeV] +Cell[16,7] 0.0015427236078331 [GeV] +Cell[9,0] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 13 cells : 1.0042510935268 (GeV) + +Source track ID 3553 (gamma,1.1635719616336[GeV]) at (-189.42306762758,-462.72983635222,253.06737772258) Original primary track ID 31 (unknown,691.32334101424[GeV]) -Cell[11,31] 0.060494495770012 [GeV] -Cell[11,32] 0.56955717530548 [GeV] -Cell[12,31] 0.0021000969450825 [GeV] -Cell[12,30] 0.0056057182887507 [GeV] -Cell[11,30] 0.00051099891 [GeV] -Cell[11,3] 0.00032090098552153 [GeV] -Cell[11,33] 0.00050607447426616 [GeV] -Cell[11,46] 0.00012464822455355 [GeV] -Cell[10,31] 0.00094081709983986 [GeV] -### Total energy deposition in calorimeter by a source track in 9 cells : 0.64016092600351 (GeV) - -Source track ID 3562 (gamma,0.17435926984906[GeV]) at (-435.61886486003,245.43065126032,445.72702586482) +Cell[11,30] 0.00045108728983734 [GeV] +Cell[11,31] 0.00060461727025475 [GeV] +Cell[11,32] 0.12006521587221 [GeV] +Cell[11,29] 0.0041731464430466 [GeV] +Cell[10,23] 0.00051739857249182 [GeV] +Cell[11,33] 1.0244071241107 [GeV] +Cell[11,34] 0.0015046055595973 [GeV] +Cell[15,21] 0.0031675432802265 [GeV] +Cell[16,42] 0.00047671672771307 [GeV] +Cell[12,14] 0.0017519539404072 [GeV] +Cell[10,27] 0.0036299905767684 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 1.1607493996433 (GeV) + +Source track ID 2671 (gamma,0.17435926984906[GeV]) at (-435.61886426439,245.43065231752,445.72701320764) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[12,18] 0.0016078461754158 [GeV] -Cell[12,19] 0.024505739294713 [GeV] -Cell[12,20] 0.14824568437893 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.17435926984906 (GeV) - -Source track ID 2988 (pi+,0.27816460875763[GeV]) at (266.40002603081,423.12058107682,15.006142572343) +Cell[12,31] 0.00069954414152815 [GeV] +Cell[12,20] 0.15017943187142 [GeV] +Cell[12,19] 0.020121183490767 [GeV] +Cell[11,42] 0.00051099891 [GeV] +Cell[11,5] 0.00046320295613197 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.17197436136985 (GeV) + +Source track ID 2235 (pi+,0.2736907078677[GeV]) at (311.41868961039,391.17566355967,73.868834321863) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,6] 0.10349610244617 [GeV] -Cell[10,7] 0.071762157613806 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.17525826005998 (GeV) - -Source track ID 3547 (gamma,0.67224858404432[GeV]) at (444.05231999685,-229.82066292093,-518.95898316305) +Cell[10,6] 0.094596745143009 [GeV] +Cell[9,4] 0.00022700647515967 [GeV] +Cell[10,31] 0.00037011795638566 [GeV] +Cell[9,5] 0.0012923804420955 [GeV] +Cell[10,5] 0.087013329518365 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.18349957953501 (GeV) + +Source track ID 2659 (gamma,0.67224858404432[GeV]) at (444.05232232013,-229.82065843195,-518.95901498046) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[7,45] 0.0021294427130781 [GeV] -Cell[7,42] 0.0063603955987905 [GeV] -Cell[7,46] 0.00055872104636029 [GeV] -Cell[6,40] 2.4050915468987e-05 [GeV] -Cell[7,43] 0.0091498383424042 [GeV] -Cell[6,46] 0.0033934673808188 [GeV] -Cell[6,45] 0.013486215240649 [GeV] -Cell[6,44] 0.048290025921985 [GeV] -Cell[6,41] 0.00048694799453101 [GeV] -Cell[7,44] 0.5648868863386 [GeV] -Cell[6,43] 0.022456499360749 [GeV] -Cell[8,37] 0.0010260931908907 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.67224858404432 (GeV) - -Source track ID 3548 (gamma,0.13757172036947[GeV]) at (417.90943082583,-274.50265504514,-190.7461144873) +Cell[7,43] 0.00943262072231 [GeV] +Cell[5,34] 0.0018597558158425 [GeV] +Cell[7,42] 0.00051099891 [GeV] +Cell[5,9] 0.0024289351758607 [GeV] +Cell[6,32] 0.00052248443724579 [GeV] +Cell[6,44] 0.029953754111186 [GeV] +Cell[6,43] 0.0078162431729865 [GeV] +Cell[4,25] 0.0063453300875996 [GeV] +Cell[4,24] 4.8700275838883e-05 [GeV] +Cell[7,45] 0.011384415878161 [GeV] +Cell[4,26] 0.00023206930447815 [GeV] +Cell[6,45] 0.00068927827794147 [GeV] +Cell[5,11] 0.00051099891 [GeV] +Cell[7,44] 0.59151175996292 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.66324734504237 (GeV) + +Source track ID 2660 (gamma,0.13757172036947[GeV]) at (417.90942075607,-274.50267037559,-190.7459976801) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[9,44] 0.00051099891 [GeV] -Cell[9,43] 0.090701377460137 [GeV] -Cell[8,43] 0.032147304590544 [GeV] -Cell[8,44] 0.013273771312583 [GeV] -Cell[12,18] 0.00093826809620184 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.13757172036947 (GeV) - -Source track ID 3519 (kaon-,1.1677299737134[GeV]) at (474.64220307505,-157.20934787747,-18.859639528135) +Cell[8,8] 0.00051099891 [GeV] +Cell[8,44] 0.00094382328973627 [GeV] +Cell[9,43] 0.11088980883737 [GeV] +Cell[13,21] 0.0016842844763693 [GeV] +Cell[9,44] 0.0021714039497436 [GeV] +Cell[8,42] 0.0028004636185356 [GeV] +Cell[8,43] 0.017301313320429 [GeV] +Cell[13,23] 0.0012696239672801 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.13757172036947 (GeV) + +Source track ID 2655 (pi-,0.3369986016315[GeV]) at (462.3698002168,-190.30020453872,-47.789641384645) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,22] 0.0010487730923011 [GeV] -Cell[10,8] 2.9166903259465e-05 [GeV] -Cell[8,45] 0.00092219310419341 [GeV] -Cell[11,47] 8.1064888490801e-09 [GeV] -Cell[11,29] 2.1015631500632e-07 [GeV] -Cell[8,41] 1.2797760864487e-05 [GeV] -Cell[7,5] 0.00016680800595714 [GeV] -Cell[9,44] 0.043011731320563 [GeV] -Cell[9,43] 0.0030623742626863 [GeV] -Cell[8,3] 5.0792095862562e-11 [GeV] -Cell[7,4] 0.0011443408264823 [GeV] -Cell[19,23] 6.8116189504508e-06 [GeV] -Cell[11,11] 0.00094651832317733 [GeV] -Cell[10,6] 0.0022062125697013 [GeV] -Cell[12,27] 0.00051099891 [GeV] -Cell[12,30] 5.7256777330622e-05 [GeV] -Cell[13,4] 6.2348704668693e-06 [GeV] -Cell[11,30] 1.592244632775e-06 [GeV] -Cell[11,21] 9.3301187924112e-05 [GeV] -Cell[14,12] 8.9090875317538e-05 [GeV] -Cell[4,37] 0.00035033380347613 [GeV] -Cell[12,24] 0.0050138114821504 [GeV] -Cell[10,44] 0.0029577556575946 [GeV] -Cell[10,45] 0.11305617206132 [GeV] -Cell[9,46] 0.013850057250249 [GeV] -Cell[10,14] 7.8189432299041e-05 [GeV] -Cell[10,47] 0.0025554812555995 [GeV] -Cell[10,46] 0.025692172500626 [GeV] -Cell[4,42] 0.0014026253105447 [GeV] -Cell[15,11] 0.001809827863487 [GeV] -Cell[11,46] 0.0011478807044071 [GeV] -Cell[9,47] 0.003678976018492 [GeV] -Cell[9,0] 0.00082899663867227 [GeV] -Cell[9,45] 0.3909233807553 [GeV] -Cell[10,43] 0.0011286328116777 [GeV] -Cell[10,0] 0.00050067945237424 [GeV] -Cell[15,29] 4.3302232934366e-06 [GeV] -Cell[3,40] 9.0998946689069e-10 [GeV] -Cell[10,37] 0.00014109651053957 [GeV] -Cell[4,41] 5.3232286048797e-06 [GeV] -Cell[3,41] 3.5582898590292e-08 [GeV] -Cell[3,27] 1.911710127024e-05 [GeV] -Cell[9,41] 3.3255017342526e-08 [GeV] -Cell[8,35] 3.6617177946027e-05 [GeV] -Cell[13,19] 0.00060013246035078 [GeV] -Cell[9,40] 5.1135580841219e-05 [GeV] -Cell[12,26] 5.568764754571e-08 [GeV] -Cell[9,42] 0.00044633967680947 [GeV] -Cell[13,5] 2.6030529697891e-06 [GeV] -Cell[17,14] 5.3728048806079e-07 [GeV] -Cell[13,33] 0.00014259340982608 [GeV] -Cell[12,37] 4.8161717131734e-08 [GeV] -Cell[4,15] 0.00035887679228218 [GeV] -Cell[8,44] 0.0035805431909552 [GeV] -Cell[4,16] 0.0043401292437985 [GeV] -Cell[4,17] 9.6388647216372e-06 [GeV] -Cell[4,26] 6.3021898677107e-06 [GeV] -Cell[12,25] 1.9956109172199e-06 [GeV] -Cell[16,5] 8.9002185850404e-06 [GeV] -Cell[5,11] 0.001307159001649 [GeV] -Cell[6,13] 5.6677120676e-05 [GeV] -Cell[9,39] 0.00077733530935825 [GeV] -Cell[7,3] 0.00070390865297975 [GeV] -Cell[7,44] 3.5386281649608e-07 [GeV] -Cell[5,13] 0.00038261489580282 [GeV] -Cell[13,42] 5.202642059885e-07 [GeV] -Cell[14,11] 8.2945854810532e-06 [GeV] -Cell[13,9] 2.8827096684836e-06 [GeV] -Cell[14,9] 1.4807680161198e-05 [GeV] -Cell[9,38] 0.00027409062163429 [GeV] -Cell[9,37] 3.9332995889708e-05 [GeV] -Cell[15,34] 0.00044791269985853 [GeV] -Cell[14,41] 1.1303947016131e-05 [GeV] -Cell[14,35] 1.8350301834289e-06 [GeV] -Cell[13,17] 5.6650359056221e-08 [GeV] -Cell[10,42] 0.00031857473968069 [GeV] -Cell[19,24] 0.00060664019002194 [GeV] -Cell[13,18] 1.3760419016307e-05 [GeV] -Cell[15,35] 4.6945574023994e-05 [GeV] -Cell[16,39] 1.3679640571354e-05 [GeV] -Cell[17,41] 0.00043095961479708 [GeV] -Cell[17,42] 2.0006955800341e-05 [GeV] -Cell[4,40] 8.3866142620082e-07 [GeV] -Cell[4,38] 0.00020571451388889 [GeV] -Cell[13,34] 0.0028320254081709 [GeV] -Cell[14,10] 5.9565246920101e-07 [GeV] -Cell[16,44] 2.7970335213467e-07 [GeV] -Cell[18,23] 8.9925941429101e-06 [GeV] -Cell[14,34] 0.0021911584591998 [GeV] -Cell[16,4] 0.00018133880911228 [GeV] -Cell[18,17] 1.5723609230918e-06 [GeV] -Cell[5,12] 0.0007615854660695 [GeV] -Cell[9,1] 2.0727693935555e-05 [GeV] -Cell[10,3] 0.0011623596653963 [GeV] -Cell[9,2] 6.6859884327641e-08 [GeV] -Cell[14,8] 1.7954074110094e-08 [GeV] -Cell[18,18] 0.0023941591891033 [GeV] -Cell[16,41] 4.4109317823313e-06 [GeV] -Cell[16,42] 6.9767675086041e-09 [GeV] -Cell[15,12] 0.053832256908372 [GeV] -### Total energy deposition in calorimeter by a source track in 100 cells : 0.69712554034673 (GeV) - -Source track ID 3516 (gamma,0.015859560263227[GeV]) at (453.63011549699,-210.28485041532,-430.35183456153) +Cell[9,42] 1.2380769476295e-10 [GeV] +Cell[7,22] 1.2470143818064e-05 [GeV] +Cell[9,43] 0.00030607662106593 [GeV] +Cell[9,47] 4.223863070365e-07 [GeV] +Cell[8,20] 0.00058418738620207 [GeV] +Cell[5,20] 1.3427745114313e-05 [GeV] +Cell[5,21] 4.5384202052446e-05 [GeV] +Cell[8,22] 3.0623999802629e-05 [GeV] +Cell[11,45] 0.0004335896451438 [GeV] +Cell[11,44] 5.1761837094091e-06 [GeV] +Cell[8,16] 8.6244595877361e-08 [GeV] +Cell[11,29] 7.3130461196342e-06 [GeV] +Cell[9,24] 5.6198864767794e-06 [GeV] +Cell[10,35] 8.4709604677755e-06 [GeV] +Cell[9,17] 0.00022715670954733 [GeV] +Cell[10,29] 0.00041230809963884 [GeV] +Cell[12,36] 1.4140471554128e-05 [GeV] +Cell[8,30] 3.864843165502e-08 [GeV] +Cell[8,34] 2.1812506020069e-08 [GeV] +Cell[9,21] 3.7387682039025e-07 [GeV] +Cell[10,34] 6.8771181080706e-05 [GeV] +Cell[5,19] 0.00018496963414066 [GeV] +Cell[4,19] 0.00050562901875242 [GeV] +Cell[2,32] 1.328294843006e-09 [GeV] +Cell[9,44] 0.023624674555407 [GeV] +Cell[9,45] 0.15083154908009 [GeV] +Cell[8,24] 4.1415603773203e-06 [GeV] +Cell[7,45] 5.8619277865546e-08 [GeV] +Cell[11,8] 0.0017153540981725 [GeV] +Cell[11,46] 2.2282412826371e-06 [GeV] +Cell[13,1] 1.3065724726857e-07 [GeV] +Cell[10,47] 0.0033151862905282 [GeV] +Cell[10,45] 4.9683024990372e-06 [GeV] +Cell[9,22] 0.0021520956770215 [GeV] +Cell[10,42] 2.7512248299558e-05 [GeV] +Cell[10,43] 0.00048179707084989 [GeV] +Cell[11,40] 0.0015754933711784 [GeV] +Cell[11,39] 0.0036421643057125 [GeV] +Cell[10,39] 0.0015815350073017 [GeV] +Cell[11,38] 9.7507116834095e-09 [GeV] +Cell[8,42] 1.0607037693262e-06 [GeV] +Cell[9,27] 7.5551740363835e-06 [GeV] +Cell[8,27] 3.0968341598054e-05 [GeV] +Cell[9,28] 0.0016005620945021 [GeV] +Cell[8,21] 3.4530743397454e-06 [GeV] +Cell[10,44] 0.00082727566688266 [GeV] +Cell[9,16] 1.7348970640569e-05 [GeV] +Cell[8,23] 1.4197890704963e-06 [GeV] +Cell[9,46] 0.00043300560503189 [GeV] +Cell[8,46] 2.7196266455576e-07 [GeV] +Cell[8,45] 0.00070708424281099 [GeV] +Cell[8,17] 0.0014923929374553 [GeV] +Cell[3,31] 7.305853229127e-07 [GeV] +Cell[14,1] 7.6582209089793e-06 [GeV] +Cell[3,34] 1.3232085620984e-08 [GeV] +Cell[3,32] 1.8919432704934e-07 [GeV] +Cell[10,40] 0.00073111594063084 [GeV] +### Total energy deposition in calorimeter by a source track in 57 cells : 0.19768726392748 (GeV) + +Source track ID 2656 (neutron,1.2043245587175[GeV]) at (474.86256291725,-156.54247455454,18.643000205833) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[6,29] 0.0026771476761381 [GeV] -Cell[7,45] 0.0011588369845307 [GeV] -Cell[5,29] 0.00074251843229269 [GeV] -Cell[7,44] 0.011281057170266 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.015859560263227 (GeV) +Cell[11,45] 0.0010499726631336 [GeV] +Cell[11,44] 1.1756071151467e-05 [GeV] +Cell[15,41] 0.025133544194876 [GeV] +Cell[17,41] 3.8727160502958e-06 [GeV] +Cell[15,40] 0.00012532831709325 [GeV] +Cell[15,42] 0.0035518705482881 [GeV] +Cell[14,42] 0.001144382544012 [GeV] +Cell[14,41] 0.00077159108148044 [GeV] +Cell[9,45] 4.0004892225625e-05 [GeV] +Cell[11,43] 2.1674255776816e-08 [GeV] +Cell[13,43] 1.4882013230817e-05 [GeV] +Cell[11,47] 0.0012760283299495 [GeV] +Cell[11,46] 1.9834333507561e-05 [GeV] +Cell[12,43] 2.49393969425e-05 [GeV] +Cell[10,45] 0.060154924103922 [GeV] +Cell[13,42] 0.0022277565643722 [GeV] +Cell[17,42] 0.0012143527027607 [GeV] +Cell[10,42] 9.711948223412e-11 [GeV] +Cell[10,43] 0.0012756723963477 [GeV] +Cell[16,42] 0.0012017659118547 [GeV] +Cell[16,41] 0.0075640954614759 [GeV] +Cell[9,1] 0.00010503665932367 [GeV] +Cell[10,46] 0.0051924731989848 [GeV] +Cell[11,0] 0.00094703011531969 [GeV] +Cell[10,44] 0.00069975106516017 [GeV] +Cell[9,2] 0.00058461071509544 [GeV] +Cell[9,46] 3.4997914011001e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 27 cells : 0.11437049568194 (GeV) + +Source track ID 2623 (gamma,0.14026421693486[GeV]) at (484.00858148457,-125.44199077379,-41.381266576399) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[9,45] 0.0049217935690083 [GeV] +Cell[10,43] 0.00021677226597682 [GeV] +Cell[10,46] 0.0055859605591376 [GeV] +Cell[9,46] 0.12924546389671 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.13996999029084 (GeV) -Source track ID 3517 (gamma,0.75885122891297[GeV]) at (497.51078033779,-49.829945290781,326.48051083415) +Source track ID 2626 (e-,0.022741775028209[GeV]) at (426.2907979909,-261.29706379576,-1249.8195642524) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[11,47] 0.69352114105116 [GeV] -Cell[13,35] 0.0018827577186697 [GeV] -Cell[8,28] 0.0011214419530154 [GeV] -Cell[13,32] 0.00034026898308222 [GeV] -Cell[14,5] 0.00034592209208657 [GeV] -Cell[12,28] 0.0011126185772562 [GeV] -Cell[12,27] 0.00086504377809098 [GeV] -Cell[9,24] 0.00051099891 [GeV] -Cell[11,34] 0.00064302211458045 [GeV] -Cell[12,47] 0.0047466397696425 [GeV] -Cell[12,46] 0.0087616600077204 [GeV] -Cell[11,46] 0.031756040786223 [GeV] -Cell[11,45] 0.0011622014866229 [GeV] -Cell[11,1] 0.00075926792763998 [GeV] -Cell[11,0] 0.0017319176454499 [GeV] -Cell[12,0] 0.0009854901151778 [GeV] -Cell[15,22] 0.0016363838830932 [GeV] -Cell[10,18] 0.0025155325694719 [GeV] -### Total energy deposition in calorimeter by a source track in 18 cells : 0.75439834936899 (GeV) - -Source track ID 3274 (mu-,0.90747186102164[GeV]) at (-495.01092354563,-70.45697673407,1794.0604343839) +Cell[3,43] 0.022230776118209 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.022230776118209 (GeV) + +Source track ID 2624 (gamma,0.036377465437225[GeV]) at (259.89157510023,427.14911821508,-390.76651182398) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[19,25] 0.22538611656008 [GeV] -Cell[19,26] 0.0024049264559831 [GeV] -Cell[18,25] 0.014251890628626 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.24204293364469 (GeV) +Cell[8,8] 0.0012504173676613 [GeV] +Cell[7,8] 0.0080923936968488 [GeV] +Cell[8,7] 0.02670177971635 [GeV] +Cell[7,7] 0.00033287465636476 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.036377465437225 (GeV) -Source track ID 3258 (gamma,0.12620965025075[GeV]) at (-487.28250301992,-112.05249774389,703.88980967664) +Source track ID 2553 (neutron,0.97757164709953[GeV]) at (-144.89115847346,-478.54629054692,1257.2752175933) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[13,26] 0.0012405518622043 [GeV] -Cell[14,25] 0.0038426271248915 [GeV] -Cell[13,25] 0.11651432039825 [GeV] -Cell[16,1] 0.0003802858197979 [GeV] -Cell[11,12] 0.0015557320045956 [GeV] -Cell[13,15] 6.3515918189634e-05 [GeV] -Cell[13,16] 0.0021651341310104 [GeV] -Cell[15,46] 0.00044748299181037 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.12620965025075 (GeV) - -Source track ID 3259 (gamma,0.088297327870564[GeV]) at (61.272156676056,-496.23152138519,76.525338646172) +Cell[16,32] 1.4172379916999e-05 [GeV] +Cell[17,32] 3.728796588257e-05 [GeV] +Cell[16,35] 1.6994155331531e-06 [GeV] +Cell[16,9] 0.00035558949138726 [GeV] +Cell[16,8] 0.0013465986910769 [GeV] +Cell[16,34] 0.00083630922466136 [GeV] +Cell[17,20] 5.0902599468827e-11 [GeV] +Cell[17,21] 4.5029393444111e-05 [GeV] +Cell[18,20] 1.5761051713525e-07 [GeV] +Cell[14,19] 0.00096514977043864 [GeV] +Cell[16,33] 0.0052434214899559 [GeV] +Cell[17,23] 5.1759135094471e-06 [GeV] +Cell[18,22] 0.0017701637936738 [GeV] +Cell[17,22] 0.0006608917215719 [GeV] +Cell[18,21] 0.0040828305866494 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 0.015364477499121 (GeV) + +Source track ID 2617 (neutron,0.94218531643202[GeV]) at (-148.17910825232,-477.53842973896,336.25849751721) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[10,36] 0.082985314938423 [GeV] -Cell[10,37] 0.005312012932141 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.088297327870564 (GeV) +Cell[12,31] 5.5231555506907e-10 [GeV] +Cell[12,29] 0.00019406365422549 [GeV] +Cell[12,30] 0.0024258922225459 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.002619956429087 (GeV) -Source track ID 2993 (pi+,0.88672798454736[GeV]) at (5.2511205757455,499.97242497232,750.14464187733) +Source track ID 2619 (gamma,0.00048999260468705[GeV]) at (282.21970232762,-412.73725252042,-357.7671340308) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[14,7] 0.0056758862294051 [GeV] -Cell[15,13] 1.6708165967657e-05 [GeV] -Cell[14,13] 0.0012770807854923 [GeV] -Cell[14,12] 0.00041252395723313 [GeV] -Cell[15,11] 0.0069689185061426 [GeV] -Cell[15,10] 0.0044393387983001 [GeV] -Cell[17,14] 4.0838403947419e-10 [GeV] -Cell[17,13] 2.2670103248856e-08 [GeV] -Cell[15,26] 0.00077420654812329 [GeV] -Cell[16,14] 4.1555134089322e-08 [GeV] -Cell[16,12] 4.7908010287756e-08 [GeV] -Cell[17,12] 0.00095442089806147 [GeV] -Cell[16,9] 0.011059259757822 [GeV] -Cell[18,32] 0.00037011575216502 [GeV] -Cell[18,33] 0.0012761119185753 [GeV] -Cell[19,33] 1.8815135751993e-07 [GeV] -Cell[14,11] 0.39615612100849 [GeV] -Cell[13,10] 3.3322783360745e-07 [GeV] -Cell[14,9] 0.0042007876399655 [GeV] -Cell[16,8] 0.0083259245453781 [GeV] -Cell[15,7] 8.7601961518885e-05 [GeV] -Cell[17,9] 0.002162731065809 [GeV] -Cell[16,13] 0.011035372637283 [GeV] -Cell[13,11] 0.066874185380575 [GeV] -Cell[14,10] 0.0058266392136674 [GeV] -Cell[15,27] 2.1189298015088e-05 [GeV] -Cell[14,8] 0.0022309057990368 [GeV] -Cell[15,12] 2.8793895888157e-05 [GeV] -Cell[19,32] 9.5135199080687e-07 [GeV] -Cell[17,1] 8.0874851164481e-08 [GeV] -Cell[15,9] 0.022372464244568 [GeV] -Cell[18,9] 5.2604855227401e-10 [GeV] -Cell[15,8] 3.9278507756535e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 33 cells : 0.55254899395971 (GeV) - -Source track ID 3105 (pi-,0.65424359264842[GeV]) at (-91.720828329565,-491.5152995081,1125.4086718541) +Cell[8,40] 0.00048999260468705 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00048999260468705 (GeV) + +Source track ID 2590 (gamma,0.00012294761468793[GeV]) at (207.43630165273,-454.93975508482,-202.08326547336) Original primary track ID 41 (unknown,2.6699951779791[GeV]) -Cell[8,17] 2.8284398431424e-06 [GeV] -Cell[15,38] 3.1609670259058e-10 [GeV] -Cell[19,7] 8.6110003505837e-06 [GeV] -Cell[15,32] 0.00091735369975606 [GeV] -Cell[14,7] 0.00052167361148202 [GeV] -Cell[12,42] 7.1675990739095e-07 [GeV] -Cell[16,37] 0.0041777896662822 [GeV] -Cell[16,36] 0.036466312642953 [GeV] -Cell[11,40] 4.1699641587911e-07 [GeV] -Cell[8,16] 0.003134202031055 [GeV] -Cell[11,38] 3.3093387938038e-05 [GeV] -Cell[16,12] 1.1317693861201e-08 [GeV] -Cell[17,27] 3.1458213925362e-08 [GeV] -Cell[14,9] 5.3923718152191e-06 [GeV] -Cell[17,37] 0.0095357584867962 [GeV] -Cell[17,36] 0.029897655308845 [GeV] -Cell[18,35] 0.00074127583469601 [GeV] -Cell[19,35] 8.4843117065247e-09 [GeV] -Cell[12,41] 3.4869299270213e-10 [GeV] -Cell[11,39] 3.3309669181563e-06 [GeV] -Cell[15,34] 0.10086431516699 [GeV] -Cell[16,34] 0.0058345783703441 [GeV] -Cell[16,35] 0.1281560316778 [GeV] -Cell[16,33] 2.2702674039465e-05 [GeV] -Cell[17,35] 0.0018684278188682 [GeV] -Cell[15,35] 6.8198185908841e-05 [GeV] -Cell[16,47] 1.4983082867275e-06 [GeV] -Cell[16,38] 3.5814788909875e-05 [GeV] -Cell[16,39] 8.3839755689041e-09 [GeV] -Cell[9,17] 0.00016299106899999 [GeV] -Cell[16,20] 1.9059283658862e-08 [GeV] -Cell[14,10] 2.5020327257153e-08 [GeV] -Cell[15,33] 0.00089240591673547 [GeV] -Cell[14,34] 0.0016073229426473 [GeV] -Cell[19,15] 9.4483626889996e-06 [GeV] -Cell[19,34] 1.2904820323456e-11 [GeV] -Cell[17,0] 0.00066788780647221 [GeV] -Cell[17,47] 8.3678751252592e-09 [GeV] -Cell[16,0] 2.3204006538435e-10 [GeV] -### Total energy deposition in calorimeter by a source track in 39 cells : 0.32563814729516 (GeV) - -Source track ID 2943 (e-,0.10333826231856[GeV]) at (34.07274490176,-498.83769710684,-20.991620984339) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,36] 0.098425748753228 [GeV] -Cell[8,35] 0.00019639153149086 [GeV] -Cell[9,37] 0.003992636898458 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.10261477718318 (GeV) +Cell[8,39] 0.00012294761468793 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00012294761468793 (GeV) -Source track ID 2945 (gamma,4.4327787692407e-05[GeV]) at (-53.67723123915,-497.11040508774,-20.023309335458) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,35] 4.4327787692407e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 4.4327787692407e-05 (GeV) +Source track ID 2596 (gamma,0.000222315536447[GeV]) at (338.0280660432,-368.42506234931,111.1221142126) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[10,41] 0.000222315536447 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.000222315536447 (GeV) -Source track ID 2946 (gamma,0.058012336454055[GeV]) at (-55.097842717986,-496.9549554314,-19.603827870488) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,36] 0.00029982796574229 [GeV] -Cell[10,36] 0.00021117094425771 [GeV] -Cell[9,34] 0.034493655268825 [GeV] -Cell[10,33] 0.00051099891 [GeV] -Cell[10,35] 0.0041774963729031 [GeV] -Cell[9,35] 0.018319186992327 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.058012336454055 (GeV) - -Source track ID 2947 (gamma,0.0096907614520967[GeV]) at (-57.689091491533,-496.6608185904,-18.87521340349) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,34] 0.0096907614520967 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0096907614520967 (GeV) +Source track ID 2601 (gamma,8.3649112519427e-05[GeV]) at (-283.75497672759,411.68326803785,519.2168016066) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[12,16] 8.3649112519427e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 8.3649112519427e-05 (GeV) -Source track ID 2953 (gamma,0.00074314472963598[GeV]) at (-14.471071828006,-499.79054420842,-44.943409692921) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,35] 0.00074314472963598 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00074314472963598 (GeV) +Source track ID 2592 (gamma,0.00027891112886497[GeV]) at (70.973116851897,494.93718458439,787.60546234804) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[13,10] 0.00027891112886497 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00027891112886497 (GeV) -Source track ID 2954 (gamma,0.00037257020570334[GeV]) at (131.28801785783,-482.45565222823,-280.32478155779) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,38] 0.00037257020570334 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00037257020570334 (GeV) +Source track ID 2594 (gamma,0.00051099891[GeV]) at (298.51569004345,-401.10894130882,-198.47190427703) +Original primary track ID 41 (unknown,2.6699951779791[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 2958 (gamma,0.0015134800769359[GeV]) at (485.80234203064,118.30504840263,-216.9468060842) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,1] 0.0015134800769359 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0015134800769359 (GeV) +Source track ID 2595 (gamma,0.00051099891[GeV]) at (360.7524470846,346.20466767863,1489.2356072514) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[17,5] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) -Source track ID 2960 (gamma,0.0057458935923631[GeV]) at (-15.017369568104,-499.77442772841,-81.879259365328) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[13,26] 0.00051099891 [GeV] -Cell[9,34] 0.0010080415474582 [GeV] -Cell[9,35] 0.0042268531349048 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.0057458935923631 (GeV) +Source track ID 2559 (neutron,0.94156833783035[GeV]) at (447.06249180204,-223.90875021703,62.874746484327) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[10,45] 9.0717664988915e-09 [GeV] +Cell[10,44] 0.001971818918318 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.0019718279900845 (GeV) -Source track ID 2961 (gamma,7.7028844988673e-05[GeV]) at (-102.14943654383,-489.45428041215,-80.442428914196) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,34] 7.7028844988673e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 7.7028844988673e-05 (GeV) +Source track ID 2560 (neutron,0.94004046878422[GeV]) at (434.96663335386,-246.58472756601,48.364783584718) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[10,45] 5.2880481007378e-09 [GeV] +Cell[10,44] 0.00047510349364291 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.00047510878169101 (GeV) -Source track ID 2963 (gamma,7.0510992949004e-05[GeV]) at (50.118178366793,-497.48182700195,-122.37880263997) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,36] 7.0510992949004e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 7.0510992949004e-05 (GeV) +Source track ID 2545 (gamma,0.015859560263227[GeV]) at (453.63009352848,-210.28489780615,-430.35206799032) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[7,42] 0.00054952737576026 [GeV] +Cell[8,24] 0.00016831371528732 [GeV] +Cell[7,24] 0.00034268519471268 [GeV] +Cell[7,44] 0.014799033977467 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.015859560263227 (GeV) -Source track ID 2965 (gamma,0.012522347812634[GeV]) at (100.24622885797,-489.84762283771,-87.151319025482) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,37] 0.012522347812634 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.012522347812634 (GeV) +Source track ID 2546 (gamma,0.75885122891297[GeV]) at (497.51078043627,-49.829944307523,326.48051528475) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[8,14] 0.00011741508645454 [GeV] +Cell[14,31] 0.0004793663033997 [GeV] +Cell[6,27] 0.00051099891 [GeV] +Cell[12,46] 0.023905659718773 [GeV] +Cell[11,47] 0.6308146008549 [GeV] +Cell[11,46] 0.025436150107482 [GeV] +Cell[12,47] 0.056470717159752 [GeV] +Cell[12,0] 0.0046567404818687 [GeV] +Cell[11,0] 0.010647266111422 [GeV] +Cell[10,40] 0.0029450161800884 [GeV] +### Total energy deposition in calorimeter by a source track in 10 cells : 0.75598393091414 (GeV) + +Source track ID 2540 (gamma,0.20498507085045[GeV]) at (-301.46461308947,398.8973389919,1012.7583748344) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[16,0] 0.00058045608043622 [GeV] +Cell[16,16] 0.005995874058656 [GeV] +Cell[14,16] 0.00027724247523623 [GeV] +Cell[15,16] 0.12768843347692 [GeV] +Cell[15,17] 0.069436969227714 [GeV] +Cell[16,47] 0.00031125624365496 [GeV] +Cell[16,10] 0.00069483928783334 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.20498507085045 (GeV) + +Source track ID 2516 (pi+,0.28061202847687[GeV]) at (419.67220783948,-271.79999626036,1087.6152388283) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[15,43] 0.1984654504863 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.1984654504863 (GeV) -Source track ID 2968 (gamma,0.0005598087508551[GeV]) at (366.44221967606,-340.17657126687,-1260.4109549274) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,42] 0.0005598087508551 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0005598087508551 (GeV) +Source track ID 2403 (gamma,0.12620965025075[GeV]) at (-487.28249370505,-112.05253825142,703.88981001366) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[13,26] 0.0018632584415077 [GeV] +Cell[14,26] 0.00051099891 [GeV] +Cell[13,25] 0.11894926329431 [GeV] +Cell[15,13] 0.0043481754077445 [GeV] +Cell[13,10] 0.00053795419719054 [GeV] +### Total energy deposition in calorimeter by a source track in 5 cells : 0.12620965025075 (GeV) + +Source track ID 2404 (gamma,0.088297327870564[GeV]) at (61.272122132283,-496.23152565048,76.525387355874) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[10,36] 0.085960328399182 [GeV] +Cell[10,37] 0.0018260005613827 [GeV] +Cell[10,39] 0.00028320582379965 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.088069534784364 (GeV) -Source track ID 2969 (gamma,0.00051099891[GeV]) at (18.979889413952,-499.63963393413,-135.13436720151) +Source track ID 2240 (pi+,0.88674270488427[GeV]) at (5.764455068087,499.96676995353,752.04006177539) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[11,45] 3.5714470985113e-05 [GeV] +Cell[15,10] 0.10422907984593 [GeV] +Cell[15,8] 0.00012756618863864 [GeV] +Cell[11,35] 4.6463704580674e-05 [GeV] +Cell[15,12] 9.8761550179915e-07 [GeV] +Cell[15,11] 0.11438396177188 [GeV] +Cell[10,37] 0.00050872861040878 [GeV] +Cell[10,12] 0.00019468664902951 [GeV] +Cell[16,9] 0.00052830122702153 [GeV] +Cell[16,8] 5.1310053095222e-11 [GeV] +Cell[18,10] 0.00015914191753473 [GeV] +Cell[18,11] 0.00018728624718653 [GeV] +Cell[14,9] 0.027936100876395 [GeV] +Cell[14,14] 0.00080717083065713 [GeV] +Cell[13,10] 0.0017878212278435 [GeV] +Cell[14,15] 3.8842069625389e-06 [GeV] +Cell[14,13] 1.2298631336307e-05 [GeV] +Cell[13,16] 1.5119500176297e-09 [GeV] +Cell[13,15] 0.00036108954778399 [GeV] +Cell[14,11] 0.18503829617825 [GeV] +Cell[13,13] 2.7704028379958e-06 [GeV] +Cell[12,13] 5.5100281606428e-06 [GeV] +Cell[14,10] 0.012225073271314 [GeV] +Cell[14,8] 0.0059132098215597 [GeV] +Cell[13,11] 0.072601572931496 [GeV] +Cell[16,10] 2.5168418257635e-05 [GeV] +Cell[15,9] 0.016015442590265 [GeV] +Cell[16,11] 0.1225660138478 [GeV] +Cell[15,5] 0.0012661928184772 [GeV] +### Total energy deposition in calorimeter by a source track in 29 cells : 0.66696953544136 (GeV) + +Source track ID 2308 (pi-,0.65411841690176[GeV]) at (-91.156611553101,-491.6202519935,1126.0213391366) +Original primary track ID 41 (unknown,2.6699951779791[GeV]) +Cell[16,32] 0.0031148789513818 [GeV] +Cell[17,32] 0.0016563539923373 [GeV] +Cell[17,31] 0.00043800751642402 [GeV] +Cell[16,31] 0.0029574215312621 [GeV] +Cell[16,39] 0.00081966765671677 [GeV] +Cell[19,15] 7.3757824061431e-06 [GeV] +Cell[17,41] 1.6507707186975e-07 [GeV] +Cell[15,8] 1.968996366486e-08 [GeV] +Cell[18,16] 0.0094380121231749 [GeV] +Cell[16,12] 0.00092393929229826 [GeV] +Cell[15,11] 3.486031095963e-05 [GeV] +Cell[15,33] 0.00038619691081587 [GeV] +Cell[5,5] 5.10856625624e-08 [GeV] +Cell[5,39] 6.6233702818863e-07 [GeV] +Cell[5,40] 0.00017887832572058 [GeV] +Cell[5,4] 3.5377143866526e-06 [GeV] +Cell[5,3] 1.2287011711123e-05 [GeV] +Cell[16,37] 4.2786285041529e-07 [GeV] +Cell[17,37] 2.396835297418e-06 [GeV] +Cell[16,40] 0.0038847163177562 [GeV] +Cell[18,38] 8.1007834194224e-07 [GeV] +Cell[15,39] 1.0001967893913e-07 [GeV] +Cell[17,42] 6.6114997025579e-08 [GeV] +Cell[16,36] 0.0024305689642254 [GeV] +Cell[16,35] 0.12486365873188 [GeV] +Cell[15,37] 1.5634286683053e-09 [GeV] +Cell[17,36] 0.0015375021517681 [GeV] +Cell[17,35] 0.0047034457567836 [GeV] +Cell[18,35] 2.3699268046698e-05 [GeV] +Cell[18,36] 0.0010958058370367 [GeV] +Cell[17,34] 0.015919307767232 [GeV] +Cell[16,8] 5.4749476244069e-06 [GeV] +Cell[15,34] 0.10911314174094 [GeV] +Cell[16,34] 0.03887400596871 [GeV] +Cell[17,33] 0.0053841188292919 [GeV] +Cell[18,34] 0.00034902946992895 [GeV] +Cell[16,41] 8.5725623464441e-05 [GeV] +Cell[16,33] 0.0078729226357459 [GeV] +Cell[18,33] 0.011074643444578 [GeV] +Cell[19,16] 1.3138975108291e-05 [GeV] +Cell[17,2] 1.0084238601848e-07 [GeV] +Cell[18,37] 0.0015259250637932 [GeV] +Cell[18,15] 0.018317891341098 [GeV] +Cell[16,13] 0.0016854149609788 [GeV] +### Total energy deposition in calorimeter by a source track in 44 cells : 0.36873635642229 (GeV) + +Source track ID 2231 (gamma,0.23818895051853[GeV]) at (-24.111052240173,-499.41831880686,-17.911064377671) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,36] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) - -Source track ID 2970 (gamma,0.0003495219890744[GeV]) at (-350.11754123767,356.95617002328,247.48281096019) +Cell[9,34] 0.00070036488696385 [GeV] +Cell[9,38] 0.00042656265383832 [GeV] +Cell[12,26] 0.00076539832433875 [GeV] +Cell[10,35] 0.0156178894449 [GeV] +Cell[10,36] 0.00028011417952202 [GeV] +Cell[9,36] 0.0025803886991786 [GeV] +Cell[10,37] 0.00015108452050496 [GeV] +Cell[9,35] 0.21693689988316 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.23745870259241 (GeV) + +Source track ID 2232 (gamma,0.33413532464401[GeV]) at (245.8933673121,435.35784351717,97.500310757389) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[11,17] 0.0003495219890744 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0003495219890744 (GeV) +Cell[10,6] 0.00049500147540725 [GeV] +Cell[10,9] 0.00028641793482654 [GeV] +Cell[10,8] 0.29079773071051 [GeV] +Cell[10,7] 0.042556174523265 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.334135324644 (GeV) -Source track ID 2942 (gamma,0.33413532464401[GeV]) at (245.8933673121,435.35784351717,97.500310757389) +Source track ID 2125 (pi-,1.7949903031836[GeV]) at (441.96113466344,-233.81692720374,-1859.8991636185) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[10,8] 0.27856090145487 [GeV] -Cell[10,6] 0.0028070127408578 [GeV] -Cell[10,9] 0.0049102303744836 [GeV] -Cell[10,7] 0.047857180073798 [GeV] -### Total energy deposition in calorimeter by a source track in 4 cells : 0.33413532464401 (GeV) +Cell[0,42] 0.00042990894580896 [GeV] +Cell[0,44] 0.23063746440943 [GeV] +Cell[0,45] 0.0078423337151913 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.23890970707043 (GeV) -Source track ID 2825 (pi-,1.7949639347304[GeV]) at (442.72387946477,-232.36946131465,-1863.5147116066) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,21] 9.0075677145478e-06 [GeV] -Cell[7,46] 1.9986878032796e-06 [GeV] -Cell[4,20] 0.00223315937107 [GeV] -Cell[0,40] 0.0016256029823153 [GeV] -Cell[7,20] 2.3369591148594e-05 [GeV] -Cell[2,7] 1.9055915548734e-06 [GeV] -Cell[5,20] 0.0087108342423064 [GeV] -Cell[5,19] 1.2434925338312e-08 [GeV] -Cell[4,19] 0.0026498453972332 [GeV] -Cell[7,30] 5.6390892714262e-06 [GeV] -Cell[2,28] 6.9709401286673e-06 [GeV] -Cell[3,41] 9.9197742529213e-06 [GeV] -Cell[2,45] 0.0012974454860226 [GeV] -Cell[2,46] 0.00046247313862989 [GeV] -Cell[4,5] 0.002951923900723 [GeV] -Cell[4,4] 0.0040303224052437 [GeV] -Cell[2,27] 0.0020434872325762 [GeV] -Cell[3,27] 3.6149102583749e-05 [GeV] -Cell[5,17] 2.4476760423568e-05 [GeV] -Cell[4,3] 4.143189471506e-10 [GeV] -Cell[4,18] 0.0015986412065974 [GeV] -Cell[3,18] 1.3175281310396e-11 [GeV] -Cell[3,20] 3.7921315506082e-05 [GeV] -Cell[3,21] 5.032580824718e-06 [GeV] -Cell[1,44] 0.00021661240736205 [GeV] -Cell[1,21] 9.6563526312821e-07 [GeV] -Cell[1,20] 6.7107382526046e-05 [GeV] -Cell[1,22] 0.0017327101739203 [GeV] -Cell[0,5] 6.6485524876043e-06 [GeV] -Cell[0,9] 2.3986129499463e-06 [GeV] -Cell[5,18] 4.1687412594911e-06 [GeV] -Cell[4,17] 1.8613594496856e-05 [GeV] -Cell[1,42] 0.0011593606941816 [GeV] -Cell[3,5] 1.1055626944199e-06 [GeV] -Cell[2,3] 0.00090554314426515 [GeV] -Cell[4,32] 1.521697164435e-07 [GeV] -Cell[1,2] 9.8111695186162e-05 [GeV] -Cell[1,0] 0.0066589797436212 [GeV] -Cell[0,8] 4.1442399378866e-09 [GeV] -Cell[3,4] 0.00040228955253588 [GeV] -Cell[2,4] 1.60097169653e-05 [GeV] -Cell[0,0] 0.0010825285827627 [GeV] -Cell[1,46] 0.0062238354615203 [GeV] -Cell[0,43] 0.024612436297966 [GeV] -Cell[0,42] 0.023269271037892 [GeV] -Cell[1,45] 0.0074319907722979 [GeV] -Cell[1,47] 1.8447669119382e-05 [GeV] -Cell[2,47] 0.0045800941261565 [GeV] -Cell[0,39] 0.00012438825826894 [GeV] -Cell[1,6] 0.0017488388117956 [GeV] -Cell[1,5] 3.8228371175592e-05 [GeV] -Cell[0,46] 0.00042504501758776 [GeV] -Cell[4,31] 9.2627888079733e-09 [GeV] -Cell[4,30] 5.4337142501026e-09 [GeV] -Cell[2,20] 6.0558663099073e-06 [GeV] -Cell[2,2] 2.9521559280283e-06 [GeV] -Cell[4,22] 1.7933643903234e-11 [GeV] -Cell[2,1] 0.0013015556657959 [GeV] -Cell[2,0] 0.0040790472409129 [GeV] -Cell[1,39] 0.0016949656572858 [GeV] -Cell[0,38] 7.4515372450605e-06 [GeV] -Cell[0,16] 2.529540855528e-05 [GeV] -Cell[1,1] 0.00060469738028974 [GeV] -Cell[0,45] 0.0064978016991387 [GeV] -Cell[0,44] 0.48086120283548 [GeV] -Cell[1,41] 9.3253399491687e-05 [GeV] -Cell[7,21] 9.5815817615858e-05 [GeV] -Cell[6,18] 7.6970900408924e-10 [GeV] -Cell[7,19] 8.4730584148929e-10 [GeV] -Cell[5,22] 2.8163701063022e-07 [GeV] -Cell[6,22] 0.00041487975441123 [GeV] -Cell[0,47] 0.00048827794034185 [GeV] -Cell[6,23] 5.4864638659637e-06 [GeV] -Cell[4,14] 8.9508206315259e-08 [GeV] -Cell[1,38] 5.4531910791411e-09 [GeV] -Cell[0,41] 0.0050822309998307 [GeV] -Cell[1,27] 0.0017406461228858 [GeV] -Cell[1,40] 0.00094021516507906 [GeV] -Cell[1,43] 9.1323635715526e-06 [GeV] -Cell[0,2] 7.2925620770548e-06 [GeV] -Cell[3,14] 0.0012928085866334 [GeV] -### Total energy deposition in calorimeter by a source track in 81 cells : 0.61386348270917 (GeV) - -Source track ID 2543 (gamma,0.16498092085606[GeV]) at (-167.27757101576,471.18808795965,-1116.9833877855) +Source track ID 1819 (gamma,0.16498092085606[GeV]) at (-167.27757529263,471.1880864413,-1116.9835516122) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,26] 0.00052155206050529 [GeV] -Cell[15,38] 0.00028291160204316 [GeV] -Cell[4,15] 0.0039685482720131 [GeV] -Cell[3,22] 0.00051099891 [GeV] -Cell[4,14] 0.15585803604838 [GeV] -Cell[4,13] 0.0017856234584392 [GeV] -Cell[3,14] 0.0020532505046777 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.16498092085606 (GeV) - -Source track ID 2454 (gamma,0.010797010482249[GeV]) at (-498.58295828964,37.616933728752,-405.5344744185) +Cell[5,37] 0.0013295026038022 [GeV] +Cell[4,16] 0.0010036010275833 [GeV] +Cell[5,38] 0.0017529874730513 [GeV] +Cell[2,39] 0.0016191071039052 [GeV] +Cell[3,14] 0.010105943975935 [GeV] +Cell[4,15] 0.0022839771357147 [GeV] +Cell[3,15] 0.001917470193408 [GeV] +Cell[4,14] 0.14496833134266 [GeV] +### Total energy deposition in calorimeter by a source track in 8 cells : 0.16498092085606 (GeV) + +Source track ID 1750 (gamma,0.025785962614609[GeV]) at (-499.85155935852,12.182717548206,-421.85986118995) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[8,23] 0.001352450825824 [GeV] -Cell[7,3] 0.00061321356170581 [GeV] -Cell[7,23] 0.0088313460947193 [GeV] -### Total energy deposition in calorimeter by a source track in 3 cells : 0.010797010482249 (GeV) +Cell[7,23] 0.023622286833605 [GeV] +Cell[7,24] 0.002163675781004 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.025785962614609 (GeV) -Source track ID 2456 (gamma,0.00051099891[GeV]) at (-455.2297571622,-206.79910104747,350.80764973678) +Source track ID 1751 (gamma,0.77353931528222[GeV]) at (193.2239034493,-461.15563873362,-1884.3170152318) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[11,27] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00051099891 (GeV) - -Source track ID 2457 (gamma,0.00046347025834578[GeV]) at (-89.740267697104,491.88076233336,-664.93087072468) +Cell[1,43] 0.00039064995450805 [GeV] +Cell[5,7] 0.0023020936368033 [GeV] +Cell[0,40] 0.0015046287640702 [GeV] +Cell[4,18] 0.00061160093530768 [GeV] +Cell[1,23] 0.0015480299476516 [GeV] +Cell[0,15] 0.00058134634488511 [GeV] +Cell[1,29] 0.00062188469702741 [GeV] +Cell[2,21] 0.00045575860329811 [GeV] +Cell[1,38] 0.00017993888045763 [GeV] +Cell[1,26] 0.0012310903398022 [GeV] +Cell[2,43] 0.001493308540226 [GeV] +Cell[0,12] 0.0013413522533225 [GeV] +Cell[0,39] 0.58780938724771 [GeV] +Cell[1,39] 0.0015402136312105 [GeV] +Cell[2,46] 0.006438683646544 [GeV] +Cell[0,46] 0.0001475383601248 [GeV] +Cell[0,16] 0.00046422257766394 [GeV] +Cell[0,17] 0.00165149769581 [GeV] +Cell[0,38] 0.10309880465612 [GeV] +Cell[0,13] 0.0061111487118107 [GeV] +### Total energy deposition in calorimeter by a source track in 20 cells : 0.71952317942435 (GeV) + +Source track ID 1696 (pi+,0.23566582951564[GeV]) at (58.497548987234,496.56624609662,-1616.1901383011) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,13] 0.00046347025834578 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.00046347025834578 (GeV) - -Source track ID 2450 (gamma,0.77353931528222[GeV]) at (193.22390241712,-461.1556391661,-1884.3170181557) +Cell[6,25] 0.00089480717013828 [GeV] +Cell[7,22] 3.4070787602104e-05 [GeV] +Cell[8,16] 1.8209320202004e-05 [GeV] +Cell[11,37] 0.00029934229315859 [GeV] +Cell[11,36] 5.9141167730559e-06 [GeV] +Cell[10,36] 4.5126038894523e-06 [GeV] +Cell[1,2] 0.00037505240961571 [GeV] +Cell[6,26] 1.2958182545844e-05 [GeV] +Cell[5,25] 2.2707035852363e-05 [GeV] +Cell[6,24] 5.0593289653079e-05 [GeV] +Cell[1,11] 0.19459293823506 [GeV] +Cell[6,41] 0.00088995745995703 [GeV] +Cell[11,8] 4.6698428172931e-07 [GeV] +Cell[10,38] 3.6300786014181e-06 [GeV] +Cell[8,17] 0.00098271579359766 [GeV] +Cell[2,0] 0.0010933161285406 [GeV] +### Total energy deposition in calorimeter by a source track in 16 cells : 0.19928119188946 (GeV) + +Source track ID 1693 (gamma,0.59980090891317[GeV]) at (255.70125223543,-429.67065248307,-1133.3038154273) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,28] 0.00031570207326964 [GeV] -Cell[6,7] 0.0004656571220855 [GeV] -Cell[1,9] 0.00067389258761588 [GeV] -Cell[0,37] 0.00082807325952041 [GeV] -Cell[0,11] 0.0012006093553171 [GeV] -Cell[0,39] 0.60031563003385 [GeV] -Cell[0,27] 0.00029266749777353 [GeV] -Cell[0,38] 0.13511579664244 [GeV] -Cell[1,1] 0.00065887684827737 [GeV] -Cell[3,9] 0.001673990494601 [GeV] -Cell[2,14] 0.0013316363583568 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.74287253227311 (GeV) - -Source track ID 2412 (pi+,0.23581836869373[GeV]) at (54.675458408949,497.00160386841,-1610.374924583) +Cell[3,39] 0.0059794395782024 [GeV] +Cell[4,39] 0.045189879191882 [GeV] +Cell[2,17] 0.00051099891 [GeV] +Cell[4,7] 0.0018951023751139 [GeV] +Cell[3,29] 0.0011045365056385 [GeV] +Cell[2,20] 0.0008434959713825 [GeV] +Cell[2,1] 0.00068640003315145 [GeV] +Cell[3,40] 0.018990429634622 [GeV] +Cell[4,15] 0.0029604866020141 [GeV] +Cell[4,40] 0.51039825329305 [GeV] +Cell[3,10] 0.0015410681143536 [GeV] +Cell[15,28] 0.00032633154430807 [GeV] +Cell[3,38] 0.004008874514014 [GeV] +Cell[4,1] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 14 cells : 0.59494629517773 (GeV) + +Source track ID 1694 (gamma,0.053266099197347[GeV]) at (183.99445242176,464.9150906112,-1027.4556461627) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[1,10] 0.00061462974764267 [GeV] -Cell[1,11] 0.14900921232229 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.14962384206993 (GeV) +Cell[4,9] 0.03712031679674 [GeV] +Cell[4,8] 0.016145782400607 [GeV] +### Total energy deposition in calorimeter by a source track in 2 cells : 0.053266099197347 (GeV) -Source track ID 2409 (gamma,0.59980090891317[GeV]) at (255.70125411862,-429.67065136237,-1133.3038249472) +Source track ID 1691 (gamma,0.39597382458922[GeV]) at (-372.59430014235,-333.42688479101,-1802.3851785817) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,28] 0.00087573625698366 [GeV] -Cell[6,29] 4.7290821337444e-05 [GeV] -Cell[9,11] 8.5166292863592e-05 [GeV] -Cell[6,25] 0.00089236670632817 [GeV] -Cell[4,39] 0.024347972636416 [GeV] -Cell[5,47] 0.00029548852389735 [GeV] -Cell[3,40] 0.020597767519536 [GeV] -Cell[2,39] 0.00059190729301615 [GeV] -Cell[5,1] 0.0056892398620408 [GeV] -Cell[3,17] 1.7426648475449e-05 [GeV] -Cell[2,3] 0.00028299245670252 [GeV] -Cell[1,8] 0.00097014737452996 [GeV] -Cell[2,8] 0.0012263008216193 [GeV] -Cell[3,4] 0.012137675386622 [GeV] -Cell[3,3] 0.00051099891 [GeV] -Cell[2,16] 0.00077664056992316 [GeV] -Cell[5,46] 0.0022080225339566 [GeV] -Cell[3,47] 0.0011635269784083 [GeV] -Cell[3,42] 0.0043592924220594 [GeV] -Cell[2,30] 0.0014403249539451 [GeV] -Cell[3,39] 0.014614432392081 [GeV] -Cell[0,45] 0.0012146485927869 [GeV] -Cell[4,40] 0.49182144760376 [GeV] -Cell[2,31] 0.00051099891 [GeV] -Cell[3,31] 0.00051099891 [GeV] -Cell[2,36] 3.1269966323382e-05 [GeV] -Cell[2,34] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 27 cells : 0.58773108025361 (GeV) - -Source track ID 2410 (gamma,0.053266099197347[GeV]) at (183.99447358771,464.91508223458,-1027.4557474184) +Cell[0,23] 0.00021353842684014 [GeV] +Cell[1,29] 0.00043604159461905 [GeV] +Cell[3,6] 0.00051099891 [GeV] +Cell[0,30] 0.0003604541302723 [GeV] +Cell[1,17] 0.00051099891 [GeV] +Cell[3,46] 0.00038327456111807 [GeV] +Cell[3,45] 0.00051099891 [GeV] +Cell[2,45] 0.00011474434332774 [GeV] +Cell[1,30] 0.00043515393072008 [GeV] +Cell[1,35] 0.00051099891 [GeV] +Cell[1,32] 0.00037960245637042 [GeV] +Cell[3,43] 4.3742036214098e-06 [GeV] +Cell[3,24] 2.3652754432987e-05 [GeV] +Cell[3,26] 5.5291623284575e-06 [GeV] +Cell[3,25] 4.4269293313846e-05 [GeV] +Cell[2,24] 3.9239253674168e-06 [GeV] +Cell[1,45] 0.00010988640735616 [GeV] +Cell[3,47] 0.00054341304936302 [GeV] +Cell[3,31] 4.2480620322749e-06 [GeV] +Cell[0,29] 0.33861684342389 [GeV] +### Total energy deposition in calorimeter by a source track in 20 cells : 0.34372294536498 (GeV) + +Source track ID 1692 (gamma,0.02130681471934[GeV]) at (476.42903545991,151.7081875534,-84.41753906449) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,9] 0.04050754227191 [GeV] -Cell[2,17] 0.0019489042870763 [GeV] -Cell[6,24] 0.00047840047083898 [GeV] -Cell[1,19] 0.00071310575369833 [GeV] -Cell[5,10] 0.0017306902159761 [GeV] -Cell[2,16] 0.00029677017657053 [GeV] -Cell[4,24] 0.0011485472847875 [GeV] -Cell[4,8] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.047334959370858 (GeV) +Cell[9,2] 0.02130681471934 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.02130681471934 (GeV) -Source track ID 2407 (gamma,0.39597382458922[GeV]) at (-372.59430025967,-333.4268846599,-1802.3851770954) +Source track ID 1690 (gamma,0.19239638056034[GeV]) at (-414.6518791976,279.39903199169,-1130.2071735141) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,41] 0.00046815965454778 [GeV] -Cell[2,17] 0.00030507457571961 [GeV] -Cell[0,19] 0.00072790928319532 [GeV] -Cell[2,0] 0.00056436022594296 [GeV] -Cell[0,28] 0.0036377908691505 [GeV] -Cell[1,29] 0.0010866273718611 [GeV] -Cell[1,12] 0.00051099891 [GeV] -Cell[5,12] 0.00045897864299322 [GeV] -Cell[0,29] 0.37379403918271 [GeV] -Cell[0,30] 0.0015813029162034 [GeV] -Cell[0,2] 0.0022349183490813 [GeV] -Cell[3,14] 0.00063252385411553 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.38600268383552 (GeV) - -Source track ID 2408 (gamma,0.02130681471934[GeV]) at (476.42903519095,151.70818839804,-84.417530924257) +Cell[4,18] 0.008921995083998 [GeV] +Cell[3,18] 0.00051099891 [GeV] +Cell[4,19] 0.14187816132367 [GeV] +Cell[4,20] 0.0041308258820832 [GeV] +Cell[2,5] 0.00051099891 [GeV] +Cell[3,19] 0.035873614803257 [GeV] +Cell[4,36] 0.00056978564733632 [GeV] +### Total energy deposition in calorimeter by a source track in 7 cells : 0.19239638056034 (GeV) + +Source track ID 1610 (gamma,0.25162621009879[GeV]) at (499.02634685765,-31.18822120462,957.00755776527) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,1] 0.0041198455062353 [GeV] -Cell[9,2] 0.017186969213105 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.02130681471934 (GeV) - -Source track ID 2406 (gamma,0.19239638056034[GeV]) at (-414.65189490664,279.39900867815,-1130.2072892199) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,19] 0.0037943909126867 [GeV] -Cell[6,29] 0.00093287276562649 [GeV] -Cell[4,19] 0.16806466260549 [GeV] -Cell[8,1] 0.00090562140146818 [GeV] -Cell[4,4] 0.00051099891 [GeV] -Cell[3,20] 0.0012620777682162 [GeV] -Cell[2,13] 0.00013689078272628 [GeV] -Cell[3,32] 0.00028517639691787 [GeV] -Cell[3,16] 4.6024226150289e-06 [GeV] -Cell[0,31] 0.00051862644619658 [GeV] -Cell[6,22] 1.38633024488e-06 [GeV] -Cell[9,21] 0.0035344182344157 [GeV] -Cell[0,32] 0.00046319308888108 [GeV] -Cell[15,12] 0.00012539645816194 [GeV] -Cell[16,7] 0.0040982945400393 [GeV] -### Total energy deposition in calorimeter by a source track in 15 cells : 0.18463860906369 (GeV) - -Source track ID 2338 (gamma,0.25162621009879[GeV]) at (499.02634689842,-31.188220552225,957.00754715835) +Cell[14,47] 0.20953446898384 [GeV] +Cell[15,8] 0.0013292577187526 [GeV] +Cell[15,0] 0.00081290223018226 [GeV] +Cell[14,0] 0.0011392130301504 [GeV] +Cell[17,20] 0.00043770577765232 [GeV] +Cell[17,21] 0.0001388267691138 [GeV] +Cell[15,4] 0.0015024042955142 [GeV] +Cell[17,14] 0.0036797418714358 [GeV] +Cell[15,47] 0.026975691549809 [GeV] +Cell[18,17] 0.0015471821678208 [GeV] +Cell[18,28] 0.00051339295564511 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.24761078734991 (GeV) + +Source track ID 1395 (gamma,0.23940053141976[GeV]) at (-378.30991629088,-326.92752596866,1067.9856061506) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[15,5] 0.00051099891 [GeV] -Cell[14,47] 0.23403093947054 [GeV] -Cell[17,35] 0.00051099891 [GeV] -Cell[16,23] 0.00065686866934393 [GeV] -Cell[15,47] 0.013658800805615 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.2493686067655 (GeV) - -Source track ID 2070 (e-,0.00096143880294879[GeV]) at (469.57542643546,171.7524931055,1201.2186959977) +Cell[16,38] 0.00066413861064937 [GeV] +Cell[16,30] 0.00080715929976151 [GeV] +Cell[18,39] 0.015386379313619 [GeV] +Cell[18,40] 0.011559570019809 [GeV] +Cell[16,28] 0.00089918617763927 [GeV] +Cell[18,0] 0.00087545314124528 [GeV] +Cell[15,28] 0.0013069757353958 [GeV] +Cell[15,29] 0.18805764057803 [GeV] +Cell[16,29] 0.0047426522441285 [GeV] +Cell[19,47] 0.0025695067446167 [GeV] +Cell[19,11] 0.0094166035623681 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.23628526542726 (GeV) + +Source track ID 1153 (gamma,0.41164872010706[GeV]) at (-456.42208415631,204.15406215505,168.67818657554) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[14,1] 0.00014399868998382 [GeV] -Cell[16,2] 4.9862498398248e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 2 cells : 0.00019386118838207 (GeV) +Cell[11,21] 0.013338907450636 [GeV] +Cell[10,21] 0.015402981926868 [GeV] +Cell[11,20] 0.014416734639504 [GeV] +Cell[10,20] 0.36849009609005 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.41164872010706 (GeV) -Source track ID 2058 (gamma,0.23940053141976[GeV]) at (-378.30991176711,-326.92753120342,1067.9855768915) +Source track ID 1154 (gamma,0.17556583448629[GeV]) at (-370.26452078963,336.01217930966,-37.728262621304) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[15,30] 0.0014665027804522 [GeV] -Cell[14,12] 0.00036189871257009 [GeV] -Cell[15,29] 0.23301065870027 [GeV] -Cell[14,43] 0.00029441630743398 [GeV] -Cell[16,29] 0.00051099891 [GeV] -Cell[16,47] 0.00089071478274942 [GeV] -Cell[16,26] 0.0019882424401529 [GeV] -Cell[19,13] 0.00087709878613111 [GeV] -### Total energy deposition in calorimeter by a source track in 8 cells : 0.23940053141976 (GeV) - -Source track ID 1762 (gamma,0.41164872010706[GeV]) at (-456.4220843953,204.15406162075,168.67818732075) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[11,21] 0.0013901505738252 [GeV] -Cell[10,21] 0.0015236374513664 [GeV] -Cell[10,20] 0.27786369487869 [GeV] -Cell[11,20] 0.12707609596493 [GeV] -Cell[11,19] 0.0037951412382569 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.41164872010706 (GeV) - -Source track ID 1763 (gamma,0.17556583448629[GeV]) at (-370.26451991326,336.01218027536,-37.7282643361) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[9,19] 0.00091947909718804 [GeV] -Cell[9,18] 0.15917331411118 [GeV] -Cell[10,16] 0.00051099891 [GeV] -Cell[9,17] 0.0021794919439584 [GeV] -Cell[10,17] 0.0024128809326007 [GeV] -Cell[10,18] 0.010369669491368 [GeV] -### Total energy deposition in calorimeter by a source track in 6 cells : 0.17556583448629 (GeV) - -Source track ID 1761 (gamma,0.41324573943274[GeV]) at (303.44001238969,-397.39672731534,976.47730315274) +Cell[10,17] 0.0018071997824976 [GeV] +Cell[9,18] 0.1717936502 [GeV] +Cell[9,17] 0.0013966764817743 [GeV] +Cell[9,19] 0.00056830802202699 [GeV] +### Total energy deposition in calorimeter by a source track in 4 cells : 0.17556583448629 (GeV) + +Source track ID 1152 (gamma,0.41324573943274[GeV]) at (303.44001238969,-397.39672731534,976.47730315274) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[13,31] 0.00096888190018491 [GeV] -Cell[15,13] 0.00077634175138854 [GeV] -Cell[13,30] 0.0010501862146481 [GeV] -Cell[10,20] 0.00253017070473 [GeV] -Cell[14,40] 0.13453206375764 [GeV] -Cell[17,35] 0.012224169942379 [GeV] -Cell[14,41] 0.020912953055148 [GeV] -Cell[17,20] 0.0010911946103089 [GeV] -Cell[15,12] 0.00094524532308951 [GeV] -Cell[15,40] 0.17188804458881 [GeV] -Cell[15,41] 0.066326487584416 [GeV] -### Total energy deposition in calorimeter by a source track in 11 cells : 0.41324573943274 (GeV) - -Source track ID 1716 (mu-,0.2096842669961[GeV]) at (154.44467220785,-475.54899140531,-1362.8283554151) +Cell[14,32] 0.00051099891 [GeV] +Cell[15,41] 0.096632350103729 [GeV] +Cell[15,40] 0.15963946919422 [GeV] +Cell[14,41] 0.058325994090513 [GeV] +Cell[15,0] 0.00041566778402 [GeV] +Cell[14,40] 0.094565348322785 [GeV] +Cell[15,13] 0.00052845480721763 [GeV] +Cell[13,7] 0.0018324680840125 [GeV] +Cell[15,1] 0.00079498813625193 [GeV] +### Total energy deposition in calorimeter by a source track in 9 cells : 0.41324573943274 (GeV) + +Source track ID 1093 (pi-,0.22434370271015[GeV]) at (-290.38499947563,407.03384635622,-1111.2929020551) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,38] 0.047181690343465 [GeV] -Cell[2,10] 2.0947782089934e-05 [GeV] -Cell[2,39] 0.00077563962847864 [GeV] -Cell[3,28] 0.00077314768409643 [GeV] -Cell[3,38] 0.069188060238302 [GeV] -Cell[5,44] 7.0065874606371e-06 [GeV] -Cell[3,37] 0.0056738808698981 [GeV] -Cell[4,29] 8.2960602885578e-06 [GeV] -Cell[1,38] 1.8604749584483e-08 [GeV] -Cell[4,28] 4.7227017967089e-05 [GeV] -### Total energy deposition in calorimeter by a source track in 10 cells : 0.1236759148168 (GeV) - -Source track ID 1695 (pi+,1.0811176603476[GeV]) at (389.57687181548,-313.41643375303,505.70089598324) +Cell[7,43] 2.1215992951284e-05 [GeV] +Cell[5,21] 0.00044591269647333 [GeV] +Cell[4,44] 9.9682722939178e-06 [GeV] +Cell[5,17] 0.00082536710762068 [GeV] +Cell[4,18] 0.0013955885948393 [GeV] +Cell[4,17] 0.012387127606297 [GeV] +Cell[4,19] 0.00071866967574682 [GeV] +Cell[4,16] 0.096700591603353 [GeV] +Cell[6,44] 0.00074038261803298 [GeV] +Cell[3,14] 1.7308703945673e-09 [GeV] +Cell[0,0] 1.9260282890173e-05 [GeV] +Cell[4,15] 0.0042576496617401 [GeV] +Cell[0,47] 0.0017118887675118 [GeV] +Cell[3,15] 0.003807224445871 [GeV] +Cell[3,16] 3.9380676898872e-05 [GeV] +Cell[5,22] 9.4018000512506e-05 [GeV] +Cell[4,14] 9.4910079100259e-05 [GeV] +Cell[0,46] 3.2100561918924e-05 [GeV] +### Total energy deposition in calorimeter by a source track in 18 cells : 0.12330125837492 (GeV) + +Source track ID 1094 (pi+,1.0810393479304[GeV]) at (389.75719081877,-313.19216498033,505.66241659151) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[14,42] 0.00070082772801572 [GeV] -Cell[12,42] 0.12065905640899 [GeV] -Cell[13,40] 0.00095000948769234 [GeV] -Cell[13,42] 0.14397503448822 [GeV] -Cell[13,41] 0.13338287064908 [GeV] -Cell[14,43] 0.0015854020650557 [GeV] -Cell[14,40] 0.080858013139618 [GeV] -Cell[14,41] 0.42172747847055 [GeV] -Cell[15,42] 0.00036500017975106 [GeV] -Cell[15,40] 0.011611302710523 [GeV] -Cell[15,41] 0.014793736324459 [GeV] -Cell[15,43] 4.1956773202401e-09 [GeV] -### Total energy deposition in calorimeter by a source track in 12 cells : 0.93060873584763 (GeV) - -Source track ID 1692 (gamma,0.028595474656773[GeV]) at (328.18598341926,377.21871677733,-300.64103077359) +Cell[12,44] 0.0016269053521418 [GeV] +Cell[13,41] 0.024732265887109 [GeV] +Cell[13,39] 2.0836204953412e-08 [GeV] +Cell[15,44] 6.2852905675754e-06 [GeV] +Cell[14,43] 0.0012840974338226 [GeV] +Cell[14,42] 2.3717478145045e-05 [GeV] +Cell[14,41] 4.6668708964717e-06 [GeV] +Cell[12,45] 1.1067812124566e-08 [GeV] +Cell[13,45] 4.8847171342459e-08 [GeV] +Cell[13,44] 4.1808404288986e-05 [GeV] +Cell[12,46] 1.5472197674171e-09 [GeV] +Cell[13,43] 0.017539330656026 [GeV] +Cell[12,43] 0.010633779613099 [GeV] +Cell[13,42] 0.50349226558424 [GeV] +Cell[13,40] 0.0020618046138993 [GeV] +Cell[14,44] 4.8038863562397e-05 [GeV] +Cell[12,42] 0.13725947700952 [GeV] +Cell[12,41] 0.0086075236156415 [GeV] +Cell[15,43] 6.8084913948496e-05 [GeV] +Cell[12,40] 0.0044810304260161 [GeV] +Cell[9,1] 0.0014512183050655 [GeV] +Cell[14,15] 0.0014671797326847 [GeV] +Cell[14,16] 2.4448889780047e-05 [GeV] +Cell[9,2] 5.2296926862709e-06 [GeV] +Cell[8,17] 7.8174695372581e-06 [GeV] +### Total energy deposition in calorimeter by a source track in 25 cells : 0.71486705840108 (GeV) + +Source track ID 1091 (gamma,0.028595474656773[GeV]) at (328.18597487785,377.21872420848,-300.64105519786) Original primary track ID 43 (unknown,52.984237098069[GeV]) Cell[8,6] 0.028595474656773 [GeV] ### Total energy deposition in calorimeter by a source track in 1 cells : 0.028595474656773 (GeV) -Source track ID 1693 (gamma,0.46372847760985[GeV]) at (-465.99474893438,181.24263837626,-913.38295231319) +Source track ID 1092 (gamma,0.46372847760985[GeV]) at (-465.99474848272,181.24263953753,-913.3829539275) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[6,37] 0.00051099891 [GeV] -Cell[4,21] 0.00051099891 [GeV] -Cell[4,37] 0.0083048786142405 [GeV] -Cell[6,24] 0.0010729982674662 [GeV] -Cell[10,43] 0.00027967709022694 [GeV] -Cell[5,20] 0.024565112667367 [GeV] -Cell[5,21] 0.41661993976595 [GeV] -Cell[3,40] 0.00094086511938564 [GeV] -Cell[9,29] 0.00064323017649438 [GeV] -Cell[4,2] 0.00055335773024411 [GeV] -Cell[2,33] 0.00022754818872612 [GeV] -Cell[3,12] 0.0038833588035563 [GeV] -Cell[3,8] 0.0012885164467526 [GeV] -### Total energy deposition in calorimeter by a source track in 13 cells : 0.45940148069041 (GeV) - -Source track ID 1690 (gamma,0.21067608644927[GeV]) at (-247.62062804232,-434.3777440983,-1046.3395502888) +Cell[7,8] 0.001148004413113 [GeV] +Cell[5,20] 0.03041575059279 [GeV] +Cell[5,21] 0.41254393834492 [GeV] +Cell[11,36] 0.0019859328998643 [GeV] +Cell[5,8] 0.00083499000444864 [GeV] +Cell[5,19] 0.0003268075720339 [GeV] +Cell[1,32] 0.0010351689162927 [GeV] +Cell[4,21] 0.0044711411726621 [GeV] +Cell[8,2] 0.0015741600359673 [GeV] +Cell[5,22] 0.0020242340866307 [GeV] +Cell[7,38] 0.00049897243839189 [GeV] +Cell[3,38] 0.00073370662903056 [GeV] +Cell[4,14] 0.0022186099973209 [GeV] +Cell[6,18] 0.0034060615963913 [GeV] +Cell[10,40] 0.00051099891 [GeV] +### Total energy deposition in calorimeter by a source track in 15 cells : 0.46372847760985 (GeV) + +Source track ID 1089 (gamma,0.21067608644927[GeV]) at (-247.62061484702,-434.37775162039,-1046.3393807044) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,27] 0.00053700620405935 [GeV] -Cell[4,32] 0.18194668708304 [GeV] -Cell[1,8] 0.00054578510146362 [GeV] -Cell[4,31] 0.027135609150706 [GeV] -Cell[6,41] 0.00051099891 [GeV] -### Total energy deposition in calorimeter by a source track in 5 cells : 0.21067608644927 (GeV) - -Source track ID 1688 (gamma,0.06726801612498[GeV]) at (-461.11390425204,-193.32347841232,-562.35054581228) -Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[7,27] 0.022280659779258 [GeV] -Cell[7,26] 0.034532208059112 [GeV] -Cell[6,26] 0.00535766924191 [GeV] -Cell[4,4] 0.0010030579945275 [GeV] -Cell[5,38] 0.0021227888163985 [GeV] -Cell[7,21] 0.00094755525797802 [GeV] -Cell[4,8] 0.0010240769757954 [GeV] -### Total energy deposition in calorimeter by a source track in 7 cells : 0.06726801612498 (GeV) - -Source track ID 1689 (gamma,1.2213291054873[GeV]) at (-495.81010258856,64.593669744992,-1525.2871324817) +Cell[6,4] 0.0025873912328662 [GeV] +Cell[4,32] 0.17398896602627 [GeV] +Cell[5,18] 0.00051099891 [GeV] +Cell[2,40] 0.0058738995951058 [GeV] +Cell[5,44] 0.00043092239904627 [GeV] +Cell[2,39] 0.00051099891 [GeV] +Cell[4,28] 0.0017504465239677 [GeV] +Cell[5,40] 0.0024162662181757 [GeV] +Cell[3,31] 0.0044287984227077 [GeV] +Cell[4,31] 0.017598451476735 [GeV] +Cell[3,32] 0.00057894673439212 [GeV] +### Total energy deposition in calorimeter by a source track in 11 cells : 0.21067608644927 (GeV) + +Source track ID 1087 (gamma,0.06726801612498[GeV]) at (-461.11391429963,-193.32345444687,-562.35065327576) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[4,44] 0.0063484658506511 [GeV] -Cell[2,23] 0.76769195399142 [GeV] -Cell[4,41] 0.0010866747320937 [GeV] -Cell[3,41] 6.6012329711795e-05 [GeV] -Cell[1,24] 0.0029677979651812 [GeV] -Cell[1,23] 0.095143429786682 [GeV] -Cell[1,22] 0.11294587264171 [GeV] -Cell[0,7] 0.00072545058028645 [GeV] -Cell[2,4] 0.0027265789115719 [GeV] -Cell[3,33] 0.000352903678984 [GeV] -Cell[2,47] 0.00043881777129525 [GeV] -Cell[2,43] 0.00043916156269056 [GeV] -Cell[1,6] 0.0006812352245787 [GeV] -Cell[1,32] 0.0030233459282927 [GeV] -Cell[0,46] 0.00035033581530881 [GeV] -Cell[2,22] 0.20907187362651 [GeV] -Cell[0,31] 0.0035043389308232 [GeV] -Cell[0,38] 0.00051099891 [GeV] -Cell[4,1] 0.0003995621482497 [GeV] -Cell[9,35] 0.00051099891 [GeV] -Cell[4,13] 0.0033392190943488 [GeV] -### Total energy deposition in calorimeter by a source track in 21 cells : 1.2123250283904 (GeV) - -Source track ID 99 (pi-,0.29342985017753[GeV]) at (-34.703052818987,-530.35410348335,-2000) +Cell[7,27] 0.045131283899015 [GeV] +Cell[7,26] 0.021754098668653 [GeV] +Cell[3,0] 0.0003826335573114 [GeV] +### Total energy deposition in calorimeter by a source track in 3 cells : 0.06726801612498 (GeV) + +Source track ID 1088 (gamma,1.2213291054873[GeV]) at (-495.81010298298,64.59366671749,-1525.2871232918) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[3,6] 9.6833376446739e-06 [GeV] -Cell[2,25] 0.00058031018128372 [GeV] -Cell[1,33] 4.1630344526311e-08 [GeV] -Cell[2,40] 4.0581169305369e-06 [GeV] -Cell[2,41] 0.00024071230456207 [GeV] -Cell[2,23] 0.00057975754350673 [GeV] -Cell[3,20] 1.4168617781252e-09 [GeV] -Cell[3,21] 9.194028282559e-05 [GeV] -Cell[4,15] 4.5354254565382e-05 [GeV] -Cell[0,33] 0.00096801978557393 [GeV] -Cell[1,35] 0.0024857688205746 [GeV] -Cell[0,9] 1.3646029401571e-08 [GeV] -Cell[3,2] 2.9774763902424e-08 [GeV] -Cell[4,16] 0.0012229250722069 [GeV] -Cell[4,17] 1.490202464538e-08 [GeV] -Cell[2,35] 1.3618048719877e-05 [GeV] -Cell[3,43] 1.4541289939416e-05 [GeV] -Cell[3,44] 1.4666990784463e-05 [GeV] -Cell[2,42] 0.00060899431864061 [GeV] -Cell[2,3] 0.00042269409386699 [GeV] -Cell[2,44] 8.8016061345115e-06 [GeV] -Cell[1,8] 9.4913993962109e-09 [GeV] -Cell[3,3] 2.9697696679705e-06 [GeV] -Cell[0,37] 1.5726953279227e-08 [GeV] -Cell[0,36] 1.5305599517887e-06 [GeV] -Cell[3,45] 7.3672953090863e-05 [GeV] -Cell[1,6] 1.8355646765258e-06 [GeV] -Cell[1,32] 2.0222400780767e-07 [GeV] -Cell[2,2] 3.9215072465595e-06 [GeV] -Cell[3,7] 0.00058190611386374 [GeV] -Cell[3,24] 0.01211016374408 [GeV] -Cell[2,30] 0.00034629074640867 [GeV] -Cell[3,23] 0.0016393614128527 [GeV] -Cell[3,22] 0.00040908280643612 [GeV] -Cell[2,26] 2.3013304064079e-05 [GeV] -Cell[3,25] 0.0022117664735503 [GeV] -Cell[3,46] 0.001492208338517 [GeV] -Cell[2,24] 0.0014099059813683 [GeV] -Cell[1,38] 5.5004113687573e-07 [GeV] -Cell[0,35] 0.053321450309832 [GeV] -Cell[2,34] 1.805020235679e-08 [GeV] -Cell[0,34] 0.121823242149 [GeV] -Cell[0,2] 1.1244090273976e-08 [GeV] -### Total energy deposition in calorimeter by a source track in 43 cells : 0.20276507593018 (GeV) - -Source track ID 103 (gamma,0.0014724843787097[GeV]) at (495.2894231023,68.471799764533,-1473.5397825067) +Cell[4,33] 0.0027139037148742 [GeV] +Cell[0,40] 0.00050072802404335 [GeV] +Cell[0,42] 0.00043801282968324 [GeV] +Cell[1,44] 0.00051756340570959 [GeV] +Cell[2,37] 0.00039536409836122 [GeV] +Cell[4,19] 0.00066532705838619 [GeV] +Cell[4,3] 0.00051099891 [GeV] +Cell[0,7] 0.0064480965733494 [GeV] +Cell[1,21] 0.00085745625070811 [GeV] +Cell[1,22] 0.014549159983062 [GeV] +Cell[1,23] 0.014471592468586 [GeV] +Cell[1,24] 0.004110625791416 [GeV] +Cell[1,29] 0.00065452363613088 [GeV] +Cell[1,8] 0.00073054163413259 [GeV] +Cell[2,15] 0.0012314236766359 [GeV] +Cell[3,7] 0.00019358196964083 [GeV] +Cell[2,22] 0.33535671521927 [GeV] +Cell[4,45] 0.00051099891 [GeV] +Cell[0,6] 0.00034147693823652 [GeV] +Cell[2,10] 0.00092233669119762 [GeV] +Cell[2,43] 0.0018443666031941 [GeV] +Cell[2,4] 0.00040517296076298 [GeV] +Cell[2,24] 0.00047967070667411 [GeV] +Cell[2,23] 0.80076588607329 [GeV] +Cell[4,36] 0.0021093301189423 [GeV] +Cell[5,3] 0.00051099891 [GeV] +Cell[6,42] 0.0003020808613317 [GeV] +Cell[5,13] 0.00069320125415397 [GeV] +Cell[5,12] 0.0022848166023379 [GeV] +Cell[4,1] 0.00051099891 [GeV] +Cell[2,30] 0.0032853308827691 [GeV] +Cell[3,0] 0.00059574397853277 [GeV] +Cell[0,35] 0.00031741694035917 [GeV] +Cell[2,42] 0.00031922964987143 [GeV] +### Total energy deposition in calorimeter by a source track in 34 cells : 1.2005446722356 (GeV) + +Source track ID 94 (gamma,0.0055213691551595[GeV]) at (-494.98850527656,-70.61430197966,-1983.5884877303) Original primary track ID 43 (unknown,52.984237098069[GeV]) -Cell[2,1] 0.0014724843787097 [GeV] -### Total energy deposition in calorimeter by a source track in 1 cells : 0.0014724843787097 (GeV) +Cell[0,24] 0.0055213691551595 [GeV] +### Total energy deposition in calorimeter by a source track in 1 cells : 0.0055213691551595 (GeV) >>> Summary of Event 0 Tracker hits -------------------------------------------------------------- -1527 hits are stored in RE01TrackerHitsCollection. +1399 hits are stored in RE01TrackerHitsCollection. Calorimeter hits -------------------------------------------------------------- -928 hits are stored in RE01CalorimeterHitsCollection. - Total energy deposition in calorimeter : 149.04680546684 (GeV) +905 hits are stored in RE01CalorimeterHitsCollection. + Total energy deposition in calorimeter : 149.17883587513 (GeV) Trajectories in tracker -------------------------------------------------------------- diff --git a/examples/extended/runAndEvent/RE02/run.out b/examples/extended/runAndEvent/RE02/run.out index 3a6ce25268c..f474057618a 100644 --- a/examples/extended/runAndEvent/RE02/run.out +++ b/examples/extended/runAndEvent/RE02/run.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -29,20 +29,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -55,6 +55,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -62,6 +65,9 @@ Registered filter factories: 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 @@ -582,31 +588,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -614,11 +620,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -628,11 +636,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -642,11 +652,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -656,11 +668,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofWithBinaryCascadeCaptureAtRest @@ -670,11 +684,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofWithBinaryCascadeCaptureAtRest @@ -684,11 +700,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -697,12 +715,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -722,7 +740,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -763,7 +782,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV --------------------------------------------------- @@ -825,17 +846,33 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -855,6 +892,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -876,7 +914,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -888,38 +926,38 @@ Index : 0 used in the geometry : Yes 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.51944 keV e- 276.265 keV e+ 270.751 keV proton 70 keV + Energy thresholds : gamma 2.52852 keV e- 278.507 keV e+ 271.144 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.5861 keV e- 1.00386 MeV e+ 951.321 keV proton 70 keV + Energy thresholds : gamma 94.7372 keV e- 1.00768 MeV e+ 948.734 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 23 kByte + Total memory consumed for geometry optimisation: 36 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 0.00 0.00 0.00 6k Phantom - 0.00 0.00 0.00 6k RepY - 0.00 0.00 0.00 13k RepX + 0.00 0.00 0.00 9k Phantom + 0.00 0.00 0.00 9k RepY + 0.00 0.00 0.00 19k RepX Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 53.25 12k 1 201 400 0.00 RepX - 23.38 5k 1 100 100 0.00 Phantom - 23.38 5k 1 100 100 0.00 RepY + 52.12 18k 1 201 400 0.00 RepX + 23.94 8k 1 100 100 0.00 Phantom + 23.94 8k 1 100 100 0.00 RepY G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ++ PhantomSD/totalEDep id 0 @@ -947,7 +985,7 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu 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 + 7 -3.7 1.18 -188 0 0.0883 1.65 812 PhantomSens phot ********************************************************************************************************* * G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 @@ -955,8 +993,8 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName 0 -3.7 1.18 -188 0.268 0 0 0 PhantomSens initStep - 1 -3.7 1.17 -188 0.113 0.154 0.0848 0.0848 PhantomSens eBrem - 2 -3.7 1.17 -188 0 0.113 0.0335 0.118 PhantomSens eIoni + 1 -3.7 1.17 -188 0.144 0.124 0.085 0.085 PhantomSens eBrem + 2 -3.7 1.17 -188 0 0.144 0.049 0.134 PhantomSens eIoni >>> Event 0 ********************************************************************************************************* @@ -964,26 +1002,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 -4.93 3.97 -1e+03 0.356 0 0 0 World initStep - 1 -4.93 3.97 -200 0.356 0 800 800 PhantomSens Transportation - 2 -4.93 3.97 -198 0.356 0 2 802 PhantomSens Transportation - 3 -4.93 3.97 -196 0.356 0 2 804 PhantomSens Transportation - 4 -4.93 3.97 -194 0.356 0 2 806 PhantomSens Transportation - 5 -4.93 3.97 -192 0.356 0 2 808 PhantomSens Transportation - 6 -4.93 3.97 -191 0 0.0883 1.16 809 PhantomSens phot + 0 0.802 -0.701 -1e+03 0.356 0 0 0 World initStep + 1 0.802 -0.701 -200 0.356 0 800 800 PhantomSens Transportation + 2 0.802 -0.701 -200 0.326 0 0.259 800 PhantomSens compt + 3 1.17 -0.984 -199 0 0.0883 0.943 801 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.17 -0.984 -199 0.238 0 0 0 PhantomSens initStep + 1 1.17 -0.982 -199 0 0.238 0.106 0.106 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 -4.93 3.97 -191 0.268 0 0 0 PhantomSens initStep - 1 -4.93 3.98 -191 0.235 0.0326 0.0241 0.0241 PhantomSens msc - 2 -4.92 3.98 -191 0.218 0.0168 0.00799 0.0321 PhantomSens msc - 3 -4.92 3.98 -191 0.202 0.0167 0.00962 0.0417 PhantomSens msc - 4 -4.92 3.97 -191 0.184 0.0177 0.0146 0.0563 PhantomSens msc - 5 -4.9 3.97 -191 0.157 0.0266 0.0175 0.0737 PhantomSens msc - 6 -4.9 3.97 -191 0 0.157 0.0562 0.13 PhantomSens eIoni + 0 0.802 -0.701 -200 0.0298 0 0 0 PhantomSens initStep + 1 0.802 -0.701 -200 0 0.0298 0.00385 0.00385 PhantomSens eIoni >>> Event 1 ********************************************************************************************************* @@ -991,18 +1029,28 @@ Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolu ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -0.371 1.42 -1e+03 0.356 0 0 0 World initStep - 1 -0.371 1.42 -200 0.356 0 800 800 PhantomSens Transportation - 2 -0.371 1.42 -198 0.356 0 2 802 PhantomSens Transportation - 3 -0.371 1.42 -197 0 0.0883 1.05 803 PhantomSens phot + 0 -1.09 -1.74 -1e+03 0.356 0 0 0 World initStep + 1 -1.09 -1.74 -200 0.356 0 800 800 PhantomSens Transportation + 2 -1.09 -1.74 -200 0.335 0 0.385 800 PhantomSens compt + 3 -0.977 -2 -199 0.335 0 0.688 801 PhantomSens Transportation + 4 -0.797 -2.41 -198 0.335 0 1.09 802 PhantomSens Transportation + 5 -0.735 -2.56 -198 0 0.0883 0.376 803 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 -0.735 -2.56 -198 0.247 0 0 0 PhantomSens initStep + 1 -0.731 -2.55 -198 0 0.247 0.112 0.112 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 -0.371 1.42 -197 0.268 0 0 0 PhantomSens initStep - 1 -0.374 1.42 -197 0 0.268 0.126 0.126 PhantomSens eIoni + 0 -1.09 -1.74 -200 0.0211 0 0 0 PhantomSens initStep + 1 -1.09 -1.74 -200 0 0.0211 0.00222 0.00222 PhantomSens eIoni >>> Event 2 ********************************************************************************************************* @@ -1010,24 +1058,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.292 -2.09 -1e+03 0.356 0 0 0 World initStep - 1 0.292 -2.09 -200 0.356 0 800 800 PhantomSens Transportation - 2 0.292 -2.09 -198 0.356 0 2 802 PhantomSens Transportation - 3 0.292 -2.09 -196 0.356 0 2 804 PhantomSens Transportation - 4 0.292 -2.09 -194 0.356 0 2 806 PhantomSens Transportation - 5 0.292 -2.09 -192 0.356 0 2 808 PhantomSens Transportation - 6 0.292 -2.09 -190 0.356 0 2 810 PhantomSens Transportation - 7 0.292 -2.09 -188 0.356 0 2 812 PhantomSens Transportation - 8 0.292 -2.09 -186 0.356 0 2 814 PhantomSens Transportation - 9 0.292 -2.09 -184 0 0.0883 1.71 816 PhantomSens phot + 0 2.4 -2.75 -1e+03 0.356 0 0 0 World initStep + 1 2.4 -2.75 -200 0.356 0 800 800 PhantomSens Transportation + 2 2.4 -2.75 -198 0.356 0 2 802 PhantomSens Transportation + 3 2.4 -2.75 -196 0.356 0 2 804 PhantomSens Transportation + 4 2.4 -2.75 -195 0 0.0883 0.687 805 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.292 -2.09 -184 0.268 0 0 0 PhantomSens initStep - 1 0.294 -2.08 -184 0 0.268 0.126 0.126 PhantomSens eIoni + 0 2.4 -2.75 -195 0.268 0 0 0 PhantomSens initStep + 1 2.4 -2.75 -195 0 0.268 0.126 0.126 PhantomSens eIoni >>> Event 3 ********************************************************************************************************* @@ -1035,17 +1078,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 -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 -2.06 3.75 -1e+03 0.356 0 0 0 World initStep + 1 -2.06 3.75 -200 0.356 0 800 800 PhantomSens Transportation + 2 -2.06 3.75 -199 0 0.00355 0.889 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 -2.06 3.75 -199 0.352 0 0 0 PhantomSens initStep + 1 -2.05 3.73 -199 0.317 0.0358 0.0379 0.0379 PhantomSens msc + 2 -2.04 3.71 -199 0.285 0.032 0.0316 0.0694 PhantomSens msc + 3 -2.06 3.71 -199 0.259 0.0255 0.0251 0.0945 PhantomSens msc + 4 -2.04 3.73 -199 0.214 0.0447 0.0386 0.133 PhantomSens msc + 5 -2.04 3.73 -199 0 0.214 0.0905 0.224 PhantomSens eIoni >>> Event 4 ********************************************************************************************************* @@ -1053,27 +1100,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 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.42 4.55 -1e+03 0.356 0 0 0 World initStep + 1 -4.42 4.55 -200 0.356 0 800 800 PhantomSens Transportation + 2 -4.42 4.55 -198 0.356 0 2 802 PhantomSens Transportation + 3 -4.42 4.55 -198 0 0.0883 0.276 802 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.42 4.55 -198 0.268 0 0 0 PhantomSens initStep + 1 -4.42 4.55 -198 0 0.268 0.126 0.126 PhantomSens eIoni >>> Event 5 ********************************************************************************************************* @@ -1081,17 +1119,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 -4.41 4.44 -1e+03 0.356 0 0 0 World initStep - 1 -4.41 4.44 -200 0.356 0 800 800 PhantomSens Transportation - 2 -4.41 4.44 -199 0 0.0883 0.75 801 PhantomSens phot + 0 -1.58 -3.16 -1e+03 0.356 0 0 0 World initStep + 1 -1.58 -3.16 -200 0.356 0 800 800 PhantomSens Transportation + 2 -1.58 -3.16 -199 0 0.0883 0.876 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.41 4.44 -199 0.268 0 0 0 PhantomSens initStep - 1 -4.41 4.44 -199 0 0.268 0.126 0.126 PhantomSens eIoni + 0 -1.58 -3.16 -199 0.268 0 0 0 PhantomSens initStep + 1 -1.58 -3.16 -199 0 0.268 0.126 0.126 PhantomSens eIoni >>> Event 6 ********************************************************************************************************* @@ -1099,17 +1137,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 -4.77 -3.03 -1e+03 0.356 0 0 0 World initStep - 1 -4.77 -3.03 -200 0.356 0 800 800 PhantomSens Transportation - 2 -4.77 -3.03 -200 0 0.0883 0.425 800 PhantomSens phot + 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 ********************************************************************************************************* * 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.77 -3.03 -200 0.268 0 0 0 PhantomSens initStep - 1 -4.77 -3.03 -200 0 0.268 0.126 0.126 PhantomSens eIoni + 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 >>> Event 7 ********************************************************************************************************* @@ -1117,53 +1155,27 @@ 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.45 3.11 -1e+03 0.356 0 0 0 World initStep - 1 -4.45 3.11 -200 0.356 0 800 800 PhantomSens Transportation - 2 -4.45 3.11 -198 0.356 0 2 802 PhantomSens Transportation - 3 -4.45 3.11 -196 0.356 0 2 804 PhantomSens Transportation - 4 -4.45 3.11 -194 0.356 0 2 806 PhantomSens Transportation - 5 -4.45 3.11 -192 0.356 0 2 808 PhantomSens Transportation - 6 -4.45 3.11 -190 0.356 0 2 810 PhantomSens Transportation - 7 -4.45 3.11 -189 0.341 0 0.819 811 PhantomSens compt - 8 -4.08 3.35 -188 0.341 0 1.26 812 PhantomSens Transportation - 9 -4 3.4 -188 0.341 0 0.288 812 PhantomSens Transportation - 10 -3.57 3.67 -186 0.331 0 1.45 814 PhantomSens compt - 11 -3.34 3.83 -186 0.331 0 0.462 814 PhantomSens Transportation - 12 -3.06 4 -186 0.331 0 0.532 815 PhantomSens Transportation - 13 -2.86 4.13 -185 0.19 0 0.401 815 PhantomSens compt - 14 -2.72 4.17 -185 0 0.00382 0.205 815 PhantomSens phot - -********************************************************************************************************* -* 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 -2.72 4.17 -185 0.186 0 0 0 PhantomSens initStep - 1 -2.71 4.17 -185 0 0.186 0.0727 0.0727 PhantomSens 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 -2.86 4.13 -185 0.142 0 0 0 PhantomSens initStep - 1 -2.85 4.13 -185 0 0.142 0.0477 0.0477 PhantomSens eIoni + 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.292 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 -3.57 3.67 -186 0.0101 0 0 0 PhantomSens initStep - 1 -3.57 3.67 -186 0 0.0101 0.000713 0.000713 PhantomSens eIoni + 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 ********************************************************************************************************* * 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.45 3.11 -189 0.0148 0 0 0 PhantomSens initStep - 1 -4.45 3.11 -189 0 0.0148 0.00127 0.00127 PhantomSens eIoni + 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 >>> Event 8 ********************************************************************************************************* @@ -1171,23 +1183,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.04 1.48 -1e+03 0.356 0 0 0 World initStep - 1 -1.04 1.48 -200 0.356 0 800 800 PhantomSens Transportation - 2 -1.04 1.48 -198 0.356 0 2 802 PhantomSens Transportation - 3 -1.04 1.48 -197 0 0.0883 1.36 803 PhantomSens phot + 0 -4.41 4.44 -1e+03 0.356 0 0 0 World initStep + 1 -4.41 4.44 -200 0.356 0 800 800 PhantomSens Transportation + 2 -4.41 4.44 -199 0 0.0883 0.752 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 -1.04 1.48 -197 0.268 0 0 0 PhantomSens initStep - 1 -1.04 1.48 -197 0 0.268 0.126 0.126 PhantomSens eIoni + 0 -4.41 4.44 -199 0.268 0 0 0 PhantomSens initStep + 1 -4.41 4.44 -199 0 0.268 0.126 0.126 PhantomSens eIoni >>> Event 9 Run terminated. Run Summary Number of events processed : 10 - User=0.010000s Real=0.002438s Sys=0.000000s + User=0.000000s Real=1.022779s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep Number of entries 10 PrimitiveScorer RUN PhantomSD,protonEDep @@ -1205,7 +1216,7 @@ Run Summary PrimitiveScorer RUN PhantomSD,gammaSurfCurr001 Number of entries 0 PrimitiveScorer RUN PhantomSD,gammaSurfCurr002 - Number of entries 26 + Number of entries 18 PrimitiveScorer RUN PhantomSD,gammaSurfCurr003 Number of entries 0 ============================================================= @@ -1427,9 +1438,9 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 8 +Total navigation history collections cleaned: 7 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.00961 MB +Pool ID '20G4NavigationLevelRep', size : 0.00769 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0 MB Pool ID '7G4Event', size : 0.000961 MB @@ -1437,11 +1448,11 @@ 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.00192 MB +Pool ID '7G4Track', size : 0.000961 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.016 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/runAndEvent/RE02/run3.out b/examples/extended/runAndEvent/RE02/run3.out index fef15806d8c..d578a56146e 100644 --- a/examples/extended/runAndEvent/RE02/run3.out +++ b/examples/extended/runAndEvent/RE02/run3.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -29,20 +29,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -55,6 +55,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -62,6 +65,9 @@ Registered filter factories: 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 @@ -580,31 +586,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -612,11 +618,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -626,11 +634,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -640,11 +650,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -654,11 +666,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofWithBinaryCascadeCaptureAtRest @@ -668,11 +682,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofWithBinaryCascadeCaptureAtRest @@ -682,11 +698,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -695,12 +713,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -720,7 +738,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -761,7 +780,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV --------------------------------------------------- @@ -823,17 +844,33 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -853,6 +890,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -874,7 +912,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -886,38 +924,38 @@ Index : 0 used in the geometry : Yes 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.51944 keV e- 276.265 keV e+ 270.751 keV proton 70 keV + Energy thresholds : gamma 2.52852 keV e- 278.507 keV e+ 271.144 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.5861 keV e- 1.00386 MeV e+ 951.321 keV proton 70 keV + Energy thresholds : gamma 94.7372 keV e- 1.00768 MeV e+ 948.734 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 23 kByte + Total memory consumed for geometry optimisation: 36 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 0.00 0.00 0.00 6k Phantom - 0.00 0.00 0.00 6k RepY - 0.00 0.00 0.00 13k RepX + 0.00 0.00 0.00 9k Phantom + 0.00 0.00 0.00 9k RepY + 0.00 0.00 0.00 19k RepX Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 53.25 12k 1 201 400 0.00 RepX - 23.38 5k 1 100 100 0.00 Phantom - 23.38 5k 1 100 100 0.00 RepY + 52.12 18k 1 201 400 0.00 RepX + 23.94 8k 1 100 100 0.00 Phantom + 23.94 8k 1 100 100 0.00 RepY G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ++ PhantomSD/totalEDep id 0 @@ -963,99 +1001,99 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=13.010000s Real=13.248097s Sys=0.040000s + User=25.860000s Real=26.291435s Sys=0.050000s PrimitiveScorer RUN PhantomSD,totalEDep - Number of entries 50886 + Number of entries 51120 PrimitiveScorer RUN PhantomSD,protonEDep - Number of entries 12 + Number of entries 31 PrimitiveScorer RUN PhantomSD,protonNStep - Number of entries 12 + Number of entries 31 PrimitiveScorer RUN PhantomSD,chargedPassCellFlux - Number of entries 20144 + Number of entries 20370 PrimitiveScorer RUN PhantomSD,chargedCellFlux - Number of entries 50806 + Number of entries 50880 PrimitiveScorer RUN PhantomSD,chargedSurfFlux - Number of entries 11842 + Number of entries 11829 PrimitiveScorer RUN PhantomSD,gammaSurfCurr000 - Number of entries 43 + Number of entries 36 PrimitiveScorer RUN PhantomSD,gammaSurfCurr001 - Number of entries 376 + Number of entries 375 PrimitiveScorer RUN PhantomSD,gammaSurfCurr002 - Number of entries 49889 + Number of entries 50138 PrimitiveScorer RUN PhantomSD,gammaSurfCurr003 - Number of entries 70664 + Number of entries 70875 ============================================================= Number of event processed : 10000 ============================================================= #Z Cell# totalEDep protonEDep protonNStep chargedPassCellFlux chargedCellFlux chargedSurfFlux gammaSurfCurr000 gammaSurfCurr001 gammaSurfCurr002 gammaSurfCurr003 - 0 35.5476 MeV 0 eV 0 2329.42 /cm2 2487.13 /cm2 2161.37 /cm2 0 /cm2 25 /cm2 475 /cm2 275 /cm2 - 1 466.19 MeV 0 eV 0 3036.03 /cm2 4427.08 /cm2 2559.13 /cm2 0 /cm2 25 /cm2 1025 /cm2 625 /cm2 - 2 55.2818 MeV 0 eV 0 3538.91 /cm2 3790.29 /cm2 4240.08 /cm2 0 /cm2 0 /cm2 3400 /cm2 2900 /cm2 - 3 278.738 MeV 0 eV 0 1547.13 /cm2 2585.55 /cm2 2967.03 /cm2 0 /cm2 50 /cm2 3675 /cm2 3275 /cm2 - 4 21.8166 MeV 0 eV 0 1285.46 /cm2 1397.96 /cm2 1966.52 /cm2 0 /cm2 0 /cm2 2925 /cm2 2975 /cm2 - 5 133.284 MeV 0 eV 0 443.982 /cm2 1259.33 /cm2 2315.6 /cm2 0 /cm2 50 /cm2 2400 /cm2 2925 /cm2 - 6 5.85763 MeV 0 eV 0 273.226 /cm2 308.935 /cm2 112.034 /cm2 0 /cm2 0 /cm2 1500 /cm2 2500 /cm2 - 7 49.1862 MeV 0 eV 0 66.6068 /cm2 421.937 /cm2 365.287 /cm2 0 /cm2 0 /cm2 1550 /cm2 2525 /cm2 - 8 2.37441 MeV 0 eV 0 66.1909 /cm2 130.335 /cm2 743.667 /cm2 0 /cm2 0 /cm2 900 /cm2 2350 /cm2 - 9 25.8497 MeV 0 eV 0 47.7512 /cm2 207.143 /cm2 58.7129 /cm2 0 /cm2 0 /cm2 900 /cm2 1950 /cm2 - 10 6.97018 MeV 0 eV 0 369.868 /cm2 433.377 /cm2 125.423 /cm2 0 /cm2 0 /cm2 875 /cm2 2050 /cm2 - 11 39.9028 MeV 0 eV 0 63.4098 /cm2 367.711 /cm2 2147.38 /cm2 0 /cm2 0 /cm2 750 /cm2 1725 /cm2 - 12 3.9692 MeV 0 eV 0 196.202 /cm2 239.283 /cm2 155.953 /cm2 0 /cm2 0 /cm2 325 /cm2 1350 /cm2 - 13 15.0225 MeV 0 eV 0 35.795 /cm2 125.274 /cm2 255.684 /cm2 0 /cm2 0 /cm2 400 /cm2 1100 /cm2 - 14 3.3357 MeV 0 eV 0 174.412 /cm2 202.296 /cm2 220.041 /cm2 0 /cm2 0 /cm2 475 /cm2 725 /cm2 - 15 24.9305 MeV 0 eV 0 75.1683 /cm2 230.357 /cm2 126.344 /cm2 0 /cm2 0 /cm2 475 /cm2 725 /cm2 - 16 3.05696 MeV 0 eV 0 236.983 /cm2 236.983 /cm2 205.327 /cm2 0 /cm2 0 /cm2 400 /cm2 775 /cm2 - 17 7.46417 MeV 0 eV 0 38.9716 /cm2 68.6114 /cm2 260.209 /cm2 0 /cm2 0 /cm2 300 /cm2 575 /cm2 - 18 1.21217 MeV 0 eV 0 89.6428 /cm2 89.6428 /cm2 72.746 /cm2 0 /cm2 0 /cm2 325 /cm2 500 /cm2 - 19 3.04438 MeV 0 eV 0 17.0594 /cm2 27.7645 /cm2 129.661 /cm2 0 /cm2 0 /cm2 250 /cm2 375 /cm2 - 20 169.83 keV 0 eV 0 14.8138 /cm2 14.8903 /cm2 0 /cm2 0 /cm2 0 /cm2 200 /cm2 375 /cm2 - 21 3.07609 MeV 0 eV 0 1.27352 /cm2 25.2893 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 400 /cm2 - 22 449.642 keV 0 eV 0 0 /cm2 25.7242 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 300 /cm2 - 23 4.26569 MeV 0 eV 0 1.30839 /cm2 31.3699 /cm2 25.2694 /cm2 0 /cm2 0 /cm2 300 /cm2 300 /cm2 - 24 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 250 /cm2 - 25 1.28483 MeV 0 eV 0 0 /cm2 7.07732 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 275 /cm2 - 26 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 175 /cm2 - 27 1.28977 MeV 0 eV 0 0 /cm2 10.789 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 200 /cm2 - 28 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 250 /cm2 - 29 1.60581 MeV 0 eV 0 6.05734 /cm2 12.7824 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 300 /cm2 - 30 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 150 /cm2 - 31 320.432 keV 0 eV 0 0 /cm2 1.27545 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 150 /cm2 - 32 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 150 /cm2 - 33 137.195 keV 0 eV 0 1.64927 /cm2 1.64927 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 75 /cm2 - 34 1.04243 MeV 0 eV 0 60.8218 /cm2 65.3963 /cm2 123.274 /cm2 0 /cm2 0 /cm2 50 /cm2 125 /cm2 - 35 1.99991 MeV 0 eV 0 0 /cm2 16.3809 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 - 36 355.886 keV 0 eV 0 0 /cm2 14.4251 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 175 /cm2 - 37 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 125 /cm2 - 38 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 - 39 510.999 keV 0 eV 0 0 /cm2 3.91095 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 + 0 41.8516 MeV 0 eV 0 2826.21 /cm2 2944.14 /cm2 2492.16 /cm2 0 /cm2 25 /cm2 525 /cm2 250 /cm2 + 1 546.487 MeV 0 eV 0 3706.33 /cm2 5208.66 /cm2 3656.01 /cm2 0 /cm2 75 /cm2 825 /cm2 700 /cm2 + 2 55.2325 MeV 0 eV 0 3532.39 /cm2 3765.08 /cm2 4680.92 /cm2 0 /cm2 0 /cm2 3450 /cm2 3700 /cm2 + 3 266.573 MeV 0 eV 0 1492.87 /cm2 2493.66 /cm2 6085.16 /cm2 25 /cm2 25 /cm2 2900 /cm2 3825 /cm2 + 4 20.3493 MeV 0 eV 0 1154.16 /cm2 1345.82 /cm2 1898.01 /cm2 0 /cm2 0 /cm2 2675 /cm2 3600 /cm2 + 5 99.9008 MeV 0 eV 0 318.711 /cm2 910.599 /cm2 920.792 /cm2 0 /cm2 0 /cm2 2200 /cm2 2800 /cm2 + 6 8.27149 MeV 0 eV 0 499.096 /cm2 570.105 /cm2 778.383 /cm2 0 /cm2 0 /cm2 1475 /cm2 2850 /cm2 + 7 55.9239 MeV 0 eV 0 173.184 /cm2 514.955 /cm2 736.949 /cm2 0 /cm2 0 /cm2 1375 /cm2 2925 /cm2 + 8 1.5484 MeV 0 eV 0 105.939 /cm2 113.921 /cm2 67.0491 /cm2 0 /cm2 0 /cm2 1000 /cm2 2275 /cm2 + 9 32.4451 MeV 0 eV 0 55.3205 /cm2 291.569 /cm2 33.0451 /cm2 0 /cm2 0 /cm2 1050 /cm2 2475 /cm2 + 10 3.14688 MeV 0 eV 0 201.761 /cm2 211.007 /cm2 196.819 /cm2 0 /cm2 0 /cm2 675 /cm2 1925 /cm2 + 11 34.4259 MeV 0 eV 0 54.3084 /cm2 317.451 /cm2 132.111 /cm2 0 /cm2 0 /cm2 700 /cm2 1750 /cm2 + 12 3.01645 MeV 0 eV 0 185.736 /cm2 196.465 /cm2 277.591 /cm2 0 /cm2 0 /cm2 500 /cm2 1350 /cm2 + 13 24.4282 MeV 0 eV 0 24.936 /cm2 212.625 /cm2 0 /cm2 0 /cm2 0 /cm2 550 /cm2 1500 /cm2 + 14 1.89235 MeV 0 eV 0 40.4002 /cm2 78.0224 /cm2 227.25 /cm2 0 /cm2 0 /cm2 400 /cm2 1200 /cm2 + 15 8.04401 MeV 0 eV 0 0.582231 /cm2 66.7781 /cm2 28.3353 /cm2 0 /cm2 0 /cm2 375 /cm2 1100 /cm2 + 16 1.92857 MeV 0 eV 0 90.284 /cm2 102.894 /cm2 31.9069 /cm2 0 /cm2 0 /cm2 350 /cm2 875 /cm2 + 17 14.3571 MeV 0 eV 0 16.4815 /cm2 136.902 /cm2 124.304 /cm2 0 /cm2 0 /cm2 425 /cm2 700 /cm2 + 18 1.0708 MeV 0 eV 0 47.3835 /cm2 69.211 /cm2 55.3102 /cm2 0 /cm2 0 /cm2 275 /cm2 625 /cm2 + 19 11.7207 MeV 0 eV 0 11.6792 /cm2 98.3108 /cm2 30.1109 /cm2 0 /cm2 0 /cm2 375 /cm2 700 /cm2 + 20 294.912 keV 0 eV 0 24.3393 /cm2 24.3393 /cm2 0 /cm2 0 /cm2 0 /cm2 175 /cm2 625 /cm2 + 21 5.30314 MeV 0 eV 0 4.6285 /cm2 45.7021 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 500 /cm2 + 22 838.546 keV 0 eV 0 29.9972 /cm2 35.2339 /cm2 0 /cm2 0 /cm2 0 /cm2 100 /cm2 325 /cm2 + 23 5.09503 MeV 0 eV 0 4.99741 /cm2 46.5139 /cm2 125.285 /cm2 0 /cm2 0 /cm2 150 /cm2 300 /cm2 + 24 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 125 /cm2 275 /cm2 + 25 6.56573 MeV 0 eV 0 3.56039 /cm2 51.767 /cm2 0 /cm2 0 /cm2 0 /cm2 175 /cm2 275 /cm2 + 26 1.06401 MeV 0 eV 0 66.2223 /cm2 68.0245 /cm2 83.2075 /cm2 0 /cm2 0 /cm2 125 /cm2 125 /cm2 + 27 412.144 keV 0 eV 0 0 /cm2 2.00464 /cm2 0 /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 50 /cm2 175 /cm2 + 29 287.719 keV 0 eV 0 0 /cm2 1.47188 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 150 /cm2 + 30 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 125 /cm2 + 31 2.56806 MeV 0 eV 0 0 /cm2 24.5177 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 125 /cm2 + 32 217.821 keV 0 eV 0 0 /cm2 5.51053 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 75 /cm2 + 33 425.888 keV 0 eV 0 1.34418 /cm2 2.39555 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 125 /cm2 + 34 1.27297 MeV 0 eV 0 78.5726 /cm2 78.5726 /cm2 212.996 /cm2 0 /cm2 0 /cm2 50 /cm2 125 /cm2 + 35 1.55548 MeV 0 eV 0 0 /cm2 13.8209 /cm2 27.9477 /cm2 0 /cm2 0 /cm2 25 /cm2 175 /cm2 + 36 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 125 /cm2 + 37 1.71936 MeV 0 eV 0 0 /cm2 17.8654 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 125 /cm2 + 38 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 75 /cm2 + 39 462.629 keV 0 eV 0 0.13094 /cm2 2.22792 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 75 /cm2 40 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 41 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 42 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 43 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 44 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 45 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 - 46 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 + 41 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 75 /cm2 + 42 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 + 43 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 75 /cm2 + 44 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 + 45 510.999 keV 0 eV 0 0 /cm2 3.02938 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 46 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /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 - 53 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 50 /cm2 - 54 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 51 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 52 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 53 424.108 keV 0 eV 0 0 /cm2 2.19243 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 + 54 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 25 /cm2 55 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 56 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 57 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 58 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 59 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /cm2 - 60 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 25 /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 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 829.866 keV 0 eV 0 0 /cm2 5.46262 /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 @@ -1067,7 +1105,7 @@ Run Summary 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 142.809 keV 0 eV 0 0 /cm2 0.603644 /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 81 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 82 0 eV 0 eV 0 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 0 /cm2 @@ -1203,9 +1241,9 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 19 +Total navigation history collections cleaned: 18 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0279 MB +Pool ID '20G4NavigationLevelRep', size : 0.026 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0 MB Pool ID '7G4Event', size : 0.000961 MB @@ -1216,8 +1254,8 @@ Pool ID '17G4DynamicParticle', size : 0.00961 MB Pool ID '7G4Track', size : 0.0183 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.000961 MB -Pool ID '17G4ReactionProduct', 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.065 MB ============================================================ diff --git a/examples/extended/runAndEvent/RE02/run4.out b/examples/extended/runAndEvent/RE02/run4.out index 055a34c5dc8..1971bfbd24c 100644 --- a/examples/extended/runAndEvent/RE02/run4.out +++ b/examples/extended/runAndEvent/RE02/run4.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -29,20 +29,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -55,6 +55,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -62,6 +65,9 @@ Registered filter factories: 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 @@ -582,31 +588,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -614,11 +620,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -628,11 +636,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -642,11 +652,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -656,11 +668,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofWithBinaryCascadeCaptureAtRest @@ -670,11 +684,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic - Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofWithBinaryCascadeCaptureAtRest @@ -684,11 +700,13 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic - Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Model: FTFP: 0 eV /n ---> 25 GeV/n + Model: FTFP: 12 GeV/n ---> 100 TeV/n + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -697,12 +715,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -722,7 +740,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -763,7 +782,9 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: lambdaInelastic Model: BertiniCascade: 0 eV ---> 6 GeV - Model: FTFP: 3 GeV ---> 100 TeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV --------------------------------------------------- @@ -825,17 +846,33 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 6 GeV Cr_sctns: BarashenkovGlauberGribov: 0 eV ---> 100 TeV +--------------------------------------------------- + Hadronic Processes for sigma- + + Process: hadElastic + Model: hElasticLHEP: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + + Process: sigma-Inelastic + Model: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 25 GeV + Model: QGSP: 12 GeV ---> 100 TeV + Cr_sctns: Glauber-Gribov: 0 eV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -855,6 +892,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -876,7 +914,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -888,38 +926,38 @@ Index : 0 used in the geometry : Yes 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.51944 keV e- 276.265 keV e+ 270.751 keV proton 70 keV + Energy thresholds : gamma 2.52852 keV e- 278.507 keV e+ 271.144 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.5861 keV e- 1.00386 MeV e+ 951.321 keV proton 70 keV + Energy thresholds : gamma 94.7372 keV e- 1.00768 MeV e+ 948.734 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 23 kByte + Total memory consumed for geometry optimisation: 36 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 0.00 0.00 0.00 6k Phantom - 0.00 0.00 0.00 6k RepY - 0.00 0.00 0.00 13k RepX + 0.00 0.00 0.00 9k Phantom + 0.00 0.00 0.00 9k RepY + 0.00 0.00 0.00 19k RepX Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 53.25 12k 1 201 400 0.00 RepX - 23.38 5k 1 100 100 0.00 Phantom - 23.38 5k 1 100 100 0.00 RepY + 52.12 18k 1 201 400 0.00 RepX + 23.94 8k 1 100 100 0.00 Phantom + 23.94 8k 1 100 100 0.00 RepY G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ++ PhantomSD/totalEDep id 0 @@ -965,23 +1003,23 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10000 - User=0.190000s Real=0.188527s Sys=0.000000s + User=1.380000s Real=1.400665s Sys=0.000000s PrimitiveScorer RUN PhantomSD,totalEDep - Number of entries 85 + Number of entries 80 PrimitiveScorer RUN PhantomSD,protonEDep Number of entries 0 PrimitiveScorer RUN PhantomSD,protonNStep Number of entries 0 PrimitiveScorer RUN PhantomSD,chargedPassCellFlux - Number of entries 23 + Number of entries 15 PrimitiveScorer RUN PhantomSD,chargedCellFlux - Number of entries 85 + Number of entries 80 PrimitiveScorer RUN PhantomSD,chargedSurfFlux - Number of entries 30 + Number of entries 26 PrimitiveScorer RUN PhantomSD,gammaSurfCurr000 Number of entries 0 PrimitiveScorer RUN PhantomSD,gammaSurfCurr001 - Number of entries 66 + Number of entries 63 PrimitiveScorer RUN PhantomSD,gammaSurfCurr002 Number of entries 0 PrimitiveScorer RUN PhantomSD,gammaSurfCurr003 @@ -990,8 +1028,8 @@ Run Summary Number of event processed : 10000 ============================================================= #Z Cell# totalEDep protonEDep protonNStep chargedPassCellFlux chargedCellFlux chargedSurfFlux gammaSurfCurr000 gammaSurfCurr001 gammaSurfCurr002 gammaSurfCurr003 - 0 278.538 keV 0 eV 0 0.0844763 /cm2 2.58508 /cm2 0 /cm2 0 /cm2 9275 /cm2 0 /cm2 0 /cm2 - 1 20.9986 MeV 0 eV 0 0 /cm2 36.6724 /cm2 0 /cm2 0 /cm2 8875 /cm2 0 /cm2 0 /cm2 + 0 335.058 keV 0 eV 0 0 /cm2 3.17457 /cm2 0 /cm2 0 /cm2 9675 /cm2 0 /cm2 0 /cm2 + 1 21.8549 MeV 0 eV 0 0 /cm2 38.3876 /cm2 86.8636 /cm2 0 /cm2 9275 /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 @@ -1205,9 +1243,9 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 8 +Total navigation history collections cleaned: 7 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.00961 MB +Pool ID '20G4NavigationLevelRep', size : 0.00865 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0 MB Pool ID '7G4Event', size : 0.000961 MB @@ -1219,7 +1257,7 @@ 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.021 MB +Dynamic pools deleted: 11 / Total memory freed: 0.02 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/runAndEvent/RE04/exampleRE04.out b/examples/extended/runAndEvent/RE04/exampleRE04.out index 61a8c2f7e8a..180d0ae03fa 100644 --- a/examples/extended/runAndEvent/RE04/exampleRE04.out +++ b/examples/extended/runAndEvent/RE04/exampleRE04.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,20 +19,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -45,6 +45,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -52,6 +55,9 @@ Registered filter factories: 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 @@ -521,31 +527,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -553,11 +559,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -567,11 +573,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -581,11 +587,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -595,11 +601,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -609,11 +615,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -623,11 +629,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -636,12 +642,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -661,7 +667,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -757,17 +764,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -787,6 +808,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 diff --git a/examples/extended/runAndEvent/RE05/exampleRE05.out b/examples/extended/runAndEvent/RE05/exampleRE05.out index 22c9fe7f10c..c95ad3b5bcb 100644 --- a/examples/extended/runAndEvent/RE05/exampleRE05.out +++ b/examples/extended/runAndEvent/RE05/exampleRE05.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -21,20 +21,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -47,6 +47,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -54,6 +57,9 @@ Registered filter factories: 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 @@ -468,7 +474,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -480,7 +486,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -493,11 +499,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -507,11 +513,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -521,11 +527,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -535,11 +541,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -549,11 +555,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -563,11 +569,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -576,7 +582,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -601,7 +607,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -698,12 +705,26 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -728,9 +749,10 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 -Electron internal conversion ID 0 +Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 @@ -750,7 +772,7 @@ Region -- -- appears in world vo Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Air @@ -769,58 +791,58 @@ Index : 1 used in the geometry : Yes 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.87535 keV e- 424.726 keV e+ 410.692 keV proton 70 keV + Energy thresholds : gamma 5.87994 keV e- 424.707 keV e+ 410.72 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.09434 keV e- 281.891 keV e+ 276.265 keV proton 70 keV + Energy thresholds : gamma 2.10317 keV e- 282.263 keV e+ 272.967 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.5861 keV e- 1.00386 MeV e+ 951.321 keV proton 70 keV + Energy thresholds : gamma 94.7372 keV e- 1.00768 MeV e+ 948.734 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics - Total memory consumed for geometry optimisation: 7 kByte + Total memory consumed for geometry optimisation: 10 kByte Total CPU time elapsed for geometry optimisation: 0 seconds Voxelisation: top CPU users: Percent Total CPU System CPU Memory Volume ------- ---------- ---------- -------- ---------- - 0.00 0.00 0.00 2k expHall_L + 0.00 0.00 0.00 4k expHall_L 0.00 0.00 0.00 0k trackerT_L 0.00 0.00 0.00 1k caloT_L - 0.00 0.00 0.00 3k caloROlogical - 0.00 0.00 0.00 1k caloROphiDivisionLogical + 0.00 0.00 0.00 4k caloROlogical + 0.00 0.00 0.00 2k caloROphiDivisionLogical Voxelisation: top memory users: Percent Memory Heads Nodes Pointers Total CPU Volume ------- -------- ------ ------ -------- ---------- ---------- - 38.29 2k 1 48 48 0.00 caloROlogical - 33.30 2k 6 33 48 0.00 expHall_L - 16.54 1k 1 20 20 0.00 caloROphiDivisionLogical - 8.32 0k 1 9 12 0.00 caloT_L - 3.55 0k 1 3 5 0.00 trackerT_L + 38.84 4k 1 48 48 0.00 caloROlogical + 32.74 3k 6 33 48 0.00 expHall_L + 16.73 1k 1 20 20 0.00 caloROphiDivisionLogical + 8.26 0k 1 9 12 0.00 caloT_L + 3.45 0k 1 3 5 0.00 trackerT_L G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. ### Run 0 starts. ### Run 0 start. G4HEPEvtInterface - reading 484 HEPEvt particles from pythia_event.data. >>> Event 0 - 59 hits are stored in RE05TrackerHitsCollection. - 50 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 5.7286004553098 (GeV) + 36 hits are stored in RE05TrackerHitsCollection. + 46 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 7.0167843058339 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 755 HEPEvt particles from pythia_event.data. >>> Event 1 @@ -838,19 +860,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.52882974412438 (GeV) + Total energy deposition in calorimeter : 0.52584297308065 (GeV) 0 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 945 HEPEvt particles from pythia_event.data. >>> Event 4 - 96 hits are stored in RE05TrackerHitsCollection. - 63 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 10.47017665681 (GeV) + 101 hits are stored in RE05TrackerHitsCollection. + 70 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 11.670916435228 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 837 HEPEvt particles from pythia_event.data. >>> Event 5 - 40 hits are stored in RE05TrackerHitsCollection. - 60 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 8.3789479522989 (GeV) + 36 hits are stored in RE05TrackerHitsCollection. + 7 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 2.9125322797515 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 603 HEPEvt particles from pythia_event.data. >>> Event 6 @@ -860,26 +882,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 - 46 hits are stored in RE05TrackerHitsCollection. - 28 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 6.8474191582943 (GeV) + 47 hits are stored in RE05TrackerHitsCollection. + 26 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 6.2066663803489 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 682 HEPEvt particles from pythia_event.data. >>> Event 8 - 47 hits are stored in RE05TrackerHitsCollection. - 51 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 8.651102396679 (GeV) + 50 hits are stored in RE05TrackerHitsCollection. + 54 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 8.8104397653849 (GeV) 1 hits are stored in RE05MuonHitsCollection. G4HEPEvtInterface - reading 330 HEPEvt particles from pythia_event.data. >>> Event 9 - 52 hits are stored in RE05TrackerHitsCollection. - 28 hits are stored in RE05CalorimeterHitsCollection. - Total energy deposition in calorimeter : 17.258363242762 (GeV) + 99 hits are stored in RE05TrackerHitsCollection. + 29 hits are stored in RE05CalorimeterHitsCollection. + Total energy deposition in calorimeter : 6.503973802801 (GeV) 1 hits are stored in RE05MuonHitsCollection. Run terminated. Run Summary Number of events processed : 10 - User=2.870000s Real=3.009022s Sys=0.020000s + User=2.330000s Real=2.526213s Sys=0.020000s # Graphics systems deleted. Visualization Manager deleting... @@ -894,9 +916,9 @@ G4SDManager deleted. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 413 +Total navigation history collections cleaned: 410 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.676 MB +Pool ID '20G4NavigationLevelRep', size : 0.672 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.13 MB @@ -904,18 +926,18 @@ Pool ID '16G4HEPEvtParticle', size : 0.0221 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '15G4HCofThisEvent', size : 0.000961 MB Pool ID '16G4HitsCollection', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.683 MB -Pool ID '7G4Track', size : 1.16 MB -Pool ID '18G4TouchableHistory', size : 0.05 MB +Pool ID '17G4DynamicParticle', size : 0.695 MB +Pool ID '7G4Track', size : 1.19 MB +Pool ID '18G4TouchableHistory', size : 0.049 MB Pool ID '15G4CountedObjectIvE', size : 0.00673 MB Pool ID '12G4Trajectory', size : 0.0279 MB -Pool ID '17G4TrajectoryPoint', size : 0.16 MB -Pool ID '14RE05TrackerHit', size : 0.00385 MB -Pool ID '18RE05CalorimeterHit', size : 0.00865 MB +Pool ID '17G4TrajectoryPoint', size : 0.164 MB +Pool ID '14RE05TrackerHit', size : 0.00481 MB +Pool ID '18RE05CalorimeterHit', size : 0.00961 MB Pool ID '11RE05MuonHit', size : 0.000961 MB Pool ID '21G4TrajectoryContainer', size : 0.000961 MB -Pool ID '10G4Fragment', size : 0.00673 MB -Pool ID '17G4ReactionProduct', size : 0.00961 MB +Pool ID '10G4Fragment', size : 0.00577 MB +Pool ID '17G4ReactionProduct', size : 0.0106 MB Number of memory pools allocated: 20 of which, static: 0 Dynamic pools deleted: 20 / Total memory freed: 3 MB ============================================================ diff --git a/examples/extended/runAndEvent/RE06/exampleRE06.out b/examples/extended/runAndEvent/RE06/exampleRE06.out index a3307a24d5e..2a94f5481f4 100644 --- a/examples/extended/runAndEvent/RE06/exampleRE06.out +++ b/examples/extended/runAndEvent/RE06/exampleRE06.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -19,20 +19,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -45,6 +45,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -52,6 +55,9 @@ Registered filter factories: 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 @@ -598,31 +604,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: ionInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n Model: FTFP: 3 GeV/n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for He3 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for anti_He3 @@ -630,11 +636,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -644,11 +650,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -658,11 +664,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -672,11 +678,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -686,11 +692,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -700,11 +706,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -713,12 +719,12 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV --------------------------------------------------- Hadronic Processes for e+ @@ -738,7 +744,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -834,17 +841,31 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 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: BertiniCascade: 0 eV ---> 6 GeV + Model: FTFP: 3 GeV ---> 100 TeV + 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 ---> 100 TeV + 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV ================================================================ ======================================================================= @@ -864,6 +885,7 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 Electron internal conversion ID 2 @@ -872,7 +894,7 @@ Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 ======================================================================= -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -884,46 +906,46 @@ Index : 0 used in the geometry : Yes 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 100 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.19986 keV e- 344.855 keV e+ 333.46 keV proton 100 keV + Energy thresholds : gamma 6.2036 keV e- 345.078 keV e+ 335.956 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 100 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.19986 keV e- 344.855 keV e+ 333.46 keV proton 100 keV + Energy thresholds : gamma 6.2036 keV e- 345.078 keV e+ 335.956 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.21848 MeV e- 430.674 MeV e+ 408.132 MeV proton 10 MeV + Energy thresholds : gamma 2.16235 MeV e- 435.198 MeV e+ 407.004 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.567 keV e- 24.5965 MeV e+ 22.6909 MeV proton 10 MeV + Energy thresholds : gamma 56.5645 keV e- 24.104 MeV e+ 22.8465 MeV proton 10 MeV Region(s) which use this couple : Calor-C -==================================================================== +================================================================== G4VisManager: Using G4TrajectoryDrawByCharge as fallback trajectory model. See commands in /vis/modeling/trajectories/ for other options. @@ -931,7 +953,7 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 10 - User=4.840000s Real=6.334580s Sys=1.450000s + User=1.860000s Real=2.143675s Sys=0.250000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -939,128 +961,128 @@ Region : Calor-A Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 6.74625 GeV Gap 728.573 MeV + Absorber 2.47498 GeV Gap 318.088 MeV Number of secondaries in an event : - gamma in Absorber 2957.9 in Gap 177 - e- in Absorber 4848.1 in Gap 474.9 - e+ in Absorber 317.7 in Gap 12 + gamma in Absorber 579 in Gap 40.5 + e- in Absorber 1003.9 in Gap 113.3 + e+ in Absorber 60.1 in Gap 2.5 Minimum kinetic energy of generated secondaries : - gamma in Absorber 74.9974 keV in Gap 6.2729 keV - e- in Absorber 119.25 eV in Gap 102.593 eV - e+ in Absorber 3.68757 keV in Gap 106.699 keV + gamma in Absorber 64.797 keV in Gap 6.23616 keV + e- in Absorber 315.943 eV in Gap 137.652 eV + e+ in Absorber 13.7397 keV in Gap 84.8247 keV Total track length of e+/e- in an event : - Absorber 3.84717 m Gap 2.58855 m + Absorber 80.5213 cm Gap 59.2501 cm Total number of steps of e+/e- in an event : - Absorber 12350.3 Gap 1796.2 + Absorber 2567.6 Gap 424.3 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 6605.58 2825.7 3924.7 277.9 5480.75 10965.9 - 1 525.455 196.9 770.8 31 593.909 1825.3 - 2 182.887 62.2 311.9 12 186.058 675.4 - 3 80.5417 28.1 150.6 5 88.2508 327.2 - 4 34.5126 10.1 66.8 1.9 34.6758 149.5 - 5 18.9445 5.1 39.2 0.7 20.0325 78.3 - 6 10.8546 3.7 22.2 0.6 13.9789 50.8 - 7 5.70478 0.7 12.4 0.1 6.24382 25.1 - 8 3.34594 1.1 8.7 0.1 5.09288 16.1 - 9 1.44743 0.2 3.6 0.1 0.998365 6.7 - 10 2.94131 0.9 5.4 0.3 2.59376 14 - 11 0.763112 0 2.3 0 0.620563 4.5 - 12 0.333687 0.1 1 0 0.17226 1.8 - 13 0.356191 0 1.2 0 0.190616 1.7 - 14 0.282516 0 0.6 0 0.832113 1.3 - 15 0.105694 0 0.5 0 0.102965 0.6 - 16 0.499611 0 0.5 0 0.317296 0.8 - 17 0.0435783 0 0.3 0 0.00550711 0.5 - 18 0.00417343 0 0 0 0 0 - 19 0.00204587 0 0 0 0 0 + 0 2613.97 554.6 838.9 50.9 1212.71 2347.2 + 1 111.218 42.6 158.6 7.4 122.89 388.1 + 2 37.0644 12.9 59.9 2.2 36.546 131.3 + 3 13.1975 3.9 25.9 1.1 11.4123 51.5 + 4 7.43559 2.5 13.5 0.5 6.0439 34.9 + 5 4.72472 1.1 9.8 0.3 4.00163 19.5 + 6 2.73607 0.7 5.5 0 1.81376 10 + 7 0.988885 0.2 2 0 0.618383 3.1 + 8 1.32954 0.9 2.2 0.2 1.04325 4.7 + 9 0.185896 0 0.3 0 0.468863 0.7 + 10 0.161718 0.1 0.2 0 0.124388 0.4 + 11 0.031424 0 0.4 0 0.0439156 0.5 + 12 0.00496012 0 0 0 0 0 + 13 0.00346085 0 0 0 0 0 + 14 0.00419352 0 0 0 0 0 + 15 0.00470482 0 0 0 0 0 + 16 0.00383988 0 0 0 0 0 + 17 0.000616226 0 0 0 0 0 + 18 0.000411879 0 0 0 0 0 + 19 0.000783705 0 0 0 0 0 ############################################################ Region : Calor-B Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 11.8976 GeV Gap 1.15494 GeV + Absorber 2.55814 GeV Gap 322.87 MeV Number of secondaries in an event : - gamma in Absorber 5855.4 in Gap 321.4 - e- in Absorber 9543.8 in Gap 855.9 - e+ in Absorber 652.2 in Gap 19.7 + gamma in Absorber 628 in Gap 40.3 + e- in Absorber 1067.2 in Gap 120.4 + e+ in Absorber 62.7 in Gap 1.9 Minimum kinetic energy of generated secondaries : - gamma in Absorber 5.76685 keV in Gap 6.22406 keV - e- in Absorber 8.37612 eV in Gap 105.015 eV - e+ in Absorber 536.111 eV in Gap 58.5659 keV + gamma in Absorber 102.001 keV in Gap 6.2758 keV + e- in Absorber 41.9311 eV in Gap 143.117 eV + e+ in Absorber 17.6837 keV in Gap 26.8548 keV Total track length of e+/e- in an event : - Absorber 7.51993 m Gap 4.67409 m + Absorber 87.0509 cm Gap 61.6464 cm Total number of steps of e+/e- in an event : - Absorber 24240.7 Gap 3135.2 + Absorber 2702.7 Gap 446 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 11259.9 5538.6 7663.2 558.9 10418.5 21162.6 - 1 1119.75 402.3 1513.4 67.1 1119.78 3543.3 - 2 355.276 129.3 603.6 24 337.473 1318 - 3 147.167 49 278.4 9.6 145.69 602.9 - 4 74.3123 25.7 140.6 5.6 68.9638 304.8 - 5 38.3029 12.8 74.5 2.9 39.1954 181.3 - 6 20.6093 6.7 45.3 1.4 17.3261 90.1 - 7 11.8161 4.2 28.9 1 14.674 57.4 - 8 8.79285 2.9 17.4 0.5 10.9793 39.3 - 9 5.64146 1.5 12.9 0.1 5.99344 27.9 - 10 3.65243 0.9 8.2 0 5.45754 18.4 - 11 1.67531 0.4 3.5 0.1 1.66768 6.6 - 12 1.20375 0.3 3.5 0.1 1.21128 6.5 - 13 2.09305 1.2 2.2 0.3 2.20655 8.5 - 14 0.452275 0 1 0 0.269478 1.6 - 15 0.0581314 0 0.2 0 0.0416818 0.3 - 16 0.306828 0.4 0.7 0.1 1.18505 1.7 - 17 0.0983102 0 0.6 0 0.133791 0.8 - 18 1.16318 0.6 1 0.2 3.07331 3 - 19 0.200733 0 0.5 0 0.0999791 0.8 + 0 2714.9 609.6 916.9 53.6 1320.72 2563.9 + 1 90.9737 32 141.3 6 94.8626 313 + 2 43.197 17.2 65.4 3 42.0115 147.7 + 3 16.0667 5.2 30.7 1.1 13.9336 61.7 + 4 7.14118 2.4 13.2 0.6 7.87823 27.8 + 5 3.6272 1 7.6 0.1 2.6978 14 + 6 1.98037 0.4 4.1 0 1.65947 7 + 7 1.39509 0.4 4.3 0.2 0.99658 7.3 + 8 0.988822 0 1.6 0 1.27968 2.7 + 9 0.367284 0.1 1.1 0 0.489457 1.7 + 10 0.0335208 0 0.5 0 0.0368711 0.6 + 11 0.0055684 0 0.2 0 0.00323506 0.2 + 12 0.038571 0 0.1 0 0.0206475 0.2 + 13 0.0706885 0 0.2 0 0.250409 0.3 + 14 0.0959385 0 0.1 0 0.0615032 0.2 + 15 0.0384847 0 0.1 0 0.0211852 0.1 + 16 0.0873248 0 0.2 0 0.0465994 0.3 + 17 0 0 0 0 0 0 + 18 6.10194e-05 0 0 0 0 0 + 19 3.40216e-05 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.32421 GeV Gap 262.084 MeV + Absorber 2.58858 GeV Gap 277.994 MeV Number of secondaries in an event : - gamma in Absorber 57.1 in Gap 3.7 - e- in Absorber 100.7 in Gap 8.4 - e+ in Absorber 15.7 in Gap 0.6 + gamma in Absorber 96.8 in Gap 10 + e- in Absorber 173.2 in Gap 14.6 + e+ in Absorber 27.3 in Gap 0.7 Minimum kinetic energy of generated secondaries : - gamma in Absorber 283.884 keV in Gap 64.4503 keV - e- in Absorber 370.802 eV in Gap 712.719 eV - e+ in Absorber 70.6619 keV in Gap 322.185 keV + gamma in Absorber 343.593 keV in Gap 64.6743 keV + e- in Absorber 198.439 eV in Gap 4.1544 keV + e+ in Absorber 23.3832 keV in Gap 1.09768 MeV Total track length of e+/e- in an event : - Absorber 16.8006 cm Gap 9.59006 cm + Absorber 29.0436 cm Gap 17.765 cm Total number of steps of e+/e- in an event : - Absorber 299.2 Gap 44.4 + Absorber 498.4 Gap 80.9 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2546.89 53.3 71.9 13.4 227.158 250.6 - 1 27.9707 5 22.2 1.8 26.9327 62.4 - 2 6.21908 1.6 7 0.7 5.50412 14.4 - 3 0.787187 0.2 2.7 0.1 0.388887 4.6 - 4 2.71855 0.4 2.7 0.2 1.73865 5.4 - 5 0.65034 0.2 0.3 0.1 0.473075 1.6 - 6 0.0814837 0 0.5 0 0.0506776 0.7 - 7 0.196336 0 0.5 0 0.182404 0.7 - 8 0.339258 0.1 0.5 0 1.00417 1.2 + 0 2814.24 99.2 132.1 24.9 413.182 448.4 + 1 35.7464 5.2 31.8 2.1 39.6011 73.5 + 2 9.2578 2 11.9 0.8 10.0085 30.6 + 3 2.82053 0 4.3 0 2.31551 9.7 + 4 2.65052 0.2 3.6 0.1 1.701 6.6 + 5 1.04155 0.2 1.9 0.1 0.644755 2.9 + 6 0.214261 0 0.7 0 0.15591 3.2 + 7 0.142268 0 0.3 0 0.10316 0.5 + 8 0.224295 0 0.8 0 0.121504 1.1 9 0 0 0 0 0 0 - 10 0.0312093 0 0.1 0 0.0155518 0.1 - 11 0 0 0 0 0 0 + 10 0 0 0 0 0 0 + 11 0.0848185 0 0.2 0 0.159834 2.5 12 0 0 0 0 0 0 - 13 0.112822 0 0.1 0 0.0717695 0.2 - 14 0.239804 0 0.4 0 0.345926 1.5 - 15 0.00796209 0 0 0 0 0 - 16 0.00389068 0 0 0 0 0 - 17 0.0273339 0 0.2 0 0.0407517 0.2 - 18 0.00406432 0 0 0 0 0 - 19 0.00303181 0 0 0 0 0 + 13 0.148947 0 0.2 0 0.0924901 0.3 + 14 0 0 0 0 0 0 + 15 0 0 0 0 0 0 + 16 0 0 0 0 0 0 + 17 0 0 0 0 0 0 + 18 0 0 0 0 0 0 + 19 0 0 0 0 0 0 ############################################################ /run/dumpCouples -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -1072,46 +1094,46 @@ Index : 0 used in the geometry : Yes 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 100 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.19986 keV e- 344.855 keV e+ 333.46 keV proton 100 keV + Energy thresholds : gamma 6.2036 keV e- 345.078 keV e+ 335.956 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 100 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.19986 keV e- 344.855 keV e+ 333.46 keV proton 100 keV + Energy thresholds : gamma 6.2036 keV e- 345.078 keV e+ 335.956 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.21848 MeV e- 430.674 MeV e+ 408.132 MeV proton 10 MeV + Energy thresholds : gamma 2.16235 MeV e- 435.198 MeV e+ 407.004 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.567 keV e- 24.5965 MeV e+ 22.6909 MeV proton 10 MeV + Energy thresholds : gamma 56.5645 keV e- 24.104 MeV e+ 22.8465 MeV proton 10 MeV Region(s) which use this couple : Calor-C -==================================================================== +================================================================== ## ## @@ -1522,7 +1544,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -1534,52 +1556,52 @@ Index : 0 used in the geometry : Yes 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.1807 keV e- 384 keV e+ 371.312 keV proton 20 keV + Energy thresholds : gamma 47.5243 keV e- 384.112 keV e+ 368.982 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.80544 keV e- 124.173 keV e+ 122.515 keV proton 20 keV + Energy thresholds : gamma 2.81453 keV e- 124.676 keV e+ 122.195 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.879 keV e- 2.64203 MeV e+ 2.43733 MeV proton 200 keV + Energy thresholds : gamma 120.569 keV e- 2.64356 MeV e+ 2.4394 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.73423 keV e- 567.027 keV e+ 540.972 keV proton 200 keV + Energy thresholds : gamma 8.67127 keV e- 566.458 keV e+ 544.145 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 419.056 keV e- 35.1199 MeV e+ 32.6175 MeV proton 2 MeV + Energy thresholds : gamma 419.056 keV e- 35.0737 MeV e+ 32.8015 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 27.0103 keV e- 4.22893 MeV e+ 4.00759 MeV proton 2 MeV + Energy thresholds : gamma 27.0755 keV e- 4.28176 MeV e+ 3.95109 MeV proton 2 MeV Region(s) which use this couple : Calor-C -==================================================================== +================================================================== ### Run 1 starts. Run terminated. Run Summary Number of events processed : 10 - User=1.260000s Real=1.708044s Sys=0.420000s + User=3.350000s Real=3.774915s Sys=0.400000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -1587,128 +1609,128 @@ Region : Calor-A Production thresholds : gamma 200 um e- 200 um e+ 200 um Energy deposition in an event : - Absorber 2.75225 GeV Gap 350.378 MeV + Absorber 3.10442 GeV Gap 391.446 MeV Number of secondaries in an event : - gamma in Absorber 988 in Gap 54 - e- in Absorber 1722.3 in Gap 232.7 - e+ in Absorber 77 in Gap 2.4 + gamma in Absorber 1218.7 in Gap 74.1 + e- in Absorber 2088.9 in Gap 276.2 + e+ in Absorber 97.2 in Gap 2.5 Minimum kinetic energy of generated secondaries : - gamma in Absorber 47.1817 keV in Gap 2.80582 keV - e- in Absorber 58.5435 eV in Gap 49.9144 eV - e+ in Absorber 6.72552 keV in Gap 724.65 keV + gamma in Absorber 16.4041 keV in Gap 2.86913 keV + e- in Absorber 49.0999 eV in Gap 11.3814 eV + e+ in Absorber 19.2866 keV in Gap 357.345 keV Total track length of e+/e- in an event : - Absorber 1.09465 m Gap 78.3043 cm + Absorber 1.35502 m Gap 99.3046 cm Total number of steps of e+/e- in an event : - Absorber 4213.7 Gap 688.7 + Absorber 5169.3 Gap 821.7 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2898.8 942 1571.7 66.2 1658.74 4043.8 - 1 115.91 61 209.1 8.2 124.97 467.3 - 2 48.0454 19.7 86.7 2.1 53.9714 197 - 3 19.5615 10.9 41.2 1.9 19.1603 90.4 - 4 9.11425 4.4 19.6 0.6 8.32476 50.1 - 5 4.63682 2.2 10.6 0.2 5.39008 23.2 - 6 3.72232 1.2 8 0.2 2.85583 15.6 - 7 0.944742 0.1 2.9 0 0.885706 4.5 - 8 0.610621 0.1 1.1 0 1.05637 2.6 - 9 0.529752 0.3 1.4 0 0.831035 2.5 - 10 0.232102 0.1 1.4 0 0.122314 2.1 - 11 0.0726992 0 0.5 0 0.0675076 0.6 - 12 0.101949 0 0.5 0 0.0559465 1.6 - 13 0.0039253 0 0 0 0 0 - 14 0.00280076 0 0 0 0 0 - 15 0.0511951 0 0.1 0 0.0307648 0.2 - 16 0.00219744 0 0 0 0 0 - 17 0.277788 0 0.2 0 1.22978 0.9 - 18 0.00316232 0 0 0 0 0 - 19 0.000213756 0 0 0 0 0 + 0 3225.22 1160.8 1881 83.4 2034.61 4876.4 + 1 164.828 86.3 275.4 10.4 203.46 642.8 + 2 54.8344 24 105.4 3.4 61.5456 234 + 3 25.7425 11.8 51.7 1.4 22.3917 118.9 + 4 9.07932 3 19.1 0.3 7.25287 38.2 + 5 4.61807 1.1 10.4 0.2 3.89967 21.4 + 6 3.47962 2 7.4 0.3 3.06819 17.6 + 7 2.04332 1 4 0.1 2.48832 10.4 + 8 2.3316 0.9 3.2 0.2 4.84392 8.5 + 9 2.4102 1.3 3.3 0 3.44616 12.8 + 10 0.259161 0.1 0.9 0 0.315867 1.6 + 11 0.301433 0.1 1.3 0 0.207995 1.8 + 12 0.373011 0.1 0.9 0 0.342811 2.8 + 13 0.00691118 0 0 0 0 0 + 14 0.0802095 0 0.2 0 0.0660399 2.3 + 15 0.170302 0 0.2 0 0.0949273 0.5 + 16 0.00229379 0 0 0 0 0 + 17 0.00533997 0 0 0 0 0 + 18 0.023843 0.3 0.2 0 0.0018159 0.3 + 19 0.0215232 0 0.2 0 0.00295157 0.3 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 3.00079 GeV Gap 371.439 MeV + Absorber 3.02577 GeV Gap 345.312 MeV Number of secondaries in an event : - gamma in Absorber 807.7 in Gap 52.8 - e- in Absorber 1361.4 in Gap 131.8 - e+ in Absorber 93.4 in Gap 3.6 + gamma in Absorber 833 in Gap 39.9 + e- in Absorber 1396.1 in Gap 128.1 + e+ in Absorber 92.3 in Gap 2.6 Minimum kinetic energy of generated secondaries : - gamma in Absorber 96.6122 keV in Gap 8.90238 keV - e- in Absorber 149.771 eV in Gap 101.255 eV - e+ in Absorber 30.7449 keV in Gap 105.223 keV + gamma in Absorber 11.4899 keV in Gap 8.70259 keV + e- in Absorber 306.039 eV in Gap 194.659 eV + e+ in Absorber 592.364 eV in Gap 176.52 keV Total track length of e+/e- in an event : - Absorber 1.12797 m Gap 82.7832 cm + Absorber 1.14126 m Gap 69.3716 cm Total number of steps of e+/e- in an event : - Absorber 3465.5 Gap 530.6 + Absorber 3498.4 Gap 469.4 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 3132.33 782.2 1117.1 82.4 1689.74 3132.5 - 1 149.479 52.7 210.7 9.4 167.974 494.6 - 2 44.6014 12.2 77.9 3 43.0253 167.2 - 3 21.6245 6.7 39.9 1.3 19.4331 81.1 - 4 11.8969 4.2 23.4 0.7 16.978 57.3 - 5 6.84785 1.6 10.9 0.1 13.5737 33.9 - 6 1.88048 0.4 4.2 0.1 1.39547 11.8 - 7 1.32763 0.2 2.9 0 0.953089 5 - 8 0.714904 0 1.5 0 0.525823 3.4 - 9 0.312997 0.1 1.1 0 0.182306 1.9 - 10 0.610489 0 1.3 0 1.32712 2.3 - 11 0.0185759 0 0.1 0 0.0227034 0.1 - 12 0.0892436 0.1 0.3 0 0.0360199 0.6 - 13 0.290879 0.1 1.3 0 0.169841 1.8 - 14 0.00509019 0 0.2 0 0.00133205 0.2 - 15 0.173915 0 0.4 0 0.462148 2.2 - 16 0.00981906 0 0 0 0.00216915 0.2 - 17 0.00294733 0 0 0 0 0 - 18 0.00251345 0 0 0 0 0 - 19 0.00958677 0 0 0 0 0 + 0 3115.76 787.7 1124.3 78.5 1564.21 3069 + 1 157.517 58.7 224.8 10.8 173.327 513.6 + 2 48.1515 12.1 85 2.6 50.6694 184.2 + 3 21.7932 5.9 36.3 1.3 18.5104 75.8 + 4 11.6094 2.8 22.8 0.5 13.0012 57.2 + 5 4.36775 0.6 9.6 0 3.31282 20.1 + 6 4.4895 1.8 7.5 0.4 5.26611 16.7 + 7 2.86583 1.6 5.3 0.4 1.94326 12.2 + 8 1.9546 0.4 3.9 0.1 2.50583 9 + 9 1.12119 0.3 1.8 0.1 0.796313 3.2 + 10 0.381341 0.2 0.9 0.1 0.510103 1.8 + 11 0.149117 0.3 0.6 0 0.0552103 1 + 12 0.103372 0 0.7 0 0.159334 1.5 + 13 0.705926 0.5 0.6 0.1 0.560311 2.3 + 14 0.0576409 0 0.1 0 0.142375 0.2 + 15 0.0227894 0 0 0 0 0 + 16 0.0102285 0 0 0 0 0 + 17 0.00394435 0 0 0 0 0 + 18 0.00451514 0 0 0 0 0 + 19 0.00715933 0 0 0 0 0 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 2.79643 GeV Gap 330.497 MeV + Absorber 2.45934 GeV Gap 295.996 MeV Number of secondaries in an event : - gamma in Absorber 404.1 in Gap 29.7 - e- in Absorber 773.1 in Gap 76.3 - e+ in Absorber 69.3 in Gap 2.5 + gamma in Absorber 291.4 in Gap 20.3 + e- in Absorber 545.7 in Gap 45.7 + e+ in Absorber 50.7 in Gap 1.5 Minimum kinetic energy of generated secondaries : - gamma in Absorber 168.23 keV in Gap 27.1387 keV - e- in Absorber 223.771 eV in Gap 154.42 eV - e+ in Absorber 22.2781 keV in Gap 153.391 keV + gamma in Absorber 83.1795 keV in Gap 28.5157 keV + e- in Absorber 112.463 eV in Gap 356.458 eV + e+ in Absorber 626.48 eV in Gap 44.7586 keV Total track length of e+/e- in an event : - Absorber 80.3765 cm Gap 52.2532 cm + Absorber 56.2433 cm Gap 33.17 cm Total number of steps of e+/e- in an event : - Absorber 1920.4 Gap 288.5 + Absorber 1377 Gap 194.8 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 2925.16 389.6 572 58.9 1112.79 1590.4 - 1 122.831 28.4 151 8.4 129.918 357.2 - 2 35.9902 7.6 54.2 2.2 39.4902 108.2 - 3 20.5035 4 30.4 1.2 19.2573 64.4 - 4 9.97953 2.3 16.6 0.6 9.68388 36.2 - 5 6.12583 1.5 10.6 0.4 7.54328 24.1 - 6 3.09648 0.1 6.2 0 2.90878 11.1 - 7 1.30468 0.3 3.2 0.1 1.54984 5.9 - 8 0.817457 0 2.3 0 0.483658 6.6 - 9 0.621681 0 0.7 0 1.86436 1.6 - 10 0.0639839 0 0.5 0 0.0256761 0.7 - 11 0.0366845 0 0.5 0 0.0293929 0.6 - 12 0.0259777 0 0.2 0 0.00939788 0.3 - 13 0.0842306 0 0.4 0 0.182081 0.5 - 14 0.000587498 0 0 0 0 0 - 15 0.0743354 0 0.1 0 0.28823 0.2 - 16 0.115124 0 0.2 0 0.0728159 0.3 - 17 0.0511412 0 0.2 0 0.178837 0.3 - 18 0.0440715 0 0.1 0 0.0190149 0.3 - 19 0 0 0 0 0 0 + 0 2635.59 283.9 421.1 43.7 775.36 1181.1 + 1 72.9027 18.6 92.7 5.4 74.5442 219.6 + 2 24.558 5.6 41 1.7 24.9812 83.4 + 3 11.8642 1.8 19 0.8 8.94672 40.7 + 4 3.43925 0.4 5.8 0.2 3.05287 15.7 + 5 2.60315 0.4 5.1 0.2 3.0813 16.1 + 6 1.4228 0.3 2.1 0.1 0.950544 4.4 + 7 0.746673 0 1.4 0 0.442752 3.2 + 8 1.12262 0.2 1.2 0.1 1.13755 3 + 9 0.241685 0.2 0.5 0 0.141394 1 + 10 0.0694119 0 0.3 0 0.128321 0.6 + 11 0.0595122 0 0.2 0 0.0156633 0.3 + 12 0.23674 0.1 0.3 0 0.691797 0.9 + 13 0.159284 0 0.3 0 0.485908 1 + 14 0.235137 0.2 0.2 0 0.168364 0.5 + 15 0.0143392 0 0 0 0 0 + 16 0.0047102 0 0 0 0 0 + 17 0.0102861 0 0 0 0 0 + 18 0.0137581 0 0.1 0 0.00106269 0.1 + 19 0.0217217 0 0.1 0 0.00313294 0.2 ############################################################ /run/dumpCouples -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -1720,46 +1742,46 @@ Index : 0 used in the geometry : Yes 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.1807 keV e- 384 keV e+ 371.312 keV proton 20 keV + Energy thresholds : gamma 47.5243 keV e- 384.112 keV e+ 368.982 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.80544 keV e- 124.173 keV e+ 122.515 keV proton 20 keV + Energy thresholds : gamma 2.81453 keV e- 124.676 keV e+ 122.195 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.879 keV e- 2.64203 MeV e+ 2.43733 MeV proton 200 keV + Energy thresholds : gamma 120.569 keV e- 2.64356 MeV e+ 2.4394 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.73423 keV e- 567.027 keV e+ 540.972 keV proton 200 keV + Energy thresholds : gamma 8.67127 keV e- 566.458 keV e+ 544.145 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 419.056 keV e- 35.1199 MeV e+ 32.6175 MeV proton 2 MeV + Energy thresholds : gamma 419.056 keV e- 35.0737 MeV e+ 32.8015 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 27.0103 keV e- 4.22893 MeV e+ 4.00759 MeV proton 2 MeV + Energy thresholds : gamma 27.0755 keV e- 4.28176 MeV e+ 3.95109 MeV proton 2 MeV Region(s) which use this couple : Calor-C -==================================================================== +================================================================== ## ## @@ -2171,7 +2193,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -2183,82 +2205,82 @@ Index : 0 used in the geometry : Yes 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.1807 keV e- 384 keV e+ 371.312 keV proton 20 keV + Energy thresholds : gamma 47.5243 keV e- 384.112 keV e+ 368.982 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.80544 keV e- 124.173 keV e+ 122.515 keV proton 20 keV + Energy thresholds : gamma 2.81453 keV e- 124.676 keV e+ 122.195 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.879 keV e- 2.64203 MeV e+ 2.43733 MeV proton 200 keV + Energy thresholds : gamma 120.569 keV e- 2.64356 MeV e+ 2.4394 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.73423 keV e- 567.027 keV e+ 540.972 keV proton 200 keV + Energy thresholds : gamma 8.67127 keV e- 566.458 keV e+ 544.145 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 419.056 keV e- 35.1199 MeV e+ 32.6175 MeV proton 2 MeV + Energy thresholds : gamma 419.056 keV e- 35.0737 MeV e+ 32.8015 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 27.0103 keV e- 4.22893 MeV e+ 4.00759 MeV proton 2 MeV + Energy thresholds : gamma 27.0755 keV e- 4.28176 MeV e+ 3.95109 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.25242 keV e- 200.096 keV e+ 196.103 keV proton 20 keV + Energy thresholds : gamma 3.2396 keV e- 200.588 keV e+ 196.598 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.48165 keV e- 128.416 keV e+ 125.853 keV proton 20 keV + Energy thresholds : gamma 1.48961 keV e- 128.061 keV e+ 125.513 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.59585 keV e- 1.03121 MeV e+ 977.24 keV proton 200 keV + Energy thresholds : gamma 9.58771 keV e- 1.02127 MeV e+ 967.99 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.92577 keV e- 570.85 keV e+ 548.291 keV proton 200 keV + Energy thresholds : gamma 3.9341 keV e- 566.458 keV e+ 547.802 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.1217 keV e- 9.47216 MeV e+ 8.85655 MeV proton 2 MeV + Energy thresholds : gamma 28.1858 keV e- 9.37455 MeV e+ 8.82615 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.4017 keV e- 4.22893 MeV e+ 3.95409 MeV proton 2 MeV + Energy thresholds : gamma 10.3901 keV e- 4.16857 MeV e+ 3.95109 MeV proton 2 MeV Region(s) which use this couple : Calor-C -==================================================================== +================================================================== ### Run 2 starts. Run terminated. Run Summary Number of events processed : 10 - User=0.310000s Real=0.400465s Sys=0.090000s + User=0.570000s Real=0.661582s Sys=0.090000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -2266,128 +2288,128 @@ Region : Calor-A Production thresholds : gamma 200 um e- 200 um e+ 200 um Energy deposition in an event : - Absorber 529.446 MeV Gap 230.16 MeV + Absorber 567.868 MeV Gap 243.663 MeV Number of secondaries in an event : - gamma in Absorber 28.3 in Gap 7.8 - e- in Absorber 233.6 in Gap 118.1 - e+ in Absorber 0.6 in Gap 0.2 + gamma in Absorber 39 in Gap 10.5 + e- in Absorber 283.6 in Gap 146.5 + e+ in Absorber 1.3 in Gap 0.2 Minimum kinetic energy of generated secondaries : - gamma in Absorber 3.29051 keV in Gap 1.5867 keV - e- in Absorber 107.58 eV in Gap 202.484 eV - e+ in Absorber 2.98091 MeV in Gap 3.80682 MeV + gamma in Absorber 3.2704 keV in Gap 1.49086 keV + e- in Absorber 119.825 eV in Gap 125.722 eV + e+ in Absorber 1.04893 MeV in Gap 5.96433 MeV Total track length of e+/e- in an event : - Absorber 33.2721 cm Gap 30.8022 cm + Absorber 43.3447 cm Gap 37.325 cm Total number of steps of e+/e- in an event : - Absorber 469.9 Gap 247.7 + Absorber 561.7 Gap 306.6 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 739.177 31.8 248.5 0.5 585.928 567.4 - 1 11.574 3 25.9 0.1 35.8 48.4 - 2 3.79857 0.7 17.8 0.2 10.4233 27.4 - 3 1.43785 0.4 13.6 0 2.94231 18.7 - 4 0.540321 0 10.3 0 0.599583 12.1 - 5 0.509089 0.1 8.3 0 0.67568 9.5 - 6 0.491233 0.1 7.4 0 0.792227 9.5 - 7 0.418915 0 6.2 0 0.517822 7.3 - 8 0.181968 0 3.7 0 0.181947 4.3 - 9 0.426579 0 1.9 0 0.953299 2.5 - 10 0.301058 0 2.7 0 0.535185 3.5 - 11 0.0613796 0 1.4 0 0.0317871 1.9 - 12 0.0844469 0 1.4 0 0.0790322 1.5 - 13 0.0520211 0 0.9 0 0.0762723 1 - 14 0.00716457 0 0.5 0 0.00373375 0.5 - 15 0.0232374 0 0.6 0 0.0107873 0.9 - 16 0 0 0 0 0 0 - 17 0.315049 0 0.1 0 0.840658 0.5 - 18 0.174954 0 0.4 0 0.308807 0.6 - 19 0.0309491 0 0.1 0 0.0422041 0.1 + 0 772.566 41.8 266.8 1.2 687.468 614.4 + 1 16.2409 3.7 34.4 0 53.3395 68.9 + 2 6.1224 1.2 25.6 0.1 18.7228 37.4 + 3 5.59256 1.1 24.1 0 17.4247 38.6 + 4 4.22012 0.7 21.7 0.1 11.1441 32.2 + 5 1.57554 0.2 13.2 0 3.80724 16.3 + 6 1.19564 0.2 10.1 0.1 3.14403 13.6 + 7 0.365702 0 8.4 0 0.446052 10.7 + 8 0.369898 0.1 4.1 0 0.906645 5.4 + 9 0.25266 0 3.1 0 0.828458 3.8 + 10 1.1288 0.1 2.6 0 5.43576 5.7 + 11 0.229938 0 3.1 0 0.41746 4.2 + 12 0.514529 0.2 3.1 0 0.930653 4.8 + 13 0.0880018 0 1.4 0 0.123129 1.6 + 14 0.0277324 0 1.3 0 0.0120751 1.4 + 15 0.0938512 0 1.6 0 0.0795742 1.8 + 16 0.657561 0.1 2 0 1.56938 3.2 + 17 0.0150769 0 0.9 0 0.00517021 0.9 + 18 0.0178167 0 0.4 0 0.0132254 0.5 + 19 0.199258 0.1 1.2 0 0.802283 1.9 ############################################################ Region : Calor-B Production thresholds : gamma 2 mm e- 2 mm e+ 2 mm Energy deposition in an event : - Absorber 716.921 MeV Gap 302.932 MeV + Absorber 641.06 MeV Gap 277.205 MeV Number of secondaries in an event : - gamma in Absorber 65.2 in Gap 19.1 - e- in Absorber 366.6 in Gap 152.6 - e+ in Absorber 3.5 in Gap 0.6 + gamma in Absorber 48.7 in Gap 17 + e- in Absorber 234.9 in Gap 101 + e+ in Absorber 2.5 in Gap 0.6 Minimum kinetic energy of generated secondaries : - gamma in Absorber 9.64678 keV in Gap 4.72279 keV - e- in Absorber 102.892 eV in Gap 104.596 eV - e+ in Absorber 707.337 keV in Gap 665.074 keV + gamma in Absorber 9.5904 keV in Gap 4.01782 keV + e- in Absorber 119.193 eV in Gap 130.852 eV + e+ in Absorber 1.366 MeV in Gap 1.28913 MeV Total track length of e+/e- in an event : - Absorber 70.0052 cm Gap 65.1708 cm + Absorber 53.1804 cm Gap 51.4947 cm Total number of steps of e+/e- in an event : - Absorber 740.3 Gap 329 + Absorber 498 Gap 241.9 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 897.643 58.4 130.2 2.5 988.351 466.4 - 1 68.0482 17 76.8 1.1 223.391 176.4 - 2 19.267 3.5 63.1 0.3 50.5209 95.9 - 3 10.4936 2.1 56.5 0 30.0148 80.8 - 4 5.12812 0.9 44.8 0 12.8295 55.5 - 5 5.29685 1.4 33.7 0.2 12.988 46.7 - 6 3.79445 0.1 29.3 0 8.03699 36.1 - 7 3.78383 0.3 22.6 0 10.0405 29.6 - 8 1.38655 0 16.8 0 2.74583 24.2 - 9 1.21908 0 10.4 0 2.59045 12.5 - 10 0.464147 0.1 9.2 0 0.604299 10.4 - 11 0.588516 0 6.3 0 1.17349 7.9 - 12 0.458124 0 4.6 0 1.06643 5.7 - 13 0.290875 0.1 3 0 0.861855 4.1 - 14 0.177365 0 2.7 0 0.51056 3.9 - 15 0.448675 0.2 2.7 0 1.53521 3.4 - 16 1.09162 0.2 1.6 0 3.99056 3.4 - 17 0.0340273 0 1.2 0 0.0193239 1.4 - 18 0.0400553 0 1 0 0.072425 1.1 - 19 0.174886 0 2.1 0 0.403896 3.2 + 0 859.622 54.8 115.7 2.5 876.032 407.9 + 1 33.4994 6.9 52.8 0.3 103.865 96.6 + 2 12.9847 2.6 35.3 0.2 39.4299 60.1 + 3 4.65025 1 31.7 0 13.1625 46.3 + 4 2.20253 0.2 23.6 0.1 4.02323 28.4 + 5 1.27233 0 17.3 0 2.46781 20.2 + 6 1.33465 0.1 14 0 3.01381 21 + 7 0.532441 0 9 0 0.769594 12.6 + 8 0.405333 0 8.6 0 0.576239 12 + 9 0.272185 0 7.3 0 0.291112 8.1 + 10 0.674994 0.1 4.8 0 1.76547 7.6 + 11 0.336065 0 3.6 0 0.967431 5 + 12 0.223896 0 4.5 0 0.228431 5.3 + 13 0.0685452 0 1.8 0 0.0556879 2 + 14 0.0430359 0 1.3 0 0.0291469 1.6 + 15 0.0243646 0 0.9 0 0.00869852 1 + 16 0.00680396 0 0.4 0 0.00260246 0.4 + 17 0.0563157 0 1.6 0 0.0372161 1.7 + 18 0 0 0 0 0 0 + 19 0.0388575 0 1.1 0 0.0172265 1.4 ############################################################ Region : Calor-C Production thresholds : gamma 2 cm e- 2 cm e+ 2 cm Energy deposition in an event : - Absorber 557.527 MeV Gap 237.488 MeV + Absorber 577.704 MeV Gap 249.573 MeV Number of secondaries in an event : - gamma in Absorber 19.9 in Gap 5.7 - e- in Absorber 120.2 in Gap 48.2 - e+ in Absorber 1.9 in Gap 0.3 + gamma in Absorber 22.3 in Gap 8.1 + e- in Absorber 152.6 in Gap 60.2 + e+ in Absorber 0.9 in Gap 0.4 Minimum kinetic energy of generated secondaries : - gamma in Absorber 28.5655 keV in Gap 10.7347 keV - e- in Absorber 156.34 eV in Gap 127.345 eV - e+ in Absorber 288.789 keV in Gap 1.9506 MeV + gamma in Absorber 28.3779 keV in Gap 12.155 keV + e- in Absorber 120.655 eV in Gap 102.594 eV + e+ in Absorber 243.777 keV in Gap 1.11806 MeV Total track length of e+/e- in an event : - Absorber 21.34 cm Gap 21.1288 cm + Absorber 26.32 cm Gap 27.4687 cm Total number of steps of e+/e- in an event : - Absorber 222.6 Gap 94.3 + Absorber 267.5 Gap 109.1 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 761.036 20.5 32.5 1.3 329.87 117.5 - 1 13.6112 1.7 25 0.2 38.7287 49.6 - 2 5.79873 0.8 21.7 0.2 18.1708 32.6 - 3 6.7137 1.4 15.5 0.3 19.1509 25.8 - 4 1.27552 0.1 16.8 0 2.22503 19.8 - 5 1.63136 0.2 14.5 0 4.89072 17.8 - 6 2.4483 0.7 13.5 0.2 6.04128 18.3 - 7 0.632459 0 7.2 0 0.913905 9 - 8 0.182331 0 4.2 0 0.150564 5 - 9 0.30466 0 2.2 0 1.42835 2.9 - 10 0.257315 0 1.8 0 1.16572 2.4 - 11 0.143498 0 2.6 0 0.176529 3 - 12 0.0560505 0 1.7 0 0.03078 2 - 13 0.0767451 0 1.4 0 0.0786448 1.5 - 14 0.0607591 0 2.1 0 0.037152 2.2 - 15 0.0477461 0 0.8 0 0.0549578 0.9 - 16 0.0204487 0 1.5 0 0.00574959 1.7 - 17 0.43505 0.1 1.3 0 0.623726 2 - 18 0.00142282 0 0.1 0 0.000462322 0.1 - 19 0.00613768 0 0.1 0 0.0061423 0.2 + 0 772.357 20.4 34.4 0.5 375.499 115.4 + 1 23.1463 4.3 29.2 0.3 71.5763 59.1 + 2 16.7024 4.3 28.6 0.3 55.997 48.3 + 3 5.60415 0.4 24.5 0 14.3419 32.4 + 4 2.49928 0.2 18 0.1 5.6175 25.8 + 5 1.12105 0.1 15 0 1.96379 19.9 + 6 1.35009 0.1 15 0 3.24428 17.6 + 7 1.01146 0.2 10.5 0 2.27524 12.9 + 8 1.49152 0.3 11.1 0.1 3.56344 14.3 + 9 1.02192 0 8.2 0 1.99466 9.7 + 10 0.15623 0 5.3 0 0.141381 5.8 + 11 0.121626 0 2.4 0 0.148237 2.7 + 12 0.318742 0 3.3 0 0.47645 4.1 + 13 0.227865 0 2.2 0 0.965304 2.7 + 14 0.0513138 0 1.8 0 0.0334131 2.1 + 15 0.0260729 0.1 0.7 0 0.0164593 0.9 + 16 0.0365661 0 1.1 0 0.0221285 1.1 + 17 0.0259064 0 1.1 0 0.00947219 1.3 + 18 0.00296977 0 0.3 0 0.000586973 0.3 + 19 0 0 0 0 0 0 ############################################################ /run/dumpCouples -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -2399,76 +2421,76 @@ Index : 0 used in the geometry : Yes 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.1807 keV e- 384 keV e+ 371.312 keV proton 20 keV + Energy thresholds : gamma 47.5243 keV e- 384.112 keV e+ 368.982 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.80544 keV e- 124.173 keV e+ 122.515 keV proton 20 keV + Energy thresholds : gamma 2.81453 keV e- 124.676 keV e+ 122.195 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.879 keV e- 2.64203 MeV e+ 2.43733 MeV proton 200 keV + Energy thresholds : gamma 120.569 keV e- 2.64356 MeV e+ 2.4394 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.73423 keV e- 567.027 keV e+ 540.972 keV proton 200 keV + Energy thresholds : gamma 8.67127 keV e- 566.458 keV e+ 544.145 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 419.056 keV e- 35.1199 MeV e+ 32.6175 MeV proton 2 MeV + Energy thresholds : gamma 419.056 keV e- 35.0737 MeV e+ 32.8015 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 27.0103 keV e- 4.22893 MeV e+ 4.00759 MeV proton 2 MeV + Energy thresholds : gamma 27.0755 keV e- 4.28176 MeV e+ 3.95109 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.25242 keV e- 200.096 keV e+ 196.103 keV proton 20 keV + Energy thresholds : gamma 3.2396 keV e- 200.588 keV e+ 196.598 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.48165 keV e- 128.416 keV e+ 125.853 keV proton 20 keV + Energy thresholds : gamma 1.48961 keV e- 128.061 keV e+ 125.513 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.59585 keV e- 1.03121 MeV e+ 977.24 keV proton 200 keV + Energy thresholds : gamma 9.58771 keV e- 1.02127 MeV e+ 967.99 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.92577 keV e- 570.85 keV e+ 548.291 keV proton 200 keV + Energy thresholds : gamma 3.9341 keV e- 566.458 keV e+ 547.802 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.1217 keV e- 9.47216 MeV e+ 8.85655 MeV proton 2 MeV + Energy thresholds : gamma 28.1858 keV e- 9.37455 MeV e+ 8.82615 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.4017 keV e- 4.22893 MeV e+ 3.95409 MeV proton 2 MeV + Energy thresholds : gamma 10.3901 keV e- 4.16857 MeV e+ 3.95109 MeV proton 2 MeV Region(s) which use this couple : Calor-C -==================================================================== +================================================================== ## ## @@ -2879,7 +2901,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 ===== EM models for the G4Region DefaultRegionForTheWorld ====== eCoulombScattering : Emin= 0 eV Emax= 100 TeV -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -2891,82 +2913,82 @@ Index : 0 used in the geometry : Yes 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.995 keV e- 58.1082 keV e+ 56.9484 keV proton 1 keV + Energy thresholds : gamma 5.95924 keV e- 57.7126 keV e+ 56.5645 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 990 eV e- 14.5951 keV e+ 14.2339 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 14.4978 keV e+ 14.3179 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.4761 keV e- 241.522 keV e+ 231.977 keV proton 10 keV + Energy thresholds : gamma 29.3415 keV e- 240.349 keV e+ 230.882 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.9981 keV e- 82.4135 keV e+ 81.8616 keV proton 10 keV + Energy thresholds : gamma 2.00013 keV e- 82.3069 keV e+ 81.2117 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 100 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.19986 keV e- 344.855 keV e+ 333.46 keV proton 100 keV + Energy thresholds : gamma 6.2036 keV e- 345.078 keV e+ 335.956 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 990 eV e- 34.1725 keV e+ 33.9436 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.4583 keV e+ 33.7728 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 990 eV e- 14.0874 keV e+ 14.0874 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 14.1795 keV e+ 13.7742 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.3478 keV e- 131.031 keV e+ 128.416 keV proton 10 keV + Energy thresholds : gamma 2.34892 keV e- 131.538 keV e+ 128.061 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.10981 keV e- 84.6589 keV e+ 83.5287 keV proton 10 keV + Energy thresholds : gamma 1.10939 keV e- 85.1099 keV e+ 83.4168 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 100 keV Region(s) which use this couple : Calor-C -==================================================================== +================================================================== ### Run 3 starts. Run terminated. Run Summary Number of events processed : 10 - User=0.830000s Real=1.062548s Sys=0.220000s + User=1.480000s Real=1.787589s Sys=0.270000s ############################################################ Run Summary - Number of events : 10 ############################################################ @@ -2974,128 +2996,128 @@ Region : Calor-A Production thresholds : gamma 10 um e- 10 um e+ 10 um Energy deposition in an event : - Absorber 517.417 MeV Gap 226.543 MeV + Absorber 619.527 MeV Gap 278.579 MeV Number of secondaries in an event : - gamma in Absorber 41.8 in Gap 7.4 - e- in Absorber 883.1 in Gap 848.3 - e+ in Absorber 0.5 in Gap 0.1 + gamma in Absorber 69.7 in Gap 19.5 + e- in Absorber 1162.1 in Gap 1093.8 + e+ in Absorber 2.6 in Gap 0.5 Minimum kinetic energy of generated secondaries : - gamma in Absorber 1.01275 keV in Gap 1.0071 keV - e- in Absorber 26.8595 eV in Gap 101.12 eV - e+ in Absorber 3.22973 MeV in Gap 6.26149 MeV + gamma in Absorber 991.94 eV in Gap 995.671 eV + e- in Absorber 12.0004 eV in Gap 131.918 eV + e+ in Absorber 345.773 keV in Gap 575.028 keV Total track length of e+/e- in an event : - Absorber 33.8009 cm Gap 30.5352 cm + Absorber 59.1385 cm Gap 58.5808 cm Total number of steps of e+/e- in an event : - Absorber 1252.4 Gap 1144.7 + Absorber 1820 Gap 1651.8 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 724.833 44.2 1600.3 0.4 581.896 2195.8 - 1 10.8272 3.2 46.6 0.1 41.5372 87.9 - 2 2.21611 0.8 16.6 0 5.63557 23.8 - 3 1.70397 0.1 16 0 5.11965 22.6 - 4 1.43953 0.5 12.5 0.1 2.92814 16.3 - 5 1.19675 0.2 12 0 2.51466 16.3 - 6 0.301568 0 7.3 0 0.279436 8.6 - 7 0.566905 0 5.7 0 2.15531 7.7 - 8 0.102639 0 2.4 0 0.0760763 2.6 - 9 0.173152 0 2.2 0 0.233167 2.6 - 10 0.0426639 0 1.2 0 0.0524949 1.5 - 11 0.175623 0.1 2.2 0 0.335047 2.6 - 12 0.0155397 0 0.6 0 0.00662914 0.6 - 13 0.0482 0 1.3 0 0.0374586 1.5 - 14 0.174617 0 1.7 0 0.335471 2.2 - 15 0.061514 0 1 0 0.095249 2.2 - 16 0.0532594 0.1 0.6 0 0.112691 1 - 17 0.0120802 0 0.7 0 0.0036056 0.8 - 18 0.00521258 0 0.2 0 0.00326093 0.2 - 19 0.00978811 0 0.2 0 0.00419409 0.2 + 0 819.852 70.5 1835.8 2 933.059 2779.1 + 1 31.8529 8.6 114.8 0.2 112.339 232.4 + 2 17.4157 4.6 75.8 0.4 53.8954 130.9 + 3 10.2383 1.7 51.3 0.2 32.1362 88 + 4 6.43119 1.6 41.9 0.1 18.688 62.2 + 5 3.11219 0.4 27.5 0.1 6.43374 37.1 + 6 1.59375 0.4 22.9 0 3.09464 29 + 7 3.31798 1 21.1 0.1 9.99297 32.7 + 8 1.18837 0 13.5 0 2.20557 16.6 + 9 0.854923 0 11.1 0 2.13428 14.2 + 10 0.27851 0 8.8 0 0.211465 10.6 + 11 0.792952 0.2 9 0 1.44956 10.5 + 12 0.29519 0 6.8 0 0.249375 9.3 + 13 0.189157 0.1 3.8 0 0.304016 5.2 + 14 0.297601 0.1 2.8 0 0.54431 3.7 + 15 0.0829814 0 2 0 0.0775441 2.4 + 16 0.148093 0 2.4 0 0.253206 2.7 + 17 0.0694736 0 2.1 0 0.058709 2.4 + 18 0.0388752 0 1.5 0 0.0190894 1.7 + 19 0.0396564 0 0.7 0 0.0388426 0.7 ############################################################ Region : Calor-B Production thresholds : gamma 100 um e- 100 um e+ 100 um Energy deposition in an event : - Absorber 547.921 MeV Gap 239.936 MeV + Absorber 601.276 MeV Gap 255.941 MeV Number of secondaries in an event : - gamma in Absorber 36.8 in Gap 9.9 - e- in Absorber 330.3 in Gap 182.9 - e+ in Absorber 1.1 in Gap 0.2 + gamma in Absorber 56 in Gap 15.2 + e- in Absorber 422.6 in Gap 222.3 + e+ in Absorber 2 in Gap 0.1 Minimum kinetic energy of generated secondaries : - gamma in Absorber 2.36057 keV in Gap 1.11919 keV - e- in Absorber 110.096 eV in Gap 120.177 eV - e+ in Absorber 1.54924 MeV in Gap 3.1382 MeV + gamma in Absorber 2.3609 keV in Gap 1.13028 keV + e- in Absorber 100.424 eV in Gap 108.808 eV + e+ in Absorber 874.228 keV in Gap 50.6653 MeV Total track length of e+/e- in an event : - Absorber 39.3418 cm Gap 36.2778 cm + Absorber 52.1972 cm Gap 44.7314 cm Total number of steps of e+/e- in an event : - Absorber 604.7 Gap 332.2 + Absorber 797.5 Gap 413.2 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 750.115 38 367.4 0.7 637.969 711.6 - 1 26.5882 7.2 42 0.3 89.4838 86.9 - 2 5.63896 0.9 23.7 0.2 19.6247 40.6 - 3 0.857074 0.1 18.4 0 0.830646 21.2 - 4 0.53775 0 14 0 0.428502 15.5 - 5 0.486278 0 10.2 0 0.491994 11.7 - 6 0.735738 0.2 8.8 0.1 1.1755 11.2 - 7 0.3936 0.1 7.5 0 0.684784 9.2 - 8 0.932678 0.1 7 0 2.3465 9.4 - 9 0.164594 0 3.3 0 0.170155 4 - 10 0.386533 0 2.3 0 1.02932 3.4 - 11 0.0612887 0 1.3 0 0.058549 1.5 - 12 0.37607 0 0.7 0 0.884899 1.3 - 13 0.0521286 0 0.7 0 0.067177 0.7 - 14 0.0806751 0 1.9 0 0.0693315 2.1 - 15 0.107201 0 0.6 0 0.175767 1.6 - 16 0.148671 0 1 0 0.480156 2.1 - 17 0.0233319 0 0.4 0 0.0198111 0.4 - 18 0.123438 0.1 1 0 0.166084 1.3 - 19 0.0221051 0 0.6 0 0.0127974 0.8 + 0 803.81 60.1 422 1.3 813.027 860.3 + 1 32.536 7 57.4 0.5 103.636 123.8 + 2 4.27188 0.6 35.2 0 11.4052 49.2 + 3 3.11399 0.7 26.7 0.1 6.70303 34.8 + 4 2.23604 0.8 20.2 0.1 5.2976 26.1 + 5 4.48535 0.9 20.6 0.1 13.3838 35.7 + 6 3.72349 1 16.1 0 10.0379 24 + 7 0.99043 0 8.2 0 3.22222 11.2 + 8 0.273909 0 7.1 0 0.295391 8.5 + 9 0.141736 0 5.4 0 0.0751391 6.3 + 10 0.207645 0 6.2 0 0.171453 6.9 + 11 0.230112 0 3.4 0 0.275868 3.8 + 12 0.391421 0.1 4.2 0 0.670329 4.9 + 13 0.138903 0 1.9 0 0.142399 2.3 + 14 0.0938536 0 3 0 0.0531928 3.3 + 15 0.35204 0 1.5 0 0.71466 2 + 16 0.0762605 0 2.4 0 0.0558232 2.6 + 17 0.103333 0 1.9 0 0.0952415 2.1 + 18 0.0152137 0 0.7 0 0.00480382 1 + 19 0.0225521 0 0.7 0 0.0186666 1.8 ############################################################ Region : Calor-C Production thresholds : gamma 1 mm e- 1 mm e+ 1 mm Energy deposition in an event : - Absorber 864.707 MeV Gap 362.103 MeV + Absorber 502.107 MeV Gap 220.625 MeV Number of secondaries in an event : - gamma in Absorber 110.2 in Gap 31 - e- in Absorber 625.7 in Gap 253.7 - e+ in Absorber 6.4 in Gap 1.9 + gamma in Absorber 15.3 in Gap 4.1 + e- in Absorber 94.9 in Gap 48.5 + e+ in Absorber 0.2 in Gap 0.2 Minimum kinetic energy of generated secondaries : - gamma in Absorber 6.93089 keV in Gap 2.97593 keV - e- in Absorber 101.425 eV in Gap 146.443 eV - e+ in Absorber 230.565 keV in Gap 443.237 keV + gamma in Absorber 7.27181 keV in Gap 3.1879 keV + e- in Absorber 143.868 eV in Gap 186.376 eV + e+ in Absorber 2.4917 MeV in Gap 493.509 keV Total track length of e+/e- in an event : - Absorber 1.08322 m Gap 96.7774 cm + Absorber 23.758 cm Gap 22.6919 cm Total number of steps of e+/e- in an event : - Absorber 1219.5 Gap 538.1 + Absorber 253.4 Gap 146.2 ------------------------------------------------------------ Scores in parallel geometry layer eDep/evt nGamma/evt nElec/evt nPosi/evt stpLen/evt nStep/evt - 0 1018.27 99 227.9 4.8 1430.42 748.6 - 1 97.0424 21.5 119.5 1.1 311.496 248.9 - 2 39.4569 8.3 97.5 0.8 121.695 168.4 - 3 19.2488 3.4 79.8 0.4 53.8324 114.7 - 4 16.3028 2.4 74.3 0.3 44.0404 104.1 - 5 6.93835 1.2 55.5 0.3 16.1403 70.3 - 6 4.06573 0.5 46.8 0 7.56908 59.5 - 7 4.97215 1.1 40.2 0.1 10.163 52.1 - 8 3.6452 0.8 31.5 0 11.2756 40 - 9 4.15968 0.5 25.6 0.1 11.9199 37.3 - 10 3.07738 0.5 18.5 0.1 7.97825 26 - 11 1.43626 0.2 14 0 3.65082 19.5 - 12 1.41446 0.1 11.4 0 4.36603 15.9 - 13 2.24669 0.6 9 0.2 5.9787 14.6 - 14 1.11109 0.4 6.1 0 2.31346 8.3 - 15 1.7022 0.6 6.2 0.1 4.0761 9 - 16 0.456895 0 5.3 0 0.757925 6.2 - 17 0.382854 0 3.1 0 0.654429 4.5 - 18 0.0998485 0.1 1.7 0 0.101107 2.2 - 19 0.423476 0 1.3 0 1.92392 2.5 + 0 713.143 18.2 90.5 0.3 439.413 326.9 + 1 3.77227 0.4 13.5 0 9.76929 21 + 2 1.00609 0.2 8.7 0 3.29489 11.2 + 3 2.55663 0.4 9 0 7.96087 13.7 + 4 0.913824 0.2 7.9 0.1 1.53517 9.9 + 5 0.249876 0 2.8 0 0.582743 3.6 + 6 0.42177 0 2.7 0 0.949312 3.5 + 7 0.0932629 0 2.2 0 0.0730771 2.7 + 8 0.203735 0 1.7 0 0.430252 2.1 + 9 0.134768 0 0.9 0 0.248301 1 + 10 0.0195653 0 0.7 0 0.0174769 0.7 + 11 0.0155958 0 0.2 0 0.0102023 0.3 + 12 0.0485859 0 0.7 0 0.0407595 0.7 + 13 0.0764484 0 0.4 0 0.112311 0.4 + 14 0.00953886 0 0.3 0 0.00679883 0.3 + 15 0.0514219 0 0.9 0 0.0458055 1.1 + 16 0.0163817 0 0.3 0 0.00935258 0.5 + 17 0 0 0 0 0 0 + 18 0 0 0 0 0 0 + 19 0 0 0 0 0 0 ############################################################ /run/dumpCouples -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : Galactic @@ -3107,82 +3129,82 @@ Index : 0 used in the geometry : Yes 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.995 keV e- 58.1082 keV e+ 56.9484 keV proton 1 keV + Energy thresholds : gamma 5.95924 keV e- 57.7126 keV e+ 56.5645 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 990 eV e- 14.5951 keV e+ 14.2339 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 14.4978 keV e+ 14.3179 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.4761 keV e- 241.522 keV e+ 231.977 keV proton 10 keV + Energy thresholds : gamma 29.3415 keV e- 240.349 keV e+ 230.882 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.9981 keV e- 82.4135 keV e+ 81.8616 keV proton 10 keV + Energy thresholds : gamma 2.00013 keV e- 82.3069 keV e+ 81.2117 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.843 keV e- 1.36749 MeV e+ 1.27862 MeV proton 100 keV + Energy thresholds : gamma 101.981 keV e- 1.36213 MeV e+ 1.28245 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.19986 keV e- 344.855 keV e+ 333.46 keV proton 100 keV + Energy thresholds : gamma 6.2036 keV e- 345.078 keV e+ 335.956 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 990 eV e- 34.1725 keV e+ 33.9436 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 34.4583 keV e+ 33.7728 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 990 eV e- 14.0874 keV e+ 14.0874 keV proton 1 keV + Energy thresholds : gamma 990 eV e- 14.1795 keV e+ 13.7742 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.3478 keV e- 131.031 keV e+ 128.416 keV proton 10 keV + Energy thresholds : gamma 2.34892 keV e- 131.538 keV e+ 128.061 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.10981 keV e- 84.6589 keV e+ 83.5287 keV proton 10 keV + Energy thresholds : gamma 1.10939 keV e- 85.1099 keV e+ 83.4168 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.90363 keV e- 598.345 keV e+ 570.85 keV proton 100 keV + Energy thresholds : gamma 6.90532 keV e- 597.637 keV e+ 574.097 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.94056 keV e- 351.877 keV e+ 342.545 keV proton 100 keV + Energy thresholds : gamma 2.92994 keV e- 349.731 keV e+ 342.774 keV proton 100 keV Region(s) which use this couple : Calor-C -==================================================================== +================================================================== 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.76 MB +Number of memory pools allocated: 13 of which, static: 0 +Dynamic pools deleted: 13 / Total memory freed: 0.75 MB ============================================================ RunManagerKernel is deleted. Good bye :) diff --git a/examples/extended/visualization/userVisAction/History b/examples/extended/visualization/userVisAction/History index 8f4c4f5691c..ae91f89f68b 100644 --- a/examples/extended/visualization/userVisAction/History +++ b/examples/extended/visualization/userVisAction/History @@ -15,7 +15,7 @@ track of all tags. * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -24th January 2020 Anna Zaborowska (exam-ext-vis-UVA-V10-05-00) +24th January 2020 Anna Zaborowska (exam-ext-vis-UVA-V10-06-00) - Fix suggested in macros command /run/numberOfThreads 3rd May 2017 John Allison (exam-ext-vis-UVA-V10-03-04) diff --git a/examples/extended/visualization/userVisAction/run1.out b/examples/extended/visualization/userVisAction/run1.out index 9aad2171297..c3eb94e6f34 100644 --- a/examples/extended/visualization/userVisAction/run1.out +++ b/examples/extended/visualization/userVisAction/run1.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,20 +18,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -44,6 +44,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -51,6 +54,9 @@ Registered filter factories: particleFilter encounteredVolumeFilter +Registered filters: + None + You have successfully registered the following user vis actions. Run Duration User Vis Actions: My nice logo @@ -478,7 +484,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -490,7 +496,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -503,11 +509,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -517,11 +523,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -531,11 +537,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -545,11 +551,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -559,11 +565,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -573,11 +579,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -586,7 +592,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -611,7 +617,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -708,12 +715,26 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -738,9 +759,10 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 -Electron internal conversion ID 0 +Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 @@ -759,7 +781,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -771,25 +793,25 @@ Index : 0 used in the geometry : Yes 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.51944 keV e- 276.265 keV e+ 270.751 keV proton 70 keV + Energy thresholds : gamma 2.52852 keV e- 278.507 keV e+ 271.144 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.27786 keV e- 299.466 keV e+ 293.489 keV proton 70 keV + Energy thresholds : gamma 2.28683 keV e- 301.815 keV e+ 293.837 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.95224 keV e- 397.122 keV e+ 384 keV proton 70 keV + Energy thresholds : gamma 3.9341 keV e- 397.193 keV e+ 384.112 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -826,196 +848,253 @@ 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 74 -7.71 0.868 5.56 0 0 0 Envelope initStep - 1 76.1 -8.22 8.27 4.24 1.32 7.88 7.88 Envelope eIoni - 2 76.3 -11.3 13.6 3.32 0.921 6.3 14.2 Envelope eIoni - 3 75.2 -15.8 14.6 1.59 0.85 5.11 19.3 Envelope eIoni - 4 73.3 -17.6 14.1 1.05 0.537 3.07 22.4 Envelope eIoni - 5 73.6 -19.5 13.6 0.5 0.554 2.39 24.7 Envelope eIoni - 6 72.9 -20 13.4 0.167 0.329 1.22 26 Envelope eBrem - 7 72.8 -19.9 13.3 0 0.167 0.339 26.3 Envelope eIoni + 1 76.1 -8.22 8.27 4.25 1.32 7.88 7.88 Envelope eIoni + 2 77.7 -11.2 13.4 3.27 0.975 6.3 14.2 Envelope eIoni + 3 79.3 -12.3 17.8 2.53 0.742 5.13 19.3 Envelope eIoni + 4 79.5 -12.3 17.8 2.04 0.0247 0.167 19.5 Envelope eIoni + 5 82.6 -12.8 18.4 1.51 0.527 3.63 23.1 Envelope eIoni + 6 82.5 -14.5 19.4 1.05 0.373 2.21 25.3 Envelope eBrem + 7 83.1 -16.2 20.1 0.573 0.479 2.38 27.7 Envelope eIoni + 8 82.4 -17 20.1 0.192 0.381 1.66 29.4 Envelope eIoni + 9 82.5 -17 19.9 0 0.192 0.423 29.8 Envelope 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 72.9 -20 13.4 0.00433 0 0 0 Envelope initStep - 1 73.1 -20.3 13.3 0 0.000537 0.419 0.419 Envelope phot + 0 82.5 -14.5 19.4 0.0875 0 0 0 Envelope initStep + 1 85.2 -21 21.5 0.0875 0 7.35 7.35 Envelope Rayl + 2 87.4 -39.2 52.8 0.0677 0 36.2 43.6 Envelope compt + 3 85.5 -39.5 49.9 0.0657 0 3.44 47 Envelope compt + 4 93 -52.7 -10.8 0.0545 0 62.6 110 Envelope compt + 5 88.5 -55.6 -6.46 0.0456 0 6.91 116 Envelope compt + 6 100 -52.8 -8.36 0.0456 0 12 129 World Transportation + 7 120 -47.9 -11.7 0.0456 0 20.9 149 OutOfWorld Transportation + +********************************************************************************************************* +* 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 88.5 -55.6 -6.46 0.00887 0 0 0 Envelope initStep + 1 88.5 -55.6 -6.46 0 0.00887 0.00207 0.00207 Envelope 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 93 -52.7 -10.8 0.0112 0 0 0 Envelope initStep + 1 93 -52.7 -10.8 0 0.0112 0.00311 0.00311 Envelope 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 85.5 -39.5 49.9 0.00201 0 0 0 Envelope initStep + 1 85.5 -39.5 49.9 0 0.00201 0.00017 0.00017 Envelope 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 73.1 -20.3 13.3 0.0038 0 0 0 Envelope initStep - 1 73.1 -20.3 13.3 0 0.0038 0.000482 0.000482 Envelope eIoni + 0 87.4 -39.2 52.8 0.0198 0 0 0 Envelope initStep + 1 87.4 -39.2 52.8 0 0.0198 0.00853 0.00853 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 75.2 -15.8 14.6 0.879 0 0 0 Envelope initStep - 1 74.8 -17 15.7 0.474 0.405 2.14 2.14 Envelope eIoni - 2 74.4 -17.5 16.3 0.152 0.322 1.45 3.59 Envelope eIoni - 3 74.5 -17.6 16.4 0 0.152 0.29 3.88 Envelope eIoni + 0 79.5 -12.3 17.8 0.466 0 0 0 Envelope initStep + 1 79.9 -11.6 18 0.104 0.361 1.42 1.42 Envelope eIoni + 2 80 -11.6 18 0 0.104 0.155 1.58 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 19.6 -7.39 -150 6 0 0 0 Envelope initStep - 1 19.6 -7.39 -105 0.457 0 44.7 44.7 Envelope compt - 2 -64.9 45 -109 0.364 0 99.5 144 Envelope compt - 3 -100 37.3 -106 0.364 0 36 180 World Transportation - 4 -120 32.9 -105 0.364 0 20.5 201 OutOfWorld Transportation + 0 -45.3 66.8 -150 6 0 0 0 Envelope initStep + 1 -45.3 66.8 -105 0.792 0 45.2 45.2 Envelope compt + 2 -100 79.1 -77.4 0.792 0 62.4 108 World Transportation + 3 -120 83.5 -67.3 0.792 0 22.8 130 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -64.9 45 -109 0.0931 0 0 0 Envelope initStep - 1 -65 45 -109 0 0.0931 0.128 0.128 Envelope eIoni + 0 -45.3 66.8 -105 5.21 0 0 0 Envelope initStep + 1 -44.6 65 -97.8 4.09 1.11 7.45 7.45 Envelope eIoni + 2 -43.7 64.2 -92.2 3.11 0.988 6.12 13.6 Envelope eIoni + 3 -39.7 62 -91.5 2.31 0.794 4.93 18.5 Envelope eIoni + 4 -36.7 60.1 -91.3 1.76 0.556 3.96 22.5 Envelope eIoni + 5 -33.9 60.2 -91 1.26 0.492 3.28 25.7 Envelope eIoni + 6 -31.7 60.8 -91.2 0.792 0.471 2.66 28.4 Envelope eIoni + 7 -30.8 61.7 -92 0.487 0.305 2.02 30.4 Envelope eIoni + 8 -31.4 62.3 -91.6 0.131 0.357 1.48 31.9 Envelope eIoni + 9 -31.3 62.4 -91.7 0 0.131 0.225 32.1 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 19.6 -7.39 -105 5.54 0 0 0 Envelope initStep - 1 21.6 -7 -97.9 4.21 1.33 7.86 7.86 Envelope eIoni - 2 22.3 -6.03 -93.5 2.47 0.684 4.71 12.6 Envelope eIoni - 3 21 -5.68 -90.3 1.38 0.52 3.54 16.1 Envelope eBrem - 4 20 -5.99 -88.2 0.868 0.509 2.8 18.9 Envelope eIoni - 5 20.3 -6.13 -87.2 0.664 0.203 1.18 20.1 Envelope eIoni - 6 20.5 -6.65 -86 0.079 0.585 1.82 21.9 Envelope eIoni - 7 20.4 -6.68 -86 0 0.079 0.0963 22 Envelope eIoni + 0 -31.5 68.4 -150 6 0 0 0 Envelope initStep + 1 -31.5 68.4 -79.5 2.18 0 70.5 70.5 Envelope compt + 2 -33.4 61.6 -68 1.65 0 13.5 84 Envelope compt + 3 -100 23.5 67.8 1.65 0 156 240 World Transportation + 4 -120 12 109 1.65 0 46.8 287 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 +* 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 -5.68 -90.3 0.571 0 0 0 Envelope initStep - 1 -89.9 -100 48.6 0.571 0 201 201 World Transportation - 2 -113 -120 78.1 0.571 0 42.7 244 OutOfWorld Transportation + 0 -33.4 61.6 -68 0.538 0 0 0 Envelope initStep + 1 -32.9 60.8 -67.5 0.197 0.34 1.59 1.59 Envelope eIoni + 2 -32.9 60.6 -67.4 0 0.197 0.442 2.03 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* 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.3 -6.03 -93.5 1.06 0 0 0 Envelope initStep - 1 23.7 -6.01 -92.1 0.653 0.404 2.39 2.39 Envelope eIoni - 2 24.4 -5.46 -91.2 0.208 0.445 1.8 4.19 Envelope eIoni - 3 24.5 -5.42 -91 0 0.208 0.481 4.67 Envelope eIoni + 0 -31.5 68.4 -79.5 3.82 0 0 0 Envelope initStep + 1 -31.2 69.8 -74.2 2.74 1.07 5.78 5.78 Envelope eIoni + 2 -29.6 70.4 -70.5 1.95 0.796 4.49 10.3 Envelope eIoni + 3 -26.7 70.8 -69.2 1.33 0.618 3.51 13.8 Envelope eIoni + 4 -25.1 70.4 -67.6 0.94 0.388 2.74 16.5 Envelope eIoni + 5 -23.8 69.5 -66.9 0.556 0.384 2.23 18.8 Envelope eIoni + 6 -23.3 69 -67.6 0.181 0.375 1.62 20.4 Envelope eIoni + 7 -23.5 68.9 -67.6 0 0.181 0.384 20.8 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 -55.4 50.5 -150 6 0 0 0 Envelope initStep - 1 -55.4 50.5 35.1 0.324 0 185 185 Envelope compt - 2 8.93 100 -11 0.324 0 93.3 278 World Transportation - 3 34.9 120 -29.6 0.324 0 37.7 316 OutOfWorld Transportation + 0 -39.4 -44.4 -150 6 0 0 0 Envelope initStep + 1 -39.4 -44.4 -52.9 1.74 0 97.1 97.1 Envelope compt + 2 -39.1 -72.8 -16.1 0.237 0 46.5 144 Envelope compt + 3 -25.9 -44.8 -32.8 0.231 0 35.2 179 Envelope compt + 4 -2.32 -5.92 -81.9 0.231 0 67 246 Shape1 Transportation + 5 -1.77 -5.01 -83.1 0.216 0 1.56 247 Shape1 compt + 6 -0.458 -3.6 -83.6 0.123 0 2.01 249 Shape1 compt + 7 -3.47 -4.91 -84.6 0.123 0 3.41 253 Envelope Transportation + 8 -77.3 -36.9 -107 0.119 0 83.5 336 Envelope compt + 9 -95.7 -62.1 -126 0.104 0 36.5 373 Envelope compt + 10 -100 -63.1 -124 0.104 0 4.86 378 World Transportation + 11 -120 -68 -115 0.104 0 22.6 400 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* 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 -95.7 -62.1 -126 0.0151 0 0 0 Envelope initStep + 1 -95.7 -62.1 -126 0 0.0151 0.00524 0.00524 Envelope 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 -55.4 50.5 35.1 5.68 0 0 0 Envelope initStep - 1 -55.1 51.1 40.2 4.74 0.924 5.27 5.27 Envelope eBrem - 2 -54.6 53.3 46.6 3.67 1.07 6.9 12.2 Envelope eIoni - 3 -53.7 53.8 51.9 2.81 0.86 5.62 17.8 Envelope eIoni - 4 -53.6 52.6 56.2 2.1 0.711 4.58 22.4 Envelope eIoni - 5 -54 51.4 59.5 1.29 0.81 3.71 26.1 Envelope eIoni - 6 -55.2 51.4 61.4 0.436 0.449 2.48 28.6 Envelope eIoni - 7 -55.3 51.6 62.2 0.208 0.225 1.13 29.7 Envelope eBrem - 8 -55.6 51.7 62.2 0 0.208 0.482 30.2 Envelope eIoni + 0 -77.3 -36.9 -107 0.00436 0 0 0 Envelope initStep + 1 -77.3 -36.9 -107 0 0.00436 0.00061 0.00061 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 5, Parent ID = 2 +* 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 -55.3 51.6 62.2 0.00296 0 0 0 Envelope initStep - 1 -55.3 51.6 62.2 0 0.000537 0.0375 0.0375 Envelope phot + 0 -0.458 -3.6 -83.6 0.0926 0 0 0 Shape1 initStep + 1 -0.409 -3.56 -83.7 0 0.0926 0.11 0.11 Shape1 eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 5 +* 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 -55.3 51.6 62.2 0.00243 0 0 0 Envelope initStep - 1 -55.3 51.6 62.2 0 0.00243 0.00023 0.00023 Envelope eIoni + 0 -1.77 -5.01 -83.1 0.0153 0 0 0 Shape1 initStep + 1 -1.77 -5.01 -83.1 0 0.0153 0.00463 0.00463 Shape1 eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 2 +* 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 -55.2 51.4 61.4 0.408 0 0 0 Envelope initStep - 1 -55.5 51.4 61.5 0.318 0.0899 0.386 0.386 Envelope msc - 2 -55.8 51.6 61.4 0.228 0.0907 0.346 0.733 Envelope msc - 3 -56 51.8 61.5 0 0.228 0.554 1.29 Envelope eIoni + 0 -25.9 -44.8 -32.8 0.00604 0 0 0 Envelope initStep + 1 -25.9 -44.8 -32.8 0 0.00604 0.00107 0.00107 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 3, Parent ID = 2 +* 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 -55.1 51.1 40.2 0.00827 0 0 0 Envelope initStep - 1 -55.1 51.4 41.7 0 0.000537 1.51 1.51 Envelope phot + 0 -39.1 -72.8 -16.1 1.51 0 0 0 Envelope initStep + 1 -39.3 -74.4 -14.1 1.04 0.465 2.97 2.97 Envelope eIoni + 2 -38.8 -73.2 -12.7 0.594 0.447 2.37 5.34 Envelope eIoni + 3 -39.7 -72.9 -12.1 0.292 0.303 1.7 7.03 Envelope eIoni + 4 -40.1 -72.7 -12.1 0 0.292 0.812 7.84 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 3 +* 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 -55.1 51.4 41.7 0.00773 0 0 0 Envelope initStep - 1 -55.1 51.4 41.7 0 0.00773 0.00163 0.00163 Envelope eIoni + 0 -39.4 -44.4 -52.9 4.26 0 0 0 Envelope initStep + 1 -39.4 -43.1 -47.1 3.34 0.92 6.31 6.31 Envelope eIoni + 2 -41.3 -43 -42.7 2.55 0.787 5.21 11.5 Envelope eIoni + 3 -42.3 -42.7 -38.9 1.92 0.632 4.25 15.8 Envelope eIoni + 4 -43 -41.5 -36.1 0.984 0.934 3.48 19.3 Envelope eIoni + 5 -43 -41.1 -34.4 0.389 0.594 2.29 21.5 Envelope eIoni + 6 -42.4 -41 -34.5 0.117 0.273 1.21 22.8 Envelope eIoni + 7 -42.3 -41 -34.5 0 0.117 0.188 22.9 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 29.3 -4.03 -150 6 0 0 0 Envelope initStep - 1 29.3 -4.03 -81.4 4.5 0 68.6 68.6 Envelope compt - 2 28.9 1.77 -57.5 4.5 0 24.6 93.2 Shape1 Transportation - 3 28.6 6.01 -40 4.5 0 18 111 Envelope Transportation - 4 27.2 25.4 40 4.5 0 82.3 194 Shape2 Transportation - 5 26.1 39.9 100 4.5 0 61.7 255 Envelope Transportation - 6 25.3 52.1 150 4.5 0 51.5 307 World Transportation - 7 24.7 59.3 180 4.5 0 30.9 338 OutOfWorld Transportation + 0 32.5 -70.3 -150 6 0 0 0 Envelope initStep + 1 32.5 -70.3 60.5 6 0 211 211 Shape2 Transportation + 2 32.5 -70.3 100 6 0 39.5 250 Envelope Transportation + 3 32.5 -70.3 134 3.41 0 34.1 284 Envelope compt + 4 32.3 -72.2 139 2.14 0 5.48 290 Envelope compt + 5 36.8 -75.1 150 2.14 0 12 302 World Transportation + 6 49.3 -83.3 180 2.14 0 33.5 335 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, 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 29.3 -4.03 -81.4 1.5 0 0 0 Envelope initStep - 1 29.4 -5.43 -79.3 0.922 0.574 2.95 2.95 Envelope eIoni - 2 31 -5.63 -78.7 0.515 0.406 2.2 5.16 Envelope eIoni - 3 31.8 -5.78 -79.3 0.0163 0.499 1.54 6.7 Envelope eIoni - 4 31.8 -5.78 -79.3 0 0.0163 0.00601 6.7 Envelope eIoni + 0 32.3 -72.2 139 1.28 0 0 0 Envelope initStep + 1 31.1 -73.1 141 0.898 0.378 2.68 2.68 Envelope eIoni + 2 30.4 -74.6 141 0.536 0.363 2.17 4.85 Envelope eIoni + 3 30.5 -75.5 141 0.27 0.266 1.58 6.43 Envelope eIoni + 4 30.6 -75.5 140 0 0.27 0.72 7.15 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = gamma, Track ID = 1, Parent ID = 0 +* 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.2 -75.8 -150 6 0 0 0 Envelope initStep - 1 73.2 -75.8 150 6 0 300 300 World Transportation - 2 73.2 -75.8 180 6 0 30 330 OutOfWorld Transportation + 0 32.5 -70.3 134 2.59 0 0 0 Envelope initStep + 1 32.7 -68.7 138 1.86 0.725 4.3 4.3 Envelope eIoni + 2 33.7 -67.7 140 1.34 0.52 3.41 7.71 Envelope eIoni + 3 34.1 -68.2 143 0.793 0.548 2.76 10.5 Envelope eIoni + 4 33.5 -68.4 144 0.358 0.435 2.02 12.5 Envelope eIoni + 5 33.7 -68.9 144 0 0.358 1.1 13.6 Envelope eIoni Run terminated. Run Summary Number of events processed : 5 - User=0.000000s Real=0.002006s Sys=0.000000s + User=0.010000s Real=0.002696s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 5 gamma of 6 MeV @@ -1044,7 +1123,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 699.9999999999999 um e- 699.9999999999999 um e+ 699.9999999999999 um proton 699.9999999999999 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -1056,25 +1135,25 @@ Index : 0 used in the geometry : Yes 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.519443689999526 keV e- 276.2650242766716 keV e+ 270.7512371977519 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.528516002468437 keV e- 278.5068267112636 keV e+ 271.1444301022197 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.277861824750698 keV e- 299.4661435146966 keV e+ 293.4893009628447 keV proton 69.99999999999999 keV + Energy thresholds : gamma 2.286829921335149 keV e- 301.8153456204805 keV e+ 293.8367825691075 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.952238766484486 keV e- 397.1221526194081 keV e+ 384.0004092871193 keV proton 69.99999999999999 keV + Energy thresholds : gamma 3.934103714656939 keV e- 397.1930874594833 keV e+ 384.1118758920303 keV proton 69.99999999999999 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. @@ -1083,114 +1162,346 @@ Index : 3 used in the geometry : Yes ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.5 46.4 -150 210 0 0 0 Envelope initStep - 1 -47.5 46.4 -92.6 185 25.1 57.4 57.4 Envelope hIoni - 2 -47.4 46.4 -83.8 180 4.06 8.77 66.2 Envelope hIoni + 0 -4.03 -9.54 -150 210 0 0 0 Envelope initStep + 1 -4.03 -9.54 -128 0 9.06 21.8 21.8 Envelope protonInelastic + :----- List of 2ndaries - #SpawnInStep= 4(Rest= 0,Along= 0,Post= 4), #SpawnTotal= 4 --------------- + : -4.03 -9.54 -128 115 proton + : -4.03 -9.54 -128 66.9 neutron + : -4.03 -9.54 -128 2.55 gamma + : -4.03 -9.54 -128 0.534 O15 + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + +********************************************************************************************************* +* G4Track Information: Particle = O15, Track ID = 5, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.03 -9.54 -128 0.534 0 0 0 Envelope initStep + 1 -4.04 -9.54 -128 0 0.534 0.00163 0.00163 Envelope ionIoni + +********************************************************************************************************* +* 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 -4.03 -9.54 -128 2.55 0 0 0 Envelope initStep + 1 -75.3 13 -22.7 0.276 0 129 129 Envelope compt :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 1 --------------- - : -47.4 46.4 -83.8 0.303 e- + : -75.3 13 -22.7 2.28 e- :----------------------------------------------------------------- EndOf2ndaries Info --------------- - 3 -47.3 46.5 -76.8 177 3.1 7.03 73.2 Envelope hIoni + 2 -60 4.07 -24.7 0.157 0 17.9 147 Envelope compt :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 2 --------------- - : -47.3 46.5 -76.8 0.351 e- + : -60 4.07 -24.7 0.119 e- :----------------------------------------------------------------- EndOf2ndaries Info --------------- - 4 -47.2 46.6 -70.8 174 2.93 5.94 79.2 Envelope hIoni + 3 -99.5 -23.1 9.06 0.104 0 58.7 206 Envelope compt :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 3 --------------- - : -47.2 46.6 -70.8 0.308 e- + : -99.5 -23.1 9.06 0.0524 e- :----------------------------------------------------------------- EndOf2ndaries Info --------------- - 5 -47.2 46.7 -62.8 169 4.61 8.02 87.2 Envelope hIoni + 4 30 19.8 39.3 0.0915 0 140 346 Envelope compt :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 4 --------------- - : -47.2 46.7 -62.8 0.297 e- + : 30 19.8 39.3 0.0127 e- :----------------------------------------------------------------- EndOf2ndaries Info --------------- - 6 -47.1 46.9 -58.7 167 2.07 4.08 91.3 Envelope hIoni + 5 100 -19.8 -38.5 0.0915 0 112 457 World Transportation + 6 120 -31.1 -60.8 0.0915 0 32 489 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 30 19.8 39.3 0.0127 0 0 0 Envelope initStep + 1 30 19.8 39.3 0 0.0127 0.00387 0.00387 Envelope 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 -99.5 -23.1 9.06 0.0524 0 0 0 Envelope initStep + 1 -99.5 -23.2 9.07 0 0.0524 0.0473 0.0473 Envelope 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 -60 4.07 -24.7 0.119 0 0 0 Envelope initStep + 1 -59.9 4.05 -24.7 0 0.119 0.194 0.194 Envelope 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 -75.3 13 -22.7 2.28 0 0 0 Envelope initStep + 1 -77.5 13.7 -20 1.72 0.561 3.92 3.92 Envelope eIoni + 2 -79.5 12.2 -18.8 1.25 0.466 3.23 7.15 Envelope eIoni + 3 -80.4 11 -17.1 0.855 0.396 2.64 9.8 Envelope eIoni + 4 -81.5 11.5 -16.1 0.474 0.381 2.11 11.9 Envelope eIoni + 5 -82.3 11.8 -16.1 0.157 0.317 1.45 13.4 Envelope eIoni + 6 -82.3 12 -16 0 0.157 0.307 13.7 Envelope eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 3, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.03 -9.54 -128 66.9 0 0 0 Envelope initStep + 1 24.9 -41.6 -82.4 0 0 62.9 62.9 Envelope neutronInelastic + :----- List of 2ndaries - #SpawnInStep= 4(Rest= 0,Along= 0,Post= 4), #SpawnTotal= 4 --------------- + : 24.9 -41.6 -82.4 34.1 neutron + : 24.9 -41.6 -82.4 15.1 neutron + : 24.9 -41.6 -82.4 0.165 gamma + : 24.9 -41.6 -82.4 1.82 O15 + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + +********************************************************************************************************* +* G4Track Information: Particle = O15, Track ID = 13, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.9 -41.6 -82.4 1.82 0 0 0 Envelope initStep + 1 24.9 -41.6 -82.4 0 1.82 0.0024 0.0024 Envelope ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = gamma, Track ID = 12, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.9 -41.6 -82.4 0.165 0 0 0 Envelope initStep + 1 14.2 -46.1 -83.3 0.118 0 11.7 11.7 Envelope compt + :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 1 --------------- + : 14.2 -46.1 -83.3 0.046 e- + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + 2 14.9 -43.4 -70.8 0.0948 0 12.8 24.5 Envelope compt + :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 2 --------------- + : 14.9 -43.4 -70.8 0.0236 e- + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + 3 -24.4 -18.4 -77.2 0.0746 0 47.1 71.6 Envelope compt + :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 3 --------------- + : -24.4 -18.4 -77.2 0.0203 e- + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + 4 -23.4 -38.9 -86.7 0.0708 0 22.5 94.1 Envelope compt + :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 4 --------------- + : -23.4 -38.9 -86.7 0.00382 e- + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + 5 -16.4 -44.2 -87.6 0.0699 0 8.79 103 Envelope compt :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 5 --------------- - : -47.1 46.9 -58.7 0.315 e- + : -16.4 -44.2 -87.6 0.000849 e- :----------------------------------------------------------------- EndOf2ndaries Info --------------- - 7 -46.5 47.9 -20.4 147 20 38.3 130 Envelope hIoni - 8 -46.1 48.7 10.2 130 17 30.6 160 Envelope hIoni - 9 -46 48.8 11.6 128 0.944 1.42 162 Envelope hIoni + 6 58.6 -69.2 -75.3 0.0672 0 80.1 183 Envelope compt :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 6 --------------- - : -46 48.8 11.6 0.282 e- + : 58.6 -69.2 -75.3 0.0027 e- :----------------------------------------------------------------- EndOf2ndaries Info --------------- - 10 -45.6 49.4 35.9 113 15.4 24.3 186 Envelope hIoni - 11 -45.3 50.6 55.3 98.9 14 19.4 205 Envelope hIoni - 12 -45.2 51 62.1 94 4.95 6.8 212 Shape2 Transportation - 13 -45.2 51.3 70.3 82.5 11.5 8.21 220 Shape2 hIoni - 14 -45.2 51.6 76.8 72.6 9.86 6.54 227 Shape2 hIoni - 15 -45.3 52 82 63.8 8.78 5.24 232 Shape2 hIoni - 16 -45.4 52.4 86.2 55.8 8.07 4.19 236 Shape2 hIoni - 17 -45.4 52.7 89.5 49.3 6.46 3.32 240 Shape2 hIoni - 18 -45.5 52.9 92.2 43 6.28 2.69 242 Shape2 hIoni - 19 -45.6 53.1 94.3 37.6 5.38 2.14 245 Shape2 hIoni - 20 -45.6 53.2 96 32.9 4.76 1.72 246 Shape2 hIoni - 21 -45.5 53.2 97.4 28.4 4.47 1.38 248 Shape2 hIoni - 22 -45.4 53.2 98.5 24.8 3.64 1.1 249 Shape2 hIoni - 23 -45.4 53.2 99.4 21.2 3.59 0.892 250 Shape2 hIoni - 24 -45.4 53.2 100 18.4 2.74 0.606 250 Envelope Transportation - 25 -45.3 53.2 101 15.8 2.65 0.897 251 Envelope hIoni - 26 -45.3 53.2 102 13.4 2.36 0.716 252 Envelope hIoni - 27 -45.3 53.2 102 11.1 2.34 0.574 252 Envelope hIoni - 28 -45.3 53.2 103 9.09 1.98 0.451 253 Envelope hIoni - 29 -45.3 53.2 103 7.23 1.86 0.361 253 Envelope hIoni - 30 -45.3 53.2 103 5.36 1.87 0.288 253 Envelope hIoni - 31 -45.3 53.2 104 3.46 1.89 0.223 254 Envelope hIoni - 32 -45.3 53.2 104 1.24 2.23 0.157 254 Envelope hIoni - 33 -45.3 53.2 104 0 1.24 0.0345 254 Envelope hIoni + 7 61.5 -67.7 -74.3 0.0548 0 3.37 186 Envelope compt + :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 7 --------------- + : 61.5 -67.7 -74.3 0.0124 e- + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + 8 52.1 -96.7 -80.4 0.0472 0 31.1 217 Envelope compt + :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 8 --------------- + : 52.1 -96.7 -80.4 0.0076 e- + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + 9 51.1 -90.7 -64.9 0.0472 0 16.6 234 Envelope Rayl + 10 19.1 -100 -59.4 0.0472 0 33.7 268 World Transportation + 11 -49.9 -120 -47.5 0.0472 0 72.8 341 OutOfWorld Transportation ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 7, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 21, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -46 48.8 11.6 0.282 0 0 0 Envelope initStep - 1 -46 48.9 12 0 0.282 0.773 0.773 Envelope eIoni + 0 52.1 -96.7 -80.4 0.0076 0 0 0 Envelope initStep + 1 52.1 -96.7 -80.4 0 0.0076 0.00158 0.00158 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 6, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 20, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.1 46.9 -58.7 0.315 0 0 0 Envelope initStep - 1 -46.9 46.9 -58.3 0 0.315 0.913 0.913 Envelope eIoni + 0 61.5 -67.7 -74.3 0.0124 0 0 0 Envelope initStep + 1 61.5 -67.7 -74.3 0 0.0124 0.00373 0.00373 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 5, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 19, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.2 46.7 -62.8 0.297 0 0 0 Envelope initStep - 1 -47.3 46.6 -62.4 0 0.297 0.834 0.834 Envelope eIoni + 0 58.6 -69.2 -75.3 0.0027 0 0 0 Envelope initStep + 1 58.6 -69.2 -75.3 0 0.0027 0.000274 0.000274 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 4, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 18, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.2 46.6 -70.8 0.308 0 0 0 Envelope initStep - 1 -47.2 46.4 -70.4 0 0.308 0.882 0.882 Envelope eIoni + 0 -16.4 -44.2 -87.6 0.000849 0 0 0 Envelope initStep + 1 -16.4 -44.2 -87.6 0 0.000849 4.6e-05 4.6e-05 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 3, Parent ID = 1 +* 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 -47.3 46.5 -76.8 0.351 0 0 0 Envelope initStep - 1 -47.4 46.7 -76.2 0 0.351 1.07 1.07 Envelope eIoni + 0 -23.4 -38.9 -86.7 0.00382 0 0 0 Envelope initStep + 1 -23.4 -38.9 -86.7 0 0.00382 0.000488 0.000488 Envelope eIoni ********************************************************************************************************* -* G4Track Information: Particle = e-, Track ID = 2, Parent ID = 1 +* G4Track Information: Particle = e-, Track ID = 16, Parent ID = 12 ********************************************************************************************************* Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName - 0 -47.4 46.4 -83.8 0.303 0 0 0 Envelope initStep - 1 -47.6 46.3 -83.4 0 0.303 0.863 0.863 Envelope eIoni + 0 -24.4 -18.4 -77.2 0.0203 0 0 0 Envelope initStep + 1 -24.4 -18.4 -77.2 0 0.0203 0.00885 0.00885 Envelope eIoni + +********************************************************************************************************* +* G4Track Information: Particle = e-, Track ID = 15, Parent ID = 12 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 14.9 -43.4 -70.8 0.0236 0 0 0 Envelope initStep + 1 14.9 -43.4 -70.8 0 0.0236 0.0116 0.0116 Envelope eIoni + +********************************************************************************************************* +* 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 14.2 -46.1 -83.3 0.046 0 0 0 Envelope initStep + 1 14.1 -46.1 -83.3 0 0.046 0.0377 0.0377 Envelope eIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 11, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.9 -41.6 -82.4 15.1 0 0 0 Envelope initStep + 1 37.3 -31.8 -73.7 2.55 0 18.1 18.1 Envelope hadElastic + :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 1 --------------- + : 37.3 -31.8 -73.7 12.6 proton + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + 2 54.7 -18.8 -89.8 1.28 0 27.1 45.1 Envelope hadElastic + :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 2 --------------- + : 54.7 -18.8 -89.8 1.27 proton + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + 3 64.6 -15.9 -89.1 0.147 0 10.3 55.4 Envelope hadElastic + :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 3 --------------- + : 64.6 -15.9 -89.1 1.13 proton + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + 4 66.6 -18.1 -85.6 0.123 0.0243 4.62 60 Envelope hadElastic + 5 68.1 -18.7 -84.5 0.098 0.025 1.95 62 Envelope hadElastic + 6 68.8 -18.7 -83.5 0.0445 0.0534 1.2 63.2 Envelope hadElastic + 7 68.8 -22 -77.7 0.0167 0.0278 6.76 69.9 Envelope hadElastic + 8 68.3 -23.4 -77.4 0.00711 0.00957 1.44 71.4 Envelope hadElastic + 9 68.4 -23.5 -77.2 0.00104 0.00607 0.246 71.6 Envelope hadElastic + 10 67.3 -22.8 -75 0.00024 0.000797 2.58 74.2 Envelope hadElastic + 11 65 -20.5 -75.1 9.32e-05 0.000147 3.25 77.5 Envelope hadElastic + 12 62.6 -19.5 -72.3 2.16e-05 7.16e-05 3.86 81.3 Envelope hadElastic + 13 64.8 -18.1 -66.6 1.29e-05 8.73e-06 6.22 87.5 Envelope hadElastic + 14 72.7 -25.6 -53.4 6.67e-06 6.2e-06 17.1 105 Envelope hadElastic + 15 79.5 -21.2 -41.9 5.14e-06 1.53e-06 14 119 Envelope hadElastic + 16 80.8 -21.5 -40.5 4.47e-06 6.74e-07 1.98 121 Envelope hadElastic + 17 82.5 -29 -44.8 7.21e-07 3.74e-06 8.82 129 Envelope hadElastic + 18 79 -29.6 -50.6 4.86e-07 2.35e-07 6.79 136 Envelope hadElastic + 19 75.7 -28.1 -53 4.85e-07 8.7e-10 4.37 141 Envelope hadElastic + 20 74.8 -27.6 -53.7 4.38e-07 4.68e-08 1.28 142 Envelope hadElastic + 21 67.9 -20 -62.3 4.87e-08 3.89e-07 13.4 155 Envelope hadElastic + 22 68.6 -20 -63.7 3.68e-08 1.2e-08 1.6 157 Envelope hadElastic + 23 72.6 -19.5 -66.5 2.25e-08 1.43e-08 4.91 162 Envelope hadElastic + 24 84.2 -26 -69.7 9.59e-09 1.29e-08 13.7 176 Envelope hadElastic + 25 84.2 -26 -69.7 9.59e-09 0 0 176 Envelope nKiller + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 24, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 64.6 -15.9 -89.1 1.13 0 0 0 Envelope initStep + 1 64.6 -15.9 -89.1 0.182 0.949 0.03 0.03 Envelope hIoni + 2 64.6 -15.8 -89.1 0 0.182 0.00282 0.0328 Envelope hIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 23, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 54.7 -18.8 -89.8 1.27 0 0 0 Envelope initStep + 1 54.7 -18.8 -89.9 0 1.27 0.0361 0.0361 Envelope hIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 22, Parent ID = 11 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 37.3 -31.8 -73.7 12.6 0 0 0 Envelope initStep + 1 37.5 -31.6 -73.2 10.3 2.26 0.528 0.528 Envelope hIoni + 2 37.7 -31.4 -72.9 8.37 1.95 0.415 0.943 Envelope hIoni + 3 37.9 -31.3 -72.6 6.5 1.88 0.331 1.27 Envelope hIoni + 4 38 -31.2 -72.4 4.48 2.02 0.261 1.54 Envelope hIoni + 5 38.1 -31.1 -72.3 2.51 1.97 0.193 1.73 Envelope hIoni + 6 38.1 -31.1 -72.2 0.0369 2.47 0.11 1.84 Envelope hIoni + 7 38.1 -31.1 -72.2 0.0139 0.023 0.000929 1.84 Envelope hIoni + 8 38.1 -31.1 -72.2 0 0.0139 0.000528 1.84 Envelope hIoni + +********************************************************************************************************* +* G4Track Information: Particle = neutron, Track ID = 10, Parent ID = 3 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 24.9 -41.6 -82.4 34.1 0 0 0 Envelope initStep + 1 56 -78.4 -81.7 33.8 0 48.2 48.2 Envelope hadElastic + :----- List of 2ndaries - #SpawnInStep= 1(Rest= 0,Along= 0,Post= 1), #SpawnTotal= 1 --------------- + : 56 -78.4 -81.7 0.359 O16 + :----------------------------------------------------------------- EndOf2ndaries Info --------------- + 2 67 -100 -72.7 33.8 0 25.8 74 World Transportation + 3 77.1 -120 -64.4 33.8 0 23.9 97.9 OutOfWorld Transportation + +********************************************************************************************************* +* G4Track Information: Particle = O16, Track ID = 25, Parent ID = 10 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 56 -78.4 -81.7 0.359 0 0 0 Envelope initStep + 1 56 -78.4 -81.7 0 0.359 0.00146 0.00146 Envelope ionIoni + +********************************************************************************************************* +* G4Track Information: Particle = proton, Track ID = 2, Parent ID = 1 +********************************************************************************************************* + +Step# X(mm) Y(mm) Z(mm) KinE(MeV) dE(MeV) StepLeng TrackLeng NextVolume ProcName + 0 -4.03 -9.54 -128 115 0 0 0 Envelope initStep + 1 -6.38 -0.612 -110 102 13.2 20.1 20.1 Envelope hIoni + 2 -7.82 4.66 -100 93.2 8.83 11.7 31.8 Shape1 Transportation + 3 -9.41 10.1 -89.3 82.6 10.7 12.1 43.9 Shape1 hIoni + 4 -10.8 14.5 -80.6 73.2 9.33 9.81 53.7 Shape1 hIoni + 5 -12 18 -73.6 64.2 9.01 7.94 61.7 Shape1 hIoni + 6 -13 20.8 -68 56.4 7.82 6.3 68 Shape1 hIoni + 7 -13.9 23.1 -63.6 49.6 6.8 5.02 73 Shape1 hIoni + 8 -14.5 24.9 -60.1 43.5 6.16 4.01 77 Shape1 hIoni + 9 -15.1 26.2 -57.3 38.2 5.24 3.19 80.2 Shape1 hIoni + 10 -15.5 27.3 -55 33.3 4.95 2.56 82.7 Shape1 hIoni + 11 -15.8 28.2 -53.2 28.9 4.35 2.03 84.8 Shape1 hIoni + 12 -16.1 28.9 -51.7 25.3 3.64 1.61 86.4 Shape1 hIoni + 13 -16.3 29.4 -50.6 21.8 3.49 1.3 87.7 Shape1 hIoni + 14 -16.5 29.9 -49.7 18.9 2.86 1.03 88.7 Shape1 hIoni + 15 -16.6 30.2 -49 16.3 2.65 0.832 89.5 Shape1 hIoni + 16 -16.7 30.5 -48.4 13.8 2.53 0.67 90.2 Shape1 hIoni + 17 -16.8 30.7 -47.9 11.6 2.15 0.535 90.7 Shape1 hIoni + 18 -16.9 30.9 -47.5 9.42 2.18 0.433 91.2 Shape1 hIoni + 19 -16.9 31.1 -47.2 7.4 2.02 0.344 91.5 Shape1 hIoni + 20 -17 31.2 -47 5.39 2.01 0.272 91.8 Shape1 hIoni + 21 -17 31.3 -46.8 3.24 2.14 0.209 92 Shape1 hIoni + 22 -17 31.3 -46.6 0.674 2.57 0.135 92.1 Shape1 hIoni + 23 -17 31.3 -46.6 0.0558 0.618 0.011 92.1 Shape1 hIoni + 24 -17 31.3 -46.6 0.0377 0.0181 0.000826 92.1 Shape1 hIoni + 25 -17 31.3 -46.6 0 0.0377 0.000651 92.1 Shape1 hIoni Run terminated. Run Summary Number of events processed : 1 - User=0.000000s Real=0.000917s Sys=0.000000s + User=0.050000s Real=0.050683s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1 proton of 210 MeV - Dose in scoring volume : 6.992038185941505 picoGy +- 0 picoGy + Dose in scoring volume : 0 picoGy +- 0 picoGy ------------------------------------------------------------ Graphics systems deleted. @@ -1205,19 +1516,21 @@ RunManager is deleting RunManagerKernel. EventManager deleted. Units table cleared. TransportationManager deleted. -Total navigation history collections cleaned: 7 +Total navigation history collections cleaned: 8 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.00769 MB +Pool ID '20G4NavigationLevelRep', size : 0.00961 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB Pool ID '17G4DynamicParticle', size : 0.00192 MB -Pool ID '7G4Track', size : 0.00288 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: 9 of which, static: 0 -Dynamic pools deleted: 9 / Total memory freed: 0.018 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.023 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/visualization/userVisAction/run2.out b/examples/extended/visualization/userVisAction/run2.out index afcf95fb329..24424a8b2f2 100644 --- a/examples/extended/visualization/userVisAction/run2.out +++ b/examples/extended/visualization/userVisAction/run2.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,20 +18,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -44,6 +44,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -51,6 +54,9 @@ Registered filter factories: particleFilter encounteredVolumeFilter +Registered filters: + None + You have successfully registered the following user vis actions. Run Duration User Vis Actions: My nice logo @@ -478,7 +484,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -490,7 +496,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -503,11 +509,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -517,11 +523,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -531,11 +537,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -545,11 +551,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -559,11 +565,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -573,11 +579,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -586,7 +592,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -611,7 +617,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -708,12 +715,26 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -738,9 +759,10 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 -Electron internal conversion ID 0 +Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 @@ -759,7 +781,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -771,25 +793,25 @@ Index : 0 used in the geometry : Yes 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.51944 keV e- 276.265 keV e+ 270.751 keV proton 70 keV + Energy thresholds : gamma 2.52852 keV e- 278.507 keV e+ 271.144 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.27786 keV e- 299.466 keV e+ 293.489 keV proton 70 keV + Energy thresholds : gamma 2.28683 keV e- 301.815 keV e+ 293.837 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.95224 keV e- 397.122 keV e+ 384 keV proton 70 keV + Energy thresholds : gamma 3.9341 keV e- 397.193 keV e+ 384.112 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== Start closing geometry. G4GeometryManager::ReportVoxelStats -- Voxel Statistics @@ -822,11 +844,11 @@ See commands in /vis/modeling/trajectories/ for other options. Run terminated. Run Summary Number of events processed : 1000 - User=0.040000s Real=0.035022s Sys=0.000000s + User=0.070000s Real=0.070774s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1000 gamma of 6 MeV - Dose in scoring volume : 40.7415 picoGy +- 3.81991 picoGy + Dose in scoring volume : 45.1187 picoGy +- 4.02529 picoGy ------------------------------------------------------------ # @@ -851,7 +873,7 @@ Region -- -- is not associated to any world. Materials : Production cuts : gamma 700 um e- 700 um e+ 700 um proton 700 um -========= Table of registered couples ============================== +========= Table of registered couples ============================ Index : 0 used in the geometry : Yes Material : G4_AIR @@ -863,25 +885,25 @@ Index : 0 used in the geometry : Yes 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.51944 keV e- 276.265 keV e+ 270.751 keV proton 70 keV + Energy thresholds : gamma 2.52852 keV e- 278.507 keV e+ 271.144 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.27786 keV e- 299.466 keV e+ 293.489 keV proton 70 keV + Energy thresholds : gamma 2.28683 keV e- 301.815 keV e+ 293.837 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.95224 keV e- 397.122 keV e+ 384 keV proton 70 keV + Energy thresholds : gamma 3.9341 keV e- 397.193 keV e+ 384.112 keV proton 70 keV Region(s) which use this couple : DefaultRegionForTheWorld -==================================================================== +================================================================== ### Run 1 starts. --> Event 0 starts. @@ -897,11 +919,11 @@ Index : 3 used in the geometry : Yes Run terminated. Run Summary Number of events processed : 1000 - User=0.290000s Real=0.309659s Sys=0.010000s + User=1.060000s Real=1.074422s Sys=0.000000s --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 4.94027 nanoGy +- 144.816 picoGy + Dose in scoring volume : 5.14496 nanoGy +- 145.994 picoGy ------------------------------------------------------------ Graphics systems deleted. @@ -918,19 +940,19 @@ Units table cleared. TransportationManager deleted. Total navigation history collections cleaned: 12 ================== Deleting memory pools =================== -Pool ID '20G4NavigationLevelRep', size : 0.0173 MB +Pool ID '20G4NavigationLevelRep', size : 0.0163 MB Pool ID '24G4ReferenceCountedHandleIvE', size : 0.000961 MB Pool ID '7G4Event', size : 0.000961 MB Pool ID '15G4PrimaryVertex', size : 0.000961 MB Pool ID '17G4PrimaryParticle', size : 0.000961 MB -Pool ID '17G4DynamicParticle', size : 0.00481 MB -Pool ID '7G4Track', size : 0.00961 MB +Pool ID '17G4DynamicParticle', size : 0.00673 MB +Pool ID '7G4Track', size : 0.0125 MB Pool ID '18G4TouchableHistory', size : 0.00192 MB Pool ID '15G4CountedObjectIvE', size : 0.000961 MB Pool ID '10G4Fragment', size : 0.00192 MB Pool ID '17G4ReactionProduct', size : 0.00192 MB Number of memory pools allocated: 11 of which, static: 0 -Dynamic pools deleted: 11 / Total memory freed: 0.042 MB +Dynamic pools deleted: 11 / Total memory freed: 0.046 MB ============================================================ G4Allocator objects are deleted. UImanager deleted. diff --git a/examples/extended/visualization/userVisAction/userVisAction.out b/examples/extended/visualization/userVisAction/userVisAction.out index 0719720ab4d..84fa6488b90 100644 --- a/examples/extended/visualization/userVisAction/userVisAction.out +++ b/examples/extended/visualization/userVisAction/userVisAction.out @@ -4,7 +4,7 @@ ############################################ ************************************************************** - Geant4 version Name: geant4-10-06-patch-02 (29-May-2020) + Geant4 version Name: geant4-10-06-ref-06 (26-June-2020) Copyright : Geant4 Collaboration References : NIM A 506 (2003), 250-303 : IEEE-TNS 53 (2006), 270-278 @@ -18,20 +18,20 @@ Visualization Manager initialising... Registering graphics systems... You have successfully registered the following graphics systems. -Current available graphics systems are: -ASCIITree (ATree) -DAWNFILE (DAWNFILE) -G4HepRep (HepRepXML) -G4HepRepFile (HepRepFile) -RayTracer (RayTracer) -VRML1FILE (VRML1FILE) -VRML2FILE (VRML2FILE) -gMocrenFile (gMocrenFile) -OpenGLImmediateXm (OGLIXm, OGLI) -OpenGLStoredXm (OGLSXm, OGL, OGLS) -OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) -OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) -RayTracerX (RayTracerX) +Registered graphics systems are: + ASCIITree (ATree) + DAWNFILE (DAWNFILE) + G4HepRep (HepRepXML) + G4HepRepFile (HepRepFile) + RayTracer (RayTracer) + VRML1FILE (VRML1FILE) + VRML2FILE (VRML2FILE) + gMocrenFile (gMocrenFile) + OpenGLImmediateXm (OGLIXm, OGLI) + OpenGLStoredXm (OGLSXm, OGL, OGLS) + OpenGLImmediateX (OGLIX, OGLIXm_FALLBACK) + OpenGLStoredX (OGLSX, OGLSXm_FALLBACK) + RayTracerX (RayTracerX) Registering model factories... @@ -44,6 +44,9 @@ Registered model factories: drawByParticleID drawByEncounteredVolume +Registered models: + None + Registered filter factories: attributeFilter chargeFilter @@ -51,6 +54,9 @@ Registered filter factories: particleFilter encounteredVolumeFilter +Registered filters: + None + You have successfully registered the following user vis actions. Run Duration User Vis Actions: My nice logo @@ -468,7 +474,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: He3Inelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -480,7 +486,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: alphaInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -493,11 +499,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_He3Inelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -507,11 +513,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_alphaInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -521,11 +527,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_deuteronInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -535,11 +541,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_neutronInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -549,11 +555,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV ---> 100.1 MeV Model: AntiAElastic: 100 MeV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_protonInelastic Model: FTFP: 0 eV ---> 100 TeV - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -563,11 +569,11 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100.1 MeV/n Model: AntiAElastic: 100 MeV/n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: anti_tritonInelastic Model: FTFP: 0 eV /n ---> 100 TeV/n - Cr_sctns: AntiAGlauber: 0 eV ---> 100 TeV + Cr_sctns: AntiAGlauber: 0 eV ---> 25.6 PeV Process: hFritiofCaptureAtRest @@ -576,7 +582,7 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Process: hadElastic Model: hElasticLHEP: 0 eV /n ---> 100 TeV/n - Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: dInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -601,7 +607,8 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Hadronic Processes for gamma Process: photonNuclear - Model: BertiniCascade: 0 eV ---> 6 GeV + Model: GammaNPreco: 0 eV ---> 200 MeV + Model: BertiniCascade: 199 MeV ---> 6 GeV Model: TheoFSGenerator: 3 GeV ---> 100 TeV Cr_sctns: PhotoNuclearXS: 0 eV ---> 100 TeV @@ -698,12 +705,26 @@ CoulombScat: for pi-, integral:1 SubType=1 BuildTable=1 Model: Binary Cascade: 0 eV ---> 1.5 GeV Cr_sctns: G4ParticleInelasticXS: 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 ---> 100 TeV + Cr_sctns: Glauber-Gribov Nucl-nucl: 0 eV ---> 25.6 PeV Process: tInelastic Model: Binary Light Ion Cascade: 0 eV /n ---> 6 GeV/n @@ -728,9 +749,10 @@ 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) 1000 +Isomer production flag 1 Internal e- conversion flag 1 Store e- internal conversion data 0 -Electron internal conversion ID 0 +Electron internal conversion ID 2 Correlated gamma emission flag 0 Max 2J for sampling of angular correlations 10 Upload data before 1st event for Z < 9 @@ -751,7 +773,7 @@ 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 : 40.7415 picoGy +- 3.81991 picoGy + Dose in scoring volume : 45.1187 picoGy +- 4.02529 picoGy ------------------------------------------------------------ ### Run 1 starts. @@ -768,7 +790,7 @@ See commands in /vis/modeling/trajectories/ for other options. --------------------End of Global Run----------------------- The run consists of 1000 proton of 210 MeV - Dose in scoring volume : 4.94027 nanoGy +- 144.816 picoGy + Dose in scoring volume : 5.14496 nanoGy +- 145.994 picoGy ------------------------------------------------------------ Graphics systems deleted. diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 38b5064d032..893f6fdd6ae 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,6 +1,6 @@ #------------------------------------------------------------------------------ # CMakeLists.txt -# Module : +# Module : # Package: Geant4.src. # # Intermediate level CMakeLists.txt - just process subdirectories @@ -18,7 +18,7 @@ add_subdirectory(externals) # Target G4g3tog4 is optional based on user selection... if(GEANT4_USE_G3TOG4) - add_subdirectory(g3tog4) + add_subdirectory(g3tog4) endif() add_subdirectory(geometry) @@ -34,7 +34,12 @@ 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) +# - Compose libs +if(GEANT4_USE_NEW_CMAKE) + geant4_compose_targets() +endif() diff --git a/source/GNUmakefile b/source/GNUmakefile index 23f5fd251a6..848583c213f 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 error_propagation readout physics_lists +SUBDIR2 += tracking event run tasking error_propagation readout physics_lists SUBDIR3 = persistency interfaces visualization SUBDIR4 = g3tog4 @@ -167,7 +167,7 @@ endif banner: @$(ECHO) "*************************************************************" - @$(ECHO) " Installation Geant4 version geant4-10-06-patch-02 " + @$(ECHO) " Installation Geant4 version geant4-10-07-beta-01 " @$(ECHO) " Copyright (C) 1994-2020 Geant4 Collaboration " @$(ECHO) "*************************************************************" diff --git a/source/analysis/CMakeLists.txt b/source/analysis/CMakeLists.txt index 4c40c704bed..7b57ed35dab 100644 --- a/source/analysis/CMakeLists.txt +++ b/source/analysis/CMakeLists.txt @@ -1,76 +1,43 @@ #------------------------------------------------------------------------------ -# CMakeLists.txt # Module : G4geometry # Package: Geant4.src.G4analysis -# -# Top level CMakeLists.txt for a Geant4 Global Library -# or collection of sublibraries -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ -if (GEANT4_USE_FREETYPE) +if(GEANT4_USE_FREETYPE) add_definitions(-DTOOLS_USE_FREETYPE) add_definitions(-DTOOLS_USE_EXPAT) endif() -if (GEANT4_USE_HDF5) +# g4tools needs additional CMake setup +add_subdirectory(g4tools) + +set(G4analysis_COMPONENTS + accumulables/sources.cmake + csv/sources.cmake + factory/sources.cmake + g4tools/sources.cmake + hntools/sources.cmake + management/sources.cmake + root/sources.cmake + xml/sources.cmake +) + +if(GEANT4_USE_HDF5) add_definitions(-DTOOLS_USE_HDF5) + list(APPEND G4analysis_COMPONENTS hdf5/sources.cmake) endif() -add_subdirectory(accumulables) -add_subdirectory(csv) -add_subdirectory(factory) -add_subdirectory(g4tools) -add_subdirectory(hntools) -add_subdirectory(management) -add_subdirectory(root) -add_subdirectory(xml) -if (GEANT4_USE_HDF5) - add_subdirectory(hdf5) -endif() -if(NOT GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - if (GEANT4_USE_HDF5) - GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4analysis - COMPONENTS - accumulables/sources.cmake - csv/sources.cmake - factory/sources.cmake - g4tools/sources.cmake - hdf5/sources.cmake - hntools/sources.cmake - management/sources.cmake - root/sources.cmake - xml/sources.cmake - ) - else() - GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4analysis - COMPONENTS - accumulables/sources.cmake - csv/sources.cmake - factory/sources.cmake - g4tools/sources.cmake - hntools/sources.cmake - management/sources.cmake - root/sources.cmake - xml/sources.cmake - ) - endif() -endif() +geant4_global_library_target(NAME G4analysis + COMPONENTS ${G4analysis_COMPONENTS} + ) #----------------------------------------------------------------------- # Install fonts # -if (GEANT4_USE_FREETYPE) +if(GEANT4_USE_FREETYPE) install(DIRECTORY fonts/ DESTINATION ${CMAKE_INSTALL_DATADIR}/fonts PATTERN ".svn" EXCLUDE ) endif() - - - diff --git a/source/analysis/History b/source/analysis/History index 22fdb6c7a72..56bda4d17ad 100644 --- a/source/analysis/History +++ b/source/analysis/History @@ -16,9 +16,29 @@ committal in the SVN repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +June 10, 2020 J. Madsen (analysis-V10-06-03) +- (bug-fix) Added a null-pointer check to ntupleDescription->fNtuple in + G4RootPNtupleManager::Merge. This happened during testing of new + G4TaskRunManager in basic/B5, which defaults to a higher + number of threads than G4MTRunManager. + +May 22, 2020 Hrivnacova (analysis-V10-06-02) +- Updated to g4tools 5.1.0 (Guy Barrand): + Corrections to handle automatic min/max axes values in case of log scale. + See History_tools for the complete list of modifications. + +April 29, 2020 G. Folger (analysis-V10-06-01) +- (trivial) fix for clang10, affects header g4tools/include/tools/gl2ps + +December 9, 2019 B. Morgan (analysis-V10-06-00) +- Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. +- Update granular dependencies in preparation for modularization +- Remove uneeded links to externals in factory + December 3, 2019 Hrivnacova (analysis-V10-05-13) -- Use consistently the same default value of rowMode - in G4RootAnalysisManager::SetNtupleRowWise() as defined in the +- Use consistently the same default value of rowMode + in G4RootAnalysisManager::SetNtupleRowWise() as defined in the G4VAnalysisManager base class. November 19, 2019 G. Cosmo (analysis-V10-05-12) @@ -36,10 +56,10 @@ November 11, 2019 B. Morgan (analysis-V10-05-09) - Link directly to FreeType and HDF5 impormted targets November 8, 2019 I. Hrivnacova (analysis-V10-05-08) -- In G4PlotManager: Disabled PAW encoding +- In G4PlotManager: Disabled PAW encoding (this fixes a problem with unwanted axis labels in Greek) - Updated to g4tools 5.0.4 (Guy Barrand): - - sg/plotter: added function set_encoding(), set_encoding_none() which allow + - sg/plotter: added function set_encoding(), set_encoding_none() which allow to disable (unwanted) paw specific encoding - Fixed Coverity warnings @@ -62,7 +82,7 @@ October 14, 2019 I. Hrivnacova (analysis-V10-05-05) and analoguos getters - New UI commands /analysis/[h,p][1,2,3]/set[X,Y,Z]axisLog true|false -- Fix in g4tools for axis labels with log scale +- Fix in g4tools for axis labels with log scale October 9, 2019 I. Hrivnacova (analysis-V10-05-04) - Updated to g4tools 5.0.1 (Guy Barrand): @@ -103,15 +123,15 @@ March 11, 2019 G. Cosmo (analysis-V10-05-00) November 28, 2018 I. Hrivnacova (analysis-V10-04-10) - Use the same mutex in Root pntuple add_row and end_fill. This should fix occassional failures of tests in MT mode. - + November 21, 2018 I. Hrivnacova (analysis-V10-04-09) - Added G4RootAnalysisManager::SetNtupleRowWise(G4bool rowWise): this allows to choose rowWise/columnWise mode also in sequential mode - Added "boolean reset" argument in G4AnalysisManager::CloseFile() function: - this allows to close a file without resetting data + this allows to close a file without resetting data (used in MPI example) -- Allow overriding selected functions in G4RootAnalysisManager, G4RootNtupleManager - and G4TNtupleManager: needed for an external implementation of MPI ntuple merging +- Allow overriding selected functions in G4RootAnalysisManager, G4RootNtupleManager + and G4TNtupleManager: needed for an external implementation of MPI ntuple merging in MPI examples November 9, 2018 G. Cosmo (analysis-V10-04-08) @@ -127,7 +147,7 @@ October 11, 2018 I. Hrivnacova (analysis-V10-04-06) October 11, 2018 I. Hrivnacova (analysis-V10-04-05) - Modified management of plotting: - G4PlotManager is now instantiated with G4AnalysisManager what makes + G4PlotManager is now instantiated with G4AnalysisManager what makes possible to remove static G4PlotParameters. (This fixes the problem report ##2083.) @@ -150,7 +170,7 @@ May 23, 2018 I. Hrivnacova (analysis-V10-04-02) February 15, 2018 J. Madsen (analysis-V10-04-01) - Fixed a deadlock issue with G4RootPNtupleManager where the mutex was locked before being passed to ROOT - + December 21, 2017 G. Cosmo (analysis-V10-04-00) - Fixed self-consistency in headers (missing #include) in G4BaseAnalysisManager, and G4PlotManager. @@ -174,7 +194,7 @@ October 19, 2017 I. Hrivnacova (analysis-V10-03-14) September 26, 2017 I. Hrivnacova (analysis-V10-03-13) - Updated to g4tools 3.7.0 (Guy Barrand): - - Update in colorf, colors to make possible to use the tools/colors color + - Update in colorf, colors to make possible to use the tools/colors color table in G4Colour class. - Coverity fixes graphics/plotting code. See History_tools for the complete list of modifications. @@ -198,7 +218,7 @@ July 27, 2017 I. Hrivnacova (analysis-V10-03-08) - Adding support for Hdf5 - Updated to g4tools 3.4.0 (Guy Barrand): See History_tools for the complete list of modifications. - + July 21, 2017 I. Hrivnacova (analysis-V10-03-07) - Updated to g4tools 3.3.0 (Guy Barrand): Adding support for HDF5, improved tests. @@ -221,16 +241,16 @@ July 20, 2017 I. Hrivnacova (analysis-V10-03-04) functions in G4VAnalysisReader (needed for HDF5) April 12, 2017 I. Hrivnacova (analysis-V10-03-03) -- Corrected handling of open file failure +- Corrected handling of open file failure (This fixes problem report #1957.) March 14, 2017 I. Hrivnacova (analysis-V10-03-02) -- Added GetP[1,2]Id(const G4String&) functions to +- Added GetP[1,2]Id(const G4String&) functions to the G4AnaysisManager public interface. (This fixes problem report #1949.) March 03, 2017 I. Hrivnacova (analysis-V10-03-01) -- Fixed problem of removing non-empty ntuple files +- Fixed problem of removing non-empty ntuple files in user application where ntuples are created after open file. (This mode is used in dna examples, eg. dnaphysics.) @@ -244,7 +264,7 @@ November 17, 2016 I. Hrivnacova (analysis-V10-02-25) - Updated to g4tools 2.3.0 (Guy Barrand): Adding methods to tools/impi for passing ntuple data. See History_tools for the complete list of modifications. - + November 03, 2016 I. Hrivnacova (analysis-V10-02-24) - Updated to g4tools 2.2.0 (Guy Barrand): Coverity fixes, @@ -253,7 +273,7 @@ November 03, 2016 I. Hrivnacova (analysis-V10-02-24) October 30, 2016 I. Hrivnacova (analysis-V10-02-23) - Simplified G4RootAnalysisManager::GetNtupleFileNumber() to avoid using - G4Threading::GetNumberOfRunningWorkerThreads() which seems to be failing + G4Threading::GetNumberOfRunningWorkerThreads() which seems to be failing on gcc and icc plaftorms - Added temporary debug printing from this method @@ -316,7 +336,7 @@ September 26, 2016 I. Hrivnacova (analysis-V10-02-11) September 8, 2016 I. Hrivnacova (analysis-V10-02-10) - Enable creating/configurion profiles without cut values (vmin, vmax). - This feature was disabled by a check for the values in G4VAnalysisManager; + This feature was disabled by a check for the values in G4VAnalysisManager; these values are now treated in a special way. - Fixed duplicating Csv ntuple header @@ -325,7 +345,7 @@ September 6, 2016 I. Hrivnacova (analysis-V10-02-09) (to be propagated in the patch to 10.2) July 4, 2016 I. Hrivnacova (analysis-V10-02-08) -- Adding missing inline keyword to functions defined in +- Adding missing inline keyword to functions defined in G4ParameterManager.icc June 24, 2016 I. Hrivnacova (analysis-V10-02-07) @@ -338,7 +358,7 @@ June 23, 2016 I. Hrivnacova (analysis-V10-02-06) and removed kUser (not needed anymore) - Added access to paremeters via iterators and ids (defined by the order of registering) - - Introduced G4MergeFunction type and apply merging via a function + - Introduced G4MergeFunction type and apply merging via a function defined accorting to the merge mode (thanks to Jonathan Madsen for providing an example of the code) - Return 0. instead of 0 when the return type is double @@ -396,7 +416,7 @@ November 3, 2015 I. Hrivnacova (analysis-V10-00-46) of deleting non-empty Root file containing only ntuples. November 2, 2015 I. Hrivnacova (analysis-V10-01-43) -- Fixed G4Parameter constructor +- Fixed G4Parameter constructor Oct 30, 2015 I. Hrivnacova (analysis-V10-01-42) - Fixed handling ntuples created in MT mode on master thread @@ -438,7 +458,7 @@ Sep 18, 2015 I. Hrivnacova (analysis-V10-01-36) Sep 18, 2015 I. Hrivnacova (analysis-V10-01-35) - Updated to g4tools 1.24.2 (Guy Barrand): - tools/wcsv_ntuple, tools/wroot/ntuple : have class icol public. - - tools/mpi/wrmpi : fixed use of TOOLS_USE_MPI_PACK_NOT_CONST + - tools/mpi/wrmpi : fixed use of TOOLS_USE_MPI_PACK_NOT_CONST - See History_tools for the complete list of modifications. - Use tools ntuple column base type (icol, iobj), which access is now enabled in tools, to avoid casting to/from void* and type check in FillNtupleXColumn (where both column type and @@ -446,7 +466,7 @@ Sep 18, 2015 I. Hrivnacova (analysis-V10-01-35) - Simplified definitions of G4TNtupleManager pure virtual functions Sep 16, 2015 I. Hrivnacova (analysis-V10-01-34) -- In G4TNtupleManager::FillNtupleTColumn: +- In G4TNtupleManager::FillNtupleTColumn: changed Tvalue in const T& value to match exactlly with fill() functions in tools @@ -454,16 +474,16 @@ Sep 15, 2015 I. Hrivnacova (analysis-V10-01-33) - Do not delete ntuple with Root output type Sep 14, 2015 I. Hrivnacova (analysis-V10-01-32) -- One more fix in G4RootNtupleManager - exact match of arguments in +- One more fix in G4RootNtupleManager - exact match of arguments in template specialization Sep 14, 2015 I. Hrivnacova (analysis-V10-01-31) - Added declaration for template specializations in G4RootNtupleManager.hh; - Trying to fix vc12 compiler error: + Trying to fix vc12 compiler error: 'none of the 5 overloads could convert all the argument types' Sep 14, 2015 I. Hrivnacova (analysis-V10-01-30) -- Added scope G4Analysis:: to all calls to make_unique +- Added scope G4Analysis:: to all calls to make_unique (to avoid ambiguity error on vc12 with std::make_unique ) Sep 14, 2015 I. Hrivnacova (analysis-V10-01-29) @@ -473,7 +493,7 @@ Sep 12, 2015 I. Hrivnacova (analysis-V10-01-28) - Removed G4CsvNtupleManager.icc file, not used Sep 11, 2015 I. Hrivnacova (analysis-V10-01-27) -- Fixed compilation warnings about unused variables +- Fixed compilation warnings about unused variables Sep 11, 2015 I. Hrivnacova (analysis-V10-01-26) - Fixed compilation with gcc 5.1: @@ -515,12 +535,12 @@ Aug 12, 2015 I. Hrivnacova (analysis-V10-01-21) Jul 01, 2015 I. Hrivnacova (analysis-V10-01-20) - Updated to g4tools 1.23.1 (Guy Barrand): - Finalize interfaces to MPI; + Finalize interfaces to MPI; prepare the ground for plot style files. See History_tools for the complete list of modifications. -- Added G4VAnalysisManager::Merge(tools::histo::hmpi*) +- Added G4VAnalysisManager::Merge(tools::histo::hmpi*) and G4MMPIToolsManager class which implements histogram & profiles - MPI merging using tools/histo/hmpi interface + MPI merging using tools/histo/hmpi interface Jun 23, 2015 I. Hrivnacova (analysis-V10-00-45) - Fixed G4Analysis::Tokenize() which was failing when processsing a string @@ -533,26 +553,26 @@ Jun 10, 2015 I. Hrivnacova (analysis-V10-01-18) - Make new functions SetNtupleSColumn() in G4VRNtupleManager pure virtual. -Jun 03, 2015 I. Hrivnacova (analysis-V10-01-17) +Jun 03, 2015 I. Hrivnacova (analysis-V10-01-17) - Updated to g4tools 1.22.1 (Guy Barrand): - Revisit structure for plotting related code. + Revisit structure for plotting related code. Added methods for writing multiple pages in a file. -- Integrated changes in g4tools: +- Integrated changes in g4tools: generating a single plot file with multiple pages. -Jun 03, 2015 I. Hrivnacova (analysis-V10-01-16) +Jun 03, 2015 I. Hrivnacova (analysis-V10-01-16) - Added functions for batch plotting: o to activate batch plotting of a selected hitsogram/profile: analysisManger->SetH1Plotting(id, true); o the output .ps file is then create on Write() call in addition to standard output files - o Plotting available for 1D, 2D histograms + o Plotting available for 1D, 2D histograms - Updated to g4tools 1.21.0 (Guy Barrand): Revisit #include paths to avoid too much -I when compiling. -May 19, 2015 I. Hrivnacova (analysis-V10-01-15) +May 19, 2015 I. Hrivnacova (analysis-V10-01-15) - Updated to g4tools 1.20.0 (Guy Barrand): - Added "batch plotting" facility. + Added "batch plotting" facility. May 6, 2015 I. Hrivnacova (analysis-V10-01-14) - Fixed command directory names and code clean-up. @@ -566,7 +586,7 @@ May 6, 2015 I. Hrivnacova (analysis-V10-01-12) May 5, 2015 I. Hrivnacova (analysis-V10-01-11) - Implemented activation of ntuples - - Implemented setX,Y,Z commands for setting histograms/profiles + - Implemented setX,Y,Z commands for setting histograms/profiles parameters per dimensiion. They can be used as an alternative to the complex set commands. Note: The parameters per dimensions have to be set sucessively; eg. @@ -574,19 +594,19 @@ May 5, 2015 I. Hrivnacova (analysis-V10-01-11) /analysis/h2/setY ... Incomplete or ordre-reverted setting will result in issuing a warning and will be ignored. - - Restructured messenger classes to avoid code duplications. + - Restructured messenger classes to avoid code duplications. May 3, 2015 I. Hrivnacova (analysis-V10-01-10) - Implemented support for ntuple vector columns with Csv output - - Added Set/GetCompressionLevel() functions to G4AnalysisManager + - Added Set/GetCompressionLevel() functions to G4AnalysisManager (used only with Root output) and changed its default value to 1 (was 9)) -April 14, 2015 I. Hrivnacova (analysis-V10-01-09) +April 14, 2015 I. Hrivnacova (analysis-V10-01-09) - Updated to g4tools 1.19.2 (Guy Barrand): Fixed compilation on Mac, clang 3.4. See History_tools for the complete list of modifications. -April 13, 2015 I. Hrivnacova (analysis-V10-01-08) +April 13, 2015 I. Hrivnacova (analysis-V10-01-08) - Updated to g4tools 1.19.1 (Guy Barrand): csv: handle vector column if using the ntuple_booking way See History_tools for the complete list of modifications. @@ -594,15 +614,15 @@ April 13, 2015 I. Hrivnacova (analysis-V10-01-08) April 9, 2015 I. Hrivnacova (analysis-V10-00-44) tag to be included in the patch release: - Updated to g4tools 1.17.2 (Guy Barrand): - Changes for Windows (MinGW) - fixing problem #1721 (mainly to change + Changes for Windows (MinGW) - fixing problem #1721 (mainly to change #ifdef WIN32 to #ifdef _MSC_VER, which more clean) -April 02, 2015 I. Hrivnacova (analysis-V10-01-07) +April 02, 2015 I. Hrivnacova (analysis-V10-01-07) - Updated to g4tools 1.19.0 (Guy Barrand): - Csv handles vector columns - - Changes for Windows (MinGW) - fixing problem #1721 (mainly to change + - Changes for Windows (MinGW) - fixing problem #1721 (mainly to change #ifdef WIN32 to #ifdef _MSC_VER, which more clean) - - Various optimisations to be faster in converting numbers to strings + - Various optimisations to be faster in converting numbers to strings (huge improvements with that around csv and xml tuples) - See History_tools for the complete list of modifications. @@ -618,9 +638,9 @@ March 17, 2015 I. Hrivnacova (analysis-V10-01-06) use of a temorary sub-ntuple is needed March 13, 2015 I. Hrivnacova (analysis-V10-01-05) -- Fixed false warnings about unknown column type when an ntuple contains - a column of a vector type and is created via ntuple booking - +- Fixed false warnings about unknown column type when an ntuple contains + a column of a vector type and is created via ntuple booking + March 13, 2015 I. Hrivnacova (analysis-V10-01-04) - Fixed G4AnalysisManager::IsActive() - now taken into all Hn & Pn managers @@ -651,7 +671,7 @@ December 5, 2014 G. Cosmo (analysis-V10-01-00) November 24, 2014 I. Hrivnacova (analysis-V10-00-41) - Fixed update to g4tools 1.16.3: - the update of g4tools/src/csz_inflate.cc with Coverity fix + the update of g4tools/src/csz_inflate.cc with Coverity fix was missing November 07, 2014 I. Hrivnacova (analysis-V09-06-33) @@ -665,7 +685,7 @@ November 05, 2014 I. Hrivnacova (analysis-V10-00-39) - Fixed Coverity defect in G4XmlNtupleManager October 27, 2014 I. Hrivnacova (analysis-V10-00-38) -- Revised (and simplified) numbering of warnings in exception messages +- Revised (and simplified) numbering of warnings in exception messages October 25, 2014 I. Hrivnacova (analysis-V10-00-37) - Updated to g4tools 1.16.3 (by G. Barrand): @@ -674,9 +694,9 @@ October 25, 2014 I. Hrivnacova (analysis-V10-00-37) October 22, 2014 I. Hrivnacova (analysis-V10-00-36) - Updated to g4tools 1.16.2 (by G. Barrand): - modifs for example code to read csv ntuple by using ntuple_binding + modifs for example code to read csv ntuple by using ntuple_binding see History_tools for complete list of modifications. -- Added writing commented header (default) for csv ntuple +- Added writing commented header (default) for csv ntuple - Implemented reading csv ntuples - Removed H1, H2, P1 dummy manager classes and H3, P3 moved in hbook implementation in examples @@ -684,15 +704,15 @@ October 22, 2014 I. Hrivnacova (analysis-V10-00-36) - Added checks for ntupleId in RNtupleManager classes October 22, 2014 I. Hrivnacova (analysis-V10-00-35) -- Fixed compiler warning in tools/wroot/leaf: +- Fixed compiler warning in tools/wroot/leaf: base class tools::wroot::ibo should be explicitly initialized in the copy constructor October 21, 2014 I. Hrivnacova (analysis-V10-00-34) - Updated to g4tools 1.16.1 (by G. Barrand): - Fixed reading root ntuple with column of std::string type + Fixed reading root ntuple with column of std::string type by using ntuple_binding. see History_tools for complete list of modifications. - + October 20, 2014 I. Hrivnacova (analysis-V10-00-33) - Updated to g4tools 1.16.0 (by G. Barrand) Write/read ntuple with std::string columns, @@ -712,7 +732,7 @@ October 07, 2014 I. Hrivnacova (analysis-V10-00-30) - Implemented G4CsvAnalysisReader: reading all histograms and profiles; ntuples noy yet done - Updated to g4tools 1.15.2 (by G. Barrand) - Fixed reading csv histograms and profiles (rcsv_histo) + Fixed reading csv histograms and profiles (rcsv_histo) September 30, 2014 I. Hrivnacova (analysis-V10-00-29) - Updated to g4tools 1.15.1 (by G. Barrand) @@ -742,10 +762,10 @@ September 11, 2014 I. Hrivnacova (analysis-V10-00-24) - Added reading P1, P2, H3 - Modifications to fit to all outputs - Support for both user defined file names and "generic" file names - (generated automatically by G4AnalysisManager from the base name) + (generated automatically by G4AnalysisManager from the base name) - Introduced G4BaseFileManager and separated implementation for output/input file managers -- Implemented reading P1, P2 in G4RootAnalysisReader; +- Implemented reading P1, P2 in G4RootAnalysisReader; prepared code for H3 which reading is not yet available in tools - Implemented G4XmlAnalysisReader (complete) - Fixed writing ntuples when more than one ntuple is defined (Xml) @@ -763,7 +783,7 @@ September 02, 2014 I. Hrivnacova (analysis-V10-00-21) - Fixed Coverity defects: - Initialization of data members in G4VAnalysisManager - Provided assignment operator for G4HnDimensionInformation -- Removed unused data member in G4HnDimensionInformation +- Removed unused data member in G4HnDimensionInformation July 28, 2014 I. Hrivnacova (analysis-V10-00-20) - Removed unsused data member in G4P1DummyManager @@ -777,7 +797,7 @@ July 24, 2014 I. Hrivnacova (analysis-V10-00-19) July 23, 2014 I. Hrivnacova (analysis-V10-00-18) - Updated to g4tools 1.11.1 (by G. Barrand): - Fixed problem on Windows with including windows.h. + Fixed problem on Windows with including windows.h. July 23, 2014 I. Hrivnacova (analysis-V09-06-32) - Fixed applying unit to min, max values in H1, H2 managers @@ -788,23 +808,23 @@ July 18, 2014 I. Hrivnacova (analysis-V10-00-17) See History_tools for complete list of modifications. July 02, 2014 I. Hrivnacova (analysis-V10-00-16) -- Replaced use of std::cout with G4cout in Root managers +- Replaced use of std::cout with G4cout in Root managers (to fix data race reported by A. Dotti) June 27, 2014 G. Cosmo (analysis-V10-00-15) - Get rid of obsolete 'register' keyword in csz_inflate.cc.. June 12, 2014 I. Hrivnacova (analysis-V10-00-14) -- Added typedefs and functions for accessing iterators +- Added typedefs and functions for accessing iterators over H1, H2, Ntuples; Usage: - G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); - for (G4H1Iterator it = analysisManager->BeginH1(); + G4AnalysisManager* analysisManager = G4AnalysisManager::Instance(); + for (G4H1Iterator it = analysisManager->BeginH1(); it != analysisManager->EndH1(); it++ ) { G4H1* h1 = *it; // call any h1 function define in tools - } -- Added G4AnalysisManager functions to access FirstIds + } +- Added G4AnalysisManager functions to access FirstIds G4int GetFirst[H1|H2|Ntuple|NtupleColumn]Id() const; June 11, 2014 I. Hrivnacova (analysis-V10-00-13) @@ -819,7 +839,7 @@ June 03, 2014 I. Hrivnacova (analysis-V09-06-31) (this addresses problem report #1633) May 16, 2014 I. Hrivnacova (analysis-V10-00-11) -- Fixed Coverity defects. +- Fixed Coverity defects. - Updated to g4tools 1.10.0 (by G. Barrand): See History_tools for complete list of modifications. @@ -827,25 +847,25 @@ April 25, 2014 I. Hrivnacova (analysis-V10-00-10) April 25, 2014 I. Hrivnacova (analysis-V09-06-30) - Fixed implementation of compound commands in G4H[1,2,n]Messenger classes using new G4AnalysisUtilities::Tokenize() function. - This allows to pass multi-word strings within "" and fixes problem report + This allows to pass multi-word strings within "" and fixes problem report #1616. - Fixed G4H2ToolsManager::SetH2YAxisTitle: set title to y-axis and not x-axis. - This addresses problem report #1620. + This addresses problem report #1620. April 16, 2014 I. Hrivnacova (analysis-V09-06-29) - Do not allow creating objects with empty names (this addresses problem report #1579) April 14, 2014 I. Hrivnacova (analysis-V10-00-09) -- Use G4Threading::IsMultithreadedApplication() instead of - G4AnalysisManagerState::IsMT() (now removed); +- Use G4Threading::IsMultithreadedApplication() instead of + G4AnalysisManagerState::IsMT() (now removed); this function fixes files clean-up at the end of sequential - application built against multi-threaded Geant4 libraries. + application built against multi-threaded Geant4 libraries. April 14, 2014 I. Hrivnacova (analysis-V10-00-08) - Do not allow creating objects with empty names (this addresses problem report #1579) -- Introduced independent numbering of warnings from reader +- Introduced independent numbering of warnings from reader - Renamed g4tools/src/inflate.cc in csz_inflate.cc to avoid confusion with zlib inflate.cc @@ -868,15 +888,15 @@ April 10, 2014 I. Hrivnacova (analysis-V10-00-05) March 12, 2014 I. Hrivnacova (analysis-V09-06-28) March 11, 2014 I. Hrivnacova (analysis-V10-00-04) -- Fixed H1, H2 functions to access xmin, xmax and width +- Fixed H1, H2 functions to access xmin, xmax and width (do not apply function and unit to return values) March 10, 2014 I. Hrivnacova (analysis-V09-06-27) -- Fixed bug in /analysis/h1/setAscii command +- Fixed bug in /analysis/h1/setAscii command (introduced with refactoring messenger classes in analysis-V09-06-19) March 05, 2014 I. Hrivnacova (analysis-V10-00-03) -- Fixed bug in /analysis/h1/setAscii command +- Fixed bug in /analysis/h1/setAscii command (introduced with refactoring messenger classes in analysis-V09-06-19) February 05, 2014 I. Hrivnacova (analysis-V10-00-02) @@ -890,10 +910,10 @@ February 04, 2014 I. Hrivnacova (analysis-V10-00-01) // Create columns of vector in the last created ntuple G4int CreateNtupleTColumn( const G4String& name, std::vector& vector); - G4int CreateNtupleTColumn(G4int ntupleId, + G4int CreateNtupleTColumn(G4int ntupleId, const G4String& name, std::vector& vector); where T can be I, F, T -- Updated to g4tools 1.8.0 (by G. Barrand) +- Updated to g4tools 1.8.0 (by G. Barrand) See History_tools for complete list of modifications. January 21, 2014 I. Hrivnacova (analysis-V10-00-00) @@ -909,11 +929,11 @@ October 02, 2013 I. Hrivnacova (analysis-V09-06-25) a master instance of analysis manager. September 30, 2013 I. Hrivnacova (analysis-V09-06-24) -- Removed static G4AnalysisManager::Create(G4bool isMaster) function +- Removed static G4AnalysisManager::Create(G4bool isMaster) function (the master/worker is now identified automatically) -- Removed instances counter and its mutex +- Removed instances counter and its mutex - Reimplemented G4AnalysisManagerState::IsMT() with use of - G4Threading functions + G4Threading functions - Removed virtual declaration for GetH1, GetH2, GetNtuple functions in manager classes (to follow NVI pattern) - Fixed installing of g4analysis_defs.hh header @@ -921,30 +941,30 @@ September 30, 2013 I. Hrivnacova (analysis-V09-06-24) - Fixed g4csv_defs.hh (G4Ntuple is the ntuple type, and not a pointer) September 17, 2013 I. Hrivnacova (analysis-V09-06-23) -- Use thread Id (now available) in generating file names instead +- Use thread Id (now available) in generating file names instead of thread Pid. September 02, 2013 I. Hrivnacova (analysis-V09-06-22) - Updated to g4tools 1.7.0 (by G. Barrand): - Fixed problem report #1523 (incorrect setting the list of free blocks + Fixed problem report #1523 (incorrect setting the list of free blocks in the ROOT file). See History_tools for complete list of modifications. September 02, 2013 I. Hrivnacova (analysis-V09-06-21) -- Fixed saving binScheme in H2 information +- Fixed saving binScheme in H2 information August 26, 2013 I. Hrivnacova (analysis-V09-06-20) -- Fixed Coverity defects +- Fixed Coverity defects (missing copy constructor and assignment operator in G4VH1Manager and G4VH2Manager) August 26, 2013 A.Dotti (analysis-V09-06-19) -- New interface for functions in G4Threading.hh, +- New interface for functions in G4Threading.hh, now in G4Threading namespace And also (I. Hrivnacova): - Added a possibility to define logarithmic binning for H1 and H2 - Reorganized messenger classes per objects: they are now associated - with the public interface (G4VAnalysisManager) + with the public interface (G4VAnalysisManager) - Fixed path to g4tools in test/build August 1, 2013 I.Hrivnacova (analysis-V09-06-18) @@ -953,7 +973,7 @@ August 1, 2013 I.Hrivnacova (analysis-V09-06-18) July 15, 2013 I.Hrivnacova (analysis-V09-06-17) - Added set_property(...GEANT4_BUILDTREE_INCLUDE_DIRS) in - g4tools/CMakeLists.txt + g4tools/CMakeLists.txt July 15, 2013 I.Hrivnacova (analysis-V09-06-16) - Added GLOBAL_DEPENDENCIES lists in sources.cmake files @@ -963,7 +983,7 @@ July 15, 2013 I.Hrivnacova (analysis-V09-06-15) (previous tag failed on linking error on Mac) July 15, 2013 I.Hrivnacova (analysis-V09-06-14) -- Introduced subdirectories: +- Introduced subdirectories: csv, g4tools, hntools, management, root, xml and updated CMake & GNUmake files accordingly @@ -984,11 +1004,11 @@ July 11, 2013 I.Hrivnacova (analysis-V09-06-12) void SetH2Activation(G4int id, G4bool activation); June 20, 2013 I.Hrivnacova (analysis-V09-06-11) -- Fixed the problem in Root files clean-up (manifested in +- Fixed the problem in Root files clean-up (manifested in examples/advanced/microbeam): - non-empty Root file was deleted when only ntuples and no histograms - were booked and the application was built against MT Geant4 but run - in sequential mode. + non-empty Root file was deleted when only ntuples and no histograms + were booked and the application was built against MT Geant4 but run + in sequential mode. June 11, 2013 I.Hrivnacova (analysis-V09-06-10) - Fixed deleting fNtuple in G4RootNtupleDescription @@ -1004,7 +1024,7 @@ May 31, 2013 I.Hrivnacova (analysis-V09-06-08) April 18, 2013 I.Hrivnacova (analysis-V09-06-07) - Manager classes updated for MT: - Added fgMasterInstance, fIsMaster data members and functions for + Added fgMasterInstance, fIsMaster data members and functions for mergings histograms (Root, Xml) from worker tom master: void AddH1Vector(std::vector& h1Vector); void AddH2Vector(std::vector& h2Vector); @@ -1033,14 +1053,14 @@ March 21, 2013 I.Hrivnacova (analysis-V09-06-01) - Adding use of zlib in GNUmakefile (needed for compression) December 17, 2012 I.Hrivnacova (analysis-V09-06-00) -- Added 'svn:keywords' property to all files (except for tools) +- Added 'svn:keywords' property to all files (except for tools) October 26, 2012 I.Hrivnacova (analysis-V09-05-15) - Updated to g4tools 1.4.3 (by G. Barrand) - see History_tools; includes bug correction for histo/h3::fill October 14, 2012 I.Hrivnacova (analysis-V09-05-14) -- Adding function G4VAnalysisManager::SetActivation(..) +- Adding function G4VAnalysisManager::SetActivation(..) for setting activation to all histograms of one type - Adding commands to activate/inactivate 1D, 2D histograms - Fixed GetH1[2]Width: return the correct value also when histogram is @@ -1064,15 +1084,15 @@ August 28, 2012 I.Hrivnacova (analysis-V09-05-10) August 22, 2012 I.Hrivnacova (analysis-V09-05-09) - Updated to g4tools 1.4.1 (by G. Barrand) - see History_tools -- Adding setters/getters for histogram axis titles +- Adding setters/getters for histogram axis titles and commands for setting histogram title and axis titles August 20, 2012 I.Hrivnacova (analysis-V09-05-08) - Updated to g4tools 1.3.2 (by G. Barrand) - see History_tools -- Adding a possibility to fill h1, h2 with values with automatically +- Adding a possibility to fill h1, h2 with values with automatically applied function (eg. log10, exp) - Pass units via a name instead of value -- Adding getters for many h1, h2 attributes +- Adding getters for many h1, h2 attributes - Adding ScaleH1(), ScaleH2() - Fixed warning in G4RootAnalysisManager when trying to fill inactivated histogram @@ -1081,12 +1101,12 @@ August 20, 2012 I.Hrivnacova (analysis-V09-05-08) July 27, 2012 I.Hrivnacova (analysis-V09-05-07) - Updated to g4tools 1.3.1 (by G. Barrand) - see History_tools - Messages from Fill functions only in verbose level 3 -- Fixes in memory management: +- Fixes in memory management: delete file before opening a new one (all); delete ntuple before closing a file (csv, xml) July 25, 2012 I.Hrivnacova (analysis-V09-05-06) -- Fix returned values in newly added functions for accessing additional +- Fix returned values in newly added functions for accessing additional information. (This fixes compiler warnings.) July 24, 2012 I.Hrivnacova (analysis-V09-05-05) @@ -1102,7 +1122,7 @@ July 24, 2012 I.Hrivnacova (analysis-V09-05-03) - Adding an additional information to the analysis objects (defined in G4HnInformation.hh): units, activation, ascii output -- Implemented a possibility to book histograms/ntuples +- Implemented a possibility to book histograms/ntuples before opening a file - Adding a messenger class allowing to configure file and directories names, verbosity level and histogram parameters interactively. @@ -1115,8 +1135,8 @@ February 23, 2012 I.Hrivnacova (analysis-V09-05-01) setting Ids etc. so that these parameters cannot be changed once they were used - Changed return type for the functions with locks to G4bool -- Renamed FirstNtupleId data member and its setter to FirstNtupleColumnId - to better reflect its meaning +- Renamed FirstNtupleId data member and its setter to FirstNtupleColumnId + to better reflect its meaning - Adding W009-W012 warning in exception_classification.txt February 14, 2012 I.Hrivnacova (analysis-V09-05-00) @@ -1134,23 +1154,23 @@ November 30th 2011 B.Morgan (analysis-V09-04-15) mode. November 24 2001 I.Hrivnacova (analysis-V09-04-14) -- Updated to g4tools-1.0.5 (G. Barrand): +- Updated to g4tools-1.0.5 (G. Barrand): - wroot : streamers, buffer, wbuf, named : - arrange to avoid the usage of the std::vector<>::data() method + arrange to avoid the usage of the std::vector<>::data() method which is quite not portable for the moment. - - remove the no more needed (and problematic) tools/vdata file. + - remove the no more needed (and problematic) tools/vdata file. November 24 2001 I.Hrivnacova (analysis-V09-04-13) - tools/vdata: restored protection __GXX_EXPERIMENTAL_CXX0X__ which got lost with update to g4tools-1.0.4 - + November 24 2001 I.Hrivnacova (analysis-V09-04-12) -- Updated to g4tools-1.0.4 (G. Barrand): +- Updated to g4tools-1.0.4 (G. Barrand): - Fix in tools/vdata: - Adding a protection against an empty vector - + Adding a protection against an empty vector + November 19 2001 I.Hrivnacova (analysis-V09-04-11) -- Updated to g4tools-1.0.3 (G. Barrand): +- Updated to g4tools-1.0.3 (G. Barrand): - Removed warning in CHBOOK/CHPWDF - Remove #ifdef WIN32 in wroot/date. @@ -1168,13 +1188,13 @@ October 18 2011 I.Hrivnacova (analysis-V09-04-08) October 17 2011 I.Hrivnacova (analysis-V09-04-07) - Added support for H2 histograms - Added verbose printing (for levels: 0,1,2) -- Updated to g4tools-1.0.2 (G. Barrand): +- Updated to g4tools-1.0.2 (G. Barrand): - Removed "inline" keyword for the methods having code implementation - within classes. Dixit C++ docs, this kind of method is treated defacto - as "inline". The keyword "inline" remains or for functions or for the + within classes. Dixit C++ docs, this kind of method is treated defacto + as "inline". The keyword "inline" remains or for functions or for the few methods having their implementation outside the class. - - Fixed some warnings (coming from Coverity or some specific version of g++) - about the lacking of calling the copy constructor of an inherited interface + - Fixed some warnings (coming from Coverity or some specific version of g++) + about the lacking of calling the copy constructor of an inherited interface in some copy constructors. - wroot/tree : have the streaming of the list of leaves. This permits to have the ROOT/TTree::Scan() method working when looking for a ntuple diff --git a/source/analysis/History_tools b/source/analysis/History_tools index 156e4354ad4..b2bd1aab0d8 100644 --- a/source/analysis/History_tools +++ b/source/analysis/History_tools @@ -1,3 +1,13 @@ +5.1.0: + - tools/sg/plotter, data_axis, plottables, h2plot : corrections to handle automatic min/max in case of log scale. + - tools/histo/base_histo : [min,max]_bin_height_with_entries(). Used by the plotter. + - tools/wcsv_histo : h_header(), p_header() functions. + - tools/gl2ps : cast ~1UL to double. + - tools/test/cpp/waxml.cpp, wcsv_histo.cpp,wcsv_ntuple.cpp,wcsv_ntuple_booking.cpp : + have output file name of the form : out__.[aida,csv] + - tools/test/*.ps : new version to take into account modifs done in the plotter. + - various modifications coming from other usage of inlib/exlib. + 5.0.5: - tools/gl2ps : gl2psPDFgroupListWriteXObjectResources : add a break at end of case GL2PS_PIXMAP. diff --git a/source/analysis/accumulables/CMakeLists.txt b/source/analysis/accumulables/CMakeLists.txt deleted file mode 100644 index 1fa808ca5ee..00000000000 --- a/source/analysis/accumulables/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4analysis -# Package: Geant4.src.G4analysis.G4analysismng -# -# CMakeLists.txt for building a single granular library. -# -# Created on : 15/07/2013 -# -# -#------------------------------------------------------------------------------ - -if(GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -endif() - diff --git a/source/analysis/accumulables/sources.cmake b/source/analysis/accumulables/sources.cmake index 1e97fb92382..5c8adebc201 100644 --- a/source/analysis/accumulables/sources.cmake +++ b/source/analysis/accumulables/sources.cmake @@ -1,51 +1,29 @@ #------------------------------------------------------------------------------ -# sources.cmake -# Module : G4hntools -# Package: Geant4.src.G4analysis.G4hntools -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 15/07/2013 -# -# +# Module : G4accumulables +# Package: Geant4.src.G4analysis.G4accumulables #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) - # # Define the Geant4 Module. # - -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4accumulables - HEADERS - G4MergeMode.hh - G4AccumulableManager.hh - G4AccumulableManager.icc - G4Accumulable.hh - G4Accumulable.icc - G4VAccumulable.hh - G4VAccumulable.icc - SOURCES - G4MergeMode.cc - G4AccumulableManager.cc - GRANULAR_DEPENDENCIES - G4globman - G4intercoms -# G4analysismng - GLOBAL_DEPENDENCIES - G4global - G4intercoms - LINK_LIBRARIES +geant4_define_module(NAME G4accumulables + HEADERS + G4MergeMode.hh + G4AccumulableManager.hh + G4AccumulableManager.icc + G4Accumulable.hh + G4Accumulable.icc + G4VAccumulable.hh + G4VAccumulable.icc + SOURCES + G4MergeMode.cc + G4AccumulableManager.cc + GRANULAR_DEPENDENCIES + G4globman + G4intercoms + GLOBAL_DEPENDENCIES + G4global + G4intercoms ) # List any source specific properties here diff --git a/source/analysis/csv/CMakeLists.txt b/source/analysis/csv/CMakeLists.txt deleted file mode 100644 index 8b6aaca43a5..00000000000 --- a/source/analysis/csv/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4analysis -# Package: Geant4.src.G4analysis.G4csv -# -# CMakeLists.txt for building a single granular library. -# -# Created on : 15/07/2013 -# -# -#------------------------------------------------------------------------------ - -if(GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -endif() - diff --git a/source/analysis/csv/sources.cmake b/source/analysis/csv/sources.cmake index 60c2405d871..81988c4d2e4 100644 --- a/source/analysis/csv/sources.cmake +++ b/source/analysis/csv/sources.cmake @@ -1,61 +1,38 @@ #------------------------------------------------------------------------------ -# sources.cmake # Module : G4csv # Package: Geant4.src.G4analysis.G4csv -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 15/07/2013 -# -# #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/g4tools/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/hntools/include) - # # Define the Geant4 Module. # -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4csv - HEADERS - G4CsvAnalysisManager.hh - G4CsvAnalysisManager.icc - G4CsvAnalysisReader.hh - G4CsvAnalysisReader.icc - G4CsvFileManager.hh - G4CsvNtupleManager.hh - G4CsvRFileManager.hh - G4CsvRNtupleManager.hh - g4csv_defs.hh - g4csv.hh - SOURCES - G4CsvAnalysisManager.cc - G4CsvAnalysisReader.cc - G4CsvFileManager.cc - G4CsvNtupleManager.cc - G4CsvRFileManager.cc - G4CsvRNtupleManager.cc - GRANULAR_DEPENDENCIES - G4globman - G4intercoms - G4analysismng - G4hntools - GLOBAL_DEPENDENCIES - G4global - G4intercoms - LINK_LIBRARIES +geant4_define_module(NAME G4csv + HEADERS + G4CsvAnalysisManager.hh + G4CsvAnalysisManager.icc + G4CsvAnalysisReader.hh + G4CsvAnalysisReader.icc + G4CsvFileManager.hh + G4CsvNtupleManager.hh + G4CsvRFileManager.hh + G4CsvRNtupleManager.hh + g4csv_defs.hh + g4csv.hh + SOURCES + G4CsvAnalysisManager.cc + G4CsvAnalysisReader.cc + G4CsvFileManager.cc + G4CsvNtupleManager.cc + G4CsvRFileManager.cc + G4CsvRNtupleManager.cc + GRANULAR_DEPENDENCIES + G4globman + G4intercoms + G4analysismng + G4hntools + GLOBAL_DEPENDENCIES + G4global + G4intercoms ) # List any source specific properties here diff --git a/source/analysis/factory/CMakeLists.txt b/source/analysis/factory/CMakeLists.txt deleted file mode 100644 index 1fa808ca5ee..00000000000 --- a/source/analysis/factory/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4analysis -# Package: Geant4.src.G4analysis.G4analysismng -# -# CMakeLists.txt for building a single granular library. -# -# Created on : 15/07/2013 -# -# -#------------------------------------------------------------------------------ - -if(GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -endif() - diff --git a/source/analysis/factory/sources.cmake b/source/analysis/factory/sources.cmake index fe08620f27b..f3df927c3d0 100644 --- a/source/analysis/factory/sources.cmake +++ b/source/analysis/factory/sources.cmake @@ -1,61 +1,33 @@ #------------------------------------------------------------------------------ -# sources.cmake -# Module : G4csv -# Package: Geant4.src.G4analysis.G4analysismng -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 15/07/2013 -# -# +# Module : G4analysisfac +# Package: Geant4.src.G4analysis.G4analysisfac #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) -include_directories(${ZLIB_INCLUDE_DIRS}) -if (GEANT4_USE_HDF5) - include_directories(${HDF5_INCLUDE_DIRS}) - set(G4analysisfac_LINK_LIBRARIES Geant4::HDF5) -endif() -if(GEANT4_USE_FREETYPE) - set(G4analysisfac_LINK_LIBRARIES Freetype::Freetype ${G4analysisfac_LINK_LIBRARIES}) -endif() - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/g4tools/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/hntools/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/csv/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/root/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/xml/include) -if (GEANT4_USE_HDF5) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/hdf5/include) +# Optional additional links +if(GEANT4_USE_HDF5) + set(G4analysisfac_G4hdf5 G4hdf5) endif() # # Define the Geant4 Module. # -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4analysisfac - HEADERS - g4analysis.hh - g4analysis_defs.hh - SOURCES - g4analysis.cc - GRANULAR_DEPENDENCIES - G4globman - G4intercoms - GLOBAL_DEPENDENCIES - G4global - G4intercoms - LINK_LIBRARIES - ${G4analysisfac_LINK_LIBRARIES} +geant4_define_module(NAME G4analysisfac + HEADERS + g4analysis.hh + g4analysis_defs.hh + SOURCES + g4analysis.cc + GRANULAR_DEPENDENCIES + G4globman + G4intercoms + G4analysismng + G4csv + G4root + G4xml + ${G4analysisfac_G4hdf5} + GLOBAL_DEPENDENCIES + G4global + G4intercoms ) # List any source specific properties here diff --git a/source/analysis/g4tools/CMakeLists.txt b/source/analysis/g4tools/CMakeLists.txt index df87582bc1a..b7187a5e7b0 100644 --- a/source/analysis/g4tools/CMakeLists.txt +++ b/source/analysis/g4tools/CMakeLists.txt @@ -1,11 +1,9 @@ #----------------------------------------------------------------------- -# CMakeLists.txt # Module : G4analysis # Package: Geant4.src.G4analysis.g4tools # -# CMakeLists.txt for g4tools. We do not use the usual Geant4 sources.cmake -# approach because G4analysis requires a custom install solution for its -# headers. The 'tools' subdirectory contains many headers that are needed and +# CMakeLists.txt for g4tools, retained due to the nested headers. +# The 'tools' subdirectory contains many headers that are needed and # these are in a nested structure which needs to be replicated when we # install, i.e: # @@ -14,13 +12,6 @@ # +- histo # | +- h1d # ... -# -# Nevertheless, we're able to build the library via the standard -# GEANT4_LIBRARY_TARGET macro. -# -# Created on: 28/07/2011 -# -# #----------------------------------------------------------------------- #----------------------------------------------------------------------- @@ -45,12 +36,3 @@ install(DIRECTORY include/ install(FILES tools.license DESTINATION ${CMAKE_INSTALL_DATADIR} ) - -#------------------------------------------------------------------------------ -# Finally we need to build C source code file(s) -# -if(GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -endif() - diff --git a/source/analysis/g4tools/include/tools/args b/source/analysis/g4tools/include/tools/args index 4f85b70e323..1d8f285191c 100644 --- a/source/analysis/g4tools/include/tools/args +++ b/source/analysis/g4tools/include/tools/args @@ -23,6 +23,7 @@ namespace tools { class args { #ifdef TOOLS_MEM +public: TOOLS_SCLASS(tools::args) #endif public: diff --git a/source/analysis/g4tools/include/tools/data_axis b/source/analysis/g4tools/include/tools/data_axis index ac1063db22a..e440a56ddcb 100644 --- a/source/analysis/g4tools/include/tools/data_axis +++ b/source/analysis/g4tools/include/tools/data_axis @@ -25,9 +25,14 @@ public: return *this; } public: + bool set_is_log(bool a_v) {if(m_is_log==a_v) return false;m_is_log = a_v;return true;} + bool set_min_value(float a_v) {if(m_min_value==a_v) return false;m_min_value = a_v;return true;} + bool set_max_value(float a_v) {if(m_max_value==a_v) return false;m_max_value = a_v;return true;} +#ifdef tools_data_axis //g4tools backcomp : bool is_log(bool a_v) {if(m_is_log==a_v) return false;m_is_log = a_v;return true;} bool min_value(float a_v) {if(m_min_value==a_v) return false;m_min_value = a_v;return true;} bool max_value(float a_v) {if(m_max_value==a_v) return false;m_max_value = a_v;return true;} +#endif float min_value() const {return m_min_value;} float max_value() const {return m_max_value;} bool is_log() const {return m_is_log;} diff --git a/source/analysis/g4tools/include/tools/file_format b/source/analysis/g4tools/include/tools/file_format index 3d365c69e4c..89587d448a5 100644 --- a/source/analysis/g4tools/include/tools/file_format +++ b/source/analysis/g4tools/include/tools/file_format @@ -42,6 +42,7 @@ TOOLS_GLOBAL_STRING(format_lua) TOOLS_GLOBAL_STRING(format_py) TOOLS_GLOBAL_STRING(format_kumac) TOOLS_GLOBAL_STRING(format_insh) +TOOLS_GLOBAL_STRING(format_shp) #define TOOLS_GLOBAL_EXT(a_name)\ inline const std::string& s_ext_##a_name() {\ @@ -81,6 +82,7 @@ TOOLS_GLOBAL_EXT(lua) TOOLS_GLOBAL_EXT(py) TOOLS_GLOBAL_EXT(kumac) TOOLS_GLOBAL_EXT(insh) +TOOLS_GLOBAL_EXT(shp) #undef TOOLS_GLOBAL_EXT @@ -116,6 +118,7 @@ inline void formats(std::vector& a_v) { a_v.push_back(s_format_py()); a_v.push_back(s_format_kumac()); a_v.push_back(s_format_insh()); + a_v.push_back(s_format_shp()); } inline std::string ext_fmt(const std::string& a_ext) { @@ -151,6 +154,7 @@ inline std::string ext_fmt(const std::string& a_ext) { if(a_ext==s_ext_py()) return s_format_py(); if(a_ext==s_ext_kumac()) return s_format_kumac(); if(a_ext==s_ext_insh()) return s_format_insh(); + if(a_ext==s_ext_shp()) return s_format_shp(); return s_format_guessed(); } @@ -185,6 +189,7 @@ inline bool need_placement(const std::string& a_format) { //if(a_format==s_format_py()) return true; //if(a_format==s_format_kumac()) return true; //if(a_format==s_format_insh()) return true; +//if(a_format==s_format_shp()) return true; //load in dynamic_sg. return false; } diff --git a/source/analysis/g4tools/include/tools/fileis b/source/analysis/g4tools/include/tools/fileis index 0f1aef4825e..dbabc5bf1fb 100644 --- a/source/analysis/g4tools/include/tools/fileis +++ b/source/analysis/g4tools/include/tools/fileis @@ -319,4 +319,26 @@ inline bool is_heprep(const std::string& a_file,bool& a_is){ }} +#include + +namespace tools { +namespace file { + +inline bool is_shp(const std::string& a_file,bool& a_is){ + long sz; + if(!size(a_file,sz)) {a_is = false;return false;} + // below logic from shapelib-1.5.0/shpopen.c. + unsigned char head[100]; + {unsigned int num = 100; + if(!signature(a_file,head,num)) {a_is = false;return false;} + if(num!=100) {a_is = false;return true;}} + unsigned int _sz = (static_cast(head[24])<<24)|(head[25]<<16)|(head[26]<<8)|head[27]; + if(_sz<(UINT_MAX/2)) _sz *= 2; + else _sz = (UINT_MAX/2)*2; + a_is = sz==long(_sz)?true:false; + return true; +} + +}} + #endif diff --git a/source/analysis/g4tools/include/tools/gl2ps b/source/analysis/g4tools/include/tools/gl2ps index d4328574385..26e8a43d25b 100644 --- a/source/analysis/g4tools/include/tools/gl2ps +++ b/source/analysis/g4tools/include/tools/gl2ps @@ -2413,12 +2413,12 @@ static void tools_gl2psParseFeedbackBuffer(tools_GLint used) case TOOLS_GL2PS_LINE_CAP_TOKEN : current += 2; used -= 2; - lcap = current[1]; + lcap = (tools_GLint)current[1]; //G.Barrand : _MSC_VER : cast. break; case TOOLS_GL2PS_LINE_JOIN_TOKEN : current += 2; used -= 2; - ljoin = current[1]; + ljoin = (tools_GLint)current[1]; //G.Barrand : _MSC_VER : cast. break; case TOOLS_GL2PS_LINE_WIDTH_TOKEN : current += 2; @@ -4359,7 +4359,8 @@ static int tools_tools_tools_gl2psPrintPDFShaderStreamDataCoord(tools_GL2PSverte int offs = 0; unsigned long imap; tools_GLfloat diff; - double dmax = ~1UL; +//double dmax = ~1UL; + double dmax = (double)~1UL; //G.Barrand : clang10 : cast. char edgeflag = 0; /* FIXME: temp bux fix for 64 bit archs: */ @@ -4402,7 +4403,8 @@ static int tools_tools_tools_gl2psPrintPDFShaderStreamDataRGB(tools_GL2PSvertex { int offs = 0; unsigned long imap; - double dmax = ~1UL; +//double dmax = ~1UL; + double dmax = (double)~1UL; //G.Barrand : clang10 : cast. /* FIXME: temp bux fix for 64 bit archs: */ if(sizeof(unsigned long) == 8) dmax = dmax - 2048.; @@ -4427,7 +4429,8 @@ static int tools_tools_tools_gl2psPrintPDFShaderStreamDataAlpha(tools_GL2PSverte { int offs = 0; unsigned long imap; - double dmax = ~1UL; +//double dmax = ~1UL; + double dmax = (double)~1UL; //G.Barrand : clang10 : cast. /* FIXME: temp bux fix for 64 bit archs: */ if(sizeof(unsigned long) == 8) dmax = dmax - 2048.; @@ -6412,7 +6415,7 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psLineJoin(tools_GLint value) if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; tools_glPassThrough(TOOLS_GL2PS_LINE_JOIN_TOKEN); - tools_glPassThrough(value); + tools_glPassThrough((tools_GLfloat)value); //G.Barrand : _MSC_VER : cast. return TOOLS_GL2PS_SUCCESS; } @@ -6422,7 +6425,7 @@ TOOLS_GL2PSDLL_API tools_GLint tools_gl2psLineWidth(tools_GLfloat value) if(!tools_gl2ps_context) return TOOLS_GL2PS_UNINITIALIZED; tools_glPassThrough(TOOLS_GL2PS_LINE_WIDTH_TOKEN); - tools_glPassThrough(value); + tools_glPassThrough((tools_GLfloat)value); //G.Barrand : _MSC_VER : cast. return TOOLS_GL2PS_SUCCESS; } diff --git a/source/analysis/g4tools/include/tools/hatcher.icc b/source/analysis/g4tools/include/tools/hatcher.icc index 523ae077e1f..7baa2658cec 100644 --- a/source/analysis/g4tools/include/tools/hatcher.icc +++ b/source/analysis/g4tools/include/tools/hatcher.icc @@ -606,10 +606,10 @@ inline bool hatcher::compute_single_polyline (vec3f* tabPoints,unsigned int aNum fNormal[2]*AB[0]-fNormal[0]*AB[2], fNormal[0]*AB[1]-fNormal[1]*AB[0]); - float normAB =(float)std::sqrt(std::pow(AB[0],2)+ + float normAB =(float)sqrt(std::pow(AB[0],2)+ std::pow(AB[1],2)+ std::pow(AB[2],2)); - float normABPerpVector =(float)std::sqrt(std::pow(ABPerpVector[0],2)+ + float normABPerpVector =(float)sqrt(std::pow(ABPerpVector[0],2)+ std::pow(ABPerpVector[1],2)+ std::pow(ABPerpVector[2],2)); @@ -643,7 +643,7 @@ inline bool hatcher::compute_single_polyline (vec3f* tabPoints,unsigned int aNum // normalize vector to match the shift size float param = 1.0f; - param = (float)std::sqrt((std::pow(fShift,2))/( + param = (float)sqrt((std::pow(fShift,2))/( std::pow(dirShiftVector[0],2)+ std::pow(dirShiftVector[1],2)+ std::pow(dirShiftVector[2],2))); diff --git a/source/analysis/g4tools/include/tools/histo/base_histo b/source/analysis/g4tools/include/tools/histo/base_histo index 274063dc4e3..13abcdf8ffc 100644 --- a/source/analysis/g4tools/include/tools/histo/base_histo +++ b/source/analysis/g4tools/include/tools/histo/base_histo @@ -172,6 +172,42 @@ public: return value; } + bool min_bin_height_with_entries(TH& a_value) const { + TH value = 0; + bool first = true; + for(TO ibin=0;ibin0) ) { + TH vbin = get_bin_height(ibin); + if(first) { + first = false; + value = vbin; + } else { + if(vbin<=value) value = vbin; + } + } + } + a_value = value; + return first?false:true; //return true if at least one bin with entries processed. + } + + bool max_bin_height_with_entries(TH& a_value) const { + TH value = 0; + bool first = true; + for(TO ibin=0;ibin0) ) { + TH vbin = get_bin_height(ibin); + if(first) { + first = false; + value = vbin; + } else { + if(vbin>=value) value = vbin; + } + } + } + a_value = value; + return first?false:true; //return true if at least one bin with entries processed. + } + bool has_entries_per_bin() const { //to detect histos coming from TH streaming out of a root file. // it assumes that update_fast_getters() had been applied. if(parent::m_in_range_entries) return true; diff --git a/source/analysis/g4tools/include/tools/lina/MATCOM b/source/analysis/g4tools/include/tools/lina/MATCOM index 6c540fd9354..16a8aa6524a 100644 --- a/source/analysis/g4tools/include/tools/lina/MATCOM +++ b/source/analysis/g4tools/include/tools/lina/MATCOM @@ -314,6 +314,16 @@ public:\ }\ return true;\ }\ +\ + bool is_diagonal() const {\ + unsigned int _D = dimension();\ + for(unsigned int r=0;r<_D;r++) {\ + for(unsigned int c=0;c<_D;c++) {\ + if(c!=r) {if(value(r,c)!=zero()) return false;}\ + }\ + }\ + return true;\ + }\ \ template \ bool is_diagonal_prec(const PREC& a_prec,PREC(*a_fabs)(const T&)) const {\ @@ -325,6 +335,33 @@ public:\ }\ return true;\ }\ +\ + bool is_identity() const {\ + unsigned int _D = dimension();\ + {for(unsigned int r=0;r<_D;r++) {\ + if(value(r,r)!=one()) return false;\ + }}\ + {for(unsigned int r=0;r<_D;r++) {\ + for(unsigned int c=0;c<_D;c++) {\ + if(c!=r) {if(value(r,c)!=zero()) return false;}\ + }\ + }}\ + return true;\ + }\ +\ + template \ + bool is_identity_prec(const PREC& a_prec,PREC(*a_fabs)(const T&)) const {\ + unsigned int _D = dimension();\ + {for(unsigned int r=0;r<_D;r++) {\ + if(!numbers_are_equal(value(r,r),one(),a_prec,a_fabs)) return false;\ + }}\ + {for(unsigned int r=0;r<_D;r++) {\ + for(unsigned int c=0;c<_D;c++) {\ + if(c!=r) {if(!is_zero(value(r,c),a_prec,a_fabs)) return false;}\ + }\ + }}\ + return true;\ + }\ \ const T* data() const {return m_vec;}\ unsigned int size() const {return dim2();}\ diff --git a/source/analysis/g4tools/include/tools/lina/qrot b/source/analysis/g4tools/include/tools/lina/qrot index ff6e4ff9f43..1249d8367b2 100644 --- a/source/analysis/g4tools/include/tools/lina/qrot +++ b/source/analysis/g4tools/include/tools/lina/qrot @@ -260,6 +260,40 @@ public: a_m.v33(w*w + x*x + y*y + z*z); } + template + T value_3(MAT3& a_m) const { + //Return this rotation in the form of a 3D matrix. + //NOTE : in coin3d/SbRotation, it looks as if "w <-> -w", but coin3d/SbMatrix logic is transposed relative to us. + + const T x = m_quat.v0(); + const T y = m_quat.v1(); + const T z = m_quat.v2(); + const T w = m_quat.v3(); + // q = w + x * i + y * j + z * k + + // first row : + a_m.v00(w*w + x*x - y*y - z*z); + a_m.v01(2*x*y - 2*w*z); + a_m.v02(2*x*z + 2*w*y); + + // second row : + a_m.v10(2*x*y + 2*w*z); + a_m.v11(w*w - x*x + y*y - z*z); + a_m.v12(2*y*z - 2*w*x); + + // third row : + a_m.v20(2*x*z - 2*w*y); + a_m.v21(2*y*z + 2*w*x); + a_m.v22(w*w - x*x - y*y + z*z); + + // fourth row : + //a_m.v30(0); + //a_m.v31(0); + //a_m.v32(0); + //a_m.v33(w*w + x*x + y*y + z*z); + return w*w + x*x + y*y + z*z; //should be 1. + } + void mul_vec(const VEC3& a_in,VEC3& a_out) const { const T x = m_quat.v0(); const T y = m_quat.v1(); diff --git a/source/analysis/g4tools/include/tools/mapmanip b/source/analysis/g4tools/include/tools/mapmanip index 9c79e66fdd8..730b6b340f5 100644 --- a/source/analysis/g4tools/include/tools/mapmanip +++ b/source/analysis/g4tools/include/tools/mapmanip @@ -42,13 +42,14 @@ template inline void clear(std::map& a_m){safe_clear -inline void delete_key(std::map& a_m,const K& a_key){ +inline bool delete_key(std::map& a_m,const K& a_key){ typedef typename std::map::iterator it_t; it_t it = a_m.find(a_key); - if(it==a_m.end()) return; + if(it==a_m.end()) return false; V* obj = (*it).second; a_m.erase(it); delete obj; + return true; } template diff --git a/source/analysis/g4tools/include/tools/mathd b/source/analysis/g4tools/include/tools/mathd index 8cb5f6714d1..9b5b1f9ef01 100644 --- a/source/analysis/g4tools/include/tools/mathd +++ b/source/analysis/g4tools/include/tools/mathd @@ -79,6 +79,11 @@ inline bool dpow(const double& a_x,const double& a_y,double& a_v) { return true; } +inline double dgaussian(const double& a_x,const double& a_mean,const double& a_sigma) { + double _tmp = (a_x-a_mean)/a_sigma; + return ::exp(-_tmp*_tmp/2.0)/(a_sigma*::sqrt(2*pi())); +} + } #endif diff --git a/source/analysis/g4tools/include/tools/platform b/source/analysis/g4tools/include/tools/platform index 54ba96d2516..6b780a5471e 100644 --- a/source/analysis/g4tools/include/tools/platform +++ b/source/analysis/g4tools/include/tools/platform @@ -45,12 +45,16 @@ inline bool is_Android() {return false;} #if defined(ANDROID) || TARGET_OS_IPHONE -inline bool small_screen() {return true;} -inline bool no_cursor() {return true;} -inline bool stop_app_button() {return true;} +inline bool small_screen() {return true;} +//inline bool no_cursor() {return true;} +inline bool stop_app_button() {return true;} //the device has a button to stop the app. +#elif defined(EMSCRIPTEN) +inline bool small_screen() {return false;} +//inline bool no_cursor() {return false;} +inline bool stop_app_button() {return true;} //the device has a button to stop the app. #else inline bool small_screen() {return false;} -inline bool no_cursor() {return false;} +//inline bool no_cursor() {return false;} inline bool stop_app_button() {return false;} #endif #if TARGET_OS_IPHONE @@ -100,6 +104,8 @@ inline const char* os() { static const char s_s[] = "iOS"; #elif defined(ANDROID) static const char s_s[] = "Android"; +#elif defined(EMSCRIPTEN) + static const char s_s[] = "emscripten"; #elif defined(_WIN32) static const char s_s[] = "Windows_NT"; #elif __APPLE__ diff --git a/source/analysis/g4tools/include/tools/randT b/source/analysis/g4tools/include/tools/randT index d4a2ea34637..fcf9c27207c 100644 --- a/source/analysis/g4tools/include/tools/randT +++ b/source/analysis/g4tools/include/tools/randT @@ -61,6 +61,7 @@ public: return m_mean + displ; } FLAT& flat() {return m_flat;} + void set_seed(unsigned int a_seed) {m_flat.set_seed(a_seed);} protected: FLAT& m_flat; REAL m_mean; @@ -85,6 +86,7 @@ public: return -a_log(v)/m_rate; } FLAT& flat() {return m_flat;} + void set_seed(unsigned int a_seed) {m_flat.set_seed(a_seed);} protected: FLAT& m_flat; REAL m_rate; @@ -112,6 +114,7 @@ public: a_y = REAL(2) * u * v / s; } FLAT& flat() {return m_flat;} + void set_seed(unsigned int a_seed) {m_flat.set_seed(a_seed);} protected: FLAT& m_flat; }; @@ -140,6 +143,7 @@ public: a_y *= a; } FLAT& flat() {return m_flat;} + void set_seed(unsigned int a_seed) {m_flat.set_seed(a_seed);} protected: FLAT& m_flat; }; @@ -188,6 +192,48 @@ protected: REAL m_mean; }; +template +class rbinomial { +public: + rbinomial(FLAT& a_flat,UINT a_n = 1,REAL a_p = REAL(0.5)):m_flat(a_flat),m_n(a_n),m_p(a_p){} + virtual ~rbinomial(){} +public: + rbinomial(const rbinomial& a_from):m_flat(a_from.m_flat),m_n(a_from.m_n),m_p(a_from.m_p){} + rbinomial& operator=(const rbinomial& a_from) { + m_n = a_from.m_n; + m_p = a_from.m_p; + return *this; + } +public: + UINT shoot() const { + // from ROOT/TRandom.cxx. + //////////////////////////////////////////////////////////////////////////////// + /// Generates a random integer N according to the binomial law. + /// Coded from Los Alamos report LA-5061-MS. + /// + /// N is binomially distributed between 0 and ntot inclusive + /// with mean prob*ntot and prob is between 0 and 1. + /// + /// Note: This function should not be used when ntot is large (say >100). + /// The normal approximation is then recommended instead + /// (with mean =*ntot+0.5 and standard deviation sqrt(ntot*prob*(1-prob)). + //////////////////////////////////////////////////////////////////////////////// + if((m_pm_p) continue; + n++; + } + return n; + } + FLAT& flat() {return m_flat;} + void set_seed(unsigned int a_seed) {m_flat.set_seed(a_seed);} +protected: + FLAT& m_flat; + UINT m_n; + REAL m_p; +}; + } #endif diff --git a/source/analysis/g4tools/include/tools/randd b/source/analysis/g4tools/include/tools/randd index 31fc7631e62..bb56a884035 100644 --- a/source/analysis/g4tools/include/tools/randd +++ b/source/analysis/g4tools/include/tools/randd @@ -7,15 +7,59 @@ #include "randT" #include "rtausmed" +#include "S_STRING" +#include "scast" + namespace tools { -class rgaussd : public rgauss { +class irandd { +public: + virtual ~irandd() {} +public: + virtual void* cast(const std::string&) const = 0; +public: + virtual double shootd() const = 0; +}; + +class rbinomiald : public virtual irandd, public rbinomial { + typedef rbinomial parent; +public: + TOOLS_SCLASS(tools::rbinomiald) +public: + virtual void* cast(const std::string& a_class) const { + if(void* p = cmp_cast(this,a_class)) return p; + return 0; + } + virtual double shootd() const {return shoot();} +public: + rbinomiald(unsigned int a_n = 1,double a_p = 0.5):parent(m_flat,a_n,a_p),m_flat(){} + virtual ~rbinomiald(){} +public: + rbinomiald(const rbinomiald& a_from):irandd(a_from),parent(m_flat),m_flat(a_from.m_flat){} + rbinomiald& operator=(const rbinomiald& a_from) { + parent::operator=(a_from); + m_flat = a_from.m_flat; + return *this; + } +protected: + rtausmed m_flat; +}; + +class rgaussd : public virtual irandd, public rgauss { typedef rgauss parent; +public: + TOOLS_SCLASS(tools::rgaussd) +public: + virtual void* cast(const std::string& a_class) const { + if(void* p = cmp_cast(this,a_class)) return p; + return 0; + } + virtual double shootd() const {return shoot();} public: rgaussd(double a_mean = 0,double a_std_dev = 1):parent(m_flat,a_mean,a_std_dev),m_flat(){} virtual ~rgaussd(){} public: - rgaussd(const rgaussd& a_from):parent(m_flat),m_flat(a_from.m_flat){} + rgaussd(const rgaussd& a_from):irandd(a_from),parent(m_flat),m_flat(a_from.m_flat){} rgaussd& operator=(const rgaussd& a_from) { parent::operator=(a_from); m_flat = a_from.m_flat; @@ -27,13 +71,21 @@ protected: rtausmed m_flat; }; -class rexpd : public rexp { +class rexpd : public virtual irandd, public rexp { typedef rexp parent; +public: + TOOLS_SCLASS(tools::rexpd) +public: + virtual void* cast(const std::string& a_class) const { + if(void* p = cmp_cast(this,a_class)) return p; + return 0; + } + virtual double shootd() const {return shoot();} public: rexpd(double a_rate = 1):parent(m_flat,a_rate),m_flat(){} virtual ~rexpd(){} public: - rexpd(const rexpd& a_from):parent(m_flat),m_flat(a_from.m_flat){} + rexpd(const rexpd& a_from):irandd(a_from),parent(m_flat),m_flat(a_from.m_flat){} rexpd& operator=(const rexpd& a_from) { parent::operator=(a_from); m_flat = a_from.m_flat; @@ -47,6 +99,8 @@ protected: class rdir2d : public rdir2 { typedef rdir2 parent; +public: + TOOLS_SCLASS(tools::rdir2d) public: rdir2d():parent(m_flat),m_flat(){} virtual ~rdir2d(){} @@ -63,6 +117,8 @@ protected: class rdir3d : public rdir3 { typedef rdir3 parent; +public: + TOOLS_SCLASS(tools::rdir3d) public: rdir3d():parent(m_flat),m_flat(){} virtual ~rdir3d(){} @@ -87,13 +143,21 @@ protected: namespace tools { -class rbwd : public rbw { +class rbwd : public virtual irandd, public rbw { typedef rbw parent; +public: + TOOLS_SCLASS(tools::rbwd) +public: + virtual void* cast(const std::string& a_class) const { + if(void* p = cmp_cast(this,a_class)) return p; + return 0; + } + virtual double shootd() const {return shoot();} public: rbwd(double a_mean = 0,double a_gamma = 1):parent(m_flat,a_mean,a_gamma),m_flat(){} virtual ~rbwd(){} public: - rbwd(const rbwd& a_from):parent(m_flat),m_flat(a_from.m_flat){} + rbwd(const rbwd& a_from):irandd(a_from),parent(m_flat),m_flat(a_from.m_flat){} rbwd& operator=(const rbwd& a_from) { parent::operator=(a_from); m_flat = a_from.m_flat; @@ -111,14 +175,21 @@ protected: namespace tools { -// NOTE : not used yet. -class rpoissd : public rpoiss { +class rpoissd : public virtual irandd, public rpoiss { typedef rpoiss parent; +public: + TOOLS_SCLASS(tools::rpoissd) +public: + virtual void* cast(const std::string& a_class) const { + if(void* p = cmp_cast(this,a_class)) return p; + return 0; + } + virtual double shootd() const {return double(shoot());} public: rpoissd(double a_mean = 1):parent(m_flat,a_mean),m_flat(){} virtual ~rpoissd(){} public: - rpoissd(const rpoissd& a_from):parent(m_flat),m_flat(a_from.m_flat){} + rpoissd(const rpoissd& a_from):irandd(a_from),parent(m_flat),m_flat(a_from.m_flat){} rpoissd& operator=(const rpoissd& a_from) { parent::operator=(a_from); m_flat = a_from.m_flat; diff --git a/source/analysis/g4tools/include/tools/sg/GL_action b/source/analysis/g4tools/include/tools/sg/GL_action index 3fdeee7da35..1da77e06ef4 100644 --- a/source/analysis/g4tools/include/tools/sg/GL_action +++ b/source/analysis/g4tools/include/tools/sg/GL_action @@ -4,10 +4,10 @@ #ifndef tools_sg_GL_action #define tools_sg_GL_action -#include - #include "GL_manager" +#include + namespace tools { namespace sg { @@ -526,6 +526,7 @@ public: } ::glLineWidth(_state.m_line_width); + ::glPointSize(_state.m_point_size); #if TARGET_OS_IPHONE diff --git a/source/analysis/g4tools/include/tools/sg/atb_vertices b/source/analysis/g4tools/include/tools/sg/atb_vertices index e3c40793de2..ec2236652f2 100644 --- a/source/analysis/g4tools/include/tools/sg/atb_vertices +++ b/source/analysis/g4tools/include/tools/sg/atb_vertices @@ -130,6 +130,7 @@ public: it += 4; }} #endif //__APPLE__ + clean_gstos(); reset_touched(); } if(xyzs.empty()) return; diff --git a/source/analysis/g4tools/include/tools/sg/base_camera b/source/analysis/g4tools/include/tools/sg/base_camera index 411c3ef0d13..f110dff48f0 100644 --- a/source/analysis/g4tools/include/tools/sg/base_camera +++ b/source/analysis/g4tools/include/tools/sg/base_camera @@ -74,6 +74,9 @@ public: virtual void render(render_action& a_action) { _mult_matrix(a_action); set_state(a_action); + //{mat4f& _mtx = a_action.projection_matrix(); + // a_action.out() << "debug : tools::sg::base_camera::render : proj :" << std::endl; + // a_action.out() << _mtx << std::endl;} a_action.load_proj_matrix(a_action.projection_matrix()); a_action.load_model_matrix(a_action.model_matrix()); } diff --git a/source/analysis/g4tools/include/tools/sg/field b/source/analysis/g4tools/include/tools/sg/field index 19d6ae93211..fd16212a19a 100644 --- a/source/analysis/g4tools/include/tools/sg/field +++ b/source/analysis/g4tools/include/tools/sg/field @@ -34,8 +34,8 @@ public: virtual bool write(io::iwbuf&) = 0; virtual bool read(io::irbuf&) = 0; virtual bool dump(std::ostream&) = 0; - //virtual bool s_value(std::string& a_s) const = 0; - virtual bool s_value(std::string& a_s) const {a_s.clear();return false;} + virtual bool s_value(std::string&) const = 0; + virtual bool s2value(const std::string&) = 0; protected: field():m_touched(true){ #ifdef TOOLS_MEM diff --git a/source/analysis/g4tools/include/tools/sg/gl_manager b/source/analysis/g4tools/include/tools/sg/gl_manager index 1bf393daa23..08f32f20892 100644 --- a/source/analysis/g4tools/include/tools/sg/gl_manager +++ b/source/analysis/g4tools/include/tools/sg/gl_manager @@ -5,14 +5,13 @@ #define tools_sg_GL_manager #include "gl" +#include "../glbuf" #include #include #include //::sqrt -#include "../glbuf" - #ifdef TOOLS_MEM #include #endif diff --git a/source/analysis/g4tools/include/tools/sg/h2plot b/source/analysis/g4tools/include/tools/sg/h2plot index ea8ce751192..f6b2e5a0e97 100644 --- a/source/analysis/g4tools/include/tools/sg/h2plot +++ b/source/analysis/g4tools/include/tools/sg/h2plot @@ -138,9 +138,17 @@ public: //plottable } } public: //bins1D - virtual void bins_Sw_range(float& a_mn,float& a_mx) const { - a_mn = (float)m_data.min_bin_height(); - a_mx = (float)m_data.max_bin_height(); + virtual void bins_Sw_range(float& a_mn,float& a_mx,bool a_with_entries) const { + if(a_with_entries && m_data.has_entries_per_bin()) { + double mn,mx; + m_data.min_bin_height_with_entries(mn); + m_data.max_bin_height_with_entries(mx); + a_mn = float(mn); + a_mx = float(mx); + } else { + a_mn = (float)m_data.min_bin_height(); + a_mx = (float)m_data.max_bin_height(); + } } virtual unsigned int bins() const {return m_data.axis().bins();} virtual float axis_min() const {return (float)m_data.axis().lower_edge();} @@ -148,6 +156,9 @@ public: //bins1D virtual float bin_lower_edge(int aI) const {return (float)m_data.axis().bin_lower_edge(aI);} virtual float bin_upper_edge(int aI) const {return (float)m_data.axis().bin_upper_edge(aI);} + virtual bool has_entries_per_bin() const {return m_data.has_entries_per_bin();} + virtual unsigned int bin_entries(int aI) const {return m_data.bin_entries(aI);} + virtual float bin_Sw(int aI) const {return (float)m_data.bin_height(aI);} virtual float bin_error(int aI) const {return (float)m_data.bin_error(aI);} @@ -241,9 +252,17 @@ public: //plottable } } public: //bins2D - virtual void bins_Sw_range(float& a_mn,float& a_mx) const { - a_mn = (float)m_data.min_bin_height(); - a_mx = (float)m_data.max_bin_height(); + virtual void bins_Sw_range(float& a_mn,float& a_mx,bool a_with_entries) const { + if(a_with_entries && m_data.has_entries_per_bin()) { + double mn,mx; + m_data.min_bin_height_with_entries(mn); + m_data.max_bin_height_with_entries(mx); + a_mn = float(mn); + a_mx = float(mx); + } else { + a_mn = (float)m_data.min_bin_height(); + a_mx = (float)m_data.max_bin_height(); + } } virtual unsigned int x_bins() const {return m_data.axis_x().bins();} virtual unsigned int y_bins() const {return m_data.axis_y().bins();} @@ -347,9 +366,17 @@ public: public: virtual unsigned int bins() const {return m_data.axis().bins();} - virtual void bins_Sw_range(float& a_mn,float& a_mx) const { - a_mn = (float)m_data.min_bin_height(); - a_mx = (float)m_data.max_bin_height(); + virtual void bins_Sw_range(float& a_mn,float& a_mx,bool a_with_entries) const { + if(a_with_entries && m_data.has_entries_per_bin()) { + double mn,mx; + m_data.min_bin_height_with_entries(mn); + m_data.max_bin_height_with_entries(mx); + a_mn = float(mn); + a_mx = float(mx); + } else { + a_mn = (float)m_data.min_bin_height(); + a_mx = (float)m_data.max_bin_height(); + } } virtual float axis_min() const {return (float)m_data.axis().lower_edge();} @@ -357,6 +384,7 @@ public: virtual float bin_lower_edge(int aI) const {return (float)m_data.axis().bin_lower_edge(aI);} virtual float bin_upper_edge(int aI) const {return (float)m_data.axis().bin_upper_edge(aI);} + virtual bool has_entries_per_bin() const {return m_data.has_entries_per_bin();} virtual unsigned int bin_entries(int aI) const {return m_data.bin_entries(aI);} virtual float bin_Sw(int aI) const {return (float)m_data.bin_height(aI);} diff --git a/source/analysis/g4tools/include/tools/sg/holder b/source/analysis/g4tools/include/tools/sg/holder index 3dcdf4f2c65..8be38c3dd0d 100644 --- a/source/analysis/g4tools/include/tools/sg/holder +++ b/source/analysis/g4tools/include/tools/sg/holder @@ -9,14 +9,33 @@ // of holder copy(), the new holder receives a null object. #include "node" + #include "sf_string" namespace tools { namespace sg { +class base_holder : public node { + TOOLS_NODE(base_holder,tools::sg::base_holder,node) +public: + base_holder(const std::string& a_name):parent(),m_name(a_name) {} + virtual ~base_holder(){} +public: + base_holder(const base_holder& a_from):parent(a_from),m_name(a_from.m_name) {} + base_holder& operator=(const base_holder& a_from){ + parent::operator=(a_from); + m_name = a_from.m_name; + return *this; + } +public: + const std::string& name() const {return m_name;} +protected: + std::string m_name; +}; + template -class holder : public node { - typedef node parent; +class holder : public base_holder { + typedef base_holder parent; public: //WARNING : we do not put the T class name in the name of this class. // We put it in the class_name field. @@ -46,10 +65,9 @@ private: } public: holder(T* a_obj = 0,const std::string& a_name = "") - :parent() + :parent(a_name) ,class_name(T::s_class()) ,m_obj(a_obj) //it takes a_obj ownership. - ,m_name(a_name) { add_fields(); } @@ -61,27 +79,24 @@ public: :parent(a_from) ,class_name(std::string()) ,m_obj(0) - ,m_name() { + parent::m_name.clear(); add_fields(); } holder& operator=(const holder& a_from){ parent::operator=(a_from); class_name.value().clear(); m_obj = 0; - m_name.clear(); + parent::m_name.clear(); return *this; } public: const T* object() const {return m_obj;} T* object() {return m_obj;} - const std::string& name() const {return m_name;} protected: T* m_obj; - std::string m_name; }; - template inline holder* cast_holder(node& a_node) { typedef holder h_t; @@ -90,6 +105,29 @@ inline holder* cast_holder(node& a_node) { return (_h->class_name.value()==T::s_class()?_h:0); } +template +inline const holder* cast_holder(const node& a_node) { + typedef holder h_t; + h_t* _h = (h_t*)a_node.cast(h_t::s_class()); + if(!_h) return 0; + return (_h->class_name.value()==T::s_class()?_h:0); +} + +template +inline const T* cast_holder_object(const node& a_node) { + typedef holder h_t; + h_t* _h = (h_t*)a_node.cast(h_t::s_class()); + if(!_h) return 0; + return (_h->class_name.value()==T::s_class()?_h->object():0); +} +template +inline T* cast_holder_object(node& a_node) { + typedef holder h_t; + h_t* _h = (h_t*)a_node.cast(h_t::s_class()); + if(!_h) return 0; + return (_h->class_name.value()==T::s_class()?_h->object():0); +} + template inline void remove_holders(std::vector& a_vec){ typedef holder h_t; diff --git a/source/analysis/g4tools/include/tools/sg/line_set b/source/analysis/g4tools/include/tools/sg/line_set index 0dd52350b97..0914e8582ec 100644 --- a/source/analysis/g4tools/include/tools/sg/line_set +++ b/source/analysis/g4tools/include/tools/sg/line_set @@ -10,6 +10,7 @@ #include "../stype" #include "render_action" #include "pick_action" +#include "bbox_action" namespace tools { namespace sg { @@ -40,14 +41,32 @@ public: } virtual void pick(pick_action& a_action) { - tools_vforcit(line_t,lines.values(),it) { - a_action.add_line_strip(*it,true); - if(a_action.done()) { - a_action.set_node(this); - return; + if(a_action.stop_at_first()){ + tools_vforcit(line_t,lines.values(),it) { + a_action.add_line_strip(*it); + if(a_action.done()) { + a_action.set_node(this); + return; + } + } + } else { + tools_vforcit(line_t,lines.values(),it) { + a_action.set_done(false); + a_action.zs().clear(); + a_action.ws().clear(); + a_action.add_line_strip(*it); + if(a_action.done()) { + a_action.add_pick(*this,a_action.zs(),a_action.ws(),a_action.state()); + a_action.set_done(false); + } } } + } + virtual void bbox(bbox_action& a_action) { + tools_vforcit(line_t,lines.values(),it) { + a_action.add_points(*it); + } } public: diff --git a/source/analysis/g4tools/include/tools/sg/mf b/source/analysis/g4tools/include/tools/sg/mf index 859d8cc0ef3..92414bd2f26 100644 --- a/source/analysis/g4tools/include/tools/sg/mf +++ b/source/analysis/g4tools/include/tools/sg/mf @@ -48,6 +48,8 @@ public: } return true; } + virtual bool s_value(std::string& a_s) const {a_s.clear();return false;} + virtual bool s2value(const std::string&) {return false;} public: mf(){} mf(const T& a_v):parent(a_v){} @@ -90,6 +92,8 @@ public: } return true; } + virtual bool s_value(std::string& a_s) const {a_s.clear();return false;} + virtual bool s2value(const std::string&) {return false;} public: mf_string():parent(){} mf_string(const std::string& a_v):parent(a_v){} @@ -153,6 +157,8 @@ public: } return true; } + virtual bool s_value(std::string& a_s) const {a_s.clear();return false;} + virtual bool s2value(const std::string&) {return false;} public: mf_enum():parent(){} mf_enum(const T& a_v):parent(a_v){} @@ -247,6 +253,8 @@ public: } return true; } + virtual bool s_value(std::string& a_s) const {a_s.clear();return false;} + virtual bool s2value(const std::string&) {return false;} public: mf_vec():parent(){} mf_vec(const T& a_v):parent(a_v){} @@ -292,6 +300,8 @@ public: } return true; } + virtual bool s_value(std::string& a_s) const {a_s.clear();return false;} + virtual bool s2value(const std::string&) {return false;} public: mf_std_vec():parent(){} mf_std_vec(const T& a_v):parent(a_v){} diff --git a/source/analysis/g4tools/include/tools/sg/node b/source/analysis/g4tools/include/tools/sg/node index 1cf8167b716..622354fbe6d 100644 --- a/source/analysis/g4tools/include/tools/sg/node +++ b/source/analysis/g4tools/include/tools/sg/node @@ -36,8 +36,8 @@ public: // return parent::is_a(a_class); // } virtual void* cast(const std::string& a_class) const { - if(void* p = cmp_cast(this,a_class)) {return p;} - else return 0; + if(void* p = cmp_cast(this,a_class)) return p; + return 0; } virtual const std::string& s_cls() const = 0; public: @@ -70,7 +70,7 @@ public: path.push_back(this); a_action.add_path(path); if(a_action.stop_at_first()) a_action.set_done(true); - } + } } } virtual void get_matrix(get_matrix_action& a_action) { @@ -103,7 +103,8 @@ public: tools_vforcit(field*,m_fields,it) (*it)->reset_touched(); } public: - node(){ + node() + { #ifdef TOOLS_MEM mem::increment(s_class().c_str()); #endif @@ -114,12 +115,15 @@ public: #endif } protected: - node(const node&){ + node(const node&) + { #ifdef TOOLS_MEM mem::increment(s_class().c_str()); #endif } - node& operator=(const node&){return *this;} + node& operator=(const node&){ + return *this; + } protected: void add_field(field* a_field) { m_fields.push_back(a_field); //it does not take ownerhship. @@ -246,6 +250,30 @@ public: //WARNING : touchy. return *((field*)((char*)this+a_desc.offset())); } + void dump_field_descs(std::ostream& a_out) const { + a_out << "field descs of node class " << s_cls() << " :" << std::endl; + const std::vector& fds = node_desc_fields(); + tools_vforcit(field_desc,fds,itd) { + a_out << "name " << (*itd).name() + << ", class " << (*itd).cls() + << ", offset " << (*itd).offset() + << std::endl; + } + } + field* find_field_by_name(const std::string& a_name) const { + // a_name is of the form .. For example for color on sg::text, there are : + // tools::sg::back_area.color + // tools::sg::text.color + const std::vector& fds = node_desc_fields(); + tools_vforcrit(field_desc,fds,it) { + if((*it).name()==a_name) { + tools_vforcit(field*,m_fields,itf) { + if(field_offset(*itf)==(*it).offset()) return (*itf); + } + } + } + return 0; + } protected: field_desc::offset_t field_offset(const field* a_field) const { //WARNING : touchy. @@ -253,15 +281,6 @@ protected: } field* find_field(const field_desc& a_rdesc) const { -/* - //WARNING : must not use field name since, through inheritance, a node can have two field with same name. - // (For exa sg::text has one field "color" and another one coming from back_area). - //::printf("debug : find_field : %s ...\n",a_rdesc.name().c_str()); - tools_vforcit(field*,m_fields,it) { - //::printf("debug : find_field : look : %s\n",field_name(*(*it)).c_str()); - if(field_offset(*it)==a_rdesc.offset()) return (*it); - } -*/ const std::vector& fds = node_desc_fields(); tools_vforcit(field_desc,fds,it) { if((*it).name()==a_rdesc.name()) { @@ -274,17 +293,6 @@ protected: return 0; } - void dump_field_descs(std::ostream& a_out) const { - a_out << "field descs of node class " << s_cls() << " :" << std::endl; - const std::vector& fds = node_desc_fields(); - tools_vforcit(field_desc,fds,itd) { - a_out << "name " << (*itd).name() - << ", class " << (*itd).cls() - << ", offset " << (*itd).offset() - << std::endl; - } - } - void check_fields(std::ostream& a_out) const { const std::vector& fds = node_desc_fields(); tools_vforcit(field*,m_fields,it) { diff --git a/source/analysis/g4tools/include/tools/sg/plots b/source/analysis/g4tools/include/tools/sg/plots index 50f88237a2f..f40077f434d 100644 --- a/source/analysis/g4tools/include/tools/sg/plots +++ b/source/analysis/g4tools/include/tools/sg/plots @@ -26,6 +26,8 @@ public: sf border_visible; sf border_width; sf border_height; + sf border_z; + sf border_scale; sf_vec border_color; // for gopaw : @@ -38,8 +40,8 @@ public: public: virtual const desc_fields& node_desc_fields() const { TOOLS_FIELD_DESC_NODE_CLASS(tools::sg::plots) - static const desc_fields s_v(parent::node_desc_fields(),16, //WARNING : take care of count. - TOOLS_ARG_FIELD_DESC(width), + static const desc_fields s_v(parent::node_desc_fields(),18, //WARNING : take care of count. + TOOLS_ARG_FIELD_DESC(width), //1 TOOLS_ARG_FIELD_DESC(height), TOOLS_ARG_FIELD_DESC(cols), TOOLS_ARG_FIELD_DESC(rows), @@ -48,6 +50,8 @@ public: TOOLS_ARG_FIELD_DESC(border_visible), TOOLS_ARG_FIELD_DESC(border_width), TOOLS_ARG_FIELD_DESC(border_height), + TOOLS_ARG_FIELD_DESC(border_z), //10 + TOOLS_ARG_FIELD_DESC(border_scale), TOOLS_ARG_FIELD_DESC(border_color), TOOLS_ARG_FIELD_DESC(left_margin), TOOLS_ARG_FIELD_DESC(right_margin), @@ -84,6 +88,8 @@ private: add_field(&border_visible); add_field(&border_width); add_field(&border_height); + add_field(&border_z); + add_field(&border_scale); add_field(&border_color); add_field(&left_margin); add_field(&right_margin); @@ -157,6 +163,8 @@ public: ,border_visible(false) ,border_width(0) ,border_height(0) + ,border_z(0) + ,border_scale(1) ,border_color(colorf_grey()) ,left_margin(0) ,right_margin(0) @@ -190,6 +198,8 @@ public: ,border_visible(a_from.border_visible) ,border_width(a_from.border_width) ,border_height(a_from.border_height) + ,border_z(a_from.border_z) + ,border_scale(a_from.border_scale) ,border_color(a_from.border_color) ,left_margin(a_from.left_margin) ,right_margin(a_from.right_margin) @@ -229,6 +239,8 @@ public: border_visible = a_from.border_visible; border_width = a_from.border_width; border_height = a_from.border_height; + border_z = a_from.border_z; + border_scale = a_from.border_scale; border_color = a_from.border_color; left_margin = a_from.left_margin; @@ -1070,12 +1082,21 @@ protected: if(border_width.value()<=0) return; if(border_height.value()<=0) return; + // border_scale could be used as an offscreen (inzb_[ps,png,jpeg], gl2s_pdf) + // cooking to avoid seeing a one pixel line at some side (in general left) + // coming from the border. + if(border_scale.value()!=1) { + matrix* _m = new matrix; + _m->set_scale(border_scale.value(),border_scale.value(),1); + m_border_sep.add(_m); + } + float bw = border_width; float bh = border_height; // do it with four externals back_area. - float zz = 0; + float zz = border_z.value(); // top : {separator* sep = new separator; diff --git a/source/analysis/g4tools/include/tools/sg/plottables b/source/analysis/g4tools/include/tools/sg/plottables index eae3da7c40f..78e0a04bb14 100644 --- a/source/analysis/g4tools/include/tools/sg/plottables +++ b/source/analysis/g4tools/include/tools/sg/plottables @@ -21,7 +21,7 @@ public: public: virtual ~bins1D(){} public: - virtual void bins_Sw_range(float&,float&) const = 0; + virtual void bins_Sw_range(float&,float&,bool) const = 0; public: // axis : virtual unsigned int bins() const = 0; @@ -31,6 +31,8 @@ public: virtual float bin_lower_edge(int) const = 0; virtual float bin_upper_edge(int) const = 0; // bins : + virtual bool has_entries_per_bin() const = 0; + virtual unsigned int bin_entries(int) const = 0; virtual float bin_Sw(int) const = 0; virtual float bin_error(int) const = 0; public: @@ -48,7 +50,7 @@ public: public: virtual ~bins2D(){} public: - virtual void bins_Sw_range(float&,float&) const = 0; + virtual void bins_Sw_range(float&,float&,bool) const = 0; public: // x axis : virtual unsigned int x_bins() const = 0; diff --git a/source/analysis/g4tools/include/tools/sg/plotter b/source/analysis/g4tools/include/tools/sg/plotter index e98692edac6..4a89763db93 100644 --- a/source/analysis/g4tools/include/tools/sg/plotter +++ b/source/analysis/g4tools/include/tools/sg/plotter @@ -103,6 +103,8 @@ public: sf z_axis_is_log; sf value_top_margin; + sf value_bottom_margin; + sf value_bins_with_entries; sf infos_width; //in percent of width. sf infos_x_margin; //in percent of width. From right. @@ -178,7 +180,7 @@ public: public: virtual const desc_fields& node_desc_fields() const { TOOLS_FIELD_DESC_NODE_CLASS(tools::sg::plotter) - static const desc_fields s_v(parent::node_desc_fields(),61, //WARNING : take care of count. + static const desc_fields s_v(parent::node_desc_fields(),63, //WARNING : take care of count. TOOLS_ARG_FIELD_DESC(width), TOOLS_ARG_FIELD_DESC(height), @@ -231,13 +233,15 @@ public: TOOLS_ARG_FIELD_DESC(z_axis_is_log), TOOLS_ARG_FIELD_DESC(value_top_margin), + TOOLS_ARG_FIELD_DESC(value_bottom_margin), + TOOLS_ARG_FIELD_DESC(value_bins_with_entries), TOOLS_ARG_FIELD_DESC(infos_width), TOOLS_ARG_FIELD_DESC(infos_x_margin), - TOOLS_ARG_FIELD_DESC(infos_y_margin), + TOOLS_ARG_FIELD_DESC(infos_y_margin), //40 TOOLS_ARG_FIELD_DESC(infos_what), - TOOLS_ARG_FIELD_DESC(func2D_borders_visible), //40 + TOOLS_ARG_FIELD_DESC(func2D_borders_visible), TOOLS_ARG_FIELD_DESC(theta), TOOLS_ARG_FIELD_DESC(phi), TOOLS_ARG_FIELD_DESC(tau), @@ -251,11 +255,11 @@ public: TOOLS_ARG_FIELD_DESC(legends_origin_unit), TOOLS_ARG_FIELD_DESC(legends_size), - TOOLS_ARG_FIELD_DESC(legends_string), + TOOLS_ARG_FIELD_DESC(legends_string), //50 TOOLS_ARG_FIELD_DESC(shape_automated), - TOOLS_ARG_FIELD_DESC_ENUMS_BEG(shape,2) //50 + TOOLS_ARG_FIELD_DESC_ENUMS_BEG(shape,2) "xy",xy, "xyz",xyz TOOLS_ARG_FIELD_DESC_ENUMS_END, @@ -271,10 +275,10 @@ public: TOOLS_ARG_FIELD_DESC(primitives_enforced), TOOLS_ARG_FIELD_DESC(inner_frame_enforced), - TOOLS_ARG_FIELD_DESC(title_box_width), + TOOLS_ARG_FIELD_DESC(title_box_width), //60 TOOLS_ARG_FIELD_DESC(title_box_height), TOOLS_ARG_FIELD_DESC(title_box_x_margin), - TOOLS_ARG_FIELD_DESC(title_box_y_margin) + TOOLS_ARG_FIELD_DESC(title_box_y_margin) //63 ); return s_v; @@ -359,6 +363,8 @@ private: add_field(&z_axis_is_log); add_field(&value_top_margin); + add_field(&value_bottom_margin); + add_field(&value_bins_with_entries); add_field(&infos_width); add_field(&infos_x_margin); @@ -403,6 +409,8 @@ public: //style xy_depth = a_from.xy_depth; curve_number_of_points = a_from.curve_number_of_points; value_top_margin = a_from.value_top_margin; + value_bottom_margin = a_from.value_bottom_margin; + value_bins_with_entries = a_from.value_bins_with_entries; infos_what = a_from.infos_what; infos_width = a_from.infos_width; //infos height is automatic. @@ -491,9 +499,10 @@ public: //style xy_depth = 0.01f; curve_number_of_points = 100; //////////////////////////////////////////// - // CERN-PAW seems to have 0.1F and CERN-ROOT 0.05F. - value_top_margin = 0.1f; //percent. - + value_top_margin = 0.1f; //percent. // CERN-PAW seems to have 0.1F and CERN-ROOT 0.05F. + value_bottom_margin = 0.0f; //percent. + value_bins_with_entries = true; //gopaw uses false. + infos_what = s_infos_what_def(); infos_width = 0.3f; //infos height is automatic. @@ -871,6 +880,14 @@ public: //style float v; if(!to(sv,v)) {style_failed(a_out,key,sv);return false;} value_top_margin = v; + } else if(key=="value_bottom_margin") { + float v; + if(!to(sv,v)) {style_failed(a_out,key,sv);return false;} + value_bottom_margin = v; + } else if(key=="value_bins_with_entries") { + float v; + if(!to(sv,v)) {style_failed(a_out,key,sv);return false;} + value_bins_with_entries = v; } else if(key=="infos_width") { float v; if(!to(sv,v)) {style_failed(a_out,key,sv);return false;} @@ -1243,8 +1260,9 @@ public: ,z_axis_max(1) ,z_axis_is_log(false) - // CERN-PAW seems to have 0.1F and CERN-ROOT 0.05F. - ,value_top_margin(0.1f) //percent. + ,value_top_margin(0.1f) //percent. // CERN-PAW seems to have 0.1F and CERN-ROOT 0.05F. + ,value_bottom_margin(0.0f) //percent. + ,value_bins_with_entries(true) ,infos_width(0.3f) //percent of width ,infos_x_margin(default_infos_margin()) //percent of width @@ -1346,6 +1364,8 @@ public: ,z_axis_max(a_from.z_axis_max) ,z_axis_is_log(a_from.z_axis_is_log) ,value_top_margin(a_from.value_top_margin) + ,value_bottom_margin(a_from.value_bottom_margin) + ,value_bins_with_entries(a_from.value_bins_with_entries) ,infos_width(a_from.infos_width) ,infos_x_margin(a_from.infos_x_margin) @@ -1465,6 +1485,8 @@ public: z_axis_max = a_from.z_axis_max; z_axis_is_log = a_from.z_axis_is_log; value_top_margin = a_from.value_top_margin; + value_bottom_margin = a_from.value_bottom_margin; + value_bins_with_entries = a_from.value_bins_with_entries; infos_width = a_from.infos_width; infos_x_margin = a_from.infos_x_margin; @@ -1947,7 +1969,7 @@ public: //public bool axis_2_data_frame(const vec3f& a_pos,vec3f& aDF) const { // a_pos is in axes coordinates. - // aDF in data area coodinate. In [0,1][0,1][0,1]. + // aDF in data area coordinate. In [0,1][0,1][0,1]. // Assume that axes min,max,logScale are up to date. @@ -2029,7 +2051,7 @@ public: //public bool axis_2_vp(const vec3f& a_pos,vec3f& a_vp) const { // a_pos is in axes coordinates. // a_vp is in viewport/screen coordinates (in [0,1]). - vec3f d; // In data area coodinate. In [0,1][0,1][0,1]. + vec3f d; // In data area coordinate. In [0,1][0,1][0,1]. if(!axis_2_data_frame(a_pos,d)) return false; return data_frame_2_vp(d,a_vp); } @@ -2037,7 +2059,7 @@ public: //public bool vp_2_axis(const vec3f& a_vp,vec3f& a_pos) const { // a_vp is in viewport/screen coordinates (in [0,1]). // a_pos is in axes coordinates. - vec3f d; // In data area coodinate. In [0,1][0,1][0,1]. + vec3f d; // In data area coordinate. In [0,1][0,1][0,1]. if(!vp_2_data_frame(a_vp,d)) return false; return data_frame_2_axis(d,a_pos); } @@ -2911,32 +2933,95 @@ public: update_primitives(a_out); } + void get_value_axis_min_max(float a_Sw_mn,float a_Sw_mx,bool a_is_log,float& a_min,float& a_max,bool a_min_visible) { + if(a_Sw_mn>a_Sw_mx) { + a_min = 0; + a_max = 0; + return; + } + // a_Sw_mx >= a_Sw_mn. + if(a_is_log && (a_Sw_mn<=0) ) { //let data_axis.adjust() do something. + a_min = a_Sw_mn; + a_max = a_Sw_mx; + return; + } + float mn; + if(a_is_log) { + if(value_bottom_margin.value()!=0) { + float log_Sw_mn = flog10(a_Sw_mn); + float log_Sw_mx = flog10(a_Sw_mx); + float log_mn = log_Sw_mn - (log_Sw_mx-log_Sw_mn)*value_bottom_margin; + mn = fpow(10,log_mn); + } else { + mn = a_Sw_mn; + if(a_min_visible) { // arrang so that the bin with a_Sw_mn be visible. + float log_Sw_mn = flog10(a_Sw_mn); + mn = fpow(10,log_Sw_mn)*(1.0f-0.4f); + } + } + } else { + if(value_bottom_margin.value()!=0) { + mn = a_Sw_mn - (a_Sw_mx-a_Sw_mn)*value_bottom_margin; + } else { + if(a_min_visible) { + // Arrange so that the bin with a_Sw_mn (if not 0) be visible. (If 0, it will be anyway on the x axis) : + if(a_Sw_mn>0) { + mn = 0; //PAW logic. + } else if(a_Sw_mn==0) { + mn = 0; //PAW logic. min bin will be anyway on x axis. + } else { + mn = a_Sw_mn; // min bin will be anyway on x axis. + } + } else { + mn = a_Sw_mn; //min bin will be on x axis. + } + } + } + a_min = mn; + + float mx; + if(a_is_log) { + if(value_top_margin.value()!=0) { + float log_Sw_mn = flog10(a_Sw_mn); + float log_Sw_mx = flog10(a_Sw_mx); + float log_mx = log_Sw_mx + (log_Sw_mx-log_Sw_mn)*value_top_margin; + mx = fpow(10,log_mx); + } else { + mx = a_Sw_mx; //max bin will be on top of frame (then not visible if same color). + } + } else { + mx = a_Sw_mx + (a_Sw_mx-mn)*value_top_margin; + //mx = a_Sw_mx + (a_Sw_mx-a_Sw_mn)*value_top_margin; //not compatible with gopaw. + } + a_max = mx; + } + void update_axes_data(std::ostream& a_out){ - m_x_axis_data.min_value(0); - m_x_axis_data.max_value(0); - m_x_axis_data.is_log(x_axis_is_log); + m_x_axis_data.set_min_value(0); + m_x_axis_data.set_max_value(0); + m_x_axis_data.set_is_log(x_axis_is_log); - m_y_axis_data.min_value(0); - m_y_axis_data.max_value(0); - m_y_axis_data.is_log(y_axis_is_log); + m_y_axis_data.set_min_value(0); + m_y_axis_data.set_max_value(0); + m_y_axis_data.set_is_log(y_axis_is_log); - m_z_axis_data.min_value(0); - m_z_axis_data.max_value(0); - m_z_axis_data.is_log(z_axis_is_log); + m_z_axis_data.set_min_value(0); + m_z_axis_data.set_max_value(0); + m_z_axis_data.set_is_log(z_axis_is_log); if(!x_axis_automated) { //def = true - m_x_axis_data.min_value(x_axis_min); - m_x_axis_data.max_value(x_axis_max); + m_x_axis_data.set_min_value(x_axis_min); + m_x_axis_data.set_max_value(x_axis_max); } if(!y_axis_automated) { - m_y_axis_data.min_value(y_axis_min); - m_y_axis_data.max_value(y_axis_max); + m_y_axis_data.set_min_value(y_axis_min); + m_y_axis_data.set_max_value(y_axis_max); } if(!z_axis_automated) { - m_z_axis_data.min_value(z_axis_min); - m_z_axis_data.max_value(z_axis_max); + m_z_axis_data.set_min_value(z_axis_min); + m_z_axis_data.set_max_value(z_axis_max); } bins1D* b1; @@ -2953,39 +3038,46 @@ public: if(b1) { if(x_axis_automated) { - m_x_axis_data.min_value(b1->axis_min()); - m_x_axis_data.max_value(b1->axis_max()); + m_x_axis_data.set_min_value(b1->axis_min()); + m_x_axis_data.set_max_value(b1->axis_max()); } if(y_axis_automated) { + //::printf("debug : value %g %g %d : is log %d\n", + // value_bottom_margin.value(),value_top_margin.value(),value_bins_with_entries.value(), + // m_y_axis_data.is_log()); + float Sw_mn,Sw_mx; + b1->bins_Sw_range(Sw_mn,Sw_mx,value_bins_with_entries.value()); + //::printf("debug : Sw %g %g\n",Sw_mn,Sw_mx); float mn,mx; - b1->bins_Sw_range(mn,mx); - //m_y_axis_data.min_value(mn); - if(mn>=0) mn = 0; //PAW convention. - m_y_axis_data.min_value(mn); - mx = mx + (mx-mn)*value_top_margin; - m_y_axis_data.max_value(mx); + get_value_axis_min_max(Sw_mn,Sw_mx,m_y_axis_data.is_log(),mn,mx,true); + //::printf("debug : mn mx %g %g\n",mn,mx); + m_y_axis_data.set_min_value(mn); + m_y_axis_data.set_max_value(mx); m_y_axis_data.adjust(); + //::printf("debug : adjusted : mn mx %g %g\n",mn,mx); } } if(b2) { if(x_axis_automated) { - m_x_axis_data.min_value(b2->x_axis_min()); - m_x_axis_data.max_value(b2->x_axis_max()); + m_x_axis_data.set_min_value(b2->x_axis_min()); + m_x_axis_data.set_max_value(b2->x_axis_max()); } if(y_axis_automated) { - m_y_axis_data.min_value(b2->y_axis_min()); - m_y_axis_data.max_value(b2->y_axis_max()); + m_y_axis_data.set_min_value(b2->y_axis_min()); + m_y_axis_data.set_max_value(b2->y_axis_max()); } if(z_axis_automated) { + float Sw_mn,Sw_mx; + b2->bins_Sw_range(Sw_mn,Sw_mx,value_bins_with_entries.value()); float mn,mx; - b2->bins_Sw_range(mn,mx); - m_z_axis_data.min_value(mn); - mx = mx + (mx-mn)*value_top_margin; - m_z_axis_data.max_value(mx); + get_value_axis_min_max(Sw_mn,Sw_mx,m_z_axis_data.is_log(),mn,mx,false); + m_z_axis_data.set_min_value(mn); + m_z_axis_data.set_max_value(mx); + m_z_axis_data.adjust(); } } /*else if(f_binsList[0]->getDimension()==3) { @@ -2997,33 +3089,33 @@ public: } else if(first_points(p2,p3)) { if(p2) { if(x_axis_automated) { - m_x_axis_data.min_value(p2->x_axis_min()); - m_x_axis_data.max_value(p2->x_axis_max()); + m_x_axis_data.set_min_value(p2->x_axis_min()); + m_x_axis_data.set_max_value(p2->x_axis_max()); } if(y_axis_automated) { float ymn = p2->y_axis_min(); float ymx = p2->y_axis_max(); // For pawex22 ? - //m_y_axis_data.min_value(ymn*1.1F); - //m_y_axis_data.max_value(ymx*1.1F); - m_y_axis_data.min_value(ymn); - m_y_axis_data.max_value(ymx); + //m_y_axis_data.set_min_value(ymn*1.1F); + //m_y_axis_data.set_max_value(ymx*1.1F); + m_y_axis_data.set_min_value(ymn); + m_y_axis_data.set_max_value(ymx); } } else if(p3) { if(x_axis_automated) { - m_x_axis_data.min_value(p3->x_axis_min()); - m_x_axis_data.max_value(p3->x_axis_max()); + m_x_axis_data.set_min_value(p3->x_axis_min()); + m_x_axis_data.set_max_value(p3->x_axis_max()); } if(y_axis_automated) { - m_y_axis_data.min_value(p3->y_axis_min()); - m_y_axis_data.max_value(p3->y_axis_max()); + m_y_axis_data.set_min_value(p3->y_axis_min()); + m_y_axis_data.set_max_value(p3->y_axis_max()); } if(z_axis_automated) { - m_z_axis_data.min_value(p3->z_axis_min()); - m_z_axis_data.max_value(p3->z_axis_max()); + m_z_axis_data.set_min_value(p3->z_axis_min()); + m_z_axis_data.set_max_value(p3->z_axis_max()); } } @@ -3038,8 +3130,8 @@ public: xmn = -1; xmx = 1; } - m_x_axis_data.min_value(xmn); - m_x_axis_data.max_value(xmx); + m_x_axis_data.set_min_value(xmn); + m_x_axis_data.set_max_value(xmx); } if(y_axis_automated) { @@ -3070,8 +3162,8 @@ public: << " problem when getting some function value." << std::endl; } - m_y_axis_data.min_value(vmin); - m_y_axis_data.max_value(vmax); + m_y_axis_data.set_min_value(vmin); + m_y_axis_data.set_max_value(vmax); m_y_axis_data.adjust(); } @@ -3083,8 +3175,8 @@ public: xmn = -1; xmx = 1; } - m_x_axis_data.min_value(xmn); - m_x_axis_data.max_value(xmx); + m_x_axis_data.set_min_value(xmn); + m_x_axis_data.set_max_value(xmx); } if(y_axis_automated) { @@ -3094,8 +3186,8 @@ public: ymn = -1; ymx = 1; } - m_y_axis_data.min_value(ymn); - m_y_axis_data.max_value(ymx); + m_y_axis_data.set_min_value(ymn); + m_y_axis_data.set_max_value(ymx); } if(z_axis_automated) { @@ -3141,8 +3233,8 @@ public: << " problem when getting some function value." << std::endl; } - m_z_axis_data.min_value(vmin); - m_z_axis_data.max_value(vmax); + m_z_axis_data.set_min_value(vmin); + m_z_axis_data.set_max_value(vmax); m_z_axis_data.adjust(); } } @@ -3555,20 +3647,31 @@ protected: //vis bins //::sprintf(sid,"tools::sg::bins1D/0x%lx", // (unsigned long)const_cast(&a_bins)); + //bool hbe = a_bins.has_entries_per_bin(); + + float bmin = 0; + float bmax = 0; + size_t xnbin = a_bins.bins(); std::vector bins(xnbin); + {bool first = true; for(size_t ibin=0;ibin(bmin,val); + bmax = mx(bmax,val); + } + }} + + //a_bins.bins_Sw_range(bmin,bmax,false); //modeling_profile could override errors_visible. bool errors_visible = a_errors_style.visible; @@ -3581,9 +3684,6 @@ protected: //vis bins } else if( (painting==painting_grey_scale) || (painting==painting_grey_scale_inverse) || (painting==painting_violet_to_red) ){ - float bmin; - float bmax; - a_bins.bins_Sw_range(bmin,bmax); {float dbins = bmax-bmin; if(dbins!=0.0F) { for(size_t index=0;index bins; - {for(int jbin=ynbin-1;jbin>=0;jbin--) { + {bool first = true; + for(int jbin=ynbin-1;jbin>=0;jbin--) { for(int ibin=xnbin-1;ibin>=0;ibin--) { if(hbe && (a_bins.bin_entries(ibin,jbin)<=0)) continue; float val = a_bins.bin_Sw(ibin,jbin); + float xx = a_bins.bin_lower_edge_x(ibin); float xe = a_bins.bin_upper_edge_x(ibin); float yy = a_bins.bin_lower_edge_y(jbin); float ye = a_bins.bin_upper_edge_y(jbin); bins.push_back(rep_bin2D(xx,xe,yy,ye,val,ibin,jbin)); + + if(first) { + first = false; + bmin = val; + bmax = val; + } else { + bmin = mn(bmin,val); + bmax = mx(bmax,val); + } } }} size_t number = bins.size(); + //a_bins.bins_Sw_range(bmin,bmax,false); + painting_policy painting = a_data_style.painting; if(painting==painting_by_value) { m_bins_cmaps[a_index] = new by_value_colormap(a_out,m_cmaps,a_data_style.color_mapping); @@ -4497,8 +4609,12 @@ protected: //vis bins bool hbe = a_bins.has_entries_per_bin(); + float bmin = 0; + float bmax = 0; + std::vector bins; - {for(int jbin=ynbin-1;jbin>=0;jbin--) { + {bool first = true; + for(int jbin=ynbin-1;jbin>=0;jbin--) { for(int ibin=xnbin-1;ibin>=0;ibin--) { if(hbe && (a_bins.bin_entries(ibin,jbin)<=0)) continue; @@ -4510,13 +4626,20 @@ protected: //vis bins float ye = a_bins.bin_upper_edge_y(jbin); bins.push_back(rep_bin2D(xx,xe,yy,ye,val,ibin,jbin)); + + if(first) { + first = false; + bmin = val; + bmax = val; + } else { + bmin = mn(bmin,val); + bmax = mx(bmax,val); + } } }} size_t number = bins.size(); - - float bmin; - float bmax; - a_bins.bins_Sw_range(bmin,bmax); + + //a_bins.bins_Sw_range(bmin,bmax,false); painting_policy painting = a_style.painting; if(painting==painting_by_value) { @@ -4545,7 +4668,11 @@ protected: //vis bins } else if(modeling==modeling_curve()){ //gopaw + float bmin = 0; + float bmax = 0; + std::vector faces((xnbin-1)*(ynbin-1)); + {bool first = true; size_t facei = 0; unsigned int xnbin_1 = xnbin-1; unsigned int ynbin_1 = ynbin-1; @@ -4572,10 +4699,22 @@ protected: //vis bins float val3 = a_bins.bin_Sw(ibin+1,jbin+1); float val4 = a_bins.bin_Sw(ibin,jbin+1); - faces[facei] = rep_top_face2D(xx,xe,yy,ye,val1,val2,val3,val4); + faces[facei] = rep_top_face2D(xx,xe,yy,ye,val1,val2,val3,val4); + + if(first) { + first = false; + bmin = val1; + bmax = val1; + } else { + bmin = mn(bmin,val1); + bmax = mx(bmax,val1); + } + facei++; } - } + }} + + //a_bins.bins_Sw_range(bmin,bmax,false); painting_policy painting = a_style.painting; if((painting==painting_by_value)||(painting==painting_by_level)) { @@ -4585,9 +4724,6 @@ protected: //vis bins } if(painting==painting_by_level) { //gopaw - float bmin; - float bmax; - a_bins.bins_Sw_range(bmin,bmax); rep_top_face2D_xyz_by_level(a_style,painting,*(m_bins_cmaps[a_index]), faces,a_box_x,a_box_y,a_box_z, bmin,bmax/*,SbString(sid.c_str())*/); @@ -8885,14 +9021,14 @@ protected: //etc float _zoffset() const { // first data plane is at _zoffset. - // last one at m_plottables.size()*_zoffset = xy_depth-_zoffset(). - return xy_depth.value()/(m_plottables.size()+1); + // last one at m_plottables.size()*_zoffset = xy_depth.value()-_zoffset(). + return xy_depth.value()/(float(m_plottables.size())+1.0f); } float _zaxis() const {return _zoffset();} - float _zgrid() const {return xy_depth-_zoffset()*0.5f;} + float _zgrid() const {return xy_depth.value()-_zoffset()*0.5f;} float _ztext() const {return 0.01f;} //if text back is visible else 0. (sf zfront ?) float _zscale_text() const {return _zoffset()*0.4f/_ztext();} //title and infos boxes thickness. - float _zinfos() const {return xy_depth-_zoffset()*0.4f;} //in front _zgrid + float _zinfos() const {return xy_depth.value()-_zoffset()*0.4f;} //in front _zgrid float _zhatch() const {return _zoffset()*0.25f;} float _zerrors() const {return _zoffset()*0.5f;} @@ -8906,28 +9042,28 @@ protected: //etc } } - static float verify_log(float aVal,float aMin,float aDx,bool aLog){ - if(aLog) { - if(aVal>0.0F) { - return (flog10(aVal) - aMin)/aDx; + static float verify_log(float a_val,float a_min,float a_dx,bool a_log){ + if(a_log) { + if(a_val>0.0F) { + return (flog10(a_val) - a_min)/a_dx; } else { // Return a negative large number : //return -FLT_MAX; return -100; } } else { // Simple protection against value that could exceed a float : - if(aVal>(aMin+100.0F * aDx)) return 100; - if(aVal(a_min+100.0F * a_dx)) return 100; + if(a_val<(a_min-100.0F * a_dx)) return -100; // Rescale : - return (aVal - aMin)/aDx; + return (a_val - a_min)/a_dx; } } - static float verify_log_inv(float aVal,float aMin,float aDx,bool aLog){ - if(aLog) { - return fpow(10,aVal*aDx+aMin); + static float verify_log_inv(float a_val,float a_min,float a_dx,bool a_log){ + if(a_log) { + return fpow(10,a_val*a_dx+a_min); } else { - return aVal*aDx+aMin; + return a_val*a_dx+a_min; } } diff --git a/source/analysis/g4tools/include/tools/sg/search_action b/source/analysis/g4tools/include/tools/sg/search_action index f7031226b1a..ad673caed67 100644 --- a/source/analysis/g4tools/include/tools/sg/search_action +++ b/source/analysis/g4tools/include/tools/sg/search_action @@ -107,6 +107,7 @@ public: typedef std::vector paths_t; const paths_t& paths() const {return m_paths;} + protected: search_what m_what; bool m_stop_at_first; diff --git a/source/analysis/g4tools/include/tools/sg/sf b/source/analysis/g4tools/include/tools/sg/sf index 9ecc2e3b671..0b60f159ab7 100644 --- a/source/analysis/g4tools/include/tools/sg/sf +++ b/source/analysis/g4tools/include/tools/sg/sf @@ -13,7 +13,9 @@ #include "../io/iwbuf" #include "../io/irbuf" #include "../stype" + #include +#include namespace tools { namespace sg { @@ -48,6 +50,14 @@ public: a_s = strm.str(); return true; } + virtual bool s2value(const std::string& a_s) { + std::istringstream strm(a_s.c_str()); + T v; + strm >> v; + if(strm.fail()) return false; + parent::value(v); + return true; + } public: sf(){} sf(const T& a_value):parent(a_value){} diff --git a/source/analysis/g4tools/include/tools/sg/sf_enum b/source/analysis/g4tools/include/tools/sg/sf_enum index 74fc476b906..ffca842d447 100644 --- a/source/analysis/g4tools/include/tools/sg/sf_enum +++ b/source/analysis/g4tools/include/tools/sg/sf_enum @@ -52,6 +52,8 @@ public: //a_out << parent::m_value << std::endl; return true; } + virtual bool s_value(std::string& a_s) const {a_s.clear();return false;} + virtual bool s2value(const std::string&) {return false;} public: virtual void set_value(int a_value) {parent::value(T(a_value));} public: diff --git a/source/analysis/g4tools/include/tools/sg/sf_img b/source/analysis/g4tools/include/tools/sg/sf_img index d684e0a33f8..43c3335c57d 100644 --- a/source/analysis/g4tools/include/tools/sg/sf_img +++ b/source/analysis/g4tools/include/tools/sg/sf_img @@ -45,6 +45,8 @@ public: //a_out << parent::m_value << std::endl; return true; } + virtual bool s_value(std::string& a_s) const {a_s.clear();return false;} + virtual bool s2value(const std::string&) {return false;} public: sf_img():parent(){} sf_img(const img& a_value):parent(a_value){} diff --git a/source/analysis/g4tools/include/tools/sg/sf_rotf b/source/analysis/g4tools/include/tools/sg/sf_rotf index 4c19b2a1c89..d09a5bbc61b 100644 --- a/source/analysis/g4tools/include/tools/sg/sf_rotf +++ b/source/analysis/g4tools/include/tools/sg/sf_rotf @@ -44,6 +44,8 @@ public: //a_out << parent::m_value << std::endl; return true; } + virtual bool s_value(std::string& a_s) const {a_s.clear();return false;} + virtual bool s2value(const std::string&) {return false;} public: sf_rotf():parent(){} sf_rotf(const rotf& a_value):parent(a_value){} diff --git a/source/analysis/g4tools/include/tools/sg/sf_string b/source/analysis/g4tools/include/tools/sg/sf_string index 2224510f623..fa3192a5768 100644 --- a/source/analysis/g4tools/include/tools/sg/sf_string +++ b/source/analysis/g4tools/include/tools/sg/sf_string @@ -25,8 +25,16 @@ public: str_del(cstr); return true; } - virtual bool dump(std::ostream&) { - //a_out << parent::m_value << std::endl; + virtual bool dump(std::ostream& a_out) { + a_out << m_value << std::endl; + return true; + } + virtual bool s_value(std::string& a_s) const { + a_s = m_value; + return true; + } + virtual bool s2value(const std::string& a_s) { + value(a_s); return true; } public: diff --git a/source/analysis/g4tools/include/tools/sg/sf_vec b/source/analysis/g4tools/include/tools/sg/sf_vec index d1d946cbb34..7d000ac9aa7 100644 --- a/source/analysis/g4tools/include/tools/sg/sf_vec +++ b/source/analysis/g4tools/include/tools/sg/sf_vec @@ -6,6 +6,8 @@ #include "sf" +#include "../words" + namespace tools { namespace sg { @@ -56,6 +58,36 @@ public: a_out << parent::m_value << std::endl; return true; } + virtual bool s_value(std::string& a_s) const { + a_s.clear(); + const T& vec = parent::m_value; + for(size_t index=0;index ws; + words(a_s," ",false,ws); + T& vec = parent::m_value; + if(ws.size()!=vec.size()) return false; + T old_vec = vec; + for(size_t index=0;index> v; + if(strm.fail()) { + vec = old_vec; + return false; + } + if(vec[index]!=v) parent::m_touched = true; + vec[index] = v; + } + return true; + } public: sf_vec():parent(){} sf_vec(const T& a_value):parent(a_value){} @@ -76,17 +108,6 @@ public: parent::value(parent::value()+a_value); return *this; } - virtual bool s_value(std::string& a_s) const { - const T& vec = parent::m_value; - typename T::size_type sz = vec.size(); - std::ostringstream strm; - for(typename T::size_type index=0;index enforced; sf_vec3f translation; sf_string coloring; - sf_string filling; sf_string title; public: virtual const desc_fields& node_desc_fields() const { TOOLS_FIELD_DESC_NODE_CLASS(tools::sg::style) - static const desc_fields s_v(parent::node_desc_fields(),44, //WARNING : take care of count. - TOOLS_ARG_FIELD_DESC(color), + static const desc_fields s_v(parent::node_desc_fields(),43, //WARNING : take care of count. + TOOLS_ARG_FIELD_DESC(color), //1 TOOLS_ARG_FIELD_DESC(highlight_color), TOOLS_ARG_FIELD_DESC(back_color), TOOLS_ARG_FIELD_DESC(line_width), @@ -113,7 +112,6 @@ public: TOOLS_ARG_FIELD_DESC(translation), TOOLS_ARG_FIELD_DESC(coloring), - TOOLS_ARG_FIELD_DESC(filling), TOOLS_ARG_FIELD_DESC(title) ); return s_v; @@ -162,7 +160,6 @@ private: add_field(&enforced); add_field(&translation); add_field(&coloring); - add_field(&filling); add_field(&title); } public: @@ -210,7 +207,6 @@ public: ,enforced(false) ,translation(vec3f(0,0,0)) ,coloring() - ,filling() ,title() { add_fields(); @@ -261,7 +257,6 @@ public: ,enforced(a_from.enforced) ,translation(a_from.translation) ,coloring(a_from.coloring) - ,filling(a_from.filling) ,title(a_from.title) { add_fields(); @@ -311,7 +306,6 @@ public: enforced = a_from.enforced; translation = a_from.translation; coloring = a_from.coloring; - filling = a_from.filling; title = a_from.title; return *this; @@ -360,7 +354,6 @@ public: enforced = false; translation = vec3f(0,0,0); coloring = ""; - filling = ""; title = ""; } @@ -411,7 +404,6 @@ public: sp.enforced(enforced.value()); sp.translation(translation.value()); sp.coloring(coloring.value()); - sp.filling(filling.value()); sp.title(title.value()); //if(!sp.parse(a_s,style_parser::def_error_func)) @@ -468,7 +460,6 @@ public: enforced.value(sp.enforced()); translation.value(sp.translation()); coloring.value(sp.coloring()); - filling.value(sp.filling()); title.value(sp.title()); return true; diff --git a/source/analysis/g4tools/include/tools/sg/style_parser b/source/analysis/g4tools/include/tools/sg/style_parser index 8d843363810..0229950158b 100644 --- a/source/analysis/g4tools/include/tools/sg/style_parser +++ b/source/analysis/g4tools/include/tools/sg/style_parser @@ -69,7 +69,6 @@ public: ,m_hjust(left) ,m_vjust(bottom) ,m_coloring() - ,m_filling() ,m_title() ,m_pickable(false) { @@ -131,7 +130,6 @@ public: ,m_hjust(a_from.m_hjust) ,m_vjust(a_from.m_vjust) ,m_coloring(a_from.m_coloring) - ,m_filling(a_from.m_filling) ,m_title(a_from.m_title) ,m_pickable(a_from.m_pickable) { @@ -194,7 +192,6 @@ public: m_hjust = a_from.m_hjust; m_vjust = a_from.m_vjust; m_coloring = a_from.m_coloring; - m_filling = a_from.m_filling; m_title = a_from.m_title; m_pickable = a_from.m_pickable; } @@ -254,7 +251,6 @@ public: if(m_vjust!=a_from.m_vjust) return false; if(m_coloring!=a_from.m_coloring) return false; - if(m_filling!=a_from.m_filling) return false; if(m_title!=a_from.m_title) return false; if(m_pickable!=a_from.m_pickable) return false; @@ -308,7 +304,6 @@ public: m_hjust = left; m_vjust = bottom; m_coloring = ""; - m_filling = ""; m_title = ""; m_pickable = false; } @@ -408,10 +403,6 @@ translation %g %g %g" s += "coloring "; s += m_coloring; - s += lf; - s += "filling "; - s += m_filling; - s += lf; s += "title "; s += m_title; @@ -623,9 +614,6 @@ translation %g %g %g" void coloring(const std::string& a_v){m_coloring = a_v;} const std::string& coloring() const {return m_coloring;} - void filling(const std::string& a_v){m_filling = a_v;} - const std::string& filling() const {return m_filling;} - void title(const std::string& a_v){m_title = a_v;} const std::string& title() const {return m_title;} @@ -1277,10 +1265,6 @@ public: if(!check_2(wordn,a_s,line,a_out)) return false; m_coloring = ws[1]; - } else if(word0=="filling") { - if(!check_2(wordn,a_s,line,a_out)) return false; - m_filling = ws[1]; - } else if(word0=="title") { if(!check_2(wordn,a_s,line,a_out)) return false; m_title = ws[1]; @@ -1411,7 +1395,6 @@ protected: sg::hjust m_hjust; sg::vjust m_vjust; std::string m_coloring; - std::string m_filling; std::string m_title; bool m_pickable; }; diff --git a/source/analysis/g4tools/include/tools/sg/vertices b/source/analysis/g4tools/include/tools/sg/vertices index dec58473e06..21a2a5c3806 100644 --- a/source/analysis/g4tools/include/tools/sg/vertices +++ b/source/analysis/g4tools/include/tools/sg/vertices @@ -48,6 +48,7 @@ protected: //gstos public: virtual void render(render_action& a_action) { + if(touched()) {clean_gstos();reset_touched();} if(xyzs.empty()) return; const state& state = a_action.state(); @@ -101,13 +102,16 @@ public: #endif } virtual void pick(pick_action& a_action) { + if(touched()) {clean_gstos();reset_touched();} a_action.add__primitive(*this,mode.value(),xyzs.values(),true); } virtual void bbox(bbox_action& a_action) { + if(touched()) {clean_gstos();reset_touched();} a_action.add_points(xyzs.values()); } virtual void is_visible(visible_action& a_action) { + if(touched()) {clean_gstos();reset_touched();} if(_is_visible(a_action)) a_action.increment(); } diff --git a/source/analysis/g4tools/include/tools/value.icc b/source/analysis/g4tools/include/tools/value.icc index ca3403899d8..e30a16d1816 100644 --- a/source/analysis/g4tools/include/tools/value.icc +++ b/source/analysis/g4tools/include/tools/value.icc @@ -936,10 +936,14 @@ inline bool value::subtract(value& aThis,const value& aV,std::string& aError){ break; case value::UNSIGNED_INT: switch(aV.m_type) { -//uuu - //case value::UNSIGNED_INT: - // aThis.u.m_unsigned_int -= aV.u.m_unsigned_int; - // return true; + case value::UNSIGNED_INT: + if(aThis.u.m_unsigned_int>=aV.u.m_unsigned_int) { + aThis.u.m_unsigned_int -= aV.u.m_unsigned_int; + } else { + int i = int(aThis.u.m_unsigned_int) - aV.u.m_unsigned_int; + aThis.set(i); + } + return true; case value::DOUBLE:{ double d = double(aThis.u.m_unsigned_int) - aV.u.m_double; aThis.set(d); @@ -968,7 +972,6 @@ inline bool value::subtract(value& aThis,const value& aV,std::string& aError){ //case value::UNSIGNED_CHAR: //case value::CHAR: case value::UNSIGNED_SHORT : - case value::UNSIGNED_INT: case value::UNSIGNED_INT64 : case value::DOUBLE_STAR: case value::FLOAT_STAR: diff --git a/source/analysis/g4tools/include/tools/version b/source/analysis/g4tools/include/tools/version index 86868f6792d..e728a2b2948 100644 --- a/source/analysis/g4tools/include/tools/version +++ b/source/analysis/g4tools/include/tools/version @@ -5,13 +5,13 @@ #define tools_version #define TOOLS_MAJOR_VERSION 5 -#define TOOLS_MINOR_VERSION 0 -#define TOOLS_PATCH_VERSION 3 -#define TOOLS_VERSION "5.0.3" -#define TOOLS_VERSION_VRP "v5r0p3" +#define TOOLS_MINOR_VERSION 1 +#define TOOLS_PATCH_VERSION 0 +#define TOOLS_VERSION "5.1.0" +#define TOOLS_VERSION_VRP "v5r1p0" namespace tools { -inline unsigned int version() {return 50003;} +inline unsigned int version() {return 50100;} } #endif diff --git a/source/analysis/g4tools/include/tools/vmanip b/source/analysis/g4tools/include/tools/vmanip index 8355f1371d8..1cd38f8e7cf 100644 --- a/source/analysis/g4tools/include/tools/vmanip +++ b/source/analysis/g4tools/include/tools/vmanip @@ -87,8 +87,7 @@ inline void append(std::vector& a_vec,typename std::vector::size_type a_nu template inline void removep(std::vector& a_vec,const T* a_elem) { typedef typename std::vector::iterator it_t; - it_t it; - for(it=a_vec.begin();it!=a_vec.end();) { + for(it_t it=a_vec.begin();it!=a_vec.end();) { if(*it==a_elem) { it = a_vec.erase(it); } else { @@ -100,8 +99,7 @@ inline void removep(std::vector& a_vec,const T* a_elem) { template inline bool is_inp(const std::vector& a_vec,const T* a_item){ typedef typename std::vector::const_iterator it_t; - it_t it; - for(it=a_vec.begin();it!=a_vec.end();++it) { + for(it_t it=a_vec.begin();it!=a_vec.end();++it) { if(*it==a_item) return true; } return false; @@ -160,7 +158,7 @@ inline void unique(std::vector& a_vec) { for(it=a_vec.begin();it!=a_vec.end();++it) { it2 = it;it2++; //TOOLS_STL : it2=it+1 does not compile. for(;it2!=a_vec.end();) { - if(*it2==*it) { + if((*it2)==(*it)) { it2 = a_vec.erase(it2); } else { ++it2; diff --git a/source/analysis/g4tools/include/tools/wcsv_histo b/source/analysis/g4tools/include/tools/wcsv_histo index ea54c13cc01..cd9f452e375 100644 --- a/source/analysis/g4tools/include/tools/wcsv_histo +++ b/source/analysis/g4tools/include/tools/wcsv_histo @@ -37,23 +37,27 @@ inline void annotations_to(std::ostream& a_writer,const ANNOTATION& a_ans,char a } } +template +inline void h_header(std::ostream& a_writer,const std::string& a_class,const HIST& a_h,char a_hc = '#') { + a_writer << a_hc << "class " << a_class << std::endl; + a_writer << a_hc << "title " << a_h.title() << std::endl; + a_writer << a_hc << "dimension " << a_h.dimension() << std::endl; + for(unsigned int iaxis=0;iaxis& planes = a_h.in_range_planes_xyw(); + if(planes.size()) { + a_writer << a_hc << "planes_Sxyw"; + for(unsigned int iplane=0;iplane inline bool hto(std::ostream& a_writer,const std::string& a_class,const HIST& a_h, char a_sep = ',',char a_hc = '#',bool a_header = true) { - if(a_header) { - a_writer << a_hc << "class " << a_class << std::endl; - a_writer << a_hc << "title " << a_h.title() << std::endl; - a_writer << a_hc << "dimension " << a_h.dimension() << std::endl; - for(unsigned int iaxis=0;iaxis& planes = a_h.in_range_planes_xyw(); - if(planes.size()) { - a_writer << a_hc << "planes_Sxyw"; - for(unsigned int iplane=0;iplane +inline void p_header(std::ostream& a_writer,const std::string& a_class,const PROF& a_prof,char a_hc = '#') { + a_writer << a_hc << "class " << a_class << std::endl; + a_writer << a_hc << "title " << a_prof.title() << std::endl; + a_writer << a_hc << "dimension " << a_prof.dimension() << std::endl; + for(unsigned int iaxis=0;iaxis& planes = a_prof.in_range_planes_xyw(); + if(planes.size()) { + a_writer << a_hc << "planes_Sxyw"; + for(unsigned int iplane=0;iplane inline bool pto(std::ostream& a_writer,const std::string& a_class,const PROF& a_prof, char a_sep = ',',char a_hc = '#',bool a_header = true) { - if(a_header) { - a_writer << a_hc << "class " << a_class << std::endl; - a_writer << a_hc << "title " << a_prof.title() << std::endl; - a_writer << a_hc << "dimension " << a_prof.dimension() << std::endl; - for(unsigned int iaxis=0;iaxis& planes = a_prof.in_range_planes_xyw(); - if(planes.size()) { - a_writer << a_hc << "planes_Sxyw"; - for(unsigned int iplane=0;iplanefActivation ) continue; - + if(!ntupleDescription->fActivation || !ntupleDescription->fNtuple) + continue; + #ifdef G4VERBOSE if ( fState.GetVerboseL4() ) { fState.GetVerboseL4() diff --git a/source/analysis/xml/CMakeLists.txt b/source/analysis/xml/CMakeLists.txt deleted file mode 100644 index 97f792f4526..00000000000 --- a/source/analysis/xml/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4analysis -# Package: Geant4.src.G4analysis.G4xml -# -# CMakeLists.txt for building a single granular library. -# -# Created on : 15/07/2013 -# -# -#------------------------------------------------------------------------------ - -if(GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -endif() - diff --git a/source/analysis/xml/sources.cmake b/source/analysis/xml/sources.cmake index e56c80956c1..af22ef195e5 100644 --- a/source/analysis/xml/sources.cmake +++ b/source/analysis/xml/sources.cmake @@ -1,63 +1,41 @@ #------------------------------------------------------------------------------ # sources.cmake -# Module : G4csv +# Module : G4xml # Package: Geant4.src.G4analysis.G4xml -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 15/07/2013 -# -# #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) -include_directories(${EXPAT_INCLUDE_DIRS}) - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/g4tools/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/analysis/hntools/include) - # # Define the Geant4 Module. # -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4xml - HEADERS - G4XmlAnalysisManager.hh - G4XmlAnalysisManager.icc - G4XmlAnalysisReader.hh - G4XmlAnalysisReader.icc - G4XmlFileManager.hh - G4XmlNtupleManager.hh - G4XmlRFileManager.hh - G4XmlRNtupleManager.hh - g4xml_defs.hh - g4xml.hh - SOURCES - G4XmlAnalysisManager.cc - G4XmlAnalysisReader.cc - G4XmlFileManager.cc - G4XmlNtupleManager.cc - G4XmlRFileManager.cc - G4XmlRNtupleManager.cc - GRANULAR_DEPENDENCIES - G4globman - G4intercoms - G4analysismng - G4hntools - GLOBAL_DEPENDENCIES - G4global - G4intercoms - LINK_LIBRARIES - ${EXPAT_LIBRARIES} +geant4_define_module(NAME G4xml + HEADERS + G4XmlAnalysisManager.hh + G4XmlAnalysisManager.icc + G4XmlAnalysisReader.hh + G4XmlAnalysisReader.icc + G4XmlFileManager.hh + G4XmlNtupleManager.hh + G4XmlRFileManager.hh + G4XmlRNtupleManager.hh + g4xml_defs.hh + g4xml.hh + SOURCES + G4XmlAnalysisManager.cc + G4XmlAnalysisReader.cc + G4XmlFileManager.cc + G4XmlNtupleManager.cc + G4XmlRFileManager.cc + G4XmlRNtupleManager.cc + GRANULAR_DEPENDENCIES + G4globman + G4intercoms + G4analysismng + G4hntools + GLOBAL_DEPENDENCIES + G4global + G4intercoms + LINK_LIBRARIES + ${EXPAT_LIBRARIES} ) # List any source specific properties here diff --git a/source/digits_hits/CMakeLists.txt b/source/digits_hits/CMakeLists.txt index 6c4e1679cfa..eb66ca3a736 100644 --- a/source/digits_hits/CMakeLists.txt +++ b/source/digits_hits/CMakeLists.txt @@ -1,35 +1,16 @@ #------------------------------------------------------------------------------ -# CMakeLists.txt # Module : G4digits_hits # Package: Geant4.src.G4digits_hits -# -# Top level CMakeLists.txt for a Geant4 Global Library -# or collection of sublibraries -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ # Add allocation export symbol for the digits_hits category add_definitions(-DG4DIGI_ALLOC_EXPORT) - -add_subdirectory(detector) -add_subdirectory(digits) -add_subdirectory(hits) -add_subdirectory(scorer) -add_subdirectory(utils) - -if(NOT GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GLOBAL_LIBRARY_TARGET(NAME G4digits_hits - COMPONENTS - detector/sources.cmake - digits/sources.cmake - hits/sources.cmake - scorer/sources.cmake - utils/sources.cmake +geant4_global_library_target(NAME G4digits_hits + COMPONENTS + detector/sources.cmake + digits/sources.cmake + hits/sources.cmake + scorer/sources.cmake + utils/sources.cmake ) -endif() - diff --git a/source/digits_hits/History b/source/digits_hits/History index ce21314b9df..0962bfc9449 100644 --- a/source/digits_hits/History +++ b/source/digits_hits/History @@ -16,6 +16,17 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +May 29th, 2020, G. Cosmo (digits_hits-V10-06-02) +- Fixed cases of comparison between int and size_t in templated classes + and some cleanup. + +May 2nd, 2020, J. Apostolakis (digits_hits-V10-06-01) +- Added two ComputeSolid method to G4VPrimitiveScorer, to consolidate code. + +December 9th, 2019 B. Morgan (digits_hits-V10-06-00) +- Cleanup CMake build, removing obsolete granular library options and + explicit include_directories. + November 19th, 2019 G. Cosmo (digits_hits-V10-05-07) - Fixed more cases of implicit type conversions. diff --git a/source/digits_hits/detector/CMakeLists.txt b/source/digits_hits/detector/CMakeLists.txt deleted file mode 100644 index 9028555f003..00000000000 --- a/source/digits_hits/detector/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4detector -# Package: Geant4.src.G4digits_hits.G4detector -# -# CMakeLists.txt for building a single granular library. -# -# Generated on : 24/9/2010 -# -# -#------------------------------------------------------------------------------ - -if(GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -endif() - diff --git a/source/digits_hits/detector/History b/source/digits_hits/detector/History index 010de7d24c6..e8386ba06f9 100644 --- a/source/digits_hits/detector/History +++ b/source/digits_hits/detector/History @@ -15,6 +15,9 @@ committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +April 28, 2020 John Apostolakis +- Added ComputeSolid methods to G4VPrimitiveScorer + Febr 26, 2013 Andrea Dotti - Adding cloning capbailities to SD diff --git a/source/digits_hits/detector/include/G4VPrimitiveScorer.hh b/source/digits_hits/detector/include/G4VPrimitiveScorer.hh index 498aa65fd95..cd7a38969c1 100644 --- a/source/digits_hits/detector/include/G4VPrimitiveScorer.hh +++ b/source/digits_hits/detector/include/G4VPrimitiveScorer.hh @@ -117,7 +117,14 @@ class G4VPrimitiveScorer { if(!(filter->Accept(aStep))) return false; } return ProcessHits(aStep,ROhis); } - + + protected: + G4VSolid* ComputeSolid(G4Step* aStep, G4int replicaIdx ); + // Get the solid at current depth, ensuring it's correct by + // calling a parameterisation is called if it's that volume type + G4VSolid* ComputeCurrentSolid(G4Step* aStep); + // Same as above -- using stored replica number + protected: G4int fNi, fNj, fNk; // used for 3D scorers public: @@ -125,7 +132,5 @@ class G4VPrimitiveScorer { fNi = i; fNj = j; fNk = k; } }; - - #endif diff --git a/source/digits_hits/detector/sources.cmake b/source/digits_hits/detector/sources.cmake index 30874e2c630..73cd21fd67d 100644 --- a/source/digits_hits/detector/sources.cmake +++ b/source/digits_hits/detector/sources.cmake @@ -1,92 +1,61 @@ #------------------------------------------------------------------------------ -# sources.cmake # Module : G4detector # Package: Geant4.src.G4digits_hits.G4detector -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/biasing/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) -include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/track/include) - # # Define the Geant4 Module. # -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4detector - HEADERS - G4CellScoreComposer.hh - G4CellScoreValues.hh - G4CollectionNameVector.hh - G4HCtable.hh - G4MultiFunctionalDetector.hh - G4SDManager.hh - G4SDStructure.hh - G4SDmessenger.hh - G4SensitiveVolumeList.hh - G4SensitiveVolumeList.icc - G4TrackLogger.hh - G4VPrimitiveScorer.hh - G4VReadOutGeometry.hh - G4VSDFilter.hh - G4VSensitiveDetector.hh - G4MultiSensitiveDetector.hh - SOURCES - G4CellScoreComposer.cc - G4HCtable.cc - G4MultiFunctionalDetector.cc - G4SDManager.cc - G4SDStructure.cc - G4SDmessenger.cc - G4SensitiveVolumeList.cc - G4TrackLogger.cc - G4VPrimitiveScorer.cc - G4VReadOutGeometry.cc - G4VSDFilter.cc - G4VSensitiveDetector.cc - G4MultiSensitiveDetector.cc - GRANULAR_DEPENDENCIES - G4geombias - G4geometrymng - G4globman - G4hits - G4intercoms - G4materials - G4navigation - G4partman - G4track - G4volumes - GLOBAL_DEPENDENCIES - G4geometry - G4global - G4intercoms - G4materials - G4particles - G4track - LINK_LIBRARIES +geant4_define_module(NAME G4detector + HEADERS + G4CellScoreComposer.hh + G4CellScoreValues.hh + G4CollectionNameVector.hh + G4HCtable.hh + G4MultiFunctionalDetector.hh + G4SDManager.hh + G4SDStructure.hh + G4SDmessenger.hh + G4SensitiveVolumeList.hh + G4SensitiveVolumeList.icc + G4TrackLogger.hh + G4VPrimitiveScorer.hh + G4VReadOutGeometry.hh + G4VSDFilter.hh + G4VSensitiveDetector.hh + G4MultiSensitiveDetector.hh + SOURCES + G4CellScoreComposer.cc + G4HCtable.cc + G4MultiFunctionalDetector.cc + G4SDManager.cc + G4SDStructure.cc + G4SDmessenger.cc + G4SensitiveVolumeList.cc + G4TrackLogger.cc + G4VPrimitiveScorer.cc + G4VReadOutGeometry.cc + G4VSDFilter.cc + G4VSensitiveDetector.cc + G4MultiSensitiveDetector.cc + GRANULAR_DEPENDENCIES + G4geombias + G4geometrymng + G4globman + G4hits + G4intercoms + G4materials + G4navigation + G4partman + G4track + G4volumes + GLOBAL_DEPENDENCIES + G4geometry + G4global + G4intercoms + G4materials + G4particles + G4track ) # List any source specific properties here - diff --git a/source/digits_hits/detector/src/G4VPrimitiveScorer.cc b/source/digits_hits/detector/src/G4VPrimitiveScorer.cc index 40063c9ad48..d459464d8b0 100644 --- a/source/digits_hits/detector/src/G4VPrimitiveScorer.cc +++ b/source/digits_hits/detector/src/G4VPrimitiveScorer.cc @@ -32,6 +32,8 @@ #include "G4Step.hh" #include "G4TouchableHistory.hh" #include "G4UnitsTable.hh" +#include "G4VSolid.hh" +#include "G4VPVParameterisation.hh" G4VPrimitiveScorer::G4VPrimitiveScorer(G4String name, G4int depth) :primitiveName(name),detector(nullptr),filter(nullptr),verboseLevel(0),indexDepth(depth), @@ -82,3 +84,43 @@ void G4VPrimitiveScorer::CheckAndSetUnit(const G4String& unit, G4Exception("G4VPrimitiveScorer::CheckAndSetUnit","Det0151",JustWarning,msg); } } + + + +G4VSolid* G4VPrimitiveScorer::ComputeSolid(G4Step* aStep, G4int replicaIdx ) +{ + G4VSolid* solid = nullptr; + G4StepPoint* preStep= aStep->GetPreStepPoint(); + + auto physVol = preStep->GetPhysicalVolume(); + G4VPVParameterisation* physParam = physVol->GetParameterisation(); + + if(physParam) + { // for parameterized volume + if(replicaIdx<0) + { + G4ExceptionDescription desc; + desc << "Incorrect replica number --- GetReplicaNumber : " << replicaIdx << G4endl; + G4Exception("G4VPrimitiveScorer::ComputeSolid","DetPS0001",JustWarning,desc); + // replicaIdx= 0; // You must ensure that it's in range !!! + } + solid = physParam->ComputeSolid(replicaIdx, physVol); + solid->ComputeDimensions(physParam,replicaIdx,physVol); + } + else + { // for ordinary volume + solid = physVol->GetLogicalVolume()->GetSolid(); + } + + return solid; +} + +G4VSolid* G4VPrimitiveScorer::ComputeCurrentSolid(G4Step* aStep ) +{ + G4StepPoint* preStep= aStep->GetPreStepPoint(); + // The only difference: did not know the replica number + G4int replicaIdx = (static_cast(preStep->GetTouchable())) + ->GetReplicaNumber(indexDepth); + + return ComputeSolid(aStep, replicaIdx); +} diff --git a/source/digits_hits/detector/src/G4VReadOutGeometry.cc b/source/digits_hits/detector/src/G4VReadOutGeometry.cc index af5f8144ec2..8b716370c4c 100644 --- a/source/digits_hits/detector/src/G4VReadOutGeometry.cc +++ b/source/digits_hits/detector/src/G4VReadOutGeometry.cc @@ -110,7 +110,7 @@ G4bool G4VReadOutGeometry::CheckROVolume(G4Step*currentStep,G4TouchableHistory*& { ROhist = nullptr; G4bool incFlg = true; - G4VPhysicalVolume* PV = currentStep->GetPreStepPoint()->GetPhysicalVolume(); + auto PV = currentStep->GetPreStepPoint()->GetPhysicalVolume(); if((fexcludeList)&&(fexcludeList->CheckPV(PV))) { incFlg = false; } else if ((fincludeList)&&(fincludeList->CheckPV(PV))) @@ -162,7 +162,7 @@ G4bool G4VReadOutGeometry::FindROTouchable(G4Step*currentStep) // at the safety value only. // checks if volume is sensitive: - G4VPhysicalVolume* currentVolume = touchableHistory->GetVolume(); + auto currentVolume = touchableHistory->GetVolume(); // checks first if a physical volume exists here: if ( currentVolume ) { diff --git a/source/digits_hits/digits/CMakeLists.txt b/source/digits_hits/digits/CMakeLists.txt deleted file mode 100644 index e5b43cd9ae7..00000000000 --- a/source/digits_hits/digits/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4digits -# Package: Geant4.src.G4digits_hits.G4digits -# -# CMakeLists.txt for building a single granular library. -# -# Generated on : 24/9/2010 -# -# -#------------------------------------------------------------------------------ - -if(GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -endif() - diff --git a/source/digits_hits/digits/sources.cmake b/source/digits_hits/digits/sources.cmake index cd1a9c9173e..89502c4bd55 100644 --- a/source/digits_hits/digits/sources.cmake +++ b/source/digits_hits/digits/sources.cmake @@ -1,48 +1,26 @@ #------------------------------------------------------------------------------ -# sources.cmake # Module : G4digits # Package: Geant4.src.G4digits_hits.G4digits -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) - # # Define the Geant4 Module. # -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4digits - HEADERS - G4DCofThisEvent.hh - G4TDigiCollection.hh - G4VDigi.hh - G4VDigiCollection.hh - SOURCES - G4DCofThisEvent.cc - G4TDigiCollection.cc - G4VDigi.cc - G4VDigiCollection.cc - GRANULAR_DEPENDENCIES - G4globman - GLOBAL_DEPENDENCIES - G4global - LINK_LIBRARIES +geant4_define_module(NAME G4digits + HEADERS + G4DCofThisEvent.hh + G4TDigiCollection.hh + G4VDigi.hh + G4VDigiCollection.hh + SOURCES + G4DCofThisEvent.cc + G4TDigiCollection.cc + G4VDigi.cc + G4VDigiCollection.cc + GRANULAR_DEPENDENCIES + G4globman + GLOBAL_DEPENDENCIES + G4global ) # List any source specific properties here - diff --git a/source/digits_hits/hits/CMakeLists.txt b/source/digits_hits/hits/CMakeLists.txt deleted file mode 100644 index 6536c2ee1cd..00000000000 --- a/source/digits_hits/hits/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4hits -# Package: Geant4.src.G4digits_hits.G4hits -# -# CMakeLists.txt for building a single granular library. -# -# Generated on : 24/9/2010 -# -# -#------------------------------------------------------------------------------ - -if(GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -endif() - diff --git a/source/digits_hits/hits/include/G4THitsCollection.hh b/source/digits_hits/hits/include/G4THitsCollection.hh index 4e4fbf98192..f45afda833c 100644 --- a/source/digits_hits/hits/include/G4THitsCollection.hh +++ b/source/digits_hits/hits/include/G4THitsCollection.hh @@ -160,7 +160,7 @@ 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;isize();i++) + for(size_t i=0;isize();++i) { delete (*theHitsCollection)[i]; } theHitsCollection->clear(); delete theHitsCollection; @@ -177,7 +177,7 @@ 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;iDraw(); } } @@ -187,7 +187,7 @@ template void G4THitsCollection::PrintAllHits() std::vector * theHitsCollection = (std::vector*)theCollection; size_t n = theHitsCollection->size(); - for(size_t i=0;iPrint(); } } diff --git a/source/digits_hits/hits/include/G4THitsMap.hh b/source/digits_hits/hits/include/G4THitsMap.hh index fe5e930687e..abf6c5de27c 100644 --- a/source/digits_hits/hits/include/G4THitsMap.hh +++ b/source/digits_hits/hits/include/G4THitsMap.hh @@ -62,13 +62,13 @@ private: using enable_if_t = typename std::enable_if<_Bp, _Tp>::type; // ensure fundamental types are initialized to zero - template = 0> + template = 0> T* allocate() const { return new T(0.); } // non-fundamental types should set values to appropriate values // and avoid issues such as: // G4StatDouble stat(0.); stat += 1.0; gives n == 2; - template = 0> + template = 0> T* allocate() const { return new T(); } @@ -123,11 +123,11 @@ public: inline typename Map_t::size_type GetIndex(const_iterator itr) const { return itr->first; } - template = 0> + template = 0> inline T* GetObject(G4int idx) const { return (GetContainer()->count(idx) != 0) ? (*GetContainer())[idx] : nullptr; } - template = 0> + template = 0> inline T* GetObject(G4int idx) const { return (GetContainer()->count(idx) != 0) ? GetContainer()->find(idx)->second : nullptr; @@ -173,7 +173,7 @@ public: // and += adds to white (not correct) template = 0> + enable_if_t = 0> size_t add(const G4int& key, U*& aHit) const { map_type* theHitsMap = GetMap(); @@ -188,7 +188,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(is_same_t(U, T) && is_mmap_t(MapU_t)), G4int> = 0> size_t add(const G4int& key, U*& aHit) const { map_type* theHitsMap = GetMap(); @@ -201,7 +201,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(!is_same_t(U, T) && is_mmap_t(MapU_t)), G4int> = 0> size_t add(const G4int& key, U*& aHit) const { map_type* theHitsMap = GetMap(); @@ -220,7 +220,7 @@ public: // and += adds to white (not correct) template = 0> + enable_if_t<(is_same_t(U, T) && ! is_mmap_t(MapU_t)), G4int> = 0> size_t add(const G4int& key, U& aHit) const { map_type* theHitsMap = GetMap(); @@ -236,7 +236,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(! is_same_t(U, T) && ! is_mmap_t(MapU_t)), G4int> = 0> size_t add(const G4int& key, U& aHit) const { map_type* theHitsMap = GetMap(); @@ -250,7 +250,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(is_same_t(U, T) && is_mmap_t(MapU_t)), G4int> = 0> size_t add(const G4int& key, U& aHit) const { map_type* theHitsMap = GetMap(); @@ -263,7 +263,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(!is_same_t(U, T) && is_mmap_t(MapU_t)), G4int> = 0> size_t add(const G4int& key, U& aHit) const { map_type* theHitsMap = GetMap(); @@ -283,7 +283,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(is_same_t(U, T) && ! is_mmap_t(MapU_t)), G4int> = 0> inline size_t set(const G4int& key, U*& aHit) const { map_type* theHitsMap = GetMap(); @@ -297,7 +297,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(is_same_t(U, T) && is_mmap_t(MapU_t)), G4int> = 0> inline size_t set(const G4int& key, U*& aHit) const { map_type* theHitsMap = GetMap(); @@ -315,7 +315,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(!is_same_t(U, T) && ! is_mmap_t(MapU_t)), G4int> = 0> inline size_t set(const G4int & key, U*& aHit) const { map_type* theHitsMap = GetMap(); @@ -332,7 +332,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(!is_same_t(U, T) && is_mmap_t(MapU_t)), G4int> = 0> inline size_t set(const G4int& key, U*& aHit) const { map_type* theHitsMap = GetMap(); @@ -358,7 +358,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(is_same_t(U, T) && ! is_mmap_t(MapU_t)), G4int> = 0> inline size_t set(const G4int& key, U& aHit) const { map_type* theHitsMap = GetMap(); @@ -375,7 +375,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(is_same_t(U, T) && is_mmap_t(MapU_t)), G4int> = 0> inline size_t set(const G4int& key, U& aHit) const { map_type* theHitsMap = GetMap(); @@ -390,7 +390,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(!is_same_t(U, T) && ! is_mmap_t(MapU_t)), G4int> = 0> inline size_t set(const G4int & key, U& aHit) const { map_type* theHitsMap = GetMap(); @@ -407,7 +407,7 @@ public: //------------------------------------------------------------------------// template = 0> + enable_if_t<(!is_same_t(U, T) && is_mmap_t(MapU_t)), G4int> = 0> inline size_t set(const G4int& key, U& aHit) const { map_type* theHitsMap = GetMap(); @@ -428,7 +428,7 @@ public: // case of a multimap //------------------------------------------------------------------------// template = 0> + enable_if_t = 0> T* operator[](G4int key) const { map_type* theHitsMap = GetMap(); @@ -438,7 +438,7 @@ public: } //------------------------------------------------------------------------// template = 0> + enable_if_t = 0> T* operator[](G4int key) const { #ifdef G4VERBOSE @@ -491,7 +491,7 @@ template G4VTHitsMap::~G4VTHitsMap() { map_type* theHitsMap = GetMap(); - for(iterator itr = theHitsMap->begin(); itr != theHitsMap->end(); itr++) + for(iterator itr = theHitsMap->begin(); itr != theHitsMap->end(); ++itr) delete itr->second; delete theHitsMap; } @@ -522,7 +522,7 @@ void G4VTHitsMap::PrintAllHits() Map_t * theHitsMap = GetMap(); typename Map_t::iterator itr = theHitsMap->begin(); T sum = 0.; - for(; itr != theHitsMap->end(); itr++) { + for(; itr != theHitsMap->end(); ++itr) { G4cout << " " << itr->first << " : " << *(itr->second) << G4endl; sum += *(itr->second); @@ -537,7 +537,7 @@ template void G4VTHitsMap::clear() { Map_t * theHitsMap = GetMap(); - for(iterator itr = theHitsMap->begin(); itr != theHitsMap->end(); itr++) + for(iterator itr = theHitsMap->begin(); itr != theHitsMap->end(); ++itr) delete itr->second; theHitsMap->clear(); } diff --git a/source/digits_hits/hits/include/G4THitsVector.hh b/source/digits_hits/hits/include/G4THitsVector.hh index 9968ef935ef..0fe7c1e73fd 100644 --- a/source/digits_hits/hits/include/G4THitsVector.hh +++ b/source/digits_hits/hits/include/G4THitsVector.hh @@ -111,27 +111,27 @@ public: inline typename Vector_t::size_type GetIndex(const_iterator itr) const { return std::distance(begin(), itr); } - template = 0> + template = 0> inline T* GetObject(G4int idx) const - { return (idx < GetContainer()->size()) ? (*GetContainer())[idx] : nullptr; } + { return (idx < (G4int)GetContainer()->size()) ? (*GetContainer())[idx] : nullptr; } - template = 0> + template = 0> inline T* GetObject(iterator itr) const { return (*itr); } - template = 0> + template = 0> inline const T* GetObject(const_iterator itr) const { return (*itr); } - template = 0> + template = 0> inline T* GetObject(G4int idx) const - { return (idx < GetContainer()->size()) ? &(*GetContainer())[idx] : nullptr; } + { return (idx < (G4int)GetContainer()->size()) ? &(*GetContainer())[idx] : nullptr; } - template = 0> + template = 0> inline T* GetObject(iterator itr) const { return &(*itr); } - template = 0> + template = 0> inline const T* GetObject(const_iterator itr) const { return &(*itr); } @@ -168,7 +168,7 @@ public: template = 0> + is_pointer_t(V)), G4int> = 0> store_type allocate() const { return new T(0.); } @@ -177,13 +177,13 @@ public: template = 0> + is_pointer_t(V)), G4int> = 0> store_type allocate() const { return new T(); } // ensure fundamental types are initialized to zero template = 0> + enable_if_t< (is_pointer_t(U)), G4int> = 0> store_type null() const { return nullptr; } @@ -194,7 +194,7 @@ public: template = 0> + !is_pointer_t(V)), G4int> = 0> store_type allocate() const { return T(0.); } // non-fundamental types should set values to appropriate values @@ -202,13 +202,13 @@ public: template = 0> + !is_pointer_t(V)), G4int> = 0> store_type allocate() const { return T(); } // ensure fundamental types are initialized to zero template = 0> + enable_if_t< (!is_pointer_t(U)), G4int> = 0> store_type null() const { return store_type(); } @@ -218,7 +218,7 @@ public: // U and VectorU_t types //------------------------------------------------------------------------// template = 0> + enable_if_t< (is_pointer_t(typename VectorU_t::value_type)), G4int> = 0> this_type& operator+=(const G4VTHitsVector& right) const { VectorU_t* aHitsVector = right.GetVector(); @@ -232,7 +232,7 @@ public: } //------------------------------------------------------------------------// template = 0> + enable_if_t< (!is_pointer_t(typename VectorU_t::value_type)), G4int> = 0> this_type& operator+=(const G4VTHitsVector& right) const { VectorU_t* aHitsVector = right.GetVector(); @@ -245,7 +245,7 @@ public: } //------------------------------------------------------------------------// template = 0> + enable_if_t< (is_pointer_t(typename MapU_t::mapped_type)), G4int> = 0> this_type& operator+=(const G4VTHitsMap& right) const { MapU_t* aHitsMap = right.GetMap(); @@ -255,7 +255,7 @@ public: } //------------------------------------------------------------------------// template = 0> + enable_if_t< !(is_pointer_t(typename MapU_t::mapped_type)), G4int> = 0> this_type& operator+=(const G4VTHitsMap& right) const { MapU_t* aHitsMap = right.GetMap(); @@ -274,7 +274,7 @@ public: // assumes type T has overload of += operator for U //------------------------------------------------------------------------// template = 0> + enable_if_t< is_same_t(U, T), G4int> = 0> std::size_t add(const G4int& key, U*& aHit) const { vector_type* theHitsVector = GetVector(key); @@ -285,7 +285,7 @@ public: // Overload for different types //------------------------------------------------------------------------// template = 0> + enable_if_t< !is_same_t(U, T), G4int> = 0> std::size_t add(const G4int& key, U*& aHit) const { vector_type* theHitsVector = GetVector(key); @@ -298,7 +298,7 @@ public: // Overload for same type //------------------------------------------------------------------------// template = 0> + enable_if_t< is_same_t(U, T), G4int> = 0> std::size_t add(const G4int& key, U& aHit) const { vector_type* theHitsVector = GetVector(key); @@ -309,7 +309,7 @@ public: // Overload for different types //------------------------------------------------------------------------// template = 0> + enable_if_t< !is_same_t(U, T), G4int> = 0> std::size_t add(const G4int& key, U& aHit) const { vector_type* theHitsVector = GetVector(key); @@ -326,7 +326,7 @@ public: // Overload for same type T //------------------------------------------------------------------------// template = 0> + enable_if_t< is_same_t(U, T), G4int> = 0> inline std::size_t set(const G4int& key, U*& aHit) const { vector_type* theHitsVector = GetVector(key); @@ -337,7 +337,7 @@ public: // Overload for different types //------------------------------------------------------------------------// template = 0> + enable_if_t< !is_same_t(U, T), G4int> = 0> inline std::size_t set(const G4int & key, U*& aHit) const { vector_type* theHitsVector = GetVector(key); @@ -356,7 +356,7 @@ public: // Overload for same type T //------------------------------------------------------------------------// template = 0> + enable_if_t< is_same_t(U, T), G4int> = 0> inline std::size_t set(const G4int& key, U& aHit) const { vector_type* theHitsVector = GetVector(key); @@ -367,7 +367,7 @@ public: // Overload for different types //------------------------------------------------------------------------// template = 0> + enable_if_t< !is_same_t(U, T), G4int> = 0> inline std::size_t set(const G4int & key, U& aHit) const { vector_type* theHitsVector = GetVector(key); @@ -397,12 +397,12 @@ public: protected: template = 0> + enable_if_t< (is_pointer_t(U)), G4int> = 0> void resize(vector_type*& theHitsVector, const G4int& key) const { // ensure the proper size - if(key >= theHitsVector->size()) + if(key >= (G4int)theHitsVector->size()) theHitsVector->resize(key+1, null()); // if null pointer for vector entry: allocate @@ -414,12 +414,12 @@ protected: } template = 0> + enable_if_t< (!is_pointer_t(U)), G4int> = 0> void resize(vector_type*& theHitsVector, const G4int& key) const { // ensure the proper size - if(key >= theHitsVector->size()) + if(key >= (G4int)theHitsVector->size()) theHitsVector->resize(key+1, null()); } @@ -435,7 +435,7 @@ protected: // assumes type T has overload of += operator for U //------------------------------------------------------------------------// template = 0> + enable_if_t< is_pointer_t(U), G4int> = 0> void _assign(vector_type*& theHitsVector, const G4int& key, T& val) const { delete (*theHitsVector)[key]; @@ -443,7 +443,7 @@ protected: } template = 0> + enable_if_t< is_pointer_t(U), G4int> = 0> void _assign(vector_type*& theHitsVector, const G4int& key, T*& val) const { delete (*theHitsVector)[key]; @@ -451,42 +451,42 @@ protected: } template = 0> + enable_if_t< is_pointer_t(U), G4int> = 0> void _add(vector_type*& theHitsVector, const G4int& key, T& val) const { *(*theHitsVector)[key] += val; } template = 0> + enable_if_t< is_pointer_t(U), G4int> = 0> void _add(vector_type*& theHitsVector, const G4int& key, T*& val) const { *(*theHitsVector)[key] += *val; } template = 0> + enable_if_t< is_pointer_t(U), G4int> = 0> void _add(vector_type*& theHitsVector, const G4int& key, V& val) const { *(*theHitsVector)[key] += val; } template = 0> + enable_if_t< is_pointer_t(U), G4int> = 0> void _add(vector_type*& theHitsVector, const G4int& key, V*& val) const { *(*theHitsVector)[key] += *val; } template = 0> + enable_if_t< is_pointer_t(U), G4int> = 0> T& get(U& val) const { return *val; } template = 0> + enable_if_t< is_pointer_t(U), G4int> = 0> void delete_contents(vector_type*& theHitsVector) const { for(iterator itr = theHitsVector->begin(); itr != theHitsVector->end(); ++itr) @@ -494,7 +494,7 @@ protected: } template = 0> + enable_if_t< is_pointer_t(U), G4int> = 0> T& get_reference(U& val) const { return *val; @@ -505,14 +505,14 @@ protected: // assumes type T has overload of += operator for U //------------------------------------------------------------------------// template = 0> + enable_if_t< !is_pointer_t(U), G4int> = 0> void _assign(vector_type*& theHitsVector, const G4int& key, T& val) const { (*theHitsVector)[key] = val; } template = 0> + enable_if_t< !is_pointer_t(U), G4int> = 0> void _assign(vector_type*& theHitsVector, const G4int& key, T*& val) const { delete (*theHitsVector)[key]; @@ -520,14 +520,14 @@ protected: } template = 0> + enable_if_t< !is_pointer_t(U), G4int> = 0> void _add(vector_type*& theHitsVector, const G4int& key, T& val) const { (*theHitsVector)[key] += val; } template = 0> + enable_if_t< !is_pointer_t(U), G4int> = 0> void _add(vector_type*& theHitsVector, const G4int& key, T*& val) const { (*theHitsVector)[key] += *val; @@ -535,7 +535,7 @@ protected: template = 0> + enable_if_t< !is_pointer_t(U), G4int> = 0> void _add(vector_type*& theHitsVector, const G4int& key, V& val) const { (*theHitsVector)[key] += val; @@ -543,19 +543,19 @@ protected: template = 0> + enable_if_t< !is_pointer_t(U), G4int> = 0> void _add(vector_type*& theHitsVector, const G4int& key, V*& val) const { (*theHitsVector)[key] += *val; } template = 0> + enable_if_t< !is_pointer_t(U), G4int> = 0> void delete_contents(vector_type*&) const { } template = 0> + enable_if_t< !is_pointer_t(U), G4int> = 0> T& get_reference(U& val) const { return val; @@ -653,7 +653,7 @@ void G4VTHitsVector::PrintAllHits() Vector_t * theHitsVector = GetVector(); typename Vector_t::iterator itr = theHitsVector->begin(); T sum = 0.; - for(; itr != theHitsVector->end(); itr++) { + for(; itr != theHitsVector->end(); ++itr) { G4cout << " " << itr->first << " : " << *(itr->second) << G4endl; sum += *(itr->second); diff --git a/source/digits_hits/hits/sources.cmake b/source/digits_hits/hits/sources.cmake index 6bedd3ef7dc..84ea62efd4e 100644 --- a/source/digits_hits/hits/sources.cmake +++ b/source/digits_hits/hits/sources.cmake @@ -1,50 +1,28 @@ #------------------------------------------------------------------------------ -# sources.cmake # Module : G4hits # Package: Geant4.src.G4digits_hits.G4hits -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) - # # Define the Geant4 Module. # -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4hits - HEADERS - G4HCofThisEvent.hh - G4THitsCollection.hh - G4THitsMap.hh - G4THitsVector.hh - G4VHit.hh - G4VHitsCollection.hh - SOURCES - G4HCofThisEvent.cc - G4THitsCollection.cc - G4VHit.cc - G4VHitsCollection.cc - GRANULAR_DEPENDENCIES - G4globman - GLOBAL_DEPENDENCIES - G4global - LINK_LIBRARIES +geant4_define_module(NAME G4hits + HEADERS + G4HCofThisEvent.hh + G4THitsCollection.hh + G4THitsMap.hh + G4THitsVector.hh + G4VHit.hh + G4VHitsCollection.hh + SOURCES + G4HCofThisEvent.cc + G4THitsCollection.cc + G4VHit.cc + G4VHitsCollection.cc + GRANULAR_DEPENDENCIES + G4globman + GLOBAL_DEPENDENCIES + G4global ) # List any source specific properties here - diff --git a/source/digits_hits/scorer/CMakeLists.txt b/source/digits_hits/scorer/CMakeLists.txt deleted file mode 100644 index 49752bd7f69..00000000000 --- a/source/digits_hits/scorer/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4detscorer -# Package: Geant4.src.G4digits_hits.G4detscorer -# -# CMakeLists.txt for building a single granular library. -# -# Generated on : 24/9/2010 -# -# -#------------------------------------------------------------------------------ - -if(GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -endif() - diff --git a/source/digits_hits/scorer/sources.cmake b/source/digits_hits/scorer/sources.cmake index b1ded485932..ec0aa8a1d00 100644 --- a/source/digits_hits/scorer/sources.cmake +++ b/source/digits_hits/scorer/sources.cmake @@ -1,174 +1,139 @@ #------------------------------------------------------------------------------ -# sources.cmake # Module : G4detscorer # Package: Geant4.src.G4digits_hits.G4detscorer -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) -include_directories(${USOLIDS_INCLUDE_DIRS}) - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/detector/include) -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/digits/include) -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/CSG/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/graphics_reps/include) -include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) -include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/track/include) - # # Define the Geant4 Module. # -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4detscorer - HEADERS - G4PSCellCharge.hh - G4PSCellCharge3D.hh - G4PSCellFlux.hh - G4PSCellFlux3D.hh - G4PSCellFluxForCylinder3D.hh - G4PSCylinderSurfaceCurrent.hh - G4PSCylinderSurfaceCurrent3D.hh - G4PSCylinderSurfaceFlux.hh - G4PSCylinderSurfaceFlux3D.hh - G4PSDirectionFlag.hh - G4PSDoseDeposit.hh - G4PSDoseDeposit3D.hh - G4PSDoseDepositForCylinder3D.hh - G4PSEnergyDeposit.hh - G4PSEnergyDeposit3D.hh - G4PSFlatSurfaceCurrent.hh - G4PSFlatSurfaceCurrent3D.hh - G4PSFlatSurfaceFlux.hh - G4PSFlatSurfaceFlux3D.hh - G4PSMinKinEAtGeneration.hh - G4PSMinKinEAtGeneration3D.hh - G4PSNofCollision.hh - G4PSNofCollision3D.hh - G4PSNofSecondary.hh - G4PSNofSecondary3D.hh - G4PSNofStep.hh - G4PSNofStep3D.hh - G4PSPassageCellCurrent.hh - G4PSPassageCellCurrent3D.hh - G4PSPassageCellFlux.hh - G4PSPassageCellFlux3D.hh - G4PSPassageCellFluxForCylinder3D.hh - G4PSPassageTrackLength.hh - G4PSPassageTrackLength3D.hh - G4PSPopulation.hh - G4PSPopulation3D.hh - G4PSSphereSurfaceCurrent.hh - G4PSSphereSurfaceCurrent3D.hh - G4PSSphereSurfaceFlux.hh - G4PSSphereSurfaceFlux3D.hh - G4PSStepChecker.hh - G4PSStepChecker3D.hh - G4PSTermination.hh - G4PSTermination3D.hh - G4PSTrackCounter.hh - G4PSTrackCounter3D.hh - G4PSTrackLength.hh - G4PSTrackLength3D.hh - G4SDChargedFilter.hh - G4SDKineticEnergyFilter.hh - G4SDNeutralFilter.hh - G4SDParticleFilter.hh - G4SDParticleWithEnergyFilter.hh - SOURCES - G4PSCellCharge.cc - G4PSCellCharge3D.cc - G4PSCellFlux.cc - G4PSCellFlux3D.cc - G4PSCellFluxForCylinder3D.cc - G4PSCylinderSurfaceCurrent.cc - G4PSCylinderSurfaceCurrent3D.cc - G4PSCylinderSurfaceFlux.cc - G4PSCylinderSurfaceFlux3D.cc - G4PSDoseDeposit.cc - G4PSDoseDeposit3D.cc - G4PSDoseDepositForCylinder3D.cc - G4PSEnergyDeposit.cc - G4PSEnergyDeposit3D.cc - G4PSFlatSurfaceCurrent.cc - G4PSFlatSurfaceCurrent3D.cc - G4PSFlatSurfaceFlux.cc - G4PSFlatSurfaceFlux3D.cc - G4PSMinKinEAtGeneration.cc - G4PSMinKinEAtGeneration3D.cc - G4PSNofCollision.cc - G4PSNofCollision3D.cc - G4PSNofSecondary.cc - G4PSNofSecondary3D.cc - G4PSNofStep.cc - G4PSNofStep3D.cc - G4PSPassageCellCurrent.cc - G4PSPassageCellCurrent3D.cc - G4PSPassageCellFlux.cc - G4PSPassageCellFlux3D.cc - G4PSPassageCellFluxForCylinder3D.cc - G4PSPassageTrackLength.cc - G4PSPassageTrackLength3D.cc - G4PSPopulation.cc - G4PSPopulation3D.cc - G4PSSphereSurfaceCurrent.cc - G4PSSphereSurfaceCurrent3D.cc - G4PSSphereSurfaceFlux.cc - G4PSSphereSurfaceFlux3D.cc - G4PSStepChecker.cc - G4PSStepChecker3D.cc - G4PSTermination.cc - G4PSTermination3D.cc - G4PSTrackCounter.cc - G4PSTrackCounter3D.cc - G4PSTrackLength.cc - G4PSTrackLength3D.cc - G4SDChargedFilter.cc - G4SDKineticEnergyFilter.cc - G4SDNeutralFilter.cc - G4SDParticleFilter.cc - G4SDParticleWithEnergyFilter.cc - GRANULAR_DEPENDENCIES - G4csg - G4detector - G4digits - G4geometrymng - G4globman - G4hits - G4intercoms - G4materials - G4navigation - G4partman - G4track - G4volumes - GLOBAL_DEPENDENCIES - G4geometry - G4global - G4intercoms - G4materials - G4particles - G4track - LINK_LIBRARIES +geant4_define_module(NAME G4detscorer + HEADERS + G4PSCellCharge.hh + G4PSCellCharge3D.hh + G4PSCellFlux.hh + G4PSCellFlux3D.hh + G4PSCellFluxForCylinder3D.hh + G4PSCylinderSurfaceCurrent.hh + G4PSCylinderSurfaceCurrent3D.hh + G4PSCylinderSurfaceFlux.hh + G4PSCylinderSurfaceFlux3D.hh + G4PSDirectionFlag.hh + G4PSDoseDeposit.hh + G4PSDoseDeposit3D.hh + G4PSDoseDepositForCylinder3D.hh + G4PSEnergyDeposit.hh + G4PSEnergyDeposit3D.hh + G4PSFlatSurfaceCurrent.hh + G4PSFlatSurfaceCurrent3D.hh + G4PSFlatSurfaceFlux.hh + G4PSFlatSurfaceFlux3D.hh + G4PSMinKinEAtGeneration.hh + G4PSMinKinEAtGeneration3D.hh + G4PSNofCollision.hh + G4PSNofCollision3D.hh + G4PSNofSecondary.hh + G4PSNofSecondary3D.hh + G4PSNofStep.hh + G4PSNofStep3D.hh + G4PSPassageCellCurrent.hh + G4PSPassageCellCurrent3D.hh + G4PSPassageCellFlux.hh + G4PSPassageCellFlux3D.hh + G4PSPassageCellFluxForCylinder3D.hh + G4PSPassageTrackLength.hh + G4PSPassageTrackLength3D.hh + G4PSPopulation.hh + G4PSPopulation3D.hh + G4PSSphereSurfaceCurrent.hh + G4PSSphereSurfaceCurrent3D.hh + G4PSSphereSurfaceFlux.hh + G4PSSphereSurfaceFlux3D.hh + G4PSStepChecker.hh + G4PSStepChecker3D.hh + G4PSTermination.hh + G4PSTermination3D.hh + G4PSTrackCounter.hh + G4PSTrackCounter3D.hh + G4PSTrackLength.hh + G4PSTrackLength3D.hh + G4SDChargedFilter.hh + G4SDKineticEnergyFilter.hh + G4SDNeutralFilter.hh + G4SDParticleFilter.hh + G4SDParticleWithEnergyFilter.hh + SOURCES + G4PSCellCharge.cc + G4PSCellCharge3D.cc + G4PSCellFlux.cc + G4PSCellFlux3D.cc + G4PSCellFluxForCylinder3D.cc + G4PSCylinderSurfaceCurrent.cc + G4PSCylinderSurfaceCurrent3D.cc + G4PSCylinderSurfaceFlux.cc + G4PSCylinderSurfaceFlux3D.cc + G4PSDoseDeposit.cc + G4PSDoseDeposit3D.cc + G4PSDoseDepositForCylinder3D.cc + G4PSEnergyDeposit.cc + G4PSEnergyDeposit3D.cc + G4PSFlatSurfaceCurrent.cc + G4PSFlatSurfaceCurrent3D.cc + G4PSFlatSurfaceFlux.cc + G4PSFlatSurfaceFlux3D.cc + G4PSMinKinEAtGeneration.cc + G4PSMinKinEAtGeneration3D.cc + G4PSNofCollision.cc + G4PSNofCollision3D.cc + G4PSNofSecondary.cc + G4PSNofSecondary3D.cc + G4PSNofStep.cc + G4PSNofStep3D.cc + G4PSPassageCellCurrent.cc + G4PSPassageCellCurrent3D.cc + G4PSPassageCellFlux.cc + G4PSPassageCellFlux3D.cc + G4PSPassageCellFluxForCylinder3D.cc + G4PSPassageTrackLength.cc + G4PSPassageTrackLength3D.cc + G4PSPopulation.cc + G4PSPopulation3D.cc + G4PSSphereSurfaceCurrent.cc + G4PSSphereSurfaceCurrent3D.cc + G4PSSphereSurfaceFlux.cc + G4PSSphereSurfaceFlux3D.cc + G4PSStepChecker.cc + G4PSStepChecker3D.cc + G4PSTermination.cc + G4PSTermination3D.cc + G4PSTrackCounter.cc + G4PSTrackCounter3D.cc + G4PSTrackLength.cc + G4PSTrackLength3D.cc + G4SDChargedFilter.cc + G4SDKineticEnergyFilter.cc + G4SDNeutralFilter.cc + G4SDParticleFilter.cc + G4SDParticleWithEnergyFilter.cc + GRANULAR_DEPENDENCIES + G4csg + G4detector + G4digits + G4geometrymng + G4globman + G4hits + G4intercoms + G4materials + G4navigation + G4partman + G4track + G4volumes + GLOBAL_DEPENDENCIES + G4geometry + G4global + G4intercoms + G4materials + G4particles + G4track ) # List any source specific properties here - diff --git a/source/digits_hits/scorer/src/G4PSCellFlux.cc b/source/digits_hits/scorer/src/G4PSCellFlux.cc index e8a7bd8c15b..e2e2373a33d 100644 --- a/source/digits_hits/scorer/src/G4PSCellFlux.cc +++ b/source/digits_hits/scorer/src/G4PSCellFlux.cc @@ -131,26 +131,9 @@ void G4PSCellFlux::DefineUnitAndCategory(){ new G4UnitDefinition("permeter2","perm2","Per Unit Surface",(1./m2)); } -G4double G4PSCellFlux::ComputeVolume(G4Step* aStep, G4int idx){ - - G4VPhysicalVolume* physVol = aStep->GetPreStepPoint()->GetPhysicalVolume(); - G4VPVParameterisation* physParam = physVol->GetParameterisation(); - G4VSolid* solid = 0; - if(physParam) - { // for parameterized volume - if(idx<0) - { - G4ExceptionDescription ED; - ED << "Incorrect replica number --- GetReplicaNumber : " << idx << G4endl; - G4Exception("G4PSCellFlux::ComputeVolume","DetPS0001",JustWarning,ED); - } - solid = physParam->ComputeSolid(idx, physVol); - solid->ComputeDimensions(physParam,idx,physVol); - } - else - { // for ordinary volume - solid = physVol->GetLogicalVolume()->GetSolid(); - } - +G4double G4PSCellFlux::ComputeVolume(G4Step* aStep, G4int idx) +{ + G4VSolid* solid = ComputeSolid( aStep, idx ); + assert(solid); return solid->GetCubicVolume(); } diff --git a/source/digits_hits/scorer/src/G4PSCylinderSurfaceCurrent.cc b/source/digits_hits/scorer/src/G4PSCylinderSurfaceCurrent.cc index e82d84988e7..0531fcf7ba9 100644 --- a/source/digits_hits/scorer/src/G4PSCylinderSurfaceCurrent.cc +++ b/source/digits_hits/scorer/src/G4PSCylinderSurfaceCurrent.cc @@ -76,26 +76,13 @@ G4PSCylinderSurfaceCurrent::G4PSCylinderSurfaceCurrent(G4String name, G4PSCylinderSurfaceCurrent::~G4PSCylinderSurfaceCurrent() {;} + G4bool G4PSCylinderSurfaceCurrent::ProcessHits(G4Step* aStep,G4TouchableHistory*) { - G4StepPoint* preStep = aStep->GetPreStepPoint(); - G4VPhysicalVolume* physVol = preStep->GetPhysicalVolume(); - G4VPVParameterisation* physParam = physVol->GetParameterisation(); - G4VSolid * solid = 0; - if(physParam) - { // for parameterized volume - G4int idx = ((G4TouchableHistory*)(aStep->GetPreStepPoint()->GetTouchable())) - ->GetReplicaNumber(indexDepth); - solid = physParam->ComputeSolid(idx, physVol); - solid->ComputeDimensions(physParam,idx,physVol); - } - else - { // for ordinary volume - solid = physVol->GetLogicalVolume()->GetSolid(); - } - - G4Tubs* tubsSolid = (G4Tubs*)(solid); - + G4StepPoint* preStep = aStep->GetPreStepPoint(); + G4VSolid* solid= ComputeCurrentSolid(aStep); + G4Tubs* tubsSolid = static_cast(solid); + G4int dirFlag =IsSelectedSurface(aStep,tubsSolid); // G4cout << " pos " << preStep->GetPosition() <<" dirFlag " << G4endl; if ( dirFlag > 0 ) { diff --git a/source/digits_hits/scorer/src/G4PSCylinderSurfaceFlux.cc b/source/digits_hits/scorer/src/G4PSCylinderSurfaceFlux.cc index 8629ed19597..bd37c99408f 100644 --- a/source/digits_hits/scorer/src/G4PSCylinderSurfaceFlux.cc +++ b/source/digits_hits/scorer/src/G4PSCylinderSurfaceFlux.cc @@ -80,23 +80,10 @@ G4PSCylinderSurfaceFlux::~G4PSCylinderSurfaceFlux() G4bool G4PSCylinderSurfaceFlux::ProcessHits(G4Step* aStep,G4TouchableHistory*) { G4StepPoint* preStep = aStep->GetPreStepPoint(); + G4VSolid* solid= ComputeCurrentSolid(aStep); + assert( dynamic_cast(solid) ); - G4VPhysicalVolume* physVol = preStep->GetPhysicalVolume(); - G4VPVParameterisation* physParam = physVol->GetParameterisation(); - G4VSolid * solid = 0; - if(physParam) - { // for parameterized volume - G4int idx = ((G4TouchableHistory*)(aStep->GetPreStepPoint()->GetTouchable())) - ->GetReplicaNumber(indexDepth); - solid = physParam->ComputeSolid(idx, physVol); - solid->ComputeDimensions(physParam,idx,physVol); - } - else - { // for ordinary volume - solid = physVol->GetLogicalVolume()->GetSolid(); - } - - G4Tubs* tubsSolid = (G4Tubs*)(solid); + G4Tubs* tubsSolid = static_cast(solid); G4int dirFlag =IsSelectedSurface(aStep,tubsSolid); diff --git a/source/digits_hits/scorer/src/G4PSDoseDeposit.cc b/source/digits_hits/scorer/src/G4PSDoseDeposit.cc index f65ef84ea0f..bf677cf6cd3 100644 --- a/source/digits_hits/scorer/src/G4PSDoseDeposit.cc +++ b/source/digits_hits/scorer/src/G4PSDoseDeposit.cc @@ -68,7 +68,6 @@ G4bool G4PSDoseDeposit::ProcessHits(G4Step* aStep,G4TouchableHistory*) ->GetReplicaNumber(indexDepth); G4double cubicVolume = ComputeVolume(aStep, idx); - G4double density = aStep->GetTrack()->GetStep()->GetPreStepPoint()->GetMaterial()->GetDensity(); G4double dose = edep / ( density * cubicVolume ); dose *= aStep->GetPreStepPoint()->GetWeight(); @@ -116,27 +115,9 @@ void G4PSDoseDeposit::SetUnit(const G4String& unit) CheckAndSetUnit(unit,"Dose"); } -G4double G4PSDoseDeposit::ComputeVolume(G4Step* aStep, G4int idx){ - - G4VPhysicalVolume* physVol = aStep->GetPreStepPoint()->GetPhysicalVolume(); - G4VPVParameterisation* physParam = physVol->GetParameterisation(); - G4VSolid* solid = 0; - if(physParam) - { // for parameterized volume - if(idx<0) - { - G4ExceptionDescription ED; - ED << "Incorrect replica number --- GetReplicaNumber : " << idx << G4endl; - G4Exception("G4PSDoseDeposit::ComputeVolume","DetPS0004",JustWarning,ED); - } - solid = physParam->ComputeSolid(idx, physVol); - solid->ComputeDimensions(physParam,idx,physVol); - } - else - { // for ordinary volume - solid = physVol->GetLogicalVolume()->GetSolid(); - } - +G4double G4PSDoseDeposit::ComputeVolume(G4Step* aStep, G4int idx) +{ + G4VSolid* solid = ComputeSolid(aStep, idx); return solid->GetCubicVolume(); } diff --git a/source/digits_hits/scorer/src/G4PSPassageCellFlux.cc b/source/digits_hits/scorer/src/G4PSPassageCellFlux.cc index 7b96c814dbb..7a043fc07fd 100644 --- a/source/digits_hits/scorer/src/G4PSPassageCellFlux.cc +++ b/source/digits_hits/scorer/src/G4PSPassageCellFlux.cc @@ -165,27 +165,7 @@ void G4PSPassageCellFlux::DefineUnitAndCategory(){ new G4UnitDefinition("permeter2","perm2","Per Unit Surface",(1./m2)); } - -G4double G4PSPassageCellFlux::ComputeVolume(G4Step* aStep, G4int idx){ - - G4VPhysicalVolume* physVol = aStep->GetPreStepPoint()->GetPhysicalVolume(); - G4VPVParameterisation* physParam = physVol->GetParameterisation(); - G4VSolid* solid = 0; - if(physParam) - { // for parameterized volume - if(idx<0) - { - G4ExceptionDescription ED; - ED << "Incorrect replica number --- GetReplicaNumber : " << idx << G4endl; - G4Exception("G4PSPassageCellFlux::ComputeVolume","DetPS0013",JustWarning,ED); - } - solid = physParam->ComputeSolid(idx, physVol); - solid->ComputeDimensions(physParam,idx,physVol); - } - else - { // for ordinary volume - solid = physVol->GetLogicalVolume()->GetSolid(); - } - - return solid->GetCubicVolume(); +G4double G4PSPassageCellFlux::ComputeVolume(G4Step* aStep, G4int idx ) +{ + return ComputeSolid(aStep, idx)->GetCubicVolume(); } diff --git a/source/digits_hits/scorer/src/G4PSSphereSurfaceCurrent.cc b/source/digits_hits/scorer/src/G4PSSphereSurfaceCurrent.cc index 07aaf2bc311..a23ce4e0e5f 100644 --- a/source/digits_hits/scorer/src/G4PSSphereSurfaceCurrent.cc +++ b/source/digits_hits/scorer/src/G4PSSphereSurfaceCurrent.cc @@ -78,23 +78,11 @@ G4PSSphereSurfaceCurrent::~G4PSSphereSurfaceCurrent() G4bool G4PSSphereSurfaceCurrent::ProcessHits(G4Step* aStep,G4TouchableHistory*) { G4StepPoint* preStep = aStep->GetPreStepPoint(); - G4VPhysicalVolume* physVol = preStep->GetPhysicalVolume(); - G4VPVParameterisation* physParam = physVol->GetParameterisation(); - G4VSolid * solid = 0; - if(physParam) - { // for parameterized volume - G4int idx = ((G4TouchableHistory*)(aStep->GetPreStepPoint()->GetTouchable())) - ->GetReplicaNumber(indexDepth); - solid = physParam->ComputeSolid(idx, physVol); - solid->ComputeDimensions(physParam,idx,physVol); - } - else - { // for ordinary volume - solid = physVol->GetLogicalVolume()->GetSolid(); - } - - G4Sphere* sphereSolid = (G4Sphere*)(solid); + G4VSolid * solid= ComputeCurrentSolid(aStep); + assert( dynamic_cast(solid) != nullptr ); + G4Sphere* sphereSolid = static_cast(solid); + G4int dirFlag =IsSelectedSurface(aStep,sphereSolid); if ( dirFlag > 0 ) { if ( fDirection == fCurrent_InOut || fDirection == dirFlag ){ diff --git a/source/digits_hits/utils/CMakeLists.txt b/source/digits_hits/utils/CMakeLists.txt deleted file mode 100644 index a8394141aa5..00000000000 --- a/source/digits_hits/utils/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -#------------------------------------------------------------------------------ -# CMakeLists.txt -# Module : G4detutils -# Package: Geant4.src.G4digits_hits.G4detutils -# -# CMakeLists.txt for building a single granular library. -# -# Generated on : 24/9/2010 -# -# -#------------------------------------------------------------------------------ - -if(GEANT4_BUILD_GRANULAR_LIBS) - include(Geant4MacroLibraryTargets) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -endif() - diff --git a/source/digits_hits/utils/History b/source/digits_hits/utils/History index 5b565881237..4cb56f48d66 100644 --- a/source/digits_hits/utils/History +++ b/source/digits_hits/utils/History @@ -16,12 +16,30 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -February 12th, 2020 T.Aso (detutils-V10-05-06) -- In G4ScoreQuantityMessenger, changed SetDefaultUnit() in trackLength - scorer to SetDefaultValue() to support various unit category. - Addressing problem report #2216. +April 29th, 2020 M.Asai (detutils-V10-06-07) +- G4ScoringProbe.cc : Minor cosmetic changes. -December 29th, 2019 M.Asai (detutils-V10-05-05) +April 22nd, 2020 M.Asai (detutils-V10-06-06) +- Introducing G4VPrimitivePlotter.hh that enables the user to extend + a primitive scorer and directly fill 1D histogram. + +April 13th, 2020 M.Asai (detutils-V10-06-05) +- Introducing Probe mesh. + +April 7th, 2020 M.Asai (detutils-V10-06-04) +- G4VScoringMesh.hh, .cc : further extension for Proble scoring mesh. + +April 2nd, 2020 M.Asai (detutils-V10-06-03) +- G4ScoringMessenger.cc: Fix Coverity error. + +March 31st, 2020 M.Asai (detutils-V10-06-02) +- G4VScoringMesh.hh: Add a new enum entry for future extension. + +Feburary 13th, 2020 T.Aso (detutils-V10-06-01) +- G4ScoreQuantityMessengerQCmd.cc: default parameter for unit +in trackLength scorer was changed. + +December 29th, 2019 M.Asai (detutils-V10-06-00) - G4ScoringManager, G4VScoreWriter, G4ScoringMessenger: Add missing setter/getter functions. diff --git a/source/digits_hits/utils/include/G4ScoringMessenger.hh b/source/digits_hits/utils/include/G4ScoringMessenger.hh index 07c4d0cce18..6c3fa21512b 100644 --- a/source/digits_hits/utils/include/G4ScoringMessenger.hh +++ b/source/digits_hits/utils/include/G4ScoringMessenger.hh @@ -91,6 +91,7 @@ class G4ScoringMessenger: public G4UImessenger G4UIcmdWithAString* meshCylinderCreateCmd; // G4UIcmdWithAString* meshSphereCreateCmd; G4UIcommand* meshRWLogVolCreateCmd; + G4UIcommand* probeCreateCmd; // // Mesh commands G4UIdirectory* meshDir; @@ -117,6 +118,11 @@ class G4ScoringMessenger: public G4UImessenger G4UIcmdWithADoubleAndUnit* mRotYCmd; G4UIcmdWithADoubleAndUnit* mRotZCmd; // + // Probe commands + G4UIdirectory* probeDir; + G4UIcmdWithAString* probeMatCmd; + G4UIcmdWith3VectorAndUnit* probeLocateCmd; + // // Draw Command G4UIcommand * drawCmd; G4UIcommand * drawColumnCmd; diff --git a/source/digits_hits/utils/include/G4ScoringProbe.hh b/source/digits_hits/utils/include/G4ScoringProbe.hh new file mode 100644 index 00000000000..af88507b01d --- /dev/null +++ b/source/digits_hits/utils/include/G4ScoringProbe.hh @@ -0,0 +1,86 @@ +// +// ******************************************************************** +// * 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 G4ScoringProbe_h +#define G4ScoringProbe_h 1 + +#include "globals.hh" +#include "G4VScoringMesh.hh" +class G4VPhysicalVolume; +class G4Material; +#include + +class G4ScoringProbe : public G4VScoringMesh +{ +public: + G4ScoringProbe(G4String lvName,G4double half_size,G4bool checkOverlap=false); + ~G4ScoringProbe(); + +protected: + // construct scoring volume + virtual void SetupGeometry(G4VPhysicalVolume* ); + +protected: + G4String logVolName; + std::vector posVec; + G4double probeSize; + G4bool chkOverlap; + G4String layeredMaterialName; + G4Material* layeredMaterial; + G4String regName; + +public: + void LocateProbe(G4ThreeVector pos) + { + posVec.push_back(pos); + G4int nbin[] = {static_cast(posVec.size()),1,1}; + SetNumberOfSegments(nbin); + } + G4int GetNumberOfProbes() const + { return posVec.size(); } + void SetProbeSize(G4double val) + { probeSize = val; } + G4double GetProbeSize() const + { return probeSize; } + G4bool SetMaterial(G4String val); + +public: + virtual void List() const; + +public: + //++++++++++ visualization method not yet implemented + virtual void Draw(RunScore * /*map*/, G4VScoreColorMap* /*colorMap*/, G4int /*axflg=111*/) + {;} + virtual void DrawColumn(RunScore * /*map*/, G4VScoreColorMap* /*colorMap*/, + G4int /*idxProj*/, G4int /*idxColumn*/) + {;} +}; + + + + +#endif diff --git a/source/digits_hits/utils/include/G4VPrimitivePlotter.hh b/source/digits_hits/utils/include/G4VPrimitivePlotter.hh new file mode 100644 index 00000000000..7546254313d --- /dev/null +++ b/source/digits_hits/utils/include/G4VPrimitivePlotter.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. * +// ******************************************************************** +// +// + +#ifndef G4VPrimitivePlotter_H +#define G4VPrimitivePlotter_H 1 + +#include "G4VPrimitiveScorer.hh" +#include + +class G4VPrimitivePlotter : public G4VPrimitiveScorer +{ + public: // with description + G4VPrimitivePlotter(G4String name, G4int depth=0) + :G4VPrimitiveScorer(name,depth) + {;} + virtual ~G4VPrimitivePlotter() + {;} + + public: + void Plot(G4int copyNo,G4int histID) + { hitIDMap[copyNo] = histID; } + + protected: + std::map hitIDMap; + + public: + G4int GetNumberOfHist() const + { return hitIDMap.size(); } +}; + +#endif + + diff --git a/source/digits_hits/utils/include/G4VScoringMesh.hh b/source/digits_hits/utils/include/G4VScoringMesh.hh index 3b58b32b80a..94c3da112c9 100644 --- a/source/digits_hits/utils/include/G4VScoringMesh.hh +++ b/source/digits_hits/utils/include/G4VScoringMesh.hh @@ -53,7 +53,7 @@ class G4ParallelWorldProcess; class G4VScoringMesh { public: - enum class MeshShape { box, cylinder, sphere, realWorldLogVol, undefined = -1}; + enum class MeshShape { box, cylinder, sphere, realWorldLogVol, probe, undefined = -1}; using EventScore = G4THitsMap< G4double >; using RunScore = G4THitsMap< G4StatDouble >; using MeshScoreMap = std::map< G4String, RunScore* >; @@ -174,7 +174,7 @@ public: // with description inline G4bool ReadyForQuantity() const { return (sizeIsSet && nMeshIsSet); } -protected: +//protected: // get registered primitive socrer by the name G4VPrimitiveScorer * GetPrimitiveScorer(const G4String & name); @@ -235,6 +235,15 @@ public: { copyNumberLevel = val; } inline G4int GetCopyNumberLevel() const { return copyNumberLevel; } + +protected: + // This flag may be set to true for Probe scoring mesh. + // There is no public set method for this boolean flag, but it should be set to true + // through SetMaterial() method of Probe scoring mesh. + G4bool layeredMassFlg; +public: + G4bool LayeredMassFlg() + { return layeredMassFlg; } }; #endif diff --git a/source/digits_hits/utils/sources.cmake b/source/digits_hits/utils/sources.cmake index d21c90189e0..2dbe38b0fea 100644 --- a/source/digits_hits/utils/sources.cmake +++ b/source/digits_hits/utils/sources.cmake @@ -1,104 +1,70 @@ #------------------------------------------------------------------------------ -# sources.cmake # Module : G4detutils # Package: Geant4.src.G4digits_hits.G4detutils -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/detector/include) -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/digits/include) -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include) -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/scorer/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/divisions/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/CSG/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPNumerics/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/graphics_reps/include) -include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) -include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/track/include) - # # Define the Geant4 Module. # -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4detutils - HEADERS - G4DefaultLinearColorMap.hh - G4ScoreLogColorMap.hh - G4VScoreNtupleWriter.hh - G4TScoreNtupleWriter.hh - G4TScoreNtupleWriter.icc - G4TScoreNtupleWriterMessenger.hh - G4TScoreNtupleWriterMessenger.icc - G4ScoreQuantityMessenger.hh - G4ScoringBox.hh - G4ScoringCylinder.hh - G4ScoringManager.hh - G4ScoringMessenger.hh - G4ScoringRealWorld.hh - G4VScoreColorMap.hh - G4VScoreWriter.hh - G4VScoringMesh.hh - SOURCES - G4DefaultLinearColorMap.cc - G4ScoreLogColorMap.cc - G4VScoreNtupleWriter.cc - G4ScoreQuantityMessenger.cc - G4ScoreQuantityMessengerQCmd.cc - G4ScoringBox.cc - G4ScoringCylinder.cc - G4ScoringManager.cc - G4ScoringMessenger.cc - G4ScoringRealWorld.cc - G4VScoreColorMap.cc - G4VScoreWriter.cc - G4VScoringMesh.cc - GRANULAR_DEPENDENCIES - G4csg - G4detector - G4detscorer - G4digits - G4geomdivision - G4geometrymng - G4globman - G4graphics_reps - G4hits - G4intercoms - G4materials - G4navigation - G4partman - G4track - G4volumes - GLOBAL_DEPENDENCIES - G4geometry - G4global - G4graphics_reps - G4intercoms - G4materials - G4particles - G4track - LINK_LIBRARIES +geant4_define_module(NAME G4detutils + HEADERS + G4DefaultLinearColorMap.hh + G4ScoreLogColorMap.hh + G4VPrimitivePlotter.hh + G4VScoreNtupleWriter.hh + G4TScoreNtupleWriter.hh + G4TScoreNtupleWriter.icc + G4TScoreNtupleWriterMessenger.hh + G4TScoreNtupleWriterMessenger.icc + G4ScoreQuantityMessenger.hh + G4ScoringBox.hh + G4ScoringCylinder.hh + G4ScoringManager.hh + G4ScoringMessenger.hh + G4ScoringRealWorld.hh + G4ScoringProbe.hh + G4VScoreColorMap.hh + G4VScoreWriter.hh + G4VScoringMesh.hh + SOURCES + G4DefaultLinearColorMap.cc + G4ScoreLogColorMap.cc + G4VScoreNtupleWriter.cc + G4ScoreQuantityMessenger.cc + G4ScoreQuantityMessengerQCmd.cc + G4ScoringBox.cc + G4ScoringCylinder.cc + G4ScoringManager.cc + G4ScoringMessenger.cc + G4ScoringRealWorld.cc + G4ScoringProbe.cc + G4VScoreColorMap.cc + G4VScoreWriter.cc + G4VScoringMesh.cc + GRANULAR_DEPENDENCIES + G4csg + G4detector + G4detscorer + G4digits + G4geomdivision + G4geometrymng + G4globman + G4graphics_reps + G4hits + G4intercoms + G4materials + G4navigation + G4partman + G4track + G4volumes + GLOBAL_DEPENDENCIES + G4geometry + G4global + G4graphics_reps + G4intercoms + G4materials + G4particles + G4track ) # List any source specific properties here - diff --git a/source/digits_hits/utils/src/G4ScoreQuantityMessenger.cc b/source/digits_hits/utils/src/G4ScoreQuantityMessenger.cc index 35fc0fb2f00..3ebd63d13a7 100644 --- a/source/digits_hits/utils/src/G4ScoreQuantityMessenger.cc +++ b/source/digits_hits/utils/src/G4ScoreQuantityMessenger.cc @@ -269,7 +269,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qCellChgCmd) { if ( CheckMeshPS(mesh,token[0],command) ){ G4PSCellCharge* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSCellCharge(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSCellCharge3D(token[0]); } @@ -293,6 +293,8 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal ed<<"Cell flux for real world volume is not yet supported. Command ignored."; command->CommandFailed(ed); return; + } else if(shape==MeshShape::probe) { + ps = new G4PSCellFlux(token[0]); } ps->SetUnit(token[1]); mesh->SetPrimitiveScorer(ps); @@ -314,6 +316,8 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal ed<<"Passing cell flux for real world volume is not yet supported. Command ignored."; command->CommandFailed(ed); return; + } else if(shape==MeshShape::probe) { + ps = new G4PSPassageCellFlux(token[0]); } ps->SetUnit(token[1]); mesh->SetPrimitiveScorer(ps); @@ -321,7 +325,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command==qeDepCmd) { if ( CheckMeshPS(mesh,token[0],command) ){ G4PSEnergyDeposit* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps =new G4PSEnergyDeposit(token[0],mesh->GetCopyNumberLevel()); } else { ps =new G4PSEnergyDeposit3D(token[0]); } @@ -342,7 +346,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal mesh->GetNumberOfSegments(nSeg); pps->SetNumberOfSegments(nSeg); ps = pps; - } else if(shape==MeshShape::realWorldLogVol) { + } else if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSDoseDeposit(token[0],mesh->GetCopyNumberLevel()); } ps->SetUnit(token[1]); @@ -351,7 +355,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qnOfStepCmd) { if ( CheckMeshPS(mesh,token[0],command) ){ G4PSNofStep* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSNofStep(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSNofStep3D(token[0]); } @@ -361,7 +365,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qnOfSecondaryCmd) { if ( CheckMeshPS(mesh,token[0],command) ){ G4PSNofSecondary* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSNofSecondary(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSNofSecondary3D(token[0]); } @@ -370,7 +374,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qTrackLengthCmd) { if ( CheckMeshPS(mesh,token[0],command) ){ G4PSTrackLength* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSTrackLength(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSTrackLength3D(token[0]); } @@ -383,7 +387,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qPassCellCurrCmd){ if( CheckMeshPS(mesh,token[0],command) ) { G4PSPassageCellCurrent* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSPassageCellCurrent(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSPassageCellCurrent3D(token[0]); } @@ -393,7 +397,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qPassTrackLengthCmd){ if( CheckMeshPS(mesh,token[0],command) ) { G4PSPassageTrackLength* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSPassageTrackLength(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSPassageTrackLength3D(token[0]); } @@ -404,7 +408,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qFlatSurfCurrCmd){ if( CheckMeshPS(mesh,token[0],command)) { G4PSFlatSurfaceCurrent* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSFlatSurfaceCurrent(token[0],StoI(token[1]),mesh->GetCopyNumberLevel()); } else { ps = new G4PSFlatSurfaceCurrent3D(token[0],StoI(token[1])); } @@ -420,7 +424,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qFlatSurfFluxCmd){ if( CheckMeshPS(mesh, token[0],command )) { G4PSFlatSurfaceFlux* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSFlatSurfaceFlux(token[0],StoI(token[1]),mesh->GetCopyNumberLevel()); } else { ps = new G4PSFlatSurfaceFlux3D(token[0],StoI(token[1])); } @@ -487,7 +491,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qNofCollisionCmd){ if( CheckMeshPS(mesh,token[0],command)) { G4PSNofCollision* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSNofCollision3D(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSNofCollision3D(token[0]); } @@ -497,7 +501,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qPopulationCmd){ if( CheckMeshPS(mesh,token[0],command) ) { G4PSPopulation* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSPopulation(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSPopulation3D(token[0]); } @@ -507,7 +511,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qTrackCountCmd){ if( CheckMeshPS(mesh,token[0],command)) { G4PSTrackCounter* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSTrackCounter(token[0],StoI(token[1]),mesh->GetCopyNumberLevel()); } else { ps = new G4PSTrackCounter3D(token[0],StoI(token[1])); } @@ -517,7 +521,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qTerminationCmd){ if( CheckMeshPS(mesh,token[0],command)) { G4PSTermination* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSTermination(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSTermination3D(token[0]); } @@ -528,7 +532,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qMinKinEAtGeneCmd){ if( CheckMeshPS(mesh,token[0],command) ){ G4PSMinKinEAtGeneration* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSMinKinEAtGeneration(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSMinKinEAtGeneration3D(token[0]); } @@ -538,7 +542,7 @@ void G4ScoreQuantityMessenger::SetNewValue(G4UIcommand * command,G4String newVal } else if(command== qStepCheckerCmd){ if( CheckMeshPS(mesh,token[0],command) ){ G4PSStepChecker* ps = nullptr; - if(shape==MeshShape::realWorldLogVol) + if(shape==MeshShape::realWorldLogVol || shape==MeshShape::probe) { ps = new G4PSStepChecker(token[0],mesh->GetCopyNumberLevel()); } else { ps = new G4PSStepChecker3D(token[0]); } diff --git a/source/digits_hits/utils/src/G4ScoringMessenger.cc b/source/digits_hits/utils/src/G4ScoringMessenger.cc index bc9da3c2d48..9496663dc56 100644 --- a/source/digits_hits/utils/src/G4ScoringMessenger.cc +++ b/source/digits_hits/utils/src/G4ScoringMessenger.cc @@ -33,6 +33,7 @@ #include "G4ScoringBox.hh" #include "G4ScoringCylinder.hh" #include "G4ScoringRealWorld.hh" +#include "G4ScoringProbe.hh" #include "G4UIdirectory.hh" #include "G4UIcmdWithoutParameter.hh" @@ -66,9 +67,6 @@ G4ScoringMessenger::G4ScoringMessenger(G4ScoringManager* SManager) verboseCmd->SetGuidance(" 0) errors or warnings,"); verboseCmd->SetGuidance(" 1) information with 0)"); - meshDir = new G4UIdirectory("/score/mesh/"); - meshDir->SetGuidance(" Mesh processing commands."); - meshCreateDir = new G4UIdirectory("/score/create/"); meshCreateDir->SetGuidance(" Mesh creation commands."); // @@ -98,6 +96,20 @@ G4ScoringMessenger::G4ScoringMessenger(G4ScoringManager* SManager) param->SetDefaultValue(0); meshRWLogVolCreateCmd->SetParameter(param); // + probeCreateCmd = new G4UIcommand("/score/create/probe",this); + probeCreateCmd->SetGuidance("Define scoring probe."); + probeCreateCmd->SetGuidance(" halfSize defines the half-width of the probing cube."); + param = new G4UIparameter("pname",'s',false); + probeCreateCmd->SetParameter(param); + param = new G4UIparameter("halfSize",'d',false); + probeCreateCmd->SetParameter(param); + param = new G4UIparameter("unit",'s',true); + param->SetDefaultUnit("mm"); + probeCreateCmd->SetParameter(param); + param = new G4UIparameter("checkOverlap",'b',true); + param->SetDefaultValue(false); + probeCreateCmd->SetParameter(param); + // meshOpnCmd = new G4UIcmdWithAString("/score/open",this); meshOpnCmd->SetGuidance("Open scoring mesh."); meshOpnCmd->SetParameterName("MeshName",false); @@ -108,6 +120,9 @@ G4ScoringMessenger::G4ScoringMessenger(G4ScoringManager* SManager) // meshActCmd = new G4UIcmdWithABool("/score/mesh/activate",this); // meshActCmd->SetGuidance("Activate scoring mesh."); // meshActCmd->SetParameterName("MeshName",false); + // + meshDir = new G4UIdirectory("/score/mesh/"); + meshDir->SetGuidance(" Mesh processing commands."); // mBoxSizeCmd = new G4UIcmdWith3VectorAndUnit("/score/mesh/boxSize",this); mBoxSizeCmd->SetGuidance("Define size of the scoring mesh."); @@ -192,6 +207,23 @@ G4ScoringMessenger::G4ScoringMessenger(G4ScoringManager* SManager) mRotZCmd->SetParameterName("Rz",false); mRotZCmd->SetDefaultUnit("deg"); // + probeDir = new G4UIdirectory("/score/probe/"); + probeDir->SetGuidance("Probe commands"); + + probeMatCmd = new G4UIcmdWithAString("/score/probe/material",this); + probeMatCmd->SetGuidance("Specify a material to the probe cube."); + probeMatCmd->SetGuidance("Material name has to be taken from G4NistManager."); + probeMatCmd->SetGuidance("Once this command is used, the specified material overlays the material in the mass geometry"); + probeMatCmd->SetGuidance("with \"Layered Mass Geometry\" mechanism so that physics quantities such as energy deposition"); + probeMatCmd->SetGuidance("or dose will be calculated with this material."); + probeMatCmd->SetGuidance("To switch-off this overlaying, use \"none\"."); + probeMatCmd->SetParameterName("matName",true); + probeMatCmd->SetDefaultValue("none"); + + probeLocateCmd = new G4UIcmdWith3VectorAndUnit("/score/probe/locate",this); + probeLocateCmd->SetGuidance("Locate a probe in the global coordinate system."); + probeLocateCmd->SetParameterName("x","y","z",false); + probeLocateCmd->SetDefaultUnit("mm"); // Draw Scoring result drawCmd = new G4UIcommand("/score/drawProjection",this); @@ -335,10 +367,11 @@ G4ScoringMessenger::~G4ScoringMessenger() delete listCmd; delete verboseCmd; // - delete meshCreateDir; delete meshBoxCreateCmd; delete meshCylinderCreateCmd; delete meshRWLogVolCreateCmd; + delete probeCreateCmd; + delete meshCreateDir; // delete meshSphereCreateCmd; // delete meshOpnCmd; @@ -362,6 +395,10 @@ G4ScoringMessenger::~G4ScoringMessenger() delete mRotZCmd; delete mRotDir; // + delete probeLocateCmd; + delete probeMatCmd; + delete probeDir; + // //delete chartCmd; delete dumpCmd; delete drawCmd; @@ -370,10 +407,10 @@ G4ScoringMessenger::~G4ScoringMessenger() delete floatMinMaxCmd; delete colorMapMinMaxCmd; delete colorMapDir; + delete dumpQtyToFileCmd; delete dumpQtyWithFactorCmd; - delete dumpQtyWithFactorCmd; delete dumpAllQtsToFileCmd; - delete dumpAllQtsWithFactorCmd; + delete dumpAllQtsWithFactorCmd; // delete scoreDir; } @@ -545,7 +582,70 @@ void G4ScoringMessenger::SetNewValue(G4UIcommand * command,G4String newVal) command->CommandFailed(ed); } } + } else if(command==probeCreateCmd) { + auto mesh = fSMan->GetCurrentMesh(); + if ( mesh ){ + G4ExceptionDescription ed; + ed << "ERROR[" << meshRWLogVolCreateCmd->GetCommandPath() + << "] : Mesh <" << mesh->GetWorldName() + << "> is still open. Close it first. Command ignored."; + command->CommandFailed(ed); + } + else + { + G4Tokenizer next(newVal); + G4String qname = next(); + G4double halfSize = StoD(next()); + halfSize *= G4UIcommand::ValueOf(next()); + G4bool checkOverlap = StoB(next()); + mesh = fSMan->FindMesh(qname); + if(!mesh) + { + mesh = new G4ScoringProbe(qname,halfSize,checkOverlap); + fSMan->RegisterScoringMesh(mesh); + } + else + { + G4ExceptionDescription ed; + ed << "ERROR[" << probeCreateCmd->GetCommandPath() + << "] : Mesh name <" << qname << "> already exists. Use another name."; + command->CommandFailed(ed); + } + } + } else if(command==probeMatCmd || command==probeLocateCmd) { + auto mesh = fSMan->GetCurrentMesh(); + if(!mesh) + { + G4ExceptionDescription ed; + ed << "ERROR : No mesh is currently open. Open/create a mesh first. Command ignored."; + command->CommandFailed(ed); + return; + } + if(mesh->GetShape() != MeshShape::probe) + { + G4ExceptionDescription ed; + ed << "ERROR : Inconsistent mesh type. Close current mesh and open Scoring Probe."; + command->CommandFailed(ed); + return; + } + if(command==probeMatCmd) + { + G4bool succ = static_cast(mesh)->SetMaterial(newVal); + if(!succ) + { + G4ExceptionDescription ed; + ed << "Material <" << newVal << "> is not defind in G4NistManager. Command is ignored.\n" + << "Use /material/nist/listMaterials command to see the available materials."; + command->CommandFailed(ed); + return; + } + } + else if(command==probeLocateCmd) + { + G4ThreeVector loc = probeLocateCmd->GetNew3VectorValue(newVal); + static_cast(mesh)->LocateProbe(loc); + } } else if(command==listColorMapCmd) { fSMan->ListScoreColorMaps(); } else if(command==floatMinMaxCmd) { diff --git a/source/digits_hits/utils/src/G4ScoringProbe.cc b/source/digits_hits/utils/src/G4ScoringProbe.cc new file mode 100644 index 00000000000..0acaaa3e639 --- /dev/null +++ b/source/digits_hits/utils/src/G4ScoringProbe.cc @@ -0,0 +1,140 @@ +// +// ******************************************************************** +// * 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 "G4ScoringProbe.hh" + +#include "G4Box.hh" +#include "G4LogicalVolume.hh" +#include "G4LogicalVolumeStore.hh" +#include "G4VPhysicalVolume.hh" +#include "G4PVPlacement.hh" +#include "G4Region.hh" +#include "G4RegionStore.hh" +#include "G4Threading.hh" +#include "G4Material.hh" +#include "G4NistManager.hh" + +#include "G4MultiFunctionalDetector.hh" +#include "G4SDParticleFilter.hh" +#include "G4VPrimitiveScorer.hh" + +#include "G4ScoringManager.hh" +#include "G4StatDouble.hh" + +#include "G4SystemOfUnits.hh" +#include "G4VisAttributes.hh" + +G4ScoringProbe::G4ScoringProbe(G4String lvName, G4double half_size, G4bool checkOverlap) + :G4VScoringMesh(lvName), chkOverlap(checkOverlap), + layeredMaterialName("none"), layeredMaterial(nullptr) +{ + fShape = MeshShape::probe; + logVolName = lvName; + probeSize = half_size; + G4double hs[] = {half_size,half_size,half_size}; + SetSize(hs); + G4int nBin[] = {1,1,1}; + SetNumberOfSegments(nBin); + regName = lvName + "_region"; + if(G4Threading::IsMasterThread()) + { new G4Region(regName); } +} + +G4ScoringProbe::~G4ScoringProbe() +{ +} + +void G4ScoringProbe::List() const +{ + G4cout << "G4ScoringProbe : " << logVolName << G4endl; + G4int np = posVec.size(); + for(G4int i=0;i> probe #" << i << " at " << posVec[i] << G4endl; } + G4VScoringMesh::List(); +} + +#include "G4AutoLock.hh" +namespace { G4Mutex logvolmutex = G4MUTEX_INITIALIZER; } + +void G4ScoringProbe::SetupGeometry(G4VPhysicalVolume* worldPhys) +{ + if(G4Threading::IsMasterThread()) + { + auto worldLog = worldPhys->GetLogicalVolume(); + auto region = G4RegionStore::GetInstance()->GetRegion(regName); + assert(region!=nullptr); + region->AddRootLogicalVolume(worldLog); + region->SetWorld(worldPhys); + + auto boxSolid = new G4Box(logVolName+"_solid",probeSize,probeSize,probeSize); + fMeshElementLogical = new G4LogicalVolume(boxSolid,layeredMaterial,logVolName+"_log"); + + G4int np = posVec.size(); + for(G4int i=0;iSetVisibility(false); + worldLog->SetVisAttributes(wisatt); + G4VisAttributes* visatt = new G4VisAttributes(G4Colour(.5,.5,.5)); + visatt->SetVisibility(true); + fMeshElementLogical->SetVisAttributes(visatt); + } + else + { + G4AutoLock l(&logvolmutex); + fMeshElementLogical = G4LogicalVolumeStore::GetInstance()->GetVolume(logVolName,false); + assert(fMeshElementLogical!=nullptr); + l.unlock(); + } + + fMeshElementLogical->SetSensitiveDetector(fMFD); + +} + +G4bool G4ScoringProbe::SetMaterial(G4String val) +{ + if(val == "none") + { + layeredMaterialName = val; + layeredMassFlg = false; + layeredMaterial = nullptr; + } + else + { + auto mat = G4NistManager::Instance()->FindOrBuildMaterial(val); + if(!mat) + { return false; } + layeredMaterialName = val; + layeredMassFlg = true; + layeredMaterial = mat; + } + auto region = G4RegionStore::GetInstance()->GetRegion(regName); + assert(region!=nullptr); + region->UpdateMaterialList(); + return true; +} + diff --git a/source/digits_hits/utils/src/G4ScoringRealWorld.cc b/source/digits_hits/utils/src/G4ScoringRealWorld.cc index fb92000b469..757caddd57d 100644 --- a/source/digits_hits/utils/src/G4ScoringRealWorld.cc +++ b/source/digits_hits/utils/src/G4ScoringRealWorld.cc @@ -61,8 +61,11 @@ void G4ScoringRealWorld::List() const G4VScoringMesh::List(); } +#include "G4AutoLock.hh" +namespace { G4Mutex logvolmutex = G4MUTEX_INITIALIZER; } void G4ScoringRealWorld::SetupGeometry(G4VPhysicalVolume* ) { + G4AutoLock l(&logvolmutex); auto store = G4LogicalVolumeStore::GetInstance(); auto itr = store->begin(); for(;itr!=store->end();itr++) diff --git a/source/digits_hits/utils/src/G4VScoringMesh.cc b/source/digits_hits/utils/src/G4VScoringMesh.cc index 383dd1d6a62..f6fd7df7086 100644 --- a/source/digits_hits/utils/src/G4VScoringMesh.cc +++ b/source/digits_hits/utils/src/G4VScoringMesh.cc @@ -49,7 +49,7 @@ G4VScoringMesh::G4VScoringMesh(const G4String& wName) verboseLevel(0),sizeIsSet(false),nMeshIsSet(false), fDrawUnit(""), fDrawUnitValue(1.), fMeshElementLogical(nullptr), fParallelWorldProcess(nullptr), fGeometryHasBeenDestroyed(false), - copyNumberLevel(0) + copyNumberLevel(0), layeredMassFlg(false) { G4SDManager::GetSDMpointer()->AddNewDetector(fMFD); @@ -76,7 +76,7 @@ void G4VScoringMesh::SetSize(G4double size[3]) { for(int i = 0; i < 3; i++) fSize[i] = size[i]; sizeIsSet = true; }else{ - G4String message = " The size of scoring mesh can not be changed."; + G4String message = " The size of scoring mesh is updated."; G4Exception("G4VScoringMesh::SetSize()", "DigiHitsUtilsScoreVScoringMesh000", JustWarning, message); @@ -92,7 +92,7 @@ void G4VScoringMesh::SetCenterPosition(G4double centerPosition[3]) { fCenterPosition = G4ThreeVector(centerPosition[0], centerPosition[1], centerPosition[2]); } void G4VScoringMesh::SetNumberOfSegments(G4int nSegment[3]) { - if ( !nMeshIsSet || fShape==MeshShape::realWorldLogVol ){ + if ( !nMeshIsSet || fShape==MeshShape::realWorldLogVol || fShape==MeshShape::probe ){ for(int i = 0; i < 3; i++) fNSegment[i] = nSegment[i]; nMeshIsSet = true; } else { diff --git a/source/error_propagation/CMakeLists.txt b/source/error_propagation/CMakeLists.txt index f216964c777..157ba782028 100644 --- a/source/error_propagation/CMakeLists.txt +++ b/source/error_propagation/CMakeLists.txt @@ -1,19 +1,6 @@ #------------------------------------------------------------------------------ -# CMakeLists.txt # Module : G4error_propagation # Package: Geant4.src.G4error_propagation -# -# CMakeLists.txt for single level library that may be build global or granular -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ -include(Geant4MacroLibraryTargets) -if(GEANT4_BUILD_GRANULAR_LIBS) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -else() - GEANT4_GLOBAL_LIBRARY_TARGET(COMPONENTS sources.cmake) -endif() - +geant4_global_library_target(COMPONENTS sources.cmake) diff --git a/source/error_propagation/History b/source/error_propagation/History index 79546f7f812..61116eb7752 100644 --- a/source/error_propagation/History +++ b/source/error_propagation/History @@ -16,6 +16,10 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +9-Dec-2019 - B.Morgan (error-propagation-V10-06-00) +- Cleanup CMake build, removing obsolete granular library option and + explicit include_directories. + 19-Dec-2017 - G.Cosmo (error-propagation-V10-04-00) - Fixed self-consistency in headers (missing #include) in G4ErrorMatrix, G4ErrorRunManagerHelper and G4ErrorSymMatrix. diff --git a/source/error_propagation/sources.cmake b/source/error_propagation/sources.cmake index 6524d0d7a1a..42c945e3308 100644 --- a/source/error_propagation/sources.cmake +++ b/source/error_propagation/sources.cmake @@ -1,136 +1,91 @@ #------------------------------------------------------------------------------ -# sources.cmake # Module : G4error_propagation # Package: Geant4.src.G4error_propagation -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/digits/include) -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include) -include_directories(${CMAKE_SOURCE_DIR}/source/event/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/magneticfield/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/solids/CSG/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) -include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/processes/cuts/include) -include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/muons/include) -include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/standard/include) -include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include) -include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/processes/transportation/include) -include_directories(${CMAKE_SOURCE_DIR}/source/run/include) -include_directories(${CMAKE_SOURCE_DIR}/source/track/include) -include_directories(${CMAKE_SOURCE_DIR}/source/tracking/include) - # # Define the Geant4 Module. # -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4error_propagation - HEADERS - G4ErrorFreeTrajParam.hh - G4ErrorFreeTrajState.hh - G4ErrorGeomVolumeTarget.hh - G4ErrorMagFieldLimitProcess.hh - G4ErrorMatrix.hh - G4ErrorMatrix.icc - G4ErrorMessenger.hh - G4ErrorPhysicsList.hh - G4ErrorPropagator.hh - G4ErrorPropagatorManager.hh - G4ErrorRunManagerHelper.hh - G4ErrorStepLengthLimitProcess.hh - G4ErrorSurfaceTrajParam.hh - G4ErrorSurfaceTrajState.hh - G4ErrorSymMatrix.hh - G4ErrorSymMatrix.icc - G4ErrorTrackLengthTarget.hh - G4ErrorTrajErr.hh - G4ErrorTrajState.hh - G4VErrorLimitProcess.hh - SOURCES - G4ErrorFreeTrajParam.cc - G4ErrorFreeTrajState.cc - G4ErrorGeomVolumeTarget.cc - G4ErrorMagFieldLimitProcess.cc - G4ErrorMatrix.cc - G4ErrorMessenger.cc - G4ErrorPhysicsList.cc - G4ErrorPropagator.cc - G4ErrorPropagatorManager.cc - G4ErrorRunManagerHelper.cc - G4ErrorStepLengthLimitProcess.cc - G4ErrorSurfaceTrajParam.cc - G4ErrorSurfaceTrajState.cc - G4ErrorSymMatrix.cc - G4ErrorTrackLengthTarget.cc - G4ErrorTrajState.cc - G4VErrorLimitProcess.cc - GRANULAR_DEPENDENCIES - G4baryons - G4bosons - G4csg - G4cuts - G4digits - G4emstandard - G4emutils - G4event - G4geometrymng - G4globman - G4hits - G4intercoms - G4ions - G4leptons - G4magneticfield - G4materials - G4mesons - G4muons - G4navigation - G4partman - G4procman - G4run - G4track - G4tracking - G4transportation - G4volumes - GLOBAL_DEPENDENCIES - G4digits_hits - G4event - G4geometry - G4global - G4intercoms - G4materials - G4particles - G4processes - G4run - G4track - G4tracking - LINK_LIBRARIES +geant4_define_module(NAME G4error_propagation + HEADERS + G4ErrorFreeTrajParam.hh + G4ErrorFreeTrajState.hh + G4ErrorGeomVolumeTarget.hh + G4ErrorMagFieldLimitProcess.hh + G4ErrorMatrix.hh + G4ErrorMatrix.icc + G4ErrorMessenger.hh + G4ErrorPhysicsList.hh + G4ErrorPropagator.hh + G4ErrorPropagatorManager.hh + G4ErrorRunManagerHelper.hh + G4ErrorStepLengthLimitProcess.hh + G4ErrorSurfaceTrajParam.hh + G4ErrorSurfaceTrajState.hh + G4ErrorSymMatrix.hh + G4ErrorSymMatrix.icc + G4ErrorTrackLengthTarget.hh + G4ErrorTrajErr.hh + G4ErrorTrajState.hh + G4VErrorLimitProcess.hh + SOURCES + G4ErrorFreeTrajParam.cc + G4ErrorFreeTrajState.cc + G4ErrorGeomVolumeTarget.cc + G4ErrorMagFieldLimitProcess.cc + G4ErrorMatrix.cc + G4ErrorMessenger.cc + G4ErrorPhysicsList.cc + G4ErrorPropagator.cc + G4ErrorPropagatorManager.cc + G4ErrorRunManagerHelper.cc + G4ErrorStepLengthLimitProcess.cc + G4ErrorSurfaceTrajParam.cc + G4ErrorSurfaceTrajState.cc + G4ErrorSymMatrix.cc + G4ErrorTrackLengthTarget.cc + G4ErrorTrajState.cc + G4VErrorLimitProcess.cc + GRANULAR_DEPENDENCIES + G4baryons + G4bosons + G4csg + G4cuts + G4digits + G4emstandard + G4emutils + G4event + G4geometrymng + G4globman + G4hits + G4intercoms + G4ions + G4leptons + G4magneticfield + G4materials + G4mesons + G4muons + G4navigation + G4partman + G4procman + G4run + G4track + G4tracking + G4transportation + G4volumes + GLOBAL_DEPENDENCIES + G4digits_hits + G4event + G4geometry + G4global + G4intercoms + G4materials + G4particles + G4processes + G4run + G4track + G4tracking + LINK_LIBRARIES ) # List any source specific properties here diff --git a/source/event/CMakeLists.txt b/source/event/CMakeLists.txt index 63590265fff..13e19cc23d7 100644 --- a/source/event/CMakeLists.txt +++ b/source/event/CMakeLists.txt @@ -2,24 +2,12 @@ # CMakeLists.txt # Module : G4event # Package: Geant4.src.G4event -# -# CMakeLists.txt for single level library that may be build global or granular -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ # Add allocation export symbol for the event category add_definitions(-DG4EVENT_ALLOC_EXPORT) -########add_definitions(-DG4_USESMARTSTACK) -include(Geant4MacroLibraryTargets) -if(GEANT4_BUILD_GRANULAR_LIBS) - GEANT4_GRANULAR_LIBRARY_TARGET(COMPONENT sources.cmake) -else() - GEANT4_GLOBAL_LIBRARY_TARGET(COMPONENTS sources.cmake) -endif() +geant4_global_library_target(COMPONENTS sources.cmake) # Enable smart stack if(GEANT4_USE_SMARTSTACK) diff --git a/source/event/History b/source/event/History index 6b1867b5388..83a3884fe22 100644 --- a/source/event/History +++ b/source/event/History @@ -16,60 +16,85 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- -November 19th, 2019 G. Cosmo (event-V10-05-08) +April 29th, 2020 M.Asai (event-V10-06-05) +- G4GeneralParticleSourceMessenger: command structure clean-up. + +April 28th, 2020 G.Cosmo (event-V10-06-04) +- Code formatting and cleanup. + +April 20th, 2020 M.Asai (event-V10-06-03) +- Introducing a new General Particle Source energy distribution option, + that generates flat energy distribution with track weights that + represents energy spectrum provided by /gps/hist/point commands. + This option can enhance, for example, higher energy tracks that are + rare but contribute to the scores. + +February 28th, 2020 G.Cosmo (event-V10-06-02) +- Fixed Coverity defect in G4GeneralParticleSourceMessenger. + +February 26th, 2020 G.Cosmo (event-V10-06-01) +- Some code cleanup, formatting and C++11 revision. +- Removed obsolete and unused headers. +- Corrected logic in G4VPrimaryGenerator::CheckVertexInsideWorld() method. + +December 9th, 2019 B.Morgan (event-V10-06-00) +- Cleanup CMake build, removing obsolete granular library option and + explicit include_directories. + +November 19th, 2019 G.Cosmo (event-V10-05-08) - Fixed more implicit type conversions. -November 15th, 2019 G. Cosmo (event-V10-05-07) +November 15th, 2019 G.Cosmo (event-V10-05-07) - Fixed implicit type conversions from size_t to G4int in G4TrackStack and G4TrajectoryContainer. Fixed typos and ome code cleanup. -October 25th, 2019 B. Morgan (event-V10-05-06) +October 25th, 2019 B.Morgan (event-V10-05-06) - Make -DG4_USESMARTSTACK a public compile definition of G4event to propagate it directly to CMake clients. October 1st, 2019 M. Asai (event-V10-05-05) -- G4SPSEneDistribution.cc: Protect inifinite loop caused by while loop. +- G4SPSEneDistribution.cc: Protect infinite loop caused by while loop. Addressing to Bugzilla report #2177. -June 3rd, 2019 M. Asai (event-V10-05-04) +June 3rd, 2019 M.Asai (event-V10-05-04) - G4SPSPosDistribution::GetConfineVolume() now returns const G4String&. -May 29th, 2019 M. Asai (event-V10-05-03) +May 29th, 2019 M.Asai (event-V10-05-03) - G4SPSPosDistribution.hh: Add get methods for volume confinement based on the Geant4 GitHub user request. -March 11th, 2019 G. Cosmo (event-V10-05-02) +March 11th, 2019 G.Cosmo (event-V10-05-02) - Fixed typos in printouts in G4GeneralParticleSourceMessenger. -January 31st, 2019 I. Hrivnacova +January 31st, 2019 I.Hrivnacova - Merged GitHub PR #4: all Boolean operators now return G4bool. -January 28th, 2019 M. Asai (event-V10-05-01) +January 28th, 2019 M.Asai (event-V10-05-01) - G4HEPEvtInterface.cc : Clean up G4Exception seviorities when end-of-file is detected. -December 14th, 2018 M. Asai (event-V10-05-00) +December 14th, 2018 M.Asai (event-V10-05-00) - G4PrimaryTransformer.cc : Allowing absolute zero proper decay time. Co-working with particles-V10-05-00 and decay-V10-05-00. -November 9th, 2018 G. Cosmo (event-V10-04-08) +November 9th, 2018 G.Cosmo (event-V10-04-08) - Fixed printout typos. -May 17th, 2018 J. Madsen (event-V10-04-07) +May 17th, 2018 J.Madsen (event-V10-04-07) - updated "thread-local-static-var" model to "function-returning-thread-local-static-reference" model which fixes Windows DLL + MT -April 30, 2018 M. Asai (event-V10-04-06) +April 30, 2018 M.Asai (event-V10-04-06) - Re-tagging event-V10-04-04 : Change the default stack to G4TrackStak. Addressing to bug report #2040. -April 2, 2018 M. Asai (event-V10-04-05) +April 2, 2018 M.Asai (event-V10-04-05) - Tag event-V10-04-04 is removed for the time being. - G4StackManager.cc : code clean up. -March 16, 2018 M. Asai (event-V10-04-04) +March 16, 2018 M.Asai (event-V10-04-04) - Change the default stack to G4TrackStak. Addressing to bug report #2040. diff --git a/source/event/include/G4AdjointPosOnPhysVolGenerator.hh b/source/event/include/G4AdjointPosOnPhysVolGenerator.hh index 1ab954e4162..5da00e32f1d 100644 --- a/source/event/include/G4AdjointPosOnPhysVolGenerator.hh +++ b/source/event/include/G4AdjointPosOnPhysVolGenerator.hh @@ -23,34 +23,31 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4AdjointPosOnPhysVolGenerator // -///////////////////////////////////////////////////////////////////////////////// -// Class Name: G4AdjointPosOnPhysVolGenerator -// Author: L. Desorgher -// Organisation: SpaceIT GmbH -// Contract: ESA contract 21435/08/NL/AT -// Customer: ESA/ESTEC -///////////////////////////////////////////////////////////////////////////////// +// Class description: // -// CHANGE HISTORY -// -------------- -// ChangeHistory: -// 1st June 2006 creation by L. Desorgher -// -//------------------------------------------------------------- -// Documentation: -// This class is responsible for the generation of primary adjoint particle on the external surface of a user selected volume. -// The particle are generated uniformly on the surface with the angular distribution set to a cosine law relative to normal of the surface. -// It is equivalent to the flux going in from the surface if an isotropic flux is considered outside. -// It uses ray tracking technique and can be applied to all kind of convex volume. Uisng the ray tracking technique the area -// of the external surface is also computed. The area is needed to fix the weight of the primary adjoint particle. -// At the time of the development of this class, generation of particle on volume surface and computation of surface was limited in G4, -// therfore the general ray tracking technique was adopted. It could be now (2009) that direct method of G4VSolid could be used instead. To be checked! -// -// -// -#ifndef G4AdjointPosOnPhysVolGenerator_h -#define G4AdjointPosOnPhysVolGenerator_h 1 +// This class is responsible for the generation of primary adjoint particles +// on the external surface of a user selected volume. +// The particles are generated uniformly on the surface with the angular +// distribution set to a cosine law relative to normal of the surface. +// It is equivalent to the flux going in from the surface if an isotropic flux +// is considered outside. +// It uses ray tracking technique and can be applied to all kind of convex +// volumes. Using the ray tracking technique the area of the external surface +// is also computed. The area is needed to fix the weight of the primary +// adjoint particle. +// At the time of the development of this class, generation of points on +// volume surface and computation of surface was limited in Geant4, therefore +// the general ray tracking technique was adopted. The direct method in +// G4VSolid could be now (2009) used instead. + +// Author: L. Desorgher, SpaceIT GmbH - 01.06.2006 +// Contract: ESA contract 21435/08/NL/AT +// Customer: ESA/ESTEC +// -------------------------------------------------------------------- +#ifndef G4AdjointPosOnPhysVolGenerator_hh +#define G4AdjointPosOnPhysVolGenerator_hh 1 #include "G4VPhysicalVolume.hh" #include "G4AffineTransform.hh" @@ -59,57 +56,68 @@ class G4VSolid; class G4AdjointPosOnPhysVolGenerator -/////////////////////// { +//--------- + public: +//--------- -//-------- - public: //without description -//-------- - - static G4AdjointPosOnPhysVolGenerator* GetInstance(); + static G4AdjointPosOnPhysVolGenerator* GetInstance(); -//-------- - public: //public methods -//-------- - G4VPhysicalVolume* DefinePhysicalVolume(const G4String& aName); - void DefinePhysicalVolume1(const G4String& aName); - G4double ComputeAreaOfExtSurface(); - G4double ComputeAreaOfExtSurface(G4int NStat); - G4double ComputeAreaOfExtSurface(G4double epsilon); - G4double ComputeAreaOfExtSurface(G4VSolid* aSolid); - G4double ComputeAreaOfExtSurface(G4VSolid* aSolid,G4int NStat); - G4double ComputeAreaOfExtSurface(G4VSolid* aSolid,G4double epsilon); + G4VPhysicalVolume* DefinePhysicalVolume(const G4String& aName); + void DefinePhysicalVolume1(const G4String& aName); + G4double ComputeAreaOfExtSurface(); + G4double ComputeAreaOfExtSurface(G4int NStat); + G4double ComputeAreaOfExtSurface(G4double epsilon); + G4double ComputeAreaOfExtSurface(G4VSolid* aSolid); + G4double ComputeAreaOfExtSurface(G4VSolid* aSolid,G4int NStat); + G4double ComputeAreaOfExtSurface(G4VSolid* aSolid,G4double epsilon); - void GenerateAPositionOnTheExtSurfaceOfASolid(G4VSolid* aSolid,G4ThreeVector& p, G4ThreeVector& direction); - void GenerateAPositionOnTheExtSurfaceOfTheSolid(G4ThreeVector& p, G4ThreeVector& direction); - void GenerateAPositionOnTheExtSurfaceOfThePhysicalVolume(G4ThreeVector& p, G4ThreeVector& direction); - void GenerateAPositionOnTheExtSurfaceOfThePhysicalVolume(G4ThreeVector& p, G4ThreeVector& direction, - G4double& costh_to_normal); + void GenerateAPositionOnTheExtSurfaceOfASolid(G4VSolid* aSolid, + G4ThreeVector& p, + G4ThreeVector& direction); + void GenerateAPositionOnTheExtSurfaceOfTheSolid(G4ThreeVector& p, + G4ThreeVector& direction); + void GenerateAPositionOnTheExtSurfaceOfThePhysicalVolume(G4ThreeVector& p, + G4ThreeVector& direction); + void GenerateAPositionOnTheExtSurfaceOfThePhysicalVolume(G4ThreeVector& p, + G4ThreeVector& direction, + G4double& costh_to_normal); - //inline public methods - - inline void SetSolid(G4VSolid* aSolid){theSolid=aSolid;} - inline G4double GetAreaOfExtSurfaceOfThePhysicalVolume(){return AreaOfExtSurfaceOfThePhysicalVolume;} - inline G4double GetCosThDirComparedToNormal(){return CosThDirComparedToNormal;} + inline void SetSolid(G4VSolid* aSolid) + { theSolid=aSolid; } + inline G4double GetAreaOfExtSurfaceOfThePhysicalVolume() + { return AreaOfExtSurfaceOfThePhysicalVolume; } + inline G4double GetCosThDirComparedToNormal() + { return CosThDirComparedToNormal; } //--------- - private: //private methods + private: // private methods //--------- - G4AdjointPosOnPhysVolGenerator(); - ~G4AdjointPosOnPhysVolGenerator(); - G4double ComputeAreaOfExtSurfaceStartingFromSphere(G4VSolid* aSolid,G4int NStat); - G4double ComputeAreaOfExtSurfaceStartingFromBox(G4VSolid* aSolid,G4int NStat); - void GenerateAPositionOnASolidBoundary(G4VSolid* aSolid,G4ThreeVector& p, G4ThreeVector& direction); - G4double GenerateAPositionOnASphereBoundary(G4VSolid* aSolid,G4ThreeVector& p, G4ThreeVector& direction); - G4double GenerateAPositionOnABoxBoundary(G4VSolid* aSolid,G4ThreeVector& p, G4ThreeVector& direction); - void ComputeTransformationFromPhysVolToWorld(); + + G4AdjointPosOnPhysVolGenerator(); + ~G4AdjointPosOnPhysVolGenerator(); + G4double ComputeAreaOfExtSurfaceStartingFromSphere(G4VSolid* aSolid, + G4int NStat); + G4double ComputeAreaOfExtSurfaceStartingFromBox(G4VSolid* aSolid, + G4int NStat); + void GenerateAPositionOnASolidBoundary(G4VSolid* aSolid, + G4ThreeVector& p, + G4ThreeVector& direction); + G4double GenerateAPositionOnASphereBoundary(G4VSolid* aSolid, + G4ThreeVector& p, + G4ThreeVector& direction); + G4double GenerateAPositionOnABoxBoundary(G4VSolid* aSolid, + G4ThreeVector& p, + G4ThreeVector& direction); + void ComputeTransformationFromPhysVolToWorld(); //--------- - private: //attributes + private: // attributes //--------- + static G4ThreadLocal G4AdjointPosOnPhysVolGenerator* theInstance; - G4VSolid* theSolid; - G4VPhysicalVolume* thePhysicalVolume; + G4VSolid* theSolid = nullptr; + G4VPhysicalVolume* thePhysicalVolume = nullptr; G4bool UseSphere; G4String ModelOfSurfaceSource; @@ -119,4 +127,3 @@ class G4AdjointPosOnPhysVolGenerator }; #endif - diff --git a/source/event/include/G4AdjointPrimaryGenerator.hh b/source/event/include/G4AdjointPrimaryGenerator.hh index a663189a66f..e820122a2ff 100644 --- a/source/event/include/G4AdjointPrimaryGenerator.hh +++ b/source/event/include/G4AdjointPrimaryGenerator.hh @@ -23,37 +23,31 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4AdjointPrimaryGenerator // -///////////////////////////////////////////////////////////////////////////////// -// Module: G4AdjointPrimaryGenerator -// Author: L. Desorgher -// Organisation: SpaceIT GmbH -// Contract: ESA contract 21435/08/NL/AT -// Customer: ESA/ESTEC -///////////////////////////////////////////////////////////////////////////////// +// Class description: // -// CHANGE HISTORY -// -------------- -// ChangeHistory: -// November 2009 creation by L. Desorgher, Splitting of G4AdjointPrimaryGeneratorAction in two classes G4AdjointPrimaryGeneratorAction and G4AdjointPrimaryGenerator -// -//------------------------------------------------------------- -// Documentation: -// This class represents the Primary Generator that generate vertex (energy,position and direction) of primary adjoint particles. -// It is used by G4AdjointPrimaryGeneratorAction. If the adjoint source is selected by the user as being on the external boundary of a volume -// it uses the class G4AdjointPosOnPhysVolGenerator to generate the vertex positions and directions. Otherwise G4SingleParticleSource is used. -// -// -// -#ifndef G4AdjointPrimaryGenerator_h -#define G4AdjointPrimaryGenerator_h 1 -#include "globals.hh" -#include"G4ThreeVector.hh" +// This class represents the Primary Generator that generates vertex +// (energy, position and direction) of primary adjoint particles. +// It is used by G4AdjointPrimaryGeneratorAction. If the adjoint source is +// selected by the user as being on the external boundary of a volume, +// it uses the class G4AdjointPosOnPhysVolGenerator to generate the vertex +// positions and directions. Otherwise G4SingleParticleSource is used. + +// Author: L. Desorgher, SpaceIT GmbH - November 2009 +// Contract: ESA contract 21435/08/NL/AT +// Customer: ESA/ESTEC +// -------------------------------------------------------------------- +#ifndef G4AdjointPrimaryGenerator_hh +#define G4AdjointPrimaryGenerator_hh 1 + #include #include #include -#include"G4PhysicsOrderedFreeVector.hh" +#include "globals.hh" +#include "G4ThreeVector.hh" +#include"G4PhysicsOrderedFreeVector.hh" class G4AdjointPosOnPhysVolGenerator; class G4Event; @@ -61,49 +55,50 @@ class G4SingleParticleSource; class G4ParticleDefinition; class G4Navigator; -///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// -// class G4AdjointPrimaryGenerator -{ public: +{ + public: + G4AdjointPrimaryGenerator(); ~G4AdjointPrimaryGenerator(); - public: //public methods + G4AdjointPrimaryGenerator(const G4AdjointPrimaryGenerator&) = delete; + G4AdjointPrimaryGenerator& operator=(const G4AdjointPrimaryGenerator&) = delete; + + public: - void GenerateAdjointPrimaryVertex(G4Event* anEvt,G4ParticleDefinition* adj_part,G4double E1,G4double E2); - void GenerateFwdPrimaryVertex(G4Event* anEvt,G4ParticleDefinition* adj_part,G4double E1,G4double E2); + void GenerateAdjointPrimaryVertex(G4Event* anEvt, + G4ParticleDefinition* adj_part, + G4double E1, G4double E2); + void GenerateFwdPrimaryVertex(G4Event* anEvt, + G4ParticleDefinition* adj_part, + G4double E1, G4double E2); void SetSphericalAdjointPrimarySource(G4double radius, G4ThreeVector pos); - void SetAdjointPrimarySourceOnAnExtSurfaceOfAVolume(const G4String& volume_name); + void SetAdjointPrimarySourceOnAnExtSurfaceOfAVolume(const G4String& v_name); void ComputeAccumulatedDepthVectorAlongBackRay(G4ThreeVector glob_pos, G4ThreeVector direction, G4double ekin, - G4ParticleDefinition* aPartDef); + G4ParticleDefinition* aPDef); G4double SampleDistanceAlongBackRayAndComputeWeightCorrection(G4double& weight_corr); - private: //attributes + private: // attributes - //The class responsible for the random generation of positions and direction of primaries for adjoint source set on the external surface of - //a G4 volume - G4AdjointPosOnPhysVolGenerator* theG4AdjointPosOnPhysVolGenerator; + // The class responsible for the random generation of positions + // and direction of primaries for adjoint source set on the external + // surface of a G4 volume + // + G4AdjointPosOnPhysVolGenerator* theG4AdjointPosOnPhysVolGenerator = nullptr; - G4SingleParticleSource* theSingleParticleSource; + G4SingleParticleSource* theSingleParticleSource = nullptr; - //Type of adjoint source - //-------------------- - G4String type_of_adjoint_source; //Spherical ExtSurfaceOfAVolume - G4double radius_spherical_source; + // Type of adjoint source + // ---------------------- + G4String type_of_adjoint_source; // Spherical ExtSurfaceOfAVolume + G4double radius_spherical_source = 0.0; G4ThreeVector center_spherical_source; - G4Navigator* fLinearNavigator; - G4PhysicsOrderedFreeVector* theAccumulatedDepthVector; - //G4PhysicsOrderedFreeVector* theAccumulatedCSDepthVector; - - //Disable copy constructor and assignement operator - G4AdjointPrimaryGenerator(const G4AdjointPrimaryGenerator&); - G4AdjointPrimaryGenerator& operator=(const G4AdjointPrimaryGenerator&); - - - + G4Navigator* fLinearNavigator = nullptr; + G4PhysicsOrderedFreeVector* theAccumulatedDepthVector = nullptr; }; -#endif +#endif diff --git a/source/event/include/G4AdjointStackingAction.hh b/source/event/include/G4AdjointStackingAction.hh index 3fdc75b0364..a00fa92f5fb 100644 --- a/source/event/include/G4AdjointStackingAction.hh +++ b/source/event/include/G4AdjointStackingAction.hh @@ -23,37 +23,25 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4AdjointStackingAction // -///////////////////////////////////////////////////////////////////////////////// -// Class Name: G4AdjointStackingAction -// Author: L. Desorgher -// Organisation: SpaceIT GmbH -// Contract: ESA contract 21435/08/NL/AT -// Customer: ESA/ESTEC -///////////////////////////////////////////////////////////////////////////////// +// Class description: // -// CHANGE HISTORY -// -------------- -// ChangeHistory: -// -April 2008 First implementation by L. Desorgher -// -4-11-2009 Adding the possibility to use user adjoint stacking action, L. Desorgher -// -// -//------------------------------------------------------------- -// Documentation: -// Stacking action used in the adjoint simulation. It is responsible to kill a primary forward particle before it is traked in the forwrad phase -// if the last adjoint particle did not reach the adjoint surface. Was needed for the new design where the G4AdjointSimManager is no more an extension -// of the G4RunManager. If the primary particles is not killed before being tracked in the sensitive geometry, the User Stacking action -// can be used duiring the forward phase if specified by the method G4AdjointSimManager::UseUserStackingAction(Bool). -// -// -// -// -// -// -// -#ifndef G4AdjointStackingAction_h -#define G4AdjointStackingAction_h 1 +// Stacking action used in the adjoint simulation. It is responsible to kill +// a primary forward particle before it is traked in the forward phase, +// if the last adjoint particle did not reach the adjoint surface. +// Was needed for the new design where the G4AdjointSimManager is no more an +// extension of G4RunManager. If the primary particles are not killed before +// being tracked in the sensitive geometry, the User Stacking action can be +// used during the forward phase if specified by the method +// G4AdjointSimManager::UseUserStackingAction(G4bool). + +// Author: L. Desorgher, SpaceIT GmbH - April 2008 +// Contract: ESA contract 21435/08/NL/AT +// Customer: ESA/ESTEC +// -------------------------------------------------------------------- +#ifndef G4AdjointStackingAction_hh +#define G4AdjointStackingAction_hh 1 #include "globals.hh" #include "G4UserStackingAction.hh" @@ -65,25 +53,30 @@ class G4AdjointTrackingAction; class G4AdjointStackingAction : public G4UserStackingAction { public: + G4AdjointStackingAction(G4AdjointTrackingAction* anAction); virtual ~G4AdjointStackingAction(); - public: virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* aTrack); virtual void NewStage(); virtual void PrepareNewEvent(); - inline void SetUserFwdStackingAction(G4UserStackingAction* anAction){theFwdStackingAction = anAction;} - inline void SetUserAdjointStackingAction(G4UserStackingAction* anAction){theUserAdjointStackingAction = anAction;} - inline void SetKillTracks(G4bool aBool){kill_tracks =aBool;} - inline void SetAdjointMode(G4bool aBool){adjoint_mode=aBool;} + inline void SetUserFwdStackingAction(G4UserStackingAction* anAction) + { theFwdStackingAction = anAction; } + inline void SetUserAdjointStackingAction(G4UserStackingAction* anAction) + { theUserAdjointStackingAction = anAction; } + inline void SetKillTracks(G4bool aBool) + { kill_tracks =aBool; } + inline void SetAdjointMode(G4bool aBool) + { adjoint_mode=aBool; } - - private: - G4UserStackingAction* theFwdStackingAction; - G4UserStackingAction* theUserAdjointStackingAction; - G4bool reclassification_stage,first_reclassification_stage,kill_tracks,adjoint_mode; - G4AdjointTrackingAction* theAdjointTrackingAction; + + G4UserStackingAction* theFwdStackingAction = nullptr; + G4UserStackingAction* theUserAdjointStackingAction = nullptr; + G4bool reclassification_stage = false, + first_reclassification_stage = false, + kill_tracks = false, adjoint_mode = false; + G4AdjointTrackingAction* theAdjointTrackingAction = nullptr; }; #endif diff --git a/source/event/include/G4ClassificationOfNewTrack.hh b/source/event/include/G4ClassificationOfNewTrack.hh index 4975ed343df..5b304821a94 100644 --- a/source/event/include/G4ClassificationOfNewTrack.hh +++ b/source/event/include/G4ClassificationOfNewTrack.hh @@ -23,19 +23,18 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4ClassificationOfNewTrack // +// Class description: // -// +// An enumeration for the possible classifications of tracks newly pushed +// to the stack. G4UserStackingAction can set the classification. +// Author: M.Asai, SLAC +// -------------------------------------------------------------------- #ifndef G4ClassificationOfNewTrack_hh #define G4ClassificationOfNewTrack_hh 1 -// class description: -// -// This header file contain an enumeration for the possible classifications -// for trackes newly pushed to the stack. G4UserStackingAction can set the -// classification. - enum G4ClassificationOfNewTrack { fUrgent=0, // put into the urgent stack @@ -51,4 +50,3 @@ enum G4ClassificationOfNewTrack }; #endif - diff --git a/source/event/include/G4EvManMessenger.hh b/source/event/include/G4EvManMessenger.hh index 1c92dfa3d02..627490e3e9c 100644 --- a/source/event/include/G4EvManMessenger.hh +++ b/source/event/include/G4EvManMessenger.hh @@ -23,40 +23,44 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4EvManMessenger // +// Class description: // +// This is a concrete class of G4UImessenger which takes care of commands +// addressed to G4EventManager. Commands handled by this messenger are +// /event/ +// /event/abort +// /event/verbose -#ifndef G4EvManMessenger_h -#define G4EvManMessenger_h 1 +// Author: M.Asai, SLAC +// -------------------------------------------------------------------- +#ifndef G4EvManMessenger_hh +#define G4EvManMessenger_hh 1 #include "G4UImessenger.hh" + class G4EventManager; class G4UIdirectory; class G4UIcmdWithoutParameter; class G4UIcmdWithAnInteger; -// class description: -// -// This is a concrete class of G4UImessenger which takes care of commands -// addressed to G4EventManager. Commands handled by this messenger are -// /event/ -// /event/abort -// /event/verbose -// - -class G4EvManMessenger: public G4UImessenger +class G4EvManMessenger : public G4UImessenger { public: - G4EvManMessenger(G4EventManager * fEvMan); + + G4EvManMessenger(G4EventManager* fEvMan); ~G4EvManMessenger(); - void SetNewValue(G4UIcommand * command,G4String newValues); - G4String GetCurrentValue(G4UIcommand * command); + void SetNewValue(G4UIcommand* command, G4String newValues); + G4String GetCurrentValue(G4UIcommand* command); + private: - G4EventManager * fEvManager; - G4UIdirectory* eventDirectory; - G4UIcmdWithoutParameter* abortCmd; - G4UIcmdWithAnInteger* verboseCmd; - G4UIcmdWithoutParameter* storeEvtCmd; + + G4EventManager* fEvManager = nullptr; + G4UIdirectory* eventDirectory = nullptr; + G4UIcmdWithoutParameter* abortCmd = nullptr; + G4UIcmdWithAnInteger* verboseCmd = nullptr; + G4UIcmdWithoutParameter* storeEvtCmd = nullptr; }; #endif diff --git a/source/event/include/G4Event.hh b/source/event/include/G4Event.hh index 795e01694f6..586aee6db98 100644 --- a/source/event/include/G4Event.hh +++ b/source/event/include/G4Event.hh @@ -23,20 +23,21 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4Event // -// -// -// class description: +// Class description: // // This is the class which represents an event. A G4Event is constructed and // deleted by G4RunManager (or its derived class). When a G4Event object is // passed to G4EventManager, G4Event must have one or more primary verteces -// and primary particle(s) associated to the vertex(es) as an input of +// and primary particle(s) associated to the verteces as an input of // simulating an event. // G4Event has trajectories, hits collections, and/or digi collections. -#ifndef G4Event_h -#define G4Event_h 1 +// Author: M.Asai, SLAC +// -------------------------------------------------------------------- +#ifndef G4Event_hh +#define G4Event_hh 1 #include "globals.hh" #include "evtdefs.hh" @@ -48,121 +49,88 @@ #include "G4VUserEventInformation.hh" class G4VHitsCollection; + class G4Event { public: - G4Event(); - G4Event(G4int evID); - ~G4Event(); - inline void *operator new(size_t); - inline void operator delete(void* anEvent); + G4Event(); + G4Event(G4int evID); + ~G4Event(); - G4bool operator==(const G4Event &right) const; - G4bool operator!=(const G4Event &right) const; + G4Event(const G4Event &) = delete; + G4Event& operator=(const G4Event &) = delete; - public: // with description - void Print() const; + inline void *operator new(std::size_t); + inline void operator delete(void* anEvent); + + G4bool operator==(const G4Event& right) const; + G4bool operator!=(const G4Event& right) const; + + void Print() const; // Print the event ID (starts with zero and increments by one) to G4cout. - void Draw() const; + void Draw() const; // Invoke Draw() methods of all stored trajectories, hits, and digits. // For hits and digits, Draw() methods of the concrete classes must be // implemented. Otherwise nothing will be drawn. - private: - // Copy constructor and = operator must not be used. - G4Event(const G4Event &) {;} - G4Event& operator=(const G4Event &) { return *this; } - - private: - // event ID - G4int eventID; - - // PrimaryVertex - G4PrimaryVertex* thePrimaryVertex; - G4int numberOfPrimaryVertex; - - // HitsCollection - G4HCofThisEvent* HC; - - // DigiCollection - G4DCofThisEvent* DC; - - // TrajectoryContainer - G4TrajectoryContainer * trajectoryContainer; - - // Boolean flag which shall be set to true if the event is aborted and - // thus the containing information is not to be used. - G4bool eventAborted; - - // UserEventInformation (optional) - G4VUserEventInformation* userInfo; - - // Initial random number engine status before primary particle generation - G4String* randomNumberStatus; - G4bool validRandomNumberStatus; - - // Initial random number engine status before event processing - G4String* randomNumberStatusForProcessing; - G4bool validRandomNumberStatusForProcessing; - - // Flag to keep the event until the end of run - G4bool keepTheEvent; - mutable G4int grips; - - public: - inline void SetEventID(G4int i) + inline void SetEventID(G4int i) { eventID = i; } - inline void SetHCofThisEvent(G4HCofThisEvent*value) + inline void SetHCofThisEvent(G4HCofThisEvent* value) { HC = value; } - inline void SetDCofThisEvent(G4DCofThisEvent*value) + inline void SetDCofThisEvent(G4DCofThisEvent* value) { DC = value; } - inline void SetTrajectoryContainer(G4TrajectoryContainer*value) + inline void SetTrajectoryContainer(G4TrajectoryContainer* value) { trajectoryContainer = value; } - inline void SetEventAborted() + inline void SetEventAborted() { eventAborted = true; } - inline void SetRandomNumberStatus(G4String& st) + inline void SetRandomNumberStatus(G4String& st) { randomNumberStatus = new G4String(st); validRandomNumberStatus = true; } - inline void SetRandomNumberStatusForProcessing(G4String& st) + inline void SetRandomNumberStatusForProcessing(G4String& st) { randomNumberStatusForProcessing = new G4String(st); validRandomNumberStatusForProcessing = true; } - inline void KeepTheEvent(G4bool vl=true) + inline void KeepTheEvent(G4bool vl=true) { keepTheEvent = vl; } - inline G4bool ToBeKept() const + inline G4bool ToBeKept() const { return keepTheEvent; } - inline void KeepForPostProcessing() const - { grips++; } - inline void PostProcessingFinished() const - { grips--; - if(grips<0) - { G4Exception("G4Event::Release()","EVENT91001",FatalException, - "Number of grips became negative. This cannot be correct."); } + inline void KeepForPostProcessing() const + { ++grips; } + inline void PostProcessingFinished() const + { + --grips; + if (grips<0) + { + G4Exception("G4Event::Release()", "EVENT91001", FatalException, + "Number of grips is negative. This cannot be correct."); + } } - inline G4int GetNumberOfGrips() const + inline G4int GetNumberOfGrips() const { return grips; } - public: // with description - inline G4int GetEventID() const + inline G4int GetEventID() const { return eventID; } - // Returns the event ID - inline void AddPrimaryVertex(G4PrimaryVertex* aPrimaryVertex) + + inline void AddPrimaryVertex(G4PrimaryVertex* aPrimaryVertex) { + // This method sets a new primary vertex. This method must be invoked + // exclusively by G4VPrimaryGenerator concrete class. + if( thePrimaryVertex == nullptr ) { thePrimaryVertex = aPrimaryVertex; } else { thePrimaryVertex->SetNext( aPrimaryVertex ); } - numberOfPrimaryVertex++; + ++numberOfPrimaryVertex; } - // This method sets a new primary vertex. This method must be invoked - // exclusively by G4VPrimaryGenerator concrete class. - inline G4int GetNumberOfPrimaryVertex() const + + inline G4int GetNumberOfPrimaryVertex() const { return numberOfPrimaryVertex; } - // Returns number of primary vertexes the G4Event object has. + // Returns number of primary verteces the G4Event object has. + inline G4PrimaryVertex* GetPrimaryVertex(G4int i=0) const { if( i == 0 ) @@ -170,7 +138,7 @@ class G4Event else if( i > 0 && i < numberOfPrimaryVertex ) { G4PrimaryVertex* primaryVertex = thePrimaryVertex; - for( G4int j=0; jGetNext(); @@ -180,24 +148,30 @@ class G4Event else { return nullptr; } } - // Returns i-th primary vertex of the event. - inline G4HCofThisEvent* GetHCofThisEvent() const + // Returns i-th primary vertex of the event. + + inline G4HCofThisEvent* GetHCofThisEvent() const { return HC; } - inline G4DCofThisEvent* GetDCofThisEvent() const + inline G4DCofThisEvent* GetDCofThisEvent() const { return DC; } - inline G4TrajectoryContainer* GetTrajectoryContainer() const + inline G4TrajectoryContainer* GetTrajectoryContainer() const { return trajectoryContainer; } - // These three methods returns the pointers to the G4HCofThisEvent + // These three methods return the pointers to the G4HCofThisEvent // (hits collections of this event), G4DCofThisEvent (digi collections // of this event), and G4TrajectoryContainer (trajectory coonainer), // respectively. - inline G4bool IsAborted() const { return eventAborted; } + + inline G4bool IsAborted() const { return eventAborted; } // Return a boolean which indicates the event has been aborted and thus // it should not be used for analysis. - inline void SetUserInformation(G4VUserEventInformation* anInfo) { userInfo = anInfo; } - inline G4VUserEventInformation* GetUserInformation() const { return userInfo; } + + inline void SetUserInformation(G4VUserEventInformation* anInfo) + { userInfo = anInfo; } + inline G4VUserEventInformation* GetUserInformation() const + { return userInfo; } // Set and Get method of G4VUserEventInformation - inline const G4String& GetRandomNumberStatus() const + + inline const G4String& GetRandomNumberStatus() const { if(!validRandomNumberStatus) { G4Exception( @@ -205,7 +179,7 @@ class G4Event "Random number status is not available for this event."); } return *randomNumberStatus; } - inline const G4String& GetRandomNumberStatusForProcessing() const + inline const G4String& GetRandomNumberStatusForProcessing() const { if(!validRandomNumberStatusForProcessing) { G4Exception( @@ -214,11 +188,48 @@ class G4Event "Random number status is not available for this event."); } return *randomNumberStatusForProcessing; } + + private: + + // event ID + G4int eventID = 0; + + // PrimaryVertex + G4PrimaryVertex* thePrimaryVertex = nullptr; + G4int numberOfPrimaryVertex = 0; + + // HitsCollection + G4HCofThisEvent* HC = nullptr; + + // DigiCollection + G4DCofThisEvent* DC = nullptr; + + // TrajectoryContainer + G4TrajectoryContainer* trajectoryContainer = nullptr; + + // Boolean flag which shall be set to true if the event is aborted and + // thus the containing information is not to be used. + G4bool eventAborted = false; + + // UserEventInformation (optional) + G4VUserEventInformation* userInfo = nullptr; + + // Initial random number engine status before primary particle generation + G4String* randomNumberStatus = nullptr; + G4bool validRandomNumberStatus = false; + + // Initial random number engine status before event processing + G4String* randomNumberStatusForProcessing = nullptr; + G4bool validRandomNumberStatusForProcessing = false; + + // Flag to keep the event until the end of run + G4bool keepTheEvent = false; + mutable G4int grips = 0; }; extern G4EVENT_DLL G4Allocator*& anEventAllocator(); -inline void* G4Event::operator new(size_t) +inline void* G4Event::operator new(std::size_t) { if (!anEventAllocator()) anEventAllocator() = new G4Allocator; return (void*)anEventAllocator()->MallocSingle(); diff --git a/source/event/include/G4EventManager.hh b/source/event/include/G4EventManager.hh index d74e399a3c1..7b0d03036f1 100644 --- a/source/event/include/G4EventManager.hh +++ b/source/event/include/G4EventManager.hh @@ -23,15 +23,18 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4EventManager // +// Class description: // -// - +// G4EventManager controls an event. This class must be a singleton +// and should be constructed by G4RunManager. -#ifndef G4EventManager_h -#define G4EventManager_h 1 +// Author: M.Asai, SLAC +// -------------------------------------------------------------------- +#ifndef G4EventManager_hh +#define G4EventManager_hh 1 -#include "evmandefs.hh" #include "G4StackManager.hh" #include "G4TrajectoryContainer.hh" #include "G4PrimaryTransformer.hh" @@ -50,123 +53,84 @@ class G4StateManager; #include "globals.hh" class G4VUserEventInformation; -// class description: -// -// G4EventManager controls an event. This class must be a singleton -// and should be constructed by G4RunManager. -// - class G4EventManager { - public: // with description - static G4EventManager* GetEventManager(); - // This method returns the singleton pointer of G4EventManager. - - private: - static G4ThreadLocal G4EventManager* fpEventManager; - public: - G4EventManager(); - ~G4EventManager(); - - private: - G4EventManager(const G4EventManager &right) = delete; - G4EventManager& operator=(const G4EventManager& right) = delete; - - public: // with description - void ProcessOneEvent(G4Event* anEvent); - // This method is the main entry to this class for simulating an event. - - void ProcessOneEvent(G4TrackVector* trackVector,G4Event* anEvent=0); - // This is an alternative entry for large HEP experiments which create G4Track - // objects by themselves directly without using G4VPrimaryGenerator or user - // primary generator action. Dummy G4Event object will be created if "anEvent" is null - // for internal use, but this dummy object will be deleted at the end of this - // method and will never be available for the use after the processing. - // Note that in this case of null G4Event pointer no output of the simulated event - // is returned by this method, but the user must implement some mechanism - // of storing output by his/herself, e.g. in his/her UserEventAction and/or - // sensitive detectors. - // If valid G4Event object is given, this object will not be deleted with - // this method and output objects such as hits collections and trajectories - // will be associated to this event object. If this event object has valid - // primary vertices/particles, they will be added to the given trackvector input. - - private: - void DoProcessing(G4Event* anEvent); - void StackTracks(G4TrackVector *trackVector, G4bool IDhasAlreadySet=false); - - G4Event* currentEvent; - - G4StackManager *trackContainer; - G4TrackingManager *trackManager; - G4TrajectoryContainer *trajectoryContainer; - G4int trackIDCounter; - G4int verboseLevel; - G4SDManager* sdManager; - G4PrimaryTransformer* transformer; - G4bool tracking; - G4bool abortRequested; - - G4EvManMessenger* theMessenger; - - G4UserEventAction* userEventAction; - G4UserStackingAction* userStackingAction; - G4UserTrackingAction* userTrackingAction; - G4UserSteppingAction* userSteppingAction; - G4int storetRandomNumberStatusToG4Event; - G4String randomNumberStatusToG4Event; - - G4StateManager* stateManager; - - public: // with description - inline const G4Event* GetConstCurrentEvent() + static G4EventManager* GetEventManager(); + // This method returns the singleton pointer of G4EventManager. + + G4EventManager(); + ~G4EventManager(); + + G4EventManager(const G4EventManager &right) = delete; + G4EventManager& operator=(const G4EventManager& right) = delete; + + void ProcessOneEvent(G4Event* anEvent); + // This method is the main entry to this class for simulating an event. + + void ProcessOneEvent(G4TrackVector* trackVector, G4Event* anEvent= nullptr); + // This is an alternative entry for HEP experiments which create G4Track + // objects by themselves directly without using G4VPrimaryGenerator or a + // user-primary-generator action. Dummy G4Event object will be created if + // "anEvent" is null for internal use, but this dummy object will be + // deleted at the end of this method and will never be available for use + // after the processing. + // Note that in this case of null G4Event pointer, no output of the + // simulated event is returned by this method; the user must implement + // some mechanism of storing the output, e.g. in the UserEventAction + // and/or in sensitive detectors. + // If a valid G4Event object is given, this object will not be deleted + // by this method, and output objects such as hits collections and + // trajectories will be associated to the event object. If the event + // object has valid primary vertices/particles, they will be added to + // the given "trackvector" input. + + inline const G4Event* GetConstCurrentEvent() { return currentEvent; } - inline G4Event* GetNonconstCurrentEvent() + inline G4Event* GetNonconstCurrentEvent() { return currentEvent; } - // These methods returns the pointers of const G4Event* + // These methods returns the pointers of const G4Event* // and G4Event*, respectively. Null will be returned when // an event is not processing. - public: // with description - void AbortCurrentEvent(); - // This method aborts the processing of the current event. All stacked + void AbortCurrentEvent(); + // This method aborts the processing of the current event. All stacked // tracks are deleted. The contents of G4Event object is not completed, // but trajectories, hits, and/or digits which are created before the // moment of abortion can be used. - public: // with description - void SetUserAction(G4UserEventAction* userAction); - void SetUserAction(G4UserStackingAction* userAction); - void SetUserAction(G4UserTrackingAction* userAction); - void SetUserAction(G4UserSteppingAction* userAction); - inline G4UserEventAction* GetUserEventAction() + void SetUserAction(G4UserEventAction* userAction); + void SetUserAction(G4UserStackingAction* userAction); + void SetUserAction(G4UserTrackingAction* userAction); + void SetUserAction(G4UserSteppingAction* userAction); + inline G4UserEventAction* GetUserEventAction() { return userEventAction; } - inline G4UserStackingAction* GetUserStackingAction() + inline G4UserStackingAction* GetUserStackingAction() { return userStackingAction; } - inline G4UserTrackingAction* GetUserTrackingAction() + inline G4UserTrackingAction* GetUserTrackingAction() { return userTrackingAction; } - inline G4UserSteppingAction* GetUserSteppingAction() + inline G4UserSteppingAction* GetUserSteppingAction() { return userSteppingAction; } // Set and get methods for user action classes. User action classes // which should belong to the other managers will be sent to the // corresponding managers. - void SetNumberOfAdditionalWaitingStacks(G4int iAdd) + + void SetNumberOfAdditionalWaitingStacks(G4int iAdd) { trackContainer->SetNumberOfAdditionalWaitingStacks(iAdd); } - void KeepTheCurrentEvent(); - // If the current event exists, it is kept undeleted until the end of the current run + void KeepTheCurrentEvent(); + // If the current event exists, it is kept undeleted until + // the end of the current run - inline G4StackManager* GetStackManager() const + inline G4StackManager* GetStackManager() const { return trackContainer; } - inline G4TrackingManager* GetTrackingManager() const + inline G4TrackingManager* GetTrackingManager() const { return trackManager; } - public: // with description - inline G4int GetVerboseLevel() + inline G4int GetVerboseLevel() { return verboseLevel; } - inline void SetVerboseLevel( G4int value ) + inline void SetVerboseLevel( G4int value ) { verboseLevel = value; trackContainer->SetVerboseLevel( value ); @@ -174,21 +138,51 @@ class G4EventManager } // Set and get method of the verbose level - void SetUserInformation(G4VUserEventInformation* anInfo); - G4VUserEventInformation* GetUserInformation(); + void SetUserInformation(G4VUserEventInformation* anInfo); + G4VUserEventInformation* GetUserInformation(); // Set and get method of G4VUserEventInformation object associating with // the current event. Both methods are valid only for G4State_EventProc // application state. - inline G4PrimaryTransformer* GetPrimaryTransformer() const + inline G4PrimaryTransformer* GetPrimaryTransformer() const { return transformer; } - inline void SetPrimaryTransformer(G4PrimaryTransformer* tf) + inline void SetPrimaryTransformer(G4PrimaryTransformer* tf) { transformer = tf; } - inline void StoreRandomNumberStatusToG4Event(G4int vl) + inline void StoreRandomNumberStatusToG4Event(G4int vl) { storetRandomNumberStatusToG4Event = vl; } -}; + private: + void DoProcessing(G4Event* anEvent); + void StackTracks(G4TrackVector* trackVector, G4bool IDhasAlreadySet= false); + + private: -#endif + static G4ThreadLocal G4EventManager* fpEventManager; + G4Event* currentEvent = nullptr; + + G4StackManager* trackContainer = nullptr; + G4TrackingManager* trackManager = nullptr; + G4TrajectoryContainer* trajectoryContainer = nullptr; + G4int trackIDCounter = 0; + G4int verboseLevel = 0; + G4SDManager* sdManager = nullptr; + G4PrimaryTransformer* transformer = nullptr; + G4bool tracking = false; + G4bool abortRequested = false; + + G4EvManMessenger* theMessenger = nullptr; + + G4UserEventAction* userEventAction = nullptr; + G4UserStackingAction* userStackingAction = nullptr; + G4UserTrackingAction* userTrackingAction = nullptr; + G4UserSteppingAction* userSteppingAction = nullptr; + + G4int storetRandomNumberStatusToG4Event = 0; + G4String randomNumberStatusToG4Event; + + G4StateManager* stateManager = nullptr; +}; + +#endif diff --git a/source/event/include/G4GeneralParticleSource.hh b/source/event/include/G4GeneralParticleSource.hh index 876900bce76..7e0b757efa3 100644 --- a/source/event/include/G4GeneralParticleSource.hh +++ b/source/event/include/G4GeneralParticleSource.hh @@ -23,45 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4GeneralParticleSource.hh -// -// Version: 2.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -// Documentation avaialable at http://reat.space.qinetiq.com/gps -// These include: -// User Requirement Document (URD) -// Software Specification Documents (SSD) -// Software User Manual (SUM): on-line version available -// Technical Note (TN) on the physics and algorithms -// -/////////////////////////////////////////////////////////////////////////////// -// -// CHANGE HISTORY -// -------------- -// 26/10/2004, F Lei -// Added the Multiple_vertex capability. -// Removed "inline" from all Set/Get methods. -// -// Version 2.0, 05/02/2004, Fan Lei, Created. -// based on version 1.1 in Geant4 v6.0 -// - Mutilple particle source definition -// - Re-structured commands -// - Split the task into smaller classes -// -// - old commonds have been retained for backward compatibility, but will -// be removed in the future. -// -// 25/03/2014, Andrew Green -// Various changes to use the new G4GeneralParticleSourceData class, mostly -// just transparent wrappers around the thread safe object. -// -/////////////////////////////////////////////////////////////////////////////// +// G4GeneralParticleSource // // Class Description: // @@ -69,93 +31,134 @@ // It is designed to allow specification of mutiple particle sources, each with // independent definitions of particle type, position, direction (or angular) // and energy distributions. -// -/////////////////////////////////////////////////////////////////////////////// -// -// MEMBER FUNCTIONS -// ---------------- -// -// G4GeneralParticleSource() -// Constructor: Initializes variables and instantiates the -// Messenger and generator classes -// -// ~G4GeneralParticleSourceMessenger() -// Destructor: deletes Messenger and others -// -// G4int GetNumberofSource() -// Return the number of particle gun defined -// -// void ListSource() -// List the particle guns defined -// -// void SetCurrentSourceto(G4int) -// set the current gun to the specified one so its definition can be changed -// -// void SetCurrentSourceIntensity(G4double) -// change the current particle gun strength -// -// void SetMultipleVertex(G4bool ) -// Set if multiple vertex per event. -// G4SingleParticleSource* GetCurrentSource() -// return the pointer to current particle gun -// -// G4int GetCurrentSourceIndex() -// return the index of the current particle gun -// -// G4double GetCurrentSourceIntensity() -// return the strength of the current gun -// -// void ClearAll() -// remove all defined aprticle gun -// -// void AddaSource (G4double) -// add a new particle gun with the specified strength -// -// void DeleteaSource(G4int); -// delete the specified particle gun -// -// void SetParticleDefinition (); -// G4ParticleDefinition * GetParticleDefinition () -// Get/Set the particle definition of the primary track -// -// void SetParticleCharge(G4double aCharge) -// set the charge state of the primary track -// -// void SetParticlePolarization (G4ThreeVector aVal) -// G4ThreeVector GetParticlePolarization () -// Set/Get the polarization state of the primary track -// -// void SetParticleTime(G4double aTime) { particle_time = aTime; }; -// G4double GetParticleTime() { return particle_time; }; -// Set/Get the Time. -// -// void SetNumberOfParticles(G4int i) -// G4int GetNumberOfParticles() -// set/get the number of particles to be generated in the primary track -// -// G4ThreeVector GetParticlePosition() -// G4ThreeVector GetParticleMomentumDirection() -// G4double GetParticleEnergy() -// get the position, direction, and energy of the current particle -// -/////////////////////////////////////////////////////////////////////////////// -// -#ifndef G4GeneralParticleSource_H -#define G4GeneralParticleSource_H 1 +// Author: Fan Lei, QinetiQ ltd +// Customer: ESA/ESTEC +// Version: 2.0 +// History: +// - 05/02/2004, F.Lei - Version 2.0. Created. +// - 26/10/2004, F.Lei - Added the Multiple_vertex capability. +// - 25/03/2014, A.Green - Various changes to use the new class +// G4GeneralParticleSourceData, mostly just transparent wrappers +// around the thread safe object. +// -------------------------------------------------------------------- +#ifndef G4GeneralParticleSource_hh +#define G4GeneralParticleSource_hh 1 #include "globals.hh" #include #include "G4Event.hh" #include "G4SingleParticleSource.hh" -// #include "G4GeneralParticleSourceMessenger.hh" - #include "G4GeneralParticleSourceData.hh" class G4SingleParticleSource; +class G4GeneralParticleSource : public G4VPrimaryGenerator +{ + public: + + G4GeneralParticleSource(); + // Initialize variables and instantiates the messenger and + // generator classes + + ~G4GeneralParticleSource(); + // Delete messenger and others + + void GeneratePrimaryVertex(G4Event*); + + inline G4int GetNumberofSource() { return GPSData->GetSourceVectorSize(); } + // Return the number of particle gun defined + + void ListSource(); + // List the particle guns defined + + void SetCurrentSourceto(G4int) ; + // Set the current gun to the specified one so its definition + // can be changed + + void SetCurrentSourceIntensity(G4double); + // Change the current particle gun strength + + inline G4SingleParticleSource* GetCurrentSource() const + { return GPSData->GetCurrentSource(); } + // Return the pointer to current particle gun + inline G4int GetCurrentSourceIndex() const + { return GPSData->GetCurrentSourceIdx(); } + // Return the index of the current particle gun + inline G4double GetCurrentSourceIntensity() const + { return GPSData->GetIntensity(GetCurrentSourceIndex()); } + // Return the strength of the current gun + + void ClearAll(); + // Remove all defined particle gun + void AddaSource (G4double); + // Add a new particle gun with the specified strength + void DeleteaSource(G4int); + // Delete the specified particle gun + + inline void SetVerbosity(G4int i) { GPSData->SetVerbosityAllSources(i); } + // Set the verbosity level. + + inline void SetMultipleVertex(G4bool av) { GPSData->SetMultipleVertex(av); } + // Set if multiple vertex per event. + + inline void SetFlatSampling(G4bool av) + { GPSData->SetFlatSampling(av); normalised = false;} + // Set if flat_sampling is applied in multiple source case + + inline void SetParticleDefinition (G4ParticleDefinition * aPDef) + { GPSData->GetCurrentSource()->SetParticleDefinition(aPDef); } + inline G4ParticleDefinition* GetParticleDefinition () const + { return GPSData->GetCurrentSource()->GetParticleDefinition(); } + // Set/Get the particle definition of the primary track + + inline void SetParticleCharge(G4double aCharge) + { GPSData->GetCurrentSource()->SetParticleCharge(aCharge); } + // Set the charge state of the primary track + + inline void SetParticlePolarization (G4ThreeVector aVal) + { GPSData->GetCurrentSource()->SetParticlePolarization(aVal); } + inline G4ThreeVector GetParticlePolarization () const + { return GPSData->GetCurrentSource()->GetParticlePolarization(); } + // Set/Get polarization state of the primary track + + inline void SetParticleTime(G4double aTime) + { GPSData->GetCurrentSource()->SetParticleTime(aTime); } + inline G4double GetParticleTime() const + { return GPSData->GetCurrentSource()->GetParticleTime(); } + // Set/Get the Time. + + inline void SetNumberOfParticles(G4int i) + { GPSData->GetCurrentSource()->SetNumberOfParticles(i); } + inline G4int GetNumberOfParticles() const + { return GPSData->GetCurrentSource()->GetNumberOfParticles(); } + // Set/Get the number of particles to be generated in the primary track + + inline G4ThreeVector GetParticlePosition() const + { return GPSData->GetCurrentSource()->GetParticlePosition(); } + inline G4ThreeVector GetParticleMomentumDirection() const + { return GPSData->GetCurrentSource()->GetParticleMomentumDirection(); } + inline G4double GetParticleEnergy() const + { return GPSData->GetCurrentSource()->GetParticleEnergy(); } + // Get the position, direction, and energy of the current particle + + private: + + void IntensityNormalization(); + + private: + + G4bool normalised = false; + // Helper Boolean, used to reduce number of locks + // at run time (see GeneratePrimaryVertex) + + G4GeneralParticleSourceMessenger* theMessenger = nullptr; + // Note this is a shared resource among MT workers + G4GeneralParticleSourceData* GPSData = nullptr; + // Note this is a shared resource among MT workers + /** Andrea Dotti Feb 2015 * GPS messenger design requires some explanation for what distributions * parameters are concerned : Each thread has its own GPS @@ -176,88 +179,7 @@ class G4SingleParticleSource; * (for example in G4VUserActionInitialization::BuildForMaster() and set the * defaults parameter there). */ -class G4GeneralParticleSource : public G4VPrimaryGenerator -{ - // - public: - - G4GeneralParticleSource(); - ~G4GeneralParticleSource(); - - void GeneratePrimaryVertex(G4Event*); - - G4int GetNumberofSource() { return GPSData->GetSourceVectorSize(); }; - void ListSource(); - void SetCurrentSourceto(G4int) ; - void SetCurrentSourceIntensity(G4double); - G4SingleParticleSource* GetCurrentSource() const - {return GPSData->GetCurrentSource();} - G4int GetCurrentSourceIndex() const - { return GPSData->GetCurrentSourceIdx(); } - G4double GetCurrentSourceIntensity() const - { return GPSData->GetIntensity(GetCurrentSourceIndex()); } - void ClearAll(); - void AddaSource (G4double); - void DeleteaSource(G4int); - - // Set the verbosity level. - void SetVerbosity(G4int i) {GPSData->SetVerbosityAllSources(i);} ; - - // Set if multiple vertex per event. - void SetMultipleVertex(G4bool av) { GPSData->SetMultipleVertex(av);} ; - - // set if flat_sampling is applied in multiple source case - - void SetFlatSampling(G4bool av) { GPSData->SetFlatSampling(av); normalised = false;} ; - - // Set the particle species - void SetParticleDefinition (G4ParticleDefinition * aParticleDefinition) - {GPSData->GetCurrentSource()->SetParticleDefinition(aParticleDefinition); } ; - - G4ParticleDefinition * GetParticleDefinition () const - { return GPSData->GetCurrentSource()->GetParticleDefinition();} ; - - void SetParticleCharge(G4double aCharge) - { GPSData->GetCurrentSource()->SetParticleCharge(aCharge); } ; - - // Set polarization - void SetParticlePolarization (G4ThreeVector aVal) - {GPSData->GetCurrentSource()->SetParticlePolarization(aVal);}; - G4ThreeVector GetParticlePolarization () const - {return GPSData->GetCurrentSource()->GetParticlePolarization();}; - - // Set Time. - void SetParticleTime(G4double aTime) - { GPSData->GetCurrentSource()->SetParticleTime(aTime); }; - G4double GetParticleTime() const - { return GPSData->GetCurrentSource()->GetParticleTime(); }; - - void SetNumberOfParticles(G4int i) - { GPSData->GetCurrentSource()->SetNumberOfParticles(i); }; - // - G4int GetNumberOfParticles() const - { return GPSData->GetCurrentSource()->GetNumberOfParticles(); }; - G4ThreeVector GetParticlePosition() const - { return GPSData->GetCurrentSource()->GetParticlePosition();}; - G4ThreeVector GetParticleMomentumDirection() const - { return GPSData->GetCurrentSource()->GetParticleMomentumDirection();}; - G4double GetParticleEnergy() const - {return GPSData->GetCurrentSource()->GetParticleEnergy();}; - -private: - - void IntensityNormalization(); - -private: - //Helper boolean, used to reduce number of locks - //at run time (see GeneratePrimaryVertex) - G4bool normalised; - //Note this is a shared resource among MT workers - G4GeneralParticleSourceMessenger* theMessenger; - //Note this is a shared resource among MT workers - G4GeneralParticleSourceData* GPSData; - }; #endif diff --git a/source/event/include/G4GeneralParticleSourceData.hh b/source/event/include/G4GeneralParticleSourceData.hh index 6eacb86a79c..7f0d2f6aec2 100644 --- a/source/event/include/G4GeneralParticleSourceData.hh +++ b/source/event/include/G4GeneralParticleSourceData.hh @@ -23,37 +23,30 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// -// ------------------------------------------------------------------- -// -// GEANT4 Class file -// -// -// File name: G4GeneralParticleSourceData.hh -// -// Author: Andrew Green -// -// Creation date: 20 Mar 2014 +// G4GeneralParticleSourceData // // Class Description: +// // This class uses the singleton pattern to create a single copy of the data // needed for the G4GPS class. As yet, only the largest parts have been split // off. // -// Thread Safety: +// Thread Safety considerations: // Singleton creation (G4GeneralParticleSourceData::Instance()) is thread safe. -// Getters are thread-safe if no other thread is adding/deleting a source or normalizing -// However please note that the setters are usually accessed via messenger. This should be -// instantiated in master thread. +// Getters are thread-safe if no other thread is adding/deleting a source or +// normalizing. However, please note that the setters are usually accessed via +// messenger. This should be instantiated in master thread. // -// For convinience Lock and Unlock methods are provided that can be used to serialize calls. +// For convenience Lock and Unlock methods are provided that can be used to +// serialize calls. // For example: // gpsdata=G4GeneralParticleSourceData::Instance(); // gpsdata->Lock(); // gpsdata->AddASource(1.0); // gpsdata->Unlock(); - +// Author: Andrew Green, 20.03.2014 +// -------------------------------------------------------------------- #ifndef G4GPS_DATA_HH #define G4GPS_DATA_HH 1 @@ -62,58 +55,71 @@ class G4GeneralParticleSourceData { - public: - static G4GeneralParticleSourceData* Instance(); + public: + + static G4GeneralParticleSourceData* Instance(); - void AddASource(G4double intensity); - void DeleteASource(G4int idx); - void ClearSources(); + void AddASource(G4double intensity); + void DeleteASource(G4int idx); + void ClearSources(); - void IntensityNormalise(); + void IntensityNormalise(); - G4bool Normalised() const {return normalised;} + inline G4bool Normalised() const + { return normalised; } - G4SingleParticleSource* GetCurrentSource(G4int idx); - G4SingleParticleSource* GetCurrentSource() const {return currentSource;} + G4SingleParticleSource* GetCurrentSource(G4int idx); + inline G4SingleParticleSource* GetCurrentSource() const + { return currentSource; } - G4int GetSourceVectorSize() const {return G4int(sourceVector.size());} - G4int GetIntensityVectorSize() const {return G4int(sourceIntensity.size());} - G4double GetIntensity(G4int idx)const {return sourceIntensity.at(idx);} - G4double GetSourceProbability(G4int idx) const {return sourceProbability.at(idx);} + inline G4int GetSourceVectorSize() const + { return G4int(sourceVector.size()); } + inline G4int GetIntensityVectorSize() const + { return G4int(sourceIntensity.size()); } + inline G4double GetIntensity(G4int idx) const + { return sourceIntensity.at(idx); } + inline G4double GetSourceProbability(G4int idx) const + { return sourceProbability.at(idx); } - void SetCurrentSourceIntensity(G4double); + void SetCurrentSourceIntensity(G4double); - void SetFlatSampling(G4bool fSamp){flat_sampling = fSamp;} - G4bool GetFlatSampling() const { return flat_sampling; } + inline void SetFlatSampling(G4bool fSamp) + { flat_sampling = fSamp; } + inline G4bool GetFlatSampling() const + { return flat_sampling; } - void SetMultipleVertex(G4bool flag) { multiple_vertex = flag; } - G4bool GetMultipleVertex() const { return multiple_vertex; } + inline void SetMultipleVertex(G4bool flag) + { multiple_vertex = flag; } + inline G4bool GetMultipleVertex() const + { return multiple_vertex; } - G4int GetCurrentSourceIdx() const { return currentSourceIdx; } + inline G4int GetCurrentSourceIdx() const + { return currentSourceIdx; } - void SetVerbosityAllSources(G4int vl); - //Lock/Unlock shared mutex - void Lock(); - void Unlock(); - - private: - G4GeneralParticleSourceData(); - ~G4GeneralParticleSourceData(); + void SetVerbosityAllSources(G4int vl); + + void Lock(); + void Unlock(); + //Lock/Unlock shared mutex + private: + + G4GeneralParticleSourceData(); + ~G4GeneralParticleSourceData(); - private: + private: - std::vector sourceVector; - std::vector sourceIntensity; - std::vector sourceProbability; + std::vector sourceVector; + std::vector sourceIntensity; + std::vector sourceProbability; - G4bool multiple_vertex; - G4bool flat_sampling; - G4bool normalised; + G4bool multiple_vertex = false; + G4bool flat_sampling = false; + G4bool normalised = false; - G4int currentSourceIdx; - G4SingleParticleSource* currentSource; - G4Mutex mutex; + G4int currentSourceIdx = 0; + G4SingleParticleSource* currentSource = nullptr; + G4Mutex mutex; }; #endif diff --git a/source/event/include/G4GeneralParticleSourceMessenger.hh b/source/event/include/G4GeneralParticleSourceMessenger.hh index 8fe9be6e5e6..ba1ee7a0b23 100644 --- a/source/event/include/G4GeneralParticleSourceMessenger.hh +++ b/source/event/include/G4GeneralParticleSourceMessenger.hh @@ -23,69 +23,34 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4GeneralParticleSourceMessenger.hh -// -// Version: 2.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -/////////////////////////////////////////////////////////////////////////////// -// -// CHANGE HISTORY -// -------------- -// -// Version 2.0, 05/02/2004, Fan Lei, Created. -// After changes to version 1.1 as in Geant4 v6.0 -// - Mutilple particle source definition -// - Re-structured commands -// - old commonds have been retained for backward compatibility, will be -// removed in the future. -// -// Version 3.0, Aug-Oct 2014, Andrea Dotti -// Transformations for thread safety and use in MT application -// Messenger is now a singleton w/ explicit Destroy() method for deletion -// Note the following: the class should be instantiated only once -// by a worker thread. It relies on a new feature of basic messenger class -// that allows for UI commands to be created by worker threads but being -// executed by master thread. For this reason the messenger itself should -// be created once, form here the singleton pattern -/////////////////////////////////////////////////////////////////////////////// -// +// G4GeneralParticleSourceMessenger // // Class Description: // // The function of the G4GeneralParticleSourceMessenger is to allow the user to // enter commands either in interactive command line mode or through macros to // control the G4GeneralParticleSource. -// -/////////////////////////////////////////////////////////////////////////////// -// -// MEMBER FUNCTIONS -// ---------------- -// -// G4GeneralParticleSourceMessenger(G4GeneralParticleSource *fPtclGun) -// Constructor: Sets up commands. -// -// ~G4GeneralParticleSourceMessenger() -// Destructor: Deletes commands. -// -// void SetParticleGun(G4SingleParticleSource *fpg) { fParticleGun = fpg; } ; -// To selecte the particle gun to be defined/modified. -// void SetNewValue(G4UIcommand *command, G4String newValues) -// Uses the appropriate methods in the G4GeneralParticleSource to carry out -// the user commands. -// G4String GetCurrentValue(G4UIcommand *command) -// Allows the user to retrieve the current values of parameters. -// Not implemented yet. -// -/////////////////////////////////////////////////////////////////////////////// -// -#ifndef G4GeneralParticleSourceMessenger_h -#define G4GeneralParticleSourceMessenger_h 1 + +// Author: Fan Lei, QinetiQ ltd. +// Customer: ESA/ESTEC +// History: +// - Version 2.0, 05/02/2004, Fan Lei - Created. +// Multiple particle source definition +// - Version 2.1, 20/03/2014, Andrew Green - Modifications for MT +// Added a check to force only one thread to parse the macro file. +// This information is fed into the GPS which now has a split mechanism +// for the large data (hence need to only read in 1 thread) +// - Version 3.0, Aug-Oct 2014, Andrea Dotti +// Transformations for thread safety and use in MT application +// Messenger is now a singleton w/ explicit Destroy() method for deletion +// Note the following: the class should be instantiated only once +// by a worker thread. It relies on a new feature of basic messenger class +// that allows for UI commands to be created by worker threads but being +// executed by master thread. For this reason the messenger itself should +// be created once, form here the singleton pattern +// -------------------------------------------------------------------- +#ifndef G4GeneralParticleSourceMessenger_hh +#define G4GeneralParticleSourceMessenger_hh 1 #include "G4UImessenger.hh" #include "globals.hh" @@ -106,60 +71,47 @@ class G4UIcmdWithoutParameter; class G4SingleParticleSource; class G4GeneralParticleSource; -/** Andrea Dotti Feb 2015 - * GPS messenger design requires some explanation for what distributions - * parameters are concerned : Each thread has its own GPS - * since primary generation is a user action. - * However to save memory the underlying structures that provide the - * GPS functionalities ( the G4SPS*Distribution classes and the - * G4SPSRandomGenerator class) - * are shared among threads. This implies that modifying parameters of sources - * requires some attention: - * 1- Only one thread should change source parameters. - * 2- Changing of parameters can happen only between runs, when is guaranteed - * that no thread is accessing them - * 2- UI commands require that even if messenger is instantiated in a thread - * the commands are executed in the master (this is possible since V10.1) - * The simplest solution is to use UI commands to change GPS parameters and - * avoid C++ APIs. If this is inevitable a simple solution is to instantiate - * an instance of G4GeneralParticleSource explicitly in the master thread - * (for example in G4VUserActionInitialization::BuildForMaster() and set the - * defaults parameter there). - */ - class G4GeneralParticleSourceMessenger: public G4UImessenger { public: void SetParticleGun(G4SingleParticleSource *fpg) { fParticleGun = fpg; } ; - // Select the particle gun to be defined/modified + // Select the particle gun to be defined/modified - void SetNewValue(G4UIcommand *command, G4String newValues); - // 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. + void SetNewValue(G4UIcommand* command, G4String newValues); + // 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); + // Allows the user to retrieve the current values of parameters. + // NOT yet implemented! static G4GeneralParticleSourceMessenger* GetInstance(G4GeneralParticleSource*); static void Destroy(); + private: + G4GeneralParticleSourceMessenger(G4GeneralParticleSource*); + // Constructor: sets up commands ~G4GeneralParticleSourceMessenger(); + // Destructor: deletes commands void IonCommand(G4String newValues); void IonLvlCommand(G4String newValues); private: - G4GeneralParticleSource* fGPS; - G4SingleParticleSource* fParticleGun; - G4ParticleTable* particleTable; + + G4GeneralParticleSource* fGPS = nullptr; + G4SingleParticleSource* fParticleGun = nullptr; + G4ParticleTable* particleTable = nullptr; G4String histtype; - private: //commands G4UIdirectory* gpsDirectory; - // multiple source control commands + // Multiple source control commands + // G4UIdirectory *sourceDirectory; G4UIcmdWithADouble *addsourceCmd; G4UIcmdWithoutParameter *listsourceCmd; @@ -171,7 +123,8 @@ class G4GeneralParticleSourceMessenger: public G4UImessenger G4UIcmdWithABool *multiplevertexCmd; G4UIcmdWithABool *flatsamplingCmd; - // positional commands + // Positional commands + // G4UIdirectory *positionDirectory; G4UIcmdWithAString *typeCmd1; G4UIcmdWithAString *shapeCmd1; @@ -190,27 +143,9 @@ class G4GeneralParticleSourceMessenger: public G4UImessenger G4UIcmdWithADoubleAndUnit *partheCmd1; G4UIcmdWithADoubleAndUnit *parphiCmd1; G4UIcmdWithAString *confineCmd1; - -// //old ones, will be reomved soon -// G4UIcmdWithAString *typeCmd; -// G4UIcmdWithAString *shapeCmd; -// G4UIcmdWith3VectorAndUnit *centreCmd; -// G4UIcmdWith3Vector *posrot1Cmd; -// G4UIcmdWith3Vector *posrot2Cmd; -// G4UIcmdWithADoubleAndUnit *halfxCmd; -// G4UIcmdWithADoubleAndUnit *halfyCmd; -// G4UIcmdWithADoubleAndUnit *halfzCmd; -// G4UIcmdWithADoubleAndUnit *radiusCmd; -// G4UIcmdWithADoubleAndUnit *radius0Cmd; -// G4UIcmdWithADoubleAndUnit *possigmarCmd; -// G4UIcmdWithADoubleAndUnit *possigmaxCmd; -// G4UIcmdWithADoubleAndUnit *possigmayCmd; -// G4UIcmdWithADoubleAndUnit *paralpCmd; -// G4UIcmdWithADoubleAndUnit *partheCmd; -// G4UIcmdWithADoubleAndUnit *parphiCmd; -// G4UIcmdWithAString *confineCmd; - // angular commands + // Angular commands + // G4UIdirectory* angularDirectory; G4UIcmdWithAString *angtypeCmd1; G4UIcmdWith3Vector *angrot1Cmd1; @@ -226,21 +161,8 @@ class G4GeneralParticleSourceMessenger: public G4UImessenger G4UIcmdWithABool *useuserangaxisCmd1; G4UIcmdWithABool *surfnormCmd1; - // old ones, will be removed soon -// G4UIcmdWithAString *angtypeCmd; -// G4UIcmdWith3Vector *angrot1Cmd; -// G4UIcmdWith3Vector *angrot2Cmd; -// G4UIcmdWithADoubleAndUnit *minthetaCmd; -// G4UIcmdWithADoubleAndUnit *maxthetaCmd; -// G4UIcmdWithADoubleAndUnit *minphiCmd; -// G4UIcmdWithADoubleAndUnit *maxphiCmd; -// G4UIcmdWithADoubleAndUnit *angsigmarCmd; -// G4UIcmdWithADoubleAndUnit *angsigmaxCmd; -// G4UIcmdWithADoubleAndUnit *angsigmayCmd; -// G4UIcmdWithABool *useuserangaxisCmd; -// G4UIcmdWithABool *surfnormCmd; - - // energy commands + // Energy commands + // G4UIdirectory* energyDirectory; G4UIcmdWithAString *energytypeCmd1; G4UIcmdWithADoubleAndUnit *eminCmd1; @@ -256,29 +178,11 @@ class G4GeneralParticleSourceMessenger: public G4UImessenger G4UIcmdWithoutParameter *calculateCmd1; G4UIcmdWithABool *energyspecCmd1; G4UIcmdWithABool *diffspecCmd1; + G4UIcmdWithABool *applyEnergyWeightCmd1; - // old ones, will be removed soon -// G4UIcmdWithAString *energytypeCmd; -// G4UIcmdWithADoubleAndUnit *eminCmd; -// G4UIcmdWithADoubleAndUnit *emaxCmd; -// G4UIcmdWithADoubleAndUnit *monoenergyCmd; -// G4UIcmdWithADoubleAndUnit *engsigmaCmd; -// G4UIcmdWithADouble *alphaCmd; -// G4UIcmdWithADouble *tempCmd; -// G4UIcmdWithADouble *ezeroCmd; -// G4UIcmdWithADouble *gradientCmd; -// G4UIcmdWithADouble *interceptCmd; -// G4UIcmdWithoutParameter *calculateCmd; -// G4UIcmdWithABool *energyspecCmd; -// G4UIcmdWithABool *diffspecCmd; - - // histogram commands + // Histogram commands + // G4UIdirectory *histDirectory; - // old ones, will be removed soon - //G4UIcmdWith3Vector *histpointCmd; - //G4UIcmdWithAString *histnameCmd; - //G4UIcmdWithAString *arbintCmd; - //G4UIcmdWithAString *resethistCmd; G4UIcmdWith3Vector *histpointCmd1; G4UIcmdWithAString *histfileCmd1; G4UIcmdWithAString *histnameCmd1; @@ -288,6 +192,7 @@ class G4GeneralParticleSourceMessenger: public G4UImessenger G4UIcmdWithAnInteger* verbosityCmd; // Commands from G4ParticleGun + // G4UIcommand* ionCmd; G4UIcommand* ionLvlCmd; G4UIcmdWithAString* particleCmd; @@ -299,19 +204,41 @@ class G4GeneralParticleSourceMessenger: public G4UImessenger G4UIcmdWithADoubleAndUnit* energyCmd; G4UIcmdWithoutParameter* listCmd; - private: // for ion shooting - G4bool fShootIon; + // For ion shooting + // + G4bool fShootIon = false; + + G4int fAtomicNumber = 0; + G4int fAtomicMass = 0; + G4int fIonCharge = 0; + G4double fIonExciteEnergy = 0.0; - G4int fAtomicNumber; - G4int fAtomicMass; - G4int fIonCharge; - G4double fIonExciteEnergy; + G4int fAtomicNumberL = 0; + G4int fAtomicMassL = 0; + G4int fIonChargeL = 0; + G4int fIonEnergyLevel = 0; + +/** Andrea Dotti Feb 2015 + * GPS messenger design requires some explanation for what distributions + * parameters are concerned : Each thread has its own GPS + * since primary generation is a user action. + * However to save memory the underlying structures that provide the + * GPS functionalities ( the G4SPS*Distribution classes and the + * G4SPSRandomGenerator class) + * are shared among threads. This implies that modifying parameters of sources + * requires some attention: + * 1- Only one thread should change source parameters. + * 2- Changing of parameters can happen only between runs, when is guaranteed + * that no thread is accessing them + * 2- UI commands require that even if messenger is instantiated in a thread + * the commands are executed in the master (this is possible since V10.1) + * The simplest solution is to use UI commands to change GPS parameters and + * avoid C++ APIs. If this is inevitable a simple solution is to instantiate + * an instance of G4GeneralParticleSource explicitly in the master thread + * (for example in G4VUserActionInitialization::BuildForMaster() and set the + * defaults parameter there). + */ - G4int fAtomicNumberL; - G4int fAtomicMassL; - G4int fIonChargeL; - G4int fIonEnergyLevel; }; #endif - diff --git a/source/event/include/G4HEPEvtInterface.hh b/source/event/include/G4HEPEvtInterface.hh index 818e23a60de..33a018491ff 100644 --- a/source/event/include/G4HEPEvtInterface.hh +++ b/source/event/include/G4HEPEvtInterface.hh @@ -23,14 +23,13 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4HEPEvtInterface // -// -// -// class description: +// Class description: // // This is a concrete class of G4VPrimaryGenerator. -// This class object reads an ASCII file which contains particles generated -// by a physics generator which supports /HEPEVT/ common block. +// It reads an ASCII file which contains particles generated by a +// physics generator which supports a /HEPEVT/ common block. // // The format of ASCII file must be equivalent to the following sample // Fortran code: @@ -61,8 +60,10 @@ // corresponding set methods of G4VPrimaryGenerator base class, otherwise // zero will be set. -#ifndef G4HEPEvtInterface_h -#define G4HEPEvtInterface_h 1 +// Author: Makoto Asai, 1997 +// -------------------------------------------------------------------- +#ifndef G4HEPEvtInterface_hh +#define G4HEPEvtInterface_hh 1 #include #include @@ -74,20 +75,21 @@ class G4PrimaryVertex; class G4Event; -class G4HEPEvtInterface:public G4VPrimaryGenerator +class G4HEPEvtInterface : public G4VPrimaryGenerator { - public: // with description + public: + G4HEPEvtInterface(const char* evfile, G4int vl=0); -// G4HEPEvtInterface(G4String evfile); - // Constructors, "evfile" is the file name (with directory path). + // Constructor, "evfile" is the file name (with directory path). - public: ~G4HEPEvtInterface(); + // Destructor void GeneratePrimaryVertex(G4Event* evt); private: - G4int vLevel; + + G4int vLevel = 0; G4String fileName; std::ifstream inputFile; std::vector HPlist; diff --git a/source/event/include/G4HEPEvtParticle.hh b/source/event/include/G4HEPEvtParticle.hh index 7cb625e4a14..97f34a4582e 100644 --- a/source/event/include/G4HEPEvtParticle.hh +++ b/source/event/include/G4HEPEvtParticle.hh @@ -23,16 +23,17 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4HEPEvtParticle // -// -// -// class desccription: +// Class desccription: // // This class is exclusively used by G4HEPEvtInterface. // It represents one particle in /HEPEVT/ list. -#ifndef G4HEPEvtParticle_h -#define G4HEPEvtParticle_h 1 +// Author: Makoto Asai, 1997 +// -------------------------------------------------------------------- +#ifndef G4HEPEvtParticle_hh +#define G4HEPEvtParticle_hh 1 #include "globals.hh" #include "evtdefs.hh" @@ -42,42 +43,38 @@ class G4HEPEvtParticle { public: - inline void *operator new(size_t); - inline void operator delete(void *aStackedTrack); - G4HEPEvtParticle(); - G4HEPEvtParticle(G4PrimaryParticle* pp, - G4int isthep, G4int jdahep1, G4int jdahep2); - ~G4HEPEvtParticle(); + G4HEPEvtParticle(); + G4HEPEvtParticle(G4PrimaryParticle* pp, + G4int isthep, G4int jdahep1, G4int jdahep2); + ~G4HEPEvtParticle(); + + G4HEPEvtParticle & operator=(const G4HEPEvtParticle& right); + G4bool operator==(const G4HEPEvtParticle &right) const; + G4bool operator!=(const G4HEPEvtParticle &right) const; - G4HEPEvtParticle & operator=(const G4HEPEvtParticle &right); - G4bool operator==(const G4HEPEvtParticle &right) const; - G4bool operator!=(const G4HEPEvtParticle &right) const; + inline void *operator new(std::size_t); + inline void operator delete(void* aStackedTrack); + + inline G4PrimaryParticle* GetTheParticle() { return theParticle; } + inline void Done() { ISTHEP *= -1; } + inline G4int GetISTHEP() { return ISTHEP; } + inline G4int GetJDAHEP1() { return JDAHEP1; } + inline G4int GetJDAHEP2() { return JDAHEP2; } private: - G4PrimaryParticle * theParticle; - G4int ISTHEP; // Status code of the entry - // Set to be 0 after generating links of - // G4PrimaryParticle object - G4int JDAHEP1; - G4int JDAHEP2; - public: - inline G4PrimaryParticle * GetTheParticle() - { return theParticle; } - inline void Done() - { ISTHEP *= -1; } - inline G4int GetISTHEP() - { return ISTHEP; } - inline G4int GetJDAHEP1() - { return JDAHEP1; } - inline G4int GetJDAHEP2() - { return JDAHEP2; } + G4PrimaryParticle* theParticle = nullptr; + G4int ISTHEP = 1; // Status code of the entry + // Set to be 0 after generating links of + // G4PrimaryParticle object + G4int JDAHEP1 = 1; + G4int JDAHEP2 = 1; }; extern G4EVENT_DLL G4Allocator*& aHEPEvtParticleAllocator(); -inline void * G4HEPEvtParticle::operator new(size_t) +inline void * G4HEPEvtParticle::operator new(std::size_t) { if (!aHEPEvtParticleAllocator()) aHEPEvtParticleAllocator() = new G4Allocator; @@ -90,4 +87,3 @@ inline void G4HEPEvtParticle::operator delete(void * aHEPEvtParticle) } #endif - diff --git a/source/event/include/G4MultiEventAction.hh b/source/event/include/G4MultiEventAction.hh index 393a3850831..b397b9ffdac 100644 --- a/source/event/include/G4MultiEventAction.hh +++ b/source/event/include/G4MultiEventAction.hh @@ -23,35 +23,28 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4MultiEventAction // +// Class description: // -//--------------------------------------------------------------- -// -// G4MultiEventAction.hh -// -// Created on: Jan 17, 2016 -// Author: adotti -// -// -// class description: -// This class extends G4UserEventAction and allows multiple -// user-defined tracking actions to be used in the same job. -// The class is a vector of user-defined tracking actions. -// This class owns and manages the dependent user-actions. +// This class extends G4UserEventAction and allows multiple user-defined +// tracking actions to be used in the same job. +// The class is a vector of user-defined tracking actions. +// This class owns and manages the dependent user-actions. // Usage: -// There is no need to explicitly use this class as long as the -// user actions are set via G4UserActionInitialization::SetUserAction -// that can be called several times. Explicitly this is what is happening: +// There is no need to explicitly use this class as long as the +// user actions are set via G4UserActionInitialization::SetUserAction() +// that can be called several times. Explicitly, this is what is happening: // In user-defined action initialization: -// G4MultiEventAction* action = new G4MultiEventAction; -// action->push_back( G4UserEventActionUPtr( new MyUserEventAction ); -// [... add as many as needed ...] -// SetUserAction( action ); -// --------------------------------------------------------------- -// +// G4MultiEventAction* action = new G4MultiEventAction; +// action->push_back( G4UserEventActionUPtr( new MyUserEventAction ); +// [... add as many as needed ...] +// SetUserAction( action ); -#ifndef G4MULTIEVENTACTION_HH_ -#define G4MULTIEVENTACTION_HH_ +// Author: Andrea Dotti, SLAC - 17.01.2016 +// -------------------------------------------------------------------- +#ifndef G4MULTIEVENTACTION_HH +#define G4MULTIEVENTACTION_HH #include "G4UserEventAction.hh" #include @@ -60,14 +53,16 @@ using G4UserEventActionUPtr=std::unique_ptr; using G4UserEventActionVector=std::vector; -class G4MultiEventAction : public G4UserEventAction , public G4UserEventActionVector +class G4MultiEventAction : public G4UserEventAction + , public G4UserEventActionVector { -public: - G4MultiEventAction() = default; - virtual ~G4MultiEventAction() override = default; - virtual void SetEventManager(G4EventManager* ) override; - virtual void BeginOfEventAction(const G4Event* ) override; - virtual void EndOfEventAction(const G4Event* ) override; + public: + + G4MultiEventAction() = default; + virtual ~G4MultiEventAction() override = default; + virtual void SetEventManager(G4EventManager* ) override; + virtual void BeginOfEventAction(const G4Event* ) override; + virtual void EndOfEventAction(const G4Event* ) override; }; -#endif /* SOURCE_EVENT_INCLUDE_G4MULTIEVENTACTION_HH_ */ +#endif diff --git a/source/event/include/G4ParticleGun.hh b/source/event/include/G4ParticleGun.hh index e8be3cb8094..2cfb54980bf 100644 --- a/source/event/include/G4ParticleGun.hh +++ b/source/event/include/G4ParticleGun.hh @@ -23,12 +23,33 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4ParticleGum // +// Class description: // - -#ifndef G4ParticleGun_h -#define G4ParticleGun_h 1 - +// This is a concrete class of G4VPrimaryGenerator. It shoots a particle of +// given type into a given direction with either a given kinetic energy or +// momentum. +// The position and time of the primary particle must be set by the +// corresponding set methods of the G4VPrimaryGenerator base class, otherwise +// zero will be set. +// +// The FAQ to this class is for randomizing position/direction/kinetic energy +// of the primary particle. But, G4ParticleGun does NOT have any way of +// randomization. Instead, the user's concrete implementation of +// G4VUserPrimaryGeneratorAction which transfer the G4Event object +// to this particle gun can randomize these quantities and set to this +// particle gun before invoking GeneratePrimaryVertex() method. +// Note that, even if the particle gun shoots more than one particles at one +// invokation of the GeneratePrimaryVertex() method, all particles have the +// same physical quantities. If the user wants to shoot two particles with +// different momentum, position, etc., should invoke GeneratePrimaryVertex() +// method twice and set quantities on demand to the particle gun. + +// Author: Makoto Asai, 1997 +// -------------------------------------------------------------------- +#ifndef G4ParticleGun_hh +#define G4ParticleGun_hh 1 #include "globals.hh" #include "G4VPrimaryGenerator.hh" @@ -40,103 +61,79 @@ class G4Event; class G4ParticleGunMessenger; -// class description: -// -// This is a concrete class of G4VPrimaryGenerator. It shoots a particle of given type -// into a given direction with either a given kinetic energy or momentum. -// The position and time of the primary particle must be set by the corresponding -// set methods of G4VPrimaryGenerator base class, otherwise zero will be set. -// -// The FAQ to this class is for randomizing position/direction/kinetic energy of primary -// particle. But, G4ParticleGun does NOT have any way of randomization. Instead, the user's -// concrete implementation of G4VUserPrimaryGeneratorAction which transmits G4Event object -// to this particle gun can randomize these quantities and set to this particle gun before -// invoking GeneratePrimaryVertex() method. -// Note that, even if the particle gun shoots more than one particles at one invokation of -// GeneratePrimaryVertex() method, all particles have the same physical quantities. If the -// user wants to shoot two particles with different momentum, position, etc., invoke -// GeneratePrimaryVertex() method twice and set quantities on demand to the particle gun. -// - -class G4ParticleGun:public G4VPrimaryGenerator +class G4ParticleGun : public G4VPrimaryGenerator { - public: // with description - G4ParticleGun(); - G4ParticleGun(G4int numberofparticles); - G4ParticleGun(G4ParticleDefinition * particleDef, - G4int numberofparticles = 1); - // costructors. "numberofparticles" is number of particles to be shoot at one invokation - // of GeneratePrimaryVertex() method. All paricles are shot with the same physical - // quantities. - public: - virtual ~G4ParticleGun(); - - private: - G4ParticleGun(const G4ParticleGun&) = delete; - const G4ParticleGun & operator=(const G4ParticleGun&) = delete; - G4bool operator==(const G4ParticleGun&) const = delete; - G4bool operator!=(const G4ParticleGun&) const = delete; - - public: // with description - virtual void GeneratePrimaryVertex(G4Event* evt); - // Creates a primary vertex at the given point and put primary particles to it. - // Followings are set methods for the particle properties. - // SetParticleDefinition should be called first. - // By using SetParticleMomentum(), both particle_momentum_direction and - // particle_energy(Kinetic Energy) are set. - // - void SetParticleDefinition - (G4ParticleDefinition * aParticleDefinition); - void SetParticleEnergy(G4double aKineticEnergy); - void SetParticleMomentum(G4double aMomentum); - void SetParticleMomentum(G4ParticleMomentum aMomentum); - void SetParticleMomentumDirection - (G4ParticleMomentum aMomentumDirection) - { particle_momentum_direction = aMomentumDirection.unit(); } - void SetParticleCharge(G4double aCharge) - { particle_charge = aCharge; } - void SetParticlePolarization(G4ThreeVector aVal) - { particle_polarization = aVal; } - void SetNumberOfParticles(G4int i) - { NumberOfParticlesToBeGenerated = i; } - public: - G4ParticleDefinition* GetParticleDefinition() const - { return particle_definition; } - G4ParticleMomentum GetParticleMomentumDirection() const - { return particle_momentum_direction; } - G4double GetParticleEnergy() const - { return particle_energy; } - G4double GetParticleMomentum() const - { return particle_momentum; } - G4double GetParticleCharge() const - { return particle_charge; } - G4ThreeVector GetParticlePolarization() const - { return particle_polarization; } - G4int GetNumberOfParticles() const - { return NumberOfParticlesToBeGenerated; } + G4ParticleGun(); + G4ParticleGun(G4int numberofparticles); + 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(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); + // Creates a primary vertex at the given point + // and put primary particles to it. + + // Followings are the Set methods for the particle properties. + // SetParticleDefinition() should be called first. + // By using SetParticleMomentum(), both particle_momentum_direction and + // particle_energy(Kinetic Energy) are set. + // + void SetParticleDefinition(G4ParticleDefinition* aParticleDefinition); + void SetParticleEnergy(G4double aKineticEnergy); + void SetParticleMomentum(G4double aMomentum); + void SetParticleMomentum(G4ParticleMomentum aMomentum); + inline void SetParticleMomentumDirection(G4ParticleMomentum aMomDirection) + { particle_momentum_direction = aMomDirection.unit(); } + inline void SetParticleCharge(G4double aCharge) + { particle_charge = aCharge; } + inline void SetParticlePolarization(G4ThreeVector aVal) + { particle_polarization = aVal; } + inline void SetNumberOfParticles(G4int i) + { NumberOfParticlesToBeGenerated = i; } + + inline G4ParticleDefinition* GetParticleDefinition() const + { return particle_definition; } + inline G4ParticleMomentum GetParticleMomentumDirection() const + { return particle_momentum_direction; } + inline G4double GetParticleEnergy() const + { return particle_energy; } + inline G4double GetParticleMomentum() const + { return particle_momentum; } + inline G4double GetParticleCharge() const + { return particle_charge; } + inline G4ThreeVector GetParticlePolarization() const + { return particle_polarization; } + inline G4int GetNumberOfParticles() const + { return NumberOfParticlesToBeGenerated; } protected: + virtual void SetInitialValues(); - G4int NumberOfParticlesToBeGenerated; - G4ParticleDefinition* particle_definition; + G4int NumberOfParticlesToBeGenerated = 0; + G4ParticleDefinition* particle_definition = nullptr; G4ParticleMomentum particle_momentum_direction; - G4double particle_energy; - G4double particle_momentum; - G4double particle_charge; + G4double particle_energy = 0.0; + G4double particle_momentum = 0.0; + G4double particle_charge = 0.0; G4ThreeVector particle_polarization; private: - G4ParticleGunMessenger* theMessenger; + + G4ParticleGunMessenger* theMessenger = nullptr; }; #endif - - - - - diff --git a/source/event/include/G4ParticleGunMessenger.hh b/source/event/include/G4ParticleGunMessenger.hh index 9d3d04674d1..acd6c700824 100644 --- a/source/event/include/G4ParticleGunMessenger.hh +++ b/source/event/include/G4ParticleGunMessenger.hh @@ -23,12 +23,20 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4ParticleGunMessenger // +// Class description: // -// +// This is a concrete class of G4UImessenger which handles commands for +// G4ParticleGun. -#ifndef G4ParticleGunMessenger_h -#define G4ParticleGunMessenger_h 1 +// Author: Makoto Asai, 1997 +// -------------------------------------------------------------------- +#ifndef G4ParticleGunMessenger_hh +#define G4ParticleGunMessenger_hh 1 + +#include "globals.hh" +#include "G4UImessenger.hh" class G4ParticleGun; class G4ParticleTable; @@ -41,58 +49,51 @@ class G4UIcmdWith3Vector; class G4UIcmdWith3VectorAndUnit; class G4UIcmdWithAnInteger; -#include "G4UImessenger.hh" -#include "globals.hh" - -// class description: -// -// This is a concrete class of G4UImessenger which handles commands for -// G4ParticleGun. -// - -class G4ParticleGunMessenger: public G4UImessenger +class G4ParticleGunMessenger : public G4UImessenger { public: - G4ParticleGunMessenger(G4ParticleGun * fPtclGun); + + G4ParticleGunMessenger(G4ParticleGun* fPtclGun); ~G4ParticleGunMessenger(); - public: - void SetNewValue(G4UIcommand * command,G4String newValues); - G4String GetCurrentValue(G4UIcommand * command); + void SetNewValue(G4UIcommand* command, G4String newValues); + G4String GetCurrentValue(G4UIcommand* command); private: - void IonCommand(G4String newValues); - void IonLevelCommand(G4String newValues); + + void IonCommand(const G4String& newValues); + void IonLevelCommand(const G4String& newValues); private: - G4ParticleGun * fParticleGun; - G4ParticleTable * particleTable; - private: //commands - G4UIdirectory * gunDirectory; - G4UIcmdWithoutParameter * listCmd; - G4UIcmdWithAString * particleCmd; - G4UIcmdWith3Vector * directionCmd; - G4UIcmdWithADoubleAndUnit * energyCmd; - G4UIcmdWithADoubleAndUnit * momAmpCmd; - G4UIcmdWith3VectorAndUnit * momCmd; - G4UIcmdWith3VectorAndUnit * positionCmd; - G4UIcmdWithADoubleAndUnit * timeCmd; - G4UIcmdWith3Vector * polCmd; - G4UIcmdWithAnInteger * numberCmd; - - G4UIcommand * ionCmd; - G4UIcommand* ionLvlCmd; + G4ParticleGun* fParticleGun = nullptr; + G4ParticleTable* particleTable = nullptr; - private: // for ion shooting - G4bool fShootIon; - G4int fAtomicNumber; - G4int fAtomicMass; - G4int fIonCharge; - G4double fIonExciteEnergy; - char fIonFloatingLevelBase; - G4int fIonEnergyLevel; + // Commands + // + G4UIdirectory* gunDirectory; + G4UIcmdWithoutParameter* listCmd; + G4UIcmdWithAString* particleCmd; + G4UIcmdWith3Vector* directionCmd; + G4UIcmdWithADoubleAndUnit* energyCmd; + G4UIcmdWithADoubleAndUnit* momAmpCmd; + G4UIcmdWith3VectorAndUnit* momCmd; + G4UIcmdWith3VectorAndUnit* positionCmd; + G4UIcmdWithADoubleAndUnit* timeCmd; + G4UIcmdWith3Vector* polCmd; + G4UIcmdWithAnInteger* numberCmd; + G4UIcommand* ionCmd; + G4UIcommand* ionLvlCmd; + + // For ion shooting + // + G4bool fShootIon = false; + G4int fAtomicNumber = 0; + G4int fAtomicMass = 0; + G4int fIonCharge = 0; + G4double fIonExciteEnergy = 0.0; + char fIonFloatingLevelBase = '\0'; + G4int fIonEnergyLevel = 0; }; #endif - diff --git a/source/event/include/G4PrimaryTransformer.hh b/source/event/include/G4PrimaryTransformer.hh index e134e7de5e9..e1fd82a8e26 100644 --- a/source/event/include/G4PrimaryTransformer.hh +++ b/source/event/include/G4PrimaryTransformer.hh @@ -23,83 +23,84 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4PrimaryTransformer // +// Class description: // +// This class is exclusively used by G4EventManager for the conversion +// from G4PrimaryVertex/G4PrimaryParticle to G4DynamicParticle/G4Track. -#ifndef G4PromaryTransformer_h -#define G4PromaryTransformer_h 1 +// Author: Makoto Asai, 1999 +// -------------------------------------------------------------------- +#ifndef G4PrimaryTransformer_hh +#define G4PrimaryTransformer_hh 1 +#include "globals.hh" #include "G4TrackVector.hh" #include "G4ParticleTable.hh" -#include "globals.hh" -class G4Event; -class G4PrimaryVertex; #include "G4PrimaryParticle.hh" #include "G4DynamicParticle.hh" -// class description: -// -// This class is exclusively used by G4EventManager for the conversion -// from G4PrimaryVertex/G4PrimaryParticle to G4DynamicParticle/G4Track. -// +class G4Event; +class G4PrimaryVertex; class G4PrimaryTransformer { public: + G4PrimaryTransformer(); virtual ~G4PrimaryTransformer(); G4TrackVector* GimmePrimaries(G4Event* anEvent, G4int trackIDCounter=0); void CheckUnknown(); - protected: - G4TrackVector TV; - G4ParticleTable* particleTable; - G4int verboseLevel; - G4int trackID; - - G4ParticleDefinition* unknown; - G4bool unknownParticleDefined; - G4ParticleDefinition* opticalphoton; - G4bool opticalphotonDefined; - - G4int nWarn; - - public: inline void SetVerboseLevel(G4int vl) - { verboseLevel = vl; }; + { verboseLevel = vl; } - public: //with description void SetUnknnownParticleDefined(G4bool vl); - // By invoking this Set method, the user can alter the treatment of unknown - // particle. The ideal place to invoke this method is in the BeginOfRunAction. + // By invoking this method, the user can alter the treatment of unknown + // particles. The ideal place to invoke this method is in the + // BeginOfRunAction(). inline G4bool GetUnknownParticleDefined() const - { return unknownParticleDefined; } + { return unknownParticleDefined; } protected: + void GenerateTracks(G4PrimaryVertex* primaryVertex); void GenerateSingleTrack(G4PrimaryParticle* primaryParticle, - G4double x0,G4double y0,G4double z0,G4double t0,G4double wv); + G4double x0, G4double y0, G4double z0, + G4double t0, G4double wv); void SetDecayProducts(G4PrimaryParticle* mother, - G4DynamicParticle* motherDP); + G4DynamicParticle* motherDP); G4bool CheckDynamicParticle(G4DynamicParticle*DP); - protected: //with description - // Following two virtual methods are provided to customize the use of PrimaryTransformer - // for particle types exotic to Geant4. + // Following two virtual methods are provided to customize the use + // of G4PrimaryTransformer for particle types exotic to Geant4. - virtual G4ParticleDefinition* GetDefinition(G4PrimaryParticle*pp); - // Return appropriate G4ParticleDefinition w.r.t. the primary particle. - // If NULL is returned, the particle will not be treated as a track, but its daughters - // will be examined in case it has "pre-assigned decay products". + virtual G4ParticleDefinition* GetDefinition(G4PrimaryParticle* pp); + // Return appropriate G4ParticleDefinition w.r.t. the primary particle. + // If nullptr is returned, the particle will not be treated as a track, + // but its daughters will be examined in case it has "pre-assigned + // decay products". - virtual G4bool IsGoodForTrack(G4ParticleDefinition*pd); - // Return true if a primary particle should be converted into a track. - // By default, all particles of non-shortlived and shortlived with valid decay - // tables are converted. -}; + virtual G4bool IsGoodForTrack(G4ParticleDefinition* pd); + // Return true if a primary particle should be converted into a track. + // By default, all particles of non-shortlived and shortlived with + // valid decay tables are converted. -#endif + protected: + G4TrackVector TV; + G4ParticleTable* particleTable = nullptr; + + G4ParticleDefinition* unknown = nullptr; + G4ParticleDefinition* opticalphoton = nullptr; + G4int verboseLevel = 0; + G4int trackID = 0; + G4int nWarn = 0; + G4bool unknownParticleDefined = false; + G4bool opticalphotonDefined = false; +}; +#endif diff --git a/source/event/include/G4RayShooter.hh b/source/event/include/G4RayShooter.hh index b888d9af896..d31c13e954a 100644 --- a/source/event/include/G4RayShooter.hh +++ b/source/event/include/G4RayShooter.hh @@ -23,19 +23,18 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4RayShooter // +// Class description: // - -// class description: -// -// the object of this class shoots a ray (actually geantino) primary particle +// The object of this class shoots a ray (actually geantino) primary particle // associated with a G4Event object. This slass must be used exclusively by // G4RayTracer. -// - -#ifndef G4RayShooter_h -#define G4RayShooter_h 1 +// Author: Makoto Asai, 2000 +// -------------------------------------------------------------------- +#ifndef G4RayShooter_hh +#define G4RayShooter_hh 1 #include "globals.hh" #include "G4ThreeVector.hh" @@ -47,33 +46,26 @@ class G4Event; class G4RayShooter { - public: - G4RayShooter(); public: - virtual ~G4RayShooter(); - public: // with description - void Shoot(G4Event* evt,G4ThreeVector vtx,G4ThreeVector direc); - // This method generates a primary vertex and a primary particle at the - // given vertex point and with the given direction. This method is invoked - // by G4RayTracer and G4MaterialScanner. + G4RayShooter(); + virtual ~G4RayShooter(); + + void Shoot(G4Event* evt, G4ThreeVector vtx, G4ThreeVector direc); + // Generates a primary vertex and a primary particle at the given + // vertex point and with the given direction. This method is invoked + // by G4RayTracer and G4MaterialScanner. - private: - void SetInitialValues(); + private: + + void SetInitialValues(); - G4ParticleDefinition* particle_definition; - G4ParticleMomentum particle_momentum_direction; - G4double particle_energy; - G4ThreeVector particle_position; - G4double particle_time; - G4ThreeVector particle_polarization; + G4ParticleDefinition* particle_definition = nullptr; + G4ParticleMomentum particle_momentum_direction; + G4double particle_energy = 0.0; + G4ThreeVector particle_position; + G4double particle_time = 0.0; + G4ThreeVector particle_polarization; }; #endif - - - - - - - diff --git a/source/event/include/G4SPSAngDistribution.hh b/source/event/include/G4SPSAngDistribution.hh index 36338745cca..57ac895f270 100644 --- a/source/event/include/G4SPSAngDistribution.hh +++ b/source/event/include/G4SPSAngDistribution.hh @@ -23,133 +23,35 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4SPSAngDistribution.hh -// -// Version: 1.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -/////////////////////////////////////////////////////////////////////////////// -// -// -// CHANGE HISTORY -// -------------- -// 06/06/2014 A Dotti -// For thread safety: this is a shared object, -// mutex has been added to control access to shared resources (data members). -// in Getters and Setters, mutex is NOT used in GenerateOne because it is -// assumed that properties are not changed during event loop. -// -// 26/10/2004 F Lei +// G4SPSAngDistribution +// +// Class description: +// +// To generate the direction of a primary vertex according to the +// defined distribution. This is a shared class between threads. +// Only one thread should use the set-methods here. +// Note that this is exactly what is achieved using UI commands. +// If you use the set methods to set defaults in your +// application take care that only one thread is executing them. +// In addition take care of calling these methods before the run is started +// Do not use these setters during the event loop. + +// Author: Fan Lei, QinetiQ ltd. +// Customer: ESA/ESTEC +// History: +// - 05/02/2004, Fan Lei - Created. +// Based on the G4GeneralParticleSource class. +// - 26/10/2004, Fan Lei // Added a "focused" option to allow all primary particles pointing to // a user specified focusing point. -// -// Version 1.0, 05/02/2004, Fan Lei, Created. -// Based on the G4GeneralParticleSource class in Geant4 v6.0 -// -/////////////////////////////////////////////////////////////////////////////// -// -// Class Description: -// -// To generate the direction of a primary vertex according to the defined distribution -// -/////////////////////////////////////////////////////////////////////////////// -// -// MEMBER FUNCTIONS -// ---------------- -// -// G4SPSAngDistribution () -// Constructor: Initializes variables -// -// ~G4SPSAngDistribution () -// Destructor: -// -// void SetAngDistType(G4String) -// Used to set the type of angular distribution wanted. Arguments -// are iso, cos, beam and user for isotropic, cosine-law, beam and user-defined -// respectively. -// -// void DefineAngRefAxes(G4String, G4ThreeVector) -// DefineAngRefAxes is used in a similar way as SetPosRot to -// define vectors, one x' and one in the plane x'y', to create -// a rotated set of axes for the angular distribution. -// -// void SetMinTheta(G4double) -// Sets the minimum value for the angle theta. -// -// void SetMinPhi(G4double) -// Sets the minimum value for phi. -// -// void SetMaxTheta(G4double) -// Sets the maximum value for theta. -// -// void SetMaxPhi(G4double) -// Sets the maximum value for phi. -// -// void UserDefAngTheta(G4ThreeVector) -// This method allows the user to define a histogram in Theta. -// -// void UserDefAngPhi(G4ThreeVector) -// This method allows the user to define a histogram in phi. -// -// void GenerateIsotropicFlux() -// This method generates momentum vectors for particles according -// to an isotropic distribution. -// -// void GenerateCosineLawFlux() -// This method generates momentum vectors for particles according -// to a cosine-law distribution. -// -// void GenerateFocusedFlux() -// This method generates momentum vectors for particles pointing to -// an user specified focusing point. -// -// void GenerateUserDefFlux() -// Controls generation of momentum vectors according to user-defined -// distributions. -// -// G4double GenerateUserDefTheta() -// Generates the theta angle according to a user-defined distribution. -// -// G4double GenerateUserDefPhi() -// Generates phi according to a user-defined distribution. -// -// void SetBeamSigmaInAngR(G4double); -// Sets the sigma for 1D beam -// -// void SetBeamSigmaInAngX(G4double); -// Sets the first sigma for 2D beam -// -// void SetBeamSigmaInAngY(G4double); -// Sets the second sigma for 2D beam -// -// void SetUserWRTSurface(G4bool) -// Allows user to have user-defined spectra either with respect to the -// co-ordinate system (default) or with respect to the surface normal. -// -// void SetPosDistribution(G4SPSPosDistribution* a) {posDist = a; }; -// Sets the required position generator, required for determining the cosine-law distribution -// -// void SetBiasRndm (G4SPSRandomGenerator* a) -// Sets the biased random number generator -// -// G4ThreeVector GenerateOne(); -// Generate one random direction -// -// void ReSetHist(G4String); -// Re-sets the histogram for user defined distribution -// -// void SetVerbosity(G4int) -// Sets the verbosity level. -// -/////////////////////////////////////////////////////////////////////////////// -// -#ifndef G4SPSAngDistribution_h -#define G4SPSAngDistribution_h 1 +// - 06/06/2014, Andrea Dotti, SLAC +// For thread safety: this is a shared object, +// Added mutex to control access to shared resources (data members). +// in Getters and Setters, mutex is NOT used in GenerateOne() because it is +// assumed that properties are not changed during event loop. +// -------------------------------------------------------------------- +#ifndef G4SPSAngDistribution_hh +#define G4SPSAngDistribution_hh 1 #include "G4PhysicsOrderedFreeVector.hh" #include "G4DataInterpolation.hh" @@ -161,97 +63,146 @@ #include "G4Threading.hh" #include "G4AutoLock.hh" -/** Andrea Dotti Feb 2015 - * Important: This is a shared class between threads. - * Only one thread should use the set-methods here. - * Note that this is exactly what is achieved using UI commands. - * If you use the set methods to set defaults in your - * application take care that only one thread is executing them. - * In addition take care of calling these methods before the run is started - * Do not use these setters during the event loop - */ - class G4SPSAngDistribution { -public: - G4SPSAngDistribution (); - ~G4SPSAngDistribution (); - - // Angular Distribution Methods - void SetAngDistType(G4String); - void DefineAngRefAxes(G4String, G4ThreeVector); - void SetMinTheta(G4double); - void SetMinPhi(G4double); - void SetMaxTheta(G4double); - void SetMaxPhi(G4double); - void SetBeamSigmaInAngR(G4double); - void SetBeamSigmaInAngX(G4double); - void SetBeamSigmaInAngY(G4double); - void UserDefAngTheta(G4ThreeVector); - void UserDefAngPhi(G4ThreeVector); - void SetFocusPoint(G4ThreeVector); - void SetParticleMomentumDirection(G4ParticleMomentum aMomentumDirection); - void SetUseUserAngAxis(G4bool); - void SetUserWRTSurface(G4bool); - // - void SetPosDistribution(G4SPSPosDistribution* a); - void SetBiasRndm(G4SPSRandomGenerator* a); - // method to re-set the histograms - void ReSetHist(G4String); - // - // Set the verbosity level. - void SetVerbosity(G4int a); - // some get methods + + public: + + G4SPSAngDistribution (); + // Constructor: Initializes variables + ~G4SPSAngDistribution (); + // Destructor + + // Angular Distribution Methods + + void SetAngDistType(const G4String&); + // Used to set the type of angular distribution wanted. Arguments + // are iso, cos, beam and user for isotropic, cosine-law, beam and + // user-defined respectively. + + void DefineAngRefAxes(const G4String&, const G4ThreeVector&); + // Used in a similar way as SetPosRot() to define vectors, one x' + // and one in the plane x'y', to create a rotated set of axes for + // the angular distribution. + + void SetMinTheta(G4double); + // Sets the minimum value for the angle theta. + + void SetMinPhi(G4double); + // Sets the minimum value for phi. + + void SetMaxTheta(G4double); + // Sets the maximum value for theta. + + void SetMaxPhi(G4double); + // Sets the maximum value for phi. + + void SetBeamSigmaInAngR(G4double); + // Sets the sigma for 1D beam. + + void SetBeamSigmaInAngX(G4double); + // Sets the first sigma for 2D beam. + + void SetBeamSigmaInAngY(G4double); + // Sets the second sigma for 2D beam. + + void UserDefAngTheta(const G4ThreeVector&); + // This method allows the user to define a histogram in Theta. + + void UserDefAngPhi(const G4ThreeVector&); + // This method allows the user to define a histogram in phi. + + void SetFocusPoint(const G4ThreeVector&); + void SetParticleMomentumDirection(const G4ParticleMomentum& aMomDirection); + void SetUseUserAngAxis(G4bool); + void SetUserWRTSurface(G4bool); + // Allows user to have user-defined spectra either with respect to the + // coordinate system (default) or with respect to the surface normal. + + void SetPosDistribution(G4SPSPosDistribution* a); + // Sets the required position generator, required for determining + // the cosine-law distribution. + + void SetBiasRndm(G4SPSRandomGenerator* a); + // Sets the biased random number generator. + + G4ParticleMomentum GenerateOne(); + // Generates one random direction. + + void ReSetHist(const G4String&); + // Re-sets the histogram for user defined distribution.. + + void SetVerbosity(G4int a); + // Sets the verbosity level. + + // Some accessors + G4String GetDistType(); G4double GetMinTheta(); G4double GetMaxTheta(); G4double GetMinPhi(); G4double GetMaxPhi(); G4ThreeVector GetDirection(); - // - G4ParticleMomentum GenerateOne(); - -private: + + private: + // These methods generate the momentum vectors for the particles. - void GenerateFocusedFlux(G4ParticleMomentum& outputMom); - void GenerateIsotropicFlux(G4ParticleMomentum& outputMom); - void GenerateCosineLawFlux(G4ParticleMomentum& outputMom); - void GenerateBeamFlux(G4ParticleMomentum& outputMom); - void GeneratePlanarFlux(G4ParticleMomentum& outputMom); - void GenerateUserDefFlux(G4ParticleMomentum& outputMom); - G4double GenerateUserDefTheta(); - G4double GenerateUserDefPhi(); - -private: - - // Angular distribution variables. - G4String AngDistType; // String to hold Ang dist type iso, cos, user - 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 - G4ThreeVector FocusPoint ; // the focusing point in mother coordinates - G4bool IPDFThetaExist, IPDFPhiExist; // tell whether IPDF histos exist - G4PhysicsOrderedFreeVector UDefThetaH; // Theta histo data - G4PhysicsOrderedFreeVector IPDFThetaH; //Cumulative Theta histogram. - G4PhysicsOrderedFreeVector UDefPhiH; // Phi histo bins - G4PhysicsOrderedFreeVector IPDFPhiH; // Cumulative phi histogram. - G4String UserDistType; //String to hold user distributions - G4bool UserWRTSurface; // G4bool to tell whether user wants distribution wrt - // surface normals or co-ordinate system - G4bool UserAngRef; // Set to true when user defines a new coordinates - // - G4ParticleMomentum particle_momentum_direction; - // - G4SPSPosDistribution* posDist; // need it here for the cosine-law distri - G4SPSRandomGenerator* angRndm; // biased random generator - - // Verbosity - G4int verbosityLevel; - // - G4PhysicsOrderedFreeVector ZeroPhysVector ; // for re-set only - // - G4Mutex mutex; //protect access to shared resources + + void GenerateFocusedFlux(G4ParticleMomentum& outputMom); + // This method generates momentum vectors for particles pointing to + // an user specified focusing point. + + void GenerateIsotropicFlux(G4ParticleMomentum& outputMom); + // This method generates momentum vectors for particles according + // to an isotropic distribution. + + void GenerateCosineLawFlux(G4ParticleMomentum& outputMom); + // This method generates momentum vectors for particles according + // to a cosine-law distribution. + + void GenerateBeamFlux(G4ParticleMomentum& outputMom); + void GeneratePlanarFlux(G4ParticleMomentum& outputMom); + + void GenerateUserDefFlux(G4ParticleMomentum& outputMom); + // Controls generation of momentum vectors according to user-defined + // distributions. + + G4double GenerateUserDefTheta(); + // Generates the theta angle according to a user-defined distribution. + + G4double GenerateUserDefPhi(); + // Generates phi according to a user-defined distribution. + + private: + + // Angular distribution variables. + + G4String AngDistType; // String to hold Ang dist type iso, cos, user + 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 + G4ThreeVector FocusPoint ; // the focusing point in mother coordinates + G4bool IPDFThetaExist, IPDFPhiExist; // tell whether IPDF histos exist + G4PhysicsOrderedFreeVector UDefThetaH; // Theta histo data + G4PhysicsOrderedFreeVector IPDFThetaH; //Cumulative Theta histogram. + G4PhysicsOrderedFreeVector UDefPhiH; // Phi histo bins + G4PhysicsOrderedFreeVector IPDFPhiH; // Cumulative phi histogram. + G4String UserDistType; //String to hold user distributions + G4bool UserWRTSurface; // G4bool to tell whether user wants distribution wrt + // surface normals or co-ordinate system + G4bool UserAngRef; // Set to true when user defines a new coordinates + + G4ParticleMomentum particle_momentum_direction; + + G4SPSPosDistribution* posDist = nullptr; // need for the cosine-law distrib. + G4SPSRandomGenerator* angRndm = nullptr; // biased random generator + + G4int verbosityLevel; // Verbosity + + G4PhysicsOrderedFreeVector ZeroPhysVector; // for re-set only + + G4Mutex mutex; // Protect access to shared resources }; #endif diff --git a/source/event/include/G4SPSEneDistribution.hh b/source/event/include/G4SPSEneDistribution.hh index 7c28bec2a7b..26c0981aab6 100644 --- a/source/event/include/G4SPSEneDistribution.hh +++ b/source/event/include/G4SPSEneDistribution.hh @@ -23,133 +23,39 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4SPSEneDistribution.hh -// -// Version: 1.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -/////////////////////////////////////////////////////////////////////////////// -// -// CHANGE HISTORY -// -------------- -// -// -// Version 1.0, 05/02/2004, Fan Lei, Created. -// Based on the G4GeneralParticleSource class in Geant4 v6.0 -// -// -// 26/03/2014, Andrew Green. -// Modification to used STL vectors instead of C-style arrays. This should save some space, -// particularly when the blackbody function is not used. Also moved to dynamically allocated -// memory in the LinearInterpolation, ExpInterpolation and LogInterpolation functions. Again, -// this will save space if these functions are unused. -// -// 06/06/2014 A Dotti -// For thread safety: this is a shared object, -// mutex has been added to control access to shared resources (data members). -// in Getters and Setters, mutex is NOT used in GenerateOne because it is -// assumed that properties are not changed during event loop. -// -// 24/11/2017 Fan Lei -// Added cutoff power-law distribution option. Implementation is similar to that of the BlackBody one. -// -/////////////////////////////////////////////////////////////////////////////// -// +// G4SPSEneDistribution // // Class Description: // -// To generate the energy of a primary vertex according to the defined distribution -// -/////////////////////////////////////////////////////////////////////////////// -// -// MEMBER FUNCTIONS -// ---------------- -// -// G4SPSEneDistribution () -// Constructor: Initializes variables -// -// ~G4SPSEneDistribution () -// Destructor: -// -// void SetEnergyDisType(G4String) -// Allows the user to choose the energy distribution type. The arguments -// are Mono (mono-energetic), Lin (linear), Pow (power-law), Exp -// (exponential), Gauss (gaussian), Brem (bremsstrahlung), BBody (black-body), Cdg -// (cosmic diffuse gamma-ray), User (user-defined), Arb (arbitrary -// point-wise), Epn (energy per nucleon). -// -// void SetEmin(G4double) -// Sets the minimum energy. -// -// void SetEmax(G4double) -// Sets the maximum energy. -// -// void SetMonoEnergy(G4double) -// Sets energy for mono-energetic distribution. -// -// void SetAlpha(G4double) -// Sets alpha for a power-law distribution. -// -// void SetTemp(G4double) -// Sets Temperature for a Brem or BBody distributions. -// -// void SetEzero(G4double) -// Sets Ezero for an exponential distribution. -// -// void SetGradient(G4double) -// Sets gradient for a linear distribution. -// -// void SetInterCept(G4double) -// Sets intercept for a linear distribution. -// -// void UserEnergyHisto(G4ThreeVector) -// Allows user to defined a histogram for the energy distribution. -// -// void ArbEnergyHisto(G4ThreeVector) -// Allows the user to define an Arbitrary set of points for the -// energy distribution. -// -// void EpnEnergyHisto(G4ThreeVector) -// Allows the user to define an Energy per nucleon histogram. -// -// void Calculate() -// Controls the calculation of Integral PDF for the Cdg and BBody -// distributions. -// -// void InputEnergySpectra(G4bool) -// Allows the user to choose between momentum and energy histograms -// for user-defined histograms and arbitrary point-wise spectr. -// The default is true (energy). -// -// void InputDifferentialSpectra(G4bool) -// Allows the user to choose between integral and differential -// distributions when using the arbitrary point-wise option. -// -// void ArbInterpolate(G4String) -// ArbInterpolate allows the user to specify the type of function to -// interpolate the Arbitrary points spectrum with. -// -// void SetBiasRndm (G4SPSRandomGenerator* a) -// Sets the biased random number generator -// -// G4double GenerateOne(G4ParticleDefinition*); -// Generate one random energy for the specified particle -// -// void ReSetHist(G4String); -// Re-sets the histogram for user defined distribution -// -// void SetVerbosity(G4int) -// Sets the verbosity level. -// -/////////////////////////////////////////////////////////////////////////////// +// To generate the energy of a primary vertex according to the +// defined distribution. This is a shared class between threads. +// Only one thread should use the set-methods here. +// Note that this is exactly what is achieved using UI commands. +// If you use the set methods to set defaults in your application take +// care that only one thread is executing them. +// In addition take care of calling these methods before the run is +// started. Do not use the setters during the event loop -#ifndef G4SPSEneDistribution_h -#define G4SPSEneDistribution_h 1 +// Author: Fan Lei, QinetiQ ltd. +// Customer: ESA/ESTEC +// History: +// - 05/02/2004, Fan Lei - Created. +// Based on the G4GeneralParticleSource class. +// - 26/03/2014, Andrew Green. +// Modification to use STL vectors instead of C-style arrays. +// Also moved to dynamically allocated memory in the LinearInterpolation(), +// ExpInterpolation() and LogInterpolation() functions. +// - 06/06/2014, Andrea Dotti. +// For thread safety: this is a shared object. +// Added mutex to control access to shared resources (data members). +// in Getters and Setters, mutex is NOT used in GenerateOne() because it +// is assumed that properties are not changed during event loop. +// - 24/11/2017, Fan Lei +// Added cutoff power-law distribution option. Implementation is similar +// to that of the BlackBody one. +// -------------------------------------------------------------------- +#ifndef G4SPSEneDistribution_hh +#define G4SPSEneDistribution_hh 1 #include "G4PhysicsOrderedFreeVector.hh" #include "G4ParticleMomentum.hh" @@ -161,187 +67,252 @@ #include "G4SPSRandomGenerator.hh" -/** Andrea Dotti Feb 2015 - * Important: This is a shared class between threads. - * Only one thread should use the set-methods here. - * Note that this is exactly what is achieved using UI commands. - * If you use the set methods to set defaults in your - * application take care that only one thread is executing them. - * In addition take care of calling these methods before the run is started - * Do not use these setters during the event loop - */ - -class G4SPSEneDistribution { -public: - G4SPSEneDistribution();// - ~G4SPSEneDistribution();// - - void SetEnergyDisType(G4String);// - G4String GetEnergyDisType();// - void SetEmin(G4double);// - G4double GetEmin();// - G4double GetArbEmin();// - void SetEmax(G4double);// - G4double GetEmax();// - G4double GetArbEmax();// - void SetMonoEnergy(G4double);// - void SetAlpha(G4double);// - void SetBiasAlpha(G4double);// - void SetTemp(G4double);// - void SetBeamSigmaInE(G4double);//// - void SetEzero(G4double);// - void SetGradient(G4double);// - void SetInterCept(G4double);// - void UserEnergyHisto(G4ThreeVector);// - void ArbEnergyHisto(G4ThreeVector);// - void ArbEnergyHistoFile(G4String);// - void EpnEnergyHisto(G4ThreeVector);// - - void InputEnergySpectra(G4bool);// - void InputDifferentialSpectra(G4bool);// - void ArbInterpolate(G4String);// - G4String GetIntType();// +class G4SPSEneDistribution +{ + public: + + G4SPSEneDistribution(); + // Constructor: initializes variables + ~G4SPSEneDistribution(); + // Destructor + + void SetEnergyDisType(const G4String&); + // Allows the user to choose the energy distribution type. + // The arguments are: Mono (mono-energetic), Lin (linear), + // Pow (power-law), Exp (exponential), Gauss (gaussian), + // Brem (bremsstrahlung), BBody (black-body), + // Cdg (cosmic diffuse gamma-ray), User (user-defined), + // Arb (arbitrary point-wise), Epn (energy per nucleon) + + const G4String& GetEnergyDisType(); + + void SetEmin(G4double); + // Sets the minimum energy + + G4double GetEmin() const; + G4double GetArbEmin(); + + void SetEmax(G4double); + // Sets the maximum energy + + G4double GetEmax() const; + G4double GetArbEmax(); + + void SetMonoEnergy(G4double); + // Sets energy for mono-energetic distribution + + void SetAlpha(G4double); + // Sets alpha for a power-law distribution + + void SetBiasAlpha(G4double); + + void SetTemp(G4double); + // Sets Temperature for a Brem or BBody distributions + + void SetBeamSigmaInE(G4double); + + void SetEzero(G4double); + // Sets Ezero for an exponential distribution + + void SetGradient(G4double); + // Sets gradient for a linear distribution + + void SetInterCept(G4double); + // Sets intercept for a linear distribution + + void UserEnergyHisto(const G4ThreeVector&); + // Allows user to defined a histogram for the energy distribution + + void ArbEnergyHisto(const G4ThreeVector&); + // Allows the user to define an Arbitrary set of points for the + // energy distribution + + void ArbEnergyHistoFile(const G4String&); + + void EpnEnergyHisto(const G4ThreeVector&); + // Allows the user to define an Energy per nucleon histogram + + void InputEnergySpectra(G4bool); + // Allows the user to choose between momentum and energy histograms + // for user-defined histograms and arbitrary point-wise spectra. + // The default is true (energy) + + void InputDifferentialSpectra(G4bool); + // Allows the user to choose between integral and differential + // distributions when using the arbitrary point-wise option + + void ArbInterpolate(const G4String&); + // Allows the user to specify the type of function to + // interpolate the Arbitrary points spectrum with + + const G4String& GetIntType(); - void Calculate();// - - void SetBiasRndm(G4SPSRandomGenerator* a);// - // method to re-set the histograms - void ReSetHist(G4String);// - // Set the verbosity level. - void SetVerbosity(G4int a);// - - //x - G4double GetWeight(); - - G4double GetMonoEnergy(); //Mono-energteic energy - G4double GetSE();// Standard deviation for Gaussion distrbution in energy - G4double Getalpha(); // alpha (pow) - G4double GetEzero(); // E0 (exp) - G4double GetTemp(); // Temp (bbody,brem) - G4double Getgrad(); // gradient and intercept for linear spectra - G4double Getcept(); // - - G4PhysicsOrderedFreeVector GetUserDefinedEnergyHisto(); // - G4PhysicsOrderedFreeVector GetArbEnergyHisto(); // - - G4double GenerateOne(G4ParticleDefinition*); - G4double GetProbability (G4double); - - -private: - void LinearInterpolation();// - void LogInterpolation();// - void ExpInterpolation();// - void SplineInterpolation();// - void CalculateCdgSpectrum();// - void CalculateBbodySpectrum();// - void CalculateCPowSpectrum();// - - // The following methods generate energies according to the spectral - // parameters defined above. - void GenerateMonoEnergetic();//G4double& outputEne);// - void GenerateBiasPowEnergies();//G4double& outputEne,G4double& outputWeight);// - void GenerateGaussEnergies();// - void GenerateBremEnergies();// - void GenerateBbodyEnergies();// - void GenerateCdgEnergies();// - void GenUserHistEnergies();// - void GenEpnHistEnergies();// - void GenArbPointEnergies();//<<<<<<<<<<< DOES NOT WORK, REQUIRES UPDATE OF DATA MEMBERS. - void GenerateExpEnergies(G4bool);// - void GenerateLinearEnergies(G4bool);// - void GeneratePowEnergies(G4bool);// - void GenerateCPowEnergies();// - - // converts energy per nucleon to energy. - void ConvertEPNToEnergy(); + void Calculate(); + // Controls the calculation of Integral PDF for the Cdg and BBody + // distributions + + void SetBiasRndm(G4SPSRandomGenerator* a); + // Sets the biased random number generator + + void ReSetHist(const G4String&); + // Resets the histogram for user defined distribution + + void SetVerbosity(G4int a); + // Sets the verbosity level + + G4double GetWeight() const; + + G4double GetMonoEnergy(); + // Mono-energetic energy + + G4double GetSE(); + // Standard deviation for Gaussian distribution in energy + + G4double Getalpha() const; + // Alpha (pow) + + G4double GetEzero() const; + // E0 (exp) + + G4double GetTemp(); + // Temp (bbody,brem) + + G4double Getgrad() const; + // Gradient and intercept for linear spectra + + G4double Getcept() const; + + G4PhysicsOrderedFreeVector GetUserDefinedEnergyHisto(); + + G4PhysicsOrderedFreeVector GetArbEnergyHisto(); + + G4double GenerateOne(G4ParticleDefinition*); + // Generate one random energy for the specified particle + + G4double GetProbability (G4double); + + G4double GetArbEneWeight(G4double); + + inline void ApplyEnergyWeight(G4bool val) { applyEvergyWeight = val; } + inline G4bool IfApplyEnergyWeight() const { return applyEvergyWeight; } + + private: + + void LinearInterpolation(); + void LogInterpolation(); + void ExpInterpolation(); + void SplineInterpolation(); + void CalculateCdgSpectrum(); + void CalculateBbodySpectrum(); + void CalculateCPowSpectrum(); + + // The following methods generate energies according + // to the spectral parameters defined above + + void GenerateMonoEnergetic(); + void GenerateBiasPowEnergies(); + void GenerateGaussEnergies(); + void GenerateBremEnergies(); + void GenerateBbodyEnergies(); + void GenerateCdgEnergies(); + void GenUserHistEnergies(); + void GenEpnHistEnergies(); + void GenArbPointEnergies(); // NOTE: REQUIRES UPDATE OF DATA MEMBERS + void GenerateExpEnergies(G4bool); + void GenerateLinearEnergies(G4bool); + void GeneratePowEnergies(G4bool); + void GenerateCPowEnergies(); + + void ConvertEPNToEnergy(); + // Converts energy per nucleon to energy - void BBInitHists();// - void CPInitHists();// - -private: - - G4String EnergyDisType; // energy dis type Variable - Mono,Lin,Exp,etc - G4double weight; // particle weight //// NOT INVARIANT - G4double MonoEnergy; //Mono-energteic energy - G4double SE; // Standard deviation for Gaussion distrbution in energy - //Non invariant data members become G4Cache - G4double Emin, Emax; // emin and emax ////// NOT INVARIANT - G4double alpha, Ezero;// alpha (pow), E0 (exp) ////// NOT INVARIANT + void BBInitHists(); + void CPInitHists(); + + private: // Non invariant data members become G4Cache + + G4String EnergyDisType; // energy dis type Variable - Mono,Lin,Exp,etc + G4double weight; // particle weight //// NOT INVARIANT + G4double MonoEnergy; //Mono-energteic energy + G4double SE; // Standard deviation for Gaussian distribution in energy + + G4double Emin, Emax; // emin and emax //// NOT INVARIANT + G4double alpha, Ezero;// alpha (pow), E0 (exp) //// NOT INVARIANT G4double Temp; // Temp (bbody,brem) - G4double biasalpha; // biased power index - G4double grad, cept; // gradient and intercept for linear spectra ////// NOT INVARIANT + G4double biasalpha; // biased power index + G4double grad, cept; // gradient and intercept for linear spectra //// NOT INVARIANT G4double prob_norm; // normalisation factor use in calculate the probability - G4bool Biased; // true - biased to power-law - G4bool EnergySpec; // true - energy spectra, false - momentum spectra - G4bool DiffSpec; // true - differential spec, false integral spec - //G4bool ApplyRig; // false no rigidity cutoff, true then apply one - //G4double ERig; // energy of rigidity cutoff - G4PhysicsOrderedFreeVector UDefEnergyH; // energy hist data - G4PhysicsOrderedFreeVector IPDFEnergyH; - G4bool IPDFEnergyExist, IPDFArbExist, Epnflag; - G4PhysicsOrderedFreeVector ArbEnergyH; // Arb x,y histogram - G4PhysicsOrderedFreeVector IPDFArbEnergyH; // IPDF for Arb - G4PhysicsOrderedFreeVector EpnEnergyH; - G4double CDGhist[3]; // cumulative histo for cdg - - //AG: Begin edit to use STL vectors. -// G4double BBHist[10001], Bbody_x[10001]; - std::vector* BBHist; - std::vector* Bbody_x; - G4bool BBhistInit; - G4bool BBhistCalcd; -// For cutoff power-law - std::vector* CPHist; - std::vector* CP_x; - G4bool CPhistInit; - G4bool CPhistCalcd; - + G4bool Biased = false; // biased to power-law + G4bool EnergySpec = true; // energy spectra, false - momentum spectra + G4bool DiffSpec = true; // differential spec, false integral spec + + G4PhysicsOrderedFreeVector UDefEnergyH; // energy hist data + G4PhysicsOrderedFreeVector IPDFEnergyH; + G4bool IPDFEnergyExist = false, IPDFArbExist = false, Epnflag = false; + G4PhysicsOrderedFreeVector ArbEnergyH; // Arb x,y histogram + G4PhysicsOrderedFreeVector IPDFArbEnergyH; // IPDF for Arb + G4PhysicsOrderedFreeVector EpnEnergyH; + G4double CDGhist[3]; // cumulative histo for cdg - //AG: Edit here to use dynamic memory, will save space inless these functions are used. - G4String IntType; // Interpolation type -// G4double Arb_grad[1024], Arb_cept[1024]; // grad and cept for 1024 segments AG: Switched to DMA - G4double* Arb_grad; - G4double* Arb_cept; - G4bool Arb_grad_cept_flag; -// G4double Arb_alpha[1024], Arb_Const[1024]; // alpha and constants AG: Switched to DMA - G4double* Arb_alpha; - G4double* Arb_Const; - G4bool Arb_alpha_Const_flag; -// G4double Arb_ezero[1024]; // ezero AG: Switched to DMA - G4double* Arb_ezero; - G4bool Arb_ezero_flag; - G4double ArbEmin, ArbEmax; // Emin and Emax for the whole arb distribution used primarily for debug. + std::vector* BBHist = nullptr; + std::vector* Bbody_x = nullptr; + G4bool BBhistInit = false; + G4bool BBhistCalcd = false; + + // For cutoff power-law + // + std::vector* CPHist = nullptr; + std::vector* CP_x = nullptr; + G4bool CPhistInit = false; + G4bool CPhistCalcd = false; - G4double particle_energy; + G4String IntType; // Interpolation type + G4double* Arb_grad = nullptr; + G4double* Arb_cept = nullptr; + G4bool Arb_grad_cept_flag = false; + G4double* Arb_alpha = nullptr; + G4double* Arb_Const = nullptr; + G4bool Arb_alpha_Const_flag = false; + G4double* Arb_ezero = nullptr; + G4bool Arb_ezero_flag = false; - G4SPSRandomGenerator* eneRndm; + G4bool applyEvergyWeight = false; - // Verbosity - G4int verbosityLevel; + G4double ArbEmin, ArbEmax; + // Emin and Emax for the whole arb distribution used primarily for debug. - G4PhysicsOrderedFreeVector ZeroPhysVector; // for re-set only + G4double particle_energy; - std::vector SplineInt;//[1024]; // holds Spline stuff required for sampling - G4DataInterpolation *Splinetemp; // holds a temp Spline used for calculating area + G4SPSRandomGenerator* eneRndm = nullptr; + + G4int verbosityLevel; + + G4PhysicsOrderedFreeVector ZeroPhysVector; // for re-set only + + std::vector SplineInt; + // Holds Spline stuff required for sampling + G4DataInterpolation* Splinetemp = nullptr; + // Holds a temp Spline used for calculating area G4Mutex mutex; // protect access to shared resources - //Thread local data (non-invariant during event loop). - //These are copied from master one at the beginning of generation - //of each event - struct threadLocal_t { - G4double Emin; - G4double Emax; - G4double alpha; - G4double Ezero; - G4double grad; - G4double cept; - G4ParticleDefinition* particle_definition; - G4double weight; - G4double particle_energy; + + // Thread local data (non-invariant during event loop). + // These are copied from master one at the beginning of + // generation of each event + // + struct threadLocal_t + { + G4double Emin; + G4double Emax; + G4double alpha; + G4double Ezero; + G4double grad; + G4double cept; + G4ParticleDefinition* particle_definition; + G4double weight; + G4double particle_energy; }; G4Cache threadLocalData; }; #endif - diff --git a/source/event/include/G4SPSPosDistribution.hh b/source/event/include/G4SPSPosDistribution.hh index 4cc49e727ef..d7837f6f2fd 100644 --- a/source/event/include/G4SPSPosDistribution.hh +++ b/source/event/include/G4SPSPosDistribution.hh @@ -23,273 +23,200 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4SPSPosDistribution.hh -// -// Version: 1.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -/////////////////////////////////////////////////////////////////////////////// -// -// CHANGE HISTORY -// -------------- -// -// 29/05/2019 M Asai -// Added confinement getters. -// -// 30/04/2017 J Allison -// Added GetRotx,y,z access functions. -// -// 06/06/2014 A Dotti -// For thread safety: this is a shared object, -// mutex has been added to control access to shared resources (data members). -// in Getters and Setters, mutex is NOT used in GenerateOne because it is -// assumed that properties are not changed during event loop. -// -// Version 1.0, 05/02/2004, Fan Lei, Created. -// Based on the G4GeneralParticleSource class in Geant4 v6.0 -// -/////////////////////////////////////////////////////////////////////////////// -// +// G4SPSPosDistribution // // Class Description: // -// To generate the position of a primary vertex according to the defined distribution -// -/////////////////////////////////////////////////////////////////////////////// -// -// MEMBER FUNCTIONS -// ---------------- -// -// G4SPSPosDistribution () -// Constructor: Initializes variables and instantiates the Navigator class -// -// ~G4SPSPosDistribution () -// Destructor: -// -// void SetPosDisType(G4String) -// Allows user to choose Point, Plane, Surface or Volume source -// position distributions. -// -// void SetPosDisShape(G4String) -// Allows the user to choose the particular shape they wish for the -// position distribution. Choices are Square, Circle, Ellipse, Rectangle, -// Sphere, Ellipsoid, Cylinder, Parallelepiped. -// -// void SetCentreCoords(G4ThreeVector) -// Sets the co-ordinates of the centre of the position distribution. -// -// void SetPosRot1(G4ThreeVector) -// Used to specify the co-ordinate system for the position distribution -// along with SetPosRot2. SetPosRot1 sets the vector x' and need not be -// a unit vector. -// -// void SetPosRot2(G4ThreeVector) -// Used in connection with SetPosRot1. This sets a vector in the plane -// x'y'. By a series of cross products x', y', z' are generated. Again -// need not be a unit vector. -// -// void SetHalfX(G4double) -// Sets the half length in x. -// -// void SetHalfY(G4double) -// Sets the half length in y. -// -// void SetHalfZ(G4double) -// Sets the half length in z. -// -// void SetRadius(G4double) -// Sets the radius where appropriate for source distribution shapes. -// -// void SetRadius0(G4double) -// Sets the inner radius where appropriate for source distribution shapes. -// -// void SetBeamSigmaInR(G4double); -// Sets the sigma for 1D beam -// -// void SetBeamSigmaInX(G4double); -// Sets the first sigma for 2D beam -// -// void SetBeamSigmaInY(G4double); -// Sets the second sigma for 2D beam -// -// void SetParAlpha(G4double) -// Sets the angle Alpha in the Parallelepiped shapes. -// -// void SetParTheta(G4double) -// Sets the angle Theta in the Parallelepiped shapes. -// -// void SetParPhi(G4double) -// Sets the angle Phi in the Parallelepiped shapes. -// -// void ConfineSourceToVolume(G4String) -// Used to confine the start positions to a particular volume. -// -// void SetBiasRndm (G4SPSRandomGenerator* a) { posRndm = a ; }; -// Sets the biased random number generator -// -// G4ThreeVector GenerateOne(); -// Generate one random position -// -// void SetVerbosity(G4int) -// Sets the verbosity level. -// -/////////////////////////////////////////////////////////////////////////////// -// -#ifndef G4SPSPosDistribution_h -#define G4SPSPosDistribution_h 1 +// To generate the position of a primary vertex according to +// the defined distribution. This is a shared class between threads. +// Only one thread should use the set-methods here. +// Note that this is exactly what is achieved using UI commands. +// If you use the set methods to set defaults in your application take care +// that only one thread is executing them. +// In addition take care of calling these methods before the run is started +// Do not use these setters during the event loop + +// Author: Fan Lei, QinetiQ ltd. +// Customer: ESA/ESTEC +// History: +// - 05/02/2004, Fan Lei, Created. +// Based on the G4GeneralParticleSource class. +// - 06/06/2014, Andrea Dotti +// Added mutex to control access to shared resources (data members). +// In Getters and Setters, mutex is NOT used in GenerateOne because +// it is assumed that properties are not changed during event loop. +// - 13/02/2017, Maxime Chauvin +// Added surface and volume shape "EllipticCylinder" +// -------------------------------------------------------------------- +#ifndef G4SPSPosDistribution_hh +#define G4SPSPosDistribution_hh 1 #include "G4Navigator.hh" #include "G4SPSRandomGenerator.hh" #include "G4Threading.hh" #include "G4Cache.hh" -/** Andrea Dotti Feb 2015 - * Important: This is a shared class between threads. - * Only one thread should use the set-methods here. - * Note that this is exactly what is achieved using UI commands. - * If you use the set methods to set defaults in your - * application take care that only one thread is executing them. - * In addition take care of calling these methods before the run is started - * Do not use these setters during the event loop - */ - - class G4SPSPosDistribution { -public: - G4SPSPosDistribution (); - ~G4SPSPosDistribution (); - - /** - * Important: This is a shared class between threads. - * Only one thread should use the set-methods here. - * Note that this is achieved by UI commands. - * If you use these methods to set defaults in your - * application take care that only one thread is executing them. - * In addition take care of calling these methods before the run is started - * Do not use these setters during the event loop - */ - // methods to create source position dist. - void SetPosDisType(G4String); // Point, Plane, Surface, Volume - void SetPosDisShape(G4String); - // SetPosDisShape - Square, Circle, Annulus, Ellipse, Rectangle, Sphere, - // Ellipsoid, Cylinder, Right (parallelepiped). - void SetCentreCoords(G4ThreeVector); - void SetPosRot1(G4ThreeVector); - void SetPosRot2(G4ThreeVector); - void SetHalfX(G4double); - void SetHalfY(G4double); - void SetHalfZ(G4double); - void SetRadius(G4double); - void SetRadius0(G4double); - void SetBeamSigmaInR(G4double); - void SetBeamSigmaInX(G4double); - void SetBeamSigmaInY(G4double); - void SetParAlpha(G4double); - void SetParTheta(G4double); - void SetParPhi(G4double); - void ConfineSourceToVolume(G4String); - // - void SetBiasRndm (G4SPSRandomGenerator* a); - // Set the verbosity level. - void SetVerbosity(G4int a); - // - G4ThreeVector GenerateOne(); - - G4String GetPosDisType() const; - G4String GetPosDisShape() const; - G4ThreeVector GetCentreCoords() const; - G4double GetHalfX() const; - G4double GetHalfY() const; - G4double GetHalfZ() const; - G4double GetRadius() const; - G4double GetRadius0() const {return Radius0;} - G4double GetParAlpha() const {return ParAlpha;} - G4double GetParTheta() const {return ParTheta;} - G4double GetParPhi() const {return ParPhi;} - const G4ThreeVector& GetRotx() const {return Rotx;} - const G4ThreeVector& GetRoty() const {return Roty;} - const G4ThreeVector& GetRotz() const {return Rotz;} - G4bool GetConfined() const { return Confine; } - const G4String& GetConfineVolume() const { return VolName; } - - G4ThreeVector GetSideRefVec1() const; - G4ThreeVector GetSideRefVec2() const; - G4ThreeVector GetSideRefVec3() const; - G4String GetSourcePosType() const; - G4ThreeVector GetParticlePos() const; - -private: - - void GenerateRotationMatrices(); - // the following routines generate the source position - void GeneratePointSource(G4ThreeVector& outoutPos); - void GeneratePointsInBeam(G4ThreeVector& outoutPos); - void GeneratePointsInPlane(G4ThreeVector& outoutPos); - void GeneratePointsOnSurface(G4ThreeVector& outputPos); - void GeneratePointsInVolume(G4ThreeVector& outputPos); - - G4bool IsSourceConfined(G4ThreeVector& outputPos); - -private: - //VERY IMPORTANT: - //This is a shared resource, however setters that - //changes the parameters via UI commands are by design - //thread-safe because only one thread will call these methods - //See G4GeneralParticleSourceMessenger constructor for an explanation - struct thread_data_t { - //Caching of some data - G4ThreeVector CSideRefVec1; - G4ThreeVector CSideRefVec2; - G4ThreeVector CSideRefVec3; - G4ThreeVector CParticlePos; - thread_data_t(); - }; - //Point,Plane,Surface,Volume - G4String SourcePosType; - //Circle,Square,Rectangle etc.. - G4String Shape; - // Coords of centre of input shape - G4ThreeVector CentreCoords; - // Unit vectors defining rotation matrix - G4ThreeVector Rotx; - G4ThreeVector Roty; - G4ThreeVector Rotz; - //half lengths - G4double halfx; - G4double halfy; - G4double halfz; - //Radius for circles or spheres - G4double Radius; - // The inner radius of an annulus - G4double Radius0; - // Standard deviation in raduial, x, y for beam type source - G4double SR; - G4double SX; - G4double SY; - //Angle for Right Parallellepipeds - G4double ParAlpha; - G4double ParTheta; - G4double ParPhi; - //If true confines source distribution to VolName - G4bool Confine; - G4String VolName; - // Verbosity - G4int verbosityLevel; - G4Cache ThreadData; - // biased random generator - G4Mutex a_mutex; - G4SPSRandomGenerator* PosRndm; -}; + public: + G4SPSPosDistribution(); + // Constructor: initializes data and instantiates the Navigator class -#endif + ~G4SPSPosDistribution(); + // Destructor + + // Methods to create source position dist + void SetPosDisType(const G4String&); + // Allows user to choose Point, Plane, Surface or Volume source + // position distributions + void SetPosDisShape(const G4String&); + // Allows the user to choose the particular shape they wish for the + // position distribution. Choices are: Square, Circle, Ellipse, + // Rectangle, Sphere, Ellipsoid, Cylinder, Parallelepiped + void SetCentreCoords(const G4ThreeVector&); + // Sets the coordinates of the centre of the position distribution + void SetPosRot1(const G4ThreeVector&); + // Used to specify the coordinate system for the position distribution + // along with SetPosRot2. Sets the vector x' and need not be a unit vector + + void SetPosRot2(const G4ThreeVector&); + // Used in connection with SetPosRot1. This sets a vector in the plane + // x'y'. By a series of cross products x', y', z' are generated. Again + // need not be a unit vector + + void SetHalfX(G4double); + // Sets the half length in x + + void SetHalfY(G4double); + // Sets the half length in y + + void SetHalfZ(G4double); + // Sets the half length in z + + void SetRadius(G4double); + // Sets the radius where appropriate for source distribution shapes + + void SetRadius0(G4double); + // Sets the inner radius where appropriate for source distribution shapes + + void SetBeamSigmaInR(G4double); + // Sets the sigma for 1D beam + + void SetBeamSigmaInX(G4double); + // Sets the first sigma for 2D beam + + void SetBeamSigmaInY(G4double); + // Sets the second sigma for 2D beam + + void SetParAlpha(G4double); + // Sets the angle Alpha in the Parallelepiped shapes + + void SetParTheta(G4double); + // Sets the angle Theta in the Parallelepiped shapes + + void SetParPhi(G4double); + // Sets the angle Phi in the Parallelepiped shapes + + void ConfineSourceToVolume(const G4String&); + // Used to confine the start positions to a particular volume + + void SetBiasRndm (G4SPSRandomGenerator* a); + // Sets the biased random number generator + + void SetVerbosity(G4int a); + // Sets the verbosity level + + G4ThreeVector GenerateOne(); + // Generate one random position + + const G4String& GetPosDisType() const; + const G4String& GetPosDisShape() const; + const G4ThreeVector& GetCentreCoords() const; + G4double GetHalfX() const; + G4double GetHalfY() const; + G4double GetHalfZ() const; + G4double GetRadius() const; + inline G4double GetRadius0() const { return Radius0; } + inline G4double GetParAlpha() const { return ParAlpha; } + inline G4double GetParTheta() const { return ParTheta; } + inline G4double GetParPhi() const { return ParPhi; } + inline const G4ThreeVector& GetRotx() const { return Rotx; } + inline const G4ThreeVector& GetRoty() const { return Roty; } + inline const G4ThreeVector& GetRotz() const { return Rotz; } + inline G4bool GetConfined() const { return Confine; } + inline const G4String& GetConfineVolume() const { return VolName; } + + const G4ThreeVector& GetSideRefVec1() const; + const G4ThreeVector& GetSideRefVec2() const; + const G4ThreeVector& GetSideRefVec3() const; + const G4String& GetSourcePosType() const; + const G4ThreeVector& GetParticlePos() const; + + private: + + void GenerateRotationMatrices(); + + // The following functions generate the source position + // + void GeneratePointSource(G4ThreeVector& outoutPos); + void GeneratePointsInBeam(G4ThreeVector& outoutPos); + void GeneratePointsInPlane(G4ThreeVector& outoutPos); + void GeneratePointsOnSurface(G4ThreeVector& outputPos); + void GeneratePointsInVolume(G4ThreeVector& outputPos); + + G4bool IsSourceConfined(G4ThreeVector& outputPos); + + private: + + // NOTE: + // This is a shared resource, however setters that + // changes the parameters via UI commands are by design + // thread-safe because only one thread will call these methods + // See G4GeneralParticleSourceMessenger constructor for an explanation + // + struct thread_data_t // Caching of some data + { + G4ThreeVector CSideRefVec1; + G4ThreeVector CSideRefVec2; + G4ThreeVector CSideRefVec3; + G4ThreeVector CParticlePos; + thread_data_t(); + }; + + G4String SourcePosType; + // Point, Plane, Surface, Volume + G4String Shape; + // Circle, Square, Rectangle, etc... + G4ThreeVector CentreCoords; + // Coordinates of centre of input shape + G4ThreeVector Rotx, Roty, Rotz; + // Unit vectors defining rotation matrix + G4double halfx, halfy, halfz; + // Half lengths + G4double Radius; + // Radius for circles or spheres + G4double Radius0; + // The inner radius of an annulus + G4double SR, SX, SY; + // Standard deviation in radial, x, y for beam type source + G4double ParAlpha, ParTheta, ParPhi; + // Angle for Right Parallellepipeds + G4bool Confine = false; + // If true confines source distribution to VolName + G4String VolName; + // Volume name + G4int verbosityLevel; + // Verbosity + G4SPSRandomGenerator* PosRndm = nullptr; + // Biased random generator + + G4Cache ThreadData; + G4Mutex a_mutex; +}; + +#endif diff --git a/source/event/include/G4SPSRandomGenerator.hh b/source/event/include/G4SPSRandomGenerator.hh index 85bd703e20c..fe509c7cead 100644 --- a/source/event/include/G4SPSRandomGenerator.hh +++ b/source/event/include/G4SPSRandomGenerator.hh @@ -23,120 +23,33 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4SPSRandomGenerator.hh -// -// Version: 1.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -/////////////////////////////////////////////////////////////////////////////// -// -// CHANGE HISTORY -// -------------- -// 06/06/2014 A Dotti -// Note on thread safety: added a mutex to protect access to shared -// resources (data members). -// Getters and Setters are mutex'd but not the GetRand* methods, -// because it is assumed these are called only during the event loop -// during which the status of this class is invariant. -// -// 26/10/2004 F Lei -// Created separated the theta, phi generators for position distributions. -// -// Version 1.0, 05/02/2004, Fan Lei, Created. -// Based on the G4GeneralParticleSource class in Geant4 v6.0 -// -/////////////////////////////////////////////////////////////////////////////// +// G4SPSRandomGenerator // // Class Description: // // Special random number generator used by G4GeneralParticleSource to allow // biasing applied at the lowest level for all distributions. -// -/////////////////////////////////////////////////////////////////////////////// -// -// MEMBER FUNCTIONS -// ---------------- -// -// G4SPSRandomGenerator () -// Constructor: Initializes variables -// -// ~G4SPSRandomGenerator () -// Destructor: -// -// void SetXBias(G4ThreeVector) -// Allows the user to re-distribute the random -// numbers used to generate x co-ordinates. -// -// void SetYBias(G4ThreeVector) -// Allows the user to re-distribute the random -// numbers used to generate y co-ordinates. -// -// void SetZBias(G4ThreeVector) -// Allows the user to re-distribute the random -// numbers used to generate z co-ordinates. -// -// void SetThetaBias(G4ThreeVector) -// Allows the user to re-distribute the random -// numbers used to generate values of theta. -// -// void SetPhiBias(G4ThreeVector) -// Allows the user to re-distribute the random -// numbers used to generate values of phi. -// -// void SetPosThetaBias(G4ThreeVector) -// Allows the user to re-distribute the random -// numbers used to generate values of theta for position distribution. -// -// void SetPosPhiBias(G4ThreeVector) -// Allows the user to re-distribute the random -// numbers used to generate values of phi for position distribution. -// -// void SetEnergyBias(G4ThreeVector) -// Allows the user to re-distribute the random -// numbers used to generate the energies. -// -// G4double GenRandX() -// Generates the random number for x, with or without biasing. -// -// G4double GenRandY() -// Generates the random number for y, with or without biasing. -// -// G4double GenRandZ() -// Generates the random number for z, with or without biasing. -// -// G4double GenRandTheta() -// Generates the random number for theta, with or without biasing. -// -// G4double GenRandPhi() -// Generates the random number for phi, with or without biasing. -// -// G4double GenRandEnergy() -// Generates the random number for energy, with or without biasing. -// -// G4double GenRandPosTheta() -// Generates the random number for theta, with or without biasing for position distribution. -// -// G4double GenRandPosPhi() -// Generates the random number for phi, with or without biasing for position distribution. -// -// inline G4double GetBiasWeight() -// Returns the weight change after biasing -// -// void ReSetHist(G4String); -// Re-sets the histogram for user defined distribution -// -// void SetVerbosity(G4int) -// Sets the verbosity level. -// -/////////////////////////////////////////////////////////////////////////////// -// -#ifndef G4SPSRandomGenerator_h -#define G4SPSRandomGenerator_h 1 +// This is a shared class between threads. +// Only one thread should use the set-methods here. +// Note that this is exactly what is achieved using UI commands. +// If you use the set methods to set defaults in your +// application take care that only one thread is executing them. +// In addition take care of calling these methods before the run is started +// Do not use the setters during the event loop + +// Author: Fan Lei, QinetiQ ltd. +// Customer: ESA/ESTEC +// History: +// - 05/02/2004, Fan Lei - Created. +// Based on the G4GeneralParticleSource class +// - 06/06/2014, Andrea Dotti +// Added a mutex to protect access to shared resources (data members). +// Getters and Setters are mutex'd but not the GetRand* methods, +// because it is assumed these are called only during the event loop +// during which the status of this class is invariant +// -------------------------------------------------------------------- +#ifndef G4SPSRandomGenerator_hh +#define G4SPSRandomGenerator_hh 1 #include "G4PhysicsOrderedFreeVector.hh" #include "G4DataInterpolation.hh" @@ -144,108 +57,148 @@ #include "G4Threading.hh" #include "G4Cache.hh" -/** Andrea Dotti Feb 2015 - * Important: This is a shared class between threads. - * Only one thread should use the set-methods here. - * Note that this is exactly what is achieved using UI commands. - * If you use the set methods to set defaults in your - * application take care that only one thread is executing them. - * In addition take care of calling these methods before the run is started - * Do not use these setters during the event loop - */ - -class G4SPSRandomGenerator { -public: - G4SPSRandomGenerator(); - ~G4SPSRandomGenerator(); - - // static G4SPSRandomGenerator* getInstance (); - - // Biasing Methods - void SetXBias(G4ThreeVector); - void SetYBias(G4ThreeVector); - void SetZBias(G4ThreeVector); - void SetThetaBias(G4ThreeVector); - void SetPhiBias(G4ThreeVector); - void SetEnergyBias(G4ThreeVector); - void SetPosThetaBias(G4ThreeVector); - void SetPosPhiBias(G4ThreeVector); - G4double GenRandX(); - G4double GenRandY(); - G4double GenRandZ(); - G4double GenRandTheta(); - G4double GenRandPhi(); - G4double GenRandEnergy(); - G4double GenRandPosTheta(); - G4double GenRandPosPhi(); +class G4SPSRandomGenerator +{ + public: + + G4SPSRandomGenerator(); + // Constructor: initializes variables + + ~G4SPSRandomGenerator(); + // Destructor + + // Biasing Methods + + void SetXBias(const G4ThreeVector&); + // Allows the user to re-distribute the random + // numbers used to generate x co-ordinates + + void SetYBias(const G4ThreeVector&); + // Allows the user to re-distribute the random + // numbers used to generate y co-ordinates + + void SetZBias(const G4ThreeVector&); + // Allows the user to re-distribute the random + // numbers used to generate z co-ordinates + + void SetThetaBias(const G4ThreeVector&); + // Allows the user to re-distribute the random + // numbers used to generate values of theta + + void SetPhiBias(const G4ThreeVector&); + // Allows the user to re-distribute the random + // numbers used to generate values of phi + + void SetEnergyBias(const G4ThreeVector&); + // Allows the user to re-distribute the random + // numbers used to generate the energies + + void SetPosThetaBias(const G4ThreeVector&); + // Allows the user to re-distribute the random + // numbers used to generate values of theta for position distribution + + void SetPosPhiBias(const G4ThreeVector&); + // Allows the user to re-distribute the random + // numbers used to generate values of phi for position distribution + + G4double GenRandX(); + // Generates the random number for x, with or without biasing + + G4double GenRandY(); + // Generates the random number for y, with or without biasing + + G4double GenRandZ(); + // Generates the random number for z, with or without biasing + + G4double GenRandTheta(); + // Generates the random number for theta, with or without biasing + + G4double GenRandPhi(); + // Generates the random number for phi, with or without biasing + + G4double GenRandEnergy(); + // Generates the random number for energy, with or without biasing + + G4double GenRandPosTheta(); + // Generates the random number for theta, with or without biasing + // for position distribution + + G4double GenRandPosPhi(); + // Generates the random number for phi, with or without biasing + // for position distribution void SetIntensityWeight(G4double weight); - G4double GetBiasWeight(); - - // method to re-set the histograms - void ReSetHist(G4String); - - // Set the verbosity level. - void SetVerbosity(G4int a); - -private: - //Encapsulate in a struct - //to gurantee that correct - //initial state is set via constructor - struct a_check { - G4bool val; - a_check() { val = false; } - }; - //See .cc for an explanation of this - //in method GenRandX() - G4Cache local_IPDFXBias; - G4bool XBias, IPDFXBias; - G4PhysicsOrderedFreeVector XBiasH; - G4PhysicsOrderedFreeVector IPDFXBiasH; - G4Cache local_IPDFYBias; - G4bool YBias, IPDFYBias; - G4PhysicsOrderedFreeVector YBiasH; - G4PhysicsOrderedFreeVector IPDFYBiasH; - G4Cache local_IPDFZBias; - G4bool ZBias, IPDFZBias; - G4PhysicsOrderedFreeVector ZBiasH; - G4PhysicsOrderedFreeVector IPDFZBiasH; - G4Cache local_IPDFThetaBias; - G4bool ThetaBias, IPDFThetaBias; - G4PhysicsOrderedFreeVector ThetaBiasH; - G4PhysicsOrderedFreeVector IPDFThetaBiasH; - G4Cache local_IPDFPhiBias; - G4bool PhiBias, IPDFPhiBias; - G4PhysicsOrderedFreeVector PhiBiasH; - G4PhysicsOrderedFreeVector IPDFPhiBiasH; - G4Cache local_IPDFEnergyBias; - G4bool EnergyBias, IPDFEnergyBias; - G4PhysicsOrderedFreeVector EnergyBiasH; - G4PhysicsOrderedFreeVector IPDFEnergyBiasH; - G4Cache local_IPDFPosThetaBias; - G4bool PosThetaBias, IPDFPosThetaBias; - G4PhysicsOrderedFreeVector PosThetaBiasH; - G4PhysicsOrderedFreeVector IPDFPosThetaBiasH; - G4Cache local_IPDFPosPhiBias; - G4bool PosPhiBias, IPDFPosPhiBias; - G4PhysicsOrderedFreeVector PosPhiBiasH; - G4PhysicsOrderedFreeVector IPDFPosPhiBiasH; - - //G4double alpha; // for biasing energy - struct bweights_t { - G4double w[9]; - bweights_t(); - G4double& operator[] (const int i); - }; - G4Cache bweights; - //G4double bweights[9]; //record x,y,z,theta,phi,energy,posThet,posPhi,intensity weights - - // Verbosity - G4int verbosityLevel; - - G4Mutex mutex; //protect shared resources + G4double GetBiasWeight() const ; + // Returns the weight change after biasing + + // method to re-set the histograms + void ReSetHist(const G4String&); + // Resets the histogram for user defined distribution + + void SetVerbosity(G4int a); + // Sets the verbosity level + + private: + + // Encapsulate in a struct to guarantee that correct + // initial state is set via constructor + // + struct a_check + { + G4bool val; + a_check() { val = false; } + }; + + // See .cc for an explanation of this in method GenRandX() + // + G4Cache local_IPDFXBias; + G4bool XBias, IPDFXBias; + G4PhysicsOrderedFreeVector XBiasH; + G4PhysicsOrderedFreeVector IPDFXBiasH; + G4Cache local_IPDFYBias; + G4bool YBias, IPDFYBias; + G4PhysicsOrderedFreeVector YBiasH; + G4PhysicsOrderedFreeVector IPDFYBiasH; + G4Cache local_IPDFZBias; + G4bool ZBias, IPDFZBias; + G4PhysicsOrderedFreeVector ZBiasH; + G4PhysicsOrderedFreeVector IPDFZBiasH; + G4Cache local_IPDFThetaBias; + G4bool ThetaBias, IPDFThetaBias; + G4PhysicsOrderedFreeVector ThetaBiasH; + G4PhysicsOrderedFreeVector IPDFThetaBiasH; + G4Cache local_IPDFPhiBias; + G4bool PhiBias, IPDFPhiBias; + G4PhysicsOrderedFreeVector PhiBiasH; + G4PhysicsOrderedFreeVector IPDFPhiBiasH; + G4Cache local_IPDFEnergyBias; + G4bool EnergyBias, IPDFEnergyBias; + G4PhysicsOrderedFreeVector EnergyBiasH; + G4PhysicsOrderedFreeVector IPDFEnergyBiasH; + G4Cache local_IPDFPosThetaBias; + G4bool PosThetaBias, IPDFPosThetaBias; + G4PhysicsOrderedFreeVector PosThetaBiasH; + G4PhysicsOrderedFreeVector IPDFPosThetaBiasH; + G4Cache local_IPDFPosPhiBias; + G4bool PosPhiBias, IPDFPosPhiBias; + G4PhysicsOrderedFreeVector PosPhiBiasH; + G4PhysicsOrderedFreeVector IPDFPosPhiBiasH; + + struct bweights_t + { + G4double w[9]; + bweights_t(); + G4double& operator[] (const int i); + }; + G4Cache bweights; + // record x,y,z,theta,phi,energy,posThet,posPhi,intensity weights + + G4int verbosityLevel; + // Verbosity + + G4Mutex mutex; + // Protect shared resources }; #endif - diff --git a/source/event/include/G4SingleParticleSource.hh b/source/event/include/G4SingleParticleSource.hh index b1e8ae00225..c7bee8c3198 100644 --- a/source/event/include/G4SingleParticleSource.hh +++ b/source/event/include/G4SingleParticleSource.hh @@ -23,104 +23,43 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // - -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4SingleParticleSource.hh -// -// Version: 1.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -/////////////////////////////////////////////////////////////////////////////// +// G4SingleParticleSource // -// CHANGE HISTORY -// -------------- -// -// Version 1.0, 05/02/2004, Fan Lei, Created. -// Based on the G4GeneralParticleSource class in Geant4 v6.0 -// -/////////////////////////////////////////////////////////////////////////////// -// -// Class Description: +// Class description: // // The Single Particle Source is designed to extend the functionality of the // G4ParticleGun class. It is designed to allow specification of input // particles in terms of position, direction (or angular) and energy -// distributions. It is used by the General Particle source class +// distributions. It is used by the General Particle source class // and it is derived from G4VPrimaryGenerator. // // Note on thread safety: -// G4SingleParticleSource instances can be shared among threads. GeneratePrimaryVertex -// is protected via a mutex because underlying generators are not assumed to be thread-safe. -// Note that internal status of this class is assumed to be changed by master thread (typically -// via UI commands). -// -/////////////////////////////////////////////////////////////////////////////// -// -// MEMBER FUNCTIONS -// ---------------- -// -// G4SingleParticleSource () -// Constructor: Initializes variables and instantiates the -// Messenger and Navigator classes -// -// ~G4SingleParticleSource () -// Destructor: deletes Messenger and prints out run information. -// -// void GeneratePrimaryVertex(G4Event *evt) -// Generate the particles initial parameters. -// -// G4SPSPosDistribution* GetPosDist() -// Return a pointer to the position distribution generator -// -// G4SPSAngDistribution* GetAngDist() -// Return a pointer to the angular distribution generator -// -// G4SPSEneDistribution* GetEneDist() -// Return a pointer to the energy distribution generator -// -// G4SPSRandomGenerator* GetBiasRndm() {return biasRndm;}; -// Return a pointer to the biased random number generator -// -// void SetVerbosity(G4int); -// Set the verbosity level. -// -// void SetParticleDefinition (); -// G4ParticleDefinition * GetParticleDefinition () -// Get/Set the particle definition of the primary track -// -// void SetParticleCharge(G4double aCharge) -// set the charge state of the primary track -// -// inline void SetParticlePolarization (G4ThreeVector aVal) -// inline G4ThreeVector GetParticlePolarization () -// Set/Get the polarization state of the primary track -// -// inline void SetParticleTime(G4double aTime) { particle_time = aTime; }; -// inline G4double GetParticleTime() { return particle_time; }; -// Set/Get the Time. -// -// inline void SetNumberOfParticles(G4int i) -// inline G4int GetNumberOfParticles() -// set/get the number of particles to be generated in the primary track -// -// inline G4ThreeVector GetParticlePosition() -// inline G4ThreeVector GetParticleMomentumDirection() -// inline G4double GetParticleEnergy() -// get the position, direction, and energy of the current particle -// -/////////////////////////////////////////////////////////////////////////////// -// -#ifndef G4SingleParticleSource_h -#define G4SingleParticleSource_h 1 +// G4SingleParticleSource instances can be shared among threads. +// GeneratePrimaryVertex is protected via a mutex because underlying +// generators are not assumed to be thread-safe. +// Note that internal status of this class is assumed to be changed by +// master thread (typically via UI commands) +// Only one thread should use the set-methods here. +// If you use the set methods to set defaults in your +// application take care that only one thread is executing them. +// In addition take care of calling these methods before the run is started +// Do not use these setters during the event loop + +// Author: Fan Lei, QinetiQ ltd. +// Customer: ESA/ESTEC +// History: +// - 05/02/2004, Fan Lei - Created. +// Based on the G4GeneralParticleSource class +// - 06/06/2014, Andrea Dotti +// Added a mutex to protect access to shared resources (data members) +// -------------------------------------------------------------------- +#ifndef G4SingleParticleSource_hh +#define G4SingleParticleSource_hh 1 #include "G4VPrimaryGenerator.hh" #include "G4ParticleMomentum.hh" #include "G4ParticleDefinition.hh" -// + #include "G4SPSPosDistribution.hh" #include "G4SPSAngDistribution.hh" #include "G4SPSEneDistribution.hh" @@ -128,128 +67,98 @@ #include "G4Threading.hh" #include "G4Cache.hh" -/** Andrea Dotti Feb 2015 - * Important: This is a shared class between threads. - * Only one thread should use the set-methods here. - * Note that this is exactly what is achieved using UI commands. - * If you use the set methods to set defaults in your - * application take care that only one thread is executing them. - * In addition take care of calling these methods before the run is started - * Do not use these setters during the event loop - */ - -class G4SingleParticleSource: public G4VPrimaryGenerator { -public: - G4SingleParticleSource(); - ~G4SingleParticleSource(); - - void GeneratePrimaryVertex(G4Event *evt); - // - - G4SPSPosDistribution* GetPosDist() const { - return posGenerator; - } - ; - G4SPSAngDistribution* GetAngDist() const { - return angGenerator; - } - ; - G4SPSEneDistribution* GetEneDist() const { - return eneGenerator; - } - ; - G4SPSRandomGenerator* GetBiasRndm() const { - return biasRndm; - } - ; - - // Set the verbosity level. - void SetVerbosity(G4int); - - // Set the particle species - void SetParticleDefinition(G4ParticleDefinition * aParticleDefinition); - inline G4ParticleDefinition * GetParticleDefinition() const { - return definition; - } - ; - - inline void SetParticleCharge(G4double aCharge) { - charge = aCharge; - } - ; - - // Set polarization - inline void SetParticlePolarization(G4ThreeVector aVal) { - polarization = aVal; - } - ; - inline G4ThreeVector GetParticlePolarization() const { - return polarization; - } - ; - - // Set Time. - inline void SetParticleTime(G4double aTime) { - time = aTime; - } - ; - inline G4double GetParticleTime() const { - return time; - } - ; - - inline void SetNumberOfParticles(G4int i) { - NumberOfParticlesToBeGenerated = i; - } - ; - // - inline G4int GetNumberOfParticles() const { - return NumberOfParticlesToBeGenerated; - } - ; - inline G4ThreeVector GetParticlePosition() const { - return ParticleProperties.Get().position; - } - ; - inline G4ThreeVector GetParticleMomentumDirection() const { - return ParticleProperties.Get().momentum_direction; - } - ; - inline G4double GetParticleEnergy() const { - return ParticleProperties.Get().energy; - } - ; - -private: - - G4SPSPosDistribution* posGenerator; - G4SPSAngDistribution* angGenerator; - G4SPSEneDistribution* eneGenerator; - G4SPSRandomGenerator* biasRndm; - // - // Other particle properties - //These need to be thread-local because - //a getter for them exits - struct part_prop_t { - G4ParticleMomentum momentum_direction; ////////<<<<<<< - G4double energy; /////<<<<< - G4ThreeVector position; //////////<<<<<<<<< - //G4double weight; - part_prop_t(); - }; - G4Cache ParticleProperties; - G4int NumberOfParticlesToBeGenerated; - G4ParticleDefinition * definition; - G4double charge; - G4double time; - G4ThreeVector polarization; - - // Verbosity - G4int verbosityLevel; - - //This can be a shared resource, this mutex is used in GeneratePrimaryVertex +class G4SingleParticleSource : public G4VPrimaryGenerator +{ + public: + + G4SingleParticleSource(); + // Constructor: initializes variables and instantiates the + // messenger and navigator classes + + ~G4SingleParticleSource(); + // Destructor: deletes messenger and prints out run information + + void GeneratePrimaryVertex(G4Event *evt); + // Generate the particles initial parameters + + inline G4SPSPosDistribution* GetPosDist() const { return posGenerator; } + // Return a pointer to the position distribution generator + + inline G4SPSAngDistribution* GetAngDist() const { return angGenerator; } + // Return a pointer to the angular distribution generator + + inline G4SPSEneDistribution* GetEneDist() const { return eneGenerator; } + // Return a pointer to the energy distribution generator + + inline G4SPSRandomGenerator* GetBiasRndm() const { return biasRndm; } + // Return a pointer to the biased random number generator + + void SetVerbosity(G4int); + // Set the verbosity level + + void SetParticleDefinition(G4ParticleDefinition* aParticleDefinition); + inline G4ParticleDefinition* GetParticleDefinition() const + { return definition; } + // Get/Set the particle definition of the primary track + + inline void SetParticleCharge(G4double aCharge) { charge = aCharge; } + // Set the charge state of the primary track + + inline void SetParticlePolarization(const G4ThreeVector& aVal) + { polarization = aVal; } + inline const G4ThreeVector& GetParticlePolarization() const + { return polarization; } + // Set/Get the polarization state of the primary track + + inline void SetParticleTime(G4double aTime) { time = aTime; } + inline G4double GetParticleTime() const { return time; } + // Set/Get the Time + + inline void SetNumberOfParticles(G4int i) + { NumberOfParticlesToBeGenerated = i; } + inline G4int GetNumberOfParticles() const + { return NumberOfParticlesToBeGenerated; } + // Set/get the number of particles to be generated in the primary track + + inline G4ThreeVector GetParticlePosition() const + { return ParticleProperties.Get().position; } + inline G4ThreeVector GetParticleMomentumDirection() const + { return ParticleProperties.Get().momentum_direction; } + inline G4double GetParticleEnergy() const + { return ParticleProperties.Get().energy; } + // Get the position, direction, and energy of the current particle + + private: + + G4SPSPosDistribution* posGenerator = nullptr; + G4SPSAngDistribution* angGenerator = nullptr; + G4SPSEneDistribution* eneGenerator = nullptr; + G4SPSRandomGenerator* biasRndm = nullptr; + + // Other particle properties + // These need to be thread-local because a getter for them exits + // + struct part_prop_t + { + G4ParticleMomentum momentum_direction; + G4double energy; + G4ThreeVector position; + part_prop_t(); + }; + + G4Cache ParticleProperties; + G4int NumberOfParticlesToBeGenerated; + G4ParticleDefinition* definition = nullptr; + G4double charge; + G4double time; + G4ThreeVector polarization; + + G4int verbosityLevel; + // Verbosity + G4Mutex mutex; + // This can be a shared resource. + // This mutex is uses in GeneratePrimaryVertex }; #endif - diff --git a/source/event/include/G4SmartTrackStack.hh b/source/event/include/G4SmartTrackStack.hh index f9440a671ac..62b6e935bc4 100644 --- a/source/event/include/G4SmartTrackStack.hh +++ b/source/event/include/G4SmartTrackStack.hh @@ -23,12 +23,14 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// class description: +// G4SmartTrackStack +// +// Class description: // // This is a 'smart' stack class used by G4StackManager. This class object // stores G4StackedTrack class objects in various dedicated stacks -// Author: S.Kamperis - 04/Oct/12 +// Author: S.Kamperis - 4 October 2012 // -------------------------------------------------------------------- #ifndef G4SmartTrackStack_hh #define G4SmartTrackStack_hh 1 @@ -86,4 +88,3 @@ class G4SmartTrackStack }; #endif - diff --git a/source/event/include/G4StackChecker.hh b/source/event/include/G4StackChecker.hh index 3920a76ec91..25dd7670bd0 100644 --- a/source/event/include/G4StackChecker.hh +++ b/source/event/include/G4StackChecker.hh @@ -23,41 +23,38 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4StackChecker // +// Class description: // +// A UserStackingAction for removing unreasonable tracks. -#ifndef G4StackChecker_h -#define G4StackChecker_h 1 +// Author: Makoto Asai, 2003 +// -------------------------------------------------------------------- +#ifndef G4StackChecker_hh +#define G4StackChecker_hh 1 #include "G4UserStackingAction.hh" #include "G4ClassificationOfNewTrack.hh" #include "G4ThreeVector.hh" -// class description: -// -// This is the UserStackingAction for removing unreasonable tracks. -// - class G4Track; -class G4StackChecker : public G4UserStackingAction +class G4StackChecker : public G4UserStackingAction { -public: - G4StackChecker(); - virtual ~G4StackChecker(); - -public: // with description + public: - virtual G4ClassificationOfNewTrack - ClassifyNewTrack(const G4Track* track); + G4StackChecker(); + virtual ~G4StackChecker(); - virtual void NewStage() {}; - virtual void PrepareNewEvent() {}; + virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* track); -private: + virtual void NewStage(); + virtual void PrepareNewEvent(); - G4ThreeVector nullDirection; + private: + G4ThreeVector nullDirection; }; #endif diff --git a/source/event/include/G4StackManager.hh b/source/event/include/G4StackManager.hh index f472a116ce7..05e74af9cd1 100644 --- a/source/event/include/G4StackManager.hh +++ b/source/event/include/G4StackManager.hh @@ -23,14 +23,28 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4StackManager // +// Class description: // -// Last Modification : 04/Oct/11 P. Mato - making use of G4TrackStack with value semantics -/// - +// This is the manager class of handling stacks of G4Track objects. +// This class must be a singleton and be constructed by G4EventManager. +// Almost all methods must be invoked exclusively by G4EventManager. +// Especially, some Clear() methods MUST NOT be invoked by the user. +// Event abortion is handled by G4EventManager. +// +// G4StackManager has three stacks, the urgent stack, the +// waiting stack, and the postpone to next event stack. The meanings +// of each stack is descrived in the Geant4 User's Manual. -#ifndef G4StackManager_h -#define G4StackManager_h 1 +// Author: Makoto Asai, 1996 +// +// History: +// - 01/Feb/1996, Makoto Asai - Created +// - 04/Oct/2011, Pere Mato - Use of G4TrackStack with value semantics +// -------------------------------------------------------------------- +#ifndef G4StackManager_hh +#define G4StackManager_hh 1 #include "G4UserStackingAction.hh" #include "G4StackedTrack.hh" @@ -40,43 +54,28 @@ #include "G4Track.hh" #include "G4TrackStatus.hh" #include "globals.hh" -#include "evmandefs.hh" class G4StackingMessenger; class G4VTrajectory; -// class description: -// -// This is the manager class of handling stacks of G4Track objects. -// This class must be a singleton and be constructed by G4EventManager. -// Almost all methods must be invoked exclusively by G4EventManager. -// Especially, some Clear() methods MUST NOT be invoked by the user. -// Event abortion is handled by G4EventManager. -// -// This G4StackingManager has three stacks, the urgent stack, the -// waiting stack, and the postpone to next event stack. The meanings -// of each stack is descrived in the Geant4 user's manual. -// - class G4StackManager { public: - G4StackManager(); - ~G4StackManager(); - private: - const G4StackManager& operator=(const G4StackManager &right); - G4bool operator==(const G4StackManager &right) const; - G4bool operator!=(const G4StackManager &right) const; + G4StackManager(); + ~G4StackManager(); - public: - G4int PushOneTrack(G4Track *newTrack, G4VTrajectory *newTrajectory = 0); - G4Track * PopNextTrack(G4VTrajectory**newTrajectory); - G4int PrepareNewEvent(); + const G4StackManager& operator=(const G4StackManager&) = delete; + G4bool operator==(const G4StackManager&) const = delete; + G4bool operator!=(const G4StackManager&) const = delete; + + G4int PushOneTrack(G4Track* newTrack, + G4VTrajectory* newTrajectory = nullptr); + G4Track* PopNextTrack(G4VTrajectory** newTrajectory); + G4int PrepareNewEvent(); - public: // with description - void ReClassify(); - // Send all tracks stored in the Urgent stack one by one to + void ReClassify(); + // Send all tracks stored in the Urgent stack one by one to // the user's concrete ClassifyNewTrack() method. This method // can be invoked from the user's G4UserStackingAction concrete // class, especially fron its NewStage() method. Be aware that @@ -84,56 +83,59 @@ class G4StackManager // stack are send to the urgent stack and then the user's NewStage() // method is invoked. - void SetNumberOfAdditionalWaitingStacks(G4int iAdd); - // Set the number of additional (optional) waiting stacks. + void SetNumberOfAdditionalWaitingStacks(G4int iAdd); + // Set the number of additional (optional) waiting stacks. // This method must be invoked at PreInit, Init or Idle states. // Once the user set the number of additional waiting stacks, // he/she can use the corresponding ENUM in G4ClassificationOfNewTrack. // The user should invoke G4RunManager::SetNumberOfAdditionalWaitingStacks // method, which invokes this method. - void TransferStackedTracks(G4ClassificationOfNewTrack origin, G4ClassificationOfNewTrack destination); - // Transfter all stacked tracks from the origin stack to the destination stack. - // The destination stack needs not be empty. + void TransferStackedTracks(G4ClassificationOfNewTrack origin, + G4ClassificationOfNewTrack destination); + // Transfer all stacked tracks from the origin stack to the + // destination stack. The destination stack needs not be empty. // If the destination is fKill, tracks are deleted. // If the origin is fKill, nothing happen. - void TransferOneStackedTrack(G4ClassificationOfNewTrack origin, G4ClassificationOfNewTrack destination); - // Transfter one stacked track from the origin stack to the destination stack. + void TransferOneStackedTrack(G4ClassificationOfNewTrack origin, + G4ClassificationOfNewTrack destination); + // Transfter one stacked track from the origin stack to the destination + // stack. // The transfered track is the one which came last to the origin stack. // The destination stack needs not be empty. // If the destination is fKill, the track is deleted. // If the origin is fKill, nothing happen. + void clear(); + void ClearUrgentStack(); + void ClearWaitingStack(G4int i=0); + void ClearPostponeStack(); + G4int GetNTotalTrack() const; + G4int GetNUrgentTrack() const; + G4int GetNWaitingTrack(G4int i=0) const; + G4int GetNPostponedTrack() const; + void SetVerboseLevel( G4int const value ); + void SetUserStackingAction(G4UserStackingAction* value); + private: - G4UserStackingAction * userStackingAction; - G4int verboseLevel; + + G4ClassificationOfNewTrack DefaultClassification(G4Track* aTrack); + + private: + + G4UserStackingAction* userStackingAction = nullptr; + G4int verboseLevel = 0; #ifdef G4_USESMARTSTACK - G4SmartTrackStack * urgentStack; + G4SmartTrackStack* urgentStack = nullptr; #else - G4TrackStack * urgentStack; + G4TrackStack* urgentStack = nullptr; #endif - G4TrackStack * waitingStack; - G4TrackStack * postponeStack; - G4StackingMessenger* theMessenger; - std::vector additionalWaitingStacks; - G4int numberOfAdditionalWaitingStacks; - - public: - void clear(); - void ClearUrgentStack(); - void ClearWaitingStack(int i=0); - void ClearPostponeStack(); - G4int GetNTotalTrack() const; - G4int GetNUrgentTrack() const; - G4int GetNWaitingTrack(int i=0) const; - G4int GetNPostponedTrack() const; - void SetVerboseLevel( G4int const value ); - void SetUserStackingAction(G4UserStackingAction* value); - - private: - G4ClassificationOfNewTrack DefaultClassification(G4Track *aTrack); + G4TrackStack* waitingStack = nullptr; + G4TrackStack* postponeStack = nullptr; + G4StackingMessenger* theMessenger = nullptr; + std::vector additionalWaitingStacks; + G4int numberOfAdditionalWaitingStacks = 0; }; #endif - diff --git a/source/event/include/G4StackedTrack.hh b/source/event/include/G4StackedTrack.hh index a89ceeec45b..813d3cc5c07 100644 --- a/source/event/include/G4StackedTrack.hh +++ b/source/event/include/G4StackedTrack.hh @@ -26,9 +26,9 @@ // class description: // // This class is exclusively used by G4StackManager and G4TrackStack -// classes for storing a G4Track object. -// -// Author: Makoto Asai (SLAC) - 02/Feb/96 +// classes for storing a G4Track object + +// Author: Makoto Asai - 02/Feb/96 // -------------------------------------------------------------------- #ifndef G4StackedTrack_hh #define G4StackedTrack_hh 1 @@ -45,14 +45,13 @@ class G4StackedTrack : track(aTrack), trajectory(aTraj) {} ~G4StackedTrack() {} - G4Track* GetTrack() const { return track; } - G4VTrajectory* GetTrajectory() const { return trajectory; } + inline G4Track* GetTrack() const { return track; } + inline G4VTrajectory* GetTrajectory() const { return trajectory; } private: - G4Track* track; - G4VTrajectory* trajectory; + G4Track* track = nullptr; + G4VTrajectory* trajectory = nullptr; }; #endif - diff --git a/source/event/include/G4StackingMessenger.hh b/source/event/include/G4StackingMessenger.hh index e00b36a0d37..0db42f7923e 100644 --- a/source/event/include/G4StackingMessenger.hh +++ b/source/event/include/G4StackingMessenger.hh @@ -23,35 +23,40 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4StackingMessenger // +// Class description: // +// This is a concrete class of G4UImessenger which handles the commands +// for G4StackManager. It has the following commands: +// /event/stack/ +// /event/stack/status +// /event/stack/clear +// /event/stack/verbose -#ifndef G4StackingMessenger_h -#define G4StackingMessenger_h 1 +// Author: Makoto Asai, 1996 +// -------------------------------------------------------------------- +#ifndef G4StackingMessenger_hh +#define G4StackingMessenger_hh 1 #include "G4UImessenger.hh" + class G4StackManager; class G4UIdirectory; class G4UIcmdWithoutParameter; class G4UIcmdWithAnInteger; -// class description: -// -// This is a concrete class of G4UImessenger which handles the commands -// for G4StackManager. It has the following commands: -// /event/stack/ -// /event/stack/status -// /event/stack/clear -// /event/stack/verbose - -class G4StackingMessenger: public G4UImessenger +class G4StackingMessenger : public G4UImessenger { public: + G4StackingMessenger(G4StackManager* fCont); - ~G4StackingMessenger(); - void SetNewValue(G4UIcommand * command,G4String newValues); + ~G4StackingMessenger(); + void SetNewValue(G4UIcommand* command, G4String newValues); + private: - G4StackManager * fContainer; + + G4StackManager* fContainer = nullptr; G4UIdirectory* stackDir; G4UIcmdWithoutParameter* statusCmd; G4UIcmdWithAnInteger* clearCmd; diff --git a/source/event/include/G4TrackStack.hh b/source/event/include/G4TrackStack.hh index 555bd237816..60893c3ca43 100644 --- a/source/event/include/G4TrackStack.hh +++ b/source/event/include/G4TrackStack.hh @@ -23,7 +23,7 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// class description: +// Class description: // // This is a stack class used by G4StackManager. This class object // stores G4StackedTrack class objects in the form of bi-directional @@ -47,7 +47,7 @@ class G4TrackStack : public std::vector G4TrackStack() : safetyValue1(0), safetyValue2(0), nstick(0) {} - G4TrackStack(size_t n) + G4TrackStack(std::size_t n) : safetyValue1(G4int(4*n/5)), safetyValue2(G4int(4*n/5-100)), nstick(100) { reserve(n); } ~G4TrackStack(); @@ -56,23 +56,23 @@ class G4TrackStack : public std::vector G4bool operator==(const G4TrackStack&) const = delete; G4bool operator!=(const G4TrackStack&) const = delete; - void PushToStack(const G4StackedTrack& aStackedTrack) + inline void PushToStack(const G4StackedTrack& aStackedTrack) { push_back(aStackedTrack); } - G4StackedTrack PopFromStack() + inline G4StackedTrack PopFromStack() { G4StackedTrack st = back(); pop_back(); return st; } void TransferTo(G4TrackStack* aStack); void TransferTo(G4SmartTrackStack* aStack); void clearAndDestroy(); - size_t GetNTrack() const { return size(); } - size_t GetMaxNTrack() const { return max_size(); } + inline std::size_t GetNTrack() const { return size(); } + inline std::size_t GetMaxNTrack() const { return max_size(); } inline G4int GetSafetyValue1() const { return safetyValue1; } inline G4int GetSafetyValue2() const { return safetyValue2; } inline G4int GetNStick() const { return nstick; } G4double getTotalEnergy(void) const; - void SetSafetyValue2(G4int x) { safetyValue2 = x < 0 ? 0 : x; } + inline void SetSafetyValue2(G4int x) { safetyValue2 = x < 0 ? 0 : x; } private: diff --git a/source/event/include/G4TrajectoryContainer.hh b/source/event/include/G4TrajectoryContainer.hh index 9ab4aa81ea6..04829f89b1a 100644 --- a/source/event/include/G4TrajectoryContainer.hh +++ b/source/event/include/G4TrajectoryContainer.hh @@ -54,33 +54,33 @@ class G4TrajectoryContainer G4TrajectoryContainer(const G4TrajectoryContainer&) = delete; G4TrajectoryContainer& operator=(const G4TrajectoryContainer&) = delete; - inline void *operator new(size_t); + inline void *operator new(std::size_t); inline void operator delete(void* anEvent); G4bool operator==(const G4TrajectoryContainer& right) const; G4bool operator!=(const G4TrajectoryContainer& right) const; - inline size_t size() const { return vect->size(); } + inline std::size_t size() const { return vect->size(); } inline void push_back(G4VTrajectory* p) { vect->push_back(p); } - inline size_t entries() const { return size(); } + inline std::size_t entries() const { return size(); } inline G4bool insert(G4VTrajectory* p) { push_back(p); return true; } inline void clearAndDestroy() { for(std::size_t i=0; iclear(); } - inline G4VTrajectory* operator[](size_t n) { return (*vect)[n]; } + inline G4VTrajectory* operator[](std::size_t n) { return (*vect)[n]; } inline TrajectoryVector* GetVector() const { return vect; } private: - TrajectoryVector* vect; + TrajectoryVector* vect = nullptr; }; extern G4EVENT_DLL G4Allocator*& aTrajectoryContainerAllocator(); -inline void* G4TrajectoryContainer::operator new(size_t) +inline void* G4TrajectoryContainer::operator new(std::size_t) { if (!aTrajectoryContainerAllocator()) aTrajectoryContainerAllocator() = new G4Allocator; diff --git a/source/event/include/G4UserEventAction.hh b/source/event/include/G4UserEventAction.hh index d0bc81f632b..bbef9b25244 100644 --- a/source/event/include/G4UserEventAction.hh +++ b/source/event/include/G4UserEventAction.hh @@ -23,44 +23,43 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4UserEventAction // +// Class description: // -// -// - -#ifndef G4UserEventAction_h -#define G4UserEventAction_h 1 - -class G4EventManager; -class G4Event; - -// class description: -// -// This is the base class of one of the user's optional action classes. +// This is the base class of one of the user's optional action classes. // The two methods BeginOfEventAction() and EndOfEventAction() are invoked // at the beginning and the end of one event processing. These methods are // invoked by G4EventManager. -// Be aware that BeginOfEventAction() is invoked when a G4Event object is +// Be aware that BeginOfEventAction() is invoked when a G4Event object is // sent to G4EventManager. Thus the primary vertexes/particles have already // been made by the primary generator. In case the user wants to do something // before generating primaries (i.e., store random number status), do it in -// the G4VUserPrimaryGeneratorAction concrete class. -// +// the G4VUserPrimaryGeneratorAction concrete class + +// Author: Makoto Asai (SLAC) +// -------------------------------------------------------------------- +#ifndef G4UserEventAction_hh +#define G4UserEventAction_hh 1 + +class G4EventManager; +class G4Event; class G4UserEventAction { public: - G4UserEventAction(); - virtual ~G4UserEventAction(); - virtual void SetEventManager(G4EventManager* value) - { fpEventManager = value; } - public: // with description - virtual void BeginOfEventAction(const G4Event* anEvent); - virtual void EndOfEventAction(const G4Event* anEvent); + + G4UserEventAction(); + virtual ~G4UserEventAction(); + virtual void SetEventManager(G4EventManager* value); + + virtual void BeginOfEventAction(const G4Event* anEvent); + virtual void EndOfEventAction(const G4Event* anEvent); // Two virtual method the user can override. + protected: - G4EventManager* fpEventManager; + + G4EventManager* fpEventManager = nullptr; }; #endif - diff --git a/source/event/include/G4UserStackingAction.hh b/source/event/include/G4UserStackingAction.hh index 6b50e839fb8..ac046e54094 100644 --- a/source/event/include/G4UserStackingAction.hh +++ b/source/event/include/G4UserStackingAction.hh @@ -23,103 +23,96 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4UserStackingAction // +// Class description: // +// This is the base class of one of the user's optional action classes. +// This class gives the hooks for G4StackManager which controls the stacks +// of G4Track objects -#ifndef G4UserStackingAction_h -#define G4UserStackingAction_h 1 +// Author: Makoto Asai (SLAC) +// -------------------------------------------------------------------- +#ifndef G4UserStackingAction_hh +#define G4UserStackingAction_hh 1 -class G4StackManager; -class G4Track; #include "G4ClassificationOfNewTrack.hh" -// class description: -// -// This is the base class of one of the user's optional action classes. -// This class gives the hooks for G4StackManager which controls the stacks -// of G4Track objects. -// +class G4StackManager; +class G4Track; class G4UserStackingAction { public: - G4UserStackingAction(); - virtual ~G4UserStackingAction(); - protected: - G4StackManager * stackManager; - public: - inline void SetStackManager(G4StackManager * value) - { stackManager = value; } - public: // with description -//--------------------------------------------------------------- -// vitual methods to be implemented by user -//--------------------------------------------------------------- -// - virtual G4ClassificationOfNewTrack - ClassifyNewTrack(const G4Track* aTrack); -// -// Reply G4ClassificationOfNewTrack determined by the -// newly coming G4Track. -// -// enum G4ClassificationOfNewTrack -// { -// fUrgent, // put into the urgent stack -// fWaiting, // put into the waiting stack -// fPostpone, // postpone to the next event -// fKill // kill without stacking -// }; -// -// The parent_ID of the track indicates the origin of it. -// -// G4int parent_ID = aTrack->get_parentID(); -// -// parent_ID = 0 : primary particle -// > 0 : secondary particle -// < 0 : postponed from the previous event -// -//--------------------------------------------------------------- -// - virtual void NewStage(); -// -// This method is called by G4StackManager when the urgentStack -// becomes empty and contents in the waitingStack are transtered -// to the urgentStack. -// Note that this method is not called at the begining of each -// event, but "PrepareNewEvent" is called. -// -// In case re-classification of the stacked tracks is needed, -// use the following method to request to G4StackManager. -// -// stackManager->ReClassify(); -// -// All of the stacked tracks in the waitingStack will be re-classified -// by "ClassifyNewTrack" method. -// To abort current event, use the following method. -// -// stackManager->clear(); -// -// Note that this way is valid and safe only for the case it is called -// from this user class. The more global way of event abortion is -// -// G4UImanager * UImanager = G4UImanager::GetUIpointer(); -// UImanager->ApplyCommand("/event/abort"); -// -//--------------------------------------------------------------- -// - virtual void PrepareNewEvent(); -// -// This method is called by G4StackManager at the begining of -// each event. -// Be careful that the urgentStack and the waitingStack of -// G4StackManager are empty at this moment, because this method -// is called before accepting primary particles. Also, note that -// the postponeStack of G4StackManager may have some postponed -// tracks. -// -//--------------------------------------------------------------- + G4UserStackingAction(); + virtual ~G4UserStackingAction(); + inline void SetStackManager(G4StackManager* value) { stackManager=value; } + + // --------------------------------------------------------------- + // vitual methods to be implemented by user + // --------------------------------------------------------------- + + virtual G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* aTrack); + // + // Reply G4ClassificationOfNewTrack determined by the newly + // coming G4Track. + // + // enum G4ClassificationOfNewTrack + // { + // fUrgent, // put into the urgent stack + // fWaiting, // put into the waiting stack + // fPostpone, // postpone to the next event + // fKill // kill without stacking + // } + // + // The parent_ID of the track indicates the origin of it: + // + // G4int parent_ID = aTrack->get_parentID(); + // + // parent_ID = 0 : primary particle + // > 0 : secondary particle + // < 0 : postponed from the previous event + + virtual void NewStage(); + // + // This method is called by G4StackManager when the urgentStack + // becomes empty and contents in the waitingStack are transferred + // to the urgentStack. + // Note that this method is not called at the begining of each + // event, but "PrepareNewEvent()" is called. + // + // In case re-classification of the stacked tracks is needed, + // use the following method to request to G4StackManager: + // + // stackManager->ReClassify(); + // + // All of the stacked tracks in the waitingStack will be re-classified + // by "ClassifyNewTrack()" method. + // To abort current event, use the following method: + // + // stackManager->clear(); + // + // Note that this way is valid and safe only for the case it is called + // from this user class. The more global way of event abortion is: + // + // G4UImanager * UImanager = G4UImanager::GetUIpointer(); + // UImanager->ApplyCommand("/event/abort"); + + virtual void PrepareNewEvent(); + // + // This method is called by G4StackManager at the beginning of + // each event. + // Be careful that the 'urgentStack' and the 'waitingStack' of + // G4StackManager are empty at this moment, because this method + // is called before accepting primary particles. Also, note that + // the 'postponeStack' of G4StackManager may have some postponed + // tracks. + + protected: + + G4StackManager* stackManager = nullptr; }; #endif - diff --git a/source/event/include/G4VPrimaryGenerator.hh b/source/event/include/G4VPrimaryGenerator.hh index 01ca5cae4c0..8a380b96b2e 100644 --- a/source/event/include/G4VPrimaryGenerator.hh +++ b/source/event/include/G4VPrimaryGenerator.hh @@ -23,54 +23,52 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4VPrimaryGenerator // +// Class description: // +// This is an abstract base class of all of primary generators. +// This class has only one pure virtual method GeneratePrimaryVertex() +// which takes a G4Event object and generates a primay vertex and +// primary particles associate to the vertex -#ifndef G4VPrimaryGenerator_h -#define G4VPrimaryGenerator_h 1 +// Author: Makoto Asai (SLAC) +// -------------------------------------------------------------------- +#ifndef G4VPrimaryGenerator_hh +#define G4VPrimaryGenerator_hh 1 #include "G4ThreeVector.hh" class G4Event; -// class description: -// -// This is an abstract base class of all of primary generators. -// This class has only one pure virtual method GeneratePrimaryVertex() -// which takes a G4Event object and generates a primay vertex and -// primary particles associate to the vertex. -// - class G4VPrimaryGenerator { - public: // with description - // static service method for checking a point is included in the (current) world - static G4bool CheckVertexInsideWorld(const G4ThreeVector& pos); + public: - public: // with description - // Constructor and destrucot of this base class - G4VPrimaryGenerator(); - virtual ~G4VPrimaryGenerator(); + G4VPrimaryGenerator(); + virtual ~G4VPrimaryGenerator(); + // Constructor and destructor - // Pure virtual method which a concrete class derived from this base class must - // have a concrete implementation - virtual void GeneratePrimaryVertex(G4Event* evt) = 0; + static G4bool CheckVertexInsideWorld(const G4ThreeVector& pos); + // Static service method for checking a point is included + // in the (current) world - protected: - G4ThreeVector particle_position; - G4double particle_time; + virtual void GeneratePrimaryVertex(G4Event* evt) = 0; + // Pure virtual method which a concrete class derived from this + // base class must implement - public: - G4ThreeVector GetParticlePosition() - { return particle_position; } - G4double GetParticleTime() - { return particle_time; } - void SetParticlePosition(G4ThreeVector aPosition) - { particle_position = aPosition; } - void SetParticleTime(G4double aTime) - { particle_time = aTime; } + inline G4ThreeVector GetParticlePosition() { return particle_position; } + inline G4double GetParticleTime() { return particle_time; } + + inline void SetParticlePosition(G4ThreeVector aPosition) + { particle_position = aPosition; } + inline void SetParticleTime(G4double aTime) + { particle_time = aTime; } + protected: + + G4ThreeVector particle_position; + G4double particle_time = 0.0; }; #endif - diff --git a/source/event/include/G4VUserEventInformation.hh b/source/event/include/G4VUserEventInformation.hh index bfadcf9353c..eb8f02e804b 100644 --- a/source/event/include/G4VUserEventInformation.hh +++ b/source/event/include/G4VUserEventInformation.hh @@ -23,45 +23,41 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// -// -// -//--------------------------------------------------------------- -// // G4VUserEventInformation // -// Class Description: +// Class description: // -// Abstract class which the user can derive his/her own concrete -// class for toring user's information associating with a G4Event -// class object. +// Abstract class the user can derive from for tuning user's +// information associating with a G4Event class object. // -// It is user's responsibility to construct a concrete class object -// and set the pointer to proper G4Event object. +// It is user's responsibility to construct a concrete class object +// and set the pointer to a proper G4Event object. // -// To set a pointer of a concrete class object to G4Event in -// G4UserEventingAction concrete implementation, given the G4Event +// To set a pointer of a concrete class object to G4Event in +// G4UserEventAction concrete implementation, given the G4Event // object is available only by "pointer to const", SetUserEventInformation() // method of G4EventManager is available. -// Alternatively, the user may modify GenerateEvent() method of +// Alternatively, the user may modify GenerateEvent() method of // his/her own RunManager. // -// The concrete class object is deleted by Geant4 kernel when +// The concrete class object is deleted by the Geant4 kernel when // associated G4Event object is deleted. - -#ifndef G4VUserEventInformation_H -#define G4VUserEventInformation_H 1 +// Author: Makoto Asai (SLAC) +// -------------------------------------------------------------------- +#ifndef G4VUserEventInformation_hh +#define G4VUserEventInformation_hh 1 class G4VUserEventInformation { public: + G4VUserEventInformation() {;} virtual ~G4VUserEventInformation() {;} public: + virtual void Print() const = 0; }; #endif - diff --git a/source/event/include/evtdefs.hh b/source/event/include/evtdefs.hh index f6dc0eb0142..5eda3741f11 100644 --- a/source/event/include/evtdefs.hh +++ b/source/event/include/evtdefs.hh @@ -23,12 +23,10 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// -// -// // Defines for Windows DLLs import/export // - +// Author: G.Cosmo, CERN +// -------------------------------------------------------------------- #ifndef EVTDEFS_HH #define EVTDEFS_HH @@ -47,4 +45,4 @@ #define G4EVENT_DLL #endif -#endif /* G4EVTDEFS_HH */ +#endif /* EVTDEFS_HH */ diff --git a/source/event/sources.cmake b/source/event/sources.cmake index 4fb66065869..a2aacf05e46 100644 --- a/source/event/sources.cmake +++ b/source/event/sources.cmake @@ -1,159 +1,113 @@ #------------------------------------------------------------------------------ -# sources.cmake # Module : G4event # Package: Geant4.src.G4event -# -# Sources description for a library. -# Lists the sources and headers of the code explicitely. -# Lists include paths needed. -# Lists the internal granular and global dependencies of the library. -# Source specific properties should be added at the end. -# -# Generated on : 24/9/2010 -# -# #------------------------------------------------------------------------------ -# List external includes needed. -include_directories(${CLHEP_INCLUDE_DIRS}) - -# List internal includes needed. -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/detector/include) -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/digits/include) -include_directories(${CMAKE_SOURCE_DIR}/source/digits_hits/hits/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/biasing/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/navigation/include) -include_directories(${CMAKE_SOURCE_DIR}/source/geometry/volumes/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPGeometry/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPNumerics/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/HEPRandom/include) -include_directories(${CMAKE_SOURCE_DIR}/source/global/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/graphics_reps/include) -include_directories(${CMAKE_SOURCE_DIR}/source/intercoms/include) -include_directories(${CMAKE_SOURCE_DIR}/source/materials/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/bosons/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/barions/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/ions/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/hadrons/mesons/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/leptons/include) -include_directories(${CMAKE_SOURCE_DIR}/source/particles/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/processes/electromagnetic/utils/include) -include_directories(${CMAKE_SOURCE_DIR}/source/processes/management/include) -include_directories(${CMAKE_SOURCE_DIR}/source/track/include) -include_directories(${CMAKE_SOURCE_DIR}/source/tracking/include) - # # Define the Geant4 Module. # -include(Geant4MacroDefineModule) -GEANT4_DEFINE_MODULE(NAME G4event - HEADERS - G4AdjointPosOnPhysVolGenerator.hh - G4AdjointPrimaryGenerator.hh - G4AdjointStackingAction.hh - G4ClassificationOfNewTrack.hh - G4EvManMessenger.hh - G4Event.hh - G4EventManager.hh - G4GeneralParticleSource.hh - G4GeneralParticleSourceMessenger.hh - G4HEPEvtInterface.hh - G4HEPEvtParticle.hh - G4ParticleGun.hh - G4ParticleGunMessenger.hh - G4PrimaryTransformer.hh - G4RayShooter.hh - G4SPSAngDistribution.hh - G4SPSEneDistribution.hh - G4SPSPosDistribution.hh - G4SPSRandomGenerator.hh - G4SingleParticleSource.hh - G4SmartTrackStack.hh - G4StackChecker.hh - G4StackManager.hh - G4StackedTrack.hh - G4StackingMessenger.hh - G4TrackStack.hh - G4TrajectoryContainer.hh - G4UserEventAction.hh - G4MultiEventAction.hh - G4UserStackingAction.hh - G4VPrimaryGenerator.hh - G4VUserEventInformation.hh - eventgendefs.hh - evmandefs.hh - evtdefs.hh - trajectoryControl.hh - G4GeneralParticleSourceData.hh - SOURCES - G4AdjointPosOnPhysVolGenerator.cc - G4AdjointPrimaryGenerator.cc - G4AdjointStackingAction.cc - G4EvManMessenger.cc - G4Event.cc - G4EventManager.cc - G4GeneralParticleSource.cc - G4GeneralParticleSourceMessenger.cc - G4HEPEvtInterface.cc - G4HEPEvtParticle.cc - G4ParticleGun.cc - G4ParticleGunMessenger.cc - G4PrimaryTransformer.cc - G4RayShooter.cc - G4SPSAngDistribution.cc - G4SPSEneDistribution.cc - G4SPSPosDistribution.cc - G4SPSRandomGenerator.cc - G4SingleParticleSource.cc - G4SmartTrackStack.cc - G4StackChecker.cc - G4StackManager.cc - G4StackingMessenger.cc - G4TrackStack.cc - G4TrajectoryContainer.cc - G4UserEventAction.cc - G4MultiEventAction.cc - G4UserStackingAction.cc - G4VPrimaryGenerator.cc - G4GeneralParticleSourceData.cc - GRANULAR_DEPENDENCIES - G4baryons - G4bosons - G4detector - G4digits - G4emutils - G4geombias - G4geometrymng - G4globman - G4graphics_reps - G4hepnumerics - G4hits - G4intercoms - G4ions - G4leptons - G4materials - G4mesons - G4navigation - G4partman - G4procman - G4track - G4tracking - G4volumes - GLOBAL_DEPENDENCIES - G4digits_hits - G4geometry - G4global - G4graphics_reps - G4intercoms - G4materials - G4particles - G4processes - G4track - G4tracking - LINK_LIBRARIES +geant4_define_module(NAME G4event + HEADERS + G4AdjointPosOnPhysVolGenerator.hh + G4AdjointPrimaryGenerator.hh + G4AdjointStackingAction.hh + G4ClassificationOfNewTrack.hh + G4EvManMessenger.hh + G4Event.hh + G4EventManager.hh + G4GeneralParticleSource.hh + G4GeneralParticleSourceData.hh + G4GeneralParticleSourceMessenger.hh + G4HEPEvtInterface.hh + G4HEPEvtParticle.hh + G4ParticleGun.hh + G4ParticleGunMessenger.hh + G4PrimaryTransformer.hh + G4RayShooter.hh + G4SPSAngDistribution.hh + G4SPSEneDistribution.hh + G4SPSPosDistribution.hh + G4SPSRandomGenerator.hh + G4SingleParticleSource.hh + G4SmartTrackStack.hh + G4StackChecker.hh + G4StackManager.hh + G4StackedTrack.hh + G4StackingMessenger.hh + G4TrackStack.hh + G4TrajectoryContainer.hh + G4UserEventAction.hh + G4MultiEventAction.hh + G4UserStackingAction.hh + G4VPrimaryGenerator.hh + G4VUserEventInformation.hh + evtdefs.hh + SOURCES + G4AdjointPosOnPhysVolGenerator.cc + G4AdjointPrimaryGenerator.cc + G4AdjointStackingAction.cc + G4EvManMessenger.cc + G4Event.cc + G4EventManager.cc + G4GeneralParticleSource.cc + G4GeneralParticleSourceData.cc + G4GeneralParticleSourceMessenger.cc + G4HEPEvtInterface.cc + G4HEPEvtParticle.cc + G4ParticleGun.cc + G4ParticleGunMessenger.cc + G4PrimaryTransformer.cc + G4RayShooter.cc + G4SPSAngDistribution.cc + G4SPSEneDistribution.cc + G4SPSPosDistribution.cc + G4SPSRandomGenerator.cc + G4SingleParticleSource.cc + G4SmartTrackStack.cc + G4StackChecker.cc + G4StackManager.cc + G4StackingMessenger.cc + G4TrackStack.cc + G4TrajectoryContainer.cc + G4UserEventAction.cc + G4MultiEventAction.cc + G4UserStackingAction.cc + G4VPrimaryGenerator.cc + GRANULAR_DEPENDENCIES + G4baryons + G4bosons + G4detector + G4digits + G4emutils + G4geombias + G4geometrymng + G4globman + G4graphics_reps + G4hepnumerics + G4hits + G4intercoms + G4ions + G4leptons + G4materials + G4mesons + G4navigation + G4partman + G4procman + G4track + G4tracking + G4volumes + GLOBAL_DEPENDENCIES + G4digits_hits + G4geometry + G4global + G4graphics_reps + G4intercoms + G4materials + G4particles + G4processes + G4track + G4tracking + LINK_LIBRARIES ) # List any source specific properties here - diff --git a/source/event/src/G4AdjointPosOnPhysVolGenerator.cc b/source/event/src/G4AdjointPosOnPhysVolGenerator.cc index 224c0744011..5689ac7e18e 100644 --- a/source/event/src/G4AdjointPosOnPhysVolGenerator.cc +++ b/source/event/src/G4AdjointPosOnPhysVolGenerator.cc @@ -23,14 +23,12 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4AdjointPosOnPhysVolGenerator class implementation // -///////////////////////////////////////////////////////////////////////////// -// Class Name: G4AdjointCrossSurfChecker -// Author: L. Desorgher -// Organisation: SpaceIT GmbH -// Contract: ESA contract 21435/08/NL/AT -// Customer: ESA/ESTEC -///////////////////////////////////////////////////////////////////////////// +// Author: L. Desorgher, SpaceIT GmbH - 01.06.2006 +// Contract: ESA contract 21435/08/NL/AT +// Customer: ESA/ESTEC +// -------------------------------------------------------------------- #include "G4AdjointPosOnPhysVolGenerator.hh" #include "G4VSolid.hh" @@ -41,20 +39,21 @@ #include "G4PhysicalVolumeStore.hh" #include "G4LogicalVolumeStore.hh" -G4ThreadLocal G4AdjointPosOnPhysVolGenerator* G4AdjointPosOnPhysVolGenerator::theInstance = 0; +G4ThreadLocal G4AdjointPosOnPhysVolGenerator* +G4AdjointPosOnPhysVolGenerator::theInstance = nullptr; -//////////////////////////////////////////////////// +// -------------------------------------------------------------------- // G4AdjointPosOnPhysVolGenerator* G4AdjointPosOnPhysVolGenerator::GetInstance() { - if(!theInstance) + if(theInstance == nullptr) { - theInstance = new G4AdjointPosOnPhysVolGenerator; + theInstance = new G4AdjointPosOnPhysVolGenerator; } return theInstance; } -//////////////////////////////////////////////////// +// -------------------------------------------------------------------- // G4AdjointPosOnPhysVolGenerator::~G4AdjointPosOnPhysVolGenerator() { @@ -63,168 +62,222 @@ G4AdjointPosOnPhysVolGenerator::~G4AdjointPosOnPhysVolGenerator() //////////////////////////////////////////////////// // G4AdjointPosOnPhysVolGenerator::G4AdjointPosOnPhysVolGenerator() - : theSolid(0), thePhysicalVolume(0), - UseSphere(true), ModelOfSurfaceSource("OnSolid"), + : UseSphere(true), ModelOfSurfaceSource("OnSolid"), AreaOfExtSurfaceOfThePhysicalVolume(0.), CosThDirComparedToNormal(0.) { } -///////////////////////////////////////////////////////////////////////////////////////// +// -------------------------------------------------------------------- // -G4VPhysicalVolume* G4AdjointPosOnPhysVolGenerator::DefinePhysicalVolume(const G4String& aName) +G4VPhysicalVolume* +G4AdjointPosOnPhysVolGenerator::DefinePhysicalVolume(const G4String& aName) { - thePhysicalVolume = 0; - theSolid =0; - G4PhysicalVolumeStore* thePhysVolStore =G4PhysicalVolumeStore::GetInstance(); - for ( unsigned int i=0; i< thePhysVolStore->size();i++){ - G4String vol_name =(*thePhysVolStore)[i]->GetName(); - if (vol_name == ""){ - vol_name = (*thePhysVolStore)[i]->GetLogicalVolume()->GetName(); - } - if (vol_name == aName){ - thePhysicalVolume = (*thePhysVolStore)[i]; - } + thePhysicalVolume = nullptr; + theSolid = nullptr; + G4PhysicalVolumeStore* thePhysVolStore = G4PhysicalVolumeStore::GetInstance(); + for ( unsigned int i=0; i< thePhysVolStore->size(); ++i ) + { + G4String vol_name =(*thePhysVolStore)[i]->GetName(); + if (vol_name == "") + { + vol_name = (*thePhysVolStore)[i]->GetLogicalVolume()->GetName(); + } + if (vol_name == aName) + { + thePhysicalVolume = (*thePhysVolStore)[i]; + } } - if (thePhysicalVolume){ - theSolid = thePhysicalVolume->GetLogicalVolume()->GetSolid(); - ComputeTransformationFromPhysVolToWorld(); - /*AreaOfExtSurfaceOfThePhysicalVolume=ComputeAreaOfExtSurface(1.e-3); - G4cout<<"Monte Carlo Estimate of the area of the external surface :"<GetLogicalVolume()->GetSolid(); + ComputeTransformationFromPhysVolToWorld(); } - else { - G4cout<<"The physical volume with name "<DistanceToIn(p,direction); - if (dist_to_inDistanceToIn(p,direction); + if (dist_to_inDistanceToIn(p,direction); - if (dist_to_inDistanceToIn(p,direction); + if (dist_to_inDistanceToIn(p,direction); - if (dist_to_inCalculateExtent(kYAxis,limit,origin,minY,maxY); aSolid->CalculateExtent(kZAxis,limit,origin,minZ,maxZ); - G4ThreeVector center = G4ThreeVector((minX+maxX)/2.,(minY+maxY)/2.,(minZ+maxZ)/2.); - + G4ThreeVector center = G4ThreeVector((minX+maxX)/2., + (minY+maxY)/2., + (minZ+maxZ)/2.); G4double dX=(maxX-minX)/2.; G4double dY=(maxY-minY)/2.; G4double dZ=(maxZ-minZ)/2.; @@ -249,22 +303,25 @@ G4double G4AdjointPosOnPhysVolGenerator::GenerateAPositionOnASphereBoundary(G4VS G4double cos_th2 = G4UniformRand(); G4double theta = std::acos(std::sqrt(cos_th2)); - G4double phi=G4UniformRand()*3.1415926*2; + G4double phi=G4UniformRand()*CLHEP::twopi; direction.setRThetaPhi(1.,theta,phi); direction=-direction; G4double cos_th = (1.-2.*G4UniformRand()); theta = std::acos(cos_th); - if (G4UniformRand() <0.5) theta=3.1415926-theta; - phi=G4UniformRand()*3.1415926*2; + if (G4UniformRand() < 0.5) { theta=CLHEP::pi-theta; } + phi=G4UniformRand()*CLHEP::twopi; p.setRThetaPhi(r,theta,phi); p+=center; direction.rotateY(theta); direction.rotateZ(phi); - return 4.*3.1415926*r*r;; + return 4.*CLHEP::pi*r*r;; } -///////////////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // -G4double G4AdjointPosOnPhysVolGenerator::GenerateAPositionOnABoxBoundary(G4VSolid* aSolid,G4ThreeVector& p, G4ThreeVector& direction) +G4double G4AdjointPosOnPhysVolGenerator:: +GenerateAPositionOnABoxBoundary(G4VSolid* aSolid, G4ThreeVector& p, + G4ThreeVector& direction) { G4double ran_var,px,py,pz,minX,maxX,minY,maxY,minZ,maxZ; @@ -304,104 +361,124 @@ G4double G4AdjointPosOnPhysVolGenerator::GenerateAPositionOnABoxBoundary(G4VSoli G4double cos_th2 = G4UniformRand(); G4double sth = std::sqrt(1.-cos_th2); G4double cth = std::sqrt(cos_th2); - G4double phi=G4UniformRand()*3.1415926*2; + G4double phi = G4UniformRand()*CLHEP::twopi; G4double dirX = sth*std::cos(phi); G4double dirY = sth*std::sin(phi); G4double dirZ = cth; - if (ran_var <=XY_prob){ //on the XY faces - G4double ran_var1=ran_var/XY_prob; - G4double ranX=ran_var1; - if (ran_var1<=0.5){ - pz=minZ; - direction=G4ThreeVector(dirX,dirY,dirZ); - ranX=ran_var1*2.; - } - else{ - pz=maxZ; - direction=-G4ThreeVector(dirX,dirY,dirZ); - ranX=(ran_var1-0.5)*2.; - } - G4double ranY=G4UniformRand(); - px=minX+(maxX-minX)*ranX; - py=minY+(maxY-minY)*ranY; + if (ran_var <=XY_prob) // on the XY faces + { + G4double ran_var1=ran_var/XY_prob; + G4double ranX=ran_var1; + if (ran_var1<=0.5) + { + pz=minZ; + direction=G4ThreeVector(dirX,dirY,dirZ); + ranX=ran_var1*2.; + } + else + { + pz=maxZ; + direction=-G4ThreeVector(dirX,dirY,dirZ); + ranX=(ran_var1-0.5)*2.; + } + G4double ranY=G4UniformRand(); + px=minX+(maxX-minX)*ranX; + py=minY+(maxY-minY)*ranY; } - else if (ran_var <=(XY_prob+YZ_prob)){ //on the YZ faces - G4double ran_var1=(ran_var-XY_prob)/YZ_prob; - G4double ranY=ran_var1; - if (ran_var1<=0.5){ - px=minX; - direction=G4ThreeVector(dirZ,dirX,dirY); - ranY=ran_var1*2.; - } - else{ - px=maxX; - direction=-G4ThreeVector(dirZ,dirX,dirY); - ranY=(ran_var1-0.5)*2.; - } - G4double ranZ=G4UniformRand(); - py=minY+(maxY-minY)*ranY; - pz=minZ+(maxZ-minZ)*ranZ; - + else if (ran_var <=(XY_prob+YZ_prob)) // on the YZ faces + { + G4double ran_var1=(ran_var-XY_prob)/YZ_prob; + G4double ranY=ran_var1; + if (ran_var1<=0.5) + { + px=minX; + direction=G4ThreeVector(dirZ,dirX,dirY); + ranY=ran_var1*2.; + } + else + { + px=maxX; + direction=-G4ThreeVector(dirZ,dirX,dirY); + ranY=(ran_var1-0.5)*2.; + } + G4double ranZ=G4UniformRand(); + py=minY+(maxY-minY)*ranY; + pz=minZ+(maxZ-minZ)*ranZ; } - else{ //on the ZX faces - G4double ran_var1=(ran_var-XY_prob-YZ_prob)/ZX_prob; - G4double ranZ=ran_var1; - if (ran_var1<=0.5){ - py=minY; - direction=G4ThreeVector(dirY,dirZ,dirX); - ranZ=ran_var1*2.; - } - else{ - py=maxY; - direction=-G4ThreeVector(dirY,dirZ,dirX); - ranZ=(ran_var1-0.5)*2.; - } - G4double ranX=G4UniformRand(); - px=minX+(maxX-minX)*ranX; - pz=minZ+(maxZ-minZ)*ranZ; + else // on the ZX faces + { + G4double ran_var1=(ran_var-XY_prob-YZ_prob)/ZX_prob; + G4double ranZ=ran_var1; + if (ran_var1<=0.5) + { + py=minY; + direction=G4ThreeVector(dirY,dirZ,dirX); + ranZ=ran_var1*2.; + } + else + { + py=maxY; + direction=-G4ThreeVector(dirY,dirZ,dirX); + ranZ=(ran_var1-0.5)*2.; + } + G4double ranX=G4UniformRand(); + px=minX+(maxX-minX)*ranX; + pz=minZ+(maxZ-minZ)*ranZ; } p=G4ThreeVector(px,py,pz); return area; } -///////////////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // -void G4AdjointPosOnPhysVolGenerator::GenerateAPositionOnTheExtSurfaceOfThePhysicalVolume(G4ThreeVector& p, G4ThreeVector& direction) +void G4AdjointPosOnPhysVolGenerator:: +GenerateAPositionOnTheExtSurfaceOfThePhysicalVolume(G4ThreeVector& p, + G4ThreeVector& direction) { - if (!thePhysicalVolume) { - G4cout<<"Before generating a source on an external surface of volume you should select a physical volume"<GetMotherLogical(); theTransformationFromPhysVolToWorld = G4AffineTransform(); - G4PhysicalVolumeStore* thePhysVolStore =G4PhysicalVolumeStore::GetInstance(); - while (mother){ - theTransformationFromPhysVolToWorld *= - G4AffineTransform(daughter->GetFrameRotation(),daughter->GetObjectTranslation()); - for ( unsigned int i=0; i< thePhysVolStore->size();i++){ - if ((*thePhysVolStore)[i]->GetLogicalVolume() == mother){ - daughter = (*thePhysVolStore)[i]; - mother =daughter->GetMotherLogical(); - break; - }; - } + G4PhysicalVolumeStore* thePhysVolStore = G4PhysicalVolumeStore::GetInstance(); + while (mother != nullptr) + { + theTransformationFromPhysVolToWorld *= + G4AffineTransform(daughter->GetFrameRotation(), + daughter->GetObjectTranslation()); + for ( unsigned int i=0; isize(); ++i ) + { + if ((*thePhysVolStore)[i]->GetLogicalVolume() == mother) + { + daughter = (*thePhysVolStore)[i]; + mother = daughter->GetMotherLogical(); + break; + } + } } } - diff --git a/source/event/src/G4AdjointPrimaryGenerator.cc b/source/event/src/G4AdjointPrimaryGenerator.cc index 0213833c99b..70d133735cb 100644 --- a/source/event/src/G4AdjointPrimaryGenerator.cc +++ b/source/event/src/G4AdjointPrimaryGenerator.cc @@ -23,14 +23,12 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4AdjointPrimaryGenerator class implementation // -///////////////////////////////////////////////////////////////////////////// -// Class Name: G4AdjointCrossSurfChecker -// Author: L. Desorgher -// Organisation: SpaceIT GmbH -// Contract: ESA contract 21435/08/NL/AT -// Customer: ESA/ESTEC -///////////////////////////////////////////////////////////////////////////// +// Author: L. Desorgher, SpaceIT GmbH - November 2009 +// Contract: ESA contract 21435/08/NL/AT +// Customer: ESA/ESTEC +// -------------------------------------------------------------------- #include "G4AdjointPrimaryGenerator.hh" #include "G4PhysicalConstants.hh" @@ -43,14 +41,10 @@ #include "G4VPhysicalVolume.hh" #include "G4Material.hh" #include "Randomize.hh" -/* -#include "G4AdjointCSManager.hh" -#include "G4MaterialCutsCouple.hh" -*/ -///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // G4AdjointPrimaryGenerator::G4AdjointPrimaryGenerator() - : radius_spherical_source(0.),fLinearNavigator(0),theAccumulatedDepthVector(0) { center_spherical_source = G4ThreeVector(0.,0.,0.); type_of_adjoint_source="Spherical"; @@ -62,74 +56,86 @@ G4AdjointPrimaryGenerator::G4AdjointPrimaryGenerator() theSingleParticleSource->GetAngDist()->SetAngDistType("planar"); theG4AdjointPosOnPhysVolGenerator = G4AdjointPosOnPhysVolGenerator::GetInstance(); - } -///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // G4AdjointPrimaryGenerator::~G4AdjointPrimaryGenerator() { delete theSingleParticleSource; } -///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // -void G4AdjointPrimaryGenerator::GenerateAdjointPrimaryVertex(G4Event* anEvent,G4ParticleDefinition* adj_part,G4double E1,G4double E2) +void G4AdjointPrimaryGenerator:: +GenerateAdjointPrimaryVertex(G4Event* anEvent, G4ParticleDefinition* adj_part, + G4double E1, G4double E2) { - if (type_of_adjoint_source == "ExternalSurfaceOfAVolume") { - - //Generate position and direction relative to the external surface of sensitive volume - //------------------------------------------------------------- - - G4double costh_to_normal=1.; - G4ThreeVector pos =G4ThreeVector(0.,0.,0.); - G4ThreeVector direction = G4ThreeVector(0.,0.,1.); - theG4AdjointPosOnPhysVolGenerator->GenerateAPositionOnTheExtSurfaceOfThePhysicalVolume(pos, direction,costh_to_normal); - if (costh_to_normal <1.e-4) costh_to_normal =1.e-4; - //compute now the position along the ray backward direction - - theSingleParticleSource->GetAngDist()->SetParticleMomentumDirection(-direction); - theSingleParticleSource->GetPosDist()->SetCentreCoords(pos); - } - - theSingleParticleSource->GetEneDist()->SetEmin(E1); - theSingleParticleSource->GetEneDist()->SetEmax(E2); - - theSingleParticleSource->SetParticleDefinition(adj_part); - theSingleParticleSource->GeneratePrimaryVertex(anEvent); - - - + if (type_of_adjoint_source == "ExternalSurfaceOfAVolume") + { + // Generate position and direction relative to the external surface + // of sensitive volume + + G4double costh_to_normal=1.; + G4ThreeVector pos =G4ThreeVector(0.,0.,0.); + G4ThreeVector direction = G4ThreeVector(0.,0.,1.); + theG4AdjointPosOnPhysVolGenerator + ->GenerateAPositionOnTheExtSurfaceOfThePhysicalVolume(pos, direction, + costh_to_normal); + if (costh_to_normal <1.e-4) { costh_to_normal = 1.e-4; } + + // compute now the position along the ray backward direction + // + theSingleParticleSource->GetAngDist() + ->SetParticleMomentumDirection(-direction); + theSingleParticleSource->GetPosDist()->SetCentreCoords(pos); + } + + theSingleParticleSource->GetEneDist()->SetEmin(E1); + theSingleParticleSource->GetEneDist()->SetEmax(E2); + + theSingleParticleSource->SetParticleDefinition(adj_part); + theSingleParticleSource->GeneratePrimaryVertex(anEvent); } -///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // -void G4AdjointPrimaryGenerator::GenerateFwdPrimaryVertex(G4Event* anEvent,G4ParticleDefinition* fwd_part,G4double E1,G4double E2) +void G4AdjointPrimaryGenerator:: +GenerateFwdPrimaryVertex(G4Event* anEvent,G4ParticleDefinition* fwd_part, + G4double E1, G4double E2) { - if (type_of_adjoint_source == "ExternalSurfaceOfAVolume") { - - //Generate position and direction relative to the external surface of sensitive volume - //------------------------------------------------------------- - - G4double costh_to_normal=1.; - G4ThreeVector pos =G4ThreeVector(0.,0.,0.); - G4ThreeVector direction = G4ThreeVector(0.,0.,1.); - theG4AdjointPosOnPhysVolGenerator->GenerateAPositionOnTheExtSurfaceOfThePhysicalVolume(pos, direction,costh_to_normal); - if (costh_to_normal <1.e-4) costh_to_normal =1.e-4; - theSingleParticleSource->GetAngDist()->SetParticleMomentumDirection(direction); - theSingleParticleSource->GetPosDist()->SetCentreCoords(pos); - } - - theSingleParticleSource->GetEneDist()->SetEmin(E1); - theSingleParticleSource->GetEneDist()->SetEmax(E2); - - theSingleParticleSource->SetParticleDefinition(fwd_part); - theSingleParticleSource->GeneratePrimaryVertex(anEvent); + if (type_of_adjoint_source == "ExternalSurfaceOfAVolume") + { + // Generate position and direction relative to the external surface + // of sensitive volume + + G4double costh_to_normal=1.; + G4ThreeVector pos =G4ThreeVector(0.,0.,0.); + G4ThreeVector direction = G4ThreeVector(0.,0.,1.); + theG4AdjointPosOnPhysVolGenerator + ->GenerateAPositionOnTheExtSurfaceOfThePhysicalVolume(pos, direction, + costh_to_normal); + if (costh_to_normal <1.e-4) { costh_to_normal =1.e-4; } + theSingleParticleSource->GetAngDist() + ->SetParticleMomentumDirection(direction); + theSingleParticleSource->GetPosDist()->SetCentreCoords(pos); + } + + theSingleParticleSource->GetEneDist()->SetEmin(E1); + theSingleParticleSource->GetEneDist()->SetEmax(E2); + + theSingleParticleSource->SetParticleDefinition(fwd_part); + theSingleParticleSource->GeneratePrimaryVertex(anEvent); } -///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // -void G4AdjointPrimaryGenerator::SetSphericalAdjointPrimarySource(G4double radius, G4ThreeVector center_pos) +void G4AdjointPrimaryGenerator:: +SetSphericalAdjointPrimarySource(G4double radius, G4ThreeVector center_pos) { radius_spherical_source = radius; center_spherical_source = center_pos; - type_of_adjoint_source ="Spherical"; + type_of_adjoint_source = "Spherical"; theSingleParticleSource->GetPosDist()->SetPosDisType("Surface"); theSingleParticleSource->GetPosDist()->SetPosDisShape("Sphere"); theSingleParticleSource->GetPosDist()->SetCentreCoords(center_pos); @@ -138,9 +144,11 @@ void G4AdjointPrimaryGenerator::SetSphericalAdjointPrimarySource(G4double radius theSingleParticleSource->GetAngDist()->SetMaxTheta(pi); theSingleParticleSource->GetAngDist()->SetMinTheta(halfpi); } -///////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // -void G4AdjointPrimaryGenerator::SetAdjointPrimarySourceOnAnExtSurfaceOfAVolume(const G4String& volume_name) +void G4AdjointPrimaryGenerator:: +SetAdjointPrimarySourceOnAnExtSurfaceOfAVolume(const G4String& volume_name) { theG4AdjointPosOnPhysVolGenerator->DefinePhysicalVolume1(volume_name); type_of_adjoint_source ="ExternalSurfaceOfAVolume"; @@ -148,68 +156,51 @@ void G4AdjointPrimaryGenerator::SetAdjointPrimarySourceOnAnExtSurfaceOfAVolume(c theSingleParticleSource->GetAngDist()->SetAngDistType("planar"); } -//////////////////////////////////////////////////////////////////////////////// +// -------------------------------------------------------------------- // -void G4AdjointPrimaryGenerator::ComputeAccumulatedDepthVectorAlongBackRay( - G4ThreeVector glob_pos, - G4ThreeVector direction, - G4double, - G4ParticleDefinition*) -{ if (!fLinearNavigator) fLinearNavigator = - G4TransportationManager::GetTransportationManager() - ->GetNavigatorForTracking(); - G4ThreeVector position = glob_pos; - G4double safety=1.; - G4VPhysicalVolume* thePhysVolume = - fLinearNavigator->LocateGlobalPointAndSetup(position); - G4double newStep =fLinearNavigator->ComputeStep(position,direction,1.e50, - safety); - if (theAccumulatedDepthVector) delete theAccumulatedDepthVector; - theAccumulatedDepthVector = new G4PhysicsOrderedFreeVector(); - //if (theAccumulatedCSDepthVector) delete theAccumulatedCSDepthVector; - //theAccumulatedCSDepthVector = new G4PhysicsOrderedFreeVector(); - - G4double acc_depth=0.; - G4double acc_length=0.; - //G4double acc_cs_depth=0.; - //theAccumulatedCSDepthVector->InsertValues(acc_cs_depth, acc_length); - theAccumulatedDepthVector->InsertValues(acc_length,acc_depth); - - while (newStep > 0. && thePhysVolume) { - acc_length+=newStep; - /* - const G4MaterialCutsCouple* theMatCutsCouple= - thePhysVolume->GetLogicalVolume()->GetMaterialCutsCouple(); - - - acc_cs_depth+=newStep*G4AdjointCSManager::GetAdjointCSManager()->GetTotalAdjointCS(aPartDef, - ekin, - theMatCutsCouple); - theAccumulatedCSDepthVector->InsertValues(acc_cs_depth, acc_length);*/ - - acc_depth+=newStep*thePhysVolume->GetLogicalVolume()->GetMaterial()->GetDensity(); - theAccumulatedDepthVector->InsertValues(acc_length,acc_depth); - position=position+newStep*direction; - thePhysVolume = - fLinearNavigator->LocateGlobalPointAndSetup(position,0,false); - newStep =fLinearNavigator->ComputeStep(position,direction,1.e50, - safety); - } - - +void G4AdjointPrimaryGenerator:: +ComputeAccumulatedDepthVectorAlongBackRay(G4ThreeVector glob_pos, + G4ThreeVector direction, + G4double, G4ParticleDefinition*) +{ + if (fLinearNavigator == nullptr) + { + fLinearNavigator = G4TransportationManager::GetTransportationManager() + ->GetNavigatorForTracking(); + } + G4ThreeVector position = glob_pos; + G4double safety=1.; + G4VPhysicalVolume* thePhysVolume = + fLinearNavigator->LocateGlobalPointAndSetup(position); + G4double newStep = fLinearNavigator->ComputeStep(position,direction,1.e50, + safety); + if (theAccumulatedDepthVector != nullptr) {delete theAccumulatedDepthVector;} + theAccumulatedDepthVector = new G4PhysicsOrderedFreeVector(); + + G4double acc_depth=0.; + G4double acc_length=0.; + theAccumulatedDepthVector->InsertValues(acc_length,acc_depth); + + while (newStep > 0. && thePhysVolume != nullptr) + { + acc_length+=newStep; + acc_depth+=newStep*thePhysVolume->GetLogicalVolume() + ->GetMaterial()->GetDensity(); + theAccumulatedDepthVector->InsertValues(acc_length,acc_depth); + position=position+newStep*direction; + thePhysVolume = fLinearNavigator + ->LocateGlobalPointAndSetup(position,nullptr,false); + newStep = fLinearNavigator->ComputeStep(position,direction,1.e50,safety); + } } -//////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // -G4double G4AdjointPrimaryGenerator::SampleDistanceAlongBackRayAndComputeWeightCorrection(G4double& weight_corr) -{G4double rand = G4UniformRand(); - G4double distance = theAccumulatedDepthVector->FindLinearEnergy(rand); - /* - G4double acc_cs_depth=theAccumulatedCSDepthVector->GetEnergy(distance); - weight_corr=std::exp(-acc_cs_depth);*/ - weight_corr=1.; - return distance; +G4double G4AdjointPrimaryGenerator:: +SampleDistanceAlongBackRayAndComputeWeightCorrection(G4double& weight_corr) +{ + G4double rand = G4UniformRand(); + G4double distance = theAccumulatedDepthVector->FindLinearEnergy(rand); + weight_corr=1.; + return distance; } - - - - diff --git a/source/event/src/G4AdjointStackingAction.cc b/source/event/src/G4AdjointStackingAction.cc index d9e6f680807..d26bc16ebeb 100644 --- a/source/event/src/G4AdjointStackingAction.cc +++ b/source/event/src/G4AdjointStackingAction.cc @@ -23,14 +23,12 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4AdjointStackingAction class implementation // -///////////////////////////////////////////////////////////////////////////// -// Class Name: G4AdjointCrossSurfChecker -// Author: L. Desorgher -// Organisation: SpaceIT GmbH -// Contract: ESA contract 21435/08/NL/AT -// Customer: ESA/ESTEC -///////////////////////////////////////////////////////////////////////////// +// Author: L. Desorgher, SpaceIT GmbH - April 2008 +// Contract: ESA contract 21435/08/NL/AT +// Customer: ESA/ESTEC +// -------------------------------------------------------------------- #include "G4AdjointStackingAction.hh" #include "G4AdjointTrackingAction.hh" @@ -39,53 +37,80 @@ #include "G4ios.hh" #include "G4StackManager.hh" - -G4AdjointStackingAction::G4AdjointStackingAction(G4AdjointTrackingAction* anAction) - : reclassification_stage (false) +G4AdjointStackingAction:: +G4AdjointStackingAction(G4AdjointTrackingAction* anAction) { - theFwdStackingAction =0; - theUserAdjointStackingAction =0; theAdjointTrackingAction = anAction; } -//////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // G4AdjointStackingAction::~G4AdjointStackingAction() {;} -//////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // -G4ClassificationOfNewTrack G4AdjointStackingAction::ClassifyNewTrack(const G4Track * aTrack) +G4ClassificationOfNewTrack +G4AdjointStackingAction::ClassifyNewTrack(const G4Track * aTrack) { - G4ClassificationOfNewTrack classification = fUrgent; - G4String partType = aTrack->GetParticleDefinition()->GetParticleType(); - adjoint_mode = partType.contains(G4String("adjoint")); - if (!adjoint_mode ){ - if (!reclassification_stage) classification = fWaiting; - else { //need to check if forwrad tracking can be continued use of - if (theAdjointTrackingAction->GetNbOfAdointTracksReachingTheExternalSurface()>0) { - if (theFwdStackingAction) classification = theFwdStackingAction->ClassifyNewTrack(aTrack); - } - else classification = fKill; - } - } - else if (theUserAdjointStackingAction) classification = theUserAdjointStackingAction->ClassifyNewTrack(aTrack); - return classification; + G4ClassificationOfNewTrack classification = fUrgent; + G4String partType = aTrack->GetParticleDefinition()->GetParticleType(); + adjoint_mode = partType.contains(G4String("adjoint")); + if (!adjoint_mode ) + { + if (!reclassification_stage) + { + classification = fWaiting; + } + else // need to check if forwrad tracking can be continued use of + { + if (theAdjointTrackingAction->GetNbOfAdointTracksReachingTheExternalSurface()>0) + { + if (theFwdStackingAction) + { + classification = theFwdStackingAction->ClassifyNewTrack(aTrack); + } + } + else + { + classification = fKill; + } + } + } + else if (theUserAdjointStackingAction) + { + classification = theUserAdjointStackingAction->ClassifyNewTrack(aTrack); + } + return classification; } -//////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // void G4AdjointStackingAction::NewStage() -{ reclassification_stage =true; - if (first_reclassification_stage){ - if (theUserAdjointStackingAction) theUserAdjointStackingAction->NewStage(); - stackManager->ReClassify(); +{ + reclassification_stage = true; + if (first_reclassification_stage) + { + if (theUserAdjointStackingAction) + { + theUserAdjointStackingAction->NewStage(); + } + stackManager->ReClassify(); } else if (theFwdStackingAction) theFwdStackingAction->NewStage(); - first_reclassification_stage =false; + { + first_reclassification_stage = false; + } } -//////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // void G4AdjointStackingAction::PrepareNewEvent() -{ reclassification_stage =false; - first_reclassification_stage =true; - if (theUserAdjointStackingAction) theUserAdjointStackingAction->PrepareNewEvent(); +{ + reclassification_stage = false; + first_reclassification_stage = true; + if (theUserAdjointStackingAction) + { + theUserAdjointStackingAction->PrepareNewEvent(); + } } - diff --git a/source/event/src/G4EvManMessenger.cc b/source/event/src/G4EvManMessenger.cc index ab3ec428206..a0f39c97f49 100644 --- a/source/event/src/G4EvManMessenger.cc +++ b/source/event/src/G4EvManMessenger.cc @@ -23,8 +23,9 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4EvManMessenger class implementation // -// +// Author: M.Asai, SLAC // -------------------------------------------------------------------- #include "G4EvManMessenger.hh" @@ -34,7 +35,7 @@ #include "G4UIcmdWithAnInteger.hh" G4EvManMessenger::G4EvManMessenger(G4EventManager * fEvMan) -:fEvManager(fEvMan) + : fEvManager(fEvMan) { eventDirectory = new G4UIdirectory("/event/"); eventDirectory->SetGuidance("EventManager control commands."); @@ -84,4 +85,3 @@ G4String G4EvManMessenger::GetCurrentValue(G4UIcommand * command) { cv = verboseCmd->ConvertToString(fEvManager->GetVerboseLevel()); } return cv; } - diff --git a/source/event/src/G4Event.cc b/source/event/src/G4Event.cc index 3c806c20dac..9d655769fc5 100644 --- a/source/event/src/G4Event.cc +++ b/source/event/src/G4Event.cc @@ -23,51 +23,36 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4Event class implementation // -// - -// G4Event +// Author: M.Asai, SLAC +// -------------------------------------------------------------------- #include "G4Event.hh" #include "G4VVisManager.hh" -//#include "G4HCofThisEvent.hh" -//#include "G4DCofThisEvent.hh" #include "G4VHitsCollection.hh" #include "G4VDigiCollection.hh" #include "G4ios.hh" G4Allocator*& anEventAllocator() { - G4ThreadLocalStatic G4Allocator* _instance = nullptr; - return _instance; + G4ThreadLocalStatic G4Allocator* _instance = nullptr; + return _instance; } G4Event::G4Event() -:eventID(0), - thePrimaryVertex(nullptr),numberOfPrimaryVertex(0), - HC(nullptr),DC(nullptr),trajectoryContainer(nullptr), - eventAborted(false),userInfo(nullptr), - randomNumberStatus(nullptr),validRandomNumberStatus(false), - randomNumberStatusForProcessing(nullptr),validRandomNumberStatusForProcessing(false), - keepTheEvent(false),grips(0) { } G4Event::G4Event(G4int evID) -:eventID(evID), - thePrimaryVertex(nullptr),numberOfPrimaryVertex(0), - HC(nullptr),DC(nullptr),trajectoryContainer(nullptr), - eventAborted(false),userInfo(nullptr), - randomNumberStatus(nullptr),validRandomNumberStatus(false), - randomNumberStatusForProcessing(nullptr),validRandomNumberStatusForProcessing(false), - keepTheEvent(false),grips(0) + : eventID(evID) { } G4Event::~G4Event() { G4PrimaryVertex* nextVertex = thePrimaryVertex; - while(nextVertex) + while(nextVertex != nullptr) { G4PrimaryVertex* thisVertex = nextVertex; nextVertex = thisVertex->GetNext(); @@ -77,7 +62,7 @@ G4Event::~G4Event() thePrimaryVertex = nullptr; delete HC; delete DC; - if(trajectoryContainer) + if(trajectoryContainer != nullptr) { trajectoryContainer->clearAndDestroy(); delete trajectoryContainer; @@ -87,12 +72,12 @@ G4Event::~G4Event() delete randomNumberStatusForProcessing; } -G4bool G4Event::operator==(const G4Event &right) const +G4bool G4Event::operator==(const G4Event& right) const { return ( eventID == right.eventID ); } -G4bool G4Event::operator!=(const G4Event &right) const +G4bool G4Event::operator!=(const G4Event& right) const { return ( eventID != right.eventID ); } @@ -105,31 +90,31 @@ void G4Event::Print() const void G4Event::Draw() const { G4VVisManager* pVVisManager = G4VVisManager::GetConcreteInstance(); - if(!pVVisManager) return; + if(pVVisManager == nullptr) return; if(trajectoryContainer) { G4int n_traj = trajectoryContainer->entries(); - for(G4int i=0;iDrawTrajectory(); } } - if(HC) + if(HC != nullptr) { G4int n_HC = HC->GetCapacity(); - for(G4int j=0;jGetHC(j); - if(VHC) VHC->DrawAllHits(); + G4VHitsCollection* VHC = HC->GetHC(j); + if(VHC != nullptr) VHC->DrawAllHits(); } } - if(DC) + if(DC != nullptr) { G4int n_DC = DC->GetCapacity(); - for(G4int j=0;jGetDC(j); + G4VDigiCollection* VDC = DC->GetDC(j); if(VDC) VDC->DrawAllDigi(); } } diff --git a/source/event/src/G4EventManager.cc b/source/event/src/G4EventManager.cc index 2de61236204..3e368fad9f6 100644 --- a/source/event/src/G4EventManager.cc +++ b/source/event/src/G4EventManager.cc @@ -23,10 +23,10 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4EventManager class implementation // -// -// -// +// Author: M.Asai, SLAC +// -------------------------------------------------------------------- #include "G4EventManager.hh" #include "G4ios.hh" @@ -42,73 +42,54 @@ #include "Randomize.hh" G4ThreadLocal G4EventManager* G4EventManager::fpEventManager = nullptr; + G4EventManager* G4EventManager::GetEventManager() -{ return fpEventManager; } +{ + return fpEventManager; +} G4EventManager::G4EventManager() -:currentEvent(nullptr),trajectoryContainer(nullptr), - trackIDCounter(0), - verboseLevel(0),tracking(false),abortRequested(false), - storetRandomNumberStatusToG4Event(false) { - if(fpEventManager) - { - G4Exception("G4EventManager::G4EventManager","Event0001",FatalException, - "G4EventManager::G4EventManager() has already been made."); - } - else - { - trackManager = new G4TrackingManager; - transformer = new G4PrimaryTransformer; - trackContainer = new G4StackManager; - theMessenger = new G4EvManMessenger(this); - sdManager = G4SDManager::GetSDMpointerIfExist(); - stateManager = G4StateManager::GetStateManager(); - fpEventManager = this; - userEventAction = nullptr; - userStackingAction = nullptr; - userTrackingAction = nullptr; - userSteppingAction = nullptr; - } + if(fpEventManager != nullptr) + { + G4Exception("G4EventManager::G4EventManager", "Event0001", FatalException, + "G4EventManager::G4EventManager() has already been made."); + } + else + { + trackManager = new G4TrackingManager; + transformer = new G4PrimaryTransformer; + trackContainer = new G4StackManager; + theMessenger = new G4EvManMessenger(this); + sdManager = G4SDManager::GetSDMpointerIfExist(); + stateManager = G4StateManager::GetStateManager(); + fpEventManager = this; + } } -/* private -> never called -G4EventManager::G4EventManager(const G4EventManager&) {;} -G4EventManager& G4EventManager::operator=(const G4EventManager&) -{ return *this; } -*/ - G4EventManager::~G4EventManager() { - delete trackContainer; - delete transformer; - delete trackManager; - delete theMessenger; - delete userEventAction; - fpEventManager = 0; + delete trackContainer; + delete transformer; + delete trackManager; + delete theMessenger; + delete userEventAction; + fpEventManager = nullptr; } -/* -const G4EventManager & G4EventManager::operator=(const G4EventManager &right) -{ } -G4bool G4EventManager::operator==(const G4EventManager &right) const { } -G4bool G4EventManager::operator!=(const G4EventManager &right) const { } -*/ - void G4EventManager::DoProcessing(G4Event* anEvent) { abortRequested = false; G4ApplicationState currentState = stateManager->GetCurrentState(); - if(currentState!=G4State_GeomClosed) + if(currentState != G4State_GeomClosed) { - G4Exception("G4EventManager::ProcessOneEvent", - "Event0002", JustWarning, - "IllegalApplicationState -- Geometry is not closed : cannot process an event."); + G4Exception("G4EventManager::ProcessOneEvent", "Event0002", JustWarning, + "IllegalState -- Geometry not closed: cannot process an event."); return; } currentEvent = anEvent; stateManager->SetNewState(G4State_EventProc); - if(storetRandomNumberStatusToG4Event>1) + if(storetRandomNumberStatusToG4Event > 1) { std::ostringstream oss; CLHEP::HepRandom::saveFullState(oss); @@ -116,14 +97,14 @@ void G4EventManager::DoProcessing(G4Event* anEvent) currentEvent->SetRandomNumberStatusForProcessing(randomNumberStatusToG4Event); } - // Resetting Navigator has been moved to G4EventManager, so that resetting - // is now done for every event. + // Resetting Navigator has been moved to G4EventManager, + // so that resetting is now done for every event. G4ThreeVector center(0,0,0); - G4Navigator* navigator = - G4TransportationManager::GetTransportationManager()->GetNavigatorForTracking(); + G4Navigator* navigator = G4TransportationManager::GetTransportationManager() + ->GetNavigatorForTracking(); navigator->LocateGlobalPointAndSetup(center,0,false); - G4Track * track = nullptr; + G4Track* track = nullptr; G4TrackStatus istop = fAlive; #ifdef G4VERBOSE @@ -142,7 +123,7 @@ void G4EventManager::DoProcessing(G4Event* anEvent) #endif sdManager = G4SDManager::GetSDMpointerIfExist(); - if(sdManager) + if(sdManager != nullptr) { currentEvent->SetHCofThisEvent(sdManager->PrepareNewEvent()); } if(userEventAction) userEventAction->BeginOfEventAction(currentEvent); @@ -156,27 +137,29 @@ void G4EventManager::DoProcessing(G4Event* anEvent) #endif if(!abortRequested) - { StackTracks( transformer->GimmePrimaries( currentEvent, trackIDCounter ),true ); } + { + StackTracks(transformer->GimmePrimaries(currentEvent,trackIDCounter), true); + } #ifdef G4VERBOSE if ( verboseLevel > 0 ) { G4cout << trackContainer->GetNTotalTrack() << " primaries " - << "are passed from G4EventTransformer." << G4endl; + << "are passed from G4EventTransformer." << G4endl; G4cout << "!!!!!!! Now start processing an event !!!!!!!" << G4endl; } #endif G4VTrajectory* previousTrajectory; - while( ( track = trackContainer->PopNextTrack(&previousTrajectory) ) != 0 ) // Loop checking 12.28.2015 M.Asai - { + while( (track=trackContainer->PopNextTrack(&previousTrajectory)) != nullptr ) + { // Loop checking 12.28.2015 M.Asai #ifdef G4VERBOSE if ( verboseLevel > 1 ) { G4cout << "Track " << track << " (trackID " << track->GetTrackID() - << ", parentID " << track->GetParentID() - << ") is passed to G4TrackingManager." << G4endl; + << ", parentID " << track->GetParentID() + << ") is passed to G4TrackingManager." << G4endl; } #endif @@ -189,16 +172,16 @@ void G4EventManager::DoProcessing(G4Event* anEvent) if ( verboseLevel > 0 ) { G4cout << "Track (trackID " << track->GetTrackID() - << ", parentID " << track->GetParentID() + << ", parentID " << track->GetParentID() << ") is processed with stopping code " << istop << G4endl; } #endif - G4VTrajectory * aTrajectory = nullptr; + G4VTrajectory* aTrajectory = nullptr; #ifdef G4_STORE_TRAJECTORY aTrajectory = trackManager->GimmeTrajectory(); - if(previousTrajectory) + if(previousTrajectory != nullptr) { previousTrajectory->MergeTrajectory(aTrajectory); delete aTrajectory; @@ -206,14 +189,16 @@ void G4EventManager::DoProcessing(G4Event* anEvent) } if(aTrajectory&&(istop!=fStopButAlive)&&(istop!=fSuspend)) { - if(!trajectoryContainer) - { trajectoryContainer = new G4TrajectoryContainer; - currentEvent->SetTrajectoryContainer(trajectoryContainer); } + if(trajectoryContainer == nullptr) + { + trajectoryContainer = new G4TrajectoryContainer; + currentEvent->SetTrajectoryContainer(trajectoryContainer); + } trajectoryContainer->insert(aTrajectory); } #endif - G4TrackVector * secondaries = trackManager->GimmeSecondaries(); + G4TrackVector* secondaries = trackManager->GimmeSecondaries(); switch (istop) { case fStopButAlive: @@ -233,15 +218,14 @@ void G4EventManager::DoProcessing(G4Event* anEvent) break; case fAlive: - G4Exception("G4EventManager::DoProcessing","Event004",JustWarning, - "Illegal trackstatus returned from G4TrackingManager. Continue with"\ - "simulation."); + G4Exception("G4EventManager::DoProcessing", "Event004", JustWarning, + "Illegal trackstatus returned from G4TrackingManager."\ + " Continue with simulation."); break; case fKillTrackAndSecondaries: - //if( secondaries ) secondaries->clearAndDestroy(); if( secondaries ) { - for(size_t i=0;isize();i++) + for(std::size_t i=0; isize(); ++i) { delete (*secondaries)[i]; } secondaries->clear(); } @@ -258,29 +242,30 @@ void G4EventManager::DoProcessing(G4Event* anEvent) } #endif - if(sdManager) - { sdManager->TerminateCurrentEvent(currentEvent->GetHCofThisEvent()); } + if(sdManager != nullptr) + { + sdManager->TerminateCurrentEvent(currentEvent->GetHCofThisEvent()); + } - if(userEventAction) userEventAction->EndOfEventAction(currentEvent); + if(userEventAction) + { + userEventAction->EndOfEventAction(currentEvent); + } stateManager->SetNewState(G4State_GeomClosed); currentEvent = nullptr; abortRequested = false; } -void G4EventManager::StackTracks(G4TrackVector *trackVector,G4bool IDhasAlreadySet) +void G4EventManager::StackTracks(G4TrackVector* trackVector, + G4bool IDhasAlreadySet) { - if( trackVector ) + if( trackVector != nullptr ) { - //size_t n_passedTrack = trackVector->size(); - //if( n_passedTrack == 0 ) return; - //for( size_t i = 0; i < n_passedTrack; i++ ) - //{ - // newTrack = (*trackVector)[ i ]; if( trackVector->size() == 0 ) return; for( auto newTrack : *trackVector ) { - trackIDCounter++; + ++trackIDCounter; if(!IDhasAlreadySet) { newTrack->SetTrackID( trackIDCounter ); @@ -297,9 +282,9 @@ void G4EventManager::StackTracks(G4TrackVector *trackVector,G4bool IDhasAlreadyS if ( verboseLevel > 1 ) { G4cout << "A new track " << newTrack - << " (trackID " << newTrack->GetTrackID() - << ", parentID " << newTrack->GetParentID() - << ") is passed to G4StackManager." << G4endl; + << " (trackID " << newTrack->GetTrackID() + << ", parentID " << newTrack->GetParentID() + << ") is passed to G4StackManager." << G4endl; } #endif } @@ -310,7 +295,10 @@ void G4EventManager::StackTracks(G4TrackVector *trackVector,G4bool IDhasAlreadyS void G4EventManager::SetUserAction(G4UserEventAction* userAction) { userEventAction = userAction; - if(userEventAction) userEventAction->SetEventManager(this); + if(userEventAction != nullptr) + { + userEventAction->SetEventManager(this); + } } void G4EventManager::SetUserAction(G4UserStackingAction* userAction) @@ -337,18 +325,20 @@ void G4EventManager::ProcessOneEvent(G4Event* anEvent) DoProcessing(anEvent); } -void G4EventManager::ProcessOneEvent(G4TrackVector* trackVector,G4Event* anEvent) +void G4EventManager::ProcessOneEvent(G4TrackVector* trackVector, + G4Event* anEvent) { - static G4ThreadLocal G4String *randStat = 0; - if (!randStat) randStat = new G4String; + static G4ThreadLocal G4String* randStat = nullptr; + if (randStat == nullptr) randStat = new G4String; trackIDCounter = 0; G4bool tempEvent = false; - if(!anEvent) + if(anEvent == nullptr) { anEvent = new G4Event(); tempEvent = true; } - if(storetRandomNumberStatusToG4Event==1 || storetRandomNumberStatusToG4Event==3) + if (storetRandomNumberStatusToG4Event==1 + || storetRandomNumberStatusToG4Event==3) { std::ostringstream oss; CLHEP::HepRandom::saveFullState(oss); @@ -356,18 +346,18 @@ void G4EventManager::ProcessOneEvent(G4TrackVector* trackVector,G4Event* anEvent } StackTracks(trackVector,false); DoProcessing(anEvent); - if(tempEvent) - { delete anEvent; } + if(tempEvent) { delete anEvent; } } void G4EventManager::SetUserInformation(G4VUserEventInformation* anInfo) { G4ApplicationState currentState = stateManager->GetCurrentState(); - if(currentState!=G4State_EventProc || currentEvent==0) + if(currentState != G4State_EventProc || currentEvent == 0) { G4Exception("G4EventManager::SetUserInformation", "Event0003", JustWarning, - "G4VUserEventInformation cannot be set because of ansense of G4Event."); + "G4VUserEventInformation cannot be set because of absence "\ + "of G4Event."); return; } @@ -377,14 +367,18 @@ void G4EventManager::SetUserInformation(G4VUserEventInformation* anInfo) G4VUserEventInformation* G4EventManager::GetUserInformation() { G4ApplicationState currentState = stateManager->GetCurrentState(); - if(currentState!=G4State_EventProc || currentEvent==0) - { return 0; } + if(currentState != G4State_EventProc || currentEvent == 0) + { + return nullptr; + } return currentEvent->GetUserInformation(); } void G4EventManager::KeepTheCurrentEvent() -{ if(currentEvent) currentEvent->KeepTheEvent(); } +{ + if(currentEvent != nullptr) { currentEvent->KeepTheEvent(); } +} void G4EventManager::AbortCurrentEvent() { @@ -392,4 +386,3 @@ void G4EventManager::AbortCurrentEvent() trackContainer->clear(); if(tracking) trackManager->EventAborted(); } - diff --git a/source/event/src/G4GeneralParticleSource.cc b/source/event/src/G4GeneralParticleSource.cc index 26c752bedf6..38e0f30de31 100644 --- a/source/event/src/G4GeneralParticleSource.cc +++ b/source/event/src/G4GeneralParticleSource.cc @@ -23,43 +23,13 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4GeneralParticleSource.cc -// -// Version: 2.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -// Documentation avaialable at http://reat.space.qinetiq.com/gps -// These include: -// User Requirement Document (URD) -// Software Specification Documents (SSD) -// Software User Manual (SUM): on-line version available -// Technical Note (TN) on the physics and algorithms -// -/////////////////////////////////////////////////////////////////////////////// -// -// CHANGE HISTORY -// -------------- -// -// Version 2.0, 05/02/2004, Fan Lei, Created. -// After changes to version 1.1 as in Geant4 v6.0 -// - Mutilple particle source definition -// - Re-structured commands -// - Split the task into smaller classes -// -// - old commonds have been retained for backward compatibility, will be -// removed in the future. -// -// 25/03/2014, Andrew Green -// Various changes to use the new G4GeneralParticleSourceData class, mostly -// just transparent wrappers around the thread safe object. -// -/////////////////////////////////////////////////////////////////////////////// +// G4GeneralParticleSource class implementation // +// Author: Fan Lei, QinetiQ ltd - 05/02/2004 +// Customer: ESA/ESTEC +// Version: 2.0 +// -------------------------------------------------------------------- + #include "G4Event.hh" #include "Randomize.hh" #include "G4GeneralParticleSource.hh" @@ -71,161 +41,186 @@ #include "G4Threading.hh" #include "G4AutoLock.hh" -namespace { - G4Mutex messangerInit = G4MUTEX_INITIALIZER; +namespace +{ + G4Mutex messangerInit = G4MUTEX_INITIALIZER; } -G4GeneralParticleSource::G4GeneralParticleSource() : normalised(false), - theMessenger(0) +G4GeneralParticleSource::G4GeneralParticleSource() { - GPSData = G4GeneralParticleSourceData::Instance(); - //currentSource = GPSData->GetCurrentSource(); - //currentSourceIdx = G4int(GPSData->GetSourceVectorSize() - 1); - - //Messenger is special, only a worker should instantiate it. Singleton pattern - theMessenger = G4GeneralParticleSourceMessenger::GetInstance(this); - //Some initialization should be done only once - G4AutoLock l(&messangerInit); - static G4bool onlyOnce = false; - if ( !onlyOnce ) { - theMessenger->SetParticleGun(GPSData->GetCurrentSource()); - IntensityNormalization(); - onlyOnce = true; - } + GPSData = G4GeneralParticleSourceData::Instance(); + // currentSource = GPSData->GetCurrentSource(); + // currentSourceIdx = G4int(GPSData->GetSourceVectorSize() - 1); + + // Messenger is special, only a worker should instantiate it. + // Singleton pattern + // + theMessenger = G4GeneralParticleSourceMessenger::GetInstance(this); + + // Some initialization should be done only once + // + G4AutoLock l(&messangerInit); + static G4bool onlyOnce = false; + if ( !onlyOnce ) + { + theMessenger->SetParticleGun(GPSData->GetCurrentSource()); + IntensityNormalization(); + onlyOnce = true; + } } G4GeneralParticleSource::~G4GeneralParticleSource() { - theMessenger->Destroy(); + theMessenger->Destroy(); } void G4GeneralParticleSource::AddaSource(G4double aV) { - GPSData->Lock(); - GPSData->AddASource(aV); - theMessenger->SetParticleGun(GPSData->GetCurrentSource()); - //TODO: But do we really normalize here after each source? - IntensityNormalization(); - GPSData->Unlock(); + GPSData->Lock(); + + GPSData->AddASource(aV); + theMessenger->SetParticleGun(GPSData->GetCurrentSource()); + + // TODO: But do we really normalize here after each source? + IntensityNormalization(); + + GPSData->Unlock(); } void G4GeneralParticleSource::IntensityNormalization() { - GPSData->IntensityNormalise(); - normalised=GPSData->Normalised(); + GPSData->IntensityNormalise(); + normalised=GPSData->Normalised(); } void G4GeneralParticleSource::ListSource() { - G4cout << "The number of particle sources is: " << GPSData->GetIntensityVectorSize() << G4endl; - G4cout <<" Multiple Vertex sources: "<GetMultipleVertex(); - G4cout <<" Flat Sampling flag: "<GetFlatSampling()<GetCurrentSourceIdx(); - for(G4int i=0; iGetIntensityVectorSize(); i++) - { - G4cout << "\tsource " << i << " with intensity: " << GPSData->GetIntensity(i) << G4endl; - const G4SingleParticleSource* thisSrc = GPSData->GetCurrentSource(i); - G4cout <<" \t\tNum Particles: "<GetNumberOfParticles()<<"; Particle type: "<GetParticleDefinition()->GetParticleName()<GetParticleEnergy(),"Energy")<GetAngDist()->GetDirection()<<"; Position: "; - G4cout <GetPosDist()->GetCentreCoords(),"Length")<GetAngDist()->GetDistType()<GetEneDist()->GetEnergyDisType()<GetPosDist()->GetPosDisType(); - G4cout <<"; Position Shape: "<GetPosDist()->GetPosDisShape()<GetCurrentSource(currentIdx); + G4cout << "The number of particle sources is: " + << GPSData->GetIntensityVectorSize() << G4endl; + G4cout << " Multiple Vertex sources: " << GPSData->GetMultipleVertex(); + G4cout << " Flat Sampling flag: " << GPSData->GetFlatSampling() << G4endl; + const G4int currentIdx = GPSData->GetCurrentSourceIdx(); + for(G4int i=0; iGetIntensityVectorSize(); ++i) + { + G4cout << "\tsource " << i << " with intensity: " + << GPSData->GetIntensity(i) << G4endl; + const G4SingleParticleSource* thisSrc = GPSData->GetCurrentSource(i); + G4cout << " \t\tNum Particles: "<GetNumberOfParticles() + << "; Particle type: " + << thisSrc->GetParticleDefinition()->GetParticleName() << G4endl; + G4cout << " \t\tEnergy: " + << G4BestUnit(thisSrc->GetParticleEnergy(),"Energy") << G4endl; + G4cout << " \t\tDirection: " + << thisSrc->GetAngDist()->GetDirection() << "; Position: "; + G4cout << G4BestUnit(thisSrc->GetPosDist()->GetCentreCoords(),"Length") + << G4endl; + G4cout << " \t\tAngular Distribution: " + << thisSrc->GetAngDist()->GetDistType() << G4endl; + G4cout << " \t\tEnergy Distribution: " + << thisSrc->GetEneDist()->GetEnergyDisType() << G4endl; + G4cout << " \t\tPosition Distribution Type: " + << thisSrc->GetPosDist()->GetPosDisType(); + G4cout << "; Position Shape: " + << thisSrc->GetPosDist()->GetPosDisShape() << G4endl; + } + + // Set back previous source + GPSData->GetCurrentSource(currentIdx); } void G4GeneralParticleSource::SetCurrentSourceto(G4int aV) { - G4int id = aV; - if ( id < GPSData->GetIntensityVectorSize() ) - { - //currentSourceIdx = aV; - //currentSource = GPSData->GetCurrentSource(id); - theMessenger->SetParticleGun(GPSData->GetCurrentSource(id)); - } - else - { - G4ExceptionDescription msg; - msg<<"Trying to set source to index "<GetIntensityVectorSize()<<" sources are defined."; - G4Exception("G4GeneralParticleSoruce::SetCurrentSourceto","G4GPS004",FatalException,msg); - } + G4int id = aV; + if ( id < GPSData->GetIntensityVectorSize() ) + { + // currentSourceIdx = aV; + // currentSource = GPSData->GetCurrentSource(id); + theMessenger->SetParticleGun(GPSData->GetCurrentSource(id)); + } + else + { + G4ExceptionDescription msg; + msg << "Trying to set source to index " << aV << " but only " + << GPSData->GetIntensityVectorSize() << " sources are defined."; + G4Exception("G4GeneralParticleSoruce::SetCurrentSourceto", "G4GPS004", + FatalException, msg); + } } void G4GeneralParticleSource::SetCurrentSourceIntensity(G4double aV) { - GPSData->Lock(); - GPSData->SetCurrentSourceIntensity(aV); - GPSData->Unlock(); - normalised = GPSData->Normalised(); + GPSData->Lock(); + GPSData->SetCurrentSourceIntensity(aV); + GPSData->Unlock(); + normalised = GPSData->Normalised(); } void G4GeneralParticleSource::ClearAll() { - GPSData->ClearSources(); - normalised=GPSData->Normalised(); + GPSData->ClearSources(); + normalised=GPSData->Normalised(); } void G4GeneralParticleSource::DeleteaSource(G4int aV) { - G4int id = aV; - if ( id <= GPSData->GetIntensityVectorSize() ) - { - GPSData->DeleteASource(aV); - normalised=GPSData->Normalised(); - } - else - { - G4cout << " source index is invalid " << G4endl; - G4cout << " it shall be <= " << GPSData->GetIntensityVectorSize() << G4endl; - } + G4int id = aV; + if ( id <= GPSData->GetIntensityVectorSize() ) + { + GPSData->DeleteASource(aV); + normalised=GPSData->Normalised(); + } + else + { + G4cout << " source index is invalid " << G4endl; + G4cout << " it shall be <= " + << GPSData->GetIntensityVectorSize() << G4endl; + } } void G4GeneralParticleSource::GeneratePrimaryVertex(G4Event* evt) { - if (!GPSData->GetMultipleVertex()) + if (!GPSData->GetMultipleVertex()) + { + G4SingleParticleSource* currentSource = GPSData->GetCurrentSource(); + if (GPSData->GetIntensityVectorSize() > 1) { - G4SingleParticleSource* currentSource = GPSData->GetCurrentSource(); - if (GPSData->GetIntensityVectorSize() > 1) + // Try to minimize locks + if (! normalised ) + { + // According to local variable, normalization is needed + // Check with underlying shared resource, another + // thread could have already normalized this + GPSData->Lock(); + G4bool norm = GPSData->Normalised(); + if (!norm) { - //Try to minimize locks - if (! normalised ) { - //According to local variable, normalization is needed - //Check with underlying shared resource, another - //thread could have already normalized this - GPSData->Lock(); - G4bool norm = GPSData->Normalised(); - if (!norm) { - IntensityNormalization(); - } - //This takes care of the case in which the local variable - //is False and the underlying resource is true. - normalised = GPSData->Normalised(); - GPSData->Unlock(); - } - G4double rndm = G4UniformRand(); - size_t i = 0 ; - if (! GPSData->GetFlatSampling() ) - { - while ( rndm > GPSData->GetSourceProbability(i) ) i++; - currentSource = GPSData->GetCurrentSource(i); - } - else - { - i = size_t (GPSData->GetIntensityVectorSize()*rndm); - currentSource = GPSData->GetCurrentSource(i); - } + IntensityNormalization(); } - currentSource->GeneratePrimaryVertex(evt); - } - else + // This takes care of the case in which the local variable + // is False and the underlying resource is true. + normalised = GPSData->Normalised(); + GPSData->Unlock(); + } + G4double rndm = G4UniformRand(); + std::size_t i = 0 ; + if (! GPSData->GetFlatSampling() ) + { + while ( rndm > GPSData->GetSourceProbability(i) ) ++i; + currentSource = GPSData->GetCurrentSource(i); + } + else + { + i = std::size_t (GPSData->GetIntensityVectorSize()*rndm); + currentSource = GPSData->GetCurrentSource(i); + } + } + currentSource->GeneratePrimaryVertex(evt); + } + else + { + for (G4int i = 0; i < GPSData->GetIntensityVectorSize(); ++i) { - for (G4int i = 0; i < GPSData->GetIntensityVectorSize(); i++) - { - GPSData->GetCurrentSource(i)->GeneratePrimaryVertex(evt); - } + GPSData->GetCurrentSource(i)->GeneratePrimaryVertex(evt); } + } } diff --git a/source/event/src/G4GeneralParticleSourceData.cc b/source/event/src/G4GeneralParticleSourceData.cc index 0f6e848a6cf..be9c218fcf1 100644 --- a/source/event/src/G4GeneralParticleSourceData.cc +++ b/source/event/src/G4GeneralParticleSourceData.cc @@ -23,187 +23,159 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4GeneralParticleSourceData class implementation // -// ------------------------------------------------------------------- -// -// GEANT4 Class file -// -// -// File name: G4GeneralParticleSourceData.cc -// -// Author: Andrew Green -// -// Creation date: 20 Mar 2014 -// -// Modifications: -// 24/03/2014 -// Fixed a bug whereby there was a data race for ownership of the "currentSource" -// member data. This has been resolved by returning a pointer to the G4SPS from -// the source vector. Tested up to 4 threads, and works fine; may need some further -// locking in the G4SPS code. -// -// -// Class Description: -// This class uses the singleton pattern to create a single copy of the data -// needed for the G4GPS class. As yet, only the largest parts have been split -// off. -// -// +// Author: Andrew Green, 20.03.2014 +// -------------------------------------------------------------------- #include "G4GeneralParticleSourceData.hh" #include "G4Threading.hh" #include "G4AutoLock.hh" - - - namespace { - G4Mutex singMutex = G4MUTEX_INITIALIZER; //Protects singleton access + G4Mutex singMutex = G4MUTEX_INITIALIZER; // Protects singleton access } -//G4GeneralParticleSourceData* G4GeneralParticleSourceData::theInstance = 0; - -G4GeneralParticleSourceData::G4GeneralParticleSourceData() : - multiple_vertex(false) ,flat_sampling(false), - normalised(false),currentSourceIdx(0) +G4GeneralParticleSourceData::G4GeneralParticleSourceData() { - G4MUTEXINIT(mutex); + G4MUTEXINIT(mutex); - sourceVector.clear(); - sourceIntensity.clear(); - sourceProbability.clear(); + sourceVector.clear(); + sourceIntensity.clear(); + sourceProbability.clear(); - currentSource = new G4SingleParticleSource(); - sourceVector.push_back(currentSource); - sourceIntensity.push_back(1.); - + currentSource = new G4SingleParticleSource(); + sourceVector.push_back(currentSource); + sourceIntensity.push_back(1.); } G4GeneralParticleSourceData::~G4GeneralParticleSourceData() { G4MUTEXDESTROY(mutex); - for ( std::vector::const_iterator it = sourceVector.begin() ; - it != sourceVector.end() ; ++it ) { delete *it; } + for ( auto it = sourceVector.cbegin(); it != sourceVector.cend(); ++it ) + { + delete *it; + } sourceVector.clear(); } - G4GeneralParticleSourceData* G4GeneralParticleSourceData::Instance() { - G4AutoLock lock(&singMutex); - static G4GeneralParticleSourceData instance; - return &instance; + G4AutoLock lock(&singMutex); + static G4GeneralParticleSourceData instance; + return &instance; } void G4GeneralParticleSourceData::IntensityNormalise() { - G4double total = 0.; - size_t i = 0 ; - for (i = 0; i < sourceIntensity.size(); i++) - { - total += sourceIntensity[i] ; - } - sourceProbability.clear(); - std::vector sourceNormalizedIntensity; - sourceNormalizedIntensity.clear(); + G4double total = 0.; + std::size_t i = 0 ; + for (i = 0; i < sourceIntensity.size(); ++i) + { + total += sourceIntensity[i] ; + } + sourceProbability.clear(); + std::vector sourceNormalizedIntensity; + sourceNormalizedIntensity.clear(); - sourceNormalizedIntensity.push_back(sourceIntensity[0]/total); - sourceProbability.push_back(sourceNormalizedIntensity[0]); - - for ( i = 1 ; i < sourceIntensity.size(); i++) + sourceNormalizedIntensity.push_back(sourceIntensity[0]/total); + sourceProbability.push_back(sourceNormalizedIntensity[0]); + + for (i = 1 ; i < sourceIntensity.size(); ++i) + { + sourceNormalizedIntensity.push_back(sourceIntensity[i]/total); + sourceProbability.push_back(sourceNormalizedIntensity[i]+sourceProbability[i-1]); + } + + // set source weights here based on sampling scheme (analog/flat) + // and intensities + // + for (i = 0 ; i < sourceIntensity.size(); ++i) + { + if (!flat_sampling) { - sourceNormalizedIntensity.push_back(sourceIntensity[i]/total); - sourceProbability.push_back(sourceNormalizedIntensity[i] + sourceProbability[i-1]); + GetCurrentSource(i)->GetBiasRndm()->SetIntensityWeight(1.); } - - // set source weights here based on sampling scheme (analog/flat) and intensities - for ( i = 0 ; i < sourceIntensity.size(); i++) + else { - if (!flat_sampling) - { - this->GetCurrentSource(i)->GetBiasRndm()->SetIntensityWeight(1.); - } - else - { - this->GetCurrentSource(i)->GetBiasRndm()->SetIntensityWeight(sourceNormalizedIntensity[i]*sourceIntensity.size()); - } + GetCurrentSource(i)->GetBiasRndm() + ->SetIntensityWeight(sourceNormalizedIntensity[i]*sourceIntensity.size()); } - - normalised = true; + } + normalised = true; } void G4GeneralParticleSourceData::SetCurrentSourceIntensity(G4double intensity) { - sourceIntensity.at(currentSourceIdx) = intensity; - normalised = false; + sourceIntensity.at(currentSourceIdx) = intensity; + normalised = false; } void G4GeneralParticleSourceData::AddASource(G4double intensity) { - currentSource = new G4SingleParticleSource(); - sourceVector.push_back(currentSource); - sourceIntensity.push_back(intensity); - currentSourceIdx = sourceVector.size() - 1; - normalised = false; + currentSource = new G4SingleParticleSource(); + sourceVector.push_back(currentSource); + sourceIntensity.push_back(intensity); + currentSourceIdx = sourceVector.size() - 1; + normalised = false; } void G4GeneralParticleSourceData::DeleteASource(G4int idx) { - delete sourceVector[idx]; - sourceVector.erase(sourceVector.begin() + idx); - sourceIntensity.erase(sourceIntensity.begin()+idx); - normalised = false ; - if (currentSourceIdx == idx ) + delete sourceVector[idx]; + sourceVector.erase(sourceVector.begin() + idx); + sourceIntensity.erase(sourceIntensity.begin()+idx); + normalised = false ; + if (currentSourceIdx == idx ) + { + if ( GetIntensityVectorSize() > 0 ) { - if ( this->GetIntensityVectorSize() > 0 ) - { - currentSource = this->GetCurrentSource(0); - currentSourceIdx = 0; - } - else - { - currentSource = NULL; - currentSourceIdx = -1; - } + currentSource = GetCurrentSource(0); + currentSourceIdx = 0; } - + else + { + currentSource = nullptr; + currentSourceIdx = -1; + } + } } void G4GeneralParticleSourceData::ClearSources() { - currentSourceIdx = -1; - currentSource = NULL; - for ( std::vector::iterator it = sourceVector.begin(); - it != sourceVector.end() ; ++it ) { delete *it; } - sourceVector.clear(); - sourceIntensity.clear(); - normalised = false; + currentSourceIdx = -1; + currentSource = nullptr; + for ( auto it = sourceVector.cbegin(); it != sourceVector.cend(); ++it ) + { + delete *it; + } + sourceVector.clear(); + sourceIntensity.clear(); + normalised = false; } -void G4GeneralParticleSourceData::SetVerbosityAllSources(G4int vl ) +void G4GeneralParticleSourceData::SetVerbosityAllSources(G4int vl) { - for ( std::vector::iterator it = sourceVector.begin(); - it != sourceVector.end() ; ++it ) { - (*it)->SetVerbosity(vl); - - } - + for ( auto it = sourceVector.cbegin(); it != sourceVector.cend(); ++it ) + { + (*it)->SetVerbosity(vl); + } } G4SingleParticleSource* G4GeneralParticleSourceData::GetCurrentSource(G4int idx) { - currentSource = sourceVector[idx]; - currentSourceIdx = idx; - return sourceVector[idx]; + currentSource = sourceVector[idx]; + currentSourceIdx = idx; + return sourceVector[idx]; } void G4GeneralParticleSourceData::Lock() { - G4MUTEXLOCK(&mutex); + G4MUTEXLOCK(&mutex); } void G4GeneralParticleSourceData::Unlock() { - G4MUTEXUNLOCK(&mutex); + G4MUTEXUNLOCK(&mutex); } diff --git a/source/event/src/G4GeneralParticleSourceMessenger.cc b/source/event/src/G4GeneralParticleSourceMessenger.cc index 9a24f00a73e..14640668ff2 100644 --- a/source/event/src/G4GeneralParticleSourceMessenger.cc +++ b/source/event/src/G4GeneralParticleSourceMessenger.cc @@ -23,35 +23,12 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4GeneralParticleSourceMessenger.cc -// -// Version: 2.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -/////////////////////////////////////////////////////////////////////////////// -// -// CHANGE HISTORY -// -------------- -// -// Version 2.0, 05/02/2004, Fan Lei, Created. -// After changes to version 1.1 as in Geant4 v6.0 -// - Mutilple particle source definition -// - Re-structured commands -// - old commands have been retained for backward compatibility, will be -// removed in the future. -// -// -// 20/03/2014, Andrew Green - Modifications for MT -// - Added a check to force only one thread to parse the macro file -// This information is fed into the GPS which now has a split mechanism for the large data (hence need to only read in 1 thread) -// - Thread ID used is 0, so *should* work under interactive mode as well - may need checking, or the may be another way... -/////////////////////////////////////////////////////////////////////////////// +// G4GeneralParticleSourceMessenger class implementation // +// Author: Fan Lei, QinetiQ ltd. +// Customer: ESA/ESTEC +// Revisions: Andrew Green, Andrea Dotti +// -------------------------------------------------------------------- #include "G4GeneralParticleSourceMessenger.hh" @@ -78,65 +55,70 @@ #include "G4AutoLock.hh" -namespace { - G4Mutex creationM = G4MUTEX_INITIALIZER; - G4GeneralParticleSourceMessenger* theInstance = 0; +namespace +{ + G4Mutex creationM = G4MUTEX_INITIALIZER; + G4GeneralParticleSourceMessenger* theInstance = nullptr; } -G4GeneralParticleSourceMessenger* G4GeneralParticleSourceMessenger::GetInstance(G4GeneralParticleSource* psc) +G4GeneralParticleSourceMessenger* +G4GeneralParticleSourceMessenger::GetInstance(G4GeneralParticleSource* psc) { - G4AutoLock l(&creationM); - if ( theInstance == 0 ) theInstance = new G4GeneralParticleSourceMessenger(psc); - return theInstance; + G4AutoLock l(&creationM); + if ( theInstance == nullptr ) + theInstance = new G4GeneralParticleSourceMessenger(psc); + return theInstance; } -void G4GeneralParticleSourceMessenger::Destroy() { - G4AutoLock l(&creationM); - if ( theInstance != 0 ) { - delete theInstance; - theInstance = 0; - } +void G4GeneralParticleSourceMessenger::Destroy() +{ + G4AutoLock l(&creationM); + if ( theInstance != nullptr ) + { + delete theInstance; + theInstance = nullptr; + } } -/////////////////////////////////////////////////////////////////////////////// + +// -------------------------------------------------------------------- // -G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger - (G4GeneralParticleSource *fPtclGun) - : fGPS(fPtclGun),fParticleGun(0),fShootIon(false), - fAtomicNumber(0),fAtomicMass(0),fIonCharge(0),fIonExciteEnergy(0.), - fAtomicNumberL(0),fAtomicMassL(0),fIonChargeL(0),fIonEnergyLevel(0) - +G4GeneralParticleSourceMessenger:: +G4GeneralParticleSourceMessenger(G4GeneralParticleSource* fPtclGun) + : fGPS(fPtclGun) { - //A.Dotti - 10th October 2014 - //This messenger is special: it is instantiated in a user action but (e.g. in - // a thread). - //the UI commands it defines should be executed by the *master* thread because - //they operate on shared resources and we want the UI commands to take - //effect BEFORE the threads do some work (so all data are properly initialized) - //To achieve this behavior we set to true a base calss protected - //data member. Since it makes no sense to have more than one instance - //of the messenger we check that we actually have only one. - //Note that the logic of implementing, in a given worker thread only one - //messenger is deletefated to the creator + // A.Dotti - 10th October 2014 + // This messenger is special: it is instantiated in a user action but (e.g. + // in a thread). + // The UI commands it defines should be executed by the *master* thread + // because they operate on shared resources and we want the UI commands to + // take effect BEFORE the threads do some work (so all data are properly + // initialized). + // To achieve this behavior we set to true a base class protected + // data member. Since it makes no sense to have more than one instance + // of the messenger, we check that we actually have only one. + // Note that the logic of implementing, in a given worker thread only one + // messenger is deleted/fated to the creator + commandsShouldBeInMaster = true; - - particleTable = G4ParticleTable::GetParticleTable(); histtype = "biasx"; - //UI Commands only for master - G4bool broadcast = false; + // UI Commands only for master + // + G4bool broadcast = false; gpsDirectory = new G4UIdirectory("/gps/",broadcast); - gpsDirectory->SetGuidance("General Paricle Source control commands."); - // gpsDirectory->SetGuidance(" The first 9 commands are the same as in G4ParticleGun "); + gpsDirectory->SetGuidance("General Particle Source control commands."); - // now the commands for multiple sources + // Now the commands for multiple sources + // sourceDirectory = new G4UIdirectory("/gps/source/"); sourceDirectory->SetGuidance("Multiple source control sub-directory"); addsourceCmd = new G4UIcmdWithADouble("/gps/source/add",this); - addsourceCmd->SetGuidance("add a new source definition to the particle gun with the specified intensity"); + addsourceCmd->SetGuidance("Add a new source definition to the particle gun"); + addsourceCmd->SetGuidance(" with the specified intensity"); addsourceCmd->SetParameterName("addsource",false,false); addsourceCmd->SetRange("addsource > 0."); @@ -150,35 +132,35 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger getsourceCmd->SetGuidance("Show the current source index and intensity"); setsourceCmd = new G4UIcmdWithAnInteger("/gps/source/set",this); - setsourceCmd->SetGuidance("set the indexed source as the current one"); - setsourceCmd->SetGuidance(" so one can change its source definition"); + setsourceCmd->SetGuidance("Set the indexed source as the current one"); + setsourceCmd->SetGuidance(" so one can change its source definition"); setsourceCmd->SetParameterName("setsource",false,false); setsourceCmd->SetRange("setsource >= 0"); deletesourceCmd = new G4UIcmdWithAnInteger("/gps/source/delete",this); - deletesourceCmd->SetGuidance("delete the indexed source from the list"); + deletesourceCmd->SetGuidance("Delete the indexed source from the list"); deletesourceCmd->SetParameterName("deletesource",false,false); deletesourceCmd->SetRange("deletesource > 0"); setintensityCmd = new G4UIcmdWithADouble("/gps/source/intensity",this); - setintensityCmd->SetGuidance("reset the current source to the specified intensity"); + setintensityCmd->SetGuidance("Reset the current source to the specified intensity"); setintensityCmd->SetParameterName("setintensity",false,false); setintensityCmd->SetRange("setintensity > 0."); multiplevertexCmd = new G4UIcmdWithABool("/gps/source/multiplevertex",this); - multiplevertexCmd->SetGuidance("true for simultaneous generation multiple vertex"); - multiplevertexCmd->SetGuidance("Default is false"); + multiplevertexCmd->SetGuidance("True for simultaneous generation multiple vertex"); + multiplevertexCmd->SetGuidance(" Default is false"); multiplevertexCmd->SetParameterName("multiplevertex",true); multiplevertexCmd->SetDefaultValue(false); flatsamplingCmd = new G4UIcmdWithABool("/gps/source/flatsampling",this); - flatsamplingCmd->SetGuidance("true for applying flat (biased) sampling among the sources"); + flatsamplingCmd->SetGuidance("True for applying flat (biased) sampling among the sources"); flatsamplingCmd->SetGuidance("Default is false"); flatsamplingCmd->SetParameterName("flatsampling",true); flatsamplingCmd->SetDefaultValue(false); - // below we reproduce commands awailable in G4Particle Gun - + // Below we reproduce commands awailable in G4Particle Gun + // listCmd = new G4UIcmdWithoutParameter("/gps/List",this); listCmd->SetGuidance("List available particles."); listCmd->SetGuidance(" Invoke G4ParticleTable."); @@ -191,7 +173,7 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger particleCmd->SetDefaultValue("geantino"); G4String candidateList; G4int nPtcl = particleTable->entries(); - for(G4int i=0;iGetParticleName(i); candidateList += " "; @@ -201,8 +183,8 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger directionCmd = new G4UIcmdWith3Vector("/gps/direction",this); directionCmd->SetGuidance("Set momentum direction."); - directionCmd->SetGuidance("Direction needs not to be a unit vector."); - directionCmd->SetGuidance("Angular distribution type is set to planar."); + directionCmd->SetGuidance(" Direction needs not to be a unit vector."); + directionCmd->SetGuidance(" Angular distribution type is set to planar."); directionCmd->SetParameterName("Px","Py","Pz",false,false); directionCmd->SetRange("Px != 0 || Py != 0 || Pz != 0"); @@ -215,7 +197,7 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger positionCmd = new G4UIcmdWith3VectorAndUnit("/gps/position",this); positionCmd->SetGuidance("Set starting position of the particle for a Point like source."); - positionCmd->SetGuidance("Same effect as the two /gps/pos/type Point /gps/pos/centre commands."); + positionCmd->SetGuidance(" Same effect as the two /gps/pos/type Point /gps/pos/centre commands."); positionCmd->SetParameterName("X","Y","Z",false,false); positionCmd->SetDefaultUnit("cm"); //positionCmd->SetUnitCategory("Length"); @@ -282,7 +264,8 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger numberCmd->SetParameterName("N",false,false); numberCmd->SetRange("N>0"); - // verbosity + // Verbosity + // verbosityCmd = new G4UIcmdWithAnInteger("/gps/verbose",this); verbosityCmd->SetGuidance("Set Verbose level for GPS"); verbosityCmd->SetGuidance(" 0 : Silent"); @@ -291,8 +274,9 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger verbosityCmd->SetParameterName("level",false); verbosityCmd->SetRange("level>=0 && level <=2"); - // now extended commands + // Now extended commands // Positional ones: + // positionDirectory = new G4UIdirectory("/gps/pos/"); positionDirectory->SetGuidance("Positional commands sub-directory"); @@ -311,10 +295,9 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger centreCmd1 = new G4UIcmdWith3VectorAndUnit("/gps/pos/centre",this); centreCmd1->SetGuidance("Set centre coordinates of source."); - //centreCmd1->SetGuidance(" same effect as the /gps/position command"); centreCmd1->SetParameterName("X","Y","Z",false,false); centreCmd1->SetDefaultUnit("cm"); - // centreCmd1->SetUnitCandidates("micron mm cm m km"); + // centreCmd1->SetUnitCandidates("micron mm cm m km"); posrot1Cmd1 = new G4UIcmdWith3Vector("/gps/pos/rot1",this); posrot1Cmd1->SetGuidance("Set the 1st vector defining the rotation matrix'."); @@ -332,201 +315,98 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger halfxCmd1->SetGuidance("Set x half length of source."); halfxCmd1->SetParameterName("Halfx",false,false); halfxCmd1->SetDefaultUnit("cm"); - // halfxCmd1->SetUnitCandidates("micron mm cm m km"); + // halfxCmd1->SetUnitCandidates("micron mm cm m km"); halfyCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/pos/halfy",this); halfyCmd1->SetGuidance("Set y half length of source."); halfyCmd1->SetParameterName("Halfy",false,false); halfyCmd1->SetDefaultUnit("cm"); - // halfyCmd1->SetUnitCandidates("micron mm cm m km"); + // halfyCmd1->SetUnitCandidates("micron mm cm m km"); halfzCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/pos/halfz",this); halfzCmd1->SetGuidance("Set z half length of source."); halfzCmd1->SetParameterName("Halfz",false,false); halfzCmd1->SetDefaultUnit("cm"); - // halfzCmd1->SetUnitCandidates("micron mm cm m km"); + // halfzCmd1->SetUnitCandidates("micron mm cm m km"); radiusCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/pos/radius",this); radiusCmd1->SetGuidance("Set radius of source."); radiusCmd1->SetParameterName("Radius",false,false); radiusCmd1->SetDefaultUnit("cm"); - // radiusCmd1->SetUnitCandidates("micron mm cm m km"); + // radiusCmd1->SetUnitCandidates("micron mm cm m km"); radius0Cmd1 = new G4UIcmdWithADoubleAndUnit("/gps/pos/inner_radius",this); radius0Cmd1->SetGuidance("Set inner radius of source when required."); radius0Cmd1->SetParameterName("Radius0",false,false); radius0Cmd1->SetDefaultUnit("cm"); - // radius0Cmd1->SetUnitCandidates("micron mm cm m km"); + // radius0Cmd1->SetUnitCandidates("micron mm cm m km"); possigmarCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/pos/sigma_r",this); possigmarCmd1->SetGuidance("Set standard deviation in radial of the beam positional profile"); possigmarCmd1->SetGuidance(" applicable to Beam type source only"); possigmarCmd1->SetParameterName("Sigmar",false,false); possigmarCmd1->SetDefaultUnit("cm"); - // possigmarCmd1->SetUnitCandidates("micron mm cm m km"); + // possigmarCmd1->SetUnitCandidates("micron mm cm m km"); possigmaxCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/pos/sigma_x",this); possigmaxCmd1->SetGuidance("Set standard deviation of beam positional profile in x-dir"); possigmaxCmd1->SetGuidance(" applicable to Beam type source only"); possigmaxCmd1->SetParameterName("Sigmax",false,false); possigmaxCmd1->SetDefaultUnit("cm"); - // possigmaxCmd1->SetUnitCandidates("micron mm cm m km"); + // possigmaxCmd1->SetUnitCandidates("micron mm cm m km"); possigmayCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/pos/sigma_y",this); possigmayCmd1->SetGuidance("Set standard deviation of beam positional profile in y-dir"); possigmayCmd1->SetGuidance(" applicable to Beam type source only"); possigmayCmd1->SetParameterName("Sigmay",false,false); possigmayCmd1->SetDefaultUnit("cm"); - // possigmayCmd1->SetUnitCandidates("micron mm cm m km"); + // possigmayCmd1->SetUnitCandidates("micron mm cm m km"); paralpCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/pos/paralp",this); paralpCmd1->SetGuidance("Angle from y-axis of y' in Para"); paralpCmd1->SetParameterName("paralp",false,false); paralpCmd1->SetDefaultUnit("rad"); - // paralpCmd1->SetUnitCandidates("rad deg"); + // paralpCmd1->SetUnitCandidates("rad deg"); partheCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/pos/parthe",this); partheCmd1->SetGuidance("Polar angle through centres of z faces"); partheCmd1->SetParameterName("parthe",false,false); partheCmd1->SetDefaultUnit("rad"); - // partheCmd1->SetUnitCandidates("rad deg"); + // partheCmd1->SetUnitCandidates("rad deg"); parphiCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/pos/parphi",this); parphiCmd1->SetGuidance("Azimuth angle through centres of z faces"); parphiCmd1->SetParameterName("parphi",false,false); parphiCmd1->SetDefaultUnit("rad"); - // parphiCmd1->SetUnitCandidates("rad deg"); + // parphiCmd1->SetUnitCandidates("rad deg"); confineCmd1 = new G4UIcmdWithAString("/gps/pos/confine",this); confineCmd1->SetGuidance("Confine source to volume (NULL to unset)."); - confineCmd1->SetGuidance("usage: confine VolName"); + confineCmd1->SetGuidance(" Usage: confine VolName"); confineCmd1->SetParameterName("VolName",false,false); confineCmd1->SetDefaultValue("NULL"); - // old implementations -// typeCmd = new G4UIcmdWithAString("/gps/type",this); -// typeCmd->SetGuidance("Sets source distribution type. (obsolete!)"); -// typeCmd->SetGuidance("Either Point, Beam, Plane, Surface or Volume"); -// typeCmd->SetParameterName("DisType",false,false); -// typeCmd->SetDefaultValue("Point"); -// typeCmd->SetCandidates("Point Beam Plane Surface Volume"); - -// shapeCmd = new G4UIcmdWithAString("/gps/shape",this); -// shapeCmd->SetGuidance("Sets source shape type.(obsolete!)"); -// shapeCmd->SetParameterName("Shape",false,false); -// shapeCmd->SetDefaultValue("NULL"); -// shapeCmd->SetCandidates("Circle Annulus Ellipse Square Rectangle Sphere Ellipsoid Cylinder Para"); - -// centreCmd = new G4UIcmdWith3VectorAndUnit("/gps/centre",this); -// centreCmd->SetGuidance("Set centre coordinates of source.(obsolete!)"); -// centreCmd->SetParameterName("X","Y","Z",false,false); -// centreCmd->SetDefaultUnit("cm"); - // centreCmd->SetUnitCandidates("micron mm cm m km"); - -// posrot1Cmd = new G4UIcmdWith3Vector("/gps/posrot1",this); -// posrot1Cmd->SetGuidance("Set rotation matrix of x'.(obsolete!)"); -// posrot1Cmd->SetGuidance("Posrot1 does not need to be a unit vector."); -// posrot1Cmd->SetParameterName("R1x","R1y","R1z",false,false); -// posrot1Cmd->SetRange("R1x != 0 || R1y != 0 || R1z != 0"); -// -// posrot2Cmd = new G4UIcmdWith3Vector("/gps/posrot2",this); -// posrot2Cmd->SetGuidance("Set rotation matrix of y'.(obsolete!)"); -// posrot2Cmd->SetGuidance("Posrot2 does not need to be a unit vector."); -// posrot2Cmd->SetParameterName("R2x","R2y","R2z",false,false); -// posrot2Cmd->SetRange("R2x != 0 || R2y != 0 || R2z != 0"); - -// halfxCmd = new G4UIcmdWithADoubleAndUnit("/gps/halfx",this); -// halfxCmd->SetGuidance("Set x half length of source.(obsolete!)"); -// halfxCmd->SetParameterName("Halfx",false,false); -// halfxCmd->SetDefaultUnit("cm"); - // halfxCmd->SetUnitCandidates("micron mm cm m km"); - -// halfyCmd = new G4UIcmdWithADoubleAndUnit("/gps/halfy",this); -// halfyCmd->SetGuidance("Set y half length of source.(obsolete!)"); -// halfyCmd->SetParameterName("Halfy",false,false); -// halfyCmd->SetDefaultUnit("cm"); - // halfyCmd->SetUnitCandidates("micron mm cm m km"); - -// halfzCmd = new G4UIcmdWithADoubleAndUnit("/gps/halfz",this); -// halfzCmd->SetGuidance("Set z half length of source.(obsolete!)"); -// halfzCmd->SetParameterName("Halfz",false,false); -// halfzCmd->SetDefaultUnit("cm"); - // halfzCmd->SetUnitCandidates("micron mm cm m km"); - -// radiusCmd = new G4UIcmdWithADoubleAndUnit("/gps/radius",this); -// radiusCmd->SetGuidance("Set radius of source.(obsolete!)"); -// radiusCmd->SetParameterName("Radius",false,false); -// radiusCmd->SetDefaultUnit("cm"); - // radiusCmd->SetUnitCandidates("micron mm cm m km"); - -// radius0Cmd = new G4UIcmdWithADoubleAndUnit("/gps/radius0",this); -// radius0Cmd->SetGuidance("Set inner radius of source.(obsolete!)"); -// radius0Cmd->SetParameterName("Radius0",false,false); -// radius0Cmd->SetDefaultUnit("cm"); - // radius0Cmd->SetUnitCandidates("micron mm cm m km"); - -// possigmarCmd = new G4UIcmdWithADoubleAndUnit("/gps/sigmaposr",this); -// possigmarCmd->SetGuidance("Set standard deviation of beam position in radial(obsolete!)"); -// possigmarCmd->SetParameterName("Sigmar",false,false); -// possigmarCmd->SetDefaultUnit("cm"); - // possigmarCmd->SetUnitCandidates("micron mm cm m km"); - -// possigmaxCmd = new G4UIcmdWithADoubleAndUnit("/gps/sigmaposx",this); -// possigmaxCmd->SetGuidance("Set standard deviation of beam position in x-dir(obsolete!)"); -// possigmaxCmd->SetParameterName("Sigmax",false,false); -// possigmaxCmd->SetDefaultUnit("cm"); - // possigmaxCmd->SetUnitCandidates("micron mm cm m km"); - -// possigmayCmd = new G4UIcmdWithADoubleAndUnit("/gps/sigmaposy",this); -// possigmayCmd->SetGuidance("Set standard deviation of beam position in y-dir(obsolete!)"); -// possigmayCmd->SetParameterName("Sigmay",false,false); -// possigmayCmd->SetDefaultUnit("cm"); - // possigmayCmd->SetUnitCandidates("micron mm cm m km"); - -// paralpCmd = new G4UIcmdWithADoubleAndUnit("/gps/paralp",this); -// paralpCmd->SetGuidance("Angle from y-axis of y' in Para(obsolete!)"); -// paralpCmd->SetParameterName("paralp",false,false); -// paralpCmd->SetDefaultUnit("rad"); - // paralpCmd->SetUnitCandidates("rad deg"); - -// partheCmd = new G4UIcmdWithADoubleAndUnit("/gps/parthe",this); -// partheCmd->SetGuidance("Polar angle through centres of z faces(obsolete!)"); -// partheCmd->SetParameterName("parthe",false,false); -// partheCmd->SetDefaultUnit("rad"); - // partheCmd->SetUnitCandidates("rad deg"); - -// parphiCmd = new G4UIcmdWithADoubleAndUnit("/gps/parphi",this); -// parphiCmd->SetGuidance("Azimuth angle through centres of z faces(obsolete!)"); -// parphiCmd->SetParameterName("parphi",false,false); -// parphiCmd->SetDefaultUnit("rad"); - // parphiCmd->SetUnitCandidates("rad deg"); - -// confineCmd = new G4UIcmdWithAString("/gps/confine",this); -// confineCmd->SetGuidance("Confine source to volume (NULL to unset)(obsolete!) ."); -// confineCmd->SetGuidance("usage: confine VolName"); -// confineCmd->SetParameterName("VolName",false,false); -// confineCmd->SetDefaultValue("NULL"); - // Angular distribution commands + // angularDirectory = new G4UIdirectory("/gps/ang/"); angularDirectory->SetGuidance("Angular commands sub-directory"); angtypeCmd1 = new G4UIcmdWithAString("/gps/ang/type",this); angtypeCmd1->SetGuidance("Sets angular source distribution type"); - angtypeCmd1->SetGuidance("Possible variables are: iso, cos, planar, beam1d, beam2d, focused or user"); + angtypeCmd1->SetGuidance(" Possible variables are: iso, cos, planar, beam1d, beam2d, focused or user"); angtypeCmd1->SetParameterName("AngDis",false,false); angtypeCmd1->SetDefaultValue("iso"); angtypeCmd1->SetCandidates("iso cos planar beam1d beam2d focused user"); angrot1Cmd1 = new G4UIcmdWith3Vector("/gps/ang/rot1",this); angrot1Cmd1->SetGuidance("Sets the 1st vector for angular distribution rotation matrix"); - angrot1Cmd1->SetGuidance("Need not be a unit vector"); + angrot1Cmd1->SetGuidance(" Need not be a unit vector"); angrot1Cmd1->SetParameterName("AR1x","AR1y","AR1z",false,false); angrot1Cmd1->SetRange("AR1x != 0 || AR1y != 0 || AR1z != 0"); angrot2Cmd1 = new G4UIcmdWith3Vector("/gps/ang/rot2",this); angrot2Cmd1->SetGuidance("Sets the 2nd vector for angular distribution rotation matrix"); - angrot2Cmd1->SetGuidance("Need not be a unit vector"); + angrot2Cmd1->SetGuidance(" Need not be a unit vector"); angrot2Cmd1->SetParameterName("AR2x","AR2y","AR2z",false,false); angrot2Cmd1->SetRange("AR2x != 0 || AR2y != 0 || AR2z != 0"); @@ -535,141 +415,66 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger minthetaCmd1->SetParameterName("MinTheta",false,false); minthetaCmd1->SetDefaultValue(0.); minthetaCmd1->SetDefaultUnit("rad"); - // minthetaCmd1->SetUnitCandidates("rad deg"); + // minthetaCmd1->SetUnitCandidates("rad deg"); maxthetaCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ang/maxtheta",this); maxthetaCmd1->SetGuidance("Set maximum theta"); maxthetaCmd1->SetParameterName("MaxTheta",false,false); maxthetaCmd1->SetDefaultValue(pi); maxthetaCmd1->SetDefaultUnit("rad"); - // maxthetaCmd1->SetUnitCandidates("rad deg"); + // maxthetaCmd1->SetUnitCandidates("rad deg"); minphiCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ang/minphi",this); minphiCmd1->SetGuidance("Set minimum phi"); minphiCmd1->SetParameterName("MinPhi",false,false); minphiCmd1->SetDefaultUnit("rad"); - // minphiCmd1->SetUnitCandidates("rad deg"); + // minphiCmd1->SetUnitCandidates("rad deg"); maxphiCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ang/maxphi",this); maxphiCmd1->SetGuidance("Set maximum phi"); maxphiCmd1->SetParameterName("MaxPhi",false,false); maxphiCmd1->SetDefaultValue(pi); maxphiCmd1->SetDefaultUnit("rad"); - // maxphiCmd1->SetUnitCandidates("rad deg"); + // maxphiCmd1->SetUnitCandidates("rad deg"); angsigmarCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ang/sigma_r",this); angsigmarCmd1->SetGuidance("Set standard deviation in direction for 1D beam."); angsigmarCmd1->SetParameterName("Sigmara",false,false); angsigmarCmd1->SetDefaultUnit("rad"); - // angsigmarCmd1->SetUnitCandidates("rad deg"); + // angsigmarCmd1->SetUnitCandidates("rad deg"); angsigmaxCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ang/sigma_x",this); angsigmaxCmd1->SetGuidance("Set standard deviation in direction in x-direc. for 2D beam"); angsigmaxCmd1->SetParameterName("Sigmaxa",false,false); angsigmaxCmd1->SetDefaultUnit("rad"); - // angsigmaxCmd1->SetUnitCandidates("rad deg"); + // angsigmaxCmd1->SetUnitCandidates("rad deg"); angsigmayCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ang/sigma_y",this); angsigmayCmd1->SetGuidance("Set standard deviation in direction in y-direc. for 2D beam"); angsigmayCmd1->SetParameterName("Sigmaya",false,false); angsigmayCmd1->SetDefaultUnit("rad"); - // angsigmayCmd1->SetUnitCandidates("rad deg"); + // angsigmayCmd1->SetUnitCandidates("rad deg"); angfocusCmd = new G4UIcmdWith3VectorAndUnit("/gps/ang/focuspoint",this); angfocusCmd->SetGuidance("Set the focusing point for the beam"); angfocusCmd->SetParameterName("x","y","z",false,false); angfocusCmd->SetDefaultUnit("cm"); - // angfocusCmd->SetUnitCandidates("micron mm cm m km"); + // angfocusCmd->SetUnitCandidates("micron mm cm m km"); useuserangaxisCmd1 = new G4UIcmdWithABool("/gps/ang/user_coor",this); - useuserangaxisCmd1->SetGuidance("true for using user defined angular co-ordinates"); - useuserangaxisCmd1->SetGuidance("Default is false"); + useuserangaxisCmd1->SetGuidance("True for using user defined angular co-ordinates"); + useuserangaxisCmd1->SetGuidance(" Default is false"); useuserangaxisCmd1->SetParameterName("useuserangaxis",true); useuserangaxisCmd1->SetDefaultValue(false); surfnormCmd1 = new G4UIcmdWithABool("/gps/ang/surfnorm",this); surfnormCmd1->SetGuidance("Makes a user-defined distribution with respect to surface normals rather than x,y,z axes."); - surfnormCmd1->SetGuidance("Default is false"); + surfnormCmd1->SetGuidance(" Default is false"); surfnormCmd1->SetParameterName("surfnorm",true); surfnormCmd1->SetDefaultValue(false); - // old ones -// angtypeCmd = new G4UIcmdWithAString("/gps/angtype",this); -// angtypeCmd->SetGuidance("Sets angular source distribution type (obsolete!)"); -// angtypeCmd->SetGuidance("Possible variables are: iso, cos planar beam1d beam2d or user"); -// angtypeCmd->SetParameterName("AngDis",false,false); -// angtypeCmd->SetDefaultValue("iso"); -// angtypeCmd->SetCandidates("iso cos planar beam1d beam2d user"); - -// angrot1Cmd = new G4UIcmdWith3Vector("/gps/angrot1",this); -// angrot1Cmd->SetGuidance("Sets the x' vector for angular distribution(obsolete!) "); -// angrot1Cmd->SetGuidance("Need not be a unit vector"); -// angrot1Cmd->SetParameterName("AR1x","AR1y","AR1z",false,false); -// angrot1Cmd->SetRange("AR1x != 0 || AR1y != 0 || AR1z != 0"); - -// angrot2Cmd = new G4UIcmdWith3Vector("/gps/angrot2",this); -// angrot2Cmd->SetGuidance("Sets the y' vector for angular distribution (obsolete!)"); -// angrot2Cmd->SetGuidance("Need not be a unit vector"); -// angrot2Cmd->SetParameterName("AR2x","AR2y","AR2z",false,false); -// angrot2Cmd->SetRange("AR2x != 0 || AR2y != 0 || AR2z != 0"); - -// minthetaCmd = new G4UIcmdWithADoubleAndUnit("/gps/mintheta",this); -// minthetaCmd->SetGuidance("Set minimum theta (obsolete!)"); -// minthetaCmd->SetParameterName("MinTheta",false,false); -// minthetaCmd->SetDefaultUnit("rad"); - // minthetaCmd->SetUnitCandidates("rad deg"); - -// maxthetaCmd = new G4UIcmdWithADoubleAndUnit("/gps/maxtheta",this); -// maxthetaCmd->SetGuidance("Set maximum theta (obsolete!)"); -// maxthetaCmd->SetParameterName("MaxTheta",false,false); -// maxthetaCmd->SetDefaultValue(3.1416); -// maxthetaCmd->SetDefaultUnit("rad"); - // maxthetaCmd->SetUnitCandidates("rad deg"); - -// minphiCmd = new G4UIcmdWithADoubleAndUnit("/gps/minphi",this); -// minphiCmd->SetGuidance("Set minimum phi (obsolete!)"); -// minphiCmd->SetParameterName("MinPhi",false,false); -// minphiCmd->SetDefaultUnit("rad"); - // minphiCmd->SetUnitCandidates("rad deg"); - -// maxphiCmd = new G4UIcmdWithADoubleAndUnit("/gps/maxphi",this); -// maxphiCmd->SetGuidance("Set maximum phi(obsolete!)"); -// maxphiCmd->SetParameterName("MaxPhi",false,false); -// maxphiCmd->SetDefaultUnit("rad"); - // maxphiCmd->SetUnitCandidates("rad deg"); - -// angsigmarCmd = new G4UIcmdWithADoubleAndUnit("/gps/sigmaangr",this); -// angsigmarCmd->SetGuidance("Set standard deviation of beam direction in radial(obsolete!)."); -// angsigmarCmd->SetParameterName("Sigmara",false,false); -// angsigmarCmd->SetDefaultUnit("rad"); - // angsigmarCmd->SetUnitCandidates("rad deg"); - -// angsigmaxCmd = new G4UIcmdWithADoubleAndUnit("/gps/sigmaangx",this); -// angsigmaxCmd->SetGuidance("Set standard deviation of beam direction in x-direc(obsolete!)."); -// angsigmaxCmd->SetParameterName("Sigmaxa",false,false); -// angsigmaxCmd->SetDefaultUnit("rad"); - // angsigmaxCmd->SetUnitCandidates("rad deg"); - -// angsigmayCmd = new G4UIcmdWithADoubleAndUnit("/gps/sigmaangy",this); -// angsigmayCmd->SetGuidance("Set standard deviation of beam direction in y-direc.(obsolete!)"); -// angsigmayCmd->SetParameterName("Sigmaya",false,false); -// angsigmayCmd->SetDefaultUnit("rad"); - // angsigmayCmd->SetUnitCandidates("rad deg"); - -// useuserangaxisCmd = new G4UIcmdWithABool("/gps/useuserangaxis",this); -// useuserangaxisCmd->SetGuidance("true for using user defined angular co-ordinates(obsolete!)"); -// useuserangaxisCmd->SetGuidance("Default is false"); -// useuserangaxisCmd->SetParameterName("useuserangaxis",true); -// useuserangaxisCmd->SetDefaultValue(false); - -// surfnormCmd = new G4UIcmdWithABool("/gps/surfnorm",this); -// surfnormCmd->SetGuidance("Makes a user-defined distribution with respect to surface normals rather than x,y,z axes (obsolete!)."); -// surfnormCmd->SetGuidance("Default is false"); -// surfnormCmd->SetParameterName("surfnorm",true); -// surfnormCmd->SetDefaultValue(false); - // Energy commands - + // energyDirectory = new G4UIdirectory("/gps/ene/"); energyDirectory->SetGuidance("Spectral commands sub-directory"); @@ -677,31 +482,31 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger energytypeCmd1->SetGuidance("Sets energy distribution type"); energytypeCmd1->SetParameterName("EnergyDis",false,false); energytypeCmd1->SetDefaultValue("Mono"); - energytypeCmd1->SetCandidates("Mono Lin Pow Exp CPow Gauss Brem Bbody Cdg User Arb Epn"); + energytypeCmd1->SetCandidates("Mono Lin Pow Exp CPow Gauss Brem Bbody Cdg User Arb Epn LW"); eminCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ene/min",this); eminCmd1->SetGuidance("Sets minimum energy"); eminCmd1->SetParameterName("emin",false,false); eminCmd1->SetDefaultUnit("keV"); - // eminCmd1->SetUnitCandidates("eV keV MeV GeV TeV PeV"); + // eminCmd1->SetUnitCandidates("eV keV MeV GeV TeV PeV"); emaxCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ene/max",this); emaxCmd1->SetGuidance("Sets maximum energy"); emaxCmd1->SetParameterName("emax",false,false); emaxCmd1->SetDefaultUnit("keV"); - // emaxCmd1->SetUnitCandidates("eV keV MeV GeV TeV PeV"); + // emaxCmd1->SetUnitCandidates("eV keV MeV GeV TeV PeV"); monoenergyCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ene/mono",this); monoenergyCmd1->SetGuidance("Sets a monocromatic energy (same as gps/energy)"); monoenergyCmd1->SetParameterName("monoenergy",false,false); monoenergyCmd1->SetDefaultUnit("keV"); - // monoenergyCmd1->SetUnitCandidates("eV keV MeV GeV TeV PeV"); + // monoenergyCmd1->SetUnitCandidates("eV keV MeV GeV TeV PeV"); engsigmaCmd1 = new G4UIcmdWithADoubleAndUnit("/gps/ene/sigma",this); engsigmaCmd1->SetGuidance("Sets the standard deviation for Gaussian energy dist."); engsigmaCmd1->SetParameterName("Sigmae",false,false); engsigmaCmd1->SetDefaultUnit("keV"); - // engsigmaCmd1->SetUnitCandidates("eV keV MeV GeV TeV PeV"); + // engsigmaCmd1->SetUnitCandidates("eV keV MeV GeV TeV PeV"); alphaCmd1 = new G4UIcmdWithADouble("/gps/ene/alpha",this); alphaCmd1->SetGuidance("Sets Alpha (index) for power-law energy dist."); @@ -724,7 +529,7 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger interceptCmd1->SetParameterName("intercept",false,false); arbeintCmd1 = new G4UIcmdWithADouble("/gps/ene/biasAlpha",this); - arbeintCmd1->SetGuidance("Set the power-law index for the energy sampling distri. )"); + arbeintCmd1->SetGuidance("Sets the power-law index for the energy sampling distri. )"); arbeintCmd1->SetParameterName("arbeint",false,false); calculateCmd1 = new G4UIcmdWithoutParameter("/gps/ene/calculate",this); @@ -740,71 +545,18 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger diffspecCmd1->SetParameterName("diffspec",true); diffspecCmd1->SetDefaultValue(true); - //old ones -// energytypeCmd = new G4UIcmdWithAString("/gps/energytype",this); -// energytypeCmd->SetGuidance("Sets energy distribution type (obsolete!)"); -// energytypeCmd->SetParameterName("EnergyDis",false,false); -// energytypeCmd->SetDefaultValue("Mono"); -// energytypeCmd->SetCandidates("Mono Lin Pow Exp Gauss Brem Bbody Cdg User Arb Epn"); - -// eminCmd = new G4UIcmdWithADoubleAndUnit("/gps/emin",this); -// eminCmd->SetGuidance("Sets Emin (obsolete!)"); -// eminCmd->SetParameterName("emin",false,false); -// eminCmd->SetDefaultUnit("keV"); - // eminCmd->SetUnitCandidates("eV keV MeV GeV TeV PeV"); - -// emaxCmd = new G4UIcmdWithADoubleAndUnit("/gps/emax",this); -// emaxCmd->SetGuidance("Sets Emax (obsolete!)"); -// emaxCmd->SetParameterName("emax",false,false); -// emaxCmd->SetDefaultUnit("keV"); - // emaxCmd->SetUnitCandidates("eV keV MeV GeV TeV PeV"); - -// monoenergyCmd = new G4UIcmdWithADoubleAndUnit("/gps/monoenergy",this); -// monoenergyCmd->SetGuidance("Sets Monoenergy (obsolete, use gps/energy instead!)"); -// monoenergyCmd->SetParameterName("monoenergy",false,false); -// monoenergyCmd->SetDefaultUnit("keV"); - // monoenergyCmd->SetUnitCandidates("eV keV MeV GeV TeV PeV"); - -// engsigmaCmd = new G4UIcmdWithADoubleAndUnit("/gps/sigmae",this); -// engsigmaCmd->SetGuidance("Sets the standard deviation for Gaussian energy dist.(obsolete!)"); -// engsigmaCmd->SetParameterName("Sigmae",false,false); -// engsigmaCmd->SetDefaultUnit("keV"); - // engsigmaCmd->SetUnitCandidates("eV keV MeV GeV TeV PeV"); - -// alphaCmd = new G4UIcmdWithADouble("/gps/alpha",this); -// alphaCmd->SetGuidance("Sets Alpha (index) for power-law energy dist(obsolete!)."); -// alphaCmd->SetParameterName("alpha",false,false); - -// tempCmd = new G4UIcmdWithADouble("/gps/temp",this); -// tempCmd->SetGuidance("Sets the temperature for Brem and BBody (in Kelvin)(obsolete!)"); -// tempCmd->SetParameterName("temp",false,false); - -// ezeroCmd = new G4UIcmdWithADouble("/gps/ezero",this); -// ezeroCmd->SetGuidance("Sets ezero exponential distributions (in MeV)(obsolete!)"); -// ezeroCmd->SetParameterName("ezero",false,false); -// -// gradientCmd = new G4UIcmdWithADouble("/gps/gradient",this); -// gradientCmd->SetGuidance("Sets the gradient for Lin distributions (in 1/MeV)(obsolete!)"); -// gradientCmd->SetParameterName("gradient",false,false); -// -// interceptCmd = new G4UIcmdWithADouble("/gps/intercept",this); -// interceptCmd->SetGuidance("Sets the intercept for Lin distributions (in MeV)(obsolete!)"); -// interceptCmd->SetParameterName("intercept",false,false); -// -// calculateCmd = new G4UIcmdWithoutParameter("/gps/calculate",this); -// calculateCmd->SetGuidance("Calculates distributions for Cdg and BBody(obsolete!)"); -// -// energyspecCmd = new G4UIcmdWithABool("/gps/energyspec",this); -// energyspecCmd->SetGuidance("True for energy and false for momentum spectra(obsolete!)"); -// energyspecCmd->SetParameterName("energyspec",true); -// energyspecCmd->SetDefaultValue(true); -// -// diffspecCmd = new G4UIcmdWithABool("/gps/diffspec",this); -// diffspecCmd->SetGuidance("True for differential and flase for integral spectra(obsolete!)"); -// diffspecCmd->SetParameterName("diffspec",true); -// diffspecCmd->SetDefaultValue(true); + applyEnergyWeightCmd1 = new G4UIcmdWithABool("/gps/ene/applyEneWeight",this); + applyEnergyWeightCmd1->SetGuidance("Apply energy weight."); + applyEnergyWeightCmd1->SetGuidance("- Instead of using the Arb type histogram for sampling the energy spectrum,"); + applyEnergyWeightCmd1->SetGuidance(" energy is sampled by Linear distribution, and the Arb type histogram is"); + applyEnergyWeightCmd1->SetGuidance(" used for the weight of the generated particle."); + applyEnergyWeightCmd1->SetGuidance("- \"/gps/ene/type LW\" automatically applies this command."); + applyEnergyWeightCmd1->SetGuidance("- If this command has to be explicitly used, \"/gps/ene/type\" distribution mush be Lin."); + applyEnergyWeightCmd1->SetParameterName("flag",true); + applyEnergyWeightCmd1->SetDefaultValue(true); // Biasing + histograms in general + // histDirectory = new G4UIdirectory("/gps/hist/"); histDirectory->SetGuidance("Histogram, biasing commands sub-directory"); @@ -822,68 +574,25 @@ G4GeneralParticleSourceMessenger::G4GeneralParticleSourceMessenger histpointCmd1 = new G4UIcmdWith3Vector("/gps/hist/point",this); histpointCmd1->SetGuidance("Allows user to define a histogram"); - histpointCmd1->SetGuidance("Enter: Ehi Weight"); + histpointCmd1->SetGuidance(" Enter: Ehi Weight"); histpointCmd1->SetParameterName("Ehi","Weight","Junk",true,true); histpointCmd1->SetRange("Ehi >= 0. && Weight >= 0."); histfileCmd1 = new G4UIcmdWithAString("/gps/hist/file",this); - histfileCmd1->SetGuidance("import the arb energy hist in an ASCII file"); + histfileCmd1->SetGuidance("Imports the arb energy hist in an ASCII file"); histfileCmd1->SetParameterName("HistFile",false,false); arbintCmd1 = new G4UIcmdWithAString("/gps/hist/inter",this); arbintCmd1->SetGuidance("Sets the interpolation method for arbitrary distribution."); + arbintCmd1->SetGuidance("Spline interpolation may not be applicable for some distributions."); arbintCmd1->SetParameterName("int",false,false); arbintCmd1->SetDefaultValue("Lin"); arbintCmd1->SetCandidates("Lin Log Exp Spline"); - - // old ones -// histnameCmd = new G4UIcmdWithAString("/gps/histname",this); -// histnameCmd->SetGuidance("Sets histogram type (obsolete!)"); -// histnameCmd->SetParameterName("HistType",false,false); -// histnameCmd->SetDefaultValue("biasx"); -// histnameCmd->SetCandidates("biasx biasy biasz biast biasp biase biaspt biaspp theta phi energy arb epn"); -// -// // re-set the histograms -// resethistCmd = new G4UIcmdWithAString("/gps/resethist",this); -// resethistCmd->SetGuidance("Re-Set the histogram (obsolete!)"); -// resethistCmd->SetParameterName("HistType",false,false); -// resethistCmd->SetDefaultValue("energy"); -// resethistCmd->SetCandidates("biasx biasy biasz biast biasp biase biaspt biaspp theta phi energy arb epn"); -// -// histpointCmd = new G4UIcmdWith3Vector("/gps/histpoint",this); -// histpointCmd->SetGuidance("Allows user to define a histogram (obsolete!)"); -// histpointCmd->SetGuidance("Enter: Ehi Weight"); -// histpointCmd->SetParameterName("Ehi","Weight","Junk",false,false); -// histpointCmd->SetRange("Ehi >= 0. && Weight >= 0."); -// -// arbintCmd = new G4UIcmdWithAString("/gps/arbint",this); -// arbintCmd->SetGuidance("Sets Arbitrary Interpolation type.(obsolete!) "); -// arbintCmd->SetParameterName("int",false,false); -// arbintCmd->SetDefaultValue("NULL"); -// arbintCmd->SetCandidates("Lin Log Exp Spline"); - } G4GeneralParticleSourceMessenger::~G4GeneralParticleSourceMessenger() { delete positionDirectory; -// delete typeCmd; -// delete shapeCmd; -// delete centreCmd; -// delete posrot1Cmd; -// delete posrot2Cmd; -// delete halfxCmd; -// delete halfyCmd; -// delete halfzCmd; -// delete radiusCmd; -// delete radius0Cmd; -// delete possigmarCmd; -// delete possigmaxCmd; -// delete possigmayCmd; -// delete paralpCmd; -// delete partheCmd; -// delete parphiCmd; -// delete confineCmd; delete typeCmd1; delete shapeCmd1; delete centreCmd1; @@ -903,18 +612,6 @@ G4GeneralParticleSourceMessenger::~G4GeneralParticleSourceMessenger() delete confineCmd1; delete angularDirectory; -// delete angtypeCmd; -// delete angrot1Cmd; -// delete angrot2Cmd; -// delete minthetaCmd; -// delete maxthetaCmd; -// delete minphiCmd; -// delete maxphiCmd; -// delete angsigmarCmd; -// delete angsigmaxCmd; -// delete angsigmayCmd; -// delete useuserangaxisCmd; -// delete surfnormCmd; delete angtypeCmd1; delete angrot1Cmd1; delete angrot2Cmd1; @@ -930,19 +627,6 @@ G4GeneralParticleSourceMessenger::~G4GeneralParticleSourceMessenger() delete surfnormCmd1; delete energyDirectory; -// delete energytypeCmd; -// delete eminCmd; -// delete emaxCmd; -// delete monoenergyCmd; -// delete engsigmaCmd; -// delete alphaCmd; -// delete tempCmd; -// delete ezeroCmd; -// delete gradientCmd; -// delete interceptCmd; -// delete calculateCmd; -// delete energyspecCmd; -// delete diffspecCmd; delete energytypeCmd1; delete eminCmd1; delete emaxCmd1; @@ -957,12 +641,9 @@ G4GeneralParticleSourceMessenger::~G4GeneralParticleSourceMessenger() delete calculateCmd1; delete energyspecCmd1; delete diffspecCmd1; + delete applyEnergyWeightCmd1; delete histDirectory; - //delete histnameCmd; - //delete resethistCmd; - //delete histpointCmd; - //delete arbintCmd; delete histnameCmd1; delete resethistCmd1; delete histpointCmd1; @@ -993,17 +674,18 @@ G4GeneralParticleSourceMessenger::~G4GeneralParticleSourceMessenger() delete flatsamplingCmd; delete gpsDirectory; - theInstance = 0; + theInstance = nullptr; } -#define CHECKPG() { if (fParticleGun==NULL) { \ - G4ExceptionDescription msg; \ - msg << "Command "<< command->GetCommandPath()<<"/";\ - msg<GetCommandName() << " used but no particle sources are set.";\ - msg <<" Add at least a source with: /gps/source/add.";\ - G4Exception("G4GeneralParticleSourceMessenger::SetNewValue","G4GPS003",\ - FatalException,msg); return;\ - } } +#define CHECKPG() { if (fParticleGun==nullptr) { \ + G4ExceptionDescription msg; \ + msg << "Command "<< command->GetCommandPath()<<"/";\ + msg << command->GetCommandName(); \ + msg << " used but no particle sources are set.";\ + msg <<" Add at least a source with: /gps/source/add.";\ + G4Exception("G4GeneralParticleSourceMessenger::SetNewValue","G4GPS003",\ + FatalException,msg); return;\ + } } void G4GeneralParticleSourceMessenger::SetNewValue(G4UIcommand *command, G4String newValues) { @@ -1317,38 +999,38 @@ void G4GeneralParticleSourceMessenger::SetNewValue(G4UIcommand *command, G4Strin // { // CHECKPG(); // if(histtype == "biasx") -// fParticleGun->GetBiasRndm()->SetXBias(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetBiasRndm()->SetXBias(histpointCmd->GetNew3VectorValue(newValues)); // if(histtype == "biasy") -// fParticleGun->GetBiasRndm()->SetYBias(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetBiasRndm()->SetYBias(histpointCmd->GetNew3VectorValue(newValues)); // if(histtype == "biasz") -// fParticleGun->GetBiasRndm()->SetZBias(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetBiasRndm()->SetZBias(histpointCmd->GetNew3VectorValue(newValues)); // if(histtype == "biast") -// fParticleGun->GetBiasRndm()->SetThetaBias(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetBiasRndm()->SetThetaBias(histpointCmd->GetNew3VectorValue(newValues)); // if(histtype == "biasp") -// fParticleGun->GetBiasRndm()->SetPhiBias(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetBiasRndm()->SetPhiBias(histpointCmd->GetNew3VectorValue(newValues)); // if(histtype == "biase") -// fParticleGun->GetBiasRndm()->SetEnergyBias(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetBiasRndm()->SetEnergyBias(histpointCmd->GetNew3VectorValue(newValues)); // if(histtype == "theta") -// fParticleGun->GetAngDist()->UserDefAngTheta(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetAngDist()->UserDefAngTheta(histpointCmd->GetNew3VectorValue(newValues)); // if(histtype == "phi") -// fParticleGun->GetAngDist()->UserDefAngPhi(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetAngDist()->UserDefAngPhi(histpointCmd->GetNew3VectorValue(newValues)); // if(histtype == "energy") -// fParticleGun->GetEneDist()->UserEnergyHisto(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetEneDist()->UserEnergyHisto(histpointCmd->GetNew3VectorValue(newValues)); // if(histtype == "arb") -// fParticleGun->GetEneDist()->ArbEnergyHisto(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetEneDist()->ArbEnergyHisto(histpointCmd->GetNew3VectorValue(newValues)); // if(histtype == "epn") -// fParticleGun->GetEneDist()->EpnEnergyHisto(histpointCmd->GetNew3VectorValue(newValues)); +// fParticleGun->GetEneDist()->EpnEnergyHisto(histpointCmd->GetNew3VectorValue(newValues)); // G4cout << " G4GeneralParticleSourceMessenger - Warning: The command is obsolete and will be removed soon. Please try to use the new structured commands!" << G4endl; // } // else if(command == resethistCmd) // { // CHECKPG(); // if(newValues == "theta" || newValues == "phi") { -// fParticleGun->GetAngDist()->ReSetHist(newValues); +// fParticleGun->GetAngDist()->ReSetHist(newValues); // } else if (newValues == "energy" || newValues == "arb" || newValues == "epn") { -// fParticleGun->GetEneDist()->ReSetHist(newValues); +// fParticleGun->GetEneDist()->ReSetHist(newValues); // } else { -// fParticleGun->GetBiasRndm()->ReSetHist(newValues); +// fParticleGun->GetBiasRndm()->ReSetHist(newValues); // } // G4cout << " G4GeneralParticleSourceMessenger - Warning:" << G4endl // << " The command is obsolete and will be removed soon." << G4endl @@ -1363,7 +1045,7 @@ void G4GeneralParticleSourceMessenger::SetNewValue(G4UIcommand *command, G4Strin // << " Please try to use the new structured commands!" << G4endl; // } // else - if( command==directionCmd ) + if( command==directionCmd ) { CHECKPG(); fParticleGun->GetAngDist()->SetAngDistType("planar"); @@ -1383,34 +1065,54 @@ void G4GeneralParticleSourceMessenger::SetNewValue(G4UIcommand *command, G4Strin } else if(command == verbosityCmd) { - fGPS->SetVerbosity(verbosityCmd->GetNewIntValue(newValues)); - //CHECKPG(); - //fParticleGun->SetVerbosity(verbosityCmd->GetNewIntValue(newValues)); + fGPS->SetVerbosity(verbosityCmd->GetNewIntValue(newValues)); + // CHECKPG(); + // fParticleGun->SetVerbosity(verbosityCmd->GetNewIntValue(newValues)); } else if( command==particleCmd ) { - if (newValues =="ion") { - fShootIon = true; - } else { - fShootIon = false; - G4ParticleDefinition* pd = particleTable->FindParticle(newValues); - if(pd != NULL) - { CHECKPG(); fParticleGun->SetParticleDefinition( pd ); } + if (newValues =="ion") + { + fShootIon = true; + } + else + { + fShootIon = false; + G4ParticleDefinition* pd = particleTable->FindParticle(newValues); + if(pd != nullptr) + { + CHECKPG(); + fParticleGun->SetParticleDefinition( pd ); + } } } else if( command==timeCmd ) - { CHECKPG(); fParticleGun->SetParticleTime(timeCmd->GetNewDoubleValue(newValues)); } + { + CHECKPG(); + fParticleGun->SetParticleTime(timeCmd->GetNewDoubleValue(newValues)); + } else if( command==polCmd ) - { CHECKPG(); fParticleGun->SetParticlePolarization(polCmd->GetNew3VectorValue(newValues)); } + { + CHECKPG(); + fParticleGun->SetParticlePolarization(polCmd->GetNew3VectorValue(newValues)); + } else if( command==numberCmd ) - { CHECKPG(); fParticleGun->SetNumberOfParticles(numberCmd->GetNewIntValue(newValues)); } + { + CHECKPG(); + fParticleGun->SetNumberOfParticles(numberCmd->GetNewIntValue(newValues)); + } else if( command==ionCmd ) - { IonCommand(newValues); } + { + IonCommand(newValues); + } else if( command==ionLvlCmd ) - { IonLvlCommand(newValues); } - else if( command==listCmd ){ - particleTable->DumpTable(); - } + { + IonLvlCommand(newValues); + } + else if( command==listCmd ) + { + particleTable->DumpTable(); + } else if( command==addsourceCmd ) { fGPS->AddaSource(addsourceCmd->GetNewDoubleValue(newValues)); @@ -1422,31 +1124,32 @@ void G4GeneralParticleSourceMessenger::SetNewValue(G4UIcommand *command, G4Strin else if( command==clearsourceCmd ) { fGPS->ClearAll(); - fParticleGun = 0; + fParticleGun = nullptr; } else if( command==getsourceCmd ) { G4cout << " Current source index:" << fGPS->GetCurrentSourceIndex() - << " ; Intensity:" << fGPS->GetCurrentSourceIntensity() << G4endl; + << " ; Intensity:" << fGPS->GetCurrentSourceIntensity() << G4endl; } else if( command==setsourceCmd ) { - //NOTE: This will also sets fParticleGun to the courrent source - // Not very clean, the GPS::SetCurrentSourceto will call: - // this::SetParticleSource( G4ParticleSource* ) - // The point is that GPS has no public API to get a source by - // index - //TODO: Can we add this API? - const G4int sn = setsourceCmd->GetNewIntValue(newValues); - if ( sn >= fGPS->GetNumberofSource() ) - { - G4ExceptionDescription msg; - msg << "Using command "<GetCommandPath()<<"/"<GetCommandName()<<" "<GetNumberofSource()<<" source(s) are defined."; - G4Exception("G4GeneralParticleSourceMessenger::SetNewValue","G4GPS005",FatalException,msg); - } - fGPS->SetCurrentSourceto(setsourceCmd->GetNewIntValue(newValues)); - + // NOTE: This will also sets fParticleGun to the courrent source + // Not very clean, the GPS::SetCurrentSourceto will call: + // SetParticleSource( G4ParticleSource* ) + // The point is that GPS has no public API to get a source by index + // TODO: Can we add this API? + const G4int sn = setsourceCmd->GetNewIntValue(newValues); + if ( sn >= fGPS->GetNumberofSource() ) + { + G4ExceptionDescription msg; + msg << "Using command " << setsourceCmd->GetCommandPath() << "/" + << setsourceCmd->GetCommandName() << " " << sn; + msg << " is invalid " << fGPS->GetNumberofSource() + << " source(s) are defined."; + G4Exception("G4GeneralParticleSourceMessenger::SetNewValue", + "G4GPS005", FatalException, msg); + } + fGPS->SetCurrentSourceto(setsourceCmd->GetNewIntValue(newValues)); } else if( command==setintensityCmd ) { @@ -1467,7 +1170,6 @@ void G4GeneralParticleSourceMessenger::SetNewValue(G4UIcommand *command, G4Strin // // new implementations // - // else if(command == typeCmd1) { CHECKPG(); @@ -1525,31 +1227,38 @@ void G4GeneralParticleSourceMessenger::SetNewValue(G4UIcommand *command, G4Strin } else if(command == possigmaxCmd1) { - CHECKPG(); fParticleGun->GetPosDist()->SetBeamSigmaInX(possigmaxCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetPosDist()->SetBeamSigmaInX(possigmaxCmd1->GetNewDoubleValue(newValues)); } else if(command == possigmayCmd1) { - CHECKPG(); fParticleGun->GetPosDist()->SetBeamSigmaInY(possigmayCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetPosDist()->SetBeamSigmaInY(possigmayCmd1->GetNewDoubleValue(newValues)); } else if(command == paralpCmd1) { - CHECKPG(); fParticleGun->GetPosDist()->SetParAlpha(paralpCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetPosDist()->SetParAlpha(paralpCmd1->GetNewDoubleValue(newValues)); } else if(command == partheCmd1) { - CHECKPG(); fParticleGun->GetPosDist()->SetParTheta(partheCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetPosDist()->SetParTheta(partheCmd1->GetNewDoubleValue(newValues)); } else if(command == parphiCmd1) { - CHECKPG(); fParticleGun->GetPosDist()->SetParPhi(parphiCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetPosDist()->SetParPhi(parphiCmd1->GetNewDoubleValue(newValues)); } else if(command == confineCmd1) { - CHECKPG(); fParticleGun->GetPosDist()->ConfineSourceToVolume(newValues); + CHECKPG(); + fParticleGun->GetPosDist()->ConfineSourceToVolume(newValues); } else if(command == angtypeCmd1) { - CHECKPG(); fParticleGun->GetAngDist()->SetAngDistType(newValues); + CHECKPG(); + fParticleGun->GetAngDist()->SetAngDistType(newValues); } else if(command == angrot1Cmd1) { @@ -1570,96 +1279,143 @@ void G4GeneralParticleSourceMessenger::SetNewValue(G4UIcommand *command, G4Strin } else if(command == minphiCmd1) { - CHECKPG(); fParticleGun->GetAngDist()->SetMinPhi(minphiCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetAngDist()->SetMinPhi(minphiCmd1->GetNewDoubleValue(newValues)); } else if(command == maxthetaCmd1) { - CHECKPG(); fParticleGun->GetAngDist()->SetMaxTheta(maxthetaCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetAngDist()->SetMaxTheta(maxthetaCmd1->GetNewDoubleValue(newValues)); } else if(command == maxphiCmd1) { - CHECKPG(); fParticleGun->GetAngDist()->SetMaxPhi(maxphiCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetAngDist()->SetMaxPhi(maxphiCmd1->GetNewDoubleValue(newValues)); } else if(command == angsigmarCmd1) { - CHECKPG(); fParticleGun->GetAngDist()->SetBeamSigmaInAngR(angsigmarCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetAngDist()->SetBeamSigmaInAngR(angsigmarCmd1->GetNewDoubleValue(newValues)); } else if(command == angsigmaxCmd1) { - CHECKPG(); fParticleGun->GetAngDist()->SetBeamSigmaInAngX(angsigmaxCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetAngDist()->SetBeamSigmaInAngX(angsigmaxCmd1->GetNewDoubleValue(newValues)); } else if(command == angsigmayCmd1) { - CHECKPG(); fParticleGun->GetAngDist()->SetBeamSigmaInAngY(angsigmayCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetAngDist()->SetBeamSigmaInAngY(angsigmayCmd1->GetNewDoubleValue(newValues)); } else if(command == angfocusCmd) { - CHECKPG(); fParticleGun->GetAngDist()->SetFocusPoint(angfocusCmd->GetNew3VectorValue(newValues)); + CHECKPG(); + fParticleGun->GetAngDist()->SetFocusPoint(angfocusCmd->GetNew3VectorValue(newValues)); } else if(command == useuserangaxisCmd1) { - CHECKPG(); fParticleGun->GetAngDist()->SetUseUserAngAxis(useuserangaxisCmd1->GetNewBoolValue(newValues)); + CHECKPG(); + fParticleGun->GetAngDist()->SetUseUserAngAxis(useuserangaxisCmd1->GetNewBoolValue(newValues)); } else if(command == surfnormCmd1) { - CHECKPG(); fParticleGun->GetAngDist()->SetUserWRTSurface(surfnormCmd1->GetNewBoolValue(newValues)); + CHECKPG(); + fParticleGun->GetAngDist()->SetUserWRTSurface(surfnormCmd1->GetNewBoolValue(newValues)); } else if(command == energytypeCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetEnergyDisType(newValues); + CHECKPG(); + if(newValues=="LW") + { + fParticleGun->GetEneDist()->SetEnergyDisType("Lin"); + fParticleGun->GetEneDist()->SetGradient(0.); + fParticleGun->GetEneDist()->SetInterCept(1.); + fParticleGun->GetEneDist()->ApplyEnergyWeight(true); + } + else + { + fParticleGun->GetEneDist()->SetEnergyDisType(newValues); + fParticleGun->GetEneDist()->ApplyEnergyWeight(false); + } } else if(command == eminCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetEmin(eminCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->SetEmin(eminCmd1->GetNewDoubleValue(newValues)); } else if(command == emaxCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetEmax(emaxCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->SetEmax(emaxCmd1->GetNewDoubleValue(newValues)); } else if(command == monoenergyCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetMonoEnergy(monoenergyCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->SetMonoEnergy(monoenergyCmd1->GetNewDoubleValue(newValues)); } else if(command == engsigmaCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetBeamSigmaInE(engsigmaCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->SetBeamSigmaInE(engsigmaCmd1->GetNewDoubleValue(newValues)); } else if(command == alphaCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetAlpha(alphaCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->SetAlpha(alphaCmd1->GetNewDoubleValue(newValues)); } else if(command == tempCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetTemp(tempCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->SetTemp(tempCmd1->GetNewDoubleValue(newValues)); } else if(command == ezeroCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetEzero(ezeroCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->SetEzero(ezeroCmd1->GetNewDoubleValue(newValues)); } else if(command == gradientCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetGradient(gradientCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->SetGradient(gradientCmd1->GetNewDoubleValue(newValues)); } else if(command == interceptCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetInterCept(interceptCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->SetInterCept(interceptCmd1->GetNewDoubleValue(newValues)); } else if(command == arbeintCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->SetBiasAlpha(arbeintCmd1->GetNewDoubleValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->SetBiasAlpha(arbeintCmd1->GetNewDoubleValue(newValues)); } else if(command == calculateCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->Calculate(); + CHECKPG(); + fParticleGun->GetEneDist()->Calculate(); } else if(command == energyspecCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->InputEnergySpectra(energyspecCmd1->GetNewBoolValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->InputEnergySpectra(energyspecCmd1->GetNewBoolValue(newValues)); } else if(command == diffspecCmd1) { - CHECKPG(); fParticleGun->GetEneDist()->InputDifferentialSpectra(diffspecCmd1->GetNewBoolValue(newValues)); + CHECKPG(); + fParticleGun->GetEneDist()->InputDifferentialSpectra(diffspecCmd1->GetNewBoolValue(newValues)); } + else if(command == applyEnergyWeightCmd1) + { + CHECKPG(); + auto eDisType = fParticleGun->GetEneDist()->GetEnergyDisType(); + if(eDisType != "Lin") + { + G4ExceptionDescription ed; + ed << "Energy distribution is defined as " << eDisType << ". /gps/ene/applyEneWeight is available only for Linear distribution."; + command->CommandFailed(ed); + return; + } + fParticleGun->GetEneDist()->ApplyEnergyWeight(applyEnergyWeightCmd1->GetNewBoolValue(newValues)); + } else if(command == histnameCmd1) { histtype = newValues; @@ -1667,47 +1423,53 @@ void G4GeneralParticleSourceMessenger::SetNewValue(G4UIcommand *command, G4Strin else if(command == histfileCmd1) { histtype = "arb"; - CHECKPG(); fParticleGun->GetEneDist()->ArbEnergyHistoFile(newValues); + CHECKPG(); + fParticleGun->GetEneDist()->ArbEnergyHistoFile(newValues); } else if(command == histpointCmd1) { CHECKPG(); if(histtype == "biasx") - fParticleGun->GetBiasRndm()->SetXBias(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetBiasRndm()->SetXBias(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "biasy") - fParticleGun->GetBiasRndm()->SetYBias(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetBiasRndm()->SetYBias(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "biasz") - fParticleGun->GetBiasRndm()->SetZBias(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetBiasRndm()->SetZBias(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "biast") - fParticleGun->GetBiasRndm()->SetThetaBias(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetBiasRndm()->SetThetaBias(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "biasp") - fParticleGun->GetBiasRndm()->SetPhiBias(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetBiasRndm()->SetPhiBias(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "biaspt") - fParticleGun->GetBiasRndm()->SetPosThetaBias(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetBiasRndm()->SetPosThetaBias(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "biaspp") - fParticleGun->GetBiasRndm()->SetPosPhiBias(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetBiasRndm()->SetPosPhiBias(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "biase") - fParticleGun->GetBiasRndm()->SetEnergyBias(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetBiasRndm()->SetEnergyBias(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "theta") - fParticleGun->GetAngDist()->UserDefAngTheta(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetAngDist()->UserDefAngTheta(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "phi") - fParticleGun->GetAngDist()->UserDefAngPhi(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetAngDist()->UserDefAngPhi(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "energy") - fParticleGun->GetEneDist()->UserEnergyHisto(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetEneDist()->UserEnergyHisto(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "arb") - fParticleGun->GetEneDist()->ArbEnergyHisto(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetEneDist()->ArbEnergyHisto(histpointCmd1->GetNew3VectorValue(newValues)); if(histtype == "epn") - fParticleGun->GetEneDist()->EpnEnergyHisto(histpointCmd1->GetNew3VectorValue(newValues)); + fParticleGun->GetEneDist()->EpnEnergyHisto(histpointCmd1->GetNew3VectorValue(newValues)); } else if(command == resethistCmd1) { CHECKPG(); - if(newValues == "theta" || newValues == "phi") { - fParticleGun->GetAngDist()->ReSetHist(newValues); - } else if (newValues == "energy" || newValues == "arb" || newValues == "epn") { - fParticleGun->GetEneDist()->ReSetHist(newValues); - } else { - fParticleGun->GetBiasRndm()->ReSetHist(newValues); + if(newValues == "theta" || newValues == "phi") + { + fParticleGun->GetAngDist()->ReSetHist(newValues); + } + else if (newValues == "energy" || newValues == "arb" || newValues == "epn") + { + fParticleGun->GetEneDist()->ReSetHist(newValues); + } + else + { + fParticleGun->GetBiasRndm()->ReSetHist(newValues); } } else if(command == arbintCmd1) @@ -1720,7 +1482,7 @@ void G4GeneralParticleSourceMessenger::SetNewValue(G4UIcommand *command, G4Strin } } -G4String G4GeneralParticleSourceMessenger::GetCurrentValue(G4UIcommand *) +G4String G4GeneralParticleSourceMessenger::GetCurrentValue(G4UIcommand*) { G4String cv; @@ -1753,24 +1515,24 @@ void G4GeneralParticleSourceMessenger::IonCommand(G4String newValues) G4String sQ = next(); if (sQ.isNull()) { - fIonCharge = fAtomicNumber; + fIonCharge = fAtomicNumber; } else { - fIonCharge = StoI(sQ); - sQ = next(); - if (sQ.isNull()) - { - fIonExciteEnergy = 0.0; - } - else - { - fIonExciteEnergy = StoD(sQ) * keV; - } + fIonCharge = StoI(sQ); + sQ = next(); + if (sQ.isNull()) + { + fIonExciteEnergy = 0.0; + } + else + { + fIonExciteEnergy = StoD(sQ) * keV; + } } - G4ParticleDefinition* ion; - ion = G4IonTable::GetIonTable()->GetIon( fAtomicNumber, fAtomicMass, fIonExciteEnergy); - if (ion==0) + G4ParticleDefinition* ion = G4IonTable::GetIonTable() + ->GetIon(fAtomicNumber, fAtomicMass, fIonExciteEnergy); + if (ion==nullptr) { G4ExceptionDescription ed; ed << "Ion with Z=" << fAtomicNumber; @@ -1800,34 +1562,44 @@ void G4GeneralParticleSourceMessenger::IonLvlCommand(G4String newValues) fAtomicNumberL = StoI(next()); fAtomicMassL = StoI(next()); G4String sQ = next(); - if (sQ.isNull()) { + if (sQ.isNull()) + { fIonChargeL = fAtomicNumberL; - } else { + } + else + { fIonChargeL = StoI(sQ); sQ = next(); - if (sQ.isNull()) { + if (sQ.isNull()) + { fIonEnergyLevel = 0; - } else { + } + else + { fIonEnergyLevel = StoI(sQ); } } - G4ParticleDefinition* ion; - ion = G4IonTable::GetIonTable()->GetIon(fAtomicNumberL, fAtomicMassL, fIonEnergyLevel); - if (ion == 0) { + G4ParticleDefinition* ion = G4IonTable::GetIonTable() + ->GetIon(fAtomicNumberL, fAtomicMassL, fIonEnergyLevel); + if (ion == nullptr) + { G4ExceptionDescription ed; ed << "Ion with Z=" << fAtomicNumberL; ed << " A=" << fAtomicMassL << " is not defined"; ionLvlCmd->CommandFailed(ed); - } else { + } + else + { fParticleGun->SetParticleDefinition(ion); fParticleGun->SetParticleCharge(fIonChargeL*eplus); } - } else { + } + else + { G4ExceptionDescription ed; ed << "Set /gps/particle to ion before using /gps/ionLvl command"; ionLvlCmd->CommandFailed(ed); } } - diff --git a/source/event/src/G4HEPEvtInterface.cc b/source/event/src/G4HEPEvtInterface.cc index cb1f8d75bf4..5ebb1a3fe03 100644 --- a/source/event/src/G4HEPEvtInterface.cc +++ b/source/event/src/G4HEPEvtInterface.cc @@ -23,9 +23,9 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4HEPEvtInterface class implementation // -// -// +// Author: Makoto Asai, 1997 // -------------------------------------------------------------------- #include "G4HEPEvtInterface.hh" @@ -40,49 +40,55 @@ #include "G4Event.hh" G4HEPEvtInterface::G4HEPEvtInterface(const char* evfile, G4int vl) -:vLevel(vl) + : vLevel(vl) { inputFile.open((char*)evfile); - if (inputFile.is_open()) { + if (inputFile.is_open()) + { fileName = evfile; - if(vl>0) G4cout << "G4HEPEvtInterface - " << fileName << " is open." << G4endl; + if(vl>0) + G4cout << "G4HEPEvtInterface - " << fileName << " is open." << G4endl; } - else { - G4Exception("G4HEPEvtInterface::G4HEPEvtInterface","Event0201",FatalException, - "G4HEPEvtInterface:: cannot open file."); + else + { + G4Exception("G4HEPEvtInterface::G4HEPEvtInterface","Event0201", + FatalException, "G4HEPEvtInterface:: cannot open file."); } G4ThreeVector zero; particle_position = zero; particle_time = 0.0; - } G4HEPEvtInterface::~G4HEPEvtInterface() -{;} +{ +} void G4HEPEvtInterface::GeneratePrimaryVertex(G4Event* evt) { G4int NHEP = 0; // number of entries - if (inputFile.is_open()) { + if (inputFile.is_open()) + { inputFile >> NHEP; } - else { - G4Exception("G4HEPEvtInterface::G4HEPEvtInterface","Event0201",FatalException, - "G4HEPEvtInterface:: cannot open file."); + else + { + G4Exception("G4HEPEvtInterface::G4HEPEvtInterface","Event0201", + FatalException, "G4HEPEvtInterface:: cannot open file."); } if( inputFile.eof() ) { - G4Exception("G4HEPEvtInterface::GeneratePrimaryVertex","Event0202", - RunMustBeAborted,"End-Of-File : HEPEvt input file -- no more event to read!"); + G4Exception("G4HEPEvtInterface::GeneratePrimaryVertex", "Event0202", + RunMustBeAborted, + "End-Of-File: HEPEvt input file -- no more event to read!"); return; } if(vLevel > 0) { - G4cout << "G4HEPEvtInterface - reading " << NHEP << " HEPEvt particles from " - << fileName << "." << G4endl; + G4cout << "G4HEPEvtInterface - reading " << NHEP + << " HEPEvt particles from " << fileName << "." << G4endl; } - for( G4int IHEP=0; IHEP> ISTHEP >> IDHEP >> JDAHEP1 >> JDAHEP2 - >> PHEP1 >> PHEP2 >> PHEP3 >> PHEP5; + >> PHEP1 >> PHEP2 >> PHEP3 >> PHEP5; if( inputFile.eof() ) { - G4Exception("G4HEPEvtInterface::GeneratePrimaryVertex","Event0203", - FatalException,"Unexpected End-Of-File in the middle of an event"); + G4Exception("G4HEPEvtInterface::GeneratePrimaryVertex", "Event0203", + FatalException, + "Unexpected End-Of-File in the middle of an event"); } if(vLevel > 1) { - G4cout << " " << ISTHEP << " " << IDHEP << " " << JDAHEP1 << " " << JDAHEP2 - << " " << PHEP1 << " " << PHEP2 << " " << PHEP3 << " " << PHEP5 - << G4endl; + G4cout << " " << ISTHEP << " " << IDHEP << " " << JDAHEP1 + << " " << JDAHEP2 << " " << PHEP1 << " " << PHEP2 + << " " << PHEP3 << " " << PHEP5 << G4endl; } - // create G4PrimaryParticle object - G4PrimaryParticle* particle - = new G4PrimaryParticle( IDHEP ); + // Create G4PrimaryParticle object + // + G4PrimaryParticle* particle = new G4PrimaryParticle( IDHEP ); particle->SetMass( PHEP5*GeV ); particle->SetMomentum(PHEP1*GeV, PHEP2*GeV, PHEP3*GeV ); - // create G4HEPEvtParticle object + // Create G4HEPEvtParticle object + // G4HEPEvtParticle* hepParticle = new G4HEPEvtParticle( particle, ISTHEP, JDAHEP1, JDAHEP2 ); // Store + // HPlist.push_back( hepParticle ); } - // check if there is at least one particle + // Check if there is at least one particle + // if( HPlist.size() == 0 ) return; - // make connection between daughter particles decayed from - // the same mother - for( size_t i=0; iGetJDAHEP1() > 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(); - for( G4int j=jda1; j<=jda2; j++ ) + for( G4int j=jda1; j<=jda2; ++j ) { G4PrimaryParticle* daughter = HPlist[j]->GetTheParticle(); if(HPlist[j]->GetISTHEP()>0) @@ -145,27 +155,31 @@ void G4HEPEvtInterface::GeneratePrimaryVertex(G4Event* evt) } } - // create G4PrimaryVertex object + // Create G4PrimaryVertex object + // G4PrimaryVertex* vertex = new G4PrimaryVertex(particle_position,particle_time); - // put initial particles to the vertex - for( size_t ii=0; iiGetISTHEP() > 0 ) // ISTHEP of daughters had been - // set to negative + // set to negative { G4PrimaryParticle* initialParticle = HPlist[ii]->GetTheParticle(); vertex->SetPrimary( initialParticle ); } } - // clear G4HEPEvtParticles - //HPlist.clearAndDestroy(); - for(size_t iii=0;iiiAddPrimaryVertex( vertex ); } - diff --git a/source/event/src/G4HEPEvtParticle.cc b/source/event/src/G4HEPEvtParticle.cc index e52de2d46cc..cc2015fcd61 100644 --- a/source/event/src/G4HEPEvtParticle.cc +++ b/source/event/src/G4HEPEvtParticle.cc @@ -23,25 +23,26 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4HEPEvtParticle class implementation // -// -// +// Author: Makoto Asai, 1997 +// -------------------------------------------------------------------- #include "G4HEPEvtParticle.hh" G4Allocator*& aHEPEvtParticleAllocator() { - G4ThreadLocalStatic G4Allocator* _instance = nullptr; - return _instance; + G4ThreadLocalStatic G4Allocator* _instance = nullptr; + return _instance; } G4HEPEvtParticle::G4HEPEvtParticle() - : theParticle(0), ISTHEP(1), JDAHEP1(1), JDAHEP2(1) { } -G4HEPEvtParticle::G4HEPEvtParticle(G4PrimaryParticle* pp, - G4int isthep, G4int jdahep1, G4int jdahep2) +G4HEPEvtParticle:: +G4HEPEvtParticle(G4PrimaryParticle* pp, + G4int isthep, G4int jdahep1, G4int jdahep2) : theParticle(pp),ISTHEP(isthep),JDAHEP1(jdahep1),JDAHEP2(jdahep2) { } diff --git a/source/event/src/G4MultiEventAction.cc b/source/event/src/G4MultiEventAction.cc index 7d7b1ad8144..36fff3a4341 100644 --- a/source/event/src/G4MultiEventAction.cc +++ b/source/event/src/G4MultiEventAction.cc @@ -23,17 +23,10 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4MultiEventAction class implementation // -// -//--------------------------------------------------------------- -// -// G4MultiEventAction.cc -// -// Created on: Jan 17, 2016 -// Author: adotti -// -// --------------------------------------------------------------- -// +// Author: Andrea Dotti, SLAC - 17.01.2016 +// -------------------------------------------------------------------- #include "G4MultiEventAction.hh" #include @@ -58,4 +51,3 @@ void G4MultiEventAction::EndOfEventAction(const G4Event* evt) [evt](G4UserEventActionUPtr& e) { e->EndOfEventAction(evt); } ); } - diff --git a/source/event/src/G4ParticleGun.cc b/source/event/src/G4ParticleGun.cc index 0afab2f4baf..979dcd8e49b 100644 --- a/source/event/src/G4ParticleGun.cc +++ b/source/event/src/G4ParticleGun.cc @@ -23,10 +23,11 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4ParticleGun class implementation // -// +// Author: Makoto Asai, 1997 +// -------------------------------------------------------------------- -// G4ParticleGun #include "G4ParticleGun.hh" #include "G4SystemOfUnits.hh" #include "G4PrimaryParticle.hh" @@ -45,8 +46,8 @@ G4ParticleGun::G4ParticleGun(G4int numberofparticles) NumberOfParticlesToBeGenerated = numberofparticles; } -G4ParticleGun::G4ParticleGun - (G4ParticleDefinition * particleDef, G4int numberofparticles) +G4ParticleGun::G4ParticleGun(G4ParticleDefinition* particleDef, + G4int numberofparticles) { SetInitialValues(); NumberOfParticlesToBeGenerated = numberofparticles; @@ -73,48 +74,25 @@ G4ParticleGun::~G4ParticleGun() delete theMessenger; } -//G4ParticleGun::G4ParticleGun(const G4ParticleGun& /*right*/) -//:G4VPrimaryGenerator() -//{ G4Exception( -// "G4ParticleGun::G4ParticleGun","Event0191",FatalException, -// "G4ParticleGun : Copy constructor should not be used."); } -// -//const G4ParticleGun& G4ParticleGun::operator=(const G4ParticleGun& right) -//{ G4Exception( -// "G4ParticleGun::operator=","Event0192",FatalException, -// "G4ParticleGun : Equal operator should not be used."); -// return right; } -// -//G4bool G4ParticleGun::operator==(const G4ParticleGun& /*right*/) const -//{ G4Exception( -// "G4ParticleGun::operator==","Event0193",FatalException, -// "G4ParticleGun : == operator should not be used."); -// return true; } -// -//G4bool G4ParticleGun::operator!=(const G4ParticleGun& /*right*/) const -//{ G4Exception( -// "G4ParticleGun::operator!=","Event0193",FatalException, -// "G4ParticleGun : != operator should not be used."); -// return false; } - -void G4ParticleGun::SetParticleDefinition - (G4ParticleDefinition * aParticleDefinition) +void G4ParticleGun:: +SetParticleDefinition(G4ParticleDefinition* aParticleDefinition) { - if(!aParticleDefinition) + if(aParticleDefinition == nullptr) { - G4Exception("G4ParticleGun::SetParticleDefinition()","Event0101", - FatalException,"Null pointer is given."); + G4Exception("G4ParticleGun::SetParticleDefinition()", "Event0101", + FatalException, "Null pointer is given."); } if(aParticleDefinition->IsShortLived()) { - if(!(aParticleDefinition->GetDecayTable())) + if(aParticleDefinition->GetDecayTable() == nullptr) { G4ExceptionDescription ED; - ED << "G4ParticleGun does not support shooting a short-lived particle without a valid decay table." << G4endl; + ED << "G4ParticleGun does not support shooting a short-lived " + << "particle without a valid decay table." << G4endl; ED << "G4ParticleGun::SetParticleDefinition for " << aParticleDefinition->GetParticleName() << " is ignored." << G4endl; - G4Exception("G4ParticleGun::SetParticleDefinition()","Event0102", - JustWarning,ED); + G4Exception("G4ParticleGun::SetParticleDefinition()", "Event0102", + JustWarning, ED); return; } } @@ -122,20 +100,24 @@ void G4ParticleGun::SetParticleDefinition particle_charge = particle_definition->GetPDGCharge(); if(particle_momentum>0.0) { - G4double mass = particle_definition->GetPDGMass(); + G4double mass = particle_definition->GetPDGMass(); particle_energy = - std::sqrt(particle_momentum*particle_momentum+mass*mass)-mass; + std::sqrt(particle_momentum*particle_momentum+mass*mass)-mass; } } void G4ParticleGun::SetParticleEnergy(G4double aKineticEnergy) { particle_energy = aKineticEnergy; - if(particle_momentum>0.0){ - if(particle_definition){ + if(particle_momentum>0.0) + { + if(particle_definition != nullptr) + { G4cout << "G4ParticleGun::" << particle_definition->GetParticleName() << G4endl; - }else{ + } + else + { G4cout << "G4ParticleGun::" << " " << G4endl; } G4cout << " was defined in terms of Momentum: " @@ -148,11 +130,15 @@ void G4ParticleGun::SetParticleEnergy(G4double aKineticEnergy) void G4ParticleGun::SetParticleMomentum(G4double aMomentum) { - if(particle_energy>0.0){ - if(particle_definition){ + if(particle_energy>0.0) + { + if(particle_definition != nullptr) + { G4cout << "G4ParticleGun::" << particle_definition->GetParticleName() << G4endl; - }else{ + } + else + { G4cout << "G4ParticleGun::" << " " << G4endl; } G4cout << " was defined in terms of KineticEnergy: " @@ -160,29 +146,34 @@ void G4ParticleGun::SetParticleMomentum(G4double aMomentum) G4cout << " is now defined in terms Momentum: " << aMomentum/GeV << "GeV/c" << G4endl; } - if(!particle_definition) + if(particle_definition == nullptr) { - G4cout <<"Particle Definition not defined yet for G4ParticleGun"<< G4endl; - G4cout <<"Zero Mass is assumed"<GetPDGMass(); + G4double mass = particle_definition->GetPDGMass(); particle_momentum = aMomentum; particle_energy = - std::sqrt(particle_momentum*particle_momentum+mass*mass)-mass; + std::sqrt(particle_momentum*particle_momentum+mass*mass)-mass; } } void G4ParticleGun::SetParticleMomentum(G4ParticleMomentum aMomentum) { - if(particle_energy>0.0){ - if(particle_definition){ + if(particle_energy>0.0) + { + if(particle_definition != nullptr) + { G4cout << "G4ParticleGun::" << particle_definition->GetParticleName() << G4endl; - }else{ + } + else + { G4cout << "G4ParticleGun::" << " " << G4endl; } G4cout << " was defined in terms of KineticEnergy: " @@ -190,11 +181,12 @@ void G4ParticleGun::SetParticleMomentum(G4ParticleMomentum aMomentum) G4cout << " is now defined in terms Momentum: " << aMomentum.mag()/GeV << "GeV/c" << G4endl; } - if(!particle_definition) + if(particle_definition == nullptr) { - G4cout <<"Particle Definition not defined yet for G4ParticleGun"<< G4endl; - G4cout <<"Zero Mass is assumed"<GetPDGMass(); particle_momentum = aMomentum.mag(); - particle_momentum_direction = aMomentum.unit(); + particle_momentum_direction = aMomentum.unit(); particle_energy = - std::sqrt(particle_momentum*particle_momentum+mass*mass)-mass; + std::sqrt(particle_momentum*particle_momentum+mass*mass)-mass; } } void G4ParticleGun::GeneratePrimaryVertex(G4Event* evt) { - if(!particle_definition) + if(particle_definition == nullptr) { G4ExceptionDescription ED; ED << "Particle definition is not defined." << G4endl; - ED << "G4ParticleGun::SetParticleDefinition() has to be invoked beforehand." << G4endl; - G4Exception("G4ParticleGun::GeneratePrimaryVertex()","Event0109", - FatalException, ED); + ED << "G4ParticleGun::SetParticleDefinition() has to be invoked beforehand." + << G4endl; + G4Exception("G4ParticleGun::GeneratePrimaryVertex()", "Event0109", + FatalException, ED); return; } - // create a new vertex + // Create a new vertex + // G4PrimaryVertex* vertex = new G4PrimaryVertex(particle_position,particle_time); - // create new primaries and set them to the vertex + // Create new primaries and set them to the vertex + // G4double mass = particle_definition->GetPDGMass(); - for( G4int i=0; iSetKineticEnergy( particle_energy ); @@ -234,12 +230,9 @@ void G4ParticleGun::GeneratePrimaryVertex(G4Event* evt) particle->SetMomentumDirection( particle_momentum_direction ); particle->SetCharge( particle_charge ); particle->SetPolarization(particle_polarization.x(), - particle_polarization.y(), - particle_polarization.z()); + particle_polarization.y(), + particle_polarization.z()); vertex->SetPrimary( particle ); } - evt->AddPrimaryVertex( vertex ); } - - diff --git a/source/event/src/G4ParticleGunMessenger.cc b/source/event/src/G4ParticleGunMessenger.cc index 5d2d79608d3..006dd1a138f 100644 --- a/source/event/src/G4ParticleGunMessenger.cc +++ b/source/event/src/G4ParticleGunMessenger.cc @@ -23,8 +23,10 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4ParticleGunMessenger class implementation // -// +// Author: Makoto Asai, 1997 +// -------------------------------------------------------------------- #include "G4ParticleGunMessenger.hh" #include "G4SystemOfUnits.hh" @@ -42,11 +44,10 @@ #include "G4UIcmdWithAnInteger.hh" #include "G4ios.hh" #include "G4Tokenizer.hh" +#include "G4IonTable.hh" -G4ParticleGunMessenger::G4ParticleGunMessenger(G4ParticleGun * fPtclGun) - :fParticleGun(fPtclGun),fShootIon(false), - fAtomicNumber(0),fAtomicMass(0),fIonCharge(0),fIonExciteEnergy(0.0), - fIonFloatingLevelBase('\0'),fIonEnergyLevel(0) +G4ParticleGunMessenger::G4ParticleGunMessenger(G4ParticleGun* fPtclGun) + : fParticleGun(fPtclGun) { particleTable = G4ParticleTable::GetParticleTable(); @@ -69,7 +70,7 @@ G4ParticleGunMessenger::G4ParticleGunMessenger(G4ParticleGun * fPtclGun) while( (*itr)() ) { G4ParticleDefinition* pd = itr->value(); - if( !(pd->IsShortLived()) || pd->GetDecayTable() ) + if( !(pd->IsShortLived()) || pd->GetDecayTable() != nullptr ) { candidateList += pd->GetParticleName(); candidateList += " "; @@ -80,7 +81,7 @@ G4ParticleGunMessenger::G4ParticleGunMessenger(G4ParticleGun * fPtclGun) directionCmd = new G4UIcmdWith3Vector("/gun/direction",this); directionCmd->SetGuidance("Set momentum direction."); - directionCmd->SetGuidance("Direction needs not to be a unit vector."); + directionCmd->SetGuidance(" Direction needs not to be a unit vector."); directionCmd->SetParameterName("ex","ey","ez",true,true); directionCmd->SetRange("ex != 0 || ey != 0 || ez != 0"); @@ -92,15 +93,16 @@ G4ParticleGunMessenger::G4ParticleGunMessenger(G4ParticleGun * fPtclGun) //energyCmd->SetUnitCandidates("eV keV MeV GeV TeV"); momCmd = new G4UIcmdWith3VectorAndUnit("/gun/momentum",this); - momCmd->SetGuidance("Set momentum. This command is equivalent to two commands /gun/direction and /gun/momentumAmp"); + momCmd->SetGuidance("Set momentum. This command is equivalent to two commands"); + momCmd->SetGuidance(" /gun/direction and /gun/momentumAmp"); momCmd->SetParameterName("px","py","pz",true,true); momCmd->SetRange("px != 0 || py != 0 || pz != 0"); momCmd->SetDefaultUnit("GeV"); momAmpCmd = new G4UIcmdWithADoubleAndUnit("/gun/momentumAmp",this); momAmpCmd->SetGuidance("Set absolute value of momentum."); - momAmpCmd->SetGuidance("Direction should be set by /gun/direction command."); - momAmpCmd->SetGuidance("This command should be used alternatively with /gun/energy."); + momAmpCmd->SetGuidance(" Direction should be set by /gun/direction command."); + momAmpCmd->SetGuidance(" This command should be used alternatively with /gun/energy."); momAmpCmd->SetParameterName("Momentum",true,true); momAmpCmd->SetDefaultUnit("GeV"); @@ -108,15 +110,15 @@ G4ParticleGunMessenger::G4ParticleGunMessenger(G4ParticleGun * fPtclGun) positionCmd->SetGuidance("Set starting position of the particle."); positionCmd->SetParameterName("X","Y","Z",true,true); positionCmd->SetDefaultUnit("cm"); - //positionCmd->SetUnitCategory("Length"); - //positionCmd->SetUnitCandidates("microm mm cm m km"); + // positionCmd->SetUnitCategory("Length"); + // positionCmd->SetUnitCandidates("microm mm cm m km"); timeCmd = new G4UIcmdWithADoubleAndUnit("/gun/time",this); timeCmd->SetGuidance("Set initial time of the particle."); timeCmd->SetParameterName("t0",true,true); timeCmd->SetDefaultUnit("ns"); - //timeCmd->SetUnitCategory("Time"); - //timeCmd->SetUnitCandidates("ns ms s"); + // timeCmd->SetUnitCategory("Time"); + // timeCmd->SetUnitCandidates("ns ms s"); polCmd = new G4UIcmdWith3Vector("/gun/polarization",this); polCmd->SetGuidance("Set polarization."); @@ -154,10 +156,10 @@ G4ParticleGunMessenger::G4ParticleGunMessenger(G4ParticleGun * fPtclGun) ionCmd->SetParameter(param); ionLvlCmd = new G4UIcommand("/gun/ionL",this); - ionLvlCmd->SetGuidance("THIS COMMAND IS DEPRECATED and will be removed in release 10.5."); - ionLvlCmd->SetGuidance("Use /gun/ion instead."); - ionLvlCmd->SetGuidance("Set properties of ion to be generated."); - ionLvlCmd->SetGuidance("[usage] /gun/ionL Z A [Q I]"); + ionLvlCmd->SetGuidance("THIS COMMAND IS DEPRECATED and will be removed in future releases."); + ionLvlCmd->SetGuidance(" Use /gun/ion instead."); + ionLvlCmd->SetGuidance(" Set properties of ion to be generated."); + ionLvlCmd->SetGuidance(" [usage] /gun/ionL Z A [Q I]"); ionLvlCmd->SetGuidance(" Z:(int) AtomicNumber"); ionLvlCmd->SetGuidance(" A:(int) AtomicMass"); ionLvlCmd->SetGuidance(" Q:(int) Charge of Ion (in unit of e)"); @@ -175,7 +177,8 @@ G4ParticleGunMessenger::G4ParticleGunMessenger(G4ParticleGun * fPtclGun) paraml->SetDefaultValue("0"); ionLvlCmd->SetParameter(paraml); - // set initial value to G4ParticleGun + // Set initial value to G4ParticleGun + // fParticleGun->SetParticleDefinition( G4Geantino::Geantino() ); fParticleGun->SetParticleMomentumDirection( G4ThreeVector(1.0,0.0,0.0) ); fParticleGun->SetParticleEnergy( 1.0*GeV ); @@ -200,20 +203,30 @@ G4ParticleGunMessenger::~G4ParticleGunMessenger() delete gunDirectory; } -void G4ParticleGunMessenger::SetNewValue(G4UIcommand * command,G4String newValues) +void G4ParticleGunMessenger:: +SetNewValue(G4UIcommand* command, G4String newValues) { G4ExceptionDescription ed; - if (command==listCmd) { + if (command==listCmd) + { particleTable->DumpTable(); - } else if (command==particleCmd) { - if (newValues =="ion") { + } + else if (command==particleCmd) + { + if (newValues =="ion") + { fShootIon = true; - } else { + } + else + { fShootIon = false; G4ParticleDefinition* pd = particleTable->FindParticle(newValues); - if(pd != 0) { + if(pd != nullptr) + { fParticleGun->SetParticleDefinition( pd ); - } else { + } + else + { ed << "Particle [" << newValues << "] is not found."; command->CommandFailed(ed); } @@ -237,9 +250,12 @@ void G4ParticleGunMessenger::SetNewValue(G4UIcommand * command,G4String newValue { fParticleGun->SetNumberOfParticles(numberCmd->GetNewIntValue(newValues)); } else if( command==ionCmd ) { - if (fShootIon) { + if (fShootIon) + { IonCommand(newValues); - } else { + } + else + { ed << "Set /gun/particle to ion before using /gun/ion command"; command->CommandFailed(ed); } @@ -247,20 +263,24 @@ void G4ParticleGunMessenger::SetNewValue(G4UIcommand * command,G4String newValue else if( command==ionLvlCmd ) { G4ExceptionDescription depWarn; - depWarn << "\nCommand /gun/ionL is deprecated and will be removed in release 10.5.\n" + depWarn << "\nCommand /gun/ionL is deprecated and will be removed in future releases.\n" << "Use /gun/ion instead.\n"; - G4Exception("G4ParticleGunMessenger::SetNewValue","IonLWarn",JustWarning,depWarn); + G4Exception("G4ParticleGunMessenger::SetNewValue", "IonLWarn", + JustWarning, depWarn); - if (fShootIon) { + if (fShootIon) + { IonLevelCommand(newValues); - } else { + } + else + { ed << "Set /gun/particle to ion before using /gun/ion command"; command->CommandFailed(ed); } } } -G4String G4ParticleGunMessenger::GetCurrentValue(G4UIcommand * command) +G4String G4ParticleGunMessenger::GetCurrentValue(G4UIcommand* command) { G4String cv; @@ -280,7 +300,10 @@ G4String G4ParticleGunMessenger::GetCurrentValue(G4UIcommand * command) { G4double mom = fParticleGun->GetParticleMomentum(); if(mom == 0.) - { G4cerr << " G4ParticleGun: was defined in terms of kinetic energy." << G4endl; } + { + G4cerr << " G4ParticleGun: was defined in terms of kinetic energy." + << G4endl; + } else { if( command==momCmd ) @@ -299,53 +322,67 @@ G4String G4ParticleGunMessenger::GetCurrentValue(G4UIcommand * command) { cv = numberCmd->ConvertToString(fParticleGun->GetNumberOfParticles()); } else if( command==ionCmd ) { - if (fShootIon) { + if (fShootIon) + { cv = ItoS(fAtomicNumber) + " " + ItoS(fAtomicMass) + " "; cv += ItoS(fIonCharge); - } else { + } + else + { cv = ""; } } return cv; } -#include "G4IonTable.hh" - -void G4ParticleGunMessenger::IonLevelCommand(G4String newValues) +void G4ParticleGunMessenger::IonLevelCommand(const G4String& newValues) { G4Tokenizer next( newValues ); - // check argument + + // Check argument + // fAtomicNumber = StoI(next()); fAtomicMass = StoI(next()); G4String sQ = next(); - if (sQ.isNull() || StoI(sQ)<0) { + if (sQ.isNull() || StoI(sQ)<0) + { fIonCharge = fAtomicNumber; - } else { + } + else + { fIonCharge = StoI(sQ); } sQ = next(); - if (sQ.isNull()) { + if (sQ.isNull()) + { fIonEnergyLevel = 0; - } else { + } + else + { fIonEnergyLevel = StoI(sQ); } - G4ParticleDefinition* ion = 0; - ion = G4IonTable::GetIonTable()->GetIon(fAtomicNumber,fAtomicMass,fIonEnergyLevel); - if (ion == 0) { + G4ParticleDefinition* ion = G4IonTable::GetIonTable() + ->GetIon(fAtomicNumber,fAtomicMass,fIonEnergyLevel); + if (ion == nullptr) + { G4ExceptionDescription ed; ed << "Ion with Z = " << fAtomicNumber << ", A = " << fAtomicMass << ", I = " << fIonEnergyLevel << " is not defined "; ionLvlCmd->CommandFailed(ed); - } else { + } + else + { fParticleGun->SetParticleDefinition(ion); fParticleGun->SetParticleCharge(fIonCharge*eplus); } } -void G4ParticleGunMessenger::IonCommand(G4String newValues) +void G4ParticleGunMessenger::IonCommand(const G4String& newValues) { G4Tokenizer next( newValues ); - // check argument + + // Check argument + // fAtomicNumber = StoI(next()); fAtomicMass = StoI(next()); fIonCharge = fAtomicNumber; @@ -366,20 +403,21 @@ void G4ParticleGunMessenger::IonCommand(G4String newValues) if (sQ.isNull()||sQ=="noFloat") { fIonFloatingLevelBase = '\0'; } else - { fIonFloatingLevelBase = sQ[(size_t)0]; } + { fIonFloatingLevelBase = sQ[(std::size_t)0]; } } } - G4ParticleDefinition* ion = 0; - ion = G4IonTable::GetIonTable()->GetIon( fAtomicNumber, fAtomicMass, - fIonExciteEnergy, fIonFloatingLevelBase); - if (ion==0) { + G4ParticleDefinition* ion = G4IonTable::GetIonTable() + ->GetIon(fAtomicNumber,fAtomicMass,fIonExciteEnergy,fIonFloatingLevelBase); + if (ion==nullptr) + { G4ExceptionDescription ed; ed << "Ion with Z=" << fAtomicNumber; ed << " A=" << fAtomicMass << "is not defined"; ionCmd->CommandFailed(ed); - } else { + } + else + { fParticleGun->SetParticleDefinition(ion); fParticleGun->SetParticleCharge(fIonCharge*eplus); } } - diff --git a/source/event/src/G4PrimaryTransformer.cc b/source/event/src/G4PrimaryTransformer.cc index 42c0af667e4..76da00adf98 100644 --- a/source/event/src/G4PrimaryTransformer.cc +++ b/source/event/src/G4PrimaryTransformer.cc @@ -23,8 +23,10 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4PrimaryTransformer class implementation // -// +// Author: Makoto Asai, 1999 +// -------------------------------------------------------------------- #include "G4PrimaryTransformer.hh" #include "G4SystemOfUnits.hh" @@ -40,43 +42,41 @@ #include "Randomize.hh" G4PrimaryTransformer::G4PrimaryTransformer() -:verboseLevel(0),trackID(0), - unknown(nullptr),unknownParticleDefined(false), - opticalphoton(nullptr),opticalphotonDefined(false), - nWarn(0) { particleTable = G4ParticleTable::GetParticleTable(); CheckUnknown(); } G4PrimaryTransformer::~G4PrimaryTransformer() -{;} +{ +} void G4PrimaryTransformer::CheckUnknown() { unknown = particleTable->FindParticle("unknown"); - if(unknown) + if(unknown != nullptr) { unknownParticleDefined = true; } else { unknownParticleDefined = false; } opticalphoton = particleTable->FindParticle("opticalphoton"); - if(opticalphoton) + if(opticalphoton != nullptr) { opticalphotonDefined = true; } else { opticalphotonDefined = false; } } -G4TrackVector* G4PrimaryTransformer::GimmePrimaries(G4Event* anEvent,G4int trackIDCounter) +G4TrackVector* +G4PrimaryTransformer::GimmePrimaries(G4Event* anEvent, G4int trackIDCounter) { trackID = trackIDCounter; - //TV.clearAndDestroy(); for(auto tr : TV) delete tr; TV.clear(); - //Loop over vertices + // Loop over vertices + // G4PrimaryVertex* nextVertex = anEvent->GetPrimaryVertex(); - while(nextVertex) // Loop checking 12.28.2015 M.Asai + while(nextVertex != nullptr) // Loop checking 12.28.2015 M.Asai { GenerateTracks(nextVertex); nextVertex = nextVertex->GetNext(); @@ -93,9 +93,12 @@ void G4PrimaryTransformer::GenerateTracks(G4PrimaryVertex* primaryVertex) G4double WV = primaryVertex->GetWeight(); #ifdef G4VERBOSE - if(verboseLevel>2) { + if(verboseLevel>2) + { primaryVertex->Print(); - } else if (verboseLevel==1) { + } + else if (verboseLevel==1) + { G4cout << "G4PrimaryTransformer::PrimaryVertex (" << X0 / mm << "(mm)," << Y0 / mm << "(mm)," @@ -105,21 +108,21 @@ void G4PrimaryTransformer::GenerateTracks(G4PrimaryVertex* primaryVertex) #endif G4PrimaryParticle* primaryParticle = primaryVertex->GetPrimary(); - while( primaryParticle != 0 ) // Loop checking 12.28.2015 M.Asai + while( primaryParticle != nullptr ) // Loop checking 12.28.2015 M.Asai { GenerateSingleTrack( primaryParticle, X0, Y0, Z0, T0, WV ); primaryParticle = primaryParticle->GetNext(); } } -void G4PrimaryTransformer::GenerateSingleTrack - (G4PrimaryParticle* primaryParticle, - G4double x0,G4double y0,G4double z0,G4double t0,G4double wv) +void G4PrimaryTransformer:: +GenerateSingleTrack( G4PrimaryParticle* primaryParticle, + G4double x0, G4double y0, G4double z0, + G4double t0, G4double wv) { G4ParticleDefinition* partDef = GetDefinition(primaryParticle); if(!IsGoodForTrack(partDef)) - // The particle cannot be converted to G4Track, check daughters - { + { // The particle cannot be converted to G4Track, check daughters #ifdef G4VERBOSE if(verboseLevel>2) { @@ -128,37 +131,39 @@ void G4PrimaryTransformer::GenerateSingleTrack } #endif G4PrimaryParticle* daughter = primaryParticle->GetDaughter(); - while(daughter) // Loop checking 12.28.2015 M.Asai + while(daughter != nullptr) // Loop checking 12.28.2015 M.Asai { GenerateSingleTrack(daughter,x0,y0,z0,t0,wv); daughter = daughter->GetNext(); } } - - // The particle is defined in GEANT4 - else + else // The particle is defined in GEANT4 { // Create G4DynamicParticle object #ifdef G4VERBOSE if(verboseLevel>1) { G4cout << "Primary particle (" << partDef->GetParticleName() - << ") --- Transfered with momentum " << primaryParticle->GetMomentum() + << ") --- Transfered with momentum " + << primaryParticle->GetMomentum() << G4endl; } #endif G4DynamicParticle* DP = new G4DynamicParticle(partDef, - primaryParticle->GetMomentumDirection(), - primaryParticle->GetKineticEnergy()); - if(opticalphotonDefined && partDef==opticalphoton && primaryParticle->GetPolarization().mag2()==0.) + primaryParticle->GetMomentumDirection(), + primaryParticle->GetKineticEnergy()); + if(opticalphotonDefined && partDef==opticalphoton + && primaryParticle->GetPolarization().mag2()==0.) { if(nWarn<10) { - G4Exception("G4PrimaryTransformer::GenerateSingleTrack","ZeroPolarization",JustWarning, - "Polarization of the optical photon is null. Random polarization is assumed."); + G4Exception("G4PrimaryTransformer::GenerateSingleTrack", + "ZeroPolarization", JustWarning, + "Polarization of the optical photon is null.\ + Random polarization is assumed."); G4cerr << "This warning message is issued up to 10 times." << G4endl; - nWarn++; + ++nWarn; } G4double angle = G4UniformRand() * 360.0*deg; @@ -171,7 +176,8 @@ void G4PrimaryTransformer::GenerateSingleTrack if (modul2 > 0.) e_perpend = (1./std::sqrt(modul2))*product; G4ThreeVector e_paralle = e_perpend.cross(kphoton); - G4ThreeVector polar = std::cos(angle)*e_paralle + std::sin(angle)*e_perpend; + G4ThreeVector polar = std::cos(angle)*e_paralle + + std::sin(angle)*e_perpend; DP->SetPolarization(polar.x(),polar.y(),polar.z()); } else @@ -181,68 +187,91 @@ void G4PrimaryTransformer::GenerateSingleTrack primaryParticle->GetPolZ()); } if(primaryParticle->GetProperTime()>=0.0) - { DP->SetPreAssignedDecayProperTime(primaryParticle->GetProperTime()); } + { + DP->SetPreAssignedDecayProperTime(primaryParticle->GetProperTime()); + } // Set Mass if it is specified + // G4double pmas = primaryParticle->GetMass(); - if(pmas>=0.) - { DP->SetMass(pmas); } + if(pmas>=0.) { DP->SetMass(pmas); } // Set Charge if it is specified - if (primaryParticle->GetCharge()GetAtomicNumber() <0) { - DP->SetCharge(primaryParticle->GetCharge()); - } else { - // ions - G4int iz = partDef->GetAtomicNumber(); - G4int iq = static_cast(primaryParticle->GetCharge()/eplus); - G4int n_e = iz - iq; - if (n_e>0) DP->AddElectron(0,n_e); - } + // + if (primaryParticle->GetCharge()GetAtomicNumber() <0) + { + DP->SetCharge(primaryParticle->GetCharge()); + } + else // ions + { + G4int iz = partDef->GetAtomicNumber(); + G4int iq = static_cast(primaryParticle->GetCharge()/eplus); + G4int n_e = iz - iq; + if (n_e>0) DP->AddElectron(0,n_e); + } } // Set decay products to the DynamicParticle + // SetDecayProducts( primaryParticle, DP ); + // Set primary particle + // DP->SetPrimaryParticle(primaryParticle); + // Set PDG code if it is different from G4ParticleDefinition + // if(partDef->GetPDGEncoding()==0 && primaryParticle->GetPDGcode()!=0) { DP->SetPDGcode(primaryParticle->GetPDGcode()); } + // Check the particle is properly constructed + // if(!CheckDynamicParticle(DP)) { delete DP; return; } + // Create G4Track object + // G4Track* track = new G4Track(DP,t0,G4ThreeVector(x0,y0,z0)); + // Set trackID and let primary particle know it - trackID++; + // + ++trackID; track->SetTrackID(trackID); primaryParticle->SetTrackID(trackID); + // Set parentID to 0 as a primary particle + // track->SetParentID(0); + // Set weight ( vertex weight * particle weight ) + // track->SetWeight(wv*(primaryParticle->GetWeight())); + // Store it to G4TrackVector + // TV.push_back( track ); - } } -void G4PrimaryTransformer::SetDecayProducts - (G4PrimaryParticle* mother, G4DynamicParticle* motherDP) +void G4PrimaryTransformer:: +SetDecayProducts(G4PrimaryParticle* mother, G4DynamicParticle* motherDP) { G4PrimaryParticle* daughter = mother->GetDaughter(); - if(!daughter) return; - G4DecayProducts* decayProducts = (G4DecayProducts*)(motherDP->GetPreAssignedDecayProducts() ); - if(!decayProducts) + if(daughter == nullptr) return; + G4DecayProducts* decayProducts + = (G4DecayProducts*)(motherDP->GetPreAssignedDecayProducts() ); + if(decayProducts == nullptr) { decayProducts = new G4DecayProducts(*motherDP); motherDP->SetPreAssignedDecayProducts(decayProducts); } - while(daughter) + while(daughter != nullptr) { G4ParticleDefinition* partDef = GetDefinition(daughter); if(!IsGoodForTrack(partDef)) @@ -266,23 +295,39 @@ void G4PrimaryTransformer::SetDecayProducts << G4endl; } #endif - G4DynamicParticle*DP + G4DynamicParticle* DP = new G4DynamicParticle(partDef,daughter->GetMomentum()); DP->SetPrimaryParticle(daughter); + // Decay proper time for daughter + // if(daughter->GetProperTime()>=0.0) - { DP->SetPreAssignedDecayProperTime(daughter->GetProperTime()); } - // Set Charge is specified - if (daughter->GetCharge()SetPreAssignedDecayProperTime(daughter->GetProperTime()); + } + + // Set Charge and Mass is specified + // + if (daughter->GetCharge()SetCharge(daughter->GetCharge()); } G4double pmas = daughter->GetMass(); if(pmas>=0.) - { DP->SetMass(pmas); } - DP->SetPolarization(daughter->GetPolX(),daughter->GetPolY(),daughter->GetPolZ()); + { + DP->SetMass(pmas); + } + + // Set Polarization + // + DP->SetPolarization(daughter->GetPolX(), + daughter->GetPolY(), + daughter->GetPolZ()); decayProducts->PushProducts(DP); SetDecayProducts(daughter,DP); + // Check the particle is properly constructed + // if(!CheckDynamicParticle(DP)) { delete DP; @@ -297,43 +342,58 @@ void G4PrimaryTransformer::SetUnknnownParticleDefined(G4bool vl) { unknownParticleDefined = vl; if(unknownParticleDefined && !unknown) - { G4cerr << "unknownParticleDefined cannot be set true because G4UnknownParticle is not defined in the physics list." - << G4endl << "Command ignored." << G4endl; + { + G4cerr << "unknownParticleDefined cannot be set true because" << G4endl + << "G4UnknownParticle is not defined in the physics list." << G4endl + << "Command ignored." << G4endl; unknownParticleDefined = false; } } -G4bool G4PrimaryTransformer::CheckDynamicParticle(G4DynamicParticle*DP) +G4bool G4PrimaryTransformer::CheckDynamicParticle(G4DynamicParticle* DP) { if(IsGoodForTrack(DP->GetDefinition())) return true; - G4DecayProducts* decayProducts = (G4DecayProducts*)(DP->GetPreAssignedDecayProducts()); - if(decayProducts && decayProducts->entries()>0) return true; + G4DecayProducts* decayProducts + = (G4DecayProducts*)(DP->GetPreAssignedDecayProducts()); + if(decayProducts != nullptr && decayProducts->entries()>0) return true; G4cerr << G4endl - << "G4PrimaryTransformer: a shortlived primary particle is found" << G4endl - << " without any valid decay table nor pre-assigned decay mode." << G4endl; - G4Exception("G4PrimaryTransformer","InvalidPrimary",JustWarning, + << "G4PrimaryTransformer: a shortlived primary particle is found" + << G4endl + << " without any valid decay table nor pre-assigned decay mode." + << G4endl; + G4Exception("G4PrimaryTransformer", "InvalidPrimary", JustWarning, "This primary particle will be ignored."); return false; } -G4ParticleDefinition* G4PrimaryTransformer::GetDefinition(G4PrimaryParticle*pp) +G4ParticleDefinition* +G4PrimaryTransformer::GetDefinition(G4PrimaryParticle* pp) { G4ParticleDefinition* partDef = pp->GetG4code(); - if(!partDef) partDef = particleTable->FindParticle(pp->GetPDGcode()); - if(unknownParticleDefined && ((!partDef)||partDef->IsShortLived())) partDef = unknown; + if(partDef == nullptr) + { + partDef = particleTable->FindParticle(pp->GetPDGcode()); + } + if(unknownParticleDefined && ((!partDef)||partDef->IsShortLived())) + { + partDef = unknown; + } return partDef; } G4bool G4PrimaryTransformer::IsGoodForTrack(G4ParticleDefinition* pd) { - if(!pd) + if(pd == nullptr) { return false; } else 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()) + // + // 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) { return true; } + return false; } - diff --git a/source/event/src/G4RayShooter.cc b/source/event/src/G4RayShooter.cc index a688d8a66d2..087cc8ad7ff 100644 --- a/source/event/src/G4RayShooter.cc +++ b/source/event/src/G4RayShooter.cc @@ -23,8 +23,10 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4RayShooter class implementation // -// +// Author: Makoto Asai, 2000 +// -------------------------------------------------------------------- #include "G4RayShooter.hh" #include "G4SystemOfUnits.hh" @@ -34,7 +36,6 @@ #include "G4ParticleDefinition.hh" #include "globals.hh" - G4RayShooter::G4RayShooter() { SetInitialValues(); @@ -42,12 +43,10 @@ G4RayShooter::G4RayShooter() void G4RayShooter::SetInitialValues() { - particle_definition = 0; G4ThreeVector zero; particle_momentum_direction = (G4ParticleMomentum)zero; particle_energy = 1.0*GeV; particle_position = zero; - particle_time = 0.0; particle_polarization = zero; } @@ -55,38 +54,37 @@ G4RayShooter::~G4RayShooter() { } -void G4RayShooter::Shoot(G4Event* evt,G4ThreeVector vtx,G4ThreeVector direc) +void G4RayShooter::Shoot(G4Event* evt,G4ThreeVector vtx, G4ThreeVector direc) { - if(!particle_definition) + if(particle_definition == nullptr) { G4ParticleTable* particleTable = G4ParticleTable::GetParticleTable(); G4String particleName; particle_definition = particleTable->FindParticle(particleName="geantino"); - if(!particle_definition) + if(particle_definition == nullptr) { G4String msg; - msg = " G4RayTracer uses geantino to trace the ray, but your physics list does not\n"; + msg = "G4RayTracer uses geantino to trace the ray, but your physics list does not\n"; msg += "define G4Geantino. Please add G4Geantino in your physics list."; - G4Exception("G4RayShooter::Shoot","RayTracer001",FatalException,msg); + G4Exception("G4RayShooter::Shoot()", "RayTracer001", FatalException, msg); } } - // create a new vertex + // Create a new vertex + // G4PrimaryVertex* vertex = new G4PrimaryVertex(vtx,particle_time); - // create new primaries and set them to the vertex + // Create new primaries and set them to the vertex + // G4double mass = particle_definition->GetPDGMass(); - G4PrimaryParticle* particle = - new G4PrimaryParticle(particle_definition); + G4PrimaryParticle* particle = new G4PrimaryParticle(particle_definition); particle->SetKineticEnergy( particle_energy ); particle->SetMass( mass ); particle->SetMomentumDirection( direc ); particle->SetPolarization(particle_polarization.x(), - particle_polarization.y(), - particle_polarization.z()); + particle_polarization.y(), + particle_polarization.z()); vertex->SetPrimary( particle ); evt->AddPrimaryVertex( vertex ); } - - diff --git a/source/event/src/G4SPSAngDistribution.cc b/source/event/src/G4SPSAngDistribution.cc index e7c2d7d6dbb..f7a5ecf5cdb 100644 --- a/source/event/src/G4SPSAngDistribution.cc +++ b/source/event/src/G4SPSAngDistribution.cc @@ -23,37 +23,20 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4SPSAngDistribution.cc -// -// Version: 1.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -/////////////////////////////////////////////////////////////////////////////// -// -// -// CHANGE HISTORY -// -------------- -// -// -// Version 1.0, 05/02/2004, Fan Lei, Created. -// Based on the G4GeneralParticleSource class in Geant4 v6.0 -// -/////////////////////////////////////////////////////////////////////////////// +// G4SPSAngDistribution class implementation // +// Author: Fan Lei, QinetiQ ltd. - 05/02/2004 +// Customer: ESA/ESTEC +// Revisions: Andrea Dotti, SLAC +// -------------------------------------------------------------------- #include "G4SPSAngDistribution.hh" #include "Randomize.hh" #include "G4PhysicalConstants.hh" - G4SPSAngDistribution::G4SPSAngDistribution() - : Theta(0.), Phi(0.), posDist(0),angRndm(0) + : Theta(0.), Phi(0.) { // Angular distribution Variables G4ThreeVector zero; @@ -76,8 +59,8 @@ G4SPSAngDistribution::G4SPSAngDistribution() UserAngRef = false; IPDFThetaExist = false; IPDFPhiExist = false; - verbosityLevel = 0 ; - + verbosityLevel = 0; + G4MUTEXINIT(mutex); } @@ -86,30 +69,36 @@ G4SPSAngDistribution::~G4SPSAngDistribution() G4MUTEXDESTROY(mutex); } -// -void G4SPSAngDistribution::SetAngDistType(G4String atype) +void G4SPSAngDistribution::SetAngDistType(const G4String& atype) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); if(atype != "iso" && atype != "cos" && atype != "user" && atype != "planar" && atype != "beam1d" && atype != "beam2d" && atype != "focused") - G4cout << "Error, distribution must be iso, cos, planar, beam1d, beam2d, focused or user" << G4endl; + { + G4cout << "Error, distribution must be iso, cos, planar, beam1d, beam2d, focused or user" + << G4endl; + } else + { AngDistType = atype; - if (AngDistType == "cos") MaxTheta = pi/2. ; - if (AngDistType == "user") { - UDefThetaH = IPDFThetaH = ZeroPhysVector ; - IPDFThetaExist = false ; - UDefPhiH = IPDFPhiH = ZeroPhysVector ; - IPDFPhiExist = false ; + } + if (AngDistType == "cos") { MaxTheta = pi/2.; } + if (AngDistType == "user") + { + UDefThetaH = IPDFThetaH = ZeroPhysVector; + IPDFThetaExist = false; + UDefPhiH = IPDFPhiH = ZeroPhysVector; + IPDFPhiExist = false; } } -void G4SPSAngDistribution::DefineAngRefAxes(G4String refname, G4ThreeVector ref) +void G4SPSAngDistribution::DefineAngRefAxes(const G4String& refname, + const G4ThreeVector& ref) { - G4AutoLock l(&mutex); - if(refname == "angref1") + G4AutoLock l(&mutex); + if (refname == "angref1") AngRef1 = ref.unit(); // x' - else if(refname == "angref2") + else if (refname == "angref2") AngRef2 = ref.unit(); // vector in x'y' plane // User defines x' (AngRef1) and a vector in the x'y' @@ -121,134 +110,164 @@ void G4SPSAngDistribution::DefineAngRefAxes(G4String refname, G4ThreeVector ref) AngRef2 = AngRef3.cross(AngRef1); // y' UserAngRef = true ; if(verbosityLevel == 2) - { - G4cout << "Angular distribution rotation axes " << AngRef1 << " " << AngRef2 << " " << AngRef3 << G4endl; - } + { + G4cout << "Angular distribution rotation axes " << AngRef1 + << " " << AngRef2 << " " << AngRef3 << G4endl; + } } void G4SPSAngDistribution::SetMinTheta(G4double mint) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); MinTheta = mint; } void G4SPSAngDistribution::SetMinPhi(G4double minp) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); MinPhi = minp; } void G4SPSAngDistribution::SetMaxTheta(G4double maxt) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); MaxTheta = maxt; } void G4SPSAngDistribution::SetMaxPhi(G4double maxp) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); MaxPhi = maxp; } void G4SPSAngDistribution::SetBeamSigmaInAngR(G4double r) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); DR = r; } void G4SPSAngDistribution::SetBeamSigmaInAngX(G4double r) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); DX = r; } void G4SPSAngDistribution::SetBeamSigmaInAngY(G4double r) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); DY = r; } -void G4SPSAngDistribution::SetParticleMomentumDirection(G4ParticleMomentum aMomentumDirection) +void G4SPSAngDistribution:: +SetParticleMomentumDirection(const G4ParticleMomentum& aMomentumDirection) { - G4AutoLock l(&mutex); - particle_momentum_direction = aMomentumDirection.unit(); - + G4AutoLock l(&mutex); + particle_momentum_direction = aMomentumDirection.unit(); } void G4SPSAngDistribution::SetPosDistribution(G4SPSPosDistribution* a) { - G4AutoLock l(&mutex); - posDist = a; + G4AutoLock l(&mutex); + posDist = a; } void G4SPSAngDistribution::SetBiasRndm(G4SPSRandomGenerator* a) { - G4AutoLock l(&mutex); - angRndm = a; + G4AutoLock l(&mutex); + angRndm = a; } void G4SPSAngDistribution::SetVerbosity(G4int a) { - G4AutoLock l(&mutex); - verbosityLevel = a; + G4AutoLock l(&mutex); + verbosityLevel = a; } - -void G4SPSAngDistribution::UserDefAngTheta(G4ThreeVector input) +void G4SPSAngDistribution::UserDefAngTheta(const G4ThreeVector& input) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); if(UserDistType == "NULL") UserDistType = "theta"; if(UserDistType == "phi") UserDistType = "both"; G4double thi, val; thi = input.x(); val = input.y(); - if(verbosityLevel >= 1) - G4cout << "In UserDefAngTheta" << G4endl; + if(verbosityLevel >= 1) G4cout << "In UserDefAngTheta" << G4endl; UDefThetaH.InsertValues(thi, val); } -G4String G4SPSAngDistribution::GetDistType() { G4AutoLock l(&mutex); return AngDistType;} -G4double G4SPSAngDistribution::GetMinTheta() { G4AutoLock l(&mutex); return MinTheta; } -G4double G4SPSAngDistribution::GetMaxTheta() { G4AutoLock l(&mutex); return MaxTheta; } -G4double G4SPSAngDistribution::GetMinPhi() { G4AutoLock l(&mutex); return MinPhi; } -G4double G4SPSAngDistribution::GetMaxPhi() { G4AutoLock l(&mutex); return MaxPhi; } -G4ThreeVector G4SPSAngDistribution::GetDirection() { G4AutoLock l(&mutex); return particle_momentum_direction; } +G4String G4SPSAngDistribution::GetDistType() +{ + G4AutoLock l(&mutex); + return AngDistType; +} -void G4SPSAngDistribution::UserDefAngPhi(G4ThreeVector input) +G4double G4SPSAngDistribution::GetMinTheta() { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); + return MinTheta; +} + +G4double G4SPSAngDistribution::GetMaxTheta() +{ + G4AutoLock l(&mutex); + return MaxTheta; +} + +G4double G4SPSAngDistribution::GetMinPhi() +{ + G4AutoLock l(&mutex); + return MinPhi; +} + +G4double G4SPSAngDistribution::GetMaxPhi() +{ + G4AutoLock l(&mutex); + return MaxPhi; +} + +G4ThreeVector G4SPSAngDistribution::GetDirection() +{ + G4AutoLock l(&mutex); + return particle_momentum_direction; +} + +void G4SPSAngDistribution::UserDefAngPhi(const G4ThreeVector& input) +{ + G4AutoLock l(&mutex); if(UserDistType == "NULL") UserDistType = "phi"; if(UserDistType == "theta") UserDistType = "both"; G4double phhi, val; phhi = input.x(); val = input.y(); - if(verbosityLevel >= 1) - G4cout << "In UserDefAngPhi" << G4endl; + if(verbosityLevel >= 1) G4cout << "In UserDefAngPhi" << G4endl; UDefPhiH.InsertValues(phhi, val); } -void G4SPSAngDistribution::SetFocusPoint(G4ThreeVector input) +void G4SPSAngDistribution::SetFocusPoint(const G4ThreeVector& input) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); FocusPoint = input; } void G4SPSAngDistribution::SetUserWRTSurface(G4bool wrtSurf) { - G4AutoLock l(&mutex); - // This is only applied in user mode? + G4AutoLock l(&mutex); + // if UserWRTSurface = true then the user wants momenta with respect // to the surface normals. // When doing this theta has to be 0-90 only otherwise there will be // errors, which currently are flagged anywhere. + // UserWRTSurface = wrtSurf; } void G4SPSAngDistribution::SetUseUserAngAxis(G4bool userang) { - G4AutoLock l(&mutex); + G4AutoLock l(&mutex); + // if UserAngRef = true the angular distribution is defined wrt - // the user defined co-ordinates + // the user defined coordinates + // UserAngRef = userang; } @@ -257,28 +276,32 @@ void G4SPSAngDistribution::GenerateBeamFlux(G4ParticleMomentum& mom) G4double theta, phi; G4double px, py, pz; if (AngDistType == "beam1d") + { + theta = G4RandGauss::shoot(0.0,DR); + phi = twopi * G4UniformRand(); + } + else + { + px = G4RandGauss::shoot(0.0,DX); + py = G4RandGauss::shoot(0.0,DY); + theta = std::sqrt (px*px + py*py); + if (theta != 0.) { - theta = G4RandGauss::shoot(0.0,DR); - phi = twopi * G4UniformRand(); + phi = std::acos(px/theta); + if ( py < 0.) phi = -phi; } - else + else { - px = G4RandGauss::shoot(0.0,DX); - py = G4RandGauss::shoot(0.0,DY); - theta = std::sqrt (px*px + py*py); - if (theta != 0.) { - phi = std::acos(px/theta); - if ( py < 0.) phi = -phi; - } else { - phi = 0.0; - } + phi = 0.0; } + } px = -std::sin(theta) * std::cos(phi); py = -std::sin(theta) * std::sin(phi); pz = -std::cos(theta); - G4double finx, finy, finz ; - finx = px, finy =py, finz =pz; - if (UserAngRef){ + G4double finx, finy, finz; + finx=px, finy=py, finz=pz; + if (UserAngRef) + { // Apply Angular Rotation Matrix // x * AngRef1, y * AngRef2 and z * AngRef3 finx = (px * AngRef1.x()) + (py * AngRef2.x()) + (pz * AngRef3.x()); @@ -293,31 +316,38 @@ void G4SPSAngDistribution::GenerateBeamFlux(G4ParticleMomentum& mom) mom.setY(finy); mom.setZ(finz); - // particle_momentum_direction now holds unit momentum vector. + // particle_momentum_direction now holds unit momentum vector + if(verbosityLevel >= 1) + { G4cout << "Generating beam vector: " << mom << G4endl; + } } void G4SPSAngDistribution::GenerateFocusedFlux(G4ParticleMomentum& mom) { mom = (FocusPoint - posDist->GetParticlePos()).unit(); - // + // particle_momentum_direction now holds unit momentum vector. + if(verbosityLevel >= 1) + { G4cout << "Generating focused vector: " << mom << G4endl; + } } void G4SPSAngDistribution::GenerateIsotropicFlux(G4ParticleMomentum& mom) { // generates isotropic flux. // No vectors are needed. + G4double rndm, rndm2; G4double px, py, pz; - // G4double sintheta, sinphi,costheta,cosphi; rndm = angRndm->GenRandTheta(); - costheta = std::cos(MinTheta) - rndm * (std::cos(MinTheta) - std::cos(MaxTheta)); + costheta = std::cos(MinTheta) - rndm * (std::cos(MinTheta) + - std::cos(MaxTheta)); sintheta = std::sqrt(1. - costheta*costheta); rndm2 = angRndm->GenRandPhi(); @@ -329,33 +359,50 @@ void G4SPSAngDistribution::GenerateIsotropicFlux(G4ParticleMomentum& mom) py = -sintheta * sinphi; pz = -costheta; - // for volume and ponit source use mother or user defined co-ordinates - // for plane and surface source user surface-normal or userdefined co-ordinates + // For volume and point source use mother or user defined coordinates + // for plane and surface source user surface-normal or user-defined + // coordinates // G4double finx, finy, finz; - if (posDist->GetSourcePosType() == "Point" || posDist->GetSourcePosType() == "Volume") { - if (UserAngRef){ + if (posDist->GetSourcePosType() == "Point" + || posDist->GetSourcePosType() == "Volume") + { + if (UserAngRef) + { // Apply Rotation Matrix // x * AngRef1, y * AngRef2 and z * AngRef3 finx = (px * AngRef1.x()) + (py * AngRef2.x()) + (pz * AngRef3.x()); finy = (px * AngRef1.y()) + (py * AngRef2.y()) + (pz * AngRef3.y()); finz = (px * AngRef1.z()) + (py * AngRef2.z()) + (pz * AngRef3.z()); - } else { + } + else + { finx = px; finy = py; finz = pz; } - } else { // for plane and surface source - if (UserAngRef){ + } + else + { // for plane and surface source + if (UserAngRef) + { // Apply Rotation Matrix // x * AngRef1, y * AngRef2 and z * AngRef3 finx = (px * AngRef1.x()) + (py * AngRef2.x()) + (pz * AngRef3.x()); finy = (px * AngRef1.y()) + (py * AngRef2.y()) + (pz * AngRef3.y()); finz = (px * AngRef1.z()) + (py * AngRef2.z()) + (pz * AngRef3.z()); - } else { - finx = (px*posDist->GetSideRefVec1().x()) + (py*posDist->GetSideRefVec2().x()) + (pz*posDist->GetSideRefVec3().x()); - finy = (px*posDist->GetSideRefVec1().y()) + (py*posDist->GetSideRefVec2().y()) + (pz*posDist->GetSideRefVec3().y()); - finz = (px*posDist->GetSideRefVec1().z()) + (py*posDist->GetSideRefVec2().z()) + (pz*posDist->GetSideRefVec3().z()); + } + else + { + finx = (px*posDist->GetSideRefVec1().x()) + + (py*posDist->GetSideRefVec2().x()) + + (pz*posDist->GetSideRefVec3().x()); + finy = (px*posDist->GetSideRefVec1().y()) + + (py*posDist->GetSideRefVec2().y()) + + (pz*posDist->GetSideRefVec3().y()); + finz = (px*posDist->GetSideRefVec1().z()) + + (py*posDist->GetSideRefVec2().z()) + + (pz*posDist->GetSideRefVec3().z()); } } G4double ResMag = std::sqrt((finx*finx) + (finy*finy) + (finz*finz)); @@ -368,20 +415,25 @@ void G4SPSAngDistribution::GenerateIsotropicFlux(G4ParticleMomentum& mom) mom.setZ(finz); // particle_momentum_direction now holds unit momentum vector. + if(verbosityLevel >= 1) + { G4cout << "Generating isotropic vector: " << mom << G4endl; + } } void G4SPSAngDistribution::GenerateCosineLawFlux(G4ParticleMomentum& mom) { // Method to generate flux distributed with a cosine law + G4double px, py, pz; G4double rndm, rndm2; - // + G4double sintheta, sinphi,costheta,cosphi; rndm = angRndm->GenRandTheta(); - sintheta = std::sqrt( rndm * (std::sin(MaxTheta)*std::sin(MaxTheta) - std::sin(MinTheta)*std::sin(MinTheta) ) - +std::sin(MinTheta)*std::sin(MinTheta) ); + sintheta = std::sqrt( rndm * (std::sin(MaxTheta)*std::sin(MaxTheta) + - std::sin(MinTheta)*std::sin(MinTheta) ) + + std::sin(MinTheta)*std::sin(MinTheta) ); costheta = std::sqrt(1. -sintheta*sintheta); rndm2 = angRndm->GenRandPhi(); @@ -393,31 +445,48 @@ void G4SPSAngDistribution::GenerateCosineLawFlux(G4ParticleMomentum& mom) py = -sintheta * sinphi; pz = -costheta; - // for volume and ponit source use mother or user defined co-ordinates - // for plane and surface source user surface-normal or userdefined co-ordinates + // for volume and point source use mother or user defined coordinates + // for plane and surface source user surface-normal or userdefined + // coordinates // G4double finx, finy, finz; - if (posDist->GetSourcePosType() == "Point" || posDist->GetSourcePosType() == "Volume") { - if (UserAngRef){ + if (posDist->GetSourcePosType() == "Point" + || posDist->GetSourcePosType() == "Volume") + { + if (UserAngRef) + { // Apply Rotation Matrix finx = (px * AngRef1.x()) + (py * AngRef2.x()) + (pz * AngRef3.x()); finy = (px * AngRef1.y()) + (py * AngRef2.y()) + (pz * AngRef3.y()); finz = (px * AngRef1.z()) + (py * AngRef2.z()) + (pz * AngRef3.z()); - } else { + } + else + { finx = px; finy = py; finz = pz; } - } else { // for plane and surface source - if (UserAngRef){ + } + else + { // for plane and surface source + if (UserAngRef) + { // Apply Rotation Matrix finx = (px * AngRef1.x()) + (py * AngRef2.x()) + (pz * AngRef3.x()); finy = (px * AngRef1.y()) + (py * AngRef2.y()) + (pz * AngRef3.y()); finz = (px * AngRef1.z()) + (py * AngRef2.z()) + (pz * AngRef3.z()); - } else { - finx = (px*posDist->GetSideRefVec1().x()) + (py*posDist->GetSideRefVec2().x()) + (pz*posDist->GetSideRefVec3().x()); - finy = (px*posDist->GetSideRefVec1().y()) + (py*posDist->GetSideRefVec2().y()) + (pz*posDist->GetSideRefVec3().y()); - finz = (px*posDist->GetSideRefVec1().z()) + (py*posDist->GetSideRefVec2().z()) + (pz*posDist->GetSideRefVec3().z()); + } + else + { + finx = (px*posDist->GetSideRefVec1().x()) + + (py*posDist->GetSideRefVec2().x()) + + (pz*posDist->GetSideRefVec3().x()); + finy = (px*posDist->GetSideRefVec1().y()) + + (py*posDist->GetSideRefVec2().y()) + + (pz*posDist->GetSideRefVec3().y()); + finz = (px*posDist->GetSideRefVec1().z()) + + (py*posDist->GetSideRefVec2().z()) + + (pz*posDist->GetSideRefVec3().z()); } } G4double ResMag = std::sqrt((finx*finx) + (finy*finy) + (finz*finz)); @@ -430,10 +499,11 @@ void G4SPSAngDistribution::GenerateCosineLawFlux(G4ParticleMomentum& mom) mom.setZ(finz); // particle_momentum_direction now contains unit momentum vector. + if(verbosityLevel >= 1) - { - G4cout << "Resultant cosine-law unit momentum vector " << mom << G4endl; - } + { + G4cout << "Resultant cosine-law unit momentum vector " << mom << G4endl; + } } void G4SPSAngDistribution::GeneratePlanarFlux(G4ParticleMomentum& mom) @@ -441,10 +511,11 @@ void G4SPSAngDistribution::GeneratePlanarFlux(G4ParticleMomentum& mom) // particle_momentum_direction now contains unit momentum vector. // nothing need be done here as the m-directions have been set directly // under this option + if(verbosityLevel >= 1) - { - G4cout << "Resultant Planar wave momentum vector " << mom << G4endl; - } + { + G4cout << "Resultant Planar wave momentum vector " << mom << G4endl; + } } void G4SPSAngDistribution::GenerateUserDefFlux(G4ParticleMomentum& mom) @@ -452,52 +523,69 @@ void G4SPSAngDistribution::GenerateUserDefFlux(G4ParticleMomentum& mom) G4double rndm, px, py, pz, pmag; if(UserDistType == "NULL") + { G4cout << "Error: UserDistType undefined" << G4endl; - else if(UserDistType == "theta") { + } + else if(UserDistType == "theta") + { Theta = 10.; while(Theta > MaxTheta || Theta < MinTheta) + { Theta = GenerateUserDefTheta(); + } Phi = 10.; - while(Phi > MaxPhi || Phi < MinPhi) { + while(Phi > MaxPhi || Phi < MinPhi) + { rndm = angRndm->GenRandPhi(); Phi = twopi * rndm; } } - else if(UserDistType == "phi") { + else if(UserDistType == "phi") + { Theta = 10.; while(Theta > MaxTheta || Theta < MinTheta) - { - rndm = angRndm->GenRandTheta(); - Theta = std::acos(1. - (2. * rndm)); - } + { + rndm = angRndm->GenRandTheta(); + Theta = std::acos(1. - (2. * rndm)); + } Phi = 10.; while(Phi > MaxPhi || Phi < MinPhi) + { Phi = GenerateUserDefPhi(); + } } else if(UserDistType == "both") + { + Theta = 10.; + while(Theta > MaxTheta || Theta < MinTheta) { - Theta = 10.; - while(Theta > MaxTheta || Theta < MinTheta) - Theta = GenerateUserDefTheta(); - Phi = 10.; - while(Phi > MaxPhi || Phi < MinPhi) - Phi = GenerateUserDefPhi(); + Theta = GenerateUserDefTheta(); } + Phi = 10.; + while(Phi > MaxPhi || Phi < MinPhi) + { + Phi = GenerateUserDefPhi(); + } + } px = -std::sin(Theta) * std::cos(Phi); py = -std::sin(Theta) * std::sin(Phi); pz = -std::cos(Theta); pmag = std::sqrt((px*px) + (py*py) + (pz*pz)); - if(!UserWRTSurface) { + if(!UserWRTSurface) + { G4double finx, finy, finz; - if (UserAngRef) { + if (UserAngRef) + { // Apply Rotation Matrix // x * AngRef1, y * AngRef2 and z * AngRef3 finx = (px * AngRef1.x()) + (py * AngRef2.x()) + (pz * AngRef3.x()); finy = (px * AngRef1.y()) + (py * AngRef2.y()) + (pz * AngRef3.y()); finz = (px * AngRef1.z()) + (py * AngRef2.z()) + (pz * AngRef3.z()); - } else { // use mother co-ordinates + } + else // use mother coordinates + { finx = px; finy = py; finz = pz; @@ -511,24 +599,34 @@ void G4SPSAngDistribution::GenerateUserDefFlux(G4ParticleMomentum& mom) mom.setY(finy); mom.setZ(finz); } - else { // UserWRTSurface = true + else // UserWRTSurface = true + { G4double pxh = px/pmag; G4double pyh = py/pmag; G4double pzh = pz/pmag; - if(verbosityLevel > 1) { - G4cout <<"SideRefVecs " <GetSideRefVec1()<GetSideRefVec2()<GetSideRefVec3()< 1) + { + G4cout << "SideRefVecs " << posDist->GetSideRefVec1() + << posDist->GetSideRefVec2() << posDist->GetSideRefVec3() + << G4endl; + G4cout << "Raw Unit vector " << pxh + << "," << pyh << "," << pzh << G4endl; } - G4double resultx = (pxh*posDist->GetSideRefVec1().x()) + (pyh*posDist->GetSideRefVec2().x()) + - (pzh*posDist->GetSideRefVec3().x()); + G4double resultx = (pxh*posDist->GetSideRefVec1().x()) + + (pyh*posDist->GetSideRefVec2().x()) + + (pzh*posDist->GetSideRefVec3().x()); - G4double resulty = (pxh*posDist->GetSideRefVec1().y()) + (pyh*posDist->GetSideRefVec2().y()) + - (pzh*posDist->GetSideRefVec3().y()); + G4double resulty = (pxh*posDist->GetSideRefVec1().y()) + + (pyh*posDist->GetSideRefVec2().y()) + + (pzh*posDist->GetSideRefVec3().y()); - G4double resultz = (pxh*posDist->GetSideRefVec1().z()) + (pyh*posDist->GetSideRefVec2().z()) + - (pzh*posDist->GetSideRefVec3().z()); + G4double resultz = (pxh*posDist->GetSideRefVec1().z()) + + (pyh*posDist->GetSideRefVec2().z()) + + (pzh*posDist->GetSideRefVec3().z()); - G4double ResMag = std::sqrt((resultx*resultx) + (resulty*resulty) + (resultz*resultz)); + G4double ResMag = std::sqrt((resultx*resultx) + + (resulty*resulty) + + (resultz*resultz)); resultx = resultx/ResMag; resulty = resulty/ResMag; resultz = resultz/ResMag; @@ -539,125 +637,140 @@ void G4SPSAngDistribution::GenerateUserDefFlux(G4ParticleMomentum& mom) } // particle_momentum_direction now contains unit momentum vector. + if(verbosityLevel > 0 ) - { - G4cout << "Final User Defined momentum vector " << particle_momentum_direction << G4endl; - } + { + G4cout << "Final User Defined momentum vector " + << particle_momentum_direction << G4endl; + } } G4double G4SPSAngDistribution::GenerateUserDefTheta() { - // Create cumulative histogram if not already done so. Then use RandFlat - //::shoot to generate the output Theta value. + // Create cumulative histogram if not already done so. + // Then use RandFlat::shoot to generate the output Theta value. + if(UserDistType == "NULL" || UserDistType == "phi") - { - // No user defined theta distribution - G4cout << "Error ***********************" << G4endl; - G4cout << "UserDistType = " << UserDistType << G4endl; - return (0.); - } + { + // No user defined theta distribution + G4cout << "Error ***********************" << G4endl; + 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 == false) { - // 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; ii::iterator it = SplineInt.begin() ; it!=SplineInt.end() ; ++it) - { - delete *it; - *it = 0; - } - SplineInt.clear(); -} - -void G4SPSEneDistribution::SetEnergyDisType(G4String DisType) { - G4AutoLock l(&mutex); - EnergyDisType = DisType; - if (EnergyDisType == "User") - { - UDefEnergyH = IPDFEnergyH = ZeroPhysVector; - IPDFEnergyExist = false; - } - else if (EnergyDisType == "Arb") - { - ArbEnergyH = IPDFArbEnergyH = ZeroPhysVector; - IPDFArbExist = false; - } - else if (EnergyDisType == "Epn") - { - UDefEnergyH = IPDFEnergyH = ZeroPhysVector; - IPDFEnergyExist = false; - EpnEnergyH = ZeroPhysVector; - } -} - -G4String G4SPSEneDistribution::GetEnergyDisType() + if(Arb_ezero_flag) + { + delete [] Arb_ezero; + } + delete Bbody_x; + delete BBHist; + delete CP_x; + delete CPHist; + for ( auto it=SplineInt.begin() ; it!=SplineInt.end() ; ++it ) + { + delete *it; + *it = nullptr; + } + SplineInt.clear(); +} + +void G4SPSEneDistribution::SetEnergyDisType(const G4String& DisType) +{ + G4AutoLock l(&mutex); + EnergyDisType = DisType; + if (EnergyDisType == "User") + { + UDefEnergyH = IPDFEnergyH = ZeroPhysVector; + IPDFEnergyExist = false; + } + else if (EnergyDisType == "Arb") + { + ArbEnergyH = IPDFArbEnergyH = ZeroPhysVector; + IPDFArbExist = false; + } + else if (EnergyDisType == "Epn") + { + UDefEnergyH = IPDFEnergyH = ZeroPhysVector; + IPDFEnergyExist = false; + EpnEnergyH = ZeroPhysVector; + } +} + +const G4String& G4SPSEneDistribution::GetEnergyDisType() { - G4AutoLock l(&mutex); - return EnergyDisType; + G4AutoLock l(&mutex); + return EnergyDisType; } -void G4SPSEneDistribution::SetEmin(G4double emi) { - G4AutoLock l(&mutex); - Emin = emi; - threadLocalData.Get().Emin = Emin; +void G4SPSEneDistribution::SetEmin(G4double emi) +{ + G4AutoLock l(&mutex); + Emin = emi; + threadLocalData.Get().Emin = Emin; } -G4double G4SPSEneDistribution::GetEmin() +G4double G4SPSEneDistribution::GetEmin() const { - return threadLocalData.Get().Emin; + return threadLocalData.Get().Emin; } G4double G4SPSEneDistribution::GetArbEmin() { - G4AutoLock l(&mutex); - return ArbEmin; + G4AutoLock l(&mutex); + return ArbEmin; } G4double G4SPSEneDistribution::GetArbEmax() { - G4AutoLock l(&mutex); - return ArbEmax; + G4AutoLock l(&mutex); + return ArbEmax; } -void G4SPSEneDistribution::SetEmax(G4double ema) { - G4AutoLock l(&mutex); - Emax = ema; - threadLocalData.Get().Emax = Emax; +void G4SPSEneDistribution::SetEmax(G4double ema) +{ + G4AutoLock l(&mutex); + Emax = ema; + threadLocalData.Get().Emax = Emax; } -G4double G4SPSEneDistribution::GetEmax() +G4double G4SPSEneDistribution::GetEmax() const { - return threadLocalData.Get().Emax; + return threadLocalData.Get().Emax; } - -void G4SPSEneDistribution::SetMonoEnergy(G4double menergy) { - G4AutoLock l(&mutex); - MonoEnergy = menergy; +void G4SPSEneDistribution::SetMonoEnergy(G4double menergy) +{ + G4AutoLock l(&mutex); + MonoEnergy = menergy; } -void G4SPSEneDistribution::SetBeamSigmaInE(G4double e) { - G4AutoLock l(&mutex); - SE = e; +void G4SPSEneDistribution::SetBeamSigmaInE(G4double e) +{ + G4AutoLock l(&mutex); + SE = e; } -void G4SPSEneDistribution::SetAlpha(G4double alp) { - G4AutoLock l(&mutex); - alpha = alp; - threadLocalData.Get().alpha = alpha; +void G4SPSEneDistribution::SetAlpha(G4double alp) +{ + G4AutoLock l(&mutex); + alpha = alp; + threadLocalData.Get().alpha = alpha; } -void G4SPSEneDistribution::SetBiasAlpha(G4double alp) { - G4AutoLock l(&mutex); - biasalpha = alp; - Biased = true; +void G4SPSEneDistribution::SetBiasAlpha(G4double alp) +{ + G4AutoLock l(&mutex); + biasalpha = alp; + Biased = true; } -void G4SPSEneDistribution::SetTemp(G4double tem) { - G4AutoLock l(&mutex); - Temp = tem; +void G4SPSEneDistribution::SetTemp(G4double tem) +{ + G4AutoLock l(&mutex); + Temp = tem; } -void G4SPSEneDistribution::SetEzero(G4double eze) { - G4AutoLock l(&mutex); - Ezero = eze; - threadLocalData.Get().Ezero = Ezero; +void G4SPSEneDistribution::SetEzero(G4double eze) +{ + G4AutoLock l(&mutex); + Ezero = eze; + threadLocalData.Get().Ezero = Ezero; } -void G4SPSEneDistribution::SetGradient(G4double gr) { - G4AutoLock l(&mutex); - grad = gr; - threadLocalData.Get().grad = grad; +void G4SPSEneDistribution::SetGradient(G4double gr) +{ + G4AutoLock l(&mutex); + grad = gr; + threadLocalData.Get().grad = grad; } -void G4SPSEneDistribution::SetInterCept(G4double c) { - G4AutoLock l(&mutex); - cept = c; - threadLocalData.Get().cept = cept; +void G4SPSEneDistribution::SetInterCept(G4double c) +{ + G4AutoLock l(&mutex); + cept = c; + threadLocalData.Get().cept = cept; } -G4String G4SPSEneDistribution::GetIntType() +const G4String& G4SPSEneDistribution::GetIntType() { - G4AutoLock l(&mutex); - return IntType; + G4AutoLock l(&mutex); + return IntType; } void G4SPSEneDistribution::SetBiasRndm(G4SPSRandomGenerator* a) { - G4AutoLock l(&mutex); - eneRndm = a; + G4AutoLock l(&mutex); + eneRndm = a; } void G4SPSEneDistribution::SetVerbosity(G4int a) { - G4AutoLock l(&mutex); - verbosityLevel = a; + G4AutoLock l(&mutex); + verbosityLevel = a; } -G4double G4SPSEneDistribution::GetWeight() +G4double G4SPSEneDistribution::GetWeight() const { - return threadLocalData.Get().weight; + return threadLocalData.Get().weight; } G4double G4SPSEneDistribution::GetMonoEnergy() { - G4AutoLock l(&mutex); - return MonoEnergy; + G4AutoLock l(&mutex); + return MonoEnergy; } G4double G4SPSEneDistribution::GetSE() { - G4AutoLock l(&mutex); - return SE; + G4AutoLock l(&mutex); + return SE; } -G4double G4SPSEneDistribution::Getalpha() +G4double G4SPSEneDistribution::Getalpha() const { - return threadLocalData.Get().alpha; + return threadLocalData.Get().alpha; } -G4double G4SPSEneDistribution::GetEzero() +G4double G4SPSEneDistribution::GetEzero() const { - return threadLocalData.Get().Ezero; + return threadLocalData.Get().Ezero; } G4double G4SPSEneDistribution::GetTemp() { - G4AutoLock l(&mutex); - return Temp; + G4AutoLock l(&mutex); + return Temp; } -G4double G4SPSEneDistribution::Getgrad() +G4double G4SPSEneDistribution::Getgrad() const { - return threadLocalData.Get().grad; + return threadLocalData.Get().grad; } -G4double G4SPSEneDistribution::Getcept() +G4double G4SPSEneDistribution::Getcept() const { - return threadLocalData.Get().cept; + return threadLocalData.Get().cept; } G4PhysicsOrderedFreeVector G4SPSEneDistribution::GetUserDefinedEnergyHisto() { - G4AutoLock l(&mutex); - return UDefEnergyH; + G4AutoLock l(&mutex); + return UDefEnergyH; } G4PhysicsOrderedFreeVector G4SPSEneDistribution::GetArbEnergyHisto() { - G4AutoLock l(&mutex); - return ArbEnergyH; + G4AutoLock l(&mutex); + return ArbEnergyH; } -void G4SPSEneDistribution::UserEnergyHisto(G4ThreeVector input) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - if (verbosityLevel > 1) { - G4cout << "In UserEnergyHisto" << G4endl; - G4cout << " " << ehi << " " << val << G4endl; - } - UDefEnergyH.InsertValues(ehi, val); - Emax = ehi; - threadLocalData.Get().Emax = Emax; -} - -void G4SPSEneDistribution::ArbEnergyHisto(G4ThreeVector input) +void G4SPSEneDistribution::UserEnergyHisto(const G4ThreeVector& input) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - if (verbosityLevel > 1) - { - G4cout << "In ArbEnergyHisto" << G4endl; - G4cout << " " << ehi << " " << val << G4endl; - } - ArbEnergyH.InsertValues(ehi, val); -} - -void G4SPSEneDistribution::ArbEnergyHistoFile(G4String filename) + G4AutoLock l(&mutex); + G4double ehi = input.x(), + val = input.y(); + if (verbosityLevel > 1) + { + G4cout << "In UserEnergyHisto" << G4endl; + G4cout << " " << ehi << " " << val << G4endl; + } + UDefEnergyH.InsertValues(ehi, val); + Emax = ehi; + threadLocalData.Get().Emax = Emax; +} + +void G4SPSEneDistribution::ArbEnergyHisto(const G4ThreeVector& input) { - G4AutoLock l(&mutex); - std::ifstream infile(filename, std::ios::in); - if (!infile) - { - G4Exception("G4SPSEneDistribution::ArbEnergyHistoFile","Event0301",FatalException,"Unable to open the histo ASCII file"); - } - G4double ehi, val; - while (infile >> ehi >> val) - { - ArbEnergyH.InsertValues(ehi, val); - } -} - -void G4SPSEneDistribution::EpnEnergyHisto(G4ThreeVector input) + G4AutoLock l(&mutex); + G4double ehi = input.x(), + val = input.y(); + if (verbosityLevel > 1) + { + G4cout << "In ArbEnergyHisto" << G4endl; + G4cout << " " << ehi << " " << val << G4endl; + } + ArbEnergyH.InsertValues(ehi, val); +} + +void G4SPSEneDistribution::ArbEnergyHistoFile(const G4String& filename) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - if (verbosityLevel > 1) - { - G4cout << "In EpnEnergyHisto" << G4endl; - G4cout << " " << ehi << " " << val << G4endl; - } - EpnEnergyH.InsertValues(ehi, val); - Emax = ehi; - threadLocalData.Get().Emax = Emax; - Epnflag = true; + G4AutoLock l(&mutex); + std::ifstream infile(filename, std::ios::in); + if (!infile) + { + G4Exception("G4SPSEneDistribution::ArbEnergyHistoFile", "Event0301", + FatalException, "Unable to open the histo ASCII file"); + } + G4double ehi, val; + while (infile >> ehi >> val) + { + ArbEnergyH.InsertValues(ehi, val); + } +} + +void G4SPSEneDistribution::EpnEnergyHisto(const G4ThreeVector& input) +{ + G4AutoLock l(&mutex); + G4double ehi = input.x(), + val = input.y(); + if (verbosityLevel > 1) + { + G4cout << "In EpnEnergyHisto" << G4endl; + G4cout << " " << ehi << " " << val << G4endl; + } + EpnEnergyH.InsertValues(ehi, val); + Emax = ehi; + threadLocalData.Get().Emax = Emax; + Epnflag = true; } void G4SPSEneDistribution::Calculate() { - G4AutoLock l(&mutex); - if (EnergyDisType == "Cdg") - { - CalculateCdgSpectrum(); - } - else if (EnergyDisType == "Bbody") - { - if(!BBhistInit) - { - BBInitHists(); - } - CalculateBbodySpectrum(); + G4AutoLock l(&mutex); + if (EnergyDisType == "Cdg") + { + CalculateCdgSpectrum(); + } + else if (EnergyDisType == "Bbody") + { + if(!BBhistInit) + { + BBInitHists(); } - else if (EnergyDisType == "CPow") + CalculateBbodySpectrum(); + } + else if (EnergyDisType == "CPow") + { + if(!CPhistInit) { - if(!CPhistInit) - { - CPInitHists(); - } - CalculateCPowSpectrum(); + CPInitHists(); } + CalculateCPowSpectrum(); + } } -//MT: Lock in caller -void G4SPSEneDistribution::BBInitHists() +void G4SPSEneDistribution::BBInitHists() // MT: Lock in caller { - BBHist = new std::vector(10001, 0.0); - Bbody_x = new std::vector(10001, 0.0); - BBhistInit = true; + BBHist = new std::vector(10001, 0.0); + Bbody_x = new std::vector(10001, 0.0); + BBhistInit = true; } -//MT: Lock in caller -void G4SPSEneDistribution::CPInitHists() +void G4SPSEneDistribution::CPInitHists() // MT: Lock in caller { - CPHist = new std::vector(10001, 0.0); - CP_x = new std::vector(10001, 0.0); - CPhistInit = true; + CPHist = new std::vector(10001, 0.0); + CP_x = new std::vector(10001, 0.0); + CPhistInit = true; } - -//MT: Lock in caller -void G4SPSEneDistribution::CalculateCdgSpectrum() +void G4SPSEneDistribution::CalculateCdgSpectrum() // MT: Lock in caller { - // This uses the spectrum from The INTEGRAL Mass Model (TIMM) - // to generate a Cosmic Diffuse X/gamma ray spectrum. - G4double pfact[2] = { 8.5, 112 }; - G4double spind[2] = { 1.4, 2.3 }; - G4double ene_line[3] = { 1. * keV, 18. * keV, 1E6 * keV }; - G4int n_par; - - ene_line[0] = threadLocalData.Get().Emin; - if (threadLocalData.Get().Emin < 18 * keV) - { - n_par = 2; - ene_line[2] = threadLocalData.Get().Emax; - if (threadLocalData.Get().Emax < 18 * keV) - { - n_par = 1; - ene_line[1] = threadLocalData.Get().Emax; - } - } - else - { - n_par = 1; - pfact[0] = 112.; - spind[0] = 2.3; - ene_line[1] = threadLocalData.Get().Emax; - } - - // Create a cumulative histogram. - CDGhist[0] = 0.; - G4double omalpha; - G4int i = 0; - - while (i < n_par) - { - omalpha = 1. - spind[i]; - CDGhist[i + 1] = CDGhist[i] + (pfact[i] / omalpha) * (std::pow(ene_line[i + 1] / keV, omalpha) - std::pow(ene_line[i] / keV,omalpha)); - i++; - } - - // Normalise histo and divide by 1000 to make MeV. - i = 0; - while (i < n_par) - { - CDGhist[i + 1] = CDGhist[i + 1] / CDGhist[n_par]; - // G4cout << CDGhist[i] << CDGhist[n_par] << G4endl; - i++; - } -} - -//MT: Lock in caller -void G4SPSEneDistribution::CalculateBbodySpectrum() + // This uses the spectrum from the INTEGRAL Mass Model (TIMM) + // to generate a Cosmic Diffuse X/gamma ray spectrum. + + G4double pfact[2] = { 8.5, 112 }; + G4double spind[2] = { 1.4, 2.3 }; + G4double ene_line[3] = { 1. * keV, 18. * keV, 1E6 * keV }; + G4int n_par; + + ene_line[0] = threadLocalData.Get().Emin; + if (threadLocalData.Get().Emin < 18 * keV) + { + n_par = 2; + ene_line[2] = threadLocalData.Get().Emax; + if (threadLocalData.Get().Emax < 18 * keV) + { + n_par = 1; + ene_line[1] = threadLocalData.Get().Emax; + } + } + else + { + n_par = 1; + pfact[0] = 112.; + spind[0] = 2.3; + ene_line[1] = threadLocalData.Get().Emax; + } + + // Create a cumulative histogram + // + CDGhist[0] = 0.; + G4double omalpha; + G4int i = 0; + while (i < n_par) + { + omalpha = 1. - spind[i]; + CDGhist[i + 1] = CDGhist[i] + (pfact[i] / omalpha) + * (std::pow(ene_line[i + 1] / keV, omalpha) + - std::pow(ene_line[i] / keV,omalpha)); + ++i; + } + + // Normalise histo and divide by 1000 to make MeV + // + i = 0; + while (i < n_par) + { + CDGhist[i + 1] = CDGhist[i + 1] / CDGhist[n_par]; + ++i; + } +} + +void G4SPSEneDistribution::CalculateBbodySpectrum() // MT: Lock in caller { - // create bbody spectrum - // Proved very hard to integrate indefinitely, so different - // method. User inputs emin, emax and T. These are used to - // create a 10,000 bin histogram. - // Use photon density spectrum = 2 nu**2/c**2 * (std::exp(h nu/kT)-1) - // = 2 E**2/h**2c**2 times the exponential + // Create bbody spectrum + // Proved very hard to integrate indefinitely, so different method. + // User inputs emin, emax and T. These are used to create a 10,000 + // bin histogram. + // Use photon density spectrum = 2 nu**2/c**2 * (std::exp(h nu/kT)-1) + // = 2 E**2/h**2c**2 times the exponential - G4double erange = threadLocalData.Get().Emax - threadLocalData.Get().Emin; - G4double steps = erange / 10000.; + G4double erange = threadLocalData.Get().Emax - threadLocalData.Get().Emin; + G4double steps = erange / 10000.; - const G4double k = 8.6181e-11; //Boltzmann const in MeV/K - const G4double h = 4.1362e-21; // Plancks const in MeV s - const G4double c = 3e8; // Speed of light - const G4double h2 = h * h; - const G4double c2 = c * c; - G4int count = 0; - G4double sum = 0.; - BBHist->at(0) = 0.; - - while (count < 10000) { - Bbody_x->at(count) = threadLocalData.Get().Emin + G4double(count * steps); - G4double Bbody_y = (2. * std::pow(Bbody_x->at(count), 2.)) / (h2 * c2 * (std::exp(Bbody_x->at(count) / (k * Temp)) - 1.)); - sum = sum + Bbody_y; - BBHist->at(count + 1) = BBHist->at(count) + Bbody_y; - count++; - } - - Bbody_x->at(10000) = threadLocalData.Get().Emax; - // Normalise cumulative histo. - count = 0; - while (count < 10001) { - BBHist->at(count) = BBHist->at(count) / sum; - count++; - } -} - -//MT: Lock in caller -void G4SPSEneDistribution::CalculateCPowSpectrum() -{ - // create cutoff power-law spectrum - // x^a exp(-x/b) - // the integral of this function is an incomplete gamma function, which is only available in the Boost library. - // - // User inputs are emin, emax and alpha and Ezero. These are used to - // create a 10,000 bin histogram. - - G4double erange = threadLocalData.Get().Emax - threadLocalData.Get().Emin; - G4double steps = erange / 10000.; - alpha = threadLocalData.Get().alpha ; - Ezero = threadLocalData.Get().Ezero ; - - G4int count = 0; - G4double sum = 0.; - CPHist->at(0) = 0.; - - while (count < 10000) { - CP_x->at(count) = threadLocalData.Get().Emin + G4double(count * steps); - G4double CP_y = std::pow(CP_x->at(count), alpha) * std::exp(-CP_x->at(count) / Ezero); - sum = sum + CP_y; - CPHist->at(count + 1) = CPHist->at(count) + CP_y; - count++; - } - - CP_x->at(10000) = threadLocalData.Get().Emax; - // Normalise cumulative histo. - count = 0; - while (count < 10001) { - CPHist->at(count) = CPHist->at(count) / sum; - count++; - } -} - -void G4SPSEneDistribution::InputEnergySpectra(G4bool value) { - G4AutoLock l(&mutex); - // Allows user to specifiy spectrum is momentum - EnergySpec = value; // false if momentum - if (verbosityLevel > 1) - G4cout << "EnergySpec has value " << EnergySpec << G4endl; -} - -void G4SPSEneDistribution::InputDifferentialSpectra(G4bool value) { - G4AutoLock l(&mutex); - // Allows user to specify integral or differential spectra - DiffSpec = value; // true = differential, false = integral - if (verbosityLevel > 1) - G4cout << "Diffspec has value " << DiffSpec << G4endl; -} - -void G4SPSEneDistribution::ArbInterpolate(G4String IType) { - G4AutoLock l(&mutex); - if (EnergyDisType != "Arb") - G4Exception("G4SPSEneDistribution::ArbInterpolate", - "Event0302",FatalException, - "Error: this is for arbitrary distributions"); - IntType = IType; - ArbEmax = ArbEnergyH.GetMaxLowEdgeEnergy(); - ArbEmin = ArbEnergyH.GetMinLowEdgeEnergy(); - - // Now interpolate points - if (IntType == "Lin") - LinearInterpolation(); - if (IntType == "Log") - LogInterpolation(); - if (IntType == "Exp") - ExpInterpolation(); - if (IntType == "Spline") - SplineInterpolation(); -} - -//MT: Lock in caller -void G4SPSEneDistribution::LinearInterpolation() { - // Method to do linear interpolation on the Arb points - // Calculate equation of each line segment, max 1024. - // Calculate Area under each segment - // Create a cumulative array which is then normalised Arb_Cum_Area - - G4double Area_seg[1024]; // Stores area under each segment - G4double sum = 0., Arb_x[1024], Arb_y[1024], Arb_Cum_Area[1024]; - G4int i, count; - G4int maxi = ArbEnergyH.GetVectorLength(); - for (i = 0; i < maxi; i++) - { - Arb_x[i] = ArbEnergyH.GetLowEdgeEnergy(size_t(i)); - Arb_y[i] = ArbEnergyH(size_t(i)); - } - // Points are now in x,y arrays. If the spectrum is integral it has to be - // made differential and if momentum it has to be made energy. - if (DiffSpec == false) - { - // Converts integral point-wise spectra to Differential - for (count = 0; count < maxi - 1; count++) - { - Arb_y[count] = (Arb_y[count] - Arb_y[count + 1]) - / (Arb_x[count + 1] - Arb_x[count]); - } - maxi--; - } - // - if (EnergySpec == false) - { - // change currently stored values (emin etc) which are actually momenta - // to energies. - G4ParticleDefinition* pdef =threadLocalData.Get().particle_definition; - if (pdef == NULL) - { - G4Exception("G4SPSEneDistribution::LinearInterpolation", - "Event0302",FatalException, - "Error: particle not defined"); - } - else - { - // Apply Energy**2 = p**2c**2 + m0**2c**4 - // p should be entered as E/c i.e. without the division by c - // being done - energy equivalent. - G4double mass = pdef->GetPDGMass(); - // convert point to energy unit and its value to per energy unit - G4double total_energy; - for (count = 0; count < maxi; count++) - { - total_energy = std::sqrt((Arb_x[count] * Arb_x[count]) + (mass - * mass)); // total energy - - Arb_y[count] = Arb_y[count] * Arb_x[count] / total_energy; - Arb_x[count] = total_energy - mass; // kinetic energy - } - } - } - // - i = 1; - // AG: - // This *should* be the first use of Arb_grad and friends, so we *should* be able to - // dynamically allocate here - Arb_grad = new G4double [1024]; - Arb_cept = new G4double [1024]; - Arb_grad_cept_flag = true; - - Arb_grad[0] = 0.; - Arb_cept[0] = 0.; - Area_seg[0] = 0.; - Arb_Cum_Area[0] = 0.; - while (i < maxi) - { - // calc gradient and intercept for each segment - Arb_grad[i] = (Arb_y[i] - Arb_y[i - 1]) / (Arb_x[i] - Arb_x[i - 1]); - if (verbosityLevel == 2) - { - G4cout << Arb_grad[i] << G4endl; - } - if (Arb_grad[i] > 0.) - { - if (verbosityLevel == 2) - { - G4cout << "Arb_grad is positive" << G4endl; - } - Arb_cept[i] = Arb_y[i] - (Arb_grad[i] * Arb_x[i]); - } - else if (Arb_grad[i] < 0.) - { - if (verbosityLevel == 2) - { - G4cout << "Arb_grad is negative" << G4endl; - } - Arb_cept[i] = Arb_y[i] + (-Arb_grad[i] * Arb_x[i]); - } - else - { - if (verbosityLevel == 2) - { - G4cout << "Arb_grad is 0." << G4endl; - } - Arb_cept[i] = Arb_y[i]; - } - - Area_seg[i] = ((Arb_grad[i] / 2) * (Arb_x[i] * Arb_x[i] - Arb_x[i - 1] * Arb_x[i - 1]) + Arb_cept[i] * (Arb_x[i] - Arb_x[i - 1])); - Arb_Cum_Area[i] = Arb_Cum_Area[i - 1] + Area_seg[i]; - sum = sum + Area_seg[i]; - if (verbosityLevel == 2) - { - G4cout << Arb_x[i] << Arb_y[i] << Area_seg[i] << sum << Arb_grad[i] << G4endl; - } - i++; - } - - i = 0; - while (i < maxi) - { - Arb_Cum_Area[i] = Arb_Cum_Area[i] / sum; // normalisation - IPDFArbEnergyH.InsertValues(Arb_x[i], Arb_Cum_Area[i]); - i++; - } - - // now scale the ArbEnergyH, needed by Probability() - ArbEnergyH.ScaleVector(1., 1./sum); - - if (verbosityLevel >= 1) - { - G4cout << "Leaving LinearInterpolation" << G4endl; - ArbEnergyH.DumpValues(); - IPDFArbEnergyH.DumpValues(); - } -} - -//MT: Lock in caller -void G4SPSEneDistribution::LogInterpolation() -{ - // Interpolation based on Logarithmic equations - // Generate equations of line segments - // y = Ax**alpha => log y = alpha*logx + logA - // Find area under line segments - // create normalised, cumulative array Arb_Cum_Area - G4double Area_seg[1024]; // Stores area under each segment - G4double sum = 0., Arb_x[1024], Arb_y[1024], Arb_Cum_Area[1024]; - G4int i, count; - G4int maxi = ArbEnergyH.GetVectorLength(); - for (i = 0; i < maxi; i++) - { - Arb_x[i] = ArbEnergyH.GetLowEdgeEnergy(size_t(i)); - Arb_y[i] = ArbEnergyH(size_t(i)); - } - // Points are now in x,y arrays. If the spectrum is integral it has to be - // made differential and if momentum it has to be made energy. - if (DiffSpec == false) - { - // Converts integral point-wise spectra to Differential - for (count = 0; count < maxi - 1; count++) - { - Arb_y[count] = (Arb_y[count] - Arb_y[count + 1]) / (Arb_x[count + 1] - Arb_x[count]); - } - maxi--; - } - // - if (EnergySpec == false) - { - // change currently stored values (emin etc) which are actually momenta - // to energies. - G4ParticleDefinition* pdef = threadLocalData.Get().particle_definition; - if (pdef == NULL) - { - G4Exception("G4SPSEneDistribution::LogInterpolation", - "Event0302",FatalException, - "Error: particle not defined"); - } - else - { - // Apply Energy**2 = p**2c**2 + m0**2c**4 - // p should be entered as E/c i.e. without the division by c - // being done - energy equivalent. - G4double mass = pdef->GetPDGMass(); - // convert point to energy unit and its value to per energy unit - G4double total_energy; - for (count = 0; count < maxi; count++) - { - total_energy = std::sqrt((Arb_x[count] * Arb_x[count]) + (mass - * mass)); // total energy - - Arb_y[count] = Arb_y[count] * Arb_x[count] / total_energy; - Arb_x[count] = total_energy - mass; // kinetic energy - } - } - } - // - i = 1; - - //AG: *Should* be the first use of these two arrays - if ( Arb_ezero ) { delete[] Arb_ezero; Arb_ezero = 0; } - if ( Arb_Const ) { delete[] Arb_Const; Arb_Const = 0; } - Arb_alpha = new G4double [1024]; - Arb_Const = new G4double [1024]; - Arb_alpha_Const_flag = true; + const G4double k = 8.6181e-11; //Boltzmann const in MeV/K + const G4double h = 4.1362e-21; // Plancks const in MeV s + const G4double c = 3e8; // Speed of light + const G4double h2 = h * h; + const G4double c2 = c * c; + G4int count = 0; + G4double sum = 0.; + BBHist->at(0) = 0.; + while (count < 10000) + { + Bbody_x->at(count) = threadLocalData.Get().Emin + G4double(count * steps); + G4double Bbody_y = (2. * std::pow(Bbody_x->at(count), 2.)) + / (h2*c2*(std::exp(Bbody_x->at(count) / (k*Temp)) - 1.)); + sum = sum + Bbody_y; + BBHist->at(count + 1) = BBHist->at(count) + Bbody_y; + ++count; + } + + Bbody_x->at(10000) = threadLocalData.Get().Emax; + + // Normalise cumulative histo + // + count = 0; + while (count < 10001) + { + BBHist->at(count) = BBHist->at(count) / sum; + ++count; + } +} + +void G4SPSEneDistribution::CalculateCPowSpectrum() // MT: Lock in caller +{ + // Create cutoff power-law spectrum, x^a exp(-x/b) + // The integral of this function is an incomplete gamma function, which + // is only available in the Boost library. + // + // User inputs are emin, emax and alpha and Ezero. These are used to + // create a 10,000 bin histogram. - Arb_alpha[0] = 0.; - Arb_Const[0] = 0.; - Area_seg[0] = 0.; - Arb_Cum_Area[0] = 0.; - if (Arb_x[0] <= 0. || Arb_y[0] <= 0.) - { - G4cout << "You should not use log interpolation with points <= 0." << G4endl; - G4cout << "These will be changed to 1e-20, which may cause problems" << G4endl; - if (Arb_x[0] <= 0.) - { - Arb_x[0] = 1e-20; - } - if (Arb_y[0] <= 0.) - { - Arb_y[0] = 1e-20; - } - } - - G4double alp; - while (i < maxi) - { - // Incase points are negative or zero - if (Arb_x[i] <= 0. || Arb_y[i] <= 0.) - { - G4cout << "You should not use log interpolation with points <= 0." << G4endl; - G4cout << "These will be changed to 1e-20, which may cause problems" << G4endl; - if (Arb_x[i] <= 0.) - { - Arb_x[i] = 1e-20; - } - if (Arb_y[i] <= 0.) - { - Arb_y[i] = 1e-20; - } - } - - Arb_alpha[i] = (std::log10(Arb_y[i]) - std::log10(Arb_y[i - 1])) / (std::log10(Arb_x[i]) - std::log10(Arb_x[i - 1])); - Arb_Const[i] = Arb_y[i] / (std::pow(Arb_x[i], Arb_alpha[i])); - alp = Arb_alpha[i] + 1; - if (alp == 0.) - { - Area_seg[i] = Arb_Const[i] * (std::log(Arb_x[i]) - std::log(Arb_x[i - 1])); - } - else - { - Area_seg[i] = (Arb_Const[i] / alp) * (std::pow(Arb_x[i], alp) - std::pow(Arb_x[i - 1], alp)); - } - sum = sum + Area_seg[i]; - Arb_Cum_Area[i] = Arb_Cum_Area[i - 1] + Area_seg[i]; - if (verbosityLevel == 2) - { - G4cout << Arb_alpha[i] << Arb_Const[i] << Area_seg[i] << G4endl; - } - i++; - } - - i = 0; - while (i < maxi) - { - Arb_Cum_Area[i] = Arb_Cum_Area[i] / sum; - IPDFArbEnergyH.InsertValues(Arb_x[i], Arb_Cum_Area[i]); - i++; - } - - // now scale the ArbEnergyH, needed by Probability() - ArbEnergyH.ScaleVector(1., 1./sum); - - if (verbosityLevel >= 1) - { - G4cout << "Leaving LogInterpolation " << G4endl; - } -} - -//MT: Lock in caller -void G4SPSEneDistribution::ExpInterpolation() -{ - // Interpolation based on Exponential equations - // Generate equations of line segments - // y = Ae**-(x/e0) => ln y = -x/e0 + lnA - // Find area under line segments - // create normalised, cumulative array Arb_Cum_Area - G4double Area_seg[1024]; // Stores area under each segment - G4double sum = 0., Arb_x[1024], Arb_y[1024], Arb_Cum_Area[1024]; - G4int i, count; - G4int maxi = ArbEnergyH.GetVectorLength(); - for (i = 0; i < maxi; i++) - { - Arb_x[i] = ArbEnergyH.GetLowEdgeEnergy(size_t(i)); - Arb_y[i] = ArbEnergyH(size_t(i)); - } - // Points are now in x,y arrays. If the spectrum is integral it has to be - // made differential and if momentum it has to be made energy. - if (DiffSpec == false) - { - // Converts integral point-wise spectra to Differential - for (count = 0; count < maxi - 1; count++) - { - Arb_y[count] = (Arb_y[count] - Arb_y[count + 1]) - / (Arb_x[count + 1] - Arb_x[count]); - } - maxi--; - } - // - if (EnergySpec == false) - { - // change currently stored values (emin etc) which are actually momenta - // to energies. - G4ParticleDefinition* pdef = threadLocalData.Get().particle_definition; - if (pdef == NULL) - { - G4Exception("G4SPSEneDistribution::ExpInterpolation", - "Event0302",FatalException, - "Error: particle not defined"); - } - else - { - // Apply Energy**2 = p**2c**2 + m0**2c**4 - // p should be entered as E/c i.e. without the division by c - // being done - energy equivalent. - G4double mass = pdef->GetPDGMass(); - // convert point to energy unit and its value to per energy unit - G4double total_energy; - for (count = 0; count < maxi; count++) - { - total_energy = std::sqrt((Arb_x[count] * Arb_x[count]) + (mass * mass)); // total energy - Arb_y[count] = Arb_y[count] * Arb_x[count] / total_energy; - Arb_x[count] = total_energy - mass; // kinetic energy - } - } - } - // - i = 1; + G4double erange = threadLocalData.Get().Emax - threadLocalData.Get().Emin; + G4double steps = erange / 10000.; + alpha = threadLocalData.Get().alpha ; + Ezero = threadLocalData.Get().Ezero ; - //AG: Should be first use... - if ( Arb_ezero ) { delete[] Arb_ezero; Arb_ezero = 0; } - if ( Arb_Const ) { delete[] Arb_Const; Arb_Const = 0; } - Arb_ezero = new G4double [1024]; - Arb_Const = new G4double [1024]; - Arb_ezero_flag = true; + G4int count = 0; + G4double sum = 0.; + CPHist->at(0) = 0.; - Arb_ezero[0] = 0.; - Arb_Const[0] = 0.; - Area_seg[0] = 0.; - Arb_Cum_Area[0] = 0.; - while (i < maxi) - { - G4double test = std::log(Arb_y[i]) - std::log(Arb_y[i - 1]); - if (test > 0. || test < 0.) - { - Arb_ezero[i] = -(Arb_x[i] - Arb_x[i - 1]) / (std::log(Arb_y[i]) - std::log(Arb_y[i - 1])); - Arb_Const[i] = Arb_y[i] / (std::exp(-Arb_x[i] / Arb_ezero[i])); - Area_seg[i] = -(Arb_Const[i] * Arb_ezero[i]) * (std::exp(-Arb_x[i] / Arb_ezero[i]) - std::exp(-Arb_x[i - 1] / Arb_ezero[i])); - } - else - { - G4Exception("G4SPSEneDistribution::ExpInterpolation", - "Event0302",JustWarning, - "Flat line segment: problem, setting to zero parameters."); - G4cout << "Flat line segment: problem" << G4endl; - Arb_ezero[i] = 0.; - Arb_Const[i] = 0.; - Area_seg[i] = 0.; - } - sum = sum + Area_seg[i]; - Arb_Cum_Area[i] = Arb_Cum_Area[i - 1] + Area_seg[i]; - if (verbosityLevel == 2) - { - G4cout << Arb_ezero[i] << Arb_Const[i] << Area_seg[i] << G4endl; - } - i++; - } - - i = 0; - while (i < maxi) - { - Arb_Cum_Area[i] = Arb_Cum_Area[i] / sum; - IPDFArbEnergyH.InsertValues(Arb_x[i], Arb_Cum_Area[i]); - i++; - } - - // now scale the ArbEnergyH, needed by Probability() - ArbEnergyH.ScaleVector(1., 1./sum); - - if (verbosityLevel >= 1) - { - G4cout << "Leaving ExpInterpolation " << G4endl; - } -} - -//MT: Lock in caller -void G4SPSEneDistribution::SplineInterpolation() -{ - // Interpolation using Splines. - // Create Normalised arrays, make x 0->1 and y hold - // the function (Energy) - // - // Current method based on the above will not work in all cases. - // new method is implemented below. - - G4double sum, Arb_x[1024], Arb_y[1024], Arb_Cum_Area[1024]; - G4int i, count; - - G4int maxi = ArbEnergyH.GetVectorLength(); - for (i = 0; i < maxi; i++) { - Arb_x[i] = ArbEnergyH.GetLowEdgeEnergy(size_t(i)); - Arb_y[i] = ArbEnergyH(size_t(i)); - } - // Points are now in x,y arrays. If the spectrum is integral it has to be - // made differential and if momentum it has to be made energy. - if (DiffSpec == false) { - // Converts integral point-wise spectra to Differential - for (count = 0; count < maxi - 1; count++) - { - Arb_y[count] = (Arb_y[count] - Arb_y[count + 1]) / (Arb_x[count + 1] - Arb_x[count]); - } - maxi--; - } - // - if (EnergySpec == false) { - // change currently stored values (emin etc) which are actually momenta - // to energies. - G4ParticleDefinition* pdef = threadLocalData.Get().particle_definition; - if (pdef == NULL) - G4Exception("G4SPSEneDistribution::SplineInterpolation", - "Event0302",FatalException, - "Error: particle not defined"); - else { - // Apply Energy**2 = p**2c**2 + m0**2c**4 - // p should be entered as E/c i.e. without the division by c - // being done - energy equivalent. - G4double mass = pdef->GetPDGMass(); - // convert point to energy unit and its value to per energy unit - G4double total_energy; - for (count = 0; count < maxi; count++) { - total_energy = std::sqrt((Arb_x[count] * Arb_x[count]) + (mass - * mass)); // total energy - - Arb_y[count] = Arb_y[count] * Arb_x[count] / total_energy; - Arb_x[count] = total_energy - mass; // kinetic energy - } - } - } - - // - i = 1; - Arb_Cum_Area[0] = 0.; - sum = 0.; - Splinetemp = new G4DataInterpolation(Arb_x, Arb_y, maxi, 0., 0.); - G4double ei[101],prob[101]; - for ( std::vector::iterator it = SplineInt.begin() ; it!=SplineInt.end() ; ++it) - { - delete *it; - *it = 0; - } - SplineInt.clear(); - SplineInt.resize(1024,NULL); - while (i < maxi) { - // 100 step per segment for the integration of area - G4double de = (Arb_x[i] - Arb_x[i - 1])/100.; - G4double area = 0.; - - for (count = 0; count < 101; count++) { - ei[count] = Arb_x[i - 1] + de*count ; - prob[count] = Splinetemp->CubicSplineInterpolation(ei[count]); - if (prob[count] < 0.) { - G4ExceptionDescription ED; - ED << "Warning: G4DataInterpolation returns value < 0 " << prob[count] <<" "< 0) - G4cout << "Leaving SplineInterpolation " << G4endl; -} - -void G4SPSEneDistribution::GenerateMonoEnergetic() { - // Method to generate MonoEnergetic particles. - threadLocalData.Get().particle_energy = MonoEnergy; -} - -void G4SPSEneDistribution::GenerateGaussEnergies() { - // Method to generate Gaussian particles. - G4double ene = G4RandGauss::shoot(MonoEnergy,SE); - if (ene < 0) ene = 0.; - threadLocalData.Get().particle_energy = ene; -} - -void G4SPSEneDistribution::GenerateLinearEnergies(G4bool bArb = false) { - G4double rndm; - threadLocal_t& params = threadLocalData.Get(); - G4double emaxsq = std::pow(params.Emax, 2.); //Emax squared - G4double eminsq = std::pow(params.Emin, 2.); //Emin squared - G4double intersq = std::pow(params.cept, 2.); //cept squared - - if (bArb) - rndm = G4UniformRand(); - else - rndm = eneRndm->GenRandEnergy(); - - G4double bracket = ((params.grad / 2.) * (emaxsq - eminsq) + params.cept * (params.Emax - params.Emin)); - bracket = bracket * rndm; - bracket = bracket + (params.grad / 2.) * eminsq + params.cept * params.Emin; - // Now have a quad of form m/2 E**2 + cE - bracket = 0 - bracket = -bracket; - // G4cout << "BRACKET" << bracket << G4endl; - if (params.grad != 0.) - { - G4double sqbrack = (intersq - 4 * (params.grad / 2.) * (bracket)); - // G4cout << "SQBRACK" << sqbrack << G4endl; - sqbrack = std::sqrt(sqbrack); - G4double root1 = -params.cept + sqbrack; - root1 = root1 / (2. * (params.grad / 2.)); - - G4double root2 = -params.cept - sqbrack; - root2 = root2 / (2. * (params.grad / 2.)); - - // G4cout << root1 << " roots " << root2 << G4endl; - - if (root1 > params.Emin && root1 < params.Emax) - { - params.particle_energy = root1; - } - if (root2 > params.Emin && root2 < params.Emax) - { - params.particle_energy = root2; - } - } - else if (params.grad == 0.) - { - // have equation of form cE - bracket =0 - params.particle_energy = bracket / params.cept; - } - - if (params.particle_energy < 0.) - { - params.particle_energy = -params.particle_energy; - } + while (count < 10000) + { + CP_x->at(count) = threadLocalData.Get().Emin + G4double(count * steps); + G4double CP_y = std::pow(CP_x->at(count), alpha) + * std::exp(-CP_x->at(count) / Ezero); + sum = sum + CP_y; + CPHist->at(count + 1) = CPHist->at(count) + CP_y; + ++count; + } + + CP_x->at(10000) = threadLocalData.Get().Emax; + + // Normalise cumulative histo + // + count = 0; + while (count < 10001) + { + CPHist->at(count) = CPHist->at(count) / sum; + ++count; + } +} + +void G4SPSEneDistribution::InputEnergySpectra(G4bool value) +{ + G4AutoLock l(&mutex); - if (verbosityLevel >= 1) - { - G4cout << "Energy is " << params.particle_energy << G4endl; - } + // Allows user to specify spectrum is momentum + // + EnergySpec = value; // false if momentum + if (verbosityLevel > 1) + { + G4cout << "EnergySpec has value " << EnergySpec << G4endl; + } } -void G4SPSEneDistribution::GeneratePowEnergies(G4bool bArb = false) +void G4SPSEneDistribution::InputDifferentialSpectra(G4bool value) { - // Method to generate particle energies distributed as - // a power-law + G4AutoLock l(&mutex); - G4double rndm; - G4double emina, emaxa; - - threadLocal_t& params = threadLocalData.Get(); - - emina = std::pow(params.Emin, params.alpha + 1); - emaxa = std::pow(params.Emax, params.alpha + 1); + // Allows user to specify integral or differential spectra + // + DiffSpec = value; // true = differential, false = integral + if (verbosityLevel > 1) + { + G4cout << "Diffspec has value " << DiffSpec << G4endl; + } +} - if (bArb) - { - rndm = G4UniformRand(); +void G4SPSEneDistribution::ArbInterpolate(const G4String& IType) +{ + G4AutoLock l(&mutex); + + IntType = IType; + ArbEmax = ArbEnergyH.GetMaxLowEdgeEnergy(); + ArbEmin = ArbEnergyH.GetMinLowEdgeEnergy(); + + // Now interpolate points + + if (IntType == "Lin") LinearInterpolation(); + if (IntType == "Log") LogInterpolation(); + if (IntType == "Exp") ExpInterpolation(); + if (IntType == "Spline") SplineInterpolation(); +} + +void G4SPSEneDistribution::LinearInterpolation() // MT: Lock in caller +{ + // Method to do linear interpolation on the Arb points + // Calculate equation of each line segment, max 1024. + // Calculate Area under each segment + // Create a cumulative array which is then normalised Arb_Cum_Area + + G4double Area_seg[1024]; // Stores area under each segment + G4double sum = 0., Arb_x[1024], Arb_y[1024], Arb_Cum_Area[1024]; + G4int i, count; + G4int maxi = ArbEnergyH.GetVectorLength(); + for (i = 0; i < maxi; ++i) + { + Arb_x[i] = ArbEnergyH.GetLowEdgeEnergy(std::size_t(i)); + Arb_y[i] = ArbEnergyH(std::size_t(i)); + } + + // Points are now in x,y arrays. If the spectrum is integral it has to be + // made differential and if momentum it has to be made energy + + if (DiffSpec == false) + { + // Converts integral point-wise spectra to Differential + // + for (count = 0; count < maxi-1; ++count) + { + Arb_y[count] = (Arb_y[count] - Arb_y[count + 1]) + / (Arb_x[count + 1] - Arb_x[count]); } - else + --maxi; + } + + if (EnergySpec == false) + { + // change currently stored values (emin etc) which are actually momenta + // to energies + // + G4ParticleDefinition* pdef = threadLocalData.Get().particle_definition; + if (pdef == nullptr) + { + G4Exception("G4SPSEneDistribution::LinearInterpolation", + "Event0302", FatalException, + "Error: particle not defined"); + } + else { - rndm = eneRndm->GenRandEnergy(); + // Apply Energy**2 = p**2c**2 + m0**2c**4 + // p should be entered as E/c i.e. without the division by c + // being done - energy equivalent + + G4double mass = pdef->GetPDGMass(); + + // Convert point to energy unit and its value to per energy unit + // + G4double total_energy; + for (count = 0; count < maxi; ++count) + { + total_energy = std::sqrt((Arb_x[count] * Arb_x[count]) + + (mass * mass)); // total energy + Arb_y[count] = Arb_y[count] * Arb_x[count] / total_energy; + Arb_x[count] = total_energy - mass; // kinetic energy + } } + } - if (params.alpha != -1.) + i = 1; + + Arb_grad = new G4double [1024]; + Arb_cept = new G4double [1024]; + Arb_grad_cept_flag = true; + + Arb_grad[0] = 0.; + Arb_cept[0] = 0.; + Area_seg[0] = 0.; + Arb_Cum_Area[0] = 0.; + while (i < maxi) + { + // calculate gradient and intercept for each segment + // + Arb_grad[i] = (Arb_y[i] - Arb_y[i - 1]) / (Arb_x[i] - Arb_x[i - 1]); + if (verbosityLevel == 2) + { + G4cout << Arb_grad[i] << G4endl; + } + if (Arb_grad[i] > 0.) { - G4double ene = ((rndm * (emaxa - emina)) + emina); - ene = std::pow(ene, (1. / (params.alpha + 1.))); - params.particle_energy = ene; - } - else + if (verbosityLevel == 2) + { + G4cout << "Arb_grad is positive" << G4endl; + } + Arb_cept[i] = Arb_y[i] - (Arb_grad[i] * Arb_x[i]); + } + else if (Arb_grad[i] < 0.) { - G4double ene = (std::log(params.Emin) + rndm * (std::log(params.Emax) - std::log(params.Emin))); - params.particle_energy = std::exp(ene); - } - if (verbosityLevel >= 1) + if (verbosityLevel == 2) + { + G4cout << "Arb_grad is negative" << G4endl; + } + Arb_cept[i] = Arb_y[i] + (-Arb_grad[i] * Arb_x[i]); + } + else { - G4cout << "Energy is " << params.particle_energy << G4endl; + if (verbosityLevel == 2) + { + G4cout << "Arb_grad is 0." << G4endl; + } + Arb_cept[i] = Arb_y[i]; } -} -void G4SPSEneDistribution::GenerateCPowEnergies() + Area_seg[i] = ((Arb_grad[i] / 2) + * (Arb_x[i] * Arb_x[i] - Arb_x[i - 1] * Arb_x[i - 1]) + + Arb_cept[i] * (Arb_x[i] - Arb_x[i - 1])); + Arb_Cum_Area[i] = Arb_Cum_Area[i - 1] + Area_seg[i]; + sum = sum + Area_seg[i]; + if (verbosityLevel == 2) + { + G4cout << Arb_x[i] << Arb_y[i] << Area_seg[i] << sum + << Arb_grad[i] << G4endl; + } + ++i; + } + + i = 0; + while (i < maxi) + { + Arb_Cum_Area[i] = Arb_Cum_Area[i] / sum; // normalisation + IPDFArbEnergyH.InsertValues(Arb_x[i], Arb_Cum_Area[i]); + ++i; + } + + // now scale the ArbEnergyH, needed by Probability() + // + ArbEnergyH.ScaleVector(1., 1./sum); + + if (verbosityLevel >= 1) + { + G4cout << "Leaving LinearInterpolation" << G4endl; + ArbEnergyH.DumpValues(); + IPDFArbEnergyH.DumpValues(); + } +} + +void G4SPSEneDistribution::LogInterpolation() // MT: Lock in caller { - // Method to generate particle energies distributed in - // cutoff power-law distribution - - // CP_x holds Energies, and CPHist holds the cumulative histo. - // binary search to find correct bin then lin interpolation. - // Use the earlier defined histogram + RandGeneral method to generate - // random numbers following the histos distribution. - G4double rndm; - G4int nabove, nbelow = 0, middle; - nabove = 10001; - rndm = eneRndm->GenRandEnergy(); - G4AutoLock l(&mutex); - G4bool done = CPhistCalcd; - l.unlock(); - if(!done) - { - Calculate(); //This is has a lock inside, risk is to do it twice - l.lock(); - CPhistCalcd = true; - l.unlock(); - } - - // Binary search to find bin that rndm is in - while (nabove - nbelow > 1) - { - middle = (nabove + nbelow) / 2; - if (rndm == CPHist->at(middle)) - { - break; - } - if (rndm < CPHist->at(middle)) - { - nabove = middle; - } - else - { - nbelow = middle; - } - } - - // Now interpolate in that bin to find the correct output value. - G4double x1, x2, y1, y2, t, q; - x1 = CP_x->at(nbelow); - if(nbelow+1 == static_cast(CP_x->size())) - { - x2 = CP_x->back(); + // Interpolation based on Logarithmic equations + // Generate equations of line segments + // y = Ax**alpha => log y = alpha*logx + logA + // Find area under line segments + // Create normalised, cumulative array Arb_Cum_Area + + G4double Area_seg[1024]; // Stores area under each segment + G4double sum = 0., Arb_x[1024], Arb_y[1024], Arb_Cum_Area[1024]; + G4int i, count; + G4int maxi = ArbEnergyH.GetVectorLength(); + for (i = 0; i < maxi; ++i) + { + Arb_x[i] = ArbEnergyH.GetLowEdgeEnergy(std::size_t(i)); + Arb_y[i] = ArbEnergyH(std::size_t(i)); + } + + // Points are now in x,y arrays. If the spectrum is integral it has to be + // made differential and if momentum it has to be made energy + + if (DiffSpec == false) + { + // Converts integral point-wise spectra to Differential + // + for (count = 0; count < maxi-1; ++count) + { + Arb_y[count] = (Arb_y[count] - Arb_y[count + 1]) + / (Arb_x[count + 1] - Arb_x[count]); + } + --maxi; + } + + if (EnergySpec == false) + { + // Change currently stored values (emin etc) which are actually momenta + // to energies + + G4ParticleDefinition* pdef = threadLocalData.Get().particle_definition; + if (pdef == nullptr) + { + G4Exception("G4SPSEneDistribution::LogInterpolation", + "Event0302", FatalException, + "Error: particle not defined"); } else { - x2 = CP_x->at(nbelow + 1); + // Apply Energy**2 = p**2c**2 + m0**2c**4 + // p should be entered as E/c i.e. without the division by c + // being done - energy equivalent + + G4double mass = pdef->GetPDGMass(); + + // Convert point to energy unit and its value to per energy unit + // + G4double total_energy; + for (count = 0; count < maxi; ++count) + { + total_energy = std::sqrt((Arb_x[count] * Arb_x[count]) + (mass * mass)); + Arb_y[count] = Arb_y[count] * Arb_x[count] / total_energy; + Arb_x[count] = total_energy - mass; // kinetic energy + } + } + } + + i = 1; + + if ( Arb_ezero ) { delete [] Arb_ezero; Arb_ezero = 0; } + if ( Arb_Const ) { delete [] Arb_Const; Arb_Const = 0; } + Arb_alpha = new G4double [1024]; + Arb_Const = new G4double [1024]; + Arb_alpha_Const_flag = true; + + Arb_alpha[0] = 0.; + Arb_Const[0] = 0.; + Area_seg[0] = 0.; + Arb_Cum_Area[0] = 0.; + if (Arb_x[0] <= 0. || Arb_y[0] <= 0.) + { + G4cout << "You should not use log interpolation with points <= 0." + << G4endl; + G4cout << "These will be changed to 1e-20, which may cause problems" + << G4endl; + if (Arb_x[0] <= 0.) + { + Arb_x[0] = 1e-20; } - y1 = CPHist->at(nbelow); - if(nbelow+1 == static_cast(CPHist->size())) + if (Arb_y[0] <= 0.) { - G4cout << CPHist->back() << G4endl; - y2 = CPHist->back(); + Arb_y[0] = 1e-20; + } + } + + G4double alp; + while (i < maxi) + { + // In case points are negative or zero + // + if (Arb_x[i] <= 0. || Arb_y[i] <= 0.) + { + G4cout << "You should not use log interpolation with points <= 0." + << G4endl; + G4cout << "These will be changed to 1e-20, which may cause problems" + << G4endl; + if (Arb_x[i] <= 0.) + { + Arb_x[i] = 1e-20; + } + if (Arb_y[i] <= 0.) + { + Arb_y[i] = 1e-20; + } + } + + Arb_alpha[i] = (std::log10(Arb_y[i]) - std::log10(Arb_y[i - 1])) + / (std::log10(Arb_x[i]) - std::log10(Arb_x[i - 1])); + Arb_Const[i] = Arb_y[i] / (std::pow(Arb_x[i], Arb_alpha[i])); + alp = Arb_alpha[i] + 1; + if (alp == 0.) + { + Area_seg[i] = Arb_Const[i] + * (std::log(Arb_x[i]) - std::log(Arb_x[i - 1])); } else { - y2 = CPHist->at(nbelow + 1); + Area_seg[i] = (Arb_Const[i] / alp) + * (std::pow(Arb_x[i], alp) - std::pow(Arb_x[i - 1], alp)); } - t = (y2 - y1) / (x2 - x1); - q = y1 - t * x1; + sum = sum + Area_seg[i]; + Arb_Cum_Area[i] = Arb_Cum_Area[i - 1] + Area_seg[i]; + if (verbosityLevel == 2) + { + G4cout << Arb_alpha[i] << Arb_Const[i] << Area_seg[i] << G4endl; + } + ++i; + } - threadLocalData.Get().particle_energy = (rndm - q) / t; + i = 0; + while (i < maxi) + { + Arb_Cum_Area[i] = Arb_Cum_Area[i] / sum; + IPDFArbEnergyH.InsertValues(Arb_x[i], Arb_Cum_Area[i]); + ++i; + } - if (verbosityLevel >= 1) { - G4cout << "Energy is " << threadLocalData.Get().particle_energy << G4endl; - } + // Now scale the ArbEnergyH, needed by Probability() + // + ArbEnergyH.ScaleVector(1., 1./sum); + + if (verbosityLevel >= 1) + { + G4cout << "Leaving LogInterpolation " << G4endl; + } } -void G4SPSEneDistribution::GenerateBiasPowEnergies()//G4double& ene,G4double& wweight) +void G4SPSEneDistribution::ExpInterpolation() // MT: Lock in caller { - // Method to generate particle energies distributed as - // in biased power-law and calculate its weight - - threadLocal_t& params = threadLocalData.Get(); + // Interpolation based on Exponential equations + // Generate equations of line segments + // y = Ae**-(x/e0) => ln y = -x/e0 + lnA + // Find area under line segments + // Create normalised, cumulative array Arb_Cum_Area + + G4double Area_seg[1024]; // Stores area under each segment + G4double sum = 0., Arb_x[1024], Arb_y[1024], Arb_Cum_Area[1024]; + G4int i, count; + G4int maxi = ArbEnergyH.GetVectorLength(); + for (i = 0; i < maxi; ++i) + { + Arb_x[i] = ArbEnergyH.GetLowEdgeEnergy(std::size_t(i)); + Arb_y[i] = ArbEnergyH(std::size_t(i)); + } + + // Points are now in x,y arrays. If the spectrum is integral it has to be + // made differential and if momentum it has to be made energy + + if (DiffSpec == false) + { + // Converts integral point-wise spectra to Differential + // + for (count = 0; count < maxi - 1; ++count) + { + Arb_y[count] = (Arb_y[count] - Arb_y[count + 1]) + / (Arb_x[count + 1] - Arb_x[count]); + } + --maxi; + } + + if (EnergySpec == false) + { + // Change currently stored values (emin etc) which are actually momenta + // to energies + // + G4ParticleDefinition* pdef = threadLocalData.Get().particle_definition; + if (pdef == nullptr) + { + G4Exception("G4SPSEneDistribution::ExpInterpolation", + "Event0302", FatalException, + "Error: particle not defined"); + } + else + { + // Apply Energy**2 = p**2c**2 + m0**2c**4 + // p should be entered as E/c i.e. without the division by c + // being done - energy equivalent + + G4double mass = pdef->GetPDGMass(); + + // Convert point to energy unit and its value to per energy unit + // + G4double total_energy; + for (count = 0; count < maxi; ++count) + { + total_energy = std::sqrt((Arb_x[count] * Arb_x[count]) + (mass * mass)); + Arb_y[count] = Arb_y[count] * Arb_x[count] / total_energy; + Arb_x[count] = total_energy - mass; // kinetic energy + } + } + } + + i = 1; + + if ( Arb_ezero ) { delete[] Arb_ezero; Arb_ezero = 0; } + if ( Arb_Const ) { delete[] Arb_Const; Arb_Const = 0; } + Arb_ezero = new G4double [1024]; + Arb_Const = new G4double [1024]; + Arb_ezero_flag = true; - G4double rndm; - G4double emina, emaxa, emin, emax; + Arb_ezero[0] = 0.; + Arb_Const[0] = 0.; + Area_seg[0] = 0.; + Arb_Cum_Area[0] = 0.; + while (i < maxi) + { + G4double test = std::log(Arb_y[i]) - std::log(Arb_y[i - 1]); + if (test > 0. || test < 0.) + { + Arb_ezero[i] = -(Arb_x[i] - Arb_x[i - 1]) + / (std::log(Arb_y[i]) - std::log(Arb_y[i - 1])); + Arb_Const[i] = Arb_y[i] / (std::exp(-Arb_x[i] / Arb_ezero[i])); + Area_seg[i] = -(Arb_Const[i] * Arb_ezero[i]) + * (std::exp(-Arb_x[i] / Arb_ezero[i]) + - std::exp(-Arb_x[i - 1] / Arb_ezero[i])); + } + else + { + G4Exception("G4SPSEneDistribution::ExpInterpolation", + "Event0302", JustWarning, + "Flat line segment: problem, setting to zero parameters."); + G4cout << "Flat line segment: problem" << G4endl; + Arb_ezero[i] = 0.; + Arb_Const[i] = 0.; + Area_seg[i] = 0.; + } + sum = sum + Area_seg[i]; + Arb_Cum_Area[i] = Arb_Cum_Area[i - 1] + Area_seg[i]; + if (verbosityLevel == 2) + { + G4cout << Arb_ezero[i] << Arb_Const[i] << Area_seg[i] << G4endl; + } + ++i; + } - G4double normal = 1.; + i = 0; + while (i < maxi) + { + Arb_Cum_Area[i] = Arb_Cum_Area[i] / sum; + IPDFArbEnergyH.InsertValues(Arb_x[i], Arb_Cum_Area[i]); + ++i; + } - emin = params.Emin; - emax = params.Emax; - // if (EnergyDisType == "Arb") { - // emin = ArbEmin; - // emax = ArbEmax; - //} + // Now scale the ArbEnergyH, needed by Probability() + // + ArbEnergyH.ScaleVector(1., 1./sum); - rndm = eneRndm->GenRandEnergy(); + if (verbosityLevel >= 1) + { + G4cout << "Leaving ExpInterpolation " << G4endl; + } +} - if (biasalpha != -1.) - { - emina = std::pow(emin, biasalpha + 1); - emaxa = std::pow(emax, biasalpha + 1); - G4double ee = ((rndm * (emaxa - emina)) + emina); - params.particle_energy = std::pow(ee, (1. / (biasalpha + 1.))); - normal = 1./(1+biasalpha) * (emaxa - emina); +void G4SPSEneDistribution::SplineInterpolation() // MT: Lock in caller +{ + // Interpolation using Splines. + // Create Normalised arrays, make x 0->1 and y hold the function (Energy) + // + // Current method based on the above will not work in all cases. + // New method is implemented below. + + G4double sum, Arb_x[1024], Arb_y[1024], Arb_Cum_Area[1024]; + G4int i, count; + + G4int maxi = ArbEnergyH.GetVectorLength(); + for (i = 0; i < maxi; ++i) + { + Arb_x[i] = ArbEnergyH.GetLowEdgeEnergy(std::size_t(i)); + Arb_y[i] = ArbEnergyH(std::size_t(i)); + } + + // Points are now in x,y arrays. If the spectrum is integral it has to be + // made differential and if momentum it has to be made energy + + if (DiffSpec == false) + { + // Converts integral point-wise spectra to Differential + // + for (count = 0; count < maxi - 1; ++count) + { + Arb_y[count] = (Arb_y[count] - Arb_y[count + 1]) + / (Arb_x[count + 1] - Arb_x[count]); + } + --maxi; + } + + if (EnergySpec == false) + { + // Change currently stored values (emin etc) which are actually momenta + // to energies + // + G4ParticleDefinition* pdef = threadLocalData.Get().particle_definition; + if (pdef == nullptr) + { + G4Exception("G4SPSEneDistribution::SplineInterpolation", + "Event0302", FatalException, + "Error: particle not defined"); } else { - G4double ee = (std::log(emin) + rndm * (std::log(emax) - std::log(emin))); - params.particle_energy = std::exp(ee); - normal = std::log(emax) - std::log(emin) ; + // Apply Energy**2 = p**2c**2 + m0**2c**4 + // p should be entered as E/c i.e. without the division by c + // being done - energy equivalent + + G4double mass = pdef->GetPDGMass(); + + // Convert point to energy unit and its value to per energy unit + // + G4double total_energy; + for (count = 0; count < maxi; ++count) + { + total_energy = std::sqrt((Arb_x[count] * Arb_x[count]) + (mass * mass)); + Arb_y[count] = Arb_y[count] * Arb_x[count] / total_energy; + Arb_x[count] = total_energy - mass; // kinetic energy + } } - params.weight = GetProbability(params.particle_energy) - / (std::pow(params.particle_energy,biasalpha)/normal); + } + + i = 1; + Arb_Cum_Area[0] = 0.; + sum = 0.; + Splinetemp = new G4DataInterpolation(Arb_x, Arb_y, maxi, 0., 0.); + G4double ei[101], prob[101]; + for ( auto it = SplineInt.begin(); it!=SplineInt.end() ; ++it) + { + delete *it; + *it = 0; + } + SplineInt.clear(); + SplineInt.resize(1024,nullptr); + while (i < maxi) + { + // 100 step per segment for the integration of area + + G4double de = (Arb_x[i] - Arb_x[i - 1])/100.; + G4double area = 0.; + + for (count = 0; count < 101; ++count) + { + ei[count] = Arb_x[i - 1] + de*count ; + prob[count] = Splinetemp->CubicSplineInterpolation(ei[count]); + if (prob[count] < 0.) + { + G4ExceptionDescription ED; + ED << "Warning: G4DataInterpolation returns value < 0 " << prob[count] + << " " << ei[count] << G4endl; + G4Exception("G4SPSEneDistribution::SplineInterpolation", "Event0303", + FatalException, ED); + } + area += prob[count]*de; + } + Arb_Cum_Area[i] = Arb_Cum_Area[i - 1] + area; + sum += area; - if (verbosityLevel >= 1) + prob[0] = prob[0]/(area/de); + for (count = 1; count < 100; ++count) { - G4cout << "Energy is " << params.particle_energy << G4endl; + prob[count] = prob[count-1] + prob[count]/(area/de); } + + SplineInt[i] = new G4DataInterpolation(prob, ei, 101, 0., 0.); + + // NOTE: i starts from 1! + // + ++i; + } + + i = 0; + while (i < maxi) + { + Arb_Cum_Area[i] = Arb_Cum_Area[i] / sum; // normalisation + IPDFArbEnergyH.InsertValues(Arb_x[i], Arb_Cum_Area[i]); + ++i; + } + + // Now scale the ArbEnergyH, needed by Probability() + // + ArbEnergyH.ScaleVector(1., 1./sum); + + if (verbosityLevel > 0) + { + G4cout << "Leaving SplineInterpolation " << G4endl; + } } -void G4SPSEneDistribution::GenerateExpEnergies(G4bool bArb = false) +void G4SPSEneDistribution::GenerateMonoEnergetic() { - // Method to generate particle energies distributed according - // to an exponential curve. - G4double rndm; + // Method to generate MonoEnergetic particles - if (bArb) - { - rndm = G4UniformRand(); + threadLocalData.Get().particle_energy = MonoEnergy; +} + +void G4SPSEneDistribution::GenerateGaussEnergies() +{ + // Method to generate Gaussian particles + + G4double ene = G4RandGauss::shoot(MonoEnergy,SE); + if (ene < 0) ene = 0.; + threadLocalData.Get().particle_energy = ene; +} + +void G4SPSEneDistribution::GenerateLinearEnergies(G4bool bArb = false) +{ + G4double rndm; + threadLocal_t& params = threadLocalData.Get(); + G4double emaxsq = std::pow(params.Emax, 2.); // Emax squared + G4double eminsq = std::pow(params.Emin, 2.); // Emin squared + G4double intersq = std::pow(params.cept, 2.); // cept squared + + if (bArb) rndm = G4UniformRand(); + else rndm = eneRndm->GenRandEnergy(); + + G4double bracket = ((params.grad / 2.) + * (emaxsq - eminsq) + + params.cept * (params.Emax - params.Emin)); + bracket = bracket * rndm; + bracket = bracket + (params.grad / 2.) * eminsq + params.cept * params.Emin; + + // Now have a quad of form m/2 E**2 + cE - bracket = 0 + // + bracket = -bracket; + + if (params.grad != 0.) + { + G4double sqbrack = (intersq - 4 * (params.grad / 2.) * (bracket)); + sqbrack = std::sqrt(sqbrack); + G4double root1 = -params.cept + sqbrack; + root1 = root1 / (2. * (params.grad / 2.)); + + G4double root2 = -params.cept - sqbrack; + root2 = root2 / (2. * (params.grad / 2.)); + + if (root1 > params.Emin && root1 < params.Emax) + { + params.particle_energy = root1; } - else + if (root2 > params.Emin && root2 < params.Emax) { - rndm = eneRndm->GenRandEnergy(); + params.particle_energy = root2; } + } + else if (params.grad == 0.) + { + // have equation of form cE - bracket =0 + // + params.particle_energy = bracket / params.cept; + } - threadLocal_t& params = threadLocalData.Get(); - params.particle_energy = -params.Ezero * (std::log(rndm * (std::exp(-params.Emax / params.Ezero) - std::exp(-params.Emin / params.Ezero)) + std::exp(-params.Emin / params.Ezero))); - if (verbosityLevel >= 1) - { - G4cout << "Energy is " << params.particle_energy << G4endl; - } + if (params.particle_energy < 0.) + { + params.particle_energy = -params.particle_energy; + } + + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << params.particle_energy << G4endl; + } } -void G4SPSEneDistribution::GenerateBremEnergies() +void G4SPSEneDistribution::GeneratePowEnergies(G4bool bArb = false) { - // Method to generate particle energies distributed according - // to a Bremstrahlung equation of - // form I = const*((kT)**1/2)*E*(e**(-E/kT)) + // Method to generate particle energies distributed as a power-law - G4double rndm; - rndm = eneRndm->GenRandEnergy(); - G4double expmax, expmin, k; + G4double rndm; + G4double emina, emaxa; - k = 8.6181e-11; // Boltzmann's const in MeV/K - G4double ksq = std::pow(k, 2.); // k squared - G4double Tsq = std::pow(Temp, 2.); // Temp squared - - threadLocal_t& params = threadLocalData.Get(); - - expmax = std::exp(-params.Emax / (k * Temp)); - expmin = std::exp(-params.Emin / (k * Temp)); + threadLocal_t& params = threadLocalData.Get(); + + emina = std::pow(params.Emin, params.alpha + 1); + emaxa = std::pow(params.Emax, params.alpha + 1); + + if (bArb) rndm = G4UniformRand(); + else rndm = eneRndm->GenRandEnergy(); + + if (params.alpha != -1.) + { + G4double ene = ((rndm * (emaxa - emina)) + emina); + ene = std::pow(ene, (1. / (params.alpha + 1.))); + params.particle_energy = ene; + } + else + { + G4double ene = (std::log(params.Emin) + + rndm * (std::log(params.Emax) - std::log(params.Emin))); + params.particle_energy = std::exp(ene); + } + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << params.particle_energy << G4endl; + } +} - // If either expmax or expmin are zero then this will cause problems - // Most probably this will be because T is too low or E is too high +void G4SPSEneDistribution::GenerateCPowEnergies() +{ + // Method to generate particle energies distributed in + // cutoff power-law distribution + // + // CP_x holds Energies, and CPHist holds the cumulative histo. + // binary search to find correct bin then lin interpolation. + // Use the earlier defined histogram + RandGeneral method to generate + // random numbers following the histos distribution + + G4double rndm = eneRndm->GenRandEnergy(); + G4int nabove = 10001, nbelow = 0, middle; + + G4AutoLock l(&mutex); + G4bool done = CPhistCalcd; + l.unlock(); + + if(!done) + { + Calculate(); //This is has a lock inside, risk is to do it twice + l.lock(); + CPhistCalcd = true; + l.unlock(); + } - if (expmax == 0.) + // Binary search to find bin that rndm is in + // + while (nabove - nbelow > 1) + { + middle = (nabove + nbelow) / 2; + if (rndm == CPHist->at(middle)) { - G4Exception("G4SPSEneDistribution::GenerateBremEnergies", - "Event0302",FatalException, - "*****EXPMAX=0. Choose different E's or Temp"); + break; } - if (expmin == 0.) + if (rndm < CPHist->at(middle)) { - G4Exception("G4SPSEneDistribution::GenerateBremEnergies", - "Event0302",FatalException, - "*****EXPMIN=0. Choose different E's or Temp"); + nabove = middle; } + else + { + nbelow = middle; + } + } + + // Now interpolate in that bin to find the correct output value + // + G4double x1, x2, y1, y2, t, q; + x1 = CP_x->at(nbelow); + if(nbelow+1 == static_cast(CP_x->size())) + { + x2 = CP_x->back(); + } + else + { + x2 = CP_x->at(nbelow + 1); + } + y1 = CPHist->at(nbelow); + if(nbelow+1 == static_cast(CPHist->size())) + { + G4cout << CPHist->back() << G4endl; + y2 = CPHist->back(); + } + else + { + y2 = CPHist->at(nbelow + 1); + } + t = (y2 - y1) / (x2 - x1); + q = y1 - t * x1; + + threadLocalData.Get().particle_energy = (rndm - q) / t; + + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << threadLocalData.Get().particle_energy << G4endl; + } +} + +void G4SPSEneDistribution::GenerateBiasPowEnergies() +{ + // Method to generate particle energies distributed as + // in biased power-law and calculate its weight + + threadLocal_t& params = threadLocalData.Get(); + + G4double rndm; + G4double emina, emaxa, emin, emax; + + G4double normal = 1.; + + emin = params.Emin; + emax = params.Emax; + + rndm = eneRndm->GenRandEnergy(); + + if (biasalpha != -1.) + { + emina = std::pow(emin, biasalpha + 1); + emaxa = std::pow(emax, biasalpha + 1); + G4double ee = ((rndm * (emaxa - emina)) + emina); + params.particle_energy = std::pow(ee, (1. / (biasalpha + 1.))); + normal = 1./(1+biasalpha) * (emaxa - emina); + } + else + { + G4double ee = (std::log(emin) + rndm * (std::log(emax) - std::log(emin))); + params.particle_energy = std::exp(ee); + normal = std::log(emax) - std::log(emin); + } + params.weight = GetProbability(params.particle_energy) + / (std::pow(params.particle_energy,biasalpha)/normal); + + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << params.particle_energy << G4endl; + } +} - G4double tempvar = rndm * ((-k) * Temp * (params.Emax * expmax - params.Emin * expmin) - (ksq * Tsq * (expmax - expmin))); - - G4double bigc = (tempvar - k * Temp * params.Emin * expmin - ksq * Tsq * expmin) / (-k * Temp); - - // This gives an equation of form: Ee(-E/kT) + kTe(-E/kT) - C =0 - // Solve this iteratively, step from Emin to Emax in 1000 steps - // and take the best solution. +void G4SPSEneDistribution::GenerateExpEnergies(G4bool bArb = false) +{ + // Method to generate particle energies distributed according + // to an exponential curve - G4double erange = params.Emax - params.Emin; - G4double steps = erange / 1000.; - G4int i; - G4double etest, diff, err; + G4double rndm; - err = 100000.; + if (bArb) rndm = G4UniformRand(); + else rndm = eneRndm->GenRandEnergy(); - for (i = 1; i < 1000; i++) - { - etest = params.Emin + (i - 1) * steps; + threadLocal_t& params = threadLocalData.Get(); + params.particle_energy = -params.Ezero + * (std::log(rndm * (std::exp(-params.Emax + / params.Ezero) + - std::exp(-params.Emin + / params.Ezero)) + + std::exp(-params.Emin / params.Ezero))); + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << params.particle_energy << G4endl; + } +} - diff = etest * (std::exp(-etest / (k * Temp))) + k * Temp * (std::exp(-etest / (k * Temp))) - bigc; +void G4SPSEneDistribution::GenerateBremEnergies() +{ + // Method to generate particle energies distributed according + // to a Bremstrahlung equation of the form + // I = const*((kT)**1/2)*E*(e**(-E/kT)) - if (diff < 0.) - { - diff = -diff; - } + G4double rndm = eneRndm->GenRandEnergy(); + G4double expmax, expmin, k; + + k = 8.6181e-11; // Boltzmann's const in MeV/K + G4double ksq = std::pow(k, 2.); // k squared + G4double Tsq = std::pow(Temp, 2.); // Temp squared + + threadLocal_t& params = threadLocalData.Get(); + + expmax = std::exp(-params.Emax / (k * Temp)); + expmin = std::exp(-params.Emin / (k * Temp)); + + // If either expmax or expmin are zero then this will cause problems + // Most probably this will be because T is too low or E is too high + + if (expmax == 0.) + { + G4Exception("G4SPSEneDistribution::GenerateBremEnergies", + "Event0302", FatalException, + "*****EXPMAX=0. Choose different E's or Temp"); + } + if (expmin == 0.) + { + G4Exception("G4SPSEneDistribution::GenerateBremEnergies", + "Event0302", FatalException, + "*****EXPMIN=0. Choose different E's or Temp"); + } + + G4double tempvar = rndm * ((-k) * Temp * (params.Emax * expmax + - params.Emin * expmin) + - (ksq * Tsq * (expmax - expmin))); + + G4double bigc = (tempvar - k * Temp * params.Emin * expmin + - ksq * Tsq * expmin) / (-k * Temp); + + // This gives an equation of form: Ee(-E/kT) + kTe(-E/kT) - C =0 + // Solve this iteratively, step from Emin to Emax in 1000 steps + // and take the best solution. + + G4double erange = params.Emax - params.Emin; + G4double steps = erange / 1000.; + G4int i; + G4double etest, diff, err = 100000.; + + for (i = 1; i < 1000; ++i) + { + etest = params.Emin + (i - 1) * steps; + diff = etest * (std::exp(-etest / (k * Temp))) + + k * Temp * (std::exp(-etest / (k * Temp))) - bigc; + + if (diff < 0.) + { + diff = -diff; + } - if (diff < err) - { - err = diff; - params.particle_energy = etest; - } - } - if (verbosityLevel >= 1) + if (diff < err) { - G4cout << "Energy is " << params.particle_energy << G4endl; + err = diff; + params.particle_energy = etest; } + } + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << params.particle_energy << G4endl; + } } void G4SPSEneDistribution::GenerateBbodyEnergies() { - // BBody_x holds Energies, and BBHist holds the cumulative histo. - // binary search to find correct bin then lin interpolation. - // Use the earlier defined histogram + RandGeneral method to generate - // random numbers following the histos distribution. - G4double rndm; - G4int nabove, nbelow = 0, middle; - nabove = 10001; - rndm = eneRndm->GenRandEnergy(); - G4AutoLock l(&mutex); - G4bool done = BBhistCalcd; + // BBody_x holds Energies, and BBHist holds the cumulative histo. + // Binary search to find correct bin then lin interpolation. + // Use the earlier defined histogram + RandGeneral method to generate + // random numbers following the histos distribution + + G4double rndm = eneRndm->GenRandEnergy(); + G4int nabove = 10001, nbelow = 0, middle; + + G4AutoLock l(&mutex); + G4bool done = BBhistCalcd; + l.unlock(); + + if(!done) + { + Calculate(); //This is has a lock inside, risk is to do it twice + l.lock(); + BBhistCalcd = true; l.unlock(); - if(!done) - { - Calculate(); //This is has a lock inside, risk is to do it twice - l.lock(); - BBhistCalcd = true; - l.unlock(); - } - - // Binary search to find bin that rndm is in - while (nabove - nbelow > 1) - { - middle = (nabove + nbelow) / 2; - if (rndm == BBHist->at(middle)) - { - break; - } - if (rndm < BBHist->at(middle)) - { - nabove = middle; - } - else - { - nbelow = middle; - } - } - - // Now interpolate in that bin to find the correct output value. - G4double x1, x2, y1, y2, t, q; - x1 = Bbody_x->at(nbelow); - if(nbelow+1 == static_cast(Bbody_x->size())) - { - x2 = Bbody_x->back(); - } - else + } + + // Binary search to find bin that rndm is in + // + while (nabove - nbelow > 1) + { + middle = (nabove + nbelow) / 2; + if (rndm == BBHist->at(middle)) { - x2 = Bbody_x->at(nbelow + 1); + break; } - y1 = BBHist->at(nbelow); - if(nbelow+1 == static_cast(BBHist->size())) + if (rndm < BBHist->at(middle)) { - G4cout << BBHist->back() << G4endl; - y2 = BBHist->back(); + nabove = middle; } else { - y2 = BBHist->at(nbelow + 1); + nbelow = middle; } - t = (y2 - y1) / (x2 - x1); - q = y1 - t * x1; + } + + // Now interpolate in that bin to find the correct output value + // + G4double x1, x2, y1, y2, t, q; + x1 = Bbody_x->at(nbelow); + + if(nbelow+1 == static_cast(Bbody_x->size())) + { + x2 = Bbody_x->back(); + } + else + { + x2 = Bbody_x->at(nbelow + 1); + } + y1 = BBHist->at(nbelow); + if(nbelow+1 == static_cast(BBHist->size())) + { + G4cout << BBHist->back() << G4endl; + y2 = BBHist->back(); + } + else + { + y2 = BBHist->at(nbelow + 1); + } + t = (y2 - y1) / (x2 - x1); + q = y1 - t * x1; + + threadLocalData.Get().particle_energy = (rndm - q) / t; + + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << threadLocalData.Get().particle_energy << G4endl; + } +} + +void G4SPSEneDistribution::GenerateCdgEnergies() +{ + // Generate random numbers, compare with values in cumhist + // to find appropriate part of spectrum and then + // generate energy in the usual inversion way + + G4double rndm, rndm2; + G4double ene_line[3]={0,0,0}; + G4double omalpha[2]={0,0}; + threadLocal_t& params = threadLocalData.Get(); + if (params.Emin < 18 * keV && params.Emax < 18 * keV) + { + omalpha[0] = 1. - 1.4; + ene_line[0] = params.Emin; + ene_line[1] = params.Emax; + } + if (params.Emin < 18 * keV && params.Emax > 18 * keV) + { + omalpha[0] = 1. - 1.4; + omalpha[1] = 1. - 2.3; + ene_line[0] = params.Emin; + ene_line[1] = 18. * keV; + ene_line[2] = params.Emax; + } + if (params.Emin > 18 * keV) + { + omalpha[0] = 1. - 2.3; + ene_line[0] = params.Emin; + ene_line[1] = params.Emax; + } + rndm = eneRndm->GenRandEnergy(); + rndm2 = eneRndm->GenRandEnergy(); + + G4int i = 0; + while (rndm >= CDGhist[i]) + { + ++i; + } + + // Generate final energy + // + G4double ene = (std::pow(ene_line[i - 1], omalpha[i - 1]) + + (std::pow(ene_line[i], omalpha[i - 1]) + - std::pow(ene_line[i - 1], omalpha[i- 1])) * rndm2); + params.particle_energy = std::pow(ene, (1. / omalpha[i - 1])); + + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << params.particle_energy << G4endl; + } +} + +void G4SPSEneDistribution::GenUserHistEnergies() +{ + // Histograms are DIFFERENTIAL - threadLocalData.Get().particle_energy = (rndm - q) / t; + G4AutoLock l(&mutex); - if (verbosityLevel >= 1) { - G4cout << "Energy is " << threadLocalData.Get().particle_energy << G4endl; - } -} + if (IPDFEnergyExist == false) + { + G4int ii; + G4int maxbin = G4int(UDefEnergyH.GetVectorLength()); + G4double bins[1024], vals[1024], sum; + for ( ii = 0 ; ii<1024 ; ++ii ) { bins[ii]=0; vals[ii]=0; } + sum = 0.; -void G4SPSEneDistribution::GenerateCdgEnergies() { - // Gen random numbers, compare with values in cumhist - // to find appropriate part of spectrum and then - // generate energy in the usual inversion way. - // G4double pfact[2] = {8.5, 112}; - // G4double spind[2] = {1.4, 2.3}; - // G4double ene_line[3] = {1., 18., 1E6}; - G4double rndm, rndm2; - G4double ene_line[3]={0,0,0}; - G4double omalpha[2]={0,0}; - threadLocal_t& params = threadLocalData.Get(); - if (params.Emin < 18 * keV && params.Emax < 18 * keV) + if ( (EnergySpec == false) + && (threadLocalData.Get().particle_definition == nullptr)) { - omalpha[0] = 1. - 1.4; - ene_line[0] = params.Emin; - ene_line[1] = params.Emax; - } - if (params.Emin < 18 * keV && params.Emax > 18 * keV) + G4Exception("G4SPSEneDistribution::GenUserHistEnergies", + "Event0302", FatalException, + "Error: particle definition is NULL"); + } + + if (maxbin > 1024) { - omalpha[0] = 1. - 1.4; - omalpha[1] = 1. - 2.3; - ene_line[0] = params.Emin; - ene_line[1] = 18. * keV; - ene_line[2] = params.Emax; - } - if (params.Emin > 18 * keV) + G4Exception("G4SPSEneDistribution::GenUserHistEnergies", + "Event0302", JustWarning, + "Maxbin>1024\n Setting maxbin to 1024, other bins are lost"); + maxbin = 1024; + } + + if (DiffSpec == false) { - omalpha[0] = 1. - 2.3; - ene_line[0] = params.Emin; - ene_line[1] = params.Emax; - } - rndm = eneRndm->GenRandEnergy(); - rndm2 = eneRndm->GenRandEnergy(); + G4cout << "Histograms are Differential!!! " << G4endl; + } + else + { + bins[0] = UDefEnergyH.GetLowEdgeEnergy(std::size_t(0)); + vals[0] = UDefEnergyH(std::size_t(0)); + sum = vals[0]; + for (ii = 1; ii < maxbin; ++ii) + { + bins[ii] = UDefEnergyH.GetLowEdgeEnergy(std::size_t(ii)); + vals[ii] = UDefEnergyH(std::size_t(ii)) + vals[ii - 1]; + sum = sum + UDefEnergyH(std::size_t(ii)); + } + } - G4int i = 0; - while (rndm >= CDGhist[i]) + if (EnergySpec == false) + { + G4double mass = threadLocalData.Get().particle_definition->GetPDGMass(); + + // Multiply the function (vals) up by the bin width + // to make the function counts/s (i.e. get rid of momentum dependence) + + for (ii = 1; ii < maxbin; ++ii) + { + vals[ii] = vals[ii] * (bins[ii] - bins[ii - 1]); + } + + // Put energy bins into new histo, plus divide by energy bin width + // to make evals counts/s/energy + // + for (ii = 0; ii < maxbin; ++ii) + { + // kinetic energy + // + bins[ii] = std::sqrt((bins[ii]*bins[ii])+(mass*mass))-mass; + } + for (ii = 1; ii < maxbin; ++ii) + { + vals[ii] = vals[ii] / (bins[ii] - bins[ii - 1]); + } + sum = vals[maxbin - 1]; + vals[0] = 0.; + } + for (ii = 0; ii < maxbin; ++ii) { - i++; - } - // Generate final energy. - G4double ene = (std::pow(ene_line[i - 1], omalpha[i - 1]) + (std::pow(ene_line[i], omalpha[i - 1]) - std::pow(ene_line[i - 1], omalpha[i- 1])) * rndm2); - params.particle_energy = std::pow(ene, (1. / omalpha[i - 1])); + vals[ii] = vals[ii] / sum; + IPDFEnergyH.InsertValues(bins[ii], vals[ii]); + } - if (verbosityLevel >= 1) + IPDFEnergyExist = true; + if (verbosityLevel > 1) { - G4cout << "Energy is " << params.particle_energy << G4endl; + IPDFEnergyH.DumpValues(); } + } + l.unlock(); + + // IPDF has been create so carry on + // + G4double rndm = eneRndm->GenRandEnergy(); + threadLocalData.Get().particle_energy= IPDFEnergyH.GetEnergy(rndm); + + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << particle_energy << G4endl; + } } -void G4SPSEneDistribution::GenUserHistEnergies() +G4double G4SPSEneDistribution::GetArbEneWeight(G4double ene) { - // Histograms are DIFFERENTIAL. - // G4cout << "In GenUserHistEnergies " << G4endl; - G4AutoLock l(&mutex); - if (IPDFEnergyExist == false) - { - G4int ii; - G4int maxbin = G4int(UDefEnergyH.GetVectorLength()); - G4double bins[1024], vals[1024], sum; - for ( ii = 0 ; ii<1024 ; ++ii ) { bins[ii]=0; vals[ii]=0; } - sum = 0.; - - if ((EnergySpec == false) && (threadLocalData.Get().particle_definition == NULL)) - { - G4Exception("G4SPSEneDistribution::GenUserHistEnergies", - "Event0302",FatalException, - "Error: particle definition is NULL"); - } - - if (maxbin > 1024) - { - G4Exception("G4SPSEneDistribution::GenUserHistEnergies", - "Event0302",JustWarning,"Maxbin>1024\n Setting maxbin to 1024, other bins are lost"); - maxbin = 1024; - } - - if (DiffSpec == false) - { - G4cout << "Histograms are Differential!!! " << G4endl; - } - else - { - bins[0] = UDefEnergyH.GetLowEdgeEnergy(size_t(0)); - vals[0] = UDefEnergyH(size_t(0)); - sum = vals[0]; - for (ii = 1; ii < maxbin; ii++) - { - bins[ii] = UDefEnergyH.GetLowEdgeEnergy(size_t(ii)); - vals[ii] = UDefEnergyH(size_t(ii)) + vals[ii - 1]; - sum = sum + UDefEnergyH(size_t(ii)); - } - } - - if (EnergySpec == false) - { - G4double mass = threadLocalData.Get().particle_definition->GetPDGMass(); - // multiply the function (vals) up by the bin width - // to make the function counts/s (i.e. get rid of momentum - // dependence). - for (ii = 1; ii < maxbin; ii++) - { - vals[ii] = vals[ii] * (bins[ii] - bins[ii - 1]); - } - // Put energy bins into new histo, plus divide by energy bin width - // to make evals counts/s/energy - for (ii = 0; ii < maxbin; ii++) - { - bins[ii] = std::sqrt((bins[ii] * bins[ii]) + (mass * mass))- mass; //kinetic energy - } - for (ii = 1; ii < maxbin; ii++) - { - vals[ii] = vals[ii] / (bins[ii] - bins[ii - 1]); - } - sum = vals[maxbin - 1]; - vals[0] = 0.; - } - for (ii = 0; ii < maxbin; ii++) - { - vals[ii] = vals[ii] / sum; - IPDFEnergyH.InsertValues(bins[ii], vals[ii]); - } - - // Make IPDFEnergyExist = true - IPDFEnergyExist = true; - if (verbosityLevel > 1) - { - IPDFEnergyH.DumpValues(); - } - } - l.unlock(); - - // IPDF has been create so carry on - G4double rndm = eneRndm->GenRandEnergy(); - threadLocalData.Get().particle_energy= IPDFEnergyH.GetEnergy(rndm); + auto nbelow = IPDFArbEnergyH.FindBin(ene,(IPDFArbEnergyH.GetVectorLength())/2); + G4double wei = 0.; + if(IntType=="Lin") + { + // note: grad[i] and cept[i] are calculated with x[i-1] and x[i] + auto gr = Arb_grad[nbelow + 1]; + auto ce = Arb_cept[nbelow + 1]; + wei = ene*gr + ce; + } + else if(IntType=="Log") + { + auto alp = Arb_alpha[nbelow + 1]; + auto cns = Arb_Const[nbelow + 1]; + wei = cns * std::pow(ene,alp); + } + else if(IntType=="Exp") + { + auto e0 = Arb_ezero[nbelow + 1]; + auto cns = Arb_Const[nbelow + 1]; + wei = cns * std::exp(-ene/e0); + } + else if(IntType=="Spline") + { + wei = SplineInt[nbelow+1]->CubicSplineInterpolation(ene); + } + return wei; +} + +void G4SPSEneDistribution::GenArbPointEnergies() +{ + if (verbosityLevel > 0) + { + G4cout << "In GenArbPointEnergies" << G4endl; + } + + G4double rndm = eneRndm->GenRandEnergy(); - if (verbosityLevel >= 1) + // Find the Bin, have x, y, no of points, and cumulative area distribution + // + G4int nabove = IPDFArbEnergyH.GetVectorLength(), nbelow = 0, middle; + + // Binary search to find bin that rndm is in + // + while (nabove - nbelow > 1) + { + middle = (nabove + nbelow) / 2; + if (rndm == IPDFArbEnergyH(std::size_t(middle))) { - G4cout << "Energy is " << particle_energy << G4endl; + break; } + if (rndm < IPDFArbEnergyH(std::size_t(middle))) + { + nabove = middle; + } + else + { + nbelow = middle; + } + } + threadLocal_t& params = threadLocalData.Get(); + if (IntType == "Lin") + { + // Update thread-local copy of parameters + // + params.Emax = IPDFArbEnergyH.GetLowEdgeEnergy(std::size_t(nbelow + 1)); + params.Emin = IPDFArbEnergyH.GetLowEdgeEnergy(std::size_t(nbelow)); + params.grad = Arb_grad[nbelow + 1]; + params.cept = Arb_cept[nbelow + 1]; + GenerateLinearEnergies(true); + } + else if (IntType == "Log") + { + params.Emax = IPDFArbEnergyH.GetLowEdgeEnergy(std::size_t(nbelow + 1)); + params.Emin = IPDFArbEnergyH.GetLowEdgeEnergy(std::size_t(nbelow)); + params.alpha = Arb_alpha[nbelow + 1]; + GeneratePowEnergies(true); + } + else if (IntType == "Exp") + { + params.Emax = IPDFArbEnergyH.GetLowEdgeEnergy(std::size_t(nbelow + 1)); + params.Emin = IPDFArbEnergyH.GetLowEdgeEnergy(std::size_t(nbelow)); + params.Ezero = Arb_ezero[nbelow + 1]; + GenerateExpEnergies(true); + } + else if (IntType == "Spline") + { + params.Emax = IPDFArbEnergyH.GetLowEdgeEnergy(std::size_t(nbelow + 1)); + params.Emin = IPDFArbEnergyH.GetLowEdgeEnergy(std::size_t(nbelow)); + params.particle_energy = -1e100; + rndm = eneRndm->GenRandEnergy(); + while (params.particle_energy < params.Emin + || params.particle_energy > params.Emax) + { + params.particle_energy = + SplineInt[nbelow+1]->CubicSplineInterpolation(rndm); + rndm = eneRndm->GenRandEnergy(); + } + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << params.particle_energy << G4endl; + } + } + else + { + G4Exception("G4SPSEneDistribution::GenArbPointEnergies", "Event0302", + FatalException, "Error: IntType unknown type"); + } } -void G4SPSEneDistribution::GenArbPointEnergies() +void G4SPSEneDistribution::GenEpnHistEnergies() { - if (verbosityLevel > 0) - { - G4cout << "In GenArbPointEnergies" << G4endl; - } - G4double rndm; - rndm = eneRndm->GenRandEnergy(); - // IPDFArbEnergyH.DumpValues(); - // Find the Bin - // have x, y, no of points, and cumulative area distribution - G4int nabove, nbelow = 0, middle; - nabove = IPDFArbEnergyH.GetVectorLength(); - // G4cout << nabove << G4endl; - // Binary search to find bin that rndm is in - while (nabove - nbelow > 1) - { - middle = (nabove + nbelow) / 2; - if (rndm == IPDFArbEnergyH(size_t(middle))) - { - break; - } - if (rndm < IPDFArbEnergyH(size_t(middle))) - { - nabove = middle; - } - else - { - nbelow = middle; - } - } - threadLocal_t& params = threadLocalData.Get(); - if (IntType == "Lin") - { - //Update thread-local copy of parameters - params.Emax = IPDFArbEnergyH.GetLowEdgeEnergy(size_t(nbelow + 1)); - params.Emin = IPDFArbEnergyH.GetLowEdgeEnergy(size_t(nbelow)); - params.grad = Arb_grad[nbelow + 1]; - params.cept = Arb_cept[nbelow + 1]; - // G4cout << rndm << " " << Emax << " " << Emin << " " << grad << " " << cept << G4endl; - GenerateLinearEnergies(true); - } - else if (IntType == "Log") - { - params.Emax = IPDFArbEnergyH.GetLowEdgeEnergy(size_t(nbelow + 1)); - params.Emin = IPDFArbEnergyH.GetLowEdgeEnergy(size_t(nbelow)); - params.alpha = Arb_alpha[nbelow + 1]; - // G4cout << rndm << " " << Emax << " " << Emin << " " << alpha << G4endl; - GeneratePowEnergies(true); - } - else if (IntType == "Exp") - { - params.Emax = IPDFArbEnergyH.GetLowEdgeEnergy(size_t(nbelow + 1)); - params.Emin = IPDFArbEnergyH.GetLowEdgeEnergy(size_t(nbelow)); - params.Ezero = Arb_ezero[nbelow + 1]; - // G4cout << rndm << " " << Emax << " " << Emin << " " << Ezero << G4endl; - GenerateExpEnergies(true); - } - else if (IntType == "Spline") - { - params.Emax = IPDFArbEnergyH.GetLowEdgeEnergy(size_t(nbelow + 1)); - params.Emin = IPDFArbEnergyH.GetLowEdgeEnergy(size_t(nbelow)); - params.particle_energy = -1e100; - rndm = eneRndm->GenRandEnergy(); - while (params.particle_energy < params.Emin || params.particle_energy > params.Emax) - { - params.particle_energy = SplineInt[nbelow+1]->CubicSplineInterpolation(rndm); - rndm = eneRndm->GenRandEnergy(); - } - if (verbosityLevel >= 1) - { - G4cout << "Energy is " << params.particle_energy << G4endl; - } - } - else + // Firstly convert to energy if not already done + + G4AutoLock l(&mutex); + + if (Epnflag == true) // true means spectrum is epn, false means e + { + // Convert to energy by multiplying by A number + // + ConvertEPNToEnergy(); + } + if (IPDFEnergyExist == false) + { + // IPDF has not been created, so create it + // + G4double bins[1024], vals[1024], sum; + G4int ii; + G4int maxbin = G4int(UDefEnergyH.GetVectorLength()); + bins[0] = UDefEnergyH.GetLowEdgeEnergy(std::size_t(0)); + vals[0] = UDefEnergyH(std::size_t(0)); + sum = vals[0]; + for (ii = 1; ii < maxbin; ++ii) + { + bins[ii] = UDefEnergyH.GetLowEdgeEnergy(std::size_t(ii)); + vals[ii] = UDefEnergyH(std::size_t(ii)) + vals[ii - 1]; + sum = sum + UDefEnergyH(std::size_t(ii)); + } + + l.lock(); + for (ii = 0; ii < maxbin; ++ii) { - G4Exception("G4SPSEneDistribution::GenArbPointEnergies","Event0302", - FatalException,"Error: IntType unknown type"); - } -} - -void G4SPSEneDistribution::GenEpnHistEnergies() { - // G4cout << "In GenEpnHistEnergies " << Epnflag << G4endl; - - // Firstly convert to energy if not already done. - G4AutoLock l(&mutex); - if (Epnflag == true) - // epnflag = true means spectrum is epn, false means e. - { - // convert to energy by multiplying by A number - ConvertEPNToEnergy(); - // EpnEnergyH will be replace by UDefEnergyH. - // UDefEnergyH.DumpValues(); - } - if (IPDFEnergyExist == false) - { - // IPDF has not been created, so create it - G4double bins[1024], vals[1024], sum; - G4int ii; - G4int maxbin = G4int(UDefEnergyH.GetVectorLength()); - bins[0] = UDefEnergyH.GetLowEdgeEnergy(size_t(0)); - vals[0] = UDefEnergyH(size_t(0)); - sum = vals[0]; - for (ii = 1; ii < maxbin; ii++) - { - bins[ii] = UDefEnergyH.GetLowEdgeEnergy(size_t(ii)); - vals[ii] = UDefEnergyH(size_t(ii)) + vals[ii - 1]; - sum = sum + UDefEnergyH(size_t(ii)); - } - - l.lock(); - for (ii = 0; ii < maxbin; ii++) - { - vals[ii] = vals[ii] / sum; - IPDFEnergyH.InsertValues(bins[ii], vals[ii]); - } - // Make IPDFEpnExist = true - IPDFEnergyExist = true; + vals[ii] = vals[ii] / sum; + IPDFEnergyH.InsertValues(bins[ii], vals[ii]); + } + IPDFEnergyExist = true; - } - l.unlock(); - // IPDFEnergyH.DumpValues(); - // IPDF has been create so carry on - G4double rndm = eneRndm->GenRandEnergy(); - threadLocalData.Get().particle_energy = IPDFEnergyH.GetEnergy(rndm); - - if (verbosityLevel >= 1) - { - G4cout << "Energy is " << threadLocalData.Get().particle_energy << G4endl; - } -} - -//MT: lock in caller -void G4SPSEneDistribution::ConvertEPNToEnergy() -{ - // Use this before particle generation to convert the - // currently stored histogram from energy/nucleon - // to energy. - // G4cout << "In ConvertEpntoEnergy " << G4endl; - threadLocal_t& params = threadLocalData.Get(); - if (params.particle_definition == NULL) - { - G4cout << "Error: particle not defined" << G4endl; - } - else - { - // Need to multiply histogram by the number of nucleons. - // Baryon Number looks to hold the no. of nucleons. - G4int Bary = params.particle_definition->GetBaryonNumber(); - // G4cout << "Baryon No. " << Bary << G4endl; - // Change values in histogram, Read it out, delete it, re-create it - G4int count, maxcount; - maxcount = G4int(EpnEnergyH.GetVectorLength()); - // G4cout << maxcount << G4endl; - G4double ebins[1024], evals[1024]; - if (maxcount > 1024) - { - G4Exception("G4SPSEneDistribution::ConvertEPNToEnergy()","gps001", JustWarning, - "Histogram contains more than 1024 bins!\nThose above 1024 will be ignored"); - maxcount = 1024; - } - if (maxcount < 1) - { - G4Exception("G4SPSEneDistribution::ConvertEPNToEnergy()","gps001", FatalException,"Histogram contains less than 1 bin!\nRedefine the histogram"); - return; - } - for (count = 0; count < maxcount; count++) - { - // Read out - ebins[count] = EpnEnergyH.GetLowEdgeEnergy(size_t(count)); - evals[count] = EpnEnergyH(size_t(count)); - } - - // Multiply the channels by the nucleon number to give energies - for (count = 0; count < maxcount; count++) - { - ebins[count] = ebins[count] * Bary; - } - - // Set Emin and Emax - params.Emin = ebins[0]; - if (maxcount > 1) - { - params.Emax = ebins[maxcount - 1]; - } - else - { - params.Emax = ebins[0]; - } - // Put energy bins into new histogram - UDefEnergyH. - for (count = 0; count < maxcount; count++) - { - UDefEnergyH.InsertValues(ebins[count], evals[count]); - } - Epnflag = false; //so that you dont repeat this method. - } + } + l.unlock(); + + // IPDF has been create so carry on + // + G4double rndm = eneRndm->GenRandEnergy(); + threadLocalData.Get().particle_energy = IPDFEnergyH.GetEnergy(rndm); + + if (verbosityLevel >= 1) + { + G4cout << "Energy is " << threadLocalData.Get().particle_energy << G4endl; + } } -// -void G4SPSEneDistribution::ReSetHist(G4String atype) -{ - G4AutoLock l(&mutex); - if (atype == "energy") - { - UDefEnergyH = IPDFEnergyH = ZeroPhysVector; - IPDFEnergyExist = false; - Emin = 0.; - Emax = 1e30; - } - else if (atype == "arb") - { - ArbEnergyH = IPDFArbEnergyH = ZeroPhysVector; - IPDFArbExist = false; - } - else if (atype == "epn") - { - UDefEnergyH = IPDFEnergyH = ZeroPhysVector; - IPDFEnergyExist = false; - EpnEnergyH = ZeroPhysVector; - } +void G4SPSEneDistribution::ConvertEPNToEnergy() // MT: lock in caller +{ + // Use this before particle generation to convert the + // currently stored histogram from energy/nucleon to energy. + + threadLocal_t& params = threadLocalData.Get(); + if (params.particle_definition == nullptr) + { + G4cout << "Error: particle not defined" << G4endl; + } + else + { + // Need to multiply histogram by the number of nucleons. + // Baryon Number looks to hold the no. of nucleons + // + G4int Bary = params.particle_definition->GetBaryonNumber(); + + // Change values in histogram, Read it out, delete it, re-create it + // + G4int count, maxcount; + maxcount = G4int(EpnEnergyH.GetVectorLength()); + G4double ebins[1024], evals[1024]; + if (maxcount > 1024) + { + G4Exception("G4SPSEneDistribution::ConvertEPNToEnergy()", + "gps001", JustWarning, + "Histogram contains more than 1024 bins!\n\ + Those above 1024 will be ignored"); + maxcount = 1024; + } + if (maxcount < 1) + { + G4Exception("G4SPSEneDistribution::ConvertEPNToEnergy()", + "gps001", FatalException, + "Histogram contains less than 1 bin!\nRedefine the histogram"); + return; + } + for (count = 0; count < maxcount; ++count) + { + // Read out + ebins[count] = EpnEnergyH.GetLowEdgeEnergy(std::size_t(count)); + evals[count] = EpnEnergyH(std::size_t(count)); + } + + // Multiply the channels by the nucleon number to give energies + // + for (count = 0; count < maxcount; ++count) + { + ebins[count] = ebins[count] * Bary; + } + + // Set Emin and Emax + // + params.Emin = ebins[0]; + if (maxcount > 1) + { + params.Emax = ebins[maxcount - 1]; + } else { - G4cout << "Error, histtype not accepted " << G4endl; - } + params.Emax = ebins[0]; + } + + // Put energy bins into new histogram - UDefEnergyH + // + for (count = 0; count < maxcount; ++count) + { + UDefEnergyH.InsertValues(ebins[count], evals[count]); + } + Epnflag = false; // so that you dont repeat this method + } +} + +void G4SPSEneDistribution::ReSetHist(const G4String& atype) +{ + G4AutoLock l(&mutex); + if (atype == "energy") + { + UDefEnergyH = IPDFEnergyH = ZeroPhysVector; + IPDFEnergyExist = false; + Emin = 0.; + Emax = 1e30; + } + else if (atype == "arb") + { + ArbEnergyH = IPDFArbEnergyH = ZeroPhysVector; + IPDFArbExist = false; + } + else if (atype == "epn") + { + UDefEnergyH = IPDFEnergyH = ZeroPhysVector; + IPDFEnergyExist = false; + EpnEnergyH = ZeroPhysVector; + } + else + { + G4cout << "Error, histtype not accepted " << G4endl; + } } G4double G4SPSEneDistribution::GenerateOne(G4ParticleDefinition* a) { - //Copy global shared status to thread-local one - threadLocal_t& params = threadLocalData.Get(); - params.particle_definition=a; - params.particle_energy=-1; + // Copy global shared status to thread-local one + // + threadLocal_t& params = threadLocalData.Get(); + params.particle_definition=a; + params.particle_energy=-1; + if(applyEvergyWeight) + { + params.Emax = ArbEmax; + params.Emin = ArbEmin; + } + else + { params.Emax = Emax; params.Emin = Emin; - params.alpha = alpha; - params.Ezero = Ezero; - params.grad = grad; - params.cept = cept; - params.weight = weight; - //particle_energy = -1.; - if((EnergyDisType == "Mono") && ((MonoEnergy>Emax)||(MonoEnergy ArbEmax) : (params.particle_energy < params.Emin|| params.particle_energy > params.Emax)) - { - if (Biased) - { - GenerateBiasPowEnergies(); - } - else - { - if (EnergyDisType == "Mono") - { - GenerateMonoEnergetic(); - } - else if (EnergyDisType == "Lin") - { - GenerateLinearEnergies(false); - } - else if (EnergyDisType == "Pow") - { - GeneratePowEnergies(false); - } - else if (EnergyDisType == "CPow") - { - GenerateCPowEnergies(); - } - else if (EnergyDisType == "Exp") - { - GenerateExpEnergies(false); - } - else if (EnergyDisType == "Gauss") - { - GenerateGaussEnergies(); - } - else if (EnergyDisType == "Brem") - { - GenerateBremEnergies(); - } - else if (EnergyDisType == "Bbody") - { - GenerateBbodyEnergies(); - } - else if (EnergyDisType == "Cdg") - { - GenerateCdgEnergies(); - } - else if (EnergyDisType == "User") - { - GenUserHistEnergies(); - } - else if (EnergyDisType == "Arb") - { - GenArbPointEnergies(); - } - else if (EnergyDisType == "Epn") - { - GenEpnHistEnergies(); - } - else - { - G4cout << "Error: EnergyDisType has unusual value" << G4endl; - } - } - } - return params.particle_energy; + } + params.alpha = alpha; + params.Ezero = Ezero; + params.grad = grad; + params.cept = cept; + params.weight = weight; + // particle_energy = -1.; + + if((EnergyDisType == "Mono") && ((MonoEnergy>Emax)||(MonoEnergy ArbEmax) + : (params.particle_energy < params.Emin + || params.particle_energy > params.Emax) ) + { + if (Biased) + { + GenerateBiasPowEnergies(); + } + else + { + if (EnergyDisType == "Mono") + { + GenerateMonoEnergetic(); + } + else if (EnergyDisType == "Lin") + { + GenerateLinearEnergies(false); + } + else if (EnergyDisType == "Pow") + { + GeneratePowEnergies(false); + } + else if (EnergyDisType == "CPow") + { + GenerateCPowEnergies(); + } + else if (EnergyDisType == "Exp") + { + GenerateExpEnergies(false); + } + else if (EnergyDisType == "Gauss") + { + GenerateGaussEnergies(); + } + else if (EnergyDisType == "Brem") + { + GenerateBremEnergies(); + } + else if (EnergyDisType == "Bbody") + { + GenerateBbodyEnergies(); + } + else if (EnergyDisType == "Cdg") + { + GenerateCdgEnergies(); + } + else if (EnergyDisType == "User") + { + GenUserHistEnergies(); + } + else if (EnergyDisType == "Arb") + { + GenArbPointEnergies(); + } + else if (EnergyDisType == "Epn") + { + GenEpnHistEnergies(); + } + else + { + G4cout << "Error: EnergyDisType has unusual value" << G4endl; + } + } + } + return params.particle_energy; } G4double G4SPSEneDistribution::GetProbability(G4double ene) { - G4double prob = 1.; - - threadLocal_t& params = threadLocalData.Get(); - if (EnergyDisType == "Lin") - { - if (prob_norm == 1.) - { - prob_norm = 0.5*params.grad*params.Emax*params.Emax + params.cept*params.Emax - 0.5*params.grad*params.Emin*params.Emin - params.cept*params.Emin; - } - prob = params.cept + params.grad * ene; - prob /= prob_norm; - } - else if (EnergyDisType == "Pow") - { - if (prob_norm == 1.) - { - if (alpha != -1.) - { - G4double emina = std::pow(params.Emin, params.alpha + 1); - G4double emaxa = std::pow(params.Emax, params.alpha + 1); - prob_norm = 1./(1.+alpha) * (emaxa - emina); - } - else - { - prob_norm = std::log(params.Emax) - std::log(params.Emin) ; - } - } - prob = std::pow(ene, params.alpha)/prob_norm; - } - else if (EnergyDisType == "Exp") - { - if (prob_norm == 1.) - { - prob_norm = -params.Ezero*(std::exp(-params.Emax/params.Ezero) - std::exp(params.Emin/params.Ezero)); - } - prob = std::exp(-ene / params.Ezero); - prob /= prob_norm; - } - else if (EnergyDisType == "Arb") - { - prob = ArbEnergyH.Value(ene); - // prob = ArbEInt->CubicSplineInterpolation(ene); - //G4double deltaY; - //prob = ArbEInt->PolynomInterpolation(ene, deltaY); - if (prob <= 0.) - { - //G4cout << " Warning:G4SPSEneDistribution::GetProbability: prob<= 0. "<size() << G4endl; - while (!found && isize())) { + if(verbosityLevel == 2) { G4cout << PVStore->size() << G4endl; } + + while (!found && isize())) + { tempPV = (*PVStore)[i]; found = tempPV->GetName() == theRequiredVolumeName; if(verbosityLevel == 2) - G4cout << i << " " << " " << tempPV->GetName() << " " << theRequiredVolumeName << " " << found << G4endl; - if (!found) - {i++;} + { + G4cout << i << " " << " " << tempPV->GetName() + << " " << theRequiredVolumeName << " " << found << G4endl; + } + if (!found) { ++i; } } - // found = true then the volume exists else it doesnt. + + // found = true then the volume exists else it doesn't + // if(found == true) + { + if(verbosityLevel >= 1) { - if(verbosityLevel >= 1) - G4cout << "Volume " << VolName << " exists" << G4endl; - Confine = true; + G4cout << "Volume " << VolName << " exists" << G4endl; } + Confine = true; + } else - { - G4cout << " **** Error: Volume does not exist **** " << G4endl; - G4cout << " Ignoring confine condition" << G4endl; - Confine = false; - VolName = "NULL"; - } - + { + G4cout << " **** Error: Volume does not exist **** " << G4endl; + G4cout << " Ignoring confine condition" << G4endl; + Confine = false; + VolName = "NULL"; + } } void G4SPSPosDistribution::GeneratePointSource(G4ThreeVector& pos) { - // Generates Points given the point source. + // Generates Points given the point source + if(SourcePosType == "Point") + { pos = CentreCoords; + } else + { if(verbosityLevel >= 1) + { G4cerr << "Error SourcePosType is not set to Point" << G4endl; + } + } } void G4SPSPosDistribution::GeneratePointsInBeam(G4ThreeVector& pos) @@ -331,37 +332,41 @@ void G4SPSPosDistribution::GeneratePointsInBeam(G4ThreeVector& pos) z = 0.; // Private Method to create points in a plane + // if(Shape == "Circle") + { + x = Radius + 100.; + y = Radius + 100.; + while(std::sqrt((x*x) + (y*y)) > Radius) { - x = Radius + 100.; - y = Radius + 100.; - while(std::sqrt((x*x) + (y*y)) > Radius) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - - x = (x*2.*Radius) - Radius; - y = (y*2.*Radius) - Radius; - } - x += G4RandGauss::shoot(0.0,SX) ; - y += G4RandGauss::shoot(0.0,SY) ; - } - else - { - // all other cases default to Rectangle case x = PosRndm->GenRandX(); y = PosRndm->GenRandY(); - x = (x*2.*halfx) - halfx; - y = (y*2.*halfy) - halfy; - x += G4RandGauss::shoot(0.0,SX); - y += G4RandGauss::shoot(0.0,SY); - } + + x = (x*2.*Radius) - Radius; + y = (y*2.*Radius) - Radius; + } + x += G4RandGauss::shoot(0.0,SX) ; + y += G4RandGauss::shoot(0.0,SY) ; + } + else + { + // All other cases default to Rectangle case + // + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + x = (x*2.*halfx) - halfx; + y = (y*2.*halfy) - halfy; + x += G4RandGauss::shoot(0.0,SX); + y += G4RandGauss::shoot(0.0,SY); + } + // Apply Rotation Matrix // x * Rotx, y * Roty and z * Rotz + // if(verbosityLevel >= 2) - { - G4cout << "Raw position " << x << "," << y << "," << z << G4endl; - } + { + G4cout << "Raw position " << x << "," << y << "," << z << G4endl; + } tempx = (x * Rotx.x()) + (y * Roty.x()) + (z * Rotz.x()); tempy = (x * Rotx.y()) + (y * Roty.y()) + (z * Rotz.y()); tempz = (x * Rotx.z()) + (y * Roty.z()) + (z * Rotz.z()); @@ -371,15 +376,16 @@ void G4SPSPosDistribution::GeneratePointsInBeam(G4ThreeVector& pos) RandPos.setZ(tempz); // Translate + // pos = CentreCoords + RandPos; if(verbosityLevel >= 1) + { + if(verbosityLevel >= 2) { - if(verbosityLevel >= 2) - { - G4cout << "Rotated Position " << RandPos << G4endl; - } - G4cout << "Rotated and Translated position " << pos << G4endl; + G4cout << "Rotated Position " << RandPos << G4endl; } + G4cout << "Rotated and Translated position " << pos << G4endl; + } } void G4SPSPosDistribution::GeneratePointsInPlane(G4ThreeVector& pos) @@ -390,73 +396,81 @@ void G4SPSPosDistribution::GeneratePointsInPlane(G4ThreeVector& pos) G4double tempx, tempy, tempz; x = y = z = 0.; thread_data_t& td = ThreadData.Get(); + if(SourcePosType != "Plane" && verbosityLevel >= 1) + { G4cerr << "Error: SourcePosType is not Plane" << G4endl; + } // Private Method to create points in a plane + // if(Shape == "Circle") + { + x = Radius + 100.; + y = Radius + 100.; + while(std::sqrt((x*x) + (y*y)) > Radius) { - x = Radius + 100.; - y = Radius + 100.; - while(std::sqrt((x*x) + (y*y)) > Radius) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - - x = (x*2.*Radius) - Radius; - y = (y*2.*Radius) - Radius; - } - } - else if(Shape == "Annulus") - { - x = Radius + 100.; - y = Radius + 100.; - while(std::sqrt((x*x) + (y*y)) > Radius || std::sqrt((x*x) + (y*y)) < Radius0 ) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - - x = (x*2.*Radius) - Radius; - y = (y*2.*Radius) - Radius; - } - } - else if(Shape == "Ellipse") - { - expression = 20.; - while(expression > 1.) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - - x = (x*2.*halfx) - halfx; - y = (y*2.*halfy) - halfy; + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); - expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); - } + x = (x*2.*Radius) - Radius; + y = (y*2.*Radius) - Radius; } - else if(Shape == "Square") + } + else if(Shape == "Annulus") + { + x = Radius + 100.; + y = Radius + 100.; + while(std::sqrt((x*x) + (y*y)) > Radius + || std::sqrt((x*x) + (y*y)) < Radius0 ) { x = PosRndm->GenRandX(); y = PosRndm->GenRandY(); - x = (x*2.*halfx) - halfx; - y = (y*2.*halfy) - halfy; + + x = (x*2.*Radius) - Radius; + y = (y*2.*Radius) - Radius; } - else if(Shape == "Rectangle") + } + else if(Shape == "Ellipse") + { + expression = 20.; + while(expression > 1.) { x = PosRndm->GenRandX(); y = PosRndm->GenRandY(); + x = (x*2.*halfx) - halfx; y = (y*2.*halfy) - halfy; + + expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); } + } + else if(Shape == "Square") + { + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + x = (x*2.*halfx) - halfx; + y = (y*2.*halfy) - halfy; + } + else if(Shape == "Rectangle") + { + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + x = (x*2.*halfx) - halfx; + y = (y*2.*halfy) - halfy; + } else + { G4cout << "Shape not one of the plane types" << G4endl; + } // Apply Rotation Matrix // x * Rotx, y * Roty and z * Rotz + // if(verbosityLevel == 2) - { - G4cout << "Raw position " << x << "," << y << "," << z << G4endl; - } + { + G4cout << "Raw position " << x << "," << y << "," << z << G4endl; + } tempx = (x * Rotx.x()) + (y * Roty.x()) + (z * Rotz.x()); tempy = (x * Rotx.y()) + (y * Roty.y()) + (z * Rotz.y()); tempz = (x * Rotx.z()) + (y * Roty.z()) + (z * Rotz.z()); @@ -466,522 +480,571 @@ void G4SPSPosDistribution::GeneratePointsInPlane(G4ThreeVector& pos) RandPos.setZ(tempz); // Translate + // pos = CentreCoords + RandPos; if(verbosityLevel >= 1) + { + if(verbosityLevel == 2) { - if(verbosityLevel == 2) - { - G4cout << "Rotated Position " << RandPos << G4endl; - } - G4cout << "Rotated and Translated position " << pos << G4endl; + G4cout << "Rotated Position " << RandPos << G4endl; } + G4cout << "Rotated and Translated position " << pos << G4endl; + } // For Cosine-Law make SideRefVecs = to Rotation matrix vectors - //Note: these need to be thread-local, use G4Cache + // Note: these need to be thread-local, use G4Cache + // td.CSideRefVec1 = Rotx; td.CSideRefVec2 = Roty; td.CSideRefVec3 = Rotz; - //HandleThreadLocalCache(Rotx,Roty,Rotz); + // If rotation matrix z' point to origin then invert the matrix - // So that SideRefVecs point away. + // So that SideRefVecs point away + // if((CentreCoords.x() > 0. && Rotz.x() < 0.) || (CentreCoords.x() < 0. && Rotz.x() > 0.) || (CentreCoords.y() > 0. && Rotz.y() < 0.) || (CentreCoords.y() < 0. && Rotz.y() > 0.) || (CentreCoords.z() > 0. && Rotz.z() < 0.) || (CentreCoords.z() < 0. && Rotz.z() > 0.)) - { - // Invert y and z. - td.CSideRefVec2 = - td.CSideRefVec2; - td.CSideRefVec3 = - td.CSideRefVec3; - //HandleThreadLocalCache(*CSideRefVec1.Get(),-(*CSideRefVec2.Get()),-(*CSideRefVec3.Get())); - } + { + // Invert y and z + // + td.CSideRefVec2 = - td.CSideRefVec2; + td.CSideRefVec3 = - td.CSideRefVec3; + } if(verbosityLevel == 2) - { - G4cout << "Reference vectors for cosine-law " << td.CSideRefVec1<< " " << td.CSideRefVec2<< " " << td.CSideRefVec3<< G4endl; - } + { + G4cout << "Reference vectors for cosine-law " + << td.CSideRefVec1<< " " << td.CSideRefVec2 + << " " << td.CSideRefVec3 << G4endl; + } } void G4SPSPosDistribution::GeneratePointsOnSurface(G4ThreeVector& pos) { - //Private method to create points on a surface + // Private method to create points on a surface + // G4double theta, phi; G4double x, y, z; x = y = z = 0.; G4double expression; G4ThreeVector RandPos; - // G4double tempx, tempy, tempz; + thread_data_t& td = ThreadData.Get(); if(SourcePosType != "Surface" && verbosityLevel >= 1) + { G4cout << "Error SourcePosType not Surface" << G4endl; + } if(Shape == "Sphere") + { + theta = PosRndm->GenRandPosTheta(); + phi = PosRndm->GenRandPosPhi(); + theta = std::acos(1. - 2.*theta); // theta isotropic + phi = phi * 2. * pi; + + x = Radius * std::sin(theta) * std::cos(phi); + y = Radius * std::sin(theta) * std::sin(phi); + z = Radius * std::cos(theta); + + RandPos.setX(x); + RandPos.setY(y); + RandPos.setZ(z); + + // Cosine-law (not a good idea to use this here) + // + G4ThreeVector zdash(x,y,z); + zdash = zdash.unit(); + G4ThreeVector xdash = Rotz.cross(zdash); + G4ThreeVector ydash = xdash.cross(zdash); + td.CSideRefVec1 = xdash.unit(); + td.CSideRefVec2 = ydash.unit(); + td.CSideRefVec3 = zdash.unit(); + } + else if(Shape == "Ellipsoid") + { + G4double minphi, maxphi, middlephi; + G4double answer, constant; + + constant = pi/(halfx*halfx) + pi/(halfy*halfy) + twopi/(halfz*halfz); + + // Simplified approach + // + theta = PosRndm->GenRandPosTheta(); + phi = PosRndm->GenRandPosPhi(); + + theta = std::acos(1. - 2.*theta); + minphi = 0.; + maxphi = twopi; + while(maxphi-minphi > 0.) { - // G4double tantheta; - theta = PosRndm->GenRandPosTheta(); - phi = PosRndm->GenRandPosPhi(); - theta = std::acos(1. - 2.*theta); // theta isotropic - phi = phi * 2. * pi; - // tantheta = std::tan(theta); + middlephi = (maxphi+minphi)/2.; + answer = (1./(halfx*halfx))*(middlephi/2. + std::sin(2*middlephi)/4.) + + (1./(halfy*halfy))*(middlephi/2. - std::sin(2*middlephi)/4.) + + middlephi/(halfz*halfz); + answer = answer/constant; + if(answer > phi) maxphi = middlephi; + if(answer < phi) minphi = middlephi; + if(std::fabs(answer-phi) <= 0.00001) + { + minphi = maxphi +1; + phi = middlephi; + } + } + + // x,y and z form a unit vector. Put this onto the ellipse. + // + x = std::sin(theta)*std::cos(phi); + y = std::sin(theta)*std::sin(phi); + z = std::cos(theta); + + G4double lhs; + + // Solve for x + // + G4double numYinX = y/x; + G4double numZinX = z/x; + G4double tempxvar; + tempxvar = 1./(halfx*halfx)+(numYinX*numYinX)/(halfy*halfy) + + (numZinX*numZinX)/(halfz*halfz); + tempxvar = 1./tempxvar; + G4double coordx = std::sqrt(tempxvar); + + // Solve for y + // + G4double numXinY = x/y; + G4double numZinY = z/y; + G4double tempyvar; + tempyvar = (numXinY*numXinY)/(halfx*halfx)+1./(halfy*halfy) + + (numZinY*numZinY)/(halfz*halfz); + tempyvar = 1./tempyvar; + G4double coordy = std::sqrt(tempyvar); + + // Solve for z + // + G4double numXinZ = x/z; + G4double numYinZ = y/z; + G4double tempzvar; + tempzvar = (numXinZ*numXinZ)/(halfx*halfx) + + (numYinZ*numYinZ)/(halfy*halfy)+1./(halfz*halfz); + tempzvar = 1./tempzvar; + G4double coordz = std::sqrt(tempzvar); + + lhs = std::sqrt((coordx*coordx)/(halfx*halfx) + + (coordy*coordy)/(halfy*halfy) + + (coordz*coordz)/(halfz*halfz)); - x = Radius * std::sin(theta) * std::cos(phi); - y = Radius * std::sin(theta) * std::sin(phi); - z = Radius * std::cos(theta); + if(std::fabs(lhs-1.) > 0.001 && verbosityLevel >= 1) + { + G4cout << "Error: theta, phi not really on ellipsoid" << G4endl; + } + + // coordx, coordy and coordz are all positive + // + G4double TestRandVar = G4UniformRand(); + if(TestRandVar > 0.5) + { + coordx = -coordx; + } + TestRandVar = G4UniformRand(); + if(TestRandVar > 0.5) + { + coordy = -coordy; + } + TestRandVar = G4UniformRand(); + if(TestRandVar > 0.5) + { + coordz = -coordz; + } + + RandPos.setX(coordx); + RandPos.setY(coordy); + RandPos.setZ(coordz); + + // Cosine-law (not a good idea to use this here) + // + G4ThreeVector zdash(coordx,coordy,coordz); + zdash = zdash.unit(); + G4ThreeVector xdash = Rotz.cross(zdash); + G4ThreeVector ydash = xdash.cross(zdash); + td.CSideRefVec1 = xdash.unit(); + td.CSideRefVec2 = ydash.unit(); + td.CSideRefVec3 = zdash.unit(); + } + else if(Shape == "Cylinder") + { + G4double AreaTop, AreaBot, AreaLat; + G4double AreaTotal, prob1, prob2, prob3; + G4double testrand; + + // User giver Radius and z-half length + // Calculate surface areas, maybe move this to + // a different method + + AreaTop = pi * Radius * Radius; + AreaBot = AreaTop; + AreaLat = 2. * pi * Radius * 2. * halfz; + AreaTotal = AreaTop + AreaBot + AreaLat; - RandPos.setX(x); - RandPos.setY(y); - RandPos.setZ(z); + prob1 = AreaTop / AreaTotal; + prob2 = AreaBot / AreaTotal; + prob3 = 1.00 - prob1 - prob2; + if(std::fabs(prob3 - (AreaLat/AreaTotal)) >= 0.001) + { + if(verbosityLevel >= 1) + { + G4cout << AreaLat/AreaTotal << " " << prob3 << G4endl; + } + G4cout << "Error in prob3" << G4endl; + } - // Cosine-law (not a good idea to use this here) - G4ThreeVector zdash(x,y,z); + // Decide surface to calculate point on. + + testrand = G4UniformRand(); + if(testrand <= prob1) // Point on Top surface + { + z = halfz; + x = Radius + 100.; + y = Radius + 100.; + while(((x*x)+(y*y)) > (Radius*Radius)) + { + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + + x = x * 2. * Radius; + y = y * 2. * Radius; + x = x - Radius; + y = y - Radius; + } + // Cosine law + // + td.CSideRefVec1 = Rotx; + td.CSideRefVec2 = Roty; + td.CSideRefVec3 = Rotz; + } + else if((testrand > prob1) && (testrand <= (prob1 + prob2))) + { // Point on Bottom surface + z = -halfz; + x = Radius + 100.; + y = Radius + 100.; + while(((x*x)+(y*y)) > (Radius*Radius)) + { + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + + x = x * 2. * Radius; + y = y * 2. * Radius; + x = x - Radius; + y = y - Radius; + } + // Cosine law + // + td.CSideRefVec1 = Rotx; + td.CSideRefVec2 = -Roty; + td.CSideRefVec3 = -Rotz; + } + else if(testrand > (prob1+prob2)) // Point on Lateral Surface + { + G4double rand; + + rand = PosRndm->GenRandPosPhi(); + rand = rand * 2. * pi; + + x = Radius * std::cos(rand); + y = Radius * std::sin(rand); + + z = PosRndm->GenRandZ(); + + z = z * 2. *halfz; + z = z - halfz; + + // Cosine law + // + G4ThreeVector zdash(x,y,0.); zdash = zdash.unit(); G4ThreeVector xdash = Rotz.cross(zdash); G4ThreeVector ydash = xdash.cross(zdash); td.CSideRefVec1 = xdash.unit(); td.CSideRefVec2 = ydash.unit(); td.CSideRefVec3 = zdash.unit(); - //HandleThreadLocalCache(xdash.unit(),ydash.unit(),zdash.unit()); } - else if(Shape == "Ellipsoid") + else { - G4double minphi, maxphi, middlephi; - G4double answer, constant; + G4cout << "Error: testrand " << testrand << G4endl; + } - constant = pi/(halfx*halfx) + pi/(halfy*halfy) + - twopi/(halfz*halfz); - - // simplified approach - theta = PosRndm->GenRandPosTheta(); - phi = PosRndm->GenRandPosPhi(); - - theta = std::acos(1. - 2.*theta); - minphi = 0.; - maxphi = twopi; - while(maxphi-minphi > 0.) - { - middlephi = (maxphi+minphi)/2.; - answer = (1./(halfx*halfx))*(middlephi/2. + std::sin(2*middlephi)/4.) - + (1./(halfy*halfy))*(middlephi/2. - std::sin(2*middlephi)/4.) - + middlephi/(halfz*halfz); - answer = answer/constant; - if(answer > phi) maxphi = middlephi; - if(answer < phi) minphi = middlephi; - if(std::fabs(answer-phi) <= 0.00001) - { - minphi = maxphi +1; - phi = middlephi; - } - } - - x = std::sin(theta)*std::cos(phi); - y = std::sin(theta)*std::sin(phi); - z = std::cos(theta); - // x,y and z form a unit vector. Put this onto the ellipse. - G4double lhs; - // solve for x - G4double numYinX = y/x; - G4double numZinX = z/x; - G4double tempxvar; - tempxvar= 1./(halfx*halfx)+(numYinX*numYinX)/(halfy*halfy) - + (numZinX*numZinX)/(halfz*halfz); - - tempxvar = 1./tempxvar; - G4double coordx = std::sqrt(tempxvar); - - //solve for y - G4double numXinY = x/y; - G4double numZinY = z/y; - G4double tempyvar; - tempyvar=(numXinY*numXinY)/(halfx*halfx)+1./(halfy*halfy) - +(numZinY*numZinY)/(halfz*halfz); - tempyvar = 1./tempyvar; - G4double coordy = std::sqrt(tempyvar); + RandPos.setX(x); + RandPos.setY(y); + RandPos.setZ(z); + } + else if(Shape == "EllipticCylinder") + { + G4double AreaTop, AreaBot, AreaLat, AreaTotal; + G4double h; + G4double prob1, prob2, prob3; + G4double testrand; + + // User giver x, y and z-half length + // Calculate surface areas, maybe move this to + // a different method + + AreaTop = pi * halfx * halfy; + AreaBot = AreaTop; + + // Using circumference approximation by Ramanujan (order h^3) + // AreaLat = 2*halfz * pi*( 3*(halfx + halfy) + // - std::sqrt((3*halfx + halfy) * (halfx + 3*halfy)) ); + // Using circumference approximation by Ramanujan (order h^5) + // + h = ((halfx - halfy)*(halfx - halfy)) / ((halfx + halfy)*(halfx + halfy)); + AreaLat = 2*halfz * pi*(halfx + halfy) + * (1 + (3*h)/(10 + std::sqrt(4 - 3*h))); + AreaTotal = AreaTop + AreaBot + AreaLat; + + prob1 = AreaTop / AreaTotal; + prob2 = AreaBot / AreaTotal; + prob3 = 1.00 - prob1 - prob2; + if(std::fabs(prob3 - (AreaLat/AreaTotal)) >= 0.001) + { + if(verbosityLevel >= 1) + { + G4cout << AreaLat/AreaTotal << " " << prob3 << G4endl; + } + G4cout << "Error in prob3" << G4endl; + } + + // Decide surface to calculate point on + + testrand = G4UniformRand(); + if(testrand <= prob1) // Point on Top surface + { + z = halfz; + expression = 20.; + while(expression > 1.) + { + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + + x = (x * 2. * halfx) - halfx; + y = (y * 2. * halfy) - halfy; + + expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); + } + } + else if((testrand > prob1) && (testrand <= (prob1 + prob2))) + { // Point on Bottom surface + z = -halfz; + expression = 20.; + while(expression > 1.) + { + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + + x = (x * 2. * halfx) - halfx; + y = (y * 2. * halfy) - halfy; + + expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); + } + } + else if(testrand > (prob1+prob2)) // Point on Lateral Surface + { + G4double rand; + + rand = PosRndm->GenRandPosPhi(); + rand = rand * 2. * pi; + + x = halfx * std::cos(rand); + y = halfy * std::sin(rand); + + z = PosRndm->GenRandZ(); + + z = (z * 2. * halfz) - halfz; + } + else + { + G4cout << "Error: testrand " << testrand << G4endl; + } + + RandPos.setX(x); + RandPos.setY(y); + RandPos.setZ(z); + + // Cosine law + // + G4ThreeVector zdash(x,y,z); + zdash = zdash.unit(); + G4ThreeVector xdash = Rotz.cross(zdash); + G4ThreeVector ydash = xdash.cross(zdash); + td.CSideRefVec1 = xdash.unit(); + td.CSideRefVec2 = ydash.unit(); + td.CSideRefVec3 = zdash.unit(); + } + else if(Shape == "Para") + { + // Right Parallelepiped. + // User gives x,y,z half lengths and ParAlpha + // ParTheta and ParPhi + // +x = <1, -x >1 & <2, +y >2 & <3, -y >3 &<4 + // +z >4 & < 5, -z >5 &<6 + + G4double testrand = G4UniformRand(); + G4double AreaX = halfy * halfz * 4.; + G4double AreaY = halfx * halfz * 4.; + G4double AreaZ = halfx * halfy * 4.; + G4double AreaTotal = 2*(AreaX + AreaY + AreaZ); + G4double Probs[6]; + Probs[0] = AreaX/AreaTotal; + Probs[1] = Probs[0] + AreaX/AreaTotal; + Probs[2] = Probs[1] + AreaY/AreaTotal; + Probs[3] = Probs[2] + AreaY/AreaTotal; + Probs[4] = Probs[3] + AreaZ/AreaTotal; + Probs[5] = Probs[4] + AreaZ/AreaTotal; - //solve for z - G4double numXinZ = x/z; - G4double numYinZ = y/z; - G4double tempzvar; - tempzvar=(numXinZ*numXinZ)/(halfx*halfx) - +(numYinZ*numYinZ)/(halfy*halfy)+1./(halfz*halfz); - tempzvar = 1./tempzvar; - G4double coordz = std::sqrt(tempzvar); - - lhs = std::sqrt((coordx*coordx)/(halfx*halfx) + - (coordy*coordy)/(halfy*halfy) + - (coordz*coordz)/(halfz*halfz)); + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + z = PosRndm->GenRandZ(); - if(std::fabs(lhs-1.) > 0.001 && verbosityLevel >= 1) - G4cout << "Error: theta, phi not really on ellipsoid" << G4endl; - - // coordx, coordy and coordz are all positive - G4double TestRandVar = G4UniformRand(); - if(TestRandVar > 0.5) - { - coordx = -coordx; - } - TestRandVar = G4UniformRand(); - if(TestRandVar > 0.5) - { - coordy = -coordy; - } - TestRandVar = G4UniformRand(); - if(TestRandVar > 0.5) - { - coordz = -coordz; - } - - RandPos.setX(coordx); - RandPos.setY(coordy); - RandPos.setZ(coordz); - - // Cosine-law (not a good idea to use this here) - G4ThreeVector zdash(coordx,coordy,coordz); - zdash = zdash.unit(); - G4ThreeVector xdash = Rotz.cross(zdash); - G4ThreeVector ydash = xdash.cross(zdash); + x = x * halfx * 2.; + x = x - halfx; + y = y * halfy * 2.; + y = y - halfy; + z = z * halfz * 2.; + z = z - halfz; + + // Pick a side first + // + if(testrand < Probs[0]) + { + // side is +x + + x = halfx + z*std::tan(ParTheta)*std::cos(ParPhi) + y*std::tan(ParAlpha); + y = y + z*std::tan(ParTheta)*std::sin(ParPhi); + // z = z; + + // Cosine-law + // + G4ThreeVector xdash(halfz*std::tan(ParTheta)*std::cos(ParPhi), + halfz*std::tan(ParTheta)*std::sin(ParPhi), + halfz/std::cos(ParPhi)); + G4ThreeVector ydash(halfy*std::tan(ParAlpha), -halfy, 0.0); + xdash = xdash.unit(); + ydash = ydash.unit(); + G4ThreeVector zdash = xdash.cross(ydash); td.CSideRefVec1 = xdash.unit(); td.CSideRefVec2 = ydash.unit(); td.CSideRefVec3 = zdash.unit(); } - else if(Shape == "Cylinder") + else if(testrand >= Probs[0] && testrand < Probs[1]) { - G4double AreaTop, AreaBot, AreaLat; - G4double AreaTotal, prob1, prob2, prob3; - G4double testrand; - - // User giver Radius and z-half length - // Calculate surface areas, maybe move this to - // a different routine. - - AreaTop = pi * Radius * Radius; - AreaBot = AreaTop; - AreaLat = 2. * pi * Radius * 2. * halfz; - AreaTotal = AreaTop + AreaBot + AreaLat; - - prob1 = AreaTop / AreaTotal; - prob2 = AreaBot / AreaTotal; - prob3 = 1.00 - prob1 - prob2; - if(std::fabs(prob3 - (AreaLat/AreaTotal)) >= 0.001) - { - if(verbosityLevel >= 1) - G4cout << AreaLat/AreaTotal << " " << prob3< (Radius*Radius)) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - - x = x * 2. * Radius; - y = y * 2. * Radius; - x = x - Radius; - y = y - Radius; - } - // Cosine law - td.CSideRefVec1 = Rotx; - td.CSideRefVec2 = Roty; - td.CSideRefVec3 = Rotz; - } - else if((testrand > prob1) && (testrand <= (prob1 + prob2))) - { - //Point on Bottom surface - z = -halfz; - x = Radius + 100.; - y = Radius + 100.; - while(((x*x)+(y*y)) > (Radius*Radius)) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - - x = x * 2. * Radius; - y = y * 2. * Radius; - x = x - Radius; - y = y - Radius; - } - // Cosine law - td.CSideRefVec1 = Rotx; - td.CSideRefVec2 = -Roty; - td.CSideRefVec3 = -Rotz; - } - else if(testrand > (prob1+prob2)) - { - G4double rand; - //Point on Lateral Surface - - rand = PosRndm->GenRandPosPhi(); - rand = rand * 2. * pi; - - x = Radius * std::cos(rand); - y = Radius * std::sin(rand); - - z = PosRndm->GenRandZ(); - - z = z * 2. *halfz; - z = z - halfz; - - // Cosine law - G4ThreeVector zdash(x,y,0.); - zdash = zdash.unit(); - G4ThreeVector xdash = Rotz.cross(zdash); - G4ThreeVector ydash = xdash.cross(zdash); - td.CSideRefVec1 = xdash.unit(); - td.CSideRefVec2 = ydash.unit(); - td.CSideRefVec3 = zdash.unit(); - } - else - G4cout << "Error: testrand " << testrand << G4endl; - - RandPos.setX(x); - RandPos.setY(y); - RandPos.setZ(z); + // side is -x + x = -halfx + z*std::tan(ParTheta)*std::cos(ParPhi) + y*std::tan(ParAlpha); + y = y + z*std::tan(ParTheta)*std::sin(ParPhi); + // z = z; + + // Cosine-law + // + G4ThreeVector xdash(halfz*std::tan(ParTheta)*std::cos(ParPhi), + halfz*std::tan(ParTheta)*std::sin(ParPhi), + halfz/std::cos(ParPhi)); + G4ThreeVector ydash(halfy*std::tan(ParAlpha), halfy, 0.0); + xdash = xdash.unit(); + ydash = ydash.unit(); + G4ThreeVector zdash = xdash.cross(ydash); + td.CSideRefVec1 = xdash.unit(); + td.CSideRefVec2 = ydash.unit(); + td.CSideRefVec3 = zdash.unit(); } - else if(Shape == "EllipticCylinder") + else if(testrand >= Probs[1] && testrand < Probs[2]) { - G4double AreaTop, AreaBot, AreaLat, AreaTotal; - G4double h; - G4double prob1, prob2, prob3; - G4double testrand; - - // User giver x, y and z-half length - // Calculate surface areas, maybe move this to - // a different routine. - - AreaTop = pi * halfx * halfy; - AreaBot = AreaTop; - // Using circumference approximation by Ramanujan (order h^3) - //AreaLat = 2*halfz * pi*( 3*(halfx + halfy) - std::sqrt((3*halfx + halfy) * (halfx + 3*halfy)) ); - // Using circumference approximation by Ramanujan (order h^5) - h = ((halfx - halfy)*(halfx - halfy)) / ((halfx + halfy)*(halfx + halfy)); - AreaLat = 2*halfz * pi*(halfx + halfy)*(1 + (3*h)/(10 + std::sqrt(4 - 3*h))); - AreaTotal = AreaTop + AreaBot + AreaLat; - - prob1 = AreaTop / AreaTotal; - prob2 = AreaBot / AreaTotal; - prob3 = 1.00 - prob1 - prob2; - if(std::fabs(prob3 - (AreaLat/AreaTotal)) >= 0.001) - { - if(verbosityLevel >= 1) - G4cout << AreaLat/AreaTotal << " " << prob3< 1.) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - - x = (x * 2. * halfx) - halfx; - y = (y * 2. * halfy) - halfy; - - expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); - } - } - else if((testrand > prob1) && (testrand <= (prob1 + prob2))) - { - //Point on Bottom surface - z = -halfz; - expression = 20.; - while(expression > 1.) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - - x = (x * 2. * halfx) - halfx; - y = (y * 2. * halfy) - halfy; - - expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); - } - } - else if(testrand > (prob1+prob2)) - { - G4double rand; - //Point on Lateral Surface - rand = PosRndm->GenRandPosPhi(); - rand = rand * 2. * pi; - - x = halfx * std::cos(rand); - y = halfy * std::sin(rand); - - z = PosRndm->GenRandZ(); - - z = (z * 2. * halfz) - halfz; - } - else - G4cout << "Error: testrand " << testrand << G4endl; - - RandPos.setX(x); - RandPos.setY(y); - RandPos.setZ(z); + // side is +y - // Cosine law - G4ThreeVector zdash(x,y,z); - zdash = zdash.unit(); - G4ThreeVector xdash = Rotz.cross(zdash); - G4ThreeVector ydash = xdash.cross(zdash); + x = x + z*std::tan(ParTheta)*std::cos(ParPhi) + halfy*std::tan(ParAlpha); + y = halfy + z*std::tan(ParTheta)*std::sin(ParPhi); + // z = z; + + // Cosine-law + // + G4ThreeVector ydash(halfz*std::tan(ParTheta)*std::cos(ParPhi), + halfz*std::tan(ParTheta)*std::sin(ParPhi), + halfz/std::cos(ParPhi)); + ydash = ydash.unit(); + G4ThreeVector xdash = Roty.cross(ydash); + G4ThreeVector zdash = xdash.cross(ydash); + td.CSideRefVec1 = xdash.unit(); + td.CSideRefVec2 = -ydash.unit(); + td.CSideRefVec3 = -zdash.unit(); + } + else if(testrand >= Probs[2] && testrand < Probs[3]) + { + // side is -y + + x = x + z*std::tan(ParTheta)*std::cos(ParPhi) - halfy*std::tan(ParAlpha); + y = -halfy + z*std::tan(ParTheta)*std::sin(ParPhi); + // z = z; + + // Cosine-law + // + G4ThreeVector ydash(halfz*std::tan(ParTheta)*std::cos(ParPhi), + halfz*std::tan(ParTheta)*std::sin(ParPhi), + halfz/std::cos(ParPhi)); + ydash = ydash.unit(); + G4ThreeVector xdash = Roty.cross(ydash); + G4ThreeVector zdash = xdash.cross(ydash); td.CSideRefVec1 = xdash.unit(); td.CSideRefVec2 = ydash.unit(); td.CSideRefVec3 = zdash.unit(); } - else if(Shape == "Para") + else if(testrand >= Probs[3] && testrand < Probs[4]) { - G4double testrand; - //Right Parallelepiped. - // User gives x,y,z half lengths and ParAlpha - // ParTheta and ParPhi - // +x = <1, -x >1 & <2, +y >2 & <3, -y >3 &<4 - // +z >4 & < 5, -z >5 &<6. - testrand = G4UniformRand(); - G4double AreaX = halfy * halfz * 4.; - G4double AreaY = halfx * halfz * 4.; - G4double AreaZ = halfx * halfy * 4.; - G4double AreaTotal = 2*(AreaX + AreaY + AreaZ); - G4double Probs[6]; - Probs[0] = AreaX/AreaTotal; - Probs[1] = Probs[0] + AreaX/AreaTotal; - Probs[2] = Probs[1] + AreaY/AreaTotal; - Probs[3] = Probs[2] + AreaY/AreaTotal; - Probs[4] = Probs[3] + AreaZ/AreaTotal; - Probs[5] = Probs[4] + AreaZ/AreaTotal; - - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - z = PosRndm->GenRandZ(); - - x = x * halfx * 2.; - x = x - halfx; - y = y * halfy * 2.; - y = y - halfy; - z = z * halfz * 2.; - z = z - halfz; - // Pick a side first - if(testrand < Probs[0]) - { - // side is +x - x = halfx + z*std::tan(ParTheta)*std::cos(ParPhi) + y*std::tan(ParAlpha); - y = y + z*std::tan(ParTheta)*std::sin(ParPhi); - // z = z; - // Cosine-law - G4ThreeVector xdash(halfz*std::tan(ParTheta)*std::cos(ParPhi), - halfz*std::tan(ParTheta)*std::sin(ParPhi), - halfz/std::cos(ParPhi)); - G4ThreeVector ydash(halfy*std::tan(ParAlpha), -halfy, 0.0); - xdash = xdash.unit(); - ydash = ydash.unit(); - G4ThreeVector zdash = xdash.cross(ydash); - td.CSideRefVec1 = xdash.unit(); - td.CSideRefVec2 = ydash.unit(); - td.CSideRefVec3 = zdash.unit(); - } - else if(testrand >= Probs[0] && testrand < Probs[1]) - { - // side is -x - x = -halfx + z*std::tan(ParTheta)*std::cos(ParPhi) + y*std::tan(ParAlpha); - y = y + z*std::tan(ParTheta)*std::sin(ParPhi); - // z = z; - // Cosine-law - G4ThreeVector xdash(halfz*std::tan(ParTheta)*std::cos(ParPhi), - halfz*std::tan(ParTheta)*std::sin(ParPhi), - halfz/std::cos(ParPhi)); - G4ThreeVector ydash(halfy*std::tan(ParAlpha), halfy, 0.0); - xdash = xdash.unit(); - ydash = ydash.unit(); - G4ThreeVector zdash = xdash.cross(ydash); - td.CSideRefVec1 = xdash.unit(); - td.CSideRefVec2 = ydash.unit(); - td.CSideRefVec3 = zdash.unit(); - } - else if(testrand >= Probs[1] && testrand < Probs[2]) - { - // side is +y - x = x + z*std::tan(ParTheta)*std::cos(ParPhi) + halfy*std::tan(ParAlpha); - y = halfy + z*std::tan(ParTheta)*std::sin(ParPhi); - // z = z; - // Cosine-law - G4ThreeVector ydash(halfz*std::tan(ParTheta)*std::cos(ParPhi), - halfz*std::tan(ParTheta)*std::sin(ParPhi), - halfz/std::cos(ParPhi)); - ydash = ydash.unit(); - G4ThreeVector xdash = Roty.cross(ydash); - G4ThreeVector zdash = xdash.cross(ydash); - td.CSideRefVec1 = xdash.unit(); - td.CSideRefVec2 = -ydash.unit(); - td.CSideRefVec3 = -zdash.unit(); - } - else if(testrand >= Probs[2] && testrand < Probs[3]) - { - // side is -y - x = x + z*std::tan(ParTheta)*std::cos(ParPhi) - halfy*std::tan(ParAlpha); - y = -halfy + z*std::tan(ParTheta)*std::sin(ParPhi); - // z = z; - // Cosine-law - G4ThreeVector ydash(halfz*std::tan(ParTheta)*std::cos(ParPhi), - halfz*std::tan(ParTheta)*std::sin(ParPhi), - halfz/std::cos(ParPhi)); - ydash = ydash.unit(); - G4ThreeVector xdash = Roty.cross(ydash); - G4ThreeVector zdash = xdash.cross(ydash); - td.CSideRefVec1 = xdash.unit(); - td.CSideRefVec2 = ydash.unit(); - td.CSideRefVec3 = zdash.unit(); - } - else if(testrand >= Probs[3] && testrand < Probs[4]) - { - // side is +z - z = halfz; - y = y + halfz*std::sin(ParPhi)*std::tan(ParTheta); - x = x + halfz*std::cos(ParPhi)*std::tan(ParTheta) + y*std::tan(ParAlpha); - // Cosine-law - td.CSideRefVec1 = Rotx; - td.CSideRefVec2 = Roty; - td.CSideRefVec3 = Rotz; - } - else if(testrand >= Probs[4] && testrand < Probs[5]) - { - // side is -z - z = -halfz; - y = y - halfz*std::sin(ParPhi)*std::tan(ParTheta); - x = x - halfz*std::cos(ParPhi)*std::tan(ParTheta) + y*std::tan(ParAlpha); - // Cosine-law - td.CSideRefVec1 = Rotx; - td.CSideRefVec2 = -Roty; - td.CSideRefVec3 = -Rotz; - } - else - { - G4cout << "Error: testrand out of range" << G4endl; - if(verbosityLevel >= 1) - G4cout << "testrand=" << testrand << " Probs[5]=" << Probs[5] <= Probs[4] && testrand < Probs[5]) + { + // side is -z + + z = -halfz; + y = y - halfz*std::sin(ParPhi)*std::tan(ParTheta); + x = x - halfz*std::cos(ParPhi)*std::tan(ParTheta) + y*std::tan(ParAlpha); + + // Cosine-law + // + td.CSideRefVec1 = Rotx; + td.CSideRefVec2 = -Roty; + td.CSideRefVec3 = -Rotz; + } + else + { + G4cout << "Error: testrand out of range" << G4endl; + if(verbosityLevel >= 1) + { + G4cout << "testrand=" << testrand << " Probs[5]=" << Probs[5] <= 1) + { + if(verbosityLevel == 2) { - if(verbosityLevel == 2) - G4cout << "Rotated position " << RandPos << G4endl; - G4cout << "Rotated and translated position " << pos << G4endl; + G4cout << "Rotated position " << RandPos << G4endl; } + G4cout << "Rotated and translated position " << pos << G4endl; + } if(verbosityLevel == 2) - { - G4cout << "Reference vectors for cosine-law " << td.CSideRefVec1 << " " << td.CSideRefVec2 << " " << td.CSideRefVec3 << G4endl; - } + { + G4cout << "Reference vectors for cosine-law " << td.CSideRefVec1 + << " " << td.CSideRefVec2 << " " << td.CSideRefVec3 << G4endl; + } } void G4SPSPosDistribution::GeneratePointsInVolume(G4ThreeVector& pos) @@ -1012,88 +1079,94 @@ void G4SPSPosDistribution::GeneratePointsInVolume(G4ThreeVector& pos) G4double x, y, z; G4double expression; x = y = z = 0.; + if(SourcePosType != "Volume" && verbosityLevel >= 1) + { G4cout << "Error SourcePosType not Volume" << G4endl; - //Private method to create points in a volume + } + + // Private method to create points in a volume + // if(Shape == "Sphere") + { + x = Radius*2.; + y = Radius*2.; + z = Radius*2.; + while(((x*x)+(y*y)+(z*z)) > (Radius*Radius)) { - x = Radius*2.; - y = Radius*2.; - z = Radius*2.; - while(((x*x)+(y*y)+(z*z)) > (Radius*Radius)) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - z = PosRndm->GenRandZ(); - - x = (x*2.*Radius) - Radius; - y = (y*2.*Radius) - Radius; - z = (z*2.*Radius) - Radius; - } + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + z = PosRndm->GenRandZ(); + + x = (x*2.*Radius) - Radius; + y = (y*2.*Radius) - Radius; + z = (z*2.*Radius) - Radius; } + } else if(Shape == "Ellipsoid") + { + G4double temp; + temp = 100.; + while(temp > 1.) { - G4double temp; - temp = 100.; - while(temp > 1.) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - z = PosRndm->GenRandZ(); - - x = (x*2.*halfx) - halfx; - y = (y*2.*halfy) - halfy; - z = (z*2.*halfz) - halfz; - - temp = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)) - + ((z*z)/(halfz*halfz)); - } + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + z = PosRndm->GenRandZ(); + + x = (x*2.*halfx) - halfx; + y = (y*2.*halfy) - halfy; + z = (z*2.*halfz) - halfz; + + temp = ((x*x)/(halfx*halfx))+((y*y)/(halfy*halfy))+((z*z)/(halfz*halfz)); } + } else if(Shape == "Cylinder") + { + x = Radius*2.; + y = Radius*2.; + while(((x*x)+(y*y)) > (Radius*Radius)) { - x = Radius*2.; - y = Radius*2.; - while(((x*x)+(y*y)) > (Radius*Radius)) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - z = PosRndm->GenRandZ(); - - x = (x*2.*Radius) - Radius; - y = (y*2.*Radius) - Radius; - z = (z*2.*halfz) - halfz; - } - } - else if(Shape == "EllipticCylinder") - { - expression = 20.; - while(expression > 1.) - { - x = PosRndm->GenRandX(); - y = PosRndm->GenRandY(); - z = PosRndm->GenRandZ(); - - x = (x*2.*halfx) - halfx; - y = (y*2.*halfy) - halfy; - z = (z*2.*halfz) - halfz; + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + z = PosRndm->GenRandZ(); - expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); - } + x = (x*2.*Radius) - Radius; + y = (y*2.*Radius) - Radius; + z = (z*2.*halfz) - halfz; } - else if(Shape == "Para") + } + else if(Shape == "EllipticCylinder") + { + expression = 20.; + while(expression > 1.) { x = PosRndm->GenRandX(); y = PosRndm->GenRandY(); z = PosRndm->GenRandZ(); + x = (x*2.*halfx) - halfx; y = (y*2.*halfy) - halfy; z = (z*2.*halfz) - halfz; - x = x + z*std::tan(ParTheta)*std::cos(ParPhi) + y*std::tan(ParAlpha); - y = y + z*std::tan(ParTheta)*std::sin(ParPhi); - // z = z; + + expression = ((x*x)/(halfx*halfx)) + ((y*y)/(halfy*halfy)); } + } + else if(Shape == "Para") + { + x = PosRndm->GenRandX(); + y = PosRndm->GenRandY(); + z = PosRndm->GenRandZ(); + x = (x*2.*halfx) - halfx; + y = (y*2.*halfy) - halfy; + z = (z*2.*halfz) - halfz; + x = x + z*std::tan(ParTheta)*std::cos(ParPhi) + y*std::tan(ParAlpha); + y = y + z*std::tan(ParTheta)*std::sin(ParPhi); + // z = z; + } else + { G4cout << "Error: Volume Shape Doesnt Exist" << G4endl; + } RandPos.setX(x); RandPos.setY(y); @@ -1101,6 +1174,7 @@ void G4SPSPosDistribution::GeneratePointsInVolume(G4ThreeVector& pos) // Apply Rotation Matrix // x * Rotx, y * Roty and z * Rotz + // tempx = (x * Rotx.x()) + (y * Roty.x()) + (z * Rotz.x()); tempy = (x * Rotx.y()) + (y * Roty.y()) + (z * Rotz.y()); tempz = (x * Rotx.z()) + (y * Roty.z()) + (z * Rotz.z()); @@ -1110,17 +1184,21 @@ void G4SPSPosDistribution::GeneratePointsInVolume(G4ThreeVector& pos) RandPos.setZ(tempz); // Translate + // pos = CentreCoords + RandPos; if(verbosityLevel == 2) - { - G4cout << "Raw position " << x << "," << y << "," << z << G4endl; - G4cout << "Rotated position " << RandPos << G4endl; - } + { + G4cout << "Raw position " << x << "," << y << "," << z << G4endl; + G4cout << "Rotated position " << RandPos << G4endl; + } if(verbosityLevel >= 1) + { G4cout << "Rotated and translated position " << pos << G4endl; + } // Cosine-law (not a good idea to use this here) + // G4ThreeVector zdash(tempx,tempy,tempz); zdash = zdash.unit(); G4ThreeVector xdash = Rotz.cross(zdash); @@ -1130,91 +1208,99 @@ void G4SPSPosDistribution::GeneratePointsInVolume(G4ThreeVector& pos) td.CSideRefVec2 = ydash.unit(); td.CSideRefVec3 = zdash.unit(); if(verbosityLevel == 2) - { - G4cout << "Reference vectors for cosine-law " << td.CSideRefVec1 << " " << td.CSideRefVec2 << " " << td.CSideRefVec3 << G4endl; - } + { + G4cout << "Reference vectors for cosine-law " << td.CSideRefVec1 + << " " << td.CSideRefVec2 << " " << td.CSideRefVec3 << G4endl; + } } G4bool G4SPSPosDistribution::IsSourceConfined(G4ThreeVector& pos) { // Method to check point is within the volume specified + if(Confine == false) + { G4cout << "Error: Confine is false" << G4endl; + } G4ThreeVector null(0.,0.,0.); - G4ThreeVector *ptr; - ptr = &null; - - // Check position is within VolName, if so true, - // else false - G4VPhysicalVolume *theVolume; - G4Navigator *gNavigator =G4TransportationManager::GetTransportationManager()->GetNavigatorForTracking(); - theVolume=gNavigator->LocateGlobalPointAndSetup(pos,ptr,true); - if(!theVolume) return(false); + G4ThreeVector* ptr = &null; + + // Check position is within VolName, if so true, else false + // + G4VPhysicalVolume* theVolume; + G4Navigator* gNavigator = G4TransportationManager::GetTransportationManager() + ->GetNavigatorForTracking(); + theVolume = gNavigator->LocateGlobalPointAndSetup(pos,ptr,true); + if(theVolume == nullptr) { return false; } G4String theVolName = theVolume->GetName(); if(theVolName == VolName) + { + if(verbosityLevel >= 1) { - if(verbosityLevel >= 1) - G4cout << "Particle is in volume " << VolName << G4endl; - return(true); + G4cout << "Particle is in volume " << VolName << G4endl; } + return true; + } else - return(false); + { + return false; + } } G4ThreeVector G4SPSPosDistribution::GenerateOne() { - // G4ThreeVector localP; G4bool srcconf = false; G4int LoopCount = 0; while(srcconf == false) + { + if(SourcePosType == "Point") + GeneratePointSource(localP); + else if(SourcePosType == "Beam") + GeneratePointsInBeam(localP); + else if(SourcePosType == "Plane") + GeneratePointsInPlane(localP); + else if(SourcePosType == "Surface") + GeneratePointsOnSurface(localP); + else if(SourcePosType == "Volume") + GeneratePointsInVolume(localP); + else { - if(SourcePosType == "Point") - GeneratePointSource(localP); - else if(SourcePosType == "Beam") - GeneratePointsInBeam(localP); - else if(SourcePosType == "Plane") - GeneratePointsInPlane(localP); - else if(SourcePosType == "Surface") - GeneratePointsOnSurface(localP); - else if(SourcePosType == "Volume") - GeneratePointsInVolume(localP); - else - { - G4ExceptionDescription msg; - msg << "Error: SourcePosType undefined\n"; - msg << "Generating point source\n"; - G4Exception("G4SPSPosDistribution::GenerateOne()","G4GPS001",JustWarning,msg); - GeneratePointSource(localP); - } - if(Confine == true) - { - 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) - srcconf = true; // terminate loop - LoopCount++; - if(LoopCount == 100000) - { - G4ExceptionDescription msg; - msg << "LoopCount = 100000\n"; - msg << "Either the source distribution >> confinement\n"; - msg << "or any confining volume may not overlap with\n"; - msg << "the source distribution or any confining volumes\n"; - msg << "may not exist\n"<< G4endl; - msg << "If you have set confine then this will be ignored\n"; - msg << "for this event.\n" << G4endl; - G4Exception("G4SPSPosDistribution::GenerateOne()","G4GPS001",JustWarning,msg); - srcconf = true; //Avoids an infinite loop - } + G4ExceptionDescription msg; + msg << "Error: SourcePosType undefined\n"; + msg << "Generating point source\n"; + G4Exception("G4SPSPosDistribution::GenerateOne()", + "G4GPS001", JustWarning, msg); + GeneratePointSource(localP); } - ThreadData.Get().CParticlePos=localP; + if(Confine == true) + { + 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) + { + srcconf = true; // terminate loop + } + ++LoopCount; + if(LoopCount == 100000) + { + G4ExceptionDescription msg; + msg << "LoopCount = 100000\n"; + msg << "Either the source distribution >> confinement\n"; + msg << "or any confining volume may not overlap with\n"; + msg << "the source distribution or any confining volumes\n"; + msg << "may not exist\n"<< G4endl; + msg << "If you have set confine then this will be ignored\n"; + msg << "for this event.\n" << G4endl; + G4Exception("G4SPSPosDistribution::GenerateOne()", + "G4GPS001", JustWarning, msg); + srcconf = true; // Avoids an infinite loop + } + } + ThreadData.Get().CParticlePos = localP; return localP; } - - - diff --git a/source/event/src/G4SPSRandomGenerator.cc b/source/event/src/G4SPSRandomGenerator.cc index 117c5f109ee..a00d1829267 100644 --- a/source/event/src/G4SPSRandomGenerator.cc +++ b/source/event/src/G4SPSRandomGenerator.cc @@ -23,31 +23,18 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4SPSRandomGenerator.cc -// -// Version: 1.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -/////////////////////////////////////////////////////////////////////////////// -// -// CHANGE HISTORY -// -------------- -// -// -// Version 1.0, 05/02/2004, Fan Lei, Created. -// Based on the G4GeneralParticleSource class in Geant4 v6.0 -// -/////////////////////////////////////////////////////////////////////////////// +// G4SPSRandomGenerator class implementation // +// Author: Fan Lei, QinetiQ ltd. - 05/02/2004 +// Customer: ESA/ESTEC +// Revision: Andrea Dotti, SLAC +// -------------------------------------------------------------------- + +#include + #include "G4PrimaryParticle.hh" #include "G4Event.hh" #include "Randomize.hh" -#include #include "G4TransportationManager.hh" #include "G4VPhysicalVolume.hh" #include "G4PhysicalVolumeStore.hh" @@ -61,692 +48,802 @@ #include "G4SPSRandomGenerator.hh" -//G4SPSRandomGenerator* G4SPSRandomGenerator::instance = 0; - -G4SPSRandomGenerator::bweights_t::bweights_t() { - for ( int i = 0 ; i < 9 ; ++i ) w[i] = 1; +G4SPSRandomGenerator::bweights_t::bweights_t() +{ + for ( G4int i=0 ; i<9 ; ++i ) { w[i] = 1; } } -G4double& -G4SPSRandomGenerator::bweights_t::operator [](const int i) { return w[i]; } +G4double& G4SPSRandomGenerator::bweights_t::operator [](const G4int i) +{ + return w[i]; +} G4SPSRandomGenerator::G4SPSRandomGenerator() { - // Initialise all variables - - // Bias variables - XBias = false; - IPDFXBias = false; - YBias = false; - IPDFYBias = false; - ZBias = false; - IPDFZBias = false; - ThetaBias = false; - IPDFThetaBias = false; - PhiBias = false; - IPDFPhiBias = false; - EnergyBias = false; - IPDFEnergyBias = false; - PosThetaBias = false; - IPDFPosThetaBias = false; - PosPhiBias = false; - IPDFPosPhiBias = false; - verbosityLevel = 0; - G4MUTEXINIT(mutex); + // Initialise all variables + + // Bias variables + // + XBias = false; + IPDFXBias = false; + YBias = false; + IPDFYBias = false; + ZBias = false; + IPDFZBias = false; + ThetaBias = false; + IPDFThetaBias = false; + PhiBias = false; + IPDFPhiBias = false; + EnergyBias = false; + IPDFEnergyBias = false; + PosThetaBias = false; + IPDFPosThetaBias = false; + PosPhiBias = false; + IPDFPosPhiBias = false; + + verbosityLevel = 0; + G4MUTEXINIT(mutex); } -G4SPSRandomGenerator::~G4SPSRandomGenerator() { - G4MUTEXDESTROY(mutex); +G4SPSRandomGenerator::~G4SPSRandomGenerator() +{ + G4MUTEXDESTROY(mutex); } -//G4SPSRandomGenerator* G4SPSRandomGenerator::getInstance () -//{ -// if (instance == 0) instance = new G4SPSRandomGenerator(); -// return instance; -//} - // Biasing methods -void G4SPSRandomGenerator::SetXBias(G4ThreeVector input) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - XBiasH.InsertValues(ehi, val); - XBias = true; +void G4SPSRandomGenerator::SetXBias(const G4ThreeVector& input) +{ + G4AutoLock l(&mutex); + G4double ehi, val; + ehi = input.x(); + val = input.y(); + XBiasH.InsertValues(ehi, val); + XBias = true; } -void G4SPSRandomGenerator::SetYBias(G4ThreeVector input) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - YBiasH.InsertValues(ehi, val); - YBias = true; +void G4SPSRandomGenerator::SetYBias(const G4ThreeVector& input) +{ + G4AutoLock l(&mutex); + G4double ehi, val; + ehi = input.x(); + val = input.y(); + YBiasH.InsertValues(ehi, val); + YBias = true; } -void G4SPSRandomGenerator::SetZBias(G4ThreeVector input) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - ZBiasH.InsertValues(ehi, val); - ZBias = true; +void G4SPSRandomGenerator::SetZBias(const G4ThreeVector& input) +{ + G4AutoLock l(&mutex); + G4double ehi, val; + ehi = input.x(); + val = input.y(); + ZBiasH.InsertValues(ehi, val); + ZBias = true; } -void G4SPSRandomGenerator::SetThetaBias(G4ThreeVector input) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - ThetaBiasH.InsertValues(ehi, val); - ThetaBias = true; +void G4SPSRandomGenerator::SetThetaBias(const G4ThreeVector& input) +{ + G4AutoLock l(&mutex); + G4double ehi, val; + ehi = input.x(); + val = input.y(); + ThetaBiasH.InsertValues(ehi, val); + ThetaBias = true; } -void G4SPSRandomGenerator::SetPhiBias(G4ThreeVector input) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - PhiBiasH.InsertValues(ehi, val); - PhiBias = true; +void G4SPSRandomGenerator::SetPhiBias(const G4ThreeVector& input) +{ + G4AutoLock l(&mutex); + G4double ehi, val; + ehi = input.x(); + val = input.y(); + PhiBiasH.InsertValues(ehi, val); + PhiBias = true; } -void G4SPSRandomGenerator::SetEnergyBias(G4ThreeVector input) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - EnergyBiasH.InsertValues(ehi, val); - EnergyBias = true; +void G4SPSRandomGenerator::SetEnergyBias(const G4ThreeVector& input) +{ + G4AutoLock l(&mutex); + G4double ehi, val; + ehi = input.x(); + val = input.y(); + EnergyBiasH.InsertValues(ehi, val); + EnergyBias = true; } -void G4SPSRandomGenerator::SetPosThetaBias(G4ThreeVector input) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - PosThetaBiasH.InsertValues(ehi, val); - PosThetaBias = true; +void G4SPSRandomGenerator::SetPosThetaBias(const G4ThreeVector& input) +{ + G4AutoLock l(&mutex); + G4double ehi, val; + ehi = input.x(); + val = input.y(); + PosThetaBiasH.InsertValues(ehi, val); + PosThetaBias = true; } -void G4SPSRandomGenerator::SetPosPhiBias(G4ThreeVector input) { - G4AutoLock l(&mutex); - G4double ehi, val; - ehi = input.x(); - val = input.y(); - PosPhiBiasH.InsertValues(ehi, val); - PosPhiBias = true; +void G4SPSRandomGenerator::SetPosPhiBias(const G4ThreeVector& input) +{ + G4AutoLock l(&mutex); + G4double ehi, val; + ehi = input.x(); + val = input.y(); + PosPhiBiasH.InsertValues(ehi, val); + PosPhiBias = true; } -void G4SPSRandomGenerator::SetIntensityWeight(G4double weight) { +void G4SPSRandomGenerator::SetIntensityWeight(G4double weight) +{ bweights.Get()[8] = weight; } -G4double G4SPSRandomGenerator::GetBiasWeight() { +G4double G4SPSRandomGenerator::GetBiasWeight() const +{ bweights_t& w = bweights.Get(); - return w[0] * w[1] * w[2] * w[3] - * w[4] * w[5] * w[6] * w[7] - * w[8]; + return w[0] * w[1] * w[2] * w[3] * w[4] * w[5] * w[6] * w[7] * w[8]; } -void G4SPSRandomGenerator::SetVerbosity(G4int a) { - G4AutoLock l(&mutex); - verbosityLevel = a; +void G4SPSRandomGenerator::SetVerbosity(G4int a) +{ + G4AutoLock l(&mutex); + verbosityLevel = a; } - -namespace { +namespace +{ G4PhysicsOrderedFreeVector ZeroPhysVector; // for re-set only } -void G4SPSRandomGenerator::ReSetHist(G4String atype) { - G4AutoLock l(&mutex); - if (atype == "biasx") { - XBias = false; - IPDFXBias = false; - local_IPDFXBias.Get().val = false; - XBiasH = IPDFXBiasH = ZeroPhysVector; - } else if (atype == "biasy") { - YBias = false; - IPDFYBias = false; +void G4SPSRandomGenerator::ReSetHist(const G4String& atype) +{ + G4AutoLock l(&mutex); + if (atype == "biasx") { + XBias = false; + IPDFXBias = false; + local_IPDFXBias.Get().val = false; + XBiasH = IPDFXBiasH = ZeroPhysVector; + } else if (atype == "biasy") { + YBias = false; + IPDFYBias = false; local_IPDFYBias.Get().val = false; - YBiasH = IPDFYBiasH = ZeroPhysVector; - } else if (atype == "biasz") { - ZBias = false; - IPDFZBias = false; + YBiasH = IPDFYBiasH = ZeroPhysVector; + } else if (atype == "biasz") { + ZBias = false; + IPDFZBias = false; local_IPDFZBias.Get().val = false; - ZBiasH = IPDFZBiasH = ZeroPhysVector; - } else if (atype == "biast") { - ThetaBias = false; - IPDFThetaBias = false; + ZBiasH = IPDFZBiasH = ZeroPhysVector; + } else if (atype == "biast") { + ThetaBias = false; + IPDFThetaBias = false; local_IPDFThetaBias.Get().val = false; - ThetaBiasH = IPDFThetaBiasH = ZeroPhysVector; - } else if (atype == "biasp") { - PhiBias = false; - IPDFPhiBias = false; + ThetaBiasH = IPDFThetaBiasH = ZeroPhysVector; + } else if (atype == "biasp") { + PhiBias = false; + IPDFPhiBias = false; local_IPDFPhiBias.Get().val = false; - PhiBiasH = IPDFPhiBiasH = ZeroPhysVector; - } else if (atype == "biase") { - EnergyBias = false; - IPDFEnergyBias = false; + PhiBiasH = IPDFPhiBiasH = ZeroPhysVector; + } else if (atype == "biase") { + EnergyBias = false; + IPDFEnergyBias = false; local_IPDFEnergyBias.Get().val = false; - EnergyBiasH = IPDFEnergyBiasH = ZeroPhysVector; - } else if (atype == "biaspt") { - PosThetaBias = false; - IPDFPosThetaBias = false; - local_IPDFPosThetaBias.Get().val = false; - PosThetaBiasH = IPDFPosThetaBiasH = ZeroPhysVector; - } else if (atype == "biaspp") { - PosPhiBias = false; - IPDFPosPhiBias = false; - local_IPDFPosPhiBias.Get().val = false; - PosPhiBiasH = IPDFPosPhiBiasH = ZeroPhysVector; - } else { - G4cout << "Error, histtype not accepted " << G4endl; - } + EnergyBiasH = IPDFEnergyBiasH = ZeroPhysVector; + } else if (atype == "biaspt") { + PosThetaBias = false; + IPDFPosThetaBias = false; + local_IPDFPosThetaBias.Get().val = false; + PosThetaBiasH = IPDFPosThetaBiasH = ZeroPhysVector; + } else if (atype == "biaspp") { + PosPhiBias = false; + IPDFPosPhiBias = false; + local_IPDFPosPhiBias.Get().val = false; + PosPhiBiasH = IPDFPosPhiBiasH = ZeroPhysVector; + } else { + G4cout << "Error, histtype not accepted " << G4endl; + } } -G4double G4SPSRandomGenerator::GenRandX() { - if (verbosityLevel >= 1) - G4cout << "In GenRandX" << G4endl; - if (XBias == false) { - // 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 == false ) { - //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 - local_IPDFXBias.Get().val = true; - G4AutoLock l(&mutex); - if (IPDFXBias == false) { - // IPDF has not been created, so create it - G4double bins[1024], vals[1024], sum; - G4int ii; - G4int maxbin = G4int(XBiasH.GetVectorLength()); - bins[0] = XBiasH.GetLowEdgeEnergy(size_t(0)); - vals[0] = XBiasH(size_t(0)); - sum = vals[0]; - for (ii = 1; ii < maxbin; ii++) { - bins[ii] = XBiasH.GetLowEdgeEnergy(size_t(ii)); - vals[ii] = XBiasH(size_t(ii)) + vals[ii - 1]; - sum = sum + XBiasH(size_t(ii)); - } - - for (ii = 0; ii < maxbin; ii++) { - vals[ii] = vals[ii] / sum; - IPDFXBiasH.InsertValues(bins[ii], vals[ii]); - } - // Make IPDFXBias = true - IPDFXBias = true; - } - } - // 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). - 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(size_t(biasn2 - 1)); - G4double xaxisu = IPDFXBiasH.GetLowEdgeEnergy(size_t(biasn2)); - G4double NatProb = xaxisu - xaxisl; - //G4cout << "X Bin weight " << bweights[0] << " " << rndm << G4endl; - //G4cout << "lower and upper xaxis vals "<= 1) - G4cout << "X bin weight " << w[0] << " " << rndm << G4endl; - return (IPDFXBiasH.GetEnergy(rndm)); - } +G4double G4SPSRandomGenerator::GenRandX() +{ + if (verbosityLevel >= 1) + G4cout << "In GenRandX" << G4endl; + if (XBias == false) + { + // 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 == false ) + { + // 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 + // + local_IPDFXBias.Get().val = true; + G4AutoLock l(&mutex); + if (IPDFXBias == false) + { + // IPDF has not been created, so create it + // + 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; + } + + // 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() { - if (verbosityLevel >= 1) - G4cout << "In GenRandY" << G4endl; - if (YBias == false) { - // Y is not biased - G4double rndm = G4UniformRand(); - return (rndm); - } else { - // Y is biased - if ( local_IPDFYBias.Get().val == false ) { - local_IPDFYBias.Get().val = true; - G4AutoLock l(&mutex); - if (IPDFYBias == false) { - // IPDF has not been created, so create it - G4double bins[1024], vals[1024], sum; - G4int ii; - G4int maxbin = G4int(YBiasH.GetVectorLength()); - bins[0] = YBiasH.GetLowEdgeEnergy(size_t(0)); - vals[0] = YBiasH(size_t(0)); - sum = vals[0]; - for (ii = 1; ii < maxbin; ii++) { - bins[ii] = YBiasH.GetLowEdgeEnergy(size_t(ii)); - vals[ii] = YBiasH(size_t(ii)) + vals[ii - 1]; - sum = sum + YBiasH(size_t(ii)); - } - - for (ii = 0; ii < maxbin; ii++) { - vals[ii] = vals[ii] / sum; - IPDFYBiasH.InsertValues(bins[ii], vals[ii]); - } - // Make IPDFYBias = true - IPDFYBias = true; - } - } // IPDF has been create so carry on - G4double rndm = G4UniformRand(); - size_t numberOfBin = IPDFYBiasH.GetVectorLength(); - G4int biasn1 = 0; - G4int biasn2 = numberOfBin / 2; - G4int biasn3 = numberOfBin - 1; - while (biasn1 != biasn3 - 1) { - if (rndm > IPDFYBiasH(biasn2)) - biasn1 = biasn2; - else - biasn3 = biasn2; - biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; - } - bweights_t& w = bweights.Get(); - w[1] = IPDFYBiasH(biasn2) - IPDFYBiasH(biasn2 - 1); - G4double xaxisl = IPDFYBiasH.GetLowEdgeEnergy(size_t(biasn2 - 1)); - G4double xaxisu = IPDFYBiasH.GetLowEdgeEnergy(size_t(biasn2)); - G4double NatProb = xaxisu - xaxisl; - w[1] = NatProb / w[1]; - if (verbosityLevel >= 1) - G4cout << "Y bin weight " << w[1] << " " << rndm << G4endl; - return (IPDFYBiasH.GetEnergy(rndm)); - } +G4double G4SPSRandomGenerator::GenRandY() +{ + if (verbosityLevel >= 1) + { + G4cout << "In GenRandY" << G4endl; + } + + if (YBias == false) // Y is not biased + { + G4double rndm = G4UniformRand(); + return (rndm); + } + else // Y is biased + { + if ( local_IPDFYBias.Get().val == false ) + { + local_IPDFYBias.Get().val = true; + G4AutoLock l(&mutex); + if (IPDFYBias == false) + { + // IPDF has not been created, so create it + // + G4double bins[1024], vals[1024], sum; + G4int ii; + G4int maxbin = G4int(YBiasH.GetVectorLength()); + bins[0] = YBiasH.GetLowEdgeEnergy(std::size_t(0)); + vals[0] = YBiasH(std::size_t(0)); + sum = vals[0]; + for (ii=1; ii IPDFYBiasH(biasn2)) + { biasn1 = biasn2; } + else + { biasn3 = biasn2; } + biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; + } + bweights_t& w = bweights.Get(); + w[1] = IPDFYBiasH(biasn2) - IPDFYBiasH(biasn2 - 1); + G4double xaxisl = IPDFYBiasH.GetLowEdgeEnergy(std::size_t(biasn2 - 1)); + G4double xaxisu = IPDFYBiasH.GetLowEdgeEnergy(std::size_t(biasn2)); + G4double NatProb = xaxisu - xaxisl; + w[1] = NatProb / w[1]; + if (verbosityLevel >= 1) + { + G4cout << "Y bin weight " << w[1] << " " << rndm << G4endl; + } + return (IPDFYBiasH.GetEnergy(rndm)); + } } -G4double G4SPSRandomGenerator::GenRandZ() { - if (verbosityLevel >= 1) - G4cout << "In GenRandZ" << G4endl; - if (ZBias == false) { - // Z is not biased - G4double rndm = G4UniformRand(); - return (rndm); - } else { - // Z is biased - if (local_IPDFZBias.Get().val == false ) { - local_IPDFZBias.Get().val = true; - G4AutoLock l(&mutex); - if (IPDFZBias == false) { - // IPDF has not been created, so create it - G4double bins[1024], vals[1024], sum; - G4int ii; - G4int maxbin = G4int(ZBiasH.GetVectorLength()); - bins[0] = ZBiasH.GetLowEdgeEnergy(size_t(0)); - vals[0] = ZBiasH(size_t(0)); - sum = vals[0]; - for (ii = 1; ii < maxbin; ii++) { - bins[ii] = ZBiasH.GetLowEdgeEnergy(size_t(ii)); - vals[ii] = ZBiasH(size_t(ii)) + vals[ii - 1]; - sum = sum + ZBiasH(size_t(ii)); - } - - for (ii = 0; ii < maxbin; ii++) { - vals[ii] = vals[ii] / sum; - IPDFZBiasH.InsertValues(bins[ii], vals[ii]); - } - // Make IPDFZBias = true - IPDFZBias = true; - } - } - // IPDF has been create so carry on - G4double rndm = G4UniformRand(); - // size_t weight_bin_no = IPDFZBiasH.FindValueBinLocation(rndm); - size_t numberOfBin = IPDFZBiasH.GetVectorLength(); - G4int biasn1 = 0; - G4int biasn2 = numberOfBin / 2; - G4int biasn3 = numberOfBin - 1; - while (biasn1 != biasn3 - 1) { - if (rndm > IPDFZBiasH(biasn2)) - biasn1 = biasn2; - else - biasn3 = biasn2; - biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; - } - bweights_t& w = bweights.Get(); - w[2] = IPDFZBiasH(biasn2) - IPDFZBiasH(biasn2 - 1); - G4double xaxisl = IPDFZBiasH.GetLowEdgeEnergy(size_t(biasn2 - 1)); - G4double xaxisu = IPDFZBiasH.GetLowEdgeEnergy(size_t(biasn2)); - G4double NatProb = xaxisu - xaxisl; - w[2] = NatProb / w[2]; - if (verbosityLevel >= 1) - G4cout << "Z bin weight " << w[2] << " " << rndm << G4endl; - return (IPDFZBiasH.GetEnergy(rndm)); - } +G4double G4SPSRandomGenerator::GenRandZ() +{ + if (verbosityLevel >= 1) + { + G4cout << "In GenRandZ" << G4endl; + } + + if (ZBias == false) // Z is not biased + { + G4double rndm = G4UniformRand(); + return (rndm); + } + else // Z is biased + { + if ( local_IPDFZBias.Get().val == false ) + { + local_IPDFZBias.Get().val = true; + G4AutoLock l(&mutex); + if (IPDFZBias == false) + { + // IPDF has not been created, so create it + // + G4double bins[1024], vals[1024], sum; + G4int ii; + G4int maxbin = G4int(ZBiasH.GetVectorLength()); + bins[0] = ZBiasH.GetLowEdgeEnergy(std::size_t(0)); + vals[0] = ZBiasH(std::size_t(0)); + sum = vals[0]; + for (ii=1; ii IPDFZBiasH(biasn2)) + { biasn1 = biasn2; } + else + { biasn3 = biasn2; } + biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; + } + bweights_t& w = bweights.Get(); + w[2] = IPDFZBiasH(biasn2) - IPDFZBiasH(biasn2 - 1); + G4double xaxisl = IPDFZBiasH.GetLowEdgeEnergy(std::size_t(biasn2 - 1)); + G4double xaxisu = IPDFZBiasH.GetLowEdgeEnergy(std::size_t(biasn2)); + G4double NatProb = xaxisu - xaxisl; + w[2] = NatProb / w[2]; + if (verbosityLevel >= 1) + { + G4cout << "Z bin weight " << w[2] << " " << rndm << G4endl; + } + return (IPDFZBiasH.GetEnergy(rndm)); + } } -G4double G4SPSRandomGenerator::GenRandTheta() { - if (verbosityLevel >= 1) { - G4cout << "In GenRandTheta" << G4endl; - G4cout << "Verbosity " << verbosityLevel << G4endl; - } - if (ThetaBias == false) { - // Theta is not biased - G4double rndm = G4UniformRand(); - return (rndm); - } else { - // Theta is biased - if ( local_IPDFThetaBias.Get().val == false ) { - local_IPDFThetaBias.Get().val = true; - G4AutoLock l(&mutex); - if (IPDFThetaBias == false) { - // IPDF has not been created, so create it - G4double bins[1024], vals[1024], sum; - G4int ii; - G4int maxbin = G4int(ThetaBiasH.GetVectorLength()); - bins[0] = ThetaBiasH.GetLowEdgeEnergy(size_t(0)); - vals[0] = ThetaBiasH(size_t(0)); - sum = vals[0]; - for (ii = 1; ii < maxbin; ii++) { - bins[ii] = ThetaBiasH.GetLowEdgeEnergy(size_t(ii)); - vals[ii] = ThetaBiasH(size_t(ii)) + vals[ii - 1]; - sum = sum + ThetaBiasH(size_t(ii)); - } - - for (ii = 0; ii < maxbin; ii++) { - vals[ii] = vals[ii] / sum; - IPDFThetaBiasH.InsertValues(bins[ii], vals[ii]); - } - // Make IPDFThetaBias = true - IPDFThetaBias = true; - } - } - // IPDF has been create so carry on - G4double rndm = G4UniformRand(); - // size_t weight_bin_no = IPDFThetaBiasH.FindValueBinLocation(rndm); - size_t numberOfBin = IPDFThetaBiasH.GetVectorLength(); - G4int biasn1 = 0; - G4int biasn2 = numberOfBin / 2; - G4int biasn3 = numberOfBin - 1; - while (biasn1 != biasn3 - 1) { - if (rndm > IPDFThetaBiasH(biasn2)) - biasn1 = biasn2; - else - biasn3 = biasn2; - biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; - } - bweights_t& w = bweights.Get(); - w[3] = IPDFThetaBiasH(biasn2) - IPDFThetaBiasH(biasn2 - 1); - G4double xaxisl = IPDFThetaBiasH.GetLowEdgeEnergy(size_t(biasn2 - 1)); - G4double xaxisu = IPDFThetaBiasH.GetLowEdgeEnergy(size_t(biasn2)); - G4double NatProb = xaxisu - xaxisl; - w[3] = NatProb / w[3]; - if (verbosityLevel >= 1) - G4cout << "Theta bin weight " << w[3] << " " << rndm - << G4endl; - return (IPDFThetaBiasH.GetEnergy(rndm)); - } +G4double G4SPSRandomGenerator::GenRandTheta() +{ + if (verbosityLevel >= 1) + { + G4cout << "In GenRandTheta" << G4endl; + G4cout << "Verbosity " << verbosityLevel << G4endl; + } + + if (ThetaBias == false) // Theta is not biased + { + G4double rndm = G4UniformRand(); + return (rndm); + } + else // Theta is biased + { + if ( local_IPDFThetaBias.Get().val == false ) + { + local_IPDFThetaBias.Get().val = true; + G4AutoLock l(&mutex); + if (IPDFThetaBias == false) + { + // IPDF has not been created, so create it + // + G4double bins[1024], vals[1024], sum; + G4int ii; + G4int maxbin = G4int(ThetaBiasH.GetVectorLength()); + bins[0] = ThetaBiasH.GetLowEdgeEnergy(std::size_t(0)); + vals[0] = ThetaBiasH(std::size_t(0)); + sum = vals[0]; + for (ii=1; ii IPDFThetaBiasH(biasn2)) + { biasn1 = biasn2; } + else + { biasn3 = biasn2; } + biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; + } + bweights_t& w = bweights.Get(); + w[3] = IPDFThetaBiasH(biasn2) - IPDFThetaBiasH(biasn2 - 1); + G4double xaxisl = IPDFThetaBiasH.GetLowEdgeEnergy(std::size_t(biasn2 - 1)); + G4double xaxisu = IPDFThetaBiasH.GetLowEdgeEnergy(std::size_t(biasn2)); + G4double NatProb = xaxisu - xaxisl; + w[3] = NatProb / w[3]; + if (verbosityLevel >= 1) + { + G4cout << "Theta bin weight " << w[3] << " " << rndm << G4endl; + } + return (IPDFThetaBiasH.GetEnergy(rndm)); + } } -G4double G4SPSRandomGenerator::GenRandPhi() { - if (verbosityLevel >= 1) - G4cout << "In GenRandPhi" << G4endl; - if (PhiBias == false) { - // Phi is not biased - G4double rndm = G4UniformRand(); - return (rndm); - } else { - // Phi is biased - if ( local_IPDFPhiBias.Get().val == false ) { - local_IPDFPhiBias.Get().val = true; - G4AutoLock l(&mutex); - if (IPDFPhiBias == false) { - // IPDF has not been created, so create it - G4double bins[1024], vals[1024], sum; - G4int ii; - G4int maxbin = G4int(PhiBiasH.GetVectorLength()); - bins[0] = PhiBiasH.GetLowEdgeEnergy(size_t(0)); - vals[0] = PhiBiasH(size_t(0)); - sum = vals[0]; - for (ii = 1; ii < maxbin; ii++) { - bins[ii] = PhiBiasH.GetLowEdgeEnergy(size_t(ii)); - vals[ii] = PhiBiasH(size_t(ii)) + vals[ii - 1]; - sum = sum + PhiBiasH(size_t(ii)); - } - - for (ii = 0; ii < maxbin; ii++) { - vals[ii] = vals[ii] / sum; - IPDFPhiBiasH.InsertValues(bins[ii], vals[ii]); - } - // Make IPDFPhiBias = true - IPDFPhiBias = true; - } - } - // IPDF has been create so carry on - G4double rndm = G4UniformRand(); - // size_t weight_bin_no = IPDFPhiBiasH.FindValueBinLocation(rndm); - size_t numberOfBin = IPDFPhiBiasH.GetVectorLength(); - G4int biasn1 = 0; - G4int biasn2 = numberOfBin / 2; - G4int biasn3 = numberOfBin - 1; - while (biasn1 != biasn3 - 1) { - if (rndm > IPDFPhiBiasH(biasn2)) - biasn1 = biasn2; - else - biasn3 = biasn2; - biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; - } - bweights_t& w = bweights.Get(); - w[4] = IPDFPhiBiasH(biasn2) - IPDFPhiBiasH(biasn2 - 1); - G4double xaxisl = IPDFPhiBiasH.GetLowEdgeEnergy(size_t(biasn2 - 1)); - G4double xaxisu = IPDFPhiBiasH.GetLowEdgeEnergy(size_t(biasn2)); - G4double NatProb = xaxisu - xaxisl; - w[4] = NatProb / w[4]; - if (verbosityLevel >= 1) - G4cout << "Phi bin weight " << w[4] << " " << rndm << G4endl; - return (IPDFPhiBiasH.GetEnergy(rndm)); - } +G4double G4SPSRandomGenerator::GenRandPhi() +{ + if (verbosityLevel >= 1) + { + G4cout << "In GenRandPhi" << G4endl; + } + + if (PhiBias == false) // Phi is not biased + { + G4double rndm = G4UniformRand(); + return (rndm); + } + else // Phi is biased + { + if ( local_IPDFPhiBias.Get().val == false ) + { + local_IPDFPhiBias.Get().val = true; + G4AutoLock l(&mutex); + if (IPDFPhiBias == false) + { + // IPDF has not been created, so create it + // + G4double bins[1024], vals[1024], sum; + G4int ii; + G4int maxbin = G4int(PhiBiasH.GetVectorLength()); + bins[0] = PhiBiasH.GetLowEdgeEnergy(std::size_t(0)); + vals[0] = PhiBiasH(std::size_t(0)); + sum = vals[0]; + for (ii=1; ii IPDFPhiBiasH(biasn2)) + { biasn1 = biasn2; } + else + { biasn3 = biasn2; } + biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; + } + bweights_t& w = bweights.Get(); + w[4] = IPDFPhiBiasH(biasn2) - IPDFPhiBiasH(biasn2 - 1); + G4double xaxisl = IPDFPhiBiasH.GetLowEdgeEnergy(std::size_t(biasn2 - 1)); + G4double xaxisu = IPDFPhiBiasH.GetLowEdgeEnergy(std::size_t(biasn2)); + G4double NatProb = xaxisu - xaxisl; + w[4] = NatProb / w[4]; + if (verbosityLevel >= 1) + { + G4cout << "Phi bin weight " << w[4] << " " << rndm << G4endl; + } + return (IPDFPhiBiasH.GetEnergy(rndm)); + } } -G4double G4SPSRandomGenerator::GenRandEnergy() { - if (verbosityLevel >= 1) - G4cout << "In GenRandEnergy" << G4endl; - if (EnergyBias == false) { - // Energy is not biased - G4double rndm = G4UniformRand(); - return (rndm); - } else { - if ( local_IPDFEnergyBias.Get().val == false ) { - local_IPDFEnergyBias.Get().val = true; - // ENERGY is biased - G4AutoLock l(&mutex); - if (IPDFEnergyBias == false) { - // IPDF has not been created, so create it - G4double bins[1024], vals[1024], sum; - G4int ii; - G4int maxbin = G4int(EnergyBiasH.GetVectorLength()); - bins[0] = EnergyBiasH.GetLowEdgeEnergy(size_t(0)); - vals[0] = EnergyBiasH(size_t(0)); - sum = vals[0]; - for (ii = 1; ii < maxbin; ii++) { - bins[ii] = EnergyBiasH.GetLowEdgeEnergy(size_t(ii)); - vals[ii] = EnergyBiasH(size_t(ii)) + vals[ii - 1]; - sum = sum + EnergyBiasH(size_t(ii)); - } - IPDFEnergyBiasH = ZeroPhysVector; - for (ii = 0; ii < maxbin; ii++) { - vals[ii] = vals[ii] / sum; - IPDFEnergyBiasH.InsertValues(bins[ii], vals[ii]); - } - // Make IPDFEnergyBias = true - IPDFEnergyBias = true; - } - } - // IPDF has been create so carry on - G4double rndm = G4UniformRand(); - // size_t weight_bin_no = IPDFEnergyBiasH.FindValueBinLocation(rndm); - size_t numberOfBin = IPDFEnergyBiasH.GetVectorLength(); - G4int biasn1 = 0; - G4int biasn2 = numberOfBin / 2; - G4int biasn3 = numberOfBin - 1; - while (biasn1 != biasn3 - 1) { - if (rndm > IPDFEnergyBiasH(biasn2)) - biasn1 = biasn2; - else - biasn3 = biasn2; - biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; - } - bweights_t& w = bweights.Get(); - w[5] = IPDFEnergyBiasH(biasn2) - IPDFEnergyBiasH(biasn2 - 1); - G4double xaxisl = IPDFEnergyBiasH.GetLowEdgeEnergy(size_t(biasn2 - 1)); - G4double xaxisu = IPDFEnergyBiasH.GetLowEdgeEnergy(size_t(biasn2)); - G4double NatProb = xaxisu - xaxisl; - w[5] = NatProb / w[5]; - if (verbosityLevel >= 1) - G4cout << "Energy bin weight " << w[5] << " " << rndm - << G4endl; - return (IPDFEnergyBiasH.GetEnergy(rndm)); - } +G4double G4SPSRandomGenerator::GenRandEnergy() +{ + if (verbosityLevel >= 1) + { + G4cout << "In GenRandEnergy" << G4endl; + } + + if (EnergyBias == false) // Energy is not biased + { + G4double rndm = G4UniformRand(); + return (rndm); + } + else // Energy is biased + { + if ( local_IPDFEnergyBias.Get().val == false ) + { + local_IPDFEnergyBias.Get().val = true; + G4AutoLock l(&mutex); + if (IPDFEnergyBias == false) + { + // IPDF has not been created, so create it + // + G4double bins[1024], vals[1024], sum; + G4int ii; + G4int maxbin = G4int(EnergyBiasH.GetVectorLength()); + bins[0] = EnergyBiasH.GetLowEdgeEnergy(std::size_t(0)); + vals[0] = EnergyBiasH(std::size_t(0)); + sum = vals[0]; + for (ii=1; ii IPDFEnergyBiasH(biasn2)) + { biasn1 = biasn2; } + else + { biasn3 = biasn2; } + biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; + } + bweights_t& w = bweights.Get(); + w[5] = IPDFEnergyBiasH(biasn2) - IPDFEnergyBiasH(biasn2 - 1); + G4double xaxisl = IPDFEnergyBiasH.GetLowEdgeEnergy(std::size_t(biasn2 - 1)); + G4double xaxisu = IPDFEnergyBiasH.GetLowEdgeEnergy(std::size_t(biasn2)); + G4double NatProb = xaxisu - xaxisl; + w[5] = NatProb / w[5]; + if (verbosityLevel >= 1) + { + G4cout << "Energy bin weight " << w[5] << " " << rndm << G4endl; + } + return (IPDFEnergyBiasH.GetEnergy(rndm)); + } } -G4double G4SPSRandomGenerator::GenRandPosTheta() { - if (verbosityLevel >= 1) { - G4cout << "In GenRandPosTheta" << G4endl; - G4cout << "Verbosity " << verbosityLevel << G4endl; - } - if (PosThetaBias == false) { - // Theta is not biased - G4double rndm = G4UniformRand(); - return (rndm); - } else { - // Theta is biased - if ( local_IPDFPosThetaBias.Get().val == false ) { - local_IPDFPosThetaBias.Get().val = true; - G4AutoLock l(&mutex); - if (IPDFPosThetaBias == false) { - // IPDF has not been created, so create it - G4double bins[1024], vals[1024], sum; - G4int ii; - G4int maxbin = G4int(PosThetaBiasH.GetVectorLength()); - bins[0] = PosThetaBiasH.GetLowEdgeEnergy(size_t(0)); - vals[0] = PosThetaBiasH(size_t(0)); - sum = vals[0]; - for (ii = 1; ii < maxbin; ii++) { - bins[ii] = PosThetaBiasH.GetLowEdgeEnergy(size_t(ii)); - vals[ii] = PosThetaBiasH(size_t(ii)) + vals[ii - 1]; - sum = sum + PosThetaBiasH(size_t(ii)); - } - - for (ii = 0; ii < maxbin; ii++) { - vals[ii] = vals[ii] / sum; - IPDFPosThetaBiasH.InsertValues(bins[ii], vals[ii]); - } - // Make IPDFThetaBias = true - IPDFPosThetaBias = true; - } - } - // IPDF has been create so carry on - G4double rndm = G4UniformRand(); - // size_t weight_bin_no = IPDFThetaBiasH.FindValueBinLocation(rndm); - size_t numberOfBin = IPDFPosThetaBiasH.GetVectorLength(); - G4int biasn1 = 0; - G4int biasn2 = numberOfBin / 2; - G4int biasn3 = numberOfBin - 1; - while (biasn1 != biasn3 - 1) { - if (rndm > IPDFPosThetaBiasH(biasn2)) - biasn1 = biasn2; - else - biasn3 = biasn2; - biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; - } - bweights_t& w = bweights.Get(); - w[6] = IPDFPosThetaBiasH(biasn2) - IPDFPosThetaBiasH(biasn2 - 1); - G4double xaxisl = - IPDFPosThetaBiasH.GetLowEdgeEnergy(size_t(biasn2 - 1)); - G4double xaxisu = IPDFPosThetaBiasH.GetLowEdgeEnergy(size_t(biasn2)); - G4double NatProb = xaxisu - xaxisl; - w[6] = NatProb / w[6]; - if (verbosityLevel >= 1) - G4cout << "PosTheta bin weight " << w[6] << " " << rndm - << G4endl; - return (IPDFPosThetaBiasH.GetEnergy(rndm)); - } +G4double G4SPSRandomGenerator::GenRandPosTheta() +{ + if (verbosityLevel >= 1) + { + G4cout << "In GenRandPosTheta" << G4endl; + G4cout << "Verbosity " << verbosityLevel << G4endl; + } + + if (PosThetaBias == false) // Theta is not biased + { + G4double rndm = G4UniformRand(); + return (rndm); + } + else // Theta is biased + { + if ( local_IPDFPosThetaBias.Get().val == false ) + { + local_IPDFPosThetaBias.Get().val = true; + G4AutoLock l(&mutex); + if (IPDFPosThetaBias == false) + { + // IPDF has not been created, so create it + // + G4double bins[1024], vals[1024], sum; + G4int ii; + G4int maxbin = G4int(PosThetaBiasH.GetVectorLength()); + bins[0] = PosThetaBiasH.GetLowEdgeEnergy(std::size_t(0)); + vals[0] = PosThetaBiasH(std::size_t(0)); + sum = vals[0]; + for (ii=1; ii IPDFPosThetaBiasH(biasn2)) + { biasn1 = biasn2; } + else + { biasn3 = biasn2; } + biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; + } + bweights_t& w = bweights.Get(); + w[6] = IPDFPosThetaBiasH(biasn2) - IPDFPosThetaBiasH(biasn2 - 1); + G4double xaxisl = IPDFPosThetaBiasH.GetLowEdgeEnergy(std::size_t(biasn2-1)); + G4double xaxisu = IPDFPosThetaBiasH.GetLowEdgeEnergy(std::size_t(biasn2)); + G4double NatProb = xaxisu - xaxisl; + w[6] = NatProb / w[6]; + if (verbosityLevel >= 1) + { + G4cout << "PosTheta bin weight " << w[6] << " " << rndm << G4endl; + } + return (IPDFPosThetaBiasH.GetEnergy(rndm)); + } } -G4double G4SPSRandomGenerator::GenRandPosPhi() { - if (verbosityLevel >= 1) - G4cout << "In GenRandPosPhi" << G4endl; - if (PosPhiBias == false) { - // PosPhi is not biased - G4double rndm = G4UniformRand(); - return (rndm); - } else { - // PosPhi is biased - if (local_IPDFPosPhiBias.Get().val == false ) { - local_IPDFPosPhiBias.Get().val = true; - G4AutoLock l(&mutex); - if (IPDFPosPhiBias == false) { - // IPDF has not been created, so create it - G4double bins[1024], vals[1024], sum; - G4int ii; - G4int maxbin = G4int(PosPhiBiasH.GetVectorLength()); - bins[0] = PosPhiBiasH.GetLowEdgeEnergy(size_t(0)); - vals[0] = PosPhiBiasH(size_t(0)); - sum = vals[0]; - for (ii = 1; ii < maxbin; ii++) { - bins[ii] = PosPhiBiasH.GetLowEdgeEnergy(size_t(ii)); - vals[ii] = PosPhiBiasH(size_t(ii)) + vals[ii - 1]; - sum = sum + PosPhiBiasH(size_t(ii)); - } - - for (ii = 0; ii < maxbin; ii++) { - vals[ii] = vals[ii] / sum; - IPDFPosPhiBiasH.InsertValues(bins[ii], vals[ii]); - } - // Make IPDFPosPhiBias = true - IPDFPosPhiBias = true; - } - } - // IPDF has been create so carry on - G4double rndm = G4UniformRand(); - // size_t weight_bin_no = IPDFPosPhiBiasH.FindValueBinLocation(rndm); - size_t numberOfBin = IPDFPosPhiBiasH.GetVectorLength(); - G4int biasn1 = 0; - G4int biasn2 = numberOfBin / 2; - G4int biasn3 = numberOfBin - 1; - while (biasn1 != biasn3 - 1) { - if (rndm > IPDFPosPhiBiasH(biasn2)) - biasn1 = biasn2; - else - biasn3 = biasn2; - biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; - } - bweights_t& w = bweights.Get(); - w[7] = IPDFPosPhiBiasH(biasn2) - IPDFPosPhiBiasH(biasn2 - 1); - G4double xaxisl = IPDFPosPhiBiasH.GetLowEdgeEnergy(size_t(biasn2 - 1)); - G4double xaxisu = IPDFPosPhiBiasH.GetLowEdgeEnergy(size_t(biasn2)); - G4double NatProb = xaxisu - xaxisl; - w[7] = NatProb / w[7]; - if (verbosityLevel >= 1) - G4cout << "PosPhi bin weight " << w[7] << " " << rndm - << G4endl; - return (IPDFPosPhiBiasH.GetEnergy(rndm)); - } +G4double G4SPSRandomGenerator::GenRandPosPhi() +{ + if (verbosityLevel >= 1) + { + G4cout << "In GenRandPosPhi" << G4endl; + } + + if (PosPhiBias == false) // PosPhi is not biased + { + G4double rndm = G4UniformRand(); + return (rndm); + } + else // PosPhi is biased + { + if (local_IPDFPosPhiBias.Get().val == false ) + { + local_IPDFPosPhiBias.Get().val = true; + G4AutoLock l(&mutex); + if (IPDFPosPhiBias == false) + { + // IPDF has not been created, so create it + // + G4double bins[1024], vals[1024], sum; + G4int ii; + G4int maxbin = G4int(PosPhiBiasH.GetVectorLength()); + bins[0] = PosPhiBiasH.GetLowEdgeEnergy(std::size_t(0)); + vals[0] = PosPhiBiasH(std::size_t(0)); + sum = vals[0]; + for (ii=1; ii IPDFPosPhiBiasH(biasn2)) + { biasn1 = biasn2; } + else + { biasn3 = biasn2; } + biasn2 = biasn1 + (biasn3 - biasn1 + 1) / 2; + } + bweights_t& w = bweights.Get(); + w[7] = IPDFPosPhiBiasH(biasn2) - IPDFPosPhiBiasH(biasn2 - 1); + G4double xaxisl = IPDFPosPhiBiasH.GetLowEdgeEnergy(std::size_t(biasn2 - 1)); + G4double xaxisu = IPDFPosPhiBiasH.GetLowEdgeEnergy(std::size_t(biasn2)); + G4double NatProb = xaxisu - xaxisl; + w[7] = NatProb / w[7]; + if (verbosityLevel >= 1) + { + 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 6af1a0595d5..cde1e325e24 100644 --- a/source/event/src/G4SingleParticleSource.cc +++ b/source/event/src/G4SingleParticleSource.cc @@ -23,27 +23,13 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // - -/////////////////////////////////////////////////////////////////////////////// -// -// MODULE: G4SingleParticleSource.hh -// -// Version: 1.0 -// Date: 5/02/04 -// Author: Fan Lei -// Organisation: QinetiQ ltd. -// Customer: ESA/ESTEC -// -/////////////////////////////////////////////////////////////////////////////// -// -// CHANGE HISTORY -// -------------- -// -// Version 1.0, 05/02/2004, Fan Lei, Created. -// Based on the G4GeneralParticleSource class in Geant4 v6.0 -// -/////////////////////////////////////////////////////////////////////////////// +// G4SingleParticleSource source implementation // +// Author: Fan Lei, QinetiQ ltd. - 05/02/2004 +// Customer: ESA/ESTEC +// Revision: Andrea Dotti, SLAC +// -------------------------------------------------------------------- + #include #include "G4SingleParticleSource.hh" @@ -61,128 +47,140 @@ #include "G4Track.hh" #include "G4AutoLock.hh" -G4SingleParticleSource::part_prop_t::part_prop_t() { - //definition = G4Geantino::GeantinoDefinition(); +G4SingleParticleSource::part_prop_t::part_prop_t() +{ momentum_direction = G4ParticleMomentum(1,0,0); energy = 1.*MeV; position = G4ThreeVector(); } -G4SingleParticleSource::G4SingleParticleSource() { -// // Initialise all variables -// // Position distribution Variables -// - NumberOfParticlesToBeGenerated = 1; - definition = G4Geantino::GeantinoDefinition(); -// G4ThreeVector zero; -// particle_momentum_direction = G4ParticleMomentum(1, 0, 0); -// particle_energy = 1.0 * MeV; -// particle_position = zero; -// particle_time = 0.0; -// particle_polarization = zero; - charge = 0.0; - time = 0; - polarization = G4ThreeVector(); - - biasRndm = new G4SPSRandomGenerator(); - posGenerator = new G4SPSPosDistribution(); - posGenerator->SetBiasRndm(biasRndm); - angGenerator = new G4SPSAngDistribution(); - angGenerator->SetPosDistribution(posGenerator); - angGenerator->SetBiasRndm(biasRndm); - eneGenerator = new G4SPSEneDistribution(); - eneGenerator->SetBiasRndm(biasRndm); - - // verbosity - verbosityLevel = 0; - - G4MUTEXINIT(mutex); +G4SingleParticleSource::G4SingleParticleSource() +{ + // Initialise all variables + // Position distribution Variables -} + NumberOfParticlesToBeGenerated = 1; + definition = G4Geantino::GeantinoDefinition(); + + charge = 0.0; + time = 0; + polarization = G4ThreeVector(); -G4SingleParticleSource::~G4SingleParticleSource() { - delete biasRndm; - delete posGenerator; - delete angGenerator; - delete eneGenerator; - G4MUTEXDESTROY(mutex); + biasRndm = new G4SPSRandomGenerator(); + posGenerator = new G4SPSPosDistribution(); + posGenerator->SetBiasRndm(biasRndm); + angGenerator = new G4SPSAngDistribution(); + angGenerator->SetPosDistribution(posGenerator); + angGenerator->SetBiasRndm(biasRndm); + eneGenerator = new G4SPSEneDistribution(); + eneGenerator->SetBiasRndm(biasRndm); + + verbosityLevel = 0; + + G4MUTEXINIT(mutex); } -void G4SingleParticleSource::SetVerbosity(int vL) { - G4AutoLock l(&mutex); - verbosityLevel = vL; - posGenerator->SetVerbosity(vL); - angGenerator->SetVerbosity(vL); - eneGenerator->SetVerbosity(vL); - //G4cout << "Verbosity Set to: " << verbosityLevel << G4endl; +G4SingleParticleSource::~G4SingleParticleSource() +{ + delete biasRndm; + delete posGenerator; + delete angGenerator; + delete eneGenerator; + + G4MUTEXDESTROY(mutex); } -void G4SingleParticleSource::SetParticleDefinition( - G4ParticleDefinition* aParticleDefinition) { - definition = aParticleDefinition; - charge = aParticleDefinition->GetPDGCharge(); +void G4SingleParticleSource::SetVerbosity(G4int vL) +{ + G4AutoLock l(&mutex); + verbosityLevel = vL; + posGenerator->SetVerbosity(vL); + angGenerator->SetVerbosity(vL); + eneGenerator->SetVerbosity(vL); } -void G4SingleParticleSource::GeneratePrimaryVertex(G4Event *evt) { - - //G4AutoLock l(&mutex); - //part_prop_t& pp = ParticleProperties.Get(); - if (definition == NULL) { - //TODO: Should this rise an exception??? - return ; - } - //return; - - if (verbosityLevel > 1) - G4cout << " NumberOfParticlesToBeGenerated: " - <GenerateOne(); - - // create a new vertex - G4PrimaryVertex* vertex = new G4PrimaryVertex(pp.position,time); - - for (G4int i = 0; i < NumberOfParticlesToBeGenerated; i++) { - // Angular stuff - pp.momentum_direction = angGenerator->GenerateOne(); - // Energy stuff - pp.energy = eneGenerator->GenerateOne(definition); - - if (verbosityLevel >= 2) - G4cout << "Creating primaries and assigning to vertex" << G4endl; - // create new primaries and set them to the vertex - G4double mass = definition->GetPDGMass(); - G4PrimaryParticle* particle = - new G4PrimaryParticle(definition); - particle->SetKineticEnergy(pp.energy ); - particle->SetMass( mass ); - particle->SetMomentumDirection( pp.momentum_direction ); - particle->SetCharge( charge ); - particle->SetPolarization(polarization.x(), - polarization.y(), - polarization.z()); - if (verbosityLevel > 1) { - G4cout << "Particle name: " - << definition->GetParticleName() << G4endl; - G4cout << " Energy: " << pp.energy << G4endl; - G4cout << " Position: " << pp.position << G4endl; - G4cout << " Direction: " << pp.momentum_direction - << G4endl; - } - // Set bweight equal to the multiple of all non-zero weights - G4double weight = eneGenerator->GetWeight()*biasRndm->GetBiasWeight(); - // pass it to primary particle - particle->SetWeight(weight); - - vertex->SetPrimary(particle); - - } - // now pass the weight to the primary vertex. CANNOT be used here! - // vertex->SetWeight(particle_weight); - evt->AddPrimaryVertex(vertex); - if (verbosityLevel > 1) - G4cout << " Primary Vetex generated !" << G4endl; +void G4SingleParticleSource:: +SetParticleDefinition(G4ParticleDefinition* aParticleDefinition) +{ + definition = aParticleDefinition; + charge = aParticleDefinition->GetPDGCharge(); } +void G4SingleParticleSource::GeneratePrimaryVertex(G4Event* evt) +{ + if (definition == nullptr) + { + // TODO: Should this rise an exception??? + return; + } + + if (verbosityLevel > 1) + { + G4cout << " NumberOfParticlesToBeGenerated: " + << NumberOfParticlesToBeGenerated << G4endl; + } + + part_prop_t& pp = ParticleProperties.Get(); + + // Position stuff + pp.position = posGenerator->GenerateOne(); + + // Create a new vertex + G4PrimaryVertex* vertex = new G4PrimaryVertex(pp.position,time); + + for (G4int i=0; iGenerateOne(); + + // Energy stuff + pp.energy = eneGenerator->GenerateOne(definition); + + if (verbosityLevel >= 2) + { + G4cout << "Creating primaries and assigning to vertex" << G4endl; + } + + // Create new primaries and set them to the vertex + // + G4double mass = definition->GetPDGMass(); + G4PrimaryParticle* particle = new G4PrimaryParticle(definition); + particle->SetKineticEnergy(pp.energy ); + particle->SetMass( mass ); + particle->SetMomentumDirection( pp.momentum_direction ); + particle->SetCharge( charge ); + particle->SetPolarization(polarization.x(), + polarization.y(), + polarization.z()); + if (verbosityLevel > 1) + { + G4cout << "Particle name: " << definition->GetParticleName() << G4endl; + G4cout << " Energy: " << pp.energy << G4endl; + G4cout << " Position: " << pp.position << G4endl; + G4cout << " Direction: " << pp.momentum_direction << G4endl; + } + + // Set bweight equal to the multiple of all non-zero weights + // + G4double weight = eneGenerator->GetWeight()*biasRndm->GetBiasWeight(); + + if(eneGenerator->IfApplyEnergyWeight()) + { + weight *= eneGenerator->GetArbEneWeight(pp.energy); + } + + // Pass it to primary particle + // + particle->SetWeight(weight); + vertex->SetPrimary(particle); + } + + // Now pass the weight to the primary vertex. CANNOT be used here! + // vertex->SetWeight(particle_weight); + evt->AddPrimaryVertex(vertex); + + if (verbosityLevel > 1) + { + G4cout << " Primary Vetex generated !" << G4endl; + } +} diff --git a/source/event/src/G4SmartTrackStack.cc b/source/event/src/G4SmartTrackStack.cc index 765f4f8ae7f..4759a6112e3 100644 --- a/source/event/src/G4SmartTrackStack.cc +++ b/source/event/src/G4SmartTrackStack.cc @@ -23,7 +23,9 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // -// Author: S.Kamperis - 04/Oct/12 +// G4SmartTrackStack class implementation +// +// Author: S.Kamperis - 4 October 2012 // -------------------------------------------------------------------- #include "G4SmartTrackStack.hh" diff --git a/source/event/src/G4StackChecker.cc b/source/event/src/G4StackChecker.cc index 96f3ab9f606..ae0c10fc931 100644 --- a/source/event/src/G4StackChecker.cc +++ b/source/event/src/G4StackChecker.cc @@ -23,46 +23,52 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4StackChecker // -// - +// Author: Makoto Asai, 2003 +// -------------------------------------------------------------------- #include "G4StackChecker.hh" #include "G4Track.hh" #include "G4EventManager.hh" #include "G4Event.hh" #include "G4ios.hh" -G4StackChecker::G4StackChecker(): - nullDirection(G4ThreeVector(0.0,0.0,0.0)) +G4StackChecker::G4StackChecker() + : nullDirection(G4ThreeVector(0.0,0.0,0.0)) {} G4StackChecker::~G4StackChecker() {} -G4ClassificationOfNewTrack G4StackChecker::ClassifyNewTrack -(const G4Track* track) +G4ClassificationOfNewTrack +G4StackChecker::ClassifyNewTrack(const G4Track* track) { G4ClassificationOfNewTrack result = fUrgent; G4double e = track->GetKineticEnergy(); - if ( (!(e < 0.0) && !(e > 0.0) && !(e == 0.0)) || - track->GetMomentumDirection() == nullDirection) - { - result = fKill; - G4String nam = track->GetDefinition()->GetParticleName(); - G4cout << "### G4StackChecker: event# " - << (G4EventManager::GetEventManager())->GetConstCurrentEvent()->GetEventID() - << " unacceptable " << nam << " is killed in the stack" << G4endl; - G4cout << "### " << nam << " have been produced by the process " - << track->GetCreatorProcess()->GetProcessName() - << " trackID= " << track->GetTrackID() - << " parentID= " << track->GetParentID() - << G4endl; - G4cout << "### E= " << track->GetKineticEnergy() - << " position= " << track->GetPosition() - << " direction= " << track->GetMomentumDirection() - << " time= " << track->GetGlobalTime() - << G4endl; - } + if ( (!(e < 0.0) && !(e > 0.0) && !(e == 0.0)) + || track->GetMomentumDirection() == nullDirection) + { + result = fKill; + G4String nam = track->GetDefinition()->GetParticleName(); + G4cout << "### G4StackChecker: event# " + << (G4EventManager::GetEventManager())->GetConstCurrentEvent()->GetEventID() + << " unacceptable " << nam << " is killed in the stack" << G4endl; + G4cout << "### " << nam << " have been produced by the process " + << track->GetCreatorProcess()->GetProcessName() + << " trackID= " << track->GetTrackID() + << " parentID= " << track->GetParentID() + << G4endl; + G4cout << "### E= " << track->GetKineticEnergy() + << " position= " << track->GetPosition() + << " direction= " << track->GetMomentumDirection() + << " time= " << track->GetGlobalTime() + << G4endl; + } return result; } +void G4StackChecker::NewStage() +{} + +void G4StackChecker::PrepareNewEvent() +{} diff --git a/source/event/src/G4StackManager.cc b/source/event/src/G4StackManager.cc index 3f10e6d5b9e..0d0633efacd 100644 --- a/source/event/src/G4StackManager.cc +++ b/source/event/src/G4StackManager.cc @@ -23,28 +23,34 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4StackManager class implementation // -// -// -// Last Modification : 09/Dec/96 M.Asai -// +// Author: Makoto Asai, 1996 +// -------------------------------------------------------------------- #include "G4StackManager.hh" #include "G4StackingMessenger.hh" #include "G4VTrajectory.hh" -#include "evmandefs.hh" #include "G4ios.hh" +#include "G4ParticleDefinition.hh" +#include "G4VProcess.hh" + +// Needed for temporal service +// +#include "G4ParticleTable.hh" +#include "G4ProcessManager.hh" +#include "G4ProcessVector.hh" + G4StackManager::G4StackManager() -:userStackingAction(0),verboseLevel(0),numberOfAdditionalWaitingStacks(0) { theMessenger = new G4StackingMessenger(this); #ifdef G4_USESMARTSTACK urgentStack = new G4SmartTrackStack; - // G4cout<<"+++ G4StackManager uses G4SmartTrackStack. +++"<0) @@ -66,45 +72,40 @@ G4StackManager::~G4StackManager() delete waitingStack; delete postponeStack; delete theMessenger; - if(numberOfAdditionalWaitingStacks>0) { - for(int i=0;i0) + { + for(G4int i=0; iGetParticleDefinition(); if(pd->GetParticleDefinitionID() < 0) { G4ExceptionDescription ED; - ED << "A track without proper process manager is pushed into the track stack.\n" + ED << "A track without proper process manager is pushed \ + into the track stack.\n" << " Particle name : " << pd->GetParticleName() << " -- "; if(newTrack->GetParentID()<0) - { ED << "created by a primary particle generator."; } + { + ED << "created by a primary particle generator."; + } else { const G4VProcess* vp = newTrack->GetCreatorProcess(); if(vp) - { ED << "created by " << vp->GetProcessName() << "."; } + { + ED << "created by " << vp->GetProcessName() << "."; + } else - { ED << "creaded by unknown process."; } + { + ED << "creaded by unknown process."; + } } G4Exception("G4StackManager::PushOneTrack","Event10051", FatalException,ED); @@ -112,9 +113,11 @@ G4int G4StackManager::PushOneTrack(G4Track *newTrack,G4VTrajectory *newTrajector return GetNUrgentTrack(); } - G4ClassificationOfNewTrack classification = DefaultClassification( newTrack ); - if(userStackingAction) - { classification = userStackingAction->ClassifyNewTrack( newTrack ); } + G4ClassificationOfNewTrack classification = DefaultClassification( newTrack ); + if(userStackingAction != nullptr) + { + classification = userStackingAction->ClassifyNewTrack( newTrack ); + } if(classification==fKill) // delete newTrack without stacking { @@ -122,8 +125,8 @@ G4int G4StackManager::PushOneTrack(G4Track *newTrack,G4VTrajectory *newTrajector if( verboseLevel > 1 ) { G4cout << " ---> G4Track " << newTrack << " (trackID " - << newTrack->GetTrackID() << ", parentID " - << newTrack->GetParentID() << ") is not to be stored." << G4endl; + << newTrack->GetTrackID() << ", parentID " + << newTrack->GetParentID() << ") is not to be stored." << G4endl; } #endif delete newTrack; @@ -145,55 +148,71 @@ G4int G4StackManager::PushOneTrack(G4Track *newTrack,G4VTrajectory *newTrajector break; default: G4int i = classification - 10; - if(i<1||i>numberOfAdditionalWaitingStacks) { + if(i<1 || i>numberOfAdditionalWaitingStacks) + { G4ExceptionDescription ED; ED << "invalid classification " << classification << G4endl; - G4Exception("G4StackManager::PushOneTrack","Event0051", - FatalException,ED); - } else { + G4Exception("G4StackManager::PushOneTrack", "Event0051", + FatalException,ED); + } + else + { additionalWaitingStacks[i-1]->PushToStack( newStackedTrack ); } break; } } - return GetNUrgentTrack(); } -G4Track * G4StackManager::PopNextTrack(G4VTrajectory**newTrajectory) +G4Track* G4StackManager::PopNextTrack(G4VTrajectory** newTrajectory) { #ifdef G4VERBOSE if( verboseLevel > 1 ) { G4cout << "### pop requested out of " - << GetNUrgentTrack() << " stacked tracks." << G4endl; + << GetNUrgentTrack() << " stacked tracks." << G4endl; } #endif while( GetNUrgentTrack() == 0 ) { #ifdef G4VERBOSE - if( verboseLevel > 1 ) G4cout << "### " << GetNWaitingTrack() - << " waiting tracks are re-classified to" << G4endl; + if( verboseLevel > 1 ) + { + G4cout << "### " << GetNWaitingTrack() + << " waiting tracks are re-classified to" << G4endl; + } #endif waitingStack->TransferTo(urgentStack); - if(numberOfAdditionalWaitingStacks>0) { - for(int i=0;i0) + { + for(G4int i=0; iTransferTo(waitingStack); - } else { + } + else + { additionalWaitingStacks[i]->TransferTo(additionalWaitingStacks[i-1]); } } } - if(userStackingAction) userStackingAction->NewStage(); + if(userStackingAction != nullptr) + { + userStackingAction->NewStage(); + } + #ifdef G4VERBOSE - if( verboseLevel > 1 ) G4cout << " " << GetNUrgentTrack() - << " urgent tracks and " << GetNWaitingTrack() - << " waiting tracks." << G4endl; + if( verboseLevel > 1 ) + G4cout << " " << GetNUrgentTrack() + << " urgent tracks and " << GetNWaitingTrack() + << " waiting tracks." << G4endl; #endif - if( ( GetNUrgentTrack()==0 ) && ( GetNWaitingTrack()==0 ) ) return 0; + if( ( GetNUrgentTrack()==0 ) && ( GetNWaitingTrack()==0 ) ) + return 0; } G4StackedTrack selectedStackedTrack = urgentStack->PopFromStack(); @@ -219,7 +238,7 @@ void G4StackManager::ReClassify() G4StackedTrack aStackedTrack; G4TrackStack tmpStack; - if( !userStackingAction ) return; + if( userStackingAction == nullptr ) return; if( GetNUrgentTrack() == 0 ) return; urgentStack->TransferTo(&tmpStack); @@ -245,12 +264,15 @@ void G4StackManager::ReClassify() break; default: G4int i = classification - 10; - if(i<1||i>numberOfAdditionalWaitingStacks) { + if(i<1||i>numberOfAdditionalWaitingStacks) + { G4ExceptionDescription ED; ED << "invalid classification " << classification << G4endl; - G4Exception("G4StackManager::ReClassify","Event0052", - FatalException,ED); - } else { + G4Exception("G4StackManager::ReClassify", "Event0052", + FatalException, ED); + } + else + { additionalWaitingStacks[i-1]->PushToStack( aStackedTrack ); } break; @@ -260,9 +282,15 @@ void G4StackManager::ReClassify() G4int G4StackManager::PrepareNewEvent() { - if(userStackingAction) userStackingAction->PrepareNewEvent(); + if(userStackingAction) + { + userStackingAction->PrepareNewEvent(); + } - urgentStack->clearAndDestroy(); // Set the urgentStack in a defined state. Not doing it would affect reproducibility. + // Set the urgentStack in a defined state. Not doing it would + // affect reproducibility + // + urgentStack->clearAndDestroy(); G4int n_passedFromPrevious = 0; @@ -288,9 +316,13 @@ G4int G4StackManager::PrepareNewEvent() aTrack->SetParentID(-1); G4ClassificationOfNewTrack classification; if(userStackingAction) - { classification = userStackingAction->ClassifyNewTrack( aTrack ); } + { + classification = userStackingAction->ClassifyNewTrack( aTrack ); + } else - { classification = DefaultClassification( aTrack ); } + { + classification = DefaultClassification( aTrack ); + } if(classification==fKill) { @@ -313,12 +345,15 @@ G4int G4StackManager::PrepareNewEvent() break; default: G4int i = classification - 10; - if(i<1||i>numberOfAdditionalWaitingStacks) { + if(i<1||i>numberOfAdditionalWaitingStacks) + { G4ExceptionDescription ED; ED << "invalid classification " << classification << G4endl; - G4Exception("G4StackManager::PrepareNewEvent","Event0053", - FatalException,ED); - } else { + G4Exception("G4StackManager::PrepareNewEvent", "Event0053", + FatalException, ED); + } + else + { additionalWaitingStacks[i-1]->PushToStack( aStackedTrack ); } break; @@ -326,7 +361,6 @@ G4int G4StackManager::PrepareNewEvent() } } } - return n_passedFromPrevious; } @@ -334,7 +368,7 @@ void G4StackManager::SetNumberOfAdditionalWaitingStacks(G4int iAdd) { if(iAdd > numberOfAdditionalWaitingStacks) { - for(int i=numberOfAdditionalWaitingStacks;iiAdd;i--) + for(G4int i=numberOfAdditionalWaitingStacks; i>iAdd; --i) { delete additionalWaitingStacks[i]; } } } -void G4StackManager::TransferStackedTracks(G4ClassificationOfNewTrack origin, G4ClassificationOfNewTrack destination) +void G4StackManager:: +TransferStackedTracks(G4ClassificationOfNewTrack origin, + G4ClassificationOfNewTrack destination) { if(origin==destination) return; if(origin==fKill) return; - G4TrackStack* originStack = 0; + G4TrackStack* originStack = nullptr; switch(origin) { case fUrgent: - originStack = 0; + originStack = nullptr; break; case fWaiting: originStack = waitingStack; @@ -367,25 +403,32 @@ void G4StackManager::TransferStackedTracks(G4ClassificationOfNewTrack origin, G4 originStack = postponeStack; break; default: - int i = origin - 10; - if(i<=numberOfAdditionalWaitingStacks) originStack = additionalWaitingStacks[i-1]; + G4int i = origin - 10; + if(i<=numberOfAdditionalWaitingStacks) + { + originStack = additionalWaitingStacks[i-1]; + } break; } if(destination==fKill) { - if(originStack) - { originStack->clearAndDestroy(); } + if(originStack != nullptr) + { + originStack->clearAndDestroy(); + } else - { urgentStack->clearAndDestroy(); } + { + urgentStack->clearAndDestroy(); + } } else { - G4TrackStack* targetStack = 0; + G4TrackStack* targetStack = nullptr; switch(destination) { case fUrgent: - targetStack = 0; + targetStack = nullptr; break; case fWaiting: targetStack = waitingStack; @@ -394,32 +437,43 @@ void G4StackManager::TransferStackedTracks(G4ClassificationOfNewTrack origin, G4 targetStack = postponeStack; break; default: - int i = destination - 10; - if(i<=numberOfAdditionalWaitingStacks) targetStack = additionalWaitingStacks[i-1]; + G4int i = destination - 10; + if(i<=numberOfAdditionalWaitingStacks) + { + targetStack = additionalWaitingStacks[i-1]; + } break; } - if(originStack) + if(originStack != nullptr) { - if(targetStack) - { originStack->TransferTo(targetStack); } + if(targetStack != nullptr) + { + originStack->TransferTo(targetStack); + } else - { originStack->TransferTo(urgentStack); } + { + originStack->TransferTo(urgentStack); + } } else - { urgentStack->TransferTo(targetStack); } + { + urgentStack->TransferTo(targetStack); + } } return; } -void G4StackManager::TransferOneStackedTrack(G4ClassificationOfNewTrack origin, G4ClassificationOfNewTrack destination) +void G4StackManager:: +TransferOneStackedTrack(G4ClassificationOfNewTrack origin, + G4ClassificationOfNewTrack destination) { if(origin==destination) return; if(origin==fKill) return; - G4TrackStack* originStack = 0; + G4TrackStack* originStack = nullptr; switch(origin) { case fUrgent: - originStack = 0; + originStack = nullptr; break; case fWaiting: originStack = waitingStack; @@ -428,20 +482,25 @@ void G4StackManager::TransferOneStackedTrack(G4ClassificationOfNewTrack origin, originStack = postponeStack; break; default: - int i = origin - 10; - if(i<=numberOfAdditionalWaitingStacks) originStack = additionalWaitingStacks[i-1]; + G4int i = origin - 10; + if(i<=numberOfAdditionalWaitingStacks) + { + originStack = additionalWaitingStacks[i-1]; + } break; } G4StackedTrack aStackedTrack; if(destination==fKill) { - if( originStack && originStack->GetNTrack() ) { + if( originStack != nullptr && originStack->GetNTrack() ) + { aStackedTrack = originStack->PopFromStack(); delete aStackedTrack.GetTrack(); delete aStackedTrack.GetTrajectory(); } - else if (urgentStack->GetNTrack() ) { + else if (urgentStack->GetNTrack() ) + { aStackedTrack = urgentStack->PopFromStack(); delete aStackedTrack.GetTrack(); delete aStackedTrack.GetTrajectory(); @@ -449,11 +508,11 @@ void G4StackManager::TransferOneStackedTrack(G4ClassificationOfNewTrack origin, } else { - G4TrackStack* targetStack = 0; + G4TrackStack* targetStack = nullptr; switch(destination) { case fUrgent: - targetStack = 0; + targetStack = nullptr; break; case fWaiting: targetStack = waitingStack; @@ -462,16 +521,21 @@ void G4StackManager::TransferOneStackedTrack(G4ClassificationOfNewTrack origin, targetStack = postponeStack; break; default: - int i = destination - 10; - if(i<=numberOfAdditionalWaitingStacks) targetStack = additionalWaitingStacks[i-1]; + G4int i = destination - 10; + if(i<=numberOfAdditionalWaitingStacks) + { + targetStack = additionalWaitingStacks[i-1]; + } break; } - if(originStack && originStack->GetNTrack()) { + if(originStack && originStack->GetNTrack()) + { aStackedTrack = originStack->PopFromStack(); if(targetStack) { targetStack->PushToStack(aStackedTrack); } else { urgentStack->PushToStack(aStackedTrack); } } - else if(urgentStack->GetNTrack()) { + else if(urgentStack->GetNTrack()) + { aStackedTrack = urgentStack->PopFromStack(); if(targetStack) { targetStack->PushToStack(aStackedTrack); } else { urgentStack->PushToStack(aStackedTrack); } @@ -484,7 +548,10 @@ void G4StackManager::clear() { ClearUrgentStack(); ClearWaitingStack(); - for(int i=1;i<=numberOfAdditionalWaitingStacks;i++) {ClearWaitingStack(i);} + for(G4int i=1; i<=numberOfAdditionalWaitingStacks; ++i) + { + ClearWaitingStack(i); + } } void G4StackManager::ClearUrgentStack() @@ -492,12 +559,18 @@ void G4StackManager::ClearUrgentStack() urgentStack->clearAndDestroy(); } -void G4StackManager::ClearWaitingStack(int i) +void G4StackManager::ClearWaitingStack(G4int i) { - if(i==0) { + if(i==0) + { waitingStack->clearAndDestroy(); - } else { - if(i<=numberOfAdditionalWaitingStacks) additionalWaitingStacks[i-1]->clearAndDestroy(); + } + else + { + if(i<=numberOfAdditionalWaitingStacks) + { + additionalWaitingStacks[i-1]->clearAndDestroy(); + } } } @@ -508,8 +581,13 @@ void G4StackManager::ClearPostponeStack() G4int G4StackManager::GetNTotalTrack() const { - int n = urgentStack->GetNTrack() + waitingStack->GetNTrack() + postponeStack->GetNTrack(); - for(int i=1;i<=numberOfAdditionalWaitingStacks;i++) {n += additionalWaitingStacks[i-1]->GetNTrack();} + G4int n = urgentStack->GetNTrack() + + waitingStack->GetNTrack() + + postponeStack->GetNTrack(); + for(G4int i=1; i<=numberOfAdditionalWaitingStacks; ++i) + { + n += additionalWaitingStacks[i-1]->GetNTrack(); + } return n; } @@ -520,9 +598,16 @@ G4int G4StackManager::GetNUrgentTrack() const G4int G4StackManager::GetNWaitingTrack(int i) const { - if(i==0) { return waitingStack->GetNTrack(); } - else { - if(i<=numberOfAdditionalWaitingStacks) { return additionalWaitingStacks[i-1]->GetNTrack();} + if(i==0) + { + return waitingStack->GetNTrack(); + } + else + { + if(i<=numberOfAdditionalWaitingStacks) + { + return additionalWaitingStacks[i-1]->GetNTrack(); + } } return 0; } @@ -539,18 +624,20 @@ void G4StackManager::SetVerboseLevel( G4int const value ) void G4StackManager::SetUserStackingAction(G4UserStackingAction* value) { - userStackingAction = value; - if(userStackingAction) userStackingAction->SetStackManager(this); + userStackingAction = value; + if(userStackingAction) + { + userStackingAction->SetStackManager(this); + } } -G4ClassificationOfNewTrack G4StackManager::DefaultClassification(G4Track *aTrack) +G4ClassificationOfNewTrack G4StackManager:: +DefaultClassification(G4Track* aTrack) { G4ClassificationOfNewTrack classification = fUrgent; if( aTrack->GetTrackStatus() == fPostponeToNextEvent ) - { classification = fPostpone; } + { + classification = fPostpone; + } return classification; } - - - - diff --git a/source/event/src/G4StackingMessenger.cc b/source/event/src/G4StackingMessenger.cc index b9da6cbb9b9..1cdd81dbab1 100644 --- a/source/event/src/G4StackingMessenger.cc +++ b/source/event/src/G4StackingMessenger.cc @@ -23,8 +23,9 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4StackingMessenger class implementation // -// +// Author: Makoto Asai, 1996 // -------------------------------------------------------------------- #include "G4StackingMessenger.hh" @@ -34,8 +35,8 @@ #include "G4UIcmdWithAnInteger.hh" #include "G4ios.hh" -G4StackingMessenger::G4StackingMessenger(G4StackManager * fCont) -:fContainer(fCont) +G4StackingMessenger::G4StackingMessenger(G4StackManager* fCont) + : fContainer(fCont) { stackDir = new G4UIdirectory("/event/stack/"); stackDir->SetGuidance("Stack control commands."); @@ -61,7 +62,6 @@ G4StackingMessenger::G4StackingMessenger(G4StackManager * fCont) verboseCmd->SetGuidance(" 1 : Minimum statistics"); verboseCmd->SetGuidance(" 2 : Detailed reports"); verboseCmd->SetGuidance("Note - this value is overwritten by /event/verbose command."); - } G4StackingMessenger::~G4StackingMessenger() @@ -72,15 +72,20 @@ G4StackingMessenger::~G4StackingMessenger() delete stackDir; } -void G4StackingMessenger::SetNewValue(G4UIcommand * command,G4String newValues) +void G4StackingMessenger::SetNewValue(G4UIcommand* command, G4String newValues) { if( command==statusCmd ) { - G4cout << "========================== Current status of the stack =====" << G4endl; - G4cout << " Number of tracks in the stack" << G4endl; - G4cout << " Urgent stack : " << fContainer->GetNUrgentTrack() << G4endl; - G4cout << " Waiting stack : " << fContainer->GetNWaitingTrack() << G4endl; - G4cout << " Postponed stack : " << fContainer->GetNPostponedTrack() << G4endl; + G4cout << "========================== Current status of the stack =====" + << G4endl; + G4cout << " Number of tracks in the stack" + << G4endl; + G4cout << " Urgent stack : " << fContainer->GetNUrgentTrack() + << G4endl; + G4cout << " Waiting stack : " << fContainer->GetNWaitingTrack() + << G4endl; + G4cout << " Postponed stack : " << fContainer->GetNPostponedTrack() + << G4endl; } else if( command==clearCmd ) { @@ -109,4 +114,3 @@ void G4StackingMessenger::SetNewValue(G4UIcommand * command,G4String newValues) fContainer->SetVerboseLevel(verboseCmd->GetNewIntValue(newValues)); } } - diff --git a/source/event/src/G4TrackStack.cc b/source/event/src/G4TrackStack.cc index 00d4200e65f..6f80c51e6fd 100644 --- a/source/event/src/G4TrackStack.cc +++ b/source/event/src/G4TrackStack.cc @@ -23,6 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4TrackStack class implementation +// // Author: Makoto Asai (SLAC) // -------------------------------------------------------------------- @@ -55,7 +57,7 @@ void G4TrackStack::TransferTo(G4TrackStack* aStack) clear(); } -void G4TrackStack::TransferTo(G4SmartTrackStack * aStack) +void G4TrackStack::TransferTo(G4SmartTrackStack* aStack) { while (size()) { diff --git a/source/event/src/G4TrajectoryContainer.cc b/source/event/src/G4TrajectoryContainer.cc index dc50f508270..940cccb1ee1 100644 --- a/source/event/src/G4TrajectoryContainer.cc +++ b/source/event/src/G4TrajectoryContainer.cc @@ -23,6 +23,8 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4TrajectoryContainer class implementation +// // Author: Makoto Asai (SLAC) // -------------------------------------------------------------------- diff --git a/source/event/src/G4UserEventAction.cc b/source/event/src/G4UserEventAction.cc index 6b8e5877f52..f78ab58bde5 100644 --- a/source/event/src/G4UserEventAction.cc +++ b/source/event/src/G4UserEventAction.cc @@ -23,8 +23,10 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4UserEventAction class implementation // -// +// Author: Makoto Asai (SLAC) +// -------------------------------------------------------------------- #include "G4UserEventAction.hh" #include "G4Event.hh" @@ -51,6 +53,11 @@ G4UserEventAction::G4UserEventAction() G4UserEventAction::~G4UserEventAction() {;} +void G4UserEventAction::SetEventManager(G4EventManager* value) +{ + fpEventManager = value; +} + void G4UserEventAction::BeginOfEventAction(const G4Event*) {;} diff --git a/source/event/src/G4UserStackingAction.cc b/source/event/src/G4UserStackingAction.cc index f84c74aa81f..063de93d848 100644 --- a/source/event/src/G4UserStackingAction.cc +++ b/source/event/src/G4UserStackingAction.cc @@ -23,8 +23,10 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4UserStackingAction class implementation // -// +// Author: Makoto Asai (SLAC) +// -------------------------------------------------------------------- #include "G4UserStackingAction.hh" #include "G4Track.hh" @@ -32,29 +34,28 @@ #include "G4ParticleTable.hh" #include "globals.hh" - G4UserStackingAction::G4UserStackingAction() { - if(!(G4ParticleTable::GetParticleTable()->GetReadiness())) - { - G4String msg; - msg = " You are instantiating G4UserStackingAction BEFORE your\n"; - msg += "G4VUserPhysicsList is instantiated and assigned to G4RunManager.\n"; - msg += " Such an instantiation is prohibited by Geant4 version 8.0. To fix this problem,\n"; - msg += "please make sure that your main() instantiates G4VUserPhysicsList AND\n"; - msg += "set it to G4RunManager before instantiating other user action classes\n"; - msg += "such as G4UserStackingAction."; - G4Exception("G4UserStackingAction::G4UserStackingAction()", - "Event0031",FatalException,msg); - } + if(!(G4ParticleTable::GetParticleTable()->GetReadiness())) + { + G4String msg; + msg = "You are instantiating G4UserStackingAction BEFORE your \n"; + msg += "G4VUserPhysicsList is instantiated and assigned to G4RunManager.\n"; + msg += "Such an instantiation is prohibited since Geant4 version 8.0.\n"; + msg += "To fix this problem, please make sure that your main() \n"; + msg += "instantiates G4VUserPhysicsList AND set it to G4RunManager \n"; + msg += "before instantiating other user action classes such as \n"; + msg += "G4UserStackingAction."; + G4Exception("G4UserStackingAction::G4UserStackingAction()", + "Event0031", FatalException, msg); + } } - G4UserStackingAction::~G4UserStackingAction() {;} -G4ClassificationOfNewTrack G4UserStackingAction::ClassifyNewTrack -(const G4Track*) +G4ClassificationOfNewTrack +G4UserStackingAction::ClassifyNewTrack(const G4Track*) { return fUrgent; } @@ -64,5 +65,3 @@ void G4UserStackingAction::NewStage() void G4UserStackingAction::PrepareNewEvent() {;} - - diff --git a/source/event/src/G4VPrimaryGenerator.cc b/source/event/src/G4VPrimaryGenerator.cc index 421ad754fe2..5ff9e2e1083 100644 --- a/source/event/src/G4VPrimaryGenerator.cc +++ b/source/event/src/G4VPrimaryGenerator.cc @@ -23,34 +23,31 @@ // * acceptance of all terms of the Geant4 Software license. * // ******************************************************************** // +// G4VPrimaryGenerator class implementation // -// +// Author: Makoto Asai (SLAC) +// -------------------------------------------------------------------- -// G4VPrimaryGenerator #include "G4VPrimaryGenerator.hh" +#include "G4TransportationManager.hh" +#include "G4Navigator.hh" +#include "G4VPhysicalVolume.hh" +#include "G4VSolid.hh" -G4VPrimaryGenerator::G4VPrimaryGenerator() : particle_time(0.) +G4VPrimaryGenerator::G4VPrimaryGenerator() {;} G4VPrimaryGenerator::~G4VPrimaryGenerator() {;} -#include "G4TransportationManager.hh" -#include "G4Navigator.hh" -#include "G4VPhysicalVolume.hh" -#include "G4VSolid.hh" - -G4bool G4VPrimaryGenerator::CheckVertexInsideWorld - (const G4ThreeVector& pos) +G4bool G4VPrimaryGenerator::CheckVertexInsideWorld(const G4ThreeVector& pos) { G4Navigator* navigator= G4TransportationManager::GetTransportationManager() -> GetNavigatorForTracking(); G4VPhysicalVolume* world= navigator-> GetWorldVolume(); - G4VSolid* solid= world-> GetLogicalVolume()-> GetSolid(); - EInside qinside= solid-> Inside(pos); + G4VSolid* solid = world-> GetLogicalVolume()-> GetSolid(); + EInside qinside = solid-> Inside(pos); - if( qinside != kInside) return false; - else return true; + return (qinside != kInside) ? false : true; } - diff --git a/source/externals/CMakeLists.txt b/source/externals/CMakeLists.txt index d0f25682589..3860fde48b1 100644 --- a/source/externals/CMakeLists.txt +++ b/source/externals/CMakeLists.txt @@ -33,3 +33,43 @@ endif() if(NOT GEANT4_USE_SYSTEM_ZLIB) add_subdirectory(zlib) endif() + +#---------------------------------------------------------------------------- +# Geant4 internal PTL build optional +# +if(NOT GEANT4_USE_SYSTEM_PTL) + set(CMAKE_INSTALL_CONFIGDIR ${CMAKE_INSTALL_LIBDIR}/${PROJECT_NAME}-${${PROJECT_NAME}_VERSION} + CACHE PATH "CMake install directory" FORCE) + 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) +endif() + +#---------------------------------------------------------------------------- +# Alias the tasking libraries to Geant4 target naming convention +# +if(TARGET ptl-shared) + add_library(G4ptl INTERFACE) + add_library(PTL::ptl-shared ALIAS ptl-shared) + 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) + add_library(PTL::ptl-static ALIAS ptl-static) + 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() diff --git a/source/externals/GNUmakefile b/source/externals/GNUmakefile index fa7e002cd1f..0b570c32820 100644 --- a/source/externals/GNUmakefile +++ b/source/externals/GNUmakefile @@ -16,6 +16,10 @@ include $(G4INSTALL)/config/architecture.gmk SUBDIRS := SUBLIBS := +ifdef G4LIB_USE_PTL + SUBDIRS += ptl + SUBLIBS += G4ptl +endif ifdef G4LIB_USE_CLHEP SUBDIRS += clhep SUBLIBS += G4clhep diff --git a/source/externals/History b/source/externals/History index e1a5e56f61c..2ae4bbbb725 100644 --- a/source/externals/History +++ b/source/externals/History @@ -16,6 +16,17 @@ committal in the CVS repository ! * Reverse chronological order (last date on top), please * ---------------------------------------------------------- +10 June 2020 - J. Madsen (externals-V10-06-02) +- Migrated PTL's used of CMAKE_BINARY_DIR to PROJECT_BINARY_DIR +- Fixed PTLConfig.cmake.in for testing +- Reduced cmake to 3.8 to match Geant4 + +4 June 2020 - J. Madsen (externals-V10-06-01) +- Fixed ptl installation of interface libraries + +4 June 2020 - J. Madsen (externals-V10-06-00) +- Added ptl (Parallel Tasking Library) source code + 19 November 2019 - G.Cosmo (externals-V10-05-05) - CLHEP: Fixed warnings for cases of implicit type conversions in Rand*Ziggurat classes. @@ -35,7 +46,7 @@ committal in the CVS repository ! MixMaxRng: throw if seed is zero. Use throw instead of exit() elsewhere. 07 June 2019 - G.Cosmo (externals-V10-05-01) -- CLHEP: defaulted operator=() also for Plan3D; fixing deprecation warnings +- CLHEP: defaulted operator=() also for Plan3D; fixing deprecation warnings on gcc-9.1. Fixed shadowing compilation warnings in Transform3D as reported on gcc-9.1. diff --git a/source/externals/expat/sources.cmake b/source/externals/expat/sources.cmake index fc6cf1460b1..bdb7f5c6bb1 100644 --- a/source/externals/expat/sources.cmake +++ b/source/externals/expat/sources.cmake @@ -106,4 +106,8 @@ GEANT4_DEFINE_MODULE(NAME G4expat ) # List any source specific properties here - +if(GEANT4_USE_NEW_CMAKE) + geant4_module_include_directories(G4expat + PUBLIC $ + ) +endif() diff --git a/source/externals/ptl/.clang-format b/source/externals/ptl/.clang-format new file mode 100644 index 00000000000..0af3d6d0175 --- /dev/null +++ b/source/externals/ptl/.clang-format @@ -0,0 +1,65 @@ +# requires clang-tidy version 6.0+ +--- +AccessModifierOffset: -4 +AlignAfterOpenBracket: Align +AlignConsecutiveAssignments: true +AlignConsecutiveDeclarations: true +AlignEscapedNewlinesLeft: false +AlignOperands: true +AlignTrailingComments: true +AllowShortCaseLabelsOnASingleLine: true +AllowShortFunctionsOnASingleLine: All +AllowShortIfStatementsOnASingleLine: false +AllowShortLoopsOnASingleLine: false +AlwaysBreakAfterDefinitionReturnType: TopLevel +AlwaysBreakAfterReturnType: TopLevel +AlwaysBreakBeforeMultilineStrings: false +AlwaysBreakTemplateDeclarations: true +BasedOnStyle: Mozilla +BinPackArguments: true +BinPackParameters: true +BraceWrapping: + AfterClass: true + AfterControlStatement: true + AfterEnum: true + AfterFunction: true + AfterNamespace: true + AfterStruct: true + AfterUnion: true + AfterExternBlock: true + BeforeCatch: false + BeforeElse: true + IndentBraces: false + SplitEmptyFunction: false + SplitEmptyRecord: false + SplitEmptyNamespace: false +BreakBeforeBraces: Custom +BreakBeforeInheritanceComma: true +ColumnLimit: 90 +CompactNamespaces: true +ConstructorInitializerAllOnOneLineOrOnePerLine: false +ConstructorInitializerIndentWidth: 0 +ContinuationIndentWidth: 4 +FixNamespaceComments: true +IndentCaseLabels: true +IndentPPDirectives: AfterHash +IndentWidth: 4 +KeepEmptyLinesAtTheStartOfBlocks: false +Language: Cpp +PointerAlignment: Left +SortIncludes: true +SortUsingDeclarations: true +SpaceAfterCStyleCast: true +SpaceAfterTemplateKeyword: true +SpaceBeforeAssignmentOperators: true +SpaceBeforeParens: false +SpaceInEmptyParentheses: false +SpacesBeforeTrailingComments: 2 +SpacesInAngles: false +SpacesInContainerLiterals: true +SpacesInParentheses: false +SpacesInSquareBrackets: false +Standard: Cpp11 +TabWidth: 4 +UseTab: Never +... diff --git a/source/externals/ptl/.clang-tidy b/source/externals/ptl/.clang-tidy new file mode 100644 index 00000000000..175a5e32f2c --- /dev/null +++ b/source/externals/ptl/.clang-tidy @@ -0,0 +1,40 @@ +--- +Checks: "-*,\ +google-readability-casting,\ +misc-*,\ +-misc-incorrect-roundings,\ +-misc-macro-parentheses,\ +-misc-misplaced-widening-cast,\ +-misc-static-assert,\ +modernize-*,\ +-modernize-deprecated-headers,\ +-modernize-pass-by-value,\ +-modernize-raw-string-literal,\ +-modernize-return-braced-init-list,\ +-modernize-use-auto,\ +-modernize-use-default-member-init,\ +-modernize-use-emplace,\ +-modernize-use-equals-default,\ +-modernize-use-equals-delete,\ +-modernize-use-noexcept,\ +-modernize-use-transparent-functors,\ +-modernize-use-using,\ +performance-*,\ +-performance-inefficient-string-concatenation,\ +readability-*,\ +-readability-function-size,\ +-readability-identifier-naming,\ +-readability-implicit-bool-cast,\ +-readability-inconsistent-declaration-parameter-name,\ +-readability-named-parameter,\ +-readability-redundant-declaration,\ +-readability-redundant-member-init,\ +-readability-simplify-boolean-expr,\ +" +HeaderFilterRegex: 'source/[^/]*\.(hh|cc)$' +CheckOptions: + - key: readability-braces-around-statements.ShortStatementLines + value: '2' + - key: readability-implicit-bool-conversion.AllowPointerConditions + value: '1' +... diff --git a/source/externals/ptl/CMakeLists.txt b/source/externals/ptl/CMakeLists.txt new file mode 100644 index 00000000000..1da0b0d5c02 --- /dev/null +++ b/source/externals/ptl/CMakeLists.txt @@ -0,0 +1,170 @@ +################################################################################ +# cmake settings +# +cmake_minimum_required(VERSION 3.8 FATAL_ERROR) + +# Add allocation export symbol for the PLT module +add_definitions(-DPTL_ALLOC_EXPORT) + +cmake_policy(SET CMP0048 NEW) +cmake_policy(SET CMP0042 NEW) + +# 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) +endif() + +################################################################################ +# 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(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() +set(CMAKE_DIRECTORY_LABELS "PTL") + +################################################################################ +# +# +set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake/Modules ${CMAKE_MODULE_PATH}) +set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME development) + +if("${CMAKE_BUILD_TYPE}" STREQUAL "") + set(CMAKE_BUILD_TYPE Release CACHE STRING "CMake build type" 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 # +# # +################################################################################ + +if(PTL_USE_TBB) + list(APPEND ${PROJECT_NAME}_DEFINITIONS PTL_USE_TBB) +endif() + +# libraries to install +set(INSTALL_LIBRARIES ) + +#------------------------------------------------------------------------------# +# 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) + +get_property(PTL_INTERFACE_LIBRARIES GLOBAL PROPERTY ${PROJECT_NAME}_INTERFACE_LIBRARIES) + +################################################################################ +# # +# PTL Library # +# # +################################################################################ + +if(BUILD_SHARED_LIBS) + + 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-external-packages) + target_link_libraries(ptl-shared PRIVATE ptl-external-libraries ptl-compile-options) + + target_include_directories(ptl-shared PUBLIC + $ + $) + + list(APPEND INSTALL_LIBRARIES ptl-shared) + export(TARGETS ptl-shared ${PTL_INTERFACE_LIBRARIES} + FILE ${PROJECT_BINARY_DIR}/${PROJECT_NAME}-shared.cmake) +endif() + +if(BUILD_STATIC_LIBS) + + build_library( + TYPE STATIC + TARGET_NAME ptl-static + OUTPUT_NAME G4ptl + SOURCES ${ptl_headers} ${ptl_sources} + EXTRA_ARGS POSITION_INDEPENDENT_CODE ON) + + target_link_libraries(ptl-static PUBLIC ptl-external-packages) + target_link_libraries(ptl-static PRIVATE ptl-external-libraries ptl-compile-options) + + target_include_directories(ptl-static PUBLIC + $ + $) + + list(APPEND INSTALL_LIBRARIES ptl-static) + export(TARGETS ptl-static ${PTL_INTERFACE_LIBRARIES} + FILE ${PROJECT_BINARY_DIR}/${PROJECT_NAME}-static.cmake) +endif() + + +################################################################################ +# # +# Installation # +# # +################################################################################ + +# Install the targets and export libraries +install(TARGETS ${INSTALL_LIBRARIES} + DESTINATION ${CMAKE_INSTALL_LIBDIR} + EXPORT ${PROJECT_NAME}Targets + COMPONENT development) + +# 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) + +if(PTL_MASTER_PROJECT) + print_features() +endif() + diff --git a/source/externals/ptl/GNUmakefile b/source/externals/ptl/GNUmakefile new file mode 100644 index 00000000000..58ca3f570d0 --- /dev/null +++ b/source/externals/ptl/GNUmakefile @@ -0,0 +1,22 @@ +# ------------------------------------------------------------ +# GNUmakefile for internal PTL library. Gabriele Cosmo, 18/6/20. +# ------------------------------------------------------------ + +name := G4ptl + +ifndef G4INSTALL + G4INSTALL = ../../.. +endif + +GLOBLIBS = + +include $(G4INSTALL)/config/architecture.gmk + +CPPFLAGS += -DPTL_ALLOC_EXPORT + +include $(G4INSTALL)/config/common.gmk + +.PHONY: global + +global: lib + diff --git a/source/externals/ptl/History b/source/externals/ptl/History new file mode 100644 index 00000000000..449f89061d4 --- /dev/null +++ b/source/externals/ptl/History @@ -0,0 +1,36 @@ +------------------------------------------------------------------- + + ========================================================= + Geant4 - an Object-Oriented Toolkit for Simulation in HEP + ========================================================= + + 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 ! + + ---------------------------------------------------------- + * Reverse chronological order (last date on top), please * + ---------------------------------------------------------- + +23 June 2020 - J.Madsen (ptl-V10-06-03) +- Tweaked VTaskGroup to use a vector instead of list +- Declared the default ctor/dtor/assign-op for + JoinFunction class in TaskGroup + +22 June 2020 - B.Morgan (ptl-V10-06-02) +- Force use of -pthread on non-Win32 platforms + +18 June 2020 - G.Cosmo (ptl-V10-06-01) +- Adapted files organisation to Geant4 and fixed porting on Windows DLLs. +- Changed library name to "G4ptl", to distinguish from external installation. +- Integrated with GNUmake system. + +8 May 2020 - J.Madsen (ptl-V10-06-00) +- New module for built-in Parallel Tasking Library (PTL), a Lightweight + C++11 multithreading tasking system featuring thread-pool, task-groups, + and lock-free task queue. + Original version 0.0.2. diff --git a/source/externals/ptl/LICENSE b/source/externals/ptl/LICENSE new file mode 100644 index 00000000000..a6707da83f0 --- /dev/null +++ b/source/externals/ptl/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Jonathan R. Madsen + +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. + +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 PARTICULAR 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. diff --git a/source/externals/ptl/README.md b/source/externals/ptl/README.md new file mode 100644 index 00000000000..8a23b02af92 --- /dev/null +++ b/source/externals/ptl/README.md @@ -0,0 +1,2 @@ +# Parallel Tasking Library (PTL) +Lightweight C++11 multithreading tasking system featuring thread-pool, task-groups, and lock-free task queue diff --git a/source/externals/ptl/VERSION b/source/externals/ptl/VERSION new file mode 100644 index 00000000000..4e379d2bfea --- /dev/null +++ b/source/externals/ptl/VERSION @@ -0,0 +1 @@ +0.0.2 diff --git a/source/externals/ptl/cmake/Modules/BuildSettings.cmake b/source/externals/ptl/cmake/Modules/BuildSettings.cmake new file mode 100644 index 00000000000..f7dafa4050b --- /dev/null +++ b/source/externals/ptl/cmake/Modules/BuildSettings.cmake @@ -0,0 +1,47 @@ +################################################################################ +# +# 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-external-libraries) + +# ---------------------------------------------------------------------------- # +# +#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() + diff --git a/source/externals/ptl/cmake/Modules/ClangFormat.cmake b/source/externals/ptl/cmake/Modules/ClangFormat.cmake new file mode 100644 index 00000000000..a4d44d9196c --- /dev/null +++ b/source/externals/ptl/cmake/Modules/ClangFormat.cmake @@ -0,0 +1,51 @@ +################################################################################ +# +# Creates a 'format' target that runs clang-format +# +################################################################################ + +find_program(CLANG_FORMATTER + NAMES + clang-format-8.0 + clang-format-7.0 + clang-format-6.0 + clang-format) + +if(CLANG_FORMATTER) + set(_Source_DIR ${PROJECT_SOURCE_DIR}) + set(_Example_DIR ${PROJECT_SOURCE_DIR}/examples) + + set(_Header_DIR ${_Source_DIR}/PTL) + set(_Basic_DIR ${_Example_DIR}/basic) + set(_Common_DIR ${_Example_DIR}/common) + set(_Extended_DIR ${_Example_DIR}/extended/rotation) + set(_Gpu_DIR ${_Example_DIR}/gpu) + + file(GLOB headers + ${_Header_DIR}/*.hh ${_Header_DIR}/*.icc + ${_Basic_DIR}/*.hh ${_Common_DIR}/*.hh + ${_Gpu_DIR}/*.h ${_Gpu_DIR}/*.hh + ${_Extended_DIR}/*.h ${_Extended_DIR}/*.hh) + + file(GLOB sources + ${_Source_DIR}/*.cc ${_Extended_DIR}/*.cc + ${_Basic_DIR}/*.cc ${_Common_DIR}/*.cc + ${_Gpu_DIR}/*.cc ${_Gpu_DIR}/*.cu + ${_Extended_DIR}/*.cc) + + file(GLOB_RECURSE extended + ${_Extended_DIR}/*.hh ${_Extended_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} ${extended} + WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} + COMMENT "Running '${CLANG_FORMATTER}' on '${_Source_DIR}' and '${_Example_DIR}..." + SOURCES ${headers} ${sources}) + +endif() diff --git a/source/externals/ptl/cmake/Modules/Compilers.cmake b/source/externals/ptl/cmake/Modules/Compilers.cmake new file mode 100644 index 00000000000..384c74499d2 --- /dev/null +++ b/source/externals/ptl/cmake/Modules/Compilers.cmake @@ -0,0 +1,396 @@ + +################################################################################ +# +# 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(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 new file mode 100644 index 00000000000..da350dd1368 --- /dev/null +++ b/source/externals/ptl/cmake/Modules/ConfigurePackage.cmake @@ -0,0 +1,43 @@ + +################################################################################ +# +# 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 new file mode 100644 index 00000000000..53e2f082870 --- /dev/null +++ b/source/externals/ptl/cmake/Modules/CudaConfig.cmake @@ -0,0 +1,44 @@ + +#------------------------------------------------------------------------------# +# 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 new file mode 100644 index 00000000000..f727f35a0d0 --- /dev/null +++ b/source/externals/ptl/cmake/Modules/Documentation.cmake @@ -0,0 +1,227 @@ +# +# Create a "make doc" target using Doxygen +# Prototype: +# GENERATE_DOCUMENTATION(doxygen_config_file) +# Parameters: +# 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 +add_option(${PROJECT_NAME}_DOCS_QUIET "Suppress standard output when making the docs" ON) +mark_as_advanced(${PROJECT_NAME}_DOCS_QUIET) + +if(${PROJECT_NAME}_DOCS_QUIET) + set(DOXYGEN_QUIET YES) +else() + set(DOXYGEN_QUIET NO) +endif() + +# GraphViz dot program is used to build call graphs, caller graphs, class graphs +find_program(GRAPHVIZ_DOT_PATH dot) +mark_as_advanced(GRAPHVIZ_DOT_PATH) + +if("${GRAPHVIZ_DOT_PATH}" STREQUAL "GRAPHVIZ_DOT_PATH-NOTFOUND") + set(DOXYGEN_DOT_FOUND NO) + set(GRAPHVIZ_DOT_PATH "") +else() + set(DOXYGEN_DOT_FOUND YES) + set(GRAPHVIZ_DOT_PATH ${GRAPHVIZ_DOT_PATH}) +endif() + +# available Doxygen doc formats +set(AVAILABLE_DOXYGEN_DOC_FORMATS HTML LATEX MAN XML RTF) +# we want HTML, LATEX, and MAN to be default +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}") + # 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 "") + endif() + # set ON/OFF + if("${SET_TO_ON}" STREQUAL "") + set(_default "OFF") + else() + set(_default "ON") + endif() + # add option + add_option(${PROJECT_NAME}_${_doc_format}_DOCS + "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 +foreach(_doc_format ${AVAILABLE_DOXYGEN_DOC_FORMATS}) + if(${PROJECT_NAME}_${_doc_format}_DOCS) + set(GENERATE_DOXYGEN_${_doc_format}_DOC YES) + else() + set(GENERATE_DOXYGEN_${_doc_format}_DOC NO) + endif() +endforeach() + + +if(DOXYGEN_DOT_FOUND) + set(DOXYGEN_DOT_GRAPH_TYPES CLASS CALL CALLER) + # options to turn generation of class, call, and caller graphs + foreach(_graph_type ${DOXYGEN_DOT_GRAPH_TYPES}) + # create CMake doc string + string(TOLOWER _graph_type_desc ${_graph_type}) + # add option + 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 + if(${PROJECT_NAME}_${_graph_type}_GRAPH) + set(GENERATE_DOXYGEN_${_graph_type}_GRAPH YES) + else() + set(GENERATE_DOXYGEN_${_graph_type}_GRAPH NO) + endif() + endforeach() +endif() + +# get the documentation include directories +get_property(BUILDTREE_DIRS GLOBAL PROPERTY PTL_DOCUMENTATION_DIRS) + +if("${BUILDTREE_DIRS}" STREQUAL "") + message(FATAL_ERROR "Property PTL_DOCUMENTATION_DIRS is empty") +endif() + +LIST(REMOVE_DUPLICATES BUILDTREE_DIRS) + +set(SOURCE_FILES) +set(EXTENSIONS h hh hpp c cc cpp icc tcc py) +foreach(_DIR ${BUILDTREE_DIRS}) + foreach(_EXT ${EXTENSIONS}) + file(GLOB _FILES "${_DIR}/*.${_EXT}") + if(_FILES) + list(APPEND SOURCE_FILES ${_FILES}) + endif() + 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}") + +#----------------------------------------------------------------------- + +if(XCODE) + set(GENERATE_DOCSET_IF_XCODE YES) +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) + +if(${PROJECT_NAME}_HTML_DOCS) + 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) + + FIND_PACKAGE(Doxygen) + if(NOT Doxygen_FOUND) + message(STATUS "Doxygen executable cannot be found. Disable ${PROJECT_NAME}_DOXYGEN_DOCS") + return() + endif() + 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( DOXYGEN_FOUND ) + IF( DOXYFILE_FOUND ) + # Add target + 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/html + 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 + ) + + 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) + +ENDMACRO(GENERATE_DOCUMENTATION) + +#------------------------------------------------------------------------------# +# 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) + + if(PDFLATEX AND NOT "${PDFLATEX}" STREQUAL "PDFLATEX-NOTFOUND") + # name with no path is given + set(MANUAL_NAME ${MANUAL_TEX}) + # set to full path + 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") + endif() + + configure_file(${CMAKE_SOURCE_DIR}/doc/${MANUAL_TEX} + ${MANUAL_BUILD_PATH}/${MANUAL_NAME} + COPYONLY) + + foreach(_file ${EXTRA_FILES_TO_COPY}) + 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} + ) + endif() +ENDMACRO() diff --git a/source/externals/ptl/cmake/Modules/FindTBB.cmake b/source/externals/ptl/cmake/Modules/FindTBB.cmake new file mode 100644 index 00000000000..bc368a83137 --- /dev/null +++ b/source/externals/ptl/cmake/Modules/FindTBB.cmake @@ -0,0 +1,350 @@ +# Module for locating Intel's Threading Building Blocks (TBB). +# +# Customizable variables: +# TBB_ROOT_DIR +# Specifies TBB's root directory. +# +# Read-only variables: +# TBB_FOUND +# Indicates whether the library has been found. +# +# TBB_INCLUDE_DIRS +# Specifies TBB's include directory. +# +# 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. +# +# +# Copyright (c) 2012 Sergiu Dotenco +# +# 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. +# +# 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) + +#------------------------------------------------------------------------------# +# +# Paths +# +#------------------------------------------------------------------------------# + +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") + +#------------------------------------------------------------------------------# +# +# Library suffixes +# +#------------------------------------------------------------------------------# + +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() + +#------------------------------------------------------------------------------# +# +# TBB library +# +#------------------------------------------------------------------------------# + +FIND_LIBRARY(TBB_LIBRARY_RELEASE + NAMES tbb + HINTS ${TBB_ROOT_DIR} + PATH_SUFFIXES ${_TBB_POSSIBLE_LIB_SUFFIXES} + DOC "TBB release library") + +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) + + +#------------------------------------------------------------------------------# +# +# Components +# +#------------------------------------------------------------------------------# + +SET(_TBB_POSSIBLE_COMPONENTS preview malloc malloc_proxy) + +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) + + IF(${_TBB_COMPONENT} MATCHES "malloc*") + SET(_TBB_LIBRARY_NAME tbb${_TBB_COMPONENT}) + ELSE() + SET(_TBB_LIBRARY_NAME tbb_${_TBB_COMPONENT}) + 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") + + 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") + + MARK_AS_ADVANCED (${_TBB_LIBRARY_BASE} ${_TBB_LIBRARY_BASE}_DEBUG) + + # default assumption + SET(TBB_${_TBB_COMPONENT_UPPER}_FOUND ON) + SET(TBB_${_TBB_COMPONENT}_FOUND ON) + + 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(${_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() + +ENDFOREACH(_TBB_COMPONENT ${TBB_FIND_COMPONENTS}) + +#------------------------------------------------------------------------------# +# +# Standard variables +# +#------------------------------------------------------------------------------# +IF(_TBB_ALL_LIBS) + SET(TBB_LIBRARIES ${_TBB_ALL_LIBS}) +ENDIF() + +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) + +#------------------------------------------------------------------------------# +# +# Library's version +# +#------------------------------------------------------------------------------# + +SET(_TBB_VERSION_HEADER ${TBB_INCLUDE_DIR}/tbb/tbb_stddef.h) + +IF(EXISTS ${_TBB_VERSION_HEADER}) + FILE(READ ${_TBB_VERSION_HEADER} _TBB_VERSION_CONTENTS) + + 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}") + + SET(TBB_VERSION ${TBB_VERSION_MAJOR}.${TBB_VERSION_MINOR}) + SET(TBB_VERSION_COMPONENTS 2) +ENDIF() + +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") + + MARK_AS_ADVANCED (LIB_EXECUTABLE) +ENDIF() + +MACRO(GET_LIB_REQUISITES LIB REQUISITES) + IF(LIB_EXECUTABLE) + GET_FILENAME_COMPONENT(_LIB_PATH ${LIB_EXECUTABLE} PATH) + + IF(MSVC) + # Do not redirect the output + UNSET(ENV{VS_UNICODE_OUTPUT}) + ENDIF() + + EXECUTE_PROCESS(COMMAND ${LIB_EXECUTABLE} /nologo /list ${LIB} + WORKING_DIRECTORY ${_LIB_PATH}/../../Common7/IDE + OUTPUT_VARIABLE _LIB_OUTPUT ERROR_QUIET) + + STRING(REPLACE "\n" ";" "${REQUISITES}" "${_LIB_OUTPUT}") + LIST(REMOVE_DUPLICATES ${REQUISITES}) + ENDIF() +ENDMACRO() + +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() + +SET(_TBB_BINARY_DIR_HINTS ${_TBB_POSSIBLE_BIN_SUFFIXES}) + +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() + +IF(TBB_BINARY_DIR AND _TBB_UPDATE_BINARY_DIR) + SET(_TBB_BINARY_DIR ${TBB_BINARY_DIR}) + UNSET(TBB_BINARY_DIR CACHE) + + IF(_TBB_BINARY_DIR) + GET_FILENAME_COMPONENT(TBB_BINARY_DIR ${_TBB_BINARY_DIR} PATH) + ENDIF() +ENDIF() + +SET(TBB_BINARY_DIR ${TBB_BINARY_DIR} CACHE PATH "TBB binary directory") + +MARK_AS_ADVANCED(TBB_INCLUDE_DIR TBB_LIBRARY TBB_LIBRARY_RELEASE + TBB_LIBRARY_DEBUG TBB_BINARY_DIR) + +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}) diff --git a/source/externals/ptl/cmake/Modules/MacroUtilities.cmake b/source/externals/ptl/cmake/Modules/MacroUtilities.cmake new file mode 100644 index 00000000000..4e3f427c639 --- /dev/null +++ b/source/externals/ptl/cmake/Modules/MacroUtilities.cmake @@ -0,0 +1,980 @@ +# 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(